/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 /*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.header-menu {
    background: #212121;
    padding: 0;
}
.header-bottom-menu{
    padding: 0;
}
.header-menu #top-menu a[data-depth="0"] {
    color: #ffffff;
}
#top-menu .current > a[data-depth="0"],#header #top-menu a[data-depth="0"]:hover {
    background: #fc5d23;
    color: #fff;
    margin: auto;
    padding-top: 15px;
}
#header #top-menu a[data-depth="1"]:hover,.all-product-link.btn i {    
    color: #fc5d23;
}
.product-miniature__title,.product-miniature .product-miniature__quickview_button,.btn-outline-primary{
    color: #fc5d23;
}
.btn-outline-primary{
    border: 1px solid #fc5d23;
}
.product-miniature__infos__bottom.btn:hover,
.product-miniature__infos__bottom.btn-check:checked+.btn, .product-miniature__infos__bottom.btn.active, .product-miniature__infos__bottom.btn.show, .product-miniature__infos__bottom.btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color:#fc5d23;
    border-color:#fc5d23;

}
.btn-outline-primary {
    --bs-btn-color: #fc5d23;
    --bs-btn-border-color: #fc5d23;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fc5d23;
    --bs-btn-hover-border-color: #fc5d23;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fc5d23;
    --bs-btn-active-border-color: #fc5d23;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fc5d23;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fc5d23;
    --bs-gradient: none
}
.btn.btn-primary{
    background-color: #000000;
}
.carousel .carousel-inner{
    height: 470px;
}
.block_newsletter {
    max-width: 100%;
}

#footer block-newsletter-label,#footer .wrapper p,#footer #block_myaccount_infos a,#footer a,#footer #contact-infos,#footer  .text-sm-center {
    color: #fff;
}
.footer-container {
    background: #000;
}
.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover,#header a:hover {
    color: #fc5d23;
}


#category-49 {
    display: none;
}
@media (max-width: 767px) {
    #footer .footer-container .links ul {
        margin-bottom: 0;
        background-color: #000;
    }
    #footer .h3,#footer .float-xs-right {
    color: #fff;
    }
}
#cms #content-wrapper {
    background: #fff;
    margin-bottom: 1rem;
}
@media (min-width: 992px) and (max-width: 1366px) {
  .top-menu .sub-menu {
    margin-left: 6.7%;
    margin-right: 10%;
  }
}
#top-menu .current > a[data-depth="0"], #header #top-menu a[data-depth="0"]:hover{
    height:50px;
    margin:auto;
    padding:15px;
}
.main-menu.col-xl.col-auto{
    height:50px;
}
/* Force product title to one line */
.product-miniature  a p.product-miniature__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
/* Disable Online-only product badge */

.product-miniature .product-flags .badge.online-only,#product-images .online-only{
    display: none;
}
.product-miniature .product-flags .badge.on-sale,#product-images .on-sale{
    background: #c30909;
}
.product-miniature .product-flags .badge.new,#product-images .new,
.product-miniature .product-flags .out_of_stock {
    background:#fc5d23;
}
/* HEADER CART DESIGN */
.header-cart {
  display: flex;
  align-items: center;
}

.cart-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: #222;
  transition: all 0.25s ease;
}

.cart-link:hover {
  background: #f4f4f4;
}

.cart-link.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.cart-icon {
  position: relative;
  font-size: 26px;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #ff3b3b;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
}

.cart-text {
  font-size: 15px;
  font-weight: 500;
}

.left-block__title {
    color: #393838;
    font-size:24px;
    line-height:24px;
    text-transform: uppercase;
    font-weight: 600;
    padding:0 0 15px;
    margin:-6px 0 17px 0;
    border-bottom: 2px solid #f85d25;
}
.left-block__link.cms-page-link {
    font-weight: 500;
}

.product-miniature .card:hover {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.5));
}
.category-tree__child .category-tree__list[data-depth="0"]>.category-tree__item>.category-tree__item__header .category-tree__item__link{
    font-weight: 500;   
}