* {
    font-family: 'Lato';
    font-weight: 400;
}

a[href^='tel:'] {
    color: #007bff;
}

select:focus,
button:focus {
    outline: none !important;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-medium {
    font-weight: 700;
}

.font-weight-bold {
    font-weight: 900;
}

.pointer {
    cursor: pointer;
}

.row {
    margin: 0px !important;
}

.hidden {
    display: none !important;
}

.underline {
    text-decoration: underline;
}

.no-opacity {
    opacity: 0;
}

.color-blue {
    color: #062F6E;
}

.booker-color-blue-text {
    color: #2356AA;
}

.color-green {
    color: #58A517;
}

.color-purple {
    color: #4C0642;
}

.btn-green {
    color: white;
    background-color: #75AD45;
}

.validation-summary-errors li:before {
    content: "\f05a";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-left: -16px;
    margin-right: 7px;
}

.validation-summary-errors ul {
    margin-left: 0px;
    padding-left: 10px;
    margin-bottom: 3px;
    text-align: left
}

.input-validation-error,
.field-validation-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.validation-summary-valid {
    display: none;
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    top: 7.2px;
    padding: 4px 8px;
    color: #aaa;
    transition: 0.3s;
}

.input-with-icon-left input[type="text"] {
    padding-left: 30px;
}

.input-with-icon-right input[type="text"] {
    padding-right: 40px;
}

.input-with-icon-left i {
    left: 0;
}

.input-with-icon-right i {
    right: 14px;
}

.asterisk {
    position: absolute;
    margin-left: 5px;
    margin-right: 5px;
    color: red;
    font-weight: 900;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.italic {
    font-style: italic;
}

.w-6 {
    width: 6em;
}

.w-8 {
    width: 8em;
}

.w-10 {
    width: 10em;
}

.w-12 {
    width: 12em;
}

a .discount:hover {
    text-decoration: underline;
}

.accordion>.card .card-header {
    margin-bottom: 0px !important;
}

main .pagination {
    margin-top: 1em;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

main .pagination .dots {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.2em;
    margin-right: 0.2em;
    color: #2356AA;
}

main .pagination .page-item .page-link {
    color: #2356AA;
    margin: 0.15em;
}

main .pagination .page-item.previous .page-link,
main .pagination .page-item.next .page-link {
    background-color: #2356AA;
    border-color: #2356AA;
    color: white;
}

main .pagination .page-item.previous.disabled .page-link,
main .pagination .page-item.next.disabled .page-link {
    background-color: #E6E6E6;
    color: white;
    border-color: #D3D3D3;
}

main .pagination .page-item.active .page-link {
    border: 2px solid #2356AA;
    color: #2356AA;
    background-color: white;
}

.PagedList-ellipses {
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
}

li.page-item.PagedList-skipToNext .page-link,
li.page-item.PagedList-skipToPrevious .page-link,
li.page-item.PagedList-skipToFirst .page-link,
li.page-item.PagedList-skipToLast .page-link {
    background-color: #2356AA;
    border-color: #2356AA !important;
    color: white !important;
}

li.page-item.PagedList-skipToFirst .page-link,
li.page-item.PagedList-skipToLast .page-link {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

#search-input input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #AFAFAF;
    opacity: 1;
    /* Firefox */
}

#search-input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AFAFAF;
}

#search-input input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #AFAFAF;
}

.table-negative-number {
    white-space: nowrap !important;
}

.element-with-shadow {
    -webkit-box-shadow: 2px 2px 0px 0px rgba(207, 209, 208, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(207, 209, 208, 1);
    box-shadow: 2px 2px 0px 0px rgba(207, 209, 208, 1);
}

/* HEADER */
/* EXTERNAL HEADER */
header.external-header #store {
    margin-left: 10px;
    margin-top: -8px;
    color: #2356AA;
    font-size: 24px;
}

header.external-header #login-dropdown {
    text-align: right;
    color: #062F6E;
    margin-right: 1em;
}

header.external-header .login-form {
    width: 22em;
    position: absolute;
    right: 20px;
    margin-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

header.external-header .login-form #arrow-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 18px solid #2356AA;
    margin-left: auto;
    margin-right: 30px;
}

header.external-header .login-form .login-form-content {
    padding: 20px 20px;
    background-color: #2356AA;
    border-radius: 6px;
}

header.external-header .login-form .login-form-content a {
    color: white;
}

header.external-header .login-form .login-form-content .input-group .fa-user {
    color: #00BDF7;
}

header.external-header .login-form .login-form-content .input-group .go-button {
    background-color: #00BDF7;
    color: white;
    border: 1px solid #00BDF7;
}

header.external-header .login-form .login-form-content .input-group .fa-asterisk {
    font-size: 8px !important;
    color: #0070C9 !important;
    top: 12px !important
}

header.external-header .login-form .login-form-content .btn-login {
    color: white !important;
    background-color: #00BDF7 !important;
}

header.external-header .login-form .login-form-content input[type="text"]::placeholder {
    /* Firefox, Chrome, Opera */
    color: #AFAFAF;
}

header.external-header .login-form .login-form-content input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AFAFAF;
}

header.external-header .login-form .login-form-content input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #AFAFAF;
}

header.external-header #logo {
    text-align: center;
}

header.external-header #logo img {
    cursor: pointer;
}

/* XTERNAL HEADER NEW */
header.external-header-new.header-desktop #logo-and-login {
    display: flex;
    justify-content: space-between;
    padding-top: 3em;
    padding-bottom: 1em;
    padding-left: 4.5em;
    padding-right: 5em;
}

.registration-body header.external-header-new.header-desktop #logo-and-login {
    justify-content: center;
}

header.external-header-new.header-desktop #logo-and-login #login-flex {
    display: flex;
    flex-direction: column;
    position: relative;
}

header.external-header-new.header-desktop #logo-and-login #login-flex #input-flex {
    display: flex;
    margin-bottom: 0.5em;
    justify-content: flex-end;
}

header.external-header-new.header-desktop #logo-and-login #login-flex #input-flex .blue-btn {
    width: 8em;
    background-color: #2356AA !important;
    margin-left: 0.5em;
    border-radius: 0;
}

header.external-header-new.header-desktop #logo-and-login #login-flex #input-flex #CustomerNumber {
    width: 250px;
}

header.external-header-new.header-desktop #logo-and-login #login-flex #customer-number-forgotten.clicked {
    color: #2356AA !important;
}

header.external-header-new.header-desktop #logo-and-login #login-flex #remember-customer {
    max-width: inherit;
    width: inherit;
    background-color: white;
    top: 4.25em;
    padding: 1em;
    padding-top: 0;
    left: -1em;
    width: 23em;
    position: absolute;
    margin-top: 0.5em;
}

header.external-header-new.header-desktop #logo-and-login #login-flex #remember-customer input,
header.external-header-new.header-desktop #logo-and-login #login-flex #remember-customer .blue-btn {
    margin-bottom: 0.5em;
}

header.external-header-new.header-desktop #logo-and-login #login-flex #remember-customer .blue-btn {
    width: 100%;
    background-color: #2356AA !important;
}

header.external-header-new.header-desktop #logo-and-login #login-flex #remember-customer .green-btn {
    width: 100%;
}

header.external-header-new.header-desktop #logo-and-login #login-flex #remember-customer a {
    display: block;
    color: black;
    text-align: left;
}

header.external-header-new.header-desktop #logo-and-login #login-flex a {
    text-align: right;
}

header.external-header-new.header-desktop #logo-and-login #login-flex a.black-link,
header.external-header-new.header-mobile #login-form a.black-link {
    color: black;
    font-weight:400;
}

header.external-header-new.header-desktop #logo-and-login #login-flex a.blue-link,
header.external-header-new.header-mobile #login-form a.blue-link {
    font-size: 20px;
    color: #2356AA;
    font-weight: 700;
}

header.external-header-new nav {
    color: white;
}

header.external-header-new .external-banner img:not(.twoColPromoArrow) {
    width: 100%;
}

header.external-header-new.header-mobile {
    display: none;
}

header.external-header-new .search-button .btn {
    color: white;
    background-color: #00BDF7;
    border: 1px solid #00BDF7;
}

header.external-header-new .search-button .fa-search {
    color: white !important;
}

header.external-header-new a.get-location {
    display: block;
}

header.external-header-new #join-booker a {
    color: white;
}

@media screen and (min-width:1023px) {
    header.external-header-new a.get-location {
        display: none;
    }
}

@media screen and (orientation: portrait) {
    header.external-header-new a.get-location {
        display: block;
    }
}

@media(max-width:1250px) {
    header.external-header-new.header-desktop #logo-and-login {
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media(max-width:910px) {
    header.external-header-new.header-desktop {
        display: none !important;
    }

    header.external-header-new.header-mobile {
        display: block !important;
    }

    header.external-header-new.header-mobile #logo {
        text-align: center;
        margin-top: 1em;
    }

    header.external-header-new.header-mobile .menu-toggle {
        padding-top: 0.4em;
        padding-left: 1em;
        color: #2356AA;
        float: left;
    }

    header.external-header-new.header-mobile .menu-toggle span {
        font-size: 30px;
    }

    header.external-header-new.header-mobile #logo img {
        width: initial !important;
    }

    header.external-header-new.header-mobile .external-banner-mobile img {
        width: 100%;
    }

    header.external-header-new.header-mobile .external-banner-mobile img.big-devices-image,
    header.external-header-new.header-mobile .external-banner-mobile div.big-devices-carousel {
        display: block;
    }

    header.external-header-new.header-mobile .external-banner-mobile img.small-devices-image,
    header.external-header-new.header-mobile .external-banner-mobile div.small-devices-carousel {
        display: none;
    }

    header.external-header-new.header-mobile #login-form {
        display: flex;
        flex-direction: column;
        margin-top: 1em;
    }

    header.external-header-new.header-mobile #login-form,
    header.external-header-new.header-mobile #join-booker #postcode-input {
        margin-left: 5em;
        margin-right: 5em;
    }

    header.external-header-new.header-mobile #login-form a.blue-link {
        font-size: 16px;
    }

    header.external-header-new.header-mobile #login-form .blue-btn {
        width: 100%;
        background-color: #2356AA !important;
        margin-top: 0.5em;
        margin-bottom: 1em;
        border-radius: 0;
    }

    header.external-header-new.header-mobile #login-form #customer-number-forgotten.clicked {
        color: #2356AA;
    }

    header.external-header-new.header-mobile #login-form #customer-number-forgotten.clicked .chevron {
        transform: rotate(-90deg);
    }

    header.external-header-new #join-booker {
        background-color: #2356AA;
        color: white;
        text-align: center;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    header.external-header-new #join-booker .mobile-smaller {
        font-size: 20px;
    }

    header.external-header-new .input-group {
        padding-right: 0.5em;
        width: 83%;
    }
}

@media(max-width:768px) {
    header.external-header-new.header-desktop #logo-and-login {
        padding-left: 3em;
        padding-right: 3em;
    }

    header.external-header-new .input-group {
        padding-right: 0.9em !important;
        width: 80% !important;
    }
}

@media(max-width:575px) {
    header.external-header-new .input-group {
        width: 74% !important;
    }
}

@media(max-width:500px) {

    header.external-header-new.header-mobile .external-banner-mobile img.big-devices-image,
    header.external-header-new.header-mobile .external-banner-mobile div.big-devices-carousel {
        display: none;
    }

    header.external-header-new.header-mobile .external-banner-mobile img.small-devices-image,
    header.external-header-new.header-mobile .external-banner-mobile div.small-devices-carousel {
        display: block;
    }

    header.external-header-new.header-mobile #login-form,
    header.external-header-new.header-mobile #join-booker #postcode-input {
        margin-left: 1em;
        margin-right: 1em;
    }

    header.external-header-new .input-group {
        padding-right: 0.5em !important;
        width: 95% !important;
    }
}

@media(max-width:480px) {
    header.external-header-new .input-group {
        padding-right: 0.5em !important;
        width: 95% !important;
    }
}

@media(max-width:411px) {
    header.external-header-new .input-group {
        padding-right: 1em !important;
    }
}

@media(max-width:375px) {
    header.external-header-new .input-group {
        padding-right: 0.75em !important;
    }
}

@media(max-width:360px) {
    header.external-header-new .input-group {
        padding-right: 1em !important;
    }
}

/* SHOPPING MAIN */
@media (max-width: 991px) {
    main#shopping-desktop {
        display: none !important;
    }

    main#shopping-mobile {
        display: block !important;
    }
}

main#shopping-desktop {
    display: block;
}

main#shopping-mobile {
    display: none
}

@media (max-width: 991px) {
    main#contactPage-desktop {
        display: none !important;
    }

    main#contactPage-mobile {
        display: block !important;
    }
}

main#contactPage-desktop {
    display: block;
}

main#contactPage-mobile {
    display: none
}

/* myAllocationPreference MAIN */
@media (max-width: 991px) {
    main#myAccountPreference-desktop {
        display: none !important;
    }

    main#myAccountPreference-mobile {
        display: block !important;
    }
}

main#myAccountPreference-desktop {
    display: block;
}

main#myAccountPreference-mobile {
    display: none
}

/* promotions MAIN */
/*Nuevo Promotion con un solo main*/
@media (max-width: 575px) {
    #promotions-desktop {
        display: none !important;
    }

    #promotions-mobile {
        display: block !important;
    }
}

#promotions-desktop {
    display: block;
}

#promotions-mobile {
    display: none
}

/*not logged truck header_3*/
@media (max-width: 900px) {
    header#not-logged-truck-header-desktop_3 {
        display: none !important;
    }

    header#not-logged-truck-header-mobile_3 {
        display: block !important;
    }

    header#not-logged-truck-header-mobile_3 .margen {
        max-width: 7em !important;
    }

    header#not-logged-truck-header-mobile_3 .menu-toggle {
        padding-top: 0px !important;
    }
}

header#not-logged-truck-header-desktop_3 {
    display: block;
}

header#not-logged-truck-header-mobile_3 {
    display: none
}

/* SHOPPING HEADER */
@media (max-width: 900px) {
    header#shopping-header-desktop {
        display: none !important;
    }

    header#shopping-header-mobile {
        display: block !important;
    }
}

header#shopping-header-desktop {
    display: block;
}

header#shopping-header-mobile {
    display: none
}

header#shopping-header-desktop #search-bar #mini-trolley .btn {
    height: 100% !important;
}


header#shopping-header-desktop #checkout .btn {
    display: flex;
    align-items: center;
}

header.shopping-header .top-nav a {
    color: #062F6E;
}

header.shopping-header .top-nav .title {
    color: #2356AA;
}

header.shopping-header .greeting {
    float: right;
    margin-right: 1em;
    margin-bottom: 0.5em;
}

header.shopping-header .greeting .hello {
    font-style: italic;
}

header.shopping-header .greeting .customer-name {
    color: #2356AA;
}

header.shopping-header .greeting .customer-title {
    display: block;
    text-align: right;
    color: #AFAFAF;
    margin-top: -5px;
}

#search-bar #search-input input::placeholder {
    font-size: 16px !important;
}

#search-bar #search-input input::-moz-placeholder {
    font-size: 16px !important;
}

#search-bar #search-input input::-webkit-input-placeholder {
    font-size: 16px !important;
}

#search-bar #search-input input::-ms-input-placeholder {
    font-size: 16px !important;
}

header.shopping-header #search-bar {
    clear: both;
    align-items: flex-end;
}

header.shopping-header #search-bar #search-input {
    margin-bottom: 0px;
    margin-top: auto;
}

header.shopping-header #search-bar #search-input input:not(.modalComponents *) {
    margin-bottom: 0px;
    margin-top: auto;
}

header.shopping-header #search-bar #search-input input:not(.modalComponents *) {
    border: 1px solid #AFAFAF;
    font-size: 20px;
    height: 2.2em;
}

header.shopping-header #search-bar #search-input .btn {
    color: white;
    background-color: #2356AA;
    border: 1px solid #2356AA;
    height: 100%;
}

header.shopping-header #search-bar #search-input .search-button {
    display: initial;
}

header#shopping-header-mobile #search-bar .header-button.orange-background .content .pounds-label,
header#shopping-header-desktop #search-bar .header-button.orange-background .content .pounds-label {
    color: #ED6500;
}

header#shopping-header-mobile #search-bar .header-button.green-background .content .pounds-label,
header#shopping-header-desktop #search-bar .header-button.green-background .content .pounds-label {
    color: #75AD45;
    line-height: normal;
}

header.shopping-header #search-bar #click-collect img,
header.shopping-header #search-bar #delivery img {
    height: 30px;
    margin-top: 3px;
    margin-bottom: 2px;
    margin-right: 5px;
}

/* Menu */
.page-menu {
    width: 100%;
    background-color: #EFEFEF;
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.page-menu .page-menu-greeting {
    cursor: default !important;
}

.page-menu .page-menu-greeting .hello {
    font-style: italic;
}

.page-menu .page-menu-greeting .customer-name {
    color: #2356AA;
}

.page-menu .page-menu-greeting .customer-title {
    color: #AFAFAF;
}

.page-menu .menu-group {
    margin: 1em;
}

.page-menu .menu-option {
    padding: 0.5em 1em;
    background-color: white;
    cursor: pointer;
}

.page-menu .menu-option .icon-container {
    width: 1.5em;
    color: #2356AA;
}

.page-menu .menu-option .fa-chevron-right {
    color: #D0D0D0;
}

/* DESKTOP */
header#shopping-header-desktop #logo {
    cursor: pointer;
    min-width: 7em;
}

header#shopping-header-desktop #logo img {
    max-width: 7em;
    padding-bottom: 5px;
    padding-left: 2px;
}

header#shopping-header-desktop #search-bar .header-button {
    margin-top: auto;
    width: 12.5em;
    max-width: 12.5em;
    min-width: 0;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

header#shopping-header-mobile #search-bar .header-button.orange-background,
header#shopping-header-desktop #search-bar .header-button.orange-background {
    background-color: #fdead3;
}

header#shopping-header-mobile #search-bar .header-button.green-background,
header#shopping-header-desktop #search-bar .header-button.green-background {
    background-color: #E3F5E8;
    margin-right: 1em;
    padding-right: 0;
}

header#shopping-header-mobile #search-bar .header-button.grey-background,
header#shopping-header-desktop #search-bar .header-button.grey-background {
    background-color: #C9C7D9;
    margin-right: 1em;
    padding-right: 0;
}

header#shopping-header-mobile #search-bar .header-button .content,
header#shopping-header-desktop #search-bar .header-button .content {
    position: relative;
}

header#shopping-header-desktop #search-bar .header-button .content i {
    font-size: 30px;
    padding-top: 0.15em;
}

header#shopping-header-mobile #search-bar .header-button .content .pounds-label,
header#shopping-header-desktop #search-bar .header-button .content .pounds-label {
    font-size: 18px;
    position: absolute;
}

@media(max-width:400px) {
    header#shopping-header-mobile .mini-trolley-cb .pounds-label {
        font-size: 16px;
        white-space: nowrap;
    }
}

header#shopping-header-mobile #search-bar .header-button .content .cases-label,
header#shopping-header-desktop #search-bar .header-button .content .cases-label {
    font-size: 11px;
    color: #AFAFAF;
    position: absolute;
    margin-top: 1.8em;
}

header#shopping-header-desktop #store {
    text-align: center;
    margin-top: -8px;
    color: #2356AA;
    font-size: 25px;
}

nav .pr3 {
    width: 16.66%;
}

header#shopping-header-desktop #search-bar .btnCol {
    padding-left: 0;
    max-width: 100%;
    padding-right: 15px;
}

header#shopping-header-desktop #search-bar #mini-trolley .btn,
.btn-request-delivery,
#collect-no-delivery-option-button .btn {
    background-color: #2356AA;
    color: white;
    height: 60px;
    width: 100%;
}

#collect-no-delivery-option-button .btn {
    line-height: 44px;
}

header #shopping-header-desktop #search-bar #mini-trolley .btn:hover {
    border-color: #2356AA !important;
    box-shadow: 0 0 0 0.08rem #2356aa7a !important;
    text-decoration: underline;
}

/*Busquedas sugeridas*/
header .suggestions-result {
    position: absolute;
    /*https://getbootstrap.com/docs/4.3/layout/overview/#z-index*/
    z-index: 910;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    width: calc(100% - 3.2em);
    /*Con el botón nuevo: width: calc(100% - 55.9em);*/
    border: 1px solid #2356AA;
    box-shadow: 0 0 0 0.08rem #2356aa7a;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
    /*Requested 2020-04-15*/
}

header .suggestions-result div a {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    
    color: black;
    display: block;
    border-bottom: 1px solid #ECECEC;
}

header .suggestions-result div a:hover {
    color: white;
    text-decoration: none;
    background-color: #2356AA;
}

@media(max-width:1035px) {
    header#shopping-header-desktop #logo {
        padding-right: 0;
    }
}

@media(max-width:991px) {
    header#shopping-header-desktop #logo {
        padding-right: 15px;
    }

    header#shopping-header-desktop .btn-flex {
        width: 100%;
        padding-left: 1em;
        padding-top: 1em;
    }

    header#shopping-header-desktop #search-bar .btnCol {
        display: flex;
        justify-content: flex-end;
    }
}

#mini-trolley .clickAndCollectBranch {
    font-weight: 900;
    color: #C98D05;
}

#mini-trolley .deliveryBranch {
    font-weight: 900;
    color: #82B279;
}

#mini-trolley-mobile #click-collect,
#mini-trolley-mobile #delivery,
#mini-trolley #click-collect,
#mini-trolley #delivery {
    border-radius: 0.25rem;
}

/* MOBILE */
#mini-trolley-mobile>div>div {
    min-width: 150px;
}

#mini-trolley-mobile #checkout,
#mini-trolley-mobile #click-collect,
#mini-trolley-mobile #delivery,
#mini-trolley-mobile #checkout a {
    height: 4em !important;
}

header#shopping-header-mobile #search-bar .logo-and-buttons {
    padding: 15px 0px 15px 0px;
}

header#shopping-header-mobile #search-bar .logo-and-buttons #logo {
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

header#shopping-header-mobile #logo img {
    max-width: 7em;
    margin-bottom: 0.5em;
}

header#shopping-header-mobile #search-bar .logo-and-buttons #logo #store {
    text-align: center;
    color: #2356AA;
    font-size: 25px;
    margin-top: -12px;
}

header#shopping-header-mobile #search-bar .header-button.orange-background .icon {
    background-color: #FAEFE7;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

header#shopping-header-mobile #search-bar .header-button.orange-background .labels {
    background-color: #FAEFE7;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

header#shopping-header-mobile #search-bar .header-button.green-background .icon {
    background-color: #E3F5E8;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

header#shopping-header-mobile #search-bar .header-button.green-background .labels {
    background-color: #E3F5E8;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

header#shopping-header-mobile #search-bar .header-button .icon {
    padding-left: 0.25em;
}

header#shopping-header-mobile #search-bar .header-button .icon i {
    font-size: 30px;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    padding-right: 10px;
    padding-top: 5px;
}

header#shopping-header-mobile #search-bar .header-button .icon i.fa-shopping-cart,
header#shopping-header-mobile #search-bar .header-button.orange-background .labels p:nth-child(1) {
    color: #ED6500;
}

header#shopping-header-mobile #search-bar .header-button .icon i.fa-truck,
header#shopping-header-mobile #search-bar .header-button.green-background .labels p:nth-child(1) {
    color: #75AD45;
}

header#shopping-header-mobile #search-bar .header-button .labels {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

header#shopping-header-mobile #search-bar .header-button .labels p:nth-child(1) {
    font-size: 20px;
    font-weight: 900;
}

header#shopping-header-mobile #search-bar .header-button .labels p:nth-child(2) {
    font-size: 12px;
    color: #AFAFAF;
    display: block;
}

header#shopping-header-mobile #search-bar .menu-toggle span {
    margin: 0 auto;
    cursor: pointer;
    color: #2356AA;
}

header#shopping-header-mobile #search-bar .menu-toggle span i {
    font-size: 30px;
}

header#shopping-header-mobile #search-bar #search-input .form-control::placeholder {
    font-size: 10.5px;
}

header#shopping-header-moblie #search-bar .btn:hover {
    border-color: #2356AA !important;
    box-shadow: 0 0 0 0.08rem #2356AA !important;
    text-decoration: underline;
}

header#shopping-header-mobile #search-bar .btnCol {
    justify-content: flex-end;
}

header#shopping-header-mobile #search-bar .menu-toggle span i {
    font-size: 30px;
}

header#shopping-header-mobile #search-bar #search-input .form-control::placeholder {
    font-size: 10.5px;
}

header#shopping-header-mobile #checkout {
    display: flex;
    justify-content: flex-end;
}

header#shopping-header-mobile #checkout .btn,
header#shopping-header-mobile #search-bar .btnCol .btn {
    background-color: #2356AA;
    color: white;
}

header#shopping-header-moblie #search-bar .btn:hover {
    border-color: #2356AA !important;
    box-shadow: 0 0 0 0.08rem #2356aa7a !important;
    text-decoration: underline;
}

header#shopping-header-mobile #search-bar .btnCol {
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 1.5rem;
    display: flex;
    justify-content: flex-end;
}

@media(max-width:390px) {
    header#shopping-header-mobile #search-bar .btnCol {
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
}

/* NOT LOGGED / TRUCK HEADER */
header.not-logged-truck-header .greeting {
    position: absolute;
    right: 1em;
}

header.not-logged-truck-header .greeting .hello {
    font-style: italic;
}

header.not-logged-truck-header .greeting .customer-name {
    color: #2356AA;
}

header.not-logged-truck-header .greeting .customer-title {
    display: block;
    text-align: right;
    color: #AFAFAF;
    margin-top: -5px;
}

header.not-logged-truck-header #logo {
    text-align: center;
    margin-top: 1em;
}

header.not-logged-truck-header #logo img {
    cursor: pointer;
}

header.not-logged-truck-header #logo #store {
    margin-top: 2.75px;
    color: #2356AA;
    font-size: 25px;
}

header.not-logged-truck-header #logo #store span {
    font-weight: 900;
}

header.not-logged-truck-header .menu-toggle {
    display: none;
    color: #2356AA;
    float: left;
    padding-top: 35px;
}

header.not-logged-truck-header .menu-toggle span {
    cursor: pointer;
    margin-left: 30px;
}

header.not-logged-truck-header .menu-toggle span i {
    font-size: 30px;
}

header.not-logged-truck-header .top-nav a {
    color: #062F6E !important;
}

@media (max-width: 900px) {
    header.not-logged-truck-header .greeting {
        display: none !important;
    }

    .not-logged-truck-header nav {
        display: none !important;
    }

    .not-logged-truck-header .menu-toggle {
        display: block !important;
    }

    .not-logged-truck-header .margen {
        margin-left: -5em !important;
    }

    header.not-logged-truck-header .menu-toggle {
        margin-left: 1em !important;
    }
}

@media (max-width: 575px) {
    .not-logged-truck-header .margen {
        margin-left: -4em !important;
    }

    header.not-logged-truck-header .menu-toggle {
        margin-left: 0em !important;
    }
}

@media (max-width: 568px) {
    header.not-logged-truck-header .menu-toggle span {
        margin-left: 45px;
    }
}

@media (max-width: 480px) {}

@media (max-width: 575px) {
    .not-logged-truck-header .margen {
        margin-left: -3em !important;
    }

    header.not-logged-truck-header .menu-toggle {
        margin-left: -1em !important;
    }
}

@media (max-width: 414px) {
    header.not-logged-truck-header .menu-toggle span {
        margin-left: 30px;
    }
}

@media (max-width: 320px) {
    header.not-logged-truck-header .menu-toggle {
        padding-left: 0em !important;
    }
}

/* NAV */
@media (max-width: 900px) {
    nav.nav-blue {
        display: none !important;
    }
}

nav.nav-blue {
    background-color: #2356AA;
    height: 48px;
}

#external-page nav.nav-blue:not(.top-strip) {
    height: auto;
}

nav.nav-blue-empty {
    height: 48px;
}

nav.nav-blue span {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 16.66%;
}

nav.nav-blue span.active {
    background-color: white;
}

nav.nav-blue span.active a {
    color: #2356AA;
}

nav.nav-blue a {
    color: white;
}

nav.nav-blue li {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-width: 14.2%;
}

nav.nav-blue li.active {
    background-color: white;
}

nav.nav-blue li.active a {
    color: #2356AA;
}

nav.nav-blue a:hover {
    text-decoration: underline;
}

#Ordering .dropdown-menu {
    border-radius: 0 0 .25rem .25rem !important;
}

/*// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    #Ordering,
    #Ordering .dropdown-menu li {
        min-width: 23%;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    #Ordering,
    #Ordering .dropdown-menu li {
        min-width: 20%;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    #Ordering,
    #Ordering .dropdown-menu li {
        min-width: 15.2%;
    }
}

/*// Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1399.98px) {

    #Ordering,
    #Ordering .dropdown-menu li {
        min-width: 14.2%;
    }
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: white !important;
    background-color: #2356AA !important;
}

/* FOOTER */
footer {
    margin-bottom: 30px;
    clear: both;
}

footer #links ul {
    text-decoration: none;
    color: #062F6E;
}

footer #links h6 a {
    color: #062F6E !important;
}

footer #links .fa-circle {
    font-size: 5px;
    margin-top: auto;
    margin-bottom: auto;
    color: #062F6E;
}

footer #copyright {
    text-align: center;
    cursor: pointer;
    color: #062F6E;
}

footer #social {
    font-size: 30px;
    color: #062F6E;
}

footer #social i {
    cursor: pointer;
} 

footer #social a {
    text-decoration: none;
}

footer #links {
    border: 1px solid #E5E5E5;
    border-left: none;
    border-right: none;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1280px) {
    footer #links .logged .fa-circle {
        padding-right: 0.5px !important;
        padding-left: 0.5px !important;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    footer #links {
        max-width: 920px;
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    footer #links {
        max-width: 920px;
    }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    footer #links {
        max-width: 950px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
/*@media (min-width: 1200px) {
    footer #links {
        max-width: 1120px;
    }
}*/

@media (max-width: 1024px) {
    footer #links .logged .fa-circle {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

/* MAIN - COMMON STYLES */

main.back-grey {
    background-color: #F8F8F8;
}

.back-white {
    background-color: white;
}

main .back-grey-box {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main h2.page-title {
    color: #062F6E;
}

main .mobile-view {
    display: none;
}

main .footer-buttons {
    padding: 1rem 5em;
}

@media (max-width: 1250px) {}

@media (max-width: 1100px) {}

@media (max-width: 991px) {
    main .desktop-view {
        display: none !important;
    }

    main .mobile-view {
        display: block !important;
    }

    main .footer-buttons {
        padding: 1rem 2em;
        border: 1px solid #EFEFEF;
        border-top: 0;
        text-align: right;
    }
}

@media (min-width: 1520px) {
    .container-fluid>.desktop-view {
        max-width: 1500px;
        margin: auto;
    }
}

@media (max-width: 768px) {
    main {
        padding-left: 3em;
        padding-right: 3em;
    }
}

@media (max-width: 500px) {
    main {
        padding-left: 1em;
        padding-right: 1em;
    }

    main .user-preferences-content .buttons .btn,
    main .footer-buttons .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    main .footer-buttons {
        padding: 1rem;
    }
}

/* CHECKBOX */
.check-input input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

.check-input label {
    position: relative;
}

.check-input label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #2356AA;
}

.check-input label:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    position: absolute;
    top: 12px;
    left: 10px;
}

.check-input input[type="checkbox"]:checked~label::before {
    color: white;
    background-color: #2356AA;
}

.check-input input[type="checkbox"]:checked~label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.check-input label {
    min-height: 34px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
    text-align: left;
}

.check-input label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.check-input input[type="checkbox"]:focus+label::before {
    outline: 0;
}

/* RADIOBUTTON */
.radio-input {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #2356AA;
    font-size: 10px;
}

/* On mouse-over, add a grey background color */
.radio-input:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-input input:checked~.checkmark {
    background-color: #2356AA;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-input input:checked~.checkmark:after {
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-weight: 900;
    color: white;
}

/* Style the indicator (dot/circle) */
.radio-input .checkmark:after {
    top: 4px;
    left: 6px;
}

/* SELECT */
.form-custom-select {
    overflow: hidden;
    height: 40px;
    position: relative;
    display: block;
}

.form-custom-select select::-ms-expand {
    display: none;
}

.form-custom-select select {
    height: 40px;
    padding: 0em 2em 0em 0.65em;
    border: 1px solid #CCCCCC;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-progress-appearance: none;
    appearance: none !important;
    width: 100% !important;
}

.form-custom-select:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: #ccc;
    padding: 10px 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    font-weight: 900;
}

/*SELECT FILTRO*/
.form-custom-select-filtro {
    border: 1px solid #2356AA;
    overflow: hidden;
    height: 40px;
    position: relative;
    display: block;
    border-radius: .25rem;
}

.form-custom-select-filtro select {
    height: 40px;
    padding: 0em 2em 0em 1em;
    border: 0;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: inherit;
    color: #2356AA;
}

.form-custom-select-filtro:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: #2356AA;
    padding: 10px 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    font-weight: 900;
}

/* USER CREATION STEPS */
#user-creation .step-number {
    padding: 5px 10px;
    background-color: #E6E6E6;
    border-radius: 100px;
    color: #A3A3A3;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

#user-creation .step.active .step-number {
    background-color: #2356AA;
    border-radius: 100px;
    color: white;
}

#user-creation .step.active .step-text,
.step.done .step-,
#trolley-steps .step.active .step-text {
    color: black;
}

/* TROLLEY STEPS */

#trolley-steps .step.active .step-icon {
    color: #2356AA;
}

#user-creation .step.done .step-number {
    padding: 5px 10px;
    background-color: #51AF39;
    border-radius: 100px;
    color: white;
}

#trolley-steps .step.done .step-icon {
    color: #8BBA63;
}

#trolley-steps .step-icon img {
    max-width: 2em;
    max-height: 2em;
}

@media(max-width:767px) {
    #trolley-steps .horizontal-separator {
        width: 1em !important;
    }
}

@media(max-width:414px) {}

@media(max-width:375px) {
    #trolley-steps .step-text {
        width: 5em !important;
    }
}

@media (max-width: 320px) {
    #trolley-steps .step-text {
        left: -0.5em !important;
    }

    #trolley-steps .step-text {
        width: 6em !important;
    }
}

/* BUTTONS */
.blue-btn {
    background-color: #00BDF7 !important;
    color: white !important;
}

.purple-btn {
    background-color: #45003D !important;
    color: white !important;
}

.green-btn {
    background-color: #51AF39 !important;
    color: white !important;
}

.dark-blue-btn {
    background-color: #2356AA !important;
    color: white !important;
}

.orange-btn {
    background-color: #EE7A00 !important;
    color: white !important;
}

main .btn.tam {
    width: 32%;
}

@media(max-width: 767px) {
    main .tam {
        width: 252px !important;
    }
}

@media (max-width: 575px) {
    main .tam {
        width: 33% !important;
    }
}

@media (max-width: 375px) {
    main .tam {
        width: 33% !important;
    }
}

@media (max-width: 360px) {
    main .tam {
        width: 100% !important;
    }
}

/* CIRCLE STEPS */
main .circle-steps .step {
    position: absolute;
    left: 2.5em;
    font-size: 1em;
    border: 2px solid #2356AA;
    width: 1.75em;
    height: 1.75em;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    color: #2356AA;
}

@media(min-width:1366px) {

    main .scanner-upload-content .circle-steps,
    main .scanner-upload-content .scanner-steps {
        padding-left: 48px;
    }

    main .circle-steps .step,
    main#scannerLoadProduct .scanner-steps .step {
        left: 5em;
    }
}

@media (max-width: 480px) {

    main .circle-steps .step,
    main .scanner-steps .step {
        left: 0.5em;
    }
}

@media (max-width: 900px) {

    #user-creation .step,
    #trolley-steps .step {
        text-align: center;
        max-width: 86px;
    }

    main#booker_1termsconditions {
        width: 90% !important;
    }

    #select-alt-branch-cont {
        width: 90% !important;
    }

    #user-creation .step-number,
    #trolley-steps .step-number {
        margin: 0px;
    }

    #user-creation .step-text,
    #trolley-steps .step-text {
        display: block;
        padding-top: 10px;
    }

    #user-creation .horizontal-separator,
    #trolley-steps .horizontal-separator {
        margin-top: 10px;
        width: 2em;
    }

    footer #links,
    footer .line-separator {
        display: none;
    }

    .col {
        flex-basis: auto !important;
    }
}

/* Scanner Upload CS3000 y Scanner Upload CS1504 */
main#scanner_upload_cs1504 .scanner-upload .buttons,
main#scanner_upload_cs3000 .scanner-upload .buttons {
    height: 2em;
}

/*pedido Anj*/
scanner-upload .scanner-validation-message-warning {
    background-color: red;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

main .scanner-upload.back-grey-box {
    padding: 1em 5em;
}

main#scanner_upload_cs1504 .scanner-buttons,
main#scanner_upload_cs3000 .scanner-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

main#scanner_upload_cs1504 .footer-buttons,
main#scanner_upload_cs3000 .footer-buttons {
    text-align: left;
    border: 1px solid #EFEFEF;
    border-top: 0;
}

main#scanner_upload_cs1504 .footer-buttons .btn,
main#scanner_upload_cs3000 .footer-buttons .btn {
    margin-bottom: 0em;
}

@media (max-width: 1920px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 25.333333%;
        max-width: 25.333333%;
    }
}

@media (max-width: 1900px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 27.333333%;
        max-width: 27.333333%;
    }
}

@media (max-width: 1776px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 29.333333%;
        max-width: 29.333333%;
    }
}

@media (max-width: 1680px) {

    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs1504 .col-md-4,
    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 30.333333%;
        max-width: 30.333333%;
    }
}

@media (max-width: 1670px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
    }

    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs1504 .col-md-4,
    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
    }
}

@media (max-width: 1577px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs1504 .col-md-4,
    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 1493px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 35.333333%;
        max-width: 35.333333%;
    }

    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs1504 .col-md-4,
    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 36.333333%;
        max-width: 36.333333%;
    }
}

@media (max-width: 1420px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 37.333333%;
        max-width: 37.333333%;
    }

    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs1504 .col-md-4,
    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 38.333333%;
        max-width: 38.333333%;
    }
}

@media (max-width: 1356px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 39.333333%;
        max-width: 39.333333%;
    }
}

@media (max-width: 1297px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 41.333333%;
        max-width: 41.333333%;
    }

    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs1504 .col-md-4,
    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 41.333333%;
        max-width: 41.333333%;
    }
}

@media (max-width: 1244px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 43.333333%;
        max-width: 43.333333%;
    }
}

@media(max-width:1199px) {

    main#scanner_upload_cs1504 .footer-buttons,
    main#scanner_upload_cs3000 .footer-buttons {
        padding: 1em 3em;
    }
}

@media (max-width: 1196px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 45.333333%;
        max-width: 45.333333%;
    }
}

@media (max-width: 1152px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 47.333333%;
        max-width: 47.333333%;
    }
}

@media (max-width: 1112px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    main#scanner_upload_cs1504 .scanner-upload .buttons,
    main#scanner_upload_cs3000 .scanner-upload .buttons {
        height: 3.5em;
    }

    main .circle-steps .step {
        left: 0.75em;
    }

    main .scanner-upload.back-grey-box {
        padding: 1em 3em;
    }

    main .footer-buttons {
        padding: 1rem 3em;
    }

    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs1504 .col-md-4,
    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 800px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 48.333333%;
        max-width: 48.333333%;
    }
}

@media (max-width: 768px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 48.333333%;
        max-width: 48.333333%;
    }

    main#scanner_upload_cs1504 .scanner-upload .buttons,
    main#scanner_upload_cs3000 .scanner-upload .buttons {
        height: 3.5em;
    }

    main#scanner_upload_cs1504 .boton,
    main#scanner_upload_cs3000 .boton {
        margin-bottom: 0rem !important;
    }

    main#scanner_upload_cs1504 .orange-btn,
    main#scanner_upload_cs3000 .orange-btn {
        margin-left: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs1504 .col-md-4,
    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 48.333333%;
        max-width: 48.333333%;
    }
}

@media (max-width: 667px) {

    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs1504 .col-md-4,
    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media (max-width: 640px) {

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 47.9%;
        max-width: 47.9%;
    }
}

@media (max-width: 575px) {

    main#scanner_upload_cs1504 .buttons .btn,
    main .footer-buttons .btn,
    main#scanner_upload_cs3000 .buttons .btn,
    main .footer-buttons .btn {
        width: 100%;
    }

    main#scanner_upload_cs1504 .scanner-buttons,
    main#scanner_upload_cs3000 .scanner-buttons {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 80% !important;
        margin-bottom: 1em !important;
    }

    main#scanner_upload_cs1504 .footer-buttons,
    main#scanner_upload_cs3000 .footer-buttons {
        text-align: center !important;
    }

    main#scanner_upload_cs1504 .col-md-4,
    main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    main#scanner_upload_cs1504 .orange-btn,
    main#scanner_upload_cs3000 .orange-btn {
        margin-top: 1em;
    }

    main#scanner_upload_cs1504 .scanner-upload .buttons,
    main#scanner_upload_cs3000 .scanner-upload .buttons {
        height: 5.3em;
    }

    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs1504 .col-md-4,
    html[data-useragent*='Edge/17.17134'] main#scanner_upload_cs3000 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {

    main#scanner_upload_cs1504 .scanner-upload .buttons,
    main#scanner_upload_cs3000 .scanner-upload .buttons {
        height: 8.2em;
    }

    main#scanner_upload_cs1504 .scanner-upload-content,
    main#scanner_upload_cs3000 .scanner-upload-content {
        padding: 0 !important;
    }

    main#scanner_upload_cs3000 .fichero,
    main#scannerLoadProduct .fichero {
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    main#scanner_upload_cs1504 .footer-buttons main#scanner_upload_cs3000 .footer-buttons {
        padding-bottom: 0 !important;
    }

    main#scanner_upload_cs1504 .buttons_cs3000,
    main .buttons_cs3000 {
        position: relative;
    }
}

@media (max-width: 320px) {

    main#scanner_upload_cs3000 .fichero,
    main#scannerLoadProduct .fichero {
        font-size: 11px;
    }
}

/*Internet Explorer*/
html[data-useragent*='rv:11.0'] main#scanner_upload_cs3000 .btn {
    height: 38px;
}

@media(max-width:1024px) {
    html[data-useragent*='rv:11.0'] main#scanner_upload_cs3000 .btn {
        height: 62px;
    }
}

/* Booker_ExternalPage */
main#booker_externalPage {
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_externalPage #page-menu>div {
    display: flex;
    align-items: center;
}

main#booker_externalPage #page-menu .row {
    display: flex;
    align-items: center;
}

main#booker_externalPage #page-menu input[type="text"]::placeholder {
    /* Firefox, Chrome, Opera */
    color: #AFAFAF;
}

main#booker_externalPage #page-menu input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AFAFAF;
}

main#booker_externalPage #page-menu input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #AFAFAF;
}

main#booker_externalPage #page-menu .input-group input {
    border: none !important;
}

main#booker_externalPage #page-menu .input-group i {
    color: #00BDF7;
}

main#booker_externalPage #page-menu #join-booker span,
main#booker_externalPage #page-menu #login-nav span {
    font-size: 20px;
}

main#booker_externalPage #page-menu #join-booker {
    cursor: pointer;
    justify-content: flex-end !important;
}

main#booker_externalPage #page-menu #join-booker,
main#booker_externalPage #page-menu #login-nav {
    background-color: #2356AA;
    color: white;
}

main#booker_externalPage #page-menu #find-nearest-branch {
    background-color: #00BDF7;
    color: white;
}

main#booker_externalPage #page-menu #find-nearest-branch #marker-icon {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

main#booker_externalPage #page-menu #find-nearest-branch #marker-icon i {
    font-size: 36px;
}

main#booker_externalPage #page-menu #find-nearest-branch .col-3 {
    padding: 0 !important;
}

main#booker_externalPage #page-menu #find-nearest-branch .go-button button {
    color: #00BDF7;
    background-color: white;
    border: 0;
    border-left: 1px solid #00BDF7 !important;
}

main#booker_externalPage #page-menu #login-nav {
    position: relative;
}

main#booker_externalPage #page-menu #login-nav .go-button button {
    background-color: #00BDF7;
    color: white;
    border: 1px solid #00BDF7;
}

main#booker_externalPage #page-menu #login-nav #nav-login-form-extended {
    padding-top: 30px;
    margin-top: -30px;
    background-color: #2356AA;
    border-radius: 10px;
    position: absolute;
    top: 325px;
    right: 74px;
    width: 400px;
    position: absolute;
    top: 0;
    left: 0;
}

main#booker_externalPage #page-menu #login-nav #nav-login-form-extended .col-2 {
    margin-top: 5px;
    margin-bottom: auto !important;
    margin-left: 15px;
}

main#booker_externalPage #page-menu #login-nav #nav-login-form-extended a {
    color: white;
}

main#booker_externalPage #page-menu #login-nav #nav-login-form-extended .btn-login,
main#booker_externalPage #page-menu #login-nav #nav-login-form-extended .go-button {
    background-color: #00BDF7;
    color: white;
}

main#booker_externalPage #page-menu #login-nav #nav-login-form-extended .fa-asterisk {
    font-size: 8px !important;
    color: #0070C9 !important;
    top: 12px !important;
}

main#booker_externalPage #promo-modules .promo-module {
    width: 350px;
    height: auto;
    border: 1px solid #D9D9D9;
    position: relative;
}

main#booker_externalPage #promo-modules .promo-module .promo-module-title {
    color: #2356AA;
    padding: 15px 10px;
    border-bottom: 1px solid #D9D9D9;
}

main#booker_externalPage #promo-modules .promo-module span {
    padding: 15px 10px;
    border-bottom: 1px solid #D9D9D9;
    display: block;
    cursor: pointer;
}

main#booker_externalPage #promo-modules .promo-module span:nth-last-child(2) {
    border-bottom: 0;
}

main#booker_externalPage #promo-modules .promo-module img {
    position: absolute;
    right: 0px;
    top: 75px;
}

@media (max-width: 991px) {
    main#booker_externalPage #page-menu>div {
        min-height: 64px;
    }

    main#booker_externalPage #page-menu #join-booker {
        min-height: 50px !important;
        justify-content: center !important;
    }

    main#booker_externalPage #page-menu #nav-login-form-extended {
        width: 100% !important;
        padding-top: 10px !important;
        top: 2.5em !important;
    }

    main#booker_externalPage #page-menu #nav-login-form,
    main#booker_externalPage #page-menu #find-nearest-branch .row {
        width: 100%;
    }

    main#booker_externalPage #page-menu #find-nearest-branch #marker-icon {
        text-align: center;
    }
}

@media (max-width: 900px) {
    main#booker_externalPage #promo-modules .promo-module {
        width: 85% !important;
    }
}

/* booker_branch_locator */
main#booker_branch_locator {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80%;
    border: 1px solid #ECECEC;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_branch_locator .search-col {
    padding: 0px;
}

main#booker_branch_locator .search-col .search-header {
    border-bottom: 1px solid #ECECEC;
}

main#booker_branch_locator .search-col .search-header3 {
    border-bottom: 1px solid #ECECEC;
}

main#booker_branch_locator .search-col .search-header #search-input input {
    border: 1px solid #D9D9D9;
}

main#booker_branch_locator .search-col .search-header #search-input .search-button .btn,
main#booker_branch_locator .search-col .search-header3 #search-input .search-button .btn {
    color: white;
    background-color: #2356AA;
    border: 1px solid #2356AA;
}

main#booker_branch_locator .search-col .search-results {
    padding: 15px;
    overflow-y: auto;
    height: calc(40em - 140px);
    position: relative;
}

main#booker_branch_locator .search-col .search-results img.booker-store {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 15em;
    height: 15em;
}

/*booker_branch_locator 2*/

main#booker_branch_locator .search-col .search-results-2 {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

main#booker_branch_locator .search-col .search-results-2 .list-group .list-group-item {
    border-left: 0;
    border-right: 0;
}

main#booker_branch_locator .search-col .search-results-2 .list-group .list-group-item.selected {
    background-color: #F8F8F8
}

main#booker_branch_locator .search-col .search-results-2 .list-group .list-group-item .result .store {
    text-transform: uppercase;
    display: block;
}

main#booker_branch_locator .search-col .search-results-2 .list-group .list-group-item .result .address {
    display: block;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

main#booker_branch_locator .search-col .search-results-2 .list-group .list-group-item .result .distance {
    color: #2356AA;
    position: absolute;
    top: 1.5em;
    right: 0.5em;
}

main#booker_branch_locator .map {
    background-color: gainsboro;
}

main#booker_branch_locator .search-results-2 ol,
main#booker_branch_locator .search-results-2 ul {
    padding-right: 1rem !important;
    padding-left: 1.2rem !important;
}

/*booker_branch_locator 3*/
main#booker_branch_locator .search-col .search-results-3 {
    padding: 15px;
    overflow-y: auto;
}

main#booker_branch_locator .search-col .search-results-3 .img-col img {
    width: 77%;
    height: auto;
    padding-top: 2em;
}

main#booker_branch_locator .search-col .search-results-3 .img-butcher img {
    width: 77%;
    height: auto;
    padding-top: 0em;
}

main#booker_branch_locator .search-col .search-results-3 label {
    padding-right: 6em;
    width: 6em;
    color: #666666;
}

main#booker_branch_locator .search-col .search-results-3 .store,
main#booker_branch_locator .search-col .search-results-3 .fa-phone-alt,
main#booker_branch_locator .search-col .search-results-3 .trading-hours h6 {
    color: #062F6E;
}

main#booker_branch_locator .search-col .search-results-3 .trading-hours .d-flex {
    position: relative;
}

main#booker_branch_locator .search-col .search-results-3 .trading-hours .d-flex .hours {
    position: absolute;
    left: 3em;
}

main#booker_branch_locator .search-col .search-results-3 .buttons {
    margin-top: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    width: 100%;
    position: static;
}

main#booker_branch_locator .search-col .search-results-3 .buttons .btn {
    background-color: #00BDF7;
    color: white;
    display: block;
    margin-bottom: 0.25em;
    display: inline;
    width: calc(50% - 0.5em);
    margin-right: 4px;
}

main#booker_branch_locator .search-col .search-results-3 .buttons .back-btn {
    background-color: #75AD45;
}

main#booker_branch_locator .search-col .search-results-3 .buttons a:hover {
    text-decoration: none;
}

main#booker_branch_locator .map {
    background-color: gainsboro;
}

main#booker_branch_locator .color {
    color: red;
}

main#booker_branch_locator .branch-location-p {
    margin-bottom: .5rem;
}

@media(max-width:1199px) {
    main#booker_branch_locator .search-col .search-results-3 .img-col img {
        width: 100%;
    }
}

@media(max-width:1024px) {
    main#booker_branch_locator .search-col .search-results-3 .address-label {
        width: 12em;
    }

    main#booker_branch_locator .search-col .search-results-3 .manager-label {
        width: 10em;
    }
}

@media(max-width:991px) {
    main#booker_branch_locator {
        width: 98%;
    }
}

@media(max-width:768px) {
    main#booker_branch_locator .search-col .search-results-3 .col-3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    main#booker_branch_locator .search-col .search-results-3 .col-9 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    main#booker_branch_locator .search-col .search-results-3 h4 {
        font-size: 1.2rem;
    }

    main#booker_branch_locator .search-col .search-results-3 label {
        width: 5em;
    }

    main#booker_branch_locator .search-col .search-results-3 .manager-label {
        width: 5.5em;
    }

    main#booker_branch_locator .search-col .search-results-3 .address-label {
        width: 5.5em;
    }
}

@media(max-width:768px) {
    main#booker_branch_locator .map {
        min-height: 30em;
    }

    main#booker_branch_locator .search-col .search-results {
        display: none;
    }

    main#booker_branch_locator .search-col .search-results-3 .img-col img,
    main#booker_branch_locator .search-col .search-results-3 .img-butcher img {
        width: 75%;
    }

    main#booker_branch_locator .search-col .search-results-3 .s {
        margin-top: 3rem !important;
    }
}

@media(max-width:575px) {

    main#booker_branch_locator .search-col .search-results-3 .img-col img,
    main#booker_branch_locator .search-col .search-results-3 .img-butcher img {
        width: 100%;
    }

    main#booker_branch_locator .search-col .search-results-3 .s {
        margin-top: 3rem !important;
    }
}

@media(max-width:480px) {

    main#booker_branch_locator .search-col .search-results-3 .img-col img,
    main#booker_branch_locator .search-col .search-results-3 .img-butcher img {
        width: 100%;
    }

    main#booker_branch_locator .search-col .search-results-3 .img-col,
    main#booker_branch_locator .search-col .search-results-3 .img-butcher {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media(max-width:413px) {
    main#booker_branch_locator .search-col .search-results-3 label {
        width: 14em;
    }

    main#booker_branch_locator .search-col .search-results-3 .manager-label {
        width: 14em;
    }

    main#booker_branch_locator .search-col .search-results-3 .address-label {
        width: 14em;
    }

    main#booker_branch_locator .search-col .search-results-3 .d-flex:not(.justify-content-between) {
        display: initial !important;
    }

    main#booker_branch_locator .search-col .search-results-3 label {
        margin-bottom: 0rem;
    }

    main#booker_branch_locator .search-col .search-results-3 #trading-hours {
        margin-top: 1em;
    }
}

@media(max-width:375px) {

    main#booker_branch_locator ol,
    main#booker_branch_locator ul {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .external-header #logo img {
        width: auto !important;
    }

    main#booker_branch_locator .search-col .search-results-3 .img-col img,
    main#booker_branch_locator .search-col .search-results-3 .img-butcher img {
        width: 100% !important;
    }

    main#booker_branch_locator .search-col .search-results-3 .s {
        margin-top: 1rem !important;
    }
}

@media(max-width:320px) {
    header.external-header .login-form {
        width: 19em;
    }

    main#booker_branch_locator .search-results-3 .pr-3 {
        padding-right: 0rem !important;
    }
}

@media (max-width:1400px) {
    main#booker_branch_locator .search-col .search-results-3 {
        height: auto;
    }

    main#booker_branch_locator .search-col .search-results-3 .buttons {
        margin-top: 1.5em;
        margin-left: 0.5em;
        margin-right: 0.5em;
        width: 100%;
        position: static;
    }
}

/*Booker change password*/
main#booker_change_password {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_change_password .change-password,
main#booker_change_password .footer-buttons {
    padding: 1em 5em;
}

main#booker_change_password .change-password {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_change_password .change-password .col-6.label {
    margin-left: auto;
    margin-right: 0;
    max-width: 11em;
}

main#booker_change_password .change-password h2 {
    color: #062F6E;
}

main#booker_change_password .change-password input[type=password] {
    width: 18em;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    max-width: 100%;
}

main#booker_change_password .change-password .buttons {
    height: 2em;
}

main#booker_change_password .change-password .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_change_password .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

main#booker_change_password .grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
}

main#booker_change_password .change-password .col-6 label {
    margin-left: auto;
    margin-right: 0;
    max-width: 11em;
}

@media (max-width: 991px) {
    main#booker_change_password {
        width: 90%;
    }

    main#booker_change_password .change-password,
    main#booker_change_password .footer-buttons {
        padding: 1em 2em;
    }
}

@media (max-width: 480px) {
    main#booker_change_password {
        width: 95%;
    }

    main#booker_change_password .change-password,
    main#booker_change_password .footer-buttons {
        padding: 1em 0.5em;
    }
}

/*Booker change-preferences*/

main#booker_change_preferences {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_change_preferences .change-preferences {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_change_preferences .change-preferences h2 {
    color: #062F6E;
}

main#booker_change_preferences .change-preferences .buttons {
    height: 2em;
}

main#booker_change_preferences .change-preferences .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_change_preferences .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

@media (max-width: 991px) {
    main#booker_change_preferences {
        width: 90%;
    }

    main#booker_change_preferences .change-preferences {
        padding: 1em 1em;
    }
}

@media (max-width: 480px) {
    main#booker_change_preferences {
        width: 95%;
    }

    main#booker_change_preferences .change-preferences {
        padding: 1em 1em;
    }
}

@media (max-width: 414px) {
    #booker_change_preferences div.change-preferences div.row.d-flex.justify-content-center label.radio-input.ml-4 {
        margin-left: 7.5em !important;
    }
}

@media (max-width: 350px) {
    main#booker_change_preferences {
        width: 95%;
    }
}

/*Booker Contact_Preference*/
main#booker_contact_preference {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_contact_preference .tobacco-track-trace-content,
main#booker_contact_preference .user-preferences-content {
    padding: 1em 5em;
}

main#booker_contact_preference .tobacco-track-trace-content,
main#booker_contact_preference .user-preferences-content {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_contact_preference .tobacco-track-trace-content h2,
main#booker_contact_preference .user-preferences-content h2 {
    color: #062F6E;
}

main#booker_contact_preference .tobacco-track-trace-content .input-group {
    position: absolute;
    padding-left: 200px;
}

main#booker_contact_preference .tobacco-track-trace-content .input-group input[type=text],
main#booker_contact_preference .user-preferences-content table input[type=text] {
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

main#booker_contact_preference .tobacco-track-trace-content .input-group input[type=text] {
    width: 18em;
}

main#booker_contact_preference .user-preferences-content table input[type=text] {
    width: 100%;
}

main#booker_contact_preference .user-preferences-content table tr td {
    padding: 5px 8px;
}

main#booker_contact_preference .tobacco-track-trace-content table tr td {
    padding-bottom: 1rem;
}

main#booker_contact_preference #tabNueva {
    width: 50%;
}

main#booker_contact_preference .user-preferences-content table tr td.principal-label {
    color: #062F6E;
}

main#booker_contact_preference .user-preferences-content table tr td span {
    display: none;
}

main#booker_contact_preference .user-preferences-content table tr td.check-column-header {
    word-break: break-word;
    word-wrap: break-word;
    max-width: 80px;
    text-align: center;
}

main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input {
    display: -webkit-box;
}

main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input label {
    margin-left: auto;
    margin-right: auto;
}

main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~label::before {
    width: auto;
    opacity: 1;
    position: absolute;
    left: 0;
    margin-left: -20px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 24px;
    height: 24px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #CCCCCC;
}

main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input input[type="checkbox"]:checked:disabled+label:before {
    color: white;
    background-color: #CCCCCC;
}

main#booker_contact_preference .user-preferences-content .preference-row h6 {
    margin-top: auto;
    margin-bottom: auto;
}

main#booker_contact_preference .user-preferences-content .preference-row>div {
    margin-left: auto;
    margin-right: 0px;
}

main#booker_contact_preference .user-preferences-content .update-btn {
    height: 60px;
    padding: 10px;
    padding-right: 0px;
}

main#booker_contact_preference .user-preferences-content .update-btn .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_contact_preference .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

main#booker_contact_preference .show-small-devices p {
    display: none;
}

html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input {
    display: -ms-grid;
}

html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content input::-ms-clear {
    display: none;
}

html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lgroup:before {
    left: 3em;
}

html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lparty:before {
    left: 2.5em;
}

html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
    left: 3em;
}

html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lparty::before {
    left: 2.5em;
}

html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lgroup:after {
    left: 3.6em;
}

html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lparty:after {
    left: 3.15em;
}

@media (min-width: 1366px) {
    main#booker_contact_preference .user-preferences-content .update-btn {
        margin-right: -78px;
        padding: 30px;
    }

    main#booker_contact_preference #tabNueva {
        width: 70% !important;
    }
}

@media (max-width: 1280px) {
    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lgroup:before {
        left: 2em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lparty:before {
        left: 1.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
        left: 2em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lparty::before {
        left: 1.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lgroup:after {
        left: 2.6em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lparty:after {
        left: 2.15em;
    }
}

@media (max-width: 1199px) {
    main#booker_contact_preference #tabNueva {
        width: 80%;
    }

    main#booker_contact_preference .footer-buttons {
        padding: 1rem 5em;
    }
}

@media (max-width: 1024px) {
    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lgroup:before {
        left: 1.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lparty:before {
        left: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
        left: 1.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lparty::before {
        left: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lgroup:after {
        left: 2.1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lparty:after {
        left: 1.6em;
    }
}

@media (max-width: 991px) {

    main#booker_contact_preference .tobacco-track-trace-content,
    main#booker_contact_preference .user-preferences-content {
        padding: 1em 1em;
    }

    main#booker_contact_preference {
        width: 90%;
    }

    main#booker_contact_preference .footer-buttons {
        padding: 1rem 1em;
    }
}

@media (max-width: 900px) {
    main#booker_contact_preference .tobacco-track-trace-content .input-group input[type=text] {
        width: 10em;
    }

    main#booker_contact_preference #tabNueva {
        width: 75% !important;
    }
}

@media (max-width: 768px) {
    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.check-column-header {
        max-width: 50px;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lgroup:before {
        left: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
        left: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lgroup:after {
        left: 1.6em;
    }
}

@media (max-width: 667px) {
    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.check-column-header {
        max-width: 60px;
    }
}

@media (max-width: 640px) {
    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.check-column-header {
        max-width: 70px;
    }
}

@media (max-width: 630px) {
    main#booker_contact_preference .hide-small-devices {
        display: none;
    }

    main#booker_contact_preference .user-preferences-content table tr td span {
        display: block;
        color: #062F6E;
    }

    main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox {
        padding-bottom: 0;
        padding-top: 27px;
        padding-left: 20px;
    }

    main#booker_contact_preference .show-small-devices {
        padding-bottom: 0 !important;
        padding-top: 22px !important;
    }

    main#booker_contact_preference .show-small-devices p {
        display: block;
    }
}

@media (max-width: 575px) {
    main#booker_contact_preference #tabNueva {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    main#booker_contact_preference .tobacco-track-trace-content .input-group {
        padding-left: 0px;
        margin-bottom: 2rem !important;
        margin-top: 30px;
    }

    main#booker_contact_preference .lab {
        width: 100px;
    }

    main#booker_contact_preference .tobacco-track-trace-content,
    main#booker_contact_preference .user-preferences-content {
        padding: 1rem;
    }

    main#booker_contact_preference .user-preferences-content .preference-row .check-input:nth-child(2) {
        margin-left: 1rem !important;
        margin-right: 0.5rem !important;
    }
}

@media (max-width: 414px) {
    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lgroup:before {
        left: 0.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lparty:before {
        left: 0.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
        left: 0.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lparty::before {
        left: 0.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lgroup:after {
        left: 1.1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input .lparty:after {
        left: 1.1em;
    }
}

@media (max-width: 405px) {
    main#booker_contact_preference label {
        font-size: 14px;
    }

    main#booker_contact_preference .tobacco-track-trace-content {
        padding: 1em 0.5em 1em 0.5em;
    }
}

@media (max-width: 375px) {
    main#booker_contact_preference .lab {
        width: 100%;
    }

    main#booker_contact_preference .tobacco-track-trace-content {
        padding: 1em 0.5em 1em 14px;
    }

    main#booker_contact_preference .tobacco-track-trace-content .input-group {
        padding-left: 0px;
        margin-top: 30px;
    }

    main#booker_contact_preference .pad {
        padding-top: 15px;
    }
}

@media(max-width:360px) {
    main#booker_contact_preference h2 {
        font-size: 1.9rem;
    }
}

@media (max-width: 350px) {
    main#booker_contact_preference {
        width: 95%;
    }
}

/*Internet explorer*/
html[data-useragent*='rv:11.0'] main#booker_contact_preference .user-preferences-content table tr td.custom-checkbox .check-input label {
    width: 34px;
}

/*Booker Forgot Password1*/
main#booker_forgot_password {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_forgot_password .forgot-password {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_forgot_password .forgot-password h2 {
    color: #062F6E;
}

main#booker_forgot_password .forgot-password input {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    max-width: 100%;
}

main#booker_forgot_password .forgot-password .buttons {
    height: 2.4em;
}

main#booker_forgot_password .forgot-password .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_forgot_password .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

@media (max-width: 1920px) {
    html[data-useragent*='Edge/17.17134'] #booker_forgot_password .forgot-password .row {
        flex-wrap: nowrap;
    }
}

@media (max-width: 991px) {
    main#booker_forgot_password {
        width: 90%;
    }

    main#booker_forgot_password .forgot-password {
        padding: 2em 2em;
    }
}

@media(max-width:900px) {
    header.not-logged-truck-header .menu-toggle {
        padding-top: 0px;
    }
}

@media (max-width: 568px) {
    html[data-useragent*='Edge/17.17134'] #booker_forgot_password .forgot-password .row {
        flex-wrap: wrap;
        width: 81%;
    }
}

@media (max-width: 480px) {
    main#booker_forgot_password {
        width: 95%;
    }

    main#booker_forgot_password .forgot-password {
        padding: 2em 0.5em;
    }
}

@media (max-width: 414px) {
    html[data-useragent*='Edge/17.17134'] #booker_forgot_password .forgot-password .row {
        width: 90%;
    }
}

@media (max-width: 411px) {
    html[data-useragent*='Edge/17.17134'] #booker_forgot_password .forgot-password .row {
        width: 91%;
    }
}

@media (max-width: 375px) {
    html[data-useragent*='Edge/17.17134'] #booker_forgot_password .forgot-password .row {
        width: 95%;
    }
}

@media (max-width: 375px) {
    html[data-useragent*='Edge/17.17134'] #booker_forgot_password .forgot-password .row {
        width: 97%;
    }
}

@media (max-width: 350px) {
    main#booker_forgot_password {
        width: 95%;
    }
}

@media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] #booker_forgot_password .forgot-password .row {
        width: 108%;
    }

    html[data-useragent*='Edge/17.17134'] #booker_forgot_password .forgot-password .row .green-btn {
        margin-left: 0.1rem !important;
    }
}

/*booker_forgot_password*/
main#booker_forgot_password {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 991px) {
    main#booker_forgot_password {
        width: 90%;
    }

    main#booker_forgot_password .forgot-password {
        padding: 1em 2em;
    }
}

@media(max-width:900px) {
    header.not-logged-truck-header .menu-toggle {
        padding-top: 0px;
    }
}

@media (max-width: 480px) {
    main#booker_forgot_password {
        width: 95%;
    }

    main#booker_forgot_password .forgot-password {
        padding: 1em 0.5em;
    }
}

@media (max-width: 350px) {
    main#booker_forgot_password {
        width: 95%;
    }
}

/*Internet Explorer*/
html[data-useragent*='rv:11.0'] main#booker_forgot_password .forgot-password .d-flex .row {
    width: 40%;
}

html[data-useragent*='rv:11.0'] main#booker_forgot_password .forgot-password .row .form-control {
    max-width: 40%;
}

html[data-useragent*='rv:11.0'] main#booker_forgot_password .forgot-password .row .btn {
    max-width: 12%;
}

@media (max-width: 1536px) {
    html[data-useragent*='rv:11.0'] main#booker_forgot_password .forgot-password .row .btn {
        max-width: 15%;
    }
}

@media (max-width: 1366px) {
    html[data-useragent*='rv:11.0'] main#booker_forgot_password .forgot-password .row .col-8 {
        max-width: 50%;
    }

    html[data-useragent*='rv:11.0'] main#booker_forgot_password .forgot-password .row .btn {
        max-width: 18%;
    }
}

@media (max-width: 1366px) {
    html[data-useragent*='rv:11.0'] main#booker_forgot_password .forgot-password .row .col-8 {
        max-width: 60%;
    }

    html[data-useragent*='rv:11.0'] main#booker_forgot_password .forgot-password .row .btn {
        max-width: 24%;
    }
}

/*Firefox*/
html[data-useragent*='rv:73.0'] main#booker_forgot_password .forgot-password .d-flex .row,
html[data-useragent*='rv:72.0'] main#booker_forgot_password .forgot-password .d-flex .row {
    width: 25%;
}

@media(max-width:1601px) {

    html[data-useragent*='rv:73.0'] main#booker_forgot_password .forgot-password .d-flex .row,
    html[data-useragent*='rv:72.0'] main#booker_forgot_password .forgot-password .d-flex .row {
        width: 30%;
    }
}

@media(max-width:1367px) {

    html[data-useragent*='rv:73.0'] main#booker_forgot_password .forgot-password .d-flex .row,
    html[data-useragent*='rv:72.0'] main#booker_forgot_password .forgot-password .d-flex .row {
        width: 35%;
    }
}

@media(max-width:1151px) {

    html[data-useragent*='rv:73.0'] main#booker_forgot_password .forgot-password .d-flex .row,
    html[data-useragent*='rv:72.0'] main#booker_forgot_password .forgot-password .d-flex .row {
        width: 45%;
    }
}

@media(max-width:992px) {
    html[data-useragent*='rv:73.0'] main#booker_forgot_password .forgot-password .d-flex .row html[data-useragent*='rv:72.0'] main#booker_forgot_password .forgot-password .d-flex .row {
        width: 55%;
    }
}

@media(max-width:641px) {

    html[data-useragent*='rv:73.0'] main#booker_forgot_password .forgot-password .d-flex .row,
    html[data-useragent*='rv:72.0'] main#booker_forgot_password .forgot-password .d-flex .row {
        width: 58%;
    }
}

@media(max-width:569px) {

    html[data-useragent*='rv:73.0'] main#booker_forgot_password .forgot-password .d-flex .row,
    html[data-useragent*='rv:72.0'] main#booker_forgot_password .forgot-password .d-flex .row {
        width: 70%;
    }
}

@media(max-width:415px) {

    html[data-useragent*='rv:73.0'] main#booker_forgot_password .forgot-password .d-flex .row,
    html[data-useragent*='rv:72.0'] main#booker_forgot_password .forgot-password .d-flex .row {
        width: 80%;
    }
}

@media(max-width:376px) {

    html[data-useragent*='rv:73.0'] main#booker_forgot_password .forgot-password .d-flex .row,
    html[data-useragent*='rv:72.0'] main#booker_forgot_password .forgot-password .d-flex .row {
        width: 90%;
    }
}

@media(max-width:321px) {

    html[data-useragent*='rv:73.0'] main#booker_forgot_password .forgot-password .d-flex .row,
    html[data-useragent*='rv:72.0'] main#booker_forgot_password .forgot-password .d-flex .row {
        width: 100%;
    }

    main#booker_forgot_password .forgot-password input {
        max-width: 65%;
    }
}

/*booker_incorrectAccount_Registration*/
main#booker_incorrectAccount_Registration {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_incorrectAccount_Registration .incorrect-account-registration,
main#booker_incorrectAccount_Registration .footer-buttons {
    padding: 0.5em 5em;
}

main#booker_incorrectAccount_Registration .incorrect-account-registration {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_incorrectAccount_Registration .incorrect-account-registration h2 {
    color: #062F6E;
}

main#booker_incorrectAccount_Registration .asterisk.not-absolute {
    position: inherit !important;
    margin-left: 0 !important;
}

main#booker_incorrectAccount_Registration .incorrect-account-registration .col-6 label {
    margin-left: auto;
    margin-right: 0;
    max-width: 11em;
}

main#booker_incorrectAccount_Registration .incorrect-account-registration input {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

main#booker_incorrectAccount_Registration .incorrect-account-registration .label-info {
    font-size: 12px;
}

main#booker_incorrectAccount_Registration .incorrect-account-registration .buttons {
    height: 2em;
}

main#booker_incorrectAccount_Registration .incorrect-account-registration textarea {
    margin-bottom: 1em;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    width: 100%;
}

main#booker_incorrectAccount_Registration .incorrect-account-registration .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_incorrectAccount_Registration .incorrect-account-registration .buttons .btn.cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
}

main#booker_incorrectAccount_Registration .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
}

main#booker_incorrectAccount_Registration .alto {
    height: 152px;
}

@media (max-width: 991px) {
    main#booker_incorrectAccount_Registration {
        width: 90%;
    }

    main#booker_incorrectAccount_Registration .incorrect-account-registration,
    main#booker_incorrectAccount_Registration .footer-buttons {
        padding: 0.5em 2em;
    }

    main#booker_incorrectAccount_Registration .footer-buttons {
        padding: 0;
        border: 0;
        margin-top: 1.5em;
    }

    main#booker_incorrectAccount_Registration .footer-buttons .btn {
        width: 100%;
    }
}

@media (max-width: 590px) {
    main#booker_incorrectAccount_Registration {
        width: 95%;
    }

    main#booker_incorrectAccount_Registration .incorrect-account-registration,
    main#booker_incorrectAccount_Registration .footer-buttons {
        padding: 0.5em 0.5em;
    }

    main#booker_incorrectAccount_Registration .incorrect-account-registration input {
        width: 100%;
    }

    main#booker_incorrectAccount_Registration .alto {
        height: 25px;
    }

    main#booker_incorrectAccount_Registration .text-right {
        text-align: left !important;
    }

    main#booker_incorrectAccount_Registration .incorrect-account-registration .col-6 label {
        max-width: 11em;
    }

    main#booker_incorrectAccount_Registration .col_movil {
        flex: 0 0 100%;
        max-width: 100%;
    }

    main#booker_incorrectAccount_Registration .footer-buttons .btn {
        margin-bottom: 0em;
    }
}

/*booker_incorrectAccount_Registration*/
main#booker_incorrectAccount_Registration {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_incorrectAccount_Registration .login-required {
    padding: 2em 5em;
}

main#booker_incorrectAccount_Registration .login-required {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_incorrectAccount_Registration .login-required h2 {
    color: #062F6E;
}

main#booker_incorrectAccount_Registration .login-required .buttons {
    height: 2em;
}

main#booker_incorrectAccount_Registration .login-required .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_incorrectAccount_Registration .footer-buttons {
    border-top: 0;
    text-align: right;
    padding: 0em 0em;
    border: 0px solid #EFEFEF;
}

main#booker_incorrectAccount_Registration .footer-buttons .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
}

@media (max-width: 991px) {
    main#booker_incorrectAccount_Registration {
        width: 90%;
    }

    main#booker_incorrectAccount_Registration .login-required {
        padding: 2em 2em;
    }
}

@media(max-width:900px) {
    header.not-logged-truck-header .menu-toggle {
        padding-top: 0px;
    }
}

@media (max-width: 480px) {
    main#booker_incorrectAccount_Registration {
        width: 95%;
    }

    main#booker_incorrectAccount_Registration .login-required {
        padding: 2em 0.5em;
    }

    main#booker_incorrectAccount_Registration .footer-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    main#booker_incorrectAccount_Registration .footer-buttons .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 350px) {
    main#booker_incorrectAccount_Registration {
        width: 95%;
    }
}

/*booker_login_required*/
main#booker_login_required {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_login_required .login-required {
    padding: 1rem 5rem;
}

main#booker_login_required .login-required {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_login_required .login-required h2 {
    color: #062F6E;
}

main#booker_login_required .login-required .buttons {
    height: 2em;
}

main#booker_login_required .login-required .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_login_required .footer-buttons {
    border-top: 0;
    text-align: right;
    padding: 0em 0em;
    border: 0px solid #EFEFEF;
}

main#booker_login_required .footer-buttons .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
}

@media (max-width: 991px) {
    main#booker_login_required {
        width: 90%;
    }

    main#booker_login_required .login-required {
        padding: 2em 2em;
    }
}

@media(max-width:900px) {
    header.not-logged-truck-header .menu-toggle {
        padding-top: 0px;
    }
}

@media (max-width: 480px) {
    main#booker_login_required {
        width: 95%;
    }

    main#booker_login_required .login-required {
        padding: 2em 0.5em;
    }

    main#booker_login_required .footer-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    main#booker_login_required .footer-buttons .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 350px) {
    main#booker_login_required {
        width: 95%;
    }
}

/*booker_login_details*/

main#booker_login_details {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_login_details .change-my-login-details {
    padding: 1rem 5rem;
}

main#booker_login_details .footer-buttons {
    padding: 1em 5em;
}

main#booker_login_details .change-my-login-details {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_login_details .change-my-login-details h2 {
    color: #062F6E;
}

main#booker_login_details .change-my-login-details .col-5.label {
    margin-left: auto;
    margin-right: 0;
    max-width: 13em;
}

main#booker_login_details .change-my-login-details input {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    max-width: 300px;
}

main#booker_login_details .change-my-login-details .form-custom-select {
    max-width: 5em;
    width: 100%;
    border-radius: 5px;
}

main#booker_login_details .change-my-login-details .buttons {
    height: 2em;
}

main#booker_login_details .change-my-login-details .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_login_details .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

main#booker_login_details select[name="business-type"] {
    max-width: 5em;
}

main#booker_login_details main#booker_login_details .footer-buttons .btn {
    margin-bottom: 0em;
}

main#booker_login_details .footer-buttons .green-btn {
    background-color: #51AF39 !important;
    color: white;
}

main#booker_login_details .grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
}

@media (max-width: 991px) {
    main#booker_login_details {
        width: 90%;
    }

    main#booker_login_details .change-my-login-details,
    main#booker_login_details .footer-buttons {
        padding: 1em 1em;
    }
}

@media (max-width: 500px) {
    main#booker_login_details .x {
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 480px) {
    main#booker_login_details {
        width: 95%;
    }

    main#booker_login_details .footer-buttons .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 375px) {}

@media (max-width: 350px) {
    main#booker_login_details {
        width: 95%;
    }
}

@media (max-width: 320px) {
    main#booker_login_details label {
        font-size: 14px !important;
    }
}

/*booker_registration_Citrix*/

main#booker_registration_Citrix {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_registration_Citrix .user-creation-content {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 5rem;
    text-align: center;
}

main#booker_registration_Citrix .user-creation-content h2 {
    color: #062F6E;
}

main#booker_registration_Citrix .view-registration-complete-page {
    height: 2.5em;
}

main#booker_registration_Citrix .view-registration-complete-page .btn {
    background-color: #51AF39;
    color: white;
    float: right;
    height: 2.3em;
}

@media (max-width: 991px) {
    main#booker_registration_Citrix {
        width: 90% !important;
    }
}

@media (max-width: 576px) {
    main#booker_registration_Citrix {
        width: 90%;
    }

    main#booker_registration_Citrix .user-creation-content {
        padding: 15px;
    }
}

/*booker_set_password*/
main#booker_set_password {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_set_password .set-password {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_set_password .set-password h2 {
    color: #062F6E;
}

main#booker_set_password .set-password .col-6 label {
    margin-left: auto;
    margin-right: 0;
    max-width: 11em;
}

main#booker_set_password .set-password input {
    width: 18em;
}

main#booker_set_password .set-password .text-left {
    padding-right: 0;
}

main#booker_set_password .set-password .buttons {
    height: 2em;
}

main#booker_set_password .set-password .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_set_password .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

@media (max-width: 1024px) {
    main#booker_set_password .set-password input {
        width: 100%;
    }
}

@media (max-width: 991px) {
    main#booker_set_password {
        width: 90%;
    }

    main#booker_set_password .set-password {
        padding: 1em 1em;
    }
}

@media(max-width:900px) {
    header.not-logged-truck-header .menu-toggle {
        padding-top: 0px;
        margin-left: 1em;
    }

    main#booker_set_password .margen {
        margin-left: -5em;
    }
}

@media(max-width:767px) {
    main#booker_set_password .set-password .col-6 label {
        max-width: 100em;
    }
}

@media (max-width: 480px) {
    main#booker_set_password {
        width: 95%;
    }

    main#booker_set_password .set-password {
        padding: 1em 0.5em !important;
    }
}

@media (max-width: 375px) {
    main#booker_set_password .col-6 {
        padding-right: 0px;
    }
}

@media (max-width: 350px) {
    main#booker_set_password {
        width: 95%;
    }
}

/*booker_set_password*/
main#booker_set_password {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_set_password .set-password {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_set_password .set-password h2 {
    color: #062F6E;
}

main#booker_set_password .set-password .buttons {
    height: 2em;
}

main#booker_set_password .set-password .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_set_password .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

@media (max-width: 991px) {
    main#booker_set_password {
        width: 90%;
    }

    main#booker_set_password .set-password {
        padding: 1em 1em;
    }
}

@media(max-width:900px) {
    header.not-logged-truck-header .menu-toggle {
        padding-top: 0px;
    }
}

@media (max-width: 480px) {
    main#booker_set_password {
        width: 95%;
    }

    main#booker_set_password .set-password {
        padding: 2em 0.5em;
    }
}

@media (max-width: 350px) {
    main#booker_set_password {
        width: 95%;
    }
}

/*booker_soft_logged*/

main#booker_soft_logged {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
}

main#booker_soft_logged .main-content {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

main#booker_soft_logged .main-content h3 {
    color: #2356AA;
}

main#booker_soft_logged .main-content .login-here .user-icon {
    margin-top: auto;
    margin-bottom: auto;
}

main#booker_soft_logged .main-content .login-here .user-icon .fa-user-lock {
    font-size: 30px;
    color: #2356AA;
}

main#booker_soft_logged .main-content .login-here .labels {
    display: inline-block;
}

main#booker_soft_logged .main-content .login-here .labels span {
    color: #808080;
}

main#booker_soft_logged .main-content .customer-number {
    color: rgb(0, 0, 0);
}

main#booker_soft_logged .main-content .form-field label {
    width: 10em;
    margin-top: auto;
    margin-bottom: auto;
}

main#booker_soft_logged .main-content .form-field input {
    width: 22em;
    padding: 5px 10px;
}

main#booker_soft_logged .main-content .btn {
    padding: 5px 20px;
}

main#booker_soft_logged .main-content .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
}

main#booker_soft_logged .main-content .login-btn {
    color: white;
    background-color: #00BDF7;
}

main#booker_soft_logged .main-content .line-separator {
    border-bottom: 1px solid #EDEDED;
}

main#booker_soft_logged .main-content .links a {
    display: block;
}

main#booker_soft_logged .main-content .asterisk {
    position: inherit !important;
    margin-left: 0 !important;
}

main#booker_soft_logged .main-content .max-width-control {
    max-width: 30em;
}

@media (max-width: 1200px) {
    main#booker_soft_logged .main-content {
        width: 60%;
    }

    main#booker_soft_logged .main-content .form-field input {
        width: 28em;
    }
}

@media (max-width: 1050px) {
    main#booker_soft_logged .main-content {
        width: 60%;
    }

    main#booker_soft_logged .main-content .form-field input {
        width: 26em;
    }
}

@media (max-width: 900px) {
    main#booker_soft_logged .main-content {
        width: 80%;
    }
}

@media (max-width: 800px) {
    main#booker_soft_logged .main-content .form-field input {
        width: 22em;
    }
}

@media (max-width: 600px) {
    main#booker_soft_logged .main-content {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_soft_logged .main-content .form-field label {
        font-size: 15px;
    }
}

@media (max-width: 450px) {
    main#booker_soft_logged {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_soft_logged .main-content .form-field label {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] main#booker_soft_logged .main-content .btn {
        padding: 5px 19px;
    }
}

/*booker_1termsconditions*/

main#booker_1termsconditions {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_1termsconditions .user-creation-content {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    text-align: center;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
}

main#booker_1termsconditions .user-creation-content .centered {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main#booker_1termsconditions .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_1termsconditions .user-creation-content .terms .title-header-website-terms {
    display: none !important;
}

main#booker_1termsconditions .user-creation-content .terms-title h5 {
    display: inline;
    float: left;
}

main#booker_1termsconditions .user-creation-content .terms-title .btn {
    color: white;
    background-color: #00BDF7;
    border: 1px solid #00BDF7;
    float: right;
}

main#booker_1termsconditions .user-creation-content .terms {
    text-align: left;
    background-color: white;
    height: 200px;
    overflow-y: auto;
    padding: 20px;
    border: 1px solid #EFEFEF;
    clear: both;
}

main#booker_1termsconditions .user-creation-content .terms::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

main#booker_1termsconditions .user-creation-content .terms::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

main#booker_1termsconditions .user-creation-content .terms::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #B3B3B3;
}

main#booker_1termsconditions .user-creation-content .terms h6,
main#booker_1termsconditions .user-creation-content .terms h2 {
    color: #062F6E;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

main#booker_1termsconditions .user-creation-content .terms .title,
main#booker_1termsconditions .user-creation-content .terms h6.headland {
    color: #446392;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
}

main#booker_1termsconditions .user-creation-content .terms-acceptation .check-input {
    float: left;
}

main#booker_1termsconditions .user-creation-content .terms-acceptation p {
    display: inline;
    float: right;
    width: calc(100% - 42px);
    text-align: left;
}

main#booker_1termsconditions .user-creation-content .terms-input {
    clear: both;
}

main#booker_1termsconditions .user-creation-content .terms-input .label-col {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}

main#booker_1termsconditions .user-creation-content .terms-input .input-col {
    margin-top: auto;
    margin-bottom: auto;
}

main#booker_1termsconditions .user-creation-content .terms-input .input-col input {
    width: calc(100% - 42px);
    padding: 5px 10px;
    display: inline-flex;
}

main#booker_1termsconditions .user-creation-content .terms-input .input-col .input-icons {
    display: inline;
}

main#booker_1termsconditions .user-creation-content .terms-input .input-col .input-icons .asterisk {
    margin-top: 0.5em;
}

main#booker_1termsconditions .user-creation-content .terms-input .input-col .input-icons .fa-question-circle {
    color: #00BDF7;
    font-size: 24px;
    padding-left: 0.5em;
    cursor: pointer;
}

main#booker_1termsconditions .user-creation-content .terms-input .input-col .info-message-mobile {
    display: none;
}

main#booker_1termsconditions .user-creation-content .terms-input .info-message {
    font-size: 12px;
    text-align: left;
    position: relative
}

main#booker_1termsconditions .user-creation-content .terms-input .info-message div {
    display: inline
}

main#booker_1termsconditions .user-creation-content .terms-input .info-message .message p {
    margin-top: auto;
    margin-bottom: auto;
}

main#booker_1termsconditions .user-creation-content .terms-input .info-message .bracket {
    position: absolute;
    left: 5px;
    margin-top: auto;
    margin-bottom: auto;
    margin: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}

main#booker_1termsconditions .user-creation-content .terms-input .info-message .bracket .bracket-part {
    height: 10px;
    border-left: 1px solid #CACACA;
    display: block !important;
}

main#booker_1termsconditions .user-creation-content .terms-input .info-message .bracket .bracket-part.bracket-part-1 {
    height: 15px;
}

main#booker_1termsconditions .user-creation-content .terms-input .info-message .bracket .bracket-part.bracket-part-2 {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 0px;
    margin-left: -3.5px;
    margin-top: -2px;
    height: 10px;
}

main#booker_1termsconditions .user-creation-content .terms-input .info-message .bracket .bracket-part.bracket-part-3 {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 0px;
    margin-left: -3.5px;
    margin-top: -3px;
    height: 10px;
}

main#booker_1termsconditions .user-creation-content .terms-input .info-message .bracket .bracket-part.bracket-part-4 {
    margin-top: -1.5px;
    height: 15px;
}

main#booker_1termsconditions .continue-button {
    border: 1px solid #EFEFEF;
    height: 60px;
    padding: 10px;
    border-top: 0;
}

/*IE11 BOOKER_UserCreation_1TermsConditions.html*/
html[data-useragent*='rv:11.0'] main#booker_1termsconditions .user-creation-content .terms-input .input-col {
    display: inline-flex;
}

html[data-useragent*='rv:11.0'] main#booker_1termsconditions .user-creation-content .terms-input .input-col .input-icons .fa-question-circle {
    margin-top: 0.2em;
}

@media(max-width:1280px) {
    html[data-useragent*='Edge/17.17134'] main#booker_1termsconditions .user-creation-content .terms-input .label-col {
        font-size: 15px;
    }
}

@media(max-width:360px) {
    html[data-useragent*='Edge/17.17134'] main#booker_1termsconditions .user-creation-content .terms-title h5 {
        font-size: 0.9rem !important;
    }
}

.modo-mobile_nav {
    display: none !important;
}

#select-alt-branch-cont {
    width: 21%;
    margin-left: 12em;
}

@media(max-width:1900px) {
    #select-alt-branch-cont {
        width: 20.5%;
        margin-left: 12em;
    }
}

@media(max-width:1850px) {
    #select-alt-branch-cont {
        width: 20%;
        margin-left: 11.5em;
    }
}

@media(max-width:1800px) {
    #select-alt-branch-cont {
        width: 19.5%;
        margin-left: 11.2em;
    }
}

@media(max-width:1750px) {
    #select-alt-branch-cont {
        width: 19%;
        margin-left: 11em;
    }
}

@media(max-width:1700px) {
    #select-alt-branch-cont {
        width: 18%;
        margin-left: 10.8em;
    }
}

@media(max-width:1650px) {
    #select-alt-branch-cont {
        width: 17.5%;
        margin-left: 10.3em;
    }
}

@media(max-width:1600px) {
    #select-alt-branch-cont {
        width: 16.7%;
        margin-left: 10em;
    }
}

@media(max-width:1550px) {
    #select-alt-branch-cont {
        width: 16.5%;
        margin-left: 9.5em;
    }
}

@media(max-width:1500px) {
    #select-alt-branch-cont {
        width: 15.3%;
        margin-left: 9.5em;
    }
}

@media(max-width:1500px) {
    #select-alt-branch-cont {
        width: 15.3%;
        margin-left: 9.5em;
    }
}

@media(max-width:1450px) {
    .modo-desktop_nav {
        display: none !important;
    }

    .modo-mobile_nav {
        display: flex !important;
    }

    #select-alt-branch-cont {
        width: 80%;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1120px) {
    main#booker_1termsconditions .user-creation-content .row .col-12 {
        margin-top: 1.5em;
    }

    main#booker_1termsconditions .user-creation-content .centered {
        width: 90%;
    }
}

@media (max-width: 900px) {
    main#booker_1termsconditions .user-creation-content .centered {
        width: 100%;
    }

    main#booker_1termsconditions .user-creation-content .terms-title .btn span {
        display: none;
    }

    main#booker_1termsconditions .user-creation-content .terms-title .btn i {
        padding-right: 0px !important;
    }

    header.not-logged-truck-header .menu-toggle {
        padding-top: 35px;
    }

    main#booker_1termsconditions .continue-button .btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    main#booker_1termsconditions .user-creation-content .terms-input .info-message {
        display: none;
    }

    main#booker_1termsconditions .user-creation-content .terms-input .input-col .info-message-mobile {
        display: block;
        position: absolute;
        background-color: #FAFAFA;
        top: -7em;
        right: -1.5em;
        width: 18em;
        padding: 10px 15px;
    }

    main#booker_1termsconditions .user-creation-content .terms-input .input-col .info-message-mobile .bracket-mobile {
        position: absolute;
        bottom: 0px;
    }

    main#booker_1termsconditions .user-creation-content .terms-input .input-col .info-message-mobile .bracket-mobile .bracket-mobile-part {
        display: inline-block;
        border-top: 1px solid #CACACA;
        height: 1em;
    }

    main#booker_1termsconditions .user-creation-content .terms-input .input-col .info-message-mobile .bracket-mobile .bracket-mobile-part-1 {
        width: 13em;
    }

    main#booker_1termsconditions .user-creation-content .terms-input .input-col .info-message-mobile .bracket-mobile .bracket-mobile-part-2 {
        width: 1em;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-left: 0px;
        margin-bottom: 7px;
        border-top: 0;
        border-bottom: 1px solid #CACACA;
    }

    main#booker_1termsconditions .user-creation-content .terms-input .input-col .info-message-mobile .bracket-mobile .bracket-mobile-part-3 {
        width: 1em;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-left: -19px;
        margin-bottom: 7px;
        border-bottom: 1px solid #CACACA;
        border-top: 0;
    }

    main#booker_1termsconditions .user-creation-content .terms-input .input-col .info-message-mobile .bracket-mobile .bracket-mobile-part-4 {
        width: 1.5em;
    }
}

@media (max-width: 576px) {
    main#booker_1termsconditions h5 {
        font-size: 1em;
    }

    main#booker_1termsconditions .user-creation-main {
        width: 95%;
    }

    main#booker_1termsconditions .user-creation-content {
        padding: 10px;
    }

    main#booker_1termsconditions {
        width: 90%;
    }
}

/*booker_userCreation_2YourDetails*/
main#booker_userCreation_2YourDetails {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 {
    text-align: center;
    padding: 1em 5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .title-label {
    color: #062F6E;
    text-align: left;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field {
    margin-bottom: 1em !important;
    position: relative;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field>label {
    width: 15em;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field .address-field .form-custom-select {
    width: 25em;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field input[type=text] {
    width: 25em;
    padding: 5px 10px;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field .radiobuttons {
    width: 25em;
    justify-content: flex-start;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field .input-icons {
    display: flex;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field .input-icons .fa-question-circle {
    color: #00BDF7;
    font-size: 24px;
    cursor: pointer;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field.form-with-button .btn,
main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field.address-extra-row .btn {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #00BDF7;
    color: white;
    margin-left: auto;
    overflow: hidden;
}

#alternative-brach-button {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #00BDF7;
    color: white;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field-large>label {
    width: 17.5em !important;
    margin-top: auto;
    margin-bottom: auto;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field-large input[type=text] {
    width: 22.5em !important;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field.address-extra-row {
    text-align: left;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field.address-extra-row p {
    margin-top: auto;
    margin-bottom: auto;
    font-style: italic;
    color: #062F6E;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message {
    max-width: calc(100% - 45.5em);
    text-align: left;
    position: absolute;
    right: 0;
    top: -10px;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message .bracket {
    position: absolute;
    left: -1em;
    top: 0.625em;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message .bracket .bracket-part {
    height: 10px;
    border-left: 1px solid #CACACA;
    display: block !important;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message .bracket .bracket-part.bracket-part-1 {
    height: 10px;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message .bracket .bracket-part.bracket-part-2 {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 0px;
    margin-left: -3.5px;
    margin-top: -2px;
    height: 10px;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message .bracket .bracket-part.bracket-part-3 {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 0px;
    margin-left: -3.5px;
    margin-top: -3px;
    height: 10px;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message .bracket .bracket-part.bracket-part-4 {
    margin-top: -1.5px;
    height: 10px;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message .message p {
    font-size: 12px;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message-mobile {
    display: none;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .speaker-icon {
    width: 3em;
    height: 3em;
    background-color: #2356AA;
    border-radius: 100px;
}

main#booker_userCreation_2YourDetails .user-creation-content_2 .speaker-icon .fa-volume-up {
    position: relative;
    top: 11px;
    color: white;
    font-size: 24px;
}

main#booker_userCreation_2YourDetails .continue-button {
    height: 60px;
    padding: 10px;
    border-top: 0;
}

main#booker_userCreation_2YourDetails .continue-button .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_userCreation_2YourDetails .telephone-number-circle {
    padding-left: 18px;
}

main#booker_userCreation_2YourDetails #yourDetailsControl_vatNumberTextbox {
    width: 22.5em;
}

main#booker_userCreation_2YourDetails #yourDetailsControlvatNumber label {
    margin-right: 0.5em;
    margin-bottom: 0;
    line-height: 2em;
}

@media (max-width: 1390px) {
    main #booker_userCreation_2YourDetails .user-creation-content_2 .info-message {
        display: none;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field .input-icons {
        position: relative;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message-mobile {
        display: block;
        position: absolute;
        background-color: #FAFAFA;
        top: -7em;
        right: -1.5em;
        width: 18em;
        padding: 10px 15px;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message-mobile .bracket-mobile {
        position: absolute;
        bottom: 0px;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message-mobile .bracket-mobile .bracket-mobile-part {
        display: inline-block;
        border-top: 1px solid #CACACA;
        height: 1em;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message-mobile .bracket-mobile .bracket-mobile-part-1 {
        width: 13em;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message-mobile .bracket-mobile .bracket-mobile-part-2 {
        width: 1em;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-left: 0px;
        margin-bottom: 7px;
        border-top: 0;
        border-bottom: 1px solid #CACACA;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message-mobile .bracket-mobile .bracket-mobile-part-3 {
        width: 1em;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-left: -19px;
        margin-bottom: 7px;
        border-bottom: 1px solid #CACACA;
        border-top: 0;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message-mobile .bracket-mobile .bracket-mobile-part-4 {
        width: 1.5em;
    }
}

@media (max-width: 1200px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 {
        padding: 1em;
    }
}

@media (max-width: 1050px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field {
        margin-bottom: 0.5em !important;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field .d-flex {
        width: 100%;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field .d-flex.radiobuttons,
    main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field .d-flex.address-field .form-custom-select,
    main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field .d-flex input,
    main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field.form-with-button .d-flex input {
        width: 77%;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 68%;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .info-message-mobile {
        top: -11.5em;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field.form-with-button .btn,
    main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field.address-extra-row .btn {
        height: 36px;
    }

    main#booker_userCreation_2YourDetails .continue-button .btn {
        width: 100%;
    }
}

@media (max-width: 1000px) {}

@media (max-width: 960px) {
    main#booker_userCreation_2YourDetails {
        width: 90%;
    }
}

@media (max-width: 900px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 .centered {
        width: 100%;
    }
}

@media (max-width: 840px) {}

@media (max-width: 768px) {

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field.form-with-button .btn,
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field.address-extra-row .btn {
        font-size: 15px;
    }
}

@media (max-width: 765px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 65%;
    }
}

@media (max-width: 700px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 62%;
    }
}

@media (max-width: 670px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 .centered {
        width: 100%;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 {
        padding: 10px;
    }
}

@media (max-width: 670px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 {
        margin-left: 0.5em;
    }
}

@media(max-width:667px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails #yourDetailsControl_vatNumberTextbox {
        width: 21em;
    }
}

@media (max-width: 650px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 59%;
    }
}

@media(max-width:640px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails .user-creation-content_2 .content-center .radio-input {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 56%;
    }
}

@media (max-width: 550px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 53%;
    }
}

@media (max-width:520px) {}

@media (max-width: 500px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 50%;
    }
}

@media (max-width: 450px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 47%;
    }
}

@media (max-width: 414px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 41%;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field .input-icons .fa-question-circle {
        font-size: 22px;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails #yourDetailsControl_vatNumberTextbox {
        width: 18.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field-large input[type=text] {
        width: 19em !important;
    }
}

@media (max-width: 411px) {}

@media (max-width:400px) {
    main#booker_userCreation_2YourDetails {
        width: 95%;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field .d-flex.radiobuttons-large label:nth-child(2) {
        margin-left: 0.5rem !important;
    }

    main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 41% !important;
    }
}

@media (max-width: 375px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails #yourDetailsControl_vatNumberTextbox {
        width: 17.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field-large input[type=text] {
        width: 18em !important;
    }
}

@media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails #yourDetailsControl_vatNumberTextbox {
        width: 16.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field-large input[type=text] {
        width: 17.5em !important;
    }
}

@media (max-width: 350px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 35% !important;
    }
}

@media (max-width: 325px) {
    main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 32% !important;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails #yourDetailsControl_vatNumberTextbox {
        width: 14em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field-large input[type=text] {
        width: 15em !important;
    }
}

/*Firefox*/
@media(max-width:769px) {

    html[data-useragent*='rv:73.0'] main#booker_userCreation_2YourDetails,
    html[data-useragent*='rv:72.0'] main#booker_userCreation_2YourDetails {
        max-width: 87%;
    }
}

@media(max-width:668px) {

    html[data-useragent*='rv:73.0'] main#booker_userCreation_2YourDetails,
    html[data-useragent*='rv:72.0'] main#booker_userCreation_2YourDetails {
        max-width: 86%;
    }
}

@media(max-width:415px) {

    html[data-useragent*='rv:73.0'] main#booker_userCreation_2YourDetails,
    html[data-useragent*='rv:72.0'] main#booker_userCreation_2YourDetails {
        max-width: 80%;
    }

    html[data-useragent*='rv:73.0'] main#booker_userCreation_2YourDetails .telephone-number-circle,
    html[data-useragent*='rv:72.0'] main#booker_userCreation_2YourDetails .telephone-number-circle {
        padding-left: 15px;
    }

    html[data-useragent*='rv:73.0'] main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode,
    html[data-useragent*='rv:72.0'] main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 35% !important;
    }
}

@media(max-width:376px) {

    html[data-useragent*='rv:73.0'] main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode,
    html[data-useragent*='rv:72.0'] main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 35% !important;
    }
}

@media(max-width:361px) {

    html[data-useragent*='rv:73.0'] main#booker_userCreation_2YourDetails,
    html[data-useragent*='rv:72.0'] main#booker_userCreation_2YourDetails {
        max-width: 81%;
    }

    html[data-useragent*='rv:73.0'] main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode,
    html[data-useragent*='rv:72.0'] main#booker_userCreation_2YourDetails .user-creation-content_2 #postcode {
        width: 31% !important;
    }
}

@media(max-width:321px) {

    html[data-useragent*="rv:73.0"] main#booker_userCreation_2YourDetails,
    html[data-useragent*="rv:72.0"] main#booker_userCreation_2YourDetails {
        max-width: 100%;
    }
}

/*booker_userCreation_3contactPreferences*/
main#booker_userCreation_3contactPreferences {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0em;
    padding-right: 0em;
}

main#booker_userCreation_3contactPreferences .tobacco-track-trace-content,
main#booker_userCreation_3contactPreferences .user-creation-content {
    margin-left: auto;
    margin-right: auto;
    padding: 1em 5em;
}

main#booker_userCreation_3contactPreferences .tobacco-track-trace-content h2,
main#booker_userCreation_3contactPreferences .user-creation-content h2 {
    color: #062F6E;
}

main#booker_userCreation_3contactPreferences .user-creation-content table input[type=text] {
    width: 100%;
    padding: 5px 15px;
}

main#booker_userCreation_3contactPreferences .user-creation-content table tr td {
    padding: 5px 8px;
}

main#booker_userCreation_3contactPreferences .user-creation-content table tr td.principal-label {
    color: #062F6E;
}

main#booker_userCreation_3contactPreferences .user-creation-content table tr td .principal-label {
    display: none;
}

main#booker_userCreation_3contactPreferences .user-creation-content table tr td span {
    display: none;
}

main#booker_userCreation_3contactPreferences .user-creation-content table tr td.check-column-header {
    word-break: break-word;
    word-wrap: break-word;
    max-width: 80px;
    text-align: center;
}

main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input {
    display: -webkit-box;
}

main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input label {
    margin-left: auto;
    margin-right: auto;
}

main#booker_userCreation_3contactPreferences .user-creation-content .preference-row h6 {
    margin-top: auto;
    margin-bottom: auto;
}

main#booker_userCreation_3contactPreferences .user-creation-content .preference-row>div {
    margin-left: auto;
    margin-right: 0px;
}

main#booker_userCreation_3contactPreferences .continue-button {
    height: 60px;
    padding: 10px;
    border-top: 0;
    background-color: white;
    border-top: 1px solid #EFEFEF;
}

main#booker_userCreation_3contactPreferences .continue-button .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_userCreation_3contactPreferences .tobacco-track-trace-content .input-group {
    position: absolute;
    padding-left: 200px;
}

main#booker_userCreation_3contactPreferences .tobacco-track-trace-content .input-group input[type=text] {
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

main#booker_userCreation_3contactPreferences .tobacco-track-trace-content .input-group input[type=text] {
    width: 18em;
}

main#booker_userCreation_3contactPreferences .tobacco-track-trace-content table tr td {
    padding-bottom: 1rem;
}

main#booker_userCreation_3contactPreferences #tabNueva {
    width: 70%;
}

main#booker_userCreation_3contactPreferences .tobacco-track-trace-content,
main#booker_userCreation_3contactPreferences .user-creation-content {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~label::before {
    width: auto;
    opacity: 1;
    position: absolute;
    left: 0;
    margin-left: -20px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 24px;
    height: 24px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #CCCCCC;
}

main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:checked:disabled+label:before {
    color: white;
    background-color: #CCCCCC;
}

html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input {
    display: -ms-grid;
}

html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content input::-ms-clear {
    display: none;
}

html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:before {
    left: 4em;
}

html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:before {
    left: 4em;
}

html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
    left: 4em;
}

html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lparty::before {
    left: 4em;
}

html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:after {
    left: 4.6em;
}

html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:after {
    left: 4.6em;
}

@media (max-width: 1680px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:before {
        left: 3.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:before {
        left: 3em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
        left: 3.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lparty::before {
        left: 3em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:after {
        left: 4.1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:after {
        left: 3.6em;
    }
}

@media (max-width: 1536px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:before {
        left: 3em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:before {
        left: 2.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
        left: 3em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lparty::before {
        left: 2.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:after {
        left: 3.6em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:after {
        left: 3.1em;
    }
}

@media (max-width: 1366px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:before {
        left: 2.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:before {
        left: 2em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
        left: 2.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lparty::before {
        left: 2em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:after {
        left: 3.1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:after {
        left: 2.7em;
    }
}

@media (max-width: 1280px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:before {
        left: 2em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:before {
        left: 1.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
        left: 2em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lparty::before {
        left: 1.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:after {
        left: 2.6em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:after {
        left: 2.15em;
    }
}

@media (max-width: 1199px) {
    main#booker_userCreation_3contactPreferences #tabNueva {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:before {
        left: 1.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:before {
        left: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
        left: 1.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lparty::before {
        left: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:after {
        left: 2.1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:after {
        left: 1.6em;
    }
}

@media (max-width: 991px) {
    main#booker_userCreation_3contactPreferences #tabNueva {
        width: 75%;
    }

    main#booker_userCreation_3contactPreferences .tobacco-track-trace-content,
    main#booker_userCreation_3contactPreferences .user-creation-content {
        padding: 1rem;
    }
}

@media (max-width: 900px) {
    main#booker_userCreation_3contactPreferences {
        width: 90%;
    }

    main#booker_userCreation_3contactPreferences .tobacco-track-trace-content,
    main#booker_userCreation_3contactPreferences .user-creation-content {
        padding: 1rem;
    }
}

@media (max-width: 768px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.check-column-header {
        max-width: 50px;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:before {
        left: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
        left: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:after {
        left: 1.7em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:after {
        left: 1.7em;
    }
}

@media (max-width: 736px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .tobacco-track-trace-content table {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table {
        font-size: 14px;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:before {
        left: 0.8em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:before {
        left: 0.8em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
        left: 0.8em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lparty::before {
        left: 0.8em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:after {
        left: 1.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:after {
        left: 1.5em;
    }
}

@media (max-width: 667px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.check-column-header {
        max-width: 60px;
    }
}

@media (max-width: 640px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.check-column-header {
        max-width: 70px;
    }
}

@media(max-width: 767px) {

    html[data-useragent*='Edge/17.17134'] #trolley-steps .step,
    html[data-useragent*='Edge/17.17134'] #user-creation .step {
        width: 10em;
    }
}

@media(max-width: 668px) {

    html[data-useragent*='Edge/17.17134'] #trolley-steps .step,
    html[data-useragent*='Edge/17.17134'] #user-creation .step {
        width: 9em;
    }
}

@media (max-width: 630px) {
    main#booker_userCreation_3contactPreferences .hide-small-devices {
        display: none;
    }

    main#booker_userCreation_3contactPreferences .user-creation-content table tr td span {
        display: block !important;
        color: #062F6E;
    }

    main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox {
        padding-bottom: 0;
        padding-top: 27px;
        padding-left: 20px;
    }

    main#booker_userCreation_3contactPreferences .show-small-devices {
        padding-bottom: 0 !important;
        padding-top: 22px !important;
    }

    main#booker_userCreation_3contactPreferences .show-small-devices p {
        display: block;
    }

    main#booker_userCreation_3contactPreferences .show-small-devices p {
        display: block !important;
    }

    main#booker_userCreation_3contactPreferences .buttons .btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    main#booker_userCreation_3contactPreferences #tabNueva {
        width: 100%;
    }
}

@media (max-width: 480px) {
    main#booker_userCreation_3contactPreferences {
        width: 90%;
    }

    main#booker_userCreation_3contactPreferences .tobacco-track-trace-content,
    main#booker_userCreation_3contactPreferences .user-creation-content {
        padding: 1rem;
    }

    main#booker_userCreation_3contactPreferences .user-creation-content .preference-row .check-input:nth-child(2) {
        margin-left: 1rem !important;
        margin-right: 0.5rem !important;
    }
}

@media (max-width: 414px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:before {
        left: 0.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:before {
        left: 0.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lgroup::before {
        left: 0.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input input[type="checkbox"]:disabled~.lparty::before {
        left: 0.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lgroup:after {
        left: 1.2em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content table tr td.custom-checkbox .check-input .lparty:after {
        left: 1.2em;
    }
}

@media (max-width: 411px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_3contactPreferences .user-creation-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 350px) {
    main#booker_userCreation_3contactPreferences {
        width: 95%;
    }

    main#booker_userCreation_3contactPreferences .user-creation-content {
        padding: 5px;
    }
}

/*booker_userCreation_4Acceptance*/

main#booker_userCreation_4Acceptance {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding-left: 0em;
    padding-right: 0em;
}

main#booker_userCreation_4Acceptance .user-creation-content {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

main#booker_userCreation_4Acceptance .user-creation-content h2 {
    color: #062F6E;
}

@media (max-width: 991px) {
    main#booker_userCreation_4Acceptance .user-creation-content {
        width: 90%;
    }
}

@media (max-width: 900px) {
    main#booker_userCreation_4Acceptance {
        width: 90%;
    }
}

@media (max-width: 667px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_4Acceptance .user-creation-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    main#booker_userCreation_4Acceptance {
        width: 90%;
    }

    main#booker_userCreation_4Acceptance .user-creation-content {
        padding: 15px;
    }
}

@media (max-width: 375px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_4Acceptance .user-creation-content h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_4Acceptance .user-creation-content h2 {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] main#booker_userCreation_4Acceptance .user-creation-content h2 {
        font-size: 1.2rem !important;
    }
}

/*booker_webRegistration*/
main#booker_webRegistration {
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main#booker_webRegistration .title {
    text-transform: uppercase;
    text-align: center;
    color: #2356AA;
}

main#booker_webRegistration .box1 {
    padding-left: 0;
}

main#booker_webRegistration .box2 {
    padding-right: 0;
}

main#booker_webRegistration .asterisk {
    position: inherit !important;
    margin-left: 0 !important;
}

main#booker_webRegistration .registration-step {
    position: absolute;
    left: 4.5em;
    top: 1em;
    font-size: 1em;
    border: 2px solid #2356AA;
    width: 1.75em;
    height: 1.75em;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    color: #2356AA;
}

main#booker_webRegistration h5 {
    color: #2356AA;
}

main#booker_webRegistration .col-12>div:nth-child(1) {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 1em 1em 1em 7em;
    position: relative;
}

main#booker_webRegistration .col-12:nth-child(2)>div:nth-child(1) {
    height: 100%
}

main#booker_webRegistration .form-btn {
    background-color: white;
    border: 1px solid #2356AA;
    color: #2356AA;
    border-radius: 0px;
}

main#booker_webRegistration .create-login {
    color: #062F6E;
}

main#booker_webRegistration .fields-mandatory-message {
    color: #808080;
}

main#booker_webRegistration .form-field {
    margin-bottom: 0.5em;
    position: relative;
}

main#booker_webRegistration .form-field label {
    width: 10em;
    margin-top: auto;
    margin-bottom: auto;
}

main#booker_webRegistration .form-field input {
    padding: 5px 10px;
    width: calc(100% - 10em);
}

main#booker_webRegistration .form-custom-select {
    width: calc(100% - 10em);
}

main#booker_webRegistration .form-custom-select select {
    width: 100%;
}

main#booker_webRegistration .check-flex p {
    margin-top: auto;
    margin-bottom: auto;
}

main#booker_webRegistration .new-window {
    margin-top: auto;
    margin-bottom: auto;
    color: #808080;
    font-style: italic;
}

main#booker_webRegistration .footer-buttons {
    text-align: right;
}

main#booker_webRegistration .footer-buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_webRegistration .footer-buttons {
    padding: 0em;
}

main#booker_webRegistration .footer-buttons .btn {
    margin-bottom: 0em;
}

main#booker_webRegistration .margen {
    margin-top: 23.5em;
}

@media (max-width: 1200px) {
    main#booker_webRegistration .col-12 {
        margin-bottom: 1em;
    }

    main#booker_webRegistration .margen {
        margin-top: 0em !important;
    }

    main#booker_webRegistration .footer-buttons .btn {
        margin-bottom: 1em;
        margin-top: 1em;
    }

    main#booker_webRegistration .footer-buttons {
        border: 0px solid #EFEFEF;
    }
}

@media (max-width: 1199px) {
    main#booker_webRegistration .box2 {
        padding-left: 0;
    }

    main#booker_webRegistration .box1 {
        padding-right: 0;
    }
}

@media (max-width:900px) {
    header.not-logged-truck-header .menu-toggle {
        padding-top: 15px;
    }
}

@media (max-width: 667px) {
    html[data-useragent*='Edge/17.17134'] main#booker_webRegistration .form-field input {
        width: calc(-11em + 100%);
    }
}

@media (max-width: 640px) {
    html[data-useragent*='Edge/17.17134'] main#booker_webRegistration p {
        font-size: 15px;
    }
}

@media (max-width: 577px) {
    main#booker_webRegistration {
        width: 90%;
    }

    main#booker_webRegistration .registration-step {
        left: 1em;
    }

    main#booker_webRegistration h3 {
        position: absolute;
        top: 1.75em;
        left: 3em;
        font-size: 1.25em;
    }

    main#booker_webRegistration .col-12>div:nth-child(1) {
        padding: 1em 1em 1em 3em;
    }
}

@media (max-width: 500px) {
    main#booker_webRegistration .footer-buttons .btn {
        width: 21% !important;
    }
}

@media(max-width:480px) {
    main#booker_webRegistration .footer-buttons .btn {
        width: 109% !important;
    }
}

@media (max-width: 375px) {
    main#booker_webRegistration .footer-buttons .btn {
        width: 111% !important;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_webRegistration .form-field input {
        width: calc(-10.5em + 100%);
    }
}

@media (max-width: 360px) {
    main#booker_webRegistration .footer-buttons .btn {
        width: 105% !important;
        margin-right: 1em;
    }

    main#booker_webRegistration .col-12>div:nth-child(1) {
        padding: 1em 0em 1em 3em;
    }
}

@media (max-width: 320px) {
    main#booker_webRegistration .registration-step {
        left: 0.5em;
    }

    main#booker_webRegistration .footer-buttons .btn {
        width: 106% !important;
    }
}

/*booker_add_Card*/

main#booker_addCard {
    margin-left: auto;
    margin-right: auto;
}

main#booker_addCard .add-new-card,
main#booker_addCard .footer-buttons {
    padding: 1em 5em;
}

main#booker_addCard .add-new-card {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_addCard .add-new-card h2 {
    color: #062F6E;
}

main#booker_addCard .add-new-card input {
    padding: 5px 10px;
    max-width: 80%;
}

main#booker_addCard .add-new-card .col-6.label {
    margin-left: auto;
    margin-right: 0;
    max-width: 18em;
}

main#booker_addCard .add-new-card .label-info {
    font-size: 12px;
}

main#booker_addCard .add-new-card .form-custom-select.w-5,
main#booker_addCard .add-new-card input.w-5 {
    width: 5em;
}

main#booker_addCard .add-new-card .form-custom-select.w-7 {
    width: 7em;
}

main#booker_addCard .add-new-card .fa-question-circle,
main#booker_addCard .add-new-card .fa-check {
    color: #00BDF7;
    font-size: 24px;
    padding-left: 4px;
    cursor: pointer;
    position: absolute;
    left: 9em;
    top: 0.25em;
}

main#booker_addCard .add-new-card .buttons {
    height: 2.3em;
}

main#booker_addCard .add-new-card .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_addCard .add-new-card .buttons .grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
    float: right;
}

main#booker_addCard .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

@media (max-width: 991px) {

    main#booker_addCard .add-new-card,
    main#booker_addCard .footer-buttons {
        padding: 1em 2em;
    }
}

@media (max-width: 768px) {

    main#booker_addCard .add-new-card .fa-question-circle,
    main#booker_addCard .add-new-card .fa-check {
        left: 17em;
    }
}

@media (max-width: 667px) {

    main#booker_addCard .add-new-card .fa-question-circle,
    main#booker_addCard .add-new-card .fa-check {
        left: 14em;
    }
}

@media (max-width: 660px) {

    main#booker_addCard .add-new-card .fa-question-circle,
    main#booker_addCard .add-new-card .fa-check {
        right: 0;
        left: initial;
    }

    main#booker_addCard .w6 {
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    main#booker_addCard {
        width: 95%;
    }

    main#booker_addCard .add-new-card,
    main#booker_addCard .footer-buttons {
        padding: 1em 0.5em;
    }
}

@media (max-width: 360px) {
    main#booker_addCard .form-custom-select select {
        padding: 0em 1em 0em 0em;
    }
}

/*Firefox*/
html[data-useragent*='rv:73.0'] main#booker_addCard .security-code-input,
html[data-useragent*='rv:72.0'] main#booker_addCard .security-code-input {
    max-width: 35%;
}

/*Booker_Categories*/
#booker_categories aside {
    display: inline-block;
    width: 20em;
    padding: 20px;
}

#booker_categories aside .departments {
    padding-left: 1em;
    position: relative;
}

#booker_categories aside .departments a {
    color: black;
    display: block;
}

#booker_categories main {
    display: inline-block;
    width: calc(100% - 22em);
    float: right;
    margin-right: 0.5em;
    border: 1px solid #ECECEC;
    border-bottom: 0;
    border-right: 0;
    padding-left: 0px;
    padding-right: 0px;
}

#booker_categories main .oreo-banner {
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

#booker_categories main .oreo-banner img {
    width: 100%;
    cursor: pointer;
}

#booker_categories main .oreo-banner img.oreo-mobile {
    display: none;
}

.oreo-banner img.oreo-mobile {
    display: none;
}

#booker_categories main .category-list [class*=col-] {
    text-align: center;
}

#booker_categories main .category-list [class*=col-] .category-container {
    width: 80%;
    border: 1px solid #ECECEC;
    margin-left: auto;
    margin-right: auto;
    height: 11em;
    margin-top: 1em;
    padding: 1em;
    vertical-align: middle;
    border-radius: 10px;
    cursor: pointer;
}

#booker_categories main .category-list [class*=col-] .category-container .category-content {
    display: contents;
}

#booker_categories main .mobile-department-accordion {
    display: none;
}

.repOrder .oreo-banner img.oreo-desktop {
    display: block;
    max-width: 100%;
}

.oreo-banner img.oreo-desktop {
    display: block;
    max-width: 100%;
}

.repOrder .oreo-banner img.oreo-mobile {
    display: none;
}

.oreo-banner img.oreo-mobile {
    display: none;
}

@media (max-width:1150px) {
    #booker_categories aside {
        display: none;
    }

    #booker_categories main {
        width: 100%;
        border: 0;
    }

        #booker_categories main .oreo-banner img.oreo-desktop {
            display: none;
        }

    .oreo-banner img.oreo-desktop {
        display: none;
    }

        #booker_categories main .oreo-banner img.oreo-mobile {
            display: block;
        }

    .oreo-banner img.oreo-mobile {
        display: block;
    }

    #booker_categories main .mobile-department-accordion {
        display: block;
    }

    #booker_categories main .mobile-department-accordion .card {
        -webkit-box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
        box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
    }

    #booker_categories main .mobile-department-accordion .card,
    #booker_categories main .mobile-department-accordion .card .card-header {
        border: 0;
    }

    #booker_categories main .mobile-department-accordion .card .card-header {
        background-color: #F2F2F2;
    }

    #booker_categories main .mobile-department-accordion .card .card-header i {
        position: absolute;
        top: 1em;
        right: 2em;
    }

    #booker_categories main .mobile-department-accordion .card .card-header,
    #booker_categories main .mobile-department-accordion .card .card-body {
        padding-left: 2.5em;
    }

    #booker_categories main .mobile-department-accordion .card .card-body {
        padding-top: 0.5em;
    }

    #booker_categories main .mobile-department-accordion .card .card-body a {
        color: black;
        display: block;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}

.prod-not-available {
    text-align: left !important;
    width: 100%;
}

@media (max-width:850px) {
    #booker_categories main .product-list .product .shopping .quantity .plus-minus-icon {
        width: 1.5em;
        height: 1.5em;
        font-size: 12px;
    }
}

/*booker contact_websiteSupport_EmailSent*/
main#contact_websiteSupport_EmailSent {
    margin-left: auto;
    margin-right: auto;
}

main#contact_websiteSupport_EmailSent .email-sent {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    padding: 1em 5em;
}

main#contact_websiteSupport_EmailSent .email-sent h2 {
    color: #062F6E;
}

main#contact_websiteSupport_EmailSent .email-sent .buttons {
    height: 2.3em;
}

main#contact_websiteSupport_EmailSent .email-sent .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#contact_websiteSupport_EmailSent .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
    padding: 1em 5em;
}

@media (max-width: 991px) {
    main#contact_websiteSupport_EmailSent {
        width: 90%;
    }

    main#contact_websiteSupport_EmailSent .email-sent {
        padding: 1em;
    }

    main#contact_websiteSupport_EmailSent .footer-buttons {
        padding: 1rem;
    }
}

@media (max-width: 638px) {

    main#contact_websiteSupport_EmailSent .buttons .btn,
    main#contact_websiteSupport_EmailSent .footer-buttons .btn {
        width: 100%;
    }

    main#contact_websiteSupport_EmailSent .footer-buttons .x {
        margin-top: 1em !important;
    }
}

@media (max-width: 590px) {
    main#contact_websiteSupport_EmailSent {
        width: 95%;
    }
}

@media (max-width: 575px) {
    main #contact_websiteSupport .alto {
        height: 132px !important;
    }
}

@media (max-width: 414px) {
    html[data-useragent*='Edge/17.17134'] main#contact_websiteSupport_EmailSent h2 {
        font-size: 1.3rem !important;
    }
}

@media (max-width: 376px) {
    html[data-useragent*='Edge/17.17134'] main#contact_websiteSupport_EmailSent h2 {
        font-size: 1.1rem !important;
    }
}

/*booker_contactPage*/

#contactPage-desktop .card {
    padding: 1rem;
}

#contactPage-desktop .card .img-col,
#contactPage-mobile .card .img-col {
    border-right: 1px solid #E5E5E5;
}

#contactPage-desktop .card label,
#contactPage-mobile .card label {
    color: #999999;
    font-size: 14px;
}

#contactPage-desktop .card .manager-img,
#contactPage-mobile .card .manager-img {
    max-width: 9em;
}

#contactPage-desktop .card .btn,
#contactPage-mobile .card .btn {
    background-color: #00BDF7;
    color: white;
    padding: 8px 40px;
}

#contactPage-desktop .card .btn.btn-absolute,
#contactPage-mobile .card .btn.btn-absolute {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#contactPage-desktop .card .btn.btn-float,
#contactPage-mobile .card .btn.btn-float {
    float: right;
    width: 18em;
}

#contactPage-desktop .card .trading-hours .d-flex,
#contactPage-mobile .card .trading-hours .d-flex {
    position: relative;
}

#contactPage-desktop .card .trading-hours .hours,
#contactPage-mobile .card .trading-hours .hours {
    position: absolute;
    left: 3em;
}

#contactPage-desktop .card .registered-office-postal-address,
#contactPage-mobile .card .registered-office-postal-address {
    border-left: 1px solid #E5E5E5;
}

#contactPage-desktop .btn-home,
#contactPage-mobile .btn-home {
    background-color: #00BDF7;
    color: white;
    padding: 8px 40px;
    margin-top: 1em;
    margin-right: 2em;
    width: 18em;
}

#contactPage-mobile .card .card-header+div {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

@media (max-width: 1366px) {
    html[data-useragent*='Edge/17.17134'] #contactPage-desktop .card .col-9 {
        padding-right: 0px !important;
    }
}

@media (max-width: 1100px) {

    #contactPage-desktop .card .manager-img,
    #contactPage-mobile .card .manager-img {
        max-width: 5em;
    }
}

@media (max-width: 991px) {

    #contactPage-desktop .card .btn,
    #contactPage-mobile .card .btn {
        width: 100% !important;
        margin-top: 1em;
    }

    #contactPage-desktop .card .btn.btn-absolute,
    #contactPage-mobile .card .btn.btn-absolute {
        position: static !important;
    }

    #contactPage-desktop .main-row :nth-child(1),
    #contactPage-mobile .main-row :nth-child(1) {
        margin-bottom: 1em;
    }

    #contactPage-desktop .main-row .col-12:nth-child(2),
    #contactPage-mobile .main-row .col-12:nth-child(2) {
        padding: 0 !important;
    }

    #contactPage-desktop .card .manager-img,
    #contactPage-mobile .card .manager-img {
        max-width: 9em;
    }
}

@media (max-width: 767px) {

    #contactPage-desktop,
    #contactPage-mobile {
        padding-left: 2em;
        padding-right: 2em;
    }

    #contactPage-desktop .btn-home,
    #contactPage-mobile .btn-home {
        width: 95% !important;
    }
}

@media (max-width: 568px) {
    html[data-useragent*='Edge/17.17134'] #contactPage-mobile .card .col-4 {
        padding-right: 0px !important;
    }
}

@media (max-width: 575px) {
    #contactPage-mobile {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    #contactPage-mobile .btn-home {
        width: 94% !important;
    }

    #contactPage-desktop .card .manager-img,
    #contactPage-mobile .card .manager-img {
        max-width: 7em;
    }
}

@media(max-width:991px) {
    #contactPage-mobile .btn-home {
        margin-right: 1em;
        width: 96%;
    }

    #contactPage-mobile .btn-home {
        margin-top: 1em;
    }
}

@media (max-width: 480px) {
    #contactPage-mobile .btn-home {
        width: 93% !important;
    }

    #contactPage-mobile p {
        font-size: 13px;
    }

    #contactPage-mobile .btn-home {
        width: 91% !important;
    }

    #contactPage-mobile .card .trading-hours .hours {
        font-size: 13px;
    }
}

@media (max-width: 414px) {
    html[data-useragent*='Edge/17.17134'] #contactPage-mobile .card .col-4 {
        padding-right: 15px !important;
    }

    html[data-useragent*='Edge/17.17134'] #contactPage-desktop .card .manager-img,
    html[data-useragent*='Edge/17.17134'] #contactPage-mobile .card .manager-img {
        max-width: 6em;
    }
}

@media (max-width: 412px) {
    #contactPage-mobile main .btn-home {
        width: 91% !important;
    }

    #contactPage-mobile p {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] #contactPage-mobile p {
        font-size: 12px;
    }

    html[data-useragent*='Edge/17.17134'] #contactPage-desktop .card .btn.btn-absolute,
    html[data-useragent*='Edge/17.17134'] #contactPage-mobile .card .btn.btn-absolute {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] #contactPage-desktop .card .btn.btn-float,
    html[data-useragent*='Edge/17.17134'] #contactPage-mobile .card .btn.btn-float {
        font-size: 15px;
    }

    #contactPage-mobile .card .manager-img {
        max-width: 6em;
    }
}

@media (max-width: 375px) {

    html[data-useragent*='Edge/17.17134'] #contactPage-desktop .card .manager-img,
    html[data-useragent*='Edge/17.17134'] #contactPage-mobile .card .manager-img {
        max-width: 5.5em;
    }
}

@media (max-width: 371px) {
    #contactPage-moobile p {
        font-size: 11px;
    }

    #contactPage-mobile .card .trading-hours .hours {
        font-size: 13px;
    }

    #contactPage-mobile .card label {
        font-size: 13px;
    }

    #contactPage-mobile .btn-home {
        width: 90% !important;
    }
}

@media (max-width: 320px) {
    #contactPage-mobile .card .manager-img {
        max-width: 5em;
    }

    html[data-useragent*='Edge/17.17134'] #contactPage-desktop .card .manager-img,
    html[data-useragent*='Edge/17.17134'] #contactPage-mobile .card .manager-img {
        max-width: 4.5em;
    }

    #contactPage-desktop .card .btn,
    #contactPage-mobile .card .btn {
        padding: 8px 35px;
    }

    #contactPage-mobile .btn-home {
        width: 89% !important;
    }
}

#contactPage-desktop .contact-page .card-header,
#contactPage-mobile .contact-page .card-header {
    background-color: white;
    cursor: pointer;
    margin-bottom: 0;
}

#contactPage-desktop .contact-page,
#contactPage-mobile .contact-page {
    width: 100%;
}

#contactPage-desktop .contact-page>div:nth-child(1),
#contactPage-mobile .contact-page>div:nth-child(1) {
    padding-left: 0;
}

#contactPage-desktop .contact-page>div:nth-child(2),
#contactPage-mobile .contact-page>div:nth-child(2) {
    padding-right: 0;
}

#contactPage-desktop .contact-page .card-header .fa-chevron-up,
#contactPage-mobile .contact-page .card-header .fa-chevron-up {
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#contactPage-desktop .contact-page .card-header.collapsed .fa-chevron-up,
#contactPage-mobile .contact-page .card-header.collapsed .fa-chevron-up {
    transform: rotate(180deg);
}

#contactPage-desktop .card-body,
#contactPage-mobile .card-body {
    padding: 0rem;
}

/*Booker_order*/
main#booker_order {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_order .order1 .ancho1 {
    width: 15%;
}

main#booker_order .order1 .ancho2 {
    width: 8%;
}

main#booker_order .order1 .ancho3 {
    width: 30%;
}

main#booker_order .order2 .ancho1 {
    width: 10%;
}

main#booker_order .order2 .ancho2 {
    width: 20%;
}

main#booker_order .order2 .ancho3 {
    width: 5%;
}

main#booker_order .order2 .ancho4 {
    width: 15%;
}

main#booker_order .order2 .ancho5 {
    width: 23%;
}

main#booker_order .order1 h2,
main#booker_order .order2 h2 {
    color: #062F6E;
}

main#booker_order .order1,
main#booker_order .order2 {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_order .order1 table,
main#booker_order .order2 table {
    width: 100%;
}

main#booker_order .order1 table thead tr,
main#booker_order .order2 table thead tr {
    border-bottom: 1px solid #333333;
}

main#booker_order .order1 table thead tr th,
main#booker_order .order2 table thead tr th {
    font-weight: 900;
}

main#booker_order .order1 table tbody tr,
main#booker_order .order2 table tbody tr {
    border-bottom: 1px solid #E3E3E3;
}

main#booker_order .order1 table thead tr th,
main#booker_order .order1 table tbody tr td,
main#booker_order .order2 table thead tr th,
main#booker_order .order2 table tbody tr td {
    padding: 0.25em 0.5em;
}

main#booker_order .buttons {
    text-align: center;
    border: 1px solid #EFEFEF;
    border-top: 0;
}

main#booker_order .buttons .btn {
    background-color: #51AF39;
    color: white;
}

main#booker_order .order1 .mobile-button {
    display: none;
}

main#booker_order .order1 .mobile-button .btn {
    width: 100%;
}

main#booker_order .order2 .email-cell {
    word-break: break-word;
    word-wrap: break-word;
}

@media(max-width:1536px) {
    html[data-useragent*='Edge/17.17134'] main#booker_order .order1 .ancho1 {
        width: 16%;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_order .order2 .ancho1 {
        width: 11%;
    }
}

@media(max-width:1523px) {
    main#booker_order .order2 .ancho1 {
        width: 11%;
    }
}

@media(max-width:1440px) {
    html[data-useragent*='Edge/17.17134'] main#booker_order .order2 .ancho1 {
        width: 12%;
    }
}

@media(max-width:1420px) {
    main#booker_order .order2 .ancho1 {
        width: 12%;
    }

    main#booker_order .order2 .ancho5 {
        width: 22%;
    }
}

@media(max-width:1366px) {
    html[data-useragent*='Edge/17.17134'] main#booker_order .order2 .ancho1 {
        width: 13%;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_order .order2 .ancho5 {
        width: 23%;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_order .order2 .ancho4 {
        width: 16%;
    }
}

@media(max-width:1354px) {
    main#booker_order .order2 .ancho1 {
        width: 13%;
    }

    main#booker_order .order2 .ancho4 {
        width: 16%;
    }

    main#booker_order .order2 .ancho2 {
        width: 21%;
    }
}

@media(max-width:1288px) {
    main#booker_order .order2 .ancho1 {
        width: 14%;
    }

    main#booker_order .order2 .ancho5 {
        width: 21%;
    }
}

@media(max-width:1280px) {
    html[data-useragent*='Edge/17.17134'] main#booker_order .order2 .ancho1 {
        width: 15%;
    }
}

@media(max-width:1199px) {
    main#booker_order .order2 {
        padding: 1rem 1em;
    }

    main#booker_order .order2 .ancho1 {
        width: 13%;
    }

    main#booker_order .order2 .ancho5 {
        width: 23%;
    }
}

@media(max-width:1140px) {
    main#booker_order .order2 .ancho1 {
        width: 14%;
    }
}

@media (max-width: 1100px) {
    main#booker_order .order1 {
        padding: 2em 1em;
    }
}

@media(max-width:1078px) {
    main#booker_order .order2 .ancho1 {
        width: 15%;
    }
}

@media(max-width:1024px) {
    main#booker_order .order2 .no-mobile-column {
        display: none;
    }

    main#booker_order .order2 .ancho1 {
        width: 12%;
    }

    main#booker_order .order2 .ancho2 {
        width: 20%;
    }

    main#booker_order .order2 .ancho5 {
        width: 27%;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_order .order1 .ancho1 {
        width: 17%;
    }
}

@media (max-width: 991px) {
    main#booker_order {
        width: 90% !important;
    }

    main#booker_order .order2 {
        padding: 1em 2em;
    }
}

@media (max-width: 900px) {
    main#booker_order .order2 {
        padding: 1em 1em;
    }
}

@media(max-width:736px) {
    html[data-useragent*='Edge/17.17134'] main#booker_order .order2 .ancho1 {
        width: 16%;
    }
}

@media(max-width:667px) {
    html[data-useragent*='Edge/17.17134'] main#booker_order .order2 .ancho1 {
        width: 13%;
    }
}

@media (max-width: 575px) {
    main#booker_order table {
        font-size: 14px;
    }

    main#booker_order table th {
        font-size: 14px;
    }

    main#booker_order .order1 .mobile-button {
        display: flex;
    }
}

@media(max-width:568px) {
    html[data-useragent*='Edge/17.17134'] main#booker_order table {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    main#booker_order {
        width: 95% !important;
    }

    main#booker_order .order1,
    main#booker_order .order2,
    main#booker_order .footer-buttons {
        padding: 0.5em 0.5em;
    }
}

@media (max-width: 450px) {
    main#booker_order table {
        font-size: 13px;
    }

    main#booker_order table th {
        font-size: 13px;
    }

    main#booker_order .order2 table thead tr th,
    #booker_order2 main .order2 table tbody tr td {
        padding: 0.25em 0.2em;
    }

    main#booker_order .order2 {
        padding: 1em 0.5em;
    }

    main#booker_order .order2 .ancho1 {
        width: 18%;
    }
}

@media (max-width: 376px) {

    html[data-useragent*='rv:73.0'] main#booker_order .order2,
    html[data-useragent*='rv:72.0'] main#booker_order .order2 {
        padding: 0.5em 0.5em;
    }

    html[data-useragent*='rv:73.0'] main#booker_order table,
    html[data-useragent*='rv:72.0'] main#booker_order table {
        font-size: 11px;
    }

    html[data-useragent*='rv:73.0'] main#booker_order table th,
    html[data-useragent*='rv:72.0'] main#booker_order table th {
        font-size: 11px;
    }

    html[data-useragent*='rv:73.0'] main#booker_order .h2,
    h2,
    html[data-useragent*='rv:72.0'] main#booker_order .h2,
    h2 {
        font-size: 1.5rem !important;
    }

    html[data-useragent*='rv:73.0'] main#booker_order .order2 .ancho1,
    html[data-useragent*='rv:72.0'] main#booker_order .order2 .ancho1 {
        width: 12%;
    }
}

@media (max-width: 375px) {
    main#booker_order .order2 {
        padding: 0.5em 0.5em;
    }

    main#booker_order table {
        font-size: 11px;
    }

    main#booker_order table th {
        font-size: 11px;
    }

    main#booker_order .h2,
    h2 {
        font-size: 1.5rem !important;
    }

    main#booker_order .order2 .ancho1 {
        width: 12%;
    }
}

@media (max-width: 360px) {
    main#booker_order .order2 table tbody tr td {
        padding: 0.25em 0.3em;
    }

    main#booker_order .order2 .ancho1 {
        width: 25%;
    }

    main#booker_order .order2 .ancho5 {
        width: 25%;
    }

    main#booker_order .order2 .ancho4 {
        width: 23%;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_order h2 {
        font-size: 1.3rem !important;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_order table {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    main#booker_order .order2 table tbody tr td {
        padding: 0.25em 0.2em;
    }

    main#booker_order .h2,
    h2 {
        font-size: 1.3rem !important;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_order h2 {
        font-size: 1.2rem !important;
    }
}

/*Booker_order3*/

main#booker_orderT .colMode .product-list .product .shop .shopping .fa-star {
    bottom: 2.5em;
    position: absolute;
    right: 1em;
}

main#booker_orderT .cursor-pointer {
    cursor: pointer;
}

main#booker_orderT .return-btn {
    max-width: 245px;
}

main#booker_orderT .menu-btn {
    max-width: 230px;
}

@media (min-width: 768px) {
    main#booker_orderT .menu-btn.green-btn {
        width: 155px;
    }
}

main#booker_orderT .special-print-btn {
    width: 230px !important;
}

main#booker_orderT .absolute-text {
    position: absolute;
    padding-left: 26px;
}

html[data-useragent*='Edge/17.17134'] main#booker_orderT .return-btn {
    max-width: 248px;
}

main#booker_orderT .rowMode .product-list .product .shopping .buy-this-product .remove-text {
    display: none !important;
}

main#booker_orderT .qty {
    display: block !important;
}

@media(max-width:1024px) {
    html[data-useragent*='Edge/17.17134'] main#booker_orderT .return-btn {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    html[data-useragent*='Edge/17.17134'] main#booker_orderT .menu-btn {
        max-width: 210px;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_orderT .return-btn {
        max-width: 234px;
    }
}

@media(max-width:750px) {

    main#booker_orderT .return-btn,
    main#booker_orderT .menu-btn {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0 !important;
    }

    main#booker_orderT .special-print-btn {
        width: 100% !important;
    }

    main#booker_orderT .absolute-text {
        position: relative;
        padding-left: 0;
    }

    main#booker_orderT #buttons-bottom .return-btn,
    main#booker_orderT #buttons-bottom .menu-btn {
        margin-left: 0 !important;
        max-width: 100%;
    }

    main#booker_orderT .footer-buttons,
    main#booker_orderT .header-buttons {
        flex-direction: column-reverse;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_orderT .menu-btn {
        max-width: 100%;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_orderT .return-btn {
        max-width: 100%;
    }
}

@media(max-width:575px) {

    main#booker_orderT .return-btn,
    main#booker_orderT .menu-btn {
        max-width: 100%;
    }
}

@media(max-width:359px) {
    main#booker_orderT .search-results #filter-btn {
        margin-top: 1em;
    }
}

main#booker_orderT #buttons-bottom {
    padding-left: 0;
}

aside#order-3 {
    display: inline-block;
    width: 14em;
    padding-left: 10px;
    padding-bottom: 10px;
}

aside#order-3>div {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ECECEC;
}

aside#order-3>div:nth-child(1) {
    padding-top: 0;
}

aside#order-3>div:nth-last-child(1) {
    border-bottom: 0;
}

aside#order-3 .departments {
    padding-left: 1em;
    position: relative;
}

aside#order-3 .departments a {
    color: black;
    display: block;
    font-size: 14px;
}

aside#order-3 .departments i {
    position: absolute;
    left: 0px;
    top: 2px;
}

aside#order-3 .aside-cat-title {
    color: #767676;
}

aside#order-3 .check-input label {
    color: #2356AA;
    padding-top: 0.25em;
    font-size: 14px;
}

aside#order-3 .filter-by .remove-filter {
    cursor: pointer;
}

aside#order-3 .filter-by .remove-filter i,
main#booker_orderT #filter-menu .filter-by .remove-filter i {
    color: #C5353A;
    padding-right: 0.25em;
    vertical-align: middle;
    font-size: 14px;
}

aside#order-3 .filter-by .filter-name {
    margin-bottom: 0.5em;
}

aside#order-3 .more {
    color: #2356AA;
    padding-top: 0.25em;
    font-size: 14px;
    font-weight: bold;
}

main#booker_orderT .more {
    color: #2356AA;
    padding-top: 0.25em;
    font-size: 14px;
    font-weight: bold;
}

main#booker_orderT .form-custom-select.extra-space {
    width: 5em;
}

main#booker_orderT .mobile-department-accordion {
    display: none;
}

main#booker_orderT .weight-mobile {
    display: none;
}

.list {
    float: right !important;
    width: 85% !important;
    padding-left: 0em;
    padding-right: 0em;
}

@media (max-width:1493px) {
    .list {
        width: 80% !important;
    }
}

@media (max-width:1150px) {
    aside#order-3 {
        display: none;
    }

    main#booker_orderT .mobile-department-accordion {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

    main#booker_orderT .mobile-department-accordion .card {
        -webkit-box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
        box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
    }

    main#booker_orderT .mobile-department-accordion .card,
    main#booker_orderT .mobile-department-accordion .card .card-header {
        border: 0;
    }

    main#booker_orderT .mobile-department-accordion .card .card-header {
        background-color: #F2F2F2;
    }

    main#booker_orderT .mobile-department-accordion .card .card-header i {
        position: absolute;
        top: 1em;
        right: 2em;
    }

    main#booker_orderT .mobile-department-accordion .card .card-header,
    main#booker_orderT .mobile-department-accordion .card .card-body {
        padding-left: 2.5em;
    }

    main#booker_orderT .mobile-department-accordion .card .card-body {
        padding-top: 0.5em;
    }

    main#booker_orderT .mobile-department-accordion .card .card-body a {
        color: black;
        display: block;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    main#booker_orderT .search-results>div:nth-child(1) {
        display: block !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    main#booker_orderT .search-results #filter-btn {
        display: block !important;
    }

    main#booker_orderT .search-results .filters {
        margin-top: 0em !important;
    }

    main#booker_orderT .search-results .filters .print-btn {
        display: none;
    }

    main#booker_orderT .search-results .result {
        margin-left: 2em;
    }

    main#booker_orderT .search-results #items-per-page {
        display: none;
    }

    main#booker_orderT .items-per-page-mobile {
        display: flex;
    }

    main#booker_orderT .search-results .sort-by-desktop {
        display: none !important;
    }

    .list {
        width: 100% !important;
    }
}

@media (max-width:991px) {
    main#booker_orderT .weight-mobile {
        display: block;
    }

    .list {
        width: 100% !important;
    }
}

@media(max-width:782px) {
    main#booker_orderT .footer-buttons {
        padding: 1rem 0.5em;
    }
}

@media (max-width: 480px) {
    main#booker_orderT .search-results .filters {
        margin-top: 0em !important;
    }

    main#booker_orderT .search-results {
        border-left: 0px solid #ECECEC;
    }
}

@media (max-width: 414px) {
    main#booker_orderT .search-results {
        font-size: 14px;
    }

    main#booker_orderT input,
    optgroup,
    select,
    textarea {
        margin: 2px;
    }

    main#booker_orderT .filters .form-custom-select-filtro {
        width: 13em;
    }

    main#booker_orderT .alto {
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 375px) {
    main#booker_orderT .filters .form-custom-select-filtro {
        width: 10em;
    }
}

@media (max-width: 360px) {
    main#booker_orderT .filters .form-custom-select-filtro {
        width: 9em;
    }
}

@media (max-width: 351px) {
    main#booker_orderT .p-2 {
        padding: 0rem !important;
    }
}

@media(max-width:1990px) {
    main#booker_orderT {
        width: 88.5% !important;
    }
}

@media(max-width:1965px) {
    main#booker_orderT {
        width: 88% !important;
    }
}

@media(max-width:1884px) {
    main#booker_orderT {
        width: 87.5% !important;
    }
}

@media(max-width:1866px) {
    main#booker_orderT {
        width: 87% !important;
    }
}

@media(max-width:1740px) {
    main#booker_orderT {
        width: 86.5% !important;
    }
}

@media(max-width:1722px) {
    main#booker_orderT {
        width: 86% !important;
    }
}

@media(max-width:1620px) {
    main#booker_orderT {
        width: 85.5% !important;
    }
}

@media(max-width:1560px) {
    main#booker_orderT {
        width: 85% !important;
    }
}

@media(max-width:1510px) {
    main#booker_orderT {
        width: 84.5% !important;
    }
}

@media(max-width:1150px) {
    main#booker_orderT {
        width: 100% !important;
    }

    main#booker_orderT .search-results {
        margin-left: 10px;
        margin-right: 10px;
    }

    main#booker_orderT #buttons-bottom {
        padding-left: 10px;
        padding-right: 10px !important;
    }
}

@media (max-width:1503px) {
    aside#order-3 {
        width: 13.8em;
    }
}

@media (max-width:1492px) {
    aside#order-3 {
        width: 13.7em;
    }
}

@media (max-width:1482px) {
    aside#order-3 {
        width: 13.6em;
    }
}

@media (max-width:1471px) {
    aside#order-3 {
        width: 13.5em;
    }
}

@media (max-width:1460px) {
    aside#order-3 {
        width: 13.4em;
    }
}

@media (max-width:1450px) {
    aside#order-3 {
        width: 13.3em;
    }
}

@media (max-width:1439px) {
    aside#order-3 {
        width: 13.2em;
    }
}

@media (max-width:1428px) {
    aside#order-3 {
        width: 13.1em;
    }
}

@media (max-width:1418px) {
    aside#order-3 {
        width: 13em;
    }
}

@media (max-width:1407px) {
    aside#order-3 {
        width: 12.9em;
    }
}

@media (max-width:1396px) {
    aside#order-3 {
        width: 12.8em;
    }
}

@media (max-width:1386px) {
    aside#order-3 {
        width: 12.7em;
    }
}

@media (max-width:1375px) {
    aside#order-3 {
        width: 12.6em;
    }
}

@media (max-width:1364px) {
    aside#order-3 {
        width: 12.5em;
    }
}

@media (max-width:1354px) {
    aside#order-3 {
        width: 12.4em;
    }
}

@media (max-width:1343px) {
    aside#order-3 {
        width: 12.3em;
    }
}

@media (max-width:1332px) {
    aside#order-3 {
        width: 12.2em;
    }
}

@media (max-width:1322px) {
    aside#order-3 {
        width: 12.1em;
    }
}

@media (max-width:1311px) {
    aside#order-3 {
        width: 12em;
    }
}

@media (max-width:1300px) {
    aside#order-3 {
        width: 11.9em;
    }
}

@media (max-width:1290px) {
    aside#order-3 {
        width: 11.8em;
    }
}

@media (max-width:1279px) {
    aside#order-3 {
        width: 11.7em;
    }
}

@media (max-width:1268px) {
    aside#order-3 {
        width: 11.6em;
    }
}

@media (max-width:1258px) {
    aside#order-3 {
        width: 11.5em;
    }
}

@media (max-width:1247px) {
    aside#order-3 {
        width: 11.4em;
    }
}

@media (max-width:1236px) {
    aside#order-3 {
        width: 11.3em;
    }
}

@media (max-width:1226px) {
    aside#order-3 {
        width: 11.2em;
    }
}

@media (max-width:1215px) {
    aside#order-3 {
        width: 11.1em;
    }
}

@media (max-width:1204px) {
    aside#order-3 {
        width: 11em;
    }
}

@media (max-width:1200px) {
    aside#order-3 {
        width: 10.9em;
    }
}

@media (max-width:1186px) {
    aside#order-3 {
        width: 10.8em;
    }
}

@media (max-width:1172px) {
    aside#order-3 {
        width: 10.7em;
    }
}

@media (max-width:1162px) {
    aside#order-3 {
        width: 10.6em;
    }
}

@media (max-width:1151px) {
    aside#order-3 {
        width: 10.6em;
    }
}

@media(max-width:1366px) {
    main#booker_orderT .search-results {
        margin-left: 0;
    }
}

/*BOOKER_ContactPage_ContactBranchManager*/
main#booker_ContactPage_ContactBranchManager .row {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 1em 5em;
}

main#booker_ContactPage_ContactBranchManager .manager-col {
    padding-left: 0;
    padding-right: 1em;
}

main#booker_ContactPage_ContactBranchManager .manager-col .manager-details img {
    max-width: 6em;
}

main#booker_ContactPage_ContactBranchManager label {
    display: block;
    color: #999999;
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 2px;
}

main#booker_ContactPage_ContactBranchManager .form-col {
    border-left: 1px solid #E5E5E5;
    padding: 0em 0em 0em 1em;
    margin-top: 15px;
}

main#booker_ContactPage_ContactBranchManager .form-col label {
    color: black;
}

main#booker_ContactPage_ContactBranchManager .form-col input {
    margin-bottom: 1em;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

main#booker_ContactPage_ContactBranchManager .form-col input.small-input {
    width: 50%;
}

main#booker_ContactPage_ContactBranchManager .form-col input.big-input {
    width: 100%;
}

main#booker_ContactPage_ContactBranchManager .form-col textarea {
    margin-bottom: 1em;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    width: 100%;
}

main#booker_ContactPage_ContactBranchManager .grey-form-text {
    color: #82888E;
    font-size: 14px;
}

main#booker_ContactPage_ContactBranchManager .grey-btn {
    background-color: #DCDCDC;
    color: grey !important;
}

main#booker_ContactPage_ContactBranchManager .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
    padding: 1em;
}

@media (max-width:1024px) {
    main#booker_ContactPage_ContactBranchManager .form-col input.small-input {
        width: 100%;
    }
}

@media (max-width: 991px) {
    main#booker_ContactPage_ContactBranchManager .manager-col a {
        position: static;
    }

    main#booker_ContactPage_ContactBranchManager .form-col {
        padding-top: 0;
        border-left: 0;
    }

    main#booker_ContactPage_ContactBranchManager .form-col input {
        width: 100% !important;
    }

    main#booker_ContactPage_ContactBranchManager .row {
        padding: 1rem;
    }

    main#booker_ContactPage_ContactBranchManager .form-col p:nth-child(1) {
        padding-top: 1em;
        border-top: 1px solid #E5E5E5;
    }
}

@media (max-width: 500px) {
    main#booker_ContactPage_ContactBranchManager .form-col .d-block {
        width: 100%;
    }

    main#booker_ContactPage_ContactBranchManager .form-col {
        padding: 0;
    }
}

/*BOOKER_ContactPage_ContactBranchManager_EmailSent */
main#booker_contactBranchManager_EmailSent {
    margin-left: auto;
    margin-right: auto;
}

main#booker_contactBranchManager_EmailSent .email-sent {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    padding: 1em 5em;
}

main#booker_contactBranchManager_EmailSent .email-sent h2 {
    color: #062F6E;
}

main#booker_contactBranchManager_EmailSent .email-sent .buttons {
    height: 2.3em;
}

main#booker_contactBranchManager_EmailSent .email-sent .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_contactBranchManager_EmailSent .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
    padding: 1em 5em;
}

@media (max-width: 991px) {
    main#booker_contactBranchManager_EmailSent {
        width: 90%;
    }

    main#booker_contactBranchManager_EmailSent .footer-buttons {
        padding: 1em;
    }

    main#booker_contactBranchManager_EmailSent .email-sent {
        padding: 1rem;
    }
}

@media (max-width: 638px) {

    main#booker_contactBranchManager_EmailSent .buttons .btn,
    main#booker_contactBranchManager_EmailSent .footer-buttons .btn {
        width: 100%;
    }

    main#booker_contactBranchManager_EmailSent .footer-buttons .x {
        margin-top: 1em !important;
    }
}

@media (max-width: 590px) {
    main#booker_contactBranchManager_EmailSent {
        width: 95%;
    }
}

@media (max-width: 500px) {
    main#booker_contactBranchManager_EmailSent .footer-buttons .mr-3 {
        margin-right: 0rem !important;
    }
}

/*BOOKER_Customer_Feedback*/

#booker_Customer_Feedback .customer-feedback {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

#booker_Customer_Feedback .customer-feedback h2 {
    color: #062F6E !important;
}

#booker_Customer_Feedback .customer-feedback .input-number-label {
    width: 40px;
    margin-right: 1.25em;
}

#booker_Customer_Feedback .customer-feedback .buttons .btn {
    background-color: #51AF39 !important;
    color: white;
    float: right;
}

#booker_Customer_Feedback .customer-feedback .buttons .grey-btn {
    background-color: #DCDCDC !important;
    color: grey;
    float: right;
}

#booker_Customer_Feedback .customer-feedback textarea {
    margin-bottom: 1em;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    width: 100%;
}

#booker_Customer_Feedback .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

html[data-useragent*='Edge/17.17134'] .checkmark::after {
    top: 3.5px;
}

@media (max-width: 991px) {
    #booker_Customer_Feedback {
        width: 90%;
    }

    #booker_Customer_Feedback .footer-buttons,
    #booker_Customer_Feedback .customer-feedback {
        padding: 1em;
    }
}

@media (max-width: 667px) {
    main#booker_Customer_Feedback .customer-feedback .radiobuttons {
        height: 2em;
    }
}

@media (max-width: 480px) {
    #booker_Customer_Feedback {
        width: 95%;
    }

    #booker_Customer_Feedback .customer-feedback {
        padding: 1em 1em;
    }
}

@media (max-width: 375px) {
    html[data-useragent*='Edge/17.17134'] #booker_Customer_Feedback .customer-feedback .input-number-label {
        width: 34px;
    }

    html[data-useragent*='Edge/17.17134'] #booker_Customer_Feedback .customer-feedback .col-sm .radio-input {
        padding-left: 30px;
    }
}

@media (max-width: 360px) {
    #booker_Customer_Feedback .customer-feedback .input-number-label {
        width: 35px;
    }

    #booker_Customer_Feedback .customer-feedback .col-sm .radio-input {
        padding-left: 31px;
    }

    html[data-useragent*='Edge/17.17134'] #booker_Customer_Feedback .customer-feedback .input-number-label {
        width: 32px;
    }

    html[data-useragent*='Edge/17.17134'] #booker_Customer_Feedback .customer-feedback .col-sm .radio-input {
        padding-left: 28.5px;
    }
}

@media (max-width: 350px) {
    #booker_Customer_Feedback {
        width: 95%;
    }
}

@media(max-width:320px) {
    #booker_Customer_Feedback .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    #booker_Customer_Feedback .col-sm {
        padding-left: 0px !important;
    }

    html[data-useragent*='Edge/17.17134'] #booker_Customer_Feedback .customer-feedback .input-number-label {
        width: 33px;
    }

    html[data-useragent*='Edge/17.17134'] #booker_Customer_Feedback .customer-feedback .col-sm .radio-input {
        padding-left: 29px;
    }
}

/*booker booker_customerFeedback_formSent*/
main#booker_customerFeedback_formSent {
    margin-left: auto;
    margin-right: auto;
}

main#booker_customerFeedback_formSent .form-sent {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    padding: 1em 5em;
}

main#booker_customerFeedback_formSent .form-sent h2 {
    color: #062F6E;
}

main#booker_customerFeedback_formSent .form-sent .buttons {
    height: 2.3em;
}

main#booker_customerFeedback_formSent .form-sent .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_customerFeedback_formSent .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
    padding: 1em 5em;
}

@media (max-width: 991px) {
    main#booker_customerFeedback_formSent {
        width: 90%;
    }

    main#booker_customerFeedback_formSent .form-sent {
        padding: 1em;
    }

    main#booker_customerFeedback_formSent .footer-buttons {
        padding: 1rem;
    }
}

@media (max-width: 638px) {

    main#booker_customerFeedback_formSent .buttons .btn,
    main#booker_customerFeedback_formSent .footer-buttons .btn {
        width: 100%;
    }

    main#booker_customerFeedback_formSent .footer-buttons .x {
        margin-top: 1em !important;
    }
}

@media (max-width: 590px) {
    main#booker_customerFeedback_formSent {
        width: 95%;
    }
}

@media (max-width: 500px) {
    main#booker_customerFeedback_formSent .footer-buttons .mr-3 {
        margin-right: 0rem !important;
    }
}

/*BOOKER_Export_Enquiries*/
#booker_ExportEnquiries {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

#booker_ExportEnquiries .export-enquiries {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

#booker_ExportEnquiries .export-enquiries h2 {
    color: #062F6E;
}

main#booker_ExportEnquiries .export-enquiries .col-6 label {
    margin-left: auto;
    margin-right: 0;
    max-width: 20em;
}

#booker_ExportEnquiries .export-enquiries input {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

#booker_ExportEnquiries .export-enquiries .label-info {
    font-size: 12px;
}

#booker_ExportEnquiries .export-enquiries textarea {
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    width: 100%;
}

#booker_ExportEnquiries .export-enquiries .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

#booker_ExportEnquiries .export-enquiries .buttons .grey-btn {
    background-color: #DCDCDC;
    color: grey;
    float: right;
}

#booker_ExportEnquiries .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

#booker_ExportEnquiries .col-form-labelTextArea {
    padding-top: calc(3.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

@media (max-width: 991px) {
    #booker_ExportEnquiries {
        width: 90%;
    }

    #booker_ExportEnquiries .export-enquiries {
        padding: 1em;
    }

    #booker_ExportEnquiries .footer-buttons {
        padding: 1em;
    }
}

@media (max-width: 767px) {}

@media (max-width: 500px) {
    #booker_ExportEnquiries .footer-buttons .x {
        margin-top: 1rem;
    }
}

@media (max-width: 480px) {
    #booker_ExportEnquiries {
        width: 95%;
    }

    #booker_ExportEnquiries .export-enquiries input {
        width: 100%;
    }

    #booker_ExportEnquiries .col-12 {
        max-width: 100% !important;
    }
}

@media (max-width: 450px) {
    #booker_ExportEnquiries .titulo {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 375px) {
    #booker_ExportEnquiries .titulo {
        font-size: 1.3rem !important;
    }
}

@media (max-width: 320px) {
    #booker_ExportEnquiries .titulo {
        font-size: 1.1rem !important;
    }

    #booker_ExportEnquiries label {
        font-size: 14px;
    }
}

/*booker booker_exportEnquiries_dataSent*/
main#booker_exportEnquiries_dataSent {
    margin-left: auto;
    margin-right: auto;
}

main#booker_exportEnquiries_dataSent .data-sent {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    padding: 1em 5em;
}

main#booker_exportEnquiries_dataSent .data-sent h2 {
    color: #062F6E;
}

main#booker_exportEnquiries_dataSent .data-sent .buttons {
    height: 2.3em;
}

main#booker_exportEnquiries_dataSent .data-sent .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_exportEnquiries_dataSent .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
    padding: 1em 5em;
}

@media (max-width: 991px) {
    main#booker_exportEnquiries_dataSent {
        width: 90%;
    }

    main#booker_exportEnquiries_dataSent .data-sent {
        padding: 1em;
    }

    main#booker_exportEnquiries_dataSent .footer-buttons {
        padding: 1rem;
    }
}

@media (max-width: 638px) {

    main#booker_exportEnquiries_dataSent .footer-buttons .btn,
    main#booker_exportEnquiries_dataSent .buttons .btn {
        width: 100%;
    }

    main#booker_exportEnquiries_dataSent .footer-buttons .x {
        margin-top: 1em !important;
    }
}

@media (max-width: 590px) {
    main#booker_exportEnquiries_dataSent {
        width: 95%;
    }
}

@media (max-width: 500px) {
    main#booker_exportEnquiries_dataSent .footer-buttons .mr-3 {
        margin-right: 0rem !important;
    }
}

/*BOOKER_Invoices_PDFServerNotResponding*/

main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding {
    padding: 2em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding .blank_row {
    height: 20px !important;
}

main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding h2 {
    color: #062F6E;
}

main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding table {
    width: 100%;
}

main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding table.padding-table th,
main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding table.padding-table td {
    padding: 0.5em
}

main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding .buttons {
    text-align: center
}

main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding .buttons .btn {
    background-color: #51AF39;
    color: white;
    margin-bottom: 0.5em;
}

@media (max-width: 1536px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding .col {
        padding-right: 0px !important;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding .col-12 {
        padding-right: 0px !important;
    }
}

@media (max-width: 1440px) {
    main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding .col {
        padding-right: 0px !important;
    }

    main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding .col-12 {
        padding-right: 0px !important;
    }
}

@media (max-width: 1280px) {

    html[data-useragent*='Edge/17.17134'] main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding table.padding-table th,
    html[data-useragent*='Edge/17.17134'] main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding table.padding-table td {
        padding: 0.3em;
    }
}

@media (max-width: 991px) {
    main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding {
        padding: 2em 2em;
    }
}

@media (max-width: 823px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding .btn {
        font-size: 15px;
    }
}

@media (max-width:768px) {
    main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding [class*=col] {
        padding: 0 !important;
    }
}

@media (max-width:766px) {
    main#booker_Invoices_PDFServerNotResponding .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width:575px) {

    main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding table.padding-table th,
    main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding table.padding-table td {
        padding: 0em;
    }
}

@media (max-width: 480px) {
    main#booker_Invoices_PDFServerNotResponding {
        width: 95%;
    }

    main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding {
        padding: 2em 0.5em;
    }
}

@media (max-width: 414px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 350px) {
    main#booker_Invoices_PDFServerNotResponding {
        width: 95%;
    }
}

@media(max-width:361px) {
    main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding .buttons .btn {
        width: 100%;
    }

    main#booker_Invoices_PDFServerNotResponding .invoices-pdfservernotresponding .buttons .ml-2 {
        margin-left: 0 !important;
    }
}

/*BOOKER_Previous_Central_Billing_Invoices*/
main#booker_Previous_Central_Billing_Invoices {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices h2 {
    color: #062F6E;
}

main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices table {
    width: 100%;
}

main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices table thead tr {
    border-bottom: 1px solid #333333;
}

main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices table thead tr th {
    font-weight: 900;
}

main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices table tbody tr {
    border-bottom: 1px solid #E3E3E3;
}

main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices table thead tr th,
main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices table tbody tr td {
    padding: 0.25em 0.5em;
}

main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices table tbody .fa-file-pdf {
    color: red;
}

main#booker_Previous_Central_Billing_Invoices .buttons {
    text-align: center;
    padding: 1em;
    border: 1px solid #EFEFEF;
    border-top: 0;
}

main#booker_Previous_Central_Billing_Invoices .buttons .btn {
    background-color: #00BDF7;
    color: white;
}

@media (max-width: 1100px) {
    main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices {
        padding: 1em 1em;
    }
}

@media (max-width: 991px) {
    main#booker_Previous_Central_Billing_Invoices {
        width: 90%;
    }

    main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices .content-desktop {
        display: none;
    }

    main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices .content-mobile {
        display: block !important;
    }

    main#booker_Previous_Central_Billing_Invoices .hide-small-devices {
        display: none;
    }
}

@media (max-width: 667px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Central_Billing_Invoices h2 {
        font-size: 1.8rem;
    }
}

@media(max-width:586px) {
    main#booker_Previous_Central_Billing_Invoices .buttons {
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    main#booker_Previous_Central_Billing_Invoices .x {
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    main#booker_Previous_Central_Billing_Invoices {
        width: 95%;
    }

    main#booker_Previous_Central_Billing_Invoices .previous-central-billing-invoices {
        padding: 1em 1em;
    }

    main#booker_Previous_Central_Billing_Invoices .buttons {
        padding: 1em 1em 0em 1em;
    }
}

@media (max-width: 414px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Central_Billing_Invoices table th {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Central_Billing_Invoices h2 {
        font-size: 2rem;
    }
}

@media (max-width: 376px) {

    html[data-useragent*='rv:73.0'] main#booker_Previous_Central_Billing_Invoices .buttons .btn,
    html[data-useragent*='rv:72.0'] main#booker_Previous_Central_Billing_Invoices .buttons .btn {
        width: 100%
    }
}

@media (max-width: 375px) {
    main#booker_Previous_Central_Billing_Invoices .buttons .btn {
        width: 100%
    }

    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Central_Billing_Invoices table th {
        font-size: 12px;
    }
}

@media (max-width:360px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Central_Billing_Invoices table th {
        font-size: 11px;
    }
}

@media (max-width: 320px) {
    main#booker_Previous_Central_Billing_Invoices .tit {
        font-size: 20px !important;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Central_Billing_Invoices table th {
        font-size: 10px;
    }
}

/*BOOKER_Previous_Direct_Delivered_Invoices_Summary*/
main#booker_Previous_Direct_Delivered_Invoices_Summary .previous-direct-delivered-invoices-summary {
    padding: 1em 5em;
}

main#booker_Previous_Direct_Delivered_Invoices_Summary .footer-buttons {
    padding: 1em 5em;
}

main#booker_Previous_Direct_Delivered_Invoices_Summary .previous-direct-delivered-invoices-summary {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_Previous_Direct_Delivered_Invoices_Summary .previous-direct-delivered-invoices-summary h2 {
    color: #062F6E;
}

main#booker_Previous_Direct_Delivered_Invoices_Summary .previous-direct-delivered-invoices-summary .buttons {
    height: 2em;
}

main#booker_Previous_Direct_Delivered_Invoices_Summary .previous-direct-delivered-invoices-summary .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#booker_Previous_Direct_Delivered_Invoices_Summary .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

@media (max-width: 991px) {
    main#booker_Previous_Direct_Delivered_Invoices_Summary {
        width: 90%;
    }

    main#booker_Previous_Direct_Delivered_Invoices_Summary .previous-direct-delivered-invoices-summary,
    main#booker_Previous_Direct_Delivered_Invoices_Summary .footer-buttons {
        padding: 1em 1em;
    }
}

@media (max-width: 768px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Direct_Delivered_Invoices_Summary h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    main#booker_Previous_Direct_Delivered_Invoices_Summary {
        width: 95%;
    }

    main#booker_Previous_Direct_Delivered_Invoices_Summary .previous-direct-delivered-invoices-summary,
    main#booker_Previous_Direct_Delivered_Invoices_Summary .footer-buttons {
        padding: 1em 1em;
    }
}

@media (max-width: 414px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Direct_Delivered_Invoices_Summary h2 {
        font-size: 2rem;
    }
}

@media (max-width: 350px) {
    main#booker_Previous_Direct_Delivered_Invoices_Summary {
        width: 95%;
    }
}

@media (max-width: 320px) {
    main#booker_Previous_Direct_Delivered_Invoices_Summary .tit {
        font-size: 20px !important;
    }
}

/*BOOKER_Previous_Invoices*/
main#booker_Previous_Invoices .footer-buttons {
    border: 1px solid #EFEFEF;
}

main#booker_Previous_Invoices .tam {
    font-size: 14px;
}

main#booker_Previous_Invoices .previous-invoices-summary {
    padding: 1em 1em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_Previous_Invoices .previous-invoices-summary h2 {
    color: #062F6E;
}

main#booker_Previous_Invoices .previous-invoices-summary table {
    width: 100%;
}

main#booker_Previous_Invoices .previous-invoices-summary table thead tr {
    border-bottom: 1px solid #333333;
}

main#booker_Previous_Invoices .previous-invoices-summary table thead tr th {
    font-weight: 900;
}

main#booker_Previous_Invoices .previous-invoices-summary table tbody tr {
    border-bottom: 1px solid #E3E3E3;
}

main#booker_Previous_Invoices .previous-invoices-summary table thead tr th,
main#booker_Previous_Invoices .previous-invoices-summary table tbody tr td {
    padding: 0.25em 0.5em;
}

main#booker_Previous_Invoices .previous-invoices-summary table tbody .fa-file-pdf {
    color: red;
}

main#booker_Previous_Invoices .buttons {
    text-align: center;
    border: 1px solid #EFEFEF;
    border-top: 0;
    padding: 1em 5em;
}

main#booker_Previous_Invoices .buttons .btn {
    background-color: #51AF39;
    color: white;
}

main#booker_Previous_Invoices .previous-invoices-summary table .w1 {
    width: 10%;
}

main#booker_Previous_Invoices .previous-invoices-summary table .w2 {
    width: 9%;
}

main#booker_Previous_Invoices .previous-invoices-summary table .w3 {
    width: 9%;
}

main#booker_Previous_Invoices .previous-invoices-summary table .w4 {
    width: 1%;
}

main#booker_Previous_Invoices .previous-invoices-summary table .w5 {
    width: 9%;
}

main#booker_Previous_Invoices .previous-invoices-summary table .w6 {
    width: 9%;
}

main#booker_Previous_Invoices .previous-invoices-summary table .w7 {
    width: 10%;
}

main#booker_Previous_Invoices .previous-invoices-summary table .w8 {
    width: 9%;
}

main#booker_Previous_Invoices .previous-invoices-summary table .w9 {
    width: 12%;
}

main#booker_Previous_Invoices .previous-invoices-summary table .w10 {
    width: 9%;
}

main#booker_Previous_Invoices .previous-invoices-summary table .w11 {
    width: 9%;
}

main#booker_Previous_Invoices .previous-invoices-summary table .w12 {
    width: 9%;
}

@media (max-width: 1440px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Invoices .previous-invoices-summary table .w5 {
        width: 10%;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Invoices .previous-invoices-summary table .w7 {
        width: 11%;
    }
}

@media (max-width: 1250px) {
    main#booker_Previous_Invoices {
        padding-left: 2em;
        padding-right: 2em;
    }

    main#booker_Previous_Invoices .previous-invoices-summary {
        padding: 1em 1em;
    }
}

@media (max-width:1024px) {

    main#booker_Previous_Invoices .previous-invoices-summary table thead tr th,
    main#booker_Previous_Invoices .previous-invoices-summary table tbody tr td {
        padding: 0.25em 0;
    }
}

@media (max-width: 1100px) {
    main#booker_Previous_Invoices {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    main#booker_Previous_Invoices .previous-invoices-summary {
        padding: 0.5em 0em;
    }
}

@media (max-width: 991px) {
    main#booker_Previous_Invoices {
        padding-left: 2em;
        padding-right: 2em;
    }

    main#booker_Previous_Invoices .previous-invoices-summary {
        padding: 1em 1em;
    }

    main#booker_Previous_Invoices .link-account-reset {
        padding: 2em 2em;
    }

    main#booker_Previous_Invoices .buttons {
        padding: 1em 0.5em;
    }

    main#booker_Previous_Invoices .hide-small-devices {
        display: none;
    }
}

@media (max-width: 667px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Invoices .buttons .btn {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Invoices .buttons .btn {
        font-size: 14px;
    }
}

@media(max-width:639px) {
    main#booker_Previous_Invoices .buttons {
        padding: 1em 0.5em 0em 0.5em;
    }
}

@media (max-width: 568px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Invoices h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    main#booker_Previous_Invoices {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    main#booker_Previous_Invoices .link-account-reset {
        padding: 2em 0.5em;
    }

    main#booker_Previous_Invoices .buttons {
        padding: 1em 0em 0em 0em;
    }
}

@media (max-width: 376px) {

    html[data-useragent*='rv:73.0'] main#booker_Previous_Invoices .buttons .btn,
    html[data-useragent*='rv:72.0'] main#booker_Previous_Invoices .buttons .btn {
        width: 19em !important;
    }
}

@media (max-width: 375px) {
    main#booker_Previous_Invoices .buttons .btn {
        width: 19em !important;
    }
}

@media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Invoices h2 {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 321px) {

    html[data-useragent*='rv:73.0'] main#booker_Previous_Invoices .buttons .btn,
    html[data-useragent*='rv:72.0'] main#booker_Previous_Invoices .buttons .btn {
        width: 16em !important;
    }
}

@media (max-width: 320px) {
    main#booker_Previous_Invoices .buttons .btn {
        width: 16em !important;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Invoices h2 {
        font-size: 1.2rem !important;
    }
}

/*BOOKER_Previous_Supplier_Invoices*/
main#booker_Previous_Supplier_Invoices {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#booker_Previous_Supplier_Invoices .tam {
    font-size: 14px;
}

main#booker_Previous_Supplier_Invoices .previous-supplier-invoices h2 {
    color: #062F6E;
}

main#booker_Previous_Supplier_Invoices .previous-supplier-invoices {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#booker_Previous_Supplier_Invoices .previous-supplier-invoices table {
    width: 100%;
}

main#booker_Previous_Supplier_Invoices .previous-supplier-invoices table thead tr {
    border-bottom: 1px solid #333333;
}

main#booker_Previous_Supplier_Invoices .previous-supplier-invoices table thead tr th {
    font-weight: 900;
}

main#booker_Previous_Supplier_Invoices .previous-supplier-invoices table tbody tr {
    border-bottom: 1px solid #E3E3E3;
}

main#booker_Previous_Supplier_Invoices .previous-supplier-invoices table thead tr th,
main#booker_Previous_Supplier_Invoices .previous-supplier-invoices table tbody tr td {
    padding: 0.25em 0.5em;
}

main#booker_Previous_Supplier_Invoices .previous-supplier-invoices table tbody .fa-file-pdf {
    color: red;
}

main#booker_Previous_Supplier_Invoices .buttons {
    text-align: center;
    padding: 1em;
    border: 1px solid #EFEFEF;
    border-top: 0;
    padding: 1em 5em;
}

main#booker_Previous_Supplier_Invoices .buttons .btn {
    background-color: #00BDF7;
    color: white;
    margin-bottom: 0.5em
}

@media (max-width: 1600px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Supplier_Invoices table {
        font-size: 14px;
    }
}

@media (max-width: 1536px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Supplier_Invoices table {
        font-size: 16px;
    }
}

@media (max-width: 1366px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Supplier_Invoices table {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Supplier_Invoices table {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    main#booker_Previous_Supplier_Invoices {
        width: 90%;
    }
}

@media (max-width: 991px) {
    main#booker_Previous_Supplier_Invoices .hide-small-devices {
        display: none;
    }
}

@media (max-width: 768px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Supplier_Invoices .buttons .btn {
        font-size: 15px;
    }
}

@media (max-width: 736px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Supplier_Invoices .buttons .btn {
        font-size: 14px;
    }
}

@media(max-width:727px) {
    main#booker_Previous_Supplier_Invoices .buttons :last-child {
        margin-top: 1em;
    }
}

@media (max-width: 667px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Supplier_Invoices .previous-supplier-invoices {
        padding: 1em 3em;
    }
}

@media (max-width: 660px) {
    main#booker_Previous_Supplier_Invoices {
        width: 95%;
    }

    main#booker_Previous_Supplier_Invoices .previous-supplier-invoices {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    main#booker_Previous_Supplier_Invoices .previous-supplier-invoices .ellipsis {
        max-width: 10em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Supplier_Invoices .previous-supplier-invoices {
        padding: 0.5em 0.5em;
    }
}

@media (max-width: 580px) {
    main#booker_Previous_Supplier_Invoices .previous-supplier-invoices .ellipsis {
        max-width: 6em;
    }

    main#booker_Previous_Supplier_Invoices .buttons {
        padding: 1em 0.5em;
    }

    main#booker_Previous_Supplier_Invoices .buttons :last-child {
        margin-top: 0em;
    }
}

@media (max-width: 550px) {
    main#booker_Previous_Supplier_Invoices .margen {
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 414px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Supplier_Invoices h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 376px) {
    main#booker_Previous_Supplier_Invoices .tam {
        font-size: 11px;
    }
}

@media (max-width: 376px) {
    main#booker_Previous_Supplier_Invoices .buttons .btn {
        width: 100%;
    }
}

@media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] main#booker_Previous_Supplier_Invoices .tam {
        font-size: 10px;
    }
}

/*BOOKER_Product_Detail-DirectDelivered*/
/*PREMIER_Central-Billing_Suppliers-Product-detail*/

/*IE11 PREMIER_Central-Billing_Suppliers-Product-detail*/
@media (max-width: 320px) {
    html[data-useragent*='rv:11.0'] main#product_detail .product-main .product-price {
        font-size: 14px;
    }
}

@media (max-width: 568px) {
    html[data-useragent*='rv:11.0'] main#product_detail .alternative-products .product-list .product .product-details {
        font-size: 14px;
    }

    html[data-useragent*='rv:11.0'] main#product_detail .alternative-products .product-list .product .product-details .more-details .w-12 {
        width: 10.5em !important
    }
}

a.all-departments {
    margin-left: 1em;
    color: #3C3C3C;
}

main#product_detail {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80%;
    padding-left: 0px;
    padding-right: 0px;
}

main#product_detail .product-images .product-image {
    position: relative;
    margin-right: 3em;
    border: 2px solid #E4E4E4;
    width: 80%;
}

.product-images .product-image .message {
    position: absolute;
    height: 50px;
    top: 0.75em;
    /*https://getbootstrap.com/docs/4.3/layout/overview/#z-index*/
    z-index: 900;
    pointer-events: none;
}

main#product_detail .product-images .product-image .message-trapezoid {
    border-right: 20px solid transparent;
    height: 0;
    width: 10em;
}

main#product_detail .product-images .product-image .message-trapezoid.red-message {
    border-top: 50px solid #FF0037;
}

main#product_detail .product-images .product-image .message-trapezoid.blue-message {
    border-top: 50px solid #2356AA;
}

main#product_detail .product-images .product-image .message span {
    position: absolute;
    left: 10px;
    top: 0.75em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
}

main#product_detail .product-images .product-image div[class*="arrow-"] {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 3em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #2356AA;
}

main#product_detail .product-images .product-image div.arrow-left {
    left: -1em;
}

main#product_detail .product-images .product-image div.arrow-right {
    right: -1em;
}

main#product_detail .product-images .product-image i[class*="fa-chevron-"] {
    cursor: pointer;
}

main#product_detail .product-images .product-image img {
    width: 100%;
    height: 100%;
}

.product-images .product-image .zoom {
    bottom: 0;
    right: 0;
    background-color: #6ABBF4;
    position: absolute;
    color: white;
    padding: 1em;
    /*https://getbootstrap.com/docs/4.3/layout/overview/#z-index*/
    z-index: 900;
    cursor: pointer;
}

main#product_detail .product-images .product-image .zoom i {
    font-size: 2em;
}

main#product_detail .product-images #categories a {
    text-decoration: underline;
}

main#product_detail .product-images .thumbnails {
    display: flex;
    align-items: baseline;
}

main#product_detail .product-images .thumbnails .thumbnail {
    width: 3em;
    height: 3em;
    cursor: pointer;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}

main#product_detail .product-images .thumbnails .thumbnail img {
    border: 3px solid #E4E4E4;
    width: 100%;
    height: 100%;
}

main#product_detail .product-images .thumbnails .thumbnail .arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #8FBB64;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

main#product_detail .product-images .thumbnails .thumbnail .mz-thumb-selected img {
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
    border-color: #8FBB64 !important;
}

main#product_detail .product-images .thumbnails .thumbnail .mz-thumb-selected .arrow-up {
    display: block !important;
}

main#product_detail .product-main .price-marked {
    color: #3F6BB5;
}

main#product_detail .yellow-message,
main#product_detail .red-message,
main#product_detail .blue-message,
main#product_detail .orange-message {
    position: relative;
    height: 30px;
}

main#product_detail .yellow-message-trapezoid {
    border-top: 30px solid #FFDC50;
    border-right: 10px solid transparent;
    height: 0;
    width: 4em;
}

main#product_detail .yellow-message span,
main#product_detail .orange-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
}

main#product_detail .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 6em;
}

main#product_detail .blue-message span,
main#product_detail .red-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #fff;
    font-weight: 900
}

main#product_detail .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
    width: 6em;
}

main#product_detail .orange-message-trapezoid.w-12 {
    width: 12em;
}

main#product_detail .blue-message-trapezoid {
    border-top: 30px solid #2356AA;
    border-right: 10px solid transparent;
    height: 0;
    width: 6em;
}


main#product_detail .product-main .discount {
    color: red;
    height: 1.5em;
    font-size: 14px;
}

main#product_detail .product-main span.discount del {
    font-weight: 600;
}

main#product_detail .product-main .until {
    font-style: italic;
}

main#product_detail .product-main .product-icons img {
    width: 2em;
    height: 2em;
}

main#product_detail .product-main .product-price {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}

main#product_detail .product-main .product-price .f-icon {
    background-color: #08B9EF;
    color: white;
    border-radius: 15px;
    padding: 0.25em 0.5em;
    font-weight: 900;
    margin-right: 0.25em;
}

main#product_detail .product-main .product-price .price {
    font-size: 20px;
}

main#product_detail .product-main .product-price .color-grey {
    color: #676767;
}

main#product_detail .product-main .product-price .price-breakdown span:nth-child(2) {
    position: absolute;
    left: 3.5em;
}

main#product_detail .product-main .product-price .quantity {
    padding: 1em 0.5em;
    justify-content: center;
}

main#product_detail .product-main .product-price .quantity.buying {
    background-color: #A9E0B9;
}

main#product_detail .product-main .product-price .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
}

main#product_detail .product-main .product-price .quantity input {
    width: 3em;
    height: 3em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: center;
}

main#product_detail .product-main .product-price .add-to-list {
    cursor: pointer;
}

main#product_detail .product-main #product-details p:not(:last-child) {
    color: #676767;
}

main#product_detail .product-cards {
    width: 100%;
}

main#product_detail .product-cards .accordion>.card:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

main#product_detail .product-cards .card-header {
    background-color: white;
    cursor: pointer;
}

main#product_detail .product-cards .card-header .fa-chevron-up {
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

main#product_detail .product-cards .card-header.collapsed .fa-chevron-up {
    transform: rotate(180deg);
}

main#product_detail .punto {
    list-style-type: bull;
}

main#product_detail .subrayado {
    text-decoration: underline;
}

main#product_detail .product-cards #nutrition .nutrition-element {
    min-width: 5em;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: inline-block;
    margin-right: 0.25em;
    margin-bottom: 0.5em;
    padding: 0.25em;
}

main#product_detail .product-cards .nutrition-element.back-grey {
    background-color: #C8C2A8;
}

main#product_detail .product-cards .nutrition-element.back-orange {
    background-color: #E8B13D;
}

main#product_detail .product-cards #nutrition .nutrition-element:not(:first-child) {
    margin-left: -3px;
}

main#product_detail .product-cards .nutrition-element.back-green {
    background-color: #83D350;
}

main#product_detail .product-cards .nutrition-element.back-red {
    background-color: red;
}

main#product_detail .product-cards #nutrition table th,
main#product_detail #nutrition table td {
    border: 1px solid #CCCCCC;
    padding: 0.25em;
}

main#product_detail .product-cards #nutrition table {
    width: 100%;
}

main#product_detail .product-cards .nutrition-element-content {
    height: 5em;
    position: relative;
}

main#product_detail .product-cards .nutrition-element-bottom {
    height: 2em;
    padding-top: 0.2em;
    border-radius: 20px;
    background-color: white;
    margin-top: 1em;
}

main#product_detail .imagenIni {
    margin-left: -0.5em;
}

main#product_detail .imagenIni2 {
    margin-left: -0.4em;
}

main#product_detail .estrella {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
    text-align: right;
    width: 1.5em;
    padding-top: 0.15em;
}

main#product_detail .product-name {
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 1.5em;
    height: 4.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25em;
}

main#product_detail .product-name p {
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25em;
}

main#product_detail .product-list .product .product-img img {
    max-width: 15em;
    max-height: 7em;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

main#product_detail .product-list .product .shop .price-row .wsp {
    color: black;
}

main#product_detail .shopCol.buying {
    background-color: #A9E0B9;
}

main#product_detail input[type="number"]::-webkit-outer-spin-button,
main#product_detail input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

main#product_detail input[type="number"] {
    -moz-appearance: textfield;
}

main#product_detail .product-list .product {
    border: 1px solid #ECECEC;
    padding: 0px;
}

main#product_detail .productDetailsMobileList .product-list .product .product-details .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
}

main#product_detail .productDetailsMobileList .product-list .product .product-details .w-6 {
    width: 6em;
}

main#product_detail .productDetailsMobileList .product-list .product .product-details .discount {
    color: red;
    height: 1.5em;
    font-size: 14px;
}

main#product_detail .productDetailsMobileList .product-list .product .product-details .on-deliveries {
    font-size: 13px;
    flex-direction: row !important;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping [class*='col-']:nth-child(1),
main#product_detail .filaMobile .shopping [class*='col-']:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping .price-row {
    color: #909090;
    position: relative;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping [class*='col-']:nth-child(2) {
    padding-right: 0;
    padding-left: 0.5em;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping,
main#product_detail .filaMobile .product-list .product .shopping {
    height: 100%;
    font-size: 14px;
    width: 25em;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping .prices-and-taxes .price {
    font-size: 20px;
    text-align: right;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping .price {
    position: relative;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping .add-note {
    align-items: flex-end !important;
    padding-right: 1em;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping .list-img,
main#product_detail .productDetailsMobileList .product-list .product .shopping .note-img {
    width: 1.5em;
    height: 1.75em;
    margin-left: -0.25em;
}

main#product_detail .productDetailsMobileList .product-list .product .buying,
main#product_detail .filaMobile .buying {
    background-color: #A9E0B9;
}

main#product_detail.central-billing-product-detail .productDetailsMobileList .product-list .product .buying,
main#product_detail.central-billing-product-detail .filaMobile .buying,
main#product_detail.central-billing-product-detail .product-main .product-price .quantity.buying {
    background-color: #C9C7D9;
}

.plus-minus-container {
    width: 100%;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping .shop,
main#product_detail .filaMobile .shopping .shop {
    margin: 0 auto;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping .quantity,
main#product_detail .filaMobile .shopping .quantity {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
    display: flex;
    align-items: center;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping .quantity input {
    width: 3em;
    height: 3em;
    text-align: center;
    padding-left: 0;
}

main#product_detail .productDetailsMobileList .product-list .product .shopping .fa-star {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 4px;
}

main#product_detail .productDetailsMobileList .product-list .product .alternatives-btn {
    background-color: #00BDF7;
    color: white;
    width: 100%;
}

main#product_detail .productDetailsMobileList .product-list .product .product-details .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
}

main#product_detail .productDetailsMobileList .product-list .product .product-details .w-12 {
    width: 12em;
}

main#product_detail .productDetailsMobileList .product-list .product .product-details .orange-message {
    position: relative;
    height: 30px;
}

main#product_detail .productDetailsMobileList .product-list .product .red-message span,
main#product_detail .productDetailsMobileList .product-list .product .orange-message span,
main#product_detail .productDetailsMobileList .product-list .product .yellow-message span,
main#product_detail .productDetailsMobileList .product-list .product .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    font-weight: 900;
}

main#product_detail .productDetailsMobileList .product-list .product .yellow-message span,
main#product_detail .productDetailsMobileList .product-list .product .orange-message span {
    color: #333333;
}

main#product_detail .productDetailsMobileList .product-list .product-header .exclusive {
    position: absolute;
    left: 0;
    z-index: 1;
}

main#product_detail .product-list .product .red-message span,
main#product_detail .product-list .product .blue-message span {
    color: white;
}

main#product_detail .product-list .product .red-message {
    position: relative;
    height: 30px;
}

main#product_detail .product-list .product .red-message span,
main#product_detail .product-list .product .orange-message span,
main#product_detail .product-list .product .yellow-message span,
main#product_detail .product-list .product .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    font-weight: 900;
}

main#product_detail .product-list .product .product-details .orange-message {
    position: relative;
    height: 30px;
}

main#product_detail .alternative-products .product-list .product .product-details .more-details .w-12 main #product_detail .alternative-products .product-list .product .product-details .more-details .w-12 {
    width: 11em;
}

main#product_detail .product-list .product .product-details .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
}

#show-more-details-mobile {
    display: none;
}

#show-more-details {
    display: block;
}

main#product_detail .filaMobile {
    display: none !important;
}

main#product_detail .alternative-products .product-list .product {
    padding: 0px;
}

main#product_detail .alternative-products .product-list .product.not-available {
    background-color: #EBEBEB;
}

main#product_detail .alternative-products .product-list .product .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
}

main#product_detail .alternative-products .product-list .product .red-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
}

    main#product_detail .alternative-products .product-list .product .blue-message-trapezoid {
        border-top: 30px solid #2356AA;
        border-right: 10px solid transparent;
        height: 0;
        width: 10em;
    }

main#product_detail .alternative-products .product-list .product .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
}

main#product_detail .alternative-products .product-list .product .yellow-message {
    position: relative;
    height: 30px;
}

main#product_detail .alternative-products .product-list .product .yellow-message-trapezoid {
    border-top: 30px solid #FFDC50;
    border-right: 10px solid transparent;
    height: 0;
}

main#product_detail .alternative-products .product-list .product .product-details .yellow-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
}

main#product_detail .alternative-products .product-list .product .product-header .multicolor-message {
    color: white;
    position: relative;
    padding-top: 4px;
}

main#product_detail .alternative-products .product-list .product .product-header .multicolor-message .multicolor-message-red {
    padding: 5px;
    background-color: #ED1C24;
}

main#product_detail .alternative-products .product-list .product .product-header .multicolor-message .multicolor-message-darkgreen {
    padding: 5px;
    background-color: #004338;
}

main#product_detail .alternative-products .product-list .product .product-header .multicolor-message .multicolor-message-green {
    padding: 5px;
    background-color: #41B649;
}

main#product_detail .alternative-products .product-list .product .product-header .multicolor-message .multicolor-message-purple {
    padding: 5px;
    background-color: #400043;
}

main#product_detail .alternative-products .product-list .product .product-header .multicolor-message .triangle-top-left {
    width: 0;
    height: 0;
    border-top: 29px solid #400043;
    border-right: 10px solid transparent;
    padding-top: 5px;
    position: absolute;
    top: 1px;
}

main#product_detail .alternative-products .product-list .product .product-header .product-id {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

main#product_detail .alternative-products .product-list .product .product-header .fa-star {
    top: 2em;
    right: 0.5em;
    position: absolute;
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
}

main#product_detail .alternative-products .product-list .product .product-img {
    height: 8em;
    width: 100%;
    position: relative;
    cursor: pointer;
}

main#product_detail .alternative-products .product-list .product .product-img img {
    max-width: 15em;
    max-height: 7em;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

main#product_detail .alternative-products .product-list .product .product-details {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

main#product_detail .alternative-products .product-list .product .product-details .product-name {
    display: block;
    height: 5em;
    cursor: pointer;
}

main#product_detail .alternative-products .product-list .product .product-details .more-details {
    height: 3em;
}

main#product_detail .alternative-products .product-list .product .product-details .product-name .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
}

main#product_detail .alternative-products .product-list .product .product-details .more-details .w-6 {
    width: 6em;
}

main#product_detail .alternative-products .product-list .product .product-details .more-details .w-8 {
    width: 8em;
}

main#product_detail .alternative-products .product-list .product .product-details .more-details .w-10 {
    width: 10em;
}

main#product_detail .alternative-products .product-list .product .product-details .more-details .w-12 {
    width: 12em;
}

main#product_detail .alternative-products .product-list .product .product-details .more-details .on-deliveries {
    font-size: 13px;
    margin-top: -3px;
}

main#product_detail .alternative-products .product-list .product .product-details .more-details .discount {
    color: red;
    display: block;
    height: 1.5em;
    font-size: 14px;
}

@media (max-width:499px) {
    main#product_detail .alternative-products .product-list .product .product-details .more-details .margin-discount {
        margin-top: 2.9em;
    }
}

main#product_detail .alternative-products .product-list .product .shop .shopping {
    padding: 1em;
    text-align: center;
    position: relative;
}

main#product_detail .alternative-products .product-list .product .shop .shopping .plus-minus-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
}

main#product_detail .alternative-products .product-list .product .shop .shopping .plus-minus-icon i {
    position: absolute;
    left: 0.8em;
    top: 0.75em;
}

main#product_detail .alternative-products .product-list .product .shop .shopping input {
    width: 3em;
    height: 3em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: center;
}

main#product_detail .alternative-products .product-list .product .shop .shopping.buying {
    background-color: #A9E0B9;
}

main#product_detail .alternative-products.related-products-central-billing .product-list .product .shop .shopping.buying {
    background-color: #C9C7D9;
}

main#product_detail .alternative-products .product-list .product .product-details .more-details .alternatives-btn {
    background-color: #00BDF7;
    color: white;
    width: 90%;
    position: absolute;
    bottom: 1em;
}

main#product_detail .alternative-products .product-list .product .shop .shop-prices-row {
    height: 6.5em;
}

main#product_detail .alternative-products .product-list .product .shop .shop-prices-row .add-to-list,
main#product_detail .alternative-products .product-list .product .shop .shop-prices-row .add-note {
    margin-top: -0.25em !important;
}

main#product_detail .alternative-products .product-list .product .shop .add-to-list .list-img,
main#product_detail .alternative-products .product-list .product .shop .add-note .note-img {
    width: 1.5em;
    height: 1.75em;
    margin-left: -0.25em;
}

main#product_detail .alternative-products .product-list .product .shop .price-row {
    color: #909090;
}

main#product_detail .alternative-products .product-list .product .shop .shopping {
    padding: 1em;
    text-align: center;
    position: relative;
}

main#product_detail .alternative-products .product-list .product .shop .shopping .fa-star {
    top: -0.3em;
    right: 0;
    left: -1em;
    position: absolute;
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
}

main#product_detail .alternative-products .product-list .product .shop .shopping .plus-minus-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
}

main#product_detail .alternative-products .product-list .product .shop .shopping .plus-minus-icon i {
    position: absolute;
    left: 0.8em;
    top: 0.75em;
}

main#product_detail .alternative-products .product-list .product .shop .shopping.buying {
    background-color: #A9E0B9;
}

main#product_detail .cardDetails {
    background-color: white;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
    border: 0px solid rgba(0, 0, 0, .125);
    padding: 0em;
}

main#product_detail .mensDetails-desk {
    border: 0px solid rgba(0, 0, 0, .125);
}

main#product_detail .mensDetails {
    padding: 0em;
}

main#product_detail .desplegabledesktop {
    display: block;
}

main#product_detail .desplegableMobile {
    display: none;
}

main#product_detail .product-cards #safetyInformation img {
    max-width: 100%;
}

main#product_detail .product-cards #safetyInformation .safety-information-icons {
    flex-flow: row wrap;
    margin-bottom: 0.5em;
}

@media (max-width:1837px) {
    main#product_detail .product .shop .price-row {
        font-size: 15px;
    }
}

@media (max-width:1366px) {
    html[data-useragent*='Edge/17.17134'] main#product_detail .product-main .product-price .color-grey {
        font-size: 15px;
    }
}

@media (max-width:1199px) {
    main#product_detail {
        width: 90%;
    }
}

@media (max-width: 1120px) {
    main#product_detail .product-list .product .shopping .prices-and-taxes {
        padding-right: 0em;
    }

    main#product_detail .product-list .product .shopping .quantity .plus-minus-icon {
        width: 1.5em;
        height: 1.5em;
        font-size: 12px;
    }
}

@media (max-width: 1090px) {
    main#product_detail {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    main#product_detail .product-images .product-image {
        width: 70%;
        margin-left: 2.5em;
    }

    main#product_detail .product-images .thumbnails {
        margin-left: 2.5em;
    }

    main#product_detail .product-images .product-image .message-trapezoid.red-message {
        border-top: 25px solid #FF0037;
        width: 9.5em;
    }

    main#product_detail .product-images .product-image .message-trapezoid.blue-message {
        border-top: 25px solid #5880E8;
        width: 9.5em;
    }

    main#product_detail .product-images .product-image .message span {
        top: 0em;
    }
}

@media (max-width: 1024px) {
    main#product_detail .product-list .product .shop .price-row .wsp {
        font-size: 22px;
    }

    main#product_detail .desktopRow p {
        font-size: 15px;
    }

    main#product_detail .desktopRow span {
        font-size: 14px;
    }

    main#product_detail .product-list .product .blue-message span {
        left: 0px;
    }

    main#product_detail .product-list .product .blue-message-trapezoid {
        width: 9em !important;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail #nutritionCollapseOne table {
        font-size: 15px;
    }
}

@media (max-width:823px) {
    html[data-useragent*='Edge/17.17134'] main#product_detail .desplegabledesktop .card-header h4 {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {

    main#product_detail .buy-this-product-mobile,
    main#product_detail .product-header-mobile {
        display: none !important;
    }

    main#product_detail .product-list .product .product-header {
        height: 1.5em;
    }

    main#product_detail .buy-this-product,
    main#product_detail .product-header {
        display: block;
    }

    main#product_detail .row.desktopRow {
        display: flex;
    }

    main#product_detail .row.mobileRow,
    main#product_detail .product-list .product .product-details .mobile {
        display: none;
    }

    main#product_detail .product-list .product .shop .price-row .wsp {
        font-size: 25px;
    }

    main#product_detail .row.desktopRow .quantity {
        padding-top: 12px;
    }

    main#product_detail .buy-this-product,
    main#product_detail .product-header {
        display: block;
    }

    main#product_detail .alternatives-btn {
        background-color: #00BDF7;
        color: white;
        width: 100%;
    }

    main#product_detail .productDetailsMobileList {
        display: none !important;
    }

    main#product_detail .productDetailsDesktop {
        display: block;
    }

    main#product_detail .filaMobile .codTit {
        text-align: right;
    }
}

@media (max-width:767.98px) {
    main#product_detail .productDetailsMobileList .product-list .product .shopping .shop {
        margin-right: 0;
    }

    main#product_detail {
        width: 100%;
    }

    main#product_detail .productDetailsMobileList {
        display: block !important;
    }

    main#product_detail .productDetailsDesktop {
        display: none;
    }

    main#product_detail .productDetailsMobileList .product-number-mobile {
        display: flex;
        justify-content: flex-end;
        padding-right: 0.75rem;
    }

    main#product_detail .productDetailsMobileList .product-number-mobile img {
        padding-right: 0.5rem;
    }

    main#product_detail .productDetailsMobileList .buy-this-product,
    main#product_detail .productDetailsMobileList .product-number,
    .case-image {
        display: none !important;
    }

    main#product_detail .productDetailsMobileList .product-list .product .product-image {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    main#product_detail .productDetailsMobileList .buy-this-product,
    main#product_detail .productDetailsMobileList .product-number,
    .case-image {
        display: none !important;
    }

    main#product_detail .productDetailsMobileList .buy-this-product-mobile {
        display: inline-flex;
        margin-bottom: 2em;
        margin-top: 2em;
        margin-right: 1rem;
        width: 100%;
    }

    main#product_detail .productDetailsMobileList .product-list .product .shopping .price-row {
        justify-content: flex-end;
    }

    main#product_detail .productDetailsMobileList .product-list .product .shopping .prices-and-taxes .price {
        font-size: 20px;
        margin-right: 0.5em;
    }

    main#product_detail .productDetailsMobileList .product-list .product .shopping,
    main#product_detail .filaMobile .shopping {
        height: auto;
        width: auto;
    }

    main#product_detail .productDetailsMobileList .product-list .product .shopping .quantity,
    main#product_detail .filaMobile .shopping .quantity {
        display: flex;
    }

    main#product_detail .productDetailsMobileList .product-list .product .shopping .quantity .plus-minus-icon,
    main#product_detail .filaMobile .shopping .quantity .plus-minus-icon {
        width: 2.5em;
        height: 2.5em;
    }

    main#product_detail .productDetailsMobileList i.fas.fa-plus,
    main#product_detail .productDetailsMobileList i.fas.fa-minus,
    main#product_detail .filaMobile i.fas.fa-plus,
    main#product_detail .filaMobile i.fas.fa-minus {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    main#product_detail .productDetailsMobileList .product-list .product .shopping .fa-star {
        position: relative;
        top: unset;
        right: unset;
        align-self: flex-start;
    }

    main#product_detail .productDetailsMobileList .product-list .product .shopping .fa-star {
        right: -1.5em;
    }

    main#product_detail .productDetailsMobileList .product-list .product {
        height: 100%;
        box-shadow: none;
    }

    main#product_detail .filaMobile .codTit {
        text-align: right;
    }

    main#product_detail .filaMobile .price {
        text-align: right;
    }

    main#product_detail .filaMobile .price2 {
        font-size: 20px;
        margin-left: 10.6em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 12.7em;
    }

    main#product_detail .imagenIni {
        margin-left: -0.2em;
    }

    main#product_detail .alternative-products .product-list .product .product-details .product-name {
        height: auto;
    }

    main#product_detail .alternative-products .product-list .fila1 {
        display: none !important;
    }

    main#product_detail .bluebutton {
        width: 100%;
    }

    main#product_detail .complete-your-registration-button {
        background-color: #00BDF7;
        color: white;
        width: 100%;
    }
}

@media (max-width:768px) {
    main#product_detail .product-images .product-image {
        margin-right: auto;
        margin-left: auto;
        width: 15em;
    }

    main#product_detail .product-images .thumbnails {
        justify-content: center;
        width: 15em;
        margin-left: auto;
        margin-right: auto;
    }

    main#product_detail .product-images .thumbnails .last-thumbnail {
        margin-right: 0;
    }

    main#product_detail .filaMobile {
        display: flex !important;
    }

    main#product_detail .filaDesktop {
        display: none !important;
    }

    #show-more-details-mobile {
        display: block !important;
    }

    #show-more-details {
        display: none !important;
    }

    main#product_detail .imagenIni2 {
        margin-left: 12.7em;
    }

    main#product_detail .imagenIni {
        margin-left: -0.2em;
    }

    main#product_detail .filaMobile .price2 {
        font-size: 20px;
        margin-left: 10.6em;
    }

    main#product_detail .filaMobile .price {
        text-align: right;
    }

    main#product_detail .filaMobile .price3 {
        text-align: right;
        margin-right: 0 !important;
        display: block !important;
    }

    main#product_detail .productDetailsMobileList .product-list .product .shopping .quantity .plus-minus-icon,
    main#product_detail .filaMobile .shopping .quantity .plus-minus-icon {
        width: 2.5em;
        height: 2.5em;
    }

    main#product_detail .productDetailsMobileList i.fas.fa-plus,
    main#product_detail .productDetailsMobileList i.fas.fa-minus,
    main#product_detail .filaMobile i.fas.fa-plus,
    main#product_detail .filaMobile i.fas.fa-minus {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    main#product_detail .desplegabledesktop {
        display: none;
    }

    main#product_detail .desplegableMobile {
        display: block;
    }

    main#product_detail .filaMobile .ambient {
        text-align: right;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .imagenIni2 {
        margin-left: 11.5em;
    }
}

@media (max-width:763px) {
    main#product_detail .filaMobile .price2 {
        margin-left: 10.5em;
    }
}

@media (max-width:759px) {
    main#product_detail .filaMobile .price2 {
        margin-left: 10.4em;
    }
}

@media (max-width:756px) {}

@media (max-width:752px) {}

@media (max-width:750px) {}

@media (max-width:746px) {}

@media (max-width:736px) {
    main#product_detail .imagenIni2 {
        margin-left: 11.8em;
    }

    html[data-useragent*='rv:73.0'] main#product_detail .filaMobile .add-note span,
    html[data-useragent*='rv:72.0'] main#product_detail .filaMobile .add-note span {
        width: 30%;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .imagenIni2 {
        margin-left: 10.4em;
    }
}

@media (max-width:731px) {
    main#product_detail .filaMobile .price2 {
        margin-left: 9.7em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 11.6em;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .imagenIni2 {
        margin-left: 10.3em;
    }
}

@media (max-width:700px) {
    main#product_detail .filaMobile .price2 {
        margin-left: 9em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 10.6em;
    }
}

@media(max-width:668px) {

    html[data-useragent*='rv:73.0'] main#product_detail .filaMobile .add-note span,
    html[data-useragent*='rv:72.0'] main#product_detail .filaMobile .add-note span {
        width: 51%;
    }
}

@media (max-width:667px) {
    main#product_detail .filaMobile .price2 {
        margin-left: 8em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 9.6em;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .imagenIni2 {
        margin-left: 8.2em;
    }
}

@media (max-width:650px) {
    main#product_detail .filaMobile .price2 {
        margin-left: 7.7em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 9.1em;
    }
}

@media(max-width:641px) {
    html[data-useragent*="rv:72.0"] main#product_detail .filaMobile .add-note span {
        width: 33%;
    }
}

@media (max-width:640px) {
    main#product_detail .filaMobile .price2 {
        margin-left: 7.4em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 8.8em;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .imagenIni2 {
        margin-left: 7.3em;
    }
}

@media (max-width:600px) {
    main#product_detail .filaMobile .price2 {
        margin-left: 6.5em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 7.5em;
    }
}

@media(max-width:569px) {
    html[data-useragent*="rv:72.0"] main#product_detail .filaMobile .add-note span {
        width: 38%;
    }
}

@media (max-width:568px) {
    main#product_detail .filaMobile .price2 {
        margin-left: 5.7em;
    }

    main#product_detail .product .alternatives-btn {
        font-size: 90%;
    }

    main#product_detail .imagenIni2 {
        margin-left: 6.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .imagenIni2 {
        margin-left: 4.8em;
    }
}

@media (max-width:550px) {
    main#product_detail .filaMobile .price2 {
        margin-left: 5.2em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 6em;
    }
}

@media (max-width:500px) {
    main#product_detail .filaMobile .price2 {
        margin-left: 4em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 4.4em;
    }
}

@media (max-width:450px) {
    main#product_detail .product-main .product-price .quantity input {
        margin-left: 0em;
        margin-right: 0em;
    }

    main#product_detail .alternative-products .product-list .product .product-details .more-details .w-12 {
        width: 10em !important;
    }

    main#product_detail .product-images .product-image {
        width: 18em;
    }

    main#product_detail .product-images .thumbnails {
        margin-left: 0.8em;
    }

    main#product_detail .filaMobile .price2 {
        margin-left: 2.7em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 2.8em;
    }
}

@media(max-width:415px) {
    html[data-useragent*="rv:72.0"] main#product_detail .filaMobile .add-note span {
        width: 100%;
    }
}

@media (max-width:414px) {
    main#product_detail .filaMobile .price2 {
        margin-left: 1.7em;
    }

    main#product_detail .product-images .thumbnails {
        margin-left: -0.25em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 1.7em;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .imagenIni2 {
        margin-left: 1.2em;
    }
}

@media(max-width:412px) {
    html[data-useragent*="rv:72.0"] main#product_detail .filaMobile .add-note span {
        width: 58%;
    }
}

@media(max-width:411px) {
    main#product_detail .alternative-products .product-list .product .shop .shopping .plus-minus-icon i {
        left: 0.7em !important;
    }

    main#product_detail .product-images .thumbnails {
        margin-left: -0.5em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 1.6em;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .imagenIni2 {
        margin-left: 1.1em;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .card-header h4 {
        font-size: 1.3rem;
    }
}

@media (max-width:400px) {}

@media(max-width:376px) {
    html[data-useragent*="rv:72.0"] main#product_detail .filaMobile .add-note span {
        width: 100%;
    }

    html[data-useragent*="rv:72.0"] main#product_detail .imagenIni2 {
        height: 2em;
        margin-left: 0.6em;
    }
}

@media (max-width:375px) {
    main#product_detail .col-12 {
        padding-right: 0px;
        padding-left: 0px;
    }

    main#product_detail .alternative-products .product-list .product .shop .shopping .plus-minus-icon i {
        left: 0.4em !important;
    }

    main#product_detail .alternative-products .product-list .product .product-img img {
        max-width: 5em !important;
        max-height: 7em !important;
    }

    main#product_detail img {
        width: auto;
    }

    main#product_detail .h5,
    h5 {
        font-size: 1.0rem !important;
    }

    main#product_detail .alternative-products .product-list .product .product-details .more-details .w-12 {
        font-size: 16px;
    }

    main#product_detail .product-images .product-image div[class*="arrow-"] {
        font-size: 2em;
    }

    main#product_detail .productDetailsMobileList .product-list .product .shopping .prices-and-taxes .price {
        font-size: 20px;
    }

    main#product_detail .filaMobile .price2 {
        margin-left: 1.5em;
    }

    main#product_detail .product-images .thumbnails {
        margin-left: -1em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 1.4em;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .imagenIni2 {
        margin-left: 0.9em;
    }
}

@media(max-width:361px) {
    html[data-useragent*="rv:72.0"] main#product_detail .imagenIni2 {
        margin-left: 1.8em;
    }
}

@media (max-width: 360px) {
    main#product_detail .alternative-products .product-list .product .shop .shopping .plus-minus-icon i {
        left: 0.3em !important;
    }

    main#product_detail .filaMobile .price2 {
        margin-left: 1.2em;
    }

    main#product_detail .product-images .thumbnails {
        margin-left: -1.5em;
    }

    main#product_detail .imagenIni2 {
        margin-left: 0.9em;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .imagenIni2 {
        margin-left: 0.4em;
    }
}

@media(max-width:321px) {
    html[data-useragent*='rv:73.0'] main#product_detail h4 html[data-useragent*='rv:72.0'] main#product_detail h4 {
        font-size: 1.4rem !important;
    }

    html[data-useragent*="rv:73.0"] main#product_detail .imagenIni2,
    html[data-useragent*="rv:72.0"] main#product_detail .imagenIni2 {
        margin-left: 0.4em;
    }
}

@media(max-width:320px) {
    main#product_detail .product-images .product-image {
        width: 16em;
    }

    main#product_detail .product-images .thumbnails {
        margin-left: -1.75em;
    }

    main#product_detail h4 {
        font-size: 1.2rem;
    }

    main#product_detail .alternative-products .product-list .product .product-details .yellow-message span {
        left: 5px;
    }

    main#product_detail .alternative-products .product-list .product .product-details .on-deliveries {
        font-size: 13px;
    }

    main#product_detail .alternative-products .product-list .product .product-details .more-details .w-12 {
        width: 9em !important;
    }

    main#product_detail .alternative-products .product-list .product .shop .shopping {
        padding: 1em !important;
    }

    main#product_detail .alternative-products .product-list .product .product-details .more-details .w-6 {
        width: 4em !important;
    }

    main#product_detail .filaMobile .price2 {
        margin-left: 0.2em;
    }

    main#product_detail .midasCode {
        font-size: 15px;
    }

    main#product_detail .estrella {
        padding-top: 0.1em;
    }

    main#product_detail .imagenIni2 {
        margin-left: -0.3em;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .imagenIni2 {
        margin-left: -0.8em;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .midasCode {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .filaMobile p {
        font-size: 14px;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail h4 {
        font-size: 1.2rem !important;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .alternative-products .product-list .product .product-details .on-deliveries {
        font-size: 11px;
    }

    html[data-useragent*='Edge/17.17134'] main#product_detail .productDetailsMobileList .product-list .product .shopping .add-note {
        padding-right: 0.5em;
    }
}

/*BOOKER_Link_Accounts*/
main#linkAccounts {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

main#linkAccounts .link-account-request,
main#booker_linkAccounts .footer-buttons {
    padding: 1em 5em;
}

main#linkAccounts .link-account-request {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#linkAccounts .link-account-request h2 {
    color: #062F6E;
}

main#linkAccounts .link-account-request input {
    max-width: 100%;
}

main#linkAccounts .link-account-request .col-6.label {
    margin-left: auto;
    margin-right: 0;
    max-width: 13em;
}

main#linkAccounts .link-account-request input[type=text] {
    width: 18em;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

main#linkAccounts .link-account-request .buttons {
    height: 2em;
}

main#linkAccounts .link-account-request .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
    width: 8em
}

main#linkAccounts .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

main#linkAccounts .grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
}

@media (max-width: 991px) {
    main#linkAccounts {
        width: 90%;
    }

    main#linkAccounts .link-account-request,
    main#linkAccounts .footer-buttons {
        padding: 1em 2em;
    }
}

@media (max-width: 480px) {
    main#linkAccounts {
        width: 95%;
    }

    main#linkAccounts .link-account-request,
    main#linkAccounts .footer-buttons {
        padding: 1em 0.5em;
    }
}

/*BOOKER_SwitchAccount_popUp*/

#switch-account .modal-body table {
    width: 100%
}

#switch-account .modal-body th {
    font-weight: bold;
}

#switch-account .tamModal {
    max-width: 700px;
}

#switch-account .remove {
    color: red !important;
    cursor: pointer;
}

#switch-account a.switch-user {
    color: #007bff !important;
}

#switch-account .grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
    float: right;
}

@media(max-width:500px) {
    #switch-account .modal-content {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #switch-account .modal-body th {
        font-size: 14px;
    }

    #switch-account .ellipsis {
        max-width: 13em;
    }

    #switch-account {
        padding-right: 0px !important;
    }

    #switch-account .modal-body .custom {
        width: 115px;
    }
}

@media (max-width: 411px) {
    #switch-account .modal-body .custom {
        width: 112px;
    }
}

@media (max-width: 375px) {
    #switch-account .ellipsis {
        max-width: 8em;
    }
}

@media (max-width: 360px) {
    #switch-account .modal-body .custom {
        width: 91px;
    }
}

@media (max-width: 320px) {
    #switch-account .modal-body .custom {
        width: 75px;
    }
}

/*BOOKER_Scanner_Barcode_error_PopUp*/
main#Scanner_Barcode_error {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main#Scanner_Barcode_error .scanner-get-barcodes {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#Scanner_Barcode_error .scanner-get-barcodes h2 {
    color: #062F6E;
}

main#Scanner_Barcode_error .scanner-get-barcodes .buttons {
    height: 2.4em;
}

main#Scanner_Barcode_error .scanner-get-barcodes .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#Scanner_Barcode_error .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
}

main#Scanner_Barcode_error .tituloInformativo {
    background-color: red;
    color: white !important;
}

@media (max-width: 991px) {
    main#Scanner_Barcode_error {
        width: 90%;
    }

    main#Scanner_Barcode_error .scanner-get-barcodes {
        padding: 1em;
    }
}

@media (max-width: 480px) {
    main#Scanner_Barcode_error {
        width: 95%;
    }

    html[data-useragent*='Edge/17.17134'] main#Scanner_Barcode_error h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 350px) {
    main#Scanner_Barcode_error {
        width: 95%;
    }
}

@media (max-width: 320px) {
    main#Scanner_Barcode_error .scanner-get-barcodes h2 {
        margin-top: 0.25rem;
    }
}

/*BOOKER_Scanner_Choose_Your_Scanner*/

main#scannerChoseYourScanner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main#scannerChoseYourScanner .choose-your-scanner {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#scannerChoseYourScanner .choose-your-scanner h2 {
    color: #062F6E;
}

main#scannerChoseYourScanner .choose-your-scanner .scanner-with-label {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
}

main#scannerChoseYourScanner .choose-your-scanner .scanner-with-label>div {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main#scannerChoseYourScanner .choose-your-scanner .scanner-with-label>div>img {
    max-height: 160px
}

main#scannerChoseYourScanner .choose-your-scanner #after-select-buttons .label {
    width: 25em;
}

main#scannerChoseYourScanner .choose-your-scanner .checkmark {
    top: 45% !important;
}

main#scannerChoseYourScanner .choose-your-scanner .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

@media (max-width: 991px) {
    main#scannerChoseYourScanner {
        width: 90%;
    }

    main#scannerChoseYourScanner .choose-your-scanner {
        padding: 2em 2em;
    }
}

@media (max-width: 480px) {
    main#scannerChoseYourScanner {
        width: 95%;
    }

    main#scannerChoseYourScanner .choose-your-scanner {
        padding: 1em 1em;
    }
}

@media (max-width: 375px) {
    main#scannerChoseYourScanner .choose-your-scanner .row .col-6 {
        padding-left: 0px;
    }
}

@media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] main#scannerChoseYourScanner .choose-your-scanner .row .col-6 {
        padding-right: 0px;
    }

    html[data-useragent*='Edge/17.17134'] main#scannerChoseYourScanner .choose-your-scanner .row .col-6 .radio-input {
        padding-left: 28px;
    }
}

@media (max-width: 350px) {
    main#scannerChoseYourScanner {
        width: 95%;
    }
}

@media (max-width: 320px) {
    main#scannerChoseYourScanner .choose-your-scanner .row .col-6 img {
        width: 110%;
    }

    html[data-useragent*='Edge/17.17134'] main#scannerChoseYourScanner .choose-your-scanner .row .col-6 img {
        width: 95%;
    }
}

/*BOOKER_Scanner_cs3000*/
main#scannerCs3000 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main#scannerCs3000 .scanner-page {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#scannerCs3000 .scanner-page h2 {
    color: #062F6E;
}

main#scannerCs3000 .step {
    position: absolute;
    left: -1.5em;
    font-size: 1em;
    border: 2px solid #2356AA;
    width: 1.75em;
    height: 1.75em;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    color: #2356AA;
}

main#scannerCs3000 .scanner-page .buttons .btn {
    background-color: #51AF39;
    color: white;
}

main#scannerCs3000 .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
}

main#scannerCs3000 .footer-buttons .blue-btn {
    padding-left: 15px;
    padding-right: 18px;
}

@media (max-width: 1112px) {
    main#scannerCs3000 .footer-buttons {
        padding: 1rem 5em;
    }
}

@media (max-width: 1024px) {
    html[data-useragent*='Edge/17.17134'] main#scannerCs3000 .step {
        left: -1.2em;
    }
}

@media (max-width: 991px) {
    main#scannerCs3000 {
        width: 90%;
    }

    main#scannerCs3000 .scanner-page {
        padding: 1em 2em;
    }

    main#scannerCs3000 .footer-buttons {
        padding: 1em 2em;
    }
}

@media (max-width: 568px) {
    html[data-useragent*='Edge/17.17134'] main#scannerCs3000 h2 {
        font-size: 1.8rem;
    }
}

@media (max-width:500px) {
    main#scannerCs3000 .scanner-page .buttons .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    main#scannerCs3000 {
        width: 95%;
    }

    main#scannerCs3000 .scanner-page {
        padding: 1em 1em;
    }

    main#scannerCs3000 .footer-buttons {
        padding: 1em 1em;
    }

    main#scannerCs3000 .items {
        left: 15px;
    }

    main#scannerCs3000 .scanner-image {
        right: 17px;
    }
}

@media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] main#scannerCs3000 .step {
        left: -1em;
    }

    main#scannerCs3000 .step {
        left: -1.1em;
    }

    html[data-useragent*='Edge/17.17134'] main#scannerCs3000 h2 {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 350px) {
    main#scannerCs3000 {
        width: 95%;
    }
}

@media (max-width: 320px) {
    main#scannerCs3000 .scanner-image img {
        width: 130%;
    }

    html[data-useragent*='Edge/17.17134'] main#scannerCs3000 h2 {
        font-size: 1.2rem !important;
    }
}


/*BOOKER_Scanner_OpticonPX20*/
main#scannerOpticonPX20 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main#scannerOpticonPX20 .scanner-page {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#scannerOpticonPX20 .scanner-image {          
    padding:0;
}

main#scannerOpticonPX20 .scanner-image > img {    
    display: block;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
}
   

main#scannerOpticonPX20 .scanner-page h2 {
    color: #062F6E;
}

main#scannerOpticonPX20 .step {
    position: absolute;
    left: -1.5em;
    font-size: 1em;
    border: 2px solid #2356AA;
    width: 1.75em;
    height: 1.75em;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    color: #2356AA;
}

main#scannerOpticonPX20 .scanner-page .buttons .btn {
    background-color: #51AF39;
    color: white;
}

main#scannerOpticonPX20 .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
}

main#scannerOpticonPX20 .footer-buttons .blue-btn {
    padding-left: 15px;
    padding-right: 18px;
}

@media(max-width: 1920px) {
    main#scannerOpticonPX20 .scanner-image > img {
        max-width: 65%;
    }
}

@media (max-width: 1112px) {
    main#scannerOpticonPX20 .footer-buttons {
        padding: 1rem 5em;
    }
}

@media (max-width: 1024px) {
    html[data-useragent*='Edge/17.17134'] main#scannerOpticonPX20 .step {
        left: -1.2em;
    }
}

@media (max-width: 991px) {
    main#scannerOpticonPX20 {
        width: 90%;
    }

    main#scannerOpticonPX20 .scanner-page {
        padding: 1em 2em;
    }

    main#scannerOpticonPX20 .footer-buttons {
        padding: 1em 2em;
    }
}

@media (max-width: 568px) {
    html[data-useragent*='Edge/17.17134'] main#scannerOpticonPX20 h2 {
        font-size: 1.8rem;
    }
}

@media (max-width:500px) {
    main#scannerOpticonPX20 .scanner-page .buttons .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    main#scannerOpticonPX20 .scanner-image > img {
        max-width: 110%;
        max-height: 110%;
    }

    main#scannerOpticonPX20 {
        width: 100%;
    }

    main#scannerOpticonPX20 .scanner-page {
        padding: 1em 1em;
    }

    main#scannerOpticonPX20 .footer-buttons {
        padding: 1em 1em;
    }

    main#scannerOpticonPX20 .items {
        left: 15px;
    }

    main#scannerOpticonPX20 .scanner-image {
        right: 17px;
    }
}

@media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] main#scannerOpticonPX20 .step {
        left: -1em;
    }

    main#scannerOpticonPX20 .step {
        left: -1.1em;
    }

    html[data-useragent*='Edge/17.17134'] main#scannerOpticonPX20 h2 {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 350px) {
    main#scannerOpticonPX20 {
        width: 95%;
    }
}

@media (max-width: 320px) {
    main#scannerOpticonPX20 .scanner-image img {
        width: 130%;
    }

    html[data-useragent*='Edge/17.17134'] main#scannerOpticonPX20 h2 {
        font-size: 1.2rem !important;
    }
}

/*BOOKER_Scanner_GetBarcodes2*/
main#scannerGetBarcodes2 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

main#scannerGetBarcodes2 .scanner-get-barcodes {
    padding: 1em 1em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .availability-label {
    border: 1px solid black;
    border-radius: 2.5px;
    padding: 0.15em 0.3em;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .availability-label.coes {
    background-color: blue;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .availability-label.oe {
    background-color: red;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .availability-label.dd {
    background-color: grey;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view {
    display: none !important;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .color {
    width: 2em;
    height: 1em;
    background-color: yellow;
    border: 1px solid #062F6E;
    border-radius: 2.5px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2px !important;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .textColor {
    height: 1.5em !important;
}

main#scannerGetBarcodes2 .scanner-get-barcodes table {
    width: 100%;
}

main#scannerGetBarcodes2 .scanner-get-barcodes th {
    padding: 0.5em;
}

main#scannerGetBarcodes2 .scanner-get-barcodes th,
main#scannerGetBarcodes2 .scanner-get-barcodes td {
    padding: 0.25em 0.5em;
}

main#scannerGetBarcodes2 .scanner-get-barcodes td .note-img {
    width: 1.5em;
    height: 1.75em;
}

main#scannerGetBarcodes2 .scanner-get-barcodes table thead {
    color: #062F6E;
}

main#scannerGetBarcodes2 .scanner-get-barcodes table thead tr {
    border-bottom: 1px solid gray;
}

main#scannerGetBarcodes2 .scanner-get-barcodes table thead tr th {
    font-weight: 900;
}

main#scannerGetBarcodes2 .scanner-get-barcodes table tbody tr {
    border-bottom: 1px solid #E3E3E3;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .quantity {
    min-width: 8em;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    vertical-align: sub;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .quantity .plus-minus-icon i {
    position: absolute;
    left: 0.2em;
    top: 0.15em;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .quantity input {
    width: 2.5em;
    height: 1.5em;
    margin-left: 0.05em;
    margin-right: 0.05em;
    text-align: center;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .form-custom-select select {
    width: 100%;
    height: 35px;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .accordion {
    border-bottom: 1px solid #979797;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .accordion .card .card-header {
    cursor: pointer;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card-body table thead {
    border-color: #E3E3E3;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view table.table-header {
    margin-left: 1.5rem;
    width: 96%;
    table-layout: fixed;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card,
main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card .card-header {
    border: 0 !important;
    background-color: #FAFAFA;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card .card-header {
    padding-top: 0em;
    padding-bottom: 0em;
    border-bottom: 1px solid #EFEFEF !important;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card .card-header i {
    position: absolute;
    top: 1.25em;
    left: 0.5em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card .card-header.collapsed i {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card .card-header table {
    border-bottom: 1px solid #EFEFEF !important;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card .card-body table.w-auto {
    width: auto !important;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .buttons {
    height: 2.4em;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .table-desktop .add-btn,
main#scannerGetBarcodes2 .scanner-get-barcodes .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .table-desktop .add-btn {
    margin-left: 0.5em;
}

main#scannerGetBarcodes2 .scanner-get-barcodes .small-devices {
    display: none;
}

main .pointer {
    cursor: pointer;
}

main#scannerGetBarcodes2 .form-custom-select {
    width: 5em;
    border: 1px solid #ccc;
    height: 35px;
}

main#scannerGetBarcodes2 .green,
main.mb-5 .green {
    background-color: green;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

main#scannerGetBarcodes2 .green .col-11 {
    max-width: 98%;
    flex: 0 0 98%;
}

/*pedido por Anj*/
#scannerGetBarcode2Ungroup .buying,
#scannerGetBarcodes2 .buying {
    background-color: #A9E0B9;
}

@media(max-width:1701px) {
    main#scannerGetBarcodes2 .green .col-11 {
        max-width: 97%;
        flex: 0 0 97%;
    }
}

@media(max-width:1201px) {
    main#scannerGetBarcodes2 .green .col-11 {
        max-width: 96%;
        flex: 0 0 96%;
    }
}

@media (max-width : 1266px) {
    main#scannerGetBarcodes2 .table-desktop {
        font-size: 0.8rem;
    }
}

@media (max-width : 1100px) {
    main#scannerGetBarcodes2 .scanner-get-barcodes {
        padding: 1em 1em
    }

    main#scannerGetBarcodes2 .table-desktop {
        font-size: 0.9rem;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .table-desktop .hide-iPadPro {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 847px) {
    main#scannerGetBarcodes2 .table-desktop {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {
    main#scannerGetBarcodes2 {
        width: 90%;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .small-devices {
        display: block
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card .card-header i {
        top: 0.75em;
    }
}

@media (max-width : 901) {
    main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view {
        display: block !important;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .table-desktop {
        display: none;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .hide-small-devices {
        display: none;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .buttons {
        height: 2.4em;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card .card-header {
        border-bottom: 0px solid #EFEFEF !important;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes table tbody tr {
        border-bottom: 0px solid #E3E3E3;
    }

    main#scannerGetBarcodes2 .pack {
        padding-left: 1.8em !important;
    }

    main#scannerGetBarcodes2 .form-custom-select {
        margin-left: 1.3em;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view table.table-header {
        margin-left: 0;
        width: 100%;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view table.table-header .first-row {
        margin-left: 1.5rem;
    }
}

@media(max-width:739px) {
    main#scannerGetBarcodes2 .green .col-11 {
        max-width: 95%;
        flex: 0 0 95%;
    }
}

@media(max-width:606px) {
    main#scannerGetBarcodes2 .green .col-11 {
        max-width: 95%;
        flex: 0 0 95%;
    }
}

@media (max-width: 575px) {
    .card-header {
        padding: 0rem 0rem;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card .card-header i {
        top: 0.75em;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view tbody tr td.color-blue {
        padding-left: 2em;
    }
}

@media (max-width: 568px) {

    html[data-useragent*='Edge/17.17134'] main#scannerGetBarcodes2 .scanner-get-barcodes th,
    html[data-useragent*='Edge/17.17134'] main#scannerGetBarcodes2 .scanner-get-barcodes td {
        padding: 0.25em 0.25em;
    }

    main#scannerGetBarcodes2 .green .col-11 {
        max-width: 94%;
        flex: 0 0 94%;
    }
}

@media (max-width: 550px) {

    main#scannerGetBarcodes2 th,
    main#scannerGetBarcodes2 tr,
    main#scannerGetBarcodes2 .green {
        font-size: 14px;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card .card-header i {
        top: 0.5em;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .form-custom-select select {
        font-size: 14px;
    }
}

@media(max-width:546px) {
    main#scannerGetBarcodes2 .green .col-11 {
        max-width: 93%;
        flex: 0 0 93%;
    }
}

@media (max-width: 480px) {
    main#scannerGetBarcodes2 {
        width: 95%;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes {
        padding: 1em 0.5em !important;
    }
}

@media (max-width: 430px) {
    main#scannerGetBarcodes2 .btn {
        font-size: 12px;
    }

    main#scannerGetBarcodes2 th,
    main#scannerGetBarcodes2 tr,
    main#scannerGetBarcodes2 .green {
        font-size: 13px;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card .card-header i {
        font-size: 10px;
        left: 1em;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .form-custom-select select {
        font-size: 10px;
        height: 15px;
    }

    main#scannerGetBarcodes2 .form-custom-select {
        height: 20px;
        margin-left: 1.5em;
        width: 3em;
    }

    main#scannerGetBarcodes2 .form-custom-select::after {
        padding: 0 8px;
    }
}

@media(max-width:379px) {
    main#scannerGetBarcodes2 .green .col-11 {
        max-width: 92%;
        flex: 0 0 92%;
    }

    main#scannerGetBarcodes2 .pack {
        padding-left: 2em !important;
    }
}

@media (max-width: 350px) {
    main#scannerGetBarcodes2 {
        width: 95%;
    }

    main#scannerGetBarcodes2 tr,
    main#scannerGetBarcodes2 th,
    main#scannerGetBarcodes2 .green {
        font-size: 11px;
    }

    main#scannerGetBarcodes2 .btn {
        font-size: 11px;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .buttons {
        height: 2em;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .mobile-view .card .card-header i {
        font-size: 9px;
        left: 1.5em;
    }

    main#scannerGetBarcodes2 .scanner-get-barcodes .form-custom-select select {
        font-size: 11px;
    }

    main#scannerGetBarcodes2 .form-custom-select::after {
        padding: 2px 4px;
    }
}

@media(max-width:334px) {
    main#scannerGetBarcodes2 .green .col-11 {
        max-width: 91%;
        flex: 0 0 91%;
    }
}

/*alineación de títulos de columnas en modo móvil*/
@media(max-width: 414px) {
    main#scannerGetBarcodes2 .product-title {
        width: 46%;
    }
}

@media (min-width: 415px) and (max-width: 768px) {
    main#scannerGetBarcodes2 .product-title {
        width: 51%;
    }
}

/*firefox*/
@media(max-width:361px) {

    html[data-useragent*='rv:73.0'] main#scannerGetBarcodes2 .scanner-get-barcodes th,
    html[data-useragent*='rv:72.0'] main#scannerGetBarcodes2 .scanner-get-barcodes td {
        font-size: 12px;
    }
}

@media(max-width:321px) {

    html[data-useragent*='rv:73.0'] main#scannerGetBarcodes2 .scanner-get-barcodes th,
    html[data-useragent*='rv:72.0'] main#scannerGetBarcodes2 .scanner-get-barcodes td {
        font-size: 11px;
    }
}

/*quitar flechas de input type number*/
main#scannerGetBarcodes2 .scanner-get-barcodes input[type="number"]::-webkit-outer-spin-button,
main#scannerGetBarcodes2 .scanner-get-barcodes input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

main#scannerGetBarcodes2 .scanner-get-barcodes input[type="number"] {
    -moz-appearance: textfield;
}

/*BOOKER_Scanner_GetBarcodes2_ungroup*/
main#scannerGetBarcode2Ungroup .scanner-get-barcodes .buttons .btn.print-btn-color,
main#scannerGetBarcodes2 .buttons .btn.print-btn-color,
main#scannerGetBarcode2Ungroup .print-btn-color,
main#scannerGetBarcodes2 .print-btn-color,
main#booker_orderT .print-btn-color {
    border: 1px solid #2356AA;
    color: #2356AA;
    width: auto;
    box-shadow: none !important;
    background: white
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes td .note-img {
    width: 1.5em;
    height: 1.75em;
}

@media(max-width:700px) {
    main#booker_orderT .print-btn-color {
        width: 100%;
    }
}

main#scannerGetBarcode2Ungroup {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .oeModified {
    width: 2em;
    background-color: red;
    border: 1px solid #062F6E;
    border-radius: 2.5px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3px !important;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .ddModified {
    width: 2em;
    background-color: grey;
    border: 1px solid #062F6E;
    border-radius: 2.5px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3px !important;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes {
    padding: 1em 1em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#scannerGetBarcode2Ungroup .green .col-11 {
    max-width: 98%;
    flex: 0 0 98%;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .availability-label {
    border: 1px solid black;
    border-radius: 2.5px;
    padding: 0.15em 0.3em;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .availability-label.coes {
    background-color: blue;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .availability-label.oe {
    background-color: red;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .availability-label.dd {
    background-color: grey;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view {
    display: none !important;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .color {
    width: 2em;
    height: 1em;
    background-color: yellow;
    border: 1px solid #062F6E;
    border-radius: 2.5px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.1em;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .textColor {
    height: 1.5em !important;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes table {
    width: 100%;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes th,
main#scannerGetBarcode2Ungroup .scanner-get-barcodes td {
    padding: 0.25em 0.5em;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes table thead {
    color: #062F6E;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes table thead tr {
    border-bottom: 1px solid gray;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes table thead tr th,
main#scannerGetBarcode2Ungroup .scanner-get-barcodes table thead tr td {
    font-weight: 900;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes table tbody tr:nth-child(even) {
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .quantity {
    min-width: 8em;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    vertical-align: sub;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .quantity .plus-minus-icon i {
    position: absolute;
    left: 0.18em;
    top: 0.15em;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .quantity input {
    width: 2.5em;
    height: 1.5em;
    margin-left: 0.05em;
    margin-right: 0.05em;
    text-align: center;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .form-custom-select select {
    width: 100%;
    height: 35px;
}

main#scannerGetBarcode2Ungroup .mobile-view .category-name {
    padding-left: 2em;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .table-desktop .product-name p {
    margin-bottom: 0;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .accordion {
    border-bottom: 1px solid #979797;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .accordion .card .card-header {
    cursor: pointer;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card-body table thead {
    border-color: #E3E3E3;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view table.table-header {
    margin-left: 1.5rem;
    width: 95%;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card,
main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card .card-header {
    border: 0 !important;
    background-color: #FAFAFA;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card .card-header {
    padding-top: 0em;
    padding-bottom: 0em;
    border-bottom: 1px solid #EFEFEF !important;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card .card-header i {
    position: absolute;
    top: 1.25em;
    left: 0.5em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card .card-header.collapsed i {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card .card-header table {
    border-bottom: 1px solid #EFEFEF !important;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card .card-body table.w-auto {
    width: auto !important;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .buttons {
    margin-top: 1rem;
    height: 2em;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .table-desktop .add-btn,
main#scannerGetBarcode2Ungroup .scanner-get-barcodes .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .table-desktop .add-btn {
    margin-left: 0.5em;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .small-devices {
    display: none;
}

main .pointer {
    cursor: pointer;
}

main#scannerGetBarcode2Ungroup .form-custom-select {
    width: 5em;
    border: 1px solid #ccc;
    height: 35px;
}

main#scannerGetBarcode2Ungroup .form-custom-select .select {
    height: 35px;
}

main#scannerGetBarcode2Ungroup .category-text,
main#scannerGetBarcodes2 .category-text {
    position: relative;
    left: 8px;
}

main#scannerGetBarcode2Ungroup .green,
main.mb-5 .green {
    background-color: green;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card .card-header {
    border-bottom: 0px solid #EFEFEF !important;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes table tbody tr {
    border-bottom: 0px solid #E3E3E3;
}

@media(max-width: 1701px) {
    main#scannerGetBarcode2Ungroup .green .col-11 {
        max-width: 97%;
        flex: 0 0 97%;
    }
}

@media (max-width: 1440px) {

    html[data-useragent*='Edge/17.17134'] main#scannerGetBarcode2Ungroup .scanner-get-barcodes th,
    html[data-useragent*='Edge/17.17134'] main#scannerGetBarcode2Ungroup .scanner-get-barcodes td {
        padding: 0.25em 0.25em;
    }
}

@media (max-width: 1400px) {
    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .table-desktop .hide-iPadPro {
        display: none;
    }

    main#scannerGetBarcode2Ungroup .product-name {
        width: 53%;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes {
        padding: 1em 1em;
    }
}

@media(max-width: 1201px) {
    main#scannerGetBarcode2Ungroup .green .col-11 {
        max-width: 96%;
        flex: 0 0 96%;
    }
}

@media(min-width: 1100px) {
    main#scannerGetBarcode2Ungroup .table-desktop {
        font-size: 0.9rem;
    }
}

@media(max-width: 1100px) {
    main#scannerGetBarcodes2 .scanner-get-barcodes {
        padding: 1em 1em;
    }
}

@media (max-width: 991px) {
    main#scannerGetBarcode2Ungroup {
        width: 95%;
    }
}

@media(max-width:875px) {
    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .table-desktop .hide-iPad {
        display: none;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes {
        padding: 1em 1em;
    }
}

@media(max-width: 901px) {
    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .table-desktop {
        display: none;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view {
        display: block !important;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .buttons {
        height: 2.4em;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }

    main#scannerGetBarcode2Ungroup .pack {
        padding-left: 1.6em !important;
    }

    main#scannerGetBarcode2Ungroup .form-custom-select {
        margin-left: 1.1em;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view table.table-header {
        margin-left: 0;
        width: 100%;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view table.table-header .first-row {
        margin-left: 1.5rem;
    }
}

@media(max-width: 739px) {
    main#scannerGetBarcode2Ungroup .green .col-11 {
        max-width: 95%;
        flex: 0 0 95%;
    }
}

@media(max-width: 1400px) {
    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .hide-small-devices {
        display: none;
    }

    main#scannerGetBarcode2Ungroup .mobile-view table.table-header {
        width: 95%;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .small-devices {
        display: inline;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card .card-header {
        padding-right: 0.75em !important;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card .card-header i {
        top: 0.5em;
    }

    main#scannerGetBarcode2Ungroup .product-name {
        width: auto;
    }
}

@media(max-width: 606px) {
    main#scannerGetBarcode2Ungroup .green .col-11 {
        max-width: 94%;
        flex: 0 0 94%;
    }
}

@media (max-width: 575px) {
    main#scannerGetBarcode2Ungroup .tam {
        width: 100% !important;
    }

    main#scannerGetBarcode2Ungroup .card-header {
        padding: 0rem 0rem;
    }

    main#scannerGetBarcode2Ungroup .table-body tbody tr td:nth-child(1) {
        padding-left: 1.75em;
    }
}

@media (max-width: 550px) {

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .form-custom-select select,
    main#scannerGetBarcode2Ungroup .green,
    main#scannerGetBarcode2Ungroup th,
    main#scannerGetBarcode2Ungroup tr {
        font-size: 14px;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card .card-header i {
        top: 0.4em;
    }
}

@media(max-width: 516px) {
    main#scannerGetBarcode2Ungroup .green .col-11 {
        max-width: 93%;
        flex: 0 0 93%;
    }
}

@media (max-width: 480px) {
    main#scannerGetBarcode2Ungroup {
        width: 95%;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes {
        padding: 1em 0.5em;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .form-custom-select {
        margin-left: 1em;
    }
}

@media (max-width: 430px) {
    main#scannerGetBarcode2Ungroup .btn {
        font-size: 12px;
    }

    main#scannerGetBarcode2Ungroup .green,
    main#scannerGetBarcode2Ungroup th,
    main#scannerGetBarcode2Ungroup tr {
        font-size: 13px;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card .card-header i {
        font-size: 10px;
        left: 1em;
        top: 0.75em;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .form-custom-select select {
        font-size: 10px;
        height: 15px;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .form-custom-select {
        height: 20px;
        width: 3em;
    }

    main#scannerGetBarcode2Ungroup .form-custom-select::after {
        padding: 0 8px;
    }

    main#scannerGetBarcode2Ungroup .pack {
        padding-left: 1.5em !important;
    }
}

@media(max-width: 379px) {
    main#scannerGetBarcode2Ungroup .green .col-11 {
        max-width: 92%;
        flex: 0 0 92%;
    }

    main#scannerGetBarcode2Ungroup .table-body tbody tr td:nth-child(1) {
        padding-left: 2em;
    }

    main#scannerGetBarcode2Ungroup .pack {
        padding-left: 1.8em !important;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .form-custom-select {
        margin-left: 1.3em;
    }
}

@media (max-width: 360px) {

    html[data-useragent*='Edge/17.17134'] main#scannerGetBarcode2Ungroup .green,
    html[data-useragent*='Edge/17.17134'] main#scannerGetBarcode2Ungroup th,
    html[data-useragent*='Edge/17.17134'] main#scannerGetBarcode2Ungroup tr {
        font-size: 12px;
    }
}

@media (max-width: 350px) {
    main#scannerGetBarcode2Ungroup {
        width: 95%;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .form-custom-select select,
    main#scannerGetBarcode2Ungroup .green,
    main#scannerGetBarcode2Ungroup tr,
    main#scannerGetBarcode2Ungroup th {
        font-size: 11px;
    }

    main#scannerGetBarcode2Ungroup .btn {
        font-size: 11px;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .buttons {
        height: 2em;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .mobile-view .card .card-header i {
        font-size: 9px;
        top: 0.6em;
    }

    main#scannerGetBarcode2Ungroup .scanner-get-barcodes .form-custom-select {
        margin-left: 1.7em;
        width: 4em;
    }

    main#scannerGetBarcode2Ungroup .form-custom-select::after {
        padding: 3px 6px;
    }

    main#scannerGetBarcode2Ungroup .pack {
        padding-left: 2.2em !important;
    }
}

@media(max-width: 334px) {
    main#scannerGetBarcode2Ungroup .green .col-11 {
        max-width: 91%;
        flex: 0 0 91%;
    }

    main#scannerGetBarcode2Ungroup .table-body tbody tr td:nth-child(1) {
        padding-left: 2.5em;
    }
}

/*alineación de títulos de columnas en modo móvil*/
@media(max-width: 375px) {
    main#scannerGetBarcode2Ungroup .product-title {
        width: 46%;
    }
}

@media (min-width: 376px) and (max-width: 414px) {
    main#scannerGetBarcode2Ungroup .product-title {
        width: 55%;
    }
}

@media (min-width: 415px) and (max-width: 568px) {
    main#scannerGetBarcode2Ungroup .product-title {
        width: 57%;
    }
}

@media (min-width: 569px) and (max-width: 640px) {
    main#scannerGetBarcode2Ungroup .product-title {
        width: 60%;
    }
}

@media (min-width: 641px) and (max-width: 667px) {
    main#scannerGetBarcode2Ungroup .product-title {
        width: 62%;
    }
}

@media (min-width: 668px) and (max-width: 736px) {
    main#scannerGetBarcode2Ungroup .product-title {
        width: 66%;
    }
}

@media (min-width: 737px) and (max-width: 768px) {
    main#scannerGetBarcode2Ungroup .product-title {
        width: 68%;
    }
}

/*quitar flechas de input type number*/
main#scannerGetBarcode2Ungroup .scanner-get-barcodes input[type="number"]::-webkit-outer-spin-button,
main#scannerGetBarcode2Ungroup .scanner-get-barcodes input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

main#scannerGetBarcode2Ungroup .scanner-get-barcodes input[type="number"] {
    -moz-appearance: textfield;
}

@media(max-width: 320px) {

    html[data-useragent*='Edge/17.17134'] main#scannerGetBarcode2Ungroup .green,
    html[data-useragent*='Edge/17.17134'] main#scannerGetBarcode2Ungroup th,
    html[data-useragent*='Edge/17.17134'] main#scannerGetBarcode2Ungroup tr {
        font-size: 10px;
    }
}

/*BOOKER_Scanner_kdc100*/

main#scannerKdc100 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main#scannerKdc100 .scanner-page {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#scannerKdc100 .scanner-page h2 {
    color: #062F6E;
}

main#scannerKdc100 .step {
    position: absolute;
    left: -1.5em;
    font-size: 1em;
    border: 2px solid #2356AA;
    width: 1.75em;
    height: 1.75em;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    color: #2356AA;
}

main#scannerKdc100 .scanner-page .buttons .btn {
    background-color: #51AF39;
    color: white;
}

main#scannerKdc100 .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
}

main#scannerKdc100 .footer-buttons .blue-btn {
    padding-left: 15px;
    padding-right: 18px;
}

@media (max-width: 1112px) {
    main#scannerKdc100 .footer-buttons {
        padding: 1rem 5em;
    }
}

@media (max-width: 991px) {
    main#scannerKdc100 {
        width: 90%;
    }

    main#scannerKdc100 .scanner-page {
        padding: 2em 2em;
    }

    main#scannerKdc100 .footer-buttons {
        padding: 1em 2em;
    }
}

@media (max-width: 568px) {
    html[data-useragent*='Edge/17.17134'] main#scannerKdc100 h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 500px) {
    main#scannerKdc100 .buttons .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    main#scannerKdc100 {
        width: 95%;
    }

    main#scannerKdc100 .scanner-page {
        padding: 1em 1em;
    }

    main#scannerKdc100 .footer-buttons {
        padding: 1em 1em;
    }
}

@media (max-width: 375px) {
    main#scannerKdc100 img {
        width: 85%;
    }
}

@media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] main#scannerKdc100 h2 {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 350px) {
    main#scannerKdc100 {
        width: 95%;
    }
}

@media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] main#scannerKdc100 h2 {
        font-size: 1.2rem !important;
    }
}

/*BOOKER_Scanner_Load_Products_From_Scanner*/
main#scannerLoadProduct {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main#scannerLoadProduct .scanner-upload {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#scannerLoadProduct .scanner-upload h2 {
    color: #062F6E;
}

main#scannerLoadProduct .scanner-steps .step {
    position: absolute;
    font-size: 1em;
    border: 2px solid #2356AA;
    width: 1.75em;
    height: 1.75em;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    color: #2356AA;
}

main#scannerLoadProduct .scanner-upload .buttons {
    height: 2em;
}

main#scannerLoadProduct .scanner-upload .buttons .btn {
    background-color: #51AF39;
    color: white;
    padding-left: 60px;
    padding-right: 56px;
}

main#scannerLoadProduct .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
}

@media (max-width: 1365px) {
    main#scannerLoadProduct .scanner-steps .step {
        margin-left: -48px;
    }

    main#scannerLoadProduct .scanner-upload {
        padding-left: calc(5em + 48px);
    }
}

@media(max-width:1199px) {
    main#scannerLoadProduct .footer-buttons {
        padding: 1em 5em;
    }
}

@media (max-width: 1112px) {
    main .footer-buttons {
        padding: 1rem 5em;
    }
}

@media (max-width: 991px) {
    main#scannerLoadProduct {
        width: 90%;
    }

    main#scannerLoadProduct .footer-buttons,
    main#scannerLoadProduct .scanner-upload {
        padding: 1em 3em;
    }

    main .footer-buttons {
        padding: 1rem 3em;
    }

    main#scannerLoadProduct .scanner-steps .step {
        left: 0.75em;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    main#scannerLoadProduct .scanner-upload .buttons .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    main#scannerLoadProduct {
        width: 95%;
    }
}

@media (max-width: 350px) {
    main#scannerLoadProduct {
        width: 95%;
    }

    main#scannerLoadProduct .footer-buttons,
    main#scannerLoadProduct .scanner-upload {
        padding: 1em 2em;
    }

    main#scannerLoadProduct .scanner-steps .step {
        left: 0em;
    }
}

/*BOOKER_Scanner_memory_upgrade*/
main#scannerMemory {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main#scannerMemory .scanner-get-barcodes {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#scannerMemory .scanner-get-barcodes h2 {
    color: #062F6E;
}

main#scannerMemory .scanner-get-barcodes .warning {
    background-color: red;
    color: white;
}

main#scannerMemory .scanner-get-barcodes .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#scannerMemory .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
}

@media (max-width: 991px) {
    main#scannerMemory {
        width: 90%;
    }

    main#scannerMemory .scanner-get-barcodes {
        padding: 2em 2em;
    }
}

@media (max-width: 480px) {
    main#scannerMemory {
        width: 95%;
    }

    main#scannerMemory .scanner-get-barcodes {
        padding: 2em 1em;
    }
}

@media (max-width: 414px) {
    html[data-useragent*='Edge/17.17134'] main#scannerMemory .scanner-get-barcodes .warning {
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    html[data-useragent*='Edge/17.17134'] main#scannerMemory .scanner-get-barcodes .buttons .btn {
        font-size: 15px;
    }
}

@media (max-width: 350px) {
    main#scannerMemory {
        width: 95%;
    }

    main#scannerMemory .scanner-get-barcodes .buttons .btn {
        width: 100%;
    }

    main#scannerMemory .scanner-get-barcodes .buttons .blue-btn {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 1rem;
    }
}

/*BOOKER_Scanner_validateBarcodes*/
main#Scanner_validateBarcode .scanner-get-barcodes {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#Scanner_validateBarcode h2 {
    color: #062F6E;
}

@media (max-width: 991px) {
    main#Scanner_validateBarcode .scanner-get-barcodes {
        padding: 1em 1em;
    }
}

/*BOOKER_Scanner_Print_ProductList*/
main#scannerPrintProductList {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
}

main#scannerPrintProductList .col-content {
    padding: 2em 2em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#scannerPrintProductList .col-content img {
    margin: auto;
    display: block;
    max-width: 100%;
    height: 201px;
}

main#scannerPrintProductList h5 {
    color: #062F6E;
}

main#scannerPrintProductList .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

mmain#scannerPrintProductListain .mobile-view {
    display: none;
}

@media (max-width: 991px) {
    main#scannerPrintProductList {
        width: 90%;
    }

    main#scannerPrintProductList .product-table-col {
        padding: 2em 2em;
    }

    main#scannerPrintProductList .table-desktop {
        display: none !important;
    }

    main#scannerPrintProductList .mobile-view {
        display: block !important;
    }
}

@media (max-width: 767px) {
    main#scannerPrintProductList .col-12:not(:first-child) {
        margin-top: 1em;
    }
}

@media (max-width: 767px) {
    main#scannerPrintProductList .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    main#scannerPrintProductList {
        width: 95%;
    }

    main#scannerPrintProductList .product-table-col {
        padding: 2em 0.5em;
    }
}

@media (max-width: 350px) {
    main#scannerPrintProductList {
        width: 95%;
    }
}

/*BOOKER_Scanner_Print_ProductList_GroupedByShelf*/
main#scannerPrintGroupedByShelf {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main#scannerPrintGroupedByShelf .product-table-col,
main#print-products-grouped .manager-card,
main#print-products-ungrouped .manager-card {
    padding: 1em 1em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#scannerPrintGroupedByShelf .product-table-col table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
}

main#scannerPrintGroupedByShelf .product-table-col table thead tr:last-child {
    border-bottom: 1px solid #333333;
}

main#scannerPrintGroupedByShelf .product-table-col table thead tr th {
    font-weight: 900;
}

main#scannerPrintGroupedByShelf .product-table-col table tbody tr {
    border-bottom: 1px solid #E3E3E3;
}

main#scannerPrintGroupedByShelf .product-table-col table thead tr th,
main#scannerPrintGroupedByShelf .product-table-col table tbody tr td {
    padding: 0.25em 0.5em;
}

main#scannerPrintGroupedByShelf .barcode {
    width: 10em;
    height: 2em;
}

main#scannerPrintGroupedByShelf h2 {
    color: #062F6E;
}

main#scannerPrintGroupedByShelf .buttons {
    height: 2em;
}

main#scannerPrintGroupedByShelf .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#scannerPrintGroupedByShelf .header-buttons,
main#print-products-grouped .header-buttons,
main#print-products-ungrouped .header-buttons {
    border: 1px solid #EFEFEF;
    border-bottom: 0;
    text-align: center;
}

main#scannerPrintGroupedByShelf .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: center;
}

main#scannerPrintGroupedByShelf .small-cell {
    width: 3em;
    max-width: 3em;
}

@media (max-width: 1920px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedByShelf .titulo {
        width: 14%;
    }
}

@media (max-width: 1600px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedByShelf .titulo {
        width: 15%;
    }
}

@media (max-width: 1536px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedByShelf .titulo {
        width: 16%;
    }
}

@media (max-width: 1440px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedByShelf .titulo {
        width: 17%;
    }
}

@media (max-width: 1366px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedByShelf .titulo {
        width: 18%;
    }
}

@media (max-width: 1300px) {
    main#scannerPrintGroupedByShelf .small-cell {
        width: auto !important;
    }
}

@media (max-width: 1280px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedByShelf .titulo {
        width: 19%;
    }
}

@media (max-width: 1120px) {
    main#scannerPrintGroupedByShelf {
        width: 90%;
    }

    main#scannerPrintGroupedByShelf .product-table-col {
        padding: 2em 2em;
    }
}

@media (max-width: 1024px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedByShelf .titulo {
        width: 20%;
    }
}

@media (max-width: 991px) {
    main#scannerPrintGroupedByShelf .hide-small-devices {
        display: none;
    }

    main#scannerPrintGroupedByShelf .mobile-align-right {
        text-align: right !important;
    }
}

@media (max-width:768px) {
    main#scannerPrintGroupedByShelf .header-buttons .btn {
        margin-bottom: 0rem !important;
    }

    main#scannerPrintGroupedByShelf .footer-buttons .btn {
        margin-bottom: 0rem !important;
    }
}

@media (max-width:575px) {
    main#scannerPrintGroupedByShelf .header-buttons .btn {
        width: 100%;
    }

    main#scannerPrintGroupedByShelf .header-buttons .bot1,
    main#scannerPrintGroupedByShelf .footer-buttons .bot1 {
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 480px) {
    main#scannerPrintGroupedByShelf {
        width: 95%;
    }

    main#scannerPrintGroupedByShelf .footer-buttons,
    main#scannerPrintGroupedByShelf .product-table-col {
        padding: 1em 1em;
    }
}

@media (max-width: 414px) {

    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedByShelf .product-table-col table thead tr th,
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedByShelf .product-table-col table tbody tr td {
        padding: 0.25em 0.25em;
    }
}

@media (max-width: 350px) {
    main#scannerPrintGroupedByShelf {
        width: 95%;
    }
}

/*BOOKER_Scanner_Print_ProductList_GroupedUngrouped*/
main#scannerPrintGroupedUngrouped {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main#scannerPrintGroupedUngrouped .product-table-col {
    padding: 1em 1em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#scannerPrintGroupedUngrouped .product-table-col table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
}

main#scannerPrintGroupedUngrouped .product-table-col table thead tr:last-child {
    border-bottom: 1px solid #333333;
}

main#scannerPrintGroupedUngrouped .product-table-col table thead tr th {
    font-weight: 900;
}

main#scannerPrintGroupedUngrouped .product-table-col table tbody tr {
    border-bottom: 1px solid #E3E3E3;
}

main#scannerPrintGroupedUngrouped .product-table-col table thead tr th,
main#scannerPrintGroupedUngrouped .product-table-col table tbody tr td {
    padding: 0.25em 0.5em;
}

main#scannerPrintGroupedUngrouped .barcode {
    width: 10em;
    height: 2em;
}

main#scannerPrintGroupedUngrouped h2 {
    color: #062F6E;
}

main#scannerPrintGroupedUngrouped .buttons {
    height: 2em;
}

main#scannerPrintGroupedUngrouped .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#scannerPrintGroupedUngrouped .header-buttons {
    border: 1px solid #EFEFEF;
    border-bottom: 0;
    text-align: center;
}

main#scannerPrintGroupedUngrouped .footer-buttons,
main#print-products-grouped .footer-buttons,
main#print-products-ungrouped .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: center;
}

main#scannerPrintGroupedUngrouped .small-cell {
    width: 3em;
    max-width: 3em;
}

@media (max-width: 1920px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedUngrouped .titulo {
        width: 14%;
    }
}

@media (max-width: 1600px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedUngrouped .titulo {
        width: 15%;
    }
}

@media (max-width: 1536px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedUngrouped .titulo {
        width: 16%;
    }
}

@media (max-width: 1440px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedUngrouped .titulo {
        width: 17%;
    }
}

@media (max-width: 1366px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedUngrouped .titulo {
        width: 18%;
    }
}

@media (max-width: 1280px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedUngrouped .titulo {
        width: 19%;
    }
}

@media (max-width: 1120px) {
    main#scannerPrintGroupedUngrouped {
        width: 90%;
    }

    main#scannerPrintGroupedUngrouped .product-table-col {
        padding: 2em 2em;
    }
}

@media (max-width: 1024px) {
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedUngrouped .titulo {
        width: 20%;
    }
}

@media (max-width: 991px) {
    main#scannerPrintGroupedUngrouped .hide-small-devices {
        display: none;
    }

    main#scannerPrintGroupedUngrouped .mobile-align-right {
        text-align: right !important;
    }
}

@media (max-width:768px) {
    main#scannerPrintGroupedUngrouped .header-buttons .btn {
        margin-bottom: 0rem !important;
    }

    main#scannerPrintGroupedUngrouped .footer-buttons .btn {
        margin-bottom: 0rem !important;
    }
}

@media (max-width:575px) {
    main#scannerPrintGroupedUngrouped .header-buttons .btn {
        width: 100%;
    }

    main#scannerPrintGroupedUngrouped .header-buttons .bot1,
    main#scannerPrintGroupedUngrouped .footer-buttons .bot1 {
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 480px) {
    main#scannerPrintGroupedUngrouped {
        width: 95%;
    }

    main#scannerPrintGroupedUngrouped .footer-buttons,
    main#scannerPrintGroupedUngrouped .product-table-col {
        padding: 1em 1em;
    }
}

@media (max-width: 414px) {

    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedUngrouped .product-table-col table thead tr th,
    html[data-useragent*='Edge/17.17134'] main#scannerPrintGroupedUngrouped .product-table-col table tbody tr td {
        padding: 0.25em 0.25em;
    }
}

@media (max-width: 350px) {
    main#scannerPrintGroupedUngrouped {
        width: 95%;
    }
}

/*BOOKER_Scanner_USB_Dowload*/
main#scannerUSBupload {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main#scannerUSBupload .tamImg {
    width: 50px;
    height: 40px;
}

main#scannerUSBupload .izquierda {
    float: left;
}

main#scannerUSBupload .alto {
    margin-top: 24px;
}

main#scannerUSBupload .margen {
    margin-right: 10px;
}

main#scannerUSBupload .scanner-get-barcodes {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
}

main#scannerUSBupload .scanner-get-barcodes h2 {
    color: #062F6E;
}

main#scannerUSBupload .scanner-get-barcodes .buttons {
    height: 2em;
}

main#scannerUSBupload .scanner-get-barcodes .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
}

main#scannerUSBupload .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
}

@media (max-width: 991px) {
    main#scannerUSBupload {
        width: 90%;
    }

    main#scannerUSBupload .scanner-get-barcodes {
        padding: 2em 2em;
    }
}

@media (max-width: 480px) {
    main#scannerUSBupload {
        width: 95%;
    }

    main#scannerUSBupload .scanner-get-barcodes {
        padding: 2em 0.5em;
    }
}

@media (max-width: 420px) {
    main#scannerUSBupload h2 {
        font-size: 25px;
    }
}

@media (max-width: 350px) {
    main#scannerUSBupload {
        width: 95%;
    }

    main#scannerUSBupload .tamImg {
        display: block;
        margin: 0 auto;
    }
}

/*BOOKER_Payment_failed*/
#payment .footer-buttons {
    border: 1px solid #EFEFEF !important;
    border-top: 0 !important;
    text-align: right !important;
}

#payment .manage-cards {
    background-color: #FAFAFA !important;
    border: 1px solid #EFEFEF !important;
    ;
    position: relative !important;
    ;
}

#payment .manage-cards h2 {
    color: #062F6E;
}

#payment .warning {
    background-color: #fd003a;
    color: white;
    padding-left: 0.25em;
}

#payment .manage-cards .payfail-text a {
    color: black;
}

#payment .pnotavai-text a {
    color: black;
}

@media(max-width:1199px) {
    main#payment .footer-buttons {
        padding: 1em 5em;
    }
}

@media(max-width:900px) {
    main#payment {
        width: 90% !important;
    }
}

@media(max-width:767px) {
    #payment .manage-cards {
        padding: 1em;
    }

    #payment {
        width: 95%;
    }
}

@media(max-width:480px) {
    #payment .footer-buttons {
        padding: 1em 1em !important;
    }
}

@media (max-width: 415px) {

    html[data-useragent*='rv:73.0'] main#payment,
    html[data-useragent*='rv:72.0'] main#payment {
        margin-top: 4em;
    }
}

@media (max-width: 414px) {
    main#payment {
        margin-top: 4em;
    }

    main#payment {
        width: 95% !important;
    }
}

#payment .margenList {
    margin-left: 1em !important;
}

@media(max-width:414px) {
    #payment .margenList {
        margin-left: 1em !important;
    }
}

/* National Account */
main#national-account {
    width: 15em;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 2em;
    color: #072D5E;
}

@media (max-width: 576px) {
    #trolley-steps .step-text {
        font-size: 12px;
    }

    #user-creation .step-text,
    #trolley-steps .step-text {
        font-size: 12px;
        width: 7em;
    }

    html[data-useragent*='Edge/17.17134'] #trolley-steps .step,
    html[data-useragent*='Edge/17.17134'] #user-creation .step {
        width: 8em;
    }
}

@media (max-width:480px) {

    html[data-useragent*='Edge/17.17134'] #trolley-steps .step,
    html[data-useragent*='Edge/17.17134'] #user-creation .step {
        width: 7em;
    }
}

@media (max-width: 420px) {

    #user-creation .step,
    #trolley-steps .step {
        position: relative;
    }

    html[data-useragent*='Edge/17.17134'] #trolley-steps .step,
    html[data-useragent*='Edge/17.17134'] #user-creation .step {
        width: 6em;
    }

    #trolley-steps .step-text {
        font-size: 12px;
        width: 7em;
    }

    html[data-useragent*='rv:73.0'] #trolley-steps .step-text,
    html[data-useragent*='rv:72.0'] #trolley-steps .step-text {
        left: 1.5em;
    }

    #trolley-steps .step-text:nth-child(4) {
        right: 1em;
    }
}

@media(max-width:376px) {

    html[data-useragent*='rv:73.0'] #user-creation .step,
    #trolley-steps .step,
    html[data-useragent*='rv:72.0'] #user-creation .step,
    #trolley-steps .step {
        position: relative;
    }

    html[data-useragent*='rv:73.0'] #trolley-steps .step-text,
    html[data-useragent*='rv:72.0'] #trolley-steps .step-text {
        left: -0.5em !important;
    }
}

@media (max-width: 375px) {

    #user-creation .step,
    #trolley-steps .step {
        position: relative;
    }
}

@media (max-width: 320px) {

    #user-creation .step,
    #trolley-steps .step {
        position: relative;
    }
}

/* External Page */
#external-page nav:not(.top-strip) #postcode-input {
    width: 20em;
}

#external-page .input-with-icon i {
    color: #2356AA;
}

#external-page input:not(.ui-autocomplete-input),
#external-page .btn:not(.get-location):not(.submitBtn):not(.ty-btn):not(.btn-next) {
    border-radius: 0 !important;
} #external-page main {
    background-color: #F8F8F8;
} #external-page main .category {
    margin-bottom: 1em;
} #external-page main .category .horizontal-separator {
    width: 1.5em;
    border-top: 1px solid #E6E6E6;
    height: 0px;
    margin-top: auto 0.25em;
} #external-page main .category .title h6 {
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: center;
} #external-page main .category .card-image img {
    width: 100%;
} #external-page main .category .card-image {
    flex: 0 0 auto;
} #external-page main .category .categories {
    background-color: white;
}
/* Internal Pages */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
} .internal-page main .nav-buttons>div>div {
    height: 4em;
    background-color: white;
} .nav-buttons .home-nav-button {
    height: 4em;
} .internal-page main .nav-buttons img {
    width: 4em;
} .internal-page main .nav-buttons p {
    font-size: 16px;
}
/* MANAGER CARDS */
.manager-card {
    background-color: white;
    padding: 1em;
    padding-right: 0;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    justify-content: space-between;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
} .manager-card .manager-name {
    font-size: 20px;
} .manager-card a {
    color: black;
    font-weight: 900;
    text-decoration: underline;
} .manager-card-col .manager-card img {
    width: 7em;
} .manager-card .label {
    color: #818181;
    min-width: 70px;
}
/*firefox*/
@media(max-width:321px) {

    html[data-useragent*='rv:73.0'] .manager-card .manager-name,
    html[data-useragent*='rv:72.0'] .manager-card .manager-name {
        font-size: 19px;
    }
} .internal-page main .manager-card {
    height: 100%;
} .internal-page main .manager-card p {
    word-break: break-word;
    word-wrap: break-word;
} #booker-catering main .manager-card {
    background-color: white;
    padding: 1em;
    padding-right: 0 !important
} .internal-page main .manager-card .blue-btn {
    width: 100%;
} #booker-catering main .promo-image {
    border: 1px solid #C4C4C4;
} .internal-page main .promo-image img {
    width: 100%;
} .internal-page main .promo-banner-image {
    width: 100%;
    height: 100%;
} .internal-page .service-banner-image {
    max-width: 100%;
    height: 100%;
} .internal-page main .item-content {
    background-color: white;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
} .internal-page main .item-content p {
    font-weight: 900;
    font-size: 24px;
} .internal-page main .fa-phone-alt, .internal-page main .fa-envelope {
    font-size: 14px;
    color: #2356AA;
} .internal-page main .latest-news ul {
    list-style: none;
    padding-left: 1em;
} .internal-page main .latest-news ul li::before {
    content: "\2022";
    color: #2356AA;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em
} .internal-page main .latest-news .new {
    background-color: white;
    padding: 0.5em;
    font-weight: 900;
} #booker-catering main .latest-news .big {
    font-size: 20px;
} #booker-catering main .latest-news i {
    font-size: 12px;
} #booker-catering .butchery-fruit-veg-row>div>div {
    border: 1px solid #C1C2C7;
    height: 100%;
    padding: 1em;
    background: white;
} #booker-catering .butchery-fruit-veg-row .label {
    color: #8D8D8D;
}
/*booker-catering*/
main#booker-catering {
    padding-left: 5em;
    padding-right: 5em;
    background-color: #F8F8F8
} main#booker-catering .mobile-view {
    display: none;
} .fa-phone-alt {
    font-size: 14px;
    color: #2356AA;
} main#booker-catering .manager-card {
    height: 100%;
    background-color: white;
    padding: 1em;
} main#booker-catering .manager-card .blue-btn {
    width: 100%;
} main#booker-catering .latest-news {
    border: 5px solid white;
    padding: 1em;
    width: auto;
    height: 100%;
} main#booker-catering .latest-news .big {
    font-size: 20px;
} main#booker-catering .latest-news i {
    font-size: 12px;
} main#booker-catering .promo-image {
    border: 1px solid #C4C4C4;
} main#booker-catering .promo-image img {
    width: 100%;
} .butchery-fruit-veg-row>div>div {
    border: 1px solid #C1C2C7;
    height: 100%;
    padding: 1em;
    background: white;
} .butchery-fruit-veg-row .label {
    color: #8D8D8D;
} main#booker-catering .item-content {
    background-color: white;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
} main#booker-catering .item-content p {
    font-weight: 900;
    font-size: 24px;
} @media (max-width: 1920px) {

    /*EDGE*/
    html[data-useragent*='Edge/17.17134'] main#booker-catering .manager-card .col {
        flex-basis: 200px !important;
    }
} @media (max-width: 1680px) {

    /*EDGE*/
    html[data-useragent*='Edge/17.17134'] main#booker-catering .manager-card .col {
        flex-basis: 170px !important;
    }
} @media (max-width: 1600px) {

    /*EDGE*/
    html[data-useragent*='Edge/17.17134'] main#booker-catering .manager-card .col {
        flex-basis: 150px !important;
    }
} @media (max-width: 1536px) {

    /*EDGE*/
    html[data-useragent*='Edge/17.17134'] main#booker-catering .manager-card .col {
        flex-basis: 130px !important;
    }
} @media (max-width: 1440px) {

    /*EDGE*/
    html[data-useragent*='Edge/17.17134'] main#booker-catering .manager-card .col {
        flex-basis: 125px !important;
    }
} @media (max-width: 1366px) {

    /*EDGE*/
    html[data-useragent*='Edge/17.17134'] main#booker-catering .manager-card .col {
        flex-basis: 110px !important;
    }
} @media (max-width: 1280px) {

    /*EDGE*/
    html[data-useragent*='Edge/17.17134'] main#booker-catering .manager-card .col {
        flex-basis: 100px !important;
    }
} @media (max-width: 1250px) {
    main#booker-catering {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 1100px) {
    main#booker-catering {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media (max-width: 1024px) {

    /*EDGE*/
    html[data-useragent*='Edge/17.17134'] main#booker-catering .manager-card .col {
        flex-basis: 80px !important;
    }
} @media (max-width: 991px) {
    main#booker-catering {
        padding-left: 5em;
        padding-right: 5em;
    }

    main#booker-catering .desktop-view {
        display: none !important;
    }

    main#booker-catering .mobile-view {
        display: block !important;
    }
} @media (max-width: 767px) {
    main#booker-catering {
        padding-left: 3em;
        padding-right: 3em;
    }

    .butchery {
        margin-bottom: 1em;
    }

    .butchery,
    .fruit-veg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
} @media (max-width: 500px) {
    main#booker-catering {
        padding-left: 1em;
        padding-right: 1em;
    }
} @media (max-width: 320px) {
    main#booker-catering .mobile-view .boton {
        padding-left: 0em !important;
    }
} .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
} .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    } .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0;
} .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
} .Categories #genericCarousel .carousel-inner {
    padding: 10px;
} main#booker-catering #promo-carousel, main#booker-catering #promo-carousel .carousel-inner, main#booker-catering #promo-carousel .carousel-inner .carousel-item, main#booker-catering #promo-carousel .carousel-inner .carousel-item .promo-image, main#booker-catering #promo-carousel .carousel-inner .carousel-item .promo-image img {
    height: 100%;
} main#booker-catering .carousel-control-next, .carousel-control-prev {
    width: 10%;
} main#booker-catering #nav-carousel .carousel-control-next, main#booker-catering #nav-carousel .carousel-control-prev {
    padding-top: 1.25em !important;
} main#booker-catering .carousel-indicators {
    bottom: -3em;
} main#booker-catering .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #B0B0B0;
} main#booker-catering .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #000000;
}
/*Internet Explorer*/
html[data-useragent*='rv:11.0'] main#booker-catering .desktop-viewold section.mt-md-2 div, html[data-useragent*='rv:11.0'] main#booker-catering .desktop-viewold section#sectorsWeServe div {
    width: 100%;
}
/*+++++++++++++++++++*/
.internal-page main #promo-carousel, .internal-page main #promo-carousel .carousel-inner, .internal-page main #promo-carousel .carousel-inner .carousel-item, .internal-page main #promo-carousel .carousel-inner .carousel-item .promo-image {
    height: 100%;
} .internal-page main .nav-carousel .nav-btn {
    font-size: 35px;
    padding: 1em;
} .internal-page main .nav-carousel .carousel-control-next, .internal-page main .nav-carousel .carousel-control-prev {
    padding-top: 1.25em !important;
} .internal-page main .carousel-control-next, .carousel-control-prev {
    width: 10%;
} .internal-page main .carousel-control-prev-icon, .internal-page main .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
} .internal-page main .carousel-control-next-icon:after {
    content: "\f054";
    font-size: 55px;
    color: #2356AA;
} .internal-page main .carousel-control-prev-icon:after {
    content: "\f053";
    font-size: 55px;
    color: #2356AA;
} .internal-page main .carousel-indicators {
    bottom: -3em;
} .internal-page main .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #B0B0B0;
} .internal-page main .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #000000;
} @media (max-width: 1024px) {
    .internal-page main .nav-buttons p {
        font-size: 13px;
    }
} @media (max-width: 991px) {
    .internal-page .manager-card-mobile {
        padding: 1em;
    }

    .internal-page .offer-row div:nth-child(2) {
        padding-left: 0 !important;
    }

    .internal-page .offer-bottom-row div:nth-child(2) {
        padding-left: 0 !important;
    }
} @media (max-width: 767px) {
    #booker-catering .butchery {
        margin-bottom: 1em;
    }

    #booker-catering .butchery,
    .fruit-veg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* MY ACCOUNT PREFERENCES */
main#myAccountPreference-desktop #previousInvoiceCollapseOne .account-preferences-button {
    margin-bottom: 15px;
} main#myAccountPreference-mobile .card, main#myAccountPreference-desktop .card {
    border-color: #D9D9D9;
} main#myAccountPreference-mobile .card .card-title, main#myAccountPreference-desktop .card .card-title {
    padding: 1rem !important;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 0px;
} main#myAccountPreference-mobile .card .card-title .fa-chevron-up, main#myAccountPreference-desktop .card .card-title .fa-chevron-up {
    display: none;
} main#myAccountPreference-mobile .card .card-body, main#myAccountPreference-desktop .card .card-body {
    padding: 1rem;
} main#myAccountPreference-mobile .card .card-body .btn.bottom-right, main#myAccountPreference-desktop .card .card-body .btn.bottom-right {
    margin-right: 0px;
    margin-left: auto;
    display: block;
} main#myAccountPreference-mobile .card .card-body .btn.bottom-right-absolute, main#myAccountPreference-desktop .card .card-body .btn.bottom-right-absolute {
    position: absolute;
    right: 20px;
    bottom: 20px;
} main#myAccountPreference-mobile .card .card-body .btn.account-preferences-button, main#myAccountPreference-desktop .card .card-body .btn.account-preferences-button {
    background-color: #00BDF7;
    color: white;
    width: 14em;
} main#myAccountPreference-mobile .card .card-body .btn.account-preferences-button.w-100-percent, main#myAccountPreference-desktop .card .card-body .btn.account-preferences-button.w-100-percent {
    width: 100%;
} main#myAccountPreference-mobile .card .card-body .detail-label, main#myAccountPreference-desktop .card .card-body .detail-label {
    color: #AFAFAF;
} main#myAccountPreference-mobile #business-details.card .card-body .detail-label, main#myAccountPreference-desktop #business-details.card .card-body .detail-label {
    min-width: 160px;
    display: inline-block;
} main#myAccountPreference-mobile #login-details.card .card-body .detail-label, main#myAccountPreference-desktop #login-details.card .card-body .detail-label {
    min-width: 100px;
    display: inline-block;
} main#myAccountPreference-mobile #login-details.card .card-body .details, main#myAccountPreference-mobile #business-details.card .card-body .details, main#myAccountPreference-desktop #login-details.card .card-body .details, main#myAccountPreference-desktop #business-details.card .card-body .details {
    padding-left: 2.5rem;
} main#myAccountPreference-mobile .card-body .remove, main#myAccountPreference-desktop .card-body .remove {
    color: red;
    cursor: pointer;
} main#myAccountPreference-mobile .card-body .account, main#myAccountPreference-desktop .card-body .account {
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-around;
} main#myAccountPreference-mobile #previous-invoices-statements.card .card-body .row .col, main#myAccountPreference-desktop #previous-invoices-statements.card .card-body .row .col {
    border: 1px solid #E5E5E5;
} main#myAccountPreference-mobile #previous-invoices-statements.card .card-body .row .col:nth-first-child(1), main#myAccountPreference-desktop #previous-invoices-statements.card .card-body .row .col:nth-first-child(1) {
    border-bottom: 0;
} main#myAccountPreference-mobile #previous-invoices-statements.card .card-body .row>div, main#myAccountPreference-desktop #previous-invoices-statements.card .card-body .row>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #E5E5E5;
} main#myAccountPreference-mobile #previous-invoices-statements.card .card-body .row>div:nth-last-child(1), main#myAccountPreference-desktop #previous-invoices-statements.card .card-body .row>div:nth-last-child(1) {
    border-right: 0 !important;
} main#myAccountPreference-desktop .tamImg, main#myAccountPreference-mobile .tamImg {
    width: 30px;
} main#myAccountPreference-desktop .derecha, main#myAccountPreference-mobile .derecha {
    text-align: right;
} main#myAccountPreference-desktop .izq, main#myAccountPreference-mobile .izq {
    float: left;
} main#myAccountPreference-mobile .card-header .fa-chevron-up, main#myAccountPreference-desktop .card-header .fa-chevron-up {
    position: absolute;
    right: 1em;
    top: 1em;
    transition: all 0.3s ease-out;
} main#myAccountPreference-mobile .card-header.collapsed .fa-chevron-up, main#myAccountPreference-desktop .card-header.collapsed .fa-chevron-up {
    transform: rotate(180deg);
} main#myAccountPreference-mobile .card-header, main#myAccountPreference-desktop .card-header {
    background-color: white;
    cursor: pointer;
} main#myAccountPreference-mobile .card .btn.btn-absolute, main#myAccountPreference-desktop .card .btn.btn-absolute {
    position: absolute;
    bottom: 15px;
    right: 15px;
} main#myAccountPreference-mobile .card .btn.btn-float, main#myAccountPreference-desktop .card .btn.btn-float {
    float: right;
    width: 18em;
} main#myAccountPreference-mobile .card .trading-hours .d-flex, main#myAccountPreference-desktop .card .trading-hours .d-flex {
    position: relative;
} main#myAccountPreference-mobile .card .trading-hours .hours, main#myAccountPreference-desktop .card .trading-hours .hours {
    position: absolute;
    left: 3em;
} main#myAccountPreference-mobile .card .registered-office-postal-address, main#myAccountPreference-desktop .card .registered-office-postal-address {
    border-left: 1px solid #E5E5E5;
} @media (max-width: 1720px) {
    main#myAccountPreference-desktop .card .card-body .btn.account-preferences-button.w-100-percent {
        height: 4em;
    }
} @media (max-width: 1614px) {
    main#myAccountPreference-desktop .card .card-body .btn.account-preferences-button.w-100-percent {
        height: 4em;
    }
} @media (max-width: 1240px) {

    main#myAccountPreference-desktop #business-details.card .btn.bottom-right-absolute,
    main#myAccountPreference-desktop #login-details.card .btn.bottom-right-absolute {
        position: static;
        margin-left: auto;
        margin-right: 20px;
        margin-top: 10px;
        display: grid;
    }
} @media (max-width: 1160px) {
    main#myAccountPreference-desktop .card .card-body .btn.account-preferences-button.w-100-percent {
        height: 6em;
    }
} @media (max-width: 1024px) {
    main#myAccountPreference-desktop .card-body #accounts .row .col-6 span {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] main#myAccountPreference-desktop .card-body #accounts .row .col-6 span {
        font-size: 14px;
    }
} @media (max-width: 991px) {
    main#myAccountPreference-mobile .btn {
        width: 100% !important;
    }

    main#myAccountPreference-mobile #card-payment-details .btn,
    main#myAccountPreference-mobile #spend-and-save-status .btn,
    main#myAccountPreference-mobile #tobacco-track-trace .btn {
        position: static !important;
    }

    main#myAccountPreference-mobile .card .card-title .fa-chevron-up {
        display: inline;
        float: right;
    }

    main#myAccountPreference-mobile .card .card-body .btn.account-preferences-button.w-100-percent {
        height: 4em;
    }

    main#myAccountPreference-mobile .card-body {
        padding: 1em;
    }
} @media (max-width: 900px) {

    main#myAccountPreference-mobile #login-details .details,
    main#myAccountPreference-mobile #business-details .details {
        padding-left: 0rem !important;
    }
} @media (max-width: 768px) {
    main#myAccountPreference-mobile #previous-invoices-statements .row>div {
        padding: 20px 15px;
        border-bottom: 1px solid #E5E5E5 !important;
        border-right: 0 !important;
    }

    main#myAccountPreference-mobile #previous-invoices-statements .row>div:nth-last-child(1) {
        border: 0 !important;
    }

    main#myAccountPreference-mobile .card .card-body .btn.account-preferences-button.w-100-percent {
        height: auto;
    }

    #my-account-preferences h4 {
        font-size: 1.40rem;
    }
} @media (max-width: 575px) {
    #my-account-preferences h4 {
        font-size: 1.30rem;
    }
} @media (max-width: 530px) {
    #my-account-preferences h4 {
        font-size: 1.10rem;
    }
} @media (max-width: 450px) {
    #my-account-preferences h4 {
        font-size: 1rem;
    }
} @media (max-width: 375px) {
    html[data-useragent*='Edge/17.17134'] #my-account-preferences h4 {
        font-size: 0.9rem !important;
    }
} @media (max-width: 365px) {
    #my-account-preferences h4 {
        font-size: 0.9rem;
    }
}
/* CHECKOUT */
/* CHECKOUT STEP 1 */
#checkout-step-1 main .trolley-checkout-content [class*='col-'] .col-content {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 2em 2em 2em 5em;
    height: 100%;
} #checkout-step-1 main .trolley-checkout-content .col-content .step-title {
    position: relative;
} #checkout-step-1 main .trolley-checkout-content .col-content .step-title .step-number {
    position: absolute;
    left: -2.2em;
    top: -0.1em;
    font-size: 1em;
    border: 2px solid #2356AA;
    width: 1.75em;
    height: 1.75em;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    color: #2356AA;
} #checkout-step-1 main .trolley-checkout-content .col-content .check-input label {
    padding-top: 3px;
} #checkout-step-1 main .trolley-checkout-content textarea {
    width: 100%;
    padding: 10px;
} #checkout-step-1 main .trolley-checkout-content input {
    padding: 5px 10px;
    width: 150px;
} #checkout-step-1 main .nav-buttons {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding-right: 15px;
} #checkout-step-1 main .check-input input[type="checkbox"]:disabled~label::before {
    width: auto;
    opacity: 1;
    position: absolute;
    left: 0;
    margin-left: -20px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 24px;
    height: 24px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #CCCCCC;
} @media (max-width: 991px) {
    #checkout-step-1 main .trolley-checkout-content [class*='col-']:not(:last-child) {
        margin-bottom: 15px;
    }
} @media (max-width:768px) {
    #checkout-step-1 main .nav-buttons {
        padding-left: 1em;
        padding-right: 1em;
    }
} @media (max-width: 575px) {
    #checkout-step-1 main .trolley-checkout-content [class*='col-'] .col-content {
        padding: 2em 2em 2em 3em;
    }

    #checkout-step-1 main .nav-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    #checkout-step-1 main .nav-buttons .btn {
        width: 100%;
    }

    #checkout-step-1 main .nav-buttons .green-btn {
        margin-left: 0rem !important;
    }
} @media (max-width:420px) {
    #checkout-step-1 main {
        margin-top: 4em !important;
    }
}
/* CHECKOUT STEP 2 */
.checkout-step2 main {
    margin-top: 0.5em;
} .checkout-step2 main .bigger {
    font-size: 20px;
} .checkout-step2 main .radio-input {
    margin-bottom: 0px !important;
} .checkout-step2 main .last-radio {
    margin-bottom: 1em !important;
} .checkout-step2 main .trolley-checkout-main {
    margin-left: auto;
    margin-right: auto;
} .checkout-step2 main .trolley-checkout-content {
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 0em 6em 1em 6em;
} .checkout-step2 main table {
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
} .checkout-step2 main table thead {
    border-bottom: 1px solid #8095B4;
} .checkout-step2 main table thead .payment-header {
    padding-left: 4.5em;
    width: 40%;
} .checkout-step2 main table thead tr th, .checkout-step2 main table tbody tr td {
    padding: 0.25em;
} .checkout-step2 main table thead tr th {
    font-weight: 900;
    color: #2356AA
} .checkout-step2 main table tbody tr.border-bottom-grey {
    border-bottom: 1px solid #BDBDBD;
} .checkout-step2 main table tbody tr.border-bottom-blue {
    border-bottom: 1px solid #436291;
} .checkout-step2 main table .title {
    font-size: 20px;
    color: #2356AA;
    position: relative;
} .checkout-step2 main .trolley-checkout-buttons {
    border: 1px solid #EFEFEF;
    padding: 1em;
    text-align: right;
} .checkout-step2 main .mobile-view table {
    width: 100%;
    table-layout: fixed;
} .checkout-step2 main .mobile-view .card {
    border: 0 !important;
    border-bottom: 1px solid #EFEFEF !important;
    background-color: #FAFAFA !important;
} .checkout-step2 main .mobile-view .card .card-header {
    background-color: #FAFAFA !important;
} .checkout-step2 main .mobile-view .card .card-header h2 {
    position: relative;
} .checkout-step2 main .mobile-view .card .card-header .btn-link i {
    position: absolute;
    right: 0;
    top: 0.75em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} .checkout-step2 main .mobile-view .card .card-header.collapsed .btn-link i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
} .checkout-step2 main .mobile-view .card-body .border-top {
    border-top: 1px solid #BDBDBD;
} .checkout-step2 main .radio-table-cell {
    min-width: 22em;
    padding-left: 3.5em;
} .checkout-step2 main .total-price.bigger {
    padding-left: 3.5em;
    white-space: nowrap;
} .checkout-step2 main .total-price {
    padding-left: 4.5em;
} .checkout-step2 .radio-input input:checked~.checkmark {
    background-color: #2356AA !important;
    border-color: #2356AA !important;
} #checkout-step2-all-3-options main .mobile-view .total-prices {
    border-top: 1px solid black;
} #checkout-step2-online-ex-collect main .title .green-title {
    color: #419964;
    margin-left: 3.25em;
    position: absolute;
} #checkout-step2-online-ex-collect main .title .orange-title {
    color: #ED6500;
    margin-left: 3.25em;
} #checkout-step2-online-ex-collect main .radio-input {
    margin-left: 1em;
} #checkout-step2-all-3-options .card-body, #checkout-step2-online-ex-collect .card-body {
    padding-right: 0;
    padding-left: 0;
} @media (max-width: 1350px) {
    .checkout-step2 main {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 1240px) {
    .checkout-step2 main {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    html[data-useragent*='Edge/17.17134'] .checkout-step2 .trolley-checkout table {
        font-size: 15px;
    }
} @media (max-width: 991px) {
    #checkout-step2-online-ex-collect main .radio-input {
        margin-left: 0em;
    }

    .checkout-step2 main .mobile-view .card .card-header .btn-link i {
        top: 1em;
    }

    #checkout-step2-online-ex-collect main .title .orange-title,
    #checkout-step2-online-ex-collect main .title .green-title {
        margin-left: 0;
        position: inherit;
        font-size: 16px;
    }
} @media (max-width: 823px) {

    html[data-useragent*='Edge/17.17134'] .checkout-step2 main table thead tr th,
    .checkout-step2 main table tbody tr td {
        padding: 0em;
    }
} @media (max-width: 812px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step2-online-ex-collect .checkmark {
        width: 24px;
        height: 24px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step2-online-ex-collect .radio-input .checkmark:after {
        top: 3px;
        left: 5.5px;
    }
} @media (max-width: 767px) {
    .checkout-step2 main .trolley-checkout-content {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 736px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step2-online-ex-collect .trolley-checkout table {
        font-size: 14px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step2-online-ex-collect .checkmark {
        width: 23px;
        height: 23px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step2-online-ex-collect .radio-input .checkmark:after {
        top: 3px;
        left: 5px;
    }
} @media (max-width: 575px) {
    .checkout-step2 main .trolley-checkout-content {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .checkout-step2 main .trolley-checkout-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    .checkout-step2 main .trolley-checkout-buttons .btn {
        width: 100%;
    }

    .checkout-step2 main .trolley-checkout-buttons .green-btn {
        margin-bottom: 1em;
    }
} @media (max-width: 480px) {

    .checkout-step2 .boton1,
    .checkout-step2 .boton2 {
        width: 100% !important;
    }

    .checkout-step2 main .trolley-checkout-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    .checkout-step2 .boton2 {
        margin-bottom: 1em;
    }
} @media (max-width: 420px) {
    .checkout-step2 main {
        margin-top: 4rem !important;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step2-online-ex-collect .trolley-checkout table {
        font-size: 15px;
    }
} @media (max-width: 360px) {
    .checkout-step2 .card-header {
        padding: 0.75rem 0.75rem 1em 0em;
    }

    .checkout-step2 .card-body td {
        font-size: 12px !important;
    }

    .checkout-step2 .checkmark {
        height: 23px;
        width: 23px;
    }

    .checkout-step2 .radio-input .checkmark:after {
        top: 3px;
        left: 5px;
    }

    html[data-useragent*='Edge/17.17134'] .checkout-step2 .checkmark {
        height: 21px;
        width: 21px;
    }

    html[data-useragent*='Edge/17.17134'] .checkout-step2 .radio-input .checkmark:after {
        top: 2px;
        left: 4px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step2-online-ex-collect .checkmark {
        width: 22px;
        height: 22px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step2-online-ex-collect .radio-input .checkmark:after {
        top: 2px;
        left: 4px;
    }
} @media (min-width: 361px) and (max-width: 475px) {
    .checkout-step2 .card-body td.summary-price {
        font-size: 3.5vw;
    }
} @media (max-width: 320px) {
    .checkout-step2 .card-body {
        padding: 0rem;
    }

    .checkout-step2 main .last-radio-mobile {
        margin-bottom: 1em !important;
    }

    .checkout-step2 main .mobile-view .card .card-header .btn {
        padding-left: 0;
    }

    html[data-useragent*='Edge/17.17134'] .checkout-step2 main .mobile-view .card .card-header .btn span {
        font-size: 15px;
    }
} @media (max-width: 320px) {
    .checkout-step2 .card-body {
        padding: 0rem;
    }

    .checkout-step2 .card-body td {
        font-size: 14px !important;
    }

    #checkout-step2-online-ex-collect main .title .orange-title,
    #checkout-step2-online-ex-collect main .title .green-title {
        font-size: 14px;
    }

    html[data-useragent*='Edge/17.17134'] .checkout-step2 .card-body td {
        font-size: 13px !important;
    }

    .checkout-step2 .checkmark {
        height: 21px;
        width: 21px;
    }

    .checkout-step2 .radio-input .checkmark:after {
        top: 2px;
        left: 4px;
    }

    html[data-useragent*='Edge/17.17134'] .checkout-step2 .checkmark {
        height: 19.5px;
        width: 19.5px;
    }

    html[data-useragent*='Edge/17.17134'] .checkout-step2 .radio-input .checkmark:after {
        top: 1px;
        left: 3px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step2-online-ex-collect .checkmark {
        width: 21px;
        height: 21px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step2-online-ex-collect .radio-input .checkmark:after {
        top: 1px;
        left: 4px;
    }
}
/* CHECKOUT STEP 3 */
#checkout-step3-add-to-account main {
    margin-top: 1.5em;
} #checkout-step3-add-to-account main .add-to-account-main {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} #checkout-step3-add-to-account main .add-to-account-content {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
} #checkout-step3-add-to-account main .add-to-account-content .order-code {
    text-align: right;
    color: #2356AA;
} #checkout-step3-add-to-account main .add-to-account-content .color-blue {
    color: #2356AA;
} #checkout-step3-add-to-account main .add-to-account-content .titles-row {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #DCDCDC;
} #checkout-step3-add-to-account main .add-to-account-content .summary {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
} #checkout-step3-add-to-account main .add-to-account-content .summary .row:nth-last-child(1) {
    font-size: 18px;
} #checkout-step3-add-to-account main .nav-buttons {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding: 1em;
} #checkout-step3-add-to-account main .nav-buttons .btn {
    color: white;
} @media (max-width: 1200px) {
    #checkout-step3-add-to-account main .add-to-account-main {
        width: 90%;
    }

    #checkout-step3-add-to-account main .nav-buttons {
        width: 90%;
    }
} @media (max-width: 991px) {
    #checkout-step3-add-to-account .col-lg-2 {
        width: 0px;
        padding: 0;
    }

    #checkout-step3-add-to-account main .add-to-account-content .summary-titles {
        margin-bottom: 0;
    }
} @media (max-width: 900px) {
    #checkout-step3-add-to-account .centered {
        width: 100%;
    }
} @media (max-width: 823px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step3-add-to-account main .add-to-account-content .summary :nth-last-child(1).row {
        font-size: 17px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step3-add-to-account main .add-to-account-content .summary {
        font-size: 15px;
    }
} @media (max-width: 768px) {
    #checkout-step3-add-to-account .order-code {
        padding-right: 0px !important;
    }

    #checkout-step3-add-to-account main .summary-row .title {
        display: block;
        color: #2356AA;
        text-align: right;
    }

    #checkout-step3-add-to-account main .summary-row>[class*='col-']:not(:first-child) {
        padding-top: 1em;
    }

    #checkout-step3-add-to-account main .summary-row>[class*='col-']:not(:first-child) .concept-col {
        opacity: 1;
    }

    #checkout-step3-add-to-account .titles-row {
        display: none;
    }

    #checkout-step3-add-to-account .summary-row {
        border-bottom: 0 !important;
    }

    #checkout-step3-add-to-account .summary-row [class*='col-'] {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 0.5em;
    }

    #checkout-step3-add-to-account .summary-row>[class*='col-'] {
        border-bottom: 1px solid #DCDCDC;
    }
} @media (max-width: 575px) {

    #checkout-step3-add-to-account main .add-to-account-main,
    main .add-to-account-content {
        width: 100%;
    }

    #checkout-step3-add-to-account main .add-to-account-content .select-card {
        width: 95%;
        padding: 0.5em;
    }

    #checkout-step3-add-to-account .nav-buttons {
        width: 100% !important;
    }
} @media (max-width: 568px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step3-add-to-account main .add-to-account-content .row p {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step3-add-to-account main .add-to-account-content .row .color-blue {
        font-size: 14px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step3-add-to-account main .add-to-account-content .summary .col-4 p {
        font-size: 14px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step3-add-to-account main .add-to-account-content .summary :nth-last-child(1).row p {
        font-size: 17px;
    }
} @media (max-width: 500px) {
    #checkout-step3-add-to-account main {
        padding-left: 0.5em !important;
        padding-right: 0.5em !important;
    }
} @media (max-width: 480px) {
    #checkout-step3-add-to-account .nav-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    #checkout-step3-add-to-account .btn {
        width: 100% !important;
    }

    #checkout-step3-add-to-account .bot2 {
        margin-bottom: 1em !important;
        margin-left: 0rem !important;
    }
} @media (max-width: 420px) {
    #checkout-step3-add-to-account main {
        margin-top: 4rem !important;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step3-add-to-account main .add-to-account-content .summary-titles .row .col-4 h5 {
        font-size: 16px;
    }
} @media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step3-add-to-account main .add-to-account-content .summary .col-4 p {
        font-size: 15px;
    }
} @media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step3-add-to-account main .add-to-account-content .row p {
        font-size: 14px;
    }
} #checkout-step-3 main .add-to-account-main {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} #checkout-step-3 main .add-to-account-main .red {
    color: red;
} #checkout-step-3 main .add-to-account-content {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
} #checkout-step-3 main .add-to-account-content>p {
    width: 90%;
    margin: 0 auto 1em auto;
} #checkout-step-3 main .add-to-account-content .order-code {
    font-weight: 900;
    text-align: right;
    color: #2356AA;
} #checkout-step-3 main .add-to-account-content .color-blue {
    color: #2356AA;
} #checkout-step-3 main .add-to-account-content .check-container {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    margin: auto;
} #checkout-step-3 main .add-to-account-content .check-container .check-input {
    width: 20em;
    margin: auto;
} html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .check-container .check-input {
    width: 21em;
}
/*IE11 BOOKER_Trolley_Checkout_Step3_CardPayment.html*/
html[data-useragent*='rv:11.0'] #checkout-step-3 main .add-to-account-content .check-container .check-input {
    width: 21em;
} #checkout-step-3 main .add-to-account-content .check-container .check-input label {
    font-size: 20px;
    color: #2356AA;
    ;
    font-weight: 900;
} @media (max-width: 414px) {
    #checkout-step-3 main .add-to-account-content .check-container .check-input label {
        font-size: 16px;
        padding-top: 2px !important;
        padding-left: 3rem !important;
        padding-right: 33px !important;
    }
} #checkout-step-3 main .add-to-account-content .payment-details {
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 15px;
    padding-bottom: 0;
} #checkout-step-3 main .add-to-account-content .payment-details .input-field {
    margin-bottom: 1em;
} #checkout-step-3 main .add-to-account-content .payment-details .input-field label {
    display: block;
    font-weight: 900;
} #checkout-step-3 main .add-to-account-content .payment-details .input-field label {
    display: block;
    font-weight: 900;
} #checkout-step-3 main .add-to-account-content .payment-details .input-field label .fa-check {
    color: #007867;
} #checkout-step-3 main .add-to-account-content .payment-details .input-field input {
    width: 100%;
    padding-left: 5px;
    border: 1px solid #007867;
    padding: 5px 15px;
    border-radius: 5px;
} #checkout-step-3 main .add-to-account-content .payment-details .input-field.expiry-date input, #checkout-step-3 main .add-to-account-content .payment-details .input-field.security-code input {
    display: inline-block;
    width: 4em;
} #checkout-step-3 main .add-to-account-content .payment-details .input-field.security-code span {
    color: #9D9D9D;
} #checkout-step-3 main .add-to-account-content .payment-details .buttons {
    width: 100%;
} #checkout-step-3 main .add-to-account-content .payment-details .buttons .btn {
    font-weight: 900;
} #checkout-step-3 main .add-to-account-content .payment-details .buttons .grey-btn {
    background-color: #DCDCDC;
    float: left;
    color: grey !important;
} #checkout-step-3 main .add-to-account-content .payment-details .buttons .green-btn {
    float: right;
    background-color: #007867;
    color: white;
} #checkout-step-3 main .add-to-account-content .red {
    color: red;
} #checkout-step-3 main .add-to-account-content .asterisk {
    position: inherit !important;
    margin-left: 0 !important;
} #checkout-step-3 main .add-to-account-content .nav-buttons {
    padding-right: 30px;
} #checkout-step-3 main .footer-buttons {
    padding: 1em 2em;
} #checkout-step-3 main .add-to-account-content .select-card {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 1em 2em;
    padding-bottom: 1em;
    border: 1px solid #EFEFEF;
    background-color: white;
} #checkout-step-3 main .add-to-account-content .select-card .credit-card.selected-background {
    background-color: #EFEFEF;
} #checkout-step-3 main .add-to-account-content .select-card .credit-card {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
} #checkout-step-3 main .add-to-account-content .select-card .card-data .radio-input .card-name {
    font-weight: 900;
    color: #2356AA;
} #checkout-step-3 main .nav-buttons {
    width: 95%;
    text-align: right;
    padding-right: 2em;
} #checkout-step-3 main .alineadoIzq {
    text-align: left;
} @media (max-width: 1200px) {
    #checkout-step-3 main .add-to-account-main {
        width: 90%;
    }

    #checkout-step-3 main .add-to-account-content .payment-details .buttons .btn {
        flex: 0 0 25%;
        max-width: 25%;
    }
} @media (max-width: 991px) {
    #checkout-step-3 .col-lg-2 {
        width: 0px;
        padding: 0;
    }

    #checkout-step-3 .add-to-account-content {
        padding: 10px !important;
    }

    #checkout-step-3 main .add-to-account-content .summary-titles {
        margin-bottom: 0;
    }
} @media (max-width: 859px) {
    #checkout-step-3 main .add-to-account-content .payment-details .buttons .btn {
        flex: 0 0 30%;
        max-width: 30%;
    }
} @media (max-width: 823px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary .row .col-3 p {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary :nth-last-child(1).row .col-3 p {
        font-size: 17px;
    }
} @media (max-width: 768px) {
    #checkout-step-3 main .add-to-account-content>p {
        width: 95%;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary-titles .row .col-3 h5 {
        font-size: 19px;
    }
} @media (max-width: 736px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary-titles .row .col-3 h5 {
        font-size: 18px;
    }
} @media (max-width: 733px) {
    #checkout-step-3 main .add-to-account-content .payment-details .buttons .btn {
        flex: 0 0 35%;
        max-width: 35%;
    }
} @media (max-width: 667px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary-titles .row .col-3 h5 {
        font-size: 20px;
    }
} @media (max-width: 664px) {
    #checkout-step-3 main .add-to-account-content .select-card .buttons {
        justify-content: end;
        flex-direction: column;
    }

    #checkout-step-3 main .add-to-account-content .select-card .buttons .payment-info {
        width: 100%;
    }

    #checkout-step-3 main .add-to-account-content .select-card .buttons .payment-info .btn {
        width: 100%;
        margin-top: 0.5rem;
    }
} @media (max-width: 640px) {
    #checkout-step-3 main .add-to-account-content .payment-details .buttons .btn {
        flex: 0 0 40%;
        max-width: 40%;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .row .col-6 .color-blue {
        font-size: 15px;
    }
} @media (max-width: 575px) {

    #checkout-step-3 main .add-to-account-main,
    main .add-to-account-content {
        width: 100%;
    }

    #checkout-step-3 main .add-to-account-content .select-card {
        width: 95%;
        padding: 0.5em;
    }

    #checkout-step-3 main .add-to-account-content .check-container {
        width: 100%;
    }

    #checkout-step-3 main .add-to-account-content .payment-details .buttons {
        width: 100%;
    }

    #checkout-step-3 main .add-to-account-content .payment-details .buttons .btn {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #checkout-step-3 main .nav-buttons {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        padding-right: .5em !important;
    }

    #checkout-step-3 main .nav-buttons .blue-btn {
        margin-left: .5rem;
    }

    #checkout-step-3 main .add-to-account-content .select-card {
        width: 100%;
        padding: 0.5em;
    }
} @media (max-width: 568px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary-titles .row .col-3 h5 {
        font-size: 19px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .row .col-6 p {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .row .col-6 .color-blue {
        font-size: 14px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .payment-details .row .col-6 p {
        font-size: 15px;
    }
} @media (max-width: 500px) {
    #checkout-step-3 main {
        padding-left: 0.5em !important;
        padding-right: 0.5em !important;
    }
} @media (max-width: 420px) {
    #checkout-step-3 main {
        margin-top: 4rem !important;
    }
} @media (max-width: 375px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .row .col-6 .color-blue {
        font-size: 15px;
    }
} @media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .payment-details .row .col-6 h5 {
        font-size: 14px !important;
    }
} @media (max-width: 320px) {
    #checkout-step-3 main .add-to-account-content .check-container .check-input label {
        font-size: 16px;
        padding-top: 2px !important;
        padding-left: 27px !important;
        padding-right: 13px !important;
    }

    #checkout-step-3 main .add-to-account-content .check-container .check-input {
        width: 17em;
    }

    #checkout-step-3 main .add-to-account-content .summary .row .col-3 p {
        font-size: 14px;
    }

    #checkout-step-3 main .add-to-account-content .summary :nth-last-child(1).row .col-3 p {
        font-size: 16px;
    }

    #checkout-step-3 main .add-to-account-content .row .col-6 .color-blue {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary .row .col-3 p {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary :nth-last-child(1).row .col-3 p {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .row .col-6 .color-blue {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .check-container .check-input label {
        font-size: 15px;
        padding-top: 2px !important;
        padding-left: 5px !important;
        padding-right: 13px !important;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .payment-details .row .col-6 {
        padding-left: 0px !important;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .check-container .check-input {
        width: 18em;
    }
} @media (max-width: 1280px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary .row:nth-last-child(1) .col-3 p {
        font-size: 18px !important;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary .row .col-3 p {
        font-size: 15px;
    }
} @media (max-width: 823px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary-titles .row .col-3 h5 {
        font-size: 18px;
    }
} @media (max-width: 812px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary-titles .row .col-3 h5 {
        font-size: 20px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary .row .col-3 p {
        font-size: 16px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary .row:nth-last-child(1) .col-3 p {
        font-size: 18px !important;
    }
} @media (max-width: 667px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .row .col-6 .color-blue {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary-titles .row .col-3 h5 {
        font-size: 18px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .alineadoIzq {
        font-size: 15px;
    }
} @media(width:768PX) {
    #collection-slot .return-btn-collection-slot {
        max-width: 41.666667% !important;
    }
} @media(max-width:500px) {
    #collection-slot main {
        padding-left: 0.25em !important;
        padding-right: 0.25em !important;
    }
} @media (max-width: 375px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .row .col-6 p {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary .row .col-3 p {
        font-size: 15px;
    }
} @media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary .row .col-3 p {
        font-size: 14px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .summary :nth-last-child(1).row .col-3 p {
        font-size: 16px !important;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .select-card h4 {
        font-size: 1.3rem !important;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .select-card .credit-card .row .col-6 p {
        font-size: 14px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step-3 main .add-to-account-content .select-card .credit-card.selected-background .row .col-6 p {
        font-size: 14px;
    }
} #checkout-step-3 main .add-to-account-content .summary {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
} #checkout-step3-saved-card main {
    margin-top: 1.5em;
} #checkout-step3-saved-card main .add-to-account-main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} #checkout-step3-saved-card main .add-to-account-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px;
} #checkout-step3-saved-card main .add-to-account-content>p {
    width: 80%;
    margin: 0 auto 1em auto;
} #checkout-step3-saved-card main .add-to-account-content .order-code {
    font-weight: 900;
    text-align: right;
    color: #2356AA;
} #checkout-step3-saved-card main .add-to-account-content .summary {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
} #checkout-step3-saved-card main .add-to-account-content .color-blue {
    color: #2356AA;
} #checkout-step3-saved-card main .add-to-account-content .summary .row:nth-last-child(1) {
    font-size: 18px;
} #checkout-step3-saved-card main .add-to-account-content .check-container {
    width: 80%;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    margin: auto;
} #checkout-step3-saved-card main .add-to-account-content .check-container .check-input {
    width: 20em;
    margin: auto;
} #checkout-step3-saved-card main .add-to-account-content .check-container .check-input label {
    font-size: 20px;
    color: #2356AA;
    font-weight: 900;
} #checkout-step3-saved-card main .add-to-account-content .payment-details {
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 15px;
} #checkout-step3-saved-card main .add-to-account-content .payment-details .input-field {
    margin-bottom: 1em;
} #checkout-step3-saved-card main .add-to-account-content .payment-details .input-field label {
    display: block;
    font-weight: 900;
} #checkout-step3-saved-card main .add-to-account-content .payment-details .input-field label .fa-check {
    color: #007867;
} #checkout-step3-saved-card main .add-to-account-content .payment-details .input-field input {
    width: 100%;
    padding-left: 5px;
    border: 1px solid #007867;
    padding: 5px 15px;
    border-radius: 5px;
} #checkout-step3-saved-card main .add-to-account-content .payment-details .input-field.expiry-date input, #checkout-step3-saved-card main .add-to-account-content .payment-details .input-field.security-code input {
    display: inline-block;
    width: 4em;
} #checkout-step3-saved-card main .add-to-account-content .payment-details .input-field.security-code span {
    color: #9D9D9D;
} #checkout-step3-saved-card main .add-to-account-content .payment-details .buttons {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
} #checkout-step3-saved-card main .add-to-account-content .payment-details .buttons .btn {
    font-weight: 900;
} #checkout-step3-saved-card main .add-to-account-content .payment-details .buttons .grey-btn {
    background-color: #DCDCDC;
    float: left;
    color: grey !important;
} #checkout-step3-saved-card main .add-to-account-content .payment-details .buttons .green-btn {
    float: right;
    background-color: #007867;
    color: white;
} #checkout-step3-saved-card main .add-to-account-content .red {
    color: red;
} #checkout-step3-saved-card main .add-to-account-content .asterisk {
    position: inherit !important;
    margin-left: 0 !important;
} #checkout-step3-saved-card main .add-to-account-content .nav-buttons {
    padding-right: 30px;
} @media (max-width: 1200px) {
    #checkout-step3-saved-card main .add-to-account-main {
        width: 90%;
    }
} @media (max-width: 991px) {
    #checkout-step3-saved-card .add-to-account-content {
        padding: 10px !important;
    }

    #checkout-step3-saved-card .col-lg-2 {
        width: 0px;
        padding: 0;
    }

    #checkout-step3-saved-card main .add-to-account-content .summary-titles {
        margin-bottom: 0;
    }
} @media (max-width: 768px) {
    #checkout-step3-saved-card main .add-to-account-content>p {
        width: 95%;
    }
} @media (max-width: 575px) {

    #checkout-step3-saved-card main .add-to-account-content .check-container,
    #checkout-step3-saved-card main .add-to-account-main,
    main .add-to-account-content {
        width: 100%;
    }

    #checkout-step3-saved-card main .add-to-account-content .select-card {
        width: 95%;
        padding: 0.5em;
    }
} @media (max-width: 420px) {
    #checkout-step3-saved-card main {
        margin-top: 3rem !important;
    }
} #checkout-step4 .guide-price-total {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    display: -ms-flexbox !important;
    display: flex !important;
} #centralBilling_Order_Confirmation .guide-price-total {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    display: -ms-flexbox !important;
    display: flex !important;
} #checkout-step4 main .alig {
    text-align: right;
} #checkout-step4 main .trolley-checkout-main {
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} #checkout-step4 main .thank-you {
    padding-top: 1em;
    border-bottom: 1px solid #EFEFEF;
} #checkout-step4 main .thank-you .order-number {
    font-size: 26px;
    font-weight: 900;
} #checkout-step4 main .checkout-price {
    border-bottom: 1px solid #EFEFEF;
} #checkout-step4 main .checkout-buttons {
    background-color: white;
    padding: 1em;
} #checkout-step4 main .checkout-buttons .btn-green {
    color: white;
    background-color: #51AF39 !important;
} #checkout-step4 main .checkout-resume-table {
    border-bottom: 1px solid #EFEFEF;
} #checkout-step4 main .checkout-price {
    padding-left: 5em;
    padding-right: 5em;
} #checkout-step4 main .checkout-resume-table {
    padding-left: 5em;
    padding-right: 5em;
    padding-top: 1em;
} #checkout-step4 main .checkout-resume-table table {
    width: 100%;
    table-layout: fixed;
} #checkout-step4 main .checkout-resume-table table.table-desktop {
    border-bottom: 1px solid #979797;
} #checkout-step4 main .checkout-resume-table .mobile-view {
    display: none;
} #checkout-step4 main #checkout-price-mobile {
    display: none !important;
} #checkout-step4 main #checkout-price-desktop {
    display: block;
} #checkout-step4 main .checkout-resume-table table thead {
    border-bottom: 1px solid #979797;
    color: #2356AA;
} #checkout-step4 main .checkout-resume-table table thead tr th {
    font-weight: 900;
} #checkout-step4 main .checkout-resume-table table.table-desktop tbody tr {
    border-bottom: 1px solid #E3E3E3;
} #checkout-step4 main .checkout-resume-table table thead tr th, #checkout-step4 main .checkout-resume-table table tbody tr td {
    padding: 0.5em;
} #checkout-step4 main .checkout-resume-table .mobile-view .accordion {
    border-bottom: 1px solid #979797;
} #checkout-step4 main .checkout-resume-table .mobile-view .accordion .card .card-header {
    cursor: pointer;
} #checkout-step4 main .checkout-resume-table .mobile-view .card-body table thead {
    border-color: #E3E3E3;
} #checkout-step4 main .checkout-buttons .btn.btn-white {
    border: 1px solid #2356AA;
    color: #2356AA;
    width: auto;
    box-shadow: none !important;
    background: white;
} #checkout-step4 main .notes-guide-price-row {
    flex-direction: row-reverse;
} #checkout-step4 main .notes-guide-price-row .guide-price {
    width: 40%;
} #checkout-step4 main .notes-guide-price-row .notes {
    width: 60%;
} #checkout-step4 main .mobile-view table.table-header {
    margin-left: 1.25rem;
    width: 96%;
} #checkout-step4 main .mobile-view .card, #checkout-step4 main .mobile-view .card .card-header {
    border: 0 !important;
    background-color: #FAFAFA !important;
} #checkout-step4 main .mobile-view .card .card-header {
    padding-top: 0em;
    padding-bottom: 0em;
    border-bottom: 1px solid #EFEFEF !important;
} #checkout-step4 main .mobile-view .card .card-header i {
    position: absolute;
    top: 0.75em;
    left: 0.5em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} #checkout-step4 main .mobile-view .card .card-header.collapsed i {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
} #checkout-step4 main .mobile-view .card .card-header table {
    border-bottom: 1px solid #EFEFEF !important;
} #checkout-step4 main .mobile-view .card .card-body table.w-auto {
    width: auto !important;
} #checkout-step4 main .orderRef {
    width: 50%;
    float: left;
} #checkout-step4 main .tam {
    width: 50%;
} #checkout-step4 main .tamLetra {
    font-size: 16px;
    margin-top: auto;
} @media (max-width: 1250px) {
    #checkout-step4 main {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 1100px) {
    #checkout-step4 main {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media (max-width: 991px) {
    #checkout-step4 main .notes-guide-price-row {
        flex-direction: column;
    }

    #checkout-step4 main .notes-guide-price-row .guide-price {
        width: 100%;
    }

    #checkout-step4 main .notes-guide-price-row .notes {
        width: 100%;
    }

    #checkout-step4 main .checkout-resume-table .table-desktop {
        display: none;
    }

    #checkout-step4 main .checkout-resume-table .mobile-view {
        display: block;
    }

    #checkout-step4 main #checkout-price-mobile {
        display: block !important;
    }

    #checkout-step4 main #checkout-price-desktop {
        display: none !important;
    }
} @media (max-width: 767px) {

    #checkout-step4 main .checkout-price,
    #checkout-step4 main .checkout-resume-table {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media(max-width: 667px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step4 main .mobile-view table.table-header {
        font-size: 15px;
    }
} @media(max-width: 650px) {
    #checkout-step4 main .mobile-view table.table-header {
        width: 94.5%;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step4 main .mobile-view table.table-header {
        font-size: 14px;
    }
} @media (max-width: 575px) {

    #checkout-step4 main .thank-you,
    #checkout-step4 main .checkout-price,
    #checkout-step4 main .checkout-resume-table {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    #checkout-step4 main .checkout-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    #checkout-step4 main .checkout-buttons .btn-green,
    #checkout-step4 main .checkout-buttons .green-btn {
        margin-bottom: 1em;
    }

    #checkout-step4 main .checkout-buttons .btn-white {
        margin-right: 0 !important;
    }

    #checkout-step4 main .thank-you .trolley-checkout-img {
        width: 5em;
        height: 5em;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto !important;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step4 main .mobile-view table.table-header {
        font-size: 15px;
    }
} @media (max-width: 480px) {
    #checkout-step4 main .mobile-view table.table-header {
        font-size: 13px;
    }

    #checkout-step4 main table thead tr th,
    #checkout-step4 main table tbody tr td {
        font-size: 13px;
    }

    #checkout-step4 main .mobile-view .card .card-header i {
        top: 0.5em;
    }
} @media (max-width: 420px) {
    #checkout-step4 main .trolley-checkout-main {
        margin-top: 4em;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step4 main .mobile-view table.table-header {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step4 main .tamLetra {
        font-size: 15px;
    }
} @media (max-width: 375px) {
    #checkout-step4 main .mobile-view table.table-header {
        font-size: 11px;
    }

    #checkout-step4 main .checkout-resume-table table thead tr th,
    #checkout-step4 main .checkout-resume-table table tbody tr td {
        font-size: 11px;
        padding-left: 0;
        padding-right:0;
    }

    #checkout-step4 main .tamLetra {
        font-size: 12px;
    }

    #checkout-step4 main .mobile-view .card .card-header i {
        top: 0.35em;
        left: 0.25em;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step4 main .tamLetra {
        font-size: 12px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step4 main .mobile-view table.table-header {
        font-size: 11px;
    }
} @media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step4 main .thank-you .order-number {
        font-size: 23px;
    }
} @media (max-width: 350px) {

    #checkout-step4 main .checkout-resume-table table thead tr th,
    #checkout-step4 main .checkout-resume-table table tbody tr td {
        font-size: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    #checkout-step4 main .checkout-buttons .btn.btn-white {
        float: left;
    }

    #checkout-step4 main .checkout-buttons {
        padding: 0.75em;
    }

    #checkout-step4 main .tamLetra {
        font-size: 11px;
    }
} @media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] #checkout-step4 main .checkout-resume-table table thead tr th {
        font-size: 10px;
    }

    html[data-useragent*='Edge/17.17134'] #checkout-step4 main .checkout-resume-table table tbody tr td {
        font-size: 9px;
    }
}
/*BOOKER_Trolley_Checkout_ViewPrint_Order*/
main#trolley_ViewPrint_Order {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
} main#trolley_ViewPrint_Order .checkout-viewprint-order {
    padding: 2em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#trolley_ViewPrint_Order .footer-buttons .btn {
    margin-bottom: 0.5em;
} main#trolley_ViewPrint_Order .checkout-viewprint-order h2 {
    color: #062F6E;
} main#trolley_ViewPrint_Order .checkout-viewprint-order .mobile-view {
    display: none;
} main#trolley_ViewPrint_Order .checkout-viewprint-order table {
    width: 100%;
    table-layout: fixed;
} main#trolley_ViewPrint_Order .tam {
    width: 35%;
} main#trolley_ViewPrint_Order .tam-8 {
    width: 8%;
} main#trolley_ViewPrint_Order .checkout-viewprint-order th, main#trolley_ViewPrint_Order .checkout-viewprint-order td {
    padding: 0.5em
} main#trolley_ViewPrint_Order .checkout-viewprint-order table thead {
    color: #2356AA;
} main#trolley_ViewPrint_Order .checkout-viewprint-order table thead tr {
    border-bottom: 1px solid #333333;
} main#trolley_ViewPrint_Order .checkout-viewprint-order table thead tr th {
    font-weight: 900;
} main#trolley_ViewPrint_Order .checkout-viewprint-order table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#trolley_ViewPrint_Order .mobile-view .accordion {
    border-bottom: 1px solid #979797;
} main#trolley_ViewPrint_Order .mobile-view .accordion .card .card-header {
    cursor: pointer;
} main#trolley_ViewPrint_Order .mobile-view .card-body table thead {
    border-color: #E3E3E3;
} main#trolley_ViewPrint_Order .mobile-view table.table-header {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: 95%;
    table-layout: fixed;
} main#trolley_ViewPrint_Order .mobile-view .card, main#trolley_ViewPrint_Order .mobile-view .card .card-header {
    border: 0 !important;
    background-color: #FAFAFA !important;
} main#trolley_ViewPrint_Order .mobile-view .card .card-header {
    padding-top: 0em;
    padding-bottom: 0em;
    border-bottom: 1px solid #EFEFEF !important;
} main#trolley_ViewPrint_Order .mobile-view .card .card-header i {
    position: absolute;
    top: 0.8em;
    left: 0.5em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} main#trolley_ViewPrint_Order .mobile-view .card .card-header.collapsed i {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
} main#trolley_ViewPrint_Order .mobile-view .card .card-header table {
    border-bottom: 1px solid #EFEFEF !important;
} main#trolley_ViewPrint_Order .mobile-view .card .card-body table.w-auto {
    width: auto !important;
} main#trolley_ViewPrint_Order .header-buttons {
    border: 1px solid #EFEFEF;
    border-bottom: 0;
    text-align: center;
} main#trolley_ViewPrint_Order .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: center;
} @media (max-width: 991px) {
    main#trolley_ViewPrint_Order {
        width: 90%;
    }

    main#trolley_ViewPrint_Order .checkout-viewprint-order {
        padding: 2em 2em;
    }

    main#trolley_ViewPrint_Order .checkout-viewprint-order .table-desktop {
        display: none;
    }

    main#trolley_ViewPrint_Order .checkout-viewprint-order .mobile-view {
        display: block;
    }
} @media(max-width: 650px) {
    main#trolley_ViewPrint_Order .mobile-view table.table-header {
        width: 92.5%;
    }
} @media (max-width: 575px) {
    main#trolley_ViewPrint_Order .checkout-viewprint-order {
        padding: 0.5em 0.5em;
    }
} @media (max-width: 550px) {

    main#trolley_ViewPrint_Order td,
    th {
        font-size: 14px;
    }

    main#trolley_ViewPrint_Order p {
        font-size: 15px;
    }

    main#trolley_ViewPrint_Order .mobile-view .card .card-header i {
        top: 0.5em;
    }
} @media (max-width: 500px) {
    main#trolley_ViewPrint_Order {
        width: 100%;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
} @media (max-width: 480px) {
    main#trolley_ViewPrint_Order .checkout-viewprint-order {
        padding: 2em 0.5em;
    }

    main#trolley_ViewPrint_Order .mobile-view table.table-header {
        font-size: 13px;
    }

    main#trolley_ViewPrint_Order table thead tr th,
    main#trolley_ViewPrint_Order table tbody tr td {
        font-size: 13px;
    }

    main#trolley_ViewPrint_Order .mobile-view .card .card-header i {
        top: 0.6em;
    }
} @media (max-width: 420px) {
    main#trolley_ViewPrint_Order .mobile-view table.table-header {
        font-size: 12px;
    }

    main#trolley_ViewPrint_Order table thead tr th,
    main#trolley_ViewPrint_Order table tbody tr td {
        font-size: 12px;
    }
} @media (max-width: 375px) {
    main#trolley_ViewPrint_Order .mobile-view table.table-header {
        font-size: 11px;
    }

    main#trolley_ViewPrint_Order table thead tr th,
    main#trolley_ViewPrint_Order table tbody tr td {
        font-size: 11px;
    }

    main#trolley_ViewPrint_Order .mobile-view .card .card-header i {
        top: 0.35em;
    }

    main#trolley_ViewPrint_Order td,
    th {
        font-size: 12px;
    }
} @media (max-width: 350px) {
    main#trolley_ViewPrint_Order {
        width: 95%;
    }

    main#trolley_ViewPrint_Order table thead tr th,
    main#trolley_ViewPrint_Order table tbody tr td {
        font-size: 10px;
    }

    main#trolley_ViewPrint_Order .checkout-buttons .btn.btn-white {
        float: left;
    }

    main#trolley_ViewPrint_Order td,
    th {
        font-size: 11px;
    }
}
/*BOOKER_Trolley_Print_ProductList_GroupedByShelf y BOOKER_Trolley_Print_ProductList_GroupUngroup*/
main#trolley_productList_Group {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
} main#trolley_productList_Group .product-table-col {
    padding: 1em 2em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#trolley_productList_Group .product-table-col table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} main#trolley_productList_Group .product-table-col table thead tr:last-child {
    border-bottom: 1px solid #333333;
} main#trolley_productList_Group .product-table-col table thead tr th {
    font-weight: 900;
} main#trolley_productList_Group .product-table-col table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#trolley_productList_Group .product-table-col table thead tr th, main#trolley_productList_Group .product-table-col table tbody tr td {
    padding: 0.25em 0.5em;
} main#trolley_productList_Group .barcode {
    width: 10em;
    height: 2em;
} main#trolley_productList_Group h2 {
    color: #062F6E;
} main#trolley_productList_Group .buttons {
    height: 2em;
} main#trolley_productList_Group .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} main#trolley_productList_Group .header-buttons {
    border: 1px solid #EFEFEF;
    border-bottom: 0;
    text-align: center;
} main#trolley_productList_Group .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: center;
} main#trolley_productList_Group .small-cell {
    width: 3em;
    max-width: 3em;
} main#trolley_productList_Group .footer-buttons .btn {
    margin-bottom: 0em;
} @media (max-width: 1300px) {
    main#trolley_productList_Group .small-cell {
        width: auto !important;
    }
} @media (max-width: 1120px) {
    main#trolley_productList_Group {
        width: 90%;
    }

    main#trolley_productList_Group .product-table-col {
        padding: 1em 2em;
    }
} @media (max-width: 991px) {
    main#trolley_productList_Group .hide-small-devices {
        display: none;
    }

    main#trolley_productList_Group .mobile-align-right {
        text-align: right !important;
    }
} @media (max-width: 550px) {

    main#trolley_productList_Group td,
    th {
        font-size: 16px;
    }
} @media (max-width: 480px) {
    main#trolley_productList_Group {
        width: 95%;
    }

    main#trolley_productList_Group .product-table-col {
        padding: 1em 0.5em;
    }
} @media (max-width: 350px) {
    main#trolley_productList_Group {
        width: 95%;
    }
}
/*BOOKER_Trolley_Checkout_first*/
.delivery #booker_trolley_first_aside .delivery-method {
    background-color: #E3F5E8;
    color: #82B279;
}

.clickandcollect #booker_trolley_first_aside .delivery-method {
    background-color: #FDEAD3;
    color: #C98D05;
}

#booker_trolley_first_aside {
    z-index:1;
    display: inline-block;
    width: 21em;
    padding: 10px;
    float: right;
    margin-right: 0;
    position: sticky;
    top: 0;
} @media(max-width:700px) {
    #booker_trolley_first_main #items-per-page {
        display: none;
    }
} #booker_trolley_first_main .filters .w {
    width: 9em;
    border: 1px solid #2356AA;
    border-radius: .25rem;
    height: unset;
} #booker_trolley_first_aside .info {
    background-color: #CAE6FE;
    padding: 1em 1em 0em 1em;
    color: #014F96;
} #booker_trolley_first_aside .card-body {
    padding: 10px;
} #booker_trolley_first_aside .summary .d-flex span:nth-child(2) {
    margin-left: auto;
    margin-right: 0px;
} #booker_trolley_first_aside .total {
    padding-top: 0.5em;
    border-top: 1.5px solid #ECECEC;
} #booker_trolley_first_aside .btn {
    width: 100%;
} @media (max-width: 1279px) {
    #booker_trolley_first_main {
        width: 100% !important;
    }

    #booker_trolley_suggested_main {
        width: 100% !important;
    }
} #booker_trolley_first_main {
    display: inline-block;
    width: calc(100% - 21em);
    float: initial;
} #booker_trolley_suggested_main {
    display: inline-block;
    width: calc(100% - 21em);
    float: initial;
} #booker_trolley_first_main .btn.focus, .btn:focus {
        box-shadow: none !important;
    } #booker_trolley_first_main .search-results {
    padding-top: 0 !important;
    border-top: none;
} #booker_trolley_first_main .menu-btn {
    max-width: 230px;
} #booker_trolley_first_main .remove-text {
    display: none !important;
} @media(max-width:480px) {
    #booker_trolley_first_main {
        width: 100%;
    }

    #booker_trolley_suggested_main {
         width: 100%;
    }
} @media (max-width:1279px) {
    #booker_trolley_first_aside {
        position: initial !important;
        padding: 0.5rem;
    }

    #booker_trolley_first_aside {
        width: 100%;
    }

    #booker_trolley_first_aside .card-body {
        width: 100%;
    }

    html[data-useragent*='rv:11.0'] #booker_trolley_first_aside {
        position: static !important;
    }
} @media (max-width:1150px) {
    #booker_trolley_first_main .search-results .group-by-desktop {
        display: none !important;
    }

    #booker_trolley_first_main .search-results .sort-by-desktop {
        display: none !important;
    }

    #booker_trolley_first_main .search-results .group-by-mobile {
        display: flex !important;
    }

    #booker_trolley_first_main .search-results .sort-by-mobile {
        display: flex !important;
    }

    #booker_trolley_first_main .search-results .filters {
        margin-top: 0em !important;
    }

    #booker_trolley_first_main .search-results .group-by-mobile span {
        margin: auto 5px;
    }
} @media (max-width:991px) {
    #booker_trolley_first_main .search-results {
        padding-right: 0 !important;
    }
} @media (max-width:768px) {
    #booker_trolley_first_main .search-results .group-by-mobile {
        margin-bottom: 0rem !important;
    }

    #booker_trolley_first_main .search-results .filt {
        margin-top: -1rem !important;
    }
} @media(max-width:767px) {
    #booker_trolley_first_main .menu-btn {
        max-width: 100%;
        margin-left: unset !important;
        margin-bottom: 0.5em;
    }

    #booker_trolley_first_main #buttons-bottom {
        padding-left: 10px;
        padding-right: 10px !important;
    }

    #booker_trolley_first_main #buttons-top {
        width: 100%;
        padding-left: calc(0.5rem + 10px);
        padding-right: calc(0.5rem + 10px) !important;
        padding-top: 1em;
    }

    #booker_trolley_first_main .search-results {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 0 !important;
    }
} @media (max-width:575px) {} @media (max-width:550px) {} @media (max-width: 500px) {} @media (max-width:480px) {} @media (max-width:506px) {
    #booker_trolley_first_main .search-results .group-by-mobile .form-custom-select {
        margin-right: 0em !important;
    }

    #booker_trolley_first_main .filters .form-custom-select {
        margin-left: 1.2em;
    }
} @media(max-width: 502px) {
    #booker_trolley_first_main .search-results .sort-by-mobile {
        margin-top: 1em !important;
    }

    #booker_trolley_first_main .search-results .sort-by-mobile,
    #booker_trolley_first_main .search-results .group-by-mobile {
        width: 100%;
        justify-content: space-between;
    }

    #booker_trolley_first_main .filters .w {
        width: 13em;
    }

    #booker_trolley_first_main .filters {
        padding-left: calc(10px + 0.5em);
    }
} @media (max-width:414px) {
    #booker_trolley_first_main .search-results .filt {
        margin-top: -1rem !important;
    }

    #booker_trolley_first_main .search-results {
        padding-left: 0.5rem;
        padding-right: 0.5rem !important;
    }

    #booker_trolley_first_main .search-results div:nth-child(1) {
        padding-right: 0 !important;
    }

    #booker_trolley_first_main #buttons-top {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #booker_trolley_first_main .filters {
        padding-left: 10px;
    }
} @media(max-width:375px) {} @media(max-width:360px) {} @media(max-width:320px) {
    #booker_trolley_first_aside .card-body {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] #booker_trolley_first_aside .card-body {
        font-size: 14px;
    }
}
/* IE11 BOOKER_Trolley_Checkout_first.html*/
html[data-useragent*='rv:11.0'] #booker_trolley_first_main {
    float: left;
    display: inline;
    text-align: left;
    overflow: hidden;
} html[data-useragent*='rv:11.0'] #booker_trolley_suggested_main {
        float: left;
        display: inline;
        text-align: left;
        overflow: hidden;
    } html[data-useragent*='rv:11.0'] #booker_trolley_first_aside {
    float: right;
    display: inline;
    text-align: right;
    overflow: hidden;
} html[data-useragent*='rv:11.0'] #booker_trolley_first_aside .card-body {
    text-align: left;
}
/*firefox*/
@media(max-width:321px) {

    html[data-useragent*='rv:73.0'] #booker_trolley_first_aside .info p,
    html[data-useragent*='rv:72.0'] #booker_trolley_first_aside .info p {
        font-size: 15px;
    }
} .col-1dot5, .col-sm-1dot5, .col-md-1dot5, .col-lg-1dot5, .col-xl-1dot5, .col-xxl-1dot5, .col-xxxl-1dot5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
} .col-1dot5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
} @media (min-width: 540px) {
    .col-sm-1dot5 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
        flex: 0 0 12.5% !important;
        max-width: 12.5% !important;
    }
} @media (min-width: 720px) {
    .col-md-1dot5 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
        flex: 0 0 12.5% !important;
        max-width: 12.5% !important;
    }
} @media (min-width: 960px) {
    .col-lg-1dot5 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
        flex: 0 0 12.5% !important;
        max-width: 12.5% !important;
    }
} @media (min-width: 1140px) {
    .col-xl-1dot5 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
        flex: 0 0 12.5% !important;
        max-width: 12.5% !important;
    }
} @media (min-width: 1520px) {
    .col-xxl-1dot5 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
        flex: 0 0 12.5% !important;
        max-width: 12.5% !important;
    }
} @media (min-width: 1800px) {
    .col-xxxl-1dot5 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
        flex: 0 0 12.5% !important;
        max-width: 12.5% !important;
    }
}
/*EDGE*/
/* HEADER */
@media(max-width:1920px) {
    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar #search-input {
        max-width: 70% !important;
    }

    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar .col {
        flex-basis: 200px !important;
    }
} @media(max-width:1536px) {
    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar #search-input {
        max-width: 53.6% !important;
    }
} @media(max-width:1168px) {
    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar #search-input input {
        max-width: 75%;
    }
} @media(max-width:1052px) {
    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar .col {
        flex-basis: 195px !important;
    }
} @media(max-width:1042px) {
    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar .col {
        flex-basis: 180px !important;
    }
} @media(max-width:1013px) {
    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar .col {
        flex-basis: 150px !important;
    }
} @media(max-width:900px) {
    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar #search-input {
        max-width: 100% !important;
    }

    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar .col {
        flex-basis: 100% !important;
    }

    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar #search-input input {
        max-width: 100%;
    }
} @media(max-width:414px) {
    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar #search-input {
        flex-wrap: initial !important;
    }

    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar #search-input {
        max-width: 70% !important;
    }

    html[data-useragent*='Edge/17.17134'] header#shopping-header-mobile #search-bar .header-button .labels {
        width: 7em !important;
    }
} @media(max-width:375px) {
    html[data-useragent*='Edge/17.17134'] header.shopping-header #search-bar #search-input {
        max-width: 65% !important;
    }

    html[data-useragent*='Edge/17.17134'] header#shopping-header-mobile #search-bar .header-button .labels {
        width: 5.5em !important;
    }
} @media(max-width:360px) {
    html[data-useragent*='Edge/17.17134'] header#shopping-header-mobile #search-bar .header-button .labels {
        width: 5em !important;
    }
}
/* Internet Explorer */
/* HEADER */
html[data-useragent*='rv:11.0'] header.shopping-header #search-bar .d-flex .col {
    flex-basis: auto !important;
} @media (min-width: 1060px) {} @media (max-width: 400px) {
    html[data-useragent*='rv:11.0'] header#shopping-header-mobile #click-collect {
        margin-left: 1em !important;
    }

    html[data-useragent*='rv:11.0'] header#shopping-header-mobile #delivery {
        margin-left: 0.3em !important;
    }
} @media(max-width:375px) {
    html[data-useragent*='rv:11.0'] header#shopping-header-mobile #click-collect {
        margin-left: 0.25em !important;
    }

    html[data-useragent*='rv:11.0'] header#shopping-header-mobile #delivery {
        margin-left: 0.25em !important;
        margin-right: 0.25em !important;
    }
} @media(max-width:360px) {
    html[data-useragent*='rv:11.0'] header#shopping-header-mobile #click-collect {
        margin-left: 0 !important;
    }

    html[data-useragent*='rv:11.0'] header#shopping-header-mobile #delivery {
        margin-left: 0.02em !important;
        margin-right: 0 !important;
    }
}
/*Firefox*/
/*HEADER*/
@media(max-width:1037px) {

    html[data-useragent*='rv:73.0'] header.shopping-header #search-bar #search-input,
    html[data-useragent*='rv:72.0'] header.shopping-header #search-bar #search-input {
        flex-wrap: initial !important;
    }

    html[data-useragent*='rv:73.0'] header.shopping-header #search-bar #search-input,
    html[data-useragent*='rv:72.0'] header.shopping-header #search-bar #search-input {
        max-width: 70% !important;
    }

    html[data-useragent*='rv:73.0'] header.shopping-header #search-bar .col,
    html[data-useragent*='rv:72.0'] header.shopping-header #search-bar .col {
        flex-basis: 150px !important;
    }
} @media(max-width:1012px) {

    html[data-useragent*='rv:73.0'] header.shopping-header #search-bar #search-input,
    html[data-useragent*='rv:72.0'] header.shopping-header #search-bar #search-input {
        flex-wrap: initial !important;
    }

    html[data-useragent*='rv:73.0'] header.shopping-header #search-bar #search-input,
    html[data-useragent*='rv:72.0'] header.shopping-header #search-bar #search-input {
        max-width: 50% !important;
    }

    html[data-useragent*='rv:73.0'] header.shopping-header #search-bar .col,
    html[data-useragent*='rv:72.0'] header.shopping-header #search-bar .col {
        flex-basis: 125px !important;
    }

    tml[data-useragent*='rv:73.0'] header.shopping-header #search-bar #search-input input,
    html[data-useragent*='rv:72.0'] header.shopping-header #search-bar #search-input input {
        max-width: 90%;
    }
} @media(max-width:980px) {

    html[data-useragent*='rv:73.0'] header#shopping-header-desktop #logo,
    html[data-useragent*='rv:72.0'] header#shopping-header-desktop #logo {
        max-width: 15em;
        padding-right: 0 !important;
    }
} @media(max-width:956px) {

    html[data-useragent*='rv:73.0'] header#shopping-header-desktop #search-bar #search-input input,
    html[data-useragent*='rv:72.0'] header#shopping-header-desktop #search-bar #search-input input {
        max-width: 85%;
    }
} @media(max-width:900px) {

    html[data-useragent*='rv:73.0'] header#shopping-header-mobile #search-bar #search-input,
    html[data-useragent*='rv:72.0'] header#shopping-header-mobile #search-bar #search-input {
        max-width: 83.333333% !important;
    }

    html[data-useragent*='rv:73.0'] header#shopping-header-mobile #search-bar #search-input input,
    html[data-useragent*='rv:72.0'] header#shopping-header-mobile #search-bar #search-input input {
        max-width: 100%;
    }
} @media(max-width:375px) {

    html[data-useragent*="rv:73.0"] header#shopping-header-mobile #search-bar #search-input input,
    html[data-useragent*="rv:72.0"] header#shopping-header-mobile #search-bar #search-input input {
        max-width: 80%;
    }
}
/* FOOTER */
html[data-useragent*='MSIE 10.0'] footer #links i, html[data-useragent*='rv:11.0'] footer #links i {
    padding-top: 1.5em;
} html[data-useragent*='MSIE 10.0'] .internal-page main .retail-development-manager .card-content, html[data-useragent*='rv:11.0'] .internal-page main .retail-development-manager .card-content {
    max-width: 70%;
}
/* BOOKER CATERING */
html[data-useragent*='MSIE 10.0'] #booker-catering main .butchery-fruit-veg-row .d-flex>div:nth-child(2), html[data-useragent*='rv:11.0'] #booker-catering main .butchery-fruit-veg-row .d-flex>div:nth-child(2) {
    max-width: 80%;
}
/* BOOKER EXTERNAL PAGE */
html[data-useragent*='MSIE 10.0'] #booker_externalPage .ie-inline, html[data-useragent*='rv:11.0'] #booker_externalPage .ie-inline {
    display: inline;
    flex: none;
} html[data-useragent*='MSIE 10.0'] #booker_externalPage #postcode-input, html[data-useragent*='rv:11.0'] #booker_externalPage #postcode-input, html[data-useragent*='MSIE 10.0'] #booker_externalPage #customer-number-input, html[data-useragent*='rv:11.0'] #booker_externalPage #customer-number-input {
    width: 20em;
} html[data-useragent*='MSIE 10.0'] #booker_externalPage #find-nearest-branch>div div:nth-child(1), html[data-useragent*='rv:11.0'] #booker_externalPage #find-nearest-branch>div div:nth-child(1) {
    margin-right: 1em;
} html[data-useragent*='MSIE 10.0'] #booker_externalPage #find-nearest-branch>div div:nth-child(2), html[data-useragent*='rv:11.0'] #booker_externalPage #find-nearest-branch>div div:nth-child(2) {
    max-width: 82%;
}
/*BOOKER_UserCreation_2YourDetails*/
html[data-useragent*='MSIE 10.0'] main#booker_userCreation_2YourDetails .speaker-icon {
    padding: 0 0.5em 0.85em 0.5em;
}
/* MANAGE CARDS */
#manage-cards main #manage-cards {
    padding: 1em 5em;
} #manage-cards main .footer-buttons {
    padding: 1em 5em;
} #manage-cards main .manage-cards {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} #manage-cards main .manage-cards {
    padding: 1em 5em;
} #manage-cards main .manage-cards h2 {
    color: #062F6E;
} #manage-cards main .manage-cards input[type=text] {
    width: 18em;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
} #manage-cards main .manage-cards .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
    padding-right: 30px;
    padding-left: 35px;
} #manage-cards main .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
} #manage-cards .col-md-3 {
    flex: 0 0 20%
} #manage-cards .offset-md-9 {
    margin-left: 80%;
} #manage-cards .main .modal h2 {
    color: #2356AA;
} #manage-cards .main .modal .modal-content .btn.grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
} #manage-cards .main .modal .modal-content input {
    width: 60%;
} @media (max-width: 1100px) {
    #manage-cards .col-md-3 {
        flex: 0 0 25%
    }

    #manage-cards .offset-md-9 {
        margin-left: 85%;
    }
} @media (max-width: 991px) {
    #manage-cards main {
        width: 90%;
    }

    #manage-cards main #manage-cards,
    #manage-cards main .footer-buttons {
        padding: 1em;
    }

    #manage-cards .col-md-3 {
        flex: 0 0 25%
    }

    #manage-cards .offset-md-9 {
        margin-left: 75%;
    }

    #manage-cards main .manage-cards,
    #manage-cards main .footer-buttons {
        padding: 1em;
    }
} @media(max-width:769px) {
    #manage-cards main #manage-cards .buttons {
        padding-top: 1em;
    }
} @media(max-width: 575px) {
    #manage-cards main #manage-cards .flex-row-reverse .btn {
        width: 100%;
    }
} @media(max-width: 568px) {
    html[data-useragent*='Edge/17.17134'] #manage-cards main .manage-cards h2 {
        font-size: 1.8rem;
    }
} @media (max-width: 480px) {
    #manage-cards main {
        width: 95%;
    }

    #manage-cards main .manage-cards {
        padding: 1em;
    }

    #manage-cards main .footer-buttons {
        padding: 1em;
    }

    #manage-cards .offset-md-9 {
        margin-left: 0%;
    }

    #manage-cards .main .modal .modal-content .modal-body {
        display: initial !important;
    }

    #manage-cards .main .modal .modal-content input {
        width: 100%;
    }
} #manage-cards main #manage-cards {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} #manage-cards main #manage-cards .credit-card {
    border: 1px solid #EFEFEF;
    background-color: #FFFFFF;
    padding: 1em;
    position: relative;
} #manage-cards main #manage-cards h2 {
    color: #062F6E;
} #manage-cards main #manage-cards .credit-card #change-card-name-form {
    display: inline;
} #manage-cards main #manage-cards .credit-card #change-card-name input {
    width: 10em;
} #manage-cards main #manage-cards .credit-card .buttons div {
    display: flex;
    align-items: center;
} #manage-cards main #manage-cards .btn {
    background-color: #51AF39;
    color: white;
} #manage-cards main #manage-cards .add-new-card {
    height: 2em;
    margin-top: 1em;
    text-align: right;
} #manage-cards main .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
} #manage-cards main .margen {
    margin-left: 5px;
} @media (max-width: 991px) {
    #manage-cards main {
        width: 90%;
    }
} @media (max-width: 767px) {
    #manage-cards main #manage-cards .credit-card .buttons {
        margin-left: 1em;
        margin-top: 1em;
        padding-top: 0;
    }
} @media (max-width: 480px) {
    #manage-cards main {
        width: 95%;
    }

    #manage-cards main #manage-cards {
        padding: 1em;
    }

    #manage-cards main #manage-cards {
        padding: 1em;
    }
} @media (max-width: 320px) {
    #manage-cards main {
        width: 100%;
    }

    html[data-useragent*='Edge/17.17134'] #manage-cards .credit-card label {
        font-size: 15px;
    }
}
/* MEDIA */
@media (max-width: 1060px) {

    html[data-useragent*='MSIE 10.0'] header#shopping-header-desktop #store,
    html[data-useragent*='rv:11.0'] header#shopping-header-desktop #store {
        font-size: 20px !important;
    }
} .shopping-header .greeting {
    text-align: right;
} .vertical-menu a {
    background-color: #D4E2FF;
    color: black;
    display: block;
    padding: 17px;
    text-decoration: none;
    font-weight: bold;
} .vertical-menu a:hover {
    background-color: #5B9BD3;
} .vertical-menu a.active {
    background-color: #5B9BD3;
    color: white;
    font-weight: bold;
}
/*londis_planograms budgens y premier*/
main#planograms {
    margin-left: 5em;
    margin-right: 5em;
    padding-left: 0px;
    padding-right: 0px;
} main#planograms .planograms {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#planograms .planograms h2 {
    color: #062F6E;
} main#planograms .col-btn {
    max-width: 18%;
} main#planograms .col-p {
    font-weight: bold;
    margin-top: 10px;
} main#planograms .planograms .select-label {
    margin-left: auto;
    margin-right: 0;
    max-width: 15em;
} main#planograms .planograms .asterisk {
    margin-top: 0.7em;
} @media (max-width: 992px) {
    main#planograms {
        margin: 1em 2em;
    }

    main#planograms .planograms {
        padding: 1em 1em;
    }
} @media (max-width: 900px) {
    main#planograms .form-custom-select {
        width: 100%;
    }

    main#planograms .col-4 {
        padding-left: 0px;
    }

    main#planograms .planograms .select-label {
        max-width: 100em;
    }

    main#planograms .combo {
        padding-left: 0px;
    }

    main#planograms .mr-2 {
        margin-right: 0rem !important;
    }
} @media (max-width: 768px) {
    html[data-useragent*='Edge/17.17134'] main#planograms .planograms .select-label b {
        font-size: 15px;
    }
} @media (max-width: 736px) {
    html[data-useragent*='Edge/17.17134'] main#planograms .planograms .select-label b {
        font-size: 14px;
    }
} @media (max-width: 667px) {
    html[data-useragent*='Edge/17.17134'] main#planograms .planograms .select-label b {
        font-size: 15px;
    }
} @media (max-width: 576px) {
    main#planograms .planograms .select-label {
        font-size: 13px;
    }
} @media (max-width: 435px) {
    main#planograms {
        margin: 1em 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#planograms .planograms .select-label b {
        font-size: 14px;
    }
} @media (max-width: 403px) {
    main#planograms {
        margin: 1em 0.5em;
    }
} @media (max-width: 387px) {
    main#planograms .planograms .select-label {
        font-size: 12px;
    }

    main#planograms .planograms {
        padding: 1em 0.5em;
    }
} @media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] main#planograms .planograms .select-label b {
        font-size: 13px;
    }
} @media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] main#planograms .planograms .select-label b {
        font-size: 11px;
    }
}
/*IE11 planograms*/
html[data-useragent*='rv:11.0'] main#planograms .js-select-department {
    flex-wrap: nowrap !important;
} html[data-useragent*='rv:11.0'] main#planograms .category {
    flex-wrap: nowrap !important;
} html[data-useragent*='rv:11.0'] main#planograms .unit {
    flex-wrap: nowrap !important;
} @media (max-width: 375px) {
    html[data-useragent*='rv:11.0'] main#planograms .combo {
        max-width: 64% !important;
    }
}
/*eliminar flechas input*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} input[type=number] {
    -moz-appearance: textfield;
}
/*Paginas de promotions*/
main#promotions {
    width: 80%;
} main#promotions .container, main#promotions .container {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} #promotions-desktop .promo-image, #promotions-mobile .promo-image {
    position: relative;
    width: auto;
    height: 93%;
    margin-left: auto;
    margin-right: auto;
} #promotions-desktop .promo-image img, #promotions-mobile .promo-image img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
} #promotions-desktop .promotion-image, #promotions-mobile .promotion-image {
    text-align: center;
} #promotions-desktop .bottom-banner, #promotions-mobile .bottom-banner {
    padding-left: 15px;
    padding-right: 15px;
} #promotions-desktop .bottom-banner .bottom-banner-image img, #promotions-mobile .bottom-banner .bottom-banner-image img {
    width: 100%;
    max-height: 100%;
} #promotions-desktop .bottom-banner .bottom-banner-image img.bottom-banner-image-mobile, #promotions-desktop .promo-image img.promo-image-mobile, #promotions-mobile .bottom-banner .bottom-banner-image img.bottom-banner-image-mobile, #promotions-mobile .promo-image img.promo-image-mobile {
    display: none;
} #promotion-food-drink-guide {
    border-radius: 5px;
    border: 0.3px solid #ced4da;
}
/*Promotions carousel*/
#promotions-desktop .carousel .owl-carousel .owl-nav .owl-prev {
    width: 15px;
    position: absolute;
    top: 40%;
    margin-left: -10px;
    display: block !important;
    border: 0px solid black;
} #promotions-desktop .carousel .owl-carousel .owl-nav .owl-next {
    width: 15px;
    position: absolute;
    top: 40%;
    right: -5px;
    display: block !important;
    border: 0px solid black;
} #promotions-desktop .carousel .owl-carousel .owl-controls .owl-nav .owl-prev i, #promotions-desktop .carousel .owl-carousel .owl-controls .owl-nav .owl-next i {
    transform: scale(1,6);
    color: #ccc;
} #promotions-desktop .carousel .owl-carousel .owl-stage .owl-item {
    width: 345px !important;
} @media (max-width:1000px){
    #promotions-desktop .carousel .owl-carousel .owl-stage .owl-item {
        width: 245px !important;
    }
} #promotions-desktop .carousel .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-box;
} #promotions-desktop .carousel .owl-carousel .owl-stage-outer {
    margin: 1em;
} @media (min-width:575px) {
    #promotions-desktop .carousel .owl-carousel .owl-dots {
        display: none !important;
    }
} #promotions-desktop .owl-prev, #promotions-desktop .owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin: -5px;
} @media(max-width:1920px) {
    #promotions-desktop .img-fluid {
        max-width: 100% !important;
    }
} @media(max-width:1199px) {
    main#promotions {
        padding-left: 2em;
        padding-right: 2em;
    }

    main#promotions .container {
        max-width: 1136px;
    }

    #promotions-desktop .promo-image,
    #promotions-mobile .promo-image {
        height: 86%;
    }

    #promotions-desktop .carousel-indicators,
    #promotions-mobile #promo-carousel2 .carousel-indicators {
        bottom: -50px !important;
        margin-right: auto;
        margin-left: auto;
    }

    #promotions-mobile .carousel-indicators {
        bottom: 0.5em !important;
        margin-right: 0px !important;
    }
} @media(max-width:1024px) {

    #promotions-desktop #promo-carousel .carousel-indicators,
    #promotions-mobile #promo-carousel .carousel-indicators {
        bottom: 0em !important;
    }
} @media(max-width:991px) {
    main#promotions {
        padding-left: 5em;
        padding-right: 5em;
    }

    #promotions-desktop #promo-carousel,
    #promotions-mobile #promo-carousel {
        margin-bottom: 3em;
    }

    #promotions-desktop .col-sm {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    #promotions-mobile .col-sm {
        padding-left: 0px;
        padding-right: 0px;
    }

    #promotions-desktop .bottom-banner .bottom-banner-image img.bottom-banner-image-mobile,
    .promo-image img.promo-image-mobile,
    #promotions-mobile .bottom-banner .bottom-banner-image img.bottom-banner-image-mobile,
    .promo-image img.promo-image-mobile {
        display: block !important;
        width: 100%;
    }

    #promotions-desktop .bottom-banner .bottom-banner-image img.bottom-banner-image-desktop,
    .promo-image img.promo-image-desktop,
    #promotions-mobile .bottom-banner .bottom-banner-image img.bottom-banner-image-desktop,
    .promo-image img.promo-image-desktop {
        display: none !important;
    }

    #promotion-food-drink-guide {
        border-radius: 2px;
        border: 0.3px solid #ced4da;
    }
} @media(max-width:900px) {
    main#promotions {
        width: 100%;
    }
} @media(max-width:767px) {
    main#promotions {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media(max-width:575px) {
    main#promotions {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    #promotions-mobile #promo-carousel .carousel-indicators {
        bottom: -2em !important;
        padding-right: 0em !important;
        margin-left: 0px !important;
    }

    #promotions-mobile #promo-carousel {
        height: 620px !important;
    }

    #promotions-mobile .promo-image {
        height: 97%;
    }

    #promotions-desktop,
    main#promotions-mobile {
        width: 95%;
    }

    #promotions-mobile .colum1 {
        width: 48%;
        margin-right: 0.5em;
        height: 27em;
    }

    #promotions-mobile .colum2 {
        width: 48%;
        margin-left: 0.5em;
        height: 27em;
    }
} @media(max-width:480px) {
    header.shopping-header #counters .title {
        font-size: 13px;
    }

    header.shopping-header #counters .counter {
        padding-right: 1em;
    }

    #promotions-mobile .colum1 {
        height: 23em;
    }

    #promotions-mobile .colum2 {
        height: 23em;
    }
} @media(max-width:460px) {
    header.shopping-header #counters .title {
        font-size: 10px;
    }

    header.shopping-header #counters .counter .font-weight-bold {
        font-size: 13px;
    }

    #promotions-mobile .pt-5 {
        padding-top: 0rem !important;
    }

    #promotions-mobile .colum1 {
        height: 22em;
    }

    #promotions-mobile .colum2 {
        height: 22em;
    }
} @media(max-width:415px) {

    html[data-useragent*='rv:73.0'] #promotions-mobile .colum2,
    html[data-useragent*='rv:72.0'] #promotions-mobile .colum1 {
        width: 47%;
    }
} @media(max-width:414px) {
    #promotions-mobile .colum2 {
        width: 47% !important;
        height: 19.5em;
    }

    #promotions-mobile .colum1 {
        width: 47% !important;
        height: 19.5em;
    }

    #promotions-mobile #promo-carousel {
        height: 550px !important;
    }
} @media(max-width:411px) {
    #promotions-mobile .colum2 {
        height: 19.5em;
    }

    #promotions-mobile .colum1 {
        height: 19.5em;
    }
} @media(max-width:375px) {
    #promotions-mobile .col-1 {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    header#shopping-header-mobile #search-bar .menu-toggle span {
        right: -6px;
    }

    header.shopping-header #counters .title {
        font-size: 8px;
    }

    header.shopping-header #counters .counter .font-weight-bold {
        font-size: 12px;
    }

    #promotions-mobile #promo-carousel {
        height: 483px !important;
    }

    #promotions-mobile .colum2 {
        height: 17.7em;
    }

    #promotions-mobile .colum1 {
        height: 17.7em;
    }
} @media(max-width:375px) {
    header.shopping-header #counters .title {
        font-size: 7px;
    }
} @media(max-width:360px) {
    #promotions-mobile #promo-carousel {
        height: 470px !important;
    }

    #promotions-mobile .colum2 {
        height: 17em;
    }

    #promotions-mobile .colum1 {
        height: 17em;
    }
} @media(max-width:320px) {
    #promotions-mobile #promo-carousel {
        height: 401px !important;
    }

    #promotions-mobile .colum2 {
        width: 46% !important;
        height: 15em;
    }

    #promotions-mobile .colum1 {
        width: 46% !important;
        height: 15em;
    }
} #promotions-desktop #promo-carousel, #promotions-mobile #promo-carousel {
    height: 100%;
} #promotions-desktop #promo-carousel .carousel-inner, #promotions-mobile #promo-carousel .carousel-inner {
    height: 100%;
} #promotions-desktop #promo-carousel .carousel-item, #promotions-mobile #promo-carousel .carousel-item {
    height: 100%;
} #promotions-desktop .carousel-indicators, #promotions-mobile .carousel-indicators {
    bottom: 0em;
} #promotions-desktop .carousel-control-prev-icon, #promotions-desktop .carousel-control-next-icon, #promotions-mobile .carousel-control-prev-icon, #promotions-mobile .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
} main#promotions #promotions-desktop #genericCarousel .carousel-indicators {
    bottom: -2.6em;
} main#promotions #promotions-mobile #genericCarousel .carousel-inner {
    margin-bottom: 1rem;
} @media (max-width: 1199px) {
    main#promotions #promotions-desktop #genericCarousel .carousel-indicators {
        bottom: -2.4em !important;
    }

    main#promotions #promotions-mobile #genericCarousel .carousel-indicators {
        bottom: -2.6em !important;
        margin-right: 15% !important;
    }
} #promotions-desktop .carousel-control-next-icon:after, #promotions-mobile .carousel-control-next-icon:after {
    content: "\f054";
    font-size: 55px;
    color: #2356AA;
} #promotions-desktop .carousel-control-prev-icon:after, #promotions-mobile .carousel-control-prev-icon:after {
    content: "\f053";
    font-size: 55px;
    color: #2356AA;
} #promotions-desktop .carousel-indicators li, #promotions-mobile .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #B0B0B0;
} #promotions-desktop .carousel-indicators .active, #promotions-mobile .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #000000;
} #promotions-mobile .product-carousel .owl-nav .owl-prev, #promotions-desktop .product-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: -1.5em;
    bottom: 0;
} #promotions-mobile .product-carousel .owl-nav .owl-next, #promotions-desktop .product-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: -1.5em;
    bottom: 0;
}
/*Delivery tracker general para LONDIS y BUDGENS*/
main#delivery_tracker_noDeliveries .cont-grey, main#delivery_tracker_loading .cont-grey, main#delivery_tracker .cont-grey {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#delivery_tracker_noDeliveries .cont-grey h2, main#delivery_tracker_loading .cont-grey h2, main#delivery_tracker .cont-grey h2 {
    color: #062F6E;
} main#delivery_tracker .day-row {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 3.5em;
} main#delivery_tracker .week-day {
    background-color: #2356AA;
    color: white;
    width: 12em;
    height: 40px;
    padding-left: 10px;
    padding-top: 8px;
    text-align: left;
    float: right;
    position: relative;
    border-radius: 5px;
} main#delivery_tracker .arrival-time {
    font-size: 16px;
    font-weight: bold;
    color: #2356AA;
    margin-bottom: 0px;
} main#delivery_tracker .texto1 {
    font-weight: bold;
    color: #E91B50;
    padding-left: 0.25em;
} main#delivery_tracker .pm {
    position: absolute;
    right: 10px;
} main#delivery_tracker .dia {
    float: left;
} @media (max-width: 1024px) {
    html[data-useragent*='Edge/17.17134'] main#delivery_tracker .arrival-time {
        font-size: 14px;
    }
} @media (max-width: 991px) {
    main#delivery_tracker .week-day {
        width: 100%;
    }

    main#delivery_tracker .day-row {
        height: auto;
        min-height: 5em;
        margin-bottom: 1em !important;
    }

    main#delivery_tracker [class*='col-'] {
        padding: 0;
    }

    main#delivery_tracker .images {
        margin-top: 1em !important;
    }

    main#delivery_tracker .hour {
        margin-top: 1em !important;
    }
} @media (max-width: 900px) {

    main#delivery_tracker_noDeliveries .cont-grey,
    main#delivery_tracker_loading .cont-grey,
    main#delivery_tracker .cont-grey {
        padding: 1em 1em;
    }
} @media (max-width: 823px) {
    html[data-useragent*='Edge/17.17134'] main#delivery_tracker .arrival-time {
        font-size: 16px;
    }
} @media (max-width: 768px) {
    main#delivery_tracker .week-day {
        width: 100%;
    }
} @media screen and (max-width: 575px) {
    main#delivery_tracker .capa_a_ocultar {
        display: none;
    }

    main#delivery_tracker .hour {
        margin-top: 5px;
        width: 75%;
    }
} @media (max-width: 568px) {
    html[data-useragent*='Edge/17.17134'] main#delivery_tracker .arrival-time {
        font-size: 14px;
    }
}  @media(max-width: 430px) {
    main#delivery_tracker .arrival-time {
        font-size: 14px;
    }
}  @media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] main#delivery_tracker .arrival-time {
        font-size: 12px;
    }
}
/********************************************************************/
/*  START OF CUSTOM.CSS FILE                                        */
/********************************************************************/
.HideElement {
    display: none;
} .ShowElement {
    display: block;
}
/*Start POPUP STYLES ---- To change for #Mymodal once is ready*/
.modalComponents .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
} .modalComponents .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 1rem;
    border: 1px solid #888;
    width: 80%;
} .modalComponents .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
} .modalComponents .close:hover, .modalComponents .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
} .modalComponents .titlepopup {
    border-bottom: solid 1px;
    border-bottom-color: black;
} .greenbutton {
    background-color: #51AF39 !important;
    color: white !important;
} .bluebutton {
    background-color: #00BDF7 !important;
    color: white !important;
} .orangebutton {
    background-color: #FFBA01 !important;
    color: white !important;
} .cancelbutton {
    background-color: #E6E6E6 !important;
    color: #808080 !important;
} .modalComponents .popup-delivery-buttons {
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
} .modalComponents .delivery-popup .info {
    font-size: 25px;
    color: #2356AA;
    margin-right: 0.5em;
    margin-top: -1em;
} .modalComponents .notcurrently2 .info {
    font-size: 25px;
    color: #2356AA;
    margin-right: 0.5em;
    margin-top: -4em;
} .modalComponents .request-deliveries-nocurrently2 {
    width: 210px;
} .modalComponents .delivery-popup .modal-body .popup-delivery-buttons> :not(:last-child) {
    margin-right: .25rem;
} .modalComponents .delivery-popup .modal-body .popup-delivery-buttons> :not(:first-child) {
    margin-left: .25rem;
} .modalComponents .notcurrently h2, .modalComponents .delivery-popup h2 {
    color: #2356AA;
    border-bottom: solid 1px;
    border-bottom-color: darkgrey;
    padding-bottom: 1rem;
    margin-bottom: 0;
} .modal-footer.deliveries-nocurrently2 .btn {
    width: 105px;
} .modalComponents .notcurrently a {
    color: black;
} .modalComponents .notcurrently a:hover {
    text-decoration: none;
} .modalComponents .notcurrently2 {
    padding: 1rem;
} .modalComponents .notcurrently2 .modal-body {
    padding: 1rem 0rem 1rem 1rem;
} .modalComponents .notcurrently2 h2 {
    color: #2356AA;
    border-bottom: solid 1px;
    border-bottom-color: darkgrey;
    padding-bottom: 1rem;
    margin-bottom: 0;
} .modalComponents .close-deliveries-nocurrently2 {
    margin-top: 6px;
    width: 120px;
    float: right;
} .modalComponents .thankyoubutton {
    border-top: solid 1px;
    border-top-color: darkgrey;
} .modalComponents .thankyou-ordering h2 {
    color: #2356AA;
    border-bottom: solid 1px;
    border-bottom-color: darkgrey;
    padding-bottom: 1rem;
} .modalComponents .thankyou-ordering h6 {
    color: #2356AA;
} .modalComponents .direct-delivered h2 {
    color: #2356AA;
    border-bottom: solid 1px;
    border-bottom-color: darkgrey;
    padding-bottom: 1rem;
    margin-bottom: 0;
} .modalComponents .direct-delivered-buttons {
    border-top: solid 1px;
    border-top-color: darkgrey;
} .modalComponents .btn.greenbutton:hover, .modalComponents .btn.bluebutton:hover, .modalComponents .btn.orangebutton:hover {
    opacity: 0.85;
    color: white;
} .modalComponents .btn.grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
} .modalComponents .modal-footer {
    padding-top: 1rem;
    padding-bottom: 0;
    padding-right: 0;
}
/***********************************************INICIO popup product-list***********************************************/
.modalComponents .delist-modal {
    margin: 1rem;
    width: auto;
} .modalComponents .delist-modal h2 {
    color: #2356AA;
} .modalComponents .delist-modal .modal-title {
    line-height: 1.2;
} .modalComponents .delist-modal .modal-header {
    padding-top: 0;
    padding-right: 0;
} .modalComponents #filter-menu-popUp {
    background-color: #EFEFEF;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1000;
} .modalComponents #filter-menu-popUp>div {
    background-color: white;
    padding: 0.5em 1em;
    margin: 1em;
} .modalComponents #filter-menu-popUp>div:nth-child(1) {
    padding-top: 2em;
} .modalComponents #filter-menu-popUp #close-filter-menu-popUp {
    position: absolute;
    right: 1em;
    top: 1em;
    cursor: pointer;
} .modalComponents #filter-btn-popUp {
    border: 1px solid #2356AA;
    color: #2356AA;
    display: none;
} .modalComponents #filter-menu-popUp .filter-by .remove-filter i {
    color: #C5353A;
    padding-right: 0.25em;
    vertical-align: middle;
    font-size: 14px;
} .modalComponents .delist-modal .modal-footer {
    padding: 1rem;
} .modalComponents .delist-modal aside .filter-by .remove-filter-popUp i, .modalComponents .delist-modal #filter-menu-popUp .filter-by .remove-filter-popUp i {
    color: #C5353A;
    padding-right: 0.25em;
    vertical-align: middle;
    font-size: 14px;
} .modalComponents .delist-modal aside .filter-by .remove-filter-popUp {
    cursor: pointer;
    font-size: 14px;
} .modalComponents .delist-modal aside {
    display: inline-block;
    width: 14em;
    padding-left: 10px;
    padding-bottom: 10px;
} .modalComponents .delist-modal .filter-by-shelves, .modalComponents .delist-modal .refine-by, .modalComponents .delist-modal .departments, .modalComponents .delist-modal .group-by, .modalComponents .delist-modal .filter-by {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ECECEC;
} .modalComponents .delist-modal aside .aside-cat-title {
    color: #767676;
} .modalComponents .delist-modal aside>div {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ECECEC;
} .modalComponents .delist-modal aside>div:nth-child(1) {
    padding-top: 0;
} .modalComponents .delist-modal aside>div:nth-last-child(1) {
    border-bottom: 1;
} .modalComponents .delist-modal aside .filter-by .filter-name {
    margin-bottom: 0.5em;
} .modalComponents .delist-modal .check-input-popUp label {
    color: #2356AA;
    padding-top: 0.25em;
    font-size: 14px;
} .modalComponents .delist-modal main {
    display: inline-block;
    width: calc(100% - 14em);
    float: right;
    padding-left: 0;
    padding-right: 0;
} .modalComponents .delist-modal main .subcategories {
    position: relative;
    height: 10.5em;
    border-left: 1px solid #ECECEC;
} .modalComponents .delist-modal main .search-results {
    margin-right: 0em !important;
    margin-bottom: 0em !important;
    border-top: 1px solid #ECECEC;
    font-size: 14px;
    border-left: 1px solid #ECECEC;
} .modalComponents .delist-modal main .search-results div:nth-child(1), .modalComponents .delist-modal main .search-results div:nth-child(2) {
    display: flex;
    align-items: center;
} .modalComponents .delist-modal main .search-results .result {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.5em;
} .modalComponents .delist-modal main .search-results #items-per-page {
    display: flex;
    align-items: center;
    margin-top: 1em;
} @media(max-width:1366px) {
    .modalComponents .delist-modal main .search-results #items-per-page {
        padding-top: 1em;
    }
} .modalComponents .delist-modal main .filters {
    margin-right: 0px !important;
    margin-left: auto !important;
} .modalComponents .delist-modal main .filters .btn {
    border: 1px solid #2356AA;
    margin-left: 0.5em;
    color: #2356AA;
    width: auto !important;
    box-shadow: none !important;
} .modalComponents .delist-modal main .search-results .sort-by-mobile {
    display: none;
} .modalComponents .delist-modal main .filters .form-custom-select {
    width: 13em;
    border: 1px solid #2356AA;
    border-radius: .25rem;
    height: unset;
} @media (max-width: 776px) {
    .modalComponents .delist-modal main .filters .form-custom-select {
        margin-left: 0.7em;
    }
} @media(max-width:356px) {
    .modalComponents .delist-modal main .search-results #filter-btn-popUp {
        margin-top: 0.9em;
    }
} @media(max-width:414px) {
    .modalComponents .delist-modal main .search-results .pagination-combo {
        display: none !important;
    }

    .modalComponents .delist-modal main .subcategories {
        border-left: 0px solid #ECECEC;
    }

    .modalComponents .delist-modal main .search-results {
        border-top: 0px solid #ECECEC;
        border-left: 0px solid #ECECEC;
    }
} .modalComponents .delist-modal main .filters .form-custom-select select {
    color: #2356AA;
    padding: .375rem .75rem;
    height: unset;
    border: 0;
} .modalComponents .delist-modal main .form-custom-select.extra-space {
    width: 5em;
    border: 1px solid #2356AA;
    border-radius: .25rem;
    color: #2356AA;
    height: 35px;
} .modalComponents .delist-modal main .form-custom-select:after {
    color: #2356AA;
} .modalComponents .delist-modal main select#numberOfProducts {
    color: #2356AA;
} .modalComponents .delist-modal main .search-results .pagination {
    padding-right: 0 !important;
} .modalComponents .delist-modal main .pagination {
    float: right;
    margin-top: 1em;
    padding-right: 0 !important;
} .modalComponents .delist-modal main .pagination .dots {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.2em;
    margin-right: 0.2em;
    color: #2356AA;
} .modalComponents .delist-modal main .pagination .page-item .page-link {
    border: 1px solid #E1E1E1;
    color: #2356AA;
    margin-left: 0.15em;
    margin-right: 0.15em;
} .modalComponents .delist-modal main .pagination .page-item.previous .page-link, .modalComponents .delist-modal .pagination .page-item.next .page-link {
    background-color: #2356AA;
    border-color: #2356AA;
    color: white;
} .modalComponents .delist-modal main .pagination .page-item.previous.disabled .page-link, .modalComponents .delist-modal .pagination .page-item.next.disabled .page-link {
    background-color: #E6E6E6;
    color: white;
    border-color: #D3D3D3;
} .modalComponents .delist-modal main .pagination .page-item.active .page-link {
    border: 2px solid #2356AA;
    color: #2356AA;
    background-color: white;
} .modalComponents .delist-modal main .buy-this-product-mobile {
    display: none;
} .modalComponents .delist-modal main .items-per-page-mobile {
    display: none;
    margin-top: 1em;
    margin-bottom: 1em;
} .modalComponents .delist-modal .add-to-list, .modalComponents .delist-modal .add-note {
    cursor: pointer;
} .modalComponents .delist-modal input[type="number"]::-webkit-outer-spin-button, .modalComponents .delist-modal input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} .modalComponents .delist-modal input[type="number"] {
    -moz-appearance: textfield;
} .modalComponents .delist-modal .check-input-popUp input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
} .modalComponents .delist-modal .check-input-popUp label {
    position: relative;
} .modalComponents .delist-modal .check-input-popUp label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #2356AA;
} .modalComponents .delist-modal .check-input-popUp label:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    position: absolute;
    top: 12px;
    left: 10px;
} .modalComponents .delist-modal .check-input-popUp input[type="checkbox"]:checked~label::before {
    color: white;
    background-color: #2356AA;
} .modalComponents .delist-modal .check-input-popUp input[type="checkbox"]:checked~label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
} .modalComponents .delist-modal .check-input-popUp label {
    min-height: 34px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
} .modalComponents .delist-modal .check-input-popUp label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} .modalComponents .delist-modal .check-input-popUp input[type="checkbox"]:focus+label::before {
    outline: 0;
} .modalComponents .delist-modal .check-input-popUp .more {
    color: #2356AA !important;
    font-size: 14px;
} @media(max-width:1150px) {
    .modalComponents #filter-btn-popUp {
        display: block;
        width: auto;
    }

    .modalComponents .delist-modal {
        padding: 0;
    }

    .modalComponents .delist-modal .modal-header {
        padding-top: 1rem;
        padding-right: 10px;
    }
} @media(max-width:767px) {

    .modalComponents #subCatCol-popUp,
    .modalComponents #subCatRow-popUp {
        display: none;
    }

    .modalComponents .delist-modal .modal-content {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .modalComponents .delist-modal {
        margin: 0;
        max-height: 100%;
    }

    .modalComponents #delistModal {
        padding-top: 10px;
    }
} @media (max-width: 680px) {
    .modalComponents .delist-modal {
        width: 100% !important;
    }
} @media(max-width:420px) {} @media(max-width:405px) {
    .modalComponents .delist-modal .modal-title {
        font-size: 1.75rem !important;
        align-self: center;
    }
} @media(max-width:375px) {
    .modalComponents .delist-modal .modal-title {
        font-size: 1.5rem !important;
    }
} @media (max-width: 320px) {
    .modalComponents .delist-modal .search-results .align-items-start {
        padding-left: 1rem !important;
    }

    .modalComponents .delist-modal .search-results .info {
        padding-left: 0 !important;
    }

    .modalComponents .delist-modal #filter-btn-popUp {
        margin-top: 1em;
    }

    .modalComponents .delist-modal .modal-title {
        font-size: 1.25rem !important;
    }
}
/* IE11 ProductList */
html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .rowMode .product-list .product .shopping .add-to-list {
    padding-top: 1.8em;
} html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .rowMode .product-list .product .shopping .add-note {
    padding-top: 1.8em;
} @media(max-width:1150px) {
    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .inner-list {
        width: 100% !important;
    }

    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal aside {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }

    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal main .search-results .sort-by-mobile span {
        padding-top: 10px;
    }
} @media(max-width:911px) {
    html [data-useragent*='rv:11.0'] .modalComponents .delist-modal .rowMode .product-list .product .shopping .add-to-list {
        padding-top: 0px;
    }

    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .rowMode .product-list .product .shopping .add-note {
        padding-top: 0px;
    }

    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .rowMode i.fa-plus.fas,
    .SubCategoriesRow .rowMode i.fa-minus.fas {
        padding-top: 2px;
    }
} @media(max-width:768px) {
    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .rowMode .product-list .product .shopping .quantity {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
} @media(max-width: 320px) {
    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .rowMode .product-list .product .product-details {
        font-size: 12px;
    }

    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .rowMode .product-list .product .shopping .add-note {
        font-size: 11px;
    }

    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .rowMode .product-list .product .product-details .orange-message-trapezoid {
        border-top: 20px solid #FFBA01;
        margin-top: 5px;
    }

    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .rowMode .product-list .product .product-details .price-marked {
        font-size: 12px;
    }
}
/*ajustar tamaños filtro y listado*/
@media(max-width:1990px) {
    .modalComponents .delist-modal .inner-list {
        width: 88% !important;
    }
} @media(max-width:1965px) {
    .modalComponents .delist-modal .inner-list {
        width: 87.5% !important;
    }
} @media(max-width:1890px) {
    .modalComponents .delist-modal .inner-list {
        width: 87% !important;
    }
} @media(max-width:1866px) {
    .modalComponents .delist-modal .inner-list {
        width: 86.5% !important;
    }
} @media(max-width:1760px) {
    .modalComponents .delist-modal .inner-list {
        width: 86% !important;
    }
} @media(max-width:1722px) {
    .modalComponents .delist-modal .inner-list {
        width: 85.5% !important;
    }
} @media(max-width:1645px) {
    .modalComponents .delist-modal .inner-list {
        width: 85% !important;
    }
} @media(max-width:1592px) {
    .modalComponents .delist-modal .inner-list {
        width: 84.5% !important;
    }
} @media(max-width:1545px) {
    .modalComponents .delist-modal .inner-list {
        width: 84% !important;
    }
} @media (max-width:1503px) {
    .modalComponents .delist-modal .list {
        width: 83.5% !important;
    }
} @media (max-width:1492px) {
    .modalComponents .delist-modal aside {
        width: 13.8em;
    }
} @media (max-width:1482px) {} @media (max-width:1471px) {
    .modalComponents .delist-modalaside {
        width: 13.6em;
    }
} @media (max-width:1460px) {
    .modalComponents .delist-modal aside {
        width: 13.5em;
    }
} @media (max-width:1450px) {
    .modalComponents .delist-modal aside {
        width: 13.4em;
    }
} @media (max-width:1439px) {
    .modalComponents .delist-modal aside {
        width: 13.3em;
    }
} @media (max-width:1428px) {
    .modalComponents .delist-modal aside {
        width: 13.2em;
    }
} @media (max-width:1418px) {
    .modalComponents .delist-modal aside {
        width: 13.1em;
    }
} @media (max-width:1407px) {
    .modalComponents .delist-modal aside {
        width: 13em;
    }
} @media (max-width:1396px) {
    .modalComponents .delist-modal aside {
        width: 12.9em;
    }
} @media (max-width:1386px) {
    .modalComponents .delist-modal aside {
        width: 12.8em;
    }
} @media (max-width:1375px) {
    .modalComponents .delist-modal aside {
        width: 12.7em;
    }
} @media (max-width:1364px) {
    .modalComponents .delist-modal aside {
        width: 12.6em;
    }
} @media (max-width:1354px) {
    .modalComponents .delist-modal aside {
        width: 12.5em;
    }
} @media (max-width:1343px) {
    .modalComponents .delist-modal aside {
        width: 12.4em;
    }
} @media (max-width:1332px) {
    .modalComponents .delist-modal aside {
        width: 12.3em;
    }
} @media (max-width:1322px) {
    .modalComponents .delist-modal aside {
        width: 12.2em;
    }
} @media (max-width:1311px) {
    .modalComponents .delist-modal aside {
        width: 12.1em;
    }
} @media (max-width:1300px) {
    .modalComponents .delist-modal aside {
        width: 12em;
    }
} @media (max-width:1290px) {
    .modalComponents .delist-modal aside {
        width: 11.9em;
    }
} @media (max-width:1279px) {
    .modalComponents .delist-modal aside {
        width: 11.8em;
    }
} @media (max-width:1268px) {
    .modalComponents .delist-modal aside {
        width: 11.7em;
    }
} @media (max-width:1258px) {
    .modalComponents .delist-modal aside {
        width: 11.6em;
    }
} @media (max-width:1247px) {
    .modalComponents .delist-modal aside {
        width: 11.5em;
    }
} @media (max-width:1236px) {
    .modalComponents .delist-modal aside {
        width: 11.4em;
    }
} @media (max-width:1226px) {
    .modalComponents .delist-modal aside {
        width: 11.3em;
    }
} @media (max-width:1215px) {
    .modalComponents .delist-modal aside {
        width: 11.2em;
    }
} @media (max-width:1204px) {
    .modalComponents .delist-modal aside {
        width: 11.1em;
    }
} @media (max-width:1200px) {
    .modalComponents .delist-modal aside {
        width: 11em;
    }
} @media (max-width:1186px) {
    .modalComponents .delist-modal aside {
        width: 10.9em;
    }
} @media (max-width:1172px) {
    .modalComponents .delist-modal aside {
        width: 10.8em;
    }
} @media (max-width:1162px) {
    .modalComponents .delist-modal aside {
        width: 10.7em;
    }
} @media (max-width:1151px) {
    .modalComponents .delist-modal aside {
        width: 10.6em;
    }
} @media (max-width:1150px) {
    .modalComponents .delist-modal main .multiSearchNew_result {
        padding-top: 0em !important;
    }

    .modalComponents .delist-modal .SubCategoriesRow .inner-list {
        width: 100% !important;
    }

    .modalComponents .delist-modal .list {
        width: 100% !important;
    }

    .modalComponents .delist-modal aside {
        display: none;
    }

    .modalComponents .delist-modal main {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .modalComponents .delist-modal main .mobile-department-accordion {
        display: block;
    }

    .modalComponents .delist-modal main .mobile-department-accordion .all-departments {
        padding-left: 2.5em;
    }

    .modalComponents .delist-modal main .mobile-department-accordion .all-departments>i {
        position: absolute;
        left: 1.25em;
    }

    .modalComponents .delist-modal main .mobile-department-accordion .card {
        -webkit-box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
        box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
    }

    .modalComponents .delist-modal main .mobile-department-accordion .card,
    .modalComponents .delist-modal main .mobile-department-accordion .card .card-header {
        border: 0;
    }

    .modalComponents .delist-modal main .mobile-department-accordion .card .card-header {
        background-color: #F2F2F2;
    }

    .modalComponents .delist-modal main .mobile-department-accordion .card .card-header i {
        position: absolute;
        top: -0.25em;
        right: 2em;
    }

    .modalComponents .delist-modal main .mobile-department-accordion .card .card-header,
    .modalComponents .delist-modal main .mobile-department-accordion .card .card-body {
        padding-left: 2.5em;
    }

    .modalComponents .delist-modal main .mobile-department-accordion .card .card-body {
        padding-top: 0.5em;
    }

    .modalComponents .delist-modal main .mobile-department-accordion .card .card-body a {
        color: black;
        display: block;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .modalComponents .delist-modal main .search-results>div:nth-child(1) {
        display: block !important;
    }

    .modalComponents .delist-modal main .search-results #filter-btn {
        display: block !important;
        width: auto !important;
    }

    .modalComponents .delist-modal main .search-results .filters {
        margin-top: 1em !important;
    }

    .modalComponents .delist-modal main .search-results .filters .print-btn {
        display: none;
    }

    .modalComponents .delist-modal main .search-results #items-per-page {
        display: none;
    }

    .modalComponents .delist-modal main .items-per-page-mobile {
        display: flex;
    }

    .modalComponents .delist-modal main .search-results .sort-by-mobile {
        display: flex;
    }

    .modalComponents .delist-modal main .search-results .group-by-mobile {
        display: flex;
    }

    .modalComponents .delist-modal main .search-results .sort-by-mobile span {
        margin: auto 5px;
    }

    .modalComponents .delist-modal main .search-results .sort-by-desktop {
        display: none !important;
    }

    .modalComponents .delist-modal main .search-results .group-by-desktop {
        display: none !important;
    }

    .modalComponents .delist-modal main .search-results .pagination {
        padding-right: 1em !important;
    }

    .modalComponents .delist-modal main.list {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .product-details .price-marked {
        margin-bottom: 0 !important;
    }

    .modalComponents .delist-modal main .search-results div:nth-child(2) {
        padding-right: 10px !important;
    }
} @media(max-width:360px) {
    .modalComponents .delist-modal main .search-results div:nth-child(1) {
        padding-left: 0.5em !important;
    }

    .modalComponents .delist-modal main .search-results .result {
        margin-left: 0;
    }
} @media(max-width:320px) {
    .modalComponents .delist-modal main .search-results div:nth-child(1) {
        padding-left: 1rem !important;
    }
} .SubCategoriesRow {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
} .trolleyCheckoutFirstReverse {
    display: block;
} @media (max-width:1279px) {
    .trolleyCheckoutFirstReverse {
        display: flex;
        flex-direction: column-reverse;
    }
} .SubCategoriesRow-popUp {
    display: -ms-flexbox !important;
    display: flex !important;
} section.SubCategoriesRow-popUp .rowMode {
    background: white;
    display: inline-block;
    width: 100%;
} .modalComponents .delist-modal .rowMode .pagination-container {
    justify-content: flex-end;
    display: flex;
} .modalComponents .delist-modal .rowMode .buy-this-product-mobile {
    display: none;
} .modalComponents .delist-modal .rowMode .items-per-page-mobile {
    display: none;
    margin-top: 1em;
} .modalComponents .delist-modal .rowMode .add-to-list, .add-note {
    cursor: pointer;
} .modalComponents .delist-modal .rowMode .weight-mobile {
    display: none;
} .modalComponents .delist-modal .rowMode .product-list .product {
    position: relative;
    border: 1px solid #ECECEC;
    box-shadow: none;
} .modalComponents .delist-modal .rowMode .product-list .product-header .exclusive {
    position: absolute;
    left: 0;
    z-index: 1;
} .modalComponents .delist-modal .rowMode .product-list .product.not-available {
    background-color: #EBEBEB;
    border: 1px solid #DDDDDD;
} .modalComponents .delist-modal .rowMode .product-list .product .product-header-message .red-message {
    position: absolute;
    height: 30px;
    top: 0;
    left: 0;
} .modalComponents .delist-modal .rowMode .product-list .product .product-header-message .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .modalComponents .delist-modal .rowMode .product-list .product .product-header-message .red-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .modalComponents .delist-modal .rowMode .product-list .product .product-header-message .blue-message {
    position: absolute;
    height: 30px;
    top: 0;
    left: 0;
} .modalComponents .delist-modal .rowMode .product-list .product .product-header .blue-message-trapezoid {
    border-top: 30px solid #5880E8;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .modalComponents .delist-modal .rowMode .product-list .product .product-header-message .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .modalComponents .delist-modal .rowMode .product-list .product .product-header-message .multicolor-message {
    color: white;
    position: absolute;
    height: 30px;
    top: 2px;
    left: 0;
} .modalComponents .delist-modal .rowMode .product-list .product .product-header-message .multicolor-message .multicolor-message-red {
    padding: 5px;
    background-color: #ED1C24;
} .modalComponents .delist-modal .rowMode .product-list .product .multicolor-message .multicolor-message-darkgreen {
    padding: 5px;
    background-color: #004338;
} .modalComponents .delist-modal .rowMode .product-list .product .product-header-message .multicolor-message .multicolor-message-green {
    padding: 5px;
    background-color: #41B649;
} .modalComponents .delist-modal .rowMode .product-list .product .product-header-message .multicolor-message .multicolor-message-purple {
    padding: 5px;
    background-color: #400043;
} .modalComponents .delist-modal .rowMode .product-list .product .product-header-message .multicolor-message .triangle-top-left {
    width: 0;
    height: 0;
    border-top: 29px solid #400043;
    border-right: 10px solid transparent;
    padding-top: 5px;
    position: absolute;
    top: -3px;
} .modalComponents .delist-modal .rowMode .product-list .product .col-4:nth-child(1) {
    padding-right: 0px;
    padding-left: 10px;
} .modalComponents .delist-modal .rowMode .product-list .product .product-number {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
} .modalComponents .delist-modal .rowMode .product-list .product .product-number .codPro {
    margin-top: -1.5em;
} .modalComponents .delist-modal .colMode .product-list .product .product-header .product-id .codPro2 {
    margin-top: -1.5em;
} .modalComponents .delist-modal .colMode .product-list .product .product-header .product-id .imgprod {
    margin-left: -5em;
} .modalComponents .delist-modal .rowMode .product-number-mobile img {
    margin-right: 3em;
} .modalComponents .delist-modal .rowMode .product-list .product .product-details {
    display: flex;
    justify-content: space-between;
} .modalComponents .delist-modal .rowMode .product-list .product .product-details .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
    margin-bottom: 0;
} .modalComponents .delist-modal main .rowMode .product-list .product .product-details .product-name {
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25em;
} .modalComponents .delist-modal main .rowMode .product-list .product .product-details .product-name-priceMarked {
    height: 4.5em;
    margin-bottom: 0.25em;
} .modalComponents .delist-modal .rowMode .product-list .product .product-image {
    text-align: center;
    cursor: pointer;
} .modalComponents .delist-modal .rowMode main .pagination {
    display: flex;
} .modalComponents .delist-modal .rowMode .box-img {
    max-width: 4em;
} @media(max-width: 768.97px) {
    .modalComponents .delist-modal .rowMode main .filters .btn {
        margin-top: 1rem;
    }

    .modalComponents .delist-modal main .search-results .filters {
        margin-top: 0em !important;
    }
} .modalComponents .delist-modal .rowMode .product-list .product .case-image {
    flex-direction: column;
    width: 5em;
    text-align: center;
    font-size: 14px;
    padding-right: 0px;
} .modalComponents .delist-modal .rowMode .product-list .product .case-image>span {
    display: block;
} .modalComponents .delist-modal .rowMode .product-list .product .product-name {
    cursor: pointer;
} .modalComponents .delist-modal .rowMode .product-list .product .product-details .yellow-message {
    position: relative;
    height: 30px;
}

.modalComponents .delist-modal .rowMode .product-list .product .product-details .blue-message-trapezoid {
    border-top: 30px solid #2356AA;
    border-right: 10px solid transparent;
    height: 0;
}

.modalComponents .delist-modal .rowMode .product-list .product .product-details .blue-message {
    position: relative;
    height: 30px;
}

.modalComponents .delist-modal .rowMode .product-list .product .product-details .yellow-message-trapezoid {
    border-top: 30px solid #FDDE50;
    border-right: 10px solid transparent;
    height: 0;
} .modalComponents .delist-modal .rowMode .product-list .product .product-details .orange-message {
    position: relative;
    height: 30px;
} .modalComponents .delist-modal .rowMode .product-list .product .product-details .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
} .modalComponents .delist-modal .rowMode .product-list .product-details .red-message {
    position: relative;
} .modalComponents .delist-modal .rowMode .product-list .product .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .modalComponents .delist-modal .rowMode .product-list .product .red-message span, .modalComponents .delist-modal .rowMode .product-list .product .orange-message span, .modalComponents .delist-modal .rowMode .product-list .product .yellow-message span, .modalComponents .delist-modal .rowMode .product-list .product .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    font-weight: 900;
} .modalComponents .delist-modal .rowMode .product-list .product .yellow-message span, .modalComponents .delist-modal .rowMode .product-list .product .orange-message span {
    color: #333333;
} .modalComponents .delist-modal .rowMode .product-list .product .red-message span, .modalComponents .delist-modal .rowMode .product-list .product .blue-message span {
    color: white;
} .modalComponents .delist-modal .rowMode .product-list .product .product-details .w-6 {
    width: 6em;
} .modalComponents .delist-modal .rowMode .product-list .product .product-details .w-8 {
    width: 8em;
} .modalComponents .delist-modal .rowMode .product-list .product .product-details .w-10 {
    width: 10em;
} .modalComponents .delist-modal .rowMode .product-list .product .product-details .w-12 {
    width: 12em;
} .modalComponents .delist-modal .rowMode .product-list .product .product-details .on-deliveries {
    font-size: 13px;
    flex-direction: row !important;
} .modalComponents .delist-modal .rowMode .product-list .product .product-details .yellow-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
} .modalComponents .delist-modal .rowMode .product-list .product .product-details .discount {
    color: red;
    height: 1.5em;
    font-size: 14px;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping {
    height: 100%;
    font-size: 14px;
    min-width: 20em;
} @media (max-width:466px) {
    .modalComponents #alternative-products .delist-modal .rowMode .product-list .product .shopping {
        min-width: auto;
    }
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .fa-star {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 4px;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping [class*='col-']:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping [class*='col-']:nth-child(2) {
    padding-right: 0;
    padding-left: 0.5em;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .list-img, .modalComponents .delist-modal .rowMode .product-list .product .shopping .note-img {
    width: 1.5em;
    height: 1.75em;
    margin-left: -0.25em;
} .modalComponents .delist-modal .delist-modal .rowMode .product-list .product .shopping .prices-and-taxes {
    padding-right: 1.5em;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product .prices-and-taxes {
    padding-right: 1.5em;
    padding-left: 0em;
    width: 100%;
} .modalComponents .delist-modal .delist-modal .rowMode .product-list .product .shopping .prices-and-taxes .price {
    font-size: 20px;
    text-align: right;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .shop {
    margin-left: auto;
    margin-right: 1.5em;
} .modalComponents .delist-modal .rowMode .product-list .product .buying {
    background-color: #A9E0B9;
} .modalComponents.modalComponentsOrange .delist-modal .rowMode .product-list .product .buying {
    background-color: #FDEAD3;
} .modalComponents .delist-modal .rowMode .product-list .product .alternatives-btn {
    background-color: #00BDF7;
    color: white;
    width: 100%;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .quantity {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
    display: flex;
    align-items: center;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .quantity input {
    width: 3em;
    height: 3em;
    text-align: center;
    padding-left: 0;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .quantity input:focus {
    box-shadow: 0 0 0 0.1rem #2356AA;
    outline: none;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .add-to-list {
    align-items: center;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .price {
    position: relative;
    font-size: 20px;
    text-align: right;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .price span:nth-child(2) {
    position: absolute;
    left: 2.5em;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .price-row {
    color: #909090;
    position: relative;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product .price-row-first {
    text-align: left;
    flex-direction: row !important;
    padding-left: 1.4em;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product .price-row-second {
    text-align: left;
    width: fit-content;
    flex-direction: row !important;
    padding-left: 3em;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    min-width: 20em;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product>div {
    display: inline-block !important;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product .remove-text {
    display: none !important;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product.buying {
    background-color: #A9E0B9;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .add-to-list {
    align-items: flex-end !important;
    padding-right: 0;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .add-note {
    align-items: flex-end !important;
    padding-right: 1em;
} .modalComponents .delist-modal .rowMode .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product.buying {
    background-color: white;
} .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product.buying .shop {
    background-color: #A9E0B9;
} .modalComponents .delist-modal .rowMode .plus-minus-icon i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
} @media (max-width:1120px) {
    .modalComponents .delist-modal .rowMode .product-list .product .shopping .prices-and-taxes {
        padding-right: 0em;
    }
} @media (max-width:1250px) {
    .modalComponents .delist-modal .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
        width: 1.5em;
        height: 1.5em;
        font-size: 12px;
    }
} @media(max-width:1200px) {
    .modalComponents .delist-modal .rowMode .product-list .product .shopping {
        width: 20em;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product .prices-and-taxes {
        padding-right: 2em;
    }
} @media(max-width:1366px) {
    .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product .prices-and-taxes {
        padding-right: 1.5em;
    }
} @media(max-width:1024px) {
    .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product .prices-and-taxes {
        padding-right: 1.5em;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .shop {
        margin-right: 0.5em;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .fa-star {
        right: 0;
        position: relative;
        top: unset;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping {
        height: 100%;
    }
} @media (min-width:992px) {
    .modalComponents .delist-modal main .colMode .product-list .product .shop .price-row {
        font-size: 15px;
    }
} @media (max-width:991px) {
    .modalComponents .delist-modal .rowMode .product-list .product {
        height: 100%;
    }

    section.SubCategoriesRow-popUp .rowMode {
        width: 100%;
    }

    .modalComponents .delist-modal .rowMode .product-list .product-header .exclusive {
        top: 0;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .product-image {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping {
        height: auto;
        width: auto;
    }

    .modalComponents .delist-modal .rowMode .product-number-mobile {
        display: none;
    }

    .modalComponents .delist-modal .rowMode .product-details .pt-3 {
        padding-top: 0px !important;
    }

    .modalComponents .delist-modal .rowMode .product-number-mobile img {
        padding-right: 0.5rem;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .price-row {
        justify-content: flex-end;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .rating {
        padding-top: 1em;
        padding-left: 4em;
        text-align: left;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .fa-star {
        position: relative;
        top: unset;
        right: unset;
        align-self: flex-start;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .fa-star {
        right: 10px;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .prices-and-taxes .price {
        font-size: 20px;
    }

    .modalComponents .delist-modal .rowMode i.fas.fa-plus,
    .SubCategoriesRow .rowMode i.fas.fa-minus {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modalComponents .delist-modal .rowMode .buy-this-product-mobile {
        display: none;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .quantity {
        display: flex;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
        width: 2.5em;
        height: 2.5em;
    }

    .modalComponents .delist-modal .rowMode .product-header {
        align-items: center;
        display: flex;
    }

    .modalComponents .delist-modal .rowMode .buy-this-product,
    .SubCategoriesRow .rowMode .product-number

    /*, .case-image*/
        {
        display: flex !important;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .case-image {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .modalComponents .delist-modal .rowMode .case-weight.mobile {
        display: none;
    }

    .modalComponents .delist-modal .rowMode .case-quantity.mobile {
        display: none;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product {
        min-width: 18em;
    }
} @media(min-width: 992px) {

    .modalComponents .delist-modal .rowMode main .rowMode .product-list .product .product-number-mobile,
    .modalComponents .delist-modal .rowMode .product-list .product .shopping .case-image-mobile {
        display: none;
    }
} @media(max-width: 767.97px) {
    .modalComponents .delist-modal .rowMode .product-number-mobile {
        justify-content: flex-end;
    }

    .modalComponents .delist-modal .filter-menu .buttons .btn,
    .modalComponents .delist-modal .filter-menu .footer-buttons .btn {
        width: 100% !important;
    }
} @media(max-width: 567.97px) {
    .modalComponents .delist-modal .rowMode .product-list .product .shopping .fa-star {
        align-self: flex-end;
        padding-left: 0;
    }

    .modalComponents .delist-modal .rowMode .case-weight.mobile,
    .SubCategoriesRow .rowMode .case-quantity.mobile {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .alternatives-btn {
        font-size: 90%;
    }
} @media(min-width: 769px) and (max-width: 991.98px) {
    .modalComponents .delist-modal .rowMode .product-list .product .shopping .fa-star {
        align-self: flex-end;
        margin-left: 1em;
    }
} @media(min-width: 769px) and (max-width: 1199.98px) {
    .modalComponents .delist-modal .rowMode .product-list .product .col-4:nth-child(1) {
        padding-right: 15px;
    }

    .modalComponents .delist-modal .rowMode .product-header {
        padding-right: 15px;
    }

    .modalComponents .delist-modal .rowMode .product .row.d-flex.align-items-center.pt-2.pb-2 {
        height: 10em;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .product-image img {
        height: auto !important;
    }
} @media(max-width:820px) {
    .modalComponents .delist-modal .rowMode .product-list .product .case-image {
        font-size: 12px;
    }
} @media(max-width:785px) {
    .modalComponents .delist-modal .rowMode .product-number .img-fluid {
        margin-right: .2rem !important;
    }
} @media(max-width:768px) {
    .modalComponents .delist-modal .rowMode .product-number-mobile {
        display: flex;
        padding-right: 0.75rem;
        align-items: flex-start !important;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .product-number {
        display: none !important;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shop-mobile {
        display: none !important;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .case-image {
        display: block !important;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .fa-star {
        right: 0px;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .buy-this-product {
        min-width: 16.5em;
    }

    .modalComponents .delist-modal main .filters .form-custom-select select option {
        font-size: 14px;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .product-number-mobile .codPro {
        margin-left: 1.5em;
    }
} @media(max-width:767px) {
    .modalComponents .delist-modal .rowMode .buy-this-product-mobile {
        display: inline-flex;
        margin-bottom: 2em;
        margin-top: 2em;
        margin-right: 1rem;
        width: 100%;
    }

    .modalComponents .delist-modal .rowMode .product-number-mobile {
        display: flex;
        justify-content: flex-start;
        padding-right: 0.75rem;
    }

    .modalComponents .delist-modal .case-image {
        display: none !important;
    }

    .modalComponents .delist-modal .rowMode .buy-this-product {
        display: none !important;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .add-note {
        padding-right: 1em;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .product-details {
        display: block;
    }

    .modalComponents .delist-modal .rowMode .product-number-mobile {
        justify-content: flex-end;
    }

    .modalComponents .delist-modal .rowMode .case-weight.mobile {
        display: block;
    }

    .modalComponents .delist-modal .rowMode .product-number {
        display: none !important;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .product-image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .modalComponents .delist-modal .rowMode .case-quantity.mobile {
        display: block;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shop-mobile {
        display: flex !important;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .prices-and-taxes .price {
        margin-right: 0.5em;
    }

    .modalComponents .delist-modal .rowMode .product-number-mobile {
        align-items: flex-end !important;
    }
} @media(min-width: 992px) {
    .modalComponents .delist-modal .rowMode .product-list .product .product-image img {
        height: 8em;
        max-width: 8em;
        object-fit: cover;
    }

    .modalComponents .delist-modal .rowMode .case-weight.mobile,
    .modalComponents .delist-modal .rowMode .case-quantity.mobile,
    .modalComponents .delist-modal .rowMode .product-list .product .product-number-mobile {
        display: none;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
        width: 2.5em;
        height: 2.5em;
    }
} @media(min-width: 1200px) and (max-width: 1519.98px) {
    .modalComponents .delist-modal .rowMode .product-list .product .case-image {
        padding-right: 15px;
    }
} .modalComponents .delist-modal main .colGrouped .container {
    max-width: unset;
    padding: 0px;
} .modalComponents .delist-modal main .colMode .product-list .product {
    padding: 0px;
} .modalComponents .delist-modal main .colMode .product-list .product.not-available {
    background-color: #EBEBEB;
    border: 1px solid #DDDDDD;
} .modalComponents .delist-modal main .colMode .shopCol.buying {
    background-color: #A9E0B9;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details .orange-message {
    position: relative;
    height: 30px;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details .orange-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
} .modalComponents .delist-modal main .colMode .product-list .product .red-message {
    position: relative;
    height: 30px;
} .modalComponents .delist-modal main .colMode .product-list .product .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 9em;
} .modalComponents .delist-modal main .colMode .product-list .product .red-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .modalComponents .delist-modal main .colMode .product-list .product .blue-message {
    position: relative;
    height: 30px;
} .modalComponents .delist-modal main .colMode .product-list .product .blue-message-trapezoid {
    border-top: 30px solid #5880E8;
    border-right: 10px solid transparent;
    height: 0;
    width: 9em;
} .modalComponents .delist-modal main .colMode .product-list .product .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .modalComponents .delist-modal main .colMode .product-list .product .yellow-message {
    position: relative;
    height: 30px;
} .modalComponents .delist-modal main .colMode .product-list .product .yellow-message-trapezoid {
    border-top: 30px solid #FFDC50;
    border-right: 10px solid transparent;
    height: 0;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details .yellow-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
} .modalComponents .delist-modal main .colMode .product-list .product .product-header .multicolor-message {
    color: white;
    position: relative;
    padding-top: 4px;
} .modalComponents .delist-modal main .colMode .product-list .product .product-header .multicolor-message .multicolor-message-red {
    padding: 5px;
    background-color: #ED1C24;
} .modalComponents .delist-modal main .colMode .product-list .product .product-header .multicolor-message .multicolor-message-darkgreen {
    padding: 5px;
    background-color: #004338;
} .modalComponents .delist-modal main .colMode .product-list .product .product-header .multicolor-message .multicolor-message-green {
    padding: 5px;
    background-color: #41B649;
} .modalComponents .delist-modal main .colMode .product-list .product .product-header .multicolor-message .multicolor-message-purple {
    padding: 5px;
    background-color: #400043;
} .modalComponents .delist-modal .delist-modal main .colMode .product-list .product .product-header .multicolor-message .triangle-top-left {
    width: 0;
    height: 0;
    border-top: 29px solid #400043;
    border-right: 10px solid transparent;
    padding-top: 5px;
    position: absolute;
    top: 1px;
} .modalComponents .delist-modal main .colMode .product-list .product .product-header .fa-star {
    top: 2em;
    right: 0.5em;
    position: absolute;
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .modalComponents .delist-modal main .colMode .product-list .product .product-img {
    height: 8em;
    width: 100%;
    position: relative;
    cursor: pointer;
} .modalComponents .delist-modal main .colMode .product-list .product .product-img img {
    max-width: 15em;
    max-height: 8em;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details {
    padding-left: 1em;
    padding-right: 1em;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details .product-name .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details .more-details .w-6 {
    width: 6em;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details .more-details .w-8 {
    width: 8em;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details .more-details .w-10 {
    width: 10em;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details .more-details .w-12 {
    width: 11em;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details .more-details .on-deliveries {
    font-size: 13px;
    margin-top: -3px;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details .more-details .discount {
    color: red;
    display: block;
    height: 1.5em;
    font-size: 14px;
} @media(max-width: 850px) {
    .modalComponents .delist-modal .rowMode .product-list .product .product-number {
        padding-left: 1em;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .product-number .align-self-start {
        align-self: initial;
        margin-left: -1em;
    }
} @media(max-width: 415px) {
    .modalComponents .delist-modal main .colMode .product-list .product .product-details .orange-message span {
        left: 0px;
    }

    .modalComponents .delist-modal #subCatRow-popUp,
    .SubCategoriesRow #subCatCol {
        display: none;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .product-name {
        font-size: 15px;
    }
} @media(max-width: 376px) {
    .modalComponents .delist-modal main .colMode .product-list .product .product-details .more-details .w-12 {
        width: 9.5em;
    }
} @media(min-width: 768px) {
    .modalComponents .delist-modal main .colMode .product-list .product .product-header {
        height: 1.5em;
    }

    .modalComponents .delist-modal .colMode .product-list .product .product-header .product-id {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
    }
} .modalComponents .delist-modal main .colMode .product-list .product .shop .wsp {
    font-size: 18px;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping {
    padding: 1.5em;
    text-align: center;
    position: relative;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping .fa-star {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping .plus-minus-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping .plus-minus-icon i {
    position: absolute;
    left: 0.8em;
    top: 0.75em;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping input {
    width: 3em;
    height: 3em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: center;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping input:focus {
    box-shadow: 0 0 0 0.1rem #2356AA;
} .modalComponents .delist-modal main .colMode .product-list .product .shop.buying {
    background-color: #A9E0B9;
} .modalComponents .delist-modal main .colMode .product-list .product .product-details .more-details .alternatives-btn {
    background-color: #00BDF7;
    color: white;
    width: 90%;
    position: absolute;
    bottom: 1em;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shop-prices-row {
    height: 6.5em;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shop-prices-row .add-to-list, .modalComponents .delist-modal main .colMode .product-list .product .shop .shop-prices-row .add-note {
    margin-top: -0.25em !important;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .add-to-list .list-img, .modalComponents .delist-modal main .colMode .product-list .product .shop .add-note .note-img {
    width: 1.5em;
    height: 1.75em;
    margin-left: -0.25em;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .price-row {
    color: #909090;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping {
    padding: 1em;
    text-align: center;
    position: relative;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping .fa-star {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping .plus-minus-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping .plus-minus-icon i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping input {
    width: 3em;
    height: 3em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: center;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping.buying {
    background-color: #A9E0B9;
} .modalComponents .delist-modal main .colMode .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
} .modalComponents .delist-modal .colMode .product-number-mobile {
    display: flex !important;
} section.SubCategoriesRow-popUp main .colMode .product.col-6.col-md-4.col-lg-3.col-xxl-2dot4.col-xxxl-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
} section.SubCategoriesRow-popUp main .colMode .search-results {
    padding-right: 0.5em !important;
    border-top: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    font-size: 14px;
} section.SubCategoriesRow-popUp main .colMode .product-list .product {
    border: 1px solid #ECECEC;
    padding: 0px;
} section.SubCategoriesRow-popUp main .colMode .product-list .product .product-details {
    padding-left: 0.5em;
    padding-right: 0.5em;
} section.SubCategoriesRow-popUp main .colMode .product-list .product .product-img {
    height: 8em;
    width: 100%;
    position: relative;
    cursor: pointer;
} section.SubCategoriesRow-popUp main .colMode .product-list .product .product-img img {
    max-width: 15em;
    max-height: 7em;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
} .modalComponents .delist-modal main .colMode .product-list .product .shop .price-row .wsp {
    color: black;
} .modalComponents .delist-modal main .colMode .product-name {
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 1.5em;
    height: 4.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25em;
} .modalComponents .delist-modal main .colMode .product-name p {
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25em;
} .modalComponents .delist-modal main .colMode img.box-img {
    max-width: 4em;
} @media(max-width: 768.97px) {
    .modalComponents .delist-modal main .colMode .add-note.d-flex.col-8 {
        height: 2.5em;
    }

    section.SubCategoriesRow-popUp main .colMode .product-list .product .product-img {
        height: 8em;
    }

    .modalComponents .delist-modal main .colMode .shop .row .weightRow {
        height: 3em;
    }

    .modalComponents .delist-modal main .colMode .mobileRow span {
        font-size: 90%;
    }
} @media (max-width: 767.98px) {
    .modalComponents .delist-modal main .buy-this-product,
    .SubCategoriesRow .product-number

    /*, .case-image*/
        {
        display: none !important;
    }

    .modalComponents .delist-modal .colMode .product-number,
    .SubCategoriesRow .colMode .case-image {
        display: none;
    }

    .modalComponents .delist-modal main .colMode .buy-this-product-mobile,
    .modalComponents .delist-modal main .colMode .product-header-mobile,
    .modalComponents .delist-modal main .colMode .star-mobile {
        display: block !important;
    }

    .modalComponents .delist-modal main .colMode .buy-this-product-mobile button.btn.alternatives-btn {
        background-color: #00BDF7;
        color: white;
        width: 100% !important;
        font-size: 80%;
    }

    .modalComponents .delist-modal main .colMode .buy-this-product,
    .modalComponents .delist-modal main .colMode .product-header,
    .modalComponents .delist-modal main .colMode .row.desktopRow,
    .modalComponents .delist-modal main .colMode .star-desktop {
        display: none;
    }

    .modalComponents .delist-modal main .colMode .product-id {
        float: right;
    }

    .modalComponents .delist-modal main .colMode .product-header-mobile {
        height: 3.5rem;
        padding-right: 0.2rem;
    }

    .modalComponents .delist-modal main .colMode .product-list .product .product-details .more-details .on-deliveries {
        padding-left: 0px !important;
    }

    .modalComponents .delist-modal main .colMode .shop .row .weightRow {
        padding-right: 0px;
        height: 3.5em;
    }

    .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping .plus-minus-icon {
        width: 2em;
        height: 2em;
    }

    .modalComponents .delist-modal main .colMode .mobileRow .prices {
        flex-direction: column;
        padding-right: 0px;
        padding-left: 0.5em;
        height: 2.5rem;
    }

    .modalComponents .delist-modal main .colMode .product-list .product .shop .price-row .wsp {
        font-size: 24px;
    }

    .modalComponents .delist-modal main .colMode .product-list .product .shop .wsp {
        font-size: 24px;
    }
} @media(min-width: 769px) {
    .modalComponents .delist-modal main .colMode .mobileRow .prices {
        height: 3.5rem;
    }

    .modalComponents .delist-modal main .colMode .row.mobileRow {
        height: 3em;
    }

    .shopping.col-4.d-flex.align-items-end.justify-content-start.star-mobile {
        padding: 0px;
    }
} @media(max-width: 767px) {

    #subCatCol-popUp,
    #subCatRow-popUp {
        display: none;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .shopping .fa-star {
        right: -1.5em;
    }

    .modalComponents .delist-modal .oreo-banner {
        padding-left: 0rem !important;
    }

    .modalComponents .delist-modal .colMode {
        display: none !important;
    }

    .modalComponents .delist-modal .rowMode {
        display: block !important;
    }
} @media(min-width: 769px) {
    .modalComponents .delist-modal main .rowMode .product-list .product .product-number-mobile {
        display: none;
    }
} @media(min-width: 768px) {

    .modalComponents .delist-modal main .rowMode .product-list .product .shopping .case-image-mobile,
    .modalComponents .delist-modal main .colMode .row.mobileRow,
    .modalComponents .delist-modal main .colMode .product-list .product .product-details .mobile {
        display: none;
    }

    .modalComponents .delist-modal main .colMode .product-list .product .shop .price-row .wsp {
        font-size: 25px;
    }

    .modalComponents .delist-modal main .colMode .row.desktopRow {
        display: flex;
    }

    .modalComponents .delist-modal main .colMode .row.desktopRow .quantity {
        padding-top: 12px;
    }

    .modalComponents .delist-modal main .alternatives-btn {
        background-color: #00BDF7;
        color: white;
        width: 100%;
    }

    .modalComponents .delist-modal main .colMode .buy-this-product-mobile,
    .modalComponents .delist-modal main .colMode .product-header-mobile {
        display: none !important;
    }

    .modalComponents .delist-modal main .colMode .buy-this-product,
    .modalComponents .delist-modal main .colMode .product-header {
        display: block;
    }
} @media(min-width: 992px) and (max-width: 1199px) {
    .modalComponents .delist-modal main .colMode .product-list .product .shop .shopping .plus-minus-icon {
        width: 2em;
        height: 2em;
    }
} @media(min-width: 992px) {

    .modalComponents .delist-modal main .rowMode .product-list .product .product-number-mobile,
    .modalComponents .delist-modal main .rowMode .product-list .product .shopping .case-image-mobile {
        display: none;
    }

    .modalComponents .delist-modal main .alternatives-btn {
        background-color: #00BDF7;
        color: white;
        width: 100%;
    }
} .modalComponents .delist-modal .rowMode .product-list .product .hide-btn .btn {
    background-color: #00BDF7;
    color: white;
    width: 65px;
} .modalComponents .delist-modal .rowMode .product-list .product .hide-btn {
    margin-right: 0.5em;
} .modalComponents .delist-modal .colMode .product-list .product .hide-btn .btn {
    background-color: #00BDF7;
    color: white;
    margin-left: 8em;
    width: 65px;
} .modalComponents .delist-modal .colMode .product-list .product .hide-btn .btn {
    margin-bottom: 0.5em;
} .modalComponents .delist-modal .product-list .product .shop-mobile .hide-btn, .modalComponents .delist-modal .rowMode .product-list .product .shopping .shop .hide-btn, .modalComponents .delist-modal .colMode .product-list .product .shop .hide-btn {
    width: 100%;
} .modalComponents .delist-modal .colMode .product-list .product .hide-btn .btn {
    margin-left: calc(50% - 32.5px);
} @media (max-width: 768px) {
    .modalComponents .delist-modal .rowMode .product-list .product .hide-btn .btn {
        margin-bottom: 0.5em;
    }
} @media (max-width: 767.98px) {
    .modalComponents .delist-modal .rowMode .product-list .product .hide-btn {
        padding-right: 0em !important;
        padding-left: 0;
    }

    .modalComponents .delist-modal .rowMode .product-list .product .hide-btn .btn {
        margin-left: calc(50% - 32.5px);
    }
} @media (max-width: 360px) {
    .modalComponents .delist-modal .rowMode .product-list .product .hide-btn .btn {
        margin-left: calc(50% - 28.5px);
    }
}
/*SaFARi*/
html[data-useragent*='Safari/605.1.15'] .modalComponents .delist-modal .rowMode .product-list .product .shopping .add-to-list {
    padding-top: 1.5em;
} html[data-useragent*='Safari/605.1.15'] .modalComponents .delist-modal .rowMode .product-list .product .shopping .add-note {
    padding-top: 1.5em;
}
/*IE11 Alternative Products en popup product list*/
html[data-useragent*='rv:11.0'] #delistModal .modalComponents .delist-modal {
    flex: 0 1 auto;
    display: flex
} html[data-useragent*='rv:11.0'] #delistModal .modal-dialog-scrollable .modal-body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: 50vh;
} @media(max-width: 767px) {
    html[data-useragent*='rv:11.0'] #delistModal .modal-dialog-scrollable .modal-body {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        height: 81vh !important;
    }
} @media(max-width: 414px) {
    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .modal-title {
        font-size: 1.6rem !important;
    }
} @media(max-width:411px) {
    html[data-useragent*='Edge/17.17134'] .modalComponents .delist-modal .modal-title {
        font-size: 1.9rem;
    }
} @media(max-width: 375px) {
    html[data-useragent*='rv:11.0'] #delistModal #filter-btn-popUp {
        margin-top: 1em;
    }

    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .modal-title {
        font-size: 1.5rem !important;
    }

    html[data-useragent*='Edge/17.17134'] .modalComponents #filter-btn-popUp {
        padding: .375rem .25rem;
    }

    html[data-useragent*='Edge/17.17134'] .modalComponents .delist-modal main .filters .form-custom-select select {
        padding: .375rem .25rem;
    }
} @media(max-width: 360px) {
    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .modal-title {
        font-size: 1.2rem !important;
    }

    html[data-useragent*='rv:11.0'] #delistModal .sort-by-mobile {
        font-size: 0.9em;
    }
} @media(max-width: 320px) {
    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .modal-title {
        font-size: 1.15rem !important;
    }
} .modalComponents .delist-modal .card.card-header {
    background-color: #2356AA;
} .modalComponents .delist-modal .card.card-header>h5 {
    margin-bottom: 0em;
    color: white;
} @media(max-width:800px) and (min-width:769px) {
    .modalComponents .delist-modal main .colMode .row.desktopRow .text-right {
        padding-right: 0.25em !important;
        padding-left: 0 !important;
    }

    .modalComponents .delist-modal main .colMode .row.desktopRow .quantity {
        padding-left: 0.25em !important;
    }
} @media(min-width:992px) and (max-width:1007px) {
    .modalComponents .delist-modal main .colMode .row.desktopRow .quantity {
        padding-left: 0.25em !important;
    }

    .modalComponents .delist-modal main .colMode .product-details .more-details .align-items-center {
        height: 35.4px;
    }
} @media(min-width:1151px) and (max-width:1225px) {
    .modalComponents .delist-modal main .colMode .row.desktopRow .quantity {
        padding-left: 0.05em !important;
    }

    .modalComponents .delist-modal main .colMode .row.desktopRow .text-right {
        padding-right: 0.25em !important;
        padding-left: 0 !important;
    }

    .modalComponents .delist-modal main .colMode .product-list .product .shop .price-row .wsp {
        font-size: 24px;
    }

    .modalComponents .delist-modal main .colMode .row.desktopRow .quantity p {
        font-size: 15px;
    }
}
/*****************************************FIN popup product-list****************************************************************************/
@media(max-width:1616px) {
    .modalComponents .delivery-popup .info {
        margin-top: -2em;
    }
} @media(max-width:1199px) {
    .modalComponents .delivery-popup .info {
        margin-top: -1em;
    }
} @media (max-width: 991.98px) {
    .modalComponents .popup-delivery-buttons .greenbutton {
        margin-bottom: 0;
    }
} @media(max-width:908px) {
    .modalComponents .delivery-popup .info {
        margin-top: -2em;
    }
} @media(max-width: 767.97px) {
    .modalComponents .modal-footer {
        display: inline-block;
    }

    .modalComponents .direct-delivered .modal-footer,
    .modalComponents .notcurrently2 .modal-footer,
    .modalComponents .notcurrently .modal-footer,
    #myModalThanks .modal-footer,
    .modalComponents .modal-footer-delivery-popup {
        display: flex;
    }

    #myModalThanks .modal-footer .btn {
        width: 100%;
    }

    #myModalThanks .modal-footer {
        padding-left: 0;
    }

    .modalComponents .modal-footer .btn+.btn {
        margin-left: 0rem;
    }

    .modalComponents .notcurrently .modal-footer .btn {
        margin-top: 0;
    }

    .modal-content form {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        width: 100% !important;
    }
} @media(max-width:680px) {
    .modalComponents .modal {
        padding-top: 1rem;
        /* Location of the box */
    }

    .modalComponents .modal-content {
        width: 90%;
    }
} @media(max-width:640px) {
    .modalComponents .delivery-popup .info {
        margin-top: -2em;
    }
} @media(max-width:568px) {
    .modalComponents .delivery-popup .info {
        margin-top: -3em;
    }
} @media(max-width:466px) {
    .modalComponents .delivery-popup .info {
        margin-top: -4em;
    }
} @media(max-width:387px) {
    .modalComponents .delivery-popup .info {
        margin-top: -4.5em;
    }
} @media(max-width:360px) {
    html[data-useragent*='Edge/17.17134'] .modalComponents .delist-modal main .search-results {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] .modalComponents .delist-modal main .filters .btn {
        margin-left: 0.1em;
    }
} @media(max-width:356px) {
    .modalComponents .delivery-popup .info {
        margin-top: -5.5em;
    }
} @media(max-width:326px) {
    .modalComponents .delivery-popup .info {
        margin-top: -6.5em;
    }

    html[data-useragent*='Edge/17.17134'] .modalComponents .delist-modal .rowMode .product-list .product .product-details .on-deliveries {
        font-size: 11px;
    }

    html[data-useragent*='Edge/17.17134'] .modalComponents .delist-modal .rowMode .product-list .product .shopping .add-note {
        padding-right: 0.8em;
    }
} @media(min-width: 768px) {
    .modal-footer .btn+.btn {
        margin-top: 0px;
    }
} @media(max-width: 991.98px) {
    .modalComponents .greenbutton {
        margin-bottom: 1rem;
    }

    .modalComponents .notcurrently .greenbutton {
        margin-bottom: 0;
    }
} @media(max-width: 1920px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -3em;
    }
} @media(max-width: 1600px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -4em;
    }
} @media(max-width: 1300px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -5em;
    }
} @media(min-width: 1200px) {

    .modalComponents .notcurrently2,
    .modalComponents .notcurrently,
    .modalComponents .delivery-popup,
    .modalComponents .direct-delivered {
        width: 45%;
    }

    .modalComponents .thankyou-ordering {
        width: 39%;
    }
} @media(max-width: 1199px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -2em;
    }
} @media(max-width: 1164px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -3em;
    }
} @media(max-width: 902px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -5.5em;
    }
} @media(max-width: 767px) {
    .modalComponents .direct-delivered .modal-footer .btn+.btn {
        margin-top: 0rem;
    }
} @media(max-width: 757px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -5em;
    }
} @media(max-width: 649px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -5.5em;
    }
} @media(max-width: 595px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -6.5em;
    }
} @media(max-width: 522px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -7.5em;
    }
} @media(max-width: 480px) {
    .modalComponents .request-deliveries-nocurrently2 {
        width: 100%;
    }

    .modalComponents .notcurrently h2,
    .modalComponents .direct-delivered h2,
    .modalComponents .notcurrently2 h2 {
        font-size: 1.9rem;
    }
} @media(max-width: 464px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -8.5em;
    }
} @media(max-width:450px) {
    .modalComponents .popup-delivery-buttons {
        display: block;
    }

    .modalComponents .popup-delivery-buttons .btn {
        width: 100%;
    }

    .modalComponents .delivery-popup .modal-body .popup-delivery-buttons> :not(:first-child) {
        margin-left: 0;
    }

    .modalComponents .delivery-popup .modal-body .popup-delivery-buttons> :first-child {
        margin-bottom: 1em;
    }

    .modalComponents .notcurrently .modal-footer {
        padding-left: 0;
    }

    .modalComponents .notcurrently h2,
    .modalComponents .direct-delivered h2,
    .modalComponents .notcurrently2 h2 {
        font-size: 1.8rem;
    }

    .modalComponents .thankyou-ordering h2 {
        font-size: 1.3rem !important;
    }
} @media(max-width: 432px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -9.5em;
    }
} @media (max-width: 414px) {

    .modalComponents .delivery-popup h2,
    .modalComponents .notcurrently h2,
    .modalComponents .direct-delivered h2,
    .modalComponents .notcurrently2 h2 {
        font-size: 1.6rem;
    }
} @media (max-width: 400px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -10em;
    }
} @media(max-width:375px) {

    .modalComponents .notcurrently h2,
    .modalComponents .direct-delivered h2 {
        font-size: 1.4rem !important;
    }

    .modalComponents .thankyou-ordering h2 {
        font-size: 1.1rem !important;
    }
} @media (max-width: 370px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -11.5em;
    }
} @media(max-width:360px) {
    .modalComponents .notcurrently .modal-footer {
        padding-left: 0;
    }

    .modalComponents .notcurrently2 h2 {
        font-size: 1.4rem !important;
    }

    .modalComponents .direct-delivered h2 {
        font-size: 1.3rem !important;
    }
} @media (max-width: 358px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -12.5em;
    }
} @media (max-width: 320px) {
    .modalComponents .notcurrently2 .info {
        margin-top: -13em;
    }

    .modalComponents .notcurrently h2,
    .modalComponents .direct-delivered h2,
    .modalComponents .notcurrently2 h2 {
        font-size: 1.2rem !important;
    }

    .modalComponents .thankyou-ordering h2 {
        font-size: 1rem !important;
    }
}
/*End POPUP STYLES*/
/*STARTING CUSTOM STYLES*/
/*PrintProduct List*/
.PrintProductList {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} .PrintProductList .col-content {
    padding: 2em 2em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    height: 100%;
} .PrintProductList .col-content img {
    margin: auto;
    display: block;
    max-width: 100%
} .PrintProductList h2 {
    color: #062F6E;
} .PrintProductList .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} .PrintProductList .mobile-view {
    display: none;
} .PrintProductList button.btn {
    width: auto !important;
} @media (max-width: 991px) {
    .PrintProductList {
        width: 90%;
    }

    .PrintProductList .product-table-col {
        padding: 2em 2em;
    }

    .PrintProductList .table-desktop {
        display: none !important;
    }

    .PrintProductList .mobile-view {
        display: block !important;
    }
} @media (max-width: 575px) {
    .PrintProductList .col-12:not(:first-child) {
        margin-top: 1em;
    }
} @media (max-width: 480px) {
    .PrintProductList {
        width: 95%;
    }

    .PrintProductList .product-table-col {
        padding: 2em 0.5em;
    }
} @media (max-width: 350px) {
    .PrintProductList {
        width: 95%;
    }
}
/*End Print Product List*/
/*PrintProductListGroup*/
.PrintProductListGrouped {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} .PrintProductListGrouped .product-table-col {
    padding: 2em 2em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} .PrintProductListGrouped .product-table-col table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} .PrintProductListGrouped .product-table-col table thead tr:last-child {
    border-bottom: 1px solid #333333;
} .PrintProductListGrouped .product-table-col table thead tr th {
    font-weight: 900;
} .PrintProductListGrouped .product-table-col table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} .PrintProductListGrouped .product-table-col table thead tr th, .PrintProductListGrouped .product-table-col table tbody tr td {
    padding: 0.25em 0.5em;
} .PrintProductListGrouped .barcode {
    width: 10em;
    height: 2em;
} .PrintProductListGrouped h2 {
    color: #062F6E;
} .PrintProductListGrouped .buttons {
    height: 2em;
} .PrintProductListGrouped .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} .PrintProductListGrouped .header-buttons {
    border: 1px solid #EFEFEF;
    border-bottom: 0;
    text-align: center;
} .PrintProductListGrouped .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: center;
} .PrintProductListGrouped .small-cell {
    width: 3em;
    max-width: 3em;
} @media (max-width: 1300px) {
    .PrintProductListGrouped .small-cell {
        width: auto !important;
    }
} @media (max-width: 991px) {
    .PrintProductListGrouped {
        width: 90%;
    }

    .PrintProductListGrouped .product-table-col {
        padding: 2em 2em;
    }

    .PrintProductListGrouped .hide-small-devices {
        display: none;
    }

    .PrintProductListGrouped .mobile-align-right {
        text-align: right !important;
    }

    .PrintProductListGrouped .header-buttons button,
    .PrintProductListGrouped .footer-buttons button {
        width: auto !important;
    }
} @media (max-width: 480px) {
    .PrintProductListGrouped {
        width: 95%;
    }

    .PrintProductListGrouped .product-table-col {
        padding: 2em 0.5em;
    }
} @media (max-width: 350px) {
    .PrintProductListGrouped {
        width: 95%;
    }
}
/*End PrintProductListGroup*/
/*PrintProductListUngroup*/
.PrintProductListUngroup {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} .PrintProductListUngroup .product-table-col {
    padding: 2em 2em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} .PrintProductListUngroup .product-table-col table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} .PrintProductListUngroup .product-table-col table thead tr:last-child {
    border-bottom: 1px solid #333333;
} .PrintProductListUngroup .product-table-col table thead tr th {
    font-weight: 900;
} .PrintProductListUngroup .product-table-col table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} .PrintProductListUngroup .product-table-col table thead tr th, .PrintProductListUngroup .product-table-col table tbody tr td {
    padding: 0.25em 0.5em;
} .PrintProductListUngroup .barcode {
    width: 10em;
    height: 2em;
} .PrintProductListUngroup h2 {
    color: #062F6E;
} .PrintProductListUngroup .buttons {
    height: 2em;
} .PrintProductListUngroup .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} .PrintProductListUngroup .header-buttons {
    border: 1px solid #EFEFEF;
    border-bottom: 0;
    text-align: center;
} .PrintProductListUngroup .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: center;
} .PrintProductListUngroup .small-cell {
    width: 3em;
    max-width: 3em;
} @media (max-width: 991px) {
    .PrintProductListUngroup {
        width: 90%;
    }

    .PrintProductListUngroup .product-table-col {
        padding: 2em 2em;
    }

    .PrintProductListUngroup .hide-small-devices {
        display: none;
    }

    .PrintProductListUngroup .mobile-align-right {
        text-align: right !important;
    }

    .PrintProductListUngroup .header-buttons button,
    .PrintProductListUngroup .footer-buttons button {
        width: auto !important;
    }
} @media (max-width: 480px) {
    .PrintProductListUngroup {
        width: 95%;
    }

    .PrintProductListUngroup .product-table-col {
        padding: 2em 0.5em;
    }
} @media (max-width: 350px) {
    .PrintProductListUngroup {
        width: 95%;
    }
}
/*End PrintProductListUngroup*/
/*START ENTERCODES COMPONENT*/
.catalogentry {
    padding-left: 5em;
    padding-right: 5em;
} .catalogentry .table td, .catalogentry .table th {
    padding: .4rem;
} .catalogentry .table {
    margin-bottom: 0rem !important;
    table-layout: fixed;
} .catalogentry .table .form-control {
    height: calc(1em + 0.75rem + 0px);
} #code_Quantity {
    width: 41pt;
    display: inline-block;
} #code_ProductCode {
    width: 75pt;
    display: inline-block;
} .catalogentry .descripcion {
    text-align: left;
} .catalogentry .cabeceraProductCode {
    width: 150pt;
} .catalogentry .cabeceraQuantity {
    width: 150pt;
} .catalogentry .mobile-view {
    display: none;
} .catalogentry .fa-phone-alt {
    font-size: 14px;
    color: #2356AA;
} .catalogentry .manager-card {
    height: 100%;
    background-color: #F8F8F8;
    padding: 1em;
} .catalogentry .manager-card .blue-btn {
    width: 100%;
} .catalogentry .latest-news {
    border: 5px solid white;
    padding: 1em;
} .catalogentry .latest-news .big {
    font-size: 20px;
} .catalogentry .latest-news i {
    font-size: 12px;
} .catalogentry .promo-image {
    border: 1px solid #C4C4C4;
} .catalogentry .promo-image img {
    width: 100%;
} .catalogentry .item-content {
    background-color: white;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
} .catalogentry .item-content p {
    font-weight: 900;
    font-size: 24px;
} .catalogentry .table-ungrouped-print {
    width: 100%;
    text-align: center;
} .catalogentry table {
    width: 100%;
} .catalogentry .table-print-head tr td, .catalogentry .table-print-head tr th {
    font-weight: bold;
} .catalogentry .table-print-head tr td {
    border-top: 1px solid #000000;
} .catalogentry .table-ungrouped-print tbody tr {
    border-bottom: 1px solid #E3E3E3;
} .catalogentry .print-buttons {
    padding: 15px;
} .catalogentry .print-buttons a {
    color: white;
} .catalogentry .table-ungrouped-print thead {
    border-bottom: 1px solid #000000;
} .catalogentry .buttons {
    display: flex;
    flex-direction: row-reverse;
} .catalogentry .buttons .grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
    float: right;
} .catalogentry .descripcion p {
    width: 100%;
    margin-bottom: 0;
} @media (max-width: 1250px) {
    .catalogentry {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 1100px) {
    .catalogentry {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media (max-width: 991px) {
    .catalogentry {
        padding-left: 5em;
        padding-right: 5em;
    }

    .catalogentry .desktop-view {
        display: none !important;
    }

    .catalogentry .mobile-view {
        display: block !important;
    }

    .catalogentry .cabeceraProductCode {
        width: 33%;
    }

    .catalogentry .cabeceraQuantity {
        width: 19%;
    }
} @media (max-width: 768px) {
    .catalogentry .content-card .find-catalogentry {
        margin-bottom: 0em !important;
        margin-left: 1em !important;
    }
} @media (max-width: 767px) {
    .catalogentry {
        padding-left: 3em;
        padding-right: 3em;
    }

    .catalogentry .butchery {
        margin-bottom: 1em;
    }

    .catalogentry .butchery,
    .fruit-veg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
} @media (max-width:575px) {
    .catalogentry .row {
        flex-direction: column-reverse;
    }

    .catalogentry .btn {
        width: 100%;
    }

    .catalogentry .content-card .find-catalogentry {
        margin-bottom: 1em !important;
        margin-left: 0em !important;
    }
} @media (max-width:550px) {
    .catalogentry .descripcion {
        font-size: 14px;
    }
} @media (max-width: 500px) {
    .catalogentry {
        padding-left: 0;
        padding-right: 0;
    }
} @media (max-width:414px) {
    html[data-useragent*='Edge/17.17134'] #code_ProductCode {
        width: 76pt;
    }

    html[data-useragent*='Edge/17.17134'] #code_Quantity {
        width: 42pt;
    }
} @media (max-width:375px) {
    .catalogentry .descripcion {
        font-size: 12px;
    }
} @media (max-width:350px) {
    .catalogentry .descripcion {
        font-size: 11px;
    }
} .catalogentry .btn.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
} .catalogentry .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
} .catalogentry .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
} .catalogentry .table-ungrouped-print .title-catalogentry h2 {
    width: 100%;
    text-align: left;
} .catalogentry .table-ungrouped-print .title-catalogentry p {
    width: 100%;
    text-align: left;
} .catalogentry .desktop-view .table-ungrouped-print .footer-catalogentry {
    width: 100%;
    text-align: left;
    display: inline;
    padding: 10px;
} .catalogentry .desktop-view .table-ungrouped-print tr td {
    margin: 0px;
} .catalogentry .mobile-view .table-ungrouped-print .footer-catalogentry {
    width: 100%;
    text-align: left;
    padding: 10px;
    display: inline-block;
} .catalogentry .table-ungrouped-print .footer-catalogentry .find-catalogentry {
    width: 170px;
    background-color: #00BDF7;
    color: white;
    float: right;
} .catalogentry .mobile-view .table-ungrouped-print .footer-catalogentry .find-catalogentry {
    max-width: 50%;
} .catalogentry .table-ungrouped-print .footer-catalogentry p {
    padding: 20px 0px;
    border-bottom: solid 1px;
    border-bottom-color: darkgrey;
} .catalogentry .desktop-view .table-ungrouped-print .footer-catalogentry a {
    float: left;
} .catalogentry tr th {
    font-weight: bold;
} .catalogentry .mobile-view .mobile-table-ungrouped-print {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
} .catalogentry .mobile-view .mobile-table-ungrouped-print tr, .catalogentry .mobile-view .mobile-table-ungrouped-print td {
    min-width: 100px;
    position: relative;
    margin: 2px 5px 0px 0px;
} @media(max-width: 767.97px) and (orientation: landscape) {

    .catalogentry .mobile-view .mobile-table-ungrouped-print tr,
    .catalogentry .mobile-view .mobile-table-ungrouped-print td {
        padding: 2px;
    }
}
/*End EnterCodes*/
/*Begin CATEGORIES*/
.Categories {
    display: flex;
    background: white;
    padding: 0px;
} .Categories aside {
    display: inline-block;
    width: 20em;
    padding: 20px;
} .Categories aside .departments {
    padding-left: 1em;
    position: relative;
} .Categories aside .departments a {
    color: black;
    display: block;
} .Categories main {
    display: inline-block;
    width: calc(100% - 22em);
    float: right;
    margin-right: 0.5em;
    border: 1px solid #ECECEC;
    border-bottom: 0;
    border-right: 0;
    background: white;
} .Categories main .oreo-banner {
    text-align: center;
    padding: 10px;
    cursor: pointer;
} .Categories main .oreo-banner img {
    width: 100%;
    height: auto;
    cursor: pointer;
} .Categories main .oreo-banner img.oreo-mobile {
    display: none;
} .Categories main .category-list [class*=col-] {
    text-align: center;
    padding: 10px !important;
} .Categories main .category-list [class*=col-] .category-container {
    border: 1px solid #ECECEC;
    vertical-align: middle;
    border-radius: 10px;
    margin: 1px;
    cursor: pointer;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -ms-flexbox !important;
    display: flex !important;
} .Categories main .category-list [class*=col-] .category-container:hover {
    border: 2px solid #2346AA !important;
    margin: 0px;
} .Categories main .category-list [class*=col-] .category-container {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
} .Categories main .category-list [class*=col-] .category-container .category-content {
    font-size: 14px;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin: 5px;
    width: 80%;
    height: 80%;
} .Categories main .category-list [class*=col-] .category-container .category-content img {
    width: 100%;
    height: 100%;
} .Categories main .category-list [class*=col-] .category-container .category-content p {
    margin: 0 !important;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block !important;
} .Categories main .mobile-department-accordion {
    display: none;
} .Categories main .category-list .new-products-tiles {
    padding-bottom: 0 !important;
} @media (max-width:1150px) {
    .Categories aside {
        display: none;
    }

    .Categories main {
        width: 100%;
        border: 0;
    }

        .Categories main .oreo-banner img.oreo-desktop {
            display: none;
        }

    .oreo-banner img.oreo-desktop {
        display: none;
    }

        .Categories main .oreo-banner img.oreo-mobile {
            display: block;
        }

    .oreo-banner img.oreo-mobile {
        display: block;
    }

    .Categories main .mobile-department-accordion {
        display: block;
    }

    .Categories main .mobile-department-accordion .card {
        -webkit-box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
        box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
    }

    .Categories main .mobile-department-accordion .card,
    .Categories main .mobile-department-accordion .card .card-header {
        border: 0;
    }

    .Categories main .mobile-department-accordion .card .card-header {
        background-color: #F2F2F2;
    }

    .Categories main .mobile-department-accordion .card .card-header i {
        position: absolute;
        top: 1em;
        right: 2em;
    }

    .Categories main .mobile-department-accordion .card .card-header,
    .Categories main .mobile-department-accordion .card .card-body {
        padding-left: 2.5em;
    }

    .Categories main .mobile-department-accordion .card .card-body {
        padding-top: 0.5em;
    }

    .Categories main .mobile-department-accordion .card .card-body a {
        color: black;
        display: block;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
} @media (max-width:850px) {
    .Categories main .product-list .product .shopping .quantity .plus-minus-icon {
        width: 1.5em;
        height: 1.5em;
        font-size: 12px;
    }
} #promotions-desktop {
    width: 100%;
} @media (max-width:1280px) {
    html[data-useragent*='Edge/17.17134'] .internal-page main .nav-buttons p {
        font-size: 13px;
    }
}
/*End CATEGORIES*/
/*BEGIN ALL SUBCATEGORIES*/
.mainSubcategories {
    padding-right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: 5em;
} @media (min-width: 768px) {
    .mainSubcategories {
        padding-left: 0;
        padding-right: 0;
    }
} .SubCategoriesRow #filter-menu {
    background-color: #EFEFEF;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1000;
} .SubCategoriesRow aside .subdepartaments, .SubCategoriesRow .departmentItem {
    cursor: pointer;
} .SubCategoriesRow #filter-menu>div {
    background-color: white;
    padding: 0.5em 1em;
    margin: 1em;
} .SubCategoriesRow #filter-menu>div:nth-child(1) {
    padding-top: 2em;
} .SubCategoriesRow #filter-menu #close-filter-menu {
    position: absolute;
    right: 1em;
    top: 1em;
    cursor: pointer;
} .SubCategoriesRow aside {
    display: inline-block;
    width: 15%;
    padding-left: 10px;
    padding-bottom: 10px;
} .SubCategoriesRow aside li {
    list-style-type: none;
} .SubCategoriesRow .filter-by-shelves, .SubCategoriesRow .refine-by, .SubCategoriesRow .departments, .SubCategoriesRow .group-by, .SubCategoriesRow .filter-by {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ECECEC;
} .SubCategoriesRow aside .aside-cat-title {
    color: #767676;
} .SubCategoriesRow aside>div {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ECECEC;
} .SubCategoriesRow aside>div:nth-child(1) {
    padding-top: 0;
} .SubCategoriesRow aside>div:nth-last-child(1) {
    border-bottom: 1;
} .SubCategoriesRow aside .departments {
    padding-left: 1em;
    position: relative;
    padding-top: 0;
} .SubCategoriesRow aside .departments a {
    color: black;
    display: block;
    font-size: 14px;
} .SubCategoriesRow aside .subdepartaments {
    padding-left: 1em;
} .SubCategoriesRow aside .departments a.category-selected {
    font-weight: 900;
    color: #2356AA
} .SubCategoriesRow aside .departments i {
    position: absolute;
    left: 0px;
} .SubCategoriesRow aside .check-input label {
    color: #2356AA;
    padding-top: 0.25em;
    font-size: 14px;
} .SubCategoriesRow aside .filter-by .filter-name {
    margin-bottom: 0.5em;
} .SubCategoriesRow aside .filter-by .remove-filter {
    cursor: pointer;
    font-size: 14px;
} .SubCategoriesRow aside .filter-by .remove-filter i, .SubCategoriesRow #filter-menu .filter-by .remove-filter i {
    color: #C5353A;
    padding-right: 0.25em;
    vertical-align: middle;
    font-size: 14px;
} .SubCategoriesRow main {
    display: inline-block;
    width: calc(100% - 14em);
    float: right;
    padding-left: 0;
} .SubCategoriesRow main .subcategories {
    position: relative;
    height: 10.5em;
    border-left: 1px solid #ECECEC;
} .SubCategoriesRow main .subcategories .category-image {
    height: 6em;
} .SubCategoriesRow main .subcategories .category-name p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0em;
    font-size: 14px;
    color: #2356AA;
} .SubCategoriesRow main .subcategories .owl-carousel {
    max-width: calc(100% - 40px);
    margin: auto;
    position: static;
} .SubCategoriesRow main .subcategories .owl-carousel .subcategory {
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    cursor: pointer;
} .SubCategoriesRow main .subcategories .owl-carousel .subcategory:hover {
    border: 2px solid #2346AA !important;
} .SubCategoriesRow main .subcategories .owl-carousel .subcategory .category-name:hover {
    text-decoration: underline;
    color: #2356AA;
} @media (min-width: 1024px) {
    .SubCategoriesRow main #buttons-top {
        padding-bottom: 0rem !important;
    }
} @media (max-width: 550px) {
    .SubCategoriesRow main .subcategories .owl-carousel .subcategory {
        margin: 0 12px;
    }
} .SubCategoriesRow main .subcategories .owl-carousel .subcategory img {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 6em;
} .SubCategoriesRow main .subcategories .owl-nav {
    font-size: 24px;
    color: #2356AA;
} .SubCategoriesRow main .subcategories .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.65em 1em 2.65em 0em !important;
} .SubCategoriesRow main .subcategories .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2.65em 0em 2.65em 1em !important;
} .SubCategoriesRow main .subcategories .owl-nav .owl-dots {
    display: none;
} @media(max-width:550px) {
    .SubCategoriesRow main .subcategories .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        left: 0;
        padding: 2.65em 1em 2.65em 0.5em !important;
    }

    .SubCategoriesRow main .subcategories .owl-nav .owl-next {
        position: absolute;
        top: 0;
        right: 0;
        padding: 2.65em 0.5em 2.65em 1em !important;
    }
} .SubCategoriesRow main .search-results {
    margin-right: 0em !important;
    margin-bottom: 0em !important;
    border-top: 1px solid #ECECEC;
    font-size: 14px;
    border-left: 1px solid #ECECEC;
} .SubCategoriesRow main .search-results .result {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.5em;
} .SubCategoriesRow main .search-results #items-per-page {
    display: flex;
    align-items: center;
    margin-top: 1em;
} @media(max-width:1366px) {
    .SubCategoriesRow main .search-results #items-per-page {
        padding-top: 1em;
    }
} .SubCategoriesRow main .filters {
    margin-right: 0px !important;
    margin-left: auto !important;
} .SubCategoriesRow main .filters .btn {
    border: 1px solid #2356AA;
    margin-left: 0.5em;
    color: #2356AA;
    width: auto !important;
    box-shadow: none !important;
} .SubCategoriesRow main .filters .btn .fa-print {
    color: #2356AA;
} .SubCategoriesRow main .search-results #filter-btn {
    border: 1px solid #2356AA;
    color: #2356AA;
    display: none;
} .SubCategoriesRow main .search-results .sort-by-mobile {
    display: none;
} .SubCategoriesRow main .search-results .group-by-mobile {
    display: none;
} .SubCategoriesRow main .filters .form-custom-select {
    width: 13em;
    border: 1px solid #2356AA;
    border-radius: .25rem;
    height: unset;
} @media (max-width: 776px) {
    .SubCategoriesRow main .filters .form-custom-select {
        margin-left: 0.7em;
    }
} @media(max-width:356px) {

    .SubCategoriesRow main .search-results #filter-btn,
    main#enter_codes_list .search-results #filter-btn {
        margin-top: 0.9em;
    }
} @media(width:1024px) {} @media(max-width:414px) {
    .SubCategoriesRow main .search-results .pagination-combo {
        display: none !important;
    }

    .SubCategoriesRow main .subcategories {
        border-left: 0px solid #ECECEC;
    }

    .SubCategoriesRow main .search-results {
        border-top: 0px solid #ECECEC;
        border-left: 0px solid #ECECEC;
    }
} @media(max-width:375px) {
    main#enter_codes_list .search-results #filter-btn {
        margin-top: 1em;
    }
} .SubCategoriesRow main .filters .form-custom-select select {
    color: #2356AA;
    padding: .375rem .75rem;
    height: unset;
    border: 0;
} .SubCategoriesRow main .form-custom-select.extra-space {
    width: 5em;
    border: 1px solid #2356AA;
    border-radius: .25rem;
    color: #2356AA;
    height: 35px;
} .SubCategoriesRow main select#numberOfProducts {
    color: #2356AA;
} .SubCategoriesRow main .form-custom-select:after {
    color: #2356AA;
} .SubCategoriesRow main .oreo-banner {
    text-align: center;
    border-bottom: 0;
    border-left: 1px solid #ECECEC;
} .SubCategoriesRow main .oreo-banner img {
    width: 100%;
    cursor: pointer;
} .SubCategoriesRow main .oreo-banner img.oreo-mobile {
    display: none;
} .SubCategoriesRow main .mobile-department-accordion {
    display: none;
} .SubCategoriesRow main .buy-this-product-mobile {
    display: none;
} .SubCategoriesRow main .items-per-page-mobile {
    display: none;
    margin-top: 1em;
    margin-bottom: 1em;
} .SubCategoriesRow .add-to-list, .add-note {
    cursor: pointer;
} .SubCategoriesRow main .weight-mobile {
    display: none;
} .SubCategoriesRow .card.card-header {
    background-color: #2356AA;
} .SubCategoriesRow .card.card-header>h5 {
    margin-bottom: 0em;
    color: white;
} .SubCategoriesRow input[type="number"]::-webkit-outer-spin-button, .SubCategoriesRow input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} .SubCategoriesRow input[type="number"] {
    -moz-appearance: textfield;
} @media(max-width:767px) {
    .SubCategoriesRow main .subcategories {
        display: none;
    }

    .SubCategoriesRow main .mobile-department-accordion {
        margin-bottom: 0em !important;
    }
} #multiSearchNew {
    border-left: 1px solid #ECECEC;
    padding-left: 1.5rem !important;
    padding-bottom: 0.1em;
    display: flex;
} .msearchNew .multiSearchCol {
    align-self: center;
    text-align: right;
    padding-right: 0em;
} @media(max-width:767px) {
    .msearchNew .multiSearchCol1 {
        margin-top: 1em;
    }
}
/* IE11 ProductList */
html[data-useragent*='rv:11.0'] .SubCategoriesRow .rowMode .product-list .product .shopping .add-to-list {
    padding-top: 1em;
    padding-bottom: 1em;
} html[data-useragent*='rv:11.0'] .SubCategoriesRow .rowMode .product-list .product .shopping .add-note {
    padding-top: 1em;
    padding-bottom: 1em;
} @media(max-width:1150px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow aside {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }

    html[data-useragent*='rv:11.0'] .SubCategoriesRow main .search-results .sort-by-mobile span {
        padding-top: 10px;
    }
} @media(max-width:911px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .rowMode .product-list .product .shopping .add-to-list {
        padding-top: 0px;
    }

    html[data-useragent*='rv:11.0'] .SubCategoriesRow .rowMode .product-list .product .shopping .add-note {
        padding-top: 0px;
    }

    html[data-useragent*='rv:11.0'] .SubCategoriesRow .rowMode i.fa-plus.fas,
    .SubCategoriesRow .rowMode i.fa-minus.fas {
        padding-top: 2px;
    }
} @media(max-width:768px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .rowMode .product-list .product .shopping .quantity {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
} @media(max-width: 320px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .rowMode .product-list .product .product-details {
        font-size: 12px;
    }

    html[data-useragent*='rv:11.0'] .SubCategoriesRow .rowMode .product-list .product .shopping .add-note {
        font-size: 11px;
    }

    html[data-useragent*='rv:11.0'] .SubCategoriesRow .rowMode .product-list .product .product-details .orange-message-trapezoid {
        border-top: 20px solid #FFBA01;
        margin-top: 5px;
    }

    html[data-useragent*='rv:11.0'] .SubCategoriesRow .rowMode .product-list .product .product-details .price-marked {
        font-size: 12px;
    }
}
/*IE11 Alternative Products en popup product list*/
html[data-useragent*='rv:11.0'] #delistModal .modalComponents .delist-modal {
    flex: 0 1 auto;
    display: flex
} html[data-useragent*='rv:11.0'] #delistModal .modal-dialog-scrollable .modal-body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: 50vh;
} @media(max-width: 767px) {
    html[data-useragent*='rv:11.0'] #delistModal .modal-dialog-scrollable .modal-body {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        height: 81vh !important;
    }
} @media(max-width: 414px) {
    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .modal-title {
        font-size: 1.6rem !important;
    }
} @media(max-width: 375px) {
    html[data-useragent*='rv:11.0'] #delistModal #filter-btn-popUp {
        margin-top: 1em;
    }

    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .modal-title {
        font-size: 1.5rem !important;
    }
} @media(max-width: 360px) {
    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .modal-title {
        font-size: 1.2rem !important;
    }

    html[data-useragent*='rv:11.0'] #delistModal .sort-by-mobile {
        font-size: 0.9em;
    }
} @media(max-width: 320px) {
    html[data-useragent*='rv:11.0'] .modalComponents .delist-modal .modal-title {
        font-size: 1.15rem !important;
    }
} @media (max-width:1503px) {
    .SubCategoriesRow .list {
        width: 85% !important;
    }

    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .list {
        width: 84% !important;
    }
} @media (max-width:1150px) {
    #multiSearchNew {
        padding-left: 0em !important;
        padding-right: 1em;
    }

    /*IE11 multi-search-new.html*/
    html[data-useragent*='rv:11.0'] #multiSearchNew {
        font-size: 15px;
    }

    .SubCategoriesRow main .multiSearchNew_result {
        padding-top: 0em !important;
    }

    .SubCategoriesRow .list {
        width: 100% !important;
    }

    .SubCategoriesRow aside {
        display: none;
    }

    .SubCategoriesRow main {
        padding-left: 0px;
        padding-right: 0px;
    }

    .SubCategoriesRow main .mobile-department-accordion {
        display: block;
    }

    .SubCategoriesRow main .mobile-department-accordion .all-departments {
        padding-left: 2.5em;
    }

    .SubCategoriesRow main .mobile-department-accordion .all-departments>i {
        position: absolute;
        left: 1.25em;
    }

    .SubCategoriesRow main .mobile-department-accordion .card {
        -webkit-box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
        box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
    }

    .SubCategoriesRow main .mobile-department-accordion .card,
    .SubCategoriesRow main .mobile-department-accordion .card .card-header {
        border: 0;
    }

    .SubCategoriesRow main .mobile-department-accordion .card .card-header {
        background-color: #F2F2F2;
    }

    .SubCategoriesRow main .mobile-department-accordion .card .card-header.collapsed i {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        top: 0;
        left: 0.75em;
    }

    .SubCategoriesRow main .mobile-department-accordion .card .card-header i {
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .SubCategoriesRow main .mobile-department-accordion .card .card-header i {
        padding-right: 0.25em;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .SubCategoriesRow main .mobile-department-accordion .card .card-header i {
        position: absolute;
        top: -0.50em;
        left: 1.25em;
    }

    .SubCategoriesRow main .mobile-department-accordion .card .card-header,
    .SubCategoriesRow main .mobile-department-accordion .card .card-body {
        padding-left: 2.5em;
    }

    .SubCategoriesRow main .mobile-department-accordion .card .card-body {
        padding-top: 0.5em;
    }

    .SubCategoriesRow main .mobile-department-accordion .card .card-body a {
        color: black;
        display: block;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        cursor: pointer;
    }

    .SubCategoriesRow main .mobile-department-accordion li {
        list-style-type: none;
    }

    .SubCategoriesRow main .search-results>div:nth-child(1) {
        display: block !important;
    }

    .SubCategoriesRow main .search-results #filter-btn {
        display: block !important;
        width: auto !important;
    }

    .SubCategoriesRow main .search-results .filters {
        margin-top: 1em !important;
    }

    .SubCategoriesRow main .search-results .filters .print-btn {
        display: none;
    }

    .SubCategoriesRow main .search-results #items-per-page {
        display: none;
    }

    .SubCategoriesRow main .items-per-page-mobile {
        display: flex;
    }

    .SubCategoriesRow main .search-results .sort-by-mobile {
        display: flex;
    }

    .SubCategoriesRow main .search-results .group-by-mobile {
        display: flex;
    }

    .SubCategoriesRow main .search-results .sort-by-mobile span {
        margin: auto 5px;
    }

    .SubCategoriesRow main .search-results .sort-by-desktop {
        display: none !important;
    }

    .SubCategoriesRow main .search-results .group-by-desktop {
        display: none !important;
    }       

    .SubCategoriesRow .rowMode .product-list .product .product-details .price-marked {
        margin-bottom: 0 !important;
    }

    .SubCategoriesRow main .search-results div:nth-child(2) {
        padding-right: 10px !important;
    }

    /*Cambio que soluciona la 291 de Jira*/
    .SubCategoriesRow main .search-results .comboNumPaginas {
        padding-right: 10px !important;
    }
} .SubCategoriesRow .case-image-mobile {
    display: block !important;
    padding-left: 1em;
} .SubCategoriesRow .case-image-mobile span {
    margin-left: auto;
    margin-right: auto;
} @media (max-width:1024px) {
    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .list {
        width: 100% !important;
    }
} @media (max-width:900px) {
    .SubCategoriesRow main .oreo-banner img.oreo-desktop,
    .repOrder .oreo-banner img.oreo-desktop {
        display: none;
    }

    .oreo-banner img.oreo-desktop {
        display: none;
    }

    .SubCategoriesRow main .oreo-banner img.oreo-mobile,
    .repOrder .oreo-banner img.oreo-mobile {
        display: block;
    }
    .oreo-banner img.oreo-mobile {
        display: block;
        max-width: 100%;
    }
} .SubCategoriesRow .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
} .SubCategoriesRow .bd-example #genericCarousel {
    padding: 0;
} .SubCategoriesRow .carousel-control {
    left: -12px;
} .SubCategoriesRow .carousel-control.right {
    right: -12px;
} .SubCategoriesRow .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
} .SubCategoriesRow .carousel-indicators li {
    background: #c0c0c0;
} .SubCategoriesRow .carousel-indicators .active {
    background: #333333;
} @media(max-width:768px) {
    .SubCategoriesRow main .multiSearchNew_result {
        padding-top: 1em !important;
    }
} @media(max-width:414px) {
    .SubCategoriesRow main .multiSearchNew_result {
        padding-top: 0rem !important;
    }

    #multiSearchNew {
        border-left: 0px solid #ECECEC;
        padding-bottom: 1em;
    }
} @media(max-width:360px) {
    .SubCategoriesRowmain.search-resultsdiv:nth-child(1) {
        padding-left: 0.5em !important;
    }

    .SubCategoriesRow main .search-results .result {
        margin-left: 0;
    }
} @media(max-width:320px) {
    .SubCategoriesRowmain.search-resultsdiv:nth-child(1) {
        padding-left: 1rem !important;
    }
}
/*Begin SubCategoriesRow*/
section.SubCategoriesRow .rowMode {
    background: white;
    display: inline-block;
    width: 100%;
} .SubCategoriesRow .rowMode .pagination-container {
    justify-content: flex-end;
    display: flex;
} .SubCategoriesRow .rowMode .buy-this-product-mobile {
    display: none;
} .SubCategoriesRow .rowMode .items-per-page-mobile {
    display: none;
    margin-top: 1em;
} .SubCategoriesRow .rowMode .add-to-list, .add-note {
    cursor: pointer;
} .SubCategoriesRow .rowMode .weight-mobile {
    display: none;
} .SubCategoriesRow .rowMode .product-list .product {
    position: relative;
    border: 1px solid #ECECEC;
    box-shadow: none;
} .SubCategoriesRow .rowMode .product-list .product-header .exclusive {
    position: absolute;
    left: 0;
    z-index: 1;
} .SubCategoriesRow .rowMode .product-list .not-available .product-details .buy-this-product-mobile, .SubCategoriesRow .rowMode .product-list .not-available .product-details .buy-this-product {
    flex-direction: column !important;
} .SubCategoriesRow .rowMode .product-list .product.not-available {
    background-color: #EBEBEB;
    border: 1px solid #DDDDDD;
} .product-list .product .product-header-message {
    /*https://getbootstrap.com/docs/4.3/layout/overview/#z-index*/
    z-index: 900;
} .SubCategoriesRow .rowMode .product-list .product .product-header-message .red-message {
    position: absolute;
    height: 30px;
    top: 0;
    left: 0;
} .SubCategoriesRow .rowMode .product-list .product .product-header-message .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .SubCategoriesRow .rowMode .product-list .product .product-header-message .red-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .SubCategoriesRow .rowMode .product-list .product .product-header-message .blue-message {
    position: absolute;
    height: 30px;
    top: 0;
    left: 0;
} .SubCategoriesRow .rowMode .product-list .product .product-header .blue-message-trapezoid {
    border-top: 30px solid #5880E8;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .SubCategoriesRow .rowMode .product-list .product .product-header-message .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .SubCategoriesRow .rowMode .product-list .product .product-header-message .multicolor-message {
    color: white;
    position: absolute;
    height: 30px;
    top: 2px;
    left: 0;
} .SubCategoriesRow .rowMode .product-list .product .product-header-message .multicolor-message .multicolor-message-red {
    padding: 5px;
    background-color: #ED1C24;
} .SubCategoriesRow .rowMode .product-list .product .multicolor-message .multicolor-message-darkgreen {
    padding: 5px;
    background-color: #004338;
} .SubCategoriesRow .rowMode .product-list .product .product-header-message .multicolor-message .multicolor-message-green {
    padding: 5px;
    background-color: #41B649;
} .SubCategoriesRow .rowMode .product-list .product .product-header-message .multicolor-message .multicolor-message-purple {
    padding: 5px;
    background-color: #400043;
} .SubCategoriesRow .rowMode .product-list .product .product-header-message .multicolor-message .triangle-top-left {
    width: 0;
    height: 0;
    border-top: 29px solid #400043;
    border-right: 10px solid transparent;
    padding-top: 5px;
    position: absolute;
    top: -3px;
} .SubCategoriesRow .rowMode .product-list .product .col-4:nth-child(1) {
    padding-right: 0px;
    padding-left: 10px;
} .SubCategoriesRow .rowMode .product-list .product .product-number {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
} .SubCategoriesRow .rowMode .product-list .product .product-number .codPro {
    margin-top: -1.5em;
} .SubCategoriesRow .colMode .product-list .product .product-header .product-id .codPro2 {
    margin-top: -1.5em;
} .SubCategoriesRow .colMode .product-list .product .product-header .product-id .imgprod {
    margin-left: -5em;
} .SubCategoriesRow .rowMode .product-list .product .product-number-mobile .codPro {
    margin-top: 0em;
} .SubCategoriesRow .rowMode .product-number-mobile img {
    margin-right: 3em;
} .SubCategoriesRow .rowMode .product-list .product .product-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
} .SubCategoriesRow .rowMode .product-list .product .product-details .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
    margin-bottom: 0;
} .SubCategoriesRow main .rowMode .product-list .product .product-details .product-name {
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25em;
} .SubCategoriesRow main .rowMode .product-list .product .product-details .product-name-priceMarked {
    height: 4.5em;
    margin-bottom: 0.25em;
} .SubCategoriesRow .rowMode .product-list .product .product-image {
    text-align: center;
    cursor: pointer;
} .SubCategoriesRow .rowMode main .pagination {
    display: flex;
} .SubCategoriesRow .rowMode .box-img {
    max-width: 4em;
} @media(max-width: 768.97px) {
    .SubCategoriesRow .rowMode main .filters .btn {
        margin-top: 1rem;
    }

    .SubCategoriesRow main .search-results .multiSearchNew_filter {
        padding-top: 0rem !important;
    }

    .SubCategoriesRow main .search-results .filters {
        margin-top: 0em !important;
    }
} .SubCategoriesRow .rowMode .product-list .product .case-image {
    flex-direction: column;
    width: 5em;
    text-align: center;
    font-size: 14px;
    padding-right: 0px;
} .SubCategoriesRow .rowMode .product-list .product .case-image>span {
    display: block;
} .SubCategoriesRow .rowMode .product-list .product .product-name {
    cursor: pointer;
} .SubCategoriesRow .rowMode .product-list .product .product-details .yellow-message {
    position: relative;
    height: 30px;
} .SubCategoriesRow .rowMode .product-list .product .product-details .yellow-message-trapezoid {
    border-top: 30px solid #FDDE50;
    border-right: 10px solid transparent;
    height: 0;
}

.SubCategoriesRow .rowMode .product-list .product .product-details .blue-message {
    position: relative;
    height: 30px;
}

.SubCategoriesRow .rowMode .product-list .product .product-details .blue-message-trapezoid {
    border-top: 30px solid #2356AA;
    border-right: 10px solid transparent;
    height: 0;
    color: white;
}
  .SubCategoriesRow .rowMode .product-list .product .product-details .orange-message {
    position: relative;
    height: 30px;
} .SubCategoriesRow .rowMode .product-list .product .product-details .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
} .SubCategoriesRow .rowMode .product-list .product-details .red-message {
    position: relative;
} .SubCategoriesRow .rowMode .product-list .product .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .SubCategoriesRow .rowMode .product-list .product .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .SubCategoriesRow .rowMode .product-list .product .green-message-trapezoid {
    border-top: 30px solid #51AF39;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .SubCategoriesRow .rowMode .product-list .product .red-message span,
  .SubCategoriesRow .rowMode .product-list .product .orange-message span,
  .SubCategoriesRow .rowMode .product-list .product .green-message span,
  .SubCategoriesRow .rowMode .product-list .product .yellow-message span,
  .SubCategoriesRow .rowMode .product-list .product .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    font-weight: 900;
} .SubCategoriesRow .rowMode .product-list .product .yellow-message span, .SubCategoriesRow .rowMode .product-list .product .orange-message span {
    color: #333333;
} .SubCategoriesRow .rowMode .product-list .product .red-message span, .SubCategoriesRow .rowMode .product-list .product .green-message span, .SubCategoriesRow .rowMode .product-list .product .orange-message span, .SubCategoriesRow .rowMode .product-list .product .blue-message span {
    color: white;
} .SubCategoriesRow .rowMode .product-list .product .product-details .w-6 {
    width: 6em;
} .SubCategoriesRow .rowMode .product-list .product .product-details .w-8 {
    width: 8em;
} .SubCategoriesRow .rowMode .product-list .product .product-details .w-10 {
    width: 10em;
} .SubCategoriesRow .rowMode .product-list .product .product-details .w-12 {
    width: 12em;
} .SubCategoriesRow .rowMode .product-list .product .product-details .on-deliveries {
    font-size: 13px;
    flex-direction: row !important;
} .SubCategoriesRow .rowMode .product-list .product .product-details .yellow-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
} .SubCategoriesRow .rowMode .product-list .product .product-details .discount {
    color: red;
    height: 1.5em;
    font-size: 14px;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.SubCategoriesRow .rowMode .product-list .product .product-details span.discount del {
    font-weight: 600;
}

    .SubCategoriesRow .rowMode .product-list .product .shopping {
        font-size: 14px;
    } #booker_trolley_suggested_main .suggested-products-title {
    margin-left: 1em;
} @media (max-width: 575px) {
    .suggested-products-desktop {
        display: none !important;
    }
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .SubCategoriesRow .rowMode .product-list .product .shopping {
        min-width: auto;
    }

    .SubCategoriesRow .rowMode .product-list .product .product-details .text-content {
        width: 50%;
    }
}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .SubCategoriesRow .rowMode .product-list .product .shopping {
        min-width: 20em;
    }
}
/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .SubCategoriesRow .rowMode .product-list .product .shopping {
        min-width: 20em;
    }
} .SubCategoriesRow .rowMode .product-list .product .shopping .fa-star {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 5px;
} .SubCategoriesRow .rowMode .product-list .product .shopping .list-img, .SubCategoriesRow .rowMode .product-list .product .shopping .note-img {
    width: 1.5em;
    height: 1.75em;
    margin-left: -0.25em;
} .SubCategoriesRow .rowMode .product-list .product .shopping .prices-and-taxes, #alternative-products .rowMode .product-list .product .shopping .prices-and-taxes {
    text-align: right;
} .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product .prices-and-taxes {
    padding-left: 0em;
    width: 100%;
} .SubCategoriesRow .rowMode .product-list .product .shopping .prices-and-taxes .price {
    font-size: 20px;
} @media (min-width: 768px) {
    .SubCategoriesRow .rowMode .product-list .product .buying {
        height: 100%;
    }
} .SubCategoriesRow .rowMode .product-list .product .buying {
    background-color: #A9E0B9;
} .SubCategoriesRow .rowMode .product-list .product .alternatives-btn {
    background-color: #00BDF7;
    color: white;
    margin: 1em;
} .SubCategoriesRow .rowMode .product-list .product .shopping .quantity {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
    display: flex;
    align-items: center;
} .SubCategoriesRow .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} .SubCategoriesRow .rowMode .product-list .product .shopping .quantity input {
    width: 3em;
    height: 3em;
    text-align: center;
    padding-left: 0;
} .SubCategoriesRow .rowMode .product-list .product .shopping .quantity input:focus {
    box-shadow: 0 0 0 0.1rem #2356AA;
    outline: none;
} .SubCategoriesRow .rowMode .product-list .product .shopping .availableBranch {
    width: 8.5em;
} .SubCategoriesRow .rowMode .product-list .product .shopping .add-to-list {
    align-items: center;
} .SubCategoriesRow .rowMode .product-list .product .shopping .price span:nth-child(2) {
    position: absolute;
    left: 2.5em;
} .SubCategoriesRow .rowMode .product-list .product .shopping .price-row {
    color: #909090;
    position: relative;
} .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product .price-row-first {
    text-align: left;
    flex-direction: row !important;
    padding-left: 1.4em;
} .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product .price-row-second {
    text-align: left;
    width: fit-content;
    flex-direction: row !important;
    padding-left: 3em;
} .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
} .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product .remove-text {
    display: none !important;
} .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product.buying {
    background-color: #A9E0B9;
} .rowMode .product-list .product #colored, .rowMode .product-list .product #colored {
    background-color: #EBEBEB;
    text-align: center;
    text-align: center;
} .colMode .row #colored {
    background-color: #EBEBEB;
} .SubCategoriesRow .rowMode .product-list .product .shopping .add-to-list {
    padding-right: 0;
} .SubCategoriesRow .rowMode .product-list .product .shopping .add-note {
    align-items: flex-end !important;
    padding-right: 1em;
} .SubCategoriesRow .rowMode .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product.buying {
    background-color: white;
} .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product.buying .shop {
    background-color: #A9E0B9;
} .SubCategoriesRow .rowMode .plus-minus-icon i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
} .SubCategoriesRow .rowMode .product-list .product .shopping .prices-and-taxes {
    width: 100%;
} @media (max-width:1250px) {
    .SubCategoriesRow .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
        width: 1.5em;
        height: 1.5em;
        font-size: 12px;
    }
} @media (min-width:992px) {
    .SubCategoriesRow main .colMode .product-list .product .shop .price-row {
        font-size: 15px;
    }
} @media (max-width:991px) {
    .SubCategoriesRow .rowMode .product-list .product {
        height: 100%;
    }

    section.SubCategoriesRow .rowMode {
        width: 100%;
    }

    .SubCategoriesRow .rowMode .product-list .product-header .exclusive {
        top: 0;
    }

    .SubCategoriesRow .rowMode .product-list .product .product-image {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .SubCategoriesRow .rowMode .product-number-mobile {
        display: none;
    }

    .SubCategoriesRow .rowMode .product-details .pt-3 {
        padding-top: 0px !important;
    }

    .SubCategoriesRow .rowMode .product-number-mobile img {
        padding-right: 0.5rem;
    }

    .SubCategoriesRow .rowMode .product-list .product .shopping .price-row {
        justify-content: flex-end;
    }

    .SubCategoriesRow .rowMode .product-list .product .shopping .rating {
        padding-top: 1em;
        padding-left: 4em;
        text-align: left;
    }

    .SubCategoriesRow .rowMode .product-list .product .shopping .prices-and-taxes .price {
        font-size: 20px;
    }

    .SubCategoriesRow .rowMode i.fas.fa-plus,
    .SubCategoriesRow .rowMode i.fas.fa-minus {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .SubCategoriesRow .rowMode .buy-this-product-mobile {
        display: none;
    }

    .SubCategoriesRow .rowMode .product-list .product .shopping .quantity {
        display: flex;
    }

    .SubCategoriesRow .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
        width: 2.5em;
        height: 2.5em;
    }

    .SubCategoriesRow .rowMode .product-header {
        align-items: center;
        display: flex;
    }

    .SubCategoriesRow .rowMode .product-list .product .case-image {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .SubCategoriesRow .rowMode .case-weight.mobile {
        display: none;
    }

    .SubCategoriesRow .rowMode .case-quantity.mobile {
        display: none;
    }

    .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product {
        min-width: 18em;
    }

    .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product.complete-registration {
        min-width: 11em;
    }
} @media(min-width: 992px) {

    .SubCategoriesRow .rowMode main .rowMode .product-list .product .product-number-mobile,
    .SubCategoriesRow .rowMode .product-list .product .shopping .case-image-mobile {
        display: none;
    }
} @media(max-width: 767.97px) {
    .SubCategoriesRow .rowMode .product-number-mobile {
        justify-content: flex-end;
    }

    .SubCategoriesRow .filter-menu .buttons .btn,
    .SubCategoriesRow .filter-menu .footer-buttons .btn {
        width: 100% !important;
    }

    #multiSearchNew {
        display: block;
    }

    .msearchNew .multiSearchCol {
        text-align: left;
        max-width: 100%;
    }

    .msearchNew .multiSearchCol1 {
        max-width: 100%;
    }
} @media(max-width: 567.97px) {

    .SubCategoriesRow .rowMode .case-weight.mobile,
    .SubCategoriesRow .rowMode .case-quantity.mobile {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

    .SubCategoriesRow .rowMode .product-list .product .alternatives-btn {
        font-size: 90%;
    }
} @media(min-width: 769px) and (max-width: 991.98px) {} @media(min-width: 769px) and (max-width: 1199.98px) {
    .SubCategoriesRow .rowMode .product-list .product .col-4:nth-child(1) {
        padding-right: 15px;
    }

    .SubCategoriesRow .rowMode .product-header {
        padding-right: 15px;
    }

    .SubCategoriesRow .rowMode .product .row.d-flex.align-items-center.pt-2.pb-2 {
        height: 10em;
    }

    .SubCategoriesRow .rowMode .product-list .product .product-image img {
        height: auto !important;
    }
} @media(min-width: 1199.98px) {
    #booker_recentPurchase_New .SubCategoriesRow .rowMode .product .row.d-flex.align-items-center.pt-2.pb-2 {
        height: 10em;
    }
} @media(max-width:785px) {
    .SubCategoriesRow .rowMode .product-number .img-fluid {
        margin-right: .2rem !important;
    }
} @media(max-width:768px) {
    .SubCategoriesRow .rowMode .product-number-mobile {
        display: flex;
        padding-right: 0.75rem;
        align-items: flex-start !important;
    }

    .SubCategoriesRow .rowMode .product-list .product .product-number {
        display: none !important;
    }

    .SubCategoriesRow .rowMode .product-list .product .shop-mobile {
        display: none !important;
    }

    .SubCategoriesRow .rowMode .product-list .product .case-image {
        display: block !important;
    }

    .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product {
        min-width: 16.5em;
    }

    .SubCategoriesRow main .filters .form-custom-select select option {
        font-size: 14px;
    }
} @media (max-width: 1199px) {
    .SubCategoriesRow .rowMode .product-list .product .case-image {
        display: block !important;
    }
} @media(max-width:767px) {
    .SubCategoriesRow .rowMode .buy-this-product-mobile {
        display: inline-flex;
        padding-right: 1rem;
        width: 100%;
    }

    .SubCategoriesRow .rowMode .product-number-mobile {
        display: flex;
        justify-content: flex-start;
        padding-right: 0.75rem;
    }

    .SubCategoriesRow .rowMode .buy-this-product-mobile .col-12,
    .SubCategoriesRow .rowMode .buy-this-product-mobile .col-6 {
        padding: 0px;
    }

    .SubCategoriesRow .rowMode .buy-this-product-mobile .d-flex.flex-column-reverse .prices-and-taxes {
        text-align: left;
    }

    .SubCategoriesRow .rowMode .buy-this-product-mobile .add-note {
        padding-right: 0px;
    }

    .case-image {
        display: none !important;
    }

    .SubCategoriesRow .rowMode .buy-this-product {
        display: none !important;
    }

    .SubCategoriesRow .rowMode .product-list .product .shopping .add-note {
        padding-right: 1em;
    }

    .SubCategoriesRow .rowMode .product-list .product .product-details {
        display: block;
    }

    .SubCategoriesRow .rowMode .product-number-mobile {
        justify-content: flex-end;
    }

    .SubCategoriesRow .rowMode .case-weight.mobile {
        display: block;
    }

    .SubCategoriesRow .rowMode .product-number {
        display: none !important;
    }

    .SubCategoriesRow .rowMode .product-list .product .product-image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .SubCategoriesRow .rowMode .case-quantity.mobile {
        display: block;
    }

    .SubCategoriesRow .rowMode .product-list .product .shop-mobile {
        display: flex !important;
    }

    .SubCategoriesRow .rowMode .product-number-mobile {
        align-items: flex-end !important;
    }
} @media(min-width: 992px) {
    .SubCategoriesRow .rowMode .product-list .product .product-image img {
        height: 8em;
        max-width: 8em;
        object-fit: cover;
    }

    .SubCategoriesRow .rowMode .case-weight.mobile,
    .SubCategoriesRow .rowMode .case-quantity.mobile,
    .SubCategoriesRow .rowMode .product-list .product .product-number-mobile {
        display: none;
    }

    .SubCategoriesRow .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
        width: 2.5em;
        height: 2.5em;
    }
} @media(min-width: 1200px) and (max-width: 1519.98px) {
    .SubCategoriesRow .rowMode .product-list .product .case-image {
        padding-right: 15px;
    }
}
/*End SubCategoriesRow*/
/*Begin SubcategoriesColumn*/
.SubCategoriesRow main .colGrouped .container {
    max-width: none;
    padding: 0px;
} .SubCategoriesRow main .colSogType .container {
    max-width: none;
    padding: 0px;
} .SubCategoriesRow main .colMode .product-list .product {
    padding: 0px;
} .SubCategoriesRow main .colMode .product-list .product.not-available {
    background-color: #EBEBEB;
    border: 1px solid #DDDDDD;
} .SubCategoriesRow main .colMode .shopCol.buying {
    background-color: #A9E0B9;
} .SubCategoriesRow main .colMode .product-list .product .product-details .orange-message {
    position: relative;
    height: 30px;
} .SubCategoriesRow main .colMode .product-list .product .product-details .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
} .SubCategoriesRow main .colMode .product-list .product .product-details .orange-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
} .SubCategoriesRow main .colMode .product-list .product .red-message {
    position: relative;
    height: 30px;
} .SubCategoriesRow main .colMode .product-list .product .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 9em;
} .SubCategoriesRow main .colMode .product-list .product .red-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .SubCategoriesRow main .colMode .product-list .product .green-message {
    position: relative;
    height: 30px;
} .SubCategoriesRow main .colMode .product-list .product .green-message-trapezoid {
    border-top: 30px solid #51AF39;
    border-right: 10px solid transparent;
    height: 0;
    width: 9em;
} .SubCategoriesRow main .colMode .product-list .product .green-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .SubCategoriesRow main .colMode .product-list .product .orange-message {
    position: relative;
    height: 30px;
} .SubCategoriesRow main .colMode .product-list .product .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
    width: 9em;
} .SubCategoriesRow main .colMode .product-list .product .orange-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .SubCategoriesRow main .colMode .product-list .product .blue-message {
    position: relative;
    height: 30px;
} .SubCategoriesRow main .colMode .product-list .product .blue-message-trapezoid {
    border-top: 30px solid #2356AA;
    border-right: 10px solid transparent;
    height: 0;
    width: 9em;
} .SubCategoriesRow main .colMode .product-list .product .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .SubCategoriesRow main .colMode .product-list .product .yellow-message {
    position: relative;
    height: 30px;
} .SubCategoriesRow main .colMode .product-list .product .yellow-message-trapezoid {
    border-top: 30px solid #FFDC50;
    border-right: 10px solid transparent;
    height: 0;
} .SubCategoriesRow main .colMode .product-list .product .product-details .yellow-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
} .SubCategoriesRow main .colMode .product-list .product .product-header .multicolor-message {
    color: white;
    position: relative;
    padding-top: 4px;
} .SubCategoriesRow main .colMode .product-list .product .product-header .multicolor-message .multicolor-message-red {
    padding: 5px;
    background-color: #ED1C24;
} .SubCategoriesRow main .colMode .product-list .product .product-header .multicolor-message .multicolor-message-darkgreen {
    padding: 5px;
    background-color: #004338;
} .SubCategoriesRow main .colMode .product-list .product .product-header .multicolor-message .multicolor-message-green {
    padding: 5px;
    background-color: #41B649;
} .SubCategoriesRow main .colMode .product-list .product .product-header .multicolor-message .multicolor-message-purple {
    padding: 5px;
    background-color: #400043;
} .SubCategoriesRow main .colMode .product-list .product .product-header .multicolor-message .triangle-top-left {
    width: 0;
    height: 0;
    border-top: 29px solid #400043;
    border-right: 10px solid transparent;
    padding-top: 5px;
    position: absolute;
    top: 1px;
} .SubCategoriesRow main .colMode .product-list .product .product-header .fa-star {
    top: 2em;
    right: 0.5em;
    position: absolute;
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .SubCategoriesRow main .colMode .product-list .product .product-img {
    height: 8em;
    width: 100%;
    cursor: pointer;
} .SubCategoriesRow main .colMode .product-list .product .product-img a {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center;
    -ms-flex-align: center !important;
    align-items: center !important;
} .SubCategoriesRow main .colMode .product-list .product .product-img img {
    max-width: 15em;
    max-height: 8em;
} .SubCategoriesRow main .colMode .product-list .product .product-details {
    padding-left: 1em;
    padding-right: 1em;
} .SubCategoriesRow main .colMode .product-list .product .product-details .product-name .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
} .SubCategoriesRow main .colMode .product-list .product .product-details .more-details .w-6 {
    width: 6em;
} .SubCategoriesRow main .colMode .product-list .product .product-details .more-details .w-8 {
    width: 8em;
} .SubCategoriesRow main .colMode .product-list .product .product-details .more-details .w-10 {
    width: 10em;
} .SubCategoriesRow main .colMode .product-list .product .product-details .more-details .w-12 {
    width: 11em;
} .SubCategoriesRow main .colMode .product-list .product .product-details .more-details .on-deliveries {
    font-size: 13px;
    margin-top: -3px;
} .SubCategoriesRow main .colMode .product-list .product .product-details .more-details .discount {
    color: red;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .SubCategoriesRow main .colMode .product-list .product .product-details .more-details span.discount del {
        font-weight: 600;       
    }
  @media(max-width: 1024px) {} @media(max-width: 850px) {
    .SubCategoriesRow .rowMode .product-list .product .product-number {
        padding-left: 1em;
    }

    .SubCategoriesRow .rowMode .product-list .product .product-number .align-self-start {
        align-self: initial;
        margin-left: -1em;
    }
} @media(max-width: 415px) {
    .SubCategoriesRow main .colMode .product-list .product .product-details .orange-message span {
        left: 0px;
    }

    .SubCategoriesRow #subCatRow,
    .SubCategoriesRow #subCatCol {
        display: none;
    }

    .SubCategoriesRow .rowMode .product-list .product .product-name {
        font-size: 15px;
    }
} @media(max-width: 376px) {
    .SubCategoriesRow main .colMode .product-list .product .product-details .more-details .w-12 {
        width: 9.5em;
    }
} @media(min-width: 768px) {
    .SubCategoriesRow main .colMode .product-list .product .product-header {
        height: 1.5em;
    }
} .SubCategoriesRow main .colMode .product-list .product .shop .wsp {
    font-size: 18px;
} .SubCategoriesRow main .colMode .product-list .product .shop .shopping {
    padding: 1.5em;
    text-align: center;
    position: relative;
} .SubCategoriesRow main .colMode .product-list .product .shop .availableBranch {
    width: 8.5em;
    background-color: #EBEBEB;
    text-align: center;
} .SubCategoriesRow main .colMode .product-list .product .shop .shopping .fa-star {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .SubCategoriesRow main#booker_trolley_first_main .colMode .product-list .product .shop .shopping .fa-star {
    position: absolute;
    right: 0;
    bottom: 2em;
} .SubCategoriesRow main .colMode .product-list .product .shop .shopping .plus-minus-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} .SubCategoriesRow main .colMode .product-list .product .shop .shopping .plus-minus-icon i {
    position: absolute;
    left: 0.8em;
    top: 0.75em;
} .SubCategoriesRow main .colMode .product-list .product .shop .shopping input {
    width: 3em;
    height: 3em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: center;
} .SubCategoriesRow main .colMode .product-list .product .shop .shopping input:focus {
    box-shadow: 0 0 0 0.1rem #2356AA;
} .SubCategoriesRow main .colMode .product-list .product .shop.buying {
    background-color: #A9E0B9;
} .SubCategoriesRow main .colMode .product-list .product .product-details .more-details .alternatives-btn {
    background-color: #00BDF7;
    color: white;
    width: 90%;
    position: absolute;
    bottom: 1em;
} .SubCategoriesRow main .colMode .product-list .product .shop .shop-prices-row {
    height: 6.5em;
} .SubCategoriesRow main .colMode .product-list .product .shop .shop-prices-row .add-to-list, .SubCategoriesRow main .colMode .product-list .product .shop .shop-prices-row .add-note {
    margin-top: -0.25em !important;
} .SubCategoriesRow main .colMode .product-list .product .shop .add-to-list .list-img, .SubCategoriesRow main .colMode .product-list .product .shop .add-note .note-img {
    width: 1.5em;
    height: 1.75em;
    margin-left: -0.25em;
} .SubCategoriesRow main .colMode .product-list .product .shop .price-row {
    color: #909090;
} .SubCategoriesRow main .colMode .product-list .product .shop .shopping {
    padding: 1em;
    text-align: center;
    position: relative;
} .SubCategoriesRow main .colMode .product-list .product .shop .shopping .fa-star {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .SubCategoriesRow main .colMode .product-list .product .shop .shopping .plus-minus-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} .SubCategoriesRow main .colMode .product-list .product .shop .shopping .plus-minus-icon i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} .SubCategoriesRow main .colMode .product-list .product .shop .shopping input {
    width: 3em;
    height: 3em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: center;
} .SubCategoriesRow main .colMode .product-list .product .shop .shopping.buying {
    background-color: #A9E0B9;
} .SubCategoriesRow main .colMode .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
} .SubCategoriesRow .colMode .product-number-mobile {
    display: flex !important;
} @media (min-width:1520px) {

    section.SubCategoriesRow main .colMode .product.col-lg-3,
    #alternative-products .colMode .product.col-lg-3 {
        ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
} section.SubCategoriesRow main .colMode .product.col-6.col-md-4.col-lg-3.col-xxl-2dot4.col-xxxl-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
} section.SubCategoriesRow main .colMode .search-results {
    padding-right: 0.5em !important;
    border-top: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    font-size: 14px;
} section.SubCategoriesRow main .colMode .product-list .product {
    border: 1px solid #ECECEC;
    padding: 0px;
} section.SubCategoriesRow main .colMode .product-list .product .product-details {
    padding-left: 0.5em;
    padding-right: 0.5em;
} section.SubCategoriesRow main .colMode .product-list .product .product-details .more-details {
    min-height: 51px;
} section.SubCategoriesRow main .colMode .product-list .product .product-img {
    height: 8em;
    width: 100%;
    cursor: pointer;
    max-width: 15em;
    max-height: 7em;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
} .SubCategoriesRow main .colMode .product-list .product .shop .price-row .wsp {
    color: black;
} .SubCategoriesRow main .colMode .product-name {
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 1.5em;
    height: 4.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25em;
    margin-top: 0.5em;
} .SubCategoriesRow main .colMode .product-name p {
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25em;
    cursor: pointer;
} .SubCategoriesRow main .colMode img.box-img {
    max-width: 4em;
} @media(max-width: 768.97px) {
    .SubCategoriesRow main .colMode .add-note.d-flex.col-8 {
        height: 2.5em;
    }

    section.SubCategoriesRow main .colMode .product-list .product .product-img {
        height: 8em;
    }

    .SubCategoriesRow main .colMode .shop .row .weightRow {
        height: 3em;
    }

    .SubCategoriesRow main .colMode .mobileRow span {
        font-size: 90%;
    }
} @media (max-width: 767.98px) {
    .SubCategoriesRow main .buy-this-product,
    .SubCategoriesRow .product-number

    /*, .case-image*/
        {
        display: none !important;
    }

    .SubCategoriesRow .colMode .product-number,
    .SubCategoriesRow .colMode .case-image {
        display: none;
    }

    .SubCategoriesRow main .colMode .buy-this-product-mobile,
    .SubCategoriesRow main .colMode .product-header-mobile,
    .SubCategoriesRow main .colMode .star-mobile {
        display: block !important;
    }

    .SubCategoriesRow main .colMode .buy-this-product-mobile button.btn.alternatives-btn {
        background-color: #00BDF7;
        color: white;
        width: 100% !important;
        font-size: 80%;
    }

    .SubCategoriesRow main .colMode .buy-this-product,
    .SubCategoriesRow main .colMode .product-header,
    .SubCategoriesRow main .colMode .row.desktopRow,
    .SubCategoriesRow main .colMode .star-desktop {
        display: none;
    }

        .SubCategoriesRow main#booker_trolley_suggested_main .colMode .buy-this-product,
        .SubCategoriesRow main#booker_trolley_suggested_main .colMode .product-header,
        .SubCategoriesRow main#booker_trolley_suggested_main .colMode .row.desktopRow,
        .SubCategoriesRow main#booker_trolley_suggested_main .colMode .star-desktop {
            display: none !important;
        }

        .SubCategoriesRow main .colMode .product-id {
            float: right;
        }

    .SubCategoriesRow main .colMode .product-header-mobile {
        height: 3.5rem;
        padding-right: 0.2rem;
    }

    .SubCategoriesRow main .colMode .product-list .product .product-details .more-details .on-deliveries {
        padding-left: 0px !important;
    }

    .SubCategoriesRow main .colMode .shop .row .weightRow {
        padding-right: 0px;
        height: 3.5em;
    }

    .SubCategoriesRow main .colMode .product-list .product .shop .shopping .plus-minus-icon {
        width: 2em;
        height: 2em;
    }

    .SubCategoriesRow main .colMode .mobileRow .prices {
        flex-direction: column;
        padding-right: 0px;
        padding-left: 0.5em;
        height: 2.5rem;
    }

    .SubCategoriesRow main .colMode .product-list .product .shop .price-row .wsp {
        font-size: 24px;
    }

    .SubCategoriesRow main .colMode .product-list .product .shop .wsp {
        font-size: 24px;
    }
} @media(min-width: 769px) {
    .SubCategoriesRow main .colMode .mobileRow .prices {
        height: 3.5rem;
    }

    .SubCategoriesRow main .colMode .row.mobileRow {
        height: 3em;
    }

    .shopping.col-4.d-flex.align-items-end.justify-content-start.star-mobile {
        padding: 0px;
    }
} @media(max-width: 767px) {

    #subCatCol,
    #subCatRow {
        display: none;
    }

    .SubCategoriesRow .oreo-banner {
        padding-left: 0rem !important;
    }

    .SubCategoriesRow .colMode {
        display: none !important;
    }

    .SubCategoriesRow .rowMode {
        display: block !important;
    }
} @media(max-width:960px) {
    #scanner-modal .SubCategoriesRow .rowMode {
        display: block !important;
    }
} @media(min-width: 769px) {
    .SubCategoriesRow main .rowMode .product-list .product .product-number-mobile {
        display: none;
    }
} @media(min-width: 768px) {

    .SubCategoriesRow main .rowMode .product-list .product .shopping .case-image-mobile,
    .SubCategoriesRow main .colMode .row.mobileRow,
    .SubCategoriesRow main .colMode .product-list .product .product-details .mobile {
        display: none;
    }

    .SubCategoriesRow main .colMode .product-list .product .shop .price-row .wsp {
        font-size: 25px;
    }

    .SubCategoriesRow main .colMode .row.desktopRow {
        display: flex;
    }

    .SubCategoriesRow main .colMode .row.desktopRow .quantity {
        padding-top: 12px;
    }

    .SubCategoriesRow main .alternatives-btn {
        background-color: #00BDF7;
        color: white;
        width: 90%;
    }

    .SubCategoriesRow main .colMode .buy-this-product-mobile,
    .SubCategoriesRow main .colMode .product-header-mobile {
        display: none !important;
    }

    .SubCategoriesRow main .colMode .buy-this-product,
    .SubCategoriesRow main .colMode .product-header {
        display: block;
    }
} @media(min-width: 992px) and (max-width: 1199px) {
    .SubCategoriesRow main .colMode .product-list .product .shop .shopping .plus-minus-icon {
        width: 2em;
        height: 2em;
    }
} .delist-modal {
    margin: 2vh auto 0 auto;
} .delist-modal .modal-body {
    padding: 0;
} @media (max-width: 992) {}
/*End SubcategoriesColumn*/
/*END ALL SUBCATEGORIES*/
/*End CATEGORIES*/
/*MULTI SEARCH & ADD NOTE STARTS*/
.multisearch, .addnote {
    padding-left: 5em;
    padding-right: 5em;
    background-color: #F8F8F8
} .multisearch .contenedor {
    width: 80%;
    margin-left: 6em;
} .multisearch .margen {
    margin-left: 3em;
} .multisearch .mobile-view, .addnote .mobile-view {
    display: none;
} .multisearch.speedshopper-content, .addnote.speedshopper-content {
    padding-left: 5em;
    padding-right: 5em;
    background-color: #F8F8F8;
    width: 90%;
} .multisearch.main-speedshopper, .addnote.main-speedshopper {
    margin-bottom: 3rem !important;
    margin-top: 1.5rem !important;
    width: 1000px;
    margin: 0 auto;
} .multisearch.main-speedshopper .speedshopper-content h3, .addnote.main-speedshopper .speedshopper-content h3 {
    padding-top: 1em;
    color: #2356AA;
} .multisearch .speedshopper-textbox input, .addnote .speedshopper-textbox input {
    width: 600px;
    height: 200px;
    display: block;
    margin: 0 auto;
    padding-bottom: 8px;
} .multisearch .speedshopper-textbox, .addnote .speedshopper-textbox {
    width: 100%;
} @media (max-width: 1024px) {
    .main.multisearch {
        width: 90%;
    }
} @media (max-width: 420px) {
    .main.multisearch {
        width: 95%;
    }
} .multisearch .greenbutton {
    margin-left: 10pt !important;
} #multisearch::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #AFAFAF;
} #multisearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AFAFAF;
} #multisearch::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #AFAFAF;
} .multisearch.main-speedshopper .speedshopper-content textarea#multisearch, .addnote.main-speedshopper .speedshopper-content textarea#multisearch {
    display: block;
    margin-left: auto;
    margin-right: auto;
} .multisearch .speedshopper-textbox button, .addnote .speedshopper-textbox button {
    display: block;
    margin-left: 10pt;
} .multisearch .speedshopper-textbox-button, .addnote .speedshopper-textbox-button {
    padding: 0 0 1em 0;
    flex-direction: row-reverse;
} .multisearch.main-speedshopper .links.mt-3, .addnote.main-speedshopper .links.mt-3 {
    padding-bottom: 1rem;
} .multisearch .line-separator, .addnote .line-separator {
    border-top: 1px solid #E5E5E5;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
} .multisearch .mobile-speedshopper-content, .addnote .mobile-speedshopper-content {
    background-color: #F8F8F8;
} .multisearch.main-speedshopper .mobile-speedshopper-content h3, .addnote.main-speedshopper .mobile-speedshopper-content h3 {
    padding-top: 1em;
    color: #2356AA;
} .multisearch .mobile-speedshopper-textbox, .addnote .mobile-speedshopper-textbox {
    position: relative;
} .multisearch .mobile-speedshopper-textbox input, .addnote .mobile-speedshopper-textbox input {
    width: 300px;
    height: 140px;
    display: block;
    margin: 0 auto;
    padding-bottom: 4px;
} .multisearch .mobile-speedshopper-textbox textarea#multisearch, .addnote .mobile-speedshopper-textbox textarea#multisearch {
    width: 100%;
} .multisearch .mobile-speedshopper-content .speedshopper-textbox-button button, .addnote .mobile-speedshopper-content .speedshopper-textbox-button button {
    width: 50% !important;
} @media(max-width:1024px) {
    .multisearch .margen {
        margin-left: 0em;
    }

    .multisearch .contenedor {
        width: 100%;
        margin-left: 0em;
    }
} @media(max-width:768px) {
    .multisearch .content-card {
        padding: 1em 1em;
    }

    .speedshopper-content {
        padding: 0 1em;
    }

    .multisearch .desktop-view,
    .addnote .desktop-view {
        display: none;
    }

    .multisearch .mobile-view,
    .addnote .mobile-view {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .multisearch.main-speedshopper,
    .addnote.main-speedshopper {
        width: auto;
        padding: 0;
    }

    .multisearch .mobile-speedshopper-content,
    .addnote .mobile-speedshopper-content {
        margin: auto;
    }
} @media (min-width:768px) and (max-width:1000px) {

    .multisearch .speedshopper-content .speedshopper-textbox-button button,
    .addnote .speedshopper-content .speedshopper-textbox-button button {
        width: 30% !important;
    }
} @media (max-width:575px) {
    .multisearch .row {
        flex-direction: column-reverse;
    }

    .multisearch .btn {
        width: 100%;
    }
} @media (max-width: 480px) {
    .multisearch .content-card {
        padding: 1em 1em;
    }
}
/*  End MULTISEARCH*/
/* TODO://Refactor  Product Details Direct Delivered*/
.Product-Detail-Direct-Delivered {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80%;
} .Product-Detail-Direct-Delivered .product-images .product-image {
    position: relative;
    margin-right: 3em;
    border: 2px solid #E4E4E4;
    width: 80%;
} .Product-Detail-Direct-Delivered .product-images .product-image .message-trapezoid {
    border-right: 20px solid transparent;
    height: 0;
    width: 10em;
} .Product-Detail-Direct-Delivered .product-images .product-image .message-trapezoid.red-message {
    border-top: 50px solid #FF0037;
} .Product-Detail-Direct-Delivered .product-images .product-image .message-trapezoid.blue-message {
    border-top: 50px solid #5880E8;
} .Product-Detail-Direct-Delivered .product-images .product-image .message span {
    position: absolute;
    left: 10px;
    top: 0.75em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .Product-Detail-Direct-Delivered .product-images .product-image div[class*="arrow-"] {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 3em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #2356AA;
} .Product-Detail-Direct-Delivered .product-images .product-image div.arrow-left {
    left: -1em;
} .Product-Detail-Direct-Delivered .product-images .product-image div.arrow-right {
    right: -1em;
} .Product-Detail-Direct-Delivered .product-images .product-image i[class*="fa-chevron-"] {
    cursor: pointer;
} .Product-Detail-Direct-Delivered .product-images .product-image img {
    width: 100%;
    height: 100%;
} .Product-Detail-Direct-Delivered .product-images .product-image .zoom i {
    font-size: 2em;
} .Product-Detail-Direct-Delivered .product-images #categories a {
    text-decoration: underline;
} .Product-Detail-Direct-Delivered .product-images .thumbnails {
    display: flex;
    align-items: baseline;
} .Product-Detail-Direct-Delivered .product-images .thumbnails .thumbnail {
    width: 3em;
    height: 3em;
    cursor: pointer;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
} .Product-Detail-Direct-Delivered .product-images .thumbnails .thumbnail img {
    border: 3px solid #E4E4E4;
    width: 100%;
    height: 100%;
} .Product-Detail-Direct-Delivered .product-images .thumbnails .thumbnail .arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #8FBB64;
    margin-left: auto;
    margin-right: auto;
    display: none;
} .Product-Detail-Direct-Delivered .product-images .thumbnails .thumbnail .mz-thumb-selected img {
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
    border-color: #8FBB64 !important;
} .Product-Detail-Direct-Delivered .product-images .thumbnails .thumbnail .mz-thumb-selected .arrow-up {
    display: block !important;
} .Product-Detail-Direct-Delivered .product-main .price-marked {
    color: #3F6BB5;
} .Product-Detail-Direct-Delivered .yellow-message {
    position: relative;
    height: 30px;
} .Product-Detail-Direct-Delivered .yellow-message-trapezoid {
    border-top: 30px solid #FFDC50;
    border-right: 10px solid transparent;
    height: 0;
    width: 4em;
} .Product-Detail-Direct-Delivered .yellow-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
} .Product-Detail-Direct-Delivered .product-main .discount {
    color: red;
    height: 1.5em;
    font-size: 14px;
} .Product-Detail-Direct-Delivered .product-main .until {
    font-style: italic;
} .Product-Detail-Direct-Delivered .product-main .product-icons img {
    width: 2em;
    height: 2em;
} .Product-Detail-Direct-Delivered .product-main .product-price {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
} .Product-Detail-Direct-Delivered .product-main .product-price .f-icon {
    background-color: #08B9EF;
    color: white;
    border-radius: 15px;
    padding: 0.25em 0.5em;
    font-weight: 900;
    margin-right: 0.25em;
} .Product-Detail-Direct-Delivered .product-main .product-price .price {
    font-size: 20px;
} .Product-Detail-Direct-Delivered .product-main .product-price .color-grey {
    color: #676767;
} .Product-Detail-Direct-Delivered .product-main .product-price .price-breakdown span:nth-child(2) {
    position: absolute;
    left: 3.5em;
} .Product-Detail-Direct-Delivered .product-main .product-price .quantity {
    padding: 1em 0.5em;
    justify-content: center;
} .Product-Detail-Direct-Delivered .product-main .product-price .quantity.buying {
    background-color: #A9E0B9;
} .Product-Detail-Direct-Delivered .product-main .product-price .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} .Product-Detail-Direct-Delivered .product-main .product-price .quantity .plus-minus-icon i {
    position: absolute;
    left: 0.3em;
    top: 0.3em;
} .Product-Detail-Direct-Delivered .product-main .product-price .quantity input {
    width: 3em;
    height: 3em;
    padding-left: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
} .Product-Detail-Direct-Delivered .product-main .product-price .add-to-list {
    cursor: pointer;
} .Product-Detail-Direct-Delivered .product-main #product-details p:not(:last-child) {
    color: #676767;
} .Product-Detail-Direct-Delivered .product-cards {
    width: 100%;
} .Product-Detail-Direct-Delivered .product-cards .card-header {
    background-color: white;
    cursor: pointer;
} .Product-Detail-Direct-Delivered .product-cards .card-header .fa-chevron-up {
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} .Product-Detail-Direct-Delivered .product-cards .card-header.collapsed .fa-chevron-up {
    transform: rotate(180deg);
} @media (max-width:1199px) {
    .Product-Detail-Direct-Delivered {
        width: 90%;
    }
} @media (max-width:991px) {
    .Product-Detail-Direct-Delivered {
        width: 95%;
    }
} @media (max-width:767px) {
    .Product-Detail-Direct-Delivered .product-images .product-image {
        margin-right: auto;
        margin-left: auto;
        width: 20em;
    }

    .Product-Detail-Direct-Delivered .product-images .thumbnails {
        justify-content: center;
    }

    .Product-Detail-Direct-Delivered .product-cards>div:nth-child(1) {
        padding-right: 0;
    }

    .Product-Detail-Direct-Delivered .product-cards>div:nth-child(2) {
        padding-left: 0;
    }
} @media (max-width:520px) {
    .Product-Detail-Direct-Delivered .product-main .product-price .quantity input {
        width: 2.5em;
        height: 2.5em;
        padding-left: 0.75em;
    }

    .Product-Detail-Direct-Delivered .product-main .product-price .quantity .plus-minus-icon {
        width: 1.25em;
        height: 1.25em;
    }

    .Product-Detail-Direct-Delivered .product-main .product-price .quantity .plus-minus-icon i {
        font-size: 13px;
    }
} @media (max-width:450px) {
    .Product-Detail-Direct-Delivered .product-main .product-price .quantity input {
        margin-left: 0em;
        margin-right: 0em;
    }
} @media (max-width:400px) {
    .Product-Detail-Direct-Delivered .product-main .product-price .quantity input {
        width: 2em;
        height: 2em;
        padding-left: 0.5em;
    }

    .Product-Detail-Direct-Delivered .product-main .product-price .quantity .plus-minus-icon {
        width: 1em;
        height: 1em;
    }

    .Product-Detail-Direct-Delivered .product-main .product-price .quantity .plus-minus-icon i {
        font-size: 10px;
    }
}
/*End Product Details Direct Delivered*/
/*Related Products*/
.RelatedProducts {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
} .RelatedProducts input[type="number"] {
    -moz-appearance: textfield;
} .RelatedProducts .product-list {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
} .RelatedProducts .product-list .product {
    box-shadow: 1px 1px #ECECEC, inset 1px 1px #ECECEC;
    padding: 0px;
} .RelatedProducts .product-list .product.not-available {
    background-color: #EBEBEB;
} .RelatedProducts .shopCol.buying {
    background-color: #A9E0B9;
} .RelatedProducts input[type="number"]::-webkit-outer-spin-button, .RelatedProducts input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} .RelatedProducts input[type="number"] {
    -moz-appearance: textfield;
} .RelatedProducts .product-list .product .product-details .orange-message {
    position: relative;
    height: 30px;
} .RelatedProducts .product-list .product .product-details .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
} .RelatedProducts .product-list .product .product-details .orange-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
} .RelatedProducts .product-list .product .red-message {
    position: relative;
    height: 30px;
} .RelatedProducts .product-list .product .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .RelatedProducts .product-list .product .red-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .RelatedProducts .product-list .product .blue-message {
    position: relative;
    height: 30px;
} .RelatedProducts .product-list .product .blue-message-trapezoid {
    border-top: 30px solid #5880E8;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .RelatedProducts .product-list .product .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .RelatedProducts .product-list .product .yellow-message {
    position: relative;
    height: 30px;
} .RelatedProducts .product-list .product .yellow-message-trapezoid {
    border-top: 30px solid #FFDC50;
    border-right: 10px solid transparent;
    height: 0;
} .RelatedProducts .product-list .product .product-details .yellow-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
} .RelatedProducts .product-list .product .product-header .multicolor-message {
    color: white;
    position: relative;
    padding-top: 4px;
} .RelatedProducts .product-list .product .product-header .multicolor-message .multicolor-message-red {
    padding: 5px;
    background-color: #ED1C24;
} .RelatedProducts .product-list .product .product-header .multicolor-message .multicolor-message-darkgreen {
    padding: 5px;
    background-color: #004338;
} .RelatedProducts .product-list .product .product-header .multicolor-message .multicolor-message-green {
    padding: 5px;
    background-color: #41B649;
} .RelatedProducts .product-list .product .product-header .multicolor-message .multicolor-message-purple {
    padding: 5px;
    background-color: #400043;
} .RelatedProducts .product-list .product .product-header .multicolor-message .triangle-top-left {
    width: 0;
    height: 0;
    border-top: 29px solid #400043;
    border-right: 10px solid transparent;
    padding-top: 5px;
    position: absolute;
    top: 1px;
} .RelatedProducts .product-list .product .product-header .fa-star {
    top: 2em;
    right: 0.5em;
    position: absolute;
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .RelatedProducts .product-list .product .product-img {
    height: 8em;
    width: 100%;
    position: relative;
    cursor: pointer;
} .RelatedProducts .product-list .product .product-img img {
    max-width: 15em;
    max-height: 8em;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
} .RelatedProducts .product-list .product .product-details {
    padding-left: 1em;
    padding-right: 1em;
} .RelatedProducts .product-list .product .product-details .product-name .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
    font-style: italic;
} .RelatedProducts .product-list .product .product-details .more-details .w-6 {
    width: 6em;
} .RelatedProducts .product-list .product .product-details .more-details .w-8 {
    width: 8em;
} .RelatedProducts .product-list .product .product-details .more-details .w-10 {
    width: 10em;
} .RelatedProducts .product-list .product .product-details .more-details .w-12 {
    width: 12em;
} .RelatedProducts .product-list .product .product-details .more-details .on-deliveries {
    font-size: 13px;
    margin-top: -3px;
} .RelatedProducts .product-list .product .product-details .more-details .discount {
    color: red;
    display: block;
    height: 1.5em;
    font-size: 14px;
} @media(min-width: 992px) {
    .RelatedProducts .product-list .product .product-header {
        height: 1.5em;
    }

    .RelatedProducts .RelatedProducts .product-header {
        display: flex;
        justify-content: space-between;
    }

    .RelatedProducts .product-header .product-id {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
    }
} .RelatedProducts .product-list .product .shop .wsp {
    font-size: 25px;
} .RelatedProducts .product-list .product .shop .shopping {
    padding: 1.5em;
    text-align: center;
    position: relative;
} .RelatedProducts .product-list .product .shop .shopping .fa-star {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .RelatedProducts .product-list .product .shop .shopping .plus-minus-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} .RelatedProducts .product-list .product .shop .shopping .plus-minus-icon i {
    position: absolute;
    left: 0.8em;
    top: 0.75em;
} .RelatedProducts .product-list .product .shop .shopping input {
    width: 3em;
    height: 3em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: center;
} .RelatedProducts .product-list .product .shop.buying {
    background-color: #A9E0B9;
} .RelatedProducts .product-list .product .product-details .more-details .alternatives-btn {
    background-color: #00BDF7;
    color: white;
    width: 90%;
    position: absolute;
    bottom: 1em;
} .RelatedProducts .product-list .product .shop .shop-prices-row {
    height: 6.5em;
} .RelatedProducts .product-list .product .shop .shop-prices-row .add-to-list, .RelatedProducts .product-list .product .shop .shop-prices-row .add-note {
    margin-top: -0.25em !important;
} .RelatedProducts .product-list .product .shop .add-to-list .list-img, .RelatedProducts .product-list .product .shop .add-note .note-img {
    width: 1.5em;
    height: 1.75em;
    margin-left: -0.25em;
} .RelatedProducts .product-list .product .shop .price-row {
    color: #909090;
} .RelatedProducts .product-list .product .shop .shopping {
    padding: 1em;
    text-align: center;
    position: relative;
} .RelatedProducts .product-list .product .shop .shopping .fa-star {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .RelatedProducts .product-list .product .shop .shopping .plus-minus-icon i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} .RelatedProducts .product-list .product .shop .shopping input {
    width: 3em;
    height: 3em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: center;
} .RelatedProducts .product-list .product .shop .shopping.buying {
    background-color: #A9E0B9;
} .RelatedProducts .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
} .RelatedProducts .product-number-mobile {
    display: flex !important;
} section.RelatedProducts .product {
    position: relative;
    width: 100%;
    min-height: 1px;
} section.RelatedProducts .search-results {
    padding-right: 0.5em !important;
    border-top: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    font-size: 14px;
} section.RelatedProducts .product-list .product {
    box-shadow: 1px 1px #ECECEC, inset 1px 1px #ECECEC;
    padding: 0px;
} section.RelatedProducts .product-list .product .product-details {
    padding-left: 1em;
    padding-right: 1em;
} section.RelatedProducts .product-list .product .product-img {
    height: 8em;
    width: 100%;
    position: relative;
    cursor: pointer;
} section.RelatedProducts .product-list .product .product-img img {
    max-width: 15em;
    max-height: 7em;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
} .RelatedProducts .product-list .product .shop .price-row .wsp {
    color: black;
} .RelatedProducts .product-name {
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 1.5em;
    height: 3em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25em;
} .RelatedProducts img.box-img {
    max-width: 4em;
} @media(max-width: 767.97px) {

    .RelatedProducts .alternative-products h5,
    .RelatedProducts .alternative-products p {
        padding: 0px 15px;
    }

    .RelatedProducts .more-details {
        height: 3em;
    }

    .RelatedProducts .product-list .product .product-details .more-details .w-12 {
        width: 10em;
    }

    .RelatedProducts .add-note.d-flex.col-8 {
        height: 2.5em;
    }

    .RelatedProducts .product-list .product .product-details {
        margin-bottom: 1em;
    }

    .RelatedProducts .add-to-list {
        display: none !important;
    }

    section.RelatedProducts .product-list .product .product-img {
        height: 7em;
    }

    .RelatedProducts .product-list .product .shop .shopping {
        padding: 0.5em;
    }

    .RelatedProducts .shop .row .weightRow {
        height: 3em;
    }

    .RelatedProducts .mobileRow span {
        font-size: 90%;
    }
} @media (max-width: 991.98px) {
    .RelatedProducts .row.destopRow {
        display: none;
    }

    .RelatedProducts .product-list .product .product-details .more-details .w-12 {
        width: 10em;
    }

    .RelatedProducts .buy-this-product-mobile,
    .RelatedProducts .product-header-mobile,
    .RelatedProducts .star-mobile {
        display: block !important;
    }

    .RelatedProducts .buy-this-product-mobile button.btn.alternatives-btn {
        background-color: #00BDF7;
        color: white;
        width: 100% !important;
        font-size: 80%;
    }

    .RelatedProducts .buy-this-product,
    .RelatedProducts .product-header,
    .RelatedProducts .row.desktopRow,
    .RelatedProducts .star-desktop {
        display: none;
    }

    .RelatedProducts .product-id {
        float: right;
    }

    .RelatedProducts .product-header-mobile {
        height: 3.5rem;
        padding-right: 0.2rem;
    }

    .RelatedProducts .product-list .product .product-details .more-details .on-deliveries {
        padding-left: 0px !important;
    }

    .RelatedProducts .shop .row .weightRow {
        padding-right: 0px;
        height: 3.5em;
    }

    .RelatedProducts .product-list .product .shop .shopping .plus-minus-icon {
        width: 2em;
        height: 2em;
    }

    .RelatedProducts .mobileRow .prices {
        flex-direction: column;
        padding-right: 0px;
        height: 2.5rem;
    }

    .RelatedProducts .product-list .product .shop .price-row .wsp {
        font-size: 24px;
    }

    .RelatedProducts .product-list .product .shop .wsp {
        font-size: 24px;
    }
} @media(max-width: 1199px) {
    .RelatedProducts {
        width: 90%;
    }
} @media (max-width: 991px) {
    .RelatedProducts {
        width: 95%;
    }
} @media(min-width: 768px) {
    .RelatedProducts .product-list {
        margin-right: 0em !important;
        margin-left: 0em !important;
    }

    .RelatedProducts .mobileRow .prices {
        height: 3.5rem;
    }

    .RelatedProducts .row.mobileRow {
        height: 3em;
    }

    .shopping.col-4.d-flex.align-items-end.justify-content-start.star-mobile {
        padding: 0px;
    }

    .RelatedProducts .mobileRow.note {
        height: 1.5em;
    }
} @media(min-width: 992px) {

    .SubCategoriesRow main .rowMode .product-list .product .product-number-mobile,
    .SubCategoriesRow main .rowMode .product-list .product .shopping .case-image-mobile,
    .RelatedProducts .row.mobileRow,
    .RelatedProducts .product-list .product .product-details .mobile {
        display: none;
    }

    .RelatedProducts .product-list .product .shop .price-row .wsp {
        font-size: 25px;
    }

    .RelatedProducts .shop .row>.col-6,
    .RelatedProducts .shop .row .weightRow {
        height: 5rem;
        padding-right: 0;
    }

    .RelatedProducts .row.desktopRow {
        display: flex;
    }

    .SubCategoriesRow main .alternatives-btn {
        background-color: #00BDF7;
        color: white;
        width: 90%;
    }

    .RelatedProducts .buy-this-product-mobile,
    .RelatedProducts .product-header-mobile {
        display: none !important;
    }

    .RelatedProducts .buy-this-product,
    .RelatedProducts .product-header {
        display: block;
    }

    .RelatedProducts .product-details {
        height: 8em;
    }
} @media(min-width: 992px) and (max-width: 1199px) {
    .RelatedProducts .product-list .product .shop .shopping .plus-minus-icon {
        width: 2em;
        height: 2em;
    }

    .RelatedProducts .row.desktopRow {
        height: 8em;
    }
}
/*MultiBuy*/
section.multi-buy {
    background: white;
    display: inline-block;
    width: 100%;
} .multi-buy .multi-buy-top {
    padding: 1rem;
} .multi-buy .multi-buy-top h4 {
    font-weight: bold;
    color: #2356AA;
} .multi-buy .pagination-container {
    justify-content: flex-end;
    display: flex;
} .multi-buy .qualifying-products {
    padding: 1rem;
    padding-top: 0rem;
} .multi-buy .qualifying-products h5 {
    color: white;
    margin-bottom: 0;
    font-weight: bold;
} .multi-buy .qualifying-products .card-header {
    background-image: linear-gradient(#408b08, #367a0b);
} .multi-buy .reward-products h5 {
    color: white;
    margin-bottom: 0;
    font-weight: bold;
} .multi-buy .reward-products .card-header {
    background-image: linear-gradient(#FF0037, red);
} .multi-buy .buy-this-product-mobile {
    display: none;
} .multi-buy .items-per-page-mobile {
    display: none;
    margin-top: 1em;
} .multi-buy .add-to-list, .add-note {
    cursor: pointer;
} .multi-buy .weight-mobile {
    display: none;
} .multi-buy main .pagination {
    display: flex;
} .multi-buy .box-img {
    max-width: 4em;
} .multi-buy input[type="number"]::-webkit-outer-spin-button, .multi-buy input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} .multi-buy input[type="number"] {
    -moz-appearance: textfield;
} .multi-buy .pagination .page-item.active .page-link {
    border: 1px solid #91AAD4;
    color: black;
    background-color: white;
} .multi-buy .pagination .page-item .page-link {
    border: 1px solid #E1E1E1;
    color: #2356AA;
    margin-left: 0.15em;
    margin-right: 0.15em;
} .multi-buy .pagination {
    padding-right: 15px;
} .multi-buy .SubCategoriesRow .inner-list {
    width: 100% !important;
    padding-right: 0rem !important;
} .multi-buy .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product .remove-text {
    display: none !important;
} .multi-buy .btCcontinue {
    margin-bottom: 1em !important;
} .multi-buy {
    padding-right: 3em !important;
    padding-left: 3em !important;
} .multi-buy .qualifying-products, .multi-buy .reward-products {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
} .multi-buy .card-body {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
} .multi-buy .rowMultiBuy, .multi-buy .colMultiBuy {
    border: 1px solid #2356AA;
    margin-left: 0.5em;
    color: #2356AA;
    width: auto !important;
    box-shadow: none !important;
} .multi-buy .rowMultiBuy {
    margin-right: 0.5em;
} .rowMultiBuy:hover, .colMultiBuy:hover {
    color: #2356AA !important;
} .multi-buy .dark-blue-btn:hover {
    color: white !important;
} @media(max-width: 1150px) {
    .multi-buy {
        padding-right: 0em !important;
        padding-left: 0em !important;
    }
} @media(max-width: 991px) {
    .multi-buy .btCcontinue {
        justify-content: flex-end !important;
    }

    .multi-buy .qualifying-products,
    .multi-buy .reward-products {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .multi-buy .card-body {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .multi-buy .btCcontinue {
        padding-right: 0.5rem !important;
    }

    .multi-buy .SubCategoriesRow .inner-list {
        padding-bottom: 0rem !important;
    }
} @media(max-width: 767.97px) {
    .multi-buy main .filters .btn {
        margin-top: 1rem;
    }

    .multi-buy .qualifying-products,
    .multi-buy .reward-products {
        padding-right: 0rem !important;
    }

    .multi-buy .btCcontinue {
        width: 100%;
        margin-top: 1em;
        margin-left: 0.5rem !important;
        justify-content: unset !important;
    }

    .multi-buy .btCcontinue .btn {
        width: 100%;
    }

    .multi-buy .text-multibuy {
        display: none;
    }

    .multi-buy .text-multi {
        margin-bottom: 0em;
    }
} @media(max-width: 1366px) {
    html[data-useragent*='Edge/17.17134'] .multi-buy .SubCategoriesRow .rowMode .product-list .product .product-details .on-deliveries {
        font-size: 12px;
    }
} .multi-buy .plus-minus-icon i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
/*Trolley Step One*/
.TrolleyStepOne .trolley-checkout-main {
    padding-left: 5em;
    padding-right: 5em;
} .TrolleyStepOne .trolley-checkout-content {
    margin-left: auto;
    margin-right: auto;
} .TrolleyStepOne .trolley-checkout-content [class*='col-'] .col-content {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 2em 2em 2em 5em;
    height: 100%;
} .TrolleyStepOne .trolley-checkout-content .col-content .step-title {
    position: relative;
} .TrolleyStepOne .trolley-checkout-content .col-content .step-title .step-number {
    position: absolute;
    left: -2.2em;
    top: -0.1em;
    font-size: 1em;
    border: 2px solid #2356AA;
    width: 1.75em;
    height: 1.75em;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    color: #2356AA;
} .TrolleyStepOne .trolley-checkout-content .col-content .step-title h5 {
    color: #2356AA;
} .TrolleyStepOne .trolley-checkout-content .col-content .check-input label {
    padding-top: 3px;
} .TrolleyStepOne .trolley-checkout-content textarea {
    width: 100%;
    padding: 10px;
} .TrolleyStepOne .trolley-checkout-content input {
    padding: 5px 10px;
} .TrolleyStepOne .trolley-checkout-content .col-content .notes-list .blue-color {
    color: #2356AA;
} .TrolleyStepOne .nav-buttons {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding-right: 15px;
} @media (max-width: 1200px) {

    .TrolleyStepOne .trolley-checkout-main,
    .TrolleyStepOne .trolley-checkout-content {
        width: 90%;
    }
} @media (max-width: 991px) {
    .TrolleyStepOne .trolley-checkout-content {
        padding: 10px !important;
    }

    .TrolleyStepOne .trolley-checkout-content [class*='col-']:not(:last-child) {
        margin-bottom: 15px;
    }
} @media (max-width: 768px) {
    .TrolleyStepOne .trolley-checkout-content>p {
        width: 95%;
    }
} @media (max-width: 575px) {

    .TrolleyStepOne .trolley-checkout-main,
    .TrolleyStepOne .trolley-checkout-content {
        width: 100%;
    }

    .TrolleyStepOne .trolley-checkout-content [class*='col-'] .col-content {
        padding: 2em 2em 2em 3em;
    }
}
/*TROLLEY STEP TWO*/
.TrolleyStepTwo {
    margin-top: 0.75em;
    padding-left: 5em;
    padding-right: 5em;
} .TrolleyStepTwo .mobile-view {
    display: none;
} .TrolleyStepTwo .bigger {
    font-size: 20px;
} .TrolleyStepTwo .radio-input {
    margin-bottom: 0px !important;
} .TrolleyStepTwo .trolley-checkout-main {
    margin-left: auto;
    margin-right: auto;
} .TrolleyStepTwo .trolley-checkout-content {
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 0em 6em 1em 6em;
} .TrolleyStepTwo table {
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
} .TrolleyStepTwo table thead {
    border-bottom: 1px solid #8095B4;
} .TrolleyStepTwo table thead .payment-header {
    padding-left: 1.25em;
    width: 40%;
} .TrolleyStepTwo table thead tr th, .TrolleyStepTwo table tbody tr td {
    padding: 0.25em;
} .TrolleyStepTwo table thead tr th {
    font-weight: 900;
    color: #2356AA
} .TrolleyStepTwo table tbody tr.border-bottom-grey {
    border-bottom: 1px solid #BDBDBD;
} .TrolleyStepTwo table tbody tr.border-bottom-blue {
    border-bottom: 1px solid #436291;
} .TrolleyStepTwo table .title {
    font-size: 20px;
    color: #2356AA
} .TrolleyStepTwo table .green-title {
    color: #419964;
    margin-left: 1.0rem;
} .TrolleyStepTwo .title .orange-title {
    color: #ED6500;
} .TrolleyStepTwo .trolley-checkout-buttons {
    border: 1px solid #EFEFEF;
    padding: 0.5em;
    text-align: right;
} .TrolleyStepTwo .mobile-view table {
    width: 100%;
    table-layout: fixed;
} .TrolleyStepTwo .mobile-view .card {
    border: 0 !important;
    border-bottom: 1px solid #EFEFEF !important;
    background-color: #FAFAFA !important;
} .TrolleyStepTwo .mobile-view .card .card-header {
    background-color: #FAFAFA !important;
} .TrolleyStepTwo .mobile-view .card .card-header h2 {
    position: relative;
} .TrolleyStepTwo .mobile-view .card .card-header .btn-link {
    color: #2356AA;
} .TrolleyStepTwo .mobile-view .card .card-header .btn-link i {
    position: absolute;
    right: 0;
    top: 1.25em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} .TrolleyStepTwo .mobile-view .card .card-header.collapsed .btn-link i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
} .TrolleyStepTwo .mobile-view .total-prices {
    border-top: 1px solid blue;
} .TrolleyStepTwo .mobile-view .card-body .border-top {
    border-top: 1px solid #BDBDBD;
} .TrolleyStepTwo .radio-table-cell {
    min-width: 22em;
} .TrolleyStepTwo .btn.btn-green {
    color: white;
    background-color: #75AD45;
} @media (max-width: 1350px) {
    .TrolleyStepTwo {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 1240px) {
    .TrolleyStepTwo {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media (max-width: 991px) {
    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }
} @media (max-width: 767px) {
    .TrolleyStepTwo .trolley-checkout-content {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 575px) {
    .TrolleyStepTwo .trolley-checkout-content {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media (max-width: 420px) {
    .TrolleyStepTwo {
        margin-top: 3rem !important;
    }
}
/*TROLLEY CHECKOUT VIEW PRINT ORDER*/
.TrolleyCheckoutViewPrintOrder {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order h2 {
    color: #062F6E;
} .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order .mobile-view {
    display: none;
} .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order table {
    width: 100%;
    table-layout: fixed;
} .TrolleyCheckoutViewPrintOrder .tam {
    width: 35%;
} .TrolleyCheckoutViewPrintOrder .tam-8 {
    width: 8%;
} .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order th, .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order td {
    padding: 0.5em
} .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order table thead {
    color: #2356AA;
} .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order table thead tr {
    border-bottom: 1px solid #333333;
} .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order table thead tr th {
    font-weight: 900;
} .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} .TrolleyCheckoutViewPrintOrder .mobile-view .accordion {
    border-bottom: 1px solid #979797;
} .TrolleyCheckoutViewPrintOrder .mobile-view .accordion .card .card-header {
    cursor: pointer;
} .TrolleyCheckoutViewPrintOrder .mobile-view .card-body table thead {
    border-color: #E3E3E3;
} .TrolleyCheckoutViewPrintOrder .mobile-view table.table-header {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: 95%;
    table-layout: fixed;
} .TrolleyCheckoutViewPrintOrder .mobile-view .card, .TrolleyCheckoutViewPrintOrder .mobile-view .card .card-header {
    border: 0 !important;
    background-color: #FAFAFA !important;
} .TrolleyCheckoutViewPrintOrder .mobile-view .card .card-header {
    padding-top: 0em;
    padding-bottom: 0em;
    border-bottom: 1px solid #EFEFEF !important;
} .TrolleyCheckoutViewPrintOrder .mobile-view .card .card-header i {
    position: absolute;
    top: 0.8em;
    left: 0.5em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} .TrolleyCheckoutViewPrintOrder .mobile-view .card .card-header.collapsed i {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
} .TrolleyCheckoutViewPrintOrder .mobile-view .card .card-header table {
    border-bottom: 1px solid #EFEFEF !important;
} .TrolleyCheckoutViewPrintOrder .mobile-view .card .card-body table.w-auto {
    width: auto !important;
} .TrolleyCheckoutViewPrintOrder .header-buttons {
    border: 1px solid #EFEFEF;
    border-bottom: 0;
    text-align: center;
} .TrolleyCheckoutViewPrintOrder .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: center;
} .TrolleyCheckoutViewPrintOrder .header-buttons button, .TrolleyCheckoutViewPrintOrder .footer-buttons button {
    width: auto !important;
} @media (max-width: 991px) {
    .TrolleyCheckoutViewPrintOrder {
        width: 90%;
    }

    .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order {
        padding: 2em 2em;
    }

    .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order .table-desktop {
        display: none;
    }

    .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order .mobile-view {
        display: block;
    }
} @media(max-width: 650px) {
    .TrolleyCheckoutViewPrintOrder .mobile-view table.table-header {
        width: 92.5%;
    }
} @media (max-width: 575px) {
    .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order {
        padding: 0.5em 0.5em;
    }
} @media (max-width: 550px) {

    .TrolleyCheckoutViewPrintOrder td,
    th {
        font-size: 14px;
    }

    .TrolleyCheckoutViewPrintOrder p {
        font-size: 15px;
    }

    .TrolleyCheckoutViewPrintOrder .mobile-view .card .card-header i {
        top: 0.5em;
    }
} @media (max-width: 480px) {
    .TrolleyCheckoutViewPrintOrder {
        width: 95%;
    }

    .TrolleyCheckoutViewPrintOrder .checkout-viewprint-order {
        padding: 2em 0.5em;
    }

    .TrolleyCheckoutViewPrintOrder .mobile-view table.table-header {
        font-size: 13px;
    }

    .TrolleyCheckoutViewPrintOrder table thead tr th,
    .TrolleyCheckoutViewPrintOrder table tbody tr td {
        font-size: 13px;
    }

    .TrolleyCheckoutViewPrintOrder .mobile-view .card .card-header i {
        top: 0.6em;
    }
} @media (max-width: 420px) {
    .TrolleyCheckoutViewPrintOrder .mobile-view table.table-header {
        font-size: 12px;
    }

    .TrolleyCheckoutViewPrintOrder table thead tr th,
    .TrolleyCheckoutViewPrintOrder table tbody tr td {
        font-size: 12px;
    }
} @media (max-width: 375px) {
    .TrolleyCheckoutViewPrintOrder .mobile-view table.table-header {
        font-size: 11px;
    }

    .TrolleyCheckoutViewPrintOrder table thead tr th,
    .TrolleyCheckoutViewPrintOrder table tbody tr td {
        font-size: 11px;
    }

    .TrolleyCheckoutViewPrintOrder .mobile-view .card .card-header i {
        top: 0.35em;
    }

    .TrolleyCheckoutViewPrintOrder td,
    th {
        font-size: 12px;
    }
} @media (max-width: 350px) {
    .TrolleyCheckoutViewPrintOrder {
        width: 95%;
    }

    .TrolleyCheckoutViewPrintOrder table thead tr th,
    .TrolleyCheckoutViewPrintOrder table tbody tr td {
        font-size: 10px;
    }

    .TrolleyCheckoutViewPrintOrder .checkout-buttons .btn.btn-white {
        float: left;
    }

    .TrolleyCheckoutViewPrintOrder td,
    th {
        font-size: 11px;
    }
}
/*TROLLEY CHECKOUT STEP 4*/
.TrolleyCheckoutStep4 {
    padding-left: 5em;
    padding-right: 5em;
} .TrolleyCheckoutStep4 .alig {
    text-align: right;
} .TrolleyCheckoutStep4 .pad2 {
    padding-right: 0.5em;
} .TrolleyCheckoutStep4 .pad {
    padding: 0em 0.5em 0em 1em;
} .TrolleyCheckoutStep4 .trolley-checkout-main {
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} .TrolleyCheckoutStep4 .thank-you {
    padding-top: 1em;
    border-bottom: 1px solid #EFEFEF;
} .TrolleyCheckoutStep4 .thank-you .order-number {
    font-size: 26px;
    font-weight: 900;
} .TrolleyCheckoutStep4 .checkout-price {
    border-bottom: 1px solid #EFEFEF;
} .TrolleyCheckoutStep4 .checkout-buttons {
    background-color: white;
    padding: 1em;
} .TrolleyCheckoutStep4 .checkout-resume-table {
    border-bottom: 1px solid #EFEFEF;
} .TrolleyCheckoutStep4 .checkout-price {
    padding-left: 6em;
    padding-right: 6em;
} .TrolleyCheckoutStep4 .checkout-resume-table {
    padding-left: 5em;
    padding-right: 5em;
    padding-top: 1em;
} .TrolleyCheckoutStep4 .checkout-resume-table table {
    width: 100%;
    table-layout: fixed;
} .TrolleyCheckoutStep4 .checkout-resume-table table.table-desktop {
    border-bottom: 1px solid #979797;
} .TrolleyCheckoutStep4 .checkout-resume-table .mobile-view {
    display: none;
} .TrolleyCheckoutStep4 #checkout-price-mobile {
    display: none !important;
} .TrolleyCheckoutStep4 #checkout-price-desktop {
    display: block;
} .TrolleyCheckoutStep4 .checkout-resume-table table thead {
    border-bottom: 1px solid #979797;
    color: #2356AA;
} .TrolleyCheckoutStep4 .checkout-resume-table table thead tr th {
    font-weight: 900;
} .TrolleyCheckoutStep4 .checkout-resume-table table.table-desktop tbody tr {
    border-bottom: 1px solid #E3E3E3;
} .TrolleyCheckoutStep4 .checkout-resume-table table thead tr th, .TrolleyCheckoutStep4 .checkout-resume-table table tbody tr td {
    padding: 0.5em;
} .TrolleyCheckoutStep4 .checkout-resume-table .mobile-view .accordion {
    border-bottom: 1px solid #979797;
} .TrolleyCheckoutStep4 .checkout-resume-table .mobile-view .accordion .card .card-header {
    cursor: pointer;
} .TrolleyCheckoutStep4 .checkout-resume-table .mobile-view .card-body table thead {
    border-color: #E3E3E3;
} .TrolleyCheckoutStep4 .checkout-buttons .btn.btn-white {
    background-color: white;
    color: #2356AA;
    border: 1px solid #F0F0F0;
} .TrolleyCheckoutStep4 .checkout-buttons .btn.btn-green {
    color: white;
    background-color: #75AD45;
} .TrolleyCheckoutStep4 .notes-guide-price-row {
    flex-direction: row-reverse;
} .TrolleyCheckoutStep4 .notes-guide-price-row .guide-price {
    width: 40%;
} main .notes-guide-price-row .notes {
    width: 60%;
} .TrolleyCheckoutStep4 .mobile-view table.table-header {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: 95%;
} .TrolleyCheckoutStep4 .mobile-view .card, .TrolleyCheckoutStep4 .mobile-view .card .card-header {
    border: 0 !important;
    background-color: #FAFAFA !important;
} .TrolleyCheckoutStep4 .mobile-view .card .card-header {
    padding-top: 0em;
    padding-bottom: 0em;
    border-bottom: 1px solid #EFEFEF !important;
} .TrolleyCheckoutStep4 .mobile-view .card .card-header i {
    position: absolute;
    top: 0.75em;
    left: 0.5em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} .TrolleyCheckoutStep4 .mobile-view .card .card-header.collapsed i {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
} .TrolleyCheckoutStep4 .mobile-view .card .card-header table {
    border-bottom: 1px solid #EFEFEF !important;
} .TrolleyCheckoutStep4 .mobile-view .card .card-body table.w-auto {
    width: auto !important;
} .TrolleyCheckoutStep4 .orderRef {
    width: 50%;
    float: left;
} .TrolleyCheckoutStep4 .tam {
    width: 50%;
} .TrolleyCheckoutStep4 .tamLetra {
    font-size: 16px;
    margin-top: auto;
} @media (max-width: 1250px) {
    .TrolleyCheckoutStep4 {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 1100px) {
    .TrolleyCheckoutStep4 {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media (max-width: 991px) {
    .TrolleyCheckoutStep4 .notes-guide-price-row {
        flex-direction: column;
    }

    .TrolleyCheckoutStep4 .notes-guide-price-row .guide-price {
        width: 100%;
    }

    .TrolleyCheckoutStep4 .notes-guide-price-row .notes {
        width: 100%;
    }

    .TrolleyCheckoutStep4 .checkout-resume-table .table-desktop {
        display: none;
    }

    .TrolleyCheckoutStep4 .checkout-resume-table .mobile-view {
        display: block;
    }

    .TrolleyCheckoutStep4 #checkout-price-mobile {
        display: block !important;
    }

    .TrolleyCheckoutStep4 #checkout-price-desktop {
        display: none !important;
    }
} @media (max-width: 767px) {

    .TrolleyCheckoutStep4 .checkout-price,
    .TrolleyCheckoutStep4 .checkout-resume-table {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media(max-width: 650px) {
    .TrolleyCheckoutStep4 .mobile-view table.table-header {
        width: 92.5%;
    }
} @media (max-width: 575px) {

    .TrolleyCheckoutStep4 .checkout-price,
    .TrolleyCheckoutStep4 .checkout-resume-table {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media (max-width: 480px) {
    .TrolleyCheckoutStep4 .mobile-view table.table-header {
        font-size: 13px;
    }

    .TrolleyCheckoutStep4 table thead tr th,
    .TrolleyCheckoutStep4 table tbody tr td {
        font-size: 13px;
    }

    .TrolleyCheckoutStep4 .mobile-view .card .card-header i {
        top: 0.5em;
    }
} @media (max-width: 420px) {
    .TrolleyCheckoutStep4 .trolley-checkout-main {
        margin-top: 50px;
    }

    .TrolleyCheckoutStep4 .mobile-view table.table-header {
        font-size: 12px;
    }

    .TrolleyCheckoutStep4 table thead tr th,
    .TrolleyCheckoutStep4 table tbody tr td {
        font-size: 12px;
    }

    .TrolleyCheckoutStep4 .tamLetra {
        font-size: 14px;
    }
} @media (max-width: 375px) {
    .TrolleyCheckoutStep4 .mobile-view table.table-header {
        font-size: 11px;
    }

    .TrolleyCheckoutStep4 .checkout-resume-table table thead tr th,
    .TrolleyCheckoutStep4 .checkout-resume-table table tbody tr td {
        font-size: 11px;
    }

    .TrolleyCheckoutStep4 .tamLetra {
        font-size: 12px;
    }

    .TrolleyCheckoutStep4 .mobile-view .card .card-header i {
        top: 0.45em;
    }
} @media (max-width: 350px) {

    .TrolleyCheckoutStep4 .checkout-resume-table table thead tr th,
    .TrolleyCheckoutStep4 .checkout-resume-table table tbody tr td {
        font-size: 10px;
    }

    .TrolleyCheckoutStep4 .checkout-buttons .btn.btn-white {
        float: left;
    }

    .TrolleyCheckoutStep4 .checkout-buttons {
        padding: 0.75em;
    }

    .TrolleyCheckoutStep4 .tamLetra {
        font-size: 11px;
    }
}
/*TROLLEY PRINT PRODUCT LIST GROUP UNGROUP*/
.TrolleyPrintProductListGroupUngroup {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} .TrolleyPrintProductListGroupUngroup .product-table-col {
    padding: 2em 2em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} .TrolleyPrintProductListGroupUngroup .product-table-col table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} .TrolleyPrintProductListGroupUngroup .product-table-col table thead tr:last-child {
    border-bottom: 1px solid #333333;
} .TrolleyPrintProductListGroupUngroup .product-table-col table thead tr th {
    font-weight: 900;
} .TrolleyPrintProductListGroupUngroup .product-table-col table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} .TrolleyPrintProductListGroupUngroup .product-table-col table thead tr th, .TrolleyPrintProductListGroupUngroup .product-table-col table tbody tr td {
    padding: 0.25em 0.5em;
} .TrolleyPrintProductListGroupUngroup .barcode {
    width: 10em;
    height: 2em;
} .TrolleyPrintProductListGroupUngroup h2 {
    color: #062F6E;
} .TrolleyPrintProductListGroupUngroup .buttons {
    height: 2em;
} .TrolleyPrintProductListGroupUngroup .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} .TrolleyPrintProductListGroupUngroup .header-buttons {
    border: 1px solid #EFEFEF;
    border-bottom: 0;
    text-align: center;
} .TrolleyPrintProductListGroupUngroup .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: center;
} .TrolleyPrintProductListGroupUngroup .small-cell {
    width: 3em;
    max-width: 3em;
} @media (max-width: 1300px) {
    .TrolleyPrintProductListGroupUngroup .small-cell {
        width: auto !important;
    }
} @media (max-width: 991px) {
    .TrolleyPrintProductListGroupUngroup {
        width: 90%;
    }

    .TrolleyPrintProductListGroupUngroup .product-table-col {
        padding: 2em 2em;
    }

    .TrolleyPrintProductListGroupUngroup .hide-small-devices {
        display: none;
    }

    .TrolleyPrintProductListGroupUngroup .mobile-align-right {
        text-align: right !important;
    }
} @media (max-width: 480px) {
    .TrolleyPrintProductListGroupUngroup {
        width: 95%;
    }

    .TrolleyPrintProductListGroupUngroup .product-table-col {
        padding: 2em 0.5em;
    }
} @media (max-width: 350px) {
    .TrolleyPrintProductListGroupUngroup {
        width: 95%;
    }
}
/*Trolley Step Three*/
.TrolleyStepThreeMain {
    margin-top: 1.5em;
    padding-left: 5em;
    padding-right: 5em;
} .TrolleyStepThreeMain .add-to-account-main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} .TrolleyStepThreeMain .add-to-account-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px;
} .TrolleyStepThreeMain .add-to-account-content>p {
    width: 80%;
    margin: 0 auto 2em auto;
} .TrolleyStepThreeMain .add-to-account-content .order-code {
    text-align: right;
    color: #2356AA;
} .TrolleyStepThreeMain .add-to-account-content .color-blue {
    color: #2356AA;
} .TrolleyStepThreeMain .add-to-account-content .titles-row {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #DCDCDC;
} .TrolleyStepThreeMain .add-to-account-content .summary {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
} .TrolleyStepThreeMain .add-to-account-content .summary .row:nth-last-child(1) {
    font-size: 18px;
} .TrolleyStepThreeMain .nav-buttons {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
} .TrolleyStepThreeMain .nav-buttons .btn {
    color: white;
} .TrolleyStepThreeMain .add-to-account-content .check-container {
    width: 80%;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    margin: auto;
} .TrolleyStepThreeMain .add-to-account-content .check-container .check-input {
    width: 20em;
    margin: auto;
} .TrolleyStepThreeMain .add-to-account-content .check-container .check-input label {
    font-size: 20px;
    color: #2356AA;
    ;
    font-weight: 900;
} .TrolleyStepThreeMain .add-to-account-content .payment-details {
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 15px;
} .TrolleyStepThreeMain .add-to-account-content .payment-details .input-field {
    margin-bottom: 1em;
} .TrolleyStepThreeMain .add-to-account-content .payment-details .input-field label {
    display: block;
    font-weight: 900;
} .TrolleyStepThreeMain .add-to-account-content .payment-details .input-field label {
    display: block;
    font-weight: 900;
} .TrolleyStepThreeMain .add-to-account-content .payment-details .input-field label .fa-check {
    color: #007867;
} .TrolleyStepThreeMain .add-to-account-content .payment-details .input-field input {
    width: 100%;
    padding-left: 5px;
    border: 1px solid #007867;
    padding: 5px 15px;
    border-radius: 5px;
} .TrolleyStepThreeMain .add-to-account-content .payment-details .input-field.expiry-date input, .TrolleyStepThreeMain .add-to-account-content .payment-details .input-field.security-code input {
    display: inline-block;
    width: 4em;
} .TrolleyStepThreeMain .add-to-account-content .payment-details .input-field.security-code span {
    color: #9D9D9D;
} .TrolleyStepThreeMain .add-to-account-content .payment-details .buttons {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
} .TrolleyStepThreeMain .add-to-account-content .payment-details .buttons .btn {
    font-weight: 900;
} .TrolleyStepThreeMain .add-to-account-content .payment-details .buttons .grey-btn {
    background-color: #DCDCDC;
    float: left;
    color: grey !important;
} .TrolleyStepThreeMain .add-to-account-content .payment-details .buttons .green-btn {
    float: right;
    background-color: #007867;
    color: white;
} .TrolleyStepThreeMain .add-to-account-content .red {
    color: red;
} .TrolleyStepThreeMain .add-to-account-content .asterisk {
    position: inherit !important;
    margin-left: 0 !important;
} .TrolleyStepThreeMain .add-to-account-content .nav-buttons {
    padding-right: 40px;
} .TrolleyStepThreeMain .add-to-account-content .select-card {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 1em 2em;
    padding-bottom: 1em;
    border: 1px solid #EFEFEF;
    background-color: white;
} .TrolleyStepThreeMain .add-to-account-content .select-card .credit-card {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
} .TrolleyStepThreeMain .add-to-account-content .select-card .credit-card:not(:nth-child(2)) {
    border-top: 0
} .TrolleyStepThreeMain .add-to-account-content .select-card .credit-card.selected-background {
    background-color: #EFEFEF;
} .TrolleyStepThreeMain .add-to-account-content .select-card .credit-card .card-data {
    width: 100%;
} .TrolleyStepThreeMain .add-to-account-content .select-card .card-data i {
    left: 0;
    position: absolute;
    top: 0.1em;
    font-size: 1.25em;
    color: #2356AA;
} .TrolleyStepThreeMain .add-to-account-content .select-card .card-data .radio-input .card-name {
    font-weight: 900;
    color: #2356AA;
} .TrolleyStepThreeMain .add-to-account-content .select-card .blue-btn {
    float: left;
} @media (max-width: 1200px) {

    .TrolleyStepThreeMain .add-to-account-main,
    .TrolleyStepThreeMain .add-to-account-content {
        width: 90%;
    }

    .TrolleyStepThreeMain .nav-buttons {
        width: 90%;
    }
} @media (max-width: 991px) {
    .TrolleyStepThreeMain .add-to-account-content {
        width: 90%;
        padding: 10px !important;
    }

    .col-lg-2 {
        width: 0px;
        padding: 0;
    }

    .TrolleyStepThreeMain .add-to-account-content .summary-titles {
        margin-bottom: 0;
    }
} @media (max-width: 900px) {
    .centered {
        width: 100%;
    }
} @media (max-width: 768px) {
    .order-code {
        padding-right: 0px !important;
    }

    .TrolleyStepThreeMain .summary-row .title {
        display: block;
        color: #2356AA;
        text-align: right;
    }

    .TrolleyStepThreeMain .summary-row>[class*='col-']:not(:first-child) {
        padding-top: 1em;
    }

    .TrolleyStepThreeMain .summary-row>[class*='col-']:not(:first-child) .concept-col {
        opacity: 1;
    }

    .titles-row {
        display: none;
    }

    .summary-row {
        border-bottom: 0 !important;
    }

    .summary-row [class*='col-'] {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 0.5em;
    }

    .summary-row>[class*='col-'] {
        border-bottom: 1px solid #DCDCDC;
    }

    .TrolleyStepThreeMain .add-to-account-content>p {
        width: 95%;
    }

    .TrolleyStepThreeMain .add-to-account-content .select-card .buttons {
        flex-direction: column;
    }

    .TrolleyStepThreeMain .add-to-account-content .select-card .buttons>div:nth-child(1) {
        margin-left: auto;
        margin-right: auto;
    }

    .TrolleyStepThreeMain .add-to-account-content .select-card .buttons>div:nth-child(2) {
        margin-left: auto;
    }

    .TrolleyStepThreeMain .add-to-account-content .select-card .buttons>div:nth-child(1) {
        padding-bottom: 0.5em;
    }
} @media (max-width: 575px) {

    .TrolleyStepThreeMain .add-to-account-main,
    .TrolleyStepThreeMain .add-to-account-content {
        width: 100%;
    }

    .TrolleyStepThreeMain .add-to-account-content .select-card {
        width: 95%;
        padding: 0.5em;
    }

    .TrolleyStepThreeMain .nav-buttons {
        padding-right: 0em;
    }
} @media (max-width: 450px) {
    .TrolleyStepThreeMain .add-to-account-content {
        padding: 0 !important;
    }
} @media (max-width: 420px) {
    .TrolleyStepThreeMain {
        margin-top: 3rem !important;
    }
}
/*TROLLEY CHECKOUT FIRST*/
.TrolleyCheckoutFirst aside {
    display: inline-block;
    width: 21em;
    padding: 10px;
    float: right;
} .TrolleyCheckoutFirst aside .info {
    background-color: #CAE6FE;
    padding: 10px;
    color: #014F96;
} .TrolleyCheckoutFirst aside .card-body {
    padding: 10px;
} .TrolleyCheckoutFirst aside .summary .d-flex span:nth-child(2) {
    margin-left: auto;
    margin-right: 0px;
} .TrolleyCheckoutFirst aside .total {
    padding-top: 0.5em;
    border-top: 1px solid #ECECEC;
} .TrolleyCheckoutFirst aside .btn {
    width: 100%;
} .TrolleyCheckoutFirst main {
    display: inline-block;
    width: calc(100% - 21em);
    padding-left: 15px;
} .TrolleyCheckoutFirst main .search-results {
    margin-right: 0.5em !important;
    font-size: 14px;
} .TrolleyCheckoutFirst main .search-results .result {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.5em;
} .TrolleyCheckoutFirst main .filters {
    margin-right: 0px !important;
    margin-left: auto !important;
} .TrolleyCheckoutFirst main .filters .btn.blue-btn {
    background-color: #2356AA;
    color: white;
} .TrolleyCheckoutFirst main .filters .btn .fa-print {
    color: #2356AA;
} .TrolleyCheckoutFirst main .form-custom-select {
    width: 14em;
} .TrolleyCheckoutFirst main .form-custom-select.extra-space {
    width: 5em;
} .TrolleyCheckoutFirst main .form-custom-select {
    width: 14em;
    border: 1px solid #2356AA;
    border-radius: .25rem;
    height: unset;
} .TrolleyCheckoutFirst main .form-custom-select select {
    color: #2356AA;
    padding: .375rem .75rem;
    height: unset;
} .TrolleyCheckoutFirst main .filters .btn, .TrolleyCheckoutFirst main .bottom-navigation .btn {
    border: 1px solid #2356AA;
    margin-left: 0.5em;
    color: #2356AA;
    width: auto !important;
} .TrolleyCheckoutFirst input[type="number"]::-webkit-outer-spin-button, .TrolleyCheckoutFirst input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} .TrolleyCheckoutFirst input[type="number"] {
    -moz-appearance: textfield;
} .TrolleyCheckoutFirst pagination .page-item.active .page-link {
    border: 1px solid #91AAD4;
    color: black;
    background-color: white;
} .TrolleyCheckoutFirst .pagination .page-item .page-link {
    border: 1px solid #E1E1E1;
    color: #2356AA;
    margin-left: 0.15em;
    margin-right: 0.15em;
} .TrolleyCheckoutFirst main .pagination .page-item.active .page-link {
    color: black;
    background-color: white;
    border: 1px solid #2356AA;
} .TrolleyCheckoutFirst .filters .pagination {
    padding-right: 0px;
    margin-top: 1em;
} .TrolleyCheckoutFirst .bottom-navigation .pagination-container {
    margin-top: 1em;
} section.TrolleyCheckoutFirst .rowMode {
    background: white;
    display: inline-block;
    width: 100%;
} .TrolleyCheckoutFirst .rowMode .pagination-container {
    justify-content: flex-end;
    display: flex;
} .TrolleyCheckoutFirst .rowMode .buy-this-product-mobile {
    display: none;
} .TrolleyCheckoutFirst .rowMode .items-per-page-mobile {
    display: none;
    margin-top: 1em;
} .TrolleyCheckoutFirst .rowMode .add-to-list, .add-note {
    cursor: pointer;
} .TrolleyCheckoutFirst .rowMode .weight-mobile {
    display: none;
} .TrolleyCheckoutFirst .rowMode .product-list .product {
    position: relative;
    border: 1px solid #ECECEC;
} .TrolleyCheckoutFirst .rowMode .product-list .product-header .exclusive {
    position: absolute;
    left: 0;
    z-index: 1;
} .TrolleyCheckoutFirst .rowMode .product-list .product.not-available {
    background-color: #EBEBEB;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-header-message .red-message {
    position: absolute;
    height: 30px;
    top: 0;
    left: 0;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-header-message .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-header-message .red-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-header-message .blue-message {
    position: absolute;
    height: 30px;
    top: 0;
    left: 0;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-header .blue-message-trapezoid {
    border-top: 30px solid #5880E8;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-header-message .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-header-message .multicolor-message {
    color: white;
    position: absolute;
    height: 30px;
    top: 2px;
    left: 0;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-header-message .multicolor-message .multicolor-message-red {
    padding: 5px;
    background-color: #ED1C24;
} .TrolleyCheckoutFirst .rowMode .product-list .product .multicolor-message .multicolor-message-darkgreen {
    padding: 5px;
    background-color: #004338;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-header-message .multicolor-message .multicolor-message-green {
    padding: 5px;
    background-color: #41B649;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-header-message .multicolor-message .multicolor-message-purple {
    padding: 5px;
    background-color: #400043;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-header-message .multicolor-message .triangle-top-left {
    width: 0;
    height: 0;
    border-top: 29px solid #400043;
    border-right: 10px solid transparent;
    padding-top: 5px;
    position: absolute;
    top: -3px;
} .TrolleyCheckoutFirst .rowMode .product-list .product .col-4:nth-child(1) {
    padding-right: 0px;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-number {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details {
    display: flex;
    justify-content: space-between;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-image {
    text-align: center;
    cursor: pointer;
} .TrolleyCheckoutFirst .rowMode main .pagination {
    display: flex;
} .TrolleyCheckoutFirst .rowMode .box-img {
    max-width: 4em;
} @media(max-width: 767.97px) {
    .TrolleyCheckoutFirst .rowMode main .filters .btn {
        margin-top: 1rem;
    }
} .TrolleyCheckoutFirst .rowMode .product-list .product .case-image {
    flex-direction: column;
    width: 5em;
    text-align: center;
    font-size: 14px;
    padding-right: 0px;
} .TrolleyCheckoutFirst .rowMode .product-list .product .case-image>span {
    display: block;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-name {
    cursor: pointer;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details .yellow-message {
    position: relative;
    height: 30px;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details .yellow-message-trapezoid {
    border-top: 30px solid #FDDE50;
    border-right: 10px solid transparent;
    height: 0;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details .orange-message {
    position: relative;
    height: 30px;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
} .TrolleyCheckoutFirst .rowMode .product-list .product-details .red-message {
    position: relative;
} .TrolleyCheckoutFirst .rowMode .product-list .product .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .red-message span, .TrolleyCheckoutFirst .rowMode .product-list .product .orange-message span, .TrolleyCheckoutFirst .rowMode .product-list .product .yellow-message span, .TrolleyCheckoutFirst .rowMode .product-list .product .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    font-weight: 900;
} .TrolleyCheckoutFirst .rowMode .product-list .product .yellow-message span, .TrolleyCheckoutFirst .rowMode .product-list .product .orange-message span {
    color: #333333;
} .TrolleyCheckoutFirst .rowMode .product-list .product .red-message span, .TrolleyCheckoutFirst .rowMode .product-list .product .blue-message span {
    color: white;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details .w-6 {
    width: 6em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details .w-8 {
    width: 8em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details .w-10 {
    width: 10em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details .w-12 {
    width: 12em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details .on-deliveries {
    font-size: 13px;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details .yellow-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
} .TrolleyCheckoutFirst .rowMode .product-list .product .product-details .discount {
    color: red;
    height: 1.5em;
    font-size: 14px;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping {
    height: 100%;
    font-size: 14px;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .fa-star {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping [class*='col-']:nth-child(1) {
    padding-left: 0;
    padding-right: 0.5em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping [class*='col-']:nth-child(2) {
    padding-right: 0;
    padding-left: 0.5em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .list-img, .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .note-img {
    width: 1.5em;
    height: 1.75em;
    margin-left: -0.25em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .prices-and-taxes {
    padding-right: 1.5em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .buy-this-product .prices-and-taxes {
    width: 8em;
    margin-left: auto;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .prices-and-taxes .price {
    font-size: 20px;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .buy-this-product .prices-and-taxes .price {
    text-align: right;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .shop {
    margin-left: auto;
    margin-right: 2em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .buying {
    background-color: #A9E0B9;
} .TrolleyCheckoutFirst .rowMode .product-list .product .alternatives-btn {
    background-color: #00BDF7;
    color: white;
    width: 100%;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .quantity {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
    display: flex;
    align-items: center;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .quantity input {
    width: 3em;
    height: 3em;
    text-align: center;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .add-to-list {
    align-items: center;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .price {
    position: relative;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .price span:nth-child(2) {
    position: absolute;
    left: 2.5em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .price-row {
    color: #909090;
    position: relative;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .buy-this-product .price-row {
    text-align: right;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .buy-this-product {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    min-width: 20em;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .buy-this-product>div {
    display: inline-block !important;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .buy-this-product.buying {
    background-color: #A9E0B9;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .add-to-list {
    align-items: flex-end !important;
} .TrolleyCheckoutFirst .rowMode .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .buy-this-product.buying {
    background-color: white;
} .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .buy-this-product.buying .shop {
    background-color: #A9E0B9;
} .TrolleyCheckoutFirst .rowMode .plus-minus-icon i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
} @media(max-width: 1450px) {
    .TrolleyCheckoutFirst aside {
        width: 100%;
    }

    .TrolleyCheckoutFirst aside .card-body {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .TrolleyCheckoutFirst main {
        width: 100%
    }
} @media (max-width:1120px) {
    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .prices-and-taxes {
        padding-right: 0em;
    }
} @media (max-width:1250px) {
    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
        width: 1.5em;
        height: 1.5em;
        font-size: 12px;
    }
} @media (max-width:991px) {
    .TrolleyCheckoutFirst .rowMode .product-list .product {
        height: 100%;
    }

    section.TrolleyCheckoutFirst .rowMode {
        width: 100%;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product-header .exclusive {
        top: 0;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .product-image {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .product-details {
        display: block;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping {
        height: auto;
    }

    .TrolleyCheckoutFirst .rowMode .product-number-mobile {
        display: flex;
        justify-content: flex-start;
        padding-right: 0.75rem;
    }

    .TrolleyCheckoutFirst .rowMode .product-details .pt-3 {
        padding-top: 0px !important;
    }

    .TrolleyCheckoutFirst .rowMode .product-number-mobile img {
        padding-right: 0.5rem;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .price-row {
        justify-content: flex-end;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .rating {
        padding-top: 1em;
        padding-left: 4em;
        text-align: left;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .fa-star {
        position: relative;
        top: unset;
        right: unset;
        align-self: flex-start;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .fa-star.star-desktop {
        display: none;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .prices-and-taxes .price {
        font-size: 25px;
    }

    .TrolleyCheckoutFirst .rowMode i.fas.fa-plus,
    .TrolleyCheckoutFirst .rowMode i.fas.fa-minus {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .TrolleyCheckoutFirst .rowMode .buy-this-product-mobile {
        display: inline-flex;
        margin-bottom: 2em;
        margin-top: 2em;
        margin-right: 1rem;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .quantity {
        display: flex;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
        width: 2em;
        height: 2em;
    }

    .TrolleyCheckoutFirst .rowMode .product-header {
        align-items: center;
        display: flex;
    }

    .TrolleyCheckoutFirst .rowMode .buy-this-product,
    .TrolleyCheckoutFirst .rowMode .product-number

    /*, .case-image */
        {
        display: none !important;
    }
} @media(min-width: 992px) {

    .TrolleyCheckoutFirst .rowMode main .rowMode .product-list .product .product-number-mobile,
    main .rowMode .product-list .product .shopping .case-image-mobile {
        display: none;
    }
} @media(max-width: 767.97px) {
    .TrolleyCheckoutFirst .rowMode .product-number-mobile {
        justify-content: flex-end;
    }

    .TrolleyCheckoutFirst aside .card-body {
        width: 100%;
    }
} @media(max-width: 567.97px) {
    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .fa-star {
        align-self: flex-end;
        padding-left: 1em;
    }

    .TrolleyCheckoutFirst .rowMode .case-weight.mobile,
    .TrolleyCheckoutFirst .rowMode .case-quantity.mobile {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .alternatives-btn {
        font-size: 90%;
    }
} @media(min-width: 768px) and (max-width: 991.98px) {
    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .fa-star {
        align-self: flex-end;
        margin-left: 1em;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .product-image {
        margin-top: 1em;
    }
} @media(min-width: 768px) and (max-width: 1199.98px) {
    .TrolleyCheckoutFirst .rowMode .product-list .product .col-4:nth-child(1) {
        padding-right: 15px;
    }

    .TrolleyCheckoutFirst .rowMode .product-header {
        padding-right: 15px;
    }

    .TrolleyCheckoutFirst .rowMode .product .row.d-flex.align-items-center.pt-2.pb-2 {
        height: 10em;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .product-image img {
        height: auto !important;
    }
} @media(min-width: 992px) {
    .TrolleyCheckoutFirst .rowMode .product-list .product .product-image img {
        height: 8em;
        max-width: 8em;
        object-fit: cover;
    }

    .TrolleyCheckoutFirst .rowMode .case-weight.mobile,
    .TrolleyCheckoutFirst .rowMode .case-quantity.mobile,
    .TrolleyCheckoutFirst .rowMode .product-list .product .product-number-mobile {
        display: none;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
        width: 2.5em;
        height: 2.5em;
    }
} @media(min-width: 1200px) and (max-width: 1519.98px) {
    .TrolleyCheckoutFirst .rowMode .product-list .product .case-image {
        padding-right: 15px;
    }
} .TrolleyCheckoutFirst main .colMode .product-list {
    margin-right: 0.5em !important;
} .TrolleyCheckoutFirst main .colMode .product-list .product {
    box-shadow: 1px 1px #ECECEC, inset 1px 1px #ECECEC;
    padding: 0px;
} .TrolleyCheckoutFirst main .colMode .product-list .product.not-available {
    background-color: #EBEBEB;
} .TrolleyCheckoutFirst main .colMode .shopCol.buying {
    background-color: #A9E0B9;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .orange-message {
    position: relative;
    height: 30px;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .orange-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
} .TrolleyCheckoutFirst main .colMode .product-list .product .red-message {
    position: relative;
    height: 30px;
} .TrolleyCheckoutFirst main .colMode .product-list .product .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .TrolleyCheckoutFirst main .colMode .product-list .product .red-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .TrolleyCheckoutFirst main .colMode .product-list .product .blue-message {
    position: relative;
    height: 30px;
} .TrolleyCheckoutFirst main .colMode .product-list .product .blue-message-trapezoid {
    border-top: 30px solid #5880E8;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .TrolleyCheckoutFirst main .colMode .product-list .product .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: white;
} .TrolleyCheckoutFirst main .colMode .product-list .product .yellow-message {
    position: relative;
    height: 30px;
} .TrolleyCheckoutFirst main .colMode .product-list .product .yellow-message-trapezoid {
    border-top: 30px solid #FFDC50;
    border-right: 10px solid transparent;
    height: 0;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .yellow-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    color: #333333;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-header .multicolor-message {
    color: white;
    position: relative;
    padding-top: 4px;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-header .multicolor-message .multicolor-message-red {
    padding: 5px;
    background-color: #ED1C24;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-header .multicolor-message .multicolor-message-darkgreen {
    padding: 5px;
    background-color: #004338;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-header .multicolor-message .multicolor-message-green {
    padding: 5px;
    background-color: #41B649;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-header .multicolor-message .multicolor-message-purple {
    padding: 5px;
    background-color: #400043;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-header .multicolor-message .triangle-top-left {
    width: 0;
    height: 0;
    border-top: 29px solid #400043;
    border-right: 10px solid transparent;
    padding-top: 5px;
    position: absolute;
    top: 1px;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-header .fa-star {
    top: 2em;
    right: 0.5em;
    position: absolute;
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-img {
    height: 8em;
    width: 100%;
    position: relative;
    cursor: pointer;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-img img {
    max-width: 15em;
    max-height: 8em;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details {
    padding-left: 1em;
    padding-right: 1em;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .product-name .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
    font-style: italic;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .more-details .w-6 {
    width: 6em;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .more-details .w-8 {
    width: 8em;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .more-details .w-10 {
    width: 10em;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .more-details .w-12 {
    width: 12em;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .more-details .on-deliveries {
    font-size: 13px;
    margin-top: -3px;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .more-details .discount {
    color: red;
    display: block;
    height: 1.5em;
    font-size: 14px;
} @media(min-width: 992px) {
    .TrolleyCheckoutFirst main .colMode .product-list .product .product-header {
        height: 1.5em;
    }

    .TrolleyCheckoutFirst .colMode .product-list .product .product-header .product-id {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
    }

    .TrolleyCheckoutFirst main .colMode .shop .row>.col-6:not(.weightRow) {
        padding-left: 2em;
    }
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .wsp {
    font-size: 18px;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping {
    padding: 1.5em;
    text-align: center;
    position: relative;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping .fa-star {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping .plus-minus-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping .plus-minus-icon i {
    position: absolute;
    left: 0.8em;
    top: 0.75em;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping input {
    width: 3em;
    height: 3em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: center;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop.buying {
    background-color: #A9E0B9;
} .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .more-details .alternatives-btn {
    background-color: #00BDF7;
    color: white;
    width: 90%;
    position: absolute;
    bottom: 1em;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shop-prices-row {
    height: 6.5em;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shop-prices-row .add-to-list, .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shop-prices-row .add-note {
    margin-top: -0.25em !important;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .add-to-list .list-img, .TrolleyCheckoutFirst main .colMode .product-list .product .shop .add-note .note-img {
    width: 1.5em;
    height: 1.75em;
    margin-left: -0.25em;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .price-row {
    color: #909090;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping {
    padding: 1em;
    text-align: center;
    position: relative;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping .fa-star {
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping .plus-minus-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping .plus-minus-icon i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping input {
    width: 3em;
    height: 3em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: center;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping.buying {
    background-color: #A9E0B9;
} .TrolleyCheckoutFirst main .colMode .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
} .TrolleyCheckoutFirst .colMode .product-number-mobile {
    display: flex !important;
} section.TrolleyCheckoutFirst main .colMode .product.col-6.col-md-4.col-lg-3.col-xxl-2dot4.col-xxxl-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
} section.TrolleyCheckoutFirst main .colMode .search-results {
    padding-right: 0.5em !important;
    border-top: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    font-size: 14px;
} section.TrolleyCheckoutFirst main .colMode .product-list .product {
    box-shadow: 1px 1px #ECECEC, inset 1px 1px #ECECEC;
    padding: 0px;
} section.TrolleyCheckoutFirst main .colMode .product-list .product .product-details {
    padding-left: 1em;
    padding-right: 1em;
} section.TrolleyCheckoutFirst main .colMode .product-list .product .product-img {
    height: 8em;
    width: 100%;
    position: relative;
    cursor: pointer;
} section.TrolleyCheckoutFirst main .colMode .product-list .product .product-img img {
    max-width: 15em;
    max-height: 7em;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
} .TrolleyCheckoutFirst main .colMode .product-list .product .shop .price-row .wsp {
    color: black;
} .TrolleyCheckoutFirst main .colMode .product-name {
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 1.5em;
    height: 3em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25em;
} .TrolleyCheckoutFirst main .colMode img.box-img {
    max-width: 4em;
} .TrolleyCheckoutFirst .card.card-header {
    background-color: #5880E8;
} .TrolleyCheckoutFirst .card.card-header>h5 {
    margin-bottom: 0em;
    color: white;
} @media(max-width: 767.97px) {
    .TrolleyCheckoutFirst main .colMode .more-details {
        height: 3em;
    }

    .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .more-details .w-12 {
        width: 10em;
    }

    .TrolleyCheckoutFirst main .colMode .add-note.d-flex.col-8 {
        height: 2.5em;
    }

    .TrolleyCheckoutFirst main .colMode .product-list .product .product-details {
        margin-bottom: 1em;
    }

    .TrolleyCheckoutFirst main .colMode .add-to-list {
        display: none !important;
    }

    section.TrolleyCheckoutFirst main .colMode .product-list .product .product-img {
        height: 7em;
    }

    .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping {
        padding: 0.5em;
    }

    .TrolleyCheckoutFirst main .colMode .shop .row .weightRow {
        height: 3em;
    }

    .TrolleyCheckoutFirst main .colMode .mobileRow span {
        font-size: 90%;
    }
} @media (max-width: 991.98px) {
    .TrolleyCheckoutFirst main .buy-this-product,
    .TrolleyCheckoutFirst .product-number

    /*, .case-image */
        {
        display: none !important;
    }

    .TrolleyCheckoutFirst .colMode .product-number,
    .TrolleyCheckoutFirst .colMode .case-image {
        display: none;
    }

    .TrolleyCheckoutFirst main .colMode .buy-this-product-mobile,
    .TrolleyCheckoutFirst main .colMode .product-header-mobile,
    .TrolleyCheckoutFirst main .colMode .star-mobile {
        display: block !important;
    }

    .TrolleyCheckoutFirst main .colMode .buy-this-product-mobile button.btn.alternatives-btn {
        background-color: #00BDF7;
        color: white;
        width: 100% !important;
        font-size: 80%;
    }

    .TrolleyCheckoutFirst main .colMode .buy-this-product,
    .TrolleyCheckoutFirst main .colMode .product-header,
    .TrolleyCheckoutFirst main .colMode .row.desktopRow,
    .TrolleyCheckoutFirst main .colMode .star-desktop {
        display: none;
    }

    .TrolleyCheckoutFirst main .colMode .product-id {
        float: right;
    }

    .TrolleyCheckoutFirst main .colMode .product-header-mobile {
        height: 3.5rem;
        padding-right: 0.2rem;
    }

    .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .more-details .on-deliveries {
        padding-left: 0px !important;
    }

    .TrolleyCheckoutFirst main .colMode .shop .row .weightRow {
        padding-right: 0px;
        height: 3.5em;
    }

    .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping .plus-minus-icon {
        width: 2em;
        height: 2em;
    }

    .TrolleyCheckoutFirst main .colMode .mobileRow .prices {
        flex-direction: column;
        padding-right: 0px;
        height: 2.5rem;
    }

    .TrolleyCheckoutFirst main .colMode .product-list .product .shop .price-row .wsp {
        font-size: 24px;
    }

    .TrolleyCheckoutFirst main .colMode .product-list .product .shop .wsp {
        font-size: 24px;
    }

    .TrolleyCheckoutFirst .rowMode .product-list .product {
        margin-right: 15px !important;
    }
} @media(min-width: 768px) {
    .TrolleyCheckoutFirst main .colMode .mobileRow .prices {
        height: 3.5rem;
    }

    .TrolleyCheckoutFirst main .colMode .row.mobileRow {
        height: 3em;
    }

    .shopping.col-4.d-flex.align-items-end.justify-content-start.star-mobile {
        padding: 0px;
    }
} @media(min-width: 992px) {

    .TrolleyCheckoutFirst main .rowMode .product-list .product .product-number-mobile,
    .TrolleyCheckoutFirst main .rowMode .product-list .product .shopping .case-image-mobile,
    .TrolleyCheckoutFirst main .colMode .row.mobileRow,
    .TrolleyCheckoutFirst main .colMode .product-list .product .product-details .mobile {
        display: none;
    }

    .TrolleyCheckoutFirst main .colMode .product-list .product .shop .price-row .wsp {
        font-size: 25px;
    }

    .TrolleyCheckoutFirst main .colMode .shop .row>.col-6 {
        height: 5rem;
    }

    .TrolleyCheckoutFirst main .colMode .row.desktopRow {
        display: flex;
    }

    .TrolleyCheckoutFirst main .alternatives-btn {
        background-color: #00BDF7;
        color: white;
        width: 100%;
    }

    .TrolleyCheckoutFirst main .colMode .buy-this-product-mobile,
    .TrolleyCheckoutFirst main .colMode .product-header-mobile {
        display: none !important;
    }

    .TrolleyCheckoutFirst main .colMode .buy-this-product,
    .TrolleyCheckoutFirst main .colMode .product-header {
        display: block;
    }

    .TrolleyCheckoutFirst main .colMode .product-details {
        height: 8em;
    }
} @media(min-width: 992px) and (max-width: 1199px) {
    .TrolleyCheckoutFirst main .colMode .product-list .product .shop .shopping .plus-minus-icon {
        width: 2em;
        height: 2em;
    }
}
/*TROLLEY PRINT PRODUCT LIST GROUPED BY SHELF*/
.TrolleyPrintProductListGroupedByShelf {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} .TrolleyPrintProductListGroupedByShelf .product-table-col {
    padding: 2em 2em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} .TrolleyPrintProductListGroupedByShelf .product-table-col table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} .TrolleyPrintProductListGroupedByShelf .product-table-col table thead tr:last-child {
    border-bottom: 1px solid #333333;
} .TrolleyPrintProductListGroupedByShelf .product-table-col table thead tr th {
    font-weight: 900;
} .TrolleyPrintProductListGroupedByShelf .product-table-col table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} .TrolleyPrintProductListGroupedByShelf .product-table-col table thead tr th, .TrolleyPrintProductListGroupedByShelf .product-table-col table tbody tr td {
    padding: 0.25em 0.5em;
} .TrolleyPrintProductListGroupedByShelf .barcode {
    width: 10em;
    height: 2em;
} .TrolleyPrintProductListGroupedByShelf h2 {
    color: #062F6E;
} .TrolleyPrintProductListGroupedByShelf .buttons {
    height: 2em;
} .TrolleyPrintProductListGroupedByShelf .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} .TrolleyPrintProductListGroupedByShelf .header-buttons {
    border: 1px solid #EFEFEF;
    border-bottom: 0;
    text-align: center;
} .TrolleyPrintProductListGroupedByShelf .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: center;
} .TrolleyPrintProductListGroupedByShelf .small-cell {
    width: 3em;
    max-width: 3em;
} @media (max-width: 1300px) {
    .TrolleyPrintProductListGroupedByShelf .small-cell {
        width: auto !important;
    }
} @media (max-width: 991px) {
    .TrolleyPrintProductListGroupedByShelf {
        width: 90%;
    }

    .TrolleyPrintProductListGroupedByShelf .product-table-col {
        padding: 2em 2em;
    }

    .TrolleyPrintProductListGroupedByShelf .hide-small-devices {
        display: none;
    }

    .TrolleyPrintProductListGroupedByShelf .mobile-align-right {
        text-align: right !important;
    }
} @media (max-width: 480px) {
    .TrolleyPrintProductListGroupedByShelf {
        width: 95%;
    }

    .TrolleyPrintProductListGroupedByShelf .product-table-col {
        padding: 2em 0.5em;
    }
} @media (max-width: 350px) {
    .TrolleyPrintProductListGroupedByShelf {
        width: 95%;
    }
} @media (max-width: 320px) {
    header #click-collect {
        font-size: 14px;
    }

    header #delivery {
        font-size: 14px;
    }

    header #checkout {
        font-size: 14px;
    }

    header#shopping-header-mobile #checkout .btn,
    header#shopping-header-mobile #search-bar .btnCol .btn {
        width: 9.3em;
    }
}
/*My Business Details*/
.my-business-details {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
} .my-business-details .change-preferences, .my-business-details .footer-buttons {
    padding: 1rem 5rem;
} .my-business-details .change-preferences {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} .my-business-details .change-preferences label {
    float: right;
} .my-business-details .change-preferences h2 {
    color: #062F6E;
} .my-business-details .change-preferences .form-custom-select {
    position: relative;
} .my-business-details .form-custom-select {
    width: 18em;
} .my-business-details .form-custom-select:after {
    padding: 8px 8px;
} .my-business-details .change-preferences .buttons {
    height: 2.3em;
} .my-business-details .change-preferences .buttons .btn {
    background-color: #51AF39;
    color: white;
} .my-business-details .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
} .my-business-details .grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
} @media (max-width: 991px) {
    .my-business-details {
        width: 90%;
    }

    .my-business-details .change-preferences,
    .my-business-details .footer-buttons {
        padding: 1em 2em;
    }

    .my-business-details .col-6 {
        padding-right: 0;
    }

    .my-business-details .change-preferences .buttons .btn {
        margin-right: 0 !important;
    }
} @media (max-width: 767px) {
    .my-business-details .change-preferences label {
        float: left;
        padding-bottom: 0.5em;
    }
} @media (max-width: 568px) {
    html[data-useragent*='Edge/17.17134'] .my-business-details .change-preferences h2 {
        font-size: 1.8rem;
    }
} @media (max-width: 480px) {
    .my-business-details {
        width: 95%;
    }

    .my-business-details .change-preferences,
    .my-business-details .footer-buttons {
        padding: 1em 0.5em;
    }

    .my-business-details .footer-buttons .btn {
        margin-right: 0 !important;
    }

    #businessDetailLabel,
    #businessDetailSelect {
        padding-right: 0px;
        padding-left: 0px;
    }
} @media (max-width: 350px) {
    .my-business-details {
        width: 95%;
    }
} @media (max-width: 320px) {
    .my-business-details .form-custom-select {
        width: 16em;
    }
} #booker-catering {
    width: 100%;
} .customer-order-reference-brp {
    margin-left: 12em;
    margin-right: 12em;
} @media (max-width: 991px) {
    .customer-order-reference-brp {
        margin-left: 2em;
        margin-right: 2em;
    }
} .trolley-checkout {
    width: 100%;
} .collection-slot {
    width: 100%
} .question-mark {
    color: #00BDF7;
    font-size: 24px;
    cursor: pointer;
} .central-billing-checkout .quantity input {
    width: 2.5em;
    text-align: center;
} .central-billing-checkout .table-desktop label.radio-input {
    margin-left: auto;
} .central-billing-checkout .table-desktop label.radio-input span:nth-child(1) {
    width: 0.25em;
    display: block;
} @media (max-width: 1300px) {
    .central-billing-checkout .small-cell {
        width: auto !important;
    }
} @media (max-width: 1120px) {
    .central-billing-checkout {
        width: 90%;
    }

    .central-billing-checkout .product-table-col {
        padding: 2em 2em;
    }
} @media (max-width: 991px) {
    .central-billing-checkout .hide-small-devices {
        display: none;
    }

    .central-billing-checkout .mobile-align-right {
        text-align: right !important;
    }
} @media (max-width: 480px) {
    .central-billing-checkout {
        width: 95%;
    }

    .central-billing-checkout .product-table-col,
    .central-billing-checkout .add-new-card,
    .central-billing-checkout .footer-buttons {
        padding: 2em 0.5em;
    }
} @media (max-width: 350px) {
    .central-billing-checkout {
        width: 95%;
    }
} @media (max-width: 320px) {
    .central-billing-checkout table {
        display: block;
        overflow-x: auto;
    }
} .central-billing-checkout .quantity input {
    width: 2.5em;
    text-align: center;
} .central-billing-checkout .table-desktop label.radio-input {
    margin-left: auto;
} .central-billing-checkout .table-desktop label.radio-input span:nth-child(1) {
    width: 0.25em;
    display: block;
} @media (max-width: 1300px) {
    .central-billing-checkout .small-cell {
        width: auto !important;
    }
} @media (max-width: 1120px) {
    .central-billing-checkout {
        width: 90%;
    }

    .central-billing-checkout .product-table-col {
        padding: 2em 2em;
    }
} @media (max-width: 991px) {
    .central-billing-checkout .hide-small-devices {
        display: none;
    }

    .central-billing-checkout .mobile-align-right {
        text-align: right !important;
    }
} @media (max-width: 480px) {
    .central-billing-checkout {
        width: 95%;
    }

    .central-billing-checkout .product-table-col,
    .central-billing-checkout .add-new-card,
    .central-billing-checkout .footer-buttons {
        padding: 2em 0.5em;
    }
} @media (max-width: 350px) {
    .central-billing-checkout {
        width: 95%;
    }
} @media (max-width: 320px) {
    .central-billing-checkout table {
        display: block;
        overflow-x: auto;
    }
} .central-billing-checkout .quantity input {
    width: 2.5em;
    text-align: center;
} .central-billing-checkout .table-desktop label.radio-input {
    margin-left: auto;
} .central-billing-checkout .table-desktop label.radio-input span:nth-child(1) {
    width: 0.25em;
    display: block;
} @media (max-width: 1300px) {
    .central-billing-checkout .small-cell {
        width: auto !important;
    }
} @media (max-width: 1120px) {
    .central-billing-checkout {
        width: 90%;
    }

    .central-billing-checkout .product-table-col {
        padding: 2em 2em;
    }
} @media (max-width: 991px) {
    .central-billing-checkout .hide-small-devices {
        display: none;
    }

    .central-billing-checkout .mobile-align-right {
        text-align: right !important;
    }
} @media (max-width: 480px) {
    .central-billing-checkout {
        width: 95%;
    }

    .central-billing-checkout .product-table-col,
    .central-billing-checkout .add-new-card,
    .central-billing-checkout .footer-buttons {
        padding: 2em 0.5em;
    }
} @media (max-width: 350px) {
    .central-billing-checkout {
        width: 95%;
    }
} @media (max-width: 320px) {
    .central-billing-checkout table {
        display: block;
        overflow-x: auto;
    }
}
/* booker_service */
main#service h2 {
    color: #062F6E;
} main#service {
    padding-left: 5em;
    padding-right: 5em;
} main#service .service-header {
    border: 1px solid #D9D9D9;
    background-color: #00BDF7;
    color: white;
    margin-bottom: 1em;
    cursor: pointer;
} main#service .service-headland {
    border: 1px solid #D9D9D9;
    margin-bottom: 1em;
    height: 4em;
    padding-left: 1.5em;
    cursor: pointer;
} main#service .service-headland .d-flex {
    height: 100%;
}
/*IE11 BOOKER_Services.html*/
html[data-useragent*='rv:11.0'] main#service .service-headland {
    padding: 1em 1em 1em 1.5em;
} html[data-useragent*='rv:11.0'] main#service .service-headland .text-center {
    margin-top: 5px !important
} @media (max-width: 1366px) {
    html[data-useragent*='rv:11.0'] main#service .service-headland {
        border: 1px solid #D9D9D9;
        margin-bottom: 1em;
        height: 5em;
        padding: 0.8em 0.8em 0.8em 1.5em;
        cursor: pointer;
    }

    html[data-useragent*='rv:11.0'] main#service .service-headland .text-center {
        margin-top: 5px !important
    }
} @media (max-width: 823px) {
    html[data-useragent*='rv:11.0'] main#service .service-headland {
        margin-bottom: 0em;
        height: 4em;
        padding: 1em 1em 1em 1.5em;
    }

    html[data-useragent*='rv:11.0'] main#service .service-headland .text-center {
        margin-top: 0px !important
    }
} main#service .service-headland .d-flex>div {
    margin-top: auto;
    margin-bottom: auto;
} main#service .service-headland img {
    width: 3em;
    margin-left: -1em;
} main#service .service-headland i {
    font-size: 30px;
} main#service .service-headland .d-flex>div p {
    font-weight: 700;
} main#service.service-headland .d-flex>div:nth-child(2) {
    padding-left: 0.5em !important;
} main#service .service-header>div:nth-child(1) {
    margin-top: auto;
    margin-bottom: auto;
} #service .filter-buttons .btn {
    background-color: #E5E6E6;
    color: #606060;
    padding: 0.1em 0.75em;
    margin: 0 0.5em 1em 0.5em;
} #service .filter-buttons .btn:focus {
    box-shadow: 0 0 0 0.2rem #ADAEAE;
} #service .filter-buttons-clear-all-mobile {
    display: none;
} @media(max-width:1200px) {
    main#service {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media(max-width:990px) {
    main#service {
        padding-left: 5em;
        padding-right: 5em;
    }

    main#service .service-header {
        margin-top: 1em;
    }

    main#service .service-header,
    main#service .service-headland {
        margin-bottom: 0;
    }

    main#service .services-row {
        margin-top: 0 !important;
    }

    main#service [class*=col-] {
        padding: 0px !important;
    }

    #service .filter-buttons p:nth-child(1) {
        display: none !important;
    }

    #service .filter-buttons-clear-all {
        display: none !important;
    }

    #service .filter-buttons-clear-all-mobile {
        display: block !important;
    }
} @media(max-width:667px) {
    html[data-useragent*='Edge/17.17134'] main#service p {
        font-size: 15px;
    }
} @media(max-width:667px) {
    html[data-useragent*='Edge/17.17134'] main#service p {
        font-size: 14px;
    }
} @media(max-width:600px) {
    main#service {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    #service .filter-buttons .btn {
        margin: 0 0.25em 0.5em 0.25em !important;
    }
} @media(max-width:568px) {
    html[data-useragent*='Edge/17.17134'] main#service p {
        font-size: 16px;
    }
} @media(max-width:375px) {
    main#service p {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] main#service p {
        font-size: 15px;
    }
} @media(max-width:360px) {
    html[data-useragent*='Edge/17.17134'] main#service p {
        font-size: 14px;
    }
}
/*------------------------------------*/
.main {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} @media (max-width: 1024px) {
    .main {
        width: 90%;
    }
} @media (max-width: 420px) {
    .main {
        width: 95%;
    }
} .buttons .btn {
    background-color: #51AF39;
    color: white;
} .buttons .btn:hover {
    background-color: #51AF39;
    color: white;
} .form-control:focus {
    border-color: #2356AA !important;
    box-shadow: 0 0 0 0.08rem #2356aa7a !important;
} main.booker-shopping-lists .shopping-lists h2 {
    color: #062F6E;
} main.booker-shopping-lists .shopping-lists {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main.booker-shopping-lists .shopping-lists table {
    width: 100%;
} main.booker-shopping-lists .shopping-lists table thead tr {
    border-bottom: 1px solid #333333;
} main.booker-shopping-lists .shopping-lists table thead tr th {
    font-weight: 900;
} main.booker-shopping-lists .shopping-lists table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main.booker-shopping-lists .shopping-lists table thead tr th, main.booker-shopping-lists .shopping-lists table tbody tr td {
    padding: 0.25em 0.5em;
} main.booker-shopping-lists .shopping-lists .remove-column {
    width: 15%;
} main.booker-shopping-lists .shopping-lists .lines-column {
    width: 30%;
} main.booker-shopping-lists .buttons .btn {
    background-color: #51AF39;
    color: white;
} main.booker-shopping-lists .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
} main.booker-shopping-lists .content-desktop .remove {
    color: red;
    cursor: pointer;
} @media (min-width: 768px) {
    main.booker-shopping-lists .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
} @media (max-width: 1250px) {
    main.booker-shopping-lists {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 1100px) {
    main.booker-shopping-lists {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    main.booker-shopping-lists .shopping-lists {
        padding: 1em 2em;
    }
} @media (max-width: 991px) {
    main.booker-shopping-lists {
        padding-left: 2em;
        padding-right: 2em;
    }

    main.booker-shopping-lists .shopping-lists {
        padding: 1em 1em;
    }

    main.booker-shopping-lists .shopping-lists .lines-column {
        width: 15%;
    }

    main.booker-shopping-lists .footer-buttons .btn {
        width: 100%;
    }
} @media (max-width: 823px) {
    main.booker-shopping-lists .footer-buttons .bot1 {
        margin-bottom: 1em !important;
    }

    main.booker-shopping-lists .footer-buttons .bot2 {
        margin-left: 0em !important;
    }
} @media(max-width:802px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 16%;
    }
} @media(max-width:760px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 17%;
    }
} @media(max-width:722px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 18%;
    }
} @media(max-width:688px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 19%;
    }
} @media(max-width:659px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 20%;
    }
} @media (max-width: 640px) {
    html[data-useragent*='Edge/17.17134'] main.booker-shopping-lists table {
        font-size: 15px;
    }
} @media(max-width:632px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 21%;
    }
} @media(max-width:608px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 22%;
    }
} @media(max-width:586px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 23%;
    }
} @media(max-width:566px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 24%;
    }
} @media(max-width:547px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 25%;
    }
} @media(max-width:530px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 26%;
    }
} @media(max-width:517px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 27%;
    }
} @media(max-width:500px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 28%;
    }
} @media(max-width:487px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 29%;
    }
} @media (max-width: 480px) {
    main.booker-shopping-lists {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media(max-width:348px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 30%;
    }
} @media(max-width:338px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 31%;
    }
} @media(max-width:330px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 32%;
    }
} @media(max-width:320px) {
    main.booker-shopping-lists .shopping-lists .remove-column {
        width: 33%;
    }
} main.booker-shopping-list-create .create-new-shoppingList {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main.booker-shopping-list-create .create-new-shoppingList h2 {
    color: #062F6E;
} main.booker-shopping-list-create .create-new-shoppingList input[type=text] {
    width: 18em;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
} main.booker-shopping-list-create .create-new-shoppingList .buttons {
    height: 2em;
} main.booker-shopping-list-create .create-new-shoppingList .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} main.booker-shopping-list-create .create-new-shoppingList .buttons .grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
} main.booker-shopping-list-create .text-right {
    text-align: right !important;
    margin-top: 5px;
} @media (max-width: 991px) {
    main.booker-shopping-list-create {
        width: 90%;
    }

    main.booker-shopping-list-create .create-new-shoppingList {
        padding: 1em 2em;
    }

    main.booker-shopping-list-create .create-new-shoppingList input[type=text] {
        width: 100%;
    }
} @media (max-width: 480px) {
    main.booker-shopping-list-create {
        width: 95%;
    }

    main.booker-shopping-list-create .create-new-shoppingList {
        padding: 1em 0.5em;
    }

    main.booker-shopping-list-create .create-new-shoppingList input[type=text] {
        width: 100%;
    }
} @media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] main.booker-shopping-list-create .create-new-shoppingList label {
        font-size: 15px;
    }
}
/* BOOKER Terms of use*/
section.terms-use {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} section.terms-use .login-required {
    padding: 2em 5em;
} section.terms-use .login-required {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} section.terms-use .login-required h2 {
    color: #062F6E;
} section.terms-use .login-required .buttons {
    height: 2em;
} section.terms-use .login-required .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} section.terms-use .footer-buttons {
    border-top: 0;
    text-align: right;
    margin-top: 1em;
} section.terms-use .footer-buttons .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
} @media (max-width: 991px) {
    section.terms-use {
        width: 90%;
    }

    section.terms-use .login-required {
        padding: 2em 2em;
    }
} @media (max-width: 480px) {
    section.terms-use {
        width: 95%;
    }

    section.terms-use .login-required {
        padding: 2em 0.5em;
    }

    section.terms-use .footer-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    section.terms-use .footer-buttons .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
} @media (max-width: 350px) {
    section.terms-use {
        width: 95%;
    }
}
/*BOOKER Help*/
.help .close-btn {
    background-color: #00BDF7;
    color: white;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 10em;
    margin-left: auto !important;
} section.help {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} section.help .login-required {
    padding: 2em 5em;
} section.help .login-required {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} section.help .login-required h2 {
    color: #062F6E;
} section .login-required .buttons {
    height: 2em;
} section.help .login-required .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} section.help .footer-buttons {
    border-top: 0;
    text-align: right;
} section.help .footer-buttons .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
} @media (max-width: 991px) {
    section.help {
        width: 90%;
    }

    section.help .login-required {
        padding: 2em 2em;
    }
} @media (max-width: 480px) {
    section.help {
        width: 95%;
    }

    section.help .login-required {
        padding: 2em 0.5em;
    }

    section.help .footer-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    section.help .footer-buttons .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
} @media (max-width: 350px) {
    section.help {
        width: 95%;
    }
} main.booker-central-billing-remittance-statements .central-billing-remittance-statements, main.booker-central-billing-remittance-statements .footer-buttons {
    padding: 1em 5em;
} main.booker-central-billing-remittance-statements .central-billing-remittance-statements {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main.booker-central-billing-remittance-statements .central-billing-remittance-statements h2 {
    color: #062F6E;
} main.booker-central-billing-remittance-statements .central-billing-remittance-statements .buttons {
    height: 2em;
} main.booker-central-billing-remittance-statements .central-billing-remittance-statements .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} main.booker-central-billing-remittance-statements .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
} @media (max-width: 991px) {
    main.booker-central-billing-remittance-statements {
        width: 90%;
    }

    main.booker-central-billing-remittance-statements .central-billing-remittance-statements,
    main.booker-central-billing-remittance-statements .footer-buttons {
        padding: 1em 2em;
    }
} @media (max-width: 480px) {
    main.booker-central-billing-remittance-statements {
        width: 95%;
    }

    main.booker-central-billing-remittance-statements .central-billing-remittance-statements,
    main.booker-central-billing-remittance-statements .footer-buttons {
        padding: 1em 0.5em;
    }
} @media (max-width: 350px) {
    main.booker-central-billing-remittance-statements {
        width: 95%;
    }
}
/*booker booker_logOut_Contact_Website_Support*/
#contact_websiteSupport {
    margin-left: auto;
    margin-right: auto;
} #contact_websiteSupport .contact-website-support {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    padding: 1em 5em;
} #contact_websiteSupport .contact-website-support h2 {
    color: #062F6E;
} #contact_websiteSupport .contact-website-support .buttons {
    height: 2.3em;
} #contact_websiteSupport .contact-website-support .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} #contact_websiteSupport .contact-website-support .buttons .grey-btn {
    background-color: #DCDCDC;
    color: grey;
    float: right;
} #contact_websiteSupport .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
    padding: 1em 5em;
} #contact_websiteSupport .col-6 label {
    margin-left: auto;
    margin-right: 0;
    max-width: 12em;
} #contact_websiteSupport input {
    width: 45%;
} @media (max-width: 1024px) {
    #contact_websiteSupport input {
        width: 100%;
    }

    #contact_websiteSupport .col-6 {
        margin-left: -6%;
    }

    #contact_websiteSupport .buttons {
        padding-right: 5rem;
    }
} @media (max-width: 991px) {
    #contact_websiteSupport {
        width: 90%;
    }

    #contact_websiteSupport .contact-website-support {
        padding: 1em;
    }

    #contact_websiteSupport .footer-buttons {
        padding: 1rem;
    }
} @media (width: 768px) {
    #contact_websiteSupport .col-6 {
        margin-left: -5.5%;
    }

    #contact_websiteSupport .buttons {
        padding-right: 4.5rem;
    }
} @media (max-width: 638px) {
    #contact_websiteSupport .footer-buttons .btn {
        width: 100%;
    }

    #contact_websiteSupport .footer-buttons .x {
        margin-top: 1em !important;
    }
} @media (max-width: 590px) {
    #contact_websiteSupport {
        width: 95%;
    }

    #contact_websiteSupport input {
        width: 100%;
    }

    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #contact_websiteSupport .buttons {
        padding-right: 0;
    }
} @media (max-width: 500px) {
    #contact_websiteSupport .col-6 label {
        max-width: 100%;
    }

    #contact_websiteSupport .footer-buttons .mr-3 {
        margin-right: 0rem !important;
    }

    #contact_websiteSupport .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
} @media (max-width: 414px) {
    html[data-useragent*='Edge/17.17134'] #contact_websiteSupport h2 {
        font-size: 1.8rem;
    }
}
/*booker booker_logOut_feedback_thankYou*/
#contact_websiteSupport {
    margin-left: auto;
    margin-right: auto;
} main#booker_logOut_feedback_thankYou .feed_back {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    padding: 1em 5em;
} main#booker_logOut_feedback_thankYou .feed_back h2 {
    color: #062F6E;
} main#booker_logOut_feedback_thankYou .feed_back .buttons {
    height: 2.3em;
} main#booker_logOut_feedback_thankYou .feed_back .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} main#booker_logOut_feedback_thankYou .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
    padding: 1em 5em;
} @media (max-width: 991px) {
    main#booker_logOut_feedback_thankYou {
        width: 90%;
    }

    main#booker_logOut_feedback_thankYou .feed_back {
        padding: 1em;
    }

    main#booker_logOut_feedback_thankYou .footer-buttons {
        padding: 1rem;
    }
} @media (max-width: 638px) {

    main#booker_logOut_feedback_thankYou .footer-buttons .btn,
    main#booker_logOut_feedback_thankYou .feed_back .buttons .btn {
        width: 100%;
    }

    main#booker_logOut_feedback_thankYou .footer-buttons .x {
        margin-top: 1em !important;
    }
} @media (max-width: 590px) {
    main#booker_logOut_feedback_thankYou {
        width: 95%;
    }
} @media (max-width: 500px) {
    main#booker_logOut_feedback_thankYou .footer-buttons .mr-3 {
        margin-right: 0rem !important;
    }
}
/*booker booker_logOut_Website_Support_ThankYou*/
main#booker_logOut_Website_Support_ThankYou {
    margin-left: auto;
    margin-right: auto;
} main#booker_logOut_Website_Support_ThankYou .contact-website-support {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    padding: 1em 5em;
} main#booker_logOut_Website_Support_ThankYou .contact-website-support h2 {
    color: #062F6E;
} main#booker_logOut_Website_Support_ThankYou .contact-website-support .buttons {
    height: 2.3em;
} main#booker_logOut_Website_Support_ThankYou .contact-website-support .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} main#booker_logOut_Website_Support_ThankYou .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
    padding: 1em 5em;
} @media (max-width: 991px) {
    main#booker_logOut_Website_Support_ThankYou {
        width: 90%;
    }

    main#booker_logOut_Website_Support_ThankYou .contact-website-support {
        padding: 1em;
    }

    main#booker_logOut_Website_Support_ThankYou .footer-buttons {
        padding: 1rem;
    }
} @media (max-width: 638px) {

    main#booker_logOut_Website_Support_ThankYou .footer-buttons .btn,
    main#booker_logOut_Website_Support_ThankYou .contact-website-support .buttons .btn {
        width: 100%;
    }

    main#booker_logOut_Website_Support_ThankYou .footer-buttons .x {
        margin-top: 1em !important;
    }
} @media (max-width: 590px) {
    main#booker_logOut_Website_Support_ThankYou {
        width: 95%;
    }
} @media (max-width: 500px) {
    main#booker_logOut_Website_Support_ThankYou .footer-buttons .mr-3 {
        margin-right: 0rem !important;
    }
}
/*booker booker_logOut_FeedBack*/
main#booker_logOut_FeedBack {
    margin-left: auto;
    margin-right: auto;
} main#booker_logOut_FeedBack .feed_back {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    padding: 1em 5em;
} main#booker_logOut_FeedBack .feed_back h2 {
    color: #062F6E;
} main#booker_logOut_FeedBack .feed_back .buttons {
    height: 2.3em;
} main#booker_logOut_FeedBack .feed_back .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} main#booker_logOut_FeedBack .feed_back .buttons .grey-btn {
    background-color: #DCDCDC;
    color: grey;
    float: right;
} main#booker_logOut_FeedBack .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
    padding: 1em 5em;
} main#booker_logOut_FeedBack .col-6 label {
    margin-left: auto;
    margin-right: 0;
    max-width: 12em;
} main#booker_logOut_FeedBack input, main#booker_logOut_FeedBack select {
    width: 45%;
} @media (max-width: 1024px) {

    main#booker_logOut_FeedBack input,
    main#booker_logOut_FeedBack select {
        width: 100%;
    }

    main#booker_logOut_FeedBack .col-6 {
        margin-left: -6%;
    }

    main#booker_logOut_FeedBack .buttons {
        padding-right: 5rem;
    }
} @media (max-width: 991px) {
    main#booker_logOut_FeedBack {
        width: 90%;
    }

    main#booker_logOut_FeedBack .feed_back {
        padding: 1em;
    }

    main#booker_logOut_FeedBack .footer-buttons {
        padding: 1rem;
    }
} @media (max-width: 823px) {
    html[data-useragent*='Edge/17.17134'] main#booker_logOut_FeedBack .feed_back h2 {
        font-size: 1.8rem;
    }
} @media (max-width: 768px) {
    main#booker_logOut_FeedBack .col-6 {
        margin-left: -5.5%;
    }

    main#booker_logOut_FeedBack .buttons {
        padding-right: 4.5rem;
    }

    main#booker_logOut_FeedBack .feed_back h2 {
        font-size: 1.8rem;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_logOut_FeedBack .feed_back h2 {
        font-size: 1.7rem;
    }
} @media (max-width: 638px) {
    main#booker_logOut_FeedBack .footer-buttons .btn {
        width: 100%;
    }

    main#booker_logOut_FeedBack .footer-buttons .x {
        margin-top: 1em !important;
    }
} @media (max-width: 590px) {
    main#booker_logOut_FeedBack {
        width: 95%;
    }

    main#booker_logOut_FeedBack input,
    main#booker_logOut_FeedBack select {
        width: 100%;
    }

    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    main#booker_logOut_FeedBack .buttons {
        padding-right: 0;
    }
} @media (max-width: 500px) {
    main#booker_logOut_FeedBack .col-6 label {
        max-width: 100%;
    }

    main#booker_logOut_FeedBack .footer-buttons .mr-3 {
        margin-right: 0rem !important;
    }

    main#booker_logOut_FeedBack .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    main#booker_logOut_FeedBack .col-6 {
        margin-left: 0;
    }
}
/*BOOKER_OrderDetails_PopUp*/
main #booker_OrderDetails_PopUp {
    margin-left: auto;
    margin-right: auto;
} main #booker_OrderDetails_PopUp .pad {
    padding: 0em 2em 0em 0em;
} main #booker_OrderDetails_PopUp .pad2 {
    padding: 1em 2em 4em 0em;
} main #booker_OrderDetails_PopUp .modal-body table {
    width: 100%
} main #booker_OrderDetails_PopUp h2 {
    color: #2356AA;
    margin-bottom: 0;
} main #booker_OrderDetails_PopUp .modal-body th {
    font-weight: bold;
} main #booker_OrderDetails_PopUp .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
} main #booker_OrderDetails_PopUp .not-first-row {
    border-top: 1px solid #E5E5E5;
    padding-top: 1em;
} main #booker_OrderDetails_PopUp .checkbox-container {
    max-width: 66%;
    flex-basis: inherit;
} @media (max-width: 576px) {
    main #booker_OrderDetails_PopUp .checkbox-container {
        max-width: 100%;
    }
} @media(max-width:1199px) {
    #booker_OrderDetails_PopUp .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    main #booker_OrderDetails_PopUp .pad2 {
        padding: 1em 2em 0em 0em;
    }
} @media(max-width:575px) {
    main #booker_OrderDetails_PopUp .modal-footer {
        display: flex;
        flex-direction: column-reverse;
    }

    main #booker_OrderDetails_PopUp .modal-footer .btn {
        width: 100%;
    }

    main #booker_OrderDetails_PopUp .modal-footer .blue-btn {
        margin-top: 1em;
    }

    main #booker_OrderDetails_PopUp .second-redio-first {
        margin-bottom: 0;
    }

    main #booker_OrderDetails_PopUp .second-row-first {
        padding-bottom: 1em;
    }
} @media(max-width:480px) {
    main #booker_OrderDetails_PopUp .tam {
        width: 190%;
    }
} @media(max-width:375px) {
    main #booker_OrderDetails_PopUp .tam {
        width: 138%;
        font-size: 15px !important;
    }

    main #booker_OrderDetails_PopUp .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
} @media(max-width:356px) {
    main #booker_OrderDetails_PopUp .tam {
        font-size: 14px !important;
    }

    main #booker_OrderDetails_PopUp .pad2 {
        padding: 1em 1em 0em 0em;
    }
} @media(max-width:320px) {
    main #booker_OrderDetails_PopUp .modal-body {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] main #booker_OrderDetails_PopUp .pad {
        padding: 0em 0.5em 0em 0em;
    }

    html[data-useragent*='Edge/17.17134'] main #booker_OrderDetails_PopUp .radio-input {
        padding-left: 29px;
    }
} main.booker-logged-out .footer-buttons {
    padding: 1rem 1em;
} main.booker-logged-out .footer-buttons .btn.green-btn {
    background-color: #51AF39 !important;
    color: white !important;
} main.booker-logged-out .card {
    padding: 15px;
} main.booker-logged-out .card label {
    color: #999999;
    font-size: 14px;
} main.booker-logged-out .card .btn {
    background-color: #00BDF7;
    color: white;
} main.booker-logged-out .card .btn.btn-absolute {
    position: absolute;
    bottom: 15px;
    right: 15px;
} main.booker-logged-out .card .btn.btn-float {
    float: right;
    width: 18em;
} main.booker-logged-out .card .trading-hours .d-flex {
    position: relative;
} main.booker-logged-out .card .trading-hours .hours {
    position: absolute;
    left: 3em;
} main.booker-logged-out .card .registered-office-postal-address {
    border-left: 1px solid #E5E5E5;
} @media (max-width: 991px) {
    main.booker-logged-out .card .btn {
        width: 100% !important;
        margin-top: 2em;
    }

    main.booker-logged-out .card .btn.btn-absolute {
        position: static !important;
    }

    main.booker-logged-out .main-row :nth-child(1) {
        margin-bottom: 1em;
    }

    main.booker-logged-out .main-row .col-12:nth-child(2) {
        padding: 0 !important;
    }
} @media (max-width: 767px) {
    main.booker-logged-out {
        padding-left: 2em;
        padding-right: 2em;
    }

    main.booker-logged-out .footer-buttons .btn {
        width: 95% !important;
    }
} @media (max-width: 575px) {
    main.booker-logged-out {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    main.booker-logged-out .footer-buttons .btn {
        width: 94% !important;
    }
} @media(max-width:991px) {
    main.booker-logged-out .footer-buttons .btn {
        margin-right: 1em;
        width: 96%;
    }
} @media (max-width: 480px) {
    main.booker-logged-out .footer-buttons .btn {
        width: 93% !important;
    }

    .booker-logged-out p {
        font-size: 15px;
    }
} @media (max-width: 412px) {
    main.booker-logged-out .footer-buttons .btn {
        width: 91% !important;
    }

    .booker-logged-out p {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] .booker-logged-out p {
        font-size: 12px;
    }

    main.booker-logged-out .card .manager-img {
        max-width: 4em;
    }
} @media (max-width: 371px) {
    .booker-logged-out p {
        font-size: 11px;
    }

    main.booker-logged-out .card .trading-hours .hours {
        font-size: 13px;
    }

    main.booker-logged-out .card label {
        font-size: 13px;
    }
} @media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] .booker-logged-out p {
        font-size: 10px;
    }

    html[data-useragent*='Edge/17.17134'] .booker-logged-out h4 {
        font-size: 1.3rem !important;
    }
} main.booker-logged-out .contact-page .card-header {
    background-color: white;
    cursor: pointer;
} main.booker-logged-out .contact-page {
    width: 100%;
} main.booker-logged-out .contact-page>div:nth-child(1) {
    padding-left: 0;
} main.booker-logged-out .contact-page>div:nth-child(2) {
    padding-right: 0;
} main.booker-logged-out .contact-page .card-header .fa-chevron-up {
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} main.booker-logged-out .contact-page .card-header.collapsed .fa-chevron-up {
    transform: rotate(180deg);
} .booker-logged-out .card-body {
    padding: 0rem;
    margin-top: 20px;
} main.booker-weekly-deals .promo-banner-image {
    width: 100%;
    height: 100%;
} main.booker-weekly-deals .espacio {
    padding-top: 15px;
} @media (max-width: 576px) {
    main.booker-weekly-deals .espacio {
        padding-top: 0px;
        display: block !important;
        text-align: left;
    }

    main.booker-weekly-deals .promo-banner-image {
        margin-top: 10px;
    }
}
/*booker booker_central_billing_aplply-for-cb*/
main.central-billing-apply-for-cb .footer-buttons {
    padding: 1rem 1em;
    border: 1px solid #EFEFEF;
    border-top: 0;
} main.central-billing-apply-for-cb .registration-form {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #EDEDED;
    background-color: #FAFAFA;
    padding: 1em;
} main.central-billing-apply-for-cb .registration-form .form>div:nth-child(1) {
    border-right: 1px solid #EDEDED;
} main.central-billing-apply-for-cb .registration-form input {
    display: block;
    width: 80%;
    padding: 5px 10px;
} main.central-billing-apply-for-cb .registration-form label, main.central-billing-apply-for-cb .contact-message {
    color: #9A9A9A;
    font-size: 14px;
} main.central-billing-apply-for-cb .send-button .btn {
    background-color: #51AF39;
    color: white;
} main.central-billing-apply-for-cb .return {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
} main.central-billing-apply-for-cb .return a {
    color: #4F003C;
} @media(max-width:1280px) {
    html[data-useragent*='Edge/17.17134'] main.central-billing-apply-for-cb .registration-form .green-btn {
        flex: 0 0 60%;
        max-width: 60%;
    }
} @media(max-width:1151px) {
    main.central-billing-apply-for-cb .registration-form .green-btn {
        flex: 0 0 60%;
        max-width: 60%;
    }
} @media(max-width:1024px) {

    html[data-useragent*='Edge/17.17134'] main.central-billing-apply-for-cb .registration-form label,
    main.central-billing-apply-for-cb .contact-message {
        font-size: 13px;
    }
} @media(max-width:990px) {
    main.central-billing-apply-for-cb .return {
        width: 80%;
    }
} @media(max-width:824px) {
    main.central-billing-apply-for-cb .registration-form .green-btn {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main.central-billing-apply-for-cb .registration-form .green-btn {
        flex: 0 0 100%;
        max-width: 100%;
    }
} @media(max-width:768px) {
    main.central-billing-apply-for-cb .registration-form {
        width: 100%;
    }

    main.central-billing-apply-for-cb .registration-form [class*=col-] {
        border-right: 0 !important;
    }

    main.central-billing-apply-for-cb .return {
        width: 95%;
    }

    main.central-billing-apply-for-cb .central-billing-btn {
        height: 40px;
    }

    main.central-billing-apply-for-cb .registration-form .green-btn {
        margin-top: 1em;
    }
} aside.central-billing-suppliers-list {
    display: inline-block;
    width: 14em;
    padding: 10px;
} aside.central-billing-suppliers-list>div {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #F2F2F2;
} aside.central-billing-suppliers-list>div:nth-child(1) {
    padding-top: 0;
} aside.central-billing-suppliers-list .departments {
    padding-left: 1em;
    position: relative;
} aside.central-billing-suppliers-list .departments a {
    color: black;
    display: block;
    font-size: 14px;
} aside.central-billing-suppliers-list .departments i {
    position: absolute;
    left: 0px;
    top: 2px;
} aside.central-billing-suppliers-list .subdepartaments {
    padding-left: 1em;
} main.central-billing-suppliers-list {
    display: inline-block;
    width: calc(100% - 14em);
    float: right;
    border-left: 1px solid #F2F2F2;
} main.central-billing-suppliers-list .action-buttons {
    padding-left: 15px;
    margin-bottom: 1em;
} main.central-billing-suppliers-list .action-buttons .btn {
    position: relative;
    border: 1px solid #E0E0E0;
    padding-left: 3.5em;
    text-align: left;
    margin-right: 1em;
    height: 60px;
} main.central-billing-suppliers-list .action-buttons .btn:hover {
    text-decoration: underline;
    border: 2px solid #2346AA;
} main.central-billing-suppliers-list .action-buttons .btn i {
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    font-size: 30px;
    color: #2356AA;
} main.central-billing-suppliers-list .action-buttons .btn span {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
} main.central-billing-suppliers-list .results {
    padding-left: 15px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 1em;
} main.central-billing-suppliers-list h5 {
    padding-left: 15px;
    margin-top: 0.5em;
    font-weight: 900;
} main.central-billing-suppliers-list .character-filter {
    padding-left: 15px;
    padding-right: 15px;
} main.central-billing-suppliers-list .character-filter p {
    padding-right: 1.5em;
} main.central-billing-suppliers-list .character-filter .character {
    padding: 0.1em 0.4em;
    border: 1px solid #CDCDCD;
    margin: 0 0.25em 0.5em 0.25em;
    color: #CDCDCD;
    width: 1.75em;
    text-align: center;
    border-radius: 5px;
} main.central-billing-suppliers-list .character-filter .character.all {
    width: 2.25em;
    background-color: #2356AA;
    color: white;
    border: 1px solid #2356AA;
} main.central-billing-suppliers-list .character-filter .character.background-purple {
    background-color: #2356AA;
    color: white;
    border: 1px solid #2356AA;
    cursor: pointer;
} main.central-billing-suppliers-list .supplier {
    border: 1px solid #F2F2F2;
    padding: 1.5em;
    height: 12em;
    margin-bottom: 1em;
    cursor: pointer;
    border-radius: 10px;
} main.central-billing-suppliers-list .supplier:hover {
    border: 2px solid #2346AA;
    text-decoration: underline;
} main.central-billing-suppliers-list .supplier img {
    vertical-align: middle;
    border-style: none;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    margin: auto;
    height: 6em;
} main.central-billing-suppliers-list .supplier p {
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
} main.central-billing-suppliers-list .supplier p:hover {
    text-decoration: underline;
} main.central-billing-suppliers-list .mobile-department-accordion {
    display: none;
} @media (max-width:1366px) {
    html[data-useragent*='Edge/17.17134'] main.central-billing-suppliers-list .action-buttons .btn span {
        font-size: 15px;
    }

    html[data-useragent*='rv:11.0'] main.central-billing-suppliers-list .action-buttons .btn span {
        font-size: 15px;
    }
} @media (max-width:1150px) {
    aside.central-billing-suppliers-list {
        display: none;
    }

    main.central-billing-suppliers-list {
        width: 100%
    }

    main.central-billing-suppliers-list .mobile-department-accordion {
        display: block;
    }

    main.central-billing-suppliers-list .mobile-department-accordion .card .card-header,
    main.central-billing-suppliers-list .mobile-department-accordion .card .card-body {
        padding-left: 2.5em;
    }

    main.central-billing-suppliers-list .mobile-department-accordion .card .card-header {
        background-color: #F2F2F2;
    }

    main.central-billing-suppliers-list .mobile-department-accordion .card,
    main.central-billing-suppliers-list .mobile-department-accordion .card .card-header {
        border: 0;
    }

    main.central-billing-suppliers-list .mobile-department-accordion .card .card-header i {
        position: absolute;
        top: -0.50em;
        left: 1.25em;
    }

    main.central-billing-suppliers-list .mobile-department-accordion .card .card-header i {
        padding-right: 0.25em;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    main.central-billing-suppliers-list .mobile-department-accordion .card .card-header.collapsed i {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        top: 0;
        left: 0.75em;
    }

    main.central-billing-suppliers-list .mobile-department-accordion .card .card-body {
        padding-top: 0.5em;
    }

    main.central-billing-suppliers-list .mobile-department-accordion .card .card-body a {
        color: black;
        display: block;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        cursor: pointer;
    }

    main.central-billing-suppliers-list .mobile-department-accordion .card {
        -webkit-box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
        box-shadow: 0px 5px 5px 0px rgba(215, 215, 215, 1);
    }
} @media (max-width:1024px) {
    html[data-useragent*='Edge/17.17134'] main.central-billing-suppliers-list .supplier p {
        font-size: 15px;
    }

    html[data-useragent*='rv:11.0'] main.central-billing-suppliers-list .supplier p {
        font-size: 15px;
    }
} @media (max-width:320px) {
    html[data-useragent*='Edge/17.17134'] main.central-billing-suppliers-list .character-filter .character {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] main.central-billing-suppliers-list .supplier img {
        width: 95%;
    }

    html[data-useragent*='Edge/17.17134'] main.central-billing-suppliers-list .supplier p {
        font-size: 14px;
    }
}
/*BOOKER_Product_Detail*/
main.print-products .mobile-view {
    display: none;
} main.print-products .img-choose-print {
    width: 32em;
} main.print-products .print-products-title {
    color: #062F6E;
} .print-products .fa-phone-alt {
    font-size: 14px;
    color: #2356AA;
} main.print-products .manager-card {
    height: 100%;
    background-color: white;
    padding: 1em;
} main.print-products .manager-card .blue-btn {
    width: 100%;
} .latest-news {
    border: 5px solid white;
    padding: 1em;
} main.print-products .latest-news .big {
    font-size: 20px;
} main.print-products .latest-news i {
    font-size: 12px;
} main.print-products .promo-image {
    border: 1px solid #C4C4C4;
} main.print-products .promo-image img {
    width: 100%;
} .print-products .butchery-fruit-veg-row>div>div {
    border: 1px solid #C1C2C7;
    height: 100%;
    padding: 1em;
    background: white;
} .print-products .butchery-fruit-veg-row .label {
    color: #8D8D8D;
} main.print-products .item-content {
    background-color: white;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
} main.print-products .item-content p {
    font-weight: 900;
    font-size: 24px;
} @media (max-width: 1250px) {
    main.print-products {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 1100px) {
    main.print-products {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media (max-width: 991px) {
    main.print-products {
        padding-left: 5em;
        padding-right: 5em;
    }

    main.print-products .desktop-view {
        display: none !important;
    }

    main.print-products .mobile-view {
        display: block !important;
    }
} @media (max-width: 767px) {
    main.print-products {
        padding-left: 3em;
        padding-right: 3em;
    }

    .print-products .butchery {
        margin-bottom: 1em;
    }

    .print-products .butchery,
    .print-products .fruit-veg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
} @media (max-width: 500px) {
    main.print-products {
        padding-left: 1em;
        padding-right: 1em;
    }
}
/**IE**/
html[data-useragent*='MSIE 10.0'] main.print-products .butchery-fruit-veg-row .d-flex>div:nth-child(2), html[data-useragent*='rv:11.0'] main.print-products .butchery-fruit-veg-row .d-flex>div:nth-child(2) {
    max-width: 80%;
} main#addNote .speedshopper-content, .content-card {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} main#addNote .speedshopper-content h2, .content-card h2 {
    color: #062F6E;
    margin-bottom: 1rem;
} p#characters-used {
    margin-bottom: 0;
} main#addNote .speedshopper-textbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} #addNoteTextArea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #AFAFAF;
    opacity: 1;
    /* Firefox */
} #addNoteTextArea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AFAFAF;
} #addNoteTextArea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #AFAFAF;
} @media(max-width:1024px) {
    main#addNote .speedshopper-textbox {
        width: 100%;
    }
} @media(max-width:768px) {
    main#addNote .speedshopper-content {
        padding: 1em 1em;
    }
} @media (max-width: 480px) {
    .content-card {
        padding: 1em;
    }
} main.print-products-grouped .mobile-view {
    display: none;
} .print-products-grouped .fa-phone-alt {
    font-size: 14px;
    color: #2356AA;
} main.print-products-grouped .manager-card {
    height: 100%;
    background-color: white;
    padding: 1em;
} main.print-products-grouped .manager-card .blue-btn {
    width: 100%;
} main.print-products-grouped .latest-news {
    border: 5px solid white;
    padding: 1em;
} main.print-products-grouped .latest-news .big {
    font-size: 20px;
} main.print-products-grouped .latest-news i {
    font-size: 12px;
} main.print-products-grouped .promo-image {
    border: 1px solid #C4C4C4;
} main.print-products-grouped .promo-image img {
    width: 100%;
} .print-products-grouped .butchery-fruit-veg-row>div>div {
    border: 1px solid #C1C2C7;
    height: 100%;
    padding: 1em;
    background: white;
} .print-products-grouped .butchery-fruit-veg-row .label {
    color: #8D8D8D;
} main.print-products-grouped .item-content {
    background-color: white;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
} main.print-products-grouped .item-content p {
    font-weight: 900;
    font-size: 24px;
} @media (max-width: 1250px) {
    main.print-products-grouped {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 1100px) {
    main.print-products-grouped {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media (max-width: 991px) {
    main.print-products-grouped {
        padding-left: 5em;
        padding-right: 5em;
    }

    main.print-products-grouped .desktop-view {
        display: none !important;
    }

    main.print-products-grouped .mobile-view {
        display: block !important;
    }
} @media (max-width: 767px) {
    main.print-products-grouped {
        padding-left: 3em;
        padding-right: 3em;
    }

    .print-products-grouped .butchery {
        margin-bottom: 1em;
    }

    .print-products-grouped .butchery,
    .print-products-grouped .fruit-veg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
} @media (max-width: 500px) {
    main.print-products-grouped {
        padding-left: 1em;
        padding-right: 1em;
    }

    .print-products-grouped .shelf-group-table td {
        font-size: 12px;
    }
}
/** BOOKER Privacy_statement**/
section#privacy_statement {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} section#privacy_statement .login-required {
    padding: 1em 5em;
} section#privacy_statement .login-required {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} section#privacy_statement .login-required h2 {
    color: #062F6E;
} section#privacy_statement .login-required .buttons {
    height: 2em;
} section#privacy_statement .login-required .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} section#privacy_statement .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
    padding: 1em 5em;
} section#privacy_statement .footer-buttons .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
} @media (max-width: 991px) {
    section#privacy_statement {
        width: 90%;
    }

    section#privacy_statement .login-required {
        padding: 1em;
    }

    section#privacy_statement .footer-buttons {
        padding: 1rem;
    }
} @media (max-width: 480px) {
    section#privacy_statement {
        width: 95%;
    }

    section#privacy_statement .footer-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    section#privacy_statement .footer-buttons .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
} @media (max-width: 375px) {

    section#privacy_statement ol,
    section#privacy_statement ul {
        padding-left: 1.2rem !important;
    }
} @media (max-width: 350px) {
    section#privacy_statement {
        width: 95%;
    }
}
/**BOOKER product terms conditions**/
section#product-terms-conditions {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} section#product-terms-conditions .login-required {
    padding: 1em 5em;
} section#product-terms-conditions .login-required {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} section#product-terms-conditions .login-required h2 {
    color: #062F6E;
} section#product-terms-conditions .login-required .buttons {
    height: 2em;
} section#product-terms-conditions .login-required .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} section#product-terms-conditions .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
    padding: 1em 5em;
} section#product-terms-conditions .footer-buttons .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
} @media (max-width: 991px) {
    section#product-terms-conditions {
        width: 90%;
    }

    section#product-terms-conditions .login-required {
        padding: 1em;
    }

    section#product-terms-conditions .footer-buttons {
        padding: 1rem;
    }
} @media (max-width: 480px) {
    section#product-terms-conditions {
        width: 95%;
    }

    section#product-terms-conditions .footer-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    section#product-terms-conditions .footer-buttons .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
} @media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] section#product-terms-conditions h2 {
        font-size: 1.3rem !important;
    }
} @media (max-width: 350px) {
    section#product-terms-conditions {
        width: 95%;
    }
} @media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] section#product-terms-conditions h2 {
        font-size: 1.2rem !important;
    }
}
/** BOOKER print products ungrouped **/
main#print-products-ungrouped {
    margin-left: auto;
    margin-right: auto;
} main#print-products-ungrouped .mobile-view {
    display: none;
} .fa-phone-alt {
    font-size: 14px;
    color: #2356AA;
} main#print-products-ungrouped .manager-card .blue-btn {
    width: 100%;
} main#print-products-ungrouped .latest-news {
    border: 5px solid white;
    padding: 1em;
} main#print-products-ungrouped .latest-news .big {
    font-size: 20px;
} main#print-products-ungrouped .latest-news i {
    font-size: 12px;
} main#print-products-ungrouped .promo-image {
    border: 1px solid #C4C4C4;
} main#print-products-ungrouped .promo-image img {
    width: 100%;
} .butchery-fruit-veg-row>div>div {
    border: 1px solid #C1C2C7;
    height: 100%;
    padding: 1em;
    background: white;
} .butchery-fruit-veg-row .label {
    color: #8D8D8D;
} main#print-products-ungrouped .item-content {
    background-color: white;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
} main#print-products-ungrouped .item-content p {
    font-weight: 900;
    font-size: 24px;
} @media (max-width: 1250px) {
    main#print-products-ungrouped .desktop-view {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 1100px) {
    main#print-products-ungrouped .desktop-view {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media (max-width: 991px) {
    main#print-products-ungrouped {
        padding-left: 5em;
        padding-right: 5em;
    }

    main#print-products-ungrouped .desktop-view {
        display: none !important;
    }

    main#print-products-ungrouped .mobile-view {
        display: block !important;
        background-color: #FAFAFA;
        border: 1px solid #EFEFEF;
        position: relative;
        padding: 1em;
    }
} @media (max-width: 767px) {
    main#print-products-ungrouped {
        padding-left: 3em;
        padding-right: 3em;
    }

    .butchery {
        margin-bottom: 1em;
    }

    .butchery,
    .fruit-veg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
} @media (max-width: 500px) {
    main#print-products-ungrouped {
        padding-left: 1em;
        padding-right: 1em;
    }
}
/** BOOKER print products grouped **/
main#print-products-ungrouped {
    margin-left: auto;
    margin-right: auto;
} main#print-products-grouped .desktop-view {
    position: relative;
} main#print-products-grouped .mobile-view {
    display: none;
} .fa-phone-alt {
    font-size: 14px;
    color: #2356AA;
} main#print-products-grouped .manager-card {
    height: 100%;
    padding: 1em;
} main#print-products-grouped .manager-card .blue-btn {
    width: 100%;
} main#print-products-grouped .latest-news {
    border: 5px solid white;
    padding: 1em;
} main#print-products-grouped .latest-news .big {
    font-size: 20px;
} main#print-products-grouped .latest-news i {
    font-size: 12px;
} main#print-products-grouped .promo-image {
    border: 1px solid #C4C4C4;
} main#print-products-grouped .promo-image img {
    width: 100%;
} .butchery-fruit-veg-row>div>div {
    border: 1px solid #C1C2C7;
    height: 100%;
    padding: 1em;
    background: white;
} .butchery-fruit-veg-row .label {
    color: #8D8D8D;
} main#print-products-grouped .item-content {
    background-color: white;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
} main#print-products-grouped .item-content p {
    font-weight: 900;
    font-size: 24px;
} @media (max-width: 1250px) {
    main#print-products-grouped .desktop-view {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 1100px) {
    main#print-products-grouped .desktop-view {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media (max-width: 991px) {
    main#print-products-grouped {
        padding-left: 5em;
        padding-right: 5em;
    }

    main#print-products-grouped .desktop-view {
        display: none !important;
    }
} @media (max-width: 767px) {
    main#print-products-grouped {
        padding-left: 3em;
        padding-right: 3em;
    }

    .butchery {
        margin-bottom: 1em;
    }

    .butchery,
    .fruit-veg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
} @media (max-width: 500px) {
    main#print-products-grouped {
        padding-left: 1em;
        padding-right: 1em;
    }
}
/* Privacy-statement */
section#privacy-statement {
    margin-left: auto;
    margin-right: auto;
} section#privacy-statement .login-required {
    padding: 1em 5em;
} section#privacy-statement .login-required {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} section#privacy-statement .login-required h2 {
    color: #062F6E;
} section#privacy-statement .login-required .buttons {
    height: 2em;
} section#privacy-statement .login-required .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} section#privacy-statement .footer-buttons {
    border-top: 0;
    text-align: right;
} section#privacy-statement .footer-buttons .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
} @media(max-width: 415px) {

    html[data-useragent*='rv:73.0'] section#privacy-statement .login-required,
    html[data-useragent*='rv:72.0'] section#privacy-statement .login-required {
        padding: 1em 1em;
    }
} @media(max-width: 414px) {
    section#privacy-statement .login-required {
        padding: 1em 1em;
    }
} @media(max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] section#privacy-statement .title {
        font-size: 15px;
    }
} main.scanner-barcode-error i {
    font-size: 25px;
    color: #2356aa
}
/*BOOKER_Scanner_CollectionOrders_popUp*/
#scanner_CollectionOrders_popup .modal-dialog {
    max-width: 625px;
} #scanner_CollectionOrders_popup .info {
    font-size: 25px;
    color: #2356AA;
    margin-right: 0.5em;
    margin-top: -2em;
} #scanner_CollectionOrders_popup .info2 {
    margin-right: 2.5em;
} #scanner_CollectionOrders_popup .lastP {
    margin-bottom: 0;
} #scanner_CollectionOrders_popup h2 {
    color: #2356AA;
    margin-bottom: 0;
} @media(max-width: 575px) {
    #scanner_CollectionOrders_popup .info {
        margin-top: -3em;
    }
} @media(max-width: 568px) {
    #scanner_CollectionOrders_popup .modal-footer .orange-btn {
        margin-top: 0em;
    }
} @media(max-width: 500px) {
    #scanner_CollectionOrders_popup .modal-footer {
        display: initial;
    }

    #scanner_CollectionOrders_popup .btn {
        width: 100%;
    }

    #scanner_CollectionOrders_popup .orange-btn {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    #scanner_CollectionOrders_popup .modal-footer> :not(:first-child) {
        margin-left: 0rem;
    }

    #scanner_CollectionOrders_popup .boton2 {
        margin-top: 1em;
    }
} @media(max-width: 480px) {
    #scanner_CollectionOrders_popup .info {
        margin-top: -3.7em;
    }
} @media(max-width: 414px) {
    #scanner_CollectionOrders_popup .info {
        margin-top: -4.7em;
    }
} @media(max-width: 375px) {
    #scanner_CollectionOrders_popup .info {
        margin-top: -5.7em;
    }
} @media(max-width: 320px) {
    #scanner_CollectionOrders_popup .info {
        margin-top: -6.7em;
    }

    html[data-useragent*='Edge/17.17134'] #scanner_CollectionOrders_popup .info {
        margin-top: -7.7em;
    }
}
/*BOOKER_Scanner_CS1504*/
main#scannerCs1504 .scanner-page {
    padding: 1em 5em 0em 1em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#scannerCs1504 .scanner-page h2 {
    color: #062F6E;
} main#scannerCs1504 .scanner-page .bottom-row {
    border-top: 1px solid #E5E5E5;
    padding-top: 1em;
} main#scannerCs1504 .step {
    position: absolute;
    left: -1.5em;
    font-size: 1em;
    border: 2px solid #2356AA;
    width: 1.75em;
    height: 1.75em;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    color: #2356AA;
} main#scannerCs1504 .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
} main#scannerCs1504 #img1 {
    width: 70%;
} main#scannerCs1504 .boton {
    margin-top: 3em;
} main#scannerCs1504 .filaEntera {
    width: 100%;
} main#scannerCs1504 .columnas {
    padding-right: 0px !important;
} main#scannerCs1504 .columna-izquierda {
    border-right: 1px solid #E5E5E5;
    padding-right: 1em !important;
} main#scannerCs1504 h3 {
    color: #062F6E;
} main#scannerCs1504 .columna-izquierda .row .col-9 {
    padding-right: 0;
} main#scannerCs1504 .columna-izquierda .buttons .btn {
    margin-right: 2em;
} @media(max-width: 1199px) {
    main#scannerCs1504 .scanner-page {
        padding: 1em 1em 0em 1em;
    }

    main .footer-buttons {
        padding: 1rem 1em;
    }
} @media(max-width: 1024px) {
    main#scannerCs1504 .columna-izquierda .buttons .btn {
        margin-right: 1em;
    }
} @media(max-width: 991px) {
    main#scannerCs1504 {
        width: 90%;
    }

    main#scannerCs1504 .boton {
        margin-top: 2em;
    }

    html[data-useragent*='Edge/17.17134'] main#scannerCs1504 .columna-izquierda .row .col-9 {
        padding-left: 10px;
    }
} @media(max-width: 768px) {
    main#scannerCs1504 .columnas {
        flex: 0 0 100%;
        max-width: 100%;
    }

    main#scannerCs1504 .boton {
        margin-top: 0em;
    }

    main#scannerCs1504 .columna-izquierda .buttons .btn {
        margin-right: 0;
    }

    main#scannerCs1504 .columna-izquierda {
        border-right: 0;
        padding-right: 0 !important;
    }
} @media(max-width: 480px) {
    main#scannerCs1504 .btn {
        width: 100%;
    }

    main#scannerCs1504 .columnas {
        padding-left: 0px;
    }

    main#scannerCs1504 .step {
        left: -2.5em;
    }

    main#scannerCs1504 .titulo {
        font-size: 25px;
    }

    main#scannerCs1504 .columnas2 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
} @media(max-width: 411px) {
    html[data-useragent*='Edge/17.17134'] main#scannerCs1504 .titulo {
        font-size: 24px;
    }
} @media(max-width: 375px) {
    main#scannerCs1504 .img {
        width: 60%;
    }

    html[data-useragent*='Edge/17.17134'] main#scannerCs1504 .titulo {
        font-size: 23px;
    }
} @media(max-width: 320px) {
    main#scannerCs1504 .img {
        width: 55%;
    }
}
/*BOOKER_centralBilling_CheckOput*/
main#centralBilling_CheckOput .product-table-col {
    padding: 1em 1em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#centralBilling_CheckOput .product-table-col table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} main#centralBilling_CheckOput .product-table-col table thead tr:last-child {
    border-bottom: 1px solid #333333;
} main#centralBilling_CheckOput .product-table-col table thead tr th {
    font-weight: 900;
} main#centralBilling_CheckOput .product-table-col table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#centralBilling_CheckOput .product-table-col table thead tr th, main#centralBilling_CheckOput .product-table-col table tbody tr td {
    padding: 0.25em 0.5em;
} main#centralBilling_CheckOput .product-table-col table tbody tr td.quantity {
    min-width: 8em;
} main#centralBilling_CheckOput .barcode {
    width: 10em;
    height: 2em;
} main#centralBilling_CheckOput h2 {
    color: #062F6E;
} main#centralBilling_CheckOput .buttons {
    height: 2em;
} main#centralBilling_CheckOput .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} main#centralBilling_CheckOput .header-buttons, main#centralBilling_CheckOput .footer-buttons {
    padding: 1em 1em;
    border: 1px solid #EFEFEF;
    text-align: right;
} main#centralBilling_CheckOput .header-buttons {
    border-bottom: 0;
} main#centralBilling_CheckOput .footer-buttons {
    border-top: 0;
} main#centralBilling_CheckOput .small-cell {
    width: 3em;
    max-width: 3em;
} main#centralBilling_CheckOput .product-quantities-values .plus-minus-icon, main#centralBilling_CheckOput .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} main#centralBilling_CheckOput .product-quantities-values input, main#centralBilling_CheckOput .quantity input {
    width: 2.5em;
    text-align: center;
} main#centralBilling_CheckOput .table-desktop label.radio-input {
    margin-left: auto;
    margin-right: auto;
} main#centralBilling_CheckOput .table-desktop label.radio-input span:nth-child(1) {
    width: 0.25em;
    display: block;
} main#centralBilling_CheckOput .print-btn {
    border: 1px solid #2356AA;
    margin-left: 0.5em;
    color: #2356AA;
    width: auto !important;
    box-shadow: none !important;
} main#centralBilling_CheckOput .pack-size {
    width: 7%;
} main#centralBilling_CheckOput .vat-perc {
    width: 6%;
} main#centralBilling_CheckOput .size {
    width: 4%;
} main#centralBilling_CheckOput .order-total-inc-vat {
    width: 10%;
} main#centralBilling_CheckOput .mobile-view {
    display: none;
} main#centralBilling_CheckOput .mobile-view .product-details, main#centralBilling_CheckOput .mobile-view .suplier-details {
    border-bottom: 1px solid #E3E3E3;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
} main#centralBilling_CheckOput .mobile-view .card .card-header .fa-chevron-down {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} main#centralBilling_CheckOput .mobile-view .card .card-header.collapsed .fa-chevron-down {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
} main#centralBilling_CheckOput .mobile-view .card .card-body {
    background-color: rgba(0, 0, 0, .03)
} main#centralBilling_CheckOput .mobile-view #checkout-delivered-accordion .card-header, main#centralBilling_CheckOput .mobile-view #checkout-delivered-accordion .product-details, main#centralBilling_CheckOput .mobile-view #checkout-delivered-accordion .card-header .suplier-details {
    border-bottom: 0;
} main#centralBilling_CheckOput .mobile-view #checkout-delivered-accordion .product-row-cb-checkout-mobile {
    border-top: 1px solid rgba(0, 0, 0, .125);
} @media (max-width: 550px) {

    main#centralBilling_CheckOput .mobile-view #checkout-delivered-accordion .product-row-cb-checkout-mobile .product-quantities-values,
    main#centralBilling_CheckOput .mobile-view #checkout-delivered-accordion .product-row-cb-checkout-mobile .product-quantities-values .col-3 {
        padding-left: 0px;
        padding-right: 0px;
    }
} @media (max-width:450px) {

    main#centralBilling_CheckOput .product-quantities-values input,
    main#centralBilling_CheckOput .quantity input {
        width: 1.7em;
    }
} main#centralBilling_CheckOput .supplier-total-number {
    padding-left: 1em;
} @media(max-width:1440px) {
    main#centralBilling_CheckOput .pack-size {
        width: 8%;
    }
} @media(max-width:1366px) {
    main#centralBilling_CheckOput .price-inc-vat {
        width: 7%;
    }
} @media(max-width:1280px) {
    main#centralBilling_CheckOput .price-inc-vat {
        width: 8%;
    }
} @media (max-width: 1300px) {
    main#centralBilling_CheckOput .small-cell {
        width: auto !important;
    }
} @media (max-width: 1120px) {
    main#centralBilling_CheckOput {
        width: 90%;
    }

    main#centralBilling_CheckOput .product-table-col {
        padding: 1em 1em;
    }
} @media(max-width:1025px) {
    main#centralBilling_CheckOput .price-inc-vat {
        width: 9%;
    }

    main#centralBilling_CheckOput .vat-perc {
        width: 7%;
    }

    main#centralBilling_CheckOput .actions {
        width: 12%;
    }
} @media (max-width: 991px) {
    main#centralBilling_CheckOput .hide-small-devices {
        display: none;
    }

    main#centralBilling_CheckOput .mobile-align-right {
        text-align: right !important;
    }

    main#centralBilling_CheckOput .table-desktop {
        display: none;
    }

    html[data-useragent*='rv:11.0'] main#centralBilling_CheckOput .product-table-col .mobile-view .card .collapse .flex-column {
        flex-direction: row !important;
    }
} @media (max-width: 823px) {
    main#centralBilling_CheckOput .table-desktop {
        font-size: 15px;
    }
} @media (max-width: 768px) {
    main#centralBilling_CheckOput .table-desktop {
        font-size: 14px;
    }
} @media (max-width: 480px) {
    main#centralBilling_CheckOput {
        width: 95%;
    }

    main#centralBilling_CheckOput .product-table-col,
    main#centralBilling_CheckOput .add-new-card,
    main#centralBilling_CheckOput .footer-buttons {
        padding: 1em 0.5em;
    }
} @media (max-width: 414px) {
    main#centralBilling_CheckOput .table-desktop {
        font-size: 13px;
    }

    main#centralBilling_CheckOput .table-desktop th {
        font-size: 13px !important;
    }
} @media (max-width: 350px) {
    main#centralBilling_CheckOput {
        width: 95%;
    }
} @media (max-width: 320px) {
    main#centralBilling_CheckOput .table-desktop {
        font-size: 12px;
    }

    main#centralBilling_CheckOput .table-desktop th {
        font-size: 12px !important;
    }

    main#centralBilling_CheckOput .product-quantities-values input {
        width: 2em;
    }

    main#centralBilling_CheckOput .card-header,
    main#centralBilling_CheckOput .card-body,
    main#centralBilling_CheckOput .table-header {
        font-size: 14px;
    }
}
/** centralBilling_CheckOut_popup**/
main#centralBilling_order_CheckOut_noSelection_popup, main#centralBilling_CheckOut_popup {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} main#centralBilling_order_CheckOut_noSelection_popup .modal-body table, main#centralBilling_CheckOut_popup .modal-body table {
    width: 100%
} main#centralBilling_order_CheckOut_noSelection_popup .modal-body th, main#centralBilling_CheckOut_popup .modal-body th {
    font-weight: bold;
} main#centralBilling_order_CheckOut_noSelection_popup .product-table-col, main#centralBilling_CheckOut_popup .product-table-col {
    padding: 2em 2em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#centralBilling_order_CheckOut_noSelection_popup .product-table-col table, main#centralBilling_CheckOut_popup .product-table-col table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} main#centralBilling_order_CheckOut_noSelection_popup .product-table-col table thead tr:last-child, main#centralBilling_CheckOut_popup .product-table-col table thead tr:last-child {
    border-bottom: 1px solid #333333;
} main#centralBilling_order_CheckOut_noSelection_popup .product-table-col table thead tr th, main#centralBilling_CheckOut_popup .product-table-col table thead tr th {
    font-weight: 900;
} main#centralBilling_order_CheckOut_noSelection_popup .product-table-col table tbody tr, main#centralBilling_CheckOut_popup .product-table-col table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#centralBilling_order_CheckOut_noSelection_popup .product-table-col table thead tr th, main#centralBilling_order_CheckOut_noSelection_popup .product-table-col table tbody tr td, main#centralBilling_CheckOut_popup .product-table-col table thead tr th, main#centralBilling_CheckOut_popup .product-table-col table tbody tr td {
    padding: 0.25em 0.5em;
} main#centralBilling_order_CheckOut_noSelection_popup .product-table-col table tbody tr td.quantity, main#centralBilling_CheckOut_popup .product-table-col table tbody tr td.quantity {
    min-width: 8em;
} main#centralBilling_order_CheckOut_noSelection_popup .barcode, main#centralBilling_CheckOut_popup .barcode {
    width: 10em;
    height: 2em;
} main#centralBilling_CheckOut_popup h2 {
    color: #062F6E;
} main#centralBilling_order_CheckOut_noSelection_popup .buttons, main#centralBilling_CheckOut_popup .buttons {
    height: 2em;
} main#centralBilling_order_CheckOut_noSelection_popup .buttons .btn, main#centralBilling_CheckOut_popup .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} main#centralBilling_order_CheckOut_noSelection_popup .header-buttons, main#centralBilling_order_CheckOut_noSelection_popup .footer-buttons, main#centralBilling_CheckOut_popup .header-buttons, main#centralBilling_CheckOut_popup .footer-buttons {
    padding: 2em 2em;
    border: 1px solid #EFEFEF;
    text-align: right;
} main#centralBilling_order_CheckOut_noSelection_popup .header-buttons, main#centralBilling_CheckOut_popup .header-buttons {
    border-bottom: 0;
} main#centralBilling_order_CheckOut_noSelection_popup .footer-buttons, main#centralBilling_CheckOut_popup .footer-buttons {
    border-top: 0;
} main#centralBilling_order_CheckOut_noSelection_popup .small-cell, main#centralBilling_CheckOut_popup .small-cell {
    width: 3em;
    max-width: 3em;
} main#centralBilling_order_CheckOut_noSelection_popup .quantity .plus-minus-icon, main#centralBilling_CheckOut_popup .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} main#centralBilling_order_CheckOut_noSelection_popup .quantity input, main#centralBilling_CheckOut_popup .quantity input {
    width: 2.5em;
    text-align: center;
} main#centralBilling_order_CheckOut_noSelection_popup .table-desktop label.radio-input, main#centralBilling_CheckOut_popup .table-desktop label.radio-input {
    margin-left: auto;
} main#centralBilling_order_CheckOut_noSelection_popup .table-desktop label.radio-input span:nth-child(1), main#centralBilling_CheckOut_popup .table-desktop label.radio-input span:nth-child(1) {
    width: 0.25em;
    display: block;
} main#centralBilling_order_CheckOut_noSelection_popup h2 {
    color: #2356AA;
} main#centralBilling_order_CheckOut_noSelection_popup .modal-header {
    padding-bottom: 0.5rem;
} @media (max-width: 1300px) {

    main#centralBilling_order_CheckOut_noSelection_popup .small-cell,
    main#centralBilling_CheckOut_popup .small-cell {
        width: auto !important;
    }
} @media (max-width: 1120px) {

    main#centralBilling_order_CheckOut_noSelection_popup,
    main#centralBilling_CheckOut_popup {
        width: 90%;
    }

    main#centralBilling_order_CheckOut_noSelection_popup .product-table-col,
    main#centralBilling_CheckOut_popup .product-table-col {
        padding: 2em 2em;
    }
} @media (max-width: 991px) {

    main#centralBilling_order_CheckOut_noSelection_popup .hide-small-devices,
    main#centralBilling_CheckOut_popup .hide-small-devices {
        display: none;
    }

    main#centralBilling_order_CheckOut_noSelection_popup .mobile-align-right,
    main#centralBilling_CheckOut_popup .mobile-align-right {
        text-align: right !important;
    }
} @media(max-width:767px) {

    main#centralBilling_order_CheckOut_noSelection_popup #myModal,
    main#centralBilling_CheckOut_popup #myModal {
        padding-right: 0 !important;
    }
} @media (max-width: 480px) {

    main#centralBilling_order_CheckOut_noSelection_popup,
    main#centralBilling_CheckOut_popup {
        width: 95%;
    }

    main#centralBilling_order_CheckOut_noSelection_popup .product-table-col,
    main#centralBilling_order_CheckOut_noSelection_popup .add-new-card,
    main#centralBilling_order_CheckOut_noSelection_popup .footer-buttons,
    main#centralBilling_CheckOut_popup .product-table-col,
    main#centralBilling_CheckOut_popup .add-new-card,
    main#centralBilling_CheckOut_popup .footer-buttons {
        padding: 2em 0.5em;
    }
} @media (max-width: 350px) {

    main#centralBilling_order_CheckOut_noSelection_popup,
    main#centralBilling_CheckOut_popup {
        width: 95%;
    }
}
/**centralBilling_Order_Confirmation**/
main#centralBilling_Order_Confirmation .alig {
    text-align: right;
} main#centralBilling_Order_Confirmation .pad2 {
    padding-right: 0.5em;
} main#centralBilling_Order_Confirmation .pad {
    padding: 0em 0.5em 0em 1em;
} main#centralBilling_Order_Confirmation .CB-Order-Confirmation-main {
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} main#centralBilling_Order_Confirmation .thank-you {
    padding-top: 1em;
    border-bottom: 1px solid #EFEFEF;
} main#centralBilling_Order_Confirmation .thank-you .order-number {
    font-size: 26px;
    font-weight: 900;
} main#centralBilling_Order_Confirmation .checkout-price {
    border-bottom: 1px solid #EFEFEF;
} main#centralBilling_Order_Confirmation .checkout-buttons {
    background-color: white;
    padding: 1em;
} main#centralBilling_Order_Confirmation .checkout-buttons .btn-green {
    color: white;
    background-color: #51AF39 !important;
} main#centralBilling_Order_Confirmation .checkout-resume-table {
    border-bottom: 1px solid #EFEFEF;
} main#centralBilling_Order_Confirmation .checkout-price {
    padding-left: 6em;
    padding-right: 6em;
} main#centralBilling_Order_Confirmation .checkout-resume-table {
    padding-left: 5em;
    padding-right: 5em;
    padding-top: 1em;
} main#centralBilling_Order_Confirmation .checkout-resume-table table {
    width: 100%;
    table-layout: fixed;
} main#centralBilling_Order_Confirmation .checkout-resume-table table.table-desktop {
    border-bottom: 1px solid #979797;
} main#centralBilling_Order_Confirmation .checkout-resume-table .mobile-view {
    display: none;
} main#centralBilling_Order_Confirmation #checkout-price-mobile {
    display: none !important;
} main#centralBilling_Order_Confirmation #checkout-price-desktop {
    display: block;
} main#centralBilling_Order_Confirmation .checkout-resume-table table thead {
    border-bottom: 1px solid #979797;
    color: #2356AA;
} main#centralBilling_Order_Confirmation .checkout-resume-table table thead tr th {
    font-weight: 900;
} main#centralBilling_Order_Confirmation .checkout-resume-table table.table-desktop tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#centralBilling_Order_Confirmation .checkout-resume-table table thead tr th, main#centralBilling_Order_Confirmation .checkout-resume-table table tbody tr td {
    padding: 0.5em;
} main#centralBilling_Order_Confirmation .checkout-resume-table .mobile-view .accordion {
    border-bottom: 1px solid #979797;
} main#centralBilling_Order_Confirmation .checkout-resume-table .mobile-view .accordion .card .card-header {
    cursor: pointer;
} main#centralBilling_Order_Confirmation .checkout-resume-table .mobile-view .card-body table thead {
    border-color: #E3E3E3;
} main#centralBilling_Order_Confirmation .checkout-buttons .btn.btn-white {
    border: 1px solid #2356AA;
    color: #2356AA;
    width: auto;
    box-shadow: none !important;
    background: white;
} main#centralBilling_Order_Confirmation .notes-guide-price-row {
    flex-direction: row-reverse;
} main#centralBilling_Order_Confirmation .notes-guide-price-row .guide-price {
    width: 40%;
} main#centralBilling_Order_Confirmation .notes-guide-price-row .notes {
    width: 60%;
} main#centralBilling_Order_Confirmation .mobile-view table.table-header {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: 95%;
} main#centralBilling_Order_Confirmation .mobile-view .card, main#centralBilling_Order_Confirmation .mobile-view .card .card-header {
    border: 0 !important;
    background-color: #FAFAFA !important;
} main#centralBilling_Order_Confirmation .mobile-view .card .card-header {
    padding-top: 0em;
    padding-bottom: 0em;
    border-bottom: 1px solid #EFEFEF !important;
} main#centralBilling_Order_Confirmation .mobile-view .card .card-header i {
    position: absolute;
    top: 0.75em;
    left: 0.5em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} main#centralBilling_Order_Confirmation .mobile-view .card .card-header.collapsed i {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
} main#centralBilling_Order_Confirmation .mobile-view .card .card-header table {
    border-bottom: 1px solid #EFEFEF !important;
} main#centralBilling_Order_Confirmation .mobile-view .card .card-body table.w-auto {
    width: auto !important;
} main#centralBilling_Order_Confirmation .orderRef {
    width: 50%;
    float: left;
} main#centralBilling_Order_Confirmation .tam {
    width: 100%;
} main#centralBilling_Order_Confirmation .tamLetra {
    font-size: 16px;
    margin-top: auto;
} @media (max-width: 1250px) {
    main#centralBilling_Order_Confirmation {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media (max-width: 1100px) {
    main#centralBilling_Order_Confirmation {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} @media (max-width: 991px) {
    main#centralBilling_Order_Confirmation .notes-guide-price-row {
        flex-direction: column;
    }

    main#centralBilling_Order_Confirmation .notes-guide-price-row .guide-price {
        width: 100%;
    }

    main#centralBilling_Order_Confirmation .notes-guide-price-row .notes {
        width: 100%;
    }

    main#centralBilling_Order_Confirmation .checkout-resume-table .table-desktop {
        display: none;
    }

    main#centralBilling_Order_Confirmation .checkout-resume-table .mobile-view {
        display: block;
    }

    main#centralBilling_Order_Confirmation #checkout-price-mobile {
        display: block !important;
    }

    main#centralBilling_Order_Confirmation #checkout-price-desktop {
        display: none !important;
    }
} @media (max-width: 767px) {

    main#centralBilling_Order_Confirmation .checkout-price,
    main#centralBilling_Order_Confirmation .checkout-resume-table {
        padding-left: 2em;
        padding-right: 2em;
    }
} @media(max-width: 667px) {
    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Confirmation .mobile-view table.table-header {
        font-size: 15px;
    }
} @media(max-width: 650px) {
    main#centralBilling_Order_Confirmation .mobile-view table.table-header {
        width: 92.5%;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Confirmation .mobile-view table.table-header {
        font-size: 14px;
    }
} @media (max-width: 575px) {

    main#centralBilling_Order_Confirmation .thank-you,
    main#centralBilling_Order_Confirmation .checkout-price,
    main#centralBilling_Order_Confirmation .checkout-resume-table {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    main#centralBilling_Order_Confirmation .checkout-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    main#centralBilling_Order_Confirmation .checkout-buttons .btn-green,
    main#centralBilling_Order_Confirmation .checkout-buttons .green-btn {
        margin-bottom: 1em;
    }

    main#centralBilling_Order_Confirmation .checkout-buttons .btn-white {
        margin-right: 0 !important;
    }

    main#centralBilling_Order_Confirmation .thank-you .CB-Order-Confirmation-img {
        width: 5em;
        height: 5em;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto !important;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Confirmation .mobile-view table.table-header {
        font-size: 15px;
    }
} @media (max-width: 480px) {
    main#centralBilling_Order_Confirmation .mobile-view table.table-header {
        font-size: 12px;
    }

    main#centralBilling_Order_Confirmation table thead tr th,
    main#centralBilling_Order_Confirmation table tbody tr td {
        font-size: 12px;
    }

    main#centralBilling_Order_Confirmation .mobile-view .card .card-header i {
        top: 0.5em;
    }
} @media (max-width: 420px) {
    main#centralBilling_Order_Confirmation .trolley-checkout-main {
        margin-top: 4em;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Confirmation .mobile-view table.table-header {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Confirmation .tamLetra {
        font-size: 15px;
    }
} @media (max-width: 375px) {
    main#centralBilling_Order_Confirmation .mobile-view table.table-header {
        font-size: 10px;
    }

    main#centralBilling_Order_Confirmation .checkout-resume-table table thead tr th,
    main#centralBilling_Order_Confirmation .checkout-resume-table table tbody tr td {
        font-size: 10px;
    }

    main#centralBilling_Order_Confirmation .tamLetra {
        font-size: 12px;
    }

    main#centralBilling_Order_Confirmation .mobile-view .card .card-header i {
        top: 0.35em;
        left: 0.25em;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Confirmation .tamLetra {
        font-size: 12px;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Confirmation .mobile-view table.table-header {
        font-size: 11px;
    }
} @media (max-width: 360px) {
    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Confirmation .thank-you .order-number {
        font-size: 23px;
    }
} @media (max-width: 350px) {

    main#centralBilling_Order_Confirmation .checkout-resume-table table thead tr th,
    main#centralBilling_Order_Confirmation .checkout-resume-table table tbody tr td {
        font-size: 9px;
    }

    main#centralBilling_Order_Confirmation .checkout-buttons .btn.btn-white {
        float: left;
    }

    main#centralBilling_Order_Confirmation .checkout-buttons {
        padding: 0.75em;
    }

    main#centralBilling_Order_Confirmation .tamLetra {
        font-size: 11px;
    }
} @media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Confirmation .checkout-resume-table table thead tr th {
        font-size: 10px;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Confirmation .checkout-resume-table table tbody tr td {
        font-size: 9px;
    }
}
/*Firefox*/
@media(max-width:376px) {

    html[data-useragent*='rv:73.0'] main#centralBilling_Order_Confirmation .mobile-view table.table-header,
    html[data-useragent*='rv:72.0'] main#centralBilling_Order_Confirmation .mobile-view table.table-header {
        font-size: 10px;
    }

    html[data-useragent*='rv:73.0'] main#centralBilling_Order_Confirmation .checkout-resume-table table thead tr th,
    html[data-useragent*='rv:73.0'] main#centralBilling_Order_Confirmation .checkout-resume-table table tbody tr td,
    html[data-useragent*='rv:72.0'] main#centralBilling_Order_Confirmation .checkout-resume-table table thead tr th,
    html[data-useragent*='rv:72.0'] main#centralBilling_Order_Confirmation .checkout-resume-table table tbody tr td {
        font-size: 10px;
    }

    html[data-useragent*='rv:73.0'] main#centralBilling_Order_Confirmation .tamLetra,
    html[data-useragent*='rv:72.0'] main#centralBilling_Order_Confirmation .tamLetra {
        font-size: 12px;
    }

    html[data-useragent*='rv:73.0'] main#centralBilling_Order_Confirmation .mobile-view .card .card-header i,
    html[data-useragent*='rv:72.0'] main#centralBilling_Order_Confirmation .mobile-view .card .card-header i {
        top: 0.35em;
        left: 0.25em;
    }
} @media (max-width: 350px) {

    html[data-useragent*='rv:73.0'] main#centralBilling_Order_Confirmation .checkout-resume-table table thead tr th,
    html[data-useragent*='rv:73.0'] main#centralBilling_Order_Confirmation .checkout-resume-table table tbody tr td,
    html[data-useragent*='rv:72.0'] main#centralBilling_Order_Confirmation .checkout-resume-table table thead tr th,
    html[data-useragent*='rv:72.0'] main#centralBilling_Order_Confirmation .checkout-resume-table table tbody tr td {
        font-size: 9px;
    }

    html[data-useragent*='rv:73.0'] main#centralBilling_Order_Confirmation .tamLetra,
    html[data-useragent*='rv:72.0'] main#centralBilling_Order_Confirmation .tamLetra {
        font-size: 11px;
    }
}
/*centralBilling_Order_Summary*/
main#centralBilling_Order_Summary {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} main#centralBilling_Order_Summary .order-summary {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#centralBilling_Order_Summary .order-summary h2 {
    color: #062F6E;
} main#centralBilling_Order_Summary .order-summary table {
    width: 100%;
} main#centralBilling_Order_Summary .order-summary table thead tr {
    border-bottom: 1px solid #333333;
} main#centralBilling_Order_Summary .order-summary table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#centralBilling_Order_Summary .order-summary table thead tr th, main#centralBilling_Order_Summary .order-summary table tbody tr td {
    padding: 0.25em 0.5em;
} main#centralBilling_Order_Summary .order-summary .buttons {
    text-align: right;
} @media (max-width: 991px) {
    main#centralBilling_Order_Summary {
        width: 90%;
    }

    main#centralBilling_Order_Summary .order-summary {
        padding: 2em 2em;
    }
} @media(max-width:823px) {
    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Summary .order-summary h2 {
        font-size: 1.8rem;
    }
} @media(max-width:768px) {
    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Summary .order-summary h2 {
        font-size: 2rem;
    }
} @media(max-width:767px) {
    main#centralBilling_Order_Summary .order-summary .buttons .btn {
        width: 100%;
    }

    main#centralBilling_Order_Summary .order-summary .buttons .green-btn {
        margin-bottom: 0 !important;
    }

    main#centralBilling_Order_Summary .order-summary table tbody tr .line {
        font-size: 14px;
    }
} @media(max-width:640px) {
    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Summary .order-summary table th {
        font-size: 14px;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Summary .order-summary table tbody tr .line {
        font-size: 13px;
    }
} @media (max-width: 620px) {
    main#centralBilling_Order_Summary {
        width: 95%;
    }

    main#centralBilling_Order_Summary .order-summary {
        padding: 1em 0.5em;
    }
} @media (max-width: 550px) {
    main#centralBilling_Order_Summary {
        width: 100%;
    }
} @media (max-width: 411px) {

    main#centralBilling_Order_Summary table,
    main#centralBilling_Order_Summary table th {
        font-size: 13px;
    }

    main#centralBilling_Order_Summary .order-summary table tbody tr .line {
        font-size: 11px;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Summary .order-summary table th {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Summary .order-summary table tbody tr .line {
        font-size: 9px;
    }
}
/*Firefox*/
@media (max-width: 412px) {

    html[data-useragent*='rv:73.0'] main#centralBilling_Order_Summary table,
    html[data-useragent*='rv:73.0'] main#centralBilling_Order_Summary table th,
    html[data-useragent*='rv:72.0'] main#centralBilling_Order_Summary table,
    html[data-useragent*='rv:72.0'] main#centralBilling_Order_Summary table th {
        font-size: 13px;
    }

    html[data-useragent*='rv:73.0'] main#centralBilling_Order_Summary .order-summary table tbody tr .line,
    html[data-useragent*='rv:72.0'] main#centralBilling_Order_Summary .order-summary table tbody tr .line {
        font-size: 11px;
    }
} @media(max-width:360px) {
    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Summary .order-summary h2 {
        font-size: 1.4rem !important;
    }
} @media(max-width:320px) {
    html[data-useragent*='Edge/17.17134'] main#centralBilling_Order_Summary .order-summary h2 {
        font-size: 1.2rem !important;
    }
}
/*centralBilling_Order_Summary_Print*/
main#centralBilling_Order_Summary_Print {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} main#centralBilling_Order_Summary_Print .product-table-col {
    padding: 1em 2em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#centralBilling_Order_Summary_Print .product-table-col table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} main#centralBilling_Order_Summary_Print .product-table-col table thead tr:last-child {
    border-bottom: 1px solid #333333;
} main#centralBilling_Order_Summary_Print .product-table-col table thead tr th {
    font-weight: 900;
} main#centralBilling_Order_Summary_Print .product-table-col table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#centralBilling_Order_Summary_Print .product-table-col table thead tr th, main#centralBilling_Order_Summary_Print .product-table-col table tbody tr td {
    padding: 0.25em 0.5em;
} main#centralBilling_Order_Summary_Print .product-table-col table tbody tr td.quantity {
    min-width: 8em;
} main#centralBilling_Order_Summary_Print .barcode {
    width: 10em;
    height: 2em;
} main#centralBilling_Order_Summary_Print h2 {
    color: #062F6E;
} main#centralBilling_Order_Summary_Print .buttons {
    height: 2em;
} main#centralBilling_Order_Summary_Print .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} main#centralBilling_Order_Summary_Print .header-buttons, main#centralBilling_Order_Summary_Print .footer-buttons {
    padding: 1em 2em;
    border: 1px solid #EFEFEF;
    text-align: center;
} main#centralBilling_Order_Summary_Print .header-buttons {
    border-bottom: 0;
} main#centralBilling_Order_Summary_Print .footer-buttons {
    border-top: 0;
} main#centralBilling_Order_Summary_Print .small-cell {
    width: 3em;
    max-width: 3em;
} main#centralBilling_Order_Summary_Print .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} main#centralBilling_Order_Summary_Print .quantity input {
    width: 2.5em;
    text-align: center;
} main#centralBilling_Order_Summary_Print .table-desktop label.radio-input {
    margin-left: auto;
} main#centralBilling_Order_Summary_Print .table-desktop label.radio-input span:nth-child(1) {
    width: 0.25em;
    display: block;
} main#centralBilling_Order_Summary_Print .headerbot {
    border-top: 1px solid #EFEFEF;
} @media (max-width: 1300px) {
    main#centralBilling_Order_Summary_Print .small-cell {
        width: auto !important;
    }
} @media (max-width: 1120px) {
    main#centralBilling_Order_Summary_Print {
        width: 90%;
    }

    main#centralBilling_Order_Summary_Print .product-table-col {
        padding: 2em 2em;
    }
} @media (max-width: 1024px) {

    main#centralBilling_Order_Summary_Print .table-desktop,
    main#centralBilling_Order_Summary_Print .table-desktop th {
        font-size: 15px;
    }
} @media (max-width: 991px) {
    main#centralBilling_Order_Summary_Print .hide-small-devices {
        display: none;
    }

    main#centralBilling_Order_Summary_Print .mobile-align-right {
        text-align: right !important;
    }
} @media (max-width: 768px) {

    main#centralBilling_Order_Summary_Print .table-desktop,
    main#centralBilling_Order_Summary_Print .table-desktop th {
        font-size: 14px;
    }
} @media (max-width: 480px) {
    main#centralBilling_Order_Summary_Print {
        width: 95%;
    }

    main#centralBilling_Order_Summary_Print .product-table-col,
    main#centralBilling_Order_Summary_Print .add-new-card,
    main#centralBilling_Order_Summary_Print .footer-buttons {
        padding: 2em 0.5em;
    }
} @media (max-width: 360px) {

    main#centralBilling_Order_Summary_Print .table-desktop,
    main#centralBilling_Order_Summary_Print .table-desktop th {
        font-size: 13px;
    }
} @media (max-width: 350px) {
    main#centralBilling_Order_Summary_Print {
        width: 95%;
    }
} @media (max-width: 320px) {

    main#centralBilling_Order_Summary_Print .table-desktop,
    main#centralBilling_Order_Summary_Print .table-desktop th {
        font-size: 12px;
    }
} aside .font-aside {
    color: #2356AA;
    font-size: 14px;
}
/*BOOKER_Error_E1088_PopUp*/
main#error_E108 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} main#error_E108 .contenedor {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#error_E108 .contenedor h2 {
    color: #062F6E;
} main#error_E108 .contenedor .buttons {
    height: 2.4em;
} main#error_E108 .contenedor .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} main#error_E108 .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
} main#error_E108 i {
    font-size: 25px;
    color: #2356aa;
} @media (max-width: 1024px) {
    main#error_E108 {
        width: 90%;
    }

    main#error_E108 .contenedor {
        padding: 1em;
    }
} @media (max-width: 480px) {
    main#error_E108 {
        width: 95%;
    }

    main#error_E108 h2 {
        font-size: 1.3rem !important
    }
} @media (max-width: 650px) {
    main#error_E108 h2 {
        font-size: 1.2rem !important
    }
} @media (max-width: 375px) {
    main#error_E108 h2 {
        font-size: 1.1rem !important
    }

    main#error_E108 .contenedor {
        font-size: 14px;
    }

    html[data-useragent*='Edge/17.17134'] main#error_E108 h2 {
        font-size: 1rem !important
    }

    html[data-useragent*='Edge/17.17134'] main#error_E108 i {
        font-size: 23px;
    }
} @media (max-width: 360px) {
    main#error_E108 h2 {
        font-size: 1rem !important
    }
} @media (max-width: 350px) {
    main#error_E108 {
        width: 95%;
    }
} @media (max-width: 320px) {
    main#error_E108 .contenedor h2 {
        margin-top: 0.25rem;
    }

    main#error_E108 h2 {
        font-size: 1rem !important
    }

    main#error_E108 i {
        font-size: 22px;
    }

    main#error_E108 .contenedor {
        padding: 0.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#error_E108 h2 {
        font-size: 0.9rem !important
    }

    html[data-useragent*='Edge/17.17134'] main#error_E108 i {
        font-size: 22px;
    }
}
/*BOOKER_OrderingTab*/
main#booker_orderingTab .contenedor {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#booker_orderingTab .contenedor h2 {
    color: #062F6E;
} @media (max-width: 1024px) {
    main#booker_orderingTab .contenedor {
        padding: 1em 2em;
    }
} @media (max-width: 991px) {
    main#booker_orderingTab {
        width: 90% !important;
    }
} @media (max-width: 900px) {
    main#booker_orderingTab .columna {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    main#booker_orderingTab .contenedor {
        padding: 1em 1em;
    }
} @media (max-width: 480px) {
    main#booker_orderingTab {
        width: 95% !important;
    }
} @media (max-width: 375px) {
    main#booker_orderingTab h5 {
        font-size: 1.25rem !important;
    }
}
/*Booker_enter_codes_list*/
.enter-code-list .green {
    background-color: green;
    color: white;
    font-weight: bold;
    border-radius: 5px;
} .enter-code-list .footer-buttons {
    padding: 0.5em 0em;
    border: 0px;
    border-top: 1;
} .enter-code-list .footer-buttons .contenedor2 {
    text-align: left;
} .enter-code-list .fila1 {
    background-color: #EBEBEB !important;
    display: none !important;
} .enter-code-list .columna1 {
    background-color: rgb(104, 96, 96) !important;
    display: none !important;
} .enter-code-list .text-remove {
    color: red;
    cursor: pointer;
} .enter-code-list .remove {
    text-align: right;
    margin-right: 2em;
} .enter-code-list .div-remove {
    width: 100% !important;
} .enter-code-list .center-text {
    text-align: center;
} .enter-code-list .col-remove {
    padding-top: 3em;
} .enter-code-list .menu-btn {
    max-width: 230px;
} .enter-code-list .colMode .product-list .product .shop .enter-codes-list-qty {
    display: block !important;
} .enter-code-list .rowMode .product-list .product .shopping .enter-codes-list-qty {
    display: block !important;
    text-align: right;
} .enter-code-list .colMode .product-list .product .shop .shopping .fa-star {
    bottom: 2.5em;
    position: absolute;
    right: 1em;
} @media(max-width:1150px) {
    .enter-code-list #buttons-top {
        padding-right: 10px !important;
        margin-bottom: 0 !important;
    }
} @media(max-width:768px) {
    .enter-code-list #buttons-top .btn {
        margin-bottom: 0 !important;
    }
} @media(max-width:767px) {
    .enter-code-list #buttons-top {
        flex-direction: column-reverse;
        margin-right: 10px !important;
        display: flex !important;
    }

    .enter-code-list #buttons-top .btn {
        margin-bottom: 1rem !important;
        max-width: 100%;
    }

    .enter-code-list .search-results div:nth-child(2) {
        padding-top: 0 !important;
    }

    .enter-code-list .fila1 .shopping {
        height: 60% !important;
    }
} @media(max-width:575px) {
    .enter-code-list #buttons-top {
        margin-right: 0 !important;
        margin-left: 10px !important;
    }
} @media(max-width:320px) {
    .enter-code-list #buttons-top {
        padding-left: 0.5em !important;
        padding-right: 0.5em !important;
        margin-left: 0px !important;
    }
}
/* end Booker_enter_codes_list*/
.external-page .whiteBG {
    background: #FFF
} .external-page .blueBG {
    background: #2356AA;
    color: #FFF
} .external-page .lightBlueBG {
    background: #2356AA;
    color: #FFF
} .external-page .p-NoPadding p {
    margin-bottom: 0
} .external-page .btn:hover {
    opacity: 0.8
} .external-page h1, .external-page h2 {
    font-family: 'Lato'
} .external-page h1 {
    font-size: 2.1875em
        /*35px*/
    ;
    line-height: 1.166em
} .external-page h2 {
    font-size: 1.875em
        /*30px*/
    ;
    line-height: 1.2em
} .external-page section h2 {
    font-size: 1.625em
        /*26px*/
    ;
    line-height: 1.384em
} .external-page #booker-catering a {
    color: #2356AA;
    font-weight: 700
} .external-page .tickBullet-blue li, .external-page .tickBullet-green li {
    position: relative;
    padding: 0 20px 0 30px
} .external-page ul.horizontal-list.tickBullet-blue li:before {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    background-image: url('..//images/external-img/tickBullet-blue.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
} .external-page ul.horizontal-list.tickBullet-green li:before {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    background-image: url('..//images/external-img/tickBullet-green.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
} .external-page ul.vertical-list.tickBullet-blue li:before {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    background-image: url('..//images/external-img/tickBullet-blue.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 10%
} .external-page ul.vertical-list.tickBullet-green li:before {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    background-image: url('..//images/external-img/tickBullet-green.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 10%
} .external-page ul.horizontal-list, ul.vertical-list {
    list-style: none;
    padding-left: 0
} .external-page ul.horizontal-list li {
    display: inline-block
} .external-page .blue-btn {
    background-color: #00BDF7 !important
} .external-page .blue-btn a {
    color: white !important;
} .external-page .blue-dark-btn {
    background-color: #2356AA !important;
    color: white !important;
} .external-page .white-btn {
    background-color: #FFFFFF !important;
    color: #2356AA !important;
} .external-page .registerToday span span {
    position: static !important;
    margin-left: 15px
} .external-page .registerToday span:nth-child(1) {
    position: relative;
    top: 5px
} .external-page .feature-card, .external-page .services-card, .sectors-card {
    height: 100%
} .external-page .feature-card {
    flex-wrap: wrap;
    background-color: white
} .external-page .feature-card h2 {
    font-size: 1.125em
        /*18px*/
} .external-page .services-card header, .external-page .sectors-card {
    position: relative
} .external-page .services-card header h3, .external-page .services-card header figure, .external-page .services-card header p, .external-page .sectors-card p {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%)
} .external-page .services-card header h3 {
    padding: 7px 12px;
    background: #2356AA;
    color: #FFF;
    top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.125em
} .external-page .services-card header figure, .external-page .services-card header p {
    bottom: 10px
} .external-page .services-card header blockquote, .external-page .services-card header p {
    color: #FFF;
    font-size: 1.625em;
    line-height: 1.230
} .external-page .sectors-card p {
    color: #FFF;
    font-size: 1.375em;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    line-height: 1.227em;
    text-align: center
} .external-page .sectors-card p:after {
    content: '';
    display: block;
    width: 21px;
    margin: 10px auto 15px auto;
    border-bottom: 1px solid #FFF
} .external-page-header {
    background-image: url('/images/external-img/cateringProviderHeader@2x.jpg');
    background-size: cover
} .external-page-header h1, .external-page-header li {
    color: #FFF
} .external-page-header li {
    font-size: 1.3125em;
    font-weight: 700
} .external-page main#booker-catering #promo-carousel .carousel-inner .carousel-item {
    height: auto !important
} #sectorsWeServe h2:after {
    content: '';
    display: block;
    width: 96px;
    margin: 10px auto 15px auto;
    border-bottom: 1px solid #FFF
} #whyChooseBooker p {
    font-size: 1.125em
        /*18px*/
    ;
    line-height: 1.555em
} #bookerDirectDelivery h2 img {
    max-width: 233px;
    height: auto
} #bookerDirectDelivery h2 span {
    position: absolute;
    text-indent: -999999px
} #bookerDirectDelivery h3 {
    font-size: 1.1875em;
    font-weight: 700;
    color: #69B500
} #bookerDirectDelivery .tickBullet-green {
    padding-right: 0
} #bookerDirectDelivery .tickBullet-green li {
    margin-bottom: 12px
} main#checkoutPayment .content {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    margin-bottom: 40px
} @media only screen and (max-width: 1125px) {
    .external-page .registerToday span:nth-child(1) {
        float: left
    }

    .external-page .registerToday span.float-right {
        float: left !important;
        margin: 15px 0 10px;
        clear: both
    }

    .external-page .registerToday span span {
        margin-left: 0
    }
} @media only screen and (max-width: 991px) {
    #featuredServices .last-card {
        flex: 0 0 100%;
        max-width: 100%
    }

    .external-page .sectors-card p {
        font-size: 1em
    }
} @media(max-width:1024px) {

    main#scannerPrintGroupedByShelf table.table-product-list,
    main#scannerPrintGroupedUngrouped table.table-product-list {
        font-size: 14px
    }

    main#scannerPrintGroupedByShelf table .ellipsis-text,
    main#scannerPrintGroupedUngrouped table .ellipsis-text {
        max-width: 77px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
} @media(max-width:700px) {

    main#scannerPrintGroupedByShelf table.table-product-list,
    main#scannerPrintGroupedUngrouped table.table-product-list {
        font-size: 12px
    }
}
/*booker_recentPurchase*/
main#booker_recentPurchase {
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 0px;
    padding-right: 0px;
} main#booker_recentPurchase .row_titulo {
    background-color: #D4E2FF;
    max-width: 80% !important;
} main#booker_recentPurchase .titulo {
    color: #007FFF;
    width: 100%;
    margin-top: 8.5px;
    height: 30px;
    padding-left: 10px;
    text-align: left;
    float: right;
    font-weight: bold;
    font-size: 20px;
} main#booker_recentPurchase .ShowProductsBtnAndCombos {
    border: 1px solid #ECECEC;
} main#booker_recentPurchase .printbutton {
    border: 1px solid #ECECEC;
    text-align: right;
} main#booker_recentPurchase .addshoppinglist {
    border: 1px solid #ECECEC;
} main#booker_recentPurchase .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
} main#booker_recentPurchase .col-diaFestivos {
    background-color: #D4E2FF;
    max-width: 50%;
} main#booker_recentPurchase .col-seleccionados {
    background-color: #007FFF;
    margin-top: 1px;
} main#booker_recentPurchase .seleccionados {
    margin-top: 5px;
    color: white;
    width: 100%;
    margin-top: 10px;
    height: 30px;
    padding-left: 10px;
    text-align: left;
    float: right;
    font-weight: bold;
} main#booker_recentPurchase .diasFestivos {
    color: black;
    width: 100%;
    margin-top: 8.5px;
    height: 30px;
    padding-left: 10px;
    text-align: left;
    float: right;
    font-weight: bold;
} main#booker_recentPurchase .btn {
    background-color: #51AF39;
    color: white;
} main#booker_recentPurchase .col-btn {
    max-width: 18%;
} main#booker_recentPurchase .col-p {
    font-weight: bold;
    margin-top: 10px;
} main#booker_recentPurchase .product-list .product {
    position: relative;
    border: 1px solid #ECECEC;
    border-right: 1;
    height: 9em;
} main#booker_recentPurchase .product-list .product.not-available {
    background-color: #EBEBEB;
} main#booker_recentPurchase .product-list .product .shopping .fa-star {
    top: 1em;
    right: 3.1em;
    position: absolute;
    font-size: 20px;
    color: #00BDF7;
    cursor: pointer;
} main#booker_recentPurchase .product-list .product .product-header-message .red-message {
    position: absolute;
    height: 30px;
    top: 0;
    left: 0;
} main#booker_recentPurchase .product-list .product .product-header-message .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} main#booker_recentPurchase .product-list .product .product-header-message .blue-message {
    position: absolute;
    height: 30px;
    top: 0;
    left: 0;
} main#booker_recentPurchase .product-list .product .product-header-message .blue-message-trapezoid {
    border-top: 30px solid #5880E8;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} main#booker_recentPurchase .product-list .product .product-header-message .multicolor-message {
    color: white;
    position: absolute;
    height: 30px;
    top: 2px;
    left: 0;
} main#booker_recentPurchase .product-list .product .product-header-message .multicolor-message .multicolor-message-red {
    padding: 5px;
    background-color: #ED1C24;
} main#booker_recentPurchase .product-list .product .multicolor-message .multicolor-message-darkgreen {
    padding: 5px;
    background-color: #004338;
} main#booker_recentPurchase .product-list .product .product-header-message .multicolor-message .multicolor-message-green {
    padding: 5px;
    background-color: #41B649;
} main#booker_recentPurchase .product-list .product .product-header-message .multicolor-message .multicolor-message-purple {
    padding: 5px;
    background-color: #400043;
} main#booker_recentPurchase .product-list .product .product-header-message .multicolor-message .triangle-top-left {
    width: 0;
    height: 0;
    border-top: 29px solid #400043;
    border-right: 10px solid transparent;
    padding-top: 5px;
    position: absolute;
    top: -3px;
} main#booker_recentPurchase .product-list .product .col-4:nth-child(1) {
    padding-right: 0px;
} main#booker_recentPurchase .product-list .product .product-number {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
} main#booker_recentPurchase .product-list .product .product-details .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
} main#booker_recentPurchase .product-list .product .product-image {
    text-align: center;
    cursor: pointer;
} main#booker_recentPurchase .product-list .product .case-image {
    flex-direction: column;
    width: 5em;
    text-align: center;
    font-size: 14px;
    padding-right: 0px;
} main#booker_recentPurchase .product-list .product .case-image>span {
    display: block;
} main#booker_recentPurchase .product-list .product .product-number-mobile {
    display: none;
} main#booker_recentPurchase .product-list .product .product-details {
    display: flex;
    justify-content: space-between;
    height: 100%;
} main#booker_recentPurchase .product-list .product .product-details .yellow-message {
    position: relative;
    height: 30px;
} main#booker_recentPurchase .product-list .product .product-details .yellow-message-trapezoid {
    border-top: 30px solid #FDDE50;
    border-right: 10px solid transparent;
    height: 0;
} main#booker_recentPurchase .product-list .product .product-details .orange-message {
    position: relative;
    height: 30px;
} main#booker_recentPurchase .product-list .product .product-details .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
} main#booker_recentPurchase .product-list .product .red-message {
    position: relative;
} main#booker_recentPurchase .product-list .product .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} main#booker_recentPurchase .product-list .product .red-message span, main#booker_recentPurchase .product-list .product .orange-message span, main#booker_recentPurchase .product-list .product .yellow-message span, main#booker_recentPurchase .product-list .product .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    font-weight: 900;
} main#booker_recentPurchase .product-list .product .yellow-message span, main#booker_recentPurchase .product-list .product .orange-message span {
    color: #333333;
} main#booker_recentPurchase .product-list .product .red-message span, main#booker_recentPurchase .product-list .product .blue-message span {
    color: white;
} main#booker_recentPurchase .product-list .product .product-details .w-6 {
    width: 6em;
} main#booker_recentPurchase .product-list .product .product-details .w-8 {
    width: 8em;
} main#booker_recentPurchase .product-list .product .product-details .w-10 {
    width: 10em;
} main#booker_recentPurchase .product-list .product .product-details .w-12 {
    width: 12em;
} main#booker_recentPurchase .product-list .product .product-details .on-deliveries {
    font-size: 13px;
    margin-top: -3px;
} main#booker_recentPurchase .product-list .product .product-details .discount {
    color: red;
    height: 1.5em;
    font-size: 14px;
} main#booker_recentPurchase .product-list .product .shopping {
    height: 100%;
    font-size: 14px;
} main#booker_recentPurchase .product-list .product .shopping .rating {
    text-align: center;
} main#booker_recentPurchase .product-list .product .shopping .rating .rate {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100px;
    text-align: center;
} main#booker_recentPurchase .product-list .product .shopping .rating .rate.ambient {
    background-color: #FFDC50;
} main#booker_recentPurchase .product-list .product .shopping .rating .rate.chilled {
    background-color: #64D65B;
} main#booker_recentPurchase .product-list .product .shopping [class*='col-']:nth-child(1) {
    padding-left: 0;
    padding-right: 0.5em;
} main#booker_recentPurchase .product-list .product .shopping [class*='col-']:nth-child(2) {
    padding-right: 0;
    padding-left: 0.5em;
} main#booker_recentPurchase .product-list .product .shopping .list-img, main#booker_recentPurchase .product-list .product .shopping .note-img {
    width: 1.5em;
    height: 1.75em;
    margin-left: -0.25em;
} main#booker_recentPurchase .product-list .product .shopping .buy-this-product {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    min-width: 20em;
} main#booker_recentPurchase .product-list .product .shopping .prices-and-taxes {
    padding-right: 1.5em;
} main#booker_recentPurchase .product-list .product .shopping .buy-this-product .prices-and-taxes {
    width: 10em;
} main#booker_recentPurchase .product-list .product .shopping .prices-and-taxes .price {
    font-size: 20px;
} main#booker_recentPurchase .product-list .product .shopping .buy-this-product .prices-and-taxes .price {
    text-align: right;
} main#booker_recentPurchase .product-list .product .shopping .shop {
    margin-left: auto;
    margin-right: 2em;
} main#booker_recentPurchase .product-list .product .shopping .shop .add-to-list {
    cursor: pointer;
} main#booker_recentPurchase .product-list .product .alternatives-btn {
    background-color: #00BDF7;
    color: white;
    width: 100%;
} main#booker_recentPurchase .product-list .product .shopping .quantity {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
} main#booker_recentPurchase .product-list .product .shopping .shop {
    margin-left: auto;
    margin-right: 2em;
} main#booker_recentPurchase .product-list .product .buying {
    background-color: #A9E0B9;
} main#booker_recentPurchase .product-list .product .shopping .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} main#booker_recentPurchase .product-list .product .shopping .quantity input {
    width: 2.5em;
    text-align: center;
} main#booker_recentPurchase .product-list .product .shopping .add-to-list {
    align-items: center;
} main#booker_recentPurchase .product-list .product .shopping .hide-btn {
    margin: auto;
} main#booker_recentPurchase .product-list .product .shopping .price {
    position: relative;
    width: 6em;
} main#booker_recentPurchase .product-list .product .shopping .price span:nth-child(2) {
    position: absolute;
    left: 3em;
} main#booker_recentPurchase .product-list .product .shopping .price-row {
    color: #909090;
    position: relative;
} main#booker_recentPurchase .product-list .product .shopping .buy-this-product .price-row {
    text-align: right;
} main#booker_recentPurchase .product-list .product .shopping .price-row span:nth-child(2) {
    position: absolute;
    left: 3em;
} main#booker_recentPurchase .product-list .product .shopping .buy-this-product.buying {
    background-color: #A9E0B9;
} main#booker_recentPurchase .horizontal-menu {
    width: 100%;
    align-items: center;
} main#booker_recentPurchase .horizontal-menu a {
    background-color: #2356AA;
    color: black;
    display: block;
    padding: 8px;
    text-decoration: none;
    font-weight: bold;
} main#booker_recentPurchase .horizontal-menu a:hover {
    background-color: #2356AA;
} main#booker_recentPurchase .horizontal-menu a.active {
    background-color: #00BDF7;
    color: white;
    font-weight: bold;
    display: block;
} main#booker_recentPurchase .product-list .product .shopping .rating {
    text-align: center;
} main#booker_recentPurchase .product-list .product .shopping .rating .rate {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100px;
    text-align: center;
} main#booker_recentPurchase .product-list .product .shopping .rating .rate.ambient {
    background-color: #FFDC50;
} main#booker_recentPurchase .product-list .product .shopping .rating .rate.chilled {
    background-color: #64D65B;
} main#booker_recentPurchase .product-list .product .shopping .rating {
    padding-top: 1em;
    padding-left: 4em;
    text-align: left;
    padding-bottom: 1em;
} main#booker_recentPurchase .ratingambient {
    font-size: 10pt;
    font-style: bold;
    background-color: #FFDC50;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100px;
    text-align: center;
} main#booker_recentPurchase .nav>li {
    float: right;
    display: table-cell;
    width: auto;
    float: none;
    text-align: center;
    direction: rtl;
    width: 15%;
} main#booker_recentPurchase .nav-tabs {
    border-bottom: none;
    padding-top: 1em;
} main#booker_recentPurchase .list-group-item {
    border: 1px solid rgba(0, 0, 0, .08);
} main#booker_recentPurchase .card {
    border: 1px solid rgba(0, 0, 0, .08);
} main#booker_recentPurchase .btnHide {
    background-color: #43AC32;
    color: white;
    margin-top: 5px;
    margin-left: 0px;
} main#booker_recentPurchase .nopadding {
    padding: 0 !important;
    margin: 0 !important;
} main#booker_recentPurchase .addpadding {
    padding-right: 5.5px !important;
} main#booker_recentPurchase .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 0.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
} main#booker_recentPurchase .buy-this-product-mobile {
    display: none;
} main#booker_recentPurchase .weight-mobile {
    display: none;
} main#booker_recentPurchase .card-header {
    font-weight: bold !important;
    text-align: left;
    padding: .75rem .2rem;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: none;
} main#booker_recentPurchase .card-footer {
    text-align: right;
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: none;
} main#booker_recentPurchase .card-block {
    border-bottom: none;
} main#booker_recentPurchase .form-custom-select {
    width: 13em;
    border: 1px solid #2356AA;
    border-radius: .25rem;
    height: unset;
} main#booker_recentPurchase .form-custom-select select {
    color: #2356AA;
    padding: .375rem .75rem;
    height: unset;
} main#booker_recentPurchase .form-custom-select:after {
    color: #2356AA;
} main#booker_recentPurchase .buscador {
    align-items: center;
} main#booker_recentPurchase .printer {
    border: 1px solid #2356AA;
    margin-left: 0.5em;
    color: #2356AA;
    width: auto !important;
    box-shadow: none !important;
    background-color: white !important;
} main#booker_recentPurchase input[type="number"]::-webkit-outer-spin-button, main#booker_recentPurchase input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} main#booker_recentPurchase input[type="number"] {
    -moz-appearance: textfield;
} @media (max-width:1300px) {
    main#booker_recentPurchase .product-list .product .shopping .prices-and-taxes {
        padding-right: 1em;
    }
} @media (max-width:1250px) {
    main#booker_recentPurchase .product-list .product .shopping .quantity .plus-minus-icon {
        width: 1.5em;
        height: 1.5em;
        font-size: 12px;
    }
} @media (max-width:1120px) {
    main#booker_recentPurchase .product-list .product .shopping .prices-and-taxes {
        padding-left: 0.5em;
        width: 12em;
    }
} @media (max-width:1024px) {
    main#booker_recentPurchase .boton {
        margin-right: 0px !important;
        width: 92%;
    }
} @media (max-width:991px) {
    main#booker_recentPurchase .product-list .product {
        height: 100%;
    }

    main#booker_recentPurchase .product-header {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    main#booker_recentPurchase .product-list .product .product-image {
        margin-top: 1em;
    }

    main#booker_recentPurchase .product-list .product .product-details {
        display: block;
    }

    main#booker_recentPurchase .product-list .product .shopping {
        height: auto;
    }

    main#booker_recentPurchase .product-list .product .shopping .shop {
        margin-left: 0;
    }

    main#booker_recentPurchase .product-list .product .shopping .rating {
        padding-top: 1em;
        padding-left: 4em;
        padding-bottom: 1em;
        text-align: left;
    }

    main#booker_recentPurchase .product-number

    /*, .case-image*/
        {
        display: none;
    }

    main#booker_recentPurchase .product-number-mobile {
        display: flex !important;
    }

    main#booker_recentPurchase .product-list .product .shopping .quantity {
        text-align: left;
        position: absolute;
        bottom: 0;
    }

    main#booker_recentPurchase .product-list .product .shopping .add-to-list {
        align-items: left !important;
    }

    main#booker_recentPurchase .product-list .product .shopping .buy-this-product.buying {
        background-color: white;
    }

    main#booker_recentPurchase .product-list .product .shopping .buy-this-product.buying .shop {
        background-color: #A9E0B9;
    }

    main#booker_recentPurchase .buy-this-product {
        display: none !important;
    }

    main#booker_recentPurchase .buy-this-product-mobile {
        display: block;
        height: 10em;
    }

    main#booker_recentPurchase .weight-mobile {
        display: block;
    }

    main#booker_recentPurchase .boton {
        width: 30%;
    }
} @media (max-width:768px) {
    main#booker_recentPurchase .boton {
        width: 40%;
    }

    main#booker_recentPurchase a {
        font-size: 14px;
    }

    main#booker_recentPurchase .columna {
        text-align: center;
    }
} @media (max-width:575px) {
    main#booker_recentPurchase .boton {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    main#booker_recentPurchase .form-custom-select {
        width: 98%;
        display: initial;
    }

    main#booker_recentPurchase .groupBy {
        margin-left: 0rem !important;
    }

    main#booker_recentPurchase .margen {
        margin-top: 1rem !important;
    }

    main#booker_recentPurchase .nav>li {
        width: 20%;
    }
} @media (max-width:480px) {
    main#booker_recentPurchase .nav>li {
        width: 24%;
    }

    main#booker_recentPurchase .addlist {
        font-size: 12px;
    }
} @media (max-width:414px) {
    main#booker_recentPurchase .nav>li {
        width: 31%;
    }

    main#booker_recentPurchase .product-image {
        padding-left: 0px !important;
    }

    main#booker_recentPurchase .product-image img {
        width: 124%;
    }

    main#booker_recentPurchase .product-header {
        flex: 0 0 36% !important;
        max-width: 36% !important;
        padding-left: 0px !important;
        padding-right: 17px !important;
    }

    main#booker_recentPurchase .addlist {
        font-size: 10px;
    }

    main#booker_recentPurchase .product-list .product .shopping .list-img,
    main#booker_recentPurchase .product-list .product .shopping .note-img {
        width: 1em;
        height: 1.25em;
    }

    main#booker_recentPurchase .blue-btn {
        width: 100%;
        margin-top: 1em;
    }

    main#booker_recentPurchase .printer {
        width: 100% !important;
        margin-left: 0px !important;
    }
} @media (max-width:375px) {
    main#booker_recentPurchase .product-header {
        flex: 0 0 28% !important;
        max-width: 28% !important;
    }

    main#booker_recentPurchase .product-image img {
        width: 150%;
    }
} @media (max-width:360px) {
    main#booker_recentPurchase .nav>li {
        width: 33%;
    }

    main#booker_recentPurchase .product-header {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        padding-right: 20px !important;
    }

    main#booker_recentPurchase .product-image img {
        width: 170%;
    }
} @media (max-width:320px) {
    main#booker_recentPurchase .nav>li {
        width: 37%;
    }

    main#booker_recentPurchase .columna {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    main#booker_recentPurchase .buscador {
        padding: 0em !important;
        padding-bottom: 1em !important;
    }

    main#booker_recentPurchase .fila {
        padding: 0em !important;
        padding-bottom: 1em !important;
    }

    main#booker_recentPurchase p,
    main#booker_recentPurchase span {
        font-size: 14px;
    }

    main#booker_recentPurchase .product-list .product .product-details .w-6 {
        width: 4em;
    }

    main#booker_recentPurchase .product-list .product .shopping .prices-and-taxes .price {
        font-size: 12px;
    }

    main#booker_recentPurchase .product-list .product .shopping .prices-and-taxes {
        width: 10em;
    }

    main#booker_recentPurchase .product-image img {
        width: 190%;
    }
}
/*BOOKER_Browse_All_SOP4*/
main#booker_allSOP4 #sortBy {
    margin-top: -1.5em;
} main#booker_allSOP4 .rowMode .product-list .not-available .remove-text {
    display: none !important;
} @media (max-width:1150px) {
    main#booker_allSOP4 .search-results #items-per-page {
        display: none;
    }

    main#booker_allSOP4 .items-per-page-mobile {
        display: flex;
    }

    main#booker_allSOP4 .search-results .sort-by-mobile {
        display: flex;
    }

    main#booker_allSOP4 .search-results .sort-by-desktop {
        display: none !important;
    }

    main#booker_allSOP4 #sortBy {
        margin-top: -2.5em;
    }
} @media(max-width: 880px) {
    main#booker_allSOP4 #sortBy {
        margin-top: 0;
    }
} @media(max-width: 768px) {
    main#booker_allSOP4 #sortBy {
        margin-top: 1em;
    }
}
/* BOOKER_Products_TopProducts */
main .top-products {
    position: relative;
    border-left: 1px solid #ECECEC;
} main .top-products .title {
    padding-top: 10px;
    margin-bottom: 0px;
    color: #2356AA;
} main .top-products .owl-carousel {
    max-width: calc(100% - 6.5em);
    margin: auto;
    position: relative;
    max-height: 230px;
} main .top-products .owl-nav {
    font-size: 24px;
    color: #2356AA;
} main .top-products .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 10px;
    left: -2em;
    padding: 2.5em 0.75em !important;
} main .top-products .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 10px;
    right: -2em;
    padding: 2.5em 0.75em !important;
} main .top-products .owl-nav .owl-dots {
    display: none;
} main .top-products .product .product-name p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0em;
    font-size: 14px;
} main .top-products .owl-carousel .product .product-image {
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    width: 4em;
} main .top-products .owl-carousel .product .product-image img {
    width: auto;
    max-width: 4em;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
} main .top-products .owl-carousel .owl-stage-outer .owl-stage {
    display: flex !important;
} main .top-products .owl-carousel .product {
    text-align: center;
    padding: 10px;
    border: 1px solid #EBEBEB;
    cursor: pointer;
    border-radius: 10px;
    margin: 0px;
    overflow: hidden;
} main .top-products .owl-carousel .product:hover {
    border: 2px solid #2356AA !important;
    margin: 0px;
} main .top-products .product .product-buy {
    font-size: 12px;
} main .top-products .product .product-buy .quantity {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
} main .top-products .owl-carousel .product .product-buy .price {
    font-size: 20px;
} main .top-products .owl-carousel .product .product-buy div {
    padding: 0.1em 0.5em;
} main .top-products .owl-carousel .product .product-buy div.in-trolley {
    background-color: #A9E0B9;
} main .top-products .owl-carousel .product .product-buy .quantity .plus-minus-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    font-size: 12px;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} main .top-products .owl-carousel .product .product-buy .quantity .plus-minus-icon i {
    position: absolute;
    top: 0.5em;
    left: 0.58em;
} main .top-products .owl-carousel .product .product-buy .quantity input {
    width: 2.5em;
    padding-left: 0em;
    margin-left: 0.25em;
    margin-right: 0.25em;
    text-align: center;
} main .top-products .product .product-buy .not-in-trolley p {
    color: #B8B8B8;
} main .top-products .product .product-buy .in-trolley {
    background-color: #A9E0B9;
} main .top-products .product .product-buy .quantity .plus-minus-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    font-size: 12px;
    background-color: #2356AA;
    color: white;
    position: relative;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
} main .top-products .product .product-buy .quantity input {
    width: 2em;
    padding-left: 0.5em;
} .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product .remove-text {
    display: none !important;
} .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product .hide-btn {
    display: none !important;
} .SubCategoriesRow .owl-carousel .owl-dots {
    display: none !important;
} @media(max-width:320px) {
    html[data-useragent*='Edge/17.17134'] main .top-products .owl-carousel .product .product-image {
        width: 3.5em;
    }

    html[data-useragent*='Edge/17.17134'] main .top-products .product .product-buy {
        font-size: 11px;
    }
}
/*End BOOKER_Products_TopProducts */
/*BOOKER_existing_customers*/
main#booker_existing_customers {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} main#booker_existing_customers .contenedor {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
} main#booker_existing_customers .contenedor h2 {
    color: #062F6E;
} main#booker_existing_customers i {
    font-size: 25px;
    color: #2356aa;
} main#booker_existing_customers .contenedor .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} main#booker_existing_customers .grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
} main#booker_existing_customers .contenedor .form-group i {
    color: black !important;
    font-size: unset;
} main#booker_existing_customers .grey-btn i {
    color: grey !important;
    font-size: unset;
} main#booker_existing_customers .contenedor .captcha {
    padding-left: 0.25em;
} main#booker_existing_customers .contenedor .max-width-control {
    max-width: 30em;
} main#booker_existing_customers .contenedor .form-field input {
    width: 22em;
    padding: 5px 10px;
} main#booker_existing_customers .contenedor .asterisk {
    position: inherit !important;
    margin-left: 0 !important;
} main#booker_existing_customers .contenedor .form-field label {
    width: 10em;
    margin-top: auto;
    margin-bottom: auto;
} @media (min-width: 1350px) {
    main#booker_existing_customers .contenedor .captcha {
        flex: 0 0 55%;
        max-width: 55%;
    }
} @media (max-width:1349px) {
    main#booker_existing_customers .contenedor .captcha {
        flex: 0 0 60%;
        max-width: 60%;
    }
} @media (max-width: 1236px) {
    main#booker_existing_customers .contenedor .captcha {
        flex: 0 0 65%;
        max-width: 65%;
    }
} @media(max-width:1234px) {
    main#booker_existing_customers .contenedor {
        width: 45%;
    }
} @media (max-width: 1200px) {
    main#booker_existing_customers .contenedor .captcha {
        flex: 0 0 55%;
        max-width: 55%;
    }

    main#booker_existing_customers .contenedor {
        width: 60%;
    }
} @media (max-width: 918px) {
    main#booker_existing_customers .contenedor .captcha {
        flex: 0 0 60%;
        max-width: 60%;
    }
} @media (max-width: 919) {
    main#booker_existing_customers .contenedor .captcha {
        flex: 0 0 57%;
        max-width: 57%;
    }
} @media(max-width: 900px) {
    main#booker_existing_customers .contenedor {
        width: 80%;
    }

    main#booker_existing_customers .contenedor .captcha {
        flex: 0 0 55%;
        max-width: 55%;
    }
} @media (max-width: 768px) {
    main#booker_existing_customers .contenedor .characters .form-group {
        padding-left: 0;
    }

    main#booker_existing_customers .contenedor .buttons {
        padding-left: 0.5rem !important;
    }
} @media (max-width: 688px) {
    main#booker_existing_customers .contenedor .captcha {
        flex: 0 0 60%;
        max-width: 60%;
    }
} @media (max-width: 639px) {
    main#booker_existing_customers .contenedor .captcha {
        flex: 0 0 70%;
        max-width: 70%;
    }
} @media(max-width:638px) {
    main#booker_existing_customers .contenedor h2 {
        font-size: 1.8rem;
    }
} @media(max-width:588px) {
    main#booker_existing_customers .contenedor h2 {
        font-size: 1.6rem;
    }
} @media (max-width: 560px) {
    main#booker_existing_customers .contenedor .captcha {
        flex: 0 0 80%;
        max-width: 80%;
    }

    main#booker_existing_customers .contenedor .form-field .captcha-label {
        width: 0;
        flex: 0;
    }
} @media(max-width:536px) {
    main#booker_existing_customers .contenedor h2 {
        font-size: 1.4rem;
    }

    main#booker_existing_customers i {
        font-size: 20px;
    }
} @media (max-width: 502px) {
    main#booker_existing_customers .contenedor .captcha {
        flex: 0 0 90%;
        max-width: 90%;
    }
} @media(max-width:392px) {
    main#booker_existing_customers .contenedor h2 {
        font-size: 1.2rem !important;
    }
} @media (max-width: 369px) {
    main#booker_existing_customers .contenedor .captcha {
        flex: 0 0 100%;
        max-width: 100%;
    }
} @media(max-width:344px) {
    main#booker_existing_customers .contenedor h2 {
        font-size: 1.0rem !important;
    }

    main#booker_existing_customers i {
        font-size: 18px;
    }

    main#booker_existing_customers .contenedor {
        width: 85%;
    }
}
/*End BOOKER_existing_customers*/
/*BOOKER_existing_customers_New*/
main#booker_existing_customers_New {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} main#booker_existing_customers_New .contenedor {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
} main#booker_existing_customers_New .contenedor h2 {
    color: #062F6E;
} main#booker_existing_customers_New i {
    font-size: 25px;
    color: #2356aa;
} main#booker_existing_customers_New .contenedor .buttons .btn {
    background-color: #51AF39;
    color: white;
    float: right;
} main#booker_existing_customers_New .grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
} main#booker_existing_customers_New .contenedor .form-group i {
    color: black !important;
    font-size: unset;
} main#booker_existing_customers_New .grey-btn i {
    color: grey !important;
    font-size: unset;
} main#booker_existing_customers_New .contenedor .max-width-control {
    max-width: 30em;
} main#booker_existing_customers_New .contenedor .form-field label {
    width: 10em;
    margin-top: auto;
    margin-bottom: auto;
} main#booker_existing_customers_New .contenedor .NoRobotImg {
    width: 12%;
    margin-left: 150px;
} main#booker_existing_customers_New .contenedor .radioNoRobot {
    float: left;
} @media(max-width:1234px) {
    main#booker_existing_customers .contenedor {
        width: 45%;
    }
} @media (max-width: 1200px) {


    main#booker_existing_customers_New .contenedor {
        width: 60%;
    }
} @media (max-width: 768px) {

    main#booker_existing_customers_New .contenedor .buttons {
        padding_left: 0px !important;
    }

    main#booker_existing_customers_New .contenedor .buttons .btn {
        max-width: 100% !important;
        flex: 100%;
    }
} @media(max-width:732px) {
    main#booker_existing_customers_New .contenedor h2 {
        font-size: 1.8rem;
    }
} @media(max-width:664px) {
    main#booker_existing_customers_New .contenedor h2 {
        font-size: 1.7rem;
    }
} @media(max-width:646px) {
    main#booker_existing_customers_New .contenedor .NoRobotImg {
        margin-left: 120px !important;
    }
} @media(max-width:632px) {
    main#booker_existing_customers_New .contenedor h2 {
        font-size: 1.6rem;
    }
} @media(max-width:596px) {
    main#booker_existing_customers_New .contenedor h2 {
        font-size: 1.5rem;
    }
} @media(max-width:584px) {
    main#booker_existing_customers_New .contenedor {
        width: 70%;
    }

    main#booker_existing_customers_New .contenedor .NoRobotImg {
        margin-left: 150px !important;
    }
} @media(max-width:554px) {
    main#booker_existing_customers_New .contenedor {
        width: 85%;
    }
} @media(max-width:480px) {
    html[data-useragent*='Edge/17.17134'] main#booker_existing_customers_New .contenedor h2 {
        font-size: 1.4rem !important;
    }
} @media(max-width:456px) {
    main#booker_existing_customers_New .contenedor .NoRobotImg {
        margin-left: 135px !important;
    }
} @media(max-width:412px) {
    main#booker_existing_customers_New .contenedor .NoRobotImg {
        margin-left: 130px !important;
    }
} @media(max-width:376px) {
    main#booker_existing_customers_New .contenedor .NoRobotImg {
        margin-left: 100px !important;
    }

    main#booker_existing_customers_New .contenedor h2 {
        font-size: 1.4rem !important;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_existing_customers_New .contenedor h2 {
        font-size: 1.3rem !important;
    }
} @media(max-width:361px) {
    main#booker_existing_customers_New .contenedor .NoRobotImg {
        margin-left: 90px !important;
    }
} @media(max-width:321px) {
    main#booker_existing_customers_New .contenedor .NoRobotImg {
        margin-left: 65px !important;
    }

    main#booker_existing_customers_New .contenedor h2 {
        font-size: 1.2rem !important;
    }
} @media(max-width:281px) {
    main#booker_existing_customers_New .contenedor .NoRobotImg {
        margin-left: 40px !important;
    }

    main#booker_existing_customers_New .contenedor h2 {
        font-size: 1.0rem !important;
    }
}
/*End booker_existing_customers_New*/
/*booker_recentPurchase_New*/
.SubCategoriesRow .rowMode .product-list .product .hide-btn .btn {
    background-color: #00BDF7;
    color: white;
    width: 65px;
} .SubCategoriesRow .rowMode .product-list .product .hide-btn {
    margin-right: 0.5em;
} .SubCategoriesRow .colMode .product-list .product .hide-btn .btn {
    background-color: #00BDF7;
    color: white;
    margin-left: 8em;
    width: 65px;
} .SubCategoriesRow .colMode .product-list .product .hide-btn .btn {
    margin-bottom: 0.5em;
} .SubCategoriesRow .product-list .product .shop-mobile .hide-btn, .SubCategoriesRow .rowMode .product-list .product .shopping .shop .hide-btn, .SubCategoriesRow .colMode .product-list .product .shop .hide-btn {
    width: 100%;
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    #booker_recentPurchase_New {
        padding-left: 0em;
        padding-right: 0em;
    }
} main#booker_recentPurchase_New .nav-tabs {
    border-bottom: none;
    padding-top: 1em;
} main#booker_recentPurchase_New .nav>li {
    float: right;
    display: table-cell;
    width: auto;
    float: none;
    text-align: center;
    direction: rtl;
    width: 15%;
} main#booker_recentPurchase_New .horizontal-menu a.active {
    background-color: #00BDF7;
    color: white;
    font-weight: bold;
    display: block;
} main#booker_recentPurchase_New .horizontal-menu a {
    background-color: #2356AA;
    color: black;
    display: block;
    padding: 8px;
    text-decoration: none;
    font-weight: bold;
} main#booker_recentPurchase_New .print-btn {
    border: 1px solid #2356AA;
    margin-left: 0.5em;
    color: #2356AA;
    width: auto !important;
    box-shadow: none !important;
    background-color: white;
} main#booker_recentPurchase_New .buttons {
    text-align: center;
} main#booker_recentPurchase_New .search-results {
    border-top: none;
} main#booker_recentPurchase_New .mainSubcategories {
    margin-top: 0rem;
} main#booker_recentPurchase_New .buttons-mobile {
    display: none;
} main#booker_recentPurchase_New .ordering-mobile {
    display: none !important;
} main#booker_recentPurchase_New .remove-text {
    display: none !important;
} main#booker_recentPurchase_New .ordering {
    margin-top: -2.5em !important;
    border-left: 1px solid #ECECEC;
} main#booker_recentPurchase_New .ordering2 {
    border-left: none;
} .SubCategoriesRow .colMode .product-list .product .hide-btn .btn {
    margin-left: calc(50% - 32.5px);
} main#booker_recentPurchase_New .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product .hide-btn {
    display: block !important;
} main#booker_recentPurchase_New .hide_mobile {
    display: none !important;
} main#booker_recentPurchase_New .SubCategoriesRow .colMode .product-list .product .shop .hide-btn {
    display: block !important;
} main#booker_recentPurchase_New .SubCategoriesRow .colMode .product-list .product .shop .hide-btn .btnHide {
    margin-top: 136px;
} .SubCategoriesRow .colMode .product-list .product .hide-btn {
    display: none !important;
} @media (max-width: 1150px) {
    main#booker_recentPurchase_New .search-results {
        padding-top: 0rem !important;
    }

    main#booker_recentPurchase_New .buttons-mobile {
        display: block !important;
        margin-left: 40%;
    }

    main#booker_recentPurchase_New .buttons {
        display: none !important;
    }

    main#booker_recentPurchase_New .ordering-mobile {
        display: block !important;
        margin-right: 0.5rem !important;
        margin-top: -2.5em !important;
        border-left: none;
    }

    main#booker_recentPurchase_New .ordering {
        display: none !important;
    }

    main#booker_recentPurchase_New .ordering2 {
        margin-right: 0.5rem !important;
    }
} @media (max-width: 1024px) {
    main#booker_recentPurchase_New .buttons-mobile {
        margin-left: 36%;
    }

    main#booker_recentPurchase_New .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product .hide-btn {
        padding-right: 0rem !important;
    }
} @media (max-width: 991px) {
    main#booker_recentPurchase_New .info {
        margin-top: 1em;
    }

    main#booker_recentPurchase_New .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product {
        min-width: 23em !important;
    }
} @media (max-width: 823px) {
    main#booker_recentPurchase_New .buttons-mobile {
        margin-left: 35%;
    }
} @media (max-width: 780px) {
    main#booker_recentPurchase_New .info {
        padding-left: 0 !important;
    }
} @media (max-width: 768px) {
    .SubCategoriesRow .rowMode .product-list .product .hide-btn .btn {
        margin-bottom: 0.5em;
    }

    main#booker_recentPurchase_New .nav>li {
        width: 17%;
    }

    main#booker_recentPurchase_New .buttons-mobile {
        margin-left: 34%;
    }
} @media (max-width: 767.98px) {
    main#booker_recentPurchase_New .hide_mobile {
        display: inline-block !important;
    }

    .SubCategoriesRow .rowMode .product-list .product .hide-btn {
        padding-right: 0em !important;
        padding-left: 0;
    }

    .SubCategoriesRow .rowMode .product-list .product .hide-btn .btn {
        margin-left: calc(50% - 32.5px);
    }

    #subCatColHid,
    #subCatRowHid,
    #subCatColProd,
    #subCatRowProd {
        display: none;
    }

    main#booker_recentPurchase_New .ordering-mobile {
        margin-left: 0.5rem !important;
        margin-top: 0em !important;
        text-align: left !important;
    }

    main#booker_recentPurchase_New .btOrd {
        width: 100%;
        margin-top: 1em;
    }

    main#booker_recentPurchase_New .ordering2 {
        margin-left: 0.5rem !important;
        margin-top: 0em !important;
    }
} @media (max-width: 736px) {
    main#booker_recentPurchase_New .buttons-mobile {
        margin-left: 33%;
    }
} @media (max-width: 682px) {
    main#booker_recentPurchase_New .nav>li {
        width: 19%;
    }

    main#booker_recentPurchase_New .buttons-mobile {
        margin-left: 32%;
    }
} @media (max-width: 640px) {
    main#booker_recentPurchase_New .buttons-mobile {
        margin-left: 31%;
    }
} @media (max-width: 613px) {
    main#booker_recentPurchase_New .nav>li {
        width: 21%;
    }

    main#booker_recentPurchase_New .buttons-mobile {
        margin-left: 30%;
    }
} @media (max-width: 568px) {
    main#booker_recentPurchase_New .buttons-mobile {
        margin-left: 29%;
    }
} @media (max-width: 414px) {
    main#booker_recentPurchase_New .nav>li {
        width: 30%;
    }

    main#booker_recentPurchase_New .buttons-mobile {
        margin-left: 23%;
    }
} @media (max-width: 375px) {
    main#booker_recentPurchase_New .nav>li {
        width: 34%;
    }

    main#booker_recentPurchase_New .buttons-mobile {
        margin-left: 20%;
    }
} @media (max-width: 360px) {
    main#booker_recentPurchase_New .buttons-mobile {
        margin-left: 18%;
    }

    .SubCategoriesRow .rowMode .product-list .product .hide-btn .btn {
        margin-left: calc(50% - 28.5px);
    }
} @media (max-width: 320px) {
    main#booker_recentPurchase_New .nav>li {
        width: 38%;
    }

    main#booker_recentPurchase_New .buttons-mobile {
        margin-left: 15%;
    }
}
/*End booker_recentPurchase_New*/
/**BOOKER_ShoppingList_ProductList**/
main#shoppingListProductList .search-results {
    padding-top: 0 !important;
    border-top: none;
} main#shoppingListProductList .red {
    background-color: #C5353A;
    color: white;
    font-weight: bold;
} main#shoppingListProductList .filters .form-custom-select select {
    background-color: white;
} main#shoppingListProductList .filters .w {
    width: 9em;
} @media (min-width: 576px) {
    main#shoppingListProductList .rowMode .product-list .not-available .remove-text {
        margin-right: 0px;
    }
} @media (min-width: 768px) {
    main#shoppingListProductList .rowMode .product-list .not-available .remove-text {
        margin-right: 40px;
    }
} @media (min-width: 1200px) {
    main#shoppingListProductList .rowMode .product-list .not-available .remove-text {
        margin-right: 45px;
    }
} main#shoppingListProductList .colMode .product-list .not-available .remove-text, main#shoppingListProductList .rowMode .product-list .not-available .remove-text, main#shoppingListProductList .product-list .product .shop-mobile .remove-text, main#shoppingListProductList .rowMode .product-list .product .shopping .shop .remove-text, main#shoppingListProductList .colMode .product-list .product .shop .remove-text {
    display: flex !important;
    width: 100%;
} main#shoppingListProductList .colMode .product-list .product .shop .remove-text.shopping-list-substitute {
    visibility: hidden;
} main#shoppingListProductList .rowMode .product-list .not-available .remove-text, main#shoppingListProductList .product-list .product .shop-mobile .remove-text,
/*This was causing the text to appear on the right in mobile, removing it puts the text centered below the buttons*/
/*main#shoppingListProductList .rowMode .product-list .product .shopping .shop .remove-text {
    max-width: 200px;
}*/
main#shoppingListProductList .colMode .product-list .not-available .remove-text .remove .delete-product, main#shoppingListProductList .rowMode .product-list .not-available .remove-text .remove .delete-product, main#shoppingListProductList .product-list .product .shop-mobile .remove-text .remove .delete-product, main#shoppingListProductList .rowMode .product-list .product .shopping .shop .remove-text .remove .delete-product, main#shoppingListProductList .colMode .product-list .product .shop .remove-text .remove .delete-product {
    color: red;
    cursor: pointer;
} main#shoppingListProductList .colMode .product-list .product .shop .shopping .fa-star {
    bottom: 0.7em;
    position: absolute;
    right: 1em;
} main#shoppingListProductList .menu-btn {
    max-width: 230px;
} main#shoppingListProductList .search-results #buttons-top {
    margin-top: -2em !important;
} .buy-this-product-mobile.row {
    background-color: #fff;
} main .rowMode .product-list .delisted-item {
    border-top: 1px solid red !important;
    border-left: 1px solid red !important;
    border-right: 1px solid red !important;
} main .rowMode .product-list .delisted-item-sub {
    border-left: 1px solid red !important;
    border-right: 1px solid red !important;
} main .rowMode .product-list .delisted-last-item-sub {
    border-bottom: 1px solid red !important;
    border-left: 1px solid red !important;
    border-right: 1px solid red !important;
} main .colMode .product-list .delisted-item {
    border-top: 1px solid red !important;
    border-left: 1px solid red !important;
    border-bottom: 1px solid red !important;
} main .colMode .product-list .delisted-item-sub {
    border-top: 1px solid red !important;
    border-bottom: 1px solid red !important;
} main .colMode .product-list .delisted-last-item-sub {
    border-top: 1px solid red !important;
    border-right: 1px solid red !important;
    border-bottom: 1px solid red !important;
} main#shoppingListProductList .colMode .product-list .sp-not-available .shop .shopCol, main#shoppingListProductList .rowMode .product-list .sp-not-available .product-details .shopping {
    display: none;
} main#shoppingListProductList .colMode .product-list .sp-not-available .shop .shopping-sp, main#shoppingListProductList .rowMode .product-list .sp-not-available .product-details .shopping-sp {
    display: flex !important;
} main#shoppingListProductList .colMode .product-list .sp-not-available .shop .shopping-sp .alternatives-btn, main#shoppingListProductList .rowMode .product-list .sp-not-available .product-details .shopping-sp .alternatives-btn {
    display: inline-block;
} main#shoppingListProductList .colMode .product-list .sp-not-available, main#shoppingListProductList .rowMode .product-list .sp-not-available {
    background-color: #EBEBEB;
    border: 1px solid #DDDDDD;
} @media(max-width:1150px) {
    main#shoppingListProductList #buttons-top {
        margin-bottom: 0 !important;
    }

    main#shoppingListProductList .search-results div:nth-child(2) {
        padding-bottom: 0 !important;
    }

    main#shoppingListProductList .search-results .group-by-desktop {
        display: flex !important;
    }

    main#shoppingListProductList .filters .form-custom-select {
        margin-right: 0 !important;
    }
} @media(max-width:1024px) {
    main#shoppingListProductList #buttons-bottom .green-btn {
        margin-right: 10px;
    }
} @media(max-width:991px) {
    main#shoppingListProductList .rowMode .product-list .sp-not-available .shopping-sp .buy-this-product {
        min-width: 18em;
    }
} @media(max-width:823px) {
    html[data-useragent*='Edge/17.17134'] main#shoppingListProductList .menu-btn {
        max-width: 220px;
    }
} @media(max-width:780px) {
    main#shoppingListProductList .search-results div:nth-child(1) {
        padding-left: 0 !important;
    }
} @media(max-width:768px) {
    main#shoppingListProductList .search-results .group-by-desktop {
        margin-bottom: 0 !important;
    }

    main#shoppingListProductList .colMode .product-list .sp-not-available .shop .shopping-sp {
        padding-bottom: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#shoppingListProductList .menu-btn {
        max-width: 210px;
    }
} @media(max-width:767px) {

    main#shoppingListProductList #buttons-bottom,
    main#shoppingListProductList .search-results #buttons-top {
        flex-direction: column-reverse;
    }

    main#shoppingListProductList .return-btn,
    main#shoppingListProductList .menu-btn {
        max-width: 99%;
    }

    main#shoppingListProductList #buttons-bottom {
        padding-left: 0;
        padding-right: 10px !important;
    }

    main#shoppingListProductList .search-results .group-by-desktop {
        margin-right: .5rem !important;
    }

    main#shoppingListProductList .rowMode .product-list .product .shopping .fa-star {
        top: -1.5em;
    }

    main#shoppingListProductList .search-results #buttons-top {
        margin-top: 0 !important;
    }

    main#shoppingListProductList .search-results .d-block .align-items-start {
        padding-bottom: 1rem !important;
    }

    main#shoppingListProductList .search-results .result {
        margin-left: 10px;
    }

    main#shoppingListProductList .rowMode .product-list .sp-not-available .shop-mobile {
        display: none !important;
    }

    html[data-useragent*='Edge/17.17134'] main#shoppingListProductList .menu-btn {
        max-width: 100%;
    }
} @media(max-width: 575px) {

    main#shoppingListProductList .return-btn,
    main#shoppingListProductList .menu-btn {
        max-width: 100%;
    }

    main#shoppingListProductList .search-results #buttons-top,
    main#shoppingListProductList #buttons-bottom {
        padding-left: 10px;
    }
}
/*my allocation closed*/
.SubCategoriesRow .allocationClose .rowMode .product-list .product .shopping .buy-this-product .shop .quantity .plus-minus-icon {
    display: none !important;
} .SubCategoriesRow .allocationClose .rowMode .product-list .product .shopping .buy-this-product .shop .allocation-text {
    display: block !important;
    padding-left: 2.75em;
    padding-right: 2.75em;
} .SubCategoriesRow .allocationClose .colMode .product-list .product .shop .allocation-text input, .SubCategoriesRow .allocationClose .rowMode .product-list .product .shopping .allocation-text input, .SubCategoriesRow .allocationClose .rowMode .product-list .product .shopping .buy-this-product .shop .allocation-text input {
    width: 3em;
    height: 3em;
    text-align: center;
    padding-left: 0;
    background-color: #FAFAFA;
    border: 1px solid #AFAFAF;
} .SubCategoriesRow .allocationClose .colMode .product-list .product .shop .allocation-text {
    display: block !important;
} .SubCategoriesRow .allocationClose .colMode .product-list .product .shop .allocation-text span {
    color: black;
    font-weight: 700 !important;
} .SubCategoriesRow .allocationClose .rowMode .product-list .product .shopping .allocation-text {
    display: block !important;
} .SubCategoriesRow .allocationClose .colMode .product-list .product .shop .shopping .plus-minus-icon {
    display: none !important;
} .SubCategoriesRow .allocationClose .colMode .product-list .product .shop .allocation {
    display: block !important;
    color: black;
} .SubCategoriesRow .allocationClose .rowMode .product-list .product .shop-mobile .margenBotones {
    display: none !important;
} .SubCategoriesRow .allocationClose .rowMode .product-list .product .shopping .allocation {
    display: block !important;
    text-align: right;
    color: black;
} .SubCategoriesRow .allocationClose .colMode .product-list .product .shop .add-to-list, .SubCategoriesRow .allocationClose .colMode .product-list .product .shop .add-note {
    visibility: hidden !important;
} .SubCategoriesRow .allocationClose .rowMode .product-list .product .shopping .add-note, .SubCategoriesRow .allocationClose .rowMode .product-list .product .shopping .add-to-list {
    display: none !important;
} .SubCategoriesRow .allocationClose .search-results .result {
    display: none;
} .SubCategoriesRow .allocationClose .rowMode .product-list .product .shopping .fa-star {
    display: none !important;
} .SubCategoriesRow .allocationClose h5 {
    color: #062F6E;
} .SubCategoriesRow .allocationClose .infoAllocationClosed h5 {
    font-size: 1.5rem;
} .SubCategoriesRow .allocationClose .infoAllocationClosed {
    border-left: 1px solid #ECECEC;
} .SubCategoriesRow .allocationClose .bigger {
    font-size: 20px;
} .SubCategoriesRow .allocationClose .inf {
    color: #062F6E;
} .SubCategoriesRow .allocationClose .rowMode .product-list .product .product-details .yellow-message {
    display: none !important;
} .SubCategoriesRow .allocationClose .rowMode .product-list .product .product-details .orange-message {
    display: none !important;
} .SubCategoriesRow .allocationClose .rowMode .product-list .product-details .red-message {
    display: none !important;
} .SubCategoriesRow .allocationClose .rowMode .product-list .product .product-details .on-deliveries {
    display: none !important;
} .SubCategoriesRow .allocationClose .rowMode .product-list .product .product-details .discount {
    display: none !important;
} .SubCategoriesRow .allocationClose .colMode .product-list .product .yellow-message {
    display: none !important;
} .SubCategoriesRow .allocationClose .colMode .product-list .product .product-details .orange-message {
    display: none !important;
} .SubCategoriesRow .allocationClose .colMode .product-list .product .red-message {
    display: none !important;
} .SubCategoriesRow .allocationClose .colMode .product-list .product .product-details .more-details .on-deliveries {
    display: none !important;
} .SubCategoriesRow .allocationClose .colMode .product-list .product .product-details .more-details .discount {
    display: none !important;
} .SubCategoriesRow .allocationClose .rowMode .product-list .product .product-details .designation {
    display: block !important;
    font-size: 14px;
} .SubCategoriesRow .allocationClose .colMode .product-list .product .product-details .more-details .designation {
    display: block !important;
    font-size: 14px;
} .SubCategoriesRow .allocationClose .infoAllocationClosed .informacionAllocPreorder {
    margin-top: -6.5em;
} .SubCategoriesRow .allocationClose .infoAllocationClosed .informacionAllocAllocation {
    margin-top: -6.2em;
} .SubCategoriesRow .allocationClose .infoAllocationClosed .lineaVertical {
    border-right: 1.5px solid #062F6E;
} @media(max-width:1536px) {
    .SubCategoriesRow .allocationClose .infoAllocationClosed .informacionAllocAllocation {
        margin-top: -7.8em;
    }
} @media(max-width:1250px) {
    .SubCategoriesRow .allocationClose .rowMode .product-list .product .shopping .buy-this-product .shop .allocation-text {
        padding-left: 2.5em;
        padding-right: 2.5em;
    }
} @media(max-width:1150px) {
    .SubCategoriesRow .allocationClose .inf {
        padding-right: 1.5rem !important;
    }

    .SubCategoriesRow .allocationClose .search-results {
        padding-top: 0rem !important;
    }

    .SubCategoriesRow .allocationClose .infoAllocationClosed {
        border-left: 0px solid #ECECEC;
    }

    .SubCategoriesRow .allocationClose #buttons-bottom {
        padding-right: 10px !important;
    }
} @media(max-width:1280px) {
    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .allocationClose .infoAllocationClosed .infRowAllocation p {
        font-size: 15px;
    }
} @media(max-width:1024px) {
    .SubCategoriesRow .allocationClose .inf {
        padding-right: 0.5rem !important;
    }
} @media(max-width:950px) {
    .SubCategoriesRow .allocationClose .infoAllocationClosed .colAlloc {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .SubCategoriesRow .allocationClose .infoAllocationClosed .lineaVertical {
        border-right: 0px solid #062F6E;
    }

    .SubCategoriesRow .allocationClose .infoAllocationClosed .informacionAllocPreorder {
        margin-top: -7.5em;
    }
} @media(max-width:767px) {
    .SubCategoriesRow .allocationClose .inf {
        font-size: 14px;
    }

    .SubCategoriesRow .allocationClose .bigger {
        font-size: 18px;
    }

    .SubCategoriesRow .allocationClose .infoAllocationClosed .colAlloc {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .SubCategoriesRow .allocationClose .inf {
        margin-bottom: 0em;
    }

    .SubCategoriesRow .allocationClose .infoAllocationClosed h5 {
        text-align: left;
    }

    .SubCategoriesRow .allocationClose .infoAllocationClosed h5 {
        padding-left: 0em;
    }

    .SubCategoriesRow .allocationClose .search-results {
        border-top: 0px solid #ECECEC;
    }

    .SubCategoriesRow .allocationClose #buttons-bottom {
        flex-direction: column-reverse;
    }

    .SubCategoriesRow .allocationClose .infoAllocationClosed .informacionAllocPreorder {
        margin-top: 1em;
    }

    .SubCategoriesRow .allocationClose .infoAllocationClosed .informacionAllocAllocation {
        margin-top: 1em;
    }

    .SubCategoriesRow .allocationClose .inf2 {
        width: 100%;
    }

    .SubCategoriesRow .allocationClose .infoAllocationClosed {
        padding-bottom: 0em !important;
    }
} @media(max-width:414px) {
    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .allocationClose .inf {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .allocationClose .infoAllocationClosed h5 {
        font-size: 1.4rem;
    }
} @media(max-width:375px) {
    .SubCategoriesRow .allocationClose .infoAllocationClosed h5 {
        font-size: 20px !important;
    }
} @media(max-width:360px) {
    .SubCategoriesRow .allocationClose .filters .form-custom-select {
        width: 12em;
    }
} @media(max-width:320px) {
    .SubCategoriesRow .allocationClose .bigger {
        font-size: 17px;
    }

    .SubCategoriesRow .allocationClose .infoAllocationClosed .col-9 {
        padding-right: 0px !important;
    }

    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .allocationClose .infoAllocationClosed h5 {
        font-size: 18px !important;
    }
}
/*IE11 Allocation closed*/
@media(max-width: 414px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .allocationClose .infoAllocationClosed h5 {
        font-size: 1.3rem !important;
    }
} @media(max-width: 375px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .allocationClose .infoAllocationClosed h5 {
        font-size: 1.1rem !important;
    }

    html[data-useragent*='rv:11.0'] .SubCategoriesRow .allocationClose .search-results #filter-btn {
        margin-top: 0.9em;
    }
} @media(max-width: 320px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .allocationClose .bigger {
        font-size: 16px;
    }
}
/*Firefox*/
@media(max-width:376px) {

    html[data-useragent*='rv:73.0'] .SubCategoriesRow .allocationClose .infoAllocationClosed h5,
    html[data-useragent*='rv:72.0'] .SubCategoriesRow .allocationClose .infoAllocationClosed h5 {
        width: 125%;
        font-size: 20px !important;
    }
}
/*my allocation open*/
.SubCategoriesRow .allocationOpen .rowMode .product-list .product .shopping .allocation {
    display: block !important;
    text-align: right;
    color: black;
} .SubCategoriesRow .allocationOpen .colMode .product-list .product .shop .allocation {
    display: block !important;
    color: black;
} .SubCategoriesRow .allocationOpen .search-results .result {
    display: none;
} .SubCategoriesRow .allocationOpen .inf {
    color: #062F6E;
} .SubCategoriesRow .allocationOpen .bigger {
    font-size: 20px;
} .SubCategoriesRow .allocationOpen .infoAllocationOpen h5 {
    color: #062F6E;
} .SubCategoriesRow .allocationOpen .infoAllocationOpen {
    border-left: 1px solid #ECECEC;
} .SubCategoriesRow .allocationOpen .counter {
    width: 10%;
} .SubCategoriesRow .allocationOpen .counter .font-weight-bold {
    font-size: 20px;
    color: #062F6E;
} .SubCategoriesRow .allocationOpen .col p:nth-child(2) {
    margin-top: -0.45em;
    font-size: 10px;
    color: #A1A1A1;
} .SubCategoriesRow .allocationOpen .counter .dots {
    padding: 0 0.25em !important;
} .SubCategoriesRow .allocationOpen .rowMode .product-list .product .shopping .add-note, .SubCategoriesRow .allocationOpen .rowMode .product-list .product .shopping .add-to-list {
    display: none !important;
} .SubCategoriesRow .allocationOpen .colMode .product-list .product .shop .shopping .fa-star, .SubCategoriesRow .allocationOpen .rowMode .product-list .product .shopping .fa-star {
    display: none;
} .SubCategoriesRow .allocationOpen .colMode .product-list .product .shop .add-to-list, .SubCategoriesRow .allocationOpen .colMode .product-list .product .shop .add-note {
    visibility: hidden !important;
} .SubCategoriesRow .allocationOpen .rowMode .product-list .product .product-details .yellow-message {
    display: none;
} .SubCategoriesRow .allocationOpen .rowMode .product-list .product .product-details .on-deliveries {
    display: none !important;
} .SubCategoriesRow .allocationOpen .rowMode .product-list .product .product-details .discount {
    display: none;
} .SubCategoriesRow .allocationOpen .rowMode .product-list .product .product-details .orange-message {
    display: none;
} .SubCategoriesRow .allocationOpen .rowMode .product-list .product .red-message {
    display: none;
} .SubCategoriesRow .allocationOpen .colMode .product-list .product .yellow-message {
    display: none;
} .SubCategoriesRow .allocationOpen .colMode .product-list .product .product-details .more-details .on-deliveries {
    display: none !important;
} .SubCategoriesRow .allocationOpen .colMode .product-list .product .product-details .more-details .discount {
    display: none;
} .SubCategoriesRow .allocationOpen .colMode .product-list .product .red-message {
    display: none;
} .SubCategoriesRow .allocationOpen .colMode .product-list .product .product-details .orange-message {
    display: none;
} .SubCategoriesRow .allocationOpen .rowMode .product-list .product .product-details .designation {
    display: block !important;
    font-size: 14px;
} .SubCategoriesRow .allocationOpen .colMode .product-list .product .product-details .more-details .designation {
    display: block !important;
    font-size: 14px;
} .SubCategoriesRow .allocationOpen .infoAllocationOpen .informacionAlloc {
    margin-top: -7.5em;
} .SubCategoriesRow .allocationOpen .infoAllocationOpen .lineaVertical {
    border-right: 1.5px solid #062F6E;
} .SubCategoriesRow .allocationOpen .infoAllocationOpen h5 {
    font-size: 1.5rem;
} @media(max-width:1920px) {
    .SubCategoriesRow .allocationOpen .infoAllocationOpen .informacionAlloc {
        margin-top: -6.3em;
    }
} @media(max-width:1600px) {
    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .allocationOpen .inf2 {
        font-size: 15px;
    }
} @media(max-width:1536px) {
    .SubCategoriesRow .allocationOpen .infoAllocationOpen .informacionAlloc {
        margin-top: -7.7em;
    }

    .SubCategoriesRow .allocationOpen .inf2 {
        width: 94%;
    }
} @media(max-width:1150px) {
    .SubCategoriesRow .allocationOpen .inf {
        padding-right: 1rem !important;
    }

    .SubCategoriesRow .allocationOpen .search-results {
        padding-top: 0rem !important;
    }

    .SubCategoriesRow .allocationOpen .infoAllocationOpen {
        border-left: 0px solid #ECECEC;
    }

    .SubCategoriesRow .allocationOpen .botUpdate {
        padding-right: 1.5em;
    }

    .SubCategoriesRow .allocationOpen #buttons-bottom {
        padding-right: 10px !important;
    }
} @media(max-width:1024px) {
    .SubCategoriesRow .allocationOpen .inf {
        padding-right: 0.5rem !important;
    }

    .SubCategoriesRow .allocationOpen .botUpdate {
        padding: 0.5em;
    }

    .SubCategoriesRow .allocationOpen .counter {
        width: 15%;
    }
} @media(max-width:950px) {
    .SubCategoriesRow .allocationOpen .infoAllocationOpen .colAlloc {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .SubCategoriesRow .allocationOpen .infoAllocationOpen .informacionAlloc {
        margin-top: -10.2em;
    }

    .SubCategoriesRow .allocationOpen .infoAllocationOpen .lineaVertical {
        border-right: 0px solid #062F6E;
    }
} @media(max-width:768px) {
    .SubCategoriesRow .allocationOpen .inf2 {
        width: 50%;
    }

    .SubCategoriesRow .allocationOpen .infoAllocationOpen .informacionAlloc {
        margin-top: -11.6em;
    }
} @media(max-width:767px) {
    .SubCategoriesRow .allocationOpen .inf {
        font-size: 14px;
    }

    .SubCategoriesRow .allocationOpen .bigger {
        font-size: 18px;
        padding-right: 10px !important;
    }

    .SubCategoriesRow .allocationOpen .inf {
        margin-bottom: 0em;
    }

    .SubCategoriesRow .allocationOpen .infoAllocationOpen h5 {
        text-align: left;
    }

    .SubCategoriesRow .allocationOpen .search-results {
        border-top: 0px solid #ECECEC;
    }

    .SubCategoriesRow .allocationOpen #buttons-bottom {
        flex-direction: column-reverse;
    }

    .SubCategoriesRow .allocationOpen .green-btn {
        margin-left: 0rem !important;
        margin-bottom: 1em;
    }

    .SubCategoriesRow .allocationOpen .infoAllocationOpen .informacionAlloc {
        margin-top: 1em;
    }

    .SubCategoriesRow .allocationOpen .inf2 {
        width: 100%;
    }

    .SubCategoriesRow .allocationOpen .infoAllocationOpen {
        padding-bottom: 0em !important;
    }
} @media(max-width:414px) {
    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .allocationOpen .inf2 {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .allocationOpen .infoAllocationOpen h5 {
        font-size: 1.4rem;
    }
} @media(max-width:411px) {
    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .allocationOpen .infoAllocationOpen h5 {
        font-size: 1.3rem;
    }
} @media(max-width:375px) {
    .SubCategoriesRow .allocationOpen .infoAllocationOpen h5 {
        font-size: 20px !important;
    }

    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .allocationOpen .infoAllocationOpen h5 {
        font-size: 18px !important;
    }
} @media(max-width:360px) {
    .SubCategoriesRow .allocationOpen .filters .form-custom-select {
        width: 12em;
    }
} @media(max-width:320px) {
    .SubCategoriesRow .allocationOpen .bigger {
        font-size: 17px;
    }

    .SubCategoriesRow .allocationOpen .infoAllocationOpen .col-9 {
        padding-right: 0px !important;
    }

    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .allocationOpen .bigger {
        font-size: 16px;
    }
}
/*IE11 allocation open*/
html[data-useragent*='rv:11.0'] .SubCategoriesRow .allocationOpen .counter {
    width: 8em;
} html[data-useragent*='rv:11.0'] .SubCategoriesRow .allocationOpen .counter .dots {
    text-align: center;
    padding: 0px !important;
} @media(max-width:320px) {

    /*IE11*/
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .allocationOpen .bigger {
        font-size: 16px !important;
    }
} @media(max-width: 414px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .allocationOpen .infoAllocationOpen h5 {
        font-size: 1.3rem;
    }
} @media(max-width: 375px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .allocationOpen .infoAllocationOpen h5 {
        font-size: 1.1rem !important;
    }

    html[data-useragent*='rv:11.0'] .SubCategoriesRow .allocationOpen .search-results #filter-btn {
        margin-top: 0.7em;
    }
}
/*Firefox*/
@media(max-width:415px) {

    html[data-useragent*='rv:73.0'] .SubCategoriesRow .allocationOpen .infoAllocationOpen h5,
    html[data-useragent*='rv:72.0'] .SubCategoriesRow .allocationOpen .infoAllocationOpen h5 {
        width: 125%;
    }
} @media(max-width:376px) {

    html[data-useragent*='rv:73.0'] .SubCategoriesRow .allocationOpen .infoAllocationOpen h5,
    html[data-useragent*='rv:72.0'] .SubCategoriesRow .allocationOpen .infoAllocationOpen h5 {
        font-size: 20px !important;
    }
}
/*weeklyDeals Open*/
.SubCategoriesRow .weeklyDealsOpen .search-results .result {
    display: none;
} .SubCategoriesRow .weeklyDealsOpen .inf {
    color: #062F6E;
} .SubCategoriesRow .weeklyDealsOpen .bigger {
    font-size: 20px;
} .SubCategoriesRow .weeklyDealsOpen .infoweeklyDealsOpen h5 {
    color: #062F6E;
} .SubCategoriesRow .weeklyDealsOpen .infoweeklyDealsOpen {
    border-left: 1px solid #ECECEC;
} .SubCategoriesRow .weeklyDealsOpen .counter {
    width: 10%;
} .SubCategoriesRow .weeklyDealsOpen .counter .font-weight-bold {
    font-size: 20px;
    color: #062F6E;
} .SubCategoriesRow .weeklyDealsOpen .col p:nth-child(2) {
    margin-top: -0.45em;
    font-size: 10px;
    color: #A1A1A1;
} .SubCategoriesRow .weeklyDealsOpen .counter .dots {
    padding: 0 0.25em !important;
} .SubCategoriesRow .weeklyDealsOpen .colMode .product-list .product .product-details .more-details .discount, .SubCategoriesRow .weeklyDealsOpen .on-deliveries, .SubCategoriesRow .weeklyDealsOpen .rowMode .product-list .product .shopping .add-to-list, .SubCategoriesRow .weeklyDealsOpen .rowMode .product-list .product .shopping .add-note {
    display: none !important;
} .SubCategoriesRow .weeklyDealsOpen .yellow-message, .SubCategoriesRow .weeklyDealsOpen .red-message, .SubCategoriesRow .weeklyDealsOpen .orange-message, .SubCategoriesRow .weeklyDealsOpen .discount, .SubCategoriesRow .weeklyDealsOpen .exclusive, .SubCategoriesRow .weeklyDealsOpen .fa-star {
    display: none;
} .SubCategoriesRow .weeklyDealsOpen .colMode .product-list .product .product-details .more-details .discount, .SubCategoriesRow .weeklyDealsOpen .colMode .product-list .product .shop .add-to-list, .SubCategoriesRow .weeklyDealsOpen .colMode .product-list .product .shop .add-note {
    visibility: hidden !important;
} .SubCategoriesRow .weeklyDealsOpen .colMode .product-list .product .product-details .more-details .designation, .SubCategoriesRow .weeklyDealsOpen .rowMode .product-list .product .product-details .designation {
    display: block !important;
    font-size: 14px;
} .SubCategoriesRow .weeklyDealsOpen .infoweeklyDealsOpen h5 {
    font-size: 1.5rem;
} .SubCategoriesRow .weeklyDealsOpen .infoweeklyDealsOpen .lineaVertical {
    border-right: 1.5px solid #062F6E;
} .SubCategoriesRow .weeklyDealsOpen .informacionAlloc {
    margin-top: -6.2em;
} @media(min-width:1915px) {
    .SubCategoriesRow .weeklyDealsOpen .informacionAlloc {
        margin-top: -6.1em;
    }
} @media(max-width:1536px) {
    .SubCategoriesRow .weeklyDealsOpen .informacionAlloc {
        margin-top: -7.8em;
    }
} @media(max-width:1150px) {
    .SubCategoriesRow .weeklyDealsOpen .inf {
        padding-right: 1rem !important;
    }

    .SubCategoriesRow .weeklyDealsOpen .search-results {
        padding-top: 0rem !important;
    }

    .SubCategoriesRow .weeklyDealsOpen .infoweeklyDealsOpen {
        border-left: 0px solid #ECECEC;
    }

    .SubCategoriesRow .weeklyDealsOpen .botUpdate {
        padding-right: 1.5em;
    }

    .SubCategoriesRow .weeklyDealsOpen #buttons-bottom {
        padding-right: 10px !important;
    }
} @media(max-width:1024px) {
    .SubCategoriesRow .weeklyDealsOpen .inf {
        padding-right: 0.5rem !important;
    }

    .SubCategoriesRow .weeklyDealsOpen .botUpdate {
        padding: 0.5em;
    }

    .SubCategoriesRow .weeklyDealsOpen #buttons-bottom {
        padding-right: 0.5em !important;
    }
} @media (max-width: 950px) {
    .SubCategoriesRow .weeklyDealsOpen .infoweeklyDealsOpen .colAlloc {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .SubCategoriesRow .weeklyDealsOpen .infoweeklyDealsOpen .lineaVertical {
        border-right: none;
    }

    .SubCategoriesRow .weeklyDealsOpen .informacionAlloc {
        margin-top: -10em;
    }
} @media(max-width:823px) {
    .SubCategoriesRow .weeklyDealsOpen .infoAllocationOpen h5 {
        padding-left: 1em;
    }

    .SubCategoriesRow .weeklyDealsOpen .infRowAllocation {
        padding-left: 0em !important;
        padding-right: 0em !important;
    }

    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .weeklyDealsOpen .inf2 {
        font-size: 15px;
    }
} @media(max-width:768px) {
    .SubCategoriesRow .weeklyDealsOpen .infoAllocationOpen h5 {
        padding-left: 2em;
    }

    .SubCategoriesRow .weeklyDealsOpen .inf2 {
        width: 50%;
    }
} @media(max-width:767px) {
    .SubCategoriesRow .weeklyDealsOpen .inf {
        font-size: 14px;
    }

    .SubCategoriesRow .weeklyDealsOpen .bigger {
        font-size: 18px;
    }

    .SubCategoriesRow .weeklyDeallocationOpenalsOpen .infoweeklyDealsOpen .colAlloc {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .SubCategoriesRow .weeklyDealsOpen .inf {
        margin-bottom: 0em;
    }

    .SubCategoriesRow .weeklyDealsOpen .infRowAllocation {
        padding-left: 0em !important;
        padding-right: 0em !important;
    }

    .SubCategoriesRow .weeklyDealsOpen .infoweeklyDealsOpen h5 {
        padding-left: 0em;
    }

    .SubCategoriesRow .weeklyDealsOpen .search-results {
        border-top: 0px solid #ECECEC;
    }

    .SubCategoriesRow .weeklyDealsOpen .botUpdate {
        margin-top: 0.5em;
        flex-direction: column-reverse;
    }

    .SubCategoriesRow .weeklyDealsOpen .botUpdate .btn {
        width: 100%;
    }

    .SubCategoriesRow .weeklyDealsOpen .botUpdate .green-btn {
        margin-bottom: 1em;
    }

    .SubCategoriesRow .weeklyDealsOpen .informacionAlloc {
        margin-top: 1em;
    }

    .SubCategoriesRow .weeklyDealsOpen .inf2 {
        width: 100%;
    }

    .SubCategoriesRow .weeklyDealsOpen #buttons-bottom {
        flex-direction: column-reverse;
        padding-right: 0.5em !important;
    }

    .SubCategoriesRow .weeklyDealsOpen #buttons-bottom .green-btn {
        margin-left: 0 !important;
        margin-bottom: 1em;
    }

    .SubCategoriesRow .weeklyDealsOpen .infoweeklyDealsOpen {
        padding-bottom: 0em !important;
    }
} @media(max-width:414px) {
    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .weeklyDealsOpen .inf2 {
        font-size: 13px;
    }
} @media(max-width:375px) {
    .SubCategoriesRow .weeklyDealsOpen .infoweeklyDealsOpen h5 {
        font-size: 20px !important;
    }
} @media(max-width:360px) {
    .SubCategoriesRow .weeklyDealsOpen .filters .form-custom-select {
        width: 12em;
    }
} @media(max-width:320px) {
    .SubCategoriesRow .weeklyDealsOpen .infoweeklyDealsOpen .col-9 {
        padding-right: 0px !important;
    }

    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .weeklyDealsOpen .bigger {
        font-size: 17px !important;
    }

    /*IE11*/
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .weeklyDealsOpen .bigger {
        font-size: 17px !important;
    }
}
/*IE11 weeky deals*/
html[data-useragent*='rv:11.0'] .SubCategoriesRow .weeklyDealsOpen .counter {
    width: 8em;
} html[data-useragent*='rv:11.0'] .SubCategoriesRow .weeklyDealsOpen .counter .dots {
    text-align: center;
    padding: 0px !important;
} @media(max-width: 375px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .weeklyDealsOpen .search-results #filter-btn {
        margin-top: 0.7em;
    }
}
/*Weekly deals closed*/
.SubCategoriesRow .weeklyDealClose .rowMode .product-list .product .shopping .quantity .plus-minus-icon {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .shopping .buy-this-product .shop .quantity .plus-minus-icon {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .shopping .buy-this-product .shop .allocation-text {
    display: block !important;
    padding-left: 2.75em;
    padding-right: 2.75em;
} .SubCategoriesRow .weeklyDealsClosed .colMode .product-list .product .shop .allocation-text input, .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .shopping .allocation-text input, .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .shopping .buy-this-product .shop .allocation-text input {
    width: 3em;
    height: 3em;
    text-align: center;
    padding-left: 0;
    background-color: #FAFAFA;
    border: 1px solid #AFAFAF;
} .SubCategoriesRow .weeklyDealsClosed .colMode .product-list .product .shop .allocation-text {
    display: block !important;
} .SubCategoriesRow .weeklyDealsClosed .colMode .product-list .product .shop .allocation-text span {
    color: black;
    font-weight: 700 !important;
} .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .shopping .allocation-text {
    display: block !important;
} .SubCategoriesRow .weeklyDealsClosed .colMode .product-list .product .shop .shopping .plus-minus-icon {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .shop-mobile .margenBotones {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .colMode .product-list .product .shop .add-to-list, .SubCategoriesRow .weeklyDealsClosed .colMode .product-list .product .shop .add-note {
    visibility: hidden !important;
} .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .shopping .add-note, .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .shopping .add-to-list {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .search-results .result {
    display: none;
} .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .shopping .fa-star {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed h5 {
    color: #062F6E;
} .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed h5 {
    font-size: 1.5rem;
} .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed {
    border-left: 1px solid #ECECEC;
} .SubCategoriesRow .weeklyDealsClosed .bigger {
    font-size: 20px;
} .SubCategoriesRow .weeklyDealsClosed .inf {
    color: #062F6E;
} .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .product-details .yellow-message {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .product-details .orange-message {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product-details .red-message {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .product-details .on-deliveries {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .product-details .discount {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .colMode .product-list .product .yellow-message {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .colMode .product-list .product .product-details .orange-message {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .colMode .product-list .product .red-message {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .colMode .product-list .product .product-details .more-details .on-deliveries {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .colMode .product-list .product .product-details .more-details .discount {
    display: none !important;
} .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .product-details .designation {
    display: block !important;
    font-size: 14px;
} .SubCategoriesRow .weeklyDealsClosed .colMode .product-list .product .product-details .more-details .designation {
    display: block !important;
    font-size: 14px;
} .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .informacionAllocPreorder {
    margin-top: -6.5em;
} .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .informacionAllocAllocation {
    margin-top: -6.2em;
} .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .lineaVertical {
    border-right: 1.5px solid #062F6E;
} @media(max-width:1536px) {
    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .informacionAllocAllocation {
        margin-top: -7.8em;
    }
} @media(max-width:1250px) {
    .SubCategoriesRow .weeklyDealsClosed .rowMode .product-list .product .shopping .buy-this-product .shop .allocation-text {
        padding-left: 2.5em;
        padding-right: 2.5em;
    }
} @media(max-width:1150px) {
    .SubCategoriesRow .weeklyDealsClosed .inf {
        padding-right: 1.5rem !important;
    }

    .SubCategoriesRow .weeklyDealsClosed .search-results {
        padding-top: 0rem !important;
    }

    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed {
        border-left: 0px solid #ECECEC;
    }

    .SubCategoriesRow .weeklyDealsClosed #buttons-bottom {
        padding-right: 10px !important;
    }
} @media(max-width:1280px) {
    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .infRowAllocation p {
        font-size: 15px;
    }

    html[data-useragent*='rv:11.0'] .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .infRowAllocation p {
        font-size: 15px;
    }
} @media(max-width:1024px) {
    .SubCategoriesRow .weeklyDealsClosed .inf {
        padding-right: 0.5rem !important;
    }
} @media(max-width:950px) {
    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .colAlloc {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .lineaVertical {
        border-right: 0px solid #062F6E;
    }

    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .informacionAllocPreorder {
        margin-top: -7.5em;
    }
} @media(max-width:767px) {
    .SubCategoriesRow .weeklyDealsClosed .inf {
        font-size: 14px;
    }

    .SubCategoriesRow .weeklyDealsClosed .bigger {
        font-size: 18px;
    }

    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .colAlloc {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .SubCategoriesRow .weeklyDealsClosed .inf {
        margin-bottom: 0em;
    }

    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed h5 {
        text-align: left;
    }

    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed h5 {
        padding-left: 0em;
    }

    .SubCategoriesRow .weeklyDealsClosed .search-results {
        border-top: 0px solid #ECECEC;
    }

    .SubCategoriesRow .weeklyDealsClosed #buttons-bottom {
        flex-direction: column-reverse;
    }

    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .informacionAllocPreorder {
        margin-top: 1em;
    }

    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .informacionAllocAllocation {
        margin-top: 1em;
    }

    .SubCategoriesRow .weeklyDealsClosed .inf2 {
        width: 100%;
    }

    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed {
        padding-bottom: 0em !important;
    }
} @media(max-width:414px) {
    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .weeklyDealsClosed .inf {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed h5 {
        font-size: 1.4rem;
    }
} @media(max-width:375px) {
    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed h5 {
        font-size: 20px !important;
    }
} @media(max-width:360px) {
    .SubCategoriesRow .weeklyDealsClosed .filters .form-custom-select {
        width: 12em;
    }
} @media(max-width:320px) {
    .SubCategoriesRow .weeklyDealsClosed .bigger {
        font-size: 17px;
    }

    .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed .col-9 {
        padding-right: 0px !important;
    }

    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed h5 {
        font-size: 18px !important;
    }
}
/*IE11 weekly deals closed closed*/
@media(max-width: 414px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed h5 {
        font-size: 1.3rem !important;
    }
} @media(max-width: 375px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed h5 {
        font-size: 1.1rem !important;
    }

    html[data-useragent*='rv:11.0'] .SubCategoriesRow .weeklyDealsClosed .search-results #filter-btn {
        margin-top: 0.9em;
    }
} @media(max-width: 320px) {
    html[data-useragent*='rv:11.0'] .SubCategoriesRow .weeklyDealsClosed .bigger {
        font-size: 16px;
    }
}
/*Firefox*/
@media(max-width:376px) {

    html[data-useragent*='rv:73.0'] .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed h5,
    html[data-useragent*='rv:72.0'] .SubCategoriesRow .weeklyDealsClosed .infoWeeklyDealsClosed h5 {
        width: 125%;
        font-size: 20px !important;
    }
}
/*BOOKER_Central_BillingCopy_PreviousNB*/
main#centralBillingCopy_previousNB .centralBillingCopyNB {
    padding: 1em 5em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#centralBillingCopy_previousNB .centralBillingCopyNB h2 {
    color: #062F6E;
} main#centralBillingCopy_previousNB .centralBillingCopyNB table {
    width: 100%;
} main#centralBillingCopy_previousNB .centralBillingCopyNB table thead tr {
    border-bottom: 1px solid #333333;
} main#centralBillingCopy_previousNB .centralBillingCopyNB table thead tr th, main#centralBillingCopy_previousNB .centralBillingCopyNB table tbody tr td {
    padding: 0.25em 0.5em;
} main#centralBillingCopy_previousNB .centralBillingCopyNB table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#centralBillingCopy_previousNB .buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
} main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho1 {
    width: 12%;
} main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho2 {
    width: 5%;
} main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho3 {
    width: 15%;
} @media(max-width:1440px) {
    main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho3 {
        width: 16%;
    }

    main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho1 {
        width: 13%;
    }
} @media(max-width:1366px) {
    main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho3 {
        width: 17%;
    }
} @media(max-width:1280px) {
    main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho3 {
        width: 20%;
    }

    main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho1 {
        width: 14%;
    }
} @media (max-width: 1199px) {
    main#centralBillingCopy_previousNB .centralBillingCopyNB {
        padding: 1rem 1em;
    }
} @media(max-width:823px) {
    main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho3 {
        width: 22%;
    }

    main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho1 {
        width: 17%;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho3 {
        width: 23%;
    }
} @media(max-width:812px) {
    main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho3 {
        width: 23%;
    }

    main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho1 {
        width: 18%;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho3 {
        width: 24%;
    }
} @media(max-width:768px) {
    main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho3 {
        width: 24%;
    }

    main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho1 {
        width: 19%;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho3 {
        width: 25%;
    }
} @media(max-width:736px) {
    main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho3 {
        width: 25%;
    }

    html[data-useragent*='Edge/17.17134'] main#centralBillingCopy_previousNB .centralBillingCopyNB .ancho3 {
        width: 27%;
    }
} @media(max-width:667px) {

    main#centralBillingCopy_previousNB .centralBillingCopyNB table thead tr th,
    main#centralBillingCopy_previousNB .centralBillingCopyNB table tbody tr td {
        padding: 0.25em 0.25em;
    }
} @media (max-width: 450px) {
    main#centralBillingCopy_previousNB .centralBillingCopyNB {
        padding: 1em 0.5em;
    }

    main#centralBillingCopy_previousNB .centralBillingCopyNB table {
        font-size: 13px;
    }
}
/**BOOKER_Central_Billing_Pop-up_first*****/
#central_billing_popup_first .background-truck {
    height: 100%;
    width: 100%;
    padding: 0 1em 1em 1em;
    background-image: url(/images/backgroundTruck.png);
    background-size: 100% 100%;
} #central_billing_popup_first h2 {
    color: #2356AA;
    margin-bottom: 0;
} #central_billing_popup_first .modal {
    padding-left: 0px !important;
} @media(max-width:1920px) {
    html[data-useragent*='Edge/17.17134'] #central_billing_popup_first .background-truck {
        height: 56%;
    }
} @media(max-width:1536px) {
    html[data-useragent*='Edge/17.17134'] #central_billing_popup_first .background-truck {
        height: 59%;
    }
} @media(max-width:1440px) {
    html[data-useragent*='Edge/17.17134'] #central_billing_popup_first .background-truck {
        height: 56%;
    }
} @media(max-width:1366px) {
    html[data-useragent*='Edge/17.17134'] #central_billing_popup_first .background-truck {
        height: 52%;
    }
} @media(max-width:1024px) {
    html[data-useragent*='Edge/17.17134'] #central_billing_popup_first .modalComponents .col-7 {
        padding-right: 0px !important;
    }

    html[data-useragent*='Edge/17.17134'] #central_billing_popup_first .background-truck {
        height: 56%;
    }
} @media(max-width:823px) {
    html[data-useragent*='Edge/17.17134'] #central_billing_popup_first .background-truck {
        height: 58%;
    }
} @media(max-width:812px) {
    html[data-useragent*='Edge/17.17134'] #central_billing_popup_first .background-truck {
        height: 55%;
    }
} @media(max-width:768px) {
    html[data-useragent*='Edge/17.17134'] #central_billing_popup_first .background-truck {
        height: 53%;
    }
} @media(max-width:767px) {
    #central_billing_popup_first .background-truck {
        background-image: none;
        padding: 0;
    }

    #central_billing_popup_first .background-truck .col-5 {
        display: none;
    }

    #central_billing_popup_first .background-truck .col-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #central_billing_popup_first .modal-body {
        padding-bottom: 0;
    }

    #central_billing_popup_first .modalComponents .notcurrently .modal-footer .btn {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #central_billing_popup_first .modalComponents .notcurrently .modal-footer {
        padding-left: 0;
    }
} @media(max-width:360px) {
    html[data-useragent*='Edge/17.17134'] #central_billing_popup_first .background-truck {
        height: 51%;
    }
} @media(max-width:320px) {
    html[data-useragent*='Edge/17.17134'] #central_billing_popup_first .background-truck {
        height: 53%;
    }
}
/*Firefox*/
@media(max-width:415px) {

    html[data-useragent*='rv:73.0'] #central_billing_popup_first #myModal,
    html[data-useragent*='rv:72.0'] #central_billing_popup_first #myModal {
        padding-right: 0 !important;
    }
}
/**Remove shoppinglist popUp*/
main#removeShoppingList .grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
} main#removeShoppingList .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 1rem;
    border: 1px solid #888;
    width: 45%;
} main#removeShoppingList h2 {
    color: #2356AA;
    border-bottom: solid 1px;
    border-bottom-color: darkgrey;
    padding-bottom: 1rem;
    margin-bottom: 0;
    width: 100%;
} main#removeShoppingList .modal-footer {
    padding-top: 1rem;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
} main#removeShoppingList .modal {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
} main#removeShoppingList #myModal {
    display: block;
} @media (max-width: 680px) {
    main#removeShoppingList .modal-content {
        width: 90%;
    }

    main#removeShoppingList .modal {
        padding-top: 1rem;
    }
}
/*Remove_From_List_popup*/
main#remove_from_list_popup .check-input {
    margin-top: 1em;
} html[data-useragent*='Edge/17.17134'] main#remove_from_list_popup .check-input label:after {
    top: 11px;
}
/*Collection_Details_popup*/
main#collection_details_popup #modalCollectionDetails {
    padding-left: 1px !important;
    font-size: 14px;
} main#collection_details_popup .next-element {
    margin-left: 1em
} main#collection_details_popup .sin-padding {
    padding-left: 0px;
    padding-right: 0px;
} 
#modalCollectionDetails .radio-input {
    padding-right: 0.5rem;
	padding-bottom: 0.5rem;
}
@media (min-width: 1600px) {
    main#collection_details_popup input[type="text"] {
        width: 90%;
    }
} @media (max-width: 768px) {
    main#collection_details_popup .sin-padding label {
        margin-bottom: 0px !important;
    }

    main#collection_details_popup .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
} @media(max-width:767px) {
    main#collection_details_popup .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
} @media (max-width: 480px) {
    main#collection_details_popup input[type="text"] {
        font-size: 13px;
    }
} @media (max-width: 340px) {
    main#collection_details_popup .next-element {
        margin-left: 0.5em
    }

    main#collection_details_popup .modal-body {
        font-size: 15px;
    }

    main#collection_details_popup .modalComponents .modal-content {
        width: 95%;
    }
} @media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] main#collection_details_popup .modalComponents .notcurrently .modal-footer .btn {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] main#collection_details_popup .next-element {
        margin-left: 0.4em;
    }

    html[data-useragent*='Edge/17.17134'] main#collection_details_popup .radio-input {
        padding-left: 30px;
    }
}
/*Add to shopping list*/
main#booker_addShoppingList .footer-buttons .grey-btn {
    background-color: #DCDCDC !important;
    color: grey !important;
    float: right;
} main#booker_addShoppingList .add-shopping-list h2 {
    color: #062F6E;
} main#booker_addShoppingList .add-shopping-list {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
} main#booker_addShoppingList {
    margin-left: auto;
    margin-right: auto;
} main#booker_addShoppingList .add-shopping-list, main#booker_addShoppingList .footer-buttons {
    padding: 1em 5em;
} main#booker_addShoppingList .add-shopping-list .buttons .btn {
    float: right;
} main#booker_addShoppingList .add-shopping-list .buttons {
    height: 2.3em;
} main#booker_addShoppingList .add-shopping-list .selShoppingList {
    height: 6em;
} main#booker_addShoppingList .footer-buttons {
    border: 1px solid #EFEFEF;
    border-top: 0;
    text-align: right;
} main#booker_addShoppingList .add-shopping-list .mobileSel {
    display: none;
} @media (max-width: 991px) {

    main#booker_addShoppingList .add-shopping-list,
    main#booker_addShoppingList .footer-buttons {
        padding: 1em 2em;
    }
} @media (max-width: 768px) {
    main#booker_addShoppingList .add-shopping-list .col-12 {
        padding-left: 0em !important;
    }

    main#booker_addShoppingList .add-shopping-list .listName {
        margin-bottom: 0.5rem !important;
    }

    main#booker_addShoppingList .add-shopping-list .form-group {
        padding-right: 0px !important;
    }
} @media (max-width: 767px) {
    main#booker_addShoppingList .add-shopping-list .mobileSel {
        display: block;
    }

    main#booker_addShoppingList .add-shopping-list .desktopsel {
        display: none;
    }

    main#booker_addShoppingList .add-shopping-list .mobileSel {
        height: auto;
    }
} @media (max-width: 575px) {
    main#booker_addShoppingList .footer-buttons .btn {
        width: auto !important;
    }
} @media (max-width: 480px) {

    main#booker_addShoppingList .add-shopping-list,
    main#booker_addShoppingList .footer-buttons {
        padding: 1em 0.5em;
    }
}
/**important customer information popUp y AccountConfirmationRequired_popup**/
main#AccountConfirmationRequired_popup a, main#important_customer_information_popup a, #modalImportantCustomerInformation a {
    color: #007bff;
} @media (min-width: 1200px) {
    #modalImportantCustomerInformation .modal-content.notcurrently {
        width: 46%;
    }
} main#AccountConfirmationRequired_popup a:hover, main#important_customer_information_popup a:hover {
    color: #0056b3;
    text-decoration: underline;
} main#important_customer_information_popup .check-input label:after {
    top: 10px;
    left: 6px;
} html[data-useragent*='Edge/17.17134'] main#important_customer_information_popup .check-input label:after {
    top: 9px;
}
/*Acount confirmation popup*/
@media(max-width:415px) {
    main#AccountConfirmationRequired_popup h2 {
        font-size: 1.5rem;
    }
} @media(max-width:376px) {
    main#AccountConfirmationRequired_popup h2 {
        font-size: 1.3rem !important;
    }
} @media(max-width:325px) {
    main#AccountConfirmationRequired_popup h2 {
        font-size: 1.1rem !important;
    }
}
/*BOOKER_Central_BillingCopy*/
.SubCategoriesRow .central-billing-copy .rowMode .product-list .product .product-details .yellow-message {
    display: none !important;
} .SubCategoriesRow .central-billing-copy .rowMode .product-list .product .product-details .on-deliveries {
    display: none !important;
} .SubCategoriesRow .central-billing-copy .rowMode .product-list .product .product-details .discount {
    display: none !important;
} .SubCategoriesRow .central-billing-copy .rowMode .product-list .product .product-details .orange-message {
    display: none !important;
} .SubCategoriesRow .central-billing-copy .rowMode .product-list .product .shopping .add-to-list {
    display: none !important;
} .SubCategoriesRow .central-billing-copy .rowMode .product-list .product .shopping .add-note {
    display: none !important;
} .SubCategoriesRow .central-billing-copy .colMode .product-list .product .yellow-message {
    visibility: hidden !important;
} .SubCategoriesRow .central-billing-copy .colMode .product-list .product .product-details .orange-message {
    visibility: hidden !important;
} .SubCategoriesRow .central-billing-copy .colMode .product-list .product .product-details .more-details .on-deliveries {
    visibility: hidden !important;
} .SubCategoriesRow .central-billing-copy .colMode .product-list .product .product-details .more-details .discount {
    visibility: hidden !important;
} .SubCategoriesRow .central-billing-copy .colMode .add-to-list {
    visibility: hidden !important;
} .SubCategoriesRow .central-billing-copy .colMode .add-note {
    visibility: hidden !important;
} @media (max-width: 360px) {
    .SubCategoriesRow .central-billing-copy #buttons-top {
        padding-left: 0px !important;
    }
}
/*OnlineExclusiveProducts_popUp.html*/
#modalOnlineExclusiveProducts {
    padding-left: 0px !important;
} @media(max-width:768px) {
    #modalOnlineExclusiveProducts .modal-footer .btn {
        width: 100%;
    }

    #modalOnlineExclusiveProducts .modal-footer {
        padding-left: 0;
    }
}
/*ImportantCustomerInformation_popUp.html*/
#modalImportantCustomerInformation .check-input label:before {
    margin-left: 0px !important;
    margin-top: 2px !important;
} @media(max-width:768px) {
    #modalImportantCustomerInformation .modal-footer .btn {
        width: 100%;
    }

    #modalImportantCustomerInformation .modal-footer {
        padding-left: 0;
    }
}
/*DirectDeliveredProducts_popUp.html*/
@media(max-width:768px) {
    #direct_delivered_products_popup .modal-footer {
        padding-left: 0;
    }

    #direct_delivered_products_popup .modal-footer .btn {
        width: 100%;
    }
}
/*Minimun Order PopUp*/
@media(max-width:667px) {
    html[data-useragent*='rv:11.0'] #minimunOrderPopup .modal-dialog {
        margin: 3.75rem auto;
    }
} @media(max-width:640px) {
    html[data-useragent*='rv:11.0'] #minimunOrderPopup .modal-dialog {
        margin: 4.75rem auto;
    }
} @media(max-width:575px) {
    #minimunOrderPopup .modal-footer {
        flex-direction: column-reverse;
    }

    #minimunOrderPopup .modal-footer .btn {
        width: 100%;
    }

    #minimunOrderPopup .modal-footer .blue-btn {
        margin-right: 0;
    }

    #minimunOrderPopup .modal-footer .green-btn {
        margin-left: 0;
        margin-bottom: 1em;
    }
} @media(max-width:568px) {
    html[data-useragent*='rv:11.0'] #minimunOrderPopup .modal-dialog {
        margin: 5.75rem auto;
    }
} @media(max-width:414px) {
    html[data-useragent*='rv:11.0'] #minimunOrderPopup .modal-dialog {
        margin: 8.75rem auto;
    }
}
/*BOOKER_External_Catering_Prop_1 EDGE*/
@media(max-width:1680px) {
    html[data-useragent*='Edge/17.17134'] .external-page .sectors-card p {
        font-size: 1.25em;
    }

    html[data-useragent*='Edge/17.17134'] .external-page .services-card header h3 {
        font-size: 1.10em;
    }
} @media(max-width:1280px) {
    html[data-useragent*='Edge/17.17134'] .external-page #booker-catering a {
        font-size: 15px;
    }
} @media(max-width:1024px) {
    html[data-useragent*='Edge/17.17134'] .external-header-new nav.nav-blue {
        padding-right: 7em;
    }
} @media(max-width:823px) {
    html[data-useragent*='Edge/17.17134'] .external-page .sectors-card p {
        font-size: 1.15em;
    }
} @media(max-width:812px) {
    html[data-useragent*='Edge/17.17134'] .external-page .sectors-card p {
        font-size: 1.05em;
    }

    html[data-useragent*='Edge/17.17134'] .external-page #booker-catering a {
        font-size: 14px;
    }
} @media(max-width:640px) {
    html[data-useragent*='Edge/17.17134'] .external-page .sectors-card p {
        font-size: 1em;
    }
} @media(max-width:568px) {
    html[data-useragent*='Edge/17.17134'] .external-page section h2 {
        font-size: 1.49em;
    }
} @media(max-width:414px) {
    html[data-useragent*='Edge/17.17134'] .external-page section h2 {
        font-size: 1.29em !important;
    }
} @media(max-width:411px) {
    html[data-useragent*='Edge/17.17134'] .external-page section h2 {
        font-size: 1.28em !important;
    }
} @media(max-width:320px) {
    html[data-useragent*='Edge/17.17134'] #bookerDirectDelivery h3 {
        font-size: 1em !important;
    }
}
/*BOOKER_ExternalPage*/
@media(max-width:320px) {
    html[data-useragent*='Edge/17.17134'] #external-page main .category h5 {
        font-size: 15px !important;
    }
}
/*SaFARi*/
html[data-useragent*='Safari/605.1.15'] .SubCategoriesRow .rowMode .product-list .product .shopping .add-to-list {
    padding-top: 1.5em;
} html[data-useragent*='Safari/605.1.15'] .SubCategoriesRow .rowMode .product-list .product .shopping .add-note {
    padding-top: 1.5em;
}
/*BOOKER_Scanner_GetBarcodes2*/
html[data-useragent*='Safari/605.1.15'] main#scannerGetBarcodes2 .scanner-get-barcodes th, html[data-useragent*='Safari/605.1.15'] main#scannerGetBarcodes2 .scanner-get-barcodes td {
    padding: 0.2em 0.2em
} @media (max-width: 1366px) {
    html[data-useragent*='Safari/605.1.15'] main#scannerGetBarcodes2 .scanner-get-barcodes .prod {
        padding-left: 10px !important;
    }
} @media (max-width: 1024px) {
    html[data-useragent*='Safari/605.1.15'] main#scannerGetBarcodes2 .scanner-get-barcodes .prod {
        padding-left: 6px !important;
    }
} @media (max-width: 667px) {
    html[data-useragent*='Safari/605.1.15'] main#scannerGetBarcodes2 .scanner-get-barcodes .prod {
        padding-left: 8px !important;
    }
} @media (max-width: 568px) {
    html[data-useragent*='Safari/605.1.15'] main#scannerGetBarcodes2 .scanner-get-barcodes .prod {
        padding-left: 10px !important;
    }
} @media (max-width: 414px) {
    html[data-useragent*='Safari/605.1.15'] main#scannerGetBarcodes2 .scanner-get-barcodes .prod {
        padding-left: 2px !important;
    }
} @media (max-width: 375px) {
    html[data-useragent*='Safari/605.1.15'] main#scannerGetBarcodes2 .scanner-get-barcodes .prod {
        padding-left: 4px !important;
    }
}
/*BOOKER_Trolley_Checkout_Step3_CardPayment*/
@media (max-width: 375px) {
    html[data-useragent*='Safari/605.1.15'] #checkout-step-3 main .add-to-account-content .summary .litA {
        font-size: 13px;
    }
} html[data-useragent*='Safari/605.1.15'] header#shopping-header-mobile #search-bar #search-input .form-control::placeholder {
    line-height: 4px;
}
/*BOOKER_UserCreation_2YourDetails*/
@media (max-width: 1024px) {} @media (max-width: 768px) {}
/*IE11 BOOKER_UserCreation_2YourDetails*/
@media (max-width: 1280px) {
    html[data-useragent*='rv:11.0'] main#booker_userCreation_2YourDetails .user-creation-content_2 .form-field>label {
        width: 14em;
    }
}
/*Edge top product*/
@media (max-width: 360px) {

    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow main .search-results,
    html[data-useragent*='Edge/17.17134'] main#booker_orderT .search-results {
        font-size: 13px;
    }

    html[data-useragent*='Edge/17.17134'] .SubCategoriesRow main .filters .form-custom-select select {
        padding: .375rem .25rem !important;
    }
}
/*BOOKER_Central_Billing_Product_List*/
#textoImagenOTL {
    font-size: 13px;
    text-align: center;
} .SubCategoriesRow .otl-logo img {
    width: 95%;
} .centralBillingProductList .blue-banner {
    background-color: #CAE6FE;
    color: #014F96;
    font-size: 14px;
} .centralBillingProductList .blue-banner .fas.fa-info-circle.inf1 {
    position: absolute;
} .centralBillingProductList .blue-banner .fas.fa-info-circle.inf2::before {
    margin-right: 0.5em;
} .centralBillingProductList .otl-mobile {
    display: none;
} .centralBillingProductList .textoMobile {
    display: none;
} .centralBillingProductList .product-category-separator {
    padding: 1em;
    color: #2356AA;
    box-shadow: 1px 1px #E1E1E1, inset 1px 1px #E1E1E1;
} .SubCategoriesRow .centralBillingProductList .colMode .product-list .product .shop .add-to-list, .SubCategoriesRow .centralBillingProductList .colMode .product-list .product .shop .add-note {
    visibility: hidden !important;
} .SubCategoriesRow .centralBillingProductList .rowMode .product-list .product .shopping .add-note, .SubCategoriesRow .centralBillingProductList .rowMode .product-list .product .shopping .add-to-list {
    display: none !important;
} .SubCategoriesRow .centralBillingProductList .rowMode .product-list .product .shopping .buy-this-product.buying {
    background-color: #C9C7D9;
} .SubCategoriesRow .centralBillingProductList .rowMode .product-list .product .shopping .buy-this-product.buying .shop {
    background-color: #C9C7D9;
} .SubCategoriesRow .centralBillingProductList .colMode .shopCol.buying {
    background-color: #C9C7D9;
} .SubCategoriesRow .centralBillingProductList .colMode .product-list .product .shop .shopping.buying {
    background-color: #C9C7D9;
} .SubCategoriesRow .centralBillingProductList .rowMode .product-list .product .buying {
    background-color: #C9C7D9;
} .SubCategoriesRow .centralBillingProductList .rowMode .product-list .product .shopping .price {
    display: block !important;
} .SubCategoriesRow .centralBillingProductList .colMode .product-list .product .shop .price-row .wsp {
    display: block !important;
} .SubCategoriesRow .centralBillingProductList .rowMode .buy-this-product-mobile .wsp {
    padding-right: 0.75em;
} .SubCategoriesRow .centralBillingProductList .rowMode .product-list .product .shop-mobile .trolley-text {
    margin-left: 0.75em;
} @media(max-width:1280px) {
    .SubCategoriesRow .otl-logo img {
        width: 90%;
    }
} @media(max-width:1150px) {
    .centralBillingProductList .otl-mobile {
        display: block;
        padding: 1em;
    }

    .centralBillingProductList .textoMobile {
        display: block;
    }

    .centralBillingProductList .textoMobile {
        margin-top: auto;
        margin-bottom: auto;
    }
} @media(max-width:1024px) {
    html[data-useragent*='rv:11.0'] .centralBillingProductList .textoMobile p {
        margin-top: 2rem !important;
    }
} @media(max-width:991px) {
    .centralBillingProductList .blue-banner .text-right {
        text-align: left !important;
    }
} @media(max-width:360px) {
    html[data-useragent*='Edge/17.17134'] .centralBillingProductList .textoMobile {
        font-size: 15px;
    }
} @media(max-width:320px) {
    .centralBillingProductList .textoMobile {
        font-size: 15px;
    }

    html[data-useragent*='Edge/17.17134'] .centralBillingProductList .textoMobile {
        font-size: 13px;
    }
}
/*Samsung*/
html[data-useragent*='SamsungBrowser/10.2'] .SubCategoriesRow main .filters .form-custom-select select {
    background-color: white;
}
/* booker_administration_login*/
main#booker_administration_login {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} main#booker_administration_login .main-content {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
} main#booker_administration_login .main-content h3 {
    color: #2356AA;
} main#booker_administration_login .badge {
    font-size: 16px !important;
    width: 100%;
    text-align: left;
    white-space: normal !important;
} main#booker_administration_login .main-content .login-here .user-icon {
    margin-top: auto;
    margin-bottom: auto;
} main#booker_administration_login .main-content .login-here .user-icon .fa-user-lock {
    font-size: 30px;
    color: #2356AA;
} main#booker_administration_login .main-content .login-here .labels {
    display: inline-block;
} main#booker_administration_login .main-content .login-here .labels span {
    color: #808080;
} main#booker_administration_login .main-content .customer-number {
    color: rgb(0, 0, 0);
} main#booker_administration_login .main-content .form-field label {
    width: 10em;
    margin-top: auto;
    margin-bottom: auto;
} main#booker_administration_login .main-content .form-field input {
    width: 22em;
    padding: 5px 10px;
} main#booker_administration_login .main-content .btn {
    padding: 5px 20px;
} main#booker_administration_login .main-content .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
} main#booker_administration_login .main-content .login-btn {
    color: white;
    background-color: #51AF39 !important;
    ;
} main#booker_administration_login .main-content .line-separator {
    border-bottom: 1px solid #EDEDED;
} main#booker_administration_login .main-content .links a {
    display: block;
    color: #062F6E !important;
} main#booker_administration_login .main-content .asterisk {
    position: inherit !important;
    margin-left: 0 !important;
} main#booker_administration_login .main-content .max-width-control {
    max-width: 30em;
} @media (max-width: 1200px) {
    main#booker_administration_login .main-content {
        width: 60%;
    }

    main#booker_administration_login .main-content .form-field input {
        width: 28em;
    }
} @media (max-width: 1050px) {
    main#booker_administration_login .main-content {
        width: 60%;
    }

    main#booker_administration_login .main-content .form-field input {
        width: 26em;
    }
} @media (max-width: 900px) {
    main#booker_administration_login .main-content {
        width: 80%;
    }
} @media (max-width: 800px) {
    main#booker_administration_login .main-content .form-field input {
        width: 22em;
    }
} @media (max-width: 600px) {
    main#booker_administration_login .main-content {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_administration_login .main-content .form-field label {
        font-size: 15px;
    }
} @media (max-width: 450px) {
    main#booker_administration_login {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    html[data-useragent*='Edge/17.17134'] main#booker_administration_login .main-content .form-field label {
        font-size: 16px;
    }
} @media (max-width: 320px) {
    html[data-useragent*='Edge/17.17134'] main#booker_administration_login .main-content .btn {
        padding: 5px 19px;
    }
} main#booker_administration_login .contenedor .captcha {
    padding-left: 0.25em;
} @media (min-width: 1439px) {
    main#booker_administration_login .contenedor .captcha {
        flex: 0 0 55%;
        max-width: 55%;
    }
} @media (max-width:1360px) {
    main#booker_administration_login .contenedor .captcha {
        flex: 0 0 60%;
        max-width: 60%;
    }
} @media (max-width: 639px) {
    main#booker_administration_login .contenedor .captcha {
        flex: 0 0 60%;
        max-width: 60%;
    }
} @media (max-width: 569px) {
    main#booker_administration_login .contenedor .captcha {
        flex: 0 0 70%;
        max-width: 70%;
    }
} @media (max-width: 414px) {
    main#booker_administration_login .contenedor .captcha {
        flex: 0 0 90%;
        max-width: 90%;
    }

    main#booker_administration_login .contenedor .form-field .captcha-label {
        width: 0;
        flex: 0;
    }
} @media (max-width: 369px) {
    main#booker_administration_login .contenedor .captcha {
        flex: 0 0 100%;
        max-width: 100%;
    }
} @media (max-width: 320px) {
    main#booker_administration_login .contenedor .captcha {
        flex: 0 0 105%;
        max-width: 105%;
    }
}
/*End booker_administration_login*/
/*Administration header*/
header#administration-header-desktop {
    display: block;
} header.administration-header .top-nav a {
    color: #062F6E;
} header.administration-header .top-nav .title {
    color: #2356AA;
}
/** DESKTOP **/
header#administration-header-desktop #logo {
    cursor: pointer;
    max-width: 18em;
} header#administration-header-desktop #logo img {
    max-width: 14em;
} header#administration-header-desktop #web {
    margin-left: 90px;
    margin-top: -14px;
    color: #2356AA;
    font-size: 14px;
} nav .pr3 {
    width: 16.66%;
} @media(max-width:1035px) {
    header#administration-header-desktop #logo {
        padding-right: 0;
    }
}
/* End Administration header*/
/* Booker_telesales_main */
main#booker_telesales {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
} @media (max-width: 1024px) {
    main#booker_telesales {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
} .AdministrationRow aside {
    display: inline-block;
    width: 14em;
    padding-left: 10px;
    padding-bottom: 10px;
} .AdministrationRow aside li {
    list-style-type: bull;
} .AdministrationRow aside>div {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ECECEC;
} .AdministrationRow aside>div:nth-child(1) {
    padding-top: 0;
} .AdministrationRow aside>div:nth-last-child(1) {
    border-bottom: 1;
} .AdministrationRow main {
    display: inline-block;
    width: calc(100% - 14em);
    float: right;
    padding-left: 0;
    padding-right: 1rem;
} .AdministrationRow main .subcategories {
    position: relative;
    height: 10.5em;
    border-left: 1px solid #ECECEC;
} main#booker_telesales .menu>div:nth-child(1) {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
} main#AdministrationRow main .login-btn {
    color: white;
    background-color: #00BDF7;
}
/* END Booker_telesales_main */
/* Booker_telesales_choose_customer */
main#booker_telesales_choose {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} main#booker_telesales_choose .main-content {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
} main#booker_telesales_choose .main-content h3 {
    color: #2356AA;
} main#booker_telesales_choose .badge {
    font-size: 16px !important;
    width: 100%;
    text-align: left;
} main#booker_telesales_choose .main-content .labels {
    display: inline-block;
    margin-bottom: 2em;
} main#booker_telesales_choose .main-content .labels span {
    color: #808080;
} main#booker_telesales_choose .main-content .form-field label {
    width: 10em;
    margin-top: auto;
    margin-bottom: auto;
} main#booker_telesales_choose .main-content .form-field input {
    width: 22em;
    padding: 5px 10px;
} main#booker_telesales_choose .main-content .btn {
    padding: 5px 20px;
} main#booker_telesales_choose .main-content .login-btn {
    color: white;
    background-color: #00BDF7;
} main#booker_telesales_choose .main-content .line-separator {
    border-bottom: 1px solid #EDEDED;
} main#booker_telesales_choose {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
} main#booker_telesales_choose .main-content p {
    text-align: left !important;
    white-space: normal !important;
} @media (max-width: 1680px) {
    main#booker_telesales_choose {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_choose .main-content {
        width: 40%;
    }
} @media (max-width: 1440px) {
    main#booker_telesales_choose .main-content {
        width: 45%;
    }
} @media (max-width: 1280px) {
    main#booker_telesales_choose .main-content {
        width: 50%;
    }
} @media (max-width: 1024px) {
    main#booker_telesales_choose {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_choose .main-content {
        width: 75%;
    }
}
/* END Booker_telesales_choose_customer */
/* Booker_telesales_main_1 */
.telesales_customer {
    margin-left: auto;
    font-size: 12px;
} .telesales_customer .customer-info {
    margin-right: 40px;
} .telesales_customer .customer-info .customer-label {
    width: 8em;
} .telesales_customer .customer-info .customer-label-address, .telesales_customer .customer-info .customer-label-branch {
    width: 6em;
} .telesales_customer .customer-info .customer-label-telephone {
    width: 6em;
    margin-top: 1em;
} .telesales_customer .customer-info .customer-label-sap {
    width: 8em;
    margin-top: 1em;
} .telesales_customer .customer-info .span-telephone, .telesales_customer .customer-info .span-sap {
    margin-top: 1em;
} .telesales_customer .customer-info .header-notes {
    font-size: 12px;
} .telesales_customer .customer-info .update-btn {
    height: 2em;
    color: white;
    background-color: #00BDF7;
} header#administration-header-desktop #logo2 {
    cursor: pointer;
    max-width: 18em;
    padding-top: 3em;
} header#administration-header-desktop #logo2 img {
    max-width: 14em;
} @media (max-width: 1360px) {
    .telesales_customer {
        margin-left: auto;
        font-size: 11px;
    }

    .telesales_customer .customer-info {
        margin-right: 30px;
    }

    .telesales_customer .customer-info .customer-label {
        width: 7em;
    }

    .telesales_customer .customer-info .customer-label-address,
    .telesales_customer .customer-info .customer-label-branch {
        width: 5em;
    }

    .telesales_customer .customer-info .customer-label-telephone {
        width: 5em;
        margin-top: 1em;
    }

    .telesales_customer .customer-info .customer-label-sap {
        width: 7em;
        margin-top: 1em;
    }

    .telesales_customer .customer-info .span-telephone,
    .telesales_customer .customer-info .span-sap {
        margin-top: 1em;
    }

    .telesales_customer .customer-info .header-notes {
        font-size: 11px;
    }
} @media (max-width: 1280px) {
    .telesales_customer {
        margin-left: auto;
        font-size: 10px;
    }

    .telesales_customer .customer-info {
        margin-right: 15px;
    }

    .telesales_customer .customer-info .customer-label {
        width: 8em;
    }

    .telesales_customer .customer-info .customer-label-address,
    .telesales_customer .customer-info .customer-label-branch {
        width: 6em;
    }

    .telesales_customer .customer-info .customer-label-telephone {
        width: 6em;
        margin-top: 1em;
    }

    .telesales_customer .customer-info .customer-label-sap {
        width: 7em;
        margin-top: 1em;
    }

    .telesales_customer .customer-info .span-telephone,
    .telesales_customer .customer-info .span-sap {
        margin-top: 1em;
    }

    .telesales_customer .customer-info .header-notes {
        font-size: 10px;
    }
} @media (max-width: 1024px) {
    .telesales_customer {
        margin-left: auto;
        font-size: 9px;
    }

    .telesales_customer .customer-info {
        margin-right: 12px;
    }

    .telesales_customer .customer-info .customer-label {
        width: 8em;
    }

    .telesales_customer .customer-info .customer-label-address,
    .telesales_customer .customer-info .customer-label-branch {
        width: 6em;
    }

    .telesales_customer .customer-info .customer-label-telephone {
        width: 6em;
        margin-top: 1em;
    }

    .telesales_customer .customer-info .customer-label-sap {
        width: 7em;
        margin-top: 1em;
    }

    .telesales_customer .customer-info .span-telephone,
    .telesales_customer .customer-info .span-sap {
        margin-top: 1em;
    }

    .telesales_customer .customer-info .header-notes {
        font-size: 9px;
    }
}
/* END Booker_telesales_main_1 */
/* Booker_telesales_customer_search */
main#booker_telesales_search {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
} main#booker_telesales_search .main-content {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 100%;
    margin-left: auto;
    margin-right: 3em;
} main#booker_telesales_search .main-content .content {
    width: 65em;
} main#booker_telesales_search .main-content h4 {
    color: #2356AA;
} main#booker_telesales_search .main-content .labels {
    display: inline-block;
    margin-bottom: 2em;
} main#booker_telesales_search .main-content .labels span {
    color: #808080;
} main#booker_telesales_search .main-content .form-field label {
    width: 10em;
    margin-top: 0.5em;
} main#booker_telesales_search .main-content .form-field .labelright {
    width: 10em;
    margin-top: 0.5em;
    margin-left: 3em;
} main#booker_telesales_search .main-content .form-field input {
    width: 22em;
    padding: 5px 10px;
} main#booker_telesales_search .main-content .form-field select {
    width: 16em;
    padding: 5px 10px;
} main#booker_telesales_search .main-content .form-field select::-ms-expand {
    display: full !important;
} main#booker_telesales_search .search-results #TradingName {
    color: black;
} main#booker_telesales_search .search-results #redRow td {
    color: red !important;
} main#booker_telesales_search .main-content .btn {
    padding: 5px 20px;
} main#booker_telesales_search .main-content .login-btn {
    color: white;
    background-color: #00BDF7;
} main#booker_telesales_search .main-content .line-separator {
    border-bottom: 1px solid #EDEDED;
} main#booker_telesales_search .badge {
    font-size: 16px !important;
    width: auto;
    display: block;
    text-align: left;
    margin-left: 1em;
    margin-right: auto;
} main#booker_telesales_search .main-content p {
    border-bottom: 1px solid #EDEDED;
} main#booker_telesales_search .labels {
    width: 20%;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.3em 0.3em;
} @media (max-width: 1680px) {
    main#booker_telesales_search {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_search .labels {
        width: 100%;
    }

    main#booker_telesales_search .main-content .form-field select {
        width: 15em;
        padding: 5px 10px;
    }
} @media (max-width: 1600px) {
    main#booker_telesales_search .main-content .form-field label {
        width: 9em;
    }

    main#booker_telesales_search .main-content .form-field .labelright {
        width: 9em;
    }

    main#booker_telesales_search .main-content .form-field input {
        width: 21em;
        padding: 5px 10px;
    }

    main#booker_telesales_search .main-content .form-field select {
        width: 13em;
        padding: 5px 10px;
    }
} @media (max-width: 1536px) {
    main#booker_telesales_search {
        width: 82%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_search .main-content .form-field label {
        width: 8em;
    }

    main#booker_telesales_search .main-content .form-field .labelright {
        width: 8em;
    }

    main#booker_telesales_search .main-content .form-field input {
        width: 20em;
        padding: 5px 10px;
    }

    main#booker_telesales_search .main-content .form-field select {
        width: 12em;
        padding: 5px 10px;
    }
} @media (max-width: 1440px) {
    main#booker_telesales_search {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        zoom: 0.9;
        -moz-transform: scale(0.9);
    }
} @media (max-width: 1360px) {
    main#booker_telesales_search {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        zoom: 0.85;
        -moz-transform: scale(0.85);
    }
} @media (max-width: 1024px) {
    main#booker_telesales_search {
        width: 72%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_search .main-content {
        zoom: 0.75;
        -moz-transform: scale(0.75);
    }
} main#booker_telesales_search .warning {
    background-color: #fd003a;
    color: white;
    padding-left: 0.25em;
} main#booker_telesales_search .asterisk {
    position: inherit !important;
    margin-left: 0 !important;
} main#booker_telesales_search .asteriskhidden {
    position: inherit !important;
    margin-left: 0 !important;
    color: #FAFAFA;
} main#booker_telesales_search .results {
    background-color: #b3e6ff;
    padding-left: 0.25em;
    height: 3em;
    line-height: 3em;
}
/* END Booker_telesales_customer_search*/
/* Booker_telesales_place_order */
main#booker_telesales_place_order {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
} main#booker_telesales_place_order .main-content {
    width: 35%;
    margin-right: auto;
} main#booker_telesales_place_order .title-content {
    width: 30%;
} main#booker_telesales_place_order .title-content h3 {
    color: #2356AA;
} main#booker_telesales_place_order .main-content .labels span {
    color: #808080;
} main#booker_telesales_place_order .main-content .form-field label {
    width: 15em;
    max-width: 40%;
    text-align: right;
    font-size: large;
} main#booker_telesales_place_order .main-content .form-field span {
    font-size: large;
} main#booker_telesales_place_order .place_order_buttons {
    padding: 1em;
    text-align: right;
    margin-bottom: 1em;
} main#booker_telesales_place_order .main-content .line-separator {
    border-bottom: 1px solid #EDEDED;
} @media (max-width: 1680px) {
    main#booker_telesales_place_order {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_place_order .main-content {
        width: 50%;
    }
} @media (max-width: 1440px) {
    main#booker_telesales_place_order .main-content {
        width: 50%;
    }
} @media (max-width: 1280px) {
    main#booker_telesales_place_order .main-content {
        width: 55%;
    }

    main#booker_telesales_place_order .title-content {
        width: 35%;
    }
} @media (max-width: 1024px) {
    main#booker_telesales_place_order {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_place_order .main-content {
        width: 75%;
        margin-right: 1em;
    }
}
/* END Booker_telesales_place_order */
/* BOOKER_telesales_order_confirmation */
main#booker_telesales_order_confirmation {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
} main#booker_telesales_order_confirmation .main-content {
    width: 35%;
} main#booker_telesales_order_confirmation .title-content {
    width: 35%;
} main#booker_telesales_order_confirmation .title-content h3 {
    color: #2356AA;
} main#booker_telesales_order_confirmation .main-content .form-field label {
    width: 15em;
    max-width: 40%;
    text-align: right;
    font-size: large;
} main#booker_telesales_order_confirmation span {
    font-size: large;
} @media (max-width: 1680px) {
    main#booker_telesales_order_confirmation {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_order_confirmation .main-content {
        width: 50%;
    }
} @media (max-width: 1440px) {
    main#booker_telesales_order_confirmation .main-content {
        width: 50%;
    }
} @media (max-width: 1280px) {
    main#booker_telesales_order_confirmation .main-content {
        width: 55%;
    }
} @media (max-width: 1024px) {
    main#booker_telesales_order_confirmation {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        zoom: 0.8;
        -moz-transform: scale(0.8);
    }

    main#booker_telesales_order_confirmation .main-content {
        width: 75%;
        margin-right: 1em;
    }
}
/* FIN Booker_telesales_order_confirmation */
/* BOOKER_telesales_edit_customer_account */
main#booker_telesales_edit_customer_account {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
} main#booker_telesales_edit_customer_account .main-content {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 100%;
    margin-left: auto;
    margin-right: 3em;
} main#booker_telesales_edit_customer_account .labels {
    min-width: 22em;
} main#booker_telesales_edit_customer_account .data {
    width: 90%;
    margin-left: 6em;
    margin-right: auto;
} main#booker_telesales_edit_customer_account .badge {
    font-size: 16px !important;
    width: auto;
    display: block;
    text-align: left;
    margin-left: 1em;
    margin-right: 3em;
} main#booker_telesales_edit_customer_account .main-content h3 {
    color: #2356AA;
} main#booker_telesales_edit_customer_account .main-content .form-field label {
    width: 16em;
    margin-bottom: auto;
    max-width: 40%;
    font-size: 17px;
    text-align: right;
    margin-right: 1em;
} main#booker_telesales_edit_customer_account .main-content .form-field .address {
    width: 16.15em;
    margin-bottom: auto;
    max-width: 42%;
    font-size: 17px;
} main#booker_telesales_edit_customer_account .main-content .form-field textarea {
    width: 28.5em;
    min-height: 9.75em;
} main#booker_telesales_edit_customer_account .main-content .form-field input {
    width: 18em;
    padding: 5px 10px;
} main#booker_telesales_edit_customer_account .customer_account_buttons {
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    text-align: right;
    margin-right: 3em;
} main#booker_telesales_edit_customer_account .main-content .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
} main#booker_telesales_edit_customer_account .form-field #emailButton {
    max-width: 40%;
    width: 10em;
    margin-bottom: auto;
} @media (max-width: 1680px) {
    main#booker_telesales_edit_customer_account .data {
        margin-left: 4em;
    }
} @media (max-width: 1440px) {
    main#booker_telesales_edit_customer_account {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_edit_customer_account .data {
        margin-left: auto;
    }

    main#booker_telesales_edit_customer_account .main-content .form-field textarea {
        width: 24.5em;
        min-height: 9.75em;
    }

    main#booker_telesales_edit_customer_account .main-content .form-field input {
        width: 14em;
        padding: 5px 10px;
    }
} @media (max-width: 1360px) {
    main#booker_telesales_edit_customer_account {
        zoom: 0.95;
        -moz-transform: scale(0.95);
    }
} @media (max-width: 1280px) {
    main#booker_telesales_edit_customer_account {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_edit_customer_account {
        zoom: 0.85;
        -moz-transform: scale(0.85);
    }
} @media (max-width: 1024px) {
    main#booker_telesales_edit_customer_account {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_edit_customer_account {
        zoom: 0.70;
        -moz-transform: scale(0.70);
    }

    main#booker_telesales_edit_customer_account .labels {
        min-width: 16em !important;
        width: 16em !important;
        margin-right: 1em;
    }
}
/* FIN Booker_telesales_edit_customer_account */
/* BOOKER_telesales_update */
main#booker_telesales_update {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
} main#booker_telesales_update .main-content {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
} main#booker_telesales_update .main-content h3 {
    color: #2356AA;
} #booker_telesales_update .main-content .warning {
    background-color: #51AF39;
    color: white;
    padding-left: 0.25em;
} main#booker_telesales_update .main-content .form-field label {
    width: 10em;
    margin-bottom: auto;
    max-width: 40%;
} main#booker_telesales_update .main-content .form-field .specialLabel {
    width: 40em;
    margin-bottom: auto;
} main#booker_telesales_update .main-content .form-field textarea {
    width: 20.5em;
    margin-bottom: auto;
} main#booker_telesales_update .main-content .form-field input {
    width: 10em;
    padding: 5px 10px;
} main#booker_telesales_update .customer_account_buttons {
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    text-align: right;
} main#booker_telesales_update .form-field #emailButton {
    max-width: 40%;
    width: 10em;
    margin-bottom: auto;
} @media (max-width: 1680px) {
    main#booker_telesales_update {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_update .main-content {
        width: 40%;
    }
} @media (max-width: 1440px) {
    main#booker_telesales_update .main-content {
        width: 45%;
    }
} @media (max-width: 1280px) {
    main#booker_telesales_update .main-content {
        width: 50%;
    }
} @media (max-width: 1024px) {
    main#booker_telesales_update {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_update .main-content {
        width: 75%;
    }
}
/* FIN Booker_telesales_update */
/* BOOKER_telesales_note_update */
main#booker_telesales_note_update {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
} main#booker_telesales_note_update .main-content {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
} #booker_telesales_note_update .main-content .warning {
    background-color: #51AF39;
    color: white;
    padding-left: 0.25em;
} main#booker_telesales_note_update .main-content span {
    font-weight: bold;
    color: #0056b3;
    margin-left: 20px;
} @media (max-width: 1680px) {
    main#booker_telesales_note_update {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_note_update .main-content {
        width: 90%;
    }
} @media (max-width: 1440px) {
    main#booker_telesales_note_update .main-content {
        width: 90%;
    }
} @media (max-width: 1280px) {
    main#booker_telesales_note_update .main-content {
        width: 90%;
    }
} @media (max-width: 1024px) {
    main#booker_telesales_note_update {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    main#booker_telesales_note_update .main-content {
        width: 95%;
    }
}
/* FIN Booker_telesales_note_update */
/* CHECKOUT STEP 1 BIS */
#checkout-step-1-bis main {
    padding-left: 17em !important;
    padding-right: 17em !important;
} #checkout-step-1-bis main .trolley-checkout-content [class*='col-'] .col-content {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 2em 2em 2em 5em;
    height: 100%;
} #checkout-step-1-bis main .trolley-checkout-content .col-content .step-title {
    position: relative;
} #checkout-step-1-bis main .trolley-checkout-content .col-content .step-title .step-number {
    position: absolute;
    left: -2.2em;
    top: -0.1em;
    font-size: 1em;
    border: 2px solid #2356AA;
    width: 1.75em;
    height: 1.75em;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    color: #2356AA;
} #checkout-step-1-bis main .trolley-checkout-content input {
    padding: 5px 10px;
    width: 150px;
} #checkout-step-1-bis main .nav-buttons {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding-right: 15px;
} @media (max-width: 991px) {
    #checkout-step-1-bis main .trolley-checkout-content [class*='col-']:not(:last-child) {
        margin-bottom: 15px;
    }

    #checkout-step-1-bis main {
        padding-left: 5em !important;
        padding-right: 5em !important;
    }
} @media (max-width:768px) {
    #checkout-step-1-bis main .nav-buttons {
        padding-left: 1em;
        padding-right: 1em;
    }

    #checkout-step-1-bis main {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
} @media (max-width: 575px) {
    #checkout-step-1-bis main .trolley-checkout-content [class*='col-'] .col-content {
        padding: 2em 2em 2em 3em;
    }

    #checkout-step-1-bis main .nav-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    #checkout-step-1-bis main .nav-buttons .btn {
        width: 100%;
    }

    #checkout-step-1-bis main .nav-buttons .green-btn {
        margin-left: 0rem !important;
    }
} @media (max-width:420px) {
    #checkout-step-1-bis main {
        margin-top: 4em !important;
    }
}
/* FIN CHECKOUT STEP 1 BIS */
/* Booker_telesales_search_results */
main#booker_telesales_search .search-results {
    width: 100%;
    margin-left: auto;
    margin-right: 1em;
    padding: 0.3em 0.3em;
} main#booker_telesales_search .search-results .customer-table-col {
    padding: 0.3em 0.3em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    clear: left;
} main#booker_telesales_search .search-results .customer-table-col table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} main#booker_telesales_search .search-results .customer-table-col table thead tr:last-child {
    border-bottom: 1px solid #333333;
} main#booker_telesales_search .search-results .customer-table-col table thead tr th {
    font-weight: 900;
} main#booker_telesales_search .search-results .customer-table-col table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#booker_telesales_search .search-results .customer-table-col table tbody tr:hover {
    background-color: #F5DEB3;
} main#booker_telesales_search .search-results .customer-table-col table thead tr th, main#booker_telesales_search .search-results .customer-table-col table tbody tr td {
    padding: 0.25em 0.5em;
} main#booker_telesales_search .search-results .customer-table-col .select {
    color: blue !important;
    cursor: pointer !important;
} @media (max-width: 1280px) {
    main#booker_telesales_search .search-results {
        zoom: 0.9;
        -moz-transform: scale(0.9);
        padding: 1em 1em;
        background-color: #FAFAFA
    }
} @media (max-width: 1024px) {
    main#booker_telesales_search .search-results {
        zoom: 0.6;
        -moz-transform: scale(0.6);
    }
}
/*End Booker_telesales_search_results */
/* BOOKER_telesales_create_order */
main#booker_telesales_create_order .main-content {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 100%;
    margin-left: 2em;
    margin-right: 2em;
} main#booker_telesales_create_order {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    margin-bottom: 4em;
} main#booker_telesales_create_order .main-content .badge {
    font-size: 20px !important;
    width: 100%;
    text-align: left;
} main#booker_telesales_create_order .alternatives {
    color: red;
} main#booker_telesales_create_order .main-content .order-details {
    border: 1px solid #EFEFEF;
} main#booker_telesales_create_order .main-content h4 {
    color: #2356AA;
} main#booker_telesales_create_order .main-content .order-details h5 {
    color: #2356AA;
} main#booker_telesales_create_order .main-content .labels {
    display: inline-block;
    margin-bottom: 2em;
    color: #808080;
} main#booker_telesales_create_order .main-content .labels span {
    color: #808080;
} main#booker_telesales_create_order .main-content .order-details .form-field label {
    width: 12em;
    margin-top: auto;
    margin-bottom: auto;
} main#booker_telesales_create_order .main-content .order-details .form-field .labelright {
    width: 12em;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 11em;
} main#booker_telesales_create_order .main-content .order-details .form-field input {
    width: 16em;
    margin-right: 1em;
} main#booker_telesales_create_order .main-content .order-details .form-field select {
    width: 16em;
    padding: 5px 10px;
    margin-right: 1em;
} main#booker_telesales_create_order .main-content .order-details .btn {
    padding: 5px 20px;
    width: 14em;
} main#booker_telesales_create_order .main-content .order-details .line-separator {
    border-bottom: 1px solid #EDEDED;
} main#booker_telesales_create_order .main-content .items .add-item {
    width: 40%;
} main#booker_telesales_create_order .main-content .items h5 {
    color: #2356AA;
} main#booker_telesales_create_order .main-content .items {
    border: 1px solid #EFEFEF;
} main#booker_telesales_create_order .main-content .items .search-item {
    width: 100%;
    margin-left: 6em;
} main#booker_telesales_create_order .main-content .items .form-field label {
    width: 12em;
    margin-top: auto;
    margin-bottom: auto;
} main#booker_telesales_create_order .main-content .items .form-field input {
    width: 16em;
    margin-top: auto;
    margin-bottom: auto;
} main#booker_telesales_create_order .main-content .items .table-variants {
    padding: 1em 1em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    clear: left;
    display: block;
    overflow-y: scroll;
    margin-right: 1em;
} main#booker_telesales_create_order .main-content .items .table-variants .color {
    color: Red;
} main#booker_telesales_create_order .main-content .items .table-variants table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} main#booker_telesales_create_order .main-content .items .table-variants table thead tr:last-child {
    border-bottom: 1px solid #333333;
} main#booker_telesales_create_order .main-content .items .table-variants table thead tr th {
    font-weight: 900;
} main#booker_telesales_create_order .main-content .items .table-variants table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#booker_telesales_create_order .main-content .items .table-variants thead tr th, main#booker_telesales_create_order .main-content .items .table-variants tbody tr td {
    padding: 0.25em 0.5em;
} main#booker_telesales_create_order .main-content .items .discounts {
    width: 55%;
} main#booker_telesales_create_order .main-content .items .table-discounts {
    padding: 1em 1em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    clear: left;
} main#booker_telesales_create_order .main-content .items .table-discounts {
    display: block;
    height: 200px;
    overflow-y: scroll;
    margin-left: 1em;
} main#booker_telesales_create_order .main-content .items .table-discounts {
    display: block;
    height: 350px;
    overflow-y: scroll;
    margin-left: 1em;
    margin-right: 1em;
} main#booker_telesales_create_order .main-content .items .table-discounts table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} main#booker_telesales_create_order .main-content .items .table-discounts table thead tr:last-child {
    border-bottom: 1px solid #333333;
} main#booker_telesales_create_order .main-content .items .table-discounts table thead tr th {
    font-weight: 900;
} main#booker_telesales_create_order .main-content .items .table-discounts table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#booker_telesales_create_order .main-content .items .table-discounts thead tr th, main#booker_telesales_create_order .main-content .items .table-discounts tbody tr td {
    padding: 0.25em 0.5em;
} main#booker_telesales_create_order .main-content .items .table-discounts tbody .clickable {
    color: blue;
    cursor: pointer;
} main#booker_telesales_create_order .main-content .items .sub-total {
    border: 1px solid #EFEFEF;
    width: 100%;
    margin-right: 1em;
    margin-bottom: 1em;
    min-width: 45%;
} main#booker_telesales_create_order .main-content .items .sub-total .labels {
    margin-left: 10em;
} main#booker_telesales_create_order .main-content .items .sub-total label {
    width: 15em;
    color: #000000;
    text-align: right;
} main#booker_telesales_create_order .main-content .items .sub-total span {
    margin-left: 1em;
    color: #000000;
} main#booker_telesales_create_order .main-content .items .sub-total .spanBig {
    font-size: 20px;
}
/*BOOKER_Copy_Previous_Orders*/
main#copyPreviousOrders .copyPreviousOrders {
    padding: 1em 5em;
} main#copyPreviousOrders .footer-buttons {
    padding: 1em 5em;
} main#booker_telesales_create_order .main-content .items .sub-total .labels .buttonsub {
    margin-left: 16em;
} .AdministrationRow .rowMode .product-list .product {
    position: relative;
    border: 1px solid #ECECEC;
    box-shadow: none;
} .AdministrationRow .rowMode .product-list {
    background-color: #FFFFFF;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
} section.AdministrationRow .rowMode {
    display: inline-block;
    width: 100%;
} .AdministrationRow .rowMode .product-list .product .col-4:nth-child(1) {
    padding-right: 0px;
    padding-left: 10px;
} .AdministrationRow .rowMode .product-list .product .product-details {
    display: flex;
    justify-content: space-between;
} .AdministrationRow .rowMode .product-list .product .product-number .ambient {
    display: none !important;
} .AdministrationRow .rowMode .case-weight.mobile, .AdministrationRow .rowMode .case-quantity.mobile, .AdministrationRow .rowMode .product-list .product .product-number-mobile {
    display: none;
} .AdministrationRow .rowMode .product-list .product .case-image {
    flex-direction: column;
    width: 5em;
    text-align: center;
    font-size: 14px;
    padding-right: 0px;
} .AdministrationRow .rowMode .product-list .product .product-image {
    text-align: center;
    cursor: pointer;
} .AdministrationRow .rowMode .product-list .product .product-image img {
    height: 8em;
    max-width: 8em;
    object-fit: cover;
} .AdministrationRow .rowMode .product-list .product .product-details .price-marked {
    display: block;
    color: #3F6BB5;
    font-size: 14px;
    margin-bottom: 0;
} .AdministrationRow .allocationClose .rowMode .product-list .product .product-details .designation {
    display: block !important;
    font-size: 14px;
} .AdministrationRow .rowMode .product-list .product .shopping {
    height: 100%;
    font-size: 14px;
    width: 20em;
} .AdministrationRow .rowMode .product-list .product .shopping .buy-this-product .prices-and-taxes {
    padding-right: 1.5em;
    padding-left: 0em;
    width: 100%;
} .AdministrationRow .rowMode .product-list .product .shopping .buy-this-product>div {
    display: inline-block !important;
} .AdministrationRow .rowMode .product-list .product .shopping .buy-this-product>div {
    display: inline-block !important;
} .AdministrationRow .rowMode .product-list .product .shopping .shop {
    margin-left: auto;
    margin-right: 1.5em;
} .AdministrationRow .rowMode .product-list .product .shopping .prices-and-taxes .price {
    font-size: 20px;
    text-align: right;
} .AdministrationRow .rowMode .product-list .product .shopping .price-row {
    color: #909090;
    position: relative;
} .AdministrationRow .rowMode .product-list .product .shopping .buy-this-product>div {
    display: inline-block !important;
} .AdministrationRow .allocationClose .rowMode .product-list .product .shopping .buy-this-product .shop .allocation-text {
    display: block !important;
    padding-left: 2.75em;
    padding-right: 2.75em;
} .AdministrationRow .rowMode .product-list .product .shopping .allocation-text input, .AdministrationRow .rowMode .product-list .product .shopping .buy-this-product .shop .allocation-text input {
    width: 3em;
    height: 3em;
    text-align: center;
    padding-left: 0;
    background-color: #FAFAFA;
    border: 1px solid #AFAFAF;
} .AdministrationRow .rowMode .product-list .product .shopping .buy-this-product {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    min-width: 20em;
} .AdministrationRow .rowMode .product-list .product .product-details .on-deliveries {
    font-size: 13px;
    flex-direction: row !important;
} .AdministrationRow .rowMode .product-list .product .product-details .yellow-message {
    position: relative;
    height: 30px;
} .AdministrationRow .rowMode .product-list .product .product-details .discount {
    color: red;
    height: 1.5em;
    font-size: 14px;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
} .AdministrationRow .rowMode .product-list .product-header .exclusive {
    position: absolute;
    left: 0;
    z-index: 1;
} .AdministrationRow .rowMode .product-list .product.not-available {
    background-color: #EBEBEB;
    border: 1px solid #DDDDDD;
} .AdministrationRow .rowMode .product-list .product .alternatives-btn {
    background-color: #00BDF7;
    color: white;
    width: 100%;
} .AdministrationRow .rowMode .product-list .product .product-number {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
} .AdministrationRow .rowMode .product-list .product .product-number img {
    display: none;
} .AdministrationRow .rowMode .product-list .product .product-header .blue-message-trapezoid {
    border-top: 30px solid #5880E8;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .AdministrationRow .rowMode .product-list .product .red-message span, .AdministrationRow .rowMode .product-list .product .orange-message span, .AdministrationRow .rowMode .product-list .product .yellow-message span, .AdministrationRow .rowMode .product-list .product .blue-message span {
    position: absolute;
    left: 10px;
    top: 0.25em;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    font-weight: 900;
    color: white;
} .AdministrationRow .rowMode .product-list .product .red-message-trapezoid {
    border-top: 30px solid #FF0037;
    border-right: 10px solid transparent;
    height: 0;
    width: 10em;
} .AdministrationRow .rowMode .product-list .product .red-message, .AdministrationRow .rowMode .product-list .product .orange-message, .AdministrationRow .rowMode .product-list .product .yellow-message, .AdministrationRow .rowMode .product-list .product .blue-message {
    position: relative;
} .AdministrationRow .rowMode .product-list .product .product-details .orange-message {
    position: relative;
    height: 30px;
} .AdministrationRow .rowMode .product-list .product .product-details .orange-message-trapezoid {
    border-top: 30px solid #FFBA01;
    border-right: 10px solid transparent;
    height: 0;
} .AdministrationRow .rowMode .product-list .product .product-details .w-12 {
    width: 12em;
} .AdministrationRow .rowMode .product-list .product .product-details .yellow-message {
    position: relative;
    height: 30px;
} .AdministrationRow .rowMode .product-list .product .product-details .w-6 {
    width: 6em;
} .AdministrationRow .rowMode .product-list .product .product-details .yellow-message-trapezoid {
    border-top: 30px solid #FDDE50;
    border-right: 10px solid transparent;
    height: 0;
} .AdministrationRow .rowMode .product-list .product .shopping .remove-text {
    color: red;
    cursor: pointer;
} .AdministrationRow .rowMode .product-list .product .shopping .select-text {
    color: blue;
    cursor: pointer;
} .rowMode .product-list .product .shopping .shop {
    padding-left: 1em !important;
    padding-right: 1em !important;
} @media (max-width: 1680px) {
    main#booker_telesales_create_order .main-content {
        zoom: 0.86;
        -moz-transform: scale(0.86);
    }
} @media (max-width: 1660px) {
    main#booker_telesales_create_order .main-content {
        zoom: 0.85;
        -moz-transform: scale(0.85);
    }
} @media (max-width: 1600px) {
    main#booker_telesales_create_order .main-content {
        zoom: 0.81;
        -moz-transform: scale(0.81);
    }
} @media (max-width: 1536px) {
    main#booker_telesales_create_order .main-content {
        zoom: 0.77;
        -moz-transform: scale(0.77);
    }
} @media (max-width: 1440px) {
    main#booker_telesales_create_order .main-content {
        zoom: 0.71;
        -moz-transform: scale(0.71);
    }
} @media (max-width: 1360px) {
    main#booker_telesales_create_order .main-content {
        zoom: 0.67;
        -moz-transform: scale(0.67);
    }
} @media (max-width: 1280px) {
    main#booker_telesales_create_order .main-content {
        zoom: 0.615;
        -moz-transform: scale(0.615);
    }
} @media (max-width: 1024px) {
    main#booker_telesales_create_order .main-content {
        zoom: 0.55;
        -moz-transform: scale(0.55);
    }

    main#booker_telesales_create_order .main-content .order-details .form-field label {
        width: 12em;
        margin-top: auto;
        margin-bottom: auto;
    }

    main#booker_telesales_create_order .main-content .order-details .form-field .labelright {
        width: 12em;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 5em;
    }

    main#booker_telesales_create_order .main-content .order-details .form-field input {
        width: 12em;
        margin-right: 1em;
    }

    main#booker_telesales_create_order .main-content .order-details .form-field select {
        width: 12em;
        padding: 5px 10px;
        margin-right: 1em;
    }
}
/* END BOOKER_telesales_create_order */
/* Telesales_forgotten_password_request_popup */
main#forgotten_password_request_popup {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} main#forgotten_password_request_popup .main-content {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
} main#forgotten_password_request_popup .main-content h2 {
    color: #2356AA;
    border-bottom: solid 1px;
    padding-bottom: 1rem;
    margin-bottom: 0;
} main#forgotten_password_request_popup .main-content .login-here .labels {
    display: inline-block;
} main#forgotten_password_request_popup .main-content .btn {
    padding: 5px 20px;
} main#forgotten_password_request_popup .main-content .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
} @media (max-width: 1200px) {
    main#forgotten_password_request_popup .main-content {
        width: 60%;
    }
} @media (max-width: 1050px) {
    main#forgotten_password_request_popup .main-content {
        width: 60%;
    }
} @media (max-width: 900px) {
    main#forgotten_password_request_popup .main-content {
        width: 80%;
    }
} @media (max-width: 600px) {
    main#forgotten_password_request_popup .main-content {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}
/* FIN Telesales_forgotten_password_request_popup */
/* Telesales_substitutions_popup */
main#substitutions_popup .modal-content {
    width: 85%;
} main#substitutions_popup .substitution-table-col {
    padding: 1em 1em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    clear: left;
} main#substitutions_popup .substitution-table-col table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} main#substitutions_popup .substitution-table-col table thead tr:last-child {
    border-bottom: 1px solid #333333;
} main#substitutions_popup .substitution-table-col table thead tr th {
    font-weight: 900;
} main#substitutions_popup .substitution-table-col table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#substitutions_popup .substitution-table-col thead tr th, main#substitutions_popup .substitution-table-col tbody tr td {
    padding: 0.25em 0.5em;
} main#substitutions_popup .substitution-table-col tbody .select {
    color: blue;
    cursor: pointer;
} @media (max-width: 1440px) {
    main#substitutions_popup .modal-content {
        width: 80%;
    }
} @media (max-width: 1360px) {
    main#substitutions_popup .modal-content {
        width: 84%;
    }
} @media (max-width: 1280px) {
    main#substitutions_popup .modal-content {
        width: 88%;
    }
} @media (max-width: 1024px) {
    main#substitutions_popup .modal-content {
        width: 90%;
    }

    main#substitutions_popup .modal-content {
        zoom: 0.9;
        -moz-transform: scale(0.9);
    }
}
/* FIN Telesales_substitutions_popup */
/* Cambio boton Cancel product-list Popup 6 */
.modalComponents .direct-delivered .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
}
/* Fin Cambio boton Cancel product-list Popup 6 */
#SearchCoke .modalComponents .delist-modal .rowMode .product-list .product .hide-btn .btn {
    display: none !important;
}
/* Online Exclusive hover tooltip */
.SubCategoriesRow .rowMode .product-list .product .red-message .tooltiptext {
    visibility: hidden;
    background-color: #2356AA !important;
    color: white;
    text-align: left;
    padding: 5px 5px;
    border-radius: 6px;
    min-height: 110px;
    z-index: 1;
    display: inline-block;
    position: absolute;
    width: calc(100vw - 5px);
    max-width: 600px;
} .SubCategoriesRow .colMode .product-list .product .red-message .tooltiptext {
    visibility: hidden;
    background-color: #2356AA !important;
    color: white;
    text-align: left;
    padding: 5px 5px;
    border-radius: 6px;
    min-height: 200px;
    z-index: 1;
    display: inline-block;
    position: absolute;
    width: calc(100% - 5px);
    max-width: 600px;
} @media (max-width: 1280px) {
    .SubCategoriesRow .colMode .product-list .product .red-message .tooltiptext {
        font-size: 14px;
    }
} @media (max-width: 568px) {
    .SubCategoriesRow .rowMode .product-list .product .red-message .tooltiptext {
        font-size: 14px;
    }
} @media (max-width: 414px) {
    .SubCategoriesRow .rowMode .product-list .product .red-message .tooltiptext {
        min-height: 150px;
    }
} @media (max-width: 360px) {
    .SubCategoriesRow .rowMode .product-list .product .red-message .tooltiptext {
        min-height: 165px;
    }
}
/* Fin Online Exclusive hover tooltip */
/* Fix BOOKER_Recent_Purchase_1/2 buttons */
main#booker_recentPurchase_New .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product .alternatives {
    width: 100%;
} main#booker_recentPurchase_New .SubCategoriesRow .rowMode .product-list .product .shopping .buy-this-product .alternatives .hide-btn {
    float: right;
    margin-top: 2em;
}
/* FIN Fix BOOKER_Recent_Purchase_1/2 buttons */
/* Booker_Add_Card Tooltip */
main#booker_addCard .tooltiptext {
    visibility: hidden;
    background-color: white !important;
    color: black;
    text-align: left;
    padding: 5px 5px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    z-index: 1;
    display: inline-block;
    position: absolute;
} main#booker_addCard .add-new-card #hover {
    position: absolute;
    left: 17em;
    top: 0.25em;
    width: 2em;
    height: 2em;
} main#booker_addCard .add-new-card #hover:hover .tooltiptext {
    visibility: visible;
} @media (max-width: 1680px) {
    main#booker_addCard .add-new-card #hover {
        left: 16.5em;
    }
} @media (max-width: 1400px) {
    main#booker_addCard .add-new-card #hover {
        left: 16em;
    }
} @media (max-width: 1024px) {
    main#booker_addCard .add-new-card #hover {
        left: 15.5em;
    }
} @media (max-width: 823px) {
    main#booker_addCard .add-new-card #hover {
        left: 16.5em;
    }
} @media (max-width: 768px) {
    main#booker_addCard .add-new-card #hover {
        left: 32em;
    }
} @media (max-width: 667px) {
    main#booker_addCard .add-new-card #hover {
        left: 26.5em;
    }
} @media (max-width: 568px) {
    main#booker_addCard .add-new-card #hover {
        left: 23em;
    }
} @media (max-width: 414px) {
    main#booker_addCard .add-new-card #hover {
        left: 19.5em;
    }
} @media (max-width: 375px) {
    main#booker_addCard .add-new-card #hover {
        left: 17.5em;
    }
} @media (max-width: 360px) {
    main#booker_addCard .add-new-card #hover {
        left: 17em;
    }
} @media (max-width: 320px) {
    main#booker_addCard .add-new-card #hover {
        left: 15em;
    }
}
/* FIN Booker_Add_Card Tooltip */
/* Booker_UserCreation_1TermsConditions Tooltip */
main#booker_1termsconditions .tooltiptext {
    visibility: hidden;
    background-color: white !important;
    color: black;
    text-align: left;
    padding: 5px 5px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    z-index: 1;
    display: inline-block;
    position: absolute;
    width: calc(100vw - 35px);
    max-width: 500px;
} main#booker_1termsconditions .input-icons:hover .tooltiptext {
    visibility: visible;
} @media (max-width: 1400px) {
    main#booker_1termsconditions .tooltiptext {
        max-width: 400px;
    }
} @media (max-width: 823px) {
    main#booker_1termsconditions .tooltiptext {
        max-width: 300px;
        font-size: 14px;
    }
} @media (max-width: 768px) {
    main#booker_1termsconditions .tooltiptext {
        right: 0%;
    }
}
/* FIN Booker_UserCreation_1TermsConditions Tooltip */
/* BOOKER_UserCreation_2YourDetails Tooltip */
main#booker_userCreation_2YourDetails .tooltiptext {
    visibility: hidden;
    background-color: white !important;
    color: black;
    text-align: left;
    padding: 5px 5px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    z-index: 1;
    display: inline-block;
    position: absolute;
    width: calc(100vw - 35px);
    max-width: 500px;
} main#booker_userCreation_2YourDetails .input-icons:hover .tooltiptext {
    visibility: visible;
} @media (max-width: 1400px) {
    main#booker_userCreation_2YourDetails .tooltiptext {
        max-width: 400px;
    }
} @media (max-width: 1280px) {
    main#booker_userCreation_2YourDetails .tooltiptext {
        max-width: 350px;
    }
} @media (max-width: 1024px) {
    main#booker_userCreation_2YourDetails .tooltiptext {
        right: 0%;
    }
}
/* FIN BOOKER_UserCreation_2YourDetails Tooltip */
/* BOOKER_MyAccountPreferences Tooltip */
main#myAccountPreference-desktop .tooltiptext {
    visibility: hidden;
    background-color: white !important;
    color: black;
    text-align: left;
    padding: 5px 5px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    z-index: 1;
    display: inline-block;
    position: absolute;
} main#myAccountPreference-desktop .hover:hover .tooltiptext {
    visibility: visible;
} main#myAccountPreference-mobile .tooltiptext {
    font-size: 16px;
    visibility: hidden;
    background-color: white !important;
    color: black;
    text-align: left;
    padding: 5px 5px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    z-index: 1;
    display: inline-block;
    position: absolute;
    right: 0%;
} main#myAccountPreference-mobile #hover:hover .tooltiptext {
    visibility: visible;
}
/* FIN BOOKER_MyAccountPreferences Tooltip */
/* Direct Delivered hover tooltip */
.SubCategoriesRow .rowMode .product-list .product .blue-message .tooltiptext {
    visibility: hidden;
    background-color: #2356AA !important;
    color: white;
    text-align: left;
    padding: 5px 5px;
    border-radius: 6px;
    min-height: 110px;
    z-index: 1;
    display: inline-block;
    position: absolute;
    width: calc(100vw - 5px);
    max-width: 600px;
} .SubCategoriesRow .colMode .product-list .product .blue-message .tooltiptext {
    visibility: hidden;
    background-color: #2356AA !important;
    color: white;
    text-align: left;
    padding: 5px 5px;
    border-radius: 6px;
    min-height: 200px;
    z-index: 1;
    display: inline-block;
    position: absolute;
    width: calc(100% - 5px);
    max-width: 600px;
} @media (max-width: 1280px) {
    .SubCategoriesRow .colMode .product-list .product .blue-message .tooltiptext {
        font-size: 14px;
    }
} @media (max-width: 568px) {
    .SubCategoriesRow .rowMode .product-list .product .blue-message .tooltiptext {
        font-size: 14px;
    }
} @media (max-width: 414px) {
    .SubCategoriesRow .rowMode .product-list .product .blue-message .tooltiptext {
        min-height: 150px;
    }
} @media (max-width: 360px) {
    .SubCategoriesRow .rowMode .product-list .product .blue-message .tooltiptext {
        min-height: 165px;
    }
}
/* Fin Direct Delivered hover tooltip */
/* BOOKER_Scanner_Load_Products_From_Scanner badge format */
main#scannerLoadProduct .badge {
    font-size: 20px !important;
    width: 100%;
    text-align: left;
}
/* FIN BOOKER_Scanner_Load_Products_From_Scanner badge format */
/* Product-list tooltip format */
.tooltip-inner {
    background-color: #eee !important;
    color: #000 !important;
    border: 3px solid #2356AA !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
/*FIN Product-list tooltip format */
/* Telephone numbers as links in mobile */
@media(max-width:767px) {
    main#booker_branch_locator .telephone {
        cursor: pointer !important;
        color: blue !important;
        text-decoration: underline;
    }

    main#centralBilling_CheckOput .telephone {
        cursor: pointer !important;
        color: blue !important;
        text-decoration: underline;
    }

    .centralBillingProductList .blue-banner .telephone {
        cursor: pointer !important;
        color: blue !important;
        text-decoration: underline;
    }

    main#contactPage-mobile .telephone {
        cursor: pointer !important;
        color: blue !important;
        text-decoration: underline;
    }

    main#booker_ContactPage_ContactBranchManager .telephone {
        cursor: pointer !important;
        color: blue !important;
        text-decoration: underline;
    }

    main#booker_Invoices_PDFServerNotResponding .telephone {
        cursor: pointer !important;
        color: blue !important;
        text-decoration: underline;
    }

    main#shopping-mobile .telephone {
        cursor: pointer !important;
        color: blue !important;
        text-decoration: underline;
    }

    main#payment .telephone {
        cursor: pointer !important;
        color: blue !important;
        text-decoration: underline;
    }

    .login-required .telephone {
        cursor: pointer !important;
        color: blue !important;
        text-decoration: underline;
    }

    .trolley-checkout .telephone {
        cursor: pointer !important;
        color: blue !important;
        text-decoration: underline;
    }

    main#booker_1termsconditions .telephone {
        cursor: pointer !important;
        color: blue !important;
        text-decoration: underline;
    }
}
/*Fin Telephone numbers as links in mobile */
/* BOOKER_telesales_online_exclusive */
main#booker_telesales_online_exclusives .main-content {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 100%;
    margin-left: 2em;
    margin-right: 2em;
} main#booker_telesales_online_exclusives {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    margin-bottom: 4em;
} main#booker_telesales_online_exclusives .main-content .group {
    border: 1px solid #EFEFEF;
} main#booker_telesales_online_exclusives .main-content h4 {
    color: #2356AA;
} main#booker_telesales_online_exclusives .main-content .labels {
    display: inline-block;
    margin-bottom: 2em;
    color: #808080;
} main#booker_telesales_online_exclusives .main-content .labels span {
    color: #808080;
} main#booker_telesales_online_exclusives .main-content .group label {
    width: 5em;
    margin-top: auto;
    margin-bottom: auto;
} main#booker_telesales_online_exclusives .main-content .group .form-field {
    width: 12em;
    margin-right: 1em;
} main#booker_telesales_online_exclusives .main-content .line-separator {
    border-bottom: 1px solid #EDEDED;
} main#booker_telesales_online_exclusives .main-content .items .table-variants {
    padding: 1em 1em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    clear: left;
    display: block;
    overflow-y: scroll;
    margin-right: 1em;
} main#booker_telesales_online_exclusives .main-content .items .table-variants table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} main#booker_telesales_online_exclusives .main-content .items .table-variants table thead tr:last-child {
    border-bottom: 1px solid #333333;
} main#booker_telesales_online_exclusives .main-content .items .table-variants table thead tr th {
    font-weight: 900;
} main#booker_telesales_online_exclusives .main-content .items .table-variants table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#booker_telesales_online_exclusives .main-content .items .table-variants thead tr th, main#booker_telesales_online_exclusives .main-content .items .table-variants tbody tr td {
    padding: 0.25em 0.5em;
} main#booker_telesales_online_exclusives .buttons {
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    text-align: right;
} main#booker_telesales_online_exclusives .buttons btn {
    width: 6em;
} main#booker_telesales_online_exclusives .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
} @media(max-width: 1024px) {
    main#booker_telesales_online_exclusives .middle {
        zoom: 0.9;
        -moz-transform: scale(0.9);
    }
}
/* Fin BOOKER_telesales_online_exclusive */
/* Telesales_SEARCH FOR ITEM */
main#booker_telesales .table-variants {
    padding: 1em 1em;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    position: relative;
    clear: left;
} main#booker_telesales .table-variants table {
    min-width: 100%;
    width: 100%;
    max-width: 1100px;
} main#booker_telesales .table-variants table thead tr:last-child {
    border-bottom: 1px solid #333333;
} main#booker_telesales .table-variants table thead tr th {
    font-weight: 900;
} main#booker_telesales .table-variants table tbody tr {
    border-bottom: 1px solid #E3E3E3;
} main#booker_telesales .table-variants .grey-row {
    background-color: #C3C3C3;
} main#booker_telesales .table-variants thead tr th, main#booker_telesales .table-variants tbody tr td {
    padding: 0.25em 0.5em;
} .modalComponents .delist-modal main .filters .form-custom-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
} .modalComponents .delist-modal main .filters .form-custom-select select::-ms-expand {
    display: none;
} .modalComponents .delist-modal main .quantity {
    height: 100% !important;
    vertical-align: middle !important;
} .modalComponents .delist-modal main .quantity input {
    width: 3em;
} .modalComponents .delist-modal main .quantity button {
    border-radius: 0.25rem;
} @media (max-width: 1536px) {
    main#booker_telesales .table-variants {
        -moz-transform: scale(0.95);
        zoom: 0.95;
    }
} @media (max-width: 1440px) {
    main#booker_telesales .table-variants {
        -moz-transform: scale(0.9);
        zoom: 0.9;
    }
}
/*Fin Telesales_SEARCH FOR ITEM */
.hidden-trolley .trolleys {
    display: none;
    visibility: hidden;
} .underline-title {
    color: black !important;
    text-decoration: underline;
} .underline-title:hover {
    color: blue !important;
} .product-details .trolleys .hidden {
    display: block !important;
} .product-details .trolleys .not-hidden {
    display: none !important;
} .product-details .trolleys .header-button {
    background-color: #EBECF0;
}
/* Telesales_set_password */
main#telesales_set_password {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
} main#telesales_set_password .main-content {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
} main#telesales_set_password .main-content h3 {
    color: #2356AA;
} main#telesales_set_password .badge {
    font-size: 16px !important;
    width: 100%;
    text-align: left;
    white-space: normal !important;
} main#telesales_set_password .main-content .login-here .user-icon {
    margin-top: auto;
    margin-bottom: auto;
} main#telesales_set_password .main-content .login-here .user-icon .fa-user-lock {
    font-size: 30px;
    color: #2356AA;
} main#telesales_set_password .main-content .login-here .labels {
    display: inline-block;
} main#telesales_set_password .main-content .login-here .labels span {
    color: #808080;
} main#telesales_set_password .main-content .customer-number {
    color: rgb(0, 0, 0);
} main#telesales_set_password .main-content .form-field label {
    width: 10em;
    margin-top: auto;
    margin-bottom: auto;
} main#telesales_set_password .main-content .form-field input {
    width: 22em;
    padding: 5px 10px;
} main#telesales_set_password .main-content .btn {
    padding: 5px 20px;
} main#telesales_set_password .main-content .cancel-btn {
    background-color: #E6E6E6;
    color: #808080;
} main#telesales_set_password .main-content .proceed-btn {
    color: white;
    background-color: #51AF39 !important;
} main#telesales_set_password .main-content .line-separator {
    border-bottom: 1px solid #EDEDED;
} main#telesales_set_password .main-content .links a {
    display: block;
    color: #062F6E !important;
} main#telesales_set_password .main-content .asterisk {
    position: inherit !important;
    margin-left: 0 !important;
} main#telesales_set_password .main-content .max-width-control {
    max-width: 30em;
} @media (max-width: 1200px) {
    main#telesales_set_password .main-content {
        width: 60%;
    }

    main#telesales_set_password .main-content .form-field input {
        width: 28em;
    }
} @media (max-width: 1050px) {
    main#telesales_set_password .main-content {
        width: 60%;
    }

    main#telesales_set_password .main-content .form-field input {
        width: 26em;
    }
} @media (max-width: 900px) {
    main#telesales_set_password .main-content {
        width: 80%;
    }
} @media (max-width: 800px) {
    main#telesales_set_password .main-content .form-field input {
        width: 22em;
    }
} html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar .col {
    flex-basis: 220px !important;
} @media(max-width:1035px) {
    header#shopping-header-desktop #logo {
        padding-right: 0;
    }
} @media(max-width:1015px) {} @media(max-width:998px) {
    html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar #search-input input {
        max-width: 75%;
    }

    html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar .col {
        flex-basis: 210px !important;
    }

    html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar .title {
        font-size: 15px;
    }
} @media(max-width:991px) {
    html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar #search-input input {
        max-width: 65%;
    }

    header#shopping-header-desktop #logo {
        padding-right: 15px;
    }

    header#shopping-header-desktop .btn-flex {
        width: 100%;
        padding-left: 1em;
        padding-top: 1em;
    }

    header#shopping-header-desktop #search-bar .btnCol {
        display: flex;
        justify-content: flex-end;
    }
} @media (max-width: 982px) {
    html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar .col {
        flex-basis: 205px !important;
    }
} @media (max-width: 973px) {
    html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar .col {
        flex-basis: 200px !important;
    }

    html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar .title {
        font-size: 14px;
    }
} @media (max-width: 963px) {
    html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar .col {
        flex-basis: 190px !important;
    }

    html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar .title {
        font-size: 13px;
    }
} @media (max-width: 923px) {
    html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar .col {
        flex-basis: 185px !important;
    }
} @media (max-width: 918px) {
    html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar .col {
        flex-basis: 180px !important;
    }
} @media (max-width: 903px) {
    html[data-useragent*='Edge/17.17134'] header#shopping-header-desktop #search-bar .col {
        flex-basis: 175px !important;
    }
} @media (max-width: 900px) {
    header#shopping-header-desktop {
        display: none !important;
    }

    header#shopping-header-mobile {
        display: block !important;
    }
} @media(max-width:575px) {
    header#shopping-header-mobile #checkout {
        max-width: 100%;
    }
} @media(max-width:390px) {
    header#shopping-header-mobile #logo {
        padding-left: 0.1em !important;
    }
}
/*Firefox*/
@media(max-width:376px) {
    header#shopping-header-mobile #search-bar .logo-and-buttons .col {
        flex-basis: 100% !important;
    }
}
/*Fin telesales_Set_password */
.tooltip-inner {
    white-space: pre-wrap;
    text-align: left !important;
} main#booker_trolley_first_main .badge {
    width: 100%;
    text-align: left;
    white-space: normal !important;
} .after-not-available-border {
    border: 1px solid #DDDDDD;
    max-width: 310px;
} .after-not-available-border-col {
    border: 1px solid #DDDDDD;
} .greeting .hello {
    margin-right: 0.35em;
} .manager-card-col a, .manager-card-col img {
    width: 100%;
    height: auto;
} .add-note .add-note-label {
    color: #007bff;
} .case-image .case-weight.nobreak {
    white-space: nowrap;
} .allocationOpen.deal-closed .plus-minus-icon {
    display: none !important;
} .allocationOpen.deal-closed .deal-mode {
    padding-left: 1.75em;
    padding-right: 1.75em
} .allocation-page {
    padding-top: 1rem !important;
} .allocation-page .group-by {
    display: none
} .allocation-page .rowMode .buy-this-product .prices-and-taxes {
    padding-right: 20px
} .SubCategoriesRow .allocationOpen .rowMode .product-list .product .buying {
    background-color: #fff !important;
} @media (min-width:768px) {
    .SubCategoriesRow .rowMode .product-list .product #colored {
        height: 100%;
    }
} @media (min-width:768px) and (max-width:1025px) {
    .SubCategoriesRow .rowMode .product-list .product #colored {
        width: 50%;
    }
} .clickandcollect .buying {
    background-color: #fdead3 !important;
} @media (max-width:768px) {
    main#product_detail .case-image {
        display: block !important;
    }
} p.text-overflow-center {
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
} header#shopping-header-mobile #search-input div#scanner-icon {
    padding: 0 4px;
} header#shopping-header-mobile #search-input div#scanner-icon img {
    height: 44px;
}
/* Mobile scanner */
#barcode-picker {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
} .scanner-product-list {
    max-height: 50%;
    overflow: scroll;
} .scanner-header {
    padding: .5rem
} #scanner-modal .scanner-header-green {
    background: #E3F5E8;
    color: #75AD45;
} #scanner-modal .scanner-header-orange {
    background: #FDEAD3;
    color: #CE9F2F;
} #scanner-modal .scanner-header-green row {
    color: #75AD45;
} #scanner-modal .scanner-header-orange row {
    color: #ED6500;
} #scanner-modal {
    background-color: lightgray;
} #scanner-modal.scanner-modal-green .scanner-product-list .SubCategoriesRow .rowMode .product-list .product .buying {
    background-color: #A9E0B9;
} #scanner-modal.scanner-modal-orange .scanner-product-list .SubCategoriesRow .rowMode .product-list .product .buying {
    background-color: #FDEAD3;
} #scanner-modal .scanner-header {
    font-size: 1.5em;
} #scanner-modal .scanner-header #scanner-close-button {
    margin-top: 0.25em;
} #scanner-modal .scanner-header #scanner-minicart img {
    vertical-align: initial;
    width: 1em;
} #scanner-modal .scanner-notification {
    background-color: #2356AA !important;
} #scanner-modal #scanner-minicart .colt {
    color: #CE9F2F;
} #scanner-modal #scanner-minicart .delt {
    color: #75AD45;
} .scanner-notification {
    background: #00BDF7;
    padding: 1rem;
    display: none;
    top: 0;
    left: 0;
    z-index: 100
} .scanner-notification .close {
    right: 20px;
    top: 20%
} .modalComponents #product-not-found-modal .modal-content {
    height: 220px;
    top: 50%;
    margin-top: -110px;
} #barcode-picker #scanner-close-button {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 70px;
    color: white;
    display: none;
    z-index: 100;
} a#CybotCookiebotDialogPoweredbyCybot, div#CybotCookiebotDialogPoweredByText {
    display: none;
} @media screen and (min-width:950px) {
    .image-desktop {
        display:initial;
    }

    .image-mobile {
        display:none !important;
    }

    .d-block.w-100.image-desktop {
        display: initial;
    }

    .d-block.w-100.image-mobile {
        display:none !important;
    }    

    .video-desktop {
        display:initial;
    }

    .video-mobile {
        display:none !important;
    }
} @media screen and (max-width:950px) {
    .image-desktop {
        display:none !important;
    }

    image-mobile {
        display:initial;
    }

    .d-block.w-100.image-desktop {
        display: none !important;
    }

    .d-block.w-100.image-mobile {
        display: initial;
    } 

    .video-desktop {
        display: none !important;
    }

    .video-mobile {
        display: initial;
    }

    .product-row-mobile-link {
        margin-top: 1em;
    }
}
/* NEW products*/
.new-products-main {
    margin: 0 auto 0 auto;
} .new-products-main .new-products-container img:not(.align-self-start) {
        width: 100%; /* 4 images across */
        height: auto;
    } .new-products-main .new-products-container .product, .new-products-main .new-products-container .promotion-image, .new-products-main .new-products-container .bd-example {
    width: 100%;
} .new-products-main .new-products-container .full-width {
    max-width: 100%;
    flex: 0 0 100%;
} .embed-responsive-10by1::before {
    padding-top: 10%
} #shopping-header-mobile .menu-toggle .redcircle {
    position: relative;
    display: flex;
    width: 5px;
    height: 5px;
    top: -35px;
    right: -25px;
    background: red;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 100%;
} #shopping-header-mobile .menu-group .menu-option .redcircle {
    position: relative;
    width: 1px;
    height: 1px;
    top: -23px;
    right: -140px;
    background: red;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 100%;
} #shopping-header-desktop .redcircle {
    position: relative;
    width: 1px;
    height: 1px;
    top: -25px;
    right: -140px;
    background: red;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 100%;
} @media (max-width: 767px) {
    .row.allocationsHeaderRow .tab-content span.redcircle {
        top: -2em;
        right: -5.5em;
    }
} .row.allocationsHeaderRow .vertical-menu .redcircle {
    position: relative;
    width: 1px;
    height: 1px;
    top: -5px;
    right: -5px;
    background: red;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 100%;
} .row.allocationsHeaderRow .tab-content span.redcircle {
    position: relative;
    display: inline-block;
    top: -10px;
    right: 0;
    background: red;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 100%;
} header.shopping-header .top-nav .rep-orders a img {
    top: 16px;
    left: 12px;
    height: 30px;
} #shopping-header-mobile .page-menu .rep-orders .background-blue {
    background-color: #2356AA;
} .trading-week {
    padding-top: 1em;
}
/*#contactPage-desktop #deskpro-ticketing .card-body .btn {
    width: 16em;
}*/
#contactPage-desktop #deskpro-ticketing .card-body .btn:first-of-type {
    margin-bottom: 1em;
    margin-left: 1em;
} main#myAccountPreference-mobile .card .card-body .btn.account-tickets-button, main#myAccountPreference-desktop .card .card-body .btn.account-tickets-button {
    background-color: #00BDF7;
    color: white;
    width: 14em;
    float: right;
} main#myAccountPreference-desktop .card .card-body .btn.account-tickets-button:first-of-type {
        margin-bottom: 1em;
        margin-left: 1em;
    } .twoColPromoHeaderStrip {
    background: rgb(239,122,14);
    background: -moz-linear-gradient(80deg, rgba(239,122,14,1) 0%, rgba(254,80,3,1) 50%);
    background: -webkit-linear-gradient(80deg, rgba(239,122,14,1) 0%, rgba(254,80,3,1) 50%);
    background: linear-gradient(80deg, rgba(239,122,14,1) 0%, rgba(254,80,3,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7a0e",endColorstr="#fe5003",GradientType=1);
} .twoColPromoHeaderStrip p {
        margin-bottom: 0;
        font-size: 1.25rem;
        line-height: 1.25em;
        letter-spacing: 0.2px;
        color: #FFF;
        font-weight: 900;
    } .twoColPromoHeaderStrip p span {
            text-decoration: underline;
            text-transform: uppercase;
        } .twoColPromoBody {
    background: rgb(96,152,203);
    background: -moz-radial-gradient(circle, rgba(96,152,203,1) 0%, rgba(55,89,150,1) 32%);
    background: -webkit-radial-gradient(circle, rgba(96,152,203,1) 0%, rgba(55,89,150,1) 32%);
    background: radial-gradient(circle, rgba(96,152,203,1) 0%, rgba(55,89,150,1) 32%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6098cb",endColorstr="#375996",GradientType=1);
    background: url("/images/blueRadialbackground.svg") no-repeat center;
    background-size: cover;
    color: #FFF;
} .twoColPromoBody img {
        max-width: 460px
    } 
  .twoColPromoBody .twoColPromoBodyText h2 {
        padding-left: 0;
        color: #FFF;
        font-size: 1.5rem;
        line-height: 1.2083em
    } .twoColPromoBody p {
        font-size: 1.25rem;
        line-height: 1.3em;
    } .twoColPromoBody hr {
        display: none
    } .twoColPromoBody .twoColPromoBodyText .btn {
        max-width: 270px;
        height: auto;
        font-size: 1rem;
        background: transparent linear-gradient(90deg, #FFFFFF36 0%, #D5D5D55D 100%) 0% 0% no-repeat !important
    } .twoColPromoBody .twoColPromoBodyText .btn img {
            margin-left: 10px
        } #twoColPromoPopup .whiteBG {
    box-shadow: 2px 2px 0px #00000029
} #twoColPromoPopup .whiteBG {
        background: #FFF;
    } #twoColPromoPopup h2 {
        font-size: 2rem;
        line-height: 1.21875em
    } #twoColPromoPopup ul, #twoColPromoPopup ul p {
        margin-left: 10px;
        font-size: 1.25rem;
        line-height: 1.3em;
        font-weight: 600;
    } #twoColPromoPopup ul {
    margin-top: 20px;
    color: #00BDF7
} #twoColPromoPopup ul p {
        margin-bottom: 8px;
        color: #000
    } #twoColPromoPopup .closeBtn {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 1.75rem;
        line-height: 0.8rem;
        color: #000;
    } #twoColPromoPopup .closeBtn:hover {
            opacity: 0.7;
        }

@media(min-width:768px) {
    .twoColPromoBody .col-md-6:last-child {
        border-left: 1px solid #FFF;
    }
}
@media (max-width: 768px) {
    #proofOfBusinessSection .col-md-6 {
        padding: 0 !important;
        border: none !important;
        text-align: center;
    }

    #proofOfBusinessSection hr {
        display: block;
        margin: 40px auto 15px;
        height: 3px;
        width: 90px
    }

    #proofOfBusinessSection p {
        font-size: 1rem !important;
        line-height: 1.5625em !important;
    }

    #tradeOnlySupplier p {
        font-size: 1rem !important;
        line-height: 1.375em !important;
    }

    #twoColPromoPopup ul, #twoColPromoPopup ul p {
        font-size: 0.8125rem !important;
        line-height: 1.2307em !important;
    }

    #twoColPromoPopup h1, #twoColPromoPopup h2 {
        font-size: 1.375rem !important;
        line-height: 1em !important;
        padding: 8px 15px
    }
}

#twoColPromoPopup h1, #twoColPromoPopup h2 {
    font-size: 1.375rem !important;
    line-height: 1em !important;
    padding: 8px 15px
}

.branch-locator-icon {
    height: 1.2rem;
    margin-right: 0.2rem;
    margin-top: -3px;
}
.filter-invert {    
    filter: invert(100);    
}

#external-page .header-mobile #join-booker #postcode-input #branch-locator-mobile {
    background-color: white !important;
    background-image: url(/images/location-crosshairs-solid.svg) no-repeat right top;
}

.experience-editor > .col {
    min-width: 200px !important;
}


.new-products-container:empty { display: none; }

.bg-clip-0 {
    background-clip: unset;
}

label.error {color: red!important}
label.error { display: block; position: relative; }
input.error, select.error { border-color: #dc3545}

.create-an-account nav.top-nav {padding-left: 4.5em !important; padding-right: 5em !important}
.create-an-account nav.top-nav li {position: relative; list-style: none; min-width: 0;}
.create-an-account nav.top-nav li a#showBranchLocator {
    color: #FFF !important
}

.create-an-account nav.top-nav li .topNavBranchDropdown {position: absolute; width: 100%; min-width: 385px; margin-top: 10px; left: -172%; background: #2456aa; color: #FFF; z-index: 99}
.create-an-account nav.top-nav li .topNavBranchDropdown #postcode-input {width: auto}
.create-an-account nav.top-nav li .topNavBranchDropdown #postcode-input .fas {left: auto; right:0}
.create-an-account nav.top-nav li .topNavBranchDropdown #postcode-input input {padding-left: 10px}
.create-an-account nav.top-nav li .topNavRegister {background: #FFF; padding: 0.4rem 1rem; border-radius: 5px !important; color: #062F6E !important;}
.create-an-account nav.top-nav li .topNavBranchDropdown .btn {width: 100%; display: inline-block; background: #FFF; margin-left: 20px; padding-left: 1rem !important; padding-right: 1rem !important; border-radius: 5px !important; color:#062F6E; font-size: 0.95rem; font-weight: 700}

footer #social a {
    font-weight: 400;
    color: #062F6E !important
}
.font-trolley-checkout-size {
    font-size: 0.90rem;
}

.g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: right center;
}

@media screen and (max-height: 767px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: right center;
    }
}

.mr0 { margin-right:0px !important; }

header#shopping-header-desktop #mini-trolley #click-collect, header#shopping-header-mobile #mini-trolley-mobile #click-collect {
    border: 1px solid #C98D05;
}

header#shopping-header-desktop #mini-trolley #delivery, header#shopping-header-mobile #mini-trolley-mobile #delivery {
    border: 1px solid #82B279;
}

header#shopping-header-mobile #mini-trolley-mobile #delivery {
    width: 98%;
}

header#shopping-header-desktop #mini-trolley #click-collect {
    margin-right: 1em;
}

header#shopping-header-desktop #mini-trolley #delivery {
    margin-right: 1em;
}

/* Presell additions */

main#presell_button .desktop-view .product-quantity-date-header p {
    font-size: 10px;
}


main#presell_button .desktop-view .product-quantity-date-header, main#presell_button .mobile-view .product-quantity-date-header, main#presell_button .desktop-view .product-quantity-date, main#presell_button .mobile-view .product-quantity-date {
    max-width: 12.5%;
}


main#presell_button .mobile-view .product .product-details .product-name-priceMarked {
    height: inherit;
}

.plus-minus-icon.disabled {
    cursor: not-allowed !important;
    opacity: 0.6;
}

#agreeTsAndCsCheck {
    position: relative;
    margin-top: 0;
    margin-left: 0;
}

label[for="agreeTsAndCsCheck"] a {
    color: #062F6E;
    font-weight: bold;
}

@media (max-width: 1150px) {
    main#presell_button .mobile-view .product-quantity-date-header p {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    main#presell_button .mobile-view .product-quantity-date-header p {
        font-size: 8px;
    }
}

.product-image img {
    max-height: 96px;
}

@media (max-width: 1150px) {

    main#presell_button .mobile-view .product-quantity-date .plus-minus-icon {
        width: 1em !important;
        height: 1em !important;
    }
}

@media (max-width: 675px) {
    .mobile-view .product .prices-and-taxes-col {
        align-items: center;
    }
}

@media (max-width: 590px) {
    .prices-and-taxes .col-6 {
        flex: auto;
        max-width: none;
    }
}
.
