
.reg-or-check {
  position: relative;
  width: 100%;
    max-width: 800px;
  display: flex;
  align-items: center;
  margin: 0 auto;
    
}
@media (max-width: 599px) {
  .reg-or-check {
    flex-direction: column;
    align-items: flex-start;
    width: 100%
  }
  .reg-or-check > * {
    text-align: center;
    margin-bottom: 15px;
    width: 100%
  }
  .reg-or-check a {
    text-align: center
  }
}
@media (min-width: 600px) {
  .reg-or-check a {
    text-align: left
  }
  .reg-or-check span {
    width: 80px
  }
} 
.productsLoaded .reg-or-check > div, .productsLoaded .reg-or-check > button {
  opacity: 1
}
.reg-or-check .searchField {
  flex-grow: 2;
  position: relative
}
.reg-or-check .searchField .dropdown {
  z-index: 9;
  position: absolute;
  right: 0;
  top: 24px;
  background: white;
  width: 100%;
  border-color: #dadada;
  border-style: solid;
  border-width: 0 1px;
  list-style: none;
  padding: 0
}
.reg-or-check .searchField .dropdown li {
  padding: 10px;
  cursor: pointer
}
.reg-or-check .searchField .dropdown li:last-child {
  border-bottom: 1px solid #dadada
}
.reg-or-check input[type=text] {
  width: 100%;
  height: 36px;
  padding-left: 20px;
  text-align: left;
    border: 1px solid #90949c;
}
[lang=es] .reg-or-check input[type=text] {
  padding-left: 10px
}
.reg-or-check span {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #101f8b
} 
.reg-or-check:not(:nth-of-type(1))::after {
  content: '';
  display: block;
  background: url(https://www.epson.co.uk/viewcon/common/assets/images/search-loading.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: calc(50% - 15px);
  bottom: 76px;
  animation: spinner-rotation 2s infinite linear
}
.productsLoaded .reg-or-check:not(:nth-of-type(1))::after {
  display: none
}
@media (min-width: 600px) {
  .reg-or-check:not(:nth-of-type(1))::after {
    bottom: 12px;
    right: 250px
  }
} 
#reg-or-check, #reg-or-check2 {
  overflow: visible;
    margin-bottom: 80px;
} 
.overlay {
    transition: all 0.3s ease;
    background-color: rgba(0,0,0,0.4);
    z-index: 1003;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible
}

.overlay.is-invisible,.overlay.xigen-hidden-popup,.overlay.xigen-hidden-popup {
    visibility: hidden;
    opacity: 0;
    display: none;
    background-color: rgba(0,0,0,0);
    height: 100% !important;
    width: 100% !important;
    position: fixed !important
}

.overlay:hover {
    cursor: pointer
}

.popup {
    transition: all 0.3s ease;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    left: 50%;
    max-height: 95%;
    outline: none;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 100%;
    max-width: 940px;
    z-index: 1004;
    opacity: 1;
    color: #575755;
    background: #fff;
    visibility: visible;
    text-align: left;
    padding: 0;
    -webkit-font-smoothing: antialiased
}

.rtl .popup {
    text-align: right
}

.no-csstransforms .popup {
    margin-left: -50%;
    top: 10%
}

.mobilesafari .popup {
    position: absolute;
    top: 50px;
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

@media only screen and (max-width: 767px) {
    .mobilesafari .popup {
        -ms-transform:none !important;
        transform: none !important
    }
}

.popup .shipping-method-closeness {
    color: #f68f39;
    padding: 0 0 10px
}

.popup.is-invisible,.popup.xigen-hidden-popup,.popup.xigen-hidden-popup {
    visibility: hidden;
    top: 45%;
    opacity: 0;
    height: auto !important;
    width: auto !important;
    position: fixed !important
}

@media only screen and (max-width: 767px) {
    .popup.is-invisible,.popup.xigen-hidden-popup,.popup.xigen-hidden-popup {
        height:100% !important
    }
}

.popup.is-invisible object, .popup.xigen-hidden-popup object, .popup.xigen-hidden-popup object {
    visibility: hidden !important
}

@media only screen and (max-width: 767px) {
    .popup {
        top:0;
        left: 0;
        -ms-transform: none;
        transform: none;
        height: 100% !important;
        max-height: 100%;
        width: 100% !important;
        max-width: 100% !important
    }
}

.popup form.is-validating:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5)
}

.popup form.is-validating:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 5;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url(/viewcon/common/assets/images/search-loading.svg) center center no-repeat;
    background-size: 100% 100%;
    -ms-transform-origin: center center;
    transform-origin: center center;
    animation: spinner-rotation 2s infinite linear
}

.popup form .error-msg {
    font-size: 13px;
    color: red
}

.popup .consumableForm button {
    min-width: 0;
    font-size: 13px;
    padding: 10px 15px
}

.popup_content {
    background: #fff;
    outline: none;
    padding: 30px
}

@media only screen and (max-width: 767px) {
    .popup_content {
        padding:40px 15px 15px
    }
}

.popup_close {
    z-index: 2;
    position: absolute;
    top: 24px;
    right: 22px
}

.rtl .popup_close {
    right: auto;
    left: 15px;
    top: 15px
}

@media only screen and (max-width: 767px) {
    .popup_close {
        top:15px;
        right: 15px
    }

    .rtl .popup_close {
        right: auto;
        left: 15px
    }
}

.popup_close a {
    display: block;
    cursor: pointer;
}

.popup_close a:after {
    display: none
}

.popup_close a:hover {
    opacity: 0.8
}

.popup h3 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: normal;
    padding-right: 40px
}

.rtl .popup h3 {
    padding-right: 0;
    padding-left: 40px
}

.popup h3.blue {
    color: #10218b
}

.popup ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.popup li {
    display: block
}

.popup a {
    font-size: 13px
}

.popup label, .popup .header {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 20px 0 10px
}

.popup .header {
    margin-bottom: 15px
}

.popup input[type="checkbox"] {
    clip: rect(1px,1px,1px,1px);
    outline: none;
    position: absolute
}

.popup input[type="checkbox"]+label {
    position: relative;
    display: block;
    padding: 5px 0 5px 30px;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0
}

.rtl .popup input[type="checkbox"]+label {
    padding: 5px 30px 5px 0
}

.popup input[type="checkbox"]+label:hover {
    cursor: pointer
}

.popup input[type="checkbox"] + label .checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 5px
}

.rtl .popup input[type="checkbox"] + label .checkbox {
    left: auto;
    right: 0
}

.popup input[type="checkbox"] + label .checkbox:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    -ms-transform: translate(2px,-2px);
    transform: translate(2px,-2px);
    background: url(/viewcon/common/assets/images/checkbox-tick.svg) center center no-repeat
}

.popup input[type="checkbox"]:focus + label .checkbox {
    border-color: #575755
}

.popup input[type="checkbox"]:checked + label .checkbox:after {
    display: block
}

.popup input[type="radio"] {
    clip: rect(1px,1px,1px,1px);
    outline: none;
    position: absolute
}

.popup input[type="radio"]+label {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    margin: 0
}

.rtl .popup input[type="radio"]+label {
    padding-left: 0;
    padding-right: 25px
}

.popup input[type="radio"] + label .radio {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 50%
}

.rtl .popup input[type="radio"] + label .radio {
    left: auto;
    right: 0
}

.popup input[type="radio"] + label .radio:before {
    display: none;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #10218b;
    border-radius: 50%
}

.popup input[type="radio"]+label:hover {
    cursor: pointer
}

.popup input[type="radio"]+label.radio-label-bc {
    display: inline-block;
    width: 80px;
    margin: 10px 0 0
}

.popup input[type="radio"]:focus + label .radio {
    border-color: #575755
}

.popup input[type="radio"]:checked + label .radio:before {
    display: block
}

.popup input[type="text"], .popup input[type="email"], .popup input[type="password"] {
    display: block;
    width: 100%;
    height: 31px;
    border: 1px solid #eee;
    margin: 0;
    font-size: 14px;
    line-height: 31px;
    padding: 0 10px;
    color: #000
}

.popup input[type="text"]:focus, .popup input[type="email"]:focus, .popup input[type="password"]:focus {
    border-color: #575755
}

.popup .select {
    font-size: 14px;
    color: #000
}

.popup textarea {
    border: 1px solid #eee;
    margin: 0;
    font-size: 14px;
    line-height: 31px;
    padding: 0 10px;
    color: #000;
    min-height: 100px;
    resize: vertical
}

.popup textarea:focus {
    border-color: #575755
}

.popup .error {
    margin: 10px 0 0;
    font-size: 13px;
    color: red
}

.popup .label-checkbox {
    position: relative;
    font-size: 13px;
    margin: 10px 0 20px;
    color: #000;
    padding-left: 30px
}

.rtl .popup .label-checkbox {
    padding-left: 0;
    padding-right: 30px
}

.popup .label-checkbox:hover {
    cursor: pointer
}

.popup .label-checkbox .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-right: 10px
}

.popup .label-checkbox .checkbox:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    -ms-transform: translate(2px,-2px);
    transform: translate(2px,-2px);
    background: url(/viewcon/common/assets/images/checkbox-tick.svg) center center no-repeat
}

.rtl .popup .label-checkbox .checkbox {
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: 10px
}

.popup .label-checkbox.remember-me {
    color: #575755;
    margin-top: 20px
}

.popup .label-radio {
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 13px;
    margin: 0 0 20px;
    color: #000
}

.rtl .popup .label-radio {
    float: right
}

.popup .label-radio:hover {
    cursor: pointer
}

.popup .label-radio .radio {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-right: 10px
}

.rtl .popup .label-radio .radio {
    margin-right: 0;
    margin-left: 10px
}

.popup .label-radio .radio:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 50%;
    background: #10218b
}

.popup button {
    margin-top: 25px;
    padding: 10px;
    min-width: 100px
}

@media only screen and (max-width: 767px) {
    .popup button {
        width:100%
    }
}

.popup .do-company-toggle {
    display: none
}

.popup .do-company-toggle label:not(.error) {
    margin-top: 4px
}

.popup_signin {
    max-width: 440px
}

@media only screen and (max-width: 767px) {
    .popup_signin {
        max-width:100%
    }
}

.popup_signin h4 {
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: bold
}

.popup_signin .forgot-pass {
    display: inline-block;
    margin: 15px 0 0
}

.popup_signin .register-now {
    margin: 20px 0 0;
    font-size: 14px
}

.popup_signin .register-now a {
    font-size: inherit
}

.popup_register {
    max-width: 720px
}

@media only screen and (max-width: 767px) {
    .popup_register {
        max-width:100%
    }
}

.popup_register .popup_content {
    padding: 30px 15px
}

.popup_register .container .columns {
    padding: 0 15px
}

@media only screen and (max-width: 599px) {
    .popup_register .container, .popup_register .container .columns {
        padding:0
    }
}

.popup_register h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px
}

.popup_register .header.header__newsletter {
    margin-top: 30px
}

.popup_register .disclaimer {
    color: #a9a9a9;
    margin-top: 25px;
    line-height: 18px
}

.popup_register .dealer {
    color: #575755;
    margin-top: 25px;
    line-height: 18px
}

.popup_register .gdpr {
    color: #575755
}

.popup_register form {
    position: relative;
    display: block
}

.popup_language {
    max-width: 440px
}

@media only screen and (max-width: 767px) {
    .popup_language {
        max-width:100%
    }
}

.popup_language button {
    margin-top: 0
}

.popup_language .popup_content {
    max-width: 440px;
    margin: 0 auto
}

.popup_search {
    max-width: 440px;
    overflow: visible
}

@media only screen and (max-width: 767px) {
    .popup_search {
        max-width:100%;
        overflow: auto
    }
}

.popup_search .popup_content {
    max-width: 440px;
    margin: 0 auto
}

.popup_video {
    max-width: 720px;
    height: auto !important
}

.popup_video .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.popup_video .video-container iframe, .popup_video .video-container object, .popup_video .video-container embed, .popup_video .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popup-address-lookup {
    max-width: 780px
}

.popup-address-lookup h3 {
    padding-bottom: 20px;
    color: #10218b;
    border-bottom: 1px solid #d9d9d9
}

.popup-address-lookup ul {
    list-style: none;
    margin: 10px 0;
    max-height: 400px;
    overflow: auto;
    position: relative
}

.popup-address-lookup li {
    display: block
}

.popup-address-lookup li a {
    color: #575755;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 0;
    text-decoration: none
}

.popup-address-lookup li a:hover {
    color: #10218b
}

.double-order-overlay {
    cursor: auto !important
}

.popup-double-order {
    max-width: 530px
}

.popup-double-order h3 {
    padding-left: 35px;
    padding-right: 85px;
    background: url(/viewcon/common/assets/images/checkout-double-order-icon.svg) left center no-repeat;
    background-size: 23px 26px;
    color: #f68f39;
    margin-bottom: 20px
}

.rtl .popup-double-order h3 {
    padding-left: 85px;
    padding-right: 35px;
    background-position: right center
}

.popup-double-order p {
    color: #575755;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #d9d9d9
}

.popup-double-order p:before, .popup-double-order p:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden
}

.popup-double-order p:after {
    clear: both
}

.popup-double-order p:before, .popup-double-order p:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden
}

.popup-double-order p:after {
    clear: both
}

.popup-double-order p strong {
    font-weight: bold;
    color: #f68f39;
    text-transform: uppercase
}

.popup-double-order p.disclaimer {
    margin: 30px 0 0;
    padding: 0;
    border: none;
    color: #a9a9a9;
    font-size: 12px;
    line-height: 18px
}

.popup-double-order label {
    margin: 0;
    color: #575755;
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 5px
}

.popup-double-order .price {
    color: #575755;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px
}

.popup-double-order .btn {
    text-transform: uppercase
}

.popup-bought-with {
    max-width: 530px
}

.popup-bought-with .sixteen {
    margin-bottom: 20px
}

.popup-bought-with h3 {
    padding-left: 35px;
    padding-right: 85px;
    background: url(/viewcon/common/assets/images/checkout-double-order-icon.svg) left center no-repeat;
    background-size: 23px 26px;
    color: #f68f39;
    margin-bottom: 20px
}

.rtl .popup-bought-with h3 {
    padding-left: 85px;
    padding-right: 35px;
    background-position: right center
}

.popup-bought-with label {
    margin: 0;
    color: #575755;
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 5px;
    margin-bottom: 10px
}

.popup-bought-with .price {
    color: #575755;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px
}

.popup-bought-with .btn {
    text-transform: uppercase
}

.popup-firmware {
    max-width: 900px
}

.popup-firmware .popup_actions {
    padding-top: 20px
}

.popup-firmware input[type="checkbox"].error+label {
    color: red
}

.popup input[type="checkbox"]+label {
    color: #575755 !important
}

.popup-eol {
    max-width: 600px
}

.popup-eol img {
    display: block;
    max-width: 100px
}

.popup-resources-form {
    max-width: 424px
}

.popup-resources-form .resources-header {
    position: relative;
    padding: 0 0 0 70px;
    min-height: 75px;
    margin-bottom: 15px
}

.popup-resources-form .resources-header img {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    max-height: 75px;
    max-width: 60px;
    height: auto;
    width: auto
}

.popup-resources-form .resources-header p {
    color: #575755;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 25px
}

.popup-resources-form .resources-header small {
    display: block;
    color: #575755;
    font-size: 12px;
    line-height: 15px
}

.popup-resources-form form .row {
    margin: 0 -10px
}

.popup-resources-form form .row .half {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 10px
}

.popup-resources-form form label {
    margin-top: 15px
}

.popup-resources-form form input[type="checkbox"] {
    clip: rect(1px,1px,1px,1px);
    outline: none;
    position: absolute
}

.popup-resources-form form input[type="checkbox"]+label {
    position: relative;
    display: block;
    padding: 5px 0 5px 30px;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0
}

.rtl .popup-resources-form form input[type="checkbox"]+label {
    padding: 5px 30px 5px 0
}

.popup-resources-form form input[type="checkbox"]+label:hover {
    cursor: pointer
}

.popup-resources-form form input[type="checkbox"] + label .checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 5px
}

.rtl .popup-resources-form form input[type="checkbox"] + label .checkbox {
    left: auto;
    right: 0
}

.popup-resources-form form input[type="checkbox"] + label .checkbox:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    -ms-transform: translate(2px,-2px);
    transform: translate(2px,-2px);
    background: url(/viewcon/common/assets/images/checkbox-tick.svg) center center no-repeat
}

.popup-resources-form form input[type="checkbox"]:focus + label .checkbox {
    border-color: #575755
}

.popup-resources-form form input[type="checkbox"]:checked + label .checkbox:after {
    display: block
}

.popup-resources-form form .btn-wrap {
    margin: -5px 0 10px;
    text-align: center
}

.popup-resources-form form .btn {
    text-transform: uppercase
}

.popup-contact-form {
    max-width: 680px
}

.popup-contact-form p {
    color: #575755;
    font-size: 14px;
    line-height: 24px;
    margin: 0
}

.popup-contact-form h4 {
    color: #10218b;
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0 10px
}

.popup-contact-form h4:first-of-type {
    margin-bottom: 0
}

.popup-contact-form .container {
    padding: 0;
    margin: 0 -15px
}

.popup-contact-form .container .columns {
    padding: 0 15px
}

@media only screen and (max-width: 599px) {
    .popup-contact-form .container {
        margin:0
    }

    .popup-contact-form .container .columns {
        padding: 0
    }
}

.popup-contact-form form .important-radios .radio-error {
    margin: 10px 0 0 15px;
    font-size: 13px;
    color: red;
    display: none
}

.rtl .popup-contact-form form .important-radios .radio-error {
    margin: 10px 15px 0 0
}

.popup-contact-form form h5 {
    color: #575755;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 10px
}

.popup-contact-form form .security-check {
    margin-bottom: 25px
}

.popup-contact-form form .security-check:before, .popup-contact-form form .security-check:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden
}

.popup-contact-form form .security-check:after {
    clear: both
}

.popup-contact-form form .security-check:before, .popup-contact-form form .security-check:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden
}

.popup-contact-form form .security-check:after {
    clear: both
}

.popup-contact-form form .security-check label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    margin-right: 20px;
    padding-right: 35px;
    line-height: 31px
}

.rtl .popup-contact-form form .security-check label {
    padding-right: 0;
    padding-left: 35px;
    margin-right: 0;
    margin-left: 20px
}

.popup-contact-form form .security-check label.error {
    display: block;
    margin: 0;
    padding: 5px 0
}

.rtl .popup-contact-form form .security-check label.error {
    margin: 0;
    padding: 5px 0
}

.popup-contact-form form .security-check label .info {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: url(/viewcon/common/assets/images/question-icons.svg) right center no-repeat
}

.rtl .popup-contact-form form .security-check label .info {
    right: auto;
    left: 0
}

.popup-contact-form form .security-check input {
    display: inline-block;
    vertical-align: top;
    width: 130px
}

.popup-contact-form form .btn {
    text-transform: uppercase
}

.popup-resources-video .video-container {
    width: 100%
}

.popup_addconsumable {
    max-width: 650px
}

.popup_addconsumable .popup_content .addconsumable-item {
    padding: 60px 30px 60px 180px;
    position: relative
}

@media only screen and (max-width: 599px) {
    .popup_addconsumable .popup_content .addconsumable-item {
        padding:30px 10px
    }
}

.popup_addconsumable .popup_content .addconsumable-item img {
    position: absolute;
    left: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    max-width: 120px;
    height: auto
}

@media only screen and (max-width: 599px) {
    .popup_addconsumable .popup_content .addconsumable-item img {
        position:relative;
        left: auto;
        top: auto;
        margin-bottom: 20px;
        -ms-transform: none;
        transform: none
    }
}

.popup_addconsumable .popup_content .addconsumable-item h3 {
    color: #10218b;
    margin-bottom: 15px
}

.popup_addconsumable .popup_content .addconsumable-item .btn {
    margin: 0 10px 10px 0
}

.rtl .popup_addconsumable .popup_content .addconsumable-item .btn {
    margin: 0 0 10px 10px
}

.popup_addconsumable .popup_content #promotion-upsell-container {
    position: relative;
    overflow: hidden
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content {
    border-top: 1px solid #d9d9d9;
    padding: 0px;
    padding-top: 10px;
    width: 100%
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content:before, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content:after {
    clear: both
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content:before, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content:after {
    clear: both
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 {
    border-right: 1px solid #d9d9d9
}

@media only screen and (max-width: 599px) {
    .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 {
        border-right:0;
        border-bottom: 1px solid #d9d9d9
    }
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 {
    display: block;
    width: 50%;
    padding: 8px
}

@media only screen and (max-width: 599px) {
    .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 {
        width:100%;
        padding: 8px 8px 15px 8px;
        margin-bottom: 7px
    }
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 h3, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 h3 {
    color: #575755;
    margin-bottom: 15px
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-content-block, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-content-block {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    max-height: 120px
}

@media only screen and (max-width: 599px) {
    .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-content-block, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-content-block {
        max-height:100%
    }
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-image, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-image {
    float: left;
    max-width: 120px;
    max-height: 120px;
    height: auto
}

@media only screen and (max-width: 599px) {
    .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-image, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-image {
        float:none;
        margin-top: 10px
    }
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-name, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-name {
    color: #575755;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 5px;
    margin-top: 8px
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-details, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-details {
    color: #10218b;
    display: block;
    font-weight: bold;
    width: 100%
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-price, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-price {
    text-align: right;
    display: block;
    float: right;
    max-width: 120px
}

@media only screen and (max-width: 599px) {
    .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-price, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-price {
        max-width:100%;
        float: none;
        text-align: left
    }
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-price .price, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-price .price {
    display: block;
    text-transform: capitalize;
    white-space: nowrap;
    font-size: 24px;
    line-height: 30px
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-price .priceblue, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-price .priceblue {
    color: #10218B
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-price .priceorange, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-price .priceorange {
    color: #F89200
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-price .pricelinethrough, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-price .pricelinethrough {
    text-decoration: line-through
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .promotion-upsell-price .real-rrp-price, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .promotion-upsell-price .real-rrp-price {
    display: none
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 .action-buttons, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 .action-buttons {
    padding-top: 20px
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_0 {
    padding-right: 16px;
    float: left
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-content #promotion-upsell-slot_1 {
    padding-left: 16px;
    float: right
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons {
    width: 100%
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons:before, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons:after {
    clear: both
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons:before, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons:after {
    clear: both
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons #promotion-upsell-slot_0, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons #promotion-upsell-slot_1 {
    display: block;
    width: 50%
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons #promotion-upsell-slot_0 .action-buttons, .popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons #promotion-upsell-slot_1 .action-buttons {
    text-align: left
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons #promotion-upsell-slot_0 {
    padding-left: 8px;
    float: left
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-action-buttons #promotion-upsell-slot_1 {
    padding-left: 16px;
    float: right
}

.popup_addconsumable .popup_content #promotion-upsell-container #promotion-upsell-middle-border {
    display: none
}

@media only screen and (max-width: 599px) {
    .popup_addconsumable .popup_content {
        padding:45px 15px 15px
    }
}

.popup-careers-login {
    max-width: 420px
}

.popup-careers-login p {
    color: #575755;
    font-size: 14px;
    line-height: 24px;
    margin: 0
}

.popup-careers-login .forgot-pass {
    margin: 20px 0;
    display: block
}

.popup-careers-login .btn-blue {
    display: block;
    margin: 0 auto
}

.popup-careers-job-leaving {
    max-width: 420px
}

.popup-careers-job-leaving h3 {
    margin-bottom: 15px
}

.popup-careers-job-leaving .header {
    margin-bottom: 5px
}

.popup-careers-job-leaving a.skip {
    display: inline-block;
    margin: 10px 0 0
}

.popup-careers-job {
    max-width: 600px
}

.popup-careers-job h3 {
    margin: 0 0 20px
}

.popup-careers-job p {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 20px
}

.popup-careers-job .divider {
    background-color: #d9d9d9;
    height: 1px;
    width: 100%;
    margin: 15px auto
}

.popup-careers-job .divider:before, .popup-careers-job .divider:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden
}

.popup-careers-job .divider:after {
    clear: both
}

.popup-careers-job .divider:before, .popup-careers-job .divider:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden
}

.popup-careers-job .divider:after {
    clear: both
}

.popup-careers-job .spec {
    padding-bottom: 10px
}

.popup-careers-job .spec li {
    padding: 5px 0
}

.popup-careers-job .spec li:before, .popup-careers-job .spec li:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden
}

.popup-careers-job .spec li:after {
    clear: both
}

.popup-careers-job .spec li:before, .popup-careers-job .spec li:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden
}

.popup-careers-job .spec li:after {
    clear: both
}

.popup-careers-job .spec li>div {
    display: inline-block;
    vertical-align: top;
    float: left;
    line-height: 18px
}

.rtl .popup-careers-job .spec li>div {
    float: right
}

.popup-careers-job .spec .label {
    font-size: 12px;
    font-weight: bold;
    min-width: 120px
}

.popup-careers-job .spec .text {
    font-size: 13px
}

.popup-careers-job .social {
    text-align: right
}

.rtl .popup-careers-job .social {
    text-align: left
}

@media only screen and (max-width: 479px) {
    .popup-careers-job .social {
        margin-top:15px;
        text-align: left
    }

    .rtl .popup-careers-job .social {
        text-align: right
    }
}

.popup-careers-job .social .title {
    display: inline-block;
    vertical-align: middle;
    color: #10218b;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px
}

.popup#newsletter-success p {
    color: #575755;
    font-size: 14px;
    line-height: 20px
}

.popup_video.popup-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    max-height: 100%;
    -ms-transform: none;
    transform: none;
    max-width: 100%
}

.popup_video.popup-fullscreen .popup_content {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
    position: relative;
    background: #000
}

.popup_video.popup-fullscreen .popup_content .popup_close {
    position: absolute;
    right: inherit;
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.popup_video.popup-fullscreen .popup_content .popup_close .do-close {
    background: transparent;
    height: auto;
    width: auto;
    text-indent: 0;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase
}

.popup_video.popup-fullscreen .popup_content .popup_close .do-close:hover {
    color: white
}

.popup_video.popup-fullscreen .popup_content .promo_fullscreen-close {
    display: block;
    padding: 10px 0px 10px 0;
    margin: 0 auto 0;
    top: 5px;
    z-index: 256;
    background: #000;
    background: rgba(0,0,0,0.8);
    width: 100%;
    max-width: 800px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    font-weight: bold
}

.popup_video.popup-fullscreen .popup_content .promo_fullscreen-close .promo_fullscreen-close-btn {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.popup_video.popup-fullscreen .popup_content .promo_fullscreen-close .promo_fullscreen-close-btn:hover {
    text-decoration: underline
}

.popup_video.popup-fullscreen .popup_content .video-container {
    height: 100%;
    width: 100%;
    padding: 0px;
    position: relative
}

.popup_video.popup-fullscreen .popup_content .video-container iframe {
    border: none
}

.popup_video.popup-fullscreen .popup_content .hero_bg_vol_btn {
    display: block;
    width: 41px;
    height: 27px;
    background-image: url('/viewcon/common/assets/images/fullscreen-vol_sprite.svg');
    background-position: center 27px;
    position: absolute;
    left: 15px;
    bottom: 50px;
    z-index: 256
}

.popup-small {
    max-width: 400px
}

.popup-small p {
    color: #575755;
    font-size: 14px;
    line-height: 24px;
    margin: 0
}

.popup-small h4 {
    color: #10218b;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 20px
}