/*
	@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,700');
*/
/* GENERAL */
@font-face{
    font-family: "CoconNextArabic-Regular";
    src: url("../fonts/coco/CoconNextArabic-Regular.eot");
    src: url("../fonts/coco/CoconNextArabic-Regular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/coco/CoconNextArabic-Regular.woff")format("woff"),
        url("../fonts/coco/CoconNextArabic-Regular.woff2")format("woff2"),
        url("../fonts/coco/CoconNextArabic-Regular.ttf")format("truetype"),
        url("../fonts/coco/CoconNextArabic-Regular.svg#CoconNextArabic-Regular")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@charset "UTF-8";
body.rtl{direction:rtl;font-family: "CoconNextArabic-Regular";}

body.rtl .dropdown-menu{float:right;text-align:right}
body.rtl .close{float:left}
body.rtl .float-start{float:right !important}
body.rtl .float-end{float:left !important}


 body.rtl h1, body.rtl h2, body.rtl h3,body.rtl h4,body.rtl h5,body.rtl h6 {
	font-family: "CoconNextArabic-Regular";
	font-weight: 500;
	color: #323335;
	margin-top: 10px;
	margin-bottom: 10px;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:14px;
	line-height: 23px;
	color: #727272;
}

a, .sppb-btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
	background-color: transparent;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
}
a:focus, a:hover {
	color: #101010;
}
a {
	outline: medium none !important;
	color: #727272;
}

a {
	color: #0090ff;
	text-decoration: none;
	transition: all 0.3s ease;
}
a:hover {
	color: #1d2025;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	
	font-weight: 500;
	color: #323335;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4 {
	margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;
}

h2 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;
}

h3 {
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 18px;
	font-style: normal;
}

h4 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 18px;
	font-style: normal;
}

h5 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 16px;
	font-style: normal;
}

h6 {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
	font-style: normal;
}

ul {
	list-style-type: none;
}


/* */

/* HEADER */

#sp-top-bar {background-color: #e1a709;}

#sp-header {
	background: rgba(50, 51, 53, 0.9);
	height: inherit;
	left: 0;
	/*position: absolute;*/
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.sp-header1 {
	background: rgba(50, 51, 53, 0.3);
	height: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.sp-header1b {
	background: rgba(50, 51, 53, 0.1);
	height: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.sp-header1c {
	background: rgba(50, 51, 53, 0);
	height: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.sp-header2 {
	background: rgba(50, 51, 53, 0.9);
	height: inherit;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


#sp-header.header-sticky {
	position: fixed;
	z-index: 9999;
	box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
	-webkit-transition: all .6s;
	transition: all .6s;
	background: rgba(50, 51, 53, 0.9);
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
}

@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
/*
@media (max-width: 991px) {
	#sp-logo.has-border{
		width:70%;
	}
	
	#sp-menu {
		width:30%;
	}
}*/ 

#sp-header .logo {
	height: inherit;
	display: inline-flex;
	margin: 0;
	align-items: center;
}

#sp-header .logo a {
	margin-top: 5px;
}

.logo-image {
	height: unset !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 35px 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-transform: uppercase;
}

body.rtl .sp-megamenu-parent > li > a, body.rtl .sp-megamenu-parent > li > span{
	font-size:20px;
}

#sp-header a:active {
    color: #E1A709;
}

.sp-megamenu-parent > li.sp-has-child > a::after, .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}

.sp-megamenu-parent > li > a > i, .sp-megamenu-parent > li > span > i {
	color: #e9b015;
}

/* SUBMENU */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.07);
	padding: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	border-bottom: 1px solid #f0f0f0;
	text-transform: uppercase;
	position: relative;
}

.sp-megamenu-parent .no-uppercase .sp-dropdown li.sp-menu-item {text-transform: capitalize;}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 14px;
	line-height: 23px;
	display: block;
	padding: 12px 23px;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	margin-left: 5px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item .sp-menu-item {text-transform: capitalize;}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item .sp-menu-item a {font-weight: 400;}


.sp-megamenu-parent .left-drop .sp-dropdown.sp-dropdown-sub {
	top: 0;
	left: auto;
	right: 100%;
}

.sp-megamenu-parent .sp-mega-group {
	list-style: none;
	padding: 20px 0px 30px 0px;
	margin: 0;
}

.sp-megamenu-parent .sp-mega-group > li > a {
	text-transform: uppercase;
	padding: 12px 23px;
	letter-spacing: 0.5px;
	padding-bottom: 10px;
	font-weight: 600;
	margin: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-mega-group li.sp-menu-item {
	border-bottom: 0px solid #f0f0f0;
	text-transform: none;
	position: relative;
}

.sp-megamenu-parent .sp-dropdown .sp-mega-group li.sp-menu-item a {
	padding: 8px 23px;
	font-weight: 400;
}

.sp-megamenu-parent .sp-dropdown .sp-mega-group li.sp-menu-item a i {margin-right: 3px;}

/* */

.padding-percent1 {padding: 10%;}


/* PORTFOLIO DEFAULTS */

.featherlight {
  top: 11%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-img {
	display: block;
	width: 100%;
	height: auto;
}

.sp-simpleportfolio .sp-simpleportfolio-description {
	width: 100%;
	float: none;
	margin-top: 40px;
}

.sp-simpleportfolio .sp-simpleportfolio-description .clearfix {height: 1px;}

.sp-simpleportfolio .sp-simpleportfolio-description ul {
	width: 100%;
	padding: 40px;
	border: 1px solid #f1f1f1;
	margin-bottom: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-description ul li {
	padding: 0 0 10px 0;
	margin: 0px;
}

.sp-simpleportfolio .sp-simpleportfolio-description ul li strong {
	color: #323335;
	display: inline-block;
	font-weight: 700;
	width: 150px;
}

.sp-simpleportfolio .sp-simpleportfolio-description h4 {
	font-weight: 700;
}

#sp-main-body {
	padding: 90px 0;
}

.com-spsimpleportfolio #sp-left, .com-spsimpleportfolio #sp-right {padding-top: 0; padding-bottom: 0;}
@media (min-width: 992px) {.com-content #sp-left, .com-content #sp-right {padding-top: 0; padding-bottom: 0;}}





/* */

/* BOTTOM */

#sp-bottom {
	padding: 75px 0 25px 0;
	margin: 0px;
	background: #161616;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 23px;
	color: #727272;
}

#sp-bottom .sp-module .tagspopular ul > li,
#sp-bottom .sp-module .sppb-link-list-wrap ul > li {
	display: inline-block;
	margin-bottom: 0 !important;
}

#sp-bottom .sp-module ul > li {
	margin-bottom: 0 !important;
}

#sp-bottom .sp-module {
	margin-bottom: 0;
}

#sp-bottom .sp-module .tagspopular ul > li > a {
	font-size: 14px;
	font-weight: normal;
	margin: 6px 6px 0 0;
	display: inline-block !important;
	padding: 4px 12px;
	color: #e4e4e4;
	border: 1px solid #383838;
	text-decoration: none;
	transition: all 0.3s ease;
}

#sp-bottom .sp-module .tagspopular ul > li > a:hover {
	color: #e1a709;
	border: 1px solid #e1a709;
}

#sp-footer {
	font-size: 14px;
	color: #858585;
	margin: 0;
	padding: 26px 0;
	text-align: center;
}

#sp-footer .container-inner {
	padding: 0;
	border-top: 0px solid rgba(255, 255, 255, .1);
}

/* */

/* RESPONSIVE */

@media (max-width: 768px) {
	.owl-item .feature-box-4{margin: 20px 0;}
}

/* */

/* HOME LAYOUT 2 & 3 */

#sp-top-bar {
	padding: 3px 0 12px 0;
	font-size: 0.875rem;
}

.sp-contact-info {
	padding-top: 10px;
}

.sp-contact-info li span {
	display: none;
	font-size: 100%;
}

#sp-top-bar .sp-contact-info li a {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin: 0px;
}

#sp-top2 {text-align: right;}

#sp-top2  ul {
	padding-top: 10px;
	margin-bottom: 0;
	padding-left: 0;
}

#sp-top2  ul li {
    color: #fff;
    text-align: right;
    font-size: 14px;
    margin: 0px;
    padding: 0 10px 0 0px;
	display: inline-block;
}

#sp-top2  ul li a:hover {opacity: .8;}

#sp-header.dark-header {
	background: #000;
	height: inherit;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#sp-header.dark-header.header-sticky {position: fixed; background: rgba(50, 51, 53, 0.9);}

#sp-header.dark-header .sp-megamenu-parent > li > a, #sp-header.dark-header .sp-megamenu-parent > li > span {
	padding: 30px 15px;
	font-weight: 500;
}

#sp-header.dark-header .sp-megamenu-parent > li.active > a {
    font-weight: 500;
}

/* */

/* HOME LAYOUT 4 */

#sp-top-bar.white-header {
	padding: 25px 0;
	background-color: #323335;
}

#sp-top-bar.white-header .sp-module {
	display: block;
	margin: 0;
}

#sp-header.white-header {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}

#sp-header.white-header.header-sticky {
	position: fixed;
	background: #fff;
}

#sp-header.white-header .sp-megamenu-parent > li > a, #sp-header.white-header .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 30px 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-transform: uppercase;
	color: #101010;
}

#sp-header.white-header .sp-megamenu-parent {
	float: none;
}

#sp-header.white-header .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
	left: 0;
	right: auto;
}

/* */

/* PAGE TITLE */

.sp-page-title {
	padding: 190px 0 150px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	text-align: center;
}

.sp-page-title h2 {
	font-weight: 700;
	color: #e1a709;
	margin-top: 0;
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 20px;
	font-style: normal;
}

.sp-page-title h3 {
	width: 55% !important;
	margin: 0 auto;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	line-height: 23px;
}

/* */

/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

#sp-right, #sp-left {padding-top: 0px; padding-bottom: 90px;}

#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
	margin-top: 0;
}

#sp-left .sp-module, #sp-right .sp-module {
	margin-top: 60px;
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	border-bottom: 0px solid #f3f3f3;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 23px;
	margin-top: 10px;
	padding: 0;
}

.form-control, .form-control:focus {
	display: block;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 1px solid #e4e4e4 !important;
	height: 45px;
	padding: 10px;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	box-shadow: none !important
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 1px solid #ececec;
}

.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	color: #0090ff;
	text-decoration: none;
	transition: all 0.3s ease;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 23px;
}

#sp-left .sp-module ul > li a:hover, #sp-right  .sp-module ul > li a:hover {
    color: #87d37c;
    text-decoration: none;
}

.latestnews img {
	width: 80px;
	height: 80px;
	margin: 0px 20px 0px 0px;
}

.media-body span a {
	padding: 0 !important;
margin: 0 !important;
text-transform: uppercase;
font-size: 16px;
line-height: 21px;
font-weight: 500;
color: #323335;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
transition: all 0.3s ease;
}

.media-body span a:hover {
	color: #2cd774;
}

.media-body small {
	display: block;
	padding-top: 10px;
	font-size: 13px;
	color: #b9b9b9;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
}

.latestnews li {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.latestnews li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

#sp-left .sp-module .tagspopular ul > li, #sp-right .sp-module .tagspopular ul > li,
#sp-left .sp-module .sppb-addon-gallery ul > li, #sp-right .sp-module .sppb-addon-gallery ul > li {
	display: inline-block;
	border-bottom: 0px solid #ececec;
}

#sp-left .sp-module .sppb-addon-gallery ul > li, #sp-right .sp-module .sppb-addon-gallery ul > li {
	margin: 4px 4px 0 0;
}

#sp-left .sp-module .sppb-addon-gallery  ul > li > a, #sp-right .sp-module .sppb-addon-gallery  ul > li > a {
	padding: 0;
}

#sp-left .sp-module .tagspopular ul > li > a, #sp-right .sp-module .tagspopular ul > li > a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	color: #727272;
	margin: 0 10px 10px 0;
	padding: 5px 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 23px;
}

#sp-left .sp-module .tagspopular ul > li > a:hover, #sp-right .sp-module .tagspopular ul > li > a:hover {
	background-color: #323335;
	color: #fff;
}

/* */

.password-group .input-group-prepend {display: none;}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}


.white-popup-block {
	background: #fff;
	padding: 40px;
	text-align: left;
	max-width: 700px;
	margin: 40px auto;
	position: relative;
}

/* BLOG */

.com-content #sp-main-body {
	background-color: #f3f3f3;
}

.blog-white-bg #sp-main-body {
	background-color: #fff;
}

.article-list .article {
	margin-bottom: 40px;
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 0;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	float: none !important;
}

.article-body {
	padding: 60px;
	background-color: #fff;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
	transition: all 0.3s ease-out 0s;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 18px;
	font-style: normal;
	font-weight: 400;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.article-info {
	margin-bottom: 0;
}

.article-info > span, .article-info > span > a {
	font-size: 13px;
	color: #b9b9b9;
	margin-right: 15px;
}

.article-info > span + span:before {
	display: none;
}

.article-introtext {
	margin-top: 20px;
}

.article-introtext p {
	margin-top: 0;
	margin-bottom: 0;
}

.article-list .article .readmore {
	font-size: inherit;
}

.article-list .article .readmore a {
	font-size: 14px;
	padding: 10px 20px;
	color: #727272;
	background-color: #101010;
	border-radius: 0;
	box-shadow: none;
	display: inline-block;
	margin: 45px 5px 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
}

.article-list .article .readmore a:hover {
	color: #727272;
	background-color: #323335;
}

/* SINGLE */

.article-details {background: #fff; padding-bottom: 40px;padding-top: 40px;}

.article-details > div {padding-left: 40px; padding-right: 40px;}

.article-details > div.article-full-image {padding: 0;}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
}

.article-details blockquote {
	font-size: 16px;
	font-style: italic;
	border-left: 3px solid #e9b015;
	padding: 15px 0 15px 20px;
	margin: 35px 0 35px 40px;
	line-height: 2;
	font-weight: 500;
}

.mt-3, .my-3 {
	margin-top: 2rem !important;
}

/* */

/* J2 SHOP */

.j2store-product-list, .j2store-single-product.simple, .view-carts #sp-component, .view-checkout #sp-component, .view-myprofile #sp-component {padding-top: 80px; padding-bottom: 80px}

.j2store-single-product {
	margin-bottom: 40px;
}

.j2store-product-images {
	position: relative;
	overflow: hidden;
	transition: .5s ease;
	background: #f7f7f7;
	text-align: center;
}

.j2store-product-images .overlay {
    background-color: rgba(0, 0, 0, 0.49);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.j2store-product-images .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.j2store-product-images .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.j2store-product-images .overlay .box .content a i {
    background: #e1a709;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.j2store-single-product:hover .j2store-product-images {
	transition: .5s ease;
}

.j2store-single-product:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}

.j2store-single-product .content-box {
    position: relative;
    border: 1px solid #f4f4f4;
    border-top: 0px;
}

.j2store-single-product .content-box .inner-box {
    border-bottom: 1px dashed #eee;
    padding: 14px 20px;
}

.j2store-single-product .content-box .inner-box .product-title {
	font-size: 16px;
	margin: 0px 0px;
	line-height: 1.4em;
	color: #222;
	margin-bottom: 6px;
	font-family: 'Roboto Slab', serif;
	padding: 0;
}

.j2store-single-product .content-box .inner-box .product-title a,
.j2store-single-product .content-box .inner-box .product-title a:hover {
	color: #252525;
}

.product-price-container .sale-price {
	font-size: 16px;
	font-weight: 400;
	color: #e1a709;
	line-height: 24px;
}

.j2store-single-product .content-box .price-box {
    padding: 15px 20px 15px;
}

.j2store-addtocart-form {
	margin-top: 0;
}

.j2store-add-to-cart {
	margin-left: 0;
}

.view-products .j2store-single-product .content-box .price-box .j2store-add-to-cart .product-qty {display: none;}

.j2store-single-product .content-box .price-box .sppb-btn {
	text-align: center;
	white-space: pre-line;
	vertical-align: middle;
	border: 0px solid transparent;
	padding: 0;
	border-radius: 0;
font-family: 'Open Sans', sans-serif;
line-height: 1.42857143;
position: relative;
color: #848484;
font-size: 14px;
transition: .7s ease;
background: transparent;
margin-bottom: 2px;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover .sppb-btn {
	color: #e1a709;
	transition: .7s ease;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart {position: relative;}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:before {
	content: '';
	position: absolute;
	background: transparent;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transition: .5s ease-in-out;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover:before {
	background-color: #e1a709;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart i {
	margin-right: 6px;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover i {
	color: #e1a709;
	transition: .7s ease;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
    align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.pagination > li {
	margin: 0 4px;
}

.page-link {
	position: relative;
	display: block;
	padding: 0;
	margin-left: 0;
	background-color: #fff;
	width: 55px;
	line-height: 55px;
	border: 1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #252525;
	font-size: 18px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-item.active .page-link,
.pagination > li > a:hover {
	z-index: 1;
	border-color: #e1a709;
	color: #fff;
	background-color: #e1a709;
}


.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

/* SINGLE PRODUCT */

.j2store-product-main-image {
	margin-bottom: 0;
	width: 100%;
}

.j2store-single-product-view .product-title {
	color: #222;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	text-transform: capitalize;
	padding: 0;
}

.j2store-single-product-view .product-title:after {
	margin: 10px 0 10px;
	display: block;
	height: 2px;
	background: #e1a709;
	content:"";
	width: 120px;
}

.price-sku-brand-container {
	border-top: 0px solid #efefef;
	border-bottom: 0px solid #efefef;
	margin: 0;
	padding: 0;
}

.j2store-single-product-view .product-price-container .sale-price {
	font-weight: 400;
	color: #e1a709;
	font-size: 22px;
	line-height: 1.42857143;
}

.j2store-single-product-view .product-sdesc-top {
	margin: 0px 0 0;
	overflow: hidden;
	padding: 24px 0 9px;
}

.j2store-single-product-view .product-sku {
	color: #1f1f1f;
	margin: 0 0 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

input:focus, textarea:focus {box-shadow: none !important;}

.product-qty input[type="text"], .product-qty input[type="number"],
.product-qty input[type="text"]:focus, .product-qty input[type="number"]:focus {
	display: inline;
	width: 70px !important;
	margin-right: 20px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eaeaea !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #272727;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	padding: 6px 0 8px !important;
	text-align: center;
}

.j2store-single-product-view .j2store-cart-button.sppb-btn {
	position: relative;
	background: #e1a709;
	font-size: 14px;
	line-height: 48px;
	border-radius: 25px;
	color: #ffffff;
	border: 1px solid #e1a709;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0 38px;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.j2store-single-product-view .j2store-cart-button.sppb-btn:hover {
	background: transparent;
	color: #e1a709;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

#j2store-product-detail-tab {
	padding-top: 60px;
	border-bottom: 1px solid #f7f7f7;
	position: relative;
}

#j2store-product-detail-tab li {
	margin-bottom: -1px;
}

#j2store-product-detail-tab li a {
	border: 1px solid transparent;
	border-radius: 0;
	display: block;
	margin-right: 10px;
	padding: 13px 35px;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	background: #f7f7f7;
	transition: all 500ms ease;
	line-height: 1.42857143;
}

#j2store-product-detail-tab li.active a {
	background: #e1a709;
	color: #fff;
	border-color: #e1a709;
}

.j2store-single-product-view .tab-content {
	padding: 30px;
	border: 1px solid #f4f4f4;
	border-top: none;
}

.product-upsells-container {
	border-top: 1px solid #f7f7f7;
	margin-top: 60px;
	padding-top: 56px;
}

@media (max-width: 575px) {
	.upsell-product {margin: 20px 0;}
	.j2store-single-product-view .product-title {margin-top: 20px;}
}

.product-upsells-container h3 {
	position: relative;
	margin-bottom: 50px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 24px;
}

.upsell-product-image img {width: 100%;}

.j2store-single-product.simple:hover .overlay {opacity: 0;}

.upsell-product-image-content  .overlay {
    transform: rotateY(180deg) scale(0.5,0.5) !important;
}

.upsell-product-image-content:hover .overlay {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	transform: rotateY(0deg) scale(1,1) !important;
}

.upsell-product-title:after {display: none !important;} 

.j2store-single-product-view .upsell-product-image-content .product-price-container .sale-price {
	font-size: 16px;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn {line-height: 1; margin-top:-5px;}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn i {
	margin-right: 6px;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover {
	color: #e1a709;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:before {
	content: '';
	position: absolute;
	left: 0px;
	background: transparent;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transition: .5s ease-in-out;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover:before {
	background-color: #e1a709;
}

.sppb-btn:focus, .sppb-btn:active {box-shadow: none !important;}

/* CART */

.view-carts .j2store-cart .row {
    display: block;
}

.j2store-single-product-view input.j2store-cart-button,
.view-carts .j2store-cart-buttons .buttons-left input,
.view-carts .buttons-right a,
#button-account,
#button-login,
#button-guest,
#button-payment-method,
#bank_form input,
.view-carts .buttons-right a:hover,
.view-carts .buttons-right a:active,
.view-carts .buttons-right a:focus,
.view-checkout input.btn {
	line-height: 46px;
	position: relative;
	background: #e1a709;
	font-size: 14px;
	border-radius: 25px;
	color: #ffffff;
	border: 1px solid #e1a709;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0 38px;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.view-carts .buttons-right a,
.j2store-single-product-view input.j2store-cart-button:hover,
.j2store-single-product-view input.j2store-cart-button:focus,
.j2store-single-product-view input.j2store-cart-button:active,
.view-carts .j2store-cart-buttons .buttons-left input:hover,
.view-carts .j2store-cart-buttons .buttons-left input:active,
.view-carts .j2store-cart-buttons .buttons-left input:focus,
#button-account:hover,
#button-account:active,
#button-account:focus,
#button-login:hover,
#button-login:active,
#button-login:focus,
#button-guest:hover,
#button-guest:active,
#button-guest:focus,
#button-payment-method:hover,
#button-payment-method:active,
#button-payment-method:focus,
#bank_form input:hover,
#bank_form input:active,
#bank_form input:focus,
.payment input:hover,
.payment input:active,
.payment input:focus,
.buttons input:hover,
.buttons input:active,
.buttons input:focus,
.view-checkout input.btn:hover,
.view-checkout input.btn:active,
.view-checkout input.btn:focus {
	background: transparent;
	color: #e1a709;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.view-carts .j2store-cart-buttons .buttons-left .cart-continue-shopping-button input,
#button-login,
#button-login:hover,
#button-guest,
#button-guest:hover,
#button-payment-method,
#button-payment-method:hover,
#bank_form input,
#bank_form input:hover,
#button-account,
#button-account:hover {margin-left: 0;}

#onCheckoutPayment_wrapper .payment-plugin-image-label {padding-right: 5px;}

.customer-note {margin-bottom: 20px;}

.customer-note textarea {
	height: auto !important;
	width: auto !important;
}

.view-checkout .checkout-content .left label input,
.view-checkout .checkout-content .shipping-make-same input {
	width: inherit;
	height: inherit;
	margin-right: 7px;
	display: inline-block;
}

.view-checkout .checkout-content .shipping-make-same input {width: auto !important;}

.view-checkout #sp-main-body h2,
.view-checkout #sp-main-body h3 {
	font-size: 24px;
	padding: 10px 0 15px 0;
}

.view-myprofile #sp-main-body ul > li > a {margin: 5px 20px 15px 0; display: inline-block;}

.view-myprofile #sp-main-body label {display: block;}

.view-checkout input.btn {width: unset !important; margin-top: 5px;}

.view-checkout textarea {
    height: auto !important;
}

.btn:active, .btn:focus {
	box-shadow: none !important;
}

.view-checkout input[type="checkbox"], .view-checkout input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
}

#bank_form input {margin-top: 20px;}



/* ADD SIMPLE LINE FONT */

@font-face {
	font-family: 'Simple-Line-Icons';
	src:url('fonts/Simple-Line-Icons.eot');
	src:url('fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/Simple-Line-Icons.woff') format('woff'),
		url('fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Simple-Line-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.article-details .article-header h1, .article-details .article-header h2{
	padding:15px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  
  font-style: normal;
}

.sppb-media {
	overflow: visible;
}

.icon-user-female:before {
	content: "\e000";
}
.icon-user-follow:before {
	content: "\e002";
}
.icon-user-following:before {
	content: "\e003";
}
.icon-user-unfollow:before {
	content: "\e004";
}
.icon-trophy:before {
	content: "\e006";
}
.icon-screen-smartphone:before {
	content: "\e010";
}
.icon-screen-desktop:before {
	content: "\e011";
}
.icon-plane:before {
	content: "\e012";
}
.icon-notebook:before {
	content: "\e013";
}
.icon-moustache:before {
	content: "\e014";
}
.icon-mouse:before {
	content: "\e015";
}
.icon-magnet:before {
	content: "\e016";
}
.icon-energy:before {
	content: "\e020";
}
.icon-emoticon-smile:before {
	content: "\e021";
}
.icon-disc:before {
	content: "\e022";
}
.icon-cursor-move:before {
	content: "\e023";
}
.icon-crop:before {
	content: "\e024";
}
.icon-credit-card:before {
	content: "\e025";
}
.icon-chemistry:before {
	content: "\e026";
}
.icon-user:before {
	content: "\e005";
}
.icon-speedometer:before {
	content: "\e007";
}
.icon-social-youtube:before {
	content: "\e008";
}
.icon-social-twitter:before {
	content: "\e009";
}
.icon-social-tumblr:before {
	content: "\e00a";
}
.icon-social-facebook:before {
	content: "\e00b";
}
.icon-social-dropbox:before {
	content: "\e00c";
}
.icon-social-dribbble:before {
	content: "\e00d";
}
.icon-shield:before {
	content: "\e00e";
}
.icon-screen-tablet:before {
	content: "\e00f";
}
.icon-magic-wand:before {
	content: "\e017";
}
.icon-hourglass:before {
	content: "\e018";
}
.icon-graduation:before {
	content: "\e019";
}
.icon-ghost:before {
	content: "\e01a";
}
.icon-game-controller:before {
	content: "\e01b";
}
.icon-fire:before {
	content: "\e01c";
}
.icon-eyeglasses:before {
	content: "\e01d";
}
.icon-envelope-open:before {
	content: "\e01e";
}
.icon-envelope-letter:before {
	content: "\e01f";
}
.icon-bell:before {
	content: "\e027";
}
.icon-badge:before {
	content: "\e028";
}
.icon-anchor:before {
	content: "\e029";
}
.icon-wallet:before {
	content: "\e02a";
}
.icon-vector:before {
	content: "\e02b";
}
.icon-speech:before {
	content: "\e02c";
}
.icon-puzzle:before {
	content: "\e02d";
}
.icon-printer:before {
	content: "\e02e";
}
.icon-present:before {
	content: "\e02f";
}
.icon-playlist:before {
	content: "\e030";
}
.icon-pin:before {
	content: "\e031";
}
.icon-picture:before {
	content: "\e032";
}
.icon-map:before {
	content: "\e033";
}
.icon-layers:before {
	content: "\e034";
}
.icon-handbag:before {
	content: "\e035";
}
.icon-globe-alt:before {
	content: "\e036";
}
.icon-globe:before {
	content: "\e037";
}
.icon-frame:before {
	content: "\e038";
}
.icon-folder-alt:before {
	content: "\e039";
}
.icon-film:before {
	content: "\e03a";
}
.icon-feed:before {
	content: "\e03b";
}
.icon-earphones-alt:before {
	content: "\e03c";
}
.icon-earphones:before {
	content: "\e03d";
}
.icon-drop:before {
	content: "\e03e";
}
.icon-drawer:before {
	content: "\e03f";
}
.icon-docs:before {
	content: "\e040";
}
.icon-directions:before {
	content: "\e041";
}
.icon-direction:before {
	content: "\e042";
}
.icon-diamond:before {
	content: "\e043";
}
.icon-cup:before {
	content: "\e044";
}
.icon-compass:before {
	content: "\e045";
}
.icon-call-out:before {
	content: "\e046";
}
.icon-call-in:before {
	content: "\e047";
}
.icon-call-end:before {
	content: "\e048";
}
.icon-calculator:before {
	content: "\e049";
}
.icon-bubbles:before {
	content: "\e04a";
}
.icon-briefcase:before {
	content: "\e04b";
}
.icon-book-open:before {
	content: "\e04c";
}
.icon-basket-loaded:before {
	content: "\e04d";
}
.icon-basket:before {
	content: "\e04e";
}
.icon-bag:before {
	content: "\e04f";
}
.icon-action-undo:before {
	content: "\e050";
}
.icon-action-redo:before {
	content: "\e051";
}
.icon-wrench:before {
	content: "\e052";
}
.icon-umbrella:before {
	content: "\e053";
}
.icon-trash:before {
	content: "\e054";
}
.icon-tag:before {
	content: "\e055";
}
.icon-support:before {
	content: "\e056";
}
.icon-size-fullscreen:before {
	content: "\e057";
}
.icon-size-actual:before {
	content: "\e058";
}
.icon-shuffle:before {
	content: "\e059";
}
.icon-share-alt:before {
	content: "\e05a";
}
.icon-share:before {
	content: "\e05b";
}
.icon-rocket:before {
	content: "\e05c";
}
.icon-question:before {
	content: "\e05d";
}
.icon-pie-chart:before {
	content: "\e05e";
}
.icon-pencil:before {
	content: "\e05f";
}
.icon-note:before {
	content: "\e060";
}
.icon-music-tone-alt:before {
	content: "\e061";
}
.icon-music-tone:before {
	content: "\e062";
}
.icon-microphone:before {
	content: "\e063";
}
.icon-loop:before {
	content: "\e064";
}
.icon-logout:before {
	content: "\e065";
}
.icon-login:before {
	content: "\e066";
}
.icon-list:before {
	content: "\e067";
}
.icon-like:before {
	content: "\e068";
}
.icon-home:before {
	content: "\e069";
}
.icon-grid:before {
	content: "\e06a";
}
.icon-graph:before {
	content: "\e06b";
}
.icon-equalizer:before {
	content: "\e06c";
}
.icon-dislike:before {
	content: "\e06d";
}
.icon-cursor:before {
	content: "\e06e";
}
.icon-control-start:before {
	content: "\e06f";
}
.icon-control-rewind:before {
	content: "\e070";
}
.icon-control-play:before {
	content: "\e071";
}
.icon-control-pause:before {
	content: "\e072";
}
.icon-control-forward:before {
	content: "\e073";
}
.icon-control-end:before {
	content: "\e074";
}
.icon-calendar:before {
	content: "\e075";
}
.icon-bulb:before {
	content: "\e076";
}
.icon-bar-chart:before {
	content: "\e077";
}
.icon-arrow-up:before {
	content: "\e078";
}
.icon-arrow-right:before {
	content: "\e079";
}
.icon-arrow-left:before {
	content: "\e07a";
}
.icon-arrow-down:before {
	content: "\e07b";
}
.icon-ban:before {
	content: "\e07c";
}
.icon-bubble:before {
	content: "\e07d";
}
.icon-camcorder:before {
	content: "\e07e";
}
.icon-camera:before {
	content: "\e07f";
}
.icon-check:before {
	content: "\e080";
}
.icon-clock:before {
	content: "\e081";
}
.icon-close:before {
	content: "\e082";
}
.icon-cloud-download:before {
	content: "\e083";
}
.icon-cloud-upload:before {
	content: "\e084";
}
.icon-doc:before {
	content: "\e085";
}
.icon-envelope:before {
	content: "\e086";
}
.icon-eye:before {
	content: "\e087";
}
.icon-flag:before {
	content: "\e088";
}
.icon-folder:before {
	content: "\e089";
}
.icon-heart:before {
	content: "\e08a";
}
.icon-info:before {
	content: "\e08b";
}
.icon-key:before {
	content: "\e08c";
}
.icon-link:before {
	content: "\e08d";
}
.icon-lock:before {
	content: "\e08e";
}
.icon-lock-open:before {
	content: "\e08f";
}
.icon-magnifier:before {
	content: "\e090";
}
.icon-magnifier-add:before {
	content: "\e091";
}
.icon-magnifier-remove:before {
	content: "\e092";
}
.icon-paper-clip:before {
	content: "\e093";
}
.icon-paper-plane:before {
	content: "\e094";
}
.icon-plus:before {
	content: "\e095";
}
.icon-pointer:before {
	content: "\e096";
}
.icon-power:before {
	content: "\e097";
}
.icon-refresh:before {
	content: "\e098";
}
.icon-reload:before {
	content: "\e099";
}
.icon-settings:before {
	content: "\e09a";
}
.icon-star:before {
	content: "\e09b";
}
.icon-symbol-female:before {
	content: "\e09c";
}
.icon-symbol-male:before {
	content: "\e09d";
}
.icon-target:before {
	content: "\e09e";
}
.icon-volume-1:before {
	content: "\e09f";
}
.icon-volume-2:before {
	content: "\e0a0";
}
.icon-volume-off:before {
	content: "\e0a1";
}
.icon-users:before {
	content: "\e001";
}

/* ADD ET FONT */

@font-face {
	font-family: 'et-line';
	src:url('fonts/et-line.eot');
	src:url('fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('fonts/et-line.woff') format('woff'),
		url('fonts/et-line.ttf') format('truetype'),
		url('fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.et-icon-mobile, .et-icon-laptop, .et-icon-desktop, .et-icon-tablet, .et-icon-phone, .et-icon-document, .et-icon-documents, .et-icon-search, .et-icon-clipboard, .et-icon-newspaper, .et-icon-notebook, .et-icon-book-open, .et-icon-browser, .et-icon-calendar, .et-icon-presentation, .et-icon-picture, .et-icon-pictures, .et-icon-video, .et-icon-camera, .et-icon-printer, .et-icon-toolbox, .et-icon-briefcase, .et-icon-wallet, .et-icon-gift, .et-icon-bargraph, .et-icon-grid, .et-icon-expand, .et-icon-focus, .et-icon-edit, .et-icon-adjustments, .et-icon-ribbon, .et-icon-hourglass, .et-icon-lock, .et-icon-megaphone, .et-icon-shield, .et-icon-trophy, .et-icon-flag, .et-icon-map, .et-icon-puzzle, .et-icon-basket, .et-icon-envelope, .et-icon-streetsign, .et-icon-telescope, .et-icon-gears, .et-icon-key, .et-icon-paperclip, .et-icon-attachment, .et-icon-pricetags, .et-icon-lightbulb, .et-icon-layers, .et-icon-pencil, .et-icon-tools, .et-icon-tools-2, .et-icon-scissors, .et-icon-paintbrush, .et-icon-magnifying-glass, .et-icon-circle-compass, .et-icon-linegraph, .et-icon-mic, .et-icon-strategy, .et-icon-beaker, .et-icon-caution, .et-icon-recycle, .et-icon-anchor, .et-icon-profile-male, .et-icon-profile-female, .et-icon-bike, .et-icon-wine, .et-icon-hotairballoon, .et-icon-globe, .et-icon-genius, .et-icon-map-pin, .et-icon-dial, .et-icon-chat, .et-icon-heart, .et-icon-cloud, .et-icon-upload, .et-icon-download, .et-icon-target, .et-icon-hazardous, .et-icon-piechart, .et-icon-speedometer, .et-icon-global, .et-icon-compass, .et-icon-lifesaver, .et-icon-clock, .et-icon-aperture, .et-icon-quote, .et-icon-scope, .et-icon-alarmclock, .et-icon-refresh, .et-icon-happy, .et-icon-sad, .et-icon-facebook, .et-icon-twitter, .et-icon-googleplus, .et-icon-rss, .et-icon-tumblr, .et-icon-linkedin, .et-icon-dribbble {
	font-family:et-line;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}
.et-icon-mobile:before {
	content: "\e000";
}
.et-icon-laptop:before {
	content: "\e001";
}
.et-icon-desktop:before {
	content: "\e002";
}
.et-icon-tablet:before {
	content: "\e003";
}
.et-icon-phone:before {
	content: "\e004";
}
.et-icon-document:before {
	content: "\e005";
}
.et-icon-documents:before {
	content: "\e006";
}
.et-icon-search:before {
	content: "\e007";
}
.et-icon-clipboard:before {
	content: "\e008";
}
.et-icon-newspaper:before {
	content: "\e009";
}
.et-icon-notebook:before {
	content: "\e00a";
}
.et-icon-book-open:before {
	content: "\e00b";
}
.et-icon-browser:before {
	content: "\e00c";
}
.et-icon-calendar:before {
	content: "\e00d";
}
.et-icon-presentation:before {
	content: "\e00e";
}
.et-icon-picture:before {
	content: "\e00f";
}
.et-icon-pictures:before {
	content: "\e010";
}
.et-icon-video:before {
	content: "\e011";
}
.et-icon-camera:before {
	content: "\e012";
}
.et-icon-printer:before {
	content: "\e013";
}
.et-icon-toolbox:before {
	content: "\e014";
}
.et-icon-briefcase:before {
	content: "\e015";
}
.et-icon-wallet:before {
	content: "\e016";
}
.et-icon-gift:before {
	content: "\e017";
}
.et-icon-bargraph:before {
	content: "\e018";
}
.et-icon-grid:before {
	content: "\e019";
}
.et-icon-expand:before {
	content: "\e01a";
}
.et-icon-focus:before {
	content: "\e01b";
}
.et-icon-edit:before {
	content: "\e01c";
}
.et-icon-adjustments:before {
	content: "\e01d";
}
.et-icon-ribbon:before {
	content: "\e01e";
}
.et-icon-hourglass:before {
	content: "\e01f";
}
.et-icon-lock:before {
	content: "\e020";
}
.et-icon-megaphone:before {
	content: "\e021";
}
.et-icon-shield:before {
	content: "\e022";
}
.et-icon-trophy:before {
	content: "\e023";
}
.et-icon-flag:before {
	content: "\e024";
}
.et-icon-map:before {
	content: "\e025";
}
.et-icon-puzzle:before {
	content: "\e026";
}
.et-icon-basket:before {
	content: "\e027";
}
.et-icon-envelope:before {
	content: "\e028";
}
.et-icon-streetsign:before {
	content: "\e029";
}
.et-icon-telescope:before {
	content: "\e02a";
}
.et-icon-gears:before {
	content: "\e02b";
}
.et-icon-key:before {
	content: "\e02c";
}
.et-icon-paperclip:before {
	content: "\e02d";
}
.et-icon-attachment:before {
	content: "\e02e";
}
.et-icon-pricetags:before {
	content: "\e02f";
}
.et-icon-lightbulb:before {
	content: "\e030";
}
.et-icon-layers:before {
	content: "\e031";
}
.et-icon-pencil:before {
	content: "\e032";
}
.et-icon-tools:before {
	content: "\e033";
}
.et-icon-tools-2:before {
	content: "\e034";
}
.et-icon-scissors:before {
	content: "\e035";
}
.et-icon-paintbrush:before {
	content: "\e036";
}
.et-icon-magnifying-glass:before {
	content: "\e037";
}
.et-icon-circle-compass:before {
	content: "\e038";
}
.et-icon-linegraph:before {
	content: "\e039";
}
.et-icon-mic:before {
	content: "\e03a";
}
.et-icon-strategy:before {
	content: "\e03b";
}
.et-icon-beaker:before {
	content: "\e03c";
}
.et-icon-caution:before {
	content: "\e03d";
}
.et-icon-recycle:before {
	content: "\e03e";
}
.et-icon-anchor:before {
	content: "\e03f";
}
.et-icon-profile-male:before {
	content: "\e040";
}
.et-icon-profile-female:before {
	content: "\e041";
}
.et-icon-bike:before {
	content: "\e042";
}
.et-icon-wine:before {
	content: "\e043";
}
.et-icon-hotairballoon:before {
	content: "\e044";
}
.et-icon-globe:before {
	content: "\e045";
}
.et-icon-genius:before {
	content: "\e046";
}
.et-icon-map-pin:before {
	content: "\e047";
}
.et-icon-dial:before {
	content: "\e048";
}
.et-icon-chat:before {
	content: "\e049";
}
.et-icon-heart:before {
	content: "\e04a";
}
.et-icon-cloud:before {
	content: "\e04b";
}
.et-icon-upload:before {
	content: "\e04c";
}
.et-icon-download:before {
	content: "\e04d";
}
.et-icon-target:before {
	content: "\e04e";
}
.et-icon-hazardous:before {
	content: "\e04f";
}
.et-icon-piechart:before {
	content: "\e050";
}
.et-icon-speedometer:before {
	content: "\e051";
}
.et-icon-global:before {
	content: "\e052";
}
.et-icon-compass:before {
	content: "\e053";
}
.et-icon-lifesaver:before {
	content: "\e054";
}
.et-icon-clock:before {
	content: "\e055";
}
.et-icon-aperture:before {
	content: "\e056";
}
.et-icon-quote:before {
	content: "\e057";
}
.et-icon-scope:before {
	content: "\e058";
}
.et-icon-alarmclock:before {
	content: "\e059";
}
.et-icon-refresh:before {
	content: "\e05a";
}
.et-icon-happy:before {
	content: "\e05b";
}
.et-icon-sad:before {
	content: "\e05c";
}
.et-icon-facebook:before {
	content: "\e05d";
}
.et-icon-twitter:before {
	content: "\e05e";
}
.et-icon-googleplus:before {
	content: "\e05f";
}
.et-icon-rss:before {
	content: "\e060";
}
.et-icon-tumblr:before {
	content: "\e061";
}
.et-icon-linkedin:before {
	content: "\e062";
}
.et-icon-dribbble:before {
	content: "\e063";
}

/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}

@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-banner  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-bottom1  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top1  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top2  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top3  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sppb-row-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sp-slider .sppb-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  display: inline-block;
  font-weight: 600;
  padding: 0;
}

/* J4 */

.sp-page-title .sp-page-title-heading {
    font-weight: 700;
    color: #e1a709;
    margin-top: 0;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    font-style: normal;
}

.sp-page-title .sp-page-title-sub-heading {
    width: 55% !important;
    margin: 0 auto  !important;
}

/*Hide SP Portfolio Date and Tags*/
.sp-simpleportfolio-view-item .sp-simpleportfolio-meta, .sp-simpleportfolio .sp-simpleportfolio-meta h4 {
    /*display: none;*/
	font-size: 0px;
}

.sp-simpleportfolio .sp-simpleportfolio-description .clearfix {
	height:auto;
}
/*
.partner-section {
	background-color: red;
}

.partner-section .page-content{
	background-color: green;
}
*/

.sp-partner {
	/*background-color: #f3f3f3;*/
	padding: 20px;
	margin: 10%;
	border-radius:30px;
	display-block;
}

.sp-partner2 {
	padding: 10px;
	margin: 10px;
	border-radius:30px;
	display-block;
}

/* Start contact Page*/
.alwareeth #sp-main-body{
	padding:90px 0px 0px 0px;
}

.alwareeth  #sp-right, #sp-left{
	padding-bottom:5px;
}

/* .com-contact .contact
{
	background-color: #FFF;
}*/

/* End contact Page*/
/*
.sp-partner .sppb-img-responsive{
	margin-top:-120px;
}
*/
@media (min-width: 1400px), @media (min-width: 1200px),@media (min-width: 992px) 
{
	.lang, .lang-ar
	{
	 padding:32px 0 0 0;
	}
	
	.lang
	{
	 float:right;
	}
	
	.lang-ar{
	 float:left;
	}
	
}


@media (max-width: 991px) {
    .lang, .lang-ar{
		
		padding:20px 0 0 0;
	}
	
	.lang
	{
	 float:right;
	}
	
	.lang-ar{
	 float:left;
	}
	
}


@media (max-width: 576px) {
    
	
	.lang, .lang-ar
	{
		padding:15px 0 0 0;
	}
}


	
.burger-icon>span{
	background-color:#e1a709;
}
 .mysearch{margin: 0 10px 0 10px;}
 
 .hide-part {visibility:hidden;}

 
ul.social-icons>li:not(:last-child){
	margin-right:0;
}

ul.social-icons > li a em{
	border:1px solid #454545;
	background-color:#1d1d1f;
	Color:#ffffff;
	padding:15px;
	transition:all 0.3s ease;
}
	
ul.social-icons li > a:hover em {
	border:solid 1px #e1a709;
	background:rgba(225, 167, 9, 0.9);
	/*background:rgba(50, 51, 53, 0.9);*/
	/*background-color:#e1a709;*/
	Color:#ffffff;
	padding:15px;
}


body .sp-megamenu-parent>li.sp-has-child>a:before,body.rtl .sp-megamenu-parent>li.sp-has-child>span:before{font-family:"Font Awesome 6 Free";content:"";float:right;margin-left:7px;font-weight:600;}
body .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-right{margin-right:7px}
body .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-left{margin-left:7px}


.article-details .article-ratings-social-share {
	visibility:hidden;
	height:0;
}