2019-12-26 20:32:28 +10:00
|
|
|
.btn-warning,
|
|
|
|
.btn-outline-primary {
|
|
|
|
color: #ffffff !important;
|
|
|
|
background-color: #000000;
|
|
|
|
border-color: #000000;
|
|
|
|
}
|
|
|
|
.has-error input,
|
|
|
|
.has-error textarea,
|
|
|
|
.has-error div {
|
|
|
|
border-color: #cc4135;
|
|
|
|
}
|
|
|
|
.search-bar-input,
|
|
|
|
#frm_search,
|
|
|
|
.search-bar-input .btn {
|
|
|
|
padding-top: 10px;
|
|
|
|
height: 45px;
|
2019-12-26 13:23:21 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.footer {
|
|
|
|
padding-top: 20px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.navbarMenuWrapper {
|
|
|
|
background-color: #f5f5f5;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.navbarMenu > ul > li > a:hover {
|
|
|
|
color: #cc4135 !important;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.navbarMenu {
|
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 0;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.product-wrapper > a:hover {
|
|
|
|
color: #cc4135 !important;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.navbar-static-top,
|
|
|
|
#navbar,
|
|
|
|
.navbar-header,
|
|
|
|
#navbar > .navbar-nav,
|
|
|
|
#navbar > .navbar-nav > li > a {
|
|
|
|
margin-bottom: 0;
|
|
|
|
height: 100px !important;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
#navbar > .navbar-nav > li > a {
|
|
|
|
padding-top: 35px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.pagination > li > a {
|
|
|
|
background-color: #cc4135 !important;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 13:23:21 +10:00
|
|
|
/* Fixes summernote editor issue: https://github.com/summernote/summernote/issues/2516 */
|
2019-12-26 20:32:28 +10:00
|
|
|
body .popover {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.navbar-brand {
|
|
|
|
color: #cc4135 !important;
|
|
|
|
letter-spacing: 4px;
|
|
|
|
padding-left: 20px !important;
|
|
|
|
padding-top: 0 !important;
|
|
|
|
height: 80px !important;
|
|
|
|
font-size: 55px !important;
|
|
|
|
}
|
|
|
|
.navbar-brand-image,
|
|
|
|
.navbar-brand {
|
|
|
|
height: 80px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-top: 10px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2018-02-14 06:22:12 +10:00
|
|
|
.navbar-default .badge {
|
2019-12-26 20:32:28 +10:00
|
|
|
background-color: #cc4135;
|
|
|
|
}
|
|
|
|
.pushy-link:hover,
|
|
|
|
.pushy-link:focus,
|
|
|
|
.pushy-link:active,
|
|
|
|
.pushy-link:active:hover,
|
|
|
|
#empty-cart:hover,
|
|
|
|
#empty-cart:focus,
|
|
|
|
#empty-cart:active,
|
|
|
|
#empty-cart:active:hover {
|
|
|
|
border-color: #cc4135;
|
|
|
|
background-color: #cc4135;
|
|
|
|
}
|
|
|
|
.navActive > a {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
padding-top: 15px;
|
|
|
|
border-bottom: 5px solid #cc4135;
|
|
|
|
}
|
|
|
|
.navbar-static-top,
|
|
|
|
#navbar,
|
|
|
|
.navbar-header,
|
|
|
|
#navbar > .navbar-nav,
|
|
|
|
#navbar > .navbar-nav > li > a {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a {
|
|
|
|
color: #838b8f;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
2020-01-07 20:45:23 +10:00
|
|
|
.global-result-type {
|
|
|
|
color: #8d8d8d;
|
|
|
|
}
|
|
|
|
.global-result:hover {
|
|
|
|
background-color: #007bff;
|
|
|
|
}
|
|
|
|
.global-result:hover .global-result-detail,
|
|
|
|
.global-result:hover .global-result-type,
|
|
|
|
.global-result:hover .global-result-type .fal {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
.global-result a {
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
.global-result:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.global-result:first-child {
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
}
|
|
|
|
.global-result {
|
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
.global-search-modal-content,
|
|
|
|
.global-search-modal-header {
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
#global-search-results {
|
|
|
|
padding-right: 0;
|
|
|
|
border-bottom-left-radius: 0.3rem;
|
|
|
|
border-bottom-right-radius: 0.3rem;
|
|
|
|
}
|
|
|
|
.global-search-form {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
#global-search-value {
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
.search-input-addon {
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.navbar-default .navbar-brand {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.searchBarWrapper {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
.navbarMenuWrapper {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
.navbarMenuOuter {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
.navActive > a {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
.navbarMenu {
|
|
|
|
padding-right: 7.5px;
|
|
|
|
padding-left: 7.5px;
|
|
|
|
}
|
|
|
|
.navActive > a {
|
|
|
|
color: white !important;
|
2018-02-14 06:22:12 +10:00
|
|
|
background-color: #cc4135;
|
2019-12-26 20:32:28 +10:00
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|