.aa-protuct-kit .row{
    margin-bottom: 5px;
    padding-bottom:  5px;
}

.aa-kit-price{
    font-weight: bold;
}

.aa-kit-price .old_price{
    font-weight: normal;
    font-size: 13px;
}

.aa-protuct-kit .product-options-group .col-sm-6{
    width: 100%;
}
#kit_price_diff{
    text-align: center;
    font-size: 16px;
}
#kit_price_diff span{
    font-weight: bold;
}
.aa-protuct-kit .prices {
    padding-bottm: 0;
    margin-bottom: 0;
}

.aa-protuct-kit .shopping-cart {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.kit-element-photo {
    /*    margin-right: 10px;*/
    margin-top: 8px;
    cursor: pointer;
}

.kit-element-photo img {
    /*    border: 2px solid transparent;*/
    max-width: 100%;
}

/*PRODUCT KIT LIST STYLES*/
.aa-product-kits-products {
    margin: 25px 0;
    border-top: 1px solid #dad6d6;
}

.aa-product-kits-element-photo img {
    width: 100%;
    height: auto;
}

.aa-product-kits-products > h4 {
    color: #333;
    font-size: 20px;
}

.aa-product-kits-listelement > div:not(:first-child) {
    padding-top: 8px;
    margin-top: 8px;
}

.aa-product-kits-listelement-outer {
    clear: both;
    position: relative;
}

.aa-product-kits-listelement-outer::after {
    clear: both;
    content: '';
    display: table;
}

.aa-product-kits-listelement-outer.hide-me {
    display: none;
}

.aa-product-kits-listelement-inner {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.aa-product-kits_element_item_data {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.kit_element_quantity {
    font-weight: bold;
}

.aa-product-kits-listelement-inner.vertCenter .aa-product-kits-name, .aa-product-kits-listelement-inner.vertCenter .aa-product-kits-price, .aa-product-kits-listelement-inner.vertCenter .aa-product-kits-check {
    padding-top: 0;
}

.aa-product-kits-listelement-inner .aa-product-kits-element-photo {
    min-width: 43px;
    margin-right: 15px;
    border: 1px solid #999;
    overflow: hidden;
    cursor: pointer;
}

.aa-product-kits-listelement-inner .aa-product-kits-element-photo img {
    object-fit: cover;
    object-position: center;
}

.aa-product-kits-listelement-inner .glyphicon {
    top: 4px;
    cursor: pointer;
}

.aa-product-kits-listelement-inner .aa-product-kits-name, .aa-product-kits-listelement-inner .aa-product-kits-price, .aa-product-kits-listelement-inner {
    padding-top: 5px;
}

.aa-product-kits-listelement-inner .aa-product-kits-price {
    color: #da4167;
    font-size: 18px;
    white-space: nowrap;
}

.aa-product-kits-listelement-inner .old_price {
    font-size: 14px;
}

.aa-product-kits-listelement-inner .aa-product-kits-name {
    font-size: 20px;
    color: #333;
    line-height: 16px;
    flex-grow: 1;
    margin-bottom: 10px;

}

.aa-product-kits-listelement-inner .aa-product-kits-name span {
    cursor: pointer;
}

.aa-product-kits-listelement-inner .aa-product-kits-name span:hover {
    text-decoration: underline;
}

.aa-product-kits-listelement-inner .aa-product-kits-name .form-group {
    margin: 0;
}

.aa-product-kits-listelement-inner .aa-product-kits-name .form-group .btn {
    font-size: 10px;
    padding: 5px 7px;
}

.aa-product-kits-listelement-inner .aa-product-kits-name .form-group .caret {
    margin-top: 5px;
}

.aa-product-kits-listelement-inner .aa-product-kits-name label, .aa-product-kits-listelement-inner .aa-product-kits-name .col-sm-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}



