@font-face {
	font-family: myFont;
	src: url('fonts/JuliusSansOne-Regular.ttf');
}
@font-face {
	font-family: inputfont;
	src: url('fonts/DroidKufi-Regular.ttf');
}
@font-face {
	font-family: body_ar;
	src: url('fonts/Cairo-Light.ttf');
}

.list_group_item {
	margin-right: 10px;
	text-align: right;
	align-items: right;
	padding: 5px;
	width: 100%;
	font-size: 14px;
}
body {
	font-family: myFont;	
	background: #222428;	
}

input[type=text] {
    font-family: inputfont;
}
.mainTopbar {
	font-family: myFont;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background: #15171a;		
	padding: 0px;
	z-index: 100;
	margin: 0px;
}
.footr {
	font-family: myFont;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background: #15171a;	
	padding: 0px;
	z-index: 100;
	margin: 0px;
}
/* @media screen and (max-width: 1024px) { */
@media screen and (max-width: 720px) {
	.ComainTopbar {
		display: none !important;
	}
}

.AppIcon {
	width: 35px;
	height: 35px;
	margin: 0px;
	border-style: solid;
	border-width: 0px;
	border-color: #282b2f;
	border-radius: 50%;
}

a:hover{
	color: #fff ;
	background-color: #282b2f;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-radius: 4px;	
}
.Bannr_Item {
	font-size: 14px;
}
.Bannr_Item:hover {
	color: #15171a !important;
	background-color: #282b2f;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-radius: 4px;		
}
.Bannr_Item ul li:hover {
	color: #15171a !important;
	background-color: #282b2f;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-radius: 4px;		
}

.dropdown-item{
	color: #15171a;
}
.dropdown-item:hover{
	background-color: #2b2c2c;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fc0;
}

.comments_box {
	display: inline-block;
	margin: 0 auto;
}
.CommentBox_textarea {
	font-family: myFont;
	text-align: right;
	font-size: 18px;
	color: #000;
	background: #282b2f;
	border-top-style: solid;
	border-top-width: 1.5px;
	border-top-color: #9b1216;
	padding: 10px;
	border-radius: 10px;
}

.orderbar {
	font-family: myFont;
	text-align: right;
	font-size: 14px;
	color: #282b2f;
	background: #15171a;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #282b2f;
	padding: 1px;
	border-radius: 5px;
	margin-top: 3px;
	margin-bottom: 0px;
	background: #15171a;
}
.UserInfobar {
	font-family: myFont;
	text-align: center;
	font-size: 16px;
	color: #282b2f;
	background: #15171a;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #3b3c3c;
	padding: 10px;
	border-radius: 5px;
	margin: 2px;
	margin-bottom: 10px;
	width: 100%;
}
.iconframebar {
	font-family: myFont;
	text-align: center;
	font-size: 16px;
	color:#282b2f;
	background: #282b2f;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #282b2f;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	margin: 5px;
}
.number_farm_menu {
	text-align: center;
	font-size: 13px;
	color: #282b2f;
	background: #282b2f;
	/* border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #282b2f; */
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 50%;
	margin: 2px;
	transition: all .5s ease-in-out;
}

.inputField {
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropbtn {
	background-color: rgba(255, 99, 71, 0);
	color:#282b2f;
	padding: 10px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #282b2f;
	min-width: 200px;
	margin-top: 0px;
	text-align: right;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 10;
	border-style: solid;
	border-width: 1px;
	border-color:#282b2f;
	border-radius: 3px;
	left: 0px;
}
/* Links inside the dropdown */
.dropdown-content a {
	color: #282b2f;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}


.Phonedropdown {
	position: relative;
	display: inline-block;
	color: #ecedf0;
	border-color:#282b2f;
}
.Phonedropdown:hover{
	color: white;
	border-color:#282b2f;
}
.Phonedropdown:hover .Phonedropdown-content {
	display: block;
	-webkit-transform: translate(0, 5px);
	transform: translate(0, 5px);
}
.Phonedropdown-content {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: none;
	position: absolute;
	background-color: #282b2f;
	width: 350px;
	margin-top: 0px;
	text-align: center;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	border-style: solid;
	border-width: 1px;
	border-color: #c9ddf5;
	border-radius: 3px;
	left: 0px;
	color: #ecedf0;
	padding: 5px;
}

.Phonedropdown-content a:hover {
	color: #ecedf0;
	background-color: #16181e;
}
.Phonedropdown-content a {
	color: #ecedf0;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}


.thumbnail_img img {
	width: 100%;
	height: auto;
}
.MinImgGallery {
	display: block;
	text-align: center;
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.ImgDiv {
	display: block;
	width: 16.666%;	
	height: 10%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.MinImgGallery .ImgDiv .img_Gallery {
	transition: 0.2s;
	display: block;
	max-width: 100%;
	height: 450px;
	object-fit: cover;
}
.MinImgGallery .ImgDiv .img_Gallery:hover {
	z-index: 100;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
}
.shadowOnly {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.NewsDiv {
	transition: 0.2s;
}
.NewsDiv:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
}
.Avatar_icon_Bp_Users_index {
	transition: 0.2s;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	z-index: 100;
	border: 2px solid rgb(255, 255, 255);
	padding: 2px;
	margin-left: -30px;
	transform: scale(1.0);
}
.Avatar_icon_Bp_Users_index:hover {
	filter: grayscale(100%);
	transform: scale(1.05);
}
.Avatar_icon_Gallery {
	transition: 0.2s;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: 100;
	border: 2px solid rgb(255, 255, 255);
}
.Avatar_icon_Gallery:hover {
	filter: grayscale(100%);
	transform: scale(1.02);
}
.MinImgGallery .ImgDiv .Avatar_icon_Gallery {
	transition: 0.2s;
	opacity: 0;
	transform: scale(0);
}
.MinImgGallery .ImgDiv:hover .Avatar_icon_Gallery {
	opacity: 01;
	transform: scale(1);
}
.MinImgGallery .ImgDiv .UserName_Gallery {
	transition: 0.2s;
	opacity: 0;
	transform: scale(0);
}
.MinImgGallery .ImgDiv:hover .UserName_Gallery {
	opacity: 01;
	transform: scale(1);
}

.ImgUserPorfile{
	width: 150px;
	height: auto;
	margin: 5px;
	border-radius: 10%;
	padding: 7px; 
	border: 1px solid rgb(168, 168, 168);
	box-shadow: 0px 0px 5px 0px rgba(87, 86, 86, 0.9);
}
.icons {
	width: 25px;
	height: 25px;
	margin:0px;
  }
#iconsL {
	width: 35px;
	height: 35px;
	margin:3px;
  }
.icons_social {
	width: 33px;
	height: auto;
	margin:5px;
  }
.icons_social:hover {
	 /* filter: invert(100%);  */
	 /* filter: sepia(100%); */
	 filter: hue-rotate(180deg);
	 /* filter: saturate(3); */
	cursor: pointer;
  }
#icons_Flag {
	width: 30px;
	height: auto;
	margin:5px;
  }
.ImgUser {
	width: 70px;
	height: 70px;	
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid rgb(168, 168, 168); /* Gray border */
	border-radius: 7px;
	/* Rounded border */
	padding: 2px; /* Some padding */
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.ImgUser:hover {
	-webkit-transform: translate(0, -1px);
	transform: translate(0, -1px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
}

.ImgUserAdminList {
	width: 40px;
	height: 40px;	
	margin: 0px;
	border: 1px solid rgb(168, 168, 168);
	border-radius: 4px;
	padding: 2px; 
}


#TableList {
	/* font-family: "Tahoma";  */
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	border-collapse: separate;
	border: solid #0289B3 0.5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

#tdDate {
	font-size: 16px;
	color: #282b2f;
	text-align: center;
}

#tdNumID {
	font-size: 16px;
	color: #282b2f;
	text-align: center;
}

#tdcty {
	font-size: 12px;
	color: #282b2f;
	text-align: center;
}

#tdCate {
	font-size: 14px;
	color: #282b2f;
	text-align: center;
}

#TableList td,
#TableList th {
	border: 1px solid #c7feec;
	padding: 2px;
}

#TableList tr:nth-child(even) {
	background-color: #f2f2f2;
}

#TableList tr:nth-child(odd) {
	background-color: #E6ECF4;
}

#TableList tr:hover {
	background-color: #c7feec;
}

#TableList th {
	padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #282b2f;
    color: white;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px;
}

.AllInputTXT {
	width: 100%;
	/* height: 35px; */
	text-align: center;
	padding-right: 5px;
	font-size: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-radius: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.InputTXTErorr {
	border-style: solid;
	border-width: 2px;
	border-color: red;
	box-shadow: 0px 0px 10px 0px rgba(244, 67, 54, 0.9);
}

.BannerColorBG {
	position: sticky;
	top: -50px;
	height: 200px;
	margin-top: -140px;
	z-index: 1;
	border-style: solid;
	border-width: 0px;
	border-color: #282b2f;
	border-radius: 10px;
	background: #15171a;
	background: linear-gradient(90deg, rgba(8, 34, 87, 1) 0%, rgba(13, 56, 145, 1) 100%);
	background: linear-gradient(
		to right,
		#9b1216,
		#15171a
	); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.loader {
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #15171a;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.BoxDownload {
	display: none;
	width: 550px;
	height: auto;
	margin: auto;

	top:60px;
	margin-left: auto;
	margin-right: auto;

	border-style: solid;
	border-width: 0px;
	border-color: #282b2f;
	border-radius: 5px;
	padding: 20px;
	z-index: 1000;
	position: fixed;
	
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
	text-align: center;
	background-color: #e1eaf0;
	background: rgb(252, 241, 242);
	background: linear-gradient(
		90deg,
		rgba(252, 241, 242, 1) 0%,
		rgba(236, 249, 252, 1) 51%,
		rgba(226, 250, 243, 1) 100%
	);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #97ebdf;
	box-shadow: 0px 5px 5px grey;
	
}
@media screen and (max-width: 720px) {
	.BoxDownload {
		width: 390px !important;
	}
}



.SearchBox {
	font-family: myFont;
	text-align: center;
	font-size: 18px;
	color: #000;
	border-width: 0px;
	background: #eceff1;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #282b2f;
	padding: 10px;
	border-radius: 10px;
	margin: 1px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.SearchBox:hover {
	-webkit-transform: translate(0, -3px);
	transform: translate(0, -3px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
}


.DIVcontainer {
	min-height: 10em;
	display: table-cell;
	vertical-align: middle;
}
.DIVelement {
	display: table-cell;
	vertical-align: middle;
}
.DivClear {
	margin: 0px;
	padding: 0px;
}
.card_hover {
	background-color: #f2f7f7;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.card_hover:hover {
	background-color: #fafcfc;
	-webkit-transform: translate(0, -1px);
	transform: translate(0, -1px);
	box-shadow: 0px 0px 3px 0px rgba(209, 209, 209, 0.9);
}
.highlight {
	background: #59fcb8;
	padding: 1px;
	border: #63c963 dotted 1px;
	font-weight: bold;
}
.marker {
	background-color: yellow;
	font-weight: bold;
}
.QDivDeleteicon {
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 40px;
	background: rgba(255, 255, 255, 0.85);
	padding: 0px;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
}
.QDivDeleteicon:hover {
	background: rgba(22, 22, 22, 0.85);
	box-shadow: 0px 0px 20px 0px rgba(122, 122, 122, 0.9);
}
.Input_search_navbar {
	/* width: 100%; */ /* height: 35px; */
	text-align: center;
	padding-right: 5px;
	font-size: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-radius: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.frameSticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.CountryBarSticky {
	position: -webkit-sticky;
	position: sticky;
	top: 5;
}
.TextindexTitle_Peg {
	color: #fff;
	font-size: 350%;
	margin-top: 50px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.TextindexTitle_smal {
	color: #fff;
	font-size: 250%;
	margin-top: 50px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.SignUpPopBox {
	display:none;
	width: 300px;
	height: 210px;
	z-index: 999;
	background-color: #fff;
	border-radius: 3px;
	position: fixed;
	right: 52%;
	top: 62px;
	/* text-shadow: 2px 2px 5px black; */
	box-shadow: 0px 0px 20px 0px rgba(122, 122, 122, 0.9);
	padding: 10px;
}
@media screen and (max-width: 920px) {
	.SignUpPopBox {
		display:none !important;
	}
}
.arrowTop {
	top: -10px;
	margin-right: 30px;
	margin-top: -15px;
	width: 20px;
	height: 20px;
	z-index: 998;
	background-color: white;
	-ms-transform: rotate(45deg);
	/* IE 9 */
	transform: rotate(45deg);
}
@media screen and (max-width: 920px) {
	.arrowTop {
		display:none !important;		
	}
}

.ImgAVuserProfile {
	z-index: 1;
	position: sticky;
	top: 50px;
	margin-top: -60px;
	width: 140px;
	height: 140px;
	border-style: solid;
	border-width: 2px;
	padding: 2px;
	border-color: #d8e3e4;
	border-radius: 10px;
	cursor: pointer;
}
.ImgAVuserProfile:hover {
	 /* filter: sepia(100%); */
	 filter: grayscale(100%);
}

.ImgAVuserProfile_Phone {
	z-index: 1;
	position: sticky;
	top: 70px;
	margin-top: -60px;
	width: 90px;
	height: 90px;
	border-style: solid;
	border-width: 3px;
	border-color: #282b2f;
	border-radius: 50%;
}
.fullscreen-container {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 57, 75, 0.582);
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: auto;
	vertical-align: middle;
  }
  .textareaContainer {
	display: block;
	border: 0px solid #38c;
	padding: 10px;
  }
textarea { 
	border:1px solid #999999;
    width:98%;
    margin:5px 0;
    padding:1%; 
  }



@media screen and (max-width: 920px) {
	.MenuWeb {
		display:none !important;		
	}
}
/* .MenuPhone{
	display:none !important;
} */
@media screen and (max-width: 920px) {
	.MenuPhone {
		display:inline !important;		
	}
}




@media screen and (max-width: 920px) {
	.TableProfileWeb {
		display:none !important;		
	}
}
.TableProfilePhone{
	display:none !important;
}
@media screen and (max-width: 920px) {
	.TableProfilePhone {
		display:inline !important;		
	}
}


.All_User_icon_list {
	transition: 0.2s;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid white;
	transform: scale(1.0);
}
.All_User_icon_list:hover {
	filter: grayscale(40%);
	transform: scale(1.1);
	border-radius: 50%;
	border: 4px solid white;
	padding: 10px;
}


.GridImageContainer {
	line-height: 0;
	-webkit-column-count: 5;
	-webkit-column-gap: 0px;
	-moz-column-count: 5;
	-moz-column-gap: 0px;
	column-count: 5;
	column-gap: 2px;
}
.GridImageContainer img {
	width: 100%;
	height: auto;
	cursor: pointer;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-radius: 7px;
}
.GridImageContainer_index {
	line-height: 0;
	-webkit-column-count: 3;
	-webkit-column-gap: 0px;
	-moz-column-count: 3;
	-moz-column-gap: 0px;
	column-count: 3;
	column-gap: 0px;
}
.GridImageContainer_index img {
	width: 100%;
	height: auto;
	cursor: pointer;
	padding: 2px;
	border-style: solid;
	border-width: 0px;
	border-radius: 7px;
}
.GridImageContainer_Small {
	line-height: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
}
.GridImageContainer_Small img {
	width: 100%;
	height: auto;
}

.custom-file-input {
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.custom-file-input input[type="file"] {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	zoom: 1; /* Fix for IE7 */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.galleryUpload img {
	max-width: 100px;
	max-height:200px;
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #9b1216;
	border-radius: 5px;
	background-color: #fafafa;
	padding: 2px;
}



.UserImgGallery div {

	transition: 0.5s;
	opacity: 0.0;
}
.UserImgGallery:hover div {
	opacity: 1;
}
.UserImgGallery img {
	transition: 0.5s;
	border-radius: 5px;
	border: 2px solid white;
}

.UserImgGallery2 div {
	transition: 0.5s;
	opacity: 0.0;
}
.UserImgGallery2:hover div {
	opacity: 1;
}
.UserImgGallery2 img {
	transition: 0.5s;
	border-radius: 10px;
	border: 0px solid white;
}


.BoxSharePhotoGallery {
	display: none;
	position: fixed;
	top: 15%;
	left: 50%;
	z-index: 1000;
	width: 700px;
	max-height: 100%;
	margin-left: -350px;
	border-style: solid;
	border-width: 0px;
	border-color: #9b1216;
	border-radius: 5px;
	background-color: #fafafa;
	padding: 20px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
	text-align: center;
}
.BoxSharePhotoGallery_small {
	display: none;
	position: fixed;
	top: 15%;
	left: 50%;
	z-index: 1000;
	width: 320px;
	max-height: 100%;
	margin-left: -160px;
	border-style: solid;
	border-width: 0px;
	border-color: #9b1216;
	border-radius: 5px;
	background-color: #fafafa;
	padding: 10px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
	text-align: center;
}


.GalleryBG {
	background: #0f0c29;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(
		to right,
		#24243e,
		#302b63,
		#0f0c29
	); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.Gallery img {
	transition: 1s;
	width: 450px;
	height: auto;
}
.Gallery img:hover {
	filter: grayscale(100%);
	transform: scale(1.08);
}
.Gallery a {
	margin: 0px;
}
.Avatar_icon_list {
	width: 45px;
	height: 45px;
	margin: 5px;
	border-radius: 50%;
	border: 3px solid white;
	background-color: #302b63;
}
.Avatar_icon {
	transition: 0.2s;
	width: 130px;
	height: 130px;
	margin: 5px;
	border-radius: 50%;	
	border: 3px solid white;
	cursor: pointer;

}
.Avatar_icon:hover {
	filter: grayscale(100%);
	transform: scale(1.08);
}
.Avatar_icon_c {
	transition: 0.2s;
	width: 70px;
	height: 70px;
	margin: 5px;
	border-radius: 50%;
	border: 3px solid white;
}
.Avatar_icon_c:hover {
	filter: grayscale(100%);
	transform: scale(1.08);
}
.prodect_icon {
	transition: 0.2s;
	width: 50px;
	height: 50px;
	margin: 5px;
	border-radius: 5%;
	border: 3px solid white;
}
.prodect_icon:hover {
	filter: grayscale(100%);
	transform: scale(1.08);
}
.prodect_div {
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #d5d5d5;
	border-radius: 5px;
	text-align: right;	
align-items: flex-start;
	vertical-align: center;
	cursor: pointer;
	background-color:#fbf5ef;
	padding:2px;
}
.prodect_div:hover {
	filter: grayscale(100%);
	transform: scale(1.01);
}
.CountDownTimer {
	margin-top: 3px;
	padding-top: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #5e5e5e3f;
	border-radius: 50%;
	vertical-align: center;
	width: 100px;
	height: 100px;
	line-height: 1.1;
	font-size: 35px;
	line-height: 55%;
	margin-top: 15px;
}
.CountDownTimer_small {
	margin-top: 3px;
	padding-top: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #5e5e5e3f;
	border-radius: 50%;
	vertical-align: center;
	width: 70px;
	height: 70px;
	line-height: 1.1;
	font-size: 20px;
	line-height: 55%;
	margin-top: 10px;
}
.PhotoWsbanner {
	max-width: 100%;
	transition: 0.2s;
	border-radius: 0px;
	border: 0px solid white;
	padding: 2px;
}
.PhotoWsbanner:hover {
	filter: grayscale(100%);
}