@import "bootstrap.css";
@import "style.css";
@import "dark.css";
@import "font-icons.css";
@import "animate.css";
@import "magnific-popup.css";
@import "style-v4.css";
@import "responsive.css";

.hd{
    display: none;
}

.screenLoader{
    position:fixed;
    z-index:99999;
    background-color:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    padding:20px;
    margin: 0 auto;
    /*margin:-45px 0 0 -100px;*/
    text-align: center
}
.screenLoaderContent{
    position: fixed;
    top: 50%;
    left: 25%;
    right: 25%;
}

.screenLoaderContent img{
    width: 80px;
}

.myPagination strong { 
	padding:5px 10px; 
	background-color:#5d78ff; 
	color:#fff; 
	border:1px solid #5d78ff;
	border-radius:3px;
}
.myPagination a { 
	border:1px solid #ebedf2; 
	padding:5px 10px; 
	color:#212529; 
	border-radius:3px;
}
.myPagination a:hover { 
	color:#fff; 
	text-decoration:none; 
	background-color:#5d78ff; 
	border:1px solid #5d78ff;
}

.frontend.myPagination strong { 
	padding:5px 10px; 
	background-color:#ed1c24; 
	color:#fff; 
	border:1px solid #ed1c24;
	border-radius:3px;
}
.frontend.myPagination a { 
	border:1px solid #ebedf2; 
	padding:5px 10px; 
	color:#212529; 
	border-radius:3px;
}
.frontend.myPagination a:hover { 
	color:#fff; 
	text-decoration:none; 
	background-color:#ed1c24; 
	border:1px solid #ed1c24;
}

.equalHeight{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equalHeight:before,
.equalHeight:after{
    display: none;
}

#primary-menu-account{
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 0%;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	z-index: 1;
	right: 80px;
	font-size: 14px;
}

#primary-menu-account span{
	font-size: 11px;
}

.pageCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
	
.centerDiv{
	position: relative;
	top: 35%;
}

.container-75{
	width: 75%;
}

.square{
	width: 120px;
	height: 120px;
}

#logout a{
	color: red;
	font-size: 20px;
	padding: 20px;
	position: absolute;
	right: 0px;
}

.catBox{
	background: red;
	color: white;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu_image {
	padding-top:80%;
	margin:0 0 10px 0;
	border-radius:8px 8px 0 0;
	/*border:2px solid #feb1c1;*/
}

.product-item{
	  border: none;
    background: url(../../images/product_image.jpg) no-repeat center;
    background-size: cover;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.btn-order.active{
	background: red;
	color: white;
	border: 0px;
}
.btn-order{
	background: #E0E0E0;
	color: black;
	border: 1px solid black;
}

.btn-custom{
	background: #1ABC9C;
	color: white;
}

.btn-disc.active{
	background:  yellow;
}

.btn-cancel{
	background: #FF0000;
	color: white;
}

.bg-red{
	background: red;
}
.bg-black{
	background: #000;
}
.bg-grey{
	background: grey;
}
.bg-grey2{
	background: #E0E0E0;
}

.bg-light-dark{
	background: rgba(0,0,0,0.8);
}

.m-auto{
	margin: auto;
}

.w-100{
	width: 100%;
}

.text-orange{
	color: orange;
}
.text-red{
	color: red;
}
.text-green{
	color: #04f304;
}
.text-white{
	color: white;
}

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

.border-solid-red-1{
	border: 1px solid red;
}

#logo{
	float: none!important;;
}

#logo img{
	text-align: center;
	margin: auto
}

@media (max-width: 1200px) {
	
}

@media (max-width: 979px) {
	#primary-menu-account{
		right: 50px;
	}
}

@media (max-width: 767px) {
	#primary-menu-account{
		right: 10px;
	}
}

@media (max-width: 480px) {
	
}