.cart-promo-product-group-wrapper{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}
.cart-promo-product-group-product-image{
    width: 175px;
}
.cart-promos-wrapper{
    max-width: 700px;
}
.cart-promos-wrapper-title{
    color: #fff;
    background: #000;
    padding: 10px 20px;
    font-weight: bold;
    max-width: 700px;
    clear: both;
}
.cart-promo-product-group-title{
    font-weight: bold;
}
.cart-promo-product-group-summary{
    margin-top: 20px;
}
.cart-promo-product-group-set-price,
.cart-promo-product-group-prices{
    display: flex;
    justify-content: left;
}
.cart-promo-product-group-prices{
    font-size: 16px;
}
.cart-promo-product-group-set-price{
    font-size: 20px;
}
.before-discount{
    text-decoration: line-through;
}
button.cart-promo-product-group-add{
    margin-left: 25px;
    height: unset;
}
.cart-promo-product-group-product-text{
    max-width: 335px;
    padding-left: 40px;
    border-top: 1px solid gray;
    padding-top: 10px;
}
.cart-promos-messages{
    max-width: 740px;
    margin-top: 10px;
}
.cart-promo-name{
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 20px;
}
.cart-promos-wrapper .error{
    margin-bottom: 10px;
    font-size: 12px;
    color: red;
}
.cart-promo-product-group-added{
    color: green;
    font-weight: bold;
    margin: 10px 0px;
}
.cart-promo-product-group-price,
.cart-promo-product-group-product-price{
    margin-right: 10px;
}
.cart-promo-wrapper{
    margin-bottom: 20px;
}
.cart-add-promo-product-custom-options-wrapper{
    margin: 15px 0;
}

#cart-promo-product-groups-images-slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

#cart-promo-product-groups-images-slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#cart-promo-product-groups-images-slider ul li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 300px;
    max-width: 235px;
    text-align: center;
    line-height: 300px;
}

#cart-promo-product-groups-images-slider div.control_prev, #cart-promo-product-groups-images-slider div.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

#cart-promo-product-groups-images-slider div.control_prev:hover, #cart-promo-product-groups-images-slider div.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

#cart-promo-product-groups-images-slider div.control_prev {
    border-radius: 0 2px 2px 0;
}

#cart-promo-product-groups-images-slider div.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}
.cart-promo-product-groups-wrapper{
    max-width: 465px;
}
.cart-promo-product-groups-images{
    max-width: 235px;
}
.cart-promo-product-groups-images-wrapper{
    display: flex;
    max-width: 700px;
}
@media screen and (max-width: 400px) {
    .checkout-cart-index .cart-promos-wrapper{
        margin: 0 15px;
    }
}
@media screen and (max-width: 280px) {
    .cart-promo-product-group-set-price{
        flex-wrap: wrap;
    }
    .cart-promo-product-group-wrapper{
	flex-wrap: wrap;
    }
    button.cart-promo-product-group-add{
        margin-left: 0;
        margin-top: 10px;
    }
    .cart-promo-product-group-prices{
        display: block;
    }
}
