@charset "UTF-8";

/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important;
}

/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none;
}

.lib-list-item-product2 .image-dev .list-button-dev {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}

.lib-list-item-product2 .image-dev .list-button-dev li {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background: #fff;
  position: relative;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  z-index: 1;
  transition-delay: 0s;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 2;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0.2s;
  z-index: 2;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  z-index: 1;
  transition-delay: 0s;
}

.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
  border-left: 1px solid #ddd;
}

.lib-list-item-product2 .image-dev .list-button-dev li a,
.lib-list-item-product2 .image-dev .list-button-dev li button {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  color: #555;
  width: 40px;
  padding: 0;
}

.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #cb9500;
}

.lib-list-item-product2 .image-dev .list-button-dev li:hover a,
.lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}

.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}

.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}

.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}

.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}

.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}

.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}

.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}

.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}

/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block;
}

.lib-two-img .img-1 {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.lib-two-img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}

.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}

.lib-two-img-over .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}

/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

/* ================================================================================ */
/*.footer-container{
 margin-top: 40px;
 }*/
.typefooter-31 {
  margin-top: 0px;
  background-color: #151515;
  clear: both;
  display: inline-block;
  width: 100%;
  /* GENERAL */
}

.typefooter-31 .module .modtitle {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 0px;
}

.typefooter-31 .box-footer {
  margin-top: 3px;
}

.typefooter-31 .box-footer ul.menu li a {
  border: 0 none;
  font-size: 14px;
  padding: 0;
  line-height: 2.5;
  position: relative;
  padding-left: 0px;
  display: inline-block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.typefooter-31 .box-footer ul.menu li a:before {
  width: 4px;
  height: 4px;
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  border-radius: 100%;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.typefooter-31 .box-footer ul.menu li a:hover {
  padding-left: 12px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.typefooter-31 .box-footer ul.menu li a:hover:before {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.typefooter-31 .footer-top {
  background: #0f181f;
  margin-top: 40px;
}

.typefooter-31 .box-contact .modcontent {
  padding-bottom: 25px;
}

.typefooter-31 .footer-middle {
  padding: 55px 0 55px 0;
}

.typefooter-31 .newsletter-footer21 .newsletter {
  background-color: transparent !important;
}

.typefooter-31 .newsletter-footer21 .newsletter .title-block .page-heading {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 0px;
}

.typefooter-31 .newsletter-footer21 .newsletter .title-block .promotext {
  display: none;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content {
  margin-top: 25px;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content form.signup {
  display: block;
  margin-top: 11px;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content form.signup .form-group {
  position: relative;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content form.signup .form-group .input-box {
  vertical-align: top;
  border-radius: 0px;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content form.signup .form-group .subcribe {
  position: absolute;
  top: 0;
  right: 0;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content form.signup .form-group #txtemail {
  height: 47px;
  line-height: 54px;
  width: 100%;
  box-shadow: none;
  padding: 0 0 0 15px;
  border: none;
  font-size: 14px;
  background-color: #15212a;
  border-radius: 0;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content form.signup .form-group #txtemail::-moz-placeholder {
  color: #738797;
  opacity: 1;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content form.signup .form-group #txtemail:-ms-input-placeholder {
  color: #738797;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content form.signup .form-group #txtemail::-webkit-input-placeholder {
  color: #738797;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content form.signup .form-group #txtemail:focus {
  z-index: 0;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content form.signup .subcribe button {
  border: 0 none;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  height: 50px;
  width: 54px;
  padding: 0;
  background-color: transparent;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content form.signup .subcribe button:before {
  font-family: "FontAwesome";
  content: "\f1d8";
  font-size: 20px;
}

.typefooter-31 .newsletter-footer21 .newsletter .block_content form.signup .subcribe button span {
  display: none;
}

.typefooter-31 .socials {
  margin-top: 15px;
}

.typefooter-31 .socials h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 0px;
}

.typefooter-31 .socials ul li {
  position: relative;
  float: left;
  margin-right: 15px;
}

.typefooter-31 .socials ul li a {
  color: #222222;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  display: block;
  border-radius: 100%;
}

.typefooter-31 .socials ul li a span {
  display: none;
}

/* FOOTER BOTTOM */
.typefooter-31 .footer-bottom {
  background-color: #15212a;
}

.typefooter-31 .footer-bottom .copyright {
  line-height: 33px;
  font-size: 13px;
}

.typefooter-31 .footer-bottom .payment-w {
  text-align: right;
}





/* ==========================================================================
   1. 通用基础设置（确保跨浏览器盒模型兼容）
   ========================================================================== */
.home_bottom_support {
  width: 100%;
  box-sizing: border-box;
}

.home_bottom_support_container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  /* 允许在屏幕变窄时自动折行 */
  justify-content: space-between;
  align-items: flex-start;
  /* 顶部对齐，防止因文本行数不同导致图标错位 */
  box-sizing: border-box;
}

/* 单个服务项目的容器 */
.support-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 内容水平居中 */
  text-align: center;
  box-sizing: border-box;

  /* 默认电脑端：4 列排版，每列占 25% 宽度 */
  width: 25%;
  padding: 10px;
}

/* 图标容器 */
.support-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  /* 电脑端默认图标尺寸 */
  margin-bottom: 16px;
  /* 图标与下方文字的间距 */
  transition: transform 0.3s ease;
  /* 鼠标悬停动画 */
}

/* 确保图片自适应不失真 */
.support-icon img {
  object-fit: contain;
  width: 56px;
  height: 56px;
}

/* 文字样式 */
.support-text {
  color: #ffffff;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s ease;
  word-wrap: break-word;
  /* 避免极窄屏幕下长单词溢出 */
}

/* 电脑端鼠标悬停交互效果 */
@media (hover: hover) {
  .support-item:hover .support-text {
    color: #a2d211;
    /* 悬停时文字变绿 */
  }

  .support-item:hover .support-icon {
    transform: translateY(-3px);
    /* 悬停时图标轻微上浮 */
  }
}


/* ==========================================================================
   2. iPad / 平板电脑版本适配（屏幕宽度 768px 至 1024px，如 iPad Air/Pro）
   ========================================================================== */
@media (max-width: 1024px) {
  .home_bottom_support {
    padding: 35px 0;
    /* 适当缩小上下内边距 */
  }

  .support-item {
    /* 在 iPad 上依然保持 4 列并排，但缩减两侧间距防止拥挤 */
    width: 25%;
    padding: 8px 5px;
  }

  .support-icon {
    height: 38px;
    /* 稍许缩小图标尺寸 */
    margin-bottom: 12px;
    /* 缩减图标与文字的间距 */
  }

  .support-text {
    font-size: 13.5px;
    /* 稍微降低字号，确保英文在一行或合理折行 */
  }
}


/* ==========================================================================
   3. 手机版本适配（屏幕宽度小于 768px，包括各类 iOS / Android 移动设备）
   ========================================================================== */
@media (max-width: 767px) {
  .home_bottom_support {
    padding: 30px 0;
    /* 缩小移动端上下边距 */
  }

  .support-item {
    /* 手机端调整为 2x2（两行两列）网格排版，体验更佳 */
    width: 50%;
    padding: 15px 10px;
    /* 增加上下行距，保持视觉呼吸感 */
  }

  .support-icon {
    height: 36px;
    /* 手机端图标尺寸 */
    margin-bottom: 10px;
    /* 手机端间距 */
  }

  .support-text {
    font-size: 13px;
    /* 手机端字体大小 */
  }
}

/* 针对超小屏幕手机（如 iPhone SE / 屏幕宽度小于 360px） */
@media (max-width: 360px) {
  .support-item {
    padding: 12px 5px;
  }

  .support-text {
    font-size: 12px;
    /* 极小屏幕下进一步微调字号防止折行过于零碎 */
  }
}
