 

.stick-tab .level3 {
	display:none;
}
 .review-tag-hide {
	visibility: hidden;
	display:none;
}
.review-tag-show {
	visibility: visible;
	display:inline;
}
.pageContent {
	width: 100%;
}
.product-display-banner-wrapper {
  margin-bottom: 12px;
}
.product-display-banner-wrapper.active {
  display: block;
}
.product-display-banner-wrapper picture {
  display: table;
  height: 42px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product-display-banner-wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 42px;
  object-fit: contain;
}
.breadcrumbs,
.back-to {
	position: relative;
	padding: 5px 0 8px 0;
	margin: 0 auto 8px;
	max-width: 1020px;
}
.breadcrumbs a
.back-to a {
	color: #8a9bad
}
.breadcrumbs a.back-to-search {
	color: #2C97DE;
}
.breadcrumbs a.back-to-search:before {
	font-style: normal;
	color: inherit;
	font-size: 11px;
}
.back-to {
	display: none;
}
.recent-activity {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto 18px;
	background: #faf5e1;
	border-color: #e5dcca;
}
.recent-activity strong {
	font-weight: 400;
}
.recent-activity:before {
	color: #798794;
	margin-right: 6px;
	float: left;
	font-size: 18px;
}
.recent-activity span {
	font-size: 0.8125em;
	display: block;
	margin: 3px 0 0 24px;
}
.main-product-section {
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
}
.primary-info > .col1 {
	width: 85%;
}
.primary-info > .col2 {
	width: 15%;
	float: right;
}

.item-subtitle {
	margin: 6px 0;
  font-size: 14px;
}

.product-sku {
	font-style: normal;
  cursor: text;
	font-size: 11px;
	margin-right: 6px;
	color: #707070;
}

.stockNotify:hover:before {
	text-decoration: none;
}
.review-count i {
	font-style: normal;
}
/*LP-14018 - truncate stock msg*/
.shipping-stock .stock-msg{
	display: block;
	margin-bottom: 12px;
}
.shipping-stock .stock-msg a {
	display: block;
}
.shipping-stock .save-item a {
	display: inline;
}

.main-product-section .product-info-container {
	padding-top: 3px;
	position: relative;
  padding-left: 30px;
}

.product-brand {
	margin: 18px 0 12px;
	padding: 0;
	display: block;
	z-index: 3;
	float: none;
	text-align: center;
}

.product-brand img {
	max-height: 48px;
	max-width: 140px;
	display: inline-block;
	-webkit-transition: opacity 120ms ease-out;
  -moz-transition: opacity 120ms ease-out;
  transition: opacity 120ms ease-out;
}

.brand-noimg {
	font-size: 0.75em;
	line-height: 1.3;
	text-align: center;
	display: inline-block;
	color: #798794;
	z-index: 3;
}
.brand-noimg:hover {
	border-color: #c1c1c4;
}

.primary-info > .col1 {
	margin-bottom: 8px;
	padding-right: 24px;
}

.main-product-section h1 {
  font-weight: 400;
  font-size: 30px;
  color: #222;
  margin-top: 0;
  line-height: 1.4;
}

.review-stars {
	top: 2px;
}

.main-product-section h1 small {
	color: inherit
}

.item-tag-price {
	line-height:0;
}

.item-tag.used a{
	cursor: default;
}

/*  ------------  */

  .item-tag.download, .item-tag.download b:before  {
    color: #06c;
  }

  .tooltip {
	position: relative;
	z-index: 1;
  }

  .tooltip:hover .tooltiptext {
	visibility: visible;
  }
  
  .tooltip .tooltiptext {
  	line-height: 1.5;
	visibility: hidden;
	font-size: 12px;
	text-transform: none;
	width: 250px;
	background-color: white;
	color: #222222;
	text-align: left;
	border-radius: 5px;
	position: absolute;
	top: 222%;
	left: 47%;
	margin-left: -60px;
	box-shadow: 0 2px 15px -5px #444;
	padding: 18px;
	border: 1px solid #ccc;
  }
  
  .tooltip .tooltiptext::before {
  	box-shadow: 0 2px 15px -5px #444; 
  	transform: rotate(45deg);
	content: "";
	z-index: -1;
	position: absolute;
	bottom: 91%;
	left: 50%;
	margin-left: -14px;
	border-width: 14px;
	border-style: solid;
	border-color: transparent transparent #ccc transparent;
  }

  .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -14px;
	border-width: 14px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
  }
  
  .tooltip h3 {
    margin-bottom: 6px;
    color: #06c;
    font-size: 16px;
    font-weight: 500;
  }

/*  ------------  */

h1 .item-tag {
	font-size: 0.75rem;
	font-weight: 400;
}

.primary-info-sub {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.prod-id {
	display: block;
	margin: 3px 0 6px;
}

.TurnToplaceholder {
	font-size: 14px;
}
/*WEB-26125*/
.TurnToItemInputTeaser{
	opacity:1;
}
.TurnToItemInputTeaser.turnto-ready {
	opacity: 1;
  display: inline-block;
  position: relative;
}

.TurnToItemInputTeaser.turnto-ready .TTinputTeaserHeader {
  width: auto;
  font-size: 25px !important;
  margin-top:  24px;
}

.questionContainer .TurnToItemInputTeaser.turnto-ready {
  padding-left: 0;
  margin-left: 0;
  display: block;
  margin-top: 48px;
  padding-top: 24px;
  border-top: solid 1px #ccc;
}

.questionContainer .TurnToItemInputTeaser.turnto-ready:before {
  display: none;
}

.TurnToItemInputTeaser {
	font-size:100%!important;
}
.primary-info-sub .needlepoint {
	top: -56px!important;
	right: -16px;
	position:absolute!important;
}
#needle-product-banner {
  float: right;
  position: absolute;
  top: -1px;
  right: 0;
}
.needlepoint span {
	color:inherit!important;
}
.main-product-section h2 {
	font-size: 0.875em;
	line-height: 1.3;
	font-weight: 400;
	margin-top: 8px;
}

.coupon {
	font-size: 0.8125em;
}
.item-not-avilable ul {
	color:#5a6169;
	font-size: 0.875em;
}

/* !**** Image Container **** */
.rwd-img-howto {display: none;}
.product-img-container {
	position: sticky;
	top: 0;
	padding-right: 0;
	text-align: center;
	min-height: 350px;
	z-index: 1;
}

.product-img-container .swiper-button-next {
	right: 0 !important;
}

/*
.product-img-hasmulti {
	width: 44%!important;
	padding-right: 30px;
	padding-left: 18px;
}
*/

.large-img > a.popup {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	padding-bottom: 18px;
}
.slide-img{display: none;}

.main-product-section .large-img img {
	max-width:100%;
}
.main-product-section .large-img img.productImage {
	width: 500px;
	aspect-ratio: 1 / 1;
}

.product-information {
	margin-top: 24px;
}

.usedCondition {

}
.conditionCode {
	font-size: 1.2em;
	font-weight: bold;
	/* background-color: #F4D598; */
	border-radius: 4px;
	position: relative;
	top:-2px;
	margin-left: 3px;
	z-index: 3;
}
.conditionCode em {
	font-weight: 400;
}
.usedCondition a {font-size: 0.8125em;}
.conditionCode b:before {
	font-style: normal;
	color: #798794;
}
.conditionCode .hoverTips {
	font-weight: 400;
	font-size: 0.8125em;
	line-height: 1.4;
}
.conditionCode .hoverTips strong {
	display: block;
}
.user-help {
	text-align: center;
	padding: 18px 0;
}
.user-help div {
	margin: 0 3%;
}

/*additional media links */
.media-additional {
	text-align: center;
}
.media-additional .button {
	margin: 12px 3px 0;
}

/* persuasion */
.persuasion {
	border-color: #c1c1c4;
	overflow: hidden;
	border-radius: 3px;
	margin: 18px 0;
	padding: 0;
	background: #f2f2f2
}
.persuasion:empty {
	display: none!important;
}
.persuasion .rating-num {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.75em;
	padding: 18px 6px;
	color: #00b8f1;
}
.persuasion .rating-num strong {
	font-size: 3.6em;
	display: block;
}
.persuasion .rating-sum {
	padding: 12px 12px 8px 6%;
	text-align: left;
}
.persuasion .rating-sum p {
	margin: 6px 0 0;
	padding-left: 8px;
	position: relative;
    font-size:0.75em;
    line-height:1;
    font-weight:600;
}
.persuasion .rating-sum p:before {
	content: '"';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.25em;
}
.persuasion .rating-sum p:after {
	content: '"';
	font-size: 1.25em;
}
.persuasion .rating-sum p small {
	font-size: 0.875em;
	color: #79848e;
	margin-top: 6px;
    font-weight:normal;
}
.persuasion .rating-sum a {
	font-size: 0.8125em;
	margin: 8px 0 8px 8px;
	display: block;
}
.persuasion .rating-sum a:hover {
	text-decoration: underline;
}
.item-compatibility .col1 strong:before{
	font-size: 4em;
	padding: 12px 12px 8px 6%;
	text-align: center;
	display: block;
	color: #7EC536;
}
.item-compatibility .col2{
	text-align: left;
	padding: 12px 12px 8px 0;
	line-height: 1.2;
}
.item-compatibility b{
	display: block;
	font-size: 1.25em;
}
.item-compatibility i{
	font-size: .815em;
	color: #666B74;
	display: block;
}
.item-compatibility a{
	display: inline-block;
	font-size: .815em;
}
.item-compatibility a:not(:last-of-type):after{
	content:" | ";
}
.item-compatibility.no-match a:after{
	display: none;
}
.item-compatibility.no-match a{
	display: block;
}
.item-compatibility.no-match strong:before{
	color: #BB2B26;
}
.item-compatibility.promo strong:before{
	color: #555555;
}
.scarcity {
	text-align: center;
	margin-top: 12px;
	font-size: 0.75em;
}
.scarcity strong {
	font-weight: 400;
}
.scarcity strong:before {
	font-size: 18px;
	position: relative;
	top:2px;
	margin-right: 6px;
	color: #798794;
}
.scarcity-time span {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	margin: 0 6px;
	font-weight: 600;
	background: linear-gradient(to bottom, #fff 0%,#dbdbdb 48%,#bbb 50%,#dbdbdb 51%,#fff 100%);
	padding: 3px 8px;
	border-radius: 3px;
}
.scarcity{
	display: none;
}
.sell-points-hr ul.sell-points {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	padding: 0;
	margin: 0;
}
.sell-points-hr {
	margin: 6vh auto 20px;
	max-width: 1020px;
	font-size: 0.8125em;
	border: none;
	position:relative;
}
.sell-points-hr:before {
	content: '';
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -50vw;
	width: 100vw;
	background: #F2F2F2;
	z-index: 0;
	height: calc(100% + 30px);
}

.sell-points-hr li {
	padding: 0 0 0 45px;
	margin: 0 0.5%;
	vertical-align:top;
	max-width: 300px;
  text-align: center;
}
.sell-points-hr li:before {
  position: static;
  margin: 0 auto 12px;
  display: table;
}
.sell-points-hr strong {
  font-size: 18px;
}
.sell-points-hr em {
  color: #585C5F;
  font-size: 14px;
}
.ie9 .sell-points-hr li {
	width:30%;
	margin: 0 4%;
}
.ie9 ul.sell-points {
	padding-left: 40px;
}
.sell-points-hr li:first-child {margin-left:0;}
.sell-points-hr li:last-child {margin-right:0;}

.sell-points-hr + .recs {
  overflow: visible;
  position: relative;
}

.sell-points-hr + .recs-horizontal .swiper-button-prev {
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fdfdfe 70%, #F2F2F2 100%);
}

.sell-points-hr + .recs-horizontal .swiper-button-next {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fdfdfe 70%, #F2F2F2 100%);
  height: calc(100% - 21px);
  right: 0 !important;
}

.sell-points-hr + .recs:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #F2F2F2;
  z-index: 0;
  height: 100%;
}

.sell-points-hr + .recs .recs-title {
  position: relative;
  z-index: 1;
  color: #222;
  font-size: 25px;
  text-align: center;
  padding: 40px 0 0;
  margin: 0 0 12px;
}

.product-container > .product-aggregate {
	max-width: 1020px;
	margin: 0 auto 30px;
}
.pa-recommended h6 a {
	float: right;
	font-size: 0.75em;
}
.pa-recommended-content {
	position: relative;
	padding-left: 12px;
}
.pa-recommended-content .pa-price {
	height: 16px;
}
.pa-recommended .beltWrapper {
	min-height: 170px;
}
.pa-recommended .thumbLeftArrow,
.pa-recommended .thumbRightArrow {
	width: 18px;
	height:160px;
	border-radius:5px;
	position:absolute;
	font-size: 2.8em;
	background: #fff;
	left: 0;
	top: 0;
}
.pa-recommended .thumbRightArrow {
	left: auto;
	right: 0;
}
.pa-recommended .thumbLeftArrow:hover,
.pa-recommended .thumbRightArrow:hover {
	background:#eee;
}
.pa-recommended .thumbLeftArrow:before,
.pa-recommended .thumbRightArrow:before {
	position: relative;
	top: 32%;
}

/*productTabs*/

.productTabs{
	clear: both;
	top: 0;
	position: relative;
	padding: 0;
}
.product-container:has(.item-not-avilable) #productTabs {
    top: 0;
}
.productTabs .wrap {
	max-width: 1020px;
	margin: 24px auto 0;
  border-bottom: solid 1px #E8E8E8;
}
#stickyHeaderContainer {
  margin-top: 0;
  border-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

#stickyHeaderContainer form {
  display: flex;
  align-items: center;
	height: 60px;
}
#stickyHeaderContainer .price-final {
  margin-left: auto;
  margin-right: 12px;
  flex: 1;
  border: none;
}
#stickyHeaderContainer .add-to-cart {
  margin-left: 10px;
	height: 36px;
}
.productTabs a {
	background: transparent;
	padding: 15px 30px;
	font-size: 18px;
	display: inline-block;
	vertical-align: bottom;
  position: relative;
  color: #313131;
}

.productTabs a:first-child {
  padding-left: 0;
}

.productTabs a:hover{
	color: #000;
}

.productTabs a.active, .productTabs a:active {
 position: relative;
 text-decoration: none;
 cursor: default;
 color: #000;
}

.productTabs a.active:before, .productTabs a:active:before {
  content: '';
  display: block;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 30px;
  right: 30px;
}

.rebatesApp .productTabs a.active:before,
.rebatesApp .productTabs a:active:before {
  display: none;
}

.stick-tab .productTabs a.active:before,
.stick-tab .productTabs a:active:before {
  bottom: 0;
}

.productTabs a:first-child.active:before, .productTabs a:first-child:active:before {
  left: 0;
}

.stick-tab .productTabs a.active, .stick-tab .productTabs a:active{
	border-radius: 0;
}

.productTabs a:first-of-type:last-of-type{
	border-radius:3px 3px 0 0;
	border-right: none;
}

.productTabs a em {
	display: none;
}
.product-information {
	margin-top: 0px;
	margin-bottom: 6vh;
}
.tabContentContainer {
	margin: 24px 0 42px;
  border: none;
  padding: 0;
}

.tabContentContainer,
.tabContentContainer .product-aggregate {
	max-width: 1020px;
	margin-left: auto;
  margin-right: auto;
}
.tab-container {
	overflow: hidden;
}
.accessoriesContainer .mini-list .tab-container {
    display:inline;
}
.tabContentContainer > div:last-child {
	margin-bottom: 0;
}
.tabContentContainer > div > .col1 {
	padding-right: 40px;
	min-height: 1px;
	min-width :1px;
}
.layout-80-20 .tab-dynamic-content > .col1 {
    width: 100%;
    padding-right: 0;
}

.layout-80-20 .tab-dynamic-content > .col2 {
    width: 20%;
}
.product-information h2.tabSectionHeader, .reviewsPage h1.tabSectionHeader {
	font-size: 30px;
	font-weight: 400;
  margin-top: 60px;
}
.action-ctas {
	margin: 0 0 20px 0;
}
.action-ctas .button {
	display: block;
	text-align: left;
}
.action-ctas .button:before {
	color: inherit;
	padding: 3px 3px 3px 0;
	display: inline-block;
	margin: 0 30px 0 -6px;
	position: relative;
	top: 2px;
}
.action-ctas .button:after {
	content: '';
	width: 1px;
	height: 41px;
	background: #c5cfd1;
	position: absolute;
	left: 48px;
	top: 0;
}
.keyfeatures h2.tabSectionHeader {
	margin-bottom: 2px;
	font-size: 21px;
	margin-top: 0;
}
.tabContentContainer p {
	line-height: 1.375;
  max-width: 1024px;
}
#pse-product-match:empty {
	display:none;
}

.tabContentContainer li {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0.4em;
}

.prod-traits {list-style-type: none; padding:3px 0 18px; margin: 24px 0 30px; border-bottom: 1px solid #ccc;}
.prod-traits li {display: inline-block; margin-left: 3%; width: 13.5%; text-align: center; vertical-align: top; line-height: 1.2;}
.prod-traits li:first-child {margin-left:0;}
.prod-traits img {margin-bottom: 8px;}
.prod-traits span {text-transform: uppercase; font-size: 0.75em; color: #595959; display:block;}
.prod-traits .hoverTips {top:80px; left: -60%; max-width: 100px; font-size: 0.875em; padding: 12px}

.tab-details > .col2 .widget-content,
.tab-specs > .col2 .widget-content,
.page-pdp .widget.highlight .widget-content,
.page-pdp .widget-content {
  margin-left: 10px;
  margin-top: 12px;
}

.page-pdp .widget.highlight .widget-content {
  margin-left: 0;
  margin-top: 0;
}
.page-pdp .widget.highlight .widget-content ul {
  margin-left: 0px;
}

.page-pdp .highlight > .widget-header,.page-pdp .highlight > .expert-advice {
	font-size: 21px;
}

.includesContainer ul {
	margin: 0;
	padding: 6px 0 6px 10px;
}
.expert-subhead {
	display: none;
}
.expert-advice .expert-subhead:nth-of-type(1) {
	margin-top: 0;
}
.expert-advice a.alc-article {
	margin: 16px 0 0;
	display: block;
}
.expert-advice a.alc-article:first-child {
  margin-top: 12px;
}
.expert-advice .alc-article .col1 {
  float: none;
  display: block;
  width: 160px;
  height: 90px;
  object-fit: cover;
}

.expert-advice .widget-header,.tab-details .expert-advice .widget-content {
	padding: 0;
	margin: 0;
}
.expert-advice .widget-header {
	font-size: 21px;
}
.expert-advice .alc-article img[data-src="https://www.adorama.com/Image/lsa/ui/thumb-video-trans.png"],
.expert-advice .alc-article img[src="https://www.adorama.com/Image/lsa/ui/thumb-video-trans.png"] {
  object-fit: none;
}
.expert-advice .alc-article .col2 {
	float: none;
    font-size: 14px;
    margin-top: 7px;
    display: block;
	color: #222222;
	width: 100%;
}
.expert-advice ul.linkset {
	border-top: 0;
	padding-top: 0;
	margin-top: 6px;
}

.energyGuideIcon {
	float: right;
	margin: 0 0 18px 18px;
}

#WarrntyCntnr,
.prop65 {
	width: 100%;
	margin: 40px 0 24px;
	padding: 15px 15px 6px;
	color: #222;
}

#WarrntyCntnr {
	background: #f9f9f9;
}

.prop65 {
	position: relative;
	padding-left: 62px;
}
.prop65::before {
	position: absolute;
	content: "";
    background: transparent url(/col/UIimages/prop65-warning-icon.png) center center no-repeat;
	background-size: contain;
	top: 14px;
	left: 0;
	height: 39px;
	width: 50px;
}

.scb-theme .prop65::before, .sns-theme .prop65::before {
	background: transparent url(/image/ui/prop65-warning-icon.png) center center no-repeat;
}

#WarrntyCntnr h3 {
	font-size: 1em;
	margin-bottom: 6px;
}

.prop65 h3 { display: none; }

#WarrntyCntnr p,
.prop65 p {
	margin-bottom: 8px;
}

div.prop65 p {
    font-size: 13px;
    line-height: 17px;
}

.reviewSummeryWidget .widget-header {
	padding: 0;
	margin-top: 18px;
}
.reviewSummeryWidget .widget-header h4.col1 {
	text-align: left;
	padding: 13px 0 0 16px;
	margin: 0;
	font-weight: 400;
	font-size: 1.2em;
}
.reviewSummeryWidget .widget-header .col2 {
	text-align: right;
	padding-right: 12px;
}
.reviewSummeryWidget .widget-content {
	padding: 18px;
}
.reviewSummeryWidget h6 {
	margin: 18px 0 12px;
	color: #666B74;
}
.reviewSummeryBlock {
	margin: 8px 0 6px;
	font-size: 0.8125em;
	line-height: 1.3;
}
.reviewSummeryBlock .col1 {
	text-align: right;
}
.reviewSummeryBlock .col2 {
	padding-left: 18px;
	color: #798794;
}

.tabContentContainer .product-aggregate {
	border-bottom: 1px solid #c1c1c4;
	padding-bottom: 18px;
}

.rich-relevance:empty{
   display:none!important;
}


/*Specs Tab*/
.spec-section hr {
	border: solid #79848e !important;
	border-width: 2px 0 0 !important;
	clear: both;
	margin: 20px 0 28px;
	height: 0;
}
.spec-section .layout-70-30 {
	margin-top: 24px !important;
}
.spec-section .options-select li {
	padding: 3px 12px 3px 10px;
	margin: 0;
	position: relative;
	white-space: inherit;
	float: left;
	width: 100%;
    font-size: 1em;
}
.spec-section .options-select section {
	top: inherit;
	width: 99.72px;
	min-width: inherit;
}
.spec-section .select-ui-wrap {
	float: right;
	margin-bottom: 20px;
}
.spec-jumpto {
	float: right;
	font-size: 16px;
  font-weight: 400;
}
a#jump {
	font-size: 1em;
}
.spec-section .tabSectionHeader {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.3;
  color: #222;
}
h3.spec-header {
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 0px;
	font-size: 25px;
  line-height: 1.3;
  padding-bottom: 12px;
}
.tab-specs .productFeature ul {
	margin-bottom: 72px;
}

/* /Specs Tab*/
.tabContentContainer dl {
	width: 100%;
	padding: 0;
	float:left;
  margin-bottom: 70px;
  overflow: hidden;
}

.tabContentContainer dt, .tabContentContainer dd {
	float: left;
	padding: 12px;
	font-size: 16px;
	line-height: 1.3;
  margin: 0;
  position: relative;
  z-index: 1;
}

.tabContentContainer dd {
  z-index: 1;
}

.tabContentContainer dt {
  z-index: 2;
}

/* Set the base background on the DL */
.tabContentContainer dt:nth-of-type(even),
.tabContentContainer dd:nth-of-type(even) {
  background: #F7F7F7;
}

.tabContentContainer dd:nth-of-type(even):before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  right: 0;
  background: #F7F7F7;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* If the right side is taller than the left side */

.tabContentContainer dt:nth-of-type(1), .tabContentContainer dd:nth-of-type(1) {
	border-top :0;
}

.tabContentContainer dt {
	width: 30%;
	font-weight: 700;
	clear: left;
}

.tabContentContainer dd {
	width: 70%;
}

.tabContentContainer dd span.discontinued {
	color: #b7b9bb;
	text-decoration: line-through;
}

.page-pdp .tab-container dt.icon-def:after {
	font-family: iCons;
	content: "i";
	padding-left: 5px;
	color: #b7b9bb;
	vertical-align: middle;
}
.page-pdp .tab-container dt.icon-def a:before {
	display: none;
}


.tabContentContainer #sizeChartContainer {
	margin: 72px 0 36px;
	float: left;
	width: 100%;
}
.tabContentContainer .sizeChartHeader > strong {
	color: #333e49;
}
.tabContentContainer .sizeChartBrandLogo {
	display: none;
}
.tabContentContainer table {
	border: solid 10px #f2f2f2;
}

.tabContentContainer table tbody th {
	min-width: 20%;
}
.tabContentContainer table tr:nth-child(even) {
	background-color: #f1f1f4;
}

/* online Classes promo */
.online-classes {
	background: #fbf6da;
	padding: 15px;
	border:1px solid #f1d645;
	border-top:0;
	border-bottom-width: 2px;
	border-radius: 4px;
}
.online-classes h5 {
	font-weight: 400;
	margin: 0 0 3px;
}
.online-classes h5:before {
	float: left;
	font-size: 46px;
	margin-right: 12px;
	color: #e5c300;
}
.online-classes p {
	margin: 0;
}
/* Remove old .onlineClasses styles below after LP-11793 is implemented */
.onlineClasses {
	background: url(/image/ui/onlineClasses_BG.gif) no-repeat left top;
	display: block;
	float: left;
}
.onlineClasses a:link, .onlineClasses a:visited {
	background: url(/image/ui/onlineClasses_BG.gif) repeat-x right top;
	display: block;
	height: 82px;
	color: #06C;
	font-size: 12px;
	padding: 22px 65px 0 105px;
	float: left;
	text-decoration: none;
}
.onlineClasses:hover {
	background: url(/image/ui/onlineClasses_BG.gif) no-repeat left -85px;
}
.onlineClasses:hover a {
	background: url(/image/ui/onlineClasses_BG.gif) repeat-x right -85px;
	color: #06C !important;
}
.onlineClasses a h5 {
	color: #156792;
	font-size: 1.25em;
	padding: 0;
	margin: 0;
	font-weight: 400;
}
.onlineClasses a p {
	color: #454545;
	font-size: 1em;
	font-weight: 400;
	margin: 0 0 2px;
	padding: 0;
}

.popupdigclass h1 {font-size:1.2em;}
.popupdigclass h2 {font-size:1.2em;}


.review-highlights {
	margin: 18px 0 0 ;
}
.review-highlights .review-snippet {
	background: #e5e5e9;
	border-radius: 4px;
	width: 30%;
	margin: 0 5% 42px 0;
	float: left;
	padding: 13px 18px 18px 36px;
	position: relative;
	min-height: 110px;
}
.review-highlights .review-snippet:before {
	content:'"';
	font:italic 400 48px georgia,serif;
	color: #c1c1c4;
	position: absolute;
	top: 4px;
	left: 6px;
}
.review-highlights .review-snippet:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 16px 16px 0;
	border-color: transparent #e5e5e9 transparent transparent;
	position: absolute;
	bottom: -16px;
	left: 12px;
}
.review-highlights .review-snippet:nth-child(2) {
	margin-top: 24px;
}
.review-highlights .review-snippet:nth-child(3) {
	margin-right: 0
}
.review-highlights .review-snippet a {
	color: #5a6169;
}
.review-highlights .review-snippet p {
	margin: 0;
	font-size: 0.8125em;
}
.review-highlights .review-snippet small {
	position: absolute;
	bottom: -18px;
	left: 40px;
  font-size: 10px;
}

.review-highlights {
	margin: 18px 0 0 ;
}
.review-highlights .review-snippet {
	background: #e5e5e9;
	border-radius: 4px;
	width: 30%;
	margin: 0 5% 42px 0;
	float: left;
	padding: 13px 18px 18px 36px;
	position: relative;
	min-height: 110px;
}
.review-highlights .review-snippet:before {
	content:'"';
	font:italic 400 48px georgia,serif;
	color: #c1c1c4;
	position: absolute;
	top: 4px;
	left: 6px;
}
.review-highlights .review-snippet:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 16px 16px 0;
	border-color: transparent #e5e5e9 transparent transparent;
	position: absolute;
	bottom: -16px;
	left: 12px;
}
.review-highlights .review-snippet:nth-child(2) {
	margin-top: 24px;
}
.review-highlights .review-snippet:nth-child(3) {
	margin-right: 0
}
.review-highlights .review-snippet a {
	color: #5a6169;
}
.review-highlights .review-snippet p {
	margin: 0;
	font-size: 0.8125em;
}
.review-highlights .review-snippet small {
	position: absolute;
	bottom: -18px;
	left: 40px;
}

.refine-accessories {margin:0 0 18px; overflow:hidden;}
.refine-accessories label {float:left; font-size: 16px; margin:0; width:100%; cursor:pointer; display: block; color: #06c; padding: 12px 12px 8px;}
.refine-accessories label.selected { font-weight: bold; color: #222; }
label.acc-all {font-weight: 700;}
label.acc-recommended, label.acc-required {color: #6fbc27; font-weight: 700;}
label.acc-required {color: #ff9c12;}
.refine-accessories label em {display: block; font-style: normal; margin-top: 3px; font-size: 0.875em; color: #ff9c12;}
label.acc-recommended span:before, label.acc-required span:before {color: inherit; font-size: 15px; float:right; margin-left: 3px;}
.refine-accessories label:hover {text-decoration: underline;}
.accessoriesContainer .legend {display: block; font-size: 0.75em; margin: 6px 30px 18px 0;}
.accessoriesContainer .mini-list { background: #F2F2F2; padding: 10px 10px 48px; }
.accessoriesContainer .mini-list .item:after { display: none; }
.accessoriesContainer .mini-list .item { background: #fff; transition: box-shadow 250ms linear; }
.accessoriesContainer .mini-list .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.reccomend-tooltip {
	font-size: 0.75em;
	line-height: 1.4;
}
.mini-list .item.item-recommended,
.mini-list .item.item-required {
  padding-top: 48px;
}
.item-recommended:before,
.item-required:before {
	content: 'recommended';
	position: absolute;
	top: 12px;
	left: 0;
  right: 0;
  margin: auto;
	color: #585C5F;
	font-size: 11px;
  text-transform: uppercase;
}
.item-required:before {
	content: 'required';
	color: #ff9c12;
}
/*VIP fix*/
.item-recommended.vipProduct .add-to-cart{display: none;}

.acc-see-more {
	display: block;
	width: 70%;
	margin: 42px 15% 0;
	float: left;
}




.product-information > .col2 {
	padding-left: 40px;
	position: relative;
}

.product-information h4 {
	font-size: 1em;
}

.expert-advice .linkset {
	float: left;
	margin: 18px 0 0;
	padding: 12px 0 0 18px;
	border-top: 1px dotted #c1c1c4;
}
.expert-advice .linkset li {
	font-size: 0.9375em;
}

.tab-jumpto {
	padding: 12px!important;
	margin: 12px auto;
	max-width: 1020px;
	font-size: 0.8125em;
	background: #fff;
	border-color: #ddd;
}
/* Social media bar */
/* If something else is being hidden, undo this and call out the PDP social media bar a different way */
.tab-jumpto.widget {
  display: none;
}
.tab-jumpto > span {
	line-height: 1.7;
}

.tab-jumpto .col1 > span {
	margin-right: 12px;
	font-size: 1.125em;
}
.tab-jumpto a {
	text-transform: uppercase;
	margin-right: 12px;
	color: #555e49;
}

.tab-jumpto a.active {
	color: #258cd1;
	font-weight: 700;
}

.tab-jumpto a:hover {
	text-decoration: underline;
}


.tabContentContainer .jump-to-page {
    display:none;
}


/* !Graceful Content Change Fades */
/*
.item-tag {
	opacity: 1;
	filter: alpha(opacity=1);
	visibility: visible;
	-webkit-transition: all 180ms ease-out;
  -ms-transition: all 360ms ease-out 80ms;
  transition: all 360ms ease-out 80ms;
}
*/
.your-price {
	background: transparent;
	-webkit-transition: background 1600ms ease-out 800ms;
  -moz-transition: background 1600ms ease-out 800ms;
  -ms-transition: background 1600ms ease-out 800ms;
  transition: background 1600ms ease-out 800ms;
}
/*
.updating-dom .item-tag  {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
*/

.updating-dom .your-price  {
	-webkit-transition: background 360ms ease-out;
	-moz-transition: background 360ms ease-out;
	-ms-transition: background 360ms ease-out;
	transition: background 360ms ease-out;
	background: #c7e9ff;
}

/*LP-7106*/
.social-share{
	float:right;
}
.social-share iframe, .social-share div{
	float:left!important;
	width:100px!important;
}

body:not(.scb-theme):not(.sns-theme) .pdp-share {
    float: right;
    position: absolute;
    top: -15px;
    right:0; 
}

body:not(.scb-theme):not(.sns-theme) .pdp-share:before {
    width: 100px;
    height: 40px;
    content: '';
    position: absolute;
    right: -10px;
    top: -20px;
}

body:not(.scb-theme):not(.sns-theme) .pdp-share span {
    text-align: right;
    font-size: 12px;
    line-height:14px;
    letter-spacing: 0px;
    padding: 5px 0 0 0 ;
}

body:not(.scb-theme):not(.sns-theme) .pdp-share .icon--share {
    width: 14px;
    height: 18px;
    margin: -3px 5px -3px 0;
    padding: 0;
    stroke: none;
}

body:not(.scb-theme):not(.sns-theme) .pdp-share .hover-wrapper {
    display: none;
}

body:not(.scb-theme):not(.sns-theme) .pdp-share .hover-wrapper .icon--twitter {
    stroke: #0066cc;
    fill: #0066cc;
    margin: 0 3px;
}
body:not(.scb-theme):not(.sns-theme).arc-app  .pdp-share .hover-wrapper  .icon--twitter{
	fill: #fff;
	stroke: none;
	background: #06c;
	width: auto;
	height: 15px;
	padding: 2px;
	border-radius: 1px;
	align-self: center;
}
 body:not(.scb-theme):not(.sns-theme).arc-app .pdp-share .hover-wrapper div {
    margin: 0;
    display: flex;
    align-content: center;
}
body:not(.scb-theme):not(.sns-theme) .pdp-share .hover-wrapper .icon--facebook {
   width: 16px;
   stroke: none;
}
body:not(.scb-theme):not(.sns-theme) .pdp-share .hover-wrapper .icon--email-filled {
    stroke: none; 
}

body:not(.scb-theme):not(.sns-theme) .pdp-share:hover .hover-wrapper {
    display: block;
    width: 100px;
    background: #fff;
    border: 1px solid #86B6E7;
    border-radius: 6px;
    box-shadow: 1px 4px 9px #00000054;
    position: absolute;
    top: -47px;
    right: -11px;
    display: flex;
    padding: 10px;
    z-index: 10;
    justify-content: center;
}

body:not(.scb-theme):not(.sns-theme) .pdp-share:hover .hover-wrapper:after {
    display: block;
    position: absolute;
    content: "";
    top: 35px;
    right: 17px;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-top: solid 1px #86B6E7;
    border-left: solid 1px #86B6E7;
    transform: rotate(225deg);
    box-shadow: -3px -3px 3px #00000017;
}

body:not(.scb-theme):not(.sns-theme) .pdp-share .hover-wrapper>a {
    align-items: center;
    display: flex;
    padding: 0 5px;
    font-size: 20px; 
}

.mobile-only {
   display: none;
}

.arc-theme .buy-section .pdp-share {
    top: 25px;
}

.arc-theme .product-info-container {
    padding-top: 23px;
}
 
.arc-theme .first-of-type .product-brand {
    margin: 0;  
}
.arc-theme .product-info-container form {
    padding-top: 22px;
}
.arc-theme .product-info-container .buy-section {
    padding: 0;
}
.arc-theme .buy-section .pdp-share:before {
    width: 100px;
    height: 40px;
    content: '';
    position: absolute;
    right: -10px;
    top: -20px;
}

@media screen and (max-width: 801px){
    .pdp-share {
        display: none;
    }
	body:not(.sns-theme):not(.sns-theme) .mobile-only {
        display: block;
		position: absolute;
		top: -20px;
		right: 0;
		z-index: 2;
    }
    body:not(.sns-theme):not(.sns-theme) .mobile-only .icon--share {
        stroke: unset;
    }
    body:not(.sns-theme):not(.sns-theme) .main-product-section .product-img-hasmulti .image-swiper .swiper-pagination {
       bottom: 0;
       top: unset;
       left: auto;
   }
}

@media screen and (min-width: 1200px){
    .arc-theme .buy-section .pdp-share {
        right: 250px;
        top: 25px;
    }
}
/*social links*/

.back-to-top {
	position: fixed;
	right: 3%;
	bottom: 6%;
	background: #fff;
	border-radius: 50%;
	width: 72px;
	height: 72px;
	display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
	color: #06c;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.75em;
	padding: 12px;
	transition: all 180ms;
	opacity: 0;
	z-index: 999;
  border: solid 1px #ccc;
}
.stick-tab .back-to-top {
	opacity: 1;
	filter: alpha(opacity=100);
	transition-duration: 720ms;
}
.back-to-top:hover {
	color: #000;
}
.back-to-top:before {
	font-size: 20px;
	display: block;
	color: inherit;
	line-height: 0.7;
  content: 'î';
  margin-bottom: 6px;
}

.simple-trunc-desk {max-height:400px; overflow:hidden;}
.toggle-trunc-desk{display:block; text-align:center; margin:30px 0; font-size:1.5em; text-transform:capitalize;}

/* article tab */
.tab-articles.layout-80-20 .tab-dynamic-content > .col1 {
  width: 100%;
  padding-right: 0;
}
.tab-articles article {
	margin-bottom: 20px;
  background: #fafafa;
  display: flex;
  align-items: center;
}
.tab-articles article p {
  max-width: none;
}
.tab-articles article:after {
  display: none;
}
.tab-articles article .col1 {
  float: none;
}
.tab-articles article .col2 {
  float: none;
}
.tab-articles article .col1 a {
  display: block;

}
.tab-articles article:not(:first-child) {
	margin-top: 20px;
}
.tab-articles article img {
	display:block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tab-articles article .thumb-video {
  max-height: 230px;
  object-fit: none;
}
.tab-articles article h3{
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 6px;
  font-weight: 400;
}
.tab-articles article p{
	font-size: 16px;
  margin: 0;
}
.tab-articles article .col2 {
	padding-left:15px;
}
.tab-articles article .col2 span{
	line-height: 1.8;
	display:block;

}
.tab-articles article .col2 i{
	float:right;
	display:inline;
}
.tab-articles article .col2 i:before{
	color:#2C97DE;
	}
.tab-articles .next-arr {
	display: none;
}
.item-newer-version .item-img {
	float: left;
	width: 20%;
  display: flex;
  justify-content: center;
}

.item-newer-version .item-details {
	float: left;
	width: 80%;
	padding: 0 36px 0 18px;
}
.item-newer-version h3 {
  font-size: 14px;
	font-weight: 400;
	margin-bottom: 24px;
	color: #585C5F;
}
.item-newer-version h3:before {
  display: none;
}
.item-newer-version h2 {
    margin-top:0;
}
.flaxShopper > img {
    vertical-align:top;
}
.widget-filter .filter-seemore {
	cursor: pointer;
	display: block;
    color: #06c;
	font-size: 14px;
	margin: 0px;
}
.widget-filter .filter-seemore:before {
  display: none;
}
.widget-filter {
    overflow:hidden;
}
#quickLinks ul {
	margin: 3px 12px 6px 8px;
	padding-left: 18px;
}


/* Belt Recommended Section */
.pa-recommended .beltWrapper {
  min-height: 220px;
}

.product-container .pa-recommended.pa-horizontal .pa-name {
  height: 28px;
  overflow: hidden;
  margin-top:3px;
  padding: 0px 8px;
}

.pa-recommended .pa-name {
  visibility: visible;
  position: relative;
  display: block;
  opacity: 1;
  padding: 0px;
}

.pa-recommended .pa-name em {
  display: block;
  transition: none;
  visibility: visible;
  font-size:0.875em;
}

.pa-recommended .aggregate-item:hover .pa-name {
  visibility: visible;
  opacity: 1;
}

.pa-recommended .aggregate-item:hover .pa-name em {
  -webkit-transform:translate3D(0,0px,0);
}

.pa-recommended .aggregate-item:hover img {
  opacity: 1;
}
.promo-financing{
	display: block;
}
.ways-to-save.promo-financing {
	display: inline-block;
  margin-left: 6px
}
.description-wrap iframe{
    padding: 10px 20px 0 20px;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.item-tag-group {
    font-size: 1.5em;
	min-height: 10px;
}
.item-tag-group .item-tag{
    font-weight:normal;
}

/* used overview */
.about-condition {max-width: 1020px; margin: 0 auto 120px; border:1px solid #ccc; padding:18px; margin-bottom:30px; border-radius:0!important; background:#f3f3f3!important; font-size:0.875em; line-height:1.4;}
.about-condition h5 {margin: 6px 0 12px; font-size: 21px; font-weight: 400;}
.about-condition > .col2 {padding-left:30px;}
.tabContentContainer .about-condition .testimonialContainer {border:1px solid #E6E7E7; border-radius:3px;margin:0; background:#fff; padding:18px; width:100%;}
.about-condition .testimonialContainer p {color:#666B74; line-height: 1.5;}
.about-condition .testimonialContainer small {font-size:0.875em; color:#798794;}

/* oversized size chart */
	#sizeChartContainer.oversized-chart:before {content:'Scroll/swipe table for more'; font-size: 0.75em; color: #c1c1c4; margin: 0 0 8px;}
	#sizeChartContainer.oversized-chart table {display: block; position: relative; width: 100%;}
	#sizeChartContainer.oversized-chart thead {display: block; float: left;}
	#sizeChartContainer.oversized-chart thead tr {display: block;}
	#sizeChartContainer.oversized-chart th {display: block;}
	#sizeChartContainer.oversized-chart tbody {display: block;width: auto; position: relative; overflow-x: auto; white-space: nowrap;}
	#sizeChartContainer.oversized-chart tbody th {width: auto; padding: 6px; border-left: 1px solid #ccc;   margin-left: -1px;}
	#sizeChartContainer.oversized-chart tbody tr {display: inline-block; vertical-align: baseline; margin-right: -5px; border-top: 1px solid #ccc;}
	#sizeChartContainer.oversized-chart tbody tr:nth-of-type(odd){border-top:none;}
	#sizeChartContainer.oversized-chart td {display: block; min-height: 1.25em; padding:6px;  min-width: 66px;}

	.tabContentContainer table thead th{border-top:none!important;}
/*Hiding the testimonials - Temp hiding.. LP-12845*/
.loadingTextPlaceholder{display: none;}

/* sticky product nav */
.product-nav {display:none;}
.item-tab {z-index: 2}

.stick-tab .productTabs a:first-child,
.stick-tab .productTabs a:first-child.active { padding-left: 0; }
.stick-tab .productTabs a,
.stick-tab .productTabs a.active{padding: 12px 30px; font-size: 18px;}
.stick-tab .productTabs a.active:first-child:before { left: 0; }
.stick-tab .productTabs a.active{vertical-align: top;border-top-width:0px;}
.stick-tab .productTabs a:first-child.active {border-left-color: #e5e5e9;}

.wrap.product-nav a{border-left:none; }
.product-nav img{ max-width: 50px; }
.product-nav .nav-title{width: 55%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 0 0 2%;}
.product-nav strong{width:10%; text-align:right; font-size: 21px; margin: 0 8px 0 6%;}
.product-nav.used .price-final {margin:0 8px;}
.product-nav.used .nav-title {width:49%;}
.product-nav input{margin: 3px 0 0 10px; float:right; display:inline-block;}
.product-nav strong, .product-nav .nav-title, .product-nav .button{vertical-align: middle;display:inline-block;}
.product-nav .button.cta-has-subtext {font-size:0.75em; padding: 6px 18px 7px;}
.product-nav.used {margin-left: 3px;}
.product-nav.used .item-tag {margin-left: 6px;}
.product-nav.used a {padding: 0;font-size: inherit; color: inherit;}
.product-nav.used a:hover {text-decoration:none;}
.product-nav.used a * {color: inherit}
.stick-cta .product-nav{display:inherit; box-shadow: none!important; padding: 0; background: #fff;}
.item-tab button[data-mark="disabled"] {display:none}
.reached-footer .tabMenu{position:static;}
.reached-footer{ padding-top: 0; }

/* xxXXXXxxxx Free Essential Gift xxXXXXxxxx */

.free-gift-selection {
    display: grid;
    grid-template-columns: auto;
    width: fit-content;
    margin: 10px 0 0 0;
    padding: 3px 38px 3px 8px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid rgba(0,103,204,0.3);
    border-radius: 6px;
} 
.scb-theme .free-gift-selection, .sns-theme .free-gift-selection {
    grid-area: 2/1/2/1;
    margin: 10px 0 10px 0;
}
.free-gift-selection img {
    max-width: 36px;
    width: 100%;
}
.free-gift-selection a  {
    display: flex;
    align-items: flex-start;
    grid-row: 1/1;
    grid-column: 1/1;
}
.free-gift-selection h3 {
    grid-row: 1/1;
    grid-column: 1/1;
    padding: 2px 0 0px 47px;
    margin: 0;
    font-size: 13px;
    letter-spacing: -0.13px;
    color: #000000;
    font-weight: normal;
}
.free-gift-selection h3 strong {
    text-transform: uppercase;
}
.free-gift-selection a span{
    padding: 17px 0 0 10px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #0066CC; 
}

#preloadedTabsContainer {
  max-width: 100vw;
  overflow: hidden;
}

.page-pdp .pageContent,
.reviewsPage .pageContent {
  background: #fff;
  padding-top: 12px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.page-pdp .main-product-section {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  margin-top: 24px;
}

.page-pdp #footer {
  margin-top: 0;
}

.rwd-cart-sucsess-pop p strong {
	font-size: 25px;
	font-weight: 400;
	margin-top: 18px;
	display: block;
}
.rwd-cart-sucsess-pop .button {
	min-width: 55%;
}
.rwd-cart-sucsess-pop .button:hover {
	text-decoration: none;
}
.rwd-cart-sucsess-pop .popupContent center {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 401px;
    max-width: 100%;
    margin: 0 10px;
}
.rwd-cart-sucsess-pop center p {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 24px;
    line-height: 31px;
}
.rwd-cart-sucsess-pop center .notification {
    padding: 0 30px;
}
.rwd-cart-sucsess-pop center .notification p {
	padding: 0;
    font-size: 11px;
	line-height: 23px;
    text-transform: uppercase;
    color: #C31502; 
}
.rwd-cart-sucsess-pop .notification .notification-msg .message-title {
    font-weight: 600 !important;
}
.rwd-cart-sucsess-pop .button {
    margin: 0;
}
.rwd-cart-sucsess-pop .to-cart-button, .rwd-cart-sucsess-pop .to-checkout-button {
    height: 45px; 
}
.rwd-cart-sucsess-pop .to-cart-button {
     margin: 30px 0 0 0;
}
.rwd-cart-sucsess-pop .notification .notification-msg p {
    text-transform: none; 
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.14px;
    color: #C31502;   
}
.to-shopping-button {
    padding: 30px 0 20px 0;
    color: #0066CC;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: -0.14px;
}
.to-cart-button .button, .to-checkout-button .button {
    max-width: 220px;
    width: 100%;
    font-weight: 400;
}
.scb-theme .to-checkout-button .button.highlight {
    background: var(--red-button-gradient);
}
.scb-theme .to-cart-button .button {
    background: var(--blue-button-gradient);
}
.scb-theme .to-checkout-button .button.highlight:hover {
    background: var(--red-button-gradient);
    opacity: 0.9;
}
.product-information ~ .recs-horizontal h1 {
	font-size: 25px;
}

.page-pdp .p-widget-body .mini-list .item:nth-child(4n+1) {
  margin-left: 0;
}

.page-pdp .p-widget-body .p-widget.mini-list .item {
  padding-left: 0;
}

.page-pdp .p-widget-body .item a {
  display: flex;
	align-items: flex-start;
}

.page-pdp .p-widget-body .item img {
  float: none;
  margin-right: 20px;
}

.page-pdp .p-widget-body .item .item-details {
  width: auto;
  float: none;
  margin-right: 20px;
  max-width: 320px;
}
.rebatesApp .page-pdp .p-widget-body .item .item-details {
	margin-right: 12px;
	max-width: 280px;
}

.page-pdp .p-widget-body .item .item-actions {
  width: auto;
  float: none;
  margin-left: auto;
  padding-right: 15px;
}

.product-compatibility-wrapper {
  margin-top: 24px;
}

.product-compatibility-wrapper ul {
  margin-top: 20px;
  margin-left: 12px;
  padding-left: 0;

  list-style: none;
}

.product-compatibility-wrapper p {
  font-size: 14px;
  color: #585C5F;
  margin-top: 6px;
}

.product-compatibility-section {
  margin-bottom: 36px;
}

.product-compatibility-header {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}

.product-compatibility-support {
  background: #F7F7F7;
  padding: 24px;
}

.product-compatibility-support h4 {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
}

.product-compatibility-support p {
  margin-top: 6px;
  font-size: 15px;
}

.pdp-compatibility-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
}

.pdp-compatibility-header {
  background: #F2F2F2;
  padding: 12px 20px;
  display: flex;
  align-items: center;
}

.pdp-compatibility-header h4 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #222;
  margin-bottom: 0;
}

.pdp-compatibility-header a {
  margin-left: auto;
}

.pdp-compatibility-body {
  background: #F2F2F2;
  padding: 20px;
  margin-top: 2px;
}

.pdp-compatibility-body p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
/* PDP Protection Tab for Warranties */
.tab-protection .warranty-type-wrap {
	display: grid;
	max-width: 1200px;
	grid-template-columns: 210px auto;
	margin: 28px auto;
	padding: 0 20px;
	grid-column-gap: 20px;
}
.tab-protection .warranty-type-wrap div {
	grid-row: 1 / 4;
	border: 1px solid #DBDBDB;
	height: 210px;
	justify-content: center;
	display: flex;
}
.tab-protection .warranty-type-wrap .warranty-logo {
	align-self: center;
}
.tab-protection .warranty-type-wrap h3 {
	font-size: 25px;
	margin-bottom: 0;
	align-self: end;
	font-weight: 400;
}
.tab-protection .warranty-type-wrap p {
	font-size: 18px;
	max-width: none;
	margin-bottom: 0;
	line-height: normal;
	padding-bottom: 5px;
	grid-column: 2;
}
.tab-protection .warranty-type-wrap h4 {
	text-align: left;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    letter-spacing: 1.6px;
	font-size: 16px;
	grid-row: 3;
	grid-column: 2;
	align-self: end;
}
.tab-warranty-plans {
	max-width: 1200px;
	background: #F2F2F2;
    margin: auto;
    padding: 10px;
}
.tab-plan-type {
	background: #FFF;
	display: grid;
    grid-template-columns: 200px auto;
	grid-column-gap: 30px;
	grid-row-gap: 15px;
	padding: 50px 50px 50px 38px;
	margin-bottom: 10px;
}
.tab-plan-type .desktop-only-warranties {
	padding-left: 18px;
}
.tab-plan-type .desktop-only-warranties .item-prices {
	padding-top: 10px;
}
.tab-plan-type .mobile-only-warranties {
	display: none;
}
.column2 .item-name {
	font-size: 21px;
	margin-bottom: 8px;
}
.tab-plan-type .price-before {
	display: block;
	color: #999;
	font-size: 12px;
	text-decoration: line-through;
	padding-bottom: 6px;
}
.tab-protection .price-now {
	display: block;
	color: #222;
	font-size: 25px;
}
.tab-plan-type .item-cta {
	width: 165px;
	background: linear-gradient(180deg,#fc5d37 0%,#ed5132 49%,#e64525 100%);
}
.tab-plan-type .column1 {
	grid-row: 1 / span 2;
}
.tab-plan-type .column2 {
	grid-column: 2 / span 2;
}
.tab-plan-type .item-features {
	grid-column: 2 / span 2;
}
.tab-protection .style-is-list .column1 .item-img {
	display: block;
	position: initial;
}
.tab-plan-type .item-features h4 {
	padding: 0;
	text-align: left;
	font-size: 13px;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: 400;
}
.tab-plan-type .item-features ul {
	padding-left: 18px;
	column-count: auto;
	margin-left: 0;
	margin-top: 0;
	list-style: outside;

}
.tab-plan-type .item-features li {
	font-size: 14px;
}
.modal.warranty-type-pop .tab-plan-type .price-now {
	display: block;
	color: #222;
	font-size: 25px;
}
.modal.warranty-type-pop .tab-plan-type {
	padding: 40px;
	margin-bottom: 0;
}
.modal.warranty-type-pop .item-features h4 {
	text-transform: uppercase;
	font-weight: 400;
}
.modal.warranty-type-pop .tab-plan-type .item-cta {
	width: 165px;
	background: linear-gradient(180deg,#fc5d37 0%,#ed5132 49%,#e64525 100%);
}
.modal.warranty-type-pop .popupBorder {
	max-height: none!important;
	overflow: scroll;
	width: auto;
	margin: auto;
	left: 0;
	max-width: 800px;
}
.modal.warranty-type-pop .popupContainer {
	height: auto;
}
.modal.warranty-type-pop h2.popupHeader {
	display: none;
}
.modal.warranty-type-pop .popupContent {
	overflow: scroll;
}

.prod-doc-container {
	background: #F7F7F7 0% 0% no-repeat padding-box;
	padding: 20px 17px;
	margin: 10px 0;
  }
  
.prod-doc-header {
	margin: 0 0 9px 0;
	font-size: 21px;
	font-weight: 400;
}
.prod-doc-container a {
	font-size: 14px;
}
.prod-doc-container [data-icon]:before {
	margin-right: 6px; 
}
.product-info-container .factor-points {
	color: #ed5132 !important;
	font-weight: 700;
}

.mailMePrice {
    color: #c31502;
    font-size: 13px;
    margin: 20px 0 5px 0;
}

.mailMePrice::before {
    content: 'Z';
    font-family: 'iCons';
    font-size: 16px;
    vertical-align: bottom;
    color: #c31502;
    padding-right: 2px;
}

.mailMePrice span {
    font-weight: 700;
}

.product-info-container .protect-buy-section .purchase .add-to-cart.email-me-price {
    font-size: 16px; 
    line-height:19px;
    text-transform: capitalize;
    background: transparent linear-gradient(180deg, #197ADB 0%, #0066CC 53%, #0060BF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 1px 3px 6px #00000054;
    border-radius: 4px;
    text-shadow: -1px -1px 0px #57000029;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.product-info-container .protect-buy-section .purchase .add-to-cart.hoverInfo:after {
    content: "?";
    font-family: "iCons";
    font-size: 12px;
}

.product-info-container .protect-buy-section .purchase .add-to-cart.email-me-price::after {
    margin-left: 5px;
    margin-top: 0;
    cursor: pointer;
}

.modal.email-me-price .popupHeader {
    background: white;
    border: none;
    height: 0;
    padding: 2px !important;
}
.modal.email-me-price .popupContent {
    min-height: auto !important;
}

.product-info-container .protect-buy-section .purchase button.add-to-cart.email-me-price::before {
    display: none;
}

.product-info-container .protect-buy-section .purchase .add-to-cart.email-me-price::after {
    margin-left: 5px;
    margin-top: 0;
    cursor: pointer;
}

@media screen and (max-width: 599px) {
	.tab-protection .tab-plan-type {
		padding: 16px 16px 16px 0;
		grid-template-columns: 30% auto;
		grid-column-gap: 6px;
	}
	.tab-protection .desktop-only-warranties {
		display: none;
	}
	.tab-protection .mobile-only-warranties {
		display: block;
	}

	.modal.warranty-type-pop .tab-plan-type {
		padding: 16px 16px 16px 0;
		grid-template-columns: 30% auto;
		grid-column-gap: 6px;
	}
	.modal.warranty-type-pop .desktop-only-warranties {
		display: none;
	}
	.modal.warranty-type-pop .mobile-only-warranties {
		display: block;
	}

	.tab-plan-type .column1 {
		padding-left: 8px;
	}
	.tab-plan-type .column2 {
		grid-row: 1 / span 2;
	}
	.tab-plan-type .item-features {
		grid-column: 1 / span 3;
		padding-left: 18px;
	}
	.column2 .item-name {
		font-size: 14px;
		line-height: 1.4;
	}
	.mobile-only-warranties .item-prices {
		display: flex;
		align-items: baseline;
	}
	.mobile-only-warranties .price-before {
		order: 2;
		padding-left: 8px;
	}
	.mobile-only-warranties .price-now {
		font-size: 18px;
	}
}

.page-pdp .price-breakdown .auto-apply-coupon {
    border: dashed 1px #06c;
    border-radius: 3px;
    margin: 8px 0;
    display: block;
    width: fit-content;
}

.page-pdp .price-breakdown .auto-apply-coupon p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 3px 5px 5px;
    line-height: 1.2;
}
.page-pdp .price-breakdown .auto-apply-coupon p:before {
    content: '$';
    font-family: 'iCons';
    color: #ED5132;
    font-size: 16px;
    padding-right: 3px;
    position: relative;
    top: 1px;
}
.page-pdp .price-breakdown .auto-apply-coupon p span {
    color: #06c;
    font-weight: 700;
}

.printique.product-info-container h1 {
	line-height: 1.2;
	margin-bottom: 20px;
}
.printique .product-price {
	margin-bottom: 20px;
}
.printique .price-label {
	text-transform: uppercase;
	font-size: 11px;
	color: #585C5F;
	margin-bottom: 0;
}
.printique .product-price span {
	font-size: 42px;
	font-weight: 700;
}
.printique.product-info-container .buy-section {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 33px 0 45px;
}
.printique .external-shop {
	height: auto;
    font-size: 21px;
    font-weight: 400;
    padding: 10px 20px;
	background: transparent linear-gradient(180deg, #197ADB 0%, #0066CC 53%, #0060BF 100%) 0% 0% no-repeat padding-box;
	margin: 0 20px 20px 0;
	color: #fff;
	line-height: normal;
	border-radius: 4px;
	text-align: center;
}
.printique .printique-logo {
	max-width: 200px;
}
.printique .product-options h4 {
	text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
}
.printique .product-options ul {
	padding-left: 18px;
}
.printique .product-options li {
	font-size: 14px;
	margin-bottom: 12px;
}
.printique .product-options li span {
	font-weight: 700;
}
.offer-list > h2 {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
.offer-list.discontinued-recs h5.product-name {
	color: #000;
}
.offer-list .review-stars {
    top: 0;
}
.offer-list .widget-price-now {
    margin: 3px 0 0 0;
    font-weight: 400;
}
.discontinued-recs .widget-price-now sup {
    font-size: 10px;
}
.p-widget.offer-list .p-widget-body.recommended-products-container  {
    border: none;
    padding: 0 0 10px 0;
}
.offer-list.discontinued-recs .recommended-product {
    grid-template-columns: 65px auto 1fr;
}
.recommended-product-review .review-stars em {
    display: none;
}
.recommended-product-review .review-count{
    font-size: 11px;
    top: -2px;
}
.recommended-products-container .widget-price-now {
    margin: 0;
}
@media screen and (max-width: 801px) {
	.printique.product-info-container h1 {margin-bottom: 12px; align-items: center;}
	.printique .product-price {margin-bottom: 12px;}
	.printique .product-price span {font-size: 30px;}
	.printique .product-desc, .printique .product-avail {font-size: 15px;}
	.printique .external-shop {font-size: 18px;}
}
@media screen and (max-width: 599px) {
	.printique.product-info-container .buy-section {justify-content: center;}
	.printique .external-shop {order: 2; font-size: 16px; margin: 16px 0 20px; padding-top: 14px; padding-bottom: 14px;}
	.printique .printique-logo {max-width: 170px; margin: 0 30px;}
	.printique .product-options {margin-bottom: 30px;}
}
@media screen and (max-width:450px) {
	.printique .external-shop {font-size: 14px;}
}


@media screen and (max-width: 1020px) {
  .back-to { display: block; margin: 0 auto; padding: 0; }
  .back-to a { font-size: 12px; display: block; padding: 0 0 12px; }
  .tab-protection .warranty-type-wrap h3 {font-size: 21px;}
  .tab-protection .warranty-type-wrap p {font-size: 16px;}

}

/* RWD Media and up and Tall Screens */
@media screen and ( min-width: 801px ) and (min-height: 801px){
	.stick-tab .tabMenu:nth-of-type(2){ top: 40px; border-bottom: solid 1px #dfdfdf; }
  .stick-tab .tabMenu:nth-of-type(2) .wrap { border-bottom: none; }
	.stick-tab .tabMenu{position:absolute; top:70px; transition: top .3s ease; }
	.tabMenu{position:relative; transition: top .3s ease; }
	.stick-tab .tabMenu.item-tab{box-shadow:none!important; height: 60px; top:0px; padding: 8px 0; z-index:1006;}
	.stick-tab .tabMenu.item-tab .wrap {box-shadow:none!important;}
}
/* !--- rwd small AND medium --- */
@media screen and (max-width:801px) {
	.productTabs.tabMenu {
    top: 0;
	}
	.pageContent {padding-top: 0;}
	.page-pdp .main-product-section { margin-top: 32px; }
	.product-display-banner-wrapper { margin-bottom: 0; background: #FBFBFB; }
	.product-container {margin: 0;}
	.main-product-section, .product-information {border-radius: 0;}
	.main-product-section .col1, .main-product-section .col2, .product-information .tab-container > .col1, .product-information .tab-container > .col2, .layout-80-20 .tab-dynamic-content > .col1, .layout-80-20 .tab-dynamic-content > .col2  {width:100% !important;  padding:0; margin:0;}
	.tabContentContainer {margin-bottom: 12px;}
	.tab-container { padding-top: 12px; }
	.tabContentContainer > div > .col1 {padding-right: 0;}
	.tabContentContainer > div > .col2 {padding-top: 18px;}
	.rwd-img-howto {display: block; text-align: center; font-size: 0.75em; margin-bottom: 8px; color: #b7b9bb; position: absolute; left: 35%; left: calc(50% - 95px); z-index: 4;}
	.large-img-scroller {overflow:auto;}
	.product-img-container {position: relative; padding: 0 0 12px !important; min-height:initial; position: relative;}
	.main-product-section .large-img img {max-height: 100%!important}
	.large-img > a.popup, .large-img .nopic {height:auto; display:inline-block; text-align:center; position: relative; margin-right: 18px;}
    .large-img-scroller .large-img > a.popup, .large-img-scroller .large-img .nopic {float:left;}
	.large-img a.popup span {width: 100%;position: absolute; bottom: 0; z-index: 3; left: 0; color: #79848E; font-size: 0.8125em;}
	.product-img-container .beltRotateContainer {width:100%; height:30px;}
	.product-img-container .beltRotateContainer .beltWrapper {width:100%; height:auto; text-align:center;}
	.beltRotateContainer .belt {position:relative;}
	.product-img-container .beltRotateContainer img {}
	.media-additional .button {margin: 0;}
	.primary-info {border-bottom: 0; padding-bottom: 0; margin-bottom: 0;}
	.main-product-section.main-product-section h1 {margin-bottom: 0; font-size: 18px; }
	.main-product-section h2 {margin: 3px 0}
	.product-information.color-block {padding-top: 12px}
	.tabMenu .wrap {box-shadow: none!important; border-bottom: 1px solid #c1c1c4; padding: 0 3%;}
	.tab-container > .tab-accessories-scroller {padding: 0px 0 !important;}
	.tabContentContainer {padding:0; border-width: 0 0 1px; border-radius: 0;}
	.tabContentContainer > a {width:100%; display:block; position:relative; padding:12px 0; box-shadow:80px 0 42px -42px #fff inset, -80px 0 42px -42px #fff inset, 0 -12px 20px -10px rgba(0,0,0,0.12) inset; overflow:hidden; border-bottom: 1px solid #b7b9bb;}
	.tabContentContainer > a::after {position: absolute; top: 13px; right: 2%; font-family: iCons; content: ".";}
	.tabContentContainer > a.active:after {content: ",";}
	.product-information h2.tabSectionHeader {font-weight: 400; font-size:  18px; margin-top: 0;}
	.prod-traits {padding-bottom: 8px;}
	.prod-traits li {width: 30%; margin-bottom:18px;}
	.prod-traits li:nth-child(4) {margin-left: 0;}
	.prod-traits li .hoverTips, .action-ctas {display: none;}
	.product-information .widget-content.sell-points li {width:100%;}
	.linkset.additional-configurations {max-height:1000px; overflow-y:hidden;}
	.testimonials-belt {border-bottom:0; margin-bottom:0;}
	.testimonials-widget .beltWrapper {height:120px;}
	.testimonials-widget blockquote {width:88%; min-height:100px;}
	.mini-list {overflow: hidden;}
	.includesContainer.widget.highlight {margin-top: 24px;}
	.pa-recommended, .thumbsContainer .thumbRightArrow, .thumbsContainer .thumbLeftArrow, .product-brand, .brand-noimg, .whats-inthebox, .buy-section.info-data, .product-container .product-aggregate, .tab-jumpto, #pr-snapshot, .lens, .testimonials-widget a.thumbLeftArrow, .testimonials-widget a.thumbRightArrow, .tab-jumpto, .nav-title, .review-count i {display:none!important;}
	.product-img-container .used-img-title {display:block!important; height:auto;}
	.triggerMobilePop{position:absolute; top:0;}
	.large-img{overflow: hidden;}
	.scroll-x{padding-top: 18px}
	.large-img .scroll-x a{position:relative;float:left;}
	.mobile-belt-right{position: absolute; right: -60%;}
	.large-img > a{overflow: hidden;}
	.main-product-section .product-thumbs-container {width:100%; max-width:100%; text-align: center;}
	.main-product-section .thumbsContainer {width: 100%;}
	.main-product-section .thumbsContainer img {width:0; height: 0; border-color:#c1c1c4; border-radius: 50%; padding:3px; background:#c1c1c4!important; float: none; display: inline-block; margin: 0 1px;}
	.main-product-section .thumbsContainer img.active {background:#777; border-color: #777;}
	.item-newer-version {border-top: 1px solid #d6d6d6; padding: 2vw!important}
	.item-newer-version .save-actions {clear:both;}
	.tabContentContainer .simple-trunc{position: relative; max-height:460px; overflow:hidden;}
	.tabContentContainer .simple-trunc:before{position: absolute; content:""; width:100%; height:120px; bottom:0;background: linear-gradient(to bottom, rgba(255,255,255,0) 20%,rgba(255,255,255,0.6) 60%,#fff 90%); z-index: 1;}
	.toggle-trunc{display: block; padding: 12px 24px; z-index: 1; text-align: center; position: absolute; width: 100%; bottom: 0; left: 0; right: 0; margin: auto; font-size: 16px; border: solid 1px #06c; max-width: 200px; border-radius: 4px; background: #fff;}
	.video-injected {max-width:100%; height:auto;}
	.about-condition .col1, .about-condition .col2 {width:100%; padding:0}
	.large-img-scroller .large-img-hide {display: block;}
	.product-img-container .img-title {display: block; font-size: 0.6875em;}
	a.popup.slide-img.slide-video {float: right;}
	.stick-tab {padding-top: 0;}
	.item-tab {position:absolute; bottom:-70px; top:auto; transition: bottom .3s ease; box-shadow: 0 -3px 20px rgba(0,0,0,0.2); padding: 0;}
	.stick-cta .item-tab {background: #fff; height: 56px; top:auto; width:100%; max-width: none; bottom:0px; padding: 8px 0px 0 0; z-index:1006; display: block; position: fixed; left: 0; }
  	.stick-cta .item-tab #stickyHeaderContainer { position: relative; bottom: 12px; padding: 0 3vw 0 2vw;}
	.item-tab .wrap {box-shadow: none; max-width: 100%;}
	.product-nav .button {margin: 0 6px; height: 40px;float:right;}
	.product-nav strong {text-align: right;}
	.back-to-top, .stick-tab .back-to-top { display: none; }
    .item-compatibility .col1{display:none;}
    .item-compatibility .col2{width:100%; padding: 12px 8px; text-align: center;}
    .item-compatibility b{color:#7EC536!important;}
	.item-compatibility.no-match b{color:#BB2B26!important;}
	.item-compatibility.promo b{color:#555!important; line-height: 1.4}
  	.sell-points-hr { display: none; }

	.productTabs a { padding: 10px; font-size: 14px; }
	.productTabs a.active:before, 
	.productTabs a:active:before { left: 10px; right: 10px; }

	.spec-section .tabSectionHeader { font-size: 18px; margin-bottom: 6px; }
	.spec-section .layout-70-30 .col1 { float: none; width: auto; }
	.spec-section .layout-70-30 .col2 { float: none; width: auto; }
	.spec-section .select-ui-wrap { float: none; }
	.spec-section hr { display: none; }
	h3.spec-header { font-size: 16px; font-weight: bold; }
	.spec-jumpto { font-size: 12px; }
	.tab-details > .col2 .widget-header, .tab-specs > .col2 .widget-header, .page-pdp .widget-header {font-size: 18px; padding: 0;}
	.sell-points-hr + .recs .recs-title {font-size: 21px;}
	.product-information ~ .recs-horizontal h1 {padding: 0 0 20px; font-size: 21px;}
	.page-pdp .p-widget-body .item a { flex-direction: column; }
	.page-pdp .p-widget-body .item .item-actions { margin-left: 0; }
	.page-pdp .p-widget-body .item .item-details { margin: 12px 0; }
	.tab-protection .warranty-type-wrap {display: block; text-align: center; margin-top: 10px;}
	.tab-protection .warranty-type-wrap div {height: auto; border: none;}
	.tab-protection .warranty-type-wrap h3 {font-size: 18px; margin-bottom: 10px;}
	.tab-protection .warranty-type-wrap h4 {font-size: 14px; text-align: center;}
	.tab-protection .warranty-type-wrap .warranty-logo {align-self: center; padding: 0 0 10px; height: 70px; object-fit: cover; width: 178px;}
	.tab-protection .warranty-type-wrap p {font-size: 14px; padding-bottom: 20px;}
}
@media screen and (max-width: 700px){
	.mobile .offer-list > h2 {
		margin: 30px 15px -5px;
	}
	.mobile .offer-list .recommended-products-container .product-wrapper {
		padding: 0px 15px;
	}
}

/* !--- rwd: medium --- */
@media screen and (max-width:801px) and (min-width:599px) {
	#needle-product-banner {float: left; margin-right: 10px;}
	ul.linkset {overflow: hidden;}
	ul.linkset li {width: 50%; float: left; padding-right: 5%;}
	.large-img a.popup img, .large-img .largeImage.productImage {max-width:320px;}
	.alc-article img {max-height: 33px; max-width: 33px; margin-right: 12px; margin-top: -10px;}

	.productTabs a{vertical-align: top;}

	.slide-video img{position: relative;top: 45%;}
  .large-img-hide {display:none; }
  .prod-doc-container{display: block !important;}
 }

/* !--- rwd: small --- */
@media screen and (max-width:599px) {
	.back-to {margin: 0 auto; padding: 0; }
	.primary-info {padding: 0 0 6px;}

	.primary-info-sub .product-sku[itemprop="productID"],
	.productTabs,
	.productTabs .wrap:not(.product-nav) { display:none }
	
	.primary-info-sub {padding: 0; margin-bottom: 10px; }
	.prod-id {margin: 0; padding-bottom: 6px;}
	.TurnToplaceholder {float: right; text-align: right;}
	.TurnToplaceholder span {display: none;}

	.responsiveTabs {display: block; clear: both;}
	.responsiveTabs a {width: 100%; padding: 12px 0; font-size: 21px; display: block; border-bottom: 1px solid #b7b9bb; color: inherit;}
	.responsiveTabs a em {font-style: normal;}
	.responsiveTabs a:after {content: 'í'; font-family: iCons; float: right; font-size: 16px; margin-top:8px; color: #06c; }
	.responsiveTabs a.active:after {content: 'į'; margin-right: 3px;}

	.review-preview {margin:0; text-align: left; }
	.primary-info-sub #needle-product-banner, .product-info-container .needlepoint {display: none!important;}
	.product-information h2.tabSectionHeader {font-size: 1em; display: none;}
	.sell-points-hr {padding: 12px; margin: 12px 2vw; border-radius:2px;}
	.sell-points-hr li:not(:first-child) {display:none;}
	.sell-points-hr li {max-width:100%; padding:0 0 0 18px; margin:0; font-size:0.6875rem;}
	.sell-points-hr li:before {font-size:1.4em;}
	.sell-points-hr strong, .sell-points-hr em {display:inline; margin-left:3px;}
	.tabContentContainer dl {margin-top: 0;}
	.tabContentContainer dt, .tabContentContainer dd {width: 100%; padding: 12px 0 0;}
	.tabContentContainer dd {border:0; padding: 6px 0 8px; color: #585C5F; }
	.tabContentContainer dd, .tabContentContainer dt { padding-left: 12px; padding-right: 12px; }
	.large-img {/* padding-left: 17%; */}
	.large-img a.popup img, .large-img .nopic img, .large-img .largeImage.productImage{max-width:180px;}
	.slide-video img{width: 180px; height: 180px;}
	.options-container:first-child:last-child .button.select {max-width: none!important;}
	.reviewSummeryWidget .widget-header > .col1, .reviewSummeryWidget .widget-header > .col2 {width:100%;text-align:center;}
	.accessoriesContainer > .col1, .accessoriesContainer > .col2 {width: 100%;}
	.review-highlights .review-snippet {width: 94%; margin: 0 3% 36px!important; min-height: 1px;}
	.TurnToItemInputTeaser #qa-product-banner{display:block;}
	.tabContentContainer li {font-size: 14px;}
	#sizeChartContainer tbody th {border-left:0;}
	.quickLinksContainer ul {margin:0; padding-left: 5%}
	.tabContentContainer table thead th {border-top:0;}
	.tab-reviews h2.tabSectionHeader small {display:none;}
	.tab-articles article { position: relative; display: block; }
	.tab-articles article .tags, .tab-articles article p a {display: none;}
	.tab-articles article > .col1 { width: 100%; margin-bottom: 24px; }
	.tab-articles article > .col2 { width: 100%; }
	.tab-articles article > .col2 p {max-height: 4em; overflow: hidden; text-overflow: ellipsis; font-size: 15px; color: #585C5F; }
  .tab-articles article h3 { font-size: 18px; }
	.tab-articles .next-arr {width: 12%; text-align: center; background: red; display: inline-block;}
	.tab-articles .next-arr:before {position: absolute; right: 0; top: 40%; top: calc(50% - 12px); font-size: 24px; width: 12%;}
  .accessoriesContainer > .col1 p {margin:0;}
	.refine-accessories,.tab-accessories .acc-see-more {display:none;}
	.tab-container, .accessoriesContainer .mini-list .tab-container {display:block;}
	.mini-list .responsiveTabs a {text-transform:none; font-size: 16px; padding: 12px 0 11px; color: #06c; border-bottom: 0;}
	.mini-list .responsiveTabs a:after {margin: 2px 0 0 0; font-size: 10px; content: 'í'; }
  .mini-list .responsiveTabs a.active { color: #222; }
  .mini-list .responsiveTabs a.active:after { content: 'î'; }
	.tab-accessories .tab-container  {overflow-x:auto;}
	.tabContentContainer .jump-to-page {display:block;}
	.sticky-jumpto .tabContentContainer .jump-to-page {position:fixed; top:0; width:100%; background:white; box-shadow:0 4px 8px rgba(0,0,0,0.2); z-index:1001;}
	.large-img-hide, .product-nav.used a em, .review-count em {display:none;}
    a#jump { width: 100%;}
    .spec-section .layout-70-30 .col2{clear:both; width:100%}
    .spec-section .tabSectionHeader {font-size: 18px; font-weight: 400;margin-bottom: 16px;line-height: 1.5;}
    .tabContentContainer dt {font-weight: 700;clear: left; font-size: 14px; }
     .spec-section .options-select section {margin-left: 0;width: 357px;overflow-x: hidden;}
    .spec-section .options-select li{font-size: 1.125em;margin: 10px;}
.spec-section .button.select, .button.select:hover{width:100%;}
    .spec-section .select-ui-wrap {float:none;margin-bottom: 20px;display: flex;}
    .spec-section .options-select { margin: auto;display: block; width: 100%; }
  .spec-section .select-ui-val {float:left;}
    .spec-section .layout-70-30 {margin-top: 0px !important;}
    .spec-section .col1 { width: 100%;}
    .spec-section .options-select ul{overflow-x: hidden;}
    h3.spec-header{font-size: 16px;font-weight: 700;line-height: 1.3;}
    .kit-block .swiper-container-horizontal>.swiper-pagination{top:12px; right: 12px;}
      .item-tag-group {font-size: 1.25em; min-height: 0px;}

  .product-nav strong { font-size: 18px; }
  #stickyHeaderContainer .add-to-cart { padding-left: 16px; padding-right: 16px; }
	#stickyHeaderContainer .price-final {margin-right: 3px;}
  .accessoriesContainer .mini-list { background: transparent; }
  .accessoriesContainer .mini-list .item { min-width: 150px; display: flex; flex-direction: column; }
  .accessoriesContainer .mini-list .item:hover { box-shadow: none;}
  .TurnToItemInputTeaser.turnto-ready { display: block; margin: 6px 0 0; padding: 0; }
  .TurnToItemInputTeaser.turnto-ready a { float: none; text-align: left; }
  .TurnToItemInputTeaser.turnto-ready:before { display: none; }
	.rwd-cart-sucsess-pop p strong {margin-top: 10vh;}
	.rwd-cart-sucsess-pop .button {width: 100%;}
	.pdp-compatibility-header a { font-size: 12px; }
	.tab-protection .tab-plan-type .item-features h4 {font-size: 10px; font-weight: 400;}
}

@media screen and (max-width: 360px){
	.productTabs .used .button {padding: 9px 3%; font-size: 0.89em;}
	.productTabs .used .price-final {font-size: .9em; margin: 0 4px;}
}


@media screen and (max-width: 320px){

.spec-section .button.select, .button.select:hover {width: 262px;}
.spec-section .options-select section {margin-left: 0; width: 262px; overflow-x: hidden;}
.tab-container > .tab-accessories-scroller {padding: 0px 0 !important;width: 1000px;}
}

/* !--- rwd between medium and full --- */
@media screen and (max-width:1020px) and (min-width:801px) {
	.product-container .product-aggregate {overflow: hidden; max-height: 175px;}
	.main-product-section .large-img img {max-width: 100%;}
	.col2 .product-shipping {font-size: 0.875em;}
	.quantity {display: none; margin:0;}
	.purchase .add-to-cart { margin-left: 0; }
  .spec-section .options-select section {width: 93.72px;}
  .item-compatibility .col1{display:none;}
  .item-compatibility .col2{width:100%; padding: 12px 8px; text-align: center;}
  .item-compatibility b{color:#7EC536!important;}
	.item-compatibility.no-match b{color:#BB2B26!important;}
	.item-compatibility.promo b{color:#555!important; line-height: 1.4}
}
/*sticky-tabs*/
@media screen and (min-width:801px) {
	.image-swiper:not(.swiper-container-autoheight) {overflow: hidden;}
	.product-img-container .largeImage {
		margin-bottom: 12px;
	}
	.product-img-container .largeImage[data-src] {
		min-height: 345px;
	}
	.product-img-container .image-swiper .swiper-button-next,
	.product-img-container .image-swiper .swiper-button-prev {
		height: 74px;
	}
	.product-img-container .image-swiper .swiper-button-prev {
		width: 50px;
	}
	.stick-tab .tabMenu,
	.stick-cta .item-tab {
		position: fixed;
		top: 0px;
		z-index: 1005;
		background-color: #fff;
    padding-left: 24px;
		width: 100%;
		clear: both;
		display: block;
		/* padding-top: 0; */
		transition: top 280ms;
	}
	.item-tab {
		top: -100px;
		transition: top 120ms;
	}
	.stick-cta.fixed-header-full .level2 {
		opacity:0;
		transition: opacity 60ms;
	}
	.stick-cta .item-tab {
		background-color: #fff!important;
		border-bottom: 1px solid #d1d1d6!important;
		top: 0;
    left: 0;
		transition: top 280ms;
    z-index: 1006;
	}

	.stick-tab {
		padding-top: 47px;
	}
	.reached-footer{padding-top: 0;}


	.fixed-header-full.stick-tab .level2 {
		position:static;
	}
	.fixed-header-full.stick-tab .head-cart > div.toggled-hover {
		position: fixed;
		left: 50%;
		margin-left: 236px;
		top:0;
		z-index:1007;
	}
    .product-compatibility-wrapper ul {
      column-count: 2;
    }
   
    .product-compatibility-header {
      font-size: 36px;
      font-weight: 400;
    }
   
    .product-compatibility-wrapper ul {
      margin-top: 36px;
    }
   
    .product-compatibility-section {
      margin-bottom: 60px;
    }
   
    .product-compatibility-support h4 {
      font-size: 25px;
    }
   
    .product-compatibility-support p {
      font-size: 16px;
    }

	.page-pdp .tab-details.layout-75-25 > .col2 {
		margin-top: 48px;
	}
}
/*Hiding the testimonials - Temp hiding.. LP-12845*/
.loadingTextPlaceholder{display: none;}


/* !--- rwd ultra wide --- */
@media screen and (min-width: 1020px) {
	.breadcrumbs, .back-to, .main-product-section,
	.sell-points-hr, .product-container > .product-aggregate,
	.tabContentContainer, .tabContentContainer
	.product-aggregate, .productTabs .wrap, .tab-jumpto { max-width: 1400px; }
	.sell-points-hr li {max-width: 400px; padding-left: 56px;}
	.stick-tab .tabMenu, .stick-cta .item-tab, .explore-more{left: 0;}
	.product-nav img {max-width:3%;}
	.product-nav .nav-title {width: 57%;}
	.product-nav .button {width:15%;}
	.tabContentContainer p {line-height: 1.7;}
}

  .product-compatibility-wrapper ul {
    column-count: 3;
  }

 
  .dealTag {
    position: relative;
    background: #06c;
    color: #fff;
    padding: 8px 15px 8px 12px;
    font-size: 14px;
    line-height: 1;
    height: 30px;
	width: 132px;
	margin-bottom: 10px;
}

.dealTag::after {
	content: '';
    width: 22px;
    height: 22px;
    background: #fff;
    display: inline-block;
    position: absolute;
    transform: rotate(45deg);
    right: -12px;
    top: 4px;
}

.page-pdp a.promo-financing.long {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	display: block;
	margin-top: 10px;
}

.page-pdp a.promo-financing.long img {
	max-width: 47.8px;
	margin-right: 5px;
	margin-bottom: -2px;
}

.page-pdp a.promo-financing.long span.promo-financing-rate {
	color: #000;
	font-weight: bold;
}

.page-pdp a.promo-financing.long span.promo-financing-rate.promo-financing-rate-dollars {
	font-size: 18px;
}

.page-pdp a.promo-financing.long span.promo-financing-learn-how {
	color: #0066CC;
}

.page-pdp a.promo-financing.long:hover {
	text-decoration: none;
}

.page-pdp a.promo-financing.long:hover span.promo-financing-learn-how {
	text-decoration: underline;
}

.page-pdp a.promo-financing.long span.promo-financing-legal-copy {
	color: #585C5F;
    font-size: 12px;
    margin-top: 4px;
	display: block !important;
	white-space: normal !important;
    line-height: 1.4;
}

div#keyfeatures strong {
	font-weight: normal;
}
.ad-sell-point {
	border: 1px solid #557CA8;
	margin: 10px 0;
}
.ad-sell-point a {
	display: flex;
}
.sell-point-icon {
	background: #004387;
	height: auto;
	min-height: 60px;
	width: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sell-point-icon .icon {
	color: #fff;
	width: 30px;
	height: 30px;
}
.sell-point-info {
	padding: 4px 6px 4px 12px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	width: calc(100% - 54px);
}
.sell-point-info .title {
	font-size: 16px;
	font-weight: 700;
	color: #00336C;
	text-transform: capitalize;
	padding-bottom: 2px;
	width: 100%;
}
.sell-point-info .sub-title {
    font-size: 12px;
    color: #000;
}
/* Students account styles*/
.students-badge-container {
	display: none;
	height: 24px;
	float: left;
	margin-bottom: 12px;
}
.edu .students-badge-container {
	display: flex;
}

.page-pdp .students-badge-container>* {
	background: transparent linear-gradient(360deg, #004387 0%, #005EBD 100%) 0% 0% no-repeat padding-box;
	color: #ffffff;
}

.students-badge-container .students-badge-pdp-icon {
	width: 26px;
	content: url(/col/UIimages/students-icon.svg);
	padding: 6px 4px 5px 5px;
	box-shadow: 0px 3px 2px #00000033;
	border-radius: 3px 0px 0px 3px;
	margin-right: 1px;
}

.students-badge-container>a {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 11px 5px 7px;
	box-shadow: 0px 3px 2px #00000033;
	border-radius: 0px 3px 3px 0px;
}

.students-badge-container>a:hover {
	color: #ffffff;
}

.students-badge-container>a>span {
	text-decoration: underline;
}

.profoto-students-popup .popupContent {
	padding: 0 !important;
}

.profoto-students-popup h2.popupHeader,
.profoto-students-popup h2.nestedPopupTitle {
	height: 0px;
	background: none;
	border: none;
}

.students-phobio-popup {
	padding: 21px 48px 36px 48px;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.students-phobio-popup>img {
	width: 60%;
	max-width: 224px;
}

.students-phobio-popup>h2 {
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 1.89px;
	color: #222222;
	text-transform: uppercase;
	margin-bottom: 0;
}

.students-phobio-popup>hr {
	margin: 23px 0;
	width: 50%;
	max-width: 154px;
	height: 2px;
	border: none;
    border-bottom: 1px solid #222
}

.students-phobio-popup>p {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 36px;
	max-width: 392px;
}

.students-phobio-popup form {
	width: 100%;
}

.degree-container {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.degree-container legend {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1.4px;
	color: #212121;
	text-transform: uppercase;
}

.degree-container>p {
	margin-bottom: 0;
}

button.select-degree {
	background-color: #FFFFFF;
	border: 1px solid #0066CC;
	border-radius: 4px;
	padding: 8px 16px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: normal;
	color: #0066CC;
	width: 100%;
	margin-bottom: 30px;
}

button.select-degree.selected {
	border-radius: 4px;
	padding: 8px 16px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: normal;
	width: 100%;
	margin-bottom: 30px;
	background: #F2F2F2 0% 0% no-repeat padding-box;
	border: none;
	color: #000000;
}


.students-phobio-popup.select-state {
	padding: 21px;
}

.students-phobio-popup.select-state>hr {
	width: 700px;
	max-width: 700px;
	margin-left: -94px;
	margin-bottom: 0;
	margin-top: 12px;
}

.students-phobio-popup.select-state>h2 {
	font-size: 16px;
}

.students-phobio-popup .accordion::before {
	display: inline-block;
	font-family: "iCons";
	content: "į";
	color: #0066CC;
	transform: rotate(-90deg);
	font-size: 14px;
	margin-right: 6px;
}

.students-phobio-popup .accordion.shown::before {
	transform: rotate(0deg);
}

h3.degree-name {
	font-size: 27px;
	font-weight: normal;
	margin: 0;
}

p.degree-desc {
	font-size: 16px;
	font-weight: normal;
	margin: 8px 0 23px 0;
}

.students-phobio-popup .degree-back {
	font-weight: normal;
	margin-left: -20px;
}

.students-phobio-popup .degree-back:hover {
	background: initial;
}

.students-phobio-popup .degree-back::before {
	display: inline-block;
	font-family: "iCons";
	content: "į";
	color: #0066CC;
	transform: rotate(90deg);
	font-size: 13px;
	width: 31px;
}

.students-phobio-popup .drawer {
	padding: 0 18px;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	padding: 0 18px 0;
	margin-left: 17px;
	margin-top: 2px;
	margin-bottom: 6px;
	color: #0066CC;
}

.students-phobio-popup .accordion.shown+.drawer {
	max-height: 100%;
}

.students-phobio-popup .accordion.shown+.drawer>li {
	font-size: 16px;
}
.students-phobio-popup .accordion.shown+.drawer>li:hover {
	cursor: pointer;
}

.students-phobio-popup.select-state .drawer li {
	font-size: 16px;
}

.students-phobio-popup.select-state .accordion {
	font-size: 18px;
}

.students-phobio-popup button.select-degree.selected {
	background: #F2F2F2 0% 0% no-repeat padding-box;
	border: none;
	color: #000000;
	border: none;
}

.students-phobio-popup button.select-degree.unabled {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
}

.students-phobio-popup .submit-ready {
	background: transparent linear-gradient(180deg, #197ADB 0%, #0066CC 53%, #005DBA 100%) 0% 0% no-repeat padding-box;
}

.students-phobio-popup  .profoto-success {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.students-phobio-popup  .degree-check {
	margin-bottom: 11px;
	margin-top: 24px;
	text-align: center;
}

.students-phobio-popup  .degree-check::before {
	display: inline-block;
	font-family: 'iCons';
	content: 'ò';
	color: #108A00;
	font-weight: 400;
	font-size: 62px;
	text-align: center;
}

button.profoto-shopping {
	background-color: #FFFFFF;
	border: 1px solid #0066CC;
	border-radius: 4px;
	padding: 8px 16px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	color: #0066CC;
	width: 100%;
	text-align: center;
}

.students-phobio-popup  .profoto-success button.profoto-shopping {
	margin-top: 42px;
}

.students-phobio-popup  .profoto-success h3 {
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}

.students-phobio-popup .profoto-success p {
	font-size: 16px;
	text-align: center;
}

.students-phobio-popup .profoto-error {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.students-phobio-popup .profoto-error p {
	font-size: 16px;
	text-align: center;
}

#dontHaveMajor, #dontHaveMinor {
	margin-right: 6px;
}
@media screen and (max-width:599px) {
	.students-phobio-popup {
		padding: 21px;
		min-height: none;
	}
}

.tab-protection.protect-extend {
	max-width: 1200px;
	margin-top: 60px;
}
.ado-protect-notice-wrapper {
	border-radius: 4px;
	background-color: #ED5132;
	height: 60px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1080px) {
	.ado-protect-notice-wrapper {
		height: 80px;
		padding: 0 4em;
	}
}
.protect-extend .ado-protect-notice {
	color: #fff;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 0;
}
.protect-extend .ado-protect-notice .sns-icon {
	display: none;
}
@media screen and (max-width: 801px) {
	.ado-protect-notice-wrapper {
		padding: 0 1em;
	}
	.protect-extend .ado-protect-notice {
		font-size: 18px;
	}
}
@media screen and (max-width: 599px) {
	.protect-extend .ado-protect-notice {
		font-size: 16px;
	}
}
.ado-protect-notice a {
	color: #fff;
	text-decoration: underline;
	font-weight: 900;
} 
.ado-protect-notice a:hover {
	color: #fff;
}

.ado-protect-header {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4px;
	background: transparent radial-gradient(closest-side at 26% 30%, #FCFCFC 0%, #E6E6E6 100%) 0% 0% no-repeat padding-box;
	height: auto;
	align-items: center;
	padding: 20px;
	justify-content: center;
}
@media screen and (min-width: 600px) {
	.ado-protect-header {
		flex-wrap: unset;
		height: 200px;
		padding: 40px;
	}
}
.ado-protect-logo {
	height: 70px;
}

@media screen and (min-width: 600px) {
	.ado-protect-logo {
    	height: 80px;
    	padding: 10px 0 10px 10px;
	}
    .ado-protect-tagline {
        font-size: 20px;
        line-height: 24px;
        margin-left: 30px;
        padding: 20px 0px 20px 30px;
    }
}
@media screen and (min-width: 1024px) {
    .ado-protect-logo {
        height: auto;
    }
    .ado-protect-tagline {
        font-size: 24px;
        line-height: 34px;
        margin-left: 52px;
        padding: 0 0 0 52px;
    }
}
.ado-protect-tagline {
	color: #000;
	font-size: 20px;
	line-height: 26px;
	font-weight: 900;
	letter-spacing: 4.68px;
	text-transform: uppercase;
	padding: 20px 0 0;
	margin-bottom: 0;
	text-align: center;
}
@media screen and (min-width: 600px) {
	.ado-protect-tagline {
		font-size: 24px;
		line-height: 34px;
		text-align: left;
		border-left: 1px solid #B3B3B3;
		margin-left: 52px;
		padding: 22px 52px;
	}
}
@media screen and (min-width: 1220px) {
	.ado-protect-tagline {
		font-size: 36px;
		line-height: 43px;
	}
}

.ado-protect-body {
	background: transparent radial-gradient(closest-side at 74% 70%, #F7F7F7 0%, #EDEDED 100%) 0% 0% no-repeat padding-box;
	padding: 20px;
}
@media screen and (min-width: 600px) {
	.ado-protect-body {
		padding: 45px 27px 34px;
	}
}
.tab-protection.protect-extend .ado-protect-body-heading {
	margin-bottom: 9px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: #000;
}
@media screen and (min-width: 600px) {
	.tab-protection.protect-extend .ado-protect-body-heading {
		font-size: 30px;
	}
}
.tab-protection.protect-extend .ado-protect-body-copy {
	text-align: center;
	font-size: 16px;
	color: #222;
	margin: 0 auto 15px;
	max-width: 1075px;
	line-height: 1.4;
}
@media screen and (min-width: 600px) {
	.tab-protection.protect-extend .ado-protect-body-copy  {
		font-size: 18px;
		margin: 0 auto 34px;
		line-height: initial;
		line-height: 23.4px;
	}
}

.ado-protect-sellpoints-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
}
@media screen and (min-width: 801px) {
	.ado-protect-sellpoints-wrapper {
		gap: 18px;
	}
}
.ado-protect-sellpoint {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: auto;
	padding: 20px;
}
@media screen and (min-width: 801px) {
	.ado-protect-sellpoint {
		padding: 30px 25px 25px;
		width: calc(50% - 18px);
		height: 180px;
	}
}
@media screen and (min-width: 1280px) {
	.ado-protect-sellpoint {
		width: calc(33% - 18px);
	}
}
.ado-protect-sellpoint img {
	height: 38px;
	margin-bottom: 3px;
}
@media screen and (min-width: 801px) {
	.ado-protect-sellpoint img {
		height: 48px;
		margin-bottom: 13px;
	}
}
.product-information .ado-protect-sellpoint-heading {
	font-size: 18px;
	color: #222;
	font-weight: 700;
	margin: 0;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 801px) {
	.product-information .ado-protect-sellpoint-heading {
		font-size: 21px;
	}
}
.product-information .ado-protect-sellpoint-copy {
	font-size: 14px;
	color: #222;
	line-height: 19px;
	text-align: center;
	margin: 0;
}
.product-information .ado-protect-disclosure {
	color: #757575;
	font-size: 12px;
	text-align: center;
	margin: 16px auto;
	max-width: 1200px;
}
.product-information .ado-protect-tab-footer-wrapper {
	display: flex;
	justify-content: center;
}
.product-information .ado-protect-tab-footer-wrapper p {
	font-size: 13px;
	padding: 0 0 0 20px;
}
.product-information .ado-protect-tab-footer-wrapper p:nth-child(1) {
	border-right: 1px solid #757575;
	padding: 0 20px 0 0;
}
@media screen and (min-width: 600px) {
	.product-information .ado-protect-tab-footer-wrapper p {
		font-size: 16px;
		padding: 0 20px;
	}
	.product-information .ado-protect-tab-footer-wrapper p:nth-child(1) {
		padding: 0 20px;
	}
}
@media screen and (max-width: 801px) {
	.ado-protect-notice-wrapper {
    	padding: 1em;
    	height: auto;
	}
}

/* Sticky Navigation for Product Nav WEB-81781 */
.productTabObserver {
    height: 1px;
    width: 100%;
    pointer-events: none;
    position: relative;
    top:auto;
    z-index: -1;
    overflow: hidden;
    top: -60px;
}

.productTabs.tabMenu {
	border-bottom: solid 1px #E8E8E8;
	max-width: 1400px;
	margin: 0 auto;
	position: sticky;
	top: 60px;
	width: 100%;
	background: white;
	z-index: 100;
	margin-top: 0;
	overflow: auto hidden;
	scrollbar-width: none;
}
.productTabs.tabMenu::-webkit-scrollbar {
	display: none;
}
.productTabs.stuck {
    max-width: unset;
    width: calc(100% + 6vw);
    margin: 0 -3vw;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.stick-tab .productTabs.tabMenu .wrap {
    margin-top: 0;
}

.productTabs .wrap {
    max-width: 1400px;
    margin: 0 auto;
    border-bottom: 0;
}
.productTabs.tabMenu .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: calc(1400px + 3vw);
}
.productTabs.tabMenu.stuck .wrap {
    max-width: calc(1400px + 6vw);
    padding: 0 3vw;
}

.productTabs a, .stick-tab .productTabs a, .productTabs a.active, .stick-tab .productTabs a.active {
    background: transparent;
    padding: 15px 25px 12px;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    color: #7a7a7a;
    text-transform: uppercase;
}

.productTabs a:first-child,
.stick-tab .productTabs a:first-child {
    padding-left: 0 !important;
}

.productTabs a.active, .productTabs a:active,
.stick-tab .productTabs a.active, .stick-tab .productTabs a:active {
    color: #000;
    font-weight: 700;
}
.productTabs a.active:before, .productTabs a:active:before {
    content: '';
    display: block;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: -1px;
    left: 25px;
    right: 25px;
}

@media screen and (max-width: 1400px){
    .stick-tab .productTabs.tabMenu {
        padding-left: 3vw;
    }
}

@media screen and (max-width:801px) {
    .productTabs.tabMenu {
        top: 0;
    }
    .stick-tab .productTabs.tabMenu {
        top: 0;
        padding-left: 0;
    }
    
    .productTabs.tabMenu .wrap {
        padding: 0;
    }
    .stick-tab .productTabs.tabMenu .wrap {
        padding-left: 3vw;
    }

    .productTabs a,
    .stick-tab .productTabs a {
        font-size: 14px;
        line-height: 17px;
        padding-left: 14px;
        padding-right: 14px;
    }

}
@media screen and (max-width:599px) {
    .responsiveTabs {
        display: none;
    }

    .productTabs a, .stick-tab .productTabs a, .productTabs a.active, .stick-tab .productTabs a.active {
        padding: 15px 15px 12px;
        font-size: 13px;
        line-height: 16px;
    }
    .productTabs a.active:before, .productTabs a:active:before {
        left: 15px;
        right: 15px;
    }
}
