@import 'fonts.css';
@import 'homepage.css';
@import 'nav.css';
@import 'header.css';
@import 'footer.css';
@import 'page.css';
body{
	font-family: 'MyriadPro-Regular';
	background: #f5f5f5;
}

*{
	box-sizing: border-box;
}
img{
	display: block;
}
.logo{
	position: absolute;
	top: 0;
	left: 20px;
}
.panel.wrapper{
	position: absolute;
}
.widget .block-title,
.widget-title{padding:5px 0;font-size:1.8rem;font-weight:bold;}

.block.filter,
.sidebar{display:none;}

.action.primary {
  background-image: none;
  background: #fe0302;
	border: 1px solid #fe0302;
	color: #fff;
	border-radius: 0;
	margin-right: 5px;
	font-weight: 400;
}
.action.primary:hover,
.product-item-actions .actions-primary .action.toview:hover{
	cursor: pointer;
	background: #fff100!important;
	border: 1px solid #fff100!important;
	color: #222!important
}
.page-wrapper .products-grid .product-item .product-item-info{
	background: #fff;
}
.cms-home .page-wrapper .products-grid .product-item .product-item-info{
	width: auto;
}
.page-wrapper .products-grid .product-item{
	position: relative;
}
.product-item-details{
	padding: 0 10px;
}
.product-item-details .product-item-name{
	text-align: center;
}
.list-product-right .product-item-details .product-item-name{
	min-height: auto;
}
.products-grid .product-item-actions{
	text-align: center;
}
.products-grid .product-item-actions form{
	display: flex;
	width: 100%;
}
.product-item .price-box{
	display: flex;
	justify-content: center;
}
.product-item .price-box .price-label{
	display: none;
}

.product-item-actions .actions-secondary{
	display: none!important;
}
.bottom_block{
	background: #fff;
	padding: 30px 0;
}
.bottom_block a:hover span,
.bottom_block a:hover{
	color: #dd0000;
	text-decoration: none;
}
.page-main.row{
	display: flex;
}
.border-red{
	border: 1px solid #ff0000;
	padding: 10px 50px;
}
.d-flex{
	display: flex;
}
.store_item,
.book_online-item{
	align-items: center;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'MyriadPro-Bold';
	color: #f00;
}
.img-store{
	margin-right: 30px;
}
.footer_top{
	padding: 30px 0;
}
.blog__food .d-flex{
	flex-wrap: wrap;
}
.blog__food .col-lg-6{
	max-width: 100%;
	flex: 0 0 100%;
	position: relative;
}
.blog__food .thumb-img img{
	width: 100%;
}
.blog__food .caption{
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
}
.blog__food .caption span{
	color: #fffefe;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	display: block;
	padding-left: 20px;
}
.list-small-blog .item-blog{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.list-small-blog .item-blog .thumb-blog{
	margin-right: 20px;
	max-width: 136px;
}
.list-small-blog .item-blog .thumb-blog img{
	transition: all 0.2s;
}
.list-small-blog .item-blog .thumb-blog:hover img{
	transform: scale(1.02);
}
.list-small-blog .item-blog .summary-blog a{
	color: #222222;
	font-size: 18px;
	transition: all 0.2s;
}
.thumb-img{
	position: relative;
	overflow: hidden;
}
.thumb-img img{
	transition: all 0.2s;
}
.thumb-img a:hover img{
	transform: scale(1.05);
}
.list-small-blog .item-blog .summary-blog a:hover{
	text-decoration: none;
	color: #000;
}
.list-small-blog .item-blog:last-child{
	margin-bottom: 0;
}
.post-list-container.mpcss .widget-title{
	font-size: 24px;
	color: #ff0000;
	font-family: 'MyriadPro-Bold';
	text-transform: uppercase;
}
.product-item-actions .actions-primary{
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}
.product-item-actions .actions-primary .action.toview{
	background: none;
	border: 1px solid #ee4023;
	color: #ee4023;
	width: 50%;
	padding-top: 7px;
}
.product-item-actions .actions-primary .action.toview:hover{
	background: #006bb4;
	border: 1px solid #006bb4;
	text-decoration: none;
	color: #fff
}
.product-item-info .product-item-name .product-item-link{
	color: #222;
	font-weight: 400;
	font-size: 16px;
}
.product-item .price-container.price-final_price .price{
	color: #f00;
	font-size: 24px;
	font-weight: 400;
}
.product-item .old-price .price-container.price-final_price .price{
	color: #9e9e9e;
	font-size: 16px;
	margin-left: 10px;
}
.product-item .price-box{
	align-items: center;
}
.top-page{
	display: none;
}
.cms-home .top-page{
	display: block;
	margin-bottom: 40px;
	background: #fff;
}
.cms-home .banner-bottom {
	display: none;
}
.banner-bottom{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.banner-bottom img{
	width: 100%;
	max-width: 100%;
}
.img-desktop{
	display: block;
}
.img-mobile{
	display: none;
}
.block.widget .product-item-info a{
	display: block;
	text-align: center;
}
.block.widget .product-item-info a.product-item-link,
.product-item-info .product-item-name .product-item-link{
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 45px;
	max-height: 45px;
	display: -webkit-box;
}
.product-image-wrapper{
	padding-bottom: 105%!important;
}
.promo-index .owl-carousel .owl-nav button {
	position: absolute;
	top: 45%;
	z-index: 9;
	transform: translateY(-45%);
}
.promo-index .owl-carousel .owl-nav button.owl-prev{
	left: 0;
}
.promo-index .owl-carousel .owl-nav button.owl-next{
	right: 0;
}
.promo-index .owl-carousel .owl-nav button span{
	font-size: 40px;
	line-height: 30px;
	text-align: center;
}
.product-best-seller .owl-carousel{
	display: block;
}
.header .minicart-wrapper .action.showcart .counter.qty{
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -11px;
	background: #fff100;
	color: #ff0000;
	font-size: 14px;
	min-width: 24px;
	min-height: 20px;
	box-sizing: border-box;
	line-height: 26px;
	text-align: center;
}
.btn-viewmore-home{
	position: absolute;
	right: 0;
	color: #222;
	top: 48px;
	z-index: 3;
}
.btn-viewmore-home,
a.btn-viewmore-home:visited, 
a.btn-viewmore-home:visited{
	color: #222;
	font-size: 16px;
}
.product-homepage .btn-viewmore-home:hover{
	color: #c80606;
	text-decoration: none;
}
.product-item-info .product-item-photo{
	display: block;
	text-align: center;
	margin: 0 auto;
}
.product-info-main .special-price,
.product-options-bottom .special-price,
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price{
	color: #f00;
	font-size: 24px;
	font-family: 'MyriadPro-Bold';
}
.product-info-main .old-price,
.product-info-main .old-price .price{
	color: #9e9e9e!important;
	font-size: 16px!important;
	text-decoration: line-through;
}
.product-info-main .price-box.price-final_price{
	background: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.product-wrapper .product-info-main .special-price{
	display: inline-block;
	vertical-align: middle;
}
.block-price-detail{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.block-price-detail .discount-block,
.block-price-detail .old-price{
	display: block;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable{
	display: block;
}
.product-info-main .page-title-wrapper .page-title{
	font-size: 24px;
	color: #222222;
	border-bottom: 0;
	margin-top: 0;
}
.price-final_price .price-label{
	display: none;
}
.stock span{
	display: none;
}
.product-item-inner .stock.unavailable  span{
	display: block;
	color: #f00;
	background: #ffd746;
	padding: 5px 15px;	
}
.product-add-form .stock.unavailable span{
	display: block;
	color: #f00;
	background: #ffd746;
	padding: 15px 25px;
	display: inline-block;
	margin-top: 20px;
}
.product-add-form .stock.unavailable:hover span,
.product-item:hover .product-item-inner .stock.unavailable span{ 
	animation: effect 0.3s infinite; 
	cursor: pointer;
} 

@keyframes effect { 
	0% { 
			transform: translateX(0px) rotate(0deg); 
	} 

	20% { 
			transform: translateX(-4px) rotate(-4deg); 
	} 

	40% { 
			transform: translateX(-2px) rotate(-2deg); 
	} 

	60% { 
			transform: translateX(4px) rotate(4deg); 
	} 

	80% { 
			transform: translateX(2px) rotate(2deg); 
	} 

	100% { 
			transform: translateX(0px) rotate(0deg); 
	} 
}
.product-info-main .discount-block .discount{
	color: #f00;
	font-size: 14px;
}
.product-info-main .product.attribute.sku{
	display: none;
}
.block-price-detail .discount-block span{
	display: inline-block;
}
.reviews-actions{
	display: none;
}
.product-info-main .product-info-stock-sku{
	display: none;
}
.product-homepage .block-new-products{
	margin-top: 40px;
}
.cms-home .post-list-container{
	margin-top: 40px;
}
.form.form-login .fieldset.login .field.email,
.form.form-login .fieldset.login .field.password{
	display: flex;
}
.form.form-login .fieldset.login .field.email label,
.form.form-login .fieldset.login .field.password label{
	min-width: 100px;
}
.box.box-address-billing{
	display: none!important;
}
.form.contact .field.note.no-label{
	max-width: 400px;
}
.form.contact .fieldset .field.note.no-label:before{
	width:0;
	padding:0;
}
.block.upsell .block-content .product-item{
	display: inline-block;
	list-style: none;
}
@media screen and (min-width: 640px){
	.form.contact .field.note.no-label{
		margin-left: 25.8%;
	}
	.page-products .products-grid .product-item{
		margin-bottom: 20px;
	}	
}
.page-products .products-grid .product-item{
	margin-bottom: 10px;
}
@media screen and (min-width: 992px){	
	.form-shipping-address .control input, .form-shipping-address .control._with-tooltip select{
		width: calc(100% - 39px)
	}
	.product-new .list-product-right .product-items.widget-new-grid{
		display: flex;
		flex-wrap: wrap;
	}
	.page-layout-1column .product-homepage .block.widget .products-grid .list-product-right .product-item:nth-child(5n){
		margin-right: 2%!important
	}
	.product-items.promotion-index .owl-stage{
		display: flex;
		flex-wrap: wrap;
	}
	.product-items.promotion-index .owl-stage .owl-item{
		background: #fff;
	}
	.page-products.page-layout-1column .products.products-grid .product-item{
		position: relative;
		width: 19%;
	}
	.page-layout-1column .product-homepage .block.widget .products-grid .product-item{
		margin-left: 0!important;
	}
	.page-layout-1column .product-homepage .block.widget .products-grid .product-item:nth-child(5n){
		margin-right: 0!important;
	}
	.page-layout-1column .product-best-seller .block.widget .products-grid .product-item{
		width: calc((100% - 6%)/5);
	}
	.page-wrapper .products-grid .product-item{
		margin-right: 1.2%;
		margin-bottom: 1.2%;
	}
	.page-wrapper .products-grid .product-item:nth-child(5n){
		margin-right: 0;
	}
	.page-wrapper .products-grid .product-item .product-item-info{
		background: #fff;
		width: 100%;
	}
	.blog__food{
		margin-bottom: 60px;
	}
	.blog__food .col-lg-6{
		max-width: 48.5%;
		flex: 0 0 48.5%;
	}
	.blog__food .col-lg-6:first-child{
		margin-right: 2%;
	}
	.footer_top{
		padding: 60px 0;
	}
	.store_list{
		margin-right: 30px;
		padding: 10px 100px;
		width: 65%
	}
	.book_online{
		width: 35%;
	}
	.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top{
		color: #fff;
		
	}
	.navigation .level0 > .level-top{
		text-transform: uppercase;
		color: #fff!important;
	}
	.top-page{
		padding-top: 40px;
	}
}
@media screen and (max-width: 991px){
	.promotion__homepage + p{
		display: none;
	}
	.contact-index-index .page-main .page-title{
		margin-top: 25px;
	}
	.img-desktop{
		display: none;
	}
	.img-mobile{
		display: block;
	}
	.block.widget .products-grid .product-item{
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.list-small-blog {
		display: flex;
		flex-wrap: wrap;
	}
	.list-small-blog .item-blog{
		max-width: 50%;
		flex: 0 0 50%;
		display: block;
		margin-bottom: 20px;
	}
	.list-small-blog .item-blog .thumb-blog{
		max-width: 100%;

	}
	.list-small-blog .item-blog .thumb-blog img{
		width: 100%;
	}
	.list-small-blog .item-blog:nth-child(2n){
		padding-right: 0;
	}
	.footer_top{
		display: none;
	}
	.footer-bottom .store_list{
		display: none;
	}
	.product-item-details{
		padding: 0 6px;
	}
	.footer-bottom .book_online{
		display: block;
		margin : 0 auto;
	}
	.global-block{
		margin-top: 20px;
	}
	.nav-sections-item-content .navigation{
		padding: 0 15px;
	}
	.nav-sections-item-content .navigation li{
		border-bottom: 1px dotted #9e9e9e;
		border-top :0;
	}
	.nav-sections-items .section-item-title{display: none;}
	.section-item-content .book_online{
		padding: 0 15px;
	}
	.nav-sections-items .navigation .level0.active > a:not(.ui-state-active){
		border: 0;
	}
	.product-banner{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px){
	.btn-viewmore-home{
		display: none
	}
	.page-main.row{
		flex-wrap: wrap;
	}
	.footer_top .footer.links{
		width: 100%;
		list-style: none;
	}
	.product-item .price-container.price-final_price .price{
		font-size: 14px;
	}
	.product-item .old-price .price-container.price-final_price .price{
		font-size: 14px;
	}
	.product-item-actions .actions-primary form{
		display: flex;
	}
	.product-item-actions .actions-primary form button{
		font-size: 1rem;
		padding: 7px 9px;
		width: 50%;
	}
	.product-item-actions .actions-primary .action.toview{
		margin-left: 5px;
	}
	.action.primary,
	.product-item-actions .actions-primary .action.toview{
		font-size: 10px;
	}
	.bottom_block{
		overflow: hidden;
	}
	.catalog-category-view.page-layout-1column .column.main{
		padding-bottom: 0;
	}
	.catalog-category-view .toolbar.toolbar-products{
		//display: none;
	}
}
@media screen and (max-width: 480px){
	.list-small-blog .item-blog {
    max-width: 100%;
    flex: 0 0 100%;
    display: block;
    margin-bottom: 20px;
	}
	.list-small-blog .item-blog .thumb-blog{
		min-width: auto;
	}
}

.payment-method-billing-address{display:none;}
