.intro-section .banner img {
    min-height: auto !important;
    display: block; /* Превращаем картинку в блок */
    margin-left: auto; /* Автоотступ слева */
    margin-right: auto; /* Автоотступ справа */
}

.banner {
    /*text-align: center;*/
}

.banner-text {
    color: #fff !important;
    opacity: 0.6;
}

.overview {
    background-color: #221672;
}
.footer-bottom .social-icon {
    font-size: 2.7rem;
}
.intro-section .banner-action .btn {
    background-color: #fff;
    color: #000;
    vertical-align: bottom;
    line-height: 22px;
}

.intro-section .banner-action .btn i {
    background-color: #000;
    color: #fff;
    border-radius: 15px;
    height: 24px;
    width: 24px;
}

.intro-section .banner-action .btn:hover,
.product.product-11 .btn-product:hover,
.btn-outline-darker:hover,
.btn-outline-white:hover,
.product.product-11 .btn-product:focus {
    color: #fff;
    background-color: #9c00ac;
    border-color: #fff;
}

.cart-dropdown .cart-count,
.btn-expandable span {
    background-color: #9c00ac;
}


.cart-dropdown:hover .dropdown-toggle,
.menu li:hover > a,
.category-block-2 li a:hover, .category-block-2 li a:focus,
.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link:focus {
    color: #9c00ac;
}

.nav.nav-border-anim .nav-link:before {
    background-color: #db20ef;
}

.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
    color: #9c00ac;
    border-bottom-color: #db20ef;
}

.intro-section .banner-action .btn:hover i {
    background-color: #fff;
    color: #000;
}

.cart-dropdown, .compare-dropdown {
    display: flex;
     align-self: normal;
     align-items: normal;
}

.intro-section .banner .banner-subtitle {
    margin-left: -230px;
    margin-bottom: 20px;
    display: none;
}

.banner .banner-title {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.025em;
}

.gallery .content-left {
    padding: 0;
}

.heading .title {
    font-size: 4rem;
}

.banner .banner-content {
    left: 0%;
    top: 60%;
    width: auto;
    /*padding: 0;*/
}

.products .product figure.product-media {
    min-height: 210px;
    max-height: 210px;
    display: flex;
    background: none;
    flex-direction: column;
    justify-content: center; /* Центрирование по вертикали */
    align-items: center; /* Центрирование по горизонтали */
}

.product.product-11 {
    margin-bottom: 3rem;
}

.product.product-11 .product-body {
    padding-bottom: 0;
}

.banner .banner-title {
    font-size: 1.8rem;
}

.intro-section .banner-text {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.2;
}

.footer-copyright {
    margin-top: 0;
}

.main-nav {
    margin-left: 1rem;
}

.heading .title {
    font-size: 3rem;
}

.gallery .content-right {
    margin-left: 0;
}

.widget-about p {
    max-width: 350px;
}

.header-search .header-search-wrapper {
    min-width: 370px;
}

.form-login-validation img {
    margin-left: auto;
    margin-right: auto;
}

.header-middle .logo {
    margin-left: 1rem;
}

.logo img {
    display: block;
    height: 30px;
}

.sticky-header.fixed .logo img {
    width: 70px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-cart {
    padding: 0.7rem 0.9rem !important;
}

.category-block .fa,
.category-block-2 .fa,
.icon-box-icon .fas {
    font-size: 18px;
}

.category-block-2 {
    border: 1px solid #777;
}

.hero-bg {

    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%),
    url('/images/hero_section_bg.png'),
    url('/images/hero_section_bg.png');
    background-position: center bottom,
    center top,
    center bottom;
    background-size: auto,
    cover,
    cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.gradient1 {
    background: linear-gradient(to right, #0077ff, #509db9);
}

.top-categories-header p {
    opacity: 0.7;
    margin-bottom: 30px;
}

.top-categories-header h3 {
}


.category-block,
.category-block-2 {
    border-radius: 10px;
    padding: 20px;
}

.category-block-2 a {
    color: #999898;
}


.icon-box-circle .icon-box-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    color: #575a5d;
    border: 1px solid #575a5d;

}

.top-categories .icon-box-circle .icon-box-icon {
    background: none;
}

.icon-info-circle {
    color: #999898;
}

.bg-blue {
    background-color: #0077ff !important;
}

.bg-purple {
    background-color: #9D00FF !important;
}

.bg-orange {
    background-color: #FF9E02 !important;
}

.bg-fuchsia {
    background-color: #9c00ac !important;
}

.bg-black-blue {
    background-color: #091620 !important;
}

.bg-darkness {
    background-color: #000 !important;
}

.widget-about-title {
    color: #626161;
}

.icon-box ul li {
    list-style: disc;
}

.icon-box-circle.icon-box-left {
    padding: 20px;
}

@media screen and (min-width: 400px) {
    .banner .banner-title {
        font-size: 3rem;
        line-height: 1;
    }

    .intro-section .banner-text {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 1.3;
    }

}

@media screen and (min-width: 768px) {
    .banner .banner-content {
        max-width: 62%;
    }

    .logo img {
        height: auto;
    }

    .icon-box {
        margin-bottom: 1.5rem;
    }
}


@media screen and (min-width: 992px) {
    .banner .banner-content {
        left: 0%;
        top: 60%;
        width: auto;
        /*padding: 0;*/
        max-width: 60%;
    }

    .intro-section .banner-text {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.3;
    }

    .footer-menu {
        margin-left: auto;
    }

    .heading .title,
    .banner .banner-title {
        font-size: 3.5rem;
        line-height: 1.2;
    }

    .banner .banner-subtitle {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 1200px) {
    .banner .banner-content {
        left: 0%;
        top: 57%;
        width: auto;
        /*padding: 0;*/
        max-width: 60%;
    }

    .intro-section .banner .banner-subtitle {
        display: block;
        margin-bottom: 60px;
    }

    .intro-section .banner-text {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.5;
    }
}
