﻿/*
Theme Name: Bono Child
Theme URI: https://wpshop.ru/themes/bono
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: bono
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.super-header__item--2 {
    text-align: right;
}
.site-header {
    padding-top: 0;
}
.header-html-1, .header-html-2 {
    text-align: inherit;
}
.header__contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.header__contact-item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 1.4em;
    line-height: 1.3;
    font-weight: 400;
}
.header__contact-item:before {
    font-family: wpshop-core!important;
    color: #ffd416;
    position: absolute;
    top: .15em;
    left: 0;
    font-size: .9em;
}
.header__contact-item--phone:before {
    content: "☎";
}
.header__contact-item--map:before {
    content: "📍";
}
.header__contact-item--time:before {
    content: "🕒";
}
.header__contact-item a {
    text-decoration: none;
}
.header__contact-item span {}
.header__contact-item small {
    font-size: 80%;
}
.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    min-width: -webkit-fill-available;
    display: flex;
    justify-content: end;
    margin-bottom: 3px;
}
.dgwt-wcas-search-wrapp a {
    text-decoration: none;
}
.home__service {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    flex-wrap: wrap;
    gap: 20px;
}
.hove__service__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 0 10px 10px;
    color: #1c1c1c;
    min-width: 190px;
    background-color: #f8f8f8;
    font-weight: bold;
}
.hove__service__link:hover {
    color: #000;
    background-color: #fff;
}
.home__service__img {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: auto;
}
.home__service__txt {}
.home__service__title {}

.main-navigation ul li .sub-menu {
    min-width: 200px;
}

.contact__wrap {
    display: grid;
grid-template-columns: 1fr 3fr;
gap: 20px;
}
.contact__txt {
    display: flex;
flex-direction: column;
gap: 20px;
}
.contact__txt > div {
    border-bottom: 1px solid #e2e2e2;
padding-bottom: 20px;
padding-left: 1.4em;
font-weight: bold;
}
.contact__txt > div:last-child {
    border-bottom: none;
}
.contact__txt > div:before {
position: absolute;
top: .15em;
left: 0;
font-size: .9em;
color: #f43c32;
font-family: wpshop-core!important;
}
.contact__txt > div a {
    text-decoration: none;
}
.contact__txt > div span {
    display: block;
    font-weight: normal;
    font-size: 90%;
}
.contact__adress {
    position: relative;
}
.contact__adress:before {
    content: "📍";
}
.contact__adress span {}
.contact__phones {
    position: relative;
}
.contact__phones:before {
        content: "☎";
}
.contact__phones a {}
.contact__phones span {}
.contact__time {
    position: relative;
}
.contact__time:before {
    content: "🕒";
}
.contact__time span {}
.contact__social {
    position: relative;
}
.contact__social:before {
    content: "🔉";
}
.contact__social span {}
.contact__social a {}
.contact__map {}
.contact__map iframe {
    border: none;
}

.home__advantages {
    background: #000004;
    border-radius: 6px;
    padding: 40px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-shadow: 0 0 1px #555;
    width: 100%;
}
.home__advantages__title {
    font-size: 1.9375em;
    font-weight: 700;
    z-index: 1;

}
.home__advantages__list {
    font-size: 18px;
    max-width: 700px;
    z-index: 1;
}
.home__advantages__list ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0;
}
.home__advantages__list ul li {
    position: relative;
    padding-left: 30px;
}
.home__advantages__list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-image: url(https://mdmobile.ru/wp-content/uploads/2025/12/check-yellow.png);
    background-size: 22px;
    background-position: center;
}
.home__advantages__list ul li span {}
.home__advantages__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 430px;
    max-width: 100%;
}
.home__advantages__link {
    z-index: 1;
    margin-top: 20px;
}
.home__advantages__link a {
    background-color: #ffd416;
    color: #000004;
    padding: 15px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
}
.home__advantages__link a:hover {
    background-color: #1c1c1c;
    color: #ffd416;
}

.home__otzyv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.home__otzyv__name {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}
.card-slider__title {}
.card-slider--type-media .card-slider__title span {
    background-color: rgba(0,0,0, 0.8);
    color: #fff;
    border-radius: 6px;
    padding: 0.5em 0.7em;
}
.card-slider__excerpt {}
.card-slider--type-media .card-slider__excerpt span {
    background-color: rgba(0,0,0, 0.8);
    color: #fff;
    border-radius: 6px;
    padding: 0.5em 0.7em;
}
.card-slider__excerpt+.card-slider__button {
    background-color: #ffd416;
    color: #000004;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-counters {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 5px;
}
.footer-counters a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #555;
}
.footer__logo-txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.hero__price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 50px 80px;
    font-size: 24px;
    line-height: 1.3;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
.hero__price__txt {
    color: #000;
    font-weight: bold;
    max-width: 450px;
}
.hero__price__btn {
    color: #000004;
}
.hero__price__btn .mvweb-popup-trigger {
    padding: 12px 30px;
    border-radius: 10px;
    background-color: #ffd416;
}
.hero__price--blue{
  position: relative;
  overflow: hidden;
  background-color: #000004;
  border: none;
}

.hero__price--blue::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://mdmobile.ru/wp-content/uploads/2025/12/phone-repair.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2; /* прозрачность картинки */
  pointer-events: none;
}

/* чтобы контент был поверх */
.hero__price--blue > *{
  position: relative;
  z-index: 1;
}
.hero__price--blue .hero__price__txt {
    color: #fff;
}
.hero__price--blue .hero__price__btn .mvweb-popup-trigger {
    background-color: #ffd416;
}

.product-categories {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
border: none !important;
}
.product-categories > li {
margin-bottom: 6px !important;
border-radius: 14px !important;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
border: 1px solid transparent !important;
position: relative !important;
padding: 0 !important;
background-color: #fbfbfb !important;
}
.product-categories ul.children {
    margin-left: 10px;
}
.product-categories li a {
    display: inline-block !important;
    padding: 12px 0 12px 10px !important;
    text-decoration: none !important;
    color: #444 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: color 0.2s ease;
    line-height: 1.2;

}
.product-categories li .count {

}
.product-categories li .count sup {
    font-size: 10px !important;
    font-weight: 800 !important;
    color: #000004 !important;
    background: #ffd416 !important;
    padding: 1px 4px !important;
    border-radius: 6px !important;
    line-height: 1.2 !important;
    border: 1px solid rgba(15, 112, 196, 0.1) !important;
    transition: all 0.3s ease;
}

.widget-area .widget_product_categories .cat-parent:after {
    height: inherit;
}
.widget-area .widget_product_categories .children .cat-parent:after {
    top: 10px;
}
.widget-area .widget_product_categories>ul>li:before {
    display: none;
}

.shop-item__image img {
max-height: 130px;
display: flex;
margin: 0 auto;
}
.shop-item__buttons-cart:before {
    content: "";
}
.shop-item__title a:hover {
    color: #000004;
}
.shop-grid {
    justify-content: start;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 14px;
}

/* Media */

@media screen and (max-width: 1400px) {
    .hove__service__link {
        min-width: inherit;
        max-width: 160px;
        gap: 10px;
   } 
}

@media screen and (max-width: 1280px) {
   .hove__service__link {
    min-width: inherit;
    max-width: 160px;
    gap: 10px;
   } 
    .header__contact-item--time {
        display: none;
    }
    .header-mobile-items-container {
        display: none;
    }
}
@media screen and (max-width: 940px) {
    .contact__wrap {
        grid-template-columns: 1fr;
    }
    .home__service {
        display: flex;
        flex-direction: row;
    }
}
@media screen and (max-width: 768px) {
    .home__advantages {
        padding: 30px 20px;
    }
    .home__advantages__img {
        opacity: 0.6;
        max-width: 90%;
    }
    .home__otzyv {
        grid-template-columns: 1fr;
    }
    .header__contact {
        justify-content: space-evenly;
    }
    aside.widget-area {
        flex-basis: auto;
    }
}
@media screen and (max-width: 580px) {
    .home__service {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .hove__service__link {
        min-width: inherit;
        max-width: inherit;
        width: 100%;
    }
    .hero__price {
        padding: 20px;
        font-size: 18px;
    }
    .hero__price__btn .mvweb-popup-trigger {
        padding: 12px 16px;
    }
    .site-branding {
        gap: 8px;
    }
    .site-branding__body {
        flex: initial;
    }

}