/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */

/* Import Roboto font */
@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
 }
 .bg-secondary {
  background-color: #fcde4e !important; }
.color-primary {
  color: #d5ad20 !important; }
.btn-primary {
  font-size: 14px;
  background-color: #d5ad20 !important;
  border-color: #d5ad20 !important; }
.btn-outline-primary {
  font-size: 14px;
  color: #d5ad20 !important;
  border-color: #d5ad20 !important; }
.btn-outline-primary:hover {
color: #fff !important;
background-color: #d5ad20 !important; }
.lbl-voucher {
  font-size: 13px;
    line-height: 30px;
    width: 70%;
    margin-right: 10px;
    border: solid 1px #ececec !important;
    margin-bottom: 20px;
    padding-left: 10px;
}

.btn-voucher {
  font-size: 14px;
  background-color: #ffc1075e !important;
  border-color: #ececec  !important; 
  /* margin-top: 10px; */
}

.btn-reset-voucher {
  font-size: 14px;
  color: green;
  background-color: #ffc1075e !important;
  border-color: #ffc1075e !important; }

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%; }
  .header .logo {
    height: 30px; }
  .header .navbar {
    font-size: 14px;
    padding: 9px 0; }
    .header .navbar .navbar-brand {
      margin-right: auto; }
    .header .navbar .navbar-nav {
      margin-top: 20px; }
      .header .navbar .navbar-nav .nav-item .nav-link {
        color: #000000;
        padding: 10px 0px; }
      .header .navbar .navbar-nav .nav-item .line-space {
        width: 1px;
        height: 100%;
        display: block;
        background: #000000;
        margin: 0 14px; }
      .header .navbar .navbar-nav .nav-item:nth-last-child(1) .nav-link {
        padding-right: 0; }
      .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu {
        box-shadow: 0px 4px 24px 0px rgba(9, 44, 76, 0.4);
        padding: 16px;
        border-radius: 16px;
        min-width: 22rem;
        left: auto;
        border: none; }
        .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu .shop-cart__title {
          font-weight: 600;
          font-size: 18px;
          line-height: 24px;
          color: #222428; }
        .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu .shop-cart__description {
          font-size: 14px;
          line-height: 20px;
          color: #222428;
          margin-bottom: 20px; }
        .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu .shop-cart__view-more {
          font-weight: 600;
          font-size: 14px;
          line-height: 20px;
          color: #d5ad20;
          text-decoration: none; }
        .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu .btn-not-login {
          padding-top: 20px; }
        .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu .btn {
          border-radius: 30px;
          width: 100%;
          padding: 8px 16px;
          font-weight: 600;
          font-size: 16px; }
          .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu .btn.btn-outline-primary {
            border: 2px solid; }
      .header .navbar .navbar-nav .nav-item.shop-cart .basket__item--image {
        width: 72px;
        height: 72px;
        object-fit: cover;
        border: 1px solid #ececec; }
      .header .navbar .navbar-nav .nav-item.shop-cart .basket__item--info {
        font-size: 12px;
        line-height: 16px; }
        .header .navbar .navbar-nav .nav-item.shop-cart .basket__item--info .basket-title {
          font-weight: 600;
          font-size: 12px;
          line-height: 16px; }
        .header .navbar .navbar-nav .nav-item.shop-cart .basket__item--info .price {
          font-weight: 600; }
        .header .navbar .navbar-nav .nav-item.shop-cart .basket__item--info > div {
          margin-bottom: 6px; }
      .header .navbar .navbar-nav .nav-item.shop-cart .total {
        margin-left: -16px;
        margin-right: -16px;
        padding: 16px 16px 0;
        border-top: 1px solid #ececec; }
        .header .navbar .navbar-nav .nav-item.shop-cart .total .total-title {
          font-size: 14px;
          font-weight: 600; }
          .header .navbar .navbar-nav .nav-item.shop-cart .total .total-title span {
            font-weight: 400; }
        .header .navbar .navbar-nav .nav-item.shop-cart .total .total-price {
          font-size: 12px;
          font-weight: 600; }
        .header .navbar .navbar-nav .nav-item.shop-cart .total .btn-primary {
          font-size: 16px;
          font-weight: 600;
          padding: 8px 16px; }
          .header .navbar .navbar-nav .nav-item .dropdown-menu {
            top: 85%;
            box-shadow: 0 4px 24px 0 rgba(9, 44, 76, 0.4);
            padding: 16px;
            border-radius: 16px;
            min-width: 22rem;
            left: 50%;
            border: none;
            font-size: 14px;
            -ms-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%); }
            .header .navbar .navbar-nav .nav-item .dropdown-menu .drop-title {
              font-size: 18px;
              font-weight: bold; }
            .header .navbar .navbar-nav .nav-item .dropdown-menu .form-group input.form-control {
              height: 48px;
              padding: 14px;
              border-radius: 8px;
              font-size: 14px;
              color: #000000;
              border: 1px solid #c4c4c4; }
            .header .navbar .navbar-nav .nav-item .dropdown-menu .form-group .forgot-pass {
              font-size: 14px;
              color: #000;
              text-decoration: none;
              position: absolute;
              top: 50%;
              right: 0;
              -ms-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
              padding: 0 14px; }
            .header .navbar .navbar-nav .nav-item .dropdown-menu .btn {
              width: 100%;
              border-radius: 30px;
              height: 40px; }
              .header .navbar .navbar-nav .nav-item .dropdown-menu .btn.btn-primary {
                margin: 26px 0 8px; }
              .header .navbar .navbar-nav .nav-item .dropdown-menu .btn.btn-outline-primary {
                border: 2px solid; }
          .header .navbar .navbar-nav .nav-item.dropdown.logged:hover .dropdown-menu {
            display: block; }
    
    .header .navbar .form-search__input {
      background-color: rgba(212, 173, 32, 0.5);
      border: 1px solid rgba(0, 0, 0, 0);
      border-radius: 20px;
      height: 32px;
      color: #000000;
      padding-left: 32px;
      width: 100%;
      position: relative;
    }
      .header .navbar .form-search__input:focus {
        outline: none; }
    .header .navbar .form-search__ico {
      cursor: pointer;
      opacity: 0.5; }
      .form-search .btn-search{
        position: absolute;
        left: 7px;
        top: calc(50% - 12px);
      }
    .header .navbar .form-search.mobile {
      width: 60%; }
      .header .navbar .form-search.mobile .form-search__input {
        width: 100%; }
    .header .navbar ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.5); }
    .header .navbar ::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.5); }
    .header .navbar :-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.5); }
    .header .navbar :-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.5); }
  .header .navbar-bottom {
    font-size: 14px;
    background-color: #000000; }
    .header .navbar-bottom .mainmenu {
      position: relative;
      color: #fff;
      cursor: pointer; }
      .header .navbar-bottom .mainmenu .line {
        float: left;
        padding: 14px 10px 14px 15px;
        position: relative;
        z-index: 12; }
        .header .navbar-bottom .mainmenu .line i {
          display: block;
          margin: 2px 0;
          height: 2px;
          background: #fcde4e;
          border-radius: 4px;
          width: 15px; }
      .header .navbar-bottom .mainmenu .edit-span {
        display: block;
        position: relative;
        z-index: 11;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header .navbar-bottom .mainmenu .recently-label {
        color: #b8b8b8; }
      .header .navbar-bottom .mainmenu .recently-search {
        list-style: none;
        color: #ffffff; }
        .header .navbar-bottom .mainmenu .recently-search__item {
          margin-right: 12px; }
          .header .navbar-bottom .mainmenu .recently-search__item:nth-last-child(1) {
            margin-right: 0; }
      .header .navbar-bottom .mainmenu .most-recently:after {
        content: "";
        border-top: 6px solid #fcde4e;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        width: 0;
        height: 0;
        display: inline-block;
        margin-left: 38px;
        position: relative;
        top: -2px; }
      .header .navbar-bottom .mainmenu .item_small {
        box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        display: block;
        max-height: 0px;
        max-width: 0px;
        opacity: 0;
        transform: perspective(600px) rotateX(-90deg);
        transition: transform 0.5s ease, opacity 0.6s ease,
 max-height 0.6s step-end, max-width 0.6s step-end,
 padding 0.6s step-end;
        position: absolute;
        top: 95%;
        left: 0px;
        width: 100%;
        padding: 0;
        background-color: #fcde4e;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
        border-bottom: none;
        border-radius: 8px;
        padding: 24px; }
        .header .navbar-bottom .mainmenu .item_small__content {
          border-radius: 8px;
          position: relative;
          width: 100%;
          padding-top: 100%;
          border-radius: 8px;
          margin-bottom: 24px;
          background-color: rgba(0, 0, 0, 0.25); }
          .header .navbar-bottom .mainmenu .item_small__content--item {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            width: 100%;
            height: 100%; }
            .header .navbar-bottom .mainmenu .item_small__content--item .title-cate {
              font-weight: 600;
              font-size: 18px;
              line-height: 24px;
              position: absolute;
              top: 50%;
              left: 50%;
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
              text-align: center;
              width: 95%; }
            .header .navbar-bottom .mainmenu .item_small__content--item .title-cate a {
              text-decoration: none;
              color: #fff;
            }
            .header .navbar-bottom .mainmenu .item_small__content--item .image-cate {
              border-radius: 8px;
              width: 100%;
              height: 100%;
              object-fit: cover; }
            .header .navbar-bottom .mainmenu .item_small__content--item:before {
              content: "";
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              border-radius: 8px;
              background-color: rgba(0, 0, 0, 0.25); }
        .header .navbar-bottom .mainmenu .item_small .row {
          --bs-gutter-x: 1.2rem; }
      .header .navbar-bottom .mainmenu__button {
        padding: 11px 0; }
    .header .navbar-bottom .item_small.active {
      overflow: visible;
      max-height: 3000px;
      max-width: 3000px;
      opacity: 1;
      transform: perspective(600px) rotateX(0deg);
      transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end,
 max-width 0s step-end, padding 0s step-end; }

.menu-is-open {
  overflow: hidden; }

.open-backdrop {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3); }

.footer {
  padding: 48px 0;
  background-color: #ffffff;
  color: #000000; }
  /* .footer .footer-info {
    margin-top: 50px; }
  .footer .footer-contact {
    margin-top: 30px; } */
  .footer__title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px; }
  .footer-contact ul {
    padding-left: 0;
    list-style: none;
  }
  .footer-contact ul li {
    font-size: 13px;
    line-height: 35px;
    color: #000000;
    text-decoration: none;
  }
  .footer__list {
    padding-left: 0;
    list-style: none; }
    .footer__list--item {
      font-size: 14px; }
      .footer__list--item a {
        font-size: 13px;
        line-height: 20px;
        color: #000000;
        text-decoration: none; }
      .footer__list--item .fab {
        font-size: 24px; }
      .footer__list--item .image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        background: #fff;
        padding: 0 4px;
        border-radius: 8px; }
    .footer__list .form {
      display: -ms-flexbox;
      display: flex;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 56px; }
      .footer__list .form .form-receive {
        border: 1px solid #b8b8b8;
    border-radius: 8px;
    background: transparent;
    font-size: 12px;
    line-height: 22px;
    /* color: #fff; */
    padding-left: 12px;
    width: 40%; }
      .footer__list .form .btn-register {
        line-height: 22px;
        font-size: 13px;
    line-height: 24px;
    padding: 8px 16px;
    background: #fcde4e73;
    border-radius: 8px;
    min-width: 100px;
    margin-left: 10px;
      }
      .footer__list .form ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #d4d4d4; }
      .footer__list .form ::-moz-placeholder {
        /* Firefox 19+ */
        color: #d4d4d4; }
      .footer__list .form :-ms-input-placeholder {
        /* IE 10+ */
        color: #d4d4d4; }
      .footer__list .form :-moz-placeholder {
        /* Firefox 18- */
        color: #d4d4d4; }

.bot-footer {
  padding: 18px 0;
  background-color: #ffffff;
  color: #888888;
  font-size: 14px; }
  .bot-footer__content {
    -ms-flex-direction: column;
        flex-direction: column; }
  .bot-footer ul {
    list-style: none; }
  .bot-footer .line-space {
    display: block;
    margin: 0 8px;
    width: 1px;
    height: 100%;
    background-color: #888888; }
  .bot-footer a {
    text-decoration: none;
    color: #888888; }

.slide {
  margin-top: 100px;
  position: relative;
  overflow-x: hidden;
  margin-bottom: 0; }
  .slide .slick-dots {
    bottom: 16px; }
    .slide .slick-dots li {
      margin: 0 6px; }
      .slide .slick-dots li button:before {
        font-size: 8px;
        opacity: 0.6;
        color: #fff; }
      .slide .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #fff; }
  .slide .slick-slide img {
    height: 38vh;
    object-fit: cover; }
  .slide .slide__direc--left {
    left: 24px;
    border-radius: 50%; }
  .slide .slide__direc--right {
    right: 24px;
    border-radius: 50%; }
  .slide .slick-dotted.slick-slider {
    margin-bottom: 0px; }

.br-16 {
  border-radius: 16px; }

.br-8 {
  border-radius: 8px; }

.br-3 {
  border-radius: 3px; }

.slide__direc--button {
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  color: #d5ad20;
  width: 46px;
  height: 46px;
  /* border: 1px solid #d5ad20;
  background-color: white; */
  -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .slide__direc--button .fas {
    font-size: 24px; }
  .slide__direc--button:hover {
    background-color: white; }

.title {
  font-size: 15px;
  line-height: 44px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px; }

.view-all {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-decoration: none; }
  .view-all i {
    color: #d5ad20; }

.product-list {
  /* padding-top: 24px; */
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-image: url(../images/patterns.png);
  background-repeat: no-repeat;
  background-position: center; }
  .product-list .title {
    margin-bottom: 16px; }
  .product-list .row {
    --bs-gutter-x: 1.2rem; }
  .product-list__content {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 16px;
    margin-bottom: 24px;
    background-color: #fff; }
    .product-list__content--item {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      width: 100%;
      height: 100%; }
      .product-list__content--item .title-cate {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        text-align: center;
        width: 95%;
        color: #fff; }
      .product-list__content--item .title-cate a {
        text-decoration: none;
        color: #fff;
      }
      .product-list__content--item .title-cate.title-cate-mobile a {
        text-decoration: none;
        color: #000;
      }
      .product-list__content--item .image-cate {
        border-radius: 16px;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .product-list__content--item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 16px;
        background-color: rgba(0, 0, 0, 0.25); }
  .product-list .product-list-slide .product-list__content {
    padding-top: 0;
    margin-bottom: 16px; }
    .product-list .product-list-slide .product-list__content .product-list__content--item {
      position: relative;
      top: inherit;
      left: inherit;
      -ms-transform: inherit;
          transform: inherit;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      -ms-flex-align: center;
          align-items: center; }
      .product-list .product-list-slide .product-list__content .product-list__content--item:before {
        content: none; }
      .product-list .product-list-slide .product-list__content .product-list__content--item .title-cate {
        position: relative;
        color: #000000;
        font-size: 15px;
        line-height: 20px;
        top: inherit;
        left: inherit;
        -ms-transform: inherit;
            transform: inherit;
        width: 100%; }
      .product-list .product-list-slide .product-list__content .product-list__content--item .image-cate {
        border-radius: 16px;
        border: 1px solid #e6e6e6;
        width: 80px;
        height: 80px;
        object-fit: cover;
        margin-bottom: 8px; }
  .product-list .product-list-slide .slick-list {
    padding-left: 0px !important; }
  .product-list .product-list-slide .slick-slide:focus {
    outline: none; }

.banner img {
  border-radius: 16px; }

.news img {
  border-radius: 16px; }

.news__content .img-news {
  height: 210px;
  object-fit: cover;
}

.news__content .date-show {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
  margin-bottom: 8px; }

.news__content .title-cate {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 8px;
  height: 45px;
}

.news__content .title-cate a {
  text-decoration: none;
  color: #000;
}

.news__content--description {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 8px;
  height: 60px;
}

.news__content .read-more {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #9D3029;
  text-decoration: none; }

.news .news-left img {
  height: 150px;
  object-fit: cover;
  border-radius: 16px; }

.product-view__content {
  margin-bottom: 56px; }
  .product-view__content--title {
    /* font-weight: 600; */
    font-size: 13px;
    line-height: 16px; }
  .product-view__content--label {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0; }
    .product-view__content--label p {
      display: -ms-flexbox;
      display: flex;
      padding: 0px 5px;
      height: 100%;
      background: #9D3029;
      margin-bottom: 0;
      height: auto;
      -ms-flex-align: center;
          align-items: center;
      color: #ffff; }
  .product-view__content--image {
    max-width: 100%; }

  img.img-product {
    height: 160px;
    object-fit: cover;
    width: 100%;
  }
  .title-product {
    height: 30px;
  }
  .description-product {
    height: 50px;
  }
  .price-product {
    height: 24px;
    margin-bottom: 0px;
  }
  .product-view__content--title a.link-product {
    color: #000;
    text-decoration: none;
  }
  .product-view__content--description {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px; }
  .product-view__content--price {
    color: #d5ad20;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px; }
  .product-view__content--price-inactive {
    color: #b8b8b8;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-decoration: line-through; }
    .product-percent{
      margin-left: 10px;
    }

.mb-80 {
  margin-bottom: 80px; }

.mb-48 {
  margin-bottom: 48px; }

.flash-sale {
  margin-bottom: 80px; }
  .flash-sale .title {
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    line-height: 44px;
    color: #9D3029;
    margin-bottom: 16px; }
  .flash-sale .title-inline {
    -ms-flex-direction: column;
        flex-direction: column; }
  .flash-sale__content {
    position: relative;
    /* padding: 24px; */
    /* border: 1px solid #d5ad20; */
    /* border-radius: 16px;  */
  }
    .flash-sale__content label {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px; }
    .flash-sale__content .fas {
      font-size: 24px;
      color: #d5ad20; }
    .flash-sale__content .time {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      padding: 6px;
      background-color: #9D3029;
      border-radius: 16px;
      margin-right: 12px; }
      .flash-sale__content .time:nth-last-child(1) {
        margin-right: 0; }
    .flash-sale__content--item:focus {
      box-shadow: none;
      outline: none; }
  .flash-sale__slide .slick-dots {
    bottom: -32px; }
    .flash-sale__slide .slick-dots li button {
      border: 1px solid transparent;
      padding: 0;
      border-radius: 50%;
      width: 16px;
      height: 16px; }
      .flash-sale__slide .slick-dots li button:before {
        width: 16px;
        height: 16px;
        font-size: 16px;
        color: rgba(157, 48, 41, 0.6);
        opacity: 1; }
    .flash-sale__slide .slick-dots li.slick-active button:before {
      color: #9D3029;
      opacity: 1;
      border-radius: 50%; }
  .flash-sale .product-view .row {
    --bs-gutter-x: 1.2rem; }
  .flash-sale__direc-left {
    left: 0;
    border-radius: 30px }
  .flash-sale__direc-right {
    right: 0;
    border-radius: 30px }
  .flash-sale .slide__direc--button {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2); }
  .flash-sale .product-view__content {
    margin-bottom: 0; }

.partner {
  text-align: center;
  padding: 48px 30px 36px;
  background-color: #f7f7f7; }
  .partner .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px; }
  .partner__content--item {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 24px; 
  }
.partner a.parner_link {
  text-decoration: none;
}
.view-more-product .btn-outline-black {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 8px 42px;
  border: 2px solid #000000;
  border-radius: 30px; }

@media (min-width: 768px) {
  .slide {
    margin-bottom: 30px;
    margin-top: 151px; }
    .slide .slick-dots li button:before {
      font-size: 16px; }
    .slide .slick-slide img {
      height: auto;
      object-fit: inherit; }
  .product-list {
    padding-top: 50px;
    margin-bottom: 32px; }
    .product-list .title {
      margin-bottom: 40px; }
  .title {
    font-size: 32px; }
  .flash-sale .title {
    margin-bottom: 0; }
  .flash-sale .title-inline {
    -ms-flex-direction: row;
        flex-direction: row; }
  .flash-sale__content label {
    font-size: 20px; }
  .flash-sale__content .time {
    font-size: 20px; }
  .header .logo {
    height: auto; }
  .view-all {
    font-size: 20px; } 
  .slide.slide-category {
    margin-top: 0px !important;
  }
  .slide.slide-category .slick-slide img {
    border-radius: 15px;
  }
}

.modal .modal-content {
  border-radius: 16px; }
  .modal .modal-content .modal-header {
    border-bottom: 1px solid #ececec; }
    .modal .modal-content .modal-header .modal-title {
      margin: auto;
      font-size: 18px; }
    .modal .modal-content .modal-header button.close {
      position: absolute;
      right: 16px;
      width: 24px;
      height: 24px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      border: none;
      background: transparent; }
      .modal .modal-content .modal-header button.close span {
        font-size: 24px; }
  .modal .modal-content .modal-body .notice {
    font-size: 14px;
    margin-bottom: 1rem; }
  .modal .modal-content .modal-body .form-group input.form-control {
    height: 48px;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    color: #000000;
    border: 1px solid #c4c4c4; }
  .modal .modal-content .modal-body .form-group input:focus {
    border-color: #000000; }
  .modal .modal-content .modal-body .form-group input:focus + .label-title {
    top: 20%;
    font-size: 12px; }
  .modal .modal-content .modal-body .form-group .forgot-pass {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    padding: 0 14px; }
  .modal .modal-content .modal-body .form-select {
    height: 48px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    color: #000000;
    border: 1px solid #c4c4c4; }
  .modal .modal-content .modal-body .date .form-select {
    width: 32%; }
  .modal .modal-content .modal-body .btn {
    width: 100%;
    border-radius: 30px;
    height: 40px; }
    .modal .modal-content .modal-body .btn.btn-primary {
      margin: 26px 0 8px; }
    .modal .modal-content .modal-body .btn.btn-outline-primary {
      border: 2px solid; }
  .modal .modal-content .modal-body .send-done {
    padding: 2px 8px;
    font-weight: bold;
    border-radius: 8px;
    font-size: 14px;
    color: #138a11;
    border: 2px solid #138a11; }

.form-group {
  position: relative; }
  .form-group .label-title {
    font-size: 14px;
    transition: 0.3s;
    color: #757d85;
    position: absolute;
    left: 14px;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }

.form-check .form-check-label {
  font-size: 12px;
  color: #000000; }

.form-check .form-check-input {
  border-color: #000000; }

.policy-text {
  font-size: 12px;
  font-weight: 500; }
  .policy-text a {
    color: #d5ad20; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 416px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .slide {
    margin-top: 128px; } }

@media (min-width: 992px) {
  .header .navbar .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .product-list {
    margin-bottom: 40px; }
  .title {
    font-size: 40px; }
  .bot-footer__content {
    -ms-flex-direction: row;
        flex-direction: row; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar {
    font-size: 14px; }
    .header .navbar .navbar-nav .nav-item .nav-link {
      padding: 5px 10px; }
    .header .navbar .navbar-nav .nav-item .line-space {
      margin: 0 10px; } }

@media (min-width: 1200px) {
  .col-lgx-25 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%; }
  .col-xlg-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 14.2857143%; }
  .header .navbar .form-search {
    left: 75px;
    width: 287px; }
  .header .navbar .navbar-nav {
    margin-top: 0px; }
    .header .navbar .navbar-nav .nav-item .nav-link {
      padding: 5px 14px; }
    .header .navbar .navbar-nav .nav-item .line-space {
      margin: 0 14px; }
  .product-list {
    margin-bottom: 80px; } }

@media (max-width: 480px) {
  .flash-sale__content--item {
    text-align: center; }
  .product-view__content--image {
    margin: auto; } }
@media (max-width: 991px) {
  .header .collapse:not(.show) {
    display: contents; }
  .header .collapse ul.navbar-nav {
    display: inherit;
    margin: 0; }
    .header .collapse ul.navbar-nav li:nth-last-child(1) {
      margin-left: 22px; }
  .header .navbar {
    padding: 4px 0; }
    .header .navbar .form-search.mobile {
      width: 100%;
      margin-top: 0px;
      margin-bottom: 0px; }
    .header .navbar .navbar-toggler {
      margin-right: 16px;
      padding: 0;
      border-color: transparent; }
      .header .navbar .navbar-toggler .line {
        float: left;
        padding: 4px;
        position: relative;
        z-index: 12; }
        .header .navbar .navbar-toggler .line i {
          display: block;
          margin: 2px 0;
          height: 2px;
          background: #000000;
          border-radius: 4px;
          width: 15px; }
      .header .navbar .navbar-toggler:focus {
        box-shadow: 0 0 5px 0.01rem; }
    .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu {
      position: absolute;
      min-width: 100vw;
      left: -125px;
      height: calc(100vh - 50px);
      overflow: auto; }
      .header .navbar .navbar-nav .nav-item.section-information-user .dropdown-menu {
        position: absolute;
        left: -70px;
     }
  .header .navbar-bottom .mainmenu .item_small.active {
    border-radius: 0;
    padding: 8px 16px 16px 16px;
    border-top: 1px solid #585858;
    max-height: calc(100vh - 100px);
    overflow: auto; }
    .header .navbar-bottom .mainmenu .item_small.active .row {
      --bs-gutter-x: 0.4rem; }
    .header .navbar-bottom .mainmenu .item_small.active .item_small__content {
      border-radius: 3px;
      margin-bottom: 8px; }
      .header .navbar-bottom .mainmenu .item_small.active .item_small__content .item_small__content--item .title-cate {
        font-size: 16px;
        margin-bottom: 0; }
      .header .navbar-bottom .mainmenu .item_small.active .item_small__content .item_small__content--item .image-cate {
        border-radius: 3px; }
      .header .navbar-bottom .mainmenu .item_small.active .item_small__content .item_small__content--item:before {
        border-radius: 3px; }
  .title img {
    width: 24px; }
  .product-list {
    background-image: none; }
  .banner img {
    height: 160px;
    width: 100%;
    object-fit: cover; }
  .mb-80,
  .flash-sale {
    margin-bottom: 24px; }
  .product-view__content {
    margin-bottom: 24px; }
  .mb-48 {
    margin-bottom: 16px; } }
  
/* Login */
.page-heading {
  height: auto;
  border-bottom: 1px solid #eaeaea;
  line-height: 40px;
  position: relative;
  font-size: 24px;
}
.page-checkout-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.box-authentication {
  border: 1px solid #eaeaea;
  padding: 30px;
  min-height: 320px;
  border-radius: 15px;
}
.box-authentication .forgot-pass {
  margin-top: 15px;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  padding-bottom: 17px;
  line-height: normal;
}
.join-free-now {
  margin-right: 35px;
  color: #08c;
}
.forgot-pass {
  color: #08c;
}
.login-system {
  min-height: 479px;
  margin-top: 168px;
}
.page-content {
  margin-top: 10px;
}
.box-authentication input, 
.box-authentication textarea {
  border-radius: 0px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  width: 50%;
}
@media (max-width: 1024px) {
  .box-authentication input, 
  .box-authentication textarea {
    width: 100%;
  }
  .login-system,
  .section-content-common {
    margin-top: 100px !important;
  }
  .info-username {
    display: none;
  }
  .section-information-user .dropdown-toggle::after {
    position: relative;
    left: -15px;
    top: 3px;
    color: #656464;
  }
  .section-news-relate .item-news {
    padding-right: 0px !important;
  }
  .view-products-category img.img-product {
    width: 100%;
    /* height: auto !important; */
  }
}
#columns {
  padding-top: 16px;
  padding-bottom: 30px;
}
.box-authentication label {
  margin-top: 10px;
  margin-bottom: 2px;
}
.box-authentication .checkbox input {
  width: 15px;
}
.box-authentication .checkbox label {
  display: inline;
}
.breadcrumb .navigation-pipe i {
  color: #a8a4a4;
  font-size: 15px;
  margin-left: 10px;
}
.breadcrumb a.home {
  color: #a8a4a4;
  text-decoration: none;
  font-size: 15px;
}
.breadcrumb a.home:hover {
  color: #d5ad20;
}
.breadcrumb .navigation_page {
  color: #a8a4a4;
  font-size: 15px;
}
a.join-free-now,
a.forgot-pass {
  text-decoration: none;
}

/* 404 Page */
.error-page {
  text-align: center;
  margin-top: 168px;
}
.error-page p span, .logo h1 a {
  color: #e54040;
}
.error-page p {
  color: #666;
  font-size: 2em;
  text-align: center;
  margin: 18px 0 45px;
}
.section-content-common {
  margin-top: 118px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}
.has-error .form-control {
  border-color: #dc3545;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
#newsletter-alert-success, 
#newsletter-alert-error {
  display: none;
}

/* Detail New Page */
.entry-photo img,
.post-thumb img {
  width: 100%;
}
#left_column .block {
  border: 1px solid #eaeaea;
  border-radius: 7px;
}
#left_column .left-module {
  margin-bottom: 30px;
  overflow: hidden;
}
#left_column .block .title_block {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  padding-left: 28px;
  text-transform: uppercase;
  padding-top: 11px;
  padding-bottom: 12px;
}
#left_column .block .block_content {
  padding: 15px 10px;
}
.tree-menu li {
  line-height: 20px;
}
.tree-menu li a {
  color: #666;
  text-decoration: none;
  outline: none !important;
  /* padding-left: 15px; */
}
.tree-menu li a:hover,
.entry-detail .entry-meta-data .cat a:hover,
.entry-title a:hover,
.section-news-relate .title-news a:hover,
.entry-ci .cat a:hover {
  color: #fcde4e !important;
}
.section-detail-news ul, ol {
  list-style: none;
  padding: 5px;
}

.section-detailuser-news ul, ol {
  list-style: none;
  padding: 20px 30px;
  border: 1px solid #ececec;
  /* border-radius: 8px; */
}

.entry-detail .entry-meta-data {
  padding: 10px 0;
  color: #666;
}
.entry-detail .entry-meta-data .cat a,
.entry-ci .cat a {
  color: #666;
  text-decoration: none;
  outline: none !important;
} 
.entry-detail .entry-meta-data .cat,
.entry-ci .cat {
  margin-right: 15px;
}
.blog-list-sidebar li .post-thumb {
  width: 80px;
  float: left;
  border: 1px solid #eaeaea;
  padding: 4px;
  background: #fcfcfc;
}
.blog-list-sidebar li .post-info {
  margin-left: 90px;
  color: #999;
}
.post-info a,
.entry-title a{
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.blog-list-sidebar li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.blog-list-sidebar li .post-info .post-meta {
  font-size: 12px;
  margin-top: 5px;
}
.entry-detail {
  margin-top: 20px;
}
.content-text a {
  color: #a68080 !important;
  text-decoration: none;
}
.content-text a:hover {
  color: #fcde4e !important;
}
.block_content .tags a,
.entry-tags a {
  /* padding: 10px 10px; */
  width: auto;
  /* border: 1px solid #ededed; */
  background: #fff;
  color: #555555;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
  line-height: 45px;
}
.block_content .tags a:hover,
.entry-tags a:hover {
  /* border: 1px solid #087CCE; */
  color: #087CCE;
}
.single-box {
  margin-top: 20px;
}
.section-news-relate {
  width: 100%;
  display: flex;
  margin: 10px 0;
}
.section-news-relate img {
  width: 100%;
  height: 250px;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-news-relate .title-news {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 200px;
}
.section-news-relate .item-news {
  border-bottom: none;
  padding: 5px 15px 20px 0px;
  margin-bottom: 0;
  position: relative;
}
.section-news-relate .title-news a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.same-category {
  display: inline-block;
  position: relative;
  line-height: 23px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.same-category:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #9f224e;
  position: absolute;
  bottom: -5px;
}
.tree-menu li.active>a {
  color: #087CCE;
  font-weight: 600;
}
.active_tag {
  color: #087CCE;
}
.blog-posts .post-item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #eaeaea;
  margin-top: -1px;
}
.post-item img {
  width: 100%;
  height: 250px;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.entry-ci .entry-title a {
  font-size: 18px;
  color: #000;
}
.entry-ci .entry-more a,
.cart_description a {
  color: #000;
  text-decoration: none;
}
.entry-ci .entry-more a:hover,
.cart_description a:hover {
  color: #087CCE;
}
.entry-ci .entry-excerpt p,
.entry-ci .entry-excerpt {
  color: #555555 !important;
}
.entry-ci .date {
  color: #666;
}
.avatar-profile-img {
  width: 20px;
}
.info-user {
  text-transform: capitalize;
}

/* Cart Page */
.order-detail-content .cart_product img,
.checkout-page .cart_product img {
  height: 60px;
  float: left;
  object-fit: cover;
  border-radius: 5px;
}
.product-image img {
  width: 100%;
  height: 550px;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
#product .pb-left-column .product-image .product-img-thumb {
  margin-top: 15px;
  padding: 0 40px;
}
#product .pb-left-column .product-image .product-img-thumb li {
  min-height: 90px;
  max-height: 90px;
}
.cart_summary .action a {
  background: url(../images/delete_icon.png) no-repeat center center;
  font-size: 0;
  height: 9px;
  width: 9px;
  display: inline-block;
  line-height: 24px;
  cursor: pointer;
}
.shop-cart .total a,
.page-order .cart_navigation a {
  color: #fff;
  text-decoration: none;
}
.cart_summary > thead, .cart_summary > tfoot {
  background: #ffffff;
  font-size: 14px;
}
.page-order .cart_navigation a.prev-btn {
  float: left;
}
.page-order .cart_navigation a {
  padding: 10px 20px;
  border: 1px solid #eaeaea;
}
.cart_navigation {
  margin-bottom: 55px;
}
.page-order .cart_navigation a.next-btn {
  background: #337ab7 none repeat scroll 0 0 !important;
  border: 1px solid #337ab7 !important;
}
.page-order .cart_navigation a.next-btn {
  float: right;
  color: #fff;
}
.page-order .cart_navigation a.prev-btn {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
.product-container .left-block img {
  height: 250px;
  width: 100%;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.product-container .right-block a,
.in-stock a {
  color: #000;
  text-decoration: none;
}
.product-container .right-block a:hover {
  color: #087CCE;
}
.product-container .right-block .product-desc {
  color: #666;
}
.button-group {
  margin-top: 15px;
}
.btn-add-cart {
  height: 35px;
  width: auto;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin: 0px auto;
  text-align: center;
  clear: both;
  padding-left: 15px;
  padding-right: 15px;
  background: #087CCE;
  border-radius: 5px;
  text-decoration: none;
}
a.btn-add-cart:hover {
  color: #fff;
}
a.menu-category {
  text-decoration: none;
  color: #fff;
}
#sen-but {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
}
#sen-but ul.pagination {
  padding: 0;
  width: 100%;
}
.pagination {
  font-size: 14px;
  color: #fff;
}
.pagination li a {
  color: #000;
  border: 1px solid #dadada;
  padding: 12px 15px;
  background-color: #fff;
  text-decoration: none !important;
}
.pagination li:first-child {
  margin-left: auto;
}
.pagination li a:hover, .pagination .active>a, .pagination .active>a:focus, .pagination .active>a:hover {
  color: #fff;
  background-color: #27292a;
}
.pagination li.next a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pagination li.prev a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.view-products-category img.img-product {
  height: 199px;
  object-fit: cover;
  width: 95%;
}

.recently-viewed {
  margin-bottom: 80px; }
  .recently-viewed .title {
    font-style: italic;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    color: #9D3029;
    margin-bottom: 16px; }
  .recently-viewed .title-inline {
    -ms-flex-direction: column;
        flex-direction: column; }
  .recently-viewed__content {
    position: relative;
    padding: 24px;
  }
    .recently-viewed__content label {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px; }
    .recently-viewed__content .fas {
      font-size: 24px;
      color: #d5ad20; }
    .recently-viewed__content .time {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      padding: 6px;
      background-color: #9D3029;
      border-radius: 16px;
      margin-right: 12px; }
      .recently-viewed__content .time:nth-last-child(1) {
        margin-right: 0; }
    .recently-viewed__content--item:focus {
      box-shadow: none;
      outline: none; }
  .recently-viewed__slide .slick-dots {
    bottom: -32px; }
    .recently-viewed__slide .slick-dots li button {
      border: 1px solid transparent;
      padding: 0;
      border-radius: 50%;
      width: 16px;
      height: 16px; }
      .recently-viewed__slide .slick-dots li button:before {
        width: 16px;
        height: 16px;
        font-size: 16px;
        color: rgba(157, 48, 41, 0.6);
        opacity: 1; }
    .recently-viewed__slide .slick-dots li.slick-active button:before {
      color: #9D3029;
      opacity: 1;
      border-radius: 50%; }
  .recently-viewed .product-view .row {
    --bs-gutter-x: 1.2rem; }
  .recently-viewed__direc-left {
    left: 0;
    border-radius: 30px 30px 30px 30px; }
  .recently-viewed__direc-right {
    right: 0;
    border-radius: 30px 30px 30px 30px; }
  .recently-viewed .slide__direc--button {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2); }
  .recently-viewed .product-view__content {
    margin-bottom: 0; }
.slide-category {
  margin-top: 0px !important;
}
.filter-category {
  padding: 24px 16px;
  width: 100%;
  height: 231px;
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  box-sizing: border-box;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin-bottom: 20px;
}
.btn-search {
  background: rgb(252, 222, 78, 0.1);
  border: none;
}
.remove-wishlist a {
  position: absolute;
  top: 0px;
  cursor: pointer;
  right: 50px;
}
.remove-wishlist i {
  color: #aaa9a9;
}
.remove-useraddress a {
  position: absolute;
  top: 0px;
  cursor: pointer;
  right: 50px;
}
.remove-useraddress i {
  color: #aaa9a9;
}
#forgotPasswordError, 
#forgotPasswordSuccess,
#loginError,
#createAccountSuccess,
#createAccountError {
  display: none;
}
.modal .modal-content .modal-body .send-error,
.loginError {
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 14px;
  color: red;
  border: 2px solid red; }

.title-user {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px; }

.agency-title {
  font-size: 13px;
  color: #ff6000;
}

.product__pick1 {
  font-size: 13px;
}
.flash-sale__content .time {
  font-weight: 600;
line-height: 24px;
color: #fff;
background-color: #ff6000;
/* border-radius: 16px; */
width: 60px;
height: 40px;
text-align: center;
padding: 10px 10px;
margin-left: 5px;
margin-right: 5px;
}
span.time.hour:hover {
  background-color: rgb(27 127 204 / 80%);
}
.banner-cate-name {
  font-size: 24px;
  font-weight: 600;
  color: #ff6000;
}
.banner-cate-name-title {
  font-size: 18px;
  font-weight: 600;
  color: #ff6000;
  margin-top: 10px;
}
.filter-title-banner {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-view-banner {
  height: 200px;
}
  /*--- Nav top bar ---*/
  .top-container {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5px 0;
  background-color: red ;
  height: 80px;
  }
  
.inner {
  max-width: 70%;
  /* height: 70%; */
  margin: auto;
  background: #fff;
  display: flex;
  border: thin solid RGB(185 220 190);
}

.innerverify {
  max-width: 50%;
  margin: auto;
  background: #fff;
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

.innerbrand {
  max-width: 100%;
  height: 100%;
  margin: auto;
  background: #ffffff;
  display: flex;
  margin-top: -6px;
}
.login-form {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 13px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .inner {
    /* display: block;  */
    max-width: 100%;
    /* height: 70%; */
    margin: auto;
    background: #fff;
    display: flex;
  }

  .image-holder {
    width: 100%;
    padding-right: 0; }

  .form {
    width: 100%;
    /* padding: 0px 15px;  */
  }

  }
  .weight-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  
  .weight-group label {
    outline: none;
    cursor: pointer;
    user-select: none;
    line-height: 28px;
    color: #666;
  }
  .flashsale-daban {
    border: solid 1px #ececec;
    border-radius: 20px;
    height: 30px;
    width: 150px;
    font-size: 13px;
    background-color: #fcde4e;
    margin: 10px 10px;
  }
  .payment-method-style {
    font-size: 14px;
  }
  .shop-cart__content_checkout {
    border: 1px solid #ececec;
    padding: 10px; 
  }

  /* tab */
  /* Tab Links */
.tabs{
  display:flex;
}
.tablinks {
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  padding: 1rem;
  font-size: 13px;
  /* text-transform: uppercase; */
  font-weight:600;
  transition: 0.2s ease;
}
.tablinks:hover{
  background:#fcde4e;
  color:#fff;
}
/* Tab active */
.tablinks.active {
   background: #ff6000;
  color:#fff;
}

/* tab content */
.tabcontent {
  display: none;
}
/* Text*/
.tabcontent p {
  color: #333;
  font-size: 16px;
}
/* tab content active */
.tabcontent.active {
  display: block;
}