/*
 * Single product
*/

/*#main {
	margin: 2em 0 3em;
}*/

body.single-product  {
  overflow-x: hidden;
}

.single-product #breadcrumbs-wrapper {
    position: relative;
	z-index: 1;
	background: transparent;
}
.single-product #breadcrumbs-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0.1) 0%,rgba(244,244,244,0.8) 50%,rgba(244,244,244,1) 100%);
    z-index: -1;
}

.woocommerce-notices-wrapper {
	margin: 3em 0 0;
}

.woocommerce-message {
	background-color: #f5f5f5;
	border-bottom: 2px solid #fad800;
	padding: 20px 20px;
}

.woocommerce-message .button {
	margin-left: 1em;
}

.internal-product {
	margin: 5.5em 0 0;
}

.woocommerce-product-gallery__image {
	display: flex!important;
	margin-bottom: 10px;
}

.woocommerce-product-gallery__wrapper .slick-track {
	display: flex;
	align-items: center;
}

.woocommerce-product-gallery__image a {
	display: block;
	width: 100%;
	max-height: 30em;
	text-align: center;
}

.woocommerce-product-gallery-thumbnails {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-product-gallery-thumbnails .woocommerce-product-gallery__image {
	width: 20%;
	display: inline-block;
}

.woocommerce-product-gallery__image a img {
	margin: auto;
	max-height: 100%;
	max-width: 99%;
	height: auto;
	object-fit: contain;
	/*width: auto;*/
}

.woocommerce-product-gallery-thumbnails .woocommerce-product-gallery__image a {
	display: block;
}

.woocommerce-product-gallery-thumbnails .woocommerce-product-gallery__image img {
	max-width: 90%;
	width: 100%;
}

.product-image-popup .slider {
	margin: 0;
}

.product-image-popup .slider .slick-track {
	display: flex;
	align-items: center;
}

.product-image-popup .modal-dialog {
	max-width: 57em;
}

.product-image-popup .slider-item img {
	margin: auto;
	max-height: 85vh;
	width: auto;
}

.modal-backdrop.show {
	opacity: .8;
}

.product-image-popup .slick-prev {
	left: -119px;
}

.product-image-popup .slick-next {
	right: -119px;
}

.calculator {
	margin-top: 2.5em;
	position: relative;
	counter-reset: count;
}

.calculator-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap;
	counter-increment: count;
}

.calculator-block .h2 {
	font-weight: 450;
	color: #000;
}

.calculator-block input::-webkit-outer-spin-button,
.calculator-block input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.calculator-block input {
	-moz-appearance:textfield; /* Firefox */
	padding: 0.5em;
	max-width: 7.8em;
	border: 1px solid #C5D3D6;
	background: transparent;
}

.calculator-block input+ span {
	display: none;
	position: relative;
	right: 26px;
}

.calculator-small-text {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: 0.5em;
	font-weight: 600;
	font-size: 1.14em;
	color: #1C68AF;
	text-align: center;
}

/*.calculator-plus {
	margin-bottom: 2em;
}*/

.calculator-plus svg {
	cursor: pointer;
	width: 5em;
	height: 2.14em;
}

/*.product:not(.product_cat-flooring) .calculator-block::before {
	content: 'Wall ' counter(count);
	display: block;
	width: 100%;
}*/



#total {
	-moz-appearance: textfield;
	background-color: #fff !important;
    border: 2px solid #e8e8e8 !important;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    padding: 6px 10px;
    font-family: "Space Grotesk", sans-serif;
	max-width: 7.8em;
	position: absolute;
	right: 20px;
    bottom: 52px;
}

.product_title.entry-title {
	line-height: 1;
	text-transform: uppercase;
	color: #000000;
}

.sku_wrapper .sku {
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.29em;
	text-transform: uppercase;
	font-size: 18px;
}

.single-product .woocommerce-product-rating {
	display: none;
}

.woocommerce-product-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0.7em 0 1em;
}

.woocommerce-product-rating .star-rating {
    margin: 0;
    width: 7.4em;
    height: 1.14em;
    font-size: 1.14em;
    letter-spacing: 0.3em;
}

.woocommerce-product-rating .star-rating span::before {
	color: #ffdd00;
}

.woocommerce .star-rating span.rating {
	display: none;
}

.woocommerce-review-link {
	margin-left: 0.8em;
	font-weight: 600;
	color: #5E6F7B;
}

.internal-product .summary.entry-summary .price {
	font-weight: bold;
	font-size: 2.14em;
}

.woocommerce-product-attributes.shop_attributes {
	line-height: 2em;
	margin-bottom: 1em;
}

.woocommerce-product-attributes-item__label {
	padding-right: 0.5em;
	font-weight: 400;
}

.woocommerce-product-attributes-item__value {
	font-weight: 600;
}

.woocommerce-product-attributes-item__value p {
	margin: 0;
	line-height: 1.3;
}

.woocommerce-product-attributes-item__value a {
	color: #222;
}

.woocommerce-product-attributes-item__value:not(.woocommerce-product-attributes-item__value-instructions) a {
	pointer-events: none;
}

.woocommerce-product-attributes-item__value-instructions a {
	color: #222;
	font-weight: 600;
}

.woocommerce-product-attributes-item--weight {
	display: none;
}

.add-to-cart-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 2em;
}

.add-to-cart-wrapper .cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.internal-product .summary.entry-summary .yith-wcwl-add-to-wishlist {
	width: 2.71em;
	height: 2.71em;
	background: #1C68AF;
	margin: 0 0 0 2em;
	position: relative;
}

.internal-product .button.pinterest {
	box-shadow: none;
	width: 2.71em;
	height: 2.71em;
	background: #1C68AF;
	margin: 0 0 0 1em;
	padding: 0.4em;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist {
	position: static;
}

.internal-product .single_add_to_cart_button.button.alt {
	margin-left: 2em;
	position: relative;
	background: #1C68AF;
	color: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding-right: 3em;
	max-width: none;
}

.internal-product .single_add_to_cart_button.button.alt::after {
	content: "";
	width: 2.71em;
	height: 2.71em;
	background-image: url(/store/wp-content/themes/maxcanvas_child/img/cart-catalog.svg);
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	top: -2px;
	right: 0;
}

.add-to-cart-wrapper .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.add-to-cart-wrapper .quantity .minus,
.add-to-cart-wrapper .quantity .plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 2.71em;
	height: 2.71em;
	background: #1C68AF;
	border: none;
}

.input-text.qty::-webkit-outer-spin-button,
.input-text.qty::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.input-text.qty[type=number] {
    -moz-appearance:textfield; /* Firefox */
    max-width: 2.72em;
    border: 2px solid #F0F0F0;
    text-align: center;
}

.internal-product .summary.entry-summary > .button {
	max-width: 16em;
	margin-bottom: 2em;
}

.internal-product .description h2 {
	font-weight: 450;
	font-size: 1.14em;
}

.internal-product .description p {
	margin-bottom: 0.5em;
}

.internal-product .description li {
	line-height: 1.71;
}

.internal-product .description li::before {
	top: 0.8em!important;
}

.products .button.product_type_simple.add_to_cart_button {
	position: absolute;
	top: 3px;
	right: 18px;
}

.related.products,
.cross-sells.products,
.popular.products {
	margin: 2em 0 4em;
}

.products.columns-4.slick-initialized.slick-slider .slick-list,
.popular.products.slick-initialized.slick-slider .slick-list {
	width: 100%;
}

.products.columns-4.slick-initialized.slick-slider .slick-track,
.popular.products.slick-initialized.slick-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

li.product.slick-slide {
	margin: 0.5em 0 2em;
	padding: 0 15px;
	position: relative;
	height: auto;
}

.products  .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.products .slick-dots li button {
	height: 2px;
	width: 56px;
	padding: 0;
	background: #DDDDDD;
}

.products .slick-dots li.slick-active button {
	height: 5px;
	background: #fad800;
}

.products .slick-dots li button::before {
	content: none;
}

.related.products > h2 {
	font-size: 2.14em;
	text-align: center;
	text-transform: uppercase;
}

.related.products .subtitle {
	margin-bottom: 1em;
	text-align: center;
}

.popular.products > h2 {
	font-size: 2.14em;
}

.popular.products .subtitle {
	margin-bottom: 1em;
}

.woocommerce-Reviews-title span {
	display: none;
}

.tabs.wc-tabs {
	display: none;
}

.woocommerce-Reviews-title span {
	display: none;
}

.commentlist {
	list-style: none;
	padding: 0;
	margin-bottom: 2em;
	border-top: 1px solid #DDD;
}

.woocommerce-Reviews-title {
	font-weight: 450;
	font-size: 1.14em;
	color: #000;
}

.commentlist li {
	padding: 1.5em 0 1em;
	border-bottom: 1px solid #DDD;
}

.comment_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.comment_container > img {
	max-width: 2.85em;
	margin-right: 1em;
	border-radius: 50%;
}

.comment-text {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.comment-text .meta {
	margin-bottom: 0.5em;
}

.comment-text .description {
	max-width: 52em;
}

.woocommerce-review__author {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 600;
	font-size: 1.14em;
	text-transform: uppercase;
}

.woocommerce-review__published-date {
	display: block;
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.93em;
	text-transform: uppercase;
	color: #5E6F7B;
}

.woocommerce .comment-text .star-rating {
	width: 7.4em;
	height: 1.14em;
}

.woocommerce .comment-text .star-rating span::before {
	letter-spacing: 0.3em;
	color: #1C68AF;
}

#reply-title {
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.29em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0.5em;
	display: block;
}

#commentform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.comment-notes {
	width: 100%;
}


.comment-form-author{
	-ms-flex: 0 0 48.5%;
	-webkit-box-flex: 0;
	        flex: 0 0 48.5%;
	max-width: 48.5%;
	margin-right: 30px;
}

.comment-form-email {
	-ms-flex: 0 0 48.5%;
	-webkit-box-flex: 0;
	        flex: 0 0 48.5%;
	max-width: 48.5%;
}

.comment-form-rating,
.form-submit {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	        flex: 0 0 50%;
	max-width: 50%;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-comment label,
.comment-form-author input,
.comment-form-email input {
	width: 100%;
}

.comment-form-author label, 
.comment-form-email label, 
.comment-form-comment label {
	width: 100%;
	font-family: Open Sans;
	font-size: 0.93em;
	line-height: 1.4;
	color: #000;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
	padding: 0.5em;
	border: 1px solid #C5D3D6;
}


.comment-form-comment {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.comment-form-comment textarea {
	width: 100%;
	height: 11em;
	resize: none;
}

.comment-form-cookies-consent {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.comment-form-rating,
.form-submit {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.comment-form-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.comment-form-rating label {
	margin-right: 1.5em;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.14em;
	line-height: 1.3;
	text-transform: uppercase;
	color: #000;
}

.form-submit #submit {
	display: inline-block;
	width: 100%;
	max-width: 9.3em;
	padding: 0.5em 0.8em;
	background: #EFEFEF;
	border: 2px solid #1C68AF;
	font-family: "Space Grotesk", sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #222;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	float: right;
}

.comment-form-rating p.stars {
	margin: 0;
}

.comment-form-rating p.stars a {
	position: relative;
	height: 1.14em;
	width: 1.14em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}

.comment-form-rating p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.14em;
	height: 1.14em;
	line-height: 1;
	font-family: star;
	content: "\73";
	text-indent: 0;
	color: #d3ced2;
}

.comment-form-rating p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #1C68AF;
}

.comment-form-rating p.stars.selected a.active ~ a::before {
	content: "\73";
	color: #d3ced2;
}

.woocommerce p.stars.selected a.active::before {
	content: "\53";
	color: #1C68AF;
}

.how-it-works .calculator-block input {
	max-width: 5em;
}

.how-it-works .calculator-block input.equal {
	max-width: 5.8em;
}

/*Product Details Page Style*/
.single-product .internal-product.product {
    margin-top: 40px;
}
.single-product  .slick-slider.woocommerce-product-gallery__wrapper {
    margin-bottom: 15px;
}
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    border: solid 1px #b9bfbf !important;
    width: 604px !important;
}
.single-product .woocommerce-product-gallery-thumbnails .woocommerce-product-gallery__image img {
    max-width: 80% !important;
    border: solid 1px #b9bfbf !important;
}
.single-product .internal-product.product .row {
    gap: 3%;
	padding-bottom: 50px;
}
.single-product .internal-product.product .col-md-6 {
    flex: 0 0 47% !important;
    max-width: 47% !important;
}
.single-product .internal-product.product .col-md-6:last-child {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
.single-product .entry-summary .sku {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600 !important;
    color: #8d8d8d;
    margin-bottom: 25px !important;
    display: block;
    font-family: "Space Grotesk", sans-serif;
}
.single-product .entry-summary .shop_attributes {
    width: 100%;
    background-color: #fafafa;
    padding: 15px 18px 25px !important;
    display: block;
}
.single-product .entry-summary .shop_attributes tbody tr th {
    font-size: 18px;
    line-height: 26px;
	min-width: 210px;
}
/*.single-product .entry-summary .shop_attributes tbody tr:last-child th {
	width: 100%;
}*/
.single-product .entry-summary .shop_attributes tbody tr td {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: block;
}
.single-product .entry-summary .shop_attributes tbody tr {
    margin-bottom: 6px !important;
    display: flex;
}
.single-product .entry-summary .shop_attributes tbody tr:last-child {
    margin-bottom: 0 !important;
}
.single-product .entry-summary .shop_attributes tbody tr:last-child a {
	font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
    text-decoration: underline;
}
.single-product .entry-summary .shop_attributes tbody tr:last-child a:hover {
    text-decoration: none;
}
.single-product .entry-summary p.price {
    font-size: 40px !important;
    line-height: 48px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600 !important;
margin-bottom: 22px;
}
.single-product .entry-summary .quantity {
   display: none !important; 
}
.single-product .entry-summary .single_add_to_cart_button {
    margin: 0 !important;
    font-size: 17px;
    font-family: "Space Grotesk", sans-serif;
    line-height: 24px;
    text-transform: inherit;
    background-color: #000 !important;
    border: none !important;
    padding: 12px 26px !important;
    font-weight: 700;
}
.single-product .entry-summary .single_add_to_cart_button:hover {
    background-color: #ffdd00 !important;
    color: #000;
}
.single-product  #wc-stripe-express-checkout-element {
    display: none !important;
}
.single-product .internal-product .summary.entry-summary .yith-wcwl-add-to-wishlist {
    margin: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
	/*margin-left: -38px;*/
}
.single-product .internal-product .button.pinterest {
    background-color: #cb2027;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 0;
    margin-left: 0;
}
.single-product .internal-product .button.pinterest svg {
	width: 16px !important;
}
.single-product .internal-product .summary.entry-summary > .button {
    background-color: #fad800;
	color: #000;
    border: none;
    box-shadow: none;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 13px 20px;
    width: auto;
    margin-bottom: 44px;
}
.single-product .internal-product .summary.entry-summary > .button:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.single-product .add-to-cart-wrapper {
    margin-bottom: 30px;
	gap: 20px;
}
.single-product .add-to-cart-wrapper p {
	margin-bottom: 0;
}
.single-product .description h2 {
font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.single-product .description ul li {
list-style: none !important;
    background: url(https://garagetek2026.wpenginepowered.com/wp-content/uploads/2026/03/list-icon.png) no-repeat 0 5px;
    background-size: 16px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #383233;
    margin-bottom: 18px !important;
}
.single-product .description ul li:last-child {
    margin-bottom: 0 !important;
}
.single-product .description ul li:before {
    display: none !important;
}
.single-product .how-it-works-item {
    padding: 37px 20px 52px;
    background-color: #f5f5f5;
    border: solid 2px #fad800;
    box-shadow: none;
	margin-top: 34px;
    margin-bottom: 95px;
}
.single-product .how-it-works-item h2 {
    margin-bottom: 12px;
}
.single-product .how-it-works-item .desc {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.single-product .calculator {
    /*max-width: 722px;*/
    margin: 24px auto 0;
	padding: 37px 20px 52px;
    background-color: #f5f5f5;
    border: solid 2px #fad800;
}
.single-product .calculator .calculator-small-text {
    padding: 0;
    width: 64px;
    flex-grow: 0 !important;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #000000 !important;
}
.single-product .calculator-block input {
	background-color: #fff !important;
    border: 2px solid #e8e8e8 !important;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    padding: 14px 10px;
	max-width: 25%;
    /*max-width: 190px;*/
    font-family: "Space Grotesk", sans-serif;
}
.single-product .calculator-block input::placeholder {
    color: #000;
    opacity: 1;
}
.single-product .form-container.container {
    max-width: 100% !important;
    background-color: #f7f7f7;
    margin-top: 60px;
    padding: 70px;
}

.single-product .form-container {
	background-color: #f7f7f7;
    padding-top: 90px;
    padding-bottom: 95px;
    background-image: url(https://garagetek2026.wpenginepowered.com/wp-content/uploads/2026/03/product-reviewform-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.single-product .form-container .container {
	padding-left: 27%;
}

/*Product Details Page End*/

/*
 * RESPONSIVE STYLES
*/

@media (min-width: 1650px){
	.woocommerce-product-gallery-thumbnails .woocommerce-product-gallery__image a img {
		max-width: 90%;
		width: 100%;
	}
}

/* Large desktop */

@media (min-width: 1251px) and (max-width: 1290px){
	.related.products .slick-prev, 
	.popular.products .slick-prev{
		left: 0;
	}

	.related.products .slick-next, 
	.popular.products .slick-next {
		right: 0;
	}
}

@media (max-width: 991px) { 
	.product-image-popup .modal-dialog {
		max-width: 47em;
	}

	.product-image-popup .slick-next {
		right: -90px;
	}

	.product-image-popup .slick-prev {
		left: -90px;
	}

	.calculator-block input {
		max-width: 6em;
	}

	.internal-product .single_add_to_cart_button.button.alt {
		margin-left: 1em;
	}

	
}
 
/* Landscape phones and down */
@media (max-width: 480px){
	.product-image-popup .slick-next {
		right: -25px;
	}

	.product-image-popup .slick-prev {
		left: -25px;
	}

	.internal-product {
		margin: 5em 0 0;
	}
	.woocommerce-message {
    	text-align: center;
	}

	.add-to-cart-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}


	.related.products .slick-prev, 
	.popular.products .slick-prev {
		left: 0;
	}

	.related.products .slick-next, 
	.popular.products .slick-next {
		right: 0;
	}

	.comment-form-rating {
		-ms-flex: 0 0 73%;
		-webkit-box-flex: 0;
		        flex: 0 0 73%;
		max-width: 73%;
	}

	.comment-form-rating label {
		margin-right: 0;
	}

	.form-submit {
		-ms-flex: 0 0 27%;
		-webkit-box-flex: 0;
		        flex: 0 0 27%;
		max-width: 27%;
	}

}





/* How it works (Steps) */

.how-it-works {
	margin-top: 2em;
}

.how-it-works .h1,
.how-it-works .subtitle {
	text-align: center;
}

.how-it-works .subtitle {
	margin-bottom: 1.8em;
}

.how-it-works .row > * {
	margin-bottom: 2em;
}

.how-it-works-item {
    position: relative;
    background: #f0f0f0;
    -webkit-box-shadow: 0px 2px 15px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 15px rgb(0 0 0 / 8%);
    height: 100%;
    padding: 3em 2em;
    text-align: center;
}

.how-it-works .num {
	font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 1.77em;
    color: #1c68af;
    border-radius: 50%;
    border: 2px solid #1c68af;
    width: 45px;
    margin: 0 auto 25px;
    height: 45px;
    line-height: 42px;
}

.how-it-works .desc p {
	text-transform: capitalize;
}

.how-it-works .desc a {
	color: #1C68AF;
	font-weight: 600;
	text-transform: none;
}

.how-it-works .row > :nth-child(3n+1)::before,
.how-it-works .row > :nth-child(3n+2)::before {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #1C68AF;
	position: absolute;
	top: 50%;
	right: -15px;
}

.how-it-works .calculator-block {
	margin-bottom: 1em;
}

.product:not(.product_cat-flooring) .how-it-works .calculator-block::before {
	content: none;
}

.how-it-works .calculator-block input {
	max-width: 5em;
	font-size: 0.8em;
	padding: 0.5em 0.2em;
}

.how-it-works .calculator-block input.equal {
	max-width: 5.8em;
}


/*.form-container h2,
.form-container .subtitle {
	text-align: center;
}*/

.preview {
	width: 11.43em;
	height: 11.43em;
	margin-bottom: 0.5em;
	background-image: url(/corporate/wp-content/themes/maxcanvas_child/img/review.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border: 2px dashed #a7afb5;
}

.preview img{
   display: none;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
   -o-object-position: center;
      object-position: center;
}

#file {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.change-image {
	display: none;
	font-weight: 700;
	margin: 0 0 2em;
	text-transform: uppercase;
	border: 2px dashed #a7afb5;
	padding: 0.5em;
	cursor: pointer;
	color: #a7afb5;
}

#reviewform label {
	display: block;
	font-size: 0.9em;
	line-height: 1.38;
	color: #000;
	margin-bottom: 0.45em;
}

#reviewform input[type="text"] {
	background: #FFFFFF;
    font-family: "Space Grotesk", sans-serif;
    color: #a1a1a1;
    border: 2px solid #e8e8e8;
    width: 100%;
    padding: 0.65em;
    margin-bottom: 1.2em;
}

#reviewform input.error {
	border-color: red;
}

#reviewform #content {
	font-family: "Space Grotesk", sans-serif;
	color: #a1a1a1;
	width: 100%;
	height: 11em;
	padding: 0.65em;
	resize: none;
	border: 2px solid #e8e8e8;
}

.rating-input {
	font-family: "Space Grotesk", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rating-stars {
	margin-left: 12px;
	margin-top: -0.2em;
}

.form-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rating-stars .star {
	cursor: pointer;
}

.rating-stars .star.hover svg path {
	fill: #FFCC36;
}

.rating-stars .star.selected svg path {
	fill: #FBC011;
}

.form-error-message {
	color: red;
	font-size: 12px;
	position: relative;
	bottom: 16px;
}


/* Change the white to any color */
#reviewform input:-webkit-autofill,
#reviewform input:-webkit-autofill:hover, 
#reviewform input:-webkit-autofill:focus, 
#reviewform input:-webkit-autofill:active,
#reviewform input:-internal-autofill-selected
{
 -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

#reviewform #prod {
	display: none;
}

.thank-you-review {
	font-weight: 700;
	font-family: "Space Grotesk", sans-serif;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	border-bottom: 3px solid #FBC011;
	display: inline-block;
}

@media (max-width: 1199px){
.how-it-works .calculator-block input {
	max-width: 4em;
}
.single-product .form-container {
    background-image: none;
}
.single-product .form-container .container {
    padding-left: 15px;
}
.single-product .how-it-works-item {
    margin-bottom: 65px;
}
.related.products, .cross-sells.products, .popular.products {
    margin: 2em 0 2em;
}
.single-product .form-container {
    padding-top: 65px;
    padding-bottom: 70px;
}
.single-product .calculator .calculator-small-text {
    width: 30px;
}
.single-product .calculator-block input {
    font-size: 13px;
    max-width: 27%;
}
}

@media (max-width: 991px){
.how-it-works .calculator-block {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.how-it-works .calculator-block input.equal {
	max-width: 100%;
	width: 100%;
}
.single-product .add-to-cart-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.single-product .internal-product .summary.entry-summary .yith-wcwl-add-to-wishlist {
    margin: 0 10px 0 0;
}
.single-product .calculator-block {
    display: flex;
    flex-direction: column;
}
.single-product .calculator-block input {
    max-width: 100%;
	width: 100%;
	font-size: 15px;
}
.single-product .entry-summary .shop_attributes tbody tr {
    display: flex;
    flex-direction: column;
}
.product_title.entry-title {
    margin-bottom: 10px;
    font-size: 40px;
}
.woocommerce-message {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.woocommerce-message .button {
    margin-left: 0;
}
}

@media (max-width: 767px){
.how-it-works .row > :nth-child(3n+1)::before,
.how-it-works .row > :nth-child(3n+2)::before,
.how-it-works .row > :nth-child(3n+3)::before {
	content: "";
	display: block;
	width: 2px;
	height: 30px;
	background: #1C68AF;
	position: absolute;
	top: 100%;
	right: 50%;
}

.how-it-works .row > :last-child::before {
	content: none;
}

.how-it-works .calculator-block input.equal {
	margin-top: 1em;
}

.single-product #breadcrumbs-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
.single-product .internal-product.product .col-md-6, 
.single-product .internal-product.product .col-md-6:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.single-product .internal-product.product .row {
    gap: 30px;
}
.product_title.entry-title {
    font-size: 35px;
}
.single-product .entry-summary p.price {
    font-size: 30px !important;
    line-height: 38px;
}
}

@media (max-width: 480px){
	#needassistance .modal-body {
		padding: 0;
	}

	.form-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.rating-input {
		margin-bottom: 1em;
	}

	.woocommerce .comment-text .star-rating {
		margin-top: 5px;
	}
}


/*Form*/

.form {
	margin: 5em 0;
	text-align: center;
}

.form .subtitle {
	max-width: 34em;
	margin: 0 auto;
}

.form-code iframe {
	max-width: 100%;
}