@import url(./fonts/fontiran.css);
body {
	font-family: shabnam !important;
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #111;
	line-height: 20px;
	background-color: #fff;
}
a:link , a:visited {
	text-decoration: none;
	color: #e84a4a;
}
a:hover {
	color: #a00;
}
a img {
	border: 0;
}
form , p , h1 , h2 , h3 {
	padding: 0;
	margin: 0;
}
hr {
	border: 1px solid #868686;
}
fieldset {
	margin-bottom: 12px;
	overflow: hidden;
	border: 1px solid #ccc;
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			-moz-border-radius:5px;
}
input , select , textarea {
	border: 1px solid #ccc;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-family: shabnam !important;
	font-weight: 300;
	font-size: 13px;
	margin: 1px;
		box-sizing: content-box;
		box-sizing: border-box;
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			-moz-border-radius:5px;
}
input:focus {outline:0;}
.clear {
	clear: both;
}


.login_box {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
	direction: rtl;
	background: #fff;
	margin-top: 15px;
	border-radius: 7px;
	overflow: hidden;
	padding: 0;
	border: 0;
	border: 1px solid #ddd;
	padding: 20px;

}
.login_box legend {
	display: block;
	direction: rtl;
	background: #02a9cb;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	width: 100%;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px;
	text-align: center;
	text-indent: 0;
	border-radius: 25px;

}
.login_box table {
	width: 100%;
}

.login_box input {
	width: 100%;
	height: 40px;
	line-height: 20px;
}

.login_box input[type=submit] {
	border: 0;
	background: #1c943b;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	font-size: 16px;
}
.login_box input[type=submit]:hover {
	opacity: .8;
}

#menuw {
	background-color: #fff;
	color: #333;
	direction: rtl;
	padding: 30px 0;
	padding-bottom: 7px;
}
#menu {
	max-width: 1200px;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #fff;
	font-size: 16.1px;
	position: relative;
}
a.menuinmenu {
	float: right;
	line-height: 40px;
	padding-right: 12px;
	padding-left: 5px;
}
#menu img.logo  {
	max-width: 110px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	opacity: .9;
	margin-left: 15px;
	margin-top: 5px;
}
#menu-link {
	display: none;
	margin-top: 2px;
}


.msgbox {
	position: fixed;
	left: 0;
	top: 400px;
	width: 100%;
	z-index: 9999;
}
.msgbox1 {
	display: block;
	max-width: 800px;
	padding: 10px;
	padding-left: 30px;
	color:#FFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	direction: rtl;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 70px 20px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 70px 20px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 70px 20px rgba(0,0,0,0.6);
	background:#5cb85c;
}
.msgbox2 {
	display: block;
	max-width: 800px;
	padding: 10px;
	padding-left: 30px;
	color:#FFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	direction: rtl;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 70px 20px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 70px 20px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 70px 20px rgba(0,0,0,0.6);
	background:#d9534f;
}
.msg_close {
	position: absolute;
	left: 10px;
	top: 13px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	cursor: pointer;
}

#menu_search {
	float: left;
	border-right: 2px solid #d2cfc9;
}

a.log_button {
	float: left;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: right 8px center;
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
	line-height: 26px;
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			-moz-border-radius:5px;
	margin:0;
	margin-right: 5px;
	margin-top: 10px;
	margin-left: 6px;
	color: #333;
	transition: .3s;
}
a.log_button:hover {
	opacity: .5;
	transition: .3s;
}
a.reg_button2 {
	margin-top: 13px !important;
}
a.logged_button {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
a.reg_button {
	float: left;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: right 8px center;
	padding-left: 10px;
	padding-right: 25px;
	height: 28px;
	line-height: 26px;
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			-moz-border-radius:5px;
	margin:0;
	margin-top: 8px;
	color: #333;
	transition: .3s;
}
a.reg_button:hover {
	opacity: .5;
	transition: .3s;
}
a.basket_button {
	float: left;
	background-color: #dfe2e9;
	padding: 9px 45px;
	padding-right: 51px;
	height: 28px;
	line-height: 26px;
	border-radius: 25px;
	margin:0;
	color: #222;
	transition: .2s;
	position: relative;
	background-image: url('./images/icons/icon_34.png');
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 26px auto;
}
a.basket_button:hover {
	background-color: #d5dae5;
	transition: .2s;
}
a.basket_button i {
	font-style: normal;
}
a.basket_button span {
	position: absolute;
	left: 6px;
	top: 6.5px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: 300;
	overflow: hidden;
	background-color: #fff;
	color: #222;
	text-align: center;
	font-size: 13.5px;
	border-radius: 50%;
}
a.log_button2 {
	margin-left: 7px;
}
a.log_button2 i {
	font-style: normal;
}
a.log_button2 img {
	width: 21px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	display: none;
}
a.reg_button2 img {
	display: block;
}

a.search_button {
	float: left;
	width: 44px;
	height: 44px;
	line-height: 26px;
	border-radius: 25px;
	margin:0;
	margin-left: 16px;
	color: #222;
	transition: .2s;
	position: relative;
	background-image: url('./images/icons/search.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	background-color: transparent;
}
a.search_button:hover {
	background-color: #d5dae5;
	transition: .2s;
}
#search_box {
	display: none;
	width: 100%;
	max-width: 380px;
	height: 44px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	border: 1px solid #cad0dd;
	overflow: hidden;
}
#search_box span.close {
	display: block;
	position: absolute;
	right: 5px;
	top: 15px;
	color: #333;
	font-size: 19px;
	cursor: pointer;
	padding: 0 7px;
}
#search_box input[type=text] {
	display: block;
	width: 100%;
	height: 42px;
	border: 0;
	text-indent: 35px;
	font-size: 16px;
	font-weight: 300;
	background-color: #fff;
}
#search_box input[type=submit] {
	display: inline-block;
	width: auto;
	height: 36px;
	border: 0;
	text-indent: 35px;
	font-size: 16px;
	font-weight: 300;
	background-color: #e8e8e8;
	position: absolute;
	left: 3px;
	top: 3px;
	text-align: center;
	text-indent: 0;
	color: #aaa;
	padding: 0 15px;
	cursor: pointer;
}


.tabsbox {
	max-width: 1170px;
	min-height: 100px;
	background-color: red;
	margin: 0;
	margin-bottom: 10px;
	border: 3px solid #02a9cb;
	background: #fff;
	overflow: hidden;
	direction: rtl;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	*vendorprefix*-transition: height ease 1s;
}
.tabs_titles {
	display: block;
}
.tabs_titles2 {
	display: none;
}
.tabs_titles {
	width: auto;
	background: #02a9cb;
	color: #fff;
	padding-top: 5px;
	border-bottom: 1px solid #02a9cb;
}
.tabs_titles img {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	opacity: .7;
}
.tabs_titles a:link ,.tabs_titles a:visited {
	display: block;
	float: right;
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 5px;
	color: #333;
	margin-bottom: -1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
}
.tabs_titles a.activetab:link ,.tabs_titles a.activetab:visited {
	background: #fff;
	border: 1px solid #02a9cb;
	border-bottom: 0;
	color: #333;
}

.tabs_contents {
	padding: 12px;
	line-height: 25px;
	*vendorprefix*-transition: height ease 1s;
}
.tabs_contents h4 {
	color: #999;
	font-weight: normal;
	margin: 5px;
}
.tabs_contents h2 {
	margin: 5px;
	font-weight: normal;
}

.centeralbox_product {
	max-width: 1200px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	direction: rtl;
}
.product_gallerybox {
	float: right;
	width: 100%;
	height: auto;
	max-width: 460px;
	direction: ltr;
}
.product_detailsbox {
	background-color: #fff;
	padding: 10px;
	border-radius: 20px;
}
.list-unstyled li img.originalimage {
	width: 100%;
	height: auto;
}
.details_title2 {
	border-bottom: 2px solid #dc669e;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	font-weight: 300;
}
.details_title2 a {
	color: #333;
}
.details_content {
	padding-top: 10px;
	font-size: 12.5px;
	text-align: justify;
	line-height: 22px;
}
.product_textbox  {
	width: 630px;
	padding-right: 20px;
	float: right;
}
.product_pricebox {
	border-radius: 10px;
	padding: 10px;
	width: 640px;
	float: right;
}
.product_pricebox .regform {
	text-align: center;
}
.product_pricebox h1 a {
	display: block;
	color: #222;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	line-height: 31px;
}
.product_pricebox .addtobasket {
	display: inline-block !important;
	background-color: #33c181 !important;
	width: auto !important;
	padding: 12px 35px !important;
	padding-bottom: 15px !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	margin: 15px auto !important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.pricelabel {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 10px;
	padding-top: 0;
}
.pricelabel i {
	position: absolute;
	top: -15px;
	left: 0;
	display: block;
	width: 100%;
	border:0;
	border-bottom: 2px solid red;
	max-width: 100%;
	opacity: .5;
	transform: rotate(-5deg);
}
.pricelabel_main {
	font-size: 18px;
	font-weight: 600;
	color: #02a9cb;
}

a.hearth {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 9;
	width: 24px;
	height: 24px;
}
a.hearth:hover {
	opacity: .7;
}
a.hearth img {
	width: 24px;
	height: 24px;
}


.share {
	clear: both;
	margin: 10px;
	text-align: center;
	padding: 7px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	border-radius: 5px;
}
.share img {
	display: inline-block;
	width: 24px;
	height: 24px;
	opacity: 1;
}
.share img:hover {
	opacity: .5;
}

.divtables {
	width:100%;
	overflow:auto;
	direction: ltr;
	margin-left: auto;
	margin-right: auto;
}
.divtables .tablelist {
	width: 100%;
	min-width: 500px;
}
.tablelist {
	background: #ccc;
	font-weight: normal;
	font-size: 13px;
}
.tablelist th {
	background: #e1e1e1;
	font-weight: normal;
	padding: 5px;
}
.tablelist td {
	padding: 5px;
	height: 23px;
	line-height: 21px;
	background: #fff;
}
.tablelist input {
	font-size: 13px;
}


a.a_button_red {
	display: inline-block;
	background: #e7353d;
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	font-size: 16px;
}
a.a_button_blue {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #1377be;
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	font-size: 16px;
}
a.a_button_red:hover, a.a_button_blue:hover {
	opacity: .7;
}

/*
#headerbox {
	max-width: 1200px;
	height: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background-color: #Fff;
	background-image: url('./images/bg-header.jpg');
	background-repeat: no-repeat;
	background-size: 850px auto;
	background-position: left top;
	color: #333;
	border-radius: 40px;
	overflow: hidden;
	direction: rtl;
	line-height: 20px;
-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
}
#header_right {
	background-color: #fff;
	padding-top: 60px;
	width: 350px;
	height: auto;
	float: right;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}
*/
#header_right a.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 150px;
	background-image: url('./images/logo.png');
	background-size: 150px 150px;
	background-repeat: no-repeat;
	margin-bottom: 1px;
}


.white_box {
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #Fff;
	color: #333;
	border-radius: 10px;
	overflow: hidden;
	direction: rtl;
	line-height: 20px;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
}
.white_box .details {
	float: right;
	direction: rtl;
	text-align: right;
	padding: 0px;
	margin: 10px;
	line-height: 30px;
}
.white_box .details2 {
	text-align: right;
	padding: 30px;
	line-height: 30px;
}
.details2 .course_box {
	width: 245px;
	background: #eb116d;
	background-image: url('./images/bg.png');
}
.details2 .course_box font {
	font-weight: 300;
}
.white_box .details_title {
	color: green;
	font-weight: 300;
	margin-left: 10px;
}
.white_box .white_box_title
{
	text-align: right;
	padding: 8px;
	padding-right: 0;
	margin: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	line-height: 23px;
	direction: rtl;
	border-bottom: 2px solid #02a9cb;
	font-weight: 300;
}
.white_box .white_box_content
{
	padding: 25px;
	padding-top: 0;
	padding-bottom: 20px;
	line-height: 23px;
	direction: rtl;
}

a.header_menu {
	margin-left: 7px;
	margin-right: 7px;
	display: inline-block;
	text-align: center;
	color: #222;
	font-size: 12px;
	font-weight: 300;
	transition: .3s;
}
a.header_menu span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	padding: 2px;
	margin-bottom: 6px;
	transition: .3s;
}
a.header_menu span img {
	width: 100%;
	height: auto;
	filter: invert(1);
	opacity: .5;
}
a.header_menu:hover {
	opacity: .7;
	transition: .3s;
}
a.header_menu:hover span {
	transform: rotate(45deg);
	transition: .3s;
}
/*.hm1 {
	background-color: #fed030;
}
.hm2 {
	background-color: #56ccf2;
}
.hm3 {
	background-color: #cd84e9;
}
.hm4 {
	background-color: #20cc65;
}*/

#headerbox {
	max-width: 1200px;
	height: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #Fff;
	background-image: url('./images/bg-header.jpg');
	background-repeat: no-repeat;
	background-size: 850px auto;
	background-position: left top;
	color: #333;
	border-radius: 40px;
	overflow: hidden;
	direction: rtl;
	line-height: 20px;
-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
}
#header_right {
	background-color: #fff;
	padding-top: 60px;
	width: 350px;
	height: 430px;
	float: right;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}
#bg_h_right {
	float: right;
	width: 247px;
	height: 430px;
	background-image: url('./images/bg-h-right.png');
	background-repeat: no-repeat;
	background-position: right;
}

#header_search {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#header_search form input {
	border: 0;
	width: 300px;
	background-color: rgba(255,255,255,.7);
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	direction: rtl;
	border-radius: 20px;
	background-image: url('./images/icons/search.png');
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-size: 20px 20px;
}


#cat_boxes {
	max-width: 1235px;
	margin-right: auto;
	margin-left: auto;
	direction: rtl;
	margin-bottom: 50px;
}
a.cat_box {
	display: block;
	width: 260px;
	height: 260px;
	/*
	background-image: url('./images/bg-header.jpg');
	background-size: 260px 260px;
	background-repeat: no-repeat;
	background-position: bottom left;
	*/
	border-radius: 40px;
	border-bottom: 4px solid #02a9cb;
	float: right;
	margin-right: 23px;
	margin-left: 23px;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
	transition: .3s;
-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
}
a.cat_box:hover {
	opacity: .9;
	transition: .3s;
}

a.cat_box:nth-child(1) {
	width: 870px;
	background-size: 260px 260px;
}
a.cat_box:nth-child(2) {
	float: left;
	height: 570px;
	margin-right: 0;
}
a.cat_box span {
	display: block;
	padding: 12px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 40px;
	border-bottom-left-radius: 0;
	position: absolute;
	right: 15px;
	top: 15px;
	background-color: rgba(255,196,0,.7);
	color: #000;
	font-size: 17px;
	font-weight: bold;
	z-index: 3;
-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.5);
}
a.cat_box i {
	display: block;
	width: 1000px;
	height: 1000px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	right: -60px;
	bottom: 0;
	z-index: 2;
	transition:  right .1s linear;
}
a.cat_box:hover i {
	right: 1000px;
	transition:  right .3s linear;
}

#latest_productsw {
	width: 100%;
	background-color: #fff;
	background-image: url('./images/bg.png');
	padding-top: 65px;
	padding-bottom: 80px;
}
#latest_products {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.latest_title {
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	direction: rtl;
}
.latest_title hr {
	display: block;
	width: 60px;
	border: 0;
	border-bottom: 2px solid #222;
	margin-top: 30px;
}
.latest_title img {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 60px;
	height: 60px;
	opacity: .3;
	vertical-align: middle;
	margin-left: 5px;
}


a.product_cat_box {
	display: inline-block;
	margin: 7px;
	width: 280px;
	height: 360px;
	line-height: 360px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius: 5px;
	background-color: #333;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
a.product_cat_box i {
	display: inline-block;
	line-height: 25px;
	font-style: normal;
	position: relative;
	z-index: 3;
}
a.product_cat_box img {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: .3;
	transition: .3s;
}

a.product_cat_box img {
	transform: scale(1);
	transition: transform 0.3s ease;
}
a.product_cat_box:hover img {
	transform: scale(1.06);
	opacity: .5;
	transition: .3s;
}


/* product box */
.products_box {
	display: inline-block;
	width: 280px;
	position: relative;
	text-align: center;
	vertical-align: top;
	direction: rtl;
	font-size: 16px;
	margin: 20px 7px;
}
.products_box a {
	color: #222;
}
.products_box i {
	font-style: normal;
	display: block;
	position: absolute;
	right: 0;
	z-index: 3;
	top: 0;
	height: 25px;
	line-height: 25px;
	background-color: #EC6060;
	color: #fff;
	font-size: 16px;
	padding: 3px 15px;
	font-size: 13px;
}
.products_box img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	transition: .3s;
	border-radius: 5px;
}
.products_box img.image1 {
	/*position: absolute;
	left: 0;
	top: 0;*/
	opacity: 1;
	transition: opacity 0.3s ease;
}
.products_box img.image2 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.products_box:hover .image1 {
	opacity: 0;
	transition: opacity 0.9s ease;
}
.products_box:hover .image2 {
	opacity: 1;
	transition: opacity 0.9s ease;
}
.products_box span {
	display: block;
	height: 42px;
	line-height: 42px;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	text-indent: 7px;
	text-align: center;
}
.products_box span b {
	font-weight: 300;
}
.products_box span a.product_details {
	color: #6B7C93;
	font-size: 17px;
	font-weight: 500;
}
.products_box span a.product_basket {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	float: left;
	margin: 5px;
	background-color: #6b7c93;
	color: #fff;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
	transition: .3s;
	margin-left: 7px;
	font-size: 13.5px;
}
.products_box span a.product_basket:hover {
	opacity: .7;
	transition: .3s;
}
.products_box font {
	display: block;
	width: 102%;
	height: 50px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.products_box s {
	font-size: 14px;
	opacity: .6;
	margin-left: 5px;
}
.products_box font b {
	display: block;
	font-size: 13px;
	font-style: normal;
	text-align: center;
	opacity: .6;
}
#latest_products .products_box {
	margin-right: 40px;
}
/*
#latest_products .products_box:nth-child(4) {
	display: none;
}
*/




#latest_coursesw {
	width: 100%;
	background-color: #000;
	background-image: url('./images/bg.png');
	padding-top: 65px;
	padding-bottom: 80px;
}
#latest_courses {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#latest_courses .latest_title {
	color: #fff;
}

.course_box {
	display: inline-block;
	background-color: #fff;
	width: 280px;
	padding: 5px;
	position: relative;
	border-radius: 40px;
	vertical-align: top;
	direction: rtl;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
	text-align: center;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.course_box a {
	color: #333;
}
.course_box i {
	font-style: normal;
}
.course_box img {
	width: 100%;
	height: auto;
	border-radius: 40px;
}
.course_box font {
	display: block;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	text-indent: 10px;
}
.course_box span {
	display: block;
	padding-bottom: 20px;
	padding-top: 13px;
	font-weight: 300;
}
a.course_basket {
	color: #fff;
	padding: 7px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #41cb52;
	color: #fff;
	border-radius: 20px;
	margin-right: 18px;
	font-size: 13px;
	transition: .3s;
	font-weight: 300;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}
a.course_basket b {
	font-weight: 300;
	font-size: 13px;
}
a.course_basket:hover {
	opacity: .7;
	transition: .3s;
}
#latest_coursesw .course_box {
	margin-right: 40px;
}

.course_details_image {
	float: left;
	width: 300px;
	height: 300px;
	border-radius: 30px;
	margin-bottom: 15px;
}
/*
#latest_coursesw .course_box:nth-child(4) {
	display: none;
}
*/

.why_box {
	display: inline-block;
	width: 90%;
	max-width: 380px;
	margin: 7px;
	border-radius: 5px;
	border: 1px solid #eee;
	text-align: center;
	margin-bottom: 60px;
}
.why_box span {
	display: block;
	margin-top: 50px;
	margin-bottom: 40px;
	font-style: normal;
}
.why_box i {
	display: block;
	margin-top: 30px;
	margin-bottom: px;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	color: #02A9CB;
}
.why_box img {
	display: inline-block;
	max-width: 64px;
	height: auto;
	border-radius: 15px;
	margin-bottom: -30px;
}

#coursesw {
	width: 100%;
	background-color: #000;
	background-image: url('./images/bg.png');
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
	direction: rtl;
}
#courses {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#courses .course_box {
	max-width: 260px;
	margin: 10px;
	margin-bottom: 10px;
}
#courses .latest_title {
	padding-top: 0;
	padding-bottom: 10px;
	float: none;
	width: 100%;
	color: #fff;
}





#productsw {
	width: 100%;
	background-color: #fff;
	padding-bottom: 20px;
}
#products {
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#products .latest_title {
	float: none;
	padding-bottom: 0;
}

#products .products_box {
}


#footer_bottom {
	text-align: center;
	padding: 20px 0;
	font-size: 13px;
}
#footerw {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	direction: rtl;
}
#footer {
	text-align: center;
	color: #fff;
	direction: rtl;
}
.f_box {
	display: inline-block;
	margin-left: 2px;
	color: #000;
	background-color: #fff;
	width: 100%;
	max-width: 350px;
	height: auto;
	padding-bottom: 30px;
	overflow: hidden;
	transition: .3s;
	font-weight: 300;
	vertical-align: top;
}

.f_title {
	font-size: 20px;
	font-weight: bold;
	color: #111;
	margin-top: 40px;
	margin-bottom: 15px;
	text-align: right;
}
.f_title img.logo {
	display: block;
	width: 70px;
	height: auto;
	opacity: .8;
}
.f_title hr {
	display: block;
	width: 50px;
	border: 0;
	border-bottom: 7px solid #02a9cb;
	border-radius: 5px;
}
a.f_article {
	display: block;
	height: 30px;
	line-height: 30px;
	max-width: 270px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	transition: .1s;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	text-align: right;
	font-weight: 300;
}
a.f_article:hover {
	opacity: .5;
	transition: .1s;
}
a.f_faq {
	display: block;
	width: auto;
	max-width: 1150px;
	margin: auto;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dfe2e9;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #fff;
	color: #333;
	transition: .1s;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	text-align: right;
	font-weight: 300;
	position: relative;
	z-index: 2;
	border-radius: 5px;

	padding: 15px;
	margin-top: 10px;
	font-weight: 600;
}
a.f_faq:hover {
	transition: .1s;
}
.qbox {
	padding: 15px;
	display: none;
	margin: auto;
	max-width: 1150px;
	background-color: #fefffd;
	border-radius: 0px;
	border: 1px solid #E4E4E4;
	margin-top: -7px;
	padding-top: 22px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	direction: rtl;
}
span.faq-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 34px;
	float: left;
	background-color: #ddd;
	color: #000;
	border-radius: 50%;
	font-weight: 200;
	transition: .3s;
	font-size: 22px;
	text-indent: 0;
	text-align: center;
}

a.f_faq:hover span.faq-icon {
	background-color: #02a9cb;
	color: #fff;
	transition: .3s;
}
a.f_address {
	display: block;
	max-width: 270px;
	line-height: 20px;
	color: #333;
	transition: .1s;
	background-image: url('./images/icons/address.png');
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	margin-right: 0;
	text-align: right;
	padding-right: 45px;
	font-size: 14px;
}
a.f_address:hover {
	opacity: .5;
	transition: .1s;
}
a.f_support {
	display: block;
	max-width: 270px;
	margin-top: 10px;
	height: 20px;
	line-height: 22px;
	color: #333;
	transition: .1s;
	background-image: url('./images/icons/support.png');
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	margin-right: 0;
	text-align: right;
	padding-right: 45px;
	margin-top: 20px;
	font-size: 14px;
}
a.f_support:hover {
	opacity: .5;
	transition: .1s;
}
img.enamad {
	width: 60px;
	height: auto;
}

a.top_image {
	display: block;
	margin: 20px;
}
a.top_image img {
	display: block;
	width: 100%;
	height: auto;
}


.place3_text {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.place3_text a {
	color: #333;
}


#slidemenu_cats {
	padding: 5px;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* تاریکی نصفه */
  z-index: 99998; /* زیر منو */
  display: none;
}
.panel {
  z-index: 99999; /* بالای overlay */
  position: fixed;
}
.top_slide_menu {
	margin: 15px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ccc;
	border-radius: 25px;
}
.top_slide_menu a.basket_button {
	margin-left: 10px;
	margin-top: 5px;
	padding-bottom: 4px;
}
.top_slide_menu a.log_button {
	float: right;
	margin-top: 11px;
}
.top_slide_menu a.log_button i {
	display: inline-block;
	vertical-align: middle;
	font-size: 13.5px;
	margin-right: 2px;
}
.top_slide_menu a.log_button img {
	display: inline-block;
	vertical-align: middle;
}


/* navbar menu  */.bottom-nav {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 10px 20px;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  z-index: 1000;
}

.nav-item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon {
  font-size: 20px;
}

.center-button {
  position: relative;
  margin: 0 10px;
  transform: translateY(-20%);
}

.main-icon {
  width: 40px;
  height: 40px;
  background: #007aff;
  border-radius: 50%;
  color: white;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  position: relative;
}

.notification-dot {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 12px;
  height: 12px;
  background: #00e676;
  border-radius: 50%;
  border: 2px solid white;
}
/* navbar menu  */


.articlebox {
	background: #fff;
	max-width: 100%;
	height: auto;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	text-align: right;
	text-align: justify;
	padding-left: 20px;
	padding-right: 10px;
	margin-right: 3px;
	margin-bottom: 7px;
	position: relative;
}
.articlebox img.articleimage {
	width: 150px;
	height: auto;
	float: right;
	margin: 10px;
	position: relative;
	z-index: 99;
}
.articlebox h3 a.articletitle {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 17px;
	font-weight: 300;
}
.articlebox h3 a.articletitle {
	color: #333;
}
.articlebox span {
	background: #fff;
	width: 100%;
	padding-bottom: 12px;
	text-align: left;
	padding-left: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #999;
	font-size: 12px;
	font-weight: 300;
	z-index: 9;
}
.articlebox a.catlink {
	position: absolute;
	right: 25px;
	top: 15px;
	background: rgba(210,0,0,.5);
	color: #fff;
	z-index: 999;
	padding: 5px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 12px;
	border-top-right-radius: 0;
	transition: .3s;
}

.articlebox a.catlink:hover {
	opacity: .7;
	transition: .3s;
}
.articlebox img.articleico {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	opacity: .3;
}

#top_search {
	clear: both;
	padding: 0;
	margin: 0;
	padding-right: 10px;
	padding-left: 110px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
}
#top_search form input {
	width: 100%;
	height: 30px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	text-indent: 10px;
	border-radius: 10px;
}
#top_search a.icon_login img {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 43px;
	top: 12px;
}
#top_search a.icon_logout img {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 74px;
	top: 12px;
}
#top_search a.icon_basket {
	position: absolute;
	left: 13px;
	top: 12px;
}
#top_search a.icon_basket img {
	width: 24px;
	height: 24px;
}
#top_search a.icon_basket span {
	position: absolute;
	left: -5px;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-weight: 300;
	overflow: hidden;
	background-color: #0eba53;
	color: #fff;
	text-align: center;
	font-size: 11px;
	border-radius: 50%;
}

.padding10 {
	padding: 10px;
}
a.pagenum {
	display: inline-block;
	margin: 3px;
	width: 25px;
	height: 25px;
	line-height: 28px;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	font-size: 12.5px;
	color: #333;
	background-color: #eee;
	border:1px solid #ddd;
}
a.pagenum_active {
	color:#ffffff;
	border:1px solid #555555;
	background:#636363;
}
.regform {
	line-height: 25px;
}
.regform input, .regform select {
	width: 100%;
	text-indent: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.regform input[type=checkbox] {
	width: auto;
	margin-top: 3.5px;
	float: right;
	clear: right;
	text-indent: 0;
	padding: 0;
}
.regform input[type=submit] {
	padding: 8px;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	background: #5cb85c;
	color: #fff;
	text-align: center;
	text-indent: 0;
	cursor: pointer;
	font-size: 13px;
	margin-top: 5px;
}
.regform input[type=submit]:hover {
	opacity: .8;
}
.regform span {
	display: block;
	color: #888;
	margin-top: 7px;
	margin-bottom: 3px;
}
.regform2 {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
	border: 1px solid #e8e8e8;
	padding: 10px;
	border-radius: 10px;
}

.item_f_box {
	width:265px;
	display:inline-block;
	padding: 5px;
}
.help_pardakht {
	padding: 15px;
	border-radius: 20px;
	background-color: #eee;
	border: 1px solid #ddd;
	margin-top: 10px;
	margin: 10px;
}

a.whatsapp_support_icon {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 999;
}
a.whatsapp_support_icon img {
	width: 100%;
	height: auto;
}

a.zircatbox {
	display: inline-block;
	width: 100px;
	color: #fff;
	padding: 5px;
	padding-bottom: 5px;
	background-color: #62848b;
	margin: 2px;
	border-radius: 5px;
	font-size: 12px;
	direction: rtl;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
a.zircatbox img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 3px;
}
a.zircatbox:hover {
	transition: .3s;
	opacity: .5;
}
hr.hr1pxccc {
	clear: both;
	margin-left: 40px;
	margin-right: 40px;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin-top: 25px;
	margin-bottom: 25px;
}

.quick_box_1 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.6);
	z-index: 9999;
	display: none;
}
.quick_box_2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-height: 95%;
	overflow-x: auto;
	max-width: 600px;
	background-color: #fff;
	margin-top: 5%;
	position: relative;
	border-radius: 5px;
	direction: rtl;
	text-align: right;
}
.quick_box_3 {
	padding: 15px;
}
.quick_close {
	position: absolute;
	left: 15px;
	top: 20px;
	color: #f00;
	font-size: 25px;
	font-weight: 600;
	cursor: pointer;
}
.quick_box_3 img.mainimage {
	display: block;
	width: 400px;
	height: auto;
	max-width: 60%;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	background-color: #eee;
}

.input-group {
	display: inline-block;
	direction: ltr;
	text-align: center;
	line-height: 20px;
}
button.btn {
	height: 35px;
	width: 35px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	font-family: tahoma !important;
	font-size: 12px;
}
input.productcount {
	border: 0;
	width: 50px;
	display: inline-block;
	height: 35px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	margin: 0;
	padding: 0;
	font-family: tahoma !important;
	font-size: 12px;
	line-height: 20px;
	text-indent: 0;
}
button.btn-danger {
	background-color: #5cb85c;
	border: 1px solid #4cae4c;
	border-right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
button.btn-success {
	background-color: #d9534f;
	border: 1px solid #d43f3a;
	border-left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
span.input-group-btn {
	display: inline-block;
}
#nav_bottom {
	display: none;
	background-color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
	border-top: 1px solid #ddd;
	direction: rtl;
	z-index: 9999;
}
#nav_bottom a {
	display: inline-block;
	width: 19%;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	focus: none;
	padding-bottom: 6px;
	padding-top: 8px;
}

#nav_bottom a img {
	display: block;
	margin: auto;
	width: 24px;
	height: auto;
	margin-bottom: 3px;
}

.ifbignone {
	display: none;
}

/* ReSIZE*/
/* lower than 1200 */
@media screen and (max-width: 1225px) {
	#menu {
		font-size: 12px;
	}
	#menu-link {
		display: block;
	}
	#cat_boxes {
		text-align: center;
	}
	a.cat_box {
		display: inline-block;
		float: none;
		margin-left: 7px;
		margin-right: 7px;
		width: 230px;
		height: 230px;
	}
	a.cat_box:nth-child(1) {
		width: 95%;
		background-size: 230px 230px;
	}
	a.cat_box:nth-child(2) {
		float: none;
		height: 230px;
		margin-right: 10px;
	}
	#headerbox {
		max-width: 95%;
	}
	.course_box {
		width: 24%;
		margin-right: 5px;
	}
	#latest_coursesw .course_box {
		margin-right: 10px;
		margin-left: 10px;
	}
	.products_box {
		width: 21%;
		margin-right: 5px;
	}
	#latest_products .products_box {
		margin-right: 5px;
		margin-left: 10px;
	}

	.product_gallerybox {
		margin-left: auto;
		margin-right: auto;
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.product_pricebox {
		width: 90%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		margin-top: 15px;
	}
	.product_textbox  {
		max-width: 100%;
		padding-right: 0;
		float: none;
	}
	.white_box {
		border-radius: 0;
		border: 0;
		box-shadow: none;
		margin: 0;
	}
	.white_box .white_box_content {
		padding: 10px;
		padding-bottom: 20px;
	}

}


/* lower than 1200px */
@media screen and (max-width: 1200px) {
		.ifsmallnone {
			display: none;
		}
		.ifbignone {
			display: block;
		}
		.menu-container {
			display: none;
		}

		#menuw {
			padding: 5px 0;
		}
		a.search_button {
		    margin-left: 0;
		}
		#search_box {
			max-width: 100%;
			border: 0;
			border-radius: 0;
			margin-left: 0;
			padding-bottom: 5px;
		}
		#search_box input[type=submit] {
			left: 10px;
		}
		a.basket_button {
			width: 50px;
			padding-right: 0;
			padding-left: 0;
			background-color: #fff;
		    margin-left: 0;
		}
		a.basket_button i {
			display: none;
		}
		a.basket_button span {
		    left: 5px;
		    top: 5px;
		    background: #e55151;
		    color: #fff;
		    width: 15px;
		    height: 15px;
		    line-height: 15px;
		    font-size: 11px;
		    opacity: .5;
		}
		a.log_button2 {
			margin-right: 0;
			padding-left: 12px;
			padding-right: 12px;
			margin-top: 12px;
		}
		a.search_button:hover, a.basket_button:hover {
			background-color: transparent;
			opacity: .5;
		}
		a.log_button2 i {
			display: none;
		}
		a.log_button2 img {
			display: block;
		}
		a.reg_button2 {
			margin-right: -7px;
		}

		a.logged_button {
			margin-left: 8px !important;
			padding-left: 8px !important;
		}

		#menu img.logo  {
			margin-top: 3px;
		}

		#footer {
			padding: 20px;
		}
		.f_box {
			float: none;
			margin-left: auto;
			margin-right: auto;
			width: 100%;			
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
			border-radius: 10px;
			height: auto;
			padding-bottom: 30px;
		}
		a.f_article {
			margin-right: 5px;
		}
		a.f_address {
			margin-right: 5px;
			text-align: right;
		}
		a.f_support {
			margin-right: 5px;
		}
		.f_title {
			margin-top: 20px;
			margin-bottom: 20px;
		}

		a.top_image {
			margin: 0;
		}

		.latest_title {
			padding-top: 0;
			padding-bottom: 15px;
			float: none;
			width: 100%;
		}

		#latest_productsw {
			padding-top: 20px;
			padding-bottom: 20px;
		}
		#latest_products {
			text-align: center;
		}
		#latest_products .products_box {
			display: inline-block;
			margin-right: 5px;
			margin-left: 5px;
			margin-bottom: 40px;
		}
		#latest_products .products_box:nth-child(4) {
			display: inline-block;
		}


		#latest_coursesw {
			padding-top: 20px;
			padding-bottom: 20px;
		}
		#latest_courses {
			text-align: center;
		}
		.course_box {
			width: 80%;
			max-width: 215px;
		}
		#latest_courses .course_box {
			margin-bottom: 20px;
			margin-right: 5px;
			margin-left: 5px;
		}
		#latest_coursesw .course_box:nth-child(4) {
			display: inline-block;
		}


}


/* lower than 650px */
@media screen and (max-width: 650px) {

		.products_box {
			width: 80%;
			max-width: 165px;
			margin: 3px;
			margin-bottom: 25px;
			font-size: 14px;
		}
		a.product_cat_box {
			width: 165px;
			height: 220px;
			line-height: 220px;
			margin: 3px;
		}
		.course_details_image {
			float: none;
			display: block;
			width: 90%;
			margin: 10px auto;
			margin-bottom: 15px;
		}
		#menuw {
			border-bottom: 1px solid #ddd;
			position: fixed;
			width: 100%;
			top: 0;
			left: 0;
			z-index: 999;
		}
		body {
			margin-top: 57px;
		}

		a.whatsapp_support_icon {
			bottom: 80px;
		}
		#nav_bottom {
			display: block;
		}
}