/*
Custom Css
*/
.fa {
    color: #D10024;
}
.fas {
    color: #D10024;
}

/* Header navbar */
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #15161D;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Search block in header */
.header-search {
    padding: 15px 0;
}

.header-search form {
    display: flex;
    align-items: stretch;
}

.header-search .input-select {
    height: 40px;
    border-radius: 40px 0 0 40px;
    border: 1px solid #ccc;
    border-right: none;
    padding: 0 15px;
    background-color: #fff;
    outline: none;
    box-sizing: border-box;
}

.header-search .input {
    height: 40px;
    flex: 1;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 0 15px;
    box-sizing: border-box;
}

.header-search .search-btn {
    height: 40px;
    width: 100px;
    background: #D10024;
    color: #FFF;
    font-weight: 700;
    border: 1px solid #D10024;
    border-radius: 0 40px 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* ----- CATEGORY MENU (SECOND NAVIGATION BAR) ----- */

#navigation {
    background: #ffffff;
    border-top: 3px solid #D10024;
    border-bottom: 1px solid #E4E7ED;
    padding: 14px 0;
}

/* Контейнер списка */
#navigation .main-nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start; /* как в твоём примере Electro */
    align-items: center;
    gap: 45px; /* расстояние между пунктами */
    margin: 0;
    padding: 0;
}

/* Пункты меню */
#navigation .main-nav li {
    list-style: none;
}

/* Ссылки */
#navigation .main-nav li a {
    
    font-weight: 500;
    color: #2c2d3f;
    text-decoration: none;
    padding-bottom: 8px;
    position: relative;
    transition: 0.3s ease;
}

/* Эффект линии */
#navigation .main-nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 3px;
    background-color: #D10024;
    transition: 0.3s ease;
    border-radius: 2px;
}

/* Hover */
#navigation .main-nav li a:hover {
    color: #D10024;
}
#navigation .main-nav li a:hover::after {
    width: 100%;
}

/* Active */
#navigation .main-nav li.active a {
    color: #D10024;
}
#navigation .main-nav li.active a::after {
    width: 100%;
}

/* Mobile */
@media (max-width: 991px) {
    #navigation .main-nav {
        flex-direction: column !important;
        align-items: flex-start;
        gap: 15px;
    }
}


#hot-deal.section {
    padding: 60px 0px;
    margin: 30px 0px;
    background-color: #E4E7ED;
    background-image: url(../img/hotdeal.png);
    background-position: center;
    background-repeat: no-repeat;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }
}

.hot-deal {
    text-align: center;
}

.hot-deal .hot-deal-countdown {
    margin-bottom: 30px;
}

.hot-deal p {
    text-transform: uppercase;
    font-size: 24px;
}

.hot-deal .cta-btn {
    margin-top: 15px;
}

a:hover {
      opacity: .50;
      
}

.primary-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #D10024;
    border: none;
    border-radius: 40px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.hot-deal .hot-deal-countdown>li {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #D10024e6;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
}

.hot-deal .hot-deal-countdown>li>div span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFF;
}

.hot-deal .hot-deal-countdown>li>div h3 {
    color: #FFF;
    margin-bottom: 0px;
}

.hot-deal .hot-deal-countdown>li>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

h1, h2, h3, h4, h5, h6 {
    color: #2B2D42;
    font-weight: 700;
    margin: 0 0 10px;
    text-decoration: none
}

.text-decoration-none {
    line-height: 2;
}

#subscribeEmail{
        height: 40px;
        color: #15161D;
    flex: 1;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #FFF !important;
}


#subscribeBtn {
height: 40px;
    width: 100px;
    background: #D10024;
    color: #FFF;
    font-weight: 700;
    border: 1px solid #D10024;
    border-radius: 0 40px 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.category-list li {
    margin-bottom: 12px;
}

.category-list a {
    color: #222;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.category-list a:hover {
    color: #D10024;
}

.category-list .active-category {
    font-weight: 700;
    color: #D10024;
}
.contact-address span {
    white-space: nowrap;
}


@media screen and (max-width: 787px) {
    .navbar .custom-header {
        padding: 10px !important;
    }
  }
