@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Theme:  Forked
  Version: 1.0
  Last change: 10/08/2025 ]
*/
/*-------------Import fonts ---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&amp;display=swap');
/*-------------General Style---------------------------------------*/
:root {
	--main-color: #C19D60;
	--second-color: #4A653E;
	--main-font: 'Playfair', serif;
	--secondary-font: 'Jost', sans-serif;
}
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 13px;
    background: #232032;
	height:100%;
	text-align:center;
	color:#1e1e1e;
} 
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/*--------------Typography--------------------------------------*/
p {
	text-align: left;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
 	color: #5e646a;
	font-family: var(--secondary-font);
}
.has-drop-cap:first-letter {
	font-size: 70px;
	float: left;
	padding: 20px 20px 10px 0;
 	font-family: var(--main-font);
	color:var(--main-color);
}
blockquote {
	padding: 10px 20px 0;
	margin: 0 0 20px;
	border-left: 10px solid #eee;
	position:relative;
	text-decoration: underline;
}
blockquote p {
	font-style:italic;
  	font-family: var(--main-font);
	color: #333;
    line-height: 20px;
	font-size: 1.3em;
}
/* ---------Page preload--------------------------------------*/
.main-loader {
    background: #232032;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 11100;
}
.loader-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	transform: translateY(-50%) translateX(-50%);
	min-width: 100%;
}

.loader_count {
	font-size: 5.2em;
	/* color:var(--main-color); */
	color:#e4d287;
	position: relative;
	z-index: 30;
}



.cd-loader-wrap {
	position: fixed;
	bottom:0;
	left: 350px;
    top: 90px;
	right:0;
	overflow:hidden;
 	display: none;
	z-index: 3
}
.cd-loader-layer .loader-layer  {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-98%);
	height: 120%;
	width: 2500%;
	background: url(../images/ink2.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.cd-loader-layer.visible-steps .loader-layer  {
	animation: cd-sequence   .9s steps(24);
	animation-fill-mode: forwards;
}
.cd-loader-layer.closing-steps .loader-layer{
	animation: cd-sequence-reverse  .9s  steps(24);
	animation-fill-mode: forwards;
} 
@keyframes cd-sequence {
  0% {
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence-reverse {
  0% {
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    transform: translateY(-50%) translateX(-2%);
  }
}
.loader-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 20;
 	margin-top: 50px;
	opacity: 0;
	transition: all .3s ease-in-out;
}
.loader-spinner.spiner-vis {
 	margin-top: 0;
	opacity: 1;	
}
.loader-spinner i{
	color:var(--main-color);
	font-size: 2.9em;
	animation:k3d 3.5s infinite linear;
	-webkit-box-reflect: below 10px -webkit-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3));
	-webkit-box-reflect: below 10px -o-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3));
	-webkit-box-reflect: below 10px linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3));
}
@keyframes k3d {
0% {
  transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100%{
     transform: rotateY(0deg);
  }	
} 
.cd-loader-line {
	position: absolute;
	z-index: 21;
}
.cll_th {
	right: 50px;
	top: 50px;
	left: 40%;
	height: 1px;
}
.cll_bh {
	left: 50px;
	bottom: 50px;
	right: 40%;
	height: 1px;
}
.cll_th:before , .cll_bh:before {
	content: '';
	position: absolute;
	height: 1px;
	border-top: 1px dashed rgba(255,255,255,.2);
	transition: all .6s ease-in-out;
}
.cll_th:before {
	left: 0;
	right: 100%;
}
.cll_bh:before {
	right: 0;
	left: 100%;
}
.vis-cd-loader-line.cll_th:before , .vis-mll.cll_th:before {
	right: 0;
}
.vis-cd-loader-line.cll_bh:before , .vis-mll.cll_bh:before {
	left: 0;
}
.cll_tv {
	left: 50px;
	top: 50px;
	width: 1px;
	bottom: 40%;
}
.cll_bv {
	right: 50px;
	bottom: 50px;
	width: 1px;
	top: 40%;
}
.cll_tv:before , .cll_bv:before {
	content: '';
	position: absolute;
	width: 1px;
	border-left: 1px dashed rgba(255,255,255,.2);
	transition: all .6s ease-in-out;
}
.main-loader .cll_th:before , .main-loader  .cll_bh:before , .main-loader .cll_th:before, .main-loader .cll_bh:before  {
	transition: all 1.0s ease-in-out;	
}
.cll_tv:before {
	top: 0;
	bottom: 100%;
}
.cll_bv:before {
	top: 100%;
	bottom: 0;
}
.vis-cd-loader-line.cll_tv:before , .vis-mll.cll_tv:before  {
	bottom: 0;
}
.vis-cd-loader-line.cll_bv:before, .vis-mll.cll_bv:before  {
	top: 0;
}
.cd-loader_title , .loader-wrap-title {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 19;
    font-size: 6.0vw;
    color: rgba(255, 255, 255, .05);
 	text-transform: uppercase;
}
.cd-loader_title span {
	position: relative;
	opacity: 0;
	transition: all .6s ease-in-out;
}
.cd-loader_title span.cd-loader_title_vis {
	opacity: 1;
}
/* ---------Content Styles--------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}
.wrapper {
    vertical-align: top;
    position: absolute;
    left: 350px;
    top: 90px;
    right: 0;
    bottom: 0;
    z-index: 2;
}
#content-holder {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.content {
	position: relative;
	z-index: 3;
	background: #fff;
	min-height: 100vh;
}
.container{
	width: min(100% - 25px, 1500px);
	margin-inline:auto;
	position: relative;
	z-index:5;
}
.container.small-container {
	width: min(100% - 40px, 1100px);
	z-index:6;
}
.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}
.no-bg {
	background:none !important;
}
.full-height {
	height:100%;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
} 
.respimg   {
	width:100%;
	height:auto;
}
.overlay    {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    /* background:rgba(39, 37, 53, .1); */
	background:rgba(39, 37, 53, .1);
	z-index: 2
}
.fs-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
} 
.no-padding {
	padding:0 !important;
}
/*------main header----------*/
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 350px;
    background: #232032;
	z-index: 30;
	overflow: hidden;
}
.main-header_container {
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	z-index: 2;
}
.logo-holder {
	position: fixed;
	height: 50px;
	top: 60px;
	left: 95px;
	width: 140px;
	z-index: 31;
}
.logo-holder:after {
    content: '\25CF\25CF\25CF';
    color:  var(--main-color);
	position: absolute;
    font-size: 5px;
    letter-spacing: 8px;
 	left: 50%;
 	margin-left: -2px;
	top: -32px;
}
.logo-holder img {
	width: auto;
	height: 100%;
}
.main-header-contacts {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 0 20px;
}
.main-header-contacts-wrap {
	padding-top: 25px;
	border-top: 1px dashed rgba(255, 255, 255, .2);	
}
.main-header-contacts-wrap li {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.main-header-contacts-wrap li a {
	color: #fff
}
.main-header-contacts-wrap li span {
	display: block;
	color:var(--main-color);
	margin-bottom: 4px;
}
.header-social {
	margin-top: 20px;
	padding-top: 34px;
	border-top: 1px dashed rgba(255, 255, 255, .2);
}
.header-social a {
	color:var(--main-color);
	display: inline-block;
	margin: 0 20px;
}
.nav-wrap {
	position: relative;
 	float: left;
 	width: 310px;
 	margin-top: 190px;
 	z-index: 5;
}  
.nav-wrap nav.nav-inner {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 4;
}
.nav-wrap  ul {
	margin: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
.nav-wrap  li {
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
}
.nav-wrap  a {
	color:#fff;
	font-size: 2.1em;
	height: 42px;
	font-weight: 500;
	line-height: 42px;
	text-transform: uppercase;
	position: relative;
	display: block;
} 
.nav-wrap   a:before {
    font-family: "Font Awesome 6 Pro";
   	content: '\f0d9';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	opacity: 0;
} 
.nav-wrap  a:after {
    font-family: "Font Awesome 6 Pro";
   	content: '\f0da';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	opacity: 0;
	font-weight: bold;
}
.nav-wrap   a.act-link , .nav-wrap  a.back:before , .nav-wrap   a:hover , .nav-wrap   a:after , .nav-wrap  a:before , .nav-wrap a.actscr-link {
	color: var(--main-color);	
}
.nav-wrap   a:hover:after , .nav-wrap   a:hover:before  {
	opacity: 1;
}
.nav-wrap  a.back:after {
	display: none
}
.nav-wrap   a.back:before {
    font-family: "Font Awesome 6 Pro";	
	content: '\f00d';
 	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	opacity: 1;
	font-size: 18px;
}
.nav_dec {
	position: relative;
	width: 90px;
 	display: inline-block;
	margin: 0 0 30px 0;
}
.nd_bottom , .nav_dec_solid.nav_dec.nav_dec_solid_bottom {
	margin: 30px 0 0 0;
}
.nav_dec_solid.nav_dec {
	margin: 0;
	width: 190px;
}
.nav_dec span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--main-color);
    display: inline-block;
}
.nav_dec:before, .nav_dec:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    border-top: 1px dotted rgba(255,255,255,.2);
    top: 50%;
    margin-top: 1px;
}
.nav_dec_solid.nav_dec:before , .nav_dec_solid.nav_dec:after {
	border-color: #bbb;
	width: 60px;
}
.nav_dec:before {
	left: 0;
}
.nav_dec:after {
	right: 0;
}
.nav-separator {
	position: absolute;
	top: -10px;
	left: 50%;
	width: 100px;
	height: 20px;
	line-height: 20px;
	background: #272535;
	z-index: 10;
	margin-left: -50px;
}
.nav-separator span:after {
    content: '\25CF\25CF\25CF\25CF\25CF\25CF';
    color:  var(--main-color);
    font-size: 5px;
    letter-spacing: 8px;
	position: relative;
	top: -2px;
}
.nav-separator span {
    display: inline-block;
    width: 60px;
}
.mhc_dec {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 20px;
	margin-left: -10px;
}
.mhc_dec:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	bottom:  50px;
	height: 80px;
	border-right:  1px dashed rgba(255,255,255,.2);
}
.mhc_dec:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 8px;
	height: 8px;
	background: var(--main-color);
	margin-left: -4px;
	bottom: 0;
	transform: rotate(45deg);
}
/*------ top header  -----------*/
.top-header {
	position: fixed;
	top: 0;
	left: 350px;
	right: 0;
	height: 90px;
    background: #232032;
	z-index: 31;
	padding: 10px;
}
.top-header-container {
	position: relative;
	z-index: 2;
	height: 80px;
}
.top-header-search-wrap{
    position: absolute;
    z-index: 20;
    width: 450px;
    left:0;
    top: 10px;
}
.top-header-search .search {
    color: #fff;
    float: left;
    border: 1px dashed rgba(255, 255, 255, .2);
    background: #32303F;
    position: relative;
    outline: none;
    padding: 0px 0px 0px 20px;
	border-radius: 10px;
    width: 100%;
    height: 50px;
	font-size: 1.1em;
	font-family: var(--main-font);
    -webkit-appearance: none;
}
.top-header-search .search::-webkit-input-placeholder {
	color:rgba(255,255,255,.7)
}
.top-header-search_btn{
	border: none;
    outline: none;
    cursor: pointer;
	background: none;
    position: absolute;	
	color:var(--main-color);
	font-size: 1.2em;
	top: 18px;
	right: 24px;
}
.top-header:before , .main-header:before , .share-wrapper:before , .main-footer:before , .content-nav-fixed:before , .sb-details:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	border-radius: 10px;
	background: #272535;
    z-index: 1;
    border: 1px dashed rgba(255, 255, 255, .2);
}
.top-header:before , .main-footer:before {
	left: 0
}
.main-footer:before {
	top:50px;
}
.top-header-reser_btn {
	float: right;
    position: relative;
    padding: 0 50px;
    border-radius: 6px;
    background: var(--main-color);
    color: #000;
    height: 54px;
    line-height: 54px;
    margin: 0 10px 0 20px;
    top: 8px;
    font-size: 1.2em;
    cursor: pointer;
    transition: all .2s ease-in-out;	
}
.top-header-reser_btn i {
	margin-left: 10px;
    transition: all .2s ease-in-out;	
}
.top-header-reser_btn:hover {
	background: #32303F;
	color: var(--main-color);
}
.header-cart_wrap {
	position:absolute;
	top:100px;
	right:-20px;
	padding:25px 30px 15px;
	width: 500px;
	background:#fff;
	opacity: 0;
    visibility: visible;
    display: none;
	border:1px solid #eee;
	border-top:none;
	transition: all .3s ease-in-out;
	border-radius: 6px;
    box-shadow: 0px 10px 54px 0px rgba(12, 0, 46, .2);
}
.vis-cart {
	opacity:1;
	visibility:visible;
	right:10px;
}
.close-cart {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, .2);
    background: #32303F;
 	color:var(--main-color);
	cursor: pointer;
    transition: all .3s ease-in-out;
	font-weight: 900;
	border-radius: 4px;
}
.header-cart_title {
	font-size:1.7em;
	font-weight:700;
	color:#666;
	padding: 0 0 20px 0;
	text-align:left;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}
.header-cart_title span {
	font-size:10px;
	position:relative;
	text-transform: uppercase;
	border-radius: 4px;
	font-weight:400;
	top:-2px;
	padding: 4px 10px;
	background: #fff;
	margin-left: 10px;
 	color:var(--main-color);
	font-family: var(--secondary-font);
	border: 1px solid #eee;
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, .07);
}
.header-cart_wrap_container {
	max-height:250px;
	float:left;
	width:100%;
	overflow:auto;
	padding:10px 20px 50px;
	background: #f9f9f9;
	border-radius: 10px;
	scrollbar-width: none;
    -ms-overflow-style: none;
	border:1px dashed #ddd;
}
.header-cart_wrap_container::-webkit-scrollbar {
  	width: 0px;
}
.header-cart_wrap_total {
	padding:22px 0;
	text-align:left;
	border-bottom:1px solid #eee;
	margin-top:10px;
}
.header-cart_wrap_total:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:1px;
	border-top:1px solid #eee;
	box-sizing:border-box;
}
.header-cart_wrap_total_item {
	color:#292929;
	font-size:1.4em;
    font-weight: 600;
}
.header-cart_wrap_total_item span  {
	float: right; 
 	font-size: 1.1em
}
.box-widget-content .widget-posts ol {
	counter-reset: my-awesome-counter;
	padding:0 10px 0 20px;
} 
.box-widget-content .widget-posts li {
	position:relative;
	counter-increment: my-awesome-counter;
	border-bottom:1px  dotted #ddd;
	padding: 10px 0;
}
.box-widget-content .widget-posts li:before {
	content: counter(my-awesome-counter);
	font-size: 1.6em;
	font-weight: 600;
	position: absolute;
	left: -24px;
	top: 28px;
 	color:var(--main-color);
}
.box-widget-content .widget-posts li:last-child {
	margin-bottom:0;
	border-bottom:none;
}
.box-widget-content .widget-posts-img , .cart-details_header  .widget-posts-img  {
	float:left;
	width:30%;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 10px 14px 0px rgba(0,0,0, .3);
}
.box-widget-content  .widget-posts-descr  {
	float:left;
	width:70%;
	padding:10px 30px 0 20px;
	text-align:left;
	position:relative;
}
.box-widget-content  .widget-posts-descr a   {
	color:#333;
	font-weight:700;
 	font-size: 1.1em;
	font-family: var(--secondary-font);
}
.box-widget-content  .widget-posts-descr a:hover {
 	color:var(--main-color);
}
.widget-posts-descr_calc {
	width:100%;
	font-weight:700;
	color:#999;
	padding-top:6px;
	font-size:1.3em;
}
.widget-posts-descr_calc  span{
	padding:0 4px;
}
.clear-cart_button {
	cursor:pointer;
	border-radius:100%;
	text-align:center;
	position:absolute;
	right:6px;
	font-size: 15px;
	top:50%;
	margin-top:-10px;
 	color:var(--main-color);
}
.header-cart_wrap_footer {
	margin-top:15px;
}
.header-cart_wrap_footer:before {
    content: "";
    display: block;
    width: 1px;
    height: 36px;
    position: absolute;
    top: 50%;
    left:50%;
    background: #ddd;
    margin: -18px 0 0 -1px;
	z-index: 1;
}
.header-cart_wrap_footer:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: -3px 0 0 -4px;
	background: var(--main-color);
	z-index: 2;
	box-shadow: 0px 0px 0px 2px #fff;
}
.header-cart_wrap_footer a{
	width:45%;
	float:left;
	padding:18px 0;
	border-radius: 4px;
    background: #32303F;
	text-transform: uppercase;
	font-weight:700;
    transition: all .3s ease-in-out;
	box-shadow: 0 10px 14px 0px rgba(0,0,0, .3);
	color:var(--main-color);
}
.header-cart_wrap_footer a:last-child {
	float:right;
}
.header-cart_wrap_footer a:hover {
	color:#fff;
	box-shadow: 0 0 0 0 rgba(0,0,0, .3);
}
.cart-btn , .share-btn {
	color:#fff;
	position: relative;
	cursor: pointer;
}
.cart-btn , .share-btn  {
	float: right;
 	height: 54px;
	line-height: 54px;
	width: 54px;
	top: 50%;
	margin: -32px 0 0 0;
	padding-top: 4px;
}
.share-btn {
 	color:#fff;
	margin-right: 0px;
} 
.share-btn i  {
	font-size: 1.5em;
} 
.cart-btn i  {
	font-size: 1.6em;
}
.cart-btn strong , .share-btn strong  {
	position: absolute;
    top: 100%;
    right: 50%;
	margin:30px -70px 0 0;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: #32303F;
	border-radius: 4px;
    font-weight: 700;
    transition: all .3s ease-in-out;
    font-size: 1.1em;
    opacity: 0;
    visibility: hidden;
 	color:var(--main-color);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .05);
}
.cart-btn:hover  strong , .share-btn:hover  strong {
	visibility: visible;
	opacity: 1;
}
.cart-btn_counter {
	position: absolute;
	bottom: 8px;
	left: 2px;
	width: 20px;
	height: 16px;
	line-height: 16px;
	background: var(--main-color);
	color:#fff;
	font-size: 10px;
	border-radius: 4px;
	font-family: var(--secondary-font);
}
.lang-wrap  {
	position:relative;
	top:14px;
	float: right;
	margin-left: 20px;
	padding:0  10px;
    background:#32303F;
	border-radius: 4px;
	border: 1px dashed rgba(255, 255, 255, .2);
}
.lang-tooltip {
	position:absolute;
	top:74px;
	right:0;
	width:120px;
	z-index:105;
    background: #32303F;
	padding:20px ;
	visibility:hidden;
	opacity:0;
	transition: all .3s ease-in-out;
	border-radius: 4px;
}
.lang-tooltip li {
	line-height: 25px;
	text-align: left;
}
.lang-tooltip li a {
	color:#fff;
	font-size: 1.1em;
	text-transform: uppercase;
}
.lang-tooltip li a.current-lan , .lang-tooltip li a:hover , .show-lang i  {
	color:var(--main-color);	
}
.show-lang   {
	color:#fff;
	cursor:pointer;
	width:100px;
	float:right;
	padding:12px 10px 10px 0;
	position:relative;
	z-index:106;
}
.show-lang i.arrlan {
	position:absolute;
	left:75px;
	top:50%;
	line-height:10px;
	height:10px;
	margin-top:-5px;
}
.show-lang span {
	position:relative;
	z-index:2;
	float:left;
	margin-left:10px;
	text-transform: uppercase;
	font-weight: 600;
}
.show-lang span strong {
	padding-left:10px;
	top:-2px;
	font-weight:500;
	position:relative;
}
.show-lang span i {
	font-size:17px;
}
.show-lang .fa-angle-down {
	position:relative;
	top:2px;
}
.lang-wrap:hover .lang-tooltip  {
	visibility:visible;
	opacity:1;
} 
/*------ share------------------------------------------------*/
.share-wrapper {
	position:absolute;
	width: 650px;
	right:10px;
	top:100%;
	padding:0 20px;
    transition: all .4s ease-in-out;
    background: #211F2C;
	overflow:hidden;
	height: 80px;
	line-height:80px;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .05);
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
}
.visshare {
	visibility: visible;
	opacity: 1;
	margin-top: 20px;
} 
.share-container {
	z-index:2;
}
.share-container  a{
	display:inline-block;
	position:relative;
	opacity:0;
	top:-20px;
	margin:0 20px;
	font-size:1.3em;
	font-weight:600;
	color: var(--main-color);
    transition: all .2s ease-in-out;
}
.share-container  a.vissharea {
	opacity: 1;
	top: 0;
}
.share-container  a:hover {
	color:#fff;
}  
.share-icon-foursquare:before  {
    content: "foursquare";
} 
.share-icon-facebook:before  {
    content: "Facebook";
}
.share-icon-twitter:before {
    content: "X-Twitter";
}
.share-icon-tumblr:before {
   content: "Tumblr";
}
.share-icon-linkedin:before {
   content: "Linkedin";
}
.share-icon-pinterest:before {
    content: "Pinterest";
} 
.brush-dec , .brush-dec2 {
	position:absolute;
	left:0;
	height:40px;
	width:100%;
	z-index:20;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
.brush-dec {
	bottom:0;
	background:url(../images/brush-dec.png);
}
.brush-dec2 {
	top:-2px;
	height:50px;
	background:url(../images/brush-dec_2.png);
}
.brush-dec2.brush-dec_bottom {
	top:100%;
	margin-top:-2px;
}
/*------ footer-----------*/
.height-emulator {
    z-index: 1;
	position: relative;
}
.main-footer {
    background: #211F2C;
	position: fixed;
	z-index: 2;
	bottom: 0;
	left: 350px;
	right: 0;
}
.footer-inner {
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.footer-dec {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
}
.footer-widget-wrap {
	padding:110px 0 150px;
	position: relative;
	z-index: 10;
}
.footer-widget-title {
	text-align:left;
 	color: var(--main-color);
	font-size:2.0em;
	padding-bottom:16px;
	margin-bottom: 22px;
	border-bottom: 1px dashed rgba(255, 255, 255, .2);
}
.subcribe-form  , #subscribe {
	position: relative
}
.subcribe-form input.enteremail{
    border: 1px dashed rgba(255, 255, 255, .2);
	border-right: none;
	background: rgba(255, 255, 255, 0.05);
	padding: 0 20px;
	height:60px;
	line-height:60px;
	box-sizing:border-box;
	border-radius:4px;
	position: relative;
	z-index: 1;
	color: #fff;
	width:100%;
	outline:none;
	float:left;
 	font-family: var(--main-font);
} 
.enteremail::-webkit-input-placeholder {
	color:#fff;
}
.subcribe-form .subscribe-button {
 	right: 6px;
	top: 4px;
	width: 120px;
	z-index: 2;
	height:52px;
	line-height:52px;
 	position:absolute;
	outline:none;
	border: none;
	font-weight: 500;
	cursor: pointer;
    text-transform: uppercase;
 	font-family: var(--main-font);
	border-radius: 4px;
	background: var(--main-color); 
    transition: all .2s linear;
}
.subcribe-form .subscribe-button:hover {
	background:#fff;
} 
.subscribe-message {
	position:absolute;
	bottom:-90px;
	left:0;
	width:100%;
	text-align:left;
	font-weight:500;
	font-size: 1.2em;
	color: var(--main-color); 
}
.footer-widget-content p {
	text-align:left;
	margin-bottom:15px;
	color: rgba(255,255,255,0.7);
}
.footer-widget-content-link {
 	color: var(--main-color);
	font-size:14px;
	margin-top:6px;
	position:relative;
  	font-family: var(--secondary-font);
    transition: all .2s linear;
	text-align: left;
	display: block;
}
.footer-widget-content-link span {
	border-bottom:1px dotted  rgba(255,255,255,0.3);
	padding-bottom:4px;
}
.footer-widget-content-link:hover {
	color:#fff;
}
.footer-contacts {
	margin-bottom:26px;
	padding-top:4px;
} 
.footer-contacts li{
	text-align:left;
	margin-bottom:10px;
	color:#fff;
	font-size: 1.2em
}
.footer-contacts li:last-child {
	margin-bottom:0;
}
.footer-contacts li span {
	margin-right:10px;
	width:80px;
	float:left;
}
.footer-contacts li a  , .footer-contacts li span{
	color:#fff;
    transition: all .2s linear;
}
.footer-list li {
	display: block;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
	padding-left: 20px;
	font-weight: 500;
	font-size: 1.1em;
	text-transform: uppercase;
}
.footer-contacts li a:hover , .footer-list li a:hover {
	color:var(--main-color);	
}
.footer-list li:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 11px;
	font-weight: 900;
    transition: all .2s linear;
	color:var(--main-color);
}
.footer-list li:hover:before {
	left: 4px;
}
.footer-list li a {
	color:#fff;
}
.footer-social {
	position: relative;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	top: 18px;
	border: 1px dashed rgba(255, 255, 255, .2);
    background: #32303F;
	overflow: hidden;
	border-radius: 6px;
}
.footer-social li , .footer-social li a {
	float: left;
}
.footer-social li a {
	width: 46px;
	border-left: 1px dashed rgba(255, 255, 255, .2);
	height: 46px;
	line-height: 46px;
	color: var(--main-color);
	font-size: 1.1em;
    transition: all .2s ease-in-out;
}
.footer-social li:first-child a {
	border: none
}
.footer-social li a:hover {
	color:#fff;
}
.footer-bottom {
	position: absolute;
	height: 80px;
	line-height: 80px;
	border-top: 1px dashed rgba(255, 255, 255, .2);
	left: 20px;
	right: 30px;
	overflow: hidden;
	bottom: 10px;
	z-index: 10;
}
.copyright {
	float: left;
	color:var(--main-color);
	font-size: 1.2em;
}
.to-top {
	float: right;
	cursor: pointer;
	color: var(--main-color);
	font-size: 1.1em;
	text-transform: uppercase;
}
.to-top i {
	margin-left: 20px;
	color:#fff;
	position: relative;
	top: 0;
	transition: all .3s ease-in-out;
}
.to-top:hover i {
	top: -5px;
}
.body-ovelay, .reserv_modal_overlay {
    position: fixed;
    z-index: 19;
	background: rgba(39, 37, 53, .7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: none;
	top: 90px;
	left:350px;
}
.reserv_modal-container {
	position: fixed;
	top: 90px;
	left:350px;
	right: 0;
	bottom: 0;
	z-index: 100;
	overflow: auto;
	display: none;
}
.reserv_modal-inner {
	position: relative;
	width: 700px;
	display: inline-block;
	overflow: hidden;
	z-index: 102;
 	margin-top: -30px;
	top:8%;
    transition: all .4s linear;
	opacity: 0; 
}
.reserv_modal-wrapper {
	float: right;
	width: 100%;
	padding: 60px 40px 40px;
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
}
.reserv_modal-wrapper:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 18px;
    bottom: 18px;
    right: 18px;
	background: #fff;
    border: 1px dotted #ccc;
    z-index: 1;
	border-radius: 10px;
}
.reservation-content {
	position: relative;
	z-index: 2;
}
.reserv_modal-inner-box {
	overflow: hidden;
	border-radius: 10px;
 	box-shadow: 0px 0px 0px 15px rgba(255,255,255,.09);
}
.vis_modiiner {
	opacity: 1;
	margin-top: 0;
}
.reserv-modal-title {
	position: relative;
	margin-bottom: 40px;
}
.reserv-modal-title h4 {
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
	color:var(--main-color);
    padding-bottom: 10px;
}
.reserv-modal-title h3 {
    font-size:2.5em;
    font-weight:700;
    color: #333;
}
.close-reservation-modal {
    position: absolute;
    right: 35px;
    top: 35px;
    cursor: pointer;
    font-size: 13px;
    width: 46px;
    height: 46px;
    line-height: 46px;
 	color:var(--main-color);
    background: #272535;
    z-index: 3;
	border-radius: 4px;
    transition: all .3s ease-in-out;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46,  .3);
}
.close-reservation-modal:hover , .reservation_btn:hover , .close-cart:hover {
	box-shadow: 0px 0 0 0px rgba(12, 0, 46, 0.06);
}
.reserv-modal_bg {
	position: absolute;
	left: -30px;
	top: -20px;
	width: 300px;
	height: 100px;
	z-index: -1;
	background: url("../images/bg/bg-dec/1.png") no-repeat center;
	opacity: .2
}
.section-title-separator_wrap {
	position: relative
}
.section-title-separator {
	position: relative;
	width: 150px;
	display: inline-block;
	margin-top: 11px;
}
.section-title-separator:before , .section-title-separator:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 1px;
	border-top: 1px dotted rgba(0,0,0,.4);
	top: 50%;
	margin-top: 1px;
}
.content-section.dark-bg .section-title-separator:before  , .content-section.dark-bg  .section-title-separator:after , .hero-title-item .section-title-separator:after , .hero-title-item .section-title-separator:before   {
	border-top: 1px dotted rgba(255,255,255,.4);	
}
.section-title-separator:before {
	left: 0;
}
.section-title-separator:after {
	right: 0;
}
.section-title-separator span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--main-color);;
	display: inline-block;
}
.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password] {
	float: left;
	border: 1px solid #e1e1e1;
	background: #f9f9f9;
	width: 100%;
	padding: 0 30px;
	height: 56px;
 	font-weight: 700;
	color: #000;
	font-size: 13px;
	border-radius: 4px;
	-webkit-appearance: none;
	font-family: var(--main-font);
}
.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
	color: #666;
	font-weight: 700;
	font-size: 13px;
	position: relative;
	font-family: var(--main-font);
}
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
	color: #666;
	font-weight: 700;
	font-size: 13px;
	font-family: var(--main-font);
}
.custom-form textarea {
	resize: vertical ;
	padding: 30px 20px;
	-webkit-appearance: none;
	border: 1px solid #e1e1e1;
	min-height: 230px;
}
.reservation-content .custom-form textarea , .check-out_container textarea  {
	min-height:  150px;
	max-height: 250px;
}
.check-out_container .custom-form .btn {
	margin-top: 20px;
}
.custom-form input {
	margin-bottom: 20px;
}
.custom-form .btn {
	border:none;
	-webkit-appearance: none;
	cursor:pointer;
	margin-top:40px;
 	font-family:var(--main-font);
}
.custom-form  textarea:focus , .custom-form input[type="text"]:focus  , .custom-form  input[type=email]:focus  , .custom-form  input[type=password]:focus   {
	background:#fff;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
}
.nice-select{
 	font-weight: 700;
	padding-left: 30px;
	height:56px;
	line-height:56px;
 	font-family:var(--main-font);
	font-size: 13px;
	color:#000;
	border-radius: 4px;
}
.nice-select:after {
	border-color:var(--main-color);
}
.nice-select .option.focus,.nice-select .option.selected.focus {
	color:#fff;
}
.nice-select .option {
 	min-height: 50px;
    line-height: 50px;
 	font-size: 13px;
	text-transform: uppercase;
} 
.date-container {
	position: relative;
}
.nice-select .option.focus,.nice-select .option.selected.focus , .daterangepicker td.active, .daterangepicker td.active:hover {
	background: var(--main-color);
}
.daterangepicker .calendar-table table {
	font-family: var(--main-font);
}

.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    font-size: 13px;
 	font-weight:700;
}
#reserv-message , #message {
	color:#fff;
	font-size: 1.2em;
	margin-bottom: 20px;
}
#reserv-message div , #message div {
	background: #222;
	padding: 15px 30px;	
}
#reserv-message p , #message p {
	text-align: center;
}
#reserv-message p strong , #message p strong {
	color:var(--main-color);
}
.reservation_btn {
	padding: 18px 50px;
 	float: left;
    background: #272535;
 	font-family: var(--main-font);
 	color:var(--main-color);
	cursor: pointer;
	border: none;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46,  .2);
	font-weight: 600;
	font-size: 1.2em;
	margin-top: 20px;
	position: relative;
    transition: all .3s ease-in-out;
	border-radius: 6px;
}
.reserv-link{
	position: absolute;
	background: #f9f9f9;
	color:#000;
	border: 1px solid #eee;
	margin: 0 0 0 10px;
	bottom: 0;
	right: 0;
	padding: 10px 20px;
 	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46,  .05);
	cursor: pointer;
	font-weight: 500;
	border-radius: 4px;
}
.reserv-link i {
	margin:0  0 0 10px;
	position: relative;
 	color:var(--main-color);
}
.load-more_btn:hover i {
	opacity: 1;
	animation: spin 1s linear infinite;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
/*------ content-----------*/
.section {
	position: relative;
	padding: 60px 0;
	background: #fff;	
}
.hidden-section {
	overflow: hidden;
}
.parallax-section {
	padding: 120px 0;
}
.big-padding {
	padding: 140px 0;
}
.sps {
	padding: 90px 0 70px;
}
.parallax-section.hero-section {
	padding:210px 0 120px;
	z-index:21;
}
.hero-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(39, 37, 53, 0) 0%, rgba(39, 37, 53, 0.6) 80%);
}
.par-elem   {
	height: 120%;
	top: 0;
}
.menu-wrapper-title .bg{
	height: 130%;
	top:5%;
}
.section-bg {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:400px;
	overflow:hidden;
	opacity:0.4;
}
.section-title {
	position:relative;
	z-index:5;
	margin: 20px 0;
}
.statb {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.section-title.text-align_left {
	text-align:left;
	margin: 0
}
.section-title h4 {
	font-style:italic;
	font-size:18px;
	font-weight:500;
	padding-bottom:10px;
	color: var(--main-color);
	position: relative;
}
.section-title h2 {
	font-size:3.0em;
	font-weight:500;
	color: #323246;
}
.section-title h4:after {
    position: absolute;
    content: '\25CF\25CF\25CF\25CF\25CF';
    width: 50px;
    left: 50%;
    top: -22px;
    margin-left: -25px;
    font-size: 6px;
    letter-spacing: 8px;
	color:var(--main-color);
} 
.section-title.text-align_left h2 {
	font-size:2.5em;	
}
.parallax-section  .section-title h2 {
	color:#fff;
 	font-size:3.0em;
}
.parallax-section  .section-title p {
	color:rgba(255,255,255,.8);
	margin-top: 20px;
}
.parallax-section.hero-section .section-title h2 {
	font-size:4.5em;
}
.parallax-section.hero-section .section-title h4:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -90px;
	height: 70px;
	width: 1px;
	border-left: 1px  dashed rgba(255, 255, 255, .4);
}
.parallax-section.hero-section .section-title h4:after , .section-title.text-align_left  h4:after  {
	display:none; 
}
.dots-separator {
	margin:10px 0 30px;
}
.dots-separator span {
	float:none;
	display:inline-block;
	width:60px;
}
.dots-separator span:after {
    content: '\25CF\25CF\25CF\25CF\25CF\25CF';
    font-size: 7px;
    letter-spacing: 4px;
	color: var(--main-color);
}
.sec-dots-dec {
	position: absolute;
	top: 50%;
	width: 8px;
    height: 8px;
    border-radius: 50%;
	z-index: 10;
	background: var(--main-color);
	margin-top: -15px;
}
.sec-dots-dec:before, .sec-dots-dec:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 50%;
	background: #fff;
	margin-left: -2px;
} 
.sec-dots-dec:before {
	top: -25px;
}
.sec-dots-dec:after {
	bottom: -25px;
}
.sdd_left {
	left:30px; 
}
.sdd_right {
	right: 30px;
}
.quote-box {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
	padding:0 90px;
	z-index:5;
}
.quote-box p {
	color:#fff;
 	float: left;
	width: 100%;
    font-family: var(--main-font);
	line-height:29px;
	font-size: 1.3em;
}
.quote-box i {
	font-size:40px;
	margin-bottom:20px;
	color:  var(--main-color);
	float: left;
}
.signature {
	float:right;
	margin:20px 0 0 0;
}
.quote-box h4 {
	float:left;
	position:relative;
	top:20px;
	font-size:1.3em;
	text-transform: uppercase;
	font-weight:700;
	padding-bottom:20px;
	color:  var(--main-color);
}
.column-section-wrap{
	float: right;
    width: 50%;
    position: relative;
    padding: 120px 50px 100px;
    background: #272535;
}
.column-section-wrap:before {
	content: '';
    position: absolute;
    top: 60px;
    left: 10px;
    bottom: 30px;
    right: 10px;
    border-radius: 10px;
    background: #32303f;
    z-index: 1;
    border: 1px dashed rgba(255, 255, 255, .2);	
}
.column-wrap-bg {
    position: absolute;
    top: 0;
    width:50%;
    height: 100%;
    overflow: hidden;
}
.column-wrap-bg .bg {
	height: 140%;
	top: -10%;
}
.column-wrap-bg .dc_lt  , .column-wrap-bg .dc_rt {
	top: 60px;
}
.column-wrap-content {
	position: relative;
	z-index: 10;
	padding: 0 50px;
}
.column-wrap-content .section-title h2 {
	color:#fff;
}
.column-wrap-content .btn , .sst_top .btn , .hero-title-container .btn {
	background: var(--main-color);
	color: #222;
}
.column-wrap-content .btn:hover , .sst_top .btn:hover , .hero-title-container .btn:hover {
	color:  var(--main-color);
	background: #32303F;
}
.column-wrap-content .btn:before ,  .sst_top .btn:before , .hero-title-container .btn:before  {
	border-color: rgba(255, 255, 255, .4);	
}
.column-wrap-content .section-separator:before, .column-wrap-content .section-separator:after {
    background: rgba(255, 255, 255, .4);	
}
.events-carousel-wrap {
	position: relative;
	margin-top: 50px;
}
.event-carousel-item {
	position: relative;
 
}
.event-carousel-item p{
	text-align: center;
	color:#fff;
}
.event-date {
	color:#fff;
    font-family: var(--secondary-font);
	text-transform: uppercase;
	padding-bottom: 10px;
	display: block;
}
.event-carousel-item h4 {
	font-size: 1.7em;
	padding-bottom: 10px;
}
.event-carousel-item h4 a {
    color: var(--main-color);	
}
.ec-button {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    z-index: 20;
    cursor: pointer;
    font-size:1.3em;
 	color: var(--main-color);
}
.ec-button-prev {
	left: -40px
}
.ec-button-next {
	right: -40px;
} 
.sec_img-dec2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 324px;
    height: 360px;
    margin: -180px 0 0 -162px;
    z-index: -1;
    background: url(../images/bg/bg-dec/6.png) no-repeat center;
    opacity: .1;
    transform: scale(.8);
}
.hero-wrap , .hero-carousel  {
	position: relative;
	overflow: hidden;
	z-index: 1
} 
.hero-wrap    {
    background: #211F2C;
	z-index: 20;
	padding-right: 10px;
 
}
.fs-slider-item {
	position: relative;
}
.hero-carousel .swiper-slide {
    overflow: hidden;
	border-radius: 10px;
}
.hero-carousel .swiper-slide .bg {
    width: 130%;
    left: -15%;
    transform: translateZ(0);
}
.hero-title-container {
	position: relative;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
.ms-item_fs .bg {
    transform: scale(1);
    transition: all 8.5s linear;
}
.slideshow-container_wrap .swiper-slide-active   .bg , .slideshow-container_wrap .swiper-slide-duplicate-active  .bg {
    transform: scale(1.2);
} 
.hero-title-container .section-title h2 {
	font-size: 5.7em;
	line-height: 75px;
	text-transform: uppercase;
	padding: 20px 0 0;
	color:#fff;
}
.hero-carousel .hero-title-container .section-title h2 {
	font-size: 3.2em;
	line-height: 55px;
}
.hero-carousel .hero-title-container{
	opacity:.5;
    filter: blur(50px);
    transition: all .3s linear;
}
.hero-carousel .swiper-slide-active .hero-title-container {
	filter: blur(0px);
	opacity:1;
	transition-delay: 0.5s;
}
.hero-carousel .hero-title-container .nd_bottom {
	margin-top: 10px
}
.carousel-btn_control-prev {
	left: calc(33.3% - 77px);
}
.carousel-btn_control-next {
 	right: calc(33.3% - 77px);
}
.hs_btn {
	position: absolute;
	top: 50%;
	z-index: 120;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	cursor: pointer;
}
.hs_btn:after{
	content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 1px dashed rgba(255, 255, 255, .4);
    border-radius: 50%;
	transition: all .2s ease-in-out;
}
.hs_btn:hover:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;	
}
.hs_btn i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	transition: all .2s ease-in-out;
	font-size: 1.3em;
	font-weight: bold; 
	background: #272535;
	color:var(--main-color);	
}
.hs_btn:hover i {
	background: var(--main-color);
	color: #272535;
}
.hs_btn:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -80px;
	width: 0;
	height: 1px;
	background: rgba(255,255,255,.2);
	z-index: -3;
	transition: all .5s ease-in-out;
}
.hs_btn:hover:before {
	width: 60px;
	transition-delay: .3s
}
.hs_btn_wrap_preview {
	position: absolute;
	top: 50%;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	margin-top: -40px;
	transition: all .3s ease-in-out;
	box-shadow: 0px 0px 0px 10px rgba(255, 255, 255,  .1);
	opacity: 0;
	transform: scale(0);
}
.hs_btn:hover .hs_btn_wrap_preview {
	opacity: 1;
	transform: scale(1);
	transition-delay: .2s
}
.hs_btn_prev {
	left: 20px;
}
.hs_btn_next {
	right: 20px;
}
.hs_btn_prev:before {
	left: auto;
	right: -90px;
} 
.hs_btn_next .hs_btn_wrap_preview{
	right: 120px;
}
.hs_btn_prev .hs_btn_wrap_preview{
	left: 120px;
}
.hero-slider-pag_wrap {
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
}
.hc_counter {
	position: absolute;
	bottom: 85px;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
	font-size: 1.5em;
	color: var(--main-color); 
	padding:0  50px 10px;
	border-bottom: 1px dashed rgba(255, 255, 255,  .2);
}
.hc_counter:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: rotate(45deg);
	top: -10px;
	width: 1px;
	height: 30px;
	border-left: 1px dashed rgba(255, 255, 255,  .2);
}
.hc_counter div {
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
.hc_counter div.current_c {
	top: -20px;
	color: #fff;
}
.hero-sec-topdec {
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 20;
	width: 120px;
	margin-left: -60px;
}
.hero-wrap .hero-sec-topdec:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	height: 70px;
	border-left: 1px dashed rgba(255, 255, 255,  .2);
	top: 100%;
	margin: 20px 0 0 -3px;
}
.hero-sec-topdec:after {
    content: '\25CF\25CF\25CF\25CF\25CF\25CF';
    font-size: 7px;
    letter-spacing: 10px;
	color: var(--main-color);
}
.hero-section-scroll {
	position:absolute;
	width:20px;
	height:30px;
	z-index:20;
	bottom:-70px;
	left:50%;
	margin-left:-10px;
}
.hero-wrap .hero-section-scroll {
	bottom: 40px;
}
.hero-section-scroll:before {
	content: '';
	position: absolute;
	bottom: -40px;
	height: 40px;
	width: 1px;
	left: 50%;
	border-left: 1px  dashed rgba(255,255,255, .2);
}
.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 4px;
	padding: 0 6px;
	border: 1px solid rgba(255,255,255,.7);
    background: rgba(39, 37, 53, .6);
	box-sizing: border-box;
	position:relative;
	z-index:10;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	background:var(--main-color); 
	border-radius: 4px;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(10px);
		opacity: 0;
	}
}
.dec-corner {
	position:absolute;
	width:70px;
	height:70px;
	z-index:10;
}
.dc_lb{
	left: 30px;
	bottom:50px;
 	border-bottom: 1px dashed;
	border-left:1px dashed;
 	border-radius: 0 0 0 10px  
}
.dc_rb{
	right: 30px;
	bottom:50px;
 	border-bottom: 1px dashed;
	border-right:1px dashed;
 	border-radius:  0 0 10px 0
}
.dc_rt {
	right: 30px;
	top:30px;
 	border-top: 1px dashed;
	border-right:1px dashed;
 	border-radius:0 10px 0 0	
}
.dc_lt {
	left: 30px;
	top:30px;
 	border-top: 1px dashed;
	border-left:1px dashed;
 	border-radius: 10px 0 0 0	
}
.dec-corner  {
	border-color:rgba(255,255,255,.4);
}
.breadcrumbs-list {
	position: relative;
	height: 64px;
	line-height: 64px;
	padding:0 150px 0 30px;
}
.breadcrumbs-list.bl_flat {
	background: #f6f6f6;
	border-radius: 4px;
	margin: 20px 0;
	border: 1px dashed #ddd;
}
.breadcrumbs-list a , .breadcrumbs-list span {
	float: left;
	position: relative;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.1em;
	padding-right: 20px;
}
.breadcrumbs-list a:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0da";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
	color:var(--main-color);
}
.breadcrumbs-list_dec {
	position: absolute;
	width: 54px;
	height: 54px;
	line-height: 60px;
	right: 6px;
	top: 50%;
	margin-top: -27px;
	border-radius: 4px;
	background:var(--main-color);
	color:#fff;
}
.breadcrumbs-list_dec i {
	font-size: 1.2em;
	font-weight: 300;
}
.section-separator {
	position: relative;
	margin-top: 20px;
}
.section-separator:before , .section-separator:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 110px;
	height: 1px;
	background: #eee;
}
.section-separator:before {
	left: 50%;
	margin-left: 30px;
}
.section-separator:after {
	right: 50%;
	margin-right:30px;
}
.section-separator i {
	font-size: 1.7em;
/* 	color:var(--main-color); */
	color:#e4d287;
	transform: rotate(-45deg);
}
.boxed-content-item {
    padding: 30px;
	background: #fff;
	position: relative;
}
.boxed_content {
	position: relative;
	z-index: 3
}
.bi_dec {
	border-radius: 10px;
	border: 1px dashed #ddd;
}
.boxed-container   {
	position: relative;
	border-radius: 4px;
	padding: 30px;
	background: #F6F6F6;
	border: 1px dashed #ddd;
}
.boxed-content {
    position: relative;
    background: #fff;
    border-radius: 6px;
    border: 1px dashed #ddd;
    margin-bottom: 20px;
	overflow: hidden;
}
.boxed-content-title {
	border-bottom: 1px dashed #ddd;
    padding: 20px 30px;
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    background: #fff;
    color: #292929;
	text-align: left;
}
.boxed-content-title:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0dd";
    position: absolute;
    right: 40px;
    top: 50%;
    color: var(--main-color);
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    margin-top: -10px;
    font-weight: 900;
}
.bc-item_smal_pad {
	padding: 5px 30px;
}
.text-block-title {
 	position: relative;
}
.tb-sin {
	margin-top: 30px;
	padding-right: 50px;
}
.text-block-title h4 , .tbc_subtitle {
	text-align: left;
 	font-weight: 500;
 	position: relative;
    color: #333;
    font-size: 2.8em;
}
.text-block {
	position: relative;
	z-index: 4;
}
.image-collge-wrap {
	position: relative
} 
.images-collage-item {
	overflow:hidden;
	height: auto;
	position:absolute;
	z-index:1;
}
.single-dec_img   {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 30px 64px 0px rgba(0,0,0,.4);
	position: relative;
	z-index: 10;
}
.hero-image-collge-wrap {
	position: relative;
	padding-left: 50px;
}
.hero_images-collage-item {
    position: absolute;
    height: auto;
    border-radius: 10px;
}
.hero_images-collage-item:before {
	content: '';
	position: absolute;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	border-radius: 10px;
	border: 1px dotted #ccc;
	z-index: 1;
}
.hero_images-collage-item img {
	position: relative;
	z-index: 2;
    border-radius: 10px;
 	box-shadow: 0px 30px 64px 0px rgba(0,0,0,.4);	
}
.main-iamge {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	z-index: 4;
}
.image-collge-wrap:before , .hero-image-collge-wrap:before {
	content:'';
	position:absolute;
	left:-50px;
	bottom:-20px;
	right:100px;
	height:250px;
	background:#f9f9f9;
	border:1px dashed #ddd;
	z-index: 1;
	border-radius: 10px;
}
.about-img-hotifer {
	position: absolute;
	right: -40px;
	bottom: 20px;
	width: 320px;
	padding:  30px;
	z-index: 11;
	color: #fff;
	text-align: left; 
	box-shadow: 0 5px 25px rgba(0,0,0,0.2);
	border-radius: 4px;
	background: #272535;
}
.about-img-hotifer-wrap {
	position: relative;
	z-index: 4;
}
.about-img-hotifer-wrap:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f10e";
    bottom: 10px;
    right: 10px;
    position: absolute;
    font-size: 1.6em;
	font-weight: bold;
	color: var(--main-color);
}
.about-img-hotifer:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 1px dashed rgba(255, 255, 255, .2);
    border-radius: 10px;
    z-index: 1;
}
.about-img-hotifer:after{
    content: '\25CF\25CF\25CF\25CF\25CF\25CF';
    position: absolute;
    top: 9px;
    font-size: 5px;
    height: 4px;
    background: #272535;
    width: 100px;
    margin-left: -50px;
    z-index: 2;
    letter-spacing: 8px;
    color: var(--main-color);
    left: 50%;
    text-align: center;
}
.about-img-hotifer h4 {
	padding-bottom: 6px;
	font-size: 1.4em;
	color: var(--main-color);
}
.about-img-hotifer h5 {
	font-size: 1.2em;
}
.about-img-hotifer p {
	color: #fff;
	text-align: left;
}
.cards-wrap {
	margin :50px 0 0;
	z-index:2;
	position: relative;
}
.content-inner {
	width:100%;
	color: #fff;
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner > * {
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner:hover .content-front {
	transform: rotateY(-180deg);
}
.content-inner:hover .content-back {
	transform: rotateY(0deg);
}
.content-inner .content-front,
.content-inner .content-back {
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 10px 34px 0px rgba(0,0,0,.2);
}
.content-inner .overlay {
    background: rgba(39, 37, 53, .65);
}
.content-front {
	background: #32303F;
	position:relative;
	cursor:pointer;
	border-radius: 6px;
}
.content-front:before , .content-back:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	border-radius: 4px;
	border: 1px dashed rgba(255, 255, 255, .4);
	z-index: 3;
	box-shadow: 0px 0px 0px 10px #32303F;
}
.content-inner .content-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform: rotateY(180deg);
	background: #32303F;
	border-radius: 6px;
}
.content-inner .cf-inner {
	transform-style: preserve-3d;
	backface-visibility: hidden;
	width:100%;
	padding:130px 40px 110px;
	border-radius: 6px;
}
.content-inner .cf-inner .fs-wrapper {
	border-radius: 10px;
}
.content-inner .cf-inner .inner {
	align-items: stretch;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transform: translateZ(95px) scale(0.81);
	text-align: center;
	position:relative;
	z-index:2;
} 
.content-back i {
	font-size:54px;
	position:relative;
	color: var(--main-color);
}
.dec-icon {
	position:relative;
	display:inline-table;
	width:80px;
	height:80px;
}
.dec-icon:before , .dec-icon:after {
	content:'';
	position:absolute;
	width:80px;
	height:20px;
	border-radius:10px;
	background:rgba(255,255,255,0.1);
}
.dec-icon:before {
	left:-15px;
	top:12px;
}
.dec-icon:after  {
	right:-15px;
	bottom:12px;
}
.dec-icon i {
	z-index:3;
}
.content-back .dec-icon {
	top:-20px;
}
.cf-inner .nav_dec {
	margin: 0;
}
.content-inner .cf-inner .inner p {
	color:#fff;
	text-align: center;
}
.content-back:after  {
	position:absolute;
    content: '\25CF\25CF\25CF\25CF\25CF';
	width:50px;
	left:50%;
	bottom:30px;
	margin-left:-25px;
    font-size: 6px;
    letter-spacing: 6px;
	color: var(--main-color);	
}
.serv-num {
	position:absolute;
	bottom:40px;
	left:50%;
	color:#fff;
	z-index:13;
	transform: translateX(-50%);
	font-size:1.9em;
}
.content-inner .cf-inner .inner h2  {
	position:relative;
	font-size:1.7em;
	font-weight:600;
 	text-transform: uppercase;
	padding-bottom:10px;
}
.content-inner .cf-inner .inner h2:after {
	content:'';
	position:absolute;
	top:-20px;
	margin-left:-25px;
	left:50%;
	width:50px;
	height:1px;
	background:  var(--main-color);
}
.content-inner .content-front h4{
	display: block;
	text-transform:uppercase;
 	font-weight: 500;
	margin:0 4px;
	font-size: .9em;
    font-family: var(--secondary-font);
	color: var(--main-color);
	margin-bottom: 5px;
}
.content-inner .cf-inner .inner h2:before {
	content:'';
	position:absolute;
	left:50%;
	bottom:10px;
	width:20px;
	height:2px;
	margin-left:-10px;
}
.single-slider-wrap img{
	width:100%;
	height:auto;
}
.content-inner .content-front .section-separator:before, .content-inner .content-front .section-separator:after {
	background:rgba(255,255,255, .3);
}
.video_link {
	position:absolute;
	left:30px;
	bottom:30px;
	z-index:10;
	cursor: pointer;
}
.video_link i {
	width:50px;
	height:50px;
	line-height:50px;
	background: var(--main-color);
    box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.2);
	margin-right:20px;
	color: #fff;
	border-radius:50%;
	box-sizing:border-box;
}
.video_link:hover i {
    background: #272535;
	color:var(--main-color);
}
.video_link span {
	font-weight: 500;
 	font-size: 1.2em;
	color:#fff;
}
.dwonload_btn , .btn {
	height: 50px;
	line-height: 50px;
	padding: 0 54px;
 	position: relative;
	display: inline-block;
	margin-top: 50px;
 	font-size: 1.2em;
	font-weight: 500;
	border-radius: 4px;
	color:var(--main-color);
	background: #32303F;
    transition: all .3s ease-in-out;
}
.btn:before , .dwonload_btn:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 4px;
	border: 1px dashed #ddd;
    transition: all .3s ease-in-out;
}
.btn:hover:before , .dwonload_btn:hover:before , .stg_link:hover:before  {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}
.btn {
	margin-top: 30px;
}
.fl-btn{
	float: left
}
.dwonload_btn:after {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    width: 1px;
    height: 25px;
    background: #eee;
    z-index: 10;
}
.dwonload_btn:hover , .btn:hover , .color_btn {
	background: var(--main-color);
	color:#222;
}
.color_btn:hover  {
	background: #32303F;
	color: var(--main-color);
} 
.align-text-block  {
 	position: relative;
	padding:25px 30px;
	background:#f9f9f9;
	border:1px  dashed #ddd;
	margin-top:20px;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, .05);
}
.align-text-block h4{
	text-align:left;
	font-size:1.4em;
	float:left;
	font-style:italic;
	position:relative;
	top:12px;
	color: #555;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px dotted var(--main-color);
}
.align-text-block .btn {
	float:right;
	margin-left:60px;
	margin-top:0;
}
.sec_dec_bg , .sec_dec_bg2 {
    position: absolute;
    z-index: 1;
    opacity: .2;
}
.sec_dec_bg  {
    right: -30px;
    bottom: -20px;
    width: 258px;
    height: 356px;
    z-index: 1;
    background: url(../images/bg/bg-dec/2.png) no-repeat center;
}
.sec_dec_bg2 {
    right: -30px;
    bottom: -20px;
    width: 300px;
    height: 98px;
    z-index: 1;
    background: url(../images/bg/bg-dec/1.png) no-repeat center;	
}
/*------facts---------------------*/
.inline-facts-wrap {
	position: relative;
}
.inline-facts {
	float:left;
	width:25%;
	position:relative;
}
.inline-facts:before {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 50px;
	background: rgba(255,255,255,.3);
	top: 50%;
	margin-top: -25px;
}
.inline-facts-wrap .inline-facts:last-child:before {
	display: none
}
.inline-facts .num {
	color:var(--main-color);
	font-size:6.3em;
	font-weight:600;
}
.inline-facts h6 {
	margin-top:20px;
	font-weight:600;
	position:relative;
	color:#fff;
    font-family: var(--secondary-font);
	text-transform: uppercase;
	font-size: .9em;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid rgba(255,255,255,.2);
	background:#272535;
	border-radius: 4px;
}
.inline-facts h6:after {
    position: absolute;
    content: '\25CF\25CF\25CF';
    width: 50px;
    left: 50%;
    bottom: -40px;
    margin-left: -25px;
    font-size: 6px;
    letter-spacing: 4px;
	color:var(--main-color);
} 
/*------team -------------*/
.team-carousel-wrap {
	position: relative;
	z-index: 3;
	margin-top: 30px;
	padding: 0 2px;
}
.team-carousel {
	position: relative;
	overflow: hidden;	
}
.tcc-buttons-wrap {
	position: absolute;
	bottom: -100px;
	right: 0;
	z-index: 50;
}
.tcc-buttons-wrap .tcs-pagination{
	position: absolute;
	right: 100%;
	margin-right: 20px;
	top: 50%;
	transform: translateY(-50%);
	min-width: 150px;
} 
.tcc-button{
	float: left;
	margin-left: 10px;
	width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #32303F;
    color: var(--main-color);
    cursor: pointer;
	position: relative;
}
.team-box {
	overflow: hidden;
	margin-bottom: 20px;
}
.team-photo {
	overflow:hidden;
	position:relative;
	border-radius: 10px;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, .1);
	z-index: 10;
}
.team-info {
	margin-top: 10px;
	padding:25px 30px ;
	border:1px dotted #ddd;
	background:#fff;
	border-radius: 6px;
}
.team-photo .overlay {
	opacity:0;
	transition: all .2s ease-in-out;
}
.team-photo:hover .overlay {
	opacity:0.5;
}
.team-info h3  {
	display:block;
	padding-bottom:10px;
	font-weight:500;
	font-size:2.2em;
	color:var(--main-color);
	text-align: center;
}
.team-info h4 {
	font-size:.9em;
	font-weight: 500;
    font-family: var(--secondary-font);
	text-transform: uppercase;
	position: relative;
	color: #666;
}
.team-info h4:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 40px;
    height: 1px;
    margin-left: -20px;
    background: var(--main-color);
}
.team-info p{
	margin-top:30px;
	text-align: center;
}
.team-social {
	position:absolute;
	top:50%;
	height:40px;
	left:20px;
	right:20px;
	opacity:0;
	line-height:40px;
	margin-top:-20px;
	z-index:5;
 	transition: all .3s ease-in-out;
	padding:0 10px;
}
.ts_title {
	position:absolute;
	top:-40px;
	left:0;
	right:0;
	font-size:1.1em;
	color:#fff;
	font-weight: 500;
    font-family: var(--secondary-font);
	text-transform: uppercase;
}
.team-photo:hover .team-social{
	opacity:1;
}
.team-social ul {
	display:inline-block;
	border: 1px dashed rgba(255, 255, 255, .2);
    border-radius: 4px;
    background: rgba(39, 37, 53, .8);
	padding: 6px 10px;
}
.team-social li {
	display:inline-block;
	margin: 0 13px;
}
.team-social li a , .team_num {
	color:var(--main-color);
	font-size: 1.1em;
}
.team-dec {
	position:absolute;
	top:20px;
	right:30px;
	font-size:26px;
	color: #ADC7DD;
} 
.team_num {
	font-size: 1.5em;
}
.fw-aminit-wrap {
	position: relative;
 	padding: 50px 50px 90px;
	overflow: hidden;
}
.fw-aminit-wrap_link {
	position: absolute;
	bottom: 60px;
	color:var(--main-color);
	font-size: 2.1em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	border-bottom: 1px dashed rgba(255, 255, 255, .2);
    transition: all .3s ease-in-out;
}
.fw-aminit-wrap_link:after {
    content: '\25CF\25CF\25CF\25CF\25CF';
    color: var(--main-color);
    font-size: 5px;
    letter-spacing: 8px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.fw-aminit-wrap_link:hover {
	color:#fff;
	border-color: var(--main-color);
}
.fw-aminit-item {
	position: relative;
	float: left;
	width: 33.3333333%;
	border-left: 1px dashed rgba(255,255,255,.2);
	z-index: 20;
	padding: 250px 0;
}
.fw-aminit-wrap .fw-aminit-item:first-child {
	border: none
}
.fw-aminit-item:before {
	content: '';
	position: absolute;
	top: 70px;
	bottom: 50px;
	right: 30px;
	left: 30px;
	border: 1px dashed rgba(255,255,255,.2);
	border-radius: 10px;
    background:rgba(39, 37, 53, .3);
    transition: all .3s ease-in-out;
}
.fw-aminit-item:after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	height: 0;
	width: 1px;
	background:  rgba(255,255,255,.2);
    transition: all .3s ease-in-out;
}
.fw-aminit-item.act-index:after {
	height: 100px;
}
.fw-aminit-item.act-index:before {
	-webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background:rgba(39, 37, 53, .8);
}
.fw-aminit-wrap .fw-aminit-item:last-child {
	border:none;
}
.fw-aminit-item-container{
	position: relative;
	padding: 0 50px;
	z-index: 5;
}
.fw-aminit-item-container i {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) scale(0);
	color:var(--main-color);
	opacity: .3;
	z-index: -1;
	font-size: 10.4em;
    transition: all .3s ease-in-out;
}
.fw-aminit-item.act-index .fw-aminit-item-container i {
	transform: translateX(-50%) scale(1.0);	
}
.fw-aminit-item-container h3 {
	color:#fff;
	font-size: 2.7em;
	position: relative;
}
.fw-aminit-item-container h3:before {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background: var(--main-color);
}
.fw-aminit-item-container h5 {
	font-size: 1.3em;
    font-style: italic;
	font-weight: 500;
	color:var(--main-color);
}
.fw-aminit-item-container h6 {
	margin-top: 30px;
}
 
.fw-aminit-item.act-index .fw-aminit-item_link {
	opacity: 1;
	margin-bottom: 0;	
}
.aminit-work-time span  , .fw-aminit-item-container h6 {
	color:#fff;
    font-family: var(--secondary-font);
	text-transform: uppercase;
}
.fw-aminit-item_link {
	position: absolute;
	padding: 11px 40px;
	border-radius: 4px;
	background: var(--main-color);
	bottom: 100px;
	opacity: 0;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.2em;
} 
.fw-aminit-item_link:before {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    border-radius: 4px;
    border: 1px dashed rgba(255, 255, 255, .3);
    transition: all .3s ease-in-out;
}
.fw-aminit-item_link:hover:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;	
}
.bg-ser .bg {
	opacity: 0;
	will-change: opacity, transform;
	transform: scale(1);
	transition: all 1.2s linear;
}
.bg-ser .bg.active {
	opacity: 1;
	left: 0;
	transform: scale(1.05);
}
/*------ testimonilas----------------*/
.testimonilas-carousel-wrap:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background: #eee;
}
.testimonilas-carousel-wrap {
	position: relative;
	padding: 0 50px;
	z-index: 10;
}
.testi-item {
    transition: all .3s ease-in-out;
    transform :scale(0.9);
}
.testi-item:after {
    position: absolute;
	content: '\25CF\25CF\25CF\25CF\25CF';
    width: 50px;
    left: 50%;
    bottom: 50px;
    margin-left: -25px;
    font-size: 6px;
    letter-spacing: 8px; 
	color: var(--main-color);
}
.testimonilas-text-item {
	position: relative;
	z-index: 2;
}
.testi-item-dec:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 10px;
	border: 1px dashed #ddd;
	background: #f9f9f9;
    transition: all .3s ease-in-out;
}
.testimonilas-text {
	padding: 85px 50px 75px;
    overflow: hidden;
    background: #fff;
	border:1px solid #eee;
	border-radius: 10px;
    transition: all .3s ease-in-out;
}
.star-rating i {
	color: var(--main-color);
	font-size: .9em;
	margin: 0 2px;
}
.testimonilas-text .star-rating {
	margin-bottom: 20px;
}
.testimonilas-text:before, .testimonilas-text:after {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 1.7em;
    transition: all .4s linear;
	font-weight: bold;
	color: var(--main-color);
	z-index: 10;
}
.testimonilas-text:after {
    content: "\f10e";
    bottom: 30px;
    right: 35px;
}
.testimonilas-text:before {
    content: "\f10e";
    top: 30px;
    left: 35px;
}
.testimonilas-text  h3 {
	font-weight: 600;
	font-size:1.8em;
	padding-bottom:20px;  
}
.testimonilas-carousel .swiper-slide{
	padding:30px 0;
}
.testi-avatar {
	position:absolute;
	left:50%;
	top:-30px;
	width:90px;
	height:90px;
	margin-left:-45px;
	z-index:20;
}
.testi-avatar:before {
    content: '';
    position: absolute;
    border-radius: 100%;
    left: -8px;
    bottom: -8px;
    right: -8px;
    top: -8px;
    border: 1px solid #eee;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 10px 24px 0px rgba(0,0,0,.09);
} 
.testi-avatar img {
	width:90px;
	height:90px;
	float:left;
	border-radius:100%;
	position:relative;
	z-index:2;
}
.testimonilas-text p{
    color: #878C9F;
 	font-size: 1.3em;
 	font-family: var(--main-font);
    font-style: italic;
 	text-align: center;
    padding-bottom: 0;
    font-weight: 500;
}
.swiper-slide-active .testimonilas-text   {
    background: #f9f9f9;
}
.swiper-slide-active .testimonilas-text .testi-item-dec:before {
	background: #fff
}
.swiper-slide-active .testi-item {
	opacity:1;
    transform :scale(1.0);
	background:#fff;
    box-shadow: 0px 10px 24px 0px rgba(0,0,0,.05);
	transition-delay: .7s;
}
.testi-link {
	position: relative;
	display: inline-block;
 	color:var(--main-color);
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 1.3em;
	font-weight: 600;
}
.testi-link:hover {
	color:#666;
}
.testi-number {
	position:absolute;
	bottom:35px;
	left:35px;
	font-size:1.8em;
	color:#999;
	z-index: 10;
}
.tc-button   {
	position:absolute;
	top:50%;
	width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border-radius: 50%;
	background: #32303F;
 	color:var(--main-color);
	z-index:50;
	cursor:pointer;
}
.tc-button:before , .tcc-button:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	bottom: -5px;
	right: -5px;
	border: 1px dashed #ccc;
	border-radius: 50%;
}
.tc-button-next {
	right:15px;
}
.tc-button-prev   {
	left:15px;
}
.tcs-pagination_init {
	margin-top:10px;
 	overflow: hidden;
} 
.tcs-pagination_init {
	position:absolute;
	bottom:-20px;
	left:0;
	width:100%;
}
.tcs-pagination   .swiper-pagination-bullet   {
	opacity:1;
	background:#ccc;
	margin:0 10px;
	display:inline-block;
	width:6px;
	height:6px;
	position:relative;
	border-radius:100%;
    transition: all 300ms ease-out;
}
.tcs-pagination   .swiper-pagination-bullet:before  {
	content:'';
	position:absolute;
	left:-5px;
	top:-5px;
	right:-5px;
	bottom:-5px;
	border-radius:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
    transition: all 300ms ease-out;
	transform:scale(0);
}
.tcs-pagination   .swiper-pagination-bullet.swiper-pagination-bullet-active:before  {
	transform:scale(1.0);
}
.tcs-pagination   .swiper-pagination-bullet.swiper-pagination-bullet-active , .section-dec:before, .section-dec:after  {
	background:  var(--main-color);
}
.section-dec {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	border-top: 1px dashed #ddd;
	z-index: 1;
}
.section-dec:before, .section-dec:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 20px;
	height: 6px;
	border-radius: 4px;
	margin-top: -4px;
}
.section-dec:before {
	left: 20px;
}
.section-dec:after {
	right: 20px;
}
/*------gallery--------------------------*/
.grid-item-holder {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.menu-grid-container {
	margin-bottom: 0!important
}
.menu-grid-container .grid-item-holder {
	border-radius: 6px 6px 0 0;
}
.gallery-items {
	position: relative;
	width: 100%;
}
.spad .gallery-item {
	padding: 6px;
}
.min-pad .gallery-item {
	padding: 4px;
}
.hid-port-info .grid-item-holder {
	overflow: hidden;
}
.grid-big-pad .gallery-item {
	padding: 12px;
}
.gallery-item,
.grid-sizer {
	width: 33.3%;
	position: relative;
	float: left;
	overflow: hidden;
}
.grid-item-holder:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.3);
	z-index:2;
	opacity:0;
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.grid-item-holder .box-media-zoom {
	right:50%;
	top:50%;
	margin:-20px -20px 0 0;
}
.grid-item-holder:hover:before {
	opacity:1;
}
.gallery-item-second,
.grid-sizer-second {
	width: 66.6%;
}
.four-column .gallery-item {
	width: 25%;
}
.four-column .gallery-item.gallery-item-second   , .two-column .gallery-item{
	width: 50%;
}
.gallery-item img,
.grid-sizer img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	background: #272535;
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.gallery-item:hover img {
	transform: scale(1.15);
}
.gallery-filters {
    border: 1px dashed #ddd;
    display: block;
	margin-bottom:40px;
	padding:23px 30px;
	background:#f5f5f5;
 	border-radius: 6px;
    position: relative;
	overflow: hidden;
}
.gallery-filters.gth {
	background: #fff;
	margin-bottom:10px;
}
.gallery-filters a {
    display: inline-block;
    margin: 0 20px;
 	text-transform: uppercase;
    font-size: 1.1em;
    position: relative;
    font-weight: 600;
}
.gallery-filters a span {
    color:#666;
	padding-right: 10px
}
.gallery-filters a:before {
    font-family: "Font Awesome 6 Pro";
	content: "\f0d8";
    position: absolute;
	color: var(--main-color);
    top: 37px;
    right: 50%;
    font-size: 15px;
    opacity: 0;
    font-weight: 800;
}
.gallery-filters a.gallery-filter-active , .gallery-filters a:hover {
	color: var(--main-color);
}
.gallery-filters a.gallery-filter-active:before {
	opacity:1;
}
.parallax-element {
	position: absolute;
	z-index: 1;
	opacity: .3;
    transition: all .3s ease-out;
	width: 100px;
}
/*------Menu-------------*/
.tab-content   {
    display: none;
}
.tab{
    position: relative;
}
.first-tab {
	display: block;
}
.hero-menu_header {
	position: relative;
	display: inline-table;
}
.hero-menu-det {
	margin-top: 40px;
	padding-top: 20px;
 	border-top: 1px solid #ddd;	
}
.hero-menu_header li {
	text-align: left;
	display: inline-block;
	margin: 0 20px;
	font-size: 1.4em;
	position: relative;
	padding: 0 0 25px;
}
.hero-menu_header li:after {
	content: '';
	position: absolute;
	top: 11px;
	right: -24px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--main-color);
} 
.hero-menu_header li:last-child:after {
	display: none
} 
.hero-menu_header li:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0d8";
    position: absolute;
    bottom: -6px;
    font-size: 15px;
    right: 50%;
 	opacity: 0;
    font-weight: 800;
} 
.hero-menu_header li a {
	color:#222;
    transition: all .3s ease-in-out;
} 
.hero-menu_header li.current a , .hero-menu_header li.current:before , .hero-menu_header li  a:hover , .hero-menu_title h4 , .signature_title_item h6 {
	color: var(--main-color);
}
.hero-menu_header li.current:before {
	opacity: 1
}
.hero-menu-wrap {
    position: relative;
    overflow: hidden;
    border: 1px dashed #ddd;
    border-radius: 6px;
 	padding: 30px;
	background: #fff;
}
.hero-menu-wrap .add_cart , .grid-item-details .add_cart {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: .9em;
    font-weight: 700;
    background: #32303F;
    color: var(--main-color);
    padding: 8px 12px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    border: 1px solid #ddd;
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, .1);
    border-radius: 4px;
}
.hero-menu-wrap:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    border-left: 1px dashed #ddd;
    top: 0;
    bottom: 0;
    z-index: 20;
}
.hero-menu-item {
	position: relative;
	border-bottom: 1px dashed #ddd;
	z-index: 10; 
	opacity:0;
	left: -30px;
 	width: 50%;
	float: left;
	background: #f9f9f9;
 	overflow: hidden;
}
.add_cart:hover , .hero-menu-item:hover {
	background: #fff;
}
.hero-menu-item:hover .add_cart {
	opacity: 1;
	visibility: visible;
}
.hero-menu-wrap .hero-menu-item:nth-child(even) {
    padding: 30px 0 30px 150px;
}
.hero-menu-wrap .hero-menu-item:nth-child(odd) {
    padding: 30px 20px 30px 150px;
} 
.hero-menu-wrap .hero-menu-item:nth-child(2),  .hero-menu-wrap .hero-menu-item:first-child {
 	border-top: 1px dashed #ddd;
}
.hero-menu-wrap .hero-menu-item:nth-child(even) {
	border-right: 1px dashed #ddd;
}
.hero-menu-wrap .hero-menu-item:nth-child(odd) {
	border-left: 1px dashed #ddd;
}
 .hero-menu-item.uvis-hmi , .hero-menu-wrap.vis_men-item  .hero-menu-item {
	opacity: 1;
	left: 0;	
}
.uvis-hmi {
	transition-delay: .2s;
	transition: all .2s ease-in-out;
}
.hero-menu-item-img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 40px;
    top: 50%; 
	margin-top: -40px;
}
.hero-menu-item-img:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	border: 1px dashed #ccc;
	background: #fff;
	z-index: 1;
}
.hero-menu-item-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, .2);
	position: relative;
	z-index: 2;
}
.hero-menu-item-img:after  {
	font-family:"Font Awesome 6 Pro";
	content: "\f002";
	position: absolute;
	left:0;
 	top: 0;
	background:rgba(0,0,0,0.6);
	border-radius: 50%;
    width: 80px;
    height: 80px;
	line-height: 80px;
	z-index:3;
	opacity:0;
	font-size:15px;
	transition: all .2s ease-in-out;
	color: var(--main-color);
}
 .hero-menu-item-img:hover:after{
	opacity:1;
}
.hero-menu-item-title h6 {
	text-align: left;
	padding-bottom: 4px;
  	color:#444;
    font-size:1.7em;
    font-weight: 500;
    position: relative;
}
.hot-desc {
	color: var(--main-color);
	margin-left: 10px;
}
.hero-menu-item-price {
    font-weight: 500;
    font-size:1.7em;
    position: absolute;
	right: 30px;
    top: 30px;
	color: var(--main-color);
}
.hero-menu-item-details {
	padding-right: 50px;
}
.menu-section {
	position: relative;
}
.menu-wrapper-title {
	margin-bottom: 30px;
	border-radius: 10px;
}
.menu-wrapper-title .dec-corner {
    width: 50px;
    height: 50px;
}
.dc_lb , .dc_rb{
	bottom:30px;
}
.hero-wrap .dc_lb , .hero-wrap .dc_rb {
	bottom:50px;	
}
.menu-wrapper-title-item {
	position:relative;
	z-index:4;
}
.menu-wrapper-title-item h4 {
	color:#fff;
	font-weight:600;
 	position: relative;
	font-size:2.3em;
	text-transform: uppercase;
	padding-bottom:10px;
}
.menu-wrapper-title-item h4:before {
content: '';
    position: absolute;
    left: 50%;
    top: -90px;
    height: 60px;
    width: 1px;
    border-left: 1px dashed rgba(255, 255, 255, .4);	
}
.menu-wrapper-title-item h5 {
	font-weight:600;
  	font-style: italic;
	font-size:1.2em;
	color: var(--main-color);
}
.menu-wrapper-title_number {
	position:absolute;
	left:50%;
	bottom:30px;
	transform: translateX(-50%);
	font-size:1.6em;
	z-index:5;
	color:#fff;
}
.menu-wrapper-title-item .section-separator:before , .menu-wrapper-title-item .section-separator:after {
	background: rgba(255,255,255,.5);	
}
.small-menu-wrap {
	position: relative;
	padding:10px 0 0 50px;
	border-left: 1px dashed rgba(255,255,255,.3);
}
.small-menu-item {
	padding-left: 50px;
	position: relative;
	margin-bottom: 30px;
}
.small-menu-item h6 {
    color: #fff;
	text-align: left;
  	display: table;
    font-size: 1.7em;
    font-weight: 600;
    position: relative;
}
.small-menu-item h6 a {
	color:#fff;
}
.small-menu-item-details p {
	color: rgba(255,255,255,.8)
}
.small-menu-item  h6 span {
    position: absolute;
    left: -60px;
    top: 10px;
	font-size: 18px;
}
.small-menu-item h6 a:hover , .small-menu-item  h6 span , .small-menu-item-price {
	 	color: var(--main-color);
}
.section-title.sst_top {
	margin-top: 70px;
}
.small-menu-item-price {
    position: absolute;
	top: 0;
	right: 0;
    font-size: 1.8em;
}
.small-menu-item_img {
    position: absolute;
    bottom: 0;
    width: 120px;
    right: 90px;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
}
.small-menu-item:hover .small-menu-item_img {
	opacity: 1;
	visibility: visible;
    transform: translateX(0px);
}
.small-menu-item_img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    border-radius: 6px;
}
.small-menu-item_img:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px dashed rgba(255, 255, 255, .2);
    z-index: -2;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, .09);
    background: #272535;
    border-radius: 6px;
}
.hmi-dec {
    position: absolute;
    border-bottom: 1px dotted rgba(204, 204, 204,  .4);
    top: 20px;
    right: 80px;
}
.smi_link {
	float:right;
    color: #fff;
    padding : 10px 0;
 	border-bottom: 1px dotted  var(--main-color);	
    font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 600;
    margin: 0 0 0 0;
    transition: all .2s ease-in-out;
}
.dishes-nav-container {
	position: relative;
	z-index: 100;
	padding : 10px 0;
}
.dishes-nav-content{
    position: relative;
	height: 80px;
    background: #272535;
	border-radius: 6px;
 	box-shadow: 0px  10px 64px 0px rgba(0,0,0,.4);
	overflow: hidden;
}
.dishes-nav , .dishes-nav li  {
	float: left;
	position: relative;
}
.dishes-nav {
	margin-left: 10px;
	z-index: 9;
    background: #272535;
	padding-right: 10px;
}
.dishes-nav ul {
	position: relative;
 	top: 10px;
	overflow: hidden;
	border-radius: 6px;
	height: 60px;
	border: 1px dashed rgba(255,255,255,.2);
}
.dishes-nav a {
	float: left;
    background: #32303F;
	color:#fff;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 40px;
	position: relative;
	border-right: 1px dashed rgba(255,255,255,.2);
}
.dishes-nav a span {
	margin-right: 5px;
}
.dishes-nav ul li:last-child a {
	border:none;
} 
.dishes-nav a.act-dish , .dishes-nav a:hover {
	color:var(--main-color);
}
.dishes-nav_dwonload_btn {
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 0 50px;
	line-height: 50px;
	background: var(--main-color);
	border-radius: 6px;
	height: 50px;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 10;
}
.dishes-nav_dwonload_btn:before {
	content: '';
	position: absolute;
	left: -5px;
	top: -5px;
	bottom: -5px;
	right: -5px;
	border-radius: 6px;
	border: 1px  dashed rgba(255,255,255,.4);
}
.grid-item-details {
	float:left;
	width:100%;
	padding:20px;
	border:1px dashed #ddd;
	background:#fff;
	box-sizing:border-box;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}
.grid-item-details h3{
	display:block;
	text-align:left;
	padding-bottom:12px;
	color: var(--main-color);
    font-size: 1.6em;
    font-weight: 600;
    position: relative;
}
.grid-item-details h3 a{
	color: var(--main-color);
}
.grid-item-details h3 a:hover {
	color:#222;
}
.grid-item-details h3 span {
	position:absolute;
	right:0;
	top:6px;
    font-weight: 600;	
	font-size:14px;
	font-style:italic;
}
.grid-item-details p {
	text-align:left;
}
.grid-item_price span{
	font-size: 1.7em;
    position: relative;
}
.grid-item_price strong {
	padding-right: 10px;
	font-size: 1.2em;
	color:#666;
}
.grid-item_price {
	float:left;
	width:100%;
	position:relative;
	margin-top:5px;
	padding-top: 15px;
	border-top: 1px dashed #ddd;
	text-align: left;
}
.grid-item-details .add_cart {
	opacity:1;
	visibility:visible;
	background:#fff;
	right: 30px;
	bottom: 30px;
}
.grid-item-details .add_cart:hover {
	background: #32303F;
    color: var(--main-color);	
}
.product-title {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.product-title h4 {
	position: relative;
}
.product-title h4:before {
	content: '';
	position: absolute;
	left: 0;
	top: -20px;
	height: 1px;
	width: 30px;
	background: #ccc;
}
.product-title .section-title {
    margin-bottom: 15px;
} 
.product-title .section-title:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
	border-radius: 0 10px 0 0;
    border-right: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
}
.shop-header-title_opt {
	overflow: hidden;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.shop-header-title_opt li {
 	float: left;
	margin-right:20px;
	padding-right: 20px;
	position: relative;
}
.menu-single-preice {
    font-size: 1.5em;
    font-weight: 600;
    position: relative;
    top: -4px;
	color:#666;
    vertical-align: text-top;
}
.menu-single-preice strong {
	color: var(--main-color);
	padding-left: 10px;
}
.shop-tabs-menu {
	position: relative;
	overflow: hidden;
 	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.shop-tabs-menu a {
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	margin-right: 10px;
 	text-transform: uppercase;
	font-weight: 600;
	background: #fff;
	border-radius: 4px;
  	border: 1px dashed #ddd;
}
.shop-tabs-menu li.current a{
	background: #f9f9f9;
}
.page-counter {
	padding: 8px 15px;
	background: #32303F;
	border-radius: 4px;
	color:#fff;
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, .2);
}
.page-counter i {
	color: var(--main-color);
	margin-right: 10px;
}
.shop-tabs-menu .page-counter {
	position: absolute;
	top: 10px;
	right: 20px;
}
.shop-tabs-menu .page-counter:before {
	content: '';
	position: absolute;
	width: 100px;
	right: 100%;
	margin-right: 30px;
	background: #ddd;
	height: 1px;
	top: 50%;
}
.product-header_form {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 10;
}
.product-header_form button {
	float: left;
	border:none;
    background: #32303F;
	padding: 0 35px 0 85px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	color: var(--main-color);
	cursor: pointer;
	font-family: var(--main-font);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	position: relative;
 	transition: all .3s ease-in-out;
	margin-left: 10px;
	overflow: hidden;
}
.product-header_form button  i {
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color:#fff;
	border-right: 1px solid rgba(255,255,255,.2);
    background: #32303F;
}
.product-header_form button:hover {
	background: var(--main-color);
	color:#000;
}
.quantity , .quantity_title {
	float: left;
	position: relative
}
.quantity_title {
	font-size: 1.1em;
	top: 16px;
}
.quantity span {
	float:left;
	position:relative;
	top:16px;
	padding-left:14px;
    color: #7d93b2;
}
.quantity span i {
	padding-right:10px;
	font-size:14px;
}
.quantity input.minus , .quantity input.plus ,.quantity input.qty {
	width:40px;
	height:40px;
	border-radius:0;
	text-align:center;
	border: none;
	padding:0;
	cursor:pointer;
	-webkit-appearance: none;
	background: none;
}
.quantity-item{
	float:right;
 	position: relative;
}
.quantity input.qty {
	width:50px;
	height:50px;
 	background: #f9f9f9;
	border-right:none;
	border-left:none;
	cursor:default;
	-webkit-appearance: none;
 	border: 1px dashed #ddd;
}
.blog-text-container  {
	margin-top: 30px;
	position: relative;
}
.product-details-container , .shop-tabs {
	position: relative;
}
.shop-tabs .tabs-content {
	display: none;	
}
.shop-tabs .tabs-content.first-tab {
	display: block
} 
.item-related-content {
	position: relative;
	padding: 15px 20px;
	overflow: hidden;
}
.post-related h6 {
	margin-bottom:20px;
}
.item-related img {
	width:100%;
	height:auto;
	border-radius:6px ;
	box-shadow: 0px 10px 34px 0px rgba(0,0,0,.4);
	transition: all .3s ease-in-out;
}
.item-related:hover img {
	box-shadow: 0px 10px 64px 0px rgba(0,0,0, 0);	
}
.post-related .section-title h2 {
	font-size: 2.2em
}
.item-related h3 {
	font-weight:700;
	font-size:1.7em;
}
.item-related h3 a {
	color:#444;
}
.item-related .post-date {
	float:left;
	font-style:italic;
	color:#666;
	width:100%;
	font-weight:500;
	margin-top:4px;
}
.item-related .post-date.post-price {
	font-size:1.5em;
 	color: var(--main-color);
}
.item-related {
	padding-top:15px;
	padding-bottom:15px;
}
/*------contacts -------------*/
.contacts-card-item {
	position: relative;
	padding: 20px 30px 20px 90px;
	overflow: hidden;
	border: 1px dashed #ddd;
	border-radius: 4px;
    background: #f9f9f9	;
 	transition: all .3s ease-in-out;
}
.contacts-card-item:hover {
	background: #fff;
	box-shadow: 0px 10px 14px 0px rgba(0,0,0,.05);
}  
.contacts-card-item i {
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 1.3em;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border: 1px dashed #ddd;
	border-radius: 6px;
	color:var(--main-color);
	transform: translateY(-50%);
	box-shadow: 0px 10px 14px 0px rgba(0,0,0,.05);
}
.contacts-card-item span  {
	display: block;
	text-align: left;
	font-size: 1.7em;
	margin-bottom: 15px;
	font-weight: 600;
	position: relative;
	color:var(--main-color);
}
.contacts-card-item a {
	float: left;
    text-transform: uppercase;
    font-family: var(--secondary-font);
	margin: 10px 15px 0 0;
	font-weight: 500;
	color:#666;
	transition: all .2s ease-in-out;
}
.contacts-card-item a:hover {
	color:var(--main-color);
}
.contacts-text-block {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.map-wrapper {
	background: #272535;
    border-radius: 10px;
    position: relative;
	margin: 20px 0;
	padding: 20px 20px 20px 370px;
}
.location-container {
	position: absolute;
	left: 20px;
	top: 20px;
	bottom: 20px;
	background: #32303F;
	width: 330px;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px;
}
.location-container:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
	background: #32303F;
    border-radius: 10px;
    z-index: 1;
    border: 1px dashed rgba(255,255,255,.2);
}
.location-content {
	position: relative;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
}
.location-content-title {
	font-size: 1.9em;
 	position: relative;
	padding-bottom: 20px;
}
.location-content-title:before {
	content: '';
	position: absolute;
	top: -26px;
	width: 30px;
	height: 1px;
	left: 50%;
	margin-left: -15px;
	background: rgba(255,255,255,.2);
}
.location-container_dec {
    position: absolute;
 	left: 50%;
	bottom: 40px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 0 0 -3px;
	background: var(--main-color);
	z-index: 10;
}
.location-container_dec:before, .location-container_dec:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
	top: 50%;
	border-top: 1px dotted rgba(255,255,255,.2);
}
.location-container_dec:after {
    left: -54px;	
}
.location-container_dec:before {
    right: -54px;
}
.location-content a {
	display: block;
	color:#fff;
	padding: 10px 0;
	font-size: 1.2em;
	font-family: var(--secondary-font);
}
.location-content a:hover , .location-content-title {
	color:var(--main-color);	
}
.map-container{
	height:420px;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}
#singleMap {
	height:100%;
}
.leaflet-left  {
	right:20px;
	top:50%;
	margin-top:-20px;
}
.leaflet-touch .leaflet-bar a {
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:4px;
	border:none;
    background: #32303F;
    box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.3);
	margin-bottom:15px;
	color:var(--main-color);
}
.leaflet-container a.leaflet-popup-close-button {
	top:10px;
	right:10px;
}
.map-links_tabs-container {
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 1000;
	width: 240px;
}
.map-links_tabs {
	position: absolute;
	top: 70px;
	left:0;
	right: 0;
	padding: 20px 30px ;
	overflow: hidden;
	border-radius: 6px;
	background: #32303F;
	text-align: left;
	display: none;
}
.map-links_tabs a {
	display: block;
	color:#fff;
	padding: 10px 0;
	font-size: 1.1em;
}
.map-links_tabs a.ml_act , .map-links_tabs a:hover {
	color:var(--main-color);	
}
.map-links_tabs-title {
	height: 60px;
	line-height: 60px;
	background: #32303F;
	border-radius: 6px;
	color:var(--main-color);
	cursor: pointer;
 	font-size: 1.1em;
	box-shadow: 0px 0px 0px  5px rgba(255,255,255,.09);
	padding-left: 30px;
	text-align: left;
}
.map-links_tabs-title i {
	color:#fff;
	position: absolute;
	right: 30px;
	top: 50%;
	height: 8px;
	line-height: 8px;
	margin-top: -4px;
}
.ml_act_title i {
	transform: rotateX(180deg);
}
.single-open-hours {
	overflow: hidden;
	padding: 90px 30px;
	border-radius: 10px;
	margin-top: 35px;
	background: #333;
	position: relative;
}
.single-open-hours:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background:rgba(39, 37, 53, .8);
    border-radius: 10px;
    z-index: 1;
    border: 1px dashed rgba(255,255,255,.2);
}
.single-open-hours_container {
	position: relative;
	z-index: 3;
}
.single-open-hours_container .big-number {
	margin-top: 30px;
} 
.single-open-hours-title {
	margin-bottom: 10px
}
.single-open-hours-title h4 {
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 600;
	padding-bottom: 10px;
}
.single-open-hours-title h2 {
    color: #fff;
    font-size: 2.2em;
} 
.work-time {
	margin-top: 30px;
	position: relative;
}
.work-time:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	top: 0;
	bottom: 0;
	border-left: 1px dashed rgba(255,255,255,.4);
}
.work-time h6 {
	color:var(--main-color);
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 1.1em;
}
.big-number {
	margin-top: 20px;
}
.big-number a {
    font-size: 3.0em;
	color:var(--main-color);
    transition: all .1s linear;
}
.big-number a:hover {
	color:#fff;
}

.hours {
    text-transform: uppercase;
    font-weight: 500;
    font-size:2.1em;
	line-height: 40px;
    color: #fff;
}
/*------ blog -------------*/
.post-item {
	width: 50%;
	position: relative;
	padding: 0 20px 20px 0;
}
.post-items {
	z-index: 1
}
.post-item_media  {
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 0 ;
}
.post-item_media img {
	width: 100%;
	height: auto;
    transition: all .2s ease-in-out;
}
.post-item_media a:hover img {
	opacity: .7
}
.post_header_cat {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10;
}
.post_header_cat a {
    float: left;
    margin-bottom: 10px;
    padding: 7px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8em;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .2);
	background: #32303F;
}
.post-item_content {
	padding: 30px  30px 20px;
	border-radius: 0 0 6px 6px;
	border: 1px dashed #ddd;
	border-top: none;
	background: #fff;
}
.post-item_content h3 {
    font-size: 1.6em;
    margin-bottom: 15px;
	text-align: left;
	position: relative;
	font-weight: 600;
}
.post-item_content h3 a {
	display: block;
	color: var(--main-color);
    transition: all .2s ease-in-out;
}
.post-item_content h3:hover a , .post_header_cat a:hover  {
	color: var(--main-color);
}
.post-card_link {
	display: table;
    border: 1px solid #eee;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 4px;
	background: #32303F;
	color:#fff;
    font-weight: 600;
    font-size: .9em;
    transition: all .2s ease-in-out;
	margin-top: 20px;
}
.post-card_link i {
    margin: 0 0 0 10px;
	color: var(--main-color);
}
.post-card_link:hover {
	background: #f9f9f9;
	color:#000;
}
.post-card-details {
	overflow: hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 14px 0;
	position: relative;
}
.post-card-details li {
	float: left;
	margin-right: 20px;
	font-size: 1.2em;
	color:#666;
}
.post-card-details li i {
	margin-right: 10px;
	color:var(--main-color);
}
.pv-item_wrap {
	position: absolute;
	bottom: 54px;
	right: 54px;
    font-weight: 600;
}
.pv-item_wrap_single {
	bottom: 50%;
	margin-bottom: -18px;
	right: 0;
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 4px;
}
.pv-item_wrap i , .tc_single_title i {
	margin-right: 10px;
	color: var(--main-color);
}
.tagcloud_single {
	padding: 15px 0 10px 20px;
	margin-top: 20px;
	overflow: hidden;
 	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 10px;
}
.tc_single_title {
 	text-transform: uppercase;
	margin-right: 20px;
	font-weight: 600;
	margin-top: 10px;
}
.tc_single_title i {
	font-size: 1.2em
}
.tc_single_title .tags-widget , .tc_single_title {
	float: left
}
.search-widget {
	padding: 5px ;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}
.search-widget input.search-inpt-item{
	background: #f9f9f9;
    height: 60px;
    padding: 0 20px;
    width: 100%;
 	float:left;
    border: 1px dashed #ddd;
	border-radius:  4px;
	font-family: var(--main-font);
}
.search-submit {
	border:none;
	position: absolute;
	top: 10px;
	right: 10px;
    height: 50px;
	line-height:50px;
	width:100px;
	border-radius: 6px;
	background: #32303F;
	cursor: pointer;
	transition: all .3s linear;
	color:  var(--main-color);
}
.search-submit:hover {
	background: #000;
	color: var(--main-color);
}
.recent-post-widget {
	overflow: hidden;
	position:relative;
}
.recent-post-widget ul {
	list-style:none;
}
.recent-post-widget ul li {
	float:left;
	width:100%;
	margin-bottom:15px;
	position:relative;
	border: 1px solid #eee;
	background: #f9f9f9;
	overflow: hidden;
	border-radius: 10px;
}
.recent-post-img {
	float:left;
	width:140px;
	padding: 14px;
	border-right: 1px solid #eee;
	background: #fff;
}
.recent-post-widget ul li:hover {
	background: #f9f9f9;
}
.recent-post-img img {
	width:100%;
	height:auto;
	border-radius: 4px;
	box-shadow: 0 10px 24px 0px rgba(0,0,0, .2);
}
.recent-post-content {
 	float: left;
	padding: 20px 0 0 20px;
}
.recent-post-content h4 {
	padding-bottom:2px;
	text-align:left;
	font-size: 1.2em;
	font-weight: 600;
}
.recent-post-content h4 a:hover , .category-widget .cat-item li a:hover , .rpc_link  {
	color: var(--main-color);
}
.rpc_link {
	display: block;
	text-align: left;
	margin-top: 16px;
}
.recent-post-opt   span.post-date {
 	text-align: left;
	padding-right:10px;
	position: relative;
	display: block;
 	font-weight: 500;
}
.recent-post-opt   span.post-date:before {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 20px;
	height: 1px;
	left: 0;
	background: var(--main-color);
} 
.category-widget .cat-item li {
	text-align:left;
	width:100%;
	margin-bottom:20px;
	font-weight:500;
	position:relative;
	overflow: hidden;
}
.category-widget .cat-item li a {
	float:left;
	position:relative;
 	font-weight: 600;
	z-index:2;
	padding:0 40px 0 0;
	top:4px;
	font-size: 1.1em;
}
.category-widget .cat-item li:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:50px;
	border-top:1px solid #eee;
	z-index:2;
}
.category-widget .cat-item li span {
	float:right;
	width:30px;
	height:30px;
	line-height:30px;
	color:var(--main-color);
	text-align:center;
	font-size:.9em;
	border-radius:4px;
	background: #f9f9f9;
	border: 1px solid #eee;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
}  
.social-widget  {
 	overflow: hidden;
	padding-bottom: 10px;
}
.social-widget   a   {
	float: left;
	width:40px;
	height:40px;
	line-height:40px;
	background: #32303F;
 	border-radius: 4px;
    color: var(--main-color);
	margin: 0 4px 4px 0;
	font-size: 1.1em;
	transition: all .3s linear;
}
.social-widget   a:hover  , .contact-social-container a:hover {
	color:#fff;
	background: var(--main-color); 
} 
.post-banner-widget {
	padding: 180px 30px 20px;
    overflow: hidden;
    border-radius: 4px;
	position: relative;
}
.post-banner-widget_content {
    z-index:14;
    position: relative;
}
.post-banner-widget_content h5 {
    text-align: left;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    position: relative;
}
.post-banner-widget_single .post-banner-widget_content h5 {
	font-size: 1.8em;
	margin-bottom: 10px;
}
.post-banner-widget_single .post-banner-widget_content p {
	color:#fff;
	max-width: 650px;
	padding-bottom: 0;
}
.post-banner-widget_single {
	margin-top: 50px;
	border-radius: 20px;
	padding-bottom: 50px;
}
.post-banner-widget_content a {
	padding: 13px 20px;
    background: var(--main-color);
	display: table;
	color:#fff;
	margin-top: 20px;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, .2);
	transition: all .3s linear;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9em;
}
.post-banner-widget_content a:hover {
	background: #000;
	color: var(--main-color);
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .2);
}
.blog-media {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}
.blog-media img {
	width: 100%;
	height: auto;
}
.post-img-row {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 20px 0 30px;
    grid-gap: 10px;
}
.post-img-row img {
	border-radius: 10px;
}
.content-nav-fixed {
	position:relative;
	padding:0 30px;
	height: 90px;
    background: #32303F;
	margin : 30px 0;
	border-radius: 4px;
}
.content-nav-fixed:after {
	content:'';
	position:absolute;
	left:50%;
	width:1px;
	height:20px;
	top:50%;
	margin-top:-10px;
	background:var(--main-color);
	z-index:100;
}
.content-nav-fixed ul {
	display: grid;
	grid-template-columns: 50% 50%;
	position: relative;
	z-index: 10;
}
.content-nav-fixed li {
	width:100%;
	display:block;
	position:relative;
}
.content-nav-fixed li:first-child {
	border:none;
}
.content-nav-fixed li a.ln , .content-nav-fixed li a.rn {
 	color:#fff;
	position:relative;
	width:100%;
	height: 90px;
	line-height: 90px;
}
.content-nav-fixed li a.ln  {
	text-align:left;
	float:left;
	padding-left: 120px;
}
.content-nav-fixed li a.rn  {
	text-align:right;
	float:right;
	padding-right: 120px;
}
.content-nav-fixed li a:hover:before {
	top:0;
}
.content-nav-fixed li a.ln i , .content-nav-fixed li a.rn i  {
	position:relative;
	z-index:50;
    transform: translateX(0);
	transition: all .3s linear;
	color:var(--main-color);
}
.content-nav-fixed li a.ln:hover i   {
    transform: translateX(-105px);
	transition-delay: .35s;
}
 .content-nav-fixed li a.rn:hover i  {
    transform: translateX(105px);
	transition-delay: .35s;
}
.content-nav-fixed li a span {
	font-size:.9em;
	text-transform:uppercase;
	font-weight:600;
	position:relative;
	z-index:10;
}
.content-nav-fixed li a.ln span {
	padding-left:15px;
}
.content-nav-fixed li a.rn span  {
	padding-right:15px;
}
.content-nav_mediatooltip {
	position:absolute;
	bottom:50%;
	margin-bottom:-30px;
	overflow:hidden;
	width:60px;
	height:60px;
	border-radius:4px;
}
.content-nav-fixed li .overlay {
	opacity: 0;
	transition: all .3s linear;
}
.content-nav-fixed li:hover    .overlay {
	opacity: .7;
	transition-delay: .3s
}
.content-nav_mediatooltip.cnmd_leftside {
	left:-10px;
}
.content-nav_mediatooltip.cnmd_rightside {
	right:-10px;
}
.comments-item {
	position: relative;
	padding-left: 100px;
}
.comments-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border-radius: 4px;
    box-shadow: 0 10px 24px 0px rgba(0,0,0, .2);
}
.comments-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.comments-avatar:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	right: -4px;
	bottom: -50px;
	border-radius: 0 0 0 10px;
}
.comments-item-text {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 4px;
}
.comments-wrap  {
	margin-top: 30px;
}
.comments-item {
	margin-bottom: 30px;
}
.comments-wrap .comments-item:last-child {
	margin-bottom: 0;
}
.comments-header {
	padding: 20px 30px;
	text-align: left;
	border-bottom: 1px solid #eee;
	font-size: 1.2em;
	background: #fff;
	font-weight: 600;
	position: relative;
}
.review-header .listing-rating-count-wrap{
	left: auto;
	right: 20px;
	width: 130px;
	text-align: center;
	font-size: .9em;
}
.r_st_rei {
	margin-left: 10px;
}
.r_st_rei:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f005 \f005 \f005 \f005 \f005";
	position: absolute;
	left: -1px;
	top: 5px;
	color:#eee;
	z-index: -1;
	text-indent: 1px;
}
.comments-header:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 30px;
	height: 1px;
	background: var(--main-color);
}
.review-header:before {
	display: none;
}
.comments-item-footer {
	position: relative;
	overflow: hidden;
	padding: 15px 30px;	
	border-top: 1px solid #eee;
}
.comments-item-text-wrap {
	padding: 20px 30px ;
}
.comments-item-text-wrap p {
 	text-align: left;
}
.comments-item-date {
	float: left;
	font-size: .9em;
	margin-top: 10px;
	font-weight: 600;
}
.comments-item-date i {
	margin-right: 10px;
	color:var(--main-color);
}
.reply-item {
	float: right;
	background: #fff;
	padding: 8px 20px;
	border: 1px solid #eee;
	font-size: .9em;
	border-radius: 4px;
	font-weight: 600;
}
.reply-item i {
	margin-right: 10px;
	color:var(--main-color);
}
.reply-item span {
	margin-left: 10px;
	color:var(--main-color);
}
#message {
	text-align:left;
	font-size: 1.1em;
}
#message div {
	padding : 15px 30px;
	background: #32303F;
	margin-bottom: 10px;
	border-radius:4px;
	font-weight: 500;
	color:#fff;
}
#message div p {
	margin-top: 5px;
	color:#fff;
	padding-bottom: 0;
}
#message div strong {
	color:var(--main-color);	
} 
.commentssubmit {
	float: left;
	height: 50px;
	line-height: 50px;
    cursor: pointer;
 	padding: 0 50px;
    border: none;
	margin-top: 20px;
    -webkit-appearance: none;
    border-radius: 4px;
    position: relative;
	color:  #fff;
    text-transform: uppercase;
	background: #32303F;
	font-weight: 600;
    font-size: 1.1em;
 	font-family: var(--main-font);
	transition: all .2s linear;
	overflow: hidden;
}
.commentssubmit:hover {
    background:var(--main-color); 
}
.comment-form_title {
	text-align: left;
    font-size: 1.3em;
    font-weight: 600;
	margin: 30px 0 ;
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.csb-no-align {
	float: none;
	margin-top: 30px;
	display: inline-block
}
.commentssubmit_fw {
	padding: 0;
}
.commentssubmit i {
	position: absolute;
	color:  var(--main-color);
	font-size: 1.3em;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-left: 1px solid rgba(255,255,255,.3);
	transition: all .2s linear;
}
.csb_color {
	background: var(--main-color);
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .2);
}
.csb_color i , .commentssubmit:hover i  {
	color:#fff;
}
.csb_color:hover {
	color:#000;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, .2);
}
.pagination-wrap {
 	margin-top: 30px;
	position: relative;
}
.load-more_btn   {
	position: absolute;
	top: 0;
	right: 0;
	height:54px;
	line-height:54px;
	padding: 0 50px;
	background: #32303F;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	font-size: 1.1em;
	border-radius: 6px;
}
.load-more_btn i {
	margin-left: 15px;
	color:  var(--main-color);
	font-size: 13px;
}
.pagination {
	text-align:center;
}
.pagination.float-pagination {
	display: table
}
.pagination  a {
	display:inline-block;
	width:54px;
	height:54px;
	line-height:54px;
	border-radius:4px;
 	border:1px solid #eee;
	box-sizing:border-box;
	position:relative;
	font-size:1.3em;
	background:#fff;
}
.geodir-category-listing , .pagination  a , .reset-btn  {
	transition: all .3s linear;
}
.pagination.float-pagination a{
	float: left;
	margin-right: 3px;
}
.pagination a.current-page, .pagination a:hover {
	background:var(--main-color);
	color:#fff;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
}
.pagination  a i {
	font-size:12px;
}
.tags-widget {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.tags-widget a {
    float: left;
    padding: 10px 15px;
    color: #fff;
	background: #32303F;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em;
    transition: all .3s ease-in-out;
}
.tags-widget a:hover {
    color: var(--main-color);	
}
.single-slider-wrap , .single-slider  {
	position: relative
}
.single-slider-wrap  {
	z-index: 4;
}
.fwc-controls_wrap {
	position: absolute;
	bottom: 30px;
	left: 20px;
	z-index: 10;
}
.ss-slider-pagination_wrap {
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 25px;
    z-index: 10;
    left: 40px;
}
.ss-slider-pagination{
	position:relative;
	float: left;
	bottom: 0;
}
.ss-slider-pagination .swiper-pagination-bullet , .hero-slider-pag  .swiper-pagination-bullet , .ssh_pagination .swiper-pagination-bullet {
 	background: #fff;
	margin:0 10px;
	padding:0;
	height:6px;
	border-radius:100%;
	opacity:1;
	width:6px;
	position:relative;
	top:-2px;
}
.ss-slider-pagination .swiper-pagination-bullet:after , .hero-slider-pag  .swiper-pagination-bullet:after , .ssh_pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 100%;
    transition: all  .3s ease;
    transform: scale(0.0);
}
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after , .hero-slider-pag  .swiper-pagination-bullet.swiper-pagination-bullet-active:after , .ssh_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after  {
    transform: scale(1.0);
}
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active , .hero-slider-pag  .swiper-pagination-bullet.swiper-pagination-bullet-active , .ssh_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active  {
	background: var(--main-color);
}
.box-media-zoom {
	position:absolute;
	width:46px;
	height:46px;
	line-height:46px;
    background: #32303F;
	border-radius:50%;
	top:20px;
	right:20px;
	font-size:1.1em;
	transform:scale(0);
	opacity:0;
	z-index:20;
    transition: all .3s ease-out;
	color:var(--main-color);
    box-shadow: 0px 0px 0px 8px rgba(255,255,255,.2);
}
.hov_zoom:hover .box-media-zoom {
	transform:scale(1.0);
	opacity:1;
}
.ss-slider-cont {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 20px;
    border-radius: 100%;
    background: #32303F;
    z-index: 50;
	font-size: 11px;
    cursor: pointer;
	color:var(--main-color);
    box-shadow: 0px 0px 0px 8px rgba(255,255,255,.2);
    transition: all .3s ease-out;
}
.ss-slider-cont-prev {
	right: 80px;
}
.ss-slider-cont-next {
	right: 20px;
}
.ss-slider-cont:hover , .box-media-zoom:hover {
	background: #fff
}
/* --------Checkout table------------------------------ */
.checkout-table {
 	overflow: hidden;
	border-radius: 6px;
    width: 100%;
	font-size:1.2em;
	box-sizing: border-box;
}
.checkout-table table {
	width: 100%;
	float: left;
	border: 1px solid #eee;
}
.checkout-table table > tbody > tr > td,
.checkout-table table > tbody > tr > th,
.checkout-table table > tfoot > tr > td,
.checkout-table table > tfoot > tr > th,
.checkout-table table > thead > tr > td,
.checkout-table table > thead > tr > th {
	border-top: 1px solid #eee;
	padding: 12px;
}
.checkout-table tr td:nth-child(odd),
.checkout-table tr th:nth-child(odd) {
	background:#f9f9f9;
}
.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
	max-width: 66px;
}
.pr-remove {
	vertical-align: middle !important;
	text-align: center;
}
.pr-remove i {
	color:  var(--main-color);	
}
.order-money {
	font-family: var(--main-font);
	font-size:18px;
}
.order-count {
	border:none;
	width:60px;
	height:50px;
	text-align:center;
	font-weight:bold;
	font-family: var(--main-font);
	font-size: 18px;
}
.product-name {
	font-weight:500;
}
.coupon-holder {
	float:left;
	width:100%;
	margin-top:30px;
	padding: 12px 12px 20px 12px;
}
.coupon-holder .col-md-12 {
	border-bottom:1px solid #eee;
}
.coupon-holder input{
	float:left;
	margin-bottom:20px;
	font-size: 14px;
	height:40px;
	position:relative;
	z-index:20;
	padding-left:8px;
	color:#000;
	border:1px solid #eee;
	background:#f9f9f9;
 	border-radius: 4px;
	font-family: var(--main-font);
}
.coupon-holder button {
	float:left;
	height:40px;
	border:none;
	color:#fff;
	cursor:pointer;
	padding:0 20px;
	background: #32303F;
	-webkit-appearance: none;
	transition: all .3s ease-in-out;
	font-family: var(--main-font);
	border-radius: 4px;
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, .15);
}
.coupon-holder button.btn-a{
	float:left;
	margin-left:20px;
}
.coupon-holder button.btn-uc {
	float:right;
}
.coupon-holder button:hover{
	background: var(--main-color);
	color:#222;
}
h4.cart-title {
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:20px;
	text-align:left
}
h4.cart-title span {
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
    top: -2px;
    padding: 4px 10px;
    background: #fff;
    margin-left: 10px;
    color: var(--main-color);
    font-family: var(--secondary-font);
    border: 1px solid #eee;
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, .07);
}
.cart-totals_btn {
	float:right;
	margin-top:50px;
	height:48px;
	line-height: 48px;
	border:none;
	color:#222;
	width:100%;
	background: var(--main-color);
	border-radius: 4px; 
	cursor:pointer;
	padding:0 20px;
	-webkit-appearance: none;
	position:relative;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 600;
	z-index:2; 
	transition: all 0.3s ease-in-out;
	font-family: var(--main-font);
 	
}
.cart-totals_btn:hover {
	background:#666;
}
.cart-totals:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px dashed rgba(255,255,255,0.2);
    z-index: 2;
    box-shadow: 0px 0px 0px 20px rgba(255,255,255,0.03);
	border-radius: 6px;
}
.cart-totals {
	padding:75px 60px 40px;
	position: relative;
	background: #32303F;
	overflow: hidden;
	border-radius: 6px;
    box-shadow: 0px 10px 24px 0px rgba(12, 0, 46, .25);
}
.cart-totals.soh_2 {
	margin-top: 40px;
}
.cart-totals:after {
    font-family: "Font Awesome 6 Pro";
	content: "\f72d";
    position: absolute;
    font-size: 2.0em;
    font-weight: 100;
 	color:var(--main-color);
    z-index: 10;
	right: 60px;
	top: 70px;
}
.cart-totals h3 {
 	color:var(--main-color);
	font-size:20px;
	font-weight:bold;
	text-align:left;
	padding-bottom:30px;
}
.total-table {
	width:100%;
	float:left;
	position:relative;
	z-index:2;
}
.total-table tr {
	font-size:1.2em;
	text-align:right;
} 
.total-table  th , .total-table tr  {
	padding:15px 0;
	color:#fff;
} 
.total-table th {
	border-bottom:1px solid rgba(255,255,255,0.1);
	text-align:left;
}
/*------ Video -------------*/
.media-container {
 	background: #211F2C;
	overflow: hidden;
	z-index: 1;
	bottom: -50px;
}
.video-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.video-holder {
	position: absolute;
	width: 100%;
	height: 100% !important;
	display: block;
	overflow: hidden !important;
	top: 0;
	left: 0;
	padding: 0 !important;
}
.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	z-index: -1;
}
.video-container video {
	width: 100%;
}
.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.big_prom {
	position:relative;
	display:inline-block;
	margin-top:10px;
	cursor: pointer;
}
.big_prom span {
	float:left;
	font-size:13px;
	width:70px;
	height:70px;
	line-height:70px;
	background: var(--main-color);
	position:relative;
	z-index:2;
	margin-top: 30px;
	border-radius:50%;
	color: #fff;
    transition: all .3s ease-out;
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,.14);
}
.big_prom span:before {
	content: '';
	position: absolute;
	top: 100%;
	margin-top: 30px;
	height: 70px;
	left: 50%;
	width: 1px;
	border-left: 1px dashed rgba(255, 255, 255, .3);
}
.big_prom:hover span {
	background: #272535;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,.14);
	color:var(--main-color);
}
.video_section-title h4 {
	font-size:1.4em;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom:20px;
	color:var(--main-color);
}
.video_section-title h2{
	font-size:32px;
	font-weight:800;
	color:#fff;
}
/*------clients-----------------------*/
.clients-list {
	overflow: hidden;
	border: 1px dashed #ddd;
	margin-top: 50px;
	border-radius: 10px;
}
.clients-list img {
	width: 100%;
	aspect-ratio:6/2;
	object-fit:contain;
}
.clients-list li {
	float: left;
	width: 20%;
	height: 100px;
	line-height: 100px;
	position: relative;
	z-index: 2;
 	background: #fff;
    transition: all .2s linear;
	border-radius: 4px;
	border-left: 1px dashed #ddd;
}
.clients-list li:hover {
	background: #f9f9f9;
}
.clients-list li:first-child {
	border: none
}
/*------404----------------------*/
.error_container {
	position: relative;
	z-index: 10;
}
.error-wrap {
	position: relative;
	top:50%;
	transform: translateY(-50%);
	z-index:20;
}
.error-wrap h2 {
	font-size: 12.8em;
	color: #fff;
	font-weight: 900;
}
.error-wrap p {
	color: rgba(255, 255, 255, 0.91);
	font-size: 12px;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase;
}
.error-wrap .sec-dec_top {
	left:0;
	top:0;
}
.error-wrap .sec-dec_bottom  {
	right:0;
}
.nav-button-wrap , .header-search_btn , .reser_btn_mob-dec , .mob-bg {
	display: none;
} 
/*------   responsive  -----------*/
 @media only screen and  (max-width: 1600px) {
.main-header {
   transition: all .3s ease-in-out;
   left: auto;
   right: -350px;
   top: 80px;
}
.vismobmenu {
	right: 0;	
}
.mob-nav-overlay {
    position: fixed;
    z-index: 5;
	background: rgba(39, 37, 53, .7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: none;
}
.nav-wrap {
    margin-top:70px;
}
.top-header {
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .2);
 }
.wrapper , .main-footer , .top-header , .reserv_modal-container , .body-ovelay, .reserv_modal_overlay , .cd-loader-wrap  {
    left: 0;
}	 
.top-header-search-wrap {
    width: 350px;
 	left: 170px;
}
.logo-holder {
    height: 40px;
    top: 25px;
    left: 15px;
 	z-index: 32
}	 
.nav-button-wrap {
	float:right;
	height:60px;
	width:60px;
	cursor:pointer;
	position:relative;
	display: block;
	margin :6px 5px 0 0;
 	z-index: 20;
}
.nav-button  {
	position:absolute;
	top:50%;
	left:50%;
	width:22px;
	height:20px;
	margin-left:-11px;
	margin-top:-6px;
}
.nav-button span{
	float:left;
	width:100%;
	height:2px;
	background: #fff;
	margin-bottom:4px;
  	transition: all .3s ease-in-out;
}
.nav-button span:first-child {
    width: 50%;
}
.nav-button-wrap.nbw_tb span {
	width: 0;
}
.nav-button-wrap:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f00d";
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	height: 80px;
	line-height: 80px;
	opacity: 0;
	color:  var(--main-color);
	font-size: 19px;
  	transition: all .3s ease-in-out;
}
.nav-button-wrap.nbw_tb:before {
	transition-delay: .3s;
	opacity: 1;
}
.logo-holder:after {
	display: none;
}		 
}
@media only screen and  (max-height: 1000px) {
.nav-wrap {
    margin-top: 150px;
}
.mhc_dec {
	display: none;
}	
}
@media only screen and  (max-height: 800px) {
.nav-wrap {
    margin-top: 110px;
}
.logo-holder {
    top: 30px;
}
}
@media only screen and  (max-width: 1200px) {
.top-header-reser_btn {
    padding: 0 30px;
    margin: 0 10px 0 20px;
}
.top-header-search-wrap {
    width: 250px;
}	
}
@media only screen and  (max-width: 1068px) {
.header-search_btn {
    float: right;
    display: block;
   	height: 80px;
    width: 30px;
    line-height: 80px;
    color: #fff;
    cursor: pointer;
    font-size: 1.4em;
}
.top-header-search-wrap {
    width:auto;
	top: 100%;
	left: -20px;
	right: -20px;
 	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	transition: all .3s ease-in-out;
}
.top-header-search-wrap.vis-searvvh_wrap{
	opacity: 1;
	visibility: visible;
	margin-top: 0
}	
.top-header-search .search {
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .2);
    border-radius:0;
    height:60px;
}
.top-header-search_btn {
    top: 22px;
    right: 44px;
}
.main-footer {
    position: relative;
}
.height-emulator , .to-top span , .hero_images-collage-item , .column-wrap-bg .dec-corner , .image-collge-wrap:before, .hero-image-collge-wrap:before , .tcs-pagination , .hero-sec-topdec:after , .mhc_dec   {
   display: none;
}
.dishes-nav a , .dishes-nav_dwonload_btn {
    padding: 0 20px;
}	
.footer-widget-title {
    margin: 15px 0 22px;
}
.footer-widget-wrap {
    padding: 70px 0  40px;
}
.footer-bottom {
	position: relative;
    height: auto;
    line-height: 30px;
    padding: 30px 0;
	right: 0;
	left: 0;
}
.footer-social , .copyright {
 	top: 0
}
.footer-social , .main-iamge  {
	margin-top: 20px;
}	
 .copyright {
	text-align: left;
}
.to-top {
    position: absolute;
	bottom: 0;
	right: 30px;
 	font-size: 1.2em;
}
.hero-image-collge-wrap {
 	margin-top: 20px;
    padding-left: 0;
}
.content-inner {
    margin-top: 10px;
}
.small-menu-wrap {
  	margin-top: 40px;
    padding: 0;
    border:none;
}
.smi_link , .column-wrap-bg , .footer-social , .copyright  {
    float: left;
}
.column-wrap-bg {
    position: relative;
    height: auto;
    padding: 90px 0;
}
.column-section-wrap {
    padding: 60px 30px 70px;
}
.column-section-wrap:before {
    top: 10px;
}	
.quote-box {
    position: relative;
    top:0;
    transform: translateY(0);
    padding: 0 30px;
}
.nav_dec_solid.nav_dec {
    margin: 0 0 20px;
}
.hero-title-container .section-title h2 {
    font-size: 3.7em;
    line-height: 65px; 
}
.testimonilas-text {
    padding: 85px 20px 75px;
}
.testimonilas-carousel-wrap {
    padding: 0;
}
.main-header-contacts {
    position: relative;
    bottom: 0;
 	float: left;
    padding: 0 20px;
}
.main-header_container {
    overflow: auto;
}
.parallax-section.hero-section .section-title h2 {
    font-size: 3.5em;
}
.parallax-section.hero-section {
    padding: 90px 0 100px;
    z-index: 21;
}
.hero-section-scroll {
    bottom: -40px;
}	
.about-img-hotifer {
    position: relative;
    right: 0;
    bottom: 0;
	margin-top: 20px;
}
.inline-facts , .main-header-contacts , .fw-aminit-item , .about-img-hotifer , .column-section-wrap , .column-wrap-bg ,  .copyright {
    width: 100%;
}
.tcc-buttons-wrap {
    bottom: -40px;
    right: 50%;
	transform: translateX(50%);
}
.team-carousel-wrap {
    margin-bottom: 30px;
}
.fw-aminit-item {
    border-left: none;
	border-top: 1px dashed rgba(255, 255, 255, .2);
    padding: 150px 0;
}
.fw-aminit-wrap {
    padding: 50px 10px 90px;
}
.fw-aminit-item-container h3 {
    font-size: 2.1em;
}
.location-container {
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    padding: 60px 0;
    width: 100%;
}
.location-content {
    top: 0;
    transform: translateY(0);
}
.map-wrapper {
    padding: 80px 10px 10px;
}
.map-links_tabs-container {
    right: 10px;
    top: 10px;
    width:auto;
	left: 10px;
}
.map-links_tabs {
   background: #272535
}
.pagination-wrap {
    margin : 10px 0;
}
.boxed-content-title {
    margin-bottom: 0;
}
.product-header_form {
    position: relative;
    right: 0;
    bottom: 0;
	float: left;
	width: 100%;
	padding : 20px 0;
    border-bottom: 1px dashed #ddd;
}
.gallery-item, .grid-sizer {
    width: 50%;
}
.hero-menu-item {
 	border-right: 1px dashed #ddd;
    width: 100%;
 	z-index: 50;
	border-left: 1px dashed #ddd;
}
.hero-menu-wrap .hero-menu-item:nth-child(2) {
    border-top:none;
}
.menu-section {
    margin-top: 10px;
}
.nice-select {
    margin-bottom: 20px;
}	
}
@media only screen and  (max-width: 734px) {
.top-header-reser_btn {
   	padding: 0 10px;
   	margin: 0 0 0 10px;
	height: 40px;
	line-height: 40px;
	top: 14px;
}
.top-header-reser_btn span i , .show-lang span i , .cart-btn strong, .share-btn strong , .breadcrumbs-list  , .dec-corner , .hs_btn_wrap_preview , .hs_btn:before , .sec-dots-dec , .sec_dec_bg , .load-more_btn  , .pv-item_wrap i  , .gallery-filters a:before  , .dishes-nav-container , .hero-menu_header li:before , .hero-menu_header li:after {
   display: none;
}
.top-header-reser_btn   i   {
	margin-left: 0;
} 	
.show-lang span , .lang-wrap  {
    margin-left: 0;
}
.show-lang {
    width: 50px;
    padding: 12px 10px 10px 0;
}
.show-lang i.arrlan {
    left: 35px;
}
.share-wrapper {
 	right: 0;
   	width: 100%;
 	border-radius: 0;
}
.visshare {
    margin-top: 0
}
.header-cart_wrap {
    padding: 25px 20px 15px;
    width: 400px;
}
.reserv_modal-inner {
    width: 100%;
}
.close-reservation-modal {
    right:15px;
    top: 15px;
}
.hs_btn {
    top: 100%;
    width: 40px;
	height: 40px;
    margin-top: -85px;
    cursor: pointer;
}
.hs_btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.hero-title-container {
    padding: 0 15px;
}
.section-title h2   {
    font-size: 2.2em;
}
.parallax-section.hero-section .section-title h2 {
    font-size: 3.0em;
}	
.tc-button {
    top: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
	margin-top:  -12px
} 
.clients-list li {
 	border:none;
    width: 100%;
 	border-top: 1px dashed #ddd;
}
.clients-list li:first-child{
 	border-top: none;
}	
.clients-list img {
    width: 100%;
    aspect-ratio: 12 / 2;
    object-fit: contain;
}
.nav-wrap , .video_link {
    margin-top:20px;
}
.video_link {
 	position: relative;
	padding: 20px 10px;
    left: 0;
    bottom: 0;
 	border-radius: 4px;
    background: #272535;
}
.video_link i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
 	box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2)
}
.main-iamge img {
 	border-radius: 10px;
}
.align-text-block .btn {
    float: left;
    margin : 40px 0 0 0;
}
.post-item {
    width: 100%;
    padding: 10px 0;
}
.post-card-details {
    padding: 20px 0;
}
.pv-item_wrap_single {
    padding: 0 5px;
}
.content-nav-fixed li a.ln  {
	padding-left:0;
}
.content-nav-fixed li a.rn  {
	padding-right:0;
}
.shop-tabs-menu li {
    float: left;
	width: 50%;
}
.item-related h3 {
    font-size: 1.4em;
}
.gallery-item, .grid-sizer , .gallery-filters a {
    width: 100%;
}	
.gallery-filters a {
    display:  block;
    margin: 0   0 10px;
	text-align: left;
	font-size: 1.2em;
}
.gallery-filters {
    padding: 20px 20px 10px;
}
.gallery-filters.gth {
    margin-bottom: 10px;
}
.video_section-title h2 {
    font-size: 2.0em ;
}
.hero-menu_header li {
    text-align: center;
    display:  block;
    margin: 20px 0 ;
    font-size: 1.4em;
    padding: 0  ;
}	
}		
@media only screen and  (max-width: 564px) {
.loader_count {
	font-size: 2.2em;
}	
.top-header-reser_btn span , .lang-wrap , .reserv-link , .hero-title-container .nav_dec , .hc_counter , .content-nav_mediatooltip   , .shop-tabs-menu .page-counter , .hero-menu-item-img:before   {
   display: none;
} 
.cart-btn, .share-btn, .serach-header-btn_wrap, .nav-button-wrap , .serach-header-btn , .top-header-reser_btn , .hero-wrap .hero-sec-topdec:before {
	width: 30px;
	margin-left: 4px;
}
.reser_btn_mob-dec {
	display: block;
	color:#fff;
	font-size: 1.3em;
	top: 4px;
	position: relative;
}
.top-header-reser_btn {
	background: none;
	margin-left: 0;
	padding: 0;
}
.logo-holder {
    left: 0;
}
.nav-button-wrap {
    margin-right: 15px
}	
.header-cart_wrap {
    width: 100%;
	right: 0
}
.share-container a {
    margin: 0 4px;
    font-size: .9em;
}
.reserv_modal-inner {
    top: 10px;
}	
.reserv-modal-title h4 {
    font-size: 15px;
}
.reserv-modal-title h3 {
    font-size: 1.7em;
}
.boxed-container {
    padding: 10px;
}
.boxed-content-item  {
    padding: 20px;
}
.hero-title-container .section-title h2 {
    font-size: 2.3em;
    line-height: 35px;
	padding: 0;
}
.hero-title-container .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 34px;
    margin-top: 20px;
    font-size: 1.1em;
}	
.hero-sec-topdec {
    top: 0;
}
.nav-wrap a {
    font-size: 1.8em;
    height: 32px;
    line-height:32px;
}
.small-menu-item {
    padding-left: 20px;
}
.small-menu-item h6 span {
 	top: 0;
    left: -30px;
}
.dwonload_btn, .btn {
    height: 42px;
    line-height: 42px;
    padding: 0 24px;
 	font-size: 1.1em
}
.tc_single_title {
    width: 100%;
	text-align: left;
	margin-right: 10px 0 ;
}
.tags-widget {
   	width: 100%;
	padding-top: 10px;
}
.tagcloud_single {
    padding:  0 10px 0 ;
}
.ss-slider-cont {
    width: 20px;
    bottom: 0;
    background: none;
    box-shadow: none;
}
.ss-slider-cont-prev {
    right: 40px;
}
.fwc-controls_wrap {
    bottom: 10px;
    left: 10px;
}
.comments-item {
    padding-left:0;
}
.comments-avatar {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
	z-index: 20;
}
.comments-header {
    padding: 20px 30px 20px 70px;
}
.comments-wrap {
    margin-top: 0;
}
.error-wrap h2 {
    font-size: 7.8em;
}
.product-header_form button ,  .shop-tabs-menu li {
    margin : 10px 0 0 0;
}
 .shop-tabs-menu li , .shop-tabs-menu a , .gallery-filters a {
	width: 100%;
}
.hero-menu-wrap .hero-menu-item:nth-child(odd) , .hero-menu-wrap .hero-menu-item:nth-child(even)   {
    padding: 10px 10px 10px 60px;
}
.hero-menu-wrap .tab-content .hero-menu-item:nth-child(odd) ,  .hero-menu-wrap .tab-content .hero-menu-item:nth-child(even)   {
    padding: 20px 10px 20px 60px;
}
.hero-menu-wrap .tab-content  .add_cart {
    position: absolute;
    bottom: 0;
    right: 0;
}	
.hero-menu-item-img {
    width: 40px;
    height: 40px;
    left: 10px;
	top: 20px;
    margin-top:0;
}
.hero-menu-item-price {
    left: 20px;
    right: auto;
    top: 70px;
 	font-size: 1.2em;
}  
.hero-menu-item-img img , .hero-menu-item-img:after {
    width: 40px;
    height: 40px;
}
 .hero-menu-item-img:after {
    line-height: 40px;
	font-size: 9px;
}	
.hero-menu-item-title h6 {
    font-size: 1.2em;
}
.hero-menu-wrap {
    padding: 10px;
}
.hero-menu-item-details {
    padding-right: 10px;
}	
}	
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}