.lang-currency-switcher-wrap .lang-currency-switcher > .language {
    margin-left: 12px;
    padding: 4px 0 4px 12px;
    border-left: 1px solid #e1e7ec;
}
.lang-currency-switcher-wrap .lang-currency-switcher > .language {
    width: 34px;
}
.mega-menu .sub-menu.row {
    display: flex !important;
}
.livesearch {
    position: absolute;
    top: 100%;
    width: 100%;
}
.livesearch-sku {
    margin-left: .75rem;
    font-size: 12px;
    color: #777;
}
.livesearch-thumb {
    position: absolute;
    top: 0;
    right: 0;
    padding: .45rem .75rem;
}
.hero-slider {
    min-height: auto;
}
.hero-slider > .owl-carousel {
  min-height: auto;
}
.product-card .product-badges {
    top: 15px;
    left: 18px;
}
.product-badges {
    position: absolute;
}
.product-card .product-badge {
    top: 0px;
    left: 0px;
}
.shop-product-sku {
    text-align: center;
}
.shop-product-price .badge {
    font-size: 40%;
}
.prices-include-vat {
    display: block;
    padding-top: 3px;
    font-size: 10px;
    color: #9da9b9;
}
.product-badge {
    position: relative;
}
.pagination .pages > li > span {
    display: block;
    width: 36px;
    height: 36px;
    transition: all .3s;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #606975;
    line-height: 34px;
    text-decoration: none;
}
.pagination .pages > li > span:hover {
    border-color: #e1e7ec;
    background-color: #f5f5f5;
}
.pagination .pages > li.active > span {
    border-color: #0da9ef;
    background-color: #0da9ef;
    color: #ffffff;
}
.price-range-slider {
    padding-top: 0;
}
.btn-group.categories > .dropdown-menu {
    max-height: 500px;
    overflow: auto;
}
.table.categories th, .table.categories td {
    background-color: #f5f5f5;
}
.table.categories a {
    color: #606975;
    text-decoration: none;
}
.widget-title {
    text-transform: none;
}
.widget.categories > .widget-title {
    display: block;
    line-height: 1.25;
    text-decoration: none;
}
.widget.has-megamenu > .widget-title {
    position: relative;
}
.widget.has-megamenu > .widget-title::after {
    position: absolute;
    top: 30%;
    right: 0;
    margin-top: -2px;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    border-right: 5px solid transparent;
    border-bottom: 5px dashed;
    border-left: 5px solid transparent;
    content: '';
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.widget.has-megamenu:hover > .widget-title::after {
    color: #606975;
}
.widget.categories.has-megamenu {
    margin-bottom: 24px;
}
.widget.has-megamenu:hover > .mega-menu {
    display: table;
    -webkit-animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.widget.has-megamenu > .form-group {
    margin-top: -11px !important;
}
.widget.has-megamenu > .mega-menu {
    top: auto;
    table-layout: auto;
    z-index: +2;
    margin-top: -22px !important;
    padding-left: 0;
}
.widget.has-megamenu > .mega-menu .sub-menu {
    margin-bottom: 0;
    width: max-content;
}
.widget.groups .custom-control {
    padding-left: 0 !important;
}
.widget.groups .custom-control .custom-control-label::before {
    display: none;
}
.custom-control .custom-control-label {
    cursor: pointer;
}
.cart .toolbar-dropdown {
    max-height: 380px;
    overflow: auto;
}
.shopping-cart .product-item .product-info {
    max-width: 460px;
}
.order-product-quantity-minus-box, .order-product-quantity-plus-box {
    width: auto !important;
}
.order-product-add {
    text-transform: none !important;
}
.cm__btn[data-role="all"], .pm__btn[data-role="all"] {
    border-color: #21b27e !important;
    background-color: #21b27e !important;
    color: #fff !important;
}
.cm__btn[data-role="necessary"], .pm__btn[data-role="necessary"] {
    border-color: #dcf8ee !important;
    background-color: #dcf8ee !important;
    color: #21b27e !important;
}
.logInToSeePrice {
    max-width: 180px;
    text-decoration: unset;
    white-space: unset;
}
.logInToSeePrice:hover {
    color: #fff;
}
.logInToAddCart {
    max-width: 180px;
    height: auto;
    white-space: unset;
    line-height: unset;
}

