@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
/*
	background: #ffffff;
*/
	font-family: 'Roboto', sans-serif;
}
@font-face {
    font-family: 'Allura-Regular';
    src: url("../fonts/Allura-Regular.otf") format("opentype");
}

.corner-1{ 

	position: fixed;

	top: 0;

	left: 0;

	background: #D89EFA;

	width: 80px;

	height: 80px;

	border-bottom-right-radius: 100%;

}

.corner-2{ 

	position: fixed;

	top: 0;

	right: 0;

	background: #F892A3;

	width: 80px;

	height: 80px;

	border-bottom-left-radius: 100%;

}

.corner-3{

	position: fixed;

	left: 0;

	bottom: 0;

	background: #D89EFA;

	width: 90px;

	height: 90px;

	border-top-right-radius: 100%;

}

.corner-4{

	position: fixed;

	right: 0;

	bottom: 0;

	background: #86DFD5;

	width: 150px;

	height: 150px;

	border-top-left-radius: 100%;

}



.main-content{
/*
	position: absolute;

	background: #ECF5FC;

	width: 98.5%;

	min-height: 100%;*/
}

.main-content .row{

	margin-right: 0!important;

}

.sidebar{
	background: #ffffff;
	position: absolute;
	width: 96%;
	min-height: 100vh;
	height: 100%;
	/*border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;*/
	padding: 30px 30px;
	box-shadow:0 0px 50px 0px rgba(0,0,0,0.75);
}

.sidebar .ul-sidebar{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar .ul-sidebar li{
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}

.sidebar .ul-sidebar li:last-child{
	border-bottom:none!important;
}

.sidebar .ul-sidebar li a{
	color: #555;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.sidebar .ul-sidebar li.active a{
	color: #000000;
	font-weight: 800;
}

.sidebar .ul-sidebar li a i{

	color: #061748;

	font-size: 8px;

	margin-right: 10px;

}

.sidebar .ul-sidebar li.active a i{
	color: #d00;
	font-size: 8px;
	margin-right: 10px;
}

.sidebar-logo{
	text-align: center;
	margin-top: 50px;
}
.sidebar-logo img{
	width: 150px;
	margin-bottom: 30px;
}

.content{
	/*margin-left: -75px;*/
	width: 100%;
}
#right_content{
	padding: 0!important;
}

.content .row{
	margin-left: 0!important;
}

.dashboard-title{
	text-align: center;
	padding-top: 30px;
}

.dashboard-title h2{
	color: #ffffff;
	text-shadow: 1px 1px 8px rgba(150, 150, 150, 1);
	font-size: 60px;
	font-weight: 700;
}

.banner{

	margin-top: 30px;

}



.card{

	margin: 30px 0;

	border-radius: 0;

	box-shadow: 0 0 2px 0px rgba(0,0,0,0.15);

	border: none;

}

.card-title{

	margin:15px 20px 0 20px;

	text-transform: uppercase;

	font-family: 'Roboto', sans-serif;

	font-weight: 600;

	font-size: 14px;

	letter-spacing: 0.5px;

}



.latest-messages{

	list-style: none;

	padding: 0;

}

.latest-messages li{

	margin-bottom: 20px;

}

.latest-messages li h4{

	color: #000;

	font-size: 14px;

}

.latest-messages li h4 span{

	color: #d00;

}



.data-table{

	width: 100%;

}

.data-table thead{

	background: #ECF5FC;

	border-bottom: none;

}

.data-table tr th{

	font-size: 12px;

}

.data-table thead tr th{

	font-size: 12px;

	color: #000;

	padding: 10px 8px!important;

	border-bottom:none!important;

	text-transform: uppercase;



}

.data-table tbody tr td{

	font-size: 12px;

	padding: 8px 8px!important;

}



.dataTables_length label, .dataTables_filter label, .dataTables_info, .dataTables_paginate{

	font-size: 12px!important;

}

.paginate_button.current{

	padding: 2px 8px!important;

	background: #ECF5FC!important;

	border-radius: 50%!important;

}

.paginate_button{

	padding: 2px 8px!important;

	color: #ddd;

}



.sk-btn{

	background: #E51620;

	border-radius: 3px;

	border:solid 1px #E51620;

	color: #ffffff;

	text-transform: capitalize;

	font-size: 12px;

	padding: 2px 10px;

	font-weight: 600;

}



.sk-btn-1{

	background: #E51620;

	border-radius: 3px;

	border:solid 1px #E51620;

	color: #ffffff;

	text-transform: capitalize;

	font-size: 12px;

	padding: 5px 10px;

	font-weight: 600;

	margin-bottom: 10px;

	margin-right: 15px;

	text-decoration: none;

}

.sk-btn-1:hover{ 

	text-decoration: none; 

	color: #000000;

}

.sk-btn-2{

	background: #E51620;

	border-radius: 3px;

	border:solid 1px #E51620;

	color: #ffffff;

	text-transform: capitalize;

	font-size: 14px;

	padding: 7px 15px;

	font-weight: 600;

	margin-bottom: 10px;

	margin-right: 15px;

	text-decoration: none;

}

.sk-btn-2:hover{ 

	text-decoration: none; 

	color: #000000;

}

.column-grid{

    background: #ffffff;

    margin: 10px 0;

    padding: 15px;


    /*position: absolute;

    width: 250px; */

    width: 250px;

    /*border: solid 1px #eee;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.50)*/

    text-align: center;
}
.column-grid h4{
	text-align: center;
    color: #352F8C;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15;
    margin-top: 20px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
}
.column-grid img{
	width: auto;
	height: 120px;
	/*width: 240px;
	height: auto;*/
}
.column-grid .grid-info{

    text-align: right;

}

.column-grid .grid-icon{

    color: #ffffff;

    text-align: center;

    width: 26px;

    line-height: 70px;

    width: 70px;

    height: 70px;

    /*border-radius: 50%;*/

}

.column-grid .grid-color-1{

    background: #1BBAE1;

}

.column-grid .grid-color-2{

    background: #27AE60;

}

.column-grid .grid-color-3{

    background: #FB8C00;

}

.column-grid .grid-color-4{

    background: #8E24AA;

}

.column-grid .grid-color-5{

    background: #D81A60;

}

.column-grid .grid-color-6{

    background: #F2B33F;

}

.column-grid .grid-color-7{

    background: #167EFB;

}

.column-grid .grid-color-8{

    background: #FB8C00;

}



.column-grid .grid-info h4{

    color: #061748;

    font-weight: 500;

    font-family: 'Roboto', sans-serif;

    margin-top: 10px;

    font-size: 14px;

    text-transform: uppercase;

    letter-spacing: 0.6px;

}

.column-grid .grid-info h3{

    color: #222;

    font-weight: 500;

    font-family: 'Roboto', sans-serif;

    margin-top: 10px;

    font-size: 16px;

}

.column-grid .grid-info h4 span{

    font-weight: 600;

}

.column-grid:hover{

    /*box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);*/

}

.top-menu{
	background: url('../img/top-banner.jpg');
  	width: 100%; 
  	height: 300px;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-color: #E86B01;
  	z-index: 1;
}

.top-menu .bg-light{

	/*background: #ECF5FC!important;*/

}

.top-menu .navbar{

  min-height: 0!important;

}

.top-menu .navbar ul li.nav-item{
  	padding: 0 15px;
  	background: #000;
    /*opacity: 0.5;*/
    border-right: solid 1px #ffffff;
}

.top-menu .navbar ul li.nav-item:first-child{
  	padding: 0 15px;
  	background: #DB0000;
    /*opacity: 0.5;*/
}

.top-menu .navbar ul li.nav-item:last-child{
  	border-right: unset;
}

.top-menu .navbar ul li.nav-item a{
  	color: #ffffff!important;
  	font-family: 'Roboto', sans-serif;
  	font-size: 12px;
  	text-transform: uppercase;
    /*opacity: 1.0;*/
}

.top-menu .navbar ul li.nav-item a:hover{
}

#cart_count{

  	padding: 5px 10px;

    background: #d00;

    margin-left: 10px;

    width: 25px;

    height: 25px;

    border-radius: 50%;

    color: #fff;

}



.item-product{
	width: 100%;
	height: 400px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.25);
	border:solid 1px #eee;
	margin-bottom: 30px;
}

.item-product img{

	width: auto;

	height: 170px!important;

}

.item-product a.product-name{

	color: #222;

    text-transform: uppercase;

    font-family: 'Roboto', sans-serif;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 0.5px;

}



.product-image{

	width: 100%;

	height: 350px;

	text-align: center;

	background: #ffffff;

	/*box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.25);*/

	margin-bottom: 30px;
	margin-left: 100px;
	border:solid 1px #eee;

}

.product-image img{

	width: auto;

	height: 300px!important;

}

.product-details{
	margin-left: 100px;
}
.product-details h4{

	font-size: 14px;

	font-weight: 500;

	font-family: 'Roboto', sans-serif;

}

.producdt-details h5{

	font-size: 14px;

}

.product-details p{

	font-size: 14px;

}

.product-details label{

	font-size: 14px;

}

.product-details .form-control{

	padding:5px 15px;

	font-size: 14px;

}

.product-details input[type="number"]{

	font-size: 14px;

	text-align: center;

	width: 80px!important;

	padding: 5px 15px;

	border: solid 1px #ced4da;

}

.addtocart{
	background: #E51620;
	border-radius: 3px;
	border:solid 1px #E51620;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 14px;
	padding: 5px 15px;
	font-weight: 500;
}
.addtocart:hover{
	background: #212121;
	border:solid 1px #212121;
}

.add_to_cart{
	background: #E51620;
	border-radius: 3px;
	border:solid 1px #E51620;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 14px;
	padding: 5px 15px;
	font-weight: 500;
}
.add_to_cart:hover{
	background: #212121;
	border:solid 1px #212121;
}

.sk-top-50{

	margin-top: 50px;

}



.no-orders{

    color: #ffffff!important;

    font-family: 'Open Sans'

    font-size:16px;

    text-align: center;

}

.cart-items-box{

  background: #ffffff;  

}

.remove_cartitem{

  color:#d00!important;
  font-weight: 600;

}

.cart-items-box:hover{

  background: #ffffff!important;

}

.cart-items{

	width: 100%;

}

.cart-items>tbody>tr{

	/*border-bottom: solid 1px #eee;*/
	background: #fafafa;
    border-bottom: solid 3px #ffff;
}

.cart-items td{

	padding: 5px;
	font-size:14px;
}

.cart-items img{

	width:45px!important;

}

.cart-items h5{

	font-size: 12px;

	text-transform: capitalize;

}

.cart-items p{

	font-size: 12px;

	margin-bottom: 0;

}

.cart-items a{

	font-size: 12px!important;

	text-transform: capitalize!important;

	text-decoration: none;

}



.cart-prices{

  color: #ffffff!important;

  font-family: 'Open Sans';

  letter-spacing: 0.5px;

  font-weight: 600;

  text-align: center;

  margin-top: 10px;
  border-top: solid 1px #ccc;
  padding-top: 10px;
}

.cart-prices-line{

	font-family: 'Roboto',sans-serif;

  color: #000000!important;

  margin-bottom: 15px;

}

.cart_block_total{

	font-family: 'Roboto',sans-serif;

  	color: #000000!important;



}

.cart-prices a{

    background: #DF7546;

    color: #ffffff;

    text-align: center;

    padding: 10px 20px;

    margin-top: 15px;

}

#cartitems_dropdownmenu{

	width: 350px;

  	padding: 25px 15px;

  	border: none;

  	left: unset!important;

  	/*box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.25);*/
  	box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
    right: 30px;
    top: 40px;
}

a.addmore{

	background: #E51620;

	border-radius: 3px;

	border:solid 1px #E51620;

	color: #ffffff!important;

	text-transform: capitalize;

	font-size: 12px!important;

	padding: 5px 15px;

	font-weight: 500;

	margin-bottom: 15px;	

	text-decoration: none;

}



.cart-qty{

	border:solid 1px #ced4da;

	text-align: center;

}

.remove_cart_item{

	color: #d00!important;

	text-decoration: none;

}

.cart-p{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: 0.2px;
}

#cart-summary td{

	font-size: 14px!important;

	text-align: left;

}



.alert-error, .alert-message, .alert-danger{

	display: none;

	font-size: 14px;

	border-radius: 0;

}



form label{

	font-family: 'Roboto',sans-serif;

	font-size: 14px!important;

}

form .form-control{

	padding: 3px 10px;

	border-radius: 0;

	font-size: 14px;

}



.form-control-error{

	font-family: 'Roboto',sans-serif;

	font-size: 12px;

	color: #d00;

}

.input-error{

	font-family: 'Roboto',sans-serif;

	font-size: 12px;

	color: #d00;

}

.login-error{

	font-family: 'Roboto',sans-serif;

	font-size: 12px;

	color: #d00;

	font-weight: 600;

	letter-spacing: 0.5px;

}



.login-container{
	width: 50%;
	margin: 50px auto;
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.25);
}

.login-logo{

	text-align: center;

	padding: 0 0 50px 0;

}
.login-logo img{
	width: 200px;
	margin: 15px 15px 0 15px;
}

.mobile-bg{
	padding: 100px 0 20px 0;
	text-align: right;
}
.welcome-bg{
	padding: 150px 50px 50px 0;
	text-align: center;
}
.start-order{
	text-align: center;
	padding:0 50px 0 50px;
}
.start-order img{
	width: auto;
}
.sk-text{
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 0 110px;
}
.sk-text p{
	font-size: 18px;
}
.categories{
	padding: 0 50px;
}
.products{
	padding: 50px;
}
#top_menu{
	background: unset!important;
}
#top_menu h2{
	font-family: 'Barlow Condensed', sans-serif;
    /*font-size: 75px;*/
    position: absolute;
    top: 10px;
    left: 100px;
    text-transform: uppercase;
}
.bottom-banner{
	background: url('../img/bottom-banner.png');
  	width: 100%; 
  	height: 145px;
  	z-index: 1;
  	margin-top: 150px;
}
.dropdown-menu{
	left: unset;
	right: 0;
}
#top_menu{
	height: 120px!important;
}
#top_menu .dropdown-menu div a.dropdown-item{
	color: #000!important;
	font-weight: 600;
}
.top-menu .dropdown-menu div a.dropdown-item{
	color: #000!important;
	font-weight: 600;
}
.welcome-text{
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 50px 50px;
}
.welcome-text h1{
	text-align: center;
	text-transform: uppercase;
	color: #DB0000;
	font-size: 70px;
}
.welcome-text p{
	text-align: center;
	font-size: 20px;
}
.go-back{
	position: absolute;
	left: 65px;
	font-size: 18px;
	color:#DB0000;
	text-decoration: unset!important;
	font-family: 'Barlow Condensed', sans-serif;
}
.bg-dark{
	border:unset;
	color: #ffffff;
	font-stretch: 12px;
	padding: 3px 7px;
}
#qty{
	width: 75px;
	border:1px solid #ced4da;
	text-align: center;
}
.qty{
	width: 75px;
	border:1px solid #ced4da;
	text-align: center;
	margin:0 5px;
}
.close_dropdown{
	color: #000!important;
    font-weight: 600;
    right: 10px;
    position: absolute;
    top: 5px;
    cursor: pointer;
}

@media all and (max-width: 768px) {
	.top-menu{
		background-color: unset;
		height: 130px;
	}
	.sidebar{ 
		display: none;
	}
}