@media (min-width: 992px) {
    body {
        padding-top: 225px;
        margin-bottom: 350px;
    }
}
@media (min-width: 768px) {
    #categoryproduct-table { table-layout: fixed; }
}

body { font-family: 'Lato', sans-serif; }

#header-logo-print { display: none; }
#header-detail { margin-top: 0; }
.greeting {
    padding: 6px 0;
    min-height: 34px;
}
.greeting a.navbar-greeting {
    color: #d13438;
    margin: 0;
    padding: 0;
}

.header-search .searchform .btn, #search .searchform .btn {
    background-color: transparent;
    border: none!important;
    padding: 12px;
}
.header-search .fa-search, #search .fa-search {
    color: #013D78;
    font-size: 20px;
}

.table.search #price-unit {
    font-size: 12px;
    font-weight: normal;
}


.yamm .level1:hover {  background: #013373; }
.yamm .nav-heading a { color: #013D78; }
.navbar .level3 a { font-size: 13px; }

.header-myaccount .dropdown-menu {
    top: 90px;
    left: -65px;
    padding: 10px;
}
.header-myaccount .dropdown-menu>li>a {
    padding: 5px 26px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.header-myaccount .portalindexheader {
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    text-align: center;
}
.header-myaccount .logout-form {
    float: unset;
}
.header-myaccount .logout-form a {
    padding: 5px 26px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.homecarousel { margin-top: 0; }

.home-content-container {
    background-color: #fff;
    padding: 40px 0;
}
.home-content {
    text-align: center;
    padding: 0 25%;
}
.home-content h2 {
    font-size: 24px;
    color: #013D78;
    font-weight: bold;
    font-style: italic;
}
.home-content p {
    color: #6F7275;
    font-weight: bold;
}
.home-content p:nth-child(3) {
    color: #0091D4;
}

.home-gapi-video {
    border-bottom: 10px solid #ccc;
    border-top: 10px solid #ccc;
}
.home-gapi-video .video-intro h2 {
    color: #0e90d2;
    font-size: 34px;
    margin-top: 80px;
}
.home-gapi-video .video-intro p {
    font-size: 16px;
}
.home-gapi-video .video-container {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: inherit;
    overflow: hidden;
}
.home-gapi-video .video-container .videoframe {
    height: 100%;
    max-width: 100%;
}

.home-image-gallery {
    border-bottom: 10px solid #ccd8f2;
    overflow: hidden;
}
.home-image-gallery div {
    padding: 0;
}

.home-products-solutions {
    background-color: #dddddd;
    text-align: center;
    padding: 40px 0;
    font-size: 36px;
    font-style: italic;
}
.section-heading {
    font-size: 36px;
    color: #ff9901;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
    font-style: italic;
}

.home-sub-adds > div {
    margin-bottom: 30px;
}
.home-sub-adds .home-sub-adds-caption {
    padding: 10px 20px;
    background-color: #dddddd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    font-style: italic;
}
.home-sub-adds .home-sub-adds-caption-text {
    font-size: 26px;
    font-weight: 500;
    min-height: 75px;
}
.home-sub-adds .home-sub-adds-caption .home-sub-adds-more {
    width: 50%;
    margin: 10px auto;
}
.home-sub-adds .home-sub-adds-caption .home-sub-adds-more a {
    padding: 10px;
    display: block;
    background-color: #e2eefc;
    border-radius: 25px;
    color: #1cabec;
}
.home-sub-adds .home-sub-adds-caption .home-sub-adds-more a:hover {
    background-color: #1cabec;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
}

.home-sub-adds img {
    border: transparent;
    width: 100%;
    width: 100%;
}
#home-sub-adds-wide {
    margin-bottom: 50px;
}
.parallax {
    background-image: url(../images/NEW_D_Experience-15e3945a-2880w.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    min-height: 300px;
}

.home-sealing-solutions {
    background-color: #dddddd;
    text-align: center;
    padding: 40px 0;
    font-size: 36px;
    font-style: italic;
    border-top: 10px solid #fff;
    color: #fff;
}

.sealing-solutions{
    padding-top: 50px;
}
.sealing-solutions .sealing-solutions-container {
    display: flex;
    flex-wrap: wrap;
}
.sealing-solutions .sealing-solutions-content {
    padding-bottom: 20px;
    flex: 25%;
}
.sealing-solutions .sealing-solutions-image {
    min-height: 95px;
}
.sealing-solutions img {
    max-width: 130px;
    padding-bottom: 15px;
}
.sealing-solutions ul {
    list-style: disc inside none;
}
.gapi-group {
    padding-top: 50px;
}
.gapi-group a:hover, .home-image-gallery a:hover {
    opacity: 0.8;
}

.news-parallax {
    margin-top: 10px;
    margin-bottom: 20px;
    background-image: url(../images/latest-news.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    min-height: 300px;
    padding: 75px 0;
}
.news-parallax h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}
.news-parallax .news-container .text {
    background-color: #fff;
    padding: 0px;
    min-height: 200px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.news-parallax .news-container .text .text-container {
    padding: 15px;
    text-align: center;
    background-color: #ebebeb;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.news-parallax .news-container .text .text-container .btn {
    padding: 10px;
    background-color: #e2eefc;
    border-radius: 25px;
    border: none;
    width: 50%;
    margin: 10px auto;
    color: #1cabec;
}
.news-parallax .news-container .text .text-container .btn:hover {
    background-color: #1cabec;
    color: #fff;
}

.news-parallax .news-container .text .text-container h4 {
    margin-top: 10px;
    font-size: 18px;
    color: #013D78;
    min-height: 40px;
}
.news-parallax .news-container .text p {
    color: #999;
    font-size: 15px;
    margin-bottom: 0;
}
.news-parallax .news-container a:hover {
    text-decoration: none;
}
.news-parallax .news-container .text:hover {
    background-color: #f9f9f9;
}

.news-parallax.category {
    padding: 15px 0 75px;
}
.news-parallax.category h1.main-heading {
    color: #fff;
}
.news-parallax.category h2 {
    color: #000000;
}
.news-parallax.category .cat-description {
    color: #fff;
}

.lower-parallax {
    background-image: url(../images/subtraction.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    min-height: 300px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #013373;
    color: #fff;
}

.breadcrumb { background-color: #f0f1f2; }

.category-box { text-align: center; }
.cat-caption h2 { font-size: 17px; }
.cat-image-container {
    height: auto;
}
.cat-image {
    top: 0;
    transform: none;
    max-height: none;
}
#attachedfileslist {
    margin-top: 10px;
    text-align: center;
}

.category-box {
    padding: 0;
    border: none;
}
.category-box .cat-caption {
    height: 80px;
    padding: 10px 20px;
    background-color: #dddddd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    font-style: italic;
}
.category-box .cat-caption h2 {
    font-size: 20px;
    font-weight: 500;
}

/* Datatables Styling */
#categoryproduct-table tr {
    background-color: #f9f9f9;
}
#categoryproduct-table th input, #categoryproduct-table th select {
    max-width: -webkit-fill-available;
    border: 1px solid #d9d9d9;
    color: #999;
}
#categoryproduct-table tr.top-head th {
    background: #d5d5d5 !important;
    border: 1px solid #b2b2b2 !important;
    color: #555555;
    vertical-align: middle;
    font-weight: normal;
}
#categoryproduct-table th {
    background-color: #0091D4;
}
#categoryproduct-table th.description {
    color: #fff;
}
#categoryproduct-table_filter.dataTables_filter {
    display: none;
}
#categoryproduct-table_paginate {
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    padding-bottom: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 3px;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button, .dataTables_wrapper .dataTables_paginate span .ellipsis {
    display: none;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    font-size: 12px;
    line-height: 12px;
}

/* End Datatables Styling */

.artic-links {
    padding: 0;
    margin: 10px;
    color: #FFF;
    text-align: center;
    border: none;
}
.artic-links a {
    border: 1px solid #008CD9;
    background-color: #008CD9;
    border-radius: 5px;
    padding: 6px 15px;
    color: #fff;
    display: block;
}
.artic-links.find-my-seal a {
    border: 1px solid #000;
    background-color: #000;
}
.artic-links a:hover {
    border-color: #000;
    background-color: #000;
    text-decoration: none;
}
.artic-links.find-my-seal a:hover {
    border: 1px solid #008CD9;
    background-color: #008CD9;
}
.artic-links .cat-caption {
    height: auto;
}
.artic.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
    border-bottom: #008cd9;
}
.artic-links .cat-caption {
    background-color: transparent;
    padding: 0;
    font-style: normal;
}
.artic-links .cat-caption h2 {
    font-size: 17px;
}

#hpe-static-narrow {
    float: left;
    width: 75%;
}
.hpe-image {
    float: right;
    width: 25%;
}
#hpe-static-narrow ul {
    list-style: disc outside none;
    padding-left: 20px;
}
#hpe-static-narrow ul li {
    padding: 10px 0;
}
#hpe-static-narrow ul li a {
    color: #008CD9;
}
#hpe-static h2 {
    color: #008cd9;
    font-size: 13px;
}

.nav-tabs > li > a {
    background-color: #e7e7e7;
    font-weight: normal;
    color: #777;
}
.nav-tabs > li.active > a {
    font-weight: bold;
    color: #333;
}
.tab-content>.active {
    padding: 15px;
    min-height: 200px;
}

.orings-parallax {
    border-top: 10px solid #799ff7;
    background-image: url(/Solutions/orings.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    min-height: 500px;
    padding: 75px 0;
    background-color: #6179d1;
}
.orings-parallax h1.main-heading, .orings-parallax h2 {
    color: #ff9901;
}
.orings-parallax .cat-description, .orings-parallax p {
    color: #fff;
    font-size: 18px;
}
.orings-parallax p {
    font-size: 18px;
}
.orings-parallax p a {
    color: #fff;
    text-decoration: underline;
}
.orings-parallax .btn {
    border: 1px solid #008CD9;
    background-color: #008CD9;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 17px;
    margin-right: 15px
}
.orings-parallax .btn:hover {
    border: 1px solid #000;
    background-color: #000;
}
.orings-parallax.ffkm .btn {
    padding: 10px 15px;
}
.orings-parallax.nbr70 {
    background-image: url(/Solutions/orings-nbr70.jpg);
}
.orings-parallax.nbr90 {
    background-image: url(/Solutions/orings-nbr90.jpg);
}
.orings-parallax.fpm75 {
    background-image: url(/Solutions/orings-fpm75.jpg);
}
.orings-parallax.fpm90 {
    background-image: url(/Solutions/orings-fpm90.jpg);
}
.orings-parallax.silicone {
    background-image: url(/Solutions/orings-silicone.jpg);
}
.orings-parallax.ptfe {
    background-image: url(/Solutions/orings-ptfe.jpg);
}
.orings-parallax.polyurethane {
    background-image: url(/Solutions/orings-polyurethane.jpg);
}
.orings-parallax.back-up {
    background-image: url(/Solutions/orings-back-up.jpg);
}
.orings-parallax.other {
    background-image: url(/Solutions/orings-other.jpg);
}
.orings-parallax.artic {
    background-image: url(/Solutions/ptfe-artic.jpg);
}
.orings-parallax.macma {
    background-image: url(/Solutions/ptfe-macma.jpg);
}
.orings-parallax.ptfe {
    background-image: url(/Solutions/ptfe.jpg);
}
.orings-parallax.ffkm {
    background-image: url(/Solutions/ffkm.jpg);
}

.panel { border: none; }
.panel-default>.panel-heading {
    background-color: #f0f1f2;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
.panel-body { background-color: #f8f9fa; }

h1.main-heading {
  color: #013D78;
    font-weight: bold;
}

#tooltip-notifications.noty_type__success {
    background-color: #008CD9;
    border-bottom: 1px solid #008CD9;
}

.image, .pdetails { border: none; }
.pdetails .price, .pdetails .price #price-unit, .alsobought-box-price, .favourite-product-buttons div.price, .suggested-box-price {
    font-size: 12px;
    font-weight: normal;
}
.pdetails .price span.price, .suggested-box-price span.price {
    font-size: 20px;
    font-weight: bold;
    color: #013D78;
}
.pdetails .add .quantity, .pdetails .basketsubmit { width: 100%; }
.pdetails .basketsubmit .addtobasket, #btnEnquire {
    width: 30%;
    float: left;
    margin: 4px 10px 4px 0px!important;
}
#btnEnquire { background-color: #013D78; }
#btnEnquire:hover, #btnEnquire:focus  { background-color: #008CD9; }
.pdetails .stocklevel { padding-left: 0;}
.pdetails .stocklevel .title {
    margin-top: 25px;
    font-size: 15px;
}

.pdetails .level { display: flex;}
.pdetails .level .available {
    display: inline-block;
}
.pdetails .level .available .stklabel {
    display: inline-block;
    min-width: 130px;
    font-weight: bold;
}
.pdetails .level .available .stkqty {
    display: inline-block;
    min-width: 65px;
    font-weight: bold;
    text-align: right;
}
.pdetails .level .available .btn {
    margin: 10px 0;
}
.pdetails .basketsubmit { display: inline-block; }
.pdetails .uk, .pdetails .italy, .pdetails .week, .pdetails .production, .pdetails .weekdate, .pdetails .transit {
    display: none;
}
.pdetails .qtybreak {
    padding-right: 0;
    min-height: 45px;
}
.pdetails .qtybreak #quantitybreaktable { width: 100%;}

.price span.priceunavailable {
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
}
.category-pdf {
    margin-top: 15px;
}
.category-pdf a {
    display: block;
    margin: 8px auto;
    width: fit-content;
}
.category-pdf a .fas {
    padding-left: 6px;
}
.pdetails .wishlistform, .pdetails #quoteform {
    display: inline-block;
    padding: 10px;
}
.pdetails .wishlistform:hover, .pdetails #quoteform:hover {
    background-color: #f6f6f6;
}
.pdetails .wishlistform, .pdetails #quoteform, .pdetails #quoteform .btn {
    text-align: left!important;
    color: #777;
}
.pdetails .wishlistform .addFavourite {
    color: #777;
}
.pdetails .wishlistform .addFavourite .fa-star, .pdetails #quoteform .btn .fas {
    font-size: 18px;
    color: #0091D4;
    padding-left: 10px;
}

.product-caption h2 {
    font-size: 16px;
}

#stocklengths {
    display: none;
    margin: 40px 0;
}
#proddetails-message {
    margin: 40px 0;
    background-color: #f6f6f6;
    border: 1px solid #f0f0f0;
    padding: 20px;
}
#proddetails-message ul {
    list-style: disc outside none;
    color: #013D78;
    font-size: 15px;
    padding: 6px 25px;
    line-height: 26px;
}
#proddetails-message ul li::marker {
    color: #008CD9;
}
.order-info {
    background-color: #f6f6f6;
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    color: #013D78;
    margin: 30px 0;
}
.order-info .minordertext {
    font-size: 14px;
}


.suggested-box {
    text-align: center;
    border: none;
}
.suggested-box-price {
    margin-bottom: 20px;
}

.recent-container {
    text-align: center;
}
.recent-container .recentproducts-title {
    padding-top: 10px;
}

a.pdf {
    background: transparent url(../images/pdf_icon.png) no-repeat;
    display: block;
    padding: 20px;
}

.favourite-product-buttons .add .buy-qty {
    max-width: 70px;
}

.buy-qty, .basket-qty {
    max-width: 90px;
    width: 90px;
}

.news-parallax.solutions {
    padding-top: 10px;
    margin-top: 0px;
}

.nav-tabs > li > a {
    padding: 10px 40px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-bottom: 6px solid transparent;
    background-color: #f7f7f7;
}
.nav-tabs > li > a:hover {
    background: #eee;
    border: none;
    border-bottom: 6px solid #0e90d2;
    color: #777;
}
.nav-tabs > li.active > a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-bottom: 6px solid #0e90d2;
}
#solutionsTab { color: #fff; }
#solutionsTab h2 {
    color: #ff9901;
    text-align: left;
    font-weight: bold;
}
#solutionsTab h4 { font-weight: bold; }
#solutionsTab .tab-pane.active > div {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    overflow: auto;
}
#solutionsTab table {
    color: #222;
    background: #fff;
    border: 1px solid #fff;
}
#solutionsTab th:first-child, #solutionsTab td:first-child {
    width: 30%;
}
#solutionsTab th {
    width: 14%;
    background-color: #94b8ff;
    color: #fff;
}
#solutionsTab td {
      width: 14%;
}
#solutionsTab img {
    max-width: 150px;
}

#solutionsTab table.table-borderless {
    background: transparent;
    color: #fff;
    border: none;
}
#solutionsTab table.table-borderless tr td {
    border: none;
    border-top: 1px solid #ccc;
    width: 75%;
}
#solutionsTab table.table-borderless td:first-child {
    width: 25%;
}
#solutionsTab table.table-borderless tr:first-child td {
    border-top: none;
}


footer, #footer { background-color: #f6f6f6; }
footer { padding-bottom: 0; }
#footer { padding-bottom: 30px; }
#footer h4 {
    color: #013D78;
}
.footer-labels {
    color: #5ec3e7;
    font-weight: bold;
}
.footer-social-col {
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
}
.footer-social-col .fab {
    color: #013D78;
}
.sagepayLogo {
    margin-top: 20px;
    width: 100%;
}
.sagepayLogo img {
    max-height: 40px;
    margin: auto;
}

.footer-btm {
    background-color: #fff;
    padding: 20px;
}

/* Mobile Drilldown Menu */
.navbar-toggle:hover .icon-bar, .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .icon-bar,
.navbar .navbar-toggle:hover .icon-bar {
    background-color: #013D78;
}

.navbar-toggle.mobile-menu { padding-top: 0; }
.navbar-toggle span {
    margin-top: 3px;
    display: block;
}
.navbar-toggle .icon-bar {
    width: 36px;
    height: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0 auto;
}
.navbar-toggle .icon-bar.top {
    margin-top: 6px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 6% 80%;
    -ms-transform-origin: 6% 80%;
    transform-origin: 6% 80%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 3% 30%;
    -ms-transform-origin: 3% 30%;
    transform-origin: 3% 30%;
}

/* ANIMATED X COLLAPSED */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END ANIMATED X */

.search.help .popover {
    max-width: 500px;
}
.search.help button {
    background: none;
    border: none;
    color: #0091D4;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
}
.search.help button:active, .search.help button:focus {
    outline: none;
}
.search.help .close {
    font-size: 20px;
    float: left;
}
.search.help .popover-title {
    background-color: #fff;
    border: none;
}
.search.help h3 {
    color: #013D78;
}
.search.help table.how-to-search td, .search.help table.how-to-search th {
    padding: 5px;
}
#SearchResults {
    z-index:1100;
}

.overview {
    background-color: #8faadc;
    padding: 15px;
    border-radius: 10px;
    color: #013D78;
    margin: 20px 0;
}
.overview h3 {
    margin-top: 0;
}
.datasheets {
    margin: 20px 0;
}
.datasheets .btn {
    background-color: #006edb;
    border-color: #006edb;
    color: #fff;
    margin-bottom: 15px;
    margin-right: 10px;
    min-width: 75%;
    padding: 12px;
}
.datasheets .btn:hover {
    background-color: #013D78;
}

.parent.category.desc #learnMore > div:first-child {
    padding-left: 0;
}
.parent.category.desc .datasheets {
    padding-right: 10px;
}

.parent.category.desc .datasheets .btn {
    width: 100%;
}

#coldepotlabel, #del_code_overidelabel, #col_depot_labellabel {
    display: none;
}

#deliverycharges p {
    font-weight: bold;
    padding: 10px;
    border: 1px solid #d13438;
    background: #d13438;
    color: #fff;
}
#deliverycharges a {
    color: #fff;
}

.country-select select {
    font-size: 15px;
    text-align: left;
}
.del-options-info {
    padding: 10px;
    border: 1px solid #b4c6e7;
    background: #b4c6e7;
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
    #checkout.main-content {
        max-width: 1140px;
        float: none!important;
        margin: auto;
    }
}
@media only screen and (max-width: 1199px) {
    .link-text { display: none; }
}

@media only screen and (min-width: 1141px) {
    .lower-parallax { min-height: 400px; }
}

@media only screen and (max-width: 991px) {
    body { margin-bottom: 530px; }
    header {
        margin-top: 120px;
        position: relative;
    }
    #main-nav {
        border: none;
        margin-bottom: 30px;
    }
    .navbar .navbar-toggle { margin-right: 25px;}
    .navbar-header .header-phone {
        font-size: 12px;
        padding-bottom: 20px;
    }
    .navbar-header .header-phone .fas { font-size: 14px; }
    .navbar-fixed-top .navbar-collapse { max-height: none; }
    .drilldown-container { margin-left: 30px; }
    .drilldown li {
        background: #f7f7f7;
        margin-bottom: 2px;
        border: none;
    }
    .drilldown .navback { background: #f7f7f7; }
    .drilldown a.navback { padding-left: 30px; }
    .drilldown a {
        padding: 10px 50px 10px;
        text-transform: uppercase;
    }
    .drilldown .fas {
        float: right;
        color: #B0CAE5;
        font-size: 20px;
    }
    .drilldown-view-all { text-align: left; }
    .drilldown-back, .drilldown-backparent { font-weight: bold; }

    .navbar-header .fas {
        color: #013D78;
        font-size: 26px;
    }
    #collapse-nav .fa-bars { font-size: 28px; }
    .badge { background-color: #008CD9; }

    .home-content { padding: 0 10%; }
    #home-sub-adds { margin-top: 0px; }
    #home-sub-adds-wide { margin-bottom: 10px; }
    #home-sub-adds-wide > div { margin-bottom: 15px; }

    .sealing-solutions .sealing-solutions-content {
        min-height: 250px;
    }

    .parallax, .news-parallax, .lower-parallax { background-attachment: scroll!important; }
    .parallax {
        position: relative;
    }
    .parallax::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(255,255,255,0.25);
    }
    .news-parallax {
        margin-top: 30px;
        padding-top: 40px;
    }
    .news-parallax .news-container { margin-bottom: 15px; }
    .news-parallax .news-container .text h3 { font-size: 16px; }
    .news-parallax .news-container .text p { font-size: 13px; }

    ul.my-account.dropdown-menu {
        left: -65px;
        top: 60px;
    }

    .footer-logo { margin-bottom: 30px; }
    .footer-logo img { max-width: 25%; }
    .main-cat-image {
        display: block!important;
    }
    .datasheets .btn {
        width: 100%;
    }
    .pdetails .qtybreak {
        padding-left: 0;
    }
    .parent.category.desc #learnMore > div:first-child {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .footer-social-col { text-align: left; }
    .sagepayLogo img { margin: 0; }
}

@media only screen and (max-width: 767px) {
    body { margin-bottom: 1110px; }
    header { margin-top: 75px; }
    .dataTables_wrapper { overflow-x: auto; }
    #stocklengths { overflow-x: auto; }
    #footer h4 { font-weight: bold; }
    .footer-social-col { margin-top: 40px; }
    #categoryproduct-table th input, #categoryproduct-table th select { max-width: 90px; }

    table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after,
    table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after,
    table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after,
    table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after,
    table.dataTable thead>tr>th.sorting_desc_disabled:before,
    table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before,
    table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before,
    table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before,
    table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before,
    table.dataTable thead>tr>td.sorting_asc_disabled:after,
    table.dataTable thead>tr>td.sorting_desc_disabled:before,
    table.dataTable thead>tr>td.sorting_desc_disabled:after {
        font-size: 18px;
        line-height: 20px;
    }
    .pdetails .basketsubmit .addtobasket, #btnEnquire, .pdetails .wishlistform, .pdetails #quoteform { width: 100%; }
    .pdetails .wishlistform, .pdetails #quoteform { padding: 4px 10px; }
    .pdetails .wishlistform, .pdetails #quoteform, .pdetails #quoteform .btn { text-align: center!important; }

    #footer, .footer-btm { text-align: center; }
    .footer-logo img { margin: auto; }
    .footer-logo img { max-width: 15%; }
    #footer h4 { margin-top: 50px; }
    #footer ul { line-height: 34px; }
    .footer-btm { font-size: 12px; }
    .footer-logo { text-align: center; }
}
@media only screen and (max-width: 480px) {
    .navbar-brand { width: 40%; }
    .col-xs-6 { width: 50%; }
    .navbar .navbar-toggle { margin-right: 0; }

    .home-content-container { padding-top: 20px; }
    .homecarousel { background: #fff; }
    .slides .owl-item {
        overflow: hidden;
        height: 170px;
    }
    .slides .owl-item img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 170px;
        width: 700px;
        max-width: 700px;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .buttons-bot { width: 100%; }

    .sealing-solutions .sealing-solutions-content {
        min-height: auto;
    }
    .nav-tabs > li > a {
        padding: 10px 25px;
    }
    #solutionsTab .tab-content>.active {
        padding: 0;
    }

    .header-myaccount {
        padding-top: 0;
        margin-right: 0;
        display: inline-block;
        margin-top: 3px;
    }

    .header-myaccount .dropdown-toggle {
        font-size: 26px;
        color: #013D78;
    }
    ul.my-account.dropdown-menu {
        left: -90px;
        top: 55px;
    }
}

@media print {
    body { font-family: 'Lato', 'Arial', sans-serif; padding-top: 0; }
    header { position: relative; }
    #header-detail, #breadcrumbs, #buttons-bot-container, #basketemptybasket, .dec, .inc, .trash,
    #cookiescript_badge, #cookiescript_badgesvg, .footer-logo, .footer-social-col, .footer-right, .footer-btm .col-md-1 { display: none; }

    .logo-print, #header-logo { display: block!important; }
    .logo-print #header-logo { padding-top: 10px; height: 50px; }
    .logo-print #header-logo #logo { height: 40px; }
    .logo-print #header-logo .logo-text { font-size: 10px; padding-top: 10px; }

    #editbaskettable { font-size: 12px; }

    .footer-left { width: 50%; }
    footer { position: relative; font-size: 12px; }
    .footer-btm, .footer-btm .col-md-11 { padding: 0; }
    a[href]:after {
        content: none !important;
    }
}