[href]:focus {
  outline: none !important; }

[href] {
  text-decoration: none !important; }

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.d-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.d-flex-jfc {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.main {
  width: 100%; }

#main-content {
  margin-top: 0;
  margin-bottom: 0; }
  #main-content > .container {
    width: 100%;
    max-width: 100%;
    padding: 0; }

.carousel-tooltip {
  display: none !important; }

section.heroCarousel {
  background: #303030;
  margin: 0 !important; }

.common-dots .slick-dots {
  width: 100%;
  bottom: -70px; }
  .common-dots .slick-dots li {
    width: auto; }
    .common-dots .slick-dots li button {
      border-color: rgba(0, 42, 92, 0.5);
      opacity: 1; }
      .common-dots .slick-dots li button::before {
        border-radius: 50%;
        background: rgba(0, 42, 92, 0.5);
        opacity: 1; }
    .common-dots .slick-dots li button {
      width: 14px;
      height: 14px;
      border-radius: 50%; }
      .common-dots .slick-dots li button::before {
        width: 14px;
        height: 14px;
        border-radius: 50%; }
    .common-dots .slick-dots li.slick-active button {
      width: 32px;
      border-radius: 12px;
      border-color: #002a5c; }
      .common-dots .slick-dots li.slick-active button::before {
        background: #002a5c;
        width: 32px;
        border-radius: 12px; }
    .common-dots .slick-dots li:hover button {
      border-color: #002a5c; }
      .common-dots .slick-dots li:hover button::before {
        background: #002a5c;
        opacity: 1; }
  @media (max-width: 991px) {
    .common-dots .slick-dots {
      bottom: -50px; } }
  @media (max-width: 767px) {
    .common-dots .slick-dots li {
      padding: 0 4px; } }

.shop-by-category {
  width: 100%;
  padding: 90px 0; }
  @media (max-width: 991px) {
    .shop-by-category {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .shop-by-category {
      padding: 40px 0 80px 0; }
      .shop-by-category .container {
        padding: 0; }
      .shop-by-category .section-head-1 {
        padding: 0 15px; } }
  .shop-by-category .category-parent {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    .shop-by-category .category-parent:not(.slick-slider) {
      display: flex; }
    .shop-by-category .category-parent.slick-dotted.slick-slider {
      margin-bottom: 0 !important; }
    @media (max-width: 767px) {
      .shop-by-category .category-parent .slick-list {
        padding-right: 50px;
        padding-bottom: 0; } }
    .shop-by-category .category-parent .category-item {
      flex: 1 1 calc(25% - 50px);
      padding: 0 20px;
      max-width: 300px; }
      @media (max-width: 767px) {
        .shop-by-category .category-parent .category-item {
          padding: 0 7px; } }
      .shop-by-category .category-parent .category-item .category-image {
        width: 100%;
        height: 0;
        background: #F0EDE8;
        padding-bottom: 100%;
        border-radius: 50%;
        overflow: hidden;
        position: relative; }
        .shop-by-category .category-parent .category-item .category-image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.3s ease; }
      .shop-by-category .category-parent .category-item .item-name {
        width: 100%;
        text-align: center;
        margin-top: 20px; }
        .shop-by-category .category-parent .category-item .item-name a {
          color: #121212;
          font-size: 16px;
          font-weight: 700;
          text-decoration: none; }
          @media (max-width: 601px) {
            .shop-by-category .category-parent .category-item .item-name a {
              font-size: 14px; } }
      .shop-by-category .category-parent .category-item:hover .category-image img {
        transform: scale(1.1); }
      .shop-by-category .category-parent .category-item:hover .item-name a {
        color: #AF874C; }
  .shop-by-category .slick-arrow-custom {
    display: none; }
    @media (max-width: 767px) {
      .shop-by-category .slick-arrow-custom {
        display: flex; } }
  .shop-by-category .slider-container .slick-arrow {
    top: 35%; }
  .shop-by-category .slider-container .slick-arrow-prev {
    left: 0; }
  .shop-by-category .slider-container .slick-arrow-next {
    right: 0; }
  .shop-by-category .slick-dots {
    width: 100%;
    bottom: 25px;
    display: none !important; }
    @media (max-width: 767px) {
      .shop-by-category .slick-dots {
        display: block !important; } }
    .shop-by-category .slick-dots li {
      width: auto; }
      .shop-by-category .slick-dots li button {
        border-color: #1f2029;
        opacity: 1; }
        .shop-by-category .slick-dots li button::before {
          border-radius: 50%;
          background: transparent;
          opacity: 1; }
      .shop-by-category .slick-dots li button {
        width: 14px;
        height: 14px;
        border-radius: 50%; }
        .shop-by-category .slick-dots li button::before {
          width: 14px;
          height: 14px;
          border-radius: 50%; }
      .shop-by-category .slick-dots li.slick-active button {
        width: 14px;
        border-radius: 50%;
        border-color: #1f2029; }
        .shop-by-category .slick-dots li.slick-active button::before {
          background: #1f2029;
          width: 14px;
          border-radius: 50%; }
      .shop-by-category .slick-dots li:hover button {
        border-color: #1f2029; }
        .shop-by-category .slick-dots li:hover button::before {
          background: #1f2029;
          opacity: 1; }
    @media (max-width: 991px) {
      .shop-by-category .slick-dots {
        bottom: 10px; } }
    @media (max-width: 767px) {
      .shop-by-category .slick-dots {
        bottom: -60px; }
        .shop-by-category .slick-dots li {
          padding: 0 4px; } }

.shop-extra-strength {
  width: 100%;
  padding: 90px 0;
  position: relative;
  background: #F0EDE8;
  overflow: hidden; }
  @media (max-width: 991px) {
    .shop-extra-strength {
      padding: 40px 0; } }
  .shop-extra-strength .container {
    position: relative;
    z-index: 1; }
  .shop-extra-strength .section-head {
    width: 100%;
    flex-direction: column;
    align-items: flex-start; }
    .shop-extra-strength .section-head .sh-left {
      width: 100%; }
    .shop-extra-strength .section-head .sh-right {
      width: 100%;
      align-items: flex-start;
      justify-content: flex-start;
      margin-top: 15px; }
  .shop-extra-strength .shop-parent {
    width: 100%;
    display: flex;
    gap: 20px; }
    @media (max-width: 320px) {
      .shop-extra-strength .shop-parent {
        flex-direction: column; } }
    .shop-extra-strength .shop-parent .shop-cards {
      width: 50%;
      border-radius: 16px;
      height: 409px;
      background: #CCC;
      overflow: hidden;
      position: relative; }
      @media (max-width: 991px) {
        .shop-extra-strength .shop-parent .shop-cards {
          height: 350px; } }
      @media (max-width: 767px) {
        .shop-extra-strength .shop-parent .shop-cards {
          height: 300px; } }
      @media (max-width: 601px) {
        .shop-extra-strength .shop-parent .shop-cards {
          height: 280px; } }
      @media (max-width: 479px) {
        .shop-extra-strength .shop-parent .shop-cards {
          height: 180px; } }
      @media (max-width: 320px) {
        .shop-extra-strength .shop-parent .shop-cards {
          width: 100%; } }
      .shop-extra-strength .shop-parent .shop-cards a {
        display: block;
        text-decoration: none; }
      .shop-extra-strength .shop-parent .shop-cards div {
        position: unset !important;
        height: 100%; }
      .shop-extra-strength .shop-parent .shop-cards img {
        width: 100% !important;
        height: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        object-fit: cover !important;
        transition: all 0.3s;
        position: absolute;
        top: 0;
        left: 0; }
      .shop-extra-strength .shop-parent .shop-cards:hover img {
        transform: scale(1.1); }
  .shop-extra-strength .site-art {
    position: absolute;
    width: 450px;
    height: 270px;
    z-index: 0; }
    .shop-extra-strength .site-art svg {
      width: 100%;
      height: 100%; }
    @media (max-width: 601px) {
      .shop-extra-strength .site-art {
        width: 270px;
        height: 180px; } }
    .shop-extra-strength .site-art.site-art-1 {
      left: 0;
      top: 1%;
      -moz-transform: scaleX(-1) rotate(15deg);
      -webkit-transform: scaleX(-1) rotate(15deg);
      -o-transform: scaleX(-1) rotate(15deg);
      transform: scaleX(-1) rotate(15deg); }
      @media (max-width: 1200px) {
        .shop-extra-strength .site-art.site-art-1 {
          left: -7%; } }
      @media (max-width: 601px) {
        .shop-extra-strength .site-art.site-art-1 {
          left: -15%;
          top: 0; } }

.section-testimonials {
  padding-top: 30px !important; }

@media (max-width: 479px) {
  .shop-quick-access {
    padding-bottom: 160px !important; } }

@media (max-width: 320px) {
  .shop-quick-access {
    padding-bottom: 60px !important; } }

.category-1-products, .category-2-products {
  width: 100%;
  display: block;
  min-height: 300px; }
  .category-1-products .noData, .category-2-products .noData {
    display: flex;
    text-align: center;
    font-size: 20px;
    width: 100%;
    min-height: 300px;
    align-items: center;
    justify-content: center; }
  .category-1-products .slick-track, .category-2-products .slick-track {
    margin: 0 !important; }
