.product-content-blocks {
    padding-top: 80px;
}

.product-content-blocks .zigzag-list .zig-box:last-of-type {
    margin-bottom: 0;
}

.product-content-blocks .row {
    flex-direction: row-reverse;
}

.product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-img .iframe-box,
.product-content-blocks .zigzag-list .zig-box:nth-child(odd) .zig-img img {
    float: right;
}

.product-content-blocks .zigzag-list .zig-box:nth-child(odd) .zig-content {
    padding-right: 0;
    padding-left: 110px;
}

.product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-content {
    order: 2;
    padding-left: 0;
    padding-right: 110px;
}

.product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-img {
    order: 1;
}

.product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-img img {
    float: left;
}

@media (max-width: 1199.98px) {
    .product-content-blocks .zigzag-list .zig-box:nth-child(odd) .zig-img .iframe-box {
        right: -30px;
    }

    .product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-img .iframe-box,
    .product-content-blocks .zigzag-list .zig-box:nth-child(odd) .zig-img img {
        left: -30px;
    }

    .product-content-blocks .zigzag-list .zig-box:nth-child(odd) .zig-content {
        padding-left: 30px;
    }

    .product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-content {
        padding-left: 0;
        padding-right: 30px;
    }

    .product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-img img {
        left: 30px;
    }
}

@media (max-width: 991.98px) {
    .product-content-blocks .zigzag-list .zig-box:nth-child(odd) .zig-img .iframe-box {
        right: -40px;
    }

    .product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-img .iframe-box,
    .product-content-blocks .zigzag-list .zig-box:nth-child(odd) .zig-img img {
        left: -40px;
    }

    .product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-img img {
        left: 40px;
    }
}

@media (max-width: 767.98px) {
    .product-content-blocks .zigzag-list .zig-box:nth-child(odd) .zig-img .iframe-box {
        right: 0;
    }

    .product-content-blocks .zigzag-list .zig-box:nth-child(odd) .zig-img img {
        right: 0;
        left: 0;
    }

    .product-content-blocks .zigzag-list .zig-box:nth-child(odd) .zig-content {
        padding-right: 15px;
    }

    .product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-content {
        padding-left: 15px;
        order: 1;
    }

    .product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-img {
        order: 2;
        left: 0;
    }

    .product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-img .iframe-box,
    .product-content-blocks .zigzag-list .zig-box:nth-child(2n) .zig-img img {
        left: 0;
        float: left;
    }
}

.cell-size-title {
    font-size: 18px;
    margin-top: 22px !important;
}

.cell-sizes-tab-description {
    font-weight: 700;
    text-align: center;
}

.numbers-fraction .single-fraction {
    letter-spacing: -1px;
    font-size: 17px;
}

.numbers-fraction .frachtion-divider {
    transform: rotate(30deg);
    display: inline-block;
    height: 18px;
    background: #000;
    width: 2px;
    bottom: -4px;
    position: relative;
}

.cats-dynamic-posts {
    background-color: #f9f4eb;
    padding: 0 0 65px;
}

.dw-filter-buttons {
    background-color: var(--nwf-brass);
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.dw-filter-buttons ul {
    margin: 0;
}

.dw-filter-buttons ul li {
    display: inline-block;
    margin-bottom: 0;
}

.dw-filter-buttons .arrow-image,
.dw-filter-buttons .mobile-button,
.dw-filter-buttons ul li::before,
.element-hidden {
    display: none;
}

.dw-filter-buttons ul li button {
    color: #fff;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
    position: relative;
    outline: 0;
    box-shadow: none;
}

.dw-filter-buttons ul li button:hover {
    /* color: #132455; */
}

.dw-filter-buttons ul li button:focus {
    outline: 0;
    box-shadow: none;
}

.dw-filter-buttons ul li button:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    opacity: 0;
    background-color: #fff;
    bottom: -8px;
    right: 50%;
    transform: translateX(50%);
    transition: 0.3s;
}

.dw-filter-buttons ul li button.active:after,
.dw-filter-buttons ul li button:hover::after {
    opacity: 1;
}

.grid-element-item,
.grid-sizer {
    width: 33.33333%;
}

@media (max-width: 1200px) {

    .grid-element-item,
    .grid-sizer {
        width: 50%;
    }
}

@media (max-width: 768px) {

    .grid-element-item,
    .grid-sizer {
        width: 100%;
    }

    .dw-general-overly {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .dw-filter-buttons {
        padding: 0;
        position: relative;
        background: 0 0;
        border-radius: 3px 3px 0 0;
    }

    .dw-filter-buttons .mobile-button {
        display: block;
        width: 100%;
        background: var(--nwf-brass);
        border: none;
        padding: 12px 8px;
        color: #fff;
        font-weight: 700;
        outline: 0;
        border-radius: 3px;
    }

    .dw-filter-buttons .mobile-button.active {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .dw-filter-buttons .arrow-image {
        -webkit-filter: invert(1);
        filter: invert(1);
        width: 18px;
        height: auto;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        transition: 0.3s;
        display: block;
    }

    .dw-filter-buttons .arrow-image.flipped {
        transform: rotate(180deg) translateY(50%);
    }

    .dw-filter-buttons ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--nwf-brass);
        z-index: 1;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        visibility: visible;
        opacity: 1;
        transition: 0.3s;
    }

    .dw-filter-buttons ul.list-mobile-hidden {
        visibility: hidden;
        opacity: 0;
    }

    .dw-filter-buttons ul li {
        display: block;
        padding: 0;
    }

    .dw-filter-buttons ul li button:after {
        display: none;
    }

    .dw-filter-buttons ul li button {
        width: 100%;
        padding: 12px 8px;
        border-bottom: 1px solid #fff;
    }

    .dw-filter-buttons ul li:first-of-type button {
        border-top: 1px solid #fff;
    }

    .dw-filter-buttons ul li:last-of-type button {
        border-bottom: none;
    }
}

.grid-element-item--width2 {
    width: 50%;
}

.dw-loadmore-pagination-button button span:hover:after,
.dw-loadmore-pagination-button button:hover:after,
.dw-posts-isotope-grid {
    width: 100%;
}

.dw-posts-isotope-grid .grid-element-item {
    padding: 15px;
}

.dw-posts-isotope-grid .grid-element-item .item-typo-content {
    position: relative;
    min-height: 250px;
    padding: 0 10px 45px;
}

.dw-posts-isotope-grid .grid-element-item img {
    display: block;
    transition: 0.3s;
    margin: 0 auto 15px;
}

.dw-posts-isotope-grid .grid-element-item img:hover {
    opacity: 0.8;
}

.dw-posts-isotope-grid .grid-element-item h4 a {
    transition: 0.3s;
}

.dw-posts-isotope-grid .grid-element-item .item-content {
    font-size: 15px;
}

.dw-posts-isotope-grid .grid-element-item .categories {
    border-top: 4px solid var(--nwf-brass);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    color: #676767;
}

.dw-loadmore-pagination-button {
    text-align: center;
}

.dw-loadmore-pagination-button button {
    width: 170px;
    height: 44px;
    padding: 0;
    border: 2px solid var(--nwf-brass);
    background: 0 0;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    margin: 20px;
    outline: 0;
    line-height: 39px;
    color: var(--nwf-brass);
    font-weight: 700;
    border-radius: 3px;
}

.dw-loadmore-pagination-button button:hover {
    background: 0 0;
    color: var(--nwf-brass);
}

.dw-related-posts .centered-content a,
.dw-related-posts .post-container .post-white-body .categories a {
    color: #0083a6;
    font-weight: 700;
    font-size: 14px;
}

.dw-loadmore-pagination-button button span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.dw-loadmore-pagination-button button:after,
.dw-loadmore-pagination-button button:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: var(--nwf-brass);
    transition: 0.3s;
}

.dw-loadmore-pagination-button button:before {
    height: 0%;
    width: 2px;
}

.dw-loadmore-pagination-button button span:after,
.dw-loadmore-pagination-button button:after {
    width: 0%;
    height: 2px;
}

.dw-loadmore-pagination-button button span:hover:before,
.dw-loadmore-pagination-button button:hover:before {
    height: 100%;
}

.dw-loadmore-pagination-button button span:after,
.dw-loadmore-pagination-button button span:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: var(--nwf-brass);
    transition: 0.3s;
}

.dw-loadmore-pagination-button button span:before {
    width: 2px;
    height: 0%;
}

.louver-images-carousel {
    position: relative;
}

.louver-images-carousel .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.15);
}

.louver-images-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.louver-images-carousel .slick-dots li:before {
    top: 6px;
    background-color: #fff;
    cursor: pointer;
}

.louver-images-carousel .slick-dots li.slick-active:before {
    cursor: auto;
    background-color: #a8a8a8;
}

.louver-images-carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.dw-read-more {
    background-color: #fff;
}

.dw-read-more a {
    display: table;
    margin: 0 auto;
}

.dw-read-more a img {
    width: 34px;
    height: auto;
    margin-right: 10px;
}

.dw-related-posts {
    background-color: #f9f4eb;
}

.dw-related-posts .centered-content {
    text-align: center;
    margin-bottom: 40px;
}

.dw-related-posts .centered-content h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.dw-related-posts .centered-content a {
    text-transform: uppercase;
}

.dw-related-posts .post-container {
    box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
    transition: 0.5s;
}

.dw-related-posts .post-container:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 4px -3px rgba(0, 0, 0, 0.1);
}

.dw-related-posts .post-container .post-white-body {
    background-color: #fff;
    padding: 15px;
    min-height: 120px;
}

.dw-related-posts .post-container .post-white-body .categories {
    margin-bottom: 10px;
}

.dw-related-posts .post-container .post-white-body .post-title {
    margin: 0;
    line-height: 1;
}

.dw-related-posts .post-container .post-white-body .post-title a {
    font-size: 16px;
    transition: 0.3s;
}
/* Warranties page (ID 60) hero title — Canela Light, matching /lookbooks/ and /design-inspiration/.
   Broaden to every banner title by dropping the body.page-id-60 prefix. */
body.page-id-60 .cmn-banner h1 {
	font-family: 'Canela Light', Georgia, "Times New Roman", serif;
}
