.dp-mini-form {
    max-width: 355px;
    background: #FFF;
    color: #000;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.dp-mini-form-header {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    background: #327e33;
    color: #FFF;
    padding: 5px 10px;
    font-weight: bold;
}

.dp-mini-input {
    width: 60%;
    position: relative;
}

.dp-mini-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
}

.dp-mini-form-label {
    width: 100%;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}

.dp-mini-input.dp-mini-time-input-field {
    width: 40%;
    padding-left: 10px;
}

.dp-mini-input input {
    max-width: 100%;
    min-width: initial;
    padding-right: 35px;
    border: 1px solid #dadada;
}

.dp-mini-input i.fa {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 35px;
    color: #9da0a3;
    pointer-events: none;
}

.dp-mini-form-actions {
    margin-top: 20px;
    text-align: right;
}

.dp-mini-form-button,
button.dpsrc-btn,
.dpsrc-btn,
.dpex-action button,
.dp-checkout-column button {
    background: #337ab7;
    color: #FFF;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
    border: 1px solid #236197;
    font-weight: bold;
}

.dp-mini-form-button:hover,
.dpex-action button:hover {
    background: #327e33;
}

.datepicker-panel > ul > li {
    color: #000;
}

.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-up:before {
    content: "\f077";
}

.glyphicon-chevron-down:before {
    content: "\f078";
}


.dp-mini-form.dp-main-page {
    max-width: initial;
    background: whitesmoke;
    margin-bottom: 20px;
}

.dp-mini-form.dp-main-page .dp-mini-form-control {
    max-width: 280px;
    margin-right: 20px;
    margin-top: 0;
}

.dp-mini-form.dp-main-page form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.dp-mini-form.dp-main-page .dp-mini-form-header {
    display: none;
}

.dp-select-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    padding: 20px;
    margin: 20px 0;
    border: 2px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

tr.dppt-header-row td,
tr.dppt-discounted-row td,
tr.dppt-row td {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 10px;
    border: 1px dotted #a2a2a2;
    text-align: center;
}

tr.dppt-header-row td {
    background: #327e33;
    color: #FFF;
}

tr.dppt-discounted-row td,
tr.dppt-row td {
    background: #efefef;
    color: #14181c;
}

tr.dppt-discounted-row td {
    text-decoration: line-through;
    color: darkgrey;
    font-style: italic;
}

tr.dppt-header-row td.active {
    background: #337ab7;
    color: #FFF;
    border-color: #444444;
}

tr.dppt-discounted-row td.active,
tr.dppt-row td.active {
    background: #f1fff1;
}

tr.dppt-row td.active {
    color: #108314;
}

tr.dppt-discounted-row td.active {
    color: #85a3c0;
}

.dpsrc-image {
    max-width: 240px;
}

.dpsrc {
    margin: 0 5px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #14181c;
}

.dpsrc:first-child {
    margin-left: 0;
}

.dpsrc:last-child {
    background: #ececec;
    background: #e8e8e8;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-right: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
}

ul.dpsrc-list {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #717171;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}

ul.dpsrc-list li:before {
    display: none;
}

.dp-select-row:hover {
    border-color: #327e33;
}

.dp-select-row:hover .dpsrc:last-child {
    background: #194a7a38;
}

.dpsrc-header {
    font-size: 20px;
    line-height: 22px;
}

.dpsrc-subheader {
    color: #545454;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
}

.dpsrc-total-header {
    font-weight: normal;
    color: #5d5b5b;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

.dpsrc-subtotal {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
}

span.dpsrc-st-price, span.dpsrc-st-currency {
    font-size: 22px;
    line-height: 24px;
}

.dpsrc-grand-total-line {
    white-space: nowrap;
    color: #525252;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
}

span.dpsrc-total-price-old {
    text-decoration: line-through;
    font-weight: normal;
}

span.dpsrc-total-price {
    color: #194a7a;
    font-size: 18px;
    line-height: 20px;
}

.dp-select-row:hover button.dpsrc-btn,
.dp-select-row:hover .dpsrc-btn {
    background: white;
    color: #14181c;
}

.dp-select-row:hover button.dpsrc-btn:hover,
.dp-select-row:hover .dpsrc-btn:hover {
    background: whitesmoke;
}

img.dpex-img {
    max-width: 100px;
}

.dp-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

h3.dpex-name {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #525252;
    font-weight: bold;
}

.dpex-col2 {
    padding: 0 20px;
    width: 100%;
}

.dpex-col2 p {
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
}

.dpex-price {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #03294d;
    font-weight: bold;
}

.dpex-col3 {
    width: 180px;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.dp-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}

.dp-checkout-column {
    width: 400px;
    -ms-flex-negative:  0;
        flex-shrink:  0;
    background: whitesmoke;
}

.dp-extra:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.dpcc-header {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #3e3e3e;
}

.dp-checkout-column {
    padding: 20px;
}

.dpcc-content {
    margin-bottom: 20px;
    padding-left: 20px;
}

.dpcc-cost {
    font-size: 20px;
    color: #423f3f;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: bold;
}

.dpcc-cost-price-old, .dpcc-cost-currency-old {
    text-decoration: line-through;
    font-size: 16px;
    line-height: 18px;
}

span.dpcc-cost-price-new, span.dpcc-cost-currency-new {
    font-weight: bold;
    color: #ef7f1a;
}

span.dpcc-cost-price-new {
    margin-left: 5px;
}

.dpcc-header.dpcc-subtotal {
    margin: 15px 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #dfdfdf;
    color: #5c5959;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dpcc-header.dpcc-subtotal span.dpcc-price {
    float: right;
    font-size: 20px;
    text-decoration: inherit;
}

.dpcc-header.dpcc-total {
    margin: 15px 0;
    color: #fff;
    background: #a7a7a7;
    padding: 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.dpcc-header.dpcc-total span.dpcc-price {
    float: right;
    font-size: 20px;
    color: white;
}

.dpcc-total span.dpcc-price-val {
    font-size: 24px;
}

.dpcc-list-line {
    padding-left: 20px;
}

.dpcc-extra-line, .dpcc-list-line {
    font-size: 14px;
    color: #585858;
    font-weight: bold;
    clear: both;
}

span.dpcc-extra-price, .dpcc-list-line span {
    font-size: 18px;
    float: right;
    line-height: 18px;
    color: #757575;
}

.dp-extra.active .dpex-action button {
    background: #009688;
    border-color: #2cc3b5;
}

.dp-extra.active .dpex-action button:hover {
    background: #F44336;
    border-color: #a21515;
}

#dp-mainform {
    width: 100%;
}

.dpf-control label {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    color: #353434;
    font-weight: bold;
    margin-bottom: 5px;
}

.dpf-control input[type="text"], .dpf-control textarea {
    width: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: black;
}

.dpf-controls-col2 .dpf-control {
    width: 50%;
    padding: 0 5px;
}

.dpf-controls-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

form#dp-mainform {
    padding-right: 20px;
}

.dpf-control textarea {
    padding: 10px;
    height: initial;
    width: 100% !important;
    min-height: 68px;
}

.dpf-control {
    margin-bottom: 10px;
}

.dpcc-actions-cnt {
    text-align: center;
}

.dpcc-start-end-datetime {
    color: #1e1e1e;
    font-weight: bold;
}

.datepicker-container .datepicker-panel > ul > li.highlighted {
    background: initial;
    color: #ef7f1a;
}

.datepicker-container .datepicker-panel > ul > li.highlighted:hover {
    background-color: #ef7f1a;
    color: #FFF;
}

.datepicker-container .datepicker-panel > ul > li:hover {
    background: #ef7f1a;
    color: #FFF;
}

.datepicker-container .datepicker-panel > ul > li.picked,
.datepicker-container .datepicker-panel > ul > li.picked:hover {
    background-color: #ef7f1a;
    color: #FFF;
}

.dp-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f5f5;
    margin-bottom: 30px;
    padding: 0 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
}

span.dpmm-title {
    font-size: 20px;
    color: #337ab7;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
}

span.dpmm-step {
    background: whitesmoke;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 44px;
    font-size: 30px;
    font-weight: bold;
    border: 3px solid #337ab7;
    color: #337ab7;
}

.dpmm-item.disabled span.dpmm-step {
    color: #bfbfbf;
    border-color: #bfbfbf;
}

.dpmm-item.disabled span.dpmm-title {
    color: #bfbfbf;
}

.dpmm-item.disabled {
    pointer-events: none;
}

.dpmm-item.current span.dpmm-title {
    color: #327e33;
}

.dpmm-item.current span.dpmm-step {
    color: #327e33;
    border-color: #327e33;
}

.dpmm-item.active span.dpmm-step:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c';
    font-size: 30px;
    line-height: 45px;
}

.dpmm-item.active span.dpmm-step {
    font-size: 0;
}

a.dpmm-item.current {
    pointer-events: none;
}

.dp-mini-input.dp-mini-select-input-field,
.dp-mini-input.dp-mini-select-input-field select {
    width: 100%;
}

.dp-mini-form.dp-main-page .dp-main-separator {
    display: initial !important;
    width: 100%;
    margin: 10px 0;
}

.icon-solid {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-left: 8px;
    background-repeat: no-repeat;
}

.icon-solid--car-gears-automatic {
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-gears-automatic.png);
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-gears-automatic.svg), none;
}

.icon-solid--air-conditioning {
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--air-conditioning.png);
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--air-conditioning.svg), none;
}

.icon-solid--car-door {
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-door.png);
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-door.svg), none;
}

.icon-solid--car-seat {
    background-image: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-seat.png);
    background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-seat.svg), none;
}

.dp-features {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.dp-features-col {
    margin-right: 20px;
}

.sp-feature > i {
    margin-right: 10px;
}

.sp-feature {
    margin-bottom: 5px;
}

.dpsrc-label-cnt {
    text-align: right;
}

.dpsrc-label-cnt span {
    display: inline-block;
    background: #c5c5c5;
    color: #141414;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 12px;
    border-radius: 4px;
}

.dp-features-col.dpf-last {
    flex-grow: 1;
    margin-right: 0;
}

.dpsrc-total-price-old {
    text-decoration: line-through;
    font-size: 18px;
    color: #a62c2c;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dpsrc-total-price {
    font-size: 22px;
    margin-bottom: 20px;
    color: #337ab7;
}

header#sp-header {
    background: #000 !important;
}

.dppt-error {
    background: #F44336;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 4px;
    text-align: left;
}

button.dpsrc-btn.disabled,
.dpsrc-btn.disabled {
    pointer-events: none !important;
    background: #cdcccc !important;
    border-color: #acaaaa !important;
    color: #959292 !important;
}

.dppt-date {
    font-size: 10px;
    color: #878787;
}

.active .dppt-date {
    color: #77b67a;
}

.dppt-old-price {
    line-height: 14px;
    text-decoration: line-through;
    color: #818181;
}

td.active .dppt-old-price {
    color: #87d78b;
}

.dpsrc-subtotal-price {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #bebebe;
    align-self: stretch;
    font-size: 14px;
    color: #4d4d4d;
}

.dpsrc.dpsrc-3 > .dpsrc-subtotal-price:nth-child(2) {
    border-top: 1px dashed #bebebe;
    margin-top: 5px;
    padding-top: 5px;
}

.dpsrc-total-price {
    margin-top: 20px;
}

.dpcc-header {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}

.dpcc-car-details {
    background: white;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    text-align: center;
    padding: 20px;
    border: 5px solid whitesmoke;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom: none;
    margin-bottom: 40px;
}

.dpcc-car-details img {
    margin: auto;
    max-width: 300px;
    margin-bottom: 20px;
}

.dpcc-subheader {
    color: #545454;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
}

.dpe-summary {
    background: whitesmoke;
    margin-right: -20px;
    padding: 20px;
    color: #434343;
}

span.dpesl-title {
    font-weight: bold;
    min-width: 130px;
    display: inline-block;
}

.dpes-line.fdpes {
    border-bottom: 2px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

span.dpesl-location > i {
    margin-right: 10px;
    font-size: 20px;
}

span.dpesl-datetime {
    float: right;
    color: #04294d;
    font-weight: bold;
}

span.dpesl-location {
    color: #04294d;
    font-weight: bold;
}

.dpe-summary {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dpcc-arrow-separator i {
    display: inline-block;
}

.dpcc-arrow-separator {
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    margin-top: -81px;
    position: absolute;
    width: 100%;
    margin-left: -20px;
    color: #337ab7;
}

.dp-checkout-column {
    position: relative;
}

.dpcc-list {
    margin: 15px 0;
}

.dp-extras-list {
    margin-top: 20px;
    padding-top: 20px;
}

.dpcc-info {
    margin: 15px 0;
    background: whitesmoke;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    padding: 10px 20px;
}

.dpcc-deposit {
    font-weight: bold;
    color: #3F51B5;
}

.dpes-days {
    position: absolute;
    top: -38px;
    left: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 30px;
    background: whitesmoke;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: -1px -1px 1px 0px #dbdbdb;
}

.dpe-summary {
    position: relative;
    margin-top: 38px;
    box-shadow: -1px -1px 1px 0px #dbdbdb;
}

.dp-checkout-column {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    box-shadow: 1px 1px 1px 0px #dbdbdb;
}

button {
    outline: none !important;
}

.dpf-radio-control-item.disabled label {
    color: #bebebe;
}

div#system-message-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: 10px;
}

#system-message .alert {
    border: 1px solid #b2b2b2;
    background: #f4f4f4;
    color: #373636;
}

#system-message .alert h4.alert-heading {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ececec;
}

#system-message .alert.alert-error {
    background: #ffb8b8;
    color: #890e0e;
    border-color: #870808;
}

#system-message .alert.alert-error h4.alert-heading {
    border-color: #e39a9a;
}

#system-message .alert.alert-error .close {
    color: #a60000;
}

.dp-main-form legend {
    font-size: 18px;
    line-height: 18px;
    margin: 15px 0;
    padding-bottom: 15px;
}

.dpsrc.dpsrc-1 {
    max-width: 250px;
}

#sp-menu .sp-module ul.lang-inline > li a {
    margin: 0 2px;
}

ul.lang-inline {
    background: #104897;
    margin-top: 10px !important;
    padding: 0 5px !important;
    border-radius: 4px;
}

#sp-menu .sp-module ul.lang-inline > li.lang-active a {
    pointer-events: none;
    opacity: .5;
}

.dp-select-row.dprid-first-car {
    border-color: #FF9800;
}

.dp-select-row.dprid-other-car {
    opacity: .3;
}

.dp-select-row.dprid-other-car:hover {
    opacity: 1;
}

.a-gearbox-label {
    background: rgba(215, 213, 213, 0.7);
    max-width: 140px;
    text-align: left;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    padding-left: 38px;
    position: absolute;
    border-radius: 4px;
    top: 10px;
    left: -40px;
    transform: rotate(-15deg);
    border: 1px solid #aeabab;
    box-sizing: border-box;
    color: #022659;
}

.a-gearbox-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background-image: url('images/gearbox.png');
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: 5px 4px;
    background-color: #e2e2e2;
}

.dpsrc-image {
    position: relative;
}

.dpcc-header.dpcc-subtotal.dpcc-deposit {
    background: #009688;
    color: #FFF;
    margin-top: -15px;
}

.dpcc-header.dpcc-subtotal.dpcc-deposit.disabled {
    opacity: .2;
    background-color: #a7a7a7;
}

.dpcc-info.dpcc-info-deposit.disabled {
    opacity: .2;
}

@media only screen and (max-width: 1200px){
    .dp-step {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .dp-checkout-column {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 992px){
    span.dpmm-title {
        font-size: 16px;
        line-height: 30px;
    }
    
    span.dpmm-step {
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 24px;
    }
    
    .dp-main-menu {
        height: 25px;
    }
    
    .dpmm-item.active span.dpmm-step:after {
        font-size: 20px;
        line-height: 26px;
    }

    form#dp-mainform {
        padding-right: 0;
    }

    .dpsrc.dpsrc-3 {
        width: 100%;
        padding-bottom: 20px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        margin-top: 20px;
        padding-top: 20px;
    }
    
    .dp-select-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .dpsrc.dpsrc-1 {
        width: 20%;
        margin: 0;
        padding-right: 10px;
    }
    
    .dpsrc.dpsrc-2 {
        width: 80%;
        margin: 0;
    }
    
    .dpsrc-grand-total-line {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px){
    span.dpmm-step {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .dpmm-item {
        text-align: center;
    }
    
    .dp-main-menu {
        height: initial;
        padding: 10px 0px;
        margin-bottom: 10px;
    }
    
    .dpex-col3 {
        width: auto;
        min-width: 100px;
    }
    
    img.dpex-img {
        max-width: 50px;
    }

    .dpsrc.dpsrc-1 {
        width: 100%;
        padding-right: 0;
    }
    
    .dpsrc.dpsrc-2 {
        width: 100%;
        margin-top: 10px;
    }
    
    .dpsrc-image img {
        margin-left: auto;
        margin-right: auto;
    }
    
    .dpsrc-image {
        text-align: center;
        width: 100%;
        max-width: initial;
    }

    table.dp-prices-table {
        width: 100%;
    }
}

@media only screen and (max-width: 530px){
    span.dpmm-title {
        display: none;
    }
    
    .dpex-col2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
    }
    
    .dpex-col1 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    
    .dpex-col3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    
    .dp-extra {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
    }
    
    .dpex-price {
        margin: 0;
        margin-right: 10px;
        display: inline-block;
    }
    
    .dpex-action {
        display: inline-block;
    }

    .dpf-controls-col2 .dpf-control {
        width: 100%;
    }
}