/* NEW */

/* ==========================================================================
   General Site Styling
   ========================================================================== */

/* Cheat sheet color codes
   ========================================================================== 
Black: #141414
Dark blue: #202A44
Button Blue: #1C6BBA
Button hover Blue: #2B8EDE
Grey 100: #F7f7f7
Grey 200: #E1DFDD
Grey 300: #D0D0D0
Grey 600: #53565A
Grey 700: #323232


*/

/* ==========================================================================
   General Site Styling
   ========================================================================== */

/* Cheat sheet color codes
   ========================================================================== 
Black: #141414
Dark blue: #202A44
Button Blue: #1C6BBA
Button hover Blue: #2B8EDE
Grey 100: #F7f7f7
Grey 200: #E1DFDD
Grey 300: #D0D0D0
Grey 600: #53565A
Grey 700: #323232


*/

/* Fonts
   ========================================================================== */
/* ----- Imported fonts -----*/
@font-face {
    font-family: 'VolvoNovum-Regular';
    src: url('/customfont/VolvoNovum3-Regular.otf');
    font-style: normal;
}

@font-face {
    font-family: 'VolvoNovum-Medium';
    src: url('/customfont/VolvoNovum3-Bold.otf');
    font-style: 500;
}

@font-face {
    font-family: 'VolvoNovum-Medium';
    src: url('/customfont/VolvoNovum3-Bold.otf');
    font-style: 700;
}

@font-face {
    font-family: 'VolvoNovum-SemiLight';
    src: url('/customfont/VolvoNovum3-Semilight.otf');
    font-style: 400;
}

@font-face {
    font-family: 'VolvoBroad';
    src: url('/customfont/VolvoBroadSpread.otf');
}


/* ----- Body fonts ----- */
body {
    font-family: 'VolvoNovum-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* ----- Headings -----*/
h1,h1.page-header,h2,h2.page-header,.page-header,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'VolvoNovum-Medium', sans-serif;
    font-weight: 500;
}

h1,h1.page-header,.h1 {
    font-size: 48px;
    font-weight: 500;
    font-family: 'VolvoNovum-Medium';
    letter-spacing: -2.16px;
    line-height: 56px;
}

h2,h2.page-header,.pt-page-productdetail h1.page-header,.h2 {
    font-size: 32px;
    font-weight: 500;
    font-family: 'VolvoNovum-Medium';
    letter-spacing: -0.32px;
    line-height: 40px;
}

h3,.h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'VolvoNovum-Medium';
    letter-spacing: -0.24px;
    line-height: 32px;
    text-transform: none;
}

h4,.h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'VolvoNovum-Medium';
    letter-spacing: -0.20px;
    line-height: 26px;
    text-transform: none;
}

h5,.h5 {
    font-family: 'VolvoNovum-Medium';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

h6,.h6 {
    font-family: 'VolvoNovum-Medium';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

p {
  	font-size: 16px;
    line-height: 24px;
}

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

    h1,h1.page-header,.h1 {
        font-size: 38px;
        letter-spacing: -0.38px;
        line-height: 46px;
    }

    h2,h2.page-header,.pt-page-productdetail h1.page-header,.h2  {
        font-size: 30px;
        letter-spacing: -0.30px;
        line-height: 36px;
    }

    h3,.h3 {
        font-size: 22px;
        letter-spacing: -0.22px;
        line-height: 28px;
    }

    h4,.h4 {
        font-size: 20px;
        letter-spacing: -0.20px;
        line-height: 26px;
    }

    h5,.h5 {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
    }

    h6,.h6 {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
    }
}

/*---- Links ------*/
/* Body links */
.cd-main-content p>a:not(.btn) {
    color: ;
}

.cd-main-content p>a:not(.btn):hover {
    color: ;
}

/* Buttons
   ========================================================================== */
/* ----- Buttons general ----- */
.btn,
.btn:focus,
.btn:active {
    background: ;
    border-color: ;
    color: ;
}

.btn:hover {
    background: ;
    border-color: ;
    color: ;
}

/*CTA buttons */
.btn.btn-ptOrange,
#btnConfirm.btn,
.btn.btn-ptOrange:focus,
#btnConfirm.btn:focus,
.btn.btn-ptOrange:active,
#btnConfirm.btn:active {
    background: ;
    border-color: ;
    color: ;
}

.btn.btn-ptOrange:hover,
#btnConfirm.btn:hover {
    background: ;
    border-color: ;
    color: ;
}


.btn-primary,
.btn-default,
.btn-ptGrey,
.btn-secondary,
.btn.btn-ptBlue {
    background: #1C6BBA;
    border-color: #1C6BBA;
    color: #fff;
    border-width: 1px;
}

.btn-primary:hover,
.btn-default:hover,
.btn-ptGrey:hover,
.btn-secondary:hover,
.btn.btn-ptBlue:hover {
    background: #2B8EDE;
    color: #fff;
    border-color: #2B8EDE;
}

/*CTA BUTTONS*/
.btn.product-add-cart-btn,
#btnCheckout,
#btnDelivery,
#btnPayment,
#btnSummary,
#btnConfirm {
    background: #1C6BBA;
    border-color: #1C6BBA;
    color: #fff;
    border-width: 1px;
}

#btnCheckout:hover,
#btnDelivery:hover,
#btnPayment:hover,
#btnSummary:hover,
#btnConfirm:hover {
    background: #2B8EDE;
    color: #fff;
    border-color: #2B8EDE;
}

/*ALERTS & ERROR*/
.alert-danger,
.field-invalid {
    background-color: #f7d302 !important;
    border: none;
    color: black !important;
}

/* Alertify buttons */
.alertify-button,
.alertify-button:hover,
.alertify-button:focus,
.alertify-button:active {
    background-color: ;
    border-color: ;
    color: ;
}

.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus,
.alertify-button-ok:active {
    background-color: ;
    border-color: ;
    color: ;
}

/* Notifier Container
   ========================================================================== */
.alertify-log {
    background: ;
    border-color: ;
    border-radius: ;
}

/* Custom Page Width
   ========================================================================== */
@media screen and (max-width:767px) {

    .header>.container,
    .content>.container {
        width: ;
    }
}

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

    .header>.container,
    .content>.container {
        width: ;
    }
}

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

    .header>.container,
    .content>.container {
        width: ;
    }
}

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

    .header>.container,
    .content>.container {
        width: ;
    }
}

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

    .header>.container,
    .content>.container {
        width: ;
    }
}

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

    .header>.container,
    .content>.container {
        width: ;
    }
}



/* Header
   ========================================================================== */
/* ----- General header styling -----*/
.header>.container {
    width: 100%;
}

.header {
    border: none;
}

/* ----- Header top row ----- */
.header-top-row {
    height: 128px;
    background: #fff;
    border: none;
}

.header-top-row>.container {
    height: 100%;
    display: flex;
    align-items: center;
}

/* ----- Header bottom row ----- */
.header-bottom-row {
    background: #E1DFDD;
    height: 79px;
    padding: 0 !important;
}

.header-bottom-row>.container {
    padding: 0;
    height: 100%;
}

.header-bottom-row>.container>div {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

/* ----- Icon flex ----- */
.icon-flex-top>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
}

.icon-flex-bottom>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* ----- Support ----- */
@media screen and (max-width: 767px) {
    .icon-flex-top .section {
        margin-left: 10px;
    }

    .header-top-row>.container {
        padding: 0;
    }

    .section_MiniBasket .cart-btn {
        padding-left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .support-container {
        right: 0;
    }
}

/* ----- My account ----- */
.user-container .sidebar-nav-heading {
    display: none;
}

.user-container>.container,
.user-container>.container>.col-sm-12 {
    padding: 0;
}

.user-container {
    padding: 25px !important;
}

.user-container .toggle-item {
    border: none;
}

.user-container .toggle>.toggle-item:first-child {
    border: none;
}

.user-container .sidebar-navigation {
    border-bottom: 1px solid #E1DFDD;
}

.user-container .sidebar-item {
    margin-left: 0 !important;
}

.user-container .sidebar-item a {
    font-family: 'VolvoNovum-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.user-container {
    right: 30px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.user-container {
    position: absolute;
    top: 66px;
    z-index: 555;
    max-width: 300px;
    width: 100%;
    padding: 20px !important;
    background: #fff;
}

.user-container .user-log-out-link {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.user-container .top-bar-link a {
    border: none;
    padding: 0;
}

.user-container .user-log-out-link>a {
    border: 1px solid #141414;
    padding: 10px 41px 10px 41px;
    width: auto;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1.25px;
    text-align: center;
    font-family: 'VolvoNovum-Regular', sans-serif;
}

.user-container .sidebar-nav-items {
    margin-bottom: 8px;
}

.user-container .user-log-out-link a:hover {
    background: #F7F7F7;
    border: 1px solid #A7A8A9;
    color: #141414;
}

/* ----- Switch to employee/business ----- */
.switch_purchase-new .btn {
    font-family: 'VolvoNovum-Regular', sans-serif;
}

/*.switch_purchase-new .btn:before {
    margin-left: 10px;
    margin-right: 5px;
}
.switch_purchase-new .btn:before {
    content: '';
    display: inline-block;
    background-image: url(/en/image/getthumbnail/24898);
    width: 20px;
    height: 20px;
    margin-left: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
} */
.switch_purchase-new .btn .fa-exchange {
    display: none;
}

/* ----- Logo ----- */
.logo-col {
    display: flex;
}

.logo-col img {
    width: 98px;
}

.logo-col p {
    margin: 0;
}

.logo-col .section_Content {
    margin-left: 20px;
}

/* ----- Cart ----- */
.section_MiniBasket #minibasket,
.section_MiniBasket .cart {
    height: 100%;
}

.section_MiniBasket .cart {
    display: flex;
    align-items: center;
}

.header .cart-field {
    border: none;
    box-shadow: none;
    width: auto;
    background: none;
    padding: 0;
}

.header .cart-field-amount {
    display: none;
}

.header .cart-field-label {
    text-transform: none;
    font-family: 'VolvoNovum-Regular', sans-serif;
    font-weight: 400;
    letter-spacing: 1.25px;
}

.header .cart-btn {
    border: none;
}

.header .badge {
    display: block;
}

.header .cart-btn .fa.fa-shopping-cart {
    background-image: url('/en/image/getthumbnail/25423');
}

.header .cart-btn {
    background: none;
}

.header .cart-btn:hover,
.header .cart-btn:focus,
.header .cart-btn:active {
    background: none;
    outline: none;
    box-shadow: none;
}

.cart-content.container {
    width: 410px;
    right: 0;
    padding: 30px;
}

.cart-content.container th {
    border: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1.25px;
    padding: 0;
}

.cart-content.container th:nth-of-type(2) {
    text-align: center;
}

.cart-content.container th:nth-of-type(3) {
    text-align: right;
}

.header .cart:hover {
    width: 100%;
    background: none;
    box-shadow: none;
}

.cart-content .btn.btn-primary {
    height: 40px;
    border-radius: 4px !important;
    text-transform: none;
    border: 1px solid #141414;
    letter-spacing: 1.25px;
    font-weight: 400;
    line-height: 25px;
}

.cart-content .btn.btn-primary.checkoutMinicartBtn {
    background: #1C6BBA;
    border-color: #1C6BBA;
    color: #fff;
}

.cart-content .btn-group-justified {
    display: flex;
    justify-content: space-between;
}

.cart-content .btn-group-justified .btn {
    width: 48%;
}

.cart-product-img {
    max-width: 55px;
}

.cart-content.container th {
    padding-bottom: 5px;
}

.cart-content.container table tbody td {
    border-top: 1px solid #d0d0d0;
    font-size: 14px;
    letter-spacing: 1.25px;
}

.cart-content td:first-of-type {
    padding-left: 0 !important;
}

.cart-content td:nth-last-of-type(2) {
    padding-right: 0;
    text-align: right;
}

.header .minibasket>.cart>.input-group {
    display: flex;
    align-items: center;
}

.header .minibasket>.cart>.input-group>.input-group-btn {
    width: auto;
}

.header .cart .cart-field {
    display: flex;
    align-items: center;
}

.header .cart .badge {
    padding: 2px 4px;
    top: -3px;
    right: 3px;
    background: #1F78D1;
    color: #fff;
    font-weight: 400;
    border: none;
    font-size: 10px;
}

/* ----- Search -----*/
.header-search-row>div {
    padding-right: 0;
}

.header-search-row .section_CatalogSearchBox {
    max-width: 430px;
    width: 100%;
    float: right;
  	margin: 6px 0 !important;
}

.header-search-row .input-group .catalogsearchbox {
    height: 43px;
    border-radius: 4px;
    border: 1px solid #53565A;
    padding: 9px 10px 10px 10px;
    position: relative;
    right: -40px;
}

.header-search-row .catalogsearchbox::placeholder {
    color: #53565A;
}

.header-search-row .catalogsearchboxbutton {
    height: 43px;
    border: none !important;
    background: none !important;
}

.header-search-row .catalogsearchboxbutton:hover,
.header-search-row .catalogsearchboxbutton:focus,
.header-search-row .catalogsearchboxbutton:active {
    background: none;
    outline: none;
    box-shadow: none;
}


/* ==========================================================================
   Navigation
   ========================================================================== */

/* Main navigation
   ========================================================================== */
/* ----- Main navigation general ----- */

/* ----- Main navigation desktop 1200px -> ----- */
@media screen and (min-width: 1200px) {
    .cd-primary-nav .cd-secondary-nav>li>a {
        font-family: 'VolvoNovum-Medium', sans-serif;
        font-weight: 500;
    }
}

/* ----- Main navigation mobile <-1199px ----- */
@media screen and (max-width: 1199px) {}

/* Sidebar navigation
   ========================================================================== */
/* ----- Sidebar navigation general ----- */

/*----- Sidebar navigation mobile <-767px ----- */
@media screen and (max-width: 767px) {}

/* Footer navigation
   ========================================================================== */
/* ----- Footer navigation general ----- */

/*----- Footer navigation mobile <-767px ----- */
@media screen and (max-width: 767px) {}

/*Footer
   ========================================================================== */
/* Footer general */
.footer {
    background: #F7F7F7;
    padding-top: 55px;
    text-transform: none;
}

.footer>.container {
    width: 100%;
    padding: 0;
}

/* Footer mid row */
.footer-mid-row>div {
    display: flex;
    justify-content: center;
}

.footer-mid-row p {
    margin: 0;
}

.footer-mid-row {
    margin-bottom: 25px;
}

.footer-mid-row>div>.section_Content {
    display: flex;
    align-items: center;
}

.footer-mid-row>div>.section:first-of-type {
    margin-right: 20px;
}

.footer-mid-row img {
    height: 35px;
    margin-right: 8px;
}

/* Footer bottom row */
.footer-bottom-row {
    border-top: 1px solid #d0d0d0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.footer-bottom-row p {
    margin: 0;
}

.footer-bottom-row .container>div {
    padding: 0;
}

.footer-bottom-row .container>div:last-of-type {
    text-align: right;
}

.footer-bottom-row p {
    color: #53565A;
}

/* Footer text */
.footer p {
    font-size: 1.334em;
    font-weight: 400;
    color: #141414;
}

.footer strong {
    font-weight: 600;
}

@media screen and (min-width: 1400px) {
    .row.footer-top-row {
        width: 1370px;
        margin: 0 auto;
    }

    .row.footer-bottom-row .container {
        width: 1370px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .row.footer-top-row .section {
        display: none;
    }

    .row.footer-top-row .footer-toggle-mobile {
        display: block;
        border-bottom: 1px solid #d0d0d0;
        position: relative;
    }

    .row.footer-top-row .footer-toggle-mobile:after {
        content: ' ';
        background-image: url(/en/image/getthumbnail/25428);
        height: 20px;
        width: 20px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 0;
    }
}


/* ==========================================================================
   Section Styling
   ========================================================================== */
/* ----- Dimensions Volvo specific styling ----- */
.dimensions h3 {
    font-weight: 500;
    font-family: 'VolvoNovum-Medium', sans-serif;
}

.dimensions #colorNameHolder {
    font-weight: 400;
    font-family: 'VolvoNovum-Regular', sans-serif;
}

/* ----- Breadcrumbs ----- */
.breadcrumb a {
    color: #104E9B;
    font-weight: 400;
    font-size: 1em;
}

.breadcrumb li:last-of-type a {
    color: #141414;
}

.breadcrumb>li+li:before {
    content: '/';
    color: #888B8D;
}

/* ----- Search autocomplete dropdown ----- */
#ui-id-1 li {
    border-bottom: 1px solid #eee;
}

#ui-id-1 li:last-of-type {
    border-bottom: none;
}

#ui-id-1 .ui-state-active {
    background: #eee;
    border: none;
}

#ui-id-1 li a div:first-of-type {
    margin-right: 8px;
}


/* Site select overlay
   ========================================================================== */
.site-select-buttons {
    background: #323232;
}

.site-select-buttons label {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.25px;
    margin-right: 30px;
    margin-bottom: 0;
}

.site-select-buttons>div {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.site-select-buttons input {
    margin-top: 0;
    margin-right: 5px;
    height: 20px;
    width: 20px;
}

.site-select-buttons input[type='radio']:after {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #323232;
    background-image: url(/en/image/getthumbnail/25429);
    background-size: contain;
    content: '';
    display: inline-block;
    visibility: visible;
    margin-right: 5px;
}

.site-select-buttons input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background: #323232;
    background-image: url(/en/image/getthumbnail/25430);
    background-size: contain;
    cursor: pointer;
    content: '';
    display: inline-block;
    visibility: visible;
    margin-right: 5px;
}

.employee-select-row {
    display: none;
}

.consumer-select-row {
    display: none;
}

.login-overlay>div {
    max-width: 1000px;
}

.login-overlay .overlay-logo {
    text-align: center;
    margin-bottom: 40px;
}

.site-select-buttons {
    margin-bottom: 30px;
}

.login-overlay a {
    color: #1C6BBA;
    text-decoration-line: underline;
    font-weight: 400;
}

.login-overlay h2 {
    font-weight: 500;
    font-family: 'VolvoNovum-Medium', sans-serif;
}


/* ==========================================================================
   Page Styling
   ========================================================================== */
/* Index page
   ========================================================================== */


/* News
   ========================================================================== */
/* ----- News archive page ----- */

/* ----- News detail page ----- */


/* Contact us
   ========================================================================== */


/* About us
   ========================================================================== */


/* Login page
   ========================================================================== */
.pt-page-login {
    background-image: url('/en/image/getthumbnail/1013');
}


/* ==========================================================================
   Product Pages Styling
   ========================================================================== */

/* Catalog landing page (3)
   ========================================================================== */

/* Product list (5)
========================================================================== */

/* PDP (19)
========================================================================== */

/* VPDP (23)
========================================================================== */

/* IPDP (20)
========================================================================== */

/* Search result (4)
========================================================================== */

/* Checkout (10)
========================================================================== */


/* Authors
   ==========================================================================
Frida

*/
.section_ProductDetail_Header .page-header {
    font-family: 'VolvoNovum-Medium', sans-serif;
}

.filter-heading p {
    font-weight: 500;
    font-family: 'VolvoNovum-Medium', sans-serif;
}

.section_ProductFilter .form-group label {
    font-weight: 500;
    font-family: 'VolvoNovum-Medium', sans-serif;
}

.section_ProductDetail_Price .product-netprice {
    font-size: 14px;
    padding-bottom: 30px;
    font-weight: bold;
}

.product-grid h3 a {
    font-family: 'VolvoNovum-Medium', sans-serif;
    font-weight: 500;
}

.product-grid h3 a {
    font-size: 14px;
}

.product-grid h3.hover-product-title {
    margin-bottom: 5px;
    margin-top: -15px;
    font-weight: lighter;
}

.header .cart .row .btn-primary:first-of-type:hover {
    background: #F7F7F7;
    border: 1px solid #A7A8A9;
}

.header .cart .row .checkoutMinicartBtn:hover {
    background: #2B8EDE;
    border-color: #2B8EDE;
}

.employee-account .top-bar-link a,
.b2c-account .top-bar-link a {
    color: #53565A;
    letter-spacing: 1.25px;
}

.btn.product-add-cart-btn {
    border-radius: 4px;
    background: #1C6BBA;
    border-color: #1C6BBA;
}

.btn.product-add-cart-btn:hover {
    background: #2B8EDE;
    border-color: #2B8EDE;
}

.dimensionsSizeContainer>div>.section a {
    color: #1251B5;
}

.dimensions-cart .product-add-cart-btn {
    height: 33px;
    padding-top: 5px;
    text-transform: none !important;
}

.switch_purchase-new .btn {
    border: 1px solid #1C6BBA;
    background: #1C6BBA;
    color: #fff;
    padding: 8px 20px 8px 20px;
    height: 40px;
    width: auto;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1.25px;
    text-align: center;
    text-transform: lowercase;
    font-weight: 400;
    font-family: 'VolvoNovum-Regular', sans-serif
}

.switch_purchase-new .btn:hover {
    background: #2B8EDE;
    border-color: #2B8EDE;
}

#modal_country_select h4 {
    text-transform: none;
    font-family: 'VolvoNovum-Medium';
    font-weight: 500;
    font-size: 1.6em;
    margin-top: 15px;
}

.section>div>.country-selector {
    padding: 0;
}

.header .js-set-country {
    font-family: 'VolvoNovum-Regular', sans-serif;
    font-weight: 400;
    letter-spacing: 1.25px;
    color: #555;
}

.header .header-login a {
    font-family: 'VolvoNovum-Regular', sans-serif;
    font-weight: 400;
    letter-spacing: 1.25px;
    color: #555;
}

.megamenu-wrap>li>a {
    font-family: 'VolvoNovum-Medium', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    padding-right: 0 !important;
}

.megamenu-wrap>li>a:before,
.megamenu-wrap>li>a:after {
    display: none;
}

.megamenu-wrap {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding-top: 20px;
}

.megamenu-wrap>li {
    width: 25%;
}

.megamenu-content .node-class {
    display: none;
}

.megamenu-content {
    display: flex;
    border-left: 1px solid #eee;
    padding-left: 20px;
}

.megamenu-content-right img {
    max-width: 270px;
}

.megamenu-content-left {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.megamenu-content-left a {
    padding-right: 0 !important;
}

.main-nav-desktop .cd-secondary-nav {
    padding-bottom: 20px;
}

.megamenu-content .btn {
    height: 35px;
    border-radius: 4px !important;
    text-transform: none;
    border: 1px solid #141414 !important;
    letter-spacing: 1.25px;
    font-weight: 400;
    line-height: 25px;
    padding: 6px 14px !important;
}

.megamenu-content .btn:hover {
    background: #F7F7F7;
    border: 1px solid #A7A8A9 !important;
}

.megamenu-wrap {
    padding-bottom: 20px;
}

.section_MiniBasket {
    margin-left: 10px !important;
}

.switch_purchase-new {
    text-align: center;
}

.header .js-set-country {
    margin: 0;
}

.icon-flex-top .country-selector .js-set-country:hover,
.icon-flex-top .country-selector .js-set-country:focus,
.icon-flex-top .country-selector .js-set-country:active {
    background: none;
    outline: none;
    box-shadow: none;
    text-decoration: underline;
}

.mobile-search-row .catalogsearchbox {
    height: 43px;
    border-radius: 4px !important;
    border: 1px solid #53565A;
    padding: 9px 10px 10px 10px;
    position: relative;
    right: 0px;
    width: calc(100% + 40px);
    margin-top: 5px;
}

.mobile-search-row {
    box-shadow: none;
    background: none;
}

.mobile-search-row .btn {
    height: 43px;
    border: none !important;
    background: none !important;
}

.mobile-search-row>.container {
    padding: 0;
}

@media screen and (max-width: 1199px) {
    .header-top-row {
        height: 70px;
    }

    .mobile-search-row {
        background: white;
        top: 70px;
    }

}

@media screen and (max-width: 991px) {
    .my-account-row {
        display: none;
    }

    .header .cart-btn {
        position: relative;
        top: 3px;
    }

    .mobile-search-row {
        padding-top: 0 !important;
    }

    .header-top-row>.container {
        display: block;
    }
}

.mobile-menu-row .toggle-sign:before {
    content: ' ';
    background-image: url(/en/image/getthumbnail/25428);
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 15px;
}

.mobile-menu-row .toggle-sign {
    font-size: 0;
}

.mobile-menu-row .toggle-lvl-one>li>.sidebar-item.active>a>.toggle-sign:before {
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    .user-container {
        width: 100%;
        max-width: 100%;
        left: 0;
    }
}

.mobile-account-toggle.my-account-toggle p:before {
    height: 24px;
    width: 22px;
}

.filter-toggle .btn {
    font-family: VolvoNovum-Medium, sans-serif;
}

.mobile-menu-row .sidebar-nav-heading {
    display: none;
}

.mobile-action-row {
    display: inline-block;
}

.mobile-action-row {
    width: 100%;
}

.mobile-action-row .country-selector .btn:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/en/image/getthumbnail/25426);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.mobile-action-row .country-selector .btn {
    border: none;
    padding: 0;
    text-transform: none;
    display: flex;
    align-items: center;
}

.mobile-action-row .country-selector {
    float: left;
}

.mobile-menu-close {
    display: block;
    height: 30px;
}

.mobile-menu-close p {
    text-align: right;
    float: right;
}

.mobile-action-row>div {
    padding: 0;
}

.header-login a:before {
    content: '';
    background-image: url(/en/image/getthumbnail/25425);
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.header-login a {
    display: flex;
    align-items: center;
}

.mobile-action-row .section {
    padding: 0;
}

.mobile-action-row .control-label {
    display: none;
}

.mobile-action-row .header-login a:before {
    margin-right: 12px;
}

.mobile-menu-close {
    margin-bottom: -20px;
}

.mobile-action-row .section {
    z-index: 777;
}

.section>div>.country-selector .pull-right {
    float: left;
}

@media screen and (max-width: 767px) {
    .footer-mid-row>div {
        flex-direction: column;
    }

    .footer-mid-row img {
        max-height: 30px;
    }
}

.section_ProductFilter .clearAllFilter {
    font-family: VolvoNovum-Regular, sans-serif;
}

#modal_country_select .btn.active {
    background: #fff;
    border: 1px solid #141414;
    box-shadow: none;
}

.header.login-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.login-overlay>.container {
    background: white;
    margin-top: 50px;
}

.login-overlay .site-select-buttons>div {
    float: left;
}

@media screen and (max-width: 991px) {
    .login-overlay .site-select-buttons>div {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .login-overlay .site-select-buttons {
        height: auto;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .site-select-buttons {
        display: inline-block !important;
    }

    .login-overlay {
        padding-top: 0 !important;
    }

    .login-overlay>.container {
        margin: 15px;
        width: calc(100% - 30px);
    }

    .login-overlay .col-sm-4>.section {
        margin-bottom: 15px;
    }
}

.employee-account .top-bar-link a,
.b2c-account .top-bar-link a {
    padding-left: 0;
    padding-right: 0;
}

.b2c-account .top-bar-link a {
    padding-bottom: 0;
    padding-top: 0;
}

.my-account-row>div {
    padding: 0;
}

.toggle-lvl-two a {
    font-family: 'VolvoNovum-Regular', sans-serif;
}

.b2bauto-register a:before {
    content: '';
    background-image: url(/en/image/getthumbnail/25422);
    display: inline-block;
    margin-right: 5px;
    height: 22px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.b2bauto-register a {
    display: flex;
    align-items: center;
    font-family: 'VolvoNovum-Regular', sans-serif;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #53565A;
}

@media screen and (min-width: 1200px) {
    .icon-flex-top .b2bauto-register {
        height: 34px;
        display: flex;
        align-items: flex-end;
        padding-bottom: 5px;
    }
}

@media screen and (min-width: 1200px) {
    .cd-primary-nav .cd-secondary-nav {
        top: 79px;
    }

    .main-nav-desktop {
        height: 100%;
    }

    .main-nav-desktop .cd-primary-nav {
        height: 100% !important;
    }

    .main-nav-desktop .cd-primary-nav>li {
        height: 100%;
    }

    .main-nav-desktop .cd-primary-nav>li>a {
        height: 79px;
        line-height: 79px;
    }

    .main-nav-desktop .cd-primary-nav>li>a:hover {
        background: #fff;
        text-decoration: none;
    }

    .main-nav-desktop .cd-primary-nav>li>a:before,
    .main-nav-desktop .cd-primary-nav>li>a:after {
        display: none;
    }

    .main-nav-desktop .cd-primary-nav>li>a {
        padding-left: 20px;
        padding-right: 20px !important;
        text-transform: uppercase;
        font-size: 12px !important;
    }
}

.main-nav-desktop .cd-secondary-nav {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.megamenu-wrap>li {
    flex: 0 0 20%;
    min-width: 200px;
    margin-right: 50px;
}

.ui-widget-content {
    border: none;
    background: white;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 20%), 0px 2px 4px rgb(0 0 0 / 10%);
}

.login-overlay>.container {
    padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .login-overlay>.container {
        overflow-x: scroll;
        max-height: 90vh;
    }

    .login-overlay .site-select-buttons>div {
        margin-top: 3px;
    }
}

.cd-main-content.sticky-header-page {
    padding-top: 207px;
}

.cart .btn-group-justified .btn:first-of-type {
    background: white;
    color: #414141;
}

.content .btn-custom-blue .btn,
.content .btn-custom-blue button,
.content .btn-custom-blue .btn:focus,
.content .btn-custom-blue button:focus,
.content .btn-custom-blue .btn:active,
.content .btn-custom-blue button:active {
    background: #004FBC;
    border-radius: 4px;
    border-color: #004FBC;
    color: #fff;
}

.content .btn-custom-blue .btn:hover,
.content .btn-custom-blue button:hover {
    background: #2B8EDE;
    border-color: #2B8EDE;
    color: #fff;
}

.content .btn-custom-black .btn,
.content .btn-custom-black button,
.content .btn-custom-black .btn:focus,
.content .btn-custom-black button:focus,
.content .btn-custom-black .btn:active,
.content .btn-custom-black button:active {
    background: #141414;
    border-radius: 4px;
    border-color: #141414;
    color: #fff;
}

.content .btn-custom-black .btn:hover,
.content .btn-custom-black button:hover {
    background: #53565A;
    border-color: #53565A;
    color: #fff;
}

.content .btn-custom-white .btn,
.content .btn-custom-white button,
.content .btn-custom-white .btn:focus,
.content .btn-custom-white button:focus,
.content .btn-custom-white .btn:active,
.content .btn-custom-white button:active {
    border-color: #141414;
    background: white;
    color: #141414;
    border-radius: 4px;
}

.content .btn-custom-white .btn:hover,
.content .btn-custom-white button:hover {
    background: #F7F7F7;
    border: 1px solid #A7A8A9;
    color: #141414;
}

.icon-flex-top .country-selector .js-set-country {
    background: none;
}

#modal_country_select .btn {
    background: white;
    color: #000;
}

.pdp-container-row .WebToPrintActivationPDP {
    background: none;
    color: #333;
}

.cart-product-name {
    font-family: VolvoNovum-Medium, sans-serif;
    font-weight: 500;
}

.basket-total-lines h5 {
    font-weight: 500;
}

.cart-view-table>thead tr th {
    font-family: VolvoNovum-Medium, sans-serif;
    font-weight: 500;
}

.ribbon .campaign {
    background: #53565a;
    color: #fff;
}

.section_Basket .pt-btn-basket .fa.fa-shopping-cart:before {
    color: #fff;
}

.section_Basket .pt-btn-basket .fa.fa-shopping-cart {
    background-image: none;
}

.section_Basket .pt-btn-basket:hover,
.section_Basket .pt-btn-basket:focus,
.section_Basket .pt-btn-basket:active {
    background: #2B8EDE;
    color: #fff;
    border-color: #2B8EDE;
}

.section_Basket .open .pt-btn-basket {
    background: #2B8EDE;
    color: #fff;
    border-color: #2B8EDE;
}

.darkgrey-bg-fullwidth {
    background: #494949;
    padding: 30px;
}

.darkgrey-bg-fullwidth .container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 1400px) {
    .darkgrey-bg-fullwidth .container {
        width: 1370px;
    }
}

.darkgrey-bg.row {
    background: #494949;
    padding: 30px 15px;
    margin: 0;
}

.darkgrey-bg.container {
    padding-left: 15px;
    padding-right: 15px;
}

.darkgrey-bg .section {
    padding-bottom: 0;
}

.flex-image-text .jumbotron {
    height: 100%;
}

.flex-image-text .section {
    height: 100%;
}

[data-customer^="OSS-CONS-"] .login-user-text .user-profile-customer,
[data-customer^="OSS-CONS-"] .login-user-text .user-profile-sep {
    display: none;
}

[data-customer="CONSUMER"] .login-user-text .user-profile-customer,
[data-customer="CONSUMER"] .login-user-text .user-profile-sep {
    display: none;
}

[data-customer^="CONSUMER-EUR"] .login-user-text .user-profile-customer,
[data-customer^="CONSUMER-EUR"] .login-user-text .user-profile-sep {
    display: none;
}

[data-customer^="OSS-EMPL-"] .login-user-text .user-profile-customer,
[data-customer^="OSS-EMPL-"] .login-user-text .user-profile-sep {
    display: none;
}

/* to display buy button in buy more */
.buy-more .addToBasketContainer {
    visibility: visible;
    position: relative;
}

/*Index page*/
.index-prod-slider {
    min-height: unset;
    margin-bottom: 20px;
}

.index-prod-slider .js-slickSlider button {
    top: 50% !important;
}

.index-prod-slider .hover-product-image {
    margin-bottom: 0;
}

.index-prod-slider .row.other-holder,
.index-prod-slider .row:has(.color-holder) {
    display: none;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .form-promo-code>.form-group {
        display: flex;
        flex-wrap: wrap;
    }

    .form-promo-code>.form-group>div {
        width: auto;
        display: flex;
        flex: 1 0 auto;
    }
}


/*PDP*/
@media screen and (max-width: 1199px) {
    .product-additional-content .dl-horizontal {
        display: flex;
    }

    .product-additional-content .dl-horizontal dd,
    .product-additional-content .dl-horizontal dt {
        margin: 0;
        display: inline-block;
        width: auto;
        margin-right: 8px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .pdp-container-row .section_PdfLink {
        padding-bottom: 0;
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .slider-nav-section.product-carousel {
        top: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    .download-product-image {
        margin-top: 0;
        position: absolute;
        top: 100%;
    }

    .pdp-container-row .section_PdfLink {
        top: 0;
    }

    .pdp-title-row .section_ProductDetail_Header {
        float: left;
    }

    .pdp-pod-row {
        position: absolute;
        bottom: 0;
    }

    .pdp-pod-link p {
        margin-bottom: 5px;
    }

    .pdp-title-row>div:not(:has(.pdp-pod-row[style="display: none;"])) {
        display: flex;
        padding-bottom: 30px;
    }

    .cart-container {
        padding: 0;
    }

    .add-to-basket-col.col-xs-9 {
        width: 100%;
        padding-right: 0;
    }
}

/*Footer*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .footer-top-row .col-sm-3 {
        width: 50%;
    }

    .footer-bottom-row .container {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/*Buttons*/
.btn {
    text-transform: lowercase;
    border-radius: 5px;
}

input.btn#btnConfirm {
    text-transform: none;
}

#btnAddRecipients {
    text-transform: none;
}

.btn:first-letter {
    text-transform: Uppercase;
}

.btnSize {
    text-transform: uppercase;
}

.btn-xs {
    padding: 3px 8px;
}

.alertify-log {
    background: #212121;
    color: white;
    border-color: #212121;
}


.pt-page-checkout #checkoutWrapper .btn.btn-primary,
.pt-page-checkout #checkoutWrapper .btn.btn-ptBlue.js-updateQty,
.pt-page-checkout #checkoutWrapper .empty-basket-link,
.btn-primary,
.btn-default,
.btn-ptGrey,
.btn-secondary,
.btn.btn-ptBlue {
    background: transparent;
    border-color: #212121;
    color: #212121;
}

.btn-primary:hover,
.btn-default:hover,
.btn-ptGrey:hover,
.btn-secondary:hover,
.btn.btn-ptBlue:hover {
    background: #f9f9f9;
    color: #212121;
    border: 1px solid #212121;
}

.btn.product-add-cart-btn,
.pt-page-checkout #checkoutWrapper #btnCheckout,
.pt-page-checkout #checkoutWrapper #btnDelivery,
.pt-page-checkout #checkoutWrapper #btnPayment,
.pt-page-checkout #checkoutWrapper #btnSummary,
.pt-page-checkout #checkoutWrapper #btnConfirm {
    background: #212121;
    border-color: #212121;
    color: white;
}

.btn.product-add-cart-btn:hover,
#btnCheckout:hover,
#btnDelivery:hover,
#btnPayment:hover,
#btnSummary:hover,
#btnConfirm:hover {
    background: #333;
    border-color: #333;
    color: white;
}

.header .cart-btn:hover,
.header .cart-btn:focus,
.header .cart-btn:active {
    border: none;
}

.user-container .switch_purchase-new .btn,
.user-container .btn-logout li a {
    width: 100%;
}

.user-container .user-log-out-link {
    margin-top: 8px;
}

.cart-content .btn.btn-primary.checkoutMinicartBtn,
.user-container .switch_purchase-new .btn {
    border-color: #212121;
    background: #212121;
}

.header .cart .row .checkoutMinicartBtn:hover,
.user-container .switch_purchase-new .btn:hover {
    background: #555;
    border-color: #555;
    color: white;
}


@media screen and (min-width: 1199px) {
    .image-banner-newsletter .btn {
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media screen and (max-width: 767px) {
    .image-banner-newsletter .btn {
        width: 100%;
    }

    .image-banner-newsletter .btn+.btn {
        margin-top: 8px;
    }
}

@media screen and (max-width: 1199px) {
    .mobile-action-row .country-selector .btn {
        background: transparent;
        border-color: transparent;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .image-banner-newsletter .btn {
        width: auto;
    }

    .image-banner-newsletter .btn {
        margin-left: 4px;
        margin-right: 4px;
    }

    .index-prod-slider .slick-prev:before,
    .index-prod-slider .slick-next:before {
        font-size: 40px;
    }
}

/*Mobile adjustments for the product carousel*/
@media screen and (max-width: 991px) {
    .slider-nav-section.product-carousel {
        top: 0;
    }
}

@media screen and (max-width: 991px) {
    .pdp-container-row .section_PdfLink {
        top: 0 !important;
    }

    .download-product-image {
        top: 100% !important;
        margin-top: 0 !important;
    }
}

.icon-flex-top .country-selector label {
    font-family: 'VolvoNovum-Regular', sans-serif;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #53565A;
    display: flex;
    align-items: center;
    float: left;
    font-size: 14px;
}

.icon-flex-top .country-selector label:before {
    margin-right: 5px !important;
}

.icon-flex-top .country-selector .js-set-country {
    font-size: 14px;
    letter-spacing: 0.4px;
}

*:focus-visible {
    outline: #4781c4 solid 2px !important;
    text-decoration: none !important;
    outline-offset: 2px;
}
.modal:focus-visible {
    outline: none !important;
    text-decoration: none !important;
}
.icon-flex-top .support-container {
    top: 45px;
    right: 210px;
}
[data-loggedin="True"] .icon-flex-top .support-container {
  	right: 270px;
}
@media screen and (max-width: 1199px){
    .icon-flex-top .support-container, [data-loggedin="True"] .icon-flex-top .support-container {
        right: 30px;
    }
    
    .support-toggle .fa.icon-support{
        white-space: nowrap;
        font-size: 0;
    }
    
    .support-toggle > div > p{
        display: none;
    }
    
    .my-account-row.hidden-autouser{
        display: none;
    }
}
.icon-flex-top .support-container > div {
    padding: 0;
}
.icon-flex-top .support-container .sidebar-item a {
    margin-bottom: 0;
}
.icon-flex-top .country-selector label {
    font-size: 16px;
}
.icon-flex-top .country-selector .js-set-country {
    font-size: 16px;
    top: -1px;
    position: relative;
}
.header .cart-field-label {
    font-size: 16px;
}
.site-select-buttons div {
    float: left;
}
.site-select-buttons legend {
    margin: 0;
    color: #fff;
}

.site-select-buttons legend {
    border: none;
    font-size: 1.5rem;
    background: #fff;
    color: #000;
    padding-bottom: 10px;
}
.site-select-buttons {
    padding-bottom: 5px !important;
}
.site-select-buttons div {
    margin-top: 5px;
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-size: 1.5rem;
}/* General Page Styling
========================================================================== */
.cd-main-content {
  min-height: 85vh!important;
  min-height: 900px;
}
.cd-main-header {
    border: none;
}
body {
    overflow-x: hidden;
}
.content:has(.no-top-padding){
    padding-top:0px !important;
}
/* Paddings & Margins & Alignment
   ========================================================================== */
.no-side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-side-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.centered-content {
    text-align: center !important;
}
.section + .section, .content section {
    padding-bottom: 20px;
}
.minus-margin-top {
    margin-top: -30px;
}
.medium-top-margin {
  margin-top: 30px;
}
.small-top-margin {
  margin-top: 15px;
}
.no-left-padding {
  padding-left:0!important;
}
.no-right-padding {
  padding-right:0!important;
}
.padding-top20 {
  padding-top: 20px;
}
.paddingBottom-0 {
  padding-bottom: 0px !important;
}
.paddingTop-0 {
  padding-top: 0px;
}
.text-align-left {
  text-align: left !important;
}
.text-align-right {
  text-align: right !important;
}
.section.flex-image-text {
    display: flex;
    align-items: center;
}

/* Colors and other custom styling
   ========================================================================== */
.background-white {
  background: white;
}
.grey-background {
  background: rgb(247, 246, 245);
}



/* Flex classes
   ========================================================================== */
@media screen and (min-width: 768px) {
    /* Set flex on container */
    .flex-container {
        display: flex;
    }
    /* Center flex child vertically */
    .flex-align-center {
        align-self: center;
    }
}

/* Header
   ========================================================================== */
/* ----- General header styling -----*/



/* ----- Login ----- */



/* ==========================================================================
   Navigation
   ========================================================================== */


/*Footer
   ========================================================================== */


/* ==========================================================================
   Section Styling
   ========================================================================== */
/* ----- Dimensions ----- */
.dimensionsSizeContainer > div > h3 {
    float: left;
}
.dimensionsSizeContainer > div > .section {
    float: right;
}

/* ----- Filters ----- */
.section_ProductFilter .attr_12 img {
    border-radius: 50%;
}
.activeIconFilter {
    border: none;
}

/* ----- Ribbons ----- */
.custom_ribbon.ribbon_soon {
    background-image: none;
    background: #C5C5C5;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-indent: 0;
}
.custom_ribbon_wrapper {
    left: 0;
}
.custom_ribbon.ribbon_new {
    background-image: none;
    background: #141414;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-indent: 0;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.custom_ribbon.ribbon_reduced {
    background-image: none;
    background: #C5001B;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-indent: 0;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
}

/* ----- Sustainability ----- */









/* ==========================================================================
   Page Styling
   ========================================================================== */
/* Index page
   ========================================================================== */


/* News
   ========================================================================== */
/* ----- News archive page ----- */

/* ----- News detail page ----- */


/* Contact us
   ========================================================================== */


/* About us
   ========================================================================== */


/* ==========================================================================
   Product Pages Styling
   ========================================================================== */

/* Catalog landing page (3)
   ========================================================================== */

/* Product list (5)
========================================================================== */

/* PDP (19)
========================================================================== */
/*Button alignment on PDP */
.add-to-basket-col .input-group.product{
    display: flex;
    align-items: center;
}

/* VPDP (23)
========================================================================== */

/* IPDP (20)
========================================================================== */

/* Search result (4)
========================================================================== */

/* Login page
========================================================================== */
/* Shared login styles */
.login-bg img {
    display: none;
}
.login-row {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
}
.pt-page-login .content {
    padding: 0;
}
.login-bg {
    background-size: cover;
    background-position: center;
}
.login-main .sub-header {
    display: none;
}
.login-main #loginform .row:first-of-type {
    display: flex;
    flex-direction: column;
}
.login-main #loginform .row:first-of-type > div {
    width: 100%;
}
.login-main #loginform .row:first-of-type > div .col-sm-8 {
    width: 100%;
}
.login-main .top37 {
    margin: 0;
}
.login-sidebar {
    padding: 50px;
}
.login-logo img {
    max-width: 120px;
}
.login-logo {
    text-align: center;
}
.login-sidebar input {
    height: 54px;
    border-radius: 4px;
}
.login-main label {
    text-transform: none;
    position: relative;
    bottom: -11px;
    background: white;
    z-index: 555;
    display: inline-block;
    width: auto;
    left: 28px;
    padding: 0px 5px;
}
.login-main .top10 {
    margin: 0;
}
.login-main .form-group {
    margin-bottom: 0px;
}
.login-main .col-md-2 button[type="submit"] {
    margin-top: 15px;
    height: 48px;
    border-radius: 4px;
}
.forgot-password-container {
    display: none;
}
.forgot-password-container {
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 556;
    margin: 0;
    padding: 50px;
}
.login-sidebar {
    position: relative;
}
.section_ForgotPassword h3 {
    display: none;
}
.section_ForgotPassword label {
    text-transform: none;
    position: relative;
    bottom: -11px;
    background: white;
    z-index: 555;
    display: inline-block;
    width: auto;
    left: 20px;
    padding: 0px 5px;
}
.section_ForgotPassword input[type="email"] {
    height: 54px;
    border-radius: 4px;
}
.section_ForgotPassword .input-group-lg {
    display: flex;
    flex-direction: column;
}
.section_ForgotPassword .input-group-lg input {
    margin-bottom: 15px;
}
.section_ForgotPassword .input-group-lg button {
    width: 100%;
    height: 48px !important;
    border-radius: 4px !important;
}
.section_ForgotPassword .input-group-lg span {
    width: 100%;
}
.forgot-password-toggle p {
    cursor: pointer;
}
.forgot-password-back p {
    cursor: pointer;
}
.pt-page-login .header, .pt-page-login .top-bar,
.pt-page-login .footer {
    display: none;
}

/* Authors
   ==========================================================================
Frida

*/

.site-select-buttons {
    background: #323232;
}
.site-select-buttons label {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.25px;
    margin-right: 30px;
    margin-bottom: 0;
}
.site-select-buttons > div {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.site-select-buttons input {
    margin-top: 0;
    margin-right: 5px;
    height: 20px;
    width: 20px;
}
.site-select-buttons input[type='radio']:after {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #323232;
    background-image: url(/en/image/getthumbnail/25429);
    background-size: contain;
    content: '';
    display: inline-block;
    visibility: visible;
    margin-right: 5px;
}
.site-select-buttons input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background: #323232;
    background-image: url(/en/image/getthumbnail/25430);
    background-size: contain;
    cursor: pointer;
    content: '';
    display: inline-block;
    visibility: visible;
    margin-right: 5px;
}
.employee-select-row {
    display: none;
}
.consumer-select-row {
    display: none;
}
.login-overlay > div {
    max-width: 1000px;
}
.login-overlay .overlay-logo {
    text-align: center;
    margin-bottom: 40px;
}
.site-select-buttons {
    margin-bottom: 30px;
}
.login-overlay a {
    color: #1C6BBA;
    text-decoration-line: underline;
    font-weight: 400;
}
.login-overlay h2 {
    font-weight: 500;
    font-family: 'Volvo Novum', sans-serif;
}



.filter-heading.section {
  padding: 0;
}



.section_ProductFilter hr {
  display: none;
}

.section_ProductFilter #productfilter {
  display: flex;
  flex-direction: column;
}

.section_ProductFilter .activeFilters {
  order: 2;
}

.product-sidebar-nav .section_ProductFilter #productfilter>.row {
  order: 1;
}

.section_ProductFilter .clearAllFilter {
  padding: 10px 21px;
  float: left;
  border-radius: 4px;
  background: none;
  color: #141414;
  border: 1px solid #141414;
  font-weight: 400;
}

.section_ProductFilter .clearAllFilter:hover {
  background: #F7F7F7;
  border: 1px solid #A7A8A9;
}

.pdp-title-row>div {
  display: flex;
  flex-wrap: wrap;
}



.hover-product-image {
  border: none;
}

.section_ProductNodeList .field-stockcode {
  font-size: 0.9em;
}

.section_ProductNodeList .text-bold.product-netprice {
  font-size: 0.9em;
}

.section_ProductNodeList .product-netprice-other {
  margin-bottom: 0;
}

.section_ProductNodeList .other-holder {
  margin-bottom: 0;
}

.product-grid .btn.btnColor-custom {
  border: none;
}

.pdp-title-row .section_ProductDetail_Header {
  width: 80%;
}


.pdp-pod-link a:before {
  content: '';
  background-image: url(/en/image/getthumbnail/25433);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.pdp-pod-link a {
  display: flex;
  align-items: center;
  color: #1251B5;
  font-weight: 600;
}

.pdp-container-row .section_PdfLink {
  width: 43%;
  float: right;
  padding-left: 15px;
  position: relative;
}

[data-loggedin="False"] .my-account-toggle {
  display: none;
}

.section_ProductDimensionAddToCart .product-quantity-input {
  margin-right: 5px;
}

.download-product-image {
  width: 57%;
  max-width: 100%;
  padding-right: 5px;
}

.download-product-image button {
  float: right;
}

.section_ProductImageLibrary .product-slider-section {
  padding-bottom: 0;
}

.download-product-image .fa-download:before {
  background-image: url(/en/image/getthumbnail/25432);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
}

.download-product-image button {
  display: flex;
  align-items: center;
}

.pdp-container-row .WebToPrintActivationPDP {
  display: flex;
  align-items: center;
}

.pdp-container-row .WebToPrintActivationPDP .fa-file-pdf-o:before {
  background-image: url(/en/image/getthumbnail/25431);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
}

.download-product-image button:after {
  content: 'Download Image';
  text-transform: none;
  margin-left: 5px;
}

.pdp-container-row .WebToPrintActivationPDP:after {
  content: 'Download PDF';
  margin-left: 5px;
  text-transform: none;
}

.pdp-container-row .WebToPrintActivationPDP {
  border: none;
  padding: 0;
}

.download-product-image button {
  background: none;
  padding: 0;
}

.dimensionsSizeContainer>div>.section p {
  margin: 0;
}


.sizeIds .gridinputbutton {
  width: auto;
  margin-right: 8px;
}

.sizeIds .gridinputbutton .btn {
  border-radius: 50%;
  width: auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: none;
}

.sizeIds .btn-outOfStock {
  text-decoration: line-through;
  background: none;
  border: none;
  color: #A4A4A4;
}



.dimensions #show-matrix-btn {
  font-size: 0;
  text-transform: none;
  border: none;
  padding: 0;
}

.dimensions #show-matrix-btn:before {
  content: 'Switch to quickshop view';
  font-size: 14px;
}

.dimensions .normalView>div:nth-last-of-type(2) {
  margin: 0 !important;
}

.header .js-set-country {
  margin-left: 5px;
}

.section_ProductDetail_DeliveryDetailInfo dt {
  text-transform: none;
  font-weight: 600;
}

.dimensionsSizeContainer h3 {
  text-transform: none;
  font-weight: 600;
}

.dimensionsSizeContainer h3:after {
  content: ':';
}

.section_BreadCrumb .container {
  width: 1370px;
}

.section_BreadCrumb .col-xs-12 {
  padding: 0;
}

.section_BreadCrumb .breadcrumb {
  padding-left: 0;
  padding-right: 0;
}

.dimensionsColorContainer h3 {
  text-transform: none;
  font-weight: 600;
}

.dimensionsColorContainer #colorNameHolder:before {
  content: ':';
  padding-right: 8px;
}

.dimensionsColorContainer #colorNameHolder {
  margin-left: 0;
}

.product-sidebar-nav .section_ProductFilter #productfilter>.row {
  display: flex;
  flex-direction: column;
}

.product-sidebar-nav .section_ProductFilter .form-group {
  width: 100%;
}

.business-select-row>div,
.employee-select-row>div,
.consumer-select-row>div {
  padding-left: 0;
  padding-right: 0;
}

.login-overlay .col-sm-4>.section {
  margin-bottom: 50px;
}

.country-selector .js-set-country img {
  display: none;
}

.cart-content.container {
  top: 35px;
}

.header .cd-nav .cd-primary-nav {
  margin: 0 !important;
  padding: 0;
}
/* ------- Support ------*/
.support-container{
    display: none;
}

.support-toggle > div{
    display: flex;
    align-items: center;
    color: #53565A;
    cursor: pointer;
}

.support-toggle .fa.icon-support:before{
    content: "";
    background-image: url(/en/image/getthumbnail/28934);
    display: inline-block;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.support-container .sidebar-nav-heading{
    display: none;
}
.support-container .sidebar-nav-items{
    margin-bottom: 8px;
}

.support-container .toggle>.toggle-item {
    border: none !important;
}

.support-container{
    position: absolute;
    top: 66px;
    z-index: 555;
    max-width: 300px;
    width: 100%;
    padding: 20px !important;
    background: #fff;
    right: 430px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.support-container > .container, .support-container > .container > .col-sm-12{
    padding: 0;
}

.support-container .sidebar-item{
    margin-left: 0 !important;
}

.support-container .sidebar-item a, .support-container p > a  {
    font-family: 'VolvoNovum-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 130%;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: inline-block;
}

.support-container p > a:hover{
    text-decoration: none;
}


@media screen and (max-width: 1199px){
    .support-container{
        right: 30px;
    }
    
    .support-toggle .fa.icon-support{
        white-space: nowrap;
        font-size: 0;
    }
    
    .support-toggle > div > p{
        display: none;
    }
    
    .my-account-row.hidden-autouser{
        display: none;
    }
}

/* ----- My account -----*/
.user-container {
  display: none;
}

.my-account-toggle p:before {
  content: '';
  background-image: url(/en/image/getthumbnail/25422);
  display: inline-block;
  margin-right: 5px;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.my-account-toggle p {
  display: flex;
  align-items: center;
  margin: 0;
}

.my-account-toggle p:hover {
  cursor: pointer;
}


/* ----- Change region -----*/
.btn-show-login-overlay:before {
  content: '';
  background-image: url(/en/image/getthumbnail/25425);
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.btn-show-login-overlay {
  font-family: 'VolvoNovum-Regular', sans-serif;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #53565A;
  display: flex;
  align-items: center;
}

/* ----- Change delivery country ----- */
.icon-flex-top .section_Custom>.row {
  margin: 0;
}

.icon-flex-top .country-selector label:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 22px;
  background-image: url(/en/image/getthumbnail/25426);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}

.icon-flex-top .country-selector label {
  font-family: 'VolvoNovum-Regular', sans-serif;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #53565A;
  display: flex;
  align-items: center;
  float: left;
}

.icon-flex-top .country-selector .js-set-country {
  border: none;
  padding: 0;
  text-transform: none;
}

.icon-flex-top .control-label {
  padding: 0;
}

.icon-flex-top p {
  margin: 0;
}



/* ==========================================================================
   Navigation
   ========================================================================== */

/* Main navigation
   ========================================================================== */
/* ----- Main navigation general ----- */

/* ----- Main navigation desktop 1200px -> ----- */
@media screen and (min-width: 1200px) {
  .header .navbar-nav>.dropdown>.dropdown-menu {
    width: 100%;
  }

  .header .navbar-nav>.dropdown {
    position: static;
  }

  .header .cd-secondary-nav {
    display: flex;
    flex-wrap: wrap;
  }

  .header .cd-secondary-nav>li {
    width: 20%;
    margin-right: 0;
  }
}

.page-header {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

[data-pageid="16"] .page-header {
  display: none;
}

.row-csr h2,
.qna h2,
.row-tshirts-heading h2 {
  font-size: 24px;
}

.row-csr h3,
.row-about h3,
.row-sustainability h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.row-csr p {
  font-size: 14px;
}

.row-footer-contact h2,
.row-sustainability h2,
.row-jacket-text h2,
.row-towels h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.navbar-nav>li>a {
  font-size: 11px;
}

.orders-content h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: uppercase;
}

.row-jacket-text,
.row-tshirts-heading h2,
.row-towels {
  text-align: center;
}

.row-towels a,
.row-jacket-text a,
.row-tshirts a {
  font-weight: 700;
}


.gray-text h1,
.gray-text h2,
.gray-text h3,
.gray-text h4,
.gray-text h5 {
  opacity: 0.6;
  font-weight: 500;
}

/*Cookie notification*/
#cookieNotification {
  background: rgb(77, 78, 83);
  padding-top: 10px;
  padding-bottom: 10px;
}


#cookieNotification>div.row {
  padding: 0 !important;
}

#cookieNotification>div.row p {
  margin-bottom: auto;

}


#cookieNotification p>a {
  /*color:rgb(247,211,2);*/
  color: white;
  text-decoration: underline;
}

.col-login .user-profile-page-link {
  display: none;
}

.row-logged-in {
  padding: 0 !important;
}

.row-logged-in .user-profile-page-link a:before {
  content: "\a0";
}

.col-top-menu .section+.section {
  padding: 0;
}

.header-search-col {
  padding-bottom: 10px;
}

.top-section-menu .top-bar-link:first-of-type {
  display: none;
}

/*.col-login,*/
.top-links p {
  float: right;
}

.left-top-bar .section+.section {
  padding: 0;
}

.top-bar,
.top-bar .nav a {
  background: #222222;
  text-transform: uppercase;
}

.top-bar .nav a:hover,
.sustainability .btn-primary:hover {
  color: #d3d3d3;
}

.sustainability .btn-primary {
  background: #222222;
  border-color: #222222;
  font-size: 12px;
}

.sustainability p {
  margin: 0;
  float: left;
}

@media (max-width: 767px) {

  .top-links .btn-primary {
    padding-right: 0;
    float: right;
  }

  .sustainability a {
    padding-left: 0;
  }

  .left-top-bar {
    padding-left: 0 !important;
  }
}

@media (min-width: 530px) {
  .sustainability .btn-primary {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media (max-width: 991px) {
  #languageCode ul li {
    left: -15px;
  }
}

.top-links p,
.top-links p a {
  text-align: right;
  font-size: 12px;
}

.top-links p {
  margin: 0;
}

.top-links .btn-primary {
  background: #222222;
  border-color: #222222;
  margin-top: 1px;
}

.top-links .btn-primary:hover {
  color: #d3d3d3;
}

@media (min-width: 1200px) {
  .menu-right .navbar-collapse.mediaPull-left {
    float: right !important;
  }

  .top-links,
  .sustainability {
    display: none;
  }

  .top-bar .navbar-nav a {
    font-weight: 400 !important;
    font-size: 12px;
  }

  .top-bar .top-bar-link a {
    padding-top: 12px;
  }

  #languageCode .nav .top-bar-link a {
    padding-top: 10px;
  }
}

@media (max-width: 1199px) {

  .menu-right,
  .menu-sustainability {
    display: none;
  }
}

.top-bar .nav .open>a,
.top-bar .nav .open>a:hover,
.top-bar .nav .open>a:focus {
  background: #e7e7e7;
  color: #333;
}

.top-bar .nav .dropdown-menu li a {
  background-color: #FFF;
  color: #333;
  text-transform: none;
}

.top-bar .nav .dropdown-menu li a:hover {
  background: #F5F5F5;
}

.navbar-brand {
  display: none;
}

.header-login .user-log-out-link {
  display: none;
}

.header-login .user-profile-page-link a {
  border: none;
  padding-right: 0px;
  color: #666;
}

.header-login .user-profile-page-link a:hover,
.header-login .user-profile-page-link a:focus {
  background: transparent;
  text-decoration: underline;
}

.header-login a {
  padding-left: 1px !important;
}

.goog-te-menu-value {
  text-transform: lowercase;
}

.goog-te-menu-value {
  text-transform: lowercase;
}

.text-logged-in p {
  margin: 0;
  float: right;
  padding-top: 8px;
  color: #666;
  font-size: 12px;
}

.minibasket .header-input {
  margin: 0;
}

.col-info .section+.section {
  padding: 0;
}

/*NAV AND MENU*/
.cd-nav .cd-primary-nav {
  margin-top: 0;
  z-index: 15;
}

.menu-background .mobile-menu .cd-main-header ul li a.nav-is-visible,
.navbar {
  background: #D8D7D5;
}

.cd-main-header {
  background: transparent;
}

@media (max-width: 1169px) {
  .navbar-header {
    display: none;
  }
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
}

.row-desktop .navbar-nav li.active .menulabel {
  color: white;
  background-color: #222;
}

.row-desktop .navbar-nav li.active .menulabel:hover {
  color: #333 !important;
  background-color: #e7e7e7;
}

.navbar-nav>li>a:hover,
.menu-background .navbar-nav li.active,
.menu-background .nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background: transparent;
}

.menu-background .navbar-nav li.active .menulabel {
  color: #333 !important;
  background-color: transparent;
}

.dropdown-submenu>a:after {
  border-left-color: #333;
  margin-top: 2px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #333;
}

.dropdown-submenu>.dropdown-menu {
  margin-top: -1px;
}

.desktop-menu .navbar-nav li.dropdown:last-of-type .dropdown-toggle.menulabel {
  color: red !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #333;
  border-top: 2px solid black;
  margin-top: -2px;
}

.navbar-default .navbar-nav>.active>a {
  color: #333;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #333;
}

.nav .dropdown-menu {
  background: #d8d7d5;
  font-size: 11px;
  padding-bottom: 0px;
  padding-top: 0px;
  box-shadow: none;
}

.nav .dropdown-menu>li {
  border-bottom: 1px solid #cecece;
}

.dropdown-menu>li>a {
  padding-top: 8px;
}

.nav .dropdown-menu>li>a:hover,
.nav .dropdown-menu>li>a:focus,
.nav .dropdown-menu>.active>a,
.nav .dropdown-menu>.active>a:hover,
.nav .dropdown-menu>.active>a:focus {
  color: #333;
  background: #d8d7d5;
}

.dropdown-header {
  font-size: 11px;
}

.col-menu {
  padding-left: 0;
  padding-right: 0;
}

.col-menu .section+.section {
  padding-bottom: 0;
}

.navbar-toggle {
  float: right;
}

.navbar-toggle .icon-bar {
  background: black;
  width: 24px;
  height: 3px;
}

.row-mobile-tablet .navbar-toggle .icon-bar {
  background: #888888;
}

/*LOGIN POPUP*/

.modal-content {
  background: #f9f9f9;
}

/* FIX FOR MAIN NAVIGATION ON MOBILE AND TABLET */

@media (max-width: 1199px) {
  .dropdown-menu {
    font-size: 11px;
  }

  .navbar-collapse .dropdown-toggle {
    display: inline-block;
    width: 90%;
  }

  .navbar-collapse .dropdown-toggle.menulabel .caret {
    display: none;
  }

  .navbar-collapse .dropdown-toggle.nav-mobile-expand {
    display: inline-block;
    width: 10%;

  }

  .navbar-nav .open .dropdown-menu {
    padding-left: 1.5em;
    border-bottom: 1px solid #ececec;
  }

  span.nav-mobile-expand {
    padding: 5px 10px 5px 25px;
    color: #333;
  }

  .dropdown-menu>li>a.dropdown-header {
    width: 75%;
    display: inline-block;
  }

  .navbar-collapse .dropdown-toggle.menulabel {
    display: inline-block;
    width: 90%;
  }

  .nav>li .nav-mobile-expand {
    display: inline-block;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left: 0;
  }

  .dropdown-submenu>a:after {
    border: none;
  }

  .cd-header-buttons:after {
    content: 'menu';
    position: relative;
    right: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
  }

  .cd-header-buttons {
    top: 0;
  }
}

/* SEARCH-BAR TOGGLE FUNCTION. JAVASCRIPT ON EVERY PAGE! */
.search-icon {
  margin-bottom: 15px;
}

.search-icon img {
  max-width: 15px;
  cursor: pointer;
  margin-top: 12px;
}

.header.search-row {
  border: none;
  display: none;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 53px;
}

.header.search-row.is-visible {
  display: block;
}

.searchinputfield {
  margin-top: 10px;
}

/*SEARCH-BAR-STYLE*/
.header-input.input-lg {
  font-size: 17px;
  font-weight: 600;
}

.search-row {
  background: black;
}

.menu-background {
  background: #d8d7d5;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header.menu-background {
    min-height: 50px;
  }
}

.search .header-input {
  margin-top: 0;
}

.form-control:focus,
.form-control-search:focus {
  border-color: #c1bfbf;
}

#default-carousel {
  margin: 0px;

}

.row-slider>div {
  width: 100%;
  padding: 0px;
}

.pt-page-index .cd-main-content .content {
  padding-top: 0;
}

section.index-slider,
.index-slider .banner-wrapper-main {
  padding-bottom: 0;
}

.banner-wrapper-main {
  padding-bottom: 0px !important;
}

.carousel {
  box-shadow: none;
}

.slick-next {
  right: 10px;
}

.slick-prev {
  left: 10px;
}

/*Product slider index page (vmc and trucks)*/
.renault-index-slider .js-slickSlider button {
  top: 45% !important;
}

.index-prod-slider .js-slickSlider button {
  top: 45% !important;
}

.index-prod-slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.index-prod-slider .slick-prev:before,
.index-prod-slider .slick-next:before {
  font-size: 45px;
  opacity: 1;
}

.index-prod-slider .slick-prev,
.index-prod-slider .slick-next {
  top: 30%;
}

.index-prod-slider .slick-next {
  right: 20px;
}

.index-prod-slider .slick-prev {
  left: -5px;
}

/*Style header in slider*/
.index-prod-slider .clearfix,
.no-clearfix .clearfix {
  display: none;
}

.index-prod-slider .page-header {
  position: relative;
  top: -10px;
  text-align: center;
}

.index-prod-slider .page-header>a {
  border-left: 15px solid;
  border-right: 15px solid;
  border-color: white;
  position: relative;
  background: white;
}

/*style header in slider END*/

/*style content header in slider*/

.top-banner-container div {
  padding: 0px;
}

.top-banner-container section {
  padding: 0px;
  margin-bottom: -50px
}

.slider_header {
  text-align: center;
  top: 40px;
  position: relative;
  font-weight: 100;
}

.slider_header a {
  border: 15px solid;
  border-color: white;
  background: white;
}

/*style content header in slider END*/

.index-prod-slider .row .col-sm-12 {
  height: 0px;
}

/*Removes product info from slider*/
.index-prod-slider .hover-product-title {
  display: none
}
.index-prod-slider div[id*="product-"] {
  display: none;
}
.index-prod-slider .hover-product-custom p {
  display: none;
}
.index-prod-slider .hover-product-custom .pull-right {
  display: none;
}
.first-slider-row {
  margin-top: 0px
}
.index-prod-slider .products {
  padding-bottom: 0px;
}
.index-prod-slider {
  min-height: 300px;
  padding-bottom: 0px !important;
}

/*removes flag from product grid*/
.ribbon_genuine-1 {
  display: none;
}
/*Remove products end*/

/*Color border in grid*/
.product-grid .btnColor-active {
  outline: 1px solid;
}

/*Color border in grid END*/

.slick-slider {
  margin-bottom: 0px;
}

.product-grid .product {
  padding-bottom: 0px;
}

.bottom_middle_col h4 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: none;
}

.bottom_middle_col img {
  width: 100%;
}

.bottom_right_col img {
  width: 100%;
}

.nopadding_right {
  padding-right: 0px;
}


/*Peter fixar End*/

/*BUTTONS*/

.home-button img {
  max-width: 18px;
  padding-top: 10px;
}

.home-button img:hover {
  border-top: 2px solid black;
  margin-top: -2px;
}

@media (max-width: 1199px) {
  .home-button img {
    padding-top: 17px;
  }
}

/*PRODUCT DETAIL PAGE (PRICE, NAME & IMAGES)*/
.section_ProductDetail_Header .page-header {
  font-weight: 500;
  margin-bottom: 0;
  text-transform: none;
}
.item-number p:before {
  content: "Item number: ";
}
.item-number p strong {
  font-weight: 400;
}

.dimensions {
  padding-bottom: 0 !important;
}

.dimensions h3 {
  font-weight: 400;
  font-size: 14px;
}

.dimensions-cart {
  float: left;
}

.dimensions-cart .form-control {
  height: 33px;
}

.dimensions .normalView div {
  margin-bottom: 0;
}

.section-availability {
  padding-bottom: 0 !important;
}

/*PRODUCT DETAIL PAGE (DETAILS)*/

.section_ProductDetailTabs .nav-tabs {
  border-bottom: 2px solid #444;
  box-shadow: none;
}

.section_ProductDetailTabs .nav-tabs>li.active>a {
  border: none;
}

.section_ProductDetailTabs .nav-tabs>li>a {
  border: none;
  background: transparent;
  color: black;
  margin-right: 0;
}

.section_ProductDetailTabs .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.section_ProductDetailTabs .nav-tabs>li.active>a:focus {
  background: transparent;
  cursor: pointer;
  color: black;
}

@media (max-width: 1199px) {
  .section_ProductDetailTabs .nav-tabs>li>a {
    text-align: left;
    padding-left: 0;
  }

  .section_ProductDetailTabs .tab-content h3 {
    padding-top: 8px;
  }
}

@media (max-width: 767px) {
  .nav>li>a.dropdown-toggle .caret {
    display: inline-block;
  }
}

.section_ProductDetailTabs .nav-tabs>li {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
}

.section_ProductDetailTabs {
  border-bottom: 1px solid #cecece;
}

.social-share {
  border-top: 1px solid #cecece;
  padding-top: 5px;
}

.section_ProductDetail_DeliveryDetailInfo .product-additional-content {
  padding-top: 10px;
}

.section_ProductDetailTabs .tab-content {
  margin: 0;
}

.content .section_ProductDetail_SkuNumber,
.content .section_ProductDetail_Header {
  padding-bottom: 10px;
}

/*PRODUCT NODE PAGE 5*/

.section_ProductNodeList .p-productavailability,
.section_ProductNodeList .attribute-0,
.section_ProductNodeList .productAvailability {
  margin: 0;
}

.sidebar-nav-items a {
  font-size: 14px;
  text-transform: none;
}

.hover-product-title a:hover {
  color: #111;
}

.section_ProductNodeList .hover-product-title,
.section_FavoriteProductsList .hover-product-title,
.section_ProductNodeList .product-header,
.section_FavoriteProductsList .product-header,
.section_ProductRelationList .hover-product-title,
.section_BasketRelatedProduct .hover-product-title {
  font-size: 16px;
  text-transform: none;
}

.section_ProductNodeList .text-bold.product-netprice, 
.section_ProductNodeList .field-stockcode,
.section_ProductRelationList .text-bold.product-netprice,
.section_ProductRelationList .field-stockcode,
.section_BasketRelatedProduct .text-bold.product-netprice,
.section_BasketRelatedProduct .field-stockcode{
    font-weight: lighter;
    font-size: 12px;
}

.productAvailability {
  text-transform: none;
}

.product-list-noThumbs h4 {
  margin-top: 0;
}

.product-list-noThumbs .product {
  padding-bottom: 30px;
}


.sidebar-navigation [class*=toggle-lvl-] {
  background: transparent;
}

/*PRODUCT NODE PAGE 102*/

.sub-grid-xs .hidden-xs {
  display: block;
}

@media screen and (max-width:991px) {
  .sub-grid-xs .product {
    width: 50%;
  }
}

/*Sidebar nav - only show active li*/

.product-sidebar-nav .toggle-lvl-one>.toggle-item {
  display: none;
}


.product-sidebar-nav .toggle-item.active {
  display: block;
}

/*Sidebar nav - hide heading - make first li heading*/

.product-sidebar-nav .sidebar-nav-heading {
  display: none;
}

.product-sidebar-nav .toggle-item.active a {
  font-size: 14px;
  border-bottom: 2px solid #000;
  padding-left: 0;
  margin-bottom: 0 !important;
  line-height: 20px;
  text-transform: uppercase;
}

.product-sidebar-nav .toggle-item.active .toggle-sign {
  display: none;
}

.product-sidebar-nav .toggle-panel a {
  text-transform: none !important;
  font-size: 11px !important;
  border-bottom: none !important;
}

.product-sidebar-nav .toggle-panel .toggle-sign {
  display: block !important;
}

/*Sidebar-nav display block in mobile*/

.sidebar-nav-items {
  display: block !important;
}

.sidebar-nav-toggle.btn {
  display: none;
}

/*PRODUCT NODE PAGE MENU*/

.sidebar-nav-heading {
  font-size: 14px;
  border-bottom: 2px solid #000;
  padding-left: 0;
  margin-bottom: 0 !important;
  line-height: 20px;
}

.sidebar-nav-items {
  border-top: none;
}

.section_Menu .toggle-item a {
  font-size: 11px;
}

.section_Menu .toggle-item {
  padding-top: 0;
}

.section_Menu .toggle-item h3 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.toggle>.toggle-item:first-child {
  border-top: 1px solid #e7e7e7;
  box-shadow: none;
}

.toggle-lvl-one .toggle-btn .toggle-sign {
  top: 2px;
}

.toggle-lvl-one .toggle-btn.active .toggle-sign {
  top: 0px;
}

.sidebar-nav-items .toggle-item {
  border-top: none;
  border-bottom: 1px solid #cecece;
}

/*CUSTOMER SUPPORT PAGES*/

.returns-claims h2,
.terms h2,
.how-to-buy h2,
.delivery h2 {
  text-transform: uppercase;
  font-size: 24px;
}

.returns-claims h3,
.terms h3,
.how-to-buy h3,
.delivery h3 {
  margin-top: 20px;
  font-weight: 400;
  text-transform: none;
  font-size: 18px;
}

.terms,
.how-to-buy {
  padding-bottom: 0 !important;
}

.how-to-buy .dibs {
  float: right;
  top: -15px;
  position: relative;
}

/*QNA PAGE*/

.qna .order-q {
  padding-top: 10px;
}

.qna h5 {
  display: inline-block;
  width: 100%;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.qna h5:hover {
  cursor: pointer;
  color: #567289;
}

.option-heading {
  padding-left: 25px;
  cursor: pointer;
  border-bottom: 1px solid #cecece;
}

.option-content {
  padding-top: 15px;
  padding-left: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;
}

.arrow-up {
  margin-left: -20px;
  display: inline-block;
}

.arrow-down {
  margin-left: -20px;
  display: inline-block;
}

/*SUSTAINABILITY PAGES*/

.section-fairtrade img {
  height: 114px;
}

.row-genuine {
  padding-top: 40px;
}

.row-genuine img {
  width: 36px;
  height: 34px;
  margin-right: 3px;
}

.row-genuine h2 {
  text-transform: none;
}

.col-clothes,
.left-sustainability {
  padding-right: 7.5px;
}

.col-bottles,
.right-sustainability {
  padding-left: 7.5px;
}

.right-sustainability section {
  padding-bottom: 15px !important;
}

.right-sustainability p {
  margin: 0;
}

.mosaic-overlay-open a {
  font-weight: 700;
}

.mosaic-block {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ececec;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-standard .mosaic-block {
  margin-bottom: 15px;
  background-image: url(/en/image/getthumbnail/20041);
  height: 300px;
}

.section-wim .mosaic-block {
  margin-bottom: 15px;
  background-image: url(/en/image/getthumbnail/20042);
  height: 570px;
}

.section-cotton .mosaic-block {
  background-image: url(/en/image/getthumbnail/20045);
  height: 242px;
}

.section-bottles .mosaic-block {
  background-image: url(/en/image/getthumbnail/20047);
  height: 570px;
}

.section-tshirts .mosaic-block {
  background-image: url(/en/image/getthumbnail/20048);
  height: 570px;
}

.mosaic-overlay-open {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 20px 10px 10px 10px;
  opacity: 0.8;
  bottom: 0;
}

@media (max-width: 767px) {

  .col-clothes,
  .left-sustainability {
    padding-right: 15px;
  }

  .col-bottles,
  .right-sustainability {
    padding-left: 15px;
  }

  .row-clothes-bottles .mosaic-block {
    margin-bottom: 15px;
  }

  .section_ProductDetail_DeliveryDetailInfo {
    padding-left: 40px !important;
  }

  .margin-left-availanility {
    margin-left: -40px;
  }

}

/*JACKET RECYCLE PAGE*/

.section-recycle img,
.section-towels img {
  margin: auto;
  display: block;
}

/*FOOTER*/

.footer-top-col .custom-container .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-middle-row p {
  color: #222;
}


.custom-container>div {
  margin-left: auto !important;
  margin-right: auto !important;
}


/* DELETE
.custom-container .slider-row-padding {
  padding-top: 15px;
}
*/

@media screen and (min-width: 768px) {
  .footer-middle-row .custom-container>div {
    padding-top: 15px;
  }

  /* Sets price @ same row as artnr in product grid */
   .product-grid .pricepanel {
    float: right !important;
    font-size: small;
    bottom: 27px;
    position: relative;
  }


}


@media screen and (min-width: 992px) {
  .custom-container>div {
    width: 1170px;
  }
}

@media screen and (max-width: 1199px) {
  .custom-container>div {
    width: 100%;
  }
}

.footer-middle-row .grey-bg {
  padding-bottom: 10px;
  background: #D8D7D5;
}

.no-side-margin {
  margin: 0;
}




/*PRODUCT-SLIDER FIXES*/

.section_ProductImageLibrary .slick-slider,
.section_ProductImageLibrary .slick-slider .slick-slide img.defaultImg {
  margin-bottom: 0;
}

.section_ProductImageLibrary .slick-slide a>img {
  border: none;
  width: 100%;
}

.section_ProductImageLibrary .product-slider-section hr {
  border-top: 0;
}

.section_ProductImageLibrary .product-slider-section .flexslider .slick-list {
  padding: 0px 0px !important;
}

/*SIZE CHART FUNCTIONALITY*/

.size-chart-icon {
  cursor: pointer;
}

.size-chart-row {
  display: none;
}

@media screen and (max-width:767px) {
  .size-chart-icon {
    display: none;
  }

  .size-chart-row {
    display: block;
  }
}


/*Size chart popup style*/
[data-pageid="19"] .modal-content h3,
[data-pageid="19"] .modal-content h2 {
  font-size: 24px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  border-bottom: 1px solid rgb(206, 206, 206);
  text-transform: uppercase;
}

.size-chart-list h3 {
  display: none;
}

[data-pageid="19"] .modal-dialog,
[data-pageid="86"] .modal-dialog {
  max-width: 600px;
}

[data-pageid="86"] .modal-dialog h2 {
  color: #EE3124;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(206, 206, 206);
}

/*IMAGE IN TOP OF NODES*/
.top-node-image img {
  width: 100%;
}
/*PRODUCT LIST/GRID*/
.product-grid .p-productavailability {
  display: none;
}

.product-grid .pricepanel {
  /*float:left;*/
  font-size: smal;
}

.product-grid .pricepanel h4 {
  font-size: small;
  font-weight: 100;
}

.product-grid .paginate-top {
  display: none;
}

.product-grid .product-nav {
  border: none;
}

@media screen and (max-width:767px) {
  .product-grid .product-nav .form-inline {
    display: none;
  }
}


/*Style changes Sofia Product node list*/
.product-grid .hover-product-image {
  box-shadow: none;
}





.product-grid .hover-product-title {
  height: auto;
}

.product-grid .btn.btnColor-custom {
  border-radius: 500px;
  height: 15px;
  width: 15px;
  padding: 0;
  margin-bottom: 5px;
}

.btnColor-active,
.btnConfig-active,
.btn.btnColor-custom {
  outline: none;
  border: 1px solid;
}


/*PDP - color selection style*/
.section_ProductDimensions .colorIds .btn {
  border-radius: 500px;
  height: 20px;
  width: 20px;
  padding: 0;
  margin-bottom: 5px;

}

.pdp-container-row .btnColor-active {
  outline: none;
  border: 1px solid;
}

/*Fix for product grid on search-list*/
.search-grid.product-grid h3 {
  text-transform: none;
  font-size: 16px;
}

.search-grid.product-grid .pricepanel {
  bottom: 36px;
}

/*product page PDP*/
.pdp-intergrated-pages h4 {
  font-size: 14px;
  font-weight: 100;
}

.pdp-intergrated-pages .sustainability_link img {
  height: 20px;
}

.section_ProductDetailTabs .nav-tabs>li {
  display: block;
}

.pdp-intergrated-pages .dropdown.hidden-lg {
  display: none;
}

.pdp-intergrated-pages .tab-pane.active h3 {
  display: none;
}


/*h2 for relationlist*/

.section_ProductRelationList .ProductRelationListLabel h2 {
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 30px;
}

.bottom_left_col_iframe p {
  margin-bottom: 5px;
}

.section_ProductDimensionAddToCart {
  padding-top: 10px !important;
}

.section_ProductDimensionAddToCart .pull-right {
  float: left;
}

.pdp-container-row .fa-chevron-circle-right {
  display: none;
}

.pdp-container-row .product-add-cart-btn span {
  padding-left: 10px;
}


.pdp-container-row .sustainability_link img {
  background: rgb(123, 168, 107);
  border-radius: 100px;
  border: 1px solid rgb(123, 168, 107);
}

.pdp-container-row .tab-content .content {
  padding-bottom: 0px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.pdp-container-row .table {
  margin-bottom: 0px;

}

.pdp-container-row .normalView {
  margin-top: 0px !important;
}

/*Popup PDP for Quickshop in list*/
.quick-popup-pdp .popup-pdp-img .product-carousel {
  display: none;
}

.quick-popup-pdp #colorMatrixTitle .link {
  cursor: default;
}

.quick-popup-pdp .fa-chevron-circle-right {
  display: none;
}

.col-product-info .section {
  padding-bottom: 5px !important;
}

/*float pdf symbol*/
.col-product-info .section_PdfLink {
  float: right;
}

.quick-popup-pdp .popup-pdp-img hr {
  margin: 0
}

.quick-popup-pdp .section_ProductImageLibrary,
.quick-popup-pdp .product-slider-section {
  padding-bottom: 0 !important;
}

.quick-popup-pdp .content {
  padding-top: 0 !important;
}

.quick-popup-pdp .dimensions {
  border: none;
}

.quick-popup-pdp #colorMatrixHolder {
  border: none;
}

.quick-popup-pdp .size-availability-pdp {
  border-bottom: 1px solid #cecece;
  padding-bottom: 15px !important;
}

.hide-color {
  display: none;
}

/*FLAGS IN GRID*/
.custom_ribbon {
  text-transform: uppercase;
  font-weight: 700;

}
[title="Soon in stock"] {
  font-size: 11px;
}
[title="Promotion"] {
  font-size: 11px
}

/*FLAGS IN GRID END*/

/*pdp-testing*/
.size-chart-icon p {
  margin: 9px 0px 0px;
}

.size-availability-pdp #colorMatrixTitle {
  display: none;
}

.pdp-matrix-button {
  padding-left: 15px !important;
}

.pdp-matrix-button p {
  margin: 9px 0px 0px;
}

.pdp-matrix-button button {

  background-color: #919296 !important;
  border-color: #919296 !important;
}

.section_SocialPageShare .sustainability_link img {
  background: rgb(123, 168, 107);
  border-radius: 100px;
  border: 1px solid rgb(123, 168, 107);
  width: 20px;
}

.pdp-intergrated-pages .tab-content h4 {
  display: none;
}

.section_ProductDetailTabs {
  border: 0px;
}

.quick-popup-pdp .sizeIds {
  display: block
}

.quick-popup-pdp .product-quantity-input {
  display: block;
}
.size-chart-icon {
  text-align: right;
}

.pdp-link-on-popup .pull-left {
  float: right;
}

.section_780 {
  padding-top: 10px !important;
}

.intergrated-list-mobile h4 {
  display: none;
}

.intergrated-list-mobile a {
  display: none;
}

.intergrated-list-mobile .content {
  border: none !important;
}

.section_PdfLink {
  text-align: left;
}

.favoriteToggler {
  margin-left: 15px;
}

.cart-container {
  padding-left: 0px;
}

.mobile-size-chart {
  padding-left: 25px !important;
}

.mobile-size-chart p {
  margin-bottom: 0px;
}

.cart-container {
  margin-bottom: 20px;
}

/*pdp-testing PETER END*/


/*Embedded video for popup on PDP*/
.js-videolink>div {
  background-image: url(/en/image/getthumbnail/20156);
  height: 100px;
  background-repeat: no-repeat;
  margin-left: 0px;
}

.js-videolink:hover {
  cursor: pointer;
}

.js-videolink p {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-videolink {

  padding-bottom: 0px !important;
}

.content section.section_ProductImageLibrary {
  padding-bottom: 0;
  position: relative;
}

.label-brand {
  display: none
}

.delivery-shipping-container table {
  width: 100%;
}

#phone {
  display: none
}

.tooltip {
  z-index: 1050;
}

.color-holder {
  min-height: 33px;
}

.header .section+.section {
  padding: 0;
}

.header .section_CurrencyPicker {
  margin-top: 10px;
  margin-bottom: 5px;
}

.header .section_CurrencyPicker .btn {
  border-color: #ccc;
}

.header .section_CurrencyPicker .btn:hover {
  border-color: #ccc;
}

.other-holder {
  margin-bottom: 10px;
}

/* HIDE related products pagination */
.section_ProductRelationList .product-nav .form-inline {
  display: none
}

.section_ProductRelationList .product-nav .product-nav-pagination {
  display: none
}

/*mobile*/

@media screen and (max-width:767px) {
  .container.row-about section {
    text-align: center;
  }

  .row-csr section {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px
  }

  .section_ProductDetailTabs #sustainability-wrapper {
    display: none;
  }

}

/*mobile end*/

@media (max-width: 1199px) {
  .section_ProductDetail_DeliveryDetailInfo {
    padding-left: 0px !important;
    width: 100%;
  }

  .section_ProductDetail_DeliveryDetailInfo dt {
    width: 50%;

  }

  .section_ProductDetail_DeliveryDetailInfo dd {
    width: 50%;
    margin-left: 95px;
    margin-top: -19px;

  }

  .section_ProductRelationList .other-holder .col-xs-7 {
    display: none;
  }

  .section_ProductRelationList .other-holder .col-xs-5 {
    width: 100%;
  }

  .section_ProductRelationList .other-holder .col-xs-5 .text-right {
    text-align: left;
  }

  .section_ProductRelationList .gridinputbutton {
    width: 45%;
  }

  .section_ProductDimensionAddToCart #Quantity {
    display: block !important;
  }
}

@media (max-width: 400px) {
  .section_Checkout #btnChangeAddress {
    margin-bottom: 10px
  }
}


@media (max-width: 768px) {
  .section_Checkout .bLine {
    margin-bottom: 20px
  }

  .section_Checkout .basket-total-lines {
    padding-left: 40px !important;
    padding-right: 40px;
  }

  #summaryWrapper fieldset .row {
    padding-left: 15px;
  }

  #checkoutWrapper .js-updateQty {
    float: right;
  }

  #checkoutWrapper #btnCheckout {
    float: right;
  }

  #checkoutWrapper #btnMailCart {
    float: left;
    position: absolute;
  }

  #checkoutWrapper .cartactions-container {
    margin-bottom: 20px
  }

  #checkoutWrapper #basket .col-sm-2.col-xs-6 {
    width: 100%;
  }

  #summaryWrapper #orderForm a {
    margin-right: 10px;
  }

  #summaryWrapper #orderForm {
    width: 275px;
    position: absolute;
    left: -165px
  }

  #summaryWrapper #orderForm #btnPrevious {
    margin-right: 10px !important;
    margin-top: 0px !important;
  }

  #basketList-standard {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .container.index-mobile-img-nav {
    padding: 0px;
    overflow: hidden;
  }

  .container.index-mobile-img-nav div {
    padding: 0px;
  }

  .index-mobile-img-nav {
    display: block;
    visibility: visible;
    margin: 0px;
    width: 100%;
  }

  .index-mobile-img-nav .section {
    position: relative;
    padding-bottom: 0px;
    width: 100%;
    margin-top: -7px
  }

  .index-mobile-img-nav .section .nav-header {
    position: absolute;
    bottom: 10%;
    border: 2px solid white;
    font-size: 16px !important;
    font-weight: bold;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 999999;
    left: 0px;
  }

  .hover-product-image {
    box-shadow: none;
  }

  .color-holder {
    display: none;
  }

  .container.middle-banner-parent {
    margin-top: -7px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    width: 100%;
  }

  .container.middle-banner-parent div {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    width: 100%;
  }

  .middle-banner-parent img {
    width: 100%;
  }

  .footer-top-section {
    margin-bottom: 10px
  }
}

@media (max-width: 767px) {
  .index-prod-slider .slick-prev {
    width: 50px;
    height: 50px;

  }

  .index-prod-slider .slick-next {
    width: 50px;
    height: 50px;
    right: -5px;
  }

}

/*Filter Labels*/
.label-parttrap {
  background: black;
}

#saveAddress_holder {
  display: none !important
}
.sustainability-row {
  margin-bottom: 20px;
}
.sustainability-row>div {
  padding-left: 0px;
  padding-right: 0px;
}
.sustainability-row h4 {
  opacity: 0.5;
  padding-left: 35px;
  padding-top: 30px;
  font-weight: 100;
  font-size: 14px;
  letter-spacing:2px;
}
.sustainability-row p {
  opacity: 0.5;
  padding-left: 35px;
  padding-right: 25px;
}
.sustainability-fullrow h1 {
  text-align: center;
  font-weight: 100;
}
.sustainability-fullrow p {
  text-align: center;
}
.sustainability-row .section_Image {
  padding-bottom: 0px;
}
.sustainability-symbol-text-row {
  padding-left: 0px;
}
.sustainability-symbol-text-row h4 {
  padding-left: 0px;
}
.sustainability-symbol-text-row img {
  padding-top: 30px;
  margin-bottom: 15px;
  max-height: 100px;
}
.cert-logo p {
  padding-left: 10px;
  font-size: 10px;
  margin-bottom: 0px;
}
.cert-logo {
  padding-bottom: 30px;
  background: rgba(234, 234, 234, 0.1);
}
.sustainability-symbol-text-row .cert-text-container p {
  padding-left: 0px;
}
.sustainability-symbol-text-row h4:nth-of-type(2) {
  padding-top: 0px;
  margin-top: -10px;
}
.sustainability-symbol-text-row .cert-button {
  position: absolute;
  background: rgba(247, 246, 245, 0.9);
  opacity: 0.9;
  bottom: 0px;
  left: 0px;
  height: 45px;
  text-align: center;
  padding-top: 12px;
  cursor: pointer;
}
.sustainability-symbol-text-row .cert-holder.active-cert p {
  height: auto;
}
.sustainability-symbol-text-row .cert-holder.active-cert .cert-button {
  position: relative;
}
.sustainability-symbol-text-row .cert-holder.active-cert .caret {
  border-top: 0px;
  border-bottom: 8px solid;
}
.sustainability-symbol-text-row .cert-holder .caret {
  border-top: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  opacity: 0.7;
}
.row.sustainability-row {
  margin-bottom: 0px;
}
.active-cert .cert-button {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  position: relative;
  width: 104%;
}
.sustainability-img-text-row p {
  padding-right: 50px;
}
.sustainability-row h1 {
  text-align: center;
  font-family: "Arial", sans-serif;
  padding-left: 40px;
  padding-right: 40px;
  opacity: 0.5;
  letter-spacing: 2px;
}
.sustainability-row .center-text p {
  text-align: center;
  padding-left: 220px;
  padding-right: 220px;
}
@media screen and (max-width: 1199px) {
  .sustainability-row .padding-top20 {
    padding-top: 0px;
  }

}
@media screen and (max-width: 992px) {
  .sustainability-row .center-text p {
    text-align: center;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 768px) {
  .sustainability-row .cert-holder .cert-logo {
    text-align: center;
  }
  .sustainability-row .margin-right-10 {
    margin-right: 0px;
  }
  .sustainability-row .cert-text-container {
    margin-bottom: 15px;
  }
  .sustainability-row .cert-text-container h4 {
    padding-top: 0px;
    text-align: center;
  }
  .sustainability-row .sustainability-symbol-text-row .cert-text-container p {
    text-align: center;
    padding-right: 15px;
    padding-left: 25px;
  }
}
.sustainability-row .bottom-img-col img {
  width: 100%;
  height: 230px;
  padding-top: 0px;
  margin-bottom: 0px;
}
.sustainability-symbol-text-row .cert-text-container .cert-read-more {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 30px;
}
.sustainability-symbol-text-row .margin-left-15 {
  border-left: 15px solid white;
}
.sustainability-symbol-text-row .margin-right-15 {
  border-right: 15px solid white;
}


.section_ProductAttributes .attribute-image-hor {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .sustainability-row.sustainability-symbol-text-row {
    margin-bottom: 0px;
  }
  .sustainability-symbol-text-row .margin-right-15 {
    border: none;
  }
  .sustainability-symbol-text-row .col-sm-4 section {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .cert-holder {
    min-height: 430px;
  }
}
@media screen and (max-width: 1199px) {
  .cert-holder {
    height: 660px;
  }
}
@media screen and (max-width: 768px) {
  .cert-holder {
    height: auto
  }
  .sustainability-row .margin-left-10 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sustainability-row .col-sm-6 {
    margin-bottom: 15px;
  }
}

/*Certifikat*/
.attribute-certifications .tooltip {
  display: none !important;
}
.attribute-certifications .attribute-image-hor {
  background: rgb(247, 246, 245);
  color: rgba(51, 51, 51, 0.5);
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.attribute-certifications .attribute-image-hor img {
  padding-bottom: 15px;
}

/*Iron mark node page 137*/
[data-pageid="137"] .breadcrumb-wrapper {
  display: none;
}
[data-pageid="137"] .product-nav-layout {
  display: none;
}
[data-pageid="137"] .paginate-top {
  display: none;
}
.product-nav {
  border: none;
}
.top-node-image-page5::before {
  display: none;
}
.im-environment .btn {
  background: #0d3c87 !important;
  color: white !important;
  border-color: #0d3c87 !important;
  padding-left: 25px;
  padding-right: 25px;
}

/*IM Node Subnode img grid*/
.im-subnode-grid .hover-product-additional {
  display: block;
  position: relative;
  bottom: 0;
}
.im-text-img-box h1 {
  font-size: 32px;
  opacity: 0.7;
}
.im-subnode-grid .hover-product-additonal-details {
  opacity: 0.7;
}
@media screen and (max-width:991px) {
  .im-subnode-grid .product {
    width: 100%;
  }
}
.im-subnode-grid .hover-product-additonal-details {
  color: rgba(50, 50, 50, 0.7);
  height: 100% !important;
  position: relative;

}
.im-subnode-grid .hover-product-hover-bg {
  background: rgb(247, 246, 245, 0.7);
  opacity: 1;
}
.im-subnode-grid h3.hover-product-title {
  display: none
}
.im-subnode-grid .hover-product-additonal-details h3 {
  font-weight: lighter;
}
.im-subnode-grid h3.hover-product-title a {
  color: rgba(50, 50, 50, 0.7);
}
.im-subnode-grid .hidden-xs {
  display: block;
}
.im-subnode-grid .visible-xs {
  display: none;
}
.im-subnode-grid .tooltip {
  display: none !important;
}
.im-subnode-grid .hover-product-image {
  border: none;
  box-shadow: none;
}
.im-subnode-grid .hover-product-image {
  margin-bottom: 0px;
}
.im-subnode-grid .hover-product-additonal-details {
  background: rgb(247, 246, 245);
  height: 220px !important;
  margin-bottom: 15px;
  padding-right: 30px;
}
.im-subnode-grid .hover-product-additonal-details h2 {
  font-size: 14px;
  opacity: 0.7;
}
/*IM Node Img text*/
.im-text-img-box {
  background: rgb(247, 246, 245);
}
.im-text-img-box section {
  padding-bottom: 0;
}
.im-text-img-box .section_ProductNodeText {
  margin-top: 10%;
  text-align: center;
}
.im-text-img-box h2,
.im-text-img-box {
  color: rgba(50, 50, 50, 0.7);
}
.im-text-img-box h2 {
  text-transform: uppercase;
}
/*IM Node environment*/
.im-environment {
  padding-top: 25px;
  padding-bottom: 10px;
}
.im-environment h2,
.im-environment {
  color: rgba(50, 50, 50, 0.7);
}
.im-environment h2 {
  text-transform: uppercase;
}
/*IM Node Hero*/
.top-node-image-page5 {
  margin-top: -30px;
}
.im-text-img-box .section_ProductNodeText {
  padding: 40px;
}
/*iron mark page 137 end*/

/*Fix for blurry image in crome*/
.section_ProductImageLibrary .vertical .slider-nav-section .slick-slide img {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width:1030px) {
  .pdp-container-row .slider-nav-section.product-carousel {
    z-index: 9999999;
  }
  /*.pdp-container-row div.easyzoom-flyout {
    left: 121px !important;
    width: 81% !important;
  } */
}
.pdp-container-row .slick-track .slick-slide {
  cursor: pointer;
}
#colorMatrixHolder .input-holder {
  font-size: 10px;
}
.gray-header h1 {
  opacity: 0.5;
  text-align: center;
  font-family: "Arial", sans-serif;
  opacity: 0.5;
  letter-spacing: 2px;
}
.gray-header h2 {
  opacity: 0.5;
}
.gray-header h3 {
  opacity: 0.5;
  padding-left: 35px;
  padding-top: 30px;
  font-weight: 100;
  text-align: center
}
[data-pageid="144"] h4 {
  opacity: 0.5;
  padding-left: 35px;
  padding-top: 30px;
  font-weight: 100;
  text-align: center;
}
[data-pageid="144"] p {
  opacity: 0.5;
}
[data-pageid="147"] h4 {
  opacity: 0.5;
  padding-left: 35px;
  padding-top: 30px;
  font-weight: 100;
  text-align: center;
}
[data-pageid="147"] p {
  opacity: 0.5;
}
.pdp-download-webimage {
  display: none !important;
}
/*Video banner*/
.video-banner-container {
  position: relative;
  padding-bottom: 37.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-banner-container iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-holder-row {
  margin: 0px;
}
.video-holder {
  padding: 0px;
}
.video-holder section {
  padding-bottom: 0px;
}
.video-banner-container.format-1920X1080 {
  padding-bottom: 56.25%;

}
/*Video banner END*/
/*color code*/
.color-93 {
  background-image: linear-gradient(black 50%, red 50%) !important;
}
/*color code END*/
/*BREXIT POPUP*/
.brexit-info-container h2 {
  color: #cd1719;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.brexit-info-container h3 {
  padding: 10px 30px 10px 30px;
  text-align: center;
}
.brexit-info-container p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
/*BREXIT POPUP END*/

/*GARMIN*/
[data-pageid="152"] .content {
  padding-top: +0px;
}
.tear-container {
  position: relative;
  overflow: hidden;
}
.tear-up-section img {
  width: 100%;
  position: relative;
  top: 0px;
}
.tear-up-section {
  z-index: 9;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.tear-middle-section img {
  width: 100%;
}
.tear-down-section img {
  width: 100%;
  position: relative;
  bottom: 0px;
}
.tear-down-section {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-bottom: 0px !important;
  overflow: hidden;
}
/*TEAR END*/
/*FACE WATCH*/
.face-watch-container {
  position: relative;
}
.face-img-section {
  width: 100%;
}
.face-img-section img {
  width: 100%;
}
.watch-img-section {
  position: absolute;
  left: -30%;
  height: 100%;
}
.watch-img-section img {
  height: 80%;
}
/*FACE WATCH END*/
/*GARMIN END*/
/*new GARMIN*/
[data-pageid="157"] .content {
  padding-top: 0px;
}
.garmin-block {
  height: 100vh;
  background: black;
  border-bottom: none;
  margin-left: 0px;
  margin-right: 0px;
}
.clock-block>div {
  height: 100vh;
}
.single-clock-holder {
  opacity: 1;
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 60% !important;
}
.single-clock-holder .section_Image {
  height: 100%;
}
.clock-block .section_Image img {
  height: 100% !important;
}
.clock-block .section_Image {
  opacity: 0
}
.watch-usp {
  color: white;
}
.watch-usp-section h4 {
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: -5px;
}
.watch-usp-section p {
  font-size: 12px;
  border-left: 1px solid;
  padding-left: 10px;
  padding-top: 10px;
}
.watch-usp-section {
  position: absolute;
  width: 250px;
  opacity: 0;
  top: 40%;
}
.watch-main-section {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.watch-main-section h2 {
  color: white !important;
}
.watch-main-section p {
  color: white !important;
}
.garming-video-container {
  background: black;
}
[data-pageid="157"] .header.menu-background {
  background: black !important;
  color: white;
}
[data-pageid="157"] .navbar-nav>li>a {
  color: white !important;
}
[data-pageid="157"] .nav .dropdown-menu {
  background: black;
  color: white;
}
[data-pageid="157"] .col-menu .desktop-menu .navbar-nav li.dropdown li a {
  background: black;
  color: white;
}
[data-pageid="157"] .col-menu .desktop-menu .navbar-nav li.dropdown li {
  border: 0px;
}
[data-pageid="157"] .content {
  background: black;
}
[data-pageid="157"] .footer-top-col div,
.footer-top-col {
  background: black;
  color: white;
}
.video-overlay-gradient {
  height: 100%;
  background-image: radial-gradient(transparent 30%, black 70%);
  width: 100%;
  position: absolute;
  top: 0px;
}
.matrix-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.comparsion-clock-table th {
  text-align: center;
  border-bottom: 0px !important;
  background: none;
  padding: 0px !important;
  background: black;
}
.comparsion-clock-table th:nth-of-type(1) {
  background: rgba(0, 0, 0) !important;
}
.comparsion-clock-table th div {
  background: rgba(0, 0, 0);
  text-align: center;
  padding: 10px;
  color: white;
  font-size: 28px;
  font-weight: 100;
  margin-right: 1px;
}
.comparsion-clock-table th img {
  height: 199px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.comparsion-clock-table tr td {
  text-align: center;
  padding: 10px !important;
}
.comparsion-clock-table tr td:nth-of-type(1) {
  background: rgba(0, 0, 0) !important;
  color: white;
  text-align: left;
}
.comparsion-clock-table tr td {
  font-size: 12px;
}
.comparsion-clock-table.table-striped>tbody>tr {
  background-color: rgb(255, 255, 255);
}
.comparsion-clock-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #efefef !important;
}
.comparsion-clock-table tr td {
  border-left: 1px solid black;
}
.comparsion-clock-table th {
  border-right: none;
}
/*GARMIN 22112019*/
[data-pageid="158"] .cd-main-content {
  background: black;
}
.garmin-top-row .section {
  margin-top: 40px !important;
  /*text-align: center;*/
}
.garmin-top-row h1 {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-weight: 100;
}
.garmin-top-row img {
  width: 100%;
}
.garmin-top-header {
  margin-bottom: 40px;
}
.garmin-btn {
  border: 1px solid white;
  color: rgba(255, 255, 255, 0.9);
  padding: 20px 30px 20px 30px;
  font-size: 28px;
  background: rgba(128, 128, 128, 0.6);
}
.garmin-btn:hover {
  color: black !important;
  background: white;
}
.paralax-overlay-gradient,
.row.paralax-img {
  height: 100%;
  background-image: radial-gradient(transparent 30%, black 100%);
  width: 100%;
  top: 0px;
}
.clock-title h1 {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 55px;
  margin-top: 100px;
}
.clock-main-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.clock-usp {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  height: 100vh;
}
.sapphire-clock-usp {
  color: rgba(255, 255, 255, 0.9);
}
.clock-usp .section_Image {
  margin-top: 30%;
}
.clock-usp .section_Content {
  margin-top: 50%;
}
.row.clock-usp {
  overflow: hidden;
}
.slide-up,
.slide-left,
.slide-right {
  opacity: 0;
}
.cd-main-content {
  transform: none;
}
.paralax-face {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

}
.paralax-face-1 {
  background-image: url("/fr/image/getthumbnail/23839?version=1&s=002");
}
.paralax-face-2 {
  background-image: url("/fr/image/getthumbnail/23840?version=1&s=002");
}
.paralax-face-3 {
  background-image: url("/fr/image/getthumbnail/23836?version=1&s=002");
}
.paralax-face-4 {
  background-image: url("/fr/image/getthumbnail/23841?version=1&s=002");
}
.paralax-face .row {
  height: 100%;
  width: 100%;
}
.paralax-face-overlay {
  height: 100%;
  background-image: linear-gradient(black 20%, transparent, black);
  width: 100%;
  top: 0px;
  position: absolute;
}
.clock-title.fixed-title h1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 99999;
}
.clock-title {
  min-height: 290px;
}
.container.sapphire-clock-usp {
  height: 100vh;
  padding-left: 0px;
  padding-right: 0px;
}
.sapphire-clock-usp .section_Content {
  top: 40vh;
  position: fixed;
  left: 55vw;
  display: none;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.container.matrix-block {
  height: 100vh;
}
/*GARMIN 22112019 END*/
.garmin-btn {
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
}
.garmin-top-row {
  overflow: hidden;
}
.garmin-top-row img {
  animation: zoom 35s infinite;
}
@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.sapphire-clock-usp img {
  position: fixed;
  display: none;
  max-width: 33vw;
  transform: translate(-0%, -50%);
  top: 50%;
}
.container.sapphire-clock-usp .row.sapphire-clock-usp {
  margin-left: 0px;
  margin-right: 0px;
  top: 20px;
}
.container.sapphire-clock-usp.fixad .row.sapphire-clock-usp {
  display: block;
  top: 20vh;
}
.sapphire-clock-usp>div {
  height: 100vh;
}
[data-pageid="158"] .content,
[data-pageid="159"] .content,
[data-pageid="160"] .content {
  overflow: hidden;
}
.parallax-hero {
  height: 70vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parllax-hero-1 {
  background-image: url("/fr/image/getthumbnail/23873?version=1&s=002");
}
.parallax-hero>div {
  height: 100%;
  background-image: linear-gradient(black, transparent, black);
  width: 100%;
  top: 0px;
}
.sapphire-clock-usp {
  width: 100%;
}
.sapphire-clock-usp.fixad .section_Content {
  display: block;
  width: 520px;
}
.sapphire-clock-usp.fixad img {
  display: block;
}
.clock-title h1 {
  font-family: "volvo broad" !important;
  font-size: 90px;
  font-weight: 100;
}
.sapphire-clock-usp p {
  font-size: 16px;
}
.sapphire-clock-usp h2 {
  font-size: 36px;
}
/*Backgrounds*/
.modell-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.modell-bg-1 {
  background-image: url("/fr/image/getthumbnail/23874?version=1&s=002");
}
.modell-bg-2 {
  background-image: url("/fr/image/getthumbnail/23878?version=1&s=002");
}
.modell-bg-3 {
  background-image: url("/fr/image/getthumbnail/23879?version=1&s=002");
}
.modell-bg-4 {
  background-image: url("/fr/image/getthumbnail/23875?version=1&s=002");
}
.modell-bg-5 {
  background-image: url("/fr/image/getthumbnail/23880?version=1&s=002");
}
.modell-bg-6 {
  background-image: url("/fr/image/getthumbnail/23876?version=1&s=002");
}
.modell-bg-7 {
  background-image: url("/fr/image/getthumbnail/23877?version=1&s=002");
}
.modell-bg-8 {
  background-image: url("/fr/image/getthumbnail/23878?version=1&s=002");
}
.enviroment-bg {
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.enviroment-bg-1 {
  background-image: url("/fr/image/getthumbnail/23881?version=1&s=002");
}
.enviroment-bg-2 {
  background-image: url("/fr/image/getthumbnail/23886?version=1&s=002");
}
.enviroment-bg-3 {
  background-image: url("/fr/image/getthumbnail/23882?version=1&s=002");
}
.enviroment-bg-4 {
  background-image: url("/fr/image/getthumbnail/23883?version=1&s=002");
}
.enviroment-bg-5 {
  background-image: url("/fr/image/getthumbnail/23905?version=1&s=002");
}
.enviroment-bg-6 {
  background-image: url("/fr/image/getthumbnail/23881?version=1&s=002");
}
.enviroment-bg-7 {
  background-image: url("/fr/image/getthumbnail/23882?version=1&s=002");
}
.enviroment-bg-overlay {
  background-image: radial-gradient(transparent 35%, black 70%);
  height: 100%;
}
/*Backgrounds END*/
.matrix-container-bottom {
  height: 150vh;
}
.matrix-container-bottom>.col-sm-12 {
  height: 150vh;
}
.container.matrix-container-bottom {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99999999999;
  position: relative;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  box-shadow: 10px 0px 40px 50px black;
  background: black;
}
.matrix-container-bottom.row>div {
  padding: 0px;
}
.matrix-container-bottom-bg-img img {
  width: 100%;
  animation: zoom 45s infinite;
}
.matrix-block {
  position: absolute;
  top: 50%x !important;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.7;
  width: 60vw;
}
.matrix-table-overlay {
  height: 200px;
  position: absolute;
  top: -100px;
  background-image: linear-gradient(transparent, black, transparent);
  left: 0px;
  width: 100%;
  z-index: 999999;
}
[data-pageid="158"] .header.menu-background {
  background: black !important;
  color: white;
}
[data-pageid="158"] .navbar-nav>li>a {
  color: white !important;
}
[data-pageid="158"] .nav .dropdown-menu {
  background: black;
  color: white;
}
[data-pageid="158"] .col-menu .desktop-menu .navbar-nav li.dropdown li a {
  background: black;
  color: white;
}
[data-pageid="158"] .col-menu .desktop-menu .navbar-nav li.dropdown li {
  border: 0px;
}
[data-pageid="158"] .content {
  background: black;
}
[data-pageid="158"] .footer-top-col div,
.footer-top-col {
  background: black;
  color: white;
}
/*159 trucks*/
[data-pageid="159"] .header.menu-background {
  background: black !important;
  color: white;
}
[data-pageid="159"] .navbar-nav>li>a {
  color: white !important;
}
[data-pageid="159"] .nav .dropdown-menu {
  background: black;
  color: white;
}
[data-pageid="159"] .col-menu .desktop-menu .navbar-nav li.dropdown li a {
  background: black;
  color: white;
}
[data-pageid="159"] .col-menu .desktop-menu .navbar-nav li.dropdown li {
  border: 0px;
}
[data-pageid="159"] .content {
  background: black;
}
[data-pageid="159"] .footer-top-col div,
.footer-top-col {
  background: black;
  color: white;
}
/*159 trucks end*/
/*160 vce*/
[data-pageid="160"] .header.menu-background {
  background: black !important;
  color: white;
}
[data-pageid="160"] .navbar-nav>li>a {
  color: white !important;
}
[data-pageid="160"] .nav .dropdown-menu {
  background: black;
  color: white;
}
[data-pageid="160"] .col-menu .desktop-menu .navbar-nav li.dropdown li a {
  background: black;
  color: white;
}
[data-pageid="160"] .col-menu .desktop-menu .navbar-nav li.dropdown li {
  border: 0px;
}
[data-pageid="160"] .content {
  background: black;
}
[data-pageid="160"] .footer-top-col div,
.footer-top-col {
  background: black;
  color: white;
}
/*160 vce end*/
.garmin-top-banner-row img {
  width: 100%;
  margin-left: 6vw;
  animation: zoom 45s infinite;
}
.garmin-top-banner-row {
  margin-top: -244px;
  position: relative;
  overflow: hidden;
}
.fenix-button {
  position: absolute;
  right: 10vw;
  width: 320px;
  top: 55%;

}
.vivo-button {
  position: absolute;
  width: 390px;
  left: 10vw;
  z-index: 9999999;
  top: 55%;
}
.container.fenix-main-block {
  background: black;
  z-index: 999999999999;
  position: relative;
  width: 100%;
  padding: 10px;
  box-shadow: 10px 10px 10px 50px black
}
.row.fenix-main-block {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 100vh;
}
.sapphire-clock-usp.fixad .section_Content .btn {
  padding: 15px 25px 15px 25px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .row.fenix-main-block {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .row.fenix-main-block {
    width: 750px;
  }
}
[data-pageid="158"] .footer {
  background: black;
}
[data-pageid="158"] .footer div {
  background: black;
}
[data-pageid="158"] .footer-middle-row {
  background: black !important;
}
[data-pageid="158"] .footer-middle-row .grey-bg {
  background: black !important;
}
[data-pageid="158"] .footer-middle-row .grey-bg a {
  color: white;
}
[data-pageid="158"] .footer-middle-row .grey-bg p {
  color: white;
}
/*159 trucks*/
[data-pageid="159"] .footer {
  background: black;
}
[data-pageid="159"] .footer div {
  background: black;
}
[data-pageid="159"] .footer-middle-row {
  background: black !important;
}
[data-pageid="159"] .footer-middle-row .grey-bg {
  background: black !important;
}
[data-pageid="159"] .footer-middle-row .grey-bg a {
  color: white;
}
[data-pageid="159"] .footer-middle-row .grey-bg p {
  color: white;
}
/*159 trucks end*/
/*160 vce*/
[data-pageid="160"] .footer {
  background: black;
}
[data-pageid="160"] .footer div {
  background: black;
}
[data-pageid="160"] .footer-middle-row {
  background: black !important;
}
[data-pageid="160"] .footer-middle-row .grey-bg {
  background: black !important;
}
[data-pageid="160"] .footer-middle-row .grey-bg a {
  color: white;
}
[data-pageid="160"] .footer-middle-row .grey-bg p {
  color: white;
}
/*160 vce end*/
[data-pageid="158"] .modal-content .content {
  background: white;
}
[data-pageid="159"] .modal-content .content {
  background: white;
}
[data-pageid="160"] .modal-content .content {
  background: white;
}
.sapphire-clock-usp.first-usp img {
  display: block;
  position: absolute;
}
.sapphire-clock-usp.first-usp.fixad img {
  display: block;
  position: fixed;
}
.clock-main-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .garmin-top-banner-row {
    margin-top: 0px;
  }
  .clock-title h1 {
    font-size: 20px;
  }
  .clock-main-text {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 12px;
  }
  .modell-bg {
    display: none;
  }
  .sapphire-clock-usp img {
    max-width: 100vw;
    top: 0px;
  }
  .sapphire-clock-usp .section_Content {
    bottom: 0px;
    top: unset;
    left: 0px !important;
  }
  .sapphire-clock-usp h2 {
    font-size: 16px;
  }
  .sapphire-clock-usp p {
    font-size: 12px;
  }
}
.container.sapphire-clock-usp.no-height {
  visibility: hidden;
  height: 0px;
}
.container.sapphire-clock-usp.no-height div {
  visibility: hidden;
}
.vivo-main-container.no-height {
  visibility: hidden;
}
.matrix-block .btn {
  background: black;
  padding: 15px 25px 15px 25px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .sapphire-clock-usp.first-usp img {
    display: none;
    transform: translate(-0%, -50%);
    top: 50%;
  }
  .sapphire-clock-usp.fixad img {
    transform: translate(-0%, -60%);
    top: 50%;
    margin-left: -15px;
  }
  .row.fenix-main-block {
    width: 100vw;
  }
  .sapphire-clock-usp.fixad .section_Content {
    width: 100vw;
  }
  .matrix-block {
    width: 100vw;
    margin: 0px;

  }
  .matrix-block table td {
    font-size: 10px !important;
  }
  .garmin-btn {
    font-size: 12px;
    margin: 0px;
  }
  .vivo-button {
    position: relative;
    font-size: 12px;
    width: auto;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    margin-top: 10px;
  }
  .fenix-button {
    position: relative;
    width: auto;
    float: right;
    padding-bottom: 0px !important;
    margin-top: 10px;
  }
  .enviroment-bg {
    background: none;
  }
  .enviroment-bg-overlay {
    display: none;
  }
  .sapphire-clock-usp .section_Content {
    padding: 15px 25px 30px 25px;
  }
  .matrix-block .btn {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .comparsion-clock-table th img {
    height: 100px;
  }
}
.container.save-water-row-index {
  margin-top: 10px !important;
}
/*ALERTIFY TEMP CORONA*/
.alertify.alertify-alert,
.alertify.alertify-alert .alertify-buttons {
  background: rgb(77, 78, 83);
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: white;
}
/*Christmas banner*/
.chrismas-banner-container {
  margin: 0px;
  padding: 0px;
}
.chrismas-banner-container div {
  margin: 0px;
  padding: 0px;

}
.chrismas-banner-container .col-xs-6 {
  position: relative;
}
.chrismas-banner-container>.col-xs-6 {
  border: 10px solid white;
}
.chrismas-banner-container .btn {
  position: absolute;
  z-index: 9;
  left: 0px;
  bottom: 20px;
  width: 80%;
  margin-left: 10%;
  background: grey;
  color: white;
  font-weight: bold;
  border-color: grey;
}
.chrismas-banner-container .cb-top-row div {
  border-right: 5px solid white;
  border-bottom: 5px solid white;

}
.chrismas-banner-container .cb-bottom-row div {
  border-right: 5px solid white;
}
/*Christmas banner END*/

/*Print on demand/Customize PDP*/
/*Print on demand on PDP*/
.pdp-pod .dl-horizontal>dd {
  font-size: 0;
}
.pdp-pod .dl-horizontal>dd .fa {
  font-size: 20px;
}
.pdp-pod-form {
  visibility: hidden;
  height: 0;
}
.pdp-pod-form.open {
  visibility: visible;
  height: auto;
}
.col-product-info .pdp-pod-row .section {
  padding: 0 !important;
}
.pod-toggle-action {
  cursor: pointer;
  color: #1251b5;
  font-weight: bold;
}
.pod-toggle-action:hover {
  color: #0d3c87;
}
.pod-toggle-icon {
  font-size: 20px;

}
.pod-moreinfo {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 10px;
}
img.pod-attr-img {
  width: 35px;
}

/* Duties information checkout */
.checkout-duties {
  display: none;
  width: 100%;
  float: left;
  padding: 0px 15px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout-duties p {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}

/* Handover page */
[data-pageid="182"] .cd-main-content .btn {
  background: #004fbc;
  border-color: #004fbc;
  color: #fff;
}
[data-pageid="182"] .cd-main-content .btn:hover {
  background: #0056d6;
  border-color: #0056d6;
  color: #fff;
}
[data-pageid="182"] .cd-main-content .btn:active,
[data-pageid="182"] .cd-main-content .btn:focus {
  background: #0041a3;
  border-color: #0041a3;
  color: #fff;
}
.text-fade {
  transition: all 0.7s ease-in-out;
  opacity: 0;
}
.left-slide {
  transition: all 0.5s ease-in-out;
  position: relative;
  right: -10px;
  opacity: 0;
}
.animate-heading {
  opacity: 0;
  height: 0;
  position: relative;
  bottom: -40px;
  z-index: 2;
  transition: all 1s ease-in-out;
  left: 10px;
}
.animate-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 1;
  transition: all 1s ease-in-out;
}
.parallax-image>div {
  height: 100%;
  background-image: linear-gradient(white, transparent, white);
  width: 100%;
  top: -120px;
}
.parallax-image {
  height: 750px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.white-fade-parallax:before {
    background-image: linear-gradient(white, transparent, white);
    display: block;
    content:'&nbsp;';
  	font-size: 0;
    height: 100%;
    width: 100%;
}
.white-fade-parallax {
    padding-bottom: 0 !important;
}
.parallax-image img {
  display: none;
}
.right-slide-2 .section_Image,
.right-slide-1 .section_Image {
  overflow: hidden;
}
.right-slide-2 .section_Image img,
.right-slide-1 .section_Image img {
  animation: zoom 45s infinite;
}
.right-slide-1 .section_Content,
.right-slide-2 .section_Content {
  transition: all 0.7s ease-in-out;
  position: relative;
  opacity: 0;
  top: -10px;
}
.container.right-slide-2 {
  position: relative;
  top: -20px;
}
.container.right-slide-1 {
  position: relative;
  top: 30px;
}
@media screen and (min-width: 1200px) {
  .container.right-slide-2 .section {
    margin-top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .parallax-image>div {
    top: 0;
  }
}

/* Page 185*/
.btn-black .btn {
  background: black !important;
  color: #fff !important;
  border-color: black !important;
}
.btn-black .btn:hover {
  background: black !important;
  color: #fff !important;
  border-color: black !important;
  opacity: 0.85 !important;
}
.video-banner-full .video-banner-container {
  padding-bottom: 56%;
  margin-top: -30px;
}

/* Flex image text styling */
.flex-image-text .section {
  padding: 0;
}
.flex-image-text>.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.flex-image-text .col-sm-5 p {
  margin-bottom: 0;
}

/* Standard margin classes */
.margin-bottom-30 {
  margin-bottom: 30px;
}
.container.margin-bottom-30>.row.margin-bottom-30 {
  margin-bottom: 0px;
}
.margin-top-30 {
  margin-top: 30px;
}
.container.margin-top-30>.row.margin-top-30 {
  margin-top: 0px;
}

/* Business order checkout */
.business-order-text {
  display: none;
}

/* New Icons */
.fa.fa-shopping-cart:before {
  font-size: 20px;
  color: transparent;
}
.fa.fa-shopping-cart {
  background-image: url(/en/image/getthumbnail/24896);
  width: 24px;
  height: 24px;
  top: -3px !important;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
}
.header .cart-btn .fa.fa-shopping-cart {
  width: 24px;
  height: 24px;
  position: relative;
  top: -3px !important;
}
.section_MiniBasket .cart-btn {
  padding-left: 10px;
  padding-right: 10px;
}
.fa.fa-user:before {
  font-size: 0px;
}
.fa.fa-user {
  background-image: url(/en/image/getthumbnail/24897);
  width: 20px;
  height: 16px;
  position: relative;
  top: -2px;
  background-size: contain;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
}
.fa.fa-exchange:before {
  font-size: 20px;
  color: transparent;
}
.fa.fa-exchange {
  background-image: url(/en/image/getthumbnail/24898);
  width: 20px;
  height: 20px;
  margin-left: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
}
.dimensions-cart .product-add-cart-btn .fa {
  display: none;
}

.section_Basket .pt-btn-basket .fa.fa-shopping-cart:before {
  content: 'Add to cart';
  color: #4d4e53;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.section_Basket .pt-btn-basket .fa.fa-shopping-cart {
  width: auto;
  height: auto;
}
.section_Basket .open .pt-btn-basket {
  background: none;
}
.section_Basket .section-border>.row>div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.section_Basket .section-border>.row>div>* {
  order: 1;
  margin-left: 10px;
  margin-right: 0 !important;
}
.section_Basket .section-border>.row>div>.col-sm-offset-6 {
  margin-left: 0;
  width: auto;
  order: 2;
  padding: 0;
}
.section_Basket .section-border>.row>div>.btn-ptGrey {
  height: 35.98px;
}

@media screen and (max-width: 991px) {
  .section_Basket #mobileBasketLines .fa.fa-shopping-cart:before {
    content: 'Add to cart';
    color: #4d4e53;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    position: relative;
    top: 2px;
  }
  .section_Basket #mobileBasketLines .fa.fa-shopping-cart {
    width: auto;
    height: auto;
  }
  .section_Basket #mobileBasketLines .col-sm-2.col-xs-12 {
    width: auto;
  }
  .section_Basket #mobileBasketLines .btn {
    height: 35.98px;
  }
  .section_Basket #mobileBasketLines .open .pt-btn-basket {
    background: none;
  }
  .section_Basket #mobileBasketLines>.row>div>div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .section_Basket #mobileBasketLines>.row>div>div>* {
    order: 1;
    margin-left: 10px;
    margin-right: 0 !important;
  }
  .section_Basket #mobileBasketLines>.row #btnMailCart {
    margin-bottom: 10px;
  }
  .section_Basket #mobileBasketLines .col-xs-12 {
    padding: 0;
  }
  .section_Basket #mobileBasketLines .section-border>.row>div>.col-sm-offset-6 {
    margin-left: 0;
    width: auto;
    order: 2;
    padding: 0;
  }
  .section_Basket #mobileBasketLines .section-border>.row>div>.btn-ptGrey {
    height: 35.98px;
  }
  .section_Basket #mobileBasketLines .js-back {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* New icons end */

/*PDP*/
/*Attribute flag placement*/
@media screen and (min-width:1031px) {
  .pdp-container-row .section_ProductImageLibrary .custom_ribbon_wrapper {
    left: 108px;
  }
}

/*Description tab - remove sustainability*/
.section_ProductDetailTabs #sustainability-wrapper {
  display: none;
}

/*Vertical image slider*/
@media screen and (min-width: 1031px) {
  .vertical .slider-nav-section {
    top: -36px;
  }
}
/*Main navigation header*/
.navbar-nav a {
  font-weight: lighter !important;
}
.navbar-nav>li>a {
  padding: 10px 6px !important;
  font-size: 12px;
}

/*Check out buttons*/
.section_Checkout .js-updateQuantity {
  border: none;
  background: transparent;
  color: black;
}
/*PDP*/
.section_ProductDetail_Description p {
  margin-bottom: 0;
}

h4 {
  font-size: 18px;
}

.row-csr a,
.row-about a,
.row-footer-contact a,
.row-sustainability a,
.row-tshirts a,
.row-jacket-text a,
.row-towels a,
.row-trucks-about a {
  color: #b0b0ac;
  text-decoration: none;
}

.terms a,
.terms a:visited,
.terms a:hover,
.terms a:active,
.how-to-buy a,
.how-to-buy a:visited,
.how-to-buy a:hover,
.how-to-buy a:active,
.delivery a,
.delivery a:visited,
.delivery a:hover,
.delivery a:active,
.returns-claims a,
.returns-claims a:visited,
.returns-claims a:hover,
.returns-claims a:active,
.contact-support a,
.contact-support a:visited,
.contact-support a:hover,
.contact-support a:active {
  color: #b0b0ac;
  text-decoration: none;
}

.switch_purchase {
  max-width: 100%;
  padding-top: 12px;
  font-size: 12px;
  background: none;
  min-width: 200px;
  z-index: 9;
  position: relative
}

@media screen and (max-width:1199px) {
  .switch_purchase {
    padding-top: 18px;
    float: left;
  }
}
.section-contact-about-header {
  float: right;
}
.switch_purchase a {
  background: white;
  border: 11px solid white;
  color: #4d4e53;
  outline: 2px solid #4d4e53 !important;

}
.switch_purchase a:hover {
  outline-color: #4d4e53;
  border-color: #e6e6e6;
  background: #e6e6e6;
  color: #4d4e53;
}
.section_864 .js-hidelogin {
  display: block !important
}
/*MENU NAV*/
@media (min-width: 1200px) {
  .navbar-nav>li:hover {
    border-top: 2px solid black;
    margin-top: -2px;
  }
}
@media (max-width: 1199px) {
  .navbar-nav>li:hover {
    border-top: 0;
    margin-top: 0px;
  }
}
.dropdown.customer-support .dropdown-menu {
  z-index: 999999;
}
.switch_purchase {
  float: right;
}
.top-bar .section+.section {
  padding: 0;
}
/*custom width*/
.top-bar .container {
  width: 100%;
}

/*BUTTONS*/
.btn {
  transition: background-color 0.2s linear, border-color 0.2s linear;
}


/*DELIVERY PAGE*/
.delivery table>tbody>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.footer-top-col {
  background: #EAEAEA;
  color: #222;
}

.footer-top-col p {
  font-size: 14px;
  margin: 0;
}
.footer-top-col p a {
  color: #34A4DB;
}
@media (max-width: 767px) {
  .footer section {
    padding-bottom: 10px !important;
  }

  .section-about {
    padding-top: 10px !important;
  }

  .footer .footer-top-section {
    padding-bottom: 0px !important;
  }
}
.secure-payments {
  text-align: right;
  color: #222;
}

.secure-payments img {
  margin-left: 8px;
}

.home-button,
.col-menu {
  padding: 0;
}
.home-button p {
  float: right;
  padding-right: 6px;
}

/*VOLVO OCEAN RACE LANDING PAGE*/
.bg-volvo-ocean-race {
  background-image: url(/en/image/getthumbnail/20123);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-volvo-ocean-race .product .hover-product-custom {
  background: white;
  margin-bottom: 25px;
}
.bg-volvo-ocean-race .product-sidebar-nav,
.bg-volvo-ocean-race .section_ProductNodeList {
  margin-top: 15px;
}
/*for catalog landingpage. volvo corp and reductions*/
.volvo-corp-catalog-container .hover-product-additional {
  display: block;
  position: relative;
  width: 100%;
  height: 105px;
  bottom: 40px;
}
.volvo-corp-catalog-container .hover-product-additional .hover-product-hover-bg {
  background: none;
  opacity: none;
}
.volvo-corp-catalog-container .hover-product-additonal-details {
  color: black
}
.volvo-corp-catalog-container .hover-product-title {
  display: none;
}
/*for catalog landingpage. volvo corp and reductions END*/
.social-share-icons {
  display: none;
}
.custom-container .row {
  padding-bottom: 0px !important;
}

/*Alertify log*/
.alertify-log {
  background: #1251b5;
  border-color: #1251b5;
}
/*Checkout*/
/*You might also need*/
.section_BasketRelatedProduct a.js-product-detail {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .header.menu-background>.container {
    width: 1190px;
  }
}
@media screen and (max-width: 1400px) {
  .navbar-nav>li>a {
    font-size: 10px !important;

  }
  .dropdown-menu>li>a {
    font-size: 8px;
  }
}
/*HEADER*/
@media screen and (min-width: 769px) {
  .logo-vmc {
    top: 15px;
    margin-bottom: 45px;
  }
  .cart-content.container .feature-basket {
    background: white;
  }
  .cart-content.container {
    position: relaitve;
  }
  .row-search,
  .row-cart,
  .row-logged-in {
    height: 0px;
    position: relative;
    width: 100%;
  }
  .header.row-search {
    margin-top: 0px;
  }
  .row-logged-in {
    float: left;
  }
  .row-search {
    float: left;
  }
  .row-cart {
    float: left;
  }
  .header.row-header img {
    position: relative;
    z-index: 99999;
  }
  .row-search .container {
    margin-top: -130px;
    height: 55px;
  }
  .row-cart .container {
    margin-top: -100px;
    height: 55px;
  }
  .row-logged-in .container {
    margin-top: -60px;
    height: 55px;
  }
}
.logo-vmc img {
  width: 80px;
  padding-top: 20px;
  top: 7px;
}
@media screen and (min-width:768px) {
  .section_884 {
    position: absolute;
    left: -60px
  }

}
@media screen and (min-width:1200px) {
  .section_884 {
    position: absolute;
    left: -30px
  }

}
@media screen and (min-width:1500px) {
  .section_884 {
    position: absolute;
    right: -145px
  }

}
@media screen and (max-width:991px) {
  .section_884 {
    left: -140px
  }
}
.section_884 .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
.my-area-menu .dropdown-toggle.menulabel {
  color: black;
}
.my-area-menu .dropdown-toggle.menulabel .my-area-icon {
  color: white;
}
/*HEADER END*/
@media screen and (min-width: 768px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .section_884 {
    left: -150px;
  }
}
@media screen and (min-width:1200px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .section_884 {
    left: -85px;
  }
}
.mobile-menu-col {
  width: 150px;
  float: right;
}
/* Oneszie button width */
.size-availability-pdp .gridinputbutton [data-sizeid=""] {
  width: auto;
}
/* Vertically centered footer */
.footer-top-col .row.payments-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* REGISTER */
.parmaid .tooltip-inner {
  min-width: 200px;
}
/* Logo change */
.header .logo-vmc img {
  width: 150px;
  position: relative;
  top: 30px;
  left: -7px;
}
.row-header {
  height: 135px;
}
@media screen and (max-width: 767px) {
  .row-header {
    height: 70px;
  }
  .header .logo-vmc img {
    top: -6px;
    left: 0px;
  }
}
.show-login-overlay .header.login-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9999999;
  display: block;
  visibility: visible;
}

.employee-account .top-bar-link a,
.b2c-account .top-bar-link a{
  border: none;
  pointer-events: none;
  font-size: 14px;
}
.employee-account,
.b2c-account{
  cursor: pointer;
}
.my-account-toggle p {
  color: #53565A;
  letter-spacing: 1.25px;
}
.employee-account .user-log-out-link,
.b2c-account .user-log-out-link{
  display: none;
}
.employee-account .user-profile-sep,
.b2c-account .user-profile-sep{
  display: none;
}
.employee-account .user-profile-customer,
.b2c-account .user-profile-customer{
  display: none;
}
.business-account {
  display: none;
}
.employee-account {
  display: none;
}
.employee-account a:before,
.b2c-account a:before{
  content: '';
  background-image: url(/en/image/getthumbnail/25422);
  display: inline-block;
  margin-right: 5px;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
}
.employee-account a,
.b2c-account a{
  position: relative;
  top: -5px;
}



.header .cart-content.container {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.custom_ribbon.ribbon_soon {
  justify-content: center;
}
.hover-product-image {
  box-shadow: none;
}
.download-product-image {
  margin-top: -30px;
  position: relative;
  bottom: -14px;
}
.section_ProductImageLibrary .product-slider.products-slider-added {
  padding-bottom: 30px;
}
.pdp-container-row .section_PdfLink {
  top: -25px;
}
.section_ProductDetailTabs li>a {
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  font-family: 'VolvoNovum-Regular';
}
.section_ProductDetailTabs li.active a {
  font-weight: 500;
  font-family: 'VolvoNovum-Medium', sans-serif;
  font-size: 18px;
}
.section_ProductDetailTabs .nav-tabs {
  border: none;
}
.section_ProductDetailTabs li {
  border-bottom: 2px solid #B5B5B5;
}
.section_ProductDetailTabs li.active {
  border-bottom: 2px solid #141414;
}
.icon-flex-top .section {
  margin-left: 20px;
}
/* TEMP */
.header-bottom-row.sticky-header-minus {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 556;
}
.header-top-row.sticky-header-minus {
  position: fixed;
  top: -128px;
  left: 0;
  width: 100%;
  z-index: 555;
}
.ribbon_large {
  height: 35px;
  font-size: 14px;
}
.download-product-image .dropdown-menu {
  right: 0;
  width: auto !important;
  min-width: 0px !important;
  left: unset;
  top: 30px;
}
.section_ProductDimensions .colorIds .btn.btnColor-active:after {
  border: 1px solid black;
  width: 26px;
  height: 26px;
  content: '';
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -3px;
  top: -3px;
}
.section_ProductDimensions .colorIds .btn {
  border: none;
}
.attr_12 img {
  border: 1px solid white;
}
.attr_12 .activeIconFilter img {
  border: 1px solid #000;
}
.header.header-top-row {
  padding: 0 !important;
}
.header-top-row .col-sm-8 {
  height: 100%;
  padding-top: 18px;
}
.header-search-row .section_CatalogSearchBox {
  margin-top: 12px;
}
.country-selector label {
  font-size: 0;
}
.btn-logout .user-profile-page-link {
  display: none;
}
.btn-logout .nav {
  width: 100%;
}
.login-user-text .user-log-out-link {
  display: none;
}

.switch_purchase-new .btn::first-letter {
  text-transform: uppercase !important;
}
.login-user-text .nav {
  width: 100%;
}
.login-user-text a {
  color: #53565A;
  font-size: 14px;
  margin-bottom: 15px;
}
.loggedin-text p {
  margin-bottom: 0;
  color: #53565A;
}
.cart-content.container .feature-basket>table {
  margin-bottom: 0;
}
.cart-content.container .feature-basket>.row>div {
  padding: 0;
  margin-bottom: 10px;
}

/* MOBILE */
@media screen and (max-width: 1199px) {
  .header-bottom-row {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    height: 0 !important;
  }
  .header-top-row>.container {
    height: 80px;
    display: block;
  }
  .logo-col {
    float: left;
  }
  .header-top-row {
    height: 80px;
  }
  .mobile-search-toggle {
    background: url(/en/image/getthumbnail/26000);
    background-size: contain;
    width: 25px;
    height: 25px;
    float: right;
  }
  .mobile-navigation-toggle {
    background: url(/en/image/getthumbnail/25998);
    background-size: contain;
    width: 30px;
    height: 30px;
    float: right;
  }
  .close-mobile-icon {
    background: url(/en/image/getthumbnail/25999);
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
  }
  .header-search-row {
    display: none;
  }
  .mobile-search-row {
    display: none;
  }
  .mobile-menu-row {
    display: none;
    background: white;
    width: 340px;
    float: right;
    height: 100vh;
  }
  .mobile-navigation-section {
    width: 100%;
  }
  .mobile-navigation-section {
    margin-left: 0 !important;
  }
  .mobile-menu-row .toggle-item {
    border-top: 1px solid #E1DFDD;
    border-bottom: 0;
  }
  .mobile-menu-row .sidebar-item {
    margin: 0 !important;
  }
  .mobile-menu-row .sidebar-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mobile-search-row {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 555;
    border-top: 1px solid #eee;
  }
  .mobile-menu-row .sidebar-item a {
    text-transform: uppercase;
    font-size: 14px;
    color: #53565A;
    font-weight: 400;
  }
  .mobile-menu-row .sidebar-nav {
    margin-top: 20px;
  }
  .mobile-menu-row {
    width: 340px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 555;
  }
  .header-right-col {
    padding-top: 0 !important;
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  .logo-col {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .cart-content.container {
    display: none !important;
  }
  .my-account-toggle {
    font-size: 0;
  }
  .my-account-toggle a {
    padding: 0 !important;
  }
  .my-account-row {
    width: 30px;
  }
  .section_MiniBasket {
    margin-left: 0 !important;
  }
  .header-top-row {
    border-bottom: 1px solid #E1DFDD;
  }
  .product-sidebar-nav .section_ProductFilter {
    display: none;
  }
  .filter-toggle.section {
    padding-bottom: 0;
  }
  .row.footer-top-row .footer-toggle-mobile {
    margin-bottom: 20px;
  }
  .footer-bottom-row .container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}

/* MOBILE END */
.mobile-menu-row,
.mobile-search-row {
  display: none;
}

#modal_country_select .modal-header {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
#modal_country_select .modal-body {
  padding-top: 0;
}
#modal_country_select .modal-body>.row:first-of-type {
  margin-bottom: 30px;
}
#modal_country_select .btn {
  border: none;
  margin-bottom: 10px;
}
#modal_country_select p {
  font-size: 16px;
}
[data-customer^="CONSUMER"] #productfilter .attr_5,
[data-customer^="OSS-CONS"] #productfilter .attr_5 {
    display: none;   
}
[data-customer^="EMPLOYEE-"] .section_ProductFilter .attr_5,
[data-customer^="OSS-EMPL"] .section_ProductFilter .attr_5 {
    display: none;
}
@media screen and (min-width: 1400px) {
  .cd-main-content>.content>.container {
    width: 1370px;
  }
}
.product-sidebar-nav.active-filter-row .section_ProductFilter {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-banner-container {
    margin-bottom: 45px;
  }
}
.paginate-bottom>.pull-right {
  padding-right: 0;
}
.paginate-bottom>.pull-right span {
  padding-right: 0;
}
.paginate-bottom>.pull-right span:hover {
  background: none;
}
.visible-footer-col .section_Content {
  display: block !important;
}
.row.footer-top-row .visible-footer-col .footer-toggle-mobile:after {
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .section_ProductImageLibrary .slides img {
    border: none;
    padding: 5px;
  }

  .section_ProductImageLibrary .product-slider.products-slider-added {
    padding-bottom: 30px;
  }

  .section_ProductImageLibrary hr {
    display: none;
  }

  .download-product-image {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-right: 0;
  }

  .download-product-image .dropdown-menu {
    left: 0;
    max-width: 250px;
  }

  .download-product-image button {
    float: left;
  }

  .slider-nav-section.product-carousel {
    position: relative;
    top: -30px;
  }

  .pdp-container-row .section_PdfLink {
    top: -57px;
  }
}

.flex-image-text {
  display: flex;
  flex-wrap: wrap;
}

.quick-popup-pdp .pdp-link-on-popup a {
  background: none;
  border: none;
}

.quick-popup-pdp .pdp-link-on-popup a:before {
  content: 'View full description';
  font-size: 16px;
}

.quick-popup-pdp .pdp-link-on-popup a {
  font-size: 0;
  text-transform: none;
}

.modal .download-product-image {
  display: none;
}

.WebToPrintActivationPDP:hover,
.WebToPrintActivationPDP:focus,
.WebToPrintActivationPDP:active,
.download-product-image button:hover,
.download-product-image button:focus,
.download-product-image button:active {
  background: none;
  color: #4d4e53;
  box-shadow: none;
  outline: none;
  text-decoration: underline;
}
[data-loggedin="False"] .hidden-autouser {
    display: none;
}
[data-loggedin="True"] .hidden-loggedin {
    display: none;
}

.sizeIds .gridinputbutton [data-sizeid=""] {
    background: none !important;
    color: #000;
}
.sizeIds .gridinputbutton .btnSize-active[data-sizeid=""] {
    padding: 0;
    height: auto;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.sizeIds .gridinputbutton .btn-selected[data-sizeid] {
    border: 1px solid #000;
}
.sizeIds .gridinputbutton .btn.btnSize-active[data-sizeid=""] {
    border: none;
    border-bottom: 1px solid #000;
}
.sizeIds .gridinputbutton .btn[data-sizeid^="1"],
.sizeIds .gridinputbutton .btn[data-sizeid^="2"],
.sizeIds .gridinputbutton .btn[data-sizeid^="3"],
.sizeIds .gridinputbutton .btn[data-sizeid^="4"],
.sizeIds .gridinputbutton .btn[data-sizeid^="5"],
.sizeIds .gridinputbutton .btn[data-sizeid^="6"],
.sizeIds .gridinputbutton .btn[data-sizeid^="7"],
.sizeIds .gridinputbutton .btn[data-sizeid^="8"],
.sizeIds .gridinputbutton .btn[data-sizeid^="9"]{
    width: 50px;
    height: 30px;
    border-radius: 0;
}
.sizeIds .gridinputbutton .btn-selected[data-sizeid^="1"],
.sizeIds .gridinputbutton .btn-selected[data-sizeid^="2"],
.sizeIds .gridinputbutton .btn-selected[data-sizeid^="3"],
.sizeIds .gridinputbutton .btn-selected[data-sizeid^="4"],
.sizeIds .gridinputbutton .btn-selected[data-sizeid^="5"],
.sizeIds .gridinputbutton .btn-selected[data-sizeid^="6"],
.sizeIds .gridinputbutton .btn-selected[data-sizeid^="7"],
.sizeIds .gridinputbutton .btn-selected[data-sizeid^="8"],
.sizeIds .gridinputbutton .btn-selected[data-sizeid^="9"]{
    border: none;
    border-bottom: 1px solid #000;
}
.sizeIds .gridinputbutton [data-sizeid="XS"] {
  font-size: 0;
}
.sizeIds .gridinputbutton [data-sizeid="XS"]:before {
  content: 'XS';
  font-size: 13px;
}
.sizeIds .gridinputbutton .btnSize-active[data-sizeid="XS"] {
    border: 1px solid #000 !important;
    color: #000;
  	background: transparent !important; 
}
.sizeIds .gridinputbutton [data-sizeid="S"] {
  font-size: 0;
}
.sizeIds .gridinputbutton [data-sizeid="S"]:before {
  content: 'S';
  font-size: 13px;
}
.sizeIds .gridinputbutton .btnSize-active[data-sizeid="S"] {
    border: 1px solid #000 !important;
    color: #000;
  	background: transparent !important; 
}
.sizeIds .gridinputbutton [data-sizeid="M"] {
  font-size: 0;
}
.sizeIds .gridinputbutton [data-sizeid="M"]:before {
  content: 'M';
  font-size: 13px;
}
.sizeIds .gridinputbutton .btnSize-active[data-sizeid="M"] {
    border: 1px solid #000 !important;
    color: #000;
  	background: transparent !important; 
}
.sizeIds .gridinputbutton [data-sizeid="L"] {
  font-size: 0;
}
.sizeIds .gridinputbutton [data-sizeid="L"]:before {
  content: 'L';
  font-size: 13px;
}
.sizeIds .gridinputbutton .btnSize-active[data-sizeid="L"] {
    border: 1px solid #000 !important;
    color: #000;
  	background: transparent !important; 
}
.sizeIds .gridinputbutton [data-sizeid="XL"] {
  font-size: 0;
}
.sizeIds .gridinputbutton [data-sizeid="XL"]:before {
  content: 'XL';
  font-size: 13px;
}
.sizeIds .gridinputbutton .btnSize-active[data-sizeid="XL"],
.sizeIds .gridinputbutton .btnSize-active[data-sizeid="2XL"],
.sizeIds .gridinputbutton .btnSize-active[data-sizeid="3XL"],
.sizeIds .gridinputbutton .btnSize-active[data-sizeid="4XL"],
.sizeIds .gridinputbutton .btnSize-active[data-sizeid="5XL"]{
    border: 1px solid #000 !important;
    color: #000;
  	background: transparent !important; 
  	width: 40px;
  	height: 40px;
  	border-radius: 50%;
}
.sizeIds .gridinputbutton .btn[data-sizeid="2XL"],
.sizeIds .gridinputbutton .btn[data-sizeid="3XL"],
.sizeIds .gridinputbutton .btn[data-sizeid="4XL"],
.sizeIds .gridinputbutton .btn[data-sizeid="5XL"]{
  	width: 40px;
  	height: 40px;
  	border-radius: 50%;
}
.pdp-container-row .WebToPrintActivationPDP:hover {
    background: none;
}
#show-matrix-btn {
    background: transparent;
}
.filter-toggle {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
  	position: relative;
}
.filter-toggle .btn:after {
    content: ' ';
    background-image: url(/en/image/getthumbnail/25428);
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 8px;
}
.active-filter-row .filter-toggle .btn:after {
    transform: rotate(180deg);
}
.filter-toggle .btn {
    width: 100%;
    text-align: left;
    padding-left: 0;
    text-transform: none;
}
.section_BreadCrumb .hidden-xs {
    display: block;
}
@media screen and (max-width: 767px){
    h1 {
        font-size: 25px;
    }
}
.mobile-action-row .row {
    margin: 0;
}
@media screen and (max-width: 1199px){
    .cd-main-content > .content {
        padding-top: 0;
    }
}
@media screen and (max-width: 767px){
    .pdp-title-row .section_ProductDetail_Header {
    width: 100%;
}
.pdp-title-row > div {
    width: 100%;
    display: block;
}
.pdp-title-row .pdp-pod-row {
    width: 100%;
}
  .section_ProductDetailTabs .nav-tabs>li>a {
    font-size: 1em;
}
  
.section_BreadCrumb .container {
    width: 100%;
}
}
.overlay-menu {
    width: 100vw;
    background: black;
    opacity: 0.6;
    height: 100vh;
    position: fixed;
    visibility: visible;
    z-index: 554;
}
.mobile-menu-row .sidebar-navigation {
    max-height: 80vh;
    overflow-x: hidden;
}
.other-holder .col-xs-5 {
    width: 100%;
}
@media screen and (max-width: 991px){
    .login-row .login-bg {
    order: 2;
    width: 100%;
    height: 300px;
}
.login-row .login-sidebar {
    width: 100%;
    order: 1;
}
.login-row {
    height: auto;
}
}
.showlogin-btn a {
    text-align: center;
    justify-content: center;
}
.mobile-no-nav {
 	opacity: 0;
  	pointer-events: none;
  	z-index: -1;
}
.gridinputbutton .btn-selected {
    background: none !important;
    color: #000;
}
@media screen and (min-width: 1200px){
    .mobile-menu-row {
        display: none !important;
    }
  	.overlay-menu {
     	display: none !important; 
    }
}
.filterLess, .filterMore {
    cursor: pointer;
}
.size-availability-pdp .alert-info {
margin-top: 10px;
}
.consumer-select-row .col-sm-12,
.employee-select-row .col-sm-12,
.business-select-row .col-sm-12{
    padding: 0;
}
.ribbonText {
    background: #53565a;
    text-shadow: none;
    font-weight: 400;
    box-shadow: none;
    margin: 0 -20px 20px -10px;
}
.ribbonText:before {
    display: none;
}
.custom_ribbon_wrapper {
    display: none;
}
.ribbon-attr-19 .ribbonText {
    background: #BF2012;
}
.breadcrumb-wrapper {
    box-shadow: none;
}
@media screen and (min-width: 1400px){
    .breadcrumb-wrapper > .container {
        width: 1370px;
    }
}
.section_ProductImageLibrary .vertical .slick-slider.main .slick-slide {
    padding-left: 0;
}
@media screen and (min-width: 1031px){
.section_ProductImageLibrary .product-slider.products-slider-added {
    padding-left: 100px;
}
}
.fullwidth-img img {
    width: 100%;
}
.no-side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-side-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.centered-content {
    text-align: center !important;
}
.minus-margin-top {
    margin-top: -30px;
}
.content .margin-bottom-0 {
    margin-bottom: 0;
}
.content .margin-top-0 {
    margin-top: 0;
}
.content .margin-bottom-30 {
    margin-bottom: 30px;
}
.content .margin-top-30 {
    margin-top: 30px;
}
.content .margin-top-minus-30 {
    margin-top: -30px;
}
.content .margin-bottom-minus-30 {
    margin-bottom: -30px;
}
.content .padding-30 {
    padding: 30px;
}
.content .padding-20 {
    padding: 20px;
}
.content .padding-40 {
    padding: 40px;
}
@media screen and (min-width: 992px) {
  .content .padding-right-30 {
    padding-right: 30px;
}
.content .padding-left-30 {
    padding-left: 30px;
}
  .no-left-padding {
 	padding-left: 0 !important; 
}
.no-right-padding {
 	padding-right: 0 !important; 
}
}
.content .no-padding {
    padding: 0;
}
.center-content {
    text-align: center;
}
.small-content-width {
    max-width: 900px;
    margin: 0 auto;
}
.no-p-margin p {
 	margin-bottom: 0; 
}
@media screen and (max-width: 991px){
  .flex-image-text {
   	display: block; 
  }
    .flex-image-text > div {
        width: 100%;
    }
    .flex-image-text > div:first-of-type {
        margin-bottom: 30px;
    }
}
.no-left-padding {
 	padding-left: 0 !important; 
}
.no-right-padding {
 	padding-right: 0 !important; 
}
@media screen and (min-width: 768px) {
.padding-left-15 {
 	padding-left: 15px !important; 
}
.padding-right-15 {
 	padding-right: 15px !important; 
}
}
.js-countryselector .modal {
    top: 10vh;
}
#ptmodal.modal {
    top: 10vh;
}
.cart-view-table .label-parttrap {
    background: none;
    color: #000;
    padding-left: 0;
    font-weight: 400;
}
.section_ProductFilter .iconFilter[data-name="White"] img {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 22px;
    position: relative;
    top: 2px;
    height: 22px;
}
.section_ProductFilter .iconFilter[data-name="White"].activeIconFilter img {
    border: 1px solid #000;
    width: 26px;
    height: 26px;
  	top: 0;
}
#show-matrix-btn {
    color: #000;
}
#hide-matrix-btn {
    background: none;
    border: none;
    color: #000;
}
@media screen and (min-width: 768px){
.section_ProductImageLibrary .vertical .slider-nav-section .slick-slide,
.section_ProductImageLibrary .vertical .slider-nav-section .slick-slide > div > div img {
    width: 74px !important;
    height: 74px !important;
}
}
.no-p-margin p {
 	margin: 0;
}
.p-padding-5 p {
    padding-top: 5px;
    padding-bottom: 5px;
}
.attr_12 .iconFilter {
    border: 1px solid #fff;
}
.attr_12 .activeIconFilter {
    border: 1px solid #000;
    border-radius: 50%;
}
.attr_12 .iconFilter img {
    border: 3px solid white;
}
.animated-image {
    overflow: hidden;
  	padding-bottom: 0 !important;
  	margin-bottom: 0 !important;
}
.animated-image p {
 	margin-bottom: 0 !important; 
}
.animated-image img {
    animation: zoom 45s infinite;
}
div.loginMessageText{
  font-size:large;
  color:red;
  margin-bottom:10px;  
}
.no-padding-right {
 	padding-right: 0 !important; 
}
.no-padding-left {
 	padding-left: 0 !important; 
}
.flex-image-text .flex-image-content p,
.flex-image-text .flex-image-content div {
    height: 100%;
}
.flex-image-text .flex-image-content img {
    height: 100%;
    object-fit: cover;
}
.flex-image-text .flex-image-content {
    height: 100%;
}
.content .margin-bottom-20 {
 	margin-bottom: 20px; 
}

@media screen and (min-width: 1700px) {
    .cd-main-content> .content>.container, .section_BreadCrumb > .container {
        width: 1670px;
    }
}
@media screen and (min-width: 1800px) {
    .cd-main-content> .content>.container, .section_BreadCrumb > .container {
        width: 1770px;
    }
}
/* Hide product list options */
.page:has(.hide-opt) #productlist .product-nav li.pull-right,
.page:has(.hide-opt) #productlist .paginate-top,
.page:has(.hide-opt) #productlist .product-nav-layout ~ .form-inline{
    display: none;
}

/*Header */
@media screen and (max-width: 991px) {
    .site-select-buttons {
        display: inline-block !important;
        width: 100%;
    }
    
    .login-overlay > .container {
        width: calc(100% - 30px);
    }
}

/* Navigation */
@media screen and (max-width: 1199px){
    .mobile-menu-row ul.toggle-lvl-one > li > .sidebar-item a{
        font-weight: 700;
    }
    .mobile-navigation-toggle, 
    .mobile-search-toggle{
        background-repeat: no-repeat;
        background-position: center;
    }
}

/*PLP */
@media screen and (max-width: 768px){
    .attr_12 .iconFilter{
        border: 1px solid white;
        margin-bottom: 8px;
        margin-right: 8px;
    }
    
    .attr_12 .iconFilter img{
        border: 1px solid #fff;
    }
    
    .section_ProductFilter .iconFilter[data-name="White"]{
        border-color: #fff;
        border-radius: 50%;
    }
    
    .section_ProductFilter .iconFilter[data-name="White"] img{
        top: 0;
        border-color: #ddd;
    }
    
    #productfilter .MultiSelectImages img{
        width: 30px;
        height: 30px;
    }
}

/* Checkout */
@media screen and (max-width: 1199px){
    .pt-page-checkout .form-promo-code > .form-group{
        display: flex;
        flex-wrap: wrap;
    }
    .pt-page-checkout .form-promo-code > .form-group > div{
        width: auto;
        display: flex;
        flex: 1 0 auto;
    }
    
    .pt-page-checkout .form-promo-code > .form-group > div button{
        padding: 6px 14px;
    }
    
    #btnAddRecipients{
        width: 100%;
        margin: 8px 0;
    }
    
    #summaryWrapper > form .form-group{
        margin-top: 8px;
    }
}

@media screen and (min-width: 351px) and (max-width: 768px){
    
    #checkoutWrapper .row > .col-sm-2.col-xs-12:has(a) {
      	margin-bottom: 8px;
    }
    
    [data-loggedin="False"] #checkoutWrapper .row > .col-sm-2:empty{
        display: none;
    }
    
}

@media screen and (max-width: 768px){
    .section_Checkout .basket-total-lines {
        padding-left: 15px !important;
        padding-right: 15px;
    }
    #checkoutWrapper #basket .col-sm-8.col-xs-6.cartactions-container{
        width: 100%;
        margin-bottom: 8px;
    }
    
    #checkoutWrapper #basket .col-sm-8.col-xs-6 .btn{
        width: 100%;
    }
    
    /*[data-loggedin="False"] #checkoutWrapper #basket .col-sm-2.col-xs-6{
        width: 50%;
    }*/
    #checkoutWrapper #basket .col-sm-2.col-xs-6 .btn{
        width: 100%;
    }
    #checkoutWrapper .row > .col-sm-2.col-xs-12:has(a) {
        width: 100%;
    }
    #checkoutWrapper .row > .col-sm-2.col-xs-12:has(a) .btn{
        width: 100%;
    }
    #checkoutWrapper #btnMailCart{
        position: relative;
    }
    #checkoutWrapper #basket > #basketList-standard > div {
        padding: 0;
    }
    
    div#mobileBasketLines {
        padding: 0;
    } 
    #promotionsection > .row{
        margin: 0;
    }
    .paymentsupplier > .paymentOption {
        width: 70% !important;
    }
    
    #summaryWrapper #orderForm{
        position: relative;
        left: 0;
        width: 100%;
    }
    
    #summaryWrapper #orderForm input, #summaryWrapper #orderForm a,
    #summaryWrapper #paymentform input, #summaryWrapper #paymentform a{
        width: calc(50% - 5px);
    }
}

@media screen and (max-width: 400px){
    .section_Checkout #btnChangeAddress, .section_Checkout #btnPayment{
        margin-bottom: 8px;
        width: 100%;
    }
    #deliveryinfoform .row > .col-sm-12 > .pull-right:has(#btn-continue-holder){
        float: none;
    }
    
    #deliveryinfoform .row > .col-sm-12 #btn-continue-holder{
        margin-left: 0;
        width: 100%;
    }
    
    #deliveryinfoform .row > .col-sm-12 #btn-continue-holder > .btn, 
    #deliveryinfoform .row > .col-sm-12 #backToBasket{
        width: 100%;
        margin-bottom: 8px;
    }
    
}

@media screen and (max-width: 351px){
    .pt-page-checkout .form-promo-code > .form-group > div.col-xs-2{
        margin-top: 8px;
        width: 100%;
    }
    
    #checkoutWrapper #btnMailCart{
        width: 100%;
        margin-bottom: 8px;
    }
    #checkoutWrapper #basket .col-sm-8.col-xs-6.cartactions-container{
        width: 100% !important;
    }
    #checkoutWrapper .row > .col-sm-2.col-xs-12:has(a) {
        width: 100%;
    }
    #checkoutWrapper #basket .col-sm-2.col-xs-6{
        width: 100% !important;
    }
    #checkoutWrapper .cartactions-container{
        margin-bottom: 8px;
    }
    #checkoutWrapper #basket .col-sm-2.col-xs-6 a,
    #checkoutWrapper #basket .col-sm-8.col-xs-6 a{
        width: 100%;
    }  
}
.hover-product .js-avail-wrapper {
    display: none;
}
.hover-product-hover-bg {
    background: none;
}
.index-prod-slider .hover-product .field-stockcode {
    display: none;
}
.index-prod-slider .hover-product .pricepanel {
    display: none;
}

[data-loggedin="True"] .hover-product .pull-right:last-of-type {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 0;
}
[data-loggedin="True"] .hover-product .addToBasketContainer {
    position: relative;
    display: block;
}
[data-loggedin="True"] .hover-product .addToBasketContainer .favorite {
    height: 100%;
    width: 100%;
    visibility: visible;
    clip: unset;
}
[data-loggedin="True"] .hover-product .addToBasketContainer .favoriteToggler {
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hover-product .attribute-image-wrapper-hor img {
    border-radius: 50%;
}
[data-loggedin="True"] .index-prod-slider .hover-product .pull-right:last-of-type {
    display: none;
}

.slick-slider {
	touch-action: pan-y pinch-zoom !important;
}

/*Mobile adjustments in PDP */
@media screen and (min-width: 768px) and (max-width: 1030px){
    .section_ProductImageLibrary .product-slider-section hr{
        margin: 0;
    }
    
    .section_ProductImageLibrary .product-carousel{
        margin: 0;
    }
    
    .download-product-image{
        top: 100%;
        bottom: auto;
        margin-top: 0;
    }
    
    .pdp-container-row .section_PdfLink{
        top: 0;
    }
  
 	.download-product-image button{
        float: left;
    }
}
.certifications.section {
    background: rgb(247, 246, 245);
    color: rgba(51, 51, 51, 0.5);
    padding: 30px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.certifications img {
    margin-bottom: 15px;
}
.certifications.section p {
    max-width: 1200px;
    margin: 0 auto;
}
.js-toggleFavorite {
    border: none;
  	background: none;
}

/* High contrast mode */
@media (forced-colors: active){
  .logo-col img {
    filter: invert(100);
  }
}
@media (forced-colors: active){
  .header-logo-col img {
    filter: invert(100);
  }
}
@media (forced-colors: active){
    .top-bar .fa:before, .country-selector form label:before {
        filter: invert(100);
    }
}
@media (forced-colors: active) {
    .header img {
    filter: invert(100);
  }
}
@media (forced-colors: active){
    .top-bar .fa, .country-selector form label {
        filter: invert(100);
    }
}
#basketList-standard > div > .section.section-border.hidden-xs > .row > .col-sm-12 {
    display: flex;
    justify-content: flex-end;
}
#basketList-standard > div > .section.section-border.hidden-xs > .row > .col-sm-12 .btn {
    margin-left: 10px;
    height: 33px !important;
}/* Image card */
.image-card {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.image-card:hover img {
    transform: scale(1.05);
}
.image-card > a {
    position: absolute;
    top: 0;
    left; 0;
    height: 100%;
    width: 100%;
    z-index: 557;
}
.image-card > a:hover {
    text-decoration: none;
}
.image-card-image {
    position: absolute;
    top: 0;
    left; 0;
    height: 100%;
    width: 100%;
    z-index: 555;
}
.image-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 0.2s ease-in-out;
}
.image-card-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    z-index: 556;
    padding: 30px;
    text-align: center;
}
.image-card-content h3, .image-card-content p {
    color: #fff;
}
.image-card-content .btn {
    background: #ffffff;
    border: 1px solid #141414;
    color: #141414;
    margin-top: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    text-transform: none;
    min-width: 120px;
    justify-content: center;
}
.image-card:hover .btn {
    border-color: #A7A8A9;
    background: #F7F7F7;
    color: #141414;
}
.image-card-blue .btn {
    background: #212121;
    border-color: #212121;
    color: #fff;
}
.image-card-blue:hover .btn {
    background: #333;
    border-color: #333;
    color: #fff;
}

/* Image banner */
.image-banner-image-container img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.image-banner-newsletter h3 {
    font-size: 45px;
  	line-height: 1;
    text-transform: none;
    color: #fff;
  	font-family: 'VolvoNovum-Regular', sans-serif;
}
.image-banner-image-container {
    height: 600px;
}
.image-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.image-banner-buttons {
    margin-top: 30px;
}
.image-banner-newsletter {
    position: relative;
}
.image-banner-newsletter .btn {
    height: 40px;
    border-radius: 4px !important;
    text-transform: none;
    border: 1px solid #414141;
    letter-spacing: 1.25px;
    font-weight: 400;
    line-height: 25px;
    background: #fff;
    color: #141414;
    margin-left: 5px;
    margin-right: 5px;
}
.image-banner-newsletter .btn:hover {
  	background: #F7F7F7;
    border: 1px solid #A7A8A9;
}
@media screen and (max-width: 767px){
    .image-banner-content h3 {
        font-size: 30px;
    }
    .image-banner-image-container {
        height: 400px;
    }
}
.image-banner-container .blackbtn .btn {
    background: black !important;
    color: #fff !important;
    border-color: black !important;
}
.image-banner-container .blackbtn .btn:hover {
    background: black !important;
    color: #fff !important;
    border-color: black !important;
    opacity: 0.85 !important;
}
.image-banner-container .bluebtn .btn {
    border-radius: 4px;
    background: #1C6BBA;
    border-color: #1C6BBA;
    color: #fff;
}
.image-banner-container .bluebtn .btn:hover {
    background: #2B8EDE;
    border-color: #2B8EDE;
    color: #fff;
}
.image-banner-container .redbtn .btn {
    background: #e2031c;
    border-color: #e2031c;
    color: #fff;
    font-family: 'DINPro-Bold', Arial, sans-serif;
    outline: none;
    border-radius: 0 !important;
}
.image-banner-container .redbtn .btn:hover {
    background: #C00000;
    border-color: #C00000;
    color: #fff;
    font-family: 'DINPro-Bold', Arial, sans-serif;
}
.image-banner-container .rwhitebtn .btn {
    background: #fff;
    border: 2px solid #262626;
    color: #000;
    border-radius: 0;
    font-family: 'DINPro-Bold', Arial, sans-serif;
    border-radius: 0 !important;
}
.image-banner-container .rwhitebtn .btn:hover {
    background: #E6E6E6;
    border-color: #262626;
    color: #000;
    border-radius: 0;
    font-family: 'DINPro-Bold', Arial, sans-serif;
}
.image-banner-container .volvo-broad-text {
    font-family: 'volvo broad';
}
.image-banner-container .renault-dinpro-text {
    font-family: 'DINPro-Bold', arial, sans-serif;
}
.image-banner-container .volvo-novum-text {
    font-family: 'VolvoNovum-Regular', sans-serif;
}




/* Design 1 */
.custom-image-card.custom-design-1 {
  display: grid; 
  grid-template-columns: 1fr 60px 1fr; 
  grid-template-rows: 60px 1fr 1fr 60px; 
  grid-template-areas: 
    "main-image . ."
    "main-image . main-text"
    "main-image main-product main-product"
    "main-image . ."; 
}
.custom-image-card.custom-design-1 .custom-image-card-text {
    grid-area: 2 / 3 / 3 / 4;
}
.custom-image-card.custom-design-1 .custom-image-card-image {
    grid-area: 1 / 1 / 5 / 3;
}
.custom-image-card.custom-design-1 .custom-image-card-product {
    grid-area: 3 / 2 / 4 / 4;
}

/* Design 2 */
.custom-image-card.custom-design-2 {
  display: grid; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 60px 1fr 1fr 80px 1fr 1fr 80px 60px; 
  grid-template-rows: 1fr 1fr 0.5fr 60px 390px;
}
.custom-image-card.custom-design-2 .custom-image-card-text {
    grid-area: 1 / 2 / 3 / 4;
}
.custom-image-card.custom-design-2 .custom-image-card-image {
    grid-area: 2 / 3 / 5 / 8;
}
.custom-image-card.custom-design-2 .custom-image-card-product {
    grid-area: 4 / 6 / 6 / 7;
}
.custom-image-card.custom-design-2 .custom-image-card-quote {
    grid-area: 1 / 5 / 2 / 8;
}

/* Design 3 */
.custom-image-card.custom-design-3 {
  display: grid; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 60px 0.7fr 1fr 1fr; 
  grid-template-rows: 2fr 80px 1fr; 
}
.custom-image-card.custom-design-3 .custom-image-card-image {
    grid-area: 1 / 1 / 3 / 4;
}
.custom-image-card.custom-design-3 .custom-image-card-product {
    grid-area: 2 / 2 / 4 / 3; 
}

/* Design 4 */
.custom-image-card.custom-design-4 {
  display: grid; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 60px 1.4fr 0.1fr 0.3fr 30px 1fr 80px;
  grid-template-rows: 1fr 1.3fr 0.5fr 0fr 0fr 0fr;
}
.custom-image-card.custom-design-4 .custom-image-card-text {
    grid-area: 1 / 4 / 3 / 7;
}
.custom-image-card.custom-design-4 .custom-image-card-image {
    grid-area: 3 / 5 / 8 / 8;
}
.custom-image-card.custom-design-4 .custom-image-card-product {
    grid-area: -2 / 3 / 7 / 6;
}
.custom-image-card.custom-design-4 .custom-image-card-quote {
    grid-area: 2 / 2 / 5 / 3;
}
/* Design 5 */
.custom-image-card.custom-design-5 {
  display: grid; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 60px 0.5fr 1fr 0.5fr 0.5fr 0.8fr 60px;
  grid-template-rows: 1.5fr 60px 0.2fr 1fr 1fr 0fr;
}
.custom-image-card.custom-design-5 .custom-image-card-text {
    grid-area: 4 / 2 / 6 / 4;
}
.custom-image-card.custom-design-5 .custom-image-card-image {
    grid-area: 1 / 3 / 3 / 7; 
}
.custom-image-card.custom-design-5 .custom-image-card-product {
    grid-area: 2 / 5 / 4 / 6;
}
.custom-image-card.custom-design-5 .custom-image-card-quote {
    grid-area: 5 / 4 / 5 / 7;
}
/* Design 6 */
.custom-image-card.custom-design-6 {
  display: grid; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 80px 0.3fr 50px 1fr 1fr;
  grid-template-rows: 0.3fr 0.7fr 1fr;
}
.custom-image-card.custom-design-6 .custom-image-card-image {
    grid-area: 2 / 4 / 4 / 5;
}
.custom-image-card.custom-design-6 .custom-image-card-product {
    grid-area: 1 / 2 / 3 / 4;
}

/* General */
.custom-image-card .custom-image-card-text p,
.custom-image-card .custom-image-card-text h2{
    font-size: 2em;
  	margin-bottom: 40px;
}
.custom-image-card-quote blockquote {
    border-left: 0;
    font-family: "ltc-bodoni-175", serif; 
	font-weight: 400; 
	font-style: normal; 
    font-size: 4.2em;
}
.custom-image-card-quote {
 	padding: 80px;
  	text-align: center;
}
.custom-image-card .custom-image-card-text {
    padding: 80px;
}
.custom-image-card .custom-image-card-product-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 450px;
    width: 350px;
    color: #4C908C;
    font-size: 1.2em;
}
.custom-image-card .custom-image-card-product-inner h3 {
    text-transform: none;
    margin: 0;
    color: #333;
    font-family: VolvoNovum-Regular, sans-serif;
    font-weight: 500;
}
@media screen and (min-width: 992px){
  	.overlap-500 {
        margin-top: -500px;
    }
    .overlap-400 {
        margin-top: -400px;
    }
    .overlap-200 {
        margin-top: -200px;
    }
    .overlap-over {
      z-index: 554;
      position: relative;
    }
    .overlap-behind {
        z-index: 444;
        position: relative;
    }
  	.overlap-behind-2 {
        z-index: 333;
        position: relative;
    }
}

.custom-image-card .custom-image-card-image {
 	position: relative; 
}
.custom-image-card-product {
    position: relative;
}
.custom-image-card-text {
    position: relative;
}
.custom-image-card-quote {
    position: relative;
}


/* SVG */
.custom-image-card.custom-design-1 .custom-image-card-svg {
    position: absolute;
    z-index: 556;
    width: 230px;
    padding: 30px;
}
.custom-image-card.custom-design-2 .custom-image-card-svg {
    position: absolute;
    right: 0;
    z-index: 556;
    width: 230px;
    padding: 30px;
}
.custom-image-card.custom-design-2 .cls-1 {
    fill: #000;
}
.custom-image-card.custom-design-3 .custom-image-card-svg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 556;
    width: 230px;
    padding: 30px;
}
.custom-image-card.custom-design-4 .custom-image-card-svg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 556;
    width: 230px;
    padding: 30px;
}
.custom-image-card.custom-design-5 .custom-image-card-svg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 556;
    width: 230px;
    padding: 30px;
}
.custom-image-card.custom-design-5 .cls-1 {
    fill: #000;
}
.custom-image-card.custom-design-6 .custom-image-card-svg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 556;
    width: 230px;
    padding: 30px;
}

.custom-image-card .custom-image-card-text p, .custom-image-card .custom-image-card-text h2 {
    line-height: 1.42857;
}
@media screen and (max-width: 1499px) and (min-width: 992px){
    .custom-image-card .custom-image-card-text p, .custom-image-card .custom-image-card-text h2 {
        font-size: 1.6em;
    }
    .custom-image-card .custom-image-card-quote blockquote {
        font-size: 3em;
    }
    .custom-image-card.custom-design-1 {
        grid-template-columns: 1fr 60px 1fr;
        grid-template-rows: 60px 1fr 0.5fr 0px;
    }
    .custom-image-card.custom-design-2 {
        grid-template-columns: 60px 1fr 1fr 80px 1fr 1fr 80px 60px;
        grid-template-rows: 1fr 1fr 0.5fr 60px 90px;
    }
    .custom-image-card.custom-design-2 .custom-image-card-product {
        grid-area: 3 / 6 / 6 / 7;
    }
    .custom-image-card.custom-design-3 .custom-image-card-product {
        grid-area: 2 / 2 / -3 / 3;
    }
    .custom-image-card.custom-design-4 {
        grid-template-columns: 60px 1.2fr 0.3fr 0.3fr 30px 1fr 80px;
        grid-template-rows: 1fr 1fr 1.3fr 0.5fr 0fr 0fr 0fr;
    }
    .custom-image-card.custom-design-4 .custom-image-card-product {
        grid-area: -6 / 3 / 7 / 6;
    }
    .overlap-400 {
        margin-top: -250px;
    }
    .custom-image-card-quote {
        padding: 20px;
    }
    .custom-image-card.custom-design-4 .custom-image-card-product {
        padding-top: 120px;
    }
    .custom-image-card.custom-design-5 .custom-image-card-image img {
        height: 100%;
        object-fit: cover;
    }
    .custom-image-card .custom-image-card-product-inner {
        height: 400px;
        width: 300px;
    }
    .overlap-200 {
        margin-top: -100px;
    }
    .overlap-500 {
        margin-top: -150px;
    }
  	.custom-image-card.custom-design-5 {
      grid-template-columns: 60px 0.5fr 1fr 0.5fr 0.5fr 0.8fr 60px;
      grid-template-rows: 1.5fr 60px 0.2fr 0.8fr 0fr 0.6fr;
	}
  	.custom-image-card .custom-image-card-text {
    	padding: 40px;
	}
  	.custom-design-1 .custom-image-card-product {
    	padding-bottom: 30px;
	}
  	.custom-image-card.custom-design-5 .custom-image-card-quote {
    	grid-area: 7 / 4 / 5 / 7;
      	display: flex;
    	align-items: flex-end;
	}
  	.custom-image-card.custom-design-5 .custom-image-card-text {
    	grid-area: 4 / 2 / 6 / 5;
	}
  	.custom-image-card.custom-design-2 .custom-image-card-quote {
        grid-area: 1 / 5 / 2 / 8;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 1349px) and (min-width: 992px){
    .custom-image-card .custom-image-card-text p, .custom-image-card .custom-image-card-text h2 {
        font-size: 1.4em;
    }
    .custom-image-card .custom-image-card-quote blockquote {
        font-size: 2.7em;
    }
    .overlap-400 {
        margin-top: -200px;
    }
  	.custom-image-card.custom-design-5 {
    	grid-template-columns: 60px 0fr 1fr 0.5fr 0.5fr 0.8fr 60px;
    	grid-template-rows: 1.5fr 60px 0.2fr 0.8fr 0fr 0.6fr;
	}
}
.main-campaign-row {
    max-width: 1920px;
    margin: 0 auto !important;
}
.custom-image-card-product-inner > a {
    height: 100%;
    width: 100%;
    position: absolute;
}
.custom-image-card-product-inner > a:hover,
.custom-image-card-product-inner > a:focus {
    text-decoration: none;
}
.custom-image-card-product-inner > a {
    height: 375px;
    width: 300px;
    position: absolute;
    z-index: 777;
}
.overlap-bottom {
    z-index: -1;
}
.custom-design-hero .custom-image-card-svg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 556;
    width: 230px;
    padding: 30px;
}
.custom-design-hero h1 {
    font-family: "ltc-bodoni-175", serif;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 60px;
    font-size: 4em;
    font-weight: 400 !important;
}
.custom-design-hero .custom-image-card-image {
    position: relative;
}
.cta-holiday-button {
    text-align: center;
    margin-top: 30px;
}
@media screen and (max-width: 991px){
    .custom-image-card.custom-design-1,
    .custom-image-card.custom-design-2,
    .custom-image-card.custom-design-3,
    .custom-image-card.custom-design-4,
    .custom-image-card.custom-design-5,
    .custom-image-card.custom-design-6 {
        display: flex;
        flex-direction: column;
    }
    .custom-image-card.custom-design-1 > *,
    .custom-image-card.custom-design-2 > *,
    .custom-image-card.custom-design-3 > *,
    .custom-image-card.custom-design-4 > *,
    .custom-image-card.custom-design-5 > *,
    .custom-image-card.custom-design-6 > *{
        width: 100%;
    }
  	.custom-image-card .custom-image-card-text {
        padding: 30px;
    }
  	.custom-image-card .custom-image-card-text p, .custom-image-card .custom-image-card-text h2 {
        font-size: 1.3em;
        margin-bottom: 20px;
    }
  	.custom-image-card .custom-image-card-product-inner {
        margin: 0 auto;
    }
  	.custom-image-card .custom-image-card-svg {
        width: 175px !important;
    }
  	.custom-image-card-quote {
        padding: 30px;
    }
  	.custom-image-card-quote blockquote {
        font-size: 2.2em;
    }
  .custom-design-hero h1 {
    font-size: 1.6em;
    padding: 10px;
    margin: 0;
}
.custom-design-3 .custom-image-card-text,
.custom-design-3 .custom-image-card-quote,
.custom-design-6 .custom-image-card-text,
.custom-design-6 .custom-image-card-quote{
    display: none;
}
.custom-design-3 .custom-image-card-product-inner,
.custom-design-6 .custom-image-card-product-inner{
    margin-top: 15px;
}
}

@media screen and (max-width: 1199px){
 .minus-margin-top {
    margin-top: 0;
} 
}

.custom-image-card-svg-hero {
    position: absolute;
    top: 20%;
    right: 100px;
    z-index: 555;
}
.custom-image-card-svg-hero svg {
    height: 60px;
}
@media screen and (max-width: 991px){
    .custom-image-card-svg-hero svg {
        height: 30px;
    }
    .custom-image-card-svg-hero {
        right: 60px;
    }
}
@media screen and (max-width: 767px){
    .custom-image-card-svg-hero svg {
        height: 20px;
    }
    .custom-image-card-svg-hero {
        right: 20px;
    }
}
.custom-design-3 .custom-image-card-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}