/* 
 * Theme Name: Shop One Column
 * Theme URI: http://justpx.com/product/shop-one-column-free/
 * Version: 1.4.6
 * Author: JustPX
 * Author URI: http://justpx.com/
 * Description: Shop One Column – is a great solution for small and medium businesses or eCommerce. Theme comes with the support of WooCommerce Plugin. Translation ready. Localization Ready: Arabic, Chinese, Czech, Dutch, English, French, German, Greek, Hungarian, Indonesian, Italian, Japanese, Korean, Polish, Romana, Russian, Spanish, Tagalog, Thai, Turkish, Uighur, Ukrainian, Vietnamese.  Demo and Documentation http://justpx.com/product/shop-one-column-free/
 * Shop One Column WordPress Theme, Copyright 2014 JustPX
 * Shop One Column is distributed under the terms of the GNU GPL
 * Tags: white, gray, light
 * Text Domain: shop_one_column
 * License: GNU General Public License v3.0
 * License URI: http://www.gnu.org/copyleft/gpl.html
*/

@charset "utf-8";

*{
	margin:0; 
	padding:0;
}
body{
	background:#fff;
	color: #222222;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
}

a{
	color: #33a9d9;
}
a:hover{
	color: #000;
}





/* HEADER 
===================================================================*/		
.site-description{
	margin-bottom: 8px;
}


.main{
	width:550px; 
	margin:0 auto;
}	
.main2{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}
.main3{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;

}
.main4{
	width:500px; 
	margin:0 auto;
	min-height: 30px;
}	

.hdr1{
	color: #000;
}
.hdr1::after {
    content: '';
    width: 100%;
    display: inline-block;
}
.hdr1 .sidebar-search{
	margin: 0px 0 20px 0;
	float: right;
}
.hdr1 > div {
    height: 100%;
	min-height: 70px;
	text-align: center;
}

.head img{
	margin-bottom: 10px;
}

.head{
	height:100%;
	padding: 30px 0 0px 0;
	margin:0px 0;
	width: 550px;
	margin-right: 20px;
}
.head a{	
	font-size: 40px;
	color:#000; 
	text-decoration:none; 
	width: 550px;
	float: left;
}	
.head a:hover{	
	font-size: 40px;
	color:#33a9d9; 
	text-decoration:none; 
	float: left;
}
.head2 {
	font-size: 12px;
	color:#fff; 
	text-decoration:none; 
	margin:0px 10px 0 0;
	list-style-type: none;
	float: left;
}	
.headleft {
	display: inline;
	float: left;
	margin: 10px 0 30px 0;
}
.sidebar-search{
	font-size: 18px;
	
	float: right;
	padding: 13px 0 0 0;
}
.sidebar-menu{
	font-size: 16px;
	
	width: 887px;
	float: right;
}
.sidebar-menu a{
	font-size: 16px;
	
	width: 887px;
	float: right;
}
.search-main{
	margin: 0 0 0 0;
}	
.serch-txt{
	height:23px; 
	background:#fff;
	border:1px solid #888894; 
	width:254px; 
	margin: 0px 8px 0 0;
	padding: 0 0 0 6px;
	color:#888894;
}
.serch-btn{
	position:relative; 
	top:8px;
	border: 1px solid #888894;
}
.widget-header {
	margin: 0px 0 0px 0;
	float: right;
	width: 70%
}
.head2 {
	color:#000;
	float:center;
}	
.head h1 a{
	font-size: 40px;
	font-weight: 400;
	float: left;
}
.head h1 a:hover{
	font-size: 40px;
	font-weight: 400;
	float: left;
}
.head  h4 {
	font-size: 12px;
	text-align: center;
}



div.sidebar-head3 > ul {
	margin: 0;
	padding: 0 40px 0 0;
}
.sidebar-head3 li {
	float: left;
	position: relative;
	list-style-type: none;

}
.sidebar-head3 li a {
	color: #000;
	display: block;
	font-size: 16px;
	padding: 8px 16px 0 16px;
	text-decoration: none;
	display: block;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    white-space: normal;
}
.sidebar-head3 li:hover > a,
.sidebar-head3 li a:hover {
	color: #33a9d9;
}
.sidebar-head3:after {
	clear: both;
}
.sidebar-head3:after {
	content: " ";
	display: table;
}

.sidebar-head3 .current_page_item > a {
	color: #33a9d9;
}


.sidebar-head3 .children {
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	display: none;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 999;
	width: 242px;
}
ul.sidebar-head3 ul a,
.sidebar-head3 ul ul a {
	margin: 0;
	text-transform: none;
	line-height:30px;
    display: block;
    color: #000;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    white-space: normal;
}
ul.sidebar-head3 li:hover > ul,
.sidebar-head3 ul li:hover > ul {
	display: block;
	color: #33a9d9;
}
.just-switch {
	display: none;
}

.main4 li {
   list-style-type: none;
}


/* CONTENT
===================================================================*/
.content{
	width:550px; 
	float:right; 
	margin:10px 0px 0 0px;
}
.hrsingl{
	border-bottom: 1px dashed #888894;
	margin-bottom: 10px; 
}
p{
	line-height: 1.8em;
}
.post{
	margin: 0 0px 15px;
}		
.post p{
	font-size: 16px;	
	margin: 0 0 15px;

}
.post a{
	color:#33a9d9; 
	text-decoration:underline;
	font-size: 16px;
}	
.post a:hover{
	color:#33a9d9; 
	text-decoration:none;
	font-size: 16px;
}	
.post:after { 
   content: "";
   display: block; 
   clear: both;
}
.wp-post-image{
	float:left; 
	margin:0 15px 15px 0;
}
.post-main{
	margin:0px 0 20px 25px;
	width: 490px;
    padding: 5px;
}
.post-main h1{
	font-size: 24px;
	color:#232324; 
	padding: 2px 0 8px 0px; 
	margin: 0 0 5px 0;
}
.post-main h1 a{
	font-size: 22px;
	color:#000; 
	text-decoration:none;
	padding: 0 0px 0 0;
}
.post-main h1 a:hover{
	font-size: 22px;
	color:#232324; 
	text-decoration:underline;
}	
.post-main h1 span{
	font-size: 12px;
	color:#232324;
	float: right;
	padding: 6px 0px 0 0;
}
.post-main h1 span a{
	font-size: 12px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}
.post-main h1 span a:hover{
	font-size: 12px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}
.post-main h2{
	font-size: 22px;
	color:#232324; 
	padding: 5px 0 8px 0px; 
	margin: 0 0 5px 0;
}
.post-main h2 a{
	font-size: 22px;
	color:#232324; 
	text-decoration:none;
	padding: 0 0px 0 0;
}
.post-main h2 a:hover{
	font-size: 22px;
	color:#232324; 
	text-decoration:underline;
}
.post-main h2 span{
	font-size: 22px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}

.post-main h3{
	font-size: 20px;
	color:#232324; 
	padding: 5px 0 8px 0px; 
	margin: 0 0 5px 0;
}
.post-main h3 a{
	font-size: 20px;
	color:#232324; 
	text-decoration:none;
	padding: 0 0px 0 0;
}
.post-main h3 a:hover{
	font-size: 20px;
	color:#232324; 
	text-decoration:underline;
}
.post-main h3 span{
	font-size: 20px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}
.post-main h4{
	font-size: 18px;
	color:#232324; 
	padding: 5px 0 8px 0px; 
	margin: 0 0 5px 0;
}
.post-main h4 a{
	font-size: 18px;
	color:#232324; 
	text-decoration:none;
	padding: 0 0px 0 0;
}
.post-main h4 a:hover{
	font-size: 18px;
	color:#232324; 
	text-decoration:underline;
}
.post-main h4 span{
	font-size: 18px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}
.post-main h5{
	font-size: 16px;
	color:#232324; 
	padding: 5px 0 8px 0px; 
	margin: 0 0 5px 0;
}
.post-main h5 a{
	font-size:16px;
	color:#232324; 
	text-decoration:none;
	padding: 0 0px 0 0;
}
.post-main h5 a:hover{
	font-size: 16px;
	color:#232324; 
	text-decoration:underline;
}
.post-main h5 span{
	font-size: 16px;
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}
.post-main h6{
	font-size: 14px;
	color:#232324; 
	padding: 5px 0 8px 0px; 
	margin: 0 0 5px 0;
}
.post-main h6 a{
	font-size: 14px;
	color:#232324; 
	text-decoration:none;
	padding: 0 0px 0 0;
}
.post-main h6 a:hover{
	font-size: 14px;
	color:#232324; 
	text-decoration:underline;
}
.post-main h6 span{
	font-size: 14px;	
	color:#232324;
	float: right;
	padding: 0 0px 0 0;
}
.post-main ul{
	margin: 0px;
	list-style-type:square;
	background-repeat: no-repeat;
	font-size: 20px;
}
.post-main ul li{
	list-style-type:square;
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	font-size: 20px;
}
.post-main .tagi {
	font-size: 13px;
	color:#232324;
	padding: 0 1px 0 0px;
}
.post-main .tagi a{
	font-size: 13px;
	padding: 0 1px 0 0px;
	text-decoration: none;
}
.more-link{
	margin: 10px 0;
}
.nav-previous {
	float: left;
	width: 50%;	
	height: 20px;
	margin: 6px 0 6px 0;
}
.nav-previous a {
	color: #9D9D9D;
	text-decoration:none;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	height: 20px;
	margin: 6px 0 6px 0;
}
.nav-next a {
	color: #9D9D9D;
	text-decoration:none;
}
															/* navigation */
.navigation{
	text-align:center;
	border:0px !important;
}
.navigation a{
	color:#232324;	
	border:0px !important;
}
.navigation a:hover,
.navigation .current{
	text-decoration:none;
	background:#232324;
}
.navigation .pages{
	color:#232324;
	border:0px !important;
}
.navigation .alignleft{
	float: left;
}
.navigation .alignright{
	float: right;
}
.navigation .alignright a,
.navigation .alignleft a{
	color:#fff;
	background:#323333;
	text-decoration:none;
	padding: 10px;
}
.navigation .alignright a:hover,
.navigation .alignleft a:hover{
	color:#232324;
	background:#fff;
	text-decoration:none;
	padding: 10px;
}
.categories{
	font: normal 13px sans-serif;
	padding: 4px 0 4px 0;
	color:#000;
}
.categories a{
	font: normal 13px sans-serif;
	padding: 4px 0 4px 0;
	text-decoration: none;
}
.categories a:hover{
	font: normal 13px sans-serif;
	padding: 4px 0 4px 0;
	text-decoration: underline;
}
img{
    max-width:100% !important;
    height:auto;
}

a img {
    border: none;
   }

ol{
	list-style-type:decimal;
	margin: 0 0 0 22px;
}

kbd{
	color:#232324;
	display:inline-block;
	font-size: 11px;
	
	
	line-height:1.4;
}

pre {
	white-space: pre-wrap;  
	white-space: -moz-pre-wrap;  
	white-space: -pre-wrap;      
	white-space: -o-pre-wrap;    
	word-wrap: break-word;       
	color:#fff;
	background-color: #232324;
	padding: 10px;
	word-wrap: break-word;
}  
tt{
	color:#232324;
	display:inline-block;
	font-size: 11px;
	
	
	line-height:1.4;
}
img.alignnone {
	max-width: 100%;
}
.alignnone {
	max-width: 100%;
}	
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 10px;
}	
blockquote{
	font-size: 20px;
	margin: 10px;
	padding: 0px;
}
table{
	border-collapse:collapse;
	width: 100%;
}
table, td, th{
	font-size: 16px;	
	border:1px solid #232324;
}
dl {
	font-size: 20px;
	padding: 0 10px;
}
dt{
	font-size: 20px;
	padding: 10px;
}
dd{
	font-size: 20px;
	padding: 0 10px;
}


/* CONTENT - Comment
===================================================================*/																								
.entry-comments{
	font-size: 13px;
	color:#232324;
	padding: 0 1px 0 0px;
	float: right;
}
.entry-comments a{
	font-size: 13px;
	color:#323333;
	padding: 3px 1px 0 0px;
	float: right;
	text-decoration: none;
}
.entry-comments a:hover{
	font-size: 13px;
	color:#33a9d9;
	padding: 3px 1px 0 0px;
	float: right;
}													
.says{
	color: #232324;
	font-size: 20px;
	display: none;
}
.comment-awaiting-moderation{
	font-size: 14px;
}
#respond p {
   margin: 10px 0;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
   display: block;

   margin: 0 10px 0 5px;
   width: 33%;
}
.post-main ul li {
list-style: none;
}
.avatar{
	float: left;
	padding-right: 6px;
	width: 42px;
	height: 42px; 
}
#respond .comment-notes {				/* Your email address will not be published. Required fields are marked */
	display: none;
}
#respond textarea {
	border: 1px solid #9D9D9D;
	margin: 4px 0 4px 0;
	padding: 8px 8px 8px 8px;
}
#respond textarea {
	display: block;
	width: 94%;
	background: #fff;
}
#respond input[type=text]{
	border: 1px solid #9D9D9D;
	margin: 4px 0 4px 0;
	padding: 8px 8px 8px 8px;
}
#respond input[type=text]{
	display: block;
	width: 90%;
	background: #fff;
}
#respond .form-allowed-tags {		/* HTML tag del */
	display: none;
	color: #fff;
}
.comment{
	position: relative;
}
.commentlist .comment{
	list-style-type: none;
	margin: 40px 0;
	padding-left: 20px;
}
.comment .comment-meta {
	font-size: 12px;
	color:#232324;
	position: absolute;
	right: 1px;
	top: 10px;
}
.comment .comment-meta a{
	font-size: 12px;
	color:#232324;
}
.comment-reply-link a{
	font-size: 12px;
	color:#232324;
}
.comment-reply-title{
	display: none;
}
#respond input#submit:hover  {			/* button */
	background: #393939;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
#respond input#submit {				/* button */
	border: 1px solid #9D9D9D;
	font-size: 20px;
	padding: 6px 6px 6px 6px;
	color: #000;
	background:#fff; 
	cursor: pointer;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.bypostauthor{

}
.sticky {
	border-bottom: none;
	border: 1px solid #9D9D9D;
}
.sticky a{
	color: #000;
}

.wp-caption{
	background: #fff;
	border: 1px solid #9D9D9D;
	max-width: 100%;
	padding: 4px 4px 4px 4px;
	text-align: center; 
	margin: 6px;
}
.wp-caption img {
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 16px;
	margin: 0;
	padding: 6px 0 0 0;
}
.wp-caption.alignnone{
	margin: 4px 10px 10px 0px;
}
.wp-caption.alignleft{
	margin: 4px 10px 10px 0px;
}
.wp-caption.alignright{
	margin: 5px 20px 20px 0;
}
.wp-caption-text {
	margin: 0 0 6px;
}
::selection {
	background: #33a9d9;
	color: #fff;
}												
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}
.gallery .gallery-row {
	display:block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.gallery .gallery-item img, 
.gallery .gallery-item img.thumbnail {
	max-width: 100%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
}
.gallery-caption {
	margin-left: 0;
}															
.content-main{
	overflow:hidden; 
	padding-bottom: 20px;
	width:100%; 
	margin-top: 20px;
}	

/* Sidebar head1
===================================================================*/
.sidebar-head1{
	float: left;
	width: 48%;
}

.sidebar-head1 .widget{
	margin: 0px;
}
.sidebar-head1 .textwidget{
	padding-top: 4px;
}

.sidebar-head1 li {
  list-style: none;
}

.sidebar-head1 .widget_text{
	
}


/* Sidebar head2
===================================================================*/
.sidebar-head2{
	float: right;
	width: 48%;
	text-align: right;
	color:#232324;
}

.sidebar-head2 .widget{
	margin: 0px;
}

.sidebar-head2 li {
	float: right;
	list-style: none;
	padding-left: 16px;
	padding-top: 2px;
}
.sidebar-head2 a{
	color:#232324;
	text-decoration: none;
}

.sidebar-head2 a:hover{
	color: #33a9d9;
	text-decoration: none;
}

.sidebar-head2 .widget_text{
	
}

/* Footer
===================================================================*/
.sidebar-footer {
	float: left;
	margin-right: 0px;
	padding: 0 0px 10px 0;
	font-size: 16px;
	width: 100%;
}
.sidebar-footer a{
	font-size: 16px;
}
.sidebar-footer a:hover{
	text-decoration: none; 
	font-size: 16px;	
}
.sidebar-footer li {
	list-style: none;
}


/* Sidebar Footer footer1 - Widget
===================================================================*/
.sidebar-footer .widget_archive a{
	text-decoration:none;

}
.sidebar-footer .widget_archive a:hover{
	text-decoration:none;
	margin: 10px;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.sidebar-footer .widget_archive li{
	color: #000;
	text-decoration:none;
	padding: 2px;	
	margin-left: 1px;
}
.sidebar-footer .widget_pages a{
	text-decoration:none;	
}
.sidebar-footer .widget_pages a:hover{
	text-decoration:none;
	margin: 10px;
	-ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.sidebar-footer .widget_pages li{
	color: #000;
	text-decoration:none;
	padding: 2px;	
	margin-left: 1px;
}
.sidebar-footer .serch-txt{
	width: 446px;
	border:1px solid #8f8f8f;
	color: #8f8f8f;
}
.sidebar-footer .serch-btn{
	border: 1px solid #8f8f8f;
}
.sidebar-footer .widget_categories a{
	text-decoration:none;	
}
.sidebar-footer .widget_categories a:hover{
	text-decoration:none;
	margin: 10px;
	-ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.sidebar-footer .widget_categories li{
	color: #000;
	text-decoration:none;
	padding: 2px;	
	margin-left: 1px;
}
.sidebar-footer .widget_recent_entries a{
	text-decoration:none;	
}
.sidebar-footer .widget_recent_entries a:hover{
	text-decoration:none;
	margin: 10px;
	-ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.sidebar-footer .widget_recent_entries li{
	color: #000;
	text-decoration:none;
	padding: 2px;	
	margin-left: 1px;
}
.sidebar-footer .widget_recent_comments a{
	text-decoration:none;	
}
.sidebar-footer .widget_recent_comments a:hover{
	text-decoration:none;
	margin: 10px;
}
.sidebar-footer .widget_recent_comments li{
	color: #8f8f8f;
	text-decoration:none;
	padding: 2px;	
	margin-left: 1px;
}

.sidebar-footer .widget_meta a{
	text-decoration:none;	
}
.sidebar-footer .widget_meta a:hover{
	text-decoration:none;
	margin: 10px;
	-ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.sidebar-footer .widget_meta li{
	text-decoration:none;
	margin-left: 1px;
}



.sidebar-footer .sci-social-icons li{
	margin:0 0px 0 0 !important;
}
.sidebar-footer .sci-social-twitter img{
	margin-right: 15px;
}
.sidebar-footer .sci-social-facebook img{
	margin-right: 15px;
}
.sidebar-footer .sci-social-google img{
	margin-right: 15px;
}
.sidebar-footer .sci-social-youtube img{
	margin-right: 15px;
}
.sidebar-footer .widgettitle{
	font-size: 18px;
	color: #000;
	padding: 2px 6px 2px 0px;
	margin-bottom: 10px;
}




/* OTHER
===================================================================*/
.widget {
	margin: 20px 0 10px 0;
}
.widget_meta a{
	line-height: 1.4em;
}
.widget_categories a{
	line-height: 1.4em;
}
.widget_archive a{
	line-height: 1.4em;
}
.alignleft {
	display: inline;
	float: left;
	margin: 0px 12px 4px 0;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	display: inline;
	float: right;
}
.widgettitle {
	font-size: 20px;
	font-weight: normal;
}

.tagcloud a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
	margin: 10px;
}						
.tagcloud a:hover{
	color: #33a9d9;
	text-decoration: none;
	font-size: 18px;
	margin: 10px;
}
#wp-calendar {
    border: none;
    margin: 0;
}
#wp-calendar caption {
	padding-bottom: 6px;
	text-align: right;
}
#wp-calendar tbody td:hover {
    background: #e7e7e7;
    color: #393939;
}
#wp-calendar tbody td a {
    display: block;
}
#wp-calendar tfoot #prev, #wp-calendar tfoot #next {
    padding-top: 6px !important;
}
#wp-calendar tfoot #next {
    text-align: right;
}
#wp-calendar th, #wp-calendar td {
	padding: 3px 3px 2px !important;
    border: none;
}
#wp-calendar thead th {
	padding-bottom: 6px !important;
    text-align: center;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tbody td {
    text-align: center;
}
#wp-calendar tbody td a:hover {
    background: #e7e7e7;
    color: #393939;
}
fieldset{
	border: 0px;
}

.textwidget input[type=email],
.textwidget input[type=url],
.textwidget input[type=tel],
.textwidget input[type=number],
.textwidget input[type=text],
.textwidget textarea{
	width: 230px;
	max-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=text_area],
input[type=your-message],
input[type=tel],
input[type=number],
input[type=password]{
	padding: 4px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc;
	border-radius: 0px;
	background: #e6e6e6;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	padding: 6px 14px;
	margin-top: 8px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #d7d7d7;
    background: #d7d7d7;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
    border-color: #b1b1b1;
    background: #b1b1b1;
    color:#fff;
    box-shadow: inset 0 -1px 0 rgba(69, 69, 69, 0.4);
}


/* FOOTER
===================================================================*/
.container{
	margin: 0 auto;
	width: 494px;
	padding: 0px 0 12px 0;
}
.sidebar-box{
	width: 100%;
}
.afooter{
	margin: 0 auto;
	overflow:hidden; 
	border-top: 1px solid #000;
}

.afooter2{
	border-top: 1px solid #272727;
	margin: 0 auto;
	overflow:hidden; 
	width: 100%;
}
.afooter a{
	text-decoration: none;
}
.afooter li{
	text-decoration: none;
}
.footer{
	overflow:hidden; 
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	width: 500px;

}
.shadow{
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);	
	padding: 1px;
	background: #fff;
}
.footertext{
	font-size: 14px;
	float:left;
	padding: 12px 0 0 0;
	color: #000;
}					
.footertext a{
	font-size: 14px;
	color:#232324; 
	text-decoration:none; 
	margin:12px 0px 0 0;
}	
.footertext a:hover{
	font-size: 14px;
	color:#33a9d9; 
	text-decoration:none; 
	margin:20px 0px 0 0;
}
.mlogo{
	text-align: center;
	padding: 20px 0 0 0;
	min-height: 36px;
}					


.mlogo a{
	text-decoration:none; 
	margin:12px 0px 0 0;
}		
.mlogo a:hover{
	text-decoration:none; 
	margin:12px 0px 0 0;
}	



/* woocommerce
===================================================================*/
.woocommerce-tabs a{
	color: #97598b;
}
.content1{
	font-size: 18px;
}
.content1 a{
	color: #97598b;
}
.woocommerce div.product form.cart{
	margin: 10px 0;
}
.posted_in a{
	text-decoration: none;
}

.woocommerce .related ul.products li.product, 
.woocommerce .related ul li.product, 
.woocommerce .upsells.products ul.products li.product, 
.woocommerce .upsells.products ul li.product, 
.woocommerce-page .related ul.products li.product, 
.woocommerce-page .related ul li.product, 
.woocommerce-page .upsells.products ul.products li.product, 
.woocommerce-page .upsells.products ul li.product {
	margin: 0 14px 7px 0 !important;
}
.content .woocommerce-message{
	width: 410px;
	border-top: 3px solid #ccc;
}

.woocommerce .shop_table td{
	border: 0px solid #232324;
}
.woocommerce  .shop_table th{
	border: 0px solid #232324;
}
.woocommerce .cart_totals table{
	border: 0px solid #808080;	
}
.woocommerce .cart_totals th{
	border: 0px solid #808080;	
}
.woocommerce .cart_totals td{
	border: 0px solid #808080;	
}
.content1 .page-title{
	display: none;	
}
.content1 .page-description{
	display: none;	
}
ul.products li.product {
	background: #fff;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart,
.content-main .product .product-button,
.product .added_to_cart,
ul.products li.product .button {
	font-size: 14px;
	text-shadow: 0 0px 0 rgba(255, 255, 255, 0.8);
	background: #fff;
	padding: 13px 0px !important;
	text-align: center;
	box-shadow: none;
	border: 0px;
	border-top: 1px solid #ccc!important;
	margin-right: 0px!important;
}
.product .added_to_cart:hover,
ul.products li.product .button:hover {
	background: #323333;
	color: #fff;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
	box-shadow:none;
	-webkit-box-shadow:none;
}
.dropdown-cart-button{
	border:0px;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	box-shadow: none!important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: opacity 1.1s, transform 1.1s;
	-webkit-transition: opacity 1s, -webkit-transform 1.1s;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width: 100%;
}



.woocommerce ul.products li.product a:hover  img:hover , .woocommerce-page ul.products li.product a:hover  img:hover {
	box-shadow: 10px;
	z-index: 9999;
	-webkit-transform: scale3d(1.1,1.1,1.1);
	transform: scale3d(1.1,1.1,1.1);
}


.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	font-size: 14px!important;
	margin: 0px 6px!important;	
	color:#000;
	text-align: center;
	text-decoration: none;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	font-size: 20px;
	margin: 0px 10px 10px 10px!important;
	font-weight: bold;
}
.content .amount{
	color: #000;
	font-size: 20px;
}
.content ins{
text-decoration: none;
}
.products span.onsale, .products span.onsale{

}
.woocommerce ul.product_list_widget li a{
	text-decoration: none;
}
.content del .amount{
	font-size: 20px;
	color: #888894;
}

.products .price {
	text-align: center;
}
ul.payment_methods li{
	list-style-type: none;
}
.content1 .woocommerce-message{
	width: 884px;
}
.woocommerce-ordering{
	padding: 0 2px 0 0; 
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin: 0px 8px 20px 0px;
}

.woocommerce-page .products .star-rating{
	display:none !important;
}
.woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.last{
	margin: 0 0px 64px 0 !important;
	width: 100% !important;
}
.woocommerce div.product div.images img{
	box-shadow:none;
	-webkit-box-shadow:none;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select{
	margin-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ccc;
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale{
	margin: 2px 2px 0 0;
}
.screen-reader-text{
	display: none;
}
#searchsubmit{
	padding: 4px !important;
	background: #fff;
	border: 1px solid #A0A0A0;
	cursor: pointer;
}
#s{
	padding: 3px 0 2px 6px !important;
	height: 18px;
}
.css-cart span{
	color:#fff;
	background: #33a9d9;
	padding: 0 4px;
}
.css-cart span:hover{
	color:#000;
	background: #fff;
	padding: 0 4px;
}

.sidebar-head4 a{
	text-decoration: none;
	color: #33a9d9;
}
.sidebar-head4 a:hover{
	text-decoration: none;
	color: #000;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{

}
.woocommerce-page nav.woocommerce-pagination ul li a{
	line-height: 18px;
}
.woocommerce-page .page-numbers span{
	line-height: 18px;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
	line-height: 18px;
}
.woocommerce-tabs #respond input#submit:hover  {			/* button woocommerce*/
	font-size: 16px;
	cursor: pointer;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  	margin: 0 0px 47px 0 !important;
  	width: 100% !important;
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a{
	width: 490px;
	border-bottom: 1px solid #ccc;
}

.woocommerce-ordering,
.woocommerce-result-count{
	display: none;
}

.woocommerce a.button.added:before{
	display: none;
}
a.added_to_cart.wc-forward {
	display: none;
}

.price {
	margin: 20px 0;
}
.input-text{
	padding: 4px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	display:inline-block;
	cursor:pointer;
	color:#7B7B7B;
	background: #fff;
	border:2px solid #ccc;
	font-size:16px;
	text-decoration:none;
	box-shadow: none;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
	color:#fff;
	border:2px solid #ccc;
	background: #ccc;
	font-size:16px;
	text-shadow:none; 
}
.dropdown_product_cat{
	width: 228px;
	padding: 4px;

}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
	background: -webkit-linear-gradient(#fff,#ccc);
	background: -moz-linear-gradient(center top , #FFF 0%, #ccc 100%) repeat scroll 0% 0% transparent;
}


.cat-parent .children a:before {
    margin-left: 6px;
    content: "\002D ";
}
.woocommerce .quantity .qty{
	height: 22px;
}
.woocommerce div.product form.cart .button{
	height: 34px;
}
.woocommerce a.remove{
	display:block;
	font-size:1.5em;
	height:1em;
	width:1em;
	text-align:center;
	line-height:1;
	border-radius:100%;
	color:red!important;
	text-decoration:none;
	font-weight:700;
	border:0
}
.woocommerce a.remove:hover{
	color:#fff!important;
	background:red
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	display: none!important;
}
.product-categories .children{
	margin-left: 14px;
}
.product-categories li:before {
    content: "- "; 
    color: #808080;
}
.cat-item .count{
	color: #808080;
}
.menu a:hover{
    color:#808080;
	text-decoration: none;
}
.menu ul li:before{
 	color:#808080;
	content: "- "; 
	margin-left: 12px;
}
.menu ul li a:hover, .menu ul li > a{
	background:#fff;
	color:#33a9d9;
	border-left:0px solid #33a9d9;
}

.menu ul li a:hover, .menu ul li:hover > a{
	background:#fff;
	color:#808080;
	border-left:0px solid #33a9d9;
}
.afooter a{
	text-decoration: none;
}
.afooter li{
	line-height: 1.4em;	
}
.search-field{
	padding: 7px 6px 6px 6px;
	margin: 10px 0;
}
.widget select {
	max-width: 100%;
	padding: 4px;
}
.widget_tag_cloud a {
	font-size:14px!important;
	color:#fff;
	background-color:#9D9D9D;
	display:inline-block;
	padding:4px 6px;
	margin:0 4px 8px 0;
}
.widget_tag_cloud a:hover {
	color:#2ab4ed;
	background-color:#232122;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	height: 36px;
}

.woocommerce ul.products li.product .button{
	border-radius: 0px;
}
.woocommerce-page div.product div.summary,
.woocommerce-page div.product div.images{
	width: 100%;
}