@charset "UTF-8";
/*============HEADER V1 ==================*/
/* [2] */
/* [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; }

.marginbottom__3x {
  margin-bottom: 30px; }

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }

@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0); } }

@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0); } }

@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0); } }
/*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: #ff5e00; }
        .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); } }
/*===============================================
 [SASS DIRECTORY ]
 [1] BLOCK HEADER
 [2] BLOCK FOOTER
 ==============================================*/
p {
  margin: 0; }

.typeheader-1 {
  background-color: #eee;
  position: relative;
  margin-bottom: 50px; }
  .typeheader-1 .header-top {
    background-color: #13203d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 30px;
    font-size: 13px;
    color: #ffffff; }
    .typeheader-1 .header-top .header-top-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      width: 100%; }
    .typeheader-1 .header-top a {
      color: #ffffff !important;
      transition: opacity 0.2s ease; }
      .typeheader-1 .header-top a:hover {
        opacity: 0.85; }
    .typeheader-1 .header-top .top-sign-in {
      color: #ffffff !important;
      font-size: 12px;
      font-weight: 700;
      margin-left: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 5px 18px;
      line-height: 1 !important;
      border: 1px solid #ffffff;
      border-radius: 30px;
      transition: all 0.3s ease; }
      .typeheader-1 .header-top .top-sign-in i {
        font-size: 13px; }
      .typeheader-1 .header-top .top-sign-in:hover {
        background-color: #ffffff !important;
        color: #13203d !important;
        opacity: 1; }
    .typeheader-1 .header-top .header-top-left ul.header-info {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      gap: 22px;
      flex-wrap: wrap; }
      .typeheader-1 .header-top .header-top-left ul.header-info li {
        font-size: 12px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #ffffff; }
        .typeheader-1 .header-top .header-top-left ul.header-info li i {
          color: #ffffff;
          font-size: 14px; }
    .typeheader-1 .header-top .header-top-right {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .typeheader-1 .header-top .header-top-right ul.socials {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 12px; }
        .typeheader-1 .header-top .header-top-right ul.socials li {
          display: inline-block; }
          .typeheader-1 .header-top .header-top-right ul.socials li a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff !important;
            font-size: 12px;
            transition: all 0.3s ease; }
            .typeheader-1 .header-top .header-top-right ul.socials li a:hover {
              background: #ffffff;
              color: #13203d !important;
              transform: scale(1.1); }
  .typeheader-1 .header-top .header-hotline {
    padding: 7px 0;
    text-align: right; }
  .typeheader-1 .header-top .header-hotline .item {
    display: inline-block;
    padding-left: 25px; }
  .typeheader-1 .header-top .header-hotline .item p {
    margin: 0; }
  .typeheader-1 .header-top .header-hotline .item a span {
    font-weight: 700; }
  .typeheader-1 .header-top .header-hotline .item:first-child {
    background: url(../../image/catalog/demo/header/talk-header.png) no-repeat left 0 top 3px; }
  .typeheader-1 .header-top .header-hotline .item:last-child {
    margin-left: 35px;
    background: url(../../image/catalog/demo/header/phone.png) no-repeat left 0 top -30px; }
  .typeheader-1 .header-center {
    font-size: 0;
    padding: 20px 30px; }
  .typeheader-1 .header-center .header-center-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .typeheader-1 .header-center .logo {
    width: 23%;
    display: block;
    padding: 0;
    margin-right: 30px; }
  .typeheader-1 .header-center .search-form {
    width: 38%;
    display: block;
    padding: 0 15px; }
  .typeheader-1 .header-center .search-form .search-form-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%; }
  .typeheader-1 .header-center .search-form .search-form-inner .input-box {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center; }
  .typeheader-1 .header-center .search-form .search-form-inner .input-box .search-input-icon {
    position: absolute;
    left: 18px;
    color: #999;
    font-size: 14px; }
  .typeheader-1 .header-center .search-form .search-form-inner .input-box input {
    width: 100% !important;
    height: 48px !important;
    padding: 0 20px 0 45px !important;
    border: 2px solid #ddd !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    color: #444 !important;
    background-color: #ffffff !important;
    transition: all 0.3s ease !important; }
    .typeheader-1 .header-center .search-form .search-form-inner .input-box input:focus {
      border-color: #13203d !important;
      box-shadow: 0 0 10px rgba(19, 32, 61, 0.1) !important;
      outline: none !important; }
  .typeheader-1 .header-center .search-form .search-submit-btn {
    height: 48px !important;
    padding: 0 25px !important;
    border: none !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    background: linear-gradient(-45deg, #13203d, #1e3565, #beae59, #beae59);
    background-size: 300% 300%;
    animation: searchBtnGradient 8s ease infinite;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
    .typeheader-1 .header-center .search-form .search-submit-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); }

@keyframes searchBtnGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
  .typeheader-1 .header-center .shipping {
    width: 22.4%;
    display: flex;
    position: relative;
    color: #999;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 15px; }
  .typeheader-1 .header-center .shipping:before {
    content: "";
    position: absolute;
    left: 15px;
    width: 1px;
    height: 80%;
    top: 10%;
    background: #ddd; }
  .typeheader-1 .header-center .shipping .truck-container {
    display: inline-block;
    width: 42px;
    height: 34px;
    margin-right: 0; }
  .typeheader-1 .header-center .shipping .delivery-truck {
    width: 42px;
    height: 34px;
    display: block; }
  .typeheader-1 .header-center .shipping .delivery-truck .truck-body {
    animation: truckDrivePeriod 8s ease infinite; }
  .typeheader-1 .header-center .shipping .delivery-truck .truck-wheel {
    animation: wheelSpinPeriod 8s linear infinite;
    transform-origin: 162px 400px; }
  .typeheader-1 .header-center .shipping .delivery-truck .wheel-right {
    transform-origin: 490px 400px; }
  .typeheader-1 .header-center .shipping:hover .delivery-truck .truck-body {
    animation: truckBounceContinuous 0.4s ease infinite; }
  .typeheader-1 .header-center .shipping:hover .delivery-truck .truck-wheel {
    animation: wheelSpinContinuous 0.8s linear infinite; }
  .typeheader-1 .header-center .shipping .shipping-info {
    padding-left: 0;
    color: #999;
    font-size: 12px; }
  .typeheader-1 .header-center .shipping .shipping-info .shipping-title {
    font-family: "Lobster";
    font-size: 18px;
    color: #444;
    white-space: nowrap; }
  .typeheader-1 .header-center .shipping .shipping-info .shipping-desc {
    line-height: 23px;
    white-space: nowrap; }
  .typeheader-1 .header-center .shipping .track-btn {
    display: inline-block;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff !important;
    background-color: #13203d;
    border: 1px solid #13203d;
    border-radius: 20px;
    margin-left: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase; }
    .typeheader-1 .header-center .shipping .track-btn:hover {
      background-color: #beae59;
      border-color: #beae59;
      box-shadow: 0 0 8px rgba(190, 174, 89, 0.4);
      transform: scale(1.05); }

@keyframes truckDrivePeriod {
  0% { transform: translateY(0); }
  2% { transform: translateY(-2px); }
  4% { transform: translateY(0); }
  6% { transform: translateY(-2px); }
  8% { transform: translateY(0); }
  10% { transform: translateY(-2px); }
  12% { transform: translateY(0); }
  14% { transform: translateY(-2px); }
  16% { transform: translateY(0); }
  18% { transform: translateY(-2px); }
  20% { transform: translateY(0); }
  20.1%, 100% { transform: translateY(0); }
}

@keyframes wheelSpinPeriod {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(720deg); }
  20.1%, 100% { transform: rotate(0deg); }
}

@keyframes truckBounceContinuous {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes wheelSpinContinuous {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
  .typeheader-1 .header-center .cart {
    width: auto !important;
    display: block; }
  .typeheader-1 .header-center .cart .cart-box {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    background-color: #13203d !important;
    border: 2px solid #beae59;
    border-radius: 6px;
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 180px;
    text-align: left; }
    .typeheader-1 .header-center .cart .cart-box:hover {
      background-color: #beae59 !important;
      border-color: #beae59;
      color: #13203d !important;
      box-shadow: 0 4px 12px rgba(190, 174, 89, 0.3); }
  .typeheader-1 .header-center .cart .cart-box .cart-icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .typeheader-1 .header-center .cart .cart-box .cart-icon-wrapper .cart-icon {
    font-size: 20px;
    color: inherit; }
  .typeheader-1 .header-center .cart .cart-box .cart-icon-wrapper .cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #beae59;
    color: #13203d;
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #13203d;
    transition: all 0.3s ease; }
    .typeheader-1 .header-center .cart .cart-box:hover .cart-icon-wrapper .cart-count {
      background-color: #13203d;
      color: #beae59;
      border-color: #beae59; }
  .typeheader-1 .header-center .cart .cart-box .cart-info-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2; }
  .typeheader-1 .header-center .cart .cart-box .cart-info-text .cart-title {
    font-size: 11px;
    font-weight: 700;
    color: inherit;
    letter-spacing: 2px;
    margin: 0; }
  .typeheader-1 .header-center .cart .cart-box .cart-info-text .cart-total {
    font-size: 13px;
    font-weight: 500;
    color: inherit;
    margin: 0; }
  .typeheader-1 .header-center .cart .mobile-cart {
    display: none; }
  .typeheader-1 .header-bottom {
    background-color: rgba(0, 0, 0, 0.64);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 2px solid #beae59; }
  .typeheader-1 .header-bottom .header-bottom-left {
    width: 82.9%;
    float: left; }
  .typeheader-1 .header-bottom .header-bottom-left .megamenu-style-dev ul.megamenu > li.menu-hot-deals {
    float: right; }
    .typeheader-1 .header-bottom .header-bottom-left .megamenu-style-dev ul.megamenu > li > a {
      color: #fff;
      font-weight: 700;
      padding: 13px 35px 11px 35px;
      height: 50px;
      position: relative; }
      .typeheader-1 .header-bottom .header-bottom-left .megamenu-style-dev ul.megamenu > li > a:hover {
        background-color: #beae59;
        color: #fff; }
  .typeheader-1 .header-bottom .header-bottom-right {
    width: 17.1%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    float: left; }
  .typeheader-1 .header-bottom .header-bottom-right .make-payment-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #beae59, #a39243);
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(190, 174, 89, 0.2); }
    .typeheader-1 .header-bottom .header-bottom-right .make-payment-btn i {
      font-size: 13px; }
    .typeheader-1 .header-bottom .header-bottom-right .make-payment-btn:hover {
      background: linear-gradient(135deg, #a39243, #beae59);
      box-shadow: 0 6px 14px rgba(190, 174, 89, 0.4);
      transform: translateY(-1px); }

@media (max-width: 767px) {
  .typeheader-1 .header-top {
    padding: 8px 15px !important;
  }
  .typeheader-1 .header-top .header-top-inner {
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 10px !important;
  }
  .typeheader-1 .header-top .header-top-left ul.header-info {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px 15px !important;
  }
  .typeheader-1 .header-top .header-top-left ul.header-info li:first-child {
    width: 100% !important;
    justify-content: center !important;
  }
  .typeheader-1 .header-top .header-top-right {
    justify-content: center !important;
    width: 100% !important;
    margin-top: 5px;
  }
  .typeheader-1 .header-center {
    padding: 15px !important;
  }
  .typeheader-1 .header-center .header-center-inner {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
  }
  .typeheader-1 .header-center .logo,
  .typeheader-1 .header-center .search-form,
  .typeheader-1 .header-center .shipping,
  .typeheader-1 .header-center .cart {
    width: 100% !important;
    text-align: center !important;
  }
  .typeheader-1 .header-center .cart {
    display: flex !important;
    justify-content: center !important;
  }
  .typeheader-1 .header-center .logo {
    margin-right: 0 !important;
  }
  .typeheader-1 .header-center .shipping {
    justify-content: center !important;
    padding: 0 !important;
  }
  .typeheader-1 .header-center .shipping:before {
    display: none !important;
  }
  .typeheader-1 .header-bottom .header-bottom-right {
    width: 100% !important;
    justify-content: center !important;
    padding: 10px 0 !important;
  }
}
