/* Start of product tiles */
.prdtlewgt-headline {
	min-height: 125px;
}

.prdtlewgt-rating .dmicon {
	float:left;
	margin-left:1px;
}

.prdtlewgt-reviews a {
	margin-left: 10px;
	margin-top: 0px;
	display: inline-block;
}

.prodtilewgt {
	border:1px solid #ded9c9;
 	/*background: #000;*/
    padding: 13px;
    width: 236px;
    overflow: hidden;
    -webkit-transform:translateZ(0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* the slides */
.slick-slide {
    margin-left: 12px;
    outline: 0;
}

.slick-slide:first-child {
	margin-left:0;
}

.slick-slide a {
	outline: 0;
}

/* the parent */
.slick-list {
    /*margin: 0 -5px;*/
}

.tab-pane .carousel-container {
	position: relative;
	overflow: hidden;
}

.tab-pane .carousel-container > p {
	margin-bottom: 20px;
}
.tab-pane .carousel-container > p,
.tab-pane .carousel-container > .h3 {

	width: 790px;
}

.carousel-container .h3 {
	font-family:'Futura Md BT', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
}

.carousel-container > .btn-default {
	margin-top: 30px; 
	float: right;
}

.carousel-container .js-carousel {
	display: none;
}

.carousel-container .js-carousel.slick-initialized {
	display: block;
}

.js-carousel .slick-disabled {
	display: none!important;
}

.carousel-pagination {
	position: absolute;
	padding-left:30px;
	padding-right:30px;
	top:0;
	right:0;
}

.carousel-pagination .slick-arrow {
	position: absolute;
	top: 0;
}

.carousel-pagination .slick-prev {
	left:0;
}

.carousel-pagination .slick-next {
	right:0;
}

.prodtilewgt h3 {
    color: #010101;
    font-family: "Futura Bk BT",Helvetica,Arial,sans-serif;
    font-size: 16px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.prodtilewgt h3 strong {
	font-family: 'Futura Md BT',Helvetica,Arial,sans-serif;
}

.prodtilewgt h3 a,
.prodtilewgt h3 a:hover {
	color: inherit;
	display: block;
}

.prdtlewgt-price-xl {
	width: 93px;
}
.prdtlewgt-price-xl strong {
	font-size: 20px	
}

.prodtilewgt .promo-message {
    color: #a00028;
    font-size: 12px;
    height: 30px;
    line-height: 14px;
    margin: 10px 0 0 !important;
    overflow: hidden;
    padding-right: 0;
}

.prdtlewgt-price-xl {
	font-size: 14px;
	margin-bottom: 7px;
	margin-top: 4px;
	color: #a00028;
}

.prdtlewgt-price-lg strong {
	font-size: 18px;
}

.prdtlewgt-price-lg {
	font-size: 14px;
	line-height: 16px;
}

.prdtlewgt-price-md strong {
	font-size: 14px;
}

.prdtlewgt-price-md {
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
}


.prdtlewgt-price-xl strong,
.prdtlewgt-price-lg strong,
.prdtlewgt-price-md strong {
	display: block;
}

.prdtlewgt-minor-msg {
	text-align: center;
	color: #a0a0a0;
	font-size: 11px;
	margin-top: 5px;
}


.prdtlewgt-promo {
	font-size: 12px;
	color: #6e1c47;
	margin:10px 0 0 0;
}

.prdtlewgt-details {
	position: relative;
	/*margin: 0 0 30px 0;*/
	min-height: 210px;
}

.prdtlewgt-img {
	float: left;
	margin-left: -7px;
}

.prdtlewgt-cost-del {
	float: right;
	/*width: 80px;*/
	width: 80px; /* To allow space for landscape product imagery */
}

.prdtlewgt-badge {
	position: absolute;
}

.prdtlewgt-badge img {
	display: block;
	margin-bottom: 5px;
	margin-left: 3px;
}

.prdtlewgt-atc {
	position: relative;
	height: 40px;
	display: block;
}

/*
Commented as a part of "SRS 8309324: Misaligned product tiles on Mobile".
.added-alert-wrapper {
	line-height: 40px;
}
*/
.prodtilewgt .prdtlewgt-added {
	line-height: 40px;
	z-index: 0;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	text-align: center;
}

.prdtlewgt-promo-price {
	text-transform: uppercase;
	font-size: 11px;
	color: #a00028;
	line-height: 14px;
	width: 93px;
}

.prdtlewgt-case-price {
	font-size: 11px;
}

.prdtlewgt-status {
	list-style: none;
	margin-top: 5px;
	margin-right: -5px;
}

.prdtlewgt-status li:first-child {
	margin-left: 0;
}

.prdtlewgt-status li {
	float: left;
	margin-left: 8px;
}

/* End of product tiles */


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/* Start of buttons */

.btn-default {
	display: inline-block;
	z-index: 1;
	position: relative;
	padding:0 20px;
}

.btn-default:active,
.btn-default:hover,
.btn-default:visited {
	text-decoration: none;
}

.btn-purple {
	background: #6e1c47;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	width: 100%;
	box-sizing:border-box;
}

.btn-green {
	background: #2d3715;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}

.btn-green:hover {
	color: #fff;
	background:#242b13;
}

.btn-purple:hover {
	color:#fff;
	background: #4c1431;
}

.btn-icon {
	position: relative;
	display: inline-block;
}

.btn-icon.left-icon {
	padding-left:30px;
}

.btn-icon.left-icon .dmicon:first-child {
	position: absolute;
	left: 0;
	right: auto;
	top: 50%;
	margin-top: -11px;
}

.btn-icon.right-icon {
	padding-right:16px;
}

.btn-icon.right-icon .dmicon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
/* End of buttons */

/* Start of Tooltips */
.prodtile-tooltip-content {
	display: none;
}

.prodtile-tooltip-content .status-time {
	color:#507814;
	display: block;
}
/* End of Tooltips */

.car-hdr-info {
	float: left;
	width: 770px;
}

.car-hdr-info .h3:empty,
.car-hdr-info p:empty {
	display: none;
}

.car-hdr-info p {
	margin-bottom: 16px;
}

.slider-nav-container {
	float: right;
}

.carousel-type-1 .slider-nav-container .slick-dots {
	margin-bottom: 24px;
}

/* Start of carousel */
.js-accordion-content .js-carousel {
	/*height: 600px;*/
	/*overflow-y: hidden;*/
}

.carousel-type-1 .slider-nav {
    padding-left: 16px;
    padding-right: 26px;
    position: relative;
}

.slider-nav .slick-arrow {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	/*top: 50%;*/
	margin-top:8px;
	cursor: pointer;
}

.slick-arrow .dmicon {
	font-size: 18px;
	color: #b0b626;
}

.slider-nav .slick-prev {
	left:0;
}

.slider-nav .slick-next {
	right:0;
}

/* 
.slick-list has the overflow hidden by default
Turn this off to see issue
*/
.slick-slider {
  /*overflow: hidden;*/
  /*height: 426px;*/
}

.slick-dots li {
	margin: 0;
}

.slick-dots li button {
	border-radius: 0%;
    border: 0;
    padding: 0;
    height: auto;
    width: auto;
    padding:10px;
    margin: 0;
    text-indent: 0px;
    border: 0;
    background: none;
    font-size: 12px;
}

.slick-dots li button:hover {
	/*text-decoration: underline;*/
}
.slick-dots li.slick-active button {
	/*text-decoration: underline;*/
	background: none;
	font-weight: bold;
}

.slick-track {
	overflow: hidden;
}

/* Carousel Promo Tile */
.carousel-promo-tile {
	width:482px;
	height:424px;
	border:1px solid #ded9c9;
}

.promo-theme-1 {
	display: block;
	position: relative;
	height: 364px;
	padding:30px;
	background: url('../../../media/images/dm/layout/promo-tile-bg.jpg') 0 0 repeat;
}

.promo-theme-1 h4 {
	font-family: 'Futura Md BT',Helvetica,Arial,sans-serif;
	font-size: 26px;
}

.promo-theme-1 p {
	font-family: "Futura Bk BT",Helvetica,Arial,sans-serif;
	font-size: 20px;
	line-height: 26px;
}

.promo-theme-1 .btn-default {
	position: absolute;
	bottom: 36px;
	left: 30px;
	width: auto;
	padding:0 60px;
}

.promo-additional-empty {
	width:0;
	margin-left:0;
}

/* carousel-type-1 */
.carousel-type-1 .slick-track {
	height: 426px;
}

/* carousel-type-2 */
.carousel-type-2 .slider-nav {
    padding-left: 16px;
    padding-right: 26px;
    position: relative;
}

.carousel-type-2 .slider-nav-container .slick-dots {
	margin-top: -8px;
	margin-bottom: 5px;
}

.carousel-type-2 .slick-slide {
	margin-left:23px;
}

.carousel-type-2 .carousel-header {
	border-bottom:1px dotted #a8a799;
	margin-bottom: 20px;
}

.carousel-type-2 .h3 {
	font-size: 20px;
}

.rr-tile {
	display: block;
	width: 144px;
	text-align: center;
	font-size: 13px;
	position: relative;
}

.rr-tile hr {
	display: block;
	border:0;
	border-top: 1px solid #000;
	margin:5px 0;
}

.rr-tile img {
	/*  width:140px;
	 height:175px; */
	 width:128px;
	 height:160px;
}

img.rr-badge {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 38px;
	height: 38px;
}

.rr-cost-amount {
	margin-top: 20px;
	font-size: 28px;
	font-weight: bold;
}

.rr-cost-amount span {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.rr-cost-each {
	font-weight: bold;
	text-transform: uppercase;
}

.rr-prod-name {
	line-height: 16px;
	/* height: 50px; */
	height: 45px;
	overflow: hidden;
	margin-top: 7px;
}

.rr-rating-container {
	margin-top: 3px;
	/* height: 30px; */
	height: 15px;
}

.rr-rating {
}

.rr-prod-name a {
	color: #000;
	display: block;
}

.rr-add-prod a {
    color: #af2454;
    font-weight: bold;
}

.rr-prod-added a {
	color: #507814;
}

.rr-set-qty {
	color: #A0A0A0;
    font-size: 11px;
}

/* Start of Link Icon List */

.link-icon-list {
	padding:0;
	margin:0;
	list-style: none;
}

.link-icon-list a {
	border-bottom:1px solid #a39161;
	display: block;
	font-family: 'Futura Md BT',Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: inherit;
	padding:16px 10px 13px 10px;
	position: relative;
}

.link-icon-list a:hover {
	text-decoration: none;
	border-bottom:1px solid #000;
}

.link-icon-list .dmicon-chevronnext.dmicon--xs {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 10px;
	font-size: 14px;
}

/* Minimal bootstrap for grid of list */
.row:before,
.row:after {
	display: table;
    content: " ";
}

.row:after {
	clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-4,
.col-xs-6 {   
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-4,
.col-xs-6 {
	float: left;
}

.col-xs-6 {
    width: 50%;
}
.col-xs-4 {
    width: 33.33333333%;
}

.link-icon-list * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* End of Link Icon List */

/* Start of department links */

.btnlist-group {
    list-style: none;
    padding: 0; }
    .btnlist-group > span > li, .btnlist-group > li {
      position: relative; }

      .btnlist-group > span > li .dmicon, .btnlist-group > li .dmicon-chevronnext {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 10px; }

        .btnlist-group--top-brdr {
          border-top:1px solid #d0d2ce;
        }


/* btn list: 2 columns */

.btnlist-group-2-column-container.not('.btnlist-group-2-column-container.accordion-content') {
    margin-top:20px;
}

.btnlist-group-2-column-container .btnlist-group {
    margin-bottom:0;
}

    /*.btnlist-group-2-column-container .btnlist-group-2-column:first-of-type {
        padding-right:5px;
    }

    .btnlist-group-2-column-container .btnlist-group-2-column:last-of-type {
        padding-left:5px;
    }*/

.btnlist-group-2-column-container .btnlist-btn {
    padding:10px 30px 10px 10px;
    width:100%;
    font-family: 'Futura Md BT',Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #000;
}

.btnlist-group-2-column-container.accordion-content .row:first-of-type .btnlist-btn {
    border-top:none;
}

.btnlist-group-2-column-container .btnlist-group > li .dmicon {
    right:20px;
}
.accordion-content .btnlist-group-2-column-container .btnlist-group-2-column li:first-child .btnlist-btn {
    border-top:none;
}

.js-accordion-content.btnlist-group-2-column-container {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.heading-inline-dmicon .btnlist-btn {
	border-bottom: 0;
	color: #507814;
	font-weight: bold;
}

.btnlist-text {
    height:40px;
}
.btnlist-btn {
    display: block;
    padding: 20px 20px 20px 0px;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d0d2ce; }
.vertical-align {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.row-eq-height,
.col-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* End of Department links */

.slide-bottom{
	margin-bottom:6px;
}
.products{
float:left;
margin-right:3px;
margin-bottom:9px;
}
.prdtlewgt-price-lg{
width:92px;	
}