/*
 Theme Name:   Tective
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      1.0
 Text Domain:  xstore-child
*/


.footer-links-bakery {
	text-align: right;
    height: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.footer-widgets .wpb_wrapper {
	height:100%; 
}

.footer-widgets .wpb_text_column.wpb_content_element {
	height:inherit;
}

.product-content-image img {
	height: 165px !important;
	width: 165px !important;
	object-fit: contain;
}


/*Hide cart header*/
.shopping-container {
    display:none;   
}

.brands-carousel .slider-wrapper {
	display: flex;
    flex-direction: row;
    justify-content: center;
}
