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


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

#footer div.subscribe_button {
  display: none;
}

/* -- */

.logo-row .logo {
    max-width: none;
    height: auto;
  }

  .logo-row .logo img, .logo-row .logo svg {
    width: 100%;
    height: 100%;
    max-width: 330px;
    object-fit: contain;
}
.sections_wrapper.compact .item.itemhor{display: flex;align-content: center;align-items: center;}
.sections_wrapper.compact .item.itemhor>div:nth-child(1){width: 100px;}
.sections_wrapper.compact .item.itemhor>div:nth-child(1) img{max-width: 100%;}
.sections_wrapper.compact .item.itemhor>div:nth-child(2){padding-left: 20px;width:calc(100% - 100px);}
.sections_wrapper.compact .element-count-catalog{
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.sections_wrapper.compact .item.itemvert .names{text-align: center;margin-top: 20px;}
.sections_wrapper.compact .item.itemvert.bordered .img {
	width: 160px;
	height: 160px;
	line-height: 77px;margin: auto;
}

.product-item-list-col-3 .product-item-small-card > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.product-item-list-col-3 .product-item-small-card > .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.bx_filter .slide-block__head{display: none;} 
.product-item-list-col-3 .product-item-container {
  width: 100%;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-item-list-col-3 .product-item-container .product-item {
  flex: 1;
}
.bx-no-touch .product-item-list-col-3 .product-item-container.hover {
  overflow: visible;
}
.bx-no-touch .product-item-list-col-3 .product-item-container.hover .product-item {
  top: 0;
  height: auto;
}
.product-item-list-col-3 .product-item-price-container {
  min-height: 44px;
}
.search-input-div{background: var(--color-main);padding-right: 55px;border-radius:var(--border-radius-big);}
.header .mega-menu table td .wrap > a {
  color: #fff;
}
.fixed-menu .table-menu table tbody tr td:first-child{display: none!important;}
.footer_bottom{display: flex;justify-content: space-between;align-items: center;border-top:1px solid rgba(255,255,255,0.3);padding-top: 40px;}
.footer_bottom>div{width: 40%}
.footer_bottom>div:last-child{width: 20%}
.menus2cols .menu{columns: 2;}
.row-footer{display: flex; }
.menu.footer{margin-top: 15px;}
.menu.footer a{color: rgba(255,255,255,0.7);}
.menu.footer li{margin-left: 0px;}
.menu.footer li{display: block;}
.row-footer ._label{color: white;font-weight: bold;margin-bottom: 20px;}
.row-footer>div{width: 20%;}
.row-footer>div:nth-child(3){width: 40%;}
.header .mega-menu table td .wrap .dropdown-menu .menu-item a {
  color: var(--color-main);
}
.menu-row.bgcolored .mega-menu table td.active {
	background-color: white;
}
.preview_text{margin-top: 20px;}
.catalog_item .show_price, .product-item .product-item-price-current{font-weight: bold;font-size: 18px;margin-top: 20px;display: block;}
.top_block-center{text-align: center;}
.top_block-center .under-h3{font-size: 16px;}
#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: var(--color-main);
}

.header .mega-menu .menu-item:hover .wrap > a {
  color: var(--color-main)!important;
}
.table-menu .dropdown-toggle.more-items{width: 50px;height: 50px;display: block;padding: 0px;}
.table-menu .dropdown-toggle.more-items{border:2px solid var(--color-main);border-radius:var(--border-radius-small)}
.table-menu .dropdown-toggle.more-items>div{border:1.7px solid var(--color-main);width: 20px;display: block;position: absolute;left:13px;top:15px;}
.table-menu .dropdown-toggle.more-items>div:nth-child(2){top:22px;}
.table-menu .dropdown-toggle.more-items>div:nth-child(3){top:29px;}

/* Left catalog sidebar: do not stretch subcategory dropdown to content width */
.sidebar_menu .menu_top_block.catalog_block li.v_bottom > .dropdown-block,
.sidebar_menu .menu_top_block.catalog_block .left-menu-wrapper > li > ul.dropdown,
.menu_top_block.catalog_block li.v_bottom ul.dropdown {
	width: auto !important;
	max-width: 100%;
}

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

.page__tooltip {
  position: fixed;
  z-index: 1000;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  pointer-events: none;
  background: #1b2a4f;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(-10px);
}
.page__tooltip_visible {
  opacity: 1;
  transform: translateY(0);
}

.contact-icons {
  padding: 0 50px 0 0;
  display: flex;
  gap: 30px;
  align-items: center;
  height: 82px;
  float: left;
}

.icon-link__icon {
  display: block;
  color: #1b2a4f;
  fill: currentColor;
  stroke: currentColor;
  transition: color .2s ease-in-out;
}

.icon-link__icon:hover {
  color: #8b8b8b;
}

.logo_and_menu-row .phone a {
  transition: color .2s ease-in-out;
}

.logo_and_menu-row .phone a:hover {
  color: #8b8b8b;
}

.CATALOG_SECTIONS .sections_wrapper .list .item .img img {
  width: 100%;
  height: 100%;
}



.btn_width_full {
  width: 100%;
}

.header__inner {
  display: flex;
}

.header__phone {
  margin: 0 20px 0 auto;
}

.card-delivery-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.preview_text_block{font-size: 14px;}
.card-delivery-info__block {
  flex: 1 1 280px;
  min-width: 0;font-size: 14px;
}

.card-delivery-info__block_left {
  max-width: calc(50% - 10px);
  background: url('../images/svg/car.svg') no-repeat left top;padding-left: 30px;background-position: 0px 4px;;
}

.card-delivery-info__block_right {
  max-width: calc(50% - 10px);
  background: url('../images/svg/shop.svg') no-repeat left top;padding-left: 30px;background-position: 0px 4px;;
}

@media (max-width: 767px) {
  .product-item-container .product-item {
    padding: 15px;
  }
  .bx-no-touch .product-item-container.hover .product-item {
    position: relative;
    right: 0px;
    left: 0px;
    padding: 15px;
    width: auto;
    border: 2px solid var(--color-main);
    background: #fff;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .19);
  }
  .bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
    transition: opacity 300ms ease;
  }
  .btn.btn-default, .btn.one_click {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: #ffffff;
    border-radius: var(--border-radius-big);
    padding: 10px 10px;
    font-weight: 800;
    font-size: 13px;
  }
  .sections_wrapper.compact .item.itemhor {
    display: flex;
    flex-direction: column;
  }
  .q_button_wrapper .product-item-amount {
    height: 40px;
  }
  .q_button_wrapper .product-item-amount-field-btn-plus, .q_button_wrapper .product-item-amount-field-btn-minus {
    height: 15px;
  }
  .q_button_wrapper > div:nth-child(2) {
    padding-left: 0px;
  }
  .front_brands_slider 
  .inline-search-block.with-close.fixed.big .search .close-block {
    top: -9px;
    right: -53px;
  }
  .q_button_wrapper .button_block > div {
    width: calc(100%);
  }
  .q_button_wrapper>div, .q_button_wrapper .button_block>div{margin-bottom: 20px;}
  .q_button_wrapper, .q_button_wrapper .button_block {
    display: block;
    align-items: center;
  }
  .sections_wrapper.compact .item.itemhor > div {
    padding-left: 0px!important;
    width: calc(100%)!important;
  }
  .product-item-container .product-item-amount {
    padding: 11px;
    position: relative;
    margin-left: 0px;
  }
  .catalog-section .row.stock-listing-row > .product-item-small-card > .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
  }

  .catalog-section .row.stock-listing-row > .product-item-small-card > .row > .product-item-big-card {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }


  .catalog-section .row.stock-listing-row .product-item-title {
    font-size: 13px;
    line-height: 1.35;
    min-height: 3.6em;
  }

  .catalog-section .row.stock-listing-row .product-item-price-current {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
  }
}

.card-delivery-info__item + .card-delivery-info__item {
}

.card-delivery-info__label {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin-bottom: 4px;
}

.card-delivery-info__value {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #1b2a4f;
}

@media (max-width: 767px) {
  .card-delivery-info__block_left,
  .card-delivery-info__block_right {
    max-width: 100%;
  }
}