@import url("/assets/bootstrap/bootstrap-icons-1.11.3/font/bootstrap-icons.css");

@media (min-width: 1200px) {
    .container {
        max-width: 1500px !important;
    }
}

a {
    color: #d42f13 !important;
}


.vars.params.varshidden {
    max-height: 110px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    margin-bottom: 0px !important;
}

.mw .dropdown-menu a{
	color: #d42f13 !important;
}

.colincart-user {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
}

a[role="button"]:hover {
    background: none;
	    text-decoration: underline;
}


.a-mw{color: #fff !important;}
.div-mw a{
	
}



.ch-btns input {
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px;
    line-height: 0;
    background: #efefef;
    border: solid 1px #ddd;
}
.count-area > div {
    margin: 0px 2px;
}
.count-field input {
    border: solid 1px #ddd;
    max-width: 80px;
    font-size: 80%;
}


.nav-link:hover{
    background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ddd!important;
}