/**
* Theme Name: Pixel+
* Theme URI: https://pixelplus.vn
* Description: Giao diện website được thiết kế và lập trình bởi Công ty TNHH Công Nghệ và Truyền Thông PhoenixDigi Việt Nam.
* Author: Pixel+
* Author URI: https://pixelplus.vn
* Version: 2.0.0
* Tags: giao diện hiện đại, phong cách thời thượng, tương thích mọi loại trình duyệt, tốc độ load trang tối đa, tối ưu SEO.
* Text Domain: pixelplus
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import 'assets/css/woocommerce.css';

.pixelplus-breadcrumb p {
	margin: 0;
}

.backtotop {
	width: 40px;
	height: 40px;
	background-color: #222;
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 100px;
	right: 1.9%;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	z-index: 99;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	align-items: center;
	justify-content: center;
	display: flex;
	opacity: 0;
	visibility: hidden;
}

.backtotop.active {
	opacity: 1;
	visibility: visible;
}

.grid {
	display: grid;
}
