/* 
 * CSS File: product.css
 * Description: Transfer the in-page styles from product.php to a separate CSS file.
*/

/* Davidoff */
.seriesframe_324 {
    display: none;
}

.pick_cigar {
    background: url(../../../../library/images/tc/single_page/timeclub/bg_circlebtn.png) no-repeat center;
    background-size: cover;
    padding: 1px;
    border-radius: 2px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    white-space: nowrap;
}

.pick_cigar span {
    display: block;
    background: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #BA8C2A;
    line-height: 1;
    text-transform: none !important;
    padding: 10px;
    background: linear-gradient(rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
}

/* control tool bar sticky position */
.from_pos.tool_bar {
    top: 95px;
    z-index: 9;
}

.from_pos.tool_bar.pwabar_active{
    top: 150px;
}


/* hide page dropdown */	
.page_bar {
	display: none;
}

/* hide view agenda feature in mobile view */	
@media only screen and (max-width: 500px) {
	.product_card_filter .option_filter_box .mobile_icon_view_2col {
		display: none!important;
	}
}






