
@font-face {
    font-family: 'Montserrat';
    src: url('../Montserrat/Montserrat-VariableFont_wght.ttf'); format('truetype'); /* Specify the path to your .ttf font file */
    /* Add additional font properties if needed */
    font-display: swap; /* Specify font loxading behavior */
}


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;
}

/*Search*/
.closeiconsearch{
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0.2;
}
.closeiconsearch:hover{
	cursor: pointer;
}
.searchbutton{
	height: 40px;
}
.searchbutton:hover{
	cursor: pointer;
}
.searchbutton:focus{
	outline: none;
}
.searchmenu{
	height: 23px;
    float: right;
	padding-right: 5px;
}
#search{
	text-align: center;
	background-color: #fff;
}
.modal-content{
	background: transparent;
}
.searchbar{
	position: relative;
	top: 43vh;
	width: 80%;
	padding: 5px 10px 3px 20px;
	border: 0px solid transparent;
	max-width: 700px;
	left: 0px;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.8s;
	-webkit-appearance: none;
}
.searchbar:focus{
	outline: none;
}
.searchicon{
	width: 30px;
	margin-left: 10px;
	background: transparent;
	border: none;
	padding-left: 0;
	position: absolute;
	top: 43.5vh;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.8s;
}
.searchicon:focus{
	outline: none;
	font-size: inherit;
}
.searchinfo{
	height: 25px;
}
.searchimg{
	height: 30px;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*MENU*/
.menuicon:hover{
    cursor: pointer;
}
.menu{
	width: 100%;
    z-index: 99;
    background-color: #fff;
    color: #000;
    transition: 0.4s;
	position: fixed;
	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;
}
.menudiv span{

    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);
}
.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: 352px; /* 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;
}


.logodiv {
    max-width: 300px; /* Limit maximum width */
    height: 0; /* Start with a zero height */
    padding-top: 30%; /* Set padding top to maintain aspect ratio (1:1) */
    position: relative; /* Establish a positioning context for the absolute positioned image */
    margin: auto;
}

.logodiv img {
    position: absolute; /* Position the image absolutely within its container */
    top: 0; /* Position the image at the top */
    left: 0; /* Position the image at the left */
    width: 100%; /* Ensure the image fills its container */
    height: 100%; /* Ensure the image fills its container */
    object-fit: contain; /* Maintain aspect ratio without stretching */
}
.logo{
    width: 80%;
    max-width: 500px;
}
.logohup{
    width: 70%;
    max-width: 380px;
}
.logopart{
    width: 50%;
    max-width: 380px;

}
.logobolivar{
    width: 50%;
    max-width: 300px;
    margin-bottom: 25px;
}
.logomonte{
    width: 50%;
    max-width: 300px;
    margin-bottom: -20px;
    position: relative;
    bottom: 25px;
}
.logoromeo{
        width: 65%;
    max-width: 360px;
    margin-bottom: 5px;
}
/* Cigar*/
.cohibadiv{
	overflow: hidden;
    	width: 100%;
	height: 500px;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}
body.smoothload .partagasdiv {
    opacity: 1;
}
body.smoothload .partagasmdiv {
    opacity: 1;
}
body.smoothload .cohibadiv {
    opacity: 1; /* Show content with fade-in effect */
}
.partagasdiv{
	overflow: hidden;
    width: 100%;
	height: 500px;
    display: grid;
    grid-template-columns: 415px auto 560px;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}

.partagasmdiv{
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}
.bolivardiv{
	overflow: hidden;
    	width: 100%;
	height: 500px;
	background-color: #f0faf9;
}
.ramoncigarimg {
	width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/ramon-allones-background-600.webp);
}
@media(min-width: 800px){
    .ramoncigarimg {
        background-image: url(../imgs/ramon-allones-background-800.webp);
    }
}
@media(min-width: 1200px){
    .ramoncigarimg {
        background-image: url(../imgs/ramon-allones-background-1200.webp);
    }
}
@media(min-width: 1700px){
    .ramoncigarimg {
        background-image: url(../imgs/ramon-allones-background-1700.webp);
    }
}
.cohibacigarimg {
	width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/cohiba_500.webp);
}
.limitedimg {
	width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/limited-edition.webp);
}
@media(max-width: 800px){
	.limitedimg {
    	height: 100%;
		 background-image: url(../imgs/limited-edition-800.webp);
	}
}
@media(max-width: 800px){
	.limitedimg {
    	height: 100%;
		 background-image: url(../imgs/limited-edition-500.webp);
	}
}
@media(min-width: 1000px){
	.limitedimg {
		 background-image: url(../imgs/limited-edition-1300.webp);
	}
}
@media(min-width: 1440px){
	.limitedimg {
		 background-image: url(../imgs/limited-edition-2000.webp);
	}
}
@media(min-width: 1850px){
	.limitedimg {
		 background-image: url(../imgs/limited-edition-2400.webp);
	}
}
.accessoriescigarimg {
	width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/cohiba-accessories.webp);
}

/* COHIBA */
@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);
}
}

.trinidadcigarimg{
    width: 100%;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
	background-image: url(../imgs/trinidad-background-550.webp);
}
@media (min-width: 600px) {
    .trinidadcigarimg{
        background-image: url(../imgs/trinidad-background-800.webp);
    }
}
@media (min-width: 800px) {
    .trinidadcigarimg{
        background-image: url(../imgs/trinidad-background-1200.webp);
    }
}
@media (min-width: 1200px) {
    .trinidadcigarimg{
        background-image: url(../imgs/trinidad-background-1800.webp);
    }
}
@media (min-width: 1800px) {
    .trinidadcigarimg{
        background-image: url(../imgs/trinidad-background-1600.webp);
    }
}
.monecristodiv{
	overflow: hidden;
    	width: 100%;
	height: 500px;
    margin-bottom: 10px;
}
.monecristocigarimg {
    width: 100%;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/montecristo-background-550.webp);
}
@media (min-width: 550px) {
	.monecristocigarimg{
    background-image: url(../imgs/montecristo-background-750.webp);
		
	}	
}
@media (min-width: 750px) {
	.monecristocigarimg{
    background-image: url(../imgs/montecristo-background-750.webp);
		
	}	
}
@media (min-width: 1000px) {
	.monecristocigarimg{
    background-image: url(../imgs/montecristo-background-1000.webp);
		
	}	
}
@media (min-width: 1200px) {
	.monecristocigarimg{
    background-image: url(../imgs/montecristo-background-1200.webp);
		
	}	
}
@media (min-width: 1650px) {
	.monecristocigarimg{
    background-image: url(../imgs/montecristo-background-1650.webp);
		
	}	
}
@media (min-width: 2000px) {
	.monecristocigarimg{
    background-image: url(../imgs/montecristo-background-2000.webp);
		
	}	
}
.romeocigarimg{
	width: 100%;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/romeo-y-julieta-background2.webp);
}
/* ROMEO */
@media (min-width: 870px) {
	.romeocigarimg{
    background-image: url(../imgs/romeo-y-julieta-background3.webp);
		
	}	
}
@media (min-width: 1360px) {
	.romeocigarimg{
    background-image: url(../imgs/romeo-y-julieta-background4.webp);
	}	
}
@media (min-width: 1360px) {
	.romeocigarimg{
background-size: auto 100%;
		 background-position: right !important;
		background-color: #d6cec3;
	}	
}

.partagascigarimg{
	width: 100%;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/partagas-mobile-new.webp);
}
.partagascigarimgright{
		width: auto;
    height: 500px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/partagasright.jpg);
}
.partagascigarcent{
    width:auto;
    height: 500px;
    background-image: url(../imgs/partagasmid.jpg);
    background-repeat: repeat;
}
.partagascigarimgleft{
		width: auto;
    height: 500px;
    background-position: left top;
    background-repeat: no-repeat;

    background-size: auto 100%;
    background-image: url(../imgs/partagasleft.jpg);
}
/*PARTAGAS*/
@media (max-width: 500px) {
	.partagascigarimg {
    background-image: url(../imgs/partagas-mobile-new-550.webp);
	}	
}
@media (min-width: 1000px) {
	.partagascigarimg {
    background-image: url(../imgs/partagas-background.jpg);
	}	
}

@media (min-width: 1400px) {
	.partagasmdiv{
	display: none;
	}
	.partagascigarimg {
    background-image: url(../imgs/partagas-desktop.jpg);
	}	
}
@media (max-width: 1400px) {
	.partagasdiv{
	display: none;
	}
}
@media (min-width: 1800px) {
	.partagascigarimg {
    background-image: url(../imgs/partagas-desktop.jpg);
	}	
}

#dots {
    display: inline;
}

#more {
    display: none;
}
#readMore{
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

.hupmanncigarimg{
	width: 100%;
	height: 500px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/hupmann1.webp);
}
@media(min-width: 1060px){
.hupmanncigarimg{
    background-size: 100% auto;
}
}
@media(max-width: 1000px){
.hupmanncigarimg{
      background-image: url(../imgs/hupmann-1000.webp);
}
}
@media(max-width: 500px){
.hupmanncigarimg{
      background-image: url(../imgs/hupmann-550.webp);
}
}
@media(min-width: 1300px){
.hupmanncigarimg{
      background-image: url(../imgs/hupmann-1300.webp);
}
}
@media(min-width: 2000px){
.hupmanncigarimg{
      background-image: url(../imgs/hupmann-2000.webp);
}
}
.bolivarcigarimg{
	width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/bolivar-background2.webp);
}
@media(min-width: 1060px){
.bolivarcigarimg{

}
}
.hoyodemonterreycigarimg{
	width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 500px;
    background-image: url(../imgs/hoyo-de-monterrey-background.webp);
}
@media(min-width: 910px){
.hoyodemonterreycigarimg{
    background-image: url(../imgs/hoyo-de-monterrey-background-1000.webp);
}
}
@media(min-width: 1450px){
.hoyodemonterreycigarimg{
    background-image: url(../imgs/hoyo-de-monterrey-background-desk.webp);
}
}
.cigarimg{
	width: auto;
	height: 100%;
	z-index: 100 !important;
}
@media(max-width: 800px){
	.cohibacigarimg{
		height: 62vw;
	}
	.cohibadiv{
		height: 62vw;
	}
	.partagasmdiv{
		height: 62vw;
	}
	.bolivarcigarimg{
		    background-size: auto 62vw;
	}
    .partagasmdiv{
        		height: 62vw;
        overflow: hidden
    }
}
/* Collections */


.hidden {
    display: none;
}

.loading-animation {

    justify-content: center;
    align-items: center;
    height: 100px;  /* adjust as needed */
	margin: auto;
width: 50vw;
}

.spinner {
    border: 2px solid rgba(255, 255, 255, 0.3);  /* Light circle */
    border-radius: 50%;  /* Make it circular */
    border-top: 2px solid #ccc;  /* Dark circle segment */
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
	margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.headdiv{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1000px;
	margin: auto;
}
.headdiv h1{
    font-size: 26px;
}
.headdiv p1{
	font-size: 18px;
}
.ahead{
    max-width:700px;
    margin: auto;
}
.ahead a{
    color: #000;
    text-decoration: none;
}
.ahead:not(:first-child){
    margin-top: 50px;
}
.headdiv a {
    text-decoration: none;
    color: #151515;
}
.accessories{
    text-align: center;
    
}
.atitle{
    font-size: 25px !important;
} 
.accessories h2{
    font-size: 18px;
    font-weight: 400 !important;
    display: inline;
}
.arrowr{
    margin-left: 7px;
    margin-bottom: 5px;
}
.collectioncontainer{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
	max-width: 1200px;
	margin: auto;
	padding-bottom: 30px;
	width: 95%;
}
@media(max-width: 1100px){
	.collectioncontainer{
    grid-template-columns: 32.5% 32.5% 32.5%;
	}
	.headdiv p1{
	font-size: 17px;
	}
}
@media(max-width: 800px){
	.collectioncontainer{
		grid-template-columns: 50% 50%;
	}
	.productbanner{
		padding: 30px;
	}
	.headdiv p1{
		font-size: 15px;
	}
	.headdiv h1{
		font-size: 30px;
	}
}


/* Cuban Brands */
.allbrands{
}
.banner{
  display: flex;
  justify-content: center;
  align-items: center;
	height:	auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.allbrand{

}
.brandContainer{
	text-align: center;
	transition: 0.4s ease;
	font-weight: 800;
	font-size: 17px;
	text-transform: uppercase;
	color: #000 !important;
    padding: 20px;
    margin: auto;
}

.brandContainer:hover{
	transform: scale(1.1);
	cursor: pointer;
	backface-visibility: hidden;
}
.carousel-cell p{
	font-weight: 400;
    font-size: 20px;
    letter-spacing: 1.5px;
	white-space: nowrap
}


/* Flickity */
.carousel {
  background: #fff;
margin-top: 20px;
margin-bottom: 20px;
}

.carousel-cell {
  width: 20%;
  margin-right: 10px;
  background: #fff;
    text-align: center;
}
.carousel-cell-image{
    margin-bottom: 10px;
    height: auto;
	max-height: 250px;
	max-width: 250px;
    width: 80%;
}
@media(max-width: 1224px){
	.carousel-cell{
		width: 25% !important;
	}
}

@media(max-width: 768px){
	.carousel-cell{
		width: 33.35% !important;
	}
}

@media(max-width: 500px){
	.carousel-cell{
		width: 50% !important;
	}
}

@media(min-width: 1224px){
	.carousel-cell{
		width: 20% !important;
	}
	.carousel-cell p{
	font-weight: 400;
    font-size: 25px;
	}
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.flickity-page-dots, .flickity-prev-next-button{
  display: none;
}

/* Gridsplay */
.gridsplay{
	display: grid;
	grid-template-columns: 40% 60%;
}
.gridsplay div:nth-child(2){
	padding: 30px;
	text-align: left;
	margin: auto;
}
.gridsplay div:nth-child(1){
	margin: auto;
	text-align: center;
}
.gridsplay h2{
	letter-spacing: 2px;
	font-weight: 400;
}
.gridsplay img{
	width: 100%;
}
.cigardesktop{
	display: none;
}
/* Swiper */
.swiper-slide a{
	text-decoration: none;
	color: #000;
}
.productbanner h2{
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	padding-top: 10px;
    margin-bottom: 0;
}
.productbanner p3{
	font-weight: 200;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	padding-top: 10px;
	height: 0;
}
.productbanner{
	text-align: center;
	height: auto;
	align-items: center;
	justify-content: center;
	padding: 30px 20px 30px 20px;
}
.shopnow{
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    margin-top: 20px;
    height: 30px;
    width: 100px;
}
.pimg{
	height: auto;
	position: relative;
    margin: auto;
    text-align: center;
    max-width: 100%;
}

.imgcontain{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.swiper-button-prev, .swiper-button-next{
		transition: opacity 0.5s ease-in-out;
	 opacity: 1;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 1;
}

#caseprag .swiper-pagination-bullet{
    width: 2vw;
}

/* Newsletter */
.newslettermodal{
	position: fixed;
	top: calc(50% - 300px);
	left: calc(50% - 300px);
	border: 2px solid #fff;
	border-radius: 20px;
	z-index: 20;
	width: 650px;
	height: 530px;
	background-image: url(../imgs/notification-desktop.webp);
	background-color: #fff;
	background-size: 100%;
    background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.7);
}
.newoverlay{
	height: 340px;
	width: 340px;
	border: 1px solid transparent;
	border-radius: 500px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.noti{
	width: 80%;
}
.notifybuttondiv{
    text-align: center;
}
.notifyme{
    width: 100%;
    margin-top: 5px;
    padding: 5px;
    background-color: #B76E79;
    color: #fff;
    font-size: 18px;
    border: 1px solid #B76E79;
    border-radius: 3px;
}

.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;
}

.button.active button{
    background-color: #B76E79;
    color: #fff;
	border: 2px solid B76E79;
}
.btn:hover{
    cursor: pointer;
}
.btn-group{
    display: table-cell;
    float: none;
}
.emailbtn{
    padding: 5px;
    background-color: #fff;
    color: #B76E79;
    border: 1px solid #B76E79;
    border-right: none;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 100;
}
.emailbtn:visited{
    background-color: #F3F3F3;
}
.emailbtn:focus, .smsbtn:focus {
    outline: none;
}
.smsbtn{
    width: 100%;
    padding: 5px;
    background-color: #fff;
    color: #B76E79;
    border: 1px solid #B76E79;
    border-left: none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    letter-spacing: 1px;
    font-weight: 100;
}
.smsbtn:hover{
    background-color: #F3F3F3;
}
.emailbtn:hover{
    background-color: #F3F3F3;
}
.container{
    padding: 0;
}
#notifyinput{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #B76E79;
	color:  #B76E79;
    border-radius: 3px;
    height: 40px;
    padding-left: 10px;
}
#notifyinput:focus{
    background-color: #fff;
    border: 2px solid #B76E79;
    outline: none !important;
    border-color: #B76E79;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(183, 110, 121, 1);
}

/* SEARCH FLAVOUR */
.searchbar{
	width: 60%;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
}
.hidden{
	opacity: 0;
		transition: ease-out 0.8s;
}
.show{
	opacity: 1;
}
.closenotify{
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	border: none;
	font-size:30px;
    font-weight: 100;
	color: #B76E79;
}
.closenotify:focus{
	outline: none;
}

/*Cart Modal*/
.pimage{
	height: 140px;
	width: auto;
    border: 1px solid transparent;

} 
fieldset{
	border: 0;
	padding: 0;
	margin: 0;
}

#sidebar{
	border: transparent solid #000; 
	border-radius: 0px;
	background-color:#fff; 
	border-collapse:collapse; 
	position: fixed;
    max-width: 400px;
    width: 400px;
	height: 100%;
	top: 0;
	right: 0;
    transition:  0.3s ease-in-out;
    -webkit-transition:  0.3s ease-in-out;
	z-index: 103;  
    transform: translateX(105%);
	margin: 0px;

}

tfoot{
	flex-shrink: 0;
}
#jcart table{
	border-collapse: collapse;
	table-layout: fixed;
	max-width: 400px;
	max-height: 100vh;
	top: 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
    transition: right 0.25s ease-in-out;
    -webkit-transition: right 0.25s ease-in-out;
	  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
	box-shadow: 0 0 15px rgb(225 225 225 / 10%);
}

.content{
	max-height: calc(100% - 279px) !important;
	overflow-y: auto !important;
	flex-grow: 1;
	overflow-y: auto;
}
.content tr{
	position: relative;
}
#closecart{
	font-size: 18px;
	background: transparent;
	border: none;
	color: #000;
	right: 20px;
	top: 20px;
	font-weight: 600 ;
	position: absolute;
}
#cartclose{
	display: flex;
	position: fixed;
	left: 0;
	height: 100vh;
	top: 0;
	width: 100vw;
	background: transparent;
	border: none;
}
#closecart:hover{
	cursor: pointer;
}
#closecart:focus{
	outline: none;
}
.cartheader{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 400px;
	top: 0;
	max-height: 30px;
	text-align: left;
}
.freeshipcart{
	color: #000;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
	border-radius: 3px;
	background-color: #fff;
	letter-spacing: 0.6px;
}
.freeshipcart b{
	font-weight: 700;
}
.freeshipcart p4{
	font-weight: 500;
}
.jcart-item-name p{
	overflow: visible;

}	
.jcart-item-name p{
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
}
.jcart-item-name p3{
	font-size: 16px;
}

#jcart-title{
	font-size: 14px;
	padding-left: 12px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;

}
.cartshipping{
	display: none;
}
.shippingtotal{
	display: none;
}
.left{
	float: left;
}
#subtotal{
	float: right;

	font-weight: 200;
}
.svg-icon{
    fill: #000;
    height: 20px;
    float: right;
}
tfoot{
	bottom: 0;
	position: absolute;
}

.cartfooter{
	width: 400px;
	padding: 0px;
	background-color: #fff;
	box-shadow: 0px -15px 15px -15px rgb(0 0 0 / 6%);
	z-index: 5;
	position: relative;
}
p.stotal {
	border-bottom: 1px solid rgba(0,0,0,.05);
	height: 45px;
	margin: 20px 20px 0 20px;
	font-size: 18px;
}
.cartqty{
	color: #bbb;
	font-weight: 100;
	font-size: 20px;
	position: relative;
	top: 2px;
}
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
tbody::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
	position: relative;
	
}

/* background of the scrollbar except button or resizer */
tbody::-webkit-scrollbar-track {
    background-color: #fff;
	
}

/* scrollbar itself */
tbody::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
	width: 0px;
}

/* set button(top and bottom of the scrollbar) */
tbody::-webkit-scrollbar-button {
    display:none;
}

/*New quantity */
.jcart-item-qty{

	position: relative;
	top: -15px;
}
.quantity buttons_added{
	position: relative;
    display: flex;
    align-items: center;

}
.plus, .minus{
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
}
.plus{
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
	border-left: none;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border: 1px solid #ccc;
    border-left: none;
	z-index: 1;
	height: 35px;
       transform: translate(-9px, 0px);
}
.minus{
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
	border: 1px solid #ccc;
	border-right: none;
	z-index: 1;
	height: 35px;
}
.minus::before{
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-radius: 1px;
	border-left: 1px solid #000;
	z-index: 1;
	cursor: pointer;
}
.plus::before{
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-radius: 1px;
	z-index: 1;
	cursor: pointer;
}


.quantitycart{
    width: 30px;
	height: 35px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
    border-left: none;
    -webkit-border-left: 0px;
    border-right: none;
    -webkit-border-right: 0px;
	padding: 2px;
	font-weight: 600;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	transform: translate(-4px,-1px);
	z-index: 2;
	position: relative;
}
.quantitycart:focus{
	outline: none;
}
.qtybubble{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #FF7272;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 30px;
	transform: translateX(-25px);
}

#jcart-cart{
		margin-left: 5%;
	width: 90%;
	height: 50px;
	font-size: 20px;
	font-weight:300;
	background-color: #fff;
	color: #000;
	border: 1px solid  rgba(0,0,0,.2);
	border-radius: 3px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#jcart-checkout{
	margin-left: 5%;
	width: 90%;
	height: 50px;
	font-size: 22px;
	font-weight:300;
	background-color: #000;
	color: #fff;
	border: 1px solid  rgba(0,0,0,.2);
	border-radius: 3px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.padlock{
	height: 20px;
	fill: #fff;
	padding-left: 10px;
	margin-bottom: 4px;
}
.jcart-item-name{
	padding: 0;
	margin: 0;
	width: 100%;
	
}
.jcart-item-qty{
	height: 10px;
}

.jcart-item-price{ 
	font-weight: 300;
	font-size: 15px;
	text-align:right;

}
.jcart-item-price span{
	position: absolute;
	right: 20px;
	bottom: 30px
}
.jcart-remove{ 
	position: absolute;
	right: 15px;
	top: 15px;
	font-size:15px; 
	font-weight: 400; 
	float: right;
	text-decoration: none;
	color: #aaa;
}
.jcart-remove:hover{
	text-decoration: none;
	font-weight: bold;
}

#jcart-empty{
	text-align: center;
	height: 85vh;
	width: 400px;
	font-weight: 700;
	opacity: 0.75;
}
.empty-cart{
	height: 40px;
	opacity: 0.5;
}
.bottomtr{
	height: 60px;
}
/* Footer */
.cryptofooter{
    text-align: center;
}
.footer{
    background-color: #fff;
    color: #000;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}
.footerdiv{
    display: table;
    padding-top: 20px;
	max-width: 800px;
	margin: auto;
}
.footerdiv h6{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
	
}
.footerdiv ul{
	padding-left: 10px;
}
.footerdiv li{
    list-style: none;
}
.footerdiv a{
    text-decoration: none;
    color: #000;
}
.footerdiv a:hover{
    font-weight: 600;
}

.quicklinks{
    display: table-cell;
    width: 70vw;
    padding-left: 50px;
}
.information{
    display: table-cell;
    width: 40vw;
    padding-right: 0px;
} 

.newsletter{
    padding-bottom: 20px;
    margin: auto;
}
.newsletter h6{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    padding-top: 20px;
}
.newsletter p6{
    display:inline-block;
    width: 100%;
    text-align: center;
}
.subscribebtn{
    width: 320px;
    padding-top: 10px;
    margin: auto;
}
.newsinput{
    padding: 5px 10px 5px 10px;
    border: 1px solid #ccc;
    height: 40px;
    -webkit-appearance: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	border-right: none;
    min-width: 220px;
	
}
.newsubscribe{
    border: 2px solid #d6ab67;
    background-color: #d6ab67;
    color: #fff;
    padding: 5px;
    width: 100px;
    position: absolute;
    height: 40px;
    font-size: 12px;
    letter-spacing: 1px;
    
}
.newsubscribe:hover{
    background-color: #ce9c4a;
    border-color: #ce9c4a;
    transition: 0.5s;
}
.visafooter{
    height: 30px;
    display: block;
    margin: auto;
}
.aulogofoot{
	height: 150px;
}
.footercart{
	text-align: center;
}
/*Media Queries*/
@media(max-width: 800px){
	.cohibacigarimg{
		height: 62vw;
	}
	.cohibadiv{
		height: 62vw;
	}
    .perdomodiv{
    	height: 62vw; 
    }
	.partagasmdiv{
		height: 62vw;
	}
	.bolivarcigarimg{
		    background-size: auto 62vw;
	}
    .hoyodemonterreycigarimg{
		    background-size: auto 62vw;
	}
    .partagasmdiv{
        		height: 62vw;
        overflow: hidden
    }
    .perdomoimg{
      background-size: auto 62vw;
      width: calc(100% - 78.5vw);
    }
    
    .perdomoimgright{
      background-size: auto 62vw;
    }

    .perdomologo{
        height: 30vw;
        margin-bottom: 0;
    }
    .opusxdiv{
        height: 62vw;
    }
    .opusximgleft, .opusximgright, .opusximg{
        background-size: auto 62vw;
    }
    .opusximg{
        width: 73.9vw
    }
    .myfatherdiv{
        height: 62vw;
    }
    .rockypateldiv{
        height: 62vw;
    }
    .rockypatelimg, .rockypatelimgright{
        background-size: auto 62vw;
    }
    .myfatherimgleft, .myfatherimgright, .myfatherimg{
        background-size: auto 62vw;
    }
    .padrondiv{
        height: 62vw;
    }
    .padronimg, .padronimgright{
        background-size: auto 62vw;
    }
    .arturoimg{
        background-size: auto 62vw;
    }
    .olivaimg{
        background-size: auto 62vw;
    }
}
@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{
        height: 35.5px;
    }
    .dropdown-content{
        top: 36px;
        min-width: 455px;
    }
    .dropdown-content::after{
        min-width: 455px;
    }
}
/* nav shortening */
@media(max-width: 800px){
	.center{
		margin: auto;
		position: absolute;
		width: 100%;
	}
	.navlist{
		display: none;
	}
    .igetlogo{
        max-height: 70px;
        height: 70px;
    }
	.menuicon{
		height: 23px;
	}
	.newslettermodal{
		width: 80vw;
		left: 10vw;
		height: 70vw;
	}
	.closenotify{
		font-size: 20px;
	}
    .logomini{
        float: right;
        position: relative;
        bottom: 8px;
    }
}

@media(min-width: 800px){
	.center{
		padding-left: 20px;
	}
	.menu{
		display: none !important;
	}
	.closeicon{
		display: none !important;
	}
	.menuicon{
		display: none !important;
	}
}

/* Mobile view */
@media(max-width: 450px){
	.add{
		display: none;
	}

	#count{
		height: 15px;
		width: 15px;
		right: 5px;
		margin-top: 3px;
	}
	.menuicon{
		height: 23px;
	}
	 .igetlogo{
       height: 55px;
	}
	.quicklinks{
		padding-left: 10px;
	}
	.productbanner h2{
	font-weight: 500;
	font-size: 16px;
		width: 90%;
        margin-left: 5%;
		text-align: center;
	}
	.productbanner p3{
		font-weight: 200;
		font-size: 16px;
	}
	.productbanner{
		padding: 0 0 0 0;
		height: 100%;
	}
	.collectioncontainer{
		width: 100%;
	}
}
@media(max-width: 350px){
		.quicklinks{
		padding-left: 10px;
	}
	.footerdiv {
    display: flex;       /* Use flexbox layout */
    flex-direction: column; /* Arrange children vertically */
}

.quicklinks, .information {
    width: 100%;    
	text-align: center/* Take up full width of parent */
}	
	.subscribebtn{
		width: 100%;
	}
	.newsinput{
		max-width: 65%;
		min-width: 65%;
		font-size: 12px;
		margin-left: 2.5%;
	}
	.newsubscribe{
		width: 30%;
				font-size: 8px;
	}
}
/* Main Image */
@media(max-width: 760px){
	.cigarimgdesk{
		background-size: auto 100%;
	}
}
@media(min-width: 760px){
	.cigarimgdesk{
		background-position: top;
	}
}

@media(max-width: 600px){
    
	.cigarimgdesk{
		
	}
	.cigarimg{
		display: inline;
		height: 400px;
	}
	.cigardiv{
		height: 400px;
	}
	.titleoverlay h1{
		font-size: 40px;
	}
	.newslettermodal{
		background-image: url(../imgs/notification-mobile.webp);
		width: 96vw;
		height: 80vw;
		left: 2vw
	}
	.newstitle h4{
		font-size: 6.5vw;
		color: #B76E79;
	}
	.newoverlay{
		width: 80%;
	}
}
@media(min-width: 600px){
	.cigarimg{
		display: none;
	}
}

/* Brands Banner */
@media(max-width: 1020px){
    .allimg{
        height: 200px;
        width: 200px;
        margin: auto;
    }
}

@media(min-width: 1200px){
	.cigarmobile{
		display: none;
	}
	.cigardesktop{
		display: inline;
	}
}
@media(max-width: 750px){
	.gridsplay{
		display: inherit;
	}
	.gridsplay div:nth-child(2){
		text-align: center;
	}
	.gridsplay img{

	}
	.cigarmobile{
		display: none;
	}
	.cigardesktop{
		display: inherit;
	}
}
@media(max-width: 600px){
    .pimg{
        height: 90%;
        margin-top: 10%;
    }
}
@media(max-width: 500px){
    .collectioncontainer{
        padding: 0;
        margin: 0;
        width: 100%;
    
    }
    .productbanner{
        padding: 10px;
    }
    .pimg{
        height: 80%;
        margin-top: 20%;
    }
	.allimg {
        height: 170px;
        width: 170px;
	}
	.allbrand h2{
		font-size: 17px;
	}
	.allbrand p2{
		font-size: 12px;
		padding: 6px 15px;
	}
}