﻿@charset "utf-8";
/*
Theme Name: TAKAYAMA
Theme URI: TAKAYAMA.com
Author:  Designed by ahmed hasan | mobile-whatsapp: 00201004224742
Version: 6.3
License: TAKAYAMA
License URI: TAKAYAMA.com
Tags: TAKAYAMA  , Premium TV Stands & Mounting Solutions
*/


/* CSS Document */
@import url('https://fonts.cdnfonts.com/css/gilroy-bold');
html{
	direction:ltr;
	margin: 0;
	padding: 0;
}

body{
    background-color: #fff;
	margin: 0;
  font-family: "Gilroy-Regular", sans-serif;
	letter-spacing: 0.5px;
	overflow-x: hidden; /* Hide scrollbars */
}     
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	 transition: all 0.2s;
} 
input:focus{
    outline: none;
}
textarea{
    outline: none;
}

img{border:none;}
ul{list-style: none; margin: 0; padding: 0; }
a{text-decoration:none; color:#000;}
a:hover{text-decoration:none; color:#2E2E2E;}
.right{float:right;}
.left{float:left;}
.wpcf7-form {direction: ltr;}
.clear{clear:both;}
.header_mid_bg{
	padding: 15px 0;
	width: 100%;
	background-color: #fff;
 }
.header_mid_size{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:10px;
   }
.slider_an{
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 700px;
}
.logo svg{
	width: 193px;
	height: 60px;
}
.logo rect{
	width: 193px;
	height: 60px;
}
@media screen and (max-width: 600px) {
	.logo svg{
		width: 120px;
		height:40px;
	}
	.logo rect{
		width: 120px;
		height: 40px;
	}

}
.logo img{
	width: 100%;
  max-width: 210px !important;
}
.top_head{
	background-color: #f5f5f5;
	border-bottom: 1px solid #fff;
	height: 60px;
}
.bred_cru{
	background-color: #F2F2F2;
	height: 60px;
}
.top_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.top_buttom{
	display: flex;
	align-items: center;
	height: 100%;
}
.top_buttom a{
	color: #121212;
	margin: 0 10px;
}
.socialmedia{
	display: flex;
}
.socialmedia a{
	margin: 5px;
}
.mid_head{
	height: 90px;
}
@media screen and (max-width: 1000px) {
	.mid_head{ display: none;}
}
.container{
	max-width: 1240px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
 }
 
.all_header_bg{
	border-top: 1px solid #e1e1e1;
}
.all_header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 120px;
	border-top: 1px solid #f3f4f4;
	flex-wrap: wrap;
}
.mob-icon-menu::before {
	content: '\e9d6';
	font-family: "mobmenu";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	font-size: 32px;
}
.menu-header_menu_en-container{
	width: 100%;
}
.menu-header_menu_en-container .menu{
	display: flex;
  justify-content: space-between;
 }
.menu_he_bg{
	border-top: 1px solid #e8e8e8;
 	border-bottom: 1px solid #e8e8e8;
}
.menu_he{
	list-style: none outside none;
 	display: flex;
	align-items: center;
}
.dl-menuwrapper{
	display: none;	
}
@media only screen and (max-width: 1000px) {
	.menu_he{display: none;	}
	.dl-menuwrapper{display: block;	}

}
.menu_he li{
  	text-align: center;
	white-space: nowrap;
 	font-weight: 500;
	font-size: 17px;
	padding: 16px 0;
	width: 100%;
}
@media only screen and (max-width: 1200px) {
	.menu_he li{
 		font-weight: normal;
		font-size: 14px;
 	}

}
/*
.menu_he li:first-child a{
	color: #272727;
}
.menu_he li:first-child:before { 
	content: '';
	background: transparent url("images/men_mobi.png") no-repeat scroll right;
	padding:16px;
}
.menu_he li ul li:first-child:before { 
	content: '';
	background: none;
	padding: 0px;
}
.menu_he li ul li:first-child a{
	color: #000;
}
*/
.menu_he li a{
	color: #000;
	padding: 24px 15px;
 }
.menu_he li a:hover{
	color: #434343;
}

.menu_he li ul li a{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 5px;
}
.menu_he li ul li a:hover{
	color: #434343;
}
.menu_he li ul li a span{
	font-size: 18px;
	font-weight: bold;
}
.menu_he li ul li a img{
width: 100%;
  margin-left: auto;
  margin-right: auto !important;
  max-width: 350px;
  height: 120px;
  object-fit: contain;
	padding-right: 0 !important;
	
}
.menu_he li ul li a span{
	padding-left: 0 !important;
}
.menu-item-description{
	display: block;
	font-size: 12px;
	text-wrap: auto;
  line-height: 21px;
	color: #FF0004;
	font-weight: normal;
	margin: 0;
}
.menu-item-description span{
	color: #000;
		font-size: 12px !important;
	font-weight: normal;

}
.menu_view{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 15px;
  font-weight: normal;
}
ul.menu li.highlight{ background:#e9f5ff;}
.menu_he li ul { display:none;}
.menu_he li:hover ul {
	width:100%; 
	max-width: 1240px;
	margin:22px auto;
	position:absolute; 
	overflow:hidden;
	background-color:#F2F0F1;  
	padding-bottom:15px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 12px;	
	z-index:99999;
	display: flex;
 	gap: 10px;
	left: 0;
	right: 0;
	border-bottom: 3px solid #C10230; 
}
.menu_he li ul li{ 
	background-color: #fff;
	display:block;
	float: none;
	padding-bottom:5px;
	margin:10px;
	text-align: center;
  }

.current-menu-item a {
	font-weight: bold;
	position: relative;
}
.current-menu-item a::before {
	content: ".";
  position: absolute;
  right: 10px;
  color: #f00;
  font-size: 30px;
  top: -10px;
  padding: 0;
  margin: 0;
}
.dl-subview li ul{
	display: flex !important;
  flex-wrap: wrap;
	
}
.dl-subview li ul li {
		background-color: #fff;
	display:block;
	float: none;
	padding-bottom:5px;
	margin: 0;
	text-align: center;
	width: 50%;

}
.dl-subview li ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
	border: 0;
	margin: 0;
}
.dl-subview li ul li a img{
width: 100%;
  margin-left: auto;
  margin-right: auto !important;
  max-width: 350px;
  height: 80px;
  object-fit: contain;
	padding-right: 0 !important;
	
}
.dl-subview li ul li a::before{
	content: "" !important;
}

.dl-back{
	width: 100% !important;
}
.dl-back a{
	padding: 16px 0 !important;
}
.icon_head{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.icon_head img{width: 25px; margin: 0 5px;}
.icon_head_mobile{display: none;}
@media only screen and (max-width: 1000px) {
 	.icon_head_mobile{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		margin-top: 40px;
		align-items: center;
	}
	.icon_head_mobile img{width: 25px; margin: 0 20px;}
 }
.icon_head a{
}
.icon_head_mobile a{
	margin: 0 5px;
	padding: 0 !important;
	display: flex !important;
}

.mobile_button{display: none;}
@media screen and (max-width: 1000px) {
	.mobile_button{
		list-style: none outside none;
		height: 100px;
		display: flex;
		align-items: center;
	}
}
.mobile_button li {
	background: transparent url("images/three_po.png") no-repeat scroll center;
	width: 31px;
	height: 28px;
}
.mobile_button li:hover {
	background: transparent url("images/three_po_black.png") no-repeat scroll center;
}
 ul.menu li.highlight{ background:#e9f5ff;}
.mobile_button li ul { display:none;}
.mobile_button li:hover ul {
	display: block;
	position:absolute; 
	overflow:hidden;
	padding-bottom:10px;
	padding-top: 30px;
	z-index:99;
	left: 0;
	margin-top: 26px;
}
.mobile_button li ul li{
	width: auto;
	height: auto;
}
.cart-customlocation{
	width: 33px;
 	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.cart-customlocation svg{
	width: 24px !important;
	height: 24px !important;
}
.head_sv{
	width: 33px;
 	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.cart_nu{
	position: absolute;
	margin-left: 22px;
	display: block;
	margin-top: -36px;
	margin-right: 0px;
	background-color: #F00;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
}
.cart_nu_three{
	position: relative;
	margin-left: -9px !important;
	display: block;
	margin-top: -16px;
	margin-right: 0px;
	background-color: #F00;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
}

.mob-menu-header-holder{width: 45px !important; left: 0px !important; right: unset !important; top: 8px !important;}
#searchBox {
	width: 100%;
	max-width:700px;
	margin: 0 20px;
}
#searchBox form {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 1400px) {
	#searchBox {max-width:500px;}
}
@media only screen and (max-width: 1200px) {
	#searchBox {max-width:300px;}
}
@media only screen and (max-width: 1000px) {
	#searchBox {display: none}
}
@media only screen and (max-width: 1000px) {
	.search_pc{display: none;}
}
.search_mob{display: none;}
@media only screen and (max-width: 1000px) {
	.search_mob{display: block;}
	.dgwt-wcas-search-wrapp {max-width: 100% !important;}
}

.search_pc{
	width:700px !important;
}
@media only screen and (max-width: 1400px) {
	.search_pc {width:500px !important;}
}
@media only screen and (max-width: 1200px) {
	.search_pc {width:300px !important;}
}

.dgwt-wcas-search-input{
width: 100% !important;
  height: 42px !important;
  border: 1px solid #E5E5E5 !important;
  background-color: #fff !important;
  padding: 0 10px 0 35px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	padding: 10px 0px 10px 10px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
   border-radius: 50% !important;
  left: 16px !important;
  top: 14px !important;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	right: auto !important;
}
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path, .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path, .dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path, .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{
	fill: #777 !important;
}
.search_light{
	width: 100%;
	height: 42px;
	border: 1px solid #E5E5E5;
	border-radius: 0px 10px 10px 0px;
	text-indent: 10px;
}
.search_light:focus{
	outline: none !important;
}
.inputgo_bg {
	background-image: url("images/bg_gosearch.png");
	width: 72px;
	height: 42px;
	border: 0 !important;
	cursor: pointer;
	background-color: #272727;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px 0px 0px 10px;
}

.login_he{
    background-color: #fee5ee;
	border-radius: 5px;
	border: 1px solid #FBCFD9;
	padding: 10px;
	text-align: center;
	color: #272727;
	font-weight: bold;
}
@media screen and (max-width: 370px) {
	.login_he{padding: 10px;}
}
.signup_he{
	border-radius: 5px;
	background-color: #272727;
	color: #fff;
	padding: 10px 40px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 370px) {
	.signup_he{padding: 10px;}
}
.mobile_menu{display: none;}
.cart_in_mobile{display: none;}
.all_float{display: none;}
@media screen and (max-width: 1000px) {
	.mobile_menu{
		list-style: none outside none;
		height: 100px;
		display: flex;
		align-items: center;
	}
	.cart_in_mobile{display: block;}
	.all_float{display: block;}
}
.mobile_menu li{
	background: transparent url("images/men_mobi.png") no-repeat scroll center;
	width: 31px;
	height: 28px;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	
}
.mobile_menu li:first-child a{
	color: #272727;
}
.mobile_menu li ul li:first-child a{
	color: #000;
}

.mobile_menu li ul li a{
	background: transparent url("images/arrow.png") no-repeat scroll right;
	padding-right: 20px;
	color: #000 !important;
	text-shadow:0 1px 0 #d0d0d0;
    padding: 0 20px;
}

ul.menu li.highlight{ background:#e9f5ff;}
.mobile_menu li ul { display:none;}
.mobile_menu li:hover ul {
		width:200px; 
		display: block;
		position:absolute; 
		overflow:hidden;
		background-color:#fff;  
		-webkit-border-radius: 0px 0px 10px 10px;
        border-radius: 0px 0px 10px 10px;
		border:1px solid #dbdbdb;
		padding-bottom:10px;
		z-index:99999;
		margin-top: 26px;
}
.mobile_menu li ul li{ 
	background-image: none;
	display:block;
	border:none; 
	height:35px; 
	padding-bottom:5px;
	margin:5px 15px 5px 5px;
	text-align: left;
}



.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	overflow-x: hidden;
	transition: 0.1s;
	padding-top: 60px;
	z-index: 999;
}

.sidenav a {
	padding: 18px 8px 18px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	display: block;
	transition: 0.3s;
}
.sidenav ul li ul li {
  padding-right: 40px;
}
.sidenav ul li ul li a {
  background: transparent url('images/arrow_mob.png') no-repeat scroll right;
  padding-right: 20px;
  font-weight: normal;
  font-size: 16px;
}
.sidenav a:hover {
  color: #000;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 36px;
}
.sidenav2 {
	height: auto;
	padding: 20px 0;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	overflow-x: hidden;
	transition: 0.1s;
 	z-index: 9999;
	display: flex;
  align-content: center;
  align-items: center;
	justify-content: center;
}

.sidenav2 a {
	padding: 18px 8px 18px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	display: block;
	transition: 0.3s;
}
 .sidenav2 a:hover {
  color: #000;
}

.sidenav2 .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 36px;
}
@media screen and (max-width: 600px) {
	.sidenav2 .closebtn {
		top: -30px;
		left: -28px;
	}

}
.banner {
  position:relative;
  display:block;
   z-index:0
}
.banner:after,
.banner:before {
  position:absolute;
  content:"";
  height:100%;
  width:100%;
  background:hsla(0,0%,100%,.3);
  opacity:0;
  z-index:1
}
.banner:before {
  left:0;
  top:50%;
  transform:translateY(-50%)
}
.banner:after {
  left:50%;
  top:0;
  transform:translateX(-50%)
}
.banner:hover:before {
   -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards
}
.banner:hover:after {
   -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards
}
.banner:hover>img {
  transform:scale(1.05)
}
.banner>img {
  width:100%;
  border-radius:2px;
  transform:scale(1);
  transition:.8s ease
}
@-webkit-keyframes effect-height {
  0% {
    height:0;
    opacity:1;
    visibility:visible
  }
  to {
    height:100%;
    opacity:0;
    visibility:hidden
  }
}
@keyframes effect-height {
  0% {
    height:0;
    opacity:1;
    visibility:visible
  }
  to {
    height:100%;
    opacity:0;
    visibility:hidden
  }
}
@-webkit-keyframes effect-width {
  0% {
    width:0;
    opacity:1;
    visibility:visible
  }
  to {
    width:100%;
    opacity:0;
    visibility:hidden
  }
}
@keyframes effect-width {
  0% {
    width:0;
    opacity:1;
    visibility:visible
  }
  to {
    width:100%;
    opacity:0;
    visibility:hidden
  }
}

/*  start slider code */

.slider {
  margin: 0 auto;
}

.slide_viewer {
  height: 100%;
  overflow: hidden;
}
.slide_group {
  height: 100%;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  width: 100%;
}

.slide:first-child {
  display: block;
}
.slide_cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.image_slid_big{
 }
.image_slid_big img {
	width: 100%;
}
.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
	margin-top: -60px;
	z-index: 99;
}

a.slide_btn {
  color: #ccc;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}

.slide_btn.active, .slide_btn:hover {
  color:#393939;
  cursor: pointer;
}

.directional_nav {
  margin: 0 auto;
}

.previous_btn {
	bottom: 0;
	left: 20px;
	margin: auto;
	position: absolute;
	top:0px;
	opacity: 0.3;
	z-index: 999;
}

.next_btn {
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 20px;
	top: 0;
	opacity: 0.3;
	z-index: 999;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}
@media only screen and (max-width: 1170px) {
	.previous_btn {
		left: 5px;
	}

	.next_btn {
		right: 0px;
	}
	.next_btn svg {width: 35px;}
	.previous_btn svg {width: 35px; }
	.previous_btn, .next_btn {
		  height: 35px;
		  width: 40px;
		}
}
 /*  End slider code */
.whatdo {
 }
.whatdo ul{
	display: flex;
    gap:20px;
 	list-style-type: none;
}
@media only screen and (max-width:768px) {
	.whatdo ul{
		flex-wrap: wrap;
	}

}
.whatdo ul li{
	overflow: hidden;
}
.whatdo ul li img {
	width: 100%;
 }
.whatdo ul li p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
 margin: 20px 0;
}
.whatdo ul li button{
border-top: 1px solid #000;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  background: none;
  font-size: 16px;
  margin: auto;
  padding: 10px;
  color: #f00;
  font-weight: bold;
 }
.zoom {
   transition: transform .2s; /* Animation */
	display: block;
 }

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.cat_discount {
	padding: 20px 0;
}
.cat_discount ul{
	display: grid;
    gap:20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	list-style-type: none;
}
@media only screen and (max-width:768px) {
	.cat_discount ul{
		grid-template-columns:  1fr 1fr;
	}

}
.cat_discount ul li{
	overflow: hidden;
}
.cat_discount ul li img {
	width: 100%;
 }
 
.brand_img{
	margin-top: 50px;
	height: 13vw;
    max-height: 80px;
}
@media screen and (max-width:768px) {
    .brand_img{margin-top: 20px;}
}
.brand_img .owl-carousel.owl-rtl .owl-item{
	padding: 10px 0px;
}
.brand_img .owl-carousel .owl-item img{
	width: 150px !important;
	height: 50px;
	margin: auto;
}
@media screen and (max-width: 700px) {
	.brand_img .owl-carousel .owl-item img{
		width: 100% !important;
	}

}
.brand_img .pwb-columns{
	float: none !important;
}
.circ_cat_home{
 }
.circ_cat .owl-stage{
}
.circ_cat h2{
	font-size: 17px;
	font-weight: bold;
	color: #121212;
	margin-top: 40px;
	margin-bottom: 30px;
text-align: center
}
.circ_cat .owl-item li div {
 	border: 1px solid #f0f0f0;
  box-shadow: 0 0 5px rgba(0, 0, 0, .07);
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	width: 8vw;
	height: 8vw;
	margin: auto;
}
@media screen and (max-width: 1300px) {
	.circ_cat .owl-item li div{
		width: 9vw;
		height: 9vw;
	}
 }
@media screen and (max-width: 1000px) {
	.circ_cat .owl-item li div{
		width: 12vw;
		height: 12vw;
	}
 }
@media screen and (max-width: 500px) {
	.circ_cat .owl-item li div{
		width: 20vw;
		height: 20vw;
	}
 }
.circ_cat ul li div img{
	max-width: 130px !important;
	margin: auto;
	padding: 15px;
}
 .circ_cat .owl-item li div picture{
	text-align: center;
	display: flex;
	align-items: center;
	width: 8vw;
	height: 8vw;
	margin: auto;
}
@media screen and (max-width: 1300px) {
	.circ_cat .owl-item li div picture{
		width: 9vw;
		height: 9vw;
	}
 }
@media screen and (max-width: 1000px) {
	.circ_cat .owl-item li div picture{
		width: 12vw;
		height: 12vw;
	}
 }
@media screen and (max-width: 500px) {
	.circ_cat .owl-item li div picture{
		width: 20vw;
		height: 20vw;
	}
 }

.circ_cat ul li h1{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
}
.circ_cat ul li a{
	color: #121212;
	width: 100%;
}
.circ_cat .owl-prev{
	top: 50px;
	border-radius: 50% !important;
}
.circ_cat .owl-next{
	top: 50px;
	border-radius: 50% !important;
}
.circ_cat_incat {
	max-width: 1120px;
 }
@media only screen and (max-width: 1400px) {
	.circ_cat_incat {
		max-width: 940px;
}
}
@media only screen and (max-width: 1300px) {
	.circ_cat_incat {
		max-width: 840px;
}
}
@media only screen and (max-width: 1200px) {
	.circ_cat_incat {
		max-width: 740px;
}
}
@media only screen and (max-width: 1100px) {
	.circ_cat_incat {
		max-width: 640px;
}
}

.discount_home{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(411px, 1fr) );
	gap: 70px;
	margin-top: 60px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 550px) {
	.discount_home{
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr) );
		gap: 40px;
		margin-top: 30px;
		margin-bottom: 30px;

	}
}
.discount_home h1{
	font-size: 16px;
	font-weight: normal;
}
.dis_r{
	border-radius: 5px;
}

.dis_l{
	border-radius: 5px;
}


.shop_now{
	background-color: #272727;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding: 7px 21px;
	width: 135px;
}
.title_cat{
	align-items: center;
}
.title_cat a{color: #121212;}
.title_cat h1 {
	font-size: 20px;
	font-weight: bold;
	color: #272727;
	text-align: center;
 }
.title_cat p {
	font-size:16px;
	font-weight: normal;
	color: #272727;
	text-align: center;
	max-width: 500px;
	margin: auto;
}
.sum_bg{
	background-image: url("images/pattern_bg.png");
	background-position: center;
	background-repeat: repeat;
}
.ator_cat_bg{
	background-image: url("images/pattern_bg.png");
	background-position: center;
	background-repeat: repeat;
}
.ator_cat{
	margin:60px 0;
}
.ator_cat ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}
@media only screen and (max-width: 900px) {
	.ator_cat ul{
 		grid-template-columns: 1fr 1fr;
	}

}
 
.ator_cat .fa-star::before {
	color: #FEDB39;
}
.ator_cat .fa-star-o::before {
	content: "\f005";
	color: #D9D9D9;
}

.ator_cat ul li {
 	margin: 0;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
 	text-align: left;
  line-height: 26px;
	border: 1px solid #eee;
  padding: 10px !important;
  border-radius: 20px;
}
.ator_cat ul li a{
	overflow: hidden;
}
.ator_cat ul li img{
	width: 100%;
	height:300px;
	transition:.8s ease;
		object-fit: contain;
 }
@media only screen and (max-width: 900px) {
	.ator_cat ul li img{
 		height:150px;
 	 }
	.ator_cat ul li {
		text-align: left;
	  line-height: 25px;
	  font-size: 13px;
	}
}
.ator_cat ul li:hover img {
  transform:scale(1.05);
	transition:.8s ease
	  
}
.ator_cat ul li h1{
	color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  overflow: hidden;
  display: inline-block;
  padding: 0 !important;
}
.ator_cat ul li p{
	color: #515151;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  overflow: hidden;
   padding: 0 !important;
	margin: 0;
}

.ator_cat ul li .menu-item-description span{
	font-size: 16px !important;
  font-weight: normal;
}
 span.woocommerce-loop-product__title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
 	overflow: hidden;
	display: inline-block;
	padding: 0 !important;
 }
@media only screen and (max-width: 500px) {
	span.woocommerce-loop-product__title{font-size: 14px;}
}
.ator_cat ins{
	color: #121212 !important;
	text-decoration: none;
}
.ator_cat .woocommerce-Price-amount{
	display: block;
	margin-top: 5px;
	margin-bottom:5px;
	font-size: 15px;
	font-weight: bold;
}
@media only screen and (max-width: 500px) {
	.ator_cat .woocommerce-Price-amount{font-size: 14px;}
}
@media only screen and (max-width: 768px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
        float: none !important;
        width: auto !important;
    }
    .rtl .woo-variation-product-gallery{
        float: none !important;
    }
}
.woocommerce ul.products li.product .button {
	background-position: right;
	background-repeat: no-repeat;
	background-color: #272727;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	padding: 12px;
	color: #fff;
	margin-top: 0px !important;
	font-weight: normal;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	display: none !important;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.woocommerce ul.products li.product .button {
		font-size: 13px;
	}
}
.woocommerce div.product form.cart .button{
	display: none;
}
.add_to_cart_button {
	background-color: #272727;
	padding: 12px;
	color: #fff;
	margin-top: 0px !important;
	font-weight: normal;
	font-size: 14px;
	border-radius: 30px;
	text-align: center;
	display: none;
}
.add_to_cart_button:hover {
	background-color: #000;
	padding: 12px;
	color: #ccc;
	margin-top: 0px !important;
	font-weight: normal;
	font-size: 14px;
	border-radius: 30px;
	text-align: center;
}

.sum_wint .add_to_cart_button {
	background-color: #272727;
	padding: 12px 32px;
	color: #fff;
	margin-top: 0px !important;
	font-weight: normal;
	font-size: 14px;
	border-radius: 30px;
	text-align: center;
	position: absolute;
	bottom: 10px;
}
.sum_wint .container-rating {
	display: flex;
	justify-content: flex-end !important;
	position: absolute;
	left: 20px;
	bottom:6px;
	
}
.sum_wint .star-rating {
   text-align: left !important;
	margin-top: 30px !important;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.sum_wint .count-rating{
	margin-top: 21px;
}
.sum_wint .container-rating .star-rating{
	position: relative;
	padding-top: 20px;
}
.outofstock .product_type_simple {
	background-position: right;
	background-repeat: no-repeat;
	background-color: #272727;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	padding: 12px;
	color: #fff;
	margin-top: 0px !important;
	font-weight: normal;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 500px) {
 	.outofstock .product_type_simple{
		width: 50px;
		left: 10px;
		position: absolute;
		bottom: 10px;
		font-size: 0px !important;
		
	}
}
.product-details{
	display: flex;
  flex-direction: column-reverse;
}
.product-details div:last-child{
	color: #C10230;
	font-size: 14px;
	font-weight: bold;
}
.product-details div:last-child span{
	color: #000;
	font-weight: normal;
}
.add_cart_icon{
	background-image: url('images/addtocart.png');
	padding-right: 33px;
	padding: 2px 0px 0px 19px;
	background-repeat: no-repeat;
	margin-right: 10px;
}
@media only screen and (max-width: 500px) {
	.add_cart_icon{margin-left: 0px;}
}
.ban_slider .owl-carousel4 .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 580px;
  object-position: top;
  margin: 20px 0;
}
.ator_cat .owl-carousel2 .owl-item img {
	display: block;
	margin: auto !important;
	height:230px;
	object-fit: cover;
}

.ator_cat .onsale {
  top: 0;
  left: 0;
  right: auto;
  margin: -.5em 0 0 -.5em;
}
.ator_cat span.onsale {
	display: none !important;;
}
.ator_cat .price{
 	overflow: hidden;
	display: none;
	color: #083D2D;
	justify-content: space-around;
}
.ator_cat .price del span{
	color: #AFAFAF;
	font-weight: normal;
}
.ator_cat .container-rating{
	display: none;
	justify-content: center;
}
.ator_cat .star-rating{
	margin-top: 3px;
	color: #d9d9d9;
	display: none;
}
.ator_cat .count-rating{
	color: #d9d9d9;
}
.ator_cat .brand-in-lo{
	height: 23px;
	overflow: hidden;
	color: #D4D1D2;
	display: block;
}
@media only screen and (max-width: 500px) {
	.ator_cat .brand-in-lo{font-size: 12px;	}

}
.ator_cat .brand-in-lo a{
	color: #D4D1D2;
}


.offer_cat .owl-carousel2 .owl-item img {
	display: block;
	margin: auto !important;
	height: 500px;
	object-fit: cover;
}

.offer_cat .onsale {
  top: 0;
  left: 0;
  right: auto;
  margin: -.5em 0 0 -.5em;
}
.offer_cat span.onsale {
 background-image: url('images/sale.png');
  background-color: inherit !important;
  width: 64px;
  height: 64px;
  padding: .202em;
  font-size: 1em;
  position: absolute;
  text-align: center;
  margin: 0;
  color: #fff;
  z-index: 9;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-weight: bold !important;
}
.offer_cat .price{
 	overflow: hidden;
	display: flex;
	color: #083D2D;
	justify-content: space-around;
}
.offer_cat .price del span{
	color: #AFAFAF;
	font-weight: normal;
}
.offer_cat .container-rating{
	display: flex;
	justify-content: center;
}
.offer_cat .star-rating{
	margin-top: 3px;
	color: #d9d9d9;
	display: block;
}
.offer_cat .count-rating{
	color: #d9d9d9;
}
.offer_cat .brand-in-lo{
	height: 23px;
	overflow: hidden;
	color: #D4D1D2;
	display: block;
}
@media only screen and (max-width: 500px) {
	.offer_cat .brand-in-lo{font-size: 12px;	}

}
.offer_cat .brand-in-lo a{
	color: #D4D1D2;
}
.offer_cat ul li {
	background-color: #fff;
 	border: 1px solid #eaeaea;
 	padding: 5px;
	margin: 2px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 445px;
	text-align: center;
}
 .offer_cat ins{
	color: #121212 !important;
	text-decoration: none;
}
.offer_cat .woocommerce-Price-amount{
	display: block;
	margin-top: 20px;
	margin-bottom:20px;
	font-size: 15px;
	font-weight: bold;
}
@media only screen and (max-width: 500px) {
	.offer_cat .woocommerce-Price-amount{font-size: 14px;}
}
.woocommerce .onsale {
  top: 0;
  left: 0;
  right: auto;
  margin: -.5em 0 0 -.5em;
}
.woocommerce span.onsale {
 background-image: url('images/sale.png');
  background-color: inherit !important;
  width: 64px;
  height: 64px;
  padding: .202em;
  font-size: 1em;
  position: absolute;
  text-align: center;
  margin: 0;
  color: #fff;
  z-index: 9;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-weight: bold !important;
}

.home_slide{
    height: 40vw;
    max-height: 700px;
	overflow: hidden;
	margin-bottom: 50px;
}
.owl-carousel4 .owl-next {
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}
.owl-carousel4 .owl-prev {
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}



.tabs.style__horizontal .tabs__nav{
	flex-wrap: nowrap !important;
	overflow-x: scroll;
	  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
 .tabs.style__horizontal .tabs__nav::-webkit-scrollbar {
  display: none;
}

.firstWord{
	color: #1f755b;
}
.best_package{
	background: rgb(243,151,171);
	background: linear-gradient(45deg, rgba(243,151,171,0.07) 0%, rgba(180,219,206,0.07) 50%, rgba(170,229,211,0.07) 100%); 
 }
.best_package_cont{
 	overflow: hidden;
}
.firstWord_red{
	color: #272727;
}
.adv_flex{
	margin-bottom: 40px;
}
.adv_flex_cont{
	display: grid;
	grid-template-columns: 50% 24% 24%;
	gap: 10px;
}
.adv_flex_cont_2{
	display: grid;
	grid-template-columns: 24% 50% 24%;
	gap: 10px;
	margin-top: 10px;
}
.grid-item {
	overflow: hidden;
	border-radius: 15px;
}
.grid-item img{
	width: 100%;
	height: 320px;
}
@media only screen and (max-width: 600px) {
	.grid-item img{height: 135px;}
}
.man_bar{
	overflow: hidden;
}
.mens_womans{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(420px, 1fr) );
	gap: 70px;
	margin-top: 60px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 550px) {
	.mens_womans{
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr) );
	}

}
.owl-theme .owl-dots .owl-dot span{
	border: 1px solid #ccc;
	background: none !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	border: 0 !important;
	background: #ccc !important;
}
.owl-theme .owl-dots .owl-dot span{
	width: 15px !important;
  height: 15px !important;
}
 .footer{
 	background-color:#F0F0F0;
 	overflow:hidden;
	width:100%;
	bottom:0;
 }

.footer_size{
	max-width: 1240px;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 160px;
	border-bottom: 1px solid #ccc;
 }
.footer_right{
	background-color: #F0F0F0;
	width: 100%;
	text-align: center;
	color: #000;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	gap:10px;
 }
@media only screen and (max-width:768px) {
	.footer_item{
		width: 100%;
	  padding: 0 10px
	}
	.footer_size{
		margin: 0 20px;
 	  justify-content: center;
  	  flex-direction: column;
	  align-items: flex-start;
	}
	.footer_right{
 		gap: 0px;
		flex-direction: column;
		padding: 0 10px;
 	 }

} 
.footer_item h1 {
 	font-weight: bold;
 	font-size: 18px;
	color: #1e1e1e;
	margin: 10px 0;
 }
.aboutfooter {
  font-weight: normal;
   font-size: 14px;
  color: #fff;
  margin: 10px;
  text-align: justify;
  line-height: 35px;
}
 
.footer_bg{
	background-color: #1d1d1b;
	min-height: 360px;
	overflow: hidden;
}
.foot_flex{
	display: flex;
	padding-top: 20px;
	justify-content: space-between;
}
@media only screen and (max-width: 900px) {
	.foot_flex{
		flex-wrap: wrap;
		flex-direction: column;
	}
}
.foot_flex h2{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 48px;
	width: fit-content;
}
.naf_kalema p{
	font-size: 14px;
	font-weight: normal;
	color: #004040;
	line-height: 32px;
	padding: 0px 25px;	
	text-align: justify;
}
.contact_list div{
	margin: 5px 0; 
}
.contact_list div img{
	float: left;
	margin-right: 10px;
	width: 28px;
}
.contact_list h3 {
	font-size: 14px;
	font-weight: normal;
	color: #1e1e1e;
	line-height: 29px;
	text-align: left;
	margin: 0
}
.socialbutton{
 }
.socialbutton ul{
 	overflow: hidden;
 }
.socialbutton h2{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
 	letter-spacing: 1px
}
.socialbutton ul li{
 	float: left;
}
.socialbutton ul li img{
	float: none;
	margin-left: 5px;
	width: 30px;
}
.socialbutton ul li:first-child img{
	margin-left: 0;
}
.socialbutton_footer{
	border-top: 1px solid #fff;
	padding-top: 10px;
	overflow: hidden;
	height: 50px !important;
}
.socialbutton_footer ul li{
	padding: 5px;
	float: left;
}
.socialbutton_footer ul li img{
	float: none;
	margin-left: 0px;
	width: 30px;
}

.app_down ul{
	margin-bottom: 40px;
	overflow: hidden;
}
.app_down ul li {
	float: left;
	margin: 4px;
}
.menu-footer1_en-container ul{
	display: flex;
	
}
.menu-footer1_en-container ul li{
 	font-size: 16px;
	font-weight: normal;
	padding: 5px 0;
 }
.menu-footer1_en-container ul li a{
	color: #000;
	padding: 0 30px;
}
@media only screen and (max-width: 768px) {
	.menu-footer1_en-container ul {
		justify-content: space-between;
	}
	.menu-footer1_en-container ul li a{
 		padding: 0;
	}
}
.menu-footer2_en-container ul li{
 	color: #1e1e1e;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0;
}
.menu-footer_en-container ul li a{
	color: #1e1e1e;
}
.menu-footer2_en-container ul li a{
	color: #1e1e1e;
}

.wpml-ls-legacy-dropdown-click a{
	border: none !important;
background:none !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	border-top: none !important;
	background-color: #424242;
	border-radius: 15px;
	margin: 5px;
	padding: 0px 0px 5px 0px;
}
.wpml-ls-legacy-dropdown-click {
  width: 110px !important;
}
.mob-menu-header-holder{
	display: none;
}
body.mob-menu-slideout-over{
	padding-top: 0px !important;
}
.prev-slide{
		background: transparent url("images/arrow.png") no-repeat scroll right;
width: 50px;
height: 50px;
}
.owl-nav span {
	font-size: 26px;
	padding: 5px 20px;
	color: #000;
	height: 45px;
	display: inline-block;
 }
.owl-nav span:hover{
 	border-radius: 50%;
	background-color: #ccc;
} 
.owl-nav button:hover {
	background: none !important;
}
.brand_img .owl-prev{
	position: absolute;
	top: 5px;
	right: -20px;
}
.brand_img .owl-next{
	position: absolute;
	top: 5px;
	left: -20px;
}
.owl-prev{
	position: absolute;
	top: 43%;
	left: 20px;
	background-color: #eaeaea96 !important;
}
.owl-next{
	position: absolute;
	top: 43%;
	right: 20px;
	background-color: #eaeaea96 !important;
}
.tabs.style__horizontal .tabs__content{
	overflow: inherit !important;
}
.owl-theme .owl-nav .disabled{
	opacity: 0 !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
 	overflow: hidden;
	position: relative;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
 	text-align: left !important;
	width: 24.4% !important;
	margin: 0 0 2.992em 0.6% !important;
	line-height: 27px;
	border: 1px solid #eee;
  padding: 10px !important;
  border-radius: 20px;
}
@media only screen and (max-width: 500px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { }
}
.woocommerce-page ul.products li.product img{
	display: block;
 	object-fit: cover;
}
.woocommerce-page ul.products li.product h2{
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	height: 85px;
	overflow: hidden;
}
@media only screen and (max-width: 500px) {
	.woocommerce-page ul.products li.product h2{font-size: 14px;}
}
 ul.products li.product .woocommerce-Price-amount{
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
	ul.products li.product .woocommerce-Price-amount{font-size: 14px;}
}
ul.products li.product .brand-in-lo{
	height: 23px;
	overflow: hidden;
	color: #D4D1D2;
	font-weight: normal;
	display: block;
}
@media only screen and (max-width: 500px) {
  ul.products li.product .brand-in-lo{font-size: 12px;	}

}
.woocommerce-page ul.products li.product .brand-in-lo a{
	color: #D4D1D2;
}
.woocommerce .star-rating{color: #d9d9d9 !important; width: auto !important; height: auto !important;padding-top: 4px;display: block;}
.woocommerce .count-rating{color: #d9d9d9 !important; font-weight: normal !important;}
.woocommerce .star-rating::before{
	display: none;
}
.fa-star::before {
	color: #FEDB39;
}
.fa-star-o::before {
	content: "\f005";
	color: #D9D9D9;
}
.woocommerce .container-rating{
	display: none;
	align-items: center;
}
.woocommerce ul.products li.product .star-rating{
	font-size: 14px !important;
	font-weight: normal;
	display: none;
}
.woocommerce ul.products li.product .fa{
	font-size: 17px !important;
}
.woocommerce ul.products li.product .price{
	color: #083D2D !important;
	display: none !important;
	gap: 20px;
}
.woocommerce ul.products li.product .price del{opacity: 1 !important;}
.woocommerce ul.products li.product .price del span{
	color: #083D2D !important;
}
.woocommerce ul.products li.product .onsale{
	top: 14px !important;
	left: 14px !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background-color: #3086e4 !important; 
}
.product-category img{
	height: 400px !important;
}
@media only screen and (max-width: 768px) {
	.product-category img{
		height: 230px !important;
	}

}
ul.page-numbers{
	border: 0 !important;
}
ul.page-numbers li{
	border: 1px solid #d3ced2;
	margin: 5px !important;
	border-radius: 5px;
}
ul.page-numbers li a{
	color: #000;
}
.page-numbers{
	padding: 15px !important;
}
.page-numbers .current {
	color: #fff !important;
}
.woo_flex{
	display: flex;
}
@media only screen and (max-width: 1000px) {
	.woo_flex{
		display: flex;
		flex-wrap: wrap;
	}
}
.wpfMainWrapper{
	background-color: #fff;
	max-width: 300px;
	padding: 1px 15px 15px 15px;
	border: 1px solid #f2f2f2;
}
@media only screen and (max-width: 1000px) {
	.wpfMainWrapper{
		max-width: 100%;
	}
}
.wpfPriceRangeField#wpfMinPrice{
	width: 81px !important;
}
.wpfPriceTooltipShowAsText{
	width: 81px !important;
}
.wpfCheckbox{
	margin-right: 5px;
}
.wpfFilterWrapper ul li{
	margin-bottom: 20px;
}

.wpfCheckbox label::before{
	border-radius: 0 !important;
}
@media only screen and (max-width: 1000px) {
	.filter_bg{width: 100%}
}
.filter_bg h2{
	background-color: #fff;
	font-size: 16px;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 0px solid #f2f2f2;
}
.wpfFilterWrapper .wpfFilterTaxNameWrapper{
	font-size: 14px;
}

.in_product_page{
	width: 100%;
}
.product_bg{
 	width: 100%;
}
.product_title_h{
}
.product_title_h h2{font-size: 16px;}
.product_title_h h4:not(:first-child){
	display: none;
}
.ui-slider.ui-widget-content .ui-slider-handle{
	background:#3086e4 !important;
	border-radius: 50% !important;
	border: 0px !important;
}
.ui-slider .ui-slider-handle{
	width: 1.5em !important;
	height: 1.5em !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.5em !important;
}
.wpfFilterWrapper .ui-slider-horizontal{
	height: .1em !important;
}
.ui-slider.ui-widget-content:not(.iris-slider-offset){
	border: 0px !important;
}
.ui-slider-horizontal .ui-slider-range{
	top: 5px !important;
}
.ui-widget-header{
	background: #bdbdbd !important;
}
.wpfFilterButton.wpfButton{
	width: 100px !important;
	min-height: 43px !important;
	font-size: 15px !important;
}
.wpfClearButton {
  width: 98px !important;
  min-height: 43px !important;
  font-size: 15px !important;
}
.wpfCheckboxHier ul li ul{
	padding-right: 20px;
	padding-top: 20px;
}
.wpfPriceInputs .wpfCurrencySymbol{display: none;}
.wpfFilterWrapper .wpfPriceInputs{
	flex-direction: row-reverse;
	padding-top: 10px;
}
#wpfBlock_2{
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	padding: 50px 0px;
}
@media only screen and (max-width: 500px) {
	#wpfBlock_2{padding: 20px 0px;}
}
.wpfPriceRangeField#wpfMaxPrice{
	background-color: #F2F2F2 !important;
}
.wpfPriceRangeField#wpfMinPrice{
	background-color: #F2F2F2 !important;
}
.wpfFilterWrapper .wfpTitle{
	font-weight: normal !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background-color: #fff !important;
	margin: 0 !important;
	border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	box-shadow:none !important;
	border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #000 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #083D2D !important;
}
.woocommerce div.product p.price ins{
	display: block;
	margin-top: 10px;
}
.woocommerce div.product .product_title{
	font-size: 20px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.woocommerce button.button.alt {
	background-color: #3086e4 !important;
	border-radius: 4px !important;
	color: #fff !important;
	height: 44px;
	width: 180px;
	margin-top: 46px;
	display: block;
}
.cart button.button.alt {
	background-color: #eaeaea !important;
	border-radius: 10px !important;
	color: #000 !important;
	height: 56px;
	width: 180px;
	margin-top:0;
}

.yith-wcwl-add-to-wishlist {
  margin-top: -20px;
  position: absolute;
  margin-right: 200px;
}
 .fa-heart-o::before {
  content: "\f004";
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  padding: 10px;
  color: #272727;
}
.woocommerce .woocommerce-ordering select {
	vertical-align: baseline !important;
	background-color: #FFF !important;
	border: 1px solid #004040;
	border-radius: 4px;
	height: 40px;
	font-family: 'Tajawal', sans-serif;
	color: #121212 !important;
}
.brand_arch{
}
.brands_page .pwb-brands-cols-outer{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(205px, 1fr) );
}
@media only screen and (max-width: 500px) {
	.brands_page .pwb-brands-cols-outer{
		grid-template-columns: repeat(auto-fill, minmax(135px, 1fr) );
	}
}
.brands_page .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{
	padding: 0 ;
	width: auto ;
	float: none;
	text-align: center;
}
.brands_page .pwb-all-brands .pwb-pagination-wrapper{
	border-top: 0 !important;
}
.cart_nav{
	height: auto;
 	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
 }
.one_nav{
	text-align: center;
}
.one_nav::before{
	content: "";
	border-bottom: 4px solid #D4D1D2;
	position: absolute;
	max-width: 685px;
	width: 100%;
	margin-top: 50px;
	z-index: 1;
}
.check_out::before{
	content: "";
	border-bottom: 4px solid #3086e4 !important;
	position: absolute;
	max-width: 685px;
	width: 100%;
	margin-top: 50px;
	z-index: 1;
}
.check_out2 span{
	background-color: #3086e4 !important;
}
.order_done span{
	background-color: #3086e4 !important;
}
.order_done2::before {
  content: "";
  border-bottom: 4px solid #3086e4 !important;
  position: absolute;
  max-width: 685px;
  width: 100%;
  margin-top: 50px;
  z-index: 1;

}
.cart_nav h1{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.cart_nav span{
	background-color: #272727;
	border-radius: 15px;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	z-index: 1;
	position: relative;
}
.two_nav span{
	background-color: #D4D1D2;
}
.two_nav::before{
	content: "";
	border-bottom: 4px solid #D4D1D2;
	position: absolute;
	max-width: 685px;
	width: 100%;
	margin-top: 50px;
	z-index: 1;
}
.three_nav{
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.three_nav span{
	background-color: #D4D1D2;
}
.shop_table thead{
	background-color: #272727;
	color: #fff;
}
.woocommerce a.button.alt{
	background-color: #272727 !important;
}
.woocommerce a.button.alt:hover{
	background-color: #3086e4;
}
.woocommerce-info{
	border-top: 3px solid #272727;
	margin-top: 20px;
}
.woocommerce-info a{
	color: #272727;
}
.woocommerce-info::before{
	color: #3086e4 !important;
}
.woocommerce-notices-wrapper{
	margin-top: 20px;
}
.pagescont{
	margin-top: 20px;
	min-height: 600px;
	position: relative;
}
/*
.pagescont .woocommerce{
	display: flex;
}
@media only screen and (max-width: 1100px) {
	.pagescont .woocommerce{
		display: block;
	}

}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float: none !important;
	width: auto !important;
	margin-right: 40px;
}
@media only screen and (max-width: 1100px) {
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
		margin-right: 0px;
	}

}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
	width: auto !important;
}
*/
.woocommerce form .form-row input.input-text {
  height: 48px;
}
.woocommerce-ResetPassword {
  border: 0 !important;
  padding: 65px 0;
}
.woocommerce button.button {
	float: none !important;
	display: block;
	background: #272727;
	border-radius: 5px;
	color: #fff;
	height: 48px;
	margin-bottom: 10px;
	width: 100%;
	font-family: 'URW DIN Arabic';
}
@media only screen and (max-width: 500px) {
	.woocommerce button.button {width: 100%;}
}
.woocommerce-ResetPassword p {
  width: 100% !important;
}
.pwb-text-before-brands-links{
	display: none;
}
div.quantity{
	margin: 0px 10px 10px 4px !important;
	background: #EAEAEA;
	border-radius: 10px;
	padding: 7px;
	display: none;
 }
.price {
	display: none !important;
}
.posted_in{display: none;}
#wpforms-1156 .wpforms-field-container{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(345px, 1fr) );
}
@media only screen and (max-width: 390px) {
	#wpforms-1156 .wpforms-field-container{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(285px, 1fr) );
	}

}
#wpforms-1156 input{
	max-width: 95% !important;
}
@media only screen and (max-width: 500px) {
	#wpforms-1156 input{
		max-width: 100% !important;
	}
}
#wpforms-1156 .wpforms-submit-container button{
	background-color: #3086e4 !important;
	border: 0px !important;
	color: #fff !important;
	font-size: 1em;
	padding: 10px 55px !important;
	float: left;
	border-radius: 5px;
	margin-bottom: 10px;
}

.yourqustion{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width:1000px) {
	.yourqustion{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}
.yourqustion .sp-ea-one{
	max-width: 500px;
	margin-top: 20px;
}
.imgqus img{width:100%;}
@media only screen and (max-width:990px) {
	.yourqustion .sp-ea-one{
		max-width: 100%;
	}
	.imgqus {width:270px; margin: auto;}
	.imgqus img{width:270px;}
}

.contact_us{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width:1000px) {
	.contact_us{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}
.contact_us img{width:100%;}
.contact_us .wpforms-container-full{
	margin-left: 0 !important;
	margin-right: 0 !important;
		width: 100% !important;
	max-width: 500px;

}
.contact_us div.wpforms-container-full .wpforms-form input.wpforms-field-medium{
	max-width: 100% !important;
}
.contact_us .wpforms-submit{
	width: 100% !important;
	background-color: #3086e4 !important;
	color: #fff !important;
}
.contact_us div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
	height: 200px !important;
}
.sp-easy-accordion > .sp-ea-single{
	background: none !important;
	 
}
.ea-card h3 a{
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 18px !important;
	color: #000 !important;
}
@media only screen and (max-width:500px) {
	.ea-card h3 a{font-size: 14px !important;}
}
.ea-card .ea-body{
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 30px !important;
	color: #000 !important;
}
@media only screen and (max-width:500px) {
	.ea-card .ea-body{font-size: 14px !important;}
}

.ea-expand h3 a {
	color: #3086e4 !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 20px !important;
}
.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa{
	margin-left: 10px !important;
}
.ask_title h1{
	font-size: 18px;
	text-align: center;
}
.ask_title p{
	font-size: 16px;
	text-align: center;
}

.blog_home_cont{
 }
@media only screen and (max-width:1000px) {
	.blog_home_cont{
 	}

}
.most_artic{
	width: 100%
}
.last_art{
	font-size: 17px;
	color: #121212;
	margin-top: 50px;
}
.tilteofpost h1{
	font-size: 24px;
	line-height: 65px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.last_offers li{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #F2F2F2;
	padding: 15px;
	border-radius: 5px;
	max-height: 145px;
 }
@media only screen and (max-width:1000px) {
	.last_offers li{
		width: 100%;
		max-width: 100%;
	}
}

.last_offers li a{
	font-size: 16px;
	line-height: 35px;
	color: #121212;
	height: 103px;
	overflow: hidden;
	display: block;
}
.last_offers img{
	float: left;
	width: 120px;
	height: 90px;
	margin-right: 10px;
}
.blog_item{
	padding-left: 100px;
}
@media only screen and (max-width:1000px) {
	.blog_item{
		padding-left: 0px;
	}
}
.blog_item li {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #F2F2F2;
 	border-radius: 5px;
}
.blog_item img{
	width: 100%;
}
@media only screen and (max-width:500px) {
	.blog_item img{
		width: 100%;
		max-height: 250px
	}
}
.blog_item li h1 {
	font-size: 18px;
	line-height: 35px;
	color: #121212;
	padding: 0px 15px;
}
.blog_item li p {
	font-size: 16px;
	line-height: 35px;
	color: #645457;
	padding: 0px 15px;
}
.blog_item li span{
	color: #272727;
}
.styleofpost{
	width: 100%;
 	display: block;
	padding: 5px;
 	overflow: hidden;
	color: #4d4d4d;
	line-height: 35px;
}
 
.navigation{
	margin-top: 40px; 
	text-align: center;
	margin-bottom: 40px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #272727;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #ac2643;
}
.owl-carousel4 .owl-item img{
 }
.blog_ads ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog_ads .owl-carousel4 .owl-item img{
 }
@media only screen and (max-width:1000px) {
	.blog_ads .owl-carousel4 .owl-item img{
		margin: auto;
	}
}
.most_view_slide .owl-carousel5 li{
	padding: 5px;
}
.most_view_slide .owl-carousel5 li h1{
	font-size: 15px;
	color: #121212;
	font-weight: normal;
	line-height: 35px;
	height: 39px;
	overflow: hidden;
}
.most_view_slide .owl-carousel5 li a div {
	color: #AFAFAF;
	font-size: 13px;
	margin-top: 10px;
}
.owl-carousel5 li a p{
	background: transparent url("images/arrow_art.png") no-repeat scroll left;
	padding-left: 30px;
	color: #272727;
	display: inline-block;
	font-size: 14px;
	margin: 0px;
}
.most_view_slide{margin-bottom: 20px;}
.most_view_slide .owl-carousel5 li img{
	border-radius: 10px;
}
.most_view_slide .owl-next {
	top: 115px;
}
.most_view_slide .owl-prev {
	top: 115px;
}
.brands_page a{
	color: #000;
	font-family: tahoma;
}
.brands_page img{
	 width: 100px;
	height: 100px;
}
.brands_page small{
	display: none;
}

.woocommerce-message::before{
	color: #3086e4 !important;
}
.woocommerce-message {
	border-top-color: #3086e4 !important;
	line-height: 35px;
}
@media only screen and (max-width:500px) {
	.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
		float: none !important;
		display: block;
		text-align: center;
	}
}	
@media only screen and (max-width:768px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 48% !important;
 		clear: both !important;
		margin: 0 0 2.992em !important;
	}
}
.woocommerce .woocommerce-breadcrumb{
    line-height: 35px;
	margin: 0 !important;
	font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs .panel{
     line-height: 35px;
}
.woocommerce .quantity .qty{
    background-color: #eaeaea;
    border: 0;
    padding: 10px 5px;
	font-size: 19px;
    border-radius: 5px;
      -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.quantity .minus{
	background: none;
	border: 0;
	font-size: 25px;
	padding-right: 10px;
	padding-left: 0;
	cursor: pointer;
}
.quantity .plus{
	background: none;
	border: 0;
	font-size: 22px;
	padding-left: 10px;
	padding-right: 0;
	cursor: pointer;
}
.pwb-single-product-brands a{
    color: #fff;
    background: transparent url("images/red_reb.png") no-repeat;
    width: 160px;
    height: 60px;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.woocommerce ul#shipping_method li{
    line-height: 38px !important;
}
.woocommerce ul#shipping_method li input{
    vertical-align: baseline !important;
}
.woocommerce-shipping-destination{
    line-height: 38px !important;
}
.woocommerce-shipping-destination strong{
    font-weight: normal;
}
.woocommerce-checkout #payment ul.payment_methods li img{
    width: 60px;
}
.payment_methods .info{
    width: auto !important;
    float: left !important;
}
#tab-description ul li{
    list-style: outside;
    margin: 15px;
}
.woocommerce div.product p.stock {
  font-size: .92em;
  text-align: center;
  color: #b33030;
  background-color: #fee5e5;
  padding: 10px 20px;
  border-radius: 5px;
}
@media only screen and (max-width:768px) {
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
        display: block;
        width: 100%;
        text-align: left;
    }
    .woocommerce ul#shipping_method{
        text-align: left;
    }
    .woocommerce-shipping-destination{
        text-align: left;
    }
    .woocommerce-shipping-calculator{
        text-align: left;
    }
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	padding: 10px !important;
	margin: 0 0 2px 4px;
	font-size: 12px;
}
@media only screen and (max-width:768px) {
	.wp-element-button{
		font-size: 14px !important;
		font-weight: normal !important;
	}
}
.error_404 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 300px;
	margin: 20px 0;
}
@media only screen and (max-width:768px) {
	.error_404 {flex-direction: column;}
}
.error_404 img{
	width: 100%;
	max-width: 432px;
	margin-top: 5px;
 }
.error_404 h1{
	font-size: 16px;
	color: #333232;
 }
.error_404 p{
	max-width: 500px;
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	color: #333232;
 }
.error_but {
	border-radius: 5px;
	background-color: #272727;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: none !important;
}
.woocommerce-MyAccount-navigation-link{
	line-height: 45px;
	border: 1px solid #F2F2F2;
	padding: 10px;
	margin: 10px;
	font-weight: normal;
	font-size: 15px;
}
.woocommerce-MyAccount-content{
	line-height: 45px;
	border: 1px solid #F2F2F2;
	padding: 10px;
	margin: 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border: 1px solid #ccc;
	padding: 5px;
}
.woocommerce ul.products li.product:only-child {
  margin-left: auto !important;
}
#msg_mob{
	display: none;
}
@media only screen and (max-width:600px) {
	#msg_mob {
		display: block;
		background-color: #FDEEF2;
		position: fixed;
		z-index: 999;
		top: auto;
		width: 100%;
		left: auto;
		right: auto;
		bottom: 0px;
		padding: 10px;
	}
	#msg_mob h1{
		color: #272727;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	#msg_mob p{
		color: #272727;
		text-align: center;
		font-size: 16px;
		font-weight: normal;
	}
	#msg_mob div{
 	}
	#msg_mob button{
		background-color: #FFF6F8;
		border: 1px solid #272727;
		padding: 8px 14px;
		border-radius: 50px;
		color: #272727;
		font-size: 14px;
		display: table;
		margin:10px auto;
	}
	#msg_mob a{
		background-color: #272727;
		border: 1px solid #272727;
		padding: 8px 14px;
		border-radius: 50px;
		color: #fff;
		font-size: 14px;
		display: table;
		margin:10px auto;
	}
}
.search_page ul.products.columns-3 li.product{
	margin: 10px;
}
.no_search{
	min-height: 500px;
}
.fw-popup .fw-popup-content{
	text-align: left !important;
}
.fw-popup .fw-popup-close{
	left: 1em !important;
	right: auto !important;
}
.fw-popup-footer button.button{
	margin-right: 10px !important;
	width: auto !important;
}
.fw-button-text{
	display: none !important;
}
.fw-button--absolute{
	border:0px !important;
	left: 0px;
	margin-top: -18px !important;
}
.fw-button{
	margin-right: 200px;
	margin-top: -28px;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	padding: 9px;
}
.woocommerce button.button.alt[value="wishlist_toggle_default"] {
  margin-top: 0 !important;
	width: auto !important;
}
.lity-wrap{
	background-color: #ffffffeb;
}
.lity-container{
	top: 5%;
}
.lity-content::after{
	-webkit-box-shadow:none !important;
	box-shadow: none !important;
}
.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #000;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dgwt-wcas-search-wrapp{
	width: 400px !important;
 	margin: 0 !important;
	min-width: auto !important;
}
/*
.artic_home ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr) );
  margin-bottom: 25px;
}
@media only screen and (max-width:1290px) {
	.artic_home ul {
	  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr) );
	}
}
*/
.artic_home ul li{
	margin: 10px;
}
.artic_home ul li img {
 	 width: 100%;
	height: 330px;
	border-radius: 10px;
}
@media only screen and (max-width:500px) {
	.artic_home ul li img {
		 width: 100%;
		height: 140px;
		border-radius: 10px;
	}
}
.artic_home ul li a div {
	color: #AFAFAF;
	font-size: 14px;
	margin-top: 10px;
}
.artic_home ul li a h1 {
	color: #121212;
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	height: 31px;
	overflow: hidden;
}
.artic_home ul li a p{
	background: transparent url("images/arrow_art.png") no-repeat scroll left;
	padding-left: 30px;
	color: #272727;
	display: inline-block;
	font-size: 14px;
}

.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton{
	color: #554a4a !important;
}
.reg_no{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 50%;
}
@media only screen and (max-width: 1090px) {
	.reg_no{width: 100%;}

}
.reg_no a{
	color: #272727;
	font-weight: bold;
}
.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label, .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label{
	font-weight: normal !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="email"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="url"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="password"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="date"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="number"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"], .ur-frontend-form .ur-form-row .ur-form-grid textarea, .ur-frontend-form .ur-form-row .ur-form-grid select, .ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement{
	border: 1px solid #F2F2F2;
}
.ur-frontend-form .ur-button-container .ur-submit-button{
	margin-right: unset !important;
	background-color: #272727;
	color: #fff;
	border-radius: 5px;
	padding: 10px 50px;
	font-family: urw din arabic;
}
@media only screen and (max-width: 500px) {
	.ur-frontend-form .ur-button-container .ur-submit-button{
		margin: 0 !important;
		width: 100%
	}

}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border: 1px solid #eee !important;
 	margin: 0 !important;
}
@media only screen and (max-width: 1090px) {
	.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
		width: 100%;
	}
}
.image_login{
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 1090px) {
	.image_login{
		float: none;
		position: relative;
		text-align: center;
	}

}
.image_login img{
	width: 480px;
 }
.ur-frontend-form{
	border: 0 !important;
	padding: 0 !important;
}
.lost_reset_password p{
	line-height: 40px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	text-align: left !important;
}
.select2-container--default .select2-results > .select2-results__options{
	text-align: left !important;
}
.select2-results__option{
	padding: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	right: auto !important;
}
@media only screen and (max-width: 600px) {
	.woocommerce ul.order_details li {
	  float: none;
	  margin-left: 2em;
	  text-transform: uppercase;
	  font-size: .715em;
	  line-height: 35px;
	  border: 1px dashed #d3ced2;
	  padding: 10px;
	  margin: 10px;
	  list-style-type: none;
	}
	.woocommerce table.shop_table td{
		line-height: 35px !important;
		font-size: 14px;
	}
	.woocommerce table.shop_table th {
	  font-weight: normal;
	  padding: 5px;
	  line-height: 35px;
	}
	.woocommerce .woocommerce-customer-details address{
		line-height: 35px;
	}
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select{
	border-color: #f4cad3 !important;
}
@media only screen and (min-width: 1000px) {
	.woocommerce-checkout .col2-set{
		width: 66.666667% !important;
		float: left;
	}
	#customer_details .col-1{
		float: none !important;
		width: 100% !important;
	}
	#customer_details .col-2{
		float: none !important;
		width: 100% !important;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order{
		float: left;
		width: 32%;
		margin-right: 1%;
		border-bottom: 1px solid #F2F2F2;
		padding:5px 10px;
		border-radius: 0 0 10px 10px;
		border-right: 1px solid #F2F2F2;
		border-left: 1px solid #F2F2F2;

	}
	.woocommerce-checkout #order_review_heading{
		float: left;
		width: 32%;
		margin-right: 1%;
		border-top: 1px solid #F2F2F2;
		padding: 10px;
		border-radius: 10px 10px 0 0;
		border-right: 1px solid #F2F2F2;
		border-left: 1px solid #F2F2F2;
		margin-bottom: 0;
	}
}	
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background: #fff !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background-color: #fbfbfb !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #fbfbfb !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
}
.woocommerce-privacy-policy-text{
	line-height: 35px;
}
.woocommerce-checkout .woocommerce table.shop_table td{
	line-height: 35px !important;
}
.woocommerce ul#shipping_method li label{
	font-weight: normal;
}

#respond input#submit.loading::after, a.button.loading::after, button.button.loading::after, input.button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute !important;
  top: .618em;
  left: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#respond input#submit.added::after,  a.button.added::after,  button.button.added::after,  input.button.added::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-right: .53em;
  vertical-align: bottom;
}
.added_to_cart{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
@media only screen and (max-width: 500px) {
	.added_to_cart{text-align: left;}
}
@media only screen and (max-width: 500px) {
	#respond input#submit.loading::after, a.button.loading::after, button.button.loading::after, input.button.loading::after {
		font-size: 16px;
	}
	#respond input#submit.added::after,  a.button.added::after,  button.button.added::after,  input.button.added::after {
		font-size: 16px;
		margin-left: 11px;
		margin-right: 11px;
	}
	.ator_cat .wp-element-button{
		font-size: 0px !important;
	}
	.view-store-credits-link{
		display: block;
		margin-right: 10px;
	}
}

.outofstock .product_type_simple::before {
	content: "";
	background-image: url('images/addtocart.png');
	background-repeat: no-repeat;
	width: 19px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
}
@media only screen and (max-width: 500px) {
	.outofstock .product_type_simple::before {
		margin-left: 0px;
	}
}
span.xoo-wsc-pname, span.xoo-wsc-pname a{
	font-weight: normal !important;
	line-height: 30px;
	font-size: 14px;
}
.xoo-wsc-qty-price{
	font-size: 12px;
}
.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a{
	font-size: 12px !important;
}
.gift_card_code{
	margin: 5px 0;
	padding: 10px;
}
.antd-app-wrapper ::selection{
	background: #3086e4 !important;
}
.antd-app-wrapper .ant-tabs-tab{
	padding: 12px !important;
}
.antd-app-wrapper .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{
	color: #121212;
}
#lpfw_my_points_app .ant-tabs-tab{
	font-size: 16px !important;
	font-weight: bold;
}
#lpfw_my_points_app .ant-tabs-content-holder{
	line-height: 35px;
	border: 0px !important;
}
.points-expiry-text em{
	font-style: normal !important;
	font-size: 13px !important;
	font-weight: normal !important;
}
.antd-app-wrapper a{
	color: #3086e4 !important;
}
.ant-btn{
	margin: 5px !important;
}
.min-max-points-desc{
	font-size: 13px;
}
#lpfw_my_points_app .points-redeem .form-wrap .equal-sign{
	margin-top: 33px !important;
}
.antd-app-wrapper h3{
	font-weight: bold !important;
	display: list-item;
	list-style-type: disclosure-closed;
	list-style-position: inside;
}
.antd-app-wrapper .ant-btn-primary{
	background: #3086e4 !important;
	border-color: #cc3858 !important;
}
.antd-app-wrapper .ant-tabs-tab:hover{
	color: #3086e4 !important;
}
.antd-app-wrapper .ant-btn-primary:focus, .antd-app-wrapper .ant-btn-primary:hover{
	background: #a42c46 !important;
	border-color: #cc3858 !important;	
}
.ant-table-tbody{
	text-align: center !important;
}
.antd-app-wrapper .ant-table-thead > tr > th{
	text-align: center !important;
}
.ant-pagination{
	margin: 10px !important;
}
.antd-app-wrapper .ant-pagination-next{
	margin-right: 10px !important;
}
.agcfw-redeem-gift-card-form button.button{
	display: inline-block;
	width: auto;
	height: 42px;
}
#acfw-store-credits-my-account{
	border: 1px solid #eaeaeacc;
	margin: 12px;
	padding: 0 20px;
}
#agcfw-redeem-gift-card{
	border: 1px solid #eaeaeacc;
	margin: 12px;
	padding: 0 20px;
}
#agcfw-redeem-gift-card h3 {
  font-weight: bold !important;
  display: list-item;
  list-style-type: disclosure-closed;
  list-style-position: inside;
}
#lpfw_my_points_app .ant-tabs-content-holder{
	padding: 20px 0px !important;
}
.points-balance{
	border: 1px solid #eaeaeacc;
	margin: 0;
	padding: 15px;
}
#lpfw_my_points_app .points-redeem{
	max-width: none !important;
	border: 1px solid #eaeaeacc !important;
	margin: 20px 0px !important;
	padding: 15px !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	border-radius: 50%;
	top: 10px;
	right: 10px;
}
.woocommerce #reviews #comments h2{
	font-size: 16px;
}
.woocommerce #reviews #comments ol.commentlist{
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin: 0 !important;
	padding: 10px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	margin: 0 42px 1em !important;
}
.comment-text .star-rating{
	top: 60px;
	right: 50px;
	position: absolute;
}
.woocommerce-review__published-date{
	display: block;
	line-height: 5px !important;
}
.comment-form-author label{
	display: block;
}
.comment-form-email label{
	display: block;
}
.comment-text .description{
	margin-top: 40px;
}
.fw-button--inline{
	margin-right: 0px !important;
	margin-top: 0px !important;
	position: relative !important;
	border: 0px !important;
	padding: 0px !important;
	display: block;
}
.xoo-wsc-ft-btn{
	color: #fff !important;
	background-color: #3086e4 !important;
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	right: auto;
 	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.tabs.style__horizontal .tabs__nav .tabs__nav_link{
	width: 100%;
}
.contact_head{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width:800px) {
	.contact_head{display: none;}
}
.contact_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 20px;
}
.contact_item img{
	width: 30px;
}
@media only screen and (max-width:1000px) {
	.contact_item{margin: 0 5px;}
}
.contact_item img{margin-right:10px;}
.polylang-flags{
font-family: tahoma;
  font-size: 14px;
  gap: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.polylang-flags img{
	margin: 0;
}
.polylang-flags a {
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  align-items: center;
  gap: 5px;
  justify-content: center;
	  background-color: #ddd;
  padding: 10px;
  border-radius: 50%;
   width: 35px;
  height: 35px;

}
#wpgs-gallery.woocommerce-product-gallery{
	border: 1px solid #f0f0f0;
	padding: 10px;
	background-color: #fdfdfd;
}
#wpgs-gallery img{
	max-height: 700px;
	object-fit: contain;
}
.wcgs-thumb img{
	height: 110px !important;
	width: 300px !important;
	background-color: #fff;
	padding: 5px;
}
@media only screen and (max-width:900px) {
	.wcgs-thumb img{height: 140px !important;}
}
@media only screen and (max-width:700px) {
	.wcgs-thumb img{height: 100px !important;}
}
@media only screen and (max-width:500px) {
	.wcgs-thumb img{height: 80px !important;}
}
.gallery-navigation-carousel .slick-slide.wcgs-thumb{
	opacity: 1;
}
#wpgs-gallery .sp_wgs_thumb_nav.slick-arrow{
	background: none !important;
}
.woocommerce-Price-amount{
	color: #272727;
}
.woocommerce div.product p.price{
	border: 1px solid #eaeaea;
	padding: 10px;
}
.woocommerce-product-details__short-description{
	line-height: 30px;
	color: #646464;
}
.days_night{
	background-color: #f4f4f4;
	padding: 20px;
}
.qty_pers{
	float: left;
	line-height: 45px;
	margin-right: 10px;
	margin-top: 20px;
}
.departure{
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 0;
	margin: 10px 0;
	display: flex;
	font-size: 16px;
}
@media only screen and (max-width:768px) {
	.departure{font-size: 14px;flex-wrap: wrap;}
	.woocommerce-product-details__short-description{font-size: 14px;}
	.woocommerce div.product p.price {font-size: 14px;}
	.woocommerce-Price-amount{font-size: 18px;}
}
.departure > span:first-child{
	width: 40%;
	font-weight: bold;
	margin-left: 30px;
}
.departure > span:last-child{
	width: 60%;
	color: #646464;
}
@media only screen and (max-width:768px) {
	.departure > span:first-child{width: 100%;}
	.departure > span:last-child{width: 100%;}
}
.incl_true ul{
  display: flex;
  flex-wrap: wrap;
	margin: 0px 15px;
}
.incl_true ul li{
	list-style-image: url('images/checked.png');
	list-style-position: outside;
	font-weight: normal !important;
	font-size: 16px;
	margin: 5px 0;
	flex: 50%;
}
@media only screen and (max-width:768px) {
	.incl_true ul li{flex: 100%;}
}
.incl_true ul li span{font-weight: normal !important;}
.not_incl_false ul{
  display: flex;
  flex-wrap: wrap;	
	margin: 0px 15px;
}
.not_incl_false ul li{
	list-style-image: url('images/false.png');
	list-style-position: outside;
	font-weight: normal !important;
	font-size: 16px;
	margin: 5px 0;
	flex: 50%;
}
@media only screen and (max-width:768px) {
	.not_incl_false ul li{flex: 100%;}
}

.not_incl_false ul li span{font-weight: normal !important;}
.woocommerce .woocommerce-breadcrumb{
	color: #f00 ;
}
.page_slid_bg{
	background-color: #333;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page_slid_cover{
	background-color:rgba(75, 62, 8, 0.78);
	height: 100%;
	width: 100%;
}
.page_title{
	color: #1e1e1e !important;
 	text-align: center;
	padding:20px 0;
}
@media only screen and (max-width:768px) {
	.page_title{padding: 30px 0;}
}

.page_title h1{
	color: #1e1e1e !important;
	text-shadow: 0 1px 0 #e9eaa6;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	padding: 10px 0;
}
.page_title h2{
	color: #1e1e1e !important;
 	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}

.page_title a{
	color: #fff !important;
 }
.page_slid_cover .woocommerce-breadcrumb{
	color: #1e1e1e !important;
}
.more_home{text-align: center;}
.more_home a{
	background-color: #272727;
	padding: 12px 42px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	border-radius: 25px;
	text-align: center;
	display: inline-block;
	margin: 20px;
}
.bg_offers{
	background-image: url("images/pattern_bg.png");
	background-position: center;
	background-repeat: repeat;
	background-color: #e4e4e4;
	padding: 30px 0;
}
.product_title {
  font-size: 24px;
  line-height: 65px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.woocommerce div.product div.summary{
	margin-bottom: 0 !important;
}
.taasherat{
	background-image: url("images/taasher.png");
	background-position: left;
	background-repeat: no-repeat;
	background-color: #e4e4e4;
	padding: 30px 0;
}
.taash_title{
	padding: 0 15px;
}
.taash_title h1{
	font-size:44px;
	font-weight: bold;
	color: #878787;
	text-shadow: 0 1px 0 #fff;
	text-align: left;
	margin: 0;
	padding: 0;	
}
.taash_title p {
	font-size: 16px;
	font-weight: bold;
	color: #272727;
	text-shadow: 0 1px 0 #fff4c0;
	text-align: left;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.taash_title h1{font-size: 20px;}
	.taash_title p {font-size: 14px;}
}
.taash_cont{
	max-width: 1000px;
}
.taash_cont a{
	position: relative;
	display: block;
	overflow: hidden;
}
.taash_cont img{
	width: 150px;
	height: 300px;
	z-index: 1;
	position: relative;
	border-radius: 35px;
	padding: 10px;
}
.taash_cont h1{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: left;
	margin: 0;
	position: absolute;
	z-index: 2;
	bottom: 40px;
	right: 10px;
	background-color: #00000085;
	padding: 10px;
}
.cat_hom{
	background-image: url("images/cat_hom.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e4e4e4;
	padding: 80px 0;
	border-top: 1px solid #d7c5ac;
	border-bottom: 1px solid #624620;
}
.cat_hom_title h1{
	font-size: 20px;
	font-weight: bold;
	color: #878787;
	text-align: center;
	margin: 0;
	padding: 0;
}
.cat_hom_title p {
	font-size: 36px;
	font-weight: bold;
	color: #878787;
	text-align: center;
	margin: 0;
	padding-bottom: 50px;
}
.cat_slider img{
	width: 90px !important;
	background-color: #272727;
	padding: 10px;
	border-radius: 20px;
	margin: auto;
}
.cat_slider h1{
	font-size:18px;
	font-weight: bold;
	color: #878787;
	text-align: center;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.cat_hom_title h1{font-size:14px;}
	.cat_hom_title p {font-size:26px;}
	.cat_slider h1{font-size:14px;}
}
.best_hom{
	background-image: url("images/pattern_best.png");
	background-position: center;
	background-repeat: repeat;
	background-color: #272727;
	padding: 60px 0;	
}
.best_hom_title{text-align: center;}
.best_hom_title h1{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.best_hom_title h1{font-size: 20px;}
}
.best_hom_title a{
	background-color: #fff;
	display: inline-block;
	margin: 40px 0;
	padding: 10px 30px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 #ccc;
}
.form_subs{margin-top: 20px;}
.subs_hom{
	background-image: url("images/2_02.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e4e4e4;
	padding: 50px 0;
	margin-top: 50px;
	background-size: cover;
}
.subs_hom_title{text-align: center;}
.subs_hom_title h1{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.subs_hom_title h1{font-size: 20px;}
}
.subs_hom_title p{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
 	padding: 0;
	max-width: 500px;
	margin: auto;
}

.mc4wp-form-fields{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	max-width: 500px;
	margin: auto;
	gap: 10px;
}
@media only screen and (max-width: 300px) {
	.mc4wp-form-fields{ flex-wrap: wrap;}
}
.name_sub{width: 100%;}
.name_sub input{
	width: 100%;
	border: 0;
	padding: 20px 0;
	border-radius: 30px;
}
.name_sub label {
  position: relative;
}
.name_sub label:after {
  content: 'الاسم';
  position: absolute;
  right: 15px;
  top: 0;
  color: #bbb;
}

.email_sub{width: 100%;}
.email_sub input{
	width: 100%;
	border: 0;
	padding: 17px 0;
	border-radius: 30px;
}
.email_sub label {
  position: relative;
}
.email_sub label:after {
  content: 'البريد الإلكتروني';
  position: absolute;
  right: 15px;
  top: 0;
  color: #bbb;
}
#tb1 {
  position: relative;
}

#tb1:focus {
  z-index: 10;
	outline: none;
	
}
.name_sub input[value="United States"] { color: #F90; }
.parent-element {
    position: relative;
	display: inline;
}

.parent-element:after {
    content: "اشتراك";
    color: #000;
    position: absolute;
    left: 36px;
	top: 9px;
	cursor: pointer;
}

[name="submit-cmb"] {
    color: transparent;
}
.button-primary{
	border: 0;
	padding: 17px 20px;
	border-radius: 30px;
	background-color: #272727;
}
.planning{
	text-align: center
}
.planning p{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: #000;
	background-color: #f5f5f5;
	display: inline-block;
	padding: 15px 35px;
	border-radius: 0px 15px 15px 0px;

}
@media only screen and (max-width: 768px) {
	.planning p{
		font-size: 14px;
		padding: 15px 5px;
	}
}
.title_plan {
	border-radius: 15px 0px 0px 15px !important;
}
.cannow{
	text-align: center;
}
.cannow p{
	margin: 10px;
}
.order_visa{
	text-align: center;
	padding-top: 10px
}
.order_visa a{
	background-color: #fffceb;
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid #ead880;
	color: #917e21;
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}
.lity-container{
	text-align: left !important;
	width: 100% !important;
	max-width: 1000px !important;
}
#cf7sg-form-page-contact label { display: block;}	
#cf7sg-form-page-contact textarea { display: block;}	
.wpcf7-form p { margin-top:15px;}
.wpcf7-form-control {
	background:#fff;
	border: 1px solid #999;
	text-align: left;
 	font-weight: normal;
	font-size: 16px;
	color:#999999;
	width: 99%;
	max-width: 600px;
	height: 50px;
	text-indent: 10px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wpcf7-not-valid-tip {color: #FF0004;}
.wpcf7-textarea { height:150px;}
.wpcf7-submit{
	background:#272727;
	width: 100px;
	text-indent: 0;
	height: 40px;
	border:0;
	text-align: center;
	font:bold 12px tahoma ;
	color:#fff;
	cursor:pointer;
	float: left;}
.wpcf7-not-valid-tip { 
	font-size:12px !important;
	font-family:tahoma !important;
	font-weight:normal !important;
	margin-right:20px;
}
div.wpcf7-validation-errors { color:#E00;}
.wpcf7-captchar { width:72px !important;}
.wpcf7-quiz{ width:72px !important;}
.needed{
	width: 100%;
	margin: 20px 0;
	display: block;
	padding: 25px;
	border: 1px solid #c8c8c8;
	overflow: hidden;
	color: #4d4d4d;
}
.needed ul{
	margin: 20px;
}
.needed ul li{
	list-style-image: url('images/checked.png');
	list-style-position: outside;
	font-weight: normal !important;
	font-size: 16px;
	margin: 15px 0;
	line-height: 35px;
}
.taash_cat ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr) );
}

.taash_cat a{
	position: relative;
	display: block;
	overflow: hidden;
}
.taash_cat img{
	width: 100%;
	height: 300px;

	z-index: 1;
	position: relative;
	border-radius: 35px;
	padding: 10px;
}
.taash_cat h1{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: left;
	margin: 0;
	position: absolute;
	z-index: 2;
	bottom: 40px;
	right: 10px;
	background-color: #00000085;
	padding: 10px;
}
#ship-to-different-address{
	display: none;
}
.border_bot{
	border: 2px solid #cdb53f;
	max-width: 300px;
	margin: 20px auto;
	padding: 0px 20px;
}
.title_about h1{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border-right: 5px solid #cdb53f;
	padding-right: 10px;
}
.cont_about p{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	line-height: 45px;
}
.cont_about img{
	float: left;
	max-width: 250px;
	width: 100%;
	margin-right: 30px;
	border: 1px solid #c4ad40;
	padding: 20px;
}
@media only screen and (max-width: 768px) {
	.cont_about{
		text-align: center;
	}
	.cont_about img{
		float: none;
		max-width: 250px;
		margin-right: 0px;
	}

}
.serv_bg{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr) );
}
.serv_item{
	overflow: hidden;
	padding: 10px;
	text-align: center;
}
.serv_item img{
	width: 120px;
	height: 120px;
	margin: auto;
}
.serv_item a{
	height: 255px;
	width: 100%;
}
.serv_item h1{
	font-size:18px;
	font-weight: bold;
	text-align: center;
	color: #000;
	height: 50px;
	line-height: 50px;
	margin: 0;
}
.serv_item p{
	display: block;
	padding: 10px;
	font-size:16px;
	font-weight: normal;
	text-align: justify;
	color: #000;
	line-height: 35px;
	margin: 0;
}
.pageservices img{
	float: left;
	max-width: 250px;
	height: 170px;
	width: 100%;
	margin-left: 20px;
}
.pageservices p{
	font-size:16px;
	font-weight: normal;
	text-align: justify;
	color: #000;
	line-height: 35px;
	margin-bottom: 50px;
	overflow: hidden;
	min-height: 145px;
}
@media only screen and (max-width: 768px) {
	.pageservices img{
		float: none;
		margin-left: 0px;
		max-width: 100%;
		height: 100%;
	}
	.pageservices figure{
		text-align: center;
		margin-top: 20px;
	}
}

.contact_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
@media only screen and (max-width:1000px) {
	.contact_flex{flex-wrap: wrap;}
}
.form_contact{
	 	background-image: url("images/mapBackground.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
 	padding: 50px;
	display: flex;
 }
.form_contact h1{
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
.form_contact span{
	color: #FF0000;
	font-size: 18px;
}
.form_contact h2{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 30px;
}

.form_style {
	direction: ltr!important;
	text-align: left;
	font-size: 16px;
	width: 50%;
}
.form_style p{
	margin-top: 10px;
}
.form_style input{
	width: 100%;
	height: 50px;
	border-radius: 8px 8px 8px 8px;
	color: #666;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	text-align: left;
}
.form_style textarea{
	width: 100%;
	height: 150px;
	border-radius: 8px 8px 8px 8px;
	color: #000;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	text-align: left;
}
.form_contact .wpcf7-submit{
	padding: 15px 40px 20px 40px !important;
	background-color: #000000 !important;
	color: #fff  !important;
	text-align: center !important;
	width: 150px !important;
	display: block;
	cursor: pointer;
	border-radius: 50px;
	border: 0;
}
.info_contact{
	box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
	padding: 50px;
	min-height: 50px;
	width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	margin: 20px;
}
@media only screen and (max-width:600px) {
	.info_contact{
		padding: 20px 10px;
		margin: 10px;
	}
}
.info_contact h1{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.info_contact span{
	color: #FF0000;
}
.email_text{
	display: flex;
	gap:10px;
	align-items: center;
}
.email_text div p{
	font-size: 16px;
}
@media only screen and (max-width:900px) {
	.form_contact{
		padding: 20px 10px;
		margin: 10px;
		flex-direction: column;
	}
	.serv_text{
		width: 100% !important;
	}
	.form_style{
		width: 100%;
	}
}

.list_con{
	box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
	padding: 0 25px;
	border: 1px solid #f9f6f1;
	border-radius: 20px;
	margin: 20px;	
	display: flex;
	align-items: center;
}
.list_con img{margin-left: 20px;}
.list_con h3{
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
.list_con p{
	font-size: 14px;
	color: #5a5a5a;
	font-weight: normal;
}
@media only screen and (max-width:600px) {
	.list_con{
		padding: 15px 10px;
		margin: 20px 0px;
	}
	.list_con img{
		margin-left: 5px;
		width: 40px;
	}
	.list_con h3{
		font-size: 14px;
	}
	.list_con p{
		font-size: 13px;
		font-weight: normal;
	}

}
#review_form_wrapper{
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 20px;
}
.home_banners{
	height: 580px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.big_banner{
}
.big_banner img{
	width: 100%;
	max-width: 900px;
}
.small_banner{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	height: 100%;
}
@media only screen and (max-width:1240px) {
	.home_banners{height: 100%;}
	.small_banner{height:auto;}
}
.sm_margin{margin-top: 20px;}
.sm_ban img{
	width: 100%;
	max-width: 500px;
}
@media only screen and (max-width:768px) {
	.home_banners{flex-direction: column;}
	.small_banner{gap: 10px;}
	.sm_ban img {max-width: none;}
}
.items_features{
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
.item_single{
	display: flex;
	align-items: center;
}
@media only screen and (max-width:1000px) {
	.items_features {
	  flex-wrap: wrap;
	  gap: 20px;
	}
	.item_single{
		width: calc(50% - 20px);
	}
}

.item_single img{
	width: 55px;
	height: 55px;
	margin-right: 10px;
}
.item_cont h1{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #222;
}
@media only screen and (max-width:600px) {
	.item_single{
  		padding: 8px;
		flex: 46%;
		display: flex;
		flex-direction: column;
		text-align: center;
		}
	.item_cont h1{
		font-size: 15px;
		font-weight: normal;
 	}

}

.item_cont p{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #666666;
}
.woocommerce ul.products li.product a img{
 	object-fit: contain;
	object-position: top;
	margin: 0 !important;
	transition:.8s ease;
		height: 340px !important;
}
.woocommerce ul.products li.product a:hover>img {
  transform:scale(1.05);
	transition:.8s ease
	  
}

@media only screen and (max-width: 500px) {
	.woocommerce ul.products li.product a img{
		height: 170px !important;
		object-fit: contain;
		object-position: top;
	}
}
.banner_img{
	width: 100%;
}
.ourworks {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
   text-align: center;
  position: relative;
	height: 70vh
}
.ourworks h1{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	display: table;
	padding: 15px;
	margin: auto;
	z-index: 9999;
	position: relative;
	background-color: #0000002e;
}
.ourworks h2{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	display: table;
	padding: 15px;
	margin: auto;
	z-index: 9999;
	position: relative;
	background-color: #0000002e;
}

@media only screen and (max-width: 600px) {
	.ourworks{
		padding: 20% 2%;
		min-height: 200px;
	}
	.ourworks h1{
		font-size:18px;
		max-width: 300px;
	}
	.ourworks h2{
		font-size:14px;
		max-width:300px;
	}
}
.slider_butt{
	display: flex;
	gap:10px;
	justify-content: center;
}
.slider_butt_white{
	background-color: #fff;
 	padding: 7px 24px;
	color: #272727;
	text-shadow: 0 1px 0 #d5d5d5;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	z-index: 9999;
	position: relative;
}
.slider_butt_yellow{
	background-color: #eaeaea;
 	padding: 7px 24px;
	color: #272727;
	text-shadow: 0 1px 0 #b9bb0c;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	z-index: 9999;
	position: relative;
}
@media only screen and (max-width: 600px) {
	.slider_butt_white{	padding: 7px 10px;}
	.slider_butt_yellow{padding: 7px 10px;}	
}
.devo_text{
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.devo_text img{
	width: 100%;
	max-width: 500px;
}
.devo_text h1{
	font-size: 28px;
	font-weight: bold;
	color: #272727;
 	text-align: left;
 	padding: 0;
	margin: 0;
 	max-width: 500px;
	line-height: 40px;
}
.devo_text p{
	font-size: 16px;
	font-weight: normal;
	color: #272727;
 	text-align: left;
 	padding: 0;
	margin: 15px 0;
  	line-height: 40px;
}
.abou_but{
	background-color: #eaeaea;
 	padding: 7px 24px;
	color: #272727;
	text-shadow: 0 1px 0 #b9bb0c;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	z-index: 9999;
	position: relative;
}
@media only screen and (max-width: 1000px) {
	.devo_text{flex-direction: column;}
	.devo_text h1{max-width:none;}
}
@media only screen and (max-width: 600px) {
	.devo_text h1{
		font-size: 18px;
 	}
	.devo_text p{
		font-size: 14px;
 		text-align: justify;
 	}
}
.most_sel{
 	background-color: #ff5900;
 	background-size: cover;
	min-height: 350px;
 	padding: 40px 0;
	margin: 10px 0;
	background-position: center;
}
.most_big_img{
	width: 100%;
	max-width: 300px;
	flex: 50%;
}
.most_all{
	display: flex;
	align-items: center;
}
.most_icon_bg{
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
	flex: 50%;
}
.most_icon_bg div{
	  flex: 48%;  
}
.most_img{
	display: flex;
	align-items: center;
}
.most_img img{
	width: 60px;
	height: 60px;
}
.most_img h1{
	font-size: 16px;
	font-weight: bold;
	color: #272727;
	text-shadow: 0 1px 0 #c4d74e;
  	padding: 0;
	margin: 0;
 }
.most_icon{width: 100%; margin-bottom: 10px;}
.most_icon p{
	font-size: 14px;
	font-weight: normal;
	color: #272727;
	text-shadow: 0 1px 0 #c4d74e;
  	padding: 0;
	margin: 5px 0;
  	line-height: 25px;
}
@media only screen and (max-width: 1000px) {
 	.most_all {  flex-wrap: wrap;justify-content: center;}
	.most_icon_bg{flex: 100%;}
	.most_big_img{flex: 100%;}
}
.most_title{
	font-size: 28px;
	font-weight: bold;
	color: #272727;
	text-shadow: 0 1px 0 #c4d74e;
	text-align: left;
 	padding: 0;
	margin: 0;
}
.most_sel_title a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.most_sel_title h1 {
  font-size: 20px;
  font-weight: bold;
  color: #1c1c1c;
 }

.owl-carousel2 .owl-nav button.owl-next{
	border-radius: 50% !important;
	position: absolute;
  top: -60px;
right: 0;
}
.owl-carousel2 .owl-nav button.owl-prev{
	border-radius: 50% !important;
	position: absolute;
  top: -60px;
	right: 60px;
  left: unset;
}
.title_home h2 {
font-size: 26px;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin: 10px 0;
}
.title_home p {
	font-size: 16px;
	font-weight: n;
	color: #58585b;
	text-align: center;
	max-width:600px;
	margin:10px auto;
}
.cat_home{
text-align: center;
  background-color: #FAFAFA;
  margin: 20px 0;
  border-radius: 40px;
  padding: 20px;
  overflow: hidden;
}
.cat_home ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	background-color: #FAFAFA;
	gap: 20px;
}
@media only screen and (max-width: 600px) {
	.cat_home ul{
		grid-template-columns: 1fr 1fr;
	}

}
.cat_home ul li {
 	border-radius: 20px;
	background-color: #fff;
	padding: 20px;
}
.cat_home ul li img{
	width: 100%;
  max-width: 350px;
  height: 220px;
  object-fit: contain;
	
}
.cat_home ul li a{
	color: #000;
	overflow: hidden;
  display: block;
  text-align: left;
}
.cat_home ul li h1{
	color: #000;
	font-size: 24px;
	font-weight: bold;
  	padding-top: 10px;
	margin: 0;
} 
.cat_home ul li p{
	color: #FF0000;
	font-size: 15px;
	font-weight: 500;
  	padding: 10px 0;
	margin: 0;
} 
@media only screen and (max-width: 600px) {
	.cat_home{
		padding: 10px;
	}
	.cat_home ul{
		gap:10px;
	}
	.cat_home ul li {
 		padding:5px;
	}
	.cat_home ul li img{
 	  height:140px;
	  object-fit: contain;
	}
	.cat_home ul li h1{
 		font-size: 18px;
 	} 

	.cat_home ul li p{
		font-size: 13px;
	}

}
.more_cat{
	background-color: #eaeaea;
	padding: 7px 24px;
	color: #272727;
	text-shadow: 0 1px 0 #b9bb0c;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
 }
.whyn_slider ul{
	display: grid;
  grid-gap: 10px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);

  grid-auto-flow: dense;
  counter-reset: albumList;
	margin-bottom: -250px;
}

.whyn_slider ul li {
  display: flex;
  overflow: hidden;
	position: relative;
}
.whyn_slider ul li:nth-child(6n+2), .whyn_slider ul li:nth-child(6n+4), .whyn_slider ul li:nth-child(6n+6) {
   height: 500px;
}
.whyn_slider ul li:nth-child(6n+1), .whyn_slider ul li:nth-child(6n+3), .whyn_slider ul li:nth-child(6n+5) {
   height: 200px;
}
.whyn_slider ul li img {
  width: 100%;
 	object-fit: cover;
}
.whyn_slider h1{
	z-index: 2;
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  margin: 0px;
  background: rgb(0,0,0);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.38) 20%, rgba(255,255,255,0) 100%);
  padding-bottom: 10px;
  bottom: 0px;
  width: 100%;
  height: 15%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.whyn_slider ul li:nth-child(6n+4), .whyn_slider ul li:nth-child(6n+6){
	margin-top: -300px;
}
@media only screen and (max-width: 1050px) {
	.whyn_slider ul{
 	  grid-template-columns: repeat(2, 1fr);
		margin-bottom: 0px;
 	}

	.whyn_slider ul li:nth-child(6n+2), .whyn_slider ul li:nth-child(6n+4), .whyn_slider ul li:nth-child(6n+6) {
	   height: 290px;
	}
	.whyn_slider ul li:nth-child(6n+1), .whyn_slider ul li:nth-child(6n+3), .whyn_slider ul li:nth-child(6n+5) {
	   height: 290px;
	}
 	.whyn_slider ul li:nth-child(6n+4), .whyn_slider ul li:nth-child(6n+6){
		margin-top: 0;
	}

}
.catround_home .owl-carousel2 .owl-item img{
	border-radius: 50%;
	width: 160px;
	height: 160px;
	object-fit: cover;
}
.catround_home .owl-carousel2 .owl-item h1{
	color: #fff;
	font-size: 15px;
	font-weight: normal;
 	text-align: center;
	margin: 0;	
}
.catround_home .owl-carousel2 .owl-stage-outer{
	padding: 10px 0;
}
.owl-carousel2.owl-drag .owl-item{
	display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.client_rev_bg{
	background-color: #272727;
	padding: 50px 0px;
}
.client_cont h1{
	color: #1e1e1e;
	font-size: 30px;
	font-weight: bold;
 	text-align: left;
	margin: 0;	
}
.client_cont p{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	max-width: 500px;
	padding: 10px 0 30px;
}
@media only screen and (max-width: 768px) {
	.client_cont p{max-width: 100%;}
}

.more_client {
	background-color: #eaeaea;
	padding: 7px 24px;
	color: #272727;
	text-shadow: 0 1px 0 #b9bb0c;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 25px;
}
.cleent_rev{
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
@media only screen and (max-width: 768px) {
	.cleent_rev{
		flex-wrap: wrap;	
		 justify-content: center;
	}
}
.client_cont {
 }
.rev_slide{
 	max-width: 400px;
}
@media only screen and (max-width: 768px) {
	.rev_slide{max-width: 100%;}
}

.rev_slide .owl-carousel3 .owl-item .item {
  background: #fff;
  border-radius: 25px;
   padding: 25px 25px 25px;
  overflow: hidden;
}
.rev_slide .review-author {
  padding: 10px;
}
.rev_slide .review-author-name {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
	color: #272727;
}
.rev_slide .star-rating-container {
  display: block;
  top: -12px;
  position: relative;
}
.rev_slide .star-rating::before {
  content: '\53\53\53\53\53';
  opacity: .25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.rev_slide .star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
  color: #ffcd00;
}
.rev_slide .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.rev_slide .star-rating span::before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  left: 0;
}
.rev_slide .review-date {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #272727;
}
.rev_slide .review-text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #272727;
	line-height: 30px;
	text-align: justify;
}
.rev_slide .owl-carousel3 .owl-item img {
  width: 79px !important;
  height: 79px;
  border-radius: 50%;
  margin: 5px;
  float: left;
}


.review_page{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr) );
	gap: 50px;

}
.review_page .item{
	background: #fff;
	border-radius: 25px;
	padding: 45px 25px 25px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.review_page .review-author-name {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
	color: #272727;
}
.review_page .star-rating-container {
  display: block;
  top: -12px;
  position: relative;
}
.review_page .star-rating::before {
  content: '\53\53\53\53\53';
  opacity: .25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.review_page .star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
  color: #ffcd00;
}
.review_page .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.review_page .star-rating span::before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  left: 0;
}
.review_page .review-date {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #272727;
}
.review_page .review-text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #272727;
	line-height: 30px;
	text-align: justify;
}
.review_page img {
  width: 79px !important;
  height: 79px;
  border-radius: 50%;
  margin: 5px;
  float: left;
}
.wpcf7-phonetext{
	padding-right: 35px !important;
	direction: ltr;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container{
	right: 5px !important;
	left: auto !important;
}
.image_nabza{
	object-fit: contain;
	width: 50px;
	height: 100px;
	margin: auto;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){
	border-radius: 0 !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock){
	color: #fff !important;
  background-color: #000 !important;
  border: 0 !important;
	
}
.woocommerce div.product div.images .flex-control-thumbs{
	display: flex;
  gap: 5px;
  margin-top: 10px;
}
.variable-item {
	margin: 4px !important; 
}
.dl-menuwrapper li > a::after {
	transform: rotate(0deg) !important;
	left: auto !important;
	right: 10px !important;
}
.dl-menuwrapper li.dl-back::after {
	right: auto !important;
	left: 3px !important;
	transform: rotate(180deg) !important;
}
input[name='update_cart'] {
   display: none !important;
}
 
/* OR TRY THIS */
 
button[name='update_cart'] {
   display: none !important;
}
.wac-quantity{
	width: auto !important;
}
.owl-carousel2 .owl-stage{
	display: flex;
}
.owl-carousel2.owl-drag .owl-item{
	display: flex;
  flex: 1;
}
.owl-carousel5 li {
  height: 150px;
  display: flex;
  align-items: center;
  border-radius: 25px;
  border: 4px solid #F4F4F4;
  margin: 5px;
}
.owl-carousel5 .owl-item img{
	padding: 15px;
}
@media only screen and (max-width: 600px) {
	.owl-carousel5 li {
	  height: 100px;
	}
}
.dl-menuwrapper li a{
	font-weight: normal !important;
	margin: 10px 45px 10px 25px;
	gap:0 !important;
}
 
.videocontainer {
     height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
	display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.videohelper {
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (max-width:1000px) {
	.videohelper {
		display: table-cell;
 	}

}
.dl-menuwrapper .dl-menu{
	right: 0;
	margin-top: 8px !important;
}
.inline-video{
	position: relative;
 }
.inline-video video {object-fit: cover;}
.video_text{
	max-width: 1170px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 999;
  position: relative;
}
.video_text h1{
	font-size: 42px;
	color: #fff;
	text-shadow: 0 1px 0 #0f0c08;
	font-weight: bold;
	margin-bottom: 20px;
}
.video_text p{
	font-size: 22px;
	color: #fff;
	text-shadow: 0 1px 0 #0f0c08;
	font-weight: normal;
	padding-bottom: 20px;
	max-width:700px;
	margin: auto;
	line-height: 35px;
}
.video_text a{
	background-color: #fff;
	font-size: 16px;
	color: #555555;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 10px;
	transition: all .4s ease;
}
.video_text a:hover{
	background-color: #9f1721;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	transition: all .4s ease;
}

@media only screen and (max-width:768px) {
	.video_text h1{font-size: 18px;margin-bottom: 5px;}
	.video_text p{font-size: 14px;font-weight: normal;max-width:300px;line-height: 28px;}
	.video_text a{font-size: 13px;font-weight: normal;padding: 5px 15px;}
}
.head_video{
	width:100%;height:50vh;border-radius:40px;
}
@media screen and (max-width: 1000px) {
	.head_video{height:40vh;}
}
.inline_video_img{
	width:100%;
	height:calc(100vh - 94px);
	object-fit: cover;
 	position: relative;
}
.slidercontainer {
     height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
	display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.slide_text{
	max-width: 1170px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 999;
position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.slide_text h1{
	font-size: 64px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	max-width: 700px;
}
.slide_text p{
	font-size: 16px;
	color: #fff;
 	font-weight: normal;
	padding-bottom: 20px;
 	margin: 0;
	line-height: 35px;
	max-width: 940px;
}
.slide_text a{
	background-color: #fff;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding: 10px 40px;
	display: inline-block;
	border-radius: 60px;
	transition: all .4s ease;
 }
.slide_text a:hover{
	background-color: #ccc;
	color: #000;
 	transition: all .4s ease;
}

@media only screen and (max-width:768px) {
	.slide_text h1{font-size: 18px;margin-bottom: 5px;max-width: 275px;}
	.slide_text p{font-size: 14px;
    font-weight: normal;
    max-width: 300px;
    line-height: 18px;
	}
	.slide_text a{font-size: 13px;font-weight: normal;padding: 10px 25px;}
}
.newborn_cover {
	background-color: #00000099;
	opacity: 0.7;
 	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9;
}
.home_3d{
	display: flex;
	gap: 60px;
 	justify-content: space-between;
	align-items: flex-start;
}
.home_360_in{
	display: flex;
	align-items: center;
}
.home_3d .threed_text{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap:15px;
	width: 47%;
	padding: 0px 20px;
  }
.home_3d_in{
	width: 53%;
	min-height: 500px;
  background-attachment: fixed;
	background-size: 100%;
}
.home_3d_in img{
 	width: 100%;
	max-height: 530px;
  }
.threed_text p strong{
	font-size: 22px;
  font-weight: bold;
  color: #000;
}
.threed_text p br{
	margin-bottom: 20px;
}
.threed_text h2{
	font-size: 48px;
	color: #000;
	font-weight: 500;
	margin: 0;
	max-width: 470px;
 }
 .threed_text p{
	font-size: 16px;
	color: #00000099;
	font-weight: 300;
	margin: 0;
 	line-height: 30px;
}

.threed_text a {
  background-color: #C10230;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding: 18px 30px;
  display: inline-block;
  border-radius: 50px;
  transition: all .4s ease;
	letter-spacing: .5px;
 }
.threed_text a:hover{
	border-radius: 0px;
 	transition: all .4s ease;
}

@media only screen and (max-width:1000px) {
	.home_3d{
		flex-direction: column-reverse;
	}
	.home_3d .threed_text{
		width: 100%;
		align-items: center;
		margin-top: 30px;
		padding: 0;
	}
	.home_3d_in{
		width: 100%;
		margin: auto;
		background-position: center center;
		background-size: auto;
	}
	.home_every{
		width: 100%;
		max-width: 100%;
	}
	.threed_text h2{
		font-size: 36px;
		line-height: 38px;
		max-width: 290px;
    text-align: center;
	}
	.threed_text p{
		margin: 10px 20px;
	}
	.home_3d_in img{
		height: auto;
	}
	.flex_rev{
		flex-direction: column;
	}
 }

.num_home{
	background-image: url("images/stat.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
  background-size: 100%;
	background-size: cover;
	background-color: #ccc;
	padding: 10px 0;
	height: 580px;
	position: relative;
 	display: flex;
	align-items: center;
	overflow: hidden;
  
}
.num_home_cover {
	background-color: #000000BF;
  	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9;
}

.dream_hom_title{
	position: relative;
  z-index: 9;
}
.dream_hom_title h1{
font-size: 54px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
}
 #section_counter{
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Creates three equal-width columns */
	width: 100%;
	position: relative;
	z-index: 9;
	 overflow: hidden;
}
 
#section_counter > div:nth-child(1), #section_counter > div:nth-child(2), #section_counter > div:nth-child(3) {
	 border-bottom: 1px solid #ccc;
 
}
#section_counter > div:nth-child(1), #section_counter > div:nth-child(2), #section_counter > div:nth-child(4), #section_counter > div:nth-child(5) {
	 border-right: 1px solid #ccc;
}

.all_stat{
margin: auto;
  width: 100%;
 
  text-align: center;
  padding: 50px;
	
}
.all_stat h1{
	font-size: 50px;
	font-weight: 500;
	color: #fff;
 	margin: 0;
	padding: 0;

}
.all_stat span{
	font-size: 22px;
	font-weight: 500;
	color: #fff;
 	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 800px) {
	.dream_hom_title h1{
		font-size: 34px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 20px;
  padding: 0;
	}
	#section_counter{
	grid-template-columns: repeat(2, 1fr); /* Creates three equal-width columns */
	}
	#section_counter > div:nth-child(1), #section_counter > div:nth-child(2), #section_counter > div:nth-child(3) #section_counter > div:nth-child(4){
		 border-bottom: 1px solid #ccc;

	}
	#section_counter > div:nth-child(2), #section_counter > div:nth-child(4), #section_counter > div:nth-child(4), #section_counter > div:nth-child(5) {
		 border-right: 0;
	}
	#section_counter > div:nth-child(3), #section_counter > div:nth-child(5) {
		 border-right: 1px solid #ccc;
	}
	#section_counter > div:nth-child(4){
			 border-bottom: 1px solid #ccc;

		}
	.all_stat h1{
		font-size: 25px;
	}
	.all_stat{
		padding: 33px;
	}
}
.h1title-home h1{
 	font-size: 48px;
	font-weight: 500;
	 padding-top: 0;
	 margin-bottom: 20px;
	 margin-top: 0;
	 text-align: center;
}
@media only screen and (max-width:768px) {
	.h1title-home h1{
		font-size:28px;
 	}

}

.product_home_title{
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_home_title h1{
 	font-size: 48px;
	font-weight: 500;
	 padding-top: 0;
	 margin-bottom: 20px;
	 margin-top: 0;
	 text-align: center;
}
.product_home_title a{
	border-radius: 50px;
  border: 1px solid #0000001A;
  padding: 10px 40px;
}
@media only screen and (max-width:768px) {
	.product_home_title {
 	  margin-bottom: 10px;
	}
	.product_home_title h1{
		font-size: 28px;
		  font-weight: 500;
		  padding-top: 0;
		  margin-bottom: 0;
		  margin-top: 0;
		  text-align: center;
	}
	.product_home_title a{
 	   padding: 10px 30px;
	}

}
.home_catog {
	padding-top: 50px;
}
.home_catog ul{
	display: grid;
    gap:20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr) ) ;
	list-style-type: none;
}
@media only screen and (max-width:768px) {
	.home_catog ul{
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr) ) ;
	}

}
.home_catog ul li {
	border-radius: 20px;
	overflow: hidden;
	height: 300px;
 }

.home_catog ul li img {
	width: 100%;
	height: 100%;
 	object-fit: cover; 
	
}
.details_text {
overflow: hidden;
  text-align: center;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.home_catog ul li div h1{
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	padding: 0;
	margin: 10px 0;
}
.cont_img {
	position: relative;
 	overflow: hidden;
	height: 100%;
}
.cont_img:hover .details_text {
	color: #000 !important;
	 bottom: 0px;
   background: rgb(0,0,0);
  background: linear-gradient(360deg, rgba(0,0,0,1) 20%, rgba(255,255,255,0) 100%);
	padding: 30px 0;
 }

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000007A;
  overflow: hidden;
  width: 100%;
   transition: .5s ease;
	height: 100%;
}

.cont_img:hover .overlay {
	background:none;
  height: 0%;
}
.archive_news{
 }
.archive_news ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr) );
}
@media only screen and (max-width: 400px) {
	.archive_news ul {
	  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr) );
	}

}
.archive_news li{
	background-color: #fff;
 	border-radius: 20px;
	border: 1px solid #EEEEEE;
	overflow: hidden;
 }
.archive_news img{
	object-fit: cover;
	object-position: top;
}
.archive_news ul li img {
	width: 100%;
	height: 260px;
	border-radius: 20px;
 	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
 }
.archive_news ul li div {
	position: relative;
	margin-top: -45px !important;
	margin: auto;
	text-align: center;
	background-color: #044387;
	width: 150px;
	height: 30px;
	color: #fff !important;
	line-height: 27px;
}
.archive_news ul li h1 {
font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 31px;
  margin: 10px;
  color: #000;
}
.archive_news ul li p {
font-size:16px;
  font-weight: 500;
  text-align: left;
  line-height: 27px;
  margin: 10px;
  color:#00000099;
}
.archive_news ul li button{
	border-radius: 50px;
  border: 1px solid #0000001A;
  padding: 10px 40px;
  font-size: 16px;
  background: #fff;
  margin: 10px;
}
.more_post{
border-radius: 50px;
  padding: 14px 40px;
  font-size: 16px;
  background: #C10230;
  margin: 20px auto;
  color: #fff;
  display: table;
}

.cust_slid ul li{
 	border-radius: 20px;
	border: 1px solid #0000001A;
	padding: 20px;
 }
 .cust_slid ul li h1{
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #000;
 	margin: 15px 0;
}
.cust_slid ul li p{
	text-align: left;
	font-weight: 400;
	font-size: 15px;
	color:#00000099;
 	margin: 0;
	line-height: 24px;
}
.cust_name{
	display: flex;
	align-items: center;
} 
 .tans{
	background-image: url("images/tans.png");
	width: 24px;
	height: 25px;
	display: inline-block;
 }


.inline_bann{
	position: relative;
	height: 350px;
  overflow: hidden;
	margin-top: 40px;
	background-attachment: fixed;
  background-size: 100%;
 }
.inline_bann img {object-fit: cover;width: 100%;height: 350px;}
.bann_text{
	max-width: 1170px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 999;
  position: relative;
}
.bann_text h1{
	font-size: 48px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}
.bann_text p{
	font-size: 22px;
	color: #fff;
	text-shadow: 0 1px 0 #0f0c08;
	font-weight: normal;
	padding-bottom: 20px;
	max-width:700px;
	margin: auto;
	line-height: 35px;
}
.bann_text a{
border-radius: 50px;
  padding: 14px 40px;
  font-size: 16px;
  background: #C10230;
  margin: 20px auto;
  color: #fff;
  display: table;
}
 
@media only screen and (max-width:768px) {
	.bann_text h1{font-size: 28px;margin: 2px;}
 }
.bannhelper{
	display: table-cell;
  vertical-align: middle;
}
.bann_container {
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.head_slider .owl-dots{
	margin-top: -50px;
	z-index: 9;
  position: relative;
}
.owl-carousel4 .owl-nav button.owl-next, .owl-carousel4 .owl-nav button.owl-prev, .owl-carousel4 button.owl-dot{
	border-radius: 50%;
}
@media only screen and (max-width:768px) {
	.head_slider .owl-nav{ display: none !important;}

}
.inline-serv{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
	margin: auto;
	gap: 50px;
	padding: 50px 0;
}
.inline-serv img{
	width: 100%;
	max-width: 500px;
}
.servcontainer {
	max-width: 840px;
 }
.serv_text{
  	text-align: left;
 	padding: 20px;
 }
.serv_text h1{
	font-size: 64px;
	color: #000;
	font-weight: 500;
	margin: 0;
 }
.serv_text p{
	font-size: 20px;
	color: #000;
 	margin: 0;
	line-height: 35px;
	font-weight: 400;
}
.serv_text p span{ 
 	color: #000;
 }

.serv_text > a {
	background-color: #000;
   padding: 13px 24px ;
   color: #fff !important;
   border-radius: 50px;
	display: inline-block;
  margin-top: 20px;
}
.page_bread {
	font-size: 18px;
	color: #C10230 !important;
	padding: 30px 0;
}
.page_bread a{
	font-size: 18px;
	color: #C10230 !important;
}
.page_bread .woocommerce-breadcrumb{
		font-size: 18px;
	color: #C10230 !important;

}
@media screen and (max-width: 768px) {
	.inline-serv{
		flex-direction: column;
	}
	.serv_text {
	  text-align: center;
	}
	.serv_text h1{
		font-size: 28px;
		line-height: 32px;
	}
	.serv_text p{
		font-size: 16px;
		line-height: 28px;
		margin: 10px 0;
	}

}

.fi_word span{
	color: #000;
}
.social_med {
	display: flex;
	gap:10px;
	flex-wrap: wrap;
}

.contact_text{
  	text-align: left;
 	padding: 20px;
	width: 50%;
 }
.contact_text h1{
	font-size: 64px;
	color: #000;
	font-weight: 500;
	margin: 0;
 }
.contact_text p{
	font-size: 20px;
	color: #000;
 	margin: 0;
	line-height: 35px;
	font-weight: 400;
}
@media screen and (max-width: 900px) {
	.contact_text{
 		padding: 20px;
		width: 100%;
	 }
	.contact_text h1{
		font-size: 28px;
		line-height: 32px;
	}
	.contact_text p{
		font-size: 16px;
		line-height: 28px;
		margin: 10px 0;
	}

}
.woocommerce .woocommerce-result-count{
	display: none;
}
.woocommerce .woocommerce-ordering{
		display: none;
}
.dgwt-wcas-style-pirx .dgwt-wcas-preloader{
	margin-right: 0 !important;
	right: 0 !important;
}
.woocommerce-Tabs-panel--description blockquote{
	margin: 0;
	padding: 0;
	position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row-reverse;
	justify-content: space-between;
	text-wrap: nowrap;
	font-size: 20px;
  font-weight: bold;
}
.woocommerce-Tabs-panel--description blockquote::before{
content: "";
   width: 100%;
  display: block;	
	border-bottom: 1px solid #C4C4C4;
	left:5px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
		margin: 0;
	padding: 0;
	position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row-reverse;
	justify-content: space-between;
	text-wrap: nowrap;
	font-size: 20px;
  font-weight: bold;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    width: 100%;
  display: block;	
	border-bottom: 1px solid #C4C4C4;
position: relative !important;
	height: auto !important;
	left:5px !important;
}
.woocommerce-product-details__short-description .menu-item-description span{
	font-size: 16px !important;
	font-weight: bold;
}
.product-details div:first-child{
 	height: 78px;
  overflow: hidden;
}
.term-description{
	display: none;
}
#tab-description h2:first-child{
	display: none;
}