@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);/*IMPORTS*/
.checkbox-wrapper-16 .checkbox-input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  white-space: nowrap;
}
.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #2260ff;
}
.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #2260ff;
  border-color: #2260ff;
}
.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
  color: #2260ff;
}
.checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}
.checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
}
.checkbox-wrapper-16 .checkbox-tile {
  position: relative;
  margin-top: 10px;
  border: 2px solid transparent;
  transition: 0.15s ease;
  cursor: pointer;
}
.checkbox-wrapper-16 .checkbox-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}
.checkbox-wrapper-16 .checkbox-tile:hover {
  border-color: #2260ff;
}
.checkbox-wrapper-16 .checkbox-tile:hover:before {
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}
.checkbox-wrapper-16 .checkbox-tile .product-image {
  margin-top: 0 !important;
}
.checkbox-wrapper-16 .checkbox-tile .product-image img {
  border-radius: 4px 4px 0 0;
}
.checkbox-wrapper-16 .checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
}
.checkbox-wrapper-16 .checkbox-icon svg {
  width: 3rem;
  height: 3rem;
}
.checkbox-wrapper-16 .checkbox-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
}

.checkbox-wrapper-46 {
  font-size: 14px;
}
.checkbox-wrapper-46 input[type=checkbox] {
  display: none;
  visibility: hidden;
}
.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
}
.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span.sign-checked, .checkbox-wrapper-46 .cbx span.sign-indeterminate {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
.checkbox-wrapper-46 .cbx span.sign-checked svg, .checkbox-wrapper-46 .cbx span.sign-indeterminate svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span.sign-checked:before, .checkbox-wrapper-46 .cbx span.sign-indeterminate:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506EEC;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.checkbox-wrapper-46 .cbx span:last-child {
  padding-top: 0.5px;
  padding-left: 4px;
}
.checkbox-wrapper-46 .cbx:hover span.sign-checked,
.checkbox-wrapper-46 .cbx:hover span.sign-indeterminate {
  border-color: #506EEC;
}
.checkbox-wrapper-46 .inp-cbx:not(:checked):not(:indeterminate) + .cbx span.sign-indeterminate {
  display: none;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span.sign-indeterminate {
  display: none;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span.sign-checked {
  background: #506EEC;
  border-color: #506EEC;
  animation: wave-46 0.4s ease;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span.sign-checked svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span.sign-checked:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
.checkbox-wrapper-46 .inp-cbx:indeterminate + .cbx span.sign-checked {
  display: none;
}
.checkbox-wrapper-46 .inp-cbx:indeterminate + .cbx span.sign-indeterminate {
  background: #506EEC;
  border-color: #506EEC;
  animation: wave-46 0.4s ease;
}
.checkbox-wrapper-46 .inp-cbx:indeterminate + .cbx span.sign-indeterminate svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-46 .inp-cbx:indeterminate + .cbx span.sign-indeterminate:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}
.cropper-view-box,
.cropper-face {
  border-radius: 0px !important;
}

/* The css styles for `outline` do not follow `border-radius` on iOS/Safari (#979). */
.cropper-view-box {
  outline: 0 !important;
  box-shadow: 0 0 0 1px #9c755d !important;
}

.cropper-point,
.cropper-line {
  background-color: #6a452e !important;
}

.open-sans-font {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

img.load-fadein:not(.initial) {
  transition: opacity 0.6s;
}
img.load-fadein.initial, img.load-fadein.loaded, img.load-fadein.error {
  opacity: 1;
}
img.load-fadein:not([src]) {
  opacity: 0;
  visibility: hidden;
}

.loader {
  position: relative;
  left: 45%;
  width: 30px;
  height: 30px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #555;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Shimmer effect */
.shimmer-effect {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(204, 204, 204) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 200% auto;
  border-radius: 10px;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.shimmer-top-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.6rem 1rem 1rem;
  pointer-events: none;
}
.shimmer-top-slider .shimmer-effect {
  max-width: 1240px;
  margin: 0 auto;
}

.shimmer-top-cat-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  padding: 0 2.5%;
  min-width: 280px;
  overflow: hidden;
  pointer-events: none;
}
.shimmer-top-cat-nav .shimmer-effect.icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  pointer-events: none;
}
.shimmer-top-cat-nav .shimmer-effect.name {
  width: 40px;
  height: 20px;
  border-radius: 10px;
  margin-top: 0.5rem;
  pointer-events: none;
}

@media (min-width: 320px) {
  .shimmer-top-cat-nav .shimmer-effect.icon {
    width: 60px;
    height: 60px;
  }
  .shimmer-top-cat-nav .shimmer-effect.name {
    width: 60px;
  }
}
@media (min-width: 481px) {
  .shimmer-top-slider {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .shimmer-top-cat-nav .shimmer-effect.icon {
    width: 80px;
    height: 80px;
  }
  .shimmer-top-cat-nav .shimmer-effect.name {
    width: 80px;
  }
}
#mobile-nav-cat-list {
  /* Hide swiper container and buttons initially */
}
#mobile-nav-cat-list .swiper-container.top-cat-nav {
  visibility: hidden;
}
#mobile-nav-cat-list .swiper-button-prev,
#mobile-nav-cat-list .swiper-button-next {
  visibility: hidden;
}

#main-top-slider {
  /* Hide swiper container and buttons initially */
}
#main-top-slider .swiper-container-top.top-slider {
  visibility: hidden;
}
#main-top-slider .swiper-button-prev,
#main-top-slider .swiper-button-next {
  visibility: hidden;
}

.swiper-lazy-preloader-brown {
  --swiper-preloader-color: rgb(106 69 46 / 50%);
}

/*UTILITIES*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html,
body {
  height: 100%;
}

::-webkit-scrollbar-thumb {
  background: #93cb44;
}

.text-brown {
  color: #6a452e !important;
}

.text-green {
  color: #93cb44;
}

.text-grey {
  color: #626262;
}

label.error {
  margin-top: 5px;
  color: red;
}

.btn-green {
  border: 2px solid #93cb44;
  color: #6a452e;
  background: #93cb44;
  margin: unset;
  border-radius: 10px;
  height: unset;
  font-weight: 600;
  padding: 8px 20px;
}
.btn-green:hover {
  background: #fff;
}

.btn-whatsapp-glow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  font-size: clamp(0.95rem, 1vw + 0.3rem, 1.1rem);
  font-weight: 600;
  color: #ffffff;
  background-color: #25d366;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}
.btn-whatsapp-glow:hover {
  color: #ffffff;
  background-color: #1ebd5a;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
  transform: scale(1.05);
  text-decoration: none;
}
.btn-whatsapp-glow:hover svg {
  transform: rotate(10deg) scale(1.2);
}
.btn-whatsapp-glow svg {
  margin-right: 8px;
  transition: transform 0.3s ease;
}

.icon-circle-pulse {
  background: rgba(37, 211, 102, 0.1);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  animation: pulse 2s infinite;
}

.support-box {
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.support-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.2);
}
.support-box h5 {
  font-size: clamp(1rem, 1.5vw + 0.3rem, 1.3rem);
  font-family: monospace;
  color: #444;
}
.support-box h2 {
  font-size: clamp(1.3rem, 2vw + 0.5rem, 2rem);
  font-weight: 700;
}
.support-box p {
  font-size: clamp(0.9rem, 1vw + 0.4rem, 1.1rem);
}

.qr-code {
  width: 45%;
  height: 45%;
}

.btn-disabled {
  border: 2px solid #b8b8b8;
  color: rgb(94, 94, 94);
  background: #b8b8b8;
  margin: unset;
  border-radius: 10px;
  height: unset;
  font-weight: 600;
  padding: 8px 20px;
  opacity: 0.8;
}

.btn-white {
  border: 2px solid #93cb44;
  color: #6a452e;
  background: #fff;
  margin: unset;
  border-radius: 10px;
  height: unset;
  font-weight: 600;
  padding: 8px 20px;
}
.btn-white:hover {
  border: 2px solid #6a452e;
  color: #93cb44;
}

.btn-brown {
  min-width: unset !important;
  border: 2px solid #6a452e;
  color: #fff;
  background: #6a452e;
  margin: unset;
  border-radius: 10px;
  height: unset;
  font-weight: 600;
  padding: 8px 20px;
}
.btn-brown:hover {
  background: #fff;
  color: #6a452e;
}

.bg-green {
  background: #93cb44;
}

.btn-red {
  min-width: unset !important;
  border: 2px solid red;
  color: #fff;
  background: red;
  margin: unset;
  border-radius: 10px;
  height: unset;
  font-weight: 600;
  padding: 8px 20px;
}
.btn-red:hover {
  background: #fff;
  color: red;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.2rem;
}

.list-style {
  padding-left: 0;
  margin-left: 1rem;
}

.sub-list {
  margin-left: 1rem;
  list-style: disc;
}

/*ARROW SIGN*/
.circle-border {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.arrow-sign {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 36%;
  left: 42%;
}

.circle-border:hover {
  border-color: #6a452e;
}
.circle-border:hover .arrow-sign {
  border-color: #6a452e;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*END ARROW SIGN*/
/*END UTILITIES*/
/*PRELOADER*/
.front-preloader {
  background: #93cb44;
}

/*END PRELOADER*/
.tag {
  z-index: 90;
}

.home-product-tab-main-block {
  display: none;
}

.header-nav-smallscreen {
  display: none !important;
}

.cnt-block select.changed_language {
  width: 70px;
}

header {
  background: #93cb44;
}

.top-bar {
  background: #6a452e;
}

.main-header {
  background: #ffffff;
}
.main-header.auth-page {
  padding: 1rem 1.5rem;
  background: #ffffff;
  border-radius: 0 0 0 50px;
}
.main-header.auth-page .logo-holder {
  margin: 0;
}
.main-header.auth-page .logo-holder .logo img {
  margin: 12px !important;
}
.main-header .top-search-holder .search-area .search-field {
  background: #f4f2f2;
}
.main-header .top-search-holder .search-area .btn-default {
  background: #93cb44;
}
.main-header .top-search-holder .search-area .btn-default i {
  color: #fff;
}
.main-header .top-search-holder .search-area .btn-default:hover {
  background: #6a452e;
}

.header-style-1 .header-nav {
  background: #ffffff;
  border-top: 1px solid hsla(85, 56%, 53%, 0.2);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav {
  display: flex !important;
  flex-direction: unset;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav .route-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav .route-links > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 14px;
  font-size: 18px;
  font-weight: 500;
  color: #93cb44;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav .route-links > a i {
  color: #6a452e;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav .route-links > a:hover {
  color: #6a452e;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav .route-links > a:hover i {
  color: #93cb44;
}

.side-content {
  display: none;
  height: unset;
  padding-right: 15px;
  border-radius: 10px;
  overflow: hidden;
  z-index: unset;
}

.logo.login-page {
  margin-left: 0;
}

.cnt-home.login-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.body-content.auth-page {
  flex: 1;
  position: relative;
  background: url("../../asset/bgauth1.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 0;
}
.body-content.auth-page .auth-content {
  width: 100%;
  padding: 4rem 14px;
  min-height: 100vh;
}
.body-content.auth-page .auth-content .login-box {
  margin: auto;
}

@media screen and (max-width: 765px) {
  .main-header.auth-page .logo-holder .logo img {
    margin: 1.5rem 0.5rem 1rem !important;
  }
  .body-content.auth-page .auth-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .body-content.auth-page .auth-content .login-box {
    margin: 0 0 0 5% !important;
  }
}
.login-box .heading {
  background: #6a452e;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 22px 18px;
}
.login-box .content {
  background: #fff;
  padding: 22px 18px;
  border-radius: 0 0 10px 10px;
}
.login-box .content.register-page {
  padding: 1px 18px;
}
.login-box .forgot-pw {
  text-align: right;
}

.form-check-label.login-page {
  line-height: 1.4rem;
}

.btn-login button {
  width: 100%;
  background: #93cb44;
  color: #6a452e;
  font-weight: bold;
  border-radius: 8px;
}

.disclaimer {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}

.search-cat-box select {
  background: #f4f2f2;
}

#hero {
  margin-bottom: 1rem;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
  background: #6a452e;
  color: #fff;
  overflow: hidden;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
  color: #6a452e;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .lbl {
  color: #6a452e;
}

.login-section {
  padding: 15px 22px;
}
.login-section.profile {
  padding: 15px 0;
}

.login-text {
  color: #000;
  font-weight: normal;
  margin-bottom: 12px;
}
.login-text span {
  color: #6a452e;
  font-weight: bold;
}

.login-btn {
  background: #93cb44;
  color: #fff;
  width: 100%;
  padding: 7px;
  border-radius: 0.5rem;
  font-weight: bold;
}

.login-section .or {
  margin: 10px auto 8px;
  text-align: center;
}

.login-link {
  width: 100%;
  text-align: center;
  padding: 0;
  text-decoration: underline;
  color: #41a7ff;
  font-weight: bold;
}

.profile-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 8px 0;
  row-gap: 10px;
}
.profile-info.store {
  padding: 0;
}

.store-status {
  margin-bottom: 10px;
}
.store-status .title {
  color: #6a452e;
  font-weight: bold;
  padding: 10px 0;
  font-size: 0.9rem;
}
.store-status .badge-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.store-status .badge {
  padding: 0;
}
.store-status .badge img {
  width: 100%;
}
.store-status .name {
  color: #626262;
}

.store-point .title {
  color: #6a452e;
  font-weight: bold;
  padding: 10px 0;
  font-size: 0.9rem;
}
.store-point .stats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.store-point .bar {
  position: relative;
  height: 10px;
  border-radius: 10px;
  width: 100%;
  background: #eaeaea;
}
.store-point .bar .val {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
  background: #93cb44;
}
.store-point .bar .message {
  position: absolute;
  display: none;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
  bottom: -46px;
  font-size: 0.6rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.store-point .bar .message:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}
.store-point .bar:hover .message {
  display: block;
}
.store-point .score {
  color: #6a452e;
  font-size: 0.7rem;
  text-align: right;
}

.login-section .lining {
  height: 0;
  width: 100%;
  display: block;
  border: 1px solid #f2f3f7;
  margin: 10px 0;
}

.detail-info {
  width: 80%;
  padding: 0 15px;
}
.detail-info .name {
  color: #6a452e;
  font-weight: bolder;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-info .link {
  color: #a4a4a4;
  font-size: 0.7rem;
  font-style: italic;
  text-decoration: underline;
}
.detail-info .verify {
  display: block;
  font-size: 0.6rem;
  color: red;
  font-weight: 500;
}
.detail-info .verify.wait {
  color: orange;
}
.detail-info .verify.done {
  color: #93cb44;
}
.detail-info .verify span {
  color: #626262;
}

.profile-menu {
  padding: 0;
}
.profile-menu i {
  color: #93cb44;
}
.profile-menu a:hover i,
.profile-menu a.active i {
  color: #6a452e;
}
.profile-menu a:hover span,
.profile-menu a.active span {
  color: #6a452e;
}

.become-seller {
  background: transparent;
  color: #6a452e;
  font-weight: bold;
  border: 0.15rem solid #93cb44;
  width: 100%;
  border-radius: 0.5rem;
  padding: 7px;
  margin: 10px 0;
}
.become-seller:hover {
  color: #93cb44;
  font-weight: bold;
  border: 0.15rem solid #6a452e;
}

.profile-logout {
  display: block;
  padding: 0;
}
.profile-logout:hover {
  color: red;
}

.seller-section {
  width: 100%;
  display: block;
}
.seller-section .header {
  color: #93cb44;
  background: #f4f4f4;
  font-weight: bold;
  font-style: italic;
  padding: 6px 22px;
  margin: 10px -22px;
}
.seller-section .header-child {
  color: #6a452e;
  font-weight: bold;
  padding: 10px 0;
  font-size: 0.9rem;
}

.navbar-category {
  float: right;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #93cb44;
}
.navbar-category i {
  color: #6a452e;
  padding-right: 2px;
}
.navbar-category:hover {
  color: #6a452e;
}
.navbar-category:hover i {
  color: #93cb44;
}

.top-cart-row .dropdown-cart {
  float: right;
}

.our-features-box {
  background: #fff;
  padding: 40px 5% 45px;
  border-radius: 1rem 1rem 0 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px;
}
.our-features-box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  gap: 30px;
}
.our-features-box ul li {
  padding: 0;
}
.our-features-box .footer-title {
  color: #6a452e;
  font-size: 1.3rem;
  font-weight: bold;
}
.our-features-box .footer-desc {
  color: #a6a6a6;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.footer .footer-bottom {
  padding: 50px 10%;
  background: #93cb44;
}

.footer-bar {
  padding: 22px 10%;
}

.address-block {
  margin-top: 0;
}

.toggle-footer i {
  background: #fff;
  color: #6a452e;
}

.footer-bottom .media-body {
  color: #f1f8e8;
}
.footer-bottom .media-body .address-footer {
  line-height: 30px;
  padding-top: 7px;
}

.footer .footer-bottom .module-body ul li a {
  color: #f1f8e8;
}

.copyright-bar {
  display: none;
  background: #fff;
  line-height: 2rem;
}
.copyright-bar .copyright {
  text-align: left;
}

.product-group {
  border-radius: unset;
  background: transparent;
}
.product-group .section-title {
  border-radius: 10px;
  background: #fff;
  margin-top: 0;
}
.product-group .section-title.primary {
  background-color: #93cb44;
  color: white;
}
.product-group .section-title.primary a:hover {
  color: #212529 !important;
}
.product-group .section-title a:hover {
  color: #0056b3 !important;
}
.product-group .section-title .note {
  font-weight: 500;
  font-size: 0.8rem;
}

.owl-group {
  width: 100%;
}

.custom-carousel .owl-controls .owl-next:before,
.custom-carousel .owl-controls .owl-prev:before {
  color: #93cb44;
  font-size: 13px;
}
.custom-carousel .owl-controls .owl-next,
.custom-carousel .owl-controls .owl-prev {
  background: transparent;
  border: 0.1rem solid #93cb44;
  width: 22px;
  height: 22px;
  top: -20px;
}

.item .products .image a {
  padding-top: 100%;
}
.item .products .image a img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.item .products .image a .hover-image {
  background: transparent;
}

.product {
  padding-right: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px;
}
.product .product-image {
  margin-top: 10px;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.product .product-image .tag {
  top: -10px;
  right: 0;
  background: #41a7ff;
  font-size: 0.6rem;
  line-height: 60px;
  width: 60px;
  height: 60px;
}
.product .product-image .tag-label {
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 0px 10px 10px 0px;
  background: #93cb44;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
  padding: 4px 10px;
}
.product .product-image .tag-label.premium {
  display: flex;
  align-items: center;
  background: rgb(230, 230, 122);
}
.product .product-image .tag-label.premium.inactive {
  background: #c1c1c1;
}
.product .product-image .tag-label.premium .icon {
  width: 20px;
  margin-right: 4px;
}
.product .product-info {
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product .product-info .name {
  width: 100%;
  padding: 6px 8px 0;
  line-height: normal;
  display: -webkit-box;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product .product-info .name.title {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 66px;
  margin: 0;
}
.product .product-info .name.title a {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: pretty;
}
.product .product-info .name.title a:hover {
  color: #6a452e;
}
.product .product-info .name.title span {
  display: inline-block;
  max-width: 100%;
  margin-top: 0.25rem;
  color: #4a4b4d;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.product .product-info .name.title span i {
  font-size: 1.2em;
}
.product .product-info .name a {
  font-size: 14px;
}
.product .product-info .product-price {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product .product-info .product-price.price-pad {
  padding: 0 8px;
}
.product .product-info .product-price:not(.bid-status) .price {
  min-height: 2.7rem;
}
.product .product-info .product-price.bid-status .price {
  min-height: 2.75rem;
  margin-bottom: 5px;
}
.product .product-info .product-price .price {
  row-gap: 4px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.product .product-info .product-price .price.d-flex {
  flex-wrap: nowrap !important;
  align-items: center;
}
.product .product-info .product-price .price.d-flex .product-price {
  text-align: left;
}
.product .product-info .product-price .price.d-flex .product-price.edge {
  text-align: right;
}
.product .product-info .product-price .price .text-start {
  width: -moz-fit-content;
  width: fit-content;
}
.product .product-info .product-price .price .text-right {
  width: -moz-fit-content;
  width: fit-content;
}
.product .product-info .product-price .price .text {
  font-size: 0.7rem;
}
.product .product-info .product-store {
  padding: 0 8px 6px;
  overflow: hidden;
}
.product .product-info .product-store .name {
  padding: 0;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 0.8rem;
  margin-bottom: 4px;
  color: #626262;
}
.product .product-info .product-store .name:hover {
  color: #6a452e;
}
.product .product-info .product-store .location {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7rem;
  color: #6c757d;
}
.product .product-info .product-store .location i {
  margin-right: 2px;
}
.product .product-info .timer-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  text-align: center;
  font-weight: bold;
}
.product .product-info .timer-group .d,
.product .product-info .timer-group .h,
.product .product-info .timer-group .m,
.product .product-info .timer-group .s {
  display: inline-block;
  width: 42px;
  height: 36px;
  padding: 3.5px;
  background: #fff;
  color: #93cb44;
  font-size: 1.25em;
  font-weight: bold;
  border: 2px solid #93cb44;
  border-radius: 5px;
}
.product .product-info .timer-group span {
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 1px;
  color: #93cb44;
}

.lining {
  width: 100%;
  height: 1px;
  background: #eaedf1;
  display: block;
  margin: 10px 0;
}
.lining.small {
  margin: 4px 0;
}

.product .cart {
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-left: unset;
  width: unset;
}
.product:hover .cart {
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-left: unset;
  width: unset;
}

.category-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 15px 0;
  row-gap: 10px;
}
.category-container .category-item {
  padding: 0 10px;
}
.category-container .category-item .category-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  min-height: 75px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px;
  gap: 10%;
}
.category-container .category-item .category-group .image {
  height: 100%;
  width: 25%;
  max-width: 40px;
}
.category-container .category-item .category-group img {
  height: 100%;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.category-container .category-item .category-group .title {
  width: 65%;
  font-size: 1.2rem;
  font-weight: 500;
  color: #93cb44;
  overflow: hidden;
}
.category-container .category-item .category-group:hover {
  background: #93cb44;
}
.category-container .category-item .category-group:hover .title {
  color: #fff;
}

.product-list .section-title {
  margin-bottom: 0;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
  padding: 18px 20px;
}
.product-list .section-title .action {
  font-size: 1rem;
}
.product-list .section-title .action .input-group {
  height: 100%;
}
.product-list .section-title .action input {
  background: rgba(0, 0, 0, 0.1);
  border: transparent;
  border-radius: 10px 0 0 10px;
  color: #fff;
}
.product-list .section-title .action input::-moz-placeholder {
  color: #eaeaea;
}
.product-list .section-title .action input::placeholder {
  color: #eaeaea;
}
.product-list .section-title .action input:-ms-input-placeholder {
  color: #eaeaea;
}
.product-list .section-title .action input::-ms-input-placeholder {
  color: #eaeaea;
}
.product-list .section-title .action button {
  border: transparent;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 10px 10px 0;
  color: #fff;
}
.product-list .section-title .action select {
  color: #fff;
  margin-left: 10px;
}
.product-list .section-title .action select option {
  color: #000;
}

.product-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0;
}

.product-item {
  width: 20%;
  padding: 0px 10px 10px 10px;
}
.product-item .product {
  margin-right: 0;
  padding-right: 0;
}

.product-group.all .section-title {
  margin-top: 0;
}

.product-item .product-image .tag {
  right: -10px;
}

.section-title.all {
  background: #93cb44;
  color: #fff;
  border-radius: 10px;
}
.section-title.review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #93cb44;
  color: #fff;
  border-radius: 10px;
}
.section-title.tool {
  display: flex;
  margin-top: 0.5rem;
  background: #fff;
  color: #626262;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px;
}
.section-title.tool #tools-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 0.5rem;
}
.section-title.tool #tools-container.invisible .btn {
  transform: scale(0);
}
.section-title.tool #tools-container .btn {
  transform: scale(1);
  transition: all ease-in-out 0.2s;
}

.form-all {
  border-radius: 10px;
}
.form-all .section-title {
  border-radius: 10px 10px 0 0;
  background: #93cb44;
  color: #fff;
  margin-top: 0;
}
.form-all .content-rev {
  padding: 25px 22px;
}
.form-all .filter {
  color: #6a452e;
}

.detail-page {
  margin-bottom: 1rem;
}
.detail-page .breadcrumb {
  margin-left: 15px;
}
.detail-page .breadcrumb-item {
  font-size: 0.8rem;
}
.detail-page .breadcrumb-item + .detail-page .breadcrumb-item::before {
  content: ">";
}
.detail-page .breadcrumb-item a {
  color: #626262;
}
.detail-page .breadcrumb-item.active {
  font-weight: 600;
  color: #808080;
}
.detail-page .container-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.detail-page .container-group.product-group {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
}
.detail-page .container-group .section-title {
  width: 100%;
}
.detail-page .image-container {
  position: relative;
  width: 50%;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.detail-page .image-container.slick-initialized {
  opacity: 1 !important;
  visibility: visible !important;
}
.detail-page .image-container .zoomImg {
  border-radius: 10px;
}
.detail-page .image-container .selected .img.slick-slide {
  margin: 0 8px !important;
  border-radius: 20px;
}
.detail-page .image-container .selected .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  border-radius: 20px;
}
.detail-page .image-container .nav-selected img {
  border-radius: 10px;
}
.detail-page .image-container .nav-selected .slick-track {
  width: calc(100% + 15px) !important;
  transform: unset !important;
}
.detail-page .image-container .targetzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.detail-page .image-container .tag {
  position: absolute;
  top: 4%;
  right: 7%;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
}
.detail-page .image-container .tag i {
  color: #c1c1c1;
  font-size: 2rem;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail-page .image-container .tag.selected i {
  color: red;
}
.detail-page .image-container .tag.selected:hover i {
  color: #c1c1c1;
}
.detail-page .image-container .tag:hover {
  background: rgba(255, 255, 255, 0.8);
}
.detail-page .image-container .tag:hover i {
  color: red;
}
.detail-page .detail-container {
  width: 50%;
  padding: 5px 15px;
}
.detail-page .detail-container .back-container {
  position: relative;
  display: inline-flex;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #c1c1c1;
  line-height: 2.5;
}
.detail-page .detail-container .back-container .icon {
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  left: 12px;
  margin-right: 15px;
}
.detail-page .detail-container .back-container .icon span {
  position: relative;
}
.detail-page .detail-container .back-container .icon span::before {
  content: "";
  display: block;
  width: 8px;
  border: 1px solid #c1c1c1;
  transform: rotate(-45deg);
  margin-top: 40%;
  margin-left: 12px;
}
.detail-page .detail-container .back-container .icon span::after {
  content: "";
  display: block;
  width: 8px;
  border: 1px solid #c1c1c1;
  transform: rotate(45deg);
  margin-top: 10%;
  margin-left: 12px;
}
.detail-page .detail-container .back-container:hover {
  color: #6a452e;
}
.detail-page .detail-container .back-container:hover .icon {
  border-color: #6a452e;
}
.detail-page .detail-container .back-container:hover .icon span::before {
  border-color: #6a452e;
}
.detail-page .detail-container .back-container:hover .icon span::after {
  border-color: #6a452e;
}
.detail-page .detail-container .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.detail-page .detail-container .content .title {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #626262;
  overflow-wrap: break-word;
}
.detail-page .detail-container .content .see {
  width: 100%;
  display: flex;
  align-items: center;
}
.detail-page .detail-container .content .see .fa-circle {
  font-size: 0.4rem;
}
.detail-page .detail-container .content .see span {
  font-weight: 600;
}
.detail-page .detail-container .content .action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  row-gap: 0.75rem;
}
.detail-page .detail-container .content .action.tight {
  align-items: flex-start;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.detail-page .detail-container .content .action .price {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.75;
}
.detail-page .detail-container .content .action .btn-col {
  flex-grow: 1;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
.detail-page .detail-container .content .action .btn-col a {
  width: -moz-fit-content;
  width: fit-content;
}
.detail-page .detail-container .content .action .btn {
  margin: 0;
}
.detail-page .detail-container .content .action .quantity-editor {
  width: 112px;
}
.detail-page .detail-container .content .action .quantity-editor input {
  height: 40px;
  box-shadow: none !important;
}
.detail-page .detail-container .content .action .quantity-editor .input-group-prepend,
.detail-page .detail-container .content .action .quantity-editor .input-group-append {
  height: 40px;
}
.detail-page .detail-container .content .action .quantity-editor .input-group-prepend button,
.detail-page .detail-container .content .action .quantity-editor .input-group-append button {
  background-color: #fff;
  color: #93cb44;
  border: 1px solid #ced4da;
  box-shadow: none !important;
}
.detail-page .detail-container .content .action .quantity-editor .input-group-prepend button:hover:not([disabled]),
.detail-page .detail-container .content .action .quantity-editor .input-group-append button:hover:not([disabled]) {
  background-color: #F0F3F7;
}
.detail-page .detail-container .content .action .quantity-editor .input-group-prepend button[disabled],
.detail-page .detail-container .content .action .quantity-editor .input-group-append button[disabled] {
  color: #b6b7b7;
}
.detail-page .detail-container .content .action .quantity-editor .input-group-prepend button i,
.detail-page .detail-container .content .action .quantity-editor .input-group-append button i {
  font-size: 10px;
}
.detail-page .detail-container .content .shop {
  width: 100%;
}
.detail-page .detail-container .content .shop .name {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1rem;
}
.detail-page .detail-container .content .shop .name .point {
  vertical-align: middle;
  cursor: default;
}
.detail-page .detail-container .content .shop .location {
  font-weight: 500;
}
.detail-page .detail-container .content .shop .location i {
  margin-right: 10px;
}
.detail-page .detail-container .content .shop .interaction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.detail-page .detail-container .content .shop .interaction .information {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}
.detail-page .detail-container .content .shop .interaction .buttons-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
}
.detail-page .detail-container .content .shop .interaction .buttons-container::-webkit-scrollbar {
  display: none;
}
.detail-page .detail-container .content .shop .interaction .buttons-container button {
  box-shadow: none !important;
  font-weight: 600;
  color: #6a452e;
}
.detail-page .detail-container .content .shop .interaction .buttons-container button:hover {
  background: #F0F3F7;
}
.detail-page .detail-container .content .shop .interaction .buttons-container .vertical-divider {
  width: 1px;
  height: 20px;
  background-color: #ccc;
}
.detail-page .detail-container .content .rules .title {
  font-size: 1rem;
  color: red;
}
.detail-page .detail-container .content .rules .content {
  font-size: 0.9rem;
  padding-left: 15px;
  color: red;
}
.detail-page .detail-container .content .specification,
.detail-page .detail-container .content .description,
.detail-page .detail-container .content .note,
.detail-page .detail-container .content .share {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.detail-page .detail-container .content .specification .title,
.detail-page .detail-container .content .description .title,
.detail-page .detail-container .content .note .title,
.detail-page .detail-container .content .share .title {
  width: 26%;
  font-size: 1rem;
  color: #93cb44;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.5px;
}
.detail-page .detail-container .content .specification .listing,
.detail-page .detail-container .content .description .listing,
.detail-page .detail-container .content .note .listing,
.detail-page .detail-container .content .share .listing {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.detail-page .detail-container .content .specification .listing .sub-title,
.detail-page .detail-container .content .description .listing .sub-title,
.detail-page .detail-container .content .note .listing .sub-title,
.detail-page .detail-container .content .share .listing .sub-title {
  font-weight: 500;
  font-size: 0.9rem;
  font-style: italic;
}
.detail-page .detail-container .content .specification .listing .sub-value,
.detail-page .detail-container .content .description .listing .sub-value,
.detail-page .detail-container .content .note .listing .sub-value,
.detail-page .detail-container .content .share .listing .sub-value {
  font-weight: 500;
  font-size: 0.9rem;
  color: #626262;
  overflow-x: auto;
}
.detail-page .detail-container .content .specification .listing .sub-value::-webkit-scrollbar,
.detail-page .detail-container .content .description .listing .sub-value::-webkit-scrollbar,
.detail-page .detail-container .content .note .listing .sub-value::-webkit-scrollbar,
.detail-page .detail-container .content .share .listing .sub-value::-webkit-scrollbar {
  display: none;
}
.detail-page .detail-container .content .specification .listing .sub-value .color-box,
.detail-page .detail-container .content .description .listing .sub-value .color-box,
.detail-page .detail-container .content .note .listing .sub-value .color-box,
.detail-page .detail-container .content .share .listing .sub-value .color-box {
  width: 12px;
  height: 12px;
  transform: translateY(8.5px);
  border: 1px solid black;
}
.detail-page .detail-container .content .specification .marking,
.detail-page .detail-container .content .description .marking,
.detail-page .detail-container .content .note .marking,
.detail-page .detail-container .content .share .marking {
  width: 2%;
  text-align: center;
}
.detail-page .detail-container .content .specification .detail,
.detail-page .detail-container .content .description .detail,
.detail-page .detail-container .content .note .detail,
.detail-page .detail-container .content .share .detail {
  width: 72%;
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 500;
  font-size: 0.9rem;
  overflow-wrap: break-word;
}
.detail-page .detail-container .content .share .title {
  width: 30%;
}
.detail-page .detail-container .content .share .link-icon {
  width: 70%;
}
.detail-page .detail-container .content .share .link-icon a {
  margin-right: 4px;
}
.detail-page .type {
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.detail-page .last-container,
.detail-page .bid-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 7.5px;
}
.detail-page .last {
  flex-grow: 1;
  width: auto;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.detail-page .last i {
  vertical-align: center;
  font-size: 1rem;
  color: #c1c1c1;
}
.detail-page .last i.spin {
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.detail-page .timer-group {
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  font-weight: bold;
}
.detail-page .timer-group .d,
.detail-page .timer-group .h,
.detail-page .timer-group .m,
.detail-page .timer-group .s {
  border: 2px solid #93cb44;
  color: #93cb44;
  font-size: 1rem;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
}
.detail-page .timer-group span {
  font-weight: 600;
  font-size: 1rem;
  color: #93cb44;
}
.detail-page .last-container {
  padding-bottom: 15px;
}
.detail-page .last-container + a {
  text-wrap: nowrap;
  text-decoration: underline;
  font-style: italic;
  margin-bottom: 10px;
  color: #41a7ff;
}
.detail-page .bid-container {
  font-size: 1.2rem;
}
.detail-page .bid-container .yours {
  flex-grow: 1;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.detail-page .bid-container .yours span {
  text-decoration: underline;
  font-weight: 600;
}
.detail-page .bid-container .bid {
  flex-grow: 1;
  width: auto;
}
.detail-page .bid-container .bid .btn-custom {
  border: none;
  padding: 0 25px;
  color: #fff;
}
.detail-page .bid-container .bid .btn-custom:hover {
  color: #93cb44;
}
.detail-page .bid-container .emu-number {
  border-radius: 10px 0 0 10px;
  border: 1px solid #c1c1c1;
  position: relative;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  margin-bottom: 0;
  padding: 5px 8px;
  display: flex;
  flex-direction: row;
}
.detail-page .bid-container .emu-number div {
  text-align: center;
  color: #626262;
}
.detail-page .bid-container .emu-number div.inc-container {
  width: 35px;
  z-index: 1;
}
.detail-page .bid-container .emu-number div.bidding {
  flex-grow: 1;
}
.detail-page .bid-container .emu-number .inc-container {
  border-radius: 50%;
  color: #6a452e;
}
.detail-page .bid-container .emu-number .add-container {
  border-radius: 50%;
  color: #6a452e;
}
.detail-page .bid-container .emu-number .sign {
  color: #6a452e;
  font-size: 0.8rem;
}
.detail-page .bid-container .emu-number .sign.minus {
  text-align: left;
}
.detail-page .bid-container .emu-number .sign.add {
  text-align: right;
}
.detail-page .bid-container .emu-number .sign i {
  padding: 8px 10px;
  border-radius: 50%;
  background: #efefef;
  cursor: pointer;
}
.detail-page .bid-container .emu-number .sign i:hover {
  background: #dadada;
}
.detail-page .bid-container .minus {
  width: 10px;
  height: 10px;
}
.detail-page .bid-container .plus {
  width: 10px;
  height: 10px;
}

.file-input-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
  gap: 10px;
}
.file-input-group + input[type=file] {
  display: none;
}

.input-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  background: #eaeaea;
}
.input-circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
}
.input-circle img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  display: none;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  aspect-ratio: 1/1;
}
.input-circle img.show {
  display: unset;
}
.input-circle img.placeholder {
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: unset;
  display: block;
}
.input-circle .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.specification {
  line-height: 2;
}

.command {
  font-size: 1.2rem;
  font-weight: 600;
}

.information {
  font-weight: 500;
}

.input-type {
  padding: 15px 25px;
}

.input-footer {
  padding: 15px 25px;
}
.input-footer span {
  font-style: italic;
  font-weight: 400;
}

.cart-empty {
  padding: 2rem;
  font-size: 1rem;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}

.cart {
  text-align: unset;
  padding: 0;
  background: transparent;
}

.section-title.separated {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  padding: 18px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 10px;
  row-gap: 8px;
}

.content-split-container {
  margin-bottom: 1rem;
  color: #626262;
}
.content-split-container .choice-container {
  width: calc(20% - 15px);
}
.content-split-container .choice-container.package {
  width: 33.3333333333%;
}
.content-split-container .choice-container.package .choice-box {
  padding-top: unset;
}
.content-split-container .choice-box {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: #fff;
  border-radius: 10px;
  transition: all ease-in-out 0.3s;
}
.content-split-container .choice-box:hover {
  outline: solid 1px #6a452e;
  filter: brightness(0.9);
}
.content-split-container .choice-group {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-split-container .group-container {
  width: 60%;
  margin: auto;
}
.content-split-container .icon-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border: 2px solid #6a452e;
  border-radius: 50%;
}
.content-split-container .icon-container i {
  position: absolute;
  color: #6a452e;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
}
.content-split-container .text-container {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 8px;
}
.content-split-container .icon-add {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #93cb44;
  right: 0;
  transform: translate(50%, -50%);
  text-align: center;
  background: #fff;
}
.content-split-container .icon-add i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #93cb44;
  font-size: 1rem;
}

.split-container {
  background: #fff;
  min-height: 550px;
  border-radius: 10px;
  padding: 1.6rem 2.35rem;
}
.split-container .title {
  padding: 20px 25px;
  font-size: 1.2rem;
  color: #626262;
  font-weight: 600;
}
.split-container .split-section .form input {
  background: #fff;
}
.split-container .form {
  padding: 20px 25px;
}
.split-container .balance-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 20px 25px;
  align-items: center;
  gap: 1rem;
  color: #6a452e;
}
.split-container .balance-container input {
  background: #c1c1c1;
}
.split-container .balance-container .icon-container {
  width: 60px;
  padding-top: unset;
}
.split-container .balance-container .content-container {
  width: auto;
  flex-grow: 1;
}
.split-container .balance-container .balance-action {
  width: -moz-fit-content;
  width: fit-content;
}
.split-container .balance-container .balance-action a {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.split-container .balance-container .icon {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: 1px solid #6a452e;
  border-radius: 50%;
}
.split-container .balance-container .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #6a452e;
}
.split-container .balance-container .text {
  font-weight: 500;
}
.split-container .balance-container .number {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
.split-container .footer-section {
  padding: 0 25px 20px;
  margin-top: -20px;
  color: #c1c1c1;
}
.split-container .footer-section .title {
  font-weight: 500;
  font-size: 0.9rem;
  padding: unset;
}
.split-container .footer-section .content {
  font-weight: 400;
  font-size: 0.8rem;
}

.faq .title {
  color: #93cb44;
  font-size: 1.65rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
}
.faq .subtitle {
  color: #6a452e;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.faq ol {
  padding-inline-start: 0.9rem;
}

.checkbox-container {
  display: unset;
  position: relative;
  padding-left: 25px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  background-color: #eee;
}

.checkbox-container input ~ .checkmark {
  background-color: transparent;
}
.checkbox-container input:checked ~ .checkmark {
  /*background-color: #626262;*/
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid #6a452e;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow-x: hidden;
}
.cart-item.total {
  flex-wrap: wrap;
  background: #eaeaea;
}
.cart-item.total .text-total {
  width: 20%;
  margin-left: 50%;
  font-size: 1.2rem;
  padding: 1.2rem 2rem;
}
.cart-item.total .number-total {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 700;
  width: 21%;
  margin-right: 9%;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.cart-item .content-mark {
  width: clamp(22px, 5%, 22px);
  margin-top: -4px;
}
.cart-item .content-body {
  display: flex;
  max-width: 90%;
  padding: 0 0.75rem;
  flex-grow: 1;
}
.cart-item .content-body .content-image {
  width: 100%;
  max-width: 120px;
  padding: 0;
}
.cart-item .content-body .content-image .img-container {
  padding-bottom: 100%;
  position: relative;
  margin: 0 auto;
}
.cart-item .content-body .content-image .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.cart-item .content-body .content-description {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.cart-item .content-body .content-description .wrapped {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.cart-item .content-body .content-description .wrapped .p-name {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.cart-item .content-body .content-description .wrapped .p-store {
  width: -moz-fit-content;
  width: fit-content;
}
.cart-item .content-body .content-description .wrapped .p-location {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8rem;
  line-height: 2;
}
.cart-item .content-body .content-description .wrapped .p-location i {
  padding-right: 10px;
}
.cart-item .content-body .content-price {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 25%;
  margin: auto;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: right;
}
.cart-item .formCheckCart {
  margin-bottom: 0;
}
.cart-item .content-delete {
  width: clamp(18px, 5%, 38px);
  text-align: right;
  font-size: 1.4rem;
}

.cart-shipment {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.cart-shipment .section-title {
  padding: 18px 20px;
  background: #fff;
  font-weight: 600;
  font-size: 24px;
  border-bottom: unset;
  margin-bottom: 0;
}
.cart-shipment .seperated {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 250px;
}
.cart-shipment .lining {
  margin: 0;
}
.cart-shipment .column {
  flex-grow: 1;
  flex-basis: 0;
  padding: 15px 20px;
}
.cart-shipment .column:first-child {
  border-right: 0.1rem solid #f2f3f7;
}
.cart-shipment .column:last-child {
  border-left: 0.1rem solid #f2f3f7;
}
.cart-shipment .region {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cart-shipment .name {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.cart-shipment .phone {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.cart-shipment .address {
  height: unset;
  margin: 0;
}
.cart-shipment p:first-child {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
.cart-shipment p:last-child {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.8rem;
  color: #626262;
}
.cart-shipment .region .column {
  border: 0;
  padding: 0;
}
.cart-shipment .btn-cart {
  border: 2px solid #93cb44;
  color: #6a452e;
  background: #fff;
  margin: unset;
  width: 100%;
  border-radius: 10px;
  height: unset;
  font-weight: 500;
}
.cart-shipment .btn-cart:hover {
  background: #6a452e;
  color: #fff;
}
.cart-shipment .btn-cart[type=submit] {
  color: #6a452e;
  background: #93cb44;
}
.cart-shipment .btn-cart[type=submit]:hover {
  color: #93cb44;
  background: #6a452e;
}
.cart-shipment label {
  font-size: 1rem;
  font-weight: 500;
}
.cart-shipment textarea {
  margin-bottom: 15px;
}

.checkout .split-container {
  padding: 0;
  min-height: 380px;
}
.checkout .split-container .section-title {
  font-size: 24px;
  font-weight: 600;
  background: #fff;
  padding: 18px 20px;
  color: #626262;
  margin-bottom: 0;
  border: 0;
}
.checkout .lining {
  margin: 0;
}
.checkout .contact {
  padding: 15px 20px;
}
.checkout .contact .column {
  flex-grow: 1;
  flex-basis: 0;
  padding: 15px 20px;
}
.checkout .contact .column:first-child {
  border-right: 0.1rem solid #f2f3f7;
}
.checkout .contact .column:last-child {
  border-left: 0.1rem solid #f2f3f7;
}
.checkout .contact .region {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.checkout .contact .name {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.checkout .contact .phone {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.checkout .contact .address {
  height: unset;
  margin: 0;
}
.checkout .contact p:first-child {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
  font-style: italic;
}
.checkout .contact p:last-child {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.8rem;
  color: #626262;
}
.checkout .contact .region .column {
  border: 0;
  padding: 0;
}
.checkout .contact .note p {
  font-size: 0.8rem;
}
.checkout .confirmation {
  padding: 15px 20px;
}
.checkout .confirmation .lining {
  margin: 0 -20px;
  width: 110%;
}
.checkout .confirmation .item {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0.5rem;
}
.checkout .confirmation .item:first-child {
  padding-top: 0;
}
.checkout .item .content {
  width: clamp(120px, 100%, 28rem);
}
.checkout .content .name {
  font-size: 1.4rem;
  font-weight: 500;
}
.checkout .item .detail {
  width: 100%;
}
.checkout .detail .store {
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
}
.checkout .detail .location {
  display: inline-block;
}
.checkout .item .price {
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  font-weight: 500;
  font-size: 1.6rem;
}
.checkout .item .text {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: end;
}
.checkout .item .number {
  flex-grow: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right;
}
.checkout .item:last-child {
  align-items: center;
}
.checkout .confirmation .btn {
  min-width: 45%;
}
.checkout .contact .btn-cart:hover {
  background: #6a452e;
  color: #fff;
}

.section-tabs .nav-tabs {
  justify-content: space-between;
  border-bottom: unset;
  gap: 10px;
}
.section-tabs .nav-tabs .nav-item {
  width: calc(33% - 10px);
}
.section-tabs .nav-tabs .nav-link {
  font-size: 1.2rem;
  padding: 10px 5rem;
  border-radius: 10px 10px 0 0;
  color: #fff;
  background: #c1c1c1;
  font-weight: 500;
  text-align: center;
}
.section-tabs .nav-tabs .nav-link:hover {
  color: #c1c1c1;
  background: #fff;
  border-color: #fff;
}
.section-tabs .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #93cb44;
  border-color: #93cb44;
}
.section-tabs .nav-tabs > li > a {
  margin: 0;
}
.section-tabs .nav-pills .nav-link {
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  border-color: #6a452e;
  color: #6a452e;
  font-weight: 500;
}
.section-tabs .nav-pills .nav-link:hover {
  color: #fff;
  background: #6a452e;
}
.section-tabs .nav-pills .nav-link.active {
  color: #fff;
  background-color: #6a452e;
}

.list-container {
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.list-container.review {
  border-radius: 10px;
}
.list-container .table {
  margin-bottom: unset;
}
.list-container th {
  border-bottom: 1px solid #626262;
  border-top: unset;
  font-size: 1.2rem;
  font-weight: 600;
  color: #626262;
}
.list-container th:first-child {
  padding-left: 20px;
}
.list-container td:first-child {
  padding-left: 20px;
}
.list-container th:last-child,
.list-container td:last-child {
  padding-right: 20px;
}
.list-container .item td {
  vertical-align: middle;
  color: #757575;
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid #dee2e6;
}
.list-container .item td:last-child {
  text-align: right;
}
.list-container .item .store {
  font-size: 1rem;
  color: #3b3b3b;
}
.list-container .item .store i {
  margin-right: 10px;
}
.list-container .item .store .name {
  font-weight: 600;
}
.list-container .item .store .location {
  color: #808080;
}
.list-container .item .order-status {
  font-style: italic;
  font-weight: 600;
  color: #808080;
}
.list-container .item .order-status .active {
  color: #93cb44;
}
.list-container .item .order-status .bid {
  color: #41a7ff;
}
.list-container .item .order-status .done {
  color: #8ca18e;
}
.list-container .item .order-status .warning {
  color: #ffcc00;
}
.list-container .item .order-status .inactive {
  color: #cc3300;
}
.list-container .item.smaller td {
  font-size: 1rem;
}

.pagination-container {
  padding: 15px 25px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px;
}
.pagination-container .pagination {
  flex-wrap: wrap;
  row-gap: 8px;
}
.pagination-container .pagination li:last-child > a:hover,
.pagination-container .pagination li:first-child > a:hover {
  background: #6a452e;
  color: #fff;
}

.def-pagination.conflate .pagination-container {
  box-shadow: none !important;
}
.def-pagination .page-link {
  color: #c1c1c1;
  border-color: #c1c1c1;
  font-size: 0.8rem;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  min-width: 35px;
  text-align: center;
  border-width: 2px;
  font-weight: 500;
}
.def-pagination .page-link:first-child, .def-pagination .page-link:last-child {
  color: #c1c1c1;
  border-color: #c1c1c1;
  font-size: 0.8rem;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.def-pagination .page-link.active {
  color: #6a452e;
  border-color: #93cb44;
  font-weight: 600;
}
.def-pagination .page-link:hover {
  color: #6a452e;
  border-color: #93cb44;
  background: #fff;
}
.def-pagination > li:first-child > a,
.def-pagination > li:first-child > span {
  color: #c1c1c1;
  border-color: #c1c1c1;
  font-size: 1rem;
  background: #fff;
}
.def-pagination > li:last-child > a,
.def-pagination > li:last-child > span {
  color: #c1c1c1;
  border-color: #c1c1c1;
  font-size: 1rem;
  background: #fff;
}
.def-pagination > li:first-child > a:hover,
.def-pagination > li:first-child > span:hover {
  color: #6a452e;
  border-color: #93cb44;
  background: #fff;
}
.def-pagination > li:last-child > a:hover,
.def-pagination > li:last-child > span:hover {
  color: #6a452e;
  border-color: #93cb44;
  background: #fff;
}
.def-pagination .page-item {
  margin-right: 7.5px;
  margin-left: 7.5px;
}
.def-pagination .page-item.active .page-link {
  color: #6a452e;
  border-color: #93cb44;
  font-weight: 600;
}

.default-pagination .page-link {
  color: #c1c1c1;
  border-color: #c1c1c1;
  font-size: 1rem;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
.default-pagination .page-link:first-child, .default-pagination .page-link:last-child {
  color: #c1c1c1;
  border-color: #c1c1c1;
  font-size: 1rem;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
.default-pagination > li:first-child > a,
.default-pagination > li:first-child > span {
  color: #c1c1c1;
  border-color: #c1c1c1;
  font-size: 1rem;
  background: #fff;
}
.default-pagination > li:last-child > a,
.default-pagination > li:last-child > span {
  color: #c1c1c1;
  border-color: #c1c1c1;
  font-size: 1rem;
  background: #fff;
}
.default-pagination > li:first-child > a:hover,
.default-pagination > li:first-child > span:hover {
  color: #6a452e;
  border-color: #93cb44;
  background: #fff;
}
.default-pagination > li:last-child > a:hover,
.default-pagination > li:last-child > span:hover {
  color: #6a452e;
  border-color: #93cb44;
  background: #fff;
}
.default-pagination .page-item {
  margin-right: 7.5px;
  margin-left: 7.5px;
}
.default-pagination .page-link {
  color: #c1c1c1;
  border-color: #c1c1c1;
  font-size: 1rem;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  min-width: 42px;
  text-align: center;
  border-width: 2px;
  font-weight: 500;
}
.default-pagination .page-link.active {
  color: #6a452e;
  border-color: #93cb44;
  font-weight: 600;
}
.default-pagination .page-link:hover {
  color: #6a452e;
  border-color: #93cb44;
  background: #fff;
}

.split-section .section-title .title {
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.split-section .split-container {
  padding: 0;
  min-height: unset;
}
.split-section .split-container .section-title {
  font-size: 1.4rem;
  font-weight: 600;
  background: #fff;
  padding: 18px 20px;
  color: #626262;
  margin-bottom: 0;
  border: 0;
}
.split-section .lining {
  margin: 0;
}
.split-section .timer-section {
  flex-grow: 1;
  display: inline-block;
  text-align: right;
  line-height: 2;
  font-size: 1.2rem;
  font-weight: 400;
}
.split-section .timer-section span {
  font-weight: 600;
}
.split-section .contact {
  padding: 15px 20px;
}
.split-section .contact .column {
  flex-grow: 1;
  flex-basis: 0;
  padding: 15px 20px;
}
.split-section .contact .column:first-child {
  border-right: 0.1rem solid #f2f3f7;
}
.split-section .contact .column:last-child {
  border-left: 0.1rem solid #f2f3f7;
}
.split-section .contact .region {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.split-section .contact .name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.split-section .contact .phone {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.split-section .contact .address {
  height: unset;
  margin: 0;
}
.split-section .contact p:first-child {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
  font-style: italic;
}
.split-section .contact p:last-child {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.8rem;
  color: #626262;
}
.split-section .contact .region .column {
  border: 0;
  padding: 0;
}
.split-section .contact .note p {
  font-size: 0.8rem;
}
.split-section .contact.payment .container-payment {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.split-section .contact.payment .container-payment:last-child {
  margin-bottom: 0;
}
.split-section .contact.payment .container-payment input {
  display: none;
}
.split-section .contact.payment .container-payment input:checked + .choice {
  background: #93cb44;
  color: white;
}
.split-section .contact.payment .container-payment.child {
  width: 80%;
  float: right;
}
.split-section .contact.payment .card_payment {
  display: none;
}
.split-section .contact.payment .card_payment.show {
  display: block;
}
.split-section .contact.payment .manual_payment {
  display: none;
}
.split-section .contact.payment .manual_payment.show {
  display: block;
}
.split-section .contact.payment .bri_va {
  display: none;
}
.split-section .contact.payment .bri_va.show {
  display: block;
}
.split-section .contact.payment .choice {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #6a452e;
  color: #6a452e;
  height: 60px;
}
.split-section .contact.payment .icon {
  height: 100%;
  position: relative;
}
.split-section .contact.payment .icon img {
  width: auto;
  height: 100%;
}
.split-section .contact.payment .text {
  margin-left: auto;
  font-weight: bold;
}
.split-section .confirmation {
  padding: 15px 20px;
}
.split-section .confirmation .lining {
  margin: 0 -20px;
  width: 110%;
}
.split-section .confirmation .item {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.split-section .confirmation .item:first-child {
  padding-top: 0;
}
.split-section .confirmation .btn {
  min-width: 45%;
}
.split-section .item .img {
  width: 15%;
  padding-right: 1%;
}
.split-section .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.split-section .item .content {
  width: 45%;
}
.split-section .item .detail {
  width: 100%;
}
.split-section .item .price {
  width: 40%;
  text-align: right;
  font-weight: 500;
  font-size: 1.2rem;
}
.split-section .item .text {
  width: 30%;
  margin-left: 25%;
  font-size: 1.2rem;
  font-weight: 500;
}
.split-section .content .name {
  font-size: 1.2rem;
  font-weight: 500;
}
.split-section .detail .store {
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
}
.split-section .detail .location {
  display: inline-block;
}
.split-section .order .item .text {
  width: 30%;
  margin-left: 25%;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}
.split-section .order .item .text.addon {
  width: 55%;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 500;
}
.split-section .order .item .text.label {
  width: 100%;
  text-align: unset;
  margin-left: unset;
}
.split-section .order .item .number {
  width: 45%;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
}
.split-section .order .item .number.addon {
  width: 45%;
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
}
.split-section .item:last-child {
  align-items: center;
}
.split-section .form input {
  padding: 20px 15px;
  margin-bottom: 20px;
  background: #f4f4f4;
  font-size: 1rem;
}
.split-section .form textarea {
  padding: 20px 15px;
  margin-bottom: 20px;
  background: #f4f4f4;
  font-size: 1rem;
  border-radius: 10px;
}

.action .btn {
  min-width: unset;
}

.loved {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 3%;
  left: 5%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 80;
}
.loved i {
  color: #626262;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loved i.active {
  color: #ff0000;
}
.loved.secondary {
  width: 50px;
  height: 50px;
  top: 20px;
  left: 28px;
}
.loved.secondary i {
  font-size: 1.8rem;
}
.loved:hover i {
  color: #ff0000;
}
.loved:hover i.active {
  color: #626262;
}

/* PROFILE SECTION */
.profile-container .profile-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 25px;
  gap: 10px;
}
.profile-container .profile-section .identity {
  flex-grow: 1;
  max-width: 100%;
}
.profile-container .profile-section .identity .name {
  font-size: 1.4rem;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}
.profile-container .profile-section .identity .email {
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.profile-container .profile-section .action {
  margin-left: auto;
}
.profile-container .profile-section .description {
  margin-right: 60%;
  margin-top: 20px;
  width: 100%;
}
.profile-container .address-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 25px;
}
.profile-container .address-section .title {
  color: #626262;
  font-size: 1.2rem;
  font-weight: 600;
}
.profile-container .address-section .content {
  color: #c1c1c1;
  font-size: 1rem;
  font-weight: 500;
  word-break: break-word;
}
.profile-container .address-section .addrs {
  width: 30%;
}
.profile-container .footer-section {
  padding: 10px 20px 20px;
}

/*END PROFILE SECTION*/
.section-title select {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 10px;
  padding: 6px 30px;
}
.section-title .bridge {
  font-size: 1rem;
  padding: 0 15px;
  font-weight: 500;
}

.sellerstats-container .footer-section {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  text-align: right;
  color: #7c5c48;
}
.sellerstats-container .footer-section .title {
  width: 70%;
  font-weight: 500;
  font-size: 1.2rem;
}
.sellerstats-container .footer-section .content {
  width: 30%;
  font-weight: 700;
  font-size: 1.8rem;
}

.sellerstats-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 0;
}
.sellerstats-section .group {
  width: 33.3333333333%;
  padding: 0 15px 15px;
}
.sellerstats-section .group .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #6a452e;
  border-radius: 10px;
  padding: 15px 20px;
  align-items: center;
  color: #7c5c48;
}
.sellerstats-section .group .title {
  width: 70%;
  font-size: 1.1rem;
  font-weight: 500;
}
.sellerstats-section .group .stats {
  width: 30%;
  text-align: right;
  font-size: 2rem;
  font-weight: 700;
}
.sellerstats-section .group .stats.zero {
  color: #c1c1c1;
}

.product:hover .cart {
  top: 25%;
  margin-left: -4px;
  margin-right: -4px;
}

.upload-section {
  padding: 15px 15px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.upload-section .upload-container {
  position: relative;
  width: calc(12.5% - 10px);
  padding: 0;
  margin-bottom: 0 !important;
  transition: all ease-in-out 0.3s;
}
.upload-section .upload-container:hover {
  filter: brightness(0.65);
}
.upload-section .upload-container:hover .upload-box {
  outline: 2.5px solid #93cb44;
}
.upload-section .upload-container .upload-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 10px;
  background: #eaeaea;
  cursor: pointer;
}
.upload-section .upload-container .upload-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  color: #c1c1c1;
}
.upload-section .upload-container label {
  margin-bottom: 0;
}
.upload-section .upload-container input {
  display: none;
}
.upload-section .upload-container .image-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  pointer-events: none;
  cursor: pointer;
}
.upload-section .caption-container {
  width: 25%;
}
.upload-section .caption-container .title {
  font-size: 1rem;
  font-weight: 600;
}
.upload-section .caption-container .desc {
  font-size: 0.8rem;
  color: #626262;
  font-weight: 500;
}

.new-arriavls .products {
  border: unset;
}
.new-arriavls .section-title {
  margin-top: 0;
  font-size: 1.4rem;
}

.card.packages {
  width: 25%;
}
.card.review-card {
  text-align: left;
}
.card.review-card .card-body .product-view {
  display: flex;
  margin-bottom: 1rem;
  gap: 8px;
}
.card.review-card .card-body .product-view .product-image {
  width: 75px;
}
.card.review-card .card-body .product-view .product-image .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.card.review-card .card-body .product-view .product-image .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.review-card .card-body .product-view .product-content {
  flex-grow: 1;
  width: 60%;
}
.card.review-card .card-body .product-view .product-content .product-label {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  gap: 4px;
  overflow-x: hidden;
}
.card.review-card .card-body .product-view .product-content .product-name {
  margin-bottom: 2px;
  color: #4a4b4d;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: pretty;
}
.card.review-card .card-body .product-view .product-content .product-name:hover {
  color: #6a452e;
}
.card.review-card .card-body .product-view .product-content .rate {
  text-align: left;
  font-size: 14px;
  margin-bottom: 0;
  cursor: default;
}
.card.review-card .card-body .reply {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 1rem;
}
.card.review-card .card-body .reply.child {
  margin-top: 1rem;
  padding-left: 1rem;
}
.card.review-card .card-body .reply.child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border: 1px solid #c1c1c1;
  border-left: groove;
}
.card.review-card .card-body .reply.child .bubble {
  flex-direction: column;
  align-items: flex-start;
}
.card.review-card .card-body .reply .bubble {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  gap: 6px;
}
.card.review-card .card-body .reply .bubble .from {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding-left: 2px;
  color: #626262;
  gap: 10px;
}
.card.review-card .card-body .reply .bubble .from .img {
  width: 25px;
}
.card.review-card .card-body .reply .bubble .from .img img {
  width: 100%;
  border-radius: 50%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  aspect-ratio: 1/1;
}
.card.review-card .card-body .reply .bubble .from p {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: pretty;
}
.card.review-card .card-body .reply .bubble .comment {
  position: relative;
  width: 100%;
  padding: 0.5rem;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}
.card.review-card .card-body .reply .bubble .timestamp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  color: #c1c1c1;
  gap: 6px;
}
.card.review-card .card-body .reply .action {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.card.review-card .card-body .reply .action a {
  font-size: 0.6rem;
  padding: 7px;
}
.card.review-card .card-body .datetime {
  color: #c1c1c1;
  font-weight: 600;
  font-size: 10px;
}

.daterange {
  font-size: 1rem;
  border-radius: 6px;
  border-width: thin;
  border-color: #c1c1c1;
  padding: 3px 8px;
}

.detail-saldo {
  padding: 10px 25px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-saldo .title {
  padding: 0;
  font-weight: 500;
}
.detail-saldo .value {
  padding: 0;
  font-weight: 600;
}

.history-balance {
  font-size: 1rem;
}
.history-balance .date {
  color: #626262;
  font-weight: 500;
}
.history-balance .balance {
  color: #6a452e;
  font-weight: 600;
}
.history-balance .stat {
  font-weight: 500;
}
.history-balance .stat.req {
  color: #c1c1c1;
}
.history-balance .stat.paid {
  color: #93cb44;
}

.order-group {
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 20px;
}
.order-group .title-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 14px;
  background: #eaeaea;
  border-radius: 10px 10px 0 0;
  gap: 0.5rem;
}
.order-group .title-group .inv-number {
  color: #93cb44;
  text-align: left;
  width: clamp(210px, 35%, 420px);
}
.order-group .title-group .inv-number a {
  color: unset;
}
.order-group .title-group .inv-number a:hover {
  color: #6a452e;
}
.order-group .title-group .inv-buyer {
  flex-grow: 1;
  color: #808080;
  text-align: center;
  width: clamp(210px, 30%, 420px);
}
.order-group .title-group .inv-date {
  color: #808080;
  text-align: right;
  width: clamp(210px, 35%, 420px);
}
.order-group .title-group p {
  margin-bottom: 0;
  font-size: 13px;
}
.order-group .review-group {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
.order-group .review-group .title {
  display: block;
  padding: 0 14px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #808080;
}
.order-group .review-group .prod-group {
  padding: 10px 25px;
  border-radius: 0 0 10px 10px;
}
.order-group .review-group .prod-group .item-prod {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(60% - 6px);
  gap: 0.5rem;
}
.order-group .review-group .prod-group .item-prod .img {
  width: 70px;
  height: 70px;
}
.order-group .review-group .prod-group .item-prod .img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-width: 70px;
  min-height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.order-group .review-group .prod-group .item-prod .info {
  padding-left: 10px;
}
.order-group .review-group .prod-group .item-prod .info .label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  overflow-x: hidden;
}
.order-group .review-group .prod-group .item-prod .info .name {
  width: -moz-fit-content;
  width: fit-content;
  color: #6a452e;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.15rem;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: pretty;
}
.order-group .review-group .prod-group .item-prod .info .title {
  padding: 0;
}
.order-group .review-group .prod-group .item-prod .info .rate i {
  padding-right: 2px;
}
.order-group .review-group .prod-group .item-prod .info .rate i.checked {
  color: #f9a602;
}
.order-group .review-group .prod-group .reply {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 1rem;
}
.order-group .review-group .prod-group .reply.child {
  margin-top: 1rem;
  padding-left: 1rem;
}
.order-group .review-group .prod-group .reply.child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border: 1px solid #c1c1c1;
  border-left: groove;
}
.order-group .review-group .prod-group .reply.child .bubble {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 6px;
}
.order-group .review-group .prod-group .reply.child .bubble .from {
  width: calc(60% - 12px);
}
.order-group .review-group .prod-group .reply.child .bubble .comment {
  width: calc(60% - 12px);
}
.order-group .review-group .prod-group .reply.child .bubble .timestamp {
  width: calc(60% - 12px);
}
.order-group .review-group .prod-group .reply .bubble {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 1rem;
}
.order-group .review-group .prod-group .reply .bubble .from {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  width: calc(60% - 6px);
  padding-left: 2px;
  color: #626262;
  gap: 10px;
}
.order-group .review-group .prod-group .reply .bubble .from .img {
  width: 25px;
}
.order-group .review-group .prod-group .reply .bubble .from .img img {
  width: 100%;
  border-radius: 50%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  aspect-ratio: 1/1;
}
.order-group .review-group .prod-group .reply .bubble .from p {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: pretty;
}
.order-group .review-group .prod-group .reply .bubble .comment {
  position: relative;
  width: calc(60% - 6px);
  padding: 0.5rem;
  background: #eaeaea;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}
.order-group .review-group .prod-group .reply .bubble .timestamp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: calc(60% - 6px);
  gap: 6px;
}
.order-group .review-group .prod-group .reply .action {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.order-group .review-group .prod-group .reply .action a {
  font-size: 0.7rem;
  padding: 8px;
}
.order-group .review-group .time {
  font-size: 10px;
  color: #c1c1c1;
  line-height: normal;
}

.buyer-group {
  padding: 13px 22px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.buyer-group .photo {
  width: 50px;
  height: 50px;
}
.buyer-group .photo img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.buyer-group .name {
  font-size: 0.9rem;
  padding-left: 10px;
  font-weight: 600;
}

.selected {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
.selected img:hover {
  opacity: 0;
}
.selected img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

#owl-main {
  min-height: 100px;
  height: auto;
  margin-bottom: 0.9rem;
}
#owl-main .item {
  height: auto;
}
#owl-main .item img {
  display: block;
  width: 100%;
  height: auto;
}

.main-content {
  float: unset;
  padding: 0 8px;
}

.icon-footer {
  width: 130px;
}

.payment p {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
}

.share-links-wrap {
  margin-top: 25px;
  padding: 0 16px;
  overflow: hidden;
}

.share-links-wrap .text-header {
  float: left;
  margin-right: 16px;
  line-height: 30px;
}

.share-links {
  overflow: hidden;
}

.share-links.hoverable li a {
  transition: all 0.15s ease-in;
}

.share-links.hoverable li a.fb,
.share-links.hoverable li a.twt,
.share-links.hoverable li a.db,
.share-links.hoverable li a.rss,
.share-links.hoverable li a.gplus,
.share-links.hoverable li a.de,
.share-links.hoverable li a.be {
  background-color: #d1d1d1;
}

.share-links.hoverable li a:hover.fb {
  background-color: #355599;
}

.share-links.hoverable li a:hover.twt {
  background-color: #0fccf4;
}

.share-links.hoverable li a:hover.db {
  background-color: #f63f6e;
}

.share-links.hoverable li a:hover.rss {
  background-color: #ffa312;
}

.share-links.hoverable li a:hover.gplus {
  background-color: #e0133a;
}

.share-links.hoverable li a:hover.be {
  background-color: #0d79ab;
}

.share-links.hoverable li a:hover.de {
  background-color: #05cc47;
}

.share-links li {
  float: left;
  margin-right: 12px;
}

.share-links li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.share-links li a.fb,
.share-links li a.twt,
.share-links li a.db,
.share-links li a.rss,
.share-links li a.gplus,
.share-links li a.de,
.share-links li a.be {
  background-repeat: no-repeat;
  background-position: center;
}

.share-links li a:hover.fb {
  background-color: #4868ae;
}

.share-links li a:hover.twt {
  background-color: #2fd5f9;
}

.share-links li a:hover.db {
  background-color: #fe5e87;
}

.share-links li a:hover.rss {
  background-color: #ffb72d;
}

.share-links li a:hover.gplus {
  background-color: #f42a50;
}

.share-links li a:hover.be {
  background-color: #1b8ec3;
}

.share-links li a:hover.de {
  background-color: #15e159;
}

.share-links li:last-child {
  margin-right: 0;
}

#st-1 .st-btn {
  display: inline-block !important;
}

.cart .action .list-unstyled {
  display: inline-flex;
}

.notif-list {
  display: none;
  position: absolute;
  max-height: 500px;
  overflow-y: auto;
  right: 0;
  width: 300px;
  background: #fff;
  z-index: 100;
  box-shadow: 5px 10px 8px #888888;
}
.notif-list.show {
  display: block;
}
.notif-list li {
  padding: 8px 10px;
  color: #000;
  cursor: pointer;
}
.notif-list li:hover {
  text-decoration: underline;
}

.slick-list {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.slick-list .slick-slide {
  margin: 8px !important;
  min-width: 35px;
}

.nav-selected .slick-slide:hover {
  filter: brightness(0.65);
}
.nav-selected .slick-slide.slick-current.slick-active img {
  outline: solid 2.5px #93cb44;
}

.modal-body .item .img {
  width: 15%;
  padding-right: 1%;
}
.modal-body .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.modal-body .item .content {
  width: 45%;
}
.modal-body .item .detail {
  width: 100%;
}
.modal-body .item .price {
  width: 40%;
  text-align: right;
  font-weight: 500;
  font-size: 1.4rem;
}
.modal-body .item .text {
  width: 30%;
  margin-left: 25%;
  font-size: 1.2rem;
  font-weight: 500;
}
.modal-body .item textarea {
  width: 100%;
}
.modal-body .review {
  padding: 15px 20px;
}
.modal-body .review .lining {
  margin: 0 -20px;
  width: 110%;
}
.modal-body .review .item {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
}
.modal-body .review .item:first-child {
  padding-top: 0;
}

.modal-footer {
  gap: 8px;
}
.modal-footer .btn-secondary {
  border: 2px solid #6c757d;
  margin: unset;
  border-radius: 10px;
  height: unset;
  font-weight: 500;
  padding: 8px 20px;
  font-size: 1rem;
}

.main-header .top-search-holder .search-area .search-field {
  border-radius: 10px 0 0 10px;
}

.search {
  text-align: center;
}
.search .nav-link.active {
  color: #93cb44;
  background: none;
  border-color: #93cb44;
  border: 0;
  border-bottom: 2px solid #93cb44;
}
.search .nav-link:hover {
  color: #93cb44;
  background: none;
  border: 0;
  border-bottom: 2px solid #93cb44;
}
.search .nav-link img {
  width: 15%;
  margin-right: 4px;
}
.search .nav-link i.fa {
  margin-right: 4px;
}

.store-item {
  width: 25%;
  padding: 2px 8px 12px 8px;
}
.store-item.premium {
  width: 33.3333333333%;
}
.store-item .item {
  background: #fff;
  border-radius: 5px;
  min-height: 100px;
  padding: 8px 5px;
}
.store-item .top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.store-item .img {
  width: 20%;
  border-radius: 50%;
  position: relative;
}
.store-item .img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.store-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  transition: 1s all;
}
.store-item img:hover {
  box-shadow: 2px 3px 5px grey;
}
.store-item .info-group {
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 0 8px;
  width: 65%;
  color: #6a452e;
}
.store-item .info-group .name {
  max-width: 100%;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-item .open-to {
  width: 15%;
}
.store-item .latest {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.store-item .latest .latest-g {
  width: 50%;
  padding: 5px;
}
.store-item .latest .latest-item {
  width: 100%;
  position: relative;
  border-radius: 5px;
  background: #626262;
  color: #fff;
}
.store-item .latest .latest-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.store-item .latest img {
  width: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.store-item .latest .price {
  margin-top: 5px;
  color: #6a452e;
  font-weight: 500;
}

.homebanner-holder #owl-main .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}

#owl-example .owl-controls {
  display: block;
  position: static;
  margin-top: -50px;
  text-align: center;
  margin-bottom: 50px;
}
#owl-example .owl-pagination {
  line-height: inherit;
  position: relative;
  bottom: -15px;
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
  margin: auto;
  opacity: 1;
  background-color: transparent;
  transition: all 0.2s ease-out;
}
#owl-example .owl-pagination .owl-page {
  display: inline-block;
}
#owl-example .owl-pagination .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  background: #d3d3d3;
  border: none;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.2s ease-out;
}
#owl-example .owl-pagination .owl-page.active span {
  background: #157ed2;
}
#owl-example .item-slider {
  border-radius: 3px;
}
#owl-example .item-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.height-2-line {
  line-height: 1rem;
  height: 2rem !important;
}

.product-post-date {
  font-size: 0.6rem !important;
  line-height: 1.5;
  color: #808080;
  text-align: end;
  width: -moz-fit-content;
  width: fit-content;
}

.tag {
  position: absolute;
}
.tag.new {
  background: #41a7ff;
}
.tag.hot {
  top: -8px;
  right: -8px;
  background: red !important;
}
.tag.success {
  background: green !important;
}
.tag.warning {
  background: orange !important;
}
.tag.info {
  background: #17a2b8 !important;
}

.mobile-nav-1 .mobile-product-prev {
  background: transparent;
  border: 0.1rem solid #93cb44;
  width: 22px;
  height: 22px;
  top: -20px;
  position: relative;
  right: 27px;
  transition: all linear 0.2s;
  border-radius: 3px;
}
.mobile-nav-1 .mobile-product-prev:before {
  color: #93cb44;
  font-size: 13px;
  content: "\F104";
  font-family: fontawesome;
  left: 7px;
  position: absolute;
  top: 0;
}
.mobile-nav-1 .mobile-product-next {
  background: transparent;
  border: 0.1rem solid #93cb44;
  width: 22px;
  height: 22px;
  top: -20px;
  position: relative;
  right: 0;
  transition: all linear 0.2s;
  border-radius: 3px;
}
.mobile-nav-1 .mobile-product-next:before {
  color: #93cb44;
  font-size: 13px;
  content: "\F105";
  font-family: fontawesome;
  left: 7px;
  position: absolute;
  top: 0;
}

.swiper-container-top img {
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.swiper-container-top .swiper-pagination {
  width: auto;
  bottom: 34px;
  left: 128px;
}
.swiper-container-top .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.swiper-container-top .swiper-pagination-bullet-active {
  background: #93cb44;
  opacity: 1;
}
.swiper-container-top .swiper-slide {
  width: 100% !important;
  max-width: 1240px !important;
}
.swiper-container-top .slide-banner {
  width: 100%;
  height: 225px;
  margin-top: 3px;
  -o-object-fit: inherit;
     object-fit: inherit;
}
.swiper-container-top .link-banner-all {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 6px;
}
.swiper-container-top .link-banner-all:hover {
  color: #93cb44;
  background: #6a452e;
}

.item-review {
  border: 1px solid #6a452e;
  border-radius: 6px;
  margin-bottom: 10px;
}
.item-review .header {
  width: 100%;
  background: #626262;
  color: #93cb44;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  gap: 8px;
}
.item-review .header .inv {
  text-align: left;
}
.item-review .header .inv a {
  color: unset;
}
.item-review .header .inv a:hover {
  color: #eaeaea;
}
.item-review .header .date {
  margin-left: auto;
  text-align: right;
}
.item-review .header p {
  margin-bottom: 0;
  font-size: 13px;
}
.item-review .content {
  display: flex;
  align-items: flex-start;
  border-radius: 0 0 5px 5px;
}
.item-review .order-item {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
}
.item-review .order-item .store.group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.item-review .order-item .store.img-container {
  width: 20%;
}
.item-review .order-item .store.img-container .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.item-review .order-item .store.img-container .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.item-review .order-item .store.name {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow-x: clip;
}
.item-review .order-item .store.rating {
  width: 100%;
}
.item-review .order-item .store.location {
  width: 100%;
  color: #626262;
  font-size: 12px;
  font-weight: 500;
}
.item-review .order-item .store .point .message {
  bottom: -45px;
}
.item-review .review-item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 60%;
  padding: 5px 10px 15px 10px;
  border-left: 1px solid #6a452e;
  row-gap: 6px;
}
.item-review .review-item .title {
  font-size: 0.7rem;
  font-weight: 500;
}
.item-review .review-item .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.item-review .review-item .img-container {
  width: 15%;
}
.item-review .review-item .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.item-review .review-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-review .review-item .value {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 10px;
}
.item-review .review-item .value .label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  overflow-x: hidden;
}
.item-review .review-item .value a:hover {
  color: #6a452e;
}
.item-review .review-item .value .name {
  width: 100%;
  color: #4a4b4d;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15rem;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: pretty;
}
.item-review .review-item .value .review {
  width: 100%;
  font-size: 12px;
  line-height: 1rem;
}
.item-review .review-item .value .review .empty {
  margin-top: 2px;
  color: #6c757d;
}
.item-review .review-item .value .review .rate {
  width: -moz-fit-content;
  width: fit-content;
  cursor: default;
}
.item-review .review-item .value .review .datetime {
  color: #626262;
  font-weight: 600;
  font-size: 10px;
}
.item-review .review-item .value .review .reply {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 1rem;
}
.item-review .review-item .value .review .reply.child {
  margin-top: 6px;
  padding-left: 1rem;
}
.item-review .review-item .value .review .reply.child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border: 1px solid #c1c1c1;
  border-left: groove;
}
.item-review .review-item .value .review .reply.child .bubble {
  flex-direction: column;
  align-items: flex-start;
}
.item-review .review-item .value .review .reply .bubble {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  gap: 6px;
}
.item-review .review-item .value .review .reply .bubble .from {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding-left: 2px;
  color: #626262;
  gap: 10px;
}
.item-review .review-item .value .review .reply .bubble .from .img-container {
  width: 20px;
}
.item-review .review-item .value .review .reply .bubble .from .img-container img {
  border-radius: 50%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.item-review .review-item .value .review .reply .bubble .from p {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: pretty;
}
.item-review .review-item .value .review .reply .bubble .comment {
  position: relative;
  width: 100%;
  padding: 0.5rem;
  background: #eaeaea;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}
.item-review .review-item .value .review .reply .bubble .timestamp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 6px;
}
.item-review .review-item .action {
  display: flex;
  width: 20%;
  text-align: right;
}
.item-review .review-item .action a {
  margin: auto;
  font-size: 0.7rem;
  padding: 8px;
}

.review-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.review-container .img-container {
  width: 120px;
}
.review-container .img-container .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.review-container .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-container .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 85%;
}
.review-container .content .title {
  width: -moz-fit-content;
  width: fit-content;
  color: #4a4b4d;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: pretty;
}
.review-container .content .title:hover {
  color: #6a452e;
}
.review-container .content .detail {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 4px 0;
  line-height: 1.2;
  gap: 0.5rem;
}
.review-container .content .detail .store.group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: auto 0;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 4px;
}
.review-container .content .detail .store.img-container {
  width: 40px;
  height: 40px;
}
.review-container .content .detail .store.img-container img {
  border-radius: 50%;
}
.review-container .content .detail .store.name {
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow-x: clip;
  width: 100%;
}
.review-container .content .detail .store .location {
  width: 100%;
  color: #626262;
  font-size: 12px;
  font-weight: 500;
}
.review-container .content .detail .review-history {
  width: 100%;
  max-width: 400px;
}
.review-container .content .detail .review-history .reply {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 1rem;
}
.review-container .content .detail .review-history .reply.child {
  margin-top: 1rem;
  padding-left: 1rem;
}
.review-container .content .detail .review-history .reply.child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border: 1px solid #c1c1c1;
  border-left: groove;
}
.review-container .content .detail .review-history .reply.child .bubble {
  flex-direction: column;
  align-items: flex-start;
}
.review-container .content .detail .review-history .reply .bubble {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  gap: 6px;
}
.review-container .content .detail .review-history .reply .bubble .from {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  width: 100%;
  padding-left: 2px;
  color: #626262;
  gap: 10px;
}
.review-container .content .detail .review-history .reply .bubble .from .img {
  width: 25px;
}
.review-container .content .detail .review-history .reply .bubble .from .img img {
  width: 100%;
  border-radius: 50%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  aspect-ratio: 1/1;
}
.review-container .content .detail .review-history .reply .bubble .from p {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: pretty;
}
.review-container .content .detail .review-history .reply .bubble .comment {
  position: relative;
  width: 100%;
  padding: 0.5rem;
  background: #eaeaea;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}
.review-container .content .detail .review-history .reply .bubble .timestamp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  color: #c1c1c1;
  gap: 6px;
}
.review-container .content .detail .review-history .datetime {
  font-size: 10px;
  color: #c1c1c1;
  line-height: normal;
}
.review-container .content .br-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4px 0;
  cursor: pointer;
}
.review-container .content .br-wrapper .br-widget {
  height: -moz-fit-content;
  height: fit-content;
}
.review-container .comment-type-box {
  max-width: 100%;
}
.review-container .comment-type-box.child {
  padding-left: 0;
}
.review-container .action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 8px;
}
.review-container form {
  width: 100%;
  margin-bottom: 1rem;
}
.review-container textarea {
  font-size: 0.8rem !important;
}

.back-container {
  display: flex;
  position: relative;
  color: #fff;
  font-weight: 500;
}
.back-container .icon {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  left: 12px;
  margin-right: 15px;
}
.back-container .icon span {
  position: relative;
}
.back-container .icon span:before {
  content: "";
  display: block;
  width: 8px;
  border: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: 40%;
  margin-left: 12px;
}
.back-container .icon span:after {
  content: "";
  display: block;
  width: 8px;
  border: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: 10%;
  margin-left: 12px;
}
.back-container.dark {
  color: #626262;
}
.back-container.dark .icon {
  border-color: #626262;
}
.back-container.dark .icon span:before {
  border-color: #626262;
}
.back-container.dark .icon span:after {
  border-color: #626262;
}
.back-container.dark:hover .icon {
  border-color: #6a452e;
}
.back-container.dark:hover span:before {
  border-color: #6a452e;
}
.back-container.dark:hover span:after {
  border-color: #6a452e;
}
.back-container:hover .icon {
  border-color: #6a452e;
}
.back-container:hover span:before {
  border-color: #6a452e;
}
.back-container:hover span:after {
  border-color: #6a452e;
}

.container-max {
  max-width: 1240px;
  margin: 0 auto;
}

.point {
  position: relative;
  display: inline-block;
}
.point .message {
  position: absolute;
  display: none;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
  bottom: -40px;
  left: -15px;
  font-size: 0.6rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 100;
}
.point .message:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.point:hover .message {
  display: block;
}

.rate {
  position: relative;
}
.rate i.checked {
  color: #f9a602;
}
.rate .message {
  position: absolute;
  display: none;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 0.6rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.rate .message:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.rate:hover .message {
  display: block;
}

.container-pagination {
  margin: 0 auto;
  height: 25px;
  bottom: 25px;
  position: relative;
  z-index: 50;
  max-width: 1240px;
}
.container-pagination .swiper-pagination {
  bottom: unset;
  left: 20px;
}
.container-pagination .swiper-pagination-bullet {
  margin-right: 5px;
}
.container-pagination .container-link {
  position: relative;
  margin-left: auto;
  right: 10px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 51;
}

.payment-disabled {
  opacity: 0.6;
  background-color: #dcdcdc;
}

.product-slider {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.product-slider.swiper-grid {
  padding-top: 0;
  padding-right: 4px;
}
.product-slider.swiper-grid > .swiper-wrapper .swiper-slide {
  margin-top: 15px;
}
.product-slider .swiper-wrapper {
  align-items: baseline;
}
.product-slider .swiper-wrapper.invisible {
  height: 0;
}
.product-slider .swiper-wrapper .swiper-slide {
  font-size: 0.9rem;
  background: #fff;
  height: auto;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px;
}
.product-slider .swiper-wrapper .swiper-slide .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 4px 4px 0 0;
}
.product-slider .swiper-wrapper .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(106, 69, 46, 0.5);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.product-slider .swiper-wrapper .swiper-slide .img .new-tag {
  position: absolute;
  right: 0;
  top: 10px;
  border-radius: 10px 0 0 10px;
  background: #93cb44;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
  padding: 4px 15px;
}
.product-slider .swiper-wrapper .swiper-slide .img .new-premiums {
  position: absolute;
  right: 0;
  top: 10px;
  border-radius: 10px 0 0 10px;
  background: rgb(230, 230, 122);
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
  padding: 4px 15px;
}
.product-slider .swiper-wrapper .swiper-slide .title {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 3.8rem;
  padding: 5px 8px 0;
}
.product-slider .swiper-wrapper .swiper-slide .title p {
  color: #4a4b4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: pretty;
}
.product-slider .swiper-wrapper .swiper-slide .title p:hover {
  color: #6a452e;
}
.product-slider .swiper-wrapper .swiper-slide .title span {
  display: inline-block;
  max-width: 100%;
  margin-top: 0.25rem;
  color: #626262;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.product-slider .swiper-wrapper .swiper-slide .title span i {
  font-size: 1.2em;
}
.product-slider .swiper-wrapper .swiper-slide .price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  min-height: 39px;
  padding: 0 8px;
  gap: 4px;
}
.product-slider .swiper-wrapper .swiper-slide .price .number {
  font-size: 0.8rem;
  color: #6a452e;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-slider .swiper-wrapper .swiper-slide .price .release {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0;
  font-size: 0.6rem;
  color: #626262;
  text-align: end;
}
.product-slider .swiper-wrapper .swiper-slide .price .bid-status {
  font-size: 0.8rem;
  color: #6a452e;
}
.product-slider .swiper-wrapper .swiper-slide .price .bid-number {
  font-size: 0.8rem;
  color: #6a452e;
  text-align: end;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: pretty;
}
.product-slider .swiper-wrapper .swiper-slide .timer-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
  padding: 0 8px;
  font-weight: bold;
  text-align: center;
  color: #333;
  pointer-events: none;
}
.product-slider .swiper-wrapper .swiper-slide .timer-group .d,
.product-slider .swiper-wrapper .swiper-slide .timer-group .h,
.product-slider .swiper-wrapper .swiper-slide .timer-group .m,
.product-slider .swiper-wrapper .swiper-slide .timer-group .s {
  width: 30px;
  height: 30px;
  border: 2px solid #93cb44;
  color: #93cb44;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  padding: 4px;
  pointer-events: none;
}
.product-slider .swiper-wrapper .swiper-slide .timer-group span {
  font-weight: 600;
  font-size: 1rem;
  color: #93cb44;
  pointer-events: none;
}
.product-slider .swiper-wrapper .swiper-slide .shop {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 0.6rem;
  padding: 0 8px 4px;
}
.product-slider .swiper-wrapper .swiper-slide .shop.bold {
  font-weight: 600;
  font-size: 0.85em;
}
.product-slider .swiper-wrapper .swiper-slide .shop.bold .loc {
  font-weight: 400;
  font-size: 0.9em;
  color: #6c757d;
}
.product-slider .swiper-wrapper .swiper-slide .shop .name {
  width: -moz-fit-content;
  width: fit-content;
  color: #626262;
  padding: 4px 0;
  overflow: hidden;
  line-height: 1.2;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-slider .swiper-wrapper .swiper-slide .shop .name:hover {
  color: #6a452e;
}
.product-slider .swiper-wrapper .swiper-slide .shop .loc {
  width: -moz-fit-content;
  width: fit-content;
  color: #c1c1c1;
  padding: 4px 0;
  overflow: hidden;
  line-height: 1.2;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.auction-nav {
  position: absolute;
  top: 21.5px;
  right: 15px;
}
.auction-nav .swiper-button-disabled {
  border-color: #c1c1c1 !important;
}
.auction-nav .swiper-button-disabled::before {
  color: #c1c1c1 !important;
}
.auction-nav .auction-prev {
  background: transparent;
  border: 0.1rem solid white;
  width: 23px;
  height: 23px;
  position: relative;
  right: 0;
  margin-right: 10px;
  transition: all linear 0.2s;
  border-radius: 3px;
}
.auction-nav .auction-prev:before {
  color: white;
  font-size: 13px;
  content: "\F104";
  font-family: fontawesome;
  left: 7px;
  position: absolute;
  top: 0;
}
.auction-nav .auction-prev:not(.swiper-button-disabled):hover {
  background: white;
}
.auction-nav .auction-prev:not(.swiper-button-disabled):hover::before {
  color: #93cb44;
}
.auction-nav .auction-next {
  background: transparent;
  border: 0.1rem solid white;
  width: 23px;
  height: 23px;
  position: relative;
  right: 0;
  transition: all linear 0.2s;
  border-radius: 3px;
}
.auction-nav .auction-next:before {
  color: white;
  font-size: 13px;
  content: "\F105";
  font-family: fontawesome;
  left: 7px;
  position: absolute;
  top: 0;
}
.auction-nav .auction-next:not(.swiper-button-disabled):hover {
  background: white;
}
.auction-nav .auction-next:not(.swiper-button-disabled):hover::before {
  color: #93cb44;
}

.newest-nav {
  position: absolute;
  top: 21.5px;
  right: 15px;
}
.newest-nav .swiper-button-disabled {
  border-color: #c1c1c1 !important;
}
.newest-nav .swiper-button-disabled::before {
  color: #c1c1c1 !important;
}
.newest-nav .newest-prev {
  background: transparent;
  border: 0.1rem solid #93cb44;
  width: 23px;
  height: 23px;
  position: relative;
  right: 0;
  margin-right: 10px;
  transition: all linear 0.2s;
  border-radius: 3px;
}
.newest-nav .newest-prev:before {
  color: #93cb44;
  font-size: 13px;
  content: "\F104";
  font-family: fontawesome;
  left: 7px;
  position: absolute;
  top: 0;
}
.newest-nav .newest-prev:not(.swiper-button-disabled):hover {
  background: #93cb44;
}
.newest-nav .newest-prev:not(.swiper-button-disabled):hover::before {
  color: white;
}
.newest-nav .newest-next {
  background: transparent;
  border: 0.1rem solid #93cb44;
  width: 23px;
  height: 23px;
  position: relative;
  right: 0;
  transition: all linear 0.2s;
  border-radius: 3px;
}
.newest-nav .newest-next:before {
  color: #93cb44;
  font-size: 13px;
  content: "\F105";
  font-family: fontawesome;
  left: 7px;
  position: absolute;
  top: 0;
}
.newest-nav .newest-next:not(.swiper-button-disabled):hover {
  background: #93cb44;
}
.newest-nav .newest-next:not(.swiper-button-disabled):hover::before {
  color: white;
}

.premium-nav {
  position: absolute;
  top: 21.5px;
  right: 15px;
}
.premium-nav .swiper-button-disabled {
  border-color: #c1c1c1 !important;
}
.premium-nav .swiper-button-disabled::before {
  color: #c1c1c1 !important;
}
.premium-nav .premium-prev {
  background: transparent;
  border: 0.1rem solid #93cb44;
  width: 23px;
  height: 23px;
  position: relative;
  right: 0;
  margin-right: 10px;
  transition: all linear 0.2s;
  border-radius: 3px;
}
.premium-nav .premium-prev:before {
  color: #93cb44;
  font-size: 13px;
  content: "\F104";
  font-family: fontawesome;
  left: 7px;
  position: absolute;
  top: 0;
}
.premium-nav .premium-prev:not(.swiper-button-disabled):hover {
  background: #93cb44;
}
.premium-nav .premium-prev:not(.swiper-button-disabled):hover::before {
  color: white;
}
.premium-nav .premium-next {
  background: transparent;
  border: 0.1rem solid #93cb44;
  width: 23px;
  height: 23px;
  position: relative;
  right: 0;
  transition: all linear 0.2s;
  border-radius: 3px;
}
.premium-nav .premium-next:before {
  color: #93cb44;
  font-size: 13px;
  content: "\F105";
  font-family: fontawesome;
  left: 7px;
  position: absolute;
  top: 0;
}
.premium-nav .premium-next:not(.swiper-button-disabled):hover {
  background: #93cb44;
}
.premium-nav .premium-next:not(.swiper-button-disabled):hover::before {
  color: white;
}

.prod-nav {
  position: absolute;
  top: 21.5px;
  right: 15px;
}
.prod-nav .swiper-button-disabled {
  border-color: #c1c1c1 !important;
}
.prod-nav .swiper-button-disabled::before {
  color: #c1c1c1 !important;
}
.prod-nav .prod-prev {
  background: transparent;
  border: 0.1rem solid #93cb44;
  width: 23px;
  height: 23px;
  position: relative;
  right: 0;
  margin-right: 10px;
  transition: all linear 0.2s;
  border-radius: 3px;
}
.prod-nav .prod-prev:before {
  color: #93cb44;
  font-size: 13px;
  content: "\F104";
  font-family: fontawesome;
  left: 7px;
  position: absolute;
  top: 0;
}
.prod-nav .prod-prev:not(.swiper-button-disabled):hover {
  background: #93cb44;
}
.prod-nav .prod-prev:not(.swiper-button-disabled):hover::before {
  color: white;
}
.prod-nav .prod-next {
  background: transparent;
  border: 0.1rem solid #93cb44;
  width: 23px;
  height: 23px;
  position: relative;
  right: 0;
  transition: all linear 0.2s;
  border-radius: 3px;
}
.prod-nav .prod-next:before {
  color: #93cb44;
  font-size: 13px;
  content: "\F105";
  font-family: fontawesome;
  left: 7px;
  position: absolute;
  top: 0;
}
.prod-nav .prod-next:not(.swiper-button-disabled):hover {
  background: #93cb44;
}
.prod-nav .prod-next:not(.swiper-button-disabled):hover::before {
  color: white;
}

.ads {
  margin-bottom: 1rem;
}
.ads .title {
  color: #6a452e;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.ads .item {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 1rem;
  padding-top: 50%;
  position: relative;
}
.ads .item.single {
  padding-top: 250px;
}
.ads .item.single img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.ads .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promoted {
  margin-bottom: 1rem;
  background-color: #ab1383;
  padding: 18px 20px;
  border-radius: 10px;
}
.promoted .title {
  color: #fff;
  font-size: 1.4rem;
}
.promoted .content {
  display: block;
}
.promoted .swiper-promoted {
  width: 100%;
  overflow: hidden;
}
.promoted .swiper-promoted .swiper-slide {
  width: 170px;
  height: 280px;
  background-color: #fff;
  border-radius: 4px;
}
.promoted .swiper-promoted .swiper-slide .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.promoted .swiper-promoted .swiper-slide img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.promoted .swiper-promoted .swiper-slide .prod {
  padding: 8px 6px;
  max-height: calc(2rem + 16px);
  font-size: 0.9rem;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #626262;
}
.promoted .swiper-promoted .swiper-slide .store {
  padding: 8px 6px;
  font-size: 0.6rem;
  line-height: 1;
}
.promoted .swiper-promoted .swiper-slide .store .name {
  margin-bottom: 4px;
  max-height: calc(2rem + 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  color: #626262;
}
.promoted .swiper-promoted .swiper-slide .store .location {
  max-height: calc(2rem + 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  color: #c1c1c1;
}

#main-top-slider.bg-slider {
  position: relative;
  padding: 1.5rem;
  transition: background-color 1s ease;
  overflow: hidden;
}

.product.editable .new {
  position: absolute;
  top: 15%;
  width: 100%;
  border-radius: 4px 4px 0 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: opacity ease-in-out 0.7s;
}
.product.editable .new .new-isi {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.product.editable .new .new-isi .icon-s {
  width: 25%;
  padding: 4px;
  transform: scale(0);
  transition: all ease-in-out 0.4s;
}
.product.editable .new .new-isi .icon-s .bungkus {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.product.editable .new .new-isi .icon-s .bungkus .isi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f6cb2;
  border-radius: 100%;
  border: 1px solid #0f6cb2;
}
.product.editable .new .new-isi .icon-s .bungkus .isi:hover {
  background: #FFF;
}
.product.editable .new .new-isi .icon-s .bungkus .isi:hover.del {
  background: #FFF;
}
.product.editable .new .new-isi .icon-s .bungkus .isi:hover.prem {
  background: #FFF;
}
.product.editable .new .new-isi .icon-s .bungkus .isi:hover.prem.inactive {
  background: #FFF;
}
.product.editable .new .new-isi .icon-s .bungkus .isi:hover i {
  color: #0f6cb2;
}
.product.editable .new .new-isi .icon-s .bungkus .isi.del {
  background: red;
  border-color: darkred;
}
.product.editable .new .new-isi .icon-s .bungkus .isi.prem {
  display: flex;
  justify-content: center;
  background: #E6E67A;
  border-color: #ffa73b;
}
.product.editable .new .new-isi .icon-s .bungkus .isi.prem.inactive {
  background: red;
  border-color: darkred;
}
.product.editable .new .new-isi .icon-s .bungkus .isi i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
}
.product:hover.editable .product-image img {
  filter: blur(2px);
}
.product:hover.editable .new {
  visibility: visible;
  opacity: 1;
  z-index: 30;
}
.product:hover.editable .new .new-isi .icon-s {
  transform: scale(1);
}

.confirm-phone {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100000;
}
.confirm-phone .confirm-container {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50vh;
  transform: translate(-50%, -50%);
  border: 3px solid white;
  border-radius: 12px;
}
.confirm-phone .close-phone {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 2rem;
  padding: 6px;
  border-radius: 8px;
  text-align: center;
  background: red;
  color: #fff;
  z-index: 10;
}
.confirm-phone .confirm-cont-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.confirm-phone .confirm-cont-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.hideAlert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  text-align: left;
  z-index: 99999;
}
.hideAlert button.close {
  line-height: 1rem;
}

.cursor-no-drop {
  cursor: no-drop;
}

.invisible-share {
  display: none !important;
}

.prevent-select {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/* Bootstrap */
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 69, 46, 0.2);
}

.form-control:focus {
  border-color: rgba(106, 69, 46, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(106, 69, 46, 0.2);
}

.form-control:disabled {
  cursor: no-drop;
}

.badge.badge-normal {
  background-color: #d2d6de;
  color: #444;
}
.badge.badge-auction {
  background-color: #3c8dbc;
  color: #fff;
}
.badge.badge-price {
  background-color: #00a65a;
  color: #fff;
}

/* SELECT2 */
.select2-container.select2-container--focus .select2-selection--multiple {
  border: solid #6a452e 1px;
  outline: 0;
}
.select2-container .select2-dropdown {
  border: 1px solid #ced4da;
}
.select2-container .select2-selection {
  height: 38px !important;
  border: 1px solid #ced4da;
}
.select2-container .select2-selection.select2-selection--multiple {
  height: auto !important;
}
.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
  line-height: 28px !important;
}
.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search__field {
  height: auto !important;
}
.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border: none;
  border-radius: 6px;
}
.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid;
}
.select2-container .select2-selection .select2-selection__placeholder {
  color: #495057;
}
.select2-container .select2-selection__rendered {
  padding-left: 12px !important;
  padding-right: 12px !important;
  text-align: left;
  font-size: 1rem;
  line-height: 38px !important;
}
.select2-container .select2-search__field {
  height: 38px !important;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.select2-container .select2-search__field:focus-visible {
  outline-color: #6a452e;
}
.select2-container .select2-results__option {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1rem;
}
.select2-container .select2-selection__arrow {
  height: 34px !important;
}

.input-group .input-group-append .select2-container .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .input-group-prepend .select2-container .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#otp-input-container {
  position: relative;
  width: 100%;
  max-width: 21rem;
  padding: 0.2rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#otp-input-container::-webkit-scrollbar {
  display: none;
}
#otp-input-container.show-before .edge.shade-left {
  opacity: 1;
}
#otp-input-container.show-after .edge.shade-right {
  opacity: 1;
}
#otp-input-container .edge {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
#otp-input-container .edge.shade-left {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
#otp-input-container .edge.shade-right {
  right: -2rem;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
#otp-input-container #otp-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
#otp-input-container #otp-input .otp-input {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0.25rem;
  border: 2px solid #ced4da;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#otp-input-container #otp-input .otp-input:focus {
  border-color: rgba(106, 69, 46, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(106, 69, 46, 0.2);
}
#otp-input-container #otp-input .otp-input:first-child {
  margin-left: 0 !important;
}
#otp-input-container #otp-input .otp-input:last-child {
  margin-right: 0 !important;
}

@media (min-width: 1200px) {
  .body-content .sidebar .side-content {
    margin: 0 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px;
  }
  .profile-picture {
    width: 20% !important;
  }
  .profile-picture img {
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 1240px) {
  .container-pagination {
    width: 100%;
  }
  .swiper-container-top .swiper-slide {
    width: 100%;
  }
  .container-max {
    width: 100%;
  }
  .body-content .sidebar {
    margin-top: 0;
  }
  .product .product-info .product-price:not(.bid-status) .price {
    min-height: 2.7rem;
  }
  .product .product-info .product-price.bid-status .price {
    min-height: 2.75rem;
  }
  .product .product-info .product-price .price {
    font-size: 14px;
  }
  .product .product-info .timer-group span {
    font-size: 1rem;
    padding-bottom: 1.5px;
  }
  .product .product-info .timer-group .d,
  .product .product-info .timer-group .h,
  .product .product-info .timer-group .m,
  .product .product-info .timer-group .s {
    width: 38px;
    height: 36px;
    font-size: 1.15em;
    padding: 5.5px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .profile-picture {
    width: 10%;
  }
  .profile-picture img {
    max-width: 6rem;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 1030px) {
  .footer .footer-bottom {
    display: block;
  }
  .footer .copyright-bar {
    background: #fff;
    display: none;
  }
  .footer .copyright-bar .copyright {
    text-align: center;
  }
  .header-nav-screen {
    display: block;
  }
  .address-block {
    display: block;
  }
  .module-small-screen {
    display: block;
  }
  .custom-carousel .owl-controls {
    top: -40px;
  }
  .custom-carousel .owl-controls .owl-next {
    right: 0;
  }
  .new-arriavls .products {
    padding: 0 8px;
  }
  .new-arriavls .products:hover {
    box-shadow: unset;
  }
  #owl-example {
    padding-top: 10px;
  }
  #owl-example .owl-controls {
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: left;
  }
  header.mobile {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    padding: 10px 8px;
  }
  header.mobile .logo {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
  header.mobile .logo img {
    height: 30px;
    width: unset;
    margin-left: 0;
  }
  header.mobile button {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.4rem;
  }
  header.mobile button:hover {
    color: #6a452e;
  }
  header.mobile .cart-button a {
    color: #fff;
    font-size: 1.4rem;
  }
  header.mobile .cart-button a:hover {
    color: #6a452e;
  }
  header.mobile i.fa.fa-bell {
    font-size: unset;
    margin-bottom: unset;
  }
  header.mobile .notif .notif-icon {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    top: 0;
    right: 0;
  }
  .card.packages {
    width: 33.3333333333%;
  }
  .outer-top-vs {
    margin-top: 3rem;
  }
  .profile-container .profile-section .description {
    margin-right: unset;
  }
  .profile-container .address-section .phone {
    margin-bottom: 10px;
  }
  .profile-container .address-section .addrs {
    margin-bottom: 10px;
  }
  .profile-container .address-section .province {
    margin-bottom: 10px;
  }
  .logo img {
    height: unset;
    width: 180px;
  }
  .main-header.auth-page {
    padding: 0;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: black !important;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    font-size: 1rem !important;
  }
  .show {
    display: block;
  }
  .cart-item {
    padding: 0.5rem 1rem;
  }
  .cart-item.total .text-total {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .cart-item.total .number-total {
    text-align: left;
    width: 100%;
    margin-right: unset;
  }
  .cart-item .content-body {
    max-width: 90%;
    padding: 0 10px;
    gap: 1rem;
  }
  .cart-item .content-body .content-description {
    width: 70%;
    align-items: flex-start;
    flex-direction: column;
  }
  .cart-item .content-body .content-description .p-name {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.9rem;
  }
  .cart-shipment .column {
    flex-basis: unset;
  }
  .cart-shipment .region .column {
    width: 100%;
  }
  .split-section .section-title .title {
    word-break: break-all;
    display: inline-block;
  }
  .split-section .timer-section {
    float: unset;
    font-size: 0.9rem;
    display: block;
  }
  .split-section .contact .region .column {
    width: 100%;
  }
  .split-section .contact .column {
    flex-basis: unset;
  }
  .split-section .item .content {
    width: 100%;
  }
  .split-section .item .price {
    width: 100%;
    text-align: unset;
  }
  .split-section .item .text {
    width: 100%;
    margin-left: unset;
    text-align: unset;
  }
  .split-section .item .text.addon {
    width: 100%;
    text-align: left;
  }
  .split-section .item .number {
    width: 100%;
    text-align: unset;
  }
  .split-section .item .number.addon {
    width: 100%;
    text-align: unset;
  }
  .split-section .order .item .content {
    width: 100%;
  }
  .split-section .order .item .price {
    width: 100%;
    text-align: unset;
  }
  .split-section .order .item .text {
    width: 100%;
    margin-left: unset;
    text-align: unset;
    font-size: 1rem;
  }
  .split-section .order .item .text.addon {
    width: 100%;
    text-align: left;
  }
  .split-section .order .item .number {
    width: 100%;
    text-align: unset;
    font-size: 1rem;
  }
  .split-section .order .item .number.addon {
    width: 100%;
    text-align: unset;
  }
  .split-section .confirmation .btn {
    width: 100%;
  }
  .split-section .split-container .section-title {
    font-size: 1.2rem;
  }
  .order-group .title-group {
    padding: 10px 12px;
  }
  .order-group .review-group .title {
    padding: 0 12px;
  }
  .order-group .review-group .prod-group {
    padding: 10px 18px;
  }
  .order-group .review-group .prod-group .item-prod {
    width: 100%;
  }
  .order-group .review-group .prod-group .item-prod .img {
    width: 70px;
    height: 70px;
  }
  .order-group .review-group .prod-group .item-prod .img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .order-group .review-group .prod-group .item-prod .info {
    padding-left: 0;
  }
  .order-group .review-group .prod-group .item-prod .info .name {
    color: #6a452e;
    font-weight: 600;
    font-size: 0.9rem;
  }
  .order-group .review-group .prod-group .item-prod .info .title {
    padding: 0;
  }
  .order-group .review-group .prod-group .reply.child .bubble .comment {
    width: 100%;
  }
  .order-group .review-group .prod-group .reply.child .bubble .timestamp {
    width: 100%;
  }
  .order-group .review-group .prod-group .reply .bubble .comment {
    width: 100%;
  }
  .order-group .review-group .prod-group .reply .bubble .timestamp {
    width: 100%;
  }
  .swiper-container {
    width: 80%;
  }
  .swiper-container .swiper-slide {
    width: 100%;
  }
  .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    min-width: 40px;
    min-height: 40px;
    padding: 8px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #93cb44;
    position: relative;
  }
  .swiper-container .swiper-slide a:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .swiper-container .swiper-slide .cat-name {
    width: 100%;
    margin-top: 5px;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
  }
  .swiper-container img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .swiper-container ~ .swiper-button-prev {
    left: 8px;
  }
  .swiper-container ~ .swiper-button-prev:after {
    font-size: 30px;
    color: #93cb44;
  }
  .swiper-container ~ .swiper-button-next {
    font-size: 30px;
    right: 8px;
  }
  .swiper-container ~ .swiper-button-next:after {
    font-size: 30px;
    color: #93cb44;
  }
  .mobile-container {
    width: 100%;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    overflow-x: hidden;
    position: relative;
  }
  .mobile-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    padding: 0 8px;
    height: calc((100% - 8px) / 2);
  }
  .mobile-container .swiper-button-prev {
    background: transparent;
    border: 0.1rem solid #93cb44;
    width: 22px;
    height: 22px;
  }
  .mobile-container .swiper-button-prev:after {
    color: #93cb44;
    font-size: 13px;
  }
  .mobile-container .swiper-button-next {
    background: transparent;
    border: 0.1rem solid #93cb44;
    width: 22px;
    height: 22px;
  }
  .mobile-container .swiper-button-next:after {
    color: #93cb44;
    font-size: 13px;
  }
  .mobile-container-general {
    width: 100%;
    height: 870px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    overflow-x: hidden;
    position: relative;
  }
  .mobile-container-general .swiper-slide {
    text-align: center;
    font-size: 18px;
    padding: 0 8px;
    height: calc((100% - 8px) / 2);
  }
  .mobile-container-general .swiper-button-prev {
    background: transparent;
    border: 0.1rem solid #93cb44;
    width: 22px;
    height: 22px;
  }
  .mobile-container-general .swiper-button-prev:after {
    color: #93cb44;
    font-size: 13px;
  }
  .mobile-container-general .swiper-button-next {
    background: transparent;
    border: 0.1rem solid #93cb44;
    width: 22px;
    height: 22px;
  }
  .mobile-container-general .swiper-button-next:after {
    color: #93cb44;
    font-size: 13px;
  }
  .mobile-nav {
    position: absolute;
    top: 21.5px;
    right: 15px;
  }
  .mobile-nav .mobile-product-prev {
    background: transparent;
    border: 0.1rem solid #93cb44;
    width: 22px;
    height: 22px;
    position: relative;
    right: 0;
    margin-right: 10px;
    transition: all linear 0.2s;
    border-radius: 3px;
  }
  .mobile-nav .mobile-product-prev:before {
    color: #93cb44;
    font-size: 13px;
    content: "\F104";
    font-family: fontawesome;
    left: 7px;
    position: absolute;
    top: 0;
  }
  .mobile-nav .mobile-product-next {
    background: transparent;
    border: 0.1rem solid #93cb44;
    width: 22px;
    height: 22px;
    position: relative;
    right: 0;
    transition: all linear 0.2s;
    border-radius: 3px;
  }
  .mobile-nav .mobile-product-next:before {
    color: #93cb44;
    font-size: 13px;
    content: "\F105";
    font-family: fontawesome;
    left: 7px;
    position: absolute;
    top: 0;
  }
  .prod-container {
    position: relative;
    max-height: 365px;
    background: #fff;
  }
  .prod-container .tag {
    position: absolute;
    top: -4%;
    right: -4%;
    font-size: 0.4rem;
  }
  .prod-container .image-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    display: block;
  }
  .prod-container .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .prod-container .name {
    height: 3.3rem;
    padding: 10px 15px;
    display: block;
    overflow: hidden;
  }
  .prod-container .name a {
    word-break: break-word;
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #555;
    display: block;
  }
  .prod-container .price {
    font-size: 0.7rem;
    font-weight: 600;
  }
  .prod-container .product-store .name {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 8px;
    color: #626262;
    padding: 0;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .prod-container .product-store .location {
    font-size: 0.8rem;
    height: 2.4rem;
    line-height: 1.2rem;
  }
  .swiper-container-top img {
    border-radius: 10px;
  }
  .swiper-container-top .slide-banner {
    width: 100%;
    height: 150px;
    margin-top: 1px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper-container-top .link-banner-all {
    padding: 4px 6px;
    font-size: 0.5rem;
    border-radius: 4px;
  }
  .swiper-container-top .swiper-pagination {
    width: auto;
    bottom: 0;
    left: 15px;
  }
  .container-max {
    padding: 0 15px;
  }
  .order-group .title-group {
    flex-wrap: wrap;
  }
  .order-group .title-group .inv-number {
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .order-group .title-group .inv-buyer {
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .order-group .title-group .inv-date {
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .container-pagination {
    height: 20px;
  }
  .section-title.separated {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .new-arriavls .section-title {
    font-size: 1.2rem;
  }
  .sellerstats-section .group .title {
    font-size: 0.9rem;
  }
  .sellerstats-section .group .stats {
    font-size: 1.6rem;
  }
  .sellerstats-container .footer-section .title {
    font-size: 1rem;
  }
  .sellerstats-container .footer-section .content {
    font-size: 1rem;
  }
  .section-tabs {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .pagination-container {
    padding: 15px 5px;
  }
  .def-pagination .page-link {
    color: #c1c1c1;
    border-color: unset;
    font-size: 0.8rem;
    background: #fff;
    padding: 4px;
    min-width: 15px;
    text-align: center;
    border-width: 0;
    font-weight: 500;
  }
  .def-pagination .page-link:first-child, .def-pagination .page-link:last-child {
    color: #c1c1c1;
    border-color: unset;
    font-size: 0.8rem;
    background: #fff;
    padding: 4px;
  }
  .def-pagination .page-link.active {
    color: #93cb44;
    border-color: unset;
    font-weight: 600;
  }
  .def-pagination .page-link:hover {
    color: #6a452e;
    border-color: unset;
    background: #fff;
  }
  .def-pagination > li:first-child > a,
  .def-pagination > li:first-child > span {
    color: #c1c1c1;
    border-color: unset;
    font-size: 0.8rem;
    background: #fff;
  }
  .def-pagination > li:last-child > a,
  .def-pagination > li:last-child > span {
    color: #c1c1c1;
    border-color: unset;
    font-size: 0.8rem;
    background: #fff;
  }
  .def-pagination > li:first-child > a:hover,
  .def-pagination > li:first-child > span:hover {
    color: #6a452e;
    border-color: unset;
    background: #fff;
  }
  .def-pagination > li:last-child > a:hover,
  .def-pagination > li:last-child > span:hover {
    color: #6a452e;
    border-color: unset;
    background: #fff;
  }
  .def-pagination .page-item {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
  .def-pagination .page-item.active .page-link {
    color: #6a452e;
    border-color: unset;
    font-weight: 600;
  }
}
@media (max-width: 992px) {
  .main-content {
    margin-top: 1rem;
    padding: 0;
  }
  .main-header .row {
    min-height: 74.5px;
  }
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    display: none;
  }
  .overlay.show {
    display: block;
    z-index: 10001;
    position: fixed;
  }
  .slide-menu {
    position: fixed;
    top: 0;
    width: 80%;
    height: 100%;
    padding-top: 7rem;
    background: #fff;
    overflow-y: auto;
    z-index: 10001;
  }
  .slide-menu.left {
    top: 0;
    left: -80%;
    transition: left 0.3s ease;
    -webkit-transform: unset;
  }
  .slide-menu.left.open {
    left: 0;
  }
  .slide-menu.right {
    right: 0;
    -webkit-transform: unset;
  }
  .slide-menu .btn-close {
    position: absolute;
    top: 4rem;
    right: 15px;
    font-size: 1.2rem;
  }
  .slide-menu .profile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    row-gap: 10px;
  }
  .slide-menu .profile .img-container {
    width: 20%;
  }
  .slide-menu .profile .img-container img {
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    aspect-ratio: 1/1;
  }
  .slide-menu .profile .info-container {
    width: 80%;
    padding: 0 15px;
  }
  .slide-menu .profile .info-container .name {
    font-size: 16px;
  }
  .slide-menu .profile .info-container .verify {
    display: block;
    font-size: 0.6rem;
    color: red;
    font-weight: 500;
  }
  .slide-menu .profile .info-container .verify.wait {
    color: orange;
  }
  .slide-menu .profile .info-container .verify.done {
    color: #93cb44;
  }
  .slide-menu .profile .info-container .verify span {
    color: #626262;
  }
  .slide-menu .profile a {
    padding: 0;
  }
  .slide-menu .menu {
    padding: 0 15px;
    font-size: 0.9rem;
  }
  .slide-menu .menu a.btn {
    margin-top: 1rem;
    padding: 5px 15px;
    width: 100%;
    text-align: center;
  }
  .slide-menu .title {
    color: #6a452e;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .slide-menu li {
    margin-bottom: 8px;
  }
  .slide-menu li i {
    color: #93cb44;
  }
  .slide-menu li a {
    color: #626262;
    padding: 0;
  }
  .slide-menu li a:hover, .slide-menu li a.active {
    color: #6a452e;
  }
  .slide-menu li a:hover i, .slide-menu li a.active i {
    color: #6a452e;
  }
  .slide-menu a {
    padding: 0 15px;
  }
  .slide-menu a.mobile {
    padding: 0;
  }
  .product-list {
    margin-top: 1rem;
  }
  .product .product-info {
    padding: 4px 2px;
  }
  .product .product-info .name {
    padding: 0 8px;
  }
  .product .product-info .name.title {
    min-height: 62px;
  }
  .product .product-info .name.title a {
    font-size: 14px;
  }
  .product .product-info .product-price.price-pad {
    padding: 0 8px;
  }
  .product .product-info .product-price:not(.bid-status) .price {
    min-height: 2.7rem;
  }
  .product .product-info .product-price.bid-status .price {
    min-height: 2.5rem;
  }
  .product .product-info .product-price .price {
    font-size: 0.8rem;
  }
  .product .product-info .timer-group {
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .product .product-info .timer-group span {
    font-size: 1rem;
    padding-bottom: 1px;
  }
  .product .product-info .timer-group .d,
  .product .product-info .timer-group .h,
  .product .product-info .timer-group .m,
  .product .product-info .timer-group .s {
    width: 28px;
    height: 28px;
    font-size: 12px;
    padding: 3.5px;
  }
  .product .product-info .product-store {
    padding: 0 8px 4px;
  }
  .product .product-info .product-store .name {
    font-size: 0.75rem;
    padding: 0;
  }
  .profile-picture {
    width: 20%;
  }
  .profile-picture img {
    width: 100%;
    max-width: unset;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    aspect-ratio: 1/1;
  }
  .store-item {
    width: 50%;
  }
  .upload-section .upload-container {
    width: calc(20% - 10px);
  }
  .upload-section .caption-container {
    width: 100%;
  }
  .category-container .category-item .category-group .title {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .copyright-bar .no-padding {
    text-align: center;
  }
  .new-arriavls .products {
    height: unset;
  }
  .footer .copyright-bar {
    overflow-x: hidden;
  }
  header.mobile {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    padding: 10px 18px;
  }
  header.mobile .logo {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
  header.mobile .logo img {
    height: 30px;
    width: unset;
    margin-left: 0;
  }
  header.mobile button {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.4rem;
  }
  header.mobile button:hover {
    color: #6a452e;
  }
  header.mobile .cart-button a {
    color: #fff;
    font-size: 1.4rem;
  }
  header.mobile .cart-button a:hover {
    color: #6a452e;
  }
  header.mobile i.fa.fa-bell {
    font-size: unset;
    margin-bottom: unset;
  }
  .detail-page .last {
    width: 100%;
  }
  .detail-page .bid-container .yours {
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-page .bid-container .bid {
    width: 100%;
  }
  .detail-page .container-group .product-group {
    margin-left: 0;
  }
  .detail-page .detail-container .content .action .buy-mobile {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .profile-container .address-section .phone,
  .profile-container .address-section .addrs,
  .profile-container .address-section .province,
  .profile-container .address-section .city {
    width: 100%;
  }
  .product-item {
    width: 25%;
  }
  .product-container {
    margin: 10px 0;
  }
  .nav-tabs .nav-item {
    width: 50%;
    margin-bottom: unset;
  }
  .section-tabs .nav-tabs .nav-link {
    padding: 10px 0;
    text-align: center;
  }
  .section-tabs .nav-tabs > li > a {
    margin: 0;
  }
  .section-tabs .nav-tabs > li:last-child > a {
    margin: 0;
  }
  .section-tabs .nav-pills .nav-link {
    padding: 6px 8px;
  }
  .sellerstats-container .footer-section {
    text-align: center;
  }
  .sellerstats-container .footer-section .title {
    width: 100%;
  }
  .sellerstats-container .footer-section .content {
    width: 100%;
  }
  .sellerstats-section .group {
    width: 100%;
  }
  .content-split-container .choice-container {
    width: calc(50% - 15px);
  }
  .content-split-container .icon-container i {
    font-size: 3rem;
  }
  .content-split-container .icon-add i {
    font-size: 1rem;
  }
  .content-split-container .text-container {
    font-size: 1rem;
  }
  .card.packages {
    width: 80%;
  }
  .split-container {
    margin-bottom: 1rem;
  }
  .split-container .balance-container .icon-container {
    width: calc(17% - 1rem);
    padding-top: unset;
  }
  .split-container .balance-container .content-container {
    width: calc(83% - 1rem);
  }
  .split-container .balance-container .balance-action {
    width: 100%;
  }
  .split-container .balance-container .balance-action a {
    width: 100%;
    max-width: unset;
  }
  .split-container .balance-container .number {
    font-size: 1.6rem;
  }
  .input-circle {
    margin: 0 auto;
  }
  .specification {
    flex-grow: 1;
  }
  tr.item {
    display: flex;
    flex-direction: column;
  }
  tr.item * {
    font-size: 1rem !important;
  }
  .hide-m {
    display: none;
  }
  .list-container td:first-child {
    padding-left: 0.75rem;
  }
  .list-container .item {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
  .list-container .item:first-child {
    border-top: 2px solid #dee2e6;
  }
  .list-container .item:last-child {
    border-bottom: 2px solid #dee2e6;
  }
  .list-container .item td {
    border-bottom: unset;
    border-top: unset;
  }
  .list-container .item .action .btn {
    width: 100%;
  }
  #owl-main {
    height: unset;
  }
  #owl-main .item {
    height: unset;
    min-height: 100px;
    background-size: cover;
  }
  .mobile-container {
    width: 100%;
    height: 1200px;
    padding-top: 20px;
  }
  .item-review .content {
    flex-direction: column;
  }
  .item-review .order-item {
    width: 100%;
    padding: 10px 15px;
  }
  .item-review .order-item .store.group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
  }
  .item-review .order-item .store.img-container {
    width: 20%;
  }
  .item-review .order-item .store.name {
    width: 100%;
  }
  .item-review .order-item .store.rating {
    width: 100%;
  }
  .item-review .order-item .store.location {
    width: 100%;
  }
  .item-review .order-item .store .point {
    position: relative;
    display: inline-block;
  }
  .item-review .order-item .store .point .message {
    position: absolute;
    display: none;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
    bottom: -40px;
    left: -22px;
    font-size: 0.6rem;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  .item-review .order-item .store .point .message:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.8);
  }
  .item-review .order-item .store .point:hover .message {
    display: block;
  }
  .item-review .review-item {
    width: 100%;
    padding: 10px 15px;
    border-top: 1px solid #6a452e;
    border-left: none;
  }
  .item-review .review-item .title {
    margin-left: 0;
  }
  .item-review .review-item .item {
    width: 100%;
    display: flex;
    margin-bottom: 0.5rem;
    border: none;
  }
  .item-review .review-item .img-container {
    width: 15%;
  }
  .item-review .review-item .img {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .item-review .review-item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .item-review .review-item .value {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .item-review .review-item .value .name {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
  }
  .item-review .review-item .value .review {
    width: 100%;
    font-size: 12px;
    line-height: 1rem;
  }
  .item-review .review-item .action {
    width: 100%;
    text-align: right;
  }
  .item-review .review-item .action a {
    font-size: 0.7rem;
    padding: 8px;
  }
  .icon {
    width: 50%;
  }
  .confirm-phone .confirm-container {
    top: 0;
    left: 50%;
    width: 70%;
    height: -moz-fit-content;
    height: fit-content;
    transform: translate(-50%, 10vh);
  }
  .product .product-info {
    padding: 4px 0;
  }
  .product .product-info .name {
    padding: 0 10px;
  }
  .product .product-info .name.title {
    min-height: 58px;
  }
  .product .product-info .name.title a {
    font-size: 14px;
  }
  .product .product-info .product-price.price-pad {
    padding: 0 10px;
  }
  .product .product-info .product-price:not(.bid-status) .price {
    min-height: 2.7rem;
  }
  .product .product-info .product-price.bid-status .price {
    min-height: 2.75rem;
  }
  .product .product-info .product-price .price {
    font-size: 14px;
    padding-bottom: 0;
  }
  .product .product-info .timer-group span {
    font-size: 1rem;
    padding-bottom: 1px;
  }
  .product .product-info .timer-group .d,
  .product .product-info .timer-group .h,
  .product .product-info .timer-group .m,
  .product .product-info .timer-group .s {
    width: 28px;
    height: 28px;
    font-size: 14px;
    padding: 2px;
  }
  .product .product-info .product-store {
    padding: 0 10px 4px;
  }
  .product .product-info .product-store .name {
    padding: 0;
  }
  .our-features-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 0;
  }
  .our-features-box ul li {
    width: 50%;
    padding: 0 15px;
  }
  .our-features-box ul li .footer-desc {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 765px) {
  .top-bar {
    background: #fff;
    display: none;
  }
  #myOverlay.login-page {
    color: #6a452e;
  }
  .main-header {
    margin-top: -14px;
    padding: 20px 0;
    border-radius: 0;
  }
  .login-box .forgot-pw {
    text-align: unset;
  }
  .disclaimer {
    padding: 0 15px;
  }
  .logo img {
    margin-top: 0;
  }
  .detail-page .image-container {
    width: 100%;
  }
  .detail-page .detail-container {
    width: 100%;
  }
  .detail-page .detail-container .back-container {
    width: unset;
  }
}
@media (max-width: 640px) {
  .cart-item {
    align-items: flex-start;
    padding: 1.25rem 2rem;
  }
  .cart-item .content-body {
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .cart-item .content-body .content-image {
    max-width: 140px;
  }
  .cart-item .content-body .content-description {
    width: calc(100% - 200px);
    padding: 0;
    flex-grow: 1;
    justify-content: center;
  }
  .cart-item .content-body .content-price {
    width: 100%;
    margin: 0;
    text-align: end;
  }
  .new-arriavls .section-title {
    padding-right: 5rem;
  }
  .product-item {
    width: 33.33%;
  }
  .upload-section .upload-container {
    width: calc(50% - 10px);
  }
  .upload-section .caption-container {
    width: 100%;
  }
  .btn-whatsapp-glow {
    width: 100%;
    justify-content: center;
  }
  .icon-circle-pulse {
    width: 60px;
    height: 60px;
  }
  .support-box {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 520px) {
  header.mobile .cart-button a {
    color: #fff;
  }
  header.mobile .cart-button a:hover {
    color: #6a452e;
  }
  header.mobile .cart-button a i {
    font-size: 1rem !important;
  }
  header.mobile .notif .notif-icon {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    top: 0;
    right: 0;
  }
  header .dropdown-content a {
    color: black !important;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    font-size: 0.7rem !important;
  }
}
@media (max-width: 480px) {
  .main-content {
    margin: 1.6rem 0 0;
  }
  #main-top-slider.bg-slider {
    padding: 1.6rem 1rem 1rem;
  }
  .product-item {
    width: 50%;
  }
  .product .product-info {
    padding: 8px 0;
  }
  .product .product-info .name.title {
    min-height: 66px;
  }
  .product .product-info .name.title a {
    font-size: 14px;
  }
  .product .product-info .product-price.price-pad {
    padding: 0 8px;
  }
  .product .product-info .product-price:not(.bid-status) .price {
    min-height: 2.7rem;
  }
  .product .product-info .product-price.bid-status .price {
    min-height: 2.5rem;
  }
  .product .product-info .product-price .price {
    font-size: 0.8rem;
    padding-bottom: 0;
  }
  .product .product-info .timer-group span {
    font-size: 1rem;
    padding-bottom: 3px;
  }
  .product .product-info .timer-group .d,
  .product .product-info .timer-group .h,
  .product .product-info .timer-group .m,
  .product .product-info .timer-group .s {
    width: 34px;
    height: 34px;
    font-size: 1.1em;
    padding: 4.5px;
  }
  .cart-item {
    padding: 0.75rem;
  }
  .cart-item .content-body {
    padding: 0 0.75rem;
  }
  .cart-item .content-body .content-image {
    max-width: clamp(80px, 5%, 120px);
  }
  .cart-item .content-body .content-description {
    width: 100%;
  }
  .section-tabs .nav-tabs .nav-item {
    width: 100%;
  }
  .daterange {
    width: 100%;
    flex-grow: 1;
  }
  .store-item {
    width: 100%;
  }
  .grow-on-small {
    flex-grow: 1;
  }
}
@media (max-width: 450px) {
  .mobile-container {
    height: 870px;
  }
  .review-container .img-container {
    width: 30%;
    min-width: 80px;
  }
  .review-container .content {
    width: 100%;
    padding-left: 0;
  }
  .review-container .content .detail .store.img-container {
    min-width: 40px;
    min-height: 40px;
  }
  .review-container .content .detail .review-history .reply {
    width: 100%;
  }
  .review-container .comment-type-box {
    max-width: 100%;
    margin-left: 0;
  }
  .review-container .comment-type-box.child {
    padding-left: 1rem;
  }
  .product .product-info {
    padding: 0 3px 5px;
  }
  .product .product-info .name {
    padding: 4px;
  }
  .product .product-info .product-price.price-pad {
    padding: 0 5px 0;
  }
  .product .product-info .product-store {
    padding: 0 5px 0;
  }
  .product .product-info .product-store .name {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .mobile-container {
    height: 804px;
  }
  .our-features-box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .our-features-box ul li {
    width: 100%;
  }
  .detail-page .detail-container .content .rules .content {
    font-size: 0.8rem;
  }
  .detail-page .detail-container .content .specification,
  .detail-page .detail-container .content .description,
  .detail-page .detail-container .content .note,
  .detail-page .detail-container .content .share {
    padding: 2px 0 5px 0;
  }
  .detail-page .detail-container .content .specification .title,
  .detail-page .detail-container .content .description .title,
  .detail-page .detail-container .content .note .title,
  .detail-page .detail-container .content .share .title {
    width: 100%;
    font-size: 0.9rem;
    padding: 0 0 5px;
  }
  .detail-page .detail-container .content .specification .listing .sub-title,
  .detail-page .detail-container .content .description .listing .sub-title,
  .detail-page .detail-container .content .note .listing .sub-title,
  .detail-page .detail-container .content .share .listing .sub-title {
    font-size: 0.8rem;
  }
  .detail-page .detail-container .content .specification .listing .sub-value,
  .detail-page .detail-container .content .description .listing .sub-value,
  .detail-page .detail-container .content .note .listing .sub-value,
  .detail-page .detail-container .content .share .listing .sub-value {
    font-size: 0.8rem;
  }
  .detail-page .detail-container .content .specification .listing .sub-value .color-box,
  .detail-page .detail-container .content .description .listing .sub-value .color-box,
  .detail-page .detail-container .content .note .listing .sub-value .color-box,
  .detail-page .detail-container .content .share .listing .sub-value .color-box {
    transform: translateY(6px);
  }
  .detail-page .detail-container .content .specification .marking,
  .detail-page .detail-container .content .description .marking,
  .detail-page .detail-container .content .note .marking,
  .detail-page .detail-container .content .share .marking {
    display: none;
  }
  .detail-page .detail-container .content .specification .detail,
  .detail-page .detail-container .content .description .detail,
  .detail-page .detail-container .content .note .detail,
  .detail-page .detail-container .content .share .detail {
    width: 100%;
    padding: 0;
    font-size: 0.8rem;
  }
  .detail-page .detail-container .content .specification .sharethis-inline-share-buttons,
  .detail-page .detail-container .content .description .sharethis-inline-share-buttons,
  .detail-page .detail-container .content .note .sharethis-inline-share-buttons,
  .detail-page .detail-container .content .share .sharethis-inline-share-buttons {
    width: 100%;
    text-align: left !important;
  }
  .detail-page .detail-container .content .specification .sharethis-inline-share-buttons .st-btn,
  .detail-page .detail-container .content .description .sharethis-inline-share-buttons .st-btn,
  .detail-page .detail-container .content .note .sharethis-inline-share-buttons .st-btn,
  .detail-page .detail-container .content .share .sharethis-inline-share-buttons .st-btn {
    margin-top: 8px;
  }
}
@media (max-width: 350px) {
  .container-max {
    padding: 0 10px;
  }
  .mobile-container {
    height: 750px;
  }
  .product-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .product .product-info {
    padding: 4px 3px 6px;
  }
  .product .product-info .name {
    width: 100%;
    padding: 0 5px;
  }
  .product .product-info .name.title {
    min-height: 58px;
  }
  .product .product-info .name.title a {
    font-size: 14px;
  }
  .product .product-info .name.title span {
    font-size: 0.6em;
  }
  .product .product-info .product-price.price-pad {
    padding: 0 5px 0;
  }
  .product .product-info .product-price:not(.bid-status) .price {
    min-height: 2.7rem;
  }
  .product .product-info .product-price.bid-status .price {
    min-height: 2.5rem;
  }
  .product .product-info .product-price.bid-status .price .edge {
    text-align: end;
  }
  .product .product-info .product-price .price {
    font-size: 0.7rem;
    line-height: 20px;
  }
  .product .product-info .timer-group span {
    font-size: 0.67rem;
  }
  .product .product-info .timer-group .d,
  .product .product-info .timer-group .h,
  .product .product-info .timer-group .m,
  .product .product-info .timer-group .s {
    width: 25px;
    height: 25px;
    font-size: 0.67rem;
    padding: 2.5px;
  }
  .product .product-info .product-store {
    padding: 0 5px 0;
  }
  .product .product-info .product-store .name {
    font-size: 0.6rem;
    padding: 0;
  }
  .product .product-info .product-store .location {
    font-size: 0.6rem;
  }
  .product .product-info .product-store .location i {
    font-size: 0.6rem;
  }
  .upload-section .upload-container {
    width: 100%;
  }
  .upload-section .caption-container {
    width: 100%;
  }
  .category-container .category-item .category-group .image {
    width: 100%;
  }
  .category-container .category-item .category-group .title {
    display: none;
  }
}
@media (max-width: 280px) {
  .product-item {
    width: 100%;
  }
  .product .product-info .timer-group span {
    font-size: 1rem;
  }
  .product .product-info .timer-group .d,
  .product .product-info .timer-group .h,
  .product .product-info .timer-group .m,
  .product .product-info .timer-group .s {
    width: 35px;
    height: 35px;
    font-size: 1.25em;
    padding: 3.5px;
  }
}
@media (max-width: 479px) and (min-width: 320px) {
  .social ul li {
    display: inline-block;
    float: none;
  }
  #owl-main {
    height: unset;
  }
  #owl-main .item {
    height: unset;
  }
}
@media (max-width: 450px) and (min-width: 402px) {
  #owl-main {
    height: unset;
  }
  #owl-main .item {
    height: unset;
  }
}
.modal {
  padding: 2rem 4px;
  z-index: 999999;
}

.sharethis-inline-share-buttons {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  margin-top: 0.75rem;
}

.head-separator {
  display: none;
  width: 100%;
  height: 15px;
}

@media screen and (min-width: 481px) and (max-width: 992px) {
  #top-banner-and-menu {
    margin-top: 3.6rem !important;
  }
}
@media screen and (min-width: 992px) {
  .modal {
    padding: 0;
  }
  .head-separator {
    display: block;
  }
  #top-banner-and-menu {
    margin-top: 0 !important;
  }
  .overlay.show {
    display: none !important;
  }
  .side-content {
    display: block;
    margin: 0 0.5rem 1rem;
  }
}
@media screen and (min-width: 1030px) {
  .side-content {
    display: block;
    margin: 0 0.5rem;
  }
}