.main-div{background-color:var(--bg-primary);flex-direction:column;align-items:center;margin:0;padding:2rem 5rem;display:flex}.main-div .head{text-align:center;flex-direction:column;align-items:center;padding-bottom:2rem;display:flex}.main-div .head .inner-head-1{gap:.3rem;display:flex}.main-div .head .inner-head-1 .first-part-heading{color:#51aae2;margin:0;font-size:3rem;font-weight:700}.main-div .head .inner-head-1 .first-part-heading span{color:#131313}.main-div .head .inner-head-1 .second-part-heading{color:#51aae2;font-size:3rem;font-weight:700}.main-div .head .inner-head-2{max-width:65%;margin-top:10px}.main-div .head .inner-head-2 p{color:var(--text-medium-grey);font-size:.9rem;line-height:1.1rem}.main-div .browse-category{flex-direction:column;justify-content:center;gap:1.3rem;width:100%;margin-top:0;margin-bottom:2rem;display:flex}.main-div .browse-category .browse-category-heading{align-items:center;gap:1rem;padding-top:1rem;display:flex;position:relative}.main-div .browse-category .browse-category-heading .menu-header{align-items:center;gap:1rem;display:flex}.main-div .browse-category .browse-category-heading .menu-header .browse-text p{color:#333;cursor:pointer;margin:0;font-size:1.2rem;font-weight:600}.main-div .browse-category .browse-category-heading .category-list-modal{background:var(--bg-light);box-shadow:2px 2px 5px var(--text-primary-light);z-index:9;border-radius:10px;flex-direction:column;gap:8px;padding:1rem 1.5rem;display:flex;position:absolute;top:150%;left:0}.main-div .browse-category .browse-category-heading .category-list-modal .category-name{font-size:1rem;font-weight:500}.main-div .browse-category .category-list-container .category-heading-list-container{justify-content:space-between;align-items:center;gap:12px;display:flex}.main-div .browse-category .category-list-container .category-heading-list-container .category-heading-container{cursor:pointer;padding-bottom:5px;position:relative}.main-div .browse-category .category-list-container .category-heading-list-container .category-heading-container .category-heading{text-align:center;color:var(--text-medium-grey);font-size:.9rem;font-weight:700}.main-div .browse-category .category-list-container .category-heading-list-container .category-heading-container .category-heading.active,.main-div .browse-category .category-list-container .category-heading-list-container .category-heading-container:hover .category-heading{color:var(--bg-secondary)}.main-div .browse-category .category-list-container .category-heading-list-container .category-heading-container:after{content:"";background:var(--bg-secondary);width:0;height:3px;transition:all .3s ease-in-out;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.main-div .browse-category .category-list-container .category-heading-list-container .category-heading-container.active:after{width:100%}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .HotProductHeading{margin-bottom:1rem;font-size:2rem;font-weight:500}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card{cursor:pointer;background:var(--bg-light);border-radius:10px;justify-content:space-between;width:400px;height:fit-content;padding:12px 12px 12px 1rem;transition:all .3s ease-in-out;display:flex;position:relative}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card:hover{transform:scale(1.03)}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container{width:60%;position:relative}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .title-container .product-title{font-size:1.12rem;font-weight:500;overflow:hidden}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .content .product-code{color:var(--text-medium-grey);-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:.8rem;display:-webkit-box;overflow:hidden}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .content .quantities-container{gap:4px;margin-top:3px;display:flex}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .content .quantities-container .quantity,.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .content .quantities-container .separator{color:var(--bg-secondary);font-size:.8rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .line{color:var(--text-medium-grey);margin:10px 0}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-image-container{width:40%}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-image-container .product-image{height:fit-content}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-image-container .product-image img{object-fit:contain;border:1px solid var(--border);border-radius:5px;width:100%;height:100%}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .btn-container{background:var(--bg-secondary);cursor:pointer;border-top-left-radius:5px;border-top-right-radius:5px;margin:10px;padding:5px 1.2rem;position:absolute;bottom:0;left:0}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .btn-container .quote-button{color:var(--text-secondary);background:0 0;font-size:.8rem;font-weight:500}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container{flex-wrap:wrap;justify-content:flex-start;gap:1rem;margin-top:2rem;display:flex}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .TextOfAllProduct{margin:0;font-size:2rem;font-weight:500}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct{flex-wrap:wrap;gap:1rem;display:flex}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary{background:var(--bg-light);cursor:pointer;border-radius:10px;flex:0 0 calc(25% - 1.5rem);padding:12px;transition:all .3s ease-in-out}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary:hover{transform:scale(1.03)}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary .product-title-secondary{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:1.1rem;font-weight:500;display:-webkit-box;overflow:hidden}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary .product-code-secondary{color:var(--bg-secondary);margin-top:3px;font-size:.9rem;font-weight:500}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary .description{color:var(--text-medium-grey);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-top:5px;font-size:.85rem;line-height:1.1rem;display:-webkit-box;overflow:hidden}.main-div .browse-category .mobile-category-list-container{display:none!important}.main-div .browse-category .mobile-category-list-container .item-list-container{flex-wrap:wrap;gap:12px;display:flex}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card{background:var(--bg-light);border-radius:10px;flex:0 0 calc(50% - 10px);justify-content:space-between;padding:12px 12px 12px 1rem;transition:all .3s ease-in-out;display:flex;position:relative}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card:hover{transform:scale(1.03)}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card .product-info-container{width:50%;position:relative}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card .product-info-container .title-container .product-title{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:.9rem;font-weight:500;display:-webkit-box;overflow:hidden}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card .product-info-container .content .product-code{color:var(--text-medium-grey);font-size:.75rem}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card .product-info-container .content .quantities-container{gap:4px;margin-top:3px;display:flex}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card .product-info-container .content .quantities-container .quantity,.main-div .browse-category .mobile-category-list-container .item-list-container .product-card .product-info-container .content .quantities-container .separator{color:var(--bg-secondary);font-size:.75rem}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card .line{color:var(--text-medium-grey);margin:7px 0}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card .product-image-container{width:40%}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card .product-image-container .product-image{height:fit-content}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card .product-image-container .product-image img{object-fit:contain;border:1px solid var(--border);border-radius:5px;width:100%;height:100%}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card .btn-container{background:var(--bg-secondary);border-top-left-radius:5px;border-top-right-radius:5px;margin:10px;padding:5px 1.2rem;position:absolute;bottom:0;left:0}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card .btn-container .quote-button{color:var(--text-secondary);background:0 0;font-size:.8rem;font-weight:500}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card-secondary{background:var(--bg-light);cursor:pointer;border-radius:10px;flex:0 0 calc(50% - 7px);padding:12px}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card-secondary .product-title-secondary{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:1rem;font-weight:500;display:-webkit-box;overflow:hidden}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card-secondary .product-code-secondary{color:var(--bg-secondary);margin-top:3px;font-size:.85rem;font-weight:500}.main-div .browse-category .mobile-category-list-container .item-list-container .product-card-secondary .description{color:var(--text-medium-grey);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-top:5px;font-size:.8rem;line-height:1rem;display:-webkit-box;overflow:hidden}.popup-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-overlay .popup{background:var(--bg-light);border-radius:.5rem;width:50%;padding:1rem;position:relative}.popup-overlay .popup .close-button{cursor:pointer;color:var(--danger);background:0 0;border:none;font-size:2rem;position:absolute;top:0;right:1.5%}.popup-overlay .popup .popup-card-main{justify-content:space-between;width:100%;display:flex}.popup-overlay .popup .popup-card-main .popup-image{width:45%;height:100%}.popup-overlay .popup .popup-card-main .popup-image img{object-fit:contain;border-radius:10px;width:100%;height:100%}.popup-overlay .popup .popup-card-main .popup-text{flex-direction:column;justify-content:space-between;width:50%;display:flex}.popup-overlay .popup .popup-card-main .popup-text .top-popup-section .popup-card-title{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:600}.popup-overlay .popup .popup-card-main .popup-text .top-popup-section .popup-code-main{flex-direction:column;gap:8px;display:flex}.popup-overlay .popup .popup-card-main .popup-text .top-popup-section .popup-code-main .popup-code1{color:var(--bg-secondary);font-size:.9rem;font-weight:500}.popup-overlay .popup .popup-card-main .popup-text .top-popup-section .popup-code-main .quantities-container{gap:4px;display:flex}.popup-overlay .popup .popup-card-main .popup-text .top-popup-section .popup-code-main .quantities-container .quantity,.popup-overlay .popup .popup-card-main .popup-text .top-popup-section .popup-code-main .quantities-container .separator{color:var(--text-primary);font-size:.8rem}.popup-overlay .popup .popup-card-main .popup-text .top-popup-section .popup-description{color:var(--text-medium-grey);-webkit-line-clamp:8;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-top:10px;font-size:.85rem;line-height:1.1rem;display:-webkit-box;overflow:hidden}.popup-overlay .popup .popup-card-main .popup-text .read-more-button{background-color:var(--bg-secondary);color:var(--text-secondary);border:none;border-radius:5px;padding:8px 1.5rem;font-size:.85rem;font-weight:500}@media (max-width:1400px){.main-div{padding:2rem 3rem}.main-div .head{padding-bottom:0}.main-div .browse-category .category-list-container .category-heading-list-container .category-heading-container .category-heading{font-size:.8rem;line-height:1rem}.main-div .browse-category .category-list-container .all-products-list-container{margin-top:3rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container{justify-content:space-between}}@media (max-width:1300px){.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card{width:350px}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .product-info-container{width:55%}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .product-info-container .title-container .product-title{font-size:1rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .line{margin:8px 0}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container{gap:1rem}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .product-card-secondary{flex:0 0 calc(25% - 12px)}.popup-overlay .popup{width:70%}}@media (max-width:1150px){.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card{flex:0 0 calc(50% - 1rem)}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .product-info-container .title-container .product-title{font-size:1.3rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .product-info-container .content .product-code,.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .product-info-container .content .quantities-container .quantity,.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .product-info-container .content .quantities-container .separator{font-size:1rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .line{margin:10px 0}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .btn-container .quote-button{font-size:1rem}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container{margin-top:1.5rem}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .product-card-secondary{flex:0 0 calc(33% - 8px)}}@media (max-width:950px){.main-div{padding:1.5rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .product-info-container .title-container .product-title{font-size:1rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .product-info-container .content .product-code,.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .product-info-container .content .quantities-container .quantity,.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .product-info-container .content .quantities-container .separator{font-size:.85rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .product-card .btn-container .quote-button{font-size:.9rem}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .product-card-secondary{flex:0 0 calc(32% - 8px)}}@media (max-width:950px) and (max-width:570px){.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .product-card-secondary{flex:0 0 calc(49% - 8px)}}@media (max-width:950px){.popup-overlay .popup{width:85%}}@media (max-width:768px){.main-div{padding:1rem}.main-div .head{margin-top:1rem}.main-div .head .inner-head-1 .first-part-heading{font-size:2rem}.main-div .head .inner-head-2{max-width:85%}.main-div .browse-category .category-list-container{flex-direction:column;justify-content:center}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .HotProductHeading{margin-bottom:1rem;font-size:2rem;font-weight:500}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct{flex-wrap:wrap;justify-content:center;gap:12px .75rem;display:flex}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card{flex-direction:column;width:100%;padding:1rem}}@media (max-width:768px) and (max-width:550px){.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card{width:47%;padding:.75rem}}@media (max-width:768px) and (max-width:400px){.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card{width:100%}}@media (max-width:768px){.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card:hover{transform:scale(1.02)}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container{width:50%}}@media (max-width:768px) and (max-width:550px){.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container{width:100%}}@media (max-width:768px){.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .title-container .product-title{font-size:1.2rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .content .product-code{font-size:.8rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .content .quantities-container{gap:4px;margin-top:3px}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .content .quantities-container .quantity,.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .content .quantities-container .separator{color:var(--bg-secondary);font-size:.8rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .line{margin:5px 0}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-image-container{width:40%;height:100%}}@media (max-width:768px) and (max-width:450px){.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-image-container{width:100%}}@media (max-width:768px){.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-image-container .product-image{height:fit-content}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-image-container .product-image img{object-fit:contain;border:1px solid var(--border);border-radius:5px;width:100%;height:100%}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .btn-container{padding:2px 1.2rem}}@media (max-width:768px) and (max-width:350px){.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .btn-container{width:100%}}@media (max-width:768px){.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container{flex-wrap:wrap;justify-content:flex-start;gap:1rem;margin-top:2rem;display:flex}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .TextOfAllProduct{margin:0;font-size:2rem;font-weight:500}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct{flex-wrap:wrap;gap:1rem;display:flex}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary{background:var(--bg-light);cursor:pointer;border-radius:10px;flex:0 0 calc(25% - 1.5rem);padding:12px;transition:all .3s ease-in-out}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary:hover{transform:scale(1.03)}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary .product-title-secondary{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:1.1rem;font-weight:500;display:-webkit-box;overflow:hidden}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary .product-code-secondary{color:var(--bg-secondary);margin-top:3px;font-size:.9rem;font-weight:500}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary .description{color:var(--text-medium-grey);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-top:5px;font-size:.85rem;line-height:1.1rem;display:-webkit-box;overflow:hidden}.main-div .browse-category .mobile-category-list-container{display:flex}.popup-overlay .popup{width:95%}}@media (max-width:480px){.main-div .head{margin-top:1rem}.main-div .head .inner-head-1 .first-part-heading{font-size:1.75rem}.main-div .head .inner-head-2{max-width:95%;display:none}.main-div .browse-category .category-list-container{flex-direction:column;justify-content:center}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .HotProductHeading{margin-bottom:.75rem;font-size:1.5rem;font-weight:500}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card{border-radius:10px;flex-direction:row;width:100%;padding:.75rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container{width:60%}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .title-container{margin:0}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .title-container .product-title{margin:0;padding:0;font-size:.9rem;line-height:1.1rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .title-container .andcode{font-size:.7rem;font-weight:400}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .content .product-code{font-size:.75rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .content .quantities-container{gap:4px;margin-top:3px}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .content .quantities-container .quantity,.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-info-container .content .quantities-container .separator{color:var(--bg-secondary);font-size:.75rem}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .line{margin:5px 0}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-image-container{width:40%;height:auto}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-image-container .product-image{height:fit-content}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .product-image-container .product-image img{object-fit:contain;border:1px solid var(--border);border-radius:5px;width:100%;height:100%}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card{overflow-x:hidden}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .btn-container{text-align:center;opacity:.9;width:100%;margin:20px 0 0;padding:0}.main-div .browse-category .category-list-container .all-products-list-container .top-product-list-container .ListOfProduct .product-card .btn-container .quote-button{padding:0;font-size:12px;font-weight:200;line-height:12px}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container{flex-wrap:wrap;justify-content:flex-start;gap:1rem;margin-top:2rem;display:flex}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .TextOfAllProduct{margin:0;font-size:2rem;font-weight:500}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct{flex-wrap:wrap;gap:1rem;display:flex}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary{background:var(--bg-light);cursor:pointer;border-radius:10px;flex:0 0 calc(25% - 1.5rem);padding:12px;transition:all .3s ease-in-out}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary:hover{transform:scale(1.03)}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary .product-title-secondary{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:1.1rem;font-weight:500;display:-webkit-box;overflow:hidden}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary .product-code-secondary{color:var(--bg-secondary);margin-top:3px;font-size:.9rem;font-weight:500}.main-div .browse-category .category-list-container .all-products-list-container .bottom-product-list-container .CheckReamingProduct .product-card-secondary .description{color:var(--text-medium-grey);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-top:5px;font-size:.85rem;line-height:1.1rem;display:-webkit-box;overflow:hidden}.main-div .browse-category .mobile-category-list-container{display:flex}.popup-overlay .popup{width:95%}}
