*{
	box-sizing: border-box;
	font-family: 'Karla', sans-serif;
}

.row{
	display:block ruby;
}

.section-ctrl .container {
	width: 100%;
	margin-top:24px;
	margin-bottom: 24px;
	padding-left:4px;
	padding-right: 4px;
	margin-left: 64px;
	margin-right: 64px;
}

.section {
	margin-top: 32px;
	margin-bottom: 32px;
}

.col-lg-12 {
	width: 100%;
}

.col-lg-11 {
	width: 91.66666667%;
}  

.col-lg-10 {
	width: 83.33333333%;
}

.col-lg-9 {
	width: 75%;
}

.col-lg-8 {
	width: 66.66666667%;
}

.col-lg-7 {
	width: 58.33333333%;
}

.col-lg-6 {
	width: 50%;
}

.col-lg-5 {
	width: 41.66666667%;
}

.col-lg-4 {
	width: 33.33333333%;
}

.col-lg-3 {
	width: 25%;
}

.col-lg-2 {
	width: 16.66666667%;
}

.col-lg-1 {
	width: 8.33333333%;
}

.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1 {
	float:left;
}

html{
	scroll-behavior: smooth;
}

li{
	list-style-type: none;
}
.top-cart{
	background-color: #f00;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px 8px 20px;
	border-radius: 7px;
	font-size: 18px;
	font-weight: 600;
}

.top-cart span{
	background-color: #f00;
}
.body-ctrl a {
	color: rgb(228, 55, 39);
}

.body-ctrl a:hover {
	color: rgb(228, 55, 39);
	text-decoration: none;
}

.body-ctrl a:focus {
	color: rgb(228, 55, 39);
	text-decoration: none;
}

.body-ctrl a:active {
	color: rgb(228, 55, 39);
	text-decoration: none;
}

.form-section .primary {
	background: #e43727;
	color: white;
}

.form-section .secondary {
	border: 2px solid #e43727;
	color: #e43727;
	background: white;
}
.form-section .tertiary {
	color: #e43727;
	background: white;
}
.btn-back{
	background-color: #f00;
	color: #fff;
}
/**********Nav Bar*************/

.topnav {
	overflow: hidden;
	background-color: rgb(253, 253, 237);
	height: auto;
	border-bottom: 2px solid #f70f2a;
}

.topnav a {
	float: left;
	display: block;
	color: #4f4f4f;
	text-align: center;
	padding: 26px 25px;
	text-decoration: none;
	font-size: 17px;  
	font-weight: 400;
}

.topnav a:hover {
	font-weight: 800;
}

.nav-logo {
	width: 150px;
	float: left;
}

.brand-area {
	padding: 22px;
	margin-left: 33px;
	margin-top: -25px;
	margin-bottom: -18px;
}

.brand-area h2{
	font-size: 17px;
	font-weight: 750;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.topnav a:nth-child(2) { 
	float: right;
	font-size: 1.8em;
	font-size: 18px;
	margin-top: 20px;
}

.topnav a:nth-child(3) {  
	float: right;
	font-size: 1.8em;
	font-size: 18px;
	margin-top: 20px;
}

.topnav a:nth-child(4) {
	float: right;
	font-size: 1.8em;
	font-size: 18px;
	margin-top: 20px;
}

.topnav .icon {
	display: none;
}

.topnav .mobile {
	display: none; /*****Nav bar for mobile*****/
}

.brand{
	font-size: 2.7em;
}

#page-title h1 {
	font-size: 3em;
	padding: 44px 0px 30px 0px;
	color:black; 
	background-color: White;
	color: rgb(228, 55, 39);
	text-align: center;
	/* margin-top: 24px; */
	margin-bottom: 25px; 
	font-weight: 800;
	border-radius: 24px;
	box-shadow: 0px 0px 48px -38px black;
	text-transform: uppercase;
}

/************Homepage***********/

.hero-section {
	margin-top: 32px;
	margin-bottom: 32px;
	width: auto;
}

.hero-text h1 {
	font-weight: 800;
	font-size: 54px;
	letter-spacing: -2px;
	line-height: 1.2;
	padding-top: 16px;
}

.hero-text-web h1 {
	font-weight: 800;
	font-size: 54px;
	letter-spacing: -2px;
	line-height: 1.2;
	padding-top: 16px;
}

.hero-text-mobile h1 {
	font-weight: 800;
	font-size: 54px;
	letter-spacing: -2px;
	line-height: 1.2;
	padding-top: 16px;
	display: none;
	float: right;
}

.banner-img img{
	width:100%;
	height:100%;
	max-width: fit-content;
}

.ad-banner {
	background-color: rgb(250, 250, 206);
	width: 100%;
	height: 140px;
	text-align: center;
}



/*********category Start**************/

.category-group {
  margin-top: 40px;	
}

.category-slider {
   margin-left: 10px;
   margin-right: 1px;
}

.category {
    padding: 0 8px;
    border-radius: 28px;
	background-color:red;
	border-right: 5px solid #093d55;
	border-left: 5px solid #093d55;
	margin-bottom: 5px;
}
.category a{
	background-color: none;
	color:#fff;
}
.category img {
	width: 100%;
	height: 200px;
}

.section-heading h2 {
	text-align: left;
	margin-top: 5px;
	letter-spacing: -1.5px;
	font-weight: 700;
	padding: 7px 0px;	
	margin-bottom: 16px;
}

.category h4 {
	text-align: center;
	margin-top: 5px;
	font-size: 18px;
	font-weight: 400;
	padding: 7px 0px;
	color: #4f4f4f;
	letter-spacing: 0px;
	background-color: none;
}
.category a:hover {
	color:#fff;
}
.category:hover {
	background-color:red;
	border-right: 5px solid #093d55;
	border-left: 5px solid #093d55;
}
.mt-5{
	margin-top: 10px;
}
.mb-5{
	margin-bottom: 10px;
}
.pt-5{
	padding-top: 10px;
}
.pb-5{
	padding-bottom: 10px;
}
.category-slider {    
    display: block ruby;
    grid-template-columns: repeat(auto, auto);
    grid-gap: 0 50px;
    padding: 0px 60px;
    padding-right: 0;     
	  height: 312px;
}

.category-slider {
	-ms-overflow-style: none; 
	scrollbar-width: none;  
}

.category-slider::-webkit-scrollbar {
	display: none; 
}

.category-slider:hover {
	overflow-x: scoll;
}

#category-desc {
	position: relative;
	top: -14px;
	font-size: 13px;
	
	color: #9d9d9d;
	font-style: ;
}

.empty {
    width: 10px;
}


/***********Forms*******************/

.form-section div {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: -8px;
}
.form-section label{
  font-size: 1.35em;
  margin-bottom: 0px;
}

.form-area input,label,textarea {
	background:white;
}

/*************** Footer ***************/

#footer{
	padding: 24px;
	background-color: rgb(253, 253, 237);
	display:flex;
	font-size:17px;
	box-shadow: -6px -17px 40px -38px grey;
}

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

#footer a:hover {
	cursor: pointer;
}

#quick-links-head{
	display: none;
}

#user-head{
	display: none;
}

#quick-links li{
	margin-bottom: 14px;
}

#user-links li{
	margin-bottom: 14px;
}
.copyrights{
	border-top: 1px solid black;
	text-align:center;
	top:27px;
	color:black;
	padding:3px;
}

.copyrights p {
	margin-top: 16px;
}


.ItemCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.ItemCarousel .ItemCarousel-inner { transition: 1s ease all; float: left; }
.ItemCarousel .ItemCarousel-inner .item { float: left;}
.ItemCarousel .ItemCarousel-inner .item > div {
	position:relative; 
	z-index:10; 
	padding:13px 1px 1px 2px; 
	background:#fff; 
	border-left:5px solid #093d55; 
	border-radius:28px; 
	border-right:5px solid #093d55; 
	text-align: center;
	margin-bottom: 5px;
}
.ItemCarousel .ItemCarousel-inner .item > div:before {
	content:""; 
	display:block; 
	position:absolute; 
	z-index:-1; 
	top:2px; 
	left:2px; 
	right:2px; 
	bottom:2px; 
	border-radius:28px;
	background-color:red
}
.ItemCarousel .leftLst, .ItemCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.ItemCarousel .leftLst { left:0; }
.ItemCarousel .rightLst { right:0; }

.ItemCarousel .leftLst.over, .ItemCarousel .rightLst.over { pointer-events: none; background:#ccc; }
.ItemCarousel .ItemCarousel-inner .item img{
	width: 100%;
}
/*************** Media Query **************/

@media only screen and (max-width:1024px){
	.section-ctrl .container {
		margin-left: 24px;
		margin-right: 24px;
}
	
	#quick-links{
		margin-left: -40px;
	}

	#user-links{
		margin-left: -30px;
	}
}


@media only screen and (max-width:993px){
	.section-ctrl .container {
		margin-left: 24px;
		margin-right: 24px;
	}
		
	.col-lg-12 {
		width: 100%;
	}
		
	.hero-section {
		margin-top: 32px;
		margin-bottom: 32px;
		width: auto;
	}

	.hero-text-web h1 {
		display: none;
	}

	.hero-text-mobile h1 {
		font-weight: 800;
		font-size: 54px;
		letter-spacing: -2px;
		line-height: 1.2;
		padding-top: 16px;
		display: unset;
		text-align: center;
	}
	
	.banner-img img{
		margin-top: 28px;
	}

	
	#quick-links{
		margin-left: -40px;
	}

	#user-links{
		margin-left: -30px;
	}
}



@media only screen and (max-width: 848px){
	.topnav .mobile {
		display: unset;
	}
	
	.topnav .webscreen {
		display: none; /*****Nav bar for webscreen*****/
	}
	
	.topnav a:not(:first-child) {
		display: none;
	}
	
	.topnav a.icon {
		float: right;
		display: block;
	}
	
	.topnav.responsive {
		position: relative;
	}
	
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
    }
	
    .topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	
	.topnav a:nth-child(2) {
		margin-top: 30px;
		padding: 10px 30px;
		font-size: 2em;
	}

	.topnav a:nth-child(3) {
		padding: 10px 30px;
		font-size: 2em;
	}
		
	.topnav a:nth-child(4) {
		padding: 10px 30px;
		font-size: 2em;
	}	
	
	#store-address-area{
		background-color: black;
		color: #FFFF;
		font-size:1.75em;
		padding: 24px;
	}

	#order-online{
		background-color:#1882b5;
	}

	#order-online:hover{
		background-color:#093d55;
	}
}

@media only screen and (max-width: 769px){
	#quick-links{
		margin-left: -80px;
	}

	#user-links{
		margin-left: -30px;
	}
	
	.hero-section {
		margin-top: 32px;
		margin-bottom: 32px;
		width: auto;
	}

	.hero-text-web h1 {
		display: none;
	}

	.hero-text-mobile h1 {
		font-weight: 800;
		font-size: 32px;
		letter-spacing: -2px;
		line-height: 1.2;
		padding-top: 16px;
		display: unset;
		float: right;
	}
	
	.banner-img img{
		margin-top: 28px;
	}
}

@media only screen and (max-width: 735px){
	#order-online{
		background-color:#1882b5;
		margin-left: -20px;
	}

	#order-online:hover{
		background-color:#093d55;
	}
	
}

@media only screen and (max-width: 669px){
	#order-online{
		background-color:#1882b5;
		margin-left: -30px;
		margin-top: 30px;
	}

	#order-online:hover{
		background-color:#093d55;
	}

}

@media only screen and (max-width: 600px){
	#store-address-area{
		background-color: black;
		color: #FFFF;
		font-size:1.55em;
		padding: 24px;
	}

	#order-online{
		background-color:#1882b5;
		padding: 7px;
		font-size: .8em;
		margin-left: -30px;
		margin-top: 20px;
	}

	#order-online:hover{
		background-color:#093d55;
	}
}

@media only screen and (max-width: 597px){
	.logo{
		text-align: center;
		margin-bottom: 25px;
		width: 100%;
	}
	.section-ctrl .container {
	  margin-left: 6px;
	  margin-right: 0px;
	}	
	
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-5 {
		width: 100%;
	}	
	.col-lg-1 {
		width: 100%;
	}
	#user-links-mobile{
		padding: 0px;
		float: right;
	}
	#quick-links-mobile{
		padding: 0px;
		margin-left: 84px;
	}
	
	#user-links ul{
		padding: 0px;
		margin-left: 4px;
	}
	#user-links{
		margin-left: 9px;
	}
	
	.section-heading h2 {
	  text-align: left;
	  margin-top: 5px;
	  letter-spacing: -1.5px;
	  font-weight: 700;
	  padding: 7px 0px;
	  margin-bottom: 16px;
	  margin-left: 12px;
	}

	.category-slider {
	  display: block ruby;
	  grid-template-columns: repeat(auto, auto);
	  grid-gap: 0 50px;
	  padding: 0px 8px;
		padding-right: 60px;
	  padding-right: 0;
	  height: 312px;
	}
	
		
	.category-slider {
		width: auto;
		margin: 0;
	}

	.category {
		padding: 0 8px;
		width: 100%;
		border-radius: 150px;
		margin-right: 16px;
	}

	.category img {
		width: 100%;
		height: 200px;
	}

	.section-heading h2 {
		text-align: left;
		margin-top: 5px;
		letter-spacing: -1.5px;
		font-weight: 700;
		padding: 7px 0px;	
		margin-bottom: 16px;
	}

	.category h4 {
		text-align: left;
		margin-top: 5px;
		font-size: 18px;
		font-weight: 600;
		padding: 7px 0px;
		color: #4f4f4f;
		letter-spacing: -0.5px;
	}

	
	#footer .col-sm-12-mobile{
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	#user-links-mobile{
		padding: 0px;
	}
	
	#quick-links-mobile{
		padding: 0px;
	}
	
	#user-links ul{
		padding: 0px;
	}
	
	#quick-links-head{
		display: unset;
		font-family: Microsoft Tai Le;
		font-weight: bold;
		font-size:1.2em;
		margin-left: 38px;
	}

	#user-head{
		display: unset;
		font-family: Microsoft Tai Le;
		font-weight: bold;
		font-size:1.2em;
	}
	
	#quick-links ul{
		margin-top: 10px;
	}
	
	#quick-links{
		margin-left: -140px;
	}
	
	#user-links ul{
		margin-top: 10px;
		margin-left: 0px;
	}
	
	#user-links{
		margin-left: -15px;
	}

}