
.dropdown-filter-toggle {
    padding: 5px 7px;
    border-color: #252424;
    background-color: #fff;
    border-radius: 0;
}

.group-filter-item {
    margin-bottom: 8px;
    margin-right: 3px;
}

.group-filter-item > .dropdown-menu:before,
.group-filter-item > .dropdown-menu:after {
    content: '';
    position: absolute;
    display: inline-block;
}

.group-filter-item > .dropdown-menu:before {
    top: -7px;
    left: 19px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);

}

.group-filter-item > .dropdown-menu:after {
    top: -6px;
    left: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.group-filter-item > .dropdown-menu {
    margin-top: 7px;
    padding: 0 8px;
    border: 1px solid #ccc !important;
}

.group-filter-item > .btn .caret {
    margin-left: 5px;
}

.dropdown-menu-filter .radio, .dropdown-menu-filter .checkbox {
    margin-top: 6px;
    margin-bottom: 6px;
}
.dropdown-menu-filter .radio small, .dropdown-menu-filter .checkbox small {
    margin-left: 3px;
    font-size: smaller;
    color: #6a6969;
}

@media screen and (min-width: 768px) {
    .group-filter-item > .dropdown-menu {
        min-width: 260px;
    }
}

/* Begin product detail */
.product-detail-header > h1 {
    margin: 0 0 20px;
}

#additional-images .item > a {
    display: block;
    white-space: nowrap;
    height: 110px;
    text-align: center;
}

#additional-images .item > a > span.inline {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#additional-images .item > a > img {
    padding: 3px;
    vertical-align: middle;
    max-height: 100px;
    width: auto;
}

#additional-images .item .active {
    border: 1px solid #f55a3b !important;
}

.owl-theme .owl-controls .owl-nav {
    text-align: center;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
    padding: 5px 9px 3px 7px;
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    padding: 5px 7px 3px 9px;
}

.owl-theme .owl-controls .owl-nav div {
    background-color: #ffe85d;
    border-radius: 30px;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
}

.input-group-addon-nobody {
    border: 0;
    background-color: transparent;
}

.shop-item-actions > * {
    margin-right: 10px;
}

.quantity {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.quantity > span {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: 25px;
    height: 25px;
    line-height: 26px;
    padding: 0;
    text-align: center;
    background: #e8290f;
}

.quantity input {
    -moz-appearance: textfield;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 10px 6px 10px !important;
    text-align: center;
    width: 70px;
    height: 34px !important;
}

.status {
    margin: 15px 0 8px;
}
.status.green {
    color: #41a62a;
}

.status.orange {
    color: #f8b356;
}

.status.grey {
    color: grey;
}

.shop-item-properties-list {
    margin: 10px 0 0 0;
    padding: 0;
}

.shop-item-properties-list li {
    background: url("/images/menu-dots.png") repeat-x left bottom;
    padding-top: 5px;
    position: relative;
    overflow: hidden;
}

.shop-item-properties-list li span:first-child {
    float: left;
    padding: 0 5px 0 0;
}
.shop-item-properties-list li span {
    float: right;
    padding-left: 5px;
    background: #fff;
}

.item-wishlist, .item-compare {
    text-decoration: none;
    color: #353535;
    font-size: 14px;
    font-weight: 300;
}
.item-wishlist,
.item-compare {
    margin-right: 30px;
}

.item-wishlist > i, .item-compare > i, .item-print > i {
    margin-right: 5px;
    color: #f55a3b;
}

.item-margin-left {
    margin-left: 5px;
}

.actions {
    margin-top: 10px;
    margin-bottom: 20px;
}

.shop-item-tabs {
    margin-bottom: 20px;
    border-bottom-color: #8e1101;
}

.shop-item-tabs>li>a {
    border-color: #8e1101;
    background-color: #ffd042;
}

.shop-item-tabs>li>a:hover,
.shop-item-tabs>li>a:focus {
    border-color: #8e1101;
    text-decoration: none;
    background-color: #ffd042;
}

.shop-item-tabs>li.active>a,
.shop-item-tabs>li.active>a:hover,
.shop-item-tabs>li.active>a:focus {
    background-color: #ba1c07;
    border: 1px solid #8e1101;
    color: #fff;
}

.shop-item-discounts {
    margin-top: 20px;
    font-weight: 500;
}

.shop-item-discounts i {
    margin-right: 5px;
}