/*!
Theme Name: Careox Child theme
Theme URI: https://bracketweb.com/careoxwp/
Template: careox
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: This is a Child theme for Careox WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: careox-child
*/

.product-details__socials {
    display: none;
}


.single-product ul.careox-breadcrumb.list-unstyled {
    display: none;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    border: 0;
}

.form-one__control input { 
    width: 100%;
}

.bootstrap-select button.btn.dropdown-toggle {
    background: #fff;
    height: 47px;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    line-height: 2.3;
}



@media (max-width : 767px){
	.woocommerce ul.products { 
		grid-template-columns: repeat(1, 1fr); 
		text-align: center;
	}
	
	html, body {
		overflow-x: hidden;
	}
}
