a {
  color: #000;
}
a:hover {
  color: #000000;
}

.nav-link:hover, .nav-item, .nav-link:focus {
  color: #000 !important;
  text-decoration: none;
}
.nav-link:hover a, .nav-item a, .nav-link:focus a {
  color: #000 !important;
  text-decoration: none;
}

.nav-tabs .nav-link.active {
  color: #000 !important;
}
.nav-tabs .nav-link.active:before {
  border-color: #000 !important;
}

.cart-badge-quantity {
  background-color: #000 !important;
  color: #fff !important;
}

.radio-line-item.active .radio {
  border-color: #000 !important;
}
.radio-line-item.active .radio:before {
  background: #000 !important;
}

.card-header span {
  background: #fff !important;
  color: #000 !important;
}

.totals > li:last-of-type > span:last-of-type {
  color: #fff !important;
}

.submit-checkout-wrap .btn-primary {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.product-wrap .product-price .price-new {
  color: #000;
}

.module-title:after {
  background: #000;
}

.pages-wrap:hover .page-info .pages-title a {
  color: #000;
}

.card .card-header .card-title {
  border-left-color: #000;
}

.page-categories .style-wrap label.active svg {
  fill: #000 !important;
}

.sidebar-widget li.active > a {
  color: #000;
}

body.page-categories .ui-widget-content .ui-widget-header,
body.page-categories .ui-widget-content .ui-slider-handle {
  background: #000;
}

#offcanvas-right-cart .select-wrap i.bi-check-circle-fill {
  color: #000;
}

header .header-content {
  padding-top: 0;
}
header .header-content .container-fluid {
  max-width: 1920px !important;
  padding-left: 0;
  padding-right: 0;
}
header .header-content .container-fluid .logo {
  margin-bottom: 0;
}
header .header-content .container-fluid .logo img {
  max-height: none;
  max-width: 180px;
}
header .header-mobile .mobile-content > div.center a {
  height: 55px;
}
header .nav-box {
  position: relative;
}
header .nav-box .menu-wrap {
  position: relative;
  width: 100%;
}
header .nav-box .menu-wrap .navbar-nav {
  z-index: 199;
  position: relative;
  background: #fff;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
header .nav-box .menu-wrap .slide-mega-menu {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 100%;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translate(0, -50px);
  opacity: 0;
}
header .nav-box .menu-wrap .slide-mega-menu .menu-mask {
  position: absolute;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  opacity: 0.8;
  background: rgb(0, 0, 0);
  display: none;
}
header .nav-box .menu-wrap .slide-mega-menu .menu-container {
  height: 559px;
  background: rgb(247, 247, 247);
  display: none;
  width: 100%;
}
header .nav-box .menu-wrap .slide-mega-menu .menu-container .menu-item {
  display: flex;
  width: 100%;
  height: 100%;
}
header .nav-box .menu-wrap .slide-mega-menu .menu-container .menu-item:last-child {
  display: none;
}
header .nav-box .menu-wrap .slide-mega-menu .menu-container .menu-item .item-left,
header .nav-box .menu-wrap .slide-mega-menu .menu-container .menu-item .item-right {
  flex: 1;
  height: 100%;
}
header .nav-box .menu-wrap .slide-mega-menu .menu-container .menu-item .item-left {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 3% 5%;
}
header .nav-box .menu-wrap .slide-mega-menu .menu-container .menu-item .item-left .left-box {
  flex: 1;
}
header .nav-box .menu-wrap .slide-mega-menu .menu-container .menu-item .item-left .left-box a {
  line-height: 2.5;
  font-size: 14px;
  color: #000;
  position: relative;
  text-decoration: none;
}
header .nav-box .menu-wrap .slide-mega-menu .menu-container .menu-item .item-right {
  display: flex;
}
header .nav-box .menu-wrap .slide-mega-menu .menu-container .menu-item .item-right a {
  flex: 1;
}
header .nav-box .menu-wrap .slide-mega-menu .menu-container .menu-item .item-right a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .nav-box .menu-wrap .slide-mega-menu.slide-mega-menu.show {
  opacity: 1;
  transform: translate(0, 0px);
}
header .nav-box .right-btn {
  width: auto !important;
  top: 50%;
  right: 0;
  z-index: 99999;
}
@media (min-width: 1366px) {
  header .nav-box .right-btn {
    position: absolute;
    transform: translateY(-50%);
  }
}

.footer-content li {
  margin-bottom: 15px !important;
  font-weight: 500;
}
.footer-content li a {
  color: rgb(186, 187, 189) !important;
  font-size: 14px;
  padding: 5px 0;
}
.footer-content .footer_link_icon .social_network_list li {
  height: 28px;
  line-height: 28px !important;
}
.footer-content .footer_link_icon .social_network_list a {
  display: inline-flex;
  align-items: center;
}
.footer-content .footer_link_icon .social_network_list a img {
  width: 26px;
  height: 26px;
}
.footer-content .footer_link_icon .social_network_list a i {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.footer-content .footer_link_icon .social_network_list a span {
  margin-left: 5px;
  color: #fff;
}

.view_all {
  right: 65px;
  position: absolute;
  z-index: 2;
}
.view_all a {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.view_all a img {
  width: 14px;
  margin-left: 2px;
}
.view_all a:hover {
  color: #000;
}

@media (max-width: 768px) {
  .view_all {
    right: 15px;
  }
}
.social_network_list .hover_line {
  padding: 0;
}

.hover_line {
  text-decoration: none !important;
  position: relative;
}
.hover_line:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 100%;
  margin: 0px auto;
  height: 2px;
  background-color: rgb(162, 142, 83);
  width: 0;
  transition: width 0.5s;
}
.hover_line:hover:after {
  width: 100%;
}

.icon-close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.icon-close:before, .icon-close:after {
  content: "";
  width: 55%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 48%;
  left: 22%;
  transform: rotate(-45deg);
  transition: 0.3s 0.3s ease-out;
}
.icon-close:after {
  transform: rotate(45deg);
  transition: 0.3s 0.3s ease-out;
}
.icon-close:hover:before, .icon-close:hover:after {
  transform: rotate(180deg);
}

.variables-wrap .sku-name {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.module-swiper-999:hover .carousel__navigation {
  transform: translate(0px);
}
.module-swiper-999 .carousel__navigation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  color: #1b1b1b;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  --cubic: cubic-bezier(.32, .24, .15, 1);
  --shadow-2: 0px 1px 1px rgba(0, 0, 0, .2);
  box-shadow: var(--shadow-2);
  transition: transform 0.45s var(--cubic), opacity 0.15s var(--cubic);
}
.module-swiper-999 .carousel__navigation img {
  width: 12px;
}
.module-swiper-999 .carousel__previous-button {
  left: 0;
  transform: translate(-40px);
}
.module-swiper-999 .carousel__previous-button img {
  transform: rotate(180deg);
}
.module-swiper-999 .carousel__next-button {
  transform: translate(40px);
}

/*# sourceMappingURL=style.css.map */
