@charset "UTF-8";
/*
Theme Name: gemplay-child
Theme URI: https://www.rtl-theme.com/gemplay-wordpress-theme/
Author: Mohammad Rahmati
Author URI: https://www.rtl-theme.com/author/famo-ir
Description: پوسته قدرتمند وردپرس
Tags: Elementor, Blog, WooCommerce, Widgets, Navs, Importer Google Play
Version: 1.1.4
Template: gemplay
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:
*/

.header .top .btns{
	flex: 0 0 auto;
	margin-right: auto;
	
}
.header .top .btns .btn-icon{
	display: inline-block;
	line-height: 0;
	margin-right: 2rem;
	font-size: 19px;
	cursor: pointer;
	margin-top:9px;
	color: var(--text-color-theme);
	position: relative;
}
.header .top .btns .btn-icon i{
	transition: all .3s;
	opacity: .4;
}
.header .top .btns .btn-icon:hover i{
  transform: scale(0.9);
}
.header .top .btns .btn-icon .count{
	position: absolute;
	right: -5px;
	top: -5px;
	background: var(--bs-blue);
	line-height: 0;
	padding-top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	text-align: center;
	font-size: 8px;
	color: #fff;
}
body {
  padding-bottom: 15px; /* ارتفاع تقریبی منوی ثابت */
}
#goToTop{
	bottom: 4rem;
}