div#dnn_HeaderPaneA {
    width: 100%;
}

/*
button.account-button.ng-scope {
    background: transparent;
    color: #fff;
    display: flex;
}
.store-actions {
    height: 2.7rem;
    width: 100%;
}
.store-actions > button > span {
    position: absolute;
    top: -0.3rem;
    right: 0.4rem;
    font-size: .7rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.store-actions > button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 1.45em;
    color: #149bbc;
    position: relative;
    height: 2.7rem;
} */
/*****************************************************************General Css****************************************************/

.fa-2x {
    font-size: 2em;
}

.border-bottom {
    border-bottom: 1px solid #ededed;
}

.no-result.ng-scope {
    text-align: center;
    margin: 0 auto;
    font-weight: bolder;
    padding: 2rem;
}

.top-bar-profile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
}

.search-input {
    position: absolute;
    border: navajowhite;
    outline: none;
    width: 10%;
    padding: 5px 8px;
}

.top-bar-profile .store-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.top-bar-profile .store-actions>button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 1.45em;
    color: #fff;
    position: relative;
    top: 14px;
    padding-right: 8px;
}


.top-bar-profile .store-actions>button>span {
    position: absolute;
    /* top: -.3rem; */
    bottom: 1.5rem;
    right: 0rem;
    font-size: .7rem;
    width: 1rem;
    height: 1rem;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.top-bar-profile .store-actions .account-button {
    display: flex;
    align-items: center;
    padding: 0px !important;
    font-size: 24px;
}

.UserLeftSideIcon {
    font-size: 12px !important;
    font-weight: 600;
    padding: 5px 0px 0px;



}

.word-spacing {
    padding-right: 4px;
    padding-left: 4px;
}

/********************************************************result-search********************************************************************/
.more-data .items {
    align-items: flex-start;
    justify-content: start;
    margin: 9px 0px;
}

.search-image-wrraper-brand.ml-3 {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
}

img.search-image-brand {
    width: 100%;
    max-width: 42px;
    height: 39px;
}

label.header-label {
    font-weight: bolder;
    margin: 3px 1px;
}

a.title-item-search.mr-5 {
    margin: 0.8rem -1.5rem;
    line-height: 1rem;
    color: black !important;
}

a.title-item-search:hover {
    background-color: whitesmoke;
    font-weight: bolder;
}

.top-bar-profile .search-results .more-data .items .item:hover {
    font-weight: bolder !important;
}

/********************************************************* mini cart ****************************************************************/
.mini-cart {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    z-index: 4;
    width: 500px;
    padding: 0px 10px 0px 10px;
    position: absolute;
    top: 4.4rem;
    left: -6rem;
}

.header-mini-cart .header-items {
    border-bottom: 1px solid #e1e1e1 !important;
}

.header-items .close-icon {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    margin-left: 8px;
    color: #7e7e7e;
}

.header-items .header-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-items .header-title .text-item {
    width: 300px;
    font-weight: bolder;
    color: #3f4254;
}

.inner-cart-list .cart-list-img .image-item {
    width: 100%;
}

.btn-factor-wrraper .btn.btn-cart {
    background-color: #3798fe;
    color: white !important;
    width: 100%;
}

.price-item .discount-price,
.unit-price,
.price {
    color: #3f4254;
    font-weight: bolder;
}

.button-box.search-header {
    justify-content: left !important;
    padding: 0 4px !important;
    display: inline-flex;
    width: 100%;
    margin: 0 !important;
    height: fit-content;
}

.button-box .box-left {
    width: 25%;
    height: 24px;
    background-color: rgb(255, 255, 255);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
    border: 1px solid #3999fe;
}

.button-box .box-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70% !important;
    text-align: center;
    margin: 0px;
}

.button-box .text-input {
    width: 100%;
    height: 24px;
    border-top: 1px solid #5fa1fe;
    border-bottom: 1px solid #5fa1fe;
    outline: none;
    border-radius: 0;
    border-right: 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border-left: 0;
}

.text-input .input-item {
    margin: 0 auto;
    text-align: center;
    color: #000;
    top: -12.8px;
    position: relative;
}

.button-box .box-right {
    width: 25%;
    height: 24px;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
    border: 1px solid #3999fe;
}

.minus-style.center-item-style {
    margin: 0px auto;
    position: absolute;
    top: 5px;
    color: #3999fe;
    font-size: 10px;
}

.plus-style.center-item-style {
    margin: 0px auto;
    position: absolute;
    top: 5px;
    left: 7px;
    color: #3999fe;
    font-size: 10px;
}

.cart-list-attr {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

/**************************************************User List ********************************************************************/

.user-list {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    z-index: 999;
    width: 400px;
    padding: 0px 10px 0px 10px;
    position: absolute;
    top: 4.4rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    left: 36px;
    /* left: 5px; */
}

.user-list .login-user-img {
    width: 50px;
    height: 56px;
    padding: 3px;
    box-shadow: 0 0 3px 0 rgb(208 208 208);
    object-fit: contain;
    margin-left: 10px;
    background-color: #fff;
}

.user-list .login-user-img .image-user {
    width: 100%;
}

.user-list .user-name {
    font-weight: bolder;
    color: #3c3c3c;
}

.user-list .close-icon-user {
    display: flex;
    color: #646464;
    align-items: center;
    justify-content: end;
    font-size: 20px !important;
    /* width: 10%; */
    margin: 0px auto 0px 5px;
    left: 10px;
    cursor: pointer;
    padding: 10px;
}

.custom-menu-item {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    color: #494646 !Important;
    line-height: 2;
}

.menu-items a:last-child {
    padding: 0px 40px 0px 0px;
}

.copy-link-btn {
    width: 40%;
    margin: 0px auto 0px 5px;
    display: flex;
    flex-direction: row-reverse;
}

.menu-title-line {
    color: grey;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 0px;
    position: relative;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.menu-title-line:before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #ccc;
    left: 0;
    top: 50%;
    position: absolute;
}

.menu-title-line:after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #ccc;
    right: 0;
    top: 50%;
    position: absolute;
}

.w-100 {
    width: 100%;
}

.pb-20 {
    padding-bottom: 20px !Important;
}

.mt-20 {
    margin-top: 20px;
}

.link-title::before,
.link-title::after {
    width: 140px;
}

a#exitbutton svg {
    margin: 0px 0px -1px;
}

.copy-link-btn a:not([href]):not([tabindex]):hover {
    color: ivory !important;
}

.copy-link-btn a:not([href]):not([tabindex]) {
    color: green !important;
}

.exit-link-btn .exit-link-btn a:visited {
    color: red !important;
}

.exit-link-btn .btn-outline-danger:hover {
    color: #fff !important;
}

.sum-factor-wrraper-header {
    border-top: 1px solid #e1e1e1;
    width: 100%;
    margin: 0 auto !important;
}

.sum-factor-wrraper {
    background-color: #ebebeb;
    color: white !important;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.rtl .header-wrap .area-right {
    text-align: right !important;
}

.trash-wrraper {
    color: red;
    border: 1px solid #ff9191;
    padding: 0px 2px;
    justify-content: space-evenly;
    font-size: 0.6rem;
    font-weight: 600;
    cursor: pointer;
    width: 94%;
    align-items: center;
    border-radius: 0.4rem;
}

span.trash-text {
    font-size: 14px !important;
}

.top-bar-profile .darkHeader>button {
    color: #424242;
}

.a.disabled {
    pointer-events: none;
    cursor: default;
}

.exit-link-btn a:visited {
    color: red !important;
}

.scrooll-links {
    overflow-y: scroll;
    height: 280px;
    margin-left: -15px;
    overflow-x: clip;
}

a.custom-menu-item:hover {
    color: #6d96e2 !important;
}

/* scroll bar */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

@media only screen and (max-width:760px) and (min-width:1280px) {
    .offcanvas {

        display: none;
    }
}

/* ///////////////////MediaScrin///////////////////////////// */

@media screen and (max-width: 1400px) {}