
@import url('../libs/bootstrap-datepicker/css/bootstrap-datepicker.min.css');
@import url('../libs/smart_DateTimeCalender/css/bootstrap-datetimepicker.min.css');
@import url('../libs/smart_DateTimeCalender/css/calendar.css');
@import url('../libs/TagsInput/tagify.css');
@import url('../libs/dropzone/min/dropzone.min.css');
@import url('../libs/aos/aos.css');
@import url('bootstrap.css');
@import url('icons.min.css');
@import url('light-box.css');
@import url('flaticon.css');
@import url('jquery-ui.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('../libs/Inte_Tel_Code/css/intlTelInput.css');
@import url('../libs/summernote/summernote.min.css');
@import url('../libs/select2/css/select2.min.css');
@import url('../libs/bootstrap-rating/bootstrap-rating.css');
@import url('owl.css');
@import url('swiper.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.fancybox.min.css');


ddd{
    background-image: url();
}
@font-face {
    font-family: din_L;
    src: url('../font/NebrasSerif-Light.otf') format('truetype');
}
@font-face {
    font-family: din_M;
    src: url('../font/NebrasSerif-Medium.otf') format('truetype');
}
@font-face {
    font-family: din_B;
    src: url('../font/NebrasSerif-Bold.otf') format('truetype');
}
@font-face {
    font-family: din_R;
    src: url('../font/NebrasSerif-Regular.otf') format('truetype');
}
@font-face {
    font-family: din_H;
    src: url('../font/NebrasSerif-Bold.otf') format('truetype');
}


*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

body {
	direction: ltr;
    text-align: start;
	font-size:16px;
	color:#000;
	line-height: 28px;
	font-weight:400;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: din_M;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#4e5d40;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: din_R;
}
.w-max{
    width: max-content !important;
}
textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}
.theme-btn{
    font-family: din_M
}
p,.text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #999999;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

::selection {
background:#4e5d40;
color:#ffffff;
}

::-moz-selection {
background:#4e5d40;
color:#ffffff;
}

::-webkit-selection {
background:#4e5d40;
color:#ffffff;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
}

main{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

main .content-inner{
	position: relative;
}	

.sidenav-bar .mCSB_inside>.mCSB_container{
	margin-right: 0;
}

.sidenav-bar .mCSB_scrollTools{
	opacity: 0 !important;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	text-align: center;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	padding: 13px 35px;
	font-weight: 500;
	background-color: #252525;
	border: 2px solid #252525;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.30);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.30);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.30);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.30);
	box-shadow: 0 10px 30px rgba(0,0,0,0.30);
}

.btn-style-one .btn-title{
	position: relative;
}

.btn-style-one:hover{
	color:#ffffff;

}

.btn-style-one:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #4e5d40;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-one:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style Two*/
.btn-style-two{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	padding: 0px 40px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	border-radius: 35px;
	background-color: #4e5d40;
	overflow: hidden;
	width: 100%;
}

.btn-style-two .btn-title{
	position: relative;
}

.btn-style-two:hover{
	color:#fff;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #4d321a;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-two:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}
/*Btn Style danger*/
.btn-style-danger{
	position:relative;
	font-size:16px;
	line-height: 52px;
	color:#fff;
	padding: 0px 15px;
    height: 48px;
    width: 145px;
	font-weight: 500;
	background-color: #EA4335;
	overflow: hidden;
    border-radius: 50px;
     border: 1px solid #EA4335;
}

.btn-style-danger .btn-title{
	position: relative;
}
.btn-style-danger img{
    margin-left: 5px;
    filter: brightness(100) grayscale(100)
}
.btn-style-danger:hover img{
    filter: none
}
.btn-style-danger:hover{
	color:#EA4335;
     border: 1px solid #EA4335;
}

.btn-style-danger:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-danger:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}




/*Btn Style green*/
.btn-style-green{
	position:relative;
	font-size:16px;
	line-height: 44px;
	color:#fff;
	padding: 0px 15px;
    height: 48px;
    width: 145px;
	font-weight: 500;
	background-color: #4e5d40;
	overflow: hidden;
    border-radius: 0;
     border: 1px solid #4e5d40;
}

.btn-style-green .btn-title{
	position: relative;
}
.btn-style-green img{
    margin-left: 5px;
    filter: brightness(100) grayscale(100)
}
.btn-style-green:hover img{
    filter: none
}
.btn-style-green:hover{
	color:#4e5d40;
     border: 1px solid #4e5d40;
}

.btn-style-green:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-green:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style green light*/
.btn-style-green-light{
	position:relative;
	font-size:16px;
line-height: 52px;
	color:#4e5d40;
	padding: 0px 15px;
    height: 48px;
    width: 145px;
	font-weight: 500;
	background-color: #fff;
	overflow: hidden;
    border-radius: 0;
    border: 1px solid #4e5d40;

}

.btn-style-green-light .btn-title{
	position: relative;
}
.btn-style-green-light img{
    margin-left: 5px;
}
.btn-style-green-light:hover img{
    filter: brightness(100) grayscale(100)
}
.btn-style-green-light:hover{
	color:#fff !important;
        border: 1px solid #4e5d40;
}

.btn-style-green-light:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #4e5d40;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-green-light:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style orange*/
.btn-style-orange{
	position:relative;
	font-size:16px;
line-height: 52px;
	color:#fff;
	padding: 0px 15px;
    line-height: 54px;
    width: 145px;
	font-weight: 500;
	background-color: #4e5d40;
	overflow: hidden;
        border-radius: 50px;
    border: 1px solid #4e5d40;
}

.btn-style-orange .btn-title{
	position: relative;
}
.btn-style-orange img{
    margin-left: 5px;
    filter: brightness(100) grayscale(100)
}
.btn-style-orange:hover img{
    filter: none
}
.btn-style-orange:hover{
	color:#4e5d40;
    border: 1px solid #4e5d40;
}

.btn-style-orange:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-orange:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}


/*Btn Style orange light*/
.btn-style-orange-light{
	position:relative;
	font-size:16px;
line-height: 52px;
	color:#4e5d40;
	padding: 0px 15px;
    line-height: 48px;
    width: 145px;
	font-weight: 700;
	background-color: #fff;
    border: 1px solid #4e5d40;
	overflow: hidden;
        border-radius: 50px;
    border: 1px solid #4e5d40;
}

.btn-style-orange-light .btn-title{
	position: relative;
}
.btn-style-orange-light img{
    margin-left: 5px;
    
}
.btn-style-orange-light:hover img{
   filter: brightness(100) grayscale(100)
}
.btn-style-orange-light:hover{
	color:#fff;
    border: 1px solid #4e5d40;
}

.btn-style-orange-light:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #4e5d40;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-orange-light:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style Four*/
.btn-style-four{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 13px 40px;
	font-weight: 400;
	overflow: hidden;
	background-color: #4e5d40;
	border: 2px solid #4e5d40;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btn-style-four:hover{
	color: #4e5d40;
	background-color: #222222;
	border:2px solid #222222;
	-webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}

/*=== List Style One ===*/
.list-style-one{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-one li{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #f1f1f1;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 15px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 25px;
	color: #4e5d40;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
}

/*=== List Style Two ===*/
.list-style-two{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-two li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	font-weight: 500;
	padding-left: 35px;
	margin-bottom: 15px;
	
}

.list-style-two li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	color: #4e5d40;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f061";
}

.theme_color{
	color:#4e5d40;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:9999999999999999999; 
	background-color:#4e5d40; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/redal/logo_footer.svg);
    background-size: 200px;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .active-tab{
	display: block;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position: fixed;
	left: 40px;
	bottom: 20px;
	height: 40px;
	width: 40px;
	font-size:16px;
	line-height:40px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
	z-index:100;
	background:#4d321a;
	display:none;
	border-radius: 8px;
	margin: 0 auto;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
    border: 1px solid #4d321a;
}

.scroll-to-top:hover{


}
.scroll-to-top img{
    filter: brightness(100) grayscale(100);
    transform: rotate(180deg);
    position: relative;
    top: -2px;
}
.scroll-to-top:hover img{
  
}


/**********/
.whatsappIocnBTN{
	position: fixed;
	left: 40px;
	bottom: 15px;
	height: 40px;
	width: 40px;
	font-size:16px;
	line-height:40px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
	z-index:100;
	background:#4e5d40;
	display:block;
	border-radius: 0;
	margin: 0 auto;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
    border: 1px solid #4e5d40;	
}

.whatsappIocnBTN:hover{
	background:#ffffff;
	color: #222222;
}
.whatsappIocnBTN img{
    filter: brightness(100) grayscale(100);
    position: relative;
    top: -2px;
}
.whatsappIocnBTN:hover img{
    filter: none;
}
/*** 

====================================================================
	Main Header
====================================================================

***/

.main-header{
	position: fixed;
	left: 0;
	top: 30px;
	width: 100%;
	z-index: 99999;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.fixed-header{
	top: 0;
	position: fixed;
	background-color: #e4e2d6;
    padding-top: 5px;
    z-index: 9999999;
}

.main-header .main-box{
	position: relative;
	padding: 0px 0px;
	min-height: 118px;
}

.main-header .logo-box{
	position: relative;
	float: left;
	padding: 0px 0;
}

.main-header .outer-box{
	position: relative;
	float: right;
    align-items: center;
    display: flex;
    gap: 8px;
}

.main-header .outer-box .applicationsIamgs{
    display: flex;
    align-items: center;
    gap: 8px;
}
.main-header .outer-box .applicationsIamgs img{
       display: block;
       height: 48px; 
       transition: all .3s ease-in-out;
}


.main-header .btn-box{
	position: relative;
	float: right;
	margin-left: 20px;
	padding: 8px 0;
}

.nav-toggler {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
    border-radius: 4px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-color: #4e5d40;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-ms-transition: -moz-transform 0.2s;
	-o-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.nav-toggler span {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 25px;
	height: 3px;
	background-color: #ffffff;
}

.nav-toggler span::before, .nav-toggler span:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.2s, width 0.2s;
	-moz-transition: -moz-transform 0.2s, width 0.2s;
	transition: transform 0.2s, width 0.2s;
}

.nav-toggler span::before {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	transform: translateY(-8px);
}

.nav-toggler span::after {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	-ms-transform: translateY(8px);
	-o-transform: translateY(8px);
	transform: translateY(8px);
}

.no-touch .nav-toggler:hover {
	/* rotate trigger on hover */
/*
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
*/
}

.no-touch .nav-toggler:hover span::after,
.no-touch .nav-toggler:hover span::before {
	/* animate arrow --> from hamburger to arrow */
/*	width: 50%;*/
}

.no-touch .nav-toggler:hover span::before {
/*
	-webkit-transform: translateX(1px) translateY(1px) rotate(45deg);
	-moz-transform: translateX(1px) translateY(1px) rotate(45deg);
	-ms-transform: translateX(1px) translateY(1px) rotate(45deg);
	-o-transform: translateX(1px) translateY(1px) rotate(45deg);
	transform: translateX(1px) translateY(1px) rotate(45deg);
*/
}

.no-touch .nav-toggler:hover span::after {
/*
	-webkit-transform: translateX(1px) translateY(-1px) rotate(-45deg);
	-moz-transform: translateX(1px) translateY(-1px) rotate(-45deg);
	-ms-transform: translateX(1px) translateY(-1px) rotate(-45deg);
	-o-transform: translateX(1px) translateY(-1px) rotate(-45deg);
	transform: translateX(1px) translateY(-1px) rotate(-45deg);
*/
}

/*Search Box Widget*/

.main-header .search-box{
	position: relative;
	float: left;
	margin-left: 20px;
	padding: 8px 0;
}

.main-header .search-box .search-btn{
	position: relative;
	display: block;
	height:44px;
	width: 44px;
	line-height: 44px;
	text-align:center;
	font-size:22px;
	color:#ffffff;
	padding: 0;
	border-radius: 50%;
	background-color: transparent;
}



.main-header .cart-btn{
	position: relative;
	float: left;
	padding: 8px 0;
}

.main-header .cart-btn:before{
	position: absolute;
	left: 0;
	top: 100%;
	height: 100%;
	width: 100%;
	content: "";
	visibility: hidden;
	box-shadow: none !important;
}

.main-header .cart-btn button{
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	background-color: transparent;
	line-height: 40px;
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	z-index: 9;
}

.main-header .cart-btn .count{
	position: absolute;
	right: 0px;
	top: 4px;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	color: #ffffff;
	background-color: #000000;
	border-radius: 50%;
}

.main-header .badge {
  background-color: #dddddd;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.main-header .shopping-cart {
    position: absolute;
    margin: 20px 0;
    right: 0;
    background: #222222;
    width: 300px;
    border-radius: 3px;
    padding: 20px;
    max-height: 450px;
    opacity: 0;
    visibility: hidden;
    transform: scale(.5);
    transform-origin: top right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .cart-btn:hover:before,
.main-header .cart-btn:hover .shopping-cart{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
    box-shadow: 0 0 20px rgba(0,0,0,0.50);
}

.main-header .shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #444444;
  padding-bottom: 15px;
}

.main-header .shopping-cart .shopping-cart-total {
	float: right;
	font-size: 15px;
	line-height: 30px;
	color: #dddddd;
}

.main-header .shopping-cart .shopping-cart-total .lighter-text{
	font-size: 15px;
	line-height: 30px;
	color: #aaaaaa;
}

.main-header .shopping-cart .shopping-cart-items {
  padding-top: 20px;
}

.main-header .shopping-cart .shopping-cart-items li {
	position: relative;
  margin-bottom: 18px;
  box-shadow: 0 0 15px rgba(0,0,0,0.40);
  background-color: #252525;
}

.main-header .shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
}

.main-header .shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  color: #ffffff;
}

.main-header .shopping-cart .shopping-cart-items .item-price {
  color: #4e5d40;
  margin-right: 8px;
}

.main-header .shopping-cart .shopping-cart-items .item-quantity {
  color: #dddddd;
}

.main-header .shopping-cart .shopping-cart-items .product-detail{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.main-header .shopping-cart .cart-icon {
  color: #dddddd;
  font-size: 22px;
  margin-right: 7px;
  float: left;
}

.main-header .shopping-cart .theme-btn{
	display: block;
	width: 100%;
	box-shadow: 0 0 30px rgba(0,0,0,0.50);
}

.main-header .mCSB_inside>.mCSB_container{
	margin-right: 0;
}

.main-header .mCSB_scrollTools{
	opacity: 0 !important;
}

.main-menu{
	position:relative;
	float:left;
	
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

/*** 

====================================================================
	Sidenav Bar
====================================================================

***/

.sidenav-bar{
	position: fixed;
	right: 0px;
	top: 0;
	max-width:100%;
	height: 100%;
	width: 20%;
	background-color: #4e5d40;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
} 

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
	height: 100%;
}
.sidenav-bar .BGImage{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.sidenav-bar .BGImage img{
	object-fit: cover;
	object-position: center;
	height: 75px;
    padding: 15px;

}
.sidenav-bar .nav-box{
	position: relative;
	z-index: 2;
}
.sidenav-bar .nav-logo{
	position:relative;
	padding:30px 20px;
	text-align:left;	
}

.sidenav-bar .nav-logo img{
	max-width:200px;
}

.sidenav-bar-visible{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidenav-bar-visible .sidenav-bar{
	opacity: 1;
	right: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	box-shadow: 0 0 30px rgba(0,0,0,0.40);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
    z-index: 99999999;
	    background: #4d321a;
}

.sidenav-bar-visible header{
	width: 80%;
}

.sidenav-bar-visible main{
	width: 80%;
	box-shadow: 0 0 30px rgba(0,0,0,0.30);
}

.sidenav-bar .menu-box{
	position: relative;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:  scale(0);
	-moz-transform:  scale(0);
	-ms-transform:  scale(0);
	-o-transform:  scale(0);
	transform:  scale(0);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.sidenav-bar-visible .sidenav-bar .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.sidenav-bar .close-btn{
	position: absolute;
	right: 10px;
	top: 15px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	background-color: transparent;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.sidenav-bar-visible .sidenav-bar .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidenav-bar .close-btn:hover{
	opacity: 0.50;
}

.sidenav-bar .side-nav{
	position: relative;
	margin-top: 65px;
}

.sidenav-bar .navigation{
	position: relative;
	display: block;
	margin: 0 20px;
	
	overflow: hidden;
}

.sidenav-bar .navigation > li{
	position: relative;
	display: block;
	left: 0;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidenav-bar-visible .sidenav-bar .navigation > li{
	left: 0;
}



.sidenav-bar .navigation li > a{
	position: relative;
	display: block;
	line-height: 20px;
	padding: 15px 20px;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.02em;
	margin-bottom: 2px;
	/* background-color: rgba(0,0,0,0.20); */
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidenav-bar .navigation > li > a{
	font-weight: 400;
	letter-spacing: 0;
	/* box-shadow: 0 0 6px rgba(0,0,0,0.05); */
	text-transform: uppercase;
}

.sidenav-bar .navigation li:hover > a,
.sidenav-bar .navigation li.current > a{
	color:#4e5d40;	
}

.sidenav-bar .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:50px;
	text-align:center;
	font-size:12px;
	line-height:50px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidenav-bar .navigation li.dropdown .dropdown-btn.active .fa:before{
	display: inline-block;
	position: relative;
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidenav-bar .navigation li > ul,
.sidenav-bar .navigation li > ul > li > ul{
	display: none;
	background-color: rgba(0,0,0,0.30);
}

.sidenav-bar .contact-info-box{
	position: relative;
    padding: 0 30px;
    margin-top: 40px;
}

.sidenav-bar .contact-info-box .info-box{
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
}

.sidenav-bar .contact-info-box .info-box .icon-box{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
}

.sidenav-bar .contact-info-box .info-box strong{
	font-size: 16px;
	line-height: 24px;
	
	color: #ffffff;
}

.sidenav-bar .contact-info-box .info-box p{
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

.sidenav-bar .contact-info-box .info-box p a{
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidenav-bar .contact-info-box .info-box p a:hover{
	color: #4e5d40;
}

/*===============================================
		Header Style Two
================================================*/
.header-span{
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
}

.header-style-two{
	position: relative;
	background-color: #e4e2d6;
	top: 0;
}

.header-style-two .logo-outer{
	position: relative;
	float: left;
}

.header-style-two .logo{
	position: relative;
}
.header-style-two .logo .UncsrollLogo{
    display: block
}
.header-style-two .logo .scrollLogo{
    display: none
}
.main-header.fixed-header .UncsrollLogo{
    display: none
}
.main-header.fixed-header .scrollLogo{
    display: block
}
.header-style-two .logo img{
	position: relative;
	max-width: 100%;
	height: 55px;
    transition: all .3s ease-in-out;
}

.header-style-two .nav-outer{
	position: static;
	float: right;
	    min-width: 345px;
}

.header-style-two .main-box{
	position:static;
	left:0px;
	top:0px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-menu{
	position:static;
	float:left;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:20px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-menu .navigation > li:last-child{
    margin-left: 0;
     margin-right: 0;
}
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:15px;
	line-height:24px;
	font-weight:500;
	border-bottom: 1px solid #fff0;
	color:#000;
	padding:0px 0;
	padding-bottom: 0px;
	opacity:1;
	text-align:center;
	font-family: din_R;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-menu .navigation > li > a img{
    margin-right: 5px;
}
.main-menu .navigation > li > a span{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #4e5d40;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
    line-height: 19px;
    font-weight: 400;
    font-family: 'din_L';
}
.main-header.fixed-header .navigation > li > a{
    color: #000;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
	color: #4e5d40  !important;
	border-color: #4e5d40;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#292929;
	line-height:20px;
	font-size:13px;
	font-weight: 900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:110%;
	width:250px;
	padding:10px 24px;
	z-index:100;
	background:#fff;
	margin-top: 10px;
    border-radius: 8px;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	opacity: 1;
        border: 1px solid #f9f9f9;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
    border-bottom: 1px solid  #F0F0F0;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none !important;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 0px;
	line-height:24px;
	font-weight:400;
    font-family: din_R;
	font-size:16px;
	color:#000;
	text-transform:capitalize;
    border: 0px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a img{
    margin-left: 5px;
}
.main-menu .navigation > li > ul > li:hover > a{
color: #4e5d40;

}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:15px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	color: #ffffff;
	font-weight:900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:110%;
	top:0%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background:rgba(47,46,50,.90);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-transform:capitalize;
    border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color: #ffffff;
	background:#222222;
    border-left: 4px solid #4e5d40;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top: 0;
	left: 100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: right;
}

.header-style-two .outer-box .btn-box{
	display: none;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	padding:150px 0px 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-image: url(../images/redal/BG_Slider.jpg);
}

.page-title:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(0deg, #4e5d40,  #4e5d40),
linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
opacity: .85;

}

.page-title .auto-container{
	position:relative;
}
.FollowPage{
	padding-bottom: 150px;
}
.page-title h2{
	position:relative;
	color:#ffffff;
	font-size:56px;
	line-height:1.2em;
	margin-bottom: 10px;
	font-weight: 900;
	font-family: 'din_H';
	text-transform:capitalize;
	}
.page-title p{
	text-align: center;
	font-size: 16px;
	    position: relative;
		font-weight: 300;
}
.page-breadcrumb{
	position:relative;
	margin-top:5px;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
}

.page-breadcrumb li:after{
	position:absolute;
	content: ">";
	right:-2px;
	top:1px;
	color:#ffffff;
	font-size:14px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:500;
	text-transform: capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	color:#4e5d40;
}

.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.play-now .icon{
	position: relative;
	display: inline-block;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background-color: #000000;
	color: #ffffff;
	z-index: 1;
	padding-left: 5px;
	font-size: 24px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	box-shadow: 0  0px 10px 0 rgba(255, 255, 255, .3);
	-webkit-transform-origin:center; 
	transform-origin:center; 
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.play-now .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.play-now .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
	70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 







/*** 

====================================================================
		Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	display: block;
	width: 100%;
	margin-top: 20px;
}
.styled-pagination ul{

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.styled-pagination li{
	position: relative;
	display: inline-block;
	margin: 0px;
}

.styled-pagination li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 44px;
	width: 48px;
    height: 48px;
    font-weight: 400;
	color: #000;
	text-align: center;
	border-radius: 4px;
	border-bottom: 0px solid #4e5d40;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
    border: 1px solid #f1f1f1;
    font-family: 'din_R'
}


.styled-pagination li a:hover{
	background: #f1f1f1 ;
	color: #000 ;
	 border: 1px solid #f1f1f1 ;
}
.styled-pagination li.active a{
    color: #ffffff ;
    background: #4e5d40 ;
       border: 1px solid #4e5d40 ;
}



/***

==================================================================
		Main Footer
==================================================================

***/




/***

==================================================================
		Right To Left Style
==================================================================

***/

.rtl{
	direction: rtl;
	text-align: right;
}

.rtl .swiper-slider-area,
.rtl .pricing-table .price,
.rtl .banner-slider-arrows,
.rtl .styled-pagination,
.rtl .owl-carousel{
	direction: ltr !important;
}

.rtl .main-menu .navigation > li,
.rtl .team-block .other-info li strong,
.rtl .main-footer .footer-bottom .copyright-text,
.rtl .fun-facts .bar-item .skill-header .skill-title,
.rtl .header-style-two .main-menu,
.rtl .main-header .cart-btn,
.rtl .main-header .search-box,
.rtl .main-header .btn-box,
.rtl .main-header .logo-box{
	float: right;
}

.rtl .main-footer .footer-bottom .footer-nav,
.rtl .header-style-two .nav-outer,
.rtl .main-header .outer-box{
	float: left;
}

.rtl .main-header,
.rtl .help-box .info-box li .icon,
.rtl .main-menu .navigation > li > ul,
.rtl .sec-title .float-text,
.rtl .main-footer .footer-column .widget-title:before,
.rtl .feature-block .icon-box,
.rtl .banner-section-three .shape-outer,
.rtl .fun-facts .bar-item .skill-bar .bar-inner .bar,
.rtl .sidebar .related-posts .post .post-thumb,
.rtl .latest-news .post-thumb,
.rtl .contact-page-section .contact-info li .icon,
.rtl .testimonial-block .inner-box:before,
.rtl .payment-box .payment-options li .radio-option input[type="radio"],
.rtl .sidenav-bar .contact-info-box .info-box .icon-box,
.rtl .sidenav-bar-visible header{
	left: auto;
	right: 0;
}


.rtl .coming-soon .emailed-form .form-group input[type="submit"], 
.rtl .coming-soon .emailed-form button,
.rtl .subscribe-form .form-group input[type="submit"], 
.rtl .subscribe-form .form-group button,
.rtl .fun-facts .bar-item .skill-percentage,
.rtl .fun-facts .bar-item .skill-bar .bar-inner .bar:after,
.rtl .sidenav-bar .navigation li.dropdown .dropdown-btn,
.rtl .main-header .shopping-cart{
	right: auto;
	left: 0;
}

.rtl .team-block .other-info,
.rtl .ui-menu .ui-menu-item-wrapper,
.rtl .property-block .lower-content,
.rtl .pricing-table .table-content ul,
.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > a{
	text-align: right;
}

.rtl .pricing-table .title-box{
	text-align: left;
}

.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > a{
	border-left: 0;
	border-right: 4px solid transparent;
}




.rtl .main-header .btn-box,
.rtl .main-header .search-box,
.rtl .main-header .btn-box{
	margin-left: 0;
	margin-right: 20px;
}

.rtl .sidenav-bar .close-btn{
	right: auto;
	left: 10px;
	top: -45px;
}

.rtl .main-header .shopping-cart .cart-icon{
	float: right;
	margin-left: 7px;
	margin-right: 0;
}


.rtl .main-header .shopping-cart .shopping-cart-total .main-color-text,
.rtl .main-header .shopping-cart .shopping-cart-total{
	float: left;
}

.rtl .main-header .shopping-cart .shopping-cart-items .item-quantity,
.rtl .main-header .shopping-cart .shopping-cart-items img{
	float: right;
}


.rtl .sidenav-bar{
	right: auto;
	left: 0;
	transform-origin: left;
	margin: 0;
}

.rtl .mCS-dir-rtl>.mCSB_inside>.mCSB_container{
	margin-left: 0;
}

.rtl .sidenav-bar .contact-info-box .info-box{
	padding-left: 0;
	padding-right: 50px;
}

.rtl .header-style-two .main-menu .navigation > li,
.rtl .main-menu .navigation > li{
	margin-right: 0;
	margin-left: 20px;
}

.rtl .banner-section-two .slide-item .btn-box .theme-btn{
	margin: 0;
}

.rtl .search-popup .form-group input[type="submit"], 
.rtl .search-popup .form-group button{
	right: auto;
	left: 30px;
}

.rtl .about-us .content-column .inner-column{
	padding-right: 0;
	padding-left: 70px;
}

.rtl .feature-block .inner-box{
	padding-left: 0;
	padding-right: 65px;
}

.rtl .about-us .image-column .inner-column:before{
	transform: translateX(-50px);
}

.rtl .call-back-section .image-column .image,
.rtl .list-style-two li:before,
.rtl .faq-form-section .image-column .image,
.rtl .banner-section-three .center-stipts,
.rtl .testimonial-block .content-box .icon,
.rtl .team-block .devider{
	transform: scaleX(-1);
}

.rtl .banner-section-three .center-stipts{
	left: auto;
	right: 40%;
}

.rtl .fun-facts .progress-column .inner-column{
	padding-left: 0;
	padding-right: 20px;
}

.rtl .sec-title.text-center .float-text{
	left: 0;
	right: 0;
	margin: 0 auto;
}

.rtl .project-block-two .caption-box{
	left: auto;
	right: 20px;
}

.rtl .pricing-table .title-box{
	border-right: 0;
	border-left: 5px solid #4e5d40;
}

.rtl .pricing-table .table-content ul li{
	border-left: 0;
	border-right: 2px solid #4e5d40;
}

.rtl .pricing-table .inner-box{
	border-radius: 0 40px 0 40px;
}

.rtl .testimonial-block .info-box{
	padding: 30px 50px;
	padding-right: 130px;
	text-align: right;
}

.rtl .testimonial-block .thumb{
	left: auto;
	right: 30px;
}

.rtl .testimonial-block .content-box .icon{
	right: auto;
	left: 30px;
}

.rtl .subscribe-form .envelope-image{
	right: auto;
	left: 5%;
}

.rtl .subscribe-form .upper-box{
	border-left: 0;
	border-right: 5px solid #4e5d40;
	padding-left: 0;
	padding-right: 30px;
}

.rtl .subscribe-form .form-group{
	padding-right: 0;
	padding-left: 70px;
}

.rtl .recent-posts{
	padding-left: 0;
	padding-right: 40px;
}

.rtl .recent-posts .post .date span{
	margin-right: 0;
	margin-left: 4px;
}

.rtl .user-links li a{
	border-left: 0;
	border-right: 0px solid #4e5d40;
}

.rtl .main-footer .contact-list li{
	padding: 10px 30px;
	padding-right: 55px;
}

.rtl .main-footer .contact-list li .icon{
	left: auto;
	right: 15px;
}



.rtl .list-style-one li,
.rtl .list-style-two li{
	padding-left: 0;
	padding-right: 35px;
}

.rtl .list-style-one li:before,
.rtl .list-style-two li:before{
	left: auto;
	right: 0;
}

.rtl .about-section .image-column .image:before{
	left: auto;
	right: -50px;
}

.rtl .feature-block-two .inner-box{
	padding: 20px 30px;
	padding-right: 120px;
}

.rtl .feature-block-two .inner-box .icon{
	left: auto;
	right: 30px;
}


.rtl .about-me .image-column .image-box{
	padding-right: 0;
	padding-left: 70px;
}

.rtl .about-me .bottom-box{
	padding-left: 0;
	padding-right: 80px;
	text-align: right;
}

.rtl .about-me .bottom-box .name{
	float: right;
}

.rtl .about-me .bottom-box .signature{
	left: auto;
	right: 0;
}

.rtl .page-breadcrumb li{
	margin: 0;
	padding: 0;
	margin-left: 10px;
	padding-left: 15px;
}

.rtl .page-breadcrumb li:last-child{
	padding-left: 0;
	margin-left: 0;
}

.rtl .page-breadcrumb li:after{
	right: auto;
	left: -3px;
}


.rtl .coming-soon .emailed-form .form-group input[type="text"], 
.rtl .coming-soon .emailed-form .form-group input[type="tel"], 
.rtl .coming-soon .emailed-form .form-group input[type="email"], 
.rtl .coming-soon .emailed-form .form-group textarea{
	padding: 14px 30px 14px 50px;
}

.rtl .brochure-box .theme-btn i{
	margin-right: 0;
	margin-left: 10px;
}

.rtl .help-box .info-box li{
	padding-left: 0;
	padding-right: 30px;
}

.rtl .sidebar .search-box .form-group input[type="submit"], 
.rtl .sidebar .search-box .form-group button{
	right: auto;
	left: 10px;
}

.rtl .latest-news .post{
	padding-left: 0;
	padding-right: 105px;
}

.rtl .tag-list li{
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

.rtl .instagram-widget .link-box{
	right: auto;
	left: 30px;
}

.rtl .blog-single blockquote{
	border-left: 0;
	border-right: 3px solid #4e5d40;
}

.rtl .comments-area .comment{
	padding: 30px 30px;
	padding-right: 130px;
}

.rtl .comments-area .comment-box .author-thumb{
	left: auto;
	right: 30px;
}

.rtl .comments-area .comment-box .name{
	margin-right: 0;
	margin-left: 10px;
}

.rtl .product-details .basic-details .item-quantity{
	float: right;
	margin-left: 25px;
	margin-right: 0;
}

.rtl .product-details .basic-details .add-to-cart{
	margin-right: 10px;
	margin-left: 0;
}

.rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn{
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.rtl .shop-comment-form .rating-box .text{
	float: right;
	margin-left: 30px;
	margin-right: 0;
}

.rtl .range-slider-one .btn-box{
	float: right !important;
}

.rtl .sidebar .related-posts .post{
	padding-left: 0;
	padding-right: 90px;
}

.rtl .cart-section .bootstrap-touchspin .input-group-btn-vertical{
	right: auto;
	left: 20px;
}

.rtl .checkout-page .default-links li .far{
	margin-right: 0;
	margin-left: 20px;
}

.rtl .payment-box .payment-options li .radio-option label .small-text:before{
	left: auto;
	right: 30px;
}

.rtl .payment-box .payment-options li .radio-option label{
	padding-left: 0;
	padding-right: 30px;
}

.rtl .contact-page-section .contact-info li{
	padding: 5px 30px;
	padding-right: 70px;
}

.rtl .project-detail .project-info li {
    padding-right: 50px;
    padding-left: 20px;
}

.rtl .project-detail .project-info li .icon{
	left: auto;
	right: 15px;
}

.rtl .contact-page-section .form-column .inner-column{
	padding-right: 0;
	padding-left: 50px;
}



/************Start New Style************/


.main-header .NotificationBTN .Noti-btn{
    position: relative;
    display: block;
    height: 48px;
    width: 48px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #002DE7;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}
.main-header .NotificationBTN .Noti-btn:hover{
    background: #4e5d40;
     border: 1px solid #4e5d40;
    color: #fff;
}.main-header .NotificationBTN .Noti-btn:hover img{
    filter: grayscale(100) brightness(100);
}
.main-header .NotificationBTN .Noti-btn .ContNot{
    position: absolute;
    top: -3px;
    right: -5px;
    height: 25px;
    width: 25px;
    background: #EA4335;
    display: block;
    line-height: 22px;
    font-family: 'din_R';
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}


.main-header .NotificationBTN .dropdown-menu{
    left: 0 !important;
    right: auto !important;
    float: right;
    text-align: right;
    margin-top: 10px !important;
    padding: 0px;
    background: #FFFFFF;
    border: 0px solid #f9f9f9;
    box-shadow: none;
    border-radius: 8px 8px 10px 10px;
}


.Sec_Title{
    margin-bottom: 32px;
}
.Sec_Title h2{
        color: #000;
    font-size: 38px;
    font-weight: 800;
    line-height: 56px;
    margin-bottom: 15px;
    font-family: din_B;
	letter-spacing: 0;
}
.Sec_Title p{
        color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: din_L;
}
.Sec_Title p span{
    color: #4e5d40;
    font-weight: 700;
}
.Sec_Title .labelShape{
    height: 40px;
    display: block;
    width: max-content;
    margin: auto;
    line-height: 40px;
    border-radius: 35px;
    background: linear-gradient(266.73deg, #EADFDF 0.25%, #FBF4E2 100%);
    color: #4e5d40;
    padding: 0 35px;
    font-size: 16px;
}
/**************************/


.sectionBanner{
    position: relative;
}
.sectionBanner .BGIage{
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    max-height: 100%;
    overflow: hidden;
}
.sectionBanner .BGIage img{
    display: block;
    width: 100%;
    height: 100%;
}

.sectionBanner .dtaBaner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
	    background: #00000082;
}
.sectionBanner .dtaBaner .DataSideBox{
    display: block;
	align-items: center;
	width: 100%;
	height: 100%;
}
.sectionBanner .dtaBaner .DataSideBox .welcomLabel{
    margin-bottom: 32px;
}
.sectionBanner .dtaBaner .DataSideBox .welcomLabel span{
    display: block;
    width: max-content;
    padding: 0 20px;
    border-radius: 35px;
    background: #4e5d40;
    color: #fff;
    font-size: 16px;
        height: 40px;
    line-height: 40px;
}
.sectionBanner .dtaBaner .DataSideBox .titile{
    margin-bottom: 20px;
}
.sectionBanner .dtaBaner .DataSideBox .titile h1{
    font-size: 65px;
    font-weight: 800;
    color: #fff;
    font-family: din_H;
	line-height: normal;
}
.sectionBanner .dtaBaner .DataSideBox .desc{
    margin-bottom: 40px;
    max-width: 100%;
}
.sectionBanner .dtaBaner .DataSideBox .desc p{
font-size: 25px;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    text-align: start;
    line-height: normal;
    font-family: 'din_R';
}

.sectionBanner .dtaBaner .DataSideBox a{
    width: max-content;
    margin: auto;
    display: block;
    font-family: 'din_R';
    font-weight: 600;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.sectionBanner .dtaBaner .DataSideBox .applicationsIamgs{
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 8px;
    margin-bottom: 60px;
}
.sectionBanner .dtaBaner .DataSideBox .applicationsIamgs img{
       display: block;
       height: 60px; 
}
.sectionBanner .dtaBaner .DataSideBox .floowUs{
    display: flex;
    align-items: center;
    gap: 32px;
}
.sectionBanner .dtaBaner .DataSideBox .floowUs p{
    border-bottom: 2px solid #4e5d40;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
}
.sectionBanner .dtaBaner .DataSideBox .floowUs .links{
    display: flex;
    align-items: center;
    gap: 8px;
}
.sectionBanner .dtaBaner .DataSideBox .floowUs .links a{
    display: flex;
    height: 35px;
    width: 35px;
    border-radius: 8px;
    background: #FFFFFF29;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.sectionBanner .dtaBaner .DataSideBox .floowUs .links a:hover{
    background: #4e5d40;
}
.sectionBanner .dtaBaner .DataSideBox .floowUs .links a img{
    display: inline-block;
    height: 16px;
}

.sectionBanner .dtaBaner .imageBanner img{
	
}



.newFooter{
    position: relative;
        background: #1a1a1a;
        margin-top: 0px;
}
.newFooter .BGIamge{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 100%;
    z-index: 1;
}
.newFooter .BGIamge img{
opacity: .06;
  
    max-height: 100%;
    left: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.newFooter .footercontent{
    position: relative;
    z-index: 2;
    padding: 100px 0;
	padding-bottom: 0;
}
.newFooter .footercontent .logofooter{
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.newFooter .footercontent .logofooter img{
    display: inline-block;
	width: 75%;
}
.newFooter .footercontent .desc {
    text-align: center;
    width: 50%;
    text-align: center;
    margin: auto;
    margin-bottom: 32px;
}
.newFooter .footercontent .desc p{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: din_L;
}
.newFooter .footercontent .links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
}
.newFooter .footercontent .links a{
    display: flex;
    height: 35px;
    width: 35px;
    border-radius: 8px;
    background: #FFFFFF29;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}
.newFooter .footercontent .links a img{
    display: inline-block;
    height: 16px;
}
.newFooter .footercontent .links a:hover{
    background: #4e5d40 ;
}
.newFooter .footercontent .applicationsIamgs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.newFooter .footercontent .applicationsIamgs img{
       display: block;
       height: 60px; 
       transition: all .3s ease-in-out;
}

.newFooter .footercontent .linksMenuu{
	margin-bottom: 40px;
}
.newFooter .footercontent .linksMenuu h2{
    color: #e5c8ab;
    margin-bottom: 25px;
    font-size: 18px;
    font-family: 'din_B';
    font-weight: 600;
}
.newFooter .footercontent .linksMenuu a{
color: #fff;
    font-size: 15px;
    font-weight: 400;
    transition: all .4s ease-in-out;
    display: block;
    margin-bottom: 10px;
	border-bottom: 1px solid #fff0;
	width: max-content;
}


.newFooter .footercontent .linksMenuu a:hover{
	color: #fff;
	border-color: #fff;
}
.newFooter .footercontent .linksMenuu p{
color: #fff;
    font-size: 17px;
    font-weight: 400;
    transition: all .4s ease-in-out;
    display: block;
    margin-bottom: 10px;
	border-bottom: 1px solid #fff0;
	width: max-content;
}
.newFooter .subscBox{
	display: flex;
	gap: 4px;
}
.newFooter .subscBox input{
	background: transparent;
	color: #fff;
	height: 40px;
	border-bottom: 1px solid #aaa;
}
.newFooter .subscBox input::placeholder{
	color: #aaa;
}
.newFooter .subscBox button{
	height: 40px;
	width: 115px;
	text-align: center;
	line-height: 40ox;
	background: #4e5d40;
	color: #fff;
}
.newFooter .coppywrit{
border-top: 1.5px solid #FFFFFF1F;
padding: 24px 0;
margin-top: 40px;
}
.newFooter .coppywrit p{
	margin: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.newFooter .coppywrit p span{
	color: #4e5d40;
}
.pageContent{
	padding: 50px 0;
}
.content{
	width: 80%;
	margin: auto;
}
.content p{
	font-size: 16px;
	color: #555;
	margin-bottom: 8px;
}
.content h4{
	font-size: 24px;
	color: #000;
	margin-bottom: 32px;
	margin-top: 32px;
	font-weight: 700;
}
.content h6{
	font-size: 20px;
	color: #000;
	margin-bottom: 24px;
	margin-top: 24px;
	font-weight: 500;
}


.header-style-two.fixed-header .main-box {
    padding: 0 0px !important;
    background-color: #e4e2d6;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
   
}
.header-style-two.fixed-header .main-menu .navigation > li > a {
    padding: px 0;
    color: #000;
}
.header-style-two.fixed-header .outer-box .applicationsIamgs img{
    height: 45px;
}
.header-style-two.fixed-header .logo img{
height: 45px;
}
.main-header.fixed-header .main-box{
	min-height: 70px;
}

.BG_Gray{
	background: #f9f9f9;
}

.pageContentFolowPage{
	width: 100%;
	margin: auto;
	padding-bottom: 50px;
}



/**********************************************************************************************/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 100000000000000;
  margin-top: -540px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
}

.search-popup:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -20px;
  content: "";
}

.search-active .search-popup {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #4e5d40;
  width: 70px;
  border-bottom: 0px solid #fff0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  color: #ffffff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-radius: 8px;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #0F0F0F;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  width: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  padding: 0;
  background: #4e5d40;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #FFFFFF;
  background: #415A3E;
}

.search-popup input::-webkit-input-placeholder,
.search-popup textarea::-webkit-input-placeholder {
  color: #bcbcbc;
}

.search-popup input:-ms-input-placeholder,
.search-popup textarea:-ms-input-placeholder {
  color: #bcbcbc;
}

.search-popup input::-ms-input-placeholder,
.search-popup textarea::-ms-input-placeholder {
  color: #bcbcbc;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #bcbcbc;
}



.superAgentRight{
        position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #1d0c2e;
    width: 40%;
    right: 0;
    transition: .3s;
    transform: translate(100%);
    overflow: hidden;
    z-index: 9999;
    padding: 25px;
    height: 100vh;
    overflow: auto;
}
.superAgentRight::-webkit-scrollbar {
    width: 6px;
    background: #fff;
}
.superAgentRight::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 6px;
    background: #eee;
}
.superAgentRight{
    background: #fff;
}

.overlay-menu-right {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: #000000cc;
  transition: .3s;
  display: none;
    z-index: 999;
}

.overlay-menu-right.active {
  display: block;
}

.overlay-menu-right .close-menu {
  position: absolute;
left: auto;
    right: 41%;
  color: #fff !important;
  font-size: 30px !important;
  top: 13px;
  cursor: pointer;
}
.super-agent.active {
  transform: translate(0);
}
body.no-scroll {
    overflow: hidden;
}

.superAgentRight .SIdeBareHeader{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.superAgentRight .SIdeBareHeader h2{
	font-size: 24px;
	font-weight: 600;
	color: #000;
}
.superAgentRight .SIdeBareHeader .closeIcon{

}
.superAgentRight .SIdeBareHeader .closeIcon .close-menu{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 32px;
	background: #bfbfbf;
	border-radius: 50%;
	cursor: pointer;
	font-size: 30px;
}

.groupBtnHeaders{
	display: flex;
	align-items: center;
	gap: 12px;
}
.groupBtnHeaders .btns-fixed-right{
		display: flex;
	align-items: center;
	gap: 12px;
}
.groupBtnHeaders button{
	position: relative;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	color: #000;
	font-size: 25px;
	background: transparent;
}
.groupBtnHeaders a{
	position: relative;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	color: #000;
	font-size: 25px;
	background: transparent;
	margin-inline-start: 5px;
}
.groupBtnHeaders button i{
	
}
.groupBtnHeaders button span{
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    right: -8px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.groupBtnHeaders .AccountDropMenu{
	outline: 0;
	border: 0;
}
.groupBtnHeaders .DropAccount{
border: 0;
    border-radius: 4px;
}
.groupBtnHeaders .DropAccount .dropdown-item{
	display: block;
    width: auto;
    height: auto;
    text-align: start;
    font-size: 15px;
}

.categoryySec{
	padding: 50px 0;
}
.categoryySec .catItems{

}

.categoryySec .catItems .itemCat{
display: block;
}

.categoryySec .catItems .itemCat .imagebox{
	display: block;
	width: 100%;
	height: 300px;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 15px;
}
.categoryySec .catItems .itemCat .imagebox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .6s ease-in-out;

}
.categoryySec .catItems .itemCat:hover .imagebox img{
	transform: scale(1.1);
}
.categoryySec .catItems .itemCat .catName{

}
.categoryySec .catItems .itemCat .catName h2{
	color: #4d321a;
	font-size: 22px;
	margin: 0;
	text-align: start;
	font-family: 'din_M';
	font-weight: 500;
}



.owl-nav{
	
}
.owl-nav .owl-prev{
	position: absolute;
	top: calc(50% - 95px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	left: -25px;
	background: #4d321a;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
}
.owl-nav .owl-prev span{
	
}
.owl-nav .owl-next {
		position: absolute;
	top: calc(50% - 95px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	right: -25px;
	background: #4d321a;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
}
.owl-nav .owl-next span{
	
}
.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled{
	pointer-events: none;
	opacity: .5;
}

.owl-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 24px;
}
.owl-dots .owl-dot{
	
}
.owl-dots .owl-dot span{
	display: block;
	width: 12px;
	height: 12px;
	background: #d4b89a;
	border-radius: 50%;
}
.owl-dots .owl-dot.active span{
	background: #4d321a;
}



.ProductsSec{
	padding: 50px 0;
}

.productItems{

}
.productItems .itemProd{
	margin-bottom: 24px;
}
.productItems .itemProd .upprBox{
	height: 300px;
	background: #f1f1f1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;

}
.productItems .itemProd .upprBox .image{
	display: block;
	width: auto;
	height: 13rem;
	position: relative;
}
.productItems .itemProd .upprBox .image img{
display: block;
    width: 13rem;
    height: 13rem;
    mix-blend-mode: darken;
	position: absolute;
	top: 0;
	opacity: 0;
	display: none;
}
.productItems .itemProd .upprBox .image img.active{
     opacity: 1;
	 display: block;
	     position: relative;
}
.productItems .itemProd .upprBox .image img.image_1{
	 z-index: 1;
	 position: relative;
}
.productItems .itemProd .upprBox .image img.image_2{
	 z-index: 2;
}
.productItems .itemProd .upprBox .image img.image_3{
	 z-index: 3;
}
.productItems .itemProd .upprBox .image img.image_4{
	 z-index: 4;
}
.productItems .itemProd .upprBox .image img.image_5{
	 z-index: 5;
}
.productItems .itemProd .upprBox .image img.image_6{
	 z-index: 6;
}
.productItems .itemProd .upprBox .image img.image_7{
	 z-index: 7;
}
.productItems .itemProd .upprBox .image img.image_8{
	 z-index: 8;
}
.productItems .itemProd .upprBox .image img.image_9{
	 z-index: 9;
}

.productItems .itemProd .ProductImagesSmall{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 15px;
}
.productItems .itemProd .ProductImagesSmall img{
	display: block;
	width: 35px;
	height: 35x;
	object-fit: cover;
	object-position: center;
	border: 1px solid #f9f9f9;
	cursor: pointer;
}
.productItems .itemProd .upprBox .addwishlist{
	position: absolute;
	top: 15px;
	left: 15px;
	background: transparent;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	outline: 0;
	box-shadow: none;
	font-size: 20px;
}
.productItems .itemProd .prodInfo{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 8px;
}
.productItems .itemProd .prodInfo .Name{
	color: #000;
	font-size: 17px;
}
.productItems .itemProd .prodInfo .pricee{
	display: flex;
	align-items: center;
	gap: 4px;
	color: #000;
	font-weight: 600;
		font-size: 18px;
		font-family: 'din_B';
}
.productItems .itemProd .prodInfo .pricee img{

}
.productItems .itemProd .addcart{
	background: none;
	border: 1px solid #aaa;
	height: 45px;
	padding: 0 25px;
	border-radius: 35px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: all .4s ease-in-out;
}
.productItems .itemProd .addcart:hover{
	background: #4e5d40;
	border-color: #4e5d40;
	color: #fff;
}


.AboutSec{
	padding: 50px 0;
}

.AboutSec .AboutImagess{
	
}
.AboutSec .AboutImagess .imageItem{
	display: block;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 24px;
}
.AboutSec .AboutImagess .imageItem img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.AboutSec .AboutDatat{
	padding-inline-start: 50px;
	padding-top: 75px;
}
.AboutSec .AboutDatat .ttitle{
	margin-bottom: 24px;
}
.AboutSec .AboutDatat .ttitle p{
	letter-spacing: 6px;
	font-size: 25px;
	margin-bottom: 15px;
	color: #4e5d40;
	font-family: 'din_L';
	font-weight: 200;
}
.AboutSec .AboutDatat .ttitle h2{
	font-size: 68px;
	color: #000;
	font-weight: 600;
}
.AboutSec .AboutDatat .desc{
	margin-bottom: 40px;
}
.AboutSec .AboutDatat .desc p{
	color: #a6a09b;
	font-size: 18px;
	line-height: 35px;
	font-weight: 500;
}
.AboutSec .AboutDatat .theme-btn{
	width: 250px;
	height: 55px;
	line-height: 55px;
	border-radius: 8px;
	font-size: 18px;
}	
.AboutSec .socilaLinks{
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 40px;
}
.AboutSec .socilaLinks a{
	font-size: 45px;
	color: #757575;
}





.quantity .product-item-quantity {
  border: 1px solid #F4F4F4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: transparent;
  border-radius: 0;
  padding: 0 4px;
}

.quantity .product-item-quantity-button {
  border: none;
  background: transparent;
  height: 40px;
  width: 35px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quantity .product-item-quantity-input {
  border: none;
  width: 35px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #0F0F0F;
  padding: 0;
  margin: 0;
  background: transparent;
}



.CartItemss{

}
.CartItemss .itemcart{
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #eee;
}
.CartItemss .itemcart .image{
	display: block;
	width: 110px;
	height: 110px;
	overflow: hidden;
}
.CartItemss .itemcart .image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.CartItemss .itemcart .prodDatta{
	display: block;
	width: calc(100% - 120px);
}
.CartItemss .itemcart .prodDatta .titilePrice{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	gap: 12px;
}
.CartItemss .itemcart .prodDatta .titilePrice h2{
	font-size: 20px;
	color: #000;
	font-weight: 600;
	font-family: 'din_B';
}
.CartItemss .itemcart .prodDatta .titilePrice h3{
	display: flex;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	font-family: 'din_B';
	align-items: center;
}

.CartItemss .itemcart .prodDatta p{
	color: #000;
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 16px;
}
.CartItemss .itemcart .prodDatta .classcountRemove{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.CartItemss .itemcart .prodDatta .classcountRemove .quantity{
	
}
.CartItemss .itemcart .prodDatta .classcountRemove .removee{
	background: transparent;
	color: #000;
	font-size: 16px;
	box-shadow: none;
	outline: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}

.superAgentRight .checkoutBox{

}
.superAgentRight .checkoutBox .totalapric{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.superAgentRight .checkoutBox .totalapric p{
	color: #000;
	font-weight: 600;
	font-size: 20px;
}
.superAgentRight .checkoutBox .totalapric h2{
	display: flex;
	gap: 4px;
	font-size: 22px;
	color: #000;
	font-weight: 600;
	align-items: center;

}

.superAgentRight .checkoutBox .checkoutbtn{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 16px;
	margin-bottom: 8px;
}
.superAgentRight .checkoutBox .policy p{
	color: #6a7282;
	font-size: 14px;
	text-align: center;
}


.breatcampbox{
	padding: 24px 0;
}
.breatcampbox ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.breatcampbox ul li{
	color: #000;
	font-size: 20px;
}
.breatcampbox ul li a{
	color: #757575;
}


.SidebareFilter{
	padding: 0 24px;
	border-inline-end: 1px solid #ebe6e7;
	padding-bottom: 40px;
	height: 100%;
	padding-inline-start: 0;
}
.SidebareFilter .tititle{
	margin-bottom: 40px;
}
.SidebareFilter .tititle img {
    display: none;
}
.SidebareFilter .tititle h2{
	font-size: 22px;
	font-weight: 800;
	color: #000;
}
.SidebareFilter .priceBox{
	
}
.SidebareFilter .priceBox h2{
	    font-size: 20px;
    margin-bottom: 8px;
}
.SidebareFilter .priceBox .pricinput{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}
.SidebareFilter .priceBox .pricinput p{
	font-size: 16px;
	width: 100px;
	color: #000;
}
.SidebareFilter .priceBox .pricinput input{
    border: 1px solid #eee;
    outline: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
    height: 40px;
    border-radius: 8px;
    flex-grow: 1;
	padding: 0 10px;
}
.SidebareFilter .priceBox button{
	background: #4e5d40;
	color: #fff;
	width: 100%;
	height: 45px;
	border-radius: 8px;
	text-align: center;
	border: 0;
	outline: 0;
	font-size: 16px;
	line-height: 45px;
	margin-top: 16px;
}

.SidebareFilter .categoryItems{

}
.SidebareFilter .categoryItems ul{

}
.SidebareFilter .categoryItems ul li{
	margin-bottom: 16px;
}
.SidebareFilter .categoryItems ul li a{
	font-size: 17px;
	color: #000;
	font-weight: 600;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.SidebareFilter .categoryItems ul li a i{
    
}
.SidebareFilter .categoryItems ul li ul{
	margin-top: 5px;
}
.SidebareFilter .categoryItems ul ol {
margin-bottom: 10px;
    padding-inline-start: 15px;
	
}
.SidebareFilter .categoryItems ul ol a{
	font-weight: 500;
	font-size: 17px;
    font-family: 'din_H';
	color: #5c5c5c;
}


.productdetialsSec{

}
.productdetialsSec .productImagess{
	height: 600px;
	width: 100%;
	overflow: auto;
	background: #f1f1f1;
}
.productdetialsSec .productImagess::-webkit-scrollbar {
    width: 6px;
    background: #fff;
}
.productdetialsSec .productImagess::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 6px;
    background: #eee;
}
.productdetialsSec .productImagess img{
	display: block;
	width: 100%;
	margin: 30px 0;
	height: auto;
}


.productdetialsSec .producttitile{
	display: flex;
	align-items: center;
	gap: 40px;
}
.productdetialsSec .producttitile .frolflexx{
	display: flex;
	align-items: center;
	gap: 20px;
}
.productdetialsSec .producttitile h2{
	color: #000;
	font-size: 1.5rem;
	font-weight: 600;
}
.productdetialsSec .producttitile p{
	color: #000;
	font-size: 16px;
}
.productdetialsSec .producttitile p span{
	color: #1ABA1A;
}
.productdetialsSec .producttitile .addwishlist{
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    outline: 0;
    box-shadow: none;
    font-size: 40px;
}
.productdetialsSec .producttitile .shareee{
    background: #9ab87e;
	color: #fff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    outline: 0;
    box-shadow: none;
    font-size: 30px;
	transform: rotateY(180deg);
	border-radius: 4px;
}
.productdetialsSec hr{
	border-top: 1px solid #aaa;
	margin: 30px 0;
}

.productdetialsSec .priceIitems{
    display: flex;
    align-items: center;
    gap: 40px;
}
.productdetialsSec .priceIitems h2{
	color: #36a36b;
	font-size: 35px;
	font-weight: 600;
}
.productdetialsSec .priceIitems p{
	color: #99a1af;
	font-size: 22px;
}
.additionalFOrm{

}
.additionalFOrm p{
	color: #5f5f61;
	font-size: 18px;
	margin-bottom: 8px;
}
.additionalFOrm textarea{
	border-radius: 8px;
	border: 1px solid #9ab87e;
	padding: 10px;
	display: block;
	width: 100%;
	height: 100px;
	font-size: 16px;
}
.additionalFOrm textarea::placeholder{
	color: #aaa;
}


.productdetialsSec .countAddcart{
	display: flex;
	align-items: center;
	gap: 30px;
}
.productdetialsSec .countAddcart .quantity{
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #f9f9f9;
    border-radius: 0;
    padding: 7px 20px;
    border-radius: 35px;
}
.productdetialsSec .countAddcart .theme-btn{
	height: 56px;
	width: 300px;
}
.productdetialsSec .countAddcart .quantity .product-item-quantity{
	border: 0;
}

.decccrrrrdatataps{

}
.decccrrrrdatataps .nav{
	
}
.decccrrrrdatataps .nav .nav-item{
	
}
.decccrrrrdatataps .nav .nav-item .nav-link{
	    color: #6a7282;
    font-size: 20px;
	border: 0;
    border-bottom: 2px solid #0000;
}
.decccrrrrdatataps .nav .nav-item .nav-link:hover{
		    color: #6a7282;
    font-size: 20px;
	border: 0;
    border-bottom: 2px solid #0000;
}
.decccrrrrdatataps .nav .nav-item .nav-link.active{
	border: 0;
    border-bottom: 2px solid #000;
	color: #000;
}

.decccrrrrdatataps .tab-content{
	
}
.decccrrrrdatataps .tab-content .tab-pane *{
	color: #000;
}


.authnticationPage{
	padding: 50px 0;
}
.authnticationPage .authrnticationBox{
	    padding: 0px;
    border: 1px solid #eee;
    background: #fcfbf8;
    border-radius: 18px 18px;
    width: 45%;
	overflow: hidden;
    margin: auto;
}

.authnticationPage .authrnticationBox .welcomSec{
	padding: 40px;
	background: #54371d;
	
}
.authnticationPage .authrnticationBox .welcomSec h2{
	font-size: 25px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin-bottom: 4px;
}
.authnticationPage .authrnticationBox .welcomSec p{
font-size: 16px;
	color: #eee;
	text-align: center;
}
.formbox{
	padding: 40px;
}
.authnticationPage .authrnticationBox .form-group{
	margin-bottom: 24px;
}	
.authnticationPage .authrnticationBox .form-group label{
	color: #4d321a;
    font-size: 16px;
    margin-bottom: 2px;
}
.authnticationPage .authrnticationBox .form-group .iputgrooup{
    position: relative;
}
.authnticationPage .authrnticationBox .form-group .iputgrooup .form-control{
    background: #fff;
    box-shadow: none;
    height: 52px;
    outline: 0;
	padding-inline-start: 50px;
	border-radius: 12px;
	border-color: #ddcfc4;
}
.authnticationPage .authrnticationBox .form-group .iputgrooup .shape_1{
	position: absolute;
    top: 0;
    left: 0;
    height: 52px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #aaa;
}

.authnticationPage .authrnticationBox .form-group .submitBTN{
	background: #4d321a;
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0 15px;
	border-radius: 12px;
	border: 0;
	color: #fff;
	outline: 0;
	box-shadow: none;
	font-size: 18px;
	font-weight: 600;
}


.authnticationPage .authrnticationBox .orRegester{
	position: relative;
}
.authnticationPage .authrnticationBox .orRegester::before{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #eee;
    content: '';
    z-index: 1;
    display: block;
}

.authnticationPage .authrnticationBox .orRegester span{
	display: block;
	width: max-content;
	position: relative;
	z-index: 2;
	margin: auto;
	padding: 0 15px;
	color: #aaa;
	background: #fcfbf8;
}

.authnticationPage .authrnticationBox .createonother{
	margin: 24px 0;
}
.authnticationPage .authrnticationBox .createonother a{
	background: #fff;
	border: 2px solid #4d321a;
	display: block;
	width: 100%;
	height: 55px;
	line-height: 51px;
	padding: 0 15px;
	border-radius: 35px;

	color: #4d321a;
	outline: 0;
	box-shadow: none;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	transition: all .4s ease-in-out;
}

.authnticationPage .authrnticationBox .createonother a:hover{
	background: #4d321a;color: #fff;
}

.authnticationPage .authrnticationBox .forgetpass a{
	display: block;
	width: max-content;
	margin: auto;
	padding: 0 15px;
	color: #777;
	transition: all .4s ease-in-out;
}
.authnticationPage .authrnticationBox .forgetpass a:hover{
	color: #4d321a;
}
.LanguageeBRTN{
	background: #000 !important;
    border-radius: 50%;
    font-size: 16px !important;
    color: #fff !important;
}
/**************/

.sidenav-bar .navigation li.megamenu .megamenu_box {
  display: none;
  padding: 20px;
  background: #fff;
  border-radius: 0px;
}

.sidenav-bar .navigation li.megamenu .megamenu_box .MegaItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.sidenav-bar .navigation li.megamenu .megamenu_box .MegaItem .IconMega img {
  display: inline-block;
  width: 50px;
}

.sidenav-bar .navigation li.megamenu .megamenu_box .MegaItem .DataMega {
  width: calc(100% - 75px);
}

.sidenav-bar .navigation li.megamenu .megamenu_box .MegaItem .DataMega h2 {
  color: #000;
  font-size: 20px;
  margin-bottom: 12px;
}

.sidenav-bar .navigation li.megamenu .megamenu_box .MegaItem .DataMega p {
  color: #6D6D6D;
  font-size: 16px;
  font-family: "din_R";
  margin-bottom: 16px;
}

.sidenav-bar .navigation li.megamenu .megamenu_box .MegaItem .DataMega a {
  color: #A4935F;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.sidenav-bar .navigation li.megamenu .megamenu_box .MegaItem .DataMega a img {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidenav-bar .navigation li.megamenu .megamenu_box .MegaItem .DataMega a::before {
  content: "";
  height: 2px;
  width: 0%;
  background: #A4935F;
  display: block;
  position: absolute;
  bottom: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidenav-bar .navigation li.megamenu .megamenu_box .MegaItem .DataMega a:hover img {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.sidenav-bar .navigation li.megamenu .megamenu_box .MegaItem .DataMega a:hover::before {
  width: 100%;
}

.sidenav-bar .navigation li.megamenu .megamenu_box .MegaLine {
  margin: 16px 0;
}

.sidenav-bar .navigation li.megamenu .megamenu_box .MegaLine img {
  display: block;
  width: 100%;
}

.main-menu .navigation > li.megamenu {
  position: static;
}

.main-menu .navigation > li.megamenu > .megamenu_box {
  position: absolute;
  left: 0px;
  top: 110%;
  width: 100%;
  padding: 10px 24px;
  z-index: 100;
  background: #fff;
  margin-top: 10px;
  border-radius: 8px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 1;
  border: 1px solid #f9f9f9;
}

.main-menu .navigation > li.megamenu > .megamenu_box, .main-menu .navigation > li.megamenu > .megamenu_box > li > ul {
  display: block !important;
  visibility: hidden;
  opacity: 0;
}

.main-menu .navigation > li.megamenu.dropdown:hover > .megamenu_box {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  border-radius: 0;
}

.main-menu .navigation > li.megamenu .megamenu_box {
  padding: 20px;
  padding-bottom: 0;
}

.main-menu .navigation > li.megamenu .megamenu_box .upperLinks {
	width: 100%;
  	display: flex;
  	gap: 32px;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	padding: 50px 0;
}
.main-menu .navigation > li.megamenu .megamenu_box .upperLinks a{

}
.main-menu .navigation > li.megamenu .megamenu_box .upperLinks a{
	position:relative;
	display:block;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	border-bottom: 1px solid #fff0;
	color:#000;
	padding:0px 0;
	padding-bottom: 0px;
	opacity:1;
	text-align:center;
	font-family: din_R;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li.megamenu .megamenu_box .upperLinks a:hover{
	color: #4e5d40  !important;
	border-color: #4e5d40;
}


.main-menu .navigation > li.megamenu .megamenu_box .allBroducts{
	padding: 20px;
	border-top: 1px solid #eee;
}
.main-menu .navigation > li.megamenu .megamenu_box .allBroducts a{
	display: block;
	width: max-content;
	margin: auto;
		position:relative;
	display:block;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	border-bottom: 1px solid #000;
	color:#000;
	padding:0px 0;
	padding-bottom: 0px;
	opacity:1;
	text-align:center;
	font-family: din_R;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}


/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 50px;
}

.checkoutPage{

}

.checkoutPage .leftSide{
	    padding-inline-start: 70px;
    padding-inline-end: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.checkoutPage .leftSide .Bigtitile{
	
}
.checkoutPage .leftSide .Bigtitile h2{
	    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.checkoutPage .leftSide .manageAdress{
	
}
.checkoutPage .leftSide .manageAdress .titile{
	margin-bottom: 32px;
}
.checkoutPage .leftSide .manageAdress .titile h2{
	    text-align: center;
    font-size: 30px;
}
.checkoutPage .leftSide .manageAdress .adressBoxx{
	    background: #fbf9fa;
    border: 1px solid #ebe6e7;
    border-radius: 10px;
    padding: 24px;
    text-align: center;
	    margin-bottom: 32px;
}
.checkoutPage .leftSide .manageAdress .adressBoxx p{
	    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}
.checkoutPage .leftSide .manageAdress .adressBoxx a{
	    display: block;
    height: 40px;
    padding: 0 25px;
    background: #fff;
    width: max-content;
    margin: auto;
    line-height: 40px;
    border-radius: 8px;
    border: 1px solid #99a1af;
    color: #000;
}
.checkoutPage .rightSide{
	min-height: 1108px;
	height: 100%;
}
.checkoutForm{
padding: 24px;
    border: 1px solid #99a1af;
    border-radius: 8px;
}
.checkoutForm .form-group{
	    margin-bottom: 15px;
}
.checkoutForm .form-group label{
	font-size: 18px;
	margin-bottom: 5px;
}
.checkoutForm .form-group .form-control{
	    background: #fff;
    box-shadow: none;
    height: 50px;
    outline: 0;
    border-radius: 8px;
	overflow: hidden;
    border-color: #99a1af;
}

.select2-container .select2-selection--single{
	height: 50px;
	border-radius: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 49px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
}

.checkoutForm .submitBTN {
    background: #000;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    border-radius: 12px;
    border: 0;
    color: #fff;
    outline: 0;
    box-shadow: none;
    font-size: 18px;
    font-weight: 600;
}


.checkoutPage .rightSide{
	    padding: 50px 32px;
    border-inline-start: 1px solid #e0e0e0;
    background: #f5f5f5;
	height: 100%;
}
.checkoutPage .rightSide






.form-group .inputGroup .form-control {
    display: block;
    width: 100%;
    height: 50px;
    border: 2px solid #2540550F;
    border-radius: 8px;
    padding: 0 12px;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
    padding-inline-start: 10px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
	background: #fff;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
}
.checkoutPage .CodeCopone .form-group button {
    display: block;
    width: 100px;
	height: 50px;
	border-radius: 8px;
	color: #fff;

}
.checkoutPage .CodeCopone .form-group .inputGroup{
	flex-grow: 1;
	width: 100%;
}
.checkoutPage .CodeCopone .form-group button.desapled {
    background: #6D6D6D;
    border-color: #6D6D6D;
    pointer-events: none;
}
.checkoutPage .CodeCopone{
	margin-bottom: 24px;
}

.checkoutPage .rightSide .CodeCopone .form-group {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}


.totalSub{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.totalSub h2{
	font-size: 18px;
}
.totalSub h3{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 20px;
}	
.totalSub h1{
	font-size: 24px;
	font-weight: 800;
}
.totalSub h4{
	display: flex;
	font-weight: 800;
	align-items: center;
	gap: 8px;
	font-size: 24px;
}	



.profilePage{
	padding: 50px 0;
}
.profilePage .SideNamee{

    background: #f6f3f4;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 32px;
}

.profilePage .SideNamee ul{
	
}
.profilePage .SideNamee ul li{
	margin-bottom: 5px;
}
.profilePage .SideNamee ul li:last-child{
	margin-bottom: 0;
}
.profilePage .SideNamee ul li a{
	display: block;
    height: 50px;
    line-height: 50px;
	transition: all .4s ease-in-out;
	border-bottom: 1px solid #0000;
}
.profilePage .SideNamee ul li a:hover, .profilePage .SideNamee ul li a.active{
   border-bottom: 1px solid #000;
   color: #000;
}


.profilePage .orders{

}
.profilePage .orders .emptyBox{
    text-align: center;
}
.profilePage .orders .emptyBox p{
	    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
}
.profilePage .orders .emptyBox a{
	display: block;
    width: max-content;
    margin: auto;
    background: #000;
    height: 60px;
    line-height: 60px;
    padding: 0 75px;
    color: #fff;
    font-size: 18px;
}

.profilePage .Adresss{
	padding: 24px;
    border: 1px solid #99a1af;
    border-radius: 0px;
}
.profilePage .Adresss .form-group{
	    margin-bottom: 15px;
}
.profilePage .Adresss .form-group label{
	font-size: 18px;
	margin-bottom: 5px;
}
.profilePage .Adresss .form-group .form-control{
	    background: #fff;
    box-shadow: none;
    height: 50px;
    outline: 0;
    border-radius: 8px;
	overflow: hidden;
    border-color: #99a1af;
}
.profilePage .Adresss .submitBTN {
    background: #000;
    display: block;
    width: max-content;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    border-radius: 0px;
    border: 0;
    color: #fff;
    outline: 0;
    box-shadow: none;
    font-size: 18px;
    font-weight: 600;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #fff !important;
	border-radius: 8px;
}


.contactPage{
	padding: 50px 0;
}
.contactPage .MainTitle{
	text-align: center;
	margin-bottom: 40px;
}
.contactPage .MainTitle h2{
	font-size: 30px;
	margin-bottom: 8px;
	color: #000;
	font-weight: 700;
}
.contactPage .MainTitle p{
	color: #4a5565;
}
.contactPage .contactInfo{
	
}
.contactPage .contactInfo .tuiltle{
		margin-bottom: 10px;
}
.contactPage .contactInfo .tuiltle h2{
		font-size: 20px;

	color: #000;
	font-weight: 700;
}
.infosItem{
	margin-top: 16px;
}
.infosItem .itemInf{
	background: #f4ecdf;
	padding: 16px;
	border-radius: 10px;
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 16px;

}
.infosItem .itemInf .icon{
	
}
.infosItem .itemInf .icon span{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #4d321a;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	font-size: 18px;
}
.infosItem .itemInf .Data{
	
}
.infosItem .itemInf .Data h2{
	 color: #4d321a;
	 font-weight: 800;
	 margin-bottom: 0px;
	 font-size: 18px;
}
.infosItem .itemInf .Data p{
	color: #4a5565;
}


.contatcForm{
padding: 24px;
    border: 1px solid #ebe6e7;
    border-radius: 8px;
}
.contatcForm .form-group{
	    margin-bottom: 10px;
}
.contatcForm .form-group label{
	font-size: 18px;
	margin-bottom: 5px;
}
.contatcForm .form-group .form-control{
	    background: #fff;
    box-shadow: none;
    height: 45px;
    outline: 0;
    border-radius: 8px;
	overflow: hidden;
    border-color: #ebe6e7;
}
.contatcForm .form-group textarea.form-control{
	min-height: 100px;
}
.contatcForm .submitBTN {
    background: #4d321a;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    border-radius: 12px;
    border: 0;
    color: #fff;
    outline: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
}


.main-header .container{
    max-width: 100%;
}












.submenu {
    display: none;

}




/*******************/
.sp-loading {
	text-align: center;
	max-width: 270px;
	padding: 15px;
	border: 5px solid #eee;
	border-radius: 3px;
	font-size: 12px;
	color: #888;
}

/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	position: relative;
	width: 100%;
}
/* Thumbnails */
.sp-thumbs {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.sp-thumbs img {
	min-height: 50px;
	min-width: 50px;
	max-width: 50px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    width:90px;
    height:90px;
    overflow: hidden;
    opacity: .3;
    display: inline-flex;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 1px solid #eceef5;
    margin: 2px;
    border-radius: 4px;
}
.sp-thumbs a:hover {
	opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
}
.sp-large a {
	display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
/* Lightbox */

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 500;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 10px;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 10px;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 15px 0;
	}
	#sp-prev, #sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}

.productImagessBox .sp-wrap{
    display: flex !important;
    gap: 4px;
}

.productdetialsSec .producttitile h2{
	font-size: 34px;
}
.productdetialsSec .priceIitems h2{
	font-size: 22px;
}
.productdetialsSec .priceIitems p {
    font-size: 16px;
}





/**************/

.Light{
    display: inline-block
}
.Dark{
        display: none;
}
.hidden-xs{
    display: inline-block;
}
.visible-xs{
    display: none;
}
@media(max-width:768px){
    
    .MyAccount{
        display: inline-block;
        width: auto;
        margin: auto;
        display: block
    }

    .MyAccount img{
        display: inline;
    }
    .MyAccount .iconAccount{
        display: block;
        margin-left: 0 !important;
    }
    .hidden-xs{
        display: none !important;
    }
    .visible-xs{
        display: inline-block;
    }
    .ltr .MyAccount .dropdown-menu.show {
    right: 0 !important;
    left: auto !important;
    }

	.BoxInfoFollow{
		padding: 15px;
	}
	.FoloowStatus .FollowItem{
		gap: 8px;
	}
	.OderDetailsInfooos .FollowItem{
		gap: 8px;
	}
	.OderDetailsInfooos .FollowItem .DataSide .imageGroup{
		flex-wrap: wrap;
	}
	.OrderMainnfoo {
    margin-top: -85px;
	}
	.FollowPage {
    padding-bottom: 100px !important;
}
.page-title h2{
	font-size: 24px !important;
}
}


