.modal .modal-content {
    border: 2px solid rgba(113, 113, 135, 0.1);
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0;
}
.modal-content {
    border-radius: 8px;
    background-color: #090a30;
}
.modal-header {
    background-color: #090a30;
}

.modal-title {
    font-size: 18px;
}
@media (min-width: 768px) {
    .modal-title {
        font-size: 24px;
    }
}
.modal-body {
    padding: 40px;
}
.modal-backdrop.in {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(3px);
    opacity: 1;
}
/* - Modal - */
.modal-backdrop.allow-navbar {
    z-index: 1029;
}
.limit-backdrop {
    overflow: hidden !important;
}
.limit-backdrop .modal-backdrop {
    position: absolute;
}

.modal-v2 .modal-content {
    overflow: visible;
}
.modal-v2 {
    z-index: 999999999999;
}
.modal-v2.center {
    text-align: center;
}
@media(min-width:768px) {
    .modal-v2.center:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-v2.center .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border-radius: 8px;
    border: 2px solid rgba(113, 113, 135, 0.40);
    background: rgba(9, 10, 48, 0.60);
    backdrop-filter: blur(10px);
}
.modal-v2 .modal-dialog {
    max-width:1240px;
}
.modal-v2 .modal-body{
    max-width:1120px;
    margin:0 auto 40px;
}
.modal-v2 .modal-content {
    box-shadow: 0 0 10px 0 rgba(26, 26, 26, 0.2);
    border-radius: 8px;
    overflow: hidden;
}
.modal-v2 .modal-header{
    background-color: transparent;
    padding: 20px;
    border: none;
    margin:0;
    border-bottom: 1px solid #ffffff1a;
}
.modal-v2 [data-style-purple] .modal-header{
    background: #e6dce8;
}
.modal-v2 .modal-content > .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 110;
}
@media(max-width: 767px) {
    .modal-v2 .modal-content {
        overflow: visible;
    }
    .modal-v2.center .modal-dialog {
        overflow: visible;
    }
    .modal-v2 .modal-content > .close {
        position: sticky;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 100%;
        max-width: 900px;
    }
}
.modal-open {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}
.modal-alert-header h3 {
    margin: 0;
}
.modal-alert-header.alert-success {
    border-bottom: 7px solid #5cb85c;
    background: #fff;
}
.modal-alert-header.alert-warning {
    border-bottom: 7px solid #f0ad4e;
    background: #fff;
}
.modal-alert-header.alert-danger {
    border-bottom: 7px solid #ff4842;
    background: #fff;
}
.modal-alert-header #biddingMessage {
    margin: 0;
    color: #333333;
}

/*JW MODAL ERROR */
#jw-popup-error {
    text-align: center;
}
#jw-popup-error .close{
    position: absolute;
    right: 10px;
    top:10px;
    background-color: #fff;
    color: black;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 28px;
}
#jw-popup-error .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    line-height: 21px;
}
#jw-popup-error .modal-header{
    padding:0;
    border:0;
    margin: 0;
}
#jw-popup-error .modal-content{
    padding: 15px;
    text-align: center;
    margin-right: 15px;
}
#jw-popup-error .modal-body{
    padding:0;
    margin: 15px;
}
@media screen and (min-width: 768px) {
    #jw-popup-error .modal-dialog {
        width:100%;
        max-width: 535px;
    }
    #jw-popup-error .modal-content {
        margin-right:0;
    }
}

/* Newsletter modal */
#newsletter-unsubscribe .modal-dialog {
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align:center;
    max-width: 600px;
    margin-top:0;
}
#newsletter-unsubscribe .modal-content {
    padding: 10px 20px;
}
#newsletter-unsubscribe .modal-header{
    position: relative;
    padding: 10px 60px 10px 0;
    background-color: #eef8f2;
    margin: 15px 0;
    min-height: 70px;
}
#newsletter-unsubscribe .modal-body {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0 0;
}
#newsletter-unsubscribe .modal-body p{
    margin-bottom:20px;
}
#newsletter-unsubscribe .modal-title{
    padding-left:62px;
    margin: 0;
    position: relative;
}
#newsletter-unsubscribe .modal-title img{
    position:absolute;
    top: 0;
    left: 8px;
}
#newsletter-unsubscribe button.close{
    margin: 0;
    position: absolute;
    right: 15px;
    top: calc(50% - 20px);
}
#newsletter-unsubscribe button.close:focus{
    outline:0;
}
#newsletter-unsubscribe button.close span{
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
#newsletter-unsubscribe button{
    margin-bottom:10px;
    margin-top:5px;
}
#newsletter-unsubscribe button.white{
    color:var(--_color-primary);
    background-color: #fff;
    border: 1px solid var(--_color-primary) !important;
}
@media(min-width:1024px){
    #newsletter-unsubscribe button.white{
        margin-left:10px;
    }
}
#newsletter-unsubscribe button.white:hover{
    background-color: var(--_color-primary);
    color:#fff;
}

/* ZOOM MODAL */
.zoom-modal.modal-v2 {
    padding-right:0 !important;
    padding-left:0 !important;
}
.zoom-modal.modal-v2 .modal-dialog {
    max-width: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.zoom-modal.modal-v2 .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
}
.zoom-modal.modal-v2 .modal-header {
    background: transparent;
    margin:0;
}
.zoom-modal.modal-v2 .modal-body {
    margin: 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    height: calc(100% - 110px);
    padding:0;
    max-width:none;
    position:static;
}
.zoom-modal.modal-v2 .modal-body #article-pictures-owl-carousel {
    margin: 10px 0;
    width: 100%;
}
.zoom-modal.modal-v2 .modal-body #article-pictures-owl-carousel {
    margin:0 auto;
}
.zoom-modal.modal-v2 .modal-body .thumbnail-slider {
    height:81px;
    width:100%;
}
.zoom-modal.modal-v2 .modal-body .thumbnail-slider .thumb-container {
    box-shadow: 0 0 6px 0 rgb(26 26 26 / 15%);
    max-width:100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    position:fixed;
}
.zoom-modal.modal-v2 .modal-body .thumbnail-slider .thumb-slider-zoom {
    max-width: 500px;
    margin: 0 auto;
    padding: 15px 0 15px 5px;
}
.zoom-modal.modal-v2 .article-pictures-carousel-zoom .owl-stage {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align:center;
}
section.details-wrapper .zoom-modal #article-pictures-owl-carousel .owl-nav {
    display:none
}
section.details-wrapper .zoom-modal #article-pictures-owl-carousel .box-image {
    background-color:transparent !important;
    position:relative;
}
section.details-wrapper .zoom-modal #article-pictures-owl-carousel .owl-item .box-image img {
    display:none;
}
section.details-wrapper .zoom-modal #article-pictures-owl-carousel .owl-item.active .box-image img {
    display:block;
    width: auto;
}
.zoom-modal.modal-v2 .modal-header {
    position: absolute;
    right: 10px;
    top: 10px;
    margin:0;
}
.zoom-modal.modal-v2 .modal-body #article-pictures-owl-carousel.owl-loaded {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack:center;
    align-items: center;
    height: 100%;
    margin:0;
}
@media(max-width:767px) {
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .box-image {
        height: 250px;
    }
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .box-image img{
        max-height: 250px;
    }
}
@media(min-width:768px) {
    .zoom-modal.modal-v2 .modal-dialog {
        height:100vh;
        overflow:hidden;
    }
    .zoom-modal.modal-v2 .modal-body {
        height:calc(100% - 110px);
    }
    .zoom-modal.modal-v2 .modal-body .thumbnail-slider {
        height: 111px;
    }
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .box-image {
        max-width: 588px;
    }
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .box-image.zoom-open img {
        height: 588px;
    }
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .owl-item .jwplayer {
        max-width:1120px;
        margin:0 auto;
    }
}
@media(min-width:1280px) {
    .zoom-modal.modal-v2 .modal-body {
        height: calc(100% - 110px);
    }
}
@media(max-width:767px) {
    .zoom-modal.modal-v2 .modal-dialog {
        height: calc(100% - 75px);
    }
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .box-image {
        width: 100%;
    }
}

@media(min-width:480px) and (max-height: 780px) {
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .box-image {
        height: 250px;
    }
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .box-image img {
        max-height: 250px;
        height: auto;
    }
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .box-image.zoom-open img {
        height: 250px;
    }
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .owl-item .jwplayer {
        height: 250px !important;
    }
}
@media(min-width:480px) and (max-height:500px) {
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .box-image {
        height: 220px;
    }
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .box-image img {
        max-height: 220px;
    }
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .box-image.zoom-open img {
        height: 220px;
    }
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel .owl-item .jwplayer {
        height: 220px !important;
    }
    section.details-wrapper .zoom-modal .thumbnail-slider .vertical-slider-item {
        height:40px;
    }
    section.details-wrapper .zoom-modal .thumbnail-slider .box-image img {
        max-height: 40px;
    }
    section.details-wrapper .zoom-modal #article-pictures-owl-carousel img {
        max-width: 220px;
    }
    section.details-wrapper .zoom-modal.modal-v2 .modal-dialog {
        height: 100vh;
        overflow: hidden;
    }
    section.details-wrapper .zoom-modal.modal-v2 .modal-body {
        height: calc(100% - 70px);
    }
    section.details-wrapper .zoom-modal.modal-v2 .modal-body #article-pictures-owl-carousel.owl-loaded {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        -ms-flex-align:center;
        height: 100%;
    }
    section.details-wrapper .zoom-modal .thumbnail-slider .vertical-slider-item .box-image {
        height: 40px;
        background-size: 30px !important;
    }
    section.details-wrapper .zoom-modal .thumbnail-slider .vertical-slider-item .icon_with_text {
        padding:9px 0;
    }
    section.details-wrapper .zoom-modal .thumbnail-slider .vertical-slider-item .icon_with_text > div {
        display:none;
    }
}

/* MODAL QUICK INFO */
.modal-quick-info.modal-v2 .modal-dialog {
    height: 100%;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align:center;
    padding: 0 26px;
    max-width: 600px;
    margin: 0 auto;
}
.modal-quick-info.modal-v2 .modal-header {
    background-color:#fff;
}
.modal-quick-info.modal-v2 .modal-body {
    padding: 15px 20px 38px;
    text-align: center;
    margin: 0;
}
.modal-quick-info.modal-v2 .modal-body img {
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 110px;
}
.modal-quick-info.modal-v2 .modal-body .right-column {
    padding:0;
}
@media(min-width:768px) {
    .modal-quick-info.modal-v2 .modal-body .right-column {
        padding:0 55px 42px 135px;
    }
    .modal-quick-info.modal-v2 .modal-body {
        text-align: left;
        padding: 0;
    }
}

/* Modal guest coupons */
#guest-coupons .modal-header {
    padding: 0;
}
#guest-coupons form .toggle-password {
    top: 14px;
}
#guest-coupons .checkbox > label {
    line-height: 18px;
}
#guest-coupons .first-step,
#guest-coupons .second-step {
    display: none;
}
#guest-coupons .first-step.active,
#guest-coupons .second-step.active {
    display: block;
}

/* NEWSLETTER UNSUBSCRIBE MODAL */
.modal#newsletterUnsubscribeModal .modal-dialog {
    max-width: 610px;
}
.modal#newsletterUnsubscribeModal .modal-body {
    padding: 30px;
}
.modal#newsletterUnsubscribeModal .modal-body input[name="newsletterUnsubscribeCustomReason"] {
    height: 30px;
    background: transparent;
    border-radius: 40px;
    box-shadow: none;
    border: 1px solid #ffffff;
    padding: 0 8px;
}

/* WINNER MODAL */
#winner-modal .modal-header .heading {
    padding:0 30px;
}
#winner-modal .modal-header {
    margin: 0;
}
#winner-modal .table > thead > tr > th {
    color: #fff;
    padding:0;
    border:0;
    text-transform: none;
}
#winner-modal .table > tbody > tr td:last-of-type {
    text-align:right;
}
#winner-modal .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}
#winner-modal .table.winner-table tbody td {
    padding:5px 0;
    border:0;
    text-transform: none;
}
#winner-modal .winner-table-body {
    padding-right: 20px;
}
#winner-modal .winner-table-wrapper{
    border-top: 1px solid #ffffff1a;
    padding-top:25px;
}
@media (min-width: 768px) {
    #winner-modal .winner-image {
        min-height:200px;
    }
}
#winner-modal .winner-table-body {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
#winner-modal .winner-table-body .current_user {
    color: var(--_color-primary);
}
#winner-modal .table.winner-table {
    border: none;
}
#winner-modal .table.winner-table tbody td {
    padding: 8px;
}

/* BASKET POPUP */
#addToBasketPopup .modal-body {
    padding: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#addToBasketPopup .modal-title {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}
#addToBasketPopup .modal-body > .description {
    display: -ms-flexbox;
    display: flex;
}
#addToBasketPopup .modal-body > .description .thumb {
    float: left;
    margin-right: 15px;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    border-radius: 8px;
}
@media (max-width: 767px) {
    #addToBasketPopup .modal-body > .description {
        position: relative;
        padding-left: 100px;
        display: block;
    }
    #addToBasketPopup .modal-body > .description .thumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 85px;
        height: 85px;
    }
    #addToBasketPopup .modal-body > .description.description-bundle {
        padding-left: 0;
    }
    #addToBasketPopup .modal-body > .description.description-bundle .thumb {
        position: static;
    }
    #addToBasketPopup .modal-body > .description h3 {
        font-weight: normal;
        font-size: 20px;
        word-wrap: break-word;
    }
    #addToBasketPopup .modal-body > .description .buttons {
        position: static;
        margin-top: 5px;
    }
    #addToBasketPopup .modal-body > .description .buttons .btn {
        width: 100%;
        margin: 5px 0;
    }
    #addToBasketPopup .product-title {
        overflow: hidden;
    }
}
#addToBasketPopup .product-description {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: auto;
    padding-bottom: 20px;
}
@media(min-width:768px) {
    #addToBasketPopup .product-description {
        padding: 35px 0;
        margin-top: 0;
    }
}
#addToBasketPopup .product-description h3,
#addToBasketPopup .product-description .h3 {
    margin: 0;
    padding-bottom: 12px;
}
#addToBasketPopup .product-description .base-price {
    display: inline;
    white-space: nowrap;
}
#addToBasketPopup .desc-thumb {
    float: left;
}
#addToBasketPopup .desc-thumb.first {
    position: relative;
    padding-right: 30px;
}
#addToBasketPopup .desc-thumb.first:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 60px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    color: #d8d8d8;
}
#addToBasketPopup .buttons {
    margin-top: 5px;
    display: flex;
}
#addToBasketPopup .owl-carousel-container {
    margin: 0 15px;
}
#addToBasketPopup .owl-carousel-container .owl-control.right {
    right: -15px;
}
#addToBasketPopup .owl-carousel-container .owl-control.left {
    left: -15px;
}
#addToBasketPopup .carousel-title {
    margin: 0;
    padding: 15px 0;
    text-align: left;
}
#addToBasketPopup .incentive-container {
    height: 110px;
    margin-top: 10px;
}
@media (max-width: 767px) {
    #addToBasketPopup .incentive-container {
        height: auto;
    }
    #addToBasketPopup .buttons {
        display: block;
    }
}
#addToBasketPopup .incentive-container .incentive-arrow {
    width: 140px;
    height: 107px;
    margin-right: 15px;
    background: url("/modules/oxps/prudsys/out/pictures/incentive_arrow.png") no-repeat right top;
    float: left;
}
@media (max-width: 767px) {
    #addToBasketPopup .incentive-container .incentive-arrow {
        width: 75px;
    }
}
#addToBasketPopup .incentive-container .incentive-discount-info {
    color: var(--_color-primary);
    font-size: 26px;
    font-weight: 600;
}
@media (max-width: 767px) {
    #addToBasketPopup .incentive-container .incentive-discount-info {
        line-height: initial;
        font-size: 23px;
        margin-top: 10px;
    }
}
#addToBasketPopup .incentive-container .incentive-directly-save,
#addToBasketPopup .incentive-container .incentive-automatically-added {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 767px) {
    #addToBasketPopup .incentive-container .incentive-directly-save,
    #addToBasketPopup .incentive-container .incentive-automatically-added {
        margin-top: 15px;
        float: none;
    }
}

/* loginbox */
.loginbox-modal.modal {
    position: fixed;
    top: 50%;
    left: calc(50% - 8px);
    --_popup-bg-color: #090A30;
    border-radius: 8px;
    z-index: 1041;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    overflow-x: hidden;
    height: max-content;
    max-height: calc(100% - 30px);
    max-width: 800px;
    width: calc(100% - 16px);
    padding-right:0 !important;
    margin: 0 8px;
}
.loginbox-modal.modal .modal-dialog {
    margin: 0;
}
.loginbox-modal.modal .modal-header {
    background:var(--_popup-bg-color);
    padding:0;
    margin:0;
}
.loginbox-modal.modal .modal-header .close {
    margin:0;
}
.loginbox-modal.modal .modal-body {
    margin-bottom: 0;
}
.loginbox-modal.modal .modal-body button.close {
    position: absolute;
    right: 0;
}
.loginbox-modal.modal .modal-body .reminder {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
@media(max-width:767px) {
    .loginbox-modal.modal {
        z-index: 9999999999;
        position: fixed;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        top: 0;
        transform: translate(-50%, 0);
    }
}
@media(max-width:520px) {
    .loginbox-modal.modal .modal-body .reminder svg {
        margin-bottom: 5px;
    }
}
@media(min-width:768px) {
    .loginbox-modal.modal .login-box form .btn.btn-long {
        left: -50%;
    }
}
@media(max-width:1023px) {
    .loginbox-modal.modal .modal-body {
        padding: 30px;
    }
}

/* result modal */
.result-modal {
    z-index: 999999;
}
.result-modal .modal-content {
    box-shadow: 0 0 10px 0 rgba(26, 26, 26, 0.2);
}
.result-modal .success-content  > .heading,
.result-modal .guest-content  > .heading {
    max-width:800px;
    margin:0 auto;
}
.result-modal .heading {
    padding: 20px;
}
.result-modal .modal-body .close .close-icon {
    background: url(../../../img/close-narrow.png) no-repeat center;
    width: 16px;
    height: 16px;
    margin: 0 auto;
}
.result-modal .modal-body .title.green {
    margin-top: 0;
    color: #42a76d;
}
.result-modal .modal-body .title .green {
    color: #42a76d;
}
.result-modal .modal-body .title.red {
    margin-top: 0;
    color: #ff4842;
}
.result-modal .modal-body .title .red {
    color: #ff4842;
}
.result-modal .modal-body .status-desc {
    padding: 20px;
}
.result-modal .modal-body form .radio {
    display:flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack:center;
    flex-wrap:wrap;
    -ms-flex-wrap: wrap;
}
.result-modal .modal-body form .radio label {
    width:100%;
    position: relative;
    text-align:left;
    margin-bottom:10px;
}
.result-modal .modal-body form .radio label .rate-payment-image img {
    max-width: 64px;
}
.result-modal .modal-body .cd-slider {
    padding: 0 20px 35px;
}
.result-modal .modal-body .userwerk-container #userwerk {
    padding:30px 20px 0;
}
.result-modal .modal-body .userwerk-container #userwerk iframe {
    visibility:visible !important;
}
.result-modal .modal-body .cd-slider .heading {
    background:#fff;
    padding-left:0;
}
.result-modal .modal-body .cd-slider.product-grid-slider .owl-nav > .owl-next {
    right:40px;
}
.result-modal .modal-body .coupon input {
    height: 40px;
    margin: 0;
    padding: 10px;
    border-radius: 8px;
    border: solid 1px #dcdcdc;
    max-width: 240px;
    width:100%;
    outline:none;
    vertical-align: middle;
    color: #000;
}
.result-modal .modal-body .coupon .btn,
.result-modal .modal-body form .btn {
    margin: 10px auto;
}
@media (min-width: 768px) {
    .result-modal .modal-dialog {
        width: 90%;
        max-width: 1100px;
    }
    .result-modal .modal-body form .radio label {
        max-width:215px;
        padding-right:20px;
        width:auto;
        margin-bottom:0;
    }
}
@media (min-width:1280px) {
    .result-modal .modal-body .cd-slider {
        padding: 0 80px 35px;
    }
    .result-modal .modal-body .userwerk-container #userwerk {
        padding:30px 60px 0;
    }
    .result-modal .modal-body .cd-slider.product-grid-slider .owl-nav > .owl-next {
        right:0;
    }
}
@media(max-width:480px) {
    .result-modal .modal-body .coupon input {
        max-width: none;
        margin:0;
    }
}

#modal-search-results .modal-dialog {
    max-width: 1160px;
}

#modal-search-results .modal-dialog .modal-content .modal-body {
    max-width: none;
    margin: 0;
}
#modal-search-results .modal-dialog .modal-content .search-wrapper #searchParam {
    height: 44px;
    background: #fff;
    text-indent: 8px;
    border-radius: 40px;
}
@media (min-width:768px) and (max-width:1159px) {
    .modal-v2.center:before {
        height: auto;
    }
}
@media (max-width: 767px) {
    #modal-search-results .modal-dialog {
        width: calc(100% - 20px);
    }
    #modal-search-results .modal-dialog .modal-content .modal-body {
        padding: 24px;
    }
}

#priceModal{
    max-width: 600px;
    margin: 0 auto;
}
#priceModal.modal-v2 .modal-body {
    padding: 20px 40px 30px;
}

#priceModal.modal-v2 .modal-body ol {
    padding-left: 20px;
}
#priceModal .outprice {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
}
#priceModal .outprice del {
    text-decoration: none;
}

#priceModal del {
    color: #91919F;
}

#priceModal .lower-price-discount {
    font-weight: 400 !important;
}

#priceModal .final-price {
    display: flex;
    align-items: flex-end;
}

@media(max-width: 767px) {
    #priceModal.modal-v2 .modal-body {
        padding: 20px;
    }
}

#showSubscribeShortModal,
#showUnsubscribeModal,
#showDoiMissing,
#showSubscribeModal {
    left: 50%;
    transform: translate(-50%, 50%);
    top: auto;
    bottom: 50%;
}

#showUnsubscribeModal > .modal-dialog,
#showSubscribeShortModal > .modal-dialog,
#showDoiMissing > .modal-dialog,
#showSubscribeModal > .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 8px;
}
#showSubscribeModal > .modal-dialog {
    max-width: 500px;
}
#showDoiMissing > .modal-dialog,
#showSubscribeModal > .modal-dialog {
    max-width: 530px;
}

#showUnsubscribeModal.modal-v2 .modal-header,
#showSubscribeShortModal.modal-v2 .modal-header,
#showDoiMissing.modal-v2 .modal-header,
#showSubscribeModal.modal-v2 .modal-header {
    border-bottom: none;
}

#showUnsubscribeModal.modal-v2 .modal-content,
#showSubscribeShortModal.modal-v2 .modal-content,
#showDoiMissing.modal-v2 .modal-content,
#showSubscribeModal.modal-v2 .modal-content {
    background: #22233E;
    border: 1px solid rgba(255, 255, 255, 0.40);
}

#showUnsubscribeModal.modal-v2 .modal-content button.close,
#showSubscribeShortModal.modal-v2 .modal-content button.close,
#showDoiMissing.modal-v2 .modal-content button.close,
#showSubscribeModal.modal-v2 .modal-content button.close {
    background: transparent;
    top: 20px;
    right: 16px;
    position: absolute;
}

#showUnsubscribeModal.modal-v2 .modal-content button.close > i,
#showSubscribeShortModal.modal-v2 .modal-content button.close > i,
#showDoiMissing.modal-v2 .modal-content button.close > i,
#showSubscribeModal.modal-v2 .modal-content button.close > i {
    height: 12px;
    width: 12px;
}

#showUnsubscribeModal.modal-v2 .modal-body,
#showSubscribeShortModal.modal-v2 .modal-body,
#showDoiMissing.modal-v2 .modal-body,
#showSubscribeModal.modal-v2 .modal-body {
    margin: 0 auto;
    padding: 16px;
}

#showUnsubscribeModal.modal-v2 .modal-body .content,
#showSubscribeShortModal.modal-v2 .modal-body .content,
#showDoiMissing.modal-v2 .modal-body .content,
#showSubscribeModal.modal-v2 .modal-body .content {
    padding: 0 48px;
}

#showUnsubscribeModal.modal-v2 .modal-body > svg,
#showSubscribeShortModal.modal-v2 .modal-body > svg,
#showDoiMissing.modal-v2 .modal-body > svg,
#showSubscribeModal.modal-v2 .modal-body > svg {
    position: absolute;
}

@media(max-width: 767px) {
    #showUnsubscribeModal,
    #showSubscribeShortModal,
    #showDoiMissing,
    #showSubscribeModal {
        left: 0;
        transform: none;
        top: auto;
        right: 0;
    }
    #showUnsubscribeModal.modal-v2 .modal-body .content,
    #showSubscribeShortModal.modal-v2 .modal-body .content,
    #showDoiMissing.modal-v2 .modal-body .content,
    #showSubscribeModal.modal-v2 .modal-body .content {
        padding: 0 24px 0 48px;
    }
}

#auctionProductModal .modal-header button span{
    font-size:40px;
}
#auctionProductModal .modal-body .details-description .product-text {
    margin-top:25px;
    border-top: 1px solid #ffffff1a;
}
#auctionProductModal .modal-body .details-description .reviews-container {
    max-width:none;
}
#auctionProductModal .modal-body .details-description .reviews-heading {
    display: flex;
    display: -ms-flexbox;
    flex-wrap:wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -ms-flex-align:center;
    padding-top: 20px;
}
#auctionProductModal .modal-body .details-description .product-number{
    margin-bottom:10px;
}
#auctionProductModal .modal-body .details-description .hightlight-description {
    padding-bottom:20px;
}
#auctionProductModal .modal-body .details-description .listing {
    padding-left:20px;
}
#auctionProductModal .modal-body .details-description .box-block {
    padding: 20px 0 25px;
    border-bottom: 1px solid #ffffff1a;
}
#auctionProductModal .modal-body .details-description .product-description p strong {
    font-weight:600;
}
#auctionProductModal .modal-body .details-description .delivery-information .list{
    padding:0;
}
#auctionProductModal .modal-body .details-description .delivery-information .list > li {
    display:flex;
    display: -ms-flexbox;
}
#auctionProductModal .modal-body .details-description .delivery-information .list > li >div:first-child {
    width:100px;
    margin-right:10px;
}
#auctionProductModal .modal-body .details-description .delivery-information .footnote {
    margin-left: 110px;
}
#auctionProductModal .modal-body .row-article-details .product-picture {
    margin:0 auto;
}
#auctionProductModal .modal-body .picture-box-wrapper{
    margin-top:0;
}
#auctionProductModal .modal-body .picture-box-wrapper .jwplayer {
    height:200px !important;
}
#auctionProductModal #article-pictures-owl-carousel .owl-stage {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -ms-flex-align:center;
}
#auctionProductModal #article-pictures-owl-carousel .owl-stage .item {
    border-radius: 8px;
    overflow: hidden;
}
#auctionProductModal #article-pictures-owl-carousel .owl-stage-outer {
    width: calc(100% - 1px);
}
@media(max-width:1023px){
    #auctionProductModal .modal-body{
        padding: 0 24px;
    }
    #auctionProductModal .modal-body .picture-box-wrapper > h4{
        text-align: center;
    }
    #auctionProductModal .modal-body .row-article-details .list-green-check{
        padding-left:20px;
        margin-top:10px;
    }
}
@media(max-width:767px) {
    #auctionProductModal .modal-body .details-description .box-block {
        padding:10px 0 15px;
    }
    #auctionProductModal .modal-body{
        padding: 0 16px;
    }
}
@media(max-width:479px) {
    #auctionProductModal .modal-body .details-description .reviews-heading .heading {
        width:100%;
    }
}
@media(min-width:768px) and (max-width:1023px) {
    #auctionProductModal .modal-body .picture-box-wrapper .jwplayer {
        height:260px !important;
    }
}
@media(min-width:1023px){
    #auctionProductModal .modal-body .details-description{
        padding:0 40px;
    }
    #auctionProductModal .modal-body .row-article-details .list-green-check{
        margin-top:20px;
    }
}
