*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* ----top nav---- */
 .top-navbar{
    width: 100%;
    height: 7vh;
    background-color: rgb(75, 74, 74);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}
.top-icons{
    margin-left: 45px;
}
.top-icons i{
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}
.top-icons i:hover{
    color: #b70000;
}
.other-links{
    margin-right: 33px;
}
.other-links i{
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
}
.other-links i:hover{
    color: #b70000;
}
.Me_redmore {
	margin: 0px;
	padding: 8px 15px;
    border: 2px solid #b70000;
    background-color: #fff;
	color: #b70000;
	font-size: 16px;
    font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
	transition: 0.8s;
    border-radius: 5px;
    text-decoration: none;
}

.Me_redmore:hover {
	background-color: #b70000;
	color: #fff;
    text-decoration: none;
}
/* home section */
.home-section{
    width: 100%;
    height: 93vh;
    background-color: rgb(75, 74, 74);
}
/* navbar */
  .overlay2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color:#b70000;
  }
  .header-area {
    position: relative;
    height: 10vh;
    background: #000;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    transition: background 0.6s ease-in;
    z-index: 99999;
  }
  .navbar .navbar-brand {
    font-size: 2.5rem;
  }
  .navbar .navbar-toggler {
    position: relative;
    height: 50px;
    width: 50px;
    border: none;
    cursor: pointer;
    outline: none;
  }
  .navbar .navbar-toggler .menu-icon-bar {
    position: absolute;
    left: 15px;
    right: 15px;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    transition: all 0.3s ease-in;
  }
  .navbar .navbar-toggler .menu-icon-bar:first-child {
    opacity: 1;
    -webkit-transform: translateY(-1px) rotate(45deg);
    -ms-sform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
  }
  .navbar .navbar-toggler .menu-icon-bar:last-child {
    opacity: 1;
    -webkit-transform: translateY(-1px) rotate(135deg);
    -ms-sform: translateY(-1px) rotate(135deg);
    transform: translateY(-1px) rotate(135deg);
  }
  .navbar .navbar-toggler.collapsed .menu-icon-bar {
    opacity: 1;
  }
  .navbar .navbar-toggler.collapsed .menu-icon-bar:first-child {
    -webkit-transform: translateY(-7px) rotate(0);
    -ms-sform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  .navbar .navbar-toggler.collapsed .menu-icon-bar:last-child {
    -webkit-transform: translateY(5px) rotate(0);
    -ms-sform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0);
  }
  .navbar-dark .navbar-nav .nav-link {
    position: relative;
    color: #fff;
    padding: 15px!important;
    font-size: 2rem;
    font-weight: 500;
    
  }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .navbar .dropdown-menu {
    padding: 0;
    background-color: rgba(0, 0, 0, .9);
  }
  .navbar .dropdown-menu .dropdown-item {
    position: relative;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: color 0.2s ease-in;
  }
  .navbar .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .navbar .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #b70000;
  }
  .navbar .dropdown-menu .dropdown-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 5px;
    background-color: #b70000;
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
  .navbar .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
  }
  .navbar.fixed-top {
    position: fixed;
    -webkit-animation: navbar-animation 0.6s;
    animation: navbar-animation 0.6s;
    background-color: rgba(0, 0, 0, .9);
  }
  .navbar.fixed-top.navbar-dark .navbar-nav .nav-link.active {
    color: #b70000;
  }
  .navbar.fixed-top.navbar-dark .navbar-nav .nav-link::after {
    background-color: #000;
  }
  .content {
    padding: 20px 0;
  }
/* home content */
.home{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    font-family: 'Roboto Slab', serif;
}
.home .img{
    flex: 1 1 400px;
}
.home .img img{
    width: 100%;
}
.home .content{
    flex: 1 1 400px;
 
}
.content h3{
    margin-left: 70px;
    font-size: 70px;
    text-shadow: 1px 1px 1px black;
    color: #fff;
    font-weight: bold;
}
.content h3 span{
    font-size: 40px;
}
.content p{
    margin-left: 50px;
    color: #c0b6b6;
    text-align: justify;
}
.content #shopnow{
    margin-left: 70px;
    width: 200px;
    height: 38px;
    background-color: #b70000;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    transition: 0.5s ease;
    cursor: pointer;
    font-size: 15px;
    text-decoration:none;
}
.content #shopnow:hover{
    background-color: #fff;
    color: #b70000;
    border: 1px solid #b70000;
}
/* top cards */
#top-cards{
    margin-top: 30px;
    font-family: 'Roboto Slab', serif;
   
}
.card:hover{
    border: 2px solid #b70000;  
}
.card p{
    color: #000;
}
.cardimg{
    width: 100%;
    height: 50%;
    object-fit: cover;
}
#top-cards .card img{
    height: 60vh;
}
#top-cards h5{
    color: #b70000;
    font-weight: bold;
}
#top-cards button{
    width: 150px;
    height: 33px;
    font-weight: bold;
    letter-spacing: 3px;
    background: transparent;
    color: #b70000;
    border: 2px solid #b70000;
    transition: 0.5s ease;
    cursor: pointer;
}
#top-cards button:hover{
    background-color: #b70000;
    color: white;
    border: 2px solid #fff;
}
/* banner */
.Me_banner {
    margin: 0px;
    padding: 0px;
    position: relative;
   }
   
   .Me_banner img {
    margin: 0 auto;
    padding: 0px;
    height: 65vh;
    width: 100%;
   }
   
   .text-block {
    position: relative;
   }
   
   .Me_text {
    position: absolute;
    top: 20px;
   padding: 30px;
    color: #fff;
    font-size: 24px;
    text-align: justify;

   }
   .Me_text p{
    font-size: 15px;
   }
   .Me_text h1{
   text-align: center;
   color: #b70000;
   font-family: 'Roboto Slab', serif;
   }
   .Me_heading2{
    color: #fff;
   }
   #bannerbtn button{
    width: 150px;
    height: 38px;
    background: #fff;
    color: #b70000;
    border: 2px solid #b70000;
    transition: 0.5s ease;
    cursor: pointer;
    font-size: 1rem;
    margin-left: 40%;
  
}
#bannerbtn button:hover{
    background-color: #b70000;
    border: 2px solid #fff;
    color: #fff;
}
  /* product cards */
  #product-cards h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    color: #b70000 ;
    text-shadow: 1px 1px 1px black;
    border-bottom: 2px solid #b70000;
    font-family: 'Roboto Slab', serif;
}
.produsth{
    text-align: center;
    font-weight: bold; 
    margin-top: 50px;
    color: #b70000 ;
    text-shadow: 1px 1px 1px black;
    border-bottom: 2px solid #b70000; 
    margin-bottom: 30px;
    font-family: 'Roboto Slab', serif;
}
#product-cards .card {
    background-color:  rgb(192, 189, 189);
    box-shadow: 0 0 3px black;
    border-radius: 5px;
    cursor: pointer;
    height: 500px;
}
#product-cards .card:hover{
    border: 2px solid #b70000;
}

.overlay {
    display: block;
    opacity: 0;
    position: absolute;
    top: 10%;
    margin-left: 0;
    width: 70px;
}

#product-cards .card:hover .overlay {
    opacity: 1;
    margin-left: 5%;
    transition: 0.5s ease;
}

.overlay i img {
    background-color: #b70000;
    height: 30px;
    width: 30px;
    font-size: 20px;
    padding: 7px;
    margin: -20%;
    margin-bottom: 5%;
    cursor: pointer;
}

.overlay .btn-secondary {
    background: transparent !important;
    border: none;
    box-shadow: none;
}

#product-cards h3 {
    color: #b70000;
    font-size: 18px;
    /* text-shadow: 1px 1px 1px black; */
    text-align: center;
    font-family: 'Roboto Slab', serif;
}
.star .checked {
    color: yellow;
}

#product-cards p {
    color: #6e6e6e;
    font-size: 12px;
}

#product-cards h6 {
    font-size: 20px;
    color: #000;
}
#product-cards h6 span button {
    width: 100px;
    height: 40px;
    font-size: 14px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    float: right;
    font-weight: bold;
    transition: 0.5s ease;
    cursor: pointer;
    padding: 3px !important;
}

#product-cards h6 span button:hover {
    background-color: #b70000;
    color: white;
}
.mainimg {
    height: 280px;
    object-fit: cover;

}
.addcartbtn{
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #000;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    float: right;
    font-weight: bold;
    transition: 0.5s ease;
    cursor: pointer;
    text-align: center;
    padding-top: 10px !important;
    text-decoration: none !important;
}
.addcartbtn:hover{
    background-color: #b70000;
    color: white;
}
.shoebtn{
    width: 200px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #b70000;
    border: 2px solid #fff;
    border-radius: 2px;
    /* float: right; */
    font-weight: bold;
    transition: 0.5s ease;
    cursor: pointer;
    text-align: center;
    padding: 10px !important;
    text-decoration: none !important;
}
.shoebtn:hover{
    background-color: #fff;
    color: #b70000;
    border: 2px solid #b70000;
}
/* offer */
#offer{
    margin-top: 50px;

}
#offer h5{
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
}
#offer p{
    font-size: 14px;
    color: #6e6e6e;
    font-family: 'Roboto Slab', serif;
}
#offer i{
    font-size: 50px;
    color: #b70000;
    padding: 20px;
}
/*----- Footer ------*/
.Me_footer {
	margin: 30px 0 0 0;
	padding: 40px 0 0px 0;
	background-color: #0a0a0a;
}

.Me_foothd {
	margin: 50px 0 15px 0;
	padding: 0px;
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.Me_footcont {
	margin: 0px;
	padding: 0px;
}

.Me_footcont p {
	margin: 0px 0 12px 0;
	padding: 0px;
	color: #666;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.Me_footcont p i {
	color: #b70000;
	margin-right: 7px;
}

.Me_newsletter {
	margin: 0px auto 0 40px;
	padding: 0px;
	width: 75%;
	text-align: center;
	position: relative
}

.Me_newsletter h2 {
	margin: 0px 0 10px 0;
	padding: 0px;
	color: #fff;
	font-size: 30px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.Me_newsletter p {
	margin: 0px 0 12px 0;
	padding: 0px;
	color: #666;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.Me_copyright {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

.Me_copyright p {
	margin: 0px 0;
	padding: 20px 0;
	color: #999;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}

.Me_signin {
	margin: 0px;
	padding: 12px 15px;
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	border: none
}

.Me_sbmsign {
	margin: -43px 0 0 0;
	padding: 10px 15px;
	background-color: #b70000;
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	text-align: center;
	font-family: 'Lato', sans-serif;
	border: none;
	float: right;
	position: relative
}

.Me_ftsocial {
	margin: 20px 0 0 0;
	padding: 0px;
}

.Me_ftsocial a {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.Me_ftsocial a i {
	margin: 0px;
	padding: 11px 0 0 0;
	background-color: #b70000;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 100%;
	transition: 0.8s
}

.Me_ftsocial a:hover i {
	background-color: #fff;
	color: #b70000;
}

.Me_btns {
	margin: 0px;
	padding: 0px
}

.Me_btns ul {
	margin: 0px;
	padding: 0px;
}

.Me_btns ul li {
	margin: 0px 0 10px 0;
	padding: 0px;
	list-style: none;
	float: left;
	width: 50%;
}

.Me_btns ul li a {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
	transition: 0.8s
}

.Me_btns ul li a:hover {
	color: #fff;
	text-decoration: none;
	padding-left: 3px;
}

.Me_btns ul li a i {
	color: #b70000;
	font-size: 10px;
	position: relative;
	top: -2px;
	margin-right: 3px
}

.Me_newsletter:before {
	content: '';
	position: absolute;
	background-color: #2e2e2e;
	width: 2px;
	height: 100%;
	top: 35px;
	left: -40px;
}

.Me_newsletter:after {
	content: '';
	position: absolute;
	background-color: #2e2e2e;
	width: 2px;
	height: 100%;
	top: 35px;
	right: -50px;
}
.Me_ftpayment img {
	margin: -25px auto 20px auto;
	padding: 0px;
	border-radius: 0.20em
}
.PRODCT{
    width: 100%;
    background-color: rgb(145, 141, 141);
}
.PRODCT h3{
    font-weight: bold;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 2.3rem;
    color: #fff;
}
.PRODCT p{
    text-align: justify;
    padding: 25px;
   
}
html{
    scroll-behavior: smooth;
}
.arrow{
    position: fixed;
    background-color: #b70000;
    font-size: 40px;
    border-radius: 4px;
    height: 50px;
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    align-items: center;
    line-height: 50px;
    padding: 5px;
    color: #fff;
}
.arrow:hover{
    color: #b70000;
    background-color: #fff;
}
/* login */
.login{
    width: 50%;
    margin: 20px;
    font-family: 'Roboto Slab', serif;
}

#side1{
    background-color:  rgb(75, 74, 74);
    height: 76vh;
    border-radius: 5px;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
}
#side1 h3{
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    margin-top: 200px;
    align-items: center;
    text-align: center;
}
#side1 p{
    color: white;    
    font-weight: bold;
    align-items: center;
    text-align: center;
}
.Me_redmore2 {
	margin: 0px;
	padding: 8px 15px;
    border: 2px solid #b70000;
    background-color: #fff;
	color: #b70000;
	font-size: 16px;
    font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
	transition: 0.8s;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 35%;
}

.Me_redmore2:hover {
	background-color: #b70000;
	color: #fff;
    text-decoration: none;
}
.Me_redmore3 {
	margin: 0px;
	padding: 8px 15px;
    border: 2px solid #fff;
    background-color: #b70000;
	color: #fff;
	font-size: 16px;
    font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
	transition: 0.8s;
    border-radius: 5px;
    text-decoration: none;
}
.caartbtn{
    border:1px solid #b70000;
    color:#000;
    background-color:transparent;
}
.Me_redmore3:hover {
	background-color: #fff;
	color: #b70000;
    text-decoration: none;
    border: 2px solid #b70000;
}

#side2{
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
    align-items: center;
    text-align: center;
}
#side2 h3{
    margin-top: 50px;
    color: #000;
    font-weight: bold;
}
#side2 .inp{
    margin-top: 22px;
}
#side2 input{
    width: 400px;
    margin-top: 20px;
    height: 36px;
    align-items: center;
}
#side2 p{
    margin-top: 20px;
    cursor: pointer;
}
#side2 .icons i{
    margin-left: 10px;
    cursor: pointer;
}

/* about */
#about{
    margin-top: 50px;
}
#about h1{
    text-align: center;    
    font-weight: bold;
    color: #b70000;
    font-family: 'Roboto Slab', serif;
}
.abtp{
    text-align: justify;
    font-size: 15px;
}
/* contact */
#contact{
    margin-top: 50px;
}
#contact h1{
    color: #b70000;
    text-shadow: 0px 0px 1px black;
}
#contact .card{
    height: 80px;
    margin-top: 20px;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
}
#contact .card i{
    margin-top: 10px;
    margin-left: 10px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    letter-spacing: 3px;
}
#contact .card h6{
    margin-left: 10px;
    margin-top: 10px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #000;
}#messagebtn button{
    margin-top: 30px;
    width: 200px;
    height: 33px;
    margin-left: 15px;
    background: transparent;
    color: #fff;
    background-color: #b70000;
    font-weight: bold;
    letter-spacing: 3px;
    transition: 0.5s ease;
}
#messagebtn button:hover{
    background-color: #fff;
    color: #b70000;
    border: 2px solid #b70000;
}


.Me_prodetail {
	margin: 0px;
	padding: 0px;
}

.Me_prodetail h1 {
	margin: 0px 0 15px 0;
	padding: 0px 0 10px 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	border-bottom: solid 1px #333;
}

.Me_prodetail h2 {
	margin: 0px 0 15px 0;
	padding: 0px 0 10px 0;
	color: #f40000;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	border-bottom: solid 1px #333;
}

.Me_prodetail p {
	margin: 0px 0;
	padding: 0px;
	color: #ccc;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}

.Me_prodetail p span {
	color: #fff;
	font-size: 16px;
}

.Me_contsbmt {
	margin: 0px;
	padding: 10px 15px;
	background-color: #000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	border: none;
	transition: 0.8s
}

.Me_contsbmt:hover {
	background-color: #f40000;
	color: #fff;
	text-decoration: none;
}
/*----- Basket ------*/
.yourCart {
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	padding: 20px;
	background: #999;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	border-radius: 3px 3px 0 0;
}
.cartProduct {
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
	padding: 0 15px
}
.cartProduct:last-child {
	margin-bottom: 20px;
	margin-top: 15px;
}
.cartPdctImage {
	width: 100%;
	height: 200px;
	text-align: center;
	position: relative;
}
.cartPdctImage>img {

	max-height: 100%;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
	border: solid 1px #ccc;
}
.cartPdctName {
	font-family: 'Lato', sans-serif;
	padding: 20px 0 0;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
}
.cartPdctArt {
	font-family: 'Lato', sans-serif;
	padding: 5px 0 0;
	color: #333;
	font-size: 14px;
}
.cartPdctSize {
	font-family: 'Lato', sans-serif;
	padding: 5px 0 10px;
	color: #333;
}
.cartQuantity {
	width: 60px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #333;
}
.cartSubmit {
	margin: 10px 0;
	background: #000;
	font-family: 'Lato', sans-serif;
	border: none;
	padding: 7px 20px;
	font-size: 14px;
	color: #fff
}
.cartRemove {
	margin: 10px 0;
	background: #000;
	border: none;
	padding: 8px 20px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
    border: 1px solid #b70000;
}
.cartRemove:hover {
	color: #fff;
	text-decoration: none;
	background-color: #b70000;
    border: 1px solid #000;
}
.cartPdctPrice {
	font-family: 'Lato', sans-serif;
	padding: 20px;
	text-align: right;
	color: #b70000
}
.summery {
	background: #191919;
	margin-bottom: 40px;
}
.summeryTxt {
	font-family: 'Lato', sans-serif;
	padding: 20px;
	color: #ffffff;
	font-size: 15px;
	border-bottom: #000 1px solid
}
.summeryTotal {
	font-family: 'Lato', sans-serif;
	padding: 20px;
	color: #ffffff;
	font-size: 14px;
	border-bottom: #000 1px solid;
	border-top: #333 1px solid;
	text-transform: uppercase
}
.summeryTotal>span {
	float: right
}
.summeryOr {
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 16px;
	text-align: center
}
.cartSend {
	padding: 15px 30px;
	text-align: center
}
.cartSend>a {
	font-family: 'Lato', sans-serif;
	padding: 10px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	background: #333;
	display: block;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none
}
.cartSend>a:hover {
	background: #fff;
	text-decoration: none;
	color: #000
}
.cartAddMore {
	padding: 15px 30px;
	border-top: #333 1px solid;
	text-align: center
}
.cartAddMore>a {
	font-family: 'Lato', sans-serif;
	padding: 10px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	background: #333;
	display: block;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none
}
.cartbtn{
    background-color: #b70000;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    
}
.cartbtn:hover{
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff ;
}
.cartbtn i{
    margin-top: 20px;
}
.cartAddMore>a:hover {
	background: #fff;
	text-decoration: none;
	color: #000
}
.cartBasketEmpty {
	font-family: 'Lato', sans-serif;
	padding: 60px 20px;
	color: #000000;
	font-size: 25px;
	background: #333333;
	text-align: center;
	margin: 20px 0 40px;
	width: 100%
}










/* -----media query---- */
@media screen and (max-width:500px){
    .top-icons{
        margin-left: 30px;
    }
    .top-icons i{
        font-size: 15px;
    }
    .other-links i{
        font-size: 15px;
    }
    .Me_redmore{
        width: 60px;
        height: 5vh;
    }
    .Me_redmore{
        width: 70px;
        height: 5vh;
    }
}
@media screen and (max-width:350px){
    .top-icons{
        margin-left: 10px;
    }
    .top-icons i{
        font-size: 10px;
    }
    .other-links{
        margin-right: 10px;
    }
    .other-links i{
        font-size: 10px;
    }
    .Me_redmore{
        width: 50px;
        height: 5vh;
        font-size: 13px;
    }
    .Me_redmore{
        width: 60px;
        height: 5vh;
        font-size: 13px;
    }
}
@media screen and (max-width:375px){
    .top-icons{
        margin-left: 5px;
    }
    .top-icons i{
        font-size: 12px;
    }
    .other-links{
        margin-right: 10px;
    }
    .other-links i{
        font-size: 12px;
    }
    .Me_redmore{
        width: 40px;
        height: 5vh;
        font-size: 10px;
    }
    .Me_redmore{
        width: 50px;
        height: 5vh;
        font-size: 10px;
    }
} 
@media only screen and (min-width: 320px) and (max-width: 425px){
    .home .img img{
        height: 250px;
    
  }
  .Me_text p{
    font-size: 11px;
  }
  .Me_text h1{
    font-size: 30px;
  }
  #bannerbtn button{
    width: 80px;
    height: 30px;
    font-size: 13px;
}

#product-cards h1 {
   font-size: 24px !important;
}
.produsth{
    font-size: 24px;
}
}
@media only screen and (min-width: 375px) and (max-width: 425px){
    .home .img img{
        height: 250px;
    
  }
}
@media only screen and (min-width: 425px) and (max-width: 1024px){
    .navbar .navbar-brand {
        font-size: 1.5rem;
      }
}
  @media screen and (max-width: 768px) {
    .navbar-brand {
      margin-left: 0px;
    }
    .navbar-nav {
     padding: 0 20px;
      background-color: #b70000;
   
    }
    .navbar.fixed-top .navbar-nav {
      background: transparent;
    }
  }
  @media screen and (min-width: 767px) {
    
    .navbar-dark .navbar-nav .nav-link {
      padding: 23px 15px;
    }
    .navbar-dark .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      bottom: 15px;
      left: 30%;
      right: 30%;
      height: 1px;
      background-color: #fff;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      transition: transform 0.1s ease-in;
    }
    .navbar-dark .navbar-nav .nav-link:hover::after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
    }
    .dropdown-menu {
      min-width: 200px;
      -webkit-animation: dropdown-animation 0.3s;
      animation: dropdown-animation 0.3s;
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
    }
  }
  @-webkit-keyframes navbar-animation {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes navbar-animation {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes dropdown-animation {
    0% {
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
    }
    75% {
      -webkit-transform: scaleY(1.1);
      -ms-transform: scaleY(1.1);
      transform: scaleY(1.1);
    }
    100% {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @keyframes dropdown-animation {
    0% {
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
    }
    75% {
      -webkit-transform: scaleY(1.1);
      -ms-transform: scaleY(1.1);
      transform: scaleY(1.1);
    }
    100% {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @media screen and (max-width:800px){
    .content h3{
        margin-left: 50px;
        font-size: 40px;
    }
    .content p{
        margin-left: 50px;
    }
    .content #shopnow{
        margin-left: 50px;
    }
}
@media screen and (max-width:570px){
    .content h3{
        margin-left: 20px;
    }
    .content p{
        margin-left: 20px;
    }
    .content #shopnow{
        margin-left: 20px;
    }
}
@media screen and (max-width:799px){
    .home-section{
        height: 150vh;
    }
}
@media screen and (max-width:550px){
    .home-section{
        height: 100vh;
    }
}
@media screen   and (min-width:325px) and (max-width:767px) {
    .mainimg{
        height: 400px;
        object-fit: cover;
        width: 100%;
    }
    #product-cards .card {
        height: 600px;
    }
}

@media screen   and (min-width:320px) and (max-width:425px) {
    .navbar .navbar-brand {
        font-size: 1.5rem;
        margin-left: 0;
      }
      #product-cards h1{
        font-size: 2rem;
      }
}
@media screen   and (min-width:320px) and (max-width:425px) {
    
}
@media screen and (max-width:992px){
    #side2 input{
        width: 300px;
    }
}
@media screen and (max-width:330x){
    #side2 input{
        width: 200px;
    }
}
@media screen   and (max-width:768px) {
    .navbar{
        height: 10vh;
    }

    .navbar-dark .navbar-nav .nav-link{
        padding: 0;
        height: 10vh;
    }
}