html{font-size:62.5%;box-sizing:border-box}body{margin:0;height:100vh;font-size:1.6rem;font-family:Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}.grid-container{display:grid;grid-template-areas:"header" "main" "footer";grid-template-columns:1fr;grid-template-rows:9rem 1fr 45vh;height:100%}header{grid-area:header;background-color:#fcfcfc;box-shadow:0 0 10px 0 #f0c040;margin-bottom:10px;max-width:100vw}main{padding:1rem}footer{grid-area:footer;background-color:#dbdbdb;color:#000;max-width:100vw}footer a{color:grey;font-size:1.5rem;font-weight:700;padding:1rem;font-family:Arial,Helvetica,sans-serif}h1{font-size:1.8rem;color:#5e461b}h1,h2{padding:1rem 0}h2{font-size:1.6rem}a{text-decoration:none;color:#776119}a:hover{color:#f0c040}ul{padding:0;margin:0;list-style-type:none}li{margin-top:1rem}button,input,select,textarea{padding:1rem;border-radius:.5rem;border:.1rem solid #a4a4a4;font-size:1.6rem;font-family:Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{background-color:#f8f8f8;cursor:pointer}button:hover,input:hover,select:hover,textarea:hover{border:.1rem solid #404040}button.primary{background-color:#f0c040}button.block{width:100%}button.small{font-size:1.2rem}.menuHide{position:absolute;background:#fff;height:100vh;width:320px;box-shadow:1px 0 8px #ccc;top:0;right:0;z-index:9;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .5s}.class-new{-webkit-transform:translateX(0);transform:translateX(0);transition:all .5s}.fa-bars,.menuHide .closeIcon i{font-family:"FontAwesome"}header a{color:grey;font-size:1.5rem;font-weight:700;padding:1rem;font-family:Arial,Helvetica,sans-serif}a.brand{color:#ca9625;font-size:3rem;font-weight:700}a.brand img:hover{border-radius:10px;box-shadow:4px 1px 4px 1px #f0c040}a.logo{color:#ca9625}.badge{background-color:#f02020;color:#fff;border-radius:50%;padding:.2rem .7rem;font-size:1.4rem;margin-left:.2rem}.row{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.row.center{-webkit-justify-content:center;justify-content:center}.row.top{-webkit-align-items:flex-start;align-items:flex-start}.row.start{-webkit-justify-content:flex-start;justify-content:flex-start}.col-1{-webkit-flex:1 1 25rem;flex:1 1 25rem}.col-2{-webkit-flex:2 1 50rem;flex:2 1 50rem}.min-30{min-width:30rem}.col-3{-webkit-flex:32 1 75rem;flex:32 1 75rem}.p-1{padding:1rem}img{border-radius:.5rem}img.small{max-width:5rem;width:100%}img.medium{max-width:200px;width:100%;max-height:125px}img.large{width:95%}.logo-image{width:55px}.card{border:.1rem solid #e6e6e6;background-color:#fff;border-radius:.8rem;margin:1rem;padding:10px;max-width:383px}.card:hover{box-shadow:2px 1px 2px 1px #c7c7c7}.card-body{padding:1rem}.card-body>*{margin-bottom:.5rem}.price{font-size:2rem;color:#5e461b}.rating span{color:#f0c040!important;margin:.1rem}.rating span:last-child{color:#5e461b}.loading{display:block!important}.success{color:#20a020}.danger{color:#a02020}alert{padding:1rem;border:.1rem solid transparent;border-radius:.5rem}.alert-info{color:#5e461b;background-color:#d3c6a9}.alert-danger{color:#a02020;background-color:#ffe0e0}.alert-success{color:#20a020;background-color:#eeffe0}.form{max-width:60rem;margin:0 auto}.form>div{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:1rem}.form label{margin:1rem 0}.dropdown{display:inline-block;position:relative}.dropdown-content{position:absolute;display:none;right:0;min-width:12rem;padding:1rem;z-index:1;background-color:#fff;margin:.4rem 0 0;border-radius:.5rem;box-shadow:1px 4px 4px 1px #f0c040}.dropdown:hover .dropdown-content{display:block}.checkout-steps>div{border-top:.3rem solid silver;color:silver;-webkit-flex:1 1;flex:1 1;padding:1rem;font-weight:700}.checkout-steps>div.active{border-top-color:#f08000;color:#f08000}.table{width:100%;border-collapse:collapse}.table tbody tr:nth-of-type(odd){background-color:#f4f4f4}.table td,.table th{text-align:left;border:.1rem solid #e4e4e4;padding:.5rem}.table button{margin:0 .2rem}.carousel .slide img{max-width:30rem}.search-box{background-color:#ededed;display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly;border-radius:30px;-webkit-align-items:center;align-items:center;margin:10px;width:35%}.search-box:hover{box-shadow:4px 1px 4px 1px #f0c040}#search-box-input{background-color:#ededed;width:80%;outline:none;border:none;color:#f0c040}input :focus{outline:none}.fa-ellipsis-h{width:20px;-webkit-align-items:center;align-items:center;padding:5px;border-radius:20px}.fa-ellipsis-h:hover{box-shadow:4px 1px 4px 1px #f0c040;text-align:center}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#f0c040}.glow{font-size:1.8rem;color:#fff;border-radius:10px;-webkit-animation:glow 2s ease-in-out infinite alternate;animation:glow 2s ease-in-out infinite alternate}.glow-card{-webkit-animation:glow-card 3s ease-in-out infinite alternate;animation:glow-card 3s ease-in-out infinite alternate}.copyright{padding:17px 0}@-webkit-keyframes glow{0%{color:#ff0202}to{color:#a30280}}@keyframes glow{0%{color:#ff0202}to{color:#a30280}}.fa-arrow-left:hover{cursor:pointer;color:red}.fa-bars{margin:10px;font-size:2rem;color:#f0c040}.fa-bars:hover{cursor:pointer;color:#ca9625}.closeinweb{display:none}@media only screen and (max-width:600px){.mainSideBar{display:none}.closeinweb{display:block}}.liveauction-secrion .carousel.carousel-slider{padding:0 0 49px}@media (min-width:576px) and (max-width:767px){.glow-card.Carousel-section .carousel .slider-wrapper.axis-horizontal .slider li.slide,.liveauction-secrion .carousel-root .carousel-slider .slider-wrapper ul.slider.animated li.slide{min-width:49%!important}.new-section footer.footer .Marketplace-place{margin:0 0 0 23px}}.carousel-slider .card{max-width:260px}.carousel-slider .cardbox{max-width:300px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%;background-color:#fff;border-radius:5px;position:relative}.carousel-slider .cardbox .card-images{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.carousel-slider .cardbox .card-images img{max-width:100%;height:auto;border-radius:5px}.carousel-slider .cardbox .card-detail{padding:17px 12px 0}.carousel-slider .cardbox .card-detail .card-title-footer{padding-top:14px}.carousel-slider .cardbox .card-detail .card-title-footer img{width:19px;border-radius:0}.carousel-slider .cardbox .card-detail .card-title-footer button{padding:0;border:0;background:transparent}.carousel-slider .cardbox .card-detail .card-title-footer span{color:#707a83}.carousel-slider .cardbox .card-detail .card-title-footer .last img{width:8px;margin:0 8px}.carousel-slider .cardbox .card-detail .card-title-disk{padding-top:5px}.carousel-slider .cardbox .card-detail .card-title-disk .card-title-name{display:block;width:80%}.carousel-slider .cardbox .card-detail .card-title-disk p{color:#707a83;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-flex;display:flex;font-size:11px;color:#353840;font-size:12px}.carousel-slider .cardbox .card-detail .card-title-disk p img{width:9px;margin-right:4.5px}.carousel-slider .cardbox .card-detail .card-title-disk .diamond-set{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.carousel-slider .cardbox .card-title{-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.carousel-slider .cardbox .card-title p{color:#707a83;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-flex;display:flex;font-size:11px}.carousel-slider .cardbox .card-title p img{width:14px;margin-right:4.5px}.carousel-slider .cardbox .card-title-sub p{color:#353840;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px;letter-spacing:.1px}.Marketplace .cardbox{max-width:300px;max-height:330px;min-height:330px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%;background-color:#fff;border-radius:5px;position:relative}.Marketplace .cardbox .card-images{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.Marketplace .cardbox .card-images img{max-width:100%;height:auto;border-radius:5px}.Marketplace .cardbox .card-detail{padding:17px 12px 0}.Marketplace .cardbox .card-detail .card-title-footer{padding-top:14px}.Marketplace .cardbox .card-detail .card-title-footer img{width:19px;border-radius:0}.Marketplace .cardbox .card-detail .card-title-footer button{padding:0;border:0;background:transparent}.Marketplace .cardbox .card-detail .card-title-footer span{color:#707a83}.Marketplace .cardbox .card-detail .card-title-footer .last img{width:8px;margin:0 8px}.Marketplace .cardbox .card-detail .card-title-disk{padding-top:5px}.Marketplace .cardbox .card-detail .card-title-disk .card-title-name{display:block;width:80%}.Marketplace .cardbox .card-detail .card-title-disk p{color:#707a83;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-flex;display:flex;font-size:11px;color:#353840;font-size:12px}.Marketplace .cardbox .card-detail .card-title-disk p img{width:9px;margin-right:4.5px}.Marketplace .cardbox .card-detail .card-title-disk .diamond-set,.Marketplace .cardbox .card-title{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.Marketplace .cardbox .card-title{-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-flex-direction:column;flex-direction:column}.Marketplace .cardbox .card-title p{color:#707a83;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-flex;display:flex;font-size:11px}.Marketplace .cardbox .card-title p img{width:14px;margin-right:4.5px}.Marketplace .cardbox .card-title-sub p{color:#353840;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px;letter-spacing:.1px}.left{width:340px;height:100%;overflow:auto;margin:0 10px 0 0;background:#fff;border-right:1px solid #e5e8eb;top:88px}.left>div{border-bottom:1px solid #e5e8eb}.left .p1{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:0 20px}.left .p1 .fa-sliders{font-weight:700;font-size:20px;padding-right:15px}.left .p1 .text{font-size:20px}.left .p1 .fa-arrow-left{float:right;padding-right:10px;line-height:60px;-webkit-transform:scalex(2);transform:scalex(2)}.left .p2 .body{display:-webkit-flex;display:flex;-webkit-flex-flow:wrap;flex-flow:wrap;padding:20px;border-radius:0 0 5px 5px;background:#fbfdff;border-top:1px solid #e5e8eb}.left .p2 .body span{-webkit-align-items:center;align-items:center;border:1px solid #e5e8eb;border-radius:5px;color:#353840;background-color:#fff;display:-webkit-flex;display:flex;height:40px;margin:4px;padding:10px;width:calc(50% - 8px);cursor:pointer;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important}.left .p2 .body span:hover{box-shadow:0 0 8px 0 rgba(4,17,29,.25);transition:all .2s ease 0s}.left .p3 .body{padding:20px;border-radius:0 0 5px 5px;border-top:1px solid #e5e8eb;background:#fbfdff}.left .p3 .body .United-States{position:relative}.left .p3 .body .United-States select{cursor:pointer;display:-webkit-flex;display:flex;background-color:#fff;border-radius:5px;border:1px solid #e5e8eb;width:100%;padding:12px 32px 12px 12px;-webkit-appearance:none;appearance:none}.left .p3 .body .United-States p{position:absolute;top:50%;right:13px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#707a83}.left .p3 .body .mitter{-webkit-justify-content:space-between;justify-content:space-between;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-top:16px;margin-bottom:16px}.left .p3 .body .mitter span{min-width:25px;text-align:center}.left .p3 .body .mitter input{cursor:pointer;display:-webkit-flex;display:flex;background-color:#fff;border-radius:5px;border:1px solid #e5e8eb;width:100%}.left .p3 .body .mitter input:focus{outline:none;border:1px solid #2081e2}.left .p3 .body .button button{display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;border-radius:5px;-webkit-justify-content:center;justify-content:center;font-size:16px;font-weight:600;padding:12px 20px;background-color:#fff;border:1px solid #2081e2;color:#2081e2;min-width:162px}.left .p4 .body{padding:20px;border-radius:0 0 5px 5px;border-top:1px solid #e5e8eb;background:#fbfdff}.left .p4 .body .search-box-set{position:relative}.left .p4 .body .search-box-set span.fa.fa-search{position:absolute;top:50%;left:13px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#707a83}.left .p4 .body .search-box-set input[type=text]{background-color:transparent;outline:none;width:100%;border:1px solid #e5e8eb;padding:14px 10px 14px 42px;color:rgba(4,17,29,.75)}.left .p4 .body .Filter-item-set{max-height:220px;margin:8px 0;overflow:auto}.left .p4 .body .Filter-item-set ul li{-webkit-align-items:center;align-items:center;color:#353840;cursor:pointer;display:-webkit-flex;display:flex;height:40px;padding:0 8px}.left .p4 .body .Filter-item-set ul li .Collection-img .Collection-img-set{height:32px;width:32px;overflow:hidden;min-width:32px;border:1px solid #e5e8eb;border-radius:50%}.left .p4 .body .Filter-item-set ul li .Collection-img .Collection-img-set img{max-width:100%}.left .p4 .body .Filter-item-set ul li p{font-weight:400;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#04111d;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important}.left .p5 .body{padding:0 20px 20px;border-radius:0 0 5px 5px;border-top:1px solid #e5e8eb;background:#fbfdff}.left .p5 .body .Chains-iteam{max-height:220px;margin:8px 0;overflow:auto}.left .p5 .body .Chains-iteam ul li{-webkit-align-items:center;align-items:center;color:#353840;cursor:pointer;display:-webkit-flex;display:flex;height:40px;padding:0 8px}.left .p5 .body .Chains-iteam ul li .Collection-img .Collection-img-set{height:32px;width:32px;overflow:hidden;min-width:32px;border:1px solid #e5e8eb;border-radius:50%}.left .p5 .body .Chains-iteam ul li .Collection-img .Collection-img-set img{max-width:100%}.left .p5 .body .Chains-iteam ul li p{font-weight:400;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#04111d;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important}.left .p6 .body{padding:0 20px 20px;border-radius:0 0 5px 5px;border-top:1px solid #e5e8eb;background:#fbfdff}.left .p6 .body .Categories{max-height:220px;margin:8px 0;overflow:auto}.left .p6 .body .Categories ul li{-webkit-align-items:center;align-items:center;color:#353840;cursor:pointer;display:-webkit-flex;display:flex;height:40px;padding:0 8px}.left .p6 .body .Categories ul li .Collection-img .Collection-img-set{height:32px;width:32px;overflow:hidden;min-width:32px;border:1px solid #e5e8eb;border-radius:50%}.left .p6 .body .Categories ul li .Collection-img .Collection-img-set img{max-width:100%}.left .p6 .body .Categories ul li p{font-weight:400;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#04111d;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important}.left .p7 .body{padding:20px;border-radius:0 0 5px 5px;border-top:1px solid #e5e8eb;background:#fbfdff}.left .p7 .body .search-box-set{position:relative}.left .p7 .body .search-box-set span.fa.fa-search{position:absolute;top:50%;left:13px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#707a83}.left .p7 .body .search-box-set input[type=text]{background-color:transparent;outline:none;width:100%;border:1px solid #e5e8eb;padding:14px 10px 14px 42px;color:rgba(4,17,29,.75)}.left .p7 .body .Sale-iteam{max-height:220px;margin:8px 0;overflow:auto}.left .p7 .body .Sale-iteam ul li{-webkit-align-items:center;align-items:center;color:#353840;cursor:pointer;display:-webkit-flex;display:flex;padding:0 8px;margin:12px 0}.left .p7 .body .Sale-iteam ul li label{font-weight:400;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#04111d;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important}.left .p2 .fa,.left .p3 .fa,.left .p4 .fa,.left .p5 .fa,.left .p6 .fa,.left .p7 .fa{color:rgba(4,17,29,.5)}.left .p2 .head:hover .fa,.left .p3 .head:hover .fa,.left .p4 .head:hover .fa,.left .p5 .head:hover .fa,.left .p6 .head:hover .fa,.left .p7 .head:hover .fa{color:#000}.left .p2 .head,.left .p3 .head,.left .p4 .head,.left .p5 .head,.left .p6 .head,.left .p7 .head{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;padding:20px;cursor:pointer}.left .p2 .head input,.left .p3 .head input,.left .p4 .head input,.left .p5 .head input,.left .p6 .head input,.left .p7 .head input{position:relative;top:22px;right:-130px;-webkit-transform:scale(2);transform:scale(2)}.left .p2 .head p.text,.left .p3 .head p.text,.left .p4 .head p.text,.left .p5 .head p.text,.left .p6 .head p.text,.left .p7 .head p.text{color:#04111d;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important;font-weight:600}.left .p2 .head .tick:checked .body,.left .p3 .head .tick:checked .body,.left .p4 .head .tick:checked .body,.left .p5 .head .tick:checked .body,.left .p6 .head .tick:checked .body,.left .p7 .head .tick:checked .body{background:red}@media (min-width:768px) and (max-width:991px){.carousel-slider .card{max-width:170px}}@media (min-width:992px) and (max-width:1199px){.carousel-slider .card{max-width:200px}}@media (min-width:320px) and (max-width:575px){.glow-card.Carousel-section .carousel .slider-wrapper.axis-horizontal .slider li.slide,.liveauction-secrion .carousel-root .carousel-slider .slider-wrapper ul.slider li.slide{min-width:100%!important}footer.footer .Marketplace-place{margin:0 0 0 23px}}.Carousel-section .carousel.carousel-slider{padding:40px 0 30px}.Carousel-section .slider-wrapper.axis-horizontal li.slide .card a h2{min-height:62px}.Carousel-section .slider-wrapper.axis-horizontal .slider .slide{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.glow.hot-deal{padding:0 0 20px}.Marketplace{margin-bottom:50px}.marketplace-title{padding-bottom:33px}.Top-part{background:#fff;position:fixed;z-index:5;height:70px;width:100%;padding:0 150px;box-shadow:0 6px 9px #e5e5e5;line-height:70px}.Top-part .left-part{float:left;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.Top-part .left-part img{margin:23px 20px 0 0;height:28px;width:32px}.Top-part .left-part p{font-size:23px;color:#52575e}.Top-part .right-part{float:right;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.Top-part .right-part span{height:28px;width:32px;font-size:23px;color:#52575e;margin-right:8px}.Top-part .right-part span:hover{color:#1a73e8}.Top-part .right-part span:hover .settings{display:block}.Top-part .right-part span .settings{color:#464747;background:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:230px;list-style:none;font-size:17px;box-shadow:0 0 5px 1px #c2c2c2;border-radius:5px;-webkit-transform:translate(-225px,-20px);transform:translate(-225px,-20px);padding:7px 0}.Top-part .right-part span .settings li{padding:20px;line-height:0}.Top-part .right-part span .settings li:hover{background:#d1d1d1}.Top-part .right-part .email{margin-top:-3px;outline:none;border:none;font-size:15px;color:#52575e}.Top-part .right-part .email span{font-size:80%;font-weight:700}.Top-part .right-part .email:hover{color:#1a73e8}.Top-part .right-part .email:hover .optn{display:block}.Top-part .right-part .email .optn{color:#464747;background:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:215px;list-style:none;font-size:15px;box-shadow:0 0 5px 1px #c2c2c2;border-radius:5px;-webkit-transform:translate(-20px,-20px);transform:translate(-20px,-20px);padding:7px 0}.Top-part .right-part .email .optn li{padding:10px 5px 10px 10px;line-height:8px}.Top-part .right-part .email .optn li:hover{background:#d1d1d1}.Top-part .right-part .hidden{display:none}.recom-body{width:920px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 20px 50px}.recom-body .heading{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:30px;margin-top:30px;padding-top:30px;border-top:2px solid #e8eaed;cursor:pointer}.recom-body .heading p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:25px;color:#202124}.recom-body .heading span{color:#1a73e8;background:#fff;border-radius:5px;height:40px;width:100px;font-size:17px;font-weight:700;line-height:35px;text-align:center;border:1px solid #dadce0;line-height:40px}.recom-body .cards-part{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start}.recom-body .cards-part .card1:nth-child(4n-7){margin-left:0!important}.recom-body .cards-part .card1{width:23%;margin:0 0 16px 24px}.recom-body .cards-part .card1 .upper-part img{height:190px!important;max-width:100%;object-fit:cover;width:100%}.recom-body .cards-part .card1 .lower-part{color:#5f6368}.recom-body .cards-part .card1 .lower-part p,.recom-body .cards-part .card1 .lower-part span{margin:5px 0}.leftpane{width:240px;background:#f1f3f4;padding-top:85px}.leftpane .first .searchbar{margin:auto;height:50px;width:90%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;border:1px solid #dadce0;background:#fff;line-height:50px;position:relative}.leftpane .first .searchbar .searchicon{color:#9aa0a6;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:13px}.leftpane .first .searchbar .search{outline:none;border:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:10px 10px 10px 49px!important;box-sizing:border-box;width:100%}.leftpane .first .searchbar .search:hover{outline:#1a73e8}.leftpane .first .extension{background:#1a73e8;color:#fff;width:200px;height:45px;margin:25px 0 10px;line-height:45px;border-radius:0 23px 23px 0;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.leftpane .first .extension p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:18px}.leftpane .first .extension .extension-icon{font-size:20px;margin:3px 20px}.leftpane .first .themes{color:#3c4043;width:200px;height:45px;margin:0 0 10px;line-height:45px;border-radius:0 23px 23px 0;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.leftpane .first .themes p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:18px}.leftpane .first .themes .themes-icon{font-size:20px;margin:3px 20px}.leftpane .first .seperator{background:#5f6368;width:200px;height:2px;margin:0 auto}.leftpane .second{padding:20px 20px 0}.leftpane .second .categories{margin-bottom:20px}.leftpane .second .categories h1{color:#3c4043;font-size:15px;font-weight:700;margin-bottom:20px}.leftpane .second .categories .second-dropdown{outline:none;border:1px solid #dadce0;color:#3c4043;height:40px;width:100%;padding:0 10px}.leftpane .second .categories .option:hover{background:#5f6368}.leftpane .second .features h1{color:#3c4043;font-size:15px;font-weight:700;margin-bottom:15px}.leftpane .second .features input{-webkit-transform:scale(1.2);transform:scale(1.2)}.leftpane .second .features input:hover{color:#1a73e8!important}.leftpane .second .features input,.leftpane .second .features label{margin-bottom:15px;color:#3c4043}.leftpane .second .features label{margin-left:10px;font-size:15px}.leftpane .second .features label:hover{color:#1a73e8}.leftpane .second .seperator{background:#5f6368;width:200px;height:2px;margin:0 auto}.rightpane .carosul .slider-wrapper{padding:0 20px}.rightpane .carosul .slider-wrapper button.slick-arrow.slick-next:before,.rightpane .carosul .slider-wrapper button.slick-arrow.slick-prev:before{color:#000}.rightpane .carosul .slider-wrapper .slick-list{width:90%;margin:auto}*{margin:0;padding:0;box-sizing:border-box}.appstore-section{-webkit-flex-flow:wrap;flex-flow:wrap;max-width:1200px;margin:auto}@media (min-width:1200px) and (max-width:1220px){.appstore-section .rightpane .recom-body{width:900px}}@media (min-width:992px) and (max-width:1199px){.appstore-section .rightpane .recom-body{width:692px}.appstore-section .rightpane .recom-body .cards-part .card1:nth-child(4n-4){margin-left:0!important}}@media (min-width:768px) and (max-width:991px){.appstore-section .rightpane .recom-body{width:464px}.appstore-section .rightpane .recom-body .cards-part .card1:nth-child(4n-1){margin-left:0!important}.appstore-section .rightpane .recom-body .cards-part .card1{width:220px!important}}@media (min-width:320px) and (max-width:767px){.appstore-section .leftpane{width:100%;margin-bottom:35px}.appstore-section .rightpane{width:100%}.appstore-section .rightpane .recom-body .cards-part .card1{width:220px!important}.appstore-section .rightpane .rite-bar-set{width:100%;margin:auto}.appstore-section .rightpane .rite-bar-set .cards-part .card1{width:100%!important;max-width:400px;margin-left:auto!important;margin-right:auto!important}}@media (min-width:320px) and (max-width:340px){header#header a.brand img{width:145px}header a{font-size:13px}}@media (min-width:320px) and (max-width:480px){.appstore-section .rightpane .carosul .slider-wrapper.recom-body{width:30vh;padding:0;margin:auto}}@media (min-width:481px) and (max-width:575px){.appstore-section .rightpane .carosul .slider-wrapper.recom-body{width:49vh;padding:0;margin:auto}}@media (min-width:576px) and (max-width:767px){.appstore-section .rightpane .carosul .slider-wrapper.recom-body{width:49vh;padding:0;margin:auto}}.market{width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.market .right{width:calc(100% - 350px);margin-left:auto;padding:0 28px}.market .right .card-wrapper{display:-webkit-flex;display:flex;-webkit-flex-flow:wrap;flex-flow:wrap}.market .right .card-wrapper .cardbox:hover{box-shadow:0 0 8px 0 rgba(4,17,29,.25);transition:all .1s ease 0s;-webkit-transform:translateY(-2px);transform:translateY(-2px);cursor:pointer}.market .right .card-wrapper .cardbox{padding:25px 8px 8px;max-width:300px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%;background-color:#fff;border:1px solid #e5e8eb;border-radius:5px;position:relative;margin:8px}.market .right .card-wrapper .cardbox .card-images{height:282px;width:282px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.market .right .card-wrapper .cardbox .card-images img{max-width:100%;height:auto;border-radius:5px}.market .right .card-wrapper .cardbox .card-detail{padding:17px 12px 0}.market .right .card-wrapper .cardbox .card-detail .card-title-footer{padding-top:14px}.market .right .card-wrapper .cardbox .card-detail .card-title-footer img{width:19px;border-radius:0}.market .right .card-wrapper .cardbox .card-detail .card-title-footer button{padding:0;border:0;background:transparent}.market .right .card-wrapper .cardbox .card-detail .card-title-footer span{color:#707a83}.market .right .card-wrapper .cardbox .card-detail .card-title-footer .last img{width:8px;margin:0 8px}.market .right .card-wrapper .cardbox .card-detail .card-title-disk{padding-top:5px}.market .right .card-wrapper .cardbox .card-detail .card-title-disk p{color:#707a83;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-flex;display:flex;font-size:11px;color:#353840;font-size:12px}.market .right .card-wrapper .cardbox .card-detail .card-title-disk p img{width:9px;margin-right:4.5px}.market .right .card-wrapper .cardbox .card-detail .card-title-disk .diamond-set{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.market .right .card-wrapper .cardbox .card-title{-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.market .right .card-wrapper .cardbox .card-title p{color:#24313d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-flex;display:flex;font-size:11px}.market .right .card-wrapper .cardbox .card-title p img{width:14px;margin-right:4.5px}.market .right .card-wrapper .cardbox .card-title-sub p{color:#353840;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px;letter-spacing:.1px}.market .right .filet-title{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:20px}.market .right .filet-title p.title-set{color:#353840;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important;font-size:15px}.market .right .filet-title .filter-set{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;position:relative}.market .right .filet-title .filter-set p{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#707a83}.market .right .filet-title .item-set{margin-right:15px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;position:relative}.market .right .filet-title .item-set p{position:absolute;top:50%;right:13px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#707a83}.market .right .filet-title .item-list{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;position:relative}.market .right .filet-title .item-list p{position:absolute;top:50%;right:13px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#707a83}.market .right .filet-title select:focus{outline:none}.market .right .filet-title select{cursor:pointer;display:-webkit-flex;display:flex;background-color:#fff;border-radius:5px;border:1px solid #e5e8eb;width:100%;color:#353840;font-size:15px;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important;-webkit-appearance:none;appearance:none;min-width:214px;margin-left:8px;padding:12px 28px 12px 12px}.market .left{width:340px;height:100%;overflow:auto;margin:0 10px 0 0;background:#fff;border-right:1px solid #e5e8eb;top:88px}.market .left>div{border-bottom:1px solid #e5e8eb}.market .left .p1{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:0 20px}.market .left .p1 .fa-sliders{font-weight:700;font-size:20px;padding-right:15px}.market .left .p1 .text{font-size:20px}.market .left .p1 .fa-arrow-left{float:right;padding-right:10px;line-height:60px;-webkit-transform:scalex(2);transform:scalex(2)}.market .left .p2 .body{display:-webkit-flex;display:flex;-webkit-flex-flow:wrap;flex-flow:wrap;padding:20px;border-radius:0 0 5px 5px;background:#fbfdff;border-top:1px solid #e5e8eb}.market .left .p2 .body span{-webkit-align-items:center;align-items:center;border:1px solid #e5e8eb;border-radius:5px;color:#353840;background-color:#fff;display:-webkit-flex;display:flex;height:40px;margin:4px;padding:10px;width:calc(50% - 8px);cursor:pointer;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important}.market .left .p2 .body span:hover{box-shadow:0 0 8px 0 rgba(4,17,29,.25);transition:all .2s ease 0s}.market .left .p3 .body{padding:20px;border-radius:0 0 5px 5px;border-top:1px solid #e5e8eb;background:#fbfdff}.market .left .p3 .body .United-States{position:relative}.market .left .p3 .body .United-States select{cursor:pointer;display:-webkit-flex;display:flex;background-color:#fff;border-radius:5px;border:1px solid #e5e8eb;width:100%;padding:12px 32px 12px 12px;-webkit-appearance:none;appearance:none}.market .left .p3 .body .United-States p{position:absolute;top:50%;right:13px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#707a83}.market .left .p3 .body .mitter{-webkit-justify-content:space-between;justify-content:space-between;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-top:16px;margin-bottom:16px}.market .left .p3 .body .mitter span{min-width:25px;text-align:center}.market .left .p3 .body .mitter input{cursor:pointer;display:-webkit-flex;display:flex;background-color:#fff;border-radius:5px;border:1px solid #e5e8eb;width:100%}.market .left .p3 .body .mitter input:focus{outline:none;border:1px solid #2081e2}.market .left .p3 .body .button button{display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;border-radius:5px;-webkit-justify-content:center;justify-content:center;font-size:16px;font-weight:600;padding:12px 20px;background-color:#fff;border:1px solid #2081e2;color:#2081e2;min-width:162px}.market .left .p4 .body{padding:20px;border-radius:0 0 5px 5px;border-top:1px solid #e5e8eb;background:#fbfdff}.market .left .p4 .body .search-box-set{position:relative}.market .left .p4 .body .search-box-set span.fa.fa-search{position:absolute;top:50%;left:13px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#707a83}.market .left .p4 .body .search-box-set input[type=text]{background-color:transparent;outline:none;width:100%;border:1px solid #e5e8eb;padding:14px 10px 14px 42px;color:rgba(4,17,29,.75)}.market .left .p4 .body .Filter-item-set{max-height:220px;margin:8px 0;overflow:auto}.market .left .p4 .body .Filter-item-set ul li{-webkit-align-items:center;align-items:center;color:#353840;cursor:pointer;display:-webkit-flex;display:flex;height:40px;padding:0 8px}.market .left .p4 .body .Filter-item-set ul li .Collection-img .Collection-img-set{height:32px;width:32px;overflow:hidden;min-width:32px;border:1px solid #e5e8eb;border-radius:50%}.market .left .p4 .body .Filter-item-set ul li .Collection-img .Collection-img-set img{max-width:100%}.market .left .p4 .body .Filter-item-set ul li p{font-weight:400;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#04111d;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important}.market .left .p5 .body{padding:0 20px 20px;border-radius:0 0 5px 5px;border-top:1px solid #e5e8eb;background:#fbfdff}.market .left .p5 .body .Chains-iteam{max-height:220px;margin:8px 0;overflow:auto}.market .left .p5 .body .Chains-iteam ul li{-webkit-align-items:center;align-items:center;color:#353840;cursor:pointer;display:-webkit-flex;display:flex;height:40px;padding:0 8px}.market .left .p5 .body .Chains-iteam ul li .Collection-img .Collection-img-set{height:32px;width:32px;overflow:hidden;min-width:32px;border:1px solid #e5e8eb;border-radius:50%}.market .left .p5 .body .Chains-iteam ul li .Collection-img .Collection-img-set img{max-width:100%}.market .left .p5 .body .Chains-iteam ul li p{font-weight:400;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#04111d;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important}.market .left .p6 .body{padding:0 20px 20px;border-radius:0 0 5px 5px;border-top:1px solid #e5e8eb;background:#fbfdff}.market .left .p6 .body .Categories{max-height:220px;margin:8px 0;overflow:auto}.market .left .p6 .body .Categories ul li{-webkit-align-items:center;align-items:center;color:#353840;cursor:pointer;display:-webkit-flex;display:flex;height:40px;padding:0 8px}.market .left .p6 .body .Categories ul li .Collection-img .Collection-img-set{height:32px;width:32px;overflow:hidden;min-width:32px;border:1px solid #e5e8eb;border-radius:50%}.market .left .p6 .body .Categories ul li .Collection-img .Collection-img-set img{max-width:100%}.market .left .p6 .body .Categories ul li p{font-weight:400;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#04111d;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important}.market .left .p7 .body{padding:20px;border-radius:0 0 5px 5px;border-top:1px solid #e5e8eb;background:#fbfdff}.market .left .p7 .body .search-box-set{position:relative}.market .left .p7 .body .search-box-set span.fa.fa-search{position:absolute;top:50%;left:13px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#707a83}.market .left .p7 .body .search-box-set input[type=text]{background-color:transparent;outline:none;width:100%;border:1px solid #e5e8eb;padding:14px 10px 14px 42px;color:rgba(4,17,29,.75)}.market .left .p7 .body .Sale-iteam{max-height:220px;margin:8px 0;overflow:auto}.market .left .p7 .body .Sale-iteam ul li{-webkit-align-items:center;align-items:center;color:#353840;cursor:pointer;display:-webkit-flex;display:flex;padding:0 8px;margin:12px 0}.market .left .p7 .body .Sale-iteam ul li label{font-weight:400;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#04111d;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important}.market .left .p2 .fa,.market .left .p3 .fa,.market .left .p4 .fa,.market .left .p5 .fa,.market .left .p6 .fa,.market .left .p7 .fa{color:rgba(4,17,29,.5)}.market .left .p2 .head:hover .fa,.market .left .p3 .head:hover .fa,.market .left .p4 .head:hover .fa,.market .left .p5 .head:hover .fa,.market .left .p6 .head:hover .fa,.market .left .p7 .head:hover .fa{color:#000}.market .left .p2 .head,.market .left .p3 .head,.market .left .p4 .head,.market .left .p5 .head,.market .left .p6 .head,.market .left .p7 .head{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;padding:20px;cursor:pointer}.market .left .p2 .head input,.market .left .p3 .head input,.market .left .p4 .head input,.market .left .p5 .head input,.market .left .p6 .head input,.market .left .p7 .head input{position:relative;top:22px;right:-130px;-webkit-transform:scale(2);transform:scale(2)}.market .left .p2 .head p.text,.market .left .p3 .head p.text,.market .left .p4 .head p.text,.market .left .p5 .head p.text,.market .left .p6 .head p.text,.market .left .p7 .head p.text{color:#04111d;font-family:Avenir Next,Avenir,Avenir Next Local,sans-serif!important;font-weight:600}.market .left .p2 .head .tick:checked .body,.market .left .p3 .head .tick:checked .body,.market .left .p4 .head .tick:checked .body,.market .left .p5 .head .tick:checked .body,.market .left .p6 .head .tick:checked .body,.market .left .p7 .head .tick:checked .body{background:red}.market-tootip{background:#000;color:#fff;min-width:150px;text-align:center;padding:10px 0;border-radius:5px}select:focus{outline:none}@media (min-width:320px) and (max-width:767px){.market .left{width:270px;left:-100%;position:fixed}.market .right{width:100%;padding:0 10px}.market .right .filet-title{display:block}.market .right .filet-title p.title-set{display:none}.market .right .filet-title select{min-width:114px}.market .right .card-wrapper .cardbox{width:100%;max-width:100%;-webkit-align-items:center;align-items:center}.market .right .card-wrapper .cardbox .card-detail{width:100%}.market .right .card-wrapper .cardbox .card-images{max-width:282px;width:auto}}@media (min-width:768px) and (max-width:991px){.market .left{width:270px}.market .right{width:calc(100% - 260px)}.market .right .filet-title select{min-width:114px}.market .right .card-wrapper .cardbox{width:46%}.market .right .card-wrapper .cardbox .card-images{max-width:282px;width:auto}}@media (min-width:992px) and (max-width:1199px){.market .left{width:270px}.market .right{width:calc(100% - 260px)}.market .right .filet-title select{min-width:164px}.market .right .card-wrapper .cardbox{width:30%}.market .right .card-wrapper .cardbox .card-images{max-width:282px;width:auto}}@media (min-width:1200px) and (max-width:1500px){.market .right .card-wrapper .cardbox{width:31%}.market .right .card-wrapper .cardbox .card-images{max-width:282px;width:auto}}@media (min-width:1501px) and (max-width:1800px){.market .right .card-wrapper .cardbox{width:23%}.market .right .card-wrapper .cardbox .card-images{max-width:282px;width:auto}}
/*# sourceMappingURL=main.0d835785.chunk.css.map */