@import url(https://fonts.googleapis.com/css2?family=Arapey&family=Jura:wght@300;400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@200;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bad+Script&display=swap);*{margin:0}:root{font-size:62.5%}body,html{width:100%;margin:0;padding:0;overflow-x:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-x:initial}.container{min-height:92vh}.container .image-container-vertical{width:35%;overflow:hidden}.container .image-container-vertical img{width:100%;-webkit-object-fit:contain;object-fit:contain;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-moz-transition:transform .5s ease,-moz-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease,-moz-transform .5s ease}.container .image-container-vertical img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}.container .image-container-horizontal{width:50%;overflow:hidden}.container .image-container-horizontal img{width:100%;-webkit-object-fit:contain;object-fit:contain;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-moz-transition:transform .5s ease,-moz-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease,-moz-transform .5s ease}.container .image-container-horizontal img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}.container .inner-container{width:100%;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;height:92vh;position:relative}.container .content-container{width:550px}.container .content-container .title-container{font-family:Jura;font-size:3rem;font-weight:light;color:#36131d;text-decoration:none;text-transform:uppercase;margin-bottom:3rem}.container .content-container .text-container{font-family:Raleway;font-weight:200;font-size:1.6rem;line-height:1.5;text-align:justify}.container .content-container .subtitle-container{font-family:Jura;font-size:2.5rem;font-weight:200;color:#000;text-decoration:none}.container .list-container{font-family:Raleway;font-weight:200;font-size:1.6rem}.container .list-container ul{list-style-type:none}.container .list-container ul li{margin-bottom:15px}.btn{border:none;background-color:transparent;cursor:pointer;outline:none}.icon{font-size:6rem;color:#5d1f20}a{text-decoration:none;color:#000;cursor:pointer}.link-back{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.link-back .icon{margin-right:10px}.link-back .link-text{font-family:Raleway;font-weight:200;font-size:1.6rem;font-size:1.5rem}.counter{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}#landingpage{width:100%;height:94vh;background-image:url(/images/nikolett-harmat.jpeg);background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative}#landingpage .quote-text{text-align:right;position:absolute;bottom:200px;right:80px;color:#f8f8f8;font-family:Arapey;font-size:2.2rem}#about{display:block}#about .overview-section{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;width:70vw;margin:0 auto;padding:10%}#herbarium .search-container{position:absolute;right:80px;bottom:60px;width:35%;font-family:Raleway;font-weight:200;font-size:1.6rem}#herbarium #herbarium-img{width:500px;margin-left:20px;margin-top:30px}#herbarium #herbarium-title{font-family:Arapey;font-size:6rem;color:#e59c2b;text-transform:uppercase;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);transform:rotate(270deg);font-size:11rem;height:120px;position:absolute;bottom:260px;left:350px}#herbarium .result-list{list-style-type:none;position:absolute;right:34%;top:140px}#plant-detail{justify-content:space-around}#plant-detail #detail-img{width:400px;margin-left:80px}#plant-detail .content-container{background-color:#f8f8f8;height:70%;width:50%;margin-right:80px;position:relative;overflow:hidden;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}#plant-detail .content-container .arrow-container{height:180px;width:30px;position:absolute;right:23px;bottom:80px;cursor:pointer}#plant-detail .content-container .arrow-container .arm{width:14px;border:.5px solid #c2c0c0}#plant-detail .content-container .arrow-container .arm:after{content:"";display:block;position:absolute;left:0;bottom:-1px;height:2px;width:0;background:#b3072f}#plant-detail .content-container .arrow-container .left-arm{-webkit-transform:rotate(235deg);-moz-transform:rotate(235deg);transform:rotate(235deg);position:absolute;left:3px;bottom:8px}#plant-detail .content-container .arrow-container .right-arm{-webkit-transform:rotate(300deg);-moz-transform:rotate(300deg);transform:rotate(300deg);position:absolute;left:11px;bottom:9px}#plant-detail .content-container .arrow-container .stem{position:absolute;bottom:77px;right:-60px;width:150px;border:.5px solid #c2c0c0;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg)}#plant-detail .content-container .arrow-container .stem:after{content:"";display:block;position:absolute;left:0;bottom:-1px;height:2px;width:68px;background:#b3072f}#plant-detail .content-container:hover .stem:after{-webkit-animation:scroll-animation-stem 2s forwards;-moz-animation:scroll-animation-stem 2s forwards;animation:scroll-animation-stem 2s forwards}#plant-detail .content-container:hover .arm:after{-webkit-animation:scroll-animation-arm 1.5s forwards;-moz-animation:scroll-animation-arm 1.5s forwards;animation:scroll-animation-arm 1.5s forwards;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;animation-delay:1.5s}@-webkit-keyframes scroll-animation-stem{0%{left:-1px}to{left:82px}}@-moz-keyframes scroll-animation-stem{0%{left:-1px}to{left:82px}}@keyframes scroll-animation-stem{0%{left:-1px}to{left:82px}}@-webkit-keyframes scroll-animation-arm{0%{width:0}to{width:15px}}@-moz-keyframes scroll-animation-arm{0%{width:0}to{width:15px}}@keyframes scroll-animation-arm{0%{width:0}to{width:15px}}.section-shop{background-size:cover;background-position:50%;position:relative;min-height:93vh;width:50%;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.section-shop:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-size:cover;opacity:.95}.tea:before{content:"";background-image:url(/images/bundo-kim.jpeg)}.art:before{content:"";background-image:url(/images/severin-candrian.jpeg)}.section-title{font-family:Jura;font-size:3rem;font-weight:light;color:#36131d;text-decoration:none;text-transform:uppercase;color:#000;background-color:hsla(0,0%,100%,.548);padding:20px;cursor:pointer;text-align:center}.hero{width:100%;height:60vh;position:relative;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/judith-zimmermann.jpeg);background-size:cover;background-position:50%;opacity:.9;z-index:-1}.hero .border-outer{border:1px solid #f8f8f8;position:relative;width:450px;height:150px;border-radius:0 30px 0 30px}.hero .border-outer .border-inner{width:410px;border:1px solid #a4ada4;border-radius:0 30px 0 30px;padding:30px;position:absolute;bottom:11px;right:-10px}.hero .category{font-family:Arapey;font-size:6rem;color:#e59c2b;text-transform:uppercase;color:#f8f8f8;text-align:center}.link-category{padding-right:5%;font-family:Raleway;font-weight:200;font-size:1.6rem;margin-top:70px;text-transform:uppercase;display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end}.link-category .icon-small{margin-right:10px;color:#000;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.link-category .text-link{text-transform:lowercase}.link-category a{color:#000}.link-category a:hover{color:#e59c2b}.shop-overview{padding:5%;margin-top:20px}.items-wrapper{width:80%;margin:0 auto;display:-moz-box;display:flex;flex-wrap:wrap;text-align:center}.items-wrapper>:nth-child(1n+0){width:-moz-calc(-moz-calc(100% - 210px)/4);width:calc(calc(100% - 210px) / 4);margin:0 70px 70px 0}.items-wrapper>:nth-child(4n+0){margin-right:0}.product-detail-inner{min-height:93vh;display:-moz-box;display:flex}.product-detail-inner .left-section{min-height:100%;width:70%;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;background-color:#f8f8f8}.product-detail-inner .left-section .product-detail-img{width:500px;text-align:center}.product-detail-inner .left-section .product-detail-img img{width:70%;-webkit-object-fit:contain;object-fit:contain}.product-detail-inner .right-section{width:30%;min-height:100%;margin-left:auto}.product-detail-inner .right-section .nav-box{border-bottom:1px solid #000;height:70px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.product-detail-inner .right-section .nav-box .icon{font-size:2rem}.inner-cart{width:60vw;min-height:60vh;margin:70px auto 0;border:1px solid #000;padding:30px;position:relative}.inner-cart .empty-cart{text-align:center}.inner-cart .empty-cart .empty-msg{font-family:Raleway;font-weight:200;font-size:1.6rem;margin-top:3rem;color:#bc2e69}.inner-cart .empty-cart img{width:200px}.inner-cart .cart-title{font-family:Jura;font-size:2.5rem;font-weight:200;color:#000;text-decoration:none;color:#6a8161;text-align:center;margin-bottom:100px;text-transform:uppercase}.inner-cart .flex{display:-moz-box;display:flex;font-family:Raleway;font-weight:200;font-size:1.6rem}.inner-cart .cart-content{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;height:40vh;overflow:auto}.inner-cart .cart-content::-webkit-scrollbar{display:none}.inner-cart .btn-checkout{border:1px solid #000;padding:10px;font-family:Raleway;font-weight:200;font-size:1.6rem;position:absolute;right:-1px;bottom:-60px}.inner-cart .btn-checkout:hover{background-color:#bc2e69;color:#fff;border:1px solid #fff}.inner-cart .quantity{margin-right:8px;padding-right:8px;border-right:1px solid #000;display:-moz-box;display:flex}.inner-cart .quantity p{margin-right:5px}.inner-cart .cart-products{-moz-box-pack:justify;justify-content:space-between;-moz-box-align:end;align-items:flex-end;border-bottom:1px dashed #000;padding-bottom:10px}.inner-cart .cart-products .product-details{-moz-box-pack:start;justify-content:flex-start}.inner-cart .cart-products .product-details .product-category{font-size:12px}.inner-cart .cart-products .product-price{-moz-box-pack:end;justify-content:flex-end;-moz-box-align:center;align-items:center}.inner-cart .cart-products .product-price .icon{margin-left:10px;cursor:pointer;font-size:18px;color:#bc2e69}.inner-cart .cart-totals{-moz-box-pack:end;justify-content:flex-end;border-top:1px solid #000;padding-top:15px;margin-top:auto}.checkout-inner{min-height:100vh;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between}.checkout-inner .succes-msg{text-align:center;margin:9rem;padding:2rem;font-family:Jura;font-size:2.5rem;font-weight:200;color:#000;text-decoration:none;color:#bc2e69;border:1px dashed #e59c2b}.checkout-inner .checkout-overview{font-family:Raleway;font-weight:200;font-size:1.6rem;margin-left:10%;min-height:400px;width:30%;border:1px solid #36131d;padding:30px}.checkout-inner .checkout-overview .checkout-wrapper{min-height:350px;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:justify;justify-content:space-between}.checkout-inner .checkout-overview .checkout-wrapper img{width:100px;margin-left:auto}.checkout-inner .checkout-overview .title-container{font-family:Jura;font-size:2.5rem;font-weight:200;color:#000;text-decoration:none;text-transform:uppercase;margin-bottom:30px}.checkout-inner .checkout-overview .text-container{margin-bottom:10px;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.checkout-inner .checkout-overview .total{font-weight:700;border-top:2px solid #36131d;padding-top:10px}@media screen and (max-width:1600px){.container .image-container-horizontal{width:44%}}@media screen and (max-width:1500px){#herbarium #herbarium-img{width:400px}#herbarium #herbarium-title{bottom:225px}#plant-detail #detail-img{width:350px}.content-container{width:45%;margin-left:9rem}.content-container .inner-content .text-container .subtitle-container .content-title{font-size:3rem;bottom:290px}}@media screen and (max-width:1366px){#herbarium #herbarium-title{font-size:9rem;bottom:250px;left:54%;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}#herbarium .search-container{width:39%}.content-container{width:45%}.content-container .title-container{font-family:Jura;font-size:3rem;font-weight:light;color:#36131d;text-decoration:none;text-transform:uppercase;font-size:1.4rem;margin-bottom:3rem}.content-container .text-container{font-family:Raleway;font-weight:200;font-size:1.6rem;line-height:1.5;text-align:justify}.items-wrapper{display:-moz-box;display:flex;flex-wrap:wrap}.items-wrapper>:nth-child(1n+0){width:-moz-calc(-moz-calc(100% - 140px)/3);width:calc(calc(100% - 140px) / 3);margin:0 70px 70px 0}.items-wrapper>:nth-child(3n+0){margin-right:0}}@media screen and (max-width:1130px){#herbarium #herbarium-img{width:400px}#herbarium #herbarium-title{font-size:8rem;bottom:300px;left:54%;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}#herbarium .search-container{bottom:130px}.product-detail-inner .right-section{width:60%}}@media screen and (max-width:1000px){#herbarium #herbarium-title{left:500px;font-size:9rem}}@media screen and (max-width:900px){.content-container{width:40%}.items-wrapper{display:-moz-box;display:flex;flex-wrap:wrap}.items-wrapper>:nth-child(1n+0){width:-moz-calc(-moz-calc(100% - 70px)/2);width:calc(calc(100% - 70px) / 2);margin:0 70px 70px 0}.items-wrapper>:nth-child(2n+0){margin-right:0}#herbarium #herbarium-title{position:static;margin-left:20px;font-size:8rem;margin-top:50px}#herbarium .search-container{width:45%;position:static;margin-left:20px}#herbarium .result-list{right:220px}.container .inner-container{display:block}#plant-detail #detail-img,#plant-detail .content-container{width:80%;margin:30px auto}.section-shop{width:101%}}@media screen and (max-width:768px){.quote-text{right:10px;font-size:2.5rem;width:80%}.overview-section{width:95%;padding-left:3%;padding-right:3%}.container .image-container-horizontal,.container .image-container-vertical{width:500px}.container .content-container .title-container{font-size:1.5rem;margin-top:30px}.container .content-container .text-container{font-size:1.3rem}#herbarium #herbarium-img{width:45%}#herbarium .search-container{margin-top:100px}.inner-content{font-size:1rem}.inner-content .subtitle-container{font-size:2rem}.inner-content .subtitle-container .content-title{font-size:2.5rem}.product-detail-inner{display:block}.product-detail-inner .left-section,.product-detail-inner .right-section{width:100%}.inner-cart .cart-totals{margin-top:400px}.checkout-inner{display:block}.checkout-inner .checkout-overview{width:80%;margin:0 auto 50px}.checkout-inner .checkout-form{width:90%;margin-right:0;margin-left:20px;margin-bottom:30px}.checkout-inner .checkout-form .checkout-title{margin-bottom:30px}}@media screen and (max-width:660px){#herbarium .result-list{position:static;margin-bottom:50px}#herbarium .search-container{width:72%}#plant-detail .inner-content .text-container .flex{display:block}#plant-detail .inner-content .text-container .subtitle-container .content-title{font-size:3rem;text-transform:uppercase;width:590px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);position:static}}@media screen and (max-width:550px){.container{min-height:186vh}.nav-container{-moz-box-pack:start;justify-content:flex-start;padding-top:5px;padding-bottom:5px}.nav-container .main-title{font-size:2rem!important}.nav-container .full-menu{margin-left:auto}.nav-container .full-menu .menu-section{display:none!important}.nav-container .dropdown{display:-moz-box!important;display:flex!important}.nav-container .dropdown .hamburger-menu{display:block}#landingpage .quote-text{bottom:148px;right:34px}#about .overview-section{display:block}.container .content-container{width:100%;margin-left:0}.container .content-container .title-container{font-size:1.5rem;margin-top:30px}.container .image-container-horizontal,.container .image-container-vertical{width:250px}.container .inner-container{display:block}#herbarium #herbarium-title{font-size:6rem;margin-left:10px;margin-top:20px;text-align:center}#herbarium #herbarium-img{width:100%;margin-left:0;margin-top:0}#herbarium .result-list{margin:0 auto;position:static}#herbarium .search-container{width:90%;margin:300px auto 100px;position:static}#plant-detail .content-container .inner-container .text-container .subtitle-container{width:100%}#plant-detail .content-container .inner-container .text-container .subtitle-container .content-title{position:static;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}#plant-detail .inner-content .text-container .flex{display:block}.inner-content .text-container .list-container{margin-left:20px}#plant-detail .inner-content .text-container .subtitle-container .content-title{margin-left:20px;font-size:2rem}#plant-detail .content-container .arrow-container{right:13px}.items-wrapper{display:-moz-box;display:flex;flex-wrap:wrap}.items-wrapper>:nth-child(1n+0){width:-moz-calc(-moz-calc(100% - 0)/1);width:calc(calc(100% - 0px) / 1);margin:0 70px 70px 0;margin-right:0}.hero .border-outer{width:300px;height:80px}.hero .border-outer .border-inner{width:260px;padding:20px}.hero .category{font-family:Arapey;font-size:6rem;color:#e59c2b;text-transform:uppercase;font-size:3rem;color:#f8f8f8;text-align:center}.inner-cart .cart-products{display:block;border-bottom:none;height:300px;overflow-y:auto}.inner-cart .cart-products .quantity{-moz-box-pack:center;justify-content:center;border-right:none;margin-top:10px;margin-bottom:10px}.inner-cart .cart-products .icon{margin-top:20px}.inner-cart .cart-products .product-price{display:block}.inner-cart .cart-totals{margin-top:50px}.footer-container{padding-left:9px!important;padding-right:9px!important;padding-top:20px;padding-bottom:20px;width:96%;margin:0 auto}.footer-container .footer-text .footer-title{font-size:1.8rem}.footer-container .footer-text:after{width:150px}}.nav-container{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;width:100%;height:8vh;background-color:#fcfcfc;position:relative}.nav-container .main-title{padding-left:20px;width:-moz-fit-content;width:fit-content;font-family:Bad Script;font-size:3.5rem}.nav-container .full-menu{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;margin-right:10px}.nav-container .full-menu .cart-quantity{margin-right:10px}.nav-container .full-menu .menu-section{display:-moz-box;display:flex}.nav-container .full-menu .link{text-transform:uppercase;margin-right:10px;font-family:Jura;font-size:2.5rem;font-weight:200;color:#000;text-decoration:none;font-size:1.6rem}.nav-container .full-menu .link:hover{color:#e59c2b;border-bottom:1px solid #6a8161;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s}.nav-container .full-menu .cart-quantity{font-family:Raleway;font-weight:200;font-size:1.6rem;border-left:1px solid #65495c;border-right:1px solid #65495c;padding:5px}.nav-container .logo{position:absolute;left:50%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);transform:translate(-50%)}.nav-container .dropdown{font-family:Raleway;font-weight:200;font-size:1.6rem;text-transform:capitalize;position:relative;display:none;-moz-box-align:center;align-items:center;height:50px}.nav-container .dropdown .cart-quantity{margin-left:10px;margin-right:10px;border:1px solid #e59c2b;border-radius:50px;padding:5px}.nav-container .dropdown:hover .dropdown-content{display:block}.nav-container .dropdown .dropdown-content{font-family:Raleway;font-weight:200;font-size:1.6rem;text-transform:capitalize;padding:20px;display:none;position:absolute;right:0;bottom:-145px;background-color:#f9f9f9;min-width:160px;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1}.nav-container .dropdown .dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block;margin-bottom:10px}.nav-container .dropdown .dropdown-content a:hover{background-color:#f1f1f1}.nav-container .hamburger-menu{font-size:35px;margin-right:20px;padding-top:8px;cursor:pointer;color:#36131d;display:none;-moz-box-align:center;align-items:center}.search-container .btn{font-family:Raleway;font-weight:200;font-size:1.6rem;color:#bc2e69;padding:0}.search-container .search-word{font-size:25px;text-transform:uppercase}.search-container .options{color:#bc2e69}.search-container .options .radio-btn{margin-right:5px}.search-container .options .radio-label{margin-right:10px}.search-container .search-form{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;margin-top:20px}.search-container .search-form .select-div{min-width:85%;position:relative}.search-container .search-form .select-div select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:""}.search-container .search-form .select-div:after{content:"<>";font-family:Raleway;font-weight:200;font-size:1.6rem;color:#333;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg);right:11px;top:15px;padding:0 0 2px;border-bottom:1px solid #999;position:absolute;pointer-events:none}.search-container .search-form .select-field{width:100%;padding:15px;outline:none;border-radius:10px;font-family:Raleway;font-weight:200;font-size:1.6rem}.result-item{font-family:Raleway;font-weight:200;font-size:1.6rem;text-decoration:none;margin-bottom:25px;text-transform:capitalize}.result-item a{text-decoration:none;color:#65495c}.result-item a:hover{color:#bc2e69}.result-item:before{content:"";position:absolute;width:25px;height:25px;left:30px}#item-1:before{border-bottom:3px solid #65495c}#item-2:before{border-bottom:3px solid #bc2e69}#item-3:before{border-bottom:3px solid #6a8161}#item-4:before{border-bottom:3px solid #e59c2b}.inner-content{position:relative;padding-right:80px;height:90%;width:80%;font-family:Raleway;font-weight:200;font-size:1.6rem;overflow-y:scroll;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.inner-content::-webkit-scrollbar{display:none}.inner-content .text-container{-moz-box-align:center;align-items:center}.inner-content .text-container .flex{display:-moz-box;display:flex}.inner-content .text-container .subtitle-container{width:15%;margin-right:20px}.inner-content .text-container .subtitle-container .content-title{font-family:Jura;font-size:2.5rem;font-weight:200;color:#000;text-decoration:none;color:#e59c2b;font-size:3rem;text-transform:uppercase;width:590px;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);transform:rotate(270deg);position:absolute;left:-257px;top:95px}.inner-content .text-container .list-container{min-height:500px;margin-top:20px;width:100%}.inner-content .text-container .symboliek{min-height:500px;margin-left:23px;margin-top:50px;margin-bottom:50px;width:100%}.inner-content .text-container .symboliek .subtitle-container{color:#bc2e69;text-transform:uppercase;margin-bottom:20px}.inner-content .text-container #products{margin-left:20px;width:90%}.inner-content .text-container #products .subtitle-container{color:#65495c;text-transform:uppercase}.inner-content .text-container #products .text{font-family:Raleway;font-weight:200;font-size:1.6rem;margin-bottom:20px}.inner-content .text-container .list{list-style-type:none;color:#6a8161;padding-left:0}.inner-content .text-container .list a{margin-bottom:10px;line-height:1.5}.inner-content .text-container .list a:hover{color:#e59c2b}.inner-content .text-container .list-qualities{display:-moz-box;display:flex;flex-wrap:wrap;border:1px solid #6a8161;padding:5px;margin-bottom:20px}.inner-content .text-container .list-qualities li{margin-right:10px;color:#65495c}.inner-content .text-container .list-qualities li:last-child{margin-right:0}.shop-product-link .card{background-color:hsla(0,0%,94.5%,.521);border-radius:5px;-webkit-box-shadow:0 0 20px 8px #d0d0d0;box-shadow:0 0 20px 8px #d0d0d0;position:relative}.shop-product-link .card:hover{-webkit-box-shadow:0 0 15px 5px #d0d0d0;box-shadow:0 0 15px 5px #d0d0d0}.shop-product-link .card .product-img{width:100%}.shop-product-link .card .info-container{padding:20px;height:50px;position:relative;background-color:hsla(0,0%,100%,.664)}.shop-product-link .card .info-container .product-title{font-family:Raleway;font-weight:200;font-size:1.5rem;color:#f8f8f8;text-decoration:none;text-transform:uppercase;color:#5d1f20}.shop-product-link .card .info-container p{font-family:Raleway;font-weight:200;font-size:1.6rem;background-color:#fce9d4;color:#5d1f20;padding-top:5px;padding-bottom:5px;position:absolute;bottom:17%;left:0;width:70%}.product-info{overflow:auto;padding:60px;font-family:Raleway;font-weight:200;font-size:1.6rem;line-height:1.5;font-size:1.5rem}.product-info .product-title{line-height:1.5;text-transform:uppercase;margin-bottom:15px;font-size:20px}.product-info .product-price{margin-bottom:15px}.product-info .success-msg{color:#bc2e69;background-color:#e59c2b;padding-left:5px}.product-info .stock-msg{color:#e59c2b;line-height:2;text-align:center;margin-top:30px;margin-bottom:30px}.product-info .btn-container{width:100%;margin-top:30px;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.product-info .btn-container .add-btn,.product-info .btn-container input{font-family:Raleway;font-weight:200;font-size:1.6rem}.product-info .btn-container .add-btn{width:90px;border:1px solid #000;line-height:1.9}.product-info .btn-container .add-btn:hover{background-color:#bc2e69;color:#fff;border:1px solid #fff}.product-info .product-description{margin-top:40px;padding:10px}.product-info .plant-list{margin-top:30px;list-style-type:none;display:-moz-box;display:flex;flex-wrap:wrap;padding:0}.product-info .plant-list-item{margin-right:15px;margin-bottom:15px;text-transform:capitalize}.product-info .plant-list-item:hover{text-decoration:underline}.checkout-form{font-family:Raleway;font-weight:200;font-size:1.6rem;width:35%;margin-right:10%}.checkout-form .checkout-title{font-family:Jura;font-size:3rem;font-weight:light;color:#36131d;text-decoration:none;text-transform:uppercase;color:#e59c2b;margin-bottom:30px}.checkout-form label{display:block;font-weight:700}.checkout-form input{font-family:Raleway;font-weight:200;font-size:1.6rem;font-size:1.5rem;line-height:1.5;display:block;width:100%;margin-bottom:10px;margin-top:10px;outline:none}.checkout-form input::-webkit-inner-spin-button,.checkout-form input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.checkout-form #country{display:block}.checkout-form .form-elements{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.checkout-form .form-elements .label-wrapper{display:-moz-box;display:flex;flex-wrap:wrap;-moz-box-align:center;align-items:center}.checkout-form .form-elements .label-wrapper label{margin-right:1rem}.checkout-form .form-elements .name-wrapper{width:45%}.checkout-form .form-elements .address-wrapper{width:75%}.checkout-form .form-elements .number-wrapper{width:15%}.checkout-form .form-elements select{padding:10px;margin-top:10px;font-family:Raleway;font-weight:200;font-size:1.6rem;outline:none}.checkout-form .error-msg{display:block;color:#bc2e69;font-size:1.2rem}.checkout-form .btn-order{border:1px solid #000;padding:10px;margin-top:20px}.checkout-form .btn-order:hover{background-color:#bc2e69;color:#fff;border:1px solid #fff}.footer-container{border-top:1px solid #000;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;padding:50px;font-family:Raleway;font-weight:200;font-size:1.6rem;font-size:1.3rem}.footer-container .footer-text{position:relative}.footer-container .footer-text .footer-title{font-size:2rem;font-weight:400}.footer-container .footer-text:after{content:"";width:200px;height:18px;background-color:#fce9d4;bottom:0;left:-3px;position:absolute;z-index:-1}