<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body{
    font-size:16px;
    color:#000;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

h1,h2,h3,h4,h5{
    
}
a{
    color:#000;
}
a:hover{text-decoration: underline !important;}

#logo img {
    height: 100px;
    margin:5px 0;
}
#header-wrap.head-trans{
    /*background: #fff;*/
    padding-top: 15px !important;
    z-index: 2;
    position: absolute;
    top: 50%;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    background: url('../img/head-bg.png') bottom left repeat-x;
}

#header.sticky-header #logo img{
    height: 90px !important;
    margin:5px 0px;
}
#primary-menu{
    float:right;
}
#page-title{
    /*top:-100px;
    margin-bottom: -100px;*/
    min-height: 450px;
    max-height: 500px;
}
#page-title h1{
    color:#fff;
    text-shadow: 2px 2px 2px #666666;
}
#primary-menu ul li &gt; a, #primary-menu ul ul li &gt; a{
    font-size:16px;
    font-weight: 600 !important;
    color: #000;
}

.head-trans #primary-menu ul li &gt; a, #primary-menu ul ul li &gt; a{
  color: #fff;
}

#header.sticky-header #header-wrap{
    background: #fff;
}

#header.sticky-header #header-wrap.head-trans{
  background: url(../img/head-bg.png) bottom left repeat-x !important;
}
#slider{
    padding:0 !important;
}
#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #header.transparent-header + #google-map, #slider + #header.transparent-header{
    top:-150px;
    margin-bottom: -150px;
}
.slider-caption,
.slider-caption:not(.dark), .slider-caption:not(.dark) h2{
    color:#fff;
}



section{
    padding:40px 0;
    width:100%;
}
section#content .content-wrap{
    padding:0;
}


.breadcrumb{
    position: relative !important;
    margin:0 0 20px 20px !important;
}
.card-title{
    margin-top:10px;
}


#footer.dark, .dark #footer{
    background: #333;
    color:#fff;
    padding:70px 0;
    position: relative;
    display: block;
    margin-top: 0px !important;
}
#footer.dark h3{
    color:#fff;
    margin:0 0 15px 0;
    font-weight: normal;
    font-size:25px;
}
#footer.dark a{
    color:#fff;
}
#footer.dark a:hover{
    color:#ebebeb;
    text-decoration: underline;
}
#footer.dark p{
    margin:10px 0;
}

#footer .info{
    position: relative;
    font-size:13px;
    margin-top:130px;
}
#footer .info .links a{
    margin-right: 20px;
}

.btn.btn-border{
    border:solid 1px #074f57;
    color:#074f57;
    text-decoration: none;
}
.btn.btn-border:hover{
    text-decoration: none !important;
}

.full-width{width:100%;}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form{
    margin-bottom: 15px;
}

.custom-pagination a,
.custom-pagination span{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border:solid 1px #074f57;
    color:#074f57;
    text-decoration: none;
}
.custom-pagination span.current{
    font-weight: bold;
    border:solid 1px #074f57;
}

.table{
    width: 300px;
    height: 300px;
    background-color: #fff;
    border-radius:50%;
    -webkit-box-shadow: 1px 1px 33px -10px rgba(0,0,0,0.65);
    -moz-box-shadow: 1px 1px 33px -10px rgba(0,0,0,0.65);
    box-shadow: 1px 1px 33px -10px rgba(0,0,0,0.65);
    line-height: 300px;
    text-align: center;
}
.table img{
    max-width: 80%;
    border-radius: 50%;
}
.footer-ust{
    position: relative;
    display: block;
    min-height: 250px;
    padding:20px 0 50px 0;
    margin:0;
    margin-bottom: -33px;
    background-size: cover;
}
.footer-ust .item{
    display: block;
}
.footer-ust h3{
    color:#007e40;
    font-size:18px;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    padding:22px 0;
}
.footer-ust h3 span{
    
}

.video-overlay {
    background-color: transparent !important;
}

.down-arrow {
    font-size: 55px;
    font-weight: bolder;
    color: #000;
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
}

.no-tire::after {
    content: none;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.overlay-text {
    text-align: center;
    position: relative;
    top: 40%;
    font-size: 26px;
    font-weight: bolder;
}

.product-category-div {
    margin-top: 20px;
    padding: 0 10px;
}

.p-10 {
    padding: 10px 0px;
}

.product-image-export {
    box-shadow: 0 0.01rem 0.6rem rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    background: #fff;
}

.category-image-effect {
    box-shadow: 0 0.01rem 0.5rem rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

.breadcrumb a {
    font-weight: bold;
    font-size: 14px;
}

.breadcrumb-item.active {
    font-weight: bold;
    font-size: 14px;
    color: #acafb1;
}

.dd-language li a {
    color: #000 !important;
}

#page-title h1 {
  font-size: 35px;
}
.product-tags{
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.product-tags a{
  font-size:13px;
  font-weight: 600;
  position: relative;
  z-index: 100;
}
.product-tags a:hover{text-decoration: underline !important; color:#666 !important;}

.bordered-product {
  border: 20px solid transparent;
  border-image: url('https://zebradisposables.com/wp-content/themes/zebra/img/border-1.png') 60 round;
}

.product-image ol {
  padding-left: 25px;
}

.product-image ol li:nth-child(n+5) {
  display:none;
}


@media (max-width: 767.98px) {
    body{
        font-size:13px;
    }
    h1{
        font-size:24px;
    }
    
    #primary-menu-trigger{
        z-index: 1000000;
        display: block;
        position: absolute;
        left:15px;
    }
    section.boxes .col-md-3{
        margin-bottom: 15px;
    }
    section#page-title h1{
        font-size:30px;
    }
    section#slider{
        padding:0 0;
        max-height: 100%;
        height: 100%;
        background-repeat: none;
        background-size: cover;
    }
    .swiper-slide{
        height: 450px !important;
    }

    .box-light{
        background: #fff;
        width:calc(100% - 6px);
        text-align: right;
        color:#074f57;
        margin:3px;
        height: calc(100% - 26px);
        min-height: 190px;
    }

    #footer .info{
        margin-top:30px;
        margin-bottom: 30px;
    }
}
.video-wrap video {
    display: block !important;
}

@media (max-width:767.98px) {
  #header-wrap .container {
    padding-left : 0px !important;
    padding-right : 0px !important;
  }
  #logo img {
    height: 60px;
  }
  #header-wrap.head-trans {
    padding-top: 0 !important;
  }
  .head-trans #primary-menu ul li &gt; a, #primary-menu ul ul li &gt; a {
    color: #000;
  }

  #primary-menu {
    background-color: #fff;
  }

  #primary-menu #menu-main.mobile-sub li {
    text-align:center !important;
  }

  #header-wrap #primary-menu-trigger {
    left: 0px;
    top: 0px;
    font-size: 25px;
    color: #000;
  }

#footer.dark, .dark #footer {
    margin-top: 0px !important;
}

#menu-main.mobile-sub li a {
  color: #000;
}


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