/*
	==================================================================================================================================================================
																			 Aodour StyleSheet
	==================================================================================================================================================================
																			Updated = 09-29-2021
	==================================================================================================================================================================
	  																	Develope by Shahzadali.eu5.org
	==================================================================================================================================================================  		
*/

.meta_list {
	float: left;
	width: 100%
}

.meta_list li {
	float: right;
	width: auto;
	position: relative;
}

.meta_list li:before {
	position: absolute;
	content: "";
	top: 10px;
	left: 0px;
	border-right: 1px solid #ccc;
	bottom: 10px;
}

.meta_list li:last-child:before {
	display: none;
}

.meta_list li a {
	display: inline-block;
	text-transform: capitalize;
	padding: 5px 10px;
	font-size: 12px;
	color: #000;
}

.btn-normal {
	display: inline-block;
	text-transform: capitalize;
	font-size: 16px;
	padding: 8px 15px;
}

.btn_checkout {
	display: inline-block;
	padding: 6px 30px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
}

.btn2-normal {
	display: inline-block;
	padding: 7px 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 13px;
	border-radius: 7px;
}

.btn_checkout.bg1 {
	color: #fff;
}

.r_btn {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #dc0414;
	font-size: 14px;
	color: #dc0414;
	font-weight: 600;
	text-transform: capitalize;
}

.ar {
	position: relative;
}

.ar:before {
	content: "\f105";
	position: absolute;
	top: 50%;
	font-family: fontawesome;
	right: 9px;
	font-size: 13px;
	margin-top: -7px;
}

.btn-normal.ar {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 24px;
}

.content_tablist .btn-normal.ar {
	font-weight: 400;
	font-size: 13px;
	margin-right: 15px;
}

.content_tablist .btn-normal.ar:last-child {
	margin-right: 0px;
}

.btn_small {
	display: inline-block;
	color: #000;
	font-size: 14px;
	text-decoration: underline;
	min-width: 130px;
	text-transform: capitalize;
	max-width: 130px;
	text-align: center;
}

.btn-small {
	display: inline-block;
	padding: 5px 25px;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
}

.btn_small i {
	margin-right: 10px;
}

.btn_un:focus span,
.btn_un:hover,
.btn_small:hover {
	color: #f15d22;
}

.btn_un {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	font-size: 14px;
	background: transparent;
}

.accordion {
	cursor: pointer;
}

.btn_drawer {
	float: left;
	width: 100%;
}

.btn_drawer a {
	float: left;
	width: 50%;
	text-align: center;
	padding: 8px 0px;
}

.btn_drawer .btn-small.bg1 {
	color: #fff;
}

.btn_crt {
	display: inline-block;
	font-size: 16px;
	float: right;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 0px;
	margin: -4px 0px 0px 10px;
}

.btn_crt:hover {
	color: #fff;
	border-radius: 3px;
}

.btns {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.btns a {
	margin-right: 10px;
	float: left;
}

.btn_normal_1 {
	padding: 0 24px;
	min-width: 165px;
	font-weight: 600;
	border-color: transparent;
	border-radius: 4px;
	height: 44px;
	line-height: 42px;
	font-size: 16px;
	border-width: 1px;
	position: relative;
	display: inline-block;
	box-shadow: none;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	vertical-align: middle;
	color: #fff;
}

.btn_normal_1:before {
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #fff;
	opacity: 0;
}

.btn_normal_1:hover {
	color: #fff;
}

.btn_normal_1:hover:before {
	opacity: 0.25;
}

.icon-btn {
	padding: 0 15px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 500;
	color: #ccc;
	display: inline-block;
}

.icon-btn i {
	margin-right: 5px;
}

.btn3-normal {
	display: inline-block;
	padding: 8px 30px;
	border: 2px solid;
	border-radius: 4px;
}

.btn3-normal i {
	margin-left: 5px;
	font-size: 15px;
}

.btn3-normal:hover {
	color: #fff;
}

.dotted_btn {
	display: inline-block;
	padding: 0px;
	float: right;
	position: relative;
	text-align: center;
	line-height: 54px;
	width: 30px;
	height: 51px;
	background-color: #e8e8e8;
	border-radius: 3px;
}

.dotted_btn span {
	display: inline-block;
	line-height: 0px;
	color: #000;
	float: none;
	width: 4px;
	margin: 1px 0px;
	font-size: 16px;
	position: relative;
	top: -3px;
}

.opraters {
	float: right;
	width: 100%;
}

.btn-opraters {
	float: right;
	width: auto;
	margin: 7px 0px 20px;
	line-height: normal;
}

.btn-opraters input {
	width: 30px;
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: #000;
	line-height: normal;
	padding: 0px;
	text-align: center;
	height: auto;
	margin: 6px auto 0px;
	font-weight: bold;
}

.btn-opraters input[type="text"]:placeholder {
	color: #000;
	font-weight: bold;
}

.btn-opraters input[type="text"]::-moz-placeholder {
	color: #000;
	font-weight: bold;
}

.btn-opraters input[type="text"]::-webkit-placeholder {
	color: #000;
	font-weight: bold;
}

.btn-opraters button {
	background: transparent;
	font-size: 20px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #f9f9f9;
	color: #000;
	border-radius: 100%;
	line-height: 28px;
	text-align: center;
}

.btn-opraters input:focus,
.btn-opraters button:focus {
	outline: none;
}

.btn-opraters input,
.btn-opraters button {
	float: left;
}

.discount_tag {
	width: 60px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	text-transform: capitalize;
}

.overlay_button {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
}

.overlay_button .btn-normal {
	border: 2px solid #fff;
	color: #fff;
	border-radius: 6px;
	margin: 110px auto;
	padding: 4px 40px;
	font-weight: 600;
}

.overlay_button .btn-normal:hover {
	background: #fff;
}


.social_btns {
	float: left;
	width: 100%;
	padding: 20px 0px;
	text-align: center;
}

.social_btns a {
	width: 40px;
	height: 40px;
	text-transform: capitalize;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	float: none;
	background: #000;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	margin-bottom: 15px;
}

.social_btns p {
	width: 100%;
	display: inline-block;
	margin-bottom: 0px;
	padding: 0px 50px;
	line-height: 24px;
}

.close_btns {
	width: 40px;
	height: 40px;
	background: transparent;
	color: #000;
	z-index: 999;
	text-align: center;
	line-height: 24px;
	position: absolute;
	right: 0px;
	border: 1px solid #ccc;
	background: #fff;
	display: none;
	opacity: 0;
}

.close_btns.active {
	display: inline-block;
	opacity: 1;
	right: -40px;
}

#btn4 {
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	top: 0px;
	z-index: 9980;
	width: 20px;
	min-height: 15px;
	position: relative;
	width: auto;
	top: auto;
	left: auto;
	float: left;
	display: block;
	cursor: pointer;
	box-sizing: content-box;
	font-size: 18px;
	padding-left: 15px;
	line-height: 0px;
	margin-top: 0px;
	color: #fff;
	text-align: left;
	text-decoration: none;
}

#btn4 span {
	width: 20px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 50% 50%;
}

#btn4 span,
#btn4 span::before,
#btn4 span::after {
	display: block;
	position: absolute;
	left: 0;
	height: 1px;
	background: #000;
	transition: all .25s ease;
}

#btn4 span::before,
#btn4 span::after {
	content: '';
	width: 100%;
}

#btn4 span::before {
	top: -6px;
}

#btn4 span::after {
	bottom: -6px;
}

#btn4:hover span,
#btn4:hover span::before,
#btn4:hover span::after {
	background: #dab977;
}

.overlap {
	overflow: hidden !important;
	height: 100%;
}

.tab-pane {
	float: left;
	width: 100%;
}

.slick-slider .slick-dots{
  bottom: 10px;
  float: left;
  width: 100%;
}
.slick-slider .slick-dots li{
  width: auto;
  height: auto;
  float: none;
  border-radius: 100%;
}
.slick-slider .slick-dots li button{
  height: auto;
  border: 2px solid #fff;
  width: 7px;
  height: 7px;
  position: relative;
  border-radius: 100%;
  background: #fff;
  padding: 0px;
}
.slick-slider .slick-dots li button:before{
  border-radius: 100%;
  background: transparent;
  font-size: 0px;
  text-align: center;
  line-height: normal;
  display: none;
}
.slick-slider .slick-dots li.slick-active button{
  background: #dc0414;
  border-color: #dc0414;
}
#category_slider.slick-slider .slick-dots li{
	margin: 0px 2px;
}
#category_slider.slick-slider .slick-dots li button{
	border-radius: 0px;
	background: #ccc;
	border-color: #ccc;
}
#category_slider.slick-slider .slick-dots{
	margin-bottom: 15px;
	bottom: 0px;
}
#category_slider.slick-slider .slick-dots li.slick-active button{
	width: 16px;
	border-color: #dc0414;
	background: #dc0414;
}
.tiles-dots .slick-dots{
  position: relative;
}
.tiles-dots .slick-dots li{
  height: 100%;
  float: right;
  width: 16px;
  border-radius: 0px;
  margin: 0 8px 0px 0px;
  box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
}
.tiles-dots .slick-dots li button{
  border-radius: 0%;
  height: 5px;
  width: 100%;
  padding: 0px;
}mlogo

.tiles-dots .slick-dots li.slick-active button:before{
  opacity: 1;
  background: #dc0414;
}
.tiles-dots .slick-dots li button{
	background: #fff;
	border-color: #fff;
}
.tiles-dots .slick-dots li button:before{
  color: #fff;
  opacity: 1;
  font-size: 0px;
  line-height: 8px;
  width: 100%;
  height: 100%;
  background: #fff;
}
.tiles-dots .slick-dots{
  bottom: 10px;
  float: left;
  width: 100%;
}
.tiles-dots .slick-dotted.slick-slider{
  margin-bottom: 0px;
}






/*
	  ============================================================
		   TRAVEL  PRE LOADERS
	  ============================================================
*/

.pre-loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.64);
	opacity: 1;
	height: 100%;
	text-align: center;
	z-index: 99999;
}

.pre-loader-img {
	background: url(../images/loader.gif);
	text-align: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	filter: blur(2px);
}