/*
 Theme Name:   Consik Child
 Theme URI:    http://vecurosoft.com/products/wordpress/consik/
 Description:  This is a child theme for Consik WordPress Theme
 Author:       Vecurosoft
 Author URI:   http://vecurosoft.com/
 Template:     consik
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  consik-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.main-menu a{
	    font-family: "Poppins";
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.7px;
}
.vs-btn{
    border-radius: 30px;
}
.vs-btn__bar{
    font-weight: 700;
}
.product-style1{
    background-color: #ffffff;
}
.product-style1 .product-title{
	margin-bottom: 35px;
}
.product-about .product-rating{
	display:none;
}

.product_meta{
	display:none;
}
.product-about .price{
	border-top: 1px solid var(--vs-border-color);
    padding: 30px 0 0px 0;
}
.nf-form-title{
	display:none!important;
}
.nf-form-fields-required{
	display:none!important;
}
.hero-content3{
	display:none;
}
.hero--layout3 .icon-btn{
	display:none;
}
.slick-slide img{
    padding-right: 10px;
    padding-left: 10px;
}
.cta-image{
box-shadow: 11px 18px 10px rgba(4, 4, 4, 0.0509803922);
}
.custom-woocommerce-products {
  grid-template-columns: repeat(3, 1fr) !important;
}

.hero--layout3 .hero-inner {
    padding-top: 126px;
    min-height: 620px;
    padding-bottom: 14px;
}

/* Tablet */
@media (max-width: 992px) {
  .custom-woocommerce-products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .custom-woocommerce-products {
    grid-template-columns: 1fr !important;
  }
}
