body {
	font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.66em;
	background:#f0f0f0;
}

.multi {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
}
.nopadding {
    padding: 0!important;
}

header.large {
    box-shadow: none;
    border: none!important;
    border-bottom: 0px solid #ddd!important;
}

.header {
    position: absolute;
    top: 35px;
    width: 100%;
    z-index: 100;
    background-color: rgba(000, 000, 000, 0.5);
}
header .box {
    margin: 0 auto;
}

.container h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 25px;
    text-align: center;
}

.float-menu {
    float: right!important;
}
.nav-rr {
    z-index: 999;
    background-color: rgba(255, 255, 255, 0)!important;
}

.main {margin-top:120px;}

#main-slide {
    position: relative;
    height: 550px;
    text-align: center;
    line-height: 1.56em;
    padding: 0px !important;
}

header .navbar-nav {
    font-weight: bold;
}
header .navbar .navbar-nav .nav-link {
    font-size: 12px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}

.reserv-mob {
    font-size: 14px;
}

.nomargin {
    margin: 0!important;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
}

a.ac {
    border-top: 5px solid #25283D;
    color: #25283D;
    font-weight: 700;
	display: block;
    padding: 5px 15px;
    font-size: 12px;
}

.toph .whatsapp {
    color: #FFF!important;
    font-size: 12px!important;
}

.toph .phone-to a {
    color: #000;
	font-size:12px;
}

.language-option {
    border-left: 1px solid rgba(0,0,0,.45);
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0 10px;
}

.form-horizontal {
	margin-block-end: 0;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #FFF!important;
}

.iq-container {
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 10;
}


.iq-wrapper {
	color:#FFF;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
    line-height: 1.4;
}
.iq-wrapper p span { 
	font-size: 24px; 
	}
	
.iq-wrapper h3{
    font-size: 82px;
    font-weight: 700;
    line-height: 70px;
    margin: 10px 0 30px 0;
}	

.btn-danger {
    background-color: #87ca3c!important;
	border-color: #000000c9!important;
}

/*end nou*/

.button-categories {
    border-radius: 5px;
    background-color: rgba(255,255,255,.77);
    height: 44px;
    position: absolute;
    z-index: 9;
    box-sizing: border-box;
    padding: 11px 10px;
    text-align: center;
    right: 0;
    left: 0%;
    top: 0;
    bottom: 0%;
    margin: auto;
    width: auto;
    max-width: 155px;
    color: #242f3a;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.button-categories:hover  {
	text-decoration: none;
    color: #fff;
	background:rgba(246 48 63,.77);
}

.categories-main .col-md-6 img {
    -webkit-transition: all .5s ease;
}

.categories-main .col-md-6 img:hover {
	transform: scale(1.5);
}

.categories-main .img-wrapper {
	 display: inline-block;
	 overflow: hidden
}

.categories-main .img-wrapper .button-categories:hover{
	text-decoration: none;
    color: #fff;
	background:rgba(193, 32, 38,.77);
}

.recom-wrapper {
  color: #000;
  background-image: url(/images/slide3.jpg);
   position: static;
   background-attachment: fixed;
   background-size: cover;
   background-position: 50% 0;
	min-height:600px;
	display: flex;
}

.recom-wrapper .media i {
	font-size: 6.889em;
}




#navbarSupportedContent {
    z-index: 99999;
}

.card {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(31,45,65,.15);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31,45,65,.15);
    overflow: hidden;
    position: relative;
}

.card.lift {
    text-decoration: none;
    color: inherit;
}

.lift {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(31,45,65,.15);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31,45,65,.15);
    -webkit-transition: -webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.lift:hover {
    -webkit-transform: translateY(-.33333rem);
    transform: translateY(-.33333rem);
    -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(31,45,65,.25);
    box-shadow: 0 0.5rem 2rem 0 rgba(31,45,65,.25);
}

.h-100 {
    height: 100%!important;
}

.card-img, .card-img-top {
    border-top-left-radius: .0rem;
    border-top-right-radius: 0rem;
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.35rem;
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}

footer a {
    color: rgba(255,255,255,.81);
}

footer a:hover {
    text-decoration: none;
    color: #c12026;
}

.footer-copyright {
	color:#FFF!important;
}

.page-footer {
	color: rgba(255,255,255,.81);
    width: 100%;
    float: left;
    position: relative;
	background:#000;
    /*background-image: url(../images/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    box-sizing: border-box;
    padding-top: 50px;
    line-height: 23px;
    font-size: 13px;
}


.card-footer:last-child {
    border-radius: 0 0 .35rem .35rem;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.border-top {
    border-top: 1px solid #e3e6ec!important;
}

.bg-transparent {
    background-color: transparent!important;
}

.card-footer-addon {
    padding-top:10px;
	padding-bottom:10px;
	padding-left: 0px!important;
}

.lh-1 {
    line-height: 1!important;
}

.wrapper {
	margin-top:100px
}

.ProducPrice {
    width: 100%;
    float: left;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
}


.special-price-daily {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-left: 25px;
}


.special-price {
    width: 75%;
    float: left;
    box-sizing: border-box;
    padding-left: 7px;
}


.quantity-order {
	width: 20%;
    float: left;
    box-sizing: border-box;
    padding-left: 7px;
}

.quantity-order input {
	width:60px;
}

.quantity-order-daily {
    float: left;
    box-sizing: border-box;
    padding-left: 7px;
}
.quantity-order-daily input {
	width:60px;
}

.first-price {
    position: relative;
    top: 6px;
}
.price {
    width: 100%;
    float: left;
    color: #c12026;
    font-size: 16px;
    font-weight: 700;
}

.price-option-choice {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.price-option-choice li.active {
    color: #d04f4c;
    border-color: #d04f4c;
}

.price-option-choice li:first-child {
    margin-left: 0;
}

.price-option-choice>li {
    width: 41px;
    height: 41px;
    line-height: 40px;
    font-size: 0.9rem;
}

.price-option-choice li:nth-child(2) {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-left: 1.4rem;
}

.price-option-choice li:nth-child(3) {
    width: 55px;
    height: 55px;
    line-height: 55px;
}

.price-option-choice>li {
    display: inline-block;
    margin-left: 1rem;
    cursor: pointer;
    color: #bdccd4;
    border: 2px solid #bdccd4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 45px;
    position: relative;
    vertical-align: middle;
    font-size: 1rem;
}


.price-option-choice>li span {
    display: block;
    z-index: 105;
    background: #fff;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    white-space: nowrap;
    line-height: 1.7;
}

.price-option-choice>li:hover {
    color: #fcda19;
    border-color: #fcda19;
}



h4::after {
	border-color: #c00a27;
}

.ItemProduct .btn {
    margin-left: 2%;
}

.ItemProduct .btn-default {
    padding: 8px 18px;
}

.ItemProduct .btn {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 15px;
    float: right;
}

.shortcart {
	position: fixed;
	right: 2rem;
    top: 8rem;
    bottom: auto;
    border: 3px solid #87ca3c;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	z-index:999;
}

.shortcart-info {
    width: 8rem;
    height: 8rem;
    line-height: 5rem;
    border: 10px solid #fff;
	text-decoration: none;
    background: #e3e6ec;
    color: #fff;
	border-radius: 50%;
	position: relative;
    cursor: pointer;
}

.shortcart-number {
    position: absolute;
    right: 25px;
    top: 23px;
    transform: translate(0%,0%);
    background: #87ca3c;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    font-weight: normal;
}

.shortcart-info-content .fa-shopping-cart {
	position: absolute;
    color: #87ca3c;
    left: 17px;
    top: 65px;
    font-size: 1.5rem;
}

.cart-breadcumb {
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.cart-item-count-menu {
	width: 17px;
    height: 17px;
    background: #c12026;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 0;
    position: absolute;
    top: -4px;
    font-size: 11px;
    transition: 1s;
    right: initial;
    left: 8px;
}

.cart-wrapper {
	position:relative;
}

.wrapper-cart-fixed-bottom {
	height:50px;
	background:#87ca3c;
	line-height:50px;
	color:#FFF;
}

.wrapper-cart-fixed-bottom .fa-shopping-cart{
	color:#fff;
}

.wrapper-cart-fixed-bottom .products-count{
	margin-left: 4px;
    font-size: 0.8rem;
	font-weight: 700;
    color: #fff;
	text-align: center;
    transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.breadcumbOrder {
    /*width: 100%;
    float: left;*/
    background-color: #32323f;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 0;
    position: relative;
}

.breadcumbOrder .nav {
	width: 100%;
    text-align: center;
    background-color: transparent;
}

.breadcumbOrder .nav li {
    width: 33%;
    float: left;
}


.breadcumbOrder .nav li a {
	color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    color: rgba(255,255,255,.44);
    font-weight: 600;
    padding: 10px 0;
    background: transparent;
}

.breadcumbOrder .nav li a.active {
	color:#fff;
}

.breadcumbOrder .nav li a.active:hover, .breadcumbOrder .nav li a:focus {
    color: #fff;
}

.shoppingListRow {
    border-top: solid 1px #eee;
    padding: 10px 0;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    position: relative;
}

.item-pic {
	padding-top:15px
}

.shoppingListRow .cart-pic {
    max-width: 160px;
    width: auto;
    margin: auto;
}

.shoppingListRow .title-cart {
    margin-top: 8px;
    margin-bottom: 1px;
    width: 100%;
    float: left;
	font-size: 18px;
    color: #000;
    line-height: 34px;
    height: auto;
    font-weight: 600;
    text-align: left;
}

.shoppingListRow .title-optionals {
    margin-top: 1px;
    margin-bottom: 8px;
    width: 100%;
    float: left;
	font-size: 14px;
    color: #a6a6a6;
    text-align: left;
}

.shoppingListRow .item-quantity {
	position: relative;
    top: 5px;
    float: left;
    margin-right: 5px;
    font-weight: 700;
}

.shoppingListRow .item-price {
	text-align: right;
    width: 100%;
    margin-top: 10px;
    font-size: 22px;
    height: 30px;
    line-height: 24px;
    color: #000;
}

.cart-total {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.cart-total .text-info{
	font-size:10px;	
}

.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-form-1{
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}
.login-form-2{
    padding: 5%;
    background: #f4f4f4;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
    text-align: center;
    color: #000;
}
.login-container form{
    padding: 10%;
}
.btnSubmit
{
    width: 50%;
    border-radius: 0.5rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #87ca3c;
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #87ca3c;
}
.login-form-2 .forgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .forgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

.searchTopWrraper {
	width: auto;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid rgba(0,0,0,.45);
}

.searchTopHeader {
	width: 250px;
    float: left;
    position: absolute;
    display: none;
    right: -15px;
    top: 25px;
    z-index: 99999;
}

.searchFormItems {
	width: 100%;
    height: 30px;
    position: absolute;
    top: 7px;
    display: block;
}


.searchSubmitTop {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 1px;
    top: 4px;
    z-index: 9999;
}

.searchButtonTop {
    width: 43px;
    float: left;
    height: 39px;
    background-color: #c12026;
    border-color: transparent;
    color: #fff;
    padding: 0 0;
    font-size: 13px;
    top: -4px;
    position: absolute;
    right: 0;
    z-index: 9;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}


.items-category h3 {font-size: 1rem}

.red_input{background: #ffe5e8 !important;border: 2px solid #87ca3c !important;}
.red_highlight{border: 3px solid #ff0404!important;}  

.bg-white{background:#FFF;}

#eu-cookie-bar{position:fixed;left:0px;width:100%;background:#ffffff;color:#333;text-align:center;z-index:9999;bottom:0px;font-size:0.9rem;padding:1em 1.8em;border-top:1px solid #d9d9d9;}
#euCookieAccept{background:#000;border:0px solid #000;color:#fff;border-radius:0px;cursor:pointer;font-size:12px;padding:6px;}


.back-to-top.hidden-top {
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}


.back-to-top {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    width: 45px;
    bottom: 100px;
    padding: 5px 0;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    display: inline;
    text-align: center;
    border-radius: 50px;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    right: 40px;
    border: 1px solid #fff;
}

.back-to-top i {
    font-size: 32px;
    display: block;
    line-height: 30px;
}

.overflow-auto {
	overflow: auto;
}

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

a {
	transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    color: #87ca3c;	
} 

.table-responsive {
	min-height:500px;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display:block;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

.inputOrder {
  box-sizing: border-box;
  background-image: url('../images/searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.inputOrder:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  top:33px;
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  height:350px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd}

.reset-btn {
	display: block;
    position: absolute;
	padding: 2px;
    right: 0;
    top: 20px;
	color: #000;
}

.reset-btn:hover {
	background-color: none!important;
}

.show {display: block;}

.inherit {
	 overflow: inherit;
}

@media only screen and (max-width:420px){
	.shoppingListRow .cart-pic {
		    max-width: 110px;
	}
	.width-mobile-100 {
		width:100%;
	}
	.nopadding {
		padding-right: 15px!important;
		padding-left: 15px!important;
	}
	
	.header {
		background-color: rgba(000, 000, 000, 0.8);
	}
	.language-option { font-size:11px;}
	.phone-to { font-size:11px;}
	
	#euCookieAccept {display:block}
	
}
