/*
Theme Name: Rustik 3
Theme URI: http://swankythemes.com/
Author: Swanky Themes
Author URI: http://swankythemes.com/
Description: Rustik is a beautiful minimalist WordPress+WooCommerce theme that makes your products the center of attention.
Version: 3.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  dark, e-commerce, ecommerce, light, minimalism, minimalist, minmalistic, shop, simple, store, woocommerce, wp-ecommerce
Text Domain: rustik
*/
/* ===========================
   ======= Body style ======== 
   =========================== */
   
body {
	background: #ffffff;
	font-family: 'HelveticaNeueW01-55Roma', arial, helvetica, sans-serif;
	color: #A6A8AC;
	/*line-height: 1.429;*/
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.8em;
	border-radius: 0px;
}
input.field {
	-webkit-appearance: none;/**/
	-webkit-border-radius: 0;
}
input.search_submit {
	-webkit-appearance: none;/**/
	-webkit-border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.body {
	clear: both;
	margin: 0 auto;
	max-width: 980px;
}
/* ===========================
   ========= Headings ======== 
   =========================== */
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
	font-size: .8em;
}
/* ===========================
   ======= Anchor style ====== 
   =========================== */
a {
	outline: none;
text-decoration: none;
color: #A6A8AC;
}
a img {
	border: 0px;
	text-decoration: none;
	transition: opacity 0.1s ease-out 0s;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a:link, a:visited {
	color: #A6A8AC;
	padding: 0 0px;
	text-decoration: none;
}
a:hover, a:active {
	color: #535659;
	text-decoration: none;
}
.clr {
	clear: both;
}
.flt {
	float: left;
}
.flr {
	float: right;
}
select, textarea {
	-webkit-appearance: none;/**/
	-webkit-border-radius: 0;
}
#wrapper {overflow:visible;}
/* ===========================
   ====== navigation ====== 
   =========================== */
   
nav {
	float: right;
    font-size: 8pt;
    height: auto;
    position: relative;
    text-transform: uppercase;
    top: -6px;
    width: 100%;
}
nav ul {
	height: auto;
	margin:0 0 4px;
	padding: 0;
	width: auto;
	float: right;
}
nav li {
	display: inline;
	float: left;
	margin: 0 0 0 41px;
	position: relative;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: right;
	text-decoration: none;
	padding: 9px 0;
}
nav a#pull {
	display: none;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DFDFDF;
    list-style: none outside none;
    padding: 0 10px 10px;
    width: 150px;
    z-index: 99999;
    display: none;
    position: absolute;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	left: 100%;
	top: 0;
}
ul.nav-menu ul li, .nav-menu ul ul li{
	margin: 0;
	padding-top: 12px;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
    text-align: left;
    width: 150px;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}
mark {
background: none;
color: #A6A8AC;
}

/* ===============================================
   ======= shopping bag + checkout + search ====== 
   =============================================== */
.top-right {
	float: right;
	padding: 0;
	width: auto;
}
.go {
	float: right;
	height: auto;
	margin: 0.2em 0 0;
	width: auto;
}
.gocart {
	float: left;
	color: #A6A8AC;
	padding: 0.8em 2em 0 0;
	height: auto;
	text-transform: uppercase;
	width: auto;
}
.gocart ul {
	list-style: none;
	float: left;
	line-height: 5px;
}
.gocart ul li {
	float: left;
	background: url(images/cart_nav_sep.png) no-repeat right;
	height: 8px;
}
/*130721*/
.gocart ul li a {
	color: #A6A8AC;
	font-size: 0.8em;
	margin: 0em 1em 0em 0em;
}
.gocart ul li a:hover {
	color: #535659;
}
/*130721*/
.gocart ul li.first {
	margin: 0 0.7em 0 0;
}
.gocart ul li.last {
	background: none;
	float: left;
	margin: 0em 0em 0em 0.7em;
}
nav ul.gocart1 {
	display: none;
}
.mainHeader {
	clear: left;
	border-bottom: 1px solid #A6A8AC;
	margin: 0 0 18px;
	padding: 0 0 0px;
}
.mainHeader a img {
	width: auto;
	height: auto;
	margin: 40px 0 0 27px;
}
.search_submit {
	float: left;
	border: 1px solid #A6A8AC;
	border-left: 0px;
	background: none repeat scroll 0 0 #FFFFFF;
}
.field {
	float: left;
	border: 1px solid #A6A8AC;
	border-right: 0px;
	height: 12px;
	padding: 4px 5px;
}

/* ===========================
   ======= Content Area ====== 
   =========================== */

.mainContent {
	overflow: hidden;
	line-height: 0px;
	width: 100%;
	clear: left;
}

div.pp_pic_holder, div.pp_pic_holder div {
	overflow:visible;
}
.logo {
}
.mainHeader h1 {
}
.mainHeader h1.logo img {
	display: block;
	float: left;
	margin: 0px 0px -7px 26px;
}

.mainHeader h1.logo a.noimage {
	display: block;
	float: left;
	margin: 0 0 -17px 26px;
}
.mainHeader h2.logo-desc{
	clear: both;
    display: block;
    float: left;
    margin: 30px 0 0 26px;
}
.mainImage {
	/*background: url("images/welcome.png") no-repeat;*/
	width: 100%;
	height: auto;
	clear: left;
}
.mainImagecust {
	width: 100%;
	height: auto;
	clear: left;
}
.slider-desc {
	clear: left;
	float: left;
	width: auto;
	font-size: 0.84em;
}
.slider-desc  a{
	text-decoration:none;
}
.mainContent p{line-height:8px !important;}
.slider-right {
	float: right;
	width: auto;
	font-size: 0.84em;
}
.slider-right a {
	text-decoration:none;
}
.post-info {
	font-style: italic;
	color: #999;
	font-size: 100%;
}
.styled-select span {
    display: none;
}

.widget_search .screen-reader-text, .widget_product_search .screen-reader-text {
    display: none;
}
.widget_search .search-submit, .widget_product_search #searchsubmit {
	display:none;
}

.widget_search .search-field, .widget_product_search input {
    border-color: #A6A8AC;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    float: left;
    height: 12px;
    padding: 5px 5px;
	width: 115px;
	-webkit-border-radius: 0;
	border-radius:0;
}

.form-row .chzn-container {
    width: 100% !important;
	overflow:visible;
}


.page img.alignleft, .blog img.alignleft {
	margin: 7px 24px 7px 0;
	float:left;
}

.page img.alignright, .blog img.alignright {
	margin: 7px 0 7px 24px;
	float:right;
}

.page img.aligncenter, .blog img.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}


/** pinit btn fix **/
div[id^="PIN_"] {
    overflow: visible;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
	margin-bottom: 2%;
	padding-left: 0;
	color: #A6A8AC;
	border-top: 1px solid #A6A8AC;
	padding: 0.7em 0em 0em 0em;
	clear: left;
}
.mainFooter p {
	margin: 0em 0em 0em 1em;
	font-size: 0.8em;
	float: left;
	line-height: 17px;
}
.mainFooter .footerLinks {
	float: left;
	padding: 0em 0em .6em .0em;
}
.mainFooter .footerLinks ul {
	float: left;
	width: auto;
	padding: 0em 0em .6em 0em;
}
.mainFooter .footerLinks ul li {
	text-decoration: none;
	list-style: none;
	float: left;
	margin: 0em 1em 0em 0em;
	font-size: 0.8em;
}
.mainFooter .footerLinks ul li a {
	padding: 0em 1em 0em 0em;
	line-height: 17px;
}
input.email {
	border: 1px solid #A6A8AC;
	color: #A6A8AC;
	float: left;
	margin: 0 0.4em 0 0;
	padding: 0.3em;
	width: 14em;
}
input.button {
	display: block;
	height: 1.9em;
	padding: 0em .5em;
	border: 1px solid #A6A8AC;
	float: left;
	margin: 0em;
	color: #A6A8AC;
	background: #ffffff;
	cursor: pointer;
}
.subscriptionSocialicons {
	float: right;
	padding: 0em;
	margin: 0em 0em 0em 0em;
}

.subscriptionSocialicons .textwidget {
	background: url("images/footer_separator_big_w.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    height: 23px;
    line-height: 22px;
    padding: 0 14px 0 0;
}

.subscriptionSocialicons .textwidget input[type="email"] {
	border: 1px solid #A6A8AC;
    color: #A6A8AC;
    float: left;
    margin: 0 0.4em 0 0;
    padding: 0.3em;
    width: 14em;
	font-size: 11px;
}

.subscriptionSocialicons .textwidget input[type="submit"]{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A6A8AC;
    color: #A6A8AC;
    cursor: pointer;
    display: block;
    float: left;
    height: 1.9em;
    margin: 0;
    padding: 0 0.5em;
	font-size: 12px;
}
/*.subscriptionSocialicons span .signup {
	background: url("images/footer_separator_black_s.gif") no-repeat scroll right center transparent;
	height: 24px;
	padding: 0 14px 0 0;
	line-height: 22px;
}*/
.social {
	float: right;
	padding: 0px 0px 0px 8px;
}
.social ul {
	list-style: none;
	float: right;
	margin-left: .4em;
}
.social ul li:last-child {
	margin: 0px;
}
.social ul li {
	float: left;
	margin: 0 4px 0 0;
}
.social ul li a {
	display: block;
}
.social ul li a {
	display: block;
}
.twitter {
	background: url(images/ico-social-twitter.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}
.facebook {
	background: url(images/ico-social-facebook.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}
.youtube {
	background: url(images/ico-social-youtube.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}
.instagram {
	background: url(images/ico-social-instagram.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}
.flickr {
	background: url(images/ico-social-flickr.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}
.vine {
	background: url(images/ico-social-vine.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}
.tumblr {
	background: url(images/ico-social-tumblr.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}
.linkedin {
	background: url(images/ico-social-linkedin.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}
.googleplus {
	background: url(images/ico-social-googleplus.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}

.delicious {
	background: url(images/ico-social-delicious.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}
.vimeo {
	background: url(images/ico-social-vimeo.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}
.pinterest {
	background: url(images/ico-social-pinterest.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}
.yelp {
	background: url(images/ico-social-yelp.png)no-repeat;
	width: 22px;
	height: 22px;
	clear: left;
}
.custom-social-icon {
	/*background: url(images/ico-social-yelp.png)no-repeat;*/
	width: 22px;
	height: 22px;
	clear: left;
}
.go1 {
	display: none;
}
nav ul.gocart1 {
	display: none;
}
.footerLinks ul li {
	float: left;
	padding: 0px 15px;
	background: url(images/footer_separator.gif) center right no-repeat;
	height: 18px;
}

.footer_copyright {
	padding: 0 15px 0 0;
	background: url(images/footer_separator.gif) center right no-repeat;
}
.footerLinks ul li:first-child {
	padding-left: 0px;
}
.signup {
	background: url("images/footer_separator_big_w.gif") no-repeat scroll right center transparent;
height: 23px;
padding: 0 14px 0 0;
line-height: 22px;
float: left;
}


.showDefaults {
    color: #888888;
    font-size: 0.8em;
    font-weight: normal;
}
* {
    margin: 0;
    padding: 0;
}
.rustik-group-tab .form-table tr th {
    font-size: 1.1em;
    font-weight: bold;
}
.rustik-group-tab .form-table tr th, .rustik-group-tab .form-table tr td {
    color: #333333;
}
.form-table th, .form-wrap label {
    color: #222222;
    text-shadow: 0 1px 0 #FFFFFF;
}
.form-table th {
    text-align: left;
}
.form-table th, .form-wrap label {
    font-weight: normal;
    text-shadow: 0 1px 0 #FFFFFF;
}
.form-table {
    border-collapse: collapse;
}
#rustik-container {
    font-family: 'HelveticaNeueW01-55Roma', arial, helvetica, sans-serif;
}
/*body, #wpbody, .form-table .pre, .ui-autocomplete li a {
    color: #333333;
}
body, #wpbody, .form-table .pre, .ui-autocomplete li a {
    color: #333333;
}*/
body {
    font-family: 'HelveticaNeueW01-55Roma', arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
}
.col-4.footer-widgets{
    clear: both;
    width: 100%;
}
.home-widgets{padding-bottom:11px;}
.footer-bottom {	
	clear:both;
}
.block.footer-widget-1, .block.footer-widget-2, .block.footer-widget-3, .block.footer-widget-4 {
    float: left;
    width: 25%;
}

.subscriptionSocialicons .textwidget .mc4wp-alert {
    position: absolute;
	text-align:center;
	margin-top: 30px;}
/*============================================   single page    ==============================================*/

.product_types {
	float: left;
	margin: 0 0 0 7px;
	width: 130px;
}

#sidebar  .widget {
    margin-bottom: 10px;
}
#sidebar .widget ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	/*float: left;*/
}
#sidebar .widget_product_categories li.cat-item {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
	margin: 0;
}

#sidebar .widget_product_categories ul.children > li:before {
    content: "-";
}
#sidebar .widget_product_categories ul.children {
	margin-left: 4px !important;
}

#sidebar .widget ul li {
    font-weight: normal;
}

#sidebar .widget ul li.current-cat {
    font-weight: bold;
}

#sidebar .widget ul li a {
	color: #A6A8AC;
	/*font-family: 'HelveticaNeueW01-55Roma', arial, helvetica, sans-serif;*/
	font-size: 11px;
	font-style: normal;
	/*font-weight: normal;*/
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
}
#sidebar .widget ul li a:hover {
	color: #535659;
}

.col-full .product_types {
    padding-right: 40px;
}

div.product {
	margin-bottom: 0;
	position: relative;
}
div.product div.images img {
	display: block;
	height: auto;
	width: 100%;
}
div.product div.images div.thumbnails {
	padding: 10px 0px 0px 0px;
}
div.product div.images div.thumbnails a {
	clear: none;
	float: left;
	margin: 0 2.6% 0 0;
	width: 21%;
}
div.product div.images div.thumbnails a:last-child {
	margin-right: 0px;
}
div.product div.images div.thumbnails a img {
	height: auto;
	width: 100%;
}
div {
	overflow: hidden;
}
.product_title {
	color: #535659;
	font-size: 17px;
	font-weight: normal;
	clear: none;
}
.description {
	font-size: 11px;
	/*margin: 1em 10px 0.2em 0;*/
	text-align: justify;
}
h1.page-title, .status-publish h2, .addresses h3 {
	margin-top: 5px;
}
/*.post .right h2 a, h1.title, h1.page-title, .checkout h3, .status-publish h2, .addresses h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 3px;
	text-transform: uppercase;
	color: #535659;
}*/
.summary p, .summary {
	text-align: justify;
}
.summary, .summary p {
}
.container p {
font-size: 11px;
line-height:14px;

}
form.cart .variations label {
	display: block;
	font-weight: normal;
	text-transform: capitalize;
	width: 70px;
	/*margin-top: 7px;
	color: #808080;*/
}
form.cart .variations select {
	float: left;
	-webkit-appearance: none;
}
.styled-select select {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	color: #A6A8AC;
	line-height: 1.5;
	padding: 4.4px 3px 3px;
	width: 228px;
	-webkit-appearance: none;
}
.styled-select {
	background: url("images/selectBox-arrow.gif") no-repeat scroll right center transparent;
	border: 1px solid #A6A8AC;
	overflow: hidden;
	width: 188px;
	background-size: 19px;
}
.cart input {
	line-height: 1em;
	margin: 0;
	vertical-align: middle;
	width: 140px;
}
.variations_wrap .qty {
	float: left;
	font-size: 12px;
	line-height: 22px;
	width: 74px;
	/*margin-top: 5px;*/
}
form.cart div.quantity {
	float: left;
	margin: 2px 36px 2px 0;
	overflow: hidden;
    position: relative;
    width: 60px
}
.quantity input.minus {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	bottom: 0;
    right: 0;
}

.quantity input.plus {
	border-bottom: 0 none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    top: 0;
}
.quantity input.plus, .quantity input.minus {
	/*background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #A6A8AC;
	color: #A6A8AC;
	cursor: pointer;
	display: none;
	line-height: 1em;
	margin: 0;
	padding: 1px 5px 0;
	vertical-align: middle;
	width: 20px;*/
	 background: -moz-linear-gradient(center top , #F7F6F7 0px, #E0DADF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #C8BFC6;
    border-radius: 2px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 20px;
}
.quantity input.qty {
	border: 1px solid #CCCCCC;
    display: inline;
    height: 20px;
    line-height: 1em;
    margin: 0;
    padding: 2px 7px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}
.variations_wrap .qty {
	float: left;
	font-size: 12px;
	line-height: 22px;
	width: 74px;
}
.single_add_to_cart_button.button.alt {
	height: 25px;
}
.variations_button button.button {
}
form.cart .button {
	float: left;
	margin: 2px 0;
	vertical-align: middle;
}
.button.alt {
	background: none repeat scroll 0 0 #121228;
	border: medium none;
	cursor: pointer;
	font-weight: bold;
	height: 21px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	width: 121px;
	margin: 4px 2px 0 0;
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
	width: 121px;
	display: block;
	float: right;
	font-size: 12px;
	margin: 10px 0 0;
}
.cart .button {
	float: right;
}
form.cart table td {
	padding: 4px 4px 4px 0;
}
table.variations td {
	padding-bottom: 15px !important;
}
.cart th, .cart td {
	vertical-align: middle;
}
.description p {
	width: 82%;
}
.right_products .images {
	float: left;
	width: 49%;
	margin: 0 20px 40px 0px;
}
div.product div.images div.thumbnails a {
	width: 23%;
}
.products {
}
.more-products ul .products {
}
.more-products h2 {
	color: #A6A8AC;
	font-family: 'HelveticaNeueW01-55Roma', arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 -10px;
	padding: 0 0 0 1px;
	position: absolute;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	z-index: 9999;
}
.more-products ul li {
	float: left;
	margin: 0 7px 30px 0;
	width: 260px;
	list-style: none;
}
.more-products ul li h3 {
    color: #535659;
    font-size: 13px;
    letter-spacing: 0.1mm;
    margin: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.more-products ul li span.price {
	display: block;
}
.more-products ul li span {
	/*display: block;*/
	font-weight: normal;
	font-size: 10px;
	color: #A6A8AC;
	text-align: center;
}
.summary1 {
	display: none;
}
.reviews {
	float: left;
}
.reviews .reviewsTitle {
	float: left;
	line-height: 20px;
	padding: 14px 0 0 1px;
}
.reviews .reviewsStars {
	float: left;
	padding: 18px 0 0 11px;
}
.reviewsStars img {
	width: 76px;
	height: 12px;
}
/*=============================================  listing page  ===================================================*/
#top_right_paginate, .wp-pagenavi, .woo-pagination {
	float: right;
	height: 2em;
	line-height: 1.5em;
}
.wp-pagenavi span.current, .woo-pagination .current {
	background: none repeat scroll 0 0 #A6A8AC;
	color: #FFFFFF;
}
.paginate span, #top_right_paginate span, .woo-pagination .page-numbers {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 1px 5px;
	font-size: 11px;
}
.searchsize, .searchcolor, .attributes-filter, .woocommerce-ordering {
	float: left;
	margin: 0px 15px 0px 0px;
}
.more-products {
	margin-bottom: 15px;
	margin-top: 15px;
}
.product_top {
	margin: 0;
}
.filter {
	/*overflow: visible;*/
}

.reset_variations {
    font-size: 10px;
}

/*========================= shopping cart page  =======================*/
.entry {
	margin-bottom: 20px;
}
table.shop_table {
	border-collapse: collapse;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
table.shop_table th {
	background: none repeat scroll 0 0 #121228;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 0;
}
table.shop_table td {
	border-top: 1px solid #E7E7E7;
	font-size: 12px;
	padding: 6px 0;
	vertical-align: middle;
	color: #A6A8AC;
}
td.product-name dl.variation dd {
	display: inline;
	margin: 0 12px 0 0;
	padding: 0;
}
td.actions .coupon label {
	display: none;
}
td.actions .coupon .input-text {
	border: 1px solid #A6A8AC;
	float: left;
	height: 16px;
	margin: 0 6px 0 0;
	padding: 2px;
	width: 80px;
}
.woocommerce .shipping-calculator-form   .form-row select.country_to_state {
	border: 1px solid #A6A8AC;
    height: 22px;
    padding: 2px;
    width: 70% !important;
}
.woocommerce .shipping-calculator-form   .form-row select.state_select {
	border: 1px solid #A6A8AC;
    height: 22px;
    padding: 2px;
    width: 70% !important;
}
.woocommerce .shipping-calculator-form   .form-row input.input-text {
    width: 68% !important;
}
.shipping-calculator-form .input-text {
	border: 1px solid #A6A8AC;
    height: 16px;
    padding: 2px;
    width: 160px;
}

button.button {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A6A8AC;
    color: #A6A8AC;
    cursor: pointer;
    display: block;
    float: right;
    height: 1.9em;
    margin: 0;
    padding: 0 0.5em;
}
.cart th, .cart td {
	vertical-align: top;
}
.nobr {
	white-space: nowrap;
}
td.actions .coupon {
	float: left;
}
td.product-name dl.variation dt {
	display: inline;
	font-weight: bold;
	margin: 0 4px 0 0;
	padding: 0;
}
table.cart img {
	height: auto;
	width: 100px!important;
}
.cart-collaterals {
	overflow: hidden;
	width: 100%;
}
.cart-collaterals .cart_totals {
	float: right;
	text-align: left;
}
.cart-collaterals .cart_totals table {
	border-collapse: separate;
	border-radius: 5px 5px 5px 5px;
	float: right;
	font-size: 0.8em;
	line-height: 13px;
	margin: 0 0 6px;
	padding: 0;
}
.cart-collaterals .cart_totals table tr:first-child th, .cart-collaterals .cart_totals table tr:first-child td {
	border-top: 0 none;
}
.cart-collaterals .cart_totals tr th {
	border-top: 1px solid #E7E7E7;
	padding: 6px 24px 6px 0;
}
.cart-collaterals .cart_totals table td, .cart-collaterals .cart_totals table th {
	padding: 6px 12px 6px 0;
}
.cart-collaterals .cart_totals tr td {
	border-top: 1px solid #E7E7E7;
	padding: 6px 0 6px 24px;
	text-align: right;
}
.cart-collaterals strong, .cart-collaterals th {
	font-weight: normal;
}
a.button, button.button, input.button, #review_form #submit {
	font-size: 12px;
}
.cart-collaterals .shipping_calculator {
	clear: right;
	float: right;
	margin: 20px 0 0;
	overflow: hidden;
	text-align: right;
	width: 48%;
}
h1.page-title, .status-publish h2, .addresses h3 {
	margin-top: 5px;
}
.cart-collaterals h2 {
	font-weight: normal;
	text-transform: none;
}
td.actions {
	text-align: right;
}
.variation {
	line-height: 15px;
	margin: 6px 0 0;
	color: #A6A8AC;
}
.actions input.button {
	height: 1.9em;
}
/*.product-remove {
	display: none;
}*/
.woocommerce #content table.cart .product-remove a.remove, .woocommerce table.cart .product-remove a.remove, .woocommerce-page #content table.cart .product-remove a.remove, .woocommerce-page table.cart .product-remove a.remove {
	background: url("images/delete_btn.gif") repeat scroll 0 0 #CCCCCC;
    border-radius: 0;
    display: block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}
.checkout-button {
	clear: both;
}

/*==================================  blog page =====================================*/
.blog {
}
.blog .right_products,.page .right_products {
width: 82%;
margin: 0px 0px 0px 0px;
padding: 0px;
float: left;
}
.post {
margin: 0 0 10px 0;
}
.post .left {
width: 80px;
float: left;
}
.post .left h5 {
font-weight: normal;
font-size: 16px;
height: 30px;
line-height: 30px;
font-weight: bold;
margin: 0px;
padding: 0px;
}
.post .left b {
font-weight: normal;
font-size: 12px;
line-height: 16px;
}
.clearboth, .clear, .fix {
height: 0px;
margin: 0px;
padding: 0px;
line-height: 0px;
font-size: 0px;
clear: both;
}
.post .right {
width:88%;
float: left;
padding-bottom: 10px;
}
.post .right h2 {
line-height: 18px;
margin-bottom: 3px;
}
h1.page-title, .status-publish h2, .addresses h3 {
margin-top: 5px;
}
.post .right h2 a, h1.title, h1.page-title, .checkout h3, .status-publish h2, .addresses h3 {
text-transform: uppercase;
padding-bottom: 3px;
font-weight: normal;
font-size: 14px;
line-height: 18px;
font-weight: normal;
}
/*.post .right p {
padding-bottom: 10px;
}*/
.blog p,.page p {
font-size: 11px;
padding-top: 0px;
margin-top: 4px;
line-height: 14px !important;
}
.blog img,.page img{margin-bottom:7px;}
.post .right p a {
}
.commentlink {
margin-left: 50px;
}
.clearboth, .clear, .fix {
height: 0px;
margin: 0px;
padding: 0px;
line-height: 0px;
font-size: 0px;
clear: both;
}
.blog .product_types,.page .product_types {
width: 130px;
padding: 0px;
float: right;
}

.left .product_types {
    float: left;
}
.left .right_products {
    float: right;
}
.mod_blog_title h2, #sidebar .widget h3 {
font-family: 'HelveticaNeueW01-55Roma', arial, helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 22px;
text-align: left;
text-decoration: none;
text-transform: none;
color: #A6A8AC;
margin: 0;
padding: 3px 0 5px;
}
.mod_blog ul, #sidebar .widget ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.mod_blog ul li, #sidebar .widget ul li {
margin: 0px 0px 4px 0px;
background: url("images/list_stile_square.png") no-repeat left 7px;
padding: 0px 0px 0px 12px;
background-size:4px;
clear: both;
float: left;
}

div.pp_woocommerce .pp_content_container {
	padding: 60px 0 25px;
}

.pp_gallery {
	margin-top: 0 !important;
}
div.pp_woocommerce .pp_details {
    margin: 0;
    padding-top: 5em !important;
}

#sidebar .widget.widget_shopping_cart ul li, #sidebar .widget.widget_best_sellers ul li, #sidebar .widget.widget_random_products ul li,  #sidebar .widget.widget_recent_products ul li,  #sidebar .widget.widget_recently_viewed_products ul li,  #sidebar .widget.widget_top_rated_products ul li  {
	background:none;
	padding: 0;
	margin-bottom:5px;
}
/*=====================  terms and conditions  =======================*/
.fullwidth .entry {
margin-bottom: 20px;
}
.entry{}
.entry ul{}
.entry ul li{margin:7px 0px 0px 0px;}
.entry ul li a{font-size:11px;font-weight:bold;}
.entry ul li ul{margin:0px 0px 10px 0px;}
.entry ul li ul li{padding:0px 0px 0px 10px;background:url("images/list_stile_square.png") no-repeat left 8px;background-size: 4px;margin: 0px 0px 4px 0px;}
.entry ul li ul li a{font-weight:normal;}
.entry h3, .entry h4, .entry h5, .enrty h6{font-family: 'HelveticaNeueW01-55Roma', arial, helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-align: left;
text-decoration: none;
text-transform: none;
color: #A6A8AC;
}
.entry h2, .entry h3, .entry h4{margin-bottom:0px;padding:0;}
form {
display: block;
margin-top: 0em;
}

/*===================== single-post =============================*/

.comment-form-author input#author, .comment-form-email input#email, .comment-form-comment #comment, .comment-form-url input#url {
border: 1px solid #A6A8AC;
color: #A6A8AC;
margin-right: 5px;
}
.frm_rows .txt {
height: 22px;
padding: 0 3px 0 5px;
width: 170px;
}
#respond{display:block;}
#respond label{font-size:11px;}
p.comment-form-comment label {
display: none;
}
p.form-submit {
padding-top: 0px;
}
p.form-submit #submit {
background-color: #121228;
border: medium none;
color: #FFFFFF;
cursor: pointer;
font-family: 'HelveticaNeueW01-55Roma', arial, helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
height: 24px;
line-height: 22px;
text-align: center;
text-decoration: none;
text-transform: none;
width: 122px;
}
#respond textarea{resize:auto;}



/*=============================================================================================================================================*/

/* Alignment 3.04 */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry ul {
list-style: disc;
padding-left: 20px;
}