.vpc-options label.custom:before {
    content: "";
    display: inline-block;
    width: 60px !important;
    height: 120px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.vpc-options label.custom {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    text-align: center;
    vertical-align: top;
    width: 60px !important;
    height: 120px !important;
    box-sizing: content-box;
    margin: 7px;
}

.vpc-selected-icon img {
    max-width: 36px;
    max-height: 65px!important;
}

.vpc-group-name {
    display: inline-block;
    margin: 5px;
    margin-right: -3px !important;
    vertical-align: middle;
    color: black!important;
}
/*
#vpc-preview, .vpc-cart-config-image, .saved-config-preview {
    position: relative;
    border: 1px solid #f1f4f9!important;
    text-align: center;
    background-color: #0090d5!important;
    padding-top: 25px;
    padding-bottom: 25px;
}
*/
.vpc-component {
    border: 2px solid #eee!important;
    border-top: 0!important;
    padding: 5px!important;
    cursor: pointer!important;
}

.vpc-component-header {
    color: #dedede!important;
    position: relative;
}

.vpc-component:first-of-type {
    border-top: 2px solid #f1f4f9 !important;
}
#vpc-price-container {
    height: 50px;
    color: #09c;
    font-weight: bold;
    text-align: right;
    font-size: 0px !important;
}
.vpc-action-buttons button, .vpc-action-buttons .plus, .vpc-action-buttons .minus {
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
    vertical-align: top!important;
    display: none !important;
}

.vpc-component-header {
    color: #dedede!important;
    position: relative;
    background-color: #df0023;
}

.col {
    display: inline-block;
    min-height: 1px;
    font-size: 18px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
}

.txt.vpc-selected {
    color: #becbd2;
    display: block;
    font-size: 14px!important;
    line-height: normal;
    font-weight: 600!important;
}

.vpc-single-option-wrap {
    display: inline-block;
    margin-left: -6px;
}

.vpc-component-header>span {
    padding-left: 10px;
    padding-top: 5px;
}

.vpc-selected-icon img {
max-width: 0px !important;
max-height: 24px;
}

#vpc-components {
    margin-top: 50px;
    width: 50%;
}

.col {
    display: inline-block;
    min-height: 1px;
    font-size: 18px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    width: 50%;
}

.vpc-group label {
    border: 0px solid !important;
}

/* DRAZEN */
.vpc-component:first-of-type {
    display: none;
}

.vpc-component-header {
    display: none;
}

#vpc-preview, .vpc-cart-config-image, .saved-config-preview {
    border: 1px solid #000000;
}

.vpc-group {
    padding: 0px !important;
    border-top: 1px solid black !important;
}

#vpc-components, #vpc-preview {
    border: 1px solid #000000 !important;
}

.vpc-component {
    border: 2px solid #000000 !important;
}

.vpc-options {
    background-color: #000000 !important;
}

#vpc-components {
    margin-top: 25px !important;
}

.vpc-options label.custom {
    margin: 11px !important;
}

@media only screen and (max-width: 600px) {
  .vpc-options label.custom {
  margin: 8px !important;
  }
}