.dwd-modal-popup-wrapper .modal-popup .modal-inner-wrap {
    overflow: visible;
}
.dwd-modal-popup-wrapper .modal-popup .modal-inner-wrap .modal-header {
    padding: 0;
}
.dwd-modal-popup-wrapper .modal-popup .modal-inner-wrap .modal-header .action-close {
    z-index: 903;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dwd-modal-popup-wrapper .modal-popup .modal-inner-wrap .modal-header .action-close:before {
    overflow: visible;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.dwd-modal-popup-wrapper .modal-popup .modal-inner-wrap .modal-content {
    padding: 30px;
}
.dwd-modal-popup-wrapper .modal-popup .modal-inner-wrap .modal-content p {
    margin: 0;
}

.dwd-modal-popup-wrapper h3 {
    margin-top: 0;
}

.cms-apk-landingspage a.back {
    position: relative;
    padding-left: 10px;
}
.cms-apk-landingspage a.back:before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    content: "\f104";
    left: 0;
    top: 2px;
    width: 7px;
    height: 20px;
}

.cms-apk-landingspage h1 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.cms-apk-landingspage  .navbar-default {
    margin-bottom: 20px;
}

.license-plate-box {
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px 25px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.license-plate-box label {
    width: 100%;
}

.license-plate-box input:before {
    width: 42px;
    height: 50px;
}

.license-plate-box input {
    font-family: sans-serif;
    box-sizing: border-box;
    background: url(../images/license.png);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #F0B82A;
    border: 2px solid #000000;
    height: 50px;
    width: 220px;
    border-radius: 2px;
    font-size: 24px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-right: 10px;
    padding-left: 50px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 20px;
}
.license-plate-box button {
    height: 50px;
    width: 172px;
    clear: both;
    margin-bottom: 20px;
}
.button-primary {
    border: none;
    border-radius: 3px;
    background: #52985F;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    height: 38px;
    padding: 0 15px;
}
.dwd-modal-popup-wrapper .button-primary {
    margin-top: 30px;
    float: right;
}
.dwd-modal-popup-wrapper ul {
    margin: 30px 0 20px 0;
    padding: 0;
}
.dwd-modal-popup-wrapper ul li {
    list-style: none;
    padding-bottom: 20px;
}
.dwd-modal-popup-wrapper ul li span {
    font-weight: bold;
    display: inline-block;
    width: 175px;
}
.modify-license {
    float: left;
}
.msg-license {
    position: relative;
    background: #E3061426;
    border: 1px solid #D9AEB1;
    border-radius: 3px;
    padding: 10px 10px 10px 35px;
}
.msg-license:before {
    content: " ";
    width: 15px;
    height: 13px;
    background: url(../images/warning.svg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 13px;
}

.msg-license p {
    margin-bottom: 0;
}
.modify-license {
    padding-top: 30px;
}
.unknown-license {
    margin-top: 20px;
}
.unknown-license p {
    margin-bottom: 0;
}

.rdw-data .license-plate-box {
    background: none;
    padding: 0;
    margin-bottom: 0;
}

.rdw-data .license-plate-box input {
    float: none;
}

.rdw-data .license-plate-box p {
    display: inline;
}

.apk-products .product-item {
    border: 1px solid #CCCCCC;
    position: relative;
    text-align: center!important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 12px solid red;
    padding: 30px 20px;
}


.apk-products .price-box.price-final_price {
    font-size: 21px;
    color: #E30614;
}

.apk-products .products-grid .product-item-name {
    font-size: 21px;
}

.apk-products .price-box .price {
    color: #E30614;
}

.apk-products .products-grid .product-items {
    grid-template-columns: repeat(3, 1fr)!important;
    gap: 30px;
}

.apk-products .product-details {
    text-align: left;
    border-top: 1px solid #b3d5bd;

}

.apk-products .product-details {
    padding-top: 20px;
    margin-top: 20px;
}
.apk-products .product-details ul {
    padding-left: 30px
}

.apk-products .product-details ul ul {
    padding-left: 20px;
}

.apk-products .product-details ul ul li {
    list-style-image: none;
    list-style: disc;
}

.apk-products .product-details ul > li {
    list-style-image: url(../images/check.svg);
}

.cms-apk-landingspage .product-item.active {
    background-color: #52985F1A;
}
span.price-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.apk-products .price-box span.price-text span.price {
    color: #000;
}
.apk-products span.price-discount {
    color: #52985F;
    font-size: 14px;
}
a.additional-link {
    font-size: 12px;
    text-decoration: underline;
    white-space: nowrap;
}
.apk-products .more-info {
    padding: 20px 20px 0;
    margin-top: 20px;
    border-top: 1px solid #b3d5bd;
}
.apk-products .more-info a {
    text-decoration: underline;
}
.apk-products form {
    display: inline-block;
}
.apk-products .hidden-form button {
    display: none;
}
.extra-services .products-grid .product-items {
    display: block;
    margin: 0;
    padding: 0;
}
.extra-services .products-grid .product-items .product-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.extra-services .product.details.product-item-details {
    display: flex;
    flex-direction: row;
}
.extra-services .field.choice.related {
    flex: 50%;
    margin: 1em 0;
}
.extra-services .price-box.price-final_price {
    flex: 50%;
}
.extra-services input.checkbox.related {
    float: left;
}
.extra-services label.label {
    color: #000;
    font-size: 14px;
    float: left;
}
.extra-services .related-tooltip {
    position: relative;
    width: 100%;
}
.extra-services a.tooltip-toggle {
    background: #4267b2;
    color: #fff;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 15px;
}
.extra-services span.tooltip-content {
    display: none;
    padding: 10px;
    box-shadow: 2px 3px 8px rgb(0 0 0 / 8%);
    position: absolute;
    left: 30px;
    width: 200px;
    top: -40px;
    z-index: 99;
    background: #fff;
}
.extra-services span.related-tooltip:hover .tooltip-content {
    display: block;
}
.extra-services strong#block-crosssell-heading {
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
}
.cart .item-info span.price-text {
    float: left;
    padding: 7px 0;
}
@media (max-width:991px) {
    .extra-services .field.choice.related {
        flex: 90%;
    }
}
@media (max-width:768px) {
    .apk-products .products-grid .product-items {
        display: block;
    }
}
@media (max-width:575px) {
    .extra-services .product.details.product-item-details {
        display: block;
    }
    .extra-services .price-box.price-final_price {
        margin-left: 20px;
    }
}