/* Product messages */

.products .message.info {
    background: #f2f2f2;
    color: #4d4d4d;
    border-radius: 2rem;
}
.products .message.info > *:first-child:before {
    color: var(--clr-prodbtn);
}
.page-layout-1column .product.media {
    width: 33%!important;
}
.page-layout-1column .product-info-main {
    width: 65%!important;
}
.product-media-image .product-image, .video-icon{
	overflow: hidden;
    border-radius: 4rem;
	margin-bottom: 2rem;
	background: #FFF;
	min-height: 4rem;
    text-align: center;
    line-height: 4rem;
}
.product-media-image .product-image {
    line-height: 0;
}
.minute-video .video-title {
	text-align: center;
}
.minute-video .video-title p{
    display: inline-block;
    vertical-align: text-bottom;
    margin: 1rem;
    font-style: italic;
    font-weight: 600;
}
.minute-video .video-icon {
	display: inline-block;
    position: relative;
    width: fit-content;
    font-weight: 600;
    color: #4d4d4d;
    border: solid 1px var(--clr-infobtn);
    cursor: pointer;
    transition: all 0.3s linear;
    padding: 0 2rem;
    margin: 0 auto;
}
.minute-video .video-icon:hover {
	background: var(--clr-infobtn);
	border-color: var(--clr-infotxt);
	color: #FFF;
}
.minute-video .video-icon::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-bottom: -4px;
	background-image: url(../images/video/rowe-play-btn.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.vimeo-popup {
	display: none;
}
.product-add-form form{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}
.product-add-form .modal-contact{
	display: inline-block;
	width: fit-content;
	background-color: #4d4d4d;
    padding: 0.5em 2em;
    border-radius: 1.5em;
    border: solid 2px var(--clr-infobtn);
    color: #FFF;
    margin: 2em 0.5em;
    font-size: 2rem;
    transition: all ease-out 100ms;
}
.product-add-form .modal-contact:hover{
	background-color: var(--clr-infobtn);
}
.product-add-form .box-tocart{
	margin: 2rem;
}
.product-main h1{
    font-family: 'Archivo Narrow', sans-serif;
	font-weight: 600;
}
.product-main .table-wrapper {
    margin-bottom: 20px;
    width: fit-content;
    min-width: 50%;
}
.product-main .net-wt, .product-main .price-gst {
	font-size: .8em;
}
.product-main .col.qty{
	vertical-align: bottom;
	text-align: center;
}
.product-main .qty input{
	border-radius: 18px;
    width: 80px!important;
	height: 32px!important;
}
.box-tocart > .fieldset {
	display: block;
    position: sticky;
    top: 165px;
}
.product-main .actions button{
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
	background-color: #FFF!important;
    height: 3em;
    padding: 0 3em!important;
    border-radius: 1.5em;
    border: solid 2px var(--clr-prodbtn)!important;
    color: #4d4d4d!important;
    transition: all ease-out 100ms;
}
.product-main .actions button:hover{
	background-color: #4d4d4d!important;
    color: #FFF!important;
    border-color: var(--clr-appbtn)!important;
}
.product-main .price {
    font-size: 3rem!important;
    font-weight: 600!important;
}


/*added 10/26/23
Vimeo
*/
.vimeo-popup{
    display:none;
    z-index: 9999;
	position:fixed;
	top: 140px; 
}
.vimeo-popup .close-btn {
    box-shadow: none;
    border: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #cccccc;
    top: 0;
    right: 0;
    margin-top: -30px;
    margin-right: -30px;
    display: block;
    cursor: pointer;
    background: url(../images/video-close-btn.jpg);
}

.tutorial-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}


/*description section*/
.description{
	margin: 1em auto;
    width: 96%;
	max-width: 1200px;
}
.description .product.attribute.overview{

	width:96%;
	margin:0 auto;
}
.description .image-gallery {
	background: #FFF;
    border-radius: 4rem;
    padding: 2rem;
}
.description .image-gallery h3 {
	font-weight: 400;
    font-size: 3rem;
    text-align: center;
}
.description .image-gallery ul {
    display: flex;
    position: relative;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin: 0;
	padding: 0;
}
.description .image-gallery li {
    width: calc(50% - 2rem);
    margin: 1rem;
}


/*links docs*/

.tech-documents{clear:both;}
.link_docs {
    display: flex;
    flex-wrap: wrap;
    margin: 1em auto;
    width: 96%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
	border-top: solid 1px var(--clr-infobtn);
    max-width: 1200px;
}
.link_docs button {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	font-size: 2rem;
	display: inline-block;
	background-color: #4d4d4d;
	height: 5rem;
	padding: 0 3em;
	border-radius: 1.5em;
	border: solid 2px var(--clr-infobtn);
	color: #FFF;
	margin: 1em;
	transition: all ease-out 100ms;
	cursor:pointer;
}
.link_docs button:hover {
    background-color: var(--clr-infobtn);
}


/* related */


.product-main, .related {
    display: flow-root;
    width: 96%;
    height: fit-content;
    max-width: 1200px;
    margin: 0 auto;
}
.related {
	margin: 2rem auto;
}
.related h2{
	text-align: center;
    font-size: 2em;
    font-weight: 200;
    margin: 0;
}
.products-related {
	overflow: hidden;
	overflow-x: auto;
}
.products-related ol{
	display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: flex-start;
    align-items: stretch;
	width: fit-content;
    margin: 30px auto;
}
.products-related li{
	text-align: center;
    font-size: 2rem;
    line-height: 1.5em;
    padding: 1em!important;
    background: #FFF;
    border-radius: 20px;
	width: fit-content!important;
	margin-right: 28px;
	margin-left: 0!important;
	margin-bottom: 0!important;
}
.products-related li:last-child {
	margin-right: 0;
}
.products-related .product-item-name{
	font-size: 2.2rem;
}
.products-related .price-container .price {
	font-size: 3rem!important;
	font-weight: 600!important;
}
.products-related .price-label {
    display: block;
}
.product-item-details div .product-item-link{
	background-color: #f2f2f2;
	display: inline-block;
	line-height: 4rem;
	padding: 0 2em;
	border-radius: 1.5em;
	border: solid 3px var(--clr-appbtn);
	color: #4d4d4d;
	margin-top: 1em;
	transition: all ease-out 100ms;
}
.product-item-details div .product-item-link:hover{
	background-color: #4d4d4d;
	color: #FFF;
	border-color: var(--clr-prodbtn);
}
.product-item-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
}
.product.product-item-details {
	height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.product-item .price > span {
	font-size: 1.5rem;
}
.product-item .price-box {
    margin: 0;
}


/* Reviews */

.product-reviews-summary .reviews-actions a {
    transition: all 2s ease-out;
}
.product-reviews-summary .reviews-actions a:hover {
	text-decoration: underline!important;
}
.product-reviews {
    display: flow-root;
    background: #4d4d4d;
    color: #FFF;
	padding-top: 2rem;
}
.product-reviews .review-list{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.review-form {
	margin: 0 auto;
}
.review-form input{
    height:40px;
    border-radius:15px;
}
.review-form textarea{
    border-radius:15px;
}
.review-legend.legend, .review-form .fieldset .label {
	font-weight: 600!important;
}
.review-form .fieldset .label::after {
	color: var(--clr-prodbtn)!important;
}
.review-legend.legend strong {
    display: block;
    margin-left: 0;
    font-weight: 400;
    font-size: 3rem;
}
.review-control-vote label:before {
    color: var(--clr-prodbtn)!important;
}
.review-add{
    margin-bottom:40px!important;
    margin-top:20px;
    display:none;
}
.review-form .action.submit.primary {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	background-color: #FFF !important;
	height: 3em;
	padding: 0 3em !important;
	border-radius: 1.5em;
	border: 3px solid var(--clr-infobtn)!important;
    color: #191919!important;
	transition: all ease-out 100ms;  
}
.review-form .action.submit.primary:hover{
	background-color: var(--clr-infobtn)!important;
}
.review-list .block-title{
    border-bottom: thin solid #ccc;
	padding-bottom:20px;
}
.review-list .block-title strong {   
    font-size: 2em;
    width: 100%; 
}
.review-list .block-title span.review-modal{
    float:right;
	display: inline;
    background-color: #4d4d4d;
    height: 3em;
    padding: 0.5em 3em;
    border-radius: 1.5em;
    border: solid 2px var(--clr-infobtn);
    color: #FFF;
    margin: 0;
    font-size: 1.5rem;
    line-height: 3rem;
    transition: all ease-out 100ms;
    box-sizing: border-box;
    cursor:pointer;
}
.review-list .block-title span.review-modal:hover {
    background-color: #FEFEFE;
    color: var(--clr-infotxt);
}
.review-add.active{
	position: fixed;
	top: 10%;
	width: 600px;
	margin-left: -320px;
	z-index: 999999;
	display: block;
	background-color:#4d4d4d;
	border-radius:2rem;
	padding:20px;	
    box-shadow: 5px 3px 20px 0px #0000004a;	
}
.review-close{
	display:none;
	cursor:pointer;
	float:right;
}
.rating-summary .rating-result > span:before {
    color: var(--clr-prodbtn)!important;
}


/* reponsive styles */

@media screen and (min-width: 769px) {
	
	.review-add.active {
		left: 50%;
	}
	
}
@media screen and (max-width: 768px) {
	  
	.page-layout-1column .product-info-main {
		width: 100%!important;
	}
	.page-layout-1column .product.media {
		width: 100%!important;
		text-align: center;
	}
	.product-main .table-wrapper {
		width: 100%;
	}
	.product-add-form form {
		justify-content: center;
	}
	.vimeo-popup {
		width: 96%!important;
		top: 90px; 
	}
	.description .image-gallery li {
		width: 100%;
	}

    /* Reviews */
	
    .review-add, .review-add.active {width: 90%; margin: 0 5%; box-sizing: border-box; max-height: 80%; overflow-y: scroll;}
    .review-form{max-width:100%;}
  
}

@media only screen and (max-width: 639px) {
	
	/*.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		align-content: flex-start;
		width: 90%;
		margin: 0 auto;
	}*/
	.table-wrapper .col.qty {
		text-align: left;
		border-bottom: solid 1px #4d4d4d!important;
	}
	.table-wrapper .control.qty {
		display: inline-block;
	}
	.product-add-form .box-tocart {
		margin: 2rem auto;
	}	
	.product-add-form .modal-contact{
		display: block;
		margin: 2rem auto;
	}
}
