body {
    font-family: 'Montserrat', sans-serif;
    }   
nav{
    align-items: center;
    background: #fff;
    color: #000; 
    left: 0px;
    right: 0px;
    z-index: 100;
    text-align: center;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    position: relative;
    height: 120px;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
body.smoothload nav{
	opacity: 1;
}
.center{
	position: absolute;
}
.aulogo{
	height: 110px;
	width: auto;
} 
.menuicon{
	position: absolute;
	left: 10px;
	height: 30px;
	z-index: 2;
}
.closeicon{
	position: absolute;
	left: 10px;
	height: 30px;
	display: none;
	z-index: 2;
}
.closeicon:hover{
	cursor: pointer;
}
.navcart{
	height: 30px;
	position: absolute;
	right: 20px;
}
.navcart:hover{
	cursor: pointer;
}

/* Navbar container */
.navlist {
	z-index: 3;
	margin: auto;
	display: flex;
    position: relative;
}

/* Links inside the navbar */
#lnks{
	float: left;
	color: #000;
	text-align: center;
	padding: 10px 0 0 0;
    margin-left: 16px;
    margin-right: 16px;
	text-decoration: none;
	font-weight: 200;
    letter-spacing: 1px;
}

/* The dropdown container */
.dropdowns {
	float: left;
	z-index: 1;
}

/* Dropdown button */
.dropdowns .dropbtn {
	border: none;
	outline: none;
	padding: 14px 16px;
	background-color: transparent;
	margin: 0; 
}


.logomini{
    height: 38px;
    width: 38px;
    margin-left: auto;
    background-color: #fff;
}
.submenu .logomini{
	position: absolute;
	right: 20px;
	top: 2px;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #B76E79;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #B76E79;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after,
.dropdowns:hover .hover-underline-animation::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
	position: absolute;
    top: 34px;
    left:0;
	background-color: #fff;
	min-width: 500px;
	border: 0px solid transparent;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
    font-size: 14px;
    letter-spacing: 5px;
	font-weight: 300;
    padding-top: 2px;
}

.dropdown-content::after{
    content: "";
    min-width: 500px;
    height: 426px;
	border: 1px solid transparent;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
    background-color: #000;
        position: absolute;
	bottom: 0px;
	left: 0px;
    z-index: -1;  /* to be below the parent element */
	 box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    color: black;
    padding: 0px 16px;
    text-decoration: none;
    display: flex;

    align-items: center; /* Vertically center */
    text-align: left;
    height: 48.5px;
}
.dropdown-content p{
    margin: 0;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: rgba(183, 110, 121, 0.2);
}

/* Show the dropdown menu on hover */
.dropdowns:hover .dropdown-content {
  display: block;
}

/* NEW SEARCH */
.searchbutton{
    cursor: pointer;
    margin-top: auto;
    padding-bottom: 0px;
    height: 22px;
}
.search-container {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: #fff;
    border: 2px solid #b76e79;
    border-radius: 25px;
    padding: 5px 15px;
    width: 500px;
    max-width: 60vw;
}

.search-container.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.search-input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px 15px;
    font-size: 16px;
    background: transparent;
    font-family: Montserrat, sans-serif;
}

.search-input::placeholder {
    color: #999;
    font-weight: 300;
}

.search-submit {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b76e79;
    transition: color 0.2s ease;
}

.search-submit:hover {
    color: #8b5661;
}

.close-search {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: color 0.2s ease;
    margin-left: 10px;
}

.close-search:hover {
    color: #666;
}

/* LOGIN */
.login-icon{
    cursor: pointer;
    margin-top: auto;
    padding-bottom: 0px;
    height: 25px;
    margin-right: 10px;
}
.login-icon svg{
    height: 28px;
    width: 28px;
}



.logomini {
    height: 38px;
    width: 38px;
    margin-left: auto;
    background-color: #fff;
}

.newcollection {
    letter-spacing: 1px;
    font-weight: 400;
    background-color: #d6ab67;
    color: #fff;
    font-size: 6px;
    transform: rotate(-10deg) skew(-10deg);
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 8px 3px 8px;
    position: relative;
    bottom: 5px;
}

/* Mobile responsiveness */
@media (max-width: 800px) {
    .searchbutton {
        display: none;
    }

    .dropdowncontainer {
        display: none;
    }
}

@media (max-width: 480px) {
    .search-container {
        width: 250px;
        max-width: 85vw;
    }
}

/* Mobile Search specific styles */
.mobile-search-submenu{
    background-color:#fff;
    transition:max-height .5s ease-in-out;
    max-height:0;
    overflow:hidden;
}

.mobile-search-submenu.active{
    max-height: 100px;
}

.mobile-search-container{
    padding: 20px 40px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.mobile-search-input{
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    font-family: Montserrat, sans-serif;
}

.mobile-search-input:focus{
    border-color: #b76e79;
}

.mobile-search-input::placeholder{
    color: #999;
    font-weight: 300;
}

.mobile-search-btn{
    padding: 12px 20px;
    background-color: #b76e79;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile-search-btn:hover{
    background-color: #a05a6b;
}


/*MENU*/
.menuicon:hover{
    cursor: pointer;
}
.menu{
	width: 100%;
    z-index: 99;
    background-color: #fff;
    color: #000;
    transition: 0.4s;
	position: relative;
	max-height: 0;
	overflow: hidden;  
    
}
.menu symbol{
    
}
.menudiv p3 {
  display: inline-block;
  position: relative;
  transition: transform 0.25s ease-out;
}
.menudiv.active p3::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.menudiv p3::after {
  content: '';
  position: absolute;
  color: #B76E79;
  width: 100%;
    transform: scaleX(0);
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #B76E79;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.overlay{
	position: fixed;
    visibility: hidden !important;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 101;
    opacity: 0 !important;
	background-color: rgba(45, 45, 45, 0.35);
    right: 0;
    transition: opacity .25s ease-in;
}
.overlay.visible{
	    transition: opacity .25s ease-in;
	opacity: 1 !important;
	visibility: visible !important;
}
.overlay-visible{
	    transition: opacity .25s ease-in;
	opacity: 1 !important;
	visibility: visible !important;
}
.menudiv{
    width: 100%;
    margin: auto;
    padding: 10px 30px 10px 40px;
    background-color: #fff;
    border-radius: 3px;
    background-color: #fff;
    transition: 0.1s ease;
	font-weight:	400;
	box-shadow: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.menudiv:hover{
     background-color: rgba(183, 110, 121, 0.2);
}
.menu a:hover{
		text-decoration: none;
}
.arrow-icon{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 256 256"><g><g id="Layer_1"><path d="M192.5,128L77.8,10l-9,9.3,105.5,108.7-105.9,108.3,9.4,9.7,114.7-118Z"/></g></g></svg>');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;

    position: absolute;
    right: 20px;
}
.menudiv p3{
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 15px;
}
.arrow-icon{
    height: 20px;
    float: right;
	opacity: 0.75;
}
.arrow-icon.active {
    transform: rotate(90deg);
}
.newcollection{
    letter-spacing: 1px;
    font-weight: 400;
    background-color: #d6ab67;
    color: #fff;
    font-size: 6px;
transform: rotate(-10deg) skew(-10deg); 
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 8px 3px 8px;
    position: relative;
    bottom: 5px;
}
.submenu {
    background-color: #fff;
    transition: max-height 0.5s ease-in-out;
    max-height: 0px; /* Start with a maximum height of 0 */
    overflow: hidden; /* Hide content that overflows the submenu */
}
/* CSS to show the submenu when the parent menu item is active */
.submenu.active {
    max-height: 380px; /* Adjust the maximum height as needed */
}
.submenu a{
	position: relative;
}
.submenu .logomini{
    height: 34px;
    width: 34px;
    margin-right: 5px;
}
.submenu .menudiv{
    height: 38px;
    padding-left: 55px;
    font-size: 10px;
}
.submenu .menudiv p3{
    font-size: 14px;
}
.cohibacigarimg{
	width:100%;
	height:500px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-image:url(../imgs/cohiba_500.webp)
}
@media (min-width:700px){
	.cohibacigarimg{
		background-image:url(../imgs/cohiba_700.webp)
}
}
@media (min-width:980px){
	.cohibacigarimg{
		background-image:url(../imgs/cohiba_980.webp)
}
}
@media (min-width:1170px){
	.cohibacigarimg{
		background-image:url(../imgs/cohiba_1170.webp)
}
}
@media (min-width:1330px){
	.cohibacigarimg{
		background-image:url(../imgs/cohiba_1330.webp)
}
}
@media (min-width:1430px){
	.cohibacigarimg{
		background-image:url(../imgs/cohiba_1430.webp)
}
}
@media (min-width:1630px){
	.cohibacigarimg{
		background-image:url(../imgs/cohiba_1630.webp)
}
}
@media (min-width:1800px){
	.cohibacigarimg{
		background-image:url(../imgs/cohiba_1800.webp)
}
}
#more{
	display:none
}
@media (max-width:800px){
	.cohibacigarimg{
		height:62vw
}
}
.hidden{
	display:none
}
@keyframes spin{
	0%{
		transform:rotate(0)
}
	100%{
		transform:rotate(360deg)
}
}
.accessories{
	text-align:center
}
.accessories h2{
	font-size:18px;
	font-weight:400!important;
	display:inline
}
.banner{
	display:flex;
	justify-content:center;
	align-items:center;
	height:auto;
	padding-top:20px;
	padding-bottom:20px
}
.flickity-prev-next-button{
	display:none
}
.swiper-slide a{
	text-decoration:none;
	color:#000
}
.pimg{
	height:200px;
	position:relative
}
.swiper-button-next,.swiper-button-prev{
	transition:opacity .5s ease-in-out;
	opacity:1
}
.swiper-container:hover .swiper-button-next,.swiper-container:hover .swiper-button-prev{
	opacity:1
}
.form-group{
	text-align:center;
	display:table;
	border-collapse:separate;
	table-layout:fixed;
	width:100%;
	font-size:15px;
	margin-bottom:10px
}
.form-group button:active{
	background-color:#fff;
	border-color:#b76e79
}
.container{
	padding:0
}
.search{
	margin:auto;
	text-align:center;
	padding-top:0;
	padding-bottom:20px
}
.search h5{
	font-size:30px
}
.searchicon{
	background-color:transparent;
	border:none;
	height:36px;
	position:absolute
}
.searchbar{
	width:60%;
	border:2px solid #ccc;
	border-radius:5px;
	padding:5px 5px 5px 15px
}
.hidden{
	opacity:0;
	transition:ease-out .8s
}


/*Cart Modal*/
#sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
    transform: translateX(100%);
}

.cart-header {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-header h2 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-count {
  background: #f3f4f6;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.875rem;
}

.cart-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #666;
}

.cart-items {
  flex: 1 1 0;
  overflow-y: auto;
  padding: 1rem;
  padding-top: 0;
  height: calc(100vh - 73px - 240px); 
}

.cart-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.item-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}

.item-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.item-header h3 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
    margin-top: auto;
  padding-right: 1rem; /* Prevent text from running into remove button */
}

.jcart-remove {
  color: #666;
  text-decoration: none;
  padding: 0;
  flex-shrink: 0;
    text-decoration: none;
}
.jcart-remove:hover{
    text-decoration: none;
    color: #666;
}
.item-subname {
  color: #666;
  font-size: 0.875rem;
  margin: 0;
}

.item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto; /* Push to bottom of item-content */
}

.quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: fit-content;
}

.quantity-btn {
  background: none;
  border: none;
  padding: 0.35rem 0.5rem;
  cursor: pointer;
  color: #666;
}
.quantity-btn:focus{
    outline: none;
}
.quantity-input:focus{
    outline: none;
}
.quantity-input {
  width: 35px;
  text-align: center;
  border: none;
  font-size: 0.875rem;
  -moz-appearance: textfield;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.item-price {
  font-weight: 500;
}

.cart-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-top: 1px solid #eee;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.05); 
height: 240px;
	 padding-bottom: calc(1rem + env(safe-area-inset-bottom));
 margin-bottom: env(safe-area-inset-bottom);
}

.cart-summary {
  margin-bottom: 1rem;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  color: #666;
}

.summary-row.total {
  font-weight: 500;
  color: #000;
  font-size: 1.125rem;
}

.cart-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cart-actions button {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.btn-view-cart {
  background: #f5f5f5;
  color: #333;
}

.btn-checkout {
  background: #d6ab67;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cart-actions a{
	text-decoration: none;
}
.icon-lock {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.cart-empty {
  text-align: center;
  padding: 2rem;
  color: #666;
}
.cart-empty img{
	height: 40px;
	opacity: 0.6;
}

@media (max-width: 640px) {
  #sidebar {
    max-width: 100%;
  }
}

.con{
	text-align:center;
	padding-top:10px;
	color:#000;
	padding-bottom:13px;
	padding-left:10px;
	padding-right:10px
}
.con ul{
	list-style:none;
	margin:auto;
	padding:0
}
.shipping{
	color:#000;
	font-size:25px
}
.title{
	margin-top:10px;
	text-align:center;
	font-weight:300
}
.con p{
	text-align:left;
	margin-left:30px;
	margin-right:30px;
	text-align:center
}
.image{
	height:80%;
	margin:auto;
	width:680px;
	margin-bottom:50px
}
#container{
	height:100vh;
	border-collapse:collapse;
	display:table
}
.contactus{
	width:80vw;
	margin:auto;
	margin-bottom:30px;
	max-width:600px
}
.inputfield{
	width:100%;
	margin-bottom:10px;
	padding:5px 5px 5px 10px;
	border:1px solid #ccc;
	border-radius:0
}
.contactus textarea{
	height:206px
}
.inputfield::placeholder{
	color:#000;
	opacity:.85
}
#left{
	width:49%;
	float:left
}
#right{
	width:49%;
	float:right
}
.send{
	color:#000;
	background-color:#fff;
	padding:5px;
	border:1px solid #000;
	border-radius:0;
	width:30%;
	height:40px
}
.sent{
	color:#fff;
	background-color:#000;
	padding:5px;
	border:2px solid #000;
	border-radius:5px;
	width:30%;
	height:40px
}
.enterarrow{
	height:30px;
	fill:#fff;
	position:relative;
	top:3px
} 
.FAQAU{
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 800px;
    margin: auto;
        margin-bottom: 20px;
}
.FAQAU div:first-child{
    margin: auto;
}

.faqaucigars{
    max-width: 100%;
    margin: auto auto auto 0;

    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);

}

@media(max-width: 875px){
    .FAQAU{
          display: flex;
        flex-direction: column-reverse;
    }
    .faqaucigars{
        margin: auto;
        margin-bottom: 20px;
        max-width: 500px;
        width: 100%;
    }
}

.faq-container .title{
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    max-width: 80%;
    margin: 10px auto 20px auto;
}
.faq-container{
	text-align: left;
	width: 95%;
	max-width: 1000px;
	margin: auto;
	padding-left: 10px;
	padding-right: 0px;
}
.faq-item h3{
	font-size: 24px;
	position: relative;
	color: #182b43;
}
.faq-item h4{

	margin-bottom: 8px;
	padding-bottom: 8px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 400;
}
.faq-item h3::before{
    content: "\2610"; /* Bullet character */
    color: #182b43; /* Adjust color as needed */
    font-size: 10px;
    position: absolute;
    left: -20px; /* Adjust indentation */
    top: 8px; /* Adjust vertical alignment */
}
.faq-item p{
	text-align: left;
}
.about img{
	width: 40%;
	max-width: 400px;
	min-width: 200px
}



/* Footer */

/* Main Footer */
.footer {
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Footer Grid Container */
.footer-content {
    padding: 60px 48px 0px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto 10px;
}

.footer-column h3 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1d1d1f;
    margin-bottom: 16px;
}

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

.footer-column li {
    margin-bottom: 12px;
}

.footer-column a {
    color: #6e6e73;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-column a:hover {
    color: #d6ab67;
    transform: translateX(2px);
}

/* Newsletter Section */
.newsletter-section {
    max-width: 600px;
    text-align: center;
    padding: 24px;
    margin: 0 auto;
}

.newsletter-section h3 {
    font-size: 12px;
    font-weight: 600;
    color: #6e6e73;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.newsletter-section p {
    display: none;
}

.newsletter-form {
    display: flex;
    gap: 4px;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 12px 16px;
    border: 1.5px solid #d2d2d7;
    border-radius: 2px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
}

.newsletter-input:focus {
    outline: none;
    border-color: #d6ab67;
    box-shadow: 0 0 0 3px rgba(214, 171, 103, 0.1);
}

.newsletter-button {
    padding: 12px 28px;
    background-color: #d6ab67;
    color: white;
    border: none;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-button:hover {
    background-color: #ce9c4a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(214, 171, 103, 0.3);
}

/* Payment Methods */
.payment-section {
    text-align: center;
    padding: 32px 24px;
}

.payment-section h4 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6e6e73;
    margin-bottom: 20px;
}

.payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.payment-icon {
    display: inline-block;
    transition: all 0.3s ease;
}

.payment-icon:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

/* Logo Section */
.footer-logo {
    text-align: center;
}

.footer-logo img {
    height: 120px;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.footer-logo img:hover {
    opacity: 1;
}

/* Copyright */
.footer-bottom {
    text-align: center;
    padding-bottom: 4px;
    font-size: 12px;
    color: #ddd;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .footer-content {
        padding: 40px 24px 0px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .newsletter-section {
        padding: 20px;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 12px;
    }

    .newsletter-button {
        width: 100%;
    }

    .payment-methods {
        gap: 12px;
    }

    .footer-logo img {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }
}


@media(min-height: 1100px){
    nav{
        height: 150px;
    }
    .aulogo{
        height: 130px;
    }
    #lnks{
        font-size: 22px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .navcart{
        height: 40px;
    }
    .dropdown-content{
         top: 43px;
        min-width: 585px;
    }
    .dropdown-content::after{
        min-width: 585px;
    }
}
/*Media Queries*/
@media(min-height: 1100px) and (max-width: 1000px){

    #lnks{
        font-size: 17px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .searchbutton{
        padding-bottom: 2px;
        height: 22px;
    }
    .dropdown-content{
        top: 36px;
        min-width: 455px;
    }
    .dropdown-content::after{
        min-width: 455px;
    }
}
@media (max-width:500px){
	.faq-container{
padding-right: 0;
	margin-right: 5px;
	}
	.faq-item h4{
		font-size: 20px;
	}
	.faq-item h3{
		font-size: 20px;
		margin-top: 25px
	}
	.faq-item p{
		padding: 0;
		margin: 0;
	}
}
@media (max-width:800px){
	.center{
		margin:auto;
		position:absolute;
		width:100%
}
	.navlist{
		display:none
}
	.menuicon{
		height:23px
}
}
@media (min-width:800px){
	.center{
		padding-left:20px
}
	.menu{
		display:none!important
}
	.closeicon{
		display:none!important
}
	.menuicon{
		display:none!important
}
	 .con.aboutus .title{
		margin-top: auto;
	}
	.con.aboutus{
		min-height: 80vh;
			display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}
	.about{
		display: grid;
		grid-template-columns: 55% 45%;
		width: 90%;
		margin: 0 auto auto auto;
		max-width: 800px;

	}
	.about p{
		text-align: right;
	
		margin-left: auto;
	}
	.about img{
	width: 80%;
	}
}
@media (max-width:450px){
	.menuicon{
		height:23px
}
	.quicklinks{
		padding-left:10px
}
	.pimg{
		width:100%;
		height:auto
}
}
@media (max-width:350px){
	.quicklinks{
		padding-left:10px
}

	.information,.quicklinks{
		width:100%;
		text-align:center
}
	.subscribebtn{
		width:100%
}
	.newsinput{
		max-width:65%;
		min-width:65%;
		font-size:12px;
		margin-left:2.5%
}
	.newsubscribe{
		width:30%;
		font-size:8px
}
}
