/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


.tooltip-item {
    position: absolute;
    right: -10px;
    bottom: calc(100% + 10px);
    display: block;
    height: auto;
    max-width: 260px;
    min-width: 260px;
    padding: 18px 27px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-indent: 0;
    background-color: #dcdcdc;
    border-radius: 2px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.tooltip-item::before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -10px;
    display: block;
    width: 0px;
    height: 0px;
    margin-right: -7px;
    padding-bottom: 3px;
    border-color: #dcdcdc transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0;
}
.validation_message::before,.validation_message::after {
    content: none !important;
}
.validation_message.is-open.is-mounted .tooltip-item {
    opacity: 1;
    visibility: visible;
}


.shortcuts-menu__dropdown-list-link-icon,.shortcuts-menu__dropdown-logout-icon,.dashboard__navigation-menu-icon {
    height: 16px;
}
.woocommerce img, .woocommerce-page img {
    /* height:30px; */
}
.footer-menu :first-of-type.menu-item {
    -webkit-box-flex:0;
        -ms-flex:0 0 auto;
            flex:0 0 auto
}
.myaccount__confirmation.confirmation .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.recommendations .shop-home__tile-image img {
    width: 100% !important;
    height: 100%!important;
}

.shop_header__image {
    width:100%;
    height: 65vh;
}
.product-gallery-fixed .shop-header__gallery-slider video, .product-gallery-fixed .shop-header__gallery-slider img {
    width: auto!important;
    height: 80vh!important;
    margin: 0!important;
    max-width: none!important;
    max-height: none!important;
}