/* ================================================================
   ALLIANCE CIGAR - Small Screen Overrides (max-width: 40em / 640px)
   Colors & fonts match desktop: navy, gold, Outfit, Cormorant Garamond
   ================================================================ */

#alliance-mobile-nav {
   display: block;
}
#alliance-desktop-nav {
   display: none !important;
}

/* --- Logo --- */
#nav-bar-a .logo img {
   margin-top: 1px;
}

.logoDiv {
	margin-left: auto;
	margin-right: auto;
}
.logoDiv a img {
	max-width: 100%;
	max-height: 100vh;
	margin: auto;
	display: block;
}

/* --- Desktop burger hidden on mobile (mobile nav uses its own burger) --- */
section.burger {
    width: 2em;
	height: 2em;
    padding-left: .5em;
    color: #fff;
	border-right: unset;
	margin-top: .5em;
	margin-right: .5rem;
}

/* --- Old desktop searchform (hidden on mobile, mobile uses its own) --- */
.searchform0 button {
	border: none;
	outline: none;
	padding: 3px;
    background-color: #c5953a;
    border-color: #c5953a;
    color: #fff;
	float: left;
	height: 1.7em;
	margin-top: .6em;
}

/* --- Old container override --- */
.container {
	background-color: #1b2838;
}

.hamburger {
    width: 2.5em;
}

.medium {
	display: inline-block;
}
.large {
	display: inline-block;
}

/* --- Old header elements (desktop nav, kept for compatibility) --- */
.yearsDiv {
    float: left;
    width: 50%;
	font-size: 18px;
}
.headercartDiv {
    float: right;
    width: 50%;
}
.border_bottom_1 {
    overflow: auto;
    border-bottom: 1px solid #e2ddd6;
    top: 45px;
    background-color: #faf8f5;
}

.freeshipDiv {
    width: 100%;
}
.smallcart {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
    font-size: .75em;
    color: #6b6560;
	text-align: center;
}
.freebox {
    background-color: #fff;
    padding: 2px;
    border: 2px solid #c5953a;
    border-radius: 8px;
	text-align: center;
}
.number_png {
    clear: right;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
}

.cartImg {
	margin-top: 15px;
	float: left;
	background-image: url('../images/shopping-cart-icon-blue.png');
	display: block;
	height: 2.5em;
	width: 2.5em;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
}
.cartImg:hover {
	margin-top: 15px;
	background-image: url('../images/shopping-cart-icon-orange.png');
	display: block;
	height: 2.5em;
	width: 2.5em;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-main ul {
	background: #faf8f5;
	color: #2a2a2a !important;
}

#searchfield {
    width: 72px;
    float: left;
    height: 2em;
	margin-top: .6em;
}

.social {
	display: none;
}
.container p {
    color: unset;
    margin-top: 5px;
}
.topbar_first {
	display: none;
}
nav {
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
nav a {
	font-weight: bold;
}
a.maincat span {
    padding-left: 0px;
    padding-right: 4px;
    font-weight: 900;
    text-transform: uppercase;
}
.main {
	padding-left: 5px;
}
ul.cigar_brands li {
	padding-bottom: 0;
}
.menu-col-3 p {
	margin-left: 10px;
}
a.pndr01 {
	color: white;
    text-transform: unset;
}
a.pndr01:hover {
	color: #c5953a;
}
.headerLogin {
    float: left;
	margin-top: .6em;
    margin-right: 10px;
    padding-left: .25em;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advanced_search {
    float: right;
	display: inline-block;
	white-space: nowrap;
	padding-left: .25em;
	margin-top: .6em;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 700;
}
.advanced_search span {
    border-right-color: rgba(0,0,0,.3);
    border-right: 2px solid rgba(255,255,255,.602);
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 700;
}

.flextop {
    justify-content: space-between;
	float: left;
}
.navDiv p {
	display: none;
}

.searchSect input {
    border-left-color: rgba(0,0,0,.3);
    border-left: 2px solid rgba(255,255,255,.602);
	margin-left: 5px;
}

.home_content {
    clear: both;
    background-color: #faf8f5;
    width: 100%;
}
.home_main {
    border-bottom: 1px solid #e2ddd6;
}
.home_content .search_main {
    border: none;
    min-height: 300px;
    width: auto;
    text-align: center;
    margin-left: 230px;
    background-color: transparent;
}
.prem_whse {
    float: left;
    height: unset;
    color: #FFF;
    font-weight: 700;
    padding-top: 5px;
}
.prem_whse_fff {
    text-align: center;
    font-style: italic;
    font-size: 120%;
}
.prem_whse_fff div {
    display: inline;
    margin-left: 6px;
    margin-right: 6px;
}
.prem_whse_phrase {
    text-align: center;
    font-size: 100%;
    margin-top: 20px;
    line-height: 200%;
}

.sticky {
	/* not fixed on mobile */
}
.news_container {
    border: 1px solid #e2ddd6;
    overflow: visible;
    position: relative;
    padding: 3px;
}
#content-mid {
	height: auto;
	overflow: visible;
}
.menu-category a {
	text-transform: uppercase;
	margin-left: 10px;
	color: #6b6560;
}
.menu-category a:hover {
	color: #c5953a;
	text-decoration: underline;
}

/* Toggled State */
input[type=checkbox]:checked ~ div {
	left: 0;
	width: 100%;
	text-align: left;
	z-index: 100;
}

.oiULFilter li {
	display: inline;
	margin: 0 1rem 0 0;
}

#oiFiltSubmit {
	width: 40%;
	text-align: center;
}

#toggleFilt {
	width: 30%;
	text-align: center;
	margin: 3px;
	padding: 1px 3px;
}
.totalsSectionContainer {
	display: none;
}
#subForm label {
    font-size: .7778rem !important;
    width: 200px !important;
    text-align: left !important;
}
.left-sidebar {
    float: left;
    min-height: 300px;
    width: 100%;
    margin-right: -150px;
    background-color: #fff;
    padding: 0 15px 20px 15px;
    border: 0 1px 1px 1px solid #e2ddd6;
    border-right: none;
    clear: both;
}

.search_main {
    border: none;
    text-align: center;
    background-color: transparent;
}
@media (orientation: landscape) {
	nav a {
		color: #6b6560;
		font-weight: bold;
		text-decoration: none;
		display: block;
		padding: .75em 0em;
	}
}

.asMessage {
	display: none;
}

/* --- Why Buy Highlight Cards --- */
.why-buy-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.why-buy-card {
    background: #faf8f5;
    border: 1px solid #e2ddd6;
    border-radius: 8px;
    padding: 24px 18px 20px;
    text-align: center;
}

.why-buy-card-icon {
    font-size: 1.6rem;
    color: #c5953a;
    margin-bottom: 12px;
}

.why-buy-card-rule {
    width: 28px;
    height: 1px;
    background: #c5953a;
    margin: 0 auto 12px;
    opacity: 0.5;
}

.why-buy-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1b2838;
    margin-bottom: 8px;
}

.why-buy-card-text {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    line-height: 1.55;
    color: #6b6560;
    margin: 0;
}

/* --- No rounded corners on banner in mobile --- */
.wrapper {
    border-radius: 0;
}

/* --- Show Filters Toggle (mobile only) --- */
.filterToggle {
    display: block !important;
}

/* --- Product Listing Card --- */
.product-listing-card {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    overflow: auto;
    margin-bottom: 25px;
}

.search_main .products {
    padding-top: 16px;
    padding-bottom: 16px;
}
