
@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('bootstrap.css');
@import url('icons.min.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');





*{
	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: "Montserrat", sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#000000;
    font-size: 20px;
    font-weight: 500;
}

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;
	
}
.w-max{
    width: max-content !important;
}
textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}
.theme-btn{
    
}
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:#000000;
color:#ffffff;
}

::-moz-selection {
background:#000000;
color:#ffffff;
}

::-webkit-selection {
background:#000000;
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;
	position: static !important;
}

.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: #000000;
	-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: 15px 40px;
	font-weight: 700;
	background-color: #000000;
	overflow: hidden;
}

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

.btn-style-two:hover{
	color:#000000;
	-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: #ffffff;
	-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: 54px;
	color:#dec492;
	padding: 0px 25px;
    height: 56px;
    width: 145px;
	font-weight: 500;
	background-color: #000000;
	overflow: hidden;
    border-radius: 45px;
     border: 1px solid #000000;
	 z-index: 2;
}

.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:#000000;
     border: 1px solid #000000;

}

.btn-style-green:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #dec492;
	-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*/
.btn-style-green_light{
	position:relative;
	font-size:16px;
	line-height: 54px;
	color:#000000;
	padding: 0px 25px;
    height: 56px;
    width: 145px;
	font-weight: 500;
	background-color: #fff;
	overflow: hidden;
    border-radius: 45px;
     border: 1px solid #000000;
	 z-index: 2;
}

.btn-style-green_light .btn-title{
	position: relative;
}
.btn-style-green_light svg{
    margin-inline-end: 5px;
    color: #000000;
    width: 22px;
    display: block;
	    z-index: 1;
		stroke-width: 1.5px;
}
.btn-style-green_light:hover svg{

	color: #dec492;
}
.btn-style-green_light:hover{
	color:#dec492;
     border: 1px solid #000000;
}
.btn-style-green_light:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #000000;
	-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 whitee*/
.btn-style-whitee{
	position:relative;
	font-size:16px;
	line-height: 38px;
	color:#000000;
	padding: 0px 15px;
    height: 40px;
    width: 145px;
	font-weight: 500;
	background-color: #fff;
	overflow: hidden;
    border-radius: 5px;
     border: 1px solid #fff;
	 z-index: 2;
}

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

.btn-style-whitee:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #000000;
	-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-whitee: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_white{
	position:relative;
	font-size:16px;
line-height: 52px;
	color:#fff;
	padding: 0px 15px;
    line-height: 54px;
    width: 145px;
	font-weight: 500;
	background-color: #000000;
	overflow: hidden;
        border-radius: 50px;
    border: 1px solid #000000;
}

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

.btn-style-orange_white: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_white: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: 56px;
	color:#dec492;
	padding: 0px 15px;
    line-height: 48px;
    width: 145px;
	height: 56px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
    border: 1px solid #000000;
	overflow: hidden;
        border-radius: 50px;
		padding: 0 25px;

}

.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:#000000;
    border: 1px solid #dec492;
}

.btn-style-orange-light:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #dec492;
	-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: #000000;
	border: 2px solid #000000;
	-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: #000000;
	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: #000000;
	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: #000000;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f061";
}

.theme_color{
	color:#000000;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#020B07; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/mosmer/Muthmar_Logo.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: 60px;
	height: 40px;
	width: 40px;
	font-size:16px;
	line-height:40px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
	z-index:100;
	background:#000000;
	display:none;
	border-radius: 35px;
	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 #000000;
}

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


/**********/
.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:#000000;
	display:block;
	border-radius: 50%;
	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 #000000;	
}

.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: #fff;
	/* box-shadow: 0 0 30px rgba(0,0,0,.10); */
    z-index: 9999999;
}

.main-header .main-box{
	position: relative;
	padding: 10px 0px;
}

.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 .btn-box{
	position: relative;
	float: right;
	margin-left: 20px;
	padding: 8px 0;
}

.nav-toggler {
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
    border-radius: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-color: transparent;
	-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: #000000;
}

.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: #000000;
  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: 50px;
	max-width:100%;
	height: 100%;
	width: 20%;
	background-color: #000;
	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;
} 

.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: #ffffff;
    top: 35px;
    border-radius: 20px 20px 0 0;
}

.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: #7b5454;
	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;
	    height: calc(100vh - 185px);
		    overflow: auto;
}

.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 0px;
	font-size: 16px;
	color: #000000;
	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: 700;
	letter-spacing: 0.08em;
	/* 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:#000000;	
}

.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:#000000;
	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: transparent;
}
.mCustomScrollBox{
	    height: calc(100vh - 35px);
}
.sidenav-bar .contact-info-box{
    position: absolute;
    padding: 0 30px;
    margin-top: 0px;
    width: 100%;
    z-index: 9;
    bottom: 0;
	display: flex;
	align-items: center;
	background: #f5f7f7;
	padding: 15px;
	justify-content: space-between;
}
.sidenav-bar .contact-info-box .theme-btn{
background: #7b5454;
    height: 35px;
    line-height: 32px;
    border: 1px solid #7b5454;
    color: #fff;
    padding: 0 25px;
}
.sidenav-bar .contact-info-box .socialLinks ul{
		display: flex;
	align-items: center;
	gap: 4px;
}

.sidenav-bar .contact-info-box .socialLinks ul li{
	
}
.sidenav-bar .contact-info-box .socialLinks ul li a{
	color: #000000;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	transition: all .4s ease-in-out;
}
.sidenav-bar .contact-info-box .socialLinks ul li a:hover{
	color: #dec492;
}




.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: #000000;
}

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

.header-style-two{
	position: relative;
	        background: #fff;
	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: 28px;
}

.header-style-two .nav-outer{
	position: relative;
	float: right;
}

.header-style-two .main-box{
	position:relative;
	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:relative;
	float:left;
}

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

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

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

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right: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;
}

.main-menu .navigation > li > a{
    position: relative;
    display: block;
    line-height: 42px;
    font-weight: 500;
    color: #000000;
    padding: 0 20px;
    background: #fff;
    border-radius: 35px;
    height: 42px;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	text-transform: uppercase;
	font-size: 16px;
}
.main-menu .navigation > li > a img{
    margin-right: 5px;
}
.main-menu .navigation > li > a span{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #000000;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
    line-height: 19px;
    font-weight: 400;
    
}
.main-header.fixed-header .navigation > li > a{
    color: #717171;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
    background: #000000;
	color: #fff;
}

.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: 200px;
	padding:10px 16px;
	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;
    box-shadow: 0 4px 24px rgba(161, 182, 198, .2);
  
        border-radius: 16px;
          
}

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

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
    border-bottom: 0px 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:4px 0px;
	line-height:24px;
	font-weight:400;
    display: flex;
    align-items: center;
    gap: 12px;
	font-size:13px;
	color:#000;
    font-weight: 500;
	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: #000000;

}

.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 #000000;
}

.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:200px 0px 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-title:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.60);
}

.page-title .auto-container{
	position:relative;
}

.page-title h2{
	position:relative;
	color:#ffffff;
	font-size:74px;
	line-height:1.2em;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform:capitalize;
	}

.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:#000000;
}

.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: 100%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 24px;
	-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{
direction: rtl;
    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: 600;
	color: #000;
	text-align: center;
	border-radius: 50%;
	border-bottom: 0px solid #000000;
	-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 #F0F0F0;
    
}

.styled-pagination li a:hover,
.styled-pagination li.active a{
    color: #ffffff !important;
    background: #000000 !important;
       border: 1px solid #000000 !important;
}
.styled-pagination li:first-child a, .styled-pagination li:last-child a{
    background: #BAF8DF;
    border: 1px solid #BAF8DF;

}
.styled-pagination li:first-child a:hover, .styled-pagination li:last-child a:hover{
    background: #000000 !important;
    border: 1px solid #000000 !important;

}
.styled-pagination li:first-child a:hover img, .styled-pagination li:last-child a:hover img{
filter: brightness(100) grayscale(100) !important;

}



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




.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container{
        direction: ltr;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #0000;
        padding-left: 15px;
    border-radius: 30px 0 0 30px;
}
.iti--separate-dial-code .iti__selected-flag:hover{
        background-color: #0000;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #000;
    font-weight: 600;
    
}
.iti--separate-dial-code .iti__selected-dial-code::after{
    content: '';
}
.bg {
    display: -webkit-box;
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
    direction: ltr;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: auto;
    margin: 0 0px;
    margin-left: 0px;
}

    .chiller_cb input {
        display: none;
    }

        .chiller_cb input:checked ~ span {
            background: #000000;
    border-color: #000000;
    border-radius: 4px;
        }

            .chiller_cb input:checked ~ span:before {
               width: 13px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.3s;
            }

            .chiller_cb input:checked ~ span:after {
    width: 7px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.2s;
            }

        .chiller_cb input:disabled ~ span {
            background: #ececec;
            border-color: #dcdcdc;
        }

        .chiller_cb input:disabled ~ label {
            color: #dcdcdc;
        }

            .chiller_cb input:disabled ~ label:hover {
                cursor: default;
            }

    .chiller_cb label {
            padding-left: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 16px !important;
        margin-bottom: 0 !important;
                ;
    }
.chiller_cb label a{
    margin: 0 5px;
}
    .chiller_cb span {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #ccc;
        border-radius:4px;
        position: absolute;
        left: 0;
        transition: all 0.2s;
        z-index: 1;
        box-sizing: content-box;
        background: #fff;
        top: 5px;
    }

        .chiller_cb span:before {
    transform: rotate(-50deg);
    top: 15px;
    left: 8px;
        }

        .chiller_cb span:after {
    transform: rotate(48deg);
    bottom: 8px;
    left: 5px;
        }



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

.headerSectionBox{
	background: #000000;
}
.topheaderrr{
	padding: 4px 0;
	position: relative;
	z-index: 999999;
}
.header-style-two{
	border-radius: 20px 20px 0 0;
}
.topheaderrr .topheaderCOnt{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topheaderrr .topheaderCOnt .socialLinks{
	width: max-content;
}
.topheaderrr .topheaderCOnt .socialLinks ul{
		display: flex;
	align-items: center;
	gap: 4px;
}
.topheaderrr .topheaderCOnt .socialLinks ul li{
	
}
.topheaderrr .topheaderCOnt .socialLinks ul li a{
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	transition: all .4s ease-in-out;
}
.topheaderrr .topheaderCOnt .socialLinks ul li a:hover{
	color: #dec492;
}




.topheaderrr .topheaderCOnt .caroselGridData{
	
	width: 500px;
	display: block;
	position: relative;
	text-align: center;
}
.topheaderrr .topheaderCOnt .caroselGridData .datagriditem{
display: flex;
    align-items: center;
    gap: 12px;
	text-align: center;
	width: 100%;
	justify-content: center;
	
}
.topheaderrr .topheaderCOnt .caroselGridData .datagriditem span{
	color: #fff;
	font-size: 16px;
}
.topheaderrr .topheaderCOnt .caroselGridData .datagriditem span svg{
	
	width: 16px;
}
.topheaderrr .topheaderCOnt .caroselGridData .datagriditem p{
	color: #eee;
	font-size: 14px;
	margin: 0;
}
.topheaderrr .topheaderCOnt .caroselGridData .owl-nav{

}
.topheaderrr .topheaderCOnt .caroselGridData .owl-nav .owl-prev{
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    display: flex;
    align-items: center;
    height: 20px;
    width: 20px;
	    color: #fff;
    font-size: 16px;
	border: 0 !important;
	background: transparent !important;
}
.topheaderrr .topheaderCOnt .caroselGridData .owl-nav .owl-next{
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    display: flex;
    align-items: center;
    height: 20px;
    width: 20px;
	    color: #fff;
    font-size: 16px;
		border: 0 !important;
	background: transparent !important;
}


.topheaderrr .topheaderCOnt .langGrid{
	width: 150px;
	text-align: end;
}
.topheaderrr .topheaderCOnt .langGrid a{
	display: flex;
	align-items: center;
	gap: 12px;
	color: #eee;
	font-size: 13px;
	justify-content: flex-end;
}
.topheaderrr .topheaderCOnt .langGrid a svg{
	width: 20px;
    height: 20px;
}
.topheaderrr .topheaderCOnt .langGrid a span{
	
}






.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: 0px;
    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;
	border-radius: 50px 0 0 50px;
}

.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: 20px;
    border-bottom: 1px solid #eee;
	padding: 25px;
    padding-bottom: 20px;
}
.superAgentRight .SIdeBareHeader h2{
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	position: relative;
	text-transform: uppercase;
}
.superAgentRight .SIdeBareHeader h2 span{
position: absolute;
    top: -10px;
    font-size: 15px;
    right: -10px;
    font-weight: 400;
}
.superAgentRight .SIdeBareHeader .closeIcon{

}
.superAgentRight .SIdeBareHeader .closeIcon .close-menu{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border: 1px solid #e1e3e580;
	background: #fff;
	color: #7b5454;
	border-radius: 50%;
	cursor: pointer;
	font-size: 30px;
	transition: all .4s ease-in-out;
}
.superAgentRight .SIdeBareHeader .closeIcon .close-menu:hover{
	background: #7b5454;
	color: #fff;
	border-color: #7b5454;
}
.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: 0px;
    height: 100vh;
  
}
.superAgentRight::-webkit-scrollbar {
    width: 6px;
    background: #fff;
}
.superAgentRight::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 6px;
    background: #eee;
}
.superAgentRight{
    background: #fff;
}




.btnheeaderSideBar{
	display: flex;
	align-items: center;
	gap: 2px;
}
.btnheeaderSideBar .itemBTN{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: transparent;
	width: 40px;
	height: 40px;
}
.btnheeaderSideBar .itemBTN svg{
	width: 24px;
	height: 24px;
	color: #000000;
	    stroke-width: 1.5px;
}
.btnheeaderSideBar .itemBTN span{
	position: absolute;
	top: -5px;
	font-size: 12px;
	right: -5px;
}


.dropDeonPriceing{

}
.dropDeonPriceing .dropdown-toggle{
	display: flex;
	align-items: center;
	border: 4px;
	background: #00000069;
	color: #fff;
	gap: 8px;
	font-size: 14px;
	    height: 32px;
    padding: 4px 8px 4px 8px;
	border-radius: 4px;
}
.dropDeonPriceing .dropdown-toggle img{
	display: block;
	width: 20px;
	height: auto;
}
.dropDeonPriceing .dropdown-toggle span{
	
}
.dropDeonPriceing .dropdown-menu{
	max-height: 200px;
    overflow: auto;
    width: max-content;
    padding: 0;
    border: 0;
    min-width: 100%;
}
.dropDeonPriceing .dropdown-menu .dropdown-item{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding-inline: 10px;
}
.dropDeonPriceing .dropdown-menu .dropdown-item img{
	width: 20px;
}
.dropDeonPriceing .dropdown-menu .dropdown-item span{
	font-size: 14px;
	color: #404040;
}



.bannerHome{
	
}

.bannerHome .BannerImages{
	position: relative;
}

.bannerHome .BannerImages .imageItem{
	display: block;
	width: 100%;
	height: 545px;
	border-radius: 24px;
	overflow: hidden;
}
.bannerHome .BannerImages .imageItem img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bannerHome .BannerImages .owl-nav{

}
.bannerHome .BannerImages .owl-nav .owl-next{
	    position: absolute;
    bottom: 75px;
    right: 50px;
    color: #fff;
    font-size: 40px;
	background: transparent !important;
	border: 0 !important;
}
.bannerHome .BannerImages .owl-nav .owl-prev{
	    position: absolute;
    bottom: 75px;
    left: 50px;
    color: #fff;
    font-size: 40px;
		background: transparent !important;
	border: 0 !important;
}

.bannerHome .BannerImages .owl-dots{
		    position: absolute;
    bottom: 75px;
    left: 50%;
	transform: translate(-50%);
	width: max-content;
	display: flex;
	align-items: center;
	gap: 16px;
}
.bannerHome .BannerImages .owl-dot{
	
}
.bannerHome .BannerImages .owl-dot span{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
}
.bannerHome .BannerImages .owl-dot.active span{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #fff;
}


.ExcluseiveBrands{

}
.ExcluseiveBrands .brandsEx{
	
}

.ExcluseiveBrands .brandsEx .brandItem{
	position: relative;
	margin-bottom: 30px;
	border-radius: 24px;
	overflow: hidden;
}
.ExcluseiveBrands .brandsEx .brandItem *{
	transition: all .4s ease-in-out;
}
.ExcluseiveBrands .brandsEx .brandItem .image{
	display: block;
	width: 100%;
	height: auto;

}
.ExcluseiveBrands .brandsEx .brandItem .image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.ExcluseiveBrands .brandsEx .brandItem .DataBrand{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 24px;
}
.ExcluseiveBrands .brandsEx .brandItem .DataBrand .rightSide{
	
}
.ExcluseiveBrands .brandsEx .brandItem .DataBrand .rightSide p{
	color: #fff;
	font-size: 12px;
}
.ExcluseiveBrands .brandsEx .brandItem .DataBrand .rightSide h2{
	position: relative;
	width: max-content;
	font-size: 34px;
	padding-bottom: 5px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.ExcluseiveBrands .brandsEx .brandItem .DataBrand .rightSide h2::before{
	content: '';
	width: 0;
	height: 1px;
	background: #ffff;
	left: 0;
	position: absolute;
	bottom: 0;
	transition: all .4s ease-in-out;
}
.ExcluseiveBrands .brandsEx .brandItem:hover .DataBrand .rightSide h2::before{
	width: 100%;
}
.ExcluseiveBrands .brandsEx .brandItem .DataBrand .leftSide{
	
}
.ExcluseiveBrands .brandsEx .brandItem .DataBrand .leftSide svg{
	color: #fff;
	stroke-width: 2px;
	display: block;
	width: 20px;
}
.ExcluseiveBrands .brandsEx .brandItem:hover .DataBrand .leftSide svg{
	transform: rotate(90deg);
}


.sec_title{
	margin-bottom: 40px;
}
.sec_title h2{
	font-size: 35px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
}
.sec_title.underline{
	position: relative;
	width: max-content;
	margin-bottom: 60px;
}
.sec_title.underline svg{
	color: #9e7e60;
	width: 100%;
	position: absolute;
	bottom: -40px;

}
.sec_title p{
color: #000000;
}

.brands{

}

.brandesItems{
	
}
.brandesItems .itemBrand{
	margin-bottom: 24px;
	display: block;
}
.brandesItems .itemBrand .image{
	display: block;
	width: 100%;
	height: 300px;
	max-width: 300px;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #000;
	margin-bottom: 8px;
}
.brandesItems .itemBrand .image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .4s ease-in-out;
}
.brandesItems .itemBrand:hover .image img{
	transform: scale(1.05);
}
.brandesItems .itemBrand h2{
	position: relative;
	color: #000000;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
	width: max-content;
	margin: auto;
}
.brandesItems .itemBrand h2::before{
	content: '';
	width: 0;
	height: 1px;
	background: #000000;
	left: 0;
	position: absolute;
	bottom: 0;
	transition: all .4s ease-in-out;
}
.brandesItems .itemBrand:hover h2::before{
	width: 100%;
}

.owl-nav{

}
.owl-nav .owl-prev{
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid #eee;
	color: #000000;
	background: #ffffff;
	transition: all .4s ease-in-out;
	justify-content: center;
	font-size: 25px;

}
.owl-nav .owl-prev:hover{
	background: #000000;
	color: #fff;
}
.owl-nav .owl-next{
		display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid #eee;
	color: #000000;
	background: #ffffff;
	transition: all .4s ease-in-out;
	justify-content: center;
	font-size: 25px;

}
.owl-nav .owl-next:hover{
	background: #000000;
	color: #fff;
	border-color: #000000;
}




.products{

}
.products .imagesItemProdCauroseell .owl-stage{
	
}

.products .productItem{
	margin-bottom: 30px;
	width: 100%;
}
.products .productItem  .upperBox{
	position: relative;
	width: 100%;
}
.products .productItem .imagess{
	display: block;
	overflow: hidden;
	border-radius: 12px;
	height: auto;
	min-height: 300px;
	width: 100%;

}
.products .productItem .imagess img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	border-radius: 12px;
		
}

.products .productItem .datalayer .viewicon{
	position: absolute;
	top: 24px;
	right: 24px;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	border: 1px solid #9b8253;
	background: #dec492;
	transition: all .4s  ease-in-out;
	    z-index: 9999;
		opacity: 0;
}
.products .productItem:hover .datalayer .viewicon{
	opacity: 1;
}
.products .productItem .datalayer .viewicon svg{
	display: block;
	width: 22px;
}
.products .productItem .datalayer .viewicon:hover{
	background: #000000;
	color: #dec492;
	border-color: #000000;
}
.products .productItem .datalayer .ChooseoptionsBTN{
	position: absolute;
	bottom: 55px;
	left: 50%;
	transform: translate(-50%);
	height: 40px;
	border-radius: 35px;
	background: #000000;
	color: #dec492;
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	width: max-content;
	border: 1px solid #1d0c2e;
	transition: all .4s  ease-in-out;
	    z-index: 9999;
		opacity: 0;
}
.products .productItem:hover .datalayer .ChooseoptionsBTN{opacity: 1;}
.products .productItem .datalayer .ChooseoptionsBTN:hover{
		background: #dec492;
	color: #000000;
}

.products .productItem .dowenBox{
	    margin-top: 15px;
    text-align: center;
}
.products .productItem .dowenBox .spannn{
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	line-height: 15px;
}
.products .productItem .dowenBox a{
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	line-height: normal;
}
.products .productItem .dowenBox p.priceee{
	color: #9e7e60;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.imagesItemProdCauroseell{

}
.imagesItemProdCauroseell .owl-dots{
    display: flex;
    align-items: center;
    width: max-content;
    background: #fff;
    height: 25px;
    position: absolute;
    bottom: 13px;
    gap: 12px;
    padding: 0 15px;
	
    border-radius: 35px;
    left: 50%;
    transform: translate(-50%, 30px);
	transition: all .4s ease-in-out;
	opacity: 0;
}
.imagesItemProdCauroseell .owl-dots .owl-dot{

}
.imagesItemProdCauroseell .owl-dots .owl-dot span{
		display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000000;
}
.imagesItemProdCauroseell .owl-dots .owl-dot.active span{
		display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #000000;
}

.products .productItem:hover .imagesItemProdCauroseell .owl-dots{
	 transform: translate( -50%, 0);
	 opacity: 1;
}



.partnerrs{

}
.partnerrs .partneritems{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
.partnerrs .partneritems span{
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
	border-radius: 50%;
}
.partnerrs .partneritems p{
	color: #000000;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
}


.footerNew{

}

.footerNew{
	background: #000000;
	border-radius: 20px 20px 0 0;
}

.footerNew .footerSide{

}
.sdk-footer-logo svg{
    display: block;
    fill: #000000;
    max-width: 96px;
}
.sdk-footer-logo path {
    fill: #dec492 !important;
}
.footerNew .footerSide .logo_footer{
	margin-bottom: 40px;
	max-width: 150px;
}
.footerNew .footerSide .descripton{

}
.footerNew .footerSide .descripton p{
	color: #dec492;
}

.footerNew .footerSide .footer-badge-row {
    align-items: center;
    display: flex;
    gap: 20px;
}
.footerNew .footerSide .footer-badge {
    display: block;
    padding-top: 20px;
    transition: all .25s ease;
}
.footerNew .footerSide .footer-badge img,
.footerNew .footerSide .footer-badge svg {
    display: block;
    height: auto;
    max-width: 135px;
    width: 100%;
}
.footerNew .footerSide .footer-badge {
    display: block;
    padding-top: 20px;
    transition: all .25s ease;
}


.footerNew .footerSide h2{
    color: #dec492;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
	text-transform: uppercase;
}
.footerNew .footerSide ul{
    margin-bottom: 32px;
}
.footerNew .footerSide ul li{
display: flex;
    align-items: flex-start;
    gap: 12px;
}
.footerNew .footerSide ul li a{
        color: #dec492;
    font-size: 16px;
    font-weight: 400;
    display: block;
	transition: all .4s ease-in-out;
}
.footerNew .footerSide ul li a:hover{
    text-decoration: underline;
}
.footerNew .footerSide ul li p{
        color: #dec492;
    font-size: 13px;
    font-weight: 400;
    display: block;
}
.footerNew .footerSide ul li i{
    color: #dec492;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
    top: 9px;
}
.footerNew hr{
    border-color: #dec492;
}

.footerNew .discripFooter{
    padding: 0px 0;
}
.footerNew .discripFooter{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.footerNew .discripFooter a{
    font-size: 14px;
    color: #dec492;
	transition: all .4s ease-in-out;
}
.footerNew .discripFooter a:hover{
	color: #dec492;
	text-decoration: underline;
}


.CartItemss{
	padding: 25px;
	max-height: calc(100vh - 276px);
	overflow: auto;
}
.superAgentRight .CartItemss::-webkit-scrollbar {
    width: 6px;
    background: #fff;
}
.superAgentRight .CartItemss::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 6px;
    background: #eee;
}
.CartItemss .itemcart{
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.CartItemss .itemcart .image{
	display: block;
	width: 96px;
	height: 96px;
	overflow: hidden;
	border-radius: 8px;
}
.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: flex-start;
	justify-content: space-between;
	margin-bottom: 0px;
	gap: 12px;
}
.CartItemss .itemcart .prodDatta .titilePrice h2{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}
.CartItemss .itemcart .prodDatta .titilePrice h3{
	display: flex;
	color: #000000;
	font-weight: 600;
	font-size: 16px;
	align-items: center;
}
.CartItemss .itemcart .prodDatta span{
	color: #00000099;
	font-size: 13px;
}
.CartItemss .itemcart .prodDatta p{
	color: #000000;
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 14px;
}
.CartItemss .itemcart .prodDatta .classcountRemove{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
    gap: 5px;
}
.CartItemss .itemcart .prodDatta .classcountRemove .quantity{
	
}
.CartItemss .itemcart .prodDatta .classcountRemove .removee{
	background: transparent;
	color: #000000;
	font-size: 14px;
	box-shadow: none;
	outline: 0;
	padding: 0;
	
}



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

.quantity .product-item-quantity-button {
  border: none;
  background: transparent;
  height: 35px;
  width: 25px;
  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;
		  font-size: 15px;
}

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



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

}

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

.superAgentRight .searchBox{
	padding: 25px;
}
.superAgentRight .searchBox input{
	background: #00000006;
	color: #000000;
	padding: 28px;
	border: 0;
	box-shadow: none;
}
.superAgentRight .searchBox select{
	background: #00000006;
	color: #000000;
	padding: 5px 28px;
	height: 60px;
	border: 0;
	box-shadow: none;
}

.superAgentRight .sideBarBody{
	height: calc(100vh - 115px);
	overflow: auto;
}


.page_header{

}
.page_header ul{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.page_header ul li{
	    display: flex;
    align-items: center;
    gap: 10px;
}
.page_header ul li::before{
	content: '/';
	font-size: 16px;
}
.page_header ul li:first-child::before{
	content: none;
}
.page_header ul li a{
	    color: #000000;
    font-size: 16px;
	font-weight: 400;
}
.page_header ul li a svg{
	width: 20px;
}
.page_header ul li a:hover svg{
	fill: #000000;
}
.page_header ul li p{
	 color: #000000;
    font-size: 16px;
	font-weight: 400;
}
.page_header .titile{
	margin-top: 15px;
}
.page_header .titile h2{
    text-align: center;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    font-size: 45px;

}


.filterSection{

}
.filterSection .filterSide{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.filterSection .filterSide .rightSide{
	display: flex;
	align-items: center;
	gap: 24px;
}
.filterSection .filterSide .rightSide .theme-btn{
	    display: flex;
    align-items: center;
}
.filterSection .filterSide .rightSide .theme-btn{
	
}
.filterSection .filterSide .rightSide p{
	color: #000000;
	font-size: 16px;
}
.filterSection .filterSide .rightSide p span{
	
}
.filterSection .filterSide .leftSide{
		display: flex;
	align-items: center;
	gap: 24px;
}
.filterSection .filterSide .leftSide .theme-btn{
	    display: flex;
    align-items: center;
}
.filterSection .filterSide .leftSide p{
	color: #000000;
	font-size: 16px;
}

.dropdowenfeatures{

}
.dropdowenfeatures .dropdown-toggle{
	position: relative;
    font-size: 16px;
    line-height: 54px;
    color: #000000;
    padding: 0px 25px;
    height: 56px;
    width: 145px;
    font-weight: 500;
    background-color: #fff;
    overflow: hidden;
    border-radius: 45px;
    border: 1px solid #000000;
    z-index: 2;
}
.dropdowenfeatures .dropdown-toggle:hover{
	color: #fff;
	background-color: #000000;
}
.dropdowenfeatures .dropdown-menu{
	    border: 0;
    background: #000000;
    border-radius: 12px;
    z-index: 999999;
    padding: 15px;
	    left: auto !important;
    right: 0 !important;
	min-width: 250px;
	margin-top: 10px;
}
.dropdowenfeatures .dropdown-menu .dropdown-item{
	color: #dec492;
    font-size: 16px;
}
.dropdowenfeatures .dropdown-menu .dropdown-item:hover{
	background: transparent;
	text-decoration: underline;
}



.shopProductSection{
	margin-top: 45px;
}
.shopProductSection .side_content_product{
	display: flex;
	gap: 24px;
}
.shopProductSection .side_content_product .felterSideBox{
	width: 25%;
}
.shopProductSection .side_content_product.activeSide .felterSideBox{
	display: none;
}
.shopProductSection .side_content_product .products{
	width: 75%;
}
.shopProductSection .side_content_product.activeSide .products{
	width: 100%;
}




.faqStyle_1{

}
.faqStyle_1 .accordion{
    
}
.faqStyle_1 .accordion .accordion-item{
    background: #fff;
    border-top: 1px solid #0000000f;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0px;
    padding: 23px 0;
    position: relative;
    width: 100%;
}
.faqStyle_1 .accordion .accordion-item:first-child{
	border-top: 0;
}

.faqStyle_1 .accordion .accordion-item .accordion-header{
    
}
.faqStyle_1 .accordion .accordion-item .accordion-header .accordion-button{
padding: 0;
    background: #fff;
    outline: 0;
    border: 0;
    border-bottom: 0;
    box-shadow: none;
    cursor: pointer;
  
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 24px;
    color: #10233a;
    margin: 0;

    position: relative;
    z-index: 9;
}
.faqStyle_1 .accordion .accordion-item .accordion-body{
        padding: 0px 0;
        padding-top: 12px;
}

.faqStyle_1 .accordion .accordion-item .accordion-body .searchBox{
	margin: 10px 0;
}
.faqStyle_1 .accordion .accordion-item .accordion-body .searchBox input{
	background: #00000006;
	color: #000000;
	padding: 28px 15px;
	border: 0;
	box-shadow: none;
	border-radius: 12px;
}

.filteritemsss{
	margin-top: 10px;
	max-height: 350px;
	overflow: auto;
}

.filteritemsss .CheckItem{
	margin-bottom: 5px;
}
.filteritemsss .CheckItem .bg{
	
}

.filteritemsss .CheckItem .bg .chiller_cb label{
	display: flex;
	align-items: center;
	gap: 8px;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
}

.filteritemsss .CheckItem .bg .chiller_cb label img{
	display: block;
	width: 35px;
	height: 35px;
}
.filteritemsss .CheckItem .bg .chiller_cb label p{
	font-size: 15px;
	font-weight: 300;
}





/*******************/
/*****************/
input[switch] {
  display: none;
}

input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 42px;
  height: 24px;
  background-color: #ced4da;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:before {
  color: #343a40;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  right: 1px;
  margin: 3px;
  top: -2px;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:after {
  content: "";
  position: absolute;
  left: 19px;
  background-color: #eff2f7;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  transition: all 0.1s ease-in-out;
}

input[switch]:checked + label {
  background-color: #002DE7;
}

input[switch]:checked + label {
  background-color: #002DE7;
}

input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 3px;
}

input[switch]:checked + label:after {
  left: 2px;
  background-color: #fff;
}

input[switch=bool] + label {
  background-color: #f46a6a;
}

input[switch=bool] + label:before,
input[switch=bool]:checked + label:before,
input[switch=default]:checked + label:before {
  color: #fff;
}

input[switch=bool]:checked + label {
  background-color: #34c38f;
}

input[switch=default]:checked + label {
  background-color: #a2a2a2;
}

input[switch=primary]:checked + label {
  background-color: #556ee6;
}

input[switch=success]:checked + label {
  background-color: #000000 !important;
}

input[switch=info]:checked + label {
  background-color: #50a5f1;
}

input[switch=warning]:checked + label {
  background-color: #f1b44c;
}

input[switch=danger]:checked + label {
  background-color: #f46a6a;
}

input[switch=dark]:checked + label {
  background-color: #343a40;
}

input[switch=dark]:checked + label:before {
  color: #eff2f7;
}

input[switch] + label {
  height: 30px;
  width: 60px;
  background-color: #F0F0F0;
}

input[switch] + label:after {
  height: 24px;
  width: 24px;
  top: 4px;
  left: 23px;
}

input[switch]:checked + label:after {
  left: 3px;
  background-color: #fff;
}

input[switch] + label:after {
  background-color: #898989;
}

.withswitchbtnn {
  display: inline-block;
  height: 32px;
}
.withswitchbtnn label {
  height: 32px;
  width: 51px;
}
.withswitchbtnn input[switch] + label {
  background: #f1f1f1;
}
.withswitchbtnn input[switch]:checked + label {
  background: #10233a;
}
.withswitchbtnn input[switch] + label:after {
  content: "";
  position: absolute;
  left: 34px;
  background-color: #6D6D6D;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
    width: 20px;
    top: 5px;
  transition: all 0.1s ease-in-out;
}
.withswitchbtnn input[switch]:checked + label:after {
  left: 4px;
  background-color: #fff;
}

.customSelectwriee{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.customSelectwriee label{
	cursor: pointer;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
}


.mapFrame{

}
.mapFrame .mabBox{
	display: block;
	width: 100%;
	height: 450px;
}
.mapFrame .mabBox iframe{
	display: block;
	width: 100%;
	height: 100%;
}



.locationInfo{

}
.locationInfo p{
	font-size: 16px;
	margin-bottom: 5px;
	color: #000000;
	font-weight: 400;
}
.locationInfo a{
	font-size: 16px;
	margin-bottom: 5px;
	color: #000000;
	font-weight: 400;
}



.authPage{

}

.authPage .authBox{
	width: 45%;
	margin: auto;
}
.authPage .authBox .form-group{
	margin-bottom: 24px;
}
.authPage .authBox .form-group input{
	background: #00000006;
    color: #000000;
    padding: 28px;
    border: 0;
    box-shadow: none;
}

.flxBTN_Group{
	display: flex;
	gap: 12px;
}


.flxBTN_Group .theme-btn {
	flex-grow: 1;
	width: 50%;
	text-transform: uppercase;
}



.cartSideItems{

}
.cartSideItems .cartitemSide{
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
}
.cartSideItems .cartitemSide:last-child{
	margin-bottom: 0;
	border-bottom: 0;
}
.cartSideItems .cartitemSide .rightSide{
		display: flex;
	align-items: center;
	gap: 40px;
}
.cartSideItems .cartitemSide .rightSide .image{
	display: block;
	width: 128px;
	height: 128px;
	border-radius: 8px;
	overflow: hidden;
}
.cartSideItems .cartitemSide .rightSide .image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.cartSideItems .cartitemSide .rightSide .data{
	
}
.cartSideItems .cartitemSide .rightSide .data span{
	font-size: 11px;
	color: #00000099;
	line-height: normal;
}
.cartSideItems .cartitemSide .rightSide .data p{
	color: #9e7e60;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
}
.cartSideItems .cartitemSide .rightSide .data a{
	display: block;
	font-size: 14px;
	line-height: normal;
	font-weight: 400;
	text-transform: uppercase;
	color: #000000;
}
.cartSideItems .cartitemSide .leftSide{
		display: flex;
	align-items: center;
	gap: 24px;
}
.cartSideItems .cartitemSide .leftSide .classcountRemove{
	display: flex;
    align-items: center;
    gap: 40px;
}
.cartSideItems .cartitemSide .leftSide .classcountRemove .removee{
	    background: transparent;
    color: #000000;
    font-size: 14px;
    box-shadow: none;
    outline: 0;
    padding: 0;
	text-decoration: underline;
}
.cartSideItems .cartitemSide .leftSide p{
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
}


.carttotoalBoxShiiping{
	background: #00000006;
	padding: 40px;
	border-radius: 16px;

}
.carttotoalBoxShiiping .headerbox{
	
}

.carttotoalBoxShiiping .headerbox p{
	font-size: 22px;
	font-weight: 400;
	color: #000000;
	text-transform: uppercase;
}
.carttotoalBoxShiiping .headerbox h2{
	color: #000000;
	font-weight: 700;
	font-size: 28px;
}
.carttotoalBoxShiiping .headerbox hr{
	border-color: #aaa;
	margin: 5px 0;
}
.carttotoalBoxShiiping .headerbox span{
	color: #000000;
	font-weight: 300;
	font-size: 14px;
}

.carttotoalBoxShiiping .BtnssssNotes{
	margin-top: 24px;
}
.carttotoalBoxShiiping .BtnssssNotes .form-group{
	margin-bottom: 20px;
}
.carttotoalBoxShiiping .BtnssssNotes .form-group label{
	margin-bottom: 5px;
}
.carttotoalBoxShiiping .BtnssssNotes .form-group textarea{
background: #00000006;
    color: #000000;
    padding: 10px;
    border: 0;
    box-shadow: none;
	min-height: 150px;
}

.btn-style-bluee{
	background: #5433eb;
	    position: relative;
    font-size: 16px;
    line-height: 54px;
    padding: 0px 25px;
    height: 56px;
    width: 145px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 45px;
    z-index: 2;
	color: #fff;
}

.btn-style-black{
	background: #000;
	    position: relative;
    font-size: 16px;
    line-height: 54px;
    padding: 0px 25px;
    height: 56px;
    width: 145px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 45px;
    z-index: 2;
}


.productDetailspage{

}

.prodDetData{
	padding-inline-start: 50px;
}
.prodDetData .britcrambb{
	
}
.prodDetData .britcrambb ul{
	display: flex;
	align-items: center;
	gap: 10px;
}
.prodDetData .britcrambb ul li{
	    display: flex;
    align-items: center;
    gap: 10px;
}
.prodDetData .britcrambb ul li::before{
	content: '/';
	font-size: 13px;
}
.prodDetData .britcrambb ul li:first-child::before{
	content: none;
}
.prodDetData .britcrambb ul li a{
	    
		 color: #666;
    font-size: 13px;
	font-weight: 500;
}
.prodDetData .britcrambb ul li p{
	color: #000000;
    font-size: 13px;
	font-weight: 400;
}


.prodDetData .titile{
	margin: 15px 0;
}
.prodDetData .titile h2{
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;

}
.prodDetData .Sizeee{
	margin-bottom: 15px;
}
.prodDetData .Sizeee p{
	color: #000000;
	font-size: 15px;
	font-weight: 400;
}
.prodDetData .Sizeee p span{
	font-weight: 500;
}
.prodDetData .priceee{
	margin-bottom: 15px;
}
.prodDetData .priceee h2{
	color: #9e7e60;
	font-weight: 400;
	font-size: 20px;
}

.prodDetData .BanseNots{
	position: relative;
	margin-bottom: 15px;
	margin-top: 70px;
}
.prodDetData .BanseNots::before{
    content: '';
    position: absolute;
    top: 45%;
    width: 100%;
    left: 0;
    background: #9e7e60;
    z-index: 1;
    display: block;
    height: 1px;
}
.prodDetData .BanseNots::after{
    content: '';
    position: absolute;
    top: 55%;

    width: 100%;
    left: 0;
    background: #9e7e60;
    z-index: 1;
    display: block;
    height: 1px;
}
.prodDetData .BanseNots h2{
	position: relative;
	z-index: 2;
	width: max-content;
	padding: 0 15px;
	background: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: auto;
	color: #000000;

}
.prodDetData .paseNotesItems{
	display: flex;
    flex-wrap: wrap;
    gap: 12px;
	justify-content: space-between;
}
.prodDetData .paseNotesItems .notrItem{
	
	text-align: center;
}
.prodDetData .paseNotesItems .notrItem img{
	display: block;
	width: 32px;
	height: 32px;
	margin: auto;
	margin-bottom: 5px;
}
.prodDetData .paseNotesItems .notrItem p{
	font-size: 13px;
	color: #000000;
	font-weight: 500;
}

.prodDetData .Addtocart{
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 50px;
}
.prodDetData .Addtocart .quantity{

}
.prodDetData .Addtocart .quantity .product-item-quantity {
    height: 56px;
    align-items: center;
    padding: 0 25px;
    border-radius: 35px;
}
.prodDetData .Addtocart .theme-btn{
	flex-grow: 1;
}


.imagessProduct{

}
.imagessProduct .imageItem{
	border-radius: 12px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}
.imagessProduct .imageItem img{
	border-radius: 12px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}




.faqStyle_2{

}
.faqStyle_2 .accordion{
    
}
.faqStyle_2 .accordion .accordion-item{
    background: #f5f5f5;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0px;
    padding: 23px 0;
    position: relative;
    width: 100%;
	margin-bottom: 24px;
	padding: 28px;
	border: 0;
	border-radius: 12px;
}
.faqStyle_2 .accordion .accordion-item:first-child{
	border-top: 0;
}

.faqStyle_2 .accordion .accordion-item .accordion-header{
    
}
.faqStyle_2 .accordion .accordion-item .accordion-header .accordion-button{
padding: 0;
    background: #f5f5f5;
    outline: 0;
    border: 0;
    border-bottom: 0;
    box-shadow: none;
    cursor: pointer;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 24px;
    color: #10233a;
    margin: 0;
    position: relative;
    z-index: 9;
	display: flex;
	align-items: center;
	gap: 12px;
	text-transform: uppercase;
}
.faqStyle_2 .accordion .accordion-item .accordion-header .accordion-button svg{
	display: block;
	width: 22px;
}
.faqStyle_2 .accordion .accordion-item .accordion-body{
        padding: 0px 0;
        padding-top: 12px;
}

.faqStyle_2 .accordion .accordion-item .accordion-body .searchBox{
	margin: 10px 0;
}
.faqStyle_2 .accordion .accordion-item .accordion-body .searchBox input{
	background: #00000006;
	color: #000000;
	padding: 28px 15px;
	border: 0;
	box-shadow: none;
	border-radius: 12px;
}


.super-agent .felterSideBox{
	padding: 15px;
	padding-top: 0;
}




















/************/
.align_center_owl .owl-nav .owl-prev{
		top: calc(50% - 28px);
}
.align_center_owl .owl-nav .owl-next{
		top: calc(50% - 28px);
}


.align_center_top_left .owl-nav{
	display: flex;
	align-items: center;
	gap: 12px;
	position: absolute;
	top: -75px; 
	right: 0;
}
.align_center_top_left .owl-nav .owl-prev{
		top: auto;
		left: auto;
		right: auto;
		position: relative;
}
.align_center_top_left .owl-nav .owl-next{
		top: auto;
		left: auto;
		right: auto;
		position: relative;
}


.align_center_top_center .owl-nav{
	display: flex;
	align-items: center;
	gap: 12px;
	position: absolute;
	top: -75px; 
	left: 50%;
	transform: translate(-50%);
}
.align_center_top_center .owl-nav .owl-prev{
		top: auto;
		left: auto;
		right: auto;
		position: relative;
}
.align_center_top_center .owl-nav .owl-next{
		top: auto;
		left: auto;
		right: auto;
		position: relative;
}


.pt-50 {
	padding-top: 50px;
}
.pb-50{
	padding-bottom: 50px;
}
.w_h_100px{
	width: 100px;
	height: 100px;
}
.w_h_64px{
	width: 64px;
	height: 64px;
}
.max_w_96px{
	max-width: 96px;
}
.gap_12px{
    gap: 12px;
}
.radius_16px{
    border-radius: 16px;
}
.bg_transparent{
    background: transparent;
}
.fs_24px{
    font-size: 24px !important;
}
.fs_36px{
    font-size: 36px !important;
}
.fs_16px{
      font-size: 16px !important;
}
.fs_18px{
      font-size: 18px !important;
}
.line_height_32px{
    line-height: 32px;
}
.mt_50px{
    margin-top: -50px;
}
.mt_100px{
    margin-top: -100px;
}
.mt_150px{
    margin-top: -150px;
}
.mb_50px{
    margin-bottom: 50px;
}
.hidden-xs{
    display: inline-block;
}
.visible-xs{
    display: none;
}
@media(max-width:768px){
    
    .hidden-xs{
        display: none !important;
    }
    .visible-xs{
        display: inline-block;
    }
}


