.path-mytagheuer .AccountInfo .account-column {
    float:left;
    width:30%;
}
.path-mytagheuer .AccountInfo .account-column.middle {
     margin:0 5%;
}
@media (max-width: 768px) {
    .path-mytagheuer .AccountInfo .account-column {
        margin:0 5%;
        width:90%;
        display:block;
    }
}
.path-mytagheuer .AccountInfo .account-column .row input#edit-phone-number {
    width: 66%;
}

.msg-display .modal-open {
    overflow: hidden; }
.modal-open #popinMessageModal.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
.modal-open #popinMessageModal.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
.modal-open #popinMessageModal.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
.modal-open #popinMessageModal .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
.modal-open #popinMessageModal .modal-content {
    position: relative;
    background-color: #FFF;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background-clip: padding-box;
    outline: 0; }
.msg-display .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
.msg-display .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
.msg-display .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }
.path-mytagheuer .modal-header,
.modal-open #popinMessageModal .modal-header {
    padding: 30px 30px 0 30px;
    border-bottom: 0; }
.modal-open #popinMessageModal .modal-header:before, .modal-open #popinMessageModal .modal-header:after {
    content: " ";
    display: table; }
.modal-open #popinMessageModal .modal-header:after {
    clear: both; }
.modal-open #popinMessageModal .modal-header .close {
    margin-top: -2px; }
.modal-open #popinMessageModal .modal-title {
    margin: 0;
    line-height: 1.42857; }
.modal-open #popinMessageModal .modal-body {
    position: relative;
    padding: 0px 150px; }
.modal-open #popinMessageModal .modal-footer {
    padding: 0px 150px;
    text-align: right;
    border-top: 0; }
.modal-open #popinMessageModal .modal-footer:before, .modal-open #popinMessageModal .modal-footer:after {
    content: " ";
    display: table; }
.modal-open #popinMessageModal .modal-footer:after {
    clear: both; }
.modal-open #popinMessageModal .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
.modal-open #popinMessageModal .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
.modal-open #popinMessageModal .modal-footer .btn-block + .btn-block {
    margin-left: 0; }
.modal-open #popinMessageModal .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
@media (min-width: 768px) {
    .modal-open #popinMessageModal .modal-dialog {
        width: 600px;
        margin: 30px auto; }
    .modal-open #popinMessageModal .modal-content {
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent; }
    .modal-open #popinMessageModal .modal-sm {
        width: 300px; } }
@media (min-width: 1024px) {
    .modal-open #popinMessageModal .modal-lg {
        width: 900px; } }

form#sapient-settings-form div.hide {
    display:none;
}
.modal-open #popinMessageModal.modal a {
    text-decoration: underline;
    color: #6e6e6e;
    -webkit-transition: all 350ms ease-out;
    -khtml-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out; }
.modal-open #popinMessageModal.modal a:hover {
    text-decoration: none; }
.modal-open #popinMessageModal.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0); }
.modal-open #popinMessageModal.modal .modal-header .closeIt {
    border: 0;
    background-color: transparent;
    margin-top: -2px; }
.modal-open #popinMessageModal.modal .modal-body .form-item {
    max-width: 400px; }
.modal-open #popinMessageModal.modal .modal-body h3,
.modal-open #popinMessageModal.modal .modal-footer h3,
.modal-open #popinMessageModal.modal .modal-footer h3 {
    font-size: 20px;
    font-family: 'ProximaNova-Bold', Arial, sans-serif;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin: 25px 0 0;
    color: #1f1f1f; }
.modal-open #popinMessageModal.modal .modal-header p,
.modal-open #popinMessageModal.modal .modal-body p,
.modal-open #popinMessageModal.modal .modal-footer p {
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #1f1f1f; }
.modal-open #popinMessageModal.modal .modal-body p {
    font-weight:bold;
}
.modal-open #popinMessageModal.modal .modal-header .separator,
.modal-open #popinMessageModal.modal .modal-body .separator,
.modal-open #popinMessageModal.modal .modal-footer .separator {
    width: 205px;
    background-color: #d5d5d5;
    height: 1px;
    margin: 30px auto 0; }
.modal-open #popinMessageModal.modal .modal-header .btn,
.modal-open #popinMessageModal.modal .modal-header .btn-border,
.modal-open #popinMessageModal.modal .modal-body .btn,
.modal-open #popinMessageModal.modal .modal-body .btn-border,
.modal-open #popinMessageModal.modal .modal-footer .btn,
.modal-open #popinMessageModal.modal .modal-footer .btn-border {
    height: 50px;
    /*line-height: 50px;*/
    max-width: 400px;
    margin: 30px auto 0;
    display: block; }
.modal-open #popinMessageModal.modal .modal-header .btn.btn-link,
.modal-open #popinMessageModal.modal .modal-body .btn.btn-link,
.modal-open #popinMessageModal.modal .modal-footer .btn.btn-link {
    display: block;
    margin: auto;
    max-width: inherit; }
.modal-open #popinMessageModal.modal .modal-footer {
    padding-bottom: 80px;
    text-align: center; }
.modal-open #popinMessageModal .modal .modal-footer .btn-link {
    margin: 30px auto 0;
    display: block; }
@media (max-width: 768px) {
    .modal-open #popinMessageModal.modal .modal-body,
    .modal-open #popinMessageModal.modal .modal-footer {
        padding: 0 30px; } }
.modal-open #popinMessageModal .mti {
    display: inline-block;
    font: normal normal normal 14px/1 myTagIcon;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.modal-open #popinMessageModal .mti.mti-close:before {
    content: "\e902"; }
.modal-open #popinMessageModal .mti.mti-close:hover {
    color: #d5d5d5; }


/* Update favorites icons */
.product-tile:hover .remove-from-wishlist,
.product-tile:hover .remove-from-wishlist:focus,
.product-tile .remove-from-wishlist:focus,
.product-tile:hover .remove-from-wishlist:hover {
    background-color: #e52230 !important;
    background-image: url('../../../../themes/custom/sapient_classy/images/icons/icon-wishlist-white.svg') !important;
}
.product-tile:hover .remove-from-wishlist:focus::after,
.product-tile .remove-from-wishlist:focus:after,
.product-tile:hover .remove-from-wishlist:hover::after {
    border-top-color: #e52230 !important;
}

.product-tile:hover .add-to-wishlist,
.product-tile:hover .add-to-wishlist:focus,
.product-tile .add-to-wishlist:focus,
.product-tile:hover .add-to-wishlist:hover {
    background-color: white !important;
    background-image: url('../../../../themes/custom/sapient_classy/images/icons/icon-wishlist.svg') !important;
}
.product-tile:hover .add-to-wishlist:focus::after,
.product-tile .add-to-wishlist:focus:after,
.product-tile:hover .add-to-wishlist:hover::after {
    border-top-color: white !important;
}

a.remove-from-wishlist.traverse-link:hover,
a.remove-from-wishlist.traverse-link:focus,
a.remove-from-wishlist.traverse-link {
    background-color:#e52230 !important;
    background-image: url('../../../../themes/custom/sapient_classy/css/images/icons/icon-picto-pin-white.svg') !important;
}
a.remove-from-wishlist.traverse-link:hover:after,
a.remove-from-wishlist.traverse-link:hover:focus,
a.remove-from-wishlist.traverse-link::after {
    border-top-color:#e52230 !important;
}
a.add-to-wishlist.traverse-link:hover,
a.add-to-wishlist.traverse-link:focus,
a.add-to-wishlist.traverse-link {
    background-color:white !important;
    background-image: url('../../../../themes/custom/sapient_classy/css/images/icons/icon-picto-pin.svg') !important;
}
a.add-to-wishlist.traverse-link:hover:after,
a.add-to-wishlist.traverse-link:hover:focus,
a.add-to-wishlist.traverse-link::after {
    border-top-color:white !important;
}

#main-header .path-mytagheuer#nav-mytag .notifications-wrapper .notif-zone section .notif-wrap h2 {
    font-size: 15px;
    line-height: 20px;
}
#main-header .path-mytagheuer#nav-mytag .notifications-wrapper {
    z-index: 101;
}

#wide-mytagheuer-picture-account-form #ajax-wrapper input#edit-avatar-remove-button {
    display:none;
}

.errors-wrapper {
    color:#e52230;
}
input.error,
select.error {
    border-color:#e52230 !important;
}

.interest-checkbox label.option {
    font-size:0px !important;
    color:#fff !important;
}

#wide-mytagheuer-my-account-infos-form #edit-phone-wrapper select#edit-phone-prefix {
    width:29% !important;
}

#wide-mytagheuer-register-form .form-item-newsletter .sr-only {
    clip:auto;
    height: auto;
    width: auto;
}
#wide-mytagheuer-register-form .form-type-checkbox label {
    margin-top:-3px;
}
span#mytagheuer-redirectToCountrySite {
    cursor:pointer;
}
span#fake_submit.button {
    margin-left:0;
    margin-right:0;
}

#popinMessageModal.reStockModal {
}
#popinMessageModal.reStockModal a.btn {
    line-height:35px;
    text-decoration: none;
    color:#fff;
}
#popinMessageModal.reStockModal input, #popinMessageModal.reStockModal .btn {
    width: 100%;
    height: 50px;
    /*line-height: 50px;*/
    border: 1px solid #d5d5d5;
    color: #6e6e6e;
    border-radius: 2px;
    padding-left: 20px;
}
.modal-open #popinMessageModal.modal.reStockModal .modal-body .form-item {
    max-width: none;
}

#popinMessageModal.reStockModal input[type="submit"], #popinMessageModal.reStockModal .btn {
    background-color: #1f1f1f;
    font-size: 14px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 47px;
    border: 1px solid #1f1f1f;
    display: inline-block;
}

#popinMessageModal.reStockModal ul.error {
    color: #e5222f;
    list-style: none;
    padding: 0;
}

#popinMessageModal.reStockModal #reStockMessageSuccess {
    display:none;
    margin-top:40px;
}

#popinMessageModal.reStockModal div.field-error-wrapper {
    color: #e5222f;
    margin-top: -10px;
    font-size: 12px;
    height: 12px;
}