/* ### PROD_template_inline_css resource ### */

section.step1-headingblock {
	margin: 1% 0;
	padding: 2% 0;
}

.step1-headingblock .step-heading,
.step2-headingblock .step-heading,
.step3-headingblock .step-heading {
	font-size: 1em;
}

.step1 .x-product-list .x-product-list__item,
.step2 .x-product-list .x-product-list__item {
	margin-bottom: 1rem;
}

.step1 .x-product-list__item a,
.step2 .x-product-list__item a {
	border: 1px solid #CCC;
	box-shadow: 0 0 0 1px rgba(222, 222, 222, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
	height: 100%;
	margin: 0 1% 1% 0;
	padding: 15% 5%;
}

.step-top-container {
	margin-bottom: 30px;
	margin-top: 30px;
}

.step-top-container.step-4-top {
	margin-top: 5%;
}

.popup-cal.kit-page {
	max-width: 100% !important;
	overflow-y: visible;
	padding: 0;
	position: static !important;
	transform: none !important;
}

@media( min-width: 48em ) {

	.prod-item {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.prod-item-detail {
		padding-left: 30px;
		width: 100%;
	}
}

.prod-item-detail .product-price {
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

.prod-item-detail .select-column.color-swatch {
	max-width: 100%;
	padding: 0;
}

.prod-item-detail .color-swatch ul {
	max-height: 67px;
	width: 45%;
}

.swatch-sections {
	max-height: 66px;
	overflow-y: scroll;
	width: 63%;
}

.prod-item-detail .color-swatch ul .o-list-inline__item:not(:last-child) {
	margin-bottom: 7px;
	margin-right: 3px;
}

.x-product-layout-purchase__swatches li img {
	border: 2px solid rgba(0,0,0,0);
	/* border-radius: 100%; */
	cursor: pointer;
	height: 30px;
	object-fit: cover;
	width: 30px;
}

.swatch-popup .x-product-layout-purchase__swatches li img {
	height: 119px;
	width: 120px;
}

.product-details .color-swatch .x-product-layout-purchase__swatches ul li {
	height: 27px;
	width: 27px;
}

.product-details .color-swatch .x-product-layout-purchase__swatches ul li img {
	height: 25px;
	width: 25px;
}

.swatch-popup .x-product-layout-purchase__swatches ul li {
	height: 120px;
	margin-bottom: 30px;
	width: 120px;
}

.x-product-layout-purchase__swatches ul,
.quick-view-container .color-swatch ul {
	max-height: 85px;
	overflow-y: auto;
}

.swatch-popup .x-product-layout-purchase__swatches ul {
	max-height: 500px;
	overflow: inherit;
}

.x-product-layout-purchase__swatches .o-list-inline__item:not(:last-child) {
	margin-right: 7px;
}

.t-page-built-kit-template .swatch-popup .x-product-layout-purchase__swatches ul li {
	height: auto;
}

.t-page-built-kit-template .x-product-layout-purchase__swatches .o-list-inline__item:not(:last-child) {
	margin-right: 28px;
}

.t-page-built-kit-template .swatch-popup .x-product-layout-purchase__swatches ul li {
	margin-bottom: 17px;
}

.quick-view-container .o-list-inline__item:not(:last-child) {
	margin-right: 10px;
}

.show-all-swatches {}

.kit_swatch {
	font-size: 0;
}

.product-thumbnail {
	align-self: center;
	flex-shrink: 0;
	margin-bottom: 0;
	max-width: 170px;
	width: 100%;
}

.discount-price {
	margin-bottom: 20px;
}

.purchase-buttons table {
	float: left;
	width: 50%;
}

.go-to-cart {
	align-self: center;
}

.quanity {
	float: left;
	width: 112px;
}

.add-button {
	float: left;
	margin-left: 6px;
	text-align: right;
}

.quanity span {
	float: left;
	padding: 8px 0;
	width: 35%;
}

.quanity input[ type=text ] {
	float: left;
	text-align: center;
	width: 65%;
}

div#swatches .o-list-inline__item:not(:last-child) {
	margin-right: 4px;
}

.prod-item-detail .x-product-layout-purchase__options-attribute .c-form-label span {
	font-weight: 400;
}

.loading-mask {
	background: #000;
	background-color: #CCC;
	bottom: 100%;
	display: none;
	height: 100%;
	left: 0;
	max-height: 100%;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.loading-step-image {
	display: none;
	left: 50%;
	position: fixed;
	top: 50%;
}

.add-button a {
	background-color: #F02;
	color: #FFF;
	float: right;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

.add-button a:hover {
	background: #3D70B2;
}

.product-item {
	background: #F8F8F8;
	border: 1px solid #CCC;
	margin-bottom: 2%;
	padding: 20px 0;
}

.go-cart {
	float: left;
	margin-bottom: 5%;
	text-align: right;
	width: 100%;
}

.go-cart a {
	font-size: 14px;
	font-weight: 600;
	padding: 12px 35px;
	text-transform: uppercase;
}

.go-cart a:hover {
	background: #3D70B2;
}

.add-product-success {
	background: #CCC;
	border: 1px solid #CCC;
	border-radius: 6px;
	box-shadow: 0 0 10px 3px #333;
	display: none;
	left: 35%;
	padding: 3%;
	position: fixed;
	top: 40%;
	z-index: 999;
}

.success-text {
	float: left;
	text-align: center;
	width: 100%;
}

.continueproduct {
	float: left;
	padding: 5% 0 0;
	width: 100%;
}

.continueproduct a {
	background: #F02;
	color: #FFF;
	float: right;
	font-size: 14px;
	font-weight: 600;
	margin-top: 2%;
	padding: 2% 5%;
	text-decoration: none;
	text-transform: uppercase;
}

.continueproduct a:hover {
	background: #3D70B2;
}

span.errormsg {
	clear: both;
	color: red;
	float: left;
}

.caltypes {
	float: left;
}

.calculator .options .option {
	display: none;
}

.calculator .options .option:nth-child(1) {
	display: block;
}

.caltypes ul li {
	font-size: 14px;
	width: 32%;
}

div.option {
	clear: both;
	float: left;
}

iframe {
	float: left;
}

.wpb_column.vc_column_container.vc_col-sm-6 {}

section.calculator-section {
	float: left;
	width: 100%;
}

section.product-dispaly-layout {
	clear: left;
	float: left;
	width: 100%;
}

.calculator {
	float: left;
	width: 100%;
}

.caltypes {
	float: left;
	width: 100%;
}

.all-calculate-options {
	float: left;
	width: 100%;
}

.options.calculator-area {
	background-color: #F8F8F8;
	float: left;
	margin-right: 2%;
	padding: 2%;
	width: 60%;
}

.first-option-container {
	float: left;
	width: 100%;
}

.options .option {
	float: left;
	width: 100%;
}

.calculator .options .option form {
	float: left;
	width: 100%;
}

.calculate-area {
	float: left;
	width: 100%;
}

.calculate-result {
	display: none;
	float: left;
	width: 50%;
}

.result-right-side {
	float: left;
	width: 38%;
}

.calculator .options .Concrete_Acid_Stain_Calculator.option {
	display: block;
}

.Concrete_Acid_Stain_Calculator.option h3 {
	font-weight: 600;
}

.calculate-area label {}

span.or-break {
	float: left;
	font-weight: 700;
	padding: 2% 0;
	width: 100%;
}

.calculate-area input {
	font-weight: 500;
}

.length-width input[ type=text ] {
	margin-right: 5%;
	width: 12%;
}

.continue-button {}

.reset-button {}

.continue-button input[ type=Button ],
.continue-button input[ type=submit ],
.reset-button input[ type=reset ] {
	padding: calc(0.846em - 3px) calc(1.38em - 3px);
}

.options.calculator-area .option h3 {
	font-weight: 700;
	margin-bottom: 2%;
}

.result-right-inner h3 {
	float: left;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	width: 100%;
}

.result-right-inner p {
	float: left;
	font-weight: 700;
	margin-bottom: 2%;
	padding-left: 10%;
	width: 100%;
}

.main-result-area {
	background-color: #DEDBDB;
	float: left;
	margin-left: 20%;
	padding: 5%;
	width: 80%;
}

.result-right-inner {
	background-color: #E7EFF6;
	float: left;
	padding: 4%;
	width: 100%;
}

.main-result-area span {}

.main-result-area label {
	display: block;
}

.calculate-area select {
	padding: 0.5%;
	width: 15%;
}

.calculate-area p {}

.right-message {
	float: left;
	padding: 3%;
}

.right-note h3 {
	font-weight: 700;
	margin: 0;
}

.right-note p {
	font-size: 15px;
}

.right-note ul li {
	font-size: 15px;
}

.right-note-below {
	margin-top: 15px;
}

.right-note-below h3 {
	font-weight: 700;
	margin: 0;
}

.right-note-below ul li {
	line-height: 22px;
	min-height: auto;
	width: 100%;
}

.right-note-below ul {
	list-style: none;
	margin: 0;
}

.disclaimer {
	line-height: inherit;
}

#js-PROD {
	float: left;
	width: 100%;
}

@media( max-width: 768px ) {

	.options.calculator-area,
	.result-right-side {
		width: 100%;
	}

	.result-right-side {
		margin-top: 15px;
	}
}

@media( max-width: 767px ) {

	.caltypes ul li {
		font-size: 13px;
		width: 49%;
	}

	.length-width input[ type=text ] {
		width: 100%;
	}

	.main-result-area span {
		width: auto;
	}

	.result-right-inner {
		text-align: center;
	}

	.result-right-inner p {
		padding-left: 0;
	}

	.main-result-area {
		margin-left: 0;
		width: 100%;
	}

	.prod-item {
		padding-right: 16px;
	}

	.go-cart {
		margin-top: 5%;
	}

	.product-thumbnail {
		max-width: 100%;
	}
}

.t-checkout-basket-summary__image {
	font-size: 0;
	max-width: 80px;
	width: 100%;
}

.c-scroll {
	display: block;
	height: 100%;
	max-height: 420px;
	overflow-y: auto;
}

.swatch-sections-container {
	overflow: auto;
	width: 100%;
}

.swatch-sections-container:after {
	clear: both;
	content: "";
	display: table;
}

.bundle_item_group .x-product-layout-purchase__options-attribute .c-form-select.u-hidden {
	display: inline-block !important;
}

.x-product-layout-purchase img.active {
	border: 4px solid #FC03F9;
}

.x-product-layout-purchase li.kit_sealer.active {
	border: 1px solid #FC03F9 !important;
}

.x-product-layout-purchase img.extracolor {
	border: 4px solid #0703FC;
}

.x-product-layout-purchase li.kit_sealer.extrasealer {
	border: 1px solid #0703FC !important;
}

.kit_swatch {
	/* border-radius: 50%; */
	cursor: pointer;
	height: 30px;
	margin-bottom: 2%;
	margin-right: 4px;
	width: 30px;
}

.x-product-layout-purchase .limitmessage,
.x-product-layout-purchase .sealer_limitmessage {
	font-size: 14px;
	padding-top: 0;
	width: 100%;
}

.x-product-layout-purchase .limitmessage .limit,
.x-product-layout-purchase .sealer_limitmessage .limit {
	color: #D70605;
	font-weight: bold;
}

.x-product-layout-purchase .limitmessage .price,
.x-product-layout-purchase .sealer_limitmessage .price {
	color: #D70605;
	font-weight: bold;
}

.x-product-layout-purchase label.c-form-label.u-color-gray-50.u-text-bold.is-required.o-layout__item.u-width-12.kitproduct {
	padding-left: 0;
	padding-top: 0px;
}

.choose-color-sync.o-layout.add-class-swatch.choose-sealers ul {
	float: left;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.choose-color-sync.o-layout.add-class-swatch.choose-sealers ul li {
	border: 1px solid;
	border-radius: 5px;
	float: left;
	margin: 0 2% 2% 0;
	padding: 0 2%;
}

#lightSlider,
#thumbnails {
	display: none;
}

.prod-videos iframe {
	border: 0;
}
.t-prod-videos {
	justify-content: center;
}
.x-product-videos--embedded-video {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
}


#js-SRCH .c-form-checkbox__input:checked+ .c-form-checkbox__caption:after {
	top: 2px;
}

.footer-image .o-layout__item.u-width-12.u-width-12--m.o-layout--align-self-center.card-icons {
	max-width: 60%;
}

.inner-ul li {
	list-style: circle;
}

.t-global-account__form .logn-welcome-msg p {
	color: #404146;
}

.t-global-account__form .logn-welcome-msg pa {
	color: #404146;
	text-decoration: underline;
}

#login_message .logn-welcome-msg a#miniModal_1 {
	float: none;
}

#mc4wp-form-1 input#mc_fname {
	font-size: 14px;
	padding: 2%;
}

#mc4wp-form-1 input#mc_email {
	font-size: 14px;
	padding: 2%;
}

form.mc4wp-form.mc4wp-form-82277 {
	background: #D3D3D3;
	background: url(/mm5/graphics/00000001/spotlght-bg.jpg) no-repeat;
	background-position: 53% 40%;
	background-size: contain;
	border: 1px solid #D3D3D3;
	border-radius: 3%;
	box-shadow: 0px 0px 5px 0px #333;
	float: left;
	margin-top: 1%;
	padding: 4% 4% 0.5% 4%;
	padding-top: 3%;
	width: 100%;
}

#mc4wp-form-1 .mc4wp-form-fields {
	margin: 0 auto;
	/* float: none; */
	width: 70%;
}

#mc4wp-form-1 .mc4wp-form-fields p {
	float: left;
	margin-right: 2%;
	width: 100%;
}

#mc4wp-form-1 .mc4wp-form-fields p input {
	width: 100%;
}

#mc4wp-form-1 .mc4wp-response {
	float: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	margin: 0 auto;
	text-align: center;
	width: 70%;
}

#mc4wp-form-1 .mc4wp-alert.mc4wp-success {
	color: green;
}

#mc4wp-form-1 .mc4wp-alert.mc4wp-error {
	color: #FF0000;
}

.card-pay-img {
	float: right;
	margin-right: 0 !important;
	padding-top: 1.5%;
	width: 60% !important;
	/* margin-left: 1%; */
}

a#bbblink img {
	border: 0;
	left: 0;
	margin-left: 0;
	max-width: 200% !important;
	position: absolute;
	top: 0;
}

#custfeedpopup input {
	font-size: 14px;
	font-weight: normal;
	padding: 2%;
	width: 100%;
}

.bask-coupon-name {
	line-height: 40px;
}

.bask-coupon-form {
	margin-bottom: 0;
}

.bask-coupon-form li {
	margin-bottom: 0;
}

.bask-coupon-form button.c-button.c-button--clear.u-bg-transparent.u-color-red {
	border: 1px solid;
}

.t-basket_coupon-form li.c-form-list__item.c-form-list__item--full.c-control-group.u-flex {
	margin-top: 3%;
}

.shopperlink {
	float: none;
	max-width: 120px !important;
	padding-right: 0 !important;
	padding-top: 1%;
}

.choose-color-sync.o-layout.add-class-swatch.choose-sealers ul li {
	min-height: 50px;
}

#post-76640 .wpb_column.vc_column_container.vc_col-sm-10 {
	width: 70%;
}

#post-76640 .wpb_column.vc_column_container.vc_col-sm-2 {
	width: 30%;
}

.payment-image img {
	border: 1px solid #F2F2F2;
	padding: 0.5%;
	width: 10%;
}

span.payment-image.c-form-checkbox__caption:after .payment-inner-img {
	border: 1px solid #103B78;
}

.top-header-mid-promo2 {
	font-weight: 500;
	width: 95%;
}

.holiday-message p {
	font-size: 13px;
	margin: 0;
}

.holiday-message p b {
	text-transform: uppercase;
}

.holiday-message {
	background-color: #FFD6D7;
	border: 1px solid #FFD6D7;
	border-radius: 4px;
	margin-bottom: 3%;
	padding: 1%;
	width: 100%;
}

article p a {
	color: #103B78 !important;
	text-decoration: underline !important;
}

.vc_row {
	width: 100%;
}

.bg-audio_icon {
	background: url("https://directcolors.com/mm5/graphics/00000001/resources_sprites.png") 7px 4px;
	background-color: #D70605;
	background-size: 220%;
	height: 60px;
	width: 60px;
}

.bg-calc_icon {
	background: url("https://directcolors.com/mm5/graphics/00000001/resources_sprites.png") -54px -60px;
	background-color: #D70605;
	height: 60px;
	width: 60px;
}

.bg-video_icon {
	background: url("https://directcolors.com/mm5/graphics/00000001/resources_sprites.png") -38px 7px;
	background-color: #D70605;
	background-size: 210%;
	height: 60px;
	width: 60px;
}

.bg-pdf_icon {
	background: url("https://directcolors.com/mm5/graphics/00000001/resources_sprites.png") 8px -45px;
	background-color: #D70605;
	background-size: 225%;
	height: 60px;
	width: 60px;
}

.bg-toolkit_icon {
	background: url("https://directcolors.com/mm5/graphics/00000001/resources_sprites.png") -125px 4px;
	background-color: #D70605;
	background-size: 300%;
	height: 60px;
	width: 60px;
}

#js-PROD .x-product-description .vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md {
	float: left;
	width: 100%;
}

#js-PROD .print-page {
	top: 0;
}

@media ( max-width: 767px ) {

	.footer-image .o-layout__item.u-width-12.u-width-12--m.o-layout--align-self-center.card-icons {
		max-width: 90%;
	}

	#bbblink {
		margin-left: 9% !important;
	}

	.card-pay-img {
		float: right;
		padding-top: 5%;
		width: 95% !important;
	}

	.shopperlink {
		padding-top: 2%;
	}

	#dc_blog .post-item-inner .entry-image {
		width: auto;
	}

	.home .wpb_column.vc_column_container.vc_col-sm-3 {
		width: 100%;
	}

	.home #diy-leftbar .vc_column-inner {
		padding-left: 0;
	}

	.vc_row {
		margin-left: 0;
		width: 100%;
	}

	.home #diy-leftbar div#project_category {
		max-width: 100%;
	}

	.home #diy-leftbar ul.li-container {
		margin-left: 0;
		padding-right: 0;
	}

	.vc_gitem-zone {
		float: left;
	}

	.vc_column_container> .vc_column-inner {
		padding: 0;
	}

	.top-header-mid-promo2 {
		font-weight: 500;
		padding: 2% 0 0;
		text-align: center;
		width: 100%;
	}

	#storefront_more_from_dc span.mdc-icon.u-bg-red {
		float: none;
		margin: 0 auto;
		margin-bottom: 5%;
	}

	.o-layout__item.u-width-12.u-width-10--l.u-width-10--w.u-text-center.u-text-left--l.header-notification {
		max-width: 100% !important;
	}

	div#top_header_promo {
		width: 100% !important;
	}

	#top_header_promo p {
		font-size: 15px !important;
	}
/*
	#js-PROD section.o-layout.x-product-description .o-layout__item {
		max-width: 81%;
	}
*/
	#js-PROD section.o-layout.x-product-description .calculator.o-layout__item {
		max-width: 100%;
	}

	#js-PROD .calculator-area-right.o-layout__item {
		max-width: 100% !important;
	}

	#js-PROD .calculator-area-left.o-layout__item {
		max-width: 100% !important;
	}

	#js-PROD #calculator_content .slick-slider .slick-prev.slick-arrow {
		left: -9px;
	}

	#js-PROD .all-calculate-options li.c-form-list__item.o-layout__item {
		max-width: 100% !important;
	}

	#js-PROD {
		overflow-x: hidden !important;
	}
}

.product-description a {
	color: #103B78 !important;
	text-decoration: underline !important;
}

.page-template-default.page article.page.type-page .vc_col-sm-4 {
	width: 33%;
}

.swatch-popup .x-product-layout-purchase__swatches ul li {
	height: 145px;
	margin-bottom: 30px;
	width: 145px;
}

.swatch-popup .x-product-layout-purchase__swatches li img {
	height: 145px;
	width: 145px;
}

.build-kit-page .swatch-main-container {
	padding-right: 0;
}

.t-page-built-kit-template .x-product-layout-purchase__swatches .o-list-inline__item:not(:last-child) {
	margin-right: 7px;
}

.edit-address {
	text-decoration: underline;
}

div#top_header_promo {
	width: 74%;
}

#top_header_promo p {
	font-size: 17px;
}

img.ca-flag-icons {
	margin-left: 5px;
	width: 42%;
}

img.us-flag-icons {
	width: 40%;
}

.o-layout__item.u-width-12.u-width-10--l.u-width-10--w.u-text-center.u-text-left--l.header-notification {
	max-width: 75%;
}

.t-site-footer-rating-image img {
	margin-left: 7%;
}

.kit_swatch {
	height: 45px;
	width: 47px;
}

.kit-swatch-img-span {
	float: left;
	margin-bottom: 5px;
	margin-right: 7px;
	min-height: 65px;
	text-align: center;
	width: 14%;
}

.kit-color-swatch-name {
	display: block;
	float: left;
	font-size: 9px;
	line-height: 9px;
	margin: 0 auto;
	width: 80%;
	width: 100%;
}

.swatch-popup .kit-swatch-img-span {
	margin-bottom: 15px;
	margin-right: 12px;
	min-height: auto;
	width: 15%;
}

.swatch-popup .kit-color-swatch-name {
	font-size: 14px;
	line-height: 23px;
}

span.made-in-sticky {
	font-size: 11px;
}

.shop-proj-name {
	clear: both;
	color: #404146;
	float: left;
	font-weight: 500;
	margin: 0 auto;
	padding-bottom: 14px;
	padding-top: 14px;
	width: 100%;
}

.design-image-box:hover .shop-proj-name {
	text-decoration: underline;
}

.design-image-box:hover .shop-proj-name {
	text-decoration: underline;
}

#cookieConsent {
	background-color: rgba(20, 20, 20, 0.8);
	bottom: 0;
	color: #CCC;
	display: none;
	font-size: 14px;
	left: 0;
	line-height: 26px;
	min-height: 26px;
	padding: 10px 0 10px 30px;
	position: fixed;
	right: 0;
	z-index: 9999;
}

#cookieConsent p a {
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
}

#closeCookieConsent {
	cursor: pointer;
	display: inline-block;
	float: right;
	font-weight: bold;
	height: 20px;
	margin: -4px 0 0 0;
	width: 20px;
}

#closeCookieConsent:hover {
	color: #103B78;
}

#cookie-confirmation-content p {
	margin-bottom: 0;
}

#cookieConsent a.cookieConsentOK {
	background-color: #103B78;
	border-radius: 0;
	color: #FFF !important;
	cursor: pointer;
	display: inline-block;
	float: right;
	margin: 0 60px 0 10px;
	padding: 12px 35px;
}

#cookieConsent a.cookieConsentOK:hover {
	background-color: #103B78;
}

div#cookie-confirmation-buttons {
	display: inline;
	margin: 10px 0 0 !important;
	max-width: 200px;
	text-align: right !important;
}

#cookieConsent div#cookie-confirmation-inner {
	margin: 0 auto;
	max-width: 1050px;
	padding: 2px;
}

#cookie-confirmation-content {
	color: #FFF;
	display: inline-block;
	letter-spacing: 0.04em;
	max-width: 800px;
}

@-moz-document url-prefix() {

	#cookie-confirmation-content {
		letter-spacing: 0em;
	}
}

@media only screen and ( max-width: 1080px ) {

	#cookie-confirmation-content {
		max-width: 730px;
	}
}

@media only screen and ( max-width: 980px ) {

	#cookie-confirmation-content {
		max-width: 100%;
		text-align: center;
	}

	div#cookie-confirmation-buttons {
		display: block;
		margin: 14px auto 0 !important;
		text-align: center !important;
	}
}

div.autocomplete-items {
	background: #FFFFFF;
	position: absolute;
	width: 33.9%;
	z-index: 1;
}

div.autocomplete-items div {
	border: 1px solid #CCCCCC;
	padding: 1%;
}

.mailchimp_message {
	clear: both;
	color: #FFF;
	float: left;
	font-size: 16px;
	padding-left: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	width: 100%;
}

a.image-project {
	height: auto;
	padding: 0;
	z-index: 0;
}

input.c-button.add-to-wish-prod.c-button--primary.u-bg-blue.c-button--medium.u-color-white.add-to-cart.c-button--full {
	background-color: #CCC;
	border: 1px solid #CCC;
	color: #333;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	width: 50%;
}

#js-PROD .main-content2,
#js-PROD .product-bottom-container {
	margin: 1% auto 0 auto;
	width: auto;
	max-width: 960px;
}
#js-PROD .sidebar2 {
	padding-left:0;
}
#product_just_stars .write-review { display:none; }

#js-PROD .coverage-calc__container {
	order: -1;
}
#js-PROD .o-list-inline__item span.dc_swatch_name {
	float: left;
	font-size: 9px;
	width: 100%;
	line-height: 9px;
	text-align: center;
	margin-bottom: 15px;
}
#js-PROD .swatch-popup .o-list-inline__item span.dc_swatch_name {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
}


#js-PROD .x-product-layout-purchase__swatches {
	text-align: center;
	margin-left: -16px;
	margin-right: -16px;
}
#js-PROD .trialproduct .swatch-sections,
#js-PROD .x-product-layout-purchase__options .x-product-layout-purchase__swatches ul, 
#js-PROD #js-kit-swatch-options {
	overflow-y: auto;
	max-height: 310px;
	min-height: 100px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	max-width: 352px;
	float: none;
	clear: both;
}
#js-PROD #js-dc_kit_show_swatches #js-kit-swatch-options {
	width: calc(100% + 40px);
	position: relative;
	left:-4px;
}
#js-PROD .x-product-layout-purchase__swatches li img, 
#js-PROD .kit_swatch {
	width: 68px;
	height: 68px;
	float: left;
}
#js-PROD .x-product-layout-purchase__swatches li,
#js-PROD .color-swatch ul li, 
#js-PROD .kit-swatch-img-span {
	display: inline-block;
	width: 68px;
	height: 68px;
	margin-bottom: 15px;
}
@media only screen and ( min-width: 29.999em ) {
	#js-PROD #js-dc_kit_show_swatches #js-kit-swatch-options {
		width: 100%;
		left: 0;
	}
	#js-PROD .x-product-layout-purchase__swatches {
		margin-left: 0;
		margin-right: 0;
	}
	#js-PROD .trialproduct .swatch-sections,
	#js-PROD .x-product-layout-purchase__options .x-product-layout-purchase__swatches ul, 
	#js-PROD #js-kit-swatch-options {
		width: 446px;
		max-width: 446px;
		max-height: 380px;
		margin-right: auto;
		margin-left: auto;
	}
	#js-PROD .x-product-layout-purchase__swatches li img, 
	#js-PROD .kit_swatch {
		width: 92px;
		height: 92px;
	}
	#js-PROD .x-product-layout-purchase__swatches li,
	#js-PROD .color-swatch ul li, 
	#js-PROD .kit-swatch-img-span {
		width: 92px;
		height: 92px;
	}
}


#js-PROD .product-base-price {
	margin-right: 10px;
}


#js-PROD .customer-also-bought .x-product-list {
	margin-bottom: 16px;
}

#js-PROD .customer-also-bought .x-product-list__item {
	margin-bottom: 15px;
	padding: 0 0 53px;
	position: relative;
}

@media only screen and ( min-width: 600px ) {

	.cat-dc_tools_and_supplies {
		top: 300px !important;
	}

	.cat-dc_concrete_floor_wax {
		top: 650px !important;
	}
}


/* ### PROD_display_layout_inline_css ### */

#js-PROD .product-image-loader {
	left: 26%;
	position: absolute;
	top: 5%;
}

#js-PROD section.o-layout.o-layout--wide.u-grids-1.u-grids-1.u-grids-2--l.x-product-layout {
	position: relative;
}

#js-PROD .product-image-loader.price-loader {
	left: 0;
	position: absolute;
	top: 8%;
}

.product-image-loader.price-loader .loading-step img {
	width: 50%;
}

span.c-heading-delta.x-product-layout-purchase__pricing-original {
	padding-right: 10px;
}

span.c-heading-delta.x-product-layout-purchase__pricing-original.for-variant-price {
	padding-right: 0px;
}

.read-more-link {

	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-decoration: underline;
	width: 100%;
}

.read-more-link:hover {

	text-decoration: underline;

}

.kit-swatch-img-span {
	float: left;
	margin-bottom: 10px;
	margin-right: 7px;
}

.trialproduct .x-product-layout-purchase .swatch-popup img.kit_swatch {
	height: 116px !important;
	width: 116px !important;
}

.swatch-popup .kit-color-swatch-name {
	display: block !important;
}

.pdf-data-sheet li span.data-sheet-pdf {
	background-color: #D70605;
	border-radius: 56px;
	display: inline-block;
	height: 50px;
	margin: 1% 0;
	padding: 8px 12px;
	width: 50px;
}

.prod-37478-id .x-product-layout-purchase .choose-color-sync .select-size:nth-child(2):after {
	border-bottom: 0;
}

.prod-37473-id .x-product-layout-purchase .choose-color-sync .select-size:nth-child(2):after {
	border-bottom: 0;
}

.prod-37468-id .x-product-layout-purchase .choose-color-sync .select-size:nth-child(2):after {
	border-bottom: 0;
}

.prod-37463-id .x-product-layout-purchase .choose-color-sync .select-size:nth-child(2):after {
	border-bottom: 0;
}

.prod-25237-id .x-product-layout-purchase .choose-color-sync .select-size:nth-child(2):after {
	border-bottom: 0;
}

.prod-25244-id .x-product-layout-purchase .choose-color-sync .select-size:nth-child(2):after {
	border-bottom: 0;
}

/* Fix layout issues for view all swatches popup GDCP */
#js-PROD .mfp-content  .x-product-layout-purchase__swatches li, 
#js-PROD .mfp-content  .color-swatch ul li, 
#js-PROD .mfp-content  .kit-swatch-img-span {
	height: 100px;
}
#js-PROD .mfp-content #js-kit-swatch-options {
	padding: 1.5rem;
	font-size: 9px;
	max-height: 100%;
}
#js-PROD .mfp-content .swatch-sections .kit-color-swatch-name {
    font-size: 9px;
    line-height: 1.2;
}
#js-PROD .product-bottom-container .x-a11y-tabs__link { 
	height:100%;
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
}
@media( min-width: 40em ) {
	#js-PROD .product-bottom-container .x-a11y-tabs__link { 
		padding-left:13px;
		padding-right:13px;
	}
}