html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	color: #666;
	position: relative;
    overflow-x: hidden;
}


ul.tiled_info.four li {
    width: 46%;
    margin: 1%;
    display: block;
    float: left;
    min-height: 400px;
    border-left: 1px solid #baccd6
}

ul.tiled_info li a span.moreinfo {
    z-index: 1;
}

section.tiled_info_container.active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    background: rgba(255,255,255, 0.8);
    z-index: 999;
}

    section.tiled_info_container.active:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    section.tiled_info_container.active div.active {
        position: absolute;
        top: 10%;
        left: 10%;
        right: 10%;
        padding: 30px;
        background-color: #fff;
        border: 3px solid #296db3;
    }

        section.tiled_info_container.active div.active .close {
            background-color: #01619e;
            color: #fff !important;
            display: inline-block;
            padding: 10px 20px;
            font-size: 12px;
            -moz-border-radius: 20px !important;
            -webkit-border-radius: 20px !important;
            border-radius: 20px !important;
            -khtml-border-radius: 20px !important;
            margin-top: 50px;
        }

            section.tiled_info_container.active div.active .close:before {
                content: "Close";
                font-family: "Roboto";
            }

div.form.quote.split .quote_heading,
div.form.quote.split .form_content h1 {
    font-size: 6vw !important;
    text-align: center;
}

        div.form.quote.split form,
        div.form.quote.split .quote_heading,
        div.form.quote.split .form_content {
            width: 94%;
             display: block;
            margin: 40px 3% 40px;
        }
            div.form.quote.split form {
                margin-top: 0;
            }

div.form.quote.split .quoteform div.formSubmit {
    text-align: center !important;
}
.banner.media.tui div.form.quote.split .form_content h3.title {
    font-size: 7vw !important;
    padding: 0 0 18px !important;
    text-align: center;
}
.banner.media div.form.quote.split .form_content .logo {
    text-align: center;
}
#colorbox {
    position: absolute;
    top: 5% !important;
    left: 2% !important;
    right: 2% !important;
    bottom: 5% !important;
    width: 96% !important;
    z-index: 9999;
    overflow-x: hidden;
}

a.btn.edit span { background-image: url(../layout/btn-icon-edit.png); }

div.panelledArea.api_area.roboto h1 {
    padding-bottom: 50px !important;
}
div.panelledArea.api_area ul.tabbed_menu {
    text-align: center;
}
.EORI_VAT, .customs_consignment_summary {
    width: 96%;
}

ol.benefits li {
    margin-bottom: 40px;
}
div.sub-menu ol li a.submenu-button,
div.introsummary .pinned.topleft:after,
div.introsummary .pinned.topright:after {
    display: none !important;
}
nav li.search_options {
        width: 98%;
        margin: 15px 1% 8px;
    }
table.standard tr td.servicetitle {
    padding-left: 10px !important;
}

div.shoparea.panelledArea div.box {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important; 
    -khtml-border-radius: 0px !important;
}

table.responsive tr.cartLandInfo {
    display: none !important;
}
#quotationTbl.responsive_table thead {
    visibility: hidden;
}
#quotationTbl .emailQuote,
#quotationTbl .button_blue {
    padding: 12px;
    max-width: 200px !important;
    margin: 0 auto 8px;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    -khtml-border-radius: 8px !important;
    font-family: "Roboto";
}
    #quotationTbl .button_blue {
        display: block;
    }
table.standard td.highlight b {
    font-size: 16px;
}
table.standard td.collection_charge b {
    font-size: 14px;
}
div.form.quote.airfreight table.dimensions {
    position: relative;
    left: -10px;
}

div.form.quote.airfreight table.dimensions th.itemNo {
    visibility: hidden;

}
span.clear-mobile {
    display: block !important;
    width: auto;
    clear: both;
    padding: 0 !important;
    margin: 0 !important;
    height: 1px;
    background-color: transparent;
}
div.sub-menu ol {
    max-width:1150px;
    padding: 0px 0px 10px 0px;
    }
div.sub-menu span.expand {
    display: inline-block;
    }

div.sub-menu.account li a {
    position: relative;
}


p,
ul.bullet,
ol.bullet {
    width: 92%;
    margin: auto 4%;
}
a.btn.white span {
    font-size: 1.1em !important;
}
div.hover.link {
    display: block !important;
    width: auto !important;
    height: auto !important;
    background-image: none !important;
    color: #0185cd;
    text-decoration: dotted;
    font-size: 0.8em;
    }
    div.hover.link span.notification {
        font-size: 1.3em !important;
        }
    div.hover.link.active div#totalPrice {
        visibility: hidden;
    }

div.pop-up-container {
    display: block;
    position: initial;
}
a.icon {
    display: block !Important;
}

.button_red.icon, .button_blue.icon, .button_white.icon {
    width: auto;
    margin: 0 auto 15px;
    max-width: 400px;
}

a.shipping-label,
div.labelOptions a  {
    display: block;
    clear: both;
    background-color: #115fb2;
    text-shadow: 1px 1px #003f68;
    color: #fff;
    margin: 5px 0;
    text-decoration: none;
    text-align: center;
   -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    -khtml-border-radius: 6px !important;
}
a.icon span,
div.labelOptions a span,
a.shipping-label span {
    display: inline-block !important;
}

    a.shipping-label span,
    div.labelOptions a span {
        display: inline-block;
        font-size: 0.9em;
        padding: 8px 18px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: right center;
    }

h1.flag img, h2.flag img, h3.flag img {
    /*float: left;
    top: -5px !important;
    margin-right: 8px;
    margin-left: 5px;*/
    width: 10%;
    max-width: 64px;
    height: auto;
}

div.click.inputhover {
        background-image: url('../layout/input-info-hover-icon.png') !important;
        height: 28px;
        width: 27px;
        background-position: center center !important;
        position: relative;
        left: -6px;
        top: 8px;
    }

div.click {
    display: inline-block;
    width: 25px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../layout/icon-info-small.png');
    overflow: hidden;
    cursor: help;
    }
    div.click span.notification  {
        display: none;
    }
    div.click.active {
        z-index: 1000;
        border: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        cursor: default;
        position: fixed;
        opacity: 0.93;
        background-color: #fff;
        background-image: none !important;
    }
        div.click.active span.notification {
            position: absolute;
            z-index: 1000 !important;
            opacity: 1;
            top: 30%;
            left: 20%;
            right: 20%;
            width: 60%;
            display: block !important;
            padding: 15px 15px 10px;
            border: 3px solid #00538e ;
            text-align: left;
            -moz-border-radius: 9px;
            -webkit-border-radius: 9px;
            border-radius: 9px;
            -khtml-border-radius: 9px;
            background-image: url(../layout/bg-click-popup-close.png);
            background-repeat: no-repeat;
            background-position: right top;
        }
            div.click.active span.notification b {
                display: block;
                font-size: 1.2em;
            }
            div.click.active span.notification i {
                font-style: normal;
                color: #000;
                font-size: 0.9em;
                font-weight: normal;
                display: block;
                padding: 4px 0;
                }
            div.click.active span.notification span.close {
                display: block;
                background-color: #f4f4f4;
                text-align: center;
                padding: 5px;
                margin: 8px 0 0;
            }
                div.click.active span.notification span.close:after {
                    display: inline-block;
                    color: #fff !important;
                    background-color: #065390;
                    border: 2px solid #a1c3fa;
                    padding: 4px 12px;
                    font-family: arial;
                    font-weight: bold;
                    font-size: 0.9em;
                }
            div.click.text {
                display: block;
                background-image: none;
                width: auto !important;
            }
table.responsive.rates td,
table.responsive.summary td {
    text-align: center !important;
}
    table.responsive.rates td.description a,
    table.responsive.summary td.description a {
        font-size: 1.4em !important;
    }
        table.responsive.rates td a.btn span,
        able.responsive.summary td a.btn span {
            padding-left: 18px !important;
        }
table.form_table.responsive td {
    padding: 0 !important;
    border: none !important;
}


.imported_orders .quote_results table.responsive.ApiShopify tr td {
    padding-left: 50%;
    text-align: left;
}
.imported_orders .quote_results table.responsive.ApiShopify tr td.serviceName {
    text-align: center;
    font-weight: 800;
    padding-bottom: 20px;
}
.imported_orders .quote_results table tr.selected,
.imported_orders .quote_results table tr.selected:nth-of-type(odd) {
    background-color: #91e965 !important;
}
table.form_table {
    width: 98%;
    margin: 0 1%;
}
table.form_table tbody {
    border-top: 1px solid #bac9e5;
    /*border-bottom: 1px solid #bac9e5;*/
}
    table.form_table tbody tr {
        border-left: 1px solid #bac9e5;
        border-right: 1px solid #bac9e5;
    }
    table.form_table tr.tbl_controller {
        border-top: 1px solid #bac9e5;
    }
    table.form_table.responsive td.BoxNumber {
        padding: 15px 0 !important;
        text-align: center !important;
        display: none;
    }
        table.form_table.responsive tr:first-of-type td.BoxNumber {
            display: block;
            padding: 15px 0 !important;
            text-align: center !important;
        }
    table.form_table.responsive td .hover_prompt {
        width: 90%;
        margin: auto;
        border: 1px solid #bac9e5;
        border-bottom: none;
    }
    table.form_table.packinglist td.PackageDetailsTable_Value .hover_prompt {
        border-bottom: 1px solid #bac9e5;
    }
    table.form_table td.PackageDetailsTable_CommodityCode input[type="text"], table.form_table td.PackageDetailsTable_NumberOfUnits input[type="text"] {
        text-align: left;
    }
    table.form_table.packinglist td.PackageDetailsTable_Options {
        text-align: center !important;
    }
    table.form_table tr.tbl_controller, 
    table.form_table tr.tbl_controller td {
        text-align: left;
    }
    table.form_table tr.tbl_controller a {
        right: 0;
        float: right;
    }
    table.form_table tbody tr.tbl_controller strong {
        padding: 2px 25px;
        box-sizing: border-box;
    }
#consignmentSummary table tr td:first-of-type {
    width: 42%;
    text-align: left;
}
table.responsive.form_table td label {
     display: block;
     position: absolute;
     z-index: 0;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     color: #668dad;
     text-align: right;
     padding: 12px 30px 0 15px;
     box-sizing: border-box;
     background-color: #fff;
     font-style: italic;
}

.CountryOfOrigin label {
    left: initial !important;
    width:35%;
}

.CountryOfOrigin select {
    width: 65%;
}
table.responsive.form_table td input[type="text"] {
    display: block;
     position: relative;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100% !important;
    background-color: transparent;
    z-index: 2;
}
table.form_table td.PackageDetailsTable_CommodityCode a,
table.form_table td.PackageDetailsTable_Value span.currency {
    z-index: 3;
}
table.form_table td.PackageDetailsTable_CommodityCode a {
    left: 5px;
    right: unset;
}
table.responsive.form_table td input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  text-indent: -9999px;
}
    table.responsive.form_table td input:active::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #6a7a98;
      text-indent: 10px;
    }
table.responsive.form_table td input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  text-indent: -9999px;
}
    table.responsive.form_table td input:active::-moz-placeholder { /* Firefox 19+ */
      color: #6a7a98;
      text-indent: 10px;
    }
table.responsive.form_table td input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  text-indent: -9999px;
}
    table.responsive.form_table td input:active:-ms-input-placeholder { /* IE 10+ */
      color: #6a7a98;
      text-indent: 10px;
    }
table.responsive.form_table td input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  text-indent: -9999px;
}
    table.responsive.form_table td input:active:-moz-placeholder { /* Firefox 18- */
      color: #6a7a98;
      text-indent: 10px;
    }

table.responsive.form_table td input:valid {
  background: #fff;
}

table.responsive.form_table td input:focus,
table.responsive.form_table td input:active {
    background-color: #fff;
    
}
table.responsive.form_table td input:valid + label {
    display: none;
}
.radio_buttons:hover span.note,
.form_container .field_container span.note {
    position: absolute;
    top: 100%;
    left: 10%;
    min-width: 300px;
    display: none;
    transform: translateX(-45%);
}
.form_container span.note.pointer.top:before,
.form_container .field_container span.note.pointer.top:before {
    left: 48%;
}
.form_container .field_container span.note {
    left: 48%;
}
table.standard div.badge-hover.active,
table.standard td div.click.active {
    position: fixed !important;
    opacity: 1 !important;
    overflow: visible;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 5100;
}
    table.standard div.badge-hover.active img,
    table.standard div.badge-hover.active span.name,
    table.standard td div.click.active span.title.note {
        display: none !important;
    }

    table.standard div.badge-hover.active span.notification,
    table.standard td div.click.active span.notification {
        display: block !important;
        position: fixed !important;
        width: 90% !important;
        border: none !important;
        left: 5% !important;
        top: 50% !important;
        right: 5% !important;
        bottom: inherit !important;
        box-sizing: border-box;
        height: min-content;
        transform: translateY(-50%);
        padding: 20px 20px 50px;
        z-index: 1000;
        background-color: #e8eef8;
        border: 1px solid #ced9ec !important;
    }
        div.badge-hover.active span.notification b,
        table.standard td div.click.active span.notification b {
            font-family: "Roboto" !important;
            font-weight: 500 !important;
            color: #0f4c8a !important;
            display: block;
            padding: 0 0 10px;
            font-size: 15px;
        }
            div.badge-hover.active span.notification a.button,
            table#quotationTbl div.click.active span.notification a.link {
                transform: translate(-50%);
                position: absolute;
                bottom: 16px;
                left: 50%;
                top: auto;
            }
        div.badge-hover.active span.notification li {
            font-family: "Roboto" !important;
            font-weight: normal;
            color: #0f4c8a !important;
            display: block;
            padding: 0 0 10px;
            font-size: 13px;
        }
div.hover_prompt:hover span.prompt {
    text-align: left;
}
table.standard div.quoteCriteriaRequired input[type="text"] {
    max-width: 120px;
}
div.badge-hover {
    display: block;
    padding: 0;
    /*background-image: url(../layout/icon-close-service-info-icon.png);*/
    background-repeat: no-repeat;
    background-position: right 5px;
    cursor: help;
}
    div.badge-hover.active span.notification {
        display: block;
        width: 97%;
        margin: 10px 1.5% 0;
        background-image: url(../layout/bg-click-popup-close.png);
        background-repeat: no-repeat;
        background-position: right top;
    }
    div.badge-hover span.view-info {
        display: block; 
        background-color: red;
        width: 20px;
        height: 20px;
    }
    div.badge-hover span.notification {
        text-align: center;
        display: none;
        padding: 10px 0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -khtml-border-radius: 10px;
    }
        div.badge-hover span.notification.active {
            display: block;
        }
        div.badge-hover span.notification b {
            display: none;
        }
        div.badge-hover span.notification ul li {
            font-family: arial !important;
            font-size: 0.9em;
            font-style: normal;
            display: block;
            width: auto;
            margin: 0px;
            padding: 3px 6px;
            list-style-type: none;
            white-space: normal;
            line-height: 1.4em;
            text-align: left;
            color: #004a8a;
        }
        div.badge-hover span.notification a.button {
            font-size: 0.8em;
            margin-top: 10px;
        }
    div.badge-hover span.name:after {
        display: none;
        content: "Info";
        margin-left: 10px;
        font-size: 11px;
        font-weight: bold;
        font-family: arial !important;
        background-color: #498bd0;
        color: #fff;
        padding: 5px 8px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -khtml-border-radius: 6px;
    }
        div.badge-hover span.name.active {
            background-image: url(../layout/icon-close-service-info.png);
        }

/*table.standard tr:nth-child(odd) td div.click.active span.notification,
table.standard tr:nth-child(odd) div.badge-hover span.notification {
    background-color: #e2eaf9;
}
table.standard tr:nth-child(even) td div.click.active span.notification,
table.standard tr:nth-child(even) div.badge-hover span.notification {
    background-color: #f6f9fc;
}*/

div.NewsItem h2,
div.NewsItem h3,
div.NewsItem h4,
div.NewsItem h4 {
    display: block;
    text-align: center;
    width: auto;
    margin: auto 2%;
    }


.expand.icon {
    background-image: url(../layout/icon-expand-plus.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 21px auto;
    }

.expand.icon.active {
    background-image: url(../layout/icon-expand-minus.png);    
    }

div.filterList h4.expand.icon {
    background-image: url(../layout/bg-icon-input-select.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: initial !important;
    }

div.filterList h4.expand.icon.active {
    background-image: url(../layout/bg-icon-input-select.png);  
    }

.desktop,
div#logo-static a,
table.boxes th.view,
table.boxes td.view,
div.containerbreadcrumb,
table.bubblewrap th.view,
table.bubblewrap td.view,
ul.menu div.LoginContainer,
div.container-myAccount ol ul,
ul.contact li.warning-message,
ul.contact li#contact-callUs span,
div.container-myAccount ol li.link-myOrders,
div.container-myAccount ol li.link-myInvoices,
div.container-myAccount ol li.link-savedQuotes
{
    display: none !important;
}

.mobile {
    display: block !important;
}
.mobile.grey {
    background-color: #f1f1f1 !important;
}

ul.moreinfo.news-filter,
nav:not(.mm-menu)
{
	display: none;
}


div#logo-static {
    display: block;
    background-image: url(../layout/logo-bunsouservices-font.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: auto;
    margin: 5px 0px;
}
header,
.content,
.footer,
tr.update-value td
{
	text-align: center !important;
}
header,
.footer
{
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	/*line-height: 40px;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 50px;
	padding: 0px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff ;
}

header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
header a
{
	background: center center no-repeat transparent;
	background-image: url( ../layout/icon-activate-menu.png);
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}

.widget_accreditations {
    padding: 1vh 0 2vh;
}

ul.contact li#contact-liveChat,
ul.contact li#contact-callUs {
    display: block;
    float: right;
    position: absolute;
    top: -10px !important;
    left: auto !important;
    right: 10px;
    text-indent: -9999px;
    overflow: hidden;
    width: 55px;
    height: 55px;
}
    ul.contact li#contact-liveChat {
        right: 60px;
        }
    
    ul.contact li#contact-callUs {
        right: 10px;
        }
ul.contact li#contact-liveChat a,
ul.contact li#contact-callUs a {
    display: block;
    width: 55px;
    height: 55px;
    text-indent: -9999px;
    background-position: center;
    background-size: 80%;
    overflow: hidden;
}
    ul.contact li#contact-callUs a {
        background-image: url("../layout/icon-phone-medium.png");
    }

    ul.contact li#contact-liveChat a {
        background-image: url("../layout/icon-chat-medium.png");
    }

.content
{
	padding: 150px 50px 50px 50px;
}

div.button-container {
    white-space: pre-line;
    text-align: center;
    position: relative;
}
    div.button-container button.green {
        position: relative;
        top: 15px;
    }

.loginContainerHeader,
div.LoginContainer div.row {
    display: block;
}
div.LoginContainer div.row {
    padding: 4px 0px; 
    text-align: center !important;
}
div.LoginContainer label {
    display: inline-block;
    padding-right: 2%;
    text-align: right;
    white-space: nowrap;
}
div.LoginContainer div.row label {
    width: 30%;
    max-width: 90px;
}
div.containerRemember label {
    text-align: left;
}
div.LoginContainer div.containerRemember {
    width: auto;
    text-align: center !important;
    padding: 10px 0px 3px;
}

ul.account-links,
ul.account-links li {
    text-align: center;
}

a.btn:hover {
    text-decoration: none;
}

div.LoginContainer a.btn {
    box-shadow: none !important;
    margin: 20px 0px !important;
}

div.notice-imports {
    margin: 30px 2% 30px !important;
}
div.cart_collection_summary p {
    padding: 10px 0px 15px !important;
}
div.cart_collection_summary p span.bold {
    display: block;
    width: 100%;
    clear: both;
}
div.cart_collection_section div.logo {
    padding-left: 20px;
    float: right;
}

div.form.quote h1,
div.form.quote h2,
div.form.quote h3 {
    font-size: 2vw;
    padding: 6px 3% 0;
    background-size: 50px auto;
    background-position: 8px center;
    text-align: center;
}
section.banner.dhl h3.logo-heading {
    padding: 25px 0 25px 80px
}
body section.banner.media div.form.quote h3.lato {
    font-size: 7.5vw !important;
}
.form.quote.airfreight .contentarea {
    padding: 0 20px;
}
div.radio-select,
div.radio-select span.placeholder,
div.radio-select span.option.active,
div.form.quote.airfreight div.quote-column select, 
div.form.quote.airfreight div.quote-column input[type="text"]
div.form div.two-col div select, 
div.form div.three-col div select, 
div.form div.two-col div input[type="text"], 
div.form div.three-col div input[type="text"] {
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px; 
        -khtml-border-radius: 8px;
}
    
    div.radio-select:active span.option,
    div.radio-select:focus span.option,
    div.radio-select:hover span.option,
    div.form div.three-col div.right div.radio-select:active .option.active,
    div.form div.three-col div.right div.radio-select:focus .option.active,
    div.form div.three-col div.right div.radio-select:hover .option.active  {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important; 
        -khtml-border-radius: 0 !important;
    }

    ul.air-freight-info li:before {

        left: -10px;
        top: -20px;
    }
 ul.air-freight-info li {
     float: none;
     padding: 20px;
     padding: 10px 10px 40px;
     box-sizing: border-box;
    }


a.button {
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    -khtml-border-radius: 6px !important;
    }

li.search {
    width: 90%;
    margin: 5px 5% !important;
}
li.search:after {
    display: none !important;
    }
div.popupcontent table.tblCheckRemote {
    width: auto;
}
div.popupcontent table.tblCheckRemote td {
    display: block;
    clear: both;
}
table.responsive.watches td,
table.responsive.jewellery td {
    text-align: left !important;
}

div.payment-option-link {
    text-align: center;
}

table caption {
    display: block;
}

.responsive_table,
.responsive_table tr,
.responsive_table td,
.responsive_table tbody {
    display: block;
    font-family: "Roboto";
}

    .responsive_table tr {
        position: relative;
        /*padding-right: 30%;*/
    }
    .responsive_table td,
    #quotationTbl.responsive_table td {
        text-align: left !important;
        padding: 10px  8px 10px 55% !important;
        position: relative;
    }
        #quotationTbl.responsive_table td:before {
            position: absolute;
            left: 0;
            width: 53%;
            text-align: right;
        }
        table#quotationTbl.responsive_table td.lastCell,
        table#quotationTbl.responsive_table td.serviceName {
            padding-left: 8px !important;
            text-align: center !important;
        }
            table#quotationTbl.responsive_table td.serviceName span.name {
                display: block;
            }

        table#quotationTbl.responsive_table div.badge-hover {
            text-align: center;
        }

    td.uk b,
    td.europe b,
    td.worldwide b,
    td.tracked b,
    td.trackable b,
    td.drop-off b,
    td.collection b {
        text-align: right;
        display: inline-block;
    }

td.uk b:before,
td.europe b:before,
td.worldwide b:before,
td.tracked b:before,
td.trackable b:before,
td.drop-off b:before,
td.collection b:before { 
    font-weight: normal;
}

div.cart_collection_section {
    width: 96%;
    margin: 25px 2% 40px;
}

div.proceed-container {
    width: 90%;
    margin: auto 5%;
}

    div.cart_collection_section.confirmed div.logo img {
        width: 20%;
        margin: 0 4% 0 0;   
        }

table.cart_processing thead {
    display: none;
}
table.cart_processing tbody {
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    -khtml-border-radius: 10px !important;
    background-color: #296db3;
    background-image: url(../layout/logo-transglobalexpress-footer-white.png);
    background-repeat: no-repeat;
    background-position: center 98%;
    }

table.cart_processing,
table.cart_processing tr,
table.cart_processing td,
table.cart_processing td,
table.cart_processing tbody  {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
}
    table.cart_processing td {
        padding: 2px !important;
    }
    table.cart_processing tr {
        position: relative;
    }
    table.cart_processing td img.cartImg {
        float: none !important;
    }
table.cart_processing td.item_number {
    display: block;
    width: 25px !important;
    height: 25px !important;
    padding: 0px !important;
    position: relative;
    background-color: #296db3;
    color: #fff;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -khtml-border-radius: 50% !important;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 8px;
}
    table.cart_processing td.item_number span {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        text-align: center;
        line-height: 23px;
    }

table.cart_processing,
table.cart_processing tbody {
    height: 100%;
    }

    table.cart_processing tr {
        padding: 20px 0;
    }
    table.cart_processing .cartServiceTitle {
        position: relative;
        top: -2px;
        left: 5px;
    }
    table.cart_processing td.processingStatus {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 100px !important;
        text-align: right;
        }
        table.cart_processing td.processingStatus div {
            text-align: right;
            float: right;
        }


tablecartLandTable td .checkbox_slider { margin-left: 0; }

div.animals-restricted,
div.liquids-restricted,
div.batteries-restricted,
div.warning-message.prohibited div.content {
    text-align: left !important;
}
div.box table.packinglist td {
    padding-left: 45%;
    text-align: right
}

table#BookingSummary td.txtViewDetails a {
    display: inline-block;
    min-width: 150px;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    text-align: center;
    font-size: 12px !important;
    margin: 0;
    -moz-border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
    -khtml-border-radius: 12px !important;
    background-color: #fff;
    border: 1px solid #386eb1;
    color: #498bd0 !important;
    width: 100%;
}
    table#BookingSummary td.txtViewDetails a span {
        display: inline-block;
        background-image: url(../layout/icon-label-viewdetail.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 10px 20px 10px 25px;

    }

table#BookingSummary td.txtManifest a,
table#BookingSummary td.txtDocuments a {
            display: block;
            width: 98%;
            margin: 10px 1% 10px;
            clear: none;
            text-align: center;
            border: 1px solid #498bd0;
            background-color: #498bd0;
            text-align: center;
            box-sizing: border-box;
            color: #fff !important;
            padding: 8px 12px;
            background-image: url(../layout/cart/icon_download.png);
            background-repeat: no-repeat;
            background-position: 97% center;
            text-decoration: none;
            -moz-border-radius: 12px !important;
            -webkit-border-radius: 12px !important;
            border-radius: 12px !important;
            -khtml-border-radius: 12px !important;
        }

            /*table#BookingSummary td.txtDocuments a span {
                background-position: center 12px !important;
                padding-top: 40px !important;
                padding-left: 4px !important;
                padding-right: 4px !important;
            }*/
            table#BookingSummary td.txtManifest a.generating,
            table#BookingSummary td.txtDocuments a.generating {
                height: 35px;
                border: 1px solid #b1c3e5 ;
                background-color: transparent;
                color: #8fa5cf;
                background-image: url(../layout/icon-label-waitinggeneration.png);
                background-position: 97% center;
                background-repeat: no-repeat;
            }
            table#BookingSummary td.txtManifest a.generating span,
            table#BookingSummary td.txtDocuments a.generating span {
                color: #8fa5cf;
            }
            table#BookingSummary td.txtManifest a.generating img,
            table#BookingSummary td.txtDocuments a.generating img {
                display: none;
                
            }
section.tracking-form { margin-top: 20px; }
section.tracking-form input { background-color: transparent; }

.tabbedInformation .information {
        border-top: 1px solid #bac9e5;
}
body.services .services_menu li {
        display: none;
    }

    body.services .services_menu li.menu,
    body.services.dpd .services_menu li.dpd,
    body.services.usps .services_menu li.usps,
    body.services.dpd .services_menu li.dpd.export,
    body.services.dpd.import .services_menu li.dpd.import,
    body.services.tnt-express.import .services_menu li.tnt.import,
    body.services.tnt-express .services_menu li.tnt.export,
    body.services.dhl-express .services_menu li.dhl.export,
    body.services.dhl-express.import .services_menu li.dhl.import,
    body.services.ups .services_menu li.ups.export,
    body.services.ups.import .services_menu li.ups.import,
    body.services.ups.access-point .services_menu li.ups.access,
    body.services.tg-express .services_menu li.tg.express,
    body.services.tg-air-economy .services_menu li.tg.air.economy,
    body.services.tg-euro-parcel .services_menu li.tg.euro.parcel,
    body.services.tg-international .services_menu li.tg.international,
    body.services.tg-aus-economy .services_menu li.tg.australasia {
        display: inline-block;

    }
    
    body.services.usps .services_menu li.menu,
    body.services.dpd .services_menu li.dpd.import,
    body.services.dpd.import .services_menu li.dpd.export,
    body.services.ups.import .services_menu li.ups.export,
    body.services.ups.access-point .services_menu li.ups.export,
    body.services.tnt-express.import .services_menu li.tnt.export {
        display: none;
    }
    .services_menu.active {
        position: fixed;
        display: block;
        z-index: 1000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        background-color: #bac9e5;
        background-color: #296db3;
    }
        body.services.dpd .services_menu.active li.dpd,
        body.services.tnt-express .services_menu.active li.tnt,
        body.services.dhl-express .services_menu.active li.dhl,
        body.services.tg-express .services_menu.active li.tg,
        body.services.ups .services_menu.active li.ups,
        body.services.tg-air-economy .services_menu.active li.tg,
        body.services.tg-aus-economy .services_menu.active li.tg,
        body.services.tg-euro-parcel .services_menu.active li.tg,
        body.services.tg-international .services_menu.active li.tg {
            display: block !important;

        }
    .services_menu.active ul {
        position: absolute;
        top: 50%;
        right: 10%;
        left: 10%;
        width: 80%;
        transform: translateY(-50%);
    }
        .services_menu.active ul li a {
            background-color: transparent !Important;
            border: none !Important;
            text-align: center;
            padding: 2vh 0;
            font-size: 3vh;
            color: #fff;
        }
            .services_menu.active ul li a:after,
            .services_menu.active ul li a:before {
                background-color: transparent !important;
                border: none !important;
            }
        .services_menu.active ul li.menu {
            width: 40px;
            height: 40px;
            position: absolute;
            left: initial;
            right: 0;
            top: -50px;
            }
            .services_menu.active ul li.menu a {
                height: 40px;
            }
            .services_menu.active ul li.menu:after,
            .services_menu.active ul li.menu:before {
                display: block;
                content: "";
                position: absolute;
                height: 4px;
                width: 100%;
                background: #fff;
                border-radius: 9px;
                opacity: 1;
                left: 0;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
            }
        .services_menu.active ul li.menu:after {
            top: 18px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }
        .services_menu.active ul li.menu:before {
            top: 18px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }    


        ul.boxes li,
        .insurance_boxes li {
        width: 96%;
        display: block;
        margin-bottom: 50px;
    }
ul.boxes.api {
    text-align: center;
}
    ul.boxes.api li {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
            /*
	jQuery.mmenu CSS
*/
            /*
	jQuery.mmenu oncanvas CSS
*/
            .mm-hidden {
                display: none !important;
            }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  /*-webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;*/
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasheader {
    padding-top: 40px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-header {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-header > a {
    text-decoration: none;
    display: block;
    padding: 10px 0; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-header .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-header .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-header .mm-btn:last-child {
      padding-right: 20px;
      right: 0; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; 
}

.mm-listview {
  /*font: inherit;
  font-size: 14px;*/ 
  font: inherit;
  font-size: 12px; 
}
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; 
      font-weight: normal;
    }
    .mm-listview > li:not(.mm-divider):after,
    li.end a:after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-menu > .mm-panel > .mm-listview.mm-first {
    margin-top: -20px; }
  .mm-menu > .mm-panel > .mm-listview.mm-last {
    padding-bottom: 20px; }

.mm-prev:before,
.mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 25px; 
}

.mm-listview > li.mm-spacer {
  padding-top: 40px; }
  .mm-listview > li.mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview > li.mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-menu {
  /*background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7); */
  background: #296db3 ;
  color: #fff; 
  font-weight: bold;

}
  .mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-header > a {
      /*color: rgba(0, 0, 0, 0.3);*/ 
       color: #fff; 
    }
    .mm-menu .mm-header .mm-btn:before,
    .mm-menu .mm-header .mm-btn:after {
        border-color: rgba(255, 255,255, 0.5);
    }
  .mm-menu .mm-listview > li:after,
  li.end a:after {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .mm-menu .mm-listview > li > a.mm-prev, .mm-menu .mm-listview > li > a.mm-next {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li > a.mm-prev:before, .mm-menu .mm-listview > li > a.mm-next:after {
    /*border-color: rgba(0, 0, 0, 0.3); */
    border-color: #fff; 
  }
  .mm-menu .mm-listview > li > a.mm-prev:after, .mm-menu .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }
  html.mm-opened .mm-page {
    min-height: 100vh; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }
  .mm-buttonbar:after {
    content: '';
    display: block;
    clear: both; }
  .mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-buttonbar > a {
    text-decoration: none; }
  .mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px; }
  .mm-buttonbar > input:checked + label {
    border-color: transparent  !important; }
  .mm-buttonbar > *:first-child,
  .mm-buttonbar > input:first-child + * {
    border-left: none; }
  .mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%; }
  .mm-buttonbar.mm-buttonbar-3 > * {
    width: 33.33%; }
  .mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%; }
  .mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%; }

.mm-header .mm-buttonbar {
  margin-top: 0px;
  margin-left: -30px;
  margin-right: -30px; }

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: 0px;
  line-height: 40px;
  margin: -10px -10px 0 -20px; }
  .mm-footer .mm-buttonbar > * {
    border-left: none; }

.mm-listview > li > .mm-buttonbar {
  margin: 10px 20px; }

.mm-menu .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.7);
  background: #f3f3f3; }
  .mm-menu .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.7);
    color: #f3f3f3; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 50px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    padding-left: 40px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-hasfooter > .mm-panel {
  bottom: 40px; }

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu header addon CSS
*/
.mm-menu > .mm-header {
  background: inherit;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-menu > .mm-header .mm-close:after {
    content: 'x'; }

.mm-menu.mm-hassearch > .mm-header {
  top: 40px; }

.mm-menu.mm-hasheader .mm-panel .mm-header {
  display: none; }
.mm-menu.mm-hasheader .mm-panel,
.mm-menu.mm-hasheader .mm-fixeddivider {
  top: 40px; }
.mm-menu.mm-hasheader.mm-hassearch .mm-panel,
.mm-menu.mm-hasheader.mm-hassearch .mm-fixeddivider {
  top: 80px; }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-menu > .mm-search {
  background: inherit;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-search {
  height: 40px;
  width: 100%;
  padding: 10px 10px 0 10px;
  position: absolute;
  top: 0;
  left: 0; }
  .mm-search input {
    border: none;
    border-radius: 25px;
    font: inherit;
    font-size: 14px;
    line-height: 25px;
    outline: none;
    display: block;
    width: 100%;
    height: 25px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasheader {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasheader .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

.mm-menu li.mm-nosubresults > a.mm-next {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-next + a,
  .mm-menu li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }
.mm-menu.mm-hassearch .mm-panel,
.mm-menu.mm-hassearch .mm-fixeddivider {
  top: 40px; }

.mm-menu .mm-search input {
  /*background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); */
  background: #fff;
  color: #333;
  font-weight: normal !important; 
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.71%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-hasheader .mm-indexer {
  top: 50px; }

.mm-hasfooter .mm-indexer {
  bottom: 50px; }

.mm-hassearch .mm-indexer {
  top: 50px; }

.mm-hassearch.mm-hasheader .mm-indexer {
  top: 90px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-slide .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-slide.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-effect-slide.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-effect-slide.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-effect-slide.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-zoom-panels .mm-menu .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-header {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-header > a {
      color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-header .mm-btn:before,
    .mm-menu.mm-theme-dark .mm-header .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.8);
  background: #333333; }
  .mm-menu.mm-theme-dark .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.8);
    color: #333333; }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-header > a {
      color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-header .mm-btn:before,
    .mm-menu.mm-theme-white .mm-header .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-theme-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-header {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-header > a {
      color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-header .mm-btn:before,
    .mm-menu.mm-theme-black .mm-header .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-theme-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }


ul.shopmenu {
    display: none;
    width: 100%;
    clear: both;
    position: absolute;
    z-index: 500;
    padding: 0 0 5px 0 !important;
    background-color: #296db3;
}

ul.shopmenu li {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #1c7ebc;
    }
    ul.shopmenu li:first-of-type {
        border-top: 1px solid #024b79;
    }
    ul.shopmenu li:first-of-type a {
        border-top: 1px solid #1c7ebc;
    }
    ul.shopmenu li a {
        border-bottom: 1px solid #01619e;
        padding: 14px 5px; 
    }
        ul.shopmenu li a:hover,
        ul.shopmenu li a:active,
        ul.shopmenu li a:focus {
            background-color: #edf2fa;
            color: #296db3 !important;
        }

div.shopping-cart {
    width: 100% !important;
    margin: 5px 0px 0px !important;
    left: 0;
    right: 0;
}
div.shopping-cart div.itemContainer div a {
    display: block;
    padding: 18px 6px;
}
ul.shopmenu,
div.shopping-cart {
    box-shadow: 0 5px 10px #718ca0;
}
a.updateQuantity.link {
    display: block;
    padding: 4px 0;
    text-align: center;
}
td.remove,
td.remove img {
    text-align: center !important;
}
ul.advertisements li {
    width: 90%;
    max-width: 550px;
    margin: auto;
}

div.shop-footer ul li a {
    display: inline-block;
}

    div.productContainer {
        width: 100%;
        margin: auto auto;
    }

div.buy-options {
    clear: both;
}


a.pagetab { border-top: 0px; }
a.pagetab:hover,
a.pagetab:active,
a.pagetab:focus {
    color: #fff !important;
    text-decoration: none;
}
.pagetab {
  display: block;
  width: auto;
  margin: 0px 1%;
  padding: 9px 8px;
  border: solid 1px #fff;
  border-width: 1px 1px 0px 1px;
  border-radius: 4px 4px 4px 4px;
  -mox-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  font-family: arial;
  font-weight: bold;
  font-size: 0.85em;
  background-color: #0264ac;
  color: #fff;
  /*background-image: url(../layout/icon-menu-right-arrow.png);*/
  background-repeat: no-repeat;
  background-position: 97% center;
}
.pagetab:last-of-type {
    border-width: 1px 1px 1px 1px;
    }
.pagetabmenu .active {
    background-color: #0073c7;
    border-color: #fff;
    border-top: 1px solid #fff;
    /*background-image: url(../layout/icon-menu-down-arrow.png);*/
    background-repeat: no-repeat;
    padding-left: 12px;
}

ul.bannerTabs.three li { width: 50%; margin-right: 0px !important; }
ul.bannerTabs.three li:last-of-type { display: none;} 

ul.bannerTabs li a {
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
}

ul.bannerTabs li a b {
  font-size: 1em;
  padding: 12px 0px 12px 30px;
  text-align: left;
}
ul.bannerTabs li a span {
    margin-right: 0px;
}
div.container-quote form {
    display: block;
    width: 98%;
    float: none;
    padding-top: 25px;
    margin-left: 2%;
    }

div.table.quote#packagesTable {
    width: 96%;
    margin: auto 2%;
}

div.form.quote div.courier div.countrySelect,
div.form.quote div.courier div.postcodeContainer {
    display: block;
    vertical-align: middle;
    padding: 8px 0px 0px;
    text-align: left;
    width: 94%;
    }
div.table.quote div.cell label {
    color: #115fb2;
    font-family: "RobotoBold", Arial;
    font-size: 1.2em;
    padding-bottom: 4px;
    }
div.table.quote input,
div.table.quote select,
table.quote.form input,
div.table.quote div.cell.dimensions label {
    width: 96%;
}
div.table.quote div.cell.dimensions label {
    text-align: center;
}
div.table.quote div.cell.dimensions,
div.table.quote div.cell.items {
    width:23%;
}

div.form.quote div.courier div.postcodeContainer input[type=text] { width: 90% !important; max-width: 120px; }

div.form.quote div.courier div.countrySelect select { width: 98% !important; }

div.container-quote div.countrySelect select { width: 98%; }
div.container-quote div.countrySelect span { width: 100%; text-align: left; }
div.container-quote div.countrySelect { width:63%; }

div.form.quote div.courier div.table.destination {
    width: 94%;
    margin: auto 3%;
}

div.form.quote div.courier div.table.destination div.row {
    margin-bottom: 8px;
    }

div.table.quote div.innerTable {
    display: block;
    width: auto;
}
div.table.quote div.cell.type {
    width: 74%;
}

div.table.quote input,
div.table.quote select {
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    }

div.copyDown {
    display: block;
    }

div.carrier-serviceInfo-links ul li {
    width: 13%;
    display: inline-block;
    }
div.carrier-serviceInfo-links ul li a {
    width: 95%;
    max-width: 80px;
    height: 44px;
    background-size: 100%;
    }

.mobile-full-width {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}

.payment-amount {
        width: 90%;
        margin: 0 5%;
    }

div.cse {
    background-position: 2% top;
    padding: 0px 0px 0px 90px;
}

h1.title, h2.title, h3.title, h4.title, h5.title {
    margin: 0 3%;
    text-align: center;
}
div.InnerWindow_Page h1.title, 
div.InnerWindow_Page h2.title, 
div.InnerWindow_Page h3.title, 
div.InnerWindow_Page h4.title, 
div.InnerWindow_Page h5.title {
    margin: 0 !important;
}
footer {
    margin: 0px auto 0px auto !important;
    text-align: left;
    }

ul.link li a {
    display: block;
    width: 100%;
    padding: 9px 0px;
    }
ul.link.blue li a,
section.blue ul.link a {
    color: #fff !important;
    }

a.btnBlue, a.btn, button.btn {
    font-size: 0.9em;
    -moz-border-radius: 6px;
    -webkit-border-radius:6px;
    border-radius: 6px; 
    -khtml-border-radius: 6px;
    max-width: 300px;
}
div#addresspanel a.btn.slide-address { display: block; }

a.btn {
    text-decoration: none;
}

    a.btn.icon.order span {
        background-image: url(../layout/icon-magnify-white.png) !important;
    }


a.btn.form, button.btn.form, span.btn.form { margin-top: 5px; text-align: center;}

a.btn.add span,
a.btn.excel span,
a.btn.pdf span,
a.btn.delete span,
a.btn.calculate span,
a.btn.lookup span,
a.btn.edit span,
a.btn.settings span,
a.btn.save span,
button.btn.add span,
button.btn.edit span,
button.btn.delete span,
button.btn.calculate span,
button.btn.lookup span,
button.btn.edit span {
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-right: 35px;
    }

a.link:hover,
a.link:active,
a.link:focus {
    text-decoration: none;
}

.button_icon,
.button_icon.white {
    color: #386eb1 !important;
    background-color: #fff;
    background-position: 2px  center;
    border: 1px solid #386eb1;
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important; 
    -khtml-border-radius: 16px !important;
    padding: 9px 12px 9px 40px;
}
    .button_icon.remove,
    .button_icon.white.remove {
        background-image: url(../layout/cart/basket_blue_remove.png);
    }
.button_icon.blue {
    color: #fff !important;
    background-color: #386eb1;
    background-repeat: no-repeat;
    background-position: 2px  center;
    border: 1px solid #386eb1;
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important; 
    -khtml-border-radius: 16px !important;
    padding: 9px 12px 9px 40px;
}
    .button_icon.blue.remove {
        background-image: url(../layout/cart/basket_white_remove.png);
    }

ul.quote-tools { display: block; text-align: center; }
ul.quote-tools li, ul.quote-tools li.three  { display: inline-block; width: 30%; text-align: center; padding: 0px 0px 10px 0px; }
ul.quote-tools.two li { display: inline-block; width: 50%; text-align: center; padding: 0px 0px 10px 0px; }
ul.quote-tools.one li { display: inline-block; width: auto; text-align: center; padding: 0px 0px 10px 0px; }
ul.quote-tools li.countryNotification { display: block; width: 96%; margin: auto 0px; float: none !important;}
ul.quote-tools li a { display: block; text-align: center }

div.banner.alert, a.banner.alert {  display: block; width: auto; margin: 0; }



ul#QuoteNotices {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px;
    box-sizing: border-box;
    background-color: #296db3 !important;
}
    ul#QuoteNotices li,
    ul#QuoteNotices a {
        font-family: "Roboto" !important;
        font-weight: 500 !important;
        font-size: 14px;
        box-sizing: border-box;
    }
        ul#QuoteNotices a.highlight,
        ul#QuoteNotices span.highlight {
            color: #cad9ff !important;
        }
ul#QuoteNotices li.service_restrictions a {
    background-image: none !important;
}

ul.quotation_options,
ul.quote_settings {
    display: block;
    list-style-type: none;
    padding: 10px 0px;
    font-family: Roboto;
    box-sizing: border-box;
}
    ul.quotation_options li {
        display: inline-block;
        width: 33.3%;
        float: left;
        box-sizing: border-box;
    }
        ul.quote_settings li,
        ul.quotation_options li a {
            display: block;
            width: 100%;
            color: #74889d;
        }
    ul.quote_settings li {
        display: block;
        width: auto;
        padding: 0 0 4px 0;
        white-space: nowrap;
        box-sizing: border-box;
    }
        ul.quote_settings li.warning,
        ul.quote_settings li.stackable span.label {
            background: url(../layout/icon_warning_triangle.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 25px;
        }

        ul.quote_settings li.stackable {
            background-color: transparent;
        }

        ul.quote_settings li span.label {
            display: inline-block;
            text-align: right;
            padding-right: 10px;
            box-sizing: border-box;
        }

.quote_settings li a.link {
    white-space: nowrap;
}

.quotation_options a {
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 36px;
    font-weight: 500;
    background-size: 32px;
    text-decoration: none;
}

    .quotation_options a:hover,
    .quotation_options a:active,
    .quotation_options a:focus {
        text-decoration: none;
        color: #004a8a;
    }

.quotation_options li.save a {
    background-image: url(../layout/icon_save.png);
}

.quotation_options li.edit a {
    background-image: url(../layout/icon_change.png);
}

.quotation_options li.insurance a {
    background-image: url(../layout/icon_insurance.png);
}

.quotation_options li.time a {
    background-image: url(../layout/icon_time.png);
}

ul.quotation_options {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0;
    background-color: #0f4c8a;
    animation: 2s ease-out 0s 1 SlideInBottom;
    animation-fill-mode: forwards;
}

    ul.quotation_options li {
        padding: 10px;
        border-right: 1px solid #fff;
        min-height: 100px
    }

        ul.quotation_options li:last-of-type {
            border-right: none;
        }

    ul.quotation_options span {
        color: #fff;
    }

    ul.quotation_options li a {
    }

.quotation_options li.save a {
    background-image: url(../layout/icon_save_white.png);
}

.quotation_options li.edit a {
    background-image: url(../layout/icon_change_white.png);
}

.quotation_options li.insurance a {
    background-image: url(../layout/icon_insurance_white.png);
}

.quotation_options li.time a {
    background-image: url(../layout/icon_time_white.png);
}


a.hover span.notification, 
label.hover span.notification,
table.standard a.hover span.notification { display: none; }
table.standard a.hover:active span.notification,
table.standard a.hover:focus span.notification { display: block !important; }

div.collection-window div.CollectionDateTimeOptionInput,
div.access-point-window div.CollectionDateTimeOptionInput {
    width: auto;
}

table.standard { width: 98%; margin: initial 1%; position: relative; z-index: initial; }
table.standard tr.restricted { display: none;}

table.packinglist td.PackageDetailsTable_Description input,
table.packinglist td.PackageDetailsTable_CommodityCode input { width: 85%; }
table.packinglist td.PackageDetailsTable_Value input {width: 80%; }
table.packinglist tr.footer a.btn.form.add {float: right; margin-left: 28px;}
table.packinglist td.PackageDetailsTable_Options  {text-align: right;}
table.packinglist td.PackageDetailsTable_Options a.btn {margin-right: 13%;}

div.warning-message.prohibited div.container-checkbox { float: none; margin-top: 10px; clear: both;}

div.insurance-container { width: 96%; margin: 0px 2%;}

div.container-terms, div.package-summary, div.collection-options,
div.section-container.cost-summary, div.payment-options { width: 98%; margin: auto 1%; }

div.table.structure.address,
div.table.structure.service-info {
    width: 98%;
    margin: auto 1% 1%;
    }

table.standard.dimensions {float: none; width: 98%; margin: 15px 1%;}

table.standard td a.btn,
table.standard td a.button {
    float: none;
    margin: 8px auto 8px;
    }

/* LAYOUT CONTAINERS */
div.AddressDetails_Left,
div.AddressDetails_Right {
    width:98%; 
    float: left; 
    margin: 0px 1%; 
    padding: 0px 0px;
}

div.copyright-notice {
    display: block;
    clear: both;
    text-align: center;
    background-position: center top;
    background-size: auto 25px;
    font-size: 0.85em;
    } 

table.standard tr.footer td a.button_add,
table.standard tr.footer td a.btn {
    float: left;
    margin: 0 auto !important;
    }
table.standard tr.footer td strong {
    float: right;
    }
    div.order-reference-confirmation,
    div.order-reference-confirmation {
        text-align: center;
    }
div.no-printer span.content {
    display: block;
}
    div.no-printer {
        border-color: #d3dff5;
        border-left: none;
        border-right: none;
        background-color: #fff;
        text-align: center;
        padding: 15px 80px;
    }

div.introsummary .pinned.topleft:after,
div.introsummary .pinned.topright:after {
    display: none !important;
}


.api_area .imported_orders .address_block .address_data .form_row div,
.order_form .address_block .selectAddressBook {
    float: none;
    width: 100%;
    margin-left: 0;
    position: relative !important;
}

.api_area .order_form .address_block .address_data .form_row div.selector {
    background-color: #a0afc7;
    width: 100% !important;
    padding: 20px !important;
    margin-bottom: 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
}

.api_area .api_import_data .api_address_block {
    max-width: none !important;
    float: none;
}

.api_area .order_form .address_block .address_data .form_row div input.width50,
.api_area div.api_consignment_details ul li div.api_consignment_dimensions,
.api_area div.api_consignment_details a.add_item,
.api_area div.api_consignment_details ul ol,
.api_area div.api_consignment_details,
.api_area div.quote_controls ul li {
    width: 100% !important;
    float: none !important;
    box-sizing: border-box;
}

.api_area div.api_consignment_dimensions:before {
    text-align: left;
}

.api_area div.api_consignment_details {
    padding-left: -0px !important;
}

    .api_area div.api_consignment_details ul ol,
    .api_area div.api_consignment_details a.add_item {
        margin-left: 0 !important;
        margin-top: 10px;
    }

@media screen and (max-width: 950px) {
    table.quote_destinations #cityrow {
        display: none !important;
    }
}


@media screen and (min-width: 900px) {
    #previous_commodity_codes {
        width: 48%;
        margin-left: 1% !Important;
        margin-right: 0 !Important;
    }

    .commodity_code_lookup {
        width: 49%;
        float: none;
        margin-left: 1% !Important;
        margin-right: 0 !Important;
    }
}
@media screen and (max-width: 899px) {
    #previous_commodity_codes {
        display: block  !important;
        width: 98% !important;
        float: none !important;
        margin-left: 1% !Important;
        margin-right: 0 !Important;
    }
    #packingListUpload,
    #consignmentSummary {
        width: 96%;
        margin: 40px 2% auto;
    }
    div.icon-list.dangerous.small ul {
        clear: both;
    }
    div.icon-list.dangerous.small ul li {
        width: 11%;
    }
    .commodity_code_lookup {
        display: block  !important;
        width: 98% !important;
        margin-left: 1% !Important;
        margin-right: 0 !Important;
    }
}
@media screen and (min-width: 750px) {
    div.container-quote#freight ul {
        background-image: url(../layout/img-pallets-freight.png);
    }
    div.container-quote#freight ul li#airFreight,
    div.container-quote#freight ul li#seaFreight {
        width: 50%;
        float: left;
        background-size: 70%;
    }
    div.container-quote#freight a.button.banner.airfreight span, 
    div.container-quote#freight a.button.banner.seafreight span {
        height: 200px;
        width: 100%;
        background-size: 72%;
        background-position: center center;
    } 
    div.container-quote#freight a.button.banner.seafreight span {
        background-position: center right;
    }
    div.container-quote#freight a.button.banner.airfreight span {
        background-position: center left;
    }
    div.categories section {
        display: block;
        width: 31%;
        margin: 0px 1%;
        padding: 20px 0px;
        float: left;
    }   
    span.clear-desktop {
        display: block !important;
        width: auto;
        clear: both;
        padding: 0 !important;
        margin: 0 !important;
        height: 1px;
        background-color: transparent;
        content:"";
    } 


}
@media screen and (min-width: 701px) {
    div.form.quote.airfreight div.simplesearch {
        top: 40px !Important;
    }
    table.collectionCutOffTable th {
        color:#fff;
        padding: 8px 8px;
    }
    ul.world-map {
        display: inline-block;
    }
    table.collectionCutOffTable th:nth-of-type(2) {
        text-align: right;
        }

    table.collectionCutOffTable th img {
        height: 90%;
        width: auto;
        margin: 0px 0px;
        max-height: 30px;
        }
    table.collectionCutOffTable td {
        padding: 8px 8px;
        }
    table.collectionCutOffTable td.service {
        
        font-size: 0.85em;
        
        }
    table.collectionCutOffTable td.value {
        text-align: right;
        font-weight: bold;
        }
    div.cut-off-results {
        display: block;
        width: 18%;
        margin: 0 1%;
        float: left;
    }
    div.cut-off-results.de {
        width: 23% !important;
    }
        
    ul.panelled li:first-of-type,
    section.tiled-news div.rotation.news li:first-of-type {
        width: 66.6%;
    }
    ul.panelled li,
    section.tiled-news div.rotation.news li {
        width: 33.3%;
    }
 
}

@media screen and (min-width: 665px) {
    div.copyright-notice {
        padding: 24px 0px 38px 0px;
    } 
    footer div.section.contact {
        float: right;
    }
    footer div.section.company,
    footer div.section.tools,
    footer div.section.service,
    footer div.section.terms {
        width: 33.33%;
        }
    footer div.contact-us ul li {
    display: block;
    margin: 8px auto;
    }
    div#viewfooterlinks {
        display: none;
    }
    ul.logos li {
        width: 15%;
    }

    
}
@media screen and (min-width: 700px) {
    ul.loyalty-points li div.circle span.value { 
        padding-top: 23%; 
        font-size: 38px; 
    }
    ul.loyalty-points li {
        width: 23%;
        margin: auto 1%;

    }
    .accreditations li {
        width: 13%;
        padding: 0 10px
    }

}
@media screen and (max-width: 699px) {
    .logo-list.three.integration li {
        width: 30%;
    }

    ul.quotation_options,
    ul.quote_settings {
        display: block;
        float: none;
        text-align: center;
        clear: both;
    }
        ul.quote_settings {
            background-color: #e2eaf9;
        }
            ul.quote_settings li {
                text-align: center;
                color: #74889d;
            }
    .contentarea.quote .heading.medium {
        font-size: 22px;
    }
    #quotationTbl.responsive_table thead {
        display: none;
    }
    

    tr.heavyweightadvert {
        display: none !important;   
    }
    div.inline_letter {
        width: 96%;
        margin: 40px 2%;
    }
    .widget_accreditations img {
        width: 15%;
        height: auto;
        max-width: 90px;
    }
    .widget_accreditations .trustpilot-widget {
        width: 58%;
        height: 60px;
    }
    .quoteform.airfreight .consignment_info .NoItems,
    .quoteform.airfreight .consignment_info .Dimensions {
        max-width: 1000px;
        width: 96%;
        margin: auto 2%;
        float: none;
    }
    .quoteform.airfreight .RadioOptions {
        text-align: center;
    }
    .quoteform.airfreight .consignment_info .Dimensions {
        padding-top: 30px;
    }
        .quoteform.airfreight .consignment_info .NoItems select {
            -webkit-border-top-right-radius: 8px;
            -moz-border-radius-topright: 8px;
            border-top-right-radius: 8px;
            -webkit-border-bottom-right-radius: 8px !important;
            -moz-border-radius-bottomright: 8px !important;
            border-bottom-right-radius: 8px !important;
        }
    .quoteform.airfreight table.dimensions tbody tr:first-of-type td select {
        -webkit-border-top-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        border-top-left-radius: 8px;
        -webkit-border-bottom-left-radius: 8px !important;
        -moz-border-radius-bottomleft: 8px !important;
        border-bottom-left-radius: 8px !important;
    }
}

@media screen and (max-width: 650px) {
    ol.four_column,
    ul.four_column {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
    .search_filter .search,
    .search_filter div.pagination {
        float: none;
        width: 100%;
       margin: 0;
        padding-top: 20px;
    }
    .search_filter .hide_orders .inner {
        text-align: center;
    }
}

@media screen and (min-width: 550px) and (max-width: 699px) {

    div.form.quote.split .form_content h1 {
        font-size: 8vw !important;
        text-align: center;
    }

    ul.loyalty-points li div.circle span.value {
        padding-top: 23%;
        font-size: 38px;
    }
    ul.loyalty-points li {
        width: 30%;
        margin: auto 5% 5%;

    }
    .accreditations li {
        width: 26%;
        padding: 0 10px
    }
    .accreditations li.dot,
    .accreditations li.amazon,
    .accreditations li.cse,
    .accreditations li.iip {
        width: 20%;
    }
}


@media screen and (min-width: 550px) {
     ul.air-freight-info li {
         float: left;
         padding: 10px 10px 40px;
         text-align: center;
         width: 33%;
        }
     div.offset_sellingpoints ul.air-freight-info {
        max-width: 1000px;
        margin: auto;
        position: absolute;
        top: -155px;
        z-index: 10;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
    }
    div.offset_sellingpoints ul.air-freight-info li {
        position: relative;
        padding-top: 90px;
        text-align: center;
    }
    div.offset_sellingpoints ul.air-freight-info li:before {
        position: absolute;
        background-color: #fff;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        border: 3px solid #124c7f;
    }


}
@media screen and (max-width: 549px) {

    #packingListMainDetails .consignment_summary label,
    #packingListMainDetails .consignment_summary input,
    #packingListMainDetails .consignment_summary select,
    #packingListMainDetails .savedinvoices .CountryOfOrigin select,
    #packingListMainDetails .savedinvoices tfoot td:before {
        display: block;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 450px !important;
        text-align: left !important;
        position: relative;
        top: 0;
    }
    #packingListMainDetails table.responsive.savedinvoices tfoot td {
        padding: 10px 20px !important;
    }

    #packingListMainDetails .consignment_summary label {
        padding-left: 0 !important;
        padding-top: 15px;
    }

    #form_country_selector form #collection_country, #form_country_selector form #delivery_country {
        display: block !important;
        width: 90% !important;
    }

    div.offset_sellingpoints ul.air-freight-info {
        position: relative;
        top: -70px;
        z-index: 10;
    }
    .summary-services section h1 a, .summary-services section h2 a, .summary-services section h3 a, .summary-services section h4 a, .summary-services section h5 a {
        background-size: 80%;
        padding-top: 90%;
    }
    ul.air-freight-info li {
         padding: 10px 10px 40px;
         margin-top: 20px;
         text-align: left;
         width: 100%;
         clear: left;
        }
        ul.air-freight-info li:before {
            float: left;
            left: 0;
            margin-right: 20px;
        }
    

}

@media screen and (max-height: 600px) {

    div.blockUI.blockMsg {
        overflow: scroll !important;
    }

    div.dialog {
        transform: translate(-50%, -40%);
    }
}
@media screen and (max-width: 529px) {

    #form_add_consignment form .dimensions_row {
        padding: 0 0 20px 0;
        border-top: 1px solid #296db3;
        margin-top: 20px !important;
    }
        #form_add_consignment form .dimensions_row div {
            display: block !important;
            width: 100% !important;
        }
        #form_add_consignment form .dimensions_row div label {
            display: none !important;
        }
        #form_add_consignment form .dimensions_row div:before {
            display: block;
            color: #fff;
            padding: 7px 0;
        
        }
    div.payInvoice span.select_radio,
    span.note.storecard {
        margin-left: 10% !important;
        width: 90% !important;
    }
    span.note.storecard { 
        text-align: left !important;
        padding-left: 45px;
    }
    div.payment-amount label {
        display: block;
        width: 90%;
        margin: 0 5%;
        padding: 15px 10px 5px;
        text-align: center;
    }
        div.payment-amount label span.note {
            position: absolute;
            bottom: 15px;
            text-align: center;
            display: block;
            width: 100%;
            left: 0;
            right: 0;
        }
    div.payment-amount input {
        text-align: center;
    }
    div.payment-methods {
        padding: 0 0 40px;
        position: relative;
    }
        div.payment-methods div {
            padding: 0;
            width: 100% !important;
            text-align: center;
        }
    
}
@media screen and (min-width: 450px) and (max-width: 549px) {
    ul.loyalty-points li div.circle span.value { 
        padding-top: 22%; 
        font-size: 38px; 
    }
    ul.loyalty-points li {
        width: 36%;
        margin: auto 7% 5%;

    }
        ul.loyalty-points li div.circle span.label {
            font-size: 12px;
        }
    .accreditations li {
        width: 22%;
        padding: 10px 20px
    }
        .accreditations li.iip,
        .accreditations li.amazon {
            width: 33%;
        }
}
@media screen and (min-width: 349px) and (max-width: 449px) {
    div.inline_letter p:first-of-type:before {
        font-size: 2.5vw;
    }

    ul.loyalty-points li div.circle span.value { 
        padding-top: 25%; 
        font-size: 30px; 
    }
    ul.loyalty-points li {
        width: 38%;
        margin: auto 6% 5%;

    }
        ul.loyalty-points li div.circle span.label {
            font-size: 12px;
            top: -6px;
            padding-left: 10px;
            padding-right: 10px;
        }
    .accreditations li {
        width: 31%;
        padding: 10px 20px
    }
        .accreditations li.dot,
        .accreditations li.amazon,
        .accreditations li.iip,
        .accreditations li.cse {
            width: 49%;
            padding: 10px 30px
        }
}
@media screen and (max-width: 348px) {
    #packingListCreate div.total_value {
        width: 100%;
        clear: both;
        padding-top: 12px;
        display: block;
        text-align: center;
    }
    table.form_table tr.tbl_controller a {
        float: none;
        left: 50%;
        transform: translateX(-50%);
    }
    div.inline_letter p:first-of-type:before {
        font-size: 2.5vw;
        letter-spacing: normal;
    }

    div.heading_information div b {
        display: block;
    }
    
    h1.heading, .roboto h1 {
        font-size: 9vw;
        text-align: center;
    }
    .reference-notification {
        text-align: center;
        font-size: 5vw;
    }

        .accreditations li {
        width: 32%;
        padding: 10px 5px
    }
    accreditations li img {
        width: 90%;
    }    
        .accreditations li.dot,
        .accreditations li.amazon,
        .accreditations li.iip,
        .accreditations li.cse {
            width: 49%;
            padding: 10px 30px
        }
    ul.loyalty-points li div.circle span.value { 
        padding-top: 25%; 
        font-size: 30px; 
    }
    ul.loyalty-points li {
        width: 50%;
        margin: auto 25% 5%;

    }
        ul.loyalty-points li div.circle span.label {
            font-size: 12px;
            top: -6px;
            padding-left: 10px;
            padding-right: 10px;
        }
}
@media screen and (max-width: 700px) {

    div.accreditationsBanner div.trustpilot-widget {
        max-width: 450px;
    }

    div.contents_declaration {
        text-align: center;
    }
    div.contents_declaration .video_popup .control.image_link {
        float: none;
        margin: auto auto 40px;
    }
    div.warning-message.prohibited div.content,
    .form_container h1, .form_container h2, .form_container h3, .form_container h4, .form_container h5, .warning-message h2, .warning-message h3 {
        text-align: center;
    }
    div.contents_declaration .video_popup .control.image_link {
        border: 3px solid #294a69;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        -khtml-border-radius: 16px;
        overflow: hidden;
    }
    div.collection-options div.cell.data {
        text-align: center;
    }
    div.collection-options div.cell.data select {
    width: 95% !important;
    margin-bottom: 7px
    }

    div.cut-off-results {
        display: block;
        width: 100% !important;
        float: none !important;
        margin: 0;
        padding: 0;
        clear: both;
    }
    ul.world-map {
        display: none;
    }
    table.collectionCutOffTable,
    table.collectionCutOffTable tbody,
    table.collectionCutOffTable tr {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        table.collectionCutOffTable tr {
            clear: both;
        }

    table.collectionCutOffTable th,   
    table.collectionCutOffTable thead {
        display: none;
            }

    table.collectionCutOffTable tr td {
        display: block;
        float: left;
        padding: 17px 0 17px 0px;
        
        }
        table.collectionCutOffTable tr td.service {
            width: 50%;
            background-repeat: no-repeat;
            background-position: 10px center;
            background-size: auto 25px;
            padding-left: 80px !important;
            text-align: left;
        }
        table.collectionCutOffTable tr td.value {
            width: 20%;
            text-align: right;
        }

        div.cut-off-results:after {
            display: block;
            height: 1px;
            width: 100%;
            clear: both;
            background-color: transparent;
            content:"";
        }

        div.cut-off-results:nth-child(odd) {
	        background-color: #e2eaf9;
	        }

        div.cut-off-results.dhl table.collectionCutOffTable td.service { background-image:url("../media/servicelogos/badges/courier-badge-dhl.png"); }
        div.cut-off-results.ups table.collectionCutOffTable td.service { background-image:url("../media/servicelogos/badges/carrierBadge-ups.png"); }
        div.cut-off-results.tnt table.collectionCutOffTable td.service { background-image:url("../media/servicelogos/badges/courier-badge-tnt.png"); }
        div.cut-off-results.dpd table.collectionCutOffTable td.service { background-image:url("../media/servicelogos/badges/courier-badge-dpd-classic.png"); }
        div.cut-off-results.tg table.collectionCutOffTable td.service { background-image:url("../media/servicelogos/badges/carrier-badges-TGServices-animated.gif"); }
        div.cut-off-results.flex table.collectionCutOffTable td.service { background-image:url("../media/servicelogos/badges/carrier-badges-FlexServices-animated.gif"); }
}

@media screen and (max-width: 800px) {
    div.copyright-notice {
        padding: 24px 0px 20px 0px;
    }
    
    footer div.section div.contact-us span.list-title {
        display: none;
    } 
     
    footer div.section.contact {
        float: none;
        clear: both;
        width: auto;
        margin: auto 1.5%;
    }
    footer div.section span.list-title,
    footer div.section div.social-links,
    footer div.section div.contact-us,
    footer div.section li {
        text-align: center;
    }
    footer div.section div.social-links,
    footer div.section div.contact-us {
        padding-top: 8px;
    }
    footer div.section div.contact-us ul {
        display: block;
        text-align: center;
        margin: auto;
        }
    footer div.contact-us ul li {
        display: inline-block !important;
        margin: 8px 7px;
    }
    footer div.section div.social-links span.list-title,
    div.footer-links {
        display: none;
    }
    div.footer-links {
        background-color: #f6f9fc;
    }
    div#viewfooterlinks {
        display: block;
    }
    
    footer div.section.company,
    footer div.section.tools,
    footer div.section.service,
    footer div.section.terms {
        margin: auto 0px;
        text-align: center;
        background-color: #f6f9fc;
        padding-bottom: 14px !important;
        }
    
    footer div.section.terms span.list-title,
    footer div.section.company ul li a,
    footer div.section.tools ul li a,
    footer div.section.service ul li a,
    footer div.section.terms ul li a {
        color: #498bd0 !important;
    }
    footer div.section.terms span.list-title,
    footer div.section.company li.list-title,
    footer div.section.service li.list-title {
        background-color: #eff4fc;
        border: none !important;
        }
    footer div.section.company li.list-title a,
    footer div.section.service li.list-title a {
        border: none !important;
        }
    ul.logos li {
        width: 32%;
    }
}
@media screen and (min-width: 650px) {

    div.sub-menu.account span.alert,
    div.sub-menu.account .numbercount {
        top: 0 !Important;
        right: -5px !important;
        position: absolute;
    }

    div.form.quote h1,
    div.form.quote h2,
    div.form.quote h3 {
        margin: 10px 0;
    }
    section.banner.media div.form.quote div.jointQuoteFields.destinations,
    section.banner.blue div.form.quote div.jointQuoteFields.destinations {
        width: 70% !important;
    }
    section.banner.media div.formGroup label, 
    section.banner.media div.formGroup span.label,
    section.banner.blue div.formGroup label, 
    section.banner.blue div.formGroup span.label {
        width: 20% !important;
    }

    div.sub-menu ol li {
        display: inline-block;
    }
    div.sub-menu ol li a {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 30px;
        padding-top: 24px !important;
    }
    ul.help-steps li.twoCol {
            width: 38%;
            float: left;
        }
    ul.help-steps li.twoCol:first-of-type {
        margin-right: 2%
    }
    ul.help-steps li.twoCol:last-of-type {
        margin-left: 2%
    }
}
@media screen and (max-width: 680px) {
    div.map-container.world {
        display: none;
    }
}
@media screen and (max-width: 649px) {
   div.notification.clatterbridge {
        display: none !important;
    }
    div.accreditationsBanner div.trustpilot-widget {
        max-width: 300px;
    }
    div.sub-menu ol li {
        display: block;
    }
    div.sub-menu ol li a {
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 30px;
        padding:15px 0 15px 34px !important;
    }
    
    ul.quote-tools li.timed-services {display:none;}
    ul.quote-tools li.sort,
    ul.quote-tools li.cutoff,
    ul.quote-tools li.stackable_option {
        width: 100%;
        text-align: center;
    padding-left: 20px !important;
        }
        ul.quote-tools li.cutoff a {
            display: none;
        }
            ul.quote-tools li.cutoff a span {
                padding-right: 35px;
            }
}

@media screen and (min-width:620px) {
    div.cart_options_container { width: 100%; margin: 0; padding-top: 10px !important; }
    div.cart_options_area { width: 48%; margin-right: 2%; float: left; }
    div.cart_orders_area { width: 48%; margin-left: 2%; float: left; }
    div.cart_orders_area p.bold { padding-top: 0px !important; }
    div.cart_orders_area div.button_row { text-align: right; }
    
}

@media screen and (max-width:619px) {
    div.cart_options_container { width: 100%; margin: 0; padding-top: 10px !important; }
    div.cart_options_area { width: 96%; margin-left: 2%; float: none; }
    div.cart_orders_area { width: 96%; margin-left: 2%; float: none; padding-top: 15px !important; }
    div.cart_orders_area p.bold { padding-top: 0px !important; width: 98% !important; }
    div.cart_orders_area div.button_row { text-align: center; }
    p.notice.clock { width: 90% !important; margin: 0 2% !important; }
    
    div.box.floated {
        float: none;
        width: 100% !important;
    }
        div.box.floated:nth-of-type(odd) {
            margin-right: 0 !important;
        }
}

@media screen and (min-width:420px) and (max-width:619px) {
    div.cart_options_container div.collection_datetime_selection div span.bold {  display: inline-block; width: 40%; text-align: right; }
    div.cart_options_container select { width: 55%; }
}
@media screen and (max-width:619px) {
    div.cart_options_container div.collection_datetime_selection div span.bold {  display: inline-block; width: 100%; text-align: left; }
    div.cart_options_container select { width: 100%; }
}

@media screen and (min-width:600px) {
    div#insuranceQuote p span.validation.success {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -khtml-border-radius: 50%;
        background-color: #054f95;
        width: 100px;
        position: absolute;
        top: 10px;
        right: 40px;
        vertical-align: middle;
        padding: 20px 10px;
    }
    div.cart_collection_section.confirmed {
        width: 48%;
    }

    div.column label,
    div.formGroup label,
    div.form.generic span.label,
    div.form.generic span.heading {
            font-size: 1.1em;
        }
    div.form.generic .quoteform span.label {
        font-size: 1.4em;
    }
    div.blockUI.blockMsg {
        top: 0 !important;
    }

        div#insuranceQuote p span.validation.success strong {
            white-space: pre;
            padding: 12px 0;
            text-align: center;
            font-size: 1.4em;
            width: 50%;
            color: #fff !important;
        }
}
@media screen and (max-width:599px) {

    #packingListMainDetails div.popup_footer {
        text-align: center;
    }
        #packingListMainDetails div.popup_footer a.link_back_white.floatleft {
            float: none;
            top: -15px;
            position: relative;
        }
    .saved_customs_invoices {
        padding-bottom: 120px;
    }
    div.form.generic .quoteform span.label {
        font-size: 1.4em;
    }
    div.blockUI.blockMsg {
        top: 0 !important;
    }
        div.blockUI.blockMsg  div.content-area {
            display: block;
            padding: 0px;
            margin: 0px;
            height: 250px;
            overflow-y: scroll;
        }
    div.dialog {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    div#insuranceQuote p span.validation.success {
        background-color: #054f95;
        width: 100% !important;
        margin: 0 !important;
        vertical-align: middle;
        padding: 20px 0px;
        position: relative;
        top: -20px;
    }
        div#insuranceQuote p {
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        div#insuranceQuote p span.validation.success strong {
            white-space: pre;
            padding: 12px 0;
            text-align: center;
            font-size: 1.4em;
            color: #fff !important;
        }
    
    section.banner.media div.center-column.sixty,
    section.banner.blue div.center-column.sixty {
        width: 90% !important;
        margin: 0px 5% !important;
    }
}
@media screen and (min-width:450px) and (max-width:664px) {

    footer div.section.company,
    footer div.section.tools,
    footer div.section.service,
    footer div.section.terms {
        width: 33.33%;
        margin: auto 0px;
        
        }
    div.copyright-notice span::after {
        content: "|";
        display: inline-block;
        padding: 0px 5px;
    }
    div.copyright-notice span:last-of-type::after {
        content: "" !important;
    }
}

@media screen and (max-width:700px) {
    ul.panelled li:first-of-type,
    section.tiled-news div.rotation.news li:first-of-type {
        width: 100%;
    }
    ul.panelled li,
    section.tiled-news div.rotation.news li {
        width: 50%;
    }
}
@media screen and (min-width:501px) and (max-width:749px) {
    
    div.categories section {
        display: block;
        width: 48%;
        margin: 0px 1%;
        padding: 20px 0px;
        float: left;
    }
    span.clear-tablet {
        display: block !important;
        width: auto;
        clear: both;
        padding: 0 !important;
        margin: 0 !important;
        height: 1px;
        background-color: transparent;
        content:"";
    }
}


@media screen and (max-width: 559px) {

    div.form.section input#fileUpload,
    section.form.section input#fileUpload {
        width: 98% !important;
    }

    .tabs li {
        width: 48px;
        height: 45px;
        background-position: center;
        background-repeat: no-repeat;
        box-sizing: border-box;
        opacity: 0.8;
        }
        .tabs li.active {
            opacity: 1;
        }
    .tabs li span {
        display: none;
    }
        .tabs li.parceldelivery { background-image: url(../layout/icon-box.png); }
        .tabs li.airfreight { background-image: url(../layout/icon-aeroplane.png); }
        .tabs li.seafreight { background-image: url(../layout/icon-ship.png); }
        .tabs li.shop { background-image: url(../layout/icon-trolley.png); }
        .tabs li.org { background-image: url(../layout/icon-folder.png); }
        .tabs li.uploads { background-image: url(../layout/icon-uploads.png); }
        .tabs li.downloads { background-image: url(../layout/icon-downloads.png); }

    div.containerMyAccount ol li {
        text-align: center;
        list-style-type: none;
    }
    div.containerMyAccount ol li a {
        display: inline-block;
        background-size: 30px;
        padding: 12px 10px 12px 40px;
    }

    div.product-page div.description-container {
        float: none;
        width: 98%;
        margin: 0 auto;
    }
    
}
@media screen and (min-width: 400px) and (max-width: 559px) {

    div.tiled-images ul li {
        width: 46%;
    }

}
@media screen and (max-width: 490px) {
    div.accreditationsBanner div.trustpilot-widget {
        max-width: 100%;
    }

    div.accreditationsBanner div.trustpilot-widget {
        transform: translateY(0);
        top: 15px;
    }

    div.accreditationsBanner img {
        display: none;
    }

    ol.three_column,
    ol.four_column,
    ul.three_column,
    ul.four_column {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}
@media screen and (max-width: 399px) {

    div.tiled-images ul li {
        width: 97%;
    }
}
@media screen and (min-width: 560px) {
    
    div.tiled-images ul li {
        width: 30%;
    }

    div.product-page div.description-container {
        float: left;
        width: 50%;
        } 

    div.containerMyAccount ol {
        width: 31%;
        margin: 10px 1% 0px 1%;
        float: left;
        list-style-type: none;
    }
    div.center-column.sixty,
    div.center-column.fifty,
    div.center-column.forty {
        width: 90% !important;
        margin: 0px 5% !important;
    }
    div.services div.inner {
        display: block !important;
    }
    
}

@media screen and (min-width: 501px) {

    

    div.form.quote.airfreight div.simplesearch {
        float: right;
    }

    div.form.quote.airfreight div.quote-column select,
    div.form.quote.airfreight div.quote-column input[type="text"] {
        padding: 10px !important;
    }

    div.basic-form table td.FormTableLabel {
        width: 40%;
    }
    div.filter-form li {
        width: 50% !important;
    }
    div.filter-form li input,
    div.filter-form li.destination select, 
    div.filter-form li.destination input {
        width: 50% !important;
    }
        div.filter-form li.form-submit {
            padding-top: 30px;
        }
    div.content-slider.products div.product-description {
        width: 50% !important;
    }
    div.content-slider.products div.image-container {
        width: 45% !important;
    }
    div.content-slider.products div.image-container img {
        max-width: 250px;
    }
    div.content-slider.products div.product-description,
    div.content-slider.products div.image-container {
        float: right;
            }
    div.product_links ol li {
        width: 20%;
        float: left;
    }

    div.product_links ol li a {
        font-size: 0.7em;
        letter-spacing: 0;
    }


    .slider.left.active {
        right: 10% !important;
        width: 80%;
    }

    div.radio_preferences.label-type {
        float: right;
    }
    div.remote-results div.remote-info {
        width: 32%;
    }
    div.remote-results {
        text-align: left;
    }
    ul.radio-list li a.button {
        float: right;    
    }

    div.productContainer a.productinfo.more {
        display: none !important;
    }

    div.moredetail.active {
        /*top: 20%;*/
        position: absolute;
    }

    div.noprinter {
        float: right;
        width: 33%;
    }

    
    
    #nestedAccordion.floatedList div ul.icons li {
        width: 28%;
    }

    .collection-window,
    .access-point-window {
        width: 46%;
    }
    div.warning-message.prohibited {
        text-align: center;
    }
    div.warning-message.prohibited div.prohibitedIcon {
    width: 110px;
    }
    div.warning-message div.content {
        margin: 15px;
        text-align: left;
    }

    div.form.quote h1,
    div.form.quote h2,
    div.form.quote h3 {
        font-size: 4vw;
        line-height: 1.3em;
    }
    .banner.media.campaigns div.form.quote h3 span.offer {
        line-height: 1.5em !important;
    }
    div#logo-static {
        background-size: auto 20px;
        height: 40px;
    }
    div.services {
        padding-bottom: 15px;
    }
    div.services section,
    div.process div.section {
        /*display: inline-block;*/
        display: block;
        float: left;
        width: 49%;
        }

    div.services div.inner,
    div.process div.inner {
        display: block !important;
    }

    div.services section.active,
    div.process div.section.active {
    background-position: 12px top;
    background-size: 53px;
    }

    div.services section div.inner,
    div.process div.section div.inner {
        margin: 1.5%;
    }

    div.services section,
    div.process div.section {
        text-align: center;
        }
    div.categories section {
        text-align: center;
        }
    div.search h4:before {
        content:"Can't find what you're looking for? "
    }

    div.categories div.tools li {
        width: 40%;
    }

    div.form.quote div.courier div.table.destination div.row { display: inline-block; width: 45%; margin: auto 2%; }
    div.form.quote div.courier div.postcodeContainer { text-align: left; }
}

@media screen and (max-width: 560px) {
    .numbered:before {
        display: none;
    }
    .download-buttons li {
        width: 50% !important;
    }
    section.tiled_info_container div ul {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 500px) {

    table.reformat tr#FCLRow,
    table.reformat tr#loadPointsRow {
        display: none !important;
    }

    ul.tiled_info.four li {
        width: 98%;
    }

    .customs_consignment_summary h2,
    .customs_consignment_summary .saved_invoice_option {
        float: none;
        max-width: none;
    }

    div.form.quote.split .form_content {
        width: 98%;
        margin: 20px 2% 20px;
        padding: 40px 20px 40px;
    }

        div.form.quote.split .form_content h1.title,
        div.form.quote.split .form_content h2.title,
        div.form.quote.split .form_content h3.title
        div.form.quote.split .form_content h4.title,
        div.form.quote.split .form_content h5.title,
        section.banner.media.international_courier h3,
        section.banner.media div.form.quote.split .form_content h1,
        section.banner.media div.form.quote.split .form_content h2,
        section.banner.media div.form.quote.split .form_content h3,
        section.banner.media div.form.quote.split .form_content h4,
        section.banner.media div.form.quote.split .form_content h5 {
            font-size: 8vw !important;
            text-align: center !important;
        }

    .quoteform.airfreight div.airport_code,
    .quoteform.airfreight div.airport_code input,
    .quoteform.airfreight div.airport_code label,
    .quoteform.airfreight div.country_selector,
    .quoteform.airfreight div.option_seperator {
        width: 98%;
        float: none;
        position: relative;
        left: 1%;
    }
        .quoteform.airfreight div.airport_code label {
            text-align: left;
        }
        .quoteform.airfreight div.option_seperator {
            margin-top: 20px;
        }
        .quoteform.airfreight div.option_seperator span {
            position: relative;
            transform: none;
            left: auto;
            top: auto;
        }

    .quoteform.airfreight div.country_selector {
        margin-top: 55px;
    }

    .other_information div {
        display: block;
        width: 98%;
        max-width: none;
    }
    
    .iconSellingPoints.four li.packagingshop {
        display: none;
    }
    .offset_sellingpoints ul.iconSellingPoints {
        top: -120px;
    }
    .offset_sellingpoints.ukservices .iconSellingPoints.four {
        top: -130px !important;
    }
    .offset_sellingpoints.ukservices .iconSellingPoints.four li {
        width: 31% !important;
    }
    
    div.form.quote.airfreight h1 {
        float: none;
    }
    .form.quote.airfreight label,
    div.form.quote.airfreight table.dimensions th {
        padding-top: 20px !important;
    }
        section.banner.media div.radio-select label,
        section.banner.blue div.radio-select label {
            padding-top: 10px  !important;
        }


    .radio_options_container td label {
        display: block;
        padding-bottom: 12px;
    }
    div.filter-form li {
        width: 100% !important;
    }
    div.filter-form li input,
    div.filter-form li.destination select, 
    div.filter-form li.destination input {
        width: 50% !important;
    }
    div.content-slider.products div.product-description {
        width: 95% !important;
        margin-left: 5%;
    }
    div.content-slider.products div.image-container {
        width: 90% !important;
        margin-left: 5%;
    }
    div.content-slider.products div.image-container img {
        max-width: 250px;
    }
    div.content-slider.products div.product-description,
    div.content-slider.products div.image-container {
        text-align: center;
    }
    div.content-slider.products div.footerContainer {
        padding-bottom: 40px;
    }
    div.content-slider.products div.product-description h1,
    div.content-slider.products div.product-description h2,
    div.content-slider.products div.product-description h3,
    div.content-slider.products div.product-description h4,
    div.content-slider.products div.product-description h5 {
        padding-top: 0 !important;
    }
    
    div.product_links ol li a {
        font-size: 0.75em;
        letter-spacing: 0;
        }

    table.split,
    table.split thead,
    table.split tbody,
    table.split tr,
    table.split td,
    table.split th {
        display: block;
    }
        table.split thead {
            width: 75% !important;
            float: left;
        }
            
            table.split tbody {
                width: 25% !important;
                float: left;
            }
        table.split td,
        table.split th {
            margin: 4px 0 !important;
            
        }
        table.split tr.bottom td,
        table.split tr:last-of-type td {
            -webkit-border-bottom-right-radius: 14px;
            -webkit-border-top-right-radius: 14px;
            -moz-border-radius-topright: 14px;
            -moz-border-radius-bottomright: 14px;
            border-top-right-radius: 14px;
            border-bottom-right-radius: 14px; 
            border-bottom: 1px solid #afc0e1;
            }
        table.split tr td {
            padding: 11px 8px !important;
            text-align: center;
            border-left: none;
            }
        table.split tr th {
            padding: 11px 8px !important; 
            -webkit-border-top-left-radius: 14px;
            -webkit-border-bottom-left-radius: 14px;
            -moz-border-radius-topleft: 14px;
            -moz-border-radius-bottomleft: 14px;
            border-top-left-radius: 14px;
            border-bottom-left-radius: 14px;
            text-align: left;
            }
    section.banner.media div.inner-container a.button,
    section.banner.blue div.inner-container a.button {
        font-size: 0.85em;
    }
    .slider.left.active {
        right: 5% !important;
        width: 90%;
    }
        .slider.left.active .trigger {
            width: 35px;
            height: 35px;
            background-image: url(../layout/icon-close-service-info.png);
            right: 5px !important;
            top: 5px;
        }

    .heading.collection {
        padding-right: 80px !important;
    }

    div.radio_options_container td,
    div.radio_options_container td p,
    div.radio_options_container span.note {
        text-align: center !important;
    }
    div.radio_options_container span.note {
        padding-top: 10px !important;
    }
    div.radio_preferences.addressLookup,
    div.radio_preferences.accesspoints {
        width: 100%;
        display: block;
        height: 80px;
        margin-bottom: 30px;
    }
        div.radio_preferences.addressLookup label,
        div.radio_preferences.accesspoints label {
            width: 50%;
            text-align: center !important;
            background-position: center 5px !important;
            padding: 33px 10px 20px !important;
            white-space: normal !important;
            height: 100%;
            }
        div.radio_preferences.addressLookup {
            padding-bottom: 15px !Important;
        }
    table#BookingSummary td.txtDocuments:before,
    table#BookingSummary td.txtViewDetails:before {
        display: none;
    }
    table#BookingSummary td.txtDocuments,
    table#BookingSummary td.txtViewDetails {
        padding-left: 8px !important;
    }


        
    table#BookingSummary td.txtDocuments {
        padding-bottom: 20px !important;
    }
    div.moredetail.active {
       /* top: 10%;*/
       position: absolute;
    }
    section.banner.media div#packagestableformGroup div.formGroup,
    section.banner.media div#packagestableformGroup div.dimsTable,
    section.banner.blue div#packagestableformGroup div.formGroup,
    section.banner.blue div#packagestableformGroup div.dimsTable {
        width: 100%;
    }
    
    a.icon.no-liquids,
    a.icon.no-lithium {
        margin-bottom: 30px;
    }

    table.standard.downloads td.print {
        padding-left: 8px !important;
    }
    ul.panelled li div.inner {
        height: auto !important;
    }
    ul.panelled li,
    section.tiled-news div.rotation.news li {
        width: 100%;
    }

    div#stepWrapper.confirmation li.confirmation span {
        position: absolute;
        right: 8px;
    }

    #bt_invite_box {
        display: none !important;
    }

    ul.radio-list li {
        text-align: center
    }
        ul.radio-list li a.button {
            margin: 5px 0;
        }

    table.collection-info td img {
        margin-top: 30px;
    }

    div.form.section table.FormTable div.residentialDiv {
        text-align: center !important;
    }

    div.product-description {
        display:none;
    }
    div.product-description a.productinfo.more {
        display: inline-block !important;
    }

    div.order-reference-confirmation {
        width: 100% !important;
        float: none;
    }

    div.noprinter {
        float: none;
        text-align: center;
    }

    div.warning-message.prohibited div.prohibitedIcon {
        width: 29%;
        float: left;
        text-align: center;
        padding: 90px 0px 0px !important;
        margin: 0px 2% 20px !important;
        }
    div.warning-message div.content {
        margin: 15px 15px 0 15px;
        text-align: left;
    }

    .collection-window,
    .access-point-window {
        width: 96%;
    }

    ul.tabbed-panels li span b, ul.tabbed-panels li a b {
        text-indent: -99999px;
        overflow: hidden;
        width: 40px;
    }

    div.categories li.cutoff,
    div.categories li.tracker,
    div.categories li.currencyconvert,
    div.categories li.remoteaccess,
    div.categories li.accesspoint,
    div.categories li.calculator,
    div.categories li.eori,
    div.categories li.codelookup { 
        padding-left: 60px !important; 
        padding-top: 5px !important;
        padding-bottom: 20px !important;
        background-position: left 8px !important;
    }
    div.categories li.cutoff { background-image: url(../layout/icon-clock.png); background-size: 45px auto; }
    div.categories li.tracker { background-image: url(../layout/icon-track-parcel.png); background-size: 45px auto; }
    div.categories li.currencyconvert { background-image: url(../layout/icon-currencyconvert.png); background-size: 45px auto; }
    div.categories li.remoteaccess { background-image: url(../layout/icon-remotesupport.png); background-size: 45px auto; }
    div.categories li.accesspoint { background-image: url(../layout/icon-ups-accesspoint.png); background-size: 45px auto; }
    div.categories li.calculator { background-image: url(../layout/icon-insurance-calculator.png); background-size: 45px auto; }
    div.categories li.eori { background-image: url(../layout/icon-eori.png); background-size: 45px auto; }
    div.categories li.codelookup { background-image: url(../layout/icon-codelookup.png); background-size: 45px auto; }

    div.services section,
    div.process div.section,
    div.categories section {
        text-align: center;
        }
    div.categories li {
        display: block;
        max-width: 300px;
        margin: auto;
    }    
    
    div.categories section {
        display: block;
        width: 98%;
        margin: 0px 1%;
        padding: 0px 0px;
    }
    div.categories div.tools {
        padding: 0px 4% !important;
    }
    div.categories div.tools li {
        width: auto;
        max-width: 400px;
        float: none !important;
    }
    div.services section,
    div.process div.section {
        display: block;
        width: 100%;
        padding: 0px 0px 0px;
        }
    div.services section div.inner,
    div.process div.section div.inner {
        display: block;
        margin: 0px;
        padding-bottom: 10px !important;
        }

    div.copyright-notice span.copyright {
        display: block;
    }
    div.copyright-notice span.companyno::after {
        content: "|";
        display: inline-block;
        padding: 0px 5px;
        color: #9ccde7;
    }

    div.form.quote div.courier div.postcodeContainer { text-align: left; }

    section.tracker table,
    section.tracker tbody,
    section.tracker table td,
    section.tracker table tr,
    section.tracker table td fieldset {
        display: block;
        text-align: center;
        width: 98%;
        margin: auto 1%;
    }

    div#logo-static {
        background-size: auto 18px;
        height: 30px;
    }

    div.center-column.eighty,
    div.center-column.seventy,
    div.center-column.sixty,
    div.center-column.fifty,
    div.center-column.forty,
    div.center-column.thirty,
    div.center-column.twenty {
        width: 98%;
        margin: 0px 1%;
    }
    div.form.quote h1,
    div.form.quote h2,
    div.form.quote h3 {
        font-size: 6vh;
        font-size: 6vmin;
    }
    section.banner.ebay h3.logo-heading,
    section.banner.amazon h3.logo-heading,
    section.banner.intra_europe h3.logo-heading {
        padding-left: 70px;
    }
    div.carrier-serviceInfo-links
    {
        display: none !important;
    }
    ul#progress li span {
        display: none;
    }

    div.filterForm ul li, 
    div.filterForm ul li div {
        width: auto;
        display: block !important;
    }
    div.filterForm ul li div span {
        display: block;
        width: auto;
        padding: 5px 0px;
    }
    div.filterForm ul li div span label,
    div.filterForm ul li div span input {
        display: inline-block;
        width: 45%;
    }
    div.filterForm ul li div span label {
        text-align: right;
    }
    div.filterForm ul li div select,
    div.filterForm ul li div input {
        width: 40% !important;
        min-width: 110px;
        }

    table.carrier-surcharges,
    table.carrier-surcharges td,
    table.carrier-surcharges {
        display: block;
    }
        table.carrier-surcharges th:first-of-type {
            display: block;
            width: auto;
            text-align: center;
            -moz-border-radius: 7px !important;
            -webkit-border-radius: 7px !important;
            border-radius: 7px !important;
            -khtml-border-radius: 7px !important;
        }
            table.carrier-surcharges th:first-of-type img {
                float: none !important;
            }
        table.carrier-surcharges th:nth-of-type(2),
        table.carrier-surcharges th:nth-of-type(3) {
            display: none;
        }

    table.options_table td.FormTableLabel {
        text-align: center !important;
        
    }
        table.options_table td.FormTableLabel label {
            display: block;
            width: auto;
            padding: 8px 0 !important;
        }
        table.options_table tr#DeliverySignatureSave td.checkbox_slider_cell {
            width: 40% !Important;
        }
            table.options_table tr#DeliverySignatureSave td.checkbox_slider_cell input {
                float: right;
                margin-right: 8px;
            }

    td.reformat,
    tr.reformat,
    tr.reformat td,
    table.reformat,
    table.reformat tbody,
    table.reformat tr,
    table.reformat td,
    table.reformat th {
        display: block !important;
        width: 100% !important;
        /*margin: 0px;
        padding: 0px;*/
    }
    .table.reformat,
    .table.reformat div.row,
    .table.reformat div.cell,
    .table.reformat div.head {
        display: block !important;
        width: 96% !important;
        margin: 0px 1% !important;
    }
    .table.reformat,
    .table.reformat div.cell,
    .table.reformat div.head {
        padding: 2px 0px !important
    }

    .table.reformat div.row {
        padding: 12px 1.5% !important;
        }

    table.reformat td.FormTableLabel,
    .table.reformat td.FormTableLabel { text-align: center !important; padding: 8px initial 0px !important }

    div.form.section table.reformat label, 
    section.form.section table.reformat label {
        display: inline-block;    
        text-align: left;
        white-space: nowrap;
        padding-bottom: 4px !important;
        }
        td.FormTableField.option-select label {
            white-space: normal !Important;
        }
    div.form.section table.reformat td.destinationCountry,
    div.form.section table.reformat tr td.FormTableField,
    section.form.section table.reformat tr td.FormTableField {
        text-align: center !important;
        padding: 0px !important;
    }

    table.reformat div.form.section label, section.form.section label { width: 100%;}

    div.form.section table.reformat td select, div.form.section table.reformat td input[type="text"] { width: 90%;}

    table.responsive td.reformat {
        padding: 0px !important;
        display: block;
    }
        table.responsive td.reformat::before {
            position: relative !important;
            padding: 10px 0 15px !important;
            display: block !important;
            width: 100%;
        }
        table.responsive td.reformat ul,
        table.responsive td.reformat ul li {
            display: block;
            text-align:center !important;
            padding: 5px 0;
        }

    div#stepWrapper.consignment li.consignment span,
    div#stepWrapper.quote li.quote span,
    div#stepWrapper.address li.address span,
    div#stepWrapper.collection li.collection span,
    div#stepWrapper.packinglist li.packinglist span,
    div#stepWrapper.overview li.overview span,
    div#stepWrapper.confirmation li.confirmation span {
        display: block !important;   
    }

    td.RepeaterPaging_Next,
    td.RepeaterPaging_Previous {
        display: none;
    }
    
    #accordion ul.icons li.info { width: 98%; }
   
    


}
@media screen and (min-width: 780px) {
    ul.grid li {
        width: 49%;
    }

        ul.grid li.two_col {
            width: 98%;
        }
}
@media screen and (max-width: 779px) {
    ul.grid li {
        width: 98%;
    }

        ul.grid li.two_col {
            width: 98%;
        }
        ul.grid li a {
            min-height: 220px;
        }
        ul.grid li h2,
        ul.grid li p {
            top: 50px;
        }
}
@media screen and (min-width: 751px) {

    a.btn.icon {
    background-image: none;
    }
    a.btn.icon span {
        text-indent: -9999px;
        overflow: hidden;
        background-position: center center !important;
        width: 25px;
        height: 25px;
        padding: 0px !important;
    }
    a.btn.blue.icon,
    a.btn.form.icon { 
        background-color: transparent !important;
        border: none !important;
    }
    table#tblServiceList.active {
        display: table;
    }
    div.consignmentDetails {
        -moz-border-radius: 18px !important;
        -webkit-border-radius: 18px !important;
        border-radius: 18px !important; 
        -khtml-border-radius: 18px !important;
    }
}

@media screen and (max-width: 750px) {

    footer div.contact-us ul li.call {
        display: block !important;
        max-width: 100% !important;
        background-image: none;
        padding-left: 0;
    }
    footer div.contact-us ul li.call span {
        max-width: 100%;
    }
    footer div.contact-us ul li.address {
        display: block !important;
        max-width: 100% !important;
        background-image: none;
        padding-left: 0;
    }
    footer div.contact-us ul li.address span {
        max-width: 100%;
    }

    .other_information div h1 span,
    .other_information div h2 span,
    .other_information div h3 span,
    .other_information div h4 span,
    .other_information div h5 span {
        padding-bottom: 8px;
        display: block;
    }

    div.advertisement-banner,
    table.responsive tr.transit-time-no-results td:before {
        display: none !important;
    }
    div.sub-menu span.accountuser {
        
    }
    div.sub-menu span.expand {
        float: left;
        position: relative;
        top: 5px;
        padding: 6px 0px 6px 28px;
        background-position: left center;
    }
    div.sub-menu ol {
        clear: both;
    }
    table#tblServiceList.active {
        display: block;
        text-align: center;
    }
        table#tblServiceList.active img {
            display: none;
        }
        table#tblServiceList.active tr.loading,
        table#tblServiceList.active tr.loading td {
            text-align: center;
            width: 100% !important;
            float: none !important;
        }
        table#tblServiceList.active tr.loading img {
            display: block  !important;
            text-align: center;
            float: none !important;
            margin: auto !important;
            }
        table#tblServiceList.active small {
            display: block;
            text-align: center;
            width: 100%;
            clear: both;
        }
    a.btn.right, button.btn.right {
        width: 100%;
    }
    div.container-quote#freight ul li#seaFreight {
        display: block;
        clear: both;
        margin-top: 50px;
    }
    div.container-quote#freight ul li#seaFreight a.button.banner.seafreight {
        display: block;
        padding: 0px 0px;
        margin: 0px 0px;
        background-image: url("../layout/bg-quoteForm.png");
        background-repeat: no-repeat;
        background-position: center top;
        font-family: arial !important;
        width: auto;
        text-align: center;
        font-size: 0.9em;
        background-repeat: no-repeat;
        background-color: #1864b6;
        clear: both;
        -moz-border-radius-topleft: 30px;
        -moz-border-radius-topright: 30px;
        -webkit-border-top-left-radius: 30px;
        -webkit-border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        -moz-border-radius-bottomleft: 30px 50px;
        -moz-border-radius-bottomright: 30px 50px;
        -webkit-border-bottom-left-radius: 30px 50px;
        -webkit-border-bottom-right-radius: 30px 50px;
        border-bottom-left-radius: 100px 50px;
        border-bottom-right-radius: 100px 50px;
    }

    div.container-quote#freight a.button.banner.airfreight span,
    div.container-quote#freight a.button.banner.seafreight span {
        height: 200px;
        width: 100%;
        background-size: 250px;
        background-position: center center;
    }

    /* QUOTE TABLE MOBILE OVERIDES */
    table.responsive,
    table.responsive thead,
    table.responsive tbody,
    table.responsive th,
    table.responsive td,
    table.responsive tr,
    table.responsive.savedinvoices tfoot {
        display: block;
        clear: both;
    }
        table.responsive.savedinvoices tfoot td:first-of-type,
        table.responsive.savedinvoices tfoot td:last-of-type {
            border-top-left-radius: 0px !important;
            border-bottom-left-radius: 0px !important;
            border-top-right-radius: 0px !important;
            border-bottom-right-radius: 0px !important;
        }
            table.responsive.savedinvoices tfoot td:first-of-type {
                padding-top: 20px;
            }
            table.responsive.savedinvoices tfoot td:last-of-type {
                padding-bottom: 20px;
            }
        table.responsive.savedinvoices tbody.NoSavedItems td {
            padding-left: 8px !important;
        }
        table.responsive.savedinvoices tfoot td:before {
            color: #002553;
            text-align: right;
            top: unset;
        }
        table.responsive table.noneResponsive {
            display: table !important;
        }
        table.responsive table.noneResponsive thead,
        table.responsive table.noneResponsive tbody
        {
            display: table !important; 
        }
        table.responsive table.noneResponsive th,
        table.responsive table.noneResponsive td {
            display: table-cell !important;
        }
        table.responsive table.noneResponsive tr {
            display: table-row !important;
        }
        	    }
        	table.responsive thead tr,
            table.responsive thead th { 
		        position: absolute;
		        top: -9999px;
		        left: -9999px;
	        }
                table.responsive.savedinvoices thead tr,
                table.responsive thead th.options {
                    position: relative;
                    top: 0;
                    left: 0;
                }
                table.responsive thead th.options {
                    -webkit-border-top-left-radius: 8px;
                    -webkit-border-bottom-left-radius: 8px;
                    -moz-border-radius-topleft: 8px;
                    -moz-border-radius-bottomleft: 8px;
                    border-top-left-radius: 8px;
                    border-bottom-left-radius: 8px;
                }
                    
     table.responsive table.noneResponsive thead tr {
        position: relative !important;
        top: 0;
        left: initial !important;
    }
    table.responsive.consignmentinfo thead tr {
        position: relative;
		top: 0px;
		left: 0px;
    }

    table.responsive.consignmentinfo thead tr th,
    table.responsive.service-availability th,
    table.responsive tr.thead {
        display: none;
    }

	table.responsive tr { position: relative; padding: 10px 0; }
	
	table.responsive td { 
		border: none;
		position: relative;
		padding-left: 50%;
        text-align: left; 
        min-height: 12px;
	}
        div.box table.responsive td {
            padding-left: 50%;
        }
        table.responsive.full td,
        table.responsive td.full {
            padding-left: 10px !important;
        }
            table.responsive.full td:before,
            table.responsive td.full:before {
                display: block;
                position: relative !important;
                top: 0px !important;
                left: 0px !important;
                width: auto !important;
                padding-bottom: 8px !important;
            }
            table.responsive.carrier-info td:nth-of-type(4):before,
            table.responsive.full td:nth-of-type(7):before,
            table.responsive.full td:nth-of-type(5):before,
            table.responsive.full td:nth-of-type(6):before {
                float: left;
                margin-top: 10px;
            }
                table.responsive.service-availability td:before {
                  float: left;
                    width: 40% !important;
                  display: inline-block !important;
                  text-align: right !important;
                  margin-top: 5px !important;
                }
                table.responsive.service-availability 
        table.service-availability tr td:last-of-type,
        table.service-availability tr td:first-of-type,
        table.service-availability tr td:nth-of-type(2),
        table.responsive.carrier-info tr td:first-of-type {
            text-align: center !important;
        }

        table.responsive.size-and-weight.tnt td:first-of-type {
            display: block;
            padding-left: 0px !important;
            text-align: center;
            font-weight: bold;
        }

        table.quote.form td {
            margin: 5px 0;
        }
            table.quote.form td input {
                max-width: 150px;
                -moz-border-radius: 4px !important;
                -webkit-border-radius: 4px !important;
                border-radius: 4px !important;
                -khtml-border-radius: 4px !important;
            }
            table.quote.form td.polyline {
                padding-top: 15px;
            }
                table.quote.form td.polyline input[type=checkbox] {
                    width: 20px !important;
                }
                table.quote.form td.polyline label {
                    border: none !Important;
                }

    table.quote.form tr#maxDimensions {
        display: none;
    }
    table.responsive td.lastCell {
        padding: 10px 0px 45px !important;
        text-align: right;
            }
        table.responsive td.lastCell a.emailQuote {
            float: left;
            margin-left: 8px;
        }
            table.responsive td.lastCell a.btn.blue span {
                padding-left: 18px !important;
            }
    table.responsive td.search,
    table.reformat td.search  { text-align: center !important; }

    table.standard tr.alert td { padding-left: 0px; text-align: center; }
	table.responsive td:before { 
		position: absolute;
		top: 12px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
        text-align: left;
	}

    table.responsive.crate td:before {
    text-align: right;
    }

    table.responsive.downloads tr.packinglist td.options { display: none; }
    table.standard td.serviceName { padding-left: 0px !important;}
  
    table.standard td.serviceName span.name { font-size: 1.2em; }
    table.standard tr td.serviceName a.hover span.notification { 
        display: none; 
        clear: both;
        font-weight: normal;
        width: 96%;
        margin: 8px 2%;
        }
    table.standard tr td.serviceName a.hover b { display: none !important; }

    span.printer-required {
        background-image: none !important;
        text-indent: 0px !important;
    }
    table#quotationTbl a.link,
    table.standard tr td.serviceName a.hover span.notification span.link,
    table.standard tr td.serviceName a.hover span.notification li.link
     {
        display: inline-block;
        background-color: #386eb1;
        padding: 4px 12px !important;
        color: #fff;
        font-family: arial;
        -moz-border-radius: 4px;
        -webkit-border-radius:4px;
        border-radius: 4px; 
        -khtml-border-radius: 4px;
        border: 1px solid #386eb1;
        font-size: 0.85em;
        font-weight: bold;
        text-align: center;
        
    }
    table.standard tr td.serviceName a.hover span.notification.serviceInfo span.link,
    table.standard tr td.serviceName a.hover span.notification.serviceInfo li.link {
        font-size: 1em !important;
        margin-top: 6px !important;
    }
    table#quotationTbl a.link:hover, table#quotationTbl a.link:active, table#quotationTbl a.link:focus,
    table.standard tr td.serviceName a.hover:hover span.notification span.link,
    table.standard tr td.serviceName a.hover:hover span.notification li.link {
        background-color: #fff;
        color: #498bd0;
     }
    table.standard td.first-instance {
    display: none;
    }

    table.standard tr:nth-child(1) td.first-instance {
        display: block;
    }

    table.price-samples,
    table.price-samples tr,
    table.price-samples td {
        text-align: center !important;
    }

    a.btn.icon span,
    a.button.icon span {
        padding-right: 35px !important;
    }
    a.btn.add span, a.btn.add:hover span, a.btn.add:active span, a.btn.add:focus span,
    button.btn.add span, button.btn.add:hover span, button.btn.add:active span, button.btn.add:focus span  
    { background-image: url(../layout/icon-add.png);}

    a.btn.delete span, a.btn.delete:hover span, a.btn.delete:active span, a.btn.delete:focus span,
    button.btn.delete span, button.btn.delete:hover span, button.btn.delete:active span, button.btn.delete:focus span
    { background-image: url(../layout/icon-delete-dark.png);}

    button.btn.calculate span, button.btn.calculate:hover span, button.btn.calculate:active span, button.btn.calculate:focus span
    { background-image: url(../layout/icon-calculate.png);}

    button.btn.lookup span, button.btn.lookup:hover span, button.btn.lookup:active span, button.btn.lookup:focus span
    { background-image: url(../layout/icon-search.png);}

    #saved_consignments th {
        display: none;
    }
        #saved_consignments thead,
        #saved_consignments th:last-of-type {
            display: block;
            position: relative;
            text-align: center !important;
        }
        table#saved_consignments.responsive thead tr {
            position: relative;
            top: 0;
            right: 0;
            left: 0;
            display: block !important;
            text-align: center;

        }
    table.responsive.savedconsignments td:before {
        top: 50% !important;
        transform: translateY(-50%);
    }
    table.standard.responsive.savedconsignments tbody tr td.nickname,
    table.standard.responsive.savedconsignments tbody tr td.pieces{
        display: none;
    }
    table.standard.responsive.savedconsignments tbody tr:first-of-type td.nickname,
    table.standard.responsive.savedconsignments tbody tr:first-of-type td.pieces {
        display: block;
    }
 
}

@media screen and (min-width: 501px) and (max-width: 1200px) {
    
    span.printer-required {
        display: block;
        background-image: url(../media/icons/silk/icon-printer-required.png);
        background-repeat: no-repeat;
        background-position: center top;
        min-height: 25px;
        min-width: 25px;
        text-indent: -9999px;
    }
   

    div.print-options table td.option-select {width: 70%; min-width: 200px; }

    ul.socialLinks li a {
        width: 42px;
        height: 42px;
    }

}

@media screen and (max-width: 660px) {
    div.survey {
        display: none !important;
    }

    footer div.contact-us ul li {
        display: block !important;
        width: 100%;
        text-align: center;
    }
        footer div.contact-us ul li.call {
            background-image: none; 
            padding-left: 0;
        }
        footer div.contact-us ul li.email {
            margin-top: 20px;
        }
        footer div.contact-us ul li.chat {
            margin-bottom: 20px;
        }
    footer .address_block {
        max-width: 100% !important;
    }
}


@media screen and (min-width:401px) and (max-width:600px) {
    div.product_links ol li {
        width: 50%;
        float: left;
    }

        div.product_links ol li.first {
            width: 100% !important;
            float: none !important;
        }

            div.product_links ol li.first a {
                width: 96% !important;
                margin: 0 2% !important;
            }

}
@media screen and (max-width: 450px) {
    div.formSubmit a.button_bordered {
        float: none;
        margin: 30px 20px;
    }
    section.banner.dhl h3.logo-heading {
        background-image: none !important;
        padding-left: 0;
    }
    .search_filter .search_input {
        width: 90%;
        box-sizing: border-box;
    }

}
@media screen and (max-width: 475px) {
    ul.quote-tools.my-orders a.btn span {
        background-image: none !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        white-space: normal;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
            overflow-wrap: break-word;
    }
    div.InnerWindow_Page div.controls {
        position: relative !important
    }
}
@media screen and (max-width: 450px) {
    div.form.generic .quoteform .dimsTable, section.banner.media .quoteform .dimsTable {
        text-align: center;
    }


    ul.quotation_options li {
        width: 33.3%;
    }
    ul.quotation_options li.save {
        display: none;
    }
    
    #quotationTbl .emailQuote {
        display: block;
    }
        #quotationTbl .button_blue {
            font-size: 14px !important;
        }
        #quotationTbl .emailQuote {
            background-color: transparent;
        }
    ul#CountryList li {
        text-align: center;
    }
        ul#CountryList li a.text {
            float: none !important;
        }
    ul#CountryList li a.btnBlue {
        display: none;
    }
    .iconSellingPoints.five li {
        width: 48% !important;
        
    }
    h1.impact,
    h2.impact,
    h3.impact,
    div.impact h1,
    div.impact h2,
    div.impact h3,
    div.impact h4 {
        font-size: 1.3em !important;
    }
    ul.iconSellingPoints.white strong {
        font-size: 0.9em !important;
    }

    section.banner.media div.form.quote h1.lato,
    section.banner.media div.form.quote h2.lato,
    section.banner.media div.form.quote h3.lato,
    section.banner.media div.form.quote h4.lato,
    section.banner.media div.form.quote h5.lato {
        font-size: 8.5vw !important;
    }
    section.article p.intro, section.article p:nth-child(1) {
        font-size: 5vw !important;
        margin-bottom: 20px !important;
    }

}
@media screen and (min-width: 401px) and (max-width: 500px) {
    #nestedAccordion.floatedList div ul.icons li {
        width: 45%;
    }
    div.remote-results div.remote-info {
        width: 48%;
    }
    div.remote-results {
        text-align: left;
    }
    div.services section.active,
    div.process div.section.active {
        background-position: 12px top;
        background-size: 53px;
    }
    div.radio_preferences {
        float: none;
        width: auto;
    }
    div.radio_preferences h3,
    div.radio_preferences h4,
    div.radio_preferences h5 {
        width: 24%;
    }
    
    div.radio_preferences label {
        width: 36%;
    }

}

@media screen and (max-width: 399px) {
    div.NewsItem {
        width: 96%;
    }
    .video_helper .trigger {
        display: none;
    }
    div.dpd-predict-map ul li {
        width: 40%;
    }
    a#calculateButton { margin-bottom: 20px;}
    .widget_accreditations img {
        display:none;
    }

    .widget_accreditations .trustpilot-widget {
        width: auto;
        display: block;
    }
    .widget_accreditations {
        padding: 2.5vh 0 3.5vh;
    }
        .widget_accreditations:before {
      
            height: 100px;
            top: -20px;
            border-top: 8px solid #fff;
        }
}
@media screen and (min-width:462px) {
    table.insurance-calculator td.insuredvalue,
    table.insurance-calculator td.result {

        text-align: left !important;
    }
}
@media screen and (min-width: 400px) {
    
        #cartProcessing {
        position:fixed;
        top: 15%;
        left: 15%;
        right: 15%;
        bottom: 25%;
        width: 70%;
        height: 60%;
        }

    div.promotional-code {
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px; 
        -khtml-border-radius: 30px;
    }
    div.promotional-code input {
        width: 65%;
        float: left;
        -webkit-border-top-left-radius: 30px;
        -moz-border-radius-topleft: 30px;
        border-top-left-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;
        -moz-border-radius-bottomleft: 30px;
        border-bottom-left-radius: 30px;
        -webkit-border-top-left-radius: 30px;
        -moz-border-radius-topleft: 30px;
        border-top-left-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;
        -moz-border-radius-bottomleft: 30px;
        border-bottom-left-radius: 30px;
        }
    div.promotional-code a {
        width: 35%;
        float: left;
        text-align: center;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px; 
        -khtml-border-radius: 30px;
        right: 3px;
    }
    
    
    div.NewsItem {
        width: 390px;
    }
    div.dpd-predict-map ul li {
        width: 28%;
    }
    table.price-samples tr {
        width: 25%;
        float: left;
        display: block;
        clear: none;
        -moz-border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
        -khtml-border-radius: 10px !important;
    }

    a#calculateButton { float: right;}

    div.service-information ul.bullet.brandDPD,
    div.service-information ul.bullet.brandUPS,
    div.service-information ul.bullet.brandDHL,
    div.service-information ul.bullet.brandTGInt,
    div.service-information ul.bullet.brandFedEx,
    div.service-information ul.bullet.brandTGExp,
    div.service-information ul.bullet.brandTNTExport,
    div.service-information ul.bullet.brandExpressWorldwide {
        background-repeat: no-repeat;
        background-size: 160px auto;
        background-position: right top;
        position: relative;
    }
    ul.socialLinks li {
        display: inline-block;
        }
    ul.carousel.carriers li img {
        width: 70%;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -khtml-border-radius: 8px;
        margin-top:2.5%;
        margin-bottom: 2.5%;
        }
        table#contentDescription {
            width: 80%;
        }

        table#contentDescription label {
            width: 50%;
            display: inline-block;
            text-align: right;
        }

    }

@media screen and (max-width: 499px) {
    .banner.media.campaigns .form.quote.split .form_content h3 span.offer {
        display: none;
    }
    .banner.media.campaigns .form.quote.split .form_content h3 {
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 449px) {
    .banner.media.campaigns .form.quote.split .form_content h3 span.offer {
        display: none;
    }

    @media screen and (max-width: 449px) {

        div.cse {
            padding-left: 0px !important;
            background-image: none !important;
        }

            div.cse h1 {
                margin-left: 0px !important;
            }

        div.service-information ul.bullet.brandDPD,
        div.service-information ul.bullet.brandUPS,
        div.service-information ul.bullet.brandDHL,
        div.service-information ul.bullet.brandTGInt,
        div.service-information ul.bullet.brandFedEx,
        div.service-information ul.bullet.brandTGExp,
        div.service-information ul.bullet.brandTNTExport {
            background-image: none !important;
        }

        footer div.section.company,
        footer div.section.tools,
        footer div.section.service,
        footer div.section.terms {
            width: 100%;
            margin: auto 0px;
        }

        div.survey,
        div.collapseContentContainer.locationFinder.uk {
            display: none !important;
        }

        table#contentDescription {
            width: 90%;
            margin: auto 5%;
        }

            table#contentDescription label {
                width: 97%;
                margin: auto 2.5%;
                display: block;
                text-align: left;
                padding: 10px 0 3px;
            }

            table#contentDescription input {
                width: 95%;
                margin: auto 1.5%;
                display: block;
            }
    }

    @media screen and (max-width: 448px) {

        #packingListMainDetails table.responsive td.options {
            padding: 8px !important;
            text-align: center;
            padding-top: 30px;
        }

        .mobile-full-width {
            display: block;
            width: 100%;
            float: none !important;
            padding-left: 0px !important;
            text-align: center !important;
        }

            .mobile-full-width:before {
                display: none;
            }
    }

    @media screen and (max-width: 420px) {

        div.form.quote.split.compact .quoteform .row.postcode {
            position: relative;
            top: 0;
            right: 0;
            width: 100%;
            border-top: 1px dashed #bac9e5;
        }

        div.form.quote.split.compact .quoteform .row.country {
            width: 100%;
            border-bottom: none;
            border-right: none;
        }

        div.form.quote.split.compact #collectionCityRow,
        div.form.quote.split.compact #deliveryCityRow {
            border-bottom: none;
        }


        ul.quote-tools.my-orders li {
            width: initial !important;
        }

        div.heading_information {
            width: 100%;
        }

        div.logo_container {
            width: 90px;
            padding-right: 0 !important;
            padding-bottom: 15px;
        }

        .offset_sellingpoints {
            display: none;
        }

            .offset_sellingpoints.ukservices {
                display: block;
            }

                .offset_sellingpoints.ukservices .iconSellingPoints.four {
                    display: block;
                    top: -130px !important;
                }

                .offset_sellingpoints.ukservices .iconSellingPoints.ukservices.four li {
                    width: 31% !important;
                }
    }

    @media screen and (max-width: 400px) {



        section.banner.air-freight .quoteform.airfreight .type div.options {
            display: block !important;
            padding-top: 20px;
        }

        section.banner.air-freight .quoteform.airfreight .type label {
            min-width: 40px;
        }

        div.radio_preferences.label-type {
            float: none;
            width: auto;
            height: 120px;
        }

        div.radio_preferences h3,
        div.radio_preferences h4,
        div.radio_preferences h5 {
            width: 100%;
            padding-bottom: 10px !important;
        }

        div.radio_preferences label {
            width: 49%;
            margin-bottom: 15px;
            white-space: nowrap;
        }

        div.input-options span {
            display: block;
            text-align: center;
        }

        ul.quote-tools.my-orders li {
            width: initial !important;
        }

        div.services section.active,
        div.process div.section.active {
            background-position: 5px top;
            background-size: 53px;
        }

        div.remote-results div.remote-info {
            width: 90%;
        }

        div.remote-results {
            text-align: left;
        }

        ul.contact li#contact-liveChat {
            display: none;
        }

        table.standard td span.tableOption, table.standard td label.tableOption {
            float: none !important;
        }

        div.container-myAccount li.link-accHome a {
            padding-right: 0px !important;
            width: 30px;
            height: 30px;
            background-position: center center;
        }

            div.container-myAccount li.link-accHome a span {
                display: none !important;
            }

        a.btn.form.icon span, a.btn.form span {
            background-image: none !important;
            padding-right: 18px !important;
        }

        div.services section h2,
        div.process div.section a.expand {
            display: block;
        }

        div.categories h2 a.expand {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: block;
        }

        #nestedAccordion.floatedList div ul.icons li {
            width: 95%;
        }


        div.containerPaging span.records,
        li.countryNotification img,
        div.services div.moreinfo,
        div.process div.moreinfo,
        ul.moreinfo {
            display: none;
        }

        a.more,
        a.expand {
            font-family: "RobotoCondensed", Arial;
            color: #fff;
            display: inline-block !important;
            padding: 8px 0px;
        }

        ul.socialLinks li {
            display: inline-block;
            width: 30%;
        }

            ul.socialLinks li.trustpilot-link {
                display: none;
            }

        ul.carousel.carriers li img {
            width: 95%;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -khtml-border-radius: 5px;
            margin-top: 2.5%;
            margin-bottom: 2.5%;
        }

        table.insurance-calculator,
        table.insurance-calculator tr,
        table.insurance-calculator tbody,
        table.insurance-calculator tr td {
            display: block !important;
            text-align: center;
            padding-bottom: 5px;
        }
    }

    @media screen and (min-width:376px) and (max-width:664px) {

        footer div.contact-us ul li {
            display: inline-block;
            margin: 8px 7px;
        }
    }

    @media screen and (max-width: 399px) {
        #cartProcessing {
            position: fixed;
            top: 15%;
            left: 5%;
            right: 5%;
            bottom: 20%;
            width: 90%;
            height: 65%;
        }

        div.promotional-code {
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
            -khtml-border-radius: 15px;
            text-align: center;
        }

            div.promotional-code input {
                width: 100%;
                -webkit-border-top-left-radius: 30px;
                -moz-border-radius-topleft: 30px;
                border-top-left-radius: 30px;
                -webkit-border-bottom-left-radius: 30px;
                -moz-border-radius-bottomleft: 30px;
                border-bottom-left-radius: 30px;
                -webkit-border-top-left-radius: 30px;
                -moz-border-radius-topleft: 30px;
                border-top-left-radius: 30px;
                -webkit-border-bottom-left-radius: 30px;
                -moz-border-radius-bottomleft: 30px;
                border-bottom-left-radius: 30px;
                text-align: center;
            }

            div.promotional-code a {
                width: 100%;
                text-align: center;
                -moz-border-radius: 12px;
                -webkit-border-radius: 12px;
                border-radius: 12px;
                -khtml-border-radius: 12px;
            }
    }

    @media screen and (max-width: 384px) {
        div.collectionCutOff a#goButton {
            margin: 10px 0 25px;
        }

        div.no-printer {
            padding: 80px 15px 15px !important;
            background-position: center top;
        }

            div.no-printer span.message {
                margin-right: 80px;
            }

            div.no-printer span.phonenumber {
                display: block;
                clear: both;
                text-align: left;
            }
    }


    @media screen and (max-width: 375px) {
        footer div.contact-us ul li.chat {
            display: none;
        }

        div.collection_options {
            text-align: left;
        }

        .cart_options_area .header_collection_options {
            display: none !important;
        }

        .cart_options_area .collection, .header_collection_options .collection,
        .cart_options_area .Drop, .header_collection_options .Drop {
            float: none;
            width: 98%;
            padding-left: 30px !important;
        }

        .header_collection_options.collection,
        .header_collection_options.Drop {
            display: none;
        }

        .cart_options_area .Drop input[type=radio] {
            left: 10px;
        }
    }

    @media screen and (min-width: 360px) {
        div.labelOptions a.awb-a4 span,
        a.shipping-label.awb-a4 span {
            background-image: url(../layout/icon-label-a4-white.png);
            padding-right: 25px;
        }

        .checkbox_slider:checked, .cart_orders_area input[type=checkbox]:checked {
            margin-left: 0;
        }

        div.labelOptions a.awb-thermal span,
        a.shipping-label.awb-thermal span {
            background-image: url(../layout/icon-label-thermal-white.png);
            padding-right: 25px;
            background-repeat: no-repeat;
            background-position: right center;
        }

        a.shipping-label.manifest span {
            background-image: url(../layout/icon-label-manifest-white.png);
            padding-right: 25px;
        }

        div.jointQuoteFields.consignmentType span.left {
            width: 25% !important;
        }

        div.jointQuoteFields.consignmentType span.right {
            width: 75%;
        }

        div.jointQuoteFields.destinations span.left {
            width: 70% !important;
        }

        div.jointQuoteFields.destinations span.right {
            width: 30%;
        }
    }

    @media screen and (min-width: 341px) {
        section.quoteResults ul li:nth-of-type(2),
        section.quoteResults ul li:nth-of-type(3) {
            padding-right: 30px !important;
            background-repeat: no-repeat;
            background-position: right center;
        }

        section.quoteResults ul li:nth-of-type(1) {
            background-image: url(../layout/symbol-plus-blue.png);
        }

        section.quoteResults ul li:nth-of-type(2) {
            background-image: url(../layout/symbol-equals-blue.png);
        }

        a.btn span, button.btn span, span.btn span {
            padding: 8px 18px 8px 18px;
            display: block;
        }

        section.quoteResults ul li:nth-of-type(1), section.quoteResults ul li:nth-of-type(2) {
            padding-right: 30px !Important;
            background-repeat: no-repeat;
            background-position: right center;
        }
    }

    @media screen and (max-width: 360px) {
        ol.two_column,
        ol.four_column,
        ol.three_column,
        ul.two_column,
        ul.three_column,
        ul.four_column {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }

        ul.quote-tools li.stackable_option a.link {
            width: 100%;
            display: block;
        }

        .iconSellingPoints.four li.packagingshop,
        .iconSellingPoints.four li.parceldelivery {
            display: none;
        }

        .offset_sellingpoints.ukservices .iconSellingPoints.four li {
            width: 48% !important;
        }

        .checkbox_slider:checked, .cart_orders_area input[type=checkbox]:checked {
            margin-right: 0;
        }

        div.rotation.news li h5 a {
            font-size: 0.9em;
        }

        div.rotation.news li h5 {
            padding-top: 5px !important;
        }

        div.jointQuoteFields.consignmentType span.left {
            width: 30% !important;
        }

        div.jointQuoteFields.consignmentType span.right {
            width: 70%;
        }

        div.jointQuoteFields.destinations span.left {
            width: 65% !important;
        }

        div.jointQuoteFields.destinations span.right {
            width: 35%;
        }

        table#tblSaveQuote a.button span {
            white-space: normal !important;
        }

        table.responsive td {
            text-align: right;
        }

            table.responsive td.servicename {
                text-align: left !important;
            }

        section.quoteResults ul li:nth-of-type(1),
        section.quoteResults ul li:nth-of-type(2),
        section.quoteResults ul li:nth-of-type(3) {
            display: block !important;
        }

        section.quoteResults ul li:nth-of-type(2),
        section.quoteResults ul li:nth-of-type(3) {
            padding-top: 22px !important;
            background-repeat: no-repeat;
            background-position: center top;
        }

        section.quoteResults ul li:nth-of-type(2) {
            background-image: url(../layout/symbol-plus-blue.png);
        }

        section.quoteResults ul li:nth-of-type(3) {
            background-image: url(../layout/symbol-equals-blue.png);
        }

        a.btn span, button.btn span, span.btn span {
            padding: 8px 18px 8px 8px;
            display: block;
        }

        a.btn.white span, button.btn.white span, span.btn.white span {
            padding: 8px 18px 8px 18px !important;
        }
    }

    @media screen and (max-width: 275px) {
        div.dimsTable div.row div.column.copyDims,
        div.dimsTable div.row div.column.copyDims img {
            width: 20px !important;
        }
    }


