.mb-2 {
    margin-bottom: 2rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.pl {
    padding-left: 6px;
}

.my-2 {
    margin: 2rem 0px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(110, 117, 130, .2);
    border-radius: 3px;
    margin-bottom: 1.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-header {
    padding: 1rem 1rem;
}

.text-center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.flex-between {
    justify-content: space-between;
}

.search-text {
    font-size: 1rem;
    color: #6e7582;
}

.total-record {
    font-size: .75rem;
    color: #6e7582;
}

.company-list {
    margin: 10px 0px;
}

.company-list .col-md-4 {
    width: 100%;
}

.border-none {
    border: none;
}

.company-list-hr {
    margin: 10px 0;
}

.company-list-hr .company-item {
    display: flex;
    align-items: flex-start;
    padding: 10px;

}

.company-list-hr .company-item .company-image {
    flex: none;
    position: relative;
    width: 4rem;
    height: 4rem;
    font-size: .75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #6e7582;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f1f3f8 no-repeat center / cover;
    border-radius: 50%;
}

.company-list-hr .company-item .company-detail {
    margin-left: 4px;
}

.company-list-hr .company-item .company-detail .detail-name {
    font-weight: bold;
}

.company-list-hr .company-item .company-detail .detail-date {
    font-size: .75rem;
}

.company-list-hr .company-item .company-detail .detail-short {
    font-size: .75rem;
}

.row.contact .col-md-4 {
    padding: 0 !important;
}

.c-wrapper {
    border: 1px solid #ddd;
    padding: 8px;
}

.c-customer {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding-bottom: 4px;
    height: 50px;
}

.customer-image {
    position: relative;
    width: 2rem;
    height: 2rem;
    font-size: .75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #6e7582;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f1f3f8 no-repeat center / cover;
    border-radius: 50%;
}

.customer-info {
    display: inline-block;
    padding-left: 4px;
}


.c-content {
    padding: 16px;
    height: 150px;
}

.customer-name {
    display: inline-flex;
    font-size: 0.85rem;
    margin-bottom: -8px;
    font-weight: bold;
    text-transform: capitalize;
}

.customer-contact {
    margin-left: auto;
    background-color: var(--accent-color);
}

.customer-contact:hover {
    background-color: #fff;
}

.c-short-about {
    margin: 16px 0;
    font-size: 16px;
    color: #454545;
}

.c-footer {
    border-top: 1px solid #ddd;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-date {
    display: block !important;
}

.customer-detail {
    display: block !important;
    margin-top: -5px;
}

.customer-detail span {
    display: inline-block;
}

.customer-date,
.customer-location {
    font-size: .75rem;
    color: #6e7582;
}

.badge-list {}

.badge-list .badge-item {
    font-size: .75rem;
    color: #544f4f;
    display: inline-block;
}

.badge-list .badge-item:not(:last-child)::after {
    content: '|';
    font-size: 0.75rem;
    color: #544f4f;
    padding: 4px;
}

.badge-end::after {
    content: '·';
    font-size: 0.75rem;
    color: #544f4f;
    padding: 4px;
}


.customer-button {
    padding: 4px 11px;
    color: white;
    background: deepskyblue;
}

.customer-phone {
    display: inline-flex;
    align-items: center;
}

.activity li {
    font-size: .85rem;
}

.card-footer {
    margin: 20px;
}

.links {
    float: right;
}

.not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.not-found svg {
    color: #6e7582;
}


.customer-image.image-detail {
    height: 70px;
    width: 70px;
}

.bg-header {
    /*background-color: #e9eaeb; */
    padding: 16px;
    padding-top: 24px;
}

.bg-header>.container {
    border-bottom: 1px solid #1999f7;
    padding-bottom: 14px;
}

.customer-header .c-customer {
    border: none;
}

main:not(.home) {
    padding: 0;
}

.customer-header .customer-name {
    font-size: 1.3rem;
    color: #000;
}

.customer-header .customer-image {
    background-color: #aeb2b5;
}

.customer-header .customer-date,
.customer-header .customer-location {
    color: #595959;
}

.bg-header .menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1rem;
}

.bg-header .menu nav a {
    color: #000;
    margin-right: 14px;
    cursor: pointer;
}

.bg-header .menu nav a.active {
    color: var(--accent-color);
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .bg-header .menu {
        flex-direction: column;
        gap: 15px;
    }

    .customer-header+.menu>div .search-field input {
        width: 100% !important;
    }

    .search-field {
        width: 100%;
    }

    .customer-header+.menu>div {
        width: 100%;
    }
}

.search-field {
    position: relative;
}

.search-field button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.search-field .search-icon {
    position: absolute;
    right: 5px;
    line-height: 45px;
    color: var(--accent-color);
}

.search-field .search-icon {
    position: absolute;
}



.search-field input {
    height: 35px;
    padding-right: 40px;
}


.contact-container {
    /*background: #f5f5f5;*/
}

.contact-container .container {
    margin-top: 0;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background: #f5f5f5;*/
    height: 100px;
}

.contact-item svg {
    color: var(--accent-color);
}

.about-page {
    margin-bottom: 36px;
}

.about-page .content {

    margin-bottom: 10px;
}

#product-image {
    /*
    padding: 0;
    user-select: none;
    height: 350px;
    background-size: contain;
    width: 100%;
    background-position: center;
    */
    padding: 0;
    user-select: none;
    max-height: 350px;
    background-size: auto;
    background-position: center;
    display: block;
}

.product-item {
    height: 300px;
    padding: 8px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(110, 117, 130, .2);
    border-radius: 3px;
    margin-bottom: 1.25rem;
}

.image-wrap {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-image,
.next-image {
    position: absolute;
    height: 60px;
    background: #6c757d;
    color: #ccc;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    cursor: pointer;

}

.prev-image {
    left: 0;
}

.next-image {
    right: 0;
}

.product-item .product-image {
    position: relative;
    width: 100%;
    height: 200px;
    font-size: .75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #6e7582;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f1f3f8 no-repeat center / cover;
}

@media screen and (max-width: 600px) {
    .product-item .product-image {
        background-size: contain;
    }
}


.product-item .product-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    font-size: .94rem;
    margin-top: 8px;
    text-transform: capitalize;
}

.product-item .product-price {
    margin: 10px 0;
    font-size: .88rem;
    color: var(--accent-color);
}

#customer-products {
    margin: 8px 0;
}

.breadcrumb {
    list-style-type: none;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li a,
.breadcrumb li span {
    font-size: .77rem;
}

.breadcrumb {
    background-color: #f1f3f8;
    padding: 7px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
    font-size: .77rem;
}

.product-details li {
    list-style-type: none;
    font-size: 14px;
}

.alt-images {
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    overflow-x: auto;
    scrollbar-color: #6c757d;
    scrollbar-width: thin;
}

.alt-images .img-item {
    width: 100px;
    max-width: 100%;
    height: auto;
    margin: 5px;
    min-height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 75px;
    background-position: center;
}

.alt-images .img-item.active {
    box-shadow: 1px 2px 3px #6c757d;
}

.product-details {}

.product-details li::before {
    content: "\2022";
    color: rgb(218, 218, 218);
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    line-height: 1;
    padding: 0px;
}

.product-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-features .feature-item {
    margin: 10px 10px 10px 0;
    padding: 0 14px 1px 15px;
    border-radius: 6px;
    box-shadow: 0 1px 4px #0000000d;
    background-color: #fafafa;
    min-height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-features .feature-item span {
    font-size: 11px;
}


.sale-product-name {}

.sale-product-price {
    margin: 0;
    font-weight: bold;
    color: var(--accent-color);
    padding-bottom: 10px;
}

hr.custom {
    border: 1px solid #ddd;
}

.btn-sale-contact {
    background: var(--accent-color);
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-sale-contact span:nth-child(2) {
    font-weight: bold;
}

.btn-sale-contact:hover {
    background: white
}

.sale-phone-section {
    background: #f0f0f0;
    padding: 4px 14px;
    border-radius: 6px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sale-attributes li {
    display: flex;
}

.sale-attributes li>* {
    width: 50%;
    border-bottom: 1px dotted #ccc;
}

.sale-location-wrap {
    display: flex;
}

.sale-location-wrap svg {
    width: 16px;
}

.sale-location {
    display: flex;
    margin-bottom: 8px;
}



.sale-location li:not(:last-child)::after {
    content: '/';
    padding: 0 4px;
    font-size: 12px;
}

.sale-location li {
    font-size: 12px;
}

.pi-inline-location {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #eeecec;
    padding: 3px 6px;
    border-radius: 4px;
}

.pi-inline-location li {
    font-size: 12px;
}

.pi-inline-location li:not(:last-child)::after {
    content: '/';
    padding: 0 4px;
    font-size: 12px;
}



/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .search-field input {
        width: 160px;
    }

    .contact>div {
        flex: 1;
    }

    .contact-item svg {
        width: 24px;
        height: 24px;
    }

    .contact-item .item-title {
        font-size: .77rem;
    }

    .contact-item .item-value {
        font-size: .75rem;
    }
}



.firsat {
    display: flex;
    justify-content: space-between;
    background: #f9f9f9;
    border-radius: 6px;
    align-items: center;
    padding-left: 10px;
    color: #020202;
    font-weight: bold;
    margin: 16px 0;
    padding: 12px;
    border: 1px solid #ccc;
}

.firsat-title {
    display: inline-flex;
    align-items: center;
}

.firsat-title svg {
    color: green;
}

.firsat-btn {
    background: var(--accent-color);
    min-width: 150px;
    color: white;
    display: block;
    text-align: center;
    margin: 8px;
}

.city {
    border: 1px solid;
    border-color: #cfd6db;
}

.city span {
    font-size: 1rem !important;
}

@media only screen and (max-width: 600px) {
    .firsat {
        flex-direction: column;
        gap: 10px;
    }

    .firsat-title {
        font-size: 12px;
    }

    .firsat-btn {
        display: block;
        text-align: center;
        width: 100%;
    }

}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}