/* HOMEPAGE REDESIGN PHASE 2021 */
 .myHmpg__headline {
    font-style: normal;
     font-weight: bold;
     font-size: 14px;
     line-height: 16px;
     text-transform: uppercase;
     color: #222;
}
 .myHmpg__uppercase {
    text-transform: uppercase;
}
/* Layouts */
 #main-layout-content {
    background: #f5f5f5;
}
/* TOP CONTENT */
 .myHmpg__container--top {
     position: relative;
     display: -ms-grid;
     display: grid;
     grid-template-columns: 215px 13px 1fr 12px 250px;
     -ms-grid-columns: 215px 13px 1fr 12px 250px;
     grid-template-rows: auto;
     -ms-grid-rows: auto;
     margin-bottom:30px;
}
 .myHmpg-products__container {
     grid-column-start: 1;
     grid-column-end: 2;
     grid-row-start: 1;
     grid-row-end: 1;
}
 .myHmpg-carousel__container {
     grid-column-start: 3;
     grid-column-end: 4;
     grid-row-start: 1;
     grid-row-end: 1;
     overflow: hidden;
}
 .myHmpg-ctas__container {
     grid-column-start: 5;
     grid-column-end: 6;
     grid-row-start: 1;
     grid-row-end: 1;
}
/* TOP CONTENT - PRODUCTS */
 .myHmpg-products__container {
    position: relative;
     z-index: 10;
     padding: 20px 0;
     box-sizing: border-box;
}
 .myHmpg-products__container.hmpg-prod-nav--open {
    box-shadow: none;
}
 .myHmpg-products__container .myHmpg-products__header {
    display: block;
     margin: 0 0 10px;
     padding: 0 20px;
}
 .myHmpg-products__container .myHmpg-products__header .myHmpg__headline {
    display: inline-block;
     vertical-align: middle;
     cursor: default;
}
 .myHmpg-products__container .myHmpg-products__header a {
    display: inline-block;
     vertical-align: middle;
     padding: 0 7px;
     font-size: 11px;
     text-transform: uppercase;
}
 .myHmpg-products__container .myHmpg-products__list {
    display: block;
     padding: 0 0 0 10px;
}
 .rtl .myHmpg-products__container .myHmpg-products__list {
    display: block;
     padding: 0 10px 0 0;
}
 .myHmpg-products__container .myHmpg-products__list > ul, .myHmpg-products__container .myHmpg-products__list > ul li {
    list-style: none;
     margin: 0;
     padding: 0;
}
 .myHmpg-products__container .myHmpg-products__list > ul li {
    display: block;
     padding: 0 10px;
     line-height: 1.1;
}
 .myHmpg-products__container .myHmpg-products__list > ul li:hover, .myHmpg-products__container .myHmpg-products__list > ul li.menu__open {
     padding-left: 7px;
     border-left: 3px solid #cc0000;
     color: #cc0000;
}
 .rtl .myHmpg-products__container .myHmpg-products__list > ul li:hover, .rtl .myHmpg-products__container .myHmpg-products__list > ul li.menu__open {
     padding-right: 7px;
     border-left:none;
     border-right: 3px solid #cc0000;
}
 .myHmpg-products__container .myHmpg-products__list > ul li:hover > h3 a, .myHmpg-products__container .myHmpg-products__list > ul li:hover > a, .myHmpg-products__container .myHmpg-products__list > ul li.menu__open > a {
    color: #cc0000;
}
 .myHmpg-products__container .myHmpg-products__list > ul li > a,
 .myHmpg-products__container .myHmpg-products__list > ul li > h3 a {
    font-size: 13px;
     font-weight: bold;
     color: #444;
     line-height: auto;
     text-decoration: none;
     padding: 5px 0;
     display: block;
}
 .myHmpg-products__container .myHmpg-products__list > ul li > a:hover {
    color: #cc0000;
}
 .myHmpg-resTools__header h2.myHmpg__headline, .myHmpg-products__header h2.myHmpg__headline, .myHmpg-products__container .myHmpg-products__list > ul li > h3, .myHmpg-resTools__list > ul li > h3 {
     margin: 0;
     padding: 0;
 }
/* PRODUCT CALLOUT */
 .myHmpg-products__container .myHmpg-products__list > ul li > div {
     position: absolute;
     top: -1px;
     left: 0;
    /*215*/
     z-index: -1;
     min-width: 1115px;
    /*800*/
     width: auto;
     height: calc(100% + 2px);
     padding: 5px 20px 5px 255px;
     background: #fff;
     border: 1px solid #eaeaea;
     border: 1px solid var(--wispy-grey);
     box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
     border-radius: 0.5rem;
     box-sizing: border-box;
     clear: both;
}
 .rtl .myHmpg-products__container .myHmpg-products__list > ul li > div {
     left:auto;
     right:0px;
     padding: 5px 255px 5px 20px;
}
 .myHmpg-products__container .myHmpg-products__list > ul li > div .myHmpg-nav-border {
     display: block;
     position: absolute;
     top: 20px;
     left: 215px;
     width: 2px;
     height: calc(100% - 40px);
     background: #1a1552;
}
 .rtl .myHmpg-products__container .myHmpg-products__list > ul li > div .myHmpg-nav-border {
     left: auto;
     right:215px;
}
 .myHmpg-products__container .myHmpg-products__list > ul li > div .myHmpg-products__list--header {
    display: block;
}
 .myHmpg-products__container .myHmpg-products__list > ul li > div .myHmpg-products__list--header p {
    display: inline-block;
     vertical-align: middle;
     cursor: default;
}
 .myHmpg-products__container .myHmpg-products__list > ul li > div .myHmpg-products__list--header a {
    display: inline-block;
     vertical-align: middle;
     padding: 0 7px;
     font-size: 11px;
     text-transform: uppercase;
}
 .myHmpg-products__container .myHmpg-products__list > ul li > div ul {
    list-style: none;
     margin: 0;
     padding: 0;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-flow: wrap column;
     flex-flow: wrap column;
     max-height: 340px;
}
 .myHmpg-products__container .myHmpg-products__list > ul li > div ul li a {
    font-size: 12px;
     font-weight: normal;
}
 .myHmpg-products__container .myHmpg-products__list {
}
 .myHmpg-products__container .myHmpg-products__list ul li > div {
    visibility: hidden;
     transition: 0.2s 0.25s;
}
 .myHmpg-products__container .myHmpg-products__list ul li:hover > div {
    visibility: visible;
     transition-delay: 0.25s;
}
/* TOP CONTENT - CAROUSEL */
 .myHmpg-carousel__container {
     position: relative;
     height: 413px;
     overflow: hidden;
     border-radius: 0.5rem;
}
 .myHmpg-carousel__container:before {
     display: block;
     content: "";
     background-color: #c00;
     width: 5px;
     height: 100%;
     position: absolute;
     left: 0px;
     top: 0px;
     z-index: 2;
     border-radius: 0.5rem 0 0 0.5rem;
}
 .rtl .myHmpg-carousel__container:before {
     left: auto;
     right:0px;
     border-radius: 0 0.5rem 0.5rem 0;
}
 .myHmpg-carousel__container .myHmp-carousel-features .dk-slide {
     height: 413px;
     margin-right:0px !important;
     display: table;
}
 .myHmpg-carousel__container .myHmp-carousel-features .dk-slide__slide-content {
     height: 363px;
     vertical-align: bottom;
     display: table-cell;
     background-size: cover;
     padding: 25px;
     border-radius: 0.5rem;
}
 .myHmpg-carousel__container .myHmp-carousel-features .dk-slide__slide-content:before {
     content: "";
     display: block;
     background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.50) 100%);
     height: 413px;
     width: 100%;
     position: absolute;
     z-index: 1;
     bottom: 0px;
     top: 0;
     left: 0px;
     border-radius: 0.5rem;
     opacity: 0.8;
}
 .rtl .myHmpg-carousel__container .myHmp-carousel-features .dk-slide__slide-content:before {
     background: linear-gradient(270deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.50) 100%);
}
 .myHmpg-carousel__container .myHmp-carousel-features .dk-slide__slide-content * {
     z-index: 2;
     position: relative;
     color: #fff;
}
 .myHmpg-carousel__container .myHmp-carousel-features .dk-slide__slide-content .h1 {
     font-size: 32px;
     line-height: 1;
     margin: 5px 0;
}
 .myHmpg-carousel__container .myHmp-carousel-features .dk-slide__slide-content .h1 .shipping-subtitle {
     font-size: 20px;
     font-style: italic;
     font-weight: initial;
     line-height: 1.3;
 }
 .myHmpg-carousel__container .myHmp-carousel-features .dk-slide__slide-content .text {
     font-size: 16px;
     line-height: 22px !important;
}
 .myHmpg-carousel__container .myHmp-carousel-features .dk-slide__slide-content .dk-btn__primary {
     position: relative;
     z-index: 2;
}
/* BANNER CAROUSEL NAVIGATION STYLING */
 .myHmpg-carousel__container .dk-carousel__navigation {
    position: absolute !important;
     bottom: 0;
     width: 100%;
}
 .myHmpg-carousel__container .dk-carousel__navigation .dk-pagination .swiper-pagination-bullet {
    width: 6px;
     height: 6px;
}
 .myHmpg-carousel__container .dk-carousel__navigation .dk-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: transparent !important;
     border: 2px solid #c4c4c4;
     opacity: 1;
}
 .myHmpg-carousel__container .dk-carousel__navigation .dk-pagination .swiper-pagination-bullet-active {
    background: #cc0000 !important;
     border: 2px solid #cc0000;
}
 .myHmpg-carousel__container .dk-carousel__navigation .dk-next-arrow, .myHmpg-carousel__container .dk-carousel__navigation .dk-prev-arrow {
    visibility: hidden;
}
 #carousel-wrapper {
    visibility: hidden;
     width: 0;
     height: 0;
}
 #carousel-wrapper {
    background: transparent;
     border: 0;
}
 #carousel-wrapper #promo-panel-wrapper {
    display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-flow: row;
     width: 100%;
     margin: 0 auto;
     padding: 0;
     overflow: hidden;
}
 #carousel-wrapper #promo-panel-wrapper .slide {
    -webkit-box-flex: 1;
     width: auto;
     -webkit-flex: 1 1 25%;
     -ms-flex: 1 1 25%;
     flex: 1 1 25%;
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     box-sizing: border-box;
     background: white;
     border: 1px solid #eaeaea;
     border: 1px solid var(--wispy-grey);
     box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
     border-radius: 0.5rem;
}
 #carousel-wrapper #pager {
    display: none;
}
/* TOP CONTENT - CTAs */
/*
 .myHmpg-ctas__container .myHmpg-ctas__content {
     display: -ms-grid;
     display: grid;
     grid-template-columns: auto;
     -ms-grid-columns: auto;
     grid-template-rows: 1fr 11px 1fr 11px 1fr;
     -ms-grid-rows: 1fr 11px 1fr 11px 1fr;
}
*/
/* .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas.cta-quality-assurance {
     grid-column-start: 1;
     grid-column-end: 1;
     grid-row-start: 1;
     grid-row-end: 2;
}
 .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas.cta-schedule-shipments {
     grid-column-start: 1;
     grid-column-end: 1;
     grid-row-start: 3;
     grid-row-end: 4;
}
 .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas.cta-quote-manager {
     grid-column-start: 1;
     grid-column-end: 1;
     grid-row-start: 5;
     grid-row-end: 6;
}
 */
 .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas {
     display: block;
     width: 250px;
     height: 130px;
     border-radius: 0.5rem;
     border: 0;
     box-sizing: border-box;
     overflow: hidden;
     box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
     margin-bottom:11px;
}

.myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas:nth-child(3) {
    margin-bottom:0px;
}


/* .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas.cta-quality-assurance {
    background: #000 url('/-/media/Images/Marketing/AB/hmpg2021/cta_quality-assurance.jpg') no-repeat top center;
}
 .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas.cta-schedule-shipments {
    background: #000 url('/-/media/Images/Marketing/AB/hmpg2021/cta_schedule-shipments.jpg') no-repeat top center;
}
 .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas.cta-quote-manager {
    background: #000 url('/-/media/Images/Marketing/AB/hmpg2021/cta_quote-manager.jpg') no-repeat top center;
}
 */
 .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas a {
    display: block;
     height: 100%;
     padding: 18px 20px;
     background: rgb(0,0,0);
     background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.50) 100%);
     color: #fff;
     text-decoration: none;
     border: 0;
     border-left: 6px solid #1A1552;
     box-sizing: border-box;
     overflow: hidden;
}
 .rtl .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas a {
    display: block;
     height: 100%;
     padding: 18px 20px;
     background: rgb(0,0,0);
     background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.50) 100%);
     color: #fff;
     text-decoration: none;
     border: 0;
     border-right: 6px solid #1A1552;
     box-sizing: border-box;
     overflow: hidden;
}
 .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas .myHmpg-ctas--header {
    display: block;
     margin: 0 0 12px;
     font-size: 18px;
     font-weight: bold;
     color: #fff;
}
 html:lang(de-de) .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas .myHmpg-ctas--header {
    font-size: 16px;
}
 .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas .myHmpg-ctas--copy {
    display: block;
     font-size: 13px;
     line-height: 1.3;
     color: #fff;
}

/* CAROUSEL PAGE LOAD HACKS */
/* ******** SWIPER HACKS (Generic) ******** */
.myHmp-carousel-features:not(.swiper-container-initialized) {
    display: flex;
}
.myHmp-carousel-features .dk-slide:not(.swiper-slide) {
    flex-shrink: 0;
}
/* ******** SWIPER HACKS (Specific) ******** */
.myHmp-carousel-features .dk-slide:not(.swiper-slide) {
    width: 100%;
}

/* RESOURCES & TOOLS */
 .myHmpg--resTools--container {
    display: block;
     margin: 20px auto;
     background: #f5f5f5;
     clear: both;
}
 .myHmpg--resTools--content {
    padding: 0 0 10px !important;
}
 .myHmpg--resTools--content > div {
    height: auto;
}
 .myHmpg--resTools--content > div a {
    display: block;
     padding: 6px 20px 20px;
     box-sizing: border-box;
}
 .myHmpg--resTools--content > div a img {
    display: block;
     max-width: 190px !important;
     height: auto !important;
     margin: 0 auto;
     border-radius: 0.5em;
}
 .myHmpg--resTools--content > div a span {
    display: block;
     font-size: 12px;
     font-weight: normal;
     color: #222;
     text-align: center;
}
 .myHmpg--resTools--content > div a span.h6 {
    display: block;
     margin: 6px 0 16px;
     font-size: 16px;
     font-weight: bold;
     color: #222;
}
 .myHmpg--resTools--content > div a, .myHmpg--resTools--content > div a:hover {
    text-decoration: none;
}
 .myHmpg--resTools--content > div > div {
    height: auto;
}
/* FEATURED PRODUCTS (AD PLAYER) */
 .myHmpg--featuredProds--container {
    display: block;
     clear: both;
}
 .myHmpg--featuredProds--container .myHmpg-adPlayer {
    display: block;
}
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide {
     height: auto;
     padding: 10px 14px;
     box-sizing: border-box;
     background: #fff;
     border: 1px solid #eaeaea;
     border: 1px solid var(--wispy-grey);
     box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
     border-radius: .5rem;
}
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .thumb {
    height:30px;
}
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .thumb img {
    max-height:30px;
     max-width:100%;
     width:auto;
}
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .title, .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .title a {
    font-size: 12px;
     color: #222;
     text-decoration: none;
}
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .title a:hover {
    text-decoration: none;
}
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .slide-image-link {
    display: block;
     text-align: center;
}
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .img-responsive {
    max-width:165px
}
/* CONTENT STYLING */
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .content {
    margin: 1em 0 0;
}
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .content, .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .content p, .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .content a, .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .content ul, .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .content ul li {
    font-size: 11px;
     color: #222;
     text-decoration: none;
}
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .content a:hover {
    text-decoration: none;
}
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .content ul {
    margin: 0 14px;
     padding: 0;
}
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .content ul li {
    margin: 0;
     padding: 0;
}
/* LINK SLIDE */
 .myHmpg--featuredProds--container .myHmpg-adPlayer .myHmpg-adPlayer-slide .slide .content a.btn {
    position: absolute;
     top: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
     border: 0;
     border-radius: 0;
     background: transparent;
     font-size: 0 !important;
}
/* FEATURED MANUFACTURERS (CAROUSEL) */
 .myHmpg--featuredMfrs--container {
    display: block;
     clear: both;
}
 .myHmpg--featuredMfrs--container .myHmpg__headline {
    display: inline-block;
     vertical-align: middle;
     cursor: default;
}
 .myHmpg--featuredMfrs--container .myHmpg__headline a {
    display: inline-block;
     vertical-align: middle;
     padding: 0 7px;
     font-size: 11px;
     text-transform: uppercase;
}
/*.myHmpg--featuredMfrs--container .myHmpg-carousel-featured-mfrs {
    visibility: hidden;
}
*/
 .myHmpg--featuredMfrs--container .myHmpg-carousel-featured-mfrs div.dk-card {
    display: block;
     height: 50px;
     padding: 4px;
     box-sizing: border-box;
}
 .myHmpg--featuredMfrs--container .myHmpg-carousel-featured-mfrs div.dk-card a {
    display: block;
     width: 100%;
     height: 42px;
     background: #fff;
}
 .myHmpg--featuredMfrs--container .myHmpg-carousel-featured-mfrs div.dk-card a img {
    display: block;
     width: 80px;
     height: 40px;
     margin: 0 auto;
}
/* Media Queries */
/* Large Devices - Desktops */
 @media screen and (min-width: 1101px) {
     .myHmpg--resTools--content .dk-carousel__navigation {
        display: none !important;
    }
     html:lang(de-de) .myHmpg-products__container .myHmpg-products__list > ul li > a {
        font-size: 12px;
    }
     html:lang(ja-jp) .myHmpg-products__container .myHmpg-products__list > ul li > a {
        font-size: 12px;
    }
     html:lang(es-us) .myHmpg-products__container .myHmpg-products__list > ul li > a {
        font-size: 12px;
    }
}
 @media screen and (max-width: 1160px) and (min-width: 1101px) {
    /* TOP PRODUCTS */
     .myHmpg-products__container .myHmpg-products__list > ul li > div {
        min-width: 1040px;
    }
}
 @media screen and (max-width: 1100px) {
    /* TOP CONTENT */
     .myHmpg__container--top {
        grid-template-columns: auto;
         -ms-grid-columns: auto;
         grid-template-rows: auto 13px auto 12px auto;
         -ms-grid-rows: auto 13px auto 12px auto;
    }
     .myHmpg-products__container {
        grid-column-start: 1;
         grid-column-end: 1;
         grid-row-start: 1;
         grid-row-end: 2;
    }
     .myHmpg-carousel__container {
        grid-column-start: 1;
         grid-column-end: 1;
         grid-row-start: 3;
         grid-row-end: 4;
         overflow: hidden;
    }
     .myHmpg-ctas__container {
        grid-column-start: 1;
         grid-column-end: 1;
         grid-row-start: 5;
         grid-row-end: 6;
    }
    /* TOP PRODUCTS */
     .myHmpg-products__container .myHmpg-products__list > ul {
        display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         -webkit-flex-flow: wrap column;
         flex-flow: wrap column;
         max-height: 190px;
    }
     .myHmpg-products__container .myHmpg-products__list > ul li {
        width: fit-content;
    }
     .myHmpg-products__container .myHmpg-products__list ul li > div {
        display: none !important;
         visibility: hidden !important;
    }
    /* TOP CONTENT - CTAs */
     .myHmpg-ctas__container .myHmpg-ctas__content {
        display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         -webkit-flex-flow: row;
         flex-flow: row;
         width: auto !important;
         margin: 0 -10px !important;
    }
     .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas {
        -webkit-box-flex: 1;
         width: auto;
         -webkit-flex: 1 1 100%;
         -ms-flex: 1 1 100%;
         flex: 1 1 100%;
         margin: 0 10px;
    }
     .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas.cta-quality-assurance {
        background-size: cover;
    }
     .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas.cta-schedule-shipments {
        background-size: cover;
    }
     .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas.cta-quote-manager {
        background-size: cover;
    }
}
/* Small Devices - landscape phones */
 @media screen and (max-width: 768px) {
     .myHmpg__container--top {
        grid-template-columns: auto;
         -ms-grid-columns: auto;
         grid-template-rows: auto 13px auto;
         -ms-grid-rows: auto 13px auto;
    }
     .myHmpg-ctas__container {
        display: none;
    }
     .myHmpg-resTools {
         display: block !important;
    }
     .myHmpg-resTools__container {
         width:100%;
         margin-bottom:16px;
    }
}
/* Extra Small Devices - portrait phones */
 @media screen and (max-width: 600px) {
    /* TOP PRODUCTS */
     .myHmpg-products__container .myHmpg-products__list > ul {
        max-height: none;
    }
    /* TOP SLIDES */
     .myHmpg-carousel__container .myHmp-carousel-features .dk-slide__slide-content .h1 {
         font-size: 24px;
    }
     .myHmpg-carousel__container .myHmp-carousel-features .dk-slide__slide-content .text {
         font-size: 14px;
         line-height: 18px !important;
    }
}
 .myHmpg-resTools {
    display: flex;
    width:100%;
    margin-bottom:30px;
}
 .myHmpg-resTools__container {
    flex-grow:1;
    margin-right:8px;
    min-height:220px;
    min-width:calc(33% - 8px);
}
 .myHmpg-resTools__container:last-child {
    margin-right:0px;
}
 .rtl .myHmpg-resTools__container {
    margin-right:0px;
    margin-left:8px;
}
 .rtl .myHmpg-resTools__container:last-child {
    margin-right:0px;
    margin-left:0px;
}
 .myHmpg-resTools__header {
     padding:20px 20px 0px 20px 
}
 .myHmpg-resTools__header .myHmpg__headline {
    font-size:18px;
    position: relative;
    z-index: 1;
}
 .myHmpg-resTools__image {
    text-align:
    center;
    float: right;
    position: relative;
}
 .rtl .myHmpg-resTools__image {
    float: left;
}
 .perCards__container .perCards__image img {
    position: absolute;
    top: -30px;
    right: 0px;
    max-height: 75px;
    width: auto!important;
}
 .rtl .perCards__container .perCards__image img {
    top: -30px;
    left:0px;
    right:auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.myHmpg__cardImage {
    position: absolute;
    top: -30px;
    right: 0px;
    max-height: 210px;
    z-index: 0;
}

 .rtl .myHmpg__cardImage {
    top: -30px;
    left:0px;
    right:auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
 .myHmpg-resTools__list {
    padding:20px 10px 20px 10px;
    position: relative;
    z-index: 1;
}
 .myHmpg-resTools__list ul {
    padding:0px;
    margin:0px;
}
 .myHmpg-resTools__list ul li {
    list-style: none;
}
 .myHmpg-resTools__list ul li a {
    border-left:solid 3px #fff;
    color: #222;
    text-decoration: none;
    font-weight:bold;
    display: block;
    padding:7px;
}
 .myHmpg-resTools__list ul li a:hover {
    border-left:solid 3px #c00;
}
 .rtl .myHmpg-resTools__list ul li a {
    border-left:none;
    border-right:solid 3px #fff;
}
 .rtl .myHmpg-resTools__list ul li a:hover {
    border-left:none;
    border-right:solid 3px #c00;
}

img.lazyload:not([src]) {
    visibility: hidden;
}

.homepage-shipping-timer {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 30px;
    background-color: #c00;
    color: #fff;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 3px;
}

/* Homepage Personalized Cards */

.perCards__title {
    margin-bottom: 5px;
}

.perCards__wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

 .perCards__container {
    margin-right:8px;
    min-height:220px;
    min-width: calc(33% - 8px);
    position: relative;
    display: flex;
    flex-direction: column;
 }

 .perCards__container:last-child {
    margin-right:0px;
}

 .perCards__container:nth-child(2n) {
    min-width: calc(34.5% - 8px);
 }

 .rtl .perCards__container {
    margin-right:0px;
    margin-left:8px;
}

 .rtl .perCards__container:last-child {
    margin-right:0px;
    margin-left:0px;
}

.perCards__button {
    position: absolute;
    bottom: 10px;
}

.perCards__container .dk-table thead tr,
.perCards__container .dk-table tbody tr {
    border: 0;
}

.perCards__title h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    color: #222;
}

.perCards__list {
    display: flex;
    flex-flow: column;
    list-style: none;
    flex-direction: row;}

.perCards__list span {
    padding: 0 10px 5px 0;
}

.perCards__list ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0;
}

.perCards__list li {
    flex-grow: 1;
    padding-bottom: 5px;
    min-width: calc(33% - 8px);
    list-style: none;
}

 .perCards__list ul li a {
    border-left:solid 3px #fff;
    color: #222;
    text-decoration: none;
    font-weight:bold;
    display: block;
    padding:0px;
}

.see-all a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

.see-all a:hover {
    text-decoration: underline;
}

.perCards__snippet {
    width: 100%;
    max-width: 44%;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 108px;
}

.perCards__image {
    text-align: center;
    float: right;
    position: relative;
}

.perCards__image img {
    max-width: 155px;
    margin-top: 33px;
}

.rtl .perCards__image {
    text-align: center;
    float: left;
    position: relative;
}


.perCards__container a {  
    text-decoration: none;
}

.perCards__container a:hover:not(.dk-btn__primary.perCards__button) {  
    text-decoration: underline;
}

.perCards__container a:not(.dk-btn__primary.perCards__button) {
    color: #221abb;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

.dk-card.p-2.perCards__container tbody tr th {
    white-space: nowrap;
}

.dk-center h2 {
    align-self: flex-end;
}

.perCards__container .dk-center {
    display: flex;
    text-align: center;
    justify-content: center;
}

.perCards__container .dk-center:last-of-type {
    width: 100%;
    height: 39%;
}

.perCards__wrapper .perCards__container .perCards__image:first-of-type {
    right: -30px;
    margin-bottom: 5px;
} 

/* Homepage Personalized Cards Adjustment */
.dk-card.p-2.perCards__container p a {
  font-weight: bold;
  font-size: 14px
}
/* Homepage Personalized Cards Adjustment End */

  @media screen and (max-width: 1000px) {
   
   .dk-card.p-2.perCards__container {
    min-height: auto;
    position: relative;
   }

   .perCards__container .perCards__image img {
    position: static;
    top: -30px;
    right: unset;
    left: 0;max-width: 275px;
    z-index: 0;
    height: auto;
}

   .perCards__image img {
       margin-top: 0px;
   }

   .perCards__image {
    float: none;
    clear: both;
    position: relative;
    text-align: start;
}

   .perCards__button {
    position: static;
    bottom: 10px;
}

  .perCards__snippet {
    max-width: 100%;
    margin-top: 5px;
    min-height: auto;
  }

.perCards__title,
.perCards__image,
.perCards__snippet {
    display: flex;
    text-align: center;
    justify-content: center;
}

 .perCards__wrapper .perCards__container .perCards__image:first-of-type {
    right: 0px;
    margin-bottom: 19px;
} 
   
  }

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

 .perCards__container {
    width: calc(45% - 8px);
    margin-bottom: 16px;
    margin-right: 0px;
    margin-left: 0px;
 }

 .rtl .perCards__container {
    margin-right: 0px;
    margin-left: 0px;
 }

  .perCards__wrapper {
    flex-direction: column;
}

  .perCards__container .perCards__image img {
    position: static;
    top: -30px;
    right: unset;
    left: 0;
    max-width: 336px;
    z-index: 0;
    height: auto;
    max-height: unset;
  }

  .perCards__snippet {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }

     .perCards__button {
    position: static;
    bottom: 10px;
}

 }

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

 .perCards__container {
    margin-right: 0;
}

.perCards__list ul {
    display: flex;
    width: 100%;
    display: inline-block;
}

.perCards__list li {
    flex-grow: 1;
    min-width: calc(33% - 8px);
}

.perCards__list .perCards__title {
    display: none;
}

.dk-card.p-2.perCards__container {
    flex: 1;
    margin-right: 0px;
    min-height: auto;
    min-width: calc(100% - 0px);
    position: relative;
   }

 }


/* Modal Scroll perCard Hover */

.dk-card.p-2.perCards__container tr td {
    color: #221abb;
    text-decoration: none;
    font-weight: bold;
    max-width: 198px;
    width: 100%;
    flex-flow: row wrap;
}

.dk-card.p-2.perCards__container tr td:first-of-type:hover {
    cursor: pointer;
    text-decoration: underline;
}

.dk-modal__content.dk-mycart__table {
    display: inline-block;
    width: 100%;
}

.dk-modal__content.dk-mycart__table {
    display: inline-block;
}

.dk-modal__content.dk-mycart__table {
    max-height: 130px;
    height: auto;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 97%;
    margin-top: 5px;
}

.dk-modal.visible table {
    width: 100%;
}

.dk-modal.visible tbody td:first-child, 
.dk-modal.visible thead th:first-child {
    width: 14%;
    text-align: left;
}

.dk-modal.visible tbody td:nth-child(2), 
.dk-modal.visible thead th:nth-child(2) {
    width: 19%;
    text-align: left;
}

.dk-modal.visible tbody td:nth-child(3), 
.dk-modal.visible thead th:nth-child(3) {
    width: 33%;
    text-align: left;
}

.dk-modal.visible tbody td:nth-child(4), 
.dk-modal.visible thead th:nth-child(4) {
    width: 5%;
    text-align: left;
}

/* Modal Scroll perCard Hover End */