.stick-content {
  height: 100%;
  display: flex;
  align-items: center;
}

.contact-cart-container {
  display: flex;
  align-items: center;
}

.contact-cart-container__divider {
  height: 35px;
  width: 1px;
  margin: 0 34px;
  background: #004B8B;
}

.contact-cart-container__cart {
  display: flex;
  align-items: center;
}

.contact-cart-container__cart {
  margin-top: 12px;
  margin-left: 15px;
}

.fixed-header .contact-cart-container__cart .cart__total {
  color: white;
}

.header .cart__link img:last-child,
.fixed-header .cart__link img:first-child {
  display: none;
}

.cart__link {
  position: relative;
}

  .cart__link:before {
    content: ' ';
  }

  .cart__link:before {
    content: attr(data-value);
    position: absolute;
    top: 10px;
    right: -24px;
    height: 22px;
    width: 22px;
    background: #004B8B;
    border-radius: 50%;
    text-align: center;
    color: white;
    line-height: 22px;
    font-weight: 600;
    white-space: pre;
    display: inline;
    transform: translate(-50%, -25px);
    z-index: 9;
  }

.cart__total {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  margin-left: 15px;
  white-space: nowrap;
}

.contact-box {
  display: flex;
  align-items: center;
}

.contact-box__info {
  margin-left: 10px;
}

  .contact-box__info p,
  .contact-box__info a {
    color: rgba(34, 34, 34, .65);
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
  }

  .contact-box__info a {
    text-decoration: underline;
    display: block;
  }

.contact-box__image {
  height: 47px;
  width: 47px;
  border-radius: 50%;
  overflow: hidden;
}

#mega-menu-1 > li > span {
  text-transform: uppercase;
  font-size: 16px;
  opacity: 1;
  color: white;
}

.product-search {
  display: none;
}

@media (min-width: 981px) {

  .hide-md {
    display: none;
  }

  .header-menu.stick {
    position: static;
    width: auto;
    z-index: 1;
  }

  .product-search {
    display: inline-block;
    height: 68px;
    width: 100%;
    background: #1465BA;
  }

    .product-search.fixed {
      position: fixed;
      top: 124px;
      z-index: 10;
    }

  .store-search-box {
    display: none;
  }
}

/* GLOBAL */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 36px;
  font-weight: bold;
}

h2, .h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  font-weight: bold;
}

h3, .h3 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  font-weight: bold;
}

h4, .h4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.master-column-wrapper > .container > .center-2 {
  padding: 40px 0;
}

.hidden {
  display: none !important;
}

.noscroll {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

.important-info a {
  color: #1F1E4E;
  background-color: #FFCF00;
}

/* HEADER: PRODUCTS DROPDOWN */
.header__navigation .mega-menu-all-categories .row-wrapper .row {
  margin-bottom: 26px;
}

.header__navigation .mega-menu-all-categories .picture-title-wrap {
  display: flex;
  flex-direction: column-reverse;
}

  .header__navigation .mega-menu-all-categories .picture-title-wrap .title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 30px 0 10px 0;
    line-height: 20px;
    margin: 0;
    height: 65px;
    display: flex;
    align-items: flex-end;
  }

  .header__navigation .mega-menu-all-categories .picture-title-wrap .picture a {
    height: 90px;
  }

  .header__navigation .mega-menu-all-categories .picture-title-wrap .picture .lazy {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: unset;
  }

.header__navigation .mega-menu-all-categories .box .subcategories > li a {
  background: none;
  padding: 0;
  text-transform: lowercase;
  font-size: 14px;
}

  .header__navigation .mega-menu-all-categories .box .subcategories > li a:not(.view-all):before {
    content: "\f105";
    color: #004B8B;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .header__navigation .mega-menu-all-categories .box .subcategories > li a:not(.view-all) span {
    margin-left: 5px;
  }

.header__navigation .mega-menu-all-categories .box .subcategories > li .view-all {
  text-align: right;
  display: block;
  font-weight: 300;
  color: #1465BA;
  font-size: 13px;
}

.header__navigation .header-menu .sublist-wrap {
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.43);
  background: white;
}

.header__navigation .header-menu .sublist a {
  background: transparent;
  border: none;
  font-weight: bold;
  padding: 20px 25px;
}

  .header__navigation .header-menu .sublist a:hover {
    background: rgba(0,0,0,.05);
  }

  .header__navigation .header-menu .sublist a:before {
    display: none;
  }


/* HEADER: NAVIGATION - SELECTIONS */
.navigation__selections .fa {
  color: #7c8184;
  font-size: 14px;
}

/* CONTENT: MASTER-WRAPPER-PAGE */
.master-wrapper-page {
  width: 100% !important;
  z-index: 10;
  position: relative;
}

.master-column-wrapper > .center-1 {
  margin: 0;
}

/* HOMEPAGE: TOP-WRAPPER */
.home-page-top-wrapper {
  width: 150%;
  padding: 40px 0 200px 0;
  margin-top: -40px;
  margin-bottom: -205px;
  background-image: url(../img/wrapper_bg.jpg);
  background-size: cover;
  border-bottom: 12px solid white;
}

.html-home-page .slider-right-column .slider-wrapper:first-of-type {
  padding-top: 25px;
}

.html-home-page .slider-right-column .slider-wrapper {
  padding-top: 10px;
}

.html-home-page .slider-right-column {
  margin-bottom: 10px;
}

@media(min-width: 981px) {
  .home-page-top-wrapper {
    background-image: url(../img/wrapper_bg2x.jpg);
  }
}

/* HOMEPAGE: LOCATIONS */
.home-page__locations {
  height: 105px;
  width: 100%;
  background: #004B8B;
  position: relative;
  display: none;
}

  .home-page__locations .container {
    position: relative;
  }

  .home-page__locations:before {
    content: '';
    position: absolute;
    top: 0;
    right: 30%;
    bottom: 5%;
    left: 0;
    background: #1465BA;
    transform: translateY(-2px);
    border-bottom-right-radius: 20px;
  }

@media(min-width: 1200px) {
  .home-page__locations:before {
    right: 35%;
  }
}

.locations__text {
  position: relative;
}

.locations__map {
  background: url(../img/map.svg);
  background-repeat: no-repeat;
  height: 167px;
  width: 265px;
  top: -30px;
  right: -20px;
  position: absolute;
  background-size: contain;
}

.locations__text h3 {
  color: white;
  line-height: 105px;
  font-size: 36px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  font-family: 'Titillium Web', sans-serif;
  z-index: 2;
}

@media(min-width: 981px) {
  .home-page__locations {
    display: inline-block;
  }
}

/* HOMEPAGE: OFFERS */
.home-page__offers {
  width: 100%;
}

/* HOMEPAGE: Banner */
.home-page-top-container {
  width: auto;
  margin-left: 0;
}

.home-page-top-wrapper {
  width: 100%;
  margin-left: 0;
}

.page.home-page .theme-banner-small.slider-wrapper {
  margin-bottom: 10px;
}

.page.home-page .slider-wrapper {
  margin-bottom: 30px;
}

.page.home-page .nop-jcarousel.product-grid .carousel-item {
  padding-bottom: 0;
}

  .page.home-page .nop-jcarousel.product-grid .carousel-item .picture img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
  }

.page.home-page .jCarouselMainWrapper {
  margin-bottom: 20px;
}

  .page.home-page .jCarouselMainWrapper .slick-prev:hover {
    background-color: #031E45;
  }

  .page.home-page .jCarouselMainWrapper .slick-next:hover {
    background-color: #031E45;
  }

/* HOMEPAGE: PRODUCT-GRID */

.home-page-product-grid .title strong {
  border: none;
  margin: 0;
}

.open-products {
  background: transparent;
  color: #1465BA;
  text-transform: none;
  font-size: 14px;
  position: absolute;
  bottom: 1.5%;
  right: 15%;
}

  .open-products:hover {
    background: transparent;
    color: #004B8B;
  }

/* PRODUCT-GRID / ITEM-GRID */

.product-grid {
  margin: 0;
}

.item-grid .item-box {
  background: white;
  overflow: hidden;
  z-index: 10;
}

  .item-grid .item-box .product-item {
    padding: 0;
  }

  .item-grid .item-box .product-item__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(47, 171, 244, 0);
    pointer-events: none;
    opacity: 0;
    transition: opacity .15s ease;
  }

  .item-grid .item-box .product-item__content:hover .product-item__overlay {
    background: rgba(47, 171, 244, .7);
    opacity: 1;
    z-index: 10;
  }

.item-box .actual-price {
  max-width: 100px !important;
}

.product-item__overlay .fa {
  top: 29%;
  position: absolute;
  background: rgba(255,255,255, .44);
  padding: 20px;
  border-radius: 50%;
  font-size: 54px;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  height: 94px;
  width: 94px;
}

  .product-item__overlay .fa:before {
    position: absolute;
    top: 18px;
    bottom: 0;
    left: 0;
    right: 0;
  }

.item-grid .item-box .productQuantityTextBox {
  display: none;
}

.item-grid .item-box .product-title {
  height: 60px;
  padding: 0 10px;
}

  .item-grid .item-box .product-title a {
    font-size: 16px;
    color: #222222;
  }

.item-grid .item-box .actual-price {
  font-size: 16px;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 4px rgba(0,0,0,.5);
}

.item-grid .item-box .old-price {
  font-size: 14px;
  letter-spacing: .28px;
  margin: -4px 0px -4px;
  text-align: right;
}

.item-grid .item-box .add-info {
  display: flex;
  justify-content: space-between;
  background-color: #F3F3F3;
}

  .item-grid .item-box .add-info .buttons {
    box-sizing: border-box;
  }

  .item-grid .item-box .add-info .price-unit {
    /*font-size: 0.7em;*/
    font-size: 10.5px;
  }

  .item-grid .item-box .add-info .prices {
    font-family: 'Titillium Web', sans-serif;
    font-size: .7em;
    width: 50%;
    border-top-left-radius: 10px;
    margin: 0;
    min-width: unset;
    background-color: #1465BA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
  }

    .item-grid .item-box .add-info .prices:before {
      display: none;
    }

.item-box .buttons .button-2 {
  width: 100%;
  height: 44px;
  background: none;
  border: none;
  font-size: 14px;
  transition: border-color .15s ease-in;
}

  .item-box .buttons .button-2 .fa {
    font-size: 18px;
    margin-right: 5px;
  }

/* SUBCATEGORY GRID */
.sub-category-grid .item-grid {
  width: 100%;
}

/* HOMEPAGE: NEWS */
.news-list-homepage {
  padding-top: 30px;
  margin: 0;
}

  .news-list-homepage .news-item .news-title:before {
    display: none;
  }

@media (min-width: 481px) {
  .news-list-homepage .news-item {
    width: 50%;
  }
}

/* FOOTER */

.footer .footer-bottom {
  height: 222px;
}

  .footer .footer-bottom .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
  }

.footer .footer-block > h3 {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.footer .footer-menu a {
  color: #222;
  padding: 5px 0;
}

.footer__block--contact {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 13px;
  order: 2;
}

  .footer__block--contact a {
    color: #004B8B;
    text-decoration: underline;
    letter-spacing: 0.15px;
  }

  .footer__block--contact p {
    color: rgba(255,255,255,.8);
    letter-spacing: 0.15px;
  }

  .footer__block--contact .fa {
    font-size: 36px;
    color: #1465BA;
    float: left;
    margin-right: 25px;
  }

.footer__block--placeholder {
  display: none;
}


.footer .footer-bottom .footer-powered-by a {
  color: #004B8B;
  text-decoration: underline;
  letter-spacing: 0.15px;
}

@media(min-width: 981px) {
  .footer__block--placeholder {
    display: inline-block;
  }

  .footer-bottom .container {
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .footer__block--contact {
    padding-right: 20px;
  }
}

/* FOOTER: NEWSLETTER */
.footer .newsletter-email input[type="text"] {
  height: 100%;
  border: none;
  width: 100%;
}

/* GOTOTOP FAB SCROLL */
#goToTop {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
  background: rgba(34,34,34,0.7);
}

  #goToTop:before {
    position: absolute;
    top: -17px;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 24px;
  }

/* TYPOGRAPHY */
.text-2-line {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: auto;
  margin: 0;
  padding-right: 10px;
}

/* RESPONSIVE NAV */
.responsive-nav-wrapper {
  z-index: 1003;
}

.responsive-nav-wrapper-parent {
  border-top-color: #031E45
}

/* GLOBAL PAGE ! */
.page .page-title h1,
.page .page-title strong {
  border: none;
  font-weight: bold;
}

/* PRODUCT: PREVIOUS */
.product__previous {
  position: relative;
  background: #DDDDDD;
  padding: 26px 0;
  font-size: 14px;
  color: #222;
}

  .product__previous:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 10px;
    background: #D9D9D9;
  }

  .product__previous .container {
    display: flex;
    flex-direction: column;
  }

.previous__label {
  margin-bottom: 5px;
  white-space: nowrap;
}

.previous__item a {
  color: #1465BA;
  letter-spacing: -0.16px;
  font-weight: bold;
}

@media(min-width: 481px) {
  .product__previous .container {
    flex-direction: row;
  }

  .previous__label {
    margin-bottom: 0;
    padding-right: 33px;
    align-self: center;
  }
}

/* PRODUCT META / DETAILS */
.product-meta-custom span {
  color: #4A4A4A;
  font-size: 13px;
}

.product-meta-custom .label {
  margin-right: 10px;
}

.product-details-page #product-details-custom {
  padding-bottom: 0;
  border-bottom: none;
}

/* PRODUCT: RIBBON */
.ribbon-position {
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: unset !important;
}

.product-ribbon {
  max-width: 100%;
  float: left;
}

.ribbon-text {
  padding: 0 19px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold;
  line-height: 44px;
  font-size: 20px;
}

.top-left .product-ribbon {
  background: #FFE810;
  color: #283283;
  letter-spacing: -0.24px;
  border-left-color: #E6D71B;
}

.top-left .ribbon-text {
  font-size: 24px;
}

.top-middle .product-ribbon {
  background: #283283;
  color: #FFFFFF;
  letter-spacing: -0.2px;
  border-left-color: #151C56;
}

.topmiddle .ribbon-text {
  font-size: 20px;
}

.top-right .product-ribbon {
  background: #004B8B;
  color: #FFFFFF;
  letter-spacing: -0.2px;
  border-left-color: #1465BA;
  text-shadow: -1px 0 0 #283283;
}

.top-right .ribbon-text {
  font-size: 20px;
}

/* SIDENAV / SIDEMENU */
.block .listbox {
  padding-right: 20px;
}

.bloc .listbox li > a:before {
  background: #1465BA;
}

.blog-search-box .listbox {
  padding: 0;
  border: 1px solid #004B8B;
}

.block-category-navigation .listbox > .list > li.active > a {
  font-size: 14px;
  font-weight: bold;
}

.block-category-navigation .listbox > .list > li.active > .sublist > li.active > a {
  font-size: 13px;
  font-weight: bold;
}

.block-category-navigation .listbox > .list > li.active > .sublist > li.active > .sublist > li.active a {
  font-weight: bold;
}

/* 2 COL LAYOUT */
.side-2 .filtersGroupPanel:after {
  display: none;
}

.center-2,
.side-2 {
  margin-top: 0;
}

/* CLOUDZOOM */
.cloudzoom-lens:before {
  background-color: #004B8B;
}

.card-short-description {
  min-height: 30px;
}

  .card-short-description p {
    display: table-cell;
    vertical-align: middle;
  }

.bar-notification {
  opacity: 1;
  height: 45px;
}

  .bar-notification .content {
    font-size: 14px;
  }

  .bar-notification.success {
    border-bottom: 1px solid #FE2;
    background: #FE2;
    color: black;
    font-weight: bold;
  }

  .bar-notification .content a {
    color: black;
    font-weight: bold;
    text-decoration: underline
  }

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
  display: inline;
}

@media (min-width: 240px) {
  .productPanelAjaxBusy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../../../img/loading.gif) no-repeat 50% 50%;
    filter: Alpha(opacity = 70);
    opacity: 0.7;
    z-index: 15;
  }
}

/* Registration page */
.registration-result-page .result {
  margin: 0 0 20px;
  color: #4A4A4A;
}

.th-width-300 {
  width: 300px;
}


.custom-error-page p {
  text-align: center
}

.mega-menu {
  z-index: 100;
}

.sublist-wrap {
  z-index: 3000;
}

@media (max-width: 981px ) {
  .footer__block--contact {
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
    text-align: left;
    font-size: 13px;
    order: 1;
    width: max-content;
    padding-bottom: 20px;
  }
}


@media(max-width:670px) {
  .footer-bottom {
    height: 340px !important;
  }
}

.email-block {
  padding: 10px;
  float: none;
  display: inline-block;
}

@media (min-width: 981px) {
  .upper-stick {
    background-color: #ffffff !important;
    position: fixed !important;
    top: 0 !important;
    width: 101% !important;
    z-index: 10000 !important;
    margin-left: -15% !important;
  }

    .upper-stick > .stick-content {
      background-color: #ffffff;
      position: fixed;
      top: -1px;
      width: 71%;
      z-index: 10000;
      margin-left: 15%;
    }
}

/* Homepage Banner */
.banner-grid-container {
  width: 100%;
}

.banner-grid-box-center {
  padding-right: 4px;
}


.banner-grid-box .slider-wrapper {
  padding-top: 25px !important;
}

@media (min-width: 769px) {
  #banner-grid-box-center {
    float: left;
    width: 75%;
  }

  #banner-grid-box-right-1 {
    float: right;
    width: 25%;
  }

  .nivoSlider {
    width: 100%;
  }

  .nivo-main-image {
    max-height: 410px;
  }
}

@media (max-width: 768px) {
  #banner-grid-box-center {
    float: left;
    width: 100%;
  }

  #banner-grid-box-right-1 {
    float: left;
    width: 100%;
  }

    #banner-grid-box-right-1 .slider-wrapper {
      padding-top: 5px !important;
    }

  .nivoSlider {
    width: 100%;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* Login strong authentication  */
.external-authentication .id-block {
  padding: 5px 0 5px 0;
}

.external-authentication {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  border: none;
  margin-top: 0px;
}

  .external-authentication .inputs > label {
    width: 35% !important;
  }

  .external-authentication .title {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 15px;
    overflow-wrap: break-word;
  }

  .external-authentication .buttons {
    display: inline-block;
    width: 100%;
    margin: 0;
  }

    .external-authentication .buttons > a {
      display: inline-block;
      padding: 3px 10px 3px 10px;
      margin: 0;
      text-indent: 0;
    }

.login-page .external-authentication .inputs > label {
  display: inline;
}

.login-page .external-authentication .inputs {
  text-align: center;
}

@media (min-width: 981px) {
  .login-page .form-fields .custom-width-input label {
    width: 12% !important;
  }

  .login-page .form-fields .custom-width-input {
    text-align: center;
  }

  .login-page .form-fields .custom-width-input {
    text-align: center;
  }

  .login-page .inputs.reversed * {
    margin: 5px 3px;
  }

  .returning-wrapper .custom-wrapper {
    text-align: center;
  }

  .registration-page .external-authentication .js-smartId-container .title {
    display: inherit !important;
  }

  .registration-page .external-authentication .title {
    margin: 0 0 10px;
    font-size: 18px;
    text-align: left;
  }

  .external-auth-errors {
    color: #e4444c;
    padding: 0 0 20px;
    font: normal 700 13px "Roboto", sans-serif;
  }

  .external-auth-association {
    color: #444;
  }

    .external-auth-association a {
      color: #4ab2f1;
    }

      .external-auth-association a:hover {
        text-decoration: underline;
      }

  .custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1008;
  }

  #dialog-notifications-success.ui-dialog-content {
    padding: 45px 30px;
  }

  /* Product filter */
  .filter-block a.clearFilterOptions, .filter-block a.clearPriceRangeFilter {
    top: 62px;
    right: 0px;
    width: 59px;
    line-height: 29px;
  }

  /*New products button*/
  @media (min-width: 981px) {
    .header__navigation .newproducts-privatelabel-sublist {
    }

    .newproducts-privatelabel-sublist {
      margin-right: 4rem
    }
  }

  @media (min-width: 1025px) {
    .newproducts-privatelabel-sublist {
      margin-right: 5rem
    }

    .product-ribbon .parim-hind {
      left: 40px;
    }
  }

  @media (min-width: 1281px) {
    .newproducts-privatelabel-sublist {
      margin-right: 8rem
    }
  }

  .newproducts-privatelabel-sublist .newproducts-link {
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    color: #FE0;
  }

  /*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



  .bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10002;
    width: 100%;
    padding: 12px 25px 12px 10px;
    color: #fff;
    opacity: 0.95;
  }

    .bar-notification.warning {
      background: #f79d45;
    }

    .bar-notification.error {
      background: #E95E5E;
    }

    .bar-notification .content {
      float: left;
      margin: 0 10px 0 0;
    }

    .bar-notification .close {
      position: absolute;
      top: 0;
      right: 0;
      width: 32px; /*even numbers only*/
      height: 32px; /*even numbers only*/
      margin: 5px;
      border: 1px solid #666;
      box-shadow: inset 0 0 1px #999;
      background: #fff url('../img/close.png') center no-repeat;
      cursor: pointer;
      opacity: 0.7;
    }

      .bar-notification .close:hover {
        opacity: 0.9;
      }

  .ui-dialog-titlebar {
    border: 0;
    position: relative;
    overflow: hidden;
    padding: 20px 30px;
    font-weight: bold;
    text-shadow: none;
    color: white;
    background-color: #004B8B;
  }

  .ui-dialog {
    border: 0;
    z-index: 1009;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    position: absolute;
    width: 70%;
    top: 15%;
    left: 15%;
    display: block;
    max-height: 50%;
  }

  .ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1000;
  }

  .ui-dialog-titlebar span {
    float: left;
    text-transform: uppercase;
  }

  .ui-dialog-titlebar button:hover {
    opacity: 1;
  }

  .ui-dialog-titlebar button * {
    display: none;
  }

  .ui-dialog-content {
    height: auto !important;
    padding: 20px 30px;
    line-height: 20px;
  }

    .ui-dialog-content .topic-block {
      margin: 10px 0 0;
    }

    .ui-dialog-content .topic-block-body {
      max-height: 200px;
      overflow-y: scroll;
    }

    .ui-dialog-content .topic-block p {
      margin: 0;
    }

  .ui-dialog-buttonset {
    padding: 20px 30px;
    text-align: right;
  }

    .ui-dialog-buttonset button {
      min-width: 60px;
      margin-left: 5px;
      border: 1px solid #bbb;
      box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
      background: #eee;
      padding: 5px;
    }

  .ui-dialog-content .tooltip {
    margin-bottom: 20px;
  }

  .ui-dialog-content button {
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    display: inline-block;
    border-top: 0;
    padding: 10px 16px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .common-list li {
    margin-bottom: 10px;
  }

    .common-list li:last-child {
      margin-bottom: 0;
    }

  .card-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    padding: 15px 20px;
  }

  .order-details-page .cart-total {
    width: auto;
  }

  .data-table td {
    min-width: 150px;
  }
}

.card-list-text {
  font-weight: bold;
  margin-right: 20px;
}

.card-list-button {
  background: #004B8B;
  padding: 10px 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.card-list:hover .card-list-button {
  background: #1465BA;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.slider-wrapper.clear-both {
  clear: both;
}
