* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Kanit", sans-serif;
}

body {
  background-color: #f7f5f6;
  overflow-x: hidden;
}

h1 {
  font-size: 2.5em !important;
  color: #000000;
  margin: 10px 0;
  font-weight: 500;
}

h2 {
  font-size: 2em !important;
  color: #000000;
  margin: 10px 0;
  font-weight: 500;
}
h3 {
  font-size: 1.85em !important;
  color: #000000;
  margin: 10px 0;
  font-weight: 500;
}

h4 {
  font-size: 1.65em !important;
  color: #000000;
  margin: 10px 0;
  font-weight: 500;
}
h5 {
  font-size: 1.45em !important;
  color: #000000;
  margin: 10px 0;
  font-weight: 500;
}
a {
  text-decoration: none;
}

p {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
p strong {
  color: #ff0000;
}
p strong em {
  color: #ff0000;
}
p strong a {
  color: #ff0000;
  text-decoration: underline;
}
p strong a:hover {
  color: #ff0000;
  opacity: 0.6;
  transition: 0.3s;
}
p a {
  text-decoration: underline;
  color: #ff0000;
}
p a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
p em {
  color: #ff0000;
}
p u {
  color: #ff0000;
}
.white {
  color: #ffffff !important;
}
.img-max {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: auto !important;
}

.zoom {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* ** */

/* ****************************** */
#bread-crumbs {
  background-color: #002a46;
}
.nav-breadcrumb {
  /* background-color: #026839; */
  padding: 8px 8px 8px 20px;
}
.navbar-breadcrumb {
  padding: 8px 10px;
  width: 100%;
}
.breadcrumb-item a {
  font-size: 20px !important;
  font-weight: 500;
  color: #ffffff;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
  opacity: 0.8;
  transition: 0.5s;
}
.breadcrumb-item.active {
  color: #ffb100;
  font-size: 20px !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #f1f1f1;
}
.breadcrumb {
  margin-bottom: 0 !important;
}

.site-header {
  position: relative !important;
}
.site-header .baner-img {
  position: relative !important;
}
.navlinks {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 10px 0;
}
.navlinks .box_nav {
  display: block;
  text-align: left;
}
.navlinks .box_nav a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
}
.navlinks .box_nav a:hover {
  color: rgb(56, 0, 255);
  text-decoration: underline;
  text-shadow: none !important;
  transition: 0.4s;
}
.box_side {
  width: 100%;
  border: 4px solid #ffffff;
  box-shadow: 0 0 20px #616161;
  overflow: hidden;
  background-color: #fedee9;
  padding: 50px 0 15px 0 !important;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
}
.box_side .card-new {
  border-top: 3px solid #ffffff;
}

.box_side .card-tags {
  border-top: 3px solid #ffffff;
}
.box_side h3 {
  color: #d4668b !important;
  text-shadow: 1px 1px 2px #fff;
}
.main-content {
  padding: 10px 40px;
}
.heading-text {
  display: flex;
  align-items: center;
  color: #a4224e;
}
.heading-flex {
  display: flex;
  align-items: center;
  color: #a4224e;
  justify-content: center;
}
.pink_content {
  padding: 20px !important;
  border-radius: 50px;
  background-color: #fc8cb2;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px #b1b1b1;
}
.bg-pink {
  background-color: #fc8cb2;
  padding: 20px 0;
  border: 4px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 5px #b1b1b1;
}
.site-footer {
  padding: 20px 0;
  background-color: #fddde8;
  margin-top: 20px;
}
.text-footer {
  font-weight: 700;
  color: #a1244e;
  margin: 10px 0;
}
.des-footer {
  color: #a3214d;
  margin-bottom: 0px !important;
  padding-right: 20px;
}
.ul-link {
  list-style: none;
}
.ul-link li {
  display: block;
}
.ul-link li a {
  color: #a3214d;
  font-weight: 500 !important;
  font-size: 18px !important;
}
.ul-link li a:hover {
  text-shadow: 1px 1px 1px #000000;
  transition: 0.2s ease-in-out;
}

.log_back {
  font-size: 22px;
  font-weight: bold;
  color: #a3214d;
  padding: 3px 25px;
  border: 4px solid #ffffff;
  border-radius: 20px;
  background-image: linear-gradient(to right, #ebbee9, #da82d8);
  margin-top: 10px !important;
  display: inline-block;
}
.log_back:hover {
  color: #a3214d;
  font-style: italic;
  box-shadow: 0 0 12px #ffb100;
  transition: 0.3s ease-in-out;
}
.vedio-wrepper {
  display: block;
  text-align: center;
  margin: 20px 0 !important;
  background-image: linear-gradient(to right, #fc8cb2, #d2386a);
  border: 10px solid #ecdae6;
  border-radius: 20px;
  box-shadow: 0 0 10px #ffffff;
  overflow: hidden;
}
.box-category {
  padding: 0 10px 20px 10px;
  display: block;
}
.box-category a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 10px;
  color: #d4668b;
}
.box-category a:hover {
  text-decoration: underline;
  justify-content: space-around;
  text-shadow: 1px 1px 2px #000000;
  transition: 0.3s ease-in-out;
}
.box-category a:first-child:hover {
  justify-content: space-between;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.box-category-all {
  padding: 0 10px 20px 10px;
  display: block;
}
.box-category-all a {
  display: inline-block;
  padding: 0px 5px;
  border: 2px solid #fc8cb2;
  margin: 2px 2px 2px 0;
  border-radius: 50px;
  font-size: 15px !important;
  color: #d4668b !important;
}
.box-category-all a:hover {
  background-color: #ffffff;
  box-shadow: 0 0 6px #000000;
  transition: 0.2s;
}
.box-article-index {
  padding: 0 10px 20px 10px;
  display: block;
}
.box-article-index a {
  display: block;
  margin-bottom: 20px;
  color: #d4668b;
  font-size: 16px !important;
}
.box-article-index a:hover {
  text-decoration: underline;
  color: #000000;
  text-shadow: 0 0 3px #fff;
  transition: 0.3s;
}
.store-all {
  padding: 0 20px;
  background-image: linear-gradient(
    to right,
    #c0c0c0,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff,
    #c0c0c0
  );
}
.tags_store {
  padding-left: 20px;
  color: #d4668b !important;
  text-shadow: 1px 1px 2px #fff;
  font-weight: 500 !important;
}
.img-product {
  border: 2px solid #292929 !important;
  margin-bottom: 10px !important;
}
.imgall-pro {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top;

  position: relative;
  opacity: 0.7;
  border: 2px solid #d2386a;
}
.card_show_dol {
  position: relative;
  width: 100%;
  height: 300px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
}
.card_show_dol .heading_doll {
  color: #d2386a;
  text-shadow: 1px 1px 1px #ffffff;
  padding-top: 130px;
  font-weight: 700;
  font-size: 22px !important;
}
.pricetext {
  font-size: 22px;
  font-weight: 700;
  color: #d2386a;
  text-shadow: 1px 1px 1px #ffffff;
}
.zoom {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.span_status {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background-color: #a1244e;
  padding: 10px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 0 10px #a70000;
  animation-name: animation;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
@-webkit-keyframes animation {
  0% {
    background-color: #ff0000;
  }
  10.0% {
    background-color: #ff0078;
  }
  20.0% {
    background-color: #f900ff;
  }
  30.0% {
    background-color: #1700ff;
  }
  40.0% {
    background-color: #0093ff;
  }
  50.0% {
    background-color: #00ff6d;
  }
  60.0% {
    background-color: #17ff00;
  }
  70.0% {
    background-color: #dcff00;
  }
  80.0% {
    background-color: #ffba00;
  }
  90.0% {
    background-color: #ff6500;
  }
  100.0% {
    background-color: #ff0000;
  }
}

@keyframes animation {
  0% {
    background-color: #ff0000;
  }
  10.0% {
    background-color: #ff0078;
  }
  20.0% {
    background-color: #f900ff;
  }
  30.0% {
    background-color: #1700ff;
  }
  40.0% {
    background-color: #0093ff;
  }
  50.0% {
    background-color: #00ff6d;
  }
  60.0% {
    background-color: #17ff00;
  }
  70.0% {
    background-color: #dcff00;
  }
  80.0% {
    background-color: #ffba00;
  }
  90.0% {
    background-color: #ff6500;
  }
  100.0% {
    background-color: #ff0000;
  }
}
.navbar-moblie,
.sidenav {
  display: none !important;
}
.card-tags,
.card-new {
  padding: 20px 0 10px 0 !important;
}
.btn-btn-success {
  padding: 10px 35px;
  background-color: #f900ff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  border: 0px !important;
}
.btn-btn-success:hover {
  box-shadow: 0 0 12px #ff0000;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  .navlinks .box_nav a {
    font-size: 23px !important;
  }
  .navlinks a img.zoom {
    width: 160px !important;
    height: 160px !important;
  }
}
@media (max-width: 991px) {
  .main-content {
    padding: 10px 0px !important;
  }
  .oder-set01 {
    order: 2 !important;
    padding-top: 20px !important;
  }
  .oder-set02 {
    order: 1 !important;
  }
  .oder-set03 {
    order: 3 !important;
  }
  .setoder-two {
    order: 1 !important;
    padding: 10px 20px !important;
  }
  .setoder-one {
    order: 2 !important;
  }
  .box_side {
    padding: 20px 0 15px 0 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .navlinks {
    display: none !important;
  }
  .navbar-moblie {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 13px 10px;
    background-image: linear-gradient(to bottom, rgb(195 0 40), rgb(145 0 83));
  }
  .opon_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    font-size: 30px;
    font-weight: 500;
    border: 2px solid #ffffff;
    box-shadow: 0 0 8px #ff0000;
    border-radius: 10px;
    color: #ffffff;
    text-shadow: 0 0 5px #fc8cb2;
    margin-right: 10px;
    cursor: pointer;
  }
  .sidenav {
    display: block !important;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgb(195 0 40), rgb(145 0 83));
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .navbar-moblie a img.zoom {
    width: 80px !important;
    height: 80px !important;
  }
  .opon_menu {
    width: 45px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  .store-all {
    padding: 0px !important;
  }
}
