.detailPage-wrap {
    padding: 5px 10px;
	margin-bottom: 20px;
}  
.detailPage-group-cart {
    background: #f3f3f3;
    padding: 1rem;
}
.detailPage-prodName-wrap {
    margin-bottom: 1rem;
}
/* .detailPage-prodName-wrap.detailPage-prodName-wrap-desk {
    display: none;
    margin-bottom: 1rem;

} */

.detailPage-prodSku{margin-bottom: 5px;padding:0;}
.detailPage-prodSku h3{font-size: 0.9em;margin:0;padding:0;color: #666;font-style: italic;}

.detailPage-addtocartwrap{
    margin: 0 auto;
    max-width: 400px;
}

.curr-rank-wrap{
    /* background: #f3f3f3;
    padding: 5px; */
    font-size: 1.2rem;
    margin: 10px 0;
    background: linear-gradient(45deg, #ffffff, #f3f3f3);
}
.curr-rank-wrap a{
    display:flex;
    /* flex-wrap: wrap; */
    gap: 5px;
}
.curr-rank-graphic {
    width: 50px;
}


.detailPage-freshSaleWrap{
	font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}
  
.detailPage-catName {
    font-size: 1.2rem;
}
.detailPage-catName a {
    font-weight: bold;
    color: #666;
}

h1.detailPage-prodName{
    margin: 0 0 5px;
    font-size: 1.6rem;
    font-weight: bold;
	line-height: 1.6rem;
	line-height: 1.6rem;
}

.detailPage-gallery-click-message{display: none;}

.detailPage-priceArea,.detailPage-addToCart {
    background: none;
    padding: 0;
    /* margin-bottom: 2rem; */
    text-align:left;
}

.detailPage-priceArea{
    padding: 0 10px 1rem;
}
.detailPage-priceArea p{margin: 0 0 5px;font-size: 18px;}

.detailPage-addToCart {
    margin: 2px 0 2rem;
}

.detailPage-price-txt {
    font-size: 18px;
    /* margin-bottom: 5px; */
}
.detailPage-price-txt.detailPage-disco-desc{
    color: #2a600f;
}
.detailPage-yourPrice{
    color: #000;
    font-size: 35px;
    font-weight: bold;
    line-height: 2rem;
}
.detailPage-yourPriceStrike{
    font-size: 25px;
    color: #666;
    text-decoration: line-through;
}
.detailPage-priceMSRP {
    font-size: 18px;
    color: #666;
}

.detailPage-atc-form{margin-bottom:2rem;}
.detailPage-quantityLimit {
    padding: 0.5rem;
    border: 1px solid red;
	background-color: #FFBABA;
	border-radius: 5px;
	margin: 0 auto 10px;
}


.detailPage-optonError, .detailPage-wishlistError {
	display: none;
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid;
	padding: 15px 10px 15px 50px;
	background-color: #FFBABA;
	background-image: url("/images/cancel.png");
	color: #D8000C;
	margin: 0 0 10px;
	text-align: left;
}


.detailPage-chooseone{margin:0 auto 7px;font-size:1.1em;font-weight: 700;}
.detailPage-bulkoptions {
    /* width: unset; */
    padding-left: 0;
    margin-bottom: 1rem;
    text-align: unset;
} 

.detailPage-bulkoptions label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.detailPage-bulkoptions .strike{font-size: .7em}
.detailPage-bulkoptions input[type='radio'] {height:1.1em; width:1.1em;}
.bulk-stock-message {
    color: #af091d;
    font-style: italic;
    margin-bottom: 5px;
    line-height: 1em;
    padding: 3px 10px;
}
.opt-disabled{opacity:.6}

.detailPage-ordertext {
	margin: 0;
}

.detailPage-atc-qty-btn-wrap{
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}
.detailPage-quantityWrap{margin: 0;}
.detailPage-quantityLabel {
	margin-right: 2px;
	font-size: 1.6rem;
	font-weight: normal;
}

.detailPage-quantityInput{
    font-size: 1.7rem;
    width: 55px;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #ccc;
    text-align: center;
}

.add-to-cart {
    margin: 0;
    padding: 6px;
    flex-grow: 1;
    max-width: 100%;
    background-color: #328500;
    background-image: linear-gradient(to bottom, #328500, #008c00);
    border: 1px solid #34740e;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

.add-to-cart:hover {
    background-color: #36780f;
    background-image: linear-gradient(to bottom, #36780f, #005900);cursor: pointer;
}

.add-to-cart-disabled{
    background-color: #d9d9d9;
    border: 1px solid #ccc;
    border-radius: 3px;
    flex-grow: 1;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 6px;
}

.cart-sub.discounts {
    margin-bottom: 2rem;
}

.detailPage-quantityDiscForm {
    display: flex ;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1.5rem .5rem 1rem;
    background: #fff;
    margin-bottom: 5px;
    font-size: 1rem;
    flex-wrap: wrap;
    gap: .5rem;
}

button.detailPage-quantityDiscButton {
    padding: 2px 10px;
    background-color: #328500;
    background-image: linear-gradient(to bottom, #328500, #008c00);
    border: 1px solid #34740e;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    margin:0;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    opacity: 0.9;
    text-decoration: none;
    cursor:pointer;
}
button.detailPage-quantityDiscButton:hover {
    background-color: #36780f;
    background-image: linear-gradient(to bottom, #36780f, #005900);cursor: pointer;
}

  
.detailPage-addtoButton,.detailPage-addtofavoriteButton {
	margin: 0;
	text-align: center;
    color: #fff;
    background: #333;
    border: medium none;
    border-radius: 3px;
    font-size: 16px;
    opacity: 0.9;
    padding: 10px 5px;
    text-decoration: none;
    cursor:pointer;
}


div#notify-box {
    width: unset;
    max-width: unset;
    margin-bottom: 2rem;
    background: #fff;
    padding: 0 0 1rem;
}

.notify-image-wrap {
	background: #970503;
}

#notify-box #one-time {
	max-width: 150px;
}

.notify-content-wrap {padding-left: 1rem;}

#notify-box input[type="button"] {
	color: #fff;
	background: #333 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	font-size: 16px;
	/* margin: 0 auto 10px; */
	opacity: 0.9;
	padding: 10px 5px;
	text-decoration: none;
	width: 150px;
	cursor: pointer;
	margin-right: 1rem;
}

#notify-box #one-time-info {
    right: unset;
    bottom: unset;
    width: unset;
    position: relative;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

#one-time-info #one-time-pop{
    left: unset;
    right: -50%; 
}

.cart-sub.wishlist {
    display: flex;
    gap: 1rem;
    justify-content: space-evenly;
    /* flex-direction: column; */
    flex-wrap: wrap;
    padding: 1rem 0;
    margin: 2rem 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cart-sub.wishlist > a {flex-grow: 1;}
.cart-sub.wishlist > a button{width: 100%;}

.detailPage-promo-thumbs-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.detailPage-promo-thumb:last-child {
    margin-bottom: 1rem;
}

.detailPage-also-available{
    padding: 1rem;
    background: #f3f3f3;
}
.detailPage-also-available-header{
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.detailPage-also-available-prods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
    gap: 1rem;
}
.detailPage-also-available-prod{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    background-color: white;
    margin-bottom: 5px;
    padding: 10px 10px 15px;
    font-size: 14px;
}
.detailPage-also-available-prod img{
    max-width:75px;
    max-height:75px;
}

.detailPage-group3 {
    display: flex;
    justify-content: center;
    gap: 5rem;
    padding: 2rem;
    background: #f3f3f3;
    margin-bottom: 2rem;
}

.detailPage-subsec-heading {
    border-bottom: 1px solid goldenrod;
}

.detailPage-description-desk {
    margin-bottom: 2rem;    
}
.detailPage-description-desk .detailPage-subsec-heading{
    margin-bottom: 5px;
}
.detailPage-description{
    position: relative;
    padding-top:1px
}
.detailPage-description.mobile-collapsed{
    position: relative;
    max-height: 155px;
    overflow: hidden;
    margin: 0 0 10px;
}

.detailPage-description.mobile-open{
    max-height: unset;
}

.detailPage-readMore{
    width: 100%;
	position: absolute;
	bottom: -1px;
	text-align: left;
	background-color: #fff;
	cursor: pointer;
	font-size: .8em;
	font-weight: bold;
	padding: 7px 10px;
	color: #444;
	display: block;
}

.detailPage-description.mobile-collapsed .detailPage-readMoreBG{
    position: absolute;
    bottom: 28px;
	position: absolute;
	width: 100%;
	height: 34px;
	background: #fff;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0.0),rgba(255,255,255,1));
	background: -o-linear-gradient(top,rgba(255,255,255,0.0),rgba(255,255,255,1));
	background: -moz-linear-gradient(top,rgba(255,255,255,0.0),rgba(255,255,255,1));
	background: linear-gradient(to bottom,rgba(255,255,255,0.0),rgba(255,255,255,1));
	display: block
}

.detailPage-description.mobile-open .detailPage-readMoreBG{
    display:none;
}

.detailPage-description.mobile-open .detailPage-readMore{
    position: relative;
}

.detailPage-triangle{color: #aa1b14;font-size: .75em;margin-right: 1px;position: relative;display: inline-block;bottom: 1px;}

.detailPage-other-vids {
    max-width: 700px;
    margin: 0 auto;
}

.detailPage-other-vids-wrap {
	/* background: #f3f3f3; */
	margin: 2rem auto;
	padding: 2rem 0;
}

.detailPage-componentsWrap {
    background: #f3f3f3;
    margin: 0 0 2rem;
    /* padding: 0 1rem 1rem; */
    /* min-width: 300px; */
    /* add height if grid height makes it the container look dumb
    when there is a long description container  */
    height: fit-content;
}

.measurements-details {
    font-size: .9rem;
    padding: 0;
    line-height: 1.4em;
}

.condition_item {
    background: #fcfcfc;
    padding: 3px;
    margin-bottom: 2px;
    display: inline-block;
    margin-right: 2px
}
.condition-special {
    color: #aa1b14;
    font-weight: bold;
}

.measurements-details ul {padding: 0; list-style-type: none;}
.measurements-details li {
    margin: 0 0 5px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

ul.detailsPage-components {
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.detailsPage-components li{ line-height: 1.4em; list-style: outside none none; font-size: 18px; border-bottom: 1px solid #ccc; padding: 0 0 5px;}
ul.detailsPage-components li span.detail{ color: #000; font-size: 18px; font-weight: bold;}
ul.detailsPage-components li span.value{ color: #000; font-size: 18px;}

.detailPage-details-list.mobile-collapsed li:nth-child(n+4) {
    display:none;
}

.detailPage-details-list ul{margin-bottom: 0;}

.detailPage-viewMoreDetails {
    cursor: pointer;
    /* font-size: .8rem; */
    font-weight: bold;
    /* padding: 7px 10px; */
    color: #444;
}

.detailPage-ratingWrap {
    border: 1px solid #eee;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 0 1rem;
}
.detailPage-ratingcontainer {
	float: none;
	margin: 0;
	display: flex;
	align-items: center;
}

.detailPage-rating {
    width: 105px;
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
    margin: 0;
	font-size: 18px;
}



.detailPage-ratingCircles {
	margin: 0 2px;
	background-color: #d9c031;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.detailPage-ratingCircles-empty {
    background-color: #eee;
    border-radius: 50%;
    height: 8px;
    margin: 0 2px;
    width: 8px;
    border: 1px solid #d9c031;
}
.detailPage-rating-text {
    margin-left: 5px;
}

.detailPage-reviewWrap {
    margin: 0 auto 2rem !important;
    /* max-width: 900px; */
    /* padding: 1rem; */
    background: #fff;
    /* grid-column: 1 / -1; */
}

.detailPage-recommendations,.detailPage-RecentlyViewed-wrap {
	float: none;
	width: unset;
	background: none;
	padding: 1rem;
	margin-bottom: 2rem;
}

.sub-section-lead,.detailPage-recently-lead{
    border:none;
    border-radius:0;
    color: #000;
    font-size: 1.4em;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
}

.carouselWrap {
    margin: auto;
    padding-top: 10px;
    position: relative;
    z-index: 0;
    max-width:1440px;
}

/* yoinked from the recs carousel files */
.carousel .slick-list { padding: 0;}
.carousel .slick-slide { background-color: white; float: left; height: 280px; margin: 0 15px 8px 0;  position: relative; padding: 1px; width: 185px;}
.color1 { background-color: #595959; color: #fff;}
.carousel .product { text-align: center; }
.carousel .product .mob-catname {display: none}
.carousel .product .catName {display: block;}
.carousel .product .imgDiv,.product h3,.product .price-and-detail{float: none;}
.carousel .product .imgDiv{margin:5px auto 10px auto;}
.carousel .product h3, .product .price-and-detail{margin: 0 auto ;width:95%;line-height: 1.1em;}
.carousel .product .price-and-detail{bottom: 2px;position: absolute;width: 100%}
.carousel .product-detail {  display: none; }
.carousel .slick-slide .product-info { height: 250px;}
.carousel .slick-slide div.car-image img { width: 100px;}
.carousel .slick-slide img { display: inline-block;}
.carousel .product .price{margin:0 auto;font-size: 1.7em}
.carousel .product .moreinfoArrow {display: inline-block;}
.carousel .product .thumb-sku { display: none; }

.carousel .product h3 a {
	font-size: 1em;
	/* line-height: 0.7em; */
	font-weight: 400;
}
.carousel {
	opacity: 0;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-ms-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
    left: 30px; 
    overflow: hidden; 
}

.carouselWrap .carousel.fadeIn {
	opacity: 1;
}
@media screen and (max-width: 449px){
	.carousel{
		width: calc(100% - 10px);
		margin-left: auto;
		margin-right: auto;
		left: unset;
	}
}
@media screen and (min-width: 450px){
	.carousel{width: calc(100% - 60px);}
	.carousel .slick-slide{
		height:315px;
	}
}
@media screen and (min-width: 500px){
	.detailPage-freshSaleWrap{
		width:auto; 
		margin: 0 5px 0 0;
	}
}
@media screen and (min-width: 600px){
	.carousel .slick-slide{
		height:335px;
	}
}
@media screen and (min-width: 700px){
	.detailPage-freshSaleWrap{
		font-size: 1.4rem;
		font-weight:lighter;
		margin:5px 0 0;
	}
	/* .detailPage-prodSku{display: block;} */
	.detailPage-ratingCircles {height: 12px; width: 12px;}
    .detailPage-yourPrice{ margin: 0 0 2px;}

    ul.detailsPage-components li{line-height: 1.4em; padding: 0 0 10px;font-size: 16px;}
}
@media screen and (min-width: 800px){
	.detailPage-grid {
		/* use something like this at tablet sizes */
		/* grid-template-columns: minmax(300px, 2fr) minmax(300px, 1fr); */
		/* padding: 0 5px; */

		display: grid;
		/* grid-template-columns: 2fr 1fr; */
		/* grid-template-columns: 58% 38%; */
		/* grid-template-columns: 66% 30%; */
		grid-template-columns: 62% 34%;
		gap: 2rem 4%;
		margin-bottom: 2rem;
	} 

	.detailPage-gallery-click-message{display: block;}
	.add-to-cart {
		max-width: 400px;
	}

	.curr-rank-wrap{
		/* background: #f3f3f3; */
		padding: 5px;
		/* margin: 0; */
	}
	.detailPage-group-cart {
		/* background: #fff; */
		padding: 1rem;
		grid-column-start: 2;
		grid-row-start: 1;
		grid-row-end: 4;
		height: fit-content;
	}

	.detailPage-priceArea, .detailPage-addToCart {
		padding: 0;
		margin-bottom: 2rem;
	}
	.detailPage-atc-qty-btn-wrap{
		gap: .5rem;
	}

	/* .cart-sub.wishlist > a button{width: min(100%, 275px);} */

	.detailPage-ratingCircles-empty {
		height: 10px;
		width: 10px;
	}

	.detailPage-details-list.mobile-collapsed li:nth-child(n+4) {
		display:list-item;
	}
	.detailPage-viewMoreDetails {
		display:none;
	}
    .detailPage-description{
      	max-height: unset;
    }
    .detailPage-description.mobile-collapsed{
      	max-height: unset;
    }
    .detailPage-readMore,.detailPage-readMoreBG{display:none !important;}

    .detailPage-review-outer-wrap {
      	grid-column: 1 / -1;
    }
}

@media screen and (min-width: 940px){
    .detailPage-grid {
      grid-template-columns: 66% 30%;
    } 

    .detailPage-atc-qty-btn-wrap{
     	gap: 1rem;
    }


    .detailPage-review-outer-wrap {
		grid-column: 1;
    }
}

  

 @media screen and (min-width: 1140px){
	.detailPage-bulkoptions input[type='radio'] {height:auto; width:auto;}
} 