/** 

Cafe House Template

http://www.templatemo.com/tm-466-cafe-house


    
COLOR CODES
  Gold: #c79c60;
*/

/** Preloader 
* https://ihatetomatoes.net/create-custom-preloading-screen/
*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
            transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}
/* end Preloader */

body { overflow-x: hidden; }
ul { 
  margin: 0; 
  padding: 0;
}
* {
	font-family: 'Open Sans', sans-serif;
}
.container {
	max-width: 100%;
	width: auto;
}
.tm-handwriting-font { font-family: 'Damion', cursive; }
.tm-top-header {
	color: white;
	background-color: #333;
}
.tm-site-logo,
 .tm-site-name {
  vertical-align: bottom;
}
.tm-site-name {
  color: #c79c60;
  display: inline-block;
  font-size: 32px;
  margin: 0 10px;  
}
.tm-logo-container { padding: 10px 0; }
.tm-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;  
}
.tm-nav li {
  list-style: none;
  float: left;
}
.tm-nav li a {
  color: white;
  display: inline-block;
  padding: 15px 15px 20px 30px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-nav li a:hover,
 .tm-nav li a:focus,
 .tm-nav li a.active {  
  color: #c79c60;
  text-decoration: none;
}
.tm-nav li a.active {
  background: url(../img/logo.png) no-repeat, url(../img/nav-underline.png) no-repeat;
  background-size: 20px, 74px 17px;
  background-position: 0% 30%, center bottom;
}
.tm-top-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu-icon { display: none; }
.tm-section {
	margin-bottom: 20px;
	max-width: 970px;
	margin: 0 auto;
	width: 100%;
}
.tm-section-margin-bottom-0 { margin-bottom: 0; }

/* Welcome */
.tm-welcome-section {
  background: #282726;
  text-align: center;
}
.white-text {
	color: #666;
}
.blue-text { color: #0066CC; }
.gold-text { color: #c79c60; }
.gray-text { color: #949494; }
.green-text { color: #30A430; }
.tm-welcome-header { font-size: 56px; }
.tm-welcome-header-2 {
	font-family: 'Times New Roman', serif;
	font-size: 36px;
	text-transform: uppercase;
}
.tm-welcome-content {
	margin: auto;
	max-width: 650px;
}
.tm-welcome-description {
	text-align: justify;
}
.tm-welcome-img-container { text-align: right; }
.tm-more-button-welcome { margin: 40px auto; }
.tm-more-button {  
  display: -webkit-box;  
  display: -webkit-flex;  
  display: -ms-flexbox;  
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/tm-brown-button.png);
  width: 196px;
  height: 46px;  
  text-transform: uppercase;
  font-size: 16px;
  color: #c79c60;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-more-button:hover,
.tm-more-button:focus {
  color: white;
  text-decoration: none;
}
.tm-position-relative {
	background-image: url(../img/wing.png);
	background-repeat: repeat-x;
}
.tm-table-set {
	position: inherit;
	bottom: auto;
	left: 0;
}
.tm-lights-container {
	top: 0px;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 970px;
	height: 400px;
	padding-bottom: 60px;
	/* [disabled]background-image: url(../img/wing.png); */
	background-repeat: repeat-x;
}

/* Main content */
.light-gray-bg {
	background-color: #e4e4e4;
}
.tm-main-section {
}
.img-thumbnail { padding: 8px; }
.inline-block { display: inline-block; }
.shadow-img {
  background: url(../img/shadow.png) no-repeat center bottom;
  padding-bottom: 7px;
}
.margin-top-30 { margin-top: 30px; }

/* Footer */
.tm-black-bg {
  background-color: #302f2f;
  color: white;
  padding-top: 50px;
}
.tm-footer-div-title {
  color: white;
  font-size: 21px;
  font-weight: 700;
}
.tm-footer-nav {
  font-weight: 700;
  text-transform: uppercase;
}
.tm-footer-nav ul { list-style: none; }
.tm-footer-nav li { padding: 15px 0 0 0; }
.tm-footer-nav li a { color: white; }
.tm-footer-nav li a:hover {
  color: #c79c60;
  text-decoration: none;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-60 { margin-bottom: 60px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-15 { margin-top: 15px; }
.copyright-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tm-social-icon {
  background-color: #505050;
  color: white;
  display: inline-block;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  text-align: center;
  padding-top: 4px;
  margin-right: 10px;
}
.tm-social-icon:last-child { margin-right: 0; }
.tm-social-icon:hover,
.tm-social-icon:focus {
  background-color: #BB8232;
  color: white;
}
.tm-social-icons-container { margin-top: 25px; }
.tm-popular-item {
	background: url(../img/popular-item-bg.png) no-repeat;
	background-size: 100% 100%;
	max-width: 297px;
	margin-top: 30px;
	margin-bottom: 80px;
}
.tm-popular-item-img {
	/* [disabled]margin-left: 3px; */
	margin: 0 auto;
	display: block;
}
.tm-popular-items-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* [disabled]margin-bottom: 40px; */
}
.tm-popular-items-container:last-child {
	margin-top: 15px;
}
.tm-popular-item-description {
	padding: 0 30px 15px;
	position: relative;
	text-align: center;
}
.tm-popular-item-title,
.order-now-link {
  color: rgb(174,174,174);
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.order-now-link {
  font-size: 24px;
  border: 2px solid rgb(174,174,174);
  border-radius: 50%;
  width: 85px;
  height: 85px;
  padding-top: 8px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-popular-item:hover { background-image: url(../img/popular-item-bg-hover.png); }
.tm-popular-item:hover .tm-popular-item-title { color: #c79c60; }
.tm-popular-item:hover hr {
  border-color: #c79c60;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-popular-item:hover .order-now-link {
	border-color: #c79c60;
	color: #c79c60;
	text-decoration: none;
	font-size: 24px;
}
.tm-popular-item-title {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 0;
}
.tm-popular-item-hr {
  margin-top: 0;
  margin-bottom: 15px;
}
.bigger-first-letter { font-size: 60px; }
.order-now-container {
	width: 100px;
	height: 100px;
	background-color: rgb(82, 76, 76);
	border-radius: 50%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	position: absolute;
	left: 200px;
	bottom: -59px;
}
.tm-special-item {
  display: inline-block;
  padding: 8px;
  background-color: white;
  max-width: 100%;
}
.tm-special-img-container {
	display: inline-block;
	position: relative;
	max-width: 100%;
	/* [disabled]padding-right: 10px; */
}

.tm-special-description {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  background: rgba(0,0,0,0.6);
  width: 100%;
  padding: 12px 10px 5px;
}
.tm-special-title { margin-top: 0; }
.tm-special-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-special-container-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.tm-special-container-lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
	.tm-special-description {
  position: absolute;
  bottom:0;
  font-size:12px;
  line-height:1.4;
  padding: 6px 8px;
  background: rgba(0,0,0,0,65);
  margin-left:auto;
  margin-right:auto;
	}
	.tm-main-section light-gray-bg {
		position: relative;
		max-width:95%;
		margin: 0 auto;
		display:grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		left:auto; 
		}
  .tm-special-title { 
  margin-top: 0; 
  font-size:13px;
  line-height:1.1;
  }
 .col-lg-12 tm-special-container margin-top-60{
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 grid-template-rows; auto auto;
	 gap: 10px;
 }
 .tm-special-container-left{
	 grid-column: 1 / 2;
	 grid-row: 1/ 3; 
	 }
  .tm-special-container-right{
	  grid-column: 2 / 3;
	  grid-row: 1 / 2;
  }
  .tm-special-container-lower{
	  grid-column:auto;
	  grid-row:auto;
	  }
 }
/* http://stackoverflow.com/questions/488830/ol-with-numbers-another-color */
ol { counter-reset: item }
ol li { display: block }
ol li:before { 
  content: counter(item) ". "; 
  counter-increment: item;
  color: #c79c60; 
  font-weight: 700;
}
.tm-section-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/*http://stackoverflow.com/questions/1032914/how-to-make-a-div-to-fill-a-remaining-horizontal-space-a-very-simple-but-annoyi*/
.tm-section-header {
	width: auto;
	max-width: 100%;
}
.tm-hr-container {
	/* [disabled]width: auto; */
	height: 41px;
	max-width: 100%;
}
.tm-hr { border-color: #c79c60; }
.tm-daily-menu-container { overflow: hidden; }

/* Menu */
.tm-side-menu {
	color: white;
	width: 242px;
	padding-top: 7px;
	position: relative;
	z-index: 1;
	text-align: left;
	text-transform: uppercase;
	border-left-style: solid;
}
.tm-side-menu-bg {
	position: absolute;
	top: 5px;
	left: 1px;
	width: 252px;
	height: 377px;
}

.tm-side-menu li { list-style: none; }
.tm-side-menu li a {
  color: #7c6a51;
  padding: 7px;
  display: block;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-side-menu li a:hover,
.tm-side-menu li a.active {
  color: #c79c60;
  text-decoration: none;
}
.tm-product {
	margin-right: 0px;
	margin-left: 10px;
	max-width: 752px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: white;
	padding: 20px;
}
.tm-product-text { max-width: 325px; }
.tm-product-price {
  width: 100px;
  height: 100px;
  background-color: rgb(82, 76, 76);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  position: relative;
}
.tm-product-title {
	margin-top: 0px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tm-product-description {
  margin-bottom: 0;
  text-align: justify;
}
.tm-product-price-link {
  border: 2px solid rgb(174,174,174);
  border-radius: 50%;
  width: 85px;
  height: 85px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-align: center;
  padding-top: 7px;
  font-size: 40px;
  color: rgb(174,174,174);
}
.tm-product {
  cursor: pointer;
  margin-bottom: 20px;
}
.tm-product:hover .tm-product-price-link {
  border-color: #c79c60;
  color: #c79c60;
  text-decoration: none;  
}
.tm-product:hover .tm-product-title {
	color: #c79c60;
	font-weight: bold;
}
.tm-product-price-currency {
  font-size: 20px;
  position: absolute;
  top: 24px;
  left: 22px;
}
.form-control {
  border-color: #c79c60;
  border-radius: 10px;
}
.form-control:focus { 
  border-color: rgb(136, 93, 33); 
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 156, 96, 0.6); 
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 156, 96, 0.6);
}
button.tm-more-button {
  background-color: transparent;
  border: 0;
  display: block;
  outline: 0;
}
#google-map { 
  height: 350px;
  border: 3px solid #fff;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .tm-welcome-content {
	/* [disabled]margin-bottom: 250px; */
}
  .tm-main-section { padding-top: 200px; }
  .light {
	/* [disabled]width: 240px; */
	/* [disabled]height: auto; */
  }
  .tm-footer-div { margin-bottom: 40px; }
  .tm-special-container { display: block; }
  .tm-special-container-left { margin-bottom: 15px; }
  .tm-special-container-lower {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
  .tm-special-container-lower .tm-special-item { margin-right: 10px; }
  .tm-special-container-lower .tm-special-item:last-child { margin-right: 0; }
  .tm-product { margin-left: 0; }
  .tm-daily-menu-img { margin-bottom: 30px; }
  #google-map { margin-top: 50px; }
}

@media screen and (max-width: 767px) {
  .tm-nav { display: none; }
  .tm-nav li a { padding-left: 35px; }
  .tm-logo-container {
	margin-left: 15px;
	max-height: 970%;
	width: 100%;
}  
  .mobile-menu-icon {
    display: block;
    cursor: pointer;
    color: #c79c60;
    font-size: 30px;
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: rgba(0,0,0,0.6);
    padding: 6px 15px;
    z-index: 1000;
  }
  .tm-nav {
	height: auto;
	position: fixed;
	z-index: 1000;
	top: 69px;
	right: 15px;
	background-color: rgba(0,0,0,0.7);
	font-weight: bold;
  }
  .tm-nav li { float: none; }
  .tm-nav li a {
     display: block;
     padding-bottom: 15px;
     margin-bottom: 5px;
  }
  .tm-nav li a.active {
	background-position: 7% 30%, 40% bottom;
	font-family: "Open Sans", sans-serif;
}
  .light-1, .light-2 { display: none; }
  .tm-lights-container { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .tm-welcome-header {
	font-size: 40px;
}
  .tm-welcome-img-container { 
    margin-top: 30px;
    text-align: left; 
  }
  .tm-header-line { width: 44px; }
  .tm-main-section {
	padding-top: 10px;
}
  .tm-section-header-container { 
    -webkit-box-align: start; 
    -webkit-align-items: flex-start; 
        -ms-flex-align: start; 
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; 
  }
}

@media screen and (max-width: 650px) {
  .tm-welcome-content {
	/* [disabled]margin-bottom: 190px; */
}
  .tm-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tm-product-text {
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
  }
  .tm-product-description { text-align: center; }
}

@media screen and (max-width: 550px) {
  .tm-welcome-content { margin-bottom: 130px; }
}
@media (max-width: 768px) {
	.bottom-center {
	position: relative !important;
	bottom: auto !important;
	left: auto !important;
	transform: none !important;
	width: 100% !important;
	padding: 10px 15px;
}
.bottom-center h3 {
	line-height: 1.2;
	font-size: 18px !important;
}

.bottom-center p {
	line-height: 1.4;
	color: #CCC;
	font-size: 16px !important;
}	
   }
.slider {
	position: relative;
	max-width: 100%;
	height: auto !important;
	min-height: unset !important;
	overflow:visible !important;
	margin: auto;
	margin-top: 5px;
	border-radius: 20px;
	overflow: hidden;
	background-image: url(../img/wing.png);
	background-repeat: repeat-x;
}

.slides {
	display: flex;
	width: 100%;
	height: auto !important;
	min-height: unset !important;
	overflow: visible !important;
	transition: transform 1.2s ease-in-out;
	border-radius: 15px 15px 0 0;
}

.slide {
	width: 100% !important;
	object-fit: contain !important;
	border-radius: 15px 15px 0 0;
	flex-shrink: 0;
	user-select: none;
	pointer-events: none;
}

.slide.active {
	pointer-events: auto;
}

.bottom-center {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	padding: 15px 20px;
	padding-bottom: 0;
	text-align: center;
	box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
	z-index: 2;
	overflow: visible;
	border-radius: 20px 20px 0px 0px;
	transition: all 0.6s ease-in-out;
	border-color: #FFF;
}

/* Outer radius using pseudo-elements */
.bottom-center::before,
.bottom-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 40px;
  background: #fff;
  border-radius: 0;
  z-index: -1;
}

.bottom-center::before {
  left: -30px;
  bottom: -10px;
  mask: radial-gradient(30px at top left, #0000 98%, #000);
}

.bottom-center::after {
  right: -30px;
  bottom: -10px;
  mask: radial-gradient(30px at top right, #0000 98%, #000);
}

.bottom-center h3 {
	margin: 5px 0;
	font-size: 18px;
	color: #FFFFFF;
}

.bottom-center p {
	margin: 5px 0 10px;
	color: #CCC;
	font-size: 14px;
}

.luxury-heading {
  font-family: "Gloock", serif;
  font-weight: 700;
  font-size: 2.9rem;
  color: #2c2a29; /* deep charcoal */
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
  text-transform: capitalize;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.luxury-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #6b5b3b; /* warm gold-brown */
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 0;
  opacity: 0.85;
}

.buttons {
  margin-top: 20px;
  margin-bottom: 12px;
  text-align: center;
}

.btn {
	font-family: "Segoe UI", "Helvetica Neue", sans-serif;
	font-weight: 600;
	font-size: 18px;
	padding: 0.75em 1.5em;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
	margin: 0 10px;
	user-select: none;
	margin-bottom: 10px;
}

.btn.primary {
	background-color: #E4E4E4;
	color: #c79c60;
	box-shadow: 0 4px 12px rgba(255, 199, 39, 0.4);
}

.btn.primary:hover {
	background-color: #CCCCCC;
	box-shadow: 0 6px 16px rgba(255, 180, 0, 0.5);
	transform: translateY(-2px);
}

.btn.secondary {
  background-color: transparent;
  color: #ffc727;
  border: 2px solid #ffc727;
}

.btn.secondary:hover {
  background-color: #fff8e1;
  color: #222;
  border-color: #ffb400;
  transform: translateY(-2px);
}

.indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #333;
}


@media(max-width:768px){
	html, body {
		overflow-x:hidden;}
		img {
	max-width: 100% !important;
	height: auto !important;
	padding-right: 10px;
}
  .slider {
    width:95%;
    height:400px;
  }
  .slider{
    border-radius:10px;
  }
  .btn{
    margin:5px;
  }
  .bottom-center {
	width: 80%;
	border-radius: 10px;
  }
  .bottom-center2 {
	width: 80%;
	border-radius: 10px;
  }
 .bottom-center::before {
  left: -20px;
  bottom: -20px;
  mask: radial-gradient(20px at top left, #0000 98%, #000);
} 
.bottom-center::after {
  right: -20px;
  bottom: -20px;
  mask: radial-gradient(20px at top right, #0000 98%, #000);
}
}

@media(max-width:414px){
  .bottom-center{
    border-radius:10px 10px 0 0;
  }
   .btn{
    width:100%;
    margin:5px 0;
  }
   .bottom-center::before,.bottom-center::after {
    display:none;
}

}
@media(max-width:768px){
	.container tm-position-relative{
	position: relative;
	max-width: 100%;
	height: auto !important;
	min-height: unset !important;
	overflow:visible !important;
	margin: auto;
	margin-top: 5px;
	border-radius: 20px;
	overflow: hidden;
	background-image: url(../img/wing.png);
	background-repeat: repeat-x;
}
    .tm-lights-container {	
	max-width: 100% !important;
	height: auto !important;
		}
     .light light-1, light light-2, light light-3 
	 {
	display: flex;
	width: 100%;
	height: auto !important;
	min-height: unset !important;
	overflow:visible !important;
	transition: transform 1.2s ease-in-out;
	border-radius: 15px 15px 0 0;
		 }
 	.col-lg-12 tm-popular-items-container{
	position: absolute;
  bottom:0;
  font-size:12px;
  line-height:1.4;
  padding: 6px 8px;
  background: rgba(0,0,0,0,65);
  margin-left:auto;
  margin-right:auto;
	}}
	@media(max-width:768px){
	.tm-popular-item {
	position: relative;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	left: auto;
	
	
		}
		
		.tm-popular-item img{
			margin:0 auto;
			max-width:100%;
			
			}
			
	.tm-popular-item-description{
		position: relative;
		max-width:95%;
		margin: 0 auto;
		display:flex;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		left:auto;
		text-align:justify;
		flex-direction: column;
		}
		.tm-popular-item-description p{
			text-align:justify;}
			
		.col-lg-12 tm-popular-items-container{
	flex-direction: column;
	align-items: center;
	text-align:center;
	}
	
	
	.col-lg-12 tm-popular-items-container img{
		max-width:100%;
	}
	
	.order-now-container {
		visibility:hidden;
		}
		
	.order-now-container h3 {
	line-height: 1.2;
	font-size: 13px !important;
	padding-top:15px;
	}
	.tm-handwriting-font tm-popular-item-title{
		font-size:12px;
		line-height:1.1
		}
}
.overlay {
	position:absolute;
	inset: 0;
	background: rgba(0,0,0,0.6);
	display:flex;
	flex-direction: column;
	align-items: centar;
	justify-content: centar;
	opacity: 0;
	transition: opacity 0.3s ease;}
	
.image-box:hover .overlay {
	opacity: 1;}
.text {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	}
.dropdown-menu {
	display:none;
	position:absolute;
	top:100%;
	lrft:0;
	background:#930;
	min-width:180px;
}
.dropdown-menu li a {
	padding:12px 15px;
}
.dropdown:hover .dropdown-{display: block;}
