:root {
    --pad: clamp(15px, 12.8vw, 150px);
    --toppad: clamp(35px, 5.2vw, 100px);
    --botpad: clamp(30px, 5.2vw, 100px);
    --nostohole: 5;
    --nostopercent: 30;
    --nostoblocks: 3;
}

@media (min-width: 2200px) {
    :root {
        --pad: clamp(15px, 12.8vw, 200px);
    }
}

@media (max-width: 1800px) {
    :root {
        --pad: clamp(15px, 6vw, 250px);
    }
}

@media (max-width: 1200px) {
    :root {
        --pad: clamp(15px, 4.9vw, 250px);
    }
}

@media (max-width: 900px) {
    :root {
        --nostohole: 10;
        --nostopercent: 45;
        --nostoblocks: 2;
    }
}

@media (max-width: 600px) {
    :root {
        --nostohole: 0;
        --nostopercent: 100;
        --nostoblocks: 1;
    }
}

body{
    color: #1E1E1E;
    background: #fff;
}

.container{
    animation: startopa 0.5s linear forwards;
    animation-direction: alternate;
    opacity: 0;
}

@keyframes startopa {
    from {opacity: 0; }
    to { opacity: 1;}
}


.project-pads{
    padding-left: var(--pad);
    padding-right: var(--pad);   
}

.project-pads-left{
    padding-left: var(--pad);
}

.project-pads-right{
    padding-right: var(--pad);
}

.topbotpad{
    padding-top: var(--toppad);
    padding-bottom: var(--botpad);
}

.toppad{
    padding-top: var(--toppad); 
}

.botpad{
    padding-bottom: var(--botpad);
}


h1, h2, h3, h4, h5, h6{
    font-family: 'Young Serif', serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
}

h1{
    font-size: var(--font46);
    margin-bottom: 20px;
}

h2{
    font-size: var(--font42);
    margin-bottom: 20px;
}

h3{
    font-size: var(--font36);
    margin-bottom: 20px;
}

h4{
    font-size: var(--font32);
    margin-bottom: 20px;
}

h5{
    font-size: var(--font28);
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h6{
    font-size: var(--font24);
}

p{
    font-size: var(--font18);
    padding-bottom: 1em;
    line-height: 1.35em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.p15 p{
    font-size: var(--font15);
    padding-bottom: 1em;
    line-height: 1.35em;   
}

a, li{
    font-size: var(--font15);
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal
}

.btn{
    display: block;
    display: grid;
    grid-template-columns: auto 20px;
    gap: 15px;
    padding: 5px 15px;
    min-width: 140px;
    margin-top: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

h3.trcateg{
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.buttonpart p{
    font-size: var(--font22);
}

.btn svg{
    height: 20px;
    align-self: center;
    justify-self: end;
}

.btn.red, .btn.black{
    font-size: var(--font22);
}

.btn.red{
    background-color: #2DBB49;
    color: #fff;
}

.btn.orange-white{
    background-color: #fff;
    color: #2DBB49;
    border: 2px solid #2DBB49;
}


.btn.black{
    border: 2px solid #1E1E1E;
    color: #1E1E1E;
}

.btn.red:hover{
    background-color: #28a62c;
}

.btn.black:hover{
    background-color: #E5E5E5;
}


.productcard .buttonpart .buttonpart-helper:hover{
    color: #fff;
    background-color: #28a62c;
    border: 2px solid #28a62c;
}

footer a:hover{
    color: #fff;
}

.btn.big{
    font-size: var(--font26);
}

.btn:hover svg{
    animation: sarrow 0.3s infinite linear;
    animation-direction: alternate;
}

@keyframes sarrow {
    from {margin-right: 0px;}
    to {margin-right: 4px;}
}

#banner{
    color: #FFFFFF;
}

.banner-mask{
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #000000C4 0%, #00000000 50%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.banner-content{
    align-self: center;
    padding-top: clamp(50px, 5.2vw, 100px);
    padding-bottom: 50px;
}

#banner .btn{
    margin-top: 20px;
}

.multiboxtxtimg-left.project-pads-left{
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
}

.multiboxtxtimg-left.project-pads-right{
    background: transparent linear-gradient(90deg, #F5F5F5 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

.multiboxtxtimg-left.project-pads-left .multiboxtxtimg-left-content{
    padding-top: 30px;
    padding-right: clamp(30px, 5.2vw, 100px);
    padding-bottom: 30px;
}

.multiboxtxtimg-right img{
    height: 100%;
}

.multiboxtxtimg-left.project-pads-right .multiboxtxtimg-left-content{
    padding-top: 20px;
    padding-left: clamp(30px, 5.2vw, 100px);
    padding-bottom: 20px;
}

.tuote-kortti{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.tuote-kortti .tuote-left{
    padding-top: 30px;
    padding-bottom: 30px;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
}

.tuote-kortti.left .tuote-left{
    padding-left: clamp(30px, 5.2vw, 100px);
}

.tuote-kortti.right .tuote-left{
    padding-right: clamp(30px, 5.2vw, 100px);
}

.tuotteet-bottom{
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #0069B41A 100%) 0% 0% no-repeat padding-box;
    height: clamp(40px, 5.2vw, 100px);
    width: 100%;
}

#tuotteet img{
    height: 100%;
}

.companylogos-logos{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ylogo img{
    height: 60px;
}

#columns2{
    gap: 30px;
}

#banner2, #formshort{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#banner2 h1{
    font-size: var(--font42);   
}

.banner2-left-helper{
    padding-top: 30px;
    padding-right: clamp(30px, 5.2vw, 100px);
    padding-bottom: 30px;
}

.banner2-left{
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
}

.extrabullets ul{
    list-style-type: none;
    padding: 0;
    margin: 0; 
    padding-bottom: 1em;
}

.extrabullets ul li{
    background-image: url("pun_nuoli.svg");
    background-size: var(--font18) 12px;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 25px;
    font-size: var(--font18);
    line-height: 1.2em;
}

.extrabullets a{
    color: #2DBB49;
    font-size: var(--font18);
}

.width35{
    width: 35%;
}

footer a{
    color: #2DBB49;
    font-size: var(--font15);
    text-decoration: underline;
}


footer{
    background-color: #102D15;
    padding-top: 40px;
    padding-bottom: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(20px, 2vw, 30px);
}

footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0; 
}

footer h5{
    color: #BDDEC3;
    margin-bottom: 15px;
}

footer p{
    color: #EBEBEB;
}

.flip{
    transform: scaleX(-1);
}

.flip>*{
    transform: scaleX(-1);
}

.fiftyfifty{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

footer img{
    height: 50px;
    width: auto !important;
}

#footerpart1-kuvat{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#footerpart2, #footerpart3{
    border-left: 1px solid #005411;
    padding-left: clamp(20px, 2vw, 30px);
}

/* Nav */

#nav-top-part{
    z-index: 1;
    width: fit-content;
    margin-left: var(--pad);
}

#ultra-navburger{
    display: none;
}

#nav-section .navside{
    grid-column: 1;
    align-self: end;
    justify-self: center;
}

#ultra-nav.big .navside ul{
    display: flex;
    gap: clamp(15px, 1.7vw, 30px);
    justify-content: center;
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

#nav-section ul a{
    color: #005411;
    font-size: var(--font18);
}

#nav-section a {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.sub-menu-helper{
    padding-top: 5px;
}

#ultra-nav{
    padding-top: 20px;
    padding-bottom: 10px;
    z-index: 100;
    position: relative;
    box-shadow: 0px 3px 6px #00000017;
}

#ultra-nav.big .parentti .sub-menu{
    display: none;
}

#ultra-nav.big .parentti:hover .sub-menu{
    display: block;
}

#ultra-nav.big .sub-menu{
    position: absolute;
    z-index: 1000;
    padding: 10px;
    background: #000;
}

#ultra-nav.big .sub-menu li{
    padding: 5px 15px;
}

#nav-section ul a:hover{
    color: #2DBB49;
}

#nav-section{
    background-color: #fff;
}

#nav-section ul .active-page a {
    color: #2DBB49;
}

#nav-section ul .active-page ul a{
    color: #fff;
}

#nav-section ul .active-page ul a:hover{
    color: #001B48;
}

#nav-section ul .sub-menu a:hover, #nav-section ul .active-page ul .sub-menu a:hover{
    color: #2DBB49 !important;
}



@media (max-width: 1200px) {
    #ultra-nav.big{
        display: none;
    }
    #ultra-navburger{
        display: grid;
    }
} 


/* Nav end */

/* Nav Burger */

.burger-background {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000017;
}

#ultra-nav-burgerlogo{
    padding: 10px var(--pad);
    padding-left: var(--pad);
    width: fit-content;
}

.burger-lines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: end;
    cursor: pointer;
    padding-right: var(--pad);
    margin-top: 10px;
    z-index: 2000;
}

.burger-lines .bline {
    background-color: #28a62c;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
}

.burger-lines.active .bline {
    background-color: #fff;
    margin-bottom: 0px;
}


.burger-menus{
    position: absolute;
    z-index: 1000;
    background-color: #000;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: grid;
    transition: transform 0.5s linear;
    transform-origin: right;
    transform: scaleX(0);
    padding-top: 200px;
    width: 40%;
    right: 0;
}

.burger-menus.active{
    transform: scaleX(1);
    transition: transform 0.5s linear;
    transform-origin: right;
    background-color: #00000090;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.burger-menus a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "neuzeit-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#ultra-nav-burgerlogo.active{
    z-index: 2000;
}

.burger-lines.active .line1{
    transform: rotate(-45deg);
    position: absolute;
}

.burger-lines.active .line2{
    transform: rotate(45deg);
}

.burger-lines.active .line3{
   display: none;
}

#ultra-navburger .parentti{
    position: relative;
}

#ultra-navburger .balloon{
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    margin-top: -2px;
    cursor: pointer;
}

#ultra-navburger .balloon{
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    margin-top: -2px;
    cursor: pointer;
}

#ultra-navburger .arrow{
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 8px;
}

#ultra-navburger li .sub-menu {
    display: none;
}

#ultra-navburger li.active-sub .sub-menu{
    display: block;
}

#ultra-navburger .sub-menu li{
    padding-left: 15px;
}

.burger-menus ul{
    list-style: none;
}

.burger-menus ul li{
    margin-bottom: 5px;
}

/* Nav Burger end */

#special-links{
    justify-self: end;
}

#special-links .red-zone{
    width: 210px;
    background-color: #2DBB49;
    height: 100%;
    position: absolute;
    top: 0px;
    margin-left: -420px;
    display: grid;
}

#special-links .red-zone.blue-zone{
    margin-left: -210px;
    background-color: #005411;
}

#special-links .red-zone .btn.red{
    align-self: end;
    font-size: 17px;
    text-transform: none;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 6px;
}

#special-links .red-zone.blue-zone .btn.red{
    background-color: #005411;
}


#special-links .red-zone .btn svg {
    height: 15px;
}

#special-links .btn:hover{
    background-color: unset;
}

#banner img{
    height: 100%;
}

#banner2 img{
    height: 100%;
}

#special-links2{
    align-self: end;
    justify-self: end;
}

#special-links2 .red-zone{
    position: absolute;
    margin-top: 0px;
    text-decoration: none;
}

#special-links2 .btn.red{
    margin-top: 0px;
    margin-left: -190px;
    width: 160px;
    font-size: 15px;
    text-transform: unset;
}

#special-links2 .btn svg{
    height: 13px;
}


#categoryline{
    background-color: #005411;
    color: #fff;
    display: flex;
    gap: 20px;
    padding-top: 20px;
}

.trcateg.active{
    border-bottom: 4px solid #BDDEC3;
}


.trcateg{
    cursor: pointer;
    text-transform: uppercase;
}

@media (max-width: 1300px) {
    .width35 {
        width: 40%;
    }
}

@media (max-width: 1100px) {
    .width35 {
        width: 50%;
    }
    .banner-mask {
        background: transparent linear-gradient(90deg, #000000C4 0%, #0000 80%, #0000 100%) 0% 0% no-repeat padding-box;
    }
}

@media (max-width: 900px){
    #banner2{
        grid-template-columns: 1fr;
    }
    #banner2 .banner2-left{
        grid-row: 2;
        grid-column: 1;
    }
    #banner2 .banner2-right{
        grid-row: 1;
        grid-column: 1;
    }
    .banner2-left-helper {
        padding-right: var(--pad);
    }

    footer {
        grid-template-columns: 1fr 1fr;
    }

    #footerpart3 {
        border-left: unset;
        padding-left: 0px;
    }

    .burger-menus{
        width: 50%;
    }
}


@media (max-width: 800px) {
    .width35 {
        width: 70%;
    }

    #formshort {
        grid-template-columns: 1fr;
        width: 80%;
    }

    .burger-menus a {
        font-size: 18px;
    }

    .burger-menus{
        width: 60%;
    }
}

@media (max-width: 700px) {
    .fiftyfifty, .tuote-kortti {
        grid-template-columns: 1fr;
    }

    .multiboxtxtimg-right, .tuote-kortti .tuote-right{
        grid-column: 1;
        grid-row: 1;
    }
    .multiboxtxtimg-left, .tuote-kortti .tuote-left{
        grid-column: 1;
        grid-row: 2;
    }

    .multiboxtxtimg-left.project-pads-left .multiboxtxtimg-left-content{
        padding-right: var(--pad);
    }

    footer {
        grid-template-columns: 1fr;
    }

    #footerpart2{
        border-left: unset;
        padding-left: 0px;
    }
}


@media (max-width: 600px){
    .width80 {
        width: unset;
    }

    .burger-menus{
        width: 100%;
    }
}


@media (max-width: 500px) {
    .width35 {
        width: unset;
    }

    #banner .banner-content{
        padding-right: var(--pad);
    }

    .banner-mask {
        background: transparent linear-gradient(90deg, #000000C4 0%, #0000 100%, #0000 100%) 0% 0% no-repeat padding-box;
    }

    #formshort {
        width: 90%;
    }
}


.productcard .pluss-circle{
    display: grid;
    background-color: #2DBB49;
    height: 45px;
    width: 45px;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    justify-self: end;
}

.productcard .buttonpart{
    position: relative;
    display: grid;
    margin-top: 15px;
}

.productcard .buttonpart .buttonpart-helper{
    border: 2px solid #2DBB49;
    background-color: #2DBB49;
    width: 170px;
    display: grid;
    color: #fff;
    align-content: center;
    justify-content: left;
    padding: 6px 10px;
}

#hakufeedhandler .col-3{
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(30px, 5.2vw, 100px);
}

.productcard svg {
    height: var(--font22);
}

#productpopup{
    background: #00000085 0% 0% no-repeat padding-box;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 100000;
    display: none;
    opacity: 0;
    align-content: center;
}

#productpopup-helper{
    width: 50%;
    background-color: #fff;
    margin: 0 auto;
    max-width: 900px;
    height: fit-content;
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #2DBB49;
    padding: 50px 30px;
    gap: 20px;
    color: #1E1E1E;
}

.productpopup-left img{
    object-fit: cover;
    aspect-ratio: 10/7.35;
    width: 100%;
}

.productpopup-right h3{
    color: #192137;
}

#cross{
    position: absolute;
    height: 40px;
    right: 6px;
    top: 6px;
    cursor: pointer;
}


#productpopup-addcartbtn svg{
    height: var(--font26);
}

#productpopup-addcartbtn span{
    font-size: var(--font26);
}

.productpopup-right{
    display: grid;   
}


#prodbasicimgbox .tinyimages{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
    gap: 10px;
    gap: 2%;
}

#prodbasicimgbox .tinyimg{
    width: 32%;
    flex-shrink: 0;
    object-fit: cover;
    aspect-ratio: 10/6.9;
    margin-bottom: 2%;
    cursor: pointer;
}

#prodbasicimgbox #main-image{
    aspect-ratio: 10/6.9;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
}

#prodbasicimgbox #main-image.active{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    object-fit: contain;
    background-color: rgba(0,0,0,0.65);
    padding: 50%;
    width: 60% !important;
    height: 100%;
}

#prodbasicimgbox #main-image.contain, .tinyimg.contain{
    object-fit: contain;
}

#product-single-toppart{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
}

#prodbasicinfo{
    color: #1E1E1E;
}

#prodbasicinfo h1{
    color: #001B48;
}

#product-single-toppart-right{
    padding: 0px 50px;
}

#product-single-bottom{
    background-color: #fff;
    color: #1E1E1E;
}

#product-single-bottom-additional h4{
    background-color: #005411;
    width: fit-content;
    padding: 5px 30px 5px 10px;
    color: #fff;
    margin-bottom: 0px;
}

#product-single-bottom-additional{
    border-bottom: 1px solid #005411;
    margin-bottom: 20px;
}

#Imageleftcontentright{
    background-color: #000000;
    color: #DEF0FF;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.singlecount {
    display: flex;
    margin-bottom: 20px;
}

#singcountleft {
    width: 20px;
    height: 27px;
    background-color: #2DBB49;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    display: grid;
    align-content: center;
    justify-content: center;
    color: #192137;
    cursor: pointer;
}

#singnumber {
    width: 40px;
    height: 21px;
    text-align: center;
    padding-top: 0px;
    border-top: 3px solid #2DBB49;
    margin-right: 0px;
    border-bottom: 3px solid #2DBB49;
    font-size: 16px;
    font-family: "neuzeit-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#singcountright {
    width: 20px;
    height: 27px;
    background-color: #2DBB49;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    display: grid;
    align-content: center;
    justify-content: center;
    color: #192137;
    cursor: pointer;
}

#singcountright::after {
    content: " ";
    align-content: center;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 4px;
}

#singcountleft::after {
    content: " ";
    align-content: center;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 4px;
}

#singcountleft, #singcountright{
    color: #192137;
    cursor: pointer;
}

#product-single-bottom-additional-vastaavat h4 {
    background-color: #BDDEC3;
    width: fit-content;
    padding: 5px 30px 5px 10px;
    color: #005411;
    margin-bottom: 0px;
}

#product-single-bottom-additional-vastaavat {
    border-bottom: 1px solid #BDDEC3;
    margin-bottom: 0px;
}

#product-single-bottomvastaavat{
    background-color: #F5F5F5;
    color: #1E1E1E;
}

.background-helper{
    background-color: #F5F5F5;
}

#product-single-bottom-content-vastaavat .col-3{
    gap: clamp(30px, 5.2vw, 100px);
}

#kauppafiidi{
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: clamp(30px, 5.2vw, 100px);
}

.shopcat.child{
    padding-left: 40px;
}

.shopcat{
    padding-left: 25px;
}
.shopcat{
    cursor: pointer;
}

.shopcat.active{
    background-image: url("pun_nuoli.svg");
    background-size: var(--font20) 14px;
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

.shopcat.child.active{
    padding-left: 25px;
    margin-left: 15px;
}

.kauppafiidi-left{
    color: #001B48;
}

#productpopup-addcartbtn{
    cursor: pointer;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-size: var(--font18);
    padding: 3px;
    border: 1px solid #001B48;
    background-color: #F5F5F5;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #005411;
    color: #FFFFFF !important;
    opacity: 1 !important;
    text-transform: uppercase;
    border: 2px solid #005411;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover{
    background-color: #28a62c !important; 
    border: 2px solid #28a62c !important;
    color: #FFFFFF !important;
}

#woopage a{
    color: #2DBB49;   
}

#nostot{
    display: flex;
    overflow: hidden;
    gap: 5%;
    grid-row: 1;
    grid-column: 1;
}

.nostoboxi{
    flex-shrink: 0;
    width: 30%;
}

#nostofeed-helper{
    display: grid;
}

#nosto-arrows{
    grid-row: 1;
    grid-column: 1;
    display: grid;
}

.nosto-arrow{
    background-color: #005411;
    padding: clamp(10px, 0.94vw, 15px);
    display: grid;
    justify-content: center;
    align-content: center;
    height: fit-content;
    width: fit-content;
    align-self: center;
    border-radius: 50%;
    cursor: pointer;
}

.nosto-arrow svg{
    height: clamp(15px, 1.25vw, 20px);
}

#nosto-arrow-left{
    transform: scaleX(-1);
    margin-left: -35px;
    display: none;
}

#nosto-arrow-right{
    justify-self: end;
    margin-right: -35px;
}

#nostofeed .btn.red{
    width: 35%;
    margin-top: clamp(30px, 5.2vw, 100px);
    min-width: 245px;
}

.productpopup-right #productpopup-addcartbtn{
    border: 2px solid #2DBB49;
    margin-top: 30px;
}

#prodbasicinfo h1{
    font-size: var(--font60);
}

#prodbasicinfo p{
    font-size: var(--font20);
}

.productcard h5{
    margin-top: 10px;
    margin-bottom: 10px;
}

.kauppafiidi-left p{
    font-size: var(--font24);
    color: #005411;
}

#prodbasicinfo #productpopup-addcartbtn{
    margin-top: 30px;
    padding: 8px 15px;
}

.pluss-circle:hover{
    background-color: #28a62c;
}

#special-links2 .btn.red{
    margin-left: -380px;
}

#special-links2 .blue-zone .btn.red {
    margin-left: -190px;
    background-color: #28a62c;
}

#special-links2 .blue-zone .btn.red:hover{
    background-color: #28a62c;
}

#nostofeed .btn.red:hover, #multiboxtxtimg .btn.red:hover, #imgtxttop-content .btn.red:hover, #prodbasicinfo #productpopup-addcartbtn:hover{
    background-color: #28a62c;
}

.single-product-price-button #productpopup-addcartbtn:hover{
    background-color: #28a62c;
    border: 2px solid #28a62c;
}

.productcard-price{
    margin-top: 10px;
    font-family: "neuzeit-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#tuotteet h4, .productcard h5, #columns2 h2{
    color: #001B48;
}

#formshort h2{
    color: #005411;
}

#banner2 h1 {
    color: #005411;
}

#multiboxtxtimg h2, #nostofeed h2{
    color: #005411;
}


#multiboxtxtimg .btn.red{
    background-color: #005411;
}

#addedscart{
    position: fixed;
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    top: 0px;
    left: 0px;
    align-content: center;
    display: none;
}

#addedscart p{
    background-color: #2DBB49;
    color: #fff;
    padding: 20px 50px;
}

#addedscart2{
    position: fixed;
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    top: 0px;
    left: 0px;
    align-content: center;
    display: none;
}

#addedscart2 p{
    background-color: #E11B32;
    color: #fff;
    padding: 20px 50px;
}

table{
    font-family: "neuzeit-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#woopage a, #woopage li{
    font-size: var(--font18);
}

.productcard h5{
    color: #005411;
    font-size: var(--font32);
    border-bottom: 1px solid #2DBB49;
    padding-bottom: 5px;
}

#nostofeed .btn.red{
    background-color: #005411;
}

#multiboxtxtimg{
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}

#imgtxttop h2{
    font-size: var(--font46);
}

#imgtxttop{
    color: #fff;
}

#imgtxttop img{
    filter: brightness(80%);
    height: 100%;
}

#imgtxttop-content{
    z-index: 1;
    align-self: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#imgtxttop-content .btn.red{
    background-color: #005411;
}

#nav-top-part img{
    height: 60px;
}

.option-title{
    text-transform: capitalize;
}

/*the container must be positioned relative:*/
.custom-select{
    position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  
  .custom-select select{
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: #fff;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    content: "";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    float: right;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 9px;
}
  
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 9px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #1E1E1E;
    padding: 3px 16px;
    border: 1px solid #1E1E1E;
    cursor: pointer;
    user-select: none;
    font-size: var(--font22);
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 300px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover{
    background-color: #005411;
    color: #fff;
}

.same-as-selected {
    background-color: #005411;
    color: #000;
}


.same-as-selected{
    color: #fff !important;
}


.woocommerce table.cart td:nth-of-type(4), .woocommerce table.cart th:nth-of-type(4) {
    display: none;
 }

 .woocommerce table.cart td:nth-of-type(6), .woocommerce table.cart th:nth-of-type(6) {
    display: none;
 }


 .single-product-price-button #productpopup-addcartbtn{
    background-color: #2DBB49;
    color: #fff;
    border: 2px solid #2DBB49;
 }

 .single-product-price-button #productpopup-addcartbtn svg #Path_1, .single-product-price-button #productpopup-addcartbtn svg #Line_1{
    stroke: #fff;
 }

.single-product-price-button{
    margin-top: 20px;
}

.kauppafiidi-left h2{
    color: #005411;
    font-size: var(--font32);
}

.variation-Koko p{
   padding-bottom: 0px;
}

.woocommerce td.product-name dl.variation p{
    line-height: unset;
}

#productpopup .custom-select{
    margin-bottom: 20px;
}

#ultra-nav-burgerlogo img{
    height: 50px;
}

textarea {
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.woocommerce-order-overview__total{
    display: none;
}

.productpopup-right-toppart ul, .productcard ul, #prodbasicinfo ul{
    /*list-style-type: none; */
    padding: 0;
    margin: 15px;
}

#productpopup textarea {
    max-width: 350px;
}

.single-product-price-button textarea {
    max-width: 400px;
}

#sanavarma{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
    color: #fff;
}

#sanavarma-content{
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}

#product-single-toppart li{
	font-size: var(--font18);
}

@media (max-width: 1500px) {
    #kauppafiidi {
        grid-template-columns: 280px 1fr;
        gap: clamp(30px, 4vw, 100px);
    }

    .kauppafiidi-right .productcard .buttonpart .buttonpart-helper{
        width: 150px;
    }
}

@media (max-width: 1300px) {
    #productpopup-helper {
        width: 60%;
    }
    .width30{
        width: 40%;
    }
}


@media (max-width: 1200px) {
    .width40 {
        width: 60%;
    }

    .kauppafiidi-right #hakufeedhandler .col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1000px) {
    .productcard .buttonpart .buttonpart-helper {
        width: 170px;
    }

    #product-single-toppart-right {
        padding: 0px 20px;
    }

    .width30{
        width: 50%;
    }

    .single-product-price-button textarea {
        max-width: 350px;
    }
}

@media (max-width: 900px) {
    .nostoboxi {
        width: 45%;
    }
    #nostot {
        gap: 10%;
    }

    #hakufeedhandler .col-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .width40 {
        width: 80%;
    }

    #kauppafiidi {
        grid-template-columns: 260px 1fr;
        gap: clamp(30px, 3vw, 100px);
    }

    .productcard .pluss-circle {
        height: 40px;
        width: 40px;
    }

    #productpopup-helper {
        width: 80%;
    }
}

@media (max-width: 800px) {
    #nosto-arrow-left{
        margin-left: -20px;
    }
    
    #nosto-arrow-right{
        margin-right: -20px;
    }

    #kauppafiidi {
        grid-template-columns: 1fr;
    }

    .width30{
        width: 60%;
    }
}

@media (max-width: 700px) {
    #product-single-toppart {
        grid-template-columns: 1fr;
    }
    #product-single-toppart-right {
        padding: 0px;
        margin-top: 30px;
    }
    #multiboxtxtimg {
        grid-template-columns: 1fr;
    }
    .multiboxtxtimg-left.project-pads-right .multiboxtxtimg-left-content {
        padding-left: var(--pad);
    }

    #productpopup textarea {
        max-width: 300px;
    }
}

@media (max-width: 600px) {
    .nostoboxi {
        width: 100%;
    }
    #nostot {
        gap: 0%;
    }
    #hakufeedhandler .col-3 {
        grid-template-columns: 1fr;
    }

    .width40 {
        width: unset;
    }

    .kauppafiidi-right #hakufeedhandler .col-3 {
        grid-template-columns: 1fr;
    }

    #productpopup-helper {
        grid-template-columns: 1fr;
    }

    .productpopup-left img {
        width: 70%;
    }

    .width30{
        width: 80%;
    }
}

@media (max-width: 500px) {
    #nosto-arrow-left{
        margin-left: -10px;
    }
    
    #nosto-arrow-right{
        margin-right: -10px;
    }

    #productpopup-helper {
        margin-top: 0px;
    }
}

@media (max-width: 400px) {
    #special-links2 .btn.red {
        width: 90px;
        margin-left: -340px;
    }

    #special-links2 .blue-zone .btn.red {
        margin-left: -170px;
    }

    .width30{
        width: unset;
    }

    #special-links2 .btn.red {
        font-size: 13px;
    }

    #productpopup textarea {
        max-width: 250px;
    }

    .single-product-price-button textarea {
        max-width: 300px;
    }
}

@media (max-width: 350px) {
    #special-links2 .btn.red svg{
        display: none;
    }
    #special-links2 .btn{
        grid-template-columns: 1fr;
        min-width: 100px;
    }

    #special-links2 .btn.red {
        width: 50px;
        margin-left: -265px;
    }
    #special-links2 .blue-zone .btn.red {
        margin-left: -130px;
    } 
    #special-links2 .btn.red {
        font-size: 12px;
    }

    .single-product-price-button textarea {
        max-width: 250px;
    }
}

