<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.ctgry-pr .card-p-similar .card-img-wrapper &gt;img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ctgry-pr .card-img-wrapper {
  position: relative;
  height: 250px;
  padding: 10px;
}
.pp-prod .ctgry-pr .card-img-wrapper {
  padding: 10px;
}
.accordian-body ul,.accordian-body ol {
  list-style: decimal;
  margin-left: 30px;
  opacity: 0.7;
  padding-left: 0;
}

.accordian-body li {
  font-weight: 500;
  margin-bottom: 10px;
}
.ctgry-pr .card-img-wrapper{
    position: relative;
}
.ctgry-pr .card-img-wrapper{
    position: relative;
}

.pr-fltr-lsting .card-p-similar .card-img-wrapper{
  padding: 10px;
}
.pr-fltr-lsting .card-p-similar .card-img-wrapper &gt;img{
  width: 100%;
  height: 100%;
}
.pr-fltr-lsting .product-name{
height:60px
}

.ctgry-pr .card-p-similar .card-detail-wrapper{
  justify-content: center;
  text-align: center;
  place-items: center;
}
.mn-prc{
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: hwb(223deg 4% 69% / 70%);
}
.mn-prc b{
  color:  hwb(223deg 4% 69% / 70%);;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
}


/* Category Filter */

.pr-fltr .accordian-title{
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 0px;

}
.pr-fltr .accordian-head::after{
  opacity: 1;
}   
.pr-fltr .frm-chkbox-main{
  margin-bottom: 16px;
}
.pr-fltr .frm-chkbox-main label{
  color: #091D4F;
}
.pr-fltr .frm-chkbox-main label:before{
  border: 1px solid #E4E4E4;
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}

.price-input {
width: 100%;
display: flex;
justify-content: space-between;
margin-top: 15px;
}

.range-value{
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 160%;
text-align: center;
letter-spacing: -0.01em;
color: #999999;
}

.price-input .separator {
width: 130px;
display: flex;
font-size: 19px;
align-items: center;
justify-content: center;
}

.pr-fltr-lsting .card-img-wrapper{
position: relative;
height: 200px;
}

.pr-fltr-lsting .card-detail-wrapper{
  margin-top: 0px;
  padding-top: 8px;
}
.clr-slab{
display: flex;
align-items: center;
margin-bottom: 5px;
/* position: absolute;
top: 5px;
left: 0px; */
}

.clr-list{
width: 12px;
height: 12px;
border-radius: 30px;
margin-right: 3px;
}
.mr-clr{
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 160%;
display: flex;
align-items: flex-end;
letter-spacing: -0.01em;
color: rgb(9 29 79 / 50%);
}
.pr-fltr-lsting .section-title{
display: flex;
align-items: end;
justify-content: space-between;
}
.pr-fltr-lsting .section-title h2{
font-weight: 700;
font-size: 32px;
line-height: 120%;
margin-bottom: 0px;
}
.pr-fltr-lsting .section-title h2 span{
color: #009DFF;
font-weight: 500;
font-size: 16px;
line-height: 120%;
}
.section-title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 50.6px;
  color: #091D4F;
}
.fltr-pr-tab{
display: flex;
align-items: center;
}
.fltr-pr-tab .sml-txt{
margin-right: 25px;
}
.fltr-pr-tab .custom-tab li &gt; span{
padding: 0px;
border:0px;
font-size: 14px;
margin: 0px 24px 0px 0px;
}
.fltr-pr-tab .custom-tab li:last-child &gt; span{
margin-right: 0px;
}
.mbl-fltr,.mob-fltr-hdr,.mob-cancel{
display: none;
}
.accordian-head p{
  padding-right: 20px;
}
.custom-pagination .page-item .number{
	width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #F9F9F9;
    display: flex;
}

@media screen and (max-width:767px){
.mbl-fltr{
display: inline-flex;
width:100%;
}
.pr-fltr-lsting .section-title{
flex-direction: column;
align-items: self-start;
}
.pr-fltr-lsting .section-title h2{
font-size: 24px;
margin-bottom: 20px;
}
.pr-fltr-lsting .section-title h2 span{
font-size: 14px;
}

.fltr-drpdwn{
background: #FFFFFF;
border: 1px solid rgba(9, 29, 79, 0.4);
border-radius: 8px;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 160%;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
color: #091D4F;
flex: 1;
cursor: pointer;
}
.fltr-drpdwn svg{
margin-right: 10px;
}
.pr-fltr{
position: fixed;
top: 0px;
left: -100%;
width: 100%;
background: #fff;
height: 100%;
z-index: 999;
padding: 0px 15px;
overflow: auto;
box-sizing: border-box;
transition: 0.5s all ease-out;
}
.pr-fltr.active{
transition: 0.5s all ease-out;
display: block;
left: 0px;
}
.mob-fltr-hdr{
display: inline-flex;
justify-content: space-between;
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
width: 100%;
padding: 20px 0px;
}
.mob-fltr-hdr&gt;a{
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 160%;
display: flex;
align-items: flex-end;
color: #091D4F;
}
.mob-fltr-hdr .close svg path{
stroke: #091D4F;
}
.sml-txt{
display: none;
}
.pr-fltr-lsting .section-title .fltr-pr-tab{
position: fixed;
width: 100%;
height: 100%;
left: 0px;
bottom: -100%;
background: rgba(9, 29, 79, 0.44);
z-index: 1;
flex-direction: column;
place-content: flex-end;
z-index: 5;
transition: 0.3s all ease;
}
.pr-fltr-lsting .section-title .fltr-pr-tab.active{
transition: 0.3s all ease;
bottom: 0px;
}
.fltr-pr-tab .custom-tab{
flex-direction: column;
width: 90%;
border-radius: 8px;
overflow: hidden;
}
.fltr-pr-tab .custom-tab li{
display: block;
text-align: center;
width: 100%;
background: #fff;
position: relative;
}
.fltr-pr-tab .custom-tab li.active::before{
content: '';
position: absolute;
top:calc(50% - 7px);
left: 15px;
width: 15px;
height: 9px;
border: 2px solid #091D4F;
border-width: 0px 0px 2px 2px;
transform: rotate(-50deg);

}

.fltr-pr-tab .custom-tab li &gt; span{
display: block;
padding: 15px 10px;
border-bottom: 1px solid #E4E4E4;
margin: 0px;
font-size: 16px;
}
.mob-cancel{
display: block;
width: 90%;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
.mob-cancel a{
display: block;
padding: 15px 10px;
border-bottom: 1px solid #E4E4E4;
margin: 0px;
font-size: 16px;
background: #fff;
border-radius: 8px;
color: #091D4F;
}
.pr-fltr-lsting .card-p-similar .card-img-wrapper{
  padding: 12px;
}
.pr-fltr-lsting .card-img-wrapper{
  height: 150px;
  }
}
@media screen and (min-width:768px){
.pr-fltr-lsting{
padding-left: 50px;
}
}
@media screen and (min-width:768px) and (max-width:1279px){
.pr-fltr-lsting .section-title{
flex-direction: column;
align-items: self-start;
}
.pr-fltr-lsting .section-title h2{
font-size: 24px;
margin-bottom: 20px;
}
.pr-fltr-lsting .section-title h2 span{
font-size: 14px;
}
}

@media screen and (max-width:580px){
  .ctgry-pr .card-img-wrapper {
    height: 140px;
    padding: 12px;
}
}
/* Category Filter End */

/* Banner css start */
.category-banner-bg{
  background: #dff4ff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover !important;
  /* padding-top: 10.9%;
  padding-bottom: 10.9%; */
  display: flex;
  height: 260px;
    /* border-radius: 16px; */
}
.banner-crsoul .slide{
  border-radius: 0px !important;
}
.img-banner-no-txt{
  padding:10.9% 40px;
}
.img-banner-txt{
  padding:10px 0px 10px 0px;
}

.category-banner-bg h1{
  color: #091D4F;
  font-weight: 900;
  font-size: 50px;
}
.category-banner-bg h1.size-38{
  font-size: 38px;
}
.category-banner-bg .stars-wrapper svg{
  margin-right: 4px;
  width: 26px;
  height: 26px;
}
.category-banner-bg .color-text-dark{
  font-size: 16px;
  opacity: 1;
}
.category-banner-bg ul{
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
.category-banner-bg ul li{
  list-style: none;
  color: #091D4F;
  font-size: 16px;
  padding: 0px 0px 4px 14px;
  position: relative;
}
.category-banner-bg ul li:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -70%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #091D4F;
}
.cat-banner-right{
  height: 100%;
}
.cat-banner-right img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.category-topbar{
  background: #004cbe;
  color: #fff;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: 500;
  /* border-radius: 5px; */
}
.category-banner-bg .color-text-dark .video-guide{
  line-height: 16px;
  display: inline-block;
  margin-left: 2px;
}
.category-banner-bg .color-text-dark .video-guide svg{
  width: 16px;
  height: 16px;
}
.category-banner-bg .color-text-dark:hover .video-guide svg path{
  fill: #0a58ca;
}
.home-approved.approved{
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.home-approved.approved .rating{
padding: 4px 10px;
margin-right: 15px;
}
.home-approved.approved .rating-value{
margin-top: 0px;
}
.home-approved.approved .rating img {
width: 70px;
}
.home-approved.approved .stars-wrapper svg{
width: 19px;
height: 19px;
}
.category-banner-bg .home-approved .rating{
background: transparent;
margin-right: 0px;
padding-left: 0px;
}



@media screen and (max-width:767px){
  .category-banner-bg{
    background-image: none !important;
    min-height:160px;
    /* padding: 9% 20px;
    min-height: unset; */
  }
  .category-banner-bg h1{
    font-size: 32px;
  }
  .category-banner-bg .stars-wrapper svg{
    width: 22px;
    height: 22px;
  }
  .category-banner-bg ul{
    display: none;
  }
  .category-banner-bg .home-approved.approved{
    justify-content: center;
    
    }
    .pp-prod .ctgry-pr .card-img-wrapper{
      padding: 12px;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
  .category-banner-bg{
    padding: 10px 0px 10px 0px !important;
  }
  .category-banner-bg h1{
    font-size: 32px;
  }
}

@media screen and (min-width:992px) and (max-width:1279px){
  .category-banner-bg h1{
    font-size: 42px;
  }
  /* .category-banner-bg{
    padding: 9% 30px;
  } */
}

@media screen and (min-width:320px){
	.img-banner-no-txt{
			padding:10.9% 0px;
	}
}
@media screen and (max-width:480px){
  .approved .rating img, .trustpilot .rating img {
    margin-left: 0px;
    width: 50px;
  }
}
/* Banner css end  */

@media (max-width: 991px){
  .trustpilot, .approved, .customers{
      justify-content: center;
      flex-direction: column;
  }
  .trustpilot &gt; span, .approved &gt; span, .customers &gt; span{
      margin-top: 10px;
      max-width: none;
      margin-left: 0px;
  }
  .approved .rating img{
      width: 40px;
  }
  .customers{
      padding-top: 16px;
      
  }
  .mobile-active-slider{
      min-height: 130px;
  }
}
@media screen and (min-width:992px) and (max-width:1279px){
  .trustpilot, .approved, .customers{
      justify-content: center;
      flex-direction: column;
  }
  .trustpilot &gt; span, .approved &gt; span, .customers &gt; span{
      margin-top: 10px;
      max-width: none;
      margin-left: 0px;
  } 

  .faq-vector {
      background-position: 0% 3%, 0px 3%;
  }
}

@media screen and (max-width:767px){
    .category-banner-bg h1{
      text-align: center;
      margin-bottom: 0px;
    }
}
@media screen and (max-width:991px){
  .category-banner-bg{
    padding: 23px 0px 23px 0px;
  }
  .category-banner-bg .col-12 {
    width: 100% !important;
  }
}


.dv-phone .category-banner-bg{
  min-height: 120px;
  height: auto;
}
.dv-tablet .category-banner-bg{
  min-height: 120px;
  height: 180px;
}

.dv-phone .home-approved.approved .stars-wrapper svg {
  width: 15px;
  height: 15px;
  margin-right: 2px;
}
.hm-smlr-pr .card-p-similar .card-img-wrapper &gt;img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category-desc{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgb(9 29 79 / 70%);
}

.category-product{
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  display: inline-block;
  margin: 0px;
  height: 100%;
  width: 100%;
}
.ctgry-pr .category-product .card-detail-wrapper{
  text-align: left;
  place-items: start;
  padding: 15px;
  margin-top: 0px;
}
.category-product .card-img-wrapper{
  height: 200px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.category-product .product-name{
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 4px;
}
.category-product .product-desc{
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 2px;
}
.category-product .rating{
  margin-bottom: 15px;
}
.category-product .rating-value{
  color: rgb(9 29 79 / 70%);
  opacity: 1;
}
.category-product:hover{
  background: #F5FBFF;
  border: 1px solid #009DFE;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
}
.category-product:hover .card-img-wrapper{
  background: #fff;;
}
.category-product:hover .product-name {
  color: #009DFE;
}
/* .banner-crsoul, .banner-crsoul .slide, .banner-crsoul .slide img {
  height: 100%;
} */
.banner-crsoul, .mobile-active-slider {
  border: 1px solid #dee2e6;
  padding:0px;
}
/* .banner-crsoul .slide img, .banner-crsoul .slide, .home-banner-slider .slide img {
  width: 100%;
} */
#js-popular-prod-con img.lazy:not(.loaded),.banner-crsoul img.lazy:not(.loaded) {
  width: 32px !important;
  height: 32px !important;
}

.cat-desc h2{
  font-size: 17px;
  margin-bottom: 10px;
}
.cat-desc p{
  font-size: 16px;
}
.cat-desc p b{
  color: #526083;
}

.btnReadMore{
  color: rgb(0, 0, 255);
  display: inline;
}
.btnReadLess{
  color: #0000FF;
  display: none;
}
.js-long-description{
  display: none;
}
@media screen and (max-width:580px){
  .category-product .card-img-wrapper {
    height: 150px;
  }
  .category-product .product-name{
    font-size: 12.5px;
  }
  .category-product .product-desc{
    font-size: 10px;
  }
}
.pr-cstm-hdr{
  display: none !important;
}
.ctgry-cstm-txt{
  text-align: justify;
}

.cstm-cat-txt p{
  margin-bottom: 20px;
  line-height: 164%;
  color: #526083;
  text-align: justify;
}
.cstm-cat-txt p span{
  color: #526083;
}
.align-right-video{
  float: left;
  margin: 0px 40px 0px 0px;
  width: 50%;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}
.cstm-cat-txt{
  background: #f2f3f6;
  padding-top: 67px;
  padding-bottom: 47px;
}
.cstm-cat-txt .heading-3{
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 28px;
}
.cstm-cat-txt  .btn-link{
  color: #526083;
}
.cstm-cat-txt .w-bpb-wrapper.w-css-reset.w-css-reset-tree,
.cat_video_modal_main .w-bpb-wrapper.w-css-reset.w-css-reset-tree{
  box-shadow: 0px 0px 0px 10px rgb(0 157 254 / 30%) !important;
  border-radius: 100% !important;
}
.cstm-cat-txt .w-big-play-button,
.cat_video_modal_main .w-big-play-button{
  width: 64px !important;
  height: 64px !important;
}
.cstm-cat-txt .w-big-play-button&gt;div,
.cat_video_modal_main .w-big-play-button&gt;div{
  width: 64px !important;
  height: 64px !important;
  border-radius: 100% !important;
  background: #009DFE !important;
}
.cstm-cat-txt .w-big-play-button&gt;svg,
.cat_video_modal_main .w-big-play-button&gt;svg{
  border-radius: 100% !important;
  width: 64px !important;
  height: 64px !important;
}
.cat_video_modal_main .modal-body{
  padding: 2px 43px 43px 43px; 
}
.circle-close {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  border: 0px;
}
.fill-circle {
  background: #091D4F;
  display: inline-block;
  line-height: 20px;
  text-align: center;
}
.circle-close svg {
  margin: auto;
}
.fill-circle svg&gt;path {
  stroke: #fff;
}
@media screen and (max-width:767px){
  .align-right-video{
    float: none;
    margin: 0px 0px 25px 0px;
    width: 100%;
  }
  
}
@media screen and (max-width:1439px){
  .cstm-cat-txt .pt-40{
    padding-top: 20px;
  }
  .cstm-cat-txt .pb-40.mb-0{
    padding-bottom: 20px;
  }
}
.category-product {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  display: inline-block;
  margin: 0px;
  height: 100%;
  width: 100%;
  position: relative;
}
img.category-tag {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  padding: 10px;
  width: 60px;
  height: 60px;
}

.ctgry-cstm-txt.cat-desc li{
    position: relative;
    padding-left: 16px;
    list-style: none;
}
.ctgry-cstm-txt.cat-desc li::before{
  content: '';
  position: absolute;
  top: 9px;
  left: 0px;
  width: 6px;
  height: 6px;
  background: #091d4f;
  border-radius: 50%;
}
.full_width_image .ctgry-pr .card-img-wrapper{
  padding: 0px;
  height: auto;
  overflow: hidden;
}
.full_width_image .ctgry-pr .card-img-wrapper img{
  width: 100%;
    height: auto;
    object-fit: unset;
}
body .black-bg-sec{
  background: #000;
}
body .black-bg-sec h1{
  color: #fff;
}
body .black-bg-sec .rating-value{
  color: #fff;
}
body .black-bg-sec ul li{
  color: #fff;
}
body .black-bg-sec ul li::after{
  background: #fff;
}
/*
.full_width_image_box .card-img-wrapper{
  padding: 0px !important;
  height: auto;
  overflow: hidden;
}
.full_width_image_box .card-img-wrapper img{
  width: 100%  !important;
    height: auto  !important;
    object-fit: unset  !important;
}*/

.on-sale-txt{
  display: none;
}
.sales-hover .on-sale-txt {
  background: #fc5a00;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: block;
}
.sales-hover  .category-product{
  border-width: 2px !important;
  border-color: #fc5a00 !important;

}
</pre></body></html>