body.wl{
    line-height: normal;
}
.wl .wl-pl-pricelist-single {
    display: flex;
    font-family: interregular;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-bottom:15px;
    border-radius: 15px;
    border: 2px solid #B4B4B4;
}
.wl .wl-pl-pricelist-single.wl-pl-checked {
    border: 2px solid #3926AD;
}
.wl .wl-pl-pricelist-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: intermedium;
}
.wl .wl-pl-pricelist-left label {
    display: flex;
    align-items: center;
}
.wl .wl-pl-item-name h4 {
    color: #212121;
    margin: 0;
    font-size: 17px;
    padding-bottom: 0px;
}
.wl .wl-pl-item-name span {
    font-size: 10px;
    color: #F2295C;
    font-family: intermedium;
    background: #FDDFE7;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 4px;
}
.wl .wl-pl-item-name {
    margin: 18px 0;
    margin-top: 30px;
}
.wl .wl-pl-item-total {
    background: #F4F3FA;
    color: #212121;
    font-family: interbold;
}
.wl .wl-pl-item-total span ins{
    text-decoration: none;
}
.wl .wl-pl-item-total span del{
    display: none;
}
.wl .wl-pl-item-quantity input{
    border-radius: 6px;
    outline:0;
    width: 60px;
    padding-right: 5px;
    text-align: center;
    height: 35px;
}
.wl .wl-pl-item-quantity input[type="number"]{
    padding: 0px 5px 0px 0px;
    font-size: 14px;
}
.wl .wl-pl-item-quantity-div{
    margin: auto;
}
.wl .wl-pl-item-quantity{
    display: none;
    /*line-height: 4.5em;*/
    padding-left: 5px;
    margin: auto;
} 
.wl .pl-item-attr {
    border-right: 1px solid #707070;
    line-height: 4.5em;
}
.wl .pl-item-attr:last-child {
    border-right: 0px;
}
.wl label.wl-pl-checkbox-label {
    width: 100%;
    background: transparent;
    overflow: hidden;
    outline:0;
}
.wl .wl-pl-select{
    display: none;
}
.wl .wl-pl-checked .wl-pl-select{
    display: block;
}
.wl .wl-pl-select-tbl{
    margin-bottom: 0px;
}
.wl table.wl-pl-select-tbl td{
    border: 0px;
    padding: 1.5px 0px;
}
.wl table.wl-pl-select-tbl tbody > tr:nth-child(2n+1) > td, 
.wl table.wl-pl-select-tbl tbody tr:hover > td {
    background-color: transparent;
}
.wl .wl-pl-inputes{
    display: flex;
}

/*radio label design*/
.wl .radio-custom, .wl .checkbox-custom {
    opacity: 0;
    position: absolute;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
.wl .checkbox-custom,
.wl .wl-pl-checkbox-label,
.wl .wl-pl-pricelist-single label
 {
    display: inline-block;
    vertical-align: middle;
    margin: 0px; 
    cursor: pointer;
}
.wl .wl-pl-checkbox-label, .wl .radio-custom-label {
    position: relative;
    font-family: 'interregular';
}
.wl .checkbox-custom+.wl-pl-checkbox-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    float: left;
}
.wl .checkbox-custom+.wl-pl-checkbox-label:before {
    border-radius: 50%;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    margin: 29px 15px;
    margin: 5p;
}
.wl .checkbox-custom:checked + .wl-pl-checkbox-label::before {
    content: "\2714";
    color: #fff;
    background: #3926ad;
    font-size: 13px;
    text-align: center;
    border: 1px solid transparent;
}
.wl .wl-pl-checked .wl-pl-item-total {
    background: #3926AD;
    color: #fff;
}

/* pricelist bottom */
.wl .wl-pl-pricelist-bottom {
    text-align: center;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.wl .wl-pl-pricelist-bottom strong {
    margin-right: 15px;
    font-size: 17px;
    font-family: intermedium;
        color: #212121;
}
.wl .wl-pl-btn{
    padding: 25px 30px;
    font-family: interregular;
    font-size: 15px;
    text-transform: uppercase;
    background: #4139AA;
    color: #fff;
    border-radius: 16px;
    border: 1px solid #4139AA;
    outline:0;
    cursor:pointer;
}
.wl .wl-pl-btn a{
    color: #fff;
}
.wl .wl-pl-pricelist-bottom .wl-pl-btn:hover{
    background-color: #E9345F;
    border-color: #E9345F;
    color: #fff;
}
.wl .wl-pl-pricelist-bottom .wl-pl-btn:hover a{
    color: #fff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
.wl-pl-item-name, .wl-pl-pricelist-right {float: none;    width: 100%;}
.wl-pl-pricelist-right{font-size:15px;}
.wl-pl-item-details {padding-right: 10px;color: #212121;}
span.pl-item-attr {margin-right: 0; padding:2px 10px;}

.wl-pl-item-quantity {padding-right: 10px;}
.wl-pl-item-quantity select {font-size: 15px;padding: 2px 5px;}
.wl-pl-item-total {padding: 10px;font-size: 12px;}

.wl-pl-pricelist-bottom strong {font-size: 15px;}
.wl-pl-btn {padding: 8px 20px;}

}

/* Super Small Devices, Phones */
@media only screen and (min-width: 360px) {
    .wl .wl-pl-pricelist-right{
        display: block;
    }
    .wl-pl-pricelist-single{
        text-align: center;
    }
    .wl .wl-pl-item-quantity {
        margin: 5px auto;
    }
    .wl .checkbox-custom + .wl-pl-checkbox-label::before {
        visibility: hidden;
        margin: 0;
    }
    .wl-pl-item-total {
        font-size: 16px;
    }
    .wl .wl-pl-select{
        width: 100%;
        margin-right: 5px;
    }
    
}
@media only screen and (max-width: 360px) {
    .wl .wl-pl-inputes{
        display: block;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 640px) {
    .wl .wl-pl-pricelist-right{
        display: flex;
    }
    .wl-pl-pricelist-single{
        text-align: left;
    }
    .wl .checkbox-custom + .wl-pl-checkbox-label::before {
        visibility: visible;
        margin: 29px 15px;
    }
     .wl-pl-item-quantity {
        margin: 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) { 
.wl-pl-item-name {float: left;width:auto;}
.wl-pl-pricelist-right {float: right;width:auto;font-size: 17px;}
.wl-pl-item-details {padding-right: 30px;}
span.pl-item-attr {padding: 5px 10px; margin-right: 0px;}
.wl-pl-item-quantity {padding-right: 10px;}
.wl-pl-item-quantity select {font-size: 17px;padding: 5px 11px;}
.wl-pl-item-total {padding: 34px 40px;font-size: 17px;}
.wl-pl-pricelist-bottom strong {font-size: 17px;}
.wl-pl-btn {padding: 25px 30px;}
}