@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:
*/
.footer{
	padding: 10px 0 20px !important;
	margin-top: 20px !important;
}
.footer .widget{margin-bottom: 0;}
.rb_flex_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.darkmode-toggle, .woocommerce-account footer.footer{display: none;}

@media (max-width: 991px){
	.footer{margin-bottom: 60px;}
	.rb_flex_wrap {
		justify-content: center;
		font-size: 12px;
	}
	.rb_sticky_footer_menu {
		background: #353b43;
		padding: 10px 15px 5px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
		height: 60px;
	}
	.rb_sticky_footer_menu a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		color: #fff;
		font-weight: 500;
		font-size: 11px;
		width: 20%;
		gap: 5px;
	}
	.sticky_footer_logo {
		width: 60px;
		text-align: center;
		border-radius: 50px;
		height: 60px;
		transform: translateY(-18px);
		border: 1px solid #1c1e25;
		background: #1c1e25;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px;
	}
	.rb_sticky_footer_menu svg {
		width: 24px !important;
		height: 24px;
	}
	.header_cart_count {
		position: absolute;
		top: -8px;
		right: 16px;
		font-size: 12px;
		color: #fff;
		background: #e60101;
		border-radius: 30px;
		width: 18px;
		height: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header.header, footer.footer{display: none;}
	body{padding-bottom: 80px;}
}
.btn {
	display: flex !important;
	align-items: center;
	gap: 5px;
}
.woocommerce-MyAccount-navigation {
	border: 1px solid #dddddd38;
	padding: 15px;
	border-radius: 20px;
}
.user_avatar {
	display: flex;
	flex-direction: column;
	margin: auto;
	width: fit-content;
	align-items: center;
	gap: 10px;
}
.user_avatar img {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border: 4px solid #ddd;
}
.account_user_avatar{position:relative}
.profile-pic-wrapper{height:35px;width:100%;right:0;left:0}
.pic-holder{text-align:center;position:relative;border-radius:50%;width:70px;height:70px;overflow:hidden;margin:0 auto;position:absolute;top:-2px;left:10px;border:1px solid var(--br)}
.pic-holder .pic{height:60px;width:60px;position:relative;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
.pic-holder .upload-file-block,.pic-holder .upload-loader{height:100%;width:100%;display:flex;align-items:center;justify-content:center;transition:all .2s}
.pic-holder .upload-file-block{cursor:pointer}
.pic-holder:hover .upload-file-block,.uploadProfileInput:focus~.upload-file-block{opacity:1}
.pic-holder.uploadInProgress .upload-file-block{display:none}
.pic-holder.uploadInProgress .upload-loader{opacity:1}

.header .bottom .btns .btn-icon {
	display: inline-block;
	line-height: 0;
	margin-right: 2rem;
	font-size: 19px;
	cursor: pointer;
	color: var(--text-color-theme);
	position: relative;
}

body.darkmode--activated .header .top .btns .btn-icon .count {
	background: #31363F;
	color: #EEEEEE;
}
.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;
}
.header .top .btns .btn-icon {
	margin-top: 9px;
	display: inline-block;
	line-height: 0;
	margin-right: 2rem;
	font-size: 19px;
	cursor: pointer;
	color: var(--text-color-theme);
	position: relative;
}
.header {
	background: #1c1e25 !important;
}