/* version: 1.0.112 */
/* Single Product Layout 
----------------------------------------------------------------------*/
.single-product .content {
    color: var(--rockwood-black);
}

.page-header.single-product {
    min-height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}

.page-header.single-product .header-content {
    width: 50%;
    float: right;
}

.single-product h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
}

.page-header.single-product p {
    color: #fff;
    margin-bottom: 50px;
}

.header-content .header-content-buttons {
    display: flex;
    gap: 20px;
}

.header-content-buttons .ibuy {
    background-color: var(--rockwood-orange);
    color: rgba(50, 50, 50, 1);
/*     border-radius: 4px; */
    font-family: 'DM Sans', sans-serif;
    padding: 20px 30px;
}

.header-content-buttons .ibuy::after {
    content: url(/wp-content/uploads/2023/11/Arrow-Right-1.png);
    position: relative;
    margin-left: 7px;
    top: 3px;
}
.header-content-buttons .ibuy:hover {
    background-color: var(--rockwood-blk);
    color: #fff;
}
.header-content-buttons .ibuy:hover::after{
	filter:invert(1);
}
.header-content-buttons .find-installer:hover{
    background-color: var(--rockwood-orange);
    color: #000;
}
.header-content-buttons .find-installer {
    background-color: transparent;
    color: #fff;
/*     border-radius: 4px; */
    font-family: 'DM Sans', sans-serif;
    padding: 20px 30px;
    border: 2px solid var(--rockwood-orange);
}

.single-product-nav ul {
    display: flex;
}

.single-product-nav ul li {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    border-bottom: 3px solid transparent;
    z-index: 2;
}

.single-product-nav ul li.hover,
.tech-resources-tabs #current {
    border-bottom: 3px solid var(--rockwood-orange);
}

.single-product-nav ul li:last-child a {
    border-right: none;
}

.single-product-nav ul li a {
    display: block;
    color: rgba(35, 31, 32, 1);
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    border-right: 1px solid rgba(224, 224, 224, 1);
}

.single-product-nav hr {
    margin: 0 0 50px 0;
    color: rgb(217, 217, 217);
    position: relative;
    bottom: 2px;
    z-index: 1;
}

.single-product-info {
    display: flex;
    gap: 40px;
    margin-bottom: 80px;
}

.main-info-apps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	flex-direction: column;
}

.main-info-apps img {
    max-height: 40px;
    max-width: 40px;
}
.main-info-apps span {
	font-weight: 600;
	font-size: 16px;
}
.main-info-apps li {
	list-style-type: disc;
}
.main-info-apps ul{
	margin-left: 20px;
}

.single-product-info .main-gallery {
    width: 60%;
    display: flex;
    height: 650px;
    gap: 40px;
}

.main-gallery .main-gallery-thumbs {
    width: 20%;
}

.main-gallery-thumbs .swiper-slide img,
.main-gallery-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
/*     border-radius: 34px; */
}

.main-gallery-thumbs .swiper-slide {
    opacity: .5;
    cursor: pointer;
}

.main-gallery-thumbs .swiper-slide:hover,
.main-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.main-gallery .main-gallery-slider {
    width: 80%;
}

.single-product-info .main-info {
    width: 40%;
}

.main-info h2 {
    color: var(--rockwood-blk);
    font-size: 32px;
    font-weight: 700;
}

.main-info h3,
.features-section-child h2,
.sizes-section h2,
.tech-resources h2,
.gallery-sec h2,
.complimentary-prod h2,
.additional-info h2,
.more-products-by-cat h2 {
    font-size: 24px;
    font-weight: 700;
}

.main-info-colors {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.main-info-colors img {
    height: 30px;
    width: 30px;
/*     border-radius: 50%; */
}

.sizes-section .sizes-list {
    display: flex;
    gap: 20px;
}

.sizes-list .size-item {
    text-align: center;
}

.sizes-list .size-item h3 {
    font-size: 18px;
}

.sizes-list .size-item img {
/*     border: 2px solid #eee;
    border-radius: 15px; */
    margin-bottom: 15px;
	width: 200px;
	height: 200px;
	object-fit: contain;
}

.features-section {
    display: flex;
}

.features-section .features-section-child {
    width: 50%;
}

.features-section-child ul,
.features-section-child ol {
    margin-left: 40px;
    margin-bottom: 20px;
}

.features-section-child li {
    list-style-type: disc;
}

.single-prod-cta {
    display: flex;
    background-color: var(--rockwood-blk);
    padding: 20px 40px;
/*     border-radius: 13px; */
    align-items: center;
    margin-bottom: 80px;
}

.single-prod-cta h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
	margin-right: 100px;
	white-space: nowrap;
}

.single-prod-form {
    display: flex;
    width: 50%;
    height: fit-content;
}

.single-prod-cta.show-mb {
    display: none;
}

.zipLocator {
    border-radius: 6px 0 0 6px;
}

.zipLocator::placeholder {
    font-size: 20px;
    color: #A6A6A6;
}

.single-prod-form button {
    border-radius: 0 6px 6px 0;
    background-color: var(--rockwood-orange);
    padding: 15px;
}

.cta-search-icon {
    width: 28px;
    height: 28px;
    display: block;
    background: url(/wp-content/uploads/2023/11/cta-search-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.our-tech-content {
    display: flex;
    gap: 60px;
}

.our-tech-content div {
    width: 50%;
}

.our-tech-content div:nth-child(2) {
    text-align: center;
}

.our-tech h2 {
    font-size: 24px;
    font-weight: 700;
}

.our-tech h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.our-tech p {
    margin-bottom: 50px;
}

.our-tech a {
    background: transparent;
/*     border-radius: 4px; */
	border: 2px solid var(--rockwood-orange);
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--rockwood-black);
    max-width: 250px;
}
.our-tech a:hover {
	background: var(--rockwood-orange);
}

.single-prod-divider {
    border-bottom: 2px solid;
    position: absolute;
    width: 100vw;
    right: 0;
}

.our-tech,
.tech-resources {
    margin-top: 100px;
    margin-bottom: 25px;
}

.color-viewer-content {
    display: flex;
    gap: 50px;
}

.color-panel {
    width: 60%;
}

.color-viewer h2,
.color-viewer h3 {
    font-size: 24px;
    font-weight: 700;
}

.color-panel img {
/*     border-radius: 60px; */
    width: 100%;
    object-fit: cover;
    height: 450px;
}

.color-picker-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.color-picker-item.active img {
    border: 2px solid var(--rockwood-orange);
}

.color-picker-item img {
    width: 60px;
    height: 60px;
/*     border-radius: 50%; */
    padding: 5px;
    border: 2px solid transparent;
}

.color-panel > h4 {
    display: none;
 }

.color-picker-item h4 {
    margin: 0;
}

.color-viewer {
    margin-top: 100px;
}

/* Ideas Gallery Section */

.gallery-sec {
    margin-top: 100px;
    margin-bottom: 30px;
}

.ideas-gallery-slider .swiper-slide img {
    width: 100%;
    height: 450px;
    object-fit: cover;
/*     border-radius: 34px; */
}

.ideas-gallery-slider .swiper-slide {
    max-height: 450px;
}

/* Technical Resources Tabs */

.tech-resources-tabs {
    margin-bottom: 35px;
}

/* Laying Patterns */

.laying-patterns-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.pattern-item {
    width: calc(100% / 5 - 20px);
}

.pattern-item img {
    margin-bottom: 10px;
}

.pattern-item h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

/* Complimentary Products*/

.complimentary-prod {
    margin-top: 100px;
	margin-bottom: 80px;
}

.complimentary-prod-list ul {
    display: flex;
    gap: 30px;
    text-align: center;
    flex-wrap: wrap;
}

.complimentary-prod-list ul li {
    width: calc(100% / 5 - 30px);
}

.complimentary-prod-list ul li img {
    margin-bottom: 10px;
/*     border-radius: 13px; */
}

.complimentary-prod-list ul li h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--rockwood-black);
}

/* Additional Information Section */

.additional-info {
    margin-top: 100px;
}

.additional-info-list ul {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.additional-info-list ul li {
    width: calc(100% / 3 - 50px);
}

.additional-info-list ul li img {
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
    object-fit: cover;
}

.additional-info-list ul li h3 {
    color: var(--rockwood-black);
    font-weight: 700;
    font-size: 18px;
}

.additional-info-list ul li p {
    font-size: 16px;
}

/* Literature and Specifications */

.literature-section {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.literature-section .literature-item {
    width: calc(100% / 6 - 25px);
}

.literature-item h3 {
    margin-left: 5px;
    font-size: 18px;
}

.thumbnail {
    border: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    border-radius: 0;
    -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    -webkit-transform: scale(.95,.95);
    transform: scale(.96,.96);
}

figure {
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
    display: block;
    cursor: default;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.thumbnail::after {
    content: "";
    border-radius: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}

figure:hover figcaption {
    opacity: 1;
    top: 0;
    -webkit-box-shadow: -1px 1px 40px 0 rgba(0,0,0,.2)!important;
    -moz-box-shadow: -1px 1px 40px 0 rgba(0,0,0,.2)!important;
    box-shadow: -1px 1px 40px 0 rgba(0,0,0,.2)!important;
    display: flex;
    flex-direction: column;
}

figcaption {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255,182,46,.911);
    text-decoration: none;
    text-align: center!important;
    -webkit-box-shadow: -1px 1px 40px 0 rgba(0,0,0,.2)!important;
    -moz-box-shadow: -1px 1px 40px 0 rgba(0,0,0,.2)!important;
    box-shadow: -1px 1px 40px 0 rgba(0,0,0,.2)!important;
    margin: 0;
}

figure:hover img.literature {
    filter: grayscale(1);
}

figcaption h3 {
    line-height: normal;
}

figcaption p {
    line-height: normal;
    margin-top: 25%;
}

figcaption a {
    margin: 15%;
    outline: 0;
    text-align: center!important;
    background: 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

figcaption img:hover {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(264deg) brightness(114%) contrast(96%);
}

figcaption p {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in;
}

figcaption:hover p {
    opacity: 1;
    transition-delay: .5s;
    visibility: visible;
    cursor: default;
}

.thumbnail:hover {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

/* No Desc Fix */

.wrap.no-desc {
    margin: auto;
    margin-left: 50%;
}

.wrap.no-desc .header-content {
    width: 100%;
}

/* Our tech slider */

.single-tech {
	display: flex;
	margin: auto;
	justify-content: center;
	gap: 50px;
}

.single-tech-content {
	width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-tech-content h3 {
	font-size: 20px;
}

.single-tech-logo img {
	width: 200px;
}

/* Same Category Products Slider */

.same-cat-prods {
    margin-bottom: 100px;
}

.same-cat-prod__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.same-cat-prod__item a span {
    font-weight: bold;
    margin-top: 10px;
}

/* Media Queries */

@media only screen and (max-width: 1024px) {
	.single-product-info .main-gallery {
        height: 500px;
    }

    .ideas-gallery {
        height: 450px;
    }

    .color-picker-item {
        gap: 10px;
        margin-bottom: 0px;
    }
	
	.single-prod-cta h3 {
		margin-right: 50px;
	 	white-space: normal;
	}
}

@media only screen and (max-width: 768px) {
    .wrap.no-desc {
        margin-left: 0;
    }

    .wrap.no-desc .header-content {
        text-align: center;
    }

    .header-content .header-content-buttons {
        justify-content: center;
    }

    .single-product-info {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .single-product-info .main-gallery {
        width: 100%;
        flex-direction: column-reverse;
    }

    .main-gallery .main-gallery-thumbs,
    .main-gallery .main-gallery-slider,
    .single-product-info .main-info {
        width: 100%;
    }

    .main-info h2 {
        display: none;
    }

    .single-product-info .main-gallery {
        height: 650px;
    }

    .single-prod-cta.show-mb {
        display: flex;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .single-prod-cta {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .single-prod-form {
        width: 70%;
    }

    .features-section {
        flex-direction: column;
    }

    .features-section .features-section-child {
        width: 100%;
    }

    .color-viewer-content {
        flex-direction: column;
    }

    .color-panel {
        width: 100%;
    }

    .color-picker-wrap {
        display: flex;
        justify-content: center;
        column-gap: 20px;
    }

    .color-picker-item h4 {
        display: none;
    }

    .color-viewer-content {
        gap: 10px;
    }

    .color-panel > h4 {
        display: block;
        margin: 30px 0 20px;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
    }

    .our-tech-content {
        gap: 0px;
        flex-direction: column;
    }

    .our-tech-content div {
        width: 100%;
    }

    .our-tech-content > div:nth-child(2) {
        display: flex;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .our-tech-content > div:nth-child(2) a {
        width: 250px;
    }

    .pattern-item {
        width: calc(100% / 3 - 20px);
    }

    .shipping-section table {
        overflow-x: scroll;
        display: block;
        word-break: keep-all;
    }

    .complimentary-prod-list ul li {
        width: calc(100% / 3 - 30px);
    }

    .additional-info-list ul li {
        width: calc(100% / 2 - 50px);
    }

    .tech-resources h2,
    .complimentary-prod h2, 
    .additional-info h2 {
        text-align: center;
    }

    .literature-section .literature-item {
        width: calc(100% / 2 - 30px);
    }
	
	.single-prod-cta h3 {
		margin-right: 0px;
	}
}

@media only screen and (max-width: 460px) {
    .header-content .header-content-buttons {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .header-content-buttons > div a {
        display: block;
        width: 250px;
    }

    .content .single-product-nav:first-child {
        display: none;
    }

    .single-product-info {
        margin-top: 30px;
    }

    .single-product-info .main-gallery {
        height: 550px;
    }

    .single-prod-form {
        width: 100%;
    }

    .single-prod-cta {
        padding: 20px;
    }

    .zipLocator::placeholder {
        font-size: 15px;
    }

    .color-picker-item img {
        height: 50px;
        width: 50px;
        object-fit: cover;
    }

    .color-panel img {
        height: 400px;
    }

    .single-product-nav ul {
        flex-direction: column;
    }

    .single-product-nav ul {
        flex-direction: column;
        width: 70%;
        margin: auto;
    }

    .single-product-nav ul li a {
        border-right: none;
    }

    .pattern-item {
        width: calc(100% / 2 - 20px);
    }

    .pattern-item p {
        font-size: 12px;
    }

    .complimentary-prod-list ul li {
        width: calc(100% / 2 - 30px);
    }

    .additional-info-list ul li {
        width: 100%;
    }

    .single-product-nav {
        margin-bottom: 30px;
    }
	
	.single-tech {
		justify-content: center;
		flex-direction: column-reverse;
		align-items: center;
	}
	
	.single-tech-content {
		width: 70%;
		flex-direction: column;
		justify-content: center;
	}

    .same-cat-prods {
        margin-bottom: 30px;
    }
}