/*
Theme Name: Aria Stone Gallery
Theme URI: http://www.ariastonegallery.com
Author: YumeCommerce Team
Author URI: http://yumecommerce.com
Description: Aria Stone Gallery v1.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: a-one
Text Domain: a-one
*/

#content.site-content {
    height: auto;
}
.left_sidebar {
    float: left;
    width: 20%;
}
.right-listing {
    float: left;
    width: 80%;
    padding-left: 30px;
    margin-top: 71px;
}
.right-listing ul.sub-ul {
    list-style: none;
    padding: 0 10px;
    margin: 0 0 20px 0;
    float: left;
    width: 33.3%;
    text-align: center;
}
.hide_this.wpb_column.vc_column_container.vc_col-sm-10 {
    display: none;
}
.left_sidebar .vc_col-sm-2 {
    width: 100%;
}
.left_sidebar .vc_column-inner {
    padding: 0;
}
.right-listing ul.sub-ul img {
    /*max-height: 172px;*/
    display: block;
    margin: 0 auto 23px;
}

#calc_shipping_country_field,#calc_shipping_state_field,#calc_shipping_city_field{display:none!important;}
@media screen and (max-width: 767px) {
    .left_sidebar, .right-listing  {
        float: left;
        width: 100%;
    }
    .right-listing  {
        padding-left: 0;
        margin-top: 30px;
    }
    .right-listing ul.sub-ul {
        width: 100%;
    }
}
.single-product-custom-attribute-list .dimention-attr{display:none;}
.single-product .single-product-custom-attribute-list:nth-child(6) .dimention-attr{display:block;}