.Header-Logo {
    width: 150px;
    height: 70px;
}

.Logo-Alt {
    width: 50%;
}

.Model {
    position: relative;
    z-index: 100;
}

.Model img {
    background: #ebe9f9;
    background: -moz-linear-gradient(-45deg, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%);
    background: -webkit-linear-gradient(-45deg, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%);
    background: linear-gradient(135deg, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%);
    padding: 11px 7px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    border: 1px solid rgba(102, 102, 102, 0.445);
}

.YeniUrun {
    background: url('../img/YeniUrun.svg') no-repeat;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 0px;
    left: 2px;
    z-index: 200;
}

.KampanyaUrun {
    background: url('../img/kampanya.png') no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -7px !important;
    right: 2px !important;
    z-index: 200;
}

.menuList {
    position: relative;
    width: 100%;
    border: 1px solid #333;
    background: #ebe9f9;
    background: -moz-linear-gradient(-45deg, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%);
    background: -webkit-linear-gradient(-45deg, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%);
    background: linear-gradient(135deg, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%);
}

.menuList img {
    padding: 20px 10px;
}

.menuList h5 {
    border-top: 1px solid #333;
    background: rebeccapurple;
    padding: 10px;
    color: #fff;
    margin: 0;
    position: relative;
}

.menuList h5 span {
    display: block;
    background: var(--primary);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    padding: 13px;
    min-width: 50px;
    border-left: 1px solid #333;
}

.menuList .NewUrun {
    background: url('../img/NewProduct.svg') no-repeat;
    height: 120px;
    width: 120px;
    position: absolute;
    top: -14px;
    left: -14px;
    z-index: 200;
}

.w-5 {
    width: 50px;
}

.buyuk-boy,
.kucuk-boy {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.alt-info img {
    padding: 0 5px !important;
}

.kampanya {
    height: 10px;
}


