<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #fff !important;
}
/*============= top section css =============*/
.product-url a:before{
    display:none;
}
.product-url a:after{
    display:none;
}
.product-url a{
    min-height:unset !important;
    color: #474748;
}
.all-main-product-aaa.list-active .main-div .product-url a {
    text-align: left;
}
.all-product-wrapper .bread-crum {
    padding: 10px 0px;
    /* background: #dedede; */
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.all-product-wrapper .bread-crum:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    background: var(--btn-color);
    opacity: 0.5;
    z-index: -1;
}
.list-product-left {
    text-align: left;
    position: relative;
}
.list-product-left span {
    padding-left: 40px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
}
.list-product-left span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background: var(--btn-color);
}
.list-product-right {
    text-align: end;
    position: relative;
}
.list-product-right .bread_crumb {
    color: #000;
    padding: unset !important;
    font-size: 15px;
}
.list-product-right .bread_crumb a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}
/*============= end top section css =============*/


/*============= product page left side css =============*/
.all-category-left {
    /* background: #F3F3F3; */
    /* padding: 30px; */
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 10px 10px 0px 0px !important;
}

.all-category-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    background: #fff;
    opacity: 0.5;
    z-index: -1;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    border-radius: 10px 10px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.all-category-left .left-side-headings h4 {
    position: relative;
    color: var(--h-color);
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.all-category-left .left-side-headings h4 img.img-fluid {
    margin-right: 10px;
}
.product-navbar .navbar-collapse {
    /* display: block !important; */
}
.product-navbar .navbar-collapse ul li.nav-item {
    position: relative;
    /* border-bottom: 1px solid; */
    /*width: 272px;*/
}
.product-navbar .navbar-collapse ul li.nav-item a.nav-link {
    padding: 10px 0px;
    color: var(--txt-color);
    transition: 0.5s;
    font-size: 15px;
    text-transform: capitalize;
    white-space: normal;
}
.product-navbar .navbar-collapse ul li.nav-item a.nav-link:hover {
    color: #000;
    /* letter-spacing: 1px; */
    /* font-weight: 600; */
    transition: 0.5s;
}
li.dropdown-item.dropdown-item-new {
    padding-left: 26px;
}
.left-side-heading h4 {
    position: relative;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.popular-product-left {
    margin: 40px 0px;
}
.left-side-heading h4 img.img-fluid {
    margin-right: 10px;
}
.left-side-heading h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #a3a3a3;
}
.left-side-heading h4:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 30%;
    height: 3px;
    background: var(--btn-color);
}
.popular-product-left .popular-tag ul {
    padding: 0;
    margin: 0;
}
.popular-product-left .popular-tag ul li a {
    color: var(--txt-color);
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0px;
    display: inline-block;
    position: relative;
}
.similar-product-left {
    position: relative;
}
.similar-product-left .similar-prod-img {
    height: 110px;
    margin: 10px 0px;
    overflow: hidden;
    position: relative;
    /* background: #f3f3f3; */
    z-index: 1;
}
.similar-product-left .similar-prod-img img.img-fluid {
   margin: auto;
   width: 100%;
   height: 100%;
   object-fit: contain;
   object-position: center;
   transition: 0.5s;
}
.similar-product-left .similar-prod-img:hover img.img-fluid {
    transition: 0.5s;
    transform: scale(1.08);
}
.popular-product-left .popular-tag ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 0;
    height: 1px;
    background: #000;
    transition: 0.5s;
}
.popular-product-left .popular-tag ul li a:hover:before {
    transition: 0.5s;
    width: 100%;
    right: 0;
}
.product-grid-list .btn {
    background: #484848;
    margin-right: 10px;
}
.product-grid-list .btn img.img-fluid {
    filter: brightness(5);
}
.product-grid-list .btn:focus {
    box-shadow: unset !important;
    background: var(--btn-color);
}
.product-navbar .navbar-collapse ul li.nav-item:hover:before {
    width: 100%;
    transition: 1.2s;
}
/*============= end product page left side css =============*/



/*============= all product right side css =============*/
.all-main-product-aaa .column {
  float: left;
  width: 32.3%;
  padding: 10px;
}
.all-main-product-aaa .row:after {
  content: "";
  display: table;
  clear: both;
}
.all-main-product-aaa .new-content-main {
    display: none;
}
.all-main-product-aaa.list-active .old-content-main {
    display: none;
}
.all-main-product-aaa.list-active .new-content-main {
    display: block;
    width: 67%;
    margin-left: 20px;
}
.all-main-product-aaa.list-active .main-div {
    display: flex;
    align-items: center;
}
.all-main-product-aaa.list-active .main-div .product-list {
    width: 30%;
    height: 300px;
    position: relative;
    overflow: hidden;
    box-shadow: unset;
}
.all-main-product-aaa.list-active .new-content-main .new-info-cont-prod {
    display: flex;
    align-items: center;
}
.all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .new-info {
    width: 35%;
}
.all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .short-info {
    width: 60%;
}
.all-main-product-aaa.list-active .new-content-main .product-url {
    margin-bottom: 20px;
}
.all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .new-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 20px 0px 30px;
}
.all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .new-info ul {
    display: flex;
    padding: 0;
    margin: 10px 0px;
}
.all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .new-info ul li a {
    margin-right: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #484848;
    border-radius: 5px;
}
.all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .new-info .product-url-main {
    text-align: left;
    margin-top: 30px;
}
.all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .short-info h4 {
    color: #6D6E71;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 20px;
}
.all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .short-info p.short-content {
    padding: 20px;
    /* border: 1px solid #ccc; */
    color: #666666;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-div .product-url-main {
    text-align: center;
}

.all-main-product-aaa .main-div {
    background: #FFF3F4;
    padding: 3px 3px 30px;
    /* box-shadow: rgb(50 50 93 / 0%) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, var(--btn-color) 0px -2px 6px 0px inset; */
    border-radius: 5px;
}

.all-main-product-aaa .main-div .product-list {
    /* background: transparent !important; */
    height: 250px;
    border: none;
}
.all-category-left .left-side-headings.dasktop-show h4 {
    padding: 20px;
    background: #FBD2D3;
    border-radius: 10px 10px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    border: none !important;
    margin: 0;
}

.all-category-left .left-side-headings.dasktop-show {
    border-radius: 10px 10px 10px 10px;
}

.all-category-left nav {
    padding: 10px 10px 30px 35px;
}

.product-navbar .navbar-collapse ul li.nav-item:before {
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    background: #eebabea1;
    height: 1px;
    width: 0%;
    content: "";
    margin: auto;
}

.nav-link.active::before, 
.dropdown-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: -21px;
    bottom: 0;
    width: 12px;
    height: 12px;
    background-color: #fd4c53a8;
    margin: auto;
    border-radius: 100px;
}


.nav-link.active::after, 
.dropdown-item.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    margin: auto;
    border-radius: 100px;
}
.nav-link::after, 
.dropdown-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    margin: auto;
    border-radius: 100px;
}

.nav-link.active::before, 
.dropdown-item.active::before {
    /* content: 'ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â'; */
    /* color: #fff; */
    /* font-size: 12px; */
    /* margin-right: 5px; */
}

section.all-product-wrapper {
    /* padding: 60px 0px; */
    position: relative;
}

section.all-product-wrapper .contactmainss {
    padding: 60px 0;
}

section.all-product-wrapper:before {
    position: absolute;
    top: 60px;
    right: auto;
    bottom: 0;
    left: 30px;
    background-image: url("/images/about-after.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    content: "";
    height: 10%;
    width: 5%;
}


section.all-product-wrapper:after {
    position: absolute;
    top: auto;
    right: 30px;
    bottom: 0px;
    left: auto;
    background-image: url("/images/about-after.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    content: "";
    height: 10%;
    width: 5%;
}

 .category-div {
    position: relative;
}

.category-img {
    position: relative;
    height: 400px;
}

.category-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: auto !important;
}

 .category-div {
    position: relative;
}

.category-img {
    position: relative;
    height: 400px;
}

.category-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100% !important;
}

.category-txtt {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    text-align: center;
    z-index: 2;
}

.view-details.cat-btn.all-btn {
    text-align: center;
}

.category-title a {
    text-align: center;
    color: #fff;
    font-family: Roboto !important;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
}

.category-title {
    margin-bottom: 20px;
}

.category-img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    background-image: linear-gradient(0deg, #ee232b 0%, #fff0 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.view-details.cat-btn.all-btn {
    text-align: center;
    background: #fff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 4px;
}

.category-title a {
    text-align: center;
    color: #fff;
    font-family: Roboto !important;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0px;
}

.category-title {
    margin-bottom: 20px;
}

.category-img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    background-image: linear-gradient(0deg, #fd4c5391 27%, #fd4c534d 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.view-details.cat-btn.all-btn a {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Roboto' !important;
    color: var(--btn-color);
}
/*============= end all product right side css =============*/

/*============= all pagination css =============*/
ul.all-pagination {
  margin: 50px 0px 30px;
  justify-content: center;
}
.all-pagination ul.pagination li span {
  border: 0px !important;
}
.all-pagination ul.pagination li a {
  border: 0px !important;
}
.all-pagination ul.pagination li.active span {
  background: var(--btn-color) !important;
}
.all-pagination ul.pagination li.active a {
  background: var(--btn-color) !important;
}
.all-pagination ul.pagination li {
  margin: 0px 7px;
}
.all-pagination ul.pagination li a {
  font-size: 15px !important;
  color: #000 !important;
}

@media (max-width: 992px) {
  .all-pagination {
    justify-content: center !important;
  }
}
/*============= end all pagination css =============*/

@media (max-width: 767px) {
    .all-main-product-aaa .column {
      width: 50% !important;
    }
    .list-product-left {
        display: none !important;
    }
    .list-product-right {
        text-align: left !important;
    }
    .list-product-right .bread_crumb {
        font-size: 12px;
    }
    .list-product-right .bread_crumb a {
        font-size: 12px !important;
    }
    .all-category-left {
        padding: 0px;
        margin-bottom: 0px;
        background: transparent;
    }
    .product-navbar .navbar-collapse {
        position: relative;
    }
    .all-category-left button.navbar-toggler {
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 600;
    }
    .popular-product-left {
        margin: 20px 0px !important;
        display: none !important;
    }
    .left-side-heading h4 {
        font-size: 14px !important;
        margin-bottom: 10px;
    }
    .popular-product-left .popular-tag ul li a {
        font-size: 12px;
        margin: 5px 0px;
    }
    .all-product-right .grid-list-order {
        display: none !important;
    }
    .similar-product-left {
        display: none !important;
    }
    .all-category-left button.navbar-toggler:focus {
        box-shadow: none;
    }
    .product-navbar .navbar-collapse ul li.nav-item a.nav-link {
        font-size: 12px;
        padding: 5px 0px;
    }
    .product-navbar .navbar-collapse ul li.nav-item ul.dropdown-menu li a {
        font-size: 10px;
    }
    .all-category-left nav {
        padding: 10px 30px;
        justify-content: center;
    }
    
    .product-navbar .navbar-collapse ul li.nav-item {
        width: auto;
    }
    section.all-product-wrapper {
        padding: 30px 0px;
    }
    .all-main-product-aaa .main-div .product-list {
        height: 100px;
    }
    
    .all-main-product-aaa .main-div {
        padding: 0px 10px 20px !important;
    }
    
    section.all-product-wrapper:before {
        top: 0px !important;
        height: 60px;
        width: 40px;
    }   
    
    .category-title a {
        font-size: 18px !important;
    }
    
    .category-title {
        margin-bottom: 10px !important;
    }
    
    .view-details.cat-btn.all-btn a {
        font-size: 13px !important;
    }
    
    section.all-product-wrapper:after {
        height: 60px !important;
        width: 40px !important;
        bottom: 30px !important;
    }
    
    td {
        font-size: 10px !important;
    }
    
    .category-img img {
        object-fit: cover !important;
    }
    
    .category-img {
        height: 250px;
    }
    
}

@media (max-width: 992px) {
  .bannermain.innerbanner {
    margin-top: 80px;
    height: auto !important;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
    .list-product-left span {
        font-size: 14px;
        padding-left: 30px;
    }
    .list-product-left span:before {
        width: 20px;
    }
    .list-product-right .bread_crumb {
        font-size: 14px;
    }
    .list-product-right .bread_crumb a {
        font-size: 14px !important;
    }
    .all-category-left {
        padding: 10px;
        margin-bottom: 20px;
    }
    .all-category-left button.navbar-toggler {
        display: none !important;
    }
    .product-navbar .navbar-collapse {
        display: block;
    }
    .product-navbar .navbar-collapse ul li.nav-item a.nav-link {
        font-size: 10px;
        padding: 6px 0px;
    }
    .left-side-heading h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .popular-product-left .popular-tag ul li a {
        font-size: 12px;
    }
    .similar-product-left {
    }
    .similar-product-left .similar-prod-img {
        height: 110px;
        margin: 10px 0px;
    }
    .main-div .product-url-main {
        /*text-align: left;*/
    }
    .all-main-product-aaa.list-active .main-div .product-list {
        height: 250px;
        width: 40%;
    }
    .all-main-product-aaa.list-active .new-content-main {
        width: 57%;
    }
    .all-main-product-aaa.list-active .new-content-main .product-url {
        margin-bottom: 20px;
    }
    .all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .new-info h4 {
        font-size: 14px;
        margin: 10px 0px;
    }
    .all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .new-info ul li a {
        height: 30px;
        width: 30px;
        margin-right: 5px;
    }
    .all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .new-info .product-url-main {
        margin-top: 20px;
    }
    .all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .short-info h4 {
        font-size: 14px;
        padding: 0 10px;
    }
    .all-main-product-aaa.list-active .new-content-main .new-info-cont-prod .short-info p.short-content {
        padding: 0px 10px;
        font-size: 12px;
        border: 0;
    }
    .product-navbar .navbar-collapse ul li.nav-item ul.dropdown-menu li a {
        font-size: 12px;
    }
    .all-category-left nav {
        padding: 10px 30px;
    }
    
    .product-navbar .navbar-collapse ul li.nav-item {
        width: 116px;
    }
    section.all-product-wrapper {
        padding: 30px 0px;
    }
    .all-main-product-aaa .main-div .product-list {
        height: 100px;
    }
    
    .all-main-product-aaa .main-div {
        padding: 0px 10px 20px;
    }
    
    section.all-product-wrapper:before {
        top: 0px;
    }
    
    .category-img {
        height: 300px;
    }
    
    .category-title a {
        font-size: 18px;
    }
    
    .view-details.cat-btn.all-btn a {
        font-size: 13px;
    }
    
}

@media (min-width: 992px) and (max-width: 1100px) {
}


.search-product-page {
    text-align: end;
    position: relative;
}
.search-product-page .search-form-group input {
    height: 40px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}
.search-product-page .search-form-group input:focus-visible {
    outline: none;
}
.search-product-page .search-form-group button {
    border: none;
    background: #484848;
    height: 40px;
    width: 40px;
    border-radius: 5px;
}
.product-navbar .navbar-collapse ul li.nav-item ul.dropdown-menu {
    position: relative;
    margin-bottom: 10px;
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
}
.product-navbar .navbar-collapse ul li.nav-item ul.dropdown-menu li {
    padding-left: 15px;
}
.product-navbar .navbar-collapse ul li.nav-item ul.dropdown-menu li a {
    text-transform: capitalize;
    transition: 0.5s;
    background: transparent;
    color: var(--txt-color);
    white-space: normal;
}
.product-navbar .navbar-collapse ul li.nav-item ul.dropdown-menu li a:hover {
    transition: 0.5s;
    background: transparent;
    color: #000;
    /* font-weight: 500; */
    /* letter-spacing: 1px; */
}
.product-navbar .navbar-collapse ul li.nav-item ul.dropdown-menu li:hover {
    background: transparent;
}
.product-navbar .navbar-collapse ul li.nav-item a.nav-link.show {
    color: #000;
    /* font-weight: 600; */
    /* letter-spacing: 1px; */
}</pre></body></html>