.accent-heading,
.products .product h2 {
    color: #2a3546;
    text-transform: uppercase;
}
.product-filters .widget-woof > h4,
.product_meta,
.single-product .woocommerce-breadcrumb {
    font-family: Roboto, sans-serif;
}
.woocommerce ul.products {
    margin-left: -10px;
    margin-right: -10px;
}
.products .product {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.category-page .products .product > .woocommerce-loop-product-item,
.products .product > a {
    display: block;
    background-color: #ebebeb;
    padding: 20px 20px 20px;
    position: relative;
}

.category-page .products .product > .woocommerce-loop-product-item {
    height: 100%;
}

form.cart.wc-list-product-form .quantity {
    display: none;
}

.products .product h2 {
    font-size: 20px !important;
    padding: 0 !important;
}

.products .product .view-product-btn,
.products .product button {
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 7px 20px;
}

.products .product .view-product-btn,
.products .product .wc-list-product-form button {
    position: relative;
    margin-bottom: 10px;
}

.woocommerce nav.woocommerce-pagination ul li:before,
.woocommerce ul.products li:before {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product-item img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

.btn-wrapper-view-product-add-to-cart {
    margin-top: 25px;
}

.btn-wrapper-view-product-add-to-cart form .single_add_to_cart_button {
    margin-bottom: 0;
}

@media ( min-width: 600px ) {
    .products .product {
        width: 50%;
    }
    .products .product:nth-child( 2n + 1 ) {
        clear: left;
    }
}
@media ( min-width: 768px ) {
    .products .product {
        width: 33.333%;
        margin-bottom: 20px;
    }
    .products .product:nth-child( 2n + 1 ) {
        clear: none;
    }
    .products .product:nth-child( 3n + 1 ) {
        clear: left;
    }
}
@media ( min-width: 1025px ) {

    .btn-wrapper-view-product-add-to-cart {
        margin-top: 0;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translate(0, -50%);
    }

    .products .product h2 {
        padding: 10px 0 !important;
    }

    .category-page .products .product > .woocommerce-loop-product-item,
    .products .product > a {
        padding: 20px;
    }

    .category-page .products .product > .woocommerce-loop-product-item:before,
    .products .product button,
    .products .product > a:before,
    .products .product .view-product-btn {
        opacity: 0;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .products .product .view-product-btn {
        position: relative;
    }

    .category-page .products .product > .woocommerce-loop-product-item:before,
    .products .product > a:before {
        content: '';
        background-color: rgba( 255, 255, 255, 0.6 );
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .products .product .view-product-btn,
    .products .product button {
        border-radius: 5px;
        bottom: auto;
        top: 40%;
        left: 50%;
        width: 60%;
        margin-left: -30%;
    }
    
    .category-page .products .product > .woocommerce-loop-product-item:hover:before,
    .category-page .products .product > .woocommerce-loop-product-item:hover .view-product-btn,
    .category-page .products .product > .woocommerce-loop-product-item:hover .wc-list-product-form button,
    .products .product > a:hover button,
    .products .product > a:hover:before {
        opacity: 1;
    }
}
@media ( min-width: 1600px ) {
    .products .product {
        width: 25%;
    }
    .products .product:nth-child( 3n + 1 ) {
        clear: none;
    }
    .products .product:nth-child( 4n + 1 ) {
        clear: left;
    }
}
.gallery-section {
    list-style: none;
    margin: 0 0 30px;
    padding: 0 10px;
}
.gallery-section img {
    display: block;
    height: auto;
    width: 100%;
}
@media ( min-width: 768px ) {
    .gallery-section {
        padding: 0;
    }
    .gallery-section img {
        display: none;
    }
    .gallery-section__image {
        float: left;
    }
    .gallery-section__image:nth-child( 1 ) {
        height: 400px;
        width: 60%;
    }
    .gallery-section__image:nth-child( 2 ) {
        height: 200px;
        width: 40%;
    }
    .gallery-section__image:nth-child( 3 ),
    .gallery-section__image:nth-child( 4 ) {
        height: 200px;
        width: 20%;
    }
    .gallery-section__link {
        display: block;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .gallery-section__link:hover {
        opacity: 0.8;
    }
}
@media ( min-width: 1200px ) {
    .gallery-section__image:nth-child( 1 ) {
        height: 480px;
    }
    .gallery-section__image:nth-child( 2 ),
    .gallery-section__image:nth-child( 3 ),
    .gallery-section__image:nth-child( 4 ) {
        height: 240px;
    }
}
@media ( min-width: 1500px ) {
    .gallery-section__image:nth-child( 1 ) {
        height: 600px;
    }
    .gallery-section__image:nth-child( 2 ),
    .gallery-section__image:nth-child( 3 ),
    .gallery-section__image:nth-child( 4 ) {
        height: 300px;
    }
}
.cart-popup {
    background-color: rgba( 42, 53, 70, 0.8 );
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
}
.cart-popup-inner {
    position: fixed;
    height: 80%;
    width: 90%;
    background: #fff;
    display: block;
    top: 10%;
    left: 5%;
    padding: 20px;
    z-index: 9999;
}
@media ( min-width: 1025px ) {
    .cart-popup-inner {
        height: auto;
        padding: 30px;
        width: 50%;
        top: 20%;
        left: 25%;
    }
}
.accent-heading {
    background: url( ../img/title-style.png ) center bottom no-repeat;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}
@media ( min-width: 1025px ) {
    .accent-heading {
        margin-bottom: 50px;
    }
}
.single-product .woocommerce-breadcrumb {
    display: none;
    background-color: #203345;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 0;
}
.single-product .woocommerce-breadcrumb a {
    color: #fff;
}
.single-product .woocommerce-breadcrumb a:hover {
    color: #868f5c;
}
.product-top {
    border-top: 20px solid #203345;
    padding-top: 20px;
}
.woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__wrapper
    .zoomImg {
    display: none !important;
}
.product-top .summary .product_meta,
.product-top .summary .product_title {
    display: none;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    position: relative;
    overflow: hidden;
}
.woocommerce-product-gallery .woo-slick-slider {
    background: #fff;
    padding: 10px 50px;
    width: 100%;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .woocommerce-product-gallery .woo-slick-slider {
        padding: 10px 25px;
    }
}
.woocommerce-product-gallery .woo-slick-slider .slick-slide {
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
    outline: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-top .summary,
.product-top > .product_meta,
.woocommerce div.product-top .product_title {
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce-product-gallery .woo-slick-slider .slick-slide:hover {
    opacity: 0.8;
}
.woocommerce-product-gallery .woo-slick-slider .slick-thumbnail {
    width: 100% !important;
}
.woocommerce-product-gallery .woo-slick-slider .slick-current .slick-thumbnail {
    border: 3px solid #87905c;
}
.woocommerce-product-gallery .slick-next,
.woocommerce-product-gallery .slick-prev {
    color: #004987;
    height: 100%;
    width: auto;
    -webkit-transform: none;
    transform: none;
    position: static;
}
.woocommerce-product-gallery .slick-next:before,
.woocommerce-product-gallery .slick-prev:before {
    color: #004987;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    border-radius: 5px;
}
.product_meta {
    color: #8e8e8e;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.025em;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.product-top .variations,
.product-top .variations tbody,
.product-top .variations td,
.product-top .variations tr,
.product_meta .posted_in,
.product_meta .sku_wrapper {
    display: block;
}
.product_meta .price {
    margin: 0;
}
.product-dimensions-wrapper {
    margin-bottom: 10px;
}
.product-dimensions-wrapper .product-dimensions {
    margin-right: 5px;
}
.product-top .variations .tawcvs-swatches {
    padding: 0;
    margin-top: 10px;
    overflow: visible;
}
.product-top .variations .tawcvs-swatches .swatch-color {
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
    box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
    width: 24px;
    height: 24px;
}
.product-top .variations .tawcvs-swatches .swatch-label {
    color: #8e8e8e;
    font-size: 15px;
    font-weight: 700;
    margin-right: 20px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
}
.product-top .variations .tawcvs-swatches .selected + .swatch-label {
    color: #2a3546;
}
.product-top .variations .tawcvs-swatches .swatch-color.selected:before {
    top: 2px;
    left: 7px;
}
.woocommerce-product-details__short-description p {
    margin-top: 0;
}
.single-product .cart .btn-primary,
.woocommerce-variation-add-to-cart .btn-primary {
    clear: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    max-width: 600px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.product-description-wrapper {
    padding-bottom: 40px;
}
.product-description-wrapper .fluid-width-video-wrapper {
    margin-bottom: 20px;
}
.related-products {
    padding-top: 60px;
    padding-bottom: 60px;
}
.related .product {
    margin: 0 0 20px;
    width: 100%;
}
.product-customer-testimonials .seo-image-item:not( :first-of-type ),
.related .product:not( :first-of-type ) {
    display: none;
}
.wooslider-direction-nav .wooslider-next {
    right: 0 !important;
    margin-right: 20px;
    opacity: 1 !important;
}
.wooslider-direction-nav .wooslider-prev {
    left: 0 !important;
    opacity: 1 !important;
    margin-left: 20px;
}
@media ( min-width: 600px ) {
    .related .product:not( :first-of-type ),
    .related .product:not( :nth-of-type( 2n ) ) {
        display: none;
    }
    .related .product:first-of-type,
    .related .product:nth-of-type( 2n ) {
        display: block;
        width: 50% !important;
    }
    .related .product:nth-of-type( 2n + 1 ) {
        clear: left !important;
    }
}
@media ( min-width: 768px ) {
    .product-top {
        display: table;
        table-layout: fixed;
        padding-top: 0;
        width: 100%;
    }
    .woocommerce div.product-top .product_title {
        display: none;
    }
    .woocommerce div.product-top .summary .product_title {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .product-top .summary,
    .product-top .woocommerce-product-gallery {
        display: table-cell;
        margin-bottom: 0 !important;
        vertical-align: top;
        width: 50% !important;
    }
    .product-dimensions-wrapper,
    .product_meta {
        margin-bottom: 20px;
    }
    .product-top .summary {
        padding: 40px;
    }
    .product-top .summary .product_meta {
        display: block;
    }
    .product-top > .product_meta {
        display: none;
    }
    .product_meta .posted_in,
    .product_meta .sku_wrapper {
        display: inline-block;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .product_meta .sku_wrapper {
        border-right: 1px solid #e0e0e0;
        padding-right: 10px;
    }
    .product_meta .posted_in {
        padding-left: 10px;
    }
    .product-top .variations {
        margin-bottom: 10px;
    }
    .woocommerce-product-details__short-description {
        margin-bottom: 30px;
    }
    .single-product .cart .btn-primary,
    .woocommerce-variation-add-to-cart .btn-primary {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .product-description-wrapper {
        border-top: 1px solid #e0e0e0;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .related .product:not( :first-of-type ),
    .related .product:not( :nth-of-type( 2n ) ),
    .related .product:not( :nth-of-type( 3n ) ) {
        display: none;
    }
    .related .product:first-of-type,
    .related .product:nth-of-type( 2n ),
    .related .product:nth-of-type( 3n ) {
        display: block;
        width: 33.3333% !important;
    }
    .related .product:nth-of-type( 2n + 1 ) {
        clear: none !important;
    }
    .related .product:nth-of-type( 3n + 1 ) {
        clear: left !important;
    }
}
@media ( min-width: 1025px ) {
    .single-product .woocommerce-breadcrumb {
        display: block;
    }
    .product-top {
        border-top: 0;
    }
    .woocommerce-product-gallery .woo-slick-slider {
        padding: 15px 50px;
    }
    .woocommerce-product-gallery .woo-slick-slider .slick-slide {
        padding-left: 7px;
        padding-right: 7px;
    }
    .woocommerce-product-gallery .woo-slick-slider .slick-next,
    .woocommerce-product-gallery .woo-slick-slider .slick-prev {
        width: auto;
    }
    .woocommerce-product-gallery .woo-slick-slider .slick-next:before,
    .woocommerce-product-gallery .woo-slick-slider .slick-prev:before {
        font-size: 30px;
    }
    .product-top .summary {
        padding: 75px;
    }
    .product-description-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .product-description-column-wrapper {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .product-description-divider,
    .product-description-left,
    .product-description-right {
        display: table-cell;
        vertical-align: top;
    }
    .product-description-left,
    .product-description-right {
        width: 44%;
    }
    .product-description-divider {
        width: 12%;
        position: relative;
    }
    .product-description-divider:before {
        content: '';
        position: absolute;
        left: 50%;
        top: -3%;
        background-color: #e0e0e0;
        width: 1px;
        height: 103%;
    }
    .related-products .title-style {
        margin-bottom: 50px;
    }
    .product-customer-testimonials .seo-image-item:not( :first-of-type ) {
        display: block;
    }
    .product-customer-testimonials .seo-image-half p {
        display: none;
    }
    .product-customer-testimonials .seo-image-half .seo-image-desc h3 {
        top: -60px;
    }
}
@media ( min-width: 1366px ) {
    .woocommerce-product-gallery .woo-slick-slider {
        padding: 15px 100px;
    }
    .woocommerce-product-gallery .woo-slick-slider .slick-next,
    .woocommerce-product-gallery .woo-slick-slider .slick-prev {
        width: 30px;
    }
}

.product-category-wrapper {
    padding-top: 50px;
}
.product-filters {
    background-color: #203246;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.product-filters .widget-woof > h4 {
    background-color: #525b69;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.product-filters .widget-woof > h4:after {
    content: '\e903';
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 9px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-filters .widget-woof > h4.js-filter-opened:after {
    -moz-transform: rotate( 180deg );
    -webkit-transform: rotate( 180deg );
    -o-transform: rotate( 180deg );
    -ms-transform: rotate( 180deg );
    transform: rotate( 180deg );
}
.product-filters .woof_container {
    border-top: 1px solid #525b69;
    margin-bottom: 0;
    padding: 15px 10px;
}
.product-filters .dimensions-filter-wrapper {
    border-top: 1px solid #525b69;
    margin-bottom: 55px !important;
    padding: 15px 10px !important;
}
.product-filters .woof_container:first-child {
    border-top: 0;
}
.product-filters .dimensions-filter-wrapper h4,
.product-filters .woof_container_inner h4 {
    color: #fff;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
}
.product-filters .dimensions-filter-wrapper h4 a,
.product-filters .woof_container_inner h4 a {
    color: #bfbfbf;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    display: block;
}
.product-filters .toggle-dim,
.product-filters .widget-woof a {
    text-indent: -999px;
}
.product-filters .woof_front_toggle_closed:after,
.product-filters .woof_front_toggle_opened:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-indent: 0;
}
.product-filters .woof_front_toggle_closed:after {
    content: '+';
}
.product-filters .woof_front_toggle_opened:after {
    content: '–';
}
.product-filters .woof_list {
    padding-top: 10px;
}
.product-filters .woof_list li label {
    color: #bfbfbf;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    padding-top: 10px;
}
.product-filters .woof_submit_search_form_container {
    margin: 0;
    padding: 0 10px 10px;
    width: 100%;
}
.product-filters .woof_submit_search_form_container .button {
    background-color: #87905c;
    border: 2px solid #87905c;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 1px;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.product-filters .woof_submit_search_form_container .button:hover {
    background-color: #656c45;
    border: 2px solid #656c45;
    color: #fff;
}
.product-filters .dimensions-filter-wrapper,
.product-filters .woof_sid_widget {
    display: none;
}
.product-filters .dimensions-filter-wrapper.js-filter-opened,
.product-filters .woof_sid_widget.js-filter-opened {
    display: block;
}
.product-filters .dimensions-filter {
    border: 0;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    padding: 0;
    max-width: 500px;
}
.product-filters .dimension-field:before {
    content: '';
    display: block;
    background-color: #fff;
    padding-bottom: 100%;
    border: 1px solid #e1e1e1;
    margin: -1px;
    transition: all 0.3s ease-in-out;
}
.archive-action-section__footer ol,
.archive-action-section__footer p,
.archive-action-section__footer ul,
.term-description ol,
.term-description p,
.term-description ul {
    margin-top: 0;
    margin-bottom: 30px;
}
.product-filters .dimension-field.selected:before {
    background-color: #e1e1e1;
    border-color: #fff;
}
.product-filters .dimension-field {
    width: 20%;
    float: left;
    position: relative;
}
.product-filters .dimension-value {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate( -50%, -50% );
    transform: translate( -50%, -50% );
}
.product-filters .dimensions-filter .length,
.product-filters .dimensions-filter .width {
    color: #fff;
    width: 20%;
    text-align: center;
}
.product-filters .length {
    float: left;
    padding-top: 5px;
}
.product-filters .width {
    float: right;
}
.woof_container_pa_length,
.woof_container_pa_width {
    display: none;
}
.woof_submit_search_form_container {
    position: absolute;
    bottom: 0;
}
@media ( min-width: 1025px ) {
    .product-filters {
        padding: 50px 30px 100px;
        width: calc( 25% - 10px );
    }
    .product-filters .dimensions-filter-wrapper,
    .product-filters .woof_sid_widget {
        display: block;
    }
    .product-filters .widget-woof > h4 {
        background: 0 0;
        font-size: 20px;
        font-family: Roboto, sans-serif;
        font-weight: 900;
        font-style: normal;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 0;
        padding-top: 0;
    }
    .product-filters .widget-woof > h4:after {
        display: none;
    }
    .product-filters .dimensions-filter-wrapper,
    .product-filters .woof_container,
    .product-filters .woof_container:first-child {
        border-top: 2px solid #525b69;
    }
    .product-filters .dimensions-filter-wrapper,
    .product-filters .woof_container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .product-filters .dimensions-filter-wrapper h4,
    .product-filters .woof_container_inner h4 {
        color: #bfbfbf;
        font-size: 16px;
    }
    .product-filters .dimensions-filter-wrapper h4 a,
    .product-filters .woof_container_inner h4 a {
        color: #fff;
    }
    .product-filters .dimensions-filter-wrapper {
        margin-bottom: 0 !important;
    }
    .product-filters .woof_submit_search_form_container {
        bottom: 30px;
        left: 30px;
        padding: 0;
        width: calc( 100% - 60px );
    }
    .product-filters .woof_submit_search_form_container .button {
        padding: 10px 20px;
    }
}
.category-page {
    position: relative;
}
.category-intro-text {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px;
}
.product-category-wrapper .widget {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
}
.archive-action-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.archive-action-section__header {
    margin-bottom: 20px;
    text-align: left;
}
.archive-action-section__footer {
    text-align: left;
    margin-bottom: 50px;
}
.archive-action-section__footer h3 {
    margin-bottom: 30px;
}
@media ( min-width: 768px ) {
    .category-intro-text {
        padding-top: 90px;
        padding-bottom: 50px;
    }
    .archive-action-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media ( min-width: 1025px ) {
    .category-intro-text {
        padding-top: 50px;
    }
    .category-page {
        position: static;
    }
    .product-category-wrapper {
        position: relative;
    }
}
.term-description h3 {
    margin-top: 0;
}

.woocommerce .related-products ul.products li {
    clear: unset !important;
}

#nickx-gallery {
    display: none;
}