@font-face {
  font-family: 'Lufga-SemiBold';
  src: url(fonts/Lufga-SemiBold.woff2) format("woff2"), url(fonts/Lufga-SemiBold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url(fonts/Nexa-Light.woff2) format("woff2"), url(fonts/Nexa-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url(fonts/Nexa-Bold.woff2) format("woff2"), url(fonts/Nexa-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url(fonts/Nexa-Regular.woff2) format("woff2"), url(fonts/Nexa-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
}
.btn-secondary {
    color: #000000;
    background-color: #F0BF00;
    text-transform: inherit;
    padding: 0px 15px;
    font-size: 1.25rem;
}
/* link */
a {
    color: #000;
    text-decoration: none;
}
a:hover, a:focus, a:active, a.active, a.disabled {
  color: #000;
  text-decoration: underline;
}
/* button */
.btn-primary {
  color: #ffffff;
  text-shadow: 0;
  background-image: none;
  border: none;
  background-color: #000000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #000;
  background-color: #F0BF00;
  text-decoration: none;
}
/* dropdown */

.dropdown-menu>li>a {
    color: #000;
    padding: 7px 10px;
    font-size: 1rem;
}
.dropdown-menu>li.dropdown:hover>a, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #FFF;
    background:#000;
    text-decoration: none;
}
/* list */
.list-group-item.active {
    z-index: 2;
    color: #FFF;
    background-color: #000;
    border-color: #000;
    text-decoration: none;
}
.title-block {
    font-family: 'Lufga-SemiBold', sans-serif; 
    font-weight: 700; 
    line-height: 36px; 
    letter-spacing: .02em; 
    color: #000; 
    text-transform: inherit; 
    margin: 0 0 15px; 
    padding: 5px 0; 
    font-size: 2.8125rem; 
    margin-bottom: 30px;
}
@media (max-width: 991px) {
  .title-block {font-size: 1.8125rem !important;}
}
body {
  font-family: "Nexa", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  color: #000;
  line-height: 1.25rem;
  font-size: 0.8125rem;
  width: 100%;
}
/* top */
#top {
    font-size: 1rem;
    min-height: 36px;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #fff;
  text-shadow: none;
  margin-right: 0;
}
#top a {
  font-size: 1rem;
  text-decoration: none;
}
/* header */
#header-sticky.header-stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 5px rgba(0,0,0,.2);
  z-index: 1030;
  background-color: #fff;
}
/* logo */
#logo {
  max-width: 30%;
  z-index: 20;
}
@media (min-width: 576px) {
  #logo {
    padding: 15px 30px;
  }
}
#logo img {
  max-height: 73px;
  transition: .3s max-height;
  vertical-align: middle;
}
#header .header-stuck #logo img {
  max-height: 52px;
}
/* desktop menu */
#header .navbar-desktop-wrapper {
  min-height: 113px;
}
#header .header-stuck .navbar-desktop-wrapper {
  min-height: 80px;
}
.navbar-expand-lg .nav-item {
    padding: 5px 0;
}
.navbar-expand-lg .nav-link {
  font-size: 1.25rem;
  padding: 5px 10px;
  color: #000;
  background-color: transparent;
  border-radius: 18px;
  font-family: "Nexa";
}
.navbar-expand-lg .dropdown:hover>.dropdown-menu {
  display: block;
}
.navbar-expand-lg .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.navbar-expand-lg .dropdown-menu>.dropdown .dropdown-menu {
    /*display: none;*/
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -0.5rem; 
    margin-right: 0; 
    margin-left: -0.25rem;
}
.navbar-expand-lg .navbar-nav .nav-item:hover>.nav-link,.navbar-expand-lg .navbar-nav .nav-item>.nav-link:hover,.navbar-expand-lg .navbar-nav .nav-item>.nav-link:focus {
    color: #000;
    background-color: #F0BF00;
    text-decoration: none;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .amenu-link,.navbar-expand-lg .navbar-nav .nav-item.hover .amenu-link,.navbar-expand-lg .navbar-nav .nav-item:focus .amenu-link {
    background:#F0BF00;
    text-decoration: none;
}
.navbar-expand-lg .dropdown-menu {
    min-height: 150px;
}
.navbar-expand-lg .dropdown-menu>li {
    min-width: 250px;
}
.navbar-expand-lg .dropdown-menu>li>a>.icon {
    font-size: 0.8125rem;
    display: inline-block;
    vertical-align: middle;
}
.navbar-expand-lg li.dropdown-toggle-back {
    display: none;
}
/* mobile menu */
.d-mobile-inline-block {
    display: none;
}
#mobile-menu .d-mobile-inline-block {
  display: inline-block;
}
#mobile-menu .nav-item, #mobile-menu .dropdown-menu>li {
    padding-bottom: 4px;
    background-color: #F0BF00;
}
#mobile-menu .nav-link {
  padding: 10px 10px;
  font-size: 1rem;
  color: #000;
  background-color: transparent;
  border-radius: 18px;
  font-family: Lufga-SemiBold;
}
#mobile-menu .dropdown-item {
  padding: 10px 10px;
}
#mobile-menu .dropdown {
    position: static;
}
#mobile-menu .dropdown-menu {
    display: block;
    position: absolute;
    border: none;
    border-radius: 0;
    padding: 0;
    z-index: 10;
    top: 0;
    left: 100%;
    width: 100%;
    -webkit-transition: 300ms left;
    transition: 300ms left;
    background-color: #fff;
}
#mobile-menu .dropdown-menu.active {
    left: 0%;
}
#mobile-menu li.dropdown-toggle-back {
    display: block;
    background-color: #000;
}
#mobile-menu li.dropdown-toggle-back>a {
    color: #fff;
    font-family: Lufga-SemiBold;
    text-align: center;
}
/* search */
#search .form-control-lg, #search-mobile .form-control-lg {
    border-color: #c7c7c7;
}
#search .btn-lg, #search-mobile .btn-lg {
  padding: 0.57rem 15px;
  border: var(--bs-border-width) solid #c7c7c7;
}
/* customer area */
#header .customer-area-item-wrapper {
    min-width: 120px;
    transition: .3s min-width;
}
#header .header-stuck .customer-area-item-wrapper {
    min-width: 80px;
}
#header .customer-area-item .customer-area-item-link {
    color: #000;
}
#header .customer-area-item svg {
  width: 70px;
  height: 70px;
}
#header .header-stuck .customer-area-item svg {
  width: 50px;
  height: 50px;
  fill: #000;
}
#header .customer-area-item .customer-area-item-label {
    position: absolute;
    width: 120px;
    height: 20px;
    bottom: 0;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -35px;
    top: 50px;
}
#header .customer-area-item .account-link:hover, #header .customer-area-item .account-link:focus {
    color: #000;
    background-color: #F0BF00;
}
#header .bg-cart {
    background-color: #000;
}
#header .customer-area-item .cart-link {
    color: #fff;
}
#header .customer-area-item .cart-link svg {
    fill: #fff;
}
#header .customer-area-item .cart-link:hover, #header .customer-area-item .cart-link:focus {
    color: #F0BF00;
}
#header .customer-area-item .cart-link:hover svg, #header .customer-area-item .cart-link:focus svg {
    fill: #F0BF00;
}
#header .customer-area-item .cart-link .cart-products-count {
    position: absolute;
    top: -8px;
    right: 8px;
    margin: auto;
    display: block;
    font-size: 10px;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #F0BF00;
    color: #ffffff;
    border-radius: 50%;
}
#header .header-stuck .customer-area-item-link {
    padding-left: 0 !important;
}
#header .header-stuck .customer-area-item-icon {
    margin-right: auto !important;
    margin-left: auto !important;
}
#header .header-stuck .customer-area-item-label {
    display: none;
}
#content_top .carousel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 50px;
    background-color: #FFF;
    /* margin-right: calc(-.5* var(--bs-gutter-x)); */
    /* margin-left: calc(-.5* var(--bs-gutter-x)); */
}
@media (max-width: 991px) {
    #header .navbar-desktop-wrapper {
      min-height: 80px;
    }
    #header .header-stuck .navbar-desktop-wrapper {
      min-height: 80px;
    }
    #header .customer-area-item-wrapper {
        min-width: 60px;
        transition: .3s min-width;
        background-color: #FFF;
    }
    #header .header-stuck .customer-area-item-wrapper {
        min-width: 55px;
        background-color: #FFF;
    }
    #header .customer-area-item svg {
      width: 45px;
      height: 45px;
    }
    #header .header-stuck .customer-area-item svg {
      width: 40px;
      height: 40px;
    }
    #header .customer-area-item svg {
        fill: #000;
    }
    #header .customer-area-item-link {
        padding-left: 0 !important;
    }
    #header .customer-area-item-icon {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    #header .customer-area-item-label {
        display: none;
    }
    #header .bg-cart {
        background-color: #FFF;
    }
    #header .customer-area-item .cart-link {
        color: #000;
    }
    #header .customer-area-item .cart-link svg {
        fill: #000;
    }
}
/* footer */
.footer-top {
    background-color: #fff;
    color: #fff;
    border-top: 1px #000 solid;
}
.footer-top .footer-reassurance {
    border-top: 1px #000 solid;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzA5Ljc1NyIgaGVpZ2h0PSIxNzkuOTA4IiB2aWV3Qm94PSIwIDAgMTcwOS43NTcgMTc5LjkwOCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6IzAwMDtzdHJva2UtZGFzaGFycmF5OjY7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNNDE0MS43MjksMjIxNnMtNTIuMzY4LTEyNy4xODMsMTQuNzg1LTE2OC43NjYsMjc3LjkxOSw1My4yNjIsMzkwLjMxNiw1My40ODYsMjAwLjk0MS00OS41Myw0MDAuMTQyLTUzLjQ4NiwyMDguNjY3LDMyLjg4NywzODUuMzcxLDM3LjAyOCwyMTAuNzQ0LTUwLjg3NiwzMzUuNDA5LTE3Ljk0MlM1ODMxLDIyMTYsNTgzMSwyMjE2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDEyMS43MTggLTIwMzYuMjgyKSIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center 100px;
    background-size: 1708.71px 179.31px;
    padding: 30px 0 30px 0;
}
.footer-top .footer-reassurance .block-title {
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: .875rem;
    padding: 0 20px;
}
.footer-top .footer-reassurance .block-icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    padding: 20px;
}
.footer-top .footer-reassurance .block-icon.pos_3 {
    margin-top: 40px;
}
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #F6D052;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #000000;
}
footer a:hover {
  color: #000000;
}
footer h5 {
  font-family: Lufga-SemiBold;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 12px;
  opacity: .6;
}
footer p {
    color: #000000;
    font-size: 1.1em;
}
footer #newsletter-form [type="email"] {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    background: #ffffff;
    border-radius: 25px;
    color: inherit;
    border: none;
    box-shadow: none;
    max-width: 248px;
    height: 50px;
    font-size: 1.125rem;
    position: relative;
    z-index: 2;
}
footer #newsletter-form [type="submit"] {
    width: calc(100% + 20px);
    height: 50px;
    font-size: 1.25rem;
    text-transform: none;
    border-radius: 25px;
    padding-left: 40px;
    background-color: transparent;
    color: #F6D052;
    text-shadow: none;
    background-image: none;
    background-repeat: repeat-x;
    border: none;
    background-color: #000;
}
#footer-copyright {
    background-color: #F6D052;
    border-top: 1px #F2BA4E solid;
    padding: 15px 0;
}
@media (min-width: 992px) {
    .payment-icons {
        text-align: right !important;
    } 
}
/* breadcrumb */
.breadcrumb {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #F8F8F8;
  padding-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #000000;
  font-size: .875rem;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 0px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li.breadcrumb-item:last-child:after {
  border: 0;
}
/* offcanvas */
.offcanvas .offcanvas-header {
    font-family: Lufga-SemiBold;
    color: #000000;
    background: #f7f7f7;
    padding: 10px 5px;
    border-bottom: 1px solid #c7c7c7;
    margin: 0;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
}
.offcanvas .offcanvas-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
    padding: 19px;
}
.offcanvas-end .offcanvas-close {
    right: auto;
    left: 0;
}
/* product */
.product-card {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    box-shadow: none;
    border-radius: 0px;
}
.product-card:hover {
    border: none;
    box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
}
.card-link-top:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.product-card .card-link-top:hover:before {
    opacity: 1;
    visibility: visible; 
}
/* cart */
.widget-product-title {
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 600;
}
.widget-product-title > a {
  color: #373f50;
}
.widget-product-title:hover > a {
    color: var(--bs-primary);
}
.widget-product-meta {
  font-size: .875rem
}
.widget-cart-item {
  position: relative
}
.widget-cart-item .btn-close {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  padding: 0;
  transform: translateY(-50%);
  transition: visibility .25s ease-in-out, opacity .25s ease-in-out;
  background: none;
  font-size: 1.5rem;
  font-weight: 300;
  visibility: hidden;
  opacity: 0;
  outline: 0 !important;
  box-shadow: none;
}
.widget-cart-item .btn-close:focus, .widget-cart-item .btn-close:active {
   outline: 0 !important;
   box-shadow: none;
}
.widget-cart-item > .d-flex {
  transition: all .25s ease-in-out;
}
.widget-cart-item:hover > .d-flex {
  transform: translateX(1.75rem);
}
.widget-cart-item:hover .btn-close {
  visibility: visible;
  opacity:1;
}
.btn-tag {
  display: inline-block;
  padding: .375rem .5625rem;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: .25rem;
  color: #4b566b;
  font-size: .75rem;
  white-space: nowrap;
}
.btn-tag:hover {
  border-color: #e3e9ef;
  background-color: #f3f5f9;
  color: #4b566b;
}
