@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400;0,500;0,600;1,400&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Rubik+Doodle+Shadow&display=swap');

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
  font-weight: 400;
  font-family:  'Outfit', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  /* line-height: 20px; */
  color: #000000;
}

footer .row p {
  font-size: 14px;
  font-weight: 400;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #f8f8f8;
}

/* header  */
#sticky-header {
  -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
  -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
  transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
  background: #fff;
  height: 120px;
}

#sticky-header.sticky {
  background: #fff;
  height: 70px !important;
}

#sticky-header .logo img {
  transition: all 0.3s ease 0s;
  width: 90px;
}

#sticky-header.sticky .logo img {
  width: 50px;
}



/* slider  */
.slider .owl-carousel {
  margin-top: 130px;
}

.slider {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .slider {
    margin-top: 0;
  }

  .slider .owl-carousel {
    margin-top: 0;
  }
}

/* products  */
.product-item-2 .center-img {
  background: #f8f8f8;
  border-radius: 10px 10px 0 0;
  border-top: 2px solid #f6f6f6;
  min-height: 135px;
}

.detail-content .product-item-2 .center-img-2 img {
  max-width: 99px;
  max-height: 99px;
  margin: auto;
  padding: 20px;
  display: block;
  background: #f8f8f8;
}
.categories .grid-view-product .center-img-2 {
  border: none;
  background: #f8f8f8;
}


.product-item-2 .action-button a {
  font-weight: 500;
  font-size: 0.9rem;
}

.product-item-2 .center-img .product-img {
  /* width: unset; */
  padding: 0;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  object-position: center;
  height: 170px;
  width: 100%;
}


/* end products */

a.button {
  background: #e52f58;
  border-radius: 8px;
  padding: 5px 20px;
}

a.button:hover {
  color: #fff;
}

.youtube:hover {
  background: #DD493D;
}

.instagram:hover {
  background: #C13584;
}

.tiktok:hover {
  background: #6d6b6c;
}
