/* Framework styles */
.not-set {
    color: #c55;
    font-style: italic;
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

a.asc:before, a.desc:before {
    position: relative;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 5px;
}

a.asc:before {
    content: "\f160";
}

a.desc:before {
    content: "\f161";
}

/* Composite button component */

.btn-composite {
    display: inline-block;
    position: relative;
}

.btn-composite > div {
    display: inline-block;
}

.btn-composite .btn-left {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.25);
}

.btn-composite .btn-right {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.25);
}

.btn-composite.btn-lg .btn-left {
    padding: 10px 15px;
}

.btn-composite.btn-lg .btn-right {
    padding: 10px 15px;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.main {
    flex: 1 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
}

/* Footer */
.footer {
    background: #607D8B;
    color: #fff;
    padding-top: 20px;
}

.footer-row {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 15px 0;
    margin-top: 20px;
    /*text-transform: uppercase;*/
}

.footer-col-title {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-col-menu li a {
    color: #fff;
}

.child-category-box {
    display: block;
}

.child-category-box:hover {
    text-decoration: none;
}

.child-category-box .panel-body {
    font-weight: bold;
    text-transform: uppercase;
}

.price-fields {
    margin-bottom: 15px;
}

.price-fields .divider {
    display: inline-block;
    height: 30px;
    margin: 0 18px;
    /*font-weight: bold;*/
    font-size: 20px;
}

#price-from,
#price-to {
    width: 90px;
    display: inline-block;
}

.filter-price-between {
    display: block;
    position: relative;
}

.filter-price-between .slider {
    display: block;
    position: relative;
    margin: 0 auto;
}

.filter-price-between .slider .slider-handle {
    background: #ff6e40;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.slider-selection {
    background: #f99115;
    box-shadow: none;
}

.panel-section-category {
    display: block;
}

.panel-section-category:hover,
.panel-section-category:focus,
.panel-section-category:active {
    text-decoration: none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.panel-section-category:hover .section-category-title span,
.panel-section-category:focus .section-category-title span,
.panel-section-category:active .section-category-title span {
    color: #d43300;
}

.section-category-title {
    text-align: center;
    line-height: 30px;
    position: relative;
    display: block;
    height: 66px;
}

.section-category-title span {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    color: #FF5722;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}

.child-category-title span {
    vertical-align: middle;
    display: inline-block;
}

.child-category-title {
    position: relative;
    display: block;
}

.form-control {
    background: #f5f5f5;
}

.panel-product {
    display: block;
    position: relative;
}

.panel-product:hover,
.panel-product:active,
.panel-product:focus {
    text-decoration: none;
}

.panel-image img {
    border-radius: 2px 2px 0 0;
    margin: 0 auto;
}

.product-price {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin: 6px 0 10px;
}

.product-name {
    font-size: 16px;
    color: #444;
    line-height: 1.3;
}

.product-name {
    display: block;
    font-size: 16px;
    color: #444;
    line-height: 1.3;
    height: 40px;
    overflow: hidden;
}

.product-name:hover,
.product-name:active,
.product-name:focus {
    color: #000;
    text-decoration: none;
}

.cart-product-name {
    font-size: 15px;
    font-weight: bold;
}

.order-index .cart-product-name {
    font-size: 13px;
    font-weight: bold;
}

.cart-product-price {
    font-size: 16px;
    white-space: nowrap;
}

.cart-quantity {
    white-space: nowrap;
    width: 80px;
}

.cart-quantity .btn,
.cart-quantity .form-control {
    display: inline-block;
}

.cart-quantity .form-control {
    width: 35px;
}

.home-slider-box {
    padding-left: 305px;
    height: 550px;
}

a.carousel-control .fa {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.col-md-3.col-sm-4 > .single-product .product-name {
    font-size: 14px;
    height: 32px;
    overflow: hidden;
}

.footer-soc-link {
    display: block;
    padding: 0 5px;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 5px;
}

.footer-soc-link:hover {
    color: #FF5722;
    border-color: #FF5722;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.profile-view .list-group-item > .badge {
    float: right;
    font-weight: bold;
    background: none;
    color: inherit;
}

@media (max-width: 768px) {
    .catalog-header-block,
    .search-header-block {
        margin-bottom: 7px;
    }
}

@media (max-width: 992px) {
    .home-slider-box {
        padding-left: 0;
    }
}

.filter-list-holder {
    max-height: 265px;
    overflow-y: auto;
}

.filter-parameter-title {
    display: block;
    position: relative;
    color: #212121;
    /*font-weight: bold;*/
    text-decoration: none;
}

.filter-parameter-title:hover,
.filter-parameter-title:active,
.filter-parameter-title:focus {
    text-decoration: none;
}

.filter-parameter-title:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
}

.filter-parameter-title.collapsed:after {
    content: "\f054";
}

.panel-catalog-controls {
    display: flex;
    line-height: 28px;
    align-content: center;
}

.panel-catalog-controls .center {
    flex-grow: 1;
    text-align: center;
}

.category-products.list-view .product-holder {
    width: 100%;
}

.category-products.list-view .text-center .panel-body {
    text-align: left;
}

.category-products.list-view .product-price {
    margin: 0;
    line-height: 1;
    padding: 5px 0 12px;
}

.category-products.list-view .product-name {
    font-weight: bold;
    height: auto;
    display: block;
    padding: 5px 0;
}

.category-products.list-view .list-view-right {
    display: block;
    text-align: center;
    width: 25%;
}

.category-products.list-view .list-view-left {
    display: block;
    flex: 1;
    width: 75%;
    padding: 7px 10px;
}

.category-products.list-view .list-view-right .product-buttons .btn {
    display: block;
}

.category-products.list-view .list-view-right .product-buttons .btn-add-cart {
    margin-bottom: 5px;
}

.category-products.list-view .list-view-right {
    padding: 7px 10px 7px 0;
}

.category-products.list-view .panel-product {
    display: flex;
}

.category-products.list-view .panel-image {
    width: 28%;
}

.category-products.list-view .panel-body:not(.panel-catalog-controls) {
    flex-grow: 1;
    display: flex;
    width: 72%;
    padding: 0;
}

.category-products.list-view .product-description {
    max-width: 100%;
    margin-top: 5px;
}

.category-products.list-view .product-description p {
    margin: 0;
}

.category-products.list-view .panel-image img {
    max-width: 100%;
    border-radius: 2px 0 0 2px;
}

.category-products.grid-view .product-description {
    display: none;
}

.panel-parameter.parameter-active .panel-heading {
    font-weight: bold;
}

.panel-product-code {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: #387be4;
    padding: 1px 7px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 2px 0 2px 0;
}

.panel-product-dot {
    position: absolute;
    display: block;
    top: 8px;
    left: 75px;
    background: #000;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.panel-product-dot-blue {
    background: #387BE4;
    box-shadow: 0 1px 4px rgba(57, 125, 231, 0.3);
}

.panel-product-dot-yellow {
    left: 90px;
    background: #ffde00;
    box-shadow: 0 1px 4px rgba(255, 201, 0, 0.38);
}

.applied-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.applied-filter-list li {
    padding-left: 16px;
    cursor: pointer;
}

.applied-filter-list li:before {
    font-family: FontAwesome;
    content: "\f00d";
    padding-right: 4px;
    color: #d1412b;
}

.catalog-menu-trigger, .cart-btn {
    font-weight: bold;
}

.alert {
    padding: 8px 15px;
}

h1, .h1 {
    font-size: 36px;
}

.lh-normal {
    line-height: normal !important;
}

body {
    letter-spacing: normal;
}

nav {
    position: absolute;
    z-index: 100;
    left: 0;
}

/* Auto show menu only on homepage */
body:not(.home-page):not(.show-menu) nav {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
}

body:not(.home-page) .main {
    padding-top: 15px;
}

#menu .container {
    position: relative;
}

#menu {
    line-height: normal;
}

#menu .logo {
    margin-left: 0;
}

#menu .line-blue .title-nav {
    left: initial;
}

#menu nav {
    left: initial;
}

#menu .line-blue .search {
    padding: 5px 0 0 80px;
}

#menu .line-blue .search input:focus {
    box-shadow: none;
}

#menu nav ul li a i.fa {
    padding-top: 6px;
}

@media all and (max-width: 1023px) {
    .home-slider-box {
        height: auto;
        padding-left: 0;
    }

    #menu .line-blue .search {
        padding-left: 0;
    }
}

.panel-product {
    transition: 0.3s;
}

.panel-product:hover {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.3);
}

.cart-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f99115;
    color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
}

a.cart-wrap:focus,
a.cart-wrap:active {
    text-decoration: none;
}

@media all and (max-width: 768px) {
    .panel-catalog-controls {
        margin-top: 15px;
        display: block;
    }

    .panel-catalog-controls .center {
        text-align: left;
    }
}

.panel-catalog-controls .hidden-xs {
    display: inline;
}

.panel-product .panel-image a {
    min-height: 244px;
    position: relative;
    display: block;
    background: url(../img/no-img.jpg) no-repeat center;
    background-size: auto 100%;
}

.label-disabled {
    background: #bbbbbb;
}
