.furstore-nov-footer footer {
  display: block;
}

.furstore-nov-footer ul {
  margin-top: 0;
  margin-bottom: 0;
}

.furstore-nov-footer ul ul {
  margin-bottom: 0;
}

.furstore-nov-footer input {
  overflow: visible;
  border: none;
}

.furstore-nov-footer [type="submit"] {
  -webkit-appearance: button;
}

.furstore-nov-footer [type="button"]::-moz-focus-inner,
.furstore-nov-footer [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.furstore-nov-footer .crmFormVali-error {
  position: absolute;
  top: 100%;
}

.furstore-nov-footer input[type="checkbox"],
.furstore-nov-footer input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.furstore-nov-footer input[type="date"],
.furstore-nov-footer input[type="datetime-local"],
.furstore-nov-footer input[type="month"],
.furstore-nov-footer input[type="time"] {
  -webkit-appearance: listbox;
}

.furstore-nov-footer ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.furstore-nov-footer .list-inline-item:not(:last-child) {
  margin-right: 190px;
}

.furstore-nov-footer .img-fluid {
  max-width: 190px;
}

.furstore-nov-footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.furstore-nov-footer .no-gutters>.col {
  padding-right: 0;
  padding-left: 0;
}

.furstore-nov-footer .col {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.furstore-nov-footer .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.furstore-nov-footer .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .furstore-nov-footer .form-control {
    transition: none;
  }
}

.furstore-nov-footer .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.furstore-nov-footer .form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
}

.furstore-nov-footer .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.furstore-nov-footer .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.furstore-nov-footer .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.furstore-nov-footer .form-control:disabled,
.furstore-nov-footer .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.furstore-nov-footer textarea.form-control {
  height: auto;
}

@media (min-width: 576px) {
  .furstore-nov-footer .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .furstore-nov-footer .form-inline .input-group {
    width: auto;
  }
}

.furstore-nov-footer .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .furstore-nov-footer .btn {
    transition: none;
  }
}

.furstore-nov-footer .btn:focus,
.furstore-nov-footer .btn:hover {
  text-decoration: none;
}

.furstore-nov-footer .btn.focus,
.furstore-nov-footer .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.furstore-nov-footer .btn.disabled,
.furstore-nov-footer .btn:disabled {
  opacity: 0.65;
}

.furstore-nov-footer .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.furstore-nov-footer a.btn.disabled {
  border: none;
  padding: 0;
  margin: 0;
}

.furstore-nov-footer fieldset:disabled a.btn {
  pointer-events: none;
}

.furstore-nov-footer .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.furstore-nov-footer .dropdown-toggle:empty::after {
  margin-left: 0;
}

.furstore-nov-footer .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.furstore-nov-footer .input-group>.custom-file,
.furstore-nov-footer .input-group>.custom-select,
.furstore-nov-footer .input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.furstore-nov-footer .input-group>.custom-file {
  display: flex;
  align-items: center;
}

.furstore-nov-footer .media {
  display: flex;
  align-items: flex-start;
}

.furstore-nov-footer input {
  display: block;
  width: 100%;
  border: 1px solid #e3e0d3;
  background-color: #fff;
  color: #162950;
  max-width: 100%;
  line-height: 1.2;
  font-family: inherit;
  border-radius: 0;
  padding: 13px 15px;
}

.furstore-nov-footer input:-webkit-autofill,
.furstore-nov-footer input:-webkit-autofill:focus textarea:-webkit-autofill,
.furstore-nov-footer input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.furstore-nov-footer .form-vertical input {
  display: inline-block;
  margin-bottom: 30px;
}

.furstore-nov-footer input {
  touch-action: manipulation;
}

.furstore-nov-footer .mb-0 {
  margin-bottom: 0 !important;
}

.furstore-nov-footer .mb-15 {
  margin-bottom: 15px !important;
}

.furstore-nov-footer .pt-20 {
  padding-top: 20px !important;
}

.furstore-nov-footer .pb-20 {
  padding-bottom: 20px !important;
}

.furstore-nov-footer .mt-25 {
  margin-top: 25px !important;
}

.furstore-nov-footer .pt-75 {
  padding-top: 75px !important;
}

.furstore-nov-footer .pb-75 {
  padding-bottom: 75px !important;
}

@media (max-width: 575px) {
  .furstore-nov-footer .mt-xs-0 {
    margin-top: 0 !important;
  }

  .furstore-nov-footer .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .furstore-nov-footer .pb-xs-30 {
    padding-bottom: 30px !important;
  }

  .furstore-nov-footer .pb-xs-40 {
    padding-bottom: 40px !important;
  }
}

.furstore-nov-footer .black {
  color: #000 !important;
}

.furstore-nov-footer i {
  display: inline-block;
}

.furstore-nov-footer .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: capitalize;
  border-radius: var(--button-radius);
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.17s linear, background-color 0.17s linear,
    border-color 0.17s linear;
  width: initial;
  min-width: 45px;
  height: 45px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.furstore-nov-footer .btn:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2b2b2b;
}

.furstore-nov-footer .btn.btn-secondary {
  color: var(--color-primary);
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--color-primary);
}

.furstore-nov-footer .btn.btn-secondary:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

@media (min-width: 1200px) {
  .furstore-nov-footer .btn {
    font: 400 1.2rem var(--font-family);
  }

  .furstore-nov-footer .btn.btn-secondary {
    font: 400 1.6rem var(--font-family);
  }

  .furstore-nov-footer .btn.btn-medium {
    min-width: 160px;
    height: 50px;
  }

  .furstore-nov-footer .btn.btn-large {
    min-width: 200px;
    height: 60px;
  }
}

@media (max-width: 1199px) {
  .furstore-nov-footer .btn {
    font: 600 1.6rem var(--font-family);
    min-width: 60px;
    height: 36px;
  }

  .furstore-nov-footer .btn.btn-secondary {
    font: 400 1rem var(--font-family);
  }

  .furstore-nov-footer .btn.btn-medium {
    min-width: 112px;
    height: 35px;
  }

  .furstore-nov-footer .btn.btn-large {
    min-width: 140px;
    height: 42px;
  }
}

.furstore-nov-footer .btn.disabled,
.furstore-nov-footer .btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}

.furstore-nov-footer .btn:focus {
  outline: 0;
  box-shadow: none;
}

.furstore-nov-footer .input {
  border: 2px solid #000;
  border-radius: 4px !important;
  height: 60px;
  color: var(--text-color);
  font-size: 14px;
}

.furstore-nov-footer .input::-webkit-input-placeholder {
  color: rgba(var(--color-text-rgb), 0.5);
}

.furstore-nov-footer .input:-moz-placeholder {
  color: rgba(var(--color-text-rgb), 0.5);
}

.furstore-nov-footer .input::-moz-placeholder {
  color: rgba(var(--color-text-rgb), 0.5);
}

.furstore-nov-footer .input:-ms-input-placeholder {
  color: rgba(var(--color-text-rgb), 0.5);
}

.furstore-nov-footer .title_section.text-center .desc,
.furstore-nov-footer .title_section.text-center .sub_title {
  margin-left: auto;
  margin-right: auto;
}

.furstore-nov-footer fieldset input[type="radio"] {
  display: none;
}

.furstore-nov-footer fieldset input[type="radio"]+label {
  width: 100%;
  padding: 0 23px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-text-color);
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

.furstore-nov-footer fieldset input[type="radio"]+label:hover {
  border-color: #000;
}

@media (max-width: 991px) {
  .furstore-nov-footer fieldset input[type="radio"]+label {
    padding: 0 15px;
    height: 45px;
    line-height: 43px;
  }
}

.furstore-nov-footer fieldset input[type="radio"].disabled+label {
  position: relative;
  opacity: 0.6;
}

.furstore-nov-footer fieldset input[type="radio"].disabled+label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top left,
      transparent calc(50% - 1px),
      #bbb,
      transparent calc(50% + 1px));
}

.furstore-nov-footer fieldset input[type="radio"]:checked+label {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.furstore-nov-footer .sidebar-block .title-block {
  font-family: var(--font-family);
  color: var(--title-text-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.furstore-nov-footer .categories__sidebar .title-block {
  padding: 15px 40px 25px;
  margin-bottom: 0;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 10px 10px 0 0;
}

.furstore-nov-footer .categories__sidebar .title-block i {
  margin-right: 20px;
  font-size: 19px;
}

html[dir="rtl"] .furstore-nov-footer .categories__sidebar .title-block i {
  margin-left: 20px;
  margin-right: initial;
}

@media (max-width: 1199px) {
  .furstore-nov-footer .categories__sidebar .title-block {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.furstore-nov-footer .distance.wow {
  visibility: hidden;
}

.furstore-nov-footer .block_social li:not(:last-child) {
  margin-right: 2px;
}

html[dir="rtl"] .furstore-nov-footer .block_social li:not(:last-child) {
  margin-left: 2px;
  margin-right: initial;
}

.furstore-nov-footer .block_social a {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 14px;
}

.furstore-nov-footer .block_social .social-title {
  display: none;
  margin-left: 25px;
}

html[dir="rtl"] .furstore-nov-footer .block_social .social-title {
  margin-right: 25px;
  margin-left: initial;
}

.furstore-nov-footer {
  font-size: 1rem;
}

.furstore-nov-footer body:not(.template-index) .furstore-nov-footer {
  margin-top: 80px;
  border-top: 1px solid #ececec;
}

.furstore-nov-footer .title-block {
  font-size: 1.4rem;
  font-family: var(--font-family);
  margin-bottom: 30px;
  position: relative;
  color: var(--title-text-color);
}

.furstore-nov-footer .footer-subtitle {
  margin-bottom: 25px;
  max-width: 440px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
}

.furstore-nov-footer .f_btn_sl {
  font-size: 21px;
  margin-left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

html[dir="rtl"] .furstore-nov-footer .f_btn_sl {
  margin-right: auto;
  margin-left: initial;
}

html[dir="rtl"] .furstore-nov-footer .f_btn_sl {
  left: 0;
  right: initial;
}

.furstore-nov-footer .f_btn_sl.active i:before {
  content: "\e7fd";
}

.furstore-nov-footer svg {
  fill: var(--text-color);
}

.furstore-nov-footer a:hover {
  color: var(--color-primary);
}

.furstore-nov-footer .social-medias a:hover i {
  color: var(--color-primary) !important;
}

.furstore-nov-footer .footer_contact .title-block img {
  margin-right: 15px;
}

html[dir="rtl"] .furstore-nov-footer .footer_contact .title-block img {
  margin-left: 15px;
  margin-right: initial;
}

.furstore-nov-footer .footer_contact .contact-infos>li:not(:last-child) {
  margin-bottom: 20px;
}

.furstore-nov-footer .footer_contact .info-label {
  margin-right: 15px;
  min-width: 15px;
  font-size: 18px;
}

html[dir="rtl"] .furstore-nov-footer .footer_contact .info-label {
  margin-left: 15px;
  margin-right: initial;
}

@media (min-width: 1200px) {
  .furstore-nov-footer .footer_contact .info-label {
    margin-right: 25px;
  }

  html[dir="rtl"] .furstore-nov-footer .footer_contact .info-label {
    margin-left: 25px;
    margin-right: initial;
  }
}

.furstore-nov-footer .footer_menu li:not(:last-child) {
  margin-bottom: 15px;
}

.furstore-nov-footer .footer_newsletter .errors ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
  font-weight: 700;
}

html[dir="rtl"] .furstore-nov-footer .footer_newsletter .errors ul {
  padding-right: 0;
  padding-left: initial;
}

@media (min-width: 1200px) {
  .furstore-nov-footer .footer_newsletter .block-content {
    position: relative;
  }
}

.furstore-nov-footer .footer_newsletter input {
  font-family: var(--font-family);
  z-index: initial;
  padding-left: 25px;
  padding-right: 50px;
  height: 42px;
  padding-left: 15px;
  padding-right: 105px;
}

html[dir="rtl"] .furstore-nov-footer .footer_newsletter input {
  padding-left: 50px;
  padding-right: 25px;
}

html[dir="rtl"] .furstore-nov-footer .footer_newsletter input {
  padding-left: 105px;
  padding-right: 15px;
}

.furstore-nov-footer .footer_newsletter button {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  height: 38px;
  font-size: 1.2rem;
  min-width: initial;
  z-index: 4;
}

html[dir="rtl"] .furstore-nov-footer .footer_newsletter button {
  left: 2px;
  right: initial;
}

.furstore-nov-footer .footer_social a {
  width: initial;
  height: initial;
  justify-content: initial;
}

.furstore-nov-footer .footer_social .block-content i {
  min-width: 20px;
  font-size: 20px;
}

.furstore-nov-footer .footer__payment .payment__item:not(:last-child) {
  margin-right: 14px;
}

html[dir="rtl"] .furstore-nov-footer .footer__payment .payment__item:not(:last-child) {
  margin-left: 14px;
  margin-right: initial;
}

.furstore-nov-footer .footer_copyright .copyright-content {
  border-top: 1px solid #ececec;
}

@media (max-width: 767px) {
  .furstore-nov-footer .footer_copyright {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 992px) {
  .furstore-nov-footer .footer-layout .dropdown {
    width: 220px;
  }
}

@media (max-width: 575px) {
  .furstore-nov-footer .block-content.h_t {
    display: none;
  }
}

#_desktop_back_top {
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: none;
}

html[dir="rtl"] #_desktop_back_top {
  left: 15px;
  right: initial;
}

#_desktop_back_top span {
  margin-bottom:160px;
  width: 40px;
  height: 40px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
  font-size: 1rem;
  transition: all 0.2s linear;
  -ms-box-shadow: inset 0 0 0 3px #fff;
  -o-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}

#_desktop_back_top:hover span {
  -ms-box-shadow: inset 0 0 0 0 #fff;
  -o-box-shadow: inset 0 0 0 0 #fff;
  box-shadow: inset 0 0 0 0 #fff;
}

@media (max-width: 991px) {
  #_desktop_back_top {
    bottom: 130px;
  }
}

@media (max-width: 767px) {
  .furstore-nov-footer .btn {
    font-size: 14px !important;
  }

  #_desktop_back_top {
    bottom: 55px;
  }
}

@media (max-width: 575px) {
  #stickymenu_bottom_mobile .stickymenu-item {
    font-size: 14px;
  }

  .furstore-nov-footer .collection-carousel.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .furstore-nov-footer .collection-carousel.row .item.col,
  .furstore-nov-footer .collection-carousel.row .sp-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media (min-width: 576px) {
  .furstore-nov-footer .col-sm-cus-5 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .furstore-nov-footer .col-md-cus-5 {
    position: relative;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .furstore-nov-footer .col-lg-cus-5 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .furstore-nov-footer .col-xl-cus-5 {
    position: relative;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .furstore-nov-footer .col-xxl-cus-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

#stickymenu_bottom_mobile {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 101;
  left: 0;
  padding: 0 15px;
  background: #fff;
  -ms-box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.1);
}

html[dir="rtl"] #stickymenu_bottom_mobile {
  right: 0;
  left: initial;
}

#stickymenu_bottom_mobile .stickymenu-item {
  height: 55px;
}

#stickymenu_bottom_mobile .stickymenu-item:not(:last-child) {
  border-right: 1px solid #ececec;
}

html[dir="rtl"] #stickymenu_bottom_mobile .stickymenu-item:not(:last-child) {
  border-left: 1px solid #ececec;
  border-right: initial;
}

#stickymenu_bottom_mobile .stickymenu-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  #stickymenu_bottom_mobile .stickymenu-item a span {
    font-size: 12px;
  }
}

#stickymenu_bottom_mobile .stickymenu-item i,
#stickymenu_bottom_mobile .stickymenu-item svg {
  font-size: 20px;
  color: #000;
  margin-bottom: 3px;
}

#stickymenu_bottom_mobile .stickymenu-item span {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #9b9b9b;
  text-transform: capitalize;
}

#stickymenu_bottom_mobile .stickymenu-item:hover a {
  color: var(--color-primary);
  text-decoration: none;
}

#stickymenu_bottom_mobile .stickymenu-item:hover a i {
  color: var(--color-primary);
}

#stickymenu_bottom_mobile #back_top {
  position: initial;
  display: inline-block;
}

.furstore-nov-footer #mobile_menu .icon {
  display: none !important;
}

.furstore-nov-footer #mobile_menu .block_social {
  margin-top: 10px;
}

.furstore-nov-footer #mobile_menu .block_social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.furstore-nov-footer #mobile_menu .block_social a:hover {
  background-color: var(--color-primary);
  color: #000;
}

html[dir="rtl"] .furstore-nov-footer .list-inline,
html[dir="rtl"] .furstore-nov-footer .list-unstyled {
  padding-right: 0;
}