html,body{padding:0;margin:0;background:#f2f2f2;max-width:1800px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;margin:auto}button{border:none;outline:none;transition:.2s ease;padding:10px;border-radius:5px}button:active{transform:scale(0.85)}#alert{position:fixed;top:-70px;z-index:50;background:#fff;color:#fff;width:100%;height:70px;text-align:center;display:flex;justify-content:center;align-items:center;transition:.3s ease}.loader{position:fixed;z-index:100;width:100%;left:0;top:0;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.loader img{width:10%;height:auto}.loader.hidden{-webkit-animation:LoaderJump 1s ease-in forwards;animation:LoaderJump 1s ease-in forwards}@-webkit-keyframes LoaderJump{100%{opacity:0;height:0%;visibility:hidden}}@keyframes LoaderJump{100%{opacity:0;height:0%;visibility:hidden}}main{min-height:100vh;position:relative;background:#f2f2f2}nav{position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:10}nav .top-nav-div{display:grid;grid-template-columns:10% 55% 25%;grid-template-rows:40px;justify-content:space-between;padding-top:5px;height:50px;background:#fff;border-bottom:4px solid purple;width:100%}nav .top-nav-div #search-icon-product-mobile,nav .top-nav-div .hamburger-menu{display:none}nav .top-nav-div .cart-login-mobile{display:none}nav .top-nav-div .cart-login{width:100%;display:flex;justify-content:space-around;align-items:center;align-content:center;background:purple;color:#fff;height:55px;margin-top:-5px;font-weight:700}nav .top-nav-div .cart-login div{height:100%}nav .top-nav-div .cart-login .cart{border-right:1px solid #fff;padding:0 40px 0 0;cursor:pointer;transition:.2s ease}nav .top-nav-div .cart-login .cart:active{transform:scale(0.95)}nav .top-nav-div .cart-login .login{cursor:pointer;transition:.2s ease}nav .top-nav-div .cart-login .login:active{transform:scale(0.95)}nav .top-nav-div img{height:40px;width:auto}nav .search-input{width:100%;margin:auto;outline:none}nav .search-input .search-bar{width:100%}nav .search-input .search-bar .search-holder{display:flex}nav .search-input .search-bar .search-holder button{margin-left:10px;border-radius:5px;padding:5px 15px;background:purple;color:#fff}nav .search-input .search-bar .search-mimic{border:1px solid #ced4da;border-radius:.25rem;transition:.8s ease;height:42px;width:80%}nav .search-input .search-bar .search-mimic:focus-within{color:#495057;background-color:#fff}nav .search-input .search-bar #search-icon{position:relative;font-size:20px;color:gray;font-weight:bold;left:1%;height:100%}nav .search-input .search-bar #clearSearch{z-index:5;opacity:0;cursor:pointer;position:absolute;width:1%;top:25%;left:57%;font-size:20px;color:gray;display:none}nav .search-input .search-bar #backBtn{display:none}nav .search-input input{width:92%;font-family:inherit;font-weight:400;border:none;position:relative;left:3%;height:100%;text-overflow:ellipsis;overflow:hidden;outline:none}nav .search-input input:placeholder{color:#6c757d;opacity:1}.mobile-nav-bottom{display:none}@media only screen and (max-width: 1050px){nav .top-nav-div{grid-template-columns:20% 70%;grid-template-rows:80px 40px;height:130px}nav .top-nav-div .cart-login{grid-column:1/3}nav .top-nav-div .cart-login .cart{padding:0 20% 0 0}nav .top-nav-div .hamburger-menu{display:block;cursor:pointer;text-align:center;height:70px;margin:30px -5px 50px 5px}nav .top-nav-div .hamburger-menu .bar1,nav .top-nav-div .hamburger-menu .bar2,nav .top-nav-div .hamburger-menu .bar3{width:35px;height:5px;background-color:purple;margin:6px 0;transition:.4s}nav .top-nav-div .change .bar1{transform:rotate(-45deg) translate(-9px, 6px)}nav .top-nav-div .change .bar2{opacity:0}nav .top-nav-div .change .bar3{transform:rotate(45deg) translate(-8px, -8px)}nav .search-input input{width:94%;margin:auto}nav .search-input .search-bar .search-mimic{width:95%;margin:auto}nav .search-input .search-bar .search-mimic #clearSearch{left:94%}nav .search-input button{display:none}}@media only screen and (max-width: 480px){nav .top-nav-div{grid-template-columns:100%;grid-template-rows:65px 50px;text-align:center;height:115px}nav .top-nav-div .hamburger-menu{margin:45px -5px 50px 5px}nav .top-nav-div .cart-login-mobile{display:flex;justify-content:space-evenly;width:55%;background:purple;color:#fff;margin-top:-15px;height:60px;font-weight:bold}nav .top-nav-div .cart-login-mobile div{margin:0 0 0 0;width:100%;display:flex;justify-content:center;align-items:center}nav .top-nav-div .cart-login-mobile div span{margin:0 2px}nav .top-nav-div .cart-login-mobile div:nth-child(1){border-right:1px solid #fff}nav .top-nav-div .cart-login-mobile #cartNumber{position:absolute;top:5px}nav .top-nav-div .cart-login{display:none}nav .top-nav-div img{height:30px;width:auto;margin-top:-25px}nav .search-input .search-bar .search-mimic{border-radius:25px}nav .search-input .search-bar .search-mimic #clearSearch{left:80%;z-index:10;font-size:28px;top:4px}nav .search-input .search-bar .search-mimic #search-icon{left:-10%;z-index:10}nav .search-input .search-bar .search-mimic #backBtn{display:none}nav .search-input input{width:70%;margin:0;left:-10%}.fixed-display{position:fixed;top:0;left:0;width:100%;border-radius:0;width:100%;background:#fff}.fixed-display #search-icon{left:78% !important;z-index:10 !important;padding-left:10px !important;border-left:1px solid rgba(128,128,128,.5490196078) !important;height:20px !important}.fixed-display #backBtn{display:block;position:absolute;left:0%;font-size:30px;z-index:28;cursor:pointer;top:0}.mobile-nav-bottom{display:flex;flex-direction:row;position:fixed;bottom:0;width:100%;z-index:40;background:#fff;height:60px;overflow:hidden;justify-content:space-around}.mobile-nav-bottom a{display:flex;flex-direction:column;justify-content:space-around;text-align:center;text-decoration:none;color:#2f2f2f}.mobile-nav-bottom a i{font-size:24px}.mobile-nav-bottom .active,.mobile-nav-bottom .change{color:#4270fc}}#search-result-holder{position:fixed;background:rgba(0,0,0,.68);width:100%;left:0;z-index:25;height:0}#searchresult{position:absolute;width:44%;height:0px;transition:.4s ease;overflow:hidden;background:#fff;z-index:30}#searchresult #categoryResults,#searchresult #productCategoryResults,#searchresult #productResults{display:flex;flex-direction:column;text-align:left}#searchresult #categoryResults a,#searchresult #productCategoryResults a,#searchresult #productResults a{color:#000;text-decoration:none;margin:10px 0;width:100%}#searchresult #categoryResults a:hover,#searchresult #productCategoryResults a:hover,#searchresult #productResults a:hover{background:#ddd}.features{margin-top:40px;display:flex;justify-content:space-between;margin-left:15%}.features .feature{display:grid;height:220px;align-items:center;grid-template-columns:25% 75%}.features .feature img{width:auto;height:20%;margin:auto}@media only screen and (max-width: 1050px){.features{margin-left:0}.features .feature img{width:50%;height:auto}}@media only screen and (max-width: 480px){.features{display:flex;flex-direction:column;width:90%}.features .feature{height:100px;display:grid;grid-template-columns:15% 80%;justify-content:space-around;text-align:inherit;margin:auto;width:85%}.features .feature img{width:100%}}.breadcrumb{margin:auto;width:91.5%;display:block;font-size:small;z-index:9;position:relative}.breadcrumb i{display:none}.breadcrumb a{text-decoration:none;color:#000}.breadcrumb a:last-child{color:gray;pointer-events:none}@media only screen and (max-width: 1050px){#searchresult{width:67%}.breadcrumb{display:none}}@media only screen and (max-width: 480px){#searchresult{left:0;width:100%;top:42px}}.dropdown{display:inline-block;margin-top:10px;width:95%}.dropdown i{margin:0 10px 0 0}.dropdown-content{height:0;overflow:hidden;position:absolute;left:190px;top:70px;background-color:#fff;min-width:1000px;box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);border-left:2px solid rgba(128,128,128,.3098039216);z-index:1;transition:.3s ease;display:grid;grid-template-columns:30% 33% 30%}.dropdown-content .product-listing .product-link{padding:0;margin:0 0 0 10px;color:gray;transition:.2s ease;text-decoration:none}.dropdown-content .product-listing .product-link:hover{color:purple}.dropdown-content .product-listing p{border-bottom:1.5px solid rgba(128,128,128,.3098039216);width:95%;margin:0 0 0 10px;font-weight:bold}.dropdown-content .product-listing p a{color:#000;text-decoration:none;display:block;transition:.2s ease}.dropdown-content .product-listing p a:hover{color:purple}.dropdown:hover .dropdown-content{height:340px}.dropdown:hover .dropbtn{background-color:#3e8e41}@media only screen and (max-width: 1050px){.dropdown{width:95%}.dropdown-content{display:none}}.dropbtn,.dropbtnmobile{height:auto !important;border:none !important}.dropdown-logged,.dropdown-loggedmobile{position:relative;display:inline-block;border:none !important}.dropdown-content-logged,.dropdown-content-loggedmobile{display:none !important;position:absolute;background-color:#fff;min-width:120px;overflow:auto;box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);z-index:1;left:-25px}.dropdown-content-logged a,.dropdown-content-loggedmobile a{color:#007bff;padding:12px 16px;text-decoration:none;display:block}.dropdown-content-logged a:hover,.dropdown-content-loggedmobile a:hover{background-color:purple;color:#fff}.showlog{display:flex !important;flex-direction:column;height:auto !important}@media only screen and (max-width: 1050px){.dropdown-loggedmobile{width:100% !important}.showlog{top:25px}}@media only screen and (max-width: 480px){.showlog{top:40px}}.categories-div{display:grid;grid-template-columns:13% 83%;justify-content:space-between}.categories-div .all-categories{width:100%;background:#fff;margin-left:15px;border-radius:10px;padding:8px;margin-top:10px}.categories-div .all-categories .category-main-header{display:none}.categories-div .all-categories ul{list-style-type:none;width:100%;padding:0;margin:0}.categories-div .all-categories ul li{width:100%;display:flex;justify-content:space-between;align-items:center;padding-left:10px;cursor:pointer;color:#007bff}.categories-div .all-categories ul li:hover{background:purple;color:#fff}.categories-div .top-categories{width:100%;margin-top:-10px}.categories-div .top-categories h2{padding:5px;background:purple;color:#fff;width:300px}.categories-div .top-categories .top-category-div{display:flex;margin-left:-5px}.categories-div .top-categories .top-category-div div{text-decoration:none;cursor:pointer;margin:0 10px 0 0}.categories-div .top-categories .top-category-div div a{display:flex;width:250px;padding:5px;transition:.2s ease-in;background:#fff}.categories-div .top-categories .top-category-div div a:hover{transform:scale(1.09)}.categories-div .top-categories .top-category-div div a img{height:250px;width:100%;margin:auto;-o-object-fit:contain;object-fit:contain;background:#fff}@media only screen and (max-width: 1050px){.categories-div{display:block}.categories-div .all-categories{position:fixed;left:0;margin-left:0px;width:0%;overflow:hidden;background:#fff;top:60px;z-index:11;transition:.2s ease;padding:0px;min-height:95%}.categories-div .all-categories .category-main-header{display:block}.categories-div .all-categories ul{width:100%}.categories-div .top-categories h2{width:95%;margin:25px auto}.categories-div .top-categories .top-category-div{margin-left:0;display:grid;grid-template-columns:45% 45%;grid-auto-rows:auto;justify-content:end}}@media only screen and (max-width: 480px){.categories-div .all-categories{top:60px}.categories-div .top-categories h2{width:92%}.categories-div .top-categories .top-category-div{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center}.categories-div .top-categories .top-category-div div a{height:150px;width:150px;text-align:center}.categories-div .top-categories .top-category-div div a img{height:150px}}.top-products{width:75%;margin:10px 0px 10px 18%}.top-products h2{padding:5px;background:purple;color:#fff;width:300px;margin-left:-20px}.top-products .products-div{display:grid;grid-template-columns:280px 280px 280px;justify-content:space-between}.top-products .products-div span{-webkit-clip-path:polygon(0 0, 100% 0, 90% 100%, 0% 100%);clip-path:polygon(0 0, 100% 0, 90% 100%, 0% 100%);width:30px;height:19px;position:absolute;color:#fff;background:purple;padding:5px 2px;transition:.2s ease-in}.top-products .products-div span:hover{width:250px}.top-products .products-div span category{max-width:0;transition:.3s ease}.top-products .products-div .product{margin:10px auto 50px -20px;height:350px;cursor:pointer;width:100%}.top-products .products-div .product p{margin:0}.top-products .products-div .product button{cursor:pointer;margin:10px 0px}.top-products .products-div .product .add-to-cart-btn{background:#007bff;color:#fff}.top-products .products-div .product .add-to-cart-btn:hover{background:#0069d9}.top-products .products-div .product .product-title{color:#007bff;overflow:hidden;text-overflow:ellipsis;font-size:1.75rem;line-height:1.25em;max-height:3.5em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-weight:500}.top-products .products-div .product img{width:100%;height:280px;margin:auto;-o-object-fit:contain !important;object-fit:contain !important;background:#fff}@media only screen and (max-width: 1050px){.top-products{width:100%;margin-left:0}.top-products h2{width:95%;margin:auto}.top-products .products-div{grid-template-columns:45% 45%;margin-bottom:60px;justify-content:space-around}.top-products .products-div .product{margin:30px 0 0;width:340px;height:450px}.top-products .products-div .product img{height:340px}}@media only screen and (max-width: 480px){.top-products .products-div span{padding:10px}.top-products .products-div .product{height:200px;width:150px}.top-products .products-div .product span{font-size:15px;width:20px;height:15px}.top-products .products-div .product span:hover{width:135px}.top-products .products-div .product img{height:150px}.top-products .products-div .product .product-title{font-size:17px}}.mySlides{display:none}img{vertical-align:middle}.slideshow-container{max-width:365px;position:relative;margin:auto;height:100%;display:flex;align-items:center;justify-content:center}.prev,.next{cursor:pointer;position:absolute;top:50%;width:auto;padding:16px;margin-top:-22px;color:#fff;font-weight:bold;font-size:18px;transition:.6s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:rgba(0,0,0,.6)}.next{right:0;border-radius:0 3px 3px 0}.prev{left:0;border-radius:3px 0 0 3px}.prev:hover,.next:hover{background-color:#000}.fade{-webkit-animation-name:fade;-webkit-animation-duration:1.5s;animation-name:fade;animation-duration:1.5s;width:365px;top:-50px;position:relative}@-webkit-keyframes fade{from{opacity:.4}to{opacity:1}}@keyframes fade{from{opacity:.4}to{opacity:1}}@media only screen and (max-width: 480px){.prev,.next,.text{font-size:11px}}.category-div{text-align:center;margin-top:45px}.category-div .product-category{width:95%;display:grid;grid-template-columns:16% 16% 16% 16% 16% 16%;grid-auto-rows:180px 180px;margin:20px auto;justify-content:space-around;grid-auto-flow:dense}.category-div .product-category div{width:95%;flex-shrink:0;height:140px;margin:2px;cursor:pointer;text-align:center}.category-div .product-category div img{width:85%;margin:auto;height:85%;-o-object-fit:contain !important;object-fit:contain !important;background:#fff}.category-div .products{display:grid;grid-template-columns:280px 280px 280px;justify-content:space-around;text-align:left;width:75%;margin-left:2.6%}.category-div .products div{margin:auto;height:450px;cursor:pointer;width:280px}.category-div .products div span{-webkit-clip-path:polygon(0 0, 100% 0, 90% 100%, 0% 100%);clip-path:polygon(0 0, 100% 0, 90% 100%, 0% 100%);width:25px;height:20px;position:absolute;color:#fff;background:purple;padding:5px 2px;transition:.2s ease-in}.category-div .products div span:hover{width:230px}.category-div .products div span category{max-width:0;transition:.3s ease}.category-div .products div button{cursor:pointer;margin:10px 0px}.category-div .products div .add-to-cart-btn{background:#007bff;color:#fff}.category-div .products div .add-to-cart-btn:hover{background:#0069d9}.category-div .products div .product-title{color:#007bff;overflow:hidden;text-overflow:ellipsis;font-size:1.75rem;line-height:1.25em;max-height:3.5em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.category-div .products div img{width:280px;height:280px;margin:auto;-o-object-fit:contain !important;object-fit:contain !important;background:#fff}@media only screen and (max-width: 1050px){.category-div .product-category{display:grid;grid-template-columns:24% 24% 24% 24%;grid-auto-rows:auto;justify-content:space-around}.category-div .products{padding-bottom:25px;grid-template-columns:45% 45%;width:95%}.category-div .products div{margin:30px 0 0;width:340px;height:480px}.category-div .products div img{width:340px;height:340px}}@media only screen and (max-width: 480px){.category-div .product-category div{height:95px}.category-div .products span{font-size:15px;width:20px;height:15px}.category-div .products span:hover{width:135px}.category-div .products div{width:150px;height:255px}.category-div .products div img{width:150px;height:150px}.category-div .products div .product-title{font-size:17px}}.product-category-div{text-align:center}.product-category-div .products-div{display:grid;grid-template-columns:280px 280px 280px;justify-content:space-around;width:75%;margin:0 60px}.product-category-div .products-div .product{margin:40px 0 15px -20px;height:450px;cursor:pointer;text-align:left;width:280px}.product-category-div .products-div .product span{-webkit-clip-path:polygon(0 0, 100% 0, 90% 100%, 0% 100%);clip-path:polygon(0 0, 100% 0, 90% 100%, 0% 100%);width:30px;height:19px;position:absolute;color:#fff;background:purple;padding:5px 2px;transition:.2s ease-in}.product-category-div .products-div .product span:hover{width:230px}.product-category-div .products-div .product span category{max-width:0;transition:.3s ease}.product-category-div .products-div .product button{cursor:pointer;margin:10px 0px}.product-category-div .products-div .product .add-to-cart-btn{background:blue;color:#fff}.product-category-div .products-div .product .product-title{color:#007bff;overflow:hidden;text-overflow:ellipsis;font-size:1.75rem;line-height:1.25em;max-height:3.5em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-weight:500}.product-category-div .products-div .product img{width:280px;height:280px;margin:auto;-o-object-fit:contain !important;object-fit:contain !important;background:#fff}@media only screen and (max-width: 1050px){.product-category-div .products-div{grid-template-columns:auto auto;justify-content:space-around;padding-bottom:35px}.product-category-div .products-div .product{height:350px}.product-category-div .products-div .product .product-title{font-size:17px}}@media only screen and (max-width: 480px){.product-category-div .products-div{width:95%;margin:0}.product-category-div .products-div .product{width:150px;height:255px;margin:2px}.product-category-div .products-div .product span{font-size:15px;width:20px;height:15px}.product-category-div .products-div .product span:hover{width:135px}.product-category-div .products-div .product img{width:150px;height:150px}}.product-holder-div{display:grid;grid-template-columns:30% 65%;grid-template-rows:auto auto;justify-content:space-evenly;width:95%;margin:-25px auto}.product-holder-div .image-holder{width:100%;height:100%;margin-top:-40px}.product-holder-div .image-holder img{height:365px;width:365px;margin:0;-o-object-fit:contain !important;object-fit:contain !important;background:#fff}.product-holder-div .product-brief{padding-top:105px}.product-holder-div .product-brief form{margin-top:30px}.product-holder-div .product-brief form select{width:70%;padding:10px;border-radius:5px;border:none;margin:-15px 0 25px 0px}.product-holder-div .product-brief form button{background:purple;color:#fff;margin-top:-10px}.product-holder-div .product-brief form p{margin-bottom:25px;padding-top:5px}.product-holder-div .product-brief .size-span-ul,.product-holder-div .product-brief .color-span-ul,.product-holder-div .product-brief .shipping-btn-ul{list-style-type:none}.product-holder-div .product-brief .size-span-ul li,.product-holder-div .product-brief .color-span-ul li,.product-holder-div .product-brief .shipping-btn-ul li{float:left;margin:0 5px 0 0;width:190px;height:40px;position:relative;text-align:center;border:1px solid gray;transition:.2s ease;cursor:pointer}.product-holder-div .product-brief .size-span-ul li:hover,.product-holder-div .product-brief .color-span-ul li:hover,.product-holder-div .product-brief .shipping-btn-ul li:hover{background:#dfdfdf}.product-holder-div .product-brief .size-span-ul label,.product-holder-div .product-brief .size-span-ul input,.product-holder-div .product-brief .color-span-ul label,.product-holder-div .product-brief .color-span-ul input,.product-holder-div .product-brief .shipping-btn-ul label,.product-holder-div .product-brief .shipping-btn-ul input{display:block;position:absolute;top:0;left:0;right:0;bottom:0}.product-holder-div .product-brief .size-span-ul input[type=radio],.product-holder-div .product-brief .color-span-ul input[type=radio],.product-holder-div .product-brief .shipping-btn-ul input[type=radio]{opacity:.01;z-index:100}.product-holder-div .product-brief .size-span-ul input[type=radio]:checked+label,.product-holder-div .product-brief .size-span-ul input[type=radio] .Checked+label,.product-holder-div .product-brief .color-span-ul input[type=radio]:checked+label,.product-holder-div .product-brief .color-span-ul input[type=radio] .Checked+label,.product-holder-div .product-brief .shipping-btn-ul input[type=radio]:checked+label,.product-holder-div .product-brief .shipping-btn-ul input[type=radio] .Checked+label{background:#ffe6ff;border:1px solid #c0c;box-shadow:0 0 10px purple;font-weight:bolder}.product-holder-div .product-brief .size-span-ul label,.product-holder-div .product-brief .color-span-ul label,.product-holder-div .product-brief .shipping-btn-ul label{padding:5px;border:1px solid #ccc;cursor:pointer;z-index:5}.product-holder-div .product-description{grid-column:1/3;height:auto;word-wrap:break-word;background:#fff}.product-holder-div .product-description .desc-content{padding:4.5%}.product-holder-div .product-description .desc-content #reviews{display:none}.product-holder-div .product-description .desc-content #reviews .checked{color:orange}.product-holder-div .product-description .desc-content #reviews section{text-align:center;display:grid;grid-template-columns:20% 80%;justify-content:space-around}.product-holder-div .product-description .desc-content #reviews section .section-top-rating{grid-column:1/3;display:grid;grid-template-columns:20% 80%}.product-holder-div .product-description .desc-content #reviews section .rating-distribution{text-align:justify}.product-holder-div .product-description .desc-content #reviews section .rating-distribution p{margin:-6px}.product-holder-div .product-description .desc-content #reviews section .review-description{grid-column:1/3;display:grid;grid-template-columns:20% 80%}.product-holder-div .product-description .desc-content #reviews section .review-description p:nth-child(1){font-size:xx-large}.product-holder-div .product-description .desc-content #reviews section .review-description p:nth-child(2){text-align:left}.product-holder-div .product-description .desc-content #specs{width:100%;display:none}.product-holder-div .product-description .desc-content #specs p{display:grid;grid-template-columns:40% 60%;border-bottom:1px solid rgba(128,128,128,.2392156863);width:85%;margin:10px auto}.product-holder-div .product-description .desc-content #specs p span{padding:10px}.product-holder-div .product-description .desc-content #specs p span:nth-child(1){font-weight:bold;color:#000}.product-holder-div .product-description .desc-content #specs p span:nth-child(2){font-weight:light;color:rgba(128,128,128,.8)}.product-holder-div .product-description .navigation-description{width:98.3%;display:grid;grid-template-columns:160px 200px 200px;border-bottom:1px solid rgba(128,128,128,.2588235294);font-weight:bold;text-align:center;color:gray}.product-holder-div .product-description .navigation-description .active-desc-tab{font-weight:bolder;color:#666}.product-holder-div .product-description .navigation-description div{padding:10px;cursor:pointer}.product-holder-div .product-description img{width:100%}.product-holder-div .product-description figure{margin:0}.other-products{margin:100px 0 0 4%}.other-products h3{padding:10px;background:purple;color:#fff;width:-webkit-max-content;width:-moz-max-content;width:max-content}.other-products .products{display:grid;grid-template-columns:280px 280px 280px;justify-content:space-around}.other-products .products div{margin:40px 0 40px -65.5px;height:450px;text-align:left;cursor:pointer;width:280px}.other-products .products div button{cursor:pointer;margin:10px 0px}.other-products .products div .add-to-cart-btn{background:purple;color:#fff}.other-products .products div .product-title{color:#007bff;overflow:hidden;text-overflow:ellipsis;font-size:1.75rem;line-height:1.25em;max-height:3.5em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.other-products .products div img{width:280px;height:280px;margin:auto;-o-object-fit:contain !important;object-fit:contain !important;background:#fff}@media only screen and (max-width: 1050px){.product-holder-div{margin:65px auto auto auto;grid-template-columns:90%;grid-template-rows:320px auto auto}.product-holder-div .image-holder{margin-top:5px}.product-holder-div .product-brief{padding-top:0}.product-holder-div .product-description{grid-column:1/1;margin-left:0%}.product-holder-div .product-description .desc-content #reviews section .section-top-rating{grid-template-columns:45% 45%;justify-content:inherit}.other-products{padding-bottom:0px;margin:30px auto 0 auto;width:85%;overflow:hidden}.other-products h3{width:100%}.other-products .products{grid-template-columns:45% 45%}}@media only screen and (max-width: 480px){.product-holder-div{grid-template-rows:320px auto auto}.product-holder-div .product-description .navigation-description{grid-template-columns:auto auto auto}.product-holder-div .product-brief .size-span-ul,.product-holder-div .product-brief .color-span-ul,.product-holder-div .product-brief .shipping-btn-ul{padding:10px}.product-holder-div .product-brief .size-span-ul li,.product-holder-div .product-brief .color-span-ul li,.product-holder-div .product-brief .shipping-btn-ul li{margin:5px 15px 0 0;width:100px;height:50px}.product-holder-div .product-brief form .btn-group{position:fixed;bottom:5px;left:0;display:flex;width:100%;justify-content:space-evenly;z-index:20;background:#fff;height:70px;padding-bottom:5px;margin:auto}.product-holder-div .product-brief form .btn-group button{margin-top:10px;width:48%;background:purple;color:#fff;height:50px}.other-products .products .product{width:150px;height:325px;margin:0 auto 110px}.other-products .products .product img{width:150px;height:150px}.other-products .products .product .product-title{font-size:medium}}#BuyNow .modal-content,#CartCheckoutLogin .modal-content{display:grid;grid-template-columns:45% 45%;width:100%;height:100%;background:#f2f2f2}#BuyNow .back-btn,#CartCheckoutLogin .back-btn{position:absolute;background:purple;color:#fff;box-shadow:0 0 2px gray;border:none;margin:5px}#BuyNow .social-login-btn,#CartCheckoutLogin .social-login-btn{display:grid;justify-content:space-around;grid-template-columns:50% 50%}#BuyNow .social-login-btn button,#CartCheckoutLogin .social-login-btn button{color:#fff;display:flex;width:80%;float:left;justify-content:center;align-items:center;padding:5px;box-shadow:0 5px 10px gray}#BuyNow .social-login-btn button img,#CartCheckoutLogin .social-login-btn button img{border-radius:50%;width:40px;height:auto;margin-right:10px}#BuyNow .social-login-btn #fbBtn,#CartCheckoutLogin .social-login-btn #fbBtn{background:#3b5998;transition:.3s ease;cursor:pointer}#BuyNow .social-login-btn #fbBtn:hover,#CartCheckoutLogin .social-login-btn #fbBtn:hover{background:#2d4373}#BuyNow .social-login-btn #googleBtn,#CartCheckoutLogin .social-login-btn #googleBtn{background:#ea4335;transition:.3s ease;cursor:pointer}#BuyNow .social-login-btn #googleBtn:hover,#CartCheckoutLogin .social-login-btn #googleBtn:hover{background:#d62516}#BuyNow .login-signup,#BuyNow .checkout,#CartCheckoutLogin .login-signup,#CartCheckoutLogin .checkout{margin-top:50px;border-left:1px solid gray;padding-left:50px}#BuyNow .input-div,#CartCheckoutLogin .input-div{display:flex;flex-direction:column;width:90%}#BuyNow .input-div input,#CartCheckoutLogin .input-div input{border:2px solid #000;padding:10px}#BuyNow a,#CartCheckoutLogin a{color:#000}#BuyNow a:hover,#CartCheckoutLogin a:hover{color:#000}#BuyNow .submit-btn,#CartCheckoutLogin .submit-btn{background:#000;color:#fff;padding:10px;width:90%;border:none;margin-top:20px}.checkoutModalContent{margin:50px 0;background:#fff;border:1px solid #d0d0d0;border-radius:5px;width:90%}@media only screen and (max-width: 1050px){.checkoutModalContent{margin:50px auto;width:100%}#BuyNow .modal-content,#CartCheckoutLogin .modal-content{display:grid;grid-template-columns:95%;width:100%;height:100%}#BuyNow .submit-btn,#CartCheckoutLogin .submit-btn{width:100%}#BuyNow .sociallogin button,#CartCheckoutLogin .sociallogin button{width:95%}#BuyNow #checkoutBtn,#CartCheckoutLogin #checkoutBtn{position:absolute;top:20px;width:50%;right:0}#BuyNow .input-div,#CartCheckoutLogin .input-div{width:100%}#BuyNow .checkout b,#BuyNow .checkout p,#CartCheckoutLogin .checkout b,#CartCheckoutLogin .checkout p{display:none}}.user-page{width:98%;display:grid;grid-template-columns:20% 80%;margin-left:auto;padding:10px}.user-page .user-content{background:#fff;border-radius:20px}.user-page .user-content .error{width:80%;text-align:center;background:red;color:#fff;margin:auto}.user-page .user-content .success{width:80%;text-align:center;background:#148b00;color:#fff;margin:auto}.user-page .user-content h2{padding:10px;border-bottom:1px solid #f2f2f2}.user-page .user-content .overview-div-holder{display:grid;grid-template-columns:50% 50%;grid-template-rows:250px 250px 250px}.user-page .user-content .overview-holder .mobile-overview{display:none}.user-page .user-content .overview-div{margin:10px;border:1px solid #f2f2f2}.user-page .user-content .overview-div h3{border-bottom:1px solid #f2f2f2;width:100%}.user-page .user-content .overview-div h3 a{text-decoration:none;color:#000;padding:10px}.user-page .user-content .account-orders .orders-tab{width:90%;color:gray;display:grid;grid-template-columns:50% 50%;justify-content:space-around;text-align:center;padding:10px}.user-page .user-content .account-orders .orders-tab span{cursor:pointer}.user-page .user-content .account-orders .orders-tab .active{border-bottom:2px solid purple;color:purple;width:98%;font-weight:bold}.user-page .user-content .account-orders .order-content{width:90%;margin:auto}.user-page .user-navigation{width:95%;display:flex;flex-direction:column;justify-content:space-around;height:280px;background:#fff}.user-page .user-navigation .underline{color:#fff;background:#004996;color:#fff;background:purple;border-radius:10px}.user-page .user-navigation div{padding:20px 0px;border-bottom:1px solid rgba(173,173,173,.3882352941);width:80%;margin:-10px auto}.user-page .user-navigation a{text-decoration:none;color:#007bff;width:90%;display:block;padding:5px 8px;margin:-9px auto;border-radius:10px}.user-page .user-navigation a:hover{text-decoration:none;color:#fff;background:purple}.account-details{width:90%;margin:auto}.account-details form{width:100%}.account-details form div{width:100%;display:flex;flex-direction:column;margin:20px 0px}.account-details form div input{border-radius:5px;outline:none;border:1px solid gray;transition:.2s ease;padding:10px;background:rgba(0,0,0,0);margin:5px 0}.account-details form div input:focus{box-shadow:0px 2px 6px -1px rgba(82,0,82,.94)}.account-details form div button{color:#fff;background:purple;box-shadow:0px 2px 6px -1px rgba(82,0,82,.94)}.account-details .add-address-btn{color:#fff;background:purple;box-shadow:0px 2px 6px -1px rgba(82,0,82,.94)}.address-holder{display:grid;grid-template-columns:250px 250px 250px}.address{display:flex;flex-direction:column;height:auto;width:230px;padding:5px;margin:auto;border-bottom:1px solid rgba(106,0,106,.72)}.review-block{width:70%;margin:20px auto;box-shadow:0px 5px 20px 6px rgba(217,217,217,.25)}.review-block .detail{display:grid;grid-template-columns:20% 75%;justify-content:space-around}.rate{margin:10px 0px;padding:10px;text-align:center;border-top:1px solid #d6d6d6}.rate a{color:purple;text-decoration:none}.review-block .detail img{width:90%;height:auto}.product-data img{width:30%;height:auto}.review-container{width:80%;margin:auto}.stars-container{text-align:center;padding:10px;box-shadow:0px 5px 20px 6px rgba(217,217,217,.25)}.review-text{padding:10px;box-shadow:0px 5px 20px 6px rgba(217,217,217,.25);margin:10px 0;text-align:center}.review-text input{border:none;border-bottom:1px solid #eee;width:80%;margin:10px 0}.review-text textarea{border:1px solid #eee;width:80%;margin:10px 0}.review-text button{color:#fff;background:purple}@media only screen and (max-width: 1050px){.user-page{grid-template-columns:90%}.user-page .user-navigation{position:fixed;left:0;margin-left:0px;width:0%;overflow:hidden;background:#fff;top:60px;z-index:35;transition:.2s ease;min-height:60%}.user-page .user-navigation a{padding:10px}.user-page .user-navigation a:hover{width:100%}.user-page .user-navigation .underline{width:100%}.user-page .user-content{padding-bottom:0px}}@media only screen and (max-width: 480px){.user-page{padding-bottom:10px}.user-page .user-content .overview-div-holder{grid-template-columns:90%;padding-left:10px}.user-page .user-content .overview-holder .overview{display:none}.user-page .user-content .overview-holder .mobile-overview{display:block;width:95%;display:flex;flex-direction:column;justify-content:space-around;height:280px;background:#fff}.user-page .user-content .overview-holder .mobile-overview .underline{color:#fff;background:#004996;color:#fff;background:purple;border-radius:10px}.user-page .user-content .overview-holder .mobile-overview div{padding:20px 0px;border-bottom:1px solid rgba(173,173,173,.3882352941);width:80%;margin:-10px auto}.user-page .user-content .overview-holder .mobile-overview a{text-decoration:none;color:#007bff;width:90%;display:block;padding:5px 8px;margin:-9px auto;border-radius:10px}.user-page .user-content .overview-holder .mobile-overview a:hover{text-decoration:none;color:#fff;background:purple}.address-holder{display:grid;grid-template-columns:80%}.review-block{width:90%}.review-block .detail{grid-template-columns:50% 50%}}.order-desc{width:90%;background:#f2f2f2;margin:10px auto;padding:5px}.order-desc>p{margin:0px}.order-desc>.billing-info>div>.images{width:100%;margin:10px 0px;display:grid;grid-template-columns:30% 30% 30%;justify-content:space-around;text-overflow:ellipsis;border-bottom:1px solid #fff}.order-desc>.billing-info>div>.images>img{height:100px;width:auto}@media only screen and (max-width: 1050px){.order-desc>.billing-info>div>.images>img{height:50px;width:auto}}.cart-content{width:90%;display:grid;grid-template-columns:70% 28%;justify-content:space-around;margin-left:auto;margin-top:35px;padding-bottom:20px}.cart-content .order-summary{background:#fff;padding:10px;border-radius:10px;box-shadow:1px 1px 4px 1px rgba(0,0,0,.5);height:-webkit-max-content;height:-moz-max-content;height:max-content}.cart-content .cart-items-container{padding:10px;background-color:#fff;border-radius:10px;box-shadow:1px 1px 4px 1px rgba(0,0,0,.5)}.cart-content .cart-items-container .cart-content-holder .cart-content-title,.cart-content .cart-items-container .cart-content-holder .cart-product-row{width:100%;display:grid;grid-template-columns:30% 14% 14% 14% 14% 14%;padding:8px}.cart-content .cart-items-container .cart-content-holder .cart-product-row{grid-template-rows:120px}.cart-content .cart-items-container .cart-content-holder .cart-product-row div{border-bottom:1px solid #ddd;padding:8px}.cart-content .cart-items-container .cart-content-holder .cart-product-row .img{display:flex}.cart-content .cart-items-container .cart-content-holder .cart-product-row .img img{-o-object-fit:cover;object-fit:cover}.cart-content .cart-items-container .cart-content-holder .cart-product-row .img div{border:none}.cart-content .cart-items-container .cart-content-holder .cart-product-row .img div button{background:#fff;color:rgba(177,0,0,.84)}.cart-content .cart-items-container .cart-content-holder .cart-product-row select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);background-repeat:no-repeat;background-position:right;background-color:#fff;color:#000;padding:10px 20px 10px 0px;border:none;border-bottom:1px solid rgba(105,105,105,.6196078431)}.cart-content .cart-items-container .cart-content-holder .cart-content-title{border-bottom:1px solid #ddd;border-top:1px solid #ddd;height:auto;font-weight:bold;text-align:center}.cart-content .cart-items-container h1{font-size:2.5rem;padding:0;margin:0 0 .5rem 0;font-weight:500;line-height:1.2}.cart-content .cart-items-container .total-cart{width:30%;margin-left:auto;display:flex;justify-content:space-between;margin-bottom:15px}.cart-content .cart-items-container .total-cart span{color:gray}.cart-content .cart-items-container .total-cart span:nth-child(2){font-weight:bold}.cart-content .cart-items-container .current-items-paragraph{color:#6c757d}.cart-content .cart-items-container .cart-group-btn{display:flex;justify-content:space-between;align-items:center}.cart-content .cart-items-container .continue-shopping-btn{cursor:pointer;color:gray}.cart-content .cart-items-container .continue-shopping-btn:hover{color:#000}.cart-content .cart-items-container .checkout-btn{background:#007bff;color:#fff;cursor:pointer;transition:.2s ease}.cart-content .cart-items-container .checkout-btn:hover{background:#00448e}@media only screen and (max-width: 1050px){.cart-content{width:100%;grid-template-columns:90%;padding-bottom:20px}.cart-content .order-summary{margin-top:20px}.cart-content .cart-items-container .cart-content-holder .cart-product-row{grid-template-columns:40% 30.5% 27.5%;grid-template-rows:45px 45px 45px 45px 45px}.cart-content .cart-items-container .cart-content-holder .cart-product-row div{border:none;padding:8px}.cart-content .cart-items-container .cart-content-holder .cart-product-row .subtotal{display:none !important}.cart-content .cart-items-container .cart-content-holder .cart-product-row .img{display:flex;flex-direction:column;text-align:center;grid-row:1/6}.cart-content .cart-items-container .cart-content-holder .cart-content-title{display:none}.cart-content .cart-items-container .total-cart{width:50%}}@media only screen and (max-width: 480px){.cart-content{width:100%;grid-template-columns:90%}}html,body{padding:0;margin:0;background:#f2f2f2;max-width:1800px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;margin:auto}button{border:none;outline:none;transition:.2s ease;padding:10px;border-radius:5px}button:active{transform:scale(0.85)}#alert{position:fixed;top:-70px;z-index:50;background:#fff;color:#fff;width:100%;height:70px;text-align:center;display:flex;justify-content:center;align-items:center;transition:.3s ease}.main-div{max-width:1800px;overflow:hidden;width:100%;display:grid;grid-template-columns:70% 25%;justify-content:space-around;padding-bottom:20px}.main-div .checkout-btn{width:100%;color:#fff;background:purple;cursor:pointer}.main-div .left-div h4{width:100%;margin:-5px;border-radius:10px 10px 0 0;padding:15px}.main-div .address-details,.main-div .payment-method{background:#fff;overflow:hidden;margin-bottom:10px;padding:25px 0;border-radius:20px}.main-div .address-details a,.main-div .payment-method a{color:blue;text-decoration:none;cursor:pointer}.main-div .address-details p,.main-div .payment-method p{padding:10px 0 10px 10px}.main-div .address-details .address-wrapper,.main-div .payment-method .address-wrapper{display:grid;grid-template-columns:70% 30%;padding:25px 5px}.main-div .payment-method .paymentoption{display:grid;grid-template-columns:40% 40%;height:150px;justify-content:space-around;padding:10px}.main-div .payment-method .paymentoption .box{display:flex;width:auto;height:100px;padding:0 10px;align-content:center;align-items:center}.main-div .payment-method .paymentoption .box label{display:flex}.main-div .payment-method .paymentoption .box img{width:180px;margin:auto}.main-div .payment-method .paymentoption .box input{outline:none}.main-div .payment-method .paymentoption section{grid-column:1/3;display:none}.main-div .payment-method .paymentoption section input[type=number]::-webkit-inner-spin-button,.main-div .payment-method .paymentoption section input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.main-div .payment-method .paymentoption section input[type=number]{-moz-appearance:textfield}.main-div .payment-method .paymentoption section input{border:none;padding:10px;margin:5px 0 5px 0;border:1px solid #009fff}.main-div .payment-method .paymentoption section input:focus{outline:none;border:1px solid #bbb}.main-div .finalise{background:#fff;border-radius:20px}.main-div .finalise a{color:purple;text-decoration:none}.main-div .finalise h3{width:30%;margin:10px 10px 0 auto;display:flex;justify-content:space-between;color:gray}.main-div .finalise .product-row .product{display:grid;grid-template-columns:10% 55% 15%;justify-content:space-around;text-align:left;height:120px;padding:10px;border-bottom:1px solid rgba(128,128,128,.3882352941);width:95%;margin:auto}.main-div .finalise .product-row .product img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.main-div .order-summary{width:100%;background:#fff;padding:10px;border-radius:10px;position:absolute;bottom:40px}.main-div .order-summary #errorDisplay{opacity:0;transition:.1s ease;color:red}.main-div .order-summary input{border-radius:5px;padding:8px;outline:none;border:1px solid #ddd}.main-div .order-summary button{background:purple;color:#fff}.main-div .order-summary h4{width:100%;margin:-5px -5px 2px -5px;padding:15px}.main-div .order-summary p{display:flex;justify-content:space-between}.main-div .order-summary a{text-decoration:none;margin-left:auto}.payment-input-maindiv{display:grid;grid-template-columns:45% 45%;grid-template-rows:55px 55px;justify-content:space-around}.payment-input-maindiv .payment-input{display:flex;flex-direction:column}@media only screen and (max-width: 1050px){.main-div{grid-template-columns:90%;padding-bottom:30px}.main-div .address-details .address-wrapper{grid-template-columns:90%}.main-div .finalise h3{width:60%}.main-div .finalise .product-row .product{height:auto;grid-template-columns:20% 50%;grid-template-rows:auto}.main-div .finalise .product-row .product img{grid-row:1/3}.main-div .finalise .product-row .product div p{margin:0}.main-div .payment-method .paymentoption div{width:120px;height:70px;margin-left:-20px;align-items:center}.main-div .checkout-btn{width:100%}.main-div .order-summary{position:relative;width:95%}.main-div .order-summary p{width:auto}.main-div .order-summary h4{width:92%;margin:auto;border-radius:0}.payment-input-maindiv{grid-template-columns:90%}}@media only screen and (max-width: 1050px){.main-div{padding-bottom:30px}}.custom-modal{display:none;background:rgba(0,0,0,.61);position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;transition:.3s ease;z-index:-20;overflow-y:scroll}.custom-modal .custom-modal-content{width:60%;height:auto;background:#fff;padding:10px 5px;border-radius:10px;margin:auto}.custom-modal h4{font-size:1.5rem}.custom-modal .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.custom-modal .submitbtnresend{box-shadow:0 5px 10px gray;background:#28a745;width:100%;border-radius:5px;padding:10px;color:#fff}.custom-modal .close-modal-btn{font-size:30px;cursor:pointer}.custom-modal .btn-group-address{margin:auto;width:95%}.show{display:flex;justify-content:center;align-items:center;opacity:1;z-index:30}@media only screen and (max-width: 1050px){.custom-modal{width:98%}.custom-modal .custom-modal-content{width:95%;height:auto}}.bs-modal{position:fixed;top:0;left:0;z-index:20;display:block;width:100%;height:100%;overflow:hidden;outline:0;background:rgba(127,127,127,.568627451)}.bs-modal .content{padding:10px}.bs-modal .message{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;padding:10px;border-radius:5px}.bs-modal-dialog{width:50%;margin:auto;background:#fff;border-radius:5px;margin-top:20px}.bs-modal-header{border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:10px}.bs-modal-header .close-btn{padding:5px;background:rgba(0,0,0,0);font-size:30px}.bs-modal-footer{border-top:1px solid #dee2e6;padding:10px}.bs-modal-footer button{color:#fff;background-color:#218838;border-color:#1e7e34;width:100%}#NewAddressModal input[type=number],#EditAddressModal input[type=number],.Edit input[type=number]{-moz-appearance:textfield}#NewAddressModal input,#NewAddressModal textarea,#NewAddressModal select,#EditAddressModal input,#EditAddressModal textarea,#EditAddressModal select,.Edit input,.Edit textarea,.Edit select{border:1px solid rgba(223,223,223,.73);border-radius:5px;resize:none}#NewAddressModal input:focus,#NewAddressModal textarea:focus,#NewAddressModal select:focus,#EditAddressModal input:focus,#EditAddressModal textarea:focus,#EditAddressModal select:focus,.Edit input:focus,.Edit textarea:focus,.Edit select:focus{outline:none;border:1px solid rgba(128,0,128,.2666666667)}#NewAddressModal input,#NewAddressModal select,#EditAddressModal input,#EditAddressModal select,.Edit input,.Edit select{padding:10px}#NewAddressModal select,#EditAddressModal select,.Edit select{background:#fff}#NewAddressModal .name-input,#EditAddressModal .name-input,.Edit .name-input{display:grid;grid-template-columns:45% 45%;justify-content:space-between;width:95%;margin:auto}#NewAddressModal .name-input input,#EditAddressModal .name-input input,.Edit .name-input input{width:90%}#NewAddressModal .phonenumber-input,#EditAddressModal .phonenumber-input,.Edit .phonenumber-input{display:grid;grid-template-columns:20% 75%;justify-content:space-around;width:95%;margin:auto;grid-template-rows:auto auto}#NewAddressModal .phonenumber-input span,#EditAddressModal .phonenumber-input span,.Edit .phonenumber-input span{grid-column:1/3}#NewAddressModal .phonenumber-input div,#EditAddressModal .phonenumber-input div,.Edit .phonenumber-input div{text-align:center}#NewAddressModal .phonenumber-input input,#EditAddressModal .phonenumber-input input,.Edit .phonenumber-input input{width:90%}#NewAddressModal .phonenumber-input input:nth-child(1),#EditAddressModal .phonenumber-input input:nth-child(1),.Edit .phonenumber-input input:nth-child(1){text-align:center}#NewAddressModal .delivery-desc,#EditAddressModal .delivery-desc,.Edit .delivery-desc{width:95%;margin:auto}#NewAddressModal .state-select,#EditAddressModal .state-select,.Edit .state-select{width:95%;margin:10px auto}#NewAddressModal .state-select select,#EditAddressModal .state-select select,.Edit .state-select select{width:100%}#NewAddressModal .btn-group-address button:nth-child(1),#EditAddressModal .btn-group-address button:nth-child(1),.Edit .btn-group-address button:nth-child(1){background:purple;color:#fff}#NewAddressModal .btn-group-address button:nth-child(2),#EditAddressModal .btn-group-address button:nth-child(2),.Edit .btn-group-address button:nth-child(2){background:#dadada}@media only screen and (max-width: 1050px){#NewAddressModal .phonenumber-input,#EditAddressModal .phonenumber-input,.Edit .phonenumber-input{grid-template-columns:20% 70%}}footer{width:100%;height:300px;background:#000;color:#fff;text-align:center;position:absolute;bottom:auto;z-index:25}footer .footer-div-holder{width:90%;margin:auto;display:flex;justify-content:space-around;border-bottom:1px solid #fff;text-align:left}footer .footer-div-holder h4{color:purple}footer .footer-div-holder ul{padding:0}footer .footer-div-holder li{list-style-type:none;margin:20px 0px;cursor:pointer;transition:.2s ease}footer .footer-div-holder li a{text-decoration:none;color:inherit}footer .footer-div-holder li:hover{color:purple}@media only screen and (max-width: 1050px){footer{height:auto}footer .footer-div-holder{width:100%;display:grid;grid-template-columns:45% 45%;grid-template-rows:250px 250px;justify-content:space-around}}/*# sourceMappingURL=landing.min.css.map */