.footer {
  width: auto
}
.top-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background: var(--text-color);
  color: #fff
}

.top-footer .follow_option li + * {
  margin-left: 1rem
}

.subscribe {
  gap: 15px;
  display: flex
}

.subscribe h6 {
  flex: 0 0 280px;
  max-width: 280px;
  font-size: 14px;
  line-height: 1.4
}

.newsletter-form .input-group-field {
  padding: 0 90px 0 15px
}

.title-menu {
  margin: 0 0 10px;
  font-weight: 700;
  font-stretch: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px
}

@media (max-width: 1024px) {
  .title-menu {
    margin-top: 1rem;
    margin-bottom: .5rem
  }
}

.footer {
  position: relative;
  overflow: hidden
}

.mailchimp-error {
  color: #f51b1b
}

.mailchimp-success {
  color: #2eb346
}

.mid-footer {
  padding-top: 40px;
  background: var(--footer-bg);
  color: var(--footer-color);
  font-size: 14px;
  padding-bottom: 10px
}

.mid-footer .footer-click {
  padding-right: 15px
}

.mid-footer .title-menu .fa {
  transition: transform .3s ease-out
}

.mid-footer .title-menu.open_ .fa {
  transform: rotate(180deg)
}

.mid-footer .link {
  color: var(--footer-color)
}

.mid-footer .link .fa {
  font-size: 10px
}

.mid-footer .link:hover {
  filter: brightness(1.2)
}

.mid-footer .list-menu {
  list-style: none;
  padding: 0
}

.mid-footer .list-menu li + li {
  margin-top: 8px
}

.mid-footer .follow_option li + * {
  margin-left: 1rem
}

.mid-footer .follow_option .link {
  font-size: 25px
}

.mid-footer .single-contact .fa, .mid-footer .single-contact .fas {
  color: var(--footer-color)
}

/*@media (max-width: 767px) {*/
/*  .mid-footer .list-menu.toggle-mn {*/
/*    display: none*/
/*  }*/
/*}*/

.footer-1 > * {
  position: relative;
  z-index: 1
}

.copyright {
  background: var(--footer-bg);
  color: var(--footer-color)
}

.copyright a {
  color: var(--footer-color)
}

.copyright a:hover {
  color: var(--primary-color)
}

.fot_copyright {
  font-size: 14px
}

.custom-input-group {
  overflow: hidden;
  position: relative
}

.custom-input-group .input-group-field {
  width: 100%;
  height: 38px;
  font-size: 14px;
  padding: 0 10px;
  background: 0 0;
  color: #363636;
  outline: none;
  padding: 0 50px 0 15px;
  float: right;
  border: 1px solid #ebebeb;
  overflow: hidden;
  background: #fff;
  border-radius: 8px !important
}

.custom-input-group .input-group-btn {
  position: absolute;
  right: 0;
  z-index: 4;
  height: 100%;
  border-radius: 0 4px 4px 0 !important
}

.custom-input-group .input-group-btn, .custom-input-group .input-group-btn button {
  border: none;
  line-height: 1;
  color: #fff
}

.custom-input-group .input-group-btn .icon {
  font-size: 24px
}

@media (max-width: 767px) {
  .custom-input-group .input-group-btn .btn {
    padding: 4px 10px
  }
}
.btn-action, .newsletter-form .button_subscribe {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color)
}

.btn-action:hover {
  filter: brightness(1.1)
}

footer .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.5rem;
}

.p-0 {
  padding: 0!important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem!important;
}
footer .card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}
.bg-white {
  background-color: #fff!important;
}
footer .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
footer .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}
.footer ul {
  display: inline-block;
}
.footer-bottom {
  border-top: 1px dashed #000
}

.footer-list-ship {
  list-style: none;
  counter-reset: item;
  padding-left: 0
}

.footer-list-ship li {
  counter-increment: item;
  margin-bottom: 5px;
  position: relative;
  padding-left: 40px
}

.footer-list-ship li:before {
  margin-right: 10px;
  content: counter(item);
  border-radius: 100%;
  border: 1px solid #000;
  width: 30px;
  text-align: center;
  display: inline-block;
  height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px
}

.vertical-writing {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.footer-hotline .footer-hotline_icon {
  background-color: #AC262A;
  border-radius: 50%;
  padding: 8px
}

.footer-hotline .footer-hotline_icon i {
  font-size: 25px;
  color: #fff
}

.footer-hotline li:last-of-type {
  font-size: 1.1em
}

.footer-title {
  text-transform: uppercase;
  padding-bottom: 15px
}

.footer-title .footer-title_subtitle {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.footer-title .footer-title_title {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}
.form_register button {
  border-radius: 0
}

.form_register .custom-input-group .input-group-field, .form_register .custom-input-group .input-group-btn {
  border-radius: 0 !important;
}
.newsletter-form .input-group-addon, .newsletter-form .input-group-btn {
  width: auto
}
.top-footer *, footer span, footer li {
  font-size: 16px
}
@media (max-width: 767px) {
  .top-footer .subscribe {
    margin-bottom: 5px
  }
  .top-footer .form_register {
    margin-left: 40px
  }
  .footer #accordion .card {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    margin: -1px -15px !important;
  }

  .footer #accordion .card:last-of-type {
    margin-bottom: 15px !important
  }
  .footer-bottom {
    border: none;
    margin-top: 5px !important;
    margin-bottom: 60px;
  }
  .footer-bottom .title-menu {
    margin: 0;
  }
  .footer-block_shop {
    padding: 0 10px !important
  }
  .footer-block_shop ul{
    margin: 0
  }
  .footer-block_shop img{
    width: 45px
  }
  .footer .footer-hotline {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .footer .f-b-box {
    margin-top: 10px;
  }
  .top-footer .col-12 {
    padding: 0 10px;
  }
  .subscribe {
    gap: 8px;
  }
  .subscribe h6 {
    flex: 0 0 310px;
    max-width: 310px;
    font-size: 13px;
  }
}