/**
 * HU/RO Homecare Store Specific Styles
 * Extracted from Header_UI.jspf for performance optimization
 * Applied only to HU_Homecare_Store and RO_Homecare_Store
 */

/* Product Listing Page */
.container-fluid--plp .plp_prodTitle p {
  height: initial !important;
}

.container-fluid-pdp .container-fluid-pdp__infobox .wishList {
    height: initial !important;
    margin: 10px 0px 0px;
    padding-bottom: 8px;
}

/* Price Display (VAT Toggling) */
.incexclprice {
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

.sku .incexclprice {
    align-items: center;
    justify-content: center;
    display: flex;
}

.incexclprice .vatTogglingTextColor,
.incexclprice .vatTogglingTextBold {
    margin: 13px 0px !important;
}

/* Gift Registry */
.gift_content table#bopis_table:focus {
    border: 0px solid white;
    outline: 0px solid white;
}

.HU_RO_gift_registry_box {
    max-width: unset !important;
}

/* Header Width */
.HU_R0_headerwidth {
    width: 100%;
    right: 0px;
}

.HU_R0_headerwidth #purchase_options input {
    margin-bottom: 18px;
    margin-top: 10px;
}

/* Page Controls */
.pageControl.number > a:hover {
    opacity: 0.6;
    text-decoration: none;
}

/* Homepage Slider - Category HU */
.Category_HU_homepageSlider .flex-direction-nav .flex-next {
    right: -40px !important;
    opacity: .5;
}

.Category_HU_homepageSlider .flex-direction-nav .flex-prev {
    left: -40px !important;
    opacity: .5;
}

.Category_HU_homepageSlider .flex-direction-nav {
    display: block;
}

.Category_HU_homepageSlider .flex-direction-nav a:before {
    content: " ";
    display: block;
    background: url('https://www.linde-healthcare-elementar.de/wcsstore/HomeCareStorefrontAssetStore/images/ico_arrow-pr.png') no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.Category_HU_homepageSlider .flex-direction-nav a.flex-next:before {
    content: " ";
    display: block;
    background: url('https://www.linde-healthcare-elementar.de/wcsstore/HomeCareStorefrontAssetStore/images/ico_arrow-next.png') no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.Category_HU_homepage .title {
    font-size: large;
    font-family: LindeDaxOffice, Helvetica, sans-serif;
    margin: 25px auto;
}

.Category_HU_homepageSlider h4 {
    color: #010f1c;
    font-size: 15px;
    margin-top: 15px;
    font-size: 12px;
    line-height: 16px;
    text-align:left;
}

.Category_HU_homepageSlider .slides li {
    width: 90%;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.Category_HU_homepageSlider .slides li a img {
    position: relative;
    max-height: 160px;
}

.Category_HU_homepageSlider {
    margin: 0 auto !important;
    text-align: center;
}

.Category_HU_homepageSlider .slides li a div {
    text-align: left;
}

.Category_HU_homepageSlider .slides li a {
    text-decoration: none;
    cursor: pointer;
}

#HUhomepageSlider3, #RohomepageSlider3 {
    margin: 0px auto;
    text-align: center;
}

#RohomepageSlider3 .slides li a img {
    position: relative;
    height: 200px;
    width: 100%;
    text-align: left;
}

/* Product Detail Page */
.container-fluid-pdp__infobox .old_price {
    color: #333333;
    font-size: 2.2rem;
    text-decoration: line-through;
    display:block;
}

.container-fluid-pdp__infobox__price .vatTogglingTextBold,
.sku .vatTogglingTextBold {
    color: #00305c;
    text-decoration: none;
    background: #2cb8f4;
    border: solid 1px #1f9bd5;
    color: #fff;
    padding:5px 16px;
    margin: 10px auto;
    font-weight: bold;
    font-size: 12px;
}

.container-fluid-pdp__infobox__price .vatTogglingTextColor,
.sku .vatTogglingTextColor {
    border: solid 1px #000000;
    padding:5px 16px;
    margin: 10px auto;
    font-size: 12px;
}

.container-fluid-pdp__infobox__price .vatTogglingTextColor a,
.sku .vatTogglingTextColor a {
    text-decoration: none;
}

.container-fluid-pdp__infobox__price .vatTogglingmagTop,
.sku {
    margin-top: 16px;
}

.product_info .description {
    margin-block: 6px;
}

#purchase_options label {
    padding-right: 15px;
    font-size: 16px;
}

/* Catalog Styles */
.container-fluid--plp .plp_boxContainer .catCont > .header {
    display: inline-block;
    font-size: 12px;
    overflow-wrap: break-word;
    word-break: break-all;
}

.catalogContHgt.catCont {
    margin-top: 20px;
}

.catalog-products-li .product .color_swatch_list ul li a img {
    margin: 10px;
    width: 40px;
    height: 40px;
}

.facetSelectContainer .facetSelect li.singleFacet {
    margin: 0 5px;
}

.hu_copytext {
    font-family: LindeDaxOffice, Helvetica, sans-serif;
    font-size: 1.4rem;
}

.catalog-products-li .color_swatch_list {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.catalog-products-li .color_swatch_list ul li {
    margin: 0px 7px;
}

.CatalogEntryProducts_1 .catalog-products-ul .catalog-products-li .description {
    margin-bottom: 10px;
}

/* Media Queries */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .container-fluid-pdp__infobox__price .vatTogglingTextBold,
    .sku .vatTogglingTextBold,
    .container-fluid-pdp__infobox__price .vatTogglingTextColor,
    .sku .vatTogglingTextColor {
        padding:5px 5px;
    }
}

@media only screen and (max-width: 991px) {
    .Category_HU_homepage .row {
        margin: 0 20px !important;
    }
}

@media (max-width: 767px) {
    .product_info .sku {
        top: 110px;
        position: relative;
        left: 10px;
    }

    #shipping #total_breakdown_box {
        min-width: initial;
    }

    .catalog-products-li .product_info .sku {
        top: initial;
    }

    .product_info .sku {
        top: 216px;
    }

    .sku .incexclprice {
        justify-content: center !important;
    }
}

@media (max-width: 420px) {
    .container--logo-bar__logo img {
        margin-top: 10px;
        padding-top: 0px;
        width: 90%;
    }
}
