.centered-button.mobile {
  display: none;
}
.centered-button.desktop {
  padding-top: 0;
}
/*HIDE BLOG NAV*/
a#ui-id-6 {
  display: none !important;
}
/*PRODUCT CATEGORIES BEFORE*/
.panel-items p {
  font-size: 22px;
  font-weight: bold;
}
.panel-items p::before {
  content: "";
  position: absolute;
  top: 9px;
  transform: none;
  left: -25px;
  width: 13px;
  height: 14px;
  background-color: #f17c4e;
}
.panel-items li {
  position: relative;
}
a.action.primary.mobile {
  display: none;
}

.hero.content-slider.mobile.slick-initialized.slick-slider {
  display: none;
}

.categories-block.categories-block-mobile {
  display: none;
}

.hero.content-slider.desktop.slick-initialized.slick-slider {
  padding: 0;
}

.slide.slick-slide {
  margin-bottom: 0 !important;
}

.header.panel > .header.links .logged-in {
    font-weight: 500!important;
    line-height: 14px;
}

.customer-welcome .action.switch:after {
    font-size: 10px;
    margin-right: 20px;
}

li.nav.item,
li.register-link,
.actions.dropdown.options.switcher-options,
li.authorization-link {
    padding-bottom: 2px;
    padding-right: 20px;
}

li.authorization-link {
    padding-right: 0px;
}

.page-header .header.panel {
    padding-bottom: 0px;
    padding-top: 0px;
}
.product.info.main .totals .secondary {
  background: #260d84;
  border: 1px solid transparent;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Gilroy-Bold';
  font-weight: 700;
  padding: 10px 20px;
  font-size: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.product.info.main .totals .secondary:hover {
  background: #572bff;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 600px) {
  footer.page-footer {
    margin-top: 0 !important;
  }

  .categories-block.categories-block-mobile {
    display: block;
  }

  .hero.content-slider.mobile.slick-initialized.slick-slider {
    display: block;
    padding: 0;
  }

  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .content-slider .slide > img,
  .hero .slide > img {
    object-fit: contain;
  }
  .advantages .item {
    display: flex;
  }
  .advantages .item h3 {
    margin-top: 0;
    font-size: 18px;
  }
  .advantages .item h3::before {
    height: 9px;
    width: 9px;
    left: -26px;
    top: 5px;
  }
  .advantages .item.reverse {
    flex-direction: row-reverse;
  }
  .advantages .item.reverse img {
    margin-left: 5px;
    margin-right: 51px;
  }
  .item-texts {
    display: block;
  }
  .advantages .item img {
    height: 60px;
    margin-right: 60px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .advantages .item p {
    font-size: 15px;
    line-height: 14px;
    text-align: left;
  }
  h2.underline {
    font-size: 22px;
    line-height: 25px;
    padding: 0 20px;
    text-align: center;
  }
  .col h2 {
    font-size: 22px;
    text-align: center;
    line-height: 25px;
  }
  .customize-block .content h3 {
    font-size: 18px;
    line-height: 19px;
  }
  .customize-block .content li::before {
    width: 9px;
    height: 9px;
    top: 5px;
    left: 18px;
  }
  .customize-block .content li {
    padding-left: 40px;
  }
  .customize-block .content p {
    font-size: 12px;
    line-height: 14px;
    padding-right: 15px;
  }
  .items-block .content .summary {
    font-size: 16px;
    line-height: 18px;
  }
  .customize-block .content {
    display: flex;
    flex-flow: wrap;
  }
  .customize-block h2 {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
  }
  .centered-button-2 {
    display: flex;
    justify-content: center;
    margin: 10px;
    padding: 40px;
  }
  p#accd-text::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid black;
  }
  #accd-image {
    width: 42px;
    height: 42px;
    object-fit: contain;
    position: relative;
    left: 15px;
    top: 10px;
    transform: translateX(-50%);
  }
  .accordionHome p::before,
  .accordionHome.active p::before {
    display: none;
  }
  p#accd-text {
    color: black;
    font-size: 15px;
    line-height: 16px;
    padding-top: 16px;
    padding-left: 17px;
    padding-bottom: 10px;
    position: relative;
  }
  p#accd-text::after {
    content: "\00a0 ";
    padding: 0px;
    position: absolute;
    top: 21px;
  }
  .panel p {
    text-align: left;
    font-size: 14px !important;
    padding: 0;
    padding-right: 10px;
    padding-left: 58px;
  }

  .hero-content-mobile {
    background: #f56f3a;
    height: 650px;
    padding: 25px;
  }

  .content.hero-content-mobile {
    background: #f56f3a;
    height: 500px;
    padding: 25px;
    margin-bottom: 30px;
    margin-top: 65px;
    padding-bottom: 0;
  }

  .slide.slick-slide.slick-current.slick-active {
    margin-bottom: 45px;
  }

  .hero-content-mobile img {
    width: 650px;
    height: 180px;
    object-fit: cover;
  }

  .hero-content-mobile h1 {
    color: white;
  }

  .hero-content-mobile p {
    color: white;
    margin-bottom: 25px;
  }

  button,
  button.action.primary,
  input.action.primary,
  a.action.primary {
    padding: 5px 20px;
  }

  button,
  button.action.secondary,
  input.action.secondary,
  a.action.secondary {
    padding: 5px 20px;
  }

  button.accordionHome.active {
    height: 50px !important;
  }

  .item-texts p {
    padding: 0 15px;
  }

  p.summary {
    padding: 0 15px;
  }

  .cat-block-wrapper {
    display: flex;
    width: 100%;
  }

  .cat-block-wrapper .col {
    width: 50%;
  }

  .categories-block {
    display: none;
  }

  .categories-block-mobile {
    display: block;
    padding: 0 25px;
  }

  .cat-block-wrapper .col a {
    padding: 0 10px;
  }

  .cat-block-wrapper .col h3 {
    position: absolute;
    z-index: 9;
    font-size: 14px;
    text-align: center;
  }

  .cat-block-wrapper .col {
    position: relative;
  }

  .categories-block-mobile .container {
    width: 100%;
    max-width: 100%;
  }

  .categories-block-mobile .col .item.displays:first-of-type {
    height: 292px;
    width: 145px;
  }

  .categories-block .item {
    width: 152px;
    height: 132px;
  }

  .categories-block .item:first-of-type {
    width: 152px;
    height: 132px;
  }

  .categories-block-mobile .item h3 {
    font-size: 14px;
    line-height: 27px;
    width: 100%;
    bottom: 1px;
    left: 65%;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
    text-align: left;
    padding-left: 20px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
  }

  .categories-block-mobile .item h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    width: 6px;
    height: 6px;
    background-color: #260d84;
  }

  .centered-button.mobile {
    display: block;
    margin: 0 auto;
  }

  .centered-button.desktop {
    display: none;
  }

  a.action.primary.footer-hero-button {
    margin-bottom: 50px;
  }

  .customize-block .content .action.primary.explore-mobile {
    margin-top: 0;
  }

  .adress-col {
    display: none;
  }

  .footer.content .links-col {
    display: none;
  }

  .items-block.mobile.footer {
    padding: 0;
    border: none;
  }

  button.accordion.footer-text-mobile {
    text-align: center;
  }

  button.accordion.footer-text-mobile {
    text-align: center;
  }

  button.accordion.footer-text-mobile.active {
    text-align: center;
  }

  .panel.footer-text-mobile {
    text-align: center;
    padding: 10px;
  }

  .panel.footer-text-mobile li {
    padding: 5px 0;
  }

  .accordion.footer-text-mobile.logo {
    margin-bottom: 25px;
  }

  button.accordion.footer-text-mobile {
    border: none;
    box-shadow: none;
    background: none;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    margin-bottom: 0;
    transition: 0.4s;
  }

  button.accordion.footer-text-mobile:nth-child(2) {
    padding-bottom: 100px;
  }

  button.footer-text-mobile.disable {
    border: none;
    background: none;
    box-shadow: none;
    margin-bottom: 75px;
  }

  .panelHome p {
    font-size: 15px !important;
    padding-left: 60px;
  }

  h2 {
    font-size: 25px;
  }

  .category-text-image .text ul li {
    font-size: 14px;
    padding-left: 29px;
  }

  .category-text-image .text ul li:before {
    width: 9px;
    height: 10px;
    top: 11px;
    left: 14px;
  }

  .category-text-image .container {
    padding: 0 20px;
  }

  .category-bottom-text p {
    font-size: 20px;
  }

  .category-bottom-text h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  span.subtitle {
    color: white;
    font-size: 22px;
    font-weight: 500;
  }

  .panel-items p::before {
    top: 7px;
    left: 2px;
    width: 7px;
    height: 7px;
  }

  .panel-items p {
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
    padding-right: 0;
  }

  a.action.primary.mobile {
    margin: 0 92px;
    display: block;
  }

  a.action.primary.desktop {
    display: none;
  }

  .centered-button.mobile {
    padding-top: 0px;
  }

  .hero-content-mobile p {
    font-size: 15px;
  }

  .page-header .switcher .options .action.toggle,
  .page-footer .switcher .options .action.toggle {
    padding: 0;
  }

  .about-story .text p {
    font-size: 15px;
  }

  .about-story .text .title {
    font-size: 25px;
  }

  .about-block .text .sub {
    font-size: 20px;
  }

  .about-block .text .title {
    font-size: 25px;
  }

  .about-block .text.big h4 {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .about-block .text ul li:before {
    width: 10px;
    height: 10px;
    top: 13px;
    left: 20px;
  }

  .about-block .text ul li p {
    font-size: 15px;
    padding-right: 25px;
  }

  .contact-index-index .contact-us-block h1 {
    font-size: 25px;
    line-height: 28px;
  }

  .contact-index-index .contact-us-block .text {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .contact-index-index .contact-us-block .contacts li a {
    font-size: 18px;
  }

  address.map {
    font-size: 18px;
  }

  ol.products.list.items.product-items {
    column-count: 2 !important;
  }

  .product-name-olverlay .product-name-animation {
    bottom: 4px !important;
    width: 100%;
    padding: 0 !important;
  }

  .product-name-olverlay .product-name-animation h3 {
    font-size: 14px !important;
  }

  .product-name-olverlay .decoration-box {
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
  }

  div#options_grid {
    width: 100% !important;
  }

  button.accordion {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    transition: 0.4s;
  }

  p.about-us-header {
    font-size: 21px;
    letter-spacing: 0;
    padding: 20px 0;
    font-family: "Gilroy-Black";
    padding-bottom: 0;
    color: black;
  }

  #accd-text-about {
    font-size: 19px;
    font-family: "Gilroy-Bold";
    letter-spacing: 0;
    padding: 20px 0;
    padding-bottom: 0;
    color: black;
  }

  button.accordionAbout {
    position: relative;
    padding: 0;
    padding-bottom: 25px;
    border: none;
    background: none;
    box-shadow: none !important;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    transition: 0.4s;
  }

  button.accordionAbout::before {
    content: "";
    position: absolute;
    top: 26px;
    transform: none;
    left: 5px;
    width: 12px;
    height: 12px;
    background-color: #f17c4e;
  }

  p.about-p {
    padding: 0 8px;
    font-family: "Gilroy-Regular";
    font-size: 12px !important;
  }

  .grid-items.cat-block-wrapper.about-us-wwb {
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .accordionAboutStorySpan {
    background: none;
    color: white;
    padding: 0;
    font-family: "Gilroy-Bold";
    font-size: 15.5px;
    line-height: 17px;
  }

  .panelAboutStorySpan {
    padding: 0;
    margin-top: 15px;
  }

  .panelAboutStorySpan p {
    padding: 0;
    margin-top: 0;
  }

  .hero-content-mobile.about-story {
    height: auto;
  }

  .panelHome p::before {
    display: none;
  }

  button.accordionHome {
    display: flex;
    background: none;
    border: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    padding: 0;
  }

  #accd-text::before {
    display: none;
  }

  .item.mobile {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 320px) {
  p#accd-text {
    font-size: 13px;
    line-height: 14px;
  }
}
/* 2023 CSS */
a.login-link:after {
    content: ""!important;
}
li.authorization-link {
   padding-right: 8px!important;
}
li.currency-USD.switcher-option,
.page-header .switcher .options ul.dropdown li, .page-footer .switcher .options ul.dropdown li {
   text-align: center!important;
}

.header.panel>.header.links>.authorization-link:after {
    content: "|";
}

/*2024 CSS*/
a.action.secondary.reset {
  font-family: 'Gilroy-Bold';
}
.hero .slide {
    height: 500px;
    min-height: 500px;
}
.page-header {
  top:0;
}
.page-main {
    margin-top: 0;
}

@media (min-width: 1024px), print {
    .hero .content {
        padding-top: 40px;
    }
}
@media (min-width: 768px), print {
    .page-main {
        margin-top: 110px;
    }
}
