*{
	margin: 0;
	/*border: 0;*/
	padding: 0;
}
body{
	/*background: #ccc;*/
	background: #FFF;
	font: 16px/24px Arial, Tahoma;
	color: #000;
	margin: 0;	
}
h1{
	font-size: 180%;
	line-height: 100%;
	padding: 0 0 3% 0;
}
h2{
	font-size:110%;
}
h3{
	line-height: 110%;
	padding: 5% 0;
}
p{
	padding: 0;
}
img{
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.alignleft { float: left; }

.alignright { float: right; }


*:focus {
  border: 2px solid #000;
}


/* ==========================================================================
	#Buttons &
========================================================================== */

[class^="btn-"] { display: inline-block; vertical-align: middle; }

/* Buttons */

.btn-primary { font-size: 18px; line-height: 130%; color: #fff; text-align: center; min-width: 89px; padding: 7px 7px 3px 7px; border-radius: 0; -webkit-border-radius: 0; box-shadow: 2px 2px 2px rgba(0,0,0,0.3); -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3); background-color: #e5311d; }

.btn-secondary { font-size: 22px; line-height: 28px; color: #fff; text-align: center; display: block; padding: 5px; border: 0; background-color: #c12026; border-radius: 4px; -webkit-border-radius: 4px; box-shadow: none; -webkit-box-shadow: none; cursor:pointer; }

.btn-delete { font-size: 14px; line-height: 14px; color: #fff; text-align: center; display: block; padding: 3px; border: 0; background-color: #c12026; border-radius: 4px; -webkit-border-radius: 4px; box-shadow: none; -webkit-box-shadow: none; cursor:pointer; }

.btn-teritary { width:100%; font-size: 34px; line-height: 39px; color: #fff; text-align: center; display: block; padding: 10px 0 6px; border: 0; background-color: #c12026; border-radius: 4px; -webkit-border-radius: 4px; box-shadow: none; -webkit-box-shadow: none; }

.btn-grey { font-size: 20px; line-height: 26px; color: #fff; text-align: center; padding: 6px 0 4px; border: 0; background-color: #838383; border-radius: 5px; -webkit-border-radius: 5px; box-shadow: none; -webkit-box-shadow: none; }

[class^="btn-"]:hover,
[class^="btn-"]:active { 
	text-decoration: none; 
	outline: 0; 
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}



/*******************************************/

header, #wraper, footer, #banner{
	margin: 0 auto;
	width: 880px;
	background: #FFF;
	/*display:inline-block;*/
}

#wraper{
	background:#FFF;
	padding-top:10px;
}

footer{
	padding-top:30px;
	display: flex;
}
footer div {
	border: 1px solid #eee;
    border-radius: 3px;
    margin: 20px 0;
    width:100%;
}

.form_messages{
	font-size:14px;
	color:red;
}


#top-header{
	display:inline-block;
	width:100%;
}
#logo{
	float: right;
}
#logo img{
	max-width: 400px;
	height: auto;
}
header #search{
	float:left;
	padding-top:60px;
}
header #search input[type="text"]{
	border: 1px solid #eee;
	width:200px;
	height:25px;
	text-indent: 8px;
	margin:0;
	font-size:16px;
	color: #333;
}
header #search input[type="submit"]{
	background: #eee;
	margin:0;
	height:25px;
	width:50px;
}
header #shop_cart_header {
	float:left;
	padding-top:20px;
}

#main-navigation{
	border: 1px solid #eee;
	border-radius: 3px;
	margin: 20px 0;
	width:100%;
}
nav{ 
   width: 100%;
   padding: 10px 0;
} 
nav ul { 
   list-style: none; 
   margin: 0; 
   padding: 0; 
} 
nav ul li { 
   margin: 0; 
   padding: 10px;
   display: inline; 
} 
nav ul a:link, nav ul a:visited, nav ul a:active{ 
   margin: 0; 
   padding: 5px 3px; 
   color: #000; 
}
nav ul a:hover, nav ul a:focus{ 
   margin: 0; 
   padding: 5px 3px;
   background-color: #eee; 
}

#newsletter-form input {
    width: 100%;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
#newsletter-form input[type=submit] {
    width: 50%;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    float:left;
}

/*******************************************/
/******************aside********************/
/*******************************************/
aside{
	float:right;
	width:184px;
	background:#FFF;
}
#categories{
	/*border: 2px solid #eee;*/
}
#categories ul{
	border: 1px solid #eee;
	line-height:200%;
}
#categories li{
	border-bottom: 1px solid #eee;
	line-height:200%;
}
#categories li:first-child{
	margin:0px 0;
}
#categories h2,a{
	padding: 0 5px;
}
#categories ul a:hover, #categories ul a:focus{ 
   background-color: #eee; 
}
.sub-categories a{
	padding: 0 10px 0 5px;
}
.aside_cube{
	padding-top:20px;
	display: inline-block;
}
.aside_header{
	border: 1px solid #eee;
	line-height:200%;
}
.aside_header h2{
	padding: 0 5px;
}
#aside-articles{
	/*border: 2px solid #eee;*/
}
#aside-articles ul{
	border: 1px solid #eee;
	line-height:200%;
}
#aside-articles li{
	border-bottom: 1px solid #eee;
	line-height:200%;
}
#aside-articles li:first-child{
	margin:0px 0;
}
#aside-articles h2,a{
	padding: 0 5px;
}
#aside-articles ul a:hover, #aside-articles ul a:focus{ 
   background-color: #eee; 
}

.aside_header_bg{
	 background-color: #eee;
}


/*******************************************/
/******************main*********************/
/*******************************************/
main{
	float:right;
	width:686px;
	padding-right:10px;
}

#faq li:first-child{
	font-weight:bold;
	padding: 10px 0 5px 0;
}

#search-results p {
	padding: 0 0 20px 0;
}



/*******************************************/
/***************Products********************/
/*******************************************/

.category p {
	padding: 0 0 20px 0;
}

.products_cubes{

}
.products_cubes li{
	width: 33%;
	float: right;
	padding-bottom: 20px;
}
.product_cube{
	width: 95%;
	border: 2px solid #eee;
	border-radius: 5px;
	margin: 0 auto;
}
.product_cube div{
	text-align:center;
	vertical-align:middle;
}
.product_cube_image{
	height: 210px;
}
.product_cube_image img{
	max-height:210px;
	max-width:210px;
}
.product_cube_name{
	height:60px;
	padding:0 5px;
}
.product_cube_prices{
	padding: 10px 5px;
}
.product_cube_btn{
	padding:30px 10px 10px 10px;
}


#product_gallery {
	width: 280px;
	float:left;
}
#product_gallery ul {
	padding-top:10px;
}
#product_gallery li {
	width:33%;
	display: inline;
	margin-right: 3px;
	text-align:center;
}
#product_gallery li img {
	width:83px;
	height:83px;
	cursor:pointer;
}

.product-section-title {
	width:100%;
	line-height:100%;
	padding:10px 0;
	margin:30px 0 10px 0;
	text-indent:8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 22px;
	background: #eee;
}
.product_properties li strong{
	width: 150px;
}

.single-product-details-body { padding: 0; }
.single-product-details-body ul { list-style: none outside none; }
.single-product-details-body li { line-height: 22px; color: #333; padding: 3px 0 2px; border-bottom: 1px solid #eee; }
.single-product-details-body li strong { color: #000; width: 75px; display: inline-block; }
.single-product-details-body li strong:before { content: ''; width: 2px; height: 2px; display: inline-block; vertical-align: middle; margin: 0 3px; position: relative; top: -1px; background-color: #333; border-radius: 50%; -webkit-border-radius: 50%; }

.single-product-details-body select{
	width: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height:24px;
}

/*******************************************/
/*****************Cart**********************/
/*******************************************/

.shop_cart_table {
	width: 100%;
}
.shop_cart_table h3{
	font-size:120%;
}
.shop_cart_table th{
	height: 32px;
	background:#eee;
	font-size: 120%;
	vertical-align:middle;
	/*margin: 10px 0;*/
}
.shop_cart_table th:first-child{
	width:150px;
}
.shop_cart_table th:nth-child(2){
	width: 325px;
	text-align:right;
}
.shop_cart_table th:nth-child(3){
	width: 60px;
}
.shop_cart_table th:nth-child(4){
	width: 100px;
}
.shop_cart_table th:nth-child(5){
	width: 50px;
}
.shop_cart_table td{
	text-align:center;
	vertical-align:middle;
}
.shop_cart_table td:nth-child(2){
	text-align:right;
	padding-left:10px;
}
.shop_cart_table tr{
	border-bottom: solid 1px #e9e9e9;
}
.product-image {
	width: 110px;
	height: 110px;
}


#cart-summary .order_summary {
	padding:10px;
}
#cart-summary .radios {
	padding:10px;
}
#cart-summary .checks {
	padding:30px 10px;
}
#cart-summary .form-row {
	padding-right:10px;
}
#cart-summary .field {
	width: 100%;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


#cart-thanks .thank-you-actions {
	padding-top:30px;
}

/*******************************************/
/*************Accessibility*****************/
/*******************************************/

.skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	right:0px;
	color:white;
	border:1px solid white;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

.skiptocontent a:focus {
	position:absolute;
	right:0px;
	top:0px;
	background:#333;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}