@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900&display=swap);
@import url(https://fonts.googleapis.com/csscss2?family=Fira+Sans:wght@700&display=swap);

.header {
    background: hsla(0, 0%, 100%, .8);
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    padding: 1.5rem .3rem .4rem;
    min-height: 1px;
    position: fixed;
    width: 100%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    z-index: 9;
    top: 0
}

@media (max-width:998px) {
    .header {
        background-color: #fff
    }
}

.header .shrink {
    padding-top: 0;
    background: #fff
}

.header .menu-toggle {
    color: #000;
    float: right;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none
}

@media (max-width:998px) {
    .header .menu-toggle {
        display: block
    }
}

.header .mobile-menu {
    display: none;
    padding: 1rem 0 0
}

.header .mobile-menu li {
    width: 100%;
    list-style: none;
    padding: 0;
    text-align: left
}

@media (max-width:998px) {
    .header .mobile-menu {
        display: block
    }
}

@media (max-width:998px) {
    .header .desktop-menu {
        display: none
    }
}

.header .info-box {
    margin-top: 2rem;
    position: absolute;
    right: 6%;
    -webkit-transition: all .4s ease-in-out
}

@media (max-width:998px) {
    .header .info-box {
        margin-top: 0
    }
}

.header .info-box img {
    height: 22px;
    margin: 2px
}

.header .info-box a {
    color: #444;
    font-size: .8rem !important
}

.header .logo {
    width: 260px
}

@media (max-width:768px) {
    .header .logo {
        width: 210px
    }
}

.header .top-menu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header .top-menu li a current-menu-item {
    color: red !important
}

.header .top-menu li .current_page_item a {
    display: block;
    font-family: Montserrat, sans-serif;
    color: red;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2.25rem 1rem 0
}

.header .top-menu li {
    list-style-type: none
}

.header .top-menu li a {
    display: block;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0
}

.admin-bar p.demo_store {
    top: 11rem
}

.woocommerce-store-notice, p.demo_store {
    position: fixed !important;
    top: 11rem !important
}

p.woocommerce-store-notice.demo_store {
    position: fixed;
    top: 11rem
}

.woocommerce-store-notice, p.demo_store .mobile-menu {
    display: none;
    padding: 0
}

@media (max-width:998px) {
    .logo {
        float: left;
        text-transform: uppercase
    }

    .logo, .menu {
        line-height: 100px
    }

    .menu {
        float: right;
        overflow-y: scroll
    }

    .menu a {
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 10px;
        -webkit-transition: .4s;
        transition: .4s
    }

    .hide-menu-btn, .show-menu-btn {
        -webkit-transition: .4s;
        transition: .4s;
        font-size: 30px;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 5%;
        top: 50%
    }

    .show-menu-btn {
        float: right
    }

    .hide-menu-btn:hover, .menu a:hover, .show-menu-btn:hover {
        color: #3498db
    }

    #chk {
        position: absolute;
        visibility: hidden;
        z-index: -1111
    }

    .content img {
        width: 100%;
        max-width: 700px;
        margin: 20px 0
    }

    .content p {
        text-align: justify
    }
}

@media screen and (max-width:998px) and (max-width:998px) {
    .hide-menu-btn, .show-menu-btn {
        display: block
    }

    .menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #fff;
        right: -100%;
        top: 0;
        text-align: center;
        padding: 80px 0;
        line-height: normal;
        -webkit-transition: .7s;
        transition: .7s;
        z-index: 11
    }

    .menu #search-box-mobile {
        width: 50%;
        margin: auto
    }

    .menu a {
        display: block;
        padding: 20px 20px 20px 10px;
        border-top: 1px solid rgba(0, 0, 0, .2)
    }

    .hide-menu-btn {
        position: absolute;
        top: 40px;
        right: 40px
    }

    #chk:checked~.menu {
        right: 0
    }
}

#menu-mobile-menu li:first-of-type a {
    border-top: 0
}

.menu-item-has-children .sub-menu li a {
    font-size: 14px;
    padding: 10px 10px 10px 17px;
    border-top: 0
}

.menu-item-has-children .menu-item-has-children .sub-menu li a {
    font-size: 14px;
    padding: 10px 10px 10px 27px
}

.menu-item-has-children .menu-item .child-trigger {
    display: none !important
}

.menu-item-has-children .menu-item-has-children .sub-menu a {
    font-size: 14px
}

.menu-item-has-children .menu-item-has-children .child-trigger {
    display: block !important
}

.menu-item-has-children .menu-item-has-children a {
    padding: 10px;
    font-size: 16px
}

.menuBtn {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 101
}

.menuBtn>span {
    left: 40%;
    top: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: height .1s;
    transition: height .1s
}

.menuBtn>span, .menuBtn>span:after, .menuBtn>span:before {
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute
}

.menuBtn>span:after, .menuBtn>span:before {
    content: "";
    left: 50%;
    margin-left: -15px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.menuBtn>span:after {
    top: -7px
}

.menuBtn>span:before {
    bottom: -7px
}

.menuBtn.act>span {
    height: 0
}

.menuBtn.act>span:after, .menuBtn.act>span:before {
    background-color: #087;
    top: 1px
}

.menuBtn.act>span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menuBtn.act>span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mainMenu {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.mainMenu.act {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mainMenu.act ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mainMenu ul {
    display: table-cell;
    vertical-align: middle
}

.mainMenu li {
    padding: 8px 0;
    -webkit-transition: all .4s .51s;
    transition: all .4s .51s;
    opacity: 0
}

.mainMenu li:nth-child(odd) {
    -webkit-transform: translateX(30%);
    transform: translateX(30%)
}

.mainMenu li:nth-child(2n) {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%)
}

.mainMenu li:last-child {
    -webkit-transform: none;
    transform: none
}

.mainMenu a {
    color: #19b698;
    display: inline-block;
    font-size: 18px
}

.mainMenu a.suBtn {
    color: #fff
}

@media (max-width:998px) {
    .top-bar-right {
        position: absolute !important;
        top: 6.2rem;
        right: 15%
    }

    #menuarea {
        padding-top: 10px !important
    }

    .info-box {
        position: absolute;
        top: -90px !important;
        right: -11% !important
    }
}

span.wl-counter {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    padding: 0 4px;
    right: -3%;
    border: 2px solid #000;
    font-weight: 900;
    top: -9%;
    font-size: .6rem
}

.email-wrapper {
    margin-right: 2rem;
    vertical-align: middle
}

@media (max-width:768px) {
    .email-wrapper {
        display: none !important
    }
}

.wishlist-wrap {
    max-height: 10px
}

.wishlist-area {
    display: inline-block;
    vertical-align: middle
}

.wishlist-btn .fa-heart:before {
    font-size: 32px
}

.wishlist-btn i {
    font-size: 2rem;
    color: #009fe3
}

.puhelin-wrapper {
    display: inline-block;
    margin-right: 10px
}

@media (max-width:768px) {
    .puhelin-wrapper {
        padding-right: 1rem
    }
}

.puhelin-wrapper .cart-box {
    display: inline-block
}

.puhelin-wrapper .cart-box .sx-cart-views {
    margin-right: 1rem
}

.puhelin-wrapper .cart-box .cart-value {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    padding: 0 4px;
    right: 10%;
    border: 2px solid #000;
    font-weight: 900;
    top: -9%;
    font-size: .6rem
}

.puhelin-wrapper .cart-box i {
    font-size: 2rem;
    color: #009fe3
}

.puhelin-kuva {
    display: inline-block
}

.puhelin-kuva img {
    height: 34px !important
}

.puhelin-linkki {
    display: inline-block
}

#infoarea, #menuarea {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.top-bar-right {
    position: relative
}

.email-kuva, .email-linkki, .email-wrapper, info-box {
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 8 !important
}

#menuarea {
    padding-top: 50px
}

.hero-image:after {
    content: " ";
    min-width: 25%;
    width: auto;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://www.jussinpyora.fi/jussinpyora/wp-content/uploads/rengas-print.png)
}

footer-container {
    min-height: 300px
}

.footer-container {
    padding: 2rem 0
}

.footer-container .button-trans {
    background-color: transparent;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #fff;
    font-weight: 200;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-container .button-trans:hover {
    background-color: #fff;
    color: #2c2c2b;
    box-shadow: 0 0 2px #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-container .footer-includes .facebook-link {
    color: #000
}

.footer-container .footer-includes a {
    color: #fff
}

.footer-container .footer-includes p {
    font-size: .8rem;
    margin: 0
}

.footer-container .footer-div {
    margin: 1rem 0
}

.btn {
    width: 180px;
    height: 60px;
    cursor: pointer;
    background: transparent;
    outline: none
}

.btn, svg {
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150
}

.btn:hover {
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

.btn:hover svg {
    stroke-dashoffset: -480
}

.btn span {
    color: #fff;
    font-size: 18px;
    font-weight: 100
}

ul.social-media-list {
    padding: 0 !important
}

.social-media-list {
    list-style: none
}

.social-media-list .facebook-link {
    background-color: #565555;
    padding: 0
}

.social-media-list .facebook-link i {
    font-size: 3rem
}

.social-media-list a, .social-media-list a:hover {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.social-media-list a:hover {
    background-color: #fff;
    color: #565555
}

.social-media-list li {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center
}

.social-media-list a {
    width: 15px;
    height: 15px;
    padding: 5px;
    background-color: #565555;
    border-radius: 50%
}

.fab.fa-facebook {
    color: #575656 !important;
    background-color: #fff;
    text-shadow: -1px 0 #575656, 0 1px #575656, 1px 0 #575656, 0 -1px #575656;
    border-radius: 50%
}

.footer-social-media {
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: inline-flex
}

.footer-social-media li {
    list-style: none;
    margin: 0 4px
}

.footer-social-media li img {
    height: 38px;
    width: 38px;
    min-width: 38px
}

@media (max-width:998px) {
    .footer-social-media li img {
        height: 30px;
        width: 30px;
        min-width: 30px
    }
}

@media (max-width:768px) {
    .footer-social-media li img {
        height: 38px;
        width: 38px;
        min-width: 38px
    }
}

input[type=search] {
    border-width: 0;
    padding: .7rem;
    margin-bottom: 1rem
}

.wpcf7 {
    text-align: left;
    width: 100%;
    padding: 20px 25px !important;
    background-color: hsla(0, 0%, 100%, .2);
    background-position: 50%;
    background-size: cover;
    font-family: Montserrat, sans-serif
}

.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    border: 2px solid #4f4e4e;
    border-radius: 0;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    background-image: url(http://localhost:8080/jussinpyorapiste/wp-content/uploads/dashes-form.png);
    resize: none;
    height: 125px;
    background-repeat: no-repeat;
    background-position-x: 99.99%;
    background-position-y: 2%;
    background-size: 25px
}

.wpcf7, .wpcf7-form {
    width: 100% !important
}

.wpcf7-text {
    height: 50px;
    padding-left: 10px;
    color: #000
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
    -webkit-transition: .3s;
    transition: .3s;
    border-color: #000 !important;
    outline: 0 auto -webkit-focus-ring-color
}

.wpcf7-form p {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 200
}

.wpcf7-submit {
    color: #fff !important;
    background-color: #009fe3 !important;
    /*     padding: 5px 15px;
     font-weight: 200;
     text-transform: uppercase;
     font-size:.9rem; */
    text-decoration: none;
    transition: 0.3s;
}

.wpcf7-submit, .wpcf7-submit:hover {
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #0786bc;
    text-decoration: none !important;
    color: #fff;
}

.wpcf7-submit a {
    text-decoration: none !important;
    color: #fff !important;
}

.wpcf7-submit a:hover {
    text-decoration: none;
    color: #fff;
}

.wpcf7-submit:hover {
    border-color: transparent !important;
    /* background-color: #2c2c2b !important; */
    color: #fff !important
}

.form-checkbox-wrapper {
    text-align: center;
    padding: .5rem 0 2rem
}

.wpcf7 label {
    display: block !important
}

.wpcf7-response-output {
    margin-bottom: 30px !important
}

#nimi {
    padding-right: 1rem
}

#emaili {
    padding-left: 1rem
}

@media (max-width:768px) {
    #nimi {
        padding-right: 0
    }

    #emaili, #nimi {
        display: block !important;
        width: 100% !important
    }

    #emaili {
        padding-left: 0
    }

    .form-checkbox-wrapper {
        padding: 1rem 0
    }
}

#emaili, #nimi {
    display: inline-block !important;
    float: left !important;
    width: 50%
}

.wpcf7-form input[type=text], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=week], select, textarea {
    width: 100% !important
}

#yhteydenotonsyy.wpcf7-checkbox .wpcf7-list-item-label {
    font-weight: 600 !important;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 0 2rem;
    text-align: center
}

@media(max-width:768px) {
    .form-checkbox-wrapper {
        display: flex;
    }

    #yhteydenotonsyy.wpcf7-checkbox .wpcf7-list-item-label {
        text-transform: uppercase;
        padding: 1rem 1rem;
    }
    span.wpcf7-list-item-label{
        margin-left: 15px;
    }
    .wpcf7-list-item-label::before {
        padding: 0 5px;
    }
}

    @media (max-width:768px) {
        #yhteydenottosyy span.wpcf7-list-item {
            padding: 5px 0
        }
    }

    li.product, li.product-category {
        background-color: #f1f1f1 !important
    }

    .woocommerce ul.products li.product a img {
        padding: 1rem;
        margin: 0
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title {
        font-size: .8rem !important;
        padding: 0 1rem 1rem !important
    }

    .products .count, product-category .count {
        background-color: transparent;
        display: none
    }

    .products li, product-category li {
        background-color: #f1f1f1 !important
    }

    .products h2, product-category h2 {
        padding: 0 1rem !important;
        color: #000;
        font-weight: 600
    }

    .products .product-summary, product-category .product-summary {
        padding: 0 1rem;
        color: #000;
        font-weight: 300
    }

    .products .attachment-woocommerce_thumbnail, product-category .attachment-woocommerce_thumbnail {
        padding: 0 1rem
    }

    .products a.button.product_type_simple, product-category a.button.product_type_simple {
        display: none !important
    }

    .hexagon {
        position: absolute;
        height: 44px;
        width: 88px;
        background-color: #009fe3;
        font-size: .8rem;
        font-weight: 600;
        color: #fff;
        padding: .8rem;
        top: 60px;
        top: 35px;
        left: 1rem;
        border-radius: 0 3px 3px 0
    }

    .hexagon:before {
        content: " ";
        position: absolute;
        border-top: 1.39rem solid transparent;
        border-bottom: 1.39rem solid transparent;
        left: 99%;
        border-left: 9px solid #009fe3;
        top: 0;
        border-radius: 10px
    }

    .woocommerce span.onsale {
        background-color: #009fe3 !important;
        border-radius: 0 !important;
        width: 10%
    }

    .woocommerce ul.products li.product .onsale {
        top: 0;
        top: 10px;
        left: 0;
        margin: -.5em -.5em 0 0
    }

    li.product .yith-wcwl-add-button span {
        display: none
    }

    li.product .yith-wcwl-wishlistexistsbrowse {
        padding: 1rem
    }

    li.product .yith-wcwl-wishlistexistsbrowse span i .yith-wcwl-icon {
        top: 1%;
        right: 1
    }

    li.product .woocommerce ul.products li.product a img {
        padding: 0 !important;
        margin: 0
    }

    .single-product .yith-wcwl-add-button {
        position: relative;
        top: 10%;
        right: 1%
    }

    .single-product .yith-wcwl-wishlistaddedbrowse i {
        color: #009fe3;
        font: normal normal normal 14px/1 FontAwesome
    }

    .single-product .yith-wcwl-wishlistaddedbrowse span i:before, .single-product .yith-wcwl-wishlistexistsbrowse span i:before {
        position: relative !important;
        top: 15%;
        right: 11%;
        color: #009fe3
    }

    .new-button-heart:before {
        content: "\F004"
    }

    i.fa.fa-heart-o:before {
        font: normal normal normal 24px/1 FontAwesome
    }

    .woocommerce ul.products li.product .button {
        margin-top: 0
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border-radius: 0
    }

    li.product .yith-wcwl-wishlistaddedbrowse.uusi i {
        color: #009fe3;
        position: absolute;
        top: 2.4rem;
        right: 12%
    }

    li.product .yith-wcwl-wishlistaddedbrowse.uusi p {
        padding: 0 1rem
    }

    li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
        position: absolute;
        top: 3.5rem;
        right: 10%
    }

    li.product .yith-wcwl-add-to-wishlist i {
        position: absolute;
        top: -1.2rem;
        right: 11%
    }

    li.product .yith-wcwl-wishlistexistsbrowse.uusi i {
        color: #009fe3;
        position: absolute;
        top: 2.4rem;
        right: 12%
    }

    li.product .yith-wcwl-wishlistexistsbrowse.uusi p {
        padding: 0 1rem
    }

    .tekstialue-levea .woocommerce-ordering, .tekstialue-levea .woocommerce-result-count {
        display: none !important
    }

    .tekstialue-levea .woocommerce-result-count, .woocommerce-result-count {
        display: none
    }

    .woocommerce-ordering {
        display: none !important
    }

    .lmp_button {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 300
    }

    .filt-pyorat {
        max-width: 155px
    }

    .active-filters-area .berocket_aapf_widget_selected_filter {
        display: inline
    }

    .active-filters-area .berocket_aapf_widget_selected_filter ul, .active-filters-area ul {
        display: inline-block
    }

    .active-filter-area ul {
        display: inline-block;
        float: left
    }

    .active-filters ul, .berocket_aapf_widget .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_area_hide ul {
        display: inline-block
    }

    .menu-aside img {
        max-width: 350px
    }

    .hider {
        display: none !important
    }

    body {
        font-family: Montserrat, sans-serif;
        background-color: #fff
    }

    body .single-post h3 {
        font-size: 1rem
    }

    body img {
        max-width: 100%;
        height: auto
    }

    body h1, body h2 {
        font-weight: 200;
        color: #009fe3;
        text-transform: uppercase
    }

    body .hero-image {
        background-position: 50% !important;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative
    }

    body p {
        margin-bottom: .3rem
    }

    body h3 {
        font-weight: 200;
        color: #009fe3;
        text-transform: uppercase
    }

    body h4 {
        font-weight: 900
    }

    body h4, body h5 {
        font-size: 1rem;
        color: #30b1e8
    }

    body h5 {
        font-weight: 400
    }

    body footer-container {
        color: red;
        min-height: 300px
    }

    @media (max-width:768px) {
        body h1 {
            font-size: 1.5rem
        }

        body h2 {
            font-size: 1.4rem
        }

        body p {
            font-size: .8rem
        }

        body h3 {
            font-size: 1.2rem
        }
    }

    .tekstiosio {
        text-align: center;
        padding: 2rem 0
    }

    .tekstiosio h2 {
        color: #009fe3;
        font-weight: 200
    }

    .nosto-osio {
        min-height: 300px
    }

    .nosto-osio .nosto1 {
        min-height: 200px;
        width: 400px;
        background-position: 50%;
        background-size: cover;
        display: inline-block;
        position: relative;
        margin: .5rem
    }

    @media (max-width:768px) {
        .nosto-osio .nosto1 {
            width: auto
        }
    }

    @media (max-width:768px) {
        .nosto-osio {
            min-height: 635px
        }
    }

    .nosto-tausta {
        background-position: 50%;
        background-size: cover;
        min-height: 18rem
    }

    .nosto-wrapper-all:first-child {
        padding-left: 0
    }

    .nosto-wrapper-all:nth-child(2) {
        padding-right: 0
    }

    @media (max-width:768px) {
        .nosto-wrapper-all {
            margin: 1rem 0;
            padding: 0
        }
    }

    .otsikko-nosto {
        width: 60%;
        padding: 1rem 2rem
    }

    @media (max-width:768px) {
        .otsikko-nosto {
            padding: 1rem 6px;
            width: 100%
        }
    }

    .otsikon-tekstit h5 {
        font-weight: 900;
        font-size: 1.4rem;
        text-shadow: .3px .3px 1px rgba(0, 0, 0, .68);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .linkki-nosto {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        text-align: center
    }

    .nosto-wrapper::nth-of-type(odd) .otsikko, .nosto-wrapper::nth-of-type(odd) .otsikko h5 {
        color: #009fe3
    }

    .nosto-wrapper {
        text-align: center
    }

    .nosto-wrapper .otsikko {
        text-align: left
    }

    .nosto-wrapper .otsikko h5 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1em;
        padding: 1rem
    }

    .nosto-wrapper .linkki {
        position: absolute;
        bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0
    }

    .button-blue {
        background-color: #009fe3 !important;
        border: none !important;
        padding: 5px 15px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        text-transform: uppercase;
        text-decoration: none
    }

    .button-blue, .button-blue:hover {
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s
    }

    .button-blue:hover {
        background-color: #0786bc;
        text-decoration: none !important
    }

    .button-blue a {
        text-decoration: none !important;
        color: #fff !important
    }

    .button-blue a:hover {
        text-decoration: none;
        color: #fff
    }

    .logot-section {
        background-color: #009fe3;
        padding: 1rem 3rem;
        margin: 1rem auto;
        text-align: center
    }

    .logot-section a {
        display: inline-block;
        margin: 20px;
        width: auto !important;
        height: auto !important
    }

    .logot-section .grid-x .align-center, .logot-section .row .sisalaatikko {
        -webkit-box-pack: center;
        justify-content: center
    }

    .logot-section .col-md-12 a, .logot-section img {
        display: inline-block
    }

    .logot-section img {
        max-width: 140px
    }

    .footer-container {
        color: #fff;
        min-height: 300px;
        background-color: #2c2c2b
    }

    .taysleveakuva {
        padding: 1.5rem 0
    }

    .kuva-sata {
        min-height: 600px;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        line-height: 600px
    }

    .kuva-sata span {
        width: 30%;
        line-height: 1rem;
        vertical-align: middle;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        font-size: 3rem;
        font-weight: 800;
        display: inline-block;
        line-height: normal;
        margin: auto auto auto 18vw;
        text-shadow: 0 1px 2px rgba(111, 108, 108, .33), 0 1px 1px hsla(0, 0%, 43.9%, .1), 0 1px 2px rgba(96, 94, 94, .1)
    }

    @media (max-width:768px) {
        .kuva-sata {
            max-height: 300px;
            min-height: 300px;
            line-height: 300px
        }

        .kuva-sata span {
            width: 80%;
            font-size: 1rem;
            margin-left: 3vw
        }
    }

    .footer-section {
        display: inline-block
    }

    .tekstikentta .otsikko {
        text-align: center
    }

    .palvelut-wrapper {
        text-align: center;
        display: inline-block;
        float: left
    }

    .palvelunosto-wrapper {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        max-width: 49%;
        padding: 1rem;
        vertical-align: top
    }

    @media (max-width:768px) {
        .palvelunosto-wrapper {
            display: block;
            max-width: 100%;
            min-height: 250px
        }
    }

    .palvelunosto-wrapper .otsikko {
        margin-top: .5rem
    }

    .palvelunosto-wrapper .otsikko h3 {
        text-transform: uppercase;
        color: #000;
        font-size: .9rem;
        font-weight: 300
    }

    .palvelunosto-wrapper .leipis {
        min-height: 90px;
        font-size: .9rem;
        font-style: italic;
        padding: 0 3rem
    }

    @media (max-width:900px) {
        .palvelunosto-wrapper .leipis {
            min-height: 120px
        }
    }

    @media (max-width:768px) {
        .palvelunosto-wrapper .leipis {
            min-height: 50px
        }
    }

    .palvelunosto-wrapper img {
        height: 70px
    }

    .palveluhinnasto-section-wrapper .oikea-taulukko {
        padding: 1rem
    }

    .palveluhinnasto-section-wrapper h2 {
        text-align: center;
        font-size: 1.5rem;
        margin: 1.5rem 0
    }

    .palveluhinnasto-section-wrapper .otsikko-taulukko {
        font-weight: 500
    }

    .palveluhinnasto-section-wrapper .taulukko-tekstit {
        font-weight: 300;
        font-size: .9rem;
        padding-left: 10px
    }

    .palveluhinnasto-section-wrapper .oikea {
        padding: 40px 1rem 0
    }

    @media (max-width:1000px) {
        .palveluhinnasto-section-wrapper .oikea {
            padding-top: 65px
        }
    }

    @media (max-width:768px) {
        .palveluhinnasto-section-wrapper .oikea {
            padding-top: 0
        }
    }

    .palveluhinnasto-section-wrapper .oikea .tekstikentta-wrapper {
        background-color: #009fe3;
        min-height: 10rem;
        padding: 1rem 1.5rem
    }

    .palveluhinnasto-section-wrapper .oikea h5 {
        color: #fff;
        font-size: .9rem;
        font-weight: 500;
        margin-bottom: 0
    }

    .palveluhinnasto-section-wrapper .oikea ul {
        padding: 0 .4rem;
        margin-bottom: 0 !important
    }

    .palveluhinnasto-section-wrapper .oikea li {
        color: #fff;
        font-size: .8rem;
        font-weight: 300;
        list-style: none;
        position: relative;
        line-height: 1.1rem
    }

    .palveluhinnasto-section-wrapper .oikea li:before {
        content: "\B7   ";
        font-size: 24px;
        vertical-align: middle;
        line-height: 20px;
        position: absolute;
        margin: -.8% 0 0 -2%
    }

    .palveluhinnasto-section-wrapper .vasen {
        padding: 1rem
    }

    .palveluhinnasto-section-wrapper table {
        width: 100%
    }

    .palveluhinnasto-section-wrapper table tr:nth-child(2n) {
        background-color: #e7e7e7
    }

    .palveluhinnasto-section-wrapper .otsikko1, .palveluhinnasto-section-wrapper .otsikko2, .palveluhinnasto-section-wrapper .otsikko3 {
        display: inline-block
    }

    .palveluhinnasto-section-wrapper .palvelu-icon {
        width: 20px;
        margin: 5px
    }

    @media (max-width:768px) {
        .hero-image {
            height: 400px !important;
            line-height: 500px !important
        }

        .hero-image span {
            font-size: 1.3rem !important;
            margin-left: 3vw !important
        }
    }

    .sininen-viiva {
        border: 3px solid #009fe3;
        width: 100%;
        margin: 2rem 15px;
        height: 3px;
        background-color: #009fe3
    }

    .news-item {
        display: inline-block;
        float: left;
        background-color: #ebebeb
    }

    .news-item-wrapper:nth-child(2) {
        padding-left: 0
    }

    .news-item-wrapper:nth-child(4) {
        padding-right: 0
    }

    .news-item-wrapper {
        display: inline-block;
        float: left;
        padding: 0 1rem;
        margin: 1rem 0
    }

    @media (max-width:768px) {
        .news-item-wrapper {
            padding: 0
        }
    }

    .news-item-wrapper a {
        text-decoration: none;
        color: #000
    }

    .news-item-wrapper a:hover {
        color: #000
    }

    .news-item {
        position: relative
    }

    .news-images img {
        height: auto;
        width: 200px
    }

    .news-image {
        background-repeat: no-repeat;
        min-height: 18rem;
        background-size: cover
    }

    @media (max-width:768px) {
        .news-image {
            background-position: 50%
        }
    }

    .news-list {
        -webkit-box-pack: center;
        justify-content: center
    }

    .news-link {
        text-align: center;
        padding: 1rem;
        color: #fff
    }

    .news-link a {
        color: #fff
    }

    .news-link a:hover {
        color: #fff !important
    }

    #tekstialue {
        margin: 3rem 0
    }

    @media (max-width:768px) {
        #tekstialue {
            margin: 1rem 0
        }
    }

    .news-content {
        min-height: 10.5rem;
        position: relative;
        padding-left: 3.3rem;
        padding-top: 2rem
    }

    .news-content .date-news {
        padding: 0 1rem;
        font-style: normal;
        font-size: .95rem;
        margin-bottom: 0
    }

    .news-content .button-blue {
        color: #fff;
        text-align: center
    }

    .news-content a {
        text-align: center;
        color: #fff !important
    }

    .news-content p {
        font-size: .8rem;
        padding: 0 1rem;
        font-style: italic;
        line-height: 18px;
        margin-bottom: 0
    }

    .news-content h3 {
        font-size: .95rem;
        font-weight: 900;
        padding: 0 1rem;
        color: #000
    }

    .news-icon img {
        position: absolute;
        left: 0;
        padding: 1rem;
        height: 4.3rem;
        width: 4.3rem;
        top: 18.7rem
    }

    .filters-section {
        background-color: #ebebeb;
        text-align: center
    }

    .berocket_aapf_widget-title_div, .berocket_aapf_widget_selected_filter span {
        display: none
    }

    .filt-pyorat {
        max-width: 100%
    }

    .pienoneet-section .berocket_single_filter_widget {
        width: 50% !important;
        display: inline-block
    }

    .berocket_single_filter_widget {
        width: 33% !important;
        display: inline-block
    }

    .berocket_single_filter_widget.active-filters {
        width: 100% !important;
        display: inline-block
    }

    .default.pa_etuhaarukka, .default.pa_jarrutyyppi, .default.pa_kenelle, .default.pa_merkki, .default.pa_pienkoneet, .default.pa_pienkoneet-merkki, .default.pa_rengaskoko, .default.pa_runkokoko, .default.pa_takavaihtaja, .default.pa_vaihteet-lkm, .default.pa_vuosimalli, .default.product_cat {
        border: 1px solid #000;
        border-radius: 0 !important;
        -webkit-appearance: button;
        padding: .5rem 1.4rem .5rem .2rem;
        text-transform: uppercase;
        font-weight: 200;
        background-color: transparent;
        margin: 1rem 0;
        position: relative;
        z-index: 2
    }

    .default.pa_etuhaarukka .brw-merkki-default:after, .default.pa_etuhaarukka:after, .default.pa_jarrutyyppi .brw-merkki-default:after, .default.pa_jarrutyyppi:after, .default.pa_kenelle .brw-merkki-default:after, .default.pa_kenelle:after, .default.pa_merkki .brw-merkki-default:after, .default.pa_merkki:after, .default.pa_pienkoneet-merkki .brw-merkki-default:after, .default.pa_pienkoneet-merkki:after, .default.pa_pienkoneet .brw-merkki-default:after, .default.pa_pienkoneet:after, .default.pa_rengaskoko .brw-merkki-default:after, .default.pa_rengaskoko:after, .default.pa_runkokoko .brw-merkki-default:after, .default.pa_runkokoko:after, .default.pa_takavaihtaja .brw-merkki-default:after, .default.pa_takavaihtaja:after, .default.pa_vaihteet-lkm .brw-merkki-default:after, .default.pa_vaihteet-lkm:after, .default.pa_vuosimalli .brw-merkki-default:after, .default.pa_vuosimalli:after, .default.product_cat .brw-merkki-default:after, .default.product_cat:after {
        content: url(https://www.jussinpyora.fi/jussinpyora/wp-content/uploads/arrowdown-jussinpyora.png)
    }

    .filter-button {
        border: 1px solid #000;
        border-radius: 0 !important;
        -webkit-appearance: button;
        padding: .3rem 1.2rem;
        font-weight: 500;
        background-color: transparent;
        display: none
    }

    @media (max-width:768px) {
        .filter-button {
            margin: 1rem 0;
            width: 100%
        }
    }

    .default.product_cat {
        border: 1px solid #000;
        border-radius: 0 !important;
        -webkit-appearance: button;
        padding: .5rem;
        text-transform: uppercase;
        font-weight: 200;
        background-color: transparent;
        margin: 1rem 0;
        z-index: 2
    }

    .default.product_cat:after {
        content: ">"
    }

    .active a {
        font-weight: 700
    }

    .active a:after {
        content: "" !important;
        position: absolute !important;
        width: 100% !important;
        height: 4px !important;
        bottom: 0 !important;
        left: 0 !important;
        visibility: visible !important;
        background-color: #009fe3 !important;
        -webkit-transform: scaleX(1) !important;
        transform: scaleX(1) !important;
        -webkit-transition: all .3s ease-in-out 0s !important;
        transition: all .3s ease-in-out 0s !important
    }

    a.dropdown-toggle:after {
        content: ""
    }

    .desktop-menu li .megamenu a .dropdown-toggle:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        bottom: 0;
        left: 0;
        top: 20px;
        background-color: #009fe3;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s
    }

    .desktop-meni .active li a {
        background-color: red !important
    }

    .desktop-menu li a:hover {
        text-decoration: none
    }

    .desktop-menu li a {
        position: relative
    }

    .desktop-menu li a:after {
        content: ""
    }

    .desktop-menu li a:after, a.dropdown-toggle:after {
        position: absolute;
        width: 100%;
        height: 4px;
        bottom: 0;
        left: 0;
        top: 20px;
        background-color: #009fe3;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s
    }

    a.dropdown-toggle:after {
        content: "" !important
    }

    .desktop-menu li a:hover:after, a.dropdown-toggle:hover:after {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    header .top-menu li {
        padding: 2.25rem 1rem 0
    }

    .fa-heart:before {
        font-size: 24px
    }

    .hided-filters {
        background-color: #ebebeb;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .2s ease-out;
        transition: max-height .2s ease-out;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        display: -webkit-box;
        display: flex;
        justify-content: space-around
    }

    @media (max-width:768px) {
        .hided-filters {
            display: block
        }
    }

    .berocket_aapf_widget {
        margin-right: 0;
        margin-bottom: 0;
        padding: 0 .4rem
    }

    ul.berocket_aapf_widget {
        margin-bottom: 0
    }

    .page-id-420 .page-title {
        display: none
    }

    input[type=checkbox] {
        -webkit-appearance: none;
        height: 1.3em;
        width: 1.3em;
        cursor: pointer;
        position: absolute;
        -webkit-transition: .15s;
        border-radius: 0;
        background-color: transparent;
        border: 2px solid #4f4e4e;
        -webkit-animation: check .5s cubic-bezier(.895, .03, .685, .22) forwards;
        animation: check .5s cubic-bezier(.895, .03, .685, .22) forwards
    }

    input[type=checkbox]:checked {
        background-color: #009fe3
    }

    input[type=checkbox]:before, input[type=checkbox]:checked:before {
        position: absolute;
        top: 0;
        left: .5px;
        width: 100%;
        height: 100%;
        line-height: 1.2em;
        text-align: center;
        color: #fff
    }

    input[type=checkbox]:checked:before {
        content: "\2715";
        -webkit-animation: check .5s cubic-bezier(.895, .03, .685, .22) forwards;
        animation: check .5s cubic-bezier(.895, .03, .685, .22) forwards
    }

    input[type=checkbox]:hover:before {
        background: hsla(0, 0%, 100%, .3)
    }

    #mask {
        z-index: 9000;
        background-color: #000
    }

    #boxes .window, #mask {
        position: absolute;
        left: 0;
        top: 0;
        display: none
    }

    #boxes .window {
        width: 440px;
        height: 200px;
        z-index: 9999;
        padding: 20px;
        border-radius: 1px;
        text-align: center
    }

    #boxes #dialog {
        width: 900px;
        height: auto;
        padding: 10px;
        background-color: #fff;
        font-size: 15pt
    }

    .maintext {
        text-align: center;
        text-decoration: none
    }

    #lorem {
        font-size: 12pt;
        text-align: left
    }

    #popupfoot {
        font-size: 16pt;
        padding: 10px 20px
    }

    #popupfoot a {
        text-decoration: none
    }

    .popupoption:hover {
        background-color: #d1d1d1
    }

    .popupoption2:hover {
        color: red
    }

    @media (max-width:768px) {
        #boxes #dialog {
            width: 100%
        }

        .header-popup h4 {
            font-size: 2rem !important;
            padding: 1rem 1rem 0 !important
        }
    }

    .dropdown-menu {
        opacity: 0;
        display: -webkit-box !important;
        display: flex !important;
        visibility: hidden;
        top: 98%
    }

    .dropdown, .navbar {
        position: inherit
    }

    .dropdown-menu.show {
        opacity: 1;
        display: -webkit-box !important;
        display: flex !important;
        visibility: visible
    }

    .navbar-megamenu .navbar-brand {
        color: #fff;
        font-weight: 800
    }

    .navbar-megamenu .navbar-nav li {
        padding: 0 1.5rem
    }

    .navbar-megamenu .navbar-nav>li.active>a, .navbar-megamenu .navbar-nav>li.active>a:focus, .navbar-megamenu .navbar-nav>li.active>a:hover, .navbar-megamenu .navbar-nav>li.open>a, .navbar-megamenu .navbar-nav>li.open>a:focus, .navbar-megamenu .navbar-nav>li.open>a:hover, .navbar-megamenu .navbar-nav>li>a, .navbar-megamenu .navbar-nav>li>a:focus, .navbar-megamenu .navbar-nav>li>a:hover {
        color: #000
    }

    .navbar-megamenu .navbar-nav {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        padding: 2.1rem 1rem 0
    }

    .navbar-megamenu .navbar-nav img {
        width: 100%;
        display: -webkit-box;
        display: flex;
        justify-content: space-around
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu {
        width: 100%;
        position: absolute;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        padding: 2rem 0;
        -webkit-box-pack: center;
        justify-content: center;
        min-height: 390px;
        margin: 0
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu li {
        padding: 0
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column:first-child {
        border-left: none
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column {
        float: left;
        width: 240px;
        border-left: 1.5px solid
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column .divider {
        margin: 16px 20px 10px;
        max-width: 60px
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column ul {
        margin: 0;
        list-style: none;
        padding: 0 0 0 11px
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column ul li .menu-title-mm:first-child a {
        font-size: .95rem;
        font-weight: 600
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column a {
        display: block;
        color: #000;
        -webkit-transition: all .09s ease;
        transition: all .09s ease;
        text-transform: uppercase;
        padding: 5px .3rem;
        font-size: .9rem;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column a:focus, .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column a:hover {
        font-weight: 300;
        -webkit-transition: all .09s ease;
        transition: all .09s ease
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column a:after {
        content: none !important
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column span.sub {
        font-size: 11px;
        line-height: 1.6em;
        margin-top: -4px;
        padding: 2px 20px;
        display: block;
        display: none
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column .featured-image img {
        height: 200px;
        display: -webkit-box;
        display: flex
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column .featured-image a {
        font-size: 14px;
        color: #2e7dd9;
        font-weight: 600
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column .description {
        padding: 3px 0
    }

    .navbar-megamenu .navbar-nav>li.megamenu>.dropdown-menu .megamenu-column .description a {
        display: none
    }

    .navbar-megamenu .navbar-nav>li.megamenu .active a {
        font-weight: 400 !important
    }

    .navbar-megamenu .navbar-nav>li.megamenu .active a:after {
        content: none !important
    }

    .navbar-megamenu .col-swap {
        display: inline-block;
        float: left;
        margin: 1rem
    }

    .navbar-megamenu .col-swap ul {
        list-style: none;
        padding-left: 0
    }

    .dropdown-menu a {
        font-weight: 400
    }

    .dropdown-menu .active a {
        font-weight: 400 !important
    }

    .menu-item-description {
        display: none
    }

    .dropdown-toggle:after {
        content: none !important;
        display: inline-block;
        margin-left: 0;
        vertical-align: 0;
        border: 0
    }

    .hide {
        display: none
    }

    .mm-button-blue {
        padding: 5px 15px !important;
        background-color: #009fe3;
        text-transform: uppercase;
        width: 35%;
        text-align: center;
        color: #fff !important;
        font-size: .9rem !important;
        position: absolute !important;
        left: 7rem
    }

    .mm-button-blue:hover {
        background-color: #0786bc;
        font-weight: 400 !important;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .mm-button-wrapper {
        position: relative;
        top: 9px
    }

    .mm-title {
        font-weight: 700;
        text-align: center
    }

    .tekstikentta-levea {
        margin: 2rem 0
    }

    .tekstikentta-levea h4 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #000;
        padding-left: 1rem
    }

    @media (max-width:768px) {
        .tekstikentta-levea h4 {
            font-size: .8rem
        }
    }

    .megamenu-column:nth-child(3) {
        width: 300px
    }

    .megamenu-column:nth-child(2) {
        width: 205px !important;
        margin-right: 3rem
    }

    .megamenu-column:first-child {
        width: 200px;
        margin-right: 1rem;
        margin-left: 0
    }

    .custom-short-desc p {
        font-size: .9rem
    }

    .mm-image-bg {
        background-size: cover !important;
        background-position: 50% !important;
        height: 23rem;
        width: 13rem
    }

    .mm-image-bg-cyclo, .mm-image-bg-fatbike, .mm-image-bg-kaupunki, .mm-image-bg-lapset, .mm-image-bg-link2, .mm-image-bg-link3, .mm-image-bg-link4, .mm-image-bg-link5, .mm-image-bg-link6, .mm-image-bg-link7, .mm-image-bg-link8, .mm-image-bg-link9, .mm-image-bg-link10, .mm-image-bg-link11, .mm-image-bg-link12, .mm-image-bg-link13, .mm-image-bg-link14, .mm-image-bg-link15, .mm-image-bg-link16, .mm-image-bg-link17, .mm-image-bg-link18, .mm-image-bg-link19, .mm-image-bg-link20, .mm-image-bg-link21, .mm-image-bg-link22, .mm-image-bg-link23, .mm-image-bg-maasto, .mm-image-bg-nuoret, .mm-image-bg-sahko {
        background-size: cover !important;
        background-position: 50% !important;
        height: 23rem;
        width: 13rem;
        opacity: 0
    }

    .menu-item-has-children .sub-menu .sub-menu li .child-trigger, .menu-item-has-children .sub-menu li ul .sub-menu li .child-trigger {
        display: none !important
    }

    .menu-item-has-children .sub-menu {
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative;
        max-height: 0;
        overflow: hidden
    }

    .sub-menu {
        padding: 0
    }

    .sub-menu.closed {
        min-height: 58px !important;
        -webkit-transition: all .3s;
        transition: all .3s;
        display: block;
        padding-bottom: 1rem;
        min-height: 0 !important;
        max-height: 350px;
        height: auto;
        overflow: hidden
    }

    .menu-item-has-children.open-sub-menu .sub-menu {
        height: auto
    }

    @media (max-width:768px) {
        .berocket_single_filter_widget, .filt-pyorat {
            width: 100% !important
        }

        .filt-pyorat {
            max-width: 100%
        }

        .woocommerce-page ul.products[class*=columns-] li.product, .woocommerce ul.products[class*=columns-] li.product {
            width: 100%
        }

        .no-products, .shop_table.cart.wishlist_table.wishlist_view.responsive.mobile h3 {
            font-size: .8rem
        }
    }

    .default .pa_merkki:after option:after {
        content: "&#x21D5"
    }

    .no-products {
        font-size: 1rem
    }

    .berocket_aapf_widget.berocket_style_block.roundpcs.pcs span:after {
        content: "";
        display: block;
        background: url(https://www.jussinpyora.fi/jussinpyora/wp-content/uploads/arrowdown-jussinpyora.png) no-repeat;
        width: 16px;
        height: 16px;
        float: left;
        margin: 0 3px 0 0;
        position: absolute;
        background-size: contain;
        top: 44%;
        right: 5%;
        background-color: #ebebeb;
        z-index: 1
    }

    select {
        -moz-appearance: none !important;
        -webkit-appearance: none !important
    }

    select::-ms-expand {
        display: none !important
    }

    .fullwidth-content h3 {
        font-size: 1.3rem !important;
        text-transform: none
    }

    @media (max-width:916px) {
        .listing-image {
            height: 27px;
            width: 27px;
            left: 14rem;
            top: -36%
        }
    }

    .arkhive {
        padding: 2rem 0;
        background-color: #e7e7e7
    }

    .arkhive .listing-image {
        position: absolute;
        height: 30px;
        width: 30px;
        left: -3rem;
        top: -40%
    }

    .arkhive .news-listing-header {
        position: relative
    }

    .arkhive a {
        color: #009fe3;
        text-decoration: none
    }

    .arkhive span.date {
        color: #000
    }

    .arkhive h5 {
        margin-bottom: .6rem;
        border-bottom: 1px solid hsla(0, 0%, 40%, .8)
    }

    @media (max-width:768px) {
        .arkhive h5 {
            font-size: .7rem
        }
    }

    .arkhive h4 {
        margin: 1rem 0
    }

    .arkhive button {
        cursor: pointer;
        background-color: transparent;
        color: #000;
        padding: 4px 11px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border: 1px solid #000;
        font-weight: 200;
        -webkit-transition: .3s;
        transition: .3s;
        margin: 1rem 0
    }

    .productspacer {
        height: 300px
    }

    @media (max-width:768px) {
        .productspacer {
            height: 120px
        }
    }

    @media (max-width:768px) {
        .col-12 .sisalto-tuote, .container .tuote-container {
            padding: 0 !important
        }
    }

    .additional-info-wrapper {
        display: inline-block
    }

    .parallax-area-yea {
        height: 600px;
        width: 100%;
        line-height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-attachment: fixed;
        background-position: 50% 0
    }

    .parallax-area-yea span {
        width: 30%;
        line-height: 1rem;
        vertical-align: middle;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        font-size: 3rem;
        font-weight: 800;
        display: inline-block;
        line-height: normal;
        margin: auto auto auto 18vw;
        text-shadow: 0 1px 2px rgba(111, 108, 108, .33), 0 1px 1px hsla(0, 0%, 43.9%, .1), 0 1px 2px rgba(96, 94, 94, .1)
    }

    @media (max-width:768px) {
        .parallax-area-yea {
            max-height: 200px;
            min-height: 200px;
            line-height: 200px;
            background-attachment: scroll;
            background-position: 50% !important;
            -webkit-transform: none;
            transform: none
        }

        .parallax-area-yea span {
            width: 80%;
            font-size: 1rem;
            margin-left: 3vw
        }
    }

    .yith-wcwl-add-to-wishlist.exists.wishlist-fragment.on-first-load:nth-of-type(2) {
        display: none
    }

    @media (max-width:768px) {
        .video {
            margin-top: 4.5rem
        }
    }

    @media (max-width:998px) {
        .video-wrapper {
            margin-top: .5rem
        }
    }

    .woocommerce-loop-product__title {
        min-height: 1.6rem
    }

    .wishlist_table.mobile {
        padding: 0
    }

    .wishlist_table.mobile li .item-wrapper .item-details {
        vertical-align: middle
    }

    .woocommerce table.shop_table {
        border-radius: 0
    }

    table.wishlist_table thead th {
        border: 0
    }

    .second-map {
        margin-top: 4rem
    }

    .ingressi-teksti {
        font-style: italic;
        font-weight: 600
    }

    .ingressi-teksti h1 {
        margin-top: 3rem
    }

    @media (max-width) {
        .ingressi-teksti h1 {
            margin-top: 1rem
        }
    }

    .ingressi-teksti p {
        margin: 2rem 0
    }

    .fullwidth-content {
        font-weight: 200
    }

    .fullwidth-content img {
        margin: 1rem 0
    }

    @media (max-width:1000px) {
        .menu-item-has-children {
            position: relative
        }
    }

    .sub-menu .child-trigger {
        top: 3px !important
    }

    .child-trigger {
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 0;
        width: 65px !important;
        min-width: 65px !important;
        height: 33px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(0, 0, 0, .2)
    }

    @media (min-width:998px) {
        .child-trigger {
            display: none !important
        }
    }

    .child-trigger:hover {
        text-decoration: none
    }

    .child-trigger i {
        position: relative;
        top: 50%;
        margin: 0 auto !important;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .child-trigger i:after {
        position: absolute;
        content: ""
    }

    .child-trigger i, .child-trigger i:after {
        width: 10px;
        height: 1px;
        background-color: #000;
        display: block
    }

    .child-trigger i:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .child-trigger.child-open i:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .br_loading_inside_lmp .fa.lmp_rotate:before, .br_loading_inside_lmp img.lmp_rotate, .lmp_products_loading .fa.lmp_rotate:before, .lmp_products_loading .lmp_rotate, .lmp_products_loading .lmp_rotate img {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        -webkit-animation: spin 4s linear infinite !important;
        animation: spin 4s linear infinite !important;
        margin-bottom: 1rem
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important
        }

        40% {
            -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important
        }

        60% {
            -webkit-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important
        }

        to {
            -webkit-transform: rotate(1turn) !important;
            transform: rotate(1turn) !important
        }
    }

    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important
        }

        40% {
            -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important
        }

        60% {
            -webkit-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important
        }

        to {
            -webkit-transform: rotate(1turn) !important;
            transform: rotate(1turn) !important
        }
    }

    .listaus {
        padding: 2rem 0;
        background-color: #e7e7e7
    }

    .listaus .listing-image {
        position: absolute;
        height: 30px;
        width: 30px;
        left: -3rem;
        top: -40%
    }

    .listaus .news-listing-header {
        position: relative
    }

    .listaus a {
        color: #009fe3;
        text-decoration: none
    }

    .listaus span.date {
        color: #000
    }

    .listaus h5 {
        margin-bottom: .6rem;
        border-bottom: 1px solid hsla(0, 0%, 40%, .8)
    }

    @media (max-width:768px) {
        .listaus h5 {
            font-size: .7rem
        }
    }

    .listaus h4 {
        margin: 1rem 0
    }

    .listaus button {
        cursor: pointer;
        background-color: transparent;
        color: #000;
        padding: 4px 11px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border: 1px solid #000;
        font-weight: 200;
        -webkit-transition: .3s;
        transition: .3s;
        margin: 1rem 0
    }

    .tarjous {
        position: fixed;
        width: 100%;
        background-color: #009fe3;
        top: 15%;
        z-index: 2;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out
    }

    @media (max-width:998px) {
        .tarjous {
            top: 11.5%
        }
    }

    @media (max-width:768px) {
        .tarjous {
            top: 10%
        }
    }

    .tarjous p {
        display: inline-block;
        padding: 10px;
        margin: 0;
        color: #000
    }

    @media (max-width:768px) {
        .tarjous p {
            font-size: 8px
        }
    }

    .tarjous img {
        display: inline-block;
        height: 18px
    }

    @media (max-width:768px) {
        .tarjous img {
            height: 12px
        }
    }

    .otsikko-kaikki-filtterit {
        font-size: 1.3rem;
        font-weight: 600;
        color: #000;
        padding-left: 1rem;
        margin-top: 1rem
    }

    .page-id-3455 .custom-sale-badge {
        display: block
    }

    .page-id-3455 .custom-sale-price, .page-id-3455 .custom-sale-sale-price {
        display: inline-block
    }

    .eiyliviivausta.custom-sale-price {
        text-decoration: none !important
    }

    .yliviivaus.custom-sale-price {
        text-decoration: line-through !important
    }

    .custom-sale-price {
        display: none;
        color: #009fe3;
        padding: 0 1rem 0 0;
        float: right;
        line-height: 33px
    }

    .custom-sale-sale-price {
        display: none;
        color: #ed1c24;
        font-weight: 600;
        padding: 0 .5rem 0 0;
        font-size: 1.2rem;
        float: right;
        line-height: 33px
    }

    .off.custom-sale-badge {
        display: none !important
    }

    .custom-sale-badge {
        display: none;
        position: absolute;
        top: 1px;
        right: -20px;
        z-index: 2
    }

    .custom-sale-badge img {
        padding: 0 !important;
        height: 74px !important;
        width: auto !important
    }

    @media (max-width:768px) {
        .custom-sale-badge {
            right: 0
        }
    }

    .woocommerce .tagged_as {
        display: none
    }

    .woocommerce-Price-amount.amount {
        color: #000 !important
    }

    button.single_add_to_cart_button.button.alt {
        color: #fff !important;
        border-radius: 0 !important;
        border: 1px solid #009fe3 !important;
        background-color: #009fe3;
        font-weight: 400;
        padding: .4em 1em;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s
    }

    button.single_add_to_cart_button.button.alt:hover {
        background-color: #30b1e8
    }

    .woocommerce-input-wrapper {
        width: 100%;
        display: block
    }

    input#coupon_code.input-text {
        width: 160px
    }

    .woocommerce table.shop_table th {
        font-weight: 500
    }

    .checkout-button.button.alt.wc-forward {
        font-size: 1rem;
        background-color: #009fe3;
        font-weight: 400
    }

    .checkout-button.button.alt.wc-forward:hover {
        background-color: #30b1e8
    }

    @media (max-width:768px) {
        .product-thumbnail {
            display: block
        }
    }

    .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
        height: 150px;
        width: auto
    }

    @media (max-width:768px) {
        .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
            display: block
        }
    }

    .oranssi {
        font-family: Fira Sans, sans-serif;
        -webkit-transform: rotate(11deg);
        transform: rotate(11deg);
        color: #fff;
        font-size: 1.8rem;
        top: 21px;
        position: absolute;
        font-weight: 700;
        left: 29px;
        letter-spacing: -3px;
        line-height: 33px
    }

    .violetti {
        top: 19px
    }

    .vihrea, .violetti {
        font-family: Fira Sans, sans-serif;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        color: #fff;
        font-size: 1.8rem;
        position: absolute;
        font-weight: 700;
        left: 24px;
        letter-spacing: -3px;
        line-height: 33px
    }

    .vihrea {
        top: 26%
    }

    .sininen {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        top: 19px;
        left: 24px
    }

    .punainen, .sininen {
        font-family: Fira Sans, sans-serif;
        color: #fff;
        font-size: 1.8rem;
        position: absolute;
        font-weight: 700;
        letter-spacing: -3px;
        line-height: 33px
    }

    .punainen {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg);
        top: 26px;
        left: 1 px
    }

    .saleperc {
        margin-left: 3px
    }

    #kampanjat h3 {
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        font-size: 1.4rem
    }

    #kampanjat .kampanja-nosto-oikea, #kampanjat .kampanja-nosto-vasen {
        margin: 3rem 0 0
    }

    #kampanjat .text-wrapper {
        padding: 2rem
    }

    #kampanjat .kampanja-nosto-vasen {
        float: left
    }

    #kampanjat .kampanja-nosto-oikea {
        float: right
    }

    @media (max-width:768px) {
        #kampanjat, #kampanjat .kampanja-nosto-oikea, #kampanjat .kampanja-nosto-vasen {
            padding: 0
        }

        #kampanjat .text-wrapper {
            padding: 1rem
        }
    }

    .yith-wcwl-add-to-wishlist {
        margin-top: 0
    }

    .fullwidth-content h1 {
        margin: 0 0 2rem
    }

    .fullwidth-content h2 {
        margin-top: 2rem
    }