svg:not(:root) {
  overflow: hidden;
}

.transparent_svg {
  opacity: 0;
  fill: transparent;
  stroke: transparent;
  stroke-miterlimit: 0;
}

/* .backimg {
z-index: -1;
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
} */

.home-slider {
  position: relative;
}

.home-slider .backimg {
  position: relative;
  z-index:1;
}


.slide {
  position: relative;
}
.slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}



.slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
}

.slide__content--headings {
  text-align: center;
  color: #FFF;
}

.slide__content--headings  h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}

#CollectionHeaderSection .collection-hero__content {
  z-index:0;
}	

.bg-image-zindex .background-media-text {
  z-index:0; 
}

#shopify-section-template--14244381163617__163171153592f23876 .rich-text-box{
  margin-top:unset !important;
}


#shopify-section-template--14244381163617__163171153592f23876 .rich-text-box .grid .grid__item {
  padding: 0px 60px 0;
}

#CollectionAjaxContent {
  z-index:0 !important;
}	

html {
  padding-bottom: 0px !important;
}


/* announcement css */


i.fa.fa-truck {
  transform: scaleX(-1);
}

.announce-text i {
  font-size: 20px;
}

.announce-bar {
  background: #95a4bc; 
  position:relative;
  z-index:5;
}
.announce {
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.95rem;
  align-items: center;

}

.header-links a {
  color: #fff;
}

.announce-one {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.announce-two {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.announce-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  width: 66%;
  justify-content: flex-start;
}

.header-links {
  align-content: center;
  width: 34%;
  align-items: center;
}

ul.all-links {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  margin: 0;
  justify-content: space-between;
}

.header-links .all-links li {
  font-size: 0.765rem;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: normal;
  display: flex;
  align-items: center;
}

.icon-three {
  font-size: 22px;
  padding-right: 8px;
}

i.fa.fa-user-circle-o {
  font-size: 22px;
  padding-right: 8px;
}


@media only screen and (max-width: 991px) {

  .announce-two {
    display: none;
  }
  .announce-text {
    width: 55%;
  }

  .header-links {
    width: 45%;
  }
  .announce .header-links .all-links li {
    font-size: 0.63rem !important;
  }


}

@media only screen and (max-width:1100px) {

  .announce {
    font-size: 0.85rem;

  }
  .header-links .all-links li {
    font-size: 0.58rem !important;
  }
  i.fa.fa-user-circle-o {
    font-size: 18px;
    padding-right: 5px;
  }
  .icon-three {
    font-size: 18px;
    padding-right: 5px;
  }


}

@media only screen and (max-width:1200px) {
  .header-links .all-links li {
    font-size: 0.65rem;
  }
  i.fa.fa-user-circle-o {
    font-size: 18px;
  }
  .icon-three {
    font-size: 18px;
  }

}

@media only screen and (max-width:767px) {
  .header-links {
    display:none;
  }

  .announce-text {
    width: 100%;
    justify-content: center;
  }
  .announce-one {
    display: flex !important;
    justify-content: center;
  }

  .announce-two {
    display: flex !important;
    justify-content: center;
  }


  .announce-one p {
    text-align:center;
    line-height:1;
  }	
  .announce-text i {
    font-size: 20px;
  }
  .announce {
    font-size: 0.8rem;
  }

}

.announce-text a {
  color: #fff;
  display: flex;
  gap: 0 9px;
}
.category-banner-section .index-section{ 
  margin: 25px 0;
}
#insta-feed {
  margin-bottom: 100px !important;
}


@media only screen and (max-width: 600px) {
  .new-newsletter .field_n{
      flex-direction: column;
      width: 100%;
  }
  .n_newsletter{
    flex-direction: column;
  }
}


    /*   new newsletter css */
    .new-newsletter .index-section {
      margin-top: 20px;
      margin-bottom: 0;
    }

    .new-newsletter .n_heading{
      text-align: center;
    }
    .new-newsletter .form_new_n {
      /*     display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; */
      padding-top: 20px;
    }
    .n_newsletter {
      display: flex;
      justify-content: center;
      align-items: stretch;
      gap: 20px;
    }
    .field_n input.bemail {
      width: 100%;
      padding-top: 0;
      padding-bottom: 0;
      height: 40px;
      border-color: #ffffff;
    }
    .field_n input.bphone{
      width: 100%;
      padding-top: 0;
      padding-bottom: 0;
      height: 40px;
      border-color: #ffffff;
    }
    .field_n {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      width: 700px;
      flex-direction: row;
    }
    .n_heading h3{
      color:#ffffff !important;
      text-transform: capitalize;
    }
    .n_heading p{
      color: #ffffff !important;
    }
    .new-newsletter .page-width {
      padding-top: 50px;
      padding-bottom: 10px;
    }
    .new-newsletter button.rebuy-button {
      max-width: 145px;
      border-color: #f5532c;
      color: #f5532c;
      padding: 9px 22px;
    }
    .new-newsletter .field_n .bemail::placeholder,
    .new-newsletter .field_n .bphone::placeholder{
      color:#FFFFFF;
      opacity: 1;
    }
    .form_new_n p {
      text-align: center;
      margin: 0 auto;
      padding-top: 20px;
      color: #ffffff;
      font-size: 10px;
      max-width: 640px;
      font-style: italic;
    }
    .field_n input {
      color: #ffffff;
    }