/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

div.bx-soa-pp-delivery-cost > div.bx-soa-pp-list-description, #bx-soa-total > div.bx-soa-total-wrapper.sticky_top > div.bx-soa-cart-total > div:nth-child(4) {
	display:none;
}
.mega-menu table .dropdown-menu {
	left: 30%;
}


#bx-soa-delivery > div.bx-compact-wrapper > div > div:last-child {
	display: none;
}

#footer div.subscribe_button {
  display: none;
}

/* -- */

.logo-row .logo {
    max-width: 330px;
}

.logo-row .logo img, .logo-row .logo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header .mega-menu .menu-item {
  background: #1b2a4f;
}

.header .mega-menu table td .wrap > a {
  color: #fff;
}
.header .mega-menu table td .wrap .dropdown-menu .menu-item a {
  color: #fff;
}
#main .header .mega-menu table td:not(.wide_menu) .dropdown-menu li:hover > a {
  background-color: #1b2a4f;
  color: #cccccc;

}
.header .mega-menu .active.menu-item .wrap > a {
  color: #cccccc !important;
}

.header .mega-menu .menu-item:hover .wrap > a {
  color: #cccccc !important;
}

.mega-menu table td .wrap > .more-items > span:before {
    background: url('/local/templates/aspro_max/images/header_icons-white.svg') -124px -29px no-repeat;
}

.CATALOG_SECTIONS .name  a {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 1240px) {
  #basket-root .basket-item-info-name {
    font-size: 18px;
  }
}
