@font-face {
  font-family: "Nunito";
  src: url("../fonts/jfont/Nunito-ExtraBold.woff2") format("woff2"), url("../fonts/jfont/Nunito-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/jfont/Nunito-Black.woff2") format("woff2"), url("../fonts/jfont/Nunito-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/jfont/Nunito-Bold.woff2") format("woff2"), url("../fonts/jfont/Nunito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/jfont/Nunito-Light.woff2") format("woff2"), url("../fonts/jfont/Nunito-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/jfont/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/jfont/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/jfont/Nunito-Regular.woff2") format("woff2"), url("../fonts/jfont/Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fw-extrabold {
  font-weight: 800;
}

.fw-semibold {
  font-weight: 600;
}

.fw-black {
  font-weight: 900;
}

.cl-yellow {
  color: #F1DFBB;
}

.cl-pink {
  color: #D78EBD;
}

.cl-red {
  color: #CD2034;
}

.cl-gray {
  color: #333333;
}

.cl-purple {
  color: #B4A2CE;
}

.cl-gradient {
  background: linear-gradient(181deg, #D78EBD -14.44%, #FFBDDF 99.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fs-50 {
  font-size: 50px;
}

.fs-40 {
  font-size: 40px;
  line-height: initial;
}

.fs-36 {
  font-size: 36px;
}

.fs-30 {
  font-size: 30px;
}

.fs-24 {
  font-size: 24px;
}

.fs-22 {
  font-size: 22px;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-12 {
  font-size: 12px;
}

.fs-11 {
  font-size: 11px;
}

@media (max-width: 991px) {
  .fs-50 {
    font-size: 30px;
  }
  .fs-40 {
    font-size: 24px;
    line-height: initial;
  }
  .fs-36 {
    font-size: 24px;
  }
  .fs-30 {
    font-size: 22px;
  }
  .fs-24 {
    font-size: 18px;
  }
  .fs-22 {
    font-size: 17px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-18 {
    font-size: 15px;
  }
  .fs-16 {
    font-size: 14px;
  }
  .fs-12 {
    font-size: 12px;
  }
  .fs-11 {
    font-size: 11px;
  }
}
.left_to_right {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.5s ease-out;
}
.left_to_right.show {
  opacity: 1;
  transform: translateX(0);
}

.right_to_left {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.5s ease-out;
}
.right_to_left.show {
  opacity: 1;
  transform: translateX(0);
}

.bottom_to_top {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-out;
}
.bottom_to_top.show {
  opacity: 1;
  transform: translateY(0);
}

.top_to_bottom {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.5s ease-out;
}
.top_to_bottom.show {
  opacity: 1;
  transform: translateY(0);
}

body {
  font-family: "Nunito", sans-serif;
  text-rendering: geometricPrecision;
  font-size: 14px;
  color: #333333;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
  color: #D78EBD;
}
body a:hover, body a:focus {
  text-decoration: none;
  outline: none;
  color: #CD2034;
}
body .btn {
  font-size: 14px;
}
body .btn.btn-gradient {
  /* width: 100%; */
  text-align: center;
  padding: 8px 40px;
  font-weight: 800;
  color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(91deg, #B4A2CE 1.94%, #EFA3D4 100%);
  /* SHADOW */
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
}
body .btn.btn-gradient img {
  height: 15px;
  margin-bottom: 5px;
  margin-right: 5px;
}
body .btn.btn-line {
  padding: 6px 25px;
  border: 1px solid #B4A2CE;
  color: #B4A2CE;
}
body .btn.btn-pink {
  padding: 6px 25px;
  background: #F5DCE9;
  color: #CD2034;
  font-weight: 800;
}

.title__gradient span {
  background: linear-gradient(181deg, #D78EBD -14.44%, #FFBDDF 99.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}
.title__gradient span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 8px;
  background: url(../images/underline.svg) no-repeat center center/contain;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

#menu_mobile {
  position: fixed;
  width: 70%;
  height: 100vh;
  z-index: 99999;
  top: 0;
  right: 0;
  display: flex;
  display: -ms-flexbox;
  background-color: #F5DCE9;
  flex-direction: column;
  padding: 5rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease;
  transform: translateX(100%);
}
#menu_mobile.open {
  transform: translateX(0);
}
#menu_mobile .hamburger-icon {
  width: 26px;
  height: 22.5px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
#menu_mobile .hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #D78EBD;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#menu_mobile .hamburger-icon span:nth-child(even) {
  right: 0;
  border-radius: 0 9px 9px 0;
}
#menu_mobile .hamburger-icon span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
#menu_mobile .hamburger-icon span:nth-child(1), #menu_mobile .hamburger-icon span:nth-child(2) {
  top: 0;
}
#menu_mobile .hamburger-icon span:nth-child(3) {
  top: 8px;
  width: 0%;
  left: -25%;
}
#menu_mobile .hamburger-icon span:nth-child(4) {
  top: 8px;
}
#menu_mobile .hamburger-icon span:nth-child(5), #menu_mobile .hamburger-icon span:nth-child(6) {
  top: 16px;
}
#menu_mobile .hamburger-icon.open span:nth-child(1), #menu_mobile .hamburger-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}
#menu_mobile .hamburger-icon.open span:nth-child(2), #menu_mobile .hamburger-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}
#menu_mobile .hamburger-icon.open span:nth-child(1) {
  left: 2px;
  top: 5px;
}
#menu_mobile .hamburger-icon.open span:nth-child(2) {
  right: 2px;
  top: 5px;
}
#menu_mobile .hamburger-icon.open span:nth-child(3) {
  left: -50%;
  width: 0;
  opacity: 0;
}
#menu_mobile .hamburger-icon.open span:nth-child(4) {
  right: 50%;
  opacity: 0;
}
#menu_mobile .hamburger-icon.open span:nth-child(5) {
  left: 2px;
  top: 14px;
}
#menu_mobile .hamburger-icon.open span:nth-child(6) {
  right: 2px;
  top: 14px;
}
#menu_mobile .menu_lang {
  position: absolute;
  top: 1rem;
  left: 2rem;
  display: flex;
  display: -ms-flexbox;
  padding-left: 0;
  justify-content: flex-end;
  margin-bottom: 0;
}
#menu_mobile .menu_lang li {
  list-style: none;
}
#menu_mobile .menu_lang li a {
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#menu_mobile .menu_lang li.current-lang a {
  font-weight: bold;
  background: #FFFFFF;
}
#menu_mobile .form_searchmb {
  padding: 10px 30px;
}
#menu_mobile .form_searchmb .form-control {
  background: #F0ADC0;
  border: 0;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  font-size: 14px;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
}
#menu_mobile .form_searchmb .form-control::-moz-placeholder {
  color: #FFFFFF;
}
#menu_mobile .form_searchmb .form-control::placeholder {
  color: #FFFFFF;
}
#menu_mobile .form_searchmb button {
  background: #D78EBD;
  color: #FFFFFF;
  border: 0;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  box-shadow: none;
  outline: none;
}
#menu_mobile .cate_wrapmenu {
  background: #FFFFFF;
  padding: 20px 30px;
}
#menu_mobile .cate_wrapmenu .cate_toggle {
  font-size: 16px;
  font-weight: bold;
  color: #D78EBD;
  margin-bottom: 12px;
  position: relative;
}
#menu_mobile .cate_wrapmenu .cate_toggle::after {
  position: absolute;
  content: "\f0dd";
  font-family: FontAwesome;
  right: 0;
  top: -2px;
  transition: all 0.5s ease;
}
#menu_mobile .cate_wrapmenu .cate_toggle.show_submenu::after {
  transform: rotate(180deg);
}
#menu_mobile .cate_wrapmenu > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 10px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#menu_mobile .cate_wrapmenu > ul::-webkit-scrollbar {
  width: 5px;
}
#menu_mobile .cate_wrapmenu > ul::-webkit-scrollbar-track {
  background: #E6E6E6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
#menu_mobile .cate_wrapmenu > ul::-webkit-scrollbar-thumb {
  background: #CD2034;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
#menu_mobile .cate_wrapmenu > ul::-webkit-scrollbar-thumb:hover {
  background: #CD2034;
}
#menu_mobile .cate_wrapmenu > ul li a {
  color: #D78EBD;
  display: block;
  padding: 6px 10px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
#menu_mobile .cate_wrapmenu > ul li.current-menu-item > a {
  color: #FFFFFF;
  background: #F5DCE9;
}
#menu_mobile .menu_site {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #EFEFEF;
}
#menu_mobile .menu_site li {
  position: relative;
}
#menu_mobile .menu_site li a {
  font-size: 16px;
  color: #D78EBD;
  padding: 15px 30px;
  display: block;
  font-weight: bold;
}
#menu_mobile .menu_site li:not(:last-child) > a {
  border-bottom: 1px solid #EFEFEF;
}
#menu_mobile .menu_site li.current-menu-item > a {
  color: #CD2034;
  font-weight: bold;
}
#menu_mobile .menu_site li .sub-menu {
  list-style: none;
  padding-left: 1rem;
  border-bottom: 1px solid #EFEFEF;
  display: none;
}
#menu_mobile .menu_site li .sub-menu li {
  border-left: 1px solid #f2f2f2;
}
#menu_mobile .menu_site li .sub-menu li a {
  text-transform: capitalize;
  font-size: 16px;
}
#menu_mobile .menu_site li.menu-item-has-children:before {
  display: flex;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "\f0dd";
  font-family: FontAwesome;
  right: 0;
  top: 0;
  color: #D78EBD;
  transition: all 0.5s ease;
}
#menu_mobile .menu_site li.menu-item-has-children.show_submenu:before {
  transform: rotate(180deg);
}
#menu_mobile .contact_info {
  list-style: none;
  padding-left: 0;
  margin-top: 3rem;
}
#menu_mobile .contact_info li {
  text-align: center;
}
#menu_mobile .contact_info li:not(:last-child) {
  margin-bottom: 20px;
}
#menu_mobile .contact_info li a {
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(91deg, #B4A2CE 1.94%, #EFA3D4 100%);
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-width: 200px;
  padding: 6px 10px 6px 40px;
  text-align: right;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  line-height: initial;
}
#menu_mobile .contact_info li a img {
  position: absolute;
  width: 70px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.overlay_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99991;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  transform: translateX(100%);
}
.overlay_menu.is-active {
  transform: translateX(0);
}

#header_site {
  transition: all 0.5s ease;
}
#header_site .topinfo {
  padding: 15px 0;
  transition: all 0.5s ease;
}
#header_site .topinfo ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
#header_site .topinfo ul li a {
  color: #FFFFFF;
}
#header_site .topinfo ul li a img {
  height: 15px;
  width: auto;
}
#header_site .menu__wrapper {
  background: #FFFFFF;
  position: relative;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all 0.5s ease;
  padding: 5px;
}
#header_site .menu__wrapper .menu__cate {
  padding: 8px 30px 8px 15px;
  background: #F5DCE9;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: relative;
  z-index: 1;
  display: block;
}
#header_site .menu__wrapper .menu__cate img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}
#header_site .menu__wrapper .cate__wrapper {
  position: relative;
}
#header_site .menu__wrapper .cate__wrapper > ul {
  position: absolute;
  list-style: none;
  padding-left: 0;
  padding-top: 35px;
  top: 30px;
  margin: 0;
  background: #FFFFFF;
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
#header_site .menu__wrapper .cate__wrapper > ul li{
  position: relative;
}
#header_site .menu__wrapper .cate__wrapper > ul li:not(:last-child) {
  border-bottom: 1px solid #F0ADC0;
}
#header_site .menu__wrapper .cate__wrapper > ul li a {
  padding: 8px 10px 8px 45px;
  display: block;
  font-weight: bold;
  color: #F0ADC0;
  position: relative;
}
#header_site .menu__wrapper .cate__wrapper > ul li a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/hover.svg) no-repeat center center/contain;
  transition: all 0.5s ease;
  opacity: 0;
}
#header_site .menu__wrapper .cate__wrapper > ul li a:hover {
  color: #CD2034;
}
#header_site .menu__wrapper .cate__wrapper > ul li a:hover::before {
  opacity: 1;
}
#header_site .menu__wrapper .cate__wrapper:hover > ul {
  top: 0;
  visibility: visible;
  opacity: 1;
}
#header_site .menu__wrapper .cate__wrapper > ul li .sub-menu{
  position: absolute;
  left: 100%;
  width: 100%;
  top: 30px;
  height: auto;
  background: #fff;
  padding: .75rem 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  list-style: none;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
}
#header_site .menu__wrapper .cate__wrapper > ul li:hover .sub-menu{
  opacity: 1;
  visibility: visible;
  top: -.75rem;
}
#header_site .menu__wrapper .cate__wrapper > ul li .sub-menu li{
  padding-left: 0;
}
#header_site .menu__wrapper .cate__wrapper > ul li.has-child::after{
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    color: #F0ADC0;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
#header_site .menu__wrapper .cate__wrapper > ul li .sub-menu li a:hover{
  color: #CD2034;
}
#header_site .menu__wrapper .search_wrapper {
  position: absolute;
  right: -55px;
  top: 50%;
}
#header_site .menu__wrapper .search_wrapper form {
  transform: translateY(-50%);
  display: flex;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 1px solid #B4A2CE;
  background: #E8DCEC;
  box-shadow: 0;
}
#header_site .menu__wrapper .search_wrapper form input {
  height: 48px;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  width: 0;
  opacity: 0;
  font-size: 14px;
  color: #D78EBD;
  transition: all 0.5s ease;
  padding: 0;
}
#header_site .menu__wrapper .search_wrapper form input::-moz-placeholder {
  color: #B4A2CE;
}
#header_site .menu__wrapper .search_wrapper form input::placeholder {
  color: #B4A2CE;
}
#header_site .menu__wrapper .search_wrapper form button {
  width: 48px;
  height: 48px;
  border: 0;
  background: #B4A2CE;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 48px;
}
#header_site .menu__wrapper .search_wrapper form button img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header_site .menu__wrapper .search_wrapper.showform form {
  border: 1px solid #FFFFFF;
}
#header_site .menu__wrapper .search_wrapper.showform form input {
  width: 250px;
  opacity: 1;
  padding: 5px 10px;
}
#header_site .menu__wrapper .left__menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 0;
  padding-left: 30px;
}
#header_site .menu__wrapper .left__menu li a {
  font-weight: bold;
}
#header_site .menu__wrapper .left__menu li a:hover {
  color: #CD2034;
}
#header_site .menu__wrapper .left__menu li.current-menu-item > a {
  color: #CD2034;
}
#header_site .menu__wrapper .left__menu li.menu-item-has-children {
  padding-right: 15px;
}
#header_site .menu__wrapper .left__menu li.menu-item-has-children::after {
  position: absolute;
  content: "\f0d7";
  font-family: FontAwesome;
  color: #D78EBD;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#header_site .menu__wrapper .left__menu li > .sub-menu {
  position: absolute;
  z-index: 22;
  background: #FFFFFF;
  top: calc(100% + 30px);
  left: -12px;
  min-width: 200px;
  list-style: none;
  padding-left: 0;
  box-shadow: 0px 0px 30.8305px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#header_site .menu__wrapper .left__menu li > .sub-menu::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0;
}
#header_site .menu__wrapper .left__menu li > .sub-menu li {
  position: relative;
}
#header_site .menu__wrapper .left__menu li > .sub-menu li > a {
  padding: 12px;
  display: block;
  font-weight: bold;
}
#header_site .menu__wrapper .left__menu li > .sub-menu li:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}
#header_site .menu__wrapper .left__menu li > .sub-menu li.current-menu-item > a {
  color: #CD2034;
}
#header_site .menu__wrapper .left__menu li > .sub-menu li.menu-item-has-children::after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  color: #D78EBD;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#header_site .menu__wrapper .left__menu li > .sub-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 100%;
  top: 30px;
  background: #FFFFFF;
  min-width: 200px;
  list-style: none;
  padding-left: 0;
  box-shadow: 0px 0px 30.8305px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
#header_site .menu__wrapper .left__menu li > .sub-menu li.menu-item-has-children .sub-menu li a {
  padding: 12px;
  display: block;
  font-weight: bold;
}
#header_site .menu__wrapper .left__menu li > .sub-menu li.menu-item-has-children .sub-menu li:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}
#header_site .menu__wrapper .left__menu li > .sub-menu li.menu-item-has-children:hover > .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#header_site .menu__wrapper .left__menu li:hover > .sub-menu {
  top: calc(100% + 15px);
  opacity: 1;
  visibility: visible;
}
#header_site .menu__wrapper .logo_site {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 3px;
}
#header_site .menu__wrapper .logo_site img {
  max-height: 35px;
  max-width: 105px;
  position: relative;
  z-index: 1;
}
#header_site .menu__wrapper .logo_site::before {
  position: absolute;
  content: "";
  width: 155px;
  height: 70px;
  background: url(../images/logowrapper.png) no-repeat center center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header_site .menu__wrapper .right__menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 0;
  padding-left: 0;
}
#header_site .menu__wrapper .right__menu li {
  position: relative;
}
#header_site .menu__wrapper .right__menu li a {
  font-weight: bold;
}
#header_site .menu__wrapper .right__menu li a:hover {
  color: #CD2034;
}
#header_site .menu__wrapper .right__menu li.current-menu-item > a {
  color: #CD2034;
}
#header_site .menu__wrapper .right__menu li.menu-item-has-children {
  padding-right: 15px;
}
#header_site .menu__wrapper .right__menu li.menu-item-has-children::after {
  position: absolute;
  content: "\f0d7";
  font-family: FontAwesome;
  color: #D78EBD;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#header_site .menu__wrapper .right__menu li > .sub-menu {
  position: absolute;
  z-index: 22;
  background: #FFFFFF;
  top: calc(100% + 30px);
  left: -12px;
  min-width: 200px;
  list-style: none;
  padding-left: 0;
  box-shadow: 0px 0px 30.8305px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#header_site .menu__wrapper .right__menu li > .sub-menu::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0;
}
#header_site .menu__wrapper .right__menu li > .sub-menu li {
  position: relative;
}
#header_site .menu__wrapper .right__menu li > .sub-menu li > a {
  padding: 12px;
  display: block;
  font-weight: bold;
}
#header_site .menu__wrapper .right__menu li > .sub-menu li:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}
#header_site .menu__wrapper .right__menu li > .sub-menu li.current-menu-item > a {
  color: #CD2034;
}
#header_site .menu__wrapper .right__menu li > .sub-menu li.menu-item-has-children::after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  color: #D78EBD;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#header_site .menu__wrapper .right__menu li > .sub-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 100%;
  top: 30px;
  background: #FFFFFF;
  min-width: 200px;
  list-style: none;
  padding-left: 0;
  box-shadow: 0px 0px 30.8305px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
#header_site .menu__wrapper .right__menu li > .sub-menu li.menu-item-has-children .sub-menu li a {
  padding: 12px;
  display: block;
  font-weight: bold;
}
#header_site .menu__wrapper .right__menu li > .sub-menu li.menu-item-has-children .sub-menu li:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}
#header_site .menu__wrapper .right__menu li > .sub-menu li.menu-item-has-children:hover > .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#header_site .menu__wrapper .right__menu li:hover > .sub-menu {
  top: calc(100% + 15px);
  opacity: 1;
  visibility: visible;
}
#header_site .menu__wrapper .menu_lang {
  list-style: none;
  margin-bottom: 0;
  padding-left: 75px;
  padding-right: 30px;
}
#header_site .menu__wrapper .menu_lang > li {
  position: relative;
  padding-right: 15px;
}
#header_site .menu__wrapper .menu_lang > li::after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #D78EBD;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#header_site .menu__wrapper .menu_lang > li a {
  font-weight: bold;
}
#header_site .menu__wrapper .menu_lang > li > ul {
  position: absolute;
  z-index: 22;
  background: #FFFFFF;
  top: calc(100% + 30px);
  left: -12px;
  min-width: 100px;
  list-style: none;
  padding-left: 0;
  box-shadow: 0px 0px 30.8305px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#header_site .menu__wrapper .menu_lang > li > ul::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0;
}
#header_site .menu__wrapper .menu_lang > li > ul li {
  position: relative;
}
#header_site .menu__wrapper .menu_lang > li > ul li > a {
  padding: 12px;
  display: block;
  font-weight: bold;
}
#header_site .menu__wrapper .menu_lang > li > ul li:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}
#header_site .menu__wrapper .menu_lang > li:hover > ul {
  top: calc(100% + 15px);
  opacity: 1;
  visibility: visible;
}
#header_site .menu__wrapper a {
  color: #D78EBD;
}
#header_site .menu__wrapper a.shopping__cart {
  padding: 8px 15px;
  background: linear-gradient(0deg, #FF9EBB 0%, rgba(255, 199, 212, 0.2) 88.75%);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: #FF7E8D;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
#header_site .menu__wrapper a.shopping__cart span {
  position: absolute;
  background: #d00000;
  color: #fff;
  font-size: 8px;
  padding: 0px;
  top: 2px;
  left: 23px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#header_site .menu__wrapper a.shopping__cart img {
  display: inline-block;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
#header_site .menu__wrapper .hamburger_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon {
  width: 36px;
  height: 18px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #D78EBD;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon span:nth-child(even) {
  right: 0;
  border-radius: 0 9px 9px 0;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon span:nth-child(1), #header_site .menu__wrapper .hamburger_btn .hamburger-icon span:nth-child(2) {
  top: 0;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon span:nth-child(3) {
  top: 8px;
  left: 0;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon span:nth-child(4) {
  top: 8px;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon span:nth-child(5), #header_site .menu__wrapper .hamburger_btn .hamburger-icon span:nth-child(6) {
  top: 16px;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon.open span:nth-child(1), #header_site .menu__wrapper .hamburger_btn .hamburger-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon.open span:nth-child(2), #header_site .menu__wrapper .hamburger_btn .hamburger-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon.open span:nth-child(1) {
  left: 3px;
  top: 3px;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon.open span:nth-child(2) {
  right: 3px;
  top: 3px;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon.open span:nth-child(3) {
  left: 50%;
  opacity: 0;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon.open span:nth-child(4) {
  right: 50%;
  opacity: 0;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon.open span:nth-child(5) {
  left: 3px;
  top: 15px;
}
#header_site .menu__wrapper .hamburger_btn .hamburger-icon.open span:nth-child(6) {
  right: 3px;
  top: 15px;
}
#header_site.scrolled {
  transform: translateY(-35px);
}
#header_site.scrolled .menu__wrapper {
  box-shadow: 5px 4px 20px 0px rgba(20, 34, 87, 0.12);
}
#header_site.scrolled .topinfo {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  #header_site .topinfo {
    display: none;
  }
  #header_site .menu__wrapper {
    margin-top: 5px;
    padding: 0 5px;
  }
  #header_site .menu__wrapper .logo_site {
    padding: 12px 10px;
    margin-bottom: 0;
  }
  #header_site .menu__wrapper .logo_site img {
    max-height: 25px;
    max-width: 75px;
  }
  #header_site .menu__wrapper .logo_site::before {
    width: 100%;
    height: 100%;
  }
  #header_site .menu__wrapper .search_wrapper {
    display: none;
  }
  #header_site .menu__wrapper a.shopping__cart {
    padding: 8px 10px;
    font-size: 12px;
  }
  #header_site .menu__wrapper a.shopping__cart span {
    font-size: 6px;
    padding: 0px;
    top: 4px;
    left: 17px;
    width: 12px;
    height: 12px;
  }
  #header_site .menu__wrapper a.shopping__cart img {
    height: 15px;
    margin-right: 5px;
  }
  #header_site.scrolled {
    transform: translateY(0);
  }
}

.wrapper__site {
  position: relative;
  overflow: hidden;
}

.banner_site {
  position: relative;
}
.banner_site::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -1px;
  left: 0;
  background: url(../images/afterbanner.png) no-repeat bottom left/100% auto;
  pointer-events: none;
}
.banner_site .banner_slider {
  margin-bottom: 0;
}
.banner_site .banner_slider .item {
  position: relative;
}
.banner_site .banner_text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #FFFFFF;
}
.banner_site .banner_text .banner_text_slider {
  margin-bottom: 0;
}
.banner_site .banner_text .banner_text_slider .item {
  padding-bottom: 40px;
}
.banner_site .banner__dots .slick-dots {
  position: static;
  display: flex;
  margin: 0;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.banner_site .banner__dots .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
  transition: all 0.5s ease;
}
.banner_site .banner__dots .slick-dots li button {
  width: 10px;
  height: 10px;
  transition: all 0.5s ease;
}
.banner_site .banner__dots .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  transition: all 0.5s ease;
  opacity: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.banner_site .banner__dots .slick-dots li.slick-active {
  width: 30px;
}
.banner_site .banner__dots .slick-dots li.slick-active button {
  width: 30px;
}
.banner_site .banner__dots .slick-dots li.slick-active button::before {
  width: 30px;
  background: #CD2034;
}
@media (max-width: 767px) {
  .banner_site .banner_slider .item img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_site .banner_text {
    position: relative;
    top: unset;
    transform: translateY(0);
    background: #D78EBD;
    padding-top: 2rem;
    padding-bottom: 40px;
  }
  .banner_site .banner_text .banner_text_slider .item {
    padding-bottom: 40px;
  }
}

.jproduct__cate {
  background: #F5DCE9;
  padding: 45px 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.jproduct__cate .logo_mark {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 10%;
  mix-blend-mode: screen;
}
.jproduct__cate .slider_cate .item {
  margin: 0 0.5rem;
  padding: 30px 0 50px;
}
.jproduct__cate .slider_cate .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  margin: 0;
  -moz-column-gap: 12px;
       column-gap: 12px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.jproduct__cate .slider_cate .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
  transition: all 0.5s ease;
}
.jproduct__cate .slider_cate .slick-dots li button {
  width: 10px;
  height: 10px;
  transition: all 0.5s ease;
}
.jproduct__cate .slider_cate .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  transition: all 0.5s ease;
  opacity: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.jproduct__cate .slider_cate .slick-dots li.slick-active {
  width: 30px;
}
.jproduct__cate .slider_cate .slick-dots li.slick-active button {
  width: 30px;
}
.jproduct__cate .slider_cate .slick-dots li.slick-active button::before {
  width: 30px;
  background: #CD2034;
}
.jproduct__cate .item_cate {
  position: relative;
  border: 2px solid #D78EBD;
  background: #E9DFFF;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 8px;
  transition: all 0.5s ease;
}
.jproduct__cate .item_cate figure {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(180deg, #FFCBE4 1.71%, #D975A6 100.87%);
}
.jproduct__cate .item_cate figure img {
  position: absolute;
  max-width: 70%;
  max-height: 70%;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.5s ease;
}
.jproduct__cate .item_cate h4 {
  padding: 0 15px 0;
  margin-bottom: 40px;
  text-align: center;
  color: #D78EBD;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jproduct__cate .item_cate:hover {
  background: #FFFFFF;
  box-shadow: 5px 5px 10px 0px rgba(122, 19, 124, 0.05), 5px 5px 10px 0px rgba(204, 38, 177, 0.1);
}
.jproduct__cate .item_cate:hover figure img {
  max-width: 100%;
  max-height: 100%;
  bottom: 25%;
}
@media (max-width: 991px) {
  .jproduct__cate .slider_cate {
    margin: 0 -0.75rem;
    padding-left: 0.75rem;
  }
  .jproduct__cate .slider_cate .item .item_cate {
    width: 100px;
  }
  .jproduct__cate .slider_cate .item .item_cate h4 {
    padding: 0;
    margin-bottom: 20px;
  }
  .jproduct__cate .slider_cate .item .item_cate:hover {
    background: #E9DFFF;
    box-shadow: none;
  }
  .jproduct__cate .slider_cate .item .item_cate:hover figure img {
    max-width: 70%;
    max-height: 70%;
    bottom: 15%;
  }
}

.item_product {
  position: relative;
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #F5DCE9;
}
.item_product .cate_name {
  position: absolute;
  top: 10px;
  left: 5px;
  color: #B4A2CE;
  background: #E8DCEC;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 11px;
  line-height: initial;
  z-index: 1;
}
.item_product .tag_name {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #FBBC1A;
  background: #FFF3C8;
  text-transform: uppercase;
  padding: 5px 15px 5px 33px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: initial;
  z-index: 1;
}
.item_product .tag_name::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 16px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/star.png) no-repeat center center/contain;
}
.item_product .tag_name.hot {
  background: #F5DCE9;
  color: #CD2034;
}
.item_product .tag_name.hot::before {
  background: url(../images/hot.png) no-repeat center center/contain;
}
.item_product .tag_name.sale {
  background: #E2FFE5;
  color: #3EE284;
}
.item_product .tag_name.sale::before {
  background: url(../images/sale.png) no-repeat center center/contain;
}
.item_product figure {
  position: relative;
  padding-bottom: 100%;
}
.item_product figure::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/logohover.png) no-repeat center center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.5s ease;
}
.item_product figure img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.item_product figure .add-to-cart {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border: 1px solid #CD2034;
  padding: 10px 80px 10px 40px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  color: #CD2034;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s ease;
  opacity: 0;
}
.item_product figure .add-to-cart::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 40px;
  background: #CD2034;
}
.item_product figure .add-to-cart::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  background: url(../images/plus.png) no-repeat center center/16px auto;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}
.item_product figure .add-to-cart:hover::after {
  transform: rotate(180deg);
}
.item_product h4 {
  text-transform: uppercase;
  margin-bottom: 17px;
  height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #D78EBD;
}
.item_product .meta_info .attr__prd {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.item_product .meta_info .attr__prd ul {
  list-style: none;
  padding: 0 10px;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 0;
}
.item_product .meta_info .attr__prd ul li {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.item_product .meta_info .prd__price {
  margin-bottom: 17px;
}
.item_product .meta_info .input-group {
  border: 1px solid #B4A2CE;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.item_product .meta_info .input-group button {
  border: 0;
  height: 33px;
  color: #B4A2CE;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.item_product .meta_info .input-group button[disabled=disabled] {
  color: #333333;
}
.item_product .meta_info .input-group input {
  border: 0;
  height: 33px;
  text-align: center;
  color: #B4A2CE;
  box-shadow: none;
  outline: none;
}
.item_product .meta_info .buy__now {
  background: #F5DCE9;
  color: #CD2034;
  font-weight: bold;
  display: block;
}
.item_product .meta_info .buy__now:hover {
  background: #FFD15B;
}
.item_product .meta_info .prd__detail {
  display: inline-block;
  margin-top: 17px;
  font-weight: 800;
  position: relative;
  color: #B4A2CE;
  transition: all 0.5s ease;
}
.item_product .meta_info .prd__detail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #B4A2CE;
  bottom: -3px;
  left: 0;
}
.item_product .meta_info .prd__detail:hover {
  letter-spacing: 1px;
}
.item_product:hover figure::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.item_product:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
.item_product:hover figure .add-to-cart {
  opacity: 1;
  top: 50%;
}
@media (max-width: 767px) {
  .item_product {
    margin-bottom: 0;
    padding: 20px 10px;
  }
  .item_product figure .add-to-cart {
    padding: 10px 50px 10px 10px;
  }
  .item_product .cate_name {
    padding: 5px 8px;
    font-size: 9px;
  }
  .item_product .tag_name {
    padding: 5px 8px 5px 26px;
    font-size: 9px;
  }
  .item_product .tag_name::before {
    left: 8px;
  }
  .item_product h4 {
    height: 36px;
    margin-bottom: 10px;
  }
  .item_product .meta_info .attr__prd {
    margin-bottom: 10px;
  }
  .item_product .meta_info .buy__now {
    margin-top: 0.5rem;
  }
}

.new__product {
  position: relative;
  z-index: 2;
}
.new__product .circle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
  transform: translate(25%, 25%);
  z-index: 2;
}
.new__product::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url(../images/wave.png) repeat-x top center/500px auto;
  top: -39px;
  left: 0;
  z-index: 1;
}
.new__product::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url(../images/wave.png) repeat-x bottom center/500px auto;
  bottom: -39px;
  left: 0;
  z-index: 1;
}

.become__agent {
  background: #F5DCE9;
  padding: 100px 0;
  position: relative;
}
.become__agent .circle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  transform: translate(-25%, 25%);
  z-index: 3;
}
.become__agent::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url(../images/wave.png) repeat-x top center/500px auto;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.become__agent .logo_box img {
  max-height: 100px;
}
.become__agent .product_group {
  position: relative;
}
.become__agent .product_group .img_abs {
  padding-top: 3rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.become__agent .become_benefit .item {
  display: flex;
  align-items: center;
  background: #F0ADC0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 14px;
}
.become__agent .become_benefit .item:not(:last-child) {
  margin-bottom: 40px;
}
.become__agent .become_benefit .item:nth-child(2) {
  background: #FFD15B;
}
.become__agent .become_benefit .item:nth-child(3) {
  background: #B4A2CE;
}
.become__agent .become_benefit .item .icon {
  flex: 0 0 80px;
}
.become__agent .become_benefit .item .icon img {
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.become__agent .become_benefit .item .title {
  font-weight: 800;
  font-size: 24px;
  color: #FFFFFF;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .become__agent .product_group {
    margin: 1rem 0;
  }
  .become__agent .product_group .img_abs {
    width: 80%;
    left: 10%;
  }
  .become__agent .become_benefit .item {
    padding: 10px;
  }
  .become__agent .become_benefit .item .icon {
    flex: 0 0 50px;
  }
  .become__agent .become_benefit .item .title {
    font-size: 18px;
  }
  .become__agent .become_benefit .item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.banner__product {
  position: relative;
}
.banner__product .circle {
  position: absolute;
  right: 10%;
  top: 0;
  width: 8%;
  transform: translateY(-25%);
  z-index: 2;
}
.banner__product::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url(../images/wave.png) repeat-x bottom center/500px auto;
  top: -1px;
  left: 0;
  z-index: 1;
}
.banner__product::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url(../images/wave.png) repeat-x top center/500px auto;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.banner__product .meta_ifo {
  position: absolute;
  bottom: 100px;
  width: 100%;
}
.banner__product .meta_ifo .title__box span {
  color: #FFFFFF;
  position: relative;
}
.banner__product .meta_ifo .title__box span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 8px;
  background: url(../images/underlinetitle.svg) no-repeat center center/contain;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .banner__product .meta_ifo {
    bottom: 70px;
  }
}

.all__product .nav__wrapper {
  position: relative;
  transform: translateY(-60px);
  margin-bottom: -30px;
  z-index: 1;
}
.all__product .nav__wrapper::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 16.66667%;
  left: 0;
  bottom: -7px;
  background: url(../images/active.png) no-repeat center center/contain;
  z-index: 2;
}
.all__product .nav__wrapper .menu_prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.all__product .nav__wrapper .menu_prev a {
  display: flex;
  width: 30px;
  height: 30px;
  background: #F5DCE9;
  border: 1px solid #D78EBD;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #D78EBD;
  font-size: 20px;
  padding-right: 3px;
}
.all__product .nav__wrapper .menu_prev a:hover {
  background: #D78EBD;
  color: #F5DCE9;
}
.all__product .nav__wrapper .menu_prev a.slick-hidden {
  opacity: 0;
  pointer-events: none;
}
.all__product .nav__wrapper .menu_next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 2;
}
.all__product .nav__wrapper .menu_next a {
  display: flex;
  width: 30px;
  height: 30px;
  background: #F5DCE9;
  border: 1px solid #D78EBD;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #D78EBD;
  font-size: 20px;
  padding-left: 3px;
}
.all__product .nav__wrapper .menu_next a:hover {
  background: #D78EBD;
  color: #F5DCE9;
}
.all__product .nav__wrapper .menu_next a.slick-hidden {
  opacity: 0;
  pointer-events: none;
}
.all__product .menu_product {
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #F5DCE9;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.all__product .menu_product .item a {
  display: block;
  padding: 30px;
  font-weight: 900;
  text-align: center;
  border-right: 1px solid #F5DCE9;
  color: #B4A2CE;
}
.all__product .menu_product .item.slick-current a {
  color: #8B2BD7;
}
@media (max-width: 1199px) {
  .all__product .nav__wrapper::before {
    width: 16.66667%;
  }
}
@media (max-width: 991px) {
  .all__product .nav__wrapper::before {
    width: 25%;
  }
  .all__product .menu_product .item a {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .all__product .nav__wrapper::before {
    width: 50%;
  }
}

.news_beborn {
  padding: 50px 0;
}
.news_beborn .post_featured {
  border: 1px solid #F5DCE9;
  padding: 24px;
  height: 100%;
}
.news_beborn .post_featured figure {
  margin-bottom: 25px;
}
.news_beborn .post_featured figure img {
  aspect-ratio: 1.24;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_beborn .post_featured .post_date {
  font-weight: 500;
  color: #BDBDBD;
  margin-bottom: 10px;
}
.news_beborn .post_featured .post_title {
  font-size: 22px;
}
.news_beborn .post_featured .post_title a {
  color: #D78EBD;
  font-weight: 800;
}
.news_beborn .post_featured .post_excerpt {
  color: #4F4F4F;
  margin-bottom: 30px;
}
.news_beborn .post_featured .post_excerpt p {
  margin-bottom: 0;
}
.news_beborn .post_featured .readmore {
  font-weight: 800;
  position: relative;
  color: #B4A2CE;
}
.news_beborn .post_featured .readmore::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #B4A2CE;
  bottom: -5px;
  left: 0;
}
.news_beborn .post_item {
  border: 1px solid #F5DCE9;
  padding: 24px;
}
.news_beborn .post_item figure {
  margin-bottom: 25px;
}
.news_beborn .post_item figure img {
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_beborn .post_item .post_date {
  font-weight: 500;
  color: #BDBDBD;
  margin-bottom: 10px;
}
.news_beborn .post_item .post_title {
  font-size: 16px;
}
.news_beborn .post_item .post_title a {
  color: #D78EBD;
  font-weight: 800;
}
.news_beborn .post_item .post_excerpt {
  color: #4F4F4F;
  margin-bottom: 30px;
}
.news_beborn .post_item .post_excerpt p {
  margin-bottom: 0;
}
.news_beborn .post_item .readmore {
  font-weight: 800;
  position: relative;
  color: #B4A2CE;
}
.news_beborn .post_item .readmore::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #B4A2CE;
  bottom: -5px;
  left: 0;
}
@media (max-width: 991px) {
  .news_beborn .post_featured {
    margin-bottom: 1rem;
    padding: 0.75rem;
    height: auto;
  }
  .news_beborn .post_featured .post_excerpt {
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.75rem;
  }
  .news_beborn .post_item {
    margin-bottom: 1rem;
    display: flex;
    padding: 0.75rem;
  }
  .news_beborn .post_item figure {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 0;
  }
  .news_beborn .post_item .meta_post {
    padding-left: 0.75rem;
  }
  .news_beborn .post_item .meta_post .post_title {
    color: #D78EBD;
    font-size: 14px;
    height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.jbreadcrumb {
  padding-top: 110px;
  background: #F5DCE9;
  position: relative;
}
.jbreadcrumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url(../images/wavepink.png) repeat-x bottom center/500px auto;
  top: 100%;
  left: 0;
  margin-top: -1px;
  z-index: 2;
}
.jbreadcrumb ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.jbreadcrumb ul li {
  color: #B4A2CE;
}
.jbreadcrumb ul li:not(:last-child) {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #B4A2CE;
}
.jbreadcrumb ul li a {
  color: #B4A2CE;
}
@media (max-width: 991px) {
  .jbreadcrumb {
    padding-top: 65px;
  }
}

.jabout_page .jabout_page_cover {
  position: relative;
}
.jabout_page .jabout_page_cover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url(../images/wave.png) repeat-x top center/500px auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.jabout_page .jabout_page_cover .meta_info {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25%;
}
.jabout_page .about_intro {
  position: relative;
}
.jabout_page .about_intro .intro_text {
  padding: 70px 45px;
  background: linear-gradient(253deg, #CB66A7 9.58%, #D78EBD 60.91%, #F5DCE9 128.11%);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: #FFFFFF;
  position: relative;
}
.jabout_page .about_intro .intro_text p:last-child {
  margin-bottom: 0;
}
.jabout_page .about_intro .intro_text::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/bg-aboutintro.png) no-repeat bottom right/auto 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  pointer-events: none;
}
.jabout_page .about_section {
  background: url(../images/about-section.jpg) repeat-y top center/100% auto;
  position: relative;
}
.jabout_page .about_section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/logored.png) no-repeat center center/auto 80%;
}
.jabout_page .about_section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url(../images/wavepink2.png) repeat-x top center/500px auto;
  top: -40px;
  left: 0;
  z-index: 1;
}
.jabout_page .about_section .circle_box {
  position: absolute;
  width: 10%;
  bottom: 45%;
  right: 55%;
  z-index: 1;
}
.jabout_page .about_section .section_title {
  color: #D78EBD;
  text-align: center;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
.jabout_page .about_section .section_title figure img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.jabout_page .about_section .section_img {
  height: 100%;
  text-align: center;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
}
.jabout_page .about_section .section_img img {
  max-height: 400px;
}
.jabout_page .about_section .section_text {
  margin-bottom: 120px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 60px 40px;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}
.jabout_page .about_section .section_text p:last-child {
  margin-bottom: 0;
}
.jabout_page .about_section:nth-child(3n+1)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/logoyellow.png) no-repeat center center/auto 80%;
}
.jabout_page .about_section:nth-child(3n+2)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/logoviolet.png) no-repeat center center/auto 80%;
}
.jabout_page .about__cate {
  position: relative;
}
.jabout_page .about__cate .circle_box {
  position: absolute;
  width: 8%;
  right: 0;
  top: 50%;
}
.jabout_page .about__cate::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url(../images/wave.png) repeat-x top center/500px auto;
  top: -40px;
  left: 0;
  z-index: 1;
}
.jabout_page .about__cate .slider_cate .item {
  margin: 0 0.5rem;
  padding: 30px 0 50px;
}
.jabout_page .about__cate .slider_cate .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  margin: 0;
  -moz-column-gap: 12px;
       column-gap: 12px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.jabout_page .about__cate .slider_cate .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
  transition: all 0.5s ease;
}
.jabout_page .about__cate .slider_cate .slick-dots li button {
  width: 10px;
  height: 10px;
  transition: all 0.5s ease;
}
.jabout_page .about__cate .slider_cate .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #F5DCE9;
  transition: all 0.5s ease;
  opacity: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.jabout_page .about__cate .slider_cate .slick-dots li.slick-active {
  width: 30px;
}
.jabout_page .about__cate .slider_cate .slick-dots li.slick-active button {
  width: 30px;
}
.jabout_page .about__cate .slider_cate .slick-dots li.slick-active button::before {
  width: 30px;
  background: #CD2034;
}
.jabout_page .about__cate .item_cate {
  position: relative;
  border: 2px solid #D78EBD;
  background: #E9DFFF;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 8px;
  transition: all 0.5s ease;
}
.jabout_page .about__cate .item_cate figure {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(180deg, #FFCBE4 1.71%, #D975A6 100.87%);
}
.jabout_page .about__cate .item_cate figure img {
  position: absolute;
  max-width: 70%;
  max-height: 70%;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.5s ease;
}
.jabout_page .about__cate .item_cate h4 {
  padding: 0 15px 0;
  margin-bottom: 40px;
  text-align: center;
  color: #D78EBD;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jabout_page .about__cate .item_cate:hover {
  background: #FFFFFF;
  box-shadow: 5px 5px 10px 0px rgba(122, 19, 124, 0.05), 5px 5px 10px 0px rgba(204, 38, 177, 0.1);
}
.jabout_page .about__cate .item_cate:hover figure img {
  max-width: 100%;
  max-height: 100%;
  bottom: 25%;
}
@media (max-width: 991px) {
  .jabout_page .jabout_page_cover {
    height: 400px;
  }
  .jabout_page .jabout_page_cover > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jabout_page .about_intro {
    padding-bottom: 90px;
  }
  .jabout_page .about_intro .intro_img {
    text-align: center;
  }
  .jabout_page .about_intro .intro_img img {
    max-width: 50%;
    margin: 0 auto;
  }
  .jabout_page .about_intro .intro_text {
    padding: 40px 20px;
  }
  .jabout_page .about_section {
    background-size: cover;
    padding-top: 50px;
  }
  .jabout_page .about_section::after {
    background-size: 50% auto;
    background-position: bottom center;
  }
  .jabout_page .about_section:nth-child(3n+1) {
    background-size: cover;
  }
  .jabout_page .about_section:nth-child(3n+1)::after {
    background-size: 50% auto;
    background-position: bottom center;
  }
  .jabout_page .about_section:nth-child(3n+2) {
    background-size: cover;
  }
  .jabout_page .about_section:nth-child(3n+2)::after {
    background-size: 50% auto;
    background-position: bottom center;
  }
  .jabout_page .about_section .section_title {
    margin-bottom: 0;
    padding: 40px 20px 10px;
    background: #FFFFFF;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
  }
  .jabout_page .about_section .section_title figure img {
    width: 80px;
    height: 80px;
  }
  .jabout_page .about_section .section_text {
    padding: 0 20px 40px;
    border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -ms-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
    margin-bottom: 50px;
  }
  .jabout_page .about_section .section_img {
    min-height: unset;
    text-align: center;
  }
  .jabout_page .about_section .section_img img {
    max-width: 50%;
    margin: 0 auto;
  }
  .jabout_page .slider_cate {
    margin: 0 -0.75rem;
    padding-left: 0.75rem;
  }
  .jabout_page .slider_cate .item .item_cate {
    width: 100px;
  }
  .jabout_page .slider_cate .item .item_cate h4 {
    padding: 0;
    margin-bottom: 20px;
  }
  .jabout_page .slider_cate .item .item_cate:hover {
    background: #E9DFFF;
    box-shadow: none;
  }
  .jabout_page .slider_cate .item .item_cate:hover figure img {
    max-width: 70%;
    max-height: 70%;
    bottom: 15%;
  }
}

.jproduct_page {
  padding-top: 100px;
  padding-bottom: 50px;
}
.jproduct_page .product_sidebar {
  position: sticky;
  top: 100px;
}
.jproduct_page .product_sidebar .img_ads img {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.jproduct_page .product_sidebar .product_filter {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #F5DCE9;
  margin-bottom: 2rem;
}
.jproduct_page .product_sidebar .product_filter h3 {
  background: #F0ADC0;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 19px 19px 0 0;
  -webkit-border-radius: 19px 19px 0 0;
  -moz-border-radius: 19px 19px 0 0;
  -ms-border-radius: 19px 19px 0 0;
  -o-border-radius: 19px 19px 0 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
.jproduct_page .product_sidebar .product_filter ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 18px;
}
.jproduct_page .product_sidebar .product_filter .filter_group {
  border-top: 1px solid #F5DCE9;
}
.jproduct_page .product_sidebar .product_filter .filter_group h4 {
  padding: 18px;
  margin-bottom: 0;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--cate li input {
  display: none;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--cate li label {
  font-size: 18px;
  font-weight: 800;
  color: #D78EBD;
  padding: 13px 18px 13px 46px;
  display: block;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--cate li label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #D78EBD;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s ease;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--cate li:hover label {
  background: #E8DCEC;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--cate li input:checked + label {
  background: #E8DCEC;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--cate li input:checked + label::before {
  background: url(../images/checked.png) no-repeat center center/contain;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--color {
  display: flex;
  padding: 0 18px;
  -moz-column-gap: 18px;
       column-gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--color li {
  margin-bottom: 18px;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--color li input {
  display: none;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--color li label {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--color li label::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  border: 1px solid #CD2034;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  left: -3px;
  top: -3px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--color li input:checked + label::before {
  opacity: 1;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--price li input {
  display: none;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--price li label {
  padding: 13px 18px 13px 46px;
  display: block;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--price li label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #D78EBD;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s ease;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--price li:hover label {
  background: #E8DCEC;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--price li input:checked + label {
  background: #E8DCEC;
}
.jproduct_page .product_sidebar .product_filter .filter_group .product--price li input:checked + label::before {
  background: url(../images/checked.png) no-repeat center center/contain;
}
.jproduct_page .product_sidebar .product_filter .filter_group .price-range-slider {
  width: 100%;
  padding: 0 18px 18px;
}
.jproduct_page .product_sidebar .product_filter .filter_group .price-range-slider .range-value {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.jproduct_page .product_sidebar .product_filter .filter_group .price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 0 0 18px 0;
  box-shadow: none;
  outline: none;
}
.jproduct_page .product_sidebar .product_filter .filter_group .price-range-slider .range-value #amountMax {
  text-align: right;
}
.jproduct_page .product_sidebar .product_filter .filter_group .price-range-slider .range-bar {
  border: none;
  background: #F5DCE9;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.jproduct_page .product_sidebar .product_filter .filter_group .price-range-slider .range-bar .ui-slider-range {
  background: #CD2034;
}
.jproduct_page .product_sidebar .product_filter .filter_group .price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #FFFFFF;
  border: 2px solid #CD2034;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
.jproduct_page .product_sidebar .product_filter .filter_group .price-range-slider .range-bar .ui-slider-handle + span {
  background: #CD2034;
}
.jproduct_page .sidebar_toggle {
  display: none;
}
.jproduct_page .sidebar_toggle .product_filter {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #F5DCE9;
  margin-bottom: 2rem;
}
.jproduct_page .sidebar_toggle .product_filter h3 {
  background: #F0ADC0;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 19px 19px 0 0;
  -webkit-border-radius: 19px 19px 0 0;
  -moz-border-radius: 19px 19px 0 0;
  -ms-border-radius: 19px 19px 0 0;
  -o-border-radius: 19px 19px 0 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
.jproduct_page .sidebar_toggle .product_filter ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 18px;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group {
  border-top: 1px solid #F5DCE9;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group h4 {
  padding: 18px;
  margin-bottom: 0;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--cate li input {
  display: none;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--cate li label {
  font-size: 18px;
  font-weight: 800;
  color: #D78EBD;
  padding: 13px 18px 13px 46px;
  display: block;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--cate li label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #D78EBD;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s ease;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--cate li:hover label {
  background: #E8DCEC;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--cate li input:checked + label {
  background: #E8DCEC;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--cate li input:checked + label::before {
  background: url(../images/checked.png) no-repeat center center/contain;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--color {
  display: flex;
  padding: 0 18px;
  -moz-column-gap: 18px;
       column-gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--color li {
  margin-bottom: 18px;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--color li input {
  display: none;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--color li label {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--color li label::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  border: 1px solid #CD2034;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  left: -3px;
  top: -3px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--color li input:checked + label::before {
  opacity: 1;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--price li input {
  display: none;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--price li label {
  padding: 13px 18px 13px 46px;
  display: block;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--price li label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #D78EBD;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s ease;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--price li:hover label {
  background: #E8DCEC;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--price li input:checked + label {
  background: #E8DCEC;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .product--price li input:checked + label::before {
  background: url(../images/checked.png) no-repeat center center/contain;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .price-range-slider {
  width: 100%;
  padding: 0 18px 18px;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .price-range-slider .range-value {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 0 0 18px 0;
  box-shadow: none;
  outline: none;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .price-range-slider .range-value #amountMax {
  text-align: right;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .price-range-slider .range-bar {
  border: none;
  background: #F5DCE9;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .price-range-slider .range-bar .ui-slider-range {
  background: #CD2034;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #FFFFFF;
  border: 2px solid #CD2034;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
.jproduct_page .sidebar_toggle .product_filter .filter_group .price-range-slider .range-bar .ui-slider-handle + span {
  background: #CD2034;
}
.jproduct_page .product_tag {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style: none;
  padding-left: 0;
}
.jproduct_page .product_tag li a {
  display: block;
  padding: 6px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #D78EBD;
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.jproduct_page .product_tag li a svg path {
  transition: all 0.5s ease;
}
.jproduct_page .product_tag li a:hover {
  color: #FFFFFF;
  background: #D78EBD;
}
.jproduct_page .product_tag li a:hover svg path {
  fill: #FFFFFF;
}
.jproduct_page .product_tag li a:hover svg path[fill=white] {
  fill: #D78EBD;
}
.jproduct_page .product_tag li.active a {
  color: #FFFFFF;
  background: #D78EBD;
}
.jproduct_page .product_tag li.active a svg path {
  fill: #FFFFFF;
}
.jproduct_page .product_tag li.active a svg path[fill=white] {
  fill: #D78EBD;
}
.jproduct_page .dropdown .btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #D78EBD;
  background: #F5DCE9;
  color: #D78EBD;
  min-width: 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jproduct_page #filter_product_sort{
  border: 1px solid #D78EBD;
  background-color: #F5DCE9;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  color: #D78EBD;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 991px) {
  .jproduct_page .product_sidebar {
    display: none;
  }
  .jproduct_page .product_tag {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .jproduct_page .product_tag li {
    margin-bottom: 0.5rem;
  }
  .jproduct_page .product_tag li a {
    padding: 6px 10px;
    font-size: 14px;
  }
}

.jproduct__detail {
  padding-top: 100px;
  padding-bottom: 50px;
}
.jproduct__detail .wrapper_slider {
  position: relative;
}
.jproduct__detail .wrapper_slider .sale_off {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #CD2034;
  color: #FFFFFF;
  top: 0;
  z-index: 1;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
}
.jproduct__detail .detail_slider {
  background: url(../images/logoyellow.png) no-repeat center center/auto 80%;
  border: 1px solid #F5DCE9;
  margin-bottom: 18px;
}
.jproduct__detail .detail_slider .item figure {
  margin-bottom: 0;
  padding-bottom: 100%;
  position: relative;
}
.jproduct__detail .detail_slider .item figure img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jproduct__detail .detail_thumb {
  padding: 0 40px;
}
.jproduct__detail .detail_thumb .item {
  margin: 0 7px;
}
.jproduct__detail .detail_thumb .item figure {
  padding-bottom: 100%;
  margin-bottom: 0;
  position: relative;
  border: 1px solid #F5DCE9;
  transition: all 0.5s ease;
}
.jproduct__detail .detail_thumb .item figure img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  transition: all 0.5s ease;
}
.jproduct__detail .detail_thumb .item.slick-current figure {
  border-color: #D78EBD;
}
.jproduct__detail .detail_thumb .item.slick-current figure img {
  opacity: 1;
}
.jproduct__detail .thumb_prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.jproduct__detail .thumb_prev a {
  display: flex;
  width: 30px;
  height: 30px;
  background: #F5DCE9;
  border: 1px solid #D78EBD;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #D78EBD;
  font-size: 20px;
  padding-right: 3px;
}
.jproduct__detail .thumb_prev a:hover {
  background: #D78EBD;
  color: #F5DCE9;
}
.jproduct__detail .thumb_prev a.slick-hidden {
  opacity: 0;
  pointer-events: none;
}
.jproduct__detail .thumb_next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.jproduct__detail .thumb_next a {
  display: flex;
  width: 30px;
  height: 30px;
  background: #F5DCE9;
  border: 1px solid #D78EBD;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #D78EBD;
  font-size: 20px;
  padding-left: 3px;
}
.jproduct__detail .thumb_next a:hover {
  background: #D78EBD;
  color: #F5DCE9;
}
.jproduct__detail .thumb_next a.slick-hidden {
  opacity: 0;
  pointer-events: none;
}
.jproduct__detail .product_info .product_tag {
  display: flex;
  list-style: none;
  padding-left: 0;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.jproduct__detail .product_info .product_tag .tag_name {
  position: relative;
  color: #FBBC1A;
  background: #FFF3C8;
  text-transform: uppercase;
  padding: 5px 15px 5px 33px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: initial;
  z-index: 1;
}
.jproduct__detail .product_info .product_tag .tag_name::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 16px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/star.png) no-repeat center center/contain;
}
.jproduct__detail .product_info .product_tag .tag_name.hot {
  background: #F5DCE9;
  color: #CD2034;
}
.jproduct__detail .product_info .product_tag .tag_name.hot::before {
  background: url(../images/hot.png) no-repeat center center/contain;
}
.jproduct__detail .product_info .product_tag .tag_name.sale {
  background: #E2FFE5;
  color: #3EE284;
}
.jproduct__detail .product_info .product_tag .tag_name.sale::before {
  background: url(../images/sale.png) no-repeat center center/contain;
}
.jproduct__detail .product_info .product__noted {
  background: rgba(242, 201, 76, 0.2);
  padding: 15px 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.jproduct__detail .product_info del {
  color: #828282;
}
.jproduct__detail .product_info table tr td:first-child {
  padding-right: 30px;
}
.jproduct__detail .product_info hr {
  border-color: #F5DCE9;
  opacity: 1;
}
.jproduct__detail .product_info .attr__prd {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.jproduct__detail .product_info .attr__prd ul {
  list-style: none;
  padding: 0 15px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 0;
}
.jproduct__detail .product_info .attr__prd ul li input {
  display: none;
}
.jproduct__detail .product_info .attr__prd ul li label {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.jproduct__detail .product_info .attr__prd ul li label::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  border: 1px solid #CD2034;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  left: -2px;
  top: -2px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.jproduct__detail .product_info .attr__prd ul li input:checked + label::before {
  opacity: 1;
}
.jproduct__detail .product_info .input-group {
  margin-left: 15px;
  border: 1px solid #B4A2CE;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 170px;
}
.jproduct__detail .product_info .input-group button {
  border: 0;
  height: 33px;
  color: #B4A2CE;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.jproduct__detail .product_info .input-group button[disabled=disabled] {
  color: #333333;
}
.jproduct__detail .product_info .input-group input {
  border: 0;
  height: 33px;
  text-align: center;
  color: #B4A2CE;
  box-shadow: none;
  outline: none;
}
.jproduct__detail .product_info .buy__now {
  background: #CD2034;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  filter: drop-shadow(10px 15px 20px rgba(122, 19, 124, 0.05)) drop-shadow(15px 20px 40px rgba(204, 38, 177, 0.2));
}
.jproduct__detail .product_info .buy__now:hover {
  background: #FFD15B;
}
.jproduct__detail .product_info .add-to-cart {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #CD2034;
  padding: 10px 80px 10px 40px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  color: #CD2034;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s ease;
  display: block;
  text-align: center;
}
.jproduct__detail .product_info .add-to-cart::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 40px;
  background: #CD2034;
}
.jproduct__detail .product_info .add-to-cart::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  background: url(../images/plus.png) no-repeat center center/16px auto;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}
.jproduct__detail .product_info .add-to-cart:hover::after {
  transform: rotate(180deg);
}
.jproduct__detail .product__tab {
  background: rgba(245, 220, 233, 0.3);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.jproduct__detail .product__tab nav {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 2px solid #F5DCE9;
  background: #FFFFFF;
  padding: 2px;
}
.jproduct__detail .product__tab nav button {
  padding: 10px 25px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: #D78EBD;
  font-weight: 800;
  font-size: 18px;
}
.jproduct__detail .product__tab nav button.active {
  background: #D78EBD;
}
.jproduct__detail .product__tab .tab-content {
  padding: 40px 30px 50px;
}
.jproduct__detail .product__tab .tab-content h3 {
  color: #CD2034;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 1.5rem;
}
.jproduct__detail .product__tab .tab-content h4 {
  color: #CD2034;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 1.5rem;
}
.jproduct__detail .product__tab .tab-content h5 {
  color: #CD2034;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 1.5rem;
}
.jproduct__detail .product__tab .tab-content p {
  margin-bottom: 0.5rem;
}
.jproduct__detail .product__tab .tab-content iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.jproduct__detail .white__list {
  padding-top: 90px;
}
.jproduct__detail .related__list {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .jproduct__detail .product_info {
    margin-top: 1rem;
  }
  .jproduct__detail .product_info .product__noted {
    padding: 15px;
  }
  .jproduct__detail .product__tab nav .nav-pills {
    -moz-column-gap: 2px;
         column-gap: 2px;
    row-gap: 2px;
  }
  .jproduct__detail .product__tab nav .nav-pills button {
    border: 1px dashed #D78EBD;
    padding: 10px;
    font-size: 14px;
  }
  .jproduct__detail .product__tab .tab-content {
    padding: 20px;
  }
  .jproduct__detail .product__tab .tab-content h3 {
    font-size: 20px;
  }
  .jproduct__detail .product__tab .tab-content h4 {
    font-size: 18px;
  }
  .jproduct__detail .product__tab .tab-content h4 {
    font-size: 16px;
  }
  .jproduct__detail .product__tab .tab-content iframe {
    margin-bottom: 1rem;
  }
  .jproduct__detail .white__list {
    padding-top: 50px;
  }
  .jproduct__detail .related__list {
    padding-top: 50px;
  }
}

.order_progress {
  background: #F5DCE9;
  padding: 3rem 0;
  position: relative;
}
.order_progress::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url(../images/wavepink.png) repeat-x bottom center/500px auto;
  top: 100%;
  left: 0;
  margin-top: -1px;
  z-index: 2;
}
.order_progress .jprogress {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  position: relative;
  z-index: 2;
  justify-content: center;
  margin-bottom: 2rem;
}
.order_progress .jprogress li {
  position: relative;
  text-align: center;
}
.order_progress .jprogress li:not(:last-child) {
  margin-right: 90px;
}
.order_progress .jprogress li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  left: calc(100% - 55px);
  top: 50px;
}
.order_progress .jprogress li figure {
  margin: 0 auto;
  background: linear-gradient(180deg, #FFCBE4 1.71%, #D975A6 100.87%);
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.order_progress .jprogress li figure img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.order_progress .jprogress li .jtitle {
  padding: 10px 20px 10px 60px;
  width: 270px;
  min-height: 50px;
  border: 1px solid #D78EBD;
  margin-top: 18px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  color: #D78EBD;
  background: #E9DFFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order_progress .jprogress li .jtitle::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: url(../images/untick.png) no-repeat center center/contain;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.order_progress .jprogress li.active figure img {
  top: 25%;
  max-width: 90%;
  max-height: 90%;
}
.order_progress .jprogress li.active .jtitle {
  background: #FFFFFF;
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
}
.order_progress .jprogress li.active .jtitle::before {
  background-image: url(../images/tick.png);
}
@media (max-width: 991px) {
  .order_progress {
    padding: 2rem 0 1rem;
  }
  .order_progress .jprogress li {
    display: none;
  }
  .order_progress .jprogress li figure {
    display: none;
  }
  .order_progress .jprogress li:not(:last-child) {
    margin-right: 0;
  }
  .order_progress .jprogress li:not(:last-child)::after {
    display: none;
  }
  .order_progress .jprogress li.current {
    display: block;
  }
}

.cart_block .cart_info {
  top: -3rem;
  background: #FFFFFF;
  padding: 45px 25px 80px 60px;
  position: relative;
  z-index: 3;
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.cart_block .cart_info .cart_detail table thead tr th {
  font-size: 18px;
  font-weight: 800;
  color: #D78EBD;
}
.cart_block .cart_info .final_review table tr td:first-child{
  white-space: nowrap;
}
.cart_block .cart_info .final_review table tr td:nth-child(2){
  width: 100%;
}
.cart_block .cart_info .cart_detail table tr th,
.cart_block .cart_info .cart_detail table tr td {
  vertical-align: middle;
  border-color: #F5DCE9;
}
/* .cart_block .cart_info .cart_detail table tr th:first-child,
.cart_block .cart_info .cart_detail table tr td:first-child {
  white-space: nowrap;
} */
.cart_block .cart_info .cart_detail table tr th .prd_info,
.cart_block .cart_info .cart_detail table tr td .prd_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.cart_block .cart_info .cart_detail table tr td .prd_info .info_detail{
  flex: 1 0 0%;
}
.cart_block .cart_info .cart_detail table tr th .prd_info figure,
.cart_block .cart_info .cart_detail table tr td .prd_info figure {
  width: 120px;
  height: 120px;
  position: relative;
  border: 1px solid #F5DCE9;
  margin-bottom: 0;
}
.cart_block .cart_info .cart_detail table tr th .prd_info figure img,
.cart_block .cart_info .cart_detail table tr td .prd_info figure img {
  position: absolute;
  max-width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart_block .cart_info .cart_detail table tr th .prd_info .info_detail h3,
.cart_block .cart_info .cart_detail table tr td .prd_info .info_detail h3 {
  font-size: 14px;
}
.cart_block .cart_info .cart_detail table tr th .prd_info .info_detail h3 a,
.cart_block .cart_info .cart_detail table tr td .prd_info .info_detail h3 a {
  color: #333333;
}
.cart_block .cart_info .cart_detail table tr th .attr__prd,
.cart_block .cart_info .cart_detail table tr td .attr__prd {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.cart_block .cart_info .cart_detail table tr th .attr__prd ul,
.cart_block .cart_info .cart_detail table tr td .attr__prd ul {
  list-style: none;
  padding: 0 15px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 0;
}
.cart_block .cart_info .cart_detail table tr th .attr__prd ul li,
.cart_block .cart_info .cart_detail table tr td .attr__prd ul li {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.cart_block .cart_info .cart_detail table tr th .input-group,
.cart_block .cart_info .cart_detail table tr td .input-group {
  border: 1px solid #B4A2CE;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 140px;
}
.cart_block .cart_info .cart_detail table tr th .input-group button,
.cart_block .cart_info .cart_detail table tr td .input-group button {
  border: 0;
  height: 33px;
  color: #B4A2CE;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.cart_block .cart_info .cart_detail table tr th .input-group button[disabled=disabled],
.cart_block .cart_info .cart_detail table tr td .input-group button[disabled=disabled] {
  color: #333333;
}
.cart_block .cart_info .cart_detail table tr th .input-group input,
.cart_block .cart_info .cart_detail table tr td .input-group input {
  border: 0;
  height: 33px;
  text-align: center;
  color: #B4A2CE;
  box-shadow: none;
  outline: none;
}
.cart_block .cart_info .cart_detail .form-control:not(.input-number) {
  border: 0;
  background-color: rgba(245, 220, 233, 0.3);
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 14px;
  color: #333333;
  min-height: 40px;
}
.cart_block .cart_info .cart_detail .form-select {
  border: 0;
  background-color: rgba(245, 220, 233, 0.3);
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 14px;
  color: #333333;
  min-height: 40px;
}
.cart_block .cart_info .cart_detail label span {
  color: #CD2034;
}
.cart_block .cart_info .cart_detail textarea {
  height: 100px;
  resize: none;
}
.cart_block .cart_info .cart_detail hr {
  border-color: #F5DCE9;
  opacity: 1;
}
.cart_block .cart_info .payment_note {
  padding: 16px 30px;
  background: linear-gradient(253deg, #CB66A7 9.58%, #D78EBD 60.91%, #F5DCE9 128.11%);
  box-shadow: 7px 11px 25px -1px rgba(7, 58, 69, 0.12);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
}
.cart_block .cart_checkout {
  background-color: rgba(232, 220, 236, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.cart_block .cart_checkout h4 {
  color: #FFFFFF;
  background: #D78EBD;
  padding: 12px 30px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.cart_block .cart_checkout .checkout_inner {
  padding: 40px 30px;
}
.cart_block .cart_checkout .checkout_inner hr {
  border-color: #FFFFFF;
  opacity: 1;
}
.cart_block .cart_checkout .checkout_inner .form-control:not(.input-number) {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  height: 40px;
}
.cart_block .cart_checkout .checkout_inner .btn-violet {
  background: #B4A2CE;
  padding: 6px 25px;
  font-weight: 800;
  color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 40px;
}
.cart_block .cart_recheck {
  padding: 18px 30px;
  background-color: rgba(232, 220, 236, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.cart_block .cart_recheck .last_view {
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.cart_block .cart_recheck .last_view h4 {
  background: #F0ADC0;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.cart_block .cart_recheck .last_view table tr th,
.cart_block .cart_recheck .last_view table tr td {
  vertical-align: top;
  border-color: #F5DCE9;
}
.cart_block .cart_recheck .last_view table tr th .prd_info,
.cart_block .cart_recheck .last_view table tr td .prd_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.cart_block .cart_recheck .last_view table tr th .prd_info figure,
.cart_block .cart_recheck .last_view table tr td .prd_info figure {
  width: 70px;
  height: 70px;
  position: relative;
  border: 1px solid #F5DCE9;
  margin-bottom: 0;
}
.cart_block .cart_recheck .last_view table tr th .prd_info figure img,
.cart_block .cart_recheck .last_view table tr td .prd_info figure img {
  position: absolute;
  max-width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart_block .cart_recheck .last_view table tr th .prd_info .info_detail h3,
.cart_block .cart_recheck .last_view table tr td .prd_info .info_detail h3 {
  font-size: 14px;
}
.cart_block .cart_recheck .last_view table tr th .prd_info .info_detail h3 a,
.cart_block .cart_recheck .last_view table tr td .prd_info .info_detail h3 a {
  color: #333333;
}
.cart_block .cart_recheck .last_view table tr th .attr__prd,
.cart_block .cart_recheck .last_view table tr td .attr__prd {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cart_block .cart_recheck .last_view table tr th .attr__prd ul,
.cart_block .cart_recheck .last_view table tr td .attr__prd ul {
  list-style: none;
  padding: 0 15px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 0;
}
.cart_block .cart_recheck .last_view table tr th .attr__prd ul li,
.cart_block .cart_recheck .last_view table tr td .attr__prd ul li {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.cart_block .cart_recheck .last_view table tr th .input-group,
.cart_block .cart_recheck .last_view table tr td .input-group {
  border: 1px solid #B4A2CE;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 140px;
}
.cart_block .cart_recheck .last_view table tr th .input-group button,
.cart_block .cart_recheck .last_view table tr td .input-group button {
  border: 0;
  height: 33px;
  color: #B4A2CE;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.cart_block .cart_recheck .last_view table tr th .input-group button[disabled=disabled],
.cart_block .cart_recheck .last_view table tr td .input-group button[disabled=disabled] {
  color: #333333;
}
.cart_block .cart_recheck .last_view table tr th .input-group input,
.cart_block .cart_recheck .last_view table tr td .input-group input {
  border: 0;
  height: 33px;
  text-align: center;
  color: #B4A2CE;
  box-shadow: none;
  outline: none;
}
.cart_block .cart_recheck .last_view .order_view {
  padding: 20px;
}
.cart_block .cart_recheck .last_view .form-control:not(.input-number) {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  height: 40px;
}
.cart_block .cart_recheck .last_view #coupon_code_input.form-control{
  border: 1px solid #ced4da;
}
.cart_block .cart_recheck .last_view .btn-violet {
  background: #B4A2CE;
  padding: 6px 25px;
  height: 40px;
  font-weight: 800;
  color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.cart_block .cart_payment {
  background-color: rgba(232, 220, 236, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.cart_block .cart_payment h4 {
  background: #F0ADC0;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.cart_block .cart_payment .payment_method {
  padding: 20px;
}
.cart_block .cart_payment .payment_method .accordion .accordion-item {
  border: 0;
  margin-bottom: 18px;
  background: transparent;
}
.cart_block .cart_payment .payment_method .accordion .accordion-item .accordion-button {
  background: transparent;
  box-shadow: none;
  outline: none;
  padding: 10px 30px 10px 40px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  position: relative;
}
.cart_block .cart_payment .payment_method .accordion .accordion-item .accordion-button::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #D78EBD;
  left: 10px;
  top: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.cart_block .cart_payment .payment_method .accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  background: none;
  left: 14px;
  top: 17px;
  transform: rotate(-45deg);
  opacity: 0;
  visibility: hidden;
}
.cart_block .cart_payment .payment_method .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #FFFFFF;
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
}
.cart_block .cart_payment .payment_method .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: #D78EBD;
}
.cart_block .cart_payment .payment_method .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  opacity: 1;
  visibility: visible;
}
.cart_block .cart_payment .payment_method .accordion .accordion-item .accordion-body {
  background: #F5DCE9;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  padding: 20px;
}
.cart_block .cart_payment .payment_method .accordion .accordion-item .accordion-body .bank_logo img {
  width: 50px;
}
.cart_block .cart_payment .payment_method .accordion .accordion-item .accordion-body hr {
  border-color: #F0ADC0;
}
.cart_block .cart_payment .payment_method .accordion .accordion-item .accordion-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cart_block .cart_payment .payment_method .accordion .accordion-item .accordion-body ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.cart_block .order_tracking ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.cart_block .order_tracking ul li {
  flex: 1 0 0%;
}
.cart_block .order_tracking ul li .item {
  text-align: center;
  position: relative;
}
.cart_block .order_tracking ul li .item .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 2;
}
.cart_block .order_tracking ul li .item .icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #FFFFFF url(../images/untick.png) no-repeat center center/contain;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.cart_block .order_tracking ul li .item .jtitle {
  color: #B4A2CE;
}
.cart_block .order_tracking ul li:not(:first-child) .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  border-bottom: 3px dashed #F5DCE9;
  right: 50%;
  top: 35px;
}
.cart_block .order_tracking ul li.active .item .icon::after {
  opacity: 0;
}
.cart_block .order_tracking ul li.active .item .jtitle {
  color: #D78EBD;
}
.cart_block .order_tracking ul li.active:not(:first-child) .item::before {
  border-bottom: 3px solid #D78EBD;
}
@media (max-width: 991px) {
  .cart_block {
    margin-top: 3rem;
  }
  .cart_block .cart_info {
    padding: 20px;
  }
  .cart_block .cart_info table tr td .prd_info {
    flex-wrap: nowrap;
  }
  .cart_block .cart_info table tr td .prd_info .info_detail {
    flex: 1 0 0%;
    width: auto;
  }
  .cart_block .cart_info table tr td .cart_price {
    white-space: nowrap;
  }
  .cart_block .cart_info .payment_note {
    font-size: 18px;
  }
  .cart_block .cart_info .cart_detail table tr td .prd_info {
    flex-wrap: nowrap;
  }
  .cart_block .cart_info .cart_detail table tr td .prd_info figure {
    width: 70px;
    height: 70px;
  }
  .cart_block .cart_info .cart_detail table tr td .prd_info .info_detail {
    flex: 0 0 200px;
    width: 200px;
  }
  .cart_block .cart_checkout .checkout_inner {
    padding: 20px;
  }
  .cart_block .cart_recheck {
    padding: 20px;
  }
  .cart_block .cart_recheck .last_view table tr td .prd_info {
    flex-wrap: nowrap;
  }
  .cart_block .cart_recheck .last_view table tr td .prd_info .info_detail {
    flex: 1 0 0%;
    width: auto;
  }
  .cart_block .cart_payment .payment_method .accordion-body {
    text-align: center;
  }
  .cart_block .order_tracking ul {
    display: block;
  }
  .cart_block .order_tracking ul li {
    margin-bottom: 50px;
  }
  .cart_block .order_tracking ul li:not(:first-child) .item::before {
    width: 3px;
    height: 50px;
    border-bottom: 0;
    border-left: 3px dashed #F5DCE9;
    top: unset;
    bottom: 100%;
  }
  .cart_block .order_tracking ul li:not(:first-child).active .item::before {
    border-left: 3px solid #D78EBD;
  }
}

.tracking_message {
  margin-top: -4rem;
  margin-bottom: 2rem;
}
.tracking_message .message_content {
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  padding: 50px;
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
}
.tracking_message .message_content .cart_recheck {
  padding: 18px 30px;
  background-color: rgba(232, 220, 236, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.tracking_message .message_content .cart_recheck .last_view {
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.tracking_message .message_content .cart_recheck .last_view h4 {
  background: #F0ADC0;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.tracking_message .message_content .cart_recheck .last_view table tr th,
.tracking_message .message_content .cart_recheck .last_view table tr td {
  vertical-align: top;
  border-color: #F5DCE9;
}
.tracking_message .message_content .cart_recheck .last_view table tr th .prd_info,
.tracking_message .message_content .cart_recheck .last_view table tr td .prd_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.tracking_message .message_content .cart_recheck .last_view table tr th .prd_info figure,
.tracking_message .message_content .cart_recheck .last_view table tr td .prd_info figure {
  width: 70px;
  height: 70px;
  position: relative;
  border: 1px solid #F5DCE9;
  margin-bottom: 0;
}
.tracking_message .message_content .cart_recheck .last_view table tr th .prd_info figure img,
.tracking_message .message_content .cart_recheck .last_view table tr td .prd_info figure img {
  position: absolute;
  max-width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tracking_message .message_content .cart_recheck .last_view table tr th .prd_info .info_detail h3,
.tracking_message .message_content .cart_recheck .last_view table tr td .prd_info .info_detail h3 {
  font-size: 14px;
}
.tracking_message .message_content .cart_recheck .last_view table tr th .prd_info .info_detail h3 a,
.tracking_message .message_content .cart_recheck .last_view table tr td .prd_info .info_detail h3 a {
  color: #333333;
}
.tracking_message .message_content .cart_recheck .last_view table tr th .attr__prd,
.tracking_message .message_content .cart_recheck .last_view table tr td .attr__prd {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}
.tracking_message .message_content .cart_recheck .last_view table tr th .attr__prd ul,
.tracking_message .message_content .cart_recheck .last_view table tr td .attr__prd ul {
  list-style: none;
  padding: 0 15px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 0;
}
.tracking_message .message_content .cart_recheck .last_view table tr th .attr__prd ul li,
.tracking_message .message_content .cart_recheck .last_view table tr td .attr__prd ul li {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.tracking_message .message_content .cart_recheck .last_view table tr th .input-group,
.tracking_message .message_content .cart_recheck .last_view table tr td .input-group {
  border: 1px solid #B4A2CE;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 140px;
}
.tracking_message .message_content .cart_recheck .last_view table tr th .input-group button,
.tracking_message .message_content .cart_recheck .last_view table tr td .input-group button {
  border: 0;
  height: 33px;
  color: #B4A2CE;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.tracking_message .message_content .cart_recheck .last_view table tr th .input-group button[disabled=disabled],
.tracking_message .message_content .cart_recheck .last_view table tr td .input-group button[disabled=disabled] {
  color: #333333;
}
.tracking_message .message_content .cart_recheck .last_view table tr th .input-group input,
.tracking_message .message_content .cart_recheck .last_view table tr td .input-group input {
  border: 0;
  height: 33px;
  text-align: center;
  color: #B4A2CE;
  box-shadow: none;
  outline: none;
}
.tracking_message .message_content .cart_recheck .last_view .order_view {
  padding: 20px;
}
@media (max-width: 991px) {
  .tracking_message {
    margin-top: 5rem;
    margin-bottom: 0;
  }
  .tracking_message .message_content {
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    padding: 20px;
  }
}

.page_cover {
  position: relative;
}
.page_cover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -1px;
  left: 0;
  background: url(../images/aftercover.png) no-repeat bottom left/100% auto;
  pointer-events: none;
}
.page_cover .meta_info {
  position: absolute;
  left: 0;
  bottom: 230px;
  z-index: 11;
  width: 100%;
  color: #FFFFFF;
}
.page_cover .cbreadcrumb {
  position: absolute;
  width: 100%;
  top: 110px;
  left: 0;
  z-index: 1;
}
.page_cover .cbreadcrumb ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.page_cover .cbreadcrumb ul li {
  color: #FFFFFF;
}
.page_cover .cbreadcrumb ul li:not(:last-child) {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #FFFFFF;
}
.page_cover .cbreadcrumb ul li a {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .page_cover {
    min-height: 300px;
  }
  .page_cover > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page_cover .meta_info {
    bottom: 130px;
  }
  .page_cover .cbreadcrumb {
    top: 65px;
  }
}

.store_page .store_box {
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
  background: #FFFFFF;
  top: -200px;
  margin-bottom: -100px;
  position: relative;
}
.store_page .store_box .list_store {
  padding: 20px;
}
.store_page .store_box .list_store .content_scroll {
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  background: #F5DCE9;
}
.store_page .store_box .list_store .content_scroll::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(357deg, #F5DCE9 16.55%, rgba(245, 220, 233, 0) 98.05%);
  z-index: 2;
  pointer-events: none;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.store_page .store_box .list_store .form-select {
  border: 1px solid #F0ADC0;
  background-color: #E8DCEC;
  box-shadow: none;
  outline: none;
  font-size: 14px;
}
.store_page .store_box .list_store #result_store span {
  color: #B4A2CE;
}
.store_page .store_box .list_store .scroll_heading {
  padding: 40px;
}
.store_page .store_box .list_store .scroll_inner {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 335px;
  padding: 0 40px;
  overflow-y: auto;
  cursor: pointer;
  position: relative;
  padding-bottom: 100px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.store_page .store_box .list_store .scroll_inner::-webkit-scrollbar {
  width: 5px;
}
.store_page .store_box .list_store .scroll_inner::-webkit-scrollbar-track {
  background: #D6D6D6;
}
.store_page .store_box .list_store .scroll_inner::-webkit-scrollbar-thumb {
  background: #D78EBD;
}
.store_page .store_box .list_store .scroll_inner::-webkit-scrollbar-thumb:hover {
  background: #D78EBD;
}
.store_page .store_box .list_store .scroll_inner .nav-link {
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #333333;
  margin-bottom: 1rem;
  padding: 20px;
}
.store_page .store_box .list_store .scroll_inner .nav-link ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.store_page .store_box .list_store .scroll_inner .nav-link ul li {
  margin-bottom: 0.5rem;
}
.store_page .store_box .list_store .scroll_inner .nav-link .view_map {
  border-bottom: 1px solid #B4A2CE;
  color: #B4A2CE;
  font-weight: 800;
}
.store_page .store_box .tab-content iframe {
  width: 100%;
  height: 600px;
  display: block;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 0.8;
}
@media (max-width: 991px) {
  .store_page .store_box {
    top: -100px;
    margin-bottom: 0;
  }
  .store_page .store_box .list_store {
    padding: 0.75rem;
  }
  .store_page .store_box .list_store nav {
    padding: 20px 20px 50px 20px;
  }
  .store_page .store_box .tab-content iframe {
    height: 300px;
  }
}

.news_banner {
  position: relative;
}
.news_banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -1px;
  left: 0;
  background: url(../images/afterbanner.png) no-repeat bottom left/100% auto;
  pointer-events: none;
}
.news_banner .cbreadcrumb {
  position: absolute;
  width: 100%;
  top: 110px;
  left: 0;
  z-index: 1;
}
.news_banner .cbreadcrumb ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.news_banner .cbreadcrumb ul li {
  color: #FFFFFF;
}
.news_banner .cbreadcrumb ul li:not(:last-child) {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #FFFFFF;
}
.news_banner .cbreadcrumb ul li a {
  color: #FFFFFF;
}
.news_banner .banner_slider {
  margin-bottom: 0;
}
.news_banner .banner_slider .item {
  position: relative;
}
.news_banner .banner_text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #FFFFFF;
}
.news_banner .banner_text .banner_text_slider {
  margin-bottom: 0;
}
.news_banner .banner_text .banner_text_slider .item {
  padding-bottom: 40px;
}
.news_banner .banner__dots .slick-dots {
  position: static;
  display: flex;
  margin: 0;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.news_banner .banner__dots .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
  transition: all 0.5s ease;
}
.news_banner .banner__dots .slick-dots li button {
  width: 10px;
  height: 10px;
  transition: all 0.5s ease;
}
.news_banner .banner__dots .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  transition: all 0.5s ease;
  opacity: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news_banner .banner__dots .slick-dots li.slick-active {
  width: 30px;
}
.news_banner .banner__dots .slick-dots li.slick-active button {
  width: 30px;
}
.news_banner .banner__dots .slick-dots li.slick-active button::before {
  width: 30px;
  background: #CD2034;
}
@media (max-width: 767px) {
  .news_banner .cbreadcrumb {
    top: 65px;
  }
  .news_banner .banner_slider .item img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news_banner .banner_text {
    position: relative;
    top: unset;
    transform: translateY(0);
    background: #D78EBD;
    padding-top: 2rem;
    padding-bottom: 40px;
  }
  .news_banner .banner_text .banner_text_slider .item {
    padding-bottom: 40px;
  }
}

.head_news {
  background: #F5DCE9;
  padding: 3rem 0 0;
  position: relative;
}
.head_news::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url(../images/wave.png) repeat-x top center/500px auto;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.head_news .menu_news {
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #F5DCE9;
  background: #FFFFFF;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.head_news .menu_news .item {
  flex: 1 0 0%;
}
.head_news .menu_news .item a {
  display: block;
  padding: 30px;
  font-weight: 900;
  text-align: center;
  color: #B4A2CE;
  position: relative;
}
.head_news .menu_news .item a::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 14px;
  left: 10%;
  bottom: -10px;
  background: url(../images/active.png) no-repeat center center/contain;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.head_news .menu_news .item:not(:last-child) a {
  border-right: 1px solid #F5DCE9;
}
.head_news .menu_news .item:hover a, .head_news .menu_news .item.active a {
  color: #8B2BD7;
}
.head_news .menu_news .item:hover a::before, .head_news .menu_news .item.active a::before {
  opacity: 1;
  visibility: visible;
  bottom: -5px;
}
@media (max-width: 991px) {
  .head_news {
    padding: 3rem 0 50px;
  }
  .head_news .menu_news {
    padding: 8px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    row-gap: 2px;
  }
  .head_news .menu_news .item {
    flex: 1 1 auto;
  }
  .head_news .menu_news .item a {
    border: 1px dashed #D78EBD;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .head_news .menu_news .item a::before {
    display: none;
  }
  .head_news .menu_news .item.active a {
    background: #D78EBD;
    color: #FFFFFF;
  }
}

.news_page {
  padding-bottom: 50px;
}
.news_page .featured_wrapper .post_featured {
  border: 1px solid #F5DCE9;
  padding: 24px;
  height: 100%;
}
.news_page .featured_wrapper .post_featured figure {
  margin-bottom: 25px;
}
.news_page .featured_wrapper .post_featured figure img {
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_page .featured_wrapper .post_featured .post_date {
  font-weight: 500;
  color: #BDBDBD;
  margin-bottom: 10px;
}
.news_page .featured_wrapper .post_featured .post_title {
  font-size: 22px;
}
.news_page .featured_wrapper .post_featured .post_title a {
  color: #D78EBD;
  font-weight: 800;
}
.news_page .featured_wrapper .post_featured .post_excerpt {
  color: #4F4F4F;
  margin-bottom: 30px;
}
.news_page .featured_wrapper .post_featured .post_excerpt p {
  margin-bottom: 0;
}
.news_page .featured_wrapper .post_featured .readmore {
  font-weight: 800;
  position: relative;
  color: #B4A2CE;
}
.news_page .featured_wrapper .post_featured .readmore::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #B4A2CE;
  bottom: -5px;
  left: 0;
}
.news_page .featured_wrapper .post_item {
  border: 1px solid #F5DCE9;
  padding: 24px;
}
.news_page .featured_wrapper .post_item figure {
  margin-bottom: 25px;
}
.news_page .featured_wrapper .post_item figure img {
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_page .featured_wrapper .post_item .post_date {
  font-weight: 500;
  color: #BDBDBD;
  margin-bottom: 10px;
}
.news_page .featured_wrapper .post_item .post_title {
  font-size: 16px;
}
.news_page .featured_wrapper .post_item .post_title a {
  color: #D78EBD;
  font-weight: 800;
}
.news_page .featured_wrapper .post_item .post_excerpt {
  color: #4F4F4F;
  margin-bottom: 30px;
}
.news_page .featured_wrapper .post_item .post_excerpt p {
  margin-bottom: 0;
}
.news_page .featured_wrapper .post_item .readmore {
  font-weight: 800;
  position: relative;
  color: #B4A2CE;
}
.news_page .featured_wrapper .post_item .readmore::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #B4A2CE;
  bottom: -5px;
  left: 0;
}
.news_page .banner_news img {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.news_page .news_wrapper .post_item {
  border: 1px solid #F5DCE9;
  padding: 18px;
}
.news_page .news_wrapper .post_item figure {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 63%;
}
.news_page .news_wrapper .post_item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_page .news_wrapper .post_item .meta_post .post_date {
  margin-bottom: 0.5rem;
  color: #BDBDBD;
}
.news_page .news_wrapper .post_item .meta_post .post_excerpt {
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
.news_page .news_wrapper .post_item .meta_post .post_excerpt p {
  margin-bottom: 0;
}
.news_page .news_wrapper .post_item .meta_post .readmore {
  border-bottom: 1px solid #B4A2CE;
  color: #B4A2CE;
  font-weight: 800;
}
@media (max-width: 991px) {
  .news_page .featured_wrapper .post_featured {
    margin-bottom: 1rem;
    height: auto;
    padding: 0.75rem;
  }
  .news_page .featured_wrapper .post_featured .post_excerpt {
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news_page .featured_wrapper .post_item {
    margin-bottom: 1rem;
    margin-bottom: 1rem;
    display: flex;
    padding: 0.75rem;
  }
  .news_page .featured_wrapper .post_item figure {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 0;
  }
  .news_page .featured_wrapper .post_item .meta_post {
    padding-left: 0.75rem;
  }
  .news_page .featured_wrapper .post_item .meta_post .post_title {
    color: #D78EBD;
    font-size: 14px;
    height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news_page .news_wrapper .post_item {
    padding: 0.75rem;
  }
  .news_page .news_wrapper .post_item .meta_post {
    padding: 0;
  }
  .news_page .news_wrapper .post_item .meta_post .post_title {
    color: #D78EBD;
    height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news_page .news_wrapper .post_item .meta_post .post_excerpt {
    display: none;
  }
}

.call_us {
  position: relative;
}
.call_us .meta_info {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
}
.call_us .meta_info .btn-cta {
  background: #CD2034;
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 8px 40px;
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-weight: 800;
}
.call_us .meta_info .btn-cta img {
  margin-right: 10px;
  max-height: 24px;
}
@media (max-width: 991px) {
  .call_us {
    display: none;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.wp-pagenavi span {
  border: 0;
  background: transparent;
  min-width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  font-weight: 800;
  color: #333333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi span.current {
  background: #F5DCE9;
  color: #D78EBD;
}
.wp-pagenavi a {
  border: 0;
  background: transparent;
  min-width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  font-weight: 800;
  color: #333333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi a:hover {
  background: #F5DCE9;
  color: #D78EBD;
}

.sinlge_detail h1 {
  margin-bottom: 2rem;
}
.sinlge_detail .post_date {
  margin-bottom: 1rem;
}
.sinlge_detail .single_content img {
  max-width: 100%;
  height: auto;
}
.sinlge_detail .single_content h2 {
  font-weight: 800;
  color: #D78EBD;
  font-size: 20px;
}
.sinlge_detail .single_content h3 {
  font-weight: 800;
  color: #D78EBD;
  font-size: 18px;
}
.sinlge_detail .single_content h4 {
  font-weight: 800;
  color: #D78EBD;
  font-size: 16px;
}
.sinlge_detail .single_content h5 {
  font-weight: 800;
  color: #D78EBD;
  font-size: 15px;
}
.sinlge_detail .tag_post h4 {
  font-weight: 900;
  font-size: 20px;
  color: #333333;
}
.sinlge_detail .tag_post ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.sinlge_detail .tag_post ul li a {
  display: block;
  text-transform: uppercase;
  padding: 5px 20px;
  border: 1px solid #D9D9D9;
  font-weight: bold;
  color: #4F4F4F;
}
.sinlge_detail .tag_post ul li a:hover {
  color: #FFFFFF;
  background: #CD2034;
}
.sinlge_detail hr {
  border-color: #F5DCE9;
  opacity: 1;
}
.sinlge_detail .comment_post .form-control {
  background: rgba(232, 220, 236, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  min-height: 40px;
  padding: 8px 15px;
}
.sinlge_detail .comment_post textarea {
  height: 150px;
  resize: none;
}
.sinlge_detail .comment_post .comment_list ul {
  padding-left: 0;
  list-style: none;
}
.sinlge_detail .comment_post .comment_list ul li {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.sinlge_detail .comment_post .comment_list ul li .avata {
  flex: 0 0 50px;
}
.sinlge_detail .comment_post .comment_list ul li .avata img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.sinlge_detail .comment_post .comment_list ul li .content .comment_date {
  color: #A29588;
  margin-bottom: 0.5rem;
  font-size: 12px;
}
.sinlge_detail .comment_post .comment_list ul li .content .detail {
  margin-bottom: 0.5rem;
}
.sinlge_detail .comment_post .comment_list ul li .content .reply {
  color: #B4A2CE;
  font-weight: 800;
}
.sinlge_detail .comment_post .comment_list ul li .content .reply i {
  transform: rotate(180deg);
}
.sinlge_detail .related_post .post_item {
  border: 1px solid #F5DCE9;
  padding: 24px;
}
.sinlge_detail .related_post .post_item figure {
  margin-bottom: 18px;
}
.sinlge_detail .related_post .post_item figure img {
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.sinlge_detail .related_post .post_item .post_date {
  font-weight: 500;
  color: #BDBDBD;
  margin-bottom: 10px;
}
.sinlge_detail .related_post .post_item .post_title {
  font-size: 16px;
}
.sinlge_detail .related_post .post_item .post_title a {
  color: #D78EBD;
  font-weight: 800;
}
.sinlge_detail .related_post .post_item .post_excerpt {
  color: #4F4F4F;
  margin-bottom: 30px;
}
.sinlge_detail .related_post .post_item .post_excerpt p {
  margin-bottom: 0;
}
.sinlge_detail .related_post .post_item .readmore {
  font-weight: 800;
  position: relative;
  color: #B4A2CE;
}
.sinlge_detail .related_post .post_item .readmore::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #B4A2CE;
  bottom: -5px;
  left: 0;
}
@media (max-width: 991px) {
  .sinlge_detail .related_post .post_item {
    display: flex;
    padding: 0.75rem;
    margin-bottom: 1rem;
  }
  .sinlge_detail .related_post .post_item figure {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 0;
  }
  .sinlge_detail .related_post .post_item .meta_post {
    padding-left: 0.75rem;
  }
  .sinlge_detail .related_post .post_item .meta_post .post_title {
    color: #D78EBD;
    font-size: 14px;
    height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sinlge_detail .tag_post h4 {
    margin-bottom: 5px;
  }
  .sinlge_detail .tag_post ul li {
    margin-bottom: 5px;
  }
  .sinlge_detail .tag_post ul li a {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.contact_page .contact_inner {
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.contact_page .contact_faq {
  padding: 40px 20px 40px 40px;
}
.contact_page .contact_faq .content_scroll {
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow-y: auto;
  height: 350px;
  padding-right: 20px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.contact_page .contact_faq .content_scroll::-webkit-scrollbar {
  width: 5px;
}
.contact_page .contact_faq .content_scroll::-webkit-scrollbar-track {
  background: #E6E6E6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.contact_page .contact_faq .content_scroll::-webkit-scrollbar-thumb {
  background: #CD2034;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.contact_page .contact_faq .content_scroll::-webkit-scrollbar-thumb:hover {
  background: #CD2034;
}
.contact_page .contact_faq .accordion .accordion-item {
  border: 0;
  margin-bottom: 18px;
  background: transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(232, 220, 236, 0.5);
}
.contact_page .contact_faq .accordion .accordion-item .accordion-button {
  background: transparent;
  box-shadow: none;
  outline: none;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  position: relative;
}
.contact_page .contact_faq .accordion .accordion-item .accordion-button::after {
  background-image: url(../images/plus.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
}
.contact_page .contact_faq .accordion .accordion-item .accordion-body {
  padding: 0 20px 20px 40px;
  position: relative;
}
.contact_page .contact_faq .accordion .accordion-item .accordion-body::before {
  position: absolute;
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  left: 20px;
  top: 0;
  background: #E8DCEC;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.contact_page .contact_faq .accordion .accordion-item .accordion-body .bank_logo img {
  width: 50px;
}
.contact_page .contact_faq .accordion .accordion-item .accordion-body hr {
  border-color: #F0ADC0;
}
.contact_page .contact_faq .accordion .accordion-item .accordion-body p {
  margin-bottom: 0.5rem;
}
.contact_page .contact_faq .accordion .accordion-item .accordion-body ul {
  padding-left: 16px;
  margin-bottom: 0.5rem;
}
.contact_page .contact_form {
  padding: 40px;
  background: linear-gradient(253deg, #CB66A7 9.58%, #D78EBD 60.91%, #F5DCE9 128.11%);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: #FFFFFF;
}
.contact_page .contact_form h4 {
  margin-bottom: 1rem;
}
.contact_page .contact_form h4 span {
  position: relative;
}
.contact_page .contact_form h4 span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 8px;
  background: url(../images/underline2.svg) no-repeat center center/contain;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.contact_page .contact_form label span {
  color: #CD2034;
}
.contact_page .contact_form .form-control {
  background: rgba(245, 220, 233, 0.3);
  border: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
  font-size: 14px;
}
.contact_page .contact_form textarea {
  height: 150px;
  resize: none;
}
@media (max-width: 991px) {
  .contact_page .contact_faq {
    padding: 20px 5px 20px 20px;
  }
  .contact_page .contact_faq .content_scroll {
    padding-right: 15px;
  }
  .contact_page .contact_form {
    padding: 40px 20px;
  }
}

.policy_page .nav-pills {
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.policy_page .nav-pills .nav-link {
  background: #F5DCE9;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 800;
  color: #D78EBD;
}
.policy_page .nav-pills .nav-link.active {
  background: #D78EBD;
  color: #FFFFFF;
}
.policy_page .tab-content {
  box-shadow: 10px 15px 20px 0px rgba(122, 19, 124, 0.05), 15px 20px 40px 0px rgba(204, 38, 177, 0.2);
  background: #FFFFFF;
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0 0 30px 30px;
  -o-border-radius: 0 0 30px 30px;
  padding: 40px;
}
.policy_page .tab-content img {
  max-width: 100%;
  height: auto;
}
.policy_page .tab-content h2 {
  font-weight: 800;
  color: #D78EBD;
  font-size: 20px;
}
.policy_page .tab-content h3 {
  font-weight: 800;
  color: #D78EBD;
  font-size: 18px;
}
.policy_page .tab-content h4 {
  font-weight: 800;
  color: #D78EBD;
  font-size: 16px;
}
.policy_page .tab-content h5 {
  font-weight: 800;
  color: #D78EBD;
  font-size: 15px;
}
@media (max-width: 991px) {
  .policy_page .nav-pills {
    row-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  .policy_page .nav-pills .nav-link {
    font-size: 14px;
  }
  .policy_page .tab-content {
    padding: 40px 20px;
  }
}

.search_page .result_number {
  color: #AAAAAA;
}
.search_page .result_number strong {
  font-weight: 800;
  color: #333333;
}

.page_404 {
  background: #F5DCE9;
  min-height: 500px;
  position: relative;
}
.page_404 .circle_box {
  position: absolute;
  width: 10%;
  bottom: 50%;
  left: 20%;
  z-index: 1;
  mix-blend-mode: multiply;
}
.page_404::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../images/dotbottom.png) no-repeat top right/40% auto;
  mix-blend-mode: screen;
  top: 0;
  left: 0;
}

#footer_site {
  background: #D78EBD url(../images/logomark.png) no-repeat bottom left/auto 80%;
  color: #F5DCE9;
  margin-top: 20px;
  position: relative;
}
#footer_site a {
  color: #F5DCE9;
}
#footer_site .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 8%;
  transform: translate(-25%, -25%);
  z-index: 2;
}
#footer_site::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url(../images/waveorchild.png) repeat-x top center/500px auto;
  top: -39px;
  left: 0;
  z-index: 1;
}
#footer_site .form_subcribe .form-control {
  background: #F0ADC0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
  font-size: 14px;
}
#footer_site .form_subcribe .form-control::-moz-placeholder {
  color: #FFFFFF;
}
#footer_site .form_subcribe .form-control::placeholder {
  color: #FFFFFF;
}
#footer_site .form_subcribe input[type=submit] {
  background: url(../images/bgbtn.png) no-repeat center center/contain;
  border: 0;
  padding: 15px 15px 15px 40px;
}
#footer_site .vertical_line {
  height: 100%;
  width: 1px;
  background: #F5DCE9;
}
#footer_site h4 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 10px;
}
#footer_site .logo_ft {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
#footer_site .logo_ft img {
  max-height: 100px;
}
#footer_site .social {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
#footer_site .social li a img {
  height: 40px;
}
#footer_site .menu_ft {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
#footer_site .menu_ft li {
  margin-bottom: 3px;
}
#footer_site .menu_ft li a {
  color: #F5DCE9;
}
#footer_site .contact_info {
  list-style: none;
  padding-left: 0;
}
#footer_site .contact_info li {
  text-align: center;
}
#footer_site .contact_info li:not(:last-child) {
  margin-bottom: 20px;
}
#footer_site .contact_info li a {
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(91deg, #B4A2CE 1.94%, #EFA3D4 100%);
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-width: 200px;
  padding: 6px 10px 6px 40px;
  text-align: right;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  line-height: initial;
}
#footer_site .contact_info li a img {
  position: absolute;
  width: 70px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
#footer_site .copyright {
  margin-top: 30px;
  color: #8B2BD7;
  background: #F5DCE9;
  padding: 10px 1rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 991px) {
  #footer_site .logo_ft img {
    max-height: 75px;
  }
  #footer_site .vertical_line {
    height: 15px;
  }
  #footer_site .copyright {
    padding: 10px 1rem 55px;
  }
}

.e-catalog {
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 22;
  margin-bottom: 5px;
}
.e-catalog > a {
  position: relative;
  z-index: 2;
}
.e-catalog > a img {
  width: 45px;
  height: auto;
}
.e-catalog .img_ecatalog {
  position: absolute;
  bottom: 0;
  right: 0;
  filter: drop-shadow(-10px 0px 26px rgba(104, 9, 106, 0.4)) drop-shadow(15px 20px 40px rgba(204, 38, 177, 0.2));
  -webkit-filter: drop-shadow(-10px 0px 26px rgba(104, 9, 106, 0.4)) drop-shadow(15px 20px 40px rgba(204, 38, 177, 0.2));
  transform: translateX(100%);
  transition: all 0.5s ease;
}
.e-catalog .img_ecatalog img {
  height: 200px;
  width: auto;
  border: 2px solid #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.e-catalog.is-active .img_ecatalog {
  transform: translateX(0);
}
@media (max-width: 991px) {
  .e-catalog {
    display: none;
  }
  .e-catalog > a img {
    width: 40px;
  }
  .e-catalog .img_ecatalog img {
    height: auto;
    width: 90vw;
  }
}

.register_agency {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: 5px;
  z-index: 22;
}
.register_agency img {
  width: 45px;
  height: auto;
}
@media (max-width: 991px) {
  .register_agency {
    display: none;
  }
  .register_agency img {
    width: 40px;
  }
}

.sticky_mobile {
  display: none;
}
@media (max-width: 991px) {
  .sticky_mobile {
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 11;
  }
  .sticky_mobile .e-catalogmb,
  .sticky_mobile .register_agencymb {
    flex: 0 0 50%;
  }
  .sticky_mobile .e-catalogmb a,
  .sticky_mobile .register_agencymb a {
    padding: 0 10px;
    display: block;
  }
  .sticky_mobile .e-catalogmb a img,
  .sticky_mobile .register_agencymb a img {
    max-height: 50px;
  }
}

.chatbox {
  position: fixed;
  bottom: 1rem;
  right: 0.75rem;
  z-index: 33;
}
.chatbox ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.chatbox ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.chatbox ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border: 1px solid #FFFFFF;
  background: #E8DCEC;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 8px;
}
.chatbox ul li a img {
  max-width: 80%;
  max-height: 80%;
}
.chatbox ul li:first-child a {
  background: #F1DFBB;
}
.chatbox ul li:nth-child(2) a {
  background: #F0ADC0;
}
@media (max-width: 991px) {
  .chatbox {
    bottom: 55px;
  }
}

.mini_cart {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 99992;
  width: 500px;
  background: #FFFFFF;
  box-shadow: -10px 15px 20px 0px rgba(122, 19, 124, 0.05), -15px 20px 40px 0px rgba(204, 38, 177, 0.2);
  overflow-y: auto;
  transform: translateX(100%);
  transition: all 0.5s ease;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.mini_cart .empty_block {
  text-align: center;
}
.mini_cart .empty_block img {
  max-width: 150px;
}
.mini_cart.is-active {
  transform: translateX(0);
}
.mini_cart::-webkit-scrollbar {
  width: 5px;
}
.mini_cart::-webkit-scrollbar-track {
  background: #D6D6D6;
}
.mini_cart::-webkit-scrollbar-thumb {
  background: #D78EBD;
}
.mini_cart::-webkit-scrollbar-thumb:hover {
  background: #D78EBD;
}
.mini_cart .close_cart {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 20px;
  right: 0.75rem;
}
.mini_cart .cart_inner {
  padding: 35px;
}
.mini_cart .cart_inner table tr th,
.mini_cart .cart_inner table tr td {
  vertical-align: top;
  border-color: #F5DCE9;
}
.mini_cart .cart_inner table tr th:first-child,
.mini_cart .cart_inner table tr td:first-child {
  padding-left: 0;
}
.mini_cart .cart_inner table tr th .prd_info,
.mini_cart .cart_inner table tr td .prd_info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.mini_cart .cart_inner table tr th .prd_info figure,
.mini_cart .cart_inner table tr td .prd_info figure {
  width: 70px;
  height: 70px;
  position: relative;
  border: 1px solid #F5DCE9;
  margin-bottom: 0;
}
.mini_cart .cart_inner table tr th .prd_info figure img,
.mini_cart .cart_inner table tr td .prd_info figure img {
  position: absolute;
  max-width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mini_cart .cart_inner table tr th .prd_info .info_detail,
.mini_cart .cart_inner table tr td .prd_info .info_detail {
  flex: 1 0 0%;
}
.mini_cart .cart_inner table tr th .prd_info .info_detail h3,
.mini_cart .cart_inner table tr td .prd_info .info_detail h3 {
  font-size: 14px;
}
.mini_cart .cart_inner table tr th .prd_info .info_detail h3 a,
.mini_cart .cart_inner table tr td .prd_info .info_detail h3 a {
  color: #333333;
}
.mini_cart .cart_inner table tr th .attr__prd,
.mini_cart .cart_inner table tr td .attr__prd {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}
.mini_cart .cart_inner table tr th .attr__prd ul,
.mini_cart .cart_inner table tr td .attr__prd ul {
  list-style: none;
  padding: 0 15px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 0;
}
.mini_cart .cart_inner table tr th .attr__prd ul li,
.mini_cart .cart_inner table tr td .attr__prd ul li {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.mini_cart .cart_inner table tr th .input-group,
.mini_cart .cart_inner table tr td .input-group {
  border: 1px solid #B4A2CE;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 140px;
}
.mini_cart .cart_inner table tr th .input-group button,
.mini_cart .cart_inner table tr td .input-group button {
  border: 0;
  height: 33px;
  color: #B4A2CE;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.mini_cart .cart_inner table tr th .input-group button[disabled=disabled],
.mini_cart .cart_inner table tr td .input-group button[disabled=disabled] {
  color: #333333;
}
.mini_cart .cart_inner table tr th .input-group input,
.mini_cart .cart_inner table tr td .input-group input {
  border: 0;
  height: 33px;
  text-align: center;
  color: #B4A2CE;
  box-shadow: none;
  outline: none;
}
.mini_cart .cart_inner .form-control:not(.input-number) {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  height: 40px;
  background: #E8DCEC;
  color: #B4A2CE;
}
.mini_cart .cart_inner .form-control:not(.input-number)::-moz-placeholder {
  color: #B4A2CE;
}
.mini_cart .cart_inner .form-control:not(.input-number)::placeholder {
  color: #B4A2CE;
}
.mini_cart .cart_inner .btn-violet {
  background: #B4A2CE;
  padding: 6px 25px;
  height: 40px;
  font-weight: 800;
  color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 991px) {
  .mini_cart {
    width: 300px;
    box-shadow: none;
  }
  .mini_cart .cart_inner {
    padding: 0.75rem;
  }
  .mini_cart .cart_inner table tr td .prd_info .info_detail {
    flex: 1 0 0%;
  }
}

#storeModal .modal-content {
  border: 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#storeModal .modal-content .modal-header {
  justify-content: center;
  background: linear-gradient(253deg, #CB66A7 9.58%, #D78EBD 60.91%, #F5DCE9 128.11%);
  color: #FFFFFF;
  padding: 7px 0.75rem;
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
}
#storeModal .modal-content .modal-header .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  box-shadow: none;
  outline: none;
  width: 35px;
  height: 35px;
  padding: 0;
  background: none;
}
#storeModal .modal-content .modal-body .form_register {
  padding: 20px;
}
#storeModal .modal-content .modal-body .form_register .form-control:not(.input-number) {
  border: 0;
  background-color: rgba(245, 220, 233, 0.3);
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 14px;
  color: #333333;
  min-height: 40px;
}
#storeModal .modal-content .modal-body .form_register .form-select {
  border: 0;
  background-color: rgba(245, 220, 233, 0.3);
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 14px;
  color: #333333;
  min-height: 40px;
}
#storeModal .modal-content .modal-body .form_register label {
  margin-bottom: 0.25rem;
}
#storeModal .modal-content .modal-body .form_register label span {
  color: #CD2034;
}
#storeModal .modal-content .modal-body .form_register textarea {
  height: 100px;
  resize: none;
}
.wpcf7-spinner{
  position: absolute;
}
.wpcf7-form-control-wrap{
  display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  border-color: #ECB435;
  background: #ECB435;
  color: #ffffff;
  margin: 1rem 0 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: #3C69B5;
	background: #3C69B5;
	color: #ffffff;
	margin: 1rem 0 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.wpcf7-not-valid-tip{
	position: absolute;
	right: 0;
	bottom: 8px;
	pointer-events: none;
}
.loading_ajax{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 99993;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.loading_ajax.showloading{
  opacity: 1;
  visibility: visible;
}
.loading_ajax .lds-ellipsis {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto; }
.loading_ajax .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #D78EBD;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }
.loading_ajax .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }
.loading_ajax .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }
.loading_ajax .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }
.loading_ajax .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }
  @keyframes lds-ellipsis1 {
    0% {
        transform: scale(0); }
    100% {
        transform: scale(1); } }
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1); }
    100% {
        transform: scale(0); } }
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0); }
    100% {
        transform: translate(24px, 0); } }
/*# sourceMappingURL=main.css.map */
.aligncenter{
  display: block;
  margin: .5rem auto;
}
.jproduct__detail .product__tab .tab-content ul{
  padding-left: 15px;
}
.jproduct__detail .product__tab .tab-content ul> li{
  margin-top: .5rem;
}

.add-to-cart, .jproduct__detail .product_info .buy__now, .jproduct__detail .product_info .box-qual, #header_site .menu__wrapper a.shopping__cart, .item_product .meta_info .input-group {
  display: none !important;
}