body {	font-family: 'Varela Round', sans-serif;}

.lesswaste {
	font-size: 25px;
	font-weight: bold;
} 

.green {color:#f0f0f0;}

.multi {
    background-color: #f0f0f0;
}
.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: #fff;
    /*background-color: rgba(255, 255, 255, 0.95);*/
}
header .box {
    margin: 0 auto;
}

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

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

.main {margin-top:280px!important;}

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

.first-title {margin-top:20%; font-size:1.6rem;}
.second-title {font-size:2rem;}

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

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.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: #b3b2b2!important;
}

.iq-container {
    position: absolute;
    top: 30%;
    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; 
	}
	
.btn-danger {
    background-color: #252326!important;
	border-color: #ffffff!important;
}

.btn-search { 
     border:1px solid;
     border-bottom-color:#ced4da; /* Green */
     border-top-color:#ced4da;    /* Red */
     border-left-color:#fff;   /* Black */
     border-right-color:#ced4da;
	 margin-left:-3px;	 
}

.input-search {
	border-right: 1px #fff solid;
	border-radius: 6px 0px 0px 6px!important;
}

/*end nou*/


.recom-wrapper {
	color: #000;
    background-image: url(/5.jpg);
    position: static;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    overflow: hidden;
}

.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:#252326;
    /*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 #a6c7cc;
    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: #a6c7cc;
    color: #fff;
	border-radius: 50%;
	position: relative;
    cursor: pointer;
}

.shortcart-number {
    position: absolute;
    right: 25px;
    top: 23px;
    transform: translate(0%,0%);
    background: #252326;
    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: #fff;
    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: #252326;
    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:#252326;
	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);
}

.favourite {
	position:absolute;
	right:10px;
	top:10px;
}

.favourite a {
	font-size:20px;	
}

.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: #252326;
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #252326;
}
.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
}

.button-categories p {
	font-size:20px;
	margin-top:5px;
	color:#252326;
	text-decoration:none;
}

.red_input{background: #ffe5e8 !important;border: 2px solid #252326 !important;}

.bg-white{background:#FFF;}
.yellow{color:#f9bf3b;}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}


/* Star Rating Styles */
/* Star Rating Styles */
.star-rating {
    display: inline-block;
    font-size: 0;
}

.star {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    font-size: 24px; /* Adjust the font size as needed */
    color: #ccc; /* Default star color */
    transition: color 0.2s; /* Smooth color transition on hover */
}

.star:hover {  color: #ffc107; }
.star.selected {  color: #ffc107;}
.hovered {color: #ffc107;}


#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: #a6c7cc;
    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;
}

.vertical-scroll {
  height: 300px;
  overflow-y: scroll;
}

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

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

a:hover {	/*color: #a6c7cc;*/	}

.media-body {color:FFF!important;}
.card{border:none}
.brand{font-size: 13px}
.act-price{color:#a6c7cc;font-weight:300;font-size:18px;}
.about{font-size: 14px}.color{margin-bottom:10px}

.card a {text-decoration:none;}

.card-body {color:#252326;}

.white {color:#fff;}

.nav-link-cat {font-size:18px!important;}


    .faux-select {
      position: relative;
      display: inline-block;
    }

    .faux-select button {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 200px;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
      cursor: pointer;
    }

    .faux-select ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 1000;
      display: none;
    }

    .faux-select li {
      padding: 0.375rem 0.75rem;
      cursor: pointer;
    }

    .faux-select li:hover {
      background-color: #f8f9fa;
    }

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}


@media only screen and (min-width:800px){
	.iq-wrapper h3{
		font-size: 82px;
		font-weight: 700;
		line-height: 70px;
		margin: 10px 0 30px 0;
	}
}

@media only screen and (max-width:420px) {
	.iq-container {
		top: 45%;
	}
	
	.shoppingListRow .cart-pic {
		    max-width: 110px;
	}
	.width-mobile-100 {
		width:100%;
	}
	.nopadding {
		padding-right: 15px!important;
		padding-left: 15px!important;
	}
	
	.header {
		top:72px;
		background-color: rgba(000, 000, 000, 0.8);
	}
	.language-option { font-size:11px;}
	.phone-to { font-size:11px;}
	
	#euCookieAccept {display:block}
	
	.container h1 {font-size:16px;}
	
	header .box {
		background:#FFF;
	}
	.special-price {width:65px;}
    .quantity-order {height:35px;}
	
	.main {margin-top:360px!important;}
}
	

