@import"https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Marcellus&display=swap";:root{--app-main: #006f74;--app-main-contrast: #fff;--app-main-secondary:#343434;--app-main-secondary-step-50:#707070;--app-main-secondary-step-250:#d3d3d3;--app-font: "Marcellus", serif;--app-font-secondary: "Jost", sans-serif}*{font-family:var(--app-font)}html,body{height:100%}body{margin:0}h3{font-family:var(--app-font);font-size:24px}h3.main{color:var(--app-main)}p{font-family:var(--app-font)}a{cursor:pointer;color:var(--app-main-secondary);text-decoration:none}button{font-family:var(--app-font-secondary)}*::-webkit-scrollbar{width:10px;overflow-y:scroll;background:transparent}*::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3764705882);border-radius:10px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #00000040;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--app-main)}.d-center{display:flex;align-items:center;justify-content:center}.table thead{background-color:#242424;color:#fff}.table thead tr th{font-weight:300;font-size:16px}.table tbody tr{border-left:1px solid rgba(0,0,0,.2509803922);border-right:1px solid rgba(0,0,0,.2509803922)}.table tbody tr td{font-family:var(--app-font-secondary)}.table tbody tr:last-child{border-bottom:1px solid rgba(0,0,0,.2509803922)}.table tbody tr:last-child td:last-child{border-right:1px solid rgba(0,0,0,.2509803922)}.bttn-anim{box-shadow:0 -10px #ffa4a440 inset;text-decoration:none;color:#000;display:inline-block;padding:0 10px;font-weight:500;transition:.5s all ease-in-out;margin:10px!important}.bttn-anim:hover{transition:.5s all ease-in-out;line-height:1.5;padding:10px;box-shadow:0 -60px 0 0 var(--app-main) inset;color:var(--app-main-contrast)}.bttn-primary{padding:8px 28px;background:var(--app-main);color:var(--app-main-contrast);font-size:18px;border:1px solid var(--app-main)}.bttn-primary:hover{background:transparent;color:var(--app-main)}.bttn-secondary{padding:8px 28px;background:var(--app-main-secondary);color:var(--app-main-contrast);font-size:18px;border:1px solid var(--app-main-secondary)}.bttn-secondary:hover{background:transparent;color:var(--app-main-secondary)}.product-card{position:relative;display:block;text-align:center;padding:0;z-index:1;height:100%;margin:20px 15px;cursor:pointer}.product-card .product-image{position:relative;overflow:hidden}.product-card .product-image a.square{display:block;margin:0 auto;position:relative;max-width:680px}.product-card .product-image a.square img{position:absolute;top:0;left:0;right:0;width:100%;height:100%;opacity:1;object-fit:cover;object-position:center;display:block;transition:all ease .45s;max-width:100%}.product-card .product-image a.square img.second-img{z-index:1;opacity:0}.product-card .product-image .product-card-btns{padding:20px;inset:100% 0 0;visibility:visible;opacity:1;position:absolute;transition:all .3s ease-in;z-index:10;display:flex;align-items:center;justify-content:center}.product-card .product-image .product-card-btns span{margin:0 5px;transform:translateY(100%);opacity:0;transition:.3s ease}.product-card .product-image .product-card-btns span.round-btn{height:40px;width:40px;font-size:21px;background-color:#00000090;display:flex;color:#fff;border-radius:50%;margin:5px;align-items:center;justify-content:center}.product-card .product-image .product-card-btns span.round-btn:hover{background:var(--app-main)}.product-card .product-image .product-card-btns span.round-btn.wishlist{transition-delay:.4s}.product-card .product-image .product-card-btns span.round-btn.cart{transition-delay:.3s}.product-card .product-image .product-card-btns span.round-btn.quickview{transition-delay:.2s}.product-card .product-info{margin:10px 5px}.product-card .product-info .product-title{font-size:16px}.product-card .product-info .product-title:hover{color:var(--app-main)}.product-card .product-info .price i.cut-through{font-style:normal;text-decoration:line-through;margin-left:10px}.product-card .product-info .price .selling-price,.product-card .product-info .price .main-price{font-family:var(--app-font-secondary)}.product-card:hover .product-image a.square img{opacity:0}.product-card:hover .product-image a.square img.second-img{z-index:1;opacity:1}.product-card:hover .product-image .product-card-btns{top:75%}.product-card:hover .product-image .product-card-btns span{transform:translateY(0);opacity:1}.product-card:hover .product-image .product-card-btns span.wishlist{transition-delay:.1s}.product-card:hover .product-image .product-card-btns span.cart{transition-delay:.2s}.product-card:hover .product-image .product-card-btns span.quickview{transition-delay:.3s}.col-md-6 .product-card .product-image a.square{height:500px;transition:.5s all ease-in-out}.col-md-4 .product-card .product-image a.square{height:300px;transition:.5s all ease-in-out}.col-md-3 .product-card .product-image a.square{height:275px;transition:.5s all ease-in-out}.bttn-round{padding:8px;border:none;border-radius:50%;display:flex;align-items:center;margin:5px;justify-content:center}.bttn-round.danger{color:#fff;background-color:#ff6865}.bttn-round.danger:hover{background-color:#ff4946}.bttn-round.info{color:#fff;background-color:#8ba6ff}.bttn-round.info:hover{background-color:#6e90ff}.bttn-group{display:flex;align-items:center;justify-content:center}
