.services__list .s-checkbox, .cart__item .s-checkbox { display: none; }
.services__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  /* background-color: #f6f6f6;*/
}
.services__list-product-cart {
    width: 70%;
}
.services__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
   background-color: #eee;
}
.services__label {
    display: flex; 
    align-items: center;
    min-width: 400px;
    width: 400px;
    /*background-color: red;*/
}
.services__select {
    min-width: 400px;
    width: 400px;
   /* background-color: #e6e6e6; */
}

.page ul li:before { display: none; }
#onepage { margin-left: 10%; width: 80%; }
.s-confirm-wrapper .s-cart-item.is-service { padding: 0px; }
.dialog {
    display: none;
}
.dialog-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 99;
}

.dialog-window .cart {
    position: fixed;
    top: 15%;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 100;
    overflow-x: hidden;
    margin: 0 auto;
    text-align: left;
    width: 400px;
    bottom: 15%;
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 3px 15px #555;
    box-shadow: 0 3px 15px #555;
}

.dialog-window .dialog-close {
    float: right;
    color: #bbb;
    text-decoration: none;
    font-size: 200%;
    font-weight: bold;
    margin-top: -3px;
}

.advancedservices_plugin_tooltip {
    overflow: hidden;
}

.advancedservices_plugin_tooltip p {
    max-width: 380px;
    display: block;
    word-break: break-all;
}
.my__s-cart-item { padding:0!important; border-bottom: 0!important; }
.my__s-cart-item table { float:right; }
.my__s-cart-item td { padding: 15px 7px; }