@import '../vendor/tiny-slider/dist/tiny-slider.css';
@import '../css/theme.min.css';


@font-face {
  font-family: 'FiraGO';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/FiraGO-Regular.ttf) format('woff');
}



:root {
    --cx-primary: #F9B708;
    --cx-primary-rgb: 23,105,106;
    --cx-gradient-from-color: #F9B708;
    --cx-gradient-to-color: #F9B708;
    --cx-link-color: #F9B708;
    --cx-link-hover-color: #F9B708;
  }
  .btn-primary {
    --cx-btn-bg: #F9B708;
    --cx-btn-border-color: #F9B708;
    --cx-btn-hover-bg: #104a4b;
    --cx-btn-active-bg: #104a4b;
    --cx-btn-hover-border-color: #104a4b;
    --cx-btn-active-border-color: #104a4b;
  }
  .btn-outline-primary {
    --cx-btn-color: #17696a;
    --cx-btn-border-color: rgba(23,105,106, .4);
    --cx-btn-hover-bg: #17696a;
    --cx-btn-active-bg: #17696a;
    --cx-btn-hover-border-color: #17696a;
    --cx-btn-active-border-color: #17696a;
  }
  .btn-translucent-primary {
    --cx-btn-color: #17696a;
    --cx-btn-bg: rgba(23,105,106, .2);
    --cx-btn-hover-bg: #17696a;
    --cx-btn-active-bg: #17696a;
  }
  .btn-hover-shadow:hover.btn-primary,
  .btn-hover-shadow:hover.btn-outline-primary,
  .btn-hover-shadow:hover.btn-translucent-primary,
  .btn-hover-shadow:hover.btn-gradient {
    --cx-btn-hover-shadow-color: rgba(23,105,106, .92);
  }
  .btn-scroll-top {
    --cx-btn-scroll-top-bg: #17696a;
    --cx-btn-scroll-top-hover-bg: #104a4b;
  }
  .accordion {
    --cx-accordion-active-color: #17696a;
    --cx-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3e%3cpath fill-rule='evenodd' d='M7.999.667c.368 0 .667.298.667.667v6h6c.368 0 .667.298.667.667s-.299.667-.667.667h-6v6c0 .368-.298.667-.667.667s-.667-.299-.667-.667v-6h-6C.964 8.667.666 8.369.666 8s.298-.667.667-.667h6v-6c0-.368.298-.667.667-.667z' fill='%2317696a'/%3e%3c/svg%3e");
    --cx-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3e%3cpath fill-rule='evenodd' d='M.666 8c0-.368.298-.667.667-.667v1.333C.964 8.666.666 8.368.666 8zm14 0v.667H1.333V7.333h13.333V8zm0 0v.667c.368 0 .667-.298.667-.667s-.299-.667-.667-.667V8z' fill='%2317696a'/%3e%3c/svg%3e");
  }



  .page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
  }
  .page-loading.active {
    opacity: 1;
    visibility: visible;
  }
  .page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
  }
  .page-loading.active > .page-loading-inner {
    opacity: 1;
  }
  .page-loading-inner > span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #787a80;
  }
  .bg-dark {
    background-color: #F9B708!important;
  }
  .topbar-dark .topbar-link {
    color:#000000;
    font-size: 13px;
  }

  .topbar {
    position: relative;
    padding: .2rem 1rem;

  }
  .catalog-button {    
    background: #F9B708;
    border-radius: 5px;
    font-size: 13.5px;
    height: 43px;
    margin-top: 8px;}
  .page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    background-color: #cfcfd1;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
  }
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }


  .nav-tool img {
    height: 37px;
    border: 1px solid #F2F2F2;
    padding: 9px;
    border-radius: 5px;
}

.nav-tool span {
    position: absolute;
    margin-left: -20px !important;
    background-color: #ffffff00 !important;
    color: red;
    margin-top: -1px !important;
}
.act-head-button {
    background-color: #F9B708;
    border:0px!important;
}
.language-class {
    color: #000000;
    background-color: #F9B708;
    border-radius: 5px;
    margin-left: 18px;
    font-size: 13px;
    height: 37px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.language-class::after  {
    margin-left: -2px;
}

/* .nav-item img {
    height: 31px!important;

} */

.navbar-expand-lg.navbar {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.image-scale .image-inner img {
    display: block;
    width: 100%;
    transition: transform .3s ease-in-out;
    will-change: transform;
    height: 400px;
    object-fit: cover;
}

main {
    background-color: #f4f4f4;
}


.tns-carousel .card-product {
    background-color: #ffffff;
    border-radius: 8px;
}
.card-img-top img{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.card-product-title
{
    margin-bottom: 0px;
}
.card-product-title a {
    font-size: 15px;

}

.card-body span{
    color: #AAAAAA;
    font-size: 13px;
}

.foot-menus h3{

    color:#22092C!important;
}

.foot-menus .nav-link {
    color:#22092C;
}

.footer i {
    color: #000;
}

.footer i {
    color: #000;
    border: 1px solid #AAAAAA80;
    padding: 10px 14px;
}
.btn-social.bs-solid.bs-light {
    margin-right: 20px!important;
}

.card-img-top img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;

}

.card-img-top img:hover {
  transform: scale(1.1);

}

.fav-block {
  position: absolute;
  right: 0;
  padding-right: 16px;
  z-index: 1;
}

.card-product {
  background-color: #ffffff;
  border-radius: 8px;
}


.actions .quantity {
  display: flex;
  align-items: center;
  gap: 30px;
}

.actions .quantity p {
  color: var(--title);
  font-family: "FiraGO", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}

.actions .quantity .qty-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
}

.actions .quantity .qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid var(--border-2);
  color: var(--text);
  background: #75757533;
  font-size: 11px;
}

.actions .quantity input {
  padding: 0 5px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--border-2);
  background: var(--white);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 50px;
}

.actions .quantity .qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid var(--border-2);
  color: var(--text);
  background: #75757533;
  font-size: 11px;
}

.foot-menus .nav-link {
  font-size: 14px;
}
.footer p {
  font-size: 14px;
}