﻿/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    transition: background-color 5000s ease-in-out 0s;
}

.custom-bottom-footer {
    padding-bottom: 0px;
}

.courier-overlay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); /* Black background with opacity */
    z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.courier-overlay:hover {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6); /* Black background with opacity */
    z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}


.courier-disable-first-text {
    position: absolute;
    top: 47%;
    left: 5%;
    color: white;
    font-size: 16px;
    text-align: center;
}

.courier-disable-second-text {
    position: absolute;
    top: 62%;
    left: 30%;
    color: white;
    font-size: 32px;
    font-weight: 700;
}



.no-link {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

    .no-link:hover {
        color: inherit;
        text-decoration: none;
        background-color: transparent;
    }

.this-month:hover, .previous-month:hover, .last-year:hover {
    cursor: pointer;
    text-decoration: underline;
}

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.div-error {
    border: 2px solid #e9458a;
    border-radius: 10px;
}

.div-edit {
    border-radius: 10px;
    background-color: #F0F4F7
}

.no-hover:hover {
    text-decoration: none !important;
}

.version {
    font-size: 8px;
    font-family: 'Open Sans', sans-serif;
}

.title-ship-home {
    font-size: 37px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    top: 10%;
    left: 26%;
    position: absolute;
    z-index: 1;
    font-weight: 600;
    text-align: center;
    width: 100%
}

/*Jquery UI custom dropdown*/
#default-courier-data h2 {
    margin: 30px 0 0 0;
}

#default-courier-data fieldset {
    border: 0;
}

#default-courier-data label {
    display: block;
}

#default-courier-data .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
    padding: 0.5em 0 0.5em 3em;
}

#default-courier-data .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
    height: 24px;
    width: 24px;
    top: 0.1em;
}

#default-courier-data option.avatar {
    background-repeat: no-repeat !important;
    padding-left: 20px;
}

#default-courier-data .avatar .ui-icon {
    background-position: left top;
}

.sub-title-ship-home {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    top: 25%;
    left: 25%;
    position: absolute;
    z-index: 1;
    font-weight: 100;
    text-align: center;
    width: 100%
}

.pallet-info-tip {
    font-family: 'Source Sans Pro', sans-serif;
    color: #E9458A;
    font-size: 15px;
}

.kg-home {
    color: #B61F4D;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    top: 35%;
    left: 56%;
    z-index: 1;
    font-weight: bold;
}

.upload-text {
    position: absolute;
    top: 15%;
    left: 28%;
}

.no-xs-padding-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.from-to-title-ship-home {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    top: 51%;
    left: 58%;
}

.home-rate {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 70px;
    font-weight: 800;
    top: 36%;
    left: 62%;
}


.p-btn-upload-file {
    padding: 0px 125px;
}

#cancel_upload {
    cursor: pointer;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.file-button {
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    background-size: 60px 60px;
    background-color: #3D5F80;
    color: white;
    font-weight: 400;
    padding: 2px 30px;
    position: relative;
}

.fake-file {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#CsvFile {
    position: relative;
    text-align: right;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

.remove-file-button {
    position: relative;
    text-align: right;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}



/**********CUSTOM ZOHO FORM************/
.custom-zoho-form tr td {
    padding-bottom: 5px;
}

.custom-zoho-form {
    font-family: 'Open Sans', sans-serif;
}

    .custom-zoho-form a {
        font-family: 'Open Sans' !important, sans-serif!important;
        color: black !important
    }
/******SHAKE ANIMATION********/
@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}


/*img {
    vertical-align: unset;
}*/

.shake {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
}

.shake {
    display: inline-block
}

label {
    margin-bottom: 0.2rem;
    font-size:16px
}

/*MODAL FADE BACKDROP*/
.modal-backdrop {
    background-color: rgba(29, 47, 63,1)
}

.swal-overlay {
    background-color: rgba(29, 47, 63,0.8)
}

.modal-backdrop.show {
    opacity: 0.7
}
/*Password font*/
@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(font/password.ttf);
}

input.key {
    font-family: 'password';
}

/*Tooltip*/
.tooltip-arrow,
.tooltip > .tooltip-inner {
    background-color: #3D5F80;
}

/*PlaceHolder*/


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C0C0C0 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C0C0C0 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #C0C0C0 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-cancel-modal {
    background-image: none;
    font-family: 'Open Sans', sans-serif;
    color: #495057 !important;
    font-size: 14px !important;
    border: none;
    letter-spacing: 0.03px;
    text-align: center;
    cursor: pointer;
    text-decoration: underline !important;
}

#deleted_own_ship span, #stock_summary span, #update_ship_summary span {
    color: white;
}

.position-lg-absolute {
    position: absolute
}


.btn-confirm-modal {
    /* Rectangle: */
    background-image: linear-gradient(0deg, #2173B5 0%, #42B0DF 100%);
    border: 5px solid #42B0DF;
    border-radius: 9px;
    padding: 6px;
    font-family: 'Open Sans', sans-serif;
    /* Compara e spedisci!: */
    font-size: 14px !important;
    color: #FFFFFF;
    letter-spacing: 0.03px;
    text-align: center;
    cursor: pointer;
}

.ajax {
    margin: 15px;
}

    .ajax ul {
        list-style: none;
        padding-left: 0;
    }

    .ajax li label {
        margin-bottom: 0;
    }

    .ajax.alert.alert-danger {
        display: block !important;
    }

        .ajax.alert.alert-danger ul {
            display: block !important;
        }

/*MODALI*/
.modal-body.modal-radius {
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
}

.modal-content .ajax {
    margin: 7px;
}

.modal-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #3D5F80;
    font-weight: 700;
}

.modal-content {
    border-radius: 10px;
}

.custom-position-overlay {
    width: 849px;
    height: 728px;
    top: -13%;
    left: -7%
}

textarea {
    padding: 15px;
}

.col-05 {
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    max-width: 7%;
}

.col-055 {
    -ms-flex: 0 0 7.8%;
    flex: 0 0 7.8%;
    max-width: 7.8%;
}

.user-icon {
    width: 30px;
    height: 30px;
    align-items: center;
    vertical-align: middle;
    padding-top: 4px;
    padding-left: 3px;
}

body {
    background-color: #41B0DE;
}

.px-3-5 {
    padding: 0px 2.3rem;
}

.disabled:hover {
    opacity: 0.6;
    cursor: not-allowed;
}

.loader-input {
    font-size: 15px;
    position: absolute;
    top: 34%;
    right: 11px;
    color: black;
}

.loader-book-input {
    font-size: 15px;
    position: absolute;
    top: 61%;
    right: 13px;
    color: black;
}

#header_steps > .row {
    padding-top: 5px
}
/**********ISOTOPE IS CHECKED***************/
.is-checked {
}


/*SET GRID CENTER FOR ISOTOPE*/
.grid {
    margin: 0 auto;
}
/******************************************/


/******************************************/
.mm-panels {
    background-color: #41AFDF;
    color: white;
}

#navbarSupportedContent .mm-panels {
    background-color: #e9458a;
    color: white;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: white;
}

.mm-menu .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu .mm-listitem_selected > span {
    background: rgba(255,255,255,.2);
}

.mm-menu .mm-listview a:not(.mm-btn_next) {
    -webkit-tap-highlight-color: rgba(255,255,255,.4);
    tap-highlight-color: rgba(255,255,255,.2);
}

.mm-listitem:after {
    left: 0;
    border-bottom-color: rgba(255,255,255,.2);
}

.mm-menu .mm-listview .mm-btn_next:after, .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(255,255,255,.5);
}

.mm-navbar {
    border-color: rgba(255,255,255,.3);
}

.mm-listitem .mm-btn_next:before {
    border: none;
}

.navbar-form {
    padding: 5px 10px;
}

/*****BUG MMENU, THIS FIX THE MODAL ZINDEX*/
.mm-slideout {
    z-index: auto;
}

.mm-listitem {
    cursor: pointer;
}
/******************************************/
/**REMOVE OUTER AND INNER ROW*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/**********************************************/


/*CUSTOM VALIDATION MESSAGE AND SUMMARY*/

.input-validation-error {
    border: 1px solid #DE4984 !important;
    box-shadow: none !important;
}

.row-danger .field-validation-error > span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #DB4D80;
    letter-spacing: 0.35px;
    background-color: transparent !important;
}

.row-danger .field-validation-error {
    display: block;
}

.no-validation.input-validation-error {
    border: 0 !important;
}

.validation {
    max-height: 0px !important;
}

    .validation span {
        position: relative;
    }

/*.row-validation {
    max-height: 19px !important;
    margin-top:-1px;
}

.row.row-validation {
    margin-left: 0px;
    margin-right: 0px;
}*/

.field-validation-valid {
    display: none;
}

.ship-courier-form {
    padding-left: 8px;
    padding-right: 8px;
}

.field-validation-error {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: white;
    font-weight: 200;
    margin-top: -1px;
}

    .field-validation-error > span {
        padding-top: 0px;
        padding-bottom: 2px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #DE4984;
    }

/****************************************/
.static-value {
    position: absolute;
    right: 9%;
    top: 23%;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 200;
    text-align: center;
}

.custom-kg {
    background: linear-gradient(to right, white 65%, #AAB0C0 66%);
    border: 1px 1px 1px 0px solid #AAB0C0;
}

/*.editor-label, .k-edit-label {
    float: left;
    clear: both;
    width: 30%;
    padding: .4em 0 1em;
    margin-left: 2%;
    text-align: right
}
.editor-field {
    float: right;
    clear: right;
    width: 60%;
    margin-right: 2%;
    padding: 0 0 .6em
}*/


.row-danger ul {
    line-height: 2;
    text-align: left !important;
    padding-left: 25px !important;
    padding-right: 0px !important;
}

/*navbar content*/
.navbar {
    background-color: #e9458a;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    height: 90px;
    transition: top 0.3s;
}


#handle-signin {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0.29px;
    margin-top: -7px;
    border-radius: 10px;
    color: #DD548A;
}

    #handle-signin.btn-light:hover {
        color: #DD548A;
        background-color: white;
        border-color: transparent;
    }

    #handle-signin.register {
        color: #DD548A;
        background-color: white;
        border-color: transparent;
    }

        #handle-signin.register:hover {
            background-color: transparent;
            border-color: transparent;
        }

.navbar-dark .navbar-nav .nav-link {
    color: white;
    padding: 0;
}

nav .row-custom {
    margin-left: 0;
    margin-right: 0;
}

#navbarDropdownMenuLinkNotHidden.active {
    color: #5CFFD8;
}

.current_language {
    font-family: 'Open Sans', sans-serif;
    font-size: inherit;
}


#dd-language .fas {
    font-weight: 600;
}


#dd-language {
    color: #FFFFFF;
}

    #dd-language li {
        color: black;
    }

#dropdown-world {
    color: #FFFFFF;
}

#user-button {
    padding-bottom: 0;
}

    #user-button .dropdown-menu {
        padding-bottom: 0;
    }

#how-to .nav-item.active, #utility .nav-item.active, #ecommerce .nav-item.active {
    padding: 12px !important
}

#user-button .nav-item.active {
    background-color: #F2F4F6;
    border-bottom: 1px solid white;
}


#background_grey li {
    background-color: #F2F4F6;
    border-bottom: 1px solid white;
    padding: 12px !important;
}

#handle-signin {
    padding: 11px 16px;
    font-size: 14px
}

#background_grey li:hover {
    background-color: #3D5F80;
}

    #background_grey li:hover a {
        color: white !important;
    }

.navbar .dropdown-menu .nav-link {
    font-size: 14px !important;
}

.navbar #how-to li:hover, .navbar #utility li:hover, .navbar #ecommerce li:hover {
    background-color: #3D5F80 !important;
}

    .navbar #how-to li:hover a, .navbar #utility li:hover a, .navbar #ecommerce li:hover a {
        color: white !important;
    }

.navbar .dropdown-menu {
    box-shadow: rgba(72, 82, 98, 0.2) 0px 5px 10px 0px;
}



/*******************************FOOTER***************************************************/
.footer-text.link-custom {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 200;
    padding: 2px 0px;
}

.footer-text-title {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.footer hr {
    border-top: 1px solid #A3D8EF;
    margin: 10px 0px 5px 0px;
}


.oval-footer {
    background-color: #77C6E8;
    border-radius: 100%;
    min-height: 56px;
    max-width: 56px;
    max-height: 56px;
}

.custom-social-padding {
    margin-top: -27px !important;
    padding-right: 0px !important;
    margin-left: 9px;
}

.oval-icon {
    color: white;
    font-size: 25px;
}

.custom-margin-footer-social{
    margin-bottom:245px;
}

.footer .payment-method {
    padding-top: 33px;
}
/******************************LOGIN CONDITIONS******************************************/
.card-header.login-conditions {
    background-image: linear-gradient(180deg, #F8FAFB 0%, #D5DEE6 100%);
    min-height: 171px;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 30px;
    font-weight: 600;
}

.sub.card-header.login-conditions {
    background-image: none;
    border-bottom: 0;
    background-color: #EBEFF3;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    min-height: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sub.card-footer.login-conditions {
    background-color: #EBEFF3;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    min-height: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
}

.sub.card-body.login-conditions {
    background-color: white;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    min-height: 0;
    border-top: none;
}

.login-conditions-modal-body {
    padding: 10px;
    border-radius: 10px !important;
}

.card.your-account {
    min-height: 950px;
}

#your_account_body {
    min-height: 900px
}


.condition .card {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.condition > .card .card-body {
    background-color: #F8FAFB;
}

.condition .card-header.login-conditions, .condition .card-body.login-conditions, .condition .card-footer.login-conditions {
    background-color: white;
}
/****************************************************************************************/
/****************DROPDOWN SORT***********************/
.dropdown-text {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    color: black !important;
    font-weight: 500 !important;
}

.dropdown-sort > img:hover {
    border: none;
    width: 48px;
    height: 48px;
    background-color: white;
    border-color: white;
    color: #DE4984;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.sort-active {
    border: none;
    width: 48px;
    height: 48px;
    background-color: white;
    border-color: white;
    color: #DE4984;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.sort-block {
    border: none;
    border-top-left-radius: 1px;
}

.dropdown-sort li {
    background-color: #F2F4F6;
    border-bottom: 1px solid white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: black;
    padding: 5px;
    font-weight: 500;
}

.dropdown-sort a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 500;
}



.dropdown-sort:hover > .dropdown-menu {
    display: block;
}
/*override for footer*/
.list-none {
    padding: 0;
    list-style-type: none;
}

/*container css*/

.transparent-button {
    background: transparent;
    border: none !important;
}


.condition-containter {
    max-width: 1100px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set the overlay css */
#overlay {
    background: rgba(29, 47, 63,1);
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0px;
    opacity: 0.94;
}

/* Set the overlay css */
#overlay-backoffice {
    background: rgba(29, 47, 63,1);
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0px;
    opacity: 0.94;
}



/* Timer*/
.timer {
    width: 35px;
    height: 35px;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border-radius: 50%;
    position: absolute;
}

.overlay-delete {
    position: fixed;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
}

.timer:after, .timer:before {
    position: absolute;
    content: "";
    background-color: #fff;
}

.timer:after {
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 1px 1px;
    -moz-transform-origin: 1px 1px;
    transform-origin: 1px 1px;
    -webkit-animation: minhand 2s linear infinite;
    -moz-animation: minhand 2s linear infinite;
    animation: minhand 2s linear infinite;
}

#overlay .row.w-100 {
    left: 50%;
    top: 45%;
}

#overlay-backoffice .row.w-100 {
    left: 50%;
    top: 45%;
}

#iphone-screen {
    width:44%;
    height:auto
}

.timer:before {
    width: 8px;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 1px 1px;
    -moz-transform-origin: 1px 1px;
    transform-origin: 1px 1px;
    -webkit-animation: hrhand 8s linear infinite;
    -moz-animation: hrhand 8s linear infinite;
    animation: hrhand 8s linear infinite;
}

.span.tracking-overlay .timer:before {
    background-color: #D73B73;
}

.span.tracking-overlay .timer:after {
    background-color: #D73B73;
}

.span.tracking-overlay .timer {
    box-shadow: inset 0px 0px 0px 2px #D73B73;
}

@-webkit-keyframes minhand {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes minhand {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@keyframes minhand {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes hrhand {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes hrhand {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@keyframes hrhand {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: translateX(-30px);
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        -webkit-transform: translateX(30px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes loading {
    0% {
        -moz-transform: translateX(-30px);
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        -moz-transform: translateX(30px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes loading {
    0% {
        -o-transform: translateX(-30px);
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        -o-transform: translateX(30px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes loading {
    0% {
        -ms-transform: translateX(-30px);
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        -ms-transform: translateX(30px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes loading {
    0% {
        -ms-transform: translateX(-30px);
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        -ms-transform: translateX(30px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

/*general calsses*/

.padding-zero {
    padding: 0;
}


.padding-top-sm {
    padding-top: 0.5rem;
}

/* custom dropdown */
.dropdown-menu {
    min-width: 300px;
}



.dropdown-item {
    padding-left: 0;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin: 0;
    border: 0;
    border-top-left-radius: 0;
}

.navbar-nav .dropdown:not(#dd-language):hover {
    background-color: white;
    border-color: white;
    color: #DE4984;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 10px;
}

#envelope-nation-selected select {
    padding-bottom: 7px !important;
}

#PackageXSelectedCap, #EnvelopeXSelectedCap {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 13px;
}


.tracking-menu {
    min-width: 380px;
    border: 9px solid #5CFFD8 !important;
    padding: 4px;
}

#tracking:hover {
    color: #326257 !important;
}

#how-to .dropdown-menu {
    padding-bottom: 2px;
}

#ecommerce .dropdown-menu {
    padding-bottom: 2px;
}

.btn-tracking {
    background-color: #90FCE3;
    font-family: 'Source Sans Pro', sans-serif;
    color: #326257;
    font-size: 22px;
    width: 150px;
    height: 49px;
    font-weight: 600;
}

    .btn-tracking.phone {
        width: 125px;
        font-size: 1em;
        height: 38px;
    }


ul.dropdown-menu {
    padding-top: 18px;
}

#how-to .nav-item, #utility .nav-item, #ecommerce .nav-item {
    background-color: #F2F4F6;
}

#how-to li, #utility li, #ecommerce li {
    border-bottom: 1px solid white;
}

#how-to a, #utility a, #ecommerce a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: black;
    padding: 5px;
    font-weight: 500;
}

.navbar-nav li {
    padding: 15px;
}


#ship_now_body {
    padding: 25px;
}

.ship-now-calltoaction {
    background-color: #E0EAF0;
    border-radius: 8px;
    padding: 30px;
}

    .ship-now-calltoaction .rounded-div {
        width: 350px;
        margin: 6px auto;
    }

    .ship-now-calltoaction .title {
        color: #3D5F80;
        font-size: 30px;
        font-weight: 600;
        line-height: 38px;
    }

    .ship-now-calltoaction .subtitle {
        color: #30475E;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }

/***************/
/*override row*/
.row-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.home-margin-top {
    margin-top: 100px;
}

.footer-text-end-title {
    color: #D7EEF8;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.footer-text-end {
    color: #D7EEF8;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 200;
}

/*set text large*/
.text-lg {
    font-size: 35px;
    font-family: Georgia;
    font-weight: bold;
    margin-bottom: 5rem;
}

/*div ship in home page*/
.e-commerce {
    color: #E9458A;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

    .e-commerce:hover {
        color: #E9458A;
        text-decoration: none;
    }

.card-home input, optgroup, select, textarea {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0.42px;
}

.pallet-none {
    display: none;
}

#myTabContent label {
    display: block;
}

#package-delivery {
    display: block;
}

#envelope-delivery {
    display: block;
}

.image-trustpilot {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#box-weight {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #8B8B8B;
    letter-spacing: 0.35px;
}

.col-12.trust.pt-lg-6.col-xl-4.pt-xl-5.no-padding {
    min-height: 335px
}


.btn-primary-sc {
    /* Rectangle: */
    background-image: linear-gradient(0deg, #2173B5 0%, #42B0DF 100%);
    border: 7px solid #42B0DF;
    border-radius: 12px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    /* Compara e spedisci!: */
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.03px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.rounded-div {
    border-radius: 13px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
    padding: 5px;
    background-color: #B4FBEA;
}

.card-footer-home {
    min-height: 65px;
    background-color: #F6F5F5;
    border-top: 1px solid #F7F5F5;
    padding-left: 2rem;
    padding-right: 2rem;
}

    .card-footer-home .text-right {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        color: #8B8B8B;
        letter-spacing: 0.35px;
    }

.card.card-home {
    min-height: 645px;
}

.multi-ship-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #6c757d !important;
    font-weight: 400;
    cursor: pointer
}

.iva-text{
    font-size:9px
}

.link-multiship {
    text-decoration: underline;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
}


    .link-multiship:hover {
        text-decoration: underline;
        color: #3D5F80;
        font-family: 'Open Sans', sans-serif;
    }


.custom-button-sc-pro-xs {
    width: 235px;
}

.btn-primary-sc:hover {
    background-image: linear-gradient(0deg, #42B0DF 0%, #2173B5 100%);
}

.btn-primary-sc-small {
    /* Rectangle: */
    border-radius: 12px;
    padding: 23px;
    line-height: -0;
    font-family: 'Open Sans', sans-serif;
    /* Compara e spedisci!: */
    font-size: 22px;
    letter-spacing: 0.03px;
    text-align: center;
    cursor: pointer;
    min-width: 144px;
    max-width: 230px;
    min-width: 230px;
    background-image: linear-gradient(to bottom, #466786,#748DA5);
    color: white;
    border: solid 7px #466786;
}

    .btn-primary-sc-small:hover {
        background-image: linear-gradient(0deg, #466786,#748DA5);
    }

.card-ship-body-home {
    padding: 1.75rem;
}

.review-data {
    font-size: 15px;
    color: #8DA7C0
}

.nation-round {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.dropdown {
    cursor: pointer;
}

#tracking span:hover {
    display: block;
}

#tracking:hover {
    background-color: #5CFFD8 !important;
}



#myTabContent {
    font-size: 14px;
    color: #42B0DF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.background-bottom-image {
    background-color: #41B0DE;
    color: white;
}


.pb-custom {
    padding-bottom: 20px;
}

#envelope-tab, #box-tab, #pallet-tab {
    height: 64px;
}

.footer {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #41B0DE;
    color: white;
}

.background-bottom-image a {
    color: white
}


.card {
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #42B0DF;
    border: 0;
}

.card-trustpilot .row {
    height: 335px;
}

.no-padding {
    padding: 0;
}

.no-r-padding {
    padding-right: 0px;
}

.no-l-padding {
    padding-left: 0px;
}

#card-header-ship {
    padding: 0;
    background-color: white;
    border-bottom: 0;
    border-radius: 0px;
    background-image: linear-gradient(to bottom, #2173B5 0%, #42B0DF 100%);
}

.pt-38 {
    padding-top: 38px;
}

.nav-link {
    padding: 1rem 1rem;
}


.btn-tracking:hover {
    background-image: linear-gradient(to bottom, #90FCE3 20%, #73C9B5 100%);
    border: none;
    outline: none;
}

#myTab a {
    color: #FFFFFF;
}


#box-tab.nav-link.active {
    background-color: #FFFFFF;
    color: #42B0DF
}

#envelope-tab.nav-link.active {
    background-color: #FFFFFF;
    color: #42B0DF
}

#pallet-tab.nav-link.active {
    background-color: #FFFFFF;
    color: #42B0DF
}

.background-index-image img {
    width: 67px;
    height: 66px;
}


.pallet .custom-kg {
    background: linear-gradient(to right, white 65%, #AAB0C0 55%);
}

.pallet .static-value {
    right: 10%;
}

.input-group-text {
    background-color: #AAB0C0;
    border-color: #AAB0C0;
    color: white;
}

.input-group-prepend {
    margin-right: -30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #FFFFFF;
}



/*********homepage best price for ship***********/

.card-body-home [class^=price], .card-body-home [class^=nation-name-id] {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #30475E;
    letter-spacing: 0.6px;
    font-weight: 700;
}


.card-body-home [class^=link] {
    font-size: 13px;
    color: #E9458A !important;
}


.euro {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #30475E;
    letter-spacing: 0.6px;
    font-weight: 700;
}

#packagelimits {
    background-color: transparent;
    min-height: unset !important;
}

#packagelimits-content, #properties-content {
    background-color: #E0EAF0;
    padding: 15px;
    color: #3D5F80;
}

#packagelimits-tabs .nav-item.active, #properties-tabs .nav-item.active {
    background-color: #E0EAF0;
    font-weight: 700;
}

#packagelimits-tabs .nav-item, #properties-tabs .nav-item {
    border: none;
    color: #3D5F80;
    font-size: 14px;
}

.courier-features.wordpress {
    background-color: #E0EAF0;
    border-radius: 8px;
    padding: 20px 30px;
}

    .courier-features.wordpress li span {
        color: #30475E;
        font-size: 15px;
    }


.courier-features

.courier-features ul span {
    color: #30475E !important;
}

.courier-features .spedirecomodo-title {
    color: #3D5F80 !important;
}

.courier-features .price {
    color: #D73B73;
    font-weight: 700;
}

/*********************************************************************/
/*spedire comodo partitition*/
.partition {
    text-align: center;
    padding: 35px;
}

.custom-title {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #FFFFFF;
    letter-spacing: 1.17px;
    margin-bottom: 40px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 0.84px;
}

.subtitle {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    text-align: center;
    line-height: 25px;
}

/*********************************************************************/


/*various card*/

.fermopoint-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #2C58A8;
    line-height: 38px;
    margin-bottom: 5px;
}

.fermopoint-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #2C58A8;
    letter-spacing: 0.54px;
}

#fermo-point {
    background-image: url('../img/BoxBgDx_Fermopoint.png'), url('../img/LogoFermopoint.png');
    background-position: bottom right,5% 95%;
    background-size: 354px 229px,158px 69px;
    background-repeat: no-repeat;
    background-color: #FEF0DC
}

.italy {
    background-image: url('../img/BoxBgSx_Italy.png');
    background-position: left bottom;
    background-size: 147px 288px;
    background-repeat: no-repeat;
}

.europe {
    background-image: url('../img/BoxBgSx_Countries.png');
    background-position: left bottom;
    background-size: 165px 215px;
    background-repeat: no-repeat;
}

.mascotte {
    background-image: url('../img/BoxBgDx_Mascotte.png');
    background-position: right bottom;
    background-size: 165px 215px;
    background-repeat: no-repeat;
}

.business-pro {
    background-image: url('../img/business.png');
    background-repeat: no-repeat;
    background-size: 380px 180px;
    background-position-y: 95%;
    background-position-x: 10%;
}

.form-fermopoint {
    background: #FFFFFF;
    border: 1px solid rgba(32,53,128,0.35);
    border-radius: 3px;
    width: 100%;
}

.custom-button-sc-pro {
    right: 4%;
    bottom: 26%;
}

.btn-fermopoint {
    background: #0B6AB5;
    border-radius: 3px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.42px;
}


.card-body-home {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    padding-top: 52px;
    padding-bottom: 45px;
}


#home-card .card {
    min-height: 335px;
    box-shadow: 0 5px 10px 0 rgba(72,82,98,0.20);
    margin-top: 30px;
}



#home-card ul {
    display: block;
}

#home-card input {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #9B9B9B;
    letter-spacing: 0.37px;
}

.spedirecomodo-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #D73B73;
    line-height: 38px;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: 270px !important;
}

.swiper-button-next, .swiper-button-prev {
    top: 88% !important;
    color: #D73B73 !important;
}

.swiper-pagination-bullet-active {
    background-color: #D73B73 !important;
}

.card.italy .card-body-home {
    padding-top: 40px
}

.spedirecomodo-title a {
    text-decoration: none;
    color: inherit;
}

a.spedirecomodo-title:hover {
    text-decoration: none;
    color: #D73B73;
}

.card-trustpilot {
    min-height: 295px;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #42B0DF;
    border: 0;
    margin-top: 30px;
    box-shadow: 0 5px 10px 0 rgba(72,82,98,0.20);
}

    .card-trustpilot .card-body-home {
        padding: 0;
    }

.pallet-title-info {
    color: #41AFDF;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.pallet-text-info {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
}

.swal-custom-close {
    font-family: 'Open Sans', sans-serif;
    opacity: 0.3;
    font-size: 20px;
    cursor: pointer
}

    .swal-custom-close:hover {
        opacity: 1;
        cursor: pointer
    }


.trust.col-lg-6 {
    background-color: #080A3E;
    padding-top: 20px;
}

.review.col-lg-6 {
    background-color: #E5F7F1;
    text-align: center;
    padding-top: 20px;
}

.trust.col-xl-4 {
    background-color: #080A3E;
    padding-top: 20px;
}

.review.col-xl-8 {
    background-color: #E5F7F1;
    text-align: center;
    padding-top: 40px;
    padding-left: 15px;
}

.trust.col-md-5 {
    background-color: #080A3E;
    padding-top: 20px;
}

.review.col-md-7 {
    background-color: #E5F7F1;
    text-align: center;
    padding-top: 15px;
    padding-left: 10px;
}

.trust.col-sm-5 {
    background-color: #080A3E;
    padding-top: 20px;
}

.review.col-sm-7 {
    background-color: #E5F7F1;
    text-align: center;
    padding-top: 20px;
}

.spedirecomodo-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #8895A3;
    letter-spacing: 0.54px;
}

/* Spedizioni fino a 1K: */
.spedirecomodo-subtitle-box1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #30475E;
    letter-spacing: 0.6px;
    font-weight: 300;
}

/* Fino a 2Kg: */
.spedirecomodo-subtitle-box1-xs {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #30475E;
    letter-spacing: 0.54px;
    font-weight: 300;
}
/*autocomplete*/
.easy-autocomplete-container {
    width: 300px;
    max-height: 169px;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    position: absolute;
    z-index: 2
}

    .easy-autocomplete-container ul {
        background: none repeat scroll 0 0 #ffffff;
        border-top: 1px dotted #ccc;
        display: none;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        position: relative;
        top: -1px;
        color: black;
    }

        .easy-autocomplete-container ul li,
        .easy-autocomplete-container ul .eac-category {
            background: inherit;
            border-color: #ccc;
            border-image: none;
            border-style: solid;
            border-width: 0 1px;
            display: block;
            font-size: 16px;
            font-weight: normal;
            padding: 8px 12px
        }

            .easy-autocomplete-container ul li:last-child {
                border-radius: 0 0 2px 2px;
                border-width: 0 1px 1px
            }

            .easy-autocomplete-container ul li.selected {
                background: none repeat scroll 0 0 #ebebeb;
                cursor: pointer
            }

                .easy-autocomplete-container ul li.selected div {
                    font-weight: normal
                }

            .easy-autocomplete-container ul li div {
                display: block;
                font-weight: normal;
                word-break: break-all
            }

            .easy-autocomplete-container ul li b {
                font-weight: bold
            }




.easy-autocomplete input {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    padding-top: 15px;
    margin: 0 !important;
}

.easy-ship {
    height: calc(2.4rem + 2px) !important;
}

.no-border {
    border: 0;
    box-shadow: none !important; /* You may want to include this as bootstrap applies these styles too */
}

    .no-border:active {
        box-shadow: none !important; /* You may want to include this as bootstrap applies these styles too */
    }

/************************COURIERS************************************/
.card-couriers .card-header {
    padding: 0;
    background-image: linear-gradient(180deg, white 0%, #FEFEFE 45.08%, #EAECEF 100%);
}

.to-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}


.pick-up {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3D5F80;
    letter-spacing: 0.36px;
    font-weight: 700;
}



.to-bottom.small-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3D5F80;
    letter-spacing: 0.36px;
    padding-left: 6px;
    font-weight: 400;
}

.card-couriers .col-12 {
    padding: 0;
}

.card-couriers .card-header {
    border-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

[id^=couriers_img]:hover {
    cursor: pointer;
}

[id^=id-couriers-img] {
    margin-top: -5px;
}

.btn-ship-filter.sort-by-select-group-hdn option {
    color: #3D5F80;
}

.couriers-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #3D5F80;
    letter-spacing: 0.36px;
    font-weight: 700;
    line-height: 22px;
}

.couriers-title-modal {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #3D5F80;
    letter-spacing: 0.36px;
    font-weight: 700;
    line-height: 18px;
    padding: 0.5rem;
}

.ship-subtitle-modal .ship-subtitle {
    font-size: 13px;
}

.to-bottom.modal-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #3D5F80;
    letter-spacing: 0.36px;
    font-weight: 400;
}

#menu-courier-device {
    padding-bottom: 25px;
}


.grey-div {
    background-color: #EFF4F8;
    border-radius: 10px;
}

.text-icon {
    color: #4BD5B4;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Open Sans', sans-serif;
}

.text-icon-off {
    color: #ACBFD1;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Open Sans', sans-serif;
}

.ship-subtitle {
    font-family: 'Open Sans', sans-serif;
    color: #647F9A;
    font-size: 15px;
    letter-spacing: 0.54px;
    line-height: 25px;
    min-width: 170px;
}

.div-button-ship {
    background-color: #3D5F80;
    border-radius: 13px;
    padding: 6px;
}

.btn-transparent {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.btn-ship-filter {
    background-image: linear-gradient(to bottom, #F37BAB,#DF4D83);
    border-radius: 7px;
    font-size: 14px;
    cursor: pointer;
    padding: 15px;
    min-width: 80px;
    border: 1px solid #DF4D83;
    box-shadow: 0 -1px 1px 0 rgba(181, 26, 82, 0.46);
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 18px;
    text-align: center;
}

    .btn-ship-filter.btn-active {
        border-radius: 7px;
        cursor: pointer;
        padding: 15px;
        min-width: 80px;
        border: 1px solid #DF4D83;
        letter-spacing: 0.25px;
        line-height: 18px;
        text-align: center;
        background-image: linear-gradient(to bottom,#FFFFFF,#E890B0);
        box-shadow: 0 1px 1px 0 #FFFFFF;
        color: #B23260;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        border: none;
    }


.card.card-shipping .easy-autocomplete input {
    font-size: 1rem;
    padding-top: 8px;
}


#payment-couriers {
    position: absolute;
    bottom: 0;
    right: 0;
}

.new-courier {
    padding-right: 30px;
    padding-left: 9px;
}

.no-m-rl {
    margin-right: 0;
    margin-left: 0;
}

.order-by-text {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-weight: 100;
    font-size: 15px;
}

.btn-ship-filter.active-filter {
    background-image: linear-gradient(to bottom, #FFFFFF,#E992B1);
}

.row-custom .card.card-couriers {
    margin-top: 10px;
    min-height: 420px;
}

.card.card-couriers.card-min-height {
    min-height: 445px;
}

.card.card-couriers {
    box-shadow: 0 3px 10px 0 rgba(72,82,98,0.26);
}

.modal-body {
    background-color: #C9D7E4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 7px solid white;
    border-top: none;
}

.modal-header {
    border-bottom: none;
    /*padding: 10px 30px 0px 30px;*/
}

.modal-footer {
    border-top: none;
}

.btn-ship {
    background-image: linear-gradient(to bottom, #466786,#748DA5);
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 20px;
    border: solid 1px #466786;
    border-radius: 9px;
    padding: 5px;
    font-size: 19px;
    color: white;
    letter-spacing: 0.03px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    outline: none !important;
}

    .btn-ship:hover {
        background-image: linear-gradient(to bottom, #748DA5,#466786);
    }

.shipping-data .easy-autocomplete-container ul {
    left: 5%;
}



.grey-box-information {
    border: 5px solid #EEF3F680;
    border-radius: 5px;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
}

.protection-text {
    font-family: 'Open Sans', sans-serif;
    color: #3D5F80;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: -20px;
    line-height: 75px;
}

.sub-no-protection {
    font-family: 'Open Sans', sans-serif;
    color: #3D5F80;
    font-size: 20px;
    letter-spacing: 0.54px;
}

.card-couriers hr {
    margin-left: -5px;
    margin-right: -16px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.sub-grey-text {
    font-family: 'Open Sans', sans-serif;
    color: #A4B9CD;
    font-size: 12px;
}

.card-couriers .card-body {
    background-color: #FFFFFF;
}

.ship-not-found-title {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 51px;
    font-weight: 300;
    text-align: center;
}

.ship-not-found-text {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}
/*************************SHIPPING DATA*******************************/
.card-header.card-shipping-header {
    background-image: linear-gradient(-180deg, #FFFFFF 0%, #D5DEE6 100%);
    padding: 20px;
}

.card.card-shipping {
    border-top: 6px solid #DBE1E8;
    background-color: #EFF2F5;
    padding: 20px;
}

.first-col {
    max-width: 1020px;
}

.first-sub-col {
    max-width: 502px;
}

.card.card-shipping.ext {
    border-top: 6px solid #B8EEE1;
    background-color: #E9FAF6;
}

.card-header.card-shipping-header {
    height: 150px;
}

.day-list {
    visibility: hidden;
    position: absolute;
}

.ship-title {
    font-size: 20px;
}

.select-day:hover {
    cursor: pointer;
}

.card-body.card-shipping-body {
    background-color: #FFFFFF;
}


.card-shipping-body .form-control {
    font-weight: 600;
    font-size: 15px;
}

.insurance-conditions {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.card-courier hr {
    margin-left: -17px;
    margin-right: -6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.image-padding-top {
    padding-top: 10px;
}

.padding-header-row {
    margin-top: 18px;
}

.negative-margin {
    margin-bottom: 28px;
}

.day-header {
    background-color: #DBE1E8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #DBE1E8;
    min-width: 83px;
    min-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #8499AE;
}

.day-active .day-header {
    background-color: #3D5F80 !important;
    color: white !important;
    border-color: #3D5F80 !important;
}

.day-active .day-body {
    border-color: #3D5F80 !important;
    color: #3D5F80 !important;
}

.default-data-user {
    cursor: pointer;
}

.day-body {
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #DBE1E8;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 100;
    color: #8499AE;
    min-height: 57px;
}

.ship-data-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #3D5F80;
    line-height: 38px;
    font-weight: 700;
}

.ship-courier-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #3D5F80;
    line-height: 25px;
    font-weight: 700;
}

#title-restriction span {
    font-weight: 400;
}

.ship-change-services {
    text-decoration: underline;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3D5F80;
    line-height: 25px;
    font-weight: 400;
}

.courier-image {
    margin-top: -31px;
}

.text-inside-image-first {
    position: absolute;
    left: 0;
    width: 52px;
    height: 41px;
    text-align: center;
    top: 0;
    font-size: 15px;
    padding-top: 8px;
}

.text-inside-image {
    position: absolute;
    left: 1px;
    width: 48px;
    height: 41px;
    text-align: center;
    top: 0;
    font-size: 15px;
    padding-top: 8px;
}

.ship-data-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #3D5F80;
    letter-spacing: 0.27px;
}

a.ship-data-text:hover {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #3D5F80 !important;
    text-decoration: none;
    letter-spacing: 0.27px;
}

.ship-data-text-total {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.23px;
    line-height: 16px;
    width: 226.04px;
    text-align: center;
}

.fermopoint-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #3D5F80;
    letter-spacing: 0.27px;
    font-weight: 700;
}


.fake-input {
    position: relative;
}

    .fake-input input {
        border: none;
        background: #fff;
        display: block;
        width: 100%;
        box-sizing: border-box
    }

    .fake-input select {
        text-indent: 24px;
    }

    .fake-input img {
        position: absolute;
        top: 4px;
        left: 5px
    }

.text-inside-image-off {
    transform: translate(-50%, -50%);
    opacity: 0.5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #3D5F80;
    letter-spacing: 0.03px;
}

.text-inside-image-on {
    background: #5CFFD8;
    box-shadow: 0 2px 4px 0 rgba(70,95,119,0.45);
    opacity: 0.79;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #248871;
    letter-spacing: 0.03px;
}

.image-under-text {
    position: relative;
    text-align: center;
}

.second-col {
    min-width: 220px;
}

.pt-bill {
    width: 100%;
    position: absolute;
    padding-right: 15px;
    bottom: 0;
}

.remain-round-div {
    background-color: #DBE1E8;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.26px;
    color: #E46899;
    padding: 2px;
    max-height: 23px;
    visibility: hidden
}

#total-hidden .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


#total-hidden hr {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.card-courier.second-col {
    padding-left: 25px;
}

.hdn-review {
    font-size: 18px;
    color: #8DA7C0;
    position: relative;
    top: 3px;
}

.icons-button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    outline-style: none;
}

#icons {
    padding-left: 5px !important;
}


.row-info {
    background-color: #41B0DE;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: white;
    letter-spacing: 0.35px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.row-info-alert {
    background-color: #FEF3DD;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #DD9D33;
    letter-spacing: 0.35px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.row-info-alert-courier {
    background-color: #FEF3DD;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #DD9D33;
    letter-spacing: 0.35px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.row-info-only-alert {
    background-color: #FEF3DD;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #DD9D33;
    letter-spacing: 0.35px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.row-danger {
    background-color: #FDE8F0;
    border: 1px solid #FDC8DD;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #D73B73;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 17px;
}

    .row-danger.field-validation-error > span {
        background-color: transparent;
    }

.x-book:hover, .y-book:hover {
    cursor: pointer;
}

.info-sc {
    color: #3D5F80;
}

.clickable {
    color: #3D5F80;
}

    .clickable:hover {
        color: #0056b3;
    }

#parcel {
    padding-left: 5px;
    padding-right: 5px;
}

.no-border {
    border: none !important;
}

.card-shipping.no-border {
    padding-bottom: 0;
}

.row.parcel {
    margin-left: -25px;
    margin-right: -25px;
}

.jq-ry-container {
    display: inline-block !important;
}

/*********************************************************************/
/*background image 1x*/
.background-image {
    background: url('../img/OverlayAnimato.png') 50% 0.5% no-repeat,url('../img/BGTop_Summer.jpg') 50% 0% repeat-x, url('../img/BGBottom_Summer_Inverse.jpg') 0% 62% repeat-x,url('../img/BGBottom_Summer.jpg') 0% 100% repeat-x,linear-gradient(to bottom,#41B0DE 61.9999999999999%,#F0F4F7 62%, #F0F4F7 99.9999999%,#F0F4F7 100% );
    background-size: 1300px 728px,2521px 754px,2521px 263px,2521px 263px,auto;
}

.promo-image {
    background: url(../img/BGOverlayAnimatoPromo.png) 110% -378% no-repeat;
}

.background-image-ship {
    background: url('../img/BGTopInternal_Summer.jpg') 0% 0% repeat-x, url('../img/BGBottom_Summer.jpg') 0% 100% repeat-x,linear-gradient(to bottom, #F0F4F7 99.9999999%,#41B0DE 100% ) repeat-x;
    background-size: 2521px 461px,2521px 263px,auto;
    min-height: 1000px;
}

/*********************LOGIN PAGE *********************/

.container.user-container {
    max-width: 320px;
}


.background-login {
    background: url('../img/BgLoginHalf.png') no-repeat;
    background-color: #f0f4f7;
    background-size: 770px auto;
    background-position-x: center;
    background-position-y: 0%;
}

.login-text {
    /* Log In: */
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #3D5F80;
    letter-spacing: 0.04px;
    text-align: center;
}

.login-subtext {
    /* Scegli il Tuo identi: */
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #3D5F80;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.02px;
    text-align: center;
    /* Testo Footer per eve: */
    font-size: 13px;
    color: #3D5F80;
    letter-spacing: 0.02px;
    text-align: center;
}

.input-group-prepend {
    margin-left: 0;
}

.login-lost-text {
    /* Hai dimenticato le T: */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3D5F80;
    letter-spacing: 0.02px;
    text-decoration: underline;
}

.login-rememberme-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #3D5F80;
    letter-spacing: 0.03px;
    text-align: center;
}

.login-input {
    /* Email: */
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #3D5F80;
    letter-spacing: 0.37px;
    /* Rectangle 2 Copy: */
    background: #FFFFFF;
    border: none;
    border-radius: 8px;
    margin-right: 0 !important;
}

.btn-social > :first-child {
    /* Email: */
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: white;
    letter-spacing: 0.37px;
    border: 0;
}

#footer-login {
    margin-bottom: 140px; /*messo per alzare l'immagine*/
}


.login-input.form-control {
    box-shadow: none;
}

.ml-sm-3, .mx-sm-3 {
    margin-left: 1.1rem !important;
}

.field-custom {
    width: 500px;
}

.btn-login-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: 0.03px;
    text-align: center;
}

.login-havent-account {
    /* Non hai un account?: */
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #3D5F80;
    letter-spacing: 0.03px;
    text-align: center;
}

.set-user-book {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #3D5F80
}

    .set-user-book:hover {
        background-color: #3D5F80;
        color: white;
        cursor: pointer
    }


.shipping-data .form-group {
    margin-bottom: 0;
}

#user_address .modal-title {
    /* Non hai un account?: */
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #3D5F80;
}

.user-title-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #3D5F80
}



#user_address .fas.fa-check {
    color: #3D5F80
}

    #user_address .fas.fa-check:hover {
        color: #e9458a;
        cursor: pointer;
    }

.btn-address {
    background-image: linear-gradient(to bottom, #466786,#748DA5);
    font-family: 'Open Sans', sans-serif;
    color: white;
    border: solid 4px #466786;
    border-radius: 9px;
    padding: 0px 5px;
    font-size: 16px;
    color: white;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

    .btn-address:hover {
        text-decoration: none;
        color: white;
    }

.btn-primary-create {
    /* Rectangle: */
    background-image: linear-gradient(-180deg, #FFFFFF 0%, #D5DEE6 82%);
    border: 7px solid #FFFFFF;
    border-radius: 8px 13px 13px 13px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    color: #3D5F80;
    font-weight: 600;
    letter-spacing: 0.02px;
    text-align: center;
}

.your-order-italic:hover {
    text-decoration: none !important;
    color: #3D5F80 !important
}

a.btn-primary-create {
    display: inline-block;
    width: 200px;
    text-align: center !important;
    padding: 6px;
    margin-top: -7px;
}

    a.btn-primary-create:hover {
        text-decoration: none;
        color: #3D5F80;
    }

.validation-summary-errors.ajax {
    background-color: #FDE8F0;
    border: 1px solid #FDC8DD;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #D73B73;
}

.your-order-italic.alpha:hover {
    color: rgba(61,95,128,0.5) !important
}
/***************************************************/
.validation-summary-errors h3, .validation-summary-errors li {
    font-weight: 600 !important;
}

.validation-summary-valid {
    display: none;
}

/*********************REGISTER**********************/

.register-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #3D5F80;
    letter-spacing: 0.02px;
    text-align: center;
    margin-bottom: 2px;
}

/*********************RECAP*************************/

.card.recap {
    border: 2px solid #F7F7F7;
}

a.btn-primary-sc {
    color: #FFFFFF;
    text-decoration: none;
}
/***************************************************/



/*****************************PAYMENT*************************/

.row-coupon {
    background-color: #42B69B;
    border-radius: 5px;
    height: 85px;
}

.row-bonus {
    background-color: #C7F2E8;
    border-radius: 5px;
    height: 85px;
}

.row-credit {
    background-color: #EEF3F6;
    border-radius: 5px;
    height: 82px;
}

.row-pay {
    background-color: #FFFFFF;
    border: 8px solid #EEF3F6;
    border-radius: 5px;
    /*height: 120px;*/
}

.row-data {
    background-color: #EEF3F6;
    border-radius: 5px;
}

    .row-data hr {
        margin: 2px;
    }

.conditions-text {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.35px;
    line-height: 17px;
}

.edit {
    border: 1px solid #3D5F80;
    border-radius: 13px;
    text-align: center;
    color: #3D5F80;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 25px;
    height: 37px;
}

.pay-conditions {
    background-color: #FFFFFF;
    border: 1px solid rgba(32, 53, 128, 0.16);
    border-radius: 3px;
    height: 200px;
    width: 100%;
}

.online .col-1 {
    padding-left: 15px;
}

.conditions {
    padding: 15px;
    width: 100%;
    margin: 20px 30px;
    margin-top: 0px;
}

.edit:hover {
    text-decoration: none;
    cursor: pointer;
    color: #3D5F80;
}

.remove-a-style:hover {
    text-decoration: none;
    cursor: pointer;
    color: #3D5F80;
}

.ship-detail-title {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.ship-detail-text {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: none;
    color: red;
    background-color: red;
}

    .custom-checkbox.small {
        width: 17px;
        height: 17px;
    }

.pay-text {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 38px;
}

.pay-sub-text {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding-left: 1px;
}

.code-coupon {
    max-width: 588px;
}

.code-coupon {
    padding-left: 18px;
}

.pay-title {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 38px;
}

.pay.first-col {
    padding: 0px 15px;
}

.coupon {
    background-color: #FFFFFF;
    border: 1px solid #61B7A3;
    border-radius: 3px;
    color: #3A8271;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.37px;
    line-height: 18px;
    margin-right: 20px;
}

.btn-ok-coupon {
    background-color: #A5D7CC;
    border-radius: 10px;
}

.btn-coupon {
    background-image: linear-gradient(180deg, #A5D7CC 0%, #3A8271 100%);
    border: 5px solid #A5D7CC;
    border-radius: 10px;
    padding: 4px 15px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02px;
}

.pay-price {
    color: #3A8271;
    font-family: 'Open Sans', sans-serif;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 0.44px;
    line-height: 44px;
    text-align: right;
}

.portfolio {
    font-size: 12px;
    line-height: 1;
}

.bonus-id {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 800;
}

#cambiaCoupon {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}

    #cambiaCoupon:hover {
        text-decoration: none
    }

.pr-custom {
    padding-right: 21px !important;
}

.payment-box-title .col-5 {
    padding-top: 12px;
}

.payment-box-title.form-group {
    margin-bottom: 0 !important;
}

.payment-method-box {
    padding: 10px;
    background-color: #F7F7F7;
    box-shadow: 0 0 5px 0 rgb(72 82 98 / 26%);
    border-radius: 6px;
    text-align: center;
    border: 6px solid #fff;
    max-width: 400px;
    cursor: pointer;
}

    .payment-method-box.selected {
        border: 2px solid #D80E3A;
        padding: 13px;
    }

    .payment-method-box img.shipment {
        width: 100%;
    }

    .payment-method-box img.charge {
        height: 50px;
    }

/**********************COMPLETED*******************************/
.rounded-completed {
    background-color: #4BD5B4;
    border-radius: 13px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    padding: 0px 30px
}

    .rounded-completed.app {
        color: #4BD5B4;
        background-color: #fff;
    }

.completed-title {
    font-family: 'Open Sans', sans-serif;
    color: #3D5F80;
    font-size: 25px;
    font-weight: 700;
}

.confirmed-body {
    background-color: #FFFFFF;
}

.confirmed-box {
    padding: 40px 0px;
    border: 8px solid #EEF3F6;
    border-radius: 5px;
}

.card-body.confirmed-body {
    padding: 40px 40px;
}

.violet-header {
    color: #FDE8F0;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 400;
    background-color: #E9458A;
    border: 8px solid #E9458A;
    border-radius: 5px 5px 0 0;
    max-height: 75px;
    padding: 3px 20px;
}

.violet-body {
    background-color: #FDE8F0;
    border: 1px solid #FDC8DD;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 20px
}

.violet-completed-title-body {
    color: #E9458A;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}

.violet-completed-subtitle-body {
    color: #E9458A;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-height: 80px;
}

.completed-div .fa-exclamation-triangle {
    font-size: 35px;
}

.btn-completed-violet {
    display: inline-block;
    background-color: #E9458A;
    border: 1px solid #E9458A;
    border-radius: 13px;
    color: #FDE8F0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 20px;
    cursor: pointer;
}

.brown-header {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 400;
    background-color: #CB6502;
    border: 8px solid #CB6502;
    border-radius: 5px 5px 0 0;
    max-height: 75px;
    padding: 3px 20px;
}

.brown-body {
    background-color: #FCF3E0;
    border: 1px solid #F7E0BA;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 20px
}

.brown-completed-title-body {
    color: #CB6502;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}

.brown-completed-subtitle-body {
    color: #CB6502;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-height: 80px;
}

a.brown-completed-subtitle-body:hover {
    color: #CB6502 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    min-height: 80px;
    text-decoration: none !important
}

.btn-completed-brown {
    display: inline-block;
    background-color: #CB6502;
    border: 1px solid #CB6502;
    border-radius: 13px;
    color: #FDE8F0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 20px
}

.grey-completed-body {
    background-color: #EEF3F6;
    border-radius: 5px;
    min-height: 261px;
    padding: 15px 20px;
    height: 100%
}

    .grey-completed-body .ship-data-text {
        padding: 0px 4px;
    }

.btn-completed-brown.hide-btn {
    background-color: transparent;
    border: none;
    min-height: 21px;
}

.ship-data-text:hover {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #3D5F80;
    letter-spacing: 0.27px;
}

.grey-new-ship {
    border: 10px solid #EEF3F6;
    border-radius: 5px;
    min-height: 261px;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
}

.fa-plus-circle.add {
    color: #8DA7C0;
    font-size: 40px
}

.grey-completed-body .completed-title {
    padding-bottom: 10px;
    padding-left: 2px;
}

.btn-completed-violet:hover {
    text-decoration: none;
    color: #FDE8F0;
}

.btn-completed-brown:hover {
    text-decoration: none;
    color: #FDE8F0;
}



/*********************************************************************/


/***************************************MULTI SHIP***********************/
.card.multi-ship .card-header {
    background-image: linear-gradient(180deg, #F8FAFB 0%, #D5DEE6 100%);
    min-height: 170px;
    padding: 40px;
}

/********************************TRACKING****************************/

.tracking-title {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: left
}

.card.tracking {
    padding-bottom: 3rem;
}

    .card.tracking .card-header {
        background-image: linear-gradient(180deg, #F8FAFB 0%, #D5DEE6 100%);
        min-height: 170px;
        padding: 40px;
    }

.row.track {
    min-height: 60px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.track-button {
    background-image: linear-gradient(180deg, #F8FAFB 0%, #D5DEE6 100%);
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    color: #3D5F80;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 8px 35px;
    border: none
}

a.track-button:hover {
    text-decoration: none;
    color: #3D5F80;
}

.track-number {
    color: #3D5F80;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
}



.breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.text-notselectable {
    color: #9b9b9b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}


.breadcrumb-item {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-decoration: underline;
}

    .breadcrumb-item a {
        color: #3D5F80;
    }

    .breadcrumb-item.active {
        text-decoration: none;
    }

.tracking .card-body.tracking-details {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.12px;
    padding: 5px 33px 5px 33px;
}

.tracking-details-title {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.12px;
    padding: 30px 39px 0px 39px;
}

.tracking-status {
    background-color: #E1E9F0;
    border-radius: 70px;
    min-height: 48px;
}

.no-r-rounded {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.no-l-rounded {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

#fourth_status img {
    margin: 6px 0px;
}

#third_status img {
    margin: 6px 0px;
}

#second_status img {
    margin: 6px 0px;
}

#middle_status img {
    margin: 6px 0px;
}

.tracking-ok {
    background-color: #42B69B;
}

.filter-popover.popover {
    padding: 5px;
}


.filter-popover.popover-header {
    margin-bottom: 8px;
}

.tracking-information.title {
    padding: 5px 26px 0px 26px
}

.tracking-title-timeline {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.tracking-subtitle {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.tracking-title-timeline.completed {
    color: #42B69B;
}

.tracking-sub-text {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
}

.tracking-subtitle.completed {
    color: #42B69B;
}

.tracking-option-menu {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: underline;
}

a.tracking-option-menu:hover {
    color: #3D5F80;
}

.tracking-information.body {
    padding: 25px 40px 0px 40px
}

.tracking .modal-title, .tracking .modal-body {
    color: #3D5F80;
}

.tracking-courier-title {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.created-order {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.tracking .courier-div {
    background-color: #EEF3F6;
    border-radius: 7px;
}

.negative-margin-protection {
    margin-left: -10px
}

.tracking .tracking-courier-subtitle {
    background-color: #EEF3F6;
    border-radius: 7px;
}

    .tracking .tracking-courier-subtitle hr {
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
        color: #9EB8D2;
    }

.tracking-courier-subtitle {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.tracking-courier-image {
    width: 82px;
    height: 96px;
    position: absolute;
    top: -20px;
    right: -6px;
}

.tracking-event img {
    margin-top: 1px;
}

.tracking-date {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.07px;
}

    .tracking-date.text {
        color: #3D5F80;
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: -0.09px;
    }

.tracking-event .col-1 {
    max-width: 34px;
}


.tracking-event .col-11 {
    min-height: 92px;
}

.no-min-height .col-11 {
    min-height: 0px;
}

.tracking-event hr {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.copied-tooltip {
    display: none;
    margin-left: 10px;
    padding: 2px 8px;
    background-color: #e9458adf;
    border-radius: 2px;
    color: #fff;
}

/********************************ADDRESS BOOK*********************************/

.table-address {
    background-color: #FFFFFF
}

#search_ship {
    border: none;
    outline: none;
    width: 100%
}

#table_address tbody {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#table_address thead, .dataTables_filter {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.page-item.active .page-link {
    background-color: #3D5F80 !important;
    border-color: #3D5F80 !important;
}

.btn-handle-sc-secondary {
    /* Rectangle: */
    font-family: 'Open Sans', sans-serif;
    /* Compara e spedisci!: */
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    color: #748DA5;
}

#table_address .dropdown-menu {
    min-width: 150px;
    padding: 3px 0px;
}

.table-address-book .dropdown-menu a {
    background-color: #F2F4F6;
    border-bottom: 1px solid white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

    .table-address-book .dropdown-menu a:hover {
        background-color: #3D5F80 !important;
        color: white !important;
    }

/*****************************POPUPTRACKING***********************************/
.popover-title {
    text-align: center;
}

.popover-header {
    text-align: center;
}

.custom-popover li {
    border: none !important;
    text-align: center;
    list-style-type: none;
    border-bottom: 1px solid #ccc !important;
}

    .custom-popover li a {
        text-decoration: none;
    }

    .custom-popover li:nth-child(2) {
        border-bottom: 1px solid #ccc !important;
    }

    .custom-popover li:last-child {
        border-bottom: 1px solid #ccc !important;
    }

.custom-list-group-item {
    padding: 0.25rem;
}

#first_status img {
    margin: 6px 0px;
}

/*****************************END POPUPTRACKING***********************************/
/*******************************YOUR ORDER********************************/
.btn-order, .btn-order-app {
    background-color: #E1E9F0;
    border-radius: 7px;
    box-shadow: 0 -1px 1px 0 #FFFFFF;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 15px;
    min-width: 80px;
    border: 1px solid #E1E9F0;
}

    .btn-order.btn-active, .btn-order-app.btn-active {
        /*background-image: linear-gradient(0deg, #EFF4F8 0%, #3D5F80 100%);*/
        color: #FFFFFF;
        background-image: linear-gradient(#7C94AB 0%,#3D5F80 100%);
        box-shadow: 0 1px 1px 0 #FFFFFF;
        border: none;
    }

.dropdown-sort.my-order > img:hover {
    border: none;
    width: 48px;
    height: 48px;
    background-color: #F2F4F6;
    border-color: #F2F4F6;
    color: #F2F4F6;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.dropdown-menu.my.my-order {
    margin: 0px;
    padding: 0px;
}

.btn-ship-filter, .btn-order, .btn-order-app {
    outline: none !important;
    box-shadow: none !important;
    border: none;
}

ul.dropdown-menu.my-order {
    padding: 0px;
}

.sort-active.my-order {
    border: none;
    width: 48px;
    height: 48px;
    background-color: #F2F4F6;
    border-color: #F2F4F6;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.custom-pl-5 {
    padding-left: 25px !important;
}

.custom-hr {
    height: 2px;
    background-color: #D8DDE3;
    margin-top: 35px
}

.card-body.my-order {
    padding: 35px 25px 0px 25px;
    min-height: 1500px;
}


.your-order {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.your-order-italic {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    color: #3D5F80
}

.your-order.order-xs {
    font-size: 14px;
}

.your-order-greyed-out {
    color: #90A3B6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.your-order-protection {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.28px;
}

.greyed-out {
    color: #9EB8D2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.28px;
}

.your-order-description {
    color: #42B69B;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

    .your-order-description.stock {
        color: #E9458A;
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        font-weight: 600;
    }

.your-order.load-more {
    font-size: 16px;
    min-height: 65px;
    border: 10px solid #EEF3F6;
    border-radius: 5px;
    cursor: pointer;
}

.grid-item.order {
    width: 100%;
    height: auto;
}

#search_order {
    border: none;
    outline: none;
}

a.your-order:hover {
    text-decoration: none !important;
    color: #3D5F80;
}

.card.tracking .card-header.order {
    background-image: linear-gradient(180deg, #F8FAFB 0%, #D5DEE6 100%);
    min-height: 170px;
    padding: 0px 26px 0px 42px;
}

.tracking-title.hidden-order {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    padding: 25px 30px 0px 30px;
}


.btn-order, .btn-order-app {
    border-radius: 7px;
    font-size: 14px;
    cursor: pointer;
    padding: 15px;
    min-width: 80px;
    box-shadow: 0 -1px 1px 0 rgba(181, 26, 82, 0.46);
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 18px;
    text-align: center;
}

.your-order.xs {
    font-size: 16px;
}

#order_courier_img br {
    margin: -4px 0;
    content: '';
    display: block
}
/***************************************YOUR ACCOUNT*************************************/
.no-autocomplete-style .easy-autocomplete {
    width: auto !important;
    margin-left: auto
}

    .no-autocomplete-style .easy-autocomplete input {
        height: calc(2.25rem + 2px) !important;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #3D5F80;
        letter-spacing: 0.37px;
        border-radius: 8px !important;
        padding-top: 8px;
        padding: 0.5rem 11px
    }

.no-autocomplete-style.your-account {
    margin-bottom: 30px;
}

    .no-autocomplete-style.your-account .easy-autocomplete {
        margin-left: 0;
    }

        .no-autocomplete-style.your-account .easy-autocomplete input {
            border-radius: 4px !important;
        }

.your-account .easy-autocomplete-container {
    max-height: 150px;
}

#your_account_city {
    height: 50px;
}

.your-account .header-your-account {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
}

.your-account .your-credit {
    background-color: #41AFDF;
    border-radius: 7px;
}

.your-account .credit-text {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 16px;
}

.your-account .your-bonus {
    background-color: #42B69B;
    border-radius: 7px;
}

.your-account .account-box {
    background-color: #EEF3F6;
    border-radius: 0 0 7px 7px;
}

    .your-account .account-box div {
        list-style: none;
        color: #3D5F80;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 600;
        padding: 15px 0px 15px 30px;
    }

    .your-account .account-box hr {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .your-account .account-box > div {
        cursor: pointer;
    }

.your-account-summary {
    border-bottom: 1px solid #D3DDE4;
}

    .your-account-summary:after {
        border-bottom: 1px solid #D3DDE4;
    }

.your-account .account-box .active {
    background-color: #E0E7ED;
    border-left: 9px solid #3D5F80;
    /*border-bottom: 2px solid #D3DDE4;*/
    border-right: 2px solid #EEF3F6;
    /*border-top: 2px solid #D3DDE4;*/
}

.filter-summary-order .grey-new-ship {
    cursor: pointer;
}

.your-account .summary.title {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 33px;
    font-weight: 400;
}

.your-account .amministration {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.your-account .sub-title {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.your-account .sub-text {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.your-account .main-button, .condition .main-button {
    border: none;
    background-color: #E9EEF4;
    border-radius: 13px;
    padding: 2px 20px;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}

.your-account .ship-counter {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.your-account .grey-new-ship {
    min-height: 120px;
    line-height: 1;
}

.your-account .main-button.white, .condition .main-button.white {
    background-color: #3D5F80;
    color: white;
    font-weight: 400;
    padding: 2px 30px;
    cursor: pointer;
}

.your-account a.main-button:hover {
    text-decoration: none;
}

.your-account #your_data_form #Citta {
    margin-top: 1px !important;
}

.your-account.custom-image {
    width: 85px;
    height: 85px;
    border: 5px solid #3A5B7B;
    border-radius: 42px;
}

    .your-account.custom-image.remove-border {
        border: none;
    }

.your-account .contract-services-sub {
    color: #E9458A;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

    .your-account .contract-services-sub.accepted {
        color: #42B69B;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
    }

#conditions_modal .card-body {
    background-color: #F8FAFB
}

#conditions_modal .card-header, #conditions_modal .card-footer {
    background-color: white;
}

#conditions_modal .all-conditions .card-body, #conditions_modal .all-conditions .card-footer {
    background-color: white;
}


.your-account .checkmark {
    padding-left: 5px;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}


.your-account #pocket_book_form input[type=radio] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.your-account-container {
    max-width: 1100px;
}

.grey-new-ship.avatar-image {
    width: 277px;
    height: 215px;
    position: relative
}

#upload_image {
    position: absolute;
    top: 16%;
    left: 25%
}
/*************************************************************************/


/******************************************ECOMMERCE INTEGRATUIB********************************/

.e-commerce-div {
    padding: 40px 0px;
    background-color: #EEF3F6;
    cursor: pointer;
}

/***********************************************************************************************/


/******************************************MULTI SHIP RECAP********************************/

.multi-ship-recap .order-recap hr {
    height: 2px;
    background-color: #D8DDE3;
}


.multi-ship-recap .order-recap .ok {
    color: #42B69B;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.multi-ship-recap .order-recap .ko {
    color: #E9458A;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
}


.multi-ship-recap .custom-hr {
    margin-top: 0px;
}

.multi-ship-recap .order-recap .green-validation {
    color: #42B69B;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.multi-ship-recap .order-recap .yellow-validation {
    color: #D58707;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.multi-ship-recap .min-height {
    min-height: 900px
}

.multi-ship-recap .d-lg-custom-none {
    padding: 15px 0;
}

.multi-ship-recap .pay.first-col {
    padding: 0px 35px;
}


.multi-ship-recap .order-recap .red-validation {
    color: #E9458A;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}


/*************************************COMPLETED MULTI SHIP******************************************/
.completed-div.multi-ship p {
    margin-bottom: .6rem;
}

.go-your-order, .last-order, #your_invoices {
    cursor: pointer;
}
/*******************************************************************************************/


/*****************************************BUSINESS REVENUE****************************************************/

.accordion.invoices {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.invoices .header {
    background-color: #41AFDF;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 13px;
}

.invoices .card-header {
    border-radius: 5px;
    background-color: #C2ECFF;
    font-family: 'Open Sans', sans-serif;
    color: #3D5F80;
    font-size: 13px;
    font-weight: 700;
    padding: 0
}

.invoices .sub-title {
    text-decoration: none;
}

[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.invoices .total-prepayed {
    border: 10px solid #DFF5FF;
    border-radius: 5px;
}

.invoices .body {
    background-color: #DFF5FF;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #3D5F80;
    font-size: 13px;
    font-weight: 400;
}

.py-05 {
    padding: .1rem 0
}

.sub-text-link {
    font-family: 'Open Sans', sans-serif;
    color: #3D5F80;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
}

    .sub-text-link:hover {
        text-decoration: underline !important;
        color: #3D5F80 !important;
    }

.invoices .bonus.header {
    background-color: #42B69B !important;
}

.invoices .card-header.bonus {
    background-color: #A4FAE4 !important
}

.invoices .bonus.body {
    background-color: rgba(217, 255, 245, 0.9399999976158142) !important
}

.bonus.total-prepayed {
    border: 10px solid #DBFFF6 !important;
}

/************************ACCOUNT ERROR*******************************************/
.account-error .welcome-with-username {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 400;
}

.account-error .welcome {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 400;
}

.account-error .fa-frown {
    color: #E9458A;
    font-size: 60px
}

.account-error .fa-exclamation-triangle, .account-error .fa-check-circle {
    color: #E9458A;
    font-size: 40px
}


.account-error .banned-link:hover {
    text-decoration: underline;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
}

.account-error .banned-title {
    color: #E9458A;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.account-error .banned-sub-title {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.account-error .copyright {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
}

.account-error .btn-login {
    text-decoration: none;
    outline: none;
    background-image: linear-gradient(180deg, #F3F5F8 0%, #D5DEE6 100%);
    border: 7px solid #FFFFFF;
    border-radius: 8px 13px 13px;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
}

.account-error .banned-link {
    text-decoration: underline;
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
}

.btn-primary-error {
    /* Rectangle: */
    background-image: linear-gradient(0deg, #2173B5 0%, #42B0DF 100%);
    border: 7px solid #42B0DF;
    border-radius: 8px 13px 13px;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.03px;
    cursor: pointer;
}


.container.user-container.account-error {
    max-width: 850px;
}

    .container.user-container.account-error .account-disabled {
        max-width: 500px;
    }

.text-modal {
    color: #3D5F80;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.pending-payments-info {
    color: #D58707;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
}


.service-banner {
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(72,82,98,0.20);
    color: #3D5F80;
    background-image: none !important;
}

    .service-banner .courier, div[id^=courier_info] .courier {
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
        color: #3D5F80;
    }

    .service-banner .description, div[id^=courier_info] .description {
        font-size: 20px;
        font-weight: 400;
        color: #3D5F80;
    }

    .service-banner [class^=col]:first-child {
        padding-left: 35px;
        padding-top: 30px;
    }


/* Courier Info */

#curier_info {
    color: #3D5F80;
}

div[id^=courier_info] .banner {
    background-color: #e3448b;
    border-radius: 8px;
    padding: 20px 0;
    text-align: center;
}

div[id^=courier_info] .modal-body {
    background-color: white;
    padding-top: 0;
}

div[id^=courier_info] .description {
    font-size: 16px;
}

div[id^=courier_info] .bullet {
    font-size: 15px;
    letter-spacing: 0.54px;
}

.courier_info_nav .nav-tabs {
    display: none;
}

.courier_info_nav .header {
    background-color: #E0EAF0;
    border: 1px solid #d7dbde
}

.courier_info_nav a {
    color: unset;
    text-decoration: none;
}


/*************************************************************************/
/*******************************************************************************************/
/*********************MEDIA QUERY****************************/
/* @2x Images (Pixel Ratio of 1.25+)*/
@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) /*and (min-width: 991px)*/ {
    #fermo-point {
        background-image: url('../img/BoxBgDx_Fermopoint@2x.png'), url('../img/LogoFermopoint@2x.png');
        background-position: bottom right,5% 95%;
        background-size: 354px 229px,158px 69px;
        background-repeat: no-repeat;
        background-color: #FEF0DC
    }

    .your-account .checkmark li {
        list-style: none;
        background: url('../img/Chekkino@2x.png') no-repeat left 5px;
        padding-left: 20px;
        color: #3D5F80;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .mascotte {
        background-image: url('../img/BoxBgDx_Mascotte@2x.png');
        background-position: right bottom;
        background-size: 165px 215px;
        background-repeat: no-repeat;
    }

    .italy {
        background-image: url('../img/BoxBgSx_Italy@2x.png');
        background-position: left bottom;
        background-size: 165px 215px;
        background-repeat: no-repeat;
    }

    .europe {
        background-image: url('../img/BoxBgSx_Countries@2x.png');
        background-position: left bottom;
        background-size: 165px 215px;
        background-repeat: no-repeat;
    }
}


/*****FERMOPOINT OVERWRITE IMAGE******/
@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) and (max-width:767px) {
    #fermo-point {
        background-image: url('../img/BoxBgDx_Fermopoint@2x.png'), url('../img/LogoFermopoint@2x.png');
        background-position: bottom right,5% 95%;
        background-size: 65% auto,158px 69px;
        background-repeat: no-repeat;
        background-color: #FEF0DC
    }
}

@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) and (max-width:1999px) and (min-width:768px) {
    #fermo-point {
        background-image: url('../img/BoxBgDx_Fermopoint@2x.png'), url('../img/LogoFermopoint@2x.png');
        background-position: bottom right,5% 95%;
        background-size: 55% auto,158px 69px;
        background-repeat: no-repeat;
        background-color: #FEF0DC
    }
}
/************END OVERWRITE***********/



@media (max-width: 991px) {
    .custom-margin-footer-social {
        margin-bottom: 0px;
    }
    #first_status {
        min-width: 0;
    }

    #second_status {
        max-width: none;
    }

    .card.tracking .card-header {
        padding: 5px 15px;
    }

    .tracking-title {
        font-size: 20px;
    }

    .user-title-text, .btn-address {
        font-size: 12px;
    }

    .track-number {
        font-size: 12px;
    }

    .track-button {
        font-size: 16px;
    }

    .user-text {
        font-size: 13px;
    }

    #user_address .modal-title {
        font-size: 15px;
    }

    #header_steps > .row {
        width: 100%
    }

    .pay-price {
        font-size: 22px;
    }

    .code-coupon {
        padding-left: 20px !important;
    }

    #Coupon {
        margin-right: 10px;
    }

    .courier-image {
        margin-top: -30px !important;
    }

    .hdn div[class^="review"] {
        padding: 0;
    }


    .new-courier-list {
        padding-right: 15px;
    }

    .spedirecomodo-subtitle-box1-xs, .fermopoint-subtitle, .spedirecomodo-subtitle {
        font-size: 14px;
    }

    [id^=price], [id^=nation-name-id], .spedirecomodo-subtitle-box1 {
        font-size: 15px;
    }

    .spedirecomodo-title, .fermopoint-title {
        font-size: 19px;
    }


    .home-margin-top {
        margin-top: 20px;
    }

    .head.container {
        margin-left: 0;
        margin-right: 0;
        max-width: inherit;
        width: 100%;
    }

    #button-left {
        margin: 0;
        padding: 0;
    }

    #button-right {
        margin: 0;
        padding: 0;
    }

    .navbar.navbar-dark.navbar-expand-lg {
        padding: 14px;
    }

    .current_language {
        font-family: 'Open Sans', sans-serif;
        font-size: inherit;
    }

    .card.tracking .card-header.order {
        padding: 0px 20px 0px 20px;
        min-height: 130px !important;
    }

    .track-button {
        padding: 10px 36px
    }

    #search_order {
        font-size: 16px;
    }

    .card-body.my-order {
        padding: 35px 20px 0px 20px
    }

    .custom-social-padding.col-lg-10 {
        flex: auto !important;
        margin-left: 0px !important;
    }

    .static-value {
        right: 9%;
    }

    .pallet .static-value {
        right: 9%;
    }

    .custom-kg {
        background: linear-gradient(to right, white 74%, #AAB0C0 74%)
    }

    .pallet .custom-kg {
        background: linear-gradient(to right, white 75%, #AAB0C0 75%);
    }
}

@media(max-width:767px) {

    .courier-disable-first-text {
        left: 11%!important;
    }


    .courier-disable-second-text {
        left: 31%!important;
    }

    .business-pro {
        background-size: 330px 150px;
        min-height: 435px !important;
        background-position-y: 62%;
        background-position-x: center
    }

    .negative-margin-protection {
        margin-left: -7px
    }

    .static-value {
        right: 7%;
    }

    .no-autocomplete-style.your-account .easy-autocomplete {
        width: 100% !important;
    }


    .card-body.confirmed-body {
        padding: 0.75rem;
    }

    .completed-title {
        font-size: 18px;
    }

    #pay-protection {
        width: 90% !important;
        height: auto !important;
    }

    .payment-box-title .col-5 {
        padding-top: 3px;
    }

    #Coupon {
        height: 33px;
    }

    .btn-coupon {
        padding: 1px 10px;
    }

    .payment-box-title {
        line-height: 17px;
    }

    .pr-custom {
        padding-right: 0 !important;
    }


    #cambiaCoupon {
        font-size: 9px;
    }

    .bonus-id {
        font-size: 10px;
    }

    .portfolio {
        font-size: 13px;
    }

    .col-05 {
        -ms-flex: 0 0 3%;
        flex: 0 0 3%;
        max-width: 3%;
    }

    .col-055 {
        -ms-flex: 0 0 5.8%;
        flex: 0 0 5.8%;
        max-width: 5.8%;
    }

    .pl-sm-04 {
        padding-left: 4px !important;
    }

    .conditions {
        margin: 0px 2px
    }

    .payment-body .pay-data {
        padding: 1.25rem;
    }

    .edit {
        font-size: 12px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        padding: 0px 10px;
    }


    .code-coupon {
        padding-left: 15px;
    }


    .courier-image {
        margin-top: -27px !important;
    }

    .background-image {
        background: url('../img/BGTop_Summer.jpg') 30% 0% repeat-x, url('../img/BGBottom_Summer_Inverse.jpg') 0% 45% repeat-x,url('../img/BGBottom_Summer.jpg') 0% 100% repeat-x, linear-gradient(to bottom,#41B0DE 44.9999999999999%,#F0F4F7 45%, #F0F4F7 99.9999999%,#41B0DE 100% );
        background-size: 2521px 754px,2521px 263px,2521px 263px,auto;
    }

    .spedirecomodo-subtitle-box1-xs, .fermopoint-subtitle, .spedirecomodo-subtitle, .pay-text {
        font-size: 15px;
    }

    .pay-sub-text, #Coupon {
        font-size: 12px !important;
        line-height: 0;
    }

    [id^=price], [id^=nation-name-id], .spedirecomodo-subtitle-box1 {
        font-size: 15px;
    }


    .spedirecomodo-title, .fermopoint-title {
        font-size: 18px;
    }

    #fermo-point {
        background-image: url('../img/BoxBgDx_Fermopoint.png'), url('../img/LogoFermopoint.png');
        background-position: bottom right,5% 95%;
        background-size: 65% auto,158px 69px;
        background-repeat: no-repeat;
        background-color: #FEF0DC
    }

    .pay-title {
        font-size: 17px;
    }

    .your-order.xs {
        font-size: 14px;
    }

    #your_account_city {
        height: 80px;
    }


    .your-account .card-header {
        font-size: 20px;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right !important
    }

    .star-separator img {
        width: 90% !important;
        height: auto !important;
    }

    #no-couriers img {
        width: 90% !important;
        height: auto !important;
    }

    .pallet .custom-kg {
        background: linear-gradient(to right, white 72%, #AAB0C0 72%);
    }

    .pallet .static-value {
        right: 8%;
    }
}

@media (min-width:576px) and (max-width:766px) {
    .online .col-1 {
        padding-left: 12px !important;
    }

    .row-bonus, .row-coupon, .row-credit {
        padding: 20px;
    }

    .online {
        padding: 13px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .modal-dialog.modal-lg {
        max-width: 635px;
    }
}

@media (max-width:576px) {

    .oval-footer {
        min-height: 50px;
        max-width: 50px;
        max-height: 50px;
    }
    .pt-38 {
        padding-top: 15px;
    }

    .modal-body.change-service{
        padding:0px;
    }

    .ship-courier-form {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-xs-padding-15{
        padding-left:0px!important;
        padding-right:0px!important;
    }


    .home-margin-top {
        margin-top: 0px;
    }

    .negative-margin-protection {
        margin-left: -5px
    }

    .your-account.check-multiship-payment .main-button {
        font-size: 10px;
    }

    .modal-body.modal-radius {
        font-size: 14px !important;
    }

    table th, table td {
        padding: .45rem;
    }

    .btn-address {
        font-size: 11px;
    }

    #pay-protection {
        width: 85% !important;
        height: auto !important;
    }

    #div_pay_protection {
        max-width: 33px !important;
    }

    .xs-absolute {
        position: absolute;
        right: 8%;
        bottom: 83%;
    }

    .payment-box-title.form-group {
        margin-bottom: 16px !important;
    }

    .payment-box-title .pl-2 {
        padding-left: 12px !important;
    }

    .payment-box-title .col-5 {
        padding-top: 0px;
    }

    .pr-custom {
    }

    .coupon-box-title {
        padding-right: 25px;
    }

    #Coupon {
        margin-left: 6px;
        height: 28px;
        max-width: 300px;
        margin-bottom: 15px;
    }

    .btn-coupon {
        margin-bottom: 15px;
    }

    .pl-md-lg-3 {
        padding-left: 0.6rem !important;
    }

    .card-header.card-shipping-header {
        padding: 20px 0px !important;
    }

    .col-05 {
        display: none;
    }

    .col-055 {
        -ms-flex: 0 0 4.5% !important;
        flex: 0 0 4.5% !important;
        max-width: 4.5% !important;
    }

    .pl-01 {
        padding-left: 1px !important;
    }


    .d-lg-custom-none {
        padding: 5px !important;
        padding-top: 15px !important;
    }

    .conditions {
        margin: 0px;
        padding: 0.85rem;
    }

    .payment-body .pay-data {
        padding: 0.85rem;
    }

    .edit {
        height: auto !important;
    }

    .row.card-body.payment-body {
        padding: 0.35rem !important;
    }

    .text-xs, .ship-detail-text, textarea, .conditions-text, .user-title-text, .created-order, .tracking-sub-text {
        font-size: 14px !important;
    }


    .tracking-date, .tracking-subtitle, .tracking-option-menu {
        font-size: 14px !important;
    }

    .ship-detail-title, #user_address .fas.fa-check, .tracking-courier-subtitle, .tracking-courier-title, .tracking-title-timeline,
    #header_tracking_status .col-auto, .your-order-italic, .your-order-description, .your-account .login-input, .your-account .sub-text, .footer-text-title {
        font-size: 15px !important;
    }

    .row-bonus .pay-text, .row-credit .pay-text, .online .pay-text {
        line-height: 20px;
        padding: 5px 10px;
    }

    .row-bonus .pay-sub-text, .row-credit .pay-sub-text, .online .pay-sub-text {
        line-height: 13px;
    }

        .online .pay-sub-text input {
            width: 10px;
            height: 10px;
        }

    .btn-coupon {
        padding: 2px 10px;
        color: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
        font-size: 8px;
        font-weight: 600;
        letter-spacing: 0px;
    }

    .code-coupon {
        padding-left: 10px !important;
    }

    #code_coupon {
        padding-left: 11px !important;
    }


    .custom-checkbox {
        width: 20px;
        height: 20px;
    }

    .pay-price {
        font-size: 18px;
    }

    .no-xs-padding {
        padding: 0 !important;
    }

    .row-coupon {
        height: 115px;
    }

    .courier-image {
        margin-top: -27px !important;
    }

    .head.container img {
        width: 59% !important;
        height: auto !important
    }

    .far:not(.fa-user-cog), .default-data-user {
        font-size: 16px;
    }

    .no-l-xs-padding {
        padding-left: 0;
    }


    .no-r-xs-padding {
        padding-right: 0;
    }

    .field-validation-error {
        font-size: 9px !important;
    }

    .background-image {
        background: url('../img/BGTop_Summer.jpg') 30% 0% repeat-x, url('../img/BGBottom_Summer_Inverse.jpg') 0% 65% repeat-x,url('../img/BGBottom_Summer.jpg') 0% 100% repeat-x, linear-gradient(to bottom,#41B0DE 64.9999999999999%,#F0F4F7 64%, #F0F4F7 99.9999999%,#41B0DE 100% );
        background-size: 2521px 754px,2521px 263px,2521px 263px,auto;
    }

    .btn-primary-sc, .your-order {
        font-size: 19px;
    }

    .card-ship-body-home {
        padding: 1rem;
    }

    .custom-title {
        font-size: 34px;
    }


    .card-body-home {
        padding-right: 0;
        padding-left: 0;
        padding-top: 52px;
        padding-bottom: 45px;
    }


    #box-weight, .your-order.order-xs, .your-order-greyed-out {
        font-size: 14px;
    }

        #box-weight img {
            margin-right: 0px !important;
        }

    .card-footer-home {
        padding-left: 15px;
        padding-right: 15px;
    }


    .card-trustpilot {
        display: none;
    }


    .background-index-center .col-lg-3 {
        padding: 10px;
    }

    .custom-title {
        margin-bottom: 10px;
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .card-body-home {
        padding: 0.7rem;
        padding-top: 52px;
        padding-bottom: 45px;
    }

    .pay-title {
        line-height: 20px;
    }

    #my_user img {
        width: 75% !important;
        height: auto !important;
    }

    #xs_public_link img {
        width: 75% !important;
        height: auto !important;
    }

    .tracking-details-title {
        padding: 30px 18px 0px 18px;
        font-size: 14px;
    }

    .tracking .card-body.tracking-details {
        padding: 5px 10px 5px 10px;
    }

    .row.tracking-information {
        padding: 15px 6px 0px 6px;
    }
    /*#header_tracking_steps imgc
        width:42%!important;
        height:auto!important;
    }*/
    #first_status {
        min-width: 0 !important;
    }

    /*#first_status img, #second_status img, #third_status img, #fourth_status img, #middle_status img {
    margin: 11px 0px;

    }*/

    .hide-lg-xl-filter {
        width: auto !important;
    }

    .card.card-couriers.card-min-height {
        min-height: 350px;
    }

    .ship-subtitle {
        line-height: 19px;
    }

    .condition-containter .card-body {
        padding: 0;
        padding-top: 10px;
    }

    .condition-containter .card-header {
        font-size: 20px;
    }

    .your-account .custom-image {
        width: 65px;
        height: 65px;
    }

    .grey-new-ship.avatar-image {
        width: 210px;
        height: 155px;
        position: relative;
    }

    #upload_image {
        top: 8%;
        left: 20%;
        width: 115px;
        height: 115px;
    }

    .your-account #pocket_book_form input[type=radio] {
        width: 20px;
        height: 20px;
        margin-top: 3px;
    }

    .login-input.xs-11 {
        font-size: 14px !important;
    }

    .your-account .summary.title {
        font-size: 21px;
    }

    .btn-order.filters-button-group-hdn, .btn-order.date-sort {
        padding: 10px;
    }

    .invoices .sub-title {
        font-size: 15px !important
    }

    .invoices .total-prepayed {
        font-size: 13px !important;
    }
}

@media (max-width:547px) {



    .ship-data-text {
        font-size: 16px !important;
    }

        .ship-data-text:hover {
            font-size: 16px !important;
        }

    a.ship-data-text:hover {
        font-size: 16px !important
    }

    .info-services {
        width: 75% !important;
        height: auto !important;
    }

    #complete_info {
        font-size: 12px !important;
    }

    .courier-image {
        margin-top: -27px !important;
    }

    /*.card-courier .courier-image {
        width: 85px !important;
        height: 95px !important;
    }*/

    .pay-title {
        font-size: 16px;
        line-height: 18px;
    }

    .edit {
        font-size: 12px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .brown-body {
        min-height: 170px;
    }

    .business-pro {
        background-size: 330px 150px;
        min-height: 435px !important;
        background-position-y: 67%
    }

    .grey-completed-body, .grey-new-ship {
        min-height: 234px !important;
    }

    .container {
        max-width: 738px;
    }

    .card-body-home {
        padding: 0.7rem;
        padding-top: 52px;
        padding-bottom: 45px;
    }


    .col.spedirecomodo-subtitle-box1-xs {
        padding-left: 8px;
        padding-right: 8px;
    }

    .small-lr-padding {
        padding-left: 8px;
        padding-right: 8px;
    }

    .btn-fermopoint {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1135px;
    }

    .d-lg-custom-block {
        display: block !important;
    }

    .d-lg-custom-none {
        display: none !important;
    }

    .step-negative-margin {
        margin-right: -85px !important;
    }
}

@media(max-width:1199px) and (min-width:992px) {

    #dd-language {
        padding-top: 6px !important
    }

    .business-pro {
        background-position-y: 67%;
        min-height: 435px !important;
        background-size: 245px 130px;
    }

    .custom-button-sc-pro {
        right: 3%;
        bottom: 40%;
    }


    #logo-spedirecomodo {
        max-width: 180px;
        height: auto;
    }

    .hide-btw-lg-xl {
        display: none;
    }

    .col-lg-custom-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .pr-customlg-3 {
        padding-right: 0 !important;
    }

    .step-negative-margin {
        margin-right: -40px !important;
    }

    .pr-md-lg-1 {
        padding-right: 40px !important;
    }


    .custom-social-padding.col-lg-10 {
        flex: 0 0 96.333333% !important;
        max-width: 97.333333% !important
    }
}

@media(max-width:1999px) and (min-width:768px) {
    #fermo-point {
        background-image: url('../img/BoxBgDx_Fermopoint.png'), url('../img/LogoFermopoint.png');
        background-position: bottom right,5% 102%;
        background-size: 55% auto,158px 69px;
        background-repeat: no-repeat;
        background-color: #FEF0DC
    }

    .ship-title {
        font-size: 20px;
    }
}

@media(max-width:450px) {
    .pallet .custom-kg {
        background: linear-gradient(to right, white 56%, #AAB0C0 56%);
    }

    .pallet .static-value {
        right: 8%;
    }
}

@media(max-width:400px) {

    .conditions .custom-checkbox {
        width: 35px !important;
        height: 35px !important;
    }

    #box-weight {
        font-size: 9px;
        padding-top: 37px !important;
    }

    .e-commerce {
        letter-spacing: 0;
        font-size: 10px;
    }

    .multi-ship-text {
        letter-spacing: 0;
        font-size: 12px;
    }

    .spedirecomodo-subtitle-box1-xs, .fermopoint-subtitle, .spedirecomodo-subtitle {
        font-size: 12px;
    }

    [id^=price], [id^=nation-name-id], .spedirecomodo-subtitle-box1 {
        font-size: 13px;
    }

    .spedirecomodo-title, .fermopoint-title {
        font-size: 16px;
    }

    .small-lr-padding {
        padding-left: 8px;
        padding-right: 8px;
    }

    #home-card .card {
        min-height: unset;
    }

    .card-body-home {
        padding: 1.5rem 1rem;
    }

    .spedirecomodo-title.pl-3 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .spedirecomodo-title {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .mascotte ul {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .footer .row li {
        font-size: 12px;
    }

    .footer .row strong {
        font-size: 14px;
    }

    .footer .row .col-4 {
        padding-right: 13px;
        padding-left: 13px;
    }

    .breadcrumb-item {
        font-size: 12px;
    }

    div[id^=courier_info] .bullet {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    div[id^=courier_info] .description {
        font-size: 15px;
    }
}

@media (min-width:401px) and (max-width:420px) {
    .pt-slider {
        padding-top: 38px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .pt-md-6 {
        padding-top: 4rem !important;
    }
}

@media(max-width:1332px) {
    .hidden-row {
        display: none;
    }
}

@media(max-width:1245px) {
    .first-col {
        max-width: 930px;
    }

    .pt-bill {
        width: 94%;
    }
}


@media(max-width:1388px) {
    .violet-header, .brown-header, .violet-completed-title-body, .brown-completed-title-body, .grey-completed-body .completed-title {
        font-size: 18px !important;
    }

    .brown-completed-subtitle-body {
        font-size: 13px
    }

    .brown-completed-title-body {
        padding-bottom: 0px
    }
}

@media (min-width:992px) and (max-width:1235px) {
    .brown-completed-subtitle-body {
        min-height: 90px
    }
}

@media (min-width:1236px) and (max-width:1388px) {
    .brown-completed-subtitle-body {
        min-height: 90px
    }
}

@media(max-width:1235px) {

    .grey-completed-body, .grey-new-ship {
        min-height: 223px;
    }

    .first-col {
        max-width: 920px;
    }

    .pt-bill {
        width: 90%;
    }

    .violet-header, .brown-header, .violet-completed-title-body, .brown-completed-title-body, .grey-completed-body .completed-title {
        font-size: 14px !important;
    }

    .completed-div .fas.fa-exclamation-triangle {
        font-size: 20px !important;
    }

    .violet-completed-subtitle-body, .brown-completed-subtitle-body, a.ship-data-text:hover, a.brown-completed-subtitle-body:hover, .grey-completed-body .ship-data-text, .grey-completed-body .ship-data-text:hover, .btn-completed-brown, .btn-completed-violet {
        font-size: 16px;
    }
}

@media(max-width:1230px) {
    .first-col {
        max-width: 860px !important;
    }

    .pt-bill {
        width: 94%
    }
}

@media (min-width:1200px) and (max-width:1386px) {
    #dd-language {
        padding-top: 12px !important
    }

        .head.container .navbar-text-custom, #dd-language .d-none.d-md-block {
            font-size: 13px
        }

    .business-pro {
        background-size: 330px 150px;
        min-height: 379px !important;
        background-position-y: 77%
    }

    .custom-button-sc-pro {
        bottom: 35%
    }
}

@media (max-width:1386px) {

    .ship-data-text:hover {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #3D5F80;
        letter-spacing: 0.27px;
    }

    a.ship-data-text:hover {
        font-size: 16px;
    }


    .custom-social-padding {
        margin-top: -27px !important;
        padding-right: 0px !important;
        margin-left: 9px;
    }

    .background-image {
        background: url('../img/OverlayAnimato.png') 50% 0% no-repeat,url('../img/BGTop_Summer.jpg') 50% 0% repeat-x, url('../img/BGBottom_Summer_Inverse.jpg') 0% 62% repeat-x,url('../img/BGBottom_Summer.jpg') 0% 100% repeat-x,linear-gradient(to bottom,#41B0DE 61.9999999999999%,#F0F4F7 62%, #F0F4F7 99.9999999%,#F0F4F7 100% );
        background-size: 1300px 728px,2521px 754px,2521px 263px,2521px 263px,auto;
    }

    .title-ship-home {
        left: 29%;
    }

    .sub-title-ship-home {
        left: 29%
    }

    .kg-home {
        left: 59%;
    }

    .promo-image {
        background: url(../img/BGOverlayAnimatoPromo.png) 162% -378% no-repeat;
    }

    .home-rate {
        left: 66%;
    }

    .from-to-title-ship-home {
        left: 60%;
        width: 50%
    }

    .second-col {
        min-width: 200px !important
    }
}

@media(min-width:1200px) and (max-width:1386px){
    .card.europe{
        min-height:372px!important
    }
}

@media(max-width:1199px) {

    #first_status {
        min-width: 91px;
    }

    #second_status {
        max-width: 269px;
    }

    .track-button {
        padding: 10px 5px;
    }

    .card-body.card-shipping-body {
        padding-top: 5px;
    }

    .courier-image {
        margin-top: -31px;
    }

    .first-col {
        max-width: none !important;
    }

    .hidden-last {
        display: none;
    }

    .pt-lg-6 {
        padding-top: 8.5rem !important;
    }

    #char-note-remain, #char-x-remain, #char-y-remain, .remain-round-div {
        font-size: 10px !important;
        padding-top: 4px;
    }

    .head.container {
        font-size: 13px;
    }

    #handle-signin {
        font-size: 14px;
        margin-top: -8px;
    }

    .navbar-nav li {
        padding: 9px;
    }

    .custom-social-padding {
        margin-top: 10px !important;
        padding-left: 0px !important;
    }

    .background-image {
        background: url('../img/OverlayAnimato.png') 50% 0% no-repeat,url('../img/BGTop_Summer.jpg') 50% 0% repeat-x, url('../img/BGBottom_Summer_Inverse.jpg') 0% 62% repeat-x,url('../img/BGBottom_Summer.jpg') 0% 100% repeat-x,linear-gradient(to bottom,#41B0DE 61.9999999999999%,#F0F4F7 62%, #F0F4F7 99.9999999%,#F0F4F7 100% );
        background-size: 1300px 728px,2521px 754px,2521px 263px,2521px 263px,auto;
    }

    .promo-image {
        background: url(../img/BGOverlayAnimatoPromo.png) 229% -378% no-repeat;
    }

    .image-trustpilot {
        margin-top: 0;
    }

    .custom-position-overlay {
        left: -50%
    }

    .title-ship-home {
        left: 12%;
        font-size: 35px
    }

    .sub-title-ship-home {
        left: 12%
    }

    .kg-home {
        left: 36%;
    }

    .promo-image {
        background: url(../img/BGOverlayAnimatoPromo.png) 283% -378% no-repeat;
    }

    .home-rate {
        left: 45%;
    }

    .from-to-title-ship-home {
        left: 38%;
    }

    #home-card .card, .card-trustpilot, .col-12.trust.pt-lg-6.col-xl-4.pt-xl-5.no-padding {
        min-height: 435px
    }
}

@media(max-width:1100px) {

    .background-image {
        background: url('../img/OverlayAnimato.png') 50% 0% no-repeat,url('../img/BGTop_Summer.jpg') 50% 0% repeat-x, url('../img/BGBottom_Summer_Inverse.jpg') 0% 62% repeat-x,url('../img/BGBottom_Summer.jpg') 0% 100% repeat-x,linear-gradient(to bottom,#41B0DE 61.9999999999999%,#F0F4F7 62%, #F0F4F7 99.9999999%,#F0F4F7 100% );
        background-size: 1300px 728px,2521px 754px,2521px 263px,2521px 263px,auto;
    }
}

@media(max-width:1052px) {

    .background-image {
        background: url('../img/OverlayAnimato.png') 50% 0% no-repeat,url('../img/BGTop_Summer.jpg') 50% 0% repeat-x, url('../img/BGBottom_Summer_Inverse.jpg') 0% 62% repeat-x,url('../img/BGBottom_Summer.jpg') 0% 100% repeat-x,linear-gradient(to bottom,#41B0DE 61.9999999999999%,#F0F4F7 62%, #F0F4F7 99.9999999%,#F0F4F7 100% );
        background-size: 1300px 728px,2521px 754px,2521px 263px,2521px 263px,auto;
    }
}

@media(max-width:991px) {
    .custom-bottom-footer {
        padding-bottom: 50px;
    }
    #compact-view {
        display: none;
    }

    .position-lg-absolute {
        position: inherit !important
    }

    .card.card-home {
        min-height: 0 !important
    }

    .background-image {
        background: url('../img/BGTop_Summer.jpg') 30% 0% repeat-x, url('../img/BGBottom_Summer_Inverse.jpg') 0% 64% repeat-x,url('../img/BGBottom_Summer.jpg') 0% 100% repeat-x, linear-gradient(to bottom,#41B0DE 63.9999999999999%,#F0F4F7 64%, #F0F4F7 99.9999999%,#41B0DE 100% );
        background-size: 2521px 754px,2521px 263px,2521px 263px,auto;
    }

    .promo-image {
        background: none;
    }

    #home-card .card, .card-trustpilot, .col-12.trust.pt-lg-6.col-xl-4.pt-xl-5.no-padding {
        min-height: 435px
    }

        #home-card .card#fermo-point {
            min-height: 415px
        }
}

@media(max-width:1199px) {

    #iphone-screen{
        width:93%
    }
}

@media(min-width:397px) and (max-width:1199px) {

    .pl-md-lg-3 {
        padding-left: 1.15rem !important;
    }
}

@media (min-width:992px) and (max-width:1231px) {


    #total-services-hdn, #total-services {
        font-size: 19px !important;
    }


    .ship-data-title {
        font-size: 18px !important;
    }

 /*   .card.card-shipping input, .parcel-type, .other-services select {
        font-size: 13px !important;
    }*/

    .parcel div[class^="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .remove-p-icons {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }

    .row-info, .ship-courier-title, .ship-data-text, .ship-data-text:hover, .ship-data-text-total, .row-danger, a.ship-data-text:hover {
        font-size: 16px;
    }

    .fas {
        font-size: 11px;
    }

  /*  .card.card-shipping .easy-autocomplete input {
        font-size: 13px;
    }*/

    .card.card-shipping.no-border, .parcel {
        padding: 0.5rem;
    }

    .completed-div .fas.fa-exclamation-triangle {
        font-size: 35px;
    }
}

@media(min-width:768px) {
    .half-r-padding {
        padding-right: 7.5px;
    }

    .half-l-padding {
        padding-left: 7.5px;
    }

    .courier_info_nav .nav-tabs {
        display: flex;
    }

    .courier_info_nav .tab-pane {
        border: none;
    }

        .courier_info_nav .tab-pane .header {
            display: none;
        }

        .courier_info_nav .tab-pane .collapse {
            display: block;
        }
}

@media (max-width:767px) {
    .card-courier .courier-image {
        width: 100% !important;
        height: auto !important;
    }

    .service-banner .courier {
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
    }

    .service-banner .description {
        font-size: 15px;
        font-weight: 400;
    }

    .service-banner [class^=col]:first-child {
        padding-left: 25px;
        padding-top: 20px;
    }

    .courier_info_nav .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }

    #properties-content {
        background-color: white;
        padding: 0;
    }

    div[id$="collapse"] {
        background-color: white;
        border-left: 1px solid #E0EAF0;
        border-right: 1px solid #E0EAF0;
        font-size: 14px;
    }
}

@media (max-width:477px) {

    .courier-disable-first-text {
        left: 2% !important;
    }


    .courier-disable-second-text {
        left: 27% !important;
    }


    .multi-ship-recap .order-recap .ok, .multi-ship-recap .order-recap .ko {
        font-size: 16px;
    }


    #overlay .row.w-100 {
        left: 50%;
        top: 41%;
    }


    #overlay-backoffice .row.w-100 {
        left: 50%;
        top: 41%;
    }

    #PalletPeso {
        font-size: 15px;
    }

    .pallet .custom-kg {
        background: linear-gradient(to right, white 63%, #AAB0C0 63%)
    }

    .pallet .half-r-padding {
        padding-right: 0;
    }

    .row.pay-title {
        padding: 0.85rem !important;
    }

    .edit {
        font-size: 12px;
    }

    .pay-price {
        font-size: 16px !important;
    }

    .ship-data-title {
        font-size: 16px !important;
    }


    .card.card-shipping {
        padding: 10px;
    }

    .new-courier-list .couriers-title-modal {
        font-size: 16px;
        padding: 0.3rem;
    }

    .ship-subtitle-modal .ship-subtitle, .ship-subtitle, .fas.fa-external-link-alt, .your-order {
        font-size: 16px !important;
    }

    .review-data > span {
        padding-left: 17px !important;
    }

    .button-group.pb-4.d-xl-none.d-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    [id^=id-couriers-img] {
        width: 100% !important;
        height: auto !important;
    }

    .row-custom .card.card-couriers {
        min-height: 420px;
    }

    #payment-couriers .protection-text {
        margin-bottom: -11px
    }

    .remove-min-width {
        min-width: 0 !important
    }

    .couriers-title, .ship-title {
        font-size: 15px;
    }

    .your-order.order-xs {
        font-size: 14px !important;
    }

    .text-icon-off, .text-icon {
        font-size: 13px;
    }

    .to-bottom.small-text, .pick-up {
        font-size: 14px !important;
        padding-left: 2px !important;
    }

    .review-data {
        font-size: 12px;
    }

    .protection-text {
        font-size: 50px;
    }

    .iva-text{
        font-size:12px
    }

    .btn-ship {
        font-size: 20px;
    }

    #payment-couriers {
        margin-right: 3px;
        padding-bottom: 55px !important;
    }

    .card-couriers .card-body {
        padding: 0.5rem;
    }

    #icons img {
        margin-right: 0px !important;
    }

    #icons {
        padding: 0.5rem !important;
    }

    .card-couriers .couriers-title {
        padding: 0.3rem;
        padding-left:15px;
    }

    .hdn-review {
        font-size: 14px;
    }

    .hide-xxs {
        display: none;
    }

    .jq-ry-container {
        padding: 0 !important;
    }

    .card-couriers hr {
        margin-left: -8px;
        margin-right: -8px;
        margin-top: 0.5rem;
    }

    .btn-ship-filter {
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 7px;
        width: 165px;
        font-size: 16px !important;
    }

    .btn-order {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 7px;
        width: 120px;
        font-size: 16px !important;
    }

    #order_courier_img img {
        margin-bottom: 0px !important;
        width: 10% !important;
        height: auto !important;
    }


    .your-order-italic {
        font-size: 14px !important;
    }

    #order_status_img img {
        width: 113% !important;
        height: auto !important;
    }

    .card-header.order {
        padding: 0px 20px !important;
    }

    .card-body.my-order {
        padding: 25px 5px 0px 5px
    }

    .footer .img img {
        width: 96% !important;
        height: auto !important;
    }

    .footer .oval-footer {
        max-height: 38px;
        max-width: 38px;
        min-height: 38px
    }

    .footer .oval-icon {
        font-size: 20px
    }

    .custom-social-padding {
        margin-top: 16px !important;
    }

    .service-banner .courier {
        font-size: 15px;
        font-weight: 700;
        line-height: 15px;
    }

    .service-banner .description {
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
    }

    .service-banner [class^=col]:first-child {
        padding-left: 15px;
        padding-top: 15px;
    }
}

@media(max-width:488px) {
    .easy-autocomplete-container {
        width: 280px;
    }

    form input.xs-menu {
        max-width: 140px;
    }

    form button.xs-menu {
        padding: 0;
        max-width: 85px;
    }
}

@media(max-width:360px) {

    .row-custom .card.card-couriers {
        min-height: 355px;
    }
    #payment-couriers{
        padding-bottom:45px!important
    }

}

@media (max-width:1339px) and (min-width:992px) {

    .couriers-title {
        font-size: 15px;
    }
}

@media (min-width:992px) {

    .ml-lg-n {
        margin-left: -12px !important;
    }

    .mb-lg-negative-hd {
        margin-bottom: -45px !important;
    }

    .p-lg-r-body {
        padding-right: 7px !important;
    }

    .pl-4-lg-half {
        padding-left: 2.3rem !important;
        padding-right: 1.7rem !important;
    }
}

@media(max-width:515px) {

    .business-pro {
        background-size: 355px 160px;
        background-position-y: 63%
    }

    .pallet-info-tip {
        font-size: 15px;
    }

    .multi-ship-recap .pay.first-col {
        padding: 0px 10px;
    }

    #total-services-hdn, #total-services {
        font-size: 17px !important;
    }

   /* .card.card-shipping input, .parcel-type, .other-services {
        font-size: 11px !important;
    }*/

    .parcel div[class^="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .remove-p-icons {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }

    .row-info, .ship-courier-title, .ship-data-text, .ship-data-text:hover, .fermopoint-text, .ship-data-text-total, .row-danger, a.ship-data-text:hover {
        font-size: 16px;
    }
/*
    .card.card-shipping .easy-autocomplete input {
        font-size: 11px;
    }*/

    .card.card-shipping.no-border, .parcel {
        padding: 0.5rem;
    }

    .remain-round-div {
        font-size: 9px;
        padding: 2px 0px;
        max-height: 20px;
    }
}

@media(max-width:420px) {
    .negative-margin-home {
        margin-bottom: -30px;
    }

    .business-pro {
        background-size: 250px 120px;
        background-position-y: 62%
    }
}

@media(max-width:518px) {

    .ship-data-title {
        font-size: 16px;
    }
}

@media(max-width:350px) {
    .ship-data-title {
        font-size: 16px !important;
    }
}

@media(max-width:416px) {
    .d-xxs-none {
        display: none;
    }

    .pl-xxs {
        padding-left: 30px !important;
        padding-right: 10px !important;
    }

    .col-xxs-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    [id^=id-couriers-img] {
        margin-top: -4px;
    }

    .static-value {
        right: 4%;
    }

    .pallet .static-value {
        right: 11%;
    }
}

/*******ISOTOPE RESIZE ON < LG *****/
@media screen and (max-width:992px) {
    .grid {
        width: 100% !important;
    }

    .courier-disable-first-text {
        left:22%;
    }


    .courier-disable-second-text {
        left: 36%;
    }
}

@media (max-width:1386px) {


    #handle-signin {
        font-size: 13px;
        padding: 11px 11px;
    }

    .violet-completed-title-body, .brown-completed-title-body, .grey-completed-body .completed-title {
        font-size: 20px;
    }

    .code-coupon {
        padding-left: 15px;
    }

    .ship-data-text {
        font-size: 16px;
    }

        .ship-data-text:hover, a.ship-data-text:hover {
            font-size: 16px;
        }

    .first-col {
        max-width: 860px;
    }

    .hide-filter {
        display: none !important;
    }

    .show-lg-xl-filter {
        display: none !important
    }

  /*  .hide-lg-xl-filter {
        width: 858px;
    }*/

    .d-lg-custom-none {
        display: flex;
        padding: 15px;
    }

    .courier-img-custom-lg {
        text-align: right;
    }

    .no-padding.courier-img-custom-lg {
        padding-right: 15px;
    }

    .first-sub-col {
        max-width: none;
        padding-right: 15px !important;
    }


    .btn-primary-sc-small:not(.hd) {
        max-width: none;
        min-width: 0;
        width: 100%
    }
}

@media(min-width:1387px) {
    #dd-language {
        padding-top: 20px !important
    }

    .container {
        max-width: 1320px;
    }

    .hide-lg-xl-filter {
        display: none !important;
    }

    .show-lg-xl-filter {
        width: 858px;
    }

    .custom-button-sc-pro {
        right: 8%;
        bottom: 32%;
    }
}


/***********************************/


