/*---------------------------------*\
    Global
\*---------------------------------*/
*, *:after, *:before {
    box-sizing: border-box;

    outline: none;

    padding: 0;
    margin: 0;

    text-rendering: geometricPrecision;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
}

/* Reset input in iOS */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

/* Prevent responsive img */
img {
    max-width: 100%;
    max-height: 100%;
}

/*** Product ***/
@media (min-width: 1281px) {
    .quantity_section {
        margin-top: 30px;
    }

    .mini-name {
        font-size: 18px !important;
        font-family: 'Playfair Display', serif;
        font-style: italic;
        line-height: 24px;
    }

    .iconeMapAvailable {
        margin-bottom: -30px !important;
    }
}

.addToFavourite {
    width: 22px;
    height: 22px;
}

.backbutton {
    float: right;
}

.backbutton a:after {
    content: " ";
    position: absolute;
    background-image: url(../../images/responsive/iconologos.png);
    width: 9px;
    height: 13px;
    margin-left: 10px;
    background-position-y: -26px;
}

.dijitSelect span:after {
    content: "";
    position: absolute;
    background-image: url(../../images/responsive/iconologos.png);
    width: 16px;
    height: 13px;
    background-position-x: -87px;
    background-position-y: -26px;
    right: 0;
}

#st-1 {
    text-align: center !important;
}

.quantity_section {
    padding-top: 45px;
    padding-bottom: 6px;
}

.shopperActions .dropdown_primary .shoppping_list_content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-top: 5px;
    word-wrap: break-word;
}

.iconeMapAvailable {
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.longDescriptionContainer {
    border-top: 2px solid black;
}

.longDescription {
    margin: 5px 0 0 20px;
}

.title-prod {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    text-align: center;
    padding: 0 5%;
}

/* --------- Category --------- */
.CategoryTitle {
    padding: 20px;
}

.CategoryTitle .title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    text-align: center;
}

.catNavText {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    text-align: center;
    margin-top: -25px;
    margin-left: 20%;
    margin-right: 20%;
}

/* --------- Account --------- */

.error_myaccount {
    display: block;
    position: relative;
    top: -25px;
}

/* --------- Footer ---------- */

.backtoTop {
    display: block;
    text-align: center;
}

.linkBackToTop {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
}

.linkBackToTop:after {
    content: " ";
    position: absolute;
    background-image: url(../../images/responsive/iconologos.png);
    width: 8px;
    height: 18px;
    margin-left: 10px;
    margin-top: 5px;
    background-position-y: -24px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* ---- Button Discover ---- */
a.link-arrow2 {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    /* width: 190px; */
}

.backbutton a.link-arrow2 {
    display: block;
}

.button_primary2 {
    display: block;
    position: relative;
    background-color: #000;
    color: #fff;
    border-spacing: 0;
    transition: all 0.5s ease;
}

.button_primary2:hover {
    background-color: #444;
    color: #fff;
    transition: all 0.5s ease;
}

.button_primary2 > .button_text {
    height: 70px;
    width: 98px;
    margin: 0 auto;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.button_primary2 > .button_text::after {
    content: " ";
    background: url('../../images/chevron-right.png') no-repeat 10px 4px;
    width: 17px;
    height: 15px;
    margin-top: 26px;
    float: left;
    transition: 0.5s ease;
}

.button_primary2 > .button_text > div {
    position: inherit;
    left: inherit;
    float: left;
    transition: 0.5s ease;
}

.button_primary2:hover > .button_text > div {
    transition: 0.5s ease;
}

.productUp {
    display: block;
}

/*---------------------------------*\
    Icons
\*---------------------------------*/
.icon-minus:before {
    content: url(../../images/DownArrowButton.png);
}

.icon-plus:before {
    content: url(../../images/UpArrowButton.png);
}

.closeButton::after {
    content: "";
    position: absolute;
    top: 18px;
    left: calc(50% - 12px);
    width: 19px;
    height: 15px;
    background-image: url(../../images/responsive/iconologos.png);
    background-position-x: -59px;
    background-position-y: -29px;
}

/*---------------------------------*\
    Form control
\*---------------------------------*/
.form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0;
}

.form-control-without-appearance {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-control:focus {
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

/*---------------------------------*\
    Input group
\*---------------------------------*/
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 25px 20px;
    font-size: 18px;
    line-height: 1.3333333;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

/*---------------------------------*\
    Buttons
\*---------------------------------*/
.btn {
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    transition: background-color .5s;
}

.btn-h10 {
    padding: 10px 30px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    box-shadow: none;
    border-color: #bababa;
    background-color: #bababa;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-lg {
    padding: 20px 30px;
    line-height: 1.3333333;
}

@media screen and (max-width: 700px) and (min-width: 100px), print {
.btn-lg {
    padding: 20px 3px;
    white-space: normal;
    line-height: 1.3333333;
}
    }

.btn-sm {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-arrow-r:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../../images/chevron-right.png) no-repeat;
    margin-left: 10px;
    transition: 0.5s ease;
}

.btn-arrow-r.btn-secondary:after {
    background: url(../../images/chevron-right_000.png) no-repeat;
}

/* Link button */
.btn-link {
    font-weight: normal;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

/* Primary button */
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #bababa;
    border-color: #bababa;
}

/* Secondary button */
.btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus {
    background-color: #f1f1f1;
}

.btn-secondary:active,
.btn-secondary.active {
    background-image: none;
}

.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
    color: #bababa;
    background-color: #bababa;
    border-color: #bababa;
}

.btn-remove {
    padding: 0;
    font-size: 11px;
    font-weight: 600;
}

.btn-remove:focus,
.btn-remove.focus,
.btn-remove:hover,
.btn-remove:active,
.btn-remove.active,
.btn-remove:active:hover,
.btn-remove:active:focus,
.btn-remove:active.focus,
.btn-remove.active:hover,
.btn-remove.active:focus,
.btn-remove.active.focus {
    text-decoration: none;
}

.btn-remove:after {
    content: url(../../images/colors/color1/table_x_delete.png);
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

/* Legacy btn */
.basicButton {
    background-color: #000;
    height: 60px;
    color: white;
}

/*---------------------------------*\
    Product Price Formatting
\*---------------------------------*/
.bg-price {
    font-family: 'Playfair Display', serif;
}

.bg-price .chf {
    font-size: 11px;
}

.bg-price .price {
    font-size: 16px;
    line-height: 1;
}

.bg-price .old_price {
    position: relative;
    display: inline-block;
    color: #9d9d9d;
}

.bg-price .old_price:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    margin-top: .1em;
    background-color: #9d9d9d;
}

.bg-price .old_price .price {
    font-size: 14px;
}

/*---------------------------------*\
   Table formatting
\*---------------------------------*/
.bg-table {
    width: 100%;
    padding: 0; /* reset */
    border-collapse: collapse;
}

.bg-table .column_heading {
    border-bottom: 1px solid #000;
}

.bg-table tr {
    border-bottom: 1px solid #dadada;
}

.bg-table th {
    display: none;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: .1em;
    color: #000;
}

@media only screen and (min-width: 879px), print {
    .bg-table th {
        display: table-cell;
    }
}

.bg-table td.thumbnail_column {
    width: 200px;
}

.bg-table td {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

@media only screen and (min-width: 879px), print {
    .bg-table td.thumbnail_column {
        height: 100px;
        padding: 0;
    }
    .bg-table td {
        display: table-cell;
        height: 70px;
        padding: 10px;
    }
}

.bg-table td:first-child {
    margin-top: 30px;
}

.bg-table td:last-child {
    margin-bottom: 35px;
}

@media only screen and (min-width: 879px), print {
    .bg-table td:first-child {
        margin-top: 0;
    }

    .bg-table td:last-child {
        margin-bottom: 0;
    }
}

.bg-table .label {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

@media only screen and (min-width: 879px), print {
    .bg-table .label {
        display: none;
    }
}

/*---------------------------------*\
    Total Table
\*---------------------------------*/
.bg-total-table {
    width: 100%;
    margin-bottom: 35px;
    border-collapse: collapse;
    page-break-inside: avoid;
}

@media only screen and (min-width: 879px), print {
    .bg-total-table-wrapper {
        float: right;
        width: 50%;
        padding-left: 35px;
    }

    .bg-total-table {
        margin-bottom: 55px;
    }
}

.bg-total-table tr {
    border-bottom: 1px solid #dadada;
}

.bg-total-table .line-label {
    width: 50%;
    padding: 35px 0 !important; /* reset */
    text-align: left !important; /* reset */
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
}

.bg-total-table .line-value {
    width: 50%;
    text-align: right;
}

.bg-total-table .total-global .line-label {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.bg-total-table .total-global .line-value .price {
    font-size: 22px;
    font-weight: 700;
}

.bg-total-table .shipping .free {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

.bg-total-table .promotions-row td {
    padding: 25px 0;
}

.bg-total-table #promotions {
    float: none !important; /* reset */
    padding: 0 !important; /* reset */
}

@media only screen and (min-width: 879px), print {
    .bg-total-table #promotions {
        float: left !important; /* reset */
        width: 60%;
    }
}

.bg-total-table #promotions .promotion_code {
    padding: 0; /* reset */
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
}

.bg-total-table #promotions .input-group-promotion {
    width: 100%;
}

.bg-total-table #promotions .input-promotion {
    font-size: 12px;
    text-transform: uppercase;
    border-color: #bababa;
}

.bg-total-table #promotions #appliedPromotionCodes {
    margin-bottom: 15px;
}

.bg-total-table #promotions .promotion-input-wrapper {
    margin-bottom: 15px;
}

.bg-total-table #promotions .promotion_used {
    margin-top: 5px;
    padding: 0; /* reset */
}

.bg-total-table #promotions .promotion-infos {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    font-family: 'Playfair Display', serif;
    font-size: 12px;
}

.bg-total-table .promotions-row .product_price {
    float: right;
}

/*---------------------------------*\
    Items incrementer
\*---------------------------------*/
@media only screen and (min-width: 879px) {
    .order-item-quantity-wapper .validation {
        max-width: 120px;
    }
}

.order-item-quantity {
    max-width: 120px;
}

.order-item-quantity input {
    height: 50px; /* IE */
    min-width: 50px;
    text-align: center;
    font-weight: 700;
}

.order-item-quantity .btn {
    padding: 0 15px;
    height: 50px; /* IE */
}

/*---------------------------------*\
    Custom Scrollbar
\*---------------------------------*/
.custom-scrollbar::-webkit-scrollbar {
    width: 14px;
    height: 14px;
    background: #fff;
}

.custom-scrollbar::-webkit-scrollbar-track-piece {
    margin: 5px;
    background: transparent none;
    border: solid 4px transparent;
    border-right-width: 12px;
    -webkit-box-shadow: inset 1px 1px 0 0 rgb(219, 219, 219), inset -1px -1px 0 0 rgb(219, 219, 219);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    border: solid 0 transparent;
    border-right-width: 8px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(219, 219, 219), inset 0 0 0 6px rgb(219, 219, 219);
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgb(219, 219, 219), inset 0 0 0 6px rgb(102, 102, 102);
}

/*---------------------------------*\
    Flash message
\*---------------------------------*/
.bg-flash-message {
    position: fixed !important; /* reset WCS */
    z-index: 5000 !important; /* reset WCS - up than #header */
    padding: 15px;
}

@media only screen and (min-width: 879px) {
    .bg-flash-message {
        margin-top: 150px;
        padding: 0; /* reset */
    }
}

.bg-flash-message > .content {
    position: relative;
    margin-top: 0; /* reset */
    padding: 10px;
    border: 1px solid #dadada;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 879px) {
    .bg-flash-message > .content {
        padding: 20px;
    }
}

.bg-flash-message > .content > .close {
    float: right;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
}

.bg-flash-message > .content > .message {
    margin: 15px 40px 15px 15px;
}

@media only screen and (min-width: 879px) {
    .bg-flash-message > .content > .message {
        margin: 20px 45px 20px 20px;
    }
}

.store_message > .content > .message .message_icon {
    height: 25px;
    width: 25px;
}

.bg-flash-message > .content > .message .message_text {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

@media only screen and (min-width: 879px) {
    .bg-flash-message > .content > .message .message_text {
        font-size: 16px;
    }
}

.bg-flash-message > .content > .message .message_icon .error_icon,
.bg-flash-message > .content > .message .message_icon > #success_icon.error_icon {
    top: 0; /* reset */
    left: -7px;
}

/*---------------------------------*\
    Loyalty Card
\*---------------------------------*/
.bgClubPoints{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 16px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 0.875rem;
    color: #444;
    background-color: #F5F5F5;
}

@media (min-width: 793px) {
    .bgClubPoints{
        flex-direction: row;
        padding: 24px 72px;
    }
}

.bgClubPoints .bgClubLogo{
    margin-bottom: 20px;
}

.bgClubPoints .bgClubLogo .svg-logo{
    height: 18px;
    width: auto;
    fill: #000;
}

.bgClubPoints .bgClubText{
    position: relative;
    margin-left: 24px;
    font-family: 'Playfair Display', serif;
    font-size: 0.875rem;
    color: #444;
}

@media (min-width: 793px) {
    .bgClubPoints .bgClubLogo {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 24px;
    }

    .bgClubPoints .bgClubText::after{
        content: "";
        position: absolute;
        left: -24px;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #DADADA;
    }
}

#confirmationPopup .widget_site_popup {
        opacity: 1;
        background-color: white;
        border: solid 1px gray;
        padding-bottom: 5px;
}

#confirmationPopup .button_primary .button_text, .button_text_click_collect {
    padding: 0 30px 0 30px;
}

#confirmationPopup_body.table {
    display: table;
}

#confirmationPopup_body.table > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

#confirmationPopup_body.table div img {
  max-width: initial;
  max-height: initial;
}