.cart-container{position:absolute;background:transparent;width:auto;height:auto;top:50px;right:0;z-index:3;display:none;flex-direction:row;justify-content:space-between;overflow:hidden}.cart-box{background:#fff;box-shadow:1px 5px 15px rgba(0,0,0,.3);padding:0;width:325px;display:flex;flex-wrap:wrap;flex-direction:column}.cart-wrapper{display:grid;grid-template-columns:80px 100px 1fr;grid-template-rows:auto;grid-gap:.1em;justify-content:center;align-items:center;text-transform:capitalize;padding:.8em 1em}.remove-item{padding:3px;width:25px;height:25px;position:static;background:coral;border-radius:100%;border:2px solid #ffa07a;text-transform:uppercase;box-shadow:1px 4px 4px rgba(0,0,0,.5);z-index:10;margin-top:-6.5em}.btn-checkout,.remove-item{color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.btn-checkout{padding:.8em;text-transform:capitalize;font-size:1em}.btn-checkout,.btn-checkout:hover{background:#009688}.remove-item:active,.remove-item:hover{background:maroon}.cart-footer{padding:1em;box-shadow:1px 3px 10px rgba(0,0,0,.15);font-weight:300;font-size:.9em;display:flex;justify-content:space-between;align-items:center}.cart-footer>span{color:green;font-weight:500}.cart-empty{padding:.8em 1em;display:flex;justify-content:center;align-items:center;height:100px;font-weight:300;font-size:.9em}.cart-wrapper:nth-child(odd){background:rgba(51,119,119,.07)}.cart-wrapper:active,.cart-wrapper:hover{background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.18);background:#ffe4e1}img.img-item{grid-column:1/2;border-radius:80px;height:60px;width:60px;box-shadow:0 5px 12px rgba(0,0,0,.3)}div.cart-img{text-align:center}.item-name{grid-column:2/3;width:100px;font-size:.8em;display:flex;flex-direction:column;flex-wrap:wrap}.p-name,.p-price{overflow:hidden;width:80px;white-space:nowrap;text-overflow:ellipsis;padding:.2em 0}.item-qty{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;grid-column:3/4;width:100px;font-size:.8em;text-align:center}span.minus{grid-column:1/2}span.counter,span.minus{border:2px solid green;text-align:center;cursor:pointer;padding:.2em}span.counter{grid-column:2/3;background:green;color:#fff;font-size:12px}span.plus{grid-column:3/4;border:2px solid green;text-align:center;cursor:pointer;padding:.2em}span.plus:active{background:coral;color:#fff}span.minus:hover,span.plus:hover{background:maroon;color:#fff}span.minus:active{background:coral;color:#fff}span.subprice{grid-column:1/4;grid-row:2/3;border:2px solid green;border-top:0;text-align:left;padding:.3em;font-size:12px}@font-face{font-family:"Material Icons";font-style:normal;font-weight:600;src:url(/static/media/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.938bd2e7.woff2) format("woff2")}.material-icons{font-family:"Material Icons";font-weight:400;font-style:normal;font-size:24px;display:inline-block;flex-direction:column;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;cursor:pointer;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.material-icons.md-dark{color:rgba(0,0,0,.54)}.material-icons.md-dark.md-inactive{color:rgba(0,0,0,.26)}.material-icons.md-light{color:#fff}.material-icons.md-light.md-inactive{color:hsla(0,0%,100%,.3)}.material-icons.md-12{font-size:12px}.material-icons.md-14{font-size:14px}.material-icons.md-16{font-size:16px}.material-icons.md-18{font-size:18px}.material-icons.md-24{font-size:24px}.material-icons.md-26{font-size:26px}.material-icons.md-28{font-size:28px}.material-icons.md-34{font-size:34px}.material-icons.md-36{font-size:36px}.material-icons.md-48{font-size:48px}*{margin:0;box-sizing:border-box;font-family:tahoma}:root{--teal:#009677;--dark-teal:#048066}body{background:#fff;overflow-y:scroll;overflow-x:hidden}.header-container{background:#009677;background:var(--teal);text-transform:uppercase;height:50px;top:0;z-index:6;display:flex;position:-webkit-sticky;position:sticky;justify-content:space-between;align-items:center}span.material-icons{margin-right:.1em}.navbar{padding-right:14px;padding-left:14px}.cart-counts{display:flex;justify-content:center;align-items:center}.brand>a{color:#fffaf0;white-space:nowrap;text-overflow:ellipsis;font-weight:auto;margin:10px}.brand>a,.navbar>div.navbar-item{display:flex;justify-content:center;align-items:center;text-decoration:none}.navbar>div.navbar-item{color:#fff;font-weight:350;cursor:pointer}@media (max-width:480px){.header-container{background:#009677;background:var(--teal);height:50px;display:flex;position:-webkit-sticky;position:sticky;justify-content:space-between;align-items:center;padding:10px;z-index:1;box-shadow:0 5px 20px rgba(0,0,0,.4)}.brand>a{color:#f5f5f5;text-overflow:ellipsis;font-weight:bolder;font-size:1em;flex-direction:row}.brand>a,.navbar>div.navbar-item{display:flex;align-items:center;text-decoration:none}.navbar>div.navbar-item{justify-content:center;color:#fff}}.footer-container{background:#009677;background:var(--teal);font-weight:400px;padding:10px;position:-webkit-sticky;position:sticky;bottom:0;margin-top:0;display:flex;justify-content:center;align-items:center;width:100%;z-index:10}.copyright{color:#f5f5f5}.content-page{display:grid;grid-template-columns:auto;grid-template-rows:repeat(3,auto);height:100%;overflow:hidden;justify-content:stretch;padding-right:2em;padding-left:2em;background:#fffaf0}.gigs-cards{padding:.8em;background:#fff;display:grid;grid-template-columns:250px 250px 250px;grid-template-rows:auto;justify-content:center;align-content:center;font-size:.8em;grid-column-gap:.8em;-webkit-column-gap:.8em;column-gap:.8em;grid-row-gap:.8em;row-gap:.8em}@media only screen and (min-width:1080px){.gigs-cards{padding:.8em;background:#fff;display:grid;grid-template-columns:250px 250px 250px 250px;grid-template-rows:auto;justify-content:center;align-content:start;font-size:.8em;grid-column-gap:.8em;-webkit-column-gap:.8em;column-gap:.8em;grid-row-gap:.8em;row-gap:.8em}.footer-container{background:#3cb371;font-weight:400px;padding:10px;position:-webkit-sticky;position:sticky;bottom:0;margin-top:0;display:flex;justify-content:center;align-items:center;width:100%}}.gigs-cards-items{background:#fff;height:100%;max-width:100%;box-shadow:3px 3px 10px rgb(0 0 0/15%);display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto auto;border:0 solid #2a8a55}.product-img-container{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-column:1/3;grid-row:1/2}img.product-image{width:100%;height:150px;text-align:center}span.product-price{font-size:auto;width:100%;grid-row:1/3;grid-column:1/3;color:#fff;font-weight:500;background:#048066;background:var(--dark-teal);opacity:.9;display:flex;justify-content:space-between;justify-items:center;flex-direction:row}span.prc{flex:4 1;display:flex;align-items:center;padding:0 .8em}span.atc.material-icons{flex:1 1;display:flex;justify-content:center;align-items:center;margin-right:0;background:#009688;padding:.2em}span.atc.material-icons:hover{background:#009898}.product-desc{height:100px;cursor:pointer;text-align:left;display:flex;flex-direction:column;justify-content:space-between;background:#fff;color:#455;font-size:1.1em;font-weight:400;grid-row:2/3;grid-column:1/3}.product-title{color:#fff;background:#009677;background:var(--teal);font-weight:450;grid-row:3/4;grid-column:1/3;text-transform:capitalize}.product-title,.product-title-disable{padding:.6em;display:flex;justify-content:space-between;align-items:center}.product-title-disable{color:#ccc}.gigs-category{height:250px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-gap:8px;background:rgba(51,119,119,.07);margin:10px}.cat-item{width:100%;height:100%;background:#fff;padding:10px;box-shadow:0 5px 15px rgba(0,0,0,.1)}span.text{overflow-y:hidden;overflow-x:hidden;height:100%;max-width:250px}@media only screen and (max-width:768px){.header-container{z-index:6}.content-page{padding:0}.gigs-cards{grid-template-columns:auto auto;grid-template-rows:1fr 1fr}.gigs-cards-items{grid-template-columns:1fr;font-size:12px;width:100%;font-family:monospace;font-weight:150;border:0 solid #2a8a55}.product-image{max-width:100%}.product-desc{grid-row:2/3;grid-column:1/3}span.text{text-align:left;text-shadow:#ffebcd;overflow-y:hidden;overflow-x:hidden;height:100%}span.stock{font-size:1em;border-top:0 solid #2a8a55}.product-title{padding:.6em;grid-row:3/4;grid-column:1/3}.product-price{font-size:1.2em;grid-column:1/3}}span.stock{color:#fff;text-transform:capitalize;display:flex;justify-content:space-between;align-items:center;font-size:.94em;font-weight:250!important;border-top:0 solid #2a8a55}span.items-stats{background:rgba(190,145,35,.93);flex:5 1;justify-content:left;border-right:0 solid #2a8a55;font-size:1em}span.items-count,span.items-stats{padding:.6em;display:flex;align-items:center}span.items-count{background:rgba(51,119,119,.07);flex:1 1;justify-content:center;background:#eee8aa;color:#b8860b;border-top:0 solid #2a8a55}span.text{padding:.5em}@media only screen and (max-width:450px){span.text{text-align:left;text-shadow:#ffebcd;font-size:.9em}span.items.stats{padding:.5em;display:flex;align-items:center;justify-content:center}span.items-count{background:#eee8aa;color:#b8860b}}.loader{position:relative;margin:0 auto;width:100px}.loader:before{content:"";display:block;padding-top:100%}.circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:44px;transform-origin:center center;width:44px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@-webkit-keyframes rotate{to{transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-webkit-keyframes color{0%,to{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}@keyframes color{0%,to{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}body{background-color:#eee}.showbox{position:absolute;top:0;bottom:0;left:0;right:0;padding:5%}.image-container-overlay{display:flex;justify-content:center;align-items:center;height:150px}
/*# sourceMappingURL=main.61387410.chunk.css.map */