div#dnn_HeaderPaneA {
    width: 80%;
}
/*****************************************************************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;
}
.mobile-top-bar-profile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
    position: relative;
    height: 3rem;
}
.rtl .selectize-dropdown.single {

    position: absolute;
}
.search-input{
    position: absolute;
    border: navajowhite;
    outline: none;
    width: 10%;
    padding: 5px 8px;
}
.mobile-top-bar-profile .store-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: fit-content;
}

.mobile-top-bar-profile .store-actions > button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 1.2rem;
    color: #fff;
    position: relative;
    top: 0px;
}


.mobile-top-bar-profile .store-actions > button > span {
position: absolute;
    top:0.7rem;
    right: 0.09rem;
    font-size: .65rem;
    width: 1rem;
    height: 1rem;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/* .mobile-top-bar-profile .store-actions .account-button{
    display: flex;
    padding: 0px!important;
    font-size: 2rem;
} */

.mobile-top-bar-profile .UserLeftSideIcon {
    font-size: 0.5rem;
    font-weight: 600;
    padding: 5px 0px 0px;
}
.mobile-top-bar-profile .word-spacing {
    padding-right: 4px;
    padding-left: 4px;
}
.mobile-top-bar-profile .bi::before {
    font-size: 1.3rem;
}
/********************************************************* 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: 50%;
    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;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.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-ph {
    margin: 0px auto;
    position: absolute;
    top: 5px;
    left: 4px;
    color: #3999fe;
    font-size: 10px;
}

.plus-style.center-item-style-ph {
    margin: 0px auto;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #3999fe;
    font-size: 10px;
}


/**************************************************User List ********************************************************************/
.offcanvas{
    z-index: 2400;
}
.user-list-mobile {
    z-index: 2500;
    width: 100%;
    font-size: 0.8rem;
}
.user-list-mobile .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-mobile .login-user-img .image-user {
    width: 100%;
}

.user-list-mobile .user-name {
    font-weight: bolder;
    color: #3c3c3c;
}
.user-list-mobile .close-icon-user {
    display: flex;
    color: red;
    align-items: center;
    position: fixed;
    justify-content: end;
    font-size: 20px!important;
    /* width: 10%; */
    margin: 0px auto 0px 5px;
    left: 10px;
    cursor: pointer;
    padding: 10px;
}
.custom-menu-item-mobile {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    color: #494646 !Important;
    line-height: 2;
    font-size: 0.9rem;
}
.menu-items-mobile a:last-child {
    padding: 0px 40px 0px 0px;
}
.copy-link-btn-mb{
    width: 100%;
    margin: 0px auto 0px 5px;
    display: flex;
    flex-direction: row-reverse;
}
.menu-title-line-mobile {
    color: grey;
    text-align: center;
    max-width: 100%;
    margin: 20px auto 0px;
    position: relative;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.menu-title-line-mobile:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #ccc;
  left: 0;
  top: 50%;
  position: absolute;
}
.menu-title-line-mobile: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-mb a:not([href]):not([tabindex]):hover{
    color: ivory!important;
}
.copy-link-btn-mb a:not([href]):not([tabindex]) {
    color: green!important;
}
.exit-link-btn-mb .exit-link-btn-mb a:visited{
    color: red!important;
}
.exit-link-btn-mb .btn-outline-danger:hover{
    color: #fff!important;
}
.sum-factor-wrraper-header-ph {
    /* border-top: 1px solid #e1e1e1; */
    width: 100%;
    margin: 0 auto!important;
}
.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;
}
/* .mobile-top-bar-profile .darkHeader > button{
    color: #424242;
} */
.a.disabled {
  pointer-events: none;
  cursor: default;
}
.exit-link-btn-mb a:visited{
    color: red!important;
}
.scrooll-links-mobile{
    overflow-y: scroll;
    /* height: 280px; */
    padding: 0 1rem 0 0;
    overflow-x: clip;
    direction: ltr!important;
}
a.custom-menu-item-mobile:hover {
    color: #6d96e2!important;
}
@media (max-width:750px){
.offcanvas {
   display:none;
}
::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    border-radius: 9px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #000;
}
}
/* **********************************************************************.cart**************************************************************************** */
.cartitemsdisplay{
    display: grid;
    grid-template-columns: 20% 50% 30%;
    align-items: center;
}
.cart-list-info{
    font-size: 0.8rem;
}
.sum-factor-wrraper-ph {
    width: 90%!important;
    align-items: center;
    margin: 1rem 1rem 1rem auto!important;
    background-color: #ebebeb;
    color: white !important;
    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;
}
.cart-list-attr-ph{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    align-items: center;
}
