* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:arial, "Helvetica Neue", Helvetica, sans-serif;
	
}
	


body{
	
	overflow-x:hidden;
	background-color:#F0F1F3;
	font-family:sans-serif;
	
}

.top-nav-bar {
	
	height:57px;
	top:0;
	position:sticky;
	background:#fff;
	margin-bottom:20px;
	border-bottom:3px solid #c0392b;
	z-index:2;
	
}
.logo a{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#000;
    font-weight:700;
}

.logo img{
    height:45px;
    width:auto;
    display:block;
}

.logo span{
    font-size:22px;
    line-height:1;
}
.form-control {
	margin-top:9px;
	margin-left:30px;
	border:1px solid #c0392b !important; 
	
	box-shadow:none;
	
	
}
.input-group-text {
	
	background:#c0392b!important;
	border:1px solid #c0392b!important;
	margin:8.5px 10px 3px 0 !important;
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;
	
	
	cursor:pointer;
	
}
.search-box {
	display:inline-flex;
	width:60%;
	
	
}
.fa-search {
	color:#fff;
	
}
.manu-bar {
	width:40%;
	height:57px;
	float:right;
	
}
.manu-bar ul {
	
	display:inline-flex;
	float:right;
	
}
.manu-bar ul li {
	
	border-left:1px solid #fff;
	list-style:none;
	padding:15px 35px;
	text-align:center;
	background-color:#c0392b;
	cursor:pointer;
		
}
.manu-bar ul li a  {
	
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	
}
.fa-shopping-basket {
	
	margin-right:5px;
}
.top h3 {
	
	
	letter-spacing:1px;
      border:1px solid #F75433;
	width:145px;
	font-size:20px;
	padding:5px;
	height:40px;
	color:white;
	background:#c0392b;
	margin-right:80px;
}
.top h4 {
	
	
	letter-spacing:1px;
      border:1px solid #F75433;
	width:145px;
	font-size:20px;
	padding:5px;
	height:40px;
	color:white;
	background:#c0392b;
	margin-left:800px;
}

.option-box{
    margin-bottom:18px;
}

.option-label{
    display:block;
    margin-bottom:8px;
    font-size:15px;
    color:#333;
    font-weight:600;
}

.beautiful-select{
    width:220px !important;
    height:45px !important;
    border:1px solid #ddd !important;
    border-radius:10px !important;
    box-shadow:none !important;
    font-size:15px;
    padding:8px 12px;
    background:#fff;
    transition:0.3s;
}

.beautiful-select:focus{
    border-color:#f75433 !important;
    box-shadow:0 0 6px rgba(247,84,51,0.25) !important;
}

.qty-wrapper{
    display:flex;
    align-items:center;
    gap:8px;
}

.qty-btn{
    width:42px;
    height:42px;
    border:none;
    background:#f75433;
    color:#fff;
    font-size:24px;
    border-radius:8px;
    cursor:pointer;
    font-weight:bold;
}

.qty-btn:hover{
    background:#df4322;
}

.beautiful-qty{
    width:90px;
    height:42px;
    text-align:center;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:18px;
    font-weight:bold;
}

.beautiful-qty:focus{
    border-color:#f75433;
    box-shadow:0 0 6px rgba(247,84,51,0.25);
}


@media only screen and (max-width:980px) {
	
	.top-nav-bar {
		height:118px;
		border-bottom:0;
		
	}
	
	.search-box{
		
		width:100%;
	}
	.manu-bar {
		width:100%;
	}
	.manu-bar ul {
		
		margin:10px 0;
		width:100%;
	}
	.manu-bar ul li {
		height:57px;
		width:100%;
	}
	.top h3 {
	
	
	letter-spacing:1px;
      border:1px solid #F75433;
	width:145px;
	font-size:20px;
	padding:5px;
	height:40px;
	color:white;
	background:#c0392b;
	margin-right:1px;
	
	
}
.logo img {
	
	
	width:80px;
	height:50px;
	margin-left:2px;
}
}





.abc {
	
  text-overflow: ellipsis;
  
  overflow: hidden;
  max-height: 2.8em;
  line-height:2.1em;
}


.cart:hover {
	
	border:1px solid #f8692a;
	
	
}
.cart {
	
	border:1px solid#869189; 
	width:40px; 
	height:45px; 
	position:absolute;
	transition:0.3s
	
}
.pro {
	border:1px solid #eaeaea;
	width:240px;
	height:500px;
    box-sizing:border-box;
	z-index:auto;
	position:static;
    
	 background:white;
}

.pro img {
	
	width:240px;
	height:300px;
	
	
}

.prow {
	
	margin-left:6%;
	
	
}
.c_img img {
	
	opacity:0;
	margin-top:-320px;
	transition:0.3s;
}

.pro:hover .c_img img {
	
	opacity: 1;
	
}
.prog:hover .c_img img {
	
	opacity: 1;
	
}
.abc {
	
	font-size:16px;
	color:#212121;
	white-space:normal;
	line-height:18px;
	font-family:Arial;
	    margin-top:20px;
}

.bt {
	
opacity:0;
	transition: 0.3s;
	margin-top:px;
}
.pro:hover .bt{
	
	opacity:1
}
.pro_link {
	color:black;

  overflow: hidden;
}
.pro_link:hover {
	
	color:#f75433;
	text-decoration:none;
}
.disc {
	display:none;
	
	
}

@media only screen and (max-width:980px) {
	.pro {
	

	margin-left:5px;
	margin-bottom:5px;
padding-right: 6px;
padding-left: 6px;
margin-bottom: 12px;
	box-sizing: border-box;
	width:48%;
	height:100%;
    box-sizing:border-box;
	z-index:auto;
	position:static;
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pro img {
	
	width:100%;
	height:170px;
	
	
	
}

.bt {
	
	opacity:0;
	transition: 0.3s;
	margin-top:-30px;
}

.pro_link {
	color:black;
	 white-space: nowrap; 
  overflow: hidden;
  font-size:12px;
}
.prow {
	
	margin-left:0%;
	
	
}
.dis {
	display:none;
	
	
}
.disc {
	display:inline-block;
	
	
	
}
}
	


/*---------------Side Menu-------------*/


.side-menu {
	height:512px;
	width:15%;
	font-size:14px;
	float:left;
	z-index:2;
	background-color:#ddd;
	border:1px solid gray;
	
	

	
}

.side-menu ul {

	margin-left:10px;
	
}
.side-menu ul li {
	border-bottom:1px solid white;
	list-style:none;
	font-weight:bold;
	margin-top:10px;
	cursor:pointer;
	padding:5px;
	
}
.side-menu ul li:hover {
	
	color:#c0392b;
}
.side-menu ul li ul {
	
	display:none;
	z-index:10;
	top:77px;
	
}
.side-menu ul li:hover ul {
	display:block;
	height:400Px;
	margin-left:14%;
	padding:0 50px 10px 10px;
	position:fixed;
	background:#ececec;
	
	
}

#menu-btn,#close-btn {
	
	font-size:30px;
	margin-right:8px;
	color:#c0392b;
display:none; }
	
.side-menu ul li a {
	margin-left:10px;
	color:#30323a;
	
}
.side-menu ul a:hover {
	
	text-decoration:none;
	color:#c0392b;
} 



 .category {
opacity:0;
	transition: 0.3s;
	
	
 }


 .navbar-header:hover .category {
	 
opacity:1	 
	 
 }

/*---------------Side Menu for sub categories-------------*/


	.fa-angle-right {
	margin-top:4px;
	margin-right:8px;
	float:right;
	
}
}
#menu-btn,#close-btn {
	
	font-size:30px;
	margin-right:8px;
	color:#c0392b;
	display:none;
	
}

@media only screen and (max-width:980px) {
.side-menu {

        width:34%;
		z-index:20;
		top:133px;
		position:fixed;
		font-size:12px;
		display:none;

}
	
	.side-menu ul li ul {
		
		top:133px;
		
	}
	.side-menu ul li:hover ul {
		
		margin-left:31%;
	}
	#menu-btn {
		
		display:block;
	}
	#proextra {
		display:none;
	}
}
/*--------------slider-------------*/

.slider {
	
	width:85%;
	margin-left:15%;
	padding:0 10px;
}
.slider img {
	
	height:300px;
}
.carousel {
	
	box-shadow:1px 1px 4px 1px rgba(0,0,0,0.5);
}
.carousel-indicators {
	
	z-index:1 !important;
	
	
}
.banner-image img {
	display:none;
	height:300px;
	width:100%;
	margin-top:35px;
	float:right;
	
}
.title-box {
	
background:#c0392b;
color:#fff;
width:250px;
padding:4px 10px;
height:40px;
margin-bottom:30px;
display:flex;
	
	

}
.title-box h2 {
	font-size:24px;
		
}

@media only screen and (max-width:980px) {
	.slider {
		width:100%;
		margin-left:0;
		
		
	}
	.slider img {
		
		
		height:200px;
	}
	.banner-image img {
	display:none;
	height:150px;
	margin-top:-25px;
	
	
	
}
.title-box {
	
background:#c0392b;
color:#fff;
width:120px;
padding:4px 6px;
height:30px;

display:flex;
	


}
.title-box h2 {
	font-size:18px;
		
}
}

/*------------------featured categoris------------------*/


.featured-categories {
	margin: 50px 0;
	
	
}
.featured-categories img {
	
	width:100%;
	padding:20px 0;
	transition:1s;
	cursor:pointer;
    height:250px;

}
.featured-categories img:hover {
	
	transform: scale (1.1);
	
	
}
/*------------------on sale categories------------------*/
.on-sale {
	margin-top:	70px;
}
.prog {
	
	border:1px solid #eaeaea;
	width:200px;
	height:390px;
    box-sizing:border-box;
	z-index:auto;
	position:static;
   
	 background:white;
}
.prog img {
	
	border-style: none;
	width:189px;
	height:189px;
	
	
	
	
}
.prog:hover .bt{
	
	opacity:1
}
.prog_link {
	color:black;
	 overflow: hidden;
}
.prog_link:hover {
	
	color:#f75433;
	text-decoration:none;
}
.fluid {
	margin-top:-50px;
	margin-left:900px;
	font-size:18px;
	
	
	
	
}
@media only screen and (max-width:980px) { 

.prog {
	
		margin-left:5px;
	margin-bottom:5px;
padding-right: 6px;
padding-left: 6px;
margin-bottom: 12px;
	box-sizing: border-box;
	width:48%;
	height:100%;
    box-sizing:border-box;
	z-index:auto;
	position:static;
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.prog img {
	
	width:100%;
	height:170px;
	
	
	
}
.prog_link {
	color:black;
	font-size:14px;

  overflow:hidden;
  
}

.fluid {
	margin-top:-50px;
	margin-left:0px;
	font-size:18px;
	
	
	
}

.navbar-brand {
	
	width:100%;
	background:#c0392b; 
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
.on-sale {
	margin-top:	-2px;
}
.fluid {
	margin-top:-60px;
	margin-left:30px;
	font-size:18px;
	
	
	
	
}

}


/*------------------on sale end categories------------------*/
/*------------------on sale------------------*/


/*------------------product top------------------*/

.product-top img {
	
	width:100%;
	height:200px;
	
}
.overly-right {
	display:block;
	opacity:0;
	position:absolute;
	top:10%;
	margin-left:0;
	width:70px;	
	
}
.overly-right .fa {
	cursor:pointer;
	background-color:#fff;
	color:#000;
	height:35px;
	width:35px;
	font-size:20px;
	padding:7px;
	margin-top:5%;
	margin-bottom:5%;
	
	
}
.overly-right .btn-secondary {
	
	background:none !important;
	border:none !important;
	box-shadow:none !important;

	
}
.product-top:hover .overly-right {
	
	opacity:1;
	margin-left:5%;
	transition:0.5s;
		
}
h3 {
	
	font-size:18px;
	
	
	
	
}
.product-bottom h5 {
	
	font-size:15px;
	padding-bottom:10px;
	
	
}

/*------------------loading Page------------------*/

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;

}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  
}
.lds-facebook div:nth-child(1) {
  left: 700px;
  animation-delay: -0.24s;
  background:#c0392b;
}
.lds-facebook div:nth-child(2) {
  left: 680px;
  animation-delay: -0.12s;
  background:#c0392b;
}
.lds-facebook div:nth-child(3) {
  left: 660px;
  animation-delay: 0;
  background:#c0392b;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}






/*------------------loading Page end------------------*/

/*--------------featured website-------------*/

.website-features {
	margin: 60px 0;
	
	
}

.website-features img {
	
		width:20%;
}

.feature-text {
	margin-top:10px;
	float:right;
	width:80%;
	padding-left:20px;
	

}

.feature-box {
	
	padding-top:20px;
}
/*--------------featured website end-------------*/



/*--------------footer-------------*/


.footer {
	margin-top:50px;
	background:#000;
	color:#fff;
	margin-left:40px;
	margin-right:40px;
	
	
}

.footer h1 {
	font-size:15px;
	margin:25px 0;
	margin-left:40px;
	margin-right:40px;
	
	
}

.footer p {
	margin-left:40px;
	font-size:12px;
	margin-right:40px;
	
}
.copyright{
	margin-bottom:-80px;
	text-align:center;
	font-size:15px;
	padding-bottom:20px;
	
	
}

.fa-heart-o {
	color:red;
	font-size:15px;
	
	
	
}
.footer hr {
margin-top:10px;
background-color:#ccc;
	
	
	
}
.footer-image img {
	
	
	width:150px;
}
.footer .row .fa {
		padding-right:20px;
		font-size:15px;
	
	
}
.regi {
	 
	 
	 border:0px solid;
	 margin-left:200px;
	 padding:80px; 
	 margin-top:0px
 }
/*--------------footer end--------*/
/*--------------login Start-------------*/

/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{

background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
}

.container{

}

.cards{
height: 460px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
}

.card{
height: 370px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
}
.cardi{
height: 280px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
margin-left:500px;
}
.cardi input {
		
		width:90%;
	}
	
	.cardi textarea {
		
		width:90%;
	}
	.cardi select {
		
		width:90%;
	}
@media only screen and (max-width:980px) {
	
	
	.cardi{
height: 280px;
margin-top: auto;
margin-bottom: auto;
width: 100%;
background-color: rgba(0,0,0,0.5) !important;
margin-left:10px;
}
	.cardi input {
		
		width:70%;
	}
	
	.cardi textarea {
		
		width:70%;
	}
	.cardi select {
		
		width:70%;
	}
	
	
}
.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;

}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #FFC312;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: #FFC312;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}







/*--------------Cart  -----------*/




@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
  background-color: #fff;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 62.5%;
  margin: 0 auto;
}

a {
  border: 0 none;
  outline: 0;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

p {
  margin: 0.75rem 0 0;
}

h1 {
  font-size: 0.75rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

input,
button {
  border: 0 none;
  outline: 0 none;
  
}

button {
  background-color: #666;
  color: #fff;
}

button:hover,
button:focus {
  background-color: #555;
}

img,
.basket-module,
.basket-labels,
.basket-product {
  width: 100%;
  
}

.cta {
	color: #fff;
	background:#555;
	 border: 0 none;
  outline: 0 none;
  font-size:18px;
  float:center;
}
input,
button,
.basket,
.basket-module,
.basket-labels,
.item,
.price,
.quantity,
.subtotal,
.basket-product,
.product-image,
.product-details {
  float: left;
}

.price:before,
.subtotal:before,
.subtotal-value:before,
.total-value:before,
.promo-value:before {
  content: '৳';
}

.hide {
  display: none;
}

main {
  clear: both;
  font-size: 0.75rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 1rem 0;
  width: 1200px;
}

.basket,
aside {
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 
  
}

.basket {
  width: 70%;
}

.basket-module {
  color: #111;
}

label {
  display: block;
  margin-bottom: 0.3125rem;
}

.promo-code-field {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-transform: uppercase;
  transition: all 0.2s linear;
  width: 48%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.promo-code-field:hover,
.promo-code-field:focus {
  border: 1px solid #999;
}

.promo-code-cta {
  border-radius: 4px;
  font-size: 0.625rem;
  margin-left: 0.625rem;
  padding: 0.6875rem 1.25rem 0.625rem;
}

.basket-labels {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 1.625rem;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  color: #111;
  display: inline-block;
  padding: 0.625rem 0;
}

li.price:before,
li.subtotal:before {
  content: '';
}

.item {
  width: 55%;
}

.price,
.quantity,
.subtotal {
  width: 15%;
}

.subtotal {
  text-align: right;
}

.remove {
  bottom: 1.125rem;
  float: right;
  position: absolute;
  right: 0;
  text-align: right;
  width: 45%;
}

.remove button {
  background-color: transparent;
  color: #777;
  float: none;
  text-decoration: underline;
  text-transform: uppercase;
}

.item-heading {
  padding-left: 4.375rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.basket-product {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  position: relative;
}

.product-image {
  width: 35%;
}

.product-details {
  width: 65%;
}

.product-frame {
  border: 1px solid #aaa;
}

.product-details {
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quantity-field {
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 0.625rem;
  padding: 2px;
  width: 3.75rem;
}

aside {
  float: right;
  position: relative;
  width: 30%;
  margin-top:-30px;
}

.summary {
  background-color: #eee;
  
  padding: 1rem;
  position: fixed;
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.summary-total-items {
  color: #666;
  font-size: 0.875rem;
  text-align: center;
}

.summary-subtotal,
.summary-total {
  border-top: 1px solid #ccc;
  
  clear: both;
  margin: 1rem 0;
  overflow: hidden;
  padding: 0.5rem 0;
}

.subtotal-title,
.subtotal-value,
.total-title,
.total-value,
.promo-title,
.promo-value {
  color: #111;
  float: left;
  width: 50%;
}

.summary-promo {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.promo-title {
  float: left;
  width: 70%;
}

.promo-value {
  color: #8B0000;
  float: left;
  text-align: right;
  width: 30%;
}

.summary-delivery {
  padding-bottom: 3rem;
}

.subtotal-value,
.total-value {
  text-align: right;
}

.total-title {
  font-weight: bold;
  text-transform: uppercase;
}

.summary-checkout {
  display: block;
}

.checkout-cta {
  display: block;
  float: none;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0.625rem 0;
  width: 100%;
}

.summary-delivery-selection {
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: block;
  font-size: 0.625rem;
  height: 34px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  aside,
  .basket,
  .summary,
  .item,
  .remove {
    width: 100%;
  }
  .basket-labels {
    display: none;
  }
  .basket-module {
    margin-bottom: 1rem;
  }
  .item {
    margin-bottom: 1rem;
  }
  .product-image {
    width: 40%;
  }
  .product-details {
    width: 60%;
  }
  .price,
  .subtotal {
    width: 33%;
  }
  .quantity {
    text-align: center;
    width: 34%;
  }
  .quantity-field {
    float: none;
  }
  .remove {
    bottom: 0;
    text-align: left;
    margin-top: 0.75rem;
    position: relative;
  }
  .remove button {
    padding: 0;
  }
  .summary {
    margin-top: 1.25rem;
    position: relative;
  }
}

@media screen and (min-width: 641px) and (max-width: 960px) {
  aside {
    padding: 0 1rem 0 0;
  }
  .summary {
    width: 28%;
  }
}

@media screen and (max-width: 960px) {
  main {
    width: 100%;
  }
  .product-details {
    padding: 0 1rem;
  }
}



 