@charset "UTF-8";
a {
  text-decoration: none !important;
}
body {
  font-family: "DM Mono", monospace !important;
}
/*
@media (min-width: 769px) and (max-width: 3000px) {
    body {
        &.home {
            padding: 0px !important;

            header {
                background-color: transparent;
                position: fixed;
                width: 100%;
                top: 0;
                left: 0;
                z-index: 99999;
            }

            header.scrolled {
                background-color: $color_3;
                box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 15px 0px;
            }
        }
    }
} 
*/
#scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ADD8E6;
  z-index: 999999;
  transition: all 0.5s ease;
}
.animatedFadeInUp {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}
.fadeInUp {
  opacity: 1;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  transform: translate3d(0, 0, 0);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animatedFadeInLeft {
  opacity: 0;
  transform: translate3d(-40px, 0, 0);
}
.fadeInLeft {
  opacity: 1;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
  transform: translate3d(0, 0, 0);
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animatedFadeInRight {
  opacity: 0;
  transform: translate3d(40px, 0, 0);
}
.fadeInRight {
  opacity: 1;
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
  transform: translate3d(0, 0, 0);
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.loader-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2147483646;
}
.loader {
  width: 120px;
  height: 20px;
  border-radius: 20px;
  background: repeating-linear-gradient(135deg, #ff8ba0 0 10px, #fabcc7 0 20px) 0/0% no-repeat, repeating-linear-gradient(135deg, #f7d4e3 0 10px, #eee 0 20px) 0/100%;
  animation: l3 3s infinite;
  position: fixed;
  top: 50%;
  left: 48%;
  z-index: 2147483647;
}
@keyframes l3 {
  100% {
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .loader {
    left: 36%;
  }
  .container {
    overflow-x: clip;
  }
  .container-fluid {
    overflow-x: clip;
  }
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.bottom-line {
  border-top: 1px solid #525252;
  margin: 10px 0;
}
.custom-sidebar-menu .customM-left {
  margin-left: 0;
}
.custom-sidebar-menu .nav-item.level-1.active > .nav-link > span, .custom-sidebar-menu .nav-item.level-1.child-active > .nav-link > span {
  color: #f9bbc6;
}
.custom-sidebar-menu .nav-item.level-1 .nav-link {
  display: inline-block;
}
.custom-sidebar-menu .nav-item.level-2.active > .nav-link > span {
  color: #f9bbc6;
}
.custom-sidebar-menu .nav-item.level-2 .nav-link {
  display: inline-block;
}
.sidebar {
  height: 0;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 0 1px;
  overflow-y: hidden;
  padding-top: 50px !important;
  max-width: 100%;
  overflow-y: auto;
}
.sidebar + .backdrop {
  width: 100%;
  transition: opacity 0.3s;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.222);
  z-index: 999999;
}
.sidebar .close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #EEE;
  font-size: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 30px;
}
.sidebar ul.dropdown-menu {
  border: none;
  padding-left: 15px;
}
.sidebar.open {
  height: 100%;
  width: 100%;
  padding: 0 20px 20px;
  transition: height 0.5s ease;
}
.sidebar.open + .backdrop {
  opacity: 1;
  pointer-events: all;
}
.sidebar.close {
  height: 0;
  padding: 0;
  width: 0%;
}
.sidebar-f {
  height: 100% !important;
  width: 0 !important;
  position: fixed;
  z-index: 9999999;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 0 1px;
  overflow-x: hidden;
  max-width: 350px;
  padding-top: 50px !important;
}
.sidebar-f + .backdrop {
  width: 100%;
  transition: opacity 0.3s;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.222);
  z-index: 999999;
}
.sidebar-f .close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #EEE;
  font-size: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 30px;
}
.sidebar-f ul.dropdown-menu {
  border: none;
  padding-left: 15px;
}
.sidebar-f.open {
  width: 70% !important;
  transition: all 0.5s !important;
  max-width: 30%;
  padding: 50px 35px 0 !important;
}
.sidebar-f.open + .backdrop {
  opacity: 1;
  pointer-events: all;
}
.icon-filter {
  width: 25px;
  margin-left: 4rem;
  cursor: pointer;
}
@media (min-width: 2000px) and (max-width: 2560px) {
  .sidebar-f.open {
    max-width: 20%;
  }
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .sidebar-f.open {
    max-width: 36%;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .sidebar-f.open {
    max-width: 38%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .sidebar-f.open {
    max-width: 50%;
  }
}
@media (max-width: 769px) {
  .icon-filter {
    margin-left: 1rem;
  }
  .sidebar-f.open {
    max-width: 60%;
  }
}
@media (max-width: 576px) {
  .sidebar-f.open {
    width: 100% !important;
    max-width: 100%;
    padding: 35px 25px 0 !important;
  }
}
.logo-H {
  width: 180px;
  margin-left: 3.5rem;
}
.customM-left {
  margin-left: 3.5rem;
}
.customM-right {
  margin-right: 3.5rem;
}
.customM-left2 {
  margin-left: 2.7rem;
}
.user-icon {
  width: 25px;
  height: auto;
}
.custom-navH .navbar-nav {
  gap: 30px !important;
}
.custom-navH .nav-item.level-1.active > .nav-link > span, .custom-navH .nav-item.level-1.child-active > .nav-link > span {
  display: inline-block;
  border-bottom: 2px solid #f9bbc6;
  color: #f9bbc6;
  padding-bottom: 5px;
}
.custom-navH .nav-item.level-1:not(.active) > .nav-link:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}
.custom-navH .sub-arrow {
  font-size: 12px;
  border-bottom: none !important;
}
.custom-navH .nav-item .dropdown-menu {
  left: auto !important;
  top: 93% !important;
  border: 0;
  z-index: -999999;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.5s !important;
  padding: 10px 15px;
}
.custom-navH .nav-item.level-2.active > .nav-link > span {
  color: #f9bbc6;
}
.custom-navH .nav-item.level-2:not(.active) > .nav-link:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}
.navbar-custom {
  background-color: #f9bbc6;
}
.menu-bar {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 15px 0px;
}
@media (max-width: 769px) {
  .customM-left {
    margin-left: 1rem;
  }
  .customM-left2 {
    margin-left: 0;
  }
  .customM-right {
    margin-right: 1rem;
  }
  .navbar-custom {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 15px 0px;
  }
}
@media (max-width: 576px) {
  .customM-left {
    margin-left: 0;
  }
  .customM-right {
    margin-right: 0;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .logo-H {
    width: 160px;
    margin-left: 25px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .logo-H {
    width: 135px;
    margin-left: 15px;
  }
}
@media (max-width: 320px) {
  .logo-H {
    width: 70px;
    margin-left: 0;
  }
  .navbar-toggler-icon {
    width: 1.1em !important;
    height: 1.1em !important;
  }
}
.cart-icon {
  width: 25px;
  height: auto;
}
.cart-container .btn.dropdown-toggle::after {
  display: none;
  content: none;
}
.cart-container .btn .badge {
  position: absolute;
  top: 0px;
  right: 4px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 4px;
}
.cart-container .dropdown-menu[cart-list] {
  max-height: 550px;
  overflow-y: auto;
}
.cart-container .summary-btn a {
  background: #f9bbc6;
  border: none;
  color: #000000;
  width: 100%;
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s;
  font-size: 16px;
  height: 40px;
}
.cart-container .summary-btn a:hover {
  background-color: #ff8ba0;
  color: #ffffff;
}
.cart-container .item-remove:active {
  border: none;
}
.point-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  /* ไม่มีความล่าช้าเมื่อ hover */
  padding: 0;
}
.point-dropdown .dropdown-toggle {
  background: none;
  border: none;
  box-shadow: none;
  color: black;
  font-weight: 600;
}
.point-dropdown .dropdown-toggle::after {
  display: none;
  /* Removes the default arrow */
}
.point-dropdown .fa-chevron-down {
  font-size: 12px;
}
.point-dropdown .dropdown-menu {
  margin-top: 5px;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition-delay: 0.1s;
  /* เพิ่มความล่าช้า */
  border-radius: 0;
  padding: 0;
}
.point-dropdown .dropdown-menu li a:hover {
  color: #f72f53;
  background-color: #f9bbc6;
}
.custom-loc .btn {
  color: #000000;
  text-decoration: none;
  border: none;
  padding: 0;
}
.custom-loc .btn.active {
  color: #f9bbc6;
}
/*
@media (max-width: 576px) {
    .point-dropdown {
        .dropdown-toggle {
            padding: 0;   
            
        }
        
        ul.dropdown-menu {
            padding-left: 0;
        }
    }
}
*/
.search-bar {
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed;
  align-items: start;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  transition: opacity 0.5s ease-in-out;
}
.search-bar .backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background 0.5s ease-in-out;
}
.search-bar form {
  width: 500px;
  max-width: 100%;
  margin-top: 20vh;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.5s ease-out;
}
.search-bar form input {
  height: 80px;
  font-size: 26px;
  outline: none !important;
  box-shadow: none !important;
  transition: box-shadow 0.5s ease-in-out;
}
.search-bar form input:focus {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.search-bar form .btn {
  background: #ffffff;
  border: 1px solid gainsboro;
  border-left: 0;
  padding: 0 25px;
  transition: background-color 0.5s ease-in-out;
}
.search-bar form .btn:hover {
  background-color: #e6e6e6;
}
@keyframes slideDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .search-bar form {
    width: 300px;
  }
}
.logo-F {
  width: 230px;
}
.imgback {
  background-image: url("../themes/daddy/assets/images/web_daddy-bg-footer.png");
  background-size: auto 100%;
  background-repeat: round;
}
.imgback .custom-content {
  content: "";
  display: block;
  height: 45px;
}
.custom-left {
  padding-left: 1rem !important;
}
.sty-b {
  font-weight: 600;
}
.icon-social {
  width: 25px;
  height: auto;
  transition: all 0.5s ease;
}
.icon-social:hover {
  opacity: 0.8;
}
.footer {
  background-color: #ffffff;
  border-top: 1px solid #c2bebe;
}
.footer .footer-bottom {
  background-color: #f9bbc6;
  font-size: 0.875rem;
  color: #000000;
}
.footer .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
.footer .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  display: inline-block;
}
.footer .navbar-nav .nav-item .nav-link span {
  font-size: 16px;
}
@media (max-width: 1440px) {
  .footer .navbar-nav {
    gap: 20px;
  }
  .footer .nav-item .nav-link span {
    font-size: 14px !important;
  }
}
@media (max-width: 1024px) {
  .logo-F {
    width: 200px;
  }
  .footer .nav-item .nav-link span {
    font-size: 14px;
  }
  .custom-navH .navbar-nav {
    gap: 15px !important;
  }
}
@media (max-width: 768px) {
  .text-foo {
    font-size: 12px;
  }
  .logo-F {
    width: 170px;
  }
  .footer .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: start;
  }
  .footer .navbar-nav .nav-item .nav-link {
    padding: 3px 0;
  }
}
@media (max-width: 576px) {
  .text-foo {
    font-size: 14px;
  }
  .imgback .custom-content {
    height: 25px;
  }
  .custom-left {
    padding-left: 7rem !important;
  }
}
.social-F .list-group-item {
  background-color: transparent;
  border: none;
  padding: 8px 0;
}
.social-F .list-group-item a span {
  color: #000000 !important;
}
.social-F .list-group-item:nth-child(n+2) img {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .social-F .list-group-item:nth-child(n+2) img {
    margin-left: 15px;
  }
}
.subscr-form {
  max-width: 80%;
  display: flex;
  justify-content: center;
}
.subscr-form .card {
  border: none;
  background-color: transparent;
}
.subscr-form .card .card-content .form-control {
  border: 3px solid black;
  border-radius: 50px;
  text-align: center;
  background-color: transparent;
  width: 150%;
}
.subscr-form .card .card-content input::placeholder {
  color: #ffffff;
}
.subscr-form .alert {
  width: 150%;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .subscr-form .card .card-content .form-control {
    width: 140%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .subscr-form .card .card-content .form-control {
    width: 125%;
  }
}
@media (max-width: 768px) {
  .subscr-form .card .card-content .form-control {
    width: 130%;
  }
}
@media (max-width: 576px) {
  .subscr-form {
    max-width: 85%;
  }
}
.brand-underline {
  width: 50px;
  height: 3px;
  background-color: #f9bbc6;
}
.menu-viwe {
  background-color: #f9bbc6 !important;
  font-size: 14px !important;
  padding: 5px 20px !important;
}
.menu-viwe:hover {
  background-color: #ff8ba0 !important;
  color: #ffffff !important;
}
.custom-login {
  font-weight: 600;
}
.custom-MT {
  margin-top: 8rem;
}
.custom-Top {
  margin-top: 5rem;
}
.custom-weight {
  font-weight: 600;
}
.background-image-wendy {
  position: absolute;
  left: 10%;
  transform: translate(-50%, -30%);
  width: 100%;
  max-width: 9%;
  height: auto;
  padding-top: 5%;
  background-image: url(../themes/daddy/assets/images/Ornaments-6.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.background-image-cherry {
  position: absolute;
  right: 3%;
  transform: translate(-50%, 10%);
  width: 100%;
  max-width: 4%;
  height: auto;
  padding-top: 5%;
  background-image: url(../themes/daddy/assets/images/Ornaments-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.background-image-cupid {
  position: absolute;
  left: 57%;
  transform: translate(-60%, 1680%);
  width: 100%;
  max-width: 7%;
  height: auto;
  padding-top: 4%;
  background-image: url(../themes/daddy/assets/images/Ornaments-9.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
.background-image-xo {
  position: absolute;
  left: 4%;
  transform: translate(-47%, 1395%);
  width: 100%;
  max-width: 14%;
  height: auto;
  padding-top: 9%;
  background-image: url(../themes/daddy/assets/images/Ornaments-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.background-image-heart {
  position: absolute;
  right: 0%;
  transform: translate(-35%, 1285%);
  width: 100%;
  max-width: 10%;
  height: auto;
  padding-top: 10%;
  background-image: url(../themes/daddy/assets/images/Ornaments-5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
.background-image-yellowline {
  position: absolute;
  left: 3%;
  transform: translate(-38%, 6100%);
  width: 100%;
  max-width: 9%;
  height: auto;
  padding-top: 3%;
  background-image: url(../themes/daddy/assets/images/Ornaments-8.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.background-image-love {
  position: absolute;
  right: 0%;
  transform: translate(0%, -15%);
  width: 100%;
  max-width: 13%;
  height: auto;
  padding-top: 15%;
  background-image: url(../themes/daddy/assets/images/Ornaments-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
.background-image-pinkline {
  position: absolute;
  left: 23%;
  transform: translate(0%, 180%);
  width: 100%;
  max-width: 7%;
  height: auto;
  padding-top: 2%;
  background-image: url(../themes/daddy/assets/images/Ornaments-7.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
.background-image-star {
  position: absolute;
  left: -5%;
  transform: translate(0%, -90%);
  width: 100%;
  max-width: 14%;
  height: auto;
  padding-top: 11%;
  background-image: url(../themes/daddy/assets/images/Ornaments-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 2000px) and (max-width: 2560px) {
  .background-image-wendy {
    max-width: 8%;
    padding-top: 4%;
  }
  .background-image-cherry {
    right: 4%;
    transform: translate(-50%, 25%);
    max-width: 3%;
    padding-top: 3%;
  }
  .background-image-cupid {
    left: 55%;
    transform: translate(-52%, 1530%);
    max-width: 7%;
    padding-top: 4%;
  }
  .background-image-xo {
    left: 3%;
    transform: translate(-53%, 2385%);
    max-width: 9%;
    padding-top: 5%;
  }
  .background-image-heart {
    transform: translate(-35%, 1500%);
    max-width: 8%;
    padding-top: 8%;
  }
  .background-image-yellowline {
    left: 2%;
    transform: translate(-42%, 8675%);
    max-width: 5%;
    padding-top: 2%;
  }
  .background-image-pinkline {
    left: 20%;
    transform: translate(0%, 105%);
  }
  .background-image-love {
    transform: translate(0%, -25%);
    max-width: 11%;
    padding-top: 12%;
  }
  .background-image-star {
    left: -4%;
    transform: translate(0%, -100%);
  }
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .background-image-xo {
    transform: translate(-50%, 1720%);
    max-width: 13%;
    padding-top: 8%;
  }
  .background-image-heart {
    transform: translate(-45%, 1419%);
    max-width: 9%;
    padding-top: 10%;
  }
  .background-image-yellowline {
    transform: translate(-40%, 6565%);
    max-width: 8%;
  }
  .background-image-love {
    transform: translate(0%, -19%);
    max-width: 17%;
    padding-top: 19%;
  }
  .background-image-pinkline {
    left: 20%;
    transform: translate(0%, 235%);
    max-width: 9%;
    padding-top: 2%;
  }
  .background-image-star {
    transform: translate(0%, -98%);
  }
  .background-image-cupid {
    left: 58%;
    transform: translate(-45%, 1470%);
    max-width: 9%;
    padding-top: 5%;
  }
  .background-image-cherry {
    padding-top: 6%;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .background-image-xo {
    transform: translate(-44%, 1390%);
    max-width: 16%;
    padding-top: 10%;
  }
  .background-image-heart {
    max-width: 12%;
    padding-top: 12%;
    transform: translate(-35%, 1190%);
  }
  .background-image-yellowline {
    transform: translate(-39%, 6640%);
    max-width: 8%;
    padding-top: 3%;
  }
  .background-image-love {
    transform: translate(0%, -17%);
    max-width: 18%;
    padding-top: 19%;
  }
  .background-image-pinkline {
    transform: translate(0%, 250%);
    max-width: 9%;
    padding-top: 2%;
  }
  .background-image-star {
    transform: translate(0%, -93%);
    max-width: 15%;
    padding-top: 12%;
  }
  .background-image-cupid {
    left: 58%;
    transform: translate(-40%, 1500%);
    max-width: 9%;
    padding-top: 5%;
  }
  .background-image-cherry {
    transform: translate(-50%, 35%);
    max-width: 5%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .custom-MT {
    margin-top: 3rem;
  }
  .background-image-cherry {
    right: 5%;
    transform: translate(-50%, 25%);
    max-width: 6%;
    padding-top: 8%;
  }
  .background-image-cupid {
    left: 61%;
    transform: translate(-45%, 913%);
    max-width: 15%;
    padding-top: 9%;
  }
  .background-image-wendy {
    max-width: 12%;
    padding-top: 6%;
  }
  .background-image-xo {
    left: 5%;
    transform: translate(-47%, 1400%);
    max-width: 18%;
    padding-top: 11%;
  }
  .background-image-heart {
    transform: translate(-25%, 1144%);
    max-width: 14%;
    padding-top: 14%;
  }
  .background-image-yellowline {
    transform: translate(-38%, 7305%);
    max-width: 9%;
    padding-top: 3%;
  }
  .background-image-love {
    transform: translate(0%, -25%);
    max-width: 15%;
  }
  .background-image-pinkline {
    left: 22%;
    transform: translate(0%, 350%);
    max-width: 9%;
  }
  .background-image-star {
    transform: translate(-4%, -108%);
    max-width: 16%;
    padding-top: 13%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .background-image-wendy {
    max-width: 15%;
    padding-top: 8%;
  }
  .background-image-cherry {
    transform: translate(-85%, 0%);
    max-width: 6%;
    padding-top: 10%;
  }
  .background-image-cupid {
    left: 62%;
    transform: translate(-50%, 1055%);
    max-width: 15%;
    padding-top: 9%;
  }
  .background-image-xo {
    left: 6%;
    transform: translate(-53%, 1660%);
    max-width: 17%;
    padding-top: 11%;
  }
  .background-image-heart {
    transform: translate(-40%, 1240%);
    max-width: 15%;
    padding-top: 15%;
  }
  .background-image-yellowline {
    transform: translate(-24%, 7030%);
    max-width: 14%;
    padding-top: 5%;
  }
  .background-image-love {
    transform: translate(0%, -20%);
    max-width: 17%;
    padding-top: 19%;
  }
  .background-image-pinkline {
    left: 20%;
    transform: translate(0%, 312%);
    max-width: 14%;
    padding-top: 3%;
  }
  .background-image-star {
    left: -8%;
    transform: translate(0%, -120%);
    max-width: 23%;
    padding-top: 19%;
  }
}
@media (max-width: 576px) {
  .custom-MT {
    margin-top: 3rem;
  }
  .custom-login {
    font-weight: 400;
  }
  .background-image-wendy {
    left: 15%;
    transform: translate(-50%, -30%);
    max-width: 20%;
    padding-top: 10%;
  }
  .background-image-cherry {
    right: 0%;
    transform: translate(0%, 50%);
    max-width: 25%;
    padding-top: 10%;
  }
  .background-image-love {
    transform: translate(0%, 20%);
    max-width: 20%;
    padding-top: 25%;
  }
  .background-image-pinkline {
    left: 15%;
    transform: translate(0%, 325%);
    max-width: 25%;
    padding-top: 6%;
  }
  .background-image-star {
    left: -9%;
    transform: translate(0%, -163%);
    max-width: 25%;
    padding-top: 20%;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .background-image-xo {
    left: 6%;
    transform: translate(-48%, 2045);
    max-width: 21%;
    padding-top: 13%;
  }
  .background-image-cupid {
    left: 66%;
    transform: translate(-43%, 935%);
    max-width: 25%;
    padding-top: 15%;
  }
  .background-image-heart {
    transform: translate(-20%, 1307%);
    max-width: 20%;
    padding-top: 21%;
  }
  .background-image-yellowline {
    transform: translate(-15%, 4615%);
    max-width: 20%;
    padding-top: 8%;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .background-image-xo {
    left: 8%;
    transform: translate(-50%, 1865%);
    max-width: 25%;
    padding-top: 15%;
  }
  .background-image-cupid {
    left: 66%;
    transform: translate(-60%, 1265%);
    max-width: 20%;
    padding-top: 12%;
  }
  .background-image-heart {
    transform: translate(-25%, 1148%);
    max-width: 25%;
    padding-top: 25%;
  }
  .background-image-yellowline {
    transform: translate(-17%, 5530%);
    max-width: 20%;
    padding-top: 7%;
  }
}
/*.category {
    .cusmot-img {
        padding-top: 27%;
        background-size: cover;
        background-position: center;
    }
} */
.category-D .nav-link {
  font-weight: 600;
}
.category-D .cusmot-img {
  padding-top: 31%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .brand-category {
    font-size: 18px;
  }
  .category-D .text-title {
    font-size: 18px;
  }
  .category-D .text-view {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .category-D .text-title {
    font-size: 16px !important;
  }
}
.slide-main .swiper-pagination-bullet {
  background-color: #f5f3f4;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.slide-main .swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
}
.product-item {
  border: none;
  transition: all 0.3s;
  padding: 0 0;
  border: none !important;
  background-color: transparent !important;
}
.product-item .card-body {
  padding: 1rem 2rem;
}
.product-item .product-cover {
  /* border: 1px solid gainsboro;
            border-radius: 10px;
            margin-bottom: 10px; */
  width: 100%;
  height: auto;
  padding-top: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
  transition: background-image 0.3s ease-in-out;
}
.product-item .product-cover:hover .product-sub-cover {
  opacity: 1;
}
.product-item .product-cover .product-sub-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  transition: all 0.3s;
  opacity: 0;
}
.product-item .product-cover .out-of-stock {
  height: 40%;
  width: 40%;
  border-radius: 100%;
  background-color: #000000;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
.product-item .card-body {
  text-align: start;
}
.product-item .card-title {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.product-item a {
  color: #000000 !important;
}
.product-item .card-text {
  font-size: 16px;
}
.product-item .custom-list-group-color {
  gap: 10px;
}
.product-item .custom-list-group-color .list-group-item {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.product-item .custom-list-group-color .list-group-item img {
  border-radius: 4px;
  padding: 0.0625rem;
  width: 1.625rem;
}
.product-item .custom-list-group-color .list-group-item:hover {
  transform: scale(1.05);
}
.product-item .custom-list-group-color .list-group-item.selected {
  border: 0.0625rem solid #000;
  border-radius: 4px !important;
}
.product-item .custom-list-group-size {
  gap: 15px;
  pointer-events: none;
}
.product-item .custom-list-group-size .list-group-item {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.product-item .custom-list-group-size .list-group-item:hover {
  transform: scale(1.05);
}
.product-item .custom-list-group-size .size-label {
  color: #000000 !important;
}
.product-swiper .swiper-container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 2rem;
}
.product-swiper .swiper-button-next, .product-swiper .swiper-button-prev {
  border-radius: 0;
  width: 40px;
  height: 40px;
  top: 35%;
  border-radius: 50%;
}
.product-swiper .swiper-button-next::after, .product-swiper .swiper-button-prev::after {
  font-size: 30px;
  color: #d3d3d3;
}
.product-swiper .swiper-button-next:hover::after, .product-swiper .swiper-button-prev:hover::after {
  color: #f9bbc6;
}
.product-swiper .swiper-button-next, .product-swiper .swiper-rtl .swiper-button-prev {
  right: -5px !important;
  left: auto;
}
.product-swiper .swiper-button-prev, .product-swiper .swiper-rtl .swiper-button-next {
  left: -5px !important;
  right: auto;
}
.product-swiperStatic .swiper-container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 2rem;
}
.product-swiperStatic .swiper-button-next, .product-swiperStatic .swiper-button-prev {
  border-radius: 0;
  width: 40px;
  height: 40px;
  top: 35%;
  border-radius: 50%;
}
.product-swiperStatic .swiper-button-next::after, .product-swiperStatic .swiper-button-prev::after {
  font-size: 30px;
  color: #d3d3d3;
}
.product-swiperStatic .swiper-button-next:hover::after, .product-swiperStatic .swiper-button-prev:hover::after {
  color: #f9bbc6;
}
.product-swiperStatic .swiper-button-next, .product-swiperStatic .swiper-rtl .swiper-button-prev {
  right: -5px !important;
  left: auto;
}
.product-swiperStatic .swiper-button-prev, .product-swiperStatic .swiper-rtl .swiper-button-next {
  left: -5px !important;
  right: auto;
}
@media (max-width: 1024px) {
  .product-item .card-body {
    padding: 1rem 1rem;
  }
}
@media (max-width: 769px) {
  .product-item .card-body {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 576px) {
  .product-swiperStatic {
    margin: 0;
  }
  .product-swiperStatic .swiper-wrapper {
    margin: 0;
  }
  .product-swiperStatic .swiper-container {
    padding: 0 1rem;
  }
  .product-swiperStatic .swiper-button-next, .product-swiperStatic .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .product-swiperStatic .swiper-button-next::after, .product-swiperStatic .swiper-button-prev::after {
    font-size: 16px;
  }
  .product-swiperStatic .swiper-button-next, .product-swiperStatic .swiper-rtl .swiper-button-prev {
    right: -8px !important;
    left: auto;
  }
  .product-swiperStatic .swiper-button-prev, .product-swiperStatic .swiper-rtl .swiper-button-next {
    left: -8px !important;
    right: auto;
  }
  .product-swiper {
    margin: 0;
  }
  .product-swiper .swiper-wrapper {
    margin: 0;
  }
  .product-swiper .swiper-container {
    padding: 0 1rem;
  }
  .product-swiper .swiper-button-next, .product-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .product-swiper .swiper-button-next::after, .product-swiper .swiper-button-prev::after {
    font-size: 16px;
  }
  .product-swiper .swiper-button-next, .product-swiper .swiper-rtl .swiper-button-prev {
    right: -8px !important;
    left: auto;
  }
  .product-swiper .swiper-button-prev, .product-swiper .swiper-rtl .swiper-button-next {
    left: -8px !important;
    right: auto;
  }
  .product-item .card-body {
    padding: 1rem 0.5rem;
  }
  .product-item .custom-list-group-size .size-label {
    font-size: 14px;
  }
}
.breadcrumb {
  margin-left: 4rem !important;
  font-size: 14px !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 3px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #000000 !important;
  font-weight: 400;
  padding-right: 3px;
}
.breadcrumb .breadcrumb-item a {
  color: #000000 !important;
  font-weight: 400;
}
.breadcrumb .breadcrumb-item.active {
  color: #f9bbc6 !important;
  font-weight: 500;
  padding-left: 3px;
}
@media (max-width: 769px) {
  .breadcrumb {
    margin-left: 1rem !important;
  }
}
.custom-M {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}
.product-itemD {
  border: none;
  transition: all 0.3s;
  padding: 0 0;
  border: none !important;
}
.product-itemD .product-cover {
  /* border: 1px solid gainsboro;
            border-radius: 10px;
            margin-bottom: 10px; */
  width: 100%;
  height: auto;
  padding-top: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
  transition: background-image 0.3s ease-in-out;
}
.product-itemD .product-cover:hover .product-sub-cover {
  opacity: 1;
}
.product-itemD .product-cover .product-sub-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  transition: all 0.3s;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-itemD .product-cover .out-of-stock {
  height: 40%;
  width: 40%;
  border-radius: 100%;
  background-color: #000000;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
.product-itemD .card-body {
  text-align: start;
}
.product-itemD .card-title {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.product-itemD a {
  color: #000000 !important;
}
.product-itemD .card-text {
  font-size: 16px;
}
.product-itemD .custom-list-group-color {
  gap: 10px;
}
.product-itemD .custom-list-group-color .list-group-item {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.product-itemD .custom-list-group-color .list-group-item img {
  border-radius: 4px;
  padding: 0.0625rem;
  width: 1.625rem;
}
.product-itemD .custom-list-group-color .list-group-item:hover {
  transform: scale(1.05);
}
.product-itemD .custom-list-group-color .list-group-item.selected {
  border: 0.0625rem solid #000;
  border-radius: 4px !important;
}
.product-itemD .custom-list-group-size {
  gap: 15px;
}
.product-itemD .custom-list-group-size .list-group-item {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.product-itemD .custom-list-group-size .list-group-item:hover {
  transform: scale(1.05);
}
.product-itemD .custom-list-group-size .size-label {
  color: #000000 !important;
}
@media (max-width: 769px) {
  .custom-M {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
@media (max-width: 576px) {
  .product-itemD .custom-list-group-size .size-label {
    font-size: 14px;
  }
}
.cat-paginate {
  /* Change '‹' to 'Prev' */
  /* Change '›' to 'Next' */
  /* Change '›' to 'Next' */
  /* Change '‹' to 'Prev' */
}
.cat-paginate ul.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
  padding: 0;
  gap: 5px;
}
.cat-paginate ul.pagination li {
  margin: 0;
}
.cat-paginate ul.pagination li a, .cat-paginate ul.pagination li span {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  outline: 0;
  cursor: pointer;
  user-select: none;
  border: 1px solid #d9d9d9;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 30%;
}
.cat-paginate ul.pagination li.active span {
  color: #f72f53;
  border: 2px solid #f72f53;
}
.cat-paginate ul.pagination li a:hover {
  color: #f72f53;
  border: 2px solid #f72f53;
}
.cat-paginate ul.pagination li.disabled span {
  cursor: not-allowed;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}
.cat-paginate li[aria-label="pagination.previous"] span[aria-hidden="true"] {
  display: none;
}
.cat-paginate li[aria-label="pagination.previous"]::before {
  content: "Prev";
  display: inline-block;
  cursor: not-allowed;
  padding: 3px 5px 0 0;
  color: #dfdfdf;
  font-weight: 600;
  letter-spacing: 1px;
}
.cat-paginate li[aria-label="pagination.next"] span[aria-hidden="true"] {
  display: none;
}
.cat-paginate li[aria-label="pagination.next"]::before {
  content: "Next";
  display: inline-block;
  padding: 3px 0 0 5px;
  color: #dfdfdf;
  font-weight: 600;
  letter-spacing: 1px;
}
.cat-paginate li a[aria-label="pagination.next"] {
  font-size: 0;
  /* Hide the original '›' symbol */
  position: relative;
}
.cat-paginate li a[aria-label="pagination.next"]::before {
  content: "Next";
  font-size: 16px;
  /* Inherit font size to display "Next" */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.cat-paginate li a[aria-label="pagination.previous"] {
  font-size: 0;
  /* Hide the original '‹' symbol */
  position: relative;
}
.cat-paginate li a[aria-label="pagination.previous"]::before {
  content: "Prev";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.cat-paginate ul.pagination li a[aria-label="pagination.previous"], .cat-paginate ul.pagination li a[aria-label="pagination.next"] {
  border: none;
  color: #000000;
  background-color: transparent;
  /* Remove specific border */
}
.product-s {
  margin-left: 4rem;
}
.prod-underline {
  width: 140px;
  height: 3px;
  background-color: #f9bbc6;
}
.product-detail {
  margin: 0 3.5rem;
}
.product-detail .out-of-stock {
  height: 40%;
  width: 40%;
  border-radius: 100%;
  background-color: #000000;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 9999;
  color: #ffffff;
}
.product-detail .product-name {
  font-size: 26px;
}
.product-detail .swiper-button-prev {
  transform: translateX(-50%) rotate(90deg);
  top: -45%;
  left: 50%;
  color: #000000;
  height: 100%;
  background-color: rgba(148, 148, 148, 0.5);
}
.product-detail .swiper-button-next {
  transform: translateX(-50%) rotate(90deg);
  top: 51%;
  left: 50%;
  color: #000000;
  height: 100%;
  background-color: rgba(148, 148, 148, 0.5);
}
.product-detail .cart-btn {
  background-color: #f9bbc6;
  border-radius: 50px;
  width: 35%;
  height: 45px;
}
.product-detail .cart-btn:hover {
  background-color: #ff8ba0;
  color: #ffffff;
}
.product-detail .cart-btn:active {
  background-color: #ff8ba0 !important;
  color: #ffffff !important;
}
.product-detail .cart-btn .cart-icon {
  width: 20px;
  padding-bottom: 5px;
}
.product-detail .btn-buy {
  background-color: #f87d92;
  border-radius: 50px;
  width: 35%;
  height: 45px;
  color: #ffffff;
  border: none;
}
.product-detail .btn-buy:hover {
  background-color: #f9bbc6;
  color: #000000;
}
.product-detail .btn-buy:active {
  background-color: #f9bbc6 !important;
  color: #000000 !important;
}
.product-detail input[type="number"]::-webkit-inner-spin-button, .product-detail input[type="number"]::-webkit-outer-spin-button {
  opacity: 0;
}
.product-detail .quantity-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #000000;
}
.product-detail .quantity-input {
  width: 65px;
  text-align: center;
  padding-right: 20px;
  border: none;
}
.product-detail .arrow-buttons {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  margin-right: 5px;
}
.product-detail .arrow-up, .product-detail .arrow-down {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.product-detail .brand-underline {
  width: 135px;
}
.product-detail .line-top {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.product-detail .boxaddtocart {
  display: initial;
}
.product-detail .boxaddtocart:hover {
  cursor: not-allowed;
}
.product-detail .swatch-panel .list-group .list-group-item {
  cursor: pointer;
}
.product-detail .swatch-panel .list-group .list-group-item.active {
  background-color: #bcbcbc;
  border-color: #bcbcbc;
}
.product-detail .product-description {
  white-space: pre-wrap;
}
.product-detail .product-caption {
  white-space: pre-wrap;
}
.modal-dialog {
  top: 35%;
}
.btn-checkout {
  background-color: #f9bbc6 !important;
  color: #000000 !important;
  /*border: 2px solid #000000;*/
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
.btn-checkout:hover {
  background-color: #ff8ba0 !important;
  color: #ffffff !important;
}
.btn-checkout:active {
  background-color: #ff8ba0 !important;
  color: #ffffff !important;
}
.btn-close:focus {
  box-shadow: none !important;
}
@media (max-width: 1440px) {
  .product-detail .swiper-button-prev {
    top: -43%;
  }
  .product-detail .swiper-button-next {
    top: 51.6%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .product-detail .swiper-button-prev {
    top: -40.1%;
  }
  .product-detail .swiper-button-next {
    transform: translateX(-50%) rotate(90deg);
    top: 52.3%;
  }
  .product-detail .cart-btn {
    width: 45%;
  }
  .product-detail .btn-info {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-detail {
    margin: 0 1rem;
  }
  .product-detail .swiper-button-prev {
    transform: none;
    top: 10%;
    left: 0;
    right: auto;
    width: 25px;
  }
  .product-detail .swiper-button-prev::after {
    font-size: 25px;
  }
  .product-detail .swiper-button-next {
    transform: none;
    top: 10%;
    left: auto;
    right: 0;
    width: 25px;
  }
  .product-detail .swiper-button-next::after {
    font-size: 25px;
  }
  .product-s {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .product-detail {
    margin: 0;
  }
  .product-detail .out-of-stock {
    left: 50%;
  }
  .product-detail .swiper-button-prev {
    transform: none;
    top: 10%;
    left: 0;
    right: auto;
    width: 20px;
  }
  .product-detail .swiper-button-prev::after {
    font-size: 20px;
  }
  .product-detail .swiper-button-next {
    transform: none;
    top: 10%;
    left: auto;
    right: 0;
    width: 20px;
  }
  .product-detail .swiper-button-next::after {
    font-size: 20px;
  }
  .cart-btn {
    width: 50% !important;
  }
  .btn-buy {
    width: 45% !important;
  }
  .product-description {
    font-size: 14px;
  }
  .product-s {
    margin-left: 1rem;
  }
}
.table-responsive {
  margin: 0 3.5rem;
}
.table-responsive th {
  font-weight: 600;
}
.table-responsive td {
  padding: 20px 8px 20px 8px !important;
}
.table-responsive .logo-product {
  width: 150px;
}
.table-responsive .custom-quantity {
  width: 40px;
}
.table-responsive .custom-quantity .input-group .btn-outline-secondary {
  border-radius: 0;
}
.table-responsive .custom-quantity .input-group .form-control {
  font-size: 1rem;
  border: 1px solid #000;
}
.manager-btn {
  margin-right: 3.5rem;
}
.manager-btn .btn-next {
  background-color: #f9bbc6;
  color: #000000;
  /*border: 2px solid #000000;*/
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
.manager-btn .btn-next:hover {
  background-color: #ff8ba0;
  color: #ffffff;
}
.manager-btn .btn-next:active {
  background-color: #ff8ba0 !important;
  color: #ffffff !important;
}
@media (max-width: 769px) {
  .table-responsive {
    margin: 0 1rem !important;
  }
  .table-responsive .logo-product {
    width: 100px;
  }
  .table-responsive .custom-quantity {
    width: 0;
  }
  .manager-btn {
    margin-right: 1rem;
  }
}
@media (max-width: 576px) {
  .table-responsive {
    margin: 0 !important;
  }
  .table-responsive .logo-product {
    width: 80px;
  }
  .table-responsive .custom-quantity {
    width: 0;
  }
  .manager-btn .btn-next {
    width: 100%;
  }
}
.register-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-container .costom-text {
  color: #f72f53;
}
.register-container .costom-text:hover {
  filter: brightness(0.7);
}
.register-container .register-box {
  background-color: #ffffff;
  border: 2px solid #000000;
  padding: 30px;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.register-container .register-title {
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.register-container .form-group {
  margin-bottom: 20px;
}
.register-container .custom-input {
  /* border: 2px solid #000000;*/
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  border-radius: 5px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.register-container .custom-input:focus {
  border-color: #f9bbc6;
  box-shadow: 0 0 5px rgba(249, 187, 198, 0.5);
}
.register-container .btn-default {
  background-color: #f9bbc6;
  color: #000000;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
.register-container .btn-default:hover {
  background-color: #f87d92;
  color: #ffffff;
}
.register-container .btn-default:active {
  background-color: #f87d92 !important;
  color: #ffffff !important;
}
.signin-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.signin-container .costom-text {
  color: #f72f53;
}
.signin-container .costom-text:hover {
  filter: brightness(0.7);
}
.signin-container .signin-title {
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.signin-container .signin-box {
  background-color: #ffffff;
  border: 2px solid #000000;
  padding: 30px;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.signin-container .form-group {
  margin-bottom: 20px;
}
.signin-container .custom-input {
  /*border: 2px solid #000000;*/
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  border-radius: 5px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.signin-container .custom-input:focus {
  border-color: #f9bbc6;
  box-shadow: 0 0 5px rgba(249, 187, 198, 0.5);
}
.signin-container .custom-checkbox {
  margin-bottom: 20px;
}
.signin-container .custom-checkbox .form-check-input {
  background-color: #f9bbc6;
  border-color: #000000;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.signin-container .custom-checkbox .form-check-input:checked {
  background-color: #000000;
  border-color: #f9bbc6;
}
.signin-container .custom-checkbox .form-check-label {
  color: #000000;
}
.signin-container .btn-default {
  background-color: #f9bbc6;
  color: #000000;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
.signin-container .btn-default:hover {
  background-color: #f87d92;
  color: #ffffff;
}
.signin-container .btn-default:active {
  background-color: #f87d92;
  color: #ffffff;
}
.signin-container .btn-re {
  background-color: #f87d92;
  color: #ffffff;
  border: none;
  /*border: 2px solid #000000;*/
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
.signin-container .btn-re:hover {
  background-color: #f9bbc6;
  color: #000000;
}
.signin-container .btn-re:active {
  background-color: #f9bbc6 !important;
  color: #000000 !important;
}
.signin-container .divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  gap: 15px;
  font-size: 18px;
  font-weight: bold;
}
.signin-container .divider::before, .signin-container .divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px dashed #ddd;
}
.signin-container .loginBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: bold;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.signin-container .loginBtn .social {
  width: 30px;
}
.signin-container .loginBtn--line:hover {
  border: 1px solid #06c755 !important;
  color: #06c755;
}
.reset-container .custom-input {
  /*border: 2px solid #000000;*/
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  border-radius: 5px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.reset-container .custom-input:focus {
  border-color: #f9bbc6;
  box-shadow: 0 0 5px rgba(249, 187, 198, 0.5);
}
.reset-container .form-group {
  margin-bottom: 20px;
}
.reset-container .btn-default {
  background-color: #f9bbc6;
  color: #000000;
  /* border: 2px solid #000000; */
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
.reset-container .btn-default:hover {
  background-color: #f87d92;
  color: #ffffff;
}
.reset-container .btn-default:active {
  background-color: #f87d92 !important;
  color: #ffffff !important;
}
.filter-title {
  color: rgba(0, 0, 0, 0.85);
}
.product-price {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-price .bnt-pr {
  font-size: 18px;
  font-weight: 500;
  border: 0;
}
.product-price .fa-plus {
  position: absolute;
  padding-top: 2px;
}
.product-price .fa-plus::before {
  font-size: 12px;
}
.product-price span {
  margin-left: 20px;
}
.price-search-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10px;
}
.price-search-container .text-size {
  font-size: 16px;
}
.price-search-container .price-input {
  border: none;
  outline: none;
  text-align: center;
  width: 60px;
  font-size: 13px;
}
.price-search-container .price-input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 3px 30px;
  margin: auto;
}
.showroom-tools .form-control {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
}
.showroom-tools .form-control:focus {
  border-color: #f9bbc6;
  box-shadow: 0 0 5px rgba(249, 187, 198, 0.5);
}
.showroom-tools .form-control:hover {
  border-color: #f9bbc6;
  box-shadow: 0 0 5px rgba(249, 187, 198, 0.5);
}
.showroom-tools .form-control:active {
  border-color: #f9bbc6;
  box-shadow: 0 0 5px rgba(249, 187, 198, 0.5);
}
.showroom-tools .form-control.select-open .fa-chevron-down {
  transform: translateY(-50%) rotate(180deg);
}
.showroom-tools .fa-chevron-down {
  position: absolute;
  top: 50%;
  right: 10px;
  pointer-events: none;
  color: #ccc;
  padding: 0 20px;
  transform: translateY(-50%);
}
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  background-color: transparent;
}
.custom-select .select-items div, .custom-select .select-selected {
  color: #000000;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
}
.custom-select .select-items {
  position: absolute;
  background-color: #ffffff;
  top: 115%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 15px 0px;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.custom-select .select-hide {
  display: none;
}
.custom-select .select-items div:hover, .custom-select .same-as-selected {
  background-color: rgba(249, 187, 198, 0.5);
}
.custom-select .select-items div:last-child:hover {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.custom-select-availability {
  position: relative;
}
.custom-select-availability select {
  display: none;
}
.custom-select-availability .select-selected {
  background-color: transparent;
}
.custom-select-availability .select-items div, .custom-select-availability .select-selected {
  color: #000000;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
}
.custom-select-availability .select-items {
  position: absolute;
  background-color: #ffffff;
  top: 115%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 15px 0px;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.custom-select-availability .select-hide {
  display: none;
}
.custom-select-availability .select-items div:hover, .custom-select-availability .same-as-selected {
  background-color: rgba(249, 187, 198, 0.5);
}
.custom-select-availability .select-items div:last-child:hover {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
@media (min-width: 1900px) and (max-width: 1999px) {
  .price-search-container .price-input-wrapper {
    padding: 3px 40px;
  }
  .price-search-container .price-input-wrapper .price-input {
    width: 70px;
  }
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .price-search-container .price-input-wrapper {
    padding: 3px 30px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .price-search-container .price-input-wrapper {
    padding: 3px 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .price-search-container .price-input-wrapper {
    padding: 3px 25px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .price-search-container .price-input-wrapper {
    padding: 3px 23px;
  }
}
@media (max-width: 576px) {
  .product-price .bnt-pr {
    font-size: 16px;
  }
  .price-search-container .text-size {
    font-size: 14px;
  }
  .price-search-container .price-input-wrapper {
    padding: 5px 10px;
  }
  .price-search-container .price-input-wrapper .price-input {
    width: 63px;
  }
}
.user-dropdown .dropdown-toggle {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  color: black;
}
.user-dropdown .dropdown-toggle::after {
  display: none;
  /* Removes the default arrow */
}
.user-dropdown .dropdown-toggle:focus {
  box-shadow: none;
}
.user-dropdown .dropdown-menu {
  padding: 0;
  transition: all 0.3s ease;
  margin-top: 20px !important;
}
.user-dropdown .dropdown-menu li a {
  transition: all 0.3s ease;
}
.user-dropdown .dropdown-menu li a:hover {
  color: #f72f53;
  background-color: #f9bbc6;
}


/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
.sm-simple {
  border: 1px solid #bbbbbb;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-simple a.current {
  background: #555555;
  color: #fff;
}
.sm-simple a.disabled {
  color: #cccccc;
}
.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}
.sm-simple a .sub-arrow::before {
  content: '+';
}
.sm-simple a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-simple > li:first-child {
  border-top: 0;
}
.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
    background: #fff;
  }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #eeeeee;
  }
  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-simple a.has-submenu {
    padding-right: 32px;
  }
  .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted .sub-arrow::before {
    content: '+';
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #eeeeee;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 1px solid #bbbbbb;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}

/*# sourceMappingURL=sm-simple.css.map */
