/*-- IMPORT FONT --*/
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/*-- GENERAL --*/
body {
    max-width: 100vw;
}

h1, h2, h3, h4, h5, h6, .heading {
    font-family: 'Chakra Petch', sans-serif !important;
    font-weight: 700 !important;
}

@media only screen and (min-width: 1000px) {
    .hideDesktop {
        display: none !important;
    }
}

@media only screen and (max-width: 1000px) {
    .hideMobile {
        display: none !important;
    }
}

/*-- Input quality styles --*/
.input-quantity .right-0 i {
    padding: 7px;
    margin-right: -8px;
}

.input-quantity .left-0 i {
    padding: 7px;
    margin-left: -10px;
}

.label-hidden {
    display: none;
}
/*--- Disable typing input for quantity values in product pages ---*/
.product-page-info input.mb-0.px-35.text-center {
    pointer-events: none;
}

/*-- HEADER --*/
/*--- Alert Bar ---*/
.header__tape--style-1 {
    background-color: #00c0f3 !important;
}

.header__tape--style-1 p {
    color: #000000 !important;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 0px;
}

/*--- Header Logo ---*/
.header__logo .rimage {
    overflow: unset;
}

.header__logo img {
    object-fit: cover;
    height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left: 0px;
    border-radius: 100px;
}

/*--- Header General ---*/
.header__line-top.header__line--colorize-1.position-relative.d-flex.px-10.px-lg-0.py-lg-2 {
    padding: 35px 15px !important;
    background-image: linear-gradient(45deg, #000000 30%, #ffffff 10%, #ffffff);
    background-image: -webkit-linear-gradient(45deg, #000000 30%, #ffffff 10%, #ffffff);
}

.header__line-bottom.header__line--colorize-2.position-relative.d-lg-flex.py-lg-6 {
    padding: 15px !important;
}

#header > div.header__content > div[data-js-mobile-sticky] > div:nth-child(2) {
    border-bottom: none !important;
}

@media only screen and (min-width: 2000px) {
  .header__line-top.header__line--colorize-1.position-relative.d-flex.px-10.px-lg-0.py-lg-2 {
    background-image: linear-gradient(45deg, #000000 36%, #ffffff 10%, #ffffff);
    background-image: -webkit-linear-gradient(45deg, #000000 36%, #ffffff 10%, #ffffff);
  }
}

@media only screen and (min-width: 1024px) {
  .header__btn-wishlist i {
    margin-right: 13px;
  }

  .header__btn-compare i {
    margin-right: 5px;
  }
}

.header__btn-cart span {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
}

/*---- Search ----*/
.header__btn-search span {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}

.header--style-1 .header__search-form .btn {
    background-color: #101010 !important;
    border-color: #00c0f3 !important;
    border: 3px solid #00c0f3 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.header--style-1 .header__search-form .btn:hover {
    background-color: #101010 !important;
    border-color: #ff710a !important;
    color: #ff710a !important;
    transition: .5s;
}

@media only screen and (min-width: 1024px) {  
  /*---- Second Search Bar Formatting ----*/
  #header > div.header__content > div[data-js-mobile-sticky] > div:nth-child(2) {
    background-image: none;
    background-color: transparent !important;
    padding: 37px 0px 0px 0px !important;
    width: fit-content;
    margin: 0 auto;
    margin-top: -85px;
    margin-left: calc(50% - 300px);
    float: left;
    display: table !important;
  }
  
  .header__search-form {
    width: 100vw !important;
    max-width: 567px !important;
  }
  

}


/*---- Hiding Menu Icons/Items ----*/
/*----- Client service -----*/
a.header__btn-services.position-relative.d-flex.align-items-center.ml-25.ml-lg-15.js-popup-button {
    display: none !important;
}

a.header__line-additional_button.header__line-additional_button--services.position-relative.ml-25.ml-lg-0.mr-lg-15.js-popup-button {
    display: none;
}

/*----- Language selector -----*/
.position-lg-relative.d-none.d-lg-block.ml-lg-15 {
    display: none !important;
}

/*----- Side of page customization (left to right reading, boxing page, etc) -----*/
aside .presentation__btn {
    display: none !important;
}

/*--- Header Mobile ---*/
@media only screen and (max-width: 1024px) { 
  .header__line-top.header__line--colorize-1.position-relative.d-flex.px-10.px-lg-0.py-lg-2 {
    padding: 25px 15px !important;
    background-image: linear-gradient(45deg, #000000 40%, #ffffff 10%, #ffffff);
    background-image: -webkit-linear-gradient(45deg, #000000 40%, #ffffff 10%, #ffffff);
    box-shadow: 0px 0px 20px rgb(0 192 243 / 20%);
  }
  
  .header__line-bottom.header__line--colorize-2.position-relative.d-lg-flex.py-lg-6 {
  	padding: 0px !important;
  }

  .header--style-1 .header__content, .header--style-1 .header__content--sticky {
    border-bottom: none !important;
  }
  
  /*---- Header Logo ----*/
  .header__logo img {
    height: 75px;
    width: 82px;
  }


  /*---- Menu Icon ----*/
  .header__btn-menu>i .icon-theme-321 {
    stroke: #ffffff !important;
  }

  .header--style-1 .header__btn-menu>i .icon {
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }
  
  #header > div.header__content > div[data-js-mobile-sticky] > div:nth-child(1) > div > span > i > svg > path:nth-child(2) {
    display: none;
  }
  
  /*---- Second Search Bar Formatting ----*/
  #header > div.header__content > div[data-js-mobile-sticky] > div:nth-child(2) {
    background-color: #000000 !important;
    background-image: none;
    padding: 20px 15px !important;
    border-top: 1px solid rgb(0 192 243 / 15%);
    border-bottom: 1px solid rgb(0 192 243 / 15%);
  }
  
  #header > div.header__content > div[data-js-mobile-sticky] > div:nth-child(2) > div {
    display: block !important;
  }
  
  #header > div.header__content > div[data-js-mobile-sticky] > div:nth-child(1) > div > div > form {
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) { 
  .header__line-top.header__line--colorize-1.position-relative.d-flex.px-10.px-lg-0.py-lg-2 {
    padding: 15px 15px !important;
    background-image: linear-gradient(45deg, #000000 30%, #ffffff 50%, #ffffff);
    background-image: -webkit-linear-gradient(45deg, #000000 50%, #ffffff 10%, #ffffff);
  }

  /*---- Header Logo ----*/
  .header__logo img {
    height: 56px;
    width: 56px;
    margin-top: -28px;
    /*--margin-left: calc(100% - 20px);--*/
  }
}

@media only screen and (max-width: 500px) { 
  .header__line-top.header__line--colorize-1.position-relative.d-flex.px-10.px-lg-0.py-lg-2 {
    padding: 10px 5px !important;
    background-image: linear-gradient(90deg, #000000 41%, #ffffff 10%, #ffffff);
    background-image: -webkit-linear-gradient(0deg, #000000 41%, #ffffff 10%, #ffffff);
  }

  /*---- Header Logo ----*/
  .header__logo img {
      margin-top: -28px;
      margin-left: -8px;
  }
}

@media only screen and (max-width: 370px) { 
  .header__line-top.header__line--colorize-1.position-relative.d-flex.px-10.px-lg-0.py-lg-2 {
    padding: 5px 5px !important;
    background-image: linear-gradient(90deg, #000000 34%, #ffffff 10%, #ffffff);
    background-image: -webkit-linear-gradient(0deg, #000000 34%, #ffffff 10%, #ffffff);
  }
  
  .header__btn-menu {
    margin-top: 5px;
  }
  
  /*---- Header Logo ----*/
  .header__logo .rimage {
    position: absolute;
    top: 15px;
    left: 53px;
  }
  
  .header__logo img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -1px;
    left: 3px;
        margin-top: -10px;
  }
  
  
  .header__btn-account .icon, .header__btn-cart .icon, .header__btn-compare .icon, .header__btn-services .icon, .header__btn-wishlist .icon {
    width: 20px;
    min-width: 20px;
    min-height: 15px;
  }
}


/*-- NAVIGATION --*/
.menu__panel > .menu__item {
    margin-right: 18px;
}

.menu__item span {
    font-family: 'Chakra Petch', sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    padding-right: 5px;
}

@media only screen and (max-width: 1260px) {
  #header .container.d-lg-flex.justify-content-lg-center {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  #header .container.d-lg-flex.justify-content-lg-center {
    justify-content: center !important;
  }
  
  .menu__list--styled .menu__item {
    border-radius: 0px !important;
    margin-bottom: 10px;
    border-left: 2px solid #ff710a;
    padding-left: 4px;
  }
  
  .menu__list--styled .menu__item:hover {
    background-color: rgb(0 192 243 / 22%);
  }
  
  .menu__level-03 .menu__item {
    margin-bottom: 10px;
  }
  
  .menu__dropdown .menu__item span, .menu__grid .menu__item span {
    color: #000000 !important;
    font-weight: 400;
  }
  
  .menu__level-03 {
    max-height: 500px;
    overflow: auto;
  }
}

/*--- Navigation Mobile ---*/
@media only screen and (min-width: 1024px) and (max-width: 1224px) { 
  .menu__panel > .menu__item {
    margin-right: 8px;
  }
  
  .menu__item span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) { 
  .popup-navigation {
    background-color: #ffffff !important;
    /*background-image: linear-gradient(45deg, rgb(0 0 0 / 7%) 25%, #ffffff 10%, #ffffff);*/
    /*background-image: -webkit-linear-gradient(45deg, rgb(0 0 0 / 7%) 25%, #ffffff 10%, #ffffff);*/
    box-shadow: 0px 0px 20px rgb(0 192 243 / 20%);
  }
  
  .popup-navigation__head, .popup-navigation__menu {
    background-color: transparent !important;
  }
  
  .popup-navigation__menu .menu__item {
    margin-right: 0px;
    padding: 4px 0px 4px 15px;
    margin-bottom: 10px;
    border-left: 3px solid #ff7138;
  }
}


/*-- MAIN CONTENT --*/
#MainContent {
    z-index: 0;
    box-shadow: 0px 0px 32px rgb(0 192 243 / 50%);
    padding-bottom: 10px;
    height: fit-content;
}

/*--- Front Page | New Slider ---*/
.homeSlideshow-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.homeSlideTextContainer {
    position: absolute;
    color: #fff;
    background-image: linear-gradient(50deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    padding: 30px 30px 40px 30px;
    top: 50px;
    left: 90px;
}

.homeSlide__text {
    font-size: 40px;
    font-family: 'Chakra Petch', sans-serif !important;
    margin-bottom: -20px;
    color: #fff !important;
}

.homeSlide__text:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    top: 75px;
    left: 32px;
    background-color: #00c0f3 !important;
}

.homeSlide__subtext {
    font-size: 18px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #fff;
    margin-top: 48px;
    margin-bottom: 40px;
}

.homeSliderButton {
    background-color: #101010 !important;
    color: #fff !important;
    border: 3px solid #00c0f3 !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding: 8px 18px 6px 18px;
    border-radius: 50px;
    transition: .3s;
}

.homeSliderButton:hover {
    color: #ff710a !important;
    border: 3px solid #ff710a !important;
}

.mySlides {
    display: none
}

/* Slideshow container */
.homeSlideshow-container {
  max-width: 1160px;
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
}

@media only screen and (max-width: 1200px) {
  .homeSlideshow-container {
      padding: 0px 20px;
  }
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: #ff710a;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

  .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*--- Front Page | New Supporting Boxes ---*/
.homeSupportBoxes {
    width: 100%;
    max-width: 1160px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.homeSupportBoxes div {
    display: inline-block;
    width: calc(25% - 14px);
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 10px;
}

.homeSupportBoxes div:last-of-type {
    margin-right: 0px;
}

.homeSupportBoxes a {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}

.homeSupportBoxes img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.homeSupportBoxes img:hover {
    padding: 10px;
    transition: .5s ease;
}

.homeSupportBoxes.hideDesktop {
    margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
    .homeSupportBoxes {
        padding: 0px 2px;
    }
}

@media only screen and (max-width: 800px) {
    /*--.homeSupportBoxes img {
        height: 150px;
    }--*/
}

@media only screen and (max-width: 600px) {
    .homeSupportBoxes div {
        width: calc(50% - 15px);
        margin-bottom: 12px;
    }

    .homeSupportBoxes div:nth-of-type(even) {
        margin-right: 0px;
    }

    .homeSupportBoxes div:last-of-type {
        margin-left: 10px;
    }

    /*--.homeSupportBoxes img {
        height: 295px;
    }--*/
}

@media only screen and (min-width: 500px) {
    img.mobilePic {
        display: none;
    }

    img.desktopPic {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    /*--.homeSupportBoxes img {
        height: 200px;
    }--*/

    img.mobilePic {
        display: block;
    }

    img.desktopPic {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    /*--.homeSupportBoxes img {
        height: 150px;
    }--*/
}

/*--- Front Page | New Logo Grid ---*/
.brandGrid {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 25px;
    padding: 0px 20px 80px 20px;
    border-bottom: 1px solid #f3f3f3;
}

.brandGridRow {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-left: -12px;
    overflow: hidden;
}

.brandGridRow div {
    display: inline-block;
    width: calc(20% - 42px);
    margin-top: 20px;
}

.brandGridRow a {
    padding: 0px 10px;
    margin: 0px 10px 10px 10px;
}

.brandGridRow img {
    transition: .5s ease;
}

.brandGridRow img:hover {
    padding-top: 10px;
    margin-bottom: -10px;
    transition: .5s ease;
}

@media only screen and (max-width: 1000px) {
    .brandGridRow div {
        width: calc(36% - 42px);
    }
}

@media only screen and (max-width: 600px) {
    .brandGridRow div {
        width: calc(36% - 42px);
    }
}

@media only screen and (max-width: 500px) {
    .brandGrid {
        padding: 0px 0px 80px 0px;
    }

    .brandGridRow div {
        width: calc(50% - 25px);
    }
}

/*--- Front Page | Main Carousel ---*/
#shopify-section-1586279708879 {
    display: none;
}

#shopify-section-1586279708879 {
    padding: 20px 0px;
}

/*---- Slider + Ads Container ----*/
#shopify-section-1586279708879 .home-builder {
    height: calc(30vw - 40px);
    max-height: 460px;
}

#shopify-section-1586279708879 .home-builder .row {
    display: block;
    margin: 0 auto;
    flex-wrap: unset;
    max-width: 1500px;
}

/*---- Slider ----*/
#shopify-section-1586279708879 .home-builder-block-id-1586279708879-1 {
    float: left;
    padding: 0px 5px 0px 10%;
}

#shopify-section-1586279708879 .slick-list.draggable {
    height: calc(30vw - 40px) !important;
    max-height: 1500px;
}

#shopify-section-1586279708879 .slider__slick {
    height: calc(30vw - 40px);
    max-height: 460px;
    margin-bottom: 25px;
}

#shopify-section-1586279708879 .slider .slick-dots {
    bottom: 0px;
    margin-bottom: 15px;
}

#shopify-section-1586279708879 .slider .slick-dots li {
    background-color: #ff710a !important;
}

#shopify-section-1586279708879 .slider__slide .rimage {
    padding-top: clamp(calc(25vw - 125px), calc(36vw - 106px), 475px) !important;
}

/*---- Ads ----*/
#shopify-section-1586279708879 .home-builder-block-id-1586279708879-5 {
    display: inline-block;
    height: calc(50% - 10px);
    max-height: 250px;
}

#shopify-section-1586279708879 .home-builder-block-id-1586279708879-6 {
    display: inline-block;
    height: calc(50% - 10px);
    max-height: 250px;
    border-top: 20px solid white;
}

/*---- Slider + Ads Mobile ----*/  
@media only screen and (max-width: 768px) {
  #shopify-section-1586279708879 {
    padding: 0px 0px;
  }
  
  #shopify-section-1586279708879 .home-builder {
    height: fit-content;
    max-height: fit-content;
  }
  
  /*---- Slider ----*/
  #shopify-section-1586279708879 .home-builder-block-id-1586279708879-1 {
    float: none;
    padding: 0px;
    max-width: 100%;
  }
  
  #shopify-section-1586279708879 .slick-list.draggable {
    height: 275px !important;
  }
  
  #shopify-section-1586279708879 .slider__slick {
    height: 275px;
    margin-bottom: -21px;
  }
  
  #shopify-section-1586279708879 .slider .slick-dots {
    display: flex !important;
    margin-bottom: 5px;
  }
  
  #shopify-section-1586279708879 .slider__slide .rimage {
    padding-top: 275px !important;
  }
  
  /*---- Ads ----*/
  #shopify-section-1586279708879 .home-builder-block-id-1586279708879-5 {
    max-width: 49%;
    height: fit-content;
    padding: 0px;
    margin-top: 25px;
    border-top: 9px solid white;
    border-right: 4px solid white;
  }

  #shopify-section-1586279708879 .home-builder-block-id-1586279708879-6 {
    max-width: 49%;
    height: fit-content;
    padding: 0px;
    border-top: 9px solid white;
    border-left: 4px solid white;
    right: -4px;
  }
  
  /*----- Ads spacing below, margin above brands carousel -----*/
  div#shopify-section-1586283433745 {
    margin-top: 0px !important;
  }
}

/*--- Front Page | Brands Carousel ---*/
div#shopify-section-1586283433745 {
    margin-top: -60px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-image: linear-gradient(0deg, #fdfdfd, white 50%);
    background-image: -webkit-linear-gradient(0deg, #fdfdfd, white 50%);
}

@media only screen and (max-width: 1260px) {
  .carousel-brands .slick-track {
    column-gap: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  div#shopify-section-1586283433745 {
    padding-top: 4px;
    padding-bottom: 6px;
  }
}

/*--- Hide Placeholder (appears below products) ---*/
.placeholder-noblocks.py-30 {
    display: none;
}

/*--- More Products Button ---*/
.sorting-collections__more-products > a.btn {
    margin-bottom: 40px;
    background-color: #101010 !important;
    border-color: #00c0f3 !important;
    border: 3px solid #00c0f3 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.sorting-collections__more-products > a.btn:hover {
    background-color: #101010 !important;
    border-color: #ff710a !important;
    color: #ff710a !important;
    transition: .5s;
}

/*--- Carousel ---*/
.carousel .slick-slide {
    max-height: 525px;
}

.promobox--style-6 .promobox__bg, .promobox--style-6 .promobox__plate .promobox__content::before {
    background-color: #161616 !important;
}

@media only screen and (max-width: 768px) {
  .carousel .slick-slide {
      max-height: 475px;
  }
}
.carousel-brands .carousel__item {
    min-height: 100px;
}

/*--- Collections ---*/
.sorting-collections__head > h4 > a {
    border-bottom: 3px solid #ff710a;
    color: #000000 !important;
    margin-top: 50px;
}

.sorting-collections__products.row {
    align-items: flex-end;
}

.product-collection__title h4 {
    text-align: left;
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 1024px) {
  .sorting-collections__head > h4 > a {
      margin-top: 10px;
  }
}

/*--- Aligning Buttons & Space between rows ---*/
.collection-products.products-view-list--v2 .row {
    align-items: flex-end;
    row-gap: 25px;
}

/*-- PRODUCT PAGES --*/

/*--- Add to Cart Button ---*/
@media only screen and (min-width: 768px) {
  .product-page-info__button-add-to-cart.mb-10 {
    display: table;
    width: fit-content;
  }
}

/*--- Free Shipping ---*/
form .free-shipping {
    background-color: #000 !important;
    color: #ffffff !important;
    padding: 6px 6px 9px 6px !important;
    width: fit-content;
    display: table;
}

form .free-shipping .icon {
    fill: #00c0f3 !important;
}

@media only screen and (max-width: 768px) {
  form .free-shipping {
    margin: 0 auto;
  }
}

/*-- FOOTER --*/
.footer--style-1 {
    background-color: #010101 !important;
    color: #444444 !important;
    padding-bottom: 4px;
}

.footer--style-1 .footer__border-bottom {
    border-color: #101010 !important;
}

.footer--style-1 .footer__subscription input[type=email]:hover, .footer--style-1 .footer__subscription input[type=email]:focus {
    background-color: #fff !important;
}

footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #ffffff !important;
}

footer h5 {
    padding-bottom: 5px !important;
}

.footer--style-1 li a, .footer--style-1 li a:active, .footer--style-1 li a:link, .footer--style-1 li a:visited {
  font-size: 14px;
  margin: 8px 0px 4px 0px;
  color: #00c0f3 !important;
}

.footer--style-1 li a:hover {
  color: #ff710a !important;
  transition: .5s;
}

.footer__copyright .mb-0 a {
  color: #00c0f3 !important;
}

.footer__copyright .mb-0 a:hover {
  color: #ff710a !important;
  transition: .5s;
}

footer .logo .rimage {
    height: 50px;
    margin-right: 20px;
}

@media only screen and (min-width: 1024px) {
  /*--- Lines Below Headers ---*/
  footer h5:after {
      content: '';
      position: absolute;
      left: 0px;
      width: 22px;
      height: 2px;
      top: 23px;
      background-color: #ffffff !important;
  }
  
  /*--- Footer Logo ---*/
  div.footer__copyright.pt-lg-0.mt-20.mt-lg-0 > div {
    margin-left: -25px;
  }
}

footer .footer__subscription {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px !important;
    align-items: flex-end !important;
}

.footer__subscription > div {
    padding-left: 0px;
    margin-bottom: 4px;
}

.footer--style-1 .footer__subscription .btn {
    background-color: #101010 !important;
    border-color: #00c0f3 !important;
    border: 3px solid #00c0f3 !important;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.footer--style-1 .footer__subscription .btn:hover {
    background-color: #101010 !important;
    border-color: #ff710a !important;
    color: #ff710a !important;
    transition: .5s;
}

footer .col-lg-2.d-none.d-lg-block {
    padding-left: 0px;
}

#footerWPNP {
    width: 100%;
    max-width: 182px;
    object-fit: contain;
    height: 128px;
}

/*--- Social Media Icons ---*/
.footer__social-media .social-media i > svg {
    fill: #00c0f3 !important;
}

.footer__social-media .social-media a:hover i > svg {
    fill: #ff710a !important;
    transition: .5s;
}


.footer__social-media .social-media span {
    color: #00c0f3 !important;
}


.footer__social-media .social-media a:hover span {
    color: #ff710a !important;
    transition: .5s;
}

/*--- Hide "Powered by Shopify" ---*/
#footer > div.footer__tape.py-lg-15 > div > div > div.col-lg-6.d-flex.flex-column.flex-lg-row.align-items-lg-center.py-40.py-lg-0 > div.footer__copyright.pt-lg-0.mt-20.mt-lg-0 > div > a:nth-child(2) {
    display: none;
}

/*--- Mobile ---*/
@media only screen and (max-width: 1024px) {
  .footer--style-1 {
    padding-bottom: 40px;
  }
  
  .footer__subscription {
    max-width: 800px;
    padding: 0px 5px 0px 15px;
  }
  
  .footer__subscription input[type="submit"] {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px !important;
  }
  
  .footer__menus > .col-lg {
    padding: 15px;
  }
  
  footer .logo .rimage {
    margin-right: 0px;
  }
  
  /*---- + ----*/
  .footer--style-1 .icon {
    fill: #00c0f3 !important;
  }
  
  .footer__section-head .icon {
    width: 36px;
    margin-left: -20px;
  }
  
  .footer__section-content li.py-5.py-lg-0 a {
    border-left: 2px solid #ffffff;
    padding-left: 15px;
    font-size: 14px;
  }
  
  .footer__section-content li.py-5.py-lg-0 {
    text-align: left;
    margin: 10px 20px 15px 20px;
    display: block;
  }
  
  /*---- Container for WPNP Image ----*/
  #footer > div.footer__content.pt-lg-55.pb-lg-50 > div > div > div.col-lg-4 {
    position: absolute;
    bottom: 380px;
  }
  
  #footer > div.footer__content.pt-lg-55.pb-lg-50 > div > div > div.col-lg-4 .rimage{
   	margin: 0 auto;
    top: -20px !important;
  }
  
  .footer__logo.d-lg-none.m-auto {
    margin-top: 205px !important;
  }
  
  /*---- Back To Top Button ----*/
  .footer--style-1+.footer__back-to-top {
    background-color: #ffffff !important;
    min-height: 42px;
    padding-bottom: 4px;
  }
  
  .footer--style-1+.footer__back-to-top .icon {
    fill: #010101 !important;
  }
  
  .footer--style-1+.footer__back-to-top span {
    color: #010101 !important;
    padding-bottom: 3px;
  }
}

@media only screen and (max-width: 560px) {
  .footer__logo.d-lg-none.m-auto {
    margin-top: 180px !important;
  }
}

@media only screen and (max-width: 315px) {
  #footer > div.footer__content.pt-lg-55.pb-lg-50 > div > div > div.col-lg-4 .rimage{
    top: 0px !important;
  }
}


/* -Globo */
ul:not(.list-unstyled):not([list-unstyled]) li::before,
.ui-menu.ui-widget ul:not(.list-unstyled):not([list-unstyled]) li::before {
    display: none!important;
}

.gf-search-products li,
li.ui-menu-item {
    list-style: none!important;
}

ul:not(.list-unstyled):not([list-unstyled]) li,
.ui-menu.ui-widget ul:not(.list-unstyled):not([list-unstyled]) ul,
.ui-menu.ui-widget ul:not(.list-unstyled):not([list-unstyled]) li {
    padding-left: 0!important;
}

/* EndGlobo */