/*
 Theme Name:   Damteq - Fishmish Theme
 Theme URI:    https://damteq.co.uk/
 Description:  Use this child theme to extend Bricks.
 Author:       Damteq
 Author URI:   https://damteq.co.uk/
 Template:     bricks
 Version:      0.0.0
 Text Domain:  dt-fishmish-theme
*/

:root {
	--red: red;
	--purple: purple;
	--blue: blue;
	--jack: orange;
}

.fcpfw_cart_basket {
	top: 50%!important;
}

button#fcpfw-sidebar-open {
    display: none;
}

@media only screen and (max-width: 768px) {
	.fcpfw_cart_basket {
		top:auto!important;
		left:15px!important;
		right:auto!important;
		bottom:2%!important;
	}
}
