@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);:root{--view_phones:480px;--view_tablets:768px;--view_laptops:1279px;--view_desktop:1280px}body,html{scroll-behavior:smooth}*{margin:0;padding:0}*,:after,:before{box-sizing:border-box}main{display:flex;flex-direction:column}.button__naver{color:#fff;border-radius:.2rem;border:none}.button__light,.button__naver{padding:.5rem 1rem;cursor:pointer}.button__light{background:#fff;border-radius:.2rem;transition:transform .25s ease-in-out}.button__light span{margin-left:1rem}.button__dark{background:#000;color:#fff;font-size:1.6rem;padding:.5rem 1rem;border-radius:.2rem;cursor:pointer;transition:transform .25s ease-in-out}.button__dark span{margin-left:1rem;font-size:1.6rem}.button__dark:hover{transform:scale(1.05);transition:transform .25s ease-in-out}.button__lightPrimary{background:#000;color:#fff;border:none;font-size:1.6rem;padding:1rem 2rem;border-radius:.2rem;cursor:pointer}.button__lightPrimary span{margin-left:1rem;font-size:1.6rem}.button__lightPrimary:hover{background:#272727}:root{--clr-light-text:#fff;--clr-medium-text:#575757;--clr-dark-text:#000;--clr-light-bg:#ebebeb;--clr-dark-bg:#1c1c1e}*{font-family:Lato,Nanum Gothic,Arial,malgun gothic,맑은고딕,Roboto,NanumGothic,dotum,돋움,sans-serif;font-size:10px}h1{font-size:3rem;margin:2rem;line-height:4rem}h1,h2{font-weight:100}h2{font-size:1.8rem;text-align:center}h3{font-weight:700;font-size:1.6rem}p{font-size:1.4em;line-height:1.8rem;font-weight:300;color:#585858}textArea{background:#fff;border-radius:.2rem;border:none;color:#000;padding:1rem 1.6rem;display:inline;font-size:1.4rem;margin:.5rem 1rem;height:15rem;resize:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}form{display:flex;flex-direction:column;max-width:650px;margin:auto}input{margin:.5rem 1rem;background:#fff;border-radius:.2rem;border:none;color:#000;padding:1rem 1.6rem;display:inline}a,button,input,label,li,strong{font-size:1.4rem}.inputBox_effect1{position:relative;width:100%;min-height:2.8rem;margin-bottom:1.5rem}.inputBox_effect1:last-child{margin-bottom:0}.inputBox_effect1 input,.inputBox_effect1 input:required,.inputBox_effect1 textarea{top:0;left:0;width:100%;border:2px solid #838181;background:#fff;color:#000;margin:0;border-radius:4px;box-sizing:border-box;outline:none;font-size:1.6rem}.inputBox_effect1 input:focus,.inputBox_effect1 input:required:focus,.inputBox_effect1 textarea:focus{border:2px solid #1f79ad}.inputBox_effect1 input:focus~span,.inputBox_effect1 input:required:focus~span,.inputBox_effect1 input:required:valid~span,.inputBox_effect1 input:valid~span,.inputBox_effect1 textarea:focus~span,.inputBox_effect1 textarea:valid~span{transform:translateY(-1rem) translateX(.75rem);font-size:1.6rem;color:#1f79ad;background:#fff;padding:.2rem .5rem}.inputBox_effect1 span{position:absolute;top:0;left:0;padding:1rem;display:inline-block;pointer-events:none;transition:.5s;color:#999;font-size:1.6rem}.floatingSocialIcons{position:sticky;bottom:0;right:0;padding:1rem;border-radius:1rem;display:flex;flex-flow:column nowrap;align-items:flex-end}.floatingSocialIcons img{width:4rem;height:4rem;margin:.5rem;cursor:pointer;transition:.25s ease-in-out}.floatingSocialIcons img:hover{transform:scale(1.1)}.footerSection{width:100%;font-family:dotum;display:flex;flex-direction:column;align-items:center;margin-top:3rem}.footerSection__wrapper{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto}.footerSection__wrapper div{margin:1em;flex-grow:1}.footerSection__wrapper div a,.footerSection__wrapper div p,.footerSection__wrapper div strong{font-size:1.4rem;line-height:1.4rem;margin:1rem}.socialCard{margin:1em;display:flex;align-items:center;text-decoration:none;cursor:pointer;transition:transform .15s ease-in-out}.socialCard label{cursor:pointer;font-size:1.4rem;line-height:1.4rem}.socialCard:hover{transform:scale(1.05);transition:transform .15s ease-in-out}.socialCard img{height:2em;margin-right:.5em}.copyrightNotice{display:flex;justify-content:center;font-size:1.4rem;line-height:1.4rem;margin:1em 0}@media (min-width:1440px){.footerSection__wrapper{width:1440px;display:flex;flex-direction:row;flex-wrap:wrap;margin:auto}}.header{background:#fff;height:5.5rem;position:sticky;width:100%;z-index:999;top:0;font-family:Roboto,arial,dotum,sans-serif;display:flex;align-items:center}.header img{margin:.8rem 2.6rem;height:2.2rem;cursor:pointer}.header nav{position:absolute;background:#fff;width:100%;text-align:right;top:100%;right:0;transform:scaleY(0);transform-origin:top;transition:transform .4s ease-in-out}.header nav lu{margin:0;padding:0;height:100%}.header nav li{list-style:none;margin:2rem;cursor:pointer}.header nav label{color:var(--clr-dark-text);text-decoration:none;font-size:1.3rem;text-transform:uppercase;opacity:0;transition:opacity .15s ease-in-out;cursor:pointer}.header__navToggleInput{display:none}.header__navToggleInput:checked~nav{transform:scale(1)}.header__navToggleInput:checked~nav label{opacity:1;transition:opacity .25s ease-in-out .25s}.header__navToggleLabel{position:absolute;top:0;right:0;margin-right:2em;height:100%;display:flex;align-items:center}.header__navToggleLabel span,.header__navToggleLabel span:after,.header__navToggleLabel span:before{display:block;background:var(--clr-dark-text);height:.12rem;width:1.6em;border-radius:2px;position:relative}.header__navToggleLabel span:after,.header__navToggleLabel span:before{content:"";position:absolute}.header__navToggleLabel span:before{bottom:.5rem}.header__navToggleLabel span:after{top:.5rem}.header__login{background:#8a0000;color:#fff;font-size:1.3rem;border-radius:10rem;padding:.65em 1.2em;cursor:pointer;display:inline-block;margin:1rem 2rem 3rem}.header__login:hover{background:#b30000}@media screen and (min-width:1100px){.header{display:flex;font-weight:700;background:#fff;align-items:center;justify-content:space-between;padding:0 5%}.header__navToggleLabel{display:none}.header img{max-height:4rem}.header img,.header img:hover{transition:transform .15s ease-in-out}.header img:hover{transform:scale(1.025)}.header nav{all:unset;margin:auto}.header nav ul{display:flex;justify-content:flex-end}.header nav li{font-size:1rem;margin:.5em 1.5em}.header nav label{opacity:1;position:relative}.header nav label:after{content:"";display:block;height:2px;background:var(--clr-dark-text);position:absolute;bottom:-.5em;left:0;right:0;transform:scaleX(0);transition:transform .25s ease-in-out}.header nav label:hover:after{transform:scale(1)}.header__login{margin:0 0 0 1.2rem}}.ProductCard__title{font-size:1.6rem;margin-bottom:1rem;color:#585858}.ProductCard section{padding-top:1.5rem}.ProductCard__info{display:flex;justify-content:space-between}.ProductCard__description{margin-bottom:1.6rem}.ProductCard__priceOnline{color:#585858;text-decoration:line-through;display:inline-block;margin-right:1rem}.ProductCard__pricePromotion{font-size:1.7rem;color:#585858;margin:.5rem 0}.ProductCard__priceDifference{color:maroon;font-size:1.7rem;font-weight:700}.ProductCard__links{width:100%;margin:1rem auto;display:flex;align-items:center;border-radius:5px;padding:.5rem 0}.ProductCard__links label{margin:0 1rem 0 0}.ProductCard__links img{border-radius:10px;height:3.5rem;cursor:pointer;margin-right:1rem;transition:transform .25s ease-in-out}.ProductCard__links img:hover{transform:scale(1.1);transition:transform .25s ease-in-out}.ProductCard__links img:nth-child(2){border:1px solid rgba(73,73,73,.5)}.ProductCard__links p{margin:1rem}.GiftsetCard{max-width:400px;background:#fff}.GiftsetCard section{padding:1.5rem}.GiftsetCard__title{margin-bottom:1rem}.GiftsetCard__description{font-style:italic;margin-bottom:1.6rem}.GiftsetCard__inventory{margin-bottom:1.6rem;margin-left:1.6rem}.GiftsetCard__info{display:flex;justify-content:space-between}.GiftsetCard button{margin-bottom:1rem}.modal{display:none;z-index:99999999;background:hsla(0,0%,39.2%,.308);position:fixed;top:0;bottom:0;left:0;right:0;justify-content:center;text-align:center}.modal,.modal div{display:flex;flex-flow:column nowrap;align-items:center}.modal div{background:#fff;padding:1rem;margin:1rem;filter:drop-shadow(0 0 10px rgba(0,0,0,.4))}.modal:focus{outline:none}.modal img{max-width:100px;margin:2rem}.modal strong{font-size:1.6rem}.modal p{max-width:450px;margin:.5rem}.modal button{margin:1rem auto;width:150px}.firebaseAuth{margin:2rem;height:100%}.instagram h2{margin:2rem}.instagram__errorMessage{text-align:center;color:red;font-size:18px}.instagramItems{display:flex;flex-wrap:wrap}.instagramItem{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 2);display:block;position:relative}.instagramItem:nth-child(5){display:none}.instagramImg{position:relative;display:block;width:100%;height:100%;transition:.25s;object-fit:cover;-webkit-backface-visibility:hidden;backface-visibility:hidden}.instagramIcon{display:flex;justify-content:center;align-items:center;position:absolute;top:1rem;left:.5rem;width:calc(100% - 1rem);height:calc(100% - 2rem);z-index:100;font-weight:600;font-size:1rem;color:#fff;padding:2rem;opacity:0}.instagramIcon:hover{opacity:1;background-color:rgba(0,0,0,.3803921568627451)}@media (min-width:480px){.instagramItem{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 2);padding:0}.instagramItem:nth-child(5){display:none}}@media (min-width:764px){.instagramItems{padding:0}.instagramItem{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 3);padding:0}.instagramItem:nth-child(4),.instagramItem:nth-child(5){display:none}}@media (min-width:1279px){.instagramItems{padding:0}.instagramItem{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 5);padding:0}.instagramItem:nth-child(4),.instagramItem:nth-child(5){display:block}}.giveaway{position:relative;width:100%;text-align:center;filter:drop-shadow(0 0 15px #bfbfbf);display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.giveaway__imageDiv{height:350px;width:90%;margin:1.6rem;position:relative}.giveaway form{margin:1rem;z-index:1}.giveaway form p{margin:.6rem 0}.giveaway form button{margin-bottom:5rem}.giveaway__description{padding-bottom:3rem}@media (min-width:768px){.giveaway{min-height:800px}.giveaway__imageDiv{width:40%;height:650px;margin:0}.giveaway form{width:50%;margin:1rem}.giveaway form button{width:200px;margin:auto auto 5rem}}.biltongVsJerky{background-repeat:no-repeat;background-size:cover;background-position:50%;display:flex;flex-flow:row wrap;justify-content:center}.biltongVsJerky section{padding:1rem;width:100%}.biltongVsJerky table{margin:1rem auto}.biltongVsJerky table td,.biltongVsJerky table th{text-align:center;margin:1rem;padding:.4rem 1rem;font-size:1rem}.biltongVsJerky table th{border-bottom:1px solid #000}.biltongVsJerky__videoDiv{position:relative;padding-bottom:56.25%;height:0}.biltongVsJerky__videoDiv iframe{position:absolute;width:100%;height:100%;left:0;top:0}@media (min-width:950px){.biltongVsJerky{flex-flow:row nowrap;height:500px;max-width:1400px;margin:auto}.biltongVsJerky section{width:50vw;display:flex;justify-content:center;align-items:center}.biltongVsJerky__videoDiv{width:100%}}@media (min-width:1279px){.biltongVsJerky{max-width:1820px}.biltongVsJerky section{margin:3rem 0}}.home__heroSection{height:95vh;width:100%;margin:0;padding:0;position:relative}.home__heroSection__logo{height:90%;width:55%;max-width:250px;margin:0 auto;position:relative}.shipping{display:flex;flex-flow:column wrap}.shipping img{width:60vw;max-width:300px;margin:3rem auto 0}.shipping div{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;margin:3rem auto 5rem}.shipping div h2{color:#fd2121}@media (min-width:768px){.shipping{flex-flow:row wrap;justify-content:center}.shipping div,.shipping img{margin:3rem}}.onlineStores{width:100%}.onlineStores h2{padding-top:3rem}.onlineStores section{width:100%;display:flex;flex-flow:row nowrap;justify-content:space-around;padding:1rem}.onlineStores__logoDiv{position:relative;width:40%;max-width:200px;height:100px;margin:2rem;transition:transform .25s ease-in-out}.onlineStores__logoDiv:hover{transform:scale(1.1);transition:transform .25s ease-in-out;cursor:pointer}@media (min-width:768px){.onlineStores section{padding:2rem}}.giftsets{width:100%}.giftsets__header{padding-top:3rem;padding-bottom:3rem;text-align:center;margin:0 1rem}.giftsets__company__logos{margin:1rem;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.giftsets__company__logos img{margin:auto;max-width:30%}.giftsets__company__logos span{font-size:3rem;font-weight:700;color:var(--clr-medium-text);margin:1.2rem}.giftsets__company__description{margin-bottom:2rem}@media (min-width:480px){.giftsets__header,.giftsets__section{max-width:450px;margin:auto}.giftsets__company__logos{max-width:450px;margin:1rem auto}}@media (min-width:768px){.giftsets__header{max-width:768px}.giftsets__company{max-width:1000px;margin:auto}.giftsets__section{margin:1rem;max-width:1280px}}@media (min-width:1280px){.giftsets__section{margin:1rem auto;width:1600px}}.giftset{background:#fff}.giftset__imageDiv{height:65vh;width:100%;position:relative}.giftset__logoDiv{height:25vh;width:70%;margin:auto;position:relative}.giftset__infoDiv{padding:1.5rem}.giftset__title{margin-bottom:1rem}.giftset__description{font-style:italic;margin-bottom:1.6rem}.giftset__inventory{margin-bottom:1.6rem;margin-left:1.6rem}.giftset__info{display:flex;justify-content:space-between}.giftset button{margin-bottom:1rem}.giftset__galleryItems{width:100%;display:flex;flex-flow:row wrap}.giftset__galleryItem{width:50%}@media (min-width:768px){.GiftsetCard{max-width:100%;display:flex;flex-flow:row nowrap}.GiftsetCard section{width:60%;margin-left:1.6rem}}.biltong{padding:2rem 0 4rem}.biltong__heroSection{height:65vh;background-image:url(/_next/static/media/307A0480.b3343f3db2dad90b0c37877a15a39ebe.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%;display:flex;flex-flow:column wrap;justify-content:center;align-content:center}.biltong__heroSection img{max-height:30%;margin:0 1rem 10rem}.biltong__title{margin:3rem 1rem 1rem;text-align:center}.biltong__description{text-align:center;margin:auto auto 1rem;padding:1rem;max-width:500px}.biltong__cards{margin:auto}.biltong__card{width:100vw;max-width:450px;background:#fff}@media (min-width:500px){.biltong__card{margin-bottom:3rem}}@media (min-width:768px){.biltong__heroSection{display:none}.biltong__description{max-width:500px}.biltong__cards{width:100%;display:flex;flex-flow:row nowrap;justify-content:center}.biltong__card{margin:1rem}}@media (min-width:1279px){.biltong__cards{max-width:1800px}}.biltongSticks{position:relative;width:100%;text-align:center}.biltongSticks__wrapper{margin:0 auto;display:flex;flex-flow:row wrap;align-items:center}.biltongSticks h2{margin:3rem auto 1rem}.biltongSticks p{margin:1rem 1rem 3rem}.biltongSticks__imageDiv{height:650px;width:100%;position:relative}.biltongSticks__table{width:100%;text-align:center}.biltongSticks__table th{text-align:center}.biltongSticks__table tr{text-align:center;padding:auto}.fatSlider{-webkit-appearance:none;height:5px;padding:0;border-radius:5px;background:#d3d3d3;outline:none;opacity:.7;transition:opacity .2s}.fatSlider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:10px;border-radius:50%;background:#a3a3a3}.fatSlider::-moz-range-thumb{width:10px;height:10px;border-radius:50%;background:#04aa6d;cursor:pointer}.merch{padding:2rem 0 4rem}.merch__heroSection{height:65vh;background-image:url(/_next/static/media/20200905_183457.d9f407a2408f6c90aab0e534a71e4749.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%;display:flex;flex-flow:column wrap;justify-content:center;align-content:center}.merch__heroSection img{max-height:30%;margin:0 1rem 10rem}.merch__title{margin:3rem 1rem 1rem;text-align:center}.merch__description{text-align:center;margin:auto auto 1rem;padding:1rem;max-width:500px}.merch__cards{margin:auto}.merch__card{width:100vw;max-width:450px;background:#fff}@media (min-width:500px){.merch__card{margin-bottom:3rem}}@media (min-width:768px){.merch__heroSection{display:none}.merch__description{max-width:70%}.merch__cards{width:100%;display:flex;flex-flow:row nowrap;justify-content:center}}@media (min-width:1279px){.merch__cards{max-width:1800px}.merch__card{margin:1rem}}.about{width:100%}.about__splash{position:relative;height:65vh;width:100%;background-repeat:no-repeat;background-size:cover;background-position:50%}.about__splash h1{position:absolute;z-index:1;color:#fff;height:100%;width:100%;align-items:center;margin:auto}.about__splash h1,.about section{display:flex;justify-content:center}.about section{margin:0;text-align:center;flex-flow:column wrap}.about section div{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;min-height:350px;margin:auto}.about section h2{margin-top:1.6rem}.about section p{line-height:2rem;margin:2rem 1rem;max-width:850px}.about__imageDiv{width:100%;position:relative}@media screen and (min-width:768px){.about__imageDiv{max-width:850px}}@media screen and (min-width:850px){.about{padding:0 0 3rem}}@media screen and (min-width:1600px){.about{display:flex;flex-flow:row wrap;justify-content:space-around;align-items:flex-start}.about section{margin:0 auto;padding:1rem}.about__imageDiv{width:100%;margin:0}}.contact{background:#fff;width:100%;display:flex;flex-flow:column nowrap;align-items:center}.contact__info__headerLine{background:var(--clr-dark-text);height:.1rem;width:3rem;margin:4rem auto 2rem}.contact__info h2{color:var(--clr-dark-text);margin:1rem}.contact__info p{text-align:center;max-width:500px;margin:auto;padding:1rem}.contact form{padding:1rem;width:100%}.contact form input{width:100%}@media (min-width:768px){form button{width:200px;margin:auto}}@media (min-width:1279px){.contactSection_wrapper{width:100%}.contactSection{display:flex;flex-flow:row wrap;max-width:var(--view_desktop);margin:auto}.contactSection_info h2{margin-top:10rem;text-align:left}.contactSection_info p{text-align:left;margin:1rem;padding:0}.contactSection_social{text-align:left;margin:3rem 1rem 1rem}.contactSection_social img{cursor:pointer;transition:transform .15s ease-in-out;margin:1rem 1.6rem 1rem 0}.contactSection_social img:hover{cursor:pointer;transform:scale(1.2);transition:transform .15s ease-in-out}.contactSection form{width:100%;margin:10rem auto auto}.contactSection form>button{margin-left:auto;margin-right:1rem}}.backorder{min-height:100vh;width:100vw}.backorder__logo{margin:2rem auto;width:150px}.backorder__title{color:#000;margin:0 auto;max-width:400px}.backorder__description{color:#000;margin:auto;max-width:400px;padding:.5rem 2.8rem;text-align:center}.backorder__form{position:relative;padding:1rem 2.8rem;width:100%;margin:2rem auto}.backorder__form textarea{height:10rem}.backorder__copyrightNotice{color:#000}.backorderHistory{width:100vw;min-height:100vh}.backorderHistory h1{text-align:center;margin:4rem auto 1rem}.backorderHistory button{margin:0;padding:.7rem;position:fixed;background:#d3d3d3}.backorderHistory button:first-child{left:0;width:80%}.backorderHistory button:nth-child(2){right:0;width:20%}.backorderHistory__list{width:100%}.backorderItem{width:100%;border-top:1px solid #000;padding:1rem 5rem;display:flex}.backorderItem div{width:50%}.spiceCalc{margin:0;padding:0;min-height:100vh;width:100vw;font-family:Montserrat,sans-serif;color:#fff;background:linear-gradient(90deg,#485563,#29323c)}.spiceCalc__header{display:flex;flex-direction:column;flex-wrap:wrap;text-align:center}.spiceCalc__header img{margin:3rem auto;width:150px}.spiceCalc__header p{font-style:"trajan";margin:.5rem 1rem}.spiceCalc__form{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;margin:1rem auto}.spiceCalc__form input{text-align:center;width:50pt;color:#000;margin:0 5pt 0 10pt;padding:.5rem}.spiceCalc__outputArea{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:25pt 10pt;text-align:center;height:100%}.spiceCalc__outputArea__spiceItem{margin:10pt 30pt}.spiceCalc__outputArea__spiceItem__item{margin:0}.spiceCalc__outputArea__spiceItem__qty{font-size:30pt;margin:0 6px 0 0}.spiceCalc__outputArea__spiceItem__unit{margin:0}.spiceCalc__est{margin:1rem}.spiceCalc__est li{list-style-type:none;margin:.5rem 3rem}.spiceCalc__backToWebsiteButton{position:absolute;top:1rem;right:1rem}.spiceCalc__copyrightNotice{margin-top:auto;font-style:italic;text-align:center}.rfq__dashboardButton{position:sticky;left:1rem;top:1rem;z-index:1;margin:0;width:120px;padding:.6rem}.rfq header{text-align:left;padding:1rem;width:100%;display:flex;flex-flow:column nowrap;align-items:center}.rfq header img{width:150px;margin:1rem}.rfq header h1,.rfq header p{text-align:center}.rfq__underMinQty{color:red;font-weight:700}.rfq__overMinQty{color:green}.rfq__costPerBag{color:#a7a7a7;font-style:italic}.rfq__BagsWholesale section{width:100%}.rfq__BagsWholesale img{width:100%;margin-top:2rem}.rfq__BagsWholesale--title{margin:1rem;text-align:left}.rfq__BagsWholesale--description{margin:1rem}.rfq__BagsWholesale--retail{background:#ccc;padding:1rem;margin:1rem;text-align:center}.rfq__BagsWholesale--wholesale{padding:1rem}.rfq__BagsWholesale--wholesale p{text-align:right}.rfq__BagsWholesale--wholesale label{margin-left:2rem}.rfq__orderSummary{border-top:4px dashed #000;margin-top:2rem;padding:1rem}.rfq__orderSummary input{display:none}.rfq__orderSummary p{display:flex;flex-flow:row nowrap;justify-content:space-between}.rfq__orderSummary label{text-align:center}.rfq__orderSummary button{margin:2rem auto;width:100%}.rfq__orderSummary--total{font-size:1.2rem;font-weight:700}.rfq__orderSummary h3{margin:1rem 0}.rfq__orderSummary--headings{border-bottom:1px solid #000}.rfq__deliveryDetails{padding:1rem;background:#d3d3d3;margin:3rem 0 1rem}@media (min-width:768px){.rfq{display:flex;flex-flow:row wrap;justify-content:space-around;align-items:flex-start}.rfq header{margin:auto}.rfq header p{max-width:650px}.rfq__BagsWholesale{width:500px}.rfq__orderSummary{width:100%}}@media (min-width:1279px){.rfq{max-width:1280px;margin:auto}.rfq__BagsWholesale{width:45%}}.authPage{display:flex;flex-flow:column nowrap;align-items:center;margin:0;padding:0;min-height:100vh;width:100vw;font-size:1.4rem;font-family:Montserrat,sans-serif;color:#fff;background:linear-gradient(90deg,#485563,#29323c);text-align:center}.authPage__wrapper{margin:auto;padding:1rem}.authPage__errorMessage{color:#fff}.authPage h2{margin-bottom:2rem}.authPage img{max-width:200px;margin:0 auto 3rem}.authPage button,.authPage input{margin:.5rem 0;min-width:320px}.authPage a{display:inline-block;margin-top:3rem;color:#fff}.authPage a:first-child{margin-right:2rem}.authPage p{max-width:650px}.authPage button{width:100%;margin:2rem 0}.authPage__confirmButton{background:#c00;color:#fff;border:none;margin-bottom:10rem}.authPage__confirmButton:hover{background:#b30000}.dashboard{display:flex;flex-flow:column nowrap;align-items:center;margin:0;padding:0 0 2rem;min-height:100vh;width:100vw;font-size:1.4rem;font-family:Montserrat,sans-serif;color:#fff;background:linear-gradient(90deg,#485563,#29323c);text-align:center}.dashboard__backToWebsiteButton,.dashboard__signOutButton{margin:1rem}.dashboard__tools{width:100%;margin:3rem auto;display:flex;flex-flow:row wrap;justify-content:space-around}.dashboard__tools__tool{border:3px solid #fff;padding:1.4rem;margin:1.4rem;display:flex;flex-flow:column wrap;align-items:center;justify-content:center;width:150px;border-radius:1rem}.dashboard__tools__tool label{margin-top:1.4rem;font-weight:700}.dashboard__tools__tool:hover{cursor:pointer;background:hsla(0,0%,100%,.185)}.dashboard__tools__backorder{margin:3rem 1rem 1rem;border:1px solid #fff;padding:1rem}.dashboard__tools__backorder div{width:100%;display:flex;flex-flow:row nowrap;justify-content:center}.dashboard__tools__backorder div p{width:50%}.accountIcon{max-width:50px}.dashboardToolIcon{max-width:80px}@media (min-width:768px){.dashboard__tools{max-width:600px}}.account{width:100%}.account form{width:100%;padding:1rem;display:flex;flex-flow:row wrap;justify-content:space-between}.account form label{margin:1.2rem 0 .5rem;color:#fff;text-align:left}.account form input{width:100%;color:#000;margin:0;font-weight:100}.account form button{margin:3rem auto;background:#c50000;width:100%}.account__saveButton{margin-top:2rem}.account__dashboardButton,.account__resetButton{margin:1rem}