/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.4
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/


.xoo-wsc-markup{
	display:none!important;
}

.single-product .delivery{
	margin-right:140px!important;
}

.woocommerce div.product p.stock{
	margin-right:240px;
}

.productsSlider .carousel-inner .col-md-2:hover{
	box-shadow:4px 4px 15px rgba(0,0,0,0.15);
	transition:0.2s;
	cursor:pointer;
}

.archive .products .col-md-6 .card:hover{
	box-shadow:4px 4px 15px rgba(0,0,0,0.15);
	transition:0.2s;
	cursor:pointer;
	
}

.single-product .delivery-info {
 min-height: 200px;
}

html body .woocommerce-Price-bidi {
    direction: ltr;
}
