body {
	font-family: 'Heebo', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: default;
	background:#fff;
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased;      
    /* direction: rtl; */
}
/* font-family: 'IBM Plex Sans Hebrew', sans-serif; */
/* font-family: 'Noto Serif Hebrew', serif; */

#Working_modal .modal-body{
	text-align:right;
	direction: rtl;
}
.icons{
	color:#fff;
}

.client {
    margin: 0 auto;
    padding: 0;
	min-width: 360px;
	max-width: 100%;
    text-align: center;    
}

.client .logo {
    padding-top: 30px;
    width: 100%;
    height: auto;    
}
.logo_container{
	margin-bottom: 20px;
}

.client h1 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 20px;
}

.client h2 {
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 10px; 
    padding: 0 30px;    
}

.icons h4 {
    white-space: pre-wrap;
    width: 100%;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    padding: 2px 0;
   
    text-align: center !important;
    margin: 0 auto;
    display: block !important;
    max-width: 200px;
	color: #fff;
}

.modal-content {
    background-color: rgba(44, 44, 44, 0.9);
    border: solid 1px;
    border-color: #2c2c2c;
    color: white;    
}

.close {
    filter: alpha(opacity=50);
    opacity: 0.5;
    color: #fff;
}

.close:focus, .close:hover {
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}


.modal-header {
    padding: 15px;
    border-bottom: 0;
}


* {
  outline: none!important;
}

.modal-body img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.text-Large{
	font-size: 34px;
	font-weight:bold;
}
.text-Medium{
	font-size: 28px
}
.text-Small{
	font-size: 18px
}

.modal-header .btn {
    float: right;
}

.modal-footer .btn {
    float: left;
}

.modal-footer {
    border-top: none;
    padding: 15px;
    padding-top: 0;
}

.modal-header {
    padding-bottom: 0;
}




#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -40px 0 0 -40px;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}




::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
  background: #ddd;
}
 
::-webkit-scrollbar-thumb {
  background: #aaa;
}


#share-modal {
    text-align: center;
}

#share-modal img {
}

#share-modal h1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}

#share-modal p {
    text-align: center;
}

.footer-link .share-link {
    float: left;
    width: 33.33%;  
    margin: 0;
    text-align: center;    
}


.footer-link .logo {
    float: left;
    width: 33.33%;
    font-size: 18px;
    direction: rtl;
    text-align: center;
    line-height: 16px;
    background-color: #171717;
    border-radius: 8px;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 1px;
    padding-left: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-shadow: none;    
}

.footer-link .views {
    float: right;
    width: 33.33%;
    font-size: 18px;
    direction: rtl;
    text-align: center;
    line-height: 16px;
    background-color: #171717;
    border-radius: 8px;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 1px;
    padding-left: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-shadow: none;    
}

.footer-link .views small {
  font-size: 12px;
}

.footer-link {
    width: 100%;
    float: right;
    padding: 0 30px;    
    margin-bottom: 20px;
    margin-top: 20px;
}

.gold {
  color: #ffb400!important;
}

.modal-header .btn {
    float: left;
}

.modal-title {
    text-align: right;
}

.footer-link .share-link img {
  width: 60px;
-webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.4));  
}

.modal-title {
    color: #ffb400!important;    
}

#about-modal .modal-body {
  direction: rtl;
  font-size: 18px;
}

.modal-title {
    color: #ffffff!important;
    font-weight: bold;
    font-size: 20px;
}

.close {
    float: left;
    font-size: 30px;
}

#share-modal .row {
    width: 70%;
    margin: 0 auto;
}

.bottom-links {
    margin-bottom: 15px;    
    width: 92%;
    float: right;
    z-index: 99;
}

.bottom-links .share-btn a {
    float: left;
    margin: 0;
    width: 55px;
}

.bottom-links .share-btn h4 {
    float: right;
    width: 77px;
    margin-top: 14px;
    border-radius: 0;
    padding: 10px;  
    position: relative;
    display: inline-block;
}

.bottom-links .share-btn a img {
    float: left;
    width: 50px;
    vertical-align: middle;
}

.bottom-links .mix-logo {

}

.bottom-links .mix-logo a {
    float: right;
    width: 100px;
}

.bottom-links .mix-logo img {
    filter: none;
    margin: 0;
    margin-top: 14px;
	max-height: 50px;
	max-width: 300px;
	width: auto;
	height: auto;
}

.bottom-links {
    margin-bottom: 0;
    width: 100%;
    float: right;
    position: fixed;
    bottom: 0px;
    left: 50%;
	transform: translateX(-50%);
    padding: 15px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
.client .background {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.client-container {
	overflow-y: auto;
	height: 100%;
}


.client .logo {
    padding-top: 0px;
    height: auto;
    width: auto;
}


.order-item {
    list-style: none;
}

.order-item img {

}

.order-item h3 {
    margin: 0;
    margin-top: -90px;
    background: rgba(0, 0, 0, 0.69);
    position: absolute;
    width: calc(100% - 30px);
    padding: 10px;
}

.order-item h4 {
    margin: 0;
    margin-top: -44px;
    background: rgba(0, 0, 0, 0.69);
    position: absolute;
    width: calc(100% - 30px);
    padding: 7px 10px;
    color: yellow;
    font-size: 14px;
}

.order-item .qty {
    margin-bottom: 15px;
}

.order-item a {
    position: absolute;
    left: 15px;
    margin-top: -49px;
}

.fa-ellipsis-v {
  color: gold;
  margin: 0 10px;
}

.complete-order i {
    font-size: 80px;
    color: #5cb85c;
    margin-bottom: 20px;
}

.complete-order p {
    color: white;
    margin-bottom: 20px;
}

.complete-order {
  color: white;
}

.about-logo {
    margin: 0;
    margin-bottom: 10px;
}

.gallery-page img {
  width: 100%;
  margin-bottom: 10px;
}

.table h3 {
    margin: 0;
    font-weight: bold;
    padding: 10px 0;
}
.table h3 {
  margin: 0;
}

.bottom-links .share-btn a {
    width: 40px;
}

.bottom-links .share-btn a img {
    width: 40px;
    margin-top: 13px;
}

.icons {
    padding: 10px;
    padding-left: 10px;
    padding-top: 0;
    margin-bottom: 100px;
}

.icons_wrap a:nth-child(3n) {
    margin-left: 15px;
}

.icons_wrap a {
    float: none;
    text-decoration: none;
    color: black;
    width: calc(33.33% - 34px);
    margin-left: 15px;
    text-shadow: 0px 1px 2px rgb(255, 255, 255);
    margin-bottom: 40px;
    display: inline-block;
    margin-right: 15px;
}

.bottom-links a:nth-child(3n) {
  margin-left: 0;
}

marquee {
    background: #c70000;
    color: white;  
}
.icons .icon-btn-bg-Disable h4{
	background: none;
}


.cp-img-item {
    width: calc(25% - 10px)!important;
    margin-left: 10px;
    display: inline-block;
}

.cp-img-item-gray {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);  

}

.mult-lng {
    float: right;
    position: absolute;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 20px;
}

.mult-lng a {
    color: white;
    font-weight: bold;
    text-shadow: 0 0 5px black;
    text-transform: none;
    margin-left: 10px;
}

.icons a img {
    width: 75%;
    margin-bottom: 5px;
}

.bottom-links a img {
  width: 100%;
  margin-bottom: 0;
}

.header_data{
	margin-bottom: 30px;
}
.header_data h3{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.header_data h5{
	font-size: 16px;
	margin-bottom: 0px;
}
.icons_wrap > a > i,
.icons_wrap > a > svg {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 1;
    background: #000;
    padding: 18px;
    border-radius: 10px;
}
.icons_wrap.circle > a > i,
.icons_wrap.circle > a > svg{
	border-radius: 50%;
}
.icons_wrap.icon-Large > a > i,
.icons_wrap.icon-Large > a > svg {
    width: 45px;
    height: 45px;
    padding: 20px;
}
.icons_wrap.icon-Medium > a > i,
.icons_wrap.icon-Medium > a > svg {
    width: 40px;
    height: 40px;
    padding: 15px;
}
.icons_wrap.icon-Small > a > i,
.icons_wrap.icon-Small > a > svg {
    width: 35px;
    height: 35px;
    padding: 12px;
}
.icons_wrap > a > .default_image_wrap {
	display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 1;
    border-radius: 50%;
	margin-bottom: 10px;
	background: #000;
}
.icons_wrap > a > .default_image_wrap >img{
	border-radius: 50%;
    min-width: 100%;
    min-height: 100%;
}
.about_content_wrap{
	position: relative;
	width: calc(100% + 25px);
    color: #000;
    margin-right: -10px;
}
.about_content_inner_wrap{
	padding: 10px 10px;
	position: relative;
}
.about_content_inner_wrap.Triangle-wrap{
	margin-top: 50px;
	margin-bottom: 100px;
}
.about_content_inner_wrap:before{
	position: absolute;
    content: "";
    top: -49.5px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    max-width: 100%;
}
.about_content_inner_wrap:after{
	position: absolute;
    content: "";
    bottom: -49.5px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    max-width: 100%;
}
.shape-Spikes{
  position: relative;
}
.Faded-wrap{
	position: relative;
}
.Faded-wrap > span{
	position: absolute;
	display: block;
	height: 6px;
	width: 100%;
	bottom:100%;
	left: 50%;
	transform: translateX(-50%);
}
.Faded-wrap > span:nth-of-type(1){
	opacity: .2;
	margin-bottom: 18px;
}
.Faded-wrap > span:nth-of-type(2){
	opacity: .4;
	margin-bottom: 12px;
}
.Faded-wrap > span:nth-of-type(3){
	opacity: .6;
	margin-bottom: 6px;
}
.Faded-wrap > span:nth-of-type(4){
	opacity: .8;
	margin-bottom: 0px;
}
.pp_content_container .pp_gallery,
.pp_content_container .pp_nav,
.pp_content_container .pp_social{
	display: none !important;
}
.pp_fade .pp_expand{
	display: block;
}
div.pp_default .pp_next {
    background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}
div.pp_default .pp_previous {
    background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}
.contact_wrap{
	padding: 30px 0px 0px 0px;
}
.contact_wrap input[type="text"],
.contact_wrap input[type="email"]{
	border: solid #000 1px;
	padding: 5px 10px;
	width: 100%;
	margin-bottom: 10px;
}
.contact_title,
.footer_title{
	font-size: 18px;
	text-align: center;
	color: #000;
    font-weight: bold;
}
.contact_wrap input#submitContactForm{
	border: none;
	padding: 5px 10px;
	width: 100%;
	margin-bottom: 10px;\
	color: #fff;
}
.grid_gallery_wrap{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 50px;
	align-items: center;
}
.grid_gallery_wrap h5{
	display: block;
	width: 100%;
}
.grid_gallery_wrap > .grid_gallery_element{
	position: relative;
	width: calc(33.33% - 15px); 
}
.grid_gallery_wrap > .grid_gallery_element img{
	max-width: 100%;
	height: auto;
}
.grid_gallery_wrap > .grid_gallery_element > span{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 8px 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
}
.add_as_user_wrap{
	padding:30px 0px 70px 0px;
}
.add_as_user_wrap a{
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 8px;
}
.footer_share_wrap{
	margin-top: 40px;
}
.footer_share_wrap .footer_title{
	margin-bottom: 10px;
}
.footer_share_inner a{
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 48px;
	background: #000;
	color: #fff;
	margin: 0 3px;
	font-size: 26px;
	text-align: center;
}

@media (max-width: 767px) {
    html, 
    body, 
    #myDiv {
        height: 100%;
    }
	.background {
		background-size: cover;
		background-attachment: fixed;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: -1;
	}
	.icons a{
		margin-bottom: 15px;
	}
	.icons_wrap > a > i,
	.icons_wrap > a > svg{
		width: 30px;
		height:30px;
		color:#fff;
		line-height: 1;
		background: #000;
		padding: 8px;
		border-radius: 10px;
	}
}