.ddm {
    position: absolute;
    width: 318px;
    right: -228px;
    top: 99%;
    line-height: 1;
    display: none;
    z-index: 1000;
}

.ddm__header {
    background: #f8f8f8;
    padding: 30px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    text-align: center;
    height: 92px;
}

.ddm__list {
    padding: 0 5px 10px;
    background: #fff;
    border-left: 1px solid #eaeaea;
}

.ddm__listItem {
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
    font-size: 0;
    margin-bottom: 5px;
}

.ddm__listItem:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.ddm__productImage {
    width: 55px;
    height: 55px;
}

.ddm__productInfo {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.ddmWrapper__pTitle {
    width: 125px;
    text-align: left;
    padding: 0 0 0 10px;
}

.ddmWrapper__price {
    width: 100px;
    text-align: right;
}

.ddmPrice__dec {
    color: #000;
    transition: all 0.2s ease-in-out;
    font-size: 11px;
}

.ddmWrap__priceInt.onSale {
    color: #a10000;
}

.ddm__viewAll {
    border-top: 1px solid #eaeaea;
    background: #f8f8f8;
    padding: 15px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}

.ddm__total {
    font-size: 0;
    background: #ffffff;
    padding: 20px 5px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

.ddm__goToCart {
    height: 50px;
    /*border: 1px solid #eaeaea;*/
    background-color: #E30613;
    color: #fff;
    transition: 0.3s ease-in-out;
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
}

.ddm__goToCart:hover {
    background-color: #B00511;
    color: #fff;
}


.ddm__pTitle {
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
    color: #000;
    font-family: "Museo Sans W01_700", Arial, sans-serif;
}

.ddm__priceTotal {
    text-align: right;
}

.ddm__infoTotal, .ddm__priceTotal {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 5px;
}

.ddm__summarySubTitle {
    transition: all 0.2s ease-in-out;
    font-size: 10px;
    color: #000;
    text-align: right;
}

.ddm__subTitle {
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    font-size: 10px;
    display: block;
}

.ddm__summaryTitle {
    font-family: "Museo Sans W01_300", Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}

.ddm__title {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.ddm__quantity {
    transition: all 0.2s ease-in-out;
    font-size: 10px;
    text-transform: capitalize;
}

.ddmProduct__priceBig {
    font-size: 15px;
    color: #000;
}

.ddm_PotentialPromotion {
    width: 20px;
    height: 55px;
    float: left;
}

.ddm_PotentialPromotion_img {
    width: 15px;
    height: 15px;
    margin-top: 20px;
}