﻿.sidebar-title {
    margin: 0 0 8px;
    padding: 0 8px 8px;
    font-size: 16px;
    font-weight: bold;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item:first-child {
    border-radius: 0;
}

.sidebar a {
    color: #212121;
}

.list-group-item {
    cursor: pointer;
}

.list-group-item-images {
    height: 40px;
    overflow: hidden;
    margin: 4px 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.list-group-item-images img {
    width: 40px;
    height: auto;
    display: inline-block;
    margin-right: 4px;
    letter-spacing: 0em;
    border-radius: 4px;
}

#sidebar-container, #content-container {
    padding: 0;
    margin: 20px 0;
}

/* Closed submenu icon */
.submenu-icon::after {
    content: "\f105";
    font-family: fontawesome;
    font-weight: 900;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

.sidebar {
    margin-bottom: 0;
    padding: 10px 8px 1px 8px;
    max-width: 100%;
}

.sidebar_overlay {
    margin-bottom: 0;
    padding: 10px 8px 1px 8px;
    max-width: 100%;
}

.main {
    margin: 0 10px 0 10px;
    padding: 10px 8px 1px 8px;
    max-width: 100%;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    text-align: center;
    width: 33.3%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 1px dashed rgb(204, 204, 204);
    position: relative;
    background-color: rgb(245, 245, 245);
    border-color: rgb(204, 204, 204);
    padding: 0;
    width: 100%;
    height: auto;
}

.file-upload-input {
    position: absolute;
    margin: 0px;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #E62E04;
    border-color: #E62E04;
    margin-bottom: 10px;
}

.upload-form .nice-select {
    font-size: 16px;
    margin-bottom: 2px;
}

.upload-form .form-group {
    margin-bottom: 20px;
}

.upload-form .nice-select-group {
    margin-bottom: 30px;
}

.upload-form .badge-danger {
    background: #ea352d;
    margin: 2px 0 0 8px;
    padding: 2px 4px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
}

.price-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: 0px;
}

.price-label {
    margin-bottom: 0px;
}

.price-input{
    padding-right: 0px;
}


.price-input .input-group-prepend {
    display: none;
}

.price-input .input-group-append {
    display: none;
}

.price-input  input[type="text"] {
    font-size: 18px;
    font-weight: bold;
}

.style-divider {
    border-top-color: #efefef;
    border-left: 0 solid #efefef;
    border-bottom: 0 solid #efefef;
    border-right: 0 solid #efefef;
    border-top-style: solid;
    margin: 0 0 20px 0;
}

.product-sales {
    margin-top:10px;
}

.image-dynamic {
    max-width: 100%;
    max-height: 200px;
    padding: 10px 10px;
}

span.field-validation {
    margin-top: 2px;
    font-size: 12px;
}

.upload-form label {
    font-weight:bold;
}


@media not all and (pointer: coarse) {
    .action-primary a:hover, .product-description .compare-cart:hover,
    .cart-main-area.wish-list .product-add-to-cart a:hover {
        background: red;
        color: #fff;
        border-color: red;
    }
}

.btn-primary:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: red;
    border-color: red;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.price-currency {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: .25rem;
}

.selling-list-wrapper {
    padding: 0;
}

.pro-content {
    min-height: 60px;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
}

.btn-secondary {
    margin-bottom: 10px;
}

.address-card-body {
    padding: 0;
}

.addresses-item .card-header {
    height:30px;
    background-color: #fff;
    border: 0px;
}

.addresses-item  .card-body {
    padding: 0px 16px 16px 16px;
}

@media (max-width: 576px) {
    .addresses-item {
        margin-top: 10px;
    }
}

