#collections li.active {
    border-left: .3rem solid #ff6700;
    background: #fff0e5;
}

#collections li.active a {
    margin-left: 1rem;
}

.product-details {
    color: #000;
}

.product-details i {
    width: 20px;
    font-size: 16px;
    margin-right: .5rem;
}

.text-theme-primary {
    color: #ff6700;
}

.discount-value {
    white-space: nowrap;
    color: #ff6700!important;
    border: 1px solid;
}

.item-count,
.my-cart-is-empty,
.hide-until-load {
    display: none;
}

.cart-loader {
    background: #eee;
    text-align: center;
    padding: 2rem 0;
    font-size: 30px;
}

.prod-quant {
    background: #ccc;
}

.prod-quant-input:focus {
    color: #495057;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    outline: 0;
    box-shadow: none;
}

.prod-quant,
.prod-quant-input {
    color: #000;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-radius: 0;
    height: 38px;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.content-right .price {
    display: block;
    color: #ff6700;
    font-weight: 600;
}

.content-right .price del {
    display: block;
    color: #777;
    font-weight: 400;
    font-size: 90%;
    padding-right: 0!important;
    text-align: right;
}

.mini {
    font-size: 65%;
}

.super-mini {
    font-size: 55%;
}

.content-right .price {
    text-align: right;
    min-width: 84px;
}


/* .product-default-single-item .tag span {
    position: absolute;
    display: inline-block;
    height: 20px;
    z-index: 2;
    top: 5px;
    right: 5px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    left: auto;
} */

.text-none {
    text-transform: none!important;
}


/* .product-default-single-item .image-link img {
    width: 260px;
    height: 299px;
} */

.product-default-single-item .image-link {
    text-align: center;
    background: #f6f6f6;
}

.form-control-bootstrap {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (min-width: 992px) {
    .breadcrumb-wrapper {
        margin-bottom: 100px;
        padding-top: 90px;
        padding-bottom: 90px;
    }
}