/*your custom css goes here*/
.top-navbar{
    display:none;
}
.cart-btn {
    background: #ee2e35;
    opacity: 1 !important;
    transition: 0.3s;
    overflow: hidden;
}
.menu_ber{
    background:#ee2e35 !important;
    color:#fff;
}
.logo-bar-area{
    /*background: #008d524a;*/
    background: #fff;
}
.logo-bar-area .input-group{
    background: #33aed72e;
   
}
.logo-bar-area .input-group input{
     border-color: #ee2e35 !important;
}
.menu_category{
    position: absolute;
    width: 70%;
    border: 0;
    border-radius: 0 !important;
}
.categories_menu{
   display:none;
}
.menu_category:hover .categories_menu{
   display:block !important;
}
@media (min-width:768px){
    .category_slider{
        display:none !important;
    }
   
}
@media (max-width:768px){
     .menu_ber{
        display:none;
    }
}
.menu_top_category .sub-cat-menu {
    display: none;
    position: absolute;
    width: calc(100% - 10%);
    left: calc(25% - -212px);
    height:calc(88% + 20px);
    overflow: hidden;
    top: 40px;
    z-index: 9;
    background-color: #fff;
    overflow-y: auto;
}
.menu_top_category .sub_sub_cateroy {
    height: calc(69% + 20px) !important;
}
@media (min-width: 576px){
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1 !important;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}}

.cart-btn .cart-btn-text {
    margin-top: 48px;
    margin-bottom: 20px;
    transition: 0.4s;
}
.cart-btn:hover, .cart-btn.active {
    opacity: 1;
}
.cart-btn:hover .cart-btn-text {
    margin-top: -40px;
}

/*.hov-animate-outline::before, .hov-animate-outline::after {*/
/*    box-sizing: inherit;*/
/*    content: '';*/
/*    position: absolute;*/
/*    z-index: 1 !important;*/
/*    width: 0;*/
/*    height: 0;*/
/*    transition: color 0.3s;*/
/*    border: 2px solid transparent;*/
/*}*/
/*.hov-animate-outline:hover::before {*/
/*    border-top-color: #33aed7;*/
/*    border-right-color: #33aed7;*/
/*    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;*/
/*}*/
/*.hov-animate-outline:hover::before, .hov-animate-outline:hover::after {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.hov-animate-outline::before {*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
/*.has-transition {*/
/*    -webkit-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease !important;*/
/*}*/
/*.hov-animate-outline::after {*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/
/*.hov-animate-outline:hover::after {*/
/*    border-bottom-color:#33aed7;*/
/*    border-left-color: #33aed7;*/
/*    transition: height 0.3s ease-out, width 0.3s ease-out 0.3s;*/
/*}*/
.hov-animate-outline{
        border:2px solid transparent !important;
}
.hov-animate-outline:hover{
    border:2px solid #ee2e35 !important;
    transition: all 0.5s ease !important
}
.cart-btn i{
    color:#fff !important;
}
.login-hed:hover .nav-user-img {
    border-color: var(--primary) !important;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
    color:var(--primary) !important;
}
.login-hed:hover .nav-user-img > svg * {
    fill: var(--primary);
}
.login {
    border-right: 2px solid #ee2e35 !important;
    border-width: 2px;
    height: 15px;
}
@media (max-width:767px){
    .common_log{
        display:none !important;
    }
}
.aiz-category-menu .category-nav-element:hover > a {
    font-weight: 700;
}
.sub_sub_cateroy{
    background: #fff;
    float: right;
    z-index: 111111111111;
    margin: auto;
    position: fixed;
    width: calc(100% - 75%);
    left: calc(44% - 10px) !important;
    height: calc(100% + 20px);
    top: 125px;
    padding: 20px;
    border: 1px solid #ccc;
    opacity: 0;
    visibility: hidden;
}

.sub_categroy_name:hover .sub_sub_cateroy{
        opacity: 1 !important;
    visibility: visible !important;
}
.categories{
        height: 460px;
    overflow: scroll;
}
.sub_categroy_name .sub-name-fast{
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding-right: 25px;
}
.sub_categroy_name:hover .sub-name-fast{
          font-weight: 700;
        
}
.search_category{
    border-top: 1px solid #ee2e35 !important;
    border-bottom: 1px solid #ee2e35 !important;
     background: #fff;
}
.search_category #cars{
    border: 0;
    height: 40px;
    width: 125px;
    line-height: 40px;
    color: #6b6b6b;
    font-weight: 600;
    background: #fff;
    padding: 0 0.75rem 0 0.5rem;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 12px;
}
.border-search{
        border-right: 0 !important;
}
.sub_sub_cateroy a{
        text-transform: capitalize;
}
.dropdown-menu-content{
        position: absolute;
    background: #fff;
        border: 2px solid #ee2e35;
    border-radius: 8px;
        opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 5px;
}
.dropdown-menu-content .list-inline-item{
 display: block !important;
    margin-bottom: 0 !important;
    line-height: 25px;
}

.dropdown-menu-content .list-inline-item a{
color: #000 !important;
    padding: 0px 30px !important;
    border-radius: 4px;
    padding-left: 5px !important;
    font-weight: 600;
}
.dropdown-menu-content .list-inline-item a:hover{
       opacity: 0.6 !important;
}
.dropdown_nav:hover .dropdown-menu-content{
   opacity: 1;
    visibility: visible; 
}
.pre-order_card{
        box-shadow: 0 0px 27px rgb(40 42 53 / 15%);
    border-radius: 16px;
    padding: 40px;
    border: 3px solid #ccccccc2;
}
.pre-order-headding{
    text-align: center;
    padding-bottom: 4rem;
}
.pre-order-headding h3{
        font-weight: 700;
        color: #ee2e35;

}
.menu_top_category .sub-cat-menu {
        padding: 0 !important;
}

