/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.15.4
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/

.pc-Left,
.pc-Right {
	position: fixed;
	top: 50%;
	width: 250px;
	height: 443px;
	z-index: 9999;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px;
	transform: translateY(-50%);
}

.pc-Left {
	left: 0;
}

.pc-Right {
	right: 0;
}

@media (max-width: 768px) {

	.pc-Left,
	.pc-Right {
		display: none;
	}
}

/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
