
.hidden {
	display: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.nobdr {
	border:none;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.red {
	color: #be161d;
}

.bold {
	font-weight: 700;
}

.bolder {
	font-weight: 900;
}

.underline {
	text-decoration: underline !important;
}

.blue-button, .detail-coupon-content .blue-button {
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 12px 35px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #eb212e;
}
.blue-button:visited , .blue-button:link{
	color:white;
}

/*  */

.wrap {
	width:970px;
	margin:0 auto;
	padding:25px 0 25px 0;
	overflow:hidden;
}

.crumbtrail{
	padding:0 0 15px 0;
	overflow:hidden;
	background:url(/assets/images/new/separetor01.png) repeat-x bottom left;
}

.crumbtrail ul li{
	font-size:13px;
	color:#53585d;
	float:left;
	display:inline;
	padding:0 5px 0 10px;
	background:url(/assets/images/new/bullet04.png) no-repeat 0 6px;
}

.crumbtrail ul li a{
	color:#53585d;
	display:block;
	padding:0 0 0 0;
	text-decoration:none;
}

.crumbtrail ul li a:hover{
	color:#bb0d00;
	text-decoration:none;
}

.crumbtrail ul li:first-child{
	background:none;
	padding-left:0;
}

/* for department page */
.department-hero {
	height: 293px;
	margin-top: 9px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
}

.department-hero h1 {
	display: inline;
	color: #d41d0f;
	font-family: 'Lato', sans-serif;
	font-size: 54px;
	font-weight: 900;
	text-transform: uppercase;
}

.department-hero .title {
	padding: 70px 0 18px 0;
	font-size: 54px;
	font-weight: 900;
	line-height: 54px
}

.department-hero .subtitle {
	padding-bottom: 30px;
	font-size: 13px;
	font-weight: 700;
}

.department-content-category {
	float: left;
	width: 300px;
	margin-left: 35px;
}

.department-content-category h3 {
	margin: 45px 0 20px 0;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 900;
}

.department-content-category a {
	display: inline-block;
	width: 300px;
	height: 186px;
	background-repeat: no-repeat;
	background-position: left top;
}

.department-content-category a div.link-blue-tint {
	display: inline-block;
	width: 300px;
	height: 186px;
	background-image: none;
}

.department-content-category a:hover div.link-blue-tint {
	background: url(/assets/images/new/bt_blue_tint.png) left top no-repeat;
	background: url(/assets/images/new/new_hover.png) center center no-repeat;
}

.department-popular-items {
	height: 190px;
	margin-top: 50px;
	padding-left: 190px;
	background: url(/assets/images/PopularItems_Large.png) left top no-repeat;
}

.department-popular-items .item {
	float: left;
	width: 186px;
	margin: 32px 35px 0 35px;
	color: #bb0d00;
	font-size: 15px;
}

.department-popular-items .last-item {
	/*margin-right: 0px;*/
}

.department-popular-items .item-separator {
	float: left;
	width: 1px;
	height: 170px;
	margin-top: 30px;
	background-color: #e6e6e6;
}

.department-popular-items .item a.product-name {
	display: block;
	margin: 7px 0;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	text-decoration: none;
}

.department-popular-items .item div.price {
	margin-bottom: 4px;
	font-size: 27px;
	font-weight: 700;
}

.department-popular-items .item div.price sup {
	font-size: 15px;
	vertical-align: super;
}

/* for category page */

.categorycontent{
	padding:30px 0 60px 0;
	overflow:hidden;
}
.categoryleft{
	width:210px;
	float:left;
	padding:7px 0 0 8px;
}
.filterbox{
	padding:0 0 0 0;
	overflow:hidden;
	-moz-box-shadow: 0 0 5px 5px #dcdcdc;
	-webkit-box-shadow: 0 0 5px 5px #dcdcdc;
	box-shadow: 0 0 5px 5px #dcdcdc;
}
.filtertitle{
	height:82px;
	padding:0 0 0 0;
	background:url(/assets/images/new/red-ribon.png) no-repeat 0 0;
	text-align:center;
	color:#fff;
}
.filtertitle h4{
	font-size:20px;
	line-height:20px;
	font-weight:700;
	color:#fff;
	margin:0;
	padding:25px 0 0 0;
	text-align:center;
	text-transform:uppercase;
}
.filterselectedbox{
	padding:20px 15px 20px 20px;
	background:#f1f1f1;
	overflow:hidden;
}
.filterselectedbox h4{
	padding:0 0 10px 0;
	margin:0;
	font-size:18px;
	font-weight:400;
	color:#000;
}
.filterlist{
	padding:2px 0 2px 0;
	overflow:hidden;
}
.filterlist label{
	float:left;
	display:block;
	padding:0 0 0 0;
	margin:0;
}
.filterlist span{
	float:left;
	display:block;
	font-size:14px;
	color:#bb0d00;
	padding:3px 0 0 5px;
	margin:0;
}
.filterinfo{
	padding:0 20px 0 20px;
	overflow:hidden;
	background:url(/assets/images/new/separetor03.png) repeat-x top left;
}
.filtercategorybox{
	padding:20px 0 20px 0;
	overflow:hidden;
	border-top:1px solid #cacaca;
}
.filtercategorybox h4{
	padding:0 0 5px 0;
	margin:0;
	font-size:18px;
	line-height:18px;
	color:#000;
}
.filteritemlist{
	padding:5px 0 5px 0;
	overflow:hidden;
}
.checklist{
	float:left;
	width:25px;
	padding:3px 0 0 0;
	overflow:hidden;
}
.checklistright{
	width:135px;
	float:right;
	padding:5px 0 1px 0;
	overflow:hidden;
}
.filteritemlist label{
	display:block;
	padding:0 0 0 0;
	margin:0;
}
.filteritemlist span{
	display:block;
	font-size:16px;
	color:#bb0d00;
	padding:0 0 0 0;
	margin:0;
}
.filtercategorybox p{
	font-size:14px;
	font-weight:700;
	padding:10px 0 0 0;
	margin:0;
}
.categoryright{
	width:725px;
	float:right;
	padding:0 0 0 0;
	overflow:hidden;
}
.categorydesc{
	padding:0 0 10px 0;
	overflow:hidden;
}
.categorydesc h1{
	font-weight:900;
	font-size:32px;
	line-height:32px;
	text-transform:uppercase;
	color:#d94336;
	padding:0 0 15px 0;
	margin:0;
}
.categorydesc p{
	font-size:12px;
	padding:0 0 10px 0;
	color:#000;
	margin:0;
}
.categorydesc p.description {
	height: 37px;
	overflow: hidden;
}
.categorydesc div.description {
	height: 37px;
	overflow: hidden;
}
a.category_description_view_more {
	display: inline-block;
	margin-bottom: 10px;
}

.sortingarea{
	padding:20px 0 0 0;
	overflow:hidden;
	background:url(/assets/images/new/separetor02.png) repeat-x top left;
}
.sortingbox{
	padding:0 0 20px 0;
	overflow:hidden;
	background:url(/assets/images/new/separetor02.png) repeat-x bottom left;
}
.shortby{
	width:215px;
	float:left;
	padding:0 0 0 0;
	overflow:hidden;
}
.perpage{
	width:195px;
}
.shortby span{
	font-size:18px;
	font-weight:700;
	float:left;
	display:block;
	padding:2px 5px 0 0;
	margin:0;
}
.shortby select{
	width:120px;
	float:left;
	height:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #a6a6a6;
	padding:3px 0 3px 0;
	margin:0;
	font-size:12px;
}
.shortby select.page{
	width:50px;
}
.pagination{
	float:right;
	margin: 0;
	padding:0 0 0 0;
}
.pagination ul{
	float:right;
	margin: 2px 0 0 0;
	padding:0;
}
.pagination ul li{
	float:left;
	display:inline;
	padding:0 5px 0 5px;
	margin:0;
	font-size:18px;
	font-weight:700;
	color:#000000;
}
.pagination ul li a{
	color:#000000;
	text-decoration:none;
	padding:0;
	margin:0;
}
.pagination ul li a:hover{
	color:#bb0d00;
	text-decoration:none;
}
.pagination ul li.current{
	color:#bb0d00;
	text-decoration:none;
}
.singleproductlist{
	padding:30px 0 30px 0;
	overflow:hidden;
	border-top:2px solid #cfcfcf;
}
.singleproductlistthumb{
	width:185px;
	float:left;
	padding:0 0 0 0;
	overflow:hidden;
}
.singleproductlistthumblisting{
	width:325px;
	float:left;
	padding:0 0 0 0;
	overflow:hidden;
}
.categoryproductdetails{
	width:235px;
	float:left;
	overflow:hidden;
	padding:0 0 0 30px;
}
.categoryproductdetails h3{
	font-size:24px;
	font-weight: 700;
	line-height:24px;
	padding:0 0 10px 0;
	margin:0;
	color:#302e2f;
	font-family: 'Lato', sans-serif;
}
.categoryproductdetails h3 a.product-name {
	color:#302e2f;
}
.categoryproductdetails p{
	font-size:12px;
	padding:0 0 15px 0;
	margin:0;
}
.categoryproductdetails p.learnmore{
	padding:0;
}
.categoryproductprice {
	width: 165px;
	/*margin-right: 25px;*/
	padding: 0 5px 0 0;
	overflow: hidden;
	background: url(/assets/images/new/per-week.png) no-repeat right 0px top 35px;
}
.categoryproductprice h3 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #bb0d00;
	font-family: 'Lato', sans-serif;
	font-size: 57px;
	font-weight: 700;
	line-height: 57px;
}
.categoryproductprice span {
	position: relative;
	top: -8px;
	margin: 0;
	padding: 0;
	font-size: 33px;
	vertical-align: top;
}
.categoryproductprice span.cents {
	top: -10px;
	left: 3px;
}
.categoryproductprice p{
	font-size:13px;
	text-transform:uppercase;
	color:#d94336;
	padding:0 0 5px 0;
	margin:0;
	background:url(/assets/images/new/tag-icon.png) no-repeat 45px 0;
}
.categoryproductprice p a{
	color:#d94336;
	padding:0 0 0 30px;
	margin:0;
	text-decoration:underline;
}
.categoryproductprice p a:hover{
	color:#d94336;
	text-decoration:none;
}
.backtoparea{
	padding:0 0 0 215px;
	overflow:hidden;
}
.backlink{
	float:left;
	padding:0 0 0 0;
}

/* for product page */

.product-content {
	width: 694px;
	padding: 10px 0 15px 0;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

.product-gallery {
	width: 410px;
	margin-right: 24px;
}

.product-gallery img {
	max-width: 100%;
}

.product-gallery .product_thumbnails {
	clear: both;
}

.product-gallery .product_thumbnails img {
	float: left;
	width: 65px;
	height: 50px;
	margin: 0 0 15px 20px;
}

.product-header {
	width: 260px;
	font-size: 18px;
}

.product-header h1 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}
/*
.product-header a {
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 12px 35px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #eb212e;
}
*/
.product-header a.social {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	background-color: #ffffff;
}

.product-brand-logo {
	max-width: 150px;
	max-height: 50px;
}

.product-price:not(.not){
	width: 165px;
	margin-right: 25px;
	padding: 0 5px 0 0;
	overflow: hidden;
	background: url(/assets/images/new/per-week.png) no-repeat right 12px top 44px;
}

.product-price:not(.not) h3, span.product-price-for-schema {
	margin: 0;
	padding: 0 0 15px 0;
	color: #bb0d00;
	font-family: 'Lato', sans-serif;
	font-size: 66px;
	font-weight: 700;
	line-height: 66px;
}

.product-price:not(.not) span {
	position: relative;
	top: -8px;
	margin: 0;
	padding: 0;
	font-size: 39px;
	vertical-align: top;
}

.product-price:not(.not) span.cents {
	top: -10px;
	left: 3px;
}

.product-content ul {
	list-style-type: disc;
	list-style-position: inside;
}

.product-related-items {
	height: 145px;
	margin-top: 15px;
	padding-left: 135px;
	background: url(/assets/images/PopularItems_Small.png) left top no-repeat;
}

.product-related-items .item {
	float: left;
	width: 165px;
	margin: 15px 10px 0 10px;
	color: #bb0d00;
	font-size: 15px;
}

.product-related-items .item-separator {
	float: left;
	width: 1px;
	height: 170px;
	margin-top: 30px;
	background-color: #e6e6e6;
}


.product-related-items .item img {
	max-width: 165px;
}

.product-related-items .item a.product-name {
	display: block;
	margin: 7px 0;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	text-decoration: none;
}

.product-related-items-top {
	height: 19px;
	background: url(/assets/images/PopularItems_Small_Top.png) left top no-repeat;
}

.product-related-items-bottom {
	height: 26px;
	background: url(/assets/images/PopularItems_Small_Bottom.png) left top no-repeat;
}

.product-related-items-content {
	/*height: 145px;*/
	/*margin-top: 15px;*/
	padding-left: 135px;
	background: url(/assets/images/PopularItems_Small_Middle2.png) left center no-repeat;
}

.product-related-items-content .box-title {
	display: none;
	float: left;
	width: 135px;
	padding: 5% 0 5% 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}

.product-related-items-content .item {
	float: left;
	width: 165px;
	margin: 5px 10px 5px 10px;
	color: #bb0d00;
	font-size: 15px;
}

.product-related-items-content .item img {
	max-width: 165px;
}

.product-related-items-content .item a.product-name {
	display: block;
	margin: 7px 0;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	text-decoration: none;
}

.product-sidebar {
	width: 216px;
	margin: 0 0 0 60px;
	padding: 0 0 15px 0;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

.product-sidebar .store-details {
	width: 216px;
	height: 116px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	background: url(/assets/images/new/sidebar_top_bg.png) no-repeat left 10px;
}

.product-sidebar .store-details img {
	margin: 0 3px 0 3px;
}

.product-sidebar .store-details .store-text-no-photo {
	width: 216px;
}

.product-sidebar .store-details .store-text-with-photo {
	width: 124px;
}

.product-sidebar .store-details .store-manager {
	padding: 17px 0 10px 0;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.product-sidebar .form-body {
	width: 216px;
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #ebebeb;
	border-top-width: 0px;
}

.product-sidebar .form-body .form-title {
	padding: 15px 0 10px 0;
	color: #bb0d00;
	font-size: 28px;
	font-weight: 900;
	line-height: 28px;
}

.product-sidebar .form-body .form-subtitle {
	padding: 0px 0 15px 0;
	color: #bb0d00;
	font-size: 19px;
	font-weight: 900;
	line-height: 19px;
}

.product-sidebar .form-body input, .product-sidebar .form-body textarea {
	width: 170px;
	margin-top: 7px;
	padding: 7px 12px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	border: 1px solid #efefef;
	background-color: #efefef;
}

.product-sidebar .form-body input[type=submit] {
	margin-top: 15px;
	padding: 12px 12px;
	color: #ffffff;
	text-transform: uppercase;
	border: 1px solid #eb212e;
	background-color: #eb212e;
}

.blue_btn{
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 12px 35px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #eb212e;
}

/* Thank You page */

h1.thank-you-title {
	color: #bb0d00;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
}

p.thank-you-red-text {
	color: #bb0d00;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
}

p.thank-you-gray-text {
	color: #a1a1a1;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

p.thank-you-data {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
}

p.thank-you-data span {
	font-size: 15px;
	font-weight: normal;
}

.thank-you-coupon {
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 900;
}

a.thank-you-link{
	display: block;
	width: 210px;
	margin: 20px auto 0 auto;
	color: #fff;
	line-height: 35px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	background-color: #00A3FF;
}

/* Modal Popup */

#modal-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index: 9999;
}

#modal-container {
	position:absolute;
	/*background:url(tint20.png) 0 0 repeat;*/
	background:rgba(0,0,0,0.2);
	z-index: 10000;
}

#modal-content {
	background:#fff;
}

#modal-close {
	position:absolute;
	background:url(/assets/images/new/bt_modal_close.png) 0 0 no-repeat;
	width:32px;
	height:33px;
	display:block;
	text-indent:-9999px;
	top:-14px;
	right:-14px;
}

#myModal .modal-header {
	width: 490px;
	/*height: 125px;*/
	/*padding: 0 30px 0 100px;*/
	/*color: #ffffff;*/
	/*font-family: 'Lato', sans-serif;*/
	/*font-size: 22px;*/
	/*font-weight: 700;*/
	/*line-height: 30px;*/
	/*background: url(/assets/images/new/bg_modal_header.png) left top no-repeat;*/
}

#myModal .modal-body {
	/*min-height: 210px;*/
	/*margin-top: 20px;*/
	/*padding-bottom: 20px;*/
	/*font-family: 'Lato', sans-serif;*/
	/*font-size: 15px;*/
}

#myModal .modal-body input {
	margin-bottom: 20px;
	padding: 15px 55px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	border: 1px solid #a0a0a0;
	background-color: #efefef;
}

#myModal .modal-body p.note {
	margin: 0 0 20px 0;
}

#myModal .modal-body p.note {
	font-size: 11px;
}

.store-line {
	line-height: 20px;
}

.store-line-top-margin {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #a0a0a0;
}

.detail-coupon-header {
	width: 100%;
	height: 116px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	background: url(/assets/images/new/sidebar_top_bg_full.png) repeat-x left 10px;
}
.detail-coupon-content{
	width:100%;
	height: 160px;
	 border: 1px solid #ebebeb;
	 padding-10px;
}
.detail-coupon-content input  , .detail-coupon-content textarea {
    width: 140px;
    margin-top: 7px;
    padding: 7px 12px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    border: 1px solid #efefef;
    background-color: #efefef;
}
#product-footer {

	background: url(/assets/images/new/separetor01.png) repeat-x bottom left;
	width:100%;
	height:15px;
}
.hidebrand, .hidecategory {
	display:none;
}
.under_slider ul li  {
	margin-right:10px;
}

.footer-print-copyright {
	font-family: Lato, sans-serif;
	font-size: 12px;
}

@media print {
	h1, h3, h3 span, p.red {
	    color: #be161d !important;
	}

	.product-content {
		width: 970px;
	}

	.product-header {
    	width: 535px;
   	}

	.product-price {
	    background: url(/assets/images/new/per-week.png) no-repeat right 12px top 44px !important;
	}
}

.product-content  strong {font-weight:bold}