/*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;  }*/

/* ----- HEADER ----- */
.logo-block .logo {
    display: inline-block;
    position: relative;
    height: 50px;
    /* max-width: 190px; */
    line-height: 84px;
}

.logo-block .logo img {
    max-width: 100%;
    max-height: 35px;
}

#mobileheader .logo img {
    max-width: 100px !important;
}

.custom_header .logo-block {
    margin: 0 30px;
}

body .wrapper1.long_banner .menu-row.bgdark .custom_header .menu-only,
#mobileheader .mobileheader-v1 {
    background: #000;
    opacity: 0.7;
}

.menu-row .custom_header {
    padding: 40px 15px 0;
}

.custom_header .menu-only {
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.custom_header .mega-menu .svg.inline {
    display: none;
}

.custom_header .right-icons.header__top-item {
    flex: 0 1 auto;
}

.menu-row.middle-block .custom_header .mega-menu {
    margin-right: auto;
    align-content: center;
    flex: 0 0 auto
}

.custom_header .mega-menu table {
    border-collapse: separate;
    border-spacing: 30px 0;
}

.menu-row.middle-block .custom_header .mega-menu table td .wrap>a {
    padding: 10px 40px;
    height: 36px;
    background: #333;
    border-radius: 20px;
}

.menu-row.middle-block .custom_header .mega-menu table td:hover,
.menu-row .custom_header .mega-menu table td:hover.dropdown.wide_menu>.wrap,
.custom_header .mega-menu  td:hover.dropdown:not(.wide_menu)>.wrap {
    border-radius: 20px;
}

.custom_header .search .search-input {
    padding: 0 70px 0 14px;
    border-radius: 20px;
    background: #fafafa;
    opacity: 0.7;
    color: #000;
    font-weight: 600;
}

.custom_header .search .search-input::placeholder {
    color: #000;
}

.custom_header .search .btn-search {
    top: 4px;
    right: 10px;
    padding: 5px 8px;
    border-radius: 50%;
    background: #000;
    border: none;
}

.custom_header .search .dropdown-select {
    display: none;
}

.custom_header .search .btn-search svg {
    width: 10px;
    height: 10px;
}
.custom_header .auth_wr_inner  {
    margin-top: 3px;
}

@media (max-width: 1199px) {
    .menu-row.middle-block .mega-menu table td.catalog,
    .menu-row.middle-block:not(.bglight) .mega-menu table td.catalog>.wrap {
        width: unset;
    }

    .menu-row .custom_header .menu-only .mega-menu table td:not(:last-child) {
        padding-right: 15px;
    }

    .menu-row.middle-block .custom_header .mega-menu table td .wrap>a {
        padding: 10px 30px;
        line-height: 1.83em;
        font-size: .667em;
    }
}

/* ----- FOOTER ----- */
.footer__fred {
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer__fred-link {
    vertical-align: middle;
}

.btn.btn-search svg use {
    fill: #fafafa;
}

body .wrapper1 .menu-row.bgdark .custom_header .menu-only, #mobileheader .mobileheader-v1 {
    background: #000;
    position: relative;
    opacity: 1 !important;
    
}

body .wrapper1 .menu-row.bgdark {
    background: 0 0 !important;
}

.menu-only {
	display: flex;
	justify-content: center;
}

.menu-row .custom_header {
    padding: 40px 0;
}


.user-consent-checkboxes {
    margin-top: 15px;
    font-size: 14px;
  }
  .user-consent-checkboxes .checkbox-item {
    margin-bottom: 10px;
  }
  .user-consent-checkboxes label {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .user-consent-checkboxes input[type="checkbox"] {
    margin-right: 5px;
  }
.licence_block.filter.onoff.label_block label {
    display: block;
}  

.bx-soa-cart-conditions .filter.label_block {
    position: relative;
    padding: 0;
}

.inactive-checkbox {
    background: var(--light, #e0e0e0) var(--dark, #444) !important;
    cursor: not-allowed !important;
    color: #999 !important;
    border-color: #ccc !important;
  }
  
.logo-block.floated.header__top-item.no-shrinked .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo .region_wrapper span.arrow {
    bottom: 38px;
}

.logo .region_wrapper {
    padding: 0;
}

.logo .header__top-item {
    margin: 0 0 0 50px;
}

.wrapper_inner.wide_page .product-view--type2 .product-info, body .maxwidth-theme, body .wrapper_inner {
    max-width: 1500px;
}

.line-block--40>.line-block__item {
    padding-right: 30px;
}

.form textarea {
    min-height: 103px;
}

.basket-item-property-name:after, .basket-item-property-custom-name:after {
    content: none;
    display: none;
}