/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'tajawal',Barlow, sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:1.7;
}
a{
	text-decoration:none;
	color:#ca851f;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#023878;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
#wrap{
	width:100%;
	overflow:hidden;
	clear:both;
	padding-right:285px;
	padding-left:20px;
}
.width{
	width:100%;
	margin:0px auto;
}
.wraps_is {
	padding: 20px;
	overflow: hidden;
}
/*end body*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #333;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title.withwhite h1,.pages_title.withwhite h2{
	color:#fff;
}
.pages_title h1 {
	font-size: 14px;
	font-weight:600;
	display:inline-block;
	padding:5px 15px;
	color: #000;
	border:2px solid #f39200;
	position:relative;
	margin-bottom:2px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	color: #023878;
	display: block;
	margin-bottom:0px;
}
.pages_title span {
	font-size: 14px;
	font-weight:600;
}
/*end pages title*/
/*start header*/
#header {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	background: #023878;
	position:relative;
	padding: 25px 30px 22px 20px;
}
.logo {
	float: right;
	margin-top:-15px;
}
.logo a{
	display:inline-block;
}
.logo a img{
	height:80px;
}
.social{
	float:right;
	position:relative;
	margin-right:15px;
	z-index:100;
}
.social li{
	display:block;
	float:right;
}
.social li a {
	display: block;
	color: #bbb;
	font-size: 14px;
	font-weight: normal;
	margin-top: 12px;
	margin-left: 5px;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.1);
	text-align: center;
	line-height: 40px;
}
.social li a:hover{
	background:#f39200;
	color:#fff;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.whatsapp a:before{
	content:"\f232";
}
.social li.instagram a:before{
	content:"\f16d";
}
.head_search {
	margin-right: 30px;
	margin-bottom: 6px;
	width: 390px;
	position: relative;
	float: right;
	overflow: hidden;
	margin-top: 14px;
}
.head_search_input {
	background:#fff;
	width:100%;
	position:relative;
	border-radius:5px;
	height: 38px;
	overflow: hidden;
}
.head_search_input input {
	display: block;
	width: 100%;
	height: 100%;
	border:none;
	padding-left:45px;
	line-height:38px;
	padding-right:10px;
	font-family:'tajawal',Barlow, sans-serif;
	font-size: 13px;
	font-weight:600;
	color: #847577;
}
.head_search button {
	height: 38px;
	width: 45px;
	border-right:1px solid #eee;
	border-top:none;
	border-bottom:none;
	border-left:none;
	background: #fff;
	color: #000;
	line-height:38px;
	cursor: pointer;
	font-size: 18px;
	position:absolute;
	left:0px;
	top:0;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.head_search button:hover{
	color:#ca851f;
}
.head_search button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.site_data {
	float: right;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 12px;
}
.site_data li{
	display:block;
	float:right;
	color:#fff;
	cursor:pointer;
	font-size:13px;
	font-weight:400;
	margin-left:30px;
}
.site_data li i{
	float:right;
	color:#f39200;
	font-style:normal;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-size:25px;
	width:30px;
	display:block;
	height:30px;
	line-height:42px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.site_data li:hover i{
	color:#ca851f;
}
.site_data li i.icon_ship:before{
	content:"\f1ba";
}
.site_data li i.icon_phone:before{
	content:"\f11f";
}
.site_data li i.icon_email:before{
	content:"\f2b6";
}
.site_data li span {
	display: block;
	margin-right: 45px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	padding-top: 5px;
}
.site_data li span p,.site_data li span p a {
	font-size: 13px;
	font-weight: 600;
	font-family: Barlow,'tajawal';
	padding-top: 1px;
	color:#fff;
	text-transform: capitalize;
}
.site_data li span p{
	padding-top:0;
}
.logo2 {
	float: left;
	overflow:hidden;
	margin-top:-2px;
}
.logo a{
	display:block;
}
.logo2 img{
	height:64px;
}
/*end header*/
/*start navi*/
#navi.scrolled{
	position:fixed;
	top:0;
	z-index:1000;
	right:0;
}
.nav_fix{
	height:60px;
	width:100%;
	float:right;
	display:none;
}
#navi.scrolled + .nav_fix{
	display:block;
}
#navi{
	clear:both;
	display:block;
	height:60px;
	background:#1e3468;
	float:right;
	width:100%;
}
.navi{
	padding:0px 20px;
}
.navd{
	margin-right:15px;
	float:right;
}
.navd li{
	display:block;
	float:right;
}
.navd li a:hover{
	color:#f39200;
}
.navd li a{
	font-size:13px;
	color:#fff;
	font-weight:600;
	display:block;
	line-height:60px;
	padding:0px 15px;
}
.nav_account{
	float:left;
	height:60px;
	border-right:1px solid rgba(255,255,255,0.1);
}
.nav_account_login,.nav_account_cart{
	float: right;
	display: block;
	padding: 0px 25px;
}
.nav_account_login a {
	display: block;
	line-height: 1.5;
	padding-top: 9px;
	padding-bottom: 9px;
}
.nav_account_login a:hover span,.nav_account_cart:hover span{
	color:#f39200;
}
.nav_account_login a span,.n_a_c_title span{
	color:#fff;
	font-size:13px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	display:block;
}
.nav_account_login a p,.n_a_c_title p{
	font-weight:600;
	font-size:14px;
	color:#f39200;
}
.nav_account_cart{
	cursor:pointer;
	line-height: 1.5;
	padding-left:0px;
}
.n_a_c_img {
	float: right;
	width: 32px;
	height: 32px;
	display: block;
	position: relative;
	margin-top: 13px;
}
.n_a_c_img p {
	width: 17px;
	height: 17px;
	position: absolute;
	top: -3px;
	right: -8px;
	background: #f39200;
	color: #000;
	line-height: 17px;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	border-radius: 20px;
}
.n_a_c_title {
	margin-right: 45px;
	padding-top: 9px;
	padding-bottom:9px;
}
.nav_categories{
	height:60px;
	border-left:1px solid rgba(255,255,255,0.1);
	position:relative;
	width:245px;
	padding-left:15px;
	float:right;
}
.nav_categories_title {
	height: 100%;
	cursor:pointer;
	display: block;
	position:relative;
	width: 100%;
}
.nav_categories_title:before{
	content:"\f0d7";
	color:#f39200;
	position:absolute;
	font-size:15px;
	left:10px;
	font-family:FontAwesome;
	top:28px;
}
.nav_categories_title i{
	font-family:FontAwesome;
	background:rgba(255,255,255,0.2);
	height:36px;
	width:36px;
	margin-top:11px;
	line-height:36px;
	text-align:center;
	font-size:18px;
	display:block;
	font-style:normal;
	color:#fff;
	float:right;
	border-radius:5px;
}
.nav_categories_title i.icon_c_menu:before{
	content:"\f0ca";
}
.nav_categories_title div {
	margin-right: 50px;
	line-height: 1.5;
	padding-top: 9px;
	padding-bottom: 9px;
}
.nav_categories_title div span {
	font-size: 12px;
	margin-bottom:2px;
	color: #fff;
	display:block;
}
.nav_categories_title div p {
	font-weight: 600;
	color: #f39200;
	font-size: 14px;
}
.nav_categories_txt {
	background: #023878;
	border-radius:0px 0px 5px 5px;
	width: 245px;
	z-index:1000;
	position:absolute;
	right:0px;
	top:60px;
	overflow:auto;
}
.nav_categories_txt ul{
	overflow:auto;
}
.nav_categories_txt ul li{
	display:block;
}
.nav_categories_txt ul li a{
	display:block;
	padding:13px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.nav_categories_txt ul li a:before{
	content:"\f100";
	font-family:FontAwesome;
	color:#fff;
	opacity:0.5;
	font-weight:200;
	vertical-align:0px;
	margin-right:5px;
	margin-left:9px;
}
.nav_categories_txt ul li a:hover{
	color:#fff;
	background:#f39200;
	padding-right:20px;
}
/*end navi*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	background-color:#1e3468;
}
.bottom{
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-size:13px;
	padding:15px 30px 15px 60px;
	overflow:hidden;
}
.copyrights{
	float:right;
}
.design{
	float:left;
}
.design a{
	color:#f39200;
}
.design a:hover{
	text-decoration:underline;
}
.design img {
	height: 12px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	line-height:40px;
	text-align:center;
	color:#fff;
	z-index:500;
	cursor:pointer;
	left:10px;
	bottom:5px;
	display:none;
	width:40px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	background:#f39200;
}
.toTop:before{
	font-family:FontAwesome;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#ca851f;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:380px;
	display:block;
	z-index:100;
	background:#f39200;
	overflow:hidden;
	margin:20px auto 20px;
	width:100%;
	position:relative;
	right:0;
}
#progress{
	position:absolute;
	z-index:101;
	bottom:0px;
	left:0px;
	height:10px;
	background:rgba(33,33,33,0.3);
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slidebg{
	background:rgba(33,33,33,0.5);
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:15px;
}
.slider_cont_all{
	display:block;
	text-align:center;
	margin:0px auto;
	padding:0px 80px;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:1002;
	font-weight:700;
	display: inline-block;
	color: #fff;
	font-size: 32px;
	text-align: center;
	margin-bottom:10px;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont p {
	z-index:1002;
	position: relative;
	display: inline-block;
	max-width:700px;
	margin:0px auto;
	color: #fff;
	font-size:25px;
	font-weight:600;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a{
	color:#fff;
	font-size:14px;
	font-weight:600;
	border:1px solid #fff;
	padding:10px 40px;
	display:inline-block;
	margin-top:30px;
	border-radius:100px;
}
.slider_cont a:hover{
	background:#f39200;
	border:1px solid #f39200;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left: 20px;
	top: 43%;
}
.cycle-pager .cycle-pager-active {
	background:#f39200;
}
.cycle-pager span {
	margin-bottom:8px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:1px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:block;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start my_cats_list*/
.my_cats_list {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	border: 1px solid #eee;
}
.my_cats_list ul li{
	display:block;
	float:right;
	width:20%;
	text-align:center;
}
.my_cats_list ul li:nth-child(5n+5) a{
	border-left:none;
}
.my_cats_list ul li a:hover{
	background:#f39200;
	transform:scale(1.03);
	color:#fff;
}
.my_cats_list ul li a {
	padding: 15px;
	color: #000;
	display: block;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.my_cats_list ul li a img {
	display: block;
	margin: 0px auto 15px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
.my_cats_list ul li a h2 {
	font-weight: 600;
	font-size: 13px;
	display: block;
	height: 40px;
	overflow: hidden;
}
/*end my_cats_list*/
/*start my_content*/
.my_content {
	margin:20px auto 20px;
	overflow: hidden;
	display: block;
	clear: both;
}
.my_content_title {
	padding: 10px 25px;
	font-weight: 600;
	font-size: 17px;
	color: #fff;
	background: #f39200;
	display: inline-block;
	margin-bottom: 5px;
}
.my_content_title:before{
	content:"\f009";
	font-weight:normal;
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:5px;
}
.my_content_txt{
	clear:both;
	overflow:hidden;
	display:block;
}
/*end my_content*/
/*start banner*/
.banner{
	clear:both;
	display:block;
	overflow:hidden;
}
.banner_multi{
	display:block;
	float:right;
	text-align:center;
	overflow:hidden;
	width:49%;
}
.banner .banner_multi:last-child{
	float:left;
}
.banner_single{
	display:block;
	width:100%;
	text-align:center;
}
.banner_single a, .banner_multi a {
	display: block;
	position: relative;
	height: 350px;
}
.banner_single a img, .banner_multi a img {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	object-fit: cover;
	object-position: center;
}
.banner_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	padding:15px;
}
.banner_cont_all{
	display:block;
	text-align:center;
	margin:0px auto;
	padding:0px 80px;
}
.banner_cont h2 {
	position:relative;
	z-index:1002;
	font-weight:600;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-bottom:10px;
}
.banner_cont p{
	color:#fff;
	font-size:13px;
	font-weight:600;
	border:1px solid #fff;
	padding:10px 40px;
	display:inline-block;
	margin-top:10px;
	border-radius:100px;
}
.banner_cont p:hover{
	background:#f39200;
	border:1px solid #f39200;
	color:#fff;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
/*end banner*/
/*start my_products*/
.my_products {
	clear: both;
	display: block;
	border:1px solid #eee;
	overflow:hidden;
	width: 100%;
}
.my_products li:nth-child(4n+4){
	border-left:none;
}
.my_products li {
	width: 25%;
	float: right;
	display: block;
	overflow:hidden;
	padding: 25px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.my_prod_all {
	text-align:center;
	width: 100%;
	display:block;
	position:relative;
}
.my_prod_all a{
	margin-bottom:10px;
}
.my_prod_all a{
	display:block;
}
.my_prod_all:hover img{
	transform:scale(1.1);
}
.my_prod_all img {
	height: 225px;
	display:block;
	width:100%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.my_prod_all p {
	position: absolute;
	background: #f39200;
	color: #000;
	top: 8px;
	font-weight:700;
	left: 10px;
	font-family:Barlow,'tajawal';
	padding:4px 9px !important;
	border-radius:2px;
	font-size: 12px;
}
.my_prod_all a {
	position:relative;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.my_prod_all a:hover{
	color:#ca851f;
}
.my_prod_price {
	clear: both;
	display: block;
	margin-bottom: 5px;
	font-family:Barlow,'tajawal';
	overflow: hidden;
}
.my_prod_price span {
	font-weight: 700;
	display: inline-block;
	font-size: 20px;
	color: #e33725;
}
.my_prod_price i {
	font-style: normal;
	font-size: 15px;
	font-weight: 600;
	color: #555;
}
.my_prod_price b {
	font-weight: 600;
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
	position:relative;
	color: #555;
}
.my_prod_price b:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background: #f39200;
	top: 17px;
	right: -1px;
}
.my_prod_rate {
	clear: both;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	direction:ltr;
}
.my_prod_rate span::before {
	content: "\f005";
	font-family: FontAwesome;
}
.my_prod_rate span {
	display: inline-block;
	margin-right: 1px;
	margin-left: 1px;
	color: #aaa;
	font-size: 12px;
}
.my_prod_rate span.rate {
	color: #f39200;
}
.my_prod_cart {
	clear: both;
	display: block;
	overflow: hidden;
}
.my_prod_cart_wish:before{
	font-family:FontAwesome;
	content:"\f004";
}
.my_prod_cart_wish {
	width: 35px;
	height: 35px;
	background: none;
	border: 1px solid #000;
	border-radius: 4px;
	line-height: 30px;
	font-size: 13px;
	color: #666;
	float: right;
	display: block;
	cursor: pointer;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.my_prod_cart_wish:hover{
	color:#fff;
	background:#f39200;
	border:1px solid #f39200;
}
.my_prod_cart_add_div {
	margin-right: 45px;
	overflow: hidden;
}
.my_prod_cart_add {
	width: 100%;
	height: 35px;
	background: none;
	border: 1px solid #000;
	border-radius: 4px;
	font-family:'tajawal',Barlow, sans-serif;
	line-height: 30px;
	font-size: 13px;
	color: #666;
	float: right;
	font-weight:600;
	display: block;
	cursor: pointer;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.my_prod_cart_add:hover{
	color:#fff;
	background:#f39200;
	border:1px solid #f39200;
}
.my_prod_cart_add:after{
	font-family:FontAwesome;
	content:"\f07a";
	margin-right:10px;
	vertical-align:0px;
}
/*end my_products*/
/*start account list content*/
.ul_my_account_data {
	margin: 0;
}
.ul_my_account_data li {
	display:block;
}
.ul_my_account_data li a {
	display: block;
	padding: 12px 15px;
	border-bottom: 1px solid #eee;
	color: #000;
	font-weight: 600;
	font-size: 14px;
}
.ul_my_account_data li a:hover,.ul_my_account_data li.active a {
	background:#f39200;
	color: #fff;
	padding-right:20px;
}
.sub_content {
	clear: both;
	display: block;
}
.alert {
	margin-top: 20px;
	margin-bottom: 5px;
}
.ul_my_account_data li .sub_content ul li a {
	padding-right: 30px;
	background:#fff;
	color:#000;
}
.ul_my_account_data li .sub_content ul li a:hover,.ul_my_account_data li .sub_content ul li.active a{
	background:#f8f8f8;
}
.ul_my_account_data li .sub_content ul li a:before {
	content:"--";
	vertical-align:0px;
	margin-left:10px;
}
/*end account list content*/
/*start my_filter_list*/
.my_filter_list{
	clear:both;
	display:block;
}
.my_filter_list h3{
	font-weight:600;
	font-size:14px;
	color:#000;
	display:block;
	margin:0;
	padding:15px;
}
.my_filter_list .list-group-item {
	border-right: none;
	border-left: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.my_filter_list .panel-footer{
	background:none;
	border-top:none;
}
/*end my_filter_list*/
/*start my_content_html*/
.my_content_html{
	padding:15px;
}
.my_content_html p{
	margin:0;
}
/*end my_content_html*/
/*start breadcrumb*/
.breadcrumb {
	background: #023878;
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom:20px;
	color: #aaa;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:after {
	content: "|";
	display: inline-block;
	vertical-align: 0px;
	margin-right: 5px;
	margin-left: 0px;
}
.breadcrumb li:last-child:after{
	display:none;
}
.breadcrumb li a {
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 12px 10px;
}
.breadcrumb li a:hover{
	color:#f39200;
}
/*end breadcrumb*/
/*start shopping*/
#cart .dropdown-menu{
	margin:0;
	padding:0;
	border-radius:0;
	border:1px solid #ddd;
	max-width:305px;
	top:auto;
}
#cart .table.table-striped td {
	vertical-align: middle;
	border:none;
}
#cart .table.table-striped tr td:last-child {
	border-left: none;
}
#cart .table.table-striped .btn {
	height: auto;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
	color:#666;
	font-size:14px;
}
#cart .table.table-bordered, #cart .table.table-bordered td {
	border-right: none;
	border-left: none;
}
#cart .table.table-bordered tr td:first-child {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#cart .table.table-bordered tr td:last-child {
	border-left: 1px solid #eee;
}
#cart p a strong {
	font-weight: 600;
	font-size: 13px;
	border: 1px solid #ddd;
	color: #555;
	padding: 4px 10px;
}
#cart p a:hover strong {
	border: 1px solid #f39200;
	background:#f39200;
	color: #fff;
}
.dropdown-menu li div{
	padding:0px 10px;
}
#cart .table.table-striped tr {
	border-bottom: 1px solid #eee;
}
.table.table-bordered button {
	height: 42px;
	line-height: 17px;
}
#content .panel-default .panel-heading {
	padding: 15px;
	border: 1px solid #eee;
}
#content .panel-default input,#content .panel-default select {
	height: 45px;
}
#button-quote {
	margin-top: 15px;
	line-height: 18px;
}
#content .panel-default input[type="radio"], #content .panel-default input[type="checkbox"] {
	height: auto;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	margin-bottom: 10px;
	margin-top: 5px;
}
.my_succ_go {
	padding: 15px;
}
#content .my_succ_go p {
	padding: 15px 0px;
}
.table-bordered .btn {
	line-height: 17px;
	height: auto;
}
/*end shopping*/
/*extra*/
.my_slider_thumbnails{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	direction:ltr;
}
.my_slider_thumbnails.slick-initialized {
	visibility:visible;
}
.my_slider_thumbnails li{
	float:left;
	width:100%;
	height:auto;
}
.my_slider_thumbnails .thumbnail {
	border: none !important;
	cursor:zoom-in;
	margin-bottom:0px;
}
.my_slider_thumbnails {
	border: 1px solid #ddd;
	border-radius: 3px;
	overflow: hidden;
}
.slick-dotes {
	clear: both;
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}
.slick-dotes li {
	display: inline-block;
	width: 93px;
	border: 1px solid #ddd;
	height: 93px;
	overflow: hidden;
	margin-left: 7px;
	padding: 5px;
	border-radius: 3px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.slick-dotes li:hover,.slick-dotes li.slick-active{
	border: 1px solid #f39200;
}
.slick-dotes li a{
	cursor:pointer;
}
.slick-dotes li img {
	width: 100%;
	height: 100%;
}
.my_table_for_desc {
	width: 100%;
}
.my_table_for_desc table {
	width: 100%;
	margin-top: 15px;
	margin-bottom:15px;
}
.my_table_for_desc table tr:nth-child(2n+2) {
	background: #f8f8f8;
}
.my_table_for_desc table th, .my_table_for_desc table td {
	padding: 15px 10px;
	border: 1px solid #eee;
	text-align:right !important;
}
.my_table_for_desc table th {
	width: 25%;
	font-weight: 600;
	font-size: 14px;
}
.my_img_checko {
	display: inline-block;
	width: 60px;
	cursor:pointer;
	margin-left:7px;
	margin-top:10px;
	height: 60px;
	position: relative;
}
.my_img_checko input[type="checkbox"]:checked + img.img-thumbnail,.my_img_checko input[type="radio"]:checked + img.img-thumbnail{
	border:2px solid #f39200;
}
.my_img_checko input {
	display: none;
}
.my_img_checko img {
	width: 100%;
	height: 100%;
	cursor:pointer;
	display:block;
}
#content .my_img_checko:hover p{
	opacity:1;
}
#content .my_img_checko p{
	border-radius:3px;
	position: absolute;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	text-align:center;
	-o-transition: all 300ms;	
	background: #000;
	padding: 5px;
	font-size: 11px;
	color: #bbb;
	opacity:0;
	bottom: -33px;
	right: -30px;
	width: 115px;
}
#content .my_img_checko p:before {
	content: "";
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid #000;
	display: block;
	position: absolute;
	top: -9px;
	width: 5px;
	right: 50%;
}
#cart .img-thumbnail {
	max-width: 50px;
}
.table.table-bordered img {
	max-width: 50px;
}
#content .my_login_go_check #button-login {
	margin-top: 15px;
	min-width: 100px;
	margin-right: 15px;
}
#content .my_login_go_check a {
	clear: both;
	margin-right: 15px;
	margin-top:15px;
	display:inline-block;
}
#content .my_login_go_check label {
	margin-bottom: 10px;
}
.panel-body {
	border: 1px solid #eee;
}
.panel.panel {
	box-shadow: none;
}
#content .panel-default .panel-heading {
	background: #f0f0f0 !important;
	padding:0px !important;
	color: #333 !important;
	border: none !important;
}
#content .panel-default .panel-heading h4 {
	display: block;
	padding: 20px 15px;
	position: relative;
	color: #333;
	background: #fff;
	border: 1px solid #eee;
}
#content .panel-default .panel-heading a{
	display:block;
	color: #333;
}
#content .panel-default .panel-heading a i {
	display: block;
	float: left;
	color:#333;
}
#d_quickcheckout {
	padding: 20px;
}
#d_quickcheckout .col-md-4 {
	float: right !important;
	padding-right: 0px !important;
}
#d_quickcheckout .col-md-8 {
	float: left !important;
	padding: 0px !important;
}
.my_new_content_for_check #d_quickcheckout .login-btn-group {
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 3px;
}
.my_new_content_for_check #d_quickcheckout .login-btn-group .btn.btn-primary.active {
	background: #ecb444;
	border: none;
}
.my_new_content_for_check #d_quickcheckout .login-btn-group .btn {
	background: none;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	height: 45px;
	line-height: 30px;
	border-left: 1px solid #eee;
}
.my_new_content_for_check #d_quickcheckout .login-btn-group button.btn{
	border-left:none;
}
.my_new_content_for_check .icon {
	margin-left: 5px;
}
.my_new_content_for_check #d_quickcheckout .col-xs-5 {
	float: right;
	padding-right: 0px;
}
.my_new_content_for_check #d_quickcheckout .panel-default {
	padding: 0px;
	border: none;
}
.my_new_content_for_check #d_quickcheckout .col-xs-7 {
	float: left;
	padding: 0px;
}
.my_new_content_for_check #d_quickcheckout .form-horizontal .form-group {
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.my_new_content_for_check #d_quickcheckout .panel-body {
	padding: 0px;
}
#content.my_new_content_for_check .form-group label {
	font-size: 13px;
	font-weight: 400;
	padding-top: 11px;
}
#content.my_new_content_for_check .form-group input:focus,#content.my_new_content_for_check .form-group select:focus,
.my_new_content_for_check #d_quickcheckout #confirm_form textarea:focus,.my_new_content_for_check #d_quickcheckout #confirm_form input:focus{
	border-color: #f39200;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 210, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 210, 0, .6);
}
.my_new_content_for_check .sort-item.heading hr{
	display:none;
}
.my_new_content_for_check .sort-item.heading {
	background: #cb972f;
	color: #fff;
	padding: 10px;
}
.my_new_content_for_check #d_quickcheckout .checkbox input[type="checkbox"], .my_new_content_for_check #d_quickcheckout .checkbox-inline input[type="checkbox"], .my_new_content_for_check #d_quickcheckout .radio input[type="radio"], .my_new_content_for_check #d_quickcheckout .radio-inline input[type="radio"] {
	position: static;
	margin-right: 0px;
	margin-left: 5px;
	vertical-align: -2px;
}
#content.my_new_content_for_check .panel-default input[type="radio"], #content .panel-default input[type="checkbox"] {
	margin-left: 5px;
}
.my_new_content_for_check #d_quickcheckout a{
	color:#cb972f;
}
.my_new_content_for_check #d_quickcheckout a:hover{
	color:#ed593b;
	text-decoration:none;		
}
.my_new_content_for_check #d_quickcheckout .close {
	float: left;
	margin-top: -1px;
}
#content.my_new_content_for_check #login_form .form-group label {
	padding: 0px;
	margin: 0px 0px 10px;
}
.my_new_content_for_check #d_quickcheckout .modal-body {
	padding: 0px;
	margin: 0px;
}
.my_new_content_for_check #d_quickcheckout .row {
	margin: 0px;
}
.my_new_content_for_check #d_quickcheckout .form-group {
	margin-bottom: 0px;
}
.my_new_content_for_check #d_quickcheckout #login_form a {
	margin-top: 10px;
	display: inline-block;
}
.my_new_content_for_check #d_quickcheckout .btn-primary:hover,.my_new_content_for_check #d_quickcheckout .btn-primary:active,.my_new_content_for_check #d_quickcheckout .btn-primary.active,.my_new_content_for_check #d_quickcheckout .btn-primary.disabled,.my_new_content_for_check #d_quickcheckout .btn-primary[disabled]{
	background:linear-gradient(to bottom, #eee, #eee);
	background-color: #eee;
	border:1px solid #eee;
	color:#666;
	box-shadow:none;
}
.my_new_content_for_check #d_quickcheckout .btn-primary.active,.my_new_content_for_check #d_quickcheckout .btn-primary.focus,.my_new_content_for_check #d_quickcheckout .btn-primary:active,.my_new_content_for_check #d_quickcheckout .btn-primary:focus,.my_new_content_for_check #d_quickcheckout .btn-primary:hover, .my_new_content_for_check #d_quickcheckout .open > .dropdown-toggle.btn-primary{
	background:#cb972f;
	border:1px solid #cb972f;
	box-shadow:none;
}
.my_new_content_for_check #d_quickcheckout .btn-primary {
	background:linear-gradient(to bottom, #efb237, #efb237);
	background-color: #efb237;
	border-color: #efb237 #efb237 #efb237;
	box-shadow:none;
}
.my_new_content_for_check #d_quickcheckout .checkbox, #d_quickcheckout .radio {
	padding: 10px;
	margin: 0px;
	border-bottom: 1px solid #eee;
}
.my_new_content_for_check #d_quickcheckout .checkbox,.my_new_content_for_check #d_quickcheckout .radio{
	padding: 10px;
	margin: 0px;
	border-bottom: 1px solid #eee;
}
.my_new_content_for_check #d_quickcheckout #shipping_method_list strong {
	padding: 10px 15px 0px;
	display: block;
}
.my_new_content_for_check #d_quickcheckout #shipping_method .radio label .price, .my_new_content_for_check #d_quickcheckout #payment_method .radio label .price {
	float: none;
	margin-right: 5px;
}
.my_new_content_for_check #d_quickcheckout .qc-checkout-product.panel-body table {
	margin: 15px;
	width: auto;
}
.my_new_content_for_check #d_quickcheckout .qc-checkout-product.panel-body table td {
	vertical-align: middle;
	text-align: center;
}
.my_new_content_for_check #d_quickcheckout .qc-checkout-product.panel-body table td img {
	display: inline-block;
	max-width: 50px;
}
.my_new_content_for_check #d_quickcheckout .qc-checkout-product.panel-body table td .btn.btn-primary {
	border-radius: 0px;
}
.my_new_content_for_check #d_quickcheckout .qc-checkout-product.panel-body table td .btn.btn-danger {
	border-radius: 0px;
}
.my_new_content_for_check #d_quickcheckout .col-sm-4 {
	float: right;
	padding-right: 0px;
}
.my_new_content_for_check #d_quickcheckout .col-sm-8 {
	float: left;
	padding-right: 0px;
}
.my_new_content_for_check #d_quickcheckout .col-sm-8 button {
	border-radius: 0px;
}
.my_new_content_for_check #d_quickcheckout .col-sm-8 input {
	border-radius: 0px;
}
.my_new_content_for_check #d_quickcheckout .qc-totals .row {
	border-bottom: 1px solid #eee;
	padding: 10px;
	margin:0px;
}
.my_new_content_for_check #d_quickcheckout h2 {
	font-size: 16px;
	padding: 10px 0px;
	height: auto;
	display: block;
	margin: 0px;
	line-height: normal;
}
#content.my_new_content_for_check #d_quickcheckout p {
	margin: 0px;
	padding: 15px 0px;
}
.my_new_content_for_check #d_quickcheckout #confirm_form label {
	display: block;
	margin-bottom: 10px;
}
.my_new_content_for_check #d_quickcheckout .col-md-4 .qc-step .panel-body {
	padding: 10px 15px;
}
.my_balance_yes_txt {
	position: fixed;
	left: 0px;
	top: 50%;
	background: #f39200;
	z-index:1000;
	color: #000;
	text-align: center;
	padding: 10px;
	line-height: 0.8;
	border: 1px dashed #f39200;
}
.my_balance_yes_txt p {
	margin: 0px 0px 7px;
	font-size: 11px;
}
.my_balance_yes_txt b {
	font-size: 15px;
}
/*extra*/
.cart_my_all {
	background: none;
	border: none;
	text-align: inherit;
}
.my_content_html {
	background: #f8f8f8;
	border: 1px solid #eee;
}
.ul_my_account_data {
	border: 1px solid #eee;
}
.my_prod_cat_lista_top {
	text-align: center;
	margin-bottom: 30px;
}
.container {
	height: 100%;
	padding-bottom: 50px;
}
/*start mapcontact*/
#map_contact {
	clear: both;
	display: table;
	width: 100%;
	overflow: hidden;
}
.map_contact_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	height: 100%;
	position:relative;
	border-left:1px solid #ddd;
}
.map_contact_left {
	display: table-cell;
	width: 50%;
	padding:25px 15px;
	vertical-align: top;
	height: 100%;
}
#maphome {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mapouter,.gmap_canvas,.map iframe{
	width:100% !important;
	height:100% !important;
}
/*end mapcontact*/
/*start contact_form*/
#contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form_right {
	display: block;
	width: 100%;
	padding:30px 0px 30px 0;
}
.contact_form_details_list{
	clear:both;
	overflow:hidden;
}
.contact_form_details_list li {
	display:block;
	padding: 10px;
	font-weight:500;
	margin-bottom:5px;
	color: #000;
	background: #fff;
	border: 1px solid #eee;
}
.contact_form_details_list li span {
	display: inline-block;
	color: #000;
	font-weight:700;
	font-size: 14px;
}
.contact_form_details_list li span:before{
	font-family:FontAwesome;
	color:#f39200;
	vertical-align:middle;
	font-size:20px;
	font-weight:normal;
	margin-left:10px;
}
.contact_form_details_list li.cphone span:before{
	content:"\f10b";
}
.contact_form_details_list li.cmail span:before{
	content:"\f0e0";
}
.contact_form_details_list li.cdate span:before{
	content:"\f017";
}
.contact_form_details_list li.caddress span:before{
	content:"\f041";
}
.contact_form_details_list li.ctime span:before{
	content:"\f017";
}
.contact_form_details_list li p{
	padding-right:30px;
	display:block;
	color:#555;
}
.contact_form_left{
	width:100%;
	clear:both;
}
.contact_form_text{
	clear:both;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	color:#666;
	font-size:12px;
	line-height:2.3;
}
.contact_form_frame{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
}
.contact_form_frame label{
	width:49.8%;
	float:right;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label:nth-child(2n+2){
	float:left;
}
.contact_form_frame label.msg_contact_form{
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label textarea{
	min-height:200px;
}
.contact_form_frame label input,.contact_form_frame label textarea{
	display:block;
	background:#fff;
	border:1px solid #ddd;
	padding:10px;
	font-family:'tajawal',Barlow, sans-serif;
	font-size:15px;
	color:#444;
	font-weight:600;
	width:100%;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus{
	border:1px solid #f39200;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#f39200;
	font-family:'tajawal',Barlow, sans-serif;
	color:#fff;
	font-size:15px;
	font-weight:600;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#023878;
	color:#fff;
}
#wrap1{
	margin:0px -20px;
}
.contact_form_frame .text-danger {
	font-weight: 600;
	font-size: 12px;
	margin-top: 5px;
}
/*end contact_form*/
.my_new_buttons {
	clear: both;
	display: block;
	margin-top: 15px;
	overflow: hidden;
}
.my_new_buttons_whatsapp, .my_new_buttons_phone {
	display: block;
	float: right;
	width: 49%;
	text-align: center;
}
.my_new_buttons_phone{
	float:left;
}
.my_new_buttons_whatsapp a, .my_new_buttons_phone a {
	background: #023878;
	color: #fff;
	height: 45px;
	display: block;
	border-radius: 5px;
	line-height: 45px;
}
.my_new_buttons_whatsapp a:hover, .my_new_buttons_phone a:hover{
	background: #f39200;
}
.my_new_buttons_whatsapp a:before, .my_new_buttons_phone a:before {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align: 0px;
	margin-left: 5px;
	display: inline-block;
}
.my_new_buttons_phone a:before{
	content:"\f11f";
}
.my_new_buttons_whatsapp a:before{
	content:"\f232";
}
.my_quant {
	overflow: hidden;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.my_quant .control-label {
	float: right;
	padding-top: 7px;
}
.my_quant_do {
	float: left;
}
.my_quant_do button {
	float: right;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: none;
	display: block;
	font-size: 16px;
}
.my_quant_do input {
	height: 35px;
	display: block;
	float: right;
	width: 60px;
	text-align: center;
}
.my_quant_do_inc {
	border-radius: 0px 5px 5px 0px;
}
.my_quant_do_min {
	border-radius: 5px 0px 0px 5px;
}