/* css_new/cigar.css */

@media print {
	.home_content .main .products  {
		width: 100%;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.home_content .search_main .products  {
		width: 848px;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		display: -webkit-flex
	}		
	
}	

.loaderIcon {
	position: fixed ;
	margin-left: auto;
	margin-right:auto;
	top: 250px;
	width: 200px ;
	height: 100%;
	z-index: 9999;
	/* background: url('/resources/alliance_imgs/InternetSlowdown_Day.gif') 50% 50% no-repeat rgb(249,249,249); */
}

.home_content .left-sidebar {
	float: left;
	min-height: 300px;
	width: 230px;
	margin-right: -150px;
	
	background-color: #fff;
    padding: 0 15px 20px 15px;
    border: 1px solid #eeeae5;
	border-radius: 4px;
    /* border-bottom: none;	 */
	border-right: none;
	clear: both;
}

.asMessage{
	font-size: 1.5rem;
	color: red;
	text-align:center;
	margin-top: 125px;
}

#brandCheckAll{
	background-color: #1b2838;
    color: white;
	margin: 0;
    padding: 5px;
    font-size: 14px;
    border-radius: 4px;
}


.home_content .main {
	float: left;
	border: 1px solid #eeeae5;
	border-radius: 4px;
	width: 100%;
	overflow: visible;
	text-align:center;
	background-color: #faf8f5;
	width: 100%;
}
.home_content .mainLeft {
	float: left;
	border: 1px solid #eeeae5;
	border-radius: 4px;
	min-height: 300px;
	width: 100%;
	overflow: auto;
}
div.main.shopping_cart { 
	float: left;
	border: 1px solid #eeeae5;
	border-radius: 4px;
	min-height: 300px;
	width: 100%;
	overflow: auto;
	text-align:left;
	padding: 10px;
}

.home_content .search_main {
	/* float: left; */
	border: none;
	min-height: 300px;

	width: auto;
	/* overflow: auto; */
	Text-align:center;
	margin-left: 230px;
	background-color: transparent;
}


@media only screen and (max-width: 30em) {  /* small */
	.main-section {
		background-color: #fff;
	}
	.home_content .search_main {
		min-height: 300px;
		/* max-height: 700px; */
	}
	.home_content .main .products {
		width: 100%;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;	
	}
	.home_content .search_main .products  {
		width: 150px;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		display: -webkit-flex
	}	
	.products .product {
			display: flex;
		flex-direction: row;
		align-items: center;
		box-sizing: border-box;
		display:inline-block;
		border: 1px solid #eeeae5;
	border-radius: 4px;
		height: 330px;
		width: 150px;
		padding:5px;
		margin: 0 2px 2px 2px;
		
		font-size: 12px;
		line-height:1.5;
		position: relative;
		background-color: #fff;
	}

	.cigar_text {
		font-size: .999em;
		font-weight: 400;
		/* margin: 0 2.875em; */
		text-align: center;
		color: #000;
		background: transparent;
		/*width: 852px; */
		margin: 0 auto;
	}	
	
	.descriptive {
		font-size: 1.2em;
	}
}

@media only screen and (min-width: 31em) and (max-width: 40em) { /* medium */
	.home_content .main .products {
		width: 100%;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;		
	}
	.home_content .search_main .products  {
		width: 580px;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		display: -webkit-flex
	}
	.products .product {
		display: flex;
		flex-direction: row;
		align-items: center;
		box-sizing: border-box;		
		border: 1px solid #eeeae5;
	border-radius: 4px;
		height: 330px;
		width: 150px;		
		padding:5px;
		margin: 0 2px 2px 2px;
		
		font-size: 12px;
		line-height:1.5;
		position: relative;
		background-color: #fff;		
	}
	.cigar_text {
		font-size: .938em;
		font-weight: 400;
		/* margin: 0 2.875em; */
		text-align: center;
		color: #000;
		background: transparent;
		/*width: 852px;*/
		margin: 0 auto;
	}
	.descriptive {
		font-size: .999em;
	}	
}	
/*@media only screen and (min-width: 40.01em) {*/ /* large */
@media all and (min-width: 40.01em) { /* large */


	.home_content .main .products  {
		width: 100%;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.home_content .search_main .products  {
		width: 848px;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		display: -webkit-flex
	}	
	.home_content .search_main{
		max-height: -webkit-fill-available;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.cigar_text {
		font-size: .938em;
		font-weight: 400;
		/* margin: 0 2.875em; */
		text-align: center;
		color: #000;
		background: transparent;
		/*width: 852px;*/
		margin: 0 auto;
	}
	.descriptive {
		font-size: .999em;
	}	
	
}

@media (min-width: 64.063em){
	.home_content .mainLeft {
		width: 1000px;
	}
	.home_content > .main {
		float: left;
		/*border: 1px solid #595959;*/
		border: 0 1px 1px 1px;
		border-color: #595959;
		width: 100%;
		overflow: auto;
		text-align: center;
		background-color: #fff;
		width: 100%;	
	}
	.cigar_text {
		font-size: .938em;
		font-weight: 400;
		/* margin: 0 2.875em; */
		text-align: center;
		color: #000;
		background: transparent;
		width: 852px;
		margin: 0 auto;
	}
	.descriptive {
		font-size: .999em;
	}	
}
	
	.product > div:nth-child(1) { margin-top: 5px; }
	.product > div:nth-child(2) { margin-top: auto;}
	
	.home_content .main .products .product {

		display: flex;
		flex-direction: column;
		box-sizing: border-box;	
		max-width:100%;
		box-sizing:border-box;
		border: 1px solid #eeeae5;
	border-radius: 4px;
		min-height: 330px;
		width: 150px;
		padding:5px;
		margin: 0 2px 2px 2px;
		height: auto;
		font-size: 12px;
		line-height:1.5;
		position: relative;
		background-color: #fff;
	}	
	
	.home_content .search_main .products .product {

		display: flex;
		flex-direction: column;
		box-sizing: border-box;	
		max-width:100%;	
		border: 1px solid #eeeae5;
	border-radius: 4px;
		min-height: 330px;
		width: 150px;
		padding:5px;
		margin: 0 2px 2px 2px;
		
		font-size: 12px;
		line-height:1.5;
		position: relative;
		background-color: #fff;
		overflow:hidden;

	}		

.products .product .product_upper {
	top: 4px;
	margin-top: 5px;
	width:95%;
}
.nameDesc {
	
}
.descriptive {
	text-align: center;
	display:inline;
}
.home_content .main .products .product .title,
.home_content .search_main .products .product .title {
	color: #ec0000;
	line-height: 1.4;
	display:inline;
}

.home_content .main .product .desc{
	margin-top: 0;
	clear: both;
    margin-right: auto;
    margin-left: auto;
}
.home_content .main .product  .photo {
	width:130px; 
	height:120px;
	text-align:center;  
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}
.home_content .main .product  .photo img{
	width:auto;
	height:130px;	
}

#preview{
	position:absolute;
	background:#333;
	padding:2px;
	display:none;

}
.preview {
	color:blue;
	text-decoration:underline;
    height: auto; 
    width: auto; 
    max-width: 100px; 
    max-height: 100px;
}
.moreLessControl {
    text-decoration:underline;
    color:Blue;
    cursor:pointer;
}

.popover {
	background:none repeat scroll 0 0 #FFFFFF;
	display:none;
	position:absolute;
	z-index:30001;
}

.moreinfopopover, .freeshippingpopover, .freeitemspopover, .instockmesspopover {
	border:1px solid #0043CF;
	padding:0.5em;
	text-align:left;
	width:300px;
}



/*
.cigar_text {
	font-family:ariel; 
	font-size:16px; 
	font-weight:normal; 
	margin: 0 10px 5px 10px;
}
*/
.moredetail {
	clear: both;
}

.addtocart.qtyinput {
    width: 5px;
	height:inherit;
    margin-left: 3px;
    margin-right: 3px;
}

.addtocart {
	float:left; 
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.addtocart form {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
}
.addtocartDiv{
	display: inline-flex;
	align-items: stretch;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #1b2838;
}
.addtocartDiv div {
	float: none;
}
.addtocartDiv .qtyselect {
	width: 50px;
	height: 28px;
	margin: 0;
	padding: 0 2px;
	border: none;
	border-right: 1px solid #1b2838;
	border-radius: 0;
	font-size: 12px;
	font-family: 'Outfit', sans-serif;
	background-color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	text-align: center;
	text-align-last: center;
}
.addtocartDiv input[type=text]{
	width: 30px;
	margin: 0;
	padding: 0;
	height: 28px;
	border: none;
	border-right: 1px solid #1b2838;
	border-radius: 0;
}
.add_to_cart {
    background-color: #1b2838;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    height: 28px;
    outline: none;
    text-align: center;
    text-decoration: none;
    width: 44px;
    border: 0;
    border-radius: 0;
    transition: background-color 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.add_to_cart:hover {
    background-color: #c5953a;
}
.addtocartMsg{
	clear: both;
	margin-top: 6px;
}

.availgreen {
    background: none;
    padding: 3px;
}
.availgreen .addtocartMsg {
    color: #2a9d2a;
    font-weight: 600;
}
.availyellow {
    background: none;
    padding: 3px;
}

.availred {
    background: none;
    padding: 3px;
}

.product-price {
    font-size: 1.1em;
    font-weight: 700;
}

.product-price-struck {
    text-decoration: line-through;
}

.product-price-muted {
    font-weight: 400;
    color: #6b6560;
}
.availred .addtocartMsg {
    color: #e85d4a;
    font-weight: 600;
}
.special2 {
	padding: 5px;
}

div[id^="special_"] {
	padding: 10px;;
}

.specialNotes {
	clear:both;
}

.product .align_bottom {
	bottom: 4px;
	vertical-align: bottom;
	margin-top:0;
}
.popover {
	background:none repeat scroll 0 0 #FFFFFF;
	display:none;
	position:absolute;
	z-index:30001;
}

.moreinfopopover, .freeshippingpopover, .freeitemspopover, .instockmesspopover {
	border:1px solid #0043CF;
	padding:0.5em;
	text-align:left;
	width:300px;
}
.infotable {
    -moz-box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 2px;
    display: table;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 0;
	z-index: 1000;
}
.fiveThreeOne {
	float:left; 
	margin-left:5px;
	width: 40px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
/*
.cigar_text {
    font-size: .938em;
    font-weight: 400;

    text-align: center;
    color: #000;
    background: #FFF;
}
*/
.resetButton {
    font-size: 20px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #dc0000;
}
.resetButton:hover {
    background-color: rgba(255,0,0,.52);
}

.resetButton:hover {
    background-color: rgba(255,0,0,.52)
}
.brandAccordion {
    background-color: #1b2838;
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.brandAccordion:hover,.brandAccordion:focus {
    background-color: #1b2838;
    color: white;
}
#accDrop1 {
    max-height: 500px;
    overflow-y: scroll;
}
.brandApply {
    position: sticky;
    top: 0;
    width: 160px;
    background-color: #f0f0f0;
    margin-bottom: 5px;
    padding: 8px 6px;
    text-align: center;
}
#brandCheckAll {
    background-color: #1b2838;
    color: white;
    margin: 0;
    padding: 5px;
    font-size: 14px;
}

#applyBrands {
    background-color: #1b2838;
    color: white;
    margin: 0;
    padding: 5px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    font-family: 'Outfit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: background-color 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

#applyBrands:hover {
    background-color: #c5953a;
}

.panelContents {
    padding-left: 10px;
}

.home_content {
	min-height: 0;
}


.products {
	margin-left: auto;
	margin-right: auto;
    width: 100%;
	max-width: 800px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-flex;
}

@media all and (min-width: 64.063em) {
	
    .home_content {
        /*clear: both;*/
        /*background-color: #fff;*/
        /*width: 100%;*/
        margin-top: 125px;
        /*min-height: 1000px;*/
    }

	
}
/*  from search */

.slider {
    clear: both;
    background-color: inherit;
    height: inherit;
}
#specials {
    width: 2.5em;
}
.ui-slider-horizontal {
    margin-top: 1em;
}
.panelContents {
    padding-left: 10px;
}

#accDrop5 {
    max-height: 300px;
    overflow-y: scroll;
}
.panel {
    padding: 0;
    display: none;
    background-color: white;
    overflow: hidden;
}

#specials {
    width: 2.5em;
	position: absolute;
}

.slider {
	clear:both;
	background-color: inherit;
	height: inherit;
}

.slider .left {
	float: left;
}
.slider .right {
	float: right;
}

.slider input {
	height: 2em;
    font-size: 12px;
	width: 3.7em;	
    margin: 0 0 1rem 0;
    padding: 0.4rem;
}
.ui-slider-horizontal {
	margin-top: 1em;
}

 .slider-val{
	 display: none;
 }
 
 #specials {
	 width: 2.5em;	
 }
.products .product {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 100%;
    border: 1px solid #eeeae5;
	border-radius: 4px;
    min-height: 330px;
    width: 150px;
    padding: 5px;
    margin: 2px 2px 2px 2px;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    background-color: #fff;
    overflow: visible;
}

.product2 {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 100%;
    border: 2px solid #f50e0a;
    min-height: 330px;
    width: 150px;
    padding: 5px;
    margin: 2px 2px 2px 2px;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    background-color: #ecf238;
    overflow: visible;
}

.popspecial{
	border: 1px solid black !important;
}