/*
Theme Name: Spiffy Spools
Author: JPS
Author URI: 
Description: 
Version: 1.0

*/

body{
    font-family: 'Source Sans Pro', sans-serif;
    color: #575757;
}

.page-wrapper{
    overflow: hidden;
}

a,
a:hover,
a:focus,
a:active{
    color: #575757;
    transition: all 0.3s ease;
}

h1,
h2,
h3,
h4{
    font-weight: 600;
}

p,
.default-page li,
.measuring li,
.panel li,
.default-style li{
    line-height: 1.8;
    font-size: 16px;
}

ul{
    font-size: 16px;
}

.btn-primary{
    background: #37bbca;
    color: #fff;
    border-color: #37bbca;
    border: 2px solid #37bbca;
    border-radius: 50px;
    transition: all 0.3s ease;
    padding: 20px 50px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active,
.btn-primary:hover:active{
    background: transparent;
    border-color: #37bbca;
    color: #37bbca;
    box-shadow: none;
    outline: none;
}

.btn-link{
    color: #37bbca;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.025em;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active{
    color: #575757;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    background: #37bbca;
    color: #fff;
    border-color: #37bbca;
    border: 2px solid #37bbca;
    border-radius: 50px;
    transition: all 0.3s ease;
    padding: 20px 50px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    outline: none!important;
    font-weight: 400;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
    background: transparent;
    border-color: #37bbca;
    color: #37bbca;
    box-shadow: none;
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
    background: #37bbca;
    color: #fff;
}


/* HEADER */
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-1{
    background: #3d3d3d;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.header-1 a{
    color: #fff;
}

.header-register{
    text-decoration: underline;
}

.header-offer{
    letter-spacing: 0.05em;
}

.header-offer a{
    color: #37bbca;
    margin-left: 5px;
    text-decoration: underline;
}

.header-1-actions{
    text-align: right;
}

.header-search{
    display: inline-block;
    margin-right: 10px;
}

.header-search button{
    border: none;
    border-radius: 0;
    outline: none!important;
    padding: 0;
    background: transparent;
    color: #fff;
}

.header-search .open-search{
    padding: 0 4px;
}

.header-search .search-form-box{
    display: none;
    margin: -5px 0;
}

.search-form-box .search-input{
    background: transparent;
    padding: 4px 12px;
    background: transparent;
    border-radius: 0;
    border: 1px solid #37bbca;
    outline: none!important;
    box-shadow: none;
}

.header-search .search-form-box .search-input{
    border-color: #fff;
}

.header-search .search-form-box .search-input::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.header-search .search-form-box .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.header-search .search-form-box .search-input::placeholder {
    color: #fff;
}

.header-search .submit-search{
    padding: 4px;
    margin-left: 4px;
}

.header-menu .search-form-box{
    margin-bottom: 50px;
}

.header-menu  .search-input{
    vertical-align: middle;
}

.header-menu .submit-search{
    background: #37bbca;
    border-radius: 0;
    border: none;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 6px;
}

.mobile-menu-account{
    margin-top: 5px;
    text-align: left;
    padding: 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.header-main{
    display: flex;
    align-items: center;
}

.header-2{
    transition: all 0.5s ease;
    border-bottom: 1px solid transparent;
}

.fixed-navbar .header-2{
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.fixed-navbar .header-2{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header-2 .logo{
    width: 75px;
    display: block;
    padding: 10px 0;
}

.header-buttons{
    margin-left: auto;
}

.cart-icon{
    display: block;
    width: 40px;
    height: 40px;
    /*border-radius: 50%;
    background: #37bbca;*/
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    background-image: url('img/icon-shopping-bag.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 10px;
}

.cart-icon:hover,
.cart-icon:focus,
.cart-icon:active{
    text-decoration: none;
    color: #fff;
}

.open-menu{
    margin-left: 20px;
    border: none;
    border-radius: 0;
    outline: none!important;
    padding: 0;
    background: transparent;
}

.open-menu .icon-bar{
    display: block;
    width: 25px;
    height: 2px;
    background: #37bbca;
    margin-bottom: 7px;
}

.open-menu .icon-bar:last-child{
    margin-bottom: 0;
}

.close-menu{
    position: absolute;
    top: 50px;
    left: 15px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 0;
    outline: none!important;
    padding: 0;
    background: transparent;
    z-index: 2;
}

.close-menu:before,
.close-menu:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #575757;
}

.close-menu:before{
    transform: translate(-50%, -50%) rotateZ(45deg);
}

.close-menu:after{
    transform: translate(-50%, -50%) rotateZ(-45deg);
}

.header-menu ul{
    padding: 0;
    margin: 0;
    text-align: center;
}

.header-menu ul li{
    list-style: none;
    position: relative;
}

.header-menu ul li a{
    text-transform: uppercase;
    font-size: 18px;
    padding: 6px;
    display: block;
}

.header-menu ul li a.children-visible{
    text-decoration: none;
    color: #37bbca;
}

.header-menu nav>div>ul>li>ul{
    display: none;
}

.header-menu nav>div>ul>li>ul.visible{
    display: block;
}

.header-menu nav>div>ul>li>ul.visible>li{
    display: block;
}

.header #alg_currency_selector,
.header .woocommerce-currency-switcher-form {
    display: inline-block;
}

.header .alg_currency_select,
.header .woocommerce-currency-switcher-form select{
    border: none;
    outline: none!important;
    background: #3d3d3d;
    background-image: url('img/icon-down.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 15px 0 5px;
    max-width: 52px;
    -webkit-appearance: none;
    appearance: none;
    margin-right: 10px;
}

@media (max-width: 767px){
    .header-menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: #fff;
        display: flex;
        /*align-items: center;*/
        justify-content: center;
        transition: all 0.3s ease;
        transform: translateY(-100%);
        padding: 100px 0;
    }

    .menu-is-open .header-menu{
        transform: translateY(0);
    }

    .menu-container{
        width: 100%;
        padding: 0 15px;
    }

    .header-menu ul li ul{
        margin-bottom: 25px;
    }

    .header-menu .search-form-group{
        position: relative;
    }

    .header-menu .search-input{
        width: 100%;
        padding-right: 35px;
        border: none;
        border-bottom: 1px solid #37bbca;
    }

    .header-menu .submit-search{
        color: #37bbca;
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
    }

    .mega-menu li a{
        position: relative;
        border-bottom: 1px solid #ccc!important;
        text-decoration: none!important;
    }

    .mega-menu li ul li a:after{
        content: '';
        display: block!important;
        position: absolute;
        top: 100%;
        right: 100%;
        width: 20px;
        border-bottom: 1px solid #ccc;
    }

    .mega-menu li ul li{
        padding-right: 0;
    }

    .mega-menu>li>ul>li>ul>li>ul>li>ul>li>ul>li>a{
        border-bottom: none!important;
    }

    .mega-menu>li>ul>li>ul>li>ul>li>ul>li>ul>li>a:after{
        display: none!important;
    }

    .mega-menu>li>ul>li>ul>li>ul>li>ul>li>a:after {
        width: calc(100% + 55px);
        left: -45px;
        border-color: #ccc;
    }

    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        padding: 5px 0;
    }

    #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
        margin: 0;
        padding: 5px 0;
    }

    .menu-is-open .header-1{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .header-1-actions,
    .menu-is-open .header-offer{
        display: none;
    }

    .menu-is-open .header-1-actions{
        display: block;
        padding-left: 40px;
    }

    .menu-is-open .header-search{
        display: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .menu-is-open .header-search .open-search{
        display: none;
    }

    .menu-is-open .header-search .search-form-box{
        display: block;
    }

    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, 
    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, 
    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{
        background: transparent;
        color: #575757;
    }
}

@media (min-width: 768px){
    .header-1{
        text-align: left;
    }

    .header-2:hover{
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    .header-2 .logo{
        margin: 0;
        width: 100px;
        padding: 0;
    }

    .fixed-navbar .header-2 .logo{
        padding: 10px 0;
        width: 70px;
    }

    .fixed-navbar #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
        line-height: 90px;
        height: 90px;
    }

    .open-menu,
    .close-menu{
        display: none;
    }

    .header-menu{
        margin-left: 30px;
    }

    .header-menu nav>div>ul>li{
        display: inline-block;
    }

    .header-menu nav>div>ul>li a{
        font-size: 16px;
    }

    .header-menu nav>div>ul>li>ul{
        position: absolute;
        top: 100%;
        left: -10px;
        min-width: 200px;
        text-align: left;
        background: #fff;
        box-shadow: 0 0 5px #ccc;
        padding: 5px 10px;
    }

    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link{
        pointer-events: none;
    }

    #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
        display: none;
    }

    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        display: block;
    }

    li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:first-child {
        margin-top: 12px!important;
    }

    #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu{
        width: 270px;
    }

    .header-search .open-search{
        display: none;
    }

    .header-search .search-form-box{
        display: block;
    }
}


/* MEGAMENU */
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a{
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px;
    display: block;
    margin-bottom: 0;
    word-break: break-word;
    color: #575757;
}

.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a:hover,
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a:focus,
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a:active{
    color: #575757;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-toggle-on) > a.mega-menu-link:focus {
    background: inherit;
    color: inherit;
}




/* HOME - HERO */
.home-hero-slide{
    background-size: 200% auto;
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    padding: 100vw 0 100px;
    position: relative;
}

.home-hero-slide>.container{
    margin: auto;
}

.home-hero-slide-inner{
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.home-hero h1,
.home-hero h2{
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
}

.home-hero p{
    color: #737373;
    letter-spacing: 0.025em;
    margin: 0 auto 25px;
    max-width: 500px;
    margin-bottom: 25px;
}

.home-hero-carousel .owl-dots{
    position: absolute;
    top: 200px;
    left: 15px;
}

.home-hero-carousel .owl-dot{
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #37bbca;
    border-radius: 50%;
    margin: 5px;
}

.home-hero-carousel .owl-dot.active{
    background: #37bbca;
}

@media (min-width: 768px){
    .home-hero-slide{
        background-size: 150% auto;
        padding: 80vw 0 100px;
    }

    .home-hero h1,
    .home-hero h2{
        font-size: 70px;
    }

    .home-hero-carousel .owl-dots{
        display: flex;
        top: auto;
        bottom: 30px;
    }
}

@media (min-width: 992px){
    .home-hero-slide{
        padding: 160px 0;
        background-size: cover;
        background-position: center;
    }

    .home-hero-slide-inner{
        text-align: left;
        margin: 0;
    }

    .home-hero p{
        margin-left: 0;
    }

}


/* HOME - REVIEWS */
.home-review{
    max-width: 290px;
    margin-bottom: 30px;
}

.home-review h3{
    font-size: 20px;
    margin-bottom: 20px;
}

.home-review p{
    font-style: italic;
}

.home-review-rating{
    margin: 20px 0;
}

.home-review-rating img{
    width: 25px!important;
    display: inline!important;
}

.home-review h4{
    font-size: 16px;
}

.home-review-verified{
    color: #737373;
    font-size: 13px;
}

.home-review-verified img{
    width: 20px!important;
    display: inline!important;
    vertical-align: middle;
}

.home-review-verified span{
    vertical-align: middle;
}

.home-reviews-buttons{
    text-align: center;
}

.home-reviews-buttons .btn-link{
    position: relative;
    font-size: 16px;
}

.home-reviews-buttons .btn-link:before{
    position: absolute;
    right: 100%;
    content: '';
    display: block;
    width: 130px;
    height: 100px;
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/read-now.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.reviews-carousel .owl-dots{
    text-align: center;
}

.reviews-carousel .owl-dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #37bbca;
    border-radius: 50%;
    margin: 5px;
}

.reviews-carousel .owl-dot.active{
    background: #37bbca;
}

/*@media (min-width: 768px) and (max-width: 991px){
    .home-review{
        margin: 0 auto 30px;
        text-align: center;
    }
}*/

@media (max-width: 767px){
    .home-reviews-buttons .btn-link:before{
        display: none;
    }
}

@media (min-width: 992px){
    .home-reviews-buttons{
        text-align: right;
    }
}


/* HOME - ABOUT */
.home-about{
    padding: 100vw 0 50px;
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/home-about-bg.jpg');
    background-size: 200% auto;
    background-position: left top;
    background-repeat: no-repeat;
}

.home-about h2{
    line-height: 1;
    margin-bottom: 20px;
}

@media (min-width: 768px){
    .home-about{
        padding: 150px 0;
        min-height: 50vw;
        background-size: contain;
        background-position: left center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 992px){
    .home-about{
        padding: 250px 0 300px;
    }

    .home-about h2{
        font-size: 40px;
    }
}


/* HOME - FABRIC */
.home-fabric{
    overflow: hidden;
    text-align: center;
    position: relative;
}

.home-fabric h2{
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-fabric ul{
    padding: 0;
    margin: 0 0 20px;
    overflow: auto;
    display: flex;
}

.home-fabric ul li{
    list-style: none;
    display: inline-block;
}

.home-fabric ul li:first-child{
    margin-left: auto;
}

.home-fabric ul li:last-child{
    margin-right: auto;
}

.home-fabric ul li a{
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    padding: 15px;
    font-weight: 600;
    opacity: 0.4;
}

.home-fabric ul li a.current,
.home-fabric ul li a:hover,
.home-fabric ul li a:focus,
.home-fabric ul li a:active{
    opacity: 1;
    text-decoration: none;
}

.home-fabrics-carousel{
    position: relative;
}

.fabrics-carousel-item{
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    display: block;
    text-decoration: none!important;
}

.fabrics-carousel-item-image{
    padding-bottom: 150%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    transition: all 0.3s ease;
    transform-origin: left center;
    position: relative;
    opacity: 0;
    transform: scale(0.7);
    position: relative;
}

.fabrics-carousel-item-description{
    padding: 15px 25px;
    opacity: 0;
    transition: all 0.3s ease;
}

.item-0 .fabrics-carousel-item-description{
    opacity: 1;
}

.fabrics-carousel-item-description h3{
    text-transform: uppercase;
    font-size: 16px;
}

.fabrics-carousel-item-description p{
    font-size: 15px;
}

.item-0{
    left: 0;
    opacity: 1;
    z-index: 10
}

.item-1{
    left: 90%;
    opacity: 1;
    z-index: 9;
    cursor: pointer;
}

.item-2{
    left: 180%;
    opacity: 1;
    z-index: 8;
    cursor: pointer;
}

.item-0 .fabrics-carousel-item-image{
    transform: scale(1);
    opacity: 1;
}

.item-1 .fabrics-carousel-item-image{
    transform: scale(0.9);
    opacity: 1;
}

.item-2 .fabrics-carousel-item-image{
    transform: scale(0.8);
    opacity: 1;
}

.home-fabrics-arrow-left,
.home-fabrics-arrow-right{
    padding: 10px;
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none!important;
    font-size: 25px;
    position: absolute;
    z-index: 10;
    top: 32%;
    transition: all 0.3s ease;
    appearance: none;
}

.home-fabrics-arrow-left{
    left: 15px;
    padding: 20px 30px 20px 10px;
}

.home-fabrics-arrow-right{
    right: 15px;
    padding: 20px 10px 20px 30px;
}

.home-fabrics-arrow-left:hover,
.home-fabrics-arrow-right:hover{
    color: #36bbca;
}

@media (min-width: 768px){
    .fabrics-carousel-item{
        width: 50%;
    }

    .item-1{
        left: 35%;
    }

    .item-2{
        left: 60%;
    }
}

@media (min-width: 992px){
    .home-fabric{
        text-align: left;
    }

    .home-fabric h2{
        font-size: 35px;
        padding-left: 20px;
    }

    .home-fabric ul{
        width: 70%;
        margin: 0;
        display: block;
    }

    .home-fabric ul li{
        display: block;
        border-bottom: 1px solid #c7c7c7;
    }

    .home-fabric ul li a{
        padding: 10px 25px;
    }
}

@media (min-width: 1200px){
    .home-fabric ul{
        width: 50%;
    }
}


/* HOME - PRODUCTS */
.home-products{
    position: relative;
    padding-top: min(29%, 350px);
    padding-bottom: min(42%, 300px);
}

.home-products:before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1200px;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 29%;
    padding-bottom: min(29%, 350px);
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.home-products:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 700px;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 85%;
    padding-bottom: min(85%, 600px);
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(25%);
    pointer-events: none;
    z-index: -1;
}

.home-products-title{
    text-align: center;
    padding-top: 25px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.home-products-title h2{
    margin-top: 10px;
}

li.product{
    list-style: none;
    display: block;
    margin-bottom: 40px;
}

.woocommerce ul.products li.product:nth-child(3n+1), 
.woocommerce-page ul.products li.product:nth-child(3n+1) {
    clear: both;
}

.woocommerce ul.products li.product:nth-child(3n+3), 
.woocommerce-page ul.products li.product:nth-child(3n+3) {
    margin-right: 0;
}

li.product a{
    text-decoration: none!important;
}

li.product img{
    border-radius: 20px;
}

li.product h2{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.8;
}

li.product .price{
    font-size: 16px;
}

.woocommerce ul.products li.product .price{
    color: #575757;
    font-size: 16px;
}

.home-products-buttons{
    margin-top: 25px;
    text-align: center;
}

@media (max-width: 767px){
    .home-products-title h2 br{
        display: none;
    }

    .home-products .row-flex>div:nth-child(n+4){
        display: none;
    }
}

@media (min-width: 768px){
    .home-products-title h2{
        font-size: 40px;
    }
}


/* HOME - BENEFITS */
.home-benefits{
    text-align: center;
    position: relative;
}

.home-fabric+.home-benefits{
    padding-top: min(29%, 300px);
    padding-top: 100px;
}

.home-fabric+.home-benefits:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-30%);
    width: 1200px;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 29%;
    padding-bottom: min(29%, 350px);
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.home-benefits-intro{
    max-width: 900px;
    margin: 0 auto 50px;
}

.home-benefits-intro h2{
    text-transform: uppercase;
    margin-bottom: 25px;
}

.home-benefit{
    margin: 0 auto 50px;
    max-width: 290px;
}

.home-benefit img{
    height: 120px!important;
    object-fit: contain;
    object-position: center;
}

.home-benefit h3{
    text-transform: uppercase;
}

@media (max-width: 767px){
    .home-benefits-intro h2 br{
        display: none;
    }
}

@media (min-width: 768px){
    .home-benefits-intro h2{
        font-size: 45px;
    }

    .home-benefits-intro{
        margin-bottom: 100px;
    }

    .home-benefit{
        margin-bottom: 100px;
    }
}


/* HOME - LOOK BOOK */
.home-look-book{
    padding: 50px 0;
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-6.png');
    background-size: 100% auto;
    background-position: center top;
}

.home-look-book h2{
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
}

.look-book-big-image{
    background-size: cover;
    background-position: center;
    padding-bottom: 100%;
    border-radius: 25px;
    display: none;
}

.home-look-book-carousel .owl-dots {
    text-align: center;
}

.home-look-book-carousel .owl-dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #37bbca;
    border-radius: 50%;
    margin: 5px;
}

.home-look-book-carousel .owl-dot.active{
    background: #37bbca;
}

@media (max-width: 767px){
    .home-look-book .container{
        padding: 0;
    }
}

@media (min-width: 768px){
    .home-look-book{
        background-size: 100% 100%;
    }

    .home-look-book h2{
        text-align: left;
        font-size: 45px;
    }

    .home-look-book-carousel .owl-dots{
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .look-book-big-image{
        display: block;
    }
}


/* HOME - GUIDES */
.home-guides{
    padding: 50px 0;
    text-align: center;
}

.home-guides-carousel .owl-dots {
    text-align: center;
}

.home-guides-carousel .owl-dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #37bbca;
    border-radius: 50%;
    margin: 5px;
}

.home-guides-carousel .owl-dot.active{
    background: #37bbca;
}

.home-guides h2{
    text-transform: uppercase;
}

.home-guide{
    max-width: 500px;
    margin: 50px auto;
    display: block;
    text-decoration: none!important;
}

.home-guide img{
    height: 300px!important;
    object-fit: contain;
    object-position: center;
}

.home-guide h3{
    text-transform: uppercase;
    margin-top: 40px;
}

@media (min-width: 768px){
    .home-guides{
        padding: 100px 0 50px;
    }

    .home-guides h2{
        font-size: 45px;
    }

    .home-guides-carousel{
        padding: 0 50px;   
        position: relative;
    }

    .home-guides-carousel .owl-prev,
    .home-guides-carousel .owl-next{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        transition: all 0.3s ease;
    }

    .home-guides-carousel .owl-prev{
        left: 0;
    }
    
    .home-guides-carousel .owl-next{
        right: 0;
    }

    .home-guides-carousel .owl-prev:hover,
    .home-guides-carousel .owl-prev:focus,
    .home-guides-carousel .owl-prev:active,
    .home-guides-carousel .owl-next:hover,
    .home-guides-carousel .owl-next:focus,
    .home-guides-carousel .owl-next:active{
        color: #37bbca;
    }
}


/* HOME - BLOG */
.home-blog{
    padding: 50px 0;
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-3.png');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.home-blog h2{
    text-transform: uppercase;
    text-align: center;
}

.post-loop-item{
    width: 300px;
    max-width: 100%;
    margin: 20px auto;
    position: relative;
}

.post-loop-item-image{
    position: relative;
    padding-bottom: 100%;
    display: block;
}

.post-loop-item-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.two-cols .post-loop-item-image{
    padding-bottom: 0;
}

.two-cols .post-loop-item img{
    position: relative;
}

.post-loop-item-details{
    padding: 10px 15px;
}

.post-loop-item-details h3{
    font-size: 22px;
    text-transform: uppercase;
}

.post-loop-item-details h3 a{
    text-decoration: none!important;
}

.post-loop-item-details .btn-link{
    padding: 6px 0;
}

.home-blog-carousel .owl-dots{
    text-align: center;
}

.home-blog-carousel .owl-dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #37bbca;
    border-radius: 50%;
    margin: 5px;
}

.home-blog-carousel .owl-dot.active{
    background: #37bbca;
}

@media (max-width: 767px){
    .home-blog .container{
        padding: 0;
    }
}

@media (min-width: 768px){
    .home-blog h2{
        font-size: 45px;
    }
}


/* HOME - TESTIMONIALS */
.home-testimonials{
    padding: 50px 0 100px;
    position: relative;
    text-align: center;
}

.home-testimonials:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 800px;
    max-width: 100%;
    padding-bottom: 57.89%;
    padding-bottom: min(57.89%, 450px);
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-4.png');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}

.home-testimonials h2{
    text-transform: uppercase;
}

.home-testimonial{
    max-width: 400px;
}

.home-testimonial h4{
    margin-top: 50px;
}

.home-testimonials .home-review-verified{
    margin-top: 20px;
}

.home-testimonials-carousel{
    margin: 25px 0;
}

.home-testimonials-carousel .owl-dots{
    margin: 10px -5px;
}

.home-testimonials-carousel .owl-dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #37bbca;
    border-radius: 50%;
    margin: 5px;
}

.home-testimonials-carousel .owl-dot.active{
    background: #37bbca;
}

@media (min-width: 768px) and (max-width: 991px){
    .home-testimonials{
        padding-bottom: 250px;
    }
}

@media (min-width: 768px){
    .home-testimonials{
        text-align: left;
    }

    .home-testimonials:after{
        bottom: 0;
    }

    .home-testimonials h2{
        font-size: 45px;
    }
}


/* HOME - MEDIA */
.home-media{
    padding: 100px 0;
    position: relative;
}

.woocommerce-page .home-media{
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.home-media:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    max-width: 100%;
    padding-bottom: 69.23%;
    padding-bottom: min(69.23%, 350px);
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-5.png');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}

.home-media p{
    text-align: center;
    text-transform: uppercase;
}

.home-media-list{
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-media-list>div{
    margin: 10px 5px;
}

.home-media-list img{
    height: 75px!important;
}

@media (min-width: 768px){
    .home-media-list>div{
        margin: 20px 30px;
    }

    body:not(.home) .home-media:before{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 800px;
        max-width: 100%;
        padding-bottom: 57.89%;
        padding-bottom: min(57.89%, 450px);
        background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-4.png');
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;
        z-index: -1;
        pointer-events: none;
    }
}


/* DEFAULT STYLE */
.default-style{
    padding-top: 170px;
}

.default-page{
    position: relative;
    z-index: 2;
}

.default-page h1{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.default-style article a{
    color: #37bbca
}

@media (min-width: 768px){
    .default-style{
        padding-top: 220px;
    }

    .woocommerce-cart .default-page {
        min-height: calc(100vh - 334px);
    }
}


/* REVIEWS PAGE */
.reviews-intro{
    position: relative;
}

.yotpo .yotpo-pager .yotpo-page-element {
    display: inline-block;
    line-height: 32px;
    min-width: 34px;
    border-radius: 50%;
    border: 1px solid #9e9e9e;
    margin: 2px!important;
    color: #575757!important;
}

.yotpo .yotpo-pager .yotpo-page-element:hover,
.yotpo .yotpo-pager .yotpo-page-element:focus,
.yotpo .yotpo-pager .yotpo-page-element:active,
.yotpo .yotpo-pager .yotpo-page-element.yotpo-active {
    font-weight: 400!important;
    background: #36bbca!important;
    border-color: #36bbca;
    color: #fff!important;
}

.yotpo .yotpo-icon-left-arrow:before{
    content: '←'!important;
    font-family: 'Source Sans Pro', sans-serif!important;
}

.yotpo .yotpo-icon-right-arrow:before{
    content: '→'!important;
    font-family: 'Source Sans Pro', sans-serif!important;
}

.yotpo .yotpo-review .yotpo-main,
.yotpo .yotpo-review .yotpo-main div{
    font-size: 16px;
    line-height: 1.3;
}

.yotpo .yotpo-bottomline .yotpo-icon-star, 
.yotpo .yotpo-bottomline .yotpo-icon-half-star, 
.yotpo .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, 
.yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, 
.yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, 
.yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon{
    color: #d6db39!important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, 
.yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, 
.yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, 
.yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name{
    color: #37bbca!important;
}

body .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, 
body .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, 
body .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile, 
body .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile{
    background-color: #37bbca;
}

body .yotpo a,
.yotpo.yotpo-main-widget .yotpo-label .yotpo-logo-title, 
.yotpo .yotpo-modal-dialog .yotpo-label .yotpo-logo-title{
    color: #37bbca!important;
}

.yotpo div, 
.yotpo span, 
.yotpo p, 
.yotpo a, 
.yotpo img, 
.yotpo i, 
.yotpo strong, 
.yotpo sup, 
.yotpo ul, 
.yotpo li, 
.yotpo form, 
.yotpo label{
    font-family: 'Source Sans Pro', sans-serif!important;
}

.yotpo span {
    outline: none!important;
}

@media (max-width: 767px){
    .yotpo .yotpo-review .yotpo-footer .yotpo-helpful{
        float: left!important;
        margin-top: 5px;
    }
}

@media (min-width: 1200px){
    .reviews-intro:before{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 750px;
        height: 500px;
        background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-11.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        pointer-events: none;
    }

    .reviews-intro:after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-100%);
        width: 350px;
        height: 120px;
        background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-12.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        pointer-events: none;
    }
}



/* PRODUCT */
.woocommerce div.product div.images.woocommerce-product-gallery{
    padding: 0 30px;
    position: relative;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
    border-radius: 20px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav{
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
}

.woocommerce div.product div.images img{
    max-height: 600px;
    object-fit: contain;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li{
    list-style: none;
    display: inline-block;
    margin: 3px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li a{
    display: block;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #37bbca;
    transition: all 0.3s ease;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li a.flex-active{
    background: #37bbca;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav{
    padding: 0;
    margin: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav li{
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev{
    left: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav li.flex-nav-next{
    right: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav li a{
    outline: none!important;
}

body .pswp__bg{
    background: rgba(255,255,255,.9);
}

body .pswp__ui--fit .pswp__caption,
body .pswp__caption{
    background-color: transparent;
}
 
body .pswp__ui--fit .pswp__top-bar,
body .pswp__top-bar{
    background-color: #37bbca;
}

body .pswp--svg .pswp__button--arrow--left:before, 
body .pswp--svg .pswp__button--arrow--right:before{
    background-image: url('img/theme-skin.png')!important;
}

body .pswp__caption__center{
    color: #575757;
}

.product-builder-title h1{
    margin-top: 0;
    text-transform: uppercase;
    font-size: 22px;
}

.product-builder-description>*:first-child {
    margin-top: 25px;
}

.product-builder-options ul{
    padding: 0;
    margin: 0;
}

.product-builder-options:before{
    content: '';
    display: block;
    width: 140px;
    height: 90px;
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/start-here.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product-builder-options li{
    display: block;
    list-style: none;
}

.product-builder-options li a{
    border: 2px solid #c6c6c6;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: relative;
    padding: 10px;
    line-height: 1;
}

.product-builder-options li.completed a:before{
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: #37bbca;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 5px;
    border-radius: 100%;
    z-index: 1;
}

.product-builder-options li.completed a:after{
    content: '';
    display: block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 7px;
    right: 11px;
    transform: rotateZ(-45deg);
    z-index: 1;
}

.product-builder-options li.completed a,
.product-builder-options li.active a,
.product-builder-options li a:hover,
.product-builder-options li a:focus,
.product-builder-options li a:active{
    text-decoration: none;
    border-color: #37bbca;
}

.product-builder-tabs{
    margin-top: 20px;
}

.product-builder-tabs>div{
    display: none;
}

.product-builder-tabs>div.active{
    display: block;
}

.product-builder-tabs select,
.product-builder-tabs input[type=text],
.form-control{
    border: 2px solid #cccccc;
    border-radius: 50px;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
}

.product-builder-tabs select,
select.form-control{
    background-image: url('img/icon-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 25px;
}

.product-builder-tabs select:focus,
.product-builder-tabs input[type=text]:focus,
select.form-control:focus{
    border-color: #37bbca;
    outline: none!important;
}

.form-control{
    height: 40px;
    box-shadow: none!important;
    outline: none!important;
}

.form-control:focus{
    border-color: #37bbca;
    outline: none!important;
}

label{
    font-weight: 600;
    text-transform: uppercase;
}

.select2-container{
    width: 100%!important;
    height: 40px;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--single{
    border: 2px solid #ccc;
    border-radius: 20px;
    height: 40px;
    background-image: url('img/icon-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 25px;
    cursor: default;
    outline: none!important;
    padding: 2px;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #37bbca;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 32px;
    padding-right: 0;
    padding-left: 12px;
    max-width: 100%;
    font-size: 16px;
}

.product-builder-tabs .select2-container--default .select2-selection--single .select2-selection__rendered{    
    width: 235px;
}

.product-builder-tabs .select2-container--default .select2-selection--single .select2-selection__rendered{
    text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}

.select2-results__options{
    outline: none!important;
}

.colorblock-preview img {
    width: 260px;
    min-height: 320px;
    object-fit: contain;
    object-position: top;
}

.builder-radio-cols{
    display: flex;
    flex-wrap: wrap;
}

.builder-radio-cols label{
    width: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 25px;
}

.product-builder-tabs .select-label {
    margin-left: 17px;
}

.product-builder-tabs label input{
    display: none;
}

.product-builder-tabs label .checkmark{
    width: 21px;
    height: 21px;
    border: 2px solid #e4e4e4;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

.product-builder-tabs label input:checked ~ .checkmark{
    border-color: #37bbca;
    background-color: #37bbca;
}

.product-builder-tabs label input:checked ~ .checkmark:after{
    content: '';
    display: block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 5px;
    right: 4px;
    transform: rotateZ(-45deg);
    z-index: 1;
}

.product-addons{
    display: none;
}

.product-builder-container .product-addons{
    display: block;
}

.product-addon a{
    text-transform: uppercase;
    font-weight: 600;
    color: #37bbca;
    text-decoration: underline;
    font-size: 15px;
}

.addon-modal .modal-content{
    padding: 15px;
}

.addon-modal .modal-header .close{
    position: absolute;
    top: 10px;
    right: 15px;
}

.addon-modal h3 {
    text-transform: uppercase;
    text-align: center;
}

.woocommerce div.product .addon-modal div.images.woocommerce-product-gallery {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
}

.woocommerce div.product .addon-modal form.cart .variations,
.woocommerce div.product .variations-tab .variations {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce div.product .addon-modal .variations tbody,
.woocommerce div.product .addon-modal .variations tbody tr,
.woocommerce div.product .variations-tab .variations tbody,
.woocommerce div.product .variations-tab .variations tbody tr{
    display: block;
}

.woocommerce div.product .variations-tab .variations tbody{
    width: 100%;
}

.woocommerce div.product .variations-tab .variations tbody tr,
.woocommerce div.product .variations-tab .variations tbody tr td{
    display: block;
}

.woocommerce div.product .variations-tab .variations tbody tr{
    margin-bottom: 10px;
}

.woocommerce div.product .addon-modal form.cart .variations td.label,
.woocommerce div.product .variations-tab .variations tbody tr td.label{
    color: #575757;
    display: block;
    padding: 0;
}

.woocommerce div.product .variations-tab .variations tbody tr td.label{
    text-align: left;
    margin-left: 16px;
    margin-bottom: 5px;
}

.woocommerce div.product .addon-modal form.cart .variations td.label label,
.woocommerce div.product .variations-tab .variations tbody tr td.label label{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.woocommerce div.product .addon-modal form.cart .reset_variations,
.woocommerce div.product .variations-tab .reset_variations{
    display: none!important;
}

.addon-modal .single_variation_wrap{
    justify-content: center;
}

.single-addon-price{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.addon-modal .woocommerce-variation-price{
    margin: 10px;
}

.woocommerce div.product .addon-modal form.cart{
    justify-content: center;
}

.woocommerce .addon-modal a.added_to_cart{
    display: none;
}

.woocommerce .addon-modal button.button.loading::after{
    top: 38%;
}

.product-builder-disclaimer{
    border-top: 1px solid #e1e1e1;
    font-size: 14px;
    margin-top: 50px;
    padding: 15px 30px;
}

.product-builder-disclaimer p{
    font-size: 13px;
    margin-bottom: 20px;
}

.product-builder-disclaimer a{
    text-decoration: underline;
    color: #37bbca;
}

.woocommerce div.product div.summary{
    float: none;
    clear: both;
    width: 100%;
    background: #eeeeee;
    position: relative;
    padding: 15px 0;
}

.woocommerce div.product div.summary:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #eeeeee;
    z-index: -1;
}

.woocommerce div.product .summary.entry-summary .yotpo {
    display: none;
}

.woocommerce .quantity .qty{
    width: 64px;
    height: 64px;
    text-align: center;
    border: none!important;
    border-radius: 50%;
    background: #e7e7e7;
    font-weight: 600;
    outline: none!important;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity .qty[type=number] {
    -moz-appearance: textfield;
}

.woocommerce div.product div.summary,
.woocommerce div.product form.cart{
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.woocommerce div.product form.cart .variations{
    display: none;
}

.single_variation_wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.woocommerce-variation-price{
    font-size: 20px;
    margin-right: 10px;
}

.woocommerce div.product div.summary>p.price,
.woocommerce div.product div.summary .variations_form .single_variation_wrap>p.price{
    font-size: 25px;
    margin-right: 10px;
    margin-bottom: 0;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #575757;
}

.buy-sample a{
    text-transform: uppercase;
    font-weight: 600;
    color: #37bbca;
    text-decoration: underline;
}

.buy-sample .added_to_cart{
    display: none!important;
}

.buy-sample a.loading{
    pointer-events: none;
}

.buy-sample a.loading:after{
    font-family: WooCommerce;
    content: "\e01c";
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    position: relative;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 5px;
}

.buy-sample a.added:after{
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 5px;
    vertical-align: middle;
}

.woocommerce div.product form.cart div.quantity:before {
    content: 'Qty';
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 5px 0 10px;
}

.woocommerce-page div.product .woocommerce-tabs {
    margin-top: 50px;
    padding-bottom: 150px;
}

.woocommerce-page div.product .woocommerce-tabs:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 380px;
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-7.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    overflow: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: none;
    margin: 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border-bottom-color: #37bbca;
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 10px;
    display: block;
}

.woocommerce div.product .woocommerce-tabs .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.product-review-widget{
    margin: 50px 0;
    position: relative;
    z-index: 2;
}

.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-star, 
.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-half-star, 
.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-empty-star,
.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .yotpo-icon-star{
    color: #37bbca!important;
}

.wacv-modal-content{
    border: none!important;
    border-radius: 25px;
}

body .wacv-popup-input-email, 
body .wacv-popup-input-phone-number{
    border: 2px solid #cccccc!important;
    border-radius: 50px;
    padding: 8px 15px!important;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
}

.wacv-get-email-btn{
    background: #37bbca;
    color: #fff;
    border-color: #37bbca;
    border: 2px solid #37bbca;
    border-radius: 50px;
    transition: all 0.3s ease;
    padding: 20px 50px!important;
    letter-spacing: 0.1em;
    text-transform: uppercase!important;
}

.wacv-get-email-btn:hover,
.wacv-get-email-btn:focus,
.wacv-get-email-btn:active{
    background: transparent!important;
    border-color: #37bbca;
    color: #37bbca!important;
    box-shadow: none;
    outline: none;
}

@media (max-width: 991px){
    .woocommerce-page div.product div.images {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .product-builder-description{
        margin-bottom: 15px;
    }

    .product-builder-options ul{
        display: flex;
        overflow: auto;
        margin: 0 -15px;
    }

    .product-builder-options ul li{
        margin-right: 15px;
    }

    .product-builder-options ul li:first-child{
        padding-left: 15px;
    }

    .product-builder-options ul li:last-child{
        padding-right: 15px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs{
        display: flex;
        white-space: nowrap;
    }

    .woocommerce div.product div.summary{
        justify-content: center;
        text-align: center;
    }

    .summary .share{
        order: 10;
        display: none;
    }

    .summary .buy-sample{
        order: 11;
    }

    .summary>.variations_form.cart,
    .summary>.price{
        margin-bottom: 15px!important;
    }

    /*.product-type-variable .summary>.price{
        display: none!important;
    }*/

    .summary .single_variation_wrap{
        display: block;
        width: 100%;
    }

    .woocommerce div.product .summary form.cart{
        width: 100%;
        justify-content: center;
    }

    .summary .single_variation_wrap:after{
        content: '';
        clear: both;
    }

    .summary .single_variation_wrap .woocommerce-variation-add-to-cart{
        display: inline;
        vertical-align: middle;
    }

    .woocommerce div.product .summary .single_variation_wrap div.quantity:after {
        content: "";
        display: block;
        height: 10px;
    }

    .summary .single_variation_wrap .woocommerce-variation.single_variation,
    .woocommerce div.product div.summary .variations_form .single_variation_wrap>p.price{
        display: block;
        margin: 0 0 10px;
    }

    .summary .single_variation_wrap .buy-sample{
        display: block;
        margin-top: 10px;
        clear: both;
    }

    .woocommerce div.product .summary .single_variation_wrap div.quantity,
    .woocommerce div.product .summary .single_variation_wrap .button{
        float: none;
        display: inline-block;
    }

    a.mega-menu-link {
        padding-top: 2px!important;
        padding-bottom: 2px!important;
    }

    .product-builder-tabs select, 
    .product-builder-tabs input[type=text]{
        font-size: 16px;
    }

    .roman-shade-styles label img {
        max-width: calc(100% - 30px);
    }

    .product-builder-tabs label .checkmark{
        right: 10px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li{
        padding: 0;
    }

    .product-builder-tabs .select2-container{
        font-size: 16px;
    }

    .product-builder-tabs .select2-container--default .select2-selection--single{
        height: 42px;
    }

    .product-builder-tabs .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 34px;
        padding-left: 13px;
    }
}

@media (min-width: 992px){
    .product.type-product{
        margin-top: 30px;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery{
        width: 35%;
        float: left;
    }

    .product-builder-container{
        width: 64%;
        float: right;
    }

    .product-builder-title,
    .product-builder-reviews,
    .product-builder-description,
    .product-builder-tabs,
    .product-builder-disclaimer{
        width: 75%;
        float: right;
    }

    .product-builder-options{
        width: 20%;
        float: left;
        margin-bottom: 20px;
    }

    .product-builder-options:before{
        margin-top: -90px;
    }

    .product-builder-tabs .colorblock-container{
        width: 50%;
    }

    .builder-radio-cols label{
        width: 33%;
    }

    .addon-modal .modal-content {
        padding: 50px 100px;
    }
    
    .woocommerce div.product .addon-modal div.images.woocommerce-product-gallery {
        width: 50%;
    }

    .woocommerce div.product .addon-modal .variations tbody{
        display: flex;
    }

    .woocommerce div.product .addon-modal .variations tbody tr{
        margin: 5px;
    }

    .woocommerce-variation-add-to-cart{
        display: flex;
        align-items: center;
    }

    .buy-sample{
        margin-left: 15px;
    }

    .woocommerce-page div.product .woocommerce-tabs:after{
        content: '';
        display: block;
        clear: both;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        width: 200px;
        float: left;
        text-align: center;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: block;
    }

    .woocommerce div.product .woocommerce-tabs .panel{
        width: calc(100% - 300px);
        float: right;
    }

    .woocommerce div.product form.cart .wc-no-matching-variations{
        margin-bottom: 0;
        order: -1;
        max-width: 400px;
        text-align: center;
    }
}

@media (min-width: 1200px){
    .product-builder-tabs .product-builder-cols{
        display: flex;
    }

    .product-builder-tabs .product-builder-cols > *{
        margin-right: 5px;
        flex-grow: 1;
    }
}


/* SHARE */
.share{
    margin-right: auto;
    position: relative;
    display: flex;
    align-items: center;
}

.share-circle{
    width: 64px;
    height: 64px;
    background: #37bbca;
    background-image: url('img/icon-share.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.share ul{
    opacity: 0;
    margin-left: 15px;
    padding-left: 0;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.share:hover ul{
    opacity: 1;
}

.share ul li{
    list-style: none;
    display: inline-block;
}

.share ul li a {
    font-size: 20px;
    padding: 3px;
    color: #37bbca;
}

.share ul li a:hover,
.share ul li a:focus,
.share ul li a:active{
    color: #3d3d3d;
}


/* WOOCOMMERCE */
.woocommerce-message{
    background-color: #d6db39;
    position: relative;
    border-top: none;
    font-weight: 600;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0.5em 2em;
}

.single-product .woocommerce-notices-wrapper {
    position: relative;
}

.single-product .woocommerce-message {
    position: absolute;
    width: 100%;
    margin: 0;
    z-index: 1;
    margin-bottom: 0!important;
}

.single-product .woocommerce-message,
.single-product .woocommerce-message:before{
    background-color: #d6db39;
}

.woocommerce-cart .woocommerce-message{
    position: absolute;
    width: 100%;
    margin: 0;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1;
    margin-top: -10px;
}

.woocommerce-message:last-child{
    margin-bottom: 3em;
}

.woocommerce-message:before{
    display: none;
}

.woocommerce-message:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #d6db39;
    z-index: -1;
}

.woocommerce-message a{
    color: #fff;
}

.cart_item .product-name-field{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    color: #575757;
    font-size: 16px;
}

.cart_item .product-properties{
    margin-top: 20px;
    margin-bottom: -20px;
}

.cart_item .variation p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

dl.variation.product-properties+dl.variation,
dl.variation.product-properties+.product-quantity+dl.variation {
    display: none;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    background: #37bbca;
    color: #fff;
    border-color: #37bbca;
    border: 2px solid #37bbca;
    border-radius: 50px;
    transition: all 0.3s ease;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    outline: none!important;
    font-weight: 400;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus{
    background: transparent;
    color: #37bbca;
}

.woocommerce button.button:disabled[disabled]{
    color: #fff!important;
    background: #37bbca!important;
}

.woocommerce form input.input-text, 
.woocommerce form textarea{
    border-radius: 20px;
    font-weight: 400;
    outline: none!important;
    min-height: 40px;
    border: 2px solid #ccc!important;
    padding: 6px 15px!important;
    transition: all 0.3s ease;
    box-shadow: none;
}

.woocommerce form input.input-text:focus, 
.woocommerce form textarea:focus{
    border-color: #37bbca!important;
}

.select2-dropdown {
    border-color: #37bbca;
    border-radius: 0;
    border-width: 2px;
}

.select2-container--open .select2-dropdown--above{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
}

.select2-container--open .select2-dropdown--below{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.select2-container--default .select2-results__option{
    outline: none!important;
    padding: 6px 15px;
    cursor: default;
}

.single-product .select2-results__option:first-child{
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[data-selected="true"]{
    background-color: #37bbca;
    color: #ffffff;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 2px solid #ccc;
    border-radius: 20px;
    outline: none!important;
    padding: 6px 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    border-color: #37bbca;
}

.cart_totals h2{
    text-transform: uppercase;
    text-align: center;
}

.cart_totals table.shop_table{
    border: 1px solid #dcdcdc;
    border-radius: 10px;        
}

.cart_totals table.shop_table th,
.cart_totals table.shop_table td{
    border-color: #dcdcdc!important;
    background: transparent!important;
}

.cart_totals table.shop_table td{
    text-align: right;
}

.cart_totals table.shop_table td a{
    color: #37bbca;
}

.woocommerce a.remove{
    color: #3d3d3d!important;
}

.woocommerce a.remove:hover{
    background: #37bbca;
}

.woocommerce-message--info {
    background: #37bbca!important;
    text-align: left!important;
}

.woocommerce-message--info .button {
    font-size: 14px!important;
}

.woocommerce-form-coupon-toggle .woocommerce-info{
    background: #eeeeee;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    margin-bottom: 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info:before{
    display: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info a{
    color: #37bbca;
}

.woocommerce form.checkout_coupon {
    background: #eeeeee;
    border: none;
    border-radius: 0;
    margin-top: 0;
}

form.woocommerce-checkout{
    margin-top: 20px;
}

form.woocommerce-checkout:after{
    content: '';
    display: block;
    clear: both;
}

form.woocommerce-checkout h3,
form.woocommerce-checkout h3 label{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}

#ship-to-different-address-checkbox{
    margin-left: 0;
    margin-top: 0;
    position: relative;
    vertical-align: middle;
}

form.woocommerce-checkout h3 label span{
    vertical-align: middle;
}

.woocommerce table.shop_table{
    border: none;
    border-radius: 0;
}

.woocommerce table.shop_table tfoot{
    font-size: 16px;
}

.woocommerce table.shop_table tfoot td{
    text-align: right;
}

.woocommerce table.shop_table tfoot .order-total{
    font-size: 18px;
}

.woocommerce table.shop_table tfoot .order-total th{
    text-transform: uppercase;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
    background: transparent;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
    border-bottom: none;
}

.woocommerce-checkout-review-order .product-name{
    position: relative;
    padding-right: 30px!important;
}

.woocommerce-checkout-review-order .product-quantity{
    position: absolute;
    top: 14px;
    right: 0;
}

.woocommerce-error, .woocommerce-info{
    border: none!important;
    background: #eee;
    font-size: 16px;
    padding: 15px 20px;
}

.woocommerce-message{
    border: none!important;
    font-size: 16px;
    padding: 15px 20px;    
}

.woocommerce-error a, 
.woocommerce-info a, 
.woocommerce-message a{
    color: #37bbca;
}

.woocommerce-info{
    text-align: center;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    content: ''!important;
}

.woocommerce-account .woocommerce-error::before, .woocommerce-account .woocommerce-info::before, .woocommerce-account .woocommerce-message::before{
    display: none;
}

.woocommerce .woocommerce-message .button {
    border: none;
    padding: 5px;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-message .button:active{
    color: #ffffff;
    text-decoration: underline;
}

.woocommerce form .create-account input#createaccount {
    margin: 0;
    position: relative;
}

.woocommerce form .create-account span {
    vertical-align: middle;
}

.woocommerce-view-order mark {
    background: transparent;
}

.woocommerce-view-order th.woocommerce-table__product-table.product-total,
.woocommerce-view-order td.product-total.woocommerce-table__product-total {
    text-align: right;
}

.woocommerce-view-order td.woocommerce-table__product-name.product-name ul,
.woocommerce-order-received td.woocommerce-table__product-name.product-name ul{
    padding-left: 0;
    margin-top: 10px;
}

.woocommerce-view-order td.woocommerce-table__product-name.product-name ul li,
.woocommerce-view-order td.woocommerce-table__product-name.product-name ul li p,
.woocommerce-order-received td.woocommerce-table__product-name.product-name ul li,
.woocommerce-order-received td.woocommerce-table__product-name.product-name ul li p{
    font-size: 14px;
}

.woocommerce-form__label #terms {
    position: relative;
}

.woocommerce-terms-and-conditions-checkbox-text {
    text-transform: none;
}

th.woocommerce-table__product-table.product-total,
td.woocommerce-table__product-total.product-total {
    text-align: right;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    margin-bottom: 5rem;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0;
}

body .pswp__button{
    opacity: 1;
}

html body .lSAction>a,
body .pswp--svg .pswp__button--arrow--left:before, 
body .pswp--svg .pswp__button--arrow--right:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #575757;
    background: none!important;
    font-size: 20px;
    opacity: 1;
    text-decoration: none!important;
}

html body .lSAction>a:before{
    content: '';
    display: block;
}

.lSAction>a:hover,
body .pswp__button:hover:before{
    color: #36bbca!important;
}

.lSAction>.lSPrev:before,
body .pswp--svg .pswp__button--arrow--left:before{
    content: "\f053";
}

.lSAction>.lSNext:before,
body .pswp--svg .pswp__button--arrow--right:before{
    content: "\f054";
}

.shipping-calculator-form .select2-container {
    margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box {
    padding: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li{
    position: relative;
}

.woocommerce-checkout #payment ul.payment_methods>li>input {
    position: absolute;
    top: 10px;
}

.woocommerce-checkout #payment ul.payment_methods>li>input#payment_method_paypal{
    top: 16px;
}

.wc_payment_method>label {
    display: block;
    vertical-align: middle;
    padding-left: 25px;
}

.about_paypal{
    display: none!important;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    padding-left: 0;
    margin-bottom: 25px;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods label{
    text-transform: none;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{
    margin: 0;
}

#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    background: transparent;
    padding: 10px 00;
    padding-left: 25px;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before{
    display: none;
}

.wc-stripe-elements-field, 
.wc-stripe-iban-element-field {
    border: 2px solid #ddd!important;
    padding: 10px 20px!important;
    border-radius: 50px!important;
}

#wc-stripe-new-payment-method{
    margin-right: 10px;
}

.woocommerce-SavedPaymentMethods-saveNew label {
    text-transform: none;
}

@media (max-width: 991px){
    .woocommerce-cart table.cart{
        border: none;
    }

    .woocommerce-cart table.cart tr:nth-child(2n) td, 
    .woocommerce-cart table.cart tr:nth-child(2n) td{
        background: transparent;
    }

    .woocommerce-cart table.cart tr, 
    .woocommerce-cart table.cart tr{
        position: relative;
        margin-top: 50px;
        border: 1px solid #dcdcdc;
        border-radius: 10px;
    }

    .woocommerce-cart table.cart td{
        border-color: #dcdcdc;
    }

    .woocommerce-cart table.cart .product-remove {
        position: absolute;
        border-top: none;
    }

    .woocommerce-cart table.cart .product-thumbnail {
        text-align: center!important;
        display: block!important;
        border-top: none;
    }

    .woocommerce table.shop_table_responsive tr td.product-thumbnail::before, 
    .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before{
        display: none;
    }

    .woocommerce-cart table.cart img {
        width: 200px;
    }

    .woocommerce-cart table.cart .product-name{
        border-top: none;
    }

    .woocommerce-cart table.cart .product-name:before{
        display: none;
    }

    .woocommerce-cart .cart_item .product-name-field{
        text-align: center;
        display: block;
    }

    .woocommerce-checkout-review-order .cart_item .product-name-field{
        text-align: left;
    }

    .woocommerce .woocommerce-checkout-review-order table.shop_table .product-total{
        text-align: right;
    }

    .woocommerce-cart table.cart .quantity .qty{
        height: auto;
        border-radius: 5px;
    }

    .woocommerce-cart table.cart tr:last-child td{
        border-top: none;
    }
}

@media (min-width: 992px){
    .woocommerce table.shop_table{
        border-color: #dcdcdc;
    }

    .woocommerce table.shop_table td{
        border-top-color: #dcdcdc;
    }

    .woocommerce-cart table.cart .product-thumbnail {
        padding: 9px 0;
        text-align: center;
    }

    .woocommerce-cart table.cart .product-thumbnail img {
        width: 100px;
        text-align: center;
    }

    .shipping-calculator-form{
        text-align: left;
    }

    .cart #coupon_code {
        width: 120px;
    }

    .woocommerce .cart_totals table.shop_table,
    .woocommerce table.shop_table.cart{
        border: none;
    }

    .wc-proceed-to-checkout{
        text-align: center;
    }

    .wc-proceed-to-checkout .checkout-button{
        display: inline-block!important;
    }

    .woocommerce-checkout.woocommerce .col2-set, 
    .woocommerce-checkout.woocommerce-page .col2-set{
        width: 48%;
        float: left;
    }

    .woocommerce-checkout.woocommerce .col2-set .col-1, 
    .woocommerce-checkout.woocommerce-page .col2-set .col-1,
    .woocommerce-checkout.woocommerce .col2-set .col-2, 
    .woocommerce-checkout.woocommerce-page .col2-set .col-2{
        width: 100%;
        float: none;
    }

    #order_review_heading,
    .woocommerce-checkout-review-order{
        width: 48%;
        float: right;
    }

    .woocommerce-checkout-review-order .product-total{
        text-align: right;
    }

    section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
        width: 100%;
    }

    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
        width: 48%;
        float: left;
    }

    .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
        width: 48%;
        float: right;
    }
}


/* MY ACCOUNT */
.woocommerce-account .woocommerce{
    margin-top: 50px;
}

.woocommerce-MyAccount-navigation ul{
    padding-left: 0;
    text-align: center;
    display: flex;
    overflow: auto;
    margin-bottom: 25px;
}

.woocommerce-MyAccount-navigation ul li{
    list-style: none;
    border-bottom: 2px solid transparent;
    padding: 0 15px;
}

.woocommerce-MyAccount-navigation ul li.is-active{
    border-bottom-color: #37bbca;
}

.woocommerce-MyAccount-navigation ul li a{
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 10px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    margin-top: 25px;
    color: #37bbca;
}

@media (min-width: 768px){
    .woocommerce-MyAccount-navigation ul{
        max-width: 200px;
        display: block;
    }
}


/* CATEGORY */
.archive.woocommerce-page .page-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.archive.woocommerce-page .term-description h2{
    font-weight: 600;
}

.archive.woocommerce-page .term-description,
.archive.woocommerce-page .page-description{
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px;
    color: #575757;
    line-height: 2;
    overflow: hidden;
}

.archive.woocommerce-page .term-description p,
.archive.woocommerce-page .page-description p{
    margin-bottom: 20px;
}

.archive.woocommerce-page .term-description a,
.archive.woocommerce-page .page-description a{
    color: #37bbca;
    text-decoration: underline;
}

.archive.woocommerce-page .term-description .description-read-more,
.archive.woocommerce-page .term-description .description-read-less{
    display: none;
    border: none;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    color: #37bbca;
    text-decoration: underline;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    outline: none!important;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+40 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.archive.woocommerce-page .term-description .description-read-less{
    position: relative;
}

.archive.woocommerce-page .term-description.has-read-more{
    max-height: 300px;
    position: relative;
}

.archive.woocommerce-page .term-description.has-read-more .description-read-more,
.archive.woocommerce-page .term-description.has-read-less .description-read-less{
    display: block;
}

.archive.woocommerce-page .term-description h1:first-child,
.archive.woocommerce-page .term-description h2:first-child,
.archive.woocommerce-page .term-description h3:first-child,
.archive.woocommerce-page .term-description h4:first-child{
    margin-top: 0;
}

.woocommerce .woocommerce-ordering{
    position: relative;
    margin-bottom: 30px;
    max-width: calc(100% - 140px);
    margin-top: 30px;
}

.woocommerce-ordering .orderby{
    border: 2px solid #cccccc;
    border-radius: 50px;
    padding: 10px 25px 10px 40px;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
    background-image: url('img/icon-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    outline: none!important;
    font-weight: 600;
    cursor: pointer;
}

.woocommerce-ordering .orderby:hover,
.woocommerce-ordering .orderby:focus,
.woocommerce-ordering .orderby:active{
    border-color: #37bbca;
}

.woocommerce-ordering:before{
    content: "\e156";
    display: block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #37bbca;
    pointer-events: none;
}

.woocommerce .woocommerce-ordering:after{
    content: '';
    display: block;
    clear: both;
}

.collection-sidebar-toggle-container{
    float: left;
    margin-top: 30px;
}

.toggle-collection-sidebar-btn{
    display: inline-block;
    background: #fff;
    border: 2px solid #cccccc;
    border-radius: 50px;
    padding: 10px 25px 10px 40px;
    text-transform: uppercase;
    -webkit-appearance: none;
    outline: none!important;
    font-weight: 600;
    position: relative;
}

.toggle-collection-sidebar-btn:hover,
.toggle-collection-sidebar-btn:focus,
.toggle-collection-sidebar-btn:active{
    border-color: #37bbca;
}

.toggle-collection-sidebar-btn:before{
    content: "\e156";
    display: block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #37bbca;
    pointer-events: none;
}

.toggle-collection-sidebar-btn.has-filter{
    background: #37bbca;
    border-color: #37bbca;
    color: #ffffff;
}

.toggle-collection-sidebar-btn.has-filter:before{
    color: #ffffff;
}

.collection-sidebar-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 300;
    transition: all 0.2s ease;
    pointer-events: none;
    opacity: 0;
}

body.collection-sidebar-open{
    overflow: hidden;
}

.collection-sidebar-open .collection-sidebar-overlay{
    opacity: 1;
    pointer-events: all;
}

.collection-sidebar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    overflow: auto;
    background: #fff;
    padding: 50px 15px;
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

.collection-sidebar-open .collection-sidebar{
    transform: translateX(0)
}

.close-collection-sidebar{
    position: absolute;
    top: 15px;
    right: 15px;

    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 26px;
    margin-top: 0;
    outline: none!important;
    transition: all 0.3s ease;
    opacity: .2;
}

.close-collection-sidebar:hover,
.close-collection-sidebar:focus,
.close-collection-sidebar:active{
    opacity: .5;
}

.collection-sidebar h3,
.yith-wcan-filters .yith-wcan-filter h4{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
    border-bottom: 1px solid #9e9e9e;
}

.collection-sidebar li{
    margin-bottom: 10px;
}

.collection-sidebar li a{
    position: relative;
    padding-left: 30px!important;
    text-decoration: none!important;
    color: #575757!important;
}

.collection-sidebar li a:before{
    content: "\e013"!important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #9e9e9e;
    color: #fff!important;
    text-align: center;
    font-size: 11px;

    font-family: 'Glyphicons Halflings'!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 20px!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
}

.collection-sidebar li.chosen a:before,
.collection-sidebar li input:checked ~ a:before{
    background: #37bbca;
}

.filter-item.checkbox input {
    display: none;
}

.filter-item.checkbox label {
    padding: 0;
}

.yith-wcan-list li>span{
    display: none;
}

.yit-wcan-container{
    clear: both;
}

.collection-sidebar-actions{
    text-align: center;
    margin-top: 50px;
}

.woocommerce nav.woocommerce-pagination ul{
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li{
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 34px;
    border-radius: 25px;
    border: 1px solid #9e9e9e;
    margin: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #36bbca;
    border-color: #36bbca;
    color: #fff;
}

@media (max-width: 767px){
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%!important;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
}

@media (min-width: 768px){
    .collection-sidebar{
        width: 400px;
        padding: 50px 50px;
    }

    .archive.woocommerce-page .page-title{
        font-size: 26px;
    }

    .archive.woocommerce-page .term-description h2{
        font-size: 36px;
    }
}

@media (min-width: 992px){
    .single-product .woocommerce-message{
        bottom: 100%;
    }
}


/* SPIN WHEEL */
.wlwl-close-wheel, 
.wlwl-hide-after-spin{
    bottom: auto;
    top: 5px;
}


/* CONTENT LISTING */
.content-listing{
    position: relative;
}

.content-listing-header{
    text-align: center;
    margin-bottom: 50px;
}

.content-listing-header h1{
    text-transform: uppercase;
}

.content-listing .post-loop-item{
    margin-bottom: 50px;
}

.pagination{
    display: block;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.pagination .page-numbers {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    margin: 0 3px;
}

.pagination .page-numbers.current {
    background: #37bbca;
    color: #fff;
}


@media (min-width: 1200px){
    .content-listing:before{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 600px;
        height: 500px;
        background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-8.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;  
    }
}


/* 404 */
.page-not-found h1{
    text-align: center;
    text-transform: uppercase;
    margin: 100px 0 150px;
}

.page-not-found h1 span{
    font-size: 3em;
    display: block;
}


/* SINGLE CONTENT */
.single-content{
    position: relative;
}

.single-content-header{
    text-align: center;
    margin-bottom: 50px;
}

.single-content-header h2{
    text-transform: uppercase;
    font-size: 52px;
}

.single-content-header h1{
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 10px;
}

.single-content-featured-image{
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}

.single-content-featured-image img{
    max-height: calc(100vh - 90px);
}

.article-navigation{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.article-navigation .btn-primary{
    margin: 0 auto;
}

.article-navigation .btn-link{
    padding: 6px 0;
    border: none;
}

.article-navigation .btn-prev{
    margin-right: auto;
}

.article-navigation .btn-next{
    margin-left: auto;
}

.related-content{
    margin-top: 75px;
    position: relative;
}

.related-content h2{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
}

.related-content:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -75px;
    transform: translateX(-50%);
    width: 100vw;
    height: 380px;
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-7.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.related-content-carousel .owl-dots{
    text-align: center;
}

.related-content-carousel .owl-dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #37bbca;
    border-radius: 50%;
    margin: 5px;
}

.related-content-carousel .owl-dot.active{
    background: #37bbca;
}

@media (min-width: 768px){
    /*.single-content:before{
        content: '';
        display: block;
        position: absolute;
        left: -200px;
        top: 160px;
        width: 800px;
        height: 550px;
        background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-9.png');
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }*/

    .single-content:after{
        content: '';
        display: block;
        position: absolute;
        right: -200px;
        top: 160px;
        width: 950px;
        height: 550px;
        background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-10.png');
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }
}

@media (min-width: 1440px){
    .single-content:before{
        left: 0;
    }
}


/* HEADING STYLE */
.heading-listing .content-listing-header{
    text-align: center;
}

.heading-listing .content-listing-header h1{
    font-size: 52px;
}

.heading-listing .content-listing-header h2{
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 10px;
}

.modal-content{
    border-radius: 25px;
}

.heading-modal .modal-content{
    padding: 15px;
}

.modal-header{
    border: none;
}

.modal-header .close {
    font-size: 26px;
    margin-top: 0;
    outline: none!important;
    transition: all 0.3s ease;
}

.modal-header .close {
    top: 15px;
    right: 15px;
}

.modal-footer{
    text-align: center;
    border: none;
}

.heading-modal .modal-content h3{
    text-transform: uppercase;
    margin: 0;
}

.heading-gallery-container{
    margin-bottom: 40px;
}

.heading-gallery-container>.heading-gallery {
    display: none;
}

.heading-gallery-container .lSAction>a{
    background-image: url('img/blue-controls.png');
}

.lSSlideOuter .lSPager.lSGallery li.active, 
.lSSlideOuter .lSPager.lSGallery li:hover{
    border-radius: 0!important;
}

.lSSlideOuter .lSPager.lSGallery li:last-child{
    margin-bottom: 0!important;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next{
    opacity: 1!important;
    background-size: 30px!important;
}

.lSSlideOuter .lSPager.lSGallery img{
    height: 80px!important;
    object-fit: cover;
    width: 100%;
}

.lb-closeContainer .lb-next,
.lb-closeContainer .lb-prev{
    display: none!important;
}

.lb-dataContainer{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.lb-data .lb-details{
    display: none;
}

.lb-data .lb-close{
    margin: 5px;
}

.heading-gallery-image{
    display: block;
    position: relative;
    padding-bottom: 80%;
}

.heading-gallery-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    object-fit: contain;
    object-position: top center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (max-width: 767px){
    .heading-modal .modal-header{
        padding-top: 40px;
    }

    .heading-modal .modal-header .close{
        position: absolute;
        top: 20px;
        right: 30px;
    }
}

@media (min-width: 768px){
    .heading-modal .modal-content{
        padding: 50px 100px;
    }
}

@media (min-width: 1200px){
    .heading-gallery-image{
        pointer-events: none;
    }
}


/* ORDER COMPLETE */
.woocommerce-order-received article h1{
    background-image: url('img/order-complete-bg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 15%;
    padding-bottom: 15%;
}

.woocommerce-order-received article h1 span{
    font-size: 75%;
}

.woocommerce-thankyou-order-received{
    max-width: 570px;
    margin: 0 auto 50px;
}

.woocommerce ul.order_details li{
    margin-top: 1em;
    margin-bottom: 1em;
}

.woocommerce .woocommerce-customer-details address {
    border: none;
    padding: 0;
}

@media (max-width: 767px){
    .woocommerce ul.order_details li {
        border-right: none;
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px){
    .woocommerce-order-received article h1{
        font-size: 80px;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* FAQ */
.faq-tabs{
    padding-bottom: 100px;
    position: relative;
}

/*.faq-tabs:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 380px;
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-7.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}*/

.faq-tabs:after{
    content: '';
    display: block;
    clear: both;
}

.faq-sections ul{
    padding: 0;
    overflow: auto;
}

.faq-sections ul li{
    list-style: none;
    border-bottom: 2px solid transparent;
    padding: 0 16px;
}

.faq-sections ul li.active{
    border-bottom-color: #37bbca;
}

.faq-sections ul li a{
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 10px;
    display: block;
    text-decoration: none!important;
    font-weight: 700;
}

.faq-section{
    display: none;
}

.faq-section.active{
    display: block;
}

.faq-section .panel {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #575757;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
}

.faq-section .panel-heading {
    padding: 0;
    border: none;
    background: transparent;
    color: #575757;
}

.faq-section .panel-heading a{
    text-transform: uppercase;
    display: block;
    padding: 15px 50px 15px 15px;
    position: relative;
    text-decoration: none!important;
}

.faq-section .panel-heading a .faq-icon-open,
.faq-section .panel-heading a .faq-icon-close{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-section .panel-heading a .faq-icon-open,
.faq-section .panel-heading a.collapsed .faq-icon-close{
    display: none;
}

.faq-section .panel-heading a.collapsed .faq-icon-open{
    display: block;
}

@media (max-width: 767px){
    .faq-sections{
        margin-bottom: 25px;
    }

    .faq-sections ul{
        display: flex;
    }
}

@media (min-width: 768px){
    .faq-sections ul{
        width: 200px;
        float: left;
        text-align: center;
    }

    .faq-sections ul li{
        display: block;
    }

    .faq-sections-tab{
        width: calc(100% - 300px);
        float: right;
    }
}


/* ABOUT PAGE */
.about-intro{
    text-align: center;
    position: relative;
}

.about-intro h1{
    text-transform: uppercase;
}

.about-roots{
    padding: 100px 0;
}

.about-maker{
    padding-bottom: 50px
}

.about-roots h2,
.about-maker h2{
    text-transform: uppercase;
}

@media (min-width: 768px){
    .about-intro h1{
        font-size: 45px;
    }

    .about-roots h2,
    .about-maker h2{
        font-size: 35px;
    }

    .about-roots .container{
        background: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-13.png');
        background-size: contain;
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    .about-maker .container{
        background: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-13.png');
        background-size: contain;
        background-position: right top;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1200px){
    .about-intro:before{
        content: '';
        display: block;
        position: absolute;
       /* top: 50%;*/
      top: 220px;
        left: 0;
        /*transform: translateY(-50%);*/
        width: 750px;
        height: 500px;
        background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-11.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .about-intro:after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-100%);
        width: 350px;
        height: 120px;
        background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/graphic-12.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}


/* MEASURING */
.measuring{
    margin: 50px 0;
}

.measuring .pull-left{
    clear: left;
}

.measuring .pull-right{
    clear: right;
}

.measuring h2{
    text-transform: uppercase;
}

.measuring-style-selector h2{
    margin-bottom: 25px;
}

.measuring-style-selector{
    margin-bottom: 25px;
}

.measuring-graphic-item{
    display: none;
}

.measuring-text-item{
    display: none;
}

.measuring-graphic-item.active,
.measuring-text-item.active{
    display: block;
}

.measuring h3{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 25px;
}

.measuring-footer{
    margin: 50px 0;
    text-align: center;
    text-transform: uppercase;
}

.measuring-footer a{
    text-decoration: underline;
}

.measuring-footer p{
    font-size: 24px;
}

@media (min-width: 768px){
    .measuring-style-selector{
        margin-bottom: 50px;
    }

    .measuring-footer{
        margin: 100px 0;
    }
}


/* REQUEST A QUOTE MODAL */
.quote-modal .modal-content{
    padding: 15px;
}

.quote-modal .modal-header{
    padding: 0;
}
.quote-modal-submit .ajax-loader{
    display: block!important;
    margin: 5px auto!important;
}

.wpcf7-not-valid{
    border-color: #f00;
}

.wpcf7-not-valid-tip{
    display: none!important;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    margin: 20px 0;
    border: none;
    padding: 0;
}

@media (min-width: 768px){
    .quote-modal .modal-content{
        padding: 50px 100px;
    }
}


/* FOOTER */
.footer{
    padding: 50px 0;
    text-align: center;
}

.footer-menu{
    margin: 50px 0;
}

.footer-menu ul{
    padding: 0;
    margin: 0;
}

.footer-menu ul li{
    list-style: none;
}

.footer-menu ul li a{
    padding: 10px 0;
    text-transform: uppercase;
    display: block;
}

.footer-newsletter{
    margin: 20px 0;
}

.footer-newsletter .form-group{
    display: flex;
}

.footer-newsletter .form-control{
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #3d3d3d;
}

.footer-newsletter .btn-newsletter{
    background: url('img/send-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    border: none;
    padding: 0;
    height: 50px;
    margin-left: 10px;
    outline: none!important;
}

.social-networks{
    margin-top: 25px;
    margin-bottom: 10px;
}

.social-networks a{
    display: inline-block;
    margin: 3px;
    width: 40px;
    height: 40px;
    border: 2px solid #37bbca;
    border-radius: 50%;
    background: transparent;
    color: #37bbca;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}

.social-networks a:hover{
    background: #37bbca;
    color: #fff;
}

.footer-text{
    margin-top: 10px;
}

.footer-call-back .btn-primary{
    position: relative;
    margin-top: 64px;
}

.footer-call-back .btn-primary:before{
    position: absolute;
    bottom: 100%;
    right: 0;
    content: '';
    display: block;
    width: 145px;
    height: 64px;
    background-image: url('https://i1.wp.com/www.spiffyspools.com/wp-content/themes/jps-spiffy/img/get-in-touch.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.copyright{
    font-size: 13px;
}

@media (min-width: 768px){
    .footer{
        padding: 100px 0 50px;
    }

    .footer-col-1{
        order: 1;
    }

    .footer-col-2{
        order: 2;
    }
    
    .footer-col-3{
        order: 3;
    }

    .footer-menu{
        text-align: left;
        margin: 0;
    }

    .footer-newsletter{
        margin: 0;
    }
    
    .footer-call-back,
    .footer .copyright{
        text-align: right;
    }

    .footer-call-back .btn-primary{
        margin-top: 15px;
    }

    .social-networks a:last-child{
        margin-right: 0;
    }

    .footer-text{
        width: 236px;
        margin-left: auto;
    }
}


.wc-tabs li a:focus,
.wc-tabs li a:active {
    outline: none !important;
    box-shadow: none !important;
}
