@charset "UTF-8";
/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2023-12-04 13:52:53
 */
/**
 * Franco Premium — متغيرات هوية واجهة المتجر
 *
 * ⚠️ متغيرات فقط، بلا أي قواعد تُخرج ناتجاً — الملف يُستورد
 * في bootstrap.scss و app.scss معاً.
 */
/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:55:31
 */
@font-face {
  font-family: "iconfont";
  src: url("/fonts/iconfont/iconfont.woff") format("woff"), url("/fonts/iconfont/iconfont.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
.iconfont {
  font-family: "iconfont";
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-09 19:16:39
 * @LastEditTime  2022-09-16 20:55:07
 */
[v-cloak] {
  display: none;
}

:root {
  --bs-border-radius: 0.5rem;
}

.btn {
  --bs-btn-border-radius: 10rem;
}

textarea.form-control {
  border-radius: var(--bs-border-radius);
}

.bk-page-loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000000000000000;
}

body[class^=page-account] {
  background-color: #f7f7f7;
}
body[class^=page-account] .breadcrumb-wrap {
  background-color: #eeeeee;
}

html {
  height: 100%;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  -webkit-text-size-adjust: none;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body .site-main {
  flex: 1 0 auto;
}
body.app .breadcrumb-wrap {
  height: 10px;
}
body.app .breadcrumb-wrap .container {
  display: none;
}
body.app .col-lg-3.col-12 {
  display: none;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 700;
  color: #282828;
}

.min-h1 {
  min-height: 100px;
}

.min-h2 {
  min-height: 200px;
}

.min-h3 {
  min-height: 300px;
}

.min-h4 {
  min-height: 400px;
}

.min-h5 {
  min-height: 500px;
}

.min-h6 {
  min-height: 600px;
}

.wp-100 {
  width: 100px;
}

.wp-200 {
  width: 200px;
}

.wp-300 {
  width: 300px;
}

.wp-400 {
  width: 400px;
}

.wp-500 {
  width: 500px;
}

.wp-600 {
  width: 600px;
}

.wp-700 {
  width: 700px;
}

.wp-800 {
  width: 800px;
}

.wp-900 {
  width: 900px;
}

.wp-1000 {
  width: 1000px;
}

.wp-100- {
  width: calc(100% - 100px);
}

.wp-200- {
  width: calc(100% - 200px);
}

.wp-300- {
  width: calc(100% - 300px);
}

.wp-400- {
  width: calc(100% - 400px);
}

.wp-500- {
  width: calc(100% - 500px);
}

.wp-600- {
  width: calc(100% - 600px);
}

.wp-700- {
  width: calc(100% - 700px);
}

.wp-800- {
  width: calc(100% - 800px);
}

.wp-900- {
  width: calc(100% - 900px);
}

.wp-1000- {
  width: calc(100% - 1000px);
}

.h-min-100 {
  min-height: 100px;
}

.h-min-200 {
  min-height: 200px;
}

.h-min-300 {
  min-height: 300px;
}

.h-min-400 {
  min-height: 400px;
}

.h-min-500 {
  min-height: 500px;
}

.h-min-600 {
  min-height: 600px;
}

.h-min-700 {
  min-height: 700px;
}

.h-min-800 {
  min-height: 800px;
}

.h-min-900 {
  min-height: 900px;
}

.h-min-1000 {
  min-height: 1000px;
}

.w-min-100 {
  min-width: 100px;
}

.w-min-200 {
  min-width: 200px;
}

.w-min-300 {
  min-width: 300px;
}

.w-min-400 {
  min-width: 400px;
}

.w-min-500 {
  min-width: 500px;
}

.w-min-600 {
  min-width: 600px;
}

.w-min-700 {
  min-width: 700px;
}

.w-min-800 {
  min-width: 800px;
}

.w-min-900 {
  min-width: 900px;
}

.w-min-1000 {
  min-width: 1000px;
}

.w-max-100 {
  max-width: 100px;
}

.w-max-200 {
  max-width: 200px;
}

.w-max-300 {
  max-width: 300px;
}

.w-max-400 {
  max-width: 400px;
}

.w-max-500 {
  max-width: 500px;
}

.w-max-600 {
  max-width: 600px;
}

.w-max-700 {
  max-width: 700px;
}

.w-max-800 {
  max-width: 800px;
}

.w-max-900 {
  max-width: 900px;
}

.w-max-1000 {
  max-width: 1000px;
}

.hp-100 {
  height: 100px;
}

.hp-200 {
  height: 200px;
}

.hp-300 {
  height: 300px;
}

.hp-400 {
  height: 400px;
}

.hp-500 {
  height: 500px;
}

.hp-600 {
  height: 600px;
}

.hp-700 {
  height: 700px;
}

.hp-800 {
  height: 800px;
}

.hp-900 {
  height: 900px;
}

.hp-1000 {
  height: 1000px;
}

.wh-10 {
  height: 10px;
  width: 10px;
  flex: 0 0 10px;
}

.wh-20 {
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
}

.wh-30 {
  height: 30px;
  width: 30px;
  flex: 0 0 30px;
}

.wh-40 {
  height: 40px;
  width: 40px;
  flex: 0 0 40px;
}

.wh-50 {
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
}

.wh-60 {
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
}

.wh-70 {
  height: 70px;
  width: 70px;
  flex: 0 0 70px;
}

.wh-80 {
  height: 80px;
  width: 80px;
  flex: 0 0 80px;
}

.wh-90 {
  height: 90px;
  width: 90px;
  flex: 0 0 90px;
}

.wh-100 {
  height: 100px;
  width: 100px;
  flex: 0 0 100px;
}

.wh-110 {
  height: 110px;
  width: 110px;
  flex: 0 0 110px;
}

.wh-120 {
  height: 120px;
  width: 120px;
  flex: 0 0 120px;
}

.wh-130 {
  height: 130px;
  width: 130px;
  flex: 0 0 130px;
}

.wh-140 {
  height: 140px;
  width: 140px;
  flex: 0 0 140px;
}

.wh-150 {
  height: 150px;
  width: 150px;
  flex: 0 0 150px;
}

.wh-160 {
  height: 160px;
  width: 160px;
  flex: 0 0 160px;
}

.wh-170 {
  height: 170px;
  width: 170px;
  flex: 0 0 170px;
}

.wh-180 {
  height: 180px;
  width: 180px;
  flex: 0 0 180px;
}

.wh-190 {
  height: 190px;
  width: 190px;
  flex: 0 0 190px;
}

.wh-200 {
  height: 200px;
  width: 200px;
  flex: 0 0 200px;
}

.rich-text-editor-content table {
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
.rich-text-editor-content table th, .rich-text-editor-content table td {
  width: auto !important;
}
.rich-text-editor-content * {
  max-width: 100% !important;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.col-form-label.required::before {
  content: "*";
  color: #f56c6c;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
}

/**
 * النافذة المنبثقة (العرض السريع وتسجيل الدخول)
 *
 * كانت layer.js عارية تماماً: زوايا حادّة، وزر إغلاق افتراضي صغير ملتصق
 * بالحافة، وظلّ رمادي محايد لا علاقة له بالهوية. أُعيد تصميمها بحوافّ
 * دائرية وظلّ مشتقّ من لون الهيدر، وزر إغلاق دائري واضح خارج الإطار.
 */
@keyframes franco-pop-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.login-pop-box {
  animation: franco-pop-in 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 24px !important;
  background-color: transparent !important;
  box-shadow: 0 24px 70px -20px rgba(0, 48, 48, 0.55), 0 8px 24px -12px rgba(0, 48, 48, 0.35) !important;
}
.login-pop-box .layui-layer-content {
  border-radius: 24px;
  overflow: hidden;
  background-color: #F5F2EE;
}
.login-pop-box iframe {
  display: block;
  border-radius: 24px;
  background-color: #F5F2EE;
}
.login-pop-box iframe.layui-layer-load {
  background: #F5F2EE;
}
.login-pop-box .layui-layer-setwin {
  top: -16px;
  inset-inline-end: -16px;
  inset-inline-start: auto;
}
.login-pop-box .layui-layer-setwin .layui-layer-close,
.login-pop-box .layui-layer-setwin .layui-layer-close1,
.login-pop-box .layui-layer-setwin .layui-layer-close2 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 34px;
  height: 34px;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #003030;
  background-image: none;
  box-shadow: 0 4px 14px -4px rgba(0, 48, 48, 0.6);
  transition: background-color 0.15s ease-in-out, transform 0.12s ease-in-out;
}
.login-pop-box .layui-layer-setwin .layui-layer-close::before, .login-pop-box .layui-layer-setwin .layui-layer-close::after,
.login-pop-box .layui-layer-setwin .layui-layer-close1::before,
.login-pop-box .layui-layer-setwin .layui-layer-close1::after,
.login-pop-box .layui-layer-setwin .layui-layer-close2::before,
.login-pop-box .layui-layer-setwin .layui-layer-close2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.login-pop-box .layui-layer-setwin .layui-layer-close::before,
.login-pop-box .layui-layer-setwin .layui-layer-close1::before,
.login-pop-box .layui-layer-setwin .layui-layer-close2::before {
  transform: translate(50%, -50%) rotate(-45deg);
}
.login-pop-box .layui-layer-setwin .layui-layer-close::after,
.login-pop-box .layui-layer-setwin .layui-layer-close1::after,
.login-pop-box .layui-layer-setwin .layui-layer-close2::after {
  transform: translate(50%, -50%) rotate(45deg);
}
.login-pop-box .layui-layer-setwin .layui-layer-close:hover,
.login-pop-box .layui-layer-setwin .layui-layer-close1:hover,
.login-pop-box .layui-layer-setwin .layui-layer-close2:hover {
  background: #C68B54;
  transform: scale(1.06);
}
@media (max-width: 768px) {
  .login-pop-box {
    border-radius: 20px !important;
  }
  .login-pop-box .layui-layer-content, .login-pop-box iframe {
    border-radius: 20px;
  }
  .login-pop-box .layui-layer-setwin {
    top: -12px;
    inset-inline-end: -8px;
  }
}

.layui-layer-shade {
  background-color: #012020 !important;
}

.module-title {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  color: #333;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .module-title {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .module-title {
    padding-bottom: 10px;
  }
}
.module-title .wave-line {
  position: relative;
  width: 54px;
  height: 18px;
  overflow: hidden;
  margin: 0 auto;
}
.module-title .wave-line:after {
  content: "xxxxxxxxxxxxxxxxxxxxxxxxxxxx";
  position: absolute;
  font-size: 20px;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #000000;
  top: -15px;
  color: transparent;
  right: 0;
  animation: wave 5s infinite linear;
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
.module-division {
  display: flex;
  justify-content: center;
}
.module-division img {
  width: 130px;
}

.module-sub-title {
  margin-top: -1.5rem;
  max-width: 800px;
  margin-right: auto;
  color: #564a4a;
  margin-left: auto;
  margin-bottom: 1.4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .module-sub-title {
    font-size: 1rem;
    margin-bottom: 2.4rem;
  }
}

.tinymce-format-p p {
  margin-bottom: 0.5rem;
}

.steps-wrap {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.steps-wrap:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 100%;
  border-bottom: 3px solid #D7D7D7;
}
.steps-wrap > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.steps-wrap > div.active .number {
  background-color: #003030;
  border-color: #003030;
  color: #E0AD7E;
}
.steps-wrap > div.active .title {
  color: #003030;
  font-weight: bold;
}
.steps-wrap > div .number-wrap {
  padding: 0 4px;
  margin-bottom: 0.5rem;
}
.steps-wrap > div .number {
  border: 2px solid #ddd;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-wrap > div .title {
  color: #848484;
}

.quantity-wrap {
  width: 120px;
}
@media (min-width: 768px) {
  .quantity-wrap {
    height: 37px;
  }
}
.quantity-wrap .btn {
  border-color: var(--bs-border-color);
}
.quantity-wrap .btn:active {
  background-color: #eee;
}
.quantity-wrap input {
  padding: 0.5rem;
  text-align: center;
  background-color: transparent !important;
}

.fixed-top-line-fixed {
  position: fixed;
  top: 0;
}

@media (max-width: 768px) {
  .account-sides-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    transition: all 0.3s ease-out;
  }
  .account-sides-wrap.active {
    visibility: visible;
    opacity: 1;
  }
  .account-sides-wrap.active .account-sides-info {
    transform: translateX(0);
  }
}

.account-sides-info {
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
@media (max-width: 768px) {
  .account-sides-info {
    position: fixed;
    z-index: 1046;
    width: 80%;
    top: 0;
    right: 0;
    height: 100%;
    transform: translateX(100%);
    background-color: #fff;
    transition: all 0.3s ease-out;
  }
}
.account-sides-info .mb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.account-sides-info .head {
  display: flex;
  align-items: center;
  padding: 1.4rem 1rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-top-right-radius: 0.275rem;
  border-top-left-radius: 0.275rem;
}
@media (max-width: 768px) {
  .account-sides-info .head {
    padding: 1rem;
    border-bottom: 1px solid #eee;
  }
}
.account-sides-info .head .portrait {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
  border: 2px solid #FFFFFF;
  overflow: hidden;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .account-sides-info .head .portrait {
    width: 60px;
    height: 60px;
    margin-left: 14px;
  }
}
.account-sides-info .head .account-name {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.account-sides-info .head .account-email {
  color: #666666;
}
.account-sides-info .account-links {
  border-radius: 0;
}
.account-sides-info .account-links > a {
  border: none;
  font-weight: bold;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
.account-sides-info .account-links > a > span.icon {
  margin-left: 8px;
  line-height: 1;
}
.account-sides-info .account-links > a:last-of-type {
  border-bottom: none;
}
.account-sides-info .account-links > a:hover {
  background-color: #E9ECEF;
}
.account-sides-info .account-links > a.active {
  background-color: #E9ECEF;
  color: #111;
}
.account-sides-info .account-links > a .badge {
  color: #fff;
}

.text-size-min {
  font-size: 12px;
}

.text-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 992px) {
  .breadcrumb-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f6f6f6;
    padding-left: 10px;
  }
  .breadcrumb-filter .mb-filter {
    width: 20px;
    font-size: 18px;
    text-align: center;
  }
  .breadcrumb-filter i {
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .breadcrumb-filter .mb-filter {
    display: none;
  }
}
@media (max-width: 992px) {
  .breadcrumb-filter {
    margin-bottom: 10px;
  }
  .breadcrumb-filter .breadcrumb-wrap {
    margin-bottom: 0;
  }
}

.breadcrumb-wrap {
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .breadcrumb-wrap {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .breadcrumb-wrap .breadcrumb {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis.line-2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-ellipsis.line-3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mobile-paginator {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-paginator .input-group {
  max-width: 60px;
  margin: 0 10px;
}
.mobile-paginator .input-group .input-group-text {
  padding: 0.46rem 0.56rem;
}
.mobile-paginator .input-group #mb-page-input {
  padding: 0.46rem 0.26rem;
  text-align: center;
}
.mobile-paginator .btn {
  border: 1px solid var(--bs-border-color);
}
.mobile-paginator .btn:active {
  background-color: #eee;
}

.address-dialog .el-form-item__label {
  line-height: initial;
}
.address-dialog .af-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .address-dialog .af-row {
    flex-direction: row;
    gap: 1rem;
  }
}
.address-dialog .af-col {
  width: 100%;
}
@media (min-width: 768px) {
  .address-dialog .af-col {
    width: 50%;
  }
}
.address-dialog .af-calling-code {
  width: 88px;
}
@media (min-width: 768px) {
  .address-dialog .af-calling-code {
    width: 100px;
  }
}

.iframe-modules-sortable-ghost {
  background-color: #f7f7f7;
  border: 1px dashed #003030;
  border-radius: 4px;
  padding: 10px;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.iframe-modules-sortable-ghost .icon {
  display: none;
}

#product-description td {
  border-width: 1px;
}

.page-content table td {
  border-width: 1px;
}

.whatsapp-order .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.6rem;
  border: 0;
  border-radius: 10rem;
  background-color: #25D366;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 6px 18px -6px rgba(37, 211, 102, 0.65);
  transition: background-color 0.15s ease-in-out, transform 0.08s ease-in-out;
}
.whatsapp-order .btn-whatsapp i {
  font-size: 1.15rem;
}
.whatsapp-order .btn-whatsapp:hover, .whatsapp-order .btn-whatsapp:focus {
  background-color: #1EBE5A;
  color: #fff;
}
.whatsapp-order .btn-whatsapp:active {
  transform: translateY(1px);
}
.whatsapp-order .whatsapp-hint {
  margin: 0.6rem 0 0;
  font-size: 0.78rem;
  color: rgba(26, 26, 26, 0.5);
}

.whatsapp-float {
  position: fixed;
  inset-inline-end: 16px;
  bottom: 16px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #25D366;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  box-shadow: 0 6px 20px -6px rgba(37, 211, 102, 0.7);
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.whatsapp-float:hover, .whatsapp-float:focus {
  background-color: #1EBE5A;
  color: #fff;
  transform: scale(1.06);
}
@media (max-width: 768px) {
  .whatsapp-float {
    width: 48px;
    height: 48px;
    font-size: 1.45rem;
    bottom: calc(16px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 768px) {
  body.page-product .whatsapp-float {
    bottom: calc(86px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 992px) {
  body.page-checkout .whatsapp-float {
    bottom: calc(78px + env(safe-area-inset-bottom));
  }
}

.layui-layer-btn {
  padding: 0 18px 16px;
  text-align: start;
}
.layui-layer-btn a {
  height: auto;
  line-height: 1.5;
  margin: 6px 6px 0;
  padding: 0.5rem 1.4rem;
  border-radius: 10rem;
  font-weight: 600;
  font-size: 0.85rem;
  border: 1px solid rgba(0, 48, 48, 0.22);
  background-color: #fff;
  color: rgba(26, 26, 26, 0.75);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.layui-layer-btn a:hover {
  opacity: 1;
  border-color: #003030;
  color: #003030;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #003030;
  background-color: #003030;
  color: #fff;
}
.layui-layer-btn .layui-layer-btn0:hover {
  background-color: #0A4A4A;
  border-color: #0A4A4A;
  color: #fff;
}

.layui-layer.layui-layer-dialog {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 50px -18px rgba(0, 48, 48, 0.5);
}
.layui-layer.layui-layer-dialog .layui-layer-title {
  background-color: rgba(224, 173, 126, 0.12);
  border-bottom: 1px solid rgba(0, 48, 48, 0.1);
  color: #003030;
  font-weight: 700;
}
.layui-layer.layui-layer-dialog .layui-layer-content {
  padding: 1.15rem 1.15rem 0.35rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.82);
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:55:12
 */
.promo-banner {
  background: #C68B54;
  color: #1A1A1A;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.promo-banner .promo-banner-track {
  display: inline-flex;
  align-items: center;
  animation: promo-banner-scroll 22s linear infinite;
}
.promo-banner:hover .promo-banner-track {
  animation-play-state: paused;
}
.promo-banner .promo-banner-item {
  display: inline-block;
  padding: 0.45rem 2.5rem;
  font-size: 0.85rem;
  font-weight: bold;
  white-space: nowrap;
}

@keyframes promo-banner-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
header {
  background: #003030;
}
header .top-wrap {
  height: 36px;
  background: #012020;
  display: flex;
}
header .top-wrap .dropdown-toggle {
  color: #E0AD7E;
}
header .top-wrap .right {
  color: #E0AD7E;
}
@media (max-width: 768px) {
  header .top-wrap > .container, header .top-wrap .container-fluid {
    padding: 0 10px;
  }
}
header .top-wrap .dropdown:hover .dropdown-menu {
  display: block;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .top-wrap .dropdown:hover .dropdown-menu.dropdown-menu-end {
  left: 0;
}
header .header-content .nav-item:hover > a {
  color: #EFCBA3;
}
header .header-content .dropdown .dropdown-menu {
  max-height: 80vh;
  overflow-y: auto;
  border: none;
  right: 50%;
  visibility: hidden;
  opacity: 0;
  display: block;
  transform-origin: top center;
  transition: all 0.2s ease-in-out;
  transform: translate(50%, 0.5rem);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .header-content .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(50%);
}
header .header-content {
  position: relative;
  background-color: #003030;
  padding: 1rem 0;
  transition: all 0.2s ease-in-out;
}
body:not(.page-home) header .header-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
header .header-content.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 0.4rem 0;
  border-color: transparent;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
}
header .header-content > .container, header .header-content .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-content .menu-wrap {
  min-width: 0;
}
header .header-content .menu-wrap .container {
  max-width: none;
  width: auto;
}
header .header-content .menu-wrap > .navbar-nav {
  flex-wrap: nowrap;
}
header .header-content .menu-wrap > .navbar-nav > .nav-item {
  background-color: transparent;
}
header .header-content .menu-wrap > .navbar-nav > .nav-item:hover > .nav-link > svg {
  transform: rotate(-180deg);
}
header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
  padding: 1rem 0.55rem;
  white-space: nowrap;
  position: relative;
  color: #E0AD7E;
}
@media (max-width: 1200px) {
  header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link {
    padding: 1rem 0.35rem;
  }
}
header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link > svg {
  margin-right: -3px;
  transition: all 0.2s ease-in-out;
}
header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link.dropdown-toggle::after {
  counter: "";
  display: none;
}
header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link .badge {
  position: absolute;
  bottom: 80%;
  padding: 2px 4px;
  font-weight: 400;
  right: calc(50% - 0px);
  margin-right: 0px;
}
header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link .badge::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 10px;
  border: 4px solid;
  border-color: inherit;
  border-left-color: rgba(0, 0, 0, 0) !important;
  border-bottom-color: rgba(0, 0, 0, 0) !important;
  border-left-width: 7px;
  border-right-width: 0;
}
header .header-content .menu-wrap > .navbar-nav .group-name {
  font-size: 15px;
}
header .header-content .menu-wrap > .navbar-nav .ul-children a {
  color: #7a7a7a;
}
header .header-content .menu-wrap > .navbar-nav .ul-children a:hover {
  color: #003030;
}
header .header-content .logo img {
  max-width: 200px;
  max-height: 50px;
}
@media (max-width: 1200px) {
  header .header-content .logo img {
    max-width: 160px;
  }
}
header .header-content .right-btn .nav-link {
  color: #E0AD7E;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  position: relative;
}
@media (max-width: 1200px) {
  header .header-content .right-btn .nav-link {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
header .header-content .right-btn .nav-link i {
  font-size: 1.1rem;
}
header .header-content .right-btn .nav-link img {
  width: 24px;
}
header .cart-badge-quantity {
  position: absolute;
  right: 27px;
  top: -3px;
  text-align: center;
  font-size: 12px;
  display: none;
  width: 23px;
  zoom: 0.9;
  height: 23px;
  line-height: 24px;
  background-color: #C68B54;
  color: #1A1A1A;
  border-radius: 50%;
}
header .header-mobile {
  color: #E0AD7E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
header .header-mobile.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  background: #003030;
  border-color: transparent;
}
header .header-mobile .mobile-content {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-mobile .mobile-content > div {
  width: 33.33%;
}
header .header-mobile .mobile-content > div.center a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
header .header-mobile .mobile-content > div.center a img {
  max-height: 100%;
}
header .header-mobile .mobile-content .left {
  display: flex;
  align-items: center;
}
header .header-mobile .mobile-content .left > div {
  cursor: pointer;
}
header .header-mobile .mobile-content .left > div > i {
  font-size: 1.5rem;
  line-height: 1;
}
header .header-mobile .mobile-content .left .mobile-open-search {
  margin-right: 12px;
}
header .header-mobile .mobile-content .left .mobile-open-search > i {
  font-size: 1.1rem;
}
header .header-mobile .mobile-content .right {
  display: flex;
  justify-content: flex-end;
}
header .header-mobile .mobile-content .right .m-cart .cart-badge-quantity {
  right: 11px;
  top: -9px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
header .header-mobile .mobile-content .right .mb-account-icon span {
  margin-left: -2px;
  display: inline-block;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
}
header .header-mobile .mobile-content .right .nav-link {
  padding: 0;
}
header .header-mobile .mobile-content .right .nav-link i {
  font-size: 1.2rem;
}

#offcanvas-search-top {
  height: 100vh;
  justify-content: center;
  display: block;
}
@media (min-width: 992px) {
  #offcanvas-search-top {
    height: 520px;
  }
}
@media (min-width: 1200px) {
  #offcanvas-search-top {
    height: 580px;
  }
}
@media (min-width: 1400px) {
  #offcanvas-search-top {
    height: 620px;
  }
}
@media (max-width: 992px) {
  #offcanvas-search-top {
    overflow-y: auto;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #offcanvas-search-top.offcanvas-start {
    width: 100%;
  }
}
#offcanvas-search-top .offcanvas-header {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
#offcanvas-search-top .search-input-wrap {
  position: relative;
  margin-left: 6px;
  margin-bottom: 10px;
}
#offcanvas-search-top .search-input-wrap input {
  border-color: #222;
  border-radius: 100px;
}
#offcanvas-search-top .search-input-wrap input:focus {
  box-shadow: none;
  border-color: #003030;
}
#offcanvas-search-top .search-input-wrap .input-group-text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #222;
  border: none;
  font-size: 17px;
  width: 50px;
  text-align: center;
  background-color: transparent;
  z-index: 9;
}
#offcanvas-search-top .btn-close {
  padding: 1rem;
  opacity: 1;
}
#offcanvas-search-top .btn-close:hover {
  background-color: #eee;
}
#offcanvas-search-top .hot-search-wrap .hot-search-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#offcanvas-search-top .search-pop-products-wrap .spinner-border {
  display: none;
}
#offcanvas-search-top .search-pop-products-wrap.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  background-color: #f5f5f5;
}
#offcanvas-search-top .search-pop-products-wrap.loading .sp-products, #offcanvas-search-top .search-pop-products-wrap.loading .hot-products-title {
  display: none;
}
#offcanvas-search-top .search-pop-products-wrap.loading .spinner-border {
  display: block;
}
#offcanvas-search-top .search-pop-products-show-all .btn {
  border-radius: 60px;
  background-color: #222;
  color: #fff;
  min-width: 120px;
}

#offcanvas-right-cart {
  background-color: #003030;
  color: rgba(245, 242, 238, 0.75);
}
#offcanvas-right-cart .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#offcanvas-right-cart .offcanvas-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
#offcanvas-right-cart .select-wrap {
  margin-left: 10px;
  cursor: pointer;
}
#offcanvas-right-cart .select-wrap i {
  font-size: 20px;
  color: rgba(245, 242, 238, 0.75);
}
#offcanvas-right-cart .select-wrap i.bi-check-circle-fill {
  color: #E0AD7E;
}
#offcanvas-right-cart .offcanvas-right-products .product-list {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#offcanvas-right-cart .offcanvas-right-products .product-list .left {
  width: 80px;
  flex: 0 0 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-left: 10px;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .left img {
  max-height: 80px;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .right .name {
  word-break: break-all;
  color: rgba(245, 242, 238, 0.75) !important;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .right .text-muted {
  color: rgba(245, 242, 238, 0.5) !important;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .right .price {
  color: #E0AD7E;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .right .price input {
  margin-right: 10px;
  width: 50px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(245, 242, 238, 0.75);
  text-align: center;
}
#offcanvas-right-cart .offcanvas-right-products .product-list .right .offcanvas-products-delete {
  cursor: pointer;
  color: rgba(245, 242, 238, 0.75);
}
#offcanvas-right-cart .top-footer.bg-light {
  background-color: rgba(255, 255, 255, 0.06) !important;
  color: rgba(245, 242, 238, 0.75);
}
#offcanvas-right-cart .top-footer.bg-light .text-secondary {
  color: rgba(245, 242, 238, 0.75) !important;
}
#offcanvas-right-cart .top-footer.bg-light strong {
  color: rgba(245, 242, 238, 0.75);
}
#offcanvas-right-cart .offcanvas-right-cart-amount {
  color: #E0AD7E;
}
#offcanvas-right-cart .offcanvas-footer .btn-dark.to-checkout {
  background-color: #E0AD7E;
  border-color: #E0AD7E;
  color: #003030;
}
#offcanvas-right-cart .offcanvas-footer .btn-dark.to-checkout:hover {
  background-color: #EFCBA3;
  border-color: #EFCBA3;
}
#offcanvas-right-cart .offcanvas-footer .btn-dark.to-checkout.disabled {
  opacity: 0.5;
}
#offcanvas-right-cart .offcanvas-footer .btn-outline-dark {
  color: #E0AD7E;
  border-color: #E0AD7E;
  background-color: transparent;
}
#offcanvas-right-cart .offcanvas-footer .btn-outline-dark:hover {
  background-color: #E0AD7E;
  color: #003030;
}

#added-to-cart-modal .modal-content {
  border-radius: 14px;
  border: none;
  overflow: hidden;
}
#added-to-cart-modal .modal-header {
  border-bottom: 1px solid rgba(0, 48, 48, 0.08);
  padding: 1rem 1.25rem;
}
#added-to-cart-modal .added-to-cart-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: bold;
  color: #003030;
  font-size: 1.05rem;
}
#added-to-cart-modal .added-to-cart-check {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  background-color: #003030;
  color: #E0AD7E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
#added-to-cart-modal .modal-body {
  padding: 1.25rem;
}
#added-to-cart-modal .added-to-cart-product {
  gap: 1rem;
}
#added-to-cart-modal .added-to-cart-product .image {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border: 1px solid rgba(0, 48, 48, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#added-to-cart-modal .added-to-cart-product .image img {
  max-width: 100%;
  max-height: 100%;
}
#added-to-cart-modal .added-to-cart-product .name {
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 0.3rem;
}
#added-to-cart-modal .added-to-cart-product .price {
  color: #C68B54;
  font-weight: bold;
}
#added-to-cart-modal .modal-footer {
  padding: 0 1.25rem 1.25rem;
  border-top: none;
  gap: 0.6rem;
  flex-wrap: nowrap;
}
#added-to-cart-modal .modal-footer .btn {
  margin: 0;
}
#added-to-cart-modal .modal-footer .btn-outline-dark {
  color: #003030;
  border-color: #003030;
}
#added-to-cart-modal .modal-footer .btn-outline-dark:hover {
  background-color: #003030;
  color: #E0AD7E;
}
#added-to-cart-modal .modal-footer .btn-dark.to-checkout {
  background-color: #003030;
  border-color: #003030;
  color: #E0AD7E;
}
#added-to-cart-modal .modal-footer .btn-dark.to-checkout:hover {
  background-color: #012020;
  border-color: #012020;
  color: #EFCBA3;
}

#offcanvas-mobile-menu {
  width: 80%;
  background-color: #003030;
  color: rgba(245, 242, 238, 0.75);
}
#offcanvas-mobile-menu .offcanvas-header {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#offcanvas-mobile-menu .offcanvas-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
#offcanvas-mobile-menu .mobile-menu-wrap {
  padding: 0;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a {
  flex: 1;
  height: 44px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  color: #E0AD7E;
  font-weight: bold;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a .badge {
  position: relative;
  margin-right: 13px;
  font-weight: 400;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a .badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  border: 4px solid;
  border-left-width: 7px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-left-color: inherit;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span {
  width: 44px;
  height: 44px;
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
  justify-content: center;
  color: #E0AD7E;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span:active {
  background-color: rgba(255, 255, 255, 0.08);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span[aria-expanded=true] {
  background-color: rgba(255, 255, 255, 0.08);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span[aria-expanded=true] i {
  transform: rotate(-180deg);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse {
  padding: 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title {
  height: 44px;
  color: rgba(245, 242, 238, 0.75);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span {
  margin-left: -10px;
  width: 44px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span:active {
  background-color: rgba(255, 255, 255, 0.08);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span[aria-expanded=true] i::before {
  content: "\f63b";
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .nav a {
  color: rgba(245, 242, 238, 0.75);
}
#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .nav a:hover {
  color: #E0AD7E;
}

.menu-preview {
  position: absolute;
  top: 100%;
  right: 50%;
  z-index: 1030;
  width: 190px;
  padding: 8px 8px 10px;
  border-radius: 14px;
  background: #012020;
  border: 1px solid rgba(224, 173, 126, 0.22);
  box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transform: translate(50%, -8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  pointer-events: none;
}
.menu-preview .menu-preview-media {
  display: block;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 9px;
  background: rgba(224, 173, 126, 0.1);
}
.menu-preview .menu-preview-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.menu-preview .menu-preview-label {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #E0AD7E;
}

.menu-preview::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: -10px;
  height: 10px;
}

.navbar-nav > .nav-item {
  position: relative;
}
.navbar-nav > .nav-item:hover > .menu-preview, .navbar-nav > .nav-item:focus-within > .menu-preview {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, 0);
}

@media (hover: none), (max-width: 991.98px) {
  .menu-preview {
    display: none;
  }
}
.market-switcher .market-flag {
  font-size: 1.05rem;
  line-height: 1;
  margin-inline-end: 0.3rem;
  white-space: nowrap;
}
.market-switcher .market-name {
  font-weight: 600;
}
.market-switcher .market-currency {
  margin-inline-start: 0.35rem;
  font-size: 0.78em;
  opacity: 0.7;
}
.market-switcher .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.market-switcher .dropdown-item.active {
  background-color: rgba(224, 173, 126, 0.18);
  color: #003030;
  font-weight: 700;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:48:00
 */
footer {
  background: #003030;
  color: rgba(245, 242, 238, 0.75);
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}
footer .footer-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  footer {
    margin-top: 5rem;
  }
}
footer .footer-active {
  outline: 2px dashed #4bb1f0 !important;
}
footer .services-wrap {
  padding: 2.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 768px) {
  footer .services-wrap {
    padding: 0.5rem 0;
  }
}
footer .services-wrap .service-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
footer .services-wrap .service-item .icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin-bottom: 16px;
  background: rgba(245, 242, 238, 0.75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
footer .services-wrap .service-item .icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 768px) {
  footer .services-wrap .service-item .icon {
    display: none;
  }
}
footer .services-wrap .service-item p {
  margin-bottom: 0;
}
footer .services-wrap .service-item .title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1rem;
  color: #E0AD7E;
}
footer .services-wrap .service-item .sub-title {
  font-size: 0.8rem;
  color: rgba(245, 242, 238, 0.75);
}
footer .footer-content {
  padding: 1.25rem 0;
}
footer .footer-content a {
  color: rgba(245, 242, 238, 0.75);
}
footer .footer-content a:hover {
  color: #E0AD7E;
}
footer .footer-content .footer-content-compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media (max-width: 768px) {
  footer .footer-content .footer-content-compact {
    justify-content: center;
    text-align: center;
  }
}
footer .footer-content .footer-brand .logo {
  max-width: 80px;
  max-height: 100px;
}
footer .footer-content .footer-contact-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 2rem;
  margin: 0;
  color: #E0AD7E;
}
footer .footer-content .footer-contact-inline li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 14px;
  white-space: nowrap;
  color: #E0AD7E;
}
footer .footer-content .footer-contact-inline a {
  color: #E0AD7E;
}
footer .footer-content .social-network {
  display: flex;
}
footer .footer-content .social-network > a {
  margin-left: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(198, 139, 84, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E0AD7E;
  font-size: 16px;
  transition: all 0.3s ease;
}
footer .footer-content .social-network > a:hover {
  transform: translateY(-5px);
  background-color: #E0AD7E;
  color: #003030;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 242, 238, 0.75);
}
@media (min-width: 768px) {
  footer .footer-bottom {
    min-height: 60px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom {
    padding: 10px 0;
  }
  footer .footer-bottom .row.align-items-center, footer .footer-bottom .d-flex {
    justify-content: center;
  }
}
footer .footer-bottom .footer-bottom-row {
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 6px;
}
footer .footer-bottom .right-img img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
footer .footer-bottom .copyright-content {
  color: #E0AD7E;
  text-align: center;
}
footer .footer-bottom .copyright-content p {
  margin-bottom: 0;
}
footer .footer-bottom .copyright-content .design-credit {
  margin-top: 4px;
  font-size: 13px;
}
footer .footer-bottom .copyright-content .design-credit a {
  color: #EFCBA3;
  font-weight: 600;
  text-decoration: none;
}
footer .footer-bottom .copyright-content .design-credit a:hover {
  color: #fff;
  text-decoration: underline;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:56:27
 */
.product-list-wrap .col-12:not(:last-of-type) .product-wrap {
  border-bottom: 1px solid rgba(0, 48, 48, 0.16);
  padding-bottom: 1.4rem;
}
.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover .button-wrap {
  bottom: 10px;
  opacity: 1;
}

.product-wrap {
  text-align: center;
  padding-bottom: 0.7rem;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0, 48, 48, 0.16);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 48, 48, 0.06);
  overflow: hidden;
}
.product-wrap:hover {
  border-color: rgba(0, 48, 48, 0.4);
  box-shadow: 0 8px 24px rgba(0, 48, 48, 0.14);
}
.product-wrap .product-bottom-info {
  padding: 0 5px;
}
.product-wrap.list {
  display: flex;
  padding-bottom: 0;
}
.product-wrap.list .image {
  flex: 0 0 100px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .product-wrap.list .image {
    flex: 0 0 200px;
  }
}
.product-wrap.list .image .image-old {
  height: auto !important;
}
.product-wrap.list .product-name {
  height: 42px;
  margin-bottom: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-wrap.list .product-bottom-info {
  padding-top: 10px;
  padding-right: 10px;
  flex: 1;
  text-align: right;
}
@media (min-width: 768px) {
  .product-wrap.list .product-bottom-info {
    padding-right: 20px;
  }
}
.product-wrap.list .product-bottom-info .product-name {
  font-size: 14px;
}
@media (max-width: 768px) {
  .product-wrap.list .product-bottom-info .button-wrap, .product-wrap.list .product-bottom-info .quick-view-wish {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
}
.product-wrap .image {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.product-wrap .image > a {
  opacity: 1;
  display: block;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-wrap .image .image-after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
  transition: all ease-out 0.4s;
}
.product-wrap .image .button-wrap {
  width: 100%;
  position: absolute;
  z-index: 40;
  bottom: -30px;
  opacity: 0;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .product-wrap .image .button-wrap {
    position: static;
    bottom: auto;
    opacity: 1;
    margin-top: 0.5rem;
  }
}
.product-wrap .image .button-wrap .btn-add-cart {
  flex: 1;
}
.product-wrap .image .button-wrap .btn-quick-view i {
  font-size: 16px;
}
.product-wrap .image .button-wrap .btn-wishlist,
.product-wrap .image .button-wrap .btn-quick-view {
  flex: 0 0 46px;
}
.product-wrap .image .button-wrap button {
  background-color: #003030;
  color: #fff;
  font-weight: bold;
  border: none;
  border-inline-end: 1px solid rgba(224, 173, 126, 0.28);
  border-radius: 0;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.product-wrap .image .button-wrap button:hover, .product-wrap .image .button-wrap button:focus-visible {
  background-color: #0A4A4A;
  color: #EFCBA3;
}
.product-wrap .image .button-wrap button:last-child {
  border-inline-end: none;
}
.product-wrap .image .button-wrap button i {
  line-height: 1;
}
@media (min-width: 768px) {
  .product-wrap:hover .image > a .image-after {
    opacity: 1;
    z-index: 9;
    transform: scale(1.1);
  }
  .product-wrap:hover .button-wrap {
    bottom: 0;
    opacity: 1;
  }
}
.product-wrap .product-name {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
.product-wrap .product-bottom-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.product-wrap .product-price {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem;
}
.product-wrap .product-price .price-new, .product-wrap .product-price .price-old {
  white-space: nowrap;
}
.product-wrap .product-price .price-new {
  color: #003030;
  font-weight: bold;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .product-wrap .product-price .price-new {
    font-size: 0.8rem;
  }
}
.product-wrap .product-price .price-old {
  color: rgba(26, 26, 26, 0.42);
  margin-inline-start: 0.4rem;
  font-size: 0.86em;
  font-weight: 500;
  text-decoration: line-through;
  text-decoration-color: rgba(26, 26, 26, 0.35);
}

.discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.55rem;
  border-radius: 100px;
  background: linear-gradient(-135deg, #003030, #0A4A4A);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.product-wrap .image {
  position: relative;
}
.product-wrap .image > .discount-badge {
  position: absolute;
  top: 0.6rem;
  inset-inline-start: 0.6rem;
  z-index: 2;
  box-shadow: 0 4px 12px -4px rgba(0, 48, 48, 0.55);
}

.product-grid,
.row > [class*=col-] > .product-wrap {
  height: 100%;
}

.relations-swiper .swiper-wrapper,
.swiper-style-plus .swiper .swiper-wrapper {
  align-items: stretch;
}
.relations-swiper .swiper-slide,
.swiper-style-plus .swiper .swiper-slide {
  height: auto;
  display: flex;
}
.relations-swiper .swiper-slide > .product-wrap,
.swiper-style-plus .swiper .swiper-slide > .product-wrap {
  width: 100%;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:47:45
 */
.page-categories-home, .page-pages {
  background-color: #f6f6f6;
}
.page-categories-home .post-item, .page-pages .post-item {
  display: flex;
}
.page-categories-home .post-item .image, .page-pages .post-item .image {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .page-categories-home .post-item .image, .page-pages .post-item .image {
    margin-left: 10px;
    flex: 0 0 100px;
  }
}
@media (max-width: 768px) {
  .page-categories-home .post-item .text-summary, .page-pages .post-item .text-summary {
    display: none;
  }
}

/**
 * Franco Premium — صفحة الدخول وإنشاء الحساب
 *
 * أعيد تصميمها لتتبع هوية المتجر: حواف وظلال مشتقة من لون الهيدر
 * (نفس رموز البطاقات في _franco.scss)، وأزرار بألوان العلامة
 * بدل الأسود الافتراضي، وحقول بحالة تركيز واضحة.
 */
@media (max-width: 768px) {
  body.page-login, body.page-forgotten {
    overflow-x: hidden;
  }
}
body.page-login .el-form-item__error--inline, body.page-forgotten .el-form-item__error--inline {
  margin-right: 0;
}
body.page-login .login-alert .layui-layer-btn0, body.page-forgotten .login-alert .layui-layer-btn0 {
  background-color: #003030;
  border-color: #003030;
}
@media (min-width: 768px) {
  body.page-login .login-wrap, body.page-forgotten .login-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
}
body.page-login .login-wrap .card, body.page-forgotten .login-wrap .card {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 48, 48, 0.16);
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(0, 48, 48, 0.06);
  padding: 0.75rem 0.75rem 1.5rem;
  transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
@media (min-width: 768px) {
  body.page-login .login-wrap .card, body.page-forgotten .login-wrap .card {
    width: 400px;
  }
}
@media (max-width: 767px) {
  body.page-login .login-wrap .card, body.page-forgotten .login-wrap .card {
    margin-bottom: 1.25rem;
  }
}
body.page-login .login-wrap .card:hover, body.page-login .login-wrap .card:focus-within, body.page-forgotten .login-wrap .card:hover, body.page-forgotten .login-wrap .card:focus-within {
  border-color: rgba(0, 48, 48, 0.4);
  box-shadow: 0 8px 24px rgba(0, 48, 48, 0.14);
}
body.page-login .login-wrap .card > .el-form,
body.page-login .login-wrap .card-body > .el-form, body.page-forgotten .login-wrap .card > .el-form,
body.page-forgotten .login-wrap .card-body > .el-form {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
body.page-login .login-wrap .card-body, body.page-forgotten .login-wrap .card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.15rem 1.6rem 1.35rem;
}
@media (max-width: 767px) {
  body.page-login .login-wrap .card-body, body.page-forgotten .login-wrap .card-body {
    padding-inline: 1.15rem;
  }
}
body.page-login .login-wrap .login-actions, body.page-forgotten .login-wrap .login-actions {
  margin-top: auto;
  padding-top: 1.5rem;
}
body.page-login .login-divider, body.page-forgotten .login-divider {
  flex-direction: column;
  align-items: center;
  margin: 0 2.25rem;
}
body.page-login .login-divider .line, body.page-forgotten .login-divider .line {
  flex: 1;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(0, 48, 48, 0.22) 20%, rgba(0, 48, 48, 0.22) 80%, transparent);
}
body.page-login .login-divider .label, body.page-forgotten .login-divider .label {
  margin: 0.85rem 0;
  font-size: 0.84rem;
  font-weight: 600;
  color: #003030;
  background-color: rgba(224, 173, 126, 0.18);
  border-radius: 100px;
  padding: 0.42rem 1rem;
  white-space: nowrap;
}
body.page-login .login-item-header, body.page-forgotten .login-item-header {
  background: transparent;
  border-bottom: 1px solid rgba(0, 48, 48, 0.1);
  border-radius: 0;
  padding: 1.5rem 1.6rem 1.15rem;
  margin-bottom: 0.5rem;
}
body.page-login .login-item-header h6, body.page-forgotten .login-item-header h6 {
  font-weight: 700;
  font-size: 1.15rem;
  color: #003030;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.page-login .login-item-header h6 i, body.page-forgotten .login-item-header h6 i {
  color: #C68B54;
  font-size: 1.15rem;
}
body.page-login .login-item-header .login-item-sub, body.page-forgotten .login-item-header .login-item-sub {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: rgba(26, 26, 26, 0.55);
}
body.page-login .el-form-item, body.page-forgotten .el-form-item {
  margin-bottom: 1.35rem;
}
body.page-login .el-form-item .el-form-item__content, body.page-forgotten .el-form-item .el-form-item__content {
  line-height: 1;
}
body.page-login .el-form-item .el-form-item__label, body.page-forgotten .el-form-item .el-form-item__label {
  font-weight: 600;
  color: rgba(26, 26, 26, 0.8);
  padding-bottom: 0.35rem;
  line-height: 1.4;
}
body.page-login .el-input__inner, body.page-forgotten .el-input__inner {
  height: 52px;
  line-height: 52px;
  padding-inline: 1.15rem;
  border-color: rgba(0, 48, 48, 0.18);
  color: #1A1A1A;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body.page-login .el-input__inner::-moz-placeholder, body.page-forgotten .el-input__inner::-moz-placeholder {
  color: rgba(26, 26, 26, 0.38);
}
body.page-login .el-input__inner::placeholder, body.page-forgotten .el-input__inner::placeholder {
  color: rgba(26, 26, 26, 0.38);
}
body.page-login .el-input__inner:hover, body.page-forgotten .el-input__inner:hover {
  border-color: rgba(0, 48, 48, 0.35);
}
body.page-login .el-input__inner:focus, body.page-forgotten .el-input__inner:focus {
  border-color: #003030;
  box-shadow: 0 0 0 3px rgba(224, 173, 126, 0.28);
}
body.page-login .el-input__inner:-webkit-autofill, body.page-login .el-input__inner:-webkit-autofill:hover, body.page-login .el-input__inner:-webkit-autofill:focus, body.page-login .el-input__inner:-webkit-autofill:active, body.page-forgotten .el-input__inner:-webkit-autofill, body.page-forgotten .el-input__inner:-webkit-autofill:hover, body.page-forgotten .el-input__inner:-webkit-autofill:focus, body.page-forgotten .el-input__inner:-webkit-autofill:active {
  -webkit-text-fill-color: #1A1A1A;
  caret-color: #1A1A1A;
  box-shadow: 0 0 0 100px #FFFFFF inset;
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
body.page-login .el-input__inner:-webkit-autofill:focus, body.page-forgotten .el-input__inner:-webkit-autofill:focus {
  box-shadow: 0 0 0 100px #FFFFFF inset, 0 0 0 3px rgba(224, 173, 126, 0.28);
}
body.page-login .el-input__inner:-webkit-autofill, body.page-forgotten .el-input__inner:-webkit-autofill {
  -webkit-text-fill-color: #1A1A1A;
  box-shadow: 0 0 0 100px #FFFFFF inset;
}
body.page-login .el-input__inner:autofill, body.page-forgotten .el-input__inner:autofill {
  -webkit-text-fill-color: #1A1A1A;
  box-shadow: 0 0 0 100px #FFFFFF inset;
}
body.page-login .forgotten-link, body.page-forgotten .forgotten-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: -6px;
  font-size: 0.82rem;
  color: rgba(26, 26, 26, 0.6) !important;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
body.page-login .forgotten-link:hover, body.page-forgotten .forgotten-link:hover {
  color: #003030 !important;
}
body.page-login .btn-franco, body.page-login .btn-franco-gold, body.page-forgotten .btn-franco, body.page-forgotten .btn-franco-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 10rem;
  border: 1px solid transparent;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.08s ease-in-out;
}
body.page-login .btn-franco:active, body.page-login .btn-franco-gold:active, body.page-forgotten .btn-franco:active, body.page-forgotten .btn-franco-gold:active {
  transform: translateY(1px);
}
body.page-login .btn-franco, body.page-forgotten .btn-franco {
  background-color: #003030;
  color: #fff;
}
body.page-login .btn-franco:hover, body.page-login .btn-franco:focus, body.page-forgotten .btn-franco:hover, body.page-forgotten .btn-franco:focus {
  background-color: #0A4A4A;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 48, 48, 0.28);
}
body.page-login .btn-franco-gold, body.page-forgotten .btn-franco-gold {
  background-color: #E0AD7E;
  color: #003030;
}
body.page-login .btn-franco-gold:hover, body.page-login .btn-franco-gold:focus, body.page-forgotten .btn-franco-gold:hover, body.page-forgotten .btn-franco-gold:focus {
  background-color: #C68B54;
  color: #003030;
  box-shadow: 0 6px 18px rgba(198, 139, 84, 0.32);
}
body.page-login .form-iframe, body.page-forgotten .form-iframe {
  padding-block: 1.5rem;
}
@media (max-width: 768px) {
  body.page-login .form-iframe, body.page-forgotten .form-iframe {
    padding-inline: 0.75rem;
  }
}
body.page-login .social-wrap .title, body.page-forgotten .social-wrap .title {
  position: relative;
  text-align: center;
  color: rgba(26, 26, 26, 0.5);
  font-size: 0.82rem;
}
body.page-login .social-wrap .title::before, body.page-forgotten .social-wrap .title::before {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  height: 1px;
  top: 47%;
  background: rgba(0, 48, 48, 0.12);
}
body.page-login .social-wrap .title span, body.page-forgotten .social-wrap .title span {
  background-color: #FFFFFF;
  position: relative;
  padding: 0 0.6rem;
  z-index: 1;
}
body.page-login .social-wrap .btn, body.page-forgotten .social-wrap .btn {
  position: relative;
  color: rgba(26, 26, 26, 0.75);
  border-radius: 10rem;
}
body.page-login .social-wrap .btn img, body.page-forgotten .social-wrap .btn img {
  position: absolute;
  inset-inline-start: 1.25rem;
}
body.page-login .social-wrap .btn:hover, body.page-forgotten .social-wrap .btn:hover {
  background-color: rgba(224, 173, 126, 0.14);
  color: #003030;
}

body.page-login.in-iframe {
  background-color: #F5F2EE;
  background-image: radial-gradient(120% 78% at 50% 0%, rgba(0, 48, 48, 0.22) 0%, rgba(0, 48, 48, 0) 62%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 48, 48, 0.3) transparent;
}
body.page-login.in-iframe::-webkit-scrollbar {
  width: 8px;
}
body.page-login.in-iframe::-webkit-scrollbar-thumb {
  background: rgba(0, 48, 48, 0.3);
  border-radius: 100px;
}
body.page-login.in-iframe::-webkit-scrollbar-track {
  background: transparent;
}
body.page-login.in-iframe .site-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: safe center;
}

/**
 * Franco Premium — صفحة استعادة كلمة المرور
 *
 * الصفحة السابقة كانت بطاقة واحدة بلا ترويسة ولا سياق: المستخدم لا يعرف
 * كم خطوة أمامه، ولا إلى أي بريد أُرسل الرمز، ولا كيف يعيد إرساله.
 * أُعيد بناؤها كمعالج من خطوتين بمؤشّر تقدّم، وبنفس رموز الهوية
 * المستخدمة في صفحة الدخول (البطاقات والحقول والأزرار في login.scss).
 */
body.page-forgotten .forgotten-wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 2.5rem 0 4rem;
}
@media (max-width: 575px) {
  body.page-forgotten .forgotten-wrap {
    padding: 1.5rem 0 3rem;
  }
}
body.page-forgotten .forgotten-hero {
  text-align: center;
  margin-bottom: 2rem;
}
body.page-forgotten .forgotten-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #003030;
  margin: 0 0 0.65rem;
}
body.page-forgotten .forgotten-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 0.65rem auto 0;
  border-radius: 100px;
  background: linear-gradient(to left, #E0AD7E, #C68B54);
}
body.page-forgotten .forgotten-subtitle {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.55);
}
body.page-forgotten .forgotten-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
body.page-forgotten .forgotten-steps .step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.page-forgotten .forgotten-steps .step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 700;
  background-color: #fff;
  color: rgba(26, 26, 26, 0.4);
  border: 1px solid rgba(0, 48, 48, 0.18);
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
body.page-forgotten .forgotten-steps .step-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.45);
  transition: color 0.25s ease-in-out;
}
@media (max-width: 400px) {
  body.page-forgotten .forgotten-steps .step-label {
    display: none;
  }
}
body.page-forgotten .forgotten-steps .step.is-active .step-badge {
  background-color: #003030;
  border-color: #003030;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(224, 173, 126, 0.28);
}
body.page-forgotten .forgotten-steps .step.is-active .step-label {
  color: #003030;
}
body.page-forgotten .forgotten-steps .step.is-done .step-badge {
  background-color: rgba(224, 173, 126, 0.2);
  border-color: rgba(198, 139, 84, 0.55);
  color: #C68B54;
}
body.page-forgotten .forgotten-steps .step.is-done .step-label {
  color: rgba(26, 26, 26, 0.65);
}
body.page-forgotten .forgotten-steps .step-connector {
  position: relative;
  flex: 1;
  max-width: 90px;
  height: 2px;
  margin: 0 0.85rem;
  border-radius: 100px;
  background-color: rgba(0, 48, 48, 0.12);
  overflow: hidden;
}
body.page-forgotten .forgotten-steps .step-connector .fill {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  border-radius: 100px;
  background: linear-gradient(to left, #003030, #C68B54);
  transition: width 0.35s ease-in-out;
}
body.page-forgotten .forgotten-steps.at-step-2 .step-connector .fill {
  width: 100%;
}
body.page-forgotten .forgotten-card {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 48, 48, 0.16);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 48, 48, 0.06);
  transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
body.page-forgotten .forgotten-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(to left, #003030, #E0AD7E, #003030);
}
body.page-forgotten .forgotten-card:hover, body.page-forgotten .forgotten-card:focus-within {
  border-color: rgba(0, 48, 48, 0.4);
  box-shadow: 0 8px 24px rgba(0, 48, 48, 0.14);
}
body.page-forgotten .forgotten-card .card-body {
  padding: 2rem 1.75rem 1.5rem;
}
@media (max-width: 575px) {
  body.page-forgotten .forgotten-card .card-body {
    padding: 1.75rem 1.25rem 1.25rem;
  }
}
body.page-forgotten .forgotten-head {
  text-align: center;
  margin-bottom: 1.75rem;
}
body.page-forgotten .forgotten-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background-color: rgba(224, 173, 126, 0.18);
  border: 1px solid rgba(198, 139, 84, 0.3);
}
body.page-forgotten .forgotten-icon i {
  font-size: 1.5rem;
  color: #003030;
}
body.page-forgotten .forgotten-step-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #003030;
  margin: 0 0 0.4rem;
}
body.page-forgotten .forgotten-step-desc {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.55);
}
body.page-forgotten .forgotten-recap {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.6rem;
  background-color: rgba(224, 173, 126, 0.12);
  border: 1px solid rgba(198, 139, 84, 0.22);
  font-size: 0.82rem;
  color: rgba(26, 26, 26, 0.7);
}
body.page-forgotten .forgotten-recap > i {
  color: #C68B54;
  font-size: 1rem;
  flex-shrink: 0;
}
body.page-forgotten .forgotten-recap .recap-text {
  flex: 1;
  min-width: 0;
  line-height: 1.5;
}
body.page-forgotten .forgotten-recap .recap-text strong {
  display: block;
  color: #003030;
  font-weight: 600;
  word-break: break-all;
}
body.page-forgotten .forgotten-recap .recap-change {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: #003030;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.page-forgotten .forgotten-recap .recap-change:hover {
  color: #C68B54;
}
body.page-forgotten .code-input .el-input__inner {
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.45em;
  color: #003030;
}
body.page-forgotten .code-input .el-input__inner::-moz-placeholder {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.35em;
}
body.page-forgotten .code-input .el-input__inner::placeholder {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.35em;
}
body.page-forgotten .forgotten-code-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.55rem;
  line-height: 1.5;
}
body.page-forgotten .forgotten-code-foot .code-hint {
  font-size: 0.75rem;
  color: rgba(26, 26, 26, 0.45);
}
body.page-forgotten .forgotten-code-foot .code-hint i {
  margin-inline-end: 0.2rem;
}
body.page-forgotten .forgotten-code-foot .code-resend {
  padding: 0;
  border: 0;
  background: none;
  font-size: 0.78rem;
  font-weight: 600;
  color: #003030;
  white-space: nowrap;
}
body.page-forgotten .forgotten-code-foot .code-resend:hover:not(:disabled) {
  color: #C68B54;
}
body.page-forgotten .forgotten-code-foot .code-resend:disabled {
  color: rgba(26, 26, 26, 0.35);
  cursor: default;
}
body.page-forgotten .forgotten-actions {
  margin-top: 1.75rem;
}
body.page-forgotten .forgotten-actions .btn:disabled {
  opacity: 0.65;
}
body.page-forgotten .btn-spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: forgotten-spin 0.7s linear infinite;
}
body.page-forgotten .forgotten-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(0, 48, 48, 0.1);
}
body.page-forgotten .forgotten-foot .foot-link {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.6);
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
body.page-forgotten .forgotten-foot .foot-link i {
  font-size: 1.05rem;
}
body.page-forgotten .forgotten-foot .foot-link:hover {
  color: #003030;
}
body.page-forgotten .forgotten-help {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.45);
}
body.page-forgotten .forgotten-help i {
  color: #C68B54;
  margin-inline-end: 0.2rem;
}

@keyframes forgotten-spin {
  to {
    transform: rotate(-360deg);
  }
}
/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:57:19
 */
body.page-account .account-card {
  border: none;
}
body.page-account .account-card .card-items > a {
  width: 25%;
  color: #222;
  text-decoration: none !important;
}
body.page-account .account-card .card-items > a i {
  font-size: 2rem;
}
body.page-account .account-card .card-items > a span {
  display: flex;
}
@media (min-width: 992px) {
  body.page-account .account-card .card-body {
    min-height: 509px;
  }
}
body.page-account .account-card .order-wrap {
  background-color: #f6f8f9;
}
@media (min-width: 768px) {
  body.page-account .account-card .order-wrap {
    padding: 2rem 1rem;
  }
}
body.page-account .account-card .order-wrap .icon i {
  font-size: 4.5rem;
  color: #777;
}
body.page-account .account-card .order-wrap .text {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .account-sides-info {
    margin-bottom: 14px;
  }
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-24 17:24:33
 * @LastEditTime  2022-09-16 20:56:21
 */
@media (max-width: 768px) {
  body.page-product {
    background-color: #f2f2f3;
    padding-bottom: 64px;
  }
  body.page-product .breadcrumb-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  body.page-product .product-container {
    padding: 0;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  body.page-product .product-mb-block {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
  }
}
body.page-product #product-description img {
  max-width: 100%;
  height: auto;
}
body.page-product .product-image {
  position: relative;
  display: flex;
  align-items: stretch;
}
body.page-product .product-image #swiper {
  height: 100%;
}
body.page-product .product-image #swiper .swiper-wrapper {
  flex-direction: column;
}
@media (max-width: 768px) {
  body.page-product .product-image #swiper:hover .swiper-pager > div {
    display: none;
  }
}
body.page-product .product-image #swiper:hover .swiper-pager > div {
  background-color: rgba(255, 255, 255, 0.548);
  opacity: 1;
}
body.page-product .product-image #swiper:hover .swiper-pager > div:hover {
  background-color: rgb(255, 255, 255);
}
body.page-product .product-image #swiper-mobile {
  width: 100%;
  border-left: 1px solid #eee;
}
body.page-product .product-image #swiper-mobile .swiper-pagination {
  --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
  --swiper-navigation-color: #ff6600; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
body.page-product .product-image .left {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  body.page-product .product-image .left {
    max-height: 360px;
  }
}
@media (min-width: 1200px) {
  body.page-product .product-image .left {
    max-height: 450px;
  }
}
@media (min-width: 1400px) {
  body.page-product .product-image .left {
    max-height: 512px;
  }
}
body.page-product .product-image .left .swiper > div > div {
  border: 1px solid #eee;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  min-height: 80px;
  padding: 2px;
  cursor: pointer;
}
body.page-product .product-image .left .swiper > div > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body.page-product .product-image .left .swiper > div > div > a img {
  max-height: 100%;
}
body.page-product .product-image .left .swiper > div > div.active, body.page-product .product-image .left .swiper > div > div:hover {
  border: 1px solid #3a3a3a;
}
body.page-product .product-image .left .swiper-pager > div {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s;
}
body.page-product .product-image .left .swiper-pager .swiper-button-next {
  border: 0;
  top: calc(100% - 36px);
  right: calc(50% + 5px);
  height: 55px;
  width: 30px;
  transform-origin: center;
  transform: rotate(-90deg) translate(0, 25%);
}
body.page-product .product-image .left .swiper-pager .swiper-button-next:hover, body.page-product .product-image .left .swiper-pager .swiper-button-next.active {
  border: 0 !important;
}
body.page-product .product-image .left .swiper-pager .swiper-button-next::after {
  font-size: 18px;
}
body.page-product .product-image .left .swiper-pager .swiper-button-prev {
  border: 0;
  top: 0;
  right: calc(50% + 5px);
  height: 55px;
  width: 30px;
  transform-origin: center;
  transform: rotate(-90deg) translate(0, 25%);
}
body.page-product .product-image .left .swiper-pager .swiper-button-prev:hover, body.page-product .product-image .left .swiper-pager .swiper-button-prev.active {
  border: 0 !important;
}
body.page-product .product-image .left .swiper-pager .swiper-button-prev::after {
  font-size: 18px;
}
body.page-product .product-image .right {
  border: 1px solid #eee;
  border-radius: 4px;
  position: relative;
}
body.page-product .product-image .right .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 510px;
}
body.page-product .product-image #product-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  display: none;
}
body.page-product .product-image .open-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateX(50%);
  right: 50%;
  z-index: 99;
  line-height: 1;
  cursor: pointer;
}
body.page-product .product-image .open-video:hover i {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.648);
}
body.page-product .product-image .open-video i {
  font-size: 4rem;
  line-height: 1;
  border-radius: 50%;
  font-weight: 400;
  display: inline-block;
  color: rgba(255, 255, 255, 0.948);
  background-color: rgba(0, 0, 0, 0.348);
}
@media (max-width: 768px) {
  body.page-product .product-image .open-video i {
    font-size: 3rem;
  }
}
body.page-product .product-image .close-video {
  position: absolute;
  top: 6px;
  left: 10px;
  z-index: 9999;
  color: #aaa;
  font-size: 30px;
  cursor: pointer;
}
body.page-product .product-image .close-video:hover {
  color: #fff;
}
@media (max-width: 768px) {
  body.page-product .stock-and-sku {
    background: #fafafa;
    padding: 8px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  body.page-product .stock-and-sku > div {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  body.page-product .stock-and-sku > div {
    display: inline-block;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  body.page-product .stock-and-sku > div .title {
    width: 80px;
  }
}
body.page-product .variables-wrap.error {
  background-color: rgba(255, 241, 239, 0.591);
  transition: all 0.3s;
  border: 1px dashed #ff6600;
  border-radius: 6px;
}
body.page-product .variables-wrap .variable-group {
  margin-bottom: 10px;
}
body.page-product .variables-wrap .variable-group:last-of-type {
  margin-bottom: 0;
}
body.page-product .variables-wrap .variable-info > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ddd;
  margin-right: 0;
  min-width: 3rem;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  flex-direction: column;
  border-radius: 100px;
  transition: all 0.1s ease-in-out;
}
body.page-product .variables-wrap .variable-info > div:hover, body.page-product .variables-wrap .variable-info > div.selected {
  border-color: #222;
}
body.page-product .variables-wrap .variable-info > div:hover.disabled, body.page-product .variables-wrap .variable-info > div.selected.disabled {
  border-style: dashed;
  opacity: 0.7;
}
body.page-product .variables-wrap .variable-info > div:not(.is-v-image):not(.is-v-color) {
  padding: 0.4rem 1rem;
}
body.page-product .variables-wrap .variable-info > div > span.image {
  width: 50px;
}
body.page-product .variables-wrap .variable-info > div.disabled {
  position: relative;
  cursor: not-allowed;
  opacity: 0.55;
  border-style: dashed;
  border-color: rgba(0, 48, 48, 0.35);
  color: #8a8a8a;
}
body.page-product .variables-wrap .variable-info > div.disabled::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, transparent calc(50% - 1px), rgba(138, 138, 138, 0.85) calc(50% - 1px), rgba(138, 138, 138, 0.85) calc(50% + 1px), transparent calc(50% + 1px));
  border-radius: inherit;
  pointer-events: none;
}
body.page-product .variables-wrap .variable-info > div.disabled:hover {
  opacity: 0.55;
}
body.page-product .variables-wrap .variable-info > div > span.sold-out-note {
  display: block;
  margin-top: 2px;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #b3261e;
}
body.page-product .variables-wrap .variable-info > div.is-v-color > span.sold-out-note, body.page-product .variables-wrap .variable-info > div.is-v-image > span.sold-out-note {
  margin-top: 4px;
}
body.page-product .variables-wrap .variable-info > div:focus-visible {
  outline: 2px solid #C68B54;
  outline-offset: 2px;
}
body.page-product .variables-wrap .variable-info > div.is-v-color {
  padding: 3px;
  min-width: 0;
  border-radius: 100px;
}
body.page-product .variables-wrap .variable-info > div.is-v-color > span.v-color {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 48, 48, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}
body.page-product .variables-wrap .variable-info > div.is-v-color > span.v-color > i {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  opacity: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9), 0 0 1px rgb(0, 0, 0);
  transition: opacity 0.12s ease-in-out;
}
body.page-product .variables-wrap .variable-info > div.is-v-color.selected {
  border-color: #003030;
  box-shadow: 0 0 0 2px rgba(0, 48, 48, 0.28);
}
body.page-product .variables-wrap .variable-info > div.is-v-color.selected > span.v-color > i {
  opacity: 1;
}
body.page-product .variables-wrap .variable-info > div.is-v-color.disabled {
  opacity: 0.5;
}
body.page-product .variables-wrap .variable-info > div.is-v-color.disabled > span.v-color::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: 50%;
  background: linear-gradient(to top right, transparent calc(50% - 1px), rgba(0, 0, 0, 0.6) calc(50% - 1px), rgba(0, 0, 0, 0.6) calc(50% + 1px), transparent calc(50% + 1px));
}
body.page-product .quantity-wrap button, body.page-product .quantity-wrap input {
  border-width: 1px;
  border-color: #ddd;
}
body.page-product .quantity-wrap button:first-child {
  border-left: none;
}
body.page-product .quantity-wrap button:last-child {
  border-right: none;
}
body.page-product .quantity-wrap input {
  border-right: none;
  border-left: none;
}
body.page-product .product-btns .add-cart-btns {
  display: flex;
  flex: 1;
}
body.page-product .product-btns .add-cart-btns .add-cart, body.page-product .product-btns .add-cart-btns .btn-buy-now {
  flex: 1;
}
@media (min-width: 768px) {
  body.page-product .product-btns .add-cart-btns .add-cart, body.page-product .product-btns .add-cart-btns .btn-buy-now {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  body.page-product .product-btns {
    z-index: 100;
    max-height: 102px;
    display: flex;
    align-items: center;
    right: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    border-top: 1px solid rgba(0, 48, 48, 0.12);
    box-shadow: 0 -10px 24px -8px rgba(0, 48, 48, 0.28);
    flex-wrap: wrap;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  }
  body.page-product .product-btns .quantity-btns {
    display: flex;
    align-items: center;
  }
  body.page-product .product-btns .btn-buy-now {
    margin: 0 10px;
  }
  body.page-product .product-btns .add-wishlist .btn {
    padding: 0;
    color: #333 !important;
  }
  body.page-product .product-btns .add-wishlist span {
    display: none;
  }
  body.page-product .product-btns .add-wishlist i {
    font-size: 20px;
  }
}
body.page-product .product-info .product-name {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 768px) {
  body.page-product .product-info .product-name {
    font-size: 1rem;
    font-weight: normal;
  }
}
body.page-product .product-info .rating-wrap {
  margin-bottom: 2rem;
}
body.page-product .product-info .rating-wrap .rating {
  margin-left: 0.5rem;
}
body.page-product .product-info .rating-wrap .rating i {
  color: #C68B54;
}
body.page-product .product-info .price-wrap {
  margin-bottom: 2.4rem;
  gap: 0.35rem 0;
}
@media (max-width: 768px) {
  body.page-product .product-info .price-wrap {
    margin-bottom: 1rem;
  }
}
body.page-product .product-info .price-wrap .new-price {
  color: #003030;
}
body.page-product .product-info .price-wrap .old-price {
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.45);
  text-decoration: line-through;
  text-decoration-color: rgba(26, 26, 26, 0.35);
}
@media (max-width: 768px) {
  body.page-product .product-info .price-wrap .old-price {
    font-size: 0.95rem;
  }
}
body.page-product .product-info .price-wrap .discount-badge {
  font-size: 0.8rem;
  padding: 0.25rem 0.65rem;
}
@media (min-width: 768px) {
  body.page-product .product-info .quantity-btns {
    display: flex;
  }
}
body.page-product .product-info .quantity-btns .quantity-input {
  max-width: 5rem;
  text-align: center;
}
@media (min-width: 768px) {
  body.page-product .product-info .add-wishlist button {
    padding: 0 !important;
    margin-top: 10px;
  }
}
body.page-product .product-description .nav-tabs .nav-link {
  border: none;
}
body.page-product .product-description .nav-tabs .nav-link.active {
  position: relative;
  background-color: transparent;
  color: #003030;
}
body.page-product .product-description .nav-tabs .nav-link.active:before {
  border-top: 1px solid #003030;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
body.page-product .attribute-panel {
  max-width: 860px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 48, 48, 0.1);
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0, 48, 48, 0.04), 0 12px 32px -14px rgba(0, 48, 48, 0.18);
  overflow: hidden;
}
body.page-product .attribute-group-title {
  margin: 0;
  padding: 0.85rem 1.15rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(-135deg, #003030, #0A4A4A);
}
body.page-product .attribute-group + .attribute-group .attribute-group-title {
  border-top: 1px solid rgba(0, 48, 48, 0.1);
}
body.page-product .attribute-list {
  margin: 0;
}
body.page-product .attribute-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: baseline;
  gap: 0 1.25rem;
  padding: 0.85rem 1.15rem;
  border-top: 1px solid rgba(0, 48, 48, 0.08);
}
body.page-product .attribute-row:first-child {
  border-top: 0;
}
body.page-product .attribute-row:nth-child(even) {
  background-color: rgba(0, 48, 48, 0.025);
}
@media (max-width: 575px) {
  body.page-product .attribute-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
body.page-product .attribute-name {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: #003030;
  line-height: 1.5;
}
body.page-product .attribute-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
}
body.page-product .attribute-value {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  border: 1px solid rgba(198, 139, 84, 0.35);
  border-radius: 100px;
  background-color: rgba(224, 173, 126, 0.13);
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.82);
  line-height: 1.5;
}
@media (max-width: 768px) {
  body.page-product .relations-wrap .container {
    padding: 0 0 10px;
  }
}
body.page-product .relations-wrap .title {
  font-size: 20px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  body.page-product .relations-wrap .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
body.page-product .relations-wrap .swiper-pagination {
  bottom: -10px;
}
body.page-product .relations-wrap .swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  border-radius: 0;
}

.filter-box .attribute-item .filter-swatch {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 48, 48, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}
.filter-box .attribute-item .filter-swatch > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.filter-box .attribute-item .filter-value-name {
  line-height: 1.2;
}

.variant-unavailable-banner {
  display: flex;
  align-items: center;
  margin-top: 0.85rem;
  padding: 0.7rem 0.9rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(179, 38, 30, 0.35);
  background-color: rgba(179, 38, 30, 0.07);
  color: #b3261e;
  font-size: 0.85rem;
  font-weight: 600;
}
.variant-unavailable-banner i {
  font-size: 1rem;
  flex-shrink: 0;
}

.quantity-hint {
  color: #b3261e;
  font-weight: 600;
}

body.page-product .variable-info.variant-type-size {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 0.5rem;
}
@media (max-width: 575px) {
  body.page-product .variable-info.variant-type-size {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.page-product .variable-info.variant-type-size > div {
  margin: 0;
  min-width: 0;
  border-radius: 0.25rem;
  padding: 0.7rem 0.4rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1A1A1A;
  background-color: #fff;
  border: 1px solid rgba(0, 48, 48, 0.22);
  position: relative;
  overflow: hidden;
}
body.page-product .variable-info.variant-type-size > div:hover:not(.disabled) {
  border-color: #003030;
}
body.page-product .variable-info.variant-type-size > div.selected {
  border-color: #003030;
  border-width: 2px;
  color: #003030;
}
body.page-product .variable-info.variant-type-size > div.disabled {
  background-color: transparent;
  border-color: rgba(0, 48, 48, 0.16);
  color: rgba(26, 26, 26, 0.4);
  cursor: not-allowed;
}
body.page-product .variable-info.variant-type-size > div.disabled::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, transparent calc(50% - 0.5px), rgba(26, 26, 26, 0.22) calc(50% - 0.5px), rgba(26, 26, 26, 0.22) calc(50% + 0.5px), transparent calc(50% + 0.5px));
}
body.page-product .variable-info.variant-type-size > div.disabled:hover {
  border-color: rgba(0, 48, 48, 0.16);
}
body.page-product .variable-info.variant-type-size > div .sold-out-note {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
body.page-product .variable-info.variant-type-color {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
body.page-product .variable-info.variant-type-color > div {
  margin: 0;
  min-width: 0;
  padding: 0;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 48, 48, 0.18);
  background-color: #fff;
  overflow: hidden;
}
body.page-product .variable-info.variant-type-color > div.selected {
  border-color: #003030;
  box-shadow: inset 0 -3px 0 0 #003030;
}
body.page-product .variable-info.variant-type-color > div.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
body.page-product .variable-info.variant-type-color > div > span.image {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0;
}
body.page-product .variable-info.variant-type-color > div > span.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.page-product .variable-info.variant-type-color > div .v-color {
  width: 58px;
  height: 58px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-15 17:35:29
 * @LastEditTime  2022-09-16 20:47:16
 */
body.page-checkout, body.page-cart {
  background-color: #f6f8fa;
}
body.page-checkout .breadcrumb-wrap, body.page-cart .breadcrumb-wrap {
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.page-checkout, body.page-cart {
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  body.page-checkout .left-column, body.page-cart .left-column {
    width: 70%;
  }
}
@media (min-width: 992px) {
  body.page-checkout .right-column, body.page-cart .right-column {
    width: 30%;
  }
}
@media (max-width: 768px) {
  body.page-checkout .right-column, body.page-cart .right-column {
    margin-top: 1.4rem;
  }
}

body.page-cart #app-cart {
  min-height: 200px;
}
body.page-cart .cart-products-wrap .table tbody {
  border-top: none;
}
body.page-cart .cart-products-wrap .table tbody td {
  vertical-align: middle;
  border-color: #f0f2f4;
}
body.page-cart .cart-products-wrap .table thead {
  background-color: #F8F9FA;
}
body.page-cart .cart-products-wrap .table thead th {
  border-bottom: none;
  padding: 0.7rem 0.5rem;
  box-shadow: none;
  white-space: nowrap;
}
body.page-cart .cart-products-wrap .table .p-image input {
  flex: 0 0 1;
}
body.page-cart .total-wrap.total-wrap-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
body.page-cart .total-wrap .card-header {
  padding-top: 1rem;
  border-bottom: none;
  background-color: transparent;
}
body.page-cart .total-wrap .list-group li {
  background-color: transparent;
  padding: 0.7rem 0;
  border-color: #EEEEEE;
}
body.page-cart .total-wrap .list-group li:not(.d-grid) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-cart .total-wrap .list-group li .total-price {
  color: #003030;
  font-size: 1.2rem;
  font-weight: bold;
}
body.page-cart .mb-product-wrap {
  margin-right: -12px;
  margin-left: -12px;
}
body.page-cart .mb-product-wrap .mb-product-list {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}
body.page-cart .cart-mb-total {
  position: fixed;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 100;
  padding: 8px 12px;
  bottom: 0;
  justify-content: space-between;
  box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.1019607843);
  transition: transform 0.3s ease-in-out;
  padding-bottom: calc(8px + env(safe-area-inset-bottom));
}
body.page-cart .cart-mb-total .right {
  flex: 1;
  text-align: left;
}
body.page-cart .cart-mb-total .right .total-price {
  font-size: 0.9rem;
}
body.page-cart .cart-mb-total .btn-checkout {
  width: 50%;
  margin-right: 4px;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:56:12
 */
body.page-checkout {
  background-color: #F5F2EE;
}
@media (max-width: 992px) {
  body.page-checkout .submit-checkout-wrap {
    position: fixed;
    right: 0;
    left: 0;
    align-items: center;
    background: #fff;
    z-index: 100;
    padding: 8px 12px;
    bottom: 0;
    display: flex !important;
    justify-content: space-between;
    box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.1019607843);
    transition: transform 0.3s ease-in-out;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
  }
  body.page-checkout .submit-checkout-wrap #submit-checkout {
    width: 50%;
  }
  body.page-checkout .submit-checkout-wrap .text-total {
    font-size: 0.9rem;
  }
}
body.page-checkout .radio-line-wrap .radio-line-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  body.page-checkout .radio-line-wrap .radio-line-item {
    padding: 10px;
  }
}
body.page-checkout .radio-line-wrap .radio-line-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
body.page-checkout .radio-line-wrap .radio-line-item:hover {
  border-color: rgba(198, 139, 84, 0.4);
}
body.page-checkout .radio-line-wrap .radio-line-item:active {
  background-color: rgba(198, 139, 84, 0.06);
}
body.page-checkout .radio-line-wrap .radio-line-item.active {
  border-color: #C68B54;
  background-color: rgba(198, 139, 84, 0.06);
}
body.page-checkout .radio-line-wrap .radio-line-item.active .radio {
  border-color: #C68B54;
}
body.page-checkout .radio-line-wrap .radio-line-item.active .radio:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #C68B54;
  right: 2px;
  top: 2px;
  border-radius: 50%;
}
body.page-checkout .radio-line-wrap .radio-line-item .radio {
  position: relative;
  width: 18px;
  flex: 0 0 18px;
  height: 18px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
}
body.page-checkout .radio-line-wrap .radio-line-item .left {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
body.page-checkout .radio-line-wrap .radio-line-item .left img {
  margin-right: 10px;
  max-height: 60px;
}
body.page-checkout .radio-line-wrap .radio-line-item .right .title {
  font-weight: bold;
}
@media (min-width: 768px) {
  body.page-checkout .addresses-wrap .item.address-right {
    padding: 0 2.6rem;
  }
}
@media (max-width: 768px) {
  body.page-checkout .addresses-wrap .item.address-right {
    padding: 0;
  }
  body.page-checkout .addresses-wrap .item.address-right button:first-of-type {
    margin-left: 10px;
  }
}
body.page-checkout .addresses-wrap .item.address-right {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: auto;
  border: none;
}
@media (min-width: 768px) {
  body.page-checkout .addresses-wrap .item.address-right {
    flex-direction: column;
  }
}
body.page-checkout .comment-wrap .commentTxt {
  border-color: #e5e5e5;
}
body.page-checkout .comment-wrap .commentTxt:focus-visible {
  border-color: #C68B54;
  outline: 0;
}

body.page-checkout .checkout-black, body.page-bk-stripe .checkout-black {
  margin-bottom: 2.6rem;
}
@media (max-width: 768px) {
  body.page-checkout .checkout-black, body.page-bk-stripe .checkout-black {
    margin-bottom: 1rem;
  }
}
body.page-checkout .checkout-title, body.page-bk-stripe .checkout-title {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-checkout .checkout-title, body.page-bk-stripe .checkout-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
body.page-checkout .checkout-title h5, body.page-bk-stripe .checkout-title h5 {
  color: #003030;
  font-weight: bold;
}
body.page-checkout .checkout-title .btn, body.page-bk-stripe .checkout-title .btn {
  margin-bottom: -10px;
}
body.page-checkout .checkout-title .btn.icon, body.page-bk-stripe .checkout-title .btn.icon {
  font-size: 1rem;
}
@media (min-width: 768px) {
  body.page-checkout .total-wrap .card-body, body.page-bk-stripe .total-wrap .card-body {
    padding: 0;
  }
}
body.page-checkout .total-wrap .card-header, body.page-bk-stripe .total-wrap .card-header {
  background-color: #fff;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E6E6E6;
}
@media (min-width: 768px) {
  body.page-checkout .total-wrap .card-header, body.page-bk-stripe .total-wrap .card-header {
    padding: 0 0 0.8rem;
  }
}
body.page-checkout .total-wrap .card-header h5, body.page-bk-stripe .total-wrap .card-header h5 {
  font-weight: bold;
  color: #003030;
}
body.page-checkout .total-wrap .card-header span, body.page-bk-stripe .total-wrap .card-header span {
  line-height: 24px;
  min-width: 24px;
  color: #fff;
  text-align: center;
}
body.page-checkout .total-wrap .card-header span.bg-primary, body.page-bk-stripe .total-wrap .card-header span.bg-primary {
  background-color: #003030 !important;
}
body.page-checkout .total-wrap .products-wrap, body.page-bk-stripe .total-wrap .products-wrap {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 1.3rem;
  padding-bottom: 0.3rem;
}
@media (min-width: 768px) {
  body.page-checkout .total-wrap .products-wrap, body.page-bk-stripe .total-wrap .products-wrap {
    max-height: 380px;
    overflow-y: auto;
  }
}
body.page-checkout .total-wrap .products-wrap .item, body.page-bk-stripe .total-wrap .products-wrap .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
body.page-checkout .total-wrap .products-wrap .item .image, body.page-bk-stripe .total-wrap .products-wrap .item .image {
  display: flex;
  align-items: center;
  padding-left: 4px;
}
body.page-checkout .total-wrap .products-wrap .item .image .quantity, body.page-bk-stripe .total-wrap .products-wrap .item .image .quantity {
  margin-right: 3px;
  color: #7a7a7a;
}
body.page-checkout .total-wrap .products-wrap .item .price, body.page-bk-stripe .total-wrap .products-wrap .item .price {
  color: #7a7a7a;
}
body.page-checkout .total-wrap .totals, body.page-bk-stripe .total-wrap .totals {
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.page-checkout .total-wrap .totals, body.page-bk-stripe .total-wrap .totals {
    padding-bottom: 0.3rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #E6E6E6;
  }
}
body.page-checkout .total-wrap .totals > li, body.page-bk-stripe .total-wrap .totals > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
body.page-checkout .total-wrap .totals > li:last-of-type, body.page-bk-stripe .total-wrap .totals > li:last-of-type {
  font-weight: bold;
}
@media (max-width: 768px) {
  body.page-checkout .total-wrap .totals > li:last-of-type, body.page-bk-stripe .total-wrap .totals > li:last-of-type {
    margin-bottom: 0;
  }
}
body.page-checkout .total-wrap .totals > li:last-of-type > span:last-of-type, body.page-bk-stripe .total-wrap .totals > li:last-of-type > span:last-of-type {
  color: #C68B54;
  font-size: 1.1rem;
}
body.page-checkout .total-wrap .totals > li > span:first-of-type, body.page-bk-stripe .total-wrap .totals > li > span:first-of-type {
  font-size: 0.8rem;
}

body.page-checkout .guest-checkout-login,
body.page-checkout .addresses-wrap .btn-outline-dark {
  color: #003030;
  border-color: #003030;
}
body.page-checkout .guest-checkout-login:hover,
body.page-checkout .addresses-wrap .btn-outline-dark:hover {
  background-color: #003030;
  border-color: #003030;
  color: #F5F2EE;
}
body.page-checkout .addresses-wrap .badge.bg-success {
  background-color: #0A4A4A !important;
}
body.page-checkout #submit-checkout.btn-primary {
  background-color: #003030;
  border-color: #003030;
  color: #E0AD7E;
}
body.page-checkout #submit-checkout.btn-primary:hover {
  background-color: #0A4A4A;
  border-color: #0A4A4A;
  color: #EFCBA3;
}
body.page-checkout .coupon-wrap {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
body.page-checkout .coupon-wrap .coupon-title {
  font-weight: bold;
  color: #003030;
  margin-bottom: 0.6rem;
}
body.page-checkout .coupon-wrap .coupon-input-row {
  gap: 0.6rem;
}
body.page-checkout .coupon-wrap .coupon-input-row #coupon-code-input {
  border-radius: 10rem;
}
body.page-checkout .coupon-wrap .coupon-input-row .btn-dark {
  background-color: #003030;
  border-color: #003030;
  color: #E0AD7E;
  white-space: nowrap;
}
body.page-checkout .coupon-wrap .coupon-input-row .btn-dark:hover {
  background-color: #0A4A4A;
  border-color: #0A4A4A;
  color: #EFCBA3;
}
body.page-checkout .coupon-wrap .instant-savings-label {
  font-size: 0.85rem;
  font-weight: bold;
  color: #C68B54;
  margin-bottom: 0.5rem;
}
body.page-checkout .coupon-wrap .instant-savings-label i {
  margin-left: 0.3rem;
}
body.page-checkout .coupon-wrap .coupon-cards {
  gap: 0.7rem;
}
body.page-checkout .coupon-wrap .coupon-cards .coupon-card {
  flex: 1 1 calc(50% - 0.7rem);
  min-width: 140px;
  border: 1px solid rgba(198, 139, 84, 0.5);
  border-radius: 10px;
  padding: 0.6rem 0.8rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
body.page-checkout .coupon-wrap .coupon-cards .coupon-card:hover {
  border-color: #C68B54;
}
body.page-checkout .coupon-wrap .coupon-cards .coupon-card.active {
  background-color: rgba(198, 139, 84, 0.08);
  border-color: #C68B54;
}
body.page-checkout .coupon-wrap .coupon-cards .coupon-card.active .coupon-action {
  color: #9C3B2E;
}
body.page-checkout .coupon-wrap .coupon-cards .coupon-card .coupon-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
body.page-checkout .coupon-wrap .coupon-cards .coupon-card .coupon-card-top .coupon-code {
  color: #003030;
}
body.page-checkout .coupon-wrap .coupon-cards .coupon-card .coupon-card-top .coupon-value {
  color: #C68B54;
  font-size: 1.1rem;
}
body.page-checkout .coupon-wrap .coupon-cards .coupon-card .coupon-max {
  font-size: 0.75rem;
  color: #7a7a7a;
}
body.page-checkout .coupon-wrap .coupon-cards .coupon-card .coupon-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  padding-top: 0.4rem;
  border-top: 1px dashed rgba(198, 139, 84, 0.4);
  font-size: 0.75rem;
}
body.page-checkout .coupon-wrap .coupon-cards .coupon-card .coupon-card-bottom .coupon-expiry {
  color: #7a7a7a;
}
body.page-checkout .coupon-wrap .coupon-cards .coupon-card .coupon-card-bottom .coupon-action {
  font-weight: bold;
  color: #003030;
}

/**
 * Franco Premium — صفحة التصنيفات ولوحة الفلاتر الجانبية
 *
 * اللوحة السابقة كانت عناوين h4 عارية وحدوداً رمادية (#E6E6E6) بلا صلة
 * بهوية المتجر، وكل خاصية تُعرض كقائمة اختيارات رأسية — ستة مقاسات
 * تأكل ستة أسطر. أُعيد بناؤها كلوحة بأقسام قابلة للطي، والقيم القصيرة
 * (المقاسات والألوان) صارت شرائح متجاورة، مع ترويسة تُظهر عدد الفلاتر
 * المفعّلة وزر مسح واحد.
 */
@media (min-width: 992px) {
  body.page-categories .col-lg-9.right-column {
    flex: 1;
  }
}
@media (min-width: 992px) {
  body.page-categories .col-lg-3.left-column {
    max-width: 290px;
  }
}
@media (min-width: 1500px) {
  body.page-categories .col-lg-3.left-column {
    max-width: 340px;
  }
}
body.page-categories .filter-panel {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 48, 48, 0.1);
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(0, 48, 48, 0.04), 0 12px 32px -12px rgba(0, 48, 48, 0.22);
  overflow: hidden;
}
body.page-categories .filter-panel-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.95rem 1.1rem;
  background: linear-gradient(-135deg, #003030, #0A4A4A);
  color: #fff;
}
body.page-categories .filter-panel-head .fp-title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex: 1;
  min-width: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}
body.page-categories .filter-panel-head .fp-title > i {
  font-size: 1.05rem;
  color: #EFCBA3;
}
body.page-categories .filter-panel-head .fp-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 0.35rem;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #003030;
  background-color: #E0AD7E;
}
body.page-categories .filter-panel-head .fp-clear {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 100px;
  background: none;
  font-size: 0.74rem;
  font-weight: 600;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
body.page-categories .filter-panel-head .fp-clear i {
  font-size: 0.85rem;
}
body.page-categories .filter-panel-head .fp-clear:hover {
  color: #003030;
  background-color: #EFCBA3;
  border-color: #EFCBA3;
}
body.page-categories .filter-panel-head .fp-close {
  padding: 0;
  border: 0;
  background: none;
  font-size: 1rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
}
body.page-categories .filter-panel-head .fp-close:hover {
  color: #fff;
}
body.page-categories .filter-section {
  border-bottom: 1px solid rgba(0, 48, 48, 0.07);
}
body.page-categories .filter-section:last-child {
  border-bottom: 0;
}
body.page-categories .filter-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 0.9rem 1rem;
  border: 0;
  background: none;
  text-align: start;
}
body.page-categories .filter-section-head .fs-title {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #003030;
}
body.page-categories .filter-section-head .fs-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 0.3rem;
  border-radius: 100px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #003030;
  background-color: rgba(224, 173, 126, 0.35);
}
body.page-categories .filter-section-head .fs-caret {
  font-size: 0.8rem;
  color: rgba(26, 26, 26, 0.4);
  transition: transform 0.25s ease-in-out;
}
body.page-categories .filter-section-head.collapsed .fs-caret {
  transform: rotate(90deg);
}
body.page-categories .filter-section-head:hover .fs-title {
  color: #C68B54;
}
body.page-categories .filter-section-body {
  padding: 0 1rem 1.1rem;
}
body.page-categories .filter-empty {
  margin: 0;
  padding: 1rem;
  font-size: 0.82rem;
  color: rgba(26, 26, 26, 0.45);
}
body.page-categories .sidebar-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-categories .sidebar-widget li {
  position: relative;
  line-height: 1.4;
}
body.page-categories .sidebar-widget .category-href {
  display: block;
  padding: 0.45rem 0.6rem;
  padding-inline-end: 32px;
  border-radius: 0.45rem;
  font-size: 0.85rem;
  color: rgba(26, 26, 26, 0.78);
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
body.page-categories .sidebar-widget .category-href:hover {
  background-color: rgba(224, 173, 126, 0.14);
  color: #003030;
}
body.page-categories .sidebar-widget li.active > .category-href {
  position: relative;
  font-weight: 700;
  color: #003030;
  background-color: rgba(0, 48, 48, 0.07);
}
body.page-categories .sidebar-widget li.active > .category-href::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  border-radius: 100px;
  background-color: #C68B54;
}
body.page-categories .sidebar-widget ul {
  list-style: none;
  padding-inline-start: 0.9rem;
  margin-top: 0.1rem;
}
body.page-categories .sidebar-widget .toggle-icon {
  position: absolute;
  top: 3px;
  inset-inline-end: 0;
  width: 26px;
  height: 26px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
body.page-categories .sidebar-widget .toggle-icon i {
  font-size: 0.8rem;
  color: rgba(26, 26, 26, 0.4);
  transition: transform 0.25s ease-in-out;
}
body.page-categories .sidebar-widget .toggle-icon.collapsed i {
  transform: rotate(90deg);
}
body.page-categories .attribute-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-categories .attribute-item li {
  position: relative;
}
body.page-categories .attribute-item.is-scrollable {
  max-height: 232px;
  overflow-y: auto;
  padding-inline-end: 4px;
}
body.page-categories .attribute-item.is-scrollable::-webkit-scrollbar {
  width: 4px;
}
body.page-categories .attribute-item.is-scrollable::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: rgba(0, 48, 48, 0.22);
}
body.page-categories .filter-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
body.page-categories .filter-option {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body.page-categories .filter-swatch {
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 48, 48, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}
body.page-categories .filter-swatch > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.page-categories .attribute-item.as-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
body.page-categories .attribute-item.as-chips .filter-option {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 40px;
  padding: 0.38rem 0.75rem;
  border: 1px solid rgba(0, 48, 48, 0.14);
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.78);
  background-color: rgba(0, 48, 48, 0.045);
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
body.page-categories .attribute-item.as-chips .filter-option:hover {
  border-color: #C68B54;
  color: #003030;
}
body.page-categories .attribute-item.as-chips .filter-input:checked + .filter-option {
  background: linear-gradient(-135deg, #003030, #0A4A4A);
  border-color: #003030;
  color: #fff;
  box-shadow: 0 3px 10px -3px rgba(0, 48, 48, 0.55);
}
body.page-categories .attribute-item.as-chips .filter-input:checked + .filter-option .filter-swatch {
  border-color: rgba(255, 255, 255, 0.75);
}
body.page-categories .attribute-item.as-chips .filter-input:focus-visible + .filter-option {
  outline: 2px solid #C68B54;
  outline-offset: 2px;
}
body.page-categories .attribute-item.as-list .filter-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.5rem;
  border-radius: 0.45rem;
  font-size: 0.84rem;
  color: rgba(26, 26, 26, 0.78);
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
body.page-categories .attribute-item.as-list .filter-option::before {
  content: "";
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  border: 1.5px solid rgba(0, 48, 48, 0.3);
  border-radius: 0.3rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
body.page-categories .attribute-item.as-list .filter-option:hover {
  background-color: rgba(224, 173, 126, 0.12);
  color: #003030;
}
body.page-categories .attribute-item.as-list .filter-option:hover::before {
  border-color: #C68B54;
}
body.page-categories .attribute-item.as-list .filter-value-name {
  line-height: 1.35;
}
body.page-categories .attribute-item.as-list .filter-input:checked + .filter-option {
  color: #003030;
  font-weight: 600;
}
body.page-categories .attribute-item.as-list .filter-input:checked + .filter-option::before {
  background-color: #003030;
  border-color: #003030;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
body.page-categories .attribute-item.as-list .filter-input:focus-visible + .filter-option::before {
  outline: 2px solid #C68B54;
  outline-offset: 2px;
}
body.page-categories .price-bounds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.55);
}
body.page-categories .price-scope-note {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
  margin: 0.7rem 0 0;
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.45);
}
body.page-categories .price-scope-note i {
  color: #C68B54;
  margin-top: 0.1rem;
}
body.page-categories .price-range {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  margin-top: 0.9rem;
}
body.page-categories .price-range .price-field {
  flex: 1;
  min-width: 0;
}
body.page-categories .price-range .price-field-label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.5);
}
body.page-categories .price-range .price-sep {
  padding-bottom: 0.5rem;
  color: rgba(26, 26, 26, 0.3);
}
body.page-categories .price-range .form-control {
  height: 36px;
  padding: 0.25rem 0.5rem;
  border-radius: 0.45rem;
  border-color: rgba(0, 48, 48, 0.2);
  font-size: 0.84rem;
  text-align: center;
  color: #003030;
}
body.page-categories .price-range .form-control:focus {
  border-color: #003030;
  box-shadow: 0 0 0 3px rgba(224, 173, 126, 0.25);
}
body.page-categories .ui-widget-content {
  position: relative;
  height: 20px;
  border: none;
  border-radius: 0;
  margin: 0 8px 0;
  background: none;
  cursor: pointer;
}
body.page-categories .ui-widget-content .slider-bg {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  border-radius: 100px;
  background: rgba(0, 48, 48, 0.12);
}
body.page-categories .ui-widget-content .ui-widget-header {
  position: absolute;
  top: 50%;
  height: 4px;
  margin-top: -2px;
  border-radius: 100px;
  background: linear-gradient(to left, #003030, #C68B54);
}
body.page-categories .ui-widget-content .ui-slider-handle {
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-right: -8px;
  margin-left: -8px;
  border-radius: 50%;
  cursor: ew-resize;
  background: #fff;
  border: 3px solid #003030 !important;
  box-shadow: 0 2px 6px rgba(0, 48, 48, 0.28);
  outline: none !important;
  transition: box-shadow 0.15s ease-in-out;
}
body.page-categories .ui-widget-content .ui-slider-handle:hover, body.page-categories .ui-widget-content .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 5px rgba(224, 173, 126, 0.3);
}
@media (max-width: 992px) {
  body.page-categories .left-column {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
    z-index: 999;
    background: rgba(1, 32, 32, 0.45);
  }
  body.page-categories .left-column .x-fixed-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 86%;
    max-width: 360px;
    padding: 0;
    text-align: right;
    overflow-y: auto;
    transform: translateX(-100%);
    background-color: #fff;
    transition: transform 0.3s ease-out;
    cursor: default;
  }
  body.page-categories .left-column .x-fixed-top.active {
    transform: translateX(0);
  }
  body.page-categories .left-column .filter-panel {
    min-height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
  body.page-categories .left-column .filter-panel-head {
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 0 4px 14px -6px rgba(0, 48, 48, 0.55);
  }
}
body.page-categories .mb-filter {
  position: relative;
  padding: 0;
  border: 0;
  background: none;
  color: #003030;
  margin-inline-end: 8px;
}
body.page-categories .mb-filter .mb-filter-count {
  position: absolute;
  top: -6px;
  inset-inline-end: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 0.25rem;
  border-radius: 100px;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background-color: #C68B54;
}
body.page-categories .filter-value-wrap .list-group {
  display: block;
}
body.page-categories .filter-value-wrap .list-group .list-group-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 600;
  border: 1px solid rgba(0, 48, 48, 0.18);
  border-radius: 100px;
  background: rgba(224, 173, 126, 0.14);
  color: #003030;
  padding: 0.3rem 0.75rem;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
body.page-categories .filter-value-wrap .list-group .list-group-item i {
  font-size: 0.65rem;
  opacity: 0.6;
}
body.page-categories .filter-value-wrap .list-group .list-group-item:hover {
  background: #003030;
  border-color: #003030;
  color: #fff;
}
body.page-categories .filter-value-wrap .list-group .list-group-item.delete-all {
  background: transparent;
  border-style: dashed;
  border-color: rgba(26, 26, 26, 0.25);
  color: rgba(26, 26, 26, 0.6);
}
body.page-categories .filter-value-wrap .list-group .list-group-item.delete-all:hover {
  background: transparent;
  border-color: #C68B54;
  color: #C68B54;
}
@media (max-width: 992px) {
  body.page-categories .children-wrap {
    display: none;
  }
}
body.page-categories .children-wrap a {
  display: inline-block;
  margin-inline-end: 0.35rem;
  margin-bottom: 0.35rem;
  padding: 0.25rem 0.7rem;
  border: 1px solid rgba(0, 48, 48, 0.16);
  border-radius: 100px;
  font-size: 0.8rem;
  color: rgba(26, 26, 26, 0.75);
  text-decoration: none;
  transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
body.page-categories .children-wrap a:hover {
  background-color: rgba(224, 173, 126, 0.16);
  border-color: #C68B54;
  color: #003030;
}
body.page-categories .style-wrap label {
  cursor: pointer;
}
body.page-categories .style-wrap label.active svg {
  fill: #003030;
}
body.page-categories .style-wrap label svg {
  fill: #999;
}
@media (min-width: 992px) {
  body.page-categories .product-tool .order-select {
    min-width: 170px;
  }
}
@media (max-width: 768px) {
  body.page-categories .product-tool .right-per-page {
    flex: 1;
    justify-content: space-between;
  }
  body.page-categories .product-tool .right-per-page .perpage-select {
    max-width: 60px;
    padding-left: 8px;
  }
  body.page-categories .product-tool .right-per-page .form-select {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 0.5rem;
    font-size: 0.7rem;
  }
}

.el-input__inner {
  border-radius: 100px !important;
}

.el-input-group__prepend {
  border-radius: 0 100px 100px 0;
  background-color: #fff;
  padding: 0 0.8rem 0 0.3rem;
  border-color: #DCDFE6;
}
.el-input-group__prepend .el-select .el-input__inner {
  border: none !important;
  background-color: transparent;
  padding: 0 0 0 20px;
  height: 38px;
  line-height: 38px;
}

.el-input-group > .el-input__inner {
  border-radius: 100px 0 0 100px !important;
}

@media (max-width: 768px) {
  .el-message-box {
    max-width: 90%;
  }
}

.el-dialog {
  border-radius: 10px !important;
}
.el-dialog .el-dialog__title {
  color: #003030 !important;
  font-weight: bold;
}
.el-dialog .el-dialog__headerbtn:hover .el-dialog__close {
  color: #C68B54 !important;
}

.el-button {
  border-radius: 10rem !important;
}

.el-button--primary {
  background-color: #003030 !important;
  border-color: #003030 !important;
  color: #E0AD7E !important;
}
.el-button--primary:hover, .el-button--primary:focus {
  background-color: #0A4A4A !important;
  border-color: #0A4A4A !important;
  color: #EFCBA3 !important;
}

.el-button--default:hover, .el-button--default:focus {
  color: #C68B54 !important;
  border-color: #C68B54 !important;
  background-color: rgba(198, 139, 84, 0.06) !important;
}

.el-input.is-focus .el-input__inner,
.el-input.is-active .el-input__inner,
.el-textarea__inner:focus,
.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input.is-active .el-input__inner,
.el-cascader .el-input.is-focus .el-input__inner {
  border-color: #0A4A4A !important;
}

.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-input.is-focus .el-input__inner,
.el-form-item.is-error .el-input.is-active .el-input__inner,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus {
  border-color: #DC3545 !important;
}
.el-form-item.is-error .el-form-item__error {
  color: #DC3545 !important;
}

.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  color: #C68B54 !important;
}

.el-select-dropdown__item.selected {
  color: #003030 !important;
  font-weight: bold;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: rgba(198, 139, 84, 0.08) !important;
}

.el-switch.is-checked .el-switch__core {
  background-color: #003030 !important;
  border-color: #003030 !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #003030 !important;
  border-color: #003030 !important;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #003030 !important;
}

.el-radio__input.is-checked .el-radio__inner {
  background-color: #003030 !important;
  border-color: #003030 !important;
}

.el-radio__input.is-checked + .el-radio__label {
  color: #003030 !important;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:55:44
 */
body.page-order-success .order-wrap .card-body.main-body, body.page-payment .order-wrap .card-body.main-body {
  padding: 3rem;
  padding-right: 7rem;
}
@media (max-width: 768px) {
  body.page-order-success .order-wrap .card-body.main-body, body.page-payment .order-wrap .card-body.main-body {
    padding: 1rem;
  }
}
body.page-order-success .order-wrap .card-body .order-top, body.page-payment .order-wrap .card-body .order-top {
  padding-bottom: 2.7rem;
  margin-bottom: 2.7rem;
  display: flex;
  justify-content: center;
}
body.page-order-success .order-wrap .card-body .order-top .left, body.page-payment .order-wrap .card-body .order-top .left {
  margin-top: -6px;
}
@media (max-width: 768px) {
  body.page-order-success .order-wrap .card-body .order-top .left, body.page-payment .order-wrap .card-body .order-top .left {
    display: none;
  }
}
body.page-order-success .order-wrap .card-body .order-top .left i, body.page-payment .order-wrap .card-body .order-top .left i {
  color: #4caf50;
  font-size: 80px;
  line-height: 1;
}
body.page-order-success .order-wrap .card-body .order-top .right, body.page-payment .order-wrap .card-body .order-top .right {
  flex: 1;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  body.page-order-success .order-wrap .card-body .order-top .right, body.page-payment .order-wrap .card-body .order-top .right {
    margin: 0;
  }
}
body.page-order-success .order-wrap .card-body .order-top .right .table, body.page-payment .order-wrap .card-body .order-top .right .table {
  margin-bottom: 0;
}
body.page-order-success .order-wrap .card-body .order-top .right .order-title, body.page-payment .order-wrap .card-body .order-top .right .order-title {
  margin-bottom: 1.2rem;
  font-weight: 400;
}
body.page-order-success .order-wrap .card-body .order-top .right .order-info, body.page-payment .order-wrap .card-body .order-top .right .order-info {
  padding: 0.7rem;
  background-color: #fffaf0;
  border: 1px solid #ffe1ad;
}
body.page-order-success .order-wrap .card-body .order-bottom, body.page-payment .order-wrap .card-body .order-bottom {
  margin-right: calc(2rem + 80px);
  line-height: 2;
}
@media (max-width: 768px) {
  body.page-order-success .order-wrap .card-body .order-bottom, body.page-payment .order-wrap .card-body .order-bottom {
    margin: 0;
  }
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:55:58
 */
@media (max-width: 768px) {
  body.page-account-order-list .order-status-wrap li {
    flex: 1;
    text-align: center;
  }
  body.page-account-order-list .order-status-wrap {
    margin-bottom: 14px;
  }
  body.page-account-order-list .order-status-wrap .nav-link {
    padding-right: 2px;
    padding-left: 2px;
  }
}
body.page-account-order-list .order-wrap .table .sep-row {
  height: 20px;
}
body.page-account-order-list .order-wrap .table .sep-row td {
  border: 0;
}
body.page-account-order-list .order-wrap .table .head-tr {
  background: #f5f5f5;
}
body.page-account-order-list .order-wrap .table .head-tr td {
  border-bottom-color: #f5f5f5;
}
body.page-account-order-list .order-wrap .table thead {
  background: #f5f5f5;
}
body.page-account-order-list .order-wrap .table thead th {
  font-weight: 500;
  border: 0;
}
body.page-account-order-list .order-wrap .table tbody td {
  border: 1px solid #e5e5e5;
}
body.page-account-order-list .order-wrap .table .product-info {
  display: flex;
  align-items: center;
}
body.page-account-order-list .order-wrap .table .product-info .img {
  flex: 0 0 60px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  body.page-account-order-list .order-wrap .table .product-info .img {
    flex: 0 0 50px;
    width: 50px;
  }
}
@media (max-width: 768px) {
  body.page-account-order-list .order-wrap .table .product-info .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
  }
}
body.page-account-order-list .order-mb-wrap .order-mb-list {
  border-radius: 4px;
}
body.page-account-order-list .order-mb-wrap .header-wrapper {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}
body.page-account-order-list .order-mb-wrap .footer-wrapper {
  padding-top: 10px;
  margin-top: 12px;
  border-top: 1px solid #eee;
}

body.page-account-order-info {
  background-color: #F7F8FA;
}
body.page-account-order-info .product-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
body.page-account-order-info .product-list .left {
  flex: 0 0 80px;
  margin-left: 10px;
}
body.page-account-order-info .product-list .right {
  color: #767676;
}
@media (min-width: 768px) {
  body.page-account-order-info .product-list .right {
    font-size: 0.9375rem;
  }
}
body.page-account-order-info .product-list .right .name {
  margin-bottom: 0.4rem;
  color: #1a1a1a;
}
body.page-account-order-info .nowrap {
  white-space: nowrap;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:55:54
 */
body.page-account-address .addresses-wrap .item, body.page-checkout .addresses-wrap .item {
  position: relative;
  padding: 14px;
  margin-bottom: 1.3rem;
  border: 1px solid #e5e5e5;
  height: 140px;
  cursor: pointer;
}
@media (max-width: 768px) {
  body.page-account-address .addresses-wrap .item, body.page-checkout .addresses-wrap .item {
    margin-bottom: 0.9rem;
    padding: 10px;
    height: auto;
  }
  body.page-account-address .addresses-wrap .item.address-right, body.page-checkout .addresses-wrap .item.address-right {
    margin-bottom: 0;
  }
}
body.page-account-address .addresses-wrap .item:hover, body.page-checkout .addresses-wrap .item:hover {
  border-color: #C68B54;
}
body.page-account-address .addresses-wrap .item.active, body.page-checkout .addresses-wrap .item.active {
  border-color: #C68B54;
  border-right: none;
}
body.page-account-address .addresses-wrap .item.active:before, body.page-checkout .addresses-wrap .item.active:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 4px;
  height: calc(100% + 2px);
  background-color: #C68B54;
}
body.page-account-address .addresses-wrap .item .name-wrap, body.page-checkout .addresses-wrap .item .name-wrap {
  margin-bottom: 0.6rem;
  line-height: 1;
}
body.page-account-address .addresses-wrap .item .name-wrap .name, body.page-checkout .addresses-wrap .item .name-wrap .name {
  font-size: 1rem;
  font-weight: bold;
}
body.page-account-address .addresses-wrap .item .name-wrap .phone, body.page-checkout .addresses-wrap .item .name-wrap .phone {
  font-size: 0.8rem;
  color: #666;
}
body.page-account-address .addresses-wrap .item .zipcode, body.page-checkout .addresses-wrap .item .zipcode {
  margin-bottom: 0.3rem;
  min-height: 20px;
}
body.page-account-address .addresses-wrap .item .address-info, body.page-checkout .addresses-wrap .item .address-info {
  height: 32px;
  line-height: 1.3;
}
body.page-account-address .addresses-wrap .item .address-bottom, body.page-checkout .addresses-wrap .item .address-bottom {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-account-address .mobileWidth, body.page-checkout .mobileWidth {
  width: 600px;
}
@media (max-width: 768px) {
  body.page-account-address .mobileWidth, body.page-checkout .mobileWidth {
    width: 95%;
  }
}
body.page-account-address .dialog-address, body.page-checkout .dialog-address {
  display: block;
}
@media (max-width: 768px) {
  body.page-account-address .dialog-address > div, body.page-checkout .dialog-address > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.page-account-address .dialog-address, body.page-checkout .dialog-address {
    display: flex;
  }
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-15 15:43:12
 * @LastEditTime  2022-09-16 20:56:17
 */
body.page-brands .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  height: 133px;
  width: 100%;
}
body.page-brands .brand-item > img {
  max-height: 100%;
}
body.page-brands .brand-list li {
  list-style: none;
}
body.page-brands .brand-list li a {
  color: #242424;
  text-decoration: none;
}
body.page-brands .curser-list {
  cursor: pointer;
}
@media (max-width: 768px) {
  body.page-brands .curser-list {
    display: block;
  }
  body.page-brands .curser-list li {
    display: inline-block;
    margin-bottom: 6px;
  }
  body.page-brands .curser-list li + .list-group-item {
    border-right: 1px solid #e4e4e4;
  }
}
body.page-brands .curser-list > li > a {
  color: #242424;
  transition: all 0.3s;
  text-decoration: none;
}
body.page-brands .curser-list > li > a:hover {
  background-color: #eee;
}
body.page-brands .curser-list > li > a:active {
  background-color: #aaa;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:55:22
 */
.modules-box .module-item {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .modules-box .module-item {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.modules-box .module-item:first-of-type {
  padding-top: 0;
}
.modules-box .module-item:last-of-type {
  padding-bottom: 0;
}
.modules-box .module-item.module-item-design.currently-editing:after {
  display: block;
  outline: 2px solid #0072ff;
}
.modules-box .module-item.module-item-design:hover:not(.currently-editing):after {
  display: block;
  outline: 1px dashed #0072ff;
}
.modules-box .module-item:after {
  content: "";
  display: none;
  position: absolute;
  right: 2px;
  left: 2px;
  top: 2px;
  bottom: 2px;
  z-index: 9;
  border-radius: var(--bs-border-radius);
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:29
 */
.module-image-plus .module-image-plus-top {
  display: flex;
}
.module-image-plus .module-image-plus-top .right {
  margin-right: 20px;
}
.module-image-plus .module-image-plus-bottom {
  margin-top: 24px;
}

.banner-magnify-hover .image-wrap {
  overflow: hidden;
  display: block;
}
.banner-magnify-hover .image-wrap img {
  transition: 0.3s ease-in-out;
}
.banner-magnify-hover .image-wrap:hover img {
  transform: rotate(-6deg) scale(1.3);
}

/**
 * @copyright     2024 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2024-11-12 10:42:54
 * @LastEditTime  2024-11-12 10:43:15
 */
.module-img-text-slideshow {
  --swiper-theme-color: #fff; /* 设置Swiper风格 */
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
  --swiper-pagination-bullet-width: 60px; /* 设置分页器宽度 */
  --swiper-pagination-bullet-height: 4px; /* 设置分页器高度 */
  --swiper-pagination-bullet-inactive-opacity: 1;
  overflow: hidden;
  position: relative;
}
.module-img-text-slideshow .swiper-pagination-bullet {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}
.module-img-text-slideshow .swiper-pagination-bullet span {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .swiper-pagination {
    bottom: 20px !important;
  }
}
.module-img-text-slideshow .swiper-slide-active .image-wrap {
  transform: scale(1);
}
.module-img-text-slideshow .autoplay-progress {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.module-img-text-slideshow .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(90deg);
}
.module-img-text-slideshow .content-wrap {
  display: flex;
}
.module-img-text-slideshow .content-wrap.start {
  justify-content: flex-start;
}
.module-img-text-slideshow .content-wrap.center {
  justify-content: center;
  text-align: center;
}
.module-img-text-slideshow .content-wrap.center .text-wrap {
  max-width: 800px;
}
.module-img-text-slideshow .content-wrap.end {
  justify-content: flex-end;
  text-align: left;
}
.module-img-text-slideshow .image-wrap {
  height: 330px;
  background-repeat: no-repeat;
  background-position: center center;
  transform-origin: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  transform: scale(1.1732);
  transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .module-img-text-slideshow .image-wrap {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .module-img-text-slideshow .image-wrap {
    height: 700px;
  }
}
.module-img-text-slideshow .text-wrap {
  max-width: 600px;
  color: #fff;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .module-img-text-slideshow .text-wrap {
    padding: 30px 0;
  }
}
.module-img-text-slideshow .text-wrap .sub-title {
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap .sub-title {
    font-size: 2rem;
  }
}
.module-img-text-slideshow .text-wrap .title {
  font-size: 1rem;
  margin-bottom: 0.7rem;
  color: #fff;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap .title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .module-img-text-slideshow .text-wrap .title {
    font-size: 4rem;
  }
}
.module-img-text-slideshow .text-wrap .description {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap .description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.module-img-text-slideshow .text-wrap a.btn {
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #222;
}
.module-img-text-slideshow .text-wrap a.btn:hover {
  background-color: #222;
}
@media (min-width: 992px) {
  .module-img-text-slideshow .text-wrap a.btn {
    padding: 1rem 2rem;
    margin-top: 1.5rem;
  }
}

.module-swiper-img-scroll-text {
  padding: 36px 0;
  width: 100%;
  font-size: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .module-swiper-img-scroll-text {
    font-size: 14px !important;
    padding: 16px 0 !important;
  }
}
.module-swiper-img-scroll-text .scroll-info {
  white-space: nowrap;
}
.module-swiper-img-scroll-text .scroll-info .scroll-text {
  padding: 0 15px;
  font-weight: bold;
  display: inline-block;
  animation: marquee-animation2 3s linear infinite;
}

@keyframes marquee-animation2 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(100%); /* 滚动到左侧 */
  }
}
/**
 * @copyright     2024 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2024-11-12 10:42:54
 * @LastEditTime  2024-11-12 10:43:15
 */
.module-img-text-slideshow-2 {
  --swiper-theme-color: #fff; /* 设置Swiper风格 */
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
  --swiper-pagination-bullet-width: 5px; /* 设置分页器宽度 */
  --swiper-pagination-bullet-height: 5px; /* 设置分页器高度 */
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  overflow: hidden;
  position: relative;
}
.module-img-text-slideshow-2.w-container-fluid, .module-img-text-slideshow-2.w-container {
  border-radius: 14px;
  overflow: hidden;
}
.module-img-text-slideshow-2 .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
}
.module-img-text-slideshow-2 .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  border-radius: 50%;
  transform: translate(50%, -50%);
  width: 24px;
  height: 24px;
  opacity: 0;
  border: 1px solid #fff;
}
.module-img-text-slideshow-2 .swiper-pagination-bullet-active {
  background-color: white;
}
.module-img-text-slideshow-2 .swiper-pagination-bullet-active::after {
  opacity: 1;
}
@media (min-width: 992px) {
  .module-img-text-slideshow-2 .swiper-pagination {
    bottom: 20px !important;
  }
}
.module-img-text-slideshow-2 .swiper-slide-active .image-wrap {
  transform: scale(1);
}
.module-img-text-slideshow-2 .autoplay-progress {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.module-img-text-slideshow-2 .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(90deg);
}
.module-img-text-slideshow-2 .content-wrap {
  display: flex;
}
.module-img-text-slideshow-2 .content-wrap.start {
  justify-content: flex-start;
}
.module-img-text-slideshow-2 .content-wrap.center {
  justify-content: center;
  text-align: center;
}
.module-img-text-slideshow-2 .content-wrap.center .text-wrap {
  max-width: 800px;
}
.module-img-text-slideshow-2 .content-wrap.end {
  justify-content: flex-end;
  text-align: left;
}
.module-img-text-slideshow-2 .image-text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.module-img-text-slideshow-2 .swiper-slide:not(:only-child) .image-wrap {
  transform: scale(1.1732);
  transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}
.module-img-text-slideshow-2 .swiper-slide:only-child .image-wrap {
  transform: none;
}
.module-img-text-slideshow-2 .text-wrap {
  max-width: 800px;
  color: #fff;
  padding: 2.75rem 3.5rem;
  background: radial-gradient(ellipse at center, rgba(0, 48, 48, 0.58) 0%, rgba(0, 48, 48, 0.4) 48%, rgba(0, 48, 48, 0) 78%);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45), 0 1px 3px rgba(0, 0, 0, 0.35);
}
@media (max-width: 992px) {
  .module-img-text-slideshow-2 .text-wrap {
    padding: 30px 1.5rem;
  }
}
.module-img-text-slideshow-2 .text-wrap .sub-title {
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
@media (min-width: 992px) {
  .module-img-text-slideshow-2 .text-wrap .sub-title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.module-img-text-slideshow-2 .text-wrap .title {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 992px) {
  .module-img-text-slideshow-2 .text-wrap .title {
    font-size: 3rem;
    margin-bottom: 1.2rem;
  }
}
.module-img-text-slideshow-2 .text-wrap .description {
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .module-img-text-slideshow-2 .text-wrap .description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.module-img-text-slideshow-2 .text-wrap a.btn {
  font-size: 0.7rem;
  background-color: #fff;
  padding: 0.3rem 0.8rem;
}
.module-img-text-slideshow-2 .text-wrap a.btn:hover {
  background-color: #222;
}
@media (min-width: 992px) {
  .module-img-text-slideshow-2 .text-wrap a.btn {
    padding: 1rem 2rem;
    margin-top: 1.5rem;
    font-weight: bold;
    font-size: 0.8rem;
  }
}

.module-swiper-img-scroll-text-2 {
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .module-swiper-img-scroll-text-2 {
    font-size: 13px !important;
    padding: 10px 0 !important;
  }
}
.module-swiper-img-scroll-text-2 .scroll-info {
  white-space: nowrap;
}
.module-swiper-img-scroll-text-2 .scroll-info .scroll-text {
  padding: 0 28px;
  display: inline-block;
  animation: marquee-animation 3s linear infinite;
  position: relative;
}
.module-swiper-img-scroll-text-2 .scroll-info .scroll-text::after {
  position: absolute;
  inset-inline-end: -4px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f309";
  display: block;
  font-family: "bootstrap-icons";
  font-size: 7px;
  opacity: 0.45;
}

@keyframes marquee-animation {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(100%); /* 滚动到左侧 */
  }
}
/**
 * @copyright     2024 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2024-11-12 10:42:54
 * @LastEditTime  2024-11-12 10:43:15
 */
.img-text-banner-wrap > .row {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 48, 48, 0.16);
  box-shadow: 0 2px 10px rgba(0, 48, 48, 0.06);
}
@media (max-width: 992px) {
  .img-text-banner-wrap .img-wrap {
    margin: 10px 0;
  }
}
.img-text-banner-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .img-text-banner-wrap .text-wrap {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .img-text-banner-wrap .text-wrap {
    align-items: center;
  }
}
.img-text-banner-wrap .text-wrap .title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .img-text-banner-wrap .text-wrap .title {
    font-size: 34px;
  }
}
.img-text-banner-wrap .text-wrap .description {
  line-height: 1.7;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .img-text-banner-wrap .text-wrap .description {
    margin-bottom: 30px;
    font-size: 15px;
  }
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-04 17:52:22
 * @LastEditTime  2022-09-16 20:57:25
 */
.module-brand {
  font-size: 15px;
}
.module-brand .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  height: 120px;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.module-brand .brand-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  border: 1px solid #003030;
}
.module-brand .brand-item > img {
  max-height: 100%;
}

/**
 * Franco Premium — وحدة "تشكيلات" (الأقسام)
 *
 * البطاقة تعرض صورة القسم، وعند المرور تكبر الصورة وتظهر طبقة
 * تعتيم بلون الهوية مع اسم القسم ودعوة للدخول.
 */
.module-category-grid .category-card {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 48, 48, 0.16);
  box-shadow: 0 2px 10px rgba(0, 48, 48, 0.06);
  background-color: #FFFFFF;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.module-category-grid .category-card:hover, .module-category-grid .category-card:focus-visible {
  border-color: rgba(0, 48, 48, 0.4);
  box-shadow: 0 8px 24px rgba(0, 48, 48, 0.14);
  transform: translateY(-3px);
}
.module-category-grid .category-card:focus-visible {
  outline: 2px solid #C68B54;
  outline-offset: 2px;
}
.module-category-grid .category-card-media {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: rgba(0, 48, 48, 0.06);
}
.module-category-grid .category-card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}
.module-category-grid .category-card-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: rgba(0, 48, 48, 0.28);
  background: linear-gradient(-135deg, rgba(224, 173, 126, 0.16), rgba(0, 48, 48, 0.1));
}
.module-category-grid .category-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 48, 48, 0.55), rgba(0, 48, 48, 0) 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.module-category-grid .category-card:hover .category-card-media img,
.module-category-grid .category-card:focus-visible .category-card-media img {
  transform: scale(1.07);
}
.module-category-grid .category-card:hover .category-card-overlay,
.module-category-grid .category-card:focus-visible .category-card-overlay {
  opacity: 1;
}
.module-category-grid .category-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.85rem 0.6rem 1rem;
  text-align: center;
}
.module-category-grid .category-card-name {
  font-weight: 700;
  font-size: 1rem;
  color: #003030;
  line-height: 1.4;
}
.module-category-grid .category-card-cta {
  font-size: 0.78rem;
  font-weight: 600;
  color: #C68B54;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.module-category-grid .category-card-cta i {
  font-size: 0.75rem;
  vertical-align: middle;
}
.module-category-grid .category-card:hover .category-card-cta,
.module-category-grid .category-card:focus-visible .category-card-cta {
  opacity: 1;
  transform: translateY(0);
}
@media (hover: none) {
  .module-category-grid .category-card-cta {
    opacity: 1;
    transform: none;
  }
}
.module-category-grid .category-grid-empty {
  padding: 2.5rem 1rem;
  text-align: center;
  color: rgba(26, 26, 26, 0.55);
  border: 1px dashed rgba(0, 48, 48, 0.16);
  border-radius: 14px;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:33
 */
.module-tab-product .module-title {
  margin-bottom: 1rem;
}
.module-tab-product .nav {
  margin-bottom: 28px;
  margin-top: -10px;
}
.module-tab-product .nav .nav-link {
  color: #969a9e;
  font-size: 1.2rem;
  border-bottom: 2px solid transparent;
  margin: 0 17px;
  font-weight: bold;
  padding: 0.3rem 0.2rem;
}
@media (max-width: 768px) {
  .module-tab-product .nav .nav-link {
    padding: 0.2rem 0.7rem;
    font-size: 13px;
    margin: 0;
  }
}
.module-tab-product .nav .nav-link {
  box-shadow: none;
}
.module-tab-product .nav .nav-link:hover {
  border-color: #ddd;
}
.module-tab-product .nav .nav-link.active {
  color: #111;
  border-color: #111;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:36
 */
.swiper.module-slideshow {
  --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
  --swiper-navigation-color: #ff6600; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
.swiper.module-slideshow .swiper-button-prev, .swiper.module-slideshow .swiper-button-next {
  display: none;
}
.swiper.module-slideshow:hover .swiper-button-prev, .swiper.module-slideshow:hover .swiper-button-next {
  display: block;
}

.swiper-style-plus {
  position: relative;
}
.swiper-style-plus .swiper-button-prev, .swiper-style-plus .swiper-button-next {
  width: 34px;
  height: 37px;
  color: #999;
}
@media (max-width: 768px) {
  .swiper-style-plus .swiper-button-prev, .swiper-style-plus .swiper-button-next {
    display: none;
  }
}
.swiper-style-plus .swiper-button-prev:hover, .swiper-style-plus .swiper-button-next:hover {
  color: #003030;
}
.swiper-style-plus .swiper-button-prev:after, .swiper-style-plus .swiper-button-next:after {
  font-size: 26px;
}
.swiper-style-plus .swiper-button-prev {
  right: -40px;
}
.swiper-style-plus .swiper-button-next {
  left: -40px;
}
.swiper-style-plus .swiper-pagination .swiper-pagination-bullet-active {
  background: #003030;
}
.swiper-style-plus .swiper-pagination.rectangle span {
  border-radius: 0;
  height: 3px;
}

/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:29
 */
.pages-wrap {
  transition: all 0.3s ease-in-out;
}
.pages-wrap:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.pages-wrap:hover .page-info .pages-title a {
  color: #003030;
}
.pages-wrap .image {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.pages-wrap .image a {
  display: block;
}
.pages-wrap .page-info {
  transition: all 0.3s ease-in-out;
  padding: 0 5px 10px;
}
.pages-wrap .pages-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pages-wrap .pages-title a {
  color: #222;
  transition: all 0.3s ease-in-out;
}
.pages-wrap .pages-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  color: #888;
  margin-bottom: 10px;
}

/**
 * @copyright     2023 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2023-12-04 13:52:45
 * @LastEditTime  2023-12-04 13:52:53
 */
.design-image-301 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  clear: both;
  text-align: right;
}
.design-image-301 > a {
  display: block;
  line-height: 100%;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.design-image-301 > a:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
  border: 15px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.design-image-301 > a:before {
  box-sizing: border-box;
  border: 0px solid rgba(0, 0, 0, 0.3);
  bottom: 0;
  opacity: 0;
  content: "";
  right: 0;
  overflow: visible;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
}
.design-image-301 > a:nth-of-type(1) {
  width: 49%;
}
.design-image-301 > a:nth-of-type(2), .design-image-301 > a:nth-of-type(3) {
  position: absolute;
  left: 0;
  width: 49%;
}
.design-image-301 > a:nth-of-type(2) {
  top: 0;
}
.design-image-301 > a:nth-of-type(3) {
  bottom: 0 !important;
}

/**
 * @copyright     2023 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2023-12-04 13:52:45
 * @LastEditTime  2023-12-04 13:52:53
 */
.module-image-402 .image-402-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.module-image-402 .image-402-sub-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .module-image-402 .image-402-sub-title {
    margin-bottom: 10px;
  }
}
.module-image-402 .module-image-info {
  margin: 0 -10px;
}
@media (max-width: 768px) {
  .module-image-402 .module-image-info {
    margin: 0 -5px;
  }
}
.module-image-402 .module-image-info > div {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .module-image-402 .module-image-info > div {
    padding: 0 5px;
  }
}
.module-image-402 .module-image-info .image-402-1 {
  grid-area: 1/1/3/2;
}
@media (max-width: 768px) {
  .module-image-402 .module-image-info .image-402-1 {
    margin-bottom: 10px;
  }
}
.module-image-402 .module-image-info .image-402-2 {
  grid-area: 1/2/2/3;
}
@media (max-width: 768px) {
  .module-image-402 .module-image-info .image-402-2 {
    grid-area: 3/1/4/2;
  }
}
.module-image-402 .module-image-info .image-402-3 {
  grid-area: 2/2/3/3;
}
@media (min-width: 768px) {
  .module-image-402 .module-image-info .image-402-3 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .module-image-402 .module-image-info .image-402-3 {
    grid-area: 1/2/2/3;
    margin-bottom: 10px;
  }
}
.module-image-402 .module-image-info .image-402-4 {
  grid-area: 1/3/3/4;
}
@media (max-width: 768px) {
  .module-image-402 .module-image-info .image-402-4 {
    grid-area: 2/2/4/3;
  }
}
.module-image-402 .image-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.module-image-402 .image-wrap .img-name {
  position: absolute;
  bottom: 28px;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .module-image-402 .image-wrap .img-name {
    bottom: 18px;
  }
}
.module-image-402 .image-wrap .img-name span {
  color: #111;
  font-weight: bold;
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 40px;
  font-size: 1rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .module-image-402 .image-wrap .img-name span {
    font-size: 0.7rem;
  }
}

/**
 * @copyright     2023 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2023-12-04 13:52:45
 * @LastEditTime  2023-12-04 13:52:53
 */
.module-image-400 .image-402-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.module-image-400 .image-402-sub-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .module-image-400 .image-402-sub-title {
    margin-bottom: 10px;
  }
}
.module-image-400 .module-image-info {
  margin: 0 -10px;
}
@media (max-width: 768px) {
  .module-image-400 .module-image-info {
    margin: 0 -5px;
  }
}
.module-image-400 .module-image-info > div {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .module-image-400 .module-image-info > div {
    padding: 0 5px;
  }
}
.module-image-400 .module-image-info .image-402-1 {
  grid-area: 1/1/3/2;
}
@media (max-width: 768px) {
  .module-image-400 .module-image-info .image-402-1 {
    margin-bottom: 10px;
  }
}
.module-image-400 .module-image-info .image-402-2 {
  grid-area: 1/2/2/3;
}
@media (max-width: 768px) {
  .module-image-400 .module-image-info .image-402-2 {
    grid-area: 3/1/4/2;
  }
}
.module-image-400 .module-image-info .image-402-3 {
  grid-area: 2/2/3/3;
}
@media (min-width: 768px) {
  .module-image-400 .module-image-info .image-402-3 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .module-image-400 .module-image-info .image-402-3 {
    grid-area: 1/2/2/3;
    margin-bottom: 10px;
  }
}
.module-image-400 .module-image-info .image-402-4 {
  grid-area: 1/3/3/4;
}
@media (max-width: 768px) {
  .module-image-400 .module-image-info .image-402-4 {
    grid-area: 2/2/4/3;
  }
}
.module-image-400 .image-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.module-image-400 .image-wrap .img-name {
  position: absolute;
  bottom: 28px;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .module-image-400 .image-wrap .img-name {
    bottom: 18px;
  }
}
.module-image-400 .image-wrap .img-name span {
  color: #111;
  font-weight: bold;
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 40px;
  font-size: 1rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .module-image-400 .image-wrap .img-name span {
    font-size: 0.7rem;
  }
}

/**
 * @copyright     2024 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2024-11-12 15:14:28
 * @LastEditTime  2024-11-12 15:14:34
 */
.module-image-403 .image-wrap {
  position: relative;
  color: #fff;
  border-radius: 10px;
}
.module-image-403 .image-wrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2) 100%);
}
.module-image-403 .image-wrap .title {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  z-index: 9;
  right: 10%;
  bottom: 13%;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .module-image-403 .image-wrap .title {
    font-size: 28px;
  }
}
.module-image-403 .image-wrap .sub-title {
  position: absolute;
  z-index: 9;
  right: 10%;
  bottom: 6%;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .module-image-403 .image-wrap .sub-title {
    font-size: 16px;
  }
}

/**
 * Franco Premium — وحدة الأقسام (شريط منزلق)
 *
 * كانت شبكة بوتستراب `col-lg` تحشر كل الأقسام في صف واحد، فكلما زاد
 * العدد ضاقت البطاقات حتى تختفي. Swiper يفكّ هذا القيد: العدد غير
 * محدود، والزائد ينزلق أفقياً.
 */
@media (min-width: 992px) {
  .module-icons .icons-slider {
    padding-inline: 2.25rem;
  }
}
.module-icons .swiper {
  padding-block: 0.25rem;
}
.module-icons .icon-card {
  display: block;
}
.module-icons .icon-card:focus-visible {
  outline: 2px solid #C68B54;
  outline-offset: 3px;
  border-radius: 12px;
}
.module-icons .image-item {
  aspect-ratio: 4/5;
  border-radius: 20%;
  overflow: hidden;
  background-color: rgba(0, 48, 48, 0.06);
}
.module-icons .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}
.module-icons .icon-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  font-weight: 700;
  color: rgba(0, 48, 48, 0.3);
  background: linear-gradient(-135deg, rgba(224, 173, 126, 0.18), rgba(0, 48, 48, 0.1));
}
.module-icons .icon-card:hover .image-item img,
.module-icons .icon-card:focus-visible .image-item img {
  transform: scale(1.06);
}
.module-icons .title {
  color: #003030;
}
@media (min-width: 768px) {
  .module-icons .title {
    font-size: 1rem;
    font-weight: bold;
  }
}
.module-icons .icons-slider {
  --swiper-navigation-sides-offset: 0px;
  --swiper-navigation-size: 16px;
}
.module-icons .icons-slider .swiper-button-prev,
.module-icons .icons-slider .swiper-button-next {
  width: 38px;
  height: 38px;
  margin-top: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 48, 48, 0.16);
  box-shadow: 0 2px 10px rgba(0, 48, 48, 0.06);
  color: #003030;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.module-icons .icons-slider .swiper-button-prev::after,
.module-icons .icons-slider .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 700;
}
.module-icons .icons-slider .swiper-button-prev:hover,
.module-icons .icons-slider .swiper-button-next:hover {
  background-color: #003030;
  border-color: #003030;
  color: #EFCBA3;
}
.module-icons .icons-slider .swiper-button-prev:focus-visible,
.module-icons .icons-slider .swiper-button-next:focus-visible {
  outline: 2px solid #C68B54;
  outline-offset: 2px;
}
.module-icons .icons-slider .swiper-button-prev.swiper-button-disabled,
.module-icons .icons-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.module-icons .icons-slider .swiper-button-prev.swiper-button-lock,
.module-icons .icons-slider .swiper-button-next.swiper-button-lock {
  display: none;
}
@media (max-width: 991.98px) {
  .module-icons .icons-slider .swiper-button-prev,
  .module-icons .icons-slider .swiper-button-next {
    display: none;
  }
}

/**
 * @copyright     2024 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2024-11-12 10:42:54
 * @LastEditTime  2024-11-12 10:43:15
 */
.module-img-text-banner-multiple .image-wrap {
  position: relative;
}
.module-img-text-banner-multiple .image-wrap .image-item {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 48, 48, 0.16);
  box-shadow: 0 2px 10px rgba(0, 48, 48, 0.06);
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.module-img-text-banner-multiple .image-wrap:hover .image-item {
  border-color: rgba(0, 48, 48, 0.4);
  box-shadow: 0 8px 24px rgba(0, 48, 48, 0.14);
}
.module-img-text-banner-multiple .image-wrap .text-wrap {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  transform: translate(50%, -50%);
}
.module-img-text-banner-multiple .image-wrap .text-wrap .text-title {
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .module-img-text-banner-multiple .image-wrap .text-wrap .text-title {
    font-size: 2.4rem;
  }
}
.module-img-text-banner-multiple .image-wrap .text-wrap .text-sub-title {
  font-size: 0.7rem;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .module-img-text-banner-multiple .image-wrap .text-wrap .text-sub-title {
    font-size: 1rem;
    margin-bottom: 16px;
    font-weight: bold;
  }
}
.module-img-text-banner-multiple .image-wrap .text-wrap .btn {
  background-color: #fff;
  color: #111;
  font-weight: bold;
}
.module-img-text-banner-multiple .image-wrap .text-wrap .btn:hover {
  background-color: #222;
  color: #fff;
}
@media (max-width: 768px) {
  .module-img-text-banner-multiple .image-wrap .text-wrap .btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .module-img-text-banner-multiple .image-wrap .text-wrap .btn {
    margin-top: 30px;
    font-size: 15px;
    border-radius: 100px;
    padding: 14px 30px;
  }
}
