/* ============================================
   Footer
   ============================================ */
img.footer_payment {
    max-width: 200px;
}

/* ============================================
   Плитка тегов в категориях товаров
   ============================================ */
.category-product-tags li,
.category-product-models li {
    border-radius: 50px !important;
    background: #f0f0f0;
    transition: all .3s;
    flex-grow: 0;
    flex-shrink: 0;
}


.category-product-tags,
.category-product-models {
    list-style-type: none !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    margin: 30px 0 !important;
    padding: 0 0 10px 0 !important;
    column-gap: 10px;
    row-gap: 10px !important;
    align-items: flex-start !important;
    width: 100%;

    flex-wrap: nowrap !important;
    overflow-x: auto;
}


.category-product-tags li:hover,
.category-product-models li:hover {
    background: #d4d4d4;
}


.category-product-tags li a,
.category-product-models li a {
    display: inline-block;
    padding: 5px 10px !important;
    color: var(--eglobal-color-text) !important;
}


.category-product-tags li.active,
.category-product-models li.active {
    background: #0dd6ef;
}

.category-product-tags li.active a,
.category-product-models li.active a {
    color: white !important;
}


.handheld-footer {
    display: none !important;
}

.desktop-footer {
    display: block !important;
}

aside#woocommerce_layered_nav-2 {
    display: none !important;
}

@media(width <=1024px) {

    .desktop-footer .footer-widgets,
    .desktop-footer .footer-address {
        display: none !important;
    }

    .float-start.copyright>div {
        line-height: 1.5rem !important;
    }

    .copyright {
        padding: 5px 0 !important;
    }

    .footer-logo,
    .media.d-flex {
        display: flex;
        justify-content: center;
    }

    .footer-call-us {
        margin-bottom: 15px !important;
    }

    .footer-social-icons {
        display: flex !important;
        justify-content: center;
        gap: 15px !important;
        margin-bottom: 25px !important;
    }

    .footer-social-icons ul {
        display: flex !important;
        justify-content: center;
        gap: 15px !important;
    }

    .footer-social-icons li:has(.desktop) {
        display: none !important;
    }

    .footer-social-icons a {
        font-size: 30px !important;
        margin: 0 !important;
    }

    .footer-bottom-widgets {
        padding-bottom: 30px !important;
    }

    .footer-bottom-widgets .call-us-text,
    .footer-bottom-widgets .media-left {
        display: none !important;
    }

    .footer-bottom-widgets-menu-inner {
        gap: 20px !important;
    }

    .mob-acc a.elementor-icon:before,
    .hfe-nav-menu-icon:before {
        font-family: 'font-electro';
    }

    .mob-acc a.elementor-icon:before {
        content: "\72";

    }

    .mob-acc i.far.fa-user,
    .hfe-nav-menu-icon i.fas.fa-bars {
        display: none;
    }

    .mob-acc a.elementor-icon {
        display: flex;
    }

    .mob-search .dgwt-wcas-search-icon {
        width: 19px;
    }

    .hfe-nav-menu-icon:before {
        content: "\e908";
    }

    .hfe-active-menu .hfe-nav-menu-icon:before {
        display: none;
    }

    .departments-menu-v2 .departments-menu-v2-title+.dropdown-menu li.menu-item-has-children>a::after {
        display: none;
    }
}

.product-categories {
    margin-left: 0 !important;
}

.widget_product_categories ul li .no-child {
    padding-left: 0 !important;
}

.berocket_ajax_group_filter_title {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

/*
#all-specs-button {
    margin: 10px 0;
    font-weight: 700;
}
*/
.home-v7-slider {
    max-height: 1000px !important;
}

[data-elementor-id="72092"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

[data-elementor-id="72092"]>div {
    width: 100%;
    max-width: 100% !important;
}

.all-cats-menu-header .departments-menu-v2-title {
    padding: 13px 15px;
}

.all-cats-menu-header .dropdown-menu {
    border: 2px solid #63ffc9 !important;
    border-left: none !important;
}

.all-cats-menu-header #menu-kategorii-tovarov {
    border-top: none !important;
    border-left: 2px solid #63ffc9 !important;
}




@media (min-width:1430px) and (max-width:1470px) {
    .vertical-menu-slider-category-with-das-inner {
        display: flex;
        flex-wrap: nowrap;
    }

    .px-3 .vertical-menu-slider-category-with-das-inner .home-vertical-nav.departments-menu-v2 .dropdown>.dropdown-menu {
        min-width: 20% !important;
    }

    .home-vertical-nav.departments-menu-v2 .dropdown>.dropdown-menu ul {
        min-width: 100%;
    }

}


/* Избранное */

.wlfmc-counter-text {
    color: #333e48 !important;
}

.wlfmc-counter-text:hover {
    color: #5be5f2 !important;
}


.wlfmc-counter-wrapper .wlfmc-counter {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    top: 5px !important;
}

/* Сравнение */

span.woosc-menu-item-inner:hover .woosc-text {
    color: #5be5f2 !important;
}

span.woosc-menu-item-inner i {
    color: inherit;
}


span.woosc-menu-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}


.fa-compress {
    font-size: 23px;
    background-image: var(--main-bg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.woosc-menu-item-inner:after {
    left: 45px;
    top: -5px !important;
    background-color: #25E2E3 !important;
}



/* ============================================
   Подкатегории товаров
   ============================================ */
.product-loop-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
    padding: 0px 15px;

}

.product-loop-categories .product-category .woocommerce-loop-category__title {
    font-size: 0.8rem;
    font-weight: 600;
}

.product-loop-categories.columns-4 .product-category {
    width: auto;
    background: #FAFAFA;
    border-radius: 8px;
    height: 100%;
    line-height: 1.2rem;
    padding: 5px;
}

.product-loop-categories .product-category img {
    height: 80px;
    object-fit: contain;
    padding: 10px;
    margin: 0;
}

.product-loop-categories .product-category {
    transition: .5s;
}

/* ============================================
   Мобильное меню
   ============================================ */
.burger1 .hfe-nav-menu__submenu-arrow {
    top: 40px !important;
}

.burger1 .hfe-nav-menu__submenu-arrow>ul li>ul li>ul li {
    padding-left: 20px !important;
}

.burger1 .hfe-nav-menu__submenu-arrow>ul li>ul li>ul li>ul li {
    padding-left: 40px !important;
}


/*Полоса прокрутки*/
::-webkit-scrollbar {
    width: 15px;
    height: 7px;
}

::-webkit-scrollbar-button {
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: linear-gradient(88.03deg, #F0F4F9 -4.95%, #587CA5 578.66%);
}

::-webkit-scrollbar-track-piece {
    background: #333;
    border-radius: 25px;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: var(--e-global-color-accent);
    box-shadow: -1px 2px 2px rgba(24, 55, 91, 0.1), inset 0px -2px 1px rgba(39, 81, 126, 0.12), inset 0px 0px 4px rgba(46, 68, 87, 0.02);
    backdrop-filter: blur(28px);
    border-radius: 10px;
}

::-webkit-scrollbar-corner {
    background-color: var(--e-global-color-accent);
}

.wlfmc_ajax_add_to_cart,
.add_to_cart_button,
.wlfmc-products-counter-wrapper:not(.is-elementor) .wlfmc-view-wishlist-link {
    color: white !important;
    transition: all .3s;
}

.wlfmc-products-counter-wrapper:not(.is-elementor) .wlfmc-view-wishlist-link:hover {
    background: var(--main-bg) !important;
}

#wlfmc-wishlist-form .gap-5:has(.add_to_cart_button):hover {
    opacity: 0.8 !important;
}



/* ============================================
   Листинги
   ============================================ */

/*Магазины для оплата и доставка*/
.link-route a {
    color: var(--e-global-color-primary);
}

.link-route a:hover {
    color: var(--e-global-color-accent);
}

/* ============================================
  WCS - Мегаменю категорий товаров
   ============================================ */
#wcs-catalog-menu-button {
    background: var(--main-bg);
    font-size: 14px;
    font-weight: 700;
}

#wcs-catalog-menu-button:hover,
#wcs-catalog-menu-button.open {
    background: var(--main-bg);
}

.da-block .da-media {
    align-items: flex-start;
    width: 100%;
    margin: auto 10px auto 10px;
}

.rev_slider_5_1_wrapper,
#rev_slider_5_1_wrapper,
#rev_slider_5_1 {
    height: 100% !important;
}


/*Метки в одиночной товара*/
.product_meta {
    margin-top: 30px;
}

.product_meta a:hover {
    color: var(--e-global-color-primary);
}

.footer-bottom-widgets a:hover {
    color: var(--e-global-color-primary);
}
.footer-bottom-widgets a {
    transition: .2s all;
}

/**
 * Single product
 * 
 */

/* Linked Variation */
.wpclv-attributes .wpclv-terms {
	display: inline-flex;
	gap: 10px;
}
.wpclv-attributes .wpclv-terms .wpclv-term {
	border-radius: 6px;
}

.wpclv-attributes .wpclv-terms .wpclv-term span,
.wpclv-attributes .wpclv-terms .wpclv-term a {
	background-color: transparent;
	padding: 0 10px;
}

.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image span,
.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image a  {
	height: 100%;
}

.wpclv-attributes .wpclv-terms img {
	height: 100%;
	object-fit: cover;
}

.wpclv-attributes .wpclv-terms .wpclv-term.active,
.wpclv-attributes .wpclv-terms .wpclv-term:hover {
	/*border-image: linear-gradient(45deg, #04D2F3, #60FECA) 1;*/
	border-color: #04D2F3;
}

.wpclv-term-button.wpclv-term.imperfect {
	background: #EFEFEF;
	border-color: #D3D3D3;
}

.wpclv-term-button.wpclv-term.imperfect:hover {
	border-color: #D3D3D3;
}

.wpclv-term-button.wpclv-term.imperfect a {
	color: #BDBDBD;
}

/* */

.single-product .wc-tabs {
	border-bottom:1px solid #ddd;
}
.wc-tabs > li.active a::before {
	content: none;	
}
.single-product .wc-tab {
	border: none;
}
.entry-summary table.shop_attributes .attribute_group_row {
	border-bottom: none;
}

.entry-summary table.shop_attributes {
	margin-top: 40px;
}
.entry-summary table.shop_attributes tr th,
.entry-summary table.shop_attributes tr td {
	color: #000;
  padding: 2px 0 !important;
}

.entry-summary table tr th.attribute_group_name,
.entry-summary table.shop_attributes tr th.attribute_group_name {
	padding-top: 10px;
	font-size: 14px;
}

.shop_attributes tr.alt,
.shop_attributes tr.alt td {
  background-color: transparent !important;	
}

.entry-summary table.shop_attributes  .attribute_name_values tr th,
.entry-summary table.shop_attributes  .attribute_name_values tr td {
	font-weight: 400;
	font-size: 12px;
}

.entry-summary table.shop_attributes  .attribute_name_values tr td {
	width: auto;
	text-align: right;
}

/* сам контентный блок */
.entry-shop_attributes {
  max-height: 350px; /* ограничение высоты */
  overflow: hidden;
  transition: max-height 0.6s ease; /* плавное раскрытие */
}

/* класс при открытии */
.entry-shop_attributes.open {
  max-height: unset; 
}

/* градиент для визуального эффекта "обрезки" */
.short {
  position: relative;
}

.short::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
  transition: opacity 0.3s;
}

.short.open::after {
  opacity: 0;
}

#all-specs-button {
	text-decoration: underline;
	cursor: pointer;
	transition: color 0.3s;
}

#all-specs-button:hover {
	color: #00abc5;
}

.extended .single-product-wrapper > .product-actions-wrapper {
	padding: 0;
}

.extended .single-product-wrapper > .product-actions-wrapper .product-actions {
	border: none;
	padding: 0;
}

.extended .single-product-wrapper > .product-actions-wrapper .product-actions .part-1 {
	padding: 25px 17px;	
	background-color: #FAFAFA;
	border-radius: 12px;
}

.extended .single-product-wrapper > .product-actions-wrapper .product-actions .part-2 {
	padding: 25px 17px;
	border-radius: 12px;
	border: 1px solid #F2F2F2;
	margin-top: 24px;
}

.single-product-wrapper > .product-actions-wrapper .product-actions .part-2 .wlfmc-single-btn {
	display: none;
}

.single-product-wrapper > .product-actions-wrapper .product-actions .availability-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 10px;
    align-items: center;
	font-size: 12px;
	margin-bottom: 20px;
}
.single-product-wrapper > .product-actions-wrapper .product-actions .availability-wrapper div.availability {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.single-product-wrapper > .product-actions-wrapper .product-actions .availability-wrapper p.stock {
	color: #000;
	font-weight: 400;
	margin-bottom: 0;
}

.single-product-wrapper > .product-actions-wrapper .product-actions .availability-wrapper p.stock {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.single-product-wrapper > .product-actions-wrapper .product-actions .availability-wrapper p.stock.in-stock::before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
	/*
  background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="42.6667" stroke="%23000" d="M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384s384 171.923 384 384z"></path><path fill="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="42.6667" stroke="%23000" d="M341.333 512l128 128 213.333-256"></path></svg>');
  background-repeat: no-repeat;
  background-size: 1em 1em;
	*/
  width: 1em;
  height: 1em;
  font-size: 24px;
	mask: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="42.6667" stroke="%23000" d="M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384s384 171.923 384 384z"></path><path fill="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="42.6667" stroke="%23000" d="M341.333 512l128 128 213.333-256"></path></svg>') center/contain no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="42.6667" stroke="%23000" d="M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384s384 171.923 384 384z"></path><path fill="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" stroke-width="42.6667" stroke="%23000" d="M341.333 512l128 128 213.333-256"></path></svg>') center/contain no-repeat;
  background: var(--main-bg);
}
.single-product-wrapper > .product-actions-wrapper .product-actions .availability-wrapper .product-sku {
	margin-bottom: 0;
}

/* input quantity */
.single-product .cart .quantity {
	width: unset;
}
.woocommerce .quantity-block input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity-block input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* Для Firefox */
.woocommerce .quantity-block input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.woocommerce .quantity-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce .quantity-block a.quantity-arrow {
  height: 45px;
  width: 40px;
  position: relative;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  position: relative;
  background-color: #EFEFEF;
  cursor: pointer;
}
.woocommerce .quantity-block a.quantity-arrow:hover {
   background: var(--main-bg);
	color: #fff;
}
.woocommerce .quantity-block a.quantity-arrow .svg-icon {
  display: flex;
}
.woocommerce .quantity-block a.quantity-arrow.quantity-arrow-minus {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
/*
.woocommerce .quantity-block a.quantity-arrow.quantity-arrow-minus::after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background-color: #000;
}
*/
.woocommerce .quantity-block a.quantity-arrow.quantity-arrow-plus {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
/*
.woocommerce .quantity-block a.quantity-arrow.quantity-arrow-plus::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background-color: #000;
}
*/
.woocommerce .quantity-block input[type=number].qty {
  height: 45px;
  color: #000;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-left: none;
  border-right: none;
  font-size: 20px;
  background: transparent;
  width: 49px;
  padding: 3px !important;
  text-align: center;
  border-radius: 0;
}

.single-product-wrapper > .product-actions-wrapper .wcs-price-wrapper span.electro-price {
	font-size: 25px;
}
.single-product-wrapper > .product-actions-wrapper .wcs-price-wrapper .cashback-amount a {
	font-size: 12px;
	font-weight: 600;
	color: #04D2F3;
	margin: 2px;
}

.single-product-wrapper > .product-actions-wrapper form.cart {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-product-wrapper > .product-actions-wrapper form.cart button {
	flex: 0 0 100%;
}

.single-product-wrapper .entry-summary .wlfmc-add-to-wishlist,
.single-product-wrapper .entry-summary .woosc-btn {
	height: 30px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 6px;
}

.single-product-wrapper .entry-summary .wlfmc-add-to-wishlist:hover i,
.single-product-wrapper .entry-summary .wlfmc-add-to-wishlist:hover a,
.single-product-wrapper .entry-summary .woosc-btn:hover {
	color: #04D2F3 !important;
}

.single-product-wrapper .entry-summary .wlfmc-add-to-wishlist {
	margin-top: -5px !important;	
}

.single_add_to_cart_button.button {
	font-size: 12px;
}

.single-product-wrapper .entry-summary .wlfmc-add-to-wishlist a {
	padding: 0;
}

.single_add_to_cart_button.clickBuyButton {
	background: transparent !important;
	color: #000 !important;
	border: 1px solid #04D2F3;
}
.single_add_to_cart_button.clickBuyButton:hover {
	color: #04D2F3 !important;
	
}

.single_add_to_cart_button.clickBuyButton::before {
	content: none;
}

.qbwc-single-product-wrapper .qbwc-wrapper {
	display: flex;
	flex-direction: column;
}

.qbwc-quick-buy-button.button {
	background: transparent;
	background-color: transparent !important;
	color: #000 !important;
	font-size: 12px;
	border: none !important;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.17);
}

.qbwc-single-product-wrapper .qbwc-info-text {
	order: 1;
	margin-top: 20px;
}

.qbwc-single-product-wrapper .qbwc-wrapper a.qbwc-info-link {
	color: #000;
	text-decoration: underline;
	font-size: 14px;
	
}

.qbwc-single-product-wrapper .qbwc-wrapper a.qbwc-info-link:hover {
	color: #04D2F3;
}

@media (min-width: 1200px) {
  .extended .single-product-wrapper .product-actions-wrapper {
    flex: 0 0 auto;
    width: 28%;
  }
}
@media (min-width: 1200px) {
  .extended .single-product-wrapper .summary {
    flex: 0 0 auto;
    width: 30.33333333%;
  }
}

@media (max-width: 768px) {
	.single-product-wrapper .summary,
	.single-product-wrapper .product-actions-wrapper {
		margin-top: 30px;
	}
}

/*Фикс текста В корзину в Сафари*/
.owl-item>.product .add-to-cart-wrap .button, .owl-item>.product .added_to_cart, .products>.product .add-to-cart-wrap .button, .products>.product .added_to_cart {
	font-size: 0 !important;
}

.post-type-archive-product:not(.search) .sidebar {
	display: none !important;
}

/* .post-type-archive-product .content-area {
    flex: 1 0 50%;
    width: 100%;
} */

.archive-page-header {
	padding-bottom: 40px;
}

a.social-max svg {
    width: 20px;
    margin-top: -8px;
}

a.social-max svg {
    fill: #7c7c7c;
    transition: fill .4s ease;
}

a.social-max:hover svg {
    fill: #f25a00;
}

.blockUI.blockMsg.blockElement {
    display: none !important;
}

.rustore-notice {
	display: block;
	width: fit-content;
	padding: 3px 12px;
	border-radius: 16px;
	border: 1px solid;
	margin: 0;
}

.wp-singular .summary .rustore-notice {
	margin: 10px 0;
}

.product-year-warranty {
	margin: 0;
	padding: 3px 10px;
    font-size: 12px;
    background: #E2E2E3;
    width: max-content;
    border-radius: 30px;
    color: #161616;
	display: flex;
    align-items: center;
	gap: 5px;
}

.product-year-warranty::before {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: url('/wp-content/uploads/2026/07/shield-check.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.apple-original-notice {
	font-size: 12px;
	margin: 0;
	display: flex;
    align-items: center;
	gap: 5px;
	line-height: 16px;
}

.apple-original-notice::before {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: url('/wp-content/uploads/2026/07/apple-173-svgrepo-com.svg');
	background-size: contain;
	background-repeat: no-repeat;
	top: -2px;
	position: relative;
}

.product-rating {
	display: flex;
    align-items: center;
}

.star-rating {
	top: -1px;
}

.woocommerce-LoopProduct-link:has(.product-rating) {
    display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

li.product .electro-price {
	font-weight: 600 !important;
	font-size: 20px !important;
} 

.woocommerce-page .shop-control-bar-bottom {
	flex-wrap: wrap !important;
}
