/*
Theme Name: Outlaw Motos Child
Description: This is a child theme for Flatsome Theme
Author: waqas
Template: flatsome
Version: 3.14
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Single product (no-sidebar): breadcrumb + title above gallery/summary */
.outlaw-product-heading-wrap {
	padding-top: 0.75rem;
	padding-bottom: 1.25rem;
}
.outlaw-product-breadcrumb {
	margin-bottom: 1rem;
}
.outlaw-product-title-row {
	align-items: center;
}
.outlaw-product-title-row .product-title {
	margin-bottom: 0;
}
.outlaw-product-brands-col .ux-product-brands {
	margin: 0;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media only screen and (max-width: 850px) {
.single-product .woocommerce-breadcrumb {
	text-align: center!important;
}



.single-product .summary .omc-single-price-wrap, .single-product .summary .omc-single-price-wrap .omc-price-label {
	font-size: 1.2rem!important;
}
}



.single-product .outlaw-product-title-row .is-divider {
	width: 100%!important;
	max-width: 100%!important;
	background-color: rgba(0, 0, 0, 0.04)!important;
}




@media only screen and (min-width: 850px) {
.single-product .product-info, .single-product .product-info .price {
	margin-top: 0!important;
	padding-top: 0!important;
}
}