
@media screen and (min-width:1200px){
    .cart-item-list-xl{
        position: absolute !important;
        left: 216px;
        top: 26px;
        font-size: 25px;
        color: red !important;
    }
}

@media screen and (min-width:992px) and (max-width: 1199px){
    .cart-item-list-lg{
        position: absolute !important;
        left: 171px;
        top: 26px;
        font-size: 25px;
        color: red !important;
    }
}

@media screen and (min-width:768px) and (max-width: 991px){
    .cart-item-list-md{
        position: absolute !important;
        left: 110px;
        top: 26px;
        font-size: 25px;
        color: red !important;
    }
}

@media screen and (min-width:576px) and (max-width: 767px){
    .cart-item-list-sm{
        position: absolute !important;
        left: 448px;
        top: 26px;
        font-size: 25px;
        color: red !important;
    }
}

@media screen and (min-width:1px) and (max-width: 575px){
    .cart-item-list-xm{
        position: absolute !important;
        left: 18px;
        top: -2px;
        font-size: 25px;
        color: red !important;
    }
}

@media screen and (max-width:991px) {
    /*Mega Menu Start*/
    .mega-menu {
        width: 700px;
        margin-left: 0px;
    }
    /*Mega Menu End*/
    /*Slider Header Start*/
    .da-slide h2 {
        font-size: 36px;
        top: 100px;
    }
    /*Slider Header End*/
}

@media screen and (max-width: 767px) {
    /*Mega Menu Start*/
    .mega-menu {
        width: 100%;
        margin-left: 0px;
    }
    /*Mega Menu End*/
}

@media screen and (max-width:479px) {
    /*Mega Menu Start*/
    .mega-menu {
        width: 100%;
        margin-left: 0px;
    }
    /*Mega Menu End*/
    /*Modal Section Start*/
    .sil-modal-xm {
        max-width: 300px;
    }
    /*Modal Section End*/
}

@media screen and (min-width:350px) {
    .sil-col-xm-6{
        max-width: 50%;
    }
}


/* menu section end*/


/* breakpoint and up - mega dropdown styles */

@media screen and (min-width: 992px) {
    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding: .5rem .5rem;
        margin: 0 .25rem;
    }
    /* makes the dropdown full width  */
    .navbar .mega-menu {
        position: static;
    }
    .navbar .mega-menu .dropdown-menu {
        width: 113%;
        left: -17px;
        right: 0;
        /*  height of nav-item  */
        top: 56px;
    }
    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block!important;
    }
    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: #fff;
    }
}