/* Trimedia Oy */


/* Default fonts, colors & styling */

body {background: url("../img/bg.jpeg") no-repeat fixed top center; color:#1f1f1f; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size:14px;


-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


}

a {color: #1f1f1f; text-decoration: underline;}
a:hover {color: #1f1f1f; text-decoration: none;}

p { margin: 15px 0;line-height: 20px;}

em{}
strong{}


h1,h2,h3,h4,h5,h6{margin-bottom: 15px;color: #1f1f1f; font-weight: 700;}

h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}



::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }





/* Wraps & Blocks */


/*********** HEAEDER ***********/


/*header{ background: url("../img/header-wrapper-bg.png") repeat-x #6f6e71 top;  height: 260px;}*/
header{ height: 260px;}

header .content{margin:100px auto 0 auto; width: 1020px; background: url("../img/header-bg.png") no-repeat left 30px #4e92ca; height: 260px;

-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);


 }


header .content nav.top{ background: #36648b; width: 100%; height: 30px;  }
header .content nav.top ul{ float: left; width: 960px; margin: 0 0 0 30px; text-align: right; }
header .content nav.top ul li{ display: inline-block; margin: 4px 0 0 8px;  }
header .content nav.top ul li a{ color: #FFF; text-decoration: none; font-size: 12px; text-transform: uppercase; }

header .content .middle{ float: left; width: 960px; margin: 25px 0 0 30px;  }

header .content .middle .logo {float: left; margin:0;width: 210px;height: 85px; background: url("../img/logo.png") no-repeat; overflow: hidden;}
header .content .middle .logo a {display: block;padding: 85px 0 0 0;}


header .content .middle .slogan {float: left; display: inline; margin:10px 0 0 20px; padding: 0 0 0 20px; width: 300px; color: #FFF; font-weight: bold; border-left: 1px solid #FFF; 
 text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
 }

header .content .middle .contact {float: right; display: inline; margin:15px 0 0 0; width: 200px; color: #FFF; font-weight: bold; text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	
 }
header .content .middle .contact em{ font-weight: bold; font-size: 26px; display: block;  }
header .content .middle .contact small em{ font-weight: bold; font-size: 14px; display: block; color: #FFF; }



header .content nav.main{float: left; margin: 15px 0 0 -15px; width: 1050px; height: 48px; position: relative;


	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);

 }

header .content nav.main .corner-left{ position: absolute; width: 15px; height: 15px; left: 0; bottom: -14px; background: url("../img/corner-yellow.png") no-repeat left; z-index: 99; }
header .content nav.main .corner-right{ position: absolute; width: 15px; height: 15px; right: 0; bottom: -15px; background: url("../img/corner-blue.png") no-repeat left; z-index: 99; }

 
 
header .content nav.main ul{ float: left; width: 880px; margin: 0; padding: 0 0 0 15px; z-index: 1001; position: relative;

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFDD00),
	color-stop(0.5, #FFF200),
	color-stop(1, #FFDD00)
);
background-image: -o-linear-gradient(bottom, #FFDD00 0%, #FFF200 50%, #FFDD00 100%);
background-image: -moz-linear-gradient(bottom, #FFDD00 0%, #FFF200 50%, #FFDD00 100%);
background-image: -webkit-linear-gradient(bottom, #FFDD00 0%, #FFF200 50%, #FFDD00 100%);
background-image: -ms-linear-gradient(bottom, #FFDD00 0%, #FFF200 50%, #FFDD00 100%);
background-image: linear-gradient(to bottom, #FFDD00 0%, #FFF200 50%, #FFDD00 100%);



  }
header .content nav.main ul li{ float: left; display: inline; padding: 0 10px 0 8px; margin: 14px 0;  /*background: url("../img/menu-arrow.png") no-repeat right 8px; */   }
header .content nav.main ul li a{ color: #1f1f1f; text-decoration: none; font-size: 11px; text-transform: uppercase; font-weight: 600;  }

/*SUB MENU*/

header .content nav.main ul li ul{position: absolute; width: 1050px; top: 47px; left: 0; background: #FFF; display: none;

-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	padding: 0;

}


header .content nav.main ul li ul li {
background: none;
float: left;
display: inline;
width: 262px;
height: 240px;
border-right: solid 1px #e8eef3;
border-bottom: solid 1px #e8eef3;
padding: 20px;
margin: 0;
}

header .content nav.main ul li ul li .image {
float: left;
width: 100%;
height: 150px;
overflow: hidden;
text-align: center;
margin: 0 0 15px 0;
border: solid 1px #e8eef3;
display: -webkit-inline-box;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
vertical-align: text-top;
}
header .content nav.main ul li ul li h3{ text-transform: none; font-size: 18px; }


/*header .content nav.main ul li:hover ul{display: inline;}*/



header .content nav.main .cart-top{ float: left; width: 170px; height: 48px; margin: 0; padding: 0 0 0 15px; z-index: 1001;

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #2C5175),
	color-stop(0.5, #4077A1),
	color-stop(1, #2C5175)
);
background-image: -o-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: -moz-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: -webkit-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: -ms-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: linear-gradient(to bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);



  }
header .content nav.main .cart-top h3{float: left; display: inline; margin: 10px 0 0 0; padding: 5px 20px 5px 0; color: #FFF; font-weight: 900; text-transform: uppercase; font-size: 12px;

	border-right: 1px solid #2d5378;
}
header .content nav.main .cart-top a{ float: left; display: inline; margin: 10px 0 0 0; height: 27px; width: 50px; background: url("../img/arrow.png") no-repeat center center; overflow: hidden; text-indent: -9999em; border-left: 1px solid #5280a5;  }


header .content .bottom{ float: left; display: inline; width: 100%; height: 45px; margin: 12px 0 0 0; 

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #D9D9D8),
	color-stop(0.5, #F3F3F2),
	color-stop(1, #D9D9D8)
);
background-image: -o-linear-gradient(bottom, #D9D9D8 0%, #F3F3F2 50%, #D9D9D8 100%);
background-image: -moz-linear-gradient(bottom, #D9D9D8 0%, #F3F3F2 50%, #D9D9D8 100%);
background-image: -webkit-linear-gradient(bottom, #D9D9D8 0%, #F3F3F2 50%, #D9D9D8 100%);
background-image: -ms-linear-gradient(bottom, #D9D9D8 0%, #F3F3F2 50%, #D9D9D8 100%);
background-image: linear-gradient(to bottom, #D9D9D8 0%, #F3F3F2 50%, #D9D9D8 100%);


 }
 
header .content .bottom .sign{ float: left; display: inline; width: 300px; margin: 0 0 0 20px; font-size: 12px; line-height: 45px; background: url("../img/people.png") no-repeat left; 
	padding: 0 0 0 30px;
 } 
header .content .bottom .search{ float: right; display: inline; width: 250px; margin: 0 20px 0 0; font-size: 12px;  }
header .content .bottom .search input{ border: 1px solid #333; padding: 5px 8px; float: left; width: 100%; margin: 8px 0 0 0; background: url("../img/search.png") no-repeat 225px #FFF; }

/*********** MAINMENU ***********/




/*********************CONTENT*******************************/

.message{ margin: 0 auto 20px auto; width: 100%; font-size: 18px; padding: 15px;  }
.message.success{-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #43B143; color: rgb(200,255,200);}
.message.error{-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: rgb(255,220,220); color: rgb(190,100,100);}
span.error { font-size: 11px; position: absolute; top: 0px; right: 10px; line-height: 16px; margin: 0; padding: 0; }
h3.message.successs, h3.message.error { padding: 5px 10px; }



.main-content {margin:0 auto; width: 1020px;  background: #FFF; z-index: 100; position: relative;


	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);


 }


.col3{ float: left; display: inline; width: 320px; margin: 0 0 0 20px; }
.col4{ float: left; display: inline; width: 480px; margin: 0 0 20px 20px; }
.col6{ float: left; display: inline; width: 660px; margin: 0 0 0 20px; }
.col9{ float: left; display: inline; width: 980px; margin: 0 0 20px 20px; }

.col7 {float: left;display: inline;width: 750px;margin: 20px 0 30px 20px;}

.col3.filters{
	width: 230px;
	height: 160px;
	border: solid 1px #e8eef3;
	padding: 20px;
	background: #DDD;
	margin-top: 20px;
	margin-bottom: 0;
}
.col3.filters h4{
	font-size: 16px; text-transform: uppercase;
}
.col3.filters select{
	width: 100%;
}

ul.commercenav li a .onetext{
	font-weight: 700 !important;
}
ul.commercenav li a{
	float: left; display: inline;
	width: 230px;
	border: solid 1px #e8eef3;
	padding: 20px;
	background: #DDD;
	margin: 20px 0 0 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700 !important; font-size: 12px;

}

.title {
float: left;
display: inline;
width: 980px;
margin: 30px 0 0 20px;
padding-bottom: 20px;
border-bottom: solid 1px #e8eef3;
}

.title h1 {
text-transform: uppercase;
font-size: 24px;
margin: 0;
}

.main-content .sidebar {
float: left;
display: inline;
width: 210px;
margin: 20px 0 20px 20px;
background: #e8ebed;
}

.main-content .sidebar h3 {
color: #FFF;
font-size: 16px;
text-transform: uppercase;
font-weight: 800;
padding: 15px;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #2C5175),
	color-stop(0.5, #4077A1),
	color-stop(1, #2C5175)
);
background-image: -o-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: -moz-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: -webkit-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: -ms-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: linear-gradient(to bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
margin: 0;
}

.main-content .sidebar ul li a {
float: left;
width: 100%;
text-decoration: none;
font-size: 13px;
padding: 10px 15px;
border-bottom: 1px solid #d8dbdd;
border-top: 1px solid #FFF;
}

/**********************INDEX******************************/


.slider{ float: left; display: inline; width: 980px; height: 330px; background: #fbfafa; margin: 20px; 

		-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);


  }

/*
.index-block{ height: 400px;  background: #fbfafa;  }
.index-block h2{ float: left; width: 100%; padding: 15px; color: #FFF; margin: 0; font-size: 14px; text-transform: uppercase;

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #2C5175),
	color-stop(0.5, #4077A1),
	color-stop(1, #2C5175)
);
background-image: -o-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: -moz-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: -webkit-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: -ms-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: linear-gradient(to bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);


  }
  
  

.index-products h2{ float: left; width: 100%; padding: 15px; color: #FFF; margin: 0; font-size: 14px; text-transform: uppercase;

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #2C5175),
	color-stop(0.5, #4077A1),
	color-stop(1, #2C5175)
);
background-image: -o-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: -moz-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: -webkit-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: -ms-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
background-image: linear-gradient(to bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);


  }
  
  */
  
  
  .index-block{ height: 450px; width: 313px; padding-bottom: 30px; background: #fbfafa; border: solid 1px #e8eef3; position: relative; }
  
    .index-block.first{
    	margin-left: 0;
    }
  
  .index-block h2{ float: left; width: 100%; padding: 15px; color: #FFF; margin: 0; font-size: 14px; text-transform: uppercase;
  
  background-image: -webkit-gradient(
  	linear,
  	left top,
  	left bottom,
  	color-stop(0, #2C5175),
  	color-stop(0.5, #4077A1),
  	color-stop(1, #2C5175)
  );
  background-image: -o-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
  background-image: -moz-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
  background-image: -webkit-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
  background-image: -ms-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
  background-image: linear-gradient(to bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
  
  
    }
    .productslider{
    	float: left; width: 100%;
    }
    
   .index-block .product-single {
    float: left;
    display: inline;
    width: 245px;
    height: 320px;
    border-right: solid 1px #e8eef3;
    padding: 20px;
    }
    
   .index-block .product-single .image {
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
    text-align: center;
    margin: 0 0 15px 0;
    border: solid 1px #e8eef3;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: text-top;
    }
    
    
  .index-block  .product-single h4 {
    float: left;
    display: inline;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    }
   .index-block .product-single h4 a{ text-decoration: none; }
    
    
   .index-block .product-single .price {
    float: left;
    display: inline;
    color: #36648b;
    font-size: 17px;
    font-weight: 900;
    width: 100%;
    }
    
    
    
    
    /* Control Nav */
    .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
    .flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
    .flex-control-paging li a {width: 16px; height: 16px; display: block; background: #666; background: rgba(0,0,0,0.1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
    .flex-control-paging li a:hover { background: #2C5175;  }
    .flex-control-paging li a.flex-active { background: #2C5175;  cursor: default; }
    
    .productslider .slides > li {display: none; -webkit-backface-visibility: hidden;} 
    .index-block .flex-control-nav {width: 100%; position: absolute; bottom: 15px; text-align: center;}
    
    
  .index-block  .product-single{ width: 100%; border: none; }
  .index-block  .product-single .image{ background: #FFF; height: 240px; }  
  .index-block  .product-single h4{ margin: 0; height: auto !important; }
  .index-block  .product-single a{ text-decoration: none; }
    
  
  .index-products h2{ float: left; width: 100%; padding: 15px; color: #FFF; margin: 0; font-size: 14px; text-transform: uppercase;
  
  background-image: -webkit-gradient(
  	linear,
  	left top,
  	left bottom,
  	color-stop(0, #2C5175),
  	color-stop(0.5, #4077A1),
  	color-stop(1, #2C5175)
  );
  background-image: -o-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
  background-image: -moz-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
  background-image: -webkit-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
  background-image: -ms-linear-gradient(bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
  background-image: linear-gradient(to bottom, #2C5175 0%, #4077A1 50%, #2C5175 100%);
  
  
    }
  
  
  
  /**********************PRODUCT******************************/

  
.product-single {
float: left;
display: inline;
width: 245px;
height: 320px;
border-right: solid 1px #e8eef3;
padding: 20px;
}

.product-single .image {
float: left;
width: 100%;
height: 150px;
overflow: hidden;
text-align: center;
margin: 0 0 15px 0;
border: solid 1px #e8eef3;
display: -webkit-inline-box;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
vertical-align: text-top;
}


.product-single h3 {
float: left;
display: inline;
height: 40px;
width: 100%;
font-size: 14px;
font-weight: 700;
}
.product-single h3 a{ text-decoration: none; }



.product-single .prices {
float: left;
display: inline;
width: 80px;
}

.product-single strong {
float: left;
display: inline;
color: #36648b;
font-size: 17px;
font-weight: 900;
width: 100%;
}

.product-single small {
float: left;
display: inline;
font-size: 10px;
font-weight: 400;
width: 100%;
}

.submit.add-to-cart input {
float: right;
display: inline;
margin: 5px 0 0 0;
padding: 10px 8px 10px 38px;
background: url("../img/cart-btn.png") no-repeat left center #36648b;
color: #fff;
text-transform: uppercase;
font-size: 10px;
border: 0;
cursor: pointer;
font-weight: 900;
}

/* product-detail */



.product-detail .image {
float: left;
display: inline;
width: 360px;
margin: 20px 0 0 0;
}


.col9 .product-detail .image {

	width: 480px;

}

.product-detail .image .main-image {
width: 100%;
border: 1px solid #e8eef3;
text-align: center;
}


.product-detail .image .additional-image a{float: left; display: inline; width: 85px; height: 85px;; overflow: hidden; border: 1px solid #e8eef3; margin: 5px 5px 0 0;}



.product-detail .info {
float: right;
display: inline;
width: 340px;
margin: 20px 0 0 0;
}

.col9 .product-detail .info {

	width: 480px;

}

.product-detail .info ul.details {
float: left;
width: 100%;
margin: 0 0 5px 0;
}

.product-detail .info ul.details li {
width: 100%;
float: left;
padding: 10px 0;
border-bottom: solid 1px #e8eef3;
}

.product-detail .info ul.details li strong {
float: left;
display: inline;
width: 35%;
}

.product-detail .info ul.details li span {
float: right;
display: inline;
width: 65%;
text-align: right;
font-size: 16px;
}


.product-detail .info .price-cart {
float: left;
width: 100%;
margin: 0 0 20px 0;
padding-top: 20px;
}


.product-detail .info .pricewrap {
float: left;
width: 50%;
}

.product-detail .info .pricewrap .select1 label {
float: left;
width: 100%;
text-align: left;
font-weight: 700; font-size: 12px; margin: 0 0 5px 0;
}
.product-detail .info .pricewrap .select1 select {
float: left;
width: 100%;
}

.product-detail .info .price-orig, .product-detail .info .price-tax {
float: left;
width: 100%;
}

.product-detail .info .price {
color: #2C5175;
float: left;
display: inline;
width: 100%;
font-size: 18px;
text-transform: uppercase;
font-weight: 700;

}
.product-detail .info .price-orig {font-size: 11px;}


.product-detail .info .view-cart{text-align: right;}

.product-detail .info .price-cart .view-cart .input1 label {
display: none;
}

.product-detail .info .price-cart .view-cart .submit, .product-detail .info .price-cart .view-cart .input1 {
display: inline-block !important;
width: auto !important;
float: none !important;
}

.product-detail .info .price-cart .view-cart .input1 input {
display: inline-block !important;
float: none !important;
margin: 0 !important;
border: 1px solid #666;
padding: 8px 5px;
width: 30px;
text-align: center;
font-size: 14px;
}

.product-detail .info .price-cart .view-cart .submit input {
display: inline-block !important;
width: auto !important;
color: #FFF;
padding: 10px;
border: none;
text-align: center;
font-size: 12px;
text-transform: uppercase;
margin: 0 !important;
background: #2C5175;
}



.product-detail .info .some{ margin: 20px 0 0 0; border-top: solid 1px #e8eef3; padding: 20px 0 0 0; }
.product-detail .info .some a{ opacity: 0.3;}
.product-detail .info .some a:hover{ opacity: 1;}



.sidebar ul li ul { padding-left: 15px; }




/**********************CART******************************/



.pupsearch{ float: left; width: 100%; margin: 15px 0; padding: 10px 0;  border-top: 1px solid #ccc; }

.pupsearch .inputpup{
	float: left; width: 80%; 
}
.pupsearch .inputpup label{
	float: left; width: 100%; font-size: 12px; font-weight: bold; 
}
.pupsearch .inputpup input{
	float: left; width: 100%; font-size: 12px; margin-top: 10px; padding: 5px;
}
.pupsearch .pupformsubmit input{
	float: right; width: 20%; text-align: center; margin: 25px 0 0 0; background: #43B143; color: #FFF; font-size: 16px;   padding: 5px 12px ; overflow: hidden; border: 1px solid rgba(0,0,0,0.2); 
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;  cursor: pointer;
}

/* Checkout Cart:Table */

table.checkout{ width: 100%; /*margin-bottom: 20px;*/ border-left: solid 1px #eee; border-right: solid 1px #eee;  }


table.checkout th{ text-align: left; padding: 15px 10px; background: #f6f6f6; }
table.checkout th.product-name{ width: 50%; }

table.checkout td{ text-align: left; padding: 15px 10px; border-bottom: solid 1px #eee; }

table.checkout td.product-name a{ text-decoration: underline;  }
table.checkout td.product-quantity .input1{  width: 30px; margin: 0; }
table.checkout td.product-quantity input{  width: 30px; text-align: center; border: solid 1px #eee;  margin: 0; }



ul.cart-steps{width: 100%; margin: 20px 0 0 0; float: left;}
ul.cart-steps li{float: left; padding: 10px 15px; margin: 0 0 20px 0; width: 25%; border-right: 1px solid #FFF; background: #000; color: #FFF; font-weight: 700; text-align: center;}
ul.cart-steps li a{color: #FFF; text-decoration: none; }
ul.cart-steps li.disaple{color: #AAA;  background: #f6f6f6; font-weight: 400;}
ul.cart-steps li.current{color: #FFF;  background: #2C5175;}


ul.selects{ float: left; width: 100%; margin: 0 0 30px 0;  }
ul.selects li{float: left; width: 100%; padding: 10px; text-align: right; border-bottom: solid 1px #eee;}
ul.selects li b, ul.selects li strong{float: left;}

ul.selects li:nth-child(odd){background: #f6f6f6;}


table.checkout-table{ width: 100%;border-left: solid 1px #eee; border-right: solid 1px #eee;  }
table.checkout-table th{ text-align: left; padding: 15px 10px; background: #f6f6f6; }
table.checkout-table td{ text-align: left; padding: 15px 10px; border-bottom: solid 1px #eee; }


.checkout-total{ text-align: right; padding: 15px 20px; background: #f6f6f6; margin: 0 0 30px 0; font-size: 16px;}
#osta_verkkomaksut{float: left; width: 100%; margin: 0 0 30px 0;}

/* Checkout Cart:Total
********************/
.cart.total { float: right; width:300px; padding: 15px 0 0 0; margin: 20px 0; text-align: right; font-size: 14px; border-bottom: 1px solid #eee; border-top: 1px solid #eee; }
.cart.total strong{font-size: 16px;}

.cart.actions { background: #fcfcfc; float: left; width: 100%; padding: 15px 10px; border-left: solid 1px #eee; border-right: solid 1px #eee; border-bottom: solid 1px #eee; }


/* Checkout Cart:Buttons
********************/
.button { position: relative; background: rgb(230,230,230); font-size: 12px; padding: 5px 12px /*5px 20px*/; overflow: hidden; border: 1px solid rgba(0,0,0,0.2); 
-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;  cursor: pointer; }
a.button { color: #333; text-decoration: none; }
.button.empty { float: left; margin: 0 10px 0 0; background: rgb(255,220,220); color: rgb(190,100,100); }
.button.print { float: left; }
.button.refresh { float: right; border: 1px solid rgba(0,0,0,0.2); font-family: Helvetica, arial, sans-serif; padding:  5px 12px; 
background: rgb(180,255,180); color: rgb(50,150,50); }
.button.accept { float: right; margin: 0 0 0 10px; background: #43B143; color: #FFF; font-size: 16px; }
.button.accept-disabled { float: right; }
.button.accept-offer { float: right; margin: 0 0 0 10px; }
.button.accept-offer-request { float: right; }

.maksa-valinnat { font-size: 14px; }
.maksa-valinnat li { padding: 0; float: left; margin: 0 20px 0 0; width: 30%; border: 1px solid #0684c9; background: #1e91bd; text-align: center; line-height: 30px; border-radius: 5px; }
.maksa-valinnat li#osta_verkkomaksut { width: 50%; }

.maksa-valinnat a { color: #fff; padding: 5px 0; }
.maksa-valinnat li input { padding: 5px 0; margin: 0; font-family: inherit; border: none; font-size: 14px; background: transparent; color: #fff; cursor: pointer; cursor: hand; }


.form-wrap-3 .formsubmit input { float: right; margin: 10px 0 0 10px; background: #43B143; color: #FFF; font-size: 16px;   padding: 5px 12px ; overflow: hidden; border: 1px solid rgba(0,0,0,0.2); 
-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;  cursor: pointer; }


.form-wrap{ float: left; width: 630px; margin: 30px 0; }
.form-wrap.right{ float: right; width: 300px; margin: 30px 0; }
.form-wrap h2{ margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid #e8eef3; }
.form-wrap.right p{ padding: 0 20px; }


.form-wrap .formsubmit input,
.form-wrap .submit input { float: right; margin: 10px 30px 0 10px; background: #43B143; color: #FFF; font-size: 16px;   padding: 5px 12px ; overflow: hidden; border: 1px solid rgba(0,0,0,0.2); 
-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;  cursor: pointer; }

.form-wrap .submit input{margin: 10px 10px 0 0;}

.formsubmit.floating .submit input { margin-top: 25px; }

/* Success
********************/
.success .item { padding: 5px 0; overflow: hidden; }
.success .item p { float: right; margin: 0 0 3px;width: 40%; text-align: right; font-size: 14px;}
.success .item p strong { width: auto; }
.success p { overflow: hidden; margin: 0 0 8px; }
.success h2 {  margin: 30px 0 10px 0; border-bottom: 1px solid #ccc; padding: 0 0 10px 0; }
.success h3 { margin: 30px 0 10px 0; border-bottom: 1px solid #ccc; padding: 0 0 10px 0;  }
.success h4 { float: left; width: 60%; font-weight: strong; color: #333; margin: 0 0 5px 0; }
.success .list-tax { font-size: 11px; color: #999; margin: 0 0 5px 0; }
.success span.list-tax { display: block; margin: 0 0 0 150px; }
.success p.list-tax { padding: 0 0 5px 0; text-align: right; }
.success em { font-style: normal; float: right; }
.success p strong { width: 150px; display: inline-block; }
.success span.item-name { width: 420px; float: left; }
.success span.item-price { float: left; width: 250px; text-align: right; }
.success .item-price em { font-style: normal; font-size: 14px; }
.success .item-price small { font-size: 11px; display: block; }



/* Other */
.error { float: left; padding: 10px 0; }

.form-wrap-6{ width: 620px; float: left; padding: 20px 0; margin: 0 0 20px 0; background: #fcfcfc; border: 1px solid #eee; }
.form-wrap-3{ width: 300px; float: right; padding: 20px;  background: #fcfcfc; border: 1px solid #eee; }

.radiowrap legend{ font-weight: bold; }

.radiowrap input{ float: left; display: inline; width: 8%; margin: 10px 0 0 0; }
.radiowrap label{ float: left; display: inline; width: 92%; margin: 10px 0 0 0;  }


/* Form Controls: Input Text */
/* input[type=text], input[type=password], textarea { padding: 3px; border: 1px solid #ccc; font-size: 14px; font-family: Lucida Grande; } */
input[type=text]:focus, input[type=password]:focus, textarea:focus { border: 1px solid #666;  }
.input1, .input2, .input3, .input4, .input5, .input6 { float: left; margin: 0 0 0 20px; line-height: 20px; display: inline; position: relative; }
.input1 input, .input2 input, .input3 input, .input4 input, .input5 input, .input6 input { 
float: left; margin: 2px 0 10px 0; padding: 10px; display: inline; border: 1px solid #eee;  }
.input1 label, .input2 label, .input3 label, .input4 label, .input5 label, .input6 label { display: inline; float: left; clear: both; margin: 0 0 3px 0; font-weight: bold; line-height: 20px; }
.nolabel input { margin: 25px 0 10px 0; }
.input1 { width: 80px; } .input1 input { width: 74px; }
.input2 { width: 180px; } .input2 input { width: 174px; }
.input3 { width: 280px; } .input3 input { width: 274px; }
.input4 { width: 380px; } .input4 input { width: 374px; }
.input5 { width: 480px; } .input5 input { width: 474px; }
.input6 { width: 580px; } .input6 input { width: 574px; }
.error label { color: red; }
.error input { background: #ffcccc; color: red; }
small { font-size: 11px; color: #666; }

/* Form Controls: Textarea */
.textarea2, .textarea3, .textarea4, .textarea6 { float: left; margin: 0 0 0 20px; line-height: 20px; display: inline; }
.textarea2 textarea, .textarea3 textarea, .textarea4 textarea, .textarea6 textarea { float: left; margin: 2px 0 10px 0; padding: 10px; display: inline; border: 1px solid #eee;  }
.textarea2 label, .textarea3 label, .textarea4 label, .textarea6 label { display: inline; float: left; clear: both; margin: 0 0 3px 0; font-weight: bold; line-height: 20px; }
.nolabel input { margin: 25px 0 10px 0; }
.textarea2 { width: 180px; } .textarea2 textarea { width: 174px; }
.textarea3 { width: 280px; } .textarea3 textarea { width: 274px; }
.textarea4 { width: 380px; } .textarea4 textarea { width: 374px; }
.textarea6 { width: 580px; } .textarea6 textarea { width: 574px; }

/* Form controls: Select */
.select { float: left; width: 180px; line-height: 20px; display: inline; }
.select label { display: inline; float: left; clear: both; margin: 0 0 3px 0; color: #666; font-size: 12px; line-height: 20px; }
.select6 { float: left; margin: 0 0 0 20px; line-height: 20px; display: inline; position: relative; }
.select6 select { float: left; margin: 2px 0 10px 0; line-height: 20px; display: inline; }
.select6 label { display: inline; float: left; clear: both; margin: 0 0 3px 0; font-weight: bold; line-height: 20px; }
.select6 { width: 580px; } .select6 select { width: 574px; }

/* Form controls: Checkbox */
.check_0_6 { margin: 3px 10px 10px 0; float: left; width: 15px; line-height: 20px; }
.check2 { float: left; width: 200px; line-height: 20px; margin: 3px 10px 10px 0; }
.check4 { float: left; width: 400px; line-height: 20px; margin: 3px 10px 10px 0; }
.check6 { float: left; width: 600px; line-height: 20px; margin: 3px 10px 10px 0; }



.formsubmit input,
.submit input {
  float: right;
  margin: 10px 0 0 10px;
  background: #43B143;
  color: #FFF;
  font-size: 16px;
  padding: 5px 12px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.2);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}



/**********************FOOTER******************************/

/* footer {background: url("../img/header-wrapper-bg.png") repeat-x #6f6e71 top; margin: -80px 0 0 0; z-index: 88; position: relative; } */
footer { margin: 0; z-index: 88; position: relative; }


footer .content{ margin: 0 auto; width: 1020px; background: #d8d8d8; }
footer .content .col3{margin: 30px 0 30px 20px; color: #1f1f1f; font-size: 12px; width: 310px;  }

footer .content .col3 h4{ color: #1f1f1f; }


/***************FORM*******************/

.input-3 {float: left; display: inline; margin: 10px; width: 300px; }
.input-3 label {float: left; display: inline; width: 100%; margin: 0 0 5px 0; font-weight: 700; }
.input-3 input {float: left; padding:15px; width: 100%; background-color:#f9fbfc;border:solid 1px #d4d4d4;}

.input-6 {float: left; display: inline; margin: 10px; width: 620px; }
.input-6 label {float: left; display: inline; width: 100%; margin: 0 0 5px 0; font-weight: 700; }
.input-6 input {float: left; padding:15px; width: 100%; background-color:#f9fbfc;border:solid 1px #d4d4d4;}
.input-6 textarea {float: left; padding:15px; width: 100%; background-color:#f9fbfc;border:solid 1px #d4d4d4; height: 200px;}



.submit-6{float: left; display: inline; margin: 0 0 30px 0;width: 630px;}
.submit-6 input{float: right; padding: 15px 22px; background-color:#0085ff; color:#fff; text-transform: uppercase; font-size:16px; border:0; cursor:pointer; font-weight: 700;

	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;

}


#special-left { width: 360px; float: left; padding-right: 30px; }
#special-right { width: 360px; float: right; }


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {margin: 5px 20px 20px 0;}

.aligncenter,
div.aligncenter {display: block; margin: 5px auto 5px auto;}

.alignright {float:right;margin: 5px 0 20px 20px;}
.alignleft {float: left; margin: 5px 20px 20px 0;}
.aligncenter {display: block;margin: 5px auto 5px auto;}

a img.alignright {float: right; margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left; margin: 5px 20px 20px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%;padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }

.wp-caption img {border: 0 none;height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

/* Nav:Paging
*******************/
.paging { margin-top: 35px; font-size: 16px; }
.paging span { padding: 0 10px; }
#paging-prev, #paging-num, #paging-next { float: left; padding: 0 5px; }

.stock-status { float: right; width: 10px; height: 10px; border-radius: 10px; margin: 7px 0 0 5px; }
.stockstatus span { float: right; width: 100% !important; }
.stockstatus { float: right; font-size: 14px; width: 100%; }
.stock-status.green{ background: #008000; }
.stock-status.orange{ background: #FFA500; }
.stock-status.red{ background: #FF0000; }
.stock-status.black{ background: #222; }

.special-wrap { 

float: left;
display: inline;
width: 245px;
height: 240px;
border-right: solid 1px #e8eef3;
padding: 20px;
}
.special-wrap .special-image{
	float: left;
	width: 100%;
	height: 150px;
	overflow: hidden;
	text-align: center;
	margin: 0 0 15px 0;
	border: solid 1px #e8eef3;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	vertical-align: text-top;
}
.special-wrap .special-image img{
	width: 100% !important; height: auto !important;
}
.special-wrap h3 { font-size: 20px; height: 55px; }
.special-wrap a { text-decoration: none; }



/* =Tabs
*****************/
*>.ui-tabs-nav a span { width:auto; height:auto; }
* html .ui-tabs-nav { display:inline-block; }
:first-child+html .ui-tabs-nav { display:inline-block; }
#container-1 { width: 100%; float: left; }
.ui-tabs-hide { display:none; }
.ui-tabs-nav { width: 100%; float: left; font-size: 14px; margin: 20px 0 0 0; background: none; border: none; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; border-radius: none; }
 .ui-tabs-nav:after { display:block; clear:both; content:" "; }
 .ui-tabs-nav li { display: inline-block; list-style: none; margin: 0; border: none; padding: 17px 10px;  }
 .ui-tabs-nav a { color: #16376c; }
 .ui-tabs-nav .ui-tabs-selected { background: url(../img/additional-arrow.png) no-repeat bottom center; font-weight: bold;
 }
 .ui-tabs-nav .ui-tabs-selected a { position:relative; color:#16376c; background: url(../img/additional-arrow.png) no-repeat bottom center;}
 .ui-tabs-nav .ui-tabs-selected a, #view .ui-tabs-nav-selected a:hover, #view .ui-tabs-nav a:focus, #view .ui-tabs-nav a:active { color:#16376c; background: transparent; }
 .ui-tabs-nav a:hover, #view .ui-tabs-nav a:active { color:#666; }
 .ui-tabs-nav a,.ui-tabs-nav .ui-tabs-disabled a:hover,.ui-tabs-nav .ui-tabs-disabled a:focus,.ui-tabs-nav .ui-tabs-disabled a:active { color:#333; }
 .ui-tabs-nav .ui-tabs-selected a:link,.ui-tabs-nav .ui-tabs-selected a:visited,.ui-tabs-nav .ui-tabs-disabled a:link,.ui-tabs-nav .ui-tabs-disabled a:visited { cursor:text; }
 .ui-tabs-nav a:hover,.ui-tabs-nav a:active,.ui-tabs-nav .ui-tabs-deselectable a:hover,.ui-tabs-nav .ui-tabs-deselectable a:focus,.ui-tabs-nav .ui-tabs-deselectable a:active { cursor:pointer; color:#999; }
 .ui-tabs-nav .ui-tabs-selected a:hover { cursor:pointer; }
 .ui-tabs-disabled { opacity:.4; filter:alpha(opacity=40); }
 #container-1 { border: none; background: none; }
 #tab-content { float: left; width: 670px; }
 .ui-tabs-panel { width:675px; padding: 0; border: none; margin: 0; }
 .ui-tabs-panel p { font-size: 12px; color: #333; }
 .ui-tabs-loading em { padding:0 0 0 20px; background:url(loading.gif) no-repeat 0 50%; }
 .ui-tabs-panel .product-image { text-align: center; } .detail .product-image img { width: 498px; height: auto;  }
.statistics, .also-bought { display: none; }
.providers .rounded {
  border-radius: 0.25rem !important;
}
.providers .border {
  border: 1px solid #dee2e6 !important;
  padding: 5px 0;
}
.providers.row .col3 {
  margin: 0;
  text-align: center;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.block .providers input {
  margin: 0;
}
.m-auto {
    margin: auto !important;
}
.text-center {
  text-align: center;
}