@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
  font-family: "Noto Sans Hebrew", sans-serif;
  font-family: "Roboto", sans-serif;
*/

body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
    font-family: "Noto Sans Hebrew", sans-serif;
    font-family: "Roboto", sans-serif;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
video{
	outline: none;
	width: 100%;
}
video::-webkit-media-controls{
  display: none;
}
video::controls{
  display: none;
}

/* Header Css START */
.main_menu_mobile{
	display: none !important;
}
.menu{
	padding: 10px 0;
	position: relative;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: end;
}
.main_menu ul li {
	padding: 0px;
	position: relative;
}
.main_menu ul li:last-child{
	border-right: none;
}
.main_menu.right ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: start;
	list-style: none;
}
.main_menu ul li a {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	transition: all .5s ease-in-out;
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 6px 0;
	font-family: "Noto Sans Hebrew", sans-serif;
	margin: 0 15px;
}
.top_header {
	text-align: center;
}
.top_section {
	padding: 20px 0px;
}

/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 0;
	z-index: 22222;
	margin-top: -12px;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
	cursor: pointer;
	width: 30px;
	height: 35px;
	text-align: center;
	position: relative;
	left: 0;
	top: 0;
	font-size: 20px;
	display: block;
	margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 170px;
	overflow: hidden;
	padding: 10px;
	background-color: #6f6f6f;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a {
    font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 8px 0px;
	text-transform: uppercase;
}
.amon ul li a::after,.main_menu ul li a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transform-origin: bottom right;
	transition: transform 0.5s ease-in-out;
}
.main_menu ul li a::after{
	background-color: #000;
}
.amon ul li a:hover::after,.main_menu ul li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
	padding: 0;
}
.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}
/* menu_icon */
.menu_icon_wrapper{
	position: relative;
}
.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
}
.menu_icon .line-one {
	top: 0px;
	transform-origin: left center;
	width: 20px;
}
.menu_icon .line-two{
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three {
	top: 60%;
	transform-origin: left center;
	transform: translateY(-100%);
	width: 20px;
	left: 0;
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
	width: 30px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
	width: 30px;
}
/* Header_responsive */

@media screen and (max-width: 991px) {
	.main_menu ul li a {
		padding: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.main_menu {
		display: none;
	}
	.logo {
		width: auto;
		margin: 0;
		text-align: left;
	}
	.top_header {
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.top_section .container .row .col-md-2 {
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
	}
	.top_section .container .row .col-lg-5:nth-child(1), .top_section .container .row .col-lg-5:nth-child(2) {
		justify-content: center;
		display: flex;
		order: 2;
	}
    .menu{
        display: none;
    }
    .menu .col-md-12{
        text-align: right;
    }
	.mobile_menu {
		display: block !important;
	}
	.top_section .container .row .col-lg-4:nth-child(2) {
		order: -1;
	}
}
@media screen and (max-width: 767px) {
	.top_section .container .row .col-md-5:nth-child(1), .top_section .container .row .col-md-5:nth-child(2) {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 575px){
	.menu-links {
		top: 60px;
	}
	.amon {
		right: 20px;
	}
	.logo img {
		width: 80%;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 50px;
	}
}
/* Header Css END */

/* Banner CSS START */
#dezign_home_banner {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
#dezign_home_banner img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {


	#dezign_home_banner {
		margin: 0 auto 25px;
	}
}
/* Banner CSS END */

/* image Css START */
.listing_content {
	width: 100%;
	margin: 0px auto 40px;
	display: table;
	position: relative;
}
.listing_main {
	padding: 30px;
}
.pro_section {
	margin-bottom: 30px;
}
.sku_title {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0 0 15px 0;
}
.description_text {
	border: 1px solid #e7e7e7;
	padding: 20px;
	overflow: auto;
	height: 1000px;
	color: #333333;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	background: none;
}
#right_box {
	background: #FFF;
	padding: 25px;
	padding-bottom: 0px;
	/* box-shadow: 0px 0px 10px 2px #000; */
	height: 620px;
	overflow: auto;
}
.price_text {
	font-size: 15px;
	color: #aaaaaa;
	font-weight: 500;
	letter-spacing: 0.50px;
	line-height: 30px;
	font-family: "Montserrat", sans-serif;
	padding-top: 10px;
}
.price_text span {
	color: #c99c3f;
	font-size: 25px;
}
.paroduct_info_wapper {
	border: 1px solid #DFDFDF;
	padding: 25px;
}
.listing_listinghead {
	margin-bottom: 12px;
	border-width: 12px;
	border-style: solid;
	border-color: #000;
	border-collapse: separate;
	border-spacing: 2px;
	border-top: 0;
	border-bottom: 0;
}
.listing_listinghead h1 {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background-color: #d33341;
	padding: 7px 5px;
	margin-bottom: 0;
	max-width: 100%;
	margin: 0 3px;
	position: relative;
	font-family: "Montserrat", sans-serif;
}
.listing_listinghead.spider_text {
	position: relative;
}
.listing_listinghead span {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	display: block;
	letter-spacing: 1.5px;
	font-family: "Montserrat", sans-serif;
}
.desc-rd.desc-text ul li {
	background: url('../images/right_arrow.png');
	background-position: left 11px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 8px;
	line-height: 26px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.30px;
	color: #000;
	font-family: "Montserrat", sans-serif;
}
.desc-rd {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0;
	position: relative;
	border-top: 0;
	padding: 18px 0;
	height: 530px;
	overflow: auto;
	scroll-behavior: smooth;
	scrollbar-width: thin;
}
.desc-rd.desc-text b {
	color: #000;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.30px;
	line-height: 26px;
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
	margin-bottom: 16px;
}
.desc-text {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	line-height: 28px;
	letter-spacing: 0.50px;
}
.desc-text p {
	line-height: 32px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 17px;
}
.desc-text p:last-child{
	margin-bottom: 0;
}
.desc-rd.desc-text h1 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	color: #FFF;
	padding: 3px 10px;
	margin-bottom: 12px;
	margin-top: 15px;
}
.medium_text p {
	font-size: 15px;
	font-weight: 500;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
/*	border-bottom: 3px solid #ececec;*/
	padding-bottom: 15px;
}
.medium_text p span {
	margin-left: 40px;
	text-transform: capitalize;
	font-weight: 400;
}
.desc-rd.desc-text table {
	margin-bottom: 20px;
}
.desc-rd.desc-text tr td {
	position: relative;
}
.desc-rd.desc-text tr td:first-child {
    padding-right: 60px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.desc-rd.desc-text tr td:first-child::after {
	position: absolute;
	content: ':';
	color: #333333;
	right: 30px;
	bottom: 0;
	top: 0px;
	margin: auto;
}
.low {
	margin-left: 73px !important;
}
.medium_text p img {
	width: 25px;
	height: 25px;
	margin-right: 15px;
	margin-top: -2px;
}
.main_des_text {
	margin-bottom: 40px;
}
.pro_des {
	background: #184891;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.50px;
}
.pro_description_text {
	border: 1px solid #e2e2e2;
	padding: 25px;
	padding-bottom: 0;
	border-bottom: 5px solid #e3e3e3;
}
.pro_description_text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 15px;
	font-size: 15px;
	line-height: 33px;
	color: #333;
	font-weight: 500;
	letter-spacing: 0.20px;
}
.listing_content.box {
	margin: 0 auto;
}
.desc-hedtitle h1 {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	text-transform: capitalize;
	text-align: left;
	max-width: 100%;
	margin: 0 0 35px 0;
	position: relative;
	font-family: "Noto Sans Hebrew", sans-serif;
	letter-spacing: 0.50px;
}
.main_gallery_box {
	width: 100%;
	margin: 0 auto;
	height: 570px;
	background: #fff;
	overflow: hidden;
}
.gallery_img {
	max-width: 100%;
	/* border: 1px solid #d8d8d8; */
	padding: 5px 0;
	width: 100%;
	position: relative;
	justify-content: center;
	display: flex;
	max-height: 100%;
	height: 100%;
}
.gallery_img img {
	margin: auto;
	max-width: 100%;
	text-align: center;
	max-height: 100%;
}
.product_section {
	position: relative;
}
.product_images_wappers {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 850px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #000 #FFF;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #000;
	border: 1px solid transparent;
	border-image: linear-gradient(to bottom, #737373, #b48540) 1;
}
.product_images_gallery {
	width: 48%;
	min-height: 550px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
	padding: 5px;
	margin: 0.5%;
	position: relative;
	border: 1px solid #373737;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: auto;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
#main_row > div {
	margin-top: 0;
	max-width: 374px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	justify-content: start;
	flex-wrap: wrap;
}
#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}
#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	float: left;
	height: 614px;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}
#main_gallery #main_row input {
	display: none;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	border-radius: 0px;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
}
#main_gallery #main_row div ul li {
	float: right;
	height: auto;
	margin: 0 0px 20px 22px;
	padding: 0;
	width: auto;
}
.desc-text .prise {
	margin: 0 0 15px 0;
}
.desc-text .prise h3{
	font-family: "Noto Sans Hebrew";
	font-size: 34px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
color: #000;
display: inline-block;
margin:  0 15px 0 0;
}
.desc-text .prise span{
 font-family:"Roboto";

}
@media screen and (max-width:1199px) {
	.listing_content .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width:1079px){
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
}
@media screen and (max-width: 1024px) {
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
		left: 0;
    	margin: 10px auto 0;
    	right: 0;
    	top: 0 !important;
	}
	#main_gallery .thumb > img {
		max-height: 100%;
		max-width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_gallery .full_img_wapper {
		height: 430px;
		width: 100%;
	}
	.product-text {
		margin-top: 0px;
	}
	#main_row > div {
		float: none;
		margin: 0 auto !important;
		text-align: center;
		max-width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#main_gallery #main_row div ul li {
		margin: 0 8px 20px 8px;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 0;
		width: 100%;
		min-height: auto;
	}
}
@media screen and (max-width: 767px) {
	.main_gallery_box {
		padding: 0 5px;
		height: auto;
	}
	#listingarea {
		margin: 0 auto 30px;
	}
	.desc-rd{
		height: auto;
	}
	.gallery_img{
	}
}
@media screen and (max-width: 480px) {
	.main_gallery_box {
		padding: 0 5px;
		/* height: 410px; */
	}
	#main_gallery #main_row div ul li {
		margin: 0 5px 10px 5px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.desc-hedtitle h1 {
		font-size: 24px;
		margin: 0 0 15px 0;

	}
	.desc-text .prise span{
		display: block;
	}
}
/* image Css END */
/*================================== REVIEWS CSS START  ================================== */
.guaranteed_wapper {
	margin: 60px 0 40px;
}
.guaranteed-head {
	padding-bottom: 30px;
	text-transform: uppercase;
}
.guaranteed-head h5 {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}
.guaranteed-head span {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #333;
	font-family: "Roboto", sans-serif;
}
.guaranteed_box::after {
	content: '';
	background-image: url(../images/coma.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 45px;
	height: 39px;
	position: absolute;
	top: 30px;
	right: 37px;
}
.guaranteed_box {
	background: #FFF;
	text-align: center;
	padding: 18px 15px;
	margin-bottom: 10px;
	position: relative;
	/* box-shadow: 0px 15px 20px 0px rgba(155, 155, 155, 0.13); */
	box-shadow: 0px 3px 8px 0px #00000026;

	padding-bottom: 22px;
}
.ebay_logo {
	margin-bottom: 15px;
}
.start {
	margin-bottom: 20px;
}
.guaranteed_name {
	font-size: 20px;
	color: #000;
	letter-spacing: 0.30px;
	font-weight: 700;
	margin-bottom: 12px;
	font-family: "Roboto", sans-serif;
}
.guaranteed_text {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	line-height: 25px;
	letter-spacing: 0.30px;
}
.btn_2 {
	margin-top: 0;
}
.cat-btn {
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	margin-top: 30px;
}
.cat-btn a{
	color: #fff;
  	font-size: 16px;
  	font-weight: 400;
  	letter-spacing: 1px;
  	font-family: "Roboto", sans-serif;
  	transition: all 0.8s ease;
  	text-align: center;
  	margin: 0 auto;
  	padding: 12px 22px;
  	display: inline-block;
  	position: relative;
  	background: #353535;
  	text-transform: capitalize;
  	overflow: hidden;
}
.cat-btn a:hover {
	background: #000;
}
.cat-btn img {
	margin-left: 5px;
	margin-bottom: 3px;
}
/* .cat-btn a span::after {
	background: #000;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .2;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
}
.cat-btn a:hover span::after {
	left: 120%;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
} */
@media screen and (max-width: 1199px) {
	.guaranteed_wapper .container{
        max-width: 100%;
        padding: 0 40px;
    }
	.guaranteed_box {
		padding: 18px 12px;
	}
}
@media screen and (max-width: 1024px) {
	.guaranteed_text {
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_wapper .container .row .col-md-4{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .guaranteed_wapper .container .row{
        display: flex;
        justify-content: center;
        grid-row-gap: 20px;
    }
	.guaranteed_box {
		padding: 18px 24px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_wapper .container .row .col-md-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
	.guaranteed_wapper .container{
        max-width: 100%;
        padding: 0 20px;
    }
	.guaranteed_text {
		height: unset;
	}
	.guaranteed_text br{
		display: none;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 24px;
	}
	.guaranteed-head span {
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
    .guaranteed-head h5 {
		font-size: 18px;
		margin-bottom: 0px;
	}
    .guaranteed-head span {
        font-size: 11px;
    }
	.guaranteed_wapper {
		margin: 30px 0;
	}
}
@media screen and (max-width: 360px) {
	.guaranteed-head h5 {
		font-size: 20px;
		margin-bottom: 0px;
	}
	.guaranteed-head span {
		font-size: 10px;
	}
	.guaranteed-head {
		padding-bottom: 15px;
	}
}
/*================================== REVIEWS CSS END  ================================== */
/* =======================payment ======================= */
#Payment {
	background: #F5F5F5;
	padding: 60px 0;
}
#Payment .payment-text h3{
	font-family: "Noto Sans Hebrew";
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 15px 0;
}
#Payment .payment-text img{
	margin:   0 0 15px 0;
}
#Payment .payment-text p{
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
letter-spacing: 0.50px;
}
#Payment .col-md-6:nth-child(1) .payment-text,
#Payment .col-md-6:nth-child(2) .payment-text{
	margin:  0 0 30px 0;
}
/* =======================payment end ======================= */
/* =======================footer========================== */
#footer{
	background: #474747;
	padding: 30px 0;
}
#footer .footer-text h3{
	font-family: "Noto Sans Hebrew";
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	margin:  0 0 20px 0;
}
#footer .footer-text p{
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	margin:  0 0 10px 0;
}
#footer .footer-text p{
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	margin:  0 0 10px 0;
}
#footer .footer-text ul{
	padding: 0;
	margin: 0;
}
#footer .footer-text ul li{
	list-style: none;
}
#footer .footer-text ul li a{
	text-decoration: none;
	display: inline-block;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
}
#footer .footer-text ul li a:hover{
margin-left: 5px ;
}
#footer .footer-text .offer-btn {
	color: #111;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: "Roboto", sans-serif;
	transition: all 0.8s ease;
	text-align: center;
	margin: 0 auto;
	padding: 12px 22px;
	display: inline-block;
	position: relative;
	background: #fff;
	text-transform: capitalize;
	overflow: hidden;
}
#footer .footer-text .offer-btn:hover {
	background: #353535;
	color: #fff;
}
@media (max-width:991px) {
	#footer .col-lg-4:nth-child(1) .footer-text,
	#footer .col-lg-4:nth-child(2) .footer-text{
		margin: 0 0 20px 0;

	}
	#footer .col-lg-4:nth-child(3) .footer-text{
		text-align: center;

	}
}
@media (max-width:767px) {
	#footer .col-lg-4:nth-child(3) .footer-text{
		text-align: left;

	}
}
/* =======================footer end========================= */