/* ---------------------------- */
/*           Google Fonts
/* ---------------------------- */

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');

/* ---------------------------- */
/*           General
/* ---------------------------- */

body {
	background:#FFF;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	line-height:20px;
	color:#ffffff;
	overflow-x: hidden;
}

li { list-style: none; }
ul, p { margin: 0px; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
ul { margin-left: 0px; padding-left: 0px; }
img { max-width: 330px; }

/*h1, h2, h3, h4, h5, h6{font-family: 'Playfair', sans-serif; font-weight:400;}*/

/* ---------------------------- */
/*           Custom CSS
/* ---------------------------- */


.flexslider li .meta.mbl { display: none; }

/* Header Start */

#header {
    display: block;
    background: #490a0c;
    min-height: 5px;
    height: 30px;
    border-bottom: 1px solid #fcb730a6;
}
#header .top-header p{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
    padding:5px 0px;
}

#header .top-header p i{ padding-right: 10px; }
#header .top-header ul { text-align: right;}
#header .top-header ul li { text-decoration: none; color: #000;display: inline-block; padding-left: 10px;}
#header .top-header p {  }
#header .top-header span { margin-right: 25px; }
#header .top-header ul li.cart { color: #000; font-size: 16px; padding: 5px 0px; transition-duration: .5s;}
    #header .top-header ul li.cart:hover {
        background-color: #fcb730;
        color: #fff;
        padding: 5px 15px;
        transition-duration: .5s;
    }
#header .top-header ul li.cart span { color: #fff; margin-right: 4px; }
#header .top-header ul li.cart img { filter: brightness(0) invert(1); width: 17px; margin-top: -5px; }


#nav-holder {
    display: block;
    position: relative;
    padding: 0px 0px;
    background: #fff;
    /*background: none;*/ /*min-height:103px;*/
    text-align: right;
    height: 80px;
    border-bottom: 1px solid #fcb730a6;
}

.mobile-nav { display: none; }
.header-mobile { display: none; }
.header-mobile { background: #000; text-align: center; padding: 10px; position: fixed; top: 0px; width: 100%; height: 55px; z-index: 99; }
    .header-mobile img {
        width: 190px;      
    }

#sticky { position: fixed;  top: 0px;  width: 100%; height: 110px; left: 0px; z-index: 999; }
.stickyheader {
    background: #000;
}
.sticky {
    box-shadow: 0px 1px 8px #d0cfcf;
    transition-duration: 1s;
}

#nav-holder .logo {
    margin-top: 20px;
    text-align: left;
    position: relative;
}
#nav-holder .main-menu ul{ /*text-align: left;*/ margin-bottom: 0px; margin-left: 53px; }

#nav-holder .main-menu ul li{
	display: inline-block;
	position: relative;
	padding: 15px 10px;
	font-size: 16px;
    font-weight: 600;
    text-align: center;
}
#nav-holder .main-menu ul li.active { position: relative; }
#nav-holder .main-menu ul li a { color:#d32025; }
    #nav-holder .main-menu ul li.active:after {
        position: absolute;
        content: '';
        bottom: 0px;
        left: 0px;
        background-color: #fcb730;
        height: 5px;
        width: 100%;
    }
    #nav-holder .main-menu ul li.active a {
        color: #fcb730;
        font-weight: 700;
    }
#nav-holder .main-menu ul li:hover:after { position: absolute; content: ''; bottom: 0px; left: 0px; background-color:  #fcb730; height: 5px; width: 100%; }
#nav-holder .main-menu ul li.order:hover:after { display: none; }
#nav-holder .main-menu ul li:hover a { color:#d32025; font-weight: 700;}


#nav-holder .main-menu ul li.order { padding-right: 0px; background: transparent; }
    #nav-holder .main-menu ul li a.order {
        background:#d32025;
        padding: 15px 40px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
    }
    #nav-holder .main-menu ul li a.order:hover {
        background: #fcb730;
        color: #fff;
        text-decoration: none;
    }
.flex-control-paging li a.flex-active { display: block; position: relative; }
.flex-control-paging li a.flex-active:before { position: absolute; display: block; content: ''; width: 25px; height: 25px; border: 2px solid #cc1; border-radius: 100%; left: -6px; top: -7px; }

/*#banner .flexslider .ul .li meta { text-align: center; }*/


#intro {
        margin: 75px 0px 30px 0px;
        position: relative;
        padding-bottom: 0px;
    }
    #intro h1 {
        color: #d32025;
        text-align: left;
    }
    #intro h4 {
        color: #fcb730;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        /*padding-top: 45px;*/
    }
#intro p{ color: #000; font-size: 18px; text-align: justify;}
#intro .logo {
   /* width: 70%;*/
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 70px;
}
/*#intro:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -73px;
    height: 100%;
    width: 100%;
    background: url(../images/intro-bg.png) no-repeat center;
}*/

.offerbg-img ul.food-menu { border-bottom: 1px solid #fff; padding-bottom: 10px; margin-bottom: 10px; }
.offerbg-img ul.food-menu li { display: inline-block; text-align: left; vertical-align: top; }
.offerbg-img ul.food-menu li span { font-family: 'Montserrat', sans-serif; margin-left: 15px; font-size: 14px; }
.offerbg-img ul.food-menu li.price { text-align: right; float: right; border: 1px solid #f5ca85; }
.offerbg-img ul.food-menu li.price a{ text-align: right; padding: 2px 4px; float: right; color: #f5ca85; border: 1px solid #f5ca85; color: #fff; }
.offerbg-img ul.food-menu li.price:hover a { color: #000; background: #f5ca85; border: 1px solid #f5ca85; cursor: pointer; }
.offerbg-img .featured-desc p { font-size: 15px; text-align:left; }

#offers .offerbg-img {
    background: #d6d7d8 url(../images/offer-bg.jpg) no-repeat;
    top: 0px;
    left: 0px;
    height: 625px;
    background-size: cover;
    background-attachment: fixed;
}

#offers .offerbg-img .middle-text{ color: #fff;	text-align: center; }
#offers .offerbg-img .middle-text p{ color:#d32025; padding-top: 50px; }
#offers .offerbg-img .middle-text h3{ font-size: 2.5rem; }
#offers .offerbg-img .offer-vactor{ text-align: center;	padding-top: 10px;	margin-bottom: 60px; }
#offers .featured-content{ color: #fff; }
#offers .offer-text{ color:#d32025; text-align: center; font-size: 16px;}

#space-gap { margin-bottom: 50px; }

#reservation .opening-time {  display: block; position: relative;  background: url(../images/reservation-bg.jpg) no-repeat; height: 500px; }
#reservation .opening-time:before { position: absolute; display: block; content: '';  background: rgb(0,0,0,.3); width: 100%; height: 100%; }
#reservation .opening-time:after { position: absolute;
    display: block;
    content: '';
    width: 90%;
    height: 93%;
    border: 2px dashed #ccc;
    left: 0px;
    bottom: 0px;
    margin-left: 5%;
    margin-bottom: 5%; }
#reservation .opening-time h6 { position: relative; color:#d32025; }
#reservation .opening-time h2 { color: #fff; font-size: 38px; padding-bottom: 10px;}
#reservation .opening-time .time-vactor { padding-bottom: 10px }
#reservation .opening-time h5 { color: #fff; padding-bottom: 20px; }
#reservation .opening-time p { color: #fff; padding-bottom: 35px; font-size: 15px; }
#reservation .opening-time p span { color:#d32025; }
#reservation .opening-time a.call { background:#d32025; padding: 10px 40px; text-align: center; text-transform: uppercase; font-size: 17px; color: #fff; }
#reservation .opening-time .text-holder { position: relative; text-align: center; padding: 60px 30px; }


#reservation {
    margin: 10px 0px 70px 0px;
}

#reservation .daily-delivers {  background: url(../images/special-items.jpg) no-repeat; height: 500px; }
#reservation .daily-delivers .text-holder { position: relative; text-align: center; padding: 150px 30px; }
#reservation .daily-delivers .text-holder h2 { font-size: 40px; font-style: italic; }
#reservation .daily-delivers .text-holder a.checklink { display: inline-block; padding-top: 30px; border-bottom: 1px solid #fff; padding-bottom: 15px; color: #fff; font-size: 17px; }

#reservation .book-a-table { width: 100%; background:#d32025; display: inline-block; vertical-align: top; height: 500px; padding: 50px 0px 0px 0px; text-align: center;}
#reservation .book-a-table h2{ font-size: 38px; }
#reservation .book-a-table .find-table {border: 1px solid black;
  background-color:#d32025;
  color: #ff9c01;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;}

 #reservation .book-a-table .find-table { display: inline-block; border-color: #ff9c01; color: #ff9c01; margin-top: 20px; }
 #reservation .book-a-table .find-table:hover { background-color: #ff9c01; color: white; }

.flexslider_gallery ul.slides li img { height: 400px; }

.flex-direction-nav { position: relative; top: -230px; left: 30px; }
.flex-direction-nav a:before { font-size: 50px; }
.flex-direction-nav a {  background-color: transparent; height: 50px; opacity: 1; }
.flex-direction-nav a:before { color: rgba(255, 255, 255, 1); }
.flex-direction-nav .flex-next { right: 50px !important; }

#caresoul-food .middle-text h3 { color:#d32025; font-size: 40px; }
#caresoul-food .middle-text { color: #fff;	text-align: center; }
#caresoul-food .middle-text { font-size: 2.5rem; }
#caresoul-food .offerbg-img .offer-vactor{ text-align: center;	padding-top: 10px;	margin-bottom: 60px; }
#caresoul-food .offer-vactor  { display: block; text-align: center; }

#maps  { margin: 60px 0px; }
#maps .map { width: 60%; display: inline-block; vertical-align: top; }
#maps .contact { width: 40%;  background:#d32025; display: inline-block; vertical-align: top; height: 400px; padding: 50px 0px 50px 50px; }
#maps .contact { color: #fff; }
#maps .contact ul li.first { padding-bottom: 10px; border-bottom: 1px solid #fff }
#maps .contact ul li { font-size: 16px; padding-right: 10px;}
#maps .contact ul li i { padding-right: 20px;  margin-bottom: 20px;  float: left;}


#footer {
    display: block;
    padding: 30px 0px;
    background: #490a0c;
}	
#footer { font-size: 14px; color: #fff; }	
#footer p { margin-top: 30px;}	
#footer .sitelink ul li a { color: #fff; font-size: 16px; }
#footer .sitelink ul li a:hover { color:#d32025; }
#footer .sitelink ul li { padding-bottom: 13px; }


#footer .follow-us h3 { font-size: 25px; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 30px; }
#footer .follow-us ul li { display: inline-block; margin-right: 15px; }
#footer .follow-us ul li i { font-size: 18px; color: #fff; }

#footer .copyright { display: block; border-top: 1px solid #fff; padding-top: 1px; margin-top: 15px; text-align: center;  }
#footer .copyright p { margin-top: 0px; padding-top: 15px; }

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color:#d32025;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9990;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

/*Order Page CSS Stats*/
.order { font-family: 'Montserrat', sans-serif; display: block; background: #f3f7f8; }
    .order #sticky {
        background: #000;
    }
.order .banner { background: url('./../images/order-banar.jpg'); height: 200px; background-size: cover; margin-top: 110px; margin-bottom: 35px; }
.order .overlay { position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; }
.order .overlay h1 { position: relative; font-size: 30px; color: #fff; z-index: 9; padding-left: 0px; top: 45px; }
    .order .overlay h2 {
        position: relative;
        font-size: 18px;
        color: #fff;
        z-index: 9;
        padding-left: 0px;
        top: 65px;
        line-height: 25px;
        width: 60%;
    }
.order .overlay h1:after { position: absolute; content: ''; left: 0px; bottom: -10px; background: #fff; opacity: .3; width: 130px; height: 1px;}
.order .flexslider_gallery ul.slides li img { height: 170px; }
.order .flex-direction-nav .flex-prev { left: -20px; top: 180px; }
.order .flex-direction-nav .flex-next { top: 180px; }
.order .flex-direction-nav a:before { font-size: 30px; background: #d2b06c; opacity: .5; border-radius: 100%; padding: 3px 6px; }
.order .flex-direction-nav a:hover:before { opacity: 1; }
.order .inner-headline { padding: 0px 0px 15px 0px; margin-top: -8px; }
.order .inner-headline h3 { font-family: 'Montserrat', sans-serif; color: #000; font-size: 16px; font-weight: 600; text-align: left; }

.order .slides .image-left { display: inline-block; width: 35%; text-align: left; vertical-align: top; }
.order .slides .image-left img { height: 100px !important; }
.order .slides .text-rght { display: inline-block; width: 65%; text-align: left; vertical-align: top; padding: 10px; background: #fff; height: 100px; }
.order .slides .text-rght h1 { font-family: 'Montserrat', sans-serif; display: inline-block; color: #000; font-size: 15px; font-weight: 600; text-align: left; padding-bottom: 0px;  }
.order .slides .text-rght h2 { font-family: 'Montserrat', sans-serif; color: #000; font-size: 13px; font-weight: 400; }
.order .slides .text-rght .line { display: block; border: 1px solid #5a58538f; margin-top: -2px; margin-bottom: 7px; }
.order .slides .text-rght .price { float: right; color:#d32025; font-weight: 600; font-size: 15px; }
.order .carousel { margin-bottom: 50px; }

#accordion p { color: #000; }
#accordion h3 { background: #ece0cc; padding: 10px 10px; }
#accordion h3.ui-accordion-header-active { background:#d32025; color: #fff; outline: none !important;
    box-shadow: none; font-weight: 400; border: 0px solid; }
#accordion h3.ui-accordion-header-active img { filter: brightness(0) invert(1); }
#accordion h3.ui-accordion-header-active span.ui-accordion-header-icon { display: block; background: #000; background: url('./../images/arrow-up.png'); background-size: contain; width: 25px; height: 25px; float: right; background-repeat: no-repeat; margin-top: -1px; margin-right: 5px; filter: brightness(0) invert(1); }
#accordion h3 span.ui-accordion-header-icon { display: block; background: #000; background: url('./../images/arrow-down.png'); background-size: contain; width: 25px; height: 25px; float: right; background-repeat: no-repeat; margin-top: -1px; margin-right: 5px; }
#accordion img { width: 22px; margin-right: 20px; margin-left: 10px; margin-top: -1px; }
#accordion ul.menu-list { padding-top: 20px 10px ; }
#accordion ul.menu-list li { position: relative; display: block; padding: 20px 30px 20px 40px; border-bottom: 1px solid #bfc3c3; }
#accordion ul.menu-list li:last-child { border-bottom: 0px solid #bfc3c3; }
#accordion ul.menu-list li:after { position: absolute; content: ''; top: 22px; left: 15px; background: url(./../images/stinky-tofu.png); height: 15px; width: 15px; z-index: 9; background-size: contain; }
#accordion ul.menu-list li h1 {  font-family: 'Montserrat', sans-serif; display: inline-block; width: 80%; color: #000; font-size: 18px; padding-right: 20px; font-weight: 600; }
#accordion ul.menu-list li .price { display: inline-block; padding-left: 20px; color:#d32025; }
#accordion ul.menu-list li .add { display: inline-block; width: 18%; text-align: right; }
#accordion ul.menu-list li .add span { display: inline-block; color: #000; padding: 3px 7px; border: 1px solid #000; }
#accordion ul.menu-list li .add span:hover { color: #fff; background:#d32025; padding: 3px 7px; border: 1px solid#d32025; transition-duration: .5s; }
#accordion ul.menu-list li p { color: #000; padding-top: 5px; font-size: 13px; width: 85%; }
#accordion .ui-accordion-content { margin-bottom: 30px; background: #fff; }

.order .order-box .headline { background:#d32025; padding: 15px 15px; }
.order .order-box .headline h3 { font-family: 'Montserrat', sans-serif; color: #fff; padding-bottom: 5px; font-size: 16px; font-weight: 600; }
.order .order-box .headline h4 { font-family: 'Montserrat', sans-serif; color: #fff; font-size: 14px; }

.order .order-summary { background: #fff; border: 1px solid #ccc; }
.order .order-box ul.order-cart {  }
.order .order-box ul.order-cart > li { display: block; padding: 10px 0px;  }
.order .order-box ul.order-cart > li > ul.list { display: block; margin: 0px 10px 13px 10px; padding-bottom: 10px; border-bottom: 1px solid #d8d8d8; }
.order .order-box ul.order-cart > li > ul.list > li { display: inline-block; vertical-align: top; color: #000; }
    .order .order-box ul.order-cart > li > ul.list > li.tilte { font-size: 15px; border: 0px solid #d8d8d8; font-weight: 500; width: 45%; letter-spacing: 0px; padding-right: 10px; }
.order .order-box ul.order-cart > li > ul.list > li.icon { background: url('./../images/menu.png') no-repeat;    background-size: contain; width: 5%; height: 16px; border: 0px solid #d8d8d8; margin-right: 16px;   padding-right: 10px; margin-top: 4px;  margin-left: -8px; transition-duration: .5s; }
.order .order-box ul.order-cart > li > ul.list > li.common { border: 1px solid #d8d8d8; padding: 0px 6px; color: #000; width: 9%; font-size: 23px; margin-top: 3px; }
.order .order-box ul.order-cart > li > ul.list > li.quantity { font-size: 15px; background:#d32025; color: #fff;  }
    .order .order-box ul.order-cart > li > ul.list > li.price {
        text-align: right;
        font-size: 15px;
        float: right;
        padding-right: 0px;
        width: 15%;
        vertical-align: top;
        margin-top: 4px;
    }
 .order .order-box ul.order-cart > li > ul.list:hover > li.icon { background: url('./../images/menu-color.png') no-repeat;  background-size: contain; transition-duration: .5s; }  

.order .order-box .total { background: #fff; padding: 0px 30px 20px 30px; color: #000; font-size: 14px;  }
   /* .order .order-box .total.line { display: block; position: relative; }
    .order .order-box .total.line:after {
        position: absolute;
        content: '';
        left: 0px;
        bottom: -10px;
        background: #d8d8d8;
        width: 100%;
        height: 1px;
    } */
    .order .order-box .total table {
        width: 100%;
        font-weight: 500;
        font-size: 15px;
    }
    .order .order-box .total tr.total {
        font-size: 18px;
        font-weight: 600;
    }


.order .order-box .total td.color { color:#d32025; font-size: 20px;  }


.order .order-box .total tr { margin-bottom: 7px;  }
.order .order-box .total tr td:last-child { text-align: right; }

    .order .order-box .total h3 {
        font-family: 'Montserrat', sans-serif;
        color: #000;
        padding-bottom: 0px;
        font-size: 15px;
        font-weight: 500;
        text-align: left;
    }

.order .order-box .special-req { margin-top: 15px; background: #fff; padding: 10px 20px; color: #000; margin-bottom: 15px; box-shadow: 0px 0px 3px #9c9c9c; }
.order .order-box .special-req input{ width: 100%; font-size: 14px; color: #000; }
.order .order-box .special-req input::placeholder { color: #777; }
.order .order-box .special-req h4 { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 400; margin-bottom: 20px; }
.order .order-box .special-req input[type='radio'] { width: auto; float: left; margin-right: 10px;   margin-top: 3px; margin-bottom: 15px; }

.order .order-box .collection { background: url('./../images/collection.jpg'); padding: 25px 20px;     background-size: cover; margin-top: 20px; }
.order .order-box .collection .type input { vertical-align: top; margin-top: 5px;  float: left; margin-bottom: 10px; margin-right: 15px;}
.order .order-box .collection .type { font-size: 15px; padding-left: 20px; margin-bottom: 20px; vertical-align: top; }
.order .order-box .collection .type:last-child { margin-bottom: 0px; }

.order .order-box .payment { background: #fff; margin-top: 20px; margin-bottom: 15px; color: #000; box-shadow: 0px 0px 3px #9c9c9c;}
.order .order-box .payment .type {  }
.order .order-box .payment .type:first-child { border-bottom: 1px solid #d8d8d8; padding-bottom: 15px; }
.order .order-box .payment .type img { margin-top: 0px; margin-bottom: 25px; }

.order .order-box .details { background: #dddddd; padding: 20px; }
.order .order-box .details input { background: #fff; color: #000; width: 100%; margin-bottom: 15px; font-size: 14px; }
.order .order-box .details input::placeholder { color: #777; }

.order .order-box .submit { margin-top: 30px; }
.order .order-box .submit button { background:#d32025; width: 100%; padding: 27px; font-size: 23px; color: #fff;outline: none; transition-duration: .5s; cursor: pointer;  }
.order .order-box .submit button:hover { background: #ff9c01; color: #fff; transition-duration: .5s; text-decoration: none; }

.testbutton {
    margin-top: 30px;
    background:#d32025;
    width: 100%;
    padding: 27px;
    font-size: 23px;
    color: #fff;
    outline: none;
    transition-duration: .5s;
    cursor: pointer;
}

    .testbutton:hover {
        background: #fcb730;
        color: #fff;
        transition-duration: .5s;
        text-decoration: none;
    }

.order .order-box .allergy { margin-top: 15px; background: #fff; padding: 15px; box-shadow: 0px 0px 3px #9c9c9c; }
.order .order-box .collection.allergy { /*background: url('./../images/allergy-advice.jpg'); background-size: cover; padding: 20px;*/ }
.order .order-box .allergy h3 { display: block; font-size: 16px; font-size: 16px; padding-bottom: 5px;}
.order .order-box .allergy img { width: 100%; }
.order .order-box .allergy .inner-headline { padding-bottom: 0px; }
.order .order-box .allergy p { color: #000; font-size: 14px; text-align: justify; margin-top: 8px; }


/*Book A Table Page*/

.order.book-pg .banner { background: url('./../images/booktable-banar.jpg'); }
.book-pg #reservation { margin: 0px 0px 0px 0px; }
.book-pg .form-holder p { display: block; color: #000; font-size: 16px; padding-bottom: 35px; }
.book-pg .form-holder { display: block; position: relative; padding: 30px 60px; border: 1px solid#d32025;  }
.book-pg .form-holder:before { content: ""; position: absolute; top: -4px; right: 2px; bottom: 0; left: 2px;
    height: calc(100% + 8px); display: block; border-radius: 2px; border: 1px solid#d32025; }
.book-pg .form-holder .hold { margin-bottom: 20px; text-align: center; }
.book-pg .form-holder button.book-btn { padding: 15px 40px; text-align: center; background:#d32025; color: #fff;
    font-size: 18px; outline: 0; border: 0px solid; }
.book-pg .form-holder button.book-btn:hover { background: #000; }
.book-pg .form-holder .hold > p { padding-bottom: 0px; text-align: left; font-size: 15px; }

/*Placeholder Date remvoe*/
/*.book-pg input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #000;
    margin-right: 0.5em;
  }
.book-pg input[type="date"]:focus:before,
.book-pg input[type="date"]:valid:before { content: "";  }

.book-pg input[type="date"].active {  content: "aa"; }*/

.add_btn {
    background-color: white;
    color:#d32025;
}
.add_btn:hover {
    background-color:#d32025;
    color: white;
}

.intro {
    display: block;
    position: relative;
    padding: 150px 0px 180px 0px;
    text-align: center;
    margin-top: -100px;
    background: url(../images/offer-bg2.png) no-repeat;
    margin-top: -250px;
}


    .intro .box {
        display: block;
        width: 80%;
        text-align: center;
    }

        .intro .box .icon {
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
        }

            .intro .box .icon img {
                filter: brightness(0) invert(1);
                max-width: 100%;
                width: 90px;
            }

        .intro .box:hover .icon img {
            filter: invert(0%);
        }

        .intro .box .text {
        }

            .intro .box .text h2 {
                font-size: 17px;
                padding-bottom: 0px;
                color: #000;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: .7px;
            }

            .intro .box .text p {
                font-size: 14px;
                color: #fff;
                line-height: 18px;
            }

    .intro .discount {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #efc46b;
        border-bottom: 1px solid #efc46b;
        padding: 10px;
        margin-top: 40px;
    }

        .intro .discount h3 {
            font-size: 40px;
            color: #ffc107;
            font-style: italic;
        }





#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 20px;
}

    .img-wrapper img {
        width: 100%;
    }

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

    .img-overlay i {
        color: #fff;
        font-size: 3em;
    }

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #overlay img {
        margin: 0;
        width: 80%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 5%;
    }

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #nextButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #prevButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

    #exitButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}





