/* -- responsive.css ------------

   -- TABLE OF CONTENTS ---------
	
	1. DESKTOP: min 768px;
	2. TABLET: 768 a 1024px
	3. TABLET: 480 a 767px
	4. MOBILE: até 479px;

-------------------------------*/
@media only screen and (min-width: 768px) {
	.woocommerce-checkout .woocommerce-form-login-content, 
	.woocommerce-checkout .woocommerce-form-coupon-content {
	    width: calc(50% - 23px);
	    display: inline-table;
	}
	.woocommerce-checkout .woocommerce-form-login-content {
	    margin-right: 40px;
	}	
}

@media only screen and (min-width: 1024px) and (max-width: 1299px) {
	#content-grid {
		width: 810px;
	}
	.home #mason_container .entry-grid {
		width: 220px;
	}
	.home #mason_container .entry-thumb {
		height: 220px;
	}
	#mason_container .entry-grid {
		width: 243px;
	}
	#mason_container .entry-thumb {
		height: 243px;
	}
	.blog #sidebar.sb-left {
		margin-left: 0;
		width: 190px;
	}
	.blog #sidebar .sb-title {
		font-size: 12px;
	}
	.woocommerce-account #primary div#content {
		width: 970px;
	}	
	.woocommerce-account #primary #sidebar {
		display: none;
	}
	#map-area {
		max-width: 450px;
	}
}
@media only screen and (max-width: 1024px) {
	#container p.demo_store {    
		font-size: 1em; 
	}
	#mason_container .entry-grid:nth-child(3) {
	    border-top: none;
	}
	#mason_container .entry-grid, #mason_container .entry-grid:nth-child(3n) {
	    border: 1px solid #ccc;
	    border-top: none;
	}
	#mason_container .entry-grid:nth-child(2n) {
	    border-left: none;
	}
	#cat {
	    margin-right: 28px;
	}
	#ls-global .ls-nav-prev, 
	#ls-global .ls-nav-next {
	    display: block !important;
	}
	#map-area {
		float: none;
		clear: both;
	}
}

@media only screen and (max-width: 1023px) {
	#primary #sidebar {
        position: fixed;
        right: -302px;
        top: 0;
        height: calc(100% - 50px);
        margin-top: 0;
        margin-bottom: 0;
        width: 300px;
        transition: right .25s;
        background-color: #fff;
        z-index: 9999;
        padding-top: 50px;
        border: 1px solid #ddd;
		display: block;
		padding-left: 0;
    }
    #primary #sidebar.filter-open {
        right: -2px;
		overflow: auto;
	}
	.logged-in #primary #sidebar {
		padding-top: 60px;
		height: calc(100% - 60px);
	}
    .filter-button,
    .filter-button:hover {
        color: #fff;
        background-color: #717974;
        background-image: none;

    }
    .filter-button {
        margin-right: 4px;
        padding: 8px 12px;
        text-transform: uppercase;    
        border-radius: 3px;
		font-size: 12px;
		font-family: monospace;
        float: right;
        border: none;
    }
    .filter-button:hover {                
        filter: brightness(120%);
    }
    .filter-close {
        top: -1px;
        right: 0;
        cursor: pointer;
        position: absolute;
        border: 1px solid #ddd;
        border-right: none;
        font-size: 1.5em;
        padding: 10px 15px;
	}
	#mason_container .entry-grid,
	#mason_container .entry-grid:nth-child(3n) {
		border: none;
	}
	#mason_container .entry-grid:nth-child(2n) {
		margin-right: 0;
	}
	#mason_container .entry-grid:nth-child(3n) {
		margin-right: 40px;
	}
	.home #mason_container {
		max-width: 620px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	div#sidebar aside, 
	#sidebar aside.widgetwrap:nth-child(2n), 
	#sidebar aside.widget_product_categories, 
	#sidebar aside.widget_product_search {
		width: 270px;
		float: none;
		margin: 0 auto 20px;
		display: block;
	}
	#sidebar .Banners_Sidebar li {
		margin: 0 auto 20px;
		float: none;
	}
	#container,
	#header .wrap {
		width:740px
	}
	
	#primary .wrap {
		width:720px
	}
	
	#content,
	#content-grid {
		width:520px
	}
	
	#content-grid {
		width:540px
	}
	
	.wrap,
	#content.full-width {
		width:700px
	}
	
	#sidebar {
		float:right;
		width:160px
	}
	
	#sidebar.sb-left {
		float:left
	}
	
	/* Column Grids */
	.three_fourth {
		width:385px
	}
	
	.half {
		width:250px
	}
	
	.two_third {
		width:340px;
		margin-right:20px
	}
	
	.one_third {
		width:160px;
		margin-right:20px
	}
	
	.three_eighth {
		width:182px
	}
	
	.one_fourth {
		width:115px
	}
	
	.one_fifth {
		width:88px
	}
	
	/* Column Grids - Full Width */
	.full-width .three_fourth {
		width:520px
	}
	
	.full-width .half {
		width:340px
	}
	
	.full-width .three_eighth {
		width:250px
	}
	
	.full-width .one_third {
		width:220px;
		margin-right:20px
	}
	
	.full-width .two_third {
		width:460px
	}
	
	.full-width .one_fourth {
		width:160px
	}
	
	.full-width .one_fifth {
		width:124px
	}
	
	#secondary .one_fifth {
		width:160px
	}
	
	.last,
	.last,
	.three_fourth.last,
	.half.last,
	.two_third.last,
	.one_third.last,
	.three_eighth.last,
	.one_fourth.last,
	.one_fifth.last {
		margin-right:0
	}
	#secondary .one_fifth.last, #secondary .one_fifth:nth-child(4n+5) {
	clear:both;
	margin-right:20px !important;
	}
	#secondary .one_fifth:nth-child(4n+4) {
	margin-right:0
	}
	
	/* Header Section */
	#utility,
	#utility .wrap {
		width:700px
	}
	
	.is-stretched #utility {
		width:100%
	}
	
	#callout {
		float:none;
		width:700px;
		margin:0 auto 20px
	}
	
	#account-bar {
		float:none
	}
	
	ul.account-nav li.welcome {
		padding-left:0
	}
	
	.brand.no-callout {
		padding-top:25px;
		margin-top:0
	}
	
	/* Primary Navigation Menu */
	.nav1,
	.nav2 {
		display:none
	}
	
	.ss_nav select,
	.ss_nav_top select {
		display:block
	}
	
	.ss_nav {
		width:700px;
		background:#f5f5f5;
		height:auto;
		border:none
	}
	
	.ss_nav .wrap {
		padding:10px;
		width:680px;
		height:auto
	}
	
	.ss_nav_top .wrap {
		width:700px;
	}
	
	body.is-stretched .ss_nav {
		width:100%
	}
	
	span.menu_notifier {
		color:#555
	}
	
	#callout-top {
		float:none;
		width:100%;
		text-align:left
	}
	
	/* Widgets */
	#sidebar ul.minifolio li,
	#secondary ul.minifolio li,
	.flickr_badge_image,
	.flickr_badge_image img {
		width:37px;
		height:37px
	}
	
	#sidebar ul.minifolio li img,
	#secondary ul.minifolio li img {
		width:37px;
		height:37px
	}
	
	#sidebar #searchform input[type="text"],
	#secondary #searchform input[type="text"] {
		width:129px
	}
	
	/* Blog Pages */
	.entry-grid {
		width:242px;
		margin:0 10px 20px 10px
	}
	ul.related_posts li:nth-child(4n) {
	clear:both
	}
	
	/* Portfolio Pages */
	.col3 li,
	.col3 li img,
	.col4 li,
	.col4 li img {
		width:173px;
		height:135px
	}
	
	.col3 li .port-details,
	.col4 li .port-details {
		width:153px;
		height:115px
	}
	
	.col4-wide li,
	.col4-wide li img,
	.col5-wide li,
	.col5-wide li img {
		width:175px;
		height:136px
	}
	
	.col4-wide li .port-details,
	.col5-wide li .port-details {
		width:155px;
		height:116px
	}
	
	.port-details h2 {
		font-size:12px;
		line-height:18px;
		font-weight:bold
	}
	
	/* Slider */
	.flex-caption-inner {
		padding:8px 10px 9px
	}
	
	.flex-caption h1,
	.flex-caption h2 {
		font-size:14px;
		line-height:20px
	}
	
	#respond form input[type="text"], 
	#contactform input[type="text"], 
	#respond form textarea, 
	#contactform textarea {
		max-width: 90%;	
	}
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
	}
	.woocommerce-checkout .col2-set .col-2, 
	.woocommerce-checkout .col2-set .col-2
	.woocommerce-checkout .col2-set .col-1, 
	.woocommerce-checkout .col2-set .col-1 {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.fb_iframe_widget, .ss_sharing_btn {
		width: auto;
		vertical-align: top;
		display: inline-block;
		float: none;
	}
	.ss_sharing_btn {
		margin-left: 20px;
	}
	.ss_sharing_btn:nth-child(2) {
		margin-left: 0;
	}
	.woocommerce-Tabs-panel--description .wp-caption {
	     max-width: calc(100% - 10px) !important; 
	     height: auto; 
	}
	.wp-caption img {
	    margin: 0 auto;
	}
	.woocommerce-account table.shop_table_responsive tr td[data-title="Data"] {
	    display: none;
	}
	.admin-bar #container p.demo_store {
		top: 46px;
	}
	.ls-container .ls-slide h1 {
		left: 10% !important;
		width: auto !important;
	}
	#mason_container .entry-grid,
	#mason_container .entry-grid:nth-child(3n) {
		width: 197px;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		margin-top: 0;
	}
	#mason_container .entry-thumb {
		height: 197px;
	}
	#cat {
	    margin-right: 0;
	}
	.searchbox {
	    max-width: 190px;
	}
	.error404 div#sidebar {
	    margin-top: 30px;
	}
	.woocommerce-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item td, 
	.woocommerce-cart #content tr td[data-title="Total"] {
		width: calc(100% - 26px);
		padding: 1em;
		font-size: 12px;
	}
	.woocommerce-cart table.cart td .quantity {
	    display: inline-flex;
	}
	.woocommerce-page .woocommerce table.cart td.actions {
	    width: calc(100% - 2em);
	    height: auto;
	}
	.woocommerce-cart .woocommerce .cart .button {
	    padding: 10.5px 8px;
	}
	#social-buttons {
		top: 40%;
	}
	#social-buttons li {
	    opacity: .7;
	}
	#social-buttons li i {
		font-size: 25px;
	}
	div.woofc-inner {
	    z-index: 99999;
	}
	#social-buttons li img {
		padding: 12px;
		max-width: 25px;
	}
	div.flex-controls-container {
	    display: none;
	}
	.single-product .woocommerce-message .action-buttons a {
		font-size: 12px;
	}
	.single-product .action-buttons {
		margin-top: 5px;
	}
	.single-product .woocommerce-message strong {
		padding-left: 5px;
	}
	.single-product .woocommerce-message {
		font-size: 12px;
		line-height: 18px;
		padding: 8px 15px 16px;
	}
	.woocommerce-message:before {
		left: initial;
		top: initial;
		position: static;
		float: left;
	}
	body:not(.logged-in) #primary #sidebar {
		padding-top: 20px;
		height: calc(100% - 20px);
	}
	#sidebar .cat-parent .children {
		margin-left: 0;
	}
	.woocommerce-account div.woocommerce-MyAccount-content,
	.woocommerce-account nav.woocommerce-MyAccount-navigation {
		width: 100%;
	}
	.must-be-logged-message {
		font-size: 14px;
	}
	#mason_container .entry-grid:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.woocommerce table.shop_table_responsive tr td, 
	.woocommerce-page table.shop_table_responsive tr td {
		display: table-cell;
	}
	.woocommerce table.shop_table td.product-price {
	    display: none;
	}
	.woocommerce table.shop_table_responsive tr td:before, 
	.woocommerce-page table.shop_table_responsive tr td:before {
		content: '';
	}
	.woocommerce table.shop_table tbody:first-child tr:first-child td,
	.woocommerce-page table.shop_table_responsive tr.order-total td {
		text-align: right !important;
		display: block;
		padding-right: 10px;
	}
	.woocommerce-cart td[data-title=Entrega] form p {
	    text-align: right;
	    padding-top: 10px;
	    padding-bottom: 5px;
	}
	.woocommerce-cart td[data-title=Entrega] p {
	    font-size: 14px;
	    text-align: justify;
	    margin: 0 5px;
	}
	form.woocommerce-shipping-calculator {
	    margin: 0;
	}
	.woocommerce-cart #content td[data-title=Total] {
	    font-size: 14px;
	}
	.woocommerce ul#shipping_method li {
		text-align: justify;
	}
	.woocommerce-cart #content table.cart td.actions input[name=apply_coupon].button {
		float: left;
	}
	.woocommerce-cart table.cart td.actions div.coupon {
		padding: 1em;
	}
	.woocommerce-cart table.shop_table div.coupon input#coupon_code.input-text {
		width: 185px;
		margin-right: 0;
	}
	.woocommerce-cart table.cart td.product-name {
		width: 135px;
	}
	.woocommerce-cart table.cart td.product-quantity {
		width: 80px;
		padding-left: 0;
	}
	.woocommerce-cart table.cart td.product-subtotal {
		width: 79px;
	}
	.woocommerce-cart #content table.cart td.actions .coupon {
	    padding-right: 0;
	}
	.woocommerce-page table.cart td.actions {
		width: 60%;
	}
	.woocommerce-account table.shop_table td, .woocommerce-page table.shop_table td {
	    padding: 10px;
	    font-size: 12.7px;
	}
	#sidebar .sb-title {
		display: table;
		width: 100%;
	}
	.home #mason_container .entry-grid {
		width: calc(50% - 10px);
	}
	.home #mason_container .entry-thumb {
		height: 200px;
	}
	.home #mason_container .entry-grid:nth-child(3) {
		margin-right: 20px;
	}
	.home #mason_container h2.entry-title {
		font-size: 14px;
		height: 70px;
	}
}
@media only screen and (min-width: 412px) and (max-width: 739px) {

	#container,
	#header .wrap {
		width:412px
	}
	
	.wrap,
	#primary .wrap,
	#content,
	#content-grid,
	#content.full-width {
		width:372px
	}
	
	#content,
	#content-grid {
		float:none;
		margin:0 0 18px
	}
	
	#content-grid .breadcrumbs,
	#content-grid .wp-pagenavi,
	#content-grid .pagination,
	#content-grid .entry {
		margin-left:1px;
		margin-right:0
	}
	
	#sidebar,
	#sidebar.sb-left {
		float:none;
		margin:0 0 18px;
		width:100%
	}
	
	#sidebar .widgetwrap {
		float:left;
		width:176px;
		margin-right:20px
	}
	
	/* Column Grids */
	.three_fourth,
	.half,
	.two_third,
	.one_third,
	.three_eighth,
	.one_fourth,
	.one_fifth,
	.full-width .three_fourth,
	.full-width .half,
	.full-width .three_eighth,
	.full-width .one_third,
	.full-width .two_third,
	.full-width .one_fourth,
	.full-width .one_fifth {
		float:none;
		width:100%;
		margin-right:0
	}
	
	#secondary .one_fifth {
		float:left;
		width:176px;
		margin-right:20px
	}
	
	.last,
	.last,
	.three_fourth.last,
	.half.last,
	.two_third.last,
	.one_third.last,
	.three_eighth.last,
	.one_fourth.last,
	.one_fifth.last {
		margin-right: 0
	}
	#secondary .one_fifth.last, #secondary .one_fifth:nth-child(2n+1) {
	clear:both;
	margin-right:20px !important
	}
	#secondary .one_fifth:nth-child(2n+2) {
	margin-right:0
	}
	
	.notes_left,
	.notes_right {
		float:none;
		width:100%;
		text-align:left
	}
	
	/* Header Section */
	#utility,
	#utility .wrap {
		width:372px
	}
	
	.is-stretched #utility {
		width:100%
	}
	
	#callout {
		float:none;
		width:372px;
		margin:0 auto 10px
	}
	
	#account-bar {
		float:none
	}
	
	ul.account-nav li.welcome {
		padding-left:0
	}
	
	/* Primary Navigation Menu */
	.nav1,
	.nav2 {
		display:none
	}
	
	.ss_nav select,
	.ss_nav_top select {
		display:block
	}
	
	.ss_nav {
		width:372px;
		background:#f5f5f5;
		height:auto;
		border:none
	}
	
	.ss_nav .wrap {
		padding:10px;
		width:352px;
		height:auto
	}
	
	.ss_nav_top .wrap {
		width:372px;
	}
	
	body.is-stretched .ss_nav {
		width:100%
	}
	
	.brand,
	.brand.right,
	.header-widget-area,
	.header-widget-area.left {
		float:none;
		text-align:left;
		width:372px;
		padding:20px 0 10px;
		margin:0 auto
	}
	
	.brand.no-callout {
		padding:25px 0 10px;
		margin-top:0
	}
	
	.header-widget-area {
		margin:0 auto 15px !important
	}
	
	.header-widget-area .searchbox,
	.header-widget-area .widget_product_search {
		float:none
	}
	
	.header-widget-area ul.ss_social {
		float:none
	}
	
	span.menu_notifier {
		color:#555
	}
	
	#callout-top {
		float:none;
		width:100%;
		text-align:left
	}
	
	/* Blog Pages */
	.entry-grid {
		margin:0 0 20px 0
	}
	
	.entry-grid .entry-content {
		padding:12px 0
	}
	
	.entry-list-left {
		float:none
	}
	
	.entry-list-right {
		float:none;
		margin:0
	}
	
	.fb-like,
	.ss_sharing_btn {
		float:none;
		margin-bottom:10px;
		border-right:none
	}
	ul.related_posts li:nth-child(2n+1) {
	clear:both
	}
	ul.related_posts li:nth-child(2n+2) {
	margin-right:0
	}
	
	ul.gallery-single li img {
		width:123px;
		height:101px
	}
	
	/* Portfolio Pages */
	.col3 li,
	.col3 li img,
	.col4 li,
	.col4 li img,
	.col4-wide li,
	.col4-wide li img,
	.col5-wide li,
	.col5-wide li img {
		width:186px;
		height:145px
	}
	
	.col3 li .port-details,
	.col4 li .port-details,
	.col4-wide li .port-details,
	.col5-wide li .port-details {
		width:166px;
		height:125px
	}
	
	.port-details h2 {
		font-size:12px;
		line-height:18px;
		font-weight:bold
	}
	
	/* Slider */
	.flex-caption-inner {
		padding:6px 8px 7px
	}
	
	.flex-caption h1,
	.flex-caption h2 {
		font-size:12px;
		line-height:18px
	}
	
	#respond form input[type="text"], #contactform input[type="text"], #respond form textarea, #contactform textarea {
		max-width: 95%;	
	}
	
	/* WooCommerce Responsive styles */
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce-page .related ul.products li.product,
	.woocommerce .upsells.products ul.products li.product,
	.woocommerce-page .upsells.products ul.products li.product,
	.woocommerce .related ul li.product,
	.woocommerce-page .related ul li.product,
	.woocommerce .upsells.products ul li.product,
	.woocommerce-page .upsells.products ul li.product,
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .shipping_calculator,
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.woocommerce div.product div.images,
	.woocommerce-page div.product div.images,
	.woocommerce #content div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page div.product div.summary,
	.woocommerce #content div.product div.summary,
	.woocommerce-page #content div.product div.summary {
		float: none;
		width: 100%;
		margin: 0 0 1.5em;
	}
	
	.woocommerce table.shop_table td,
	.woocommerce-page table.shop_table td {
		padding: 1em;
	}

	.woocommerce-page table.cart td.actions {
		height: 35px;
		width: 60%;
	}
	.blog div#content-grid {
        width: 100%;
    }
    .blog article {
        float: none;
        margin: 30px auto 0;
    }
    #container .home-slider img.ls-l:not(.advanced).ls-preloaded{
	    left: 10px !important;
	}
}
@media only screen and (max-width: 479px) {	
  /**** INI carriho de compras **************/
	.woocommerce table.shop_table td, .woocommerce table.shop_table th  {
		padding: 5px;
		font-size: 12px;
		font-weight: normal;
	}

	.woocommerce-cart table.cart td.product-quantity
	,.woocommerce-cart table.cart th.product-quantity {
		min-width: 20px;
		overflow: hidden;
		padding: 0;
		width: 50px;
	}
	.woocommerce-cart #content table.cart td.product-quantity input.qty {
		float: none;
		padding: 0;
		margin-left: 5px;
		font-size: 14px;
		height: 25px;
		width: 40px;
	}

	.woocommerce-page #content table.cart td.actions
	, .woocommerce-page table.cart td.actions {
		padding-right: 4px;
	}
	.woocommerce-page table.cart td.actions {
		width: 40%;
	}
	.woocommerce-cart .coupon {
		display: none;
	}
	.woocommerce-cart .breadcrumbs {
	    margin-top: 10px;
	}
	.woocommerce-cart #content table.cart td.actions input[name="update_cart"] {
		width: 100%;
		font-size: 14px;
	}
	.woocommerce-cart table.shop_table .product-name, 
	.woocommerce-cart table.shop_table span.amount {
		font-size: 14px;
	}
	.woocommerce #content .quantity .qty {
		width: 45px;
	}
	.woocommerce table.shop_table_responsive tr td {
		text-align: left !important;
	} 
	.woocommerce table.shop_table tbody:first-child tr:first-child td,
	.woocommerce-page table.shop_table_responsive tr.order-total td {
		text-align: right !important;
		display: block;
		padding-right: 10px;
	}
	.woocommerce-cart td[data-title=Entrega] form p {
	    text-align: right;
	    padding-top: 10px;
	    padding-bottom: 5px;
	}
	.woocommerce-cart td[data-title=Entrega] p {
	    font-size: 14px;
	    text-align: justify;
	    margin: 0 5px;
	}
	form.woocommerce-shipping-calculator {
	    margin: 0;
	}
	.woocommerce-cart #content td[data-title=Total] {
	    font-size: 14px;
	}
	.blog div#content-grid {
        width: 100%;
    }
    .blog article {
        float: none;
        margin: 30px auto 0;
    }
	/**** FIM carriho de compras **************/
	#container .home-slider img.ls-l:not(.advanced).ls-preloaded{
	    left: 10px !important;
	}
	/*** Abas da página do produto *****/
	.woocommerce div.product .woocommerce-tabs ul.tabs {
	    padding-left: 0.5em;
	}
	.single-product div#content div.product div.woocommerce-tabs ul.tabs li {
	    /* border-radius: 0; */
	    font-size: 0.75rem;
	    padding: 0 0.7rem;
	}
	#container,
	#header .wrap {
		width:282px
	}
	
	.wrap,
	#primary .wrap,
	#content,
	#content-grid,
	#content.full-width {
		width:242px
	}
	
	#content,
	#content-grid,
	#content.content-right,
	#content-grid.content-right {
		float:none;
		margin:0 0 18px
	}
	
	#content-grid .breadcrumbs,
	#content-grid .wp-pagenavi,
	#content-grid .pagination,
	#content-grid .entry {
		margin-left:1px;
		margin-right:0
	}
	
	#sidebar,
	#sidebar.sb-left {
		float:none;
		margin:0 0 18px;
		width:100%
	}
	
	.notes_left,
	.notes_right {
		float:none;
		width:100%;
		text-align:left
	}
	
	/* Column Grids */
	.three_fourth,
	.half,
	.two_third,
	.one_third,
	.three_eighth,
	.one_fourth,
	.one_fifth,
	.full-width .three_fourth,
	.full-width .half,
	.full-width .three_eighth,
	.full-width .one_third,
	.full-width .two_third,
	.full-width .one_fourth,
	.full-width .one_fifth {
		float:none;
		width:100%;
		margin-right:0
	}
	
	#secondary .one_fifth {
		float:none;
		width:100%;
		margin-right:0
	}
	
	/* Header Section */
	#utility,
	#utility .wrap {
		width:242px
	}
	
	.is-stretched #utility {
		width:100%
	}
	
	#callout {
		float:none;
		width:242px;
		margin:0 auto 20px
	}
	
	#account-bar {
		float:none
	}
	
	ul.account-nav li {
		display:none
	}
	
	ul.account-nav li.welcome {
		padding-left:0
	}
	
	ul.account-nav li.welcome,
	ul.account-nav li.cart_status {
		display:block
	}
	
	/* Primary Navigation Menu */
	.nav1,
	.nav2 {
		display:none
	}
	
	.ss_nav select,
	.ss_nav_top select {
		display:block
	}
	
	.ss_nav {
		width:242px;
		background:#f5f5f5;
		height:auto;
		border:none
	}
	
	.ss_nav .wrap {
		padding:10px;
		width:220px;
		height:auto
	}
	
	.ss_nav_top .wrap {
		width:242px;
	}
	
	body.is-stretched .ss_nav {
		width:100%
	}
	
	.brand,
	.brand.right,
	.header-widget-area,
	.header-widget-area.left {
		float:none;
		text-align:left;
		width:242px;
		padding:20px 0 10px;
		margin:0 auto
	}
	
	.brand.no-callout {
		padding:25px 0 10px;
		margin-top:0
	}
	
	.header-widget-area {
		margin:0 auto 15px!important
	}
	
	.header-widget-area .searchbox,
	.header-widget-area .widget_product_search {
		float:none;
		width:242px
	}
	
	.header-widget-area ul.ss_social {
		float:none
	}
	
	span.menu_notifier {
		color:#555
	}
	
	#callout-top {
		float:none;
		width:100%;
		text-align:left
	}
	
	/* Blog Pages */
	h1.entry-title,
	h2.entry-title {
		font-size:18px;
		line-height:24px;
		margin:0 0 12px
	}
	
	.entry-grid {
		margin:0 0 20px 0
	}
	
	.entry-grid .entry-content {
		padding:12px 0
	}
	
	.entry-list-left {
		float:none
	}
	
	.entry-list-right {
		float:none;
		margin:0
	}
	
	ul.related_posts li {
		width:111px
	}
	ul.related_posts li:nth-child(2n+1) {
	clear:both
	}
	ul.related_posts li:nth-child(2n+2) {
	margin-right:0
	}
	
	ul.gallery-single li img {
		width:120px;
		height:98px
	}
	
	#author-avatar {
		display:none
	}
	
	#author-description {
		margin-left:0
	}
	
	.author-card {
		display:none
	}
	
	.comment_data {
		margin-left:0;
		width:220px
	}
	
	.commentlist ul.children {
		margin:0
	}
	
	.commentlist ul .comment_data {
		margin-left:0
	}
	
	.fb-like,
	.ss_sharing_btn {
		float:none;
		margin-bottom:10px;
		border-right:none
	}
	
	/* Portfolio Pages */
	.col3 li,
	.col3 li img,
	.col4 li,
	.col4 li img,
	.col4-wide li,
	.col4-wide li img,
	.col5-wide li,
	.col5-wide li img {
		width:242px;
		height:189px
	}
	
	.col3 li .port-details,
	.col4 li .port-details,
	.col4-wide li .port-details,
	.col5-wide li .port-details {
		width:222px;
		height:169px
	}
	
	/* Widgets */
	#sidebar ul.minifolio li,
	#secondary ul.minifolio li,
	.flickr_badge_image,
	.flickr_badge_image img {
		width:37px;
		height:37px
	}
	
	#sidebar ul.minifolio li img,
	#secondary ul.minifolio li img {
		width:37px;
		height:37px
	}
	#sidebar ul.minifolio li:nth-child(4n+4), #secondary ul.minifolio li:nth-child(4n+4) {
	margin-right:4px
	}
	#sidebar ul.minifolio li:nth-child(6n+6), #secondary ul.minifolio li:nth-child(6n+6), .flickr_badge_image:nth-child(6n+7) {
	margin-right:0
	}
	
	#sidebar #searchform input[type="text"],
	#secondary #searchform input[type="text"],
	.header-widget-area #searchform input[type="text"] {
		width:211px
	}
	
	/* Slider */
	.flex-caption-inner {
		padding:6px 8px 7px
	}
	
	.flex-caption h1,
	.flex-caption h2 {
		font-size:12px;
		line-height:18px
	}
	
	/* WooCommerce */
	h1.entry-title {
		font-size:18px;
		line-height:24px;
		margin:0 0 12px
	}
	
	form.woocommerce_ordering {
		display:none
	}
	
	.woocommerce table.shop_table td, .woocommerce table.shop_table th {
		font-size: 10px;
	}
	
	#content table.cart input.qty {
		font-size: 10px;
	}
	.woocommerce-cart table.cart th.product-quantity {
		font-size: 10px;
	}
	table.shop_table td,
	table.shop_table th {
/*		padding:8px 5px;
		font-size:11px;*/
	}
	
	table.cart td.actions .button.alt,
	#content table.cart td.actions .button.alt {
		margin:8px 0 0;
		float:left
	}
	
	table.my_account_orders .button {
/*		padding:2px 4px;
		font-size:11px*/
	}
	
	.cart-collaterals .cart_totals {
		float:none;
		width:100%;
		text-align:left
	}
	
	.cart-collaterals .shipping_calculator {
		width:100%;
		text-align:left;
		margin:0 0 20px 0;
		clear:both;
		float:none
	}
	
	.woocommerce .checkout #shiptobilling, .woocommerce-page .checkout #shiptobilling {
		float:none
	}
	
	.commentlist li li {
		padding-left: 0
	}
	
	#respond form input[type="text"], #contactform input[type="text"], #respond form textarea, #contactform textarea {
		max-width: 95%;	
	}	
	
	/* WooCommerce Responsive styles */
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce-page .related ul.products li.product,
	.woocommerce .upsells.products ul.products li.product,
	.woocommerce-page .upsells.products ul.products li.product,
	.woocommerce .related ul li.product,
	.woocommerce-page .related ul li.product,
	.woocommerce .upsells.products ul li.product,
	.woocommerce-page .upsells.products ul li.product,
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .shipping_calculator,
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.woocommerce div.product div.images,
	.woocommerce-page div.product div.images,
	.woocommerce #content div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page div.product div.summary,
	.woocommerce #content div.product div.summary,
	.woocommerce-page #content div.product div.summary {
		float: none;
		width: 100%;
		margin: 0 0 1.5em;
	}
	
	.woocommerce table.shop_table_responsive tr td, 
	.woocommerce-page table.shop_table_responsive tr td {
		display: table-cell;
	}
	.woocommerce table.shop_table td.product-price {
	    display: none;
	}
	.woocommerce table.shop_table_responsive tr td:before, 
	.woocommerce-page table.shop_table_responsive tr td:before {
		content: '';
	}
	.woocommerce-cart .shop_table td.product-remove {
	    width: 10px;
	}

	.woocommerce-cart .shop_table td.product-name {
	    width: 97px;
	}

	.woocommerce-checkout table.shop_table td,
	.woocommerce-checkout table.shop_table th {
		font-size: 14px;
	}

	.woocommerce-cart .shop_table td.product-subtotal {
	    width: 70px;
	}
	.woocommerce-cart div#content.content-right {
		margin-right: 7px;
	}
	.woocommerce-checkout .breadcrumbs {
		margin-top: 14px;
	}
	.woocommerce-checkout td[data-title=Entrega] {
		width: 130px;
	}
	.home #sidebar .flexBannerr, 
	.home #sidebar .widget_shopping_cart {
	    display: none;
	}
	.searchbox {
	    max-width: 48%;
	    margin-bottom: 20px;
	}
	.searchbox #searchform input[type="text"] {
	    max-width: 100%;
	}
	#cat {
	    width: 48%;
	    margin-right: 0;
	}
	.home #mason_container .entry-grid:nth-child(3n),
	.home #mason_container .entry-grid,
	#mason_container .entry-grid:nth-child(3n),
	#mason_container .entry-grid {
	    width: 160px;
	}
	.home #mason_container .entry-thumb,
	#mason_container .entry-thumb {
	    height: 160px;
	}
	#mason_container h2.entry-title {
	    font-size: 16px;
	    line-height: 20px;
	    height: 60px;
	}
	.home #mason_container h2.entry-title {
		font-size: 14px;
		margin-top: 0;
	}
	.home .entry-grid .entry-content {
		padding: 0;
	}
	#mason_container .entry-content p {
	    font-size: 14px;
	}
	.woocommerce-page .woocommerce table.cart td.actions {
	    width: calc(100% - 11px);
	}
	.woocommerce-checkout #social-buttons,
	.woocommerce-account #social-buttons {
	    display: none;
	}
	#ls-global .ls-nav-prev, 
	#ls-global .ls-nav-next {
		display: none !important;
	}
	/* .woocommerce-account div#primary, 
	.woocommerce-account #primary .wrap {
		width: 365px;
	} */
	.woocommerce-account #content .woocommerce-orders-table__cell {
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}
	.woocommerce-account #content .woocommerce-orders-table__cell:before {
		line-height: 30px;
	}
	.woocommerce-account table.my_account_orders .button.view::before {
		line-height: 30px;
		top: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row > td {
		border: none;
	}
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row {
		border-bottom: 1px solid #ddd;
	}
	.woocommerce-view-order table.shop_table th, 
	.woocommerce-view-order table.shop_table td {
		font-size: 14px;
		line-height: 30px;
	}
	.woocommerce-view-order table.shop_table.order_details td {
		line-height: normal;
	}
	.woocommerce .woocommerce-customer-details address {
		max-width: 293px;
	}
	.woocommerce-account.logged-in #content .woocommerce {
		max-width: 320px;
		padding: 10px;
	}
	.single-product #content .product form.cart .variations .label {
		max-width: initial;
	}
	.home #mason_container .entry-grid,
	.home #mason_container .entry-grid:nth-child(3) {
		margin-right: 16px;
	}
	.home #mason_container .entry-grid:nth-child(2n) {
		margin-right: 0;
	}
	.home #mason_container h2.entry-title {
		height: auto;
	}
	.ss_sharing_btn {
		margin-left: 10px;
	}
	.fb-like.fb_iframe_widget.fb_iframe_widget_fluid {
		width: 100px;
	}
	.fb_iframe_widget_fluid span {
		margin-left: -15px;
	}
	#mason_container .entry-grid:nth-child(2n) {
		margin-right: 0;
	}
	#xt_woofc div.xt_woofc-inner {
		max-width: 100%;
	}
	.xt_woofc-is-mobile.xt_woofc-mobile-pos-bottom-right .xt_woofc-wrapper {
        right: 15px;
        bottom: 15px;
        max-width: calc(100% - 30px);
    }
}