/* =================================
   POLIUS BLACK ORANGE THEME
   OpenCart 4.1.0.3
================================= */


/* ===============================
   ЦВЕТА
================================= */

/* POLIUS COLORS */



/* ===============================
   ОСНОВА
================================= */

body {
    background:#ffffff !important;
    color:#222222 !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color:#111111 !important;
}



/* ===============================
   ВЕРХ САЙТА
   БЕЛЫЙ ФОН / ЧЁРНЫЙ ТЕКСТ
================================= */

#top,
header,
.header {
    background:#ffffff !important;
    color:#111111 !important;
}


#top a,
header a,
.header a {
    color:#111111 !important;
}


#top a:hover,
header a:hover,
.header a:hover {
    color:#ff6a00 !important;
}



/* ===============================
   ЛОГО
================================= */

#logo img {
    max-width:220px;
}



/* ===============================
   ПОИСК
================================= */

#search .form-control {
    border:2px solid #ff6a00;
}


#search .btn {
    background:#ff6a00 !important;
    border-color:#ff6a00 !important;
    color:#ffffff !important;
}


#search .btn:hover {
    background:#d95500 !important;
}



/* ===============================
   КОРЗИНА
================================= */

#cart button {
    background:#1b1b1b !important;
    color:#ffffff !important;
}


#cart button:hover {
    background:#ff6a00 !important;
}



/* ===============================
   МЕНЮ
   БЕЛЫЙ ФОН
================================= */

#menu,
.navbar,
.main-menu {
    background:#ffffff !important;
    border-color:#eeeeee !important;
}


#menu a,
.navbar a,
.main-menu a,
.nav-link {
    color:#111111 !important;
}


#menu a:hover,
.navbar a:hover,
.main-menu a:hover,
.nav-link:hover {
    color:#ff6a00 !important;
}



/* ===============================
   ВЫПАДАЮЩЕЕ МЕНЮ
================================= */

.dropdown-menu {
    background:#ffffff !important;
}


.dropdown-item {
    color:#222222 !important;
}


.dropdown-item:hover {
    color:#ff6a00 !important;
    background:#f5f5f5 !important;
}



/* ===============================
   ТОВАРЫ
================================= */

.product-thumb {
    background:#ffffff !important;
    border:1px solid #dddddd;
    border-radius:12px;
}


.product-thumb h4 a,
.product-thumb a {
    color:#111111 !important;
}


.product-thumb h4 a:hover,
.product-thumb a:hover {
    color:#ff6a00 !important;
}


.product-thumb .description {
    color:#555555 !important;
}



/* ===============================
   ЦЕНЫ
================================= */

.price {
    color:#ff6a00 !important;
}


.price-old {
    color:#999999 !important;
}


.price-new {
    color:#d95500 !important;
}



/* ===============================
   КНОПКИ
================================= */

.btn-primary {
    background:#ff6a00 !important;
    border-color:#ff6a00 !important;
    color:#ffffff !important;
}


.btn-primary:hover {
    background:#d95500 !important;
}



/* ===============================
   СТРАНИЦА ТОВАРА
================================= */

.product-info,
.tab-content {
    color:#222222 !important;
}


.product-info h1 {
    color:#111111 !important;
}



/* ===============================
   ФУТЕР
   ЧЁРНЫЙ ФОН / БЕЛЫЙ ТЕКСТ
================================= */

footer,
.footer {
    background:#1b1b1b !important;
    color:#ffffff !important;
}


footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
    color:#ffffff !important;
}


footer p,
footer span,
footer a,
.footer p,
.footer span,
.footer a {
    color:#ffffff !important;
}


footer a:hover,
.footer a:hover {
    color:#ff6a00 !important;
}



/* ===============================
   МОБИЛЬНОЕ МЕНЮ
================================= */

.navbar-toggler {
    background:#ff6a00 !important;
}


.navbar-toggler i {
    color:#ffffff !important;
}



/* ===============================
   ПЛАВНОСТЬ
================================= */

a,
button,
.btn {
    transition:.2s;
    
/* ФИНАЛЬНАЯ ПРОВЕРКА */

body {
    background: red !important;
}

#top a {
    color: blue !important;
}