/*
Theme Name: Nille
Theme URI: https://nille.qodeinteractive.com
Description: Elegant eCommerce Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Text Domain: nille
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.vc_mobile ul.products>.product {
    width:48% !important;
    float:none !important;
  }

  @media only screen and (max-width: 768px) {
    .touch ul.products>.product {
        width:48% !important;
        float:none !important;
      }
  }

ul.products>.product .qodef-product-list-title, .qodef-woo-single-page .qodef-single-product-summary .qodef-single-product-title {
	text-transform: capitalize !important;
}

ul.products>.product .qodef-pl-inner .qodef-pl-text {
  padding:0 !important;
}
 
.related ul li {

}

@media only screen and (max-width: 680px) {
.qodef-woocommerce-columns-3 .cross-sells>.products>.product, .qodef-woocommerce-columns-3 .qodef-pl-main-holder>.products>.product, .qodef-woocommerce-columns-3 .related.products>.products>.product, .qodef-woocommerce-columns-3 .upsells.products>.products>.product, .qodef-woocommerce-columns-4 .cross-sells>.products>.product, .qodef-woocommerce-columns-4 .qodef-pl-main-holder>.products>.product, .qodef-woocommerce-columns-4 .related.products>.products>.product, .qodef-woocommerce-columns-4 .upsells.products>.products>.product, .woocommerce.columns-2>.products>.product, .woocommerce.columns-3>.products>.product, .woocommerce.columns-4>.products>.product, .woocommerce.columns-5>.products>.product, .woocommerce.columns-6>.products>.product {
    width: 48%;
}
.add_to_cart_button {
  padding: 10px 10px !important;
}

}


.single-product .qodef-content-inner .qodef-title-va-header-bottom {
  display:none !important;
}

.qodef-woo-single-page .woocommerce-tabs .entry-content>p {
	margin:0 !important;
}

.qodef-woo-single-page .woocommerce-tabs .entry-content {
	padding-top:20px;
}

.woocommerce .qodef-new-product, .woocommerce .qodef-onsale, .woocommerce .qodef-sold {
	color:#fff !important;
	padding: 0 8px 0 12px !important;
	background-color:#bf5c30 !important;
}

.product_meta {
	display:none !important;
}


.qodef-title-holder.qodef-standard-type .qodef-page-title {
	font-family: 'Cormorant', sans-serif !important;
}
.unlu-name h2 {
	font-family: 'Cormorant', sans-serif !important;
}

.vc_mobile .page-id-6183 ul.products>.product {
	width:100% !important;
}

/*
  
  .product_cat-silver .add_to_cart_button {
    display:block !important;
  }


  .product_cat-silver .qodef-single-product-summary form .quantity {
    display:inline-block !important;
  }
  .product_cat-silver .qodef-single-product-summary form .single_add_to_cart_button {
    display:inline-block !important;
  }


.add_to_cart_button {
  display:none !important;
}


.product_cat-silver .price {
  display:block !important; 
}

.price {
  display:none !important; 
}


.product_cat-silver .qodef-single-product-summary form {
  display:block !important;
}



.qodef-single-product-summary form .quantity {
  display:none !important;
}
.qodef-single-product-summary form .single_add_to_cart_button {
  display:none !important;
}
.product_cat-silver .wayra-coc-button {
  display:none !important;
}

*/