/** Shopify CDN: Minification failed

Line 2769:4 "align-item" is not a known CSS property
Line 3895:0 Unexpected "}"

**/
@font-face {
font-family: "SSTPro-Roman";
font-weight:100;  
src: url("/cdn/shop/files/SSTPro-Roman.otf?v=1682329663") format("opentype");
}
@font-face {
font-family: "SST-Roman";
src: url("/cdn/shop/files/SST-Roman.otf") format("opentype");
}
@font-face {
font-family: "SSTPro-Bold";
src: url("/cdn/shop/files/SSTPro-Bold.otf") format("opentype");
}
@font-face {
font-family: "SSTPro-Medium";
src: url("/cdn/shop/files/SSTPro-Medium.otf") format("opentype");
}
@font-face {
font-family: "SSTPro-Light";
src: url("/cdn/shop/files/SSTPro-Light.otf") format("opentype");
}
:root {
--primary-font: "SSTPro-Roman";
}
.featured-collection__title-card-heading, .highlights-banner__heading, .slideshow-slide__heading, .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2, h1, h2, h3, h4, h5, h6 {
  font-family: var(--primary-font);
}
.custom-html--container .home-section--title, .custom-liquid--container .home-section--title, .home-section--title, .image-with-text__section-heading, .product-recently-viewed__heading, .product-reviews--content .spr-header-title, .product-section--title, .shoppable-image__section-heading {
  font-family: var(--primary-font);
    }
.featured-collection__title-card-heading, .highlights-banner__heading, .slideshow-slide__heading, .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2, h1, h2, h3, h4, h5, h6 {
font-family: var(--primary-font);
}
.productitem--title {
  font-family: var(--primary-font);
}
.bullet_point_meta.less_detail>ul li:nth-child(n+3) {
    display: none !important;
}
.modal.modal--quickshop-full.allow-scroll-while-locked .product--outer {
    display: block;
}
h2.pxs-image-with-text-heading {
    font-weight: 600;
}
a.btn.button-primary {
    line-height: 16px;
    width: 100%;
    text-align: center;
    margin-top: 16px;
}
span.pxs-image-with-text-button {
    padding: 8px 20px 10px;
    font-size: 16px;
}
form.live-search-form.form-fields-inline {
    border: 0 !important;
    box-shadow: none !important;
}
/* font family css end   */

html, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: var(--primary-font);

}
.modal--quickshop-full.modal-visible .noPurchaseReason {
    width: 31%;
    position: absolute;
    bottom: 10%;
    left: 62%;
    padding: 10px;
    background: #ffe5e5;
}

.modal--quickshop-full.modal-visible p#noPurchaseReason {
    font-size: 12px;
    margin: 0;
}

h1,h2,h3,h4,h5,h6,p,button, input, optgroup, select, textarea{
  font-family: var(--primary-font);;
    }
.blur section {
  background-color: #ebebeb;
  opacity: 0.5;
}
.modal-content .product-description-section {
    display: none;
}
.price-cart-section {
    position: absolute !important;
    top: 41.5%;
    right: 19%;
}
.productgrid-listview .productitem--actions .productitem--listview-price .price__current.price__current--emphasize {
    float: none !important;
    text-align: center;
}
.custom-find-model, .productgrid-listview .productitem--info + .price.productitem__price {
    display: none !important;
}
.form-field.form-field--qty-input.hidden {
    height: 48px;
}
label.form-field-title {
    font-family: 'SSTPro-Roman' !important;
    font-weight: 100;
    font-size: 14px;
}

.newsletter button.button-primary {
    font-size: 13px !important;
    top: 0px;
    position: absolute;
    font-family: 'SSTPro-Roman';
    font-weight: 100;
    padding: 12px;
}
.defaultImg-productitem--image img {
    width: 100%;
    height: 100%;
    padding: 15px;
}
span.highlights-banner__heading {
    font-size: 12px;
}
/* .productitem--action.atc--button {
    display: none !important;
} */
.highlights-banner__text p {
    font-size: 13px;
    font-family: 'SSTPro-Roman';
}
.form-fields--qty .form-field--qty-select .form-field-select-wrapper:after {
    content: "\f107";
    position: absolute;
    font-family: 'FontAwesome';
    right: 10px;
    z-index: 99;
    top: 45%;
    line-height: 5px;
    font-size: 18px;
}

.form-fields--qty .form-field--qty-select .form-field-select-wrapper {
    position: relative;
}

input#footer_newsletter_email {
    background: #3c3c42;
    border-radius: 0;
    border-color: #3c3c42;
    color: #fff;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-body);
    line-height: 1.5;
    color:  #000;
    font-weight: 400;
    }

/* commen css start */
.p-0 {
  padding:0px;
}
a {
  text-decoration: none;
  background-color: transparent;
}
.list-unstyle {
  list-style-type: none;
}
select:focus-visible {
  outline:none;
}
select:focus {
  outline: none !important;
}
.BorderLight {
  border-bottom: 1px solid #e5e5e5;
}
.form-group,.form-inputs {
  margin-bottom: 10px;
  width: 100%;
}
span.site-header-cart-icon.site-header-cart-icon--svg svg{
  width:24px;
  height:24px;
}
.site-footer-information {
    border-top: 1px solid #3c3c42;
}
.site-footer-left {
    display: flex;
    align-items: center;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.42857;
  color: #888;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.product-description-section {
    border-top: 1px solid #e4e7eb;
    border-bottom: 1px solid #e4e7eb;
    padding: 20px 5px;
}
button.custom-readmore {
    background-color: unset;
    color: #E81C26;
    border: 1px solid #E81C26;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    font-size: 13px;
    width: 240px;
    margin: auto;
    display: block;
}
.defaultImg-productitem--image {
    height: 320px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.defaultImg {
  max-width: 100%;
  height: 261px;
  width: 100%;
  object-fit: contain;
  padding: 0;
}
.container {
  width:100%;
  height:auto;
  margin:0 auto;

}

.product-slide-contain{
  width:100%;
  max-width:1450px;
  height:auto;
  margin:0 auto;
}

.site-header-main {
  align-items: center;
  padding: 10px 0;
  position:relative;
}
.form-field-select-wrapper label.form-field-title {
    display: none;
}

.submitbtnfrm {
    position: relative;
}
.product-title {
    font-family: 'SSTPro-Medium';
}
.product-vendor, .product-vendor a {
    margin: 0.5rem 0;
    font-size: 15px;
    line-height: 1.6;
    color: #6b6b7b;
    text-transform: capitalize;
}
.site-navigation-wrapper .live-search {
  width: 100%;
  max-width: 300px;
  float: right;
}

.site-header-logo {
    display: flex;
    align-items: center;
}
.form-field-select-wrapper:focus-within::after {
    transform: rotateX(0.5turn);
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-2 .navmenu-meganav-sidenav__item-text {
  font-weight: normal !important;

}
.site-navigation-wrapper {
  display: block !important;
  background-color: #1c1c1c;
  transition: margin-top 150ms cubic-bezier(0, 0, .2, 1);
}
.site-header-main-content {
  flex-wrap: nowrap;
  justify-content: start !important;
  margin-right: 2.5rem;
  margin-left: 15px;
  
}
.site-header-logo a.site-logo {
    max-width: 210px;
}
.site-header-main-content .site-logo img {
    height: 100%;
    width: 100%;
}
.site-header-main-content .site-logo .site-logo-image {
  max-height: 153px !important;
}
.our-product-slider{
  width:100%;
  padding:30px 0;
}

.our-product-slider ul{
  list-style: none;
  padding-left:0px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;

}

input.form-field-input.live-search-form-field {
    border: 1px solid #fff;
    padding: 5px 20px;
    color: #000;
    border-radius: 20px 0  0 20px;
    font-family: "SSTPro-Roman";
    font-weight: 700;
    height:40px;
}
.our-product-slider li:not(:last-child) {
  margin-right: 10px;
}

.our-product-slider li{
  height: 300px;
  display:inline-block;    overflow: hidden;
}

.our-product-slider li a{
  display: block;
}

.our-product-slider li a img {
  width: 100%;
  height: 230px;
}

.our-product-slider li a span.text_details {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: auto;
  height: auto;
  padding: 7px 8px 0;
  color: #000;
  background-color: #fff;
  transition: background-color .3s,padding .3s;
}



.our-product-slider li a span.text_details h4 {

  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: text_bold,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.55556;

}

.our-product-slider li a:hover  span.text_details {
  color: #fff;
  background-color: #003259;
}

.our-product-slider li a span.fair-square-slider {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s linear,padding .3s;
  font-family: text_regular,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.23077;
}

/* .our-product-slider li a span.fair-square-slider {
font-family: text_regular,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
} */

.our-product-slider li a span.fair-square-slider:after {
  position: relative;
  top: 2px;
  left: 3px;
  font-family: custom_icons!important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  line-height: 0;
}



.our-product-slider li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #000;
  transition: opacity .5s;
}

.our-product-slider li a:hover:after {
  opacity: .3;
}


/* 
.content {
margin: 0 auto;
max-width: 1000px;
} */

.content > h2 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;
}

.content > h2:first-child {
  padding-top: 0em;
}

/* Header */
.codrops-header {
  margin: 0 auto;
  padding: 4em 1em;
  text-align: center;
}

.codrops-header h1 {
  margin: 0;
  font-weight: 800;
  font-size: 4em;
  line-height: 1.3;
}

.codrops-header h1 span {
  display: block;
  padding: 0 0 0.6em 0.1em;
  color: #74777b;
  font-weight: 300;
  font-size: 45%;
}

/* Demo links */
.codrops-demos {
  clear: both;
  padding: 1em 0 0;
  text-align: center;
}

.content + .codrops-demos {
  padding-top: 5em;
}

.codrops-demos a {
  display: inline-block;
  margin: 0 5px;
  padding: 1em 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
  background: #3c414a;
  color: #fff;
}

/* To Navigation Style */
.codrops-top {
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.69em;
  line-height: 2.2;
}

.codrops-top a {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  letter-spacing: 1px;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  display: block;
  float: left;
}

.codrops-icon:before {
  margin: 0 4px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'codropsicons';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
  content: "\e001";
}

.codrops-icon-prev:before {
  content: "\e004";
}

/* Related demos */
.related {
  clear: both;
  padding: 6em 1em;
  font-size: 120%;
}

.related > a {
  display: inline-block;
  margin: 20px 10px;
  padding: 25px;
  border: 1px solid #4f7f90;
  text-align: center;
}

.related a:hover {
  border-color: #39545e;
}

.related a img {
  max-width: 100%;
  opacity: 0.8;
}

.related a:hover img,
.related a:active img {
  opacity: 1;
}

.related a h3 {
  margin: 0;
  padding: 0.5em 0 0.3em;
  max-width: 300px;
  text-align: left;
}



@media screen and (max-width: 25em) {
  .codrops-header {
    font-size: 75%;
  }
  .codrops-icon span {
    display: none;
  }
}
.our-product-slider-grid {
  position: relative;
  clear: both;
  /* 	margin: 0 auto; */
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
  display:flex;
}

/* Common style */
.our-product-slider-grid .effect-goliath {
  position: relative;
  /*     float: left; */
  /*     overflow: hidden; */
  display:flex;
  margin: 10px 1%;
  min-width: 226px;
  max-width: 33%;
  max-height: 347px;
  width: 23%;
  height: auto;
  background: #003259;
  text-align: center;
  cursor: pointer;
}

.our-product-slider-grid .effect-goliath img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.our-product-slider-grid .effect-goliath figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.our-product-slider-grid .effect-goliath figcaption::before,
.our-product-slider-grid .effect-goliath figcaption::after {
  pointer-events: none;
}

.our-product-slider-grid .effect-goliath figcaption,
.our-product-slider-grid .effect-goliath figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.our-product-slider-grid  figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.our-product-slider-grid  h4 {
  /* 	word-spacing: -0.15em; */
  font-weight: 300;
  font-size:16px;

}

/* .our-product-slider-grid  h4 span {
font-weight: 800;
}
*/
.our-product-slider-grid  h4,
.our-product-slider-grid  p {
  margin: 0;
}

.our-product-slider-grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */



/*-----------------*/
/***** Goliath *****/
/*-----------------*/

/* .our-product-slider-grid .effect-goliath {
background: #df4e4e;
} */

.our-product-slider-grid .effect-goliath img,
.our-product-slider-grid .effect-goliath h4 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.our-product-slider-grid .effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.our-product-slider-grid .effect-goliath h4 
{
  position: absolute;
  bottom: -50px;
  left: 0;
  padding: 10px;
}
.our-product-slider-grid .effect-goliath h4,
.our-product-slider-grid .effect-goliath p {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 10px;
}


.our-product-slider-grid .effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100px,0);
  transform: translate3d(0,100px,0);
  color: #fff;
}

.our-product-slider-grid  .effect-goliath:hover img {
  -webkit-transform: translate3d(0,0px,0);
  transform: translate3d(0,0px,0);
}

.our-product-slider-grid .effect-goliath:hover h4 {
  -webkit-transform: translate3d(0,-140px,0);
  transform: translate3d(0,-140px,0);
  color:#fff;
}
.our-product-slider-grid .effect-goliath:hover h4,
.our-product-slider-grid .effect-goliath:hover p {
  height: auto;
  min-height: 142px;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background: #003259;
}




.testimonials .testimonial__content .testimonial__author {
  font-style: normal !important;
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  font-style: normal;
  height: 55px;
  color: #000;
  overflow: hidden;
}

.testimonial__text p {
  color: #333;
  font-weight: 400;
  font-size: 14px;
}

.testimonials .flickity-button {
  background-color: #ddd !important;
  opacity:1 !important;
  color: #fff;
  border-radius: 0px !important;
}

.testimonial {
  margin-right: 20px;
  /*     background: #fff; */
}
.testimonial .btn-custom a {
  color: #333;
  text-decoration: none;
}
section.testimonials-section {
  max-width: 1190px !important;
}

.testimonials .flickity-button.previous {
  left: -220px;
}

.testimonials .flickity-button.next {
  right: -220px;
}

.testimonial__text {
  font-style: italic;
  margin: 1rem 0 1rem 0;
}

.testimonial__content {
  padding: 1rem 10px;
}



.testimonial_slider_blog {
  max-width: 100%;
  margin: 0 auto;
  background-color: #ddd;
  padding: 75px 50px;
}

.testimonial_slider_blog.slick-slide a {
  color: white;
  font-size: 16px;
  /*font-family:myriad-pro, sans-serif;*/
  font-family: "PT Sans", sans-serif;
}

.testimonial_slider_blog.slick-slide p {
  line-height: 24px;
}

.testimonial_slider_blog.slick-slide p:last-of-type {
  margin-bottom: 0;
}

.testimonial_slider_blog.slick-slide p:first-of-type {
  font-weight: bold;
}

.testimonial_slider_blog.slick-next:before {
  position: relative;
  top: -15px;
  content: url("https://cdn.shopify.com/s/files/1/0604/1092/1156/files/right-carousel-arrow.png?v=1639544606");
}

.testimonial_slider_blog.slick-prev:before {
  position: relative;
  top: -15px;
  right:20px;
  content: url("https://cdn.shopify.com/s/files/1/0604/1092/1156/files/left-carousel-arrow.png?v=1639544587");
}

/* .slick-prev:before {
position: relative;
top: -15px;
right:20px;
content: url("https://cdn.shopify.com/s/files/1/0604/1092/1156/files/left-carousel-arrow.png?v=1639544587");
} */

.test-content-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  color:#333;
}

.columns-small-3 {
  display:flex;
  /* display: initial; */
}
.columns-small-9 {

  display: flex;
  padding:20px;
}
.testimonials--section .testimonial{
  border: 1px solid rgb(111 111 111 / 60%)!important;
  box-shadow: 0 1px 7px rgb(0 50 89 / 52%) !important;
  background: #fff!important;
  /* color: #fff; */
}

.testimonials--section .testimonial.is-selected{
  border: 1px solid rgb(111 111 111 / 60%)!important;
  box-shadow: 0 1px 7px rgb(0 50 89 / 52%) !important;
  background: #fff!important;
  /* color: #fff; */
}
.testimonials--section .testimonial.pxu-lia-block {
  border: 1px solid rgb(111 111 111 / 60%)!important;
  box-shadow: 0 1px 7px rgb(0 50 89 / 52%) !important;
  background: #fff !important;
  /* color: #fff; */
}

.testimonial__author {
  font-style: normal;
  height: 52px;
  color: #000;
  overflow: hidden;
  text-align: center;
  padding: 0 28px;
}

.home-section--title {
  margin-bottom: 2.96875rem !important;
}
.home-section--title {
  margin-top: 2.78125rem !important;
}
.testimonials .flickity-page-dots .dot {
  width:40px;
  height: 8px;
  margin: 0 7.5px;
  background-color:  #002B59;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1),opacity .3s cubic-bezier(.4, 0, .2, 1) !important;
  border-radius:5px !important;
}

div#shopify-section-template--15197634396356__dynamic_testimonials {
  background: #ffffff;
  padding: 30px 0;
}

div#shopify-section-template--15197634396356__dynamic_featured_collection-2 {
  padding-bottom: 50px;
}




/* <-------------------------- single page css start--------------------------- */

.proFlyBlock.multiple_image {
  background: #fff;
}

.proList.grid .wpbProBlock {
  padding: 15px 20px;
  border: 1px solid #e3e3e3;
  height: 100%;
  transition: .5s ease-in;
}
.proFlyBlock .wpbProBlock span.label.label-primary {
  z-index: 100;
  padding: 5px 5px;
  font-size: 12px;
  left: 0;
  position: absolute;
  background-color: #3ec5f6!important;
}

a.proFeaturedImage img {
  height: auto!important;
  max-height: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  display: block;
}

.wpbProBlock .proName a {
  font-size: 14px;
}


button#BIS_trigger {
    background-color: rgb(133 139 148);
    color: #fff;
    border: none;
    box-shadow: none;
    font-weight: 100;
    font-size: 13px;
    padding: 13px 20px;
    border-radius: 1px;
    margin: 10px auto;
    width: 100%;
    font-family: 'SSTPro-Roman';
}


.proAttr.productAvailability.instock span {
  font-weight: 500;
}

.proAttr.productAvailability.instock span.guaranteed {
  font-weight: 500;
  border-bottom: 1.2px dotted #000;
  padding-bottom: 1px;
}

.opHelp_tooltip:hover .optooltip, span.guaranteed_tooltip:hover .gttooltip {
  display: block;
}

.opHelp_tooltip .optooltip, span.guaranteed_tooltip .gttooltip {
  display: none;
  transition: .2s all;
  position: absolute;
  top: 30px;
  background: #032741;
  padding: 5px 10px 20px 14px;
  border: 1px solid #ccc;
  background-color: #f4f5ff;
  right: 0;
  width: 440px;
  z-index: 999;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.gttooltip .tooltip_header, .optooltip .tooltip_header {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.proAttr.productAvailability.instock p {
  font-weight: 500;
  margin-top: 10px;
  color: #535353;
  font-size: 14px;
  padding: 5px 0;
  line-height: 15px;
}
.opHelp_tooltip, span.guaranteed_tooltip {
  position: relative;
  display: inline;
}


/* <-------------------------- single page css end--------------------------- */



.shopify-section .top_header .row {
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: inherit;
  margin-right: -15px;
  width: 100%;
  margin-left: -15px;
}

.shopify-section .top_header .row .col-lg-2.col-md-2.col-sm-2 {
  display: flex;
  align-items: center;
}

.shopify-section .productBox {
  padding: 30px 0;
}

.top_header {
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 4px;
  margin-top: 20px;
}
.product-gallery.hover-zoom-enabled.click-to-zoom-enabled {
    overflow: hidden;
}
.top_header {
  border: 1px solid #ddd!important;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%),0 2px 10px 0 rgb(0 0 0 / 10%)!important;
  background: #f2f2f2!important;
  /*       margin-bottom: 40px; */

  /*     border-radius: 4px; */
  /*     margin-top: 20px;*/  padding:20px; 
}
.search_order .form-group.form-inputs input {
  height: 50px;
  width: 100% !important;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  display: none;
  /*     text-transform: none; */
}

.highlights-banner__template--15197634396356__dynamic_highlights_banner .highlights-banner__icon {
  color:  #002B59 !important;
}
.pageContent.lg-return-order .myDiv.return-order-response {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  max-width: 750px;
  height: 100%;
} 


.pageContent.lg-return-order .myDiv.return-order-response .bmpg-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    width: 100%;
  }
.pageContent.lg-return-order .myDiv.return-order-response .bmpg-row .col-lg-12{
  padding:20px;

}

.pageContent.lg-return-order .myDiv.return-order-response .bmpg-row .form-group,.pageContent.lg-return-order .myDiv.return-order-response .bmpg-row .form-inputs {
  margin-bottom: 10px;
  width: 100%;
}
.pageContent.lg-return-order .myDiv.return-order-response .bmpg-row .form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.42857;
  color: #888;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pageContainer {
  padding: 20px;
}
.navmenu-meganav-sidenav__items {
  width: 16%;
}
.navmenu-meganav-sidenav__items .navmenu-depth-3 {

  left: 18%;

}

.our-product-slider-content h2 {
  text-align: center;
  font-weight: 600;
}

.Laboratory-appliances .article_content {
  width: 48%;
  padding: 10px;
  display: inline-block;
}

.article_content {
  width: 48%;
  display: inline-block;
}

.Laboratory-appliances .article_media {
  width: 48%;
  display: block;
  float: right;
  padding: 30px 70px 0 24px;
  background-color: #f0f3f6;
}
.Laboratory-ultra-low .article_media {
  width: 48%;
  display: block;
  float: right;
  padding: 30px 70px 0 24px;
  /*     background-color: #f0f3f6; */
}
.infobox-wrapper {
  background-color: #f0f3f6;
  font-size: .8em;
  text-align: justify;
  position: relative;
  z-index: 2;
  padding: 20px 0 0;
}
/* .Laboratory-appliances .flex_content .infobox-wrapper .infobox-icon {
width: 72px;
height: 72px;
font-size: 38px;
line-height: 1;
right: 0;
position: absolute;
top: 0;
background-color: #003259;
color: #fff;
} */
.infobox-wrapper .infobox-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -65px;
  right: -69px;
  width: 72px;
  height: 72px;
  font-size: 38px;
  line-height: 1;
  background-color: #003259;
  color: #fff;
  position: relative;
  text-align: center;
  float: right;
  box-sizing: border-box;
}

section.vaccine-biology {
  margin: 40px 0 56px;
  padding: 0 0 28px;
}
.article_content ul{
  list-style:none;
  padding:0; margin:0;
}

.article_content ul li {
  position: relative;
  padding-left: 22px;
  margin-top: 3px;
}
.article_content ul li .icons {
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  background: #000;
  height: 2px;
}
.infobox-wrapper .infobox-subtitle {

  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16667;
  padding: 0;
}



.information-storage .flex_content .infobox-wrapper {
  text-align: left;
  padding: 30px 70px 30px 24px;
}

.highlight-banner__count-4 .highlights-banner__block {
  width: 17rem;
}

.image-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

.banner-content {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  line-height: 1.5;
}

.img-content img {
  width: 100%;
  height: 100vh;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #530473;
  opacity: .8;
  z-index: 999;
  height: 100%;
}

.ban-btn {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
}

.pxs-image-with-text-content.container {
  color: #000 !important;
  width: 100%;
  max-width: 480px;
  padding: 40px 30px;
  margin-left: 0;
  background-color: #fff;
}

section.information-product ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#shopify-section-template--15197634494660__main {
  display: none;
}

.information-product h2 {

  font-family: head_black,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16667;

}

.information-product .container{
  max-width: 950px;
}


.information-product form {
  box-sizing: border-box;
  padding: 25px 15px 15px 15px;
  background-color: #f0f3f6;
}
.article_header.text_box.light {
  color: #000;
}


.cooling-of-vaccines .pxs-image-with-text-button {
  margin-top: 0px;
}

li.productgrid--item .defaultImg-productitem--image {
    max-height: 260px !important;
    overflow: hidden;
    width: 260px;
    object-fit: contain;
    
}

.productgrid-listview li.productgrid--item.imagestyle--natural.productitem--emphasis.show-actions--mobile {
    margin-bottom: 10px !important;
}

section.information-product {
  position: relative;
  z-index: 1;
  min-width: 290px;
  max-width: 100%;
  padding-bottom: 50px;
  padding-top:20px;

}
a.slideshow-slide__button.slideshow-slide__button--primary {
    font-size: 13px;
    font-weight: 100;
    font-family: 'SSTPro-Roman';
    padding: 9px 31px;
}
/*............................................. 

Responsive css start 
.............................................*/
@media (min-width: 1366px) {
}
@media (min-width: 1024px) {
  .highlight-banner__count-4 .highlights-banner__block {
    width: 14rem;
    margin: 10px .0;
  }
  nav.site-navigation {
    padding-left: 12rem;
 }
}

@media (max-width: 768px) {
	 .contact_wrap .col-lg-4.col-md-4 {
    width: 48%;
  }
}

@media (max-width: 600px) {
    .productgrid--outer.layout--has-sidebar.productgrid-listview {
        column-gap: 0 !important;
    }
}

@media (max-width: 767px) {
  .defaultImg {
    padding: 0 !important;
  }
  .modal--quickshop-full .product--container {
    margin-top: 0 !important;
  }
  .pxs-image-with-text-section-height-small .pxs-image-with-text-content-wrapper{
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
  .modal--quickshop-full .price__current {
    top: 0 !important;
  }
  .modal--quickshop-full .product-gallery--navigation.loading {
    display: none;
  }
  div#quickshop__modal_containers {
    margin-top: 20px !important;
  }
  .pxs-image-with-text-background {
    background-size: cover;
    background-repeat: no-repeat;
 }
  .modal--quickshop-full.modal-visible .noPurchaseReason {
    width: 87% !important;
    bottom: 26% !important;
    left: 6% !important;
    padding: 5px 10px !important;
      
  }
  .pxs-image-with-text-section-height-large .pxs-image-with-text-content-position-y-center {
      height: 140px;
      padding: 0 !important;
  }  
  
  .modal-content {
    display: flex;
    flex-direction: column;
  }
  .productgrid--wrapper {
    margin-top: 0 !important;
  }
  .breadcrumbs-container a, .breadcrumbs-container span {
    display: inline !important;
  }
   ul.clearfix.show-on-mobile > li:first-child a {
    width: 70px;
    text-align: center;
}
ul.clearfix.show-on-mobile > li:first-child a:first-child {
    width: 125px;
    text-align: center;
     display: flex;
    align-items: center;
    justify-content: space-between;
}
  span.site-header__account-icon {
    display: none;
  }
  .get-order-detail-res p {
    font-size: 15px !important;
  }
  button.get-order {
    width: 100%;
  }
  .headermenu-mobile:after {
    display:none;
  }
  .cart-item--total {
    text-align: right !important;
  }
  h1.wpbTitle.wpbHomeTitle.clearfix {
    font-size: 26px !important;
  }
  .get-order-detail-res {
      padding: 0 !important;
  }
  li.explodedview-assemblyli {
    min-width: 120px;
  }
  .modal_info_wrapper span {
    font-size: 14px;
  }
  input#footer_newsletter_email {
    height: 45px !important;
  }
  .pl-md-0.pl-lg-0.mw-100.SidebarCustomClass {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}  
  section.site-footer-wrapper {
      padding-bottom: 10px !important;
  }
  .site-footer-left {
    justify-content: center;
  }
  .site-footer-right :first-child{
    width: 65px !important;
    object-fit:cover;
  }
  .apicons.apicons-desktop a {
    max-width: 37px !important;
  }
  .pl-md-0.pl-lg-0.mw-100.SidebarCustomClass {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top_modal_info {
    flex-wrap: wrap;
  }
  button.zoom-btn {
    width: 100% !important;
  }
  a.view_product_details {
    width: 100% !important;
    display: block;
    text-align: center;
  }
 .mdlsnglenseccol-cntnttitleimg img {
    width: 65px;
} 
  .mdlsnglenseccol-img {
    max-width: 100% !important;
    width: 100% !important;
  }
  .col-lg-9.col-xl-9.col-md-9.pr-md-0.pl-md-0.mobile_padding.ProductListCustom {
    padding-right: 0 !important;
    margin-top: 20px;
  }
  ul.sidebar_webcat_list_item.LastBorderNone.mobile-margin {
    margin-top: 0 !important;
 }
  ul.sidebar_webcat_list_item_by_shopify.LastBorderNone.mobile-margin {
    margin-top: 0 !important;
}
  .highlights-banner__icon svg {width: 28px;}
  .contact_wrap .col-lg-4.col-md-4 {
    width: 48% !important;
  }
  .highlights-banner__block.highlights-banner__align-center {
    border-top: 1px solid #e4e7eb;
    display: flex;
    flex-flow: row;
  }
  .highlights-banner__content:not(.flickity-enabled) .highlights-banner__block:last-child {
    border-bottom: 1px solid #e4e7eb;
  }
  .highlights-banner__content.highlight-banner__count-4 {
    display: flex !important;
    row-gap: 0 !important;
  }
  .slideshow-slide__button--primary {
    display: block;
    width: max-content;
   }
    section.slideshow.slideshow--height-medium.slideshow--height-medium-mobile.slideshow--width-content.slideshow--text-below-image-true {
      padding: 0 !important;
  }
   .slideshow-slide__text {
      color: #fff;
      text-align: left;
  } 

   .highlights-banner__block.highlights-banner__align-center {
      border-top: 1px solid #e4e7eb;
      display: flex;
      flex-flow: row;
      align-items: center;
      padding: 10px;
  }
  .highlights-banner__content:not(.flickity-enabled) .highlights-banner__block:last-child {
    border-bottom: 1px solid #e4e7eb;
  }
  .site-header-cart {
      top: 10px !important;
  }
  .search-section-content {
    padding: 15px 0;
 }
  .mdlsnglenseccol-cntnt {
    width: 100% !important;
    padding: 20px 0;
  }
  .shopify-section .top_header .row {

    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;

  }
  .mdlsnglenseccol-img {
    width: 100% !important;
  }
  .mdlsnglenseccol-img a img {
    width: 100%;
  }
  .order-search-section-wrap {
    padding: 20px;
  }

  .site-navigation .navmenu-depth-1 {

    display: none;
  }
  .site-header-main-content .site-logo {
    max-width: 150px!important;
    margin: 0 auto;
  }
}





.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-wrapper {
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.fair-square-slider__list {
  list-style: none;
}
.fair-square-slider__item {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.fair-square-slider__item:not(:last-child) {
  margin-right: 10px;
}
.fair-square-slider__link {
  display: block;
}
.fair-square-slider__link:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #000;
  transition: opacity .5s;
}
.no-touch .fair-square-slider__link:hover .fair-square-slider__description {
  max-height: 112.5px;
  padding-bottom: 6px;
}
.no-touch .fair-square-slider__link:hover:after {
  opacity: .3;
}
.no-touch .primary2 .fair-square-slider__link:hover .fair-square-slider__details {
  color: #fff;
  background-color: #003259;
}
.fair-square-slider__image {
  width: 150px;
  height: 150px;
}
.fair-square-slider__details {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: auto;
  height: auto;
  padding: 7px 8px 0;
  color: #fff;
  background-color: #003259;
  transition: background-color .3s, padding .3s;
}
.fair-square-slider__title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: text_bold, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.55556;
}
.fair-square-slider__description {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s linear, padding .3s;
  font-family: text_regular, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.23077;
}
.fair-square-slider__description:after {
  position: relative;
  top: 2px;
  left: 3px;
  font-family: custom_icons!important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  line-height: 0;
}

@media screen and (min-width:768px) {
  .fair-square-slider__item {
    width: 19.45%;
    height: 230px;
  }
  .no-touch .fair-square-slider__link:hover .fair-square-slider__details {
    padding: 7px 16px 0;
  }
  .no-touch .fair-square-slider__link:hover .fair-square-slider__description {
    max-height: 76.66667px;
    padding-bottom: 14px;
  }
  .fair-square-slider__details {
    padding: 0 16px;
  }
  .fair-square-slider__title {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 9px;
  }
  .fair-square-slider__description {
    font-family: text_regular, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .fair-square-slider__description:after {
    font-size: 18px;
  }
  .fair-square-slider__image {
    width: 230px;
    height: 230px;
  }
}



/*===========================
10.SLIDER css 
===========================*/

.carousel-item {
  background-color: #0067f4;
  position: relative;
}

.carousel-item::before {
  position: absolute;
  content: '';
  width: 33%;
  height: 100%;
  background: -webkit-linear-gradient(rgba(0, 103, 244, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
  background: -o-linear-gradient(rgba(0, 103, 244, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
  background: linear-gradient(rgba(0, 103, 244, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
  top: 0;
  right: 15%;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel-item::before {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-item::before {
    width: 60%;
  }
}
 .slideshow-slide__content.slideshow-slide__content--slide_Lq7tKw.slideshow-slide__content--text-center {
    display: none;
  }
@media (max-width: 767px) {
  .carousel-item::before {
    width: 50%;
    right: 45%;
  }
 
  .productgrid--sidebar {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .carousel-item::before {
    right: 25%;
  }
  ul.clearfix.show-on-mobile {
    max-height: 100vh;
    overflow: auto;
  }
  
}

.carousel-item .slider-image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 9;
}

.carousel-item .slider-image-box .slider-image {
  max-width: 680px;
  width: 100%;
}

.slider_area {
  width: 100%;
  background: url(https://cdn.shopify.com/s/files/1/0604/1092/1156/files/1.jpg?v=1641294177);
  background-size: cover;
  object-fit: fill;
  background-position: 100%;
  background-repeat: no-repeat;
  /* height: 100vh; */
  min-height: 804px;
  margin: 0 auto;
}

.slider-content {
  position: relative;
  z-index: 9;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .slider-content {
    padding-top: 190px;
    padding-bottom: 150px;
  }
}

.slider-content .title {
  font-size: 56px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .title {
    font-size: 58px;
    line-height: 80px;
  }
  .pxs-image-with-text-content-wrapper.pxs-image-with-text-content-position-y-center.pxs-image-with-text-content-position-x-center {
    padding: 160px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .title {
    font-size: 72px;
    line-height: 90px;
  }
  .pxs-image-with-text-content-wrapper.pxs-image-with-text-content-position-y-center.pxs-image-with-text-content-position-x-center {
    padding: 115px 0;
  }
}

@media (max-width: 767px) {
  .slider-content .title {
    font-size: 34px;
    line-height: 45px;
  }
}

.slider-content .text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}

.slider-content .slider-btn {
  padding-top: 16px;
}

.slider-content .slider-btn li {
  display: inline-block;
  margin: 16px 8px 0;
}

@media (max-width: 767px) {
  .slider-content .slider-btn li {
    margin: 16px 3px 0;
  }
}

.slider-content .slider-btn li a.rounded-one {
  background-color: #fff;
  border-color: #fff;
}

.slider-content .slider-btn li a.rounded-one:hover {
  background-color: transparent;
  color: #fff;
}

.slider-content .slider-btn li a.rounded-two {
  border-color: #fff;
}

.slider-content .slider-btn li a.rounded-two:hover {
  background-color: #fff;
  color: #0067f4;
}

.carousel-indicators {
  margin-bottom: 50px;
}

.carousel-indicators li {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  border: 0;
  margin: 0px 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-indicators li {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 767px) {
  .carousel-indicators li {
    width: 13px;
    height: 13px;
  }
}

.carousel-indicators li.active {
  background-color: #fff;
  width: 16px;
  border-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-indicators li.active {
    width: 23px;
  }
}

@media (max-width: 767px) {
  .carousel-indicators li.active {
    width: 23px;
  }
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  top: 50%;
  font-size: 32px;
  color: #fff;
  bottom: auto;
  left: 60px;
  right: auto;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    display: none;
  }
}

@media (max-width: 767px) {
  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    display: none;
  }
}

.carousel .carousel-control-next {
  right: 60px;
  left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel .carousel-control-next {
    right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel .carousel-control-next {
    right: 30px;
  }
  .pl-md-0.pl-lg-0.mw-100.SidebarCustomClass {
    flex: 0 0 33% !important;
  }
  .ProductListCustom {
    max-width: 63% !important;
    flex: 0 0 63% !important;
  }
  
}

@media (max-width: 767px) {
  .carousel .carousel-control-next {
    right: 30px;
  }
}


/*===========================
17.FEATURES css 
===========================*/


/*===== features TWO =====*/

.features-area {
  background-color: #f4f6f7;
  padding-top: 120px;
  padding-bottom: 130px;
}

.single-features {
  padding: 40px 20px 52px;
  background-color: #fff;
}

.single-features .features-title-icon .features-title a {
  font-size: 36px;
  line-height: 45px;
  color: #121212;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-features .features-title-icon .features-title a {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .single-features .features-title-icon .features-title a {
    font-size: 24px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-features .features-title-icon .features-title a {
    font-size: 36px;
    line-height: 45px;
  }
}

.single-features .features-title-icon .features-title a:hover {
  color: #0067f4;
}

.single-features .features-title-icon .features-icon {
  position: relative;
  display: inline-block;
}

.single-features .features-title-icon .features-icon i {
  font-size: 88px;
  line-height: 70px;
  color: #0067f4;
  position: relative;
  z-index: 5;
}

.single-features .features-title-icon .features-icon .shape {
  position: absolute;
  top: 0;
  left: 0;
}

.single-features .features-content .text {
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  margin-top: 16px;
}

.single-features .features-content .features-btn {
  color: #0067f4;
  font-size: 16px;
  font-weight: 700;
  margin-top: 29px;
}





/*# sourceMappingURL=style.css.map */

.commercial-sale li {
  font-family: Liberation sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
}

/* css added for collection page on 6/jan/2022 */
.template-collection figure.productitem--image img {
  height: 261px;
  width: 261px;
  padding:10px 0px;
  object-fit: contain;
  padding:15px;
}

/* css added for collection page on 6/jan/2022 */
.featured-collection__container .productitem img {
  height: 200px;
  margin-bottom: 25px;
  object-fit: contain;
}
/* Collection list animation css date 7/JAN/2021 */
.add_animation li.collection__item {
  position: relative;
}

.add_animation span.collection__item-info {
  position:absolute;
  bottom: -20px;
  right:50%;
  transform:translateX(50%);
  color:#fff;
  z-index: 1030;
  transition: 0.5s ease-in;
  width:100%;
}
.add_animation li.collection__item:before {
  content:'';
  position:absolute;
  background-color:rgb(0 43 89);
  height:0%;
  width:100%;
  left:0px;
  bottom:0px;
  z-index:1;
  transition: 0.5s ease-in;
}
.add_animation li.collection__item:hover:before {
  height:20%;
}

.add_animation li.collection__item:hover span.collection__item-info {
  /* opacity:1; */
  bottom: 20px;
}

/* product slider */
.product_slider_loop {
  position: relative;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05)!important;
  margin:0px 5px 0px 0px;
  overflow:hidden;
  margin-bottom: 25px;
}

.product_details {
  width: 100%;
  position: absolute;
  transition: 0.5s ease-in;
  bottom: -200px;
}


.product_slider_loop:hover .product_details {
  bottom: 0px;
  transition: .5s ease-in;
  color: #fff;
  padding: 15px 15px;
  background-color: #002B59;

}

.product_slider_loop img {
  text-align: center;
  margin: 0 auto;
}
.product_slider_loop  .product_details form {
  margin: 15px 0px;
}
.product_slider_loop  input.btn {
  padding: 10px 20px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  font-weight: 600;
  cursor:pointer;
}

/* Product discription */
li.product_details_discription_loop {
  display: flex !important;
  align-items: center;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05)!important;
  overflow: hidden;
  margin: 15px 35px;
  position:relative;
}
.product_discription_details {
  padding: 25px;
  background-color: #002B59;
  color: #fff;
  margin: 0px;
  position: relative;
  min-height: 362px;
}
span.product_stock {
  position: absolute;
  top: 12px;
  left: 0px;
  background-color: #002B59;
  color: #fff;
  padding: 5px 15px;
}

.product_details_discription_loop:before  {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 45px;
  left: 0px;
  border-top: 15px solid  #002B59;
  border-left: 15px solid transparent;
}
span.product_stock:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -19px;
  border-top: 14px solid  #002B59;
  border-bottom: 20px solid #002B59;
  border-right: 20px solid transparent;
  border-left: 0px solid transparent;
}
/* page width */
.page-width {
  max-width: 1500px !important;
  margin:0 auto !important;
}

/* section text with image layer */
.text_with_imagelayer_wrapper {
  display: flex;
  align-items: center;
}

.text_wrapper {
  flex: 0 45%;
  padding: 0px 25px;
}

.imagelayer_wrapper {
  flex: 0 45%;
  position:relative;
}
.imagelayer_wrapper img {
  max-width: 100%;
  position:relative;
}
.imagelayer_wrapper:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color:  #002B59;
  left: 55px;
  top: -55px;
  /* z-index: 1030; */
}
.text_wrapper a {
  color: #fff;
  background-color: #002B59;
  border: 1px solid #002B59;
  padding: 0.875rem 1.75rem;
  letter-spacing: 0;
  margin-top: 1.875rem;
  border-radius:5px;
}
a.Read_more svg {
  margin: 0px 0px 0px 10px;
}

.text_wrapper a:hover {
  background: #1a406a;
  border: 1px solid #1a406a;
}

/* custom modal page css date 12/jan/2021 */
.top_modal_info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 25px 0px;
}
.custom_modal_wrapper {
    border: 1px solid #dedede;
    background-color: #f5f5f5;
    box-shadow: 0 0 15px #eee;
    margin-top: 30px;
}
.custom-modal-page .prdctRelated {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
}
.modal_image_wrapper {
  flex: 0 20%;
  max-width: 20%;
  position:relative;
  height:200px;
}

.modal_info_wrapper {
  flex: 0 60%;
}
.menual {
  flex: 10%;
}
.custom_modal_wrapper .slider-for li.slick-slide img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.custom_modal_wrapper .slider-for li.slick-slide {
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-bottom: 15px;
}
.modal_info_wrapper img {
  max-width: 100%;
  height: 20px;
}
.menual_wrapper .product_manuals_list_items {
  border: 1px solid #f2f2f2;
  padding: 5px 15px;
  background-color: #f2f2f2;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

ul.manuals_list_items {
  padding: 0px;
}

ul.manuals_list_items li {
  list-style-type: none;
}

ul.manuals_list_items li button {
  border: 0px;
  background-color:unset;
  color: #ccc;
  text-align:left;

}

ul.manuals_list_items li button a {
  color: #007bff;
  text-decoration: underline;
}

h3.manuals_heading {
  font-size:18px;
}
.popup .slider-nav .slick-slide img {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  object-fit: contain;
  border: 1px solid #e5e5e5;
  padding: 5px;
}
.popup .slider-for .slick-slide {
  border-bottom: 1px solid #efefef;
  padding: 10px;
}
button.readmore, .readless {
  border: 0px;
  background-color: transparent;
  color:  #002B59;
  font-weight: 600;
  margin-bottom:10px;
  position:relative;
}
button.readmore:before, .readless:before {
  content:'';
  position:absolute;
  height:2px;
  width: 0%;
  background-color: #002B59;
  bottom:0px;
  transition: 0.5s ease-in;
}

button.readmore:hover:before, .readless:hover:before {
  width: 85%;
}
.product-description-short p , .product-description-full.custom-hide {
  transition: 0.5s ease-in;
}
.product-description-full.custom-hide p {
  padding-right: 15px;
}
.custom-modal-page .mdlsngle-nsec-row.feproduct-tags {
    margin-bottom: 15px;
    margin-right: 20px;
    transition: .3s ease-in-out;
}
.custom-modal-page .mdlsngle-nsec-row.feproduct-tags:hover {
    transition: .3s ease-in-out;
    box-shadow: 0 0 12px #eee9e9;
    border-color: #ccc;
}
/* Custom modal page tab */
/* Tabs CSS */
.custom-product-tabs .tab {
  overflow: hidden;
}
ul.sidebar_webcat_list_item {
  border: 0;
  padding: 0px 10px;
  max-width: 250px;
  overflow-y: scroll;
  max-height: 300px;
  margin-top: 0;
}

li.webcat_list_item {
  max-width: 250px;
  max-height: 300px;
  scroll-behavior: smooth;
  list-style: none;
  border-bottom: 0;
  padding: 6px 5px;
  cursor: pointer;
  position:relative;
  font-size: 13px;
  color: #6b6b7b;
} 

/* Style the buttons inside the tab */
.custom-product-tabs .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 16px;
  transition: 0.3s;
  font-size: 17px;
  border: 1px solid #ccc;
}

/* Create an active/current tablink class */
.custom-product-tabs .tab button.active {
  background-color: #002B59;
  color: #fff;
}

/* Style the tab content */
.custom-modal-page .tabcontent {
  display: none;
  padding: 10px 12px 0;
  border: 1px solid #ccc;
  font-weight: 500;
  margin-top: 15px;
  /* background-color: #fff; */
  box-shadow: 0 10px 15px -3px #00000012, 0 4px 6px -2px #0000000d;
  line-height: 25px;
  border-radius: 5px;
  max-height:300px;
  overflow:scroll;

}
/* only mobile css */
@media (max-width : 767px) {
  .mobile_space {
    padding:0px 15px !important;
  } 
  li.productgrid--item {
    --open-height: auto !important;
    --base-height: auto !important;
}
  .featured-collection__container .productitem img {
    height: 150px;
  }
  a.productitem--image-link .defaultImg-productitem--image {
    height: 150px !important;
    width: 100% !important;
  }
  h2.productitem--title a {
      font-size: 12px !important;
  }
  .price.productitem__price span.money {
    font-size: 14px;
  }
  .mobile_padding {
    padding:0px 15px;
  }
  li.product_details_discription_loop {
    display:block !important;
  }
  /* mobile hover none */
  .add_animation li.collection__item:before {
    bottom: 0 !important;;
    height:20% !important;;
  }
  .add_animation span.collection__item-info {
    bottom: 10px !important;
  }
  .product_details {
    bottom: 0px !important;
/*     padding: 15px 15px; */
    color:#fff;
    background-color:  #002B59;
      text-align:center;
  }
  .text_with_imagelayer_wrapper {
    display:block;
  }
  .imagelayer_wrapper {
    flex: 0 45%;
    position: relative;
    margin-top: 100px;
  }
  .imagelayer_wrapper:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 85%;
    background-color:  #002B59;
    right: -10px;
    top: -55px;
  }
  .custom_modal_wrapper {
    flex-direction: column;
  }
  .modal_image_wrapper {
    flex: 0 100%;
    max-width: 100%;
  }
  /*   modal page css */
  .mdlsngle-nsec-row.feproduct-tags {
    width: 100% !important;
/*     display:block !important; */
    margin:0 auto;
  }
  .mdlsnglenseccol-cntnttitle {
    display: block !important;
  }
  .prdctRelated {
    width: 100% !important;
    display: flex !important;
  }
  ul.sidebar_webcat_list_item {
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 100%;
  }
  .mdlsnglenseccol-img {
    margin: 0 auto;
  }
  .custom-product-tabs .tab button {
    padding: 6px 6px;
    font-size: 15px;
    margin: 5px;
  }
  .product_manuals_list_items {
    margin-top: 15px;
  }
  li.webcat_list_item {
    max-width: 100%;
  }
  .row.CustomGrid {
    display: block !important;
  }
  body .searchModal_tabContent .custom-product-col.products-per-row-4 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
  }
  body .searchModal_tabContent .custom-product-col.products-per-row-4 li {
    width:46% !important;
    max-width:46% !important;
    flex: 0 1 46% !important;
    margin:6px !important;
  }
  .template-collection figure.productitem--image img{
    height:140px !important;
    padding:0 !important;
  }
  .top_modal_info {
    flex-direction: column;
  }
  .custom-modal-page  .mobile_space {
    margin: 10px 15px;
  }
  .custom-modal-page  h4.title_font_size.color_title {
    padding:10px 0px;
    font-size: 18px;
    line-height: 28px;
  }
  .custom-product-tabs {
    padding: 0px !important;
  }
  .popup {
    width:90% !important;
  }
   span.badge.model-badge:after {
      right: -10px !important;
      border-top: 12px solid #E81C26 !important;
      border-bottom: 12px solid #E81C26 !important;
  }
  .productitem:before {
    top: 23px !important;
    left: -6px !important;
  }
  span.badge.part-badge:after {
    border-bottom: 13px solid  #E81C26 !important;
  }
  .product-recommendations--section .productitem:before {
    top: 30px !important;
  }
  .template-collection .productitem:before {
    top: 24px!important;
    left: -5px!important;
  }
  .template-collection span.badge.model-badge:after {
    border-top: 11px solid  #002B59 !important;
  }
  .productitem--title {
    padding-right: 0 !important;
  }
  .staticsearch_sidebar {
    position: fixed;
    width: 100%;
    z-index: 1030;
    background-color: #fff;
    top: 50%;
    padding: 15px;
    display: block;
    left: 0px;
    transform: translatey(-50%);
    height:100%;
  }
  .custom-filter-button {
    display: flex !important;
    align-item:center;
    background-color: transparent;
    border: none;
    margin: 15px 0px;
    color: #002b59;
  }
  /* filter popup */
  span.closeMobilepopup {
    position: absolute;
    top: -15px;
    right: 15px;
  }
  span.closeMobilepopup {
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .mobile_position {
    margin: 45px 0px;
  }
  form#myinputsearch {
       margin-bottom: 30px;
  }
  .staticsearch_sidebar span.closeMobilepopup {
    display: block !important;
  }
  ul.custom_cat_filter.p-0.list-unstyle {
    margin: 35px 0;
  }
  .mobile-margin {
    margin: 45px 0px !important;
	}
  .show_slider .slick-prev, .show_slider .slick-next {
    display:none !important;
	}
  .prdctRelated .mdlsnglenseccol-img img {
    padding: 0px;
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.live-search.livesearchcustom .live-search-form-field {
    font-size: 15px;
    display: block;
    padding: 10px !important;
}
a.site-logo {
    display: flex;
    align-items: center;
}
}

@media (min-width : 960px) {
  .site-footer-block-newsletter .newsletter .button-primary {
      padding: 16px 30px !important;
  }  

}

@media(min-width:960px) and (max-width:1200px){
 .img-responsive.target.map {
        width: 1000px !important;
        height: 1000px !important;
        max-width: inherit !important;
      }
    .wrap-image-map {
      width: 100% !important;
    }
}

@media (min-width : 960px) {

.headermenu > ul > li:first-child {
  display:none;
}
  
span.site-header__account-icon {
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 19px 16px;
}

ul.site-header-actions {
    position: absolute;
    top: 70%;
    padding: 17px 12px;
    display: none;
    left: 0;
    min-width:150px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    color: #000;
}

span.site-header__account-icon:hover ul.site-header-actions {
    display: block;
}
}
@media only screen and (min-width : 600px) and (max-width : 767px) {
   
    .site-header-menu-toggle--button.headermenu-mobile {
        padding: 0 20px 0 !important;
    }
    body .searchModal_tabContent .custom-product-col.products-per-row-4 li {
      width: 31% !important;
      max-width: 31% !important;
      flex: 0 1 31% !important;
    }
   .promo-block--content-wrapper {
    bottom: 10px !important;
   }
 .productgrid--sidebar  {
    display: none !important;
}
  .promo-grid--inner.promo-grid__columns--4 .promo-block.promo-block--image, a.promo-block--content.promo-block--content-align-bottom-left.promo-grid--maintain-aspect-ratio, .promo-block--content.promo-block--content-align-bottom-left.promo-grid--maintain-aspect-ratio.promo-block--expanded.promo-block--unlinked{
    min-height: 135px !important;
    height: 135px !important;
  }
  .highlights-banner__content.highlight-banner__count-4 {
    flex-flow: row !important;
}
  .highlights-banner__content:not([data-highlights-slider]) .highlights-banner__block {
    width: 30%;
    border-right: 1px solid #ccc !important;
    border: 0;
    border-bottom: 0 !important;
  }
  .highlights-banner__block.highlights-banner__align-center:last-child {
    border: 0 !important;
  }
}


@media only screen and (min-width : 680px) and (max-width : 767px) {

  .live-search.livesearchcustom {
    height: 38px !important;
    margin-left: 10px;
  }
  .site-header-cart {
    top: 0px !important;
    right: 8px !important;
  }
  
}


@media only screen and (min-width : 650px) and (max-width : 959px) {
    .headermenu > ul > li:first-child {
      padding: 0 5px;
      align-items: center;
      background: #1f2024;
      display: flex;
      justify-content: space-between;
    }
     .img-responsive.target.map {
        width: 1000px !important;
        height: 1000px !important;
        max-width: inherit !important;
      }
    .wrap-image-map {
      width: 100% !important;
    }
    .slideshow-slide__content--text-left {
      padding-left: 3.25em !important;
   }
/*     .headermenu-mobile {
        padding: 15px 20px 0 !important;
    } */
    .cart-item--total, .cart-item--quantity {
      min-width: 5.5rem !important; 
    }
  
    .headermenu .show-on-mobile {
      max-height:100vh;
      overflow:auto;
    }
    .productgrid-listview .productitem{
      flex-direction: row !important;
    }
    a.productitem--image-link > p {
    height: 0;
    margin: 0;
}
    li.productgrid--item.imagestyle--natural.productitem--emphasis.show-actions--mobile:nth-child(3n+1){
          margin-left: 0 !important;
    }
  .productgrid--outer.layout--has-sidebar.productgrid-gridview {
    column-gap: 0 !important;
    row-gap: 0 !important;
  }
    .productgrid--outer.layout--has-sidebar.productgrid-listview {
      column-gap: 0 !important;
    }
    .headermenu > ul > li > ul {
        max-height: 300px;
        overflow: auto;
        
    }
   .site-footer-block-newsletter .newsletter .button-primary {
      padding: 16px 30px !important;
    } 
  .site-footer-block-newsletter .newsletter .form-field{
    margin-top:0 !important;
  }
  .promo-grid--height-small .promo-grid--inner .promo-block{
     min-height: 175px !important;
  }
  .slideshow--height-medium .slideshow-slide__image-wrapper {
      height: 350px !important;
  }
  .promo-grid--height-small .promo-grid--inner .promo-block--content{
    min-height:175px !important;
  }
  .headermenu > ul > li > ul > li > ul > li a {
    padding:.3rem 1.5rem !important;
  }
  .headermenu > ul > li a{
    padding:1.2em 1.5em !important
  }
  .headermenu .fa-caret-down:after {
    position: absolute;
    right: 30px;
}
  ul.clearfix.show-on-mobile > li:first-child a {
    width: 70px;
    text-align: center;
}
ul.clearfix.show-on-mobile > li:first-child a:first-child {
    width: 152px;
    text-align: center;
     display: flex;
    align-items: center;
    justify-content: space-between;
}
  ul.manuals_list_items li {
    list-style-type: none;
    font-size: 10px;
}
.featured-collection__container .productitem img {
    height: 175px !important;
    margin-bottom: 0 !important;
} 
.productitem .defaultImg-productitem--image{
 height: 240px !important; 
}  
.defaultImg{
  padding:0 !important;
}  
}


@media only screen and (min-width : 993px) and (max-width : 1180px) {
    span.site-header__account-icon {
        padding: 15px 16px !important;
    }
     .site-header-right {
        display: flex;
        align-items: center;
        margin-right: 10px;
        position: relative;
     }
      ul.site-header-actions li span {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
     }
      a.site-header__account-link--logout {
        font-size: 14px !important;
        font-weight: 100 !important;
      }
}

@media only screen and (min-width : 750px) and (max-width : 992px) {
   .productgrid--utils.productgrid--utils-sticky {
     z-index:0;
    }
    .row.part-hotspot {
      width: 46%;
      display: inline-block;
      margin: 2% !important;
    }
    img.explodedview-assemblyImage {
       min-height: 225px !important;
     }
     .wrap-image-map {
        height: 700px !important;
      }
      input#footer_newsletter_email {
        padding: 15px; 
      }
     
    .productitem:before {
    top: 30px;
    }
    span.badge.model-badge:after {
    border-top: 11px solid  #002B59;
    }
    .newsletter button.button-primary {
      position:relative;
      top:unset; 
      width: max-content;
      margin: 0 !important
    }
   
  .button.zoom-btn {
    font-size:12px;
  }
  .add_animation span.collection__item-info {
   
    position: absolute;
    bottom: 0px !important;
    right: 50%;
    transform: translate(50%);
    color: #fff;
    z-index: 1030;
    transition: .5s ease-in;
    width: 100%;
    padding: 5px;
    background-color:#002b59;
}
  
.product_slider_loop .product_details {
  bottom: 0px !important;
  transition: .5s ease-in;
  color: #fff;
  padding: 0px 5px;
  background-color: #002B59;
}
}
/* Mobile css end */
/* Related product on modal page */
.prdctRelated {
  display: flex;
  flex-wrap: wrap;
  position:relative;
}

.mdlsngle-nsec-row.feproduct-tags {
    max-width: 100%;
    width: 47%;
/*     display: flex; */
    margin: 0 15px 0px 0px;
    border: 1px solid #dedede;
    padding: 15px;
    position: relative;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: -2px 3px 10px -3px rgb(0 0 0 / 7%), 0 4px 3px -2px rgb(0 0 0 / 5%);
    align-items: center;
}
.mdlsnglenseccol-img {
  max-width: 35%;
  width: 35%;
  vertical-align: top;
  display:inline-block;
}
.mdlsnglenseccol-cntnttitleimg img {
    width: 60px;
}
.mdlsnglenseccol-img img {
  padding: 15px;
  height: 125px;
  width: 125px;
}
.mdlsnglenseccol-cntnt {
  width: 65%;
  display:inline-block;
}
ul.sidebar_webcat_list_item.LastBorderNone.mobile-margin{
    border-bottom: 1px solid #e4e7eb;
    margin-bottom: 0 !important;
}
.mdlsnglenseccol-cntnttitle h3 a {
    font-size: 13px;
    color: #E81C26 !important;
}
.mdlsnglenseccolcntnt-prtn {
    font-size: 12px;
    color: #6b6b7b;

}
/* ul.sidebar_webcat_list_item.LastBorderNone.mobile-margin {
    padding:  10px;
} */
h3.sidebar_webcat_data {
    font-size: 16px;
    padding: 15px 5px;
    margin-bottom: 0;
    position: relative;
}
.mdlsnglenseccol-cntnttitle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

span.cross-icon {
  position: absolute;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 3px 8px;
  right: 0px;
  top: 5px;
  border-radius: 50%;
}
.webcat_list_item.active span.cross-icon i.fa {
  display: block;
}
.mdlsnglenseccol-cntnttitle h3 {
  line-height: 20px;
}
div#Decription p {
  line-height: 30px;
}
.mdlsnglenseccolcntnt-ftrmain2 {
  margin-top: 15px;
}
/* collection slider */
.show_slider .collection__item {
  margin-right:30px;
}
.show_slider .slick-prev:before, .show_slider .slick-next:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 1;
  opacity: 1.75 !important;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 5px;
}
/* scrollbar */

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
   border-radius: 3px;
   background-color: #98a5b4;
   scrollbar-color: #adadad;
   -webkit-box-shadow: 0 0 1px  #adadad;
}
input#internal_search::placeholder {
    font-size: 13px;
    font-family: 'SSTPro-Roman';
}
.view a {
  color:  #002B59;
  font-weight: 600;
}
/* Temrorary css */
section.featured-collection__container .productitem--ratings {
  display:none;
}
.mdlsnglenseccol-img img {
  max-width: 100%;
}
.navmenu-meganav-sidenav__items {
  overflow:hidden;
}

/* Collection sidebar */
h5.cateTitle a {
  line-height: 0;
  position: relative;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 10px;
  color: #002B59;
}

h5.cateTitle a:before {
  content: '';
  position: absolute;
  background-color: #000;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 50%;
}
.custom_sidebar ul.listSidebar.list-unstyled {
  list-style-type: none;
  padding: 0;
  border: 1px solid #f2f2f2;
  height: 200px;
  overflow: scroll;
  max-height: 300px;  
}
ul.listSidebar.list-unstyled li:last-child {
  border-bottom:0px;
}
.custom_webcat_filter h3 {
  background-color: unset;
  color:  #002B59;
  font-size: 18px;
  position: relative;
  border-bottom:1px solid #e5e5e5;
  margin-bottom: 15px;

}

.custom_webcat_filter h3:before {
  content:'';
  position:absolute;
  height:1px;
  width:50%;
  background-color:#000;
  bottom:0px;
  left:0px;
}



/* only tab css */
@media only screen and (min-width : 767px) and (max-width : 991px) {
  .page_width {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
  }
  span.site-header__account-icon {
    display: none;
}
  .mdlsngle-nsec-row.feproduct-tags {
    width:100%;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .page_width {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
  }
  .mdlsngle-nsec-row.feproduct-tags {
    max-width: 100%;
    width: 80%
  }

}

/* Static collection page */
.tab.Search_part_tabs {
  position: relative;
}
.LastBorderNone li a {
    border: 0px;
    font-size: 13px;
    color: #6b6b7b;
    font-family: "SSTPro-Roman";
}
div#All {
    border-top: 1px solid #eee;
    margin-top: 4px;
}
.tab.Search_part_tabs:before {
    content: "";
    position: absolute;
    background-color: #fafafa;
    height: 1px;
    width: 30%;
    bottom: 0px;
}
.modal_search_filter {
  padding: 4px 0px;
}
.searchModal_tabContent {
  border: 0px;
  padding: 0px;
  position:relative;
}
.Search_part_tabs button.tablinks:hover {
    background: #E81C26;
    color: #fff;
    transition: .2s ease-in-out;
}
.tablinks {
    display: none;
}
.searchModal_tabContent h3:before {
  content:'';
  position:absolute;
  height:1px;
  width:50%;
  background-color: #002B59;
  bottom:0px;
}

.searchModal_tabContent h3 {
  padding: 0px;
  margin: 0px;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.searchModal_tabContent h3:before {
  content:'';
  position:absolute;
  background-color:#000;
  height:1px;
  width:30%;
  bottom:0px;
}
.custom-product-col.products-per-row-4 li {
  max-width: 31% !important;
  padding-bottom: 15px;
  margin-top: 0px!important;
  margin-bottom: 40px !important;
}
.custom-product-col.products-per-row-4 {
  display:flex; 
  justify-content: space-between;
}
  .custom-product-col li {
    flex: 0 1 33%;
}

/* Static search page */
.HeadingStyling, h3.custom-heading {
    position: relative;
    font-size:16px !important;
    margin: 0;
    padding: 10px;
}
.row.CustomGrid {
  display: grid;
  grid-template-columns: 230px calc(100% - 230px);
  grid-template-rows: auto auto;
  grid-template-areas:
    "masthead masthead"
    "sidebar product-items-wrapper";
  column-gap: 25px;
  row-gap: 2rem;
}
.LastBorderNone li:last-child {
  border: 0px;
}

.custom_webcat a , li.serch_filter a {
  color:#000;
}
ul.listSidebar li a , .webcat_items a {
  color: #000;
}
form#myinputsearch {
  position: relative;
}
ul.custom_cat_filter.p-0.list-unstyle {
  max-height: 250px;
  overflow: scroll;
  margin: 15px 0;
  padding: 0px 10px;
}
  .staticsearch_sidebar i.fa.fa-times.mycrsss ,.staticsearch_sidebar i.fa.fa-times.cross {
    position: absolute;
    right: 0px;
    top: 4px;
    background-color: #e5e5e5;
    padding: 6px 8px;
    border-radius: 50%;
    font-size: 12px;
  }
.staticsearch_sidebar label ,.staticsearch_sidebar label {
  cursor:pointer ;
}

.staticsearch_sidebar li.serch_filter1.BorderLight  , .staticsearch_sidebar li.serch_filter.BorderLight {
  position: relative;
}

/* Residential/ Commercial sidebar css */
.Commercial_Residential_sidebar .custom_sidebar ul.listSidebar.list-unstyled {
  list-style-type: none;
  padding: 0;
  border: none;
  height: auto;
  overflow: unset;
  max-height: unset;
  margin-top:0px;
}
.wpbContent.Commercial_Residential_sidebar .itemCategory.custom_sidebar {
  padding:0px 15px;

}
.wpbContent.Commercial_Residential_sidebar {
  max-height:250px;
  overflow:scroll;
/*   margin: 15px 0px; */
}
h3.titleSidebar.BigTitleDesign.CollapseClose {
    margin: 0;
}
/* ul.custom_webcat_filter {
  padding: 0px 10px !important;
} */

h5.cateTitle {
  margin: 0px;
  padding: 10px 0px;
}
/* Cross Button */
/* .listSidebar li .close-btn {
  /*   position: absolute;
  top: -3px;
  right: -10px; 
  border: 1px solid #e5e5e5;
  padding: 2px 7px;
  border-radius: 50%;
  background-color: #efefef;
  font-size: 12px;
}
ul.listSidebar.list-unstyled li {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 4px 0px;
} */
/* Custom Product Recommendations Section */

.CustomProductRecommendations .CustomProductImage img {
  max-height: 190px;
  width: 250px;
  object-fit: contain;
  padding:15px;
}

/* modal */
.modal-inner {
  padding-top: 55px;
}

/* css by ram */
.productitem--image .part-badge{
  background-color:ebebeb;
  padding:2px 4px;
}

/* Frequently Bought Together */
.proBoxPrimaryInner img.img-responsive.imgFlyCart {
  height: 150px;
  width: 150px;
  object-fit: contain;
}

/* badge */
span.badge.model-badge {
  position: absolute;
  top: 0px;
  display: block;
  background-color:  #E81C26;
  padding:3px 8px;
  color: #fff;
  left: -7px;
  font-size: 12px;
}

.productitem:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 24px;
    left: -6px;
    border-top: 6px solid #E81C26;
    border-left: 6px solid transparent;
}
.template-product .percenttag
{

left:10px;
}
.percenttag
{
display:none;
position: absolute;
font-size: 15px;
font-weight: 350;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
/* background-color: #000; */
/* color: #fff;
padding: 4px 16px; */
left: 50px;
top: 0;
z-index: 10;
}
.percenttag svg {
width: 50px;
height: 50px;
}
@media only screen and (max-width:767px)
{
.percenttag svg
{
width: 33px;
height: 40px;
}
}


span.badge.model-badge:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    border-top: 12px solid #E81C26;
    border-bottom: 12px solid #E81C26;
    border-right: 11px solid transparent;
    border-left: 0px solid transparent;
}
/* parts */
span.badge.part-badge {
    position: absolute;
    top: 0;
    display: block;
    background-color: #E81C26;
    padding: 3px 8px;
    color: #fff;
    left: -6px;
    font-size: 12px;
    /* z-index:9; */
}

span.badge.part-badge:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    border-top: 11px solid #E81C26;
    border-bottom: 13px solid #E81C26;
    border-right: 11px solid transparent;
    border-left: 0px solid transparent;
}

/* product-recently-viewed__wrapper  */
.product-recently-viewed-card-time {
  opacity: 0;
}

.recently-viewed--section figure.productitem--image.CustomProductImage img {
  padding:15px 0px;
}

.recently-viewed--section .productitem:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 34px;
  left: 0px;
  border-top: 15px solid  #002B59;
  border-left: 15px solid transparent;
}

.recently-viewed--section span.badge.part-badge {
  position: absolute;
  top: 0;
  display: block;
  background-color:  #002B59;
  padding: 6px 15px;
  color: #fff;
  left: 0;
}

/* popup */

.popup {
  left: 50%;
  border: 1px solid #e5e5e5;
  padding: 25px;
  width: 50%;
  top: 50%;
  position: fixed;
  background-color: #fff;
  transform: translate(-50%,-50%);
  box-shadow: 0 1px 7px rgb(0 50 89 / 52%) !important;
  z-index: 800;
}
span.close-popup {
  position: absolute;
  right: 20px;
  z-index:1030;
  cursor:pointer;
}
span.close-popup:hover{
  opacity:0.5;
}
.blur .site-header {
  z-index:-1;
}
button.zoom-btn {
    position: absolute;
    bottom: 0px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    padding: 5px 5px;
    width: 90%;
}
ul.manuals_list_items li:before {
  content: url('https://cdn.shopify.com/s/files/1/0604/1092/1156/files/pdf.png?v=1642582875');
}
.popup_wrapper ul.slider-for img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 250px;
  object-fit: contain;
}
.popup .slick-prev {
  left: 25px;
  z-index:100;
}
.popup .slick-next {
  right: 25px;
}
/* view details button */
a.view_product_details {
    color: #E81C26 !important;
    position: relative;
    border: 1px solid #E81C26;
    font-size: 12px;
    font-family: 'SSTPro-Roman';
    padding: 6px 15px;
    font-weight: 100;
}


a.view_product_details:hover:before {
  width:100%;
}
a.view_product_details:hover {
  text-decoration:none;
}
.custom-filter-button {
  display:none;
}

body.blur {
  position: relative;
  overflow: hidden;
}
.blur:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #00000054;
  z-index: 1;
  content: "";
}
.site-main {
  z-index: unset!important;
}
.staticsearch_sidebar span.closeMobilepopup {
  display: none;
}
.modal-img-popup ul {
  list-style-type: none;
}
.modal-img-popup .slick-prev:before, .modal-img-popup .slick-next:before {
  font-family: 'unset';
  font-size: 25px;
  line-height: 1;
  opacity: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

.modal-img-popup .slick-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
}
.modal-img-popup .slick-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.blur section.utility-bar , .blur .announcement-bar {
  z-index:0 ;
}
.manuals_list_items i.fa.fa-file-text {
  display: none;
}
li.webcat_items.active {
  position: relative;
}

/* li.webcat_items.active i.fa.fa-times {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #e5e5e5;
  padding: 2px 5px;
  border-radius: 50%;
  background-color: #efefef;
  font-size: 14px;
} */

/* footer iccon */
.apicons.apicons-desktop a {
    max-width: 45px;
  background:#fff;
    margin-bottom: 5px;
  max-height:28px;
}
.apicons.apicons-desktop a img{
max-height:28px;
  object-fit:contain;

}
.apicons.apicons-desktop {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.apicons.apicons-desktop a img , .popup.modal-img-popup img{
    max-width:100%;
}
.search-section button.live-search-button {
    background-color: #002B59 !important;
}
  
/* add to cart error */
.message--error .message-banner--close {
    position: absolute;
    top: 15px;
}

.message-banner--inner {
    padding: 15px;
}
  
/* grid list view */
/* .productgrid-listview .productitem {
    display: flex;
    justify-content: space-between;
    
} */
.productgrid-listview .productitem--image-link {
    grid-row-end: span 2;
    width: 25%;
}
/* .productgrid-listview .productitem {
    display: flex;
    justify-content: flex-start;
    
} */

.productgrid-listview .custom-product-col.products-per-row-4 li {
        max-width: 50%!important;
    width: calc(50% - 15px)!important;
    padding-bottom: 15px;
  
}
.productgrid-listview .custom-product-col.products-per-row-4 {
  justify-content:space-between;
  
}
/* RAM 07-03-2022   */
  
  .prdctRelated p.alert-msgs {
    background: #f2f2f2;
    padding: 15px 10px;
    width: 100%;
    color: #002b59;
    font-size:18px;
    text-align: center;
    line-height: initial;
}
/*  05-0-2022  */
 .promo-mosaic--height-small .promo-mosaic--inner.promo-mosaic--layout-3 .promo-block--content {
    min-height: 305px;
}

@media only screen and (max-width: 768px)   {
    .mobile_space h2.BigTitleDesign.section--title.font_color.font_size.font_weight {
    font-size: 15px;
    }
    
    h4.font_color.font_size.font_weight.text_alignment {
    font-size: 16px !important;
    }
    
    h2.section--title.font_color.font_size.font_weight.text_alignment {
    font-size: 16px;
    }

    .highlights-banner__content:not([data-highlights-slider]) {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
    .collection-list__container .slick-dots {
      position: absolute !important;
      display: block;
      padding: 0px;
      list-style: none;
      text-align: center;
      margin-left: -40px;
  }
  .reviewslider {
    padding: 0px !important;
  }
}

site-navigation__secondary-menu {
  display:none!important;
}
}
nav.site-navigation {
    padding: 15px 0px !important;
    color: #fff;
}

span.tmenu_item_text {
    color: #fff !important;
}

span.tmenu_indicator {
    color: #fff !important;
}


/* code edit by astha on 15-02-2024 */
.productgrid-listview .productitem--image-link{
  width: 28%;
}
@media only screen and (min-width : 768px) and (max-width : 1135px) {
  li.productgrid--item .defaultImg-productitem--image{
      width: 175px;
  }
}
/* li.webcat_items.active{
  order: -1;
} */
input#internal_search {
    outline: none;
}
.form-control {
  width: 79%;
}
/* @media (max-width: 767px){
body .searchModal_tabContent .custom-product-col.products-per-row-4{
   justify-content: center !important;
}
} */
@media only screen and (max-width: 390px){
.productgrid-listview .productitem--image-link {
    width: 100%;
}
}
  @media only screen and (min-width: 959px) and (max-width: 1023px){
.defaultImg-productitem--image 
  {
    height: 180px !important;
}
  }
.LastBorderNone li a{
  text-transform: capitalize;
}
button.custom-readmore {
    display: none;
}
a#rp-home {
    font-weight: bold;
}
@media only screen and (max-width: 767px){
button.zoom-btn {
    width: max-content !important;
      padding: 0px 18px;
}
/* .site-navigation-wrapper {
    display: none !important;
} */
}
@media only screen and (min-width: 768px) and (max-width: 959px){
.site-navigation-wrapper {
    /* display: none !important; */
}
}
@media only screen and (max-width: 330px){
h2.slideshow-slide__heading {
    font-size: 16px;
}
}
@media screen and (max-width: 649px){
.newsletter button.button-primary{
  padding: 14px;
}
}
  @media only screen and (min-width: 650px) and (max-width: 767px){
.site-footer-block-newsletter .newsletter .button-primary {
    padding: 14px 30px !important;
}
  }
  @media only screen and (min-width: 768px) and (max-width: 859px){
.site-footer-block-newsletter .newsletter .button-primary {
    padding: 16px 30px !important;
}
  }
  @media only screen and (min-width: 860px) and (max-width: 1023px){
.site-footer-block-newsletter .newsletter .button-primary {
    padding: 17px 30px !important;
}
  }
/* sitemap */
@media only screen and (min-width: 500px) and (max-width: 1570px){
.page-width {
    padding: 0 60px !important;
}
}
@media only screen and (max-width: 499px){
    .page-width {
    padding: 0 14px !important;
}
}
/* search page */
li.productgrid--item .defaultImg-productitem--image {
    width: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 1135px){
  li.productgrid--item .defaultImg-productitem--image {
    width: 125px;
    max-height: 110px !important;
    margin: 0 auto;
}
  .productitem--title {
    font-family: Nunito,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body);
    margin: 0.625rem 0 0;
    line-height: 1.3125;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
  .productitem--actions {
    margin: 0.5rem 0;
}
  li.productgrid--item.imagestyle--natural.productitem--emphasis.show-actions--mobile {
    margin-bottom: 10px;
}
}
@media only screen and (min-width: 495px) and (max-width: 767px){
.defaultImg-productitem--image img {
    width: 60%;
}
}
/* model collection */
.mdlsnglenseccol-cntnttitle h3 {
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* home */
input.form-field-input.live-search-form-field::placeholder {
    position: absolute;
    top: 8px;
    left: 15px;
}
@media (min-width: 960px){
span.site-header__account-icon {
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 13px 16px;
}
}
::marker {
    font-size: 20px;
}
/* cart-page 9  */
.form-fields--qty .form-field--qty-select .form-field-select-wrapper:after{
  pointer-events: none;
}

.modal .my_model.model-heading h3 {
    display: none;
}

.modal .tab_section {
    display: none;
}

.modal .proBoxPrimaryInner {
    display: none;
}
 body.template-search .modal .price__current {
    position: relative;
    top: 27px!important;
}
div#collection_desc_less p {
    margin-bottom: 5px;
}
.read_more:hover, .read_less:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.read_more, .read_less {
    cursor: pointer;
    color: #E81C26;
}
#pageContent .container {
    max-width: 1200px;
}
#pageContent .pageContainer {
    max-width: 1200px;
    margin: 0 auto;
}
.price__compare-at .money.price__compare-at--single {
    display: none;
}