html,body{
font-family:"Montserrat",sans-serif;
font-weight: 400;
margin:0;
padding:0;
height:100%;
font-size:14px;
/*background-color:#F4F4F4;*/
color:#474d5d;
}


.labelsize {
background:#FFFFFF;
/*border:1px solid #EDEDED;*/
border:0px solid #c9c7c7;
box-shadow: inset 0px 0px 0px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3);
border-radius: 30px;
padding:15px 10px;
margin-top:5px;
}

.labelsize:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.labelsize:hover {
  background-color: #eff2f5;
}

.labelsize:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.labelsize:disabled {
  background-color: #dee0e3;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.labelsize:active {
  background-color: #dee0e3;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

.social-icon {
	border: none;
	color: white;
	padding: 8px;
	max-width: 50px;
	text-align: center;
	float: left;
}

.ion-ios-search {
	border: none;
	color: #E0E0E0;
}

.ion-ios-search::before  {
	border: none;
	color: #000000;
}


main {
  max-width: 720px;
  margin: 0 auto;
}
summary {
  font-weight: 600;
background: rgb(129,0,0);
background: #E0E0E0;
color: #000;
  padding: 1rem;
  margin-top: 2.0rem;
  margin-bottom: 2.0rem;
  outline: none;
  text-align: center;
  cursor: pointer;
  position: relative;
}
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
details > summary::after {
	position: absolute;
	font-family: "Ionicons";
	content: "\f362";
	top: 15px;
	right: 20px;
}
details[open] > summary::after {
	position: absolute;
	font-family: "Ionicons";
	content: "\f35e";
	top: 15px;
	right: 20px;
}
details > summary::-webkit-details-marker {
  display: none;
}


topic {
display: block; 
  font-weight: 600;
background: #E0E0E0;
color: #000;
  padding: 1rem;
  outline: none;
  text-align: center;
}


.franchineseimage
{
float: right;
border-radius: 10%;
}

.logo:active,
.CuisineImage:active,
:any-link:active
{

    -webkit-animation: jiggle 0.2s infinite;
    -moz-animation-duration: 0.2s;
    -moz-animation-name: jiggle;
    -moz-animation-iteration-count: infinite;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
}

@-moz-keyframes jiggle {
    0% {
        -moz-transform: rotate(-1deg);
    }
    50% {
        -moz-transform: rotate(1deg);
    }
}

@-webkit-keyframes jiggle {
    0% {
        -webkit-transform: rotate(-1deg);
        }
    50% {
        -webkit-transform: rotate(1deg);
    }
}


.get-app
{
   	animation: heartbeat 5s infinite;
	max-height: 50px;
}
.get-app-homepage
{
   	animation: heartbeat 5s infinite;
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( 1.1 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( 1.1 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( 1.1 );
  }
  100%
  {
    transform: scale( 1.1 );
  }
}


.ion-android-hand,
.ion-hammer,
.ion-arrow-graph-up-left,
.ion-home,
.ion-laptop,
.ion-checkmark-round,
.ion-card,
.ion-ios-bolt,
.ion-android-car,
.ion-thumbsup,
.ion-university,
.ion-wand {
    color: #cc0000;
}


#promotable {
  width: 100%;
}

#promotable td, #promotable th {
  padding: 6px;
}

@media only screen and (max-width: 45em) {

    #promotable td, #promotable th {
        display: block;
    }

    td[data-th]:before  {
        content: attr(data-th);
    }
}


i.ion-android-arrow-dropdown-circle {
	font-size: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
	color:#b90000;
    padding: 5;
   	animation: heartbeat 2s infinite;
}

#parallax-wrap {
background:rgba(0, 0, 0, 0.65);
}

.col-md-3 {
    line-height: 2.4;
}

.ion-android-cart,
.ion-ios-cart {
    color: #cc0000;
}

.section-subcribe .email {
    border: 1px solid #999;
    color: #000000;
}

.cuisine_resp_col
{
border-radius: 16px;
}


.CuisineImage {

    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
  width: 80%;
  height: auto;
}

.FoodPreview {
	object-fit: cover;
	width:230px;
	height:230px;
	max-height: 180px;
	max-width: 180px;
	border-radius: 8px;
	padding: 5px;
}



.CuisineTitle {
    text-align: center;
padding-bottom: 5px;
}

.curved-div {
    position: relative;
    background: #ff3c00;
    color: #FFF;
    text-align: center;
    overflow: hidden;
}

.curved-div svg {
    display: block;
}

.curved-div.upper {
    background: #fff;
}

.curved-div h1 {
    font-size: 6rem;
font-family:"Montserrat",sans-serif;
margin-top: 0rem;
    color: #FFF;
}

.curved-div p {
    font-size: 1rem;
    margin: 0 5rem 0rem 5rem;
	font-family:"Montserrat",sans-serif;    
	color: #FFF;
}

.ion-android-menu {
    color: #a52a2a;
    padding-bottom: 225px;
    font-size: 24px;
}


body p.small,
.search-input-wraps #restaurant_name,
.cod-text,
#section-browse #restuarant-list  p.cod-text
{
font-size:13px;
}

#section-browse #restuarant-list  p.cod-text{
text-align:center;
}

img{
max-width:100%;
height:auto;
}

.border{
border:0px solid red;
}

.top-menu-wrapper{
z-index:99;
border:0px solid blue;
padding-top:2px;
padding-bottom:2px;
position:absolute;
width:100%;
top:0;
transition:all .3s ease-in;
}


.top-menu-wrapper img.logo {
    border: 0px;
    max-width: 240px;
    min-width: inherit;
    padding-top: 25px;
}


.top-menu-wrapper .col-b{
margin-top:20px;
}

#menu a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 5px 15px;
    text-decoration: none !important;
}

#menu a i {
    margin-right: 4px;
}


#menu li.active a, 
#menu a:hover, 
.section-footer a:hover, 
.mobile-search-menu a.selected i, 
.progress-dot a.selected i {
    color: #ffffff;
    text-decoration: underline;
}

.progress-dot a.selected i {
    color: #3a3a3a !important;
}

#menu .logout-menu a:hover,
#menu .green-button a:hover,
#menu li.active.green-button a
{
color:#fff;
}

#menu a:hover, 
.section-footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}


#menu {
    display: table;
    border: 0px solid red;
    margin: 0;
    list-style-type: circle;
    padding: 3;
    float: right;
}


#menu li{
display:table-cell;
border:0px solid blue;
margin:0;
padding:0;
}

.parallax-container{
border:0px solid red;
min-height:570px;
width:100%;
background: rgb(0, 0, 0); 
background:rgba(0, 0, 0, 0.25);
}

.parallax-search,
.mobile-banner-wrap .layer
{
border:0px solid red;
min-height:240px;
width:100%;
background: rgb(0, 0, 0); 
background:rgba(0, 0, 0, 0.5);
}

.mobile-banner-wrap .layer
{
min-height:100%;
width:100%;
position:absolute;
top:0;
left:0;
z-index:1;
}

.parallax-search.parallax-menu
{
min-height:450px;
}

.search-wraps{
border:0px solid white;
width:100%;
margin:auto;
padding-top:180px;
}

.readmore #collapse-content.collapse:not(.show) {
    display: block;
    height: 10rem;
    overflow: hidden;
}

.search-wraps.single-search{
padding-top:220px;
width:60%;
}

.parallax-search .search-wraps{
padding-top:100px;
border:0px solid red;
}

.search-wraps h1
{
color:#fff;
font-size:56px;
text-align:center;
font-weight:300;
font-family:"Montserrat",sans-serif;    

}

.search-wraps h2
{
color:#fff;
font-size:40px;
text-align:center;
font-weight:300;
font-family:"Montserrat",sans-serif;    

}

.search-wraps.menu-header h2
{
	text-align:left;

}

.delivery-asap.icheckbox_square div
{
position:relative;
}

.sections h2,
.sections h4
{
color: #0d1115;
font-family: "Montserrat",sans-serif;
font-size: 28px;
font-weight: normal;
line-height: 35px;
margin-bottom: 10px;
text-align:center;
}

.sections h4{
font-size:20px;
text-align:inherit;
color:#474d5d;
margin:0;
line-height:normal;
}

.sections{
padding-top:20px;
padding-bottom:30px;
}

p,
.search-input-wraps #s,
.search-input-wraps .search-field
{
font-size:16px;
font-family:"Montserrat",sans-serif;    

}

.search-wraps p,
.search-wraps p a
{
text-align:center;
color:#fff;
margin-bottom:20px;
}

.search-wraps.menu-header p{
margin-bottom:8px;
text-align:left;
}

.search-wraps.menu-header a{
color:#fff;
font-family:"Montserrat",sans-serif; 
}


.sub-banner-header{
padding-top:10px;
padding-bottom:10px;
color:#fff;
background:url("../images/grey-bg.png");
}

.search-input-wraps{
padding:14px 28px;
background:#fff;
width:80%;
margin:auto;
}

.rounded{
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px; 
-khtml-border-radius: 20px;

box-shadow: inset 0px 0px 0px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3);
}

.rounded3,
.fancybox-skin
{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 30px; 
-khtml-border-radius: 3px;
}


.rounded5{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; 
-khtml-border-radius: 5px;
}


.rounded30{
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px; 
-khtml-border-radius: 30px;
}

.search-input-wraps #s,
.search-input-wraps .search-field,
.search-input-wraps #restaurant_name
{
width:100%;
padding:1px;
color:#444;
border:none;
}

*:focus {
    outline: none;
}

.search-input-wraps button[type="submit"]
{
background:none;
border:none;
font-size: 28px;
position: absolute;
right: 10px;
top:-1px;
}

.relative{
position:relative;
}

.search-menu,
.search-menu li
{
margin:0;
padding:0;
display:table;
width:100%;
}

.search-menu li {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}


.search-menu li a{
display:block;
height:110px;
width:110px;
border:1px solid #f75d34;
margin:auto;
text-indent:-9999px;

-moz-border-radius: 55px; -webkit-border-radius: 55px; border-radius: 55px;
background: rgb(0, 0, 0); 
background:rgba(0, 0, 0, 0.75);
position:relative;

-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.search-menu li a:hover,
.search-menu li a.selected
{
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
color: white;
box-shadow: inset 0 0 0 138px #040c13, 0 0 0 6px rgba(50, 50, 50, 0.75), 0 1px 2px rgba(0, 0, 0, 0.1);
border:none;
}

.search-menu li a i{
width:80px;
height:83px;
position:absolute;
left:14px;
top:10px;
display:block;
}

.search-menu a.byaddress i{
background:url("../images/byaddress.png") no-repeat center top;
}

.search-menu a.byname i{
background:url("../images/byname.png") no-repeat center top;
}

.search-menu a.bystreet i{
background:url("../images/bystreet.png") no-repeat center top;
}

.search-menu a.bycuisine i{
background:url("../images/bycuisine.png") no-repeat center top;
}

.search-menu a.byfood i{
background:url("../images/byfood.png") no-repeat center top;
}


.hide,
.forms-search,
.review-input-wrap,
.credit_card_wrap,
.cc-add-wrap,
.frm-resume-signup,
.pickup-min,
.mobile-home-banner,
.logo-mobile,
.menu-nav-mobile,
.cart-mobile-handle,
.mobile-search-menu.mytable,
.progress-dot.mytable,
.menu-top-menu,
.mobile-banner,
#mobile-filter-handle,
.modal-close-btn,
#mobile-viewmap-handle,
.menu-cat .items-row a.mbile,
.menu-2 a.mbile,
.menu-3 a.mbile,
#getapp-wrap2,
#mobile-social-login,
.view-receipt-mobile,
.view-food-item-wrap .to-show,
.back-map-address,
.dinein-min
{
display:none;
}

.single-search .forms-search{
display:block;
}

.subscribe-row{
width:50%;
float:right;
}

.text-grey{
color:#6b6c6c;
}

.text-flat{
background:#6b6c6c;
border:none;
color:#fff;
}

.orange-button,
.razorpay-payment-button
{
background:#f75d34;
border:1px solid #f75d34;
color:#fff;
padding: 5px 8px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; 
-khtml-border-radius: 3px;
}

.black-button{
background:#101316;
border:1px solid #101316;
color:#fff;
padding: 5px 8px;
}

.orange-text{
color:#f75d34;
}
.green-text{
color:#157f1f;
}

.section-address-book .table > thead > tr > th,
.section-credit-card .table > thead > tr > th,
.section-order-history .table > thead > tr > th
{
border-bottom:1px solid #157f1f;
}

.orange-button.medium,
.green-button.medium,
.black-button.medium
{
padding: 8px 25px;
margin: 10px;
}

a.orange-button:hover,
button.orange-button:hover,
input.orange-button:hover,
input.orange-button:focus,
a.orange-button:focus,
#menu .logout-menu a:hover
{
text-decoration:none;
color:#fff;
background:#ff4e41;
border:1px solid #ff4e41;
}


.green-button{
background:#157f1f;
border:1px solid #088c61;
color:#fff;
padding: 5px 8px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; 
-khtml-border-radius: 3px;
margin: 10px;
}

.subscribe-button{
background:#157f1f;
border:1px solid #088c61;
color:#fff;
padding: 25px;
 margin-left: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; 
-khtml-border-radius: 3px;
}


.green-button.inline,
.orange-button.inline,
.inline-block,
.black-button.inline
{
display:inline-block;
}

.section-label .green-button.inline{
font-size:19px;
}

a.green-button:hover,
button.green-button:hover,
input.green-button:hover,
input.green-button:focus,
a.green-button:focus,
#menu .green-button a:hover
{
text-decoration:none;
color:#fff;
background:#35a840;
border:1px solid #088c61;
}

#menu .logout-menu a:hover,
#menu .green-button a:hover
{
border:none;
}


a.black-button:hover,
button.black-button:hover,
input.black-button:hover,
input.black-button:focus,
a.black-button:focus
{
text-decoration:none;
color:#fff;
background:#252a2c;
border:1px solid #252a2c;
}


.disabled-button{
background:#ccc;
border:1px solid #ccc;
}

.block,
#mobile-menu li a
{
display:block;
}
.upper{
text-transform:uppercase;
}

.subscribe-inner{
/*border:1px solid #6b6c6c;*/
position:relative;
display:table;
background:#6b6c6c;
}

.subscribe-inner input[type="text"],
.subscribe-inner button[type="submit"]
{
display:table-cell;
padding:5px 8px;
}

.subscribe-row .text-grey{
padding:5px 8px;
}

.text-right{
text-align:right;
}

.section-how-it-works,
.section-grey,
.section-cuisine
{
background:#fafafa;
}

.search-wraps.menu-header img
{
	max-width: 200px;
}

.sections.section-how-it-works
{
background:url("../images/section1-bg.png") bottom center #ededed repeat-x;
}

.section-grey2{
background:#eff2f5;
}

.section-feature-resto,
.white_bg
{
background:#fff;
}

.section-how-it-works .steps{
border:0px solid red;
max-width:136px;
max-height:124px;
min-height:124px;
margin:auto;
display:block;
}

.center,
.section-how-it-works h3,
.section-how-it-works p,
.mobile-search-menu,
.progress-dot,
#mobile-menu li a,
.result-merchant p.cod-text
{
text-align:center;
}

.section-how-it-works h3{
background:#f75d34;
color:#fff;
padding:5px;
display:inline-table;
text-align:center;
padding:5px 25px;
border-bottom-left-radius: 10px;
}

.section-how-it-works p,
.section-feature-resto p,
.section-footer p,
.filter-box li,
.box-grey p,
.box-grey,
.result-merchant .inner p,
.view-food-item-wrap .section-label a.section-label-a span
{
font-size:14px;
}

.section-feature-resto p{
margin:2px;
}

.logo-small
{
display: block;
margin: auto;
max-width: 100px;
min-width:100px;
}

.logo-medium
{
display: block;
margin: auto;
max-width: 200px;
min-width:200px;
}

.result-merchant .logo-small{
max-height:100px;
min-height:100px;
}

.marker-wrap .logo-small{
max-width: 80px !important;
}

.logo-medium{
max-width: 125px;
min-width:125px;
}

.logo-large{

display: block;
margin: auto;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; 
-khtml-border-radius: 10px;
}


.result-merchant .logo-medium{
min-height:125px;
max-height:125px;
}

.section-feature-resto ul,
ul.services-type
{
display:table;
}

.section-feature-resto ul li,
ul.services-type li
{
display:table-cell;
}

.section-feature-resto ul li,
ul.services-type li
{
padding:0px 5px;
font-size:13px;
}

ul.services-type li i{
font-size:15px;
}

.green-color,
.section-feature-resto a:hover h4,
.clear-cart,
.section-checkout .i-big.green-color
{
color:#157f1f;
}

.menu-1.box-grey,
.top-line-green,
.box-grey.top-line-green
{
border-top:2px solid #157f1f;
}

.section-feature-resto a
{
color:inherit;
}

.section-feature-resto a:hover,
.category a:hover,
.category a:active,
.category a:focus,
a:active,
a:focus,
.menu-cat a:hover,
.section-label a.section-label-a:hover,
ul#tabs li.noclick a:hover,
ul#tabs li.nounderline a:hover
{
text-decoration:none;
}

.border-light{
border-top:1px solid #ededed;
border-color:#ccc;
padding:9px 0;
}

.section-feature-resto h2,
.section-cuisine .sub-text
{
margin-bottom:30px;
}

.section-cuisine .sub-text{
/*color:#319db5;*/
}

.section-cuisine{
/*background:#2b2e33 ;
color:#a3a8ad;*/
color:inherit;
}

.section-cuisine a{
/*color:#a3a8ad;*/
color:inherit;
}

.white-text,
.order-progress-bar a,
.section-subcribe h2
{
color:#fff;
}


.indent-5percent{
text-indent:5%;
}

.section-browse-resto{
background:#fff;
}

.section-subcribe
{
	background-image:
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 50%, rgb(244 244 244) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
	color:#acacab;
	padding-top: 0px;
	padding-bottom: 0px;
}
.section-footer
{
background-color:#000000;
}


/*.section-subcribe{
border-bottom:1px solid #bcbbbb;
}*/

.section-subcribe .green-button,
.section-subcribe .email
{
font-size: 18px;
padding: 13px 18px;
font-family:"Montserrat",sans-serif;
}

.section-subcribe .email{
border:1px solid #999;
}

.section-footer h3{
margin-bottom: 10px;
margin-top: 20px;
color:#acacab;
font-weight:600;
font-size:15px;
font-family:"Montserrat",sans-serif;
}

.order-progress-bar{
background:#1a2533;
padding-bottom: 10px;
padding-top: 10px;
border-bottom:1px solid #060606;
border-top:1px solid #060606;
text-align:center;
position:relative;
}

.order-progress-bar a:hover,
.order-progress-bar a.active,
.filter-box a:hover
{
text-decoration:none;
color:#f75d34;
font-weight:600;
}

.hover-orange,
.filter-box a:hover{
font-weight:normal;
text-decoration:none;
color:#f75d34;
}

.order-progress-bar a.active.current{
border-bottom:1px solid #f75d34;
}

.order-progress-bar a.inactive{
pointer-events:none;
}

.filter-wrap,
.box-grey
{
/*background:#FFFFFF;*/
/*border:1px solid #EDEDED;*/
/*border:0px solid #c9c7c7;*/
/*box-shadow: inset 0px 0px 0px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3);*/
/*border-radius: 30px;*/
padding:0px 20px;
/*margin-top:25px;*/
}

.menu-right-content .box-grey,
.menu-2 .box-grey,
.no-marin-top
{
margin-top:0;
}

.bold{
font-weight:bold;
}

.filter-box,
.box-grey
{
margin-bottom:20px;
}

.filter-box a,
.menu-cat a,
.section-label a.section-label-a,
.section-label .section-label-a
{
color:#333;
display:block;
padding-top:8px;
padding-bottom:8px;
position:relative;
}


.filter-box a span,
.menu-cat a span,
.section-label a.section-label-a span,
.section-label .section-label-a span
{
background:#fff;
position:relative;
z-index:2;
padding:0 8px 0 0;
}

.filter-box a b,
.menu-cat a b,
.section-label a.section-label-a b,
.section-label .section-label-a b
{
width:100%;
display:block;
position:absolute;
top:50%;
left:0;
z-index:1;
}
.filter-box .icheckbox_square{
	margin-right:0px;
    position: absolute;
    top: 0px;
    right: 0px;
	opacity: 0;
}

.filter-box .icheckbox_square.checked{
	opacity: 1;
	background-color: #C50000;
	border-radius: 18px;
	border-color: #C50000;
	
}

/*.filter-box li,
.box-grey p,
.box-grey
{
font-size:14px;
}*/

.section-subcribe h2{
margin:0 0 25px;
}

.sort-wrap{
}

.sort-results .btn{
line-height:1.12857;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; 
-khtml-border-radius: 2px;
}

.show {
display: inline-block !important;

}

.sort-wrap .orange-button{
font-size: 19px;
width: 40px;
float:right;
}

.sort-wrap .orange-button.inactive
{
background:#c9c7c7;
border:1px solid #c9c7c7;
}

.result-merchant{
margin-top:25px;
}

.result-merchant .infinite-item,
.result-merchant .infinite-item-newest
{
margin-bottom:20px;
}

.result-merchant h2{
color:#000;
}

.result-merchant .inner
{
border:0px solid #c9c7c7;
box-shadow: inset 0px 0px 0px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3);
border-radius: 8px;
padding:10px 0;
padding-bottom:20px;
background:#fff;
color:#5d5b5b;
font-size:14px;
text-align:center;
position:relative;
}

.result-merchant #search-listview .inner{
min-height:600px;
}

.result-merchant .inner.list-view,
.result-merchant .inner.list-view h2,
#browse-list .inner
{
text-align:left;
}

.result-merchant .inner.list-view h2,
.menu-header .mytable p
{
margin:0;
}

.result-merchant .inner.list-view .mytable{
width:auto;
margin:0;
}
.result-merchant .inner.list-view .mytable .mycol{
border:none;
width:auto;
padding-right:10px;
}

.result-merchant .inner.list-view p.cuisine{
font-size:13px;
font-weight:bold;
}

.result-merchant .inner.list-view a.orange-button{
margin-top:45%;
display:inline-table;
}

.result-merchant .inner.list-view .concat-text{
padding-left:0;
padding-right:0;
}

/*.result-merchant .inner p{
font-size:14px;
}*/

.nomargin,
.result-merchant .inner .mytable p,
.result-merchant .inner.list-view p,
.box-grey p
{
margin:0;
}

.section-checkout .box-grey p{
margin:10px 0;
}

.mytable{
display:table;
width:100%;
}

.mytable a:link, a:hover, a:focus, a:active , a:visited {
     text-decoration: none;
 }


.mytable .mycol{
display:table-cell;
}

.result-merchant .mytable{
margin-top:25px;
}

.concat-text
{
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display:block;
}

.result-merchant .concat-text{
padding-left:8px;
padding-right:8px;
}

.result-merchant .mytable .mycol{
border:1px solid #c9c7c7;
padding:2px;
/*width:50%;*/
width:40%;
}

.result-merchant .mytable .mycol.a{
border-left:0;
border-right:0;
}

.result-merchant .mytable .mycol.b{
border-right:0;
}

.result-merchant a.orange-button,
.section-profile ul#tabs li i,
ul#tabs li a i,
ul#tabs li i
{
font-size:18px;
}

a.orange-button:visited {
color:#ffffff;
}

.top5{
margin-top:5px;
}
.top8{
margin-top:8px;
}
.top10,
.result-merchant .inner.list-view .services-type,
.menu-2 .top10
{
margin-top:10px;
}
.top15,
.result-merchant, .inner p.top15
{
margin-top:15px;
}
.top25{
margin-top:25px;
}

.top30,
.item-order-wrap{
margin-top:30px;
}

.padtop15{
padding-top:15px;
}

.menu-2 .box-grey .top10,
.bottom10
{
margin-bottom:10px;
}

.bottom15,
.box-grey p.bold,

.delivery_asap_wrap
{
margin-bottom:15px;
}
.bottom20{
margin-bottom:20px;
}
.bottom30{
margin-bottom:30px;
}

.mr10px{
margin-right:10px;
}

.result-merchant ul.services-type{
margin:0 auto 25px;
}

.infinite-more-link {
visibility: hidden; 
}

.search-result-loader{
max-width:200px;
margin:20px auto auto;
display:none;
}

.search-result-loader i{
background:url("../images/Coffee-cup.gif") no-repeat center right;
height:64px;
width:64px;
display:block;
margin:auto;
}

.search-result-loader p{
font-size: 12px;
margin-top: 5px;
text-align:center;
}

/***  SPONSORED RIBBON **/
.ribbon {
  position: absolute;
  left: -5px; top: -7px;
  z-index: 1;
  overflow: hidden;
  width: 100px; height: 100px;
  text-align: right;
}
.ribbon span {
	font-family:"Montserrat",sans-serif;   
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 120px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -28px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
/*** END  SPONSORED RIBBON **/

/*************  OFFER  **************/
.ribbon-offer {
  position: absolute;
  right: -5px; top: -7px;
  z-index: 10;
  overflow: hidden;
  width: 100px; height: 100px;
  text-align: right;
}
.ribbon-offer span {
font-family:arial;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 120px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -28px;
}
.ribbon-offer span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon-offer span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
/*************  END OFFER  **************/

/************  START TABS *************/
.tabs-wrapper,
.connected-wrap
{
border:0px solid #c9c7c7;
}

ul#tabs {
list-style-type: none;
padding: 0;
text-align: center;
background:#fff;
border: 1px solid #EEEFF2;
/*box-shadow: inset 15px 15px 15px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3);*/
padding: 15px;
}

ul#tabs li {
display: inline-block;
padding: 5px 15px;
margin-bottom: 4px;
cursor: pointer;
}

ul#tabs li a,
ul#mobile-menu li a
{
color:#474d5d;
}

ul#tabs li:hover {
border-bottom:2px solid #f75d34;
}
ul#tabs li.active {
border-bottom:2px solid #f75d34;
}

ul#tabs li.active i{
color:#f75d34;
}

ul#tab {
list-style-type: none;
margin: 0;
padding:10px 8px;
}

ul#tab > li {
display: none;
}
ul#tab li.active {
display: block;
}
/************  END TABS *************/


.search-map-results{
min-height:350px;
max-height:350px;
display:none;
border:1px solid #c9c7c7;
background:#c9c7c7;
}
.marker-wrap{
padding:8px 15px;
}
.marker-wrap h3{
margin:0;
margin-bottom:3px;
}

.filter-box .search-input-wraps{
border:1px solid #c9c7c7;
padding:5px 8px;
width:100%;
}

.filter-box .search-input-wraps button[type="submit"]{
font-size:20px;
}

.menu-header .mytable{
/*width: 410px;*/
max-width: 520px;
margin:auto;
}

.menu-header.search-wraps h1 h2{
margin-bottom: 5px;
margin-top: 10px;
}
.star-float{
position:absolute;
top:0;
left:10px;
width:43px;
height:69px;
background:url("../images/star.png");
}

.menu-right-content .box-grey{
padding:0;
border: 1px solid #EEEFF2;
box-shadow: none;
background-color: white;
}
.menu-right-content .delivery-option{
padding:15px 20px;
}
.menu-right-content .box-grey .inner.line-top,
.line-top
{
border-top:1px solid #c9c7c7;
}

.line-bottom{
border-bottom:1px solid #c9c7c7;
}

.order-icon{
display:block;
width:56px;
height:55px;
position:absolute;
top:8px;
left:10px;
}
.your-order-icon{
background:url("../images/your-order.png");
}
.delivery-option-icon{
background:url("../images/delivery-option.png");
}

.delivery-option select,
.delivery-option input[type="text"],
#voucher_code,
#redeem_points
{
display:block;
margin:auto;
margin-bottom:8px;
}

.grey-fields{
background:#e2e3e3;
border:1px solid #c9c7c7;
color:#1e1e1e;
padding:8px 10px;
width:auto;
}
.delivery-option .grey-fields,
#voucher_code,
#redeem_points
{
width:100%;
}

.category a{
display:block;
border:0px;
border-bottom:0;
color:#030303;
padding:5px;
font-size:14px;
border-radius:10px;
/*background:#fff;*/
}

.readmore a{font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
font-size:20px;}

.item-moda-details a,
.no-contact-section,
.pointer,
.btn-group-toggle label,
a
{cursor: pointer;}

.category a:hover,
.items-row .row.even
{
background:#f8f8f8;
}

.category a i{
position:absolute;
right:10px;
top:40%;
}

.category a span{
color:#999;
font-size:11px;
}



.items-row{
padding-left:15px;
}

.items-row .row{
padding-top:10px;
padding-bottom:10px;
}


.menu-cat .items-row a{
margin:0;
padding:0;
font-size:30px;
position:absolute;
top:-5px;
left:0;
display:block;
}

.menu-cat .items-row a:hover i
{
color:#474d5d;
}

.clear-cart{
display:none;
font-size: 12px;
position: absolute;
right: 10px;
top: 5px;
}

.voucher_wrap,
.item-order-wrap
{
margin-bottom: 20px;
margin-top:30px;
}

.voucher_wrap a,
.redeem-wrap .orange-button 
{
display:table;
margin:auto;
}

.view-food-item-wrap{
max-width:600px;
min-height:200px;
padding:10px 20px;
background:#FFFFFF;
font-size:13px;
}

.enter-address-wrap{
max-width:500px;
padding:10px 20px;
background:#FFFFFF;
font-size:13px;
}

.food-pic{
max-height:100px;
min-height:100px;
max-width:100px;
min-width:100px;
background-size:cover !important;
background-repeat:no-repeat !important;
}
.food-thumbnail{
max-height:169px;
min-height:169px;
max-width:100%;
min-width:100%;
background-size:cover !important;
background-repeat:no-repeat !important;
background-position:center center !important;
}

.food-thumbnail img{
/*min-width:200px;
max-width:200px;
max-height:183px;
min-height:183px;
max-width:100%;
height:auto;
display:block;
margin:auto;*/
}
.food-description,
.merchant-review-wrap .read-more
{
/*max-height:40px;*/
min-height:40px;
overflow:hidden;
}

.merchant-review-wrap .read-more{
display:block;
}

.dummy-link{
min-height:16px;
}

.line-tru{
text-decoration:line-through;
}

.qty,
#notes,
.addon_qty,
.grey-inputs
{
border: 1px solid #ddd;
padding: 5px;
width: 100%;
text-align:center;
}
#notes,
.grey-inputs
{
text-align:left;
}

.addon_qty{
	padding:3px;
	min-width:28px;
}
.upper-text{
text-transform:uppercase;
}
.food-item-actions .green-button,
.food-item-actions .orange-button
{
width:100%;
}

.menu-2 .box-grey{
padding:5px 8px;
}

.menu-left-content .section-label a.section-label-a span{
background:#eff2f5;
}

.menu-3.box-grey p.bold{
margin-bottom:5px;
}
.menu-3 a.menu-item{
color:inherit;
}

.menu-3 a.menu-item .row,
.merchant-review-wrap .row-review,
.merchant-opening-hours .row,
.section-receipt .receipt-wrap .row,
.sub-item-rows .row.top10,
#mobile-menu li a
{
border-top:1px solid #c9c7c7;
padding-top:6px;
padding-bottom:6px;
}

.sub-item-rows{
overflow:hidden;
}

.sub-item-rows .row.top10{
/*margin-left:15px;
margin-right:15px;*/
}

.menu-3 a.menu-item:last-child .row,
.merchant-opening-hours .row:last-child,
.section-receipt .receipt-wrap .row:last-child,
.sub-item-rows .row.top10:last-child
{
border-bottom:1px solid #c9c7c7;
}

.menu-3 a.menu-item:hover .row,
.merchant-review-wrap .row-review:hover,
.merchant-opening-hours .row:hover,
.section-receipt .summary-wrap .row:hover,
#mobile-menu li a:hover
{
background:#f4f4f4;
}

.center{
text-align:center;
}

.text-left,
.sections h2.text-left
{
text-align:left;
}

.sections h2.text-left{
text-transform:capitalize;
}

.merchant-review-wrap i,
.i-big
{
font-size:50px;
}
.i-big-extra{
font-size:100px;
}

.section-checkout .i-big{
font-size:30px;
position:absolute;
top:0;
z-index:3;
color:#474d5d;
}

.section-checkout .section-label a.section-label-a span{
padding-left:30px;
}

#merchant-map{
border:1px solid #c9c7c7;
border-top:2px solid #157f1f;
max-width:100%;
min-height:400px;
max-height:400px;
}

#photos {
line-height: 0;   
-webkit-column-count: 5;
-webkit-column-gap:   0px;
-moz-column-count:    5;
-moz-column-gap:      0px;
column-count:         5;
column-gap:           0px;  
}

#photos img {
width: 100% !important;
height: auto !important;
}

.text-strike{
position:relative;
}
.text-strike .sline{
width:100%;
display:block;
position:absolute;
z-index:1;
border-bottom:2px solid #474d5d;
top:45%;
}
.text-strike span{
position:relative;
z-index:2;
background:#fafafa ;
padding:8px 15px;
}

.full-width,
.section-checkout .grey-fields
{
width:100%;
}

a.rounded-circle{
width: 30px; height: 30px; background: none; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
border:1px solid #f75d34;
display:block;
margin:auto;
}

a.rounded-circle i
{
display: block !important;
margin: auto;
position: relative !important;
text-align: center;
}

.rounded-circle i{
color:#f75d34 !important;
}

a.rounded-circle:hover i{
color:#ff4e41 !important;
}

.auto-margin{
margin:auto;
}

.capcha-wrapper .g-recaptcha,
.capcha-wrapper #kapcha-1
{
display:table;
margin:auto;
}

p.text-small,
.text-small,
.help-block.form-error,
.search-wraps p.text-small
{
font-size:12px;
}
.help-block.form-error{
margin-bottom:1px;
margin-top:2px;
}

.section-receipt .inner,
.section-mobile-verification .inner,
.section-orangeform .inner
{
margin: auto;
max-width: 550px;
}
.section-receipt .inner h1,
.section-orangeform .inner h1
{
background: #f75d34;
color: #fff;
font-family:"Montserrat",sans-serif;
font-size: 20px;
font-weight: bold;
margin: 0;
padding: 8px 20px;
}
.section-receipt .inner .box-grey,
.section-orangeform .inner .box-grey
{
margin-top:0;
border-top:none;
}

.section-receipt .receipt-wrap.order-list-wrap{
padding:0;
margin-top: -20px;
}
.section-receipt .summary-wrap .a{
width:220px;
}
.indent20{
padding-left:20px;
}
.payment-provider-wrap img.logo-small{
min-width:70px;
max-width:70px;
}
.payment-provider-wrap .checki{
position:absolute;
top:30%;
left:0;
}
.contact-banner p{
margin-bottom:5px;
}
.contact-banner span i{
font-size: 20px;
left: -24px;
position: absolute;
top: auto;
}

.sections.section-contact{
min-height:500px;
position:relative;
padding:0;
}

#contact-map{
position:absolute;
width:100%;
height:100%;
z-index:1;
}

.section-contact .container-map{
z-index:999;
position:absolute;
top:10%;
left:0;
width:100%;
}

.section-contact .container-map .inner{
max-width:800px;
min-width:800px;
margin:auto;
display:block;
}

.container-map .dim,
.container-map .black
{
min-height:400px;
max-height:400px;
}

.container-map .black{
background:#060606;
border:1px solid #f75d34;
border-left:0;
}

.container-map .dim{
background: rgb(6, 6, 6); 
background:rgba(6, 6, 6, 0.9);
border:1px solid #f75d34;
}

.container-map h2,
.container-map p
{
color:#eff2f5;
font-family:"Montserrat",sans-serif;
}

.container-map p{
line-height:normal;
}

.section-browse ul#tab{
padding-top:0;
}

.section-browse ul#tab ul,
.section-browse ul#tab ul li
{
display:inherit;
}

.section-browse .result-merchant .mytable,
.section-browse .result-merchant h2
{
margin:0;
}

.section-browse .result-merchant .mytable .mycol{
border:none;
}

.section-browse .result-merchant .inner,
.section-browse .result-merchant h2
{
text-align:left;
}

.section-browse .result-merchant .concat-text{
padding-left:0;
}

.browse-list-map{
min-height:320px;
}

.section-browse .result-merchant .inner{
padding:0;
}
.section-browse ul#tab .result-merchant ul.services-type,
.section-browse ul#tab .result-merchant ul.services-type li
{
display:block;
text-align:center;
}

.pricing-head,
.single-pricing-footer
{
padding-top:30px;
padding-bottom:20px;
font-family:"Montserrat",sans-serif;
}
.pricing-head h4{
color:#000000;
font-family:inherit;
font-size:18px;
}
.pricing-head h3{
font-size:32px;
color:#000000;
margin:15px 0 0;
font-weight:600;
}

ul.package-features li{
padding-top:9px;
padding-bottom:9px;
color:#303030;
border-top:1px solid rgba(255, 255, 255, 0.0470588);
}

ul.package-features li.last{
border-bottom:1px solid rgba(255, 255, 255, 0.0470588);
}

.single-pricing-footer a{
display:inline-block;
color:#157f1f;
border:2px solid #157f1f;
padding:8px 20px;
}

.single-pricing-footer a:hover{
color:#157f1f;
border:2px solid #157f1f;
text-decoration:none;
}

.chosen-choices .search-field .default{
height: inherit !important;
}

.strike-price{
text-decoration:line-through;
color:#FF0000;
}

.section-notfound h1{
color:#f75d34;
font-size: 150px;
font-weight: bold;
margin-top:50px;
}

.section-address-book table i,
table.otable i
{
font-size:20px;
}

.section-order-history .mytable .mycol{
vertical-align:middle;
}

.section-order-history .order-headline{
background:#ebf5f7 ;
border:1px solid #d3e2e5;
color:#646464;
padding-top:5px;
padding-bottom:5px;
}
.intl-tel-input{
width:100% !important;
}

.avatar-wrap{
display:block;
margin:auto;
max-width:50%;
}

.avatar-section .line-top{
padding-top:8px;
padding-bottom:8px;
margin-top:15px;
margin-bottom:15px;
}

.connected-wrap .col-1{
width:25%;
background:#157f1f;
color:#fff;
vertical-align:middle;
}

.connected-wrap .fb .col-1{
background:#3b5999;
}
.connected-wrap .google .col-1{
background:#dc4a38;
}

.connected-wrap .col-2{
padding-left:15px;
padding-right:15px;
vertical-align:middle;
padding-top:8px;
padding-bottom:8px;
}


/**** 
FIXED AUTO COMPLETE
**/
.search-input-wraps .easy-autocomplete{
width:100% !important;
}

.search-input-wraps .easy-autocomplete input[type="text"]
{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/********END FIXED AUTO COMPLETE **********/

.full-map-wrapper{
position:relative;
min-height:500px;
border:1px solid #c9c7c7;
}

.full-map{
background: #fff;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}

#full-map{
background: #fff;
height: 100%;
left: 0;
position:absolute;
top: 0;
width: 100%;
z-index: 1;
}
.view-full-map{
position: absolute;
right: 10px;
top: 10px;
z-index: 99;
}

.social-wrap{
text-align:center;
}

.section-footer .social-wrap a,
.merchant-social-list a
{
color:#919eaf;
font-size:25px;
}

.section-footer a{
color:#fff;
}
.footer-divider
{
margin-top:30px;
}

.menu-nav-mobile,
.cart-mobile-handle
{
float:right;
position:relative;
height:100%;
padding-top:2%;
}

.menu-nav-mobile a,
.cart-mobile-handle a
{
color:#fff;
font-size:30px;
display:block;
}

.mobile-search-menu.mytable,
.progress-dot.mytable
{
width:300px;
margin:auto;
}

.mobile-search-menu a i,
.progress-dot a i
{
color:#ccc;
font-size:25px;
text-decoration:none;
display:block;
}

ul#mobile-menu{
padding:0;
margin:0;
}

ul#mobile-menu li a:hover
{
text-decoration:none;
}

.section-menu ul#tabs li i{
font-size:30px;
display:none;
}

.mobile-cart-parent
{
background:#ff;
padding:3px;
}

.mobile-cart-wrapper
{
float:right;
width:138px;
height:42px;
background:url("../images/cart.png") no-repeat;
position:relative;
}

.mobile-cart-wrapper span
{
color: #fff;
font-size: 15px;
position: absolute;
right: 12px;
top: 10px;
}
.mobile-cart-parent a:hover .mobile-cart-wrapper
{
background:url("../images/cart-hover.png") no-repeat;
}

#mobile-header{
background:#f75d34;
color:#fff;
padding:8px;
}
#mobile-header h1{
margin:0;
padding:0;
font-size:17px;
}
#mobile-header i{
color:#fff;
font-size:25px;
}

#mobile-app-sections{
padding-top:30px;
}

.container-medium {
max-width:800px;
margin:auto;
}

#mobile-app-sections h2{
margin-top:22%;
}

#mobile-app-sections h3{
margin:auto auto 25px;
}

#getapp-wrap2{
margin:auto;
width:300px;
}

#getapp-wrap2 img{
max-width:130px;
}

#getapp-wrap2 .mycol{
width:150px;
}

.language-options .btn{
width:auto;
}

.merchant-review-wrap img.img-circle{
height:60px;
width:60px;
}

.cookie-wrap,
.language-selection-wrap
{
display:none;
/*background:#262626;*/
background: rgb(38, 38, 38); 
background:rgba(38, 38, 38, 0.95);
color:#fff;
position:fixed;
top:0;
width:100%;
padding:5px 30px;
z-index:999;
}

.cookie-wrap p,
.cookie-wrap a.orange-button,
.cookie-wrap a.green-button
{
font-size:14px;
}
.cookie-wrap a.orange-button,
.cookie-wrap a.green-button
{
padding:8px 10px;
display:inline-table;
}
.cookie-close,
.language-selection-close
{
color:#fff;
font-size:23px;
position:absolute;
right:15%;
z-index:1;
}

.language-selection-close{
top:15%;
}

.print-receipt{
font-size:25px;
}

.ui-datepicker-month,
.ui-datepicker-year
{
color:#000;
}

.fb-button.orange-button,
.google-button.orange-button
{
margin:auto;
display:table;
position:relative;
width:260px;
text-align:center;
}

.fb-button.orange-button{
background:#3b579a;
border:1px solid #3b579a;
}
.fb-button.orange-button:hover{
background:#3254a5;
border:1px solid #3254a5;
}

.fb-button.orange-button i,
.google-button.orange-button i
{
font-size:30px;
position:absolute;
top:15%;
left:10%;
}
.login-or{
text-align:center;
width:260px;
margin:auto;
margin-top:10px;
margin-bottom:15px;
}
.login-or:before{
content:"-";
}
.login-or:after{
content:"-";
}
.language-selection-wrap{
/*display:block;*/
background:#000;
}
.language-selection-wrap .container-medium{
min-height:150px;
background:url("../images/bg_country.jpg") left center no-repeat;
}

.lang-list{
margin-top:10px;
}
.highlight{
background:#555555;
color:#fff;
padding:3px 10px;
margin-left:-10px;
display:table;
}

.highlight:hover,
.language-selection-wrap ul li a:hover,
.language-selection-wrap ul li a.highlight
{
text-decoration:none;
color:#fff;
}
.language-selection-wrap ul li{
margin-bottom:5px;
}
.language-selection-wrap ul li a{
color:#f75d34;
display:block;
text-transform:capitalize;
}
.language-selection-wrap .head{
color:#666;
font-weight:600;
}

.language-selection-wrap .orange-button{
display:table;
padding:3px 6px;
}

li.language-selection a img{
margin-right:5px;
margin-top:-1px;
}
li.language-selection a{
text-transform:capitalize;
}


/*****************
   VERSOION 3.1 
******************/
.section-feature-resto .merchantopentag span{
display:table;
margin:auto;
margin-top:4px;
}
.social-wrap .mycol{
width:16%;
}
 
/* fixed parallax issue on chrome */
#parallax-wrap p:last-child{
margin-bottom:0;
}

.section-cuisine a span{
padding-left:5px;
}
.ui-timepicker-container{
z-index:99999 !important;
}

/*fixed feature resto*/
.section-feature-resto .col-md-5{
min-height:170px;
}

.result-merchant ul li.active{
display:none;
}



/** FAX PRINT FIXED **/

#fax_page .input-block .label{
color: #474d5d;
font-weight: normal;
text-align: left;
}

#fax_page .item-row .a, #fax_page .item-row .b{
line-height:normal;
height:auto;
}

#fax_page .input-block .label, 
#fax_page .input-block .value, 
#fax_page .summary-wrap .a, 
#fax_page .item-row .d, 
#fax_page .summary-wrap .b{
height:auto;
}

.section-feature-resto img{
max-height:100px;
}

.category .goto-category.active,
.lazy_load_item.active
{
background: #ffbb5c;
}

.cart-mobile-handle .badge{
position: absolute;
right: 1px;
top: -1px;
background:red;
}
.cart_count{
display:none;
}


/* taxable cart  css*/

.new-cart-parent{
padding-top:10px;
}

#new-cart{
margin:0;
}

#new-cart div{
padding-left:0;
padding-right:0;
}

#new-cart  a {
color: #9a9a93;
font-size: 20px;
margin-right: 5px;
}

#new-cart .txt-indent{
padding-right: 20%;
text-align: right;
}

.receipt-wrap .row,item-rows-cart{
border-top:none !important;
}

.receipt-wrap hr{
margin-bottom:0;
margin-top:0;
border-color:#e4e7ea;
}

.apply_tip{
padding: 8px 10px;
}
.table-order-details{
width:100%;
}
.table-order-details, 
.spacer3,
.sections .box-grey p.spacer3
{
margin-bottom:15px;
margin-top:5px;
}
.spacer3,
.sections .box-grey p.spacer3
{
display:block;
}
.table-order-details td.a{
width:25%;
}
.table-order-details td.b{
font-weight:bold;
}
.table-order-details td{
padding-top:3px;
padding-bottom:3px;
}
.hide_inputs{
display:none;
}

.section-confirmorder .edit_item,
.section-confirmorder .delete_item
{
display:none;
}

.box-grey{
z-index:1;
}

.apply_tip{
display:none;
}

/* taxable cart  css*/


/*VERSION 3.5*/

/** PRELOADER **/
.main-preloader{
position:fixed;
top:0;
z-index:999999;
background:rgba(50, 50, 50, 0.85) none repeat scroll 0 0;
width:100%;
height:100%;
display:none;
}

.main-preloader .inner{
margin: 0;
padding: 0;
position: absolute;
top: 20%;
width: 100%;
}

.ploader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
border-top: 1.1em solid rgba(247,93,52, 0.2);
  border-right: 1.1em solid rgba(247,93,52, 0.2);
  border-bottom: 1.1em solid rgba(247,93,52, 0.2);
  border-left: 1.1em solid #f75d34;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.ploader,
.ploader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**END preloader*/

.search-food-wrap{
margin-bottom:10px;
position:relative;
}
ul#tab .search-food-wrap li{
display:block;
}
ul#tab .search-food-wrap .easy-autocomplete-container{
z-index:9999;
}

.search-food-wrap button{
position:absolute;
background:none;
border:none;
font-size: 20px;
position: absolute;
right: 10px;
top: 8px;
}
.frm-search-food a{
display: block;
float: right;
margin-bottom:5px;
margin-top:-5px;
}

.search-wraps.location-search-1 h1,
.search-wraps.location-search-2 h1,
.search-wraps.location-search-3 h1
{
font-size:45px;
}
.fields-location-wrap{
background:rgba(255, 255, 255, 0.5);
padding:20px 40px;
margin-top:40px;
}
.fields-location-wrap .col-sm-4,
.fields-location-wrap .col-sm-6
{
border-top:1px solid #f75d34;
border-bottom:1px solid #f75d34;
padding-left:0px;
padding-right:0px;
}
.fields-location-wrap .col-sm-4.left-border,
.fields-location-wrap .col-sm-6.left-border
{
border-left:1px solid #f75d34;
}
.fields-location-wrap .col-sm-4.right-border,
.fields-location-wrap .col-sm-6.right-border
{
border-right:1px solid #f75d34;
}

.fields-location-wrap input[type="text"]
{
border: none;
font-size: 20px;
padding: 7px 15px;
width: 100%;
font-weight:300;
}

.rounded-corner,
.fields-location-wrap #city
{
border-radius: 5px 0 0 5px; 
}

.fields-location-wrap button{
border:none;
font-size:18px;
background:#f75d34;
color:#fff;
font-weight:300;
padding: 6px 15px;
width:100%;
}

.fields-location-wrap button,
.rounded-end{
border-radius: 0px 5px 5px 0; 
}

.fields-location-wrap button:hover{
background:#ff4e41;
}
.fields-location-wrap .dropdown-menu{
display:block;
margin:0;
width:100%;
border-radius:0;
padding:0;
overflow-x:hidden;
overflow-y:scroll;
max-height:250px;
}
.fields-location-wrap .dropdown-menu li a{
font-size:18px;
padding:5px 15px;
}
.with-location-loader,
.typhead-city-wrap
{
position:relative;
}
.location-loader{
height:24px;
width:24px;
background:url("../images/default.svg") no-repeat;
position:absolute;
right: 15px;
top: 8px;
display:none;
}

.typhead-city-wrap i{
color:#f75d34;
font-size:20px;
position:absolute;
right:10px;
top:10px;
}
.location-fee-wrap{
padding:10px 20px;
min-width:900px;
}

.location-fee-wrap .inner{
max-height:400px;
overflow-x: hidden;
overflow-y: scroll;
}

.search-wraps.location-search-3 .fields-location-wrap{
width:85%;
margin:auto;
margin-top:40px;
}

.age-restriction-wrap{
padding:10px 20px 40px 20px;
text-align:center;
}

.merchant-social-list{
display:table;
margin:auto;
padding:0;
}
.merchant-social-list li{
display:table-cell;
vertical-align:middle;
padding:5px;
padding-left:10px;
padding-right:10px;
}
	
.merchant-social-list a:hover{
color:#d34836;
}
.invoice_terms_wrap{
display:none;
}

a.menu-3-disabled-ordering{
color:#0d1115;
cursor:default;
}

.menu-3-disabled-ordering .row{
border-top:1px solid #c9c7c7;
padding-top:6px;
padding-bottom:6px;
}

.reply-wrap{
padding-bottom:10px;
}

.reply-wrap .reply-from{
color:#f00;
font-weight:500;
font-size:13px;
}

.reply-wrap p{
font-size:12px;
}

.select_sub_item{
width:100%;
padding:5px;
font-size:14px;
}

/* COLAPSE MENU */
.collapse-parent{
position:relative;
/*cursor:pointer;*/
}
.collapse-child{
display:none;
}
.collapse-parent a{
font-size: 23px;
position: absolute;
right: 0;
z-index: 1;
color:#157f1f;
top:4px;
}
.collapse-parent a:hover{
color:#6ac0a5;
}
/* COLAPSE MENU */

.box-grey .extra_charge_notification{
margin-top:10px;
color:#f75d34;
}


/** FAX NEW CSS**/

.fax_page{
max-width:900px;
margin:auto;
margin-top:0px;
font-size:12px;
padding-bottom:20px;
font-family:"Montserrat",sans-serif;
}

.fax_page .with_line{
border-bottom:1px solid #000;
}

.fax_page p{
font-size:17px;
font-family:"Montserrat",sans-serif;
}

.fax_header{
border-bottom:2px solid #000;
margin-bottom:5px;
padding-bottom:5px;
padding-right:8px;
}

.fax_page img.logo{
width:250px;
margin-left: -20px;
}
.fax_header h3,
.fax_page p span
{
font-weight:600;
}

.fax_header h3,
.fax_page .fax_header p
{
margin:0;
line-height:normal;
}

.fax_page p span.bold{
font-size:20px;
}

.fax_header h3{
font-size:17px;
}

.fax_page p{
margin:0;
margin-bottom:2px;
}
.fax_page .v_bottom{
vertical-align:bottom;
}
.fax_page .v_center{
vertical-align:middle;
}
.fax_page .v_top{
vertical-align:top;
}
.fax_page .mytable .mycol{
width:50%;
}
.fax_customer_details h2,
.fax_customer_details h3
{
margin:0;
text-transform:capitalize;
font-weight:bold;
}

.fax_customer_details h2{
font-size:25px;
}
.fax_customer_details h3{
font-size:17px;
}


.fax_customer_details h3{
margin-top:10px;
}
.fax_customer_details,
.fax_delivery_instruction,
.fax_item,
.fax_item_details
{
/*border-bottom:1px solid #000;*/
padding-top:8px;
padding-bottom:8px;
padding-left:8px;
padding-right:8px;

border-style: solid;
border-width: 0 0 thin 0;
}

.fax_item_details{
border-bottom:none;
}
.fax_customer_details .col-1{
border-right:1px solid #000;
}
.fax_delivery_instruction{
border-bottom:2px solid #000;
}

.fax_item .th,
.fax_total .bold
{
font-weight:bold;
}

.fax_total .bold,
.fax_total .mycol,
.signature_wrap p
{
font-size:15px;
}

.fax_item .mycol,
.fax_total .mytable .mycol
{
border:0x solid red;
}
.fax_item .mycol.col-1,
.fax_total .mycol.col-1
{
width:8%;
text-align:center;
}
.fax_item .mycol.col-2,
.fax_total .mycol.col-2
{
width:70%;
}
.fax_item .mycol.col-3,
.fax_total .mycol.col-3
{
width:14%;
}
.fax_item_details.fax_item{
padding:0;
}
.fax_item_details.fax_item .mytable,
.fax_total .mytable
{
padding:8px;
padding-top:0px;
padding-bottom:0px;
}

.col_red{
color:red;
}

.fax_item_details ul li{
/*border-bottom:1px solid #000;*/

border-style: solid;
border-width: 0 0 thin 0;
	
padding:0;
margin:0;
}

.fax_item_details ul:last-child li{
border-bottom:2px solid #000;
}

.fax_item_details ul li ul li{
border:none;
}
.fax_total .index_right{
padding-right:100px;
}
.fax_total .signature_wrap .mycol.col-1
{
width: 50%;
text-align:left;
}
.fax_total .signature_wrap .mycol.col-2
{
width: 29%;
}
.fax_total .signature_wrap .mycol.col-3
{
}
.signature_wrap .underline{
border-bottom:1px solid #000;
padding-bottom:3px;
}

.fax_item .mycol{
font-size:15px;
}
.fax_item .item_name{
font-size:17px;
}
.fax_item ul{
margin-bottom:0;
}
.fax_sub_header{
text-align:center;
font-weight:bold;
font-size:15px;
border-bottom:1px solid #000;
padding-bottom:2px;
}
.sub_item .mycol{
}
.fax_item .four_col .mycol.col-2{
width:8%;
}

.fax_item .four_col .mycol.col-2{
width:15%;
}
.fax_item .four_col .mycol.col-3{
width:57%;
}
.fax_item .four_col .mycol.col-4{
  width: 14%;
}

.fax_total{
display:block;
border:0px solid green;
width:100%;
}
.fax_total .fax_total_col_1,
.fax_total .fax_total_col_2
{
border:0px solid red;
}
.fax_total .fax_total_col_1{
width:55%;
float:left;
padding-top:1%;
}
.fax_total .fax_total_col_2{
width:45%;
float:right;
}

.fax_total .mytable.two_col .mycol.col-1{
width:35%;
text-align:left;
font-size:13px;
border:0px solid red;
}
.fax_total .mytable.two_col .mycol.col-2{
font-size:13px;
border:0px solid red;
width:65%;
}

.signature_wrap{
padding-top:20px !important;
}


.fax_total .fax_total_col_2 .mytable .mycol.col-1{
border:0px solid red;
display:none;
}
.fax_total .fax_total_col_2 .mytable .mycol.col-2{
border:0px solid red;
width:60%;
}
.fax_total .fax_total_col_2 .mytable .mycol.col-3{
border:0px solid red;
width:40%;
}
.fax_total .fax_total_col_2 .index_right{
padding-right:10px;
}


/*STRIPE IDEAL RECEIPT*/
.orange_header{
background:#f75d34;
color:#fff;
padding-bottom:8px;
}
.orange_header .title{
padding:5px;
}
.orange_header img.logo{
max-width:80px;
}
.stripe_ideal_receipt{
padding-top:20px;
}
.stripe_ideal_receipt h2{
font-weight:bold;
}
.stripe_ideal_receipt i{
color:#157f1f;
font-size:100px;
}
/*END STRIPE IDEAL RECEIPT*/

.mytable.dish-category{
width: auto;
}

.request_cancel_order,
.pending_for_review
{
display:inline-block;
margin-top:10px;
}


/**RTL SUPPORT */
html.rtl{
direction: rtl;
}
html.rtl .category-child i{
left: 10px;
right: auto;

}
html.rtl #notes, 
html.rtl .grey-inputs,
html.rtl #voucher_code,
html.rtl #redeem_points
{
text-align:inherit;
direction: rtl;
}

html.rtl .search-food-wrap button{
left: 10px;
right: auto;
}

html.rtl .section-checkout .section-label a.section-label-a span{
padding-right:30px;
}

/**END RTL SUPPORT */

/*4.7 CSS */
.leaflet-popup-content{
width:360px !important;
}

.mapboxgl-ctrl-geocoder{ 
min-width:100% !important; 
}
.leaflet-routing-container{
width:100% !important; 
}
#mapbox_s_goecoder .mapboxgl-ctrl-geocoder{
box-shadow:none;
}

#mapbox_s_goecoder .mapboxgl-ctrl-geocoder input{
height: 30px;
margin: 0;
padding: 5px 5px 5px 10px;
font-size: 16px;
font-family: "Open Sans",sans-serif;
color:#444;
}
#mapbox_s_goecoder .geocoder-icon{
top: 5px;
}
#mapbox_s_goecoder .geocoder-icon-search{
display:none;
}
.leaflet-container a.orange-button{
color:#fff;
}
.leaflet-container a{
color:#000;
}
/*4.7 CSS */

/*4.8 CSS*/
.upload_deposit_preview{
margin-top: 10px;
    max-width: 200px;
}

a.add_favorites:hover{
color:#157f1f;
}

a.add_favorites i{
font-size:25px;
}
a.refer-a-restaurant{
color:#00b279;
}
a.refer-a-restaurant i{
font-size:25px;
}
#share-a-resto-listing { padding:10px; }
#share-a-resto{ padding:20px; }

.equal_table {
display:table;
}
.equal_table .col{
display:table-cell;
vertical-align:middle;
}
.result-merchant .equal_table{
margin:auto;
}
.result-merchant .equal_table .col{
padding:0 10px;
}
.result-merchant .inner.list-view .mytable .mycol,
.section-browse .result-merchant .mytable .mycol
{
vertical-align:middle;
}
.menu-header a.add_favorites{
color:#fff;
}
a.add_favorites.selected,
.menu-header a.add_favorites.selected
{
color:#f75d34;
}

.favorites_list a.remove_fav{
font-size:25px;
}

.delivery_map_accuracy{
height:300px;
width:auto;
}

.view-reviews{
position:relative;
}

.badge_review{
background:#009fe3;
color:#fff;
position: absolute;
right: -8px;
top: 0;
}
.review_notification_wrap{
background: #009fe3;
color: #fff;
margin: auto auto 15px;
padding: 15px 15px 15px 25px;
width: 95%;
}
.review_notification_wrap p{
font-size:14px;
margin:0;
}

.tbl_merchant_info{
width:80%;
}
.tbl_merchant_info td{
vertical-align:top;
}

.tbl_merchant_info td:first-child{
width:35%;
}

.tbl_merchant_info ul.services-type li{
display:block;
padding-left:0;
}
.tbl_merchant_info ul.services-type i{
display:none;
}

/* MOYOSAR PAYMENT */
.format_as_card_number{
background:url("../images/credit-card-sprite.png"), url("../images/credit-card-sprite.png");
background-position:2px -121px, 295px -61px;
background-repeat:no-repeat;
background-repeat: no-repeat;
background-size: 120px 361px, 120px 361px;
padding-left: 54px;
}
.format_as_card_number.visa{
    background-position:2px -163px,295px -61px
}
.format_as_card_number.visa_electron{
    background-position:2px -205px,295px -61px
}
.format_as_card_number.mastercard{
    background-position:2px -247px,295px -61px
}
.format_as_card_number.maestro{
    background-position:2px -289px,295px -61px
}
.format_as_card_number.discover{
    background-position:2px -331px,295px -61px
}
.format_as_card_number.valid.visa{
    background-position:2px -163px,295px -87px
}
.format_as_card_number.valid.visa_electron{
    background-position:2px -205px,295px -87px
}
.format_as_card_number.valid.mastercard{
    background-position:2px -247px,295px -87px
}
.format_as_card_number.valid.maestro{
    background-position:2px -289px,295px -87px
}
.format_as_card_number.valid.discover{
    background-position:2px -331px,295px -87px
}

.inline_li{
display:table;
}
.inline_li li{
display:table-cell;
padding:5px 10px;
}

.white_bg .search-input-wraps{
border:1px solid #999;
max-width:600px;
}
.white_bg.center{
padding-top:30px;
padding-bottom:60px;
} 

.result-merchant.infinite-container p{
margin:0;
}

.map_addressbook{
border:1px solid #c9c7c7;
height:250px;
width:100%;
margin-bottom:5px;
}

.search-food-wrap .typeahead__list a{
width:100%;
}

.box_green{
border: 2px solid #3ecf8e;
padding:10px;
}
.box_green .text_left{
text-align:left;
}
.box_green p.bold{
margin:0;
margin-bottom:5px;
}
.box_green .col-md-2{
padding-top:10px;
}



.result-merchant .label.label-default{
margin-top: 10px;
margin-bottom: 10px;
display: inline-block;
}

#menu-list-wrapper{
border:0px solid red !important;
}

.lazy_status{
text-align:center;
display:none;
}

@keyframes ldio-0cjiynj70m26 {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-0cjiynj70m26 div {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 10px solid #f75d34;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-0cjiynj70m26 div {
  animation: ldio-0cjiynj70m26 1s linear infinite;
  top: 50px;
  left: 50px
}
.loadingio-spinner-rolling-ow1huvfseu {
  width: 35px;
  height: 35px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-0cjiynj70m26 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.35);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-0cjiynj70m26 div { box-sizing: content-box; }


.search-food-wrap a.clear_search_item{
font-size: 28px;
color: #282c3f;
position: absolute;
right: 15px;
top: 10px;
display:none;
}

#menu-list-wrapper .cat_category_name
{
font-size:20px;
}

.menu-1 .cat_category_name,
.menu-1 p.cat_category_description
{
margin-left:-15px !important;
}

.menu-1 p.cat_category_description,
.menu-3 p.cat_category_description
{
margin-bottom:10px !important
}

.menu-2 .cat_category_name,
.menu-2 p.cat_category_description{
margin-left:15px !important;
}

.img-cuisines-filter
{
  max-width: 150px;
  max-height: 86px;
}

.span-cuisines-name
{
  min-width: 70px;
  display: inline-block;
}

.delivery-asap
{
    padding-bottom: 15px;
    display: block;
    margin: auto;
}


.merchant-background-small
{
  height: 200px;
  object-fit:cover;
  margin: auto;
  display: block;
  /*border-radius: 5px;*/
}

.merchant-logo-small
{
  height: 70px;
  width: 70px;
  position: relative;
  margin-top: -50%;
  margin-left: 74%;
  border: 2px solid #FFFFFF;
  background: #FFFFFF;
  -moz-box-shadow: 0px 6px 5px #ccc;
  -webkit-box-shadow: 0px 6px 5px #ccc;
  box-shadow: 0px 6px 5px #ccc;
  -moz-border-radius:190px;
  -webkit-border-radius:190px;
  border-radius:190px;
}

.label-addon
{
	display: block;
	font-weight: unset;
}

.label-addon .row
{
	border-top: 0px!important;
}

.img-addon
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius: 3px;
	max-width: 150px;
}

input.size_id:checked[type=radio], input[name="subitem_price"]
{
    appearance: none;
}

@media only screen and (max-width: 992px) {
.merchant-background-small
  {
    height: 100px;
  	width: 100%;
  }
  .merchant-logo-small
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
  }
.cuisine
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.cont-spicy-icon{
	display: inline-block;
}

.cont-spicy-icon .spicydish-icon{
background: #E8E8E8;
border-radius: 10px;
padding:2px;
height: 30px;
}

@media only screen and (max-width: 750px){
	.cont-spicy-icon .spicydish-icon{
    	padding: 0px;
    	margin: 0px;
	}
}

.mapboxgl-ctrl-geocoder--input {
background-color: #e2e3e3!important;
}

.sub_item_selected{
	background-color:#baffde;
}

#collapse_all{
	display:none;
	position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
  font-weight: bold;
    height: 50px;
	color: #282c3f;
background:#FFFFFF;
border:0px solid #c9c7c7;
box-shadow: inset 0px 0px 0px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3);
border-radius: 30px;
padding:15px 20px;
margin-top:15px;
}

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap');



.no-gutters-5{margin-right:-5px;margin-left:-5px;}.no-gutters-5 > .col,.no-gutters-5 > [class*="col-"]{padding-right:5px;padding-left:5px;}
.no-gutters-10{margin-right:-10px;margin-left:-10px;}.no-gutters-10 > .col,.no-gutters-10 > [class*="col-"]{padding-right:10px;padding-left:10px;}

::selection {background: #4E0000;color: #ffffff;}

/*select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000;}
option:not(:checked){color: #000;}
option:checked{color: #C50000;}*/

@-moz-document url-prefix(){
    select, select:-moz-focusring, select::-moz-focus-inner{color:transparent !important;text-shadow: 0 0 0 #000 !important;background-image: none !important;border:0;}
}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{
    transition: background-color 5000s ease-in-out 0s;-webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.6) inset;
}

.overflow-hidden{overflow: hidden;}

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

/*---colours links---*/
a{color: #000000;}
a:hover{color: #666666;}

.link-light a,a.link-light{color: #ffffff;}
.link-light a:hover,a.link-light:hover{color: #f1f1f1;}

.link-warning a,a.link-warning{color: #C50000;}
.link-warning a:hover, a.link-warning:hover{color: #C50000;}

.link-danger a,a.link-danger{color: #C50000;}
.link-danger a:hover, a.link-danger:hover{color: #4E0000;}
/*-----breadcrumb-----*/
.breadcrumb,.breadcrumb a{color:#6E6E6E;}
.breadcrumb-item + .breadcrumb-item{padding-left: 0.3rem;}
.breadcrumb-item + .breadcrumb-item::before{display: inline-block;padding-right: 0.3rem;color: #000000;font-weight: 400;content: "|";}
.breadcrumb{padding-left:0rem;}

/*----pagination----*/
ul.pagination .page-link {margin-left: 2px;border-radius: 0px; border-width: 0px;font-size: 18px;color: #787878;padding: 0.3rem 0.55rem;border-color: #cccccc;}
ul.pagination .page-link:focus{z-index: 2;outline: 0;box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.1);}
ul.pagination{border-radius: 0px;}
.page-item.active .page-link {z-index: 1;color: #ffffff;background-color: #e41f25;border-color: #e41f25;}
.page-item:first-child .page-link{border-top-left-radius: 0px;border-bottom-left-radius: 0px;}
.page-item:last-child .page-link {border-top-right-radius: 0px;border-bottom-right-radius: 0px;}


/*----background----*/
.bg-top-contain-url{background-size: contain; background-repeat:repeat;background-position: center top;}
.bg-bottom-contain-url{background-size: contain; background-repeat:repeat;background-position: center bottom;}
.bg-center-contain-url{background-size: contain; background-repeat:repeat;background-position:center;}

.bg-top-url{background-size: cover; background-repeat: no-repeat;background-position: center top;}
.bg-center-url{background-size: cover; background-repeat: no-repeat;background-position: center center;}
.bg-bottom-url{background-size: cover; background-repeat: no-repeat;background-position: center bottom;}

.bg-dark{background-color: #000000 !important;}
.bg-light{background-color: #F9F9F9 !important;}
.bg-grey{background-color: #ebebeb;}



.bg-overlay-dark,.bg-overlay-dark>div{position: relative;}
.bg-overlay-dark:before{width:100%; height:100%;left:0;top:0; position:absolute; background-color: rgba(0, 0, 0, 0.70); content: '';}

.bg-overlay-dark-gradient,.bg-overlay-dark-gradient>div{position: relative;}
.bg-overlay-dark-gradient:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: rgb(56,28,28);
    background: linear-gradient(180deg, rgba(56,28,28,1) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 100%);
}

.bg-overlay-light-70-half,.bg-overlay-light-80-half>div{position: relative;}
.bg-overlay-light-70-half:before{
    left:0;
    top:auto;
    bottom:0;
    width: 100%;
    height: 30%;
    position: absolute;
    content: '';
    background: #ffffff;
}

.bg-overlay-light-80-half,.bg-overlay-light-80-half>div{position: relative;}
.bg-overlay-light-80-half:before{
    left:0;
    top:auto;
    bottom:0;
    width: 100%;
    height: 20%;
    position: absolute;
    content: '';
    background: #ffffff;
}

.bg-white-half-black{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.bg-warning-half{background-color: #C50000 !important;background-image: linear-gradient(90deg, rgba(243,207,0,1) 50%, rgba(255,255,255,1) 50%);}

.text-dark{color: #000000 !important;}
.text-lightgrey{color:#dddddd;}
.text-gold{color:#e7be3e;}
.text-grey{color:rgba(0,0,0,0.5);}

.bg-danger-gradient{background: rgb(197,0,0);
background: -moz-linear-gradient(90deg, rgba(197,0,0,1) 0%, rgba(78,0,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(197,0,0,1) 0%, rgba(78,0,0,1) 100%);
background: linear-gradient(90deg, rgba(197,0,0,1) 0%, rgba(78,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c50000",endColorstr="#4e0000",GradientType=1);
}
.bg-success-gradient{background: #9EB51D;
    background: -moz-linear-gradient(90deg, rgba(158,181,29,1) 0%, rgba(143,164,20,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(158,181,29,1) 0%, rgba(143,164,20,1) 100%);
    background: linear-gradient(90deg, rgba(158,181,29,1) 0%, rgba(143,164,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9EB51D",endColorstr="#8FA414",GradientType=1);
}
/*----button----*/

.btn-dark{background-color: #000000;border-color: #000000;color: #ffffff;}
.btn-dark:hover{background-color: #333333;border-color: #333333;}


.btn-danger{background-color: #C50000;border-color: #C50000;}
.btn-danger:hover{background-color:#4E0000;border-color:#4E0000;}
.btn-danger.focus, .btn-danger:focus{background-color: #4E0000;border-color: #4E0000;}
/*.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle{
    color: #ffffff;background-color: #4E0000;border-color: #4E0000;
}*/


.btn-grey{background-color: #F6F6F6;border-color: #F6F6F6;}
.btn-grey:hover{background-color: #eeeeee;border-color: #eeeeee;}

.btn-light-outline{background-color: transparent !important;color: #ffffff;}
.btn-light-outline:hover,.btn-light-outline:focus{color: #f1f1f1;}
.btn-light-outline:not(:disabled):not(.disabled):active, .btn-light-outline:not(:disabled):not(.disabled).active, .show > .btn-light-outline.dropdown-toggle{color: #f1f1f1;}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .show > .btn.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);}
.btn.focus, .btn:focus{box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);}


.font-weight-boldest{font-weight:900;}

.rounded-pill{border-radius:15px!important;}
.rounded-pill-right{border-radius:0px 15px 15px 0px !important;}
.rounded-pill-left{border-radius:15px 0px 0px 15px !important;}

.footer-logo{max-width: 230px;}

/*----header narber----*/
.navbar-brand{width: 180px;}
.navbar{margin-bottom: 0px;box-shadow:0px 2px 3px rgba(0, 0, 0, 0.15)}
/*.navbar-dark .navbar-nav .nav-link{color: rgba(255,255,255);}*/
.navbar-light .navbar-nav .nav-link{color: rgba(0,0,0);font-weight: 400;}
/*navbar-toggler collapsed*/
.navbar-light .navbar-toggler{position:relative;width: 40px;height:40px;text-align: center;margin-top: 20px;margin-bottom: 20px;border: 1px solid #C50000;color: #ffffff;background-color: #C50000!important;}
.navbar-light .navbar-toggler span{background-color:#ffffff;display: block;height:2px;left:0;right:0;margin:auto;position:absolute;transform-origin: center;transition: 86ms all ease-out;width: 20px;}
.navbar-light .navbar-toggler.collapsed span:nth-child(1){transform: translateY(-2px) rotate(0deg);}
.navbar-light .navbar-toggler.collapsed span:nth-child(2){opacity: 1;}
.navbar-light .navbar-toggler.collapsed span:nth-child(3){transform: translateY(2px) rotate(0deg);}

.navbar-light .navbar-toggler span:nth-child(1){transform: translateY(5px) rotate(45deg);top: calc(50% - 5px);}
.navbar-light .navbar-toggler span:nth-child(2){opacity: 0;top: calc(50% - 0px);}
.navbar-light .navbar-toggler span:nth-child(3) {transform: translateY(-5px) rotate(-45deg);top: calc(50% + 5px);}

.navbar-light .navbar-nav>li>a.nav-link:focus, 
.navbar-light .navbar-nav>li>a.nav-link:hover{color:#C50000;}
.navbar-light .navbar-nav>.active>a.nav-link,
.navbar-light .navbar-nav>.active>a.nav-link:focus,
.navbar-light .navbar-nav>.active>a.nav-link:hover{color:#C50000;}
.navbar-light .navbar-nav li.nav-item{margin-left: 20px; margin-top: 5px;margin-bottom: 5px;position: relative;}

.navbar-light .navbar-nav>li>.nav-link:after{content:'';position:absolute;display:block;margin:0 auto;width:0px;height:2px;top:auto;left:0;right:0;bottom:0;background-color:#ffffff;transition: 286ms all ease-out;opacity: 0;}
.navbar-light .navbar-nav>li>.nav-link:hover:after{width:100%;opacity: 1;}
.navbar-light .navbar-nav>.active>.nav-link:after{content:'';position:absolute;display:block;width:100%;height:2px;top:auto;left:0;bottom:0;background-color:#ffffff;}


.form-group label{font-weight: 700; margin-bottom: 0;font-size: 80%;}
/*.form-control{border-radius: 0px;}*/
.form-control{border-color:  #dfdfdf;background-color: #ffffff;}
.form-control:focus {box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);border-color:  #dfdfdf;background-color: rgba(0,0,0,0.05);}

.custom-select{border-color: #dfdfdf !important;background-size: 10px;background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-angle-down fa-w-10'%3E%3Cpath fill='%23000000' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'%3E%3C/path%3E%3C/svg%3E");}
/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{ background-color: rgba(0,0,0,0.05);color: #ffffff;}*/
.input-group-text{border-color: #dfdfdf}


.bs-fa-chevron-collapse span.float-right{background-color:#C50000;color:#ffffff; padding:6px 8px;border-radius:30px;font-size:80%;}
.bs-fa-chevron-collapse [data-toggle='collapse'] .far:before{content: '\f077';}
.bs-fa-chevron-collapse [data-toggle='collapse'].collapsed .far:before{content: '\f078';}

textarea{resize: none;}

/*--------------------------------*/

.bs-custom-checkbox input[type="checkbox"]:checked,
.bs-custom-checkbox input[type="checkbox"],
.bs-custom-radio input[type="radio"]:checked,
.bs-custom-radio input[type="radio"]{transition: all ease-in-out .15s;cursor:pointer;}

.form-check.bs-custom-checkbox label,.bs-custom-checkbox label{padding: 0 0 0 0 ;}
.bs-custom-checkbox input[type="checkbox"]{height: 17px !important; width: 17px !important;background-color:#ffffff;border: 1px solid #381C1C;vertical-align: top; -moz-appearance: none; -webkit-appearance: none; -webkit-transition: box-shadow 200ms; box-shadow:inset 0px 0px 0 #ffffff, 0 0px 0px rgba(0,0,0,0.1);line-height: 10px !important; margin-top: 4px;text-align: center;}
.bs-custom-checkbox input[type="checkbox"]:not(:disabled):hover{border-color:#000000;box-shadow:inset 0px 0px 0 #ffffff, 0 0 0px rgba(0,0,0,0.3);}
.bs-custom-checkbox input[type="checkbox"]:active:not(:disabled){box-shadow:inset 0px 0px 0 rgba(0,0,0,0.2), inset 0px 0px 0 rgba(255,255,255,0.6);border-color:#381C1C;}
.bs-custom-checkbox input[type="checkbox"]:focus {outline:none;}
.bs-custom-checkbox input[type="checkbox"]:checked:before{color:#C50000;-webkit-margin-start: 0px;font-size: 13px;line-height: 1.2 !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f00c";}
.bs-custom-checkbox input[type="checkbox"]:checked{background:#ffffff;border-color: #ffffff;}

.form-check.bs-custom-radio label,.bs-custom-radio label{padding-left: 5px;}
.bs-custom-radio input[type="radio"]{-webkit-border-radius:10px; border-radius:10px;height: 17px !important; width: 17px !important;border: 1px solid #000000;vertical-align: top; -moz-appearance: none; -webkit-appearance: none; -webkit-transition: box-shadow 200ms; box-shadow:inset 0px 0px 0 #fff, 0 0px 0px rgba(0,0,0,0.1);line-height: 10px !important; margin-top: 3px;text-align: center;}
.bs-custom-radio input[type="radio"]:not(:disabled):hover{border-color:#000000;box-shadow:inset 0px 0px 0 #fff, 0 0 0px rgba(0,0,0,0.3);}
.bs-custom-radio input[type="radio"]:active:not(:disabled){box-shadow:inset 0px 0px 0 rgba(0,0,0,0.2), inset 0px 0px 0 rgba(255,255,255,0.6);border-color:#000000;}
.bs-custom-radio input[type="radio"]:focus {outline:none;}
.bs-custom-radio input[type="radio"]:checked:before{color:#C50000;-webkit-margin-start: 0px;font-size: 0.65em;line-height: 10px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 700;content:"\f111";}
.bs-custom-radio input[type="radio"]:checked{background:#ffffff;border-color: #000000;}

.bs-socal-media a:hover{text-decoration:none;}

/* ----- End Home ----- */

.icon-100{max-width: 100px;}


.border-dashed{border-style: dashed;}

/*slick.carousel*/

.slick-slider{position: relative; display: block;box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}

.slick-list{ position: relative;display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus{ outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}

.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}

.slick-track{ position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;}
.slick-track:before,.slick-track:after{display: table;content: '';}
.slick-track:after{ clear: both;}
.slick-loading .slick-track{visibility: hidden;}

.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden{display: none;}
/* --Slider-- */
.slick-loading .slick-list{background: #fff url('../vendor/slick/ajax-loader.gif') center center no-repeat;}

/* --Arrows-- */
.slick-prev,.slick-next{font-size: 0px;line-height: 0;position: absolute;top: 35%;display: block;width: 30px;height: 30px;padding: 0;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);cursor: pointer;color: transparent;border: none;outline: none;background: #C50000;border-radius:50%;}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color: transparent;outline: none;background: #C50000;}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity: 1;}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity: .50;}
.slick-prev:before,
.slick-next:before{font-family: 'Font Awesome 5 Pro';font-weight:400;font-size: 14px;line-height: 1;opacity: 1;color: #ffffff;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev{left: -10px;}
[dir='rtl'] .slick-prev{right: -30px;left: auto;}
.slick-prev:before{content: "\f053";}
[dir='rtl'] .slick-prev:before{content: "\f054";}
.slick-next{right: -10px;}
[dir='rtl'] .slick-next{right: auto;left: -30px;}
.slick-next:before{content: "\f054";}

/* --slick Dots-- */
.slick-dots{position: absolute;bottom: -40px;display: inline-block;left: 50%;width: auto;padding: 0px 0px 0px 0px;margin: auto;list-style: none;text-align: center;box-sizing: border-box;}
.slick-dots li{position: relative; display: inline-block;width: 8px; height: 8px; margin: 0 5px; padding: 0; cursor: pointer;}
.slick-dots li button{font-size: 0; line-height: 0; display: block; width: 8px; height: 8px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent;}
.slick-dots li button:hover,.slick-dots li button:focus{outline: none;}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity: 1;}
.slick-dots li button:before{font-size: 6px;line-height: 10px;position: absolute;top: 0;left: 0;width: 8px; height: 8px;background-color:#dfdfdf;color:#dfdfdf;content: ''; text-align: center;opacity: .85;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;border-radius: 10px;}
.slick-dots li.slick-active button:before{background-color:#C50000;color:#C50000;}

.slick-bottom .slick-dots{bottom: -30px;}
.slick-dots-r .slick-dots{bottom: 25px;left: auto;right: 20%;}
.slick-dots-l .slick-dots{bottom: 25px;right: auto;left: 20%;}

/*slick.carousel END*/


/*shop filter-box*/
.filter-box .btn input[type=checkbox],
.filter-box .btn input[type=radio]{
    position:absolute;top:6px;right:6px;
    opacity: 0;
    visibility: hidden;
}
.filter-box .btn.active input[type=checkbox],
.filter-box .btn.active input[type=radio]{
    opacity: 1;
    visibility: visible;
}
.filter-box .btn{border-radius:0px;border-width:3px;position:relative;}
.filter-box .btn.active{border-color:#C50000;}
/*shop filter-box end*/

/*----footer-----*/
.footer-top{min-height: 160px;}
.bs-white-list>li{ margin-bottom:20px}
.bs-white-list>li:last-child{margin-bottom:0px}
/*footer .text-dark{color: #262626 !important;}*/

.bs-logo-footer{max-width: 170px;}

.tooltip .arrow{display: none;}


/* content */
.content .list-unstyled a{text-decoration:none;}
.content ul a{text-decoration:none;}
.content .fa-ul a{text-decoration:none;}
.content .bs-fa-chevron-collapse a{text-decoration:none;}

/* home sec1 */
.bg-home-banner{background-position: 50% 30%;position: relative;background-repeat: no-repeat;background-size: 1800px;}

/*nav-tab*/
.nav-tab-danger .nav-link{font-weight: 700;padding-bottom: 6px;}
.nav-tab-danger .nav-link.active{color: #C50000;border-bottom: 3px #C50000 solid;}
.nav-tab-danger .nav-link:hover,.nav-tab-danger .nav-link:focus{color: #C50000;}

.main-timeline{position:relative}
.main-timeline:before{content:"";width:2px;height:100%;border-radius:20px;margin:0 auto;background:#242922;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display: inline-block;margin-bottom:50px;position:relative;width: 100%;}
.main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;background: #C50000;position:absolute;top: 1%;left:50%;z-index:1;transform:translate(-50%,-50%)}
.main-timeline .timeline-icon{display:inline-block;width: 180px;max-width: 100%;border-radius:50%;padding:13px;text-align:center;position:absolute;top:50%;left:30%;transform:translateY(-50%)}
.main-timeline .timeline-icon i{display:block;border-radius:50%;font-size:64px;line-height:100px;z-index:1;position:relative;}

.main-timeline .timeline-icon:after{width:100px;height:50px;background:#fff;top:89px;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin: 0px 0 20px;float:right;position:relative;text-align:left;}
.main-timeline .title{font-weight:900;color:#C50000;text-transform:uppercase;margin:0 0 5px}
.main-timeline .description{display:inline-block;font-size:16px;color:#404040;line-height:20px;letter-spacing:1px;margin:0;max-width: 350px;}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:30%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left;text-align:right;}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}

@media screen and (max-width: 1199px){
   .main-timeline .timeline-icon{left:27%}
    .main-timeline .timeline:nth-child(even) .timeline-icon{right:27%}
}

@media only screen and (max-width:990px){
.main-timeline .timeline-icon{left:18%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right: 18%;}
}
@media only screen and (max-width:767px){
.main-timeline .description{max-width:100%;}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right;text-align: left;}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}


@media screen and (max-width: 1199px){
   .bs-radio-shipping-box label{width:46%;}
   h1,.h1 {font-size: 60px;font-weight: 700;}
   h2,.h2 {font-size: 30px;font-weight: 600;}
   .bg-home-banner{background-position: 50% 30%;position: relative;background-repeat: no-repeat;background-size: 1500px;}
}
@media screen and (max-width: 991px){
   .bs-radio-shipping-box label{width:45%;}
   h1,.h1 {font-size: 50px;font-weight: 700;}
   h2,.h2 {font-size: 26px;font-weight: 600;}
   .bg-home-banner{background-position: 50% 11%;position: relative;background-repeat: no-repeat;background-size: 1200px;}
}
@media screen and (max-width: 767px){
   h1,.h1 {font-size: 40px;font-weight: 700;}
  .bs-radio-shipping-box label{width:auto;}
  .container{max-width: 100%;}
}
/*css for business form*/


:focus {
  outline: none;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
/* 
    Sometimes the sub menus get too large for the page and prevent the menu from scrolling, limiting functionality
    A quick fix is to change .side-menu to 

    -> position:absolute
    
    and uncomment the code below.
    You also need to uncomment 
    
    -> <div class="absolute-wrapper"> </div> in the html file

    you also need to tweek the animation. Just uncomment the code in that section
    --------------------------------------------------------------------------------------------------------------------
    If you want to make it really neat i suggest you look into an alternative like http://areaaperta.com/nicescroll/
    This will allow the menu to say fixed on body scoll and scoll on the side bar if it get to large
*/
/*.absolute-wrapper{
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}*/

.side-menu {
  position: fixed;
  width: 300px;
  height: 100%;
  background-color: #f8f8f8;
  border-right: 1px solid #e7e7e7;
}
.side-menu .navbar {
  border: none;
}
.side-menu .navbar-header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav .active a {
  background-color: transparent;
  margin-right: -1px;
  border-right: 5px solid #e7e7e7;
}
.side-menu .navbar-nav li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav li a {
  padding: 15px;
}
.side-menu .navbar-nav li a .glyphicon {
  padding-right: 10px;
}
.side-menu #dropdown {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.side-menu #dropdown .caret {
  float: right;
  margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
  float: right;
}
.side-menu #dropdown > a {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body {
  padding: 0;
  background-color: #f3f3f3;
}
.side-menu #dropdown .panel-body .navbar-nav {
  width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
  padding-left: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
  border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {
  margin-left: -20px;
  padding-left: 35px;
}
.side-menu #dropdown .panel-body .panel-body {
  margin-left: -15px;
}
.side-menu #dropdown .panel-body .panel-body li {
  padding-left: 30px;
}
.side-menu #dropdown .panel-body .panel-body li:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #search-trigger {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 18px;
}
.side-menu .brand-name-wrapper {
  min-height: 50px;
}
.side-menu .brand-name-wrapper .navbar-brand {
  display: block;
}
.side-menu #search {
  position: relative;
  z-index: 1000;
}
.side-menu #search .panel-body {
  padding: 0;
}
.side-menu #search .panel-body .navbar-form {
  padding: 0;
  padding-right: 50px;
  width: 100%;
  margin: 0;
  position: relative;
  border-top: 1px solid #e7e7e7;
}
.side-menu #search .panel-body .navbar-form .form-group {
  width: 100%;
  position: relative;
}
.side-menu #search .panel-body .navbar-form input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 50px;
}
.side-menu #search .panel-body .navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 15px 18px;
}

.container-subcribe {	
	background: rgb(197,0,0);
	background: -moz-linear-gradient(90deg, rgba(197,0,0,1) 0%, rgba(78,0,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(197,0,0,1) 0%, rgba(78,0,0,1) 100%);
	background: linear-gradient(90deg, rgba(197,0,0,1) 0%, rgba(78,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c50000",endColorstr="#4e0000",GradientType=1);
	margin: auto;
	width: 90%;
	border-radius: 5px;
}


/* Main body section */
.side-body {
  margin-left: 310px;
}


.slick-initialized .slick-slide {
  text-align: center;
}

#order_change { display: none;}


/* small screen */
@media (max-width: 768px) {
  .side-menu {
    position: relative;
    width: 100%;
    height: 0;
    border-right: 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .side-menu .brand-name-wrapper .navbar-brand {
    display: inline-block;
  }
  /* Slide in animation */
  @-moz-keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @-webkit-keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @-moz-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  @-webkit-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  @keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  /* Slide side menu*/
  /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
  .side-menu-container > .navbar-nav.slide-in {
    -moz-animation: slidein 300ms forwards;
    -o-animation: slidein 300ms forwards;
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .side-menu-container > .navbar-nav {
    /* Add position:absolute for scrollable menu -> see top comment */
    position: fixed;
    left: -300px;
    width: 300px;
    top: 43px;
    height: 100%;
    border-right: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    -moz-animation: slideout 300ms forwards;
    -o-animation: slideout 300ms forwards;
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* Uncomment for scrollable menu -> see top comment */
  /*.absolute-wrapper{
        width:285px;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }*/
  @-moz-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @-webkit-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @-moz-keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  /* Slide side body*/
  .side-body {
    margin-left: 5px;
    margin-top: 70px;
    position: relative;
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .body-slide-in {
    -moz-animation: bodyslidein 300ms forwards;
    -o-animation: bodyslidein 300ms forwards;
    -webkit-animation: bodyslidein 300ms forwards;
    animation: bodyslidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* Hamburger */
  .navbar-toggle {
    border: 0;
    float: left;
    padding: 18px;
    margin: 0;
    border-radius: 0;
    background-color: #f3f3f3;
  }
  /* Search */
  #search .panel-body .navbar-form {
    border-bottom: 0;
  }
  #search .panel-body .navbar-form .form-group {
    margin: 0;
  }
  .navbar-header {
    /* this is probably redundant */
    position: fixed;
    z-index: 3;
    background-color: #f8f8f8;
  }
  /* Dropdown tweek */
  #dropdown .panel-body .navbar-nav {
    margin: 0;
  }
}