/*
Theme Name: Rustik 3.0
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.0
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;*/
max-width: 80%;
}
/* ===========================
   ========= 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;
}
input, select, textarea {
	-webkit-appearance: none;/**/
	-webkit-border-radius: 0;
}
#wrapper {overflow:visible;}
/* ===========================
   ====== navigation ====== 
   =========================== */
   
nav {
	float: right;
    font-size: 10pt;
    height: auto;
    position: relative;
    text-transform: uppercase;
    top: -6px;
    width: 100%;
font-weight:600;
}
nav ul {
	height: auto;
	/*margin:0 0 4px;*/
margin: -5px 0 4px 37%;
	padding: 0;
	width: auto;
	float: left;
/*margin-top:25px*/
}
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: 0px 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;
}
/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	/*width: 100%;
	margin-bottom: 2%;
	padding-left: 0;
	color: #A6A8AC;
	border-top: 0px solid #A6A8AC;
	padding: 0.7em 0em 0em 0em;
	clear: left;*/



    clear: left;
    color: #a6a8ac;
    max-width: 50%;
    position: absolute;
    width: 100%;



}
.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;*/


float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0.6em;
    width: auto;


}
.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;
color: #a6a8ac;
}
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 {
	bottom: 4.5%;
    position: absolute;
    right: 23%;
}
/*============================================   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 a {
	color: #A6A8AC;
	/*font-family: 'HelveticaNeueW01-55Roma', arial, helvetica, sans-serif;*/
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	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 1%;
	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: 0px;
	text-align: center;
}
.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;
}
.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;
}
.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;
margin: 0px;
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;}



/*=============================================================================================================================================*/








/* ===========================
   ====== Media Queries ====== 
   =========================== */
   


   /*=============================================== 980 ====================================*/

@media only screen and (max-width :980px) {
.body {
	clear: both;
	margin: 0 auto;
	width: 91%;
}
.product_types {
	width: 130px;
}
.col-full .product_types {
    padding-right: 30px;
}
.styled-select {
	width:170px;
}
form.cart div.quantity {
    width: 45px;
	margin: 2px 5px 2px 0;
}
.quantity input.qty {
    text-align: left;
}
.more-products ul li {
	margin: 0px 0 30px;
}
.blog #sidebar{display:block;}

}

@media screen and (max-width: 770px) {
	.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button {
    float: left;
    width: 50%;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    -moz-box-sizing: border-box;
    float: right;
    width: 25%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
	padding: 0;
	width: 70%;
	margin:0px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding:5px;
}
.facebook {
	background: url(images/ico-social-facebook-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}

.twitter {
	background: url(images/ico-social-twitter-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 33px;
	height: 33px;
	clear: left;
}
.youtube {
	background: url(images/ico-social-youtube-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.instagram {
	background: url(images/ico-social-instagram-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.flickr {
	background: url(images/ico-social-flickr-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.vine {
	background: url(images/ico-social-vine-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.tumblr {
	background: url(images/ico-social-tumblr-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.linkedin {
	background: url(images/ico-social-linkedin-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.googleplus {
	background: url(images/ico-social-googleplus-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.delicious {
	background: url(images/ico-social-delicious-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.vimeo {
	background: url(images/ico-social-vimeo-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.pinterest {
	background: url(images/ico-social-pinterest-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.yelp {
	background: url(images/ico-social-yelp-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.custom-social-icon {
	/*background: url(images/ico-social-deliciousb.png)no-repeat;*/
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
}
/*============================================= 800 ====================================================*/

@media screen and (max-width: 800px) {
.body {
	clear: both;
	margin: 0 auto;
	width: 90%;
}
.mainContent {
	line-height: 0em;
	margin-top: 3%;
	margin-bottom: 0%;
}
/*.mainImage {
	height: 32em;
}*/
.post-info {
	display: none;
}
.mainFooter p {
	line-height: 1.6em;
}
.mainFooter .footerLinks ul li a {
	padding: 0 0em 0 0;
}
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
	width: 12em;
}
.mainFooter .footerLinks ul li {
	margin: 0;
}
/*==========   single page   =============*/

div.product div.images img {
	width: 100%;
}

/*===================  blog page  ======================*/
.blog .right_products {
width: 75%;
}
.post .right {width:83%;}
}

}

   
   /*============================================ 768 ====================================================*/
@media only screen and (max-width :768px) {
.body {
	clear: both;
	margin: 0 auto;
	width: 90%;
}
.mainContent {
	margin-top: 4%;
}
/*.mainImage {
	background: url("images/4_s.jpeg") no-repeat scroll 0 0 transparent;
	clear: left;
	height: 32em;
	width: 100%;
}*/
.post-info {
	display: none;
}
.mainFooter p {
	line-height: 1.6em;
}
/*======= single page =======*/
.right_products .images {
	float: left;
	width: 50%;
}
.styled-select {
	width: 179px;
}
form.cart div.quantity {
	margin: 2px 28px 2px 0;
}
div.product div.images div.thumbnails {
	padding: 10px 0px 15px 0px;
}
#sidebar {
	display: none;
}
.summary {
	margin: 0px 0px 23px 0px;
}
.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button {
    float: left;
    width: 50%;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    -moz-box-sizing: border-box;
    float: right;
    width: 25%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
	padding: 0;
	width: 70%;
	margin:0px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding:5px;
}
.facebook {
	background: url(images/ico-social-facebook-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}

.twitter {
	background: url(images/ico-social-twitter-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 33px;
	height: 33px;
	clear: left;
}
.youtube {
	background: url(images/ico-social-youtube-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.instagram {
	background: url(images/ico-social-instagram-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.flickr {
	background: url(images/ico-social-flickr-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.vine {
	background: url(images/ico-social-vine-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.tumblr {
	background: url(images/ico-social-tumblr-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.linkedin {
	background: url(images/ico-social-linkedin-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.googleplus {
	background: url(images/ico-social-googleplus-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.delicious {
	background: url(images/ico-social-delicious-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.vimeo {
	background: url(images/ico-social-vimeo-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.pinterest {
	background: url(images/ico-social-pinterest-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.yelp {
	background: url(images/ico-social-yelp-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.custom-social-icon {
	/*background: url(images/ico-social-deliciousb.png)no-repeat;*/
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
}


   
   
/*============================================ 480 ====================================================*/
@media only screen and (min-width :200px) and (max-width:767px) {
.body {
	clear: both;
	margin: 0 auto;
	width: 90%;
}
#content {
	margin: 0 auto;
	width: 100%;
	padding: 0 0 18px;
}
nav {
	border-bottom: 0 none;
	height: auto;
	margin: 0 15px 0 0;
	width: auto;
	clear: left;
}
nav ul {
	display: none;
	height: auto;
}
nav a {
	border-left: 5px solid transparent;
	text-indent: 11px;
}
nav a:hover {
	border-left: 5px solid #cacaca;
}
nav a#pull {
	background-color: #121328;
	border-left: medium none;
	color: #FFFFFF;
	display: block;
	line-height: 24px;
	margin: 15px auto 10px;
	padding: 4px 0 4px 23px;
	position: relative;
	text-indent: 0;
	width: 111px;
}
nav a#pull:after {
	background: url("images/nav-icon.png") no-repeat scroll 0 0 transparent;
	border-left: medium none;
	color: #FFFFFF;
	content: "";
	display: inline-block;
	height: 13px;
	margin: 0 auto;
	position: absolute;
	right: 21px;
	text-indent: 0;
	top: 10px;
	width: 17px;
}
.mainHeader {
	border-bottom: 0 solid #A6A8AC;
	clear: left;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.mainHeader h1.logo img {
	display: block;
	margin: 27px auto 0 auto;
	float: none;
}
.search_submit1 {
	border: 1px solid #A6A8AC;
	border-left: 0px;
	padding: 0px;
	background: url(images/search_submitb.gif)  scroll -1px 3px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 29px;
	float:left;
}
.mainHeader nav {
	height: auto;
	line-height: 30px;
	/*margin: 0 14px 0 0;*/
	margin: 0 auto;
	width: 100%;
}

.mainHeader nav ul {
	float: left;
    list-style: none outside none;
    margin: 5% 20% 0;
    padding: 0;
    width: 100%;
}
.mainHeader nav ul  li{
	clear:left;
    margin: 0;
}
.mainHeader nav ul#btn-cart1 {
    margin: 0 20% 0;
}
.mainHeader nav a:active, .mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	color: #535659;
	text-shadow: none !important;
}
.mainHeader a {
	text-align: left;
}
.mainHeader a img {
	margin: 0 0 14px;
}
.mainContent {
	overflow: hidden;
	line-height: 0em;
	margin-top: 3%;
	width: 100%;
	clear: left;
}
.post-info {
	display: none;
}
.subscriptionSocialicons {
	float: left;
	padding: 0 0 10px 0px;
}
.signup {
	background: url("images/footer_separator_big_w.gif") no-repeat scroll right center transparent;
	height: 32px;
	display: block;
	float: left;
	padding: 0 2px 0 0;
}
.social {
	padding: 0 0 0 5px;
}
.social ul {
	list-style: none;
	float: right;
	margin-left: .4em;
}

.facebook {
	background: url(images/ico-social-facebook-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}

.twitter {
	background: url(images/ico-social-twitter-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 33px;
	height: 33px;
	clear: left;
}
.youtube {
	background: url(images/ico-social-youtube-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.instagram {
	background: url(images/ico-social-instagram-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.flickr {
	background: url(images/ico-social-flickr-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.vine {
	background: url(images/ico-social-vine-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.tumblr {
	background: url(images/ico-social-tumblr-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.linkedin {
	background: url(images/ico-social-linkedin-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.googleplus {
	background: url(images/ico-social-googleplus-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.delicious {
	background: url(images/ico-social-delicious-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.vimeo {
	background: url(images/ico-social-vimeo-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.pinterest {
	background: url(images/ico-social-pinterest-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.yelp {
	background: url(images/ico-social-yelp-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.custom-social-icon {
	/*background: url(images/ico-social-deliciousb.png)no-repeat;*/
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.mainBig {
	display: none;
}
input.button {
	height: 2.9em;
	margin: 0;
	padding: 0 0.9em;
	margin: 0 8px 0 0;
}
.woocommerce .login input.button {
    height: 1.9em;
}
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
	height: 1.6em;
	padding: 0.59em 0.5em;
	width: 19.8em;
}
.mainFooter .footerLinks ul li {
	margin: 0 0em 0 0;
}
.mainFooter p {
	margin: 0 0 0 0px;
}
.mainFooter .footerLinks {
	padding: 0 0 0.6em 0em;
}
.go1 {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 12.6em;
}
.gocart1 {
	float: left;
	color: #A6A8AC;
	padding: 0.6em 0 0 4em;
	height: auto;
	text-transform: uppercase;
	width: auto;
	display: none;
}
.gocart1 ul {
	list-style: none;
	clear: left;
	width: 100% !important;
}
.gocart1 ul li a {
	color: #A6A8AC;
	padding: 0em 0em 0em 0em;
}
.gocart1 ul li.last {
	background: none;
}
.gocart1 ul li {
	clear: left;
	padding: 0 0px 0 0;
}
.gocart1 .cartSmall {
	display: block;
}
.gocart1 .cartSmall a {
	border-left: none
}
.gocart1 .cartSmall a:hover {
	border-left: none;
}
#btn-cart {
	padding: 0;
	float: left;
}
#btn-cart ul {
	width: 100%;
}
.cartSmall img {
	width: 19px !important;
	height: 19px !important;
	float: left;
}
.cartSmall span {
	display: block;
	float: left;
	line-height: 17px;
}
.go {
	display: none;
}
.gocart {
	display: none;
}
.top-right {
	display: none;
}
.search_submit {
	padding: 5px 0 3px;
	background: none repeat scroll 0 0 #FFFFFF;
}
.field {
    border-bottom: 1px solid #A6A8AC;
    border-width: 1px;
    float: left;
    padding: 7px 1px 8px 8px;
    width: 104px;
	-webkit-appearance: none;
}
/*============ single page ==============*/
div.product div.images div.thumbnails a {
	width: 23%;
}
.summary {
	clear: both;
}
.right_products .images {
	width: 100%;
	margin: 0 auto;
}
.product_types {
	float: none;
	margin: 0px 0px 0px 16px;
}
.summary1 {
	display: block;
	margin: 20px 0px 0px 0px;
}
.summary h1, .summary p {
	display: none
}
.container .summary1 p.price {
    font-size: 13px;
}

.quantity input.qty {
	-webkit-appearance: none;
	text-align:center;
}
/*=========================== listing page ===============================*/

.styled-select {
	width: 132px;
}
.styled-select select {
	width: 150px;
	-webkit-appearance: none;
}
.more-products {
	margin-bottom: 0px;
}
.product_top {
	margin: 20px 0 15px 14px;
}
/*==================== cart page  ======================*/
td.actions .coupon {
	float: left;
	margin: 5px 0 10px;
}
.cart .button {
	float: left;
}
.cart-collaterals .cart_totals {
	float: left;
	width: 98%;
}
.cart-collaterals .shipping_calculator {
	width: auto;
	float: right;
}
.entry {
	margin-bottom: 0px;
}
.cart-collaterals .cart_totals table {
	float: left;
	width: 100%;
}
.cart-collaterals .cart_totals a.button.alt {
	float: left;
}
.button.alt {
}
table.shop_table td {
	line-height: 16px;
}
.product-name a{font-size:0.89em;}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 72px !important;
}

.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
    float: right;
}

/*================== blog page ====================*/
.blog #sidebar{display:none;}
.blog .right_products {
    width: 100%;
}
.post .right {width:100%;}

/** A: 11-21-13 **/
.checkout .col2-set .col-1 {
    width: 100%;
}

.checkout .col2-set .col-2 {
   width: 100%;
}
.woocommerce .checkout .col2-set .col-1 {
    width: 100%;
}

.woocommerce .checkout .col2-set .col-2 {
   width: 100%;
}
.woocommerce .checkout #shiptobilling label, .woocommerce-page .checkout #shiptobilling label {
	font-size:11px;
}

.col-4.footer-widgets, .footer-bottom, .home-widgets { 
	display:none;
}

.subscriptionSocialicons .textwidget {
    height: 33px;
}
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
    height: 1.6em;
    padding: 0.59em 0.5em;
    width: 12em;
}

input.button, .subscriptionSocialicons .textwidget input[type="submit"] {
    height: 2.6em;
    margin: 0 6px 0 0;
}
.footerLinks > p {
    line-height: 18px;
    padding: 0 15px;
}

.footerLinks ul li:last-child {
    background: url("images/footer_separator.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
}
#sidebar {
		display: none;
	}
.woocommerce .checkout .col2-set .col-1 {
    width: 99%;
}	
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
	height: 1.6em;
	padding: 0.59em 0.5em;
	width: 12em;
	-webkit-appearance: none;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 50% !important;
	float: right;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
    text-align: right;
}

.woocommerce .shipping-calculator-form .form-row select.country_to_state, .woocommerce .shipping-calculator-form .form-row select.state_select {
    width: 97.3% !important;
}
.woocommerce .shipping-calculator-form .form-row input.input-text {
    width: 96% !important;
}

.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
    width: 86% !important;
}

.shipping-calculator-button.button > span {
    margin-right: 0 !important;
}
.shipping-calculator-form {
	width:95%;
}

.quantity input.plus, .quantity input.minus {
	display:none;
}
form.cart div.quantity {
	width:45px;
}
div.ppt, p.pp_description, div.pp_gallery {
	display:none !important;
}
form.cart .variations .styled-select {
    width: 160px;
}
/*form.cart .variations select{
	font-size:16px;
}*/
.more-products ul li span.price span.amount {
	font-size:13px;
}
.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button {
    float: left;
    width: 50%;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    -moz-box-sizing: border-box;
    float: right;
    width: 25%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
	padding: 0;
	width: 70%;
	margin:0px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding:5px;
}
.woocommerce.buybtn {display:none;}
.cross-sells h2 {text-align:left;}

}


@media only screen and (min-width :481px) and (max-width:640px) {
	.mainHeader nav ul {
		margin: 5% 36% 0;
	}
	.mainHeader nav ul#btn-cart1 {
		margin: 0 36%;
	}
	.footerLinks ul li:last-child {
		background: url("images/footer_separator.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
	}
	#sidebar {
		display: none;
	}
	input.email, .subscriptionSocialicons .textwidget input[type="email"] {
		height: 1.6em;
		padding: 0.59em 0.5em;
		width: 12em;
		-webkit-appearance: none;
	}
	.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
		width: 72px !important;
	}

	.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
		float: right;
	}
	
}

/*============================================ 360 ====================================================*/
@media only screen and (max-width : 360px) {
.body {
	clear: left;
	margin: 0 auto;
	width: 90%;
}
/*.mainImage {
	height: 300px;
	background: url("images/4_s.jpeg") no-repeat scroll -159px 0 transparent;
}*/
.mainHeader nav {
	height: auto;
	line-height: 30px;
	/*margin: 0 14px 0 0;*/
	margin: 0 auto;
	width: 100%;
}
.mainHeader nav ul {
	float: left;
    list-style: none outside none;
    margin: 20px 36px 0;
    padding: 0;
    width: 100%;
}
.mainHeader nav ul  li{
    margin: 0 0 0 41px;
}
.mainHeader nav ul#btn-cart1 {
    margin: 0px 36px 0;
}
.slider-desc {
	padding: 0 0 0 1em;
}
.slider-right {
	padding: 0 1.6em 0 0;
}
.post-info {
	display: none;
}
.field {
	margin: 0;
}
.subscriptionSocialicons .textwidget {
	height: 33px;
}
.subscriptionSocialicons, .mainFooter .footerLinks {
	margin: 0 0 0 12px;
}
.mainBig {
	display: none;
}
input.button, .subscriptionSocialicons .textwidget input[type="submit"] {
	margin: 0 6px 0 0;
	height: 2.6em;	
}
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
	height: 1.6em;
	padding: 0.59em 0.5em;
	width: 12em;
	-webkit-appearance: none;
}
.signup {
	padding: 0px 2px 0px 0px;
}
.social {
	padding: 0 0 0 6px;
}
/*========== single page  =======*/



div.product div.images img {
	width: 100%;
}
.more-products ul li {
	float: none;
	margin: 0 auto 20px;
}
table.shop_table {
	margin-bottom: 5px;
}
th.product-thumbnail, td.product-thumbnail {
	display: none;
}
table.shop_table th {
	padding: 5px;
}
.actions input.button {
	width: 90px;
}
table.shop_table td.actions .coupon {
	margin: 0;
	text-align:center;
}
.cart-collaterals .cart_totals a.button.alt {
	float: right;
}
/*===============  listing  ===============*/
#blurb .pagination {
	display: none;
}
.searchsize, .searchcolor, .attributes-filter {
	margin: 0 10px 0 0;
}
/*=======================  cart  ===========================*/
.product-price{display:none;}
table.shop_table td {
    width: 54%;
	 line-height: 16px;
    padding: 6px 5px;
}
table.shop_table td  th{padding:0px 0px 0px 0px;}
table.shop_table td.actions {
    padding: 6px 0;
}
.actions input.button {
text-align:center;
}
.coupon input.button {
    padding: 0px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 72px !important;
}

.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
    float: right;
}

.cross-sells ul.products h3 {display:none;}
/*====================== blog page ======================*/

.blog #sidebar{display:none;}
.col-4.footer-widgets, .footer-bottom, .home-widgets { 
	display:none;
}
.footerLinks > p {
    padding: 0;
}
.footerLinks  p.footer_copyright{
    padding: 0 15px 0 0;
}

.footerLinks  p.attribution_link {
    padding: 0 0 0 15px;
}
.footerLinks ul li:last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#sidebar {
    display: none;
}
.woocommerce .checkout #shiptobilling, .woocommerce-page .checkout #shiptobilling {
    float: left !important;
    margin-bottom: 5px !important;
}
.woocommerce .checkout #shiptobilling  label, .woocommerce-page .checkout #shiptobilling  label{
    vertical-align: middle !important;
}

.woocommerce .checkout .col2-set .col-1 {
    width: 98%;
}
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
	height: 1.6em;
	padding: 0.59em 0.5em;
	width: 12em;
	-webkit-appearance: none;
}

.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button {
    float: left;
    width: 50%;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    -moz-box-sizing: border-box;
    float: right;
    width: 25%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
	padding: 0;
	width: 70%;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding:5px;
}
.woocommerce.buybtn {display:none;}
.cross-sells h2 {text-align:left;}

}


/*============================================ 320 ====================================================*/
@media only screen and (max-width : 320px) {
.body {
	width: 100%;
}
#content{width:90%}
#sidebar {display:none;}
.mainContent {
	padding: 0 0 px;
}
.blog .right_products, .page .right_products {
	width:100%;
}
/*.mainImage {
	height: 300px;
	background: url("images/4_s.jpeg") no-repeat scroll -184px 0 transparent;
}*/

.mainHeader nav {
	height: auto;
	line-height: 30px;
	/*margin: 0 14px 0 0;*/
	margin: 0 auto;
	width: 100%;
}
.mainHeader nav ul {
	float: left;
    list-style: none outside none;
    margin: 20px 36px 0;
    padding: 0;
    width: 100%;
}
.mainHeader nav ul  li{
    margin: 0 0 0 41px;
}
.mainHeader nav ul#btn-cart1 {
    margin: 0px 36px 0;
}

.post-info {
	display: none;
}
.social {
	padding: 0 0 0 6px;
}
.social ul {
	list-style: none;
	float: right;
	margin-left: .4em;
}
.social ul li {
	float: left;
}
.social ul li a {
	display: block;
}
.footerLinks ul li:last-child {
	background: none;
}
.subscriptionSocialicons .textwidget {
	height: 33px;
}
.subscriptionSocialicons, .mainFooter .footerLinks {
	margin: 0 0 0 12px;
}
.mainBig {
	display: none;
}
input.button, .subscriptionSocialicons .textwidget input[type="submit"] {
	margin: 0 6px 0 0;
	height: 2.6em;	
}
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
	height: 1.6em;
	padding: 0.59em 0.5em;
	width: 12em;
	-webkit-appearance: none;
}

.signup {
	padding: 0 5px 0 0;
}
.footerLinks ul li {
	padding: 0 13px;
}
table.shop_table {
	margin-bottom: 5px;
}
th.product-thumbnail, td.product-thumbnail {
	display: none;
}
table.shop_table th {
	padding: 5px;
}
.actions input.button {
	width: 88px;
}
table.shop_table td.actions .coupon {
	margin: 0;
	text-align:center;
}
.cart-collaterals .cart_totals a.button.alt {
	float: right;
}

.left .right_products {
    float: left;
}

.col-4.footer-widgets, .footer-bottom { 
	display:none;
}
.footerLinks > p {
    padding: 0;
}

.searchsize, .searchcolor, .attributes-filter , .woocommerce-ordering{
    /*margin: 10px 10px 0 0;*/
	margin-bottom: 10px;
    text-align: center;
    width: 95%;
}
.attributes-filter .styled-select, .woocommerce-ordering .styled-select {
    margin: 0 auto;
    text-align: center;
    width: 130px;
}
.cross-sells ul.products h3 {display:none;}
.woocommerce .cross-sells ul.products li.product a img {margin:0px;}

.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button {
    float: left;
    width: 50%;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    -moz-box-sizing: border-box;
    float: right;
    width: 25%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
	padding: 0;
	width: 70%;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding:5px;
}
.woocommerce.buybtn {display:none;}
.cross-sells h2 {text-align:left;}
}
.body .mainHeader .searchform .field {
	text-transform:uppercase;
	font-size:0.8em;
}

.jp-carousel-light .jp-carousel-close-hint:hover, .jp-carousel-light .jp-carousel-titleanddesc div {display:none !important;}

#wrapper footer div.footerLinks p.attribution_link {display: none;}

#dropdown_product_cat {font-size: 1.2em; !important}

.ui-tabs-panel ui-widget-content ui-corner-bottom{display:block;}
