/* Fill me with your fixes */
.banner-list .banner{
    margin-bottom: 15px;
}

#PasswordRecovery .row{
    margin-bottom: 15px;
}

#FilterLoading{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(90, 90, 90, .1);
    z-index: 999999999999;
}

#FilterSpinner{
    margin-top: 60px;
}

#order-form select.my-styled{
    border: 1px solid #cdcdcd;
    color: #999;
    height: 38px;
    max-width: unset;
    min-height: 38px;
    padding: 0 15px;
    width: 100%;
}

#order-form select.my-styled option:not([value="0"]), #order-form select.my-styled.with-value{
    color: #444;
}

.action-menu.cart-menu .loading{
    height: 75px;
}

#cart-loader{
    margin-top: 50px;
}

#discount-form .message,
#cart .code-wrap .message {
    font-size: 12px;
}

#code-loader{
    width: 25px;
    height: 25px;
}

#add-discount-form .input-wrap {
    margin-top: 0px;
    margin-bottom: 5px;
}

#discount-form span.remove,
.code-wrap span.remove {
    color: red;
    cursor: pointer;
}

#discount-form .message{
    margin-bottom: 10px;
}

.asterix-tooltip{
    font-size: 14px;
}

.category-title{
    /* text-transform: uppercase; */
    font-weight: 600;
    line-height: 130%;
    white-space: nowrap;
}

.category-link{
    /* margin-top: 10px; */
    margin-top: 0;
}

.banner-category-wrapper{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* min-height: 300px; */
    top: unset;
    height: unset;
    /* padding: 1px !important;
    background-color: #FF4646; */
    background: none;
}

.banner{
    position: relative;
    height: 680px;
    background: url(/images/html/cominfo_header.jpeg) no-repeat center;
    background-size: cover;
    background-position: top;
}

.category-item{
    vertical-align: top;
}

.category-icon img:first-child{
    height: 70px;
    width: 70px;
}

.footer-logos{
    text-align: end;
    line-height: 55px;
}

.about-us-container{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .footer-logos{
        text-align: start;
    }

    .about-us-container{
        gap: 48px;
        grid-template-columns: 100%;
        grid-template-rows: 360px auto;
    }
    .about-image{
        grid-row: 1/2;
        overflow: hidden;
    }
    .about-image{
        object-position: 50% 50%;
    }
    .about-text{
        grid-row: 2/3;
    }
}

.about-image{
    text-align: center;
}

/* .about-us{
    margin-bottom: 60px;
} */


.category-all-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 1px;
    background-color: #FF4646;
    padding: 1px;

}

.category-all-items .category-item{
    padding: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FF0000;
}

.category-all-items .category-item a{
    display: grid;
    grid-auto-rows: 1fr;
    /* gap: 8px; */
}

.about-image{
    width: 100%;
    /* height: 100%; */
    max-height: 633px;
}

.about-image img{
 width: 100%;
  /* height: 100%; */
  height: 633px;
  object-fit: cover;
  object-position: 70% 50%;
}
.about-image-container{
    width: 100%;
    height: 900px; 
    overflow: hidden;
}

.about-text{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.footer-submenu{
    margin-top: 18px;
}

#navbar{
    max-height: 56px;
}

#navbar #category-menu{
    height: auto;
}

#navbar .container,
#navbar .container .row{
    height: 100%;
}

#SearchForm,
#SearchForm .input-wrap,
#SearchForm .input-wrap input,
#SearchForm button{
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

#SearchForm{
    display: grid;
    grid-template-columns: 1fr 56px;
}

#SearchForm .input-wrap{
    grid-row: 1/2;
    grid-column: 1/2;
    flex: 0 1;
    width: 260px;
}

#SearchForm button{
    grid-row: 1/2;
    grid-column: 2/3;
}

#SearchForm #autocomplete-suggestions{
    grid-row: 2/3;
    grid-column: 1/3;
    max-width: 316px;
}

.navbar-toggler,
.navbar-collapse,
.navbar-nav{
    height: 100%;
}

#mobile-search-toggle{
    display: none;
}

#MobileSearchForm{
    display: none;

}

#header.scrolled .mobile-search-collapse{
    top: -20px;
}

#autocomplete-suggestions-mobile{
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    #mobile-search-toggle{
        display: flex;
        margin-left: auto;
        height: 100%;
        margin-right: 1px;

    }

    #mobile-search-toggle button{
        width: 54px;
        border: none;
        background: #F00;
        color: #FFF;
        height: 100%;
        border-radius: 0;
    }

    #mobile-search-toggle button.open{
        background: #FFF;
        color: #F00;
    }

    #MobileSearchForm{
        display: flex !important;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        -webkit-transform: translateY(1px) !important;
        transform: translateY(1px) !important;
    }

    #MobileSearchForm > .input-wrap{
        margin: 8px 0;
        height: 100%;
        width: 200%;
    }

    #MobileSearchForm button{
        width: 54px !important;
        height: 54px;
    }

    .mobile-search-collapse{
        background-color: #fff;
        left: 0;
        padding-top: 1px;
        position: fixed;
        /* top: 0; */
        top: 10px;
        -webkit-transform: translateY(135px);
        transform: translateY(135px);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        transition: all .16s ease-in-out;
        width: 100%;

        display: none;
    }
}


.desc-col{
    min-width: 240px;
    flex: 1;
}

.nav-item.has-submenu a{
    padding-right: 0;
}

.nav-item.has-submenu{
    flex-wrap: nowrap;
}

#main-navigation .navbar-nav .nav-item.hovered .submenu-toggle {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#main-navigation .navbar-nav .nav-item .nav-link-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 991px){
    #main-navigation .navbar-nav .nav-item .nav-link-wrap .submenu-toggle{
        /* height: 100%; */
        padding-left: 16px;
        padding-right: 24px;
        height: 30px;
        width: 30px;

    }

    #main-navigation .nav-item .submenu{
        -webkit-transform: none !important;
        transform: none !important;
        /* display: flex !important; */
        position: relative;
        box-shadow: none;
        background-color: transparent;
        top: 0;
        padding-left: 16px;
        padding-top: 0;
        padding-bottom: 8px;

        flex-direction: column;
    }

    #main-navigation .nav-item.has-submenu{
        flex-direction: column;
        color: #F00;
    }

    #main-navigation .navbar-nav>.nav-item.has-submenu>.nav-link-wrap>.nav-link{
        color: #F00;
    }

    #main-navigation .nav-item.nav-item.has-submenu.hovered .submenu{
        display: flex !important;
    }
}


.toggle-hidden-desc{
    border-color: black;
}