@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

/* ======== COMMON CSS ============== */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
}

.bgcolor__gray {
    background: #777777;
}

.color_gray {
    color: #777777;
}

.border_radius {
    border-radius: 3px;
}

.bg_green {
    background: #1D933E !important;
}

.bg_black {
    background: #222222;
}

.title-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

/* .nav__main {
    border-bottom: 1px solid rgb(119 119 119 / 15%);
} */

/*===================== HEADER CSS START ===============*/

/* .header .top__bar .topbar__left .navbar-nav .nav-item .nav-link {
    padding-right: 13px;
} */

.topbar__right .nav .nav-item img {
    width: 100%;
    max-width: 27px;
    height: 100%;
    min-height: 27px;
}

.nav_top_logo {
    width: 100%;
    max-width: 63px;
    height: 100%;
    max-height: 40px;
}
.logo_cart img{
    width: 100%;
    max-width: 18px;
    height: 100%;
    max-height: 18px;
}


/* ========= OFFCANVAS START ===============  */
.header .offcanvas {
    width: 100%;
    max-width: 370px;
    position: fixed;
    bottom: 0;
    top: 57px;
    left: 0;
    height: calc(100% - 56px);
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .3s ease-in-out;
}
.right_to_left .header .offcanvas {
    width: 100%;
    max-width: 370px;
    position: fixed;
    bottom: 0;
    top: 57px;
    left: auto;
    right: 0px;
    height: calc(100% - 56px);
    overflow-y: auto;
    transform: translateX(0%);
    transition: transform .3s ease-in-out;
}
/* ========= OFFCANVAS HEADER START ===============  */
.header .offcanvas {
    border-bottom: 0.7px solid rgb(119 119 119 / 40%);
}

.header .offcanvas .dropdown-toggle::after {
    display: inline-block;
    margin-top: -3px;
    margin-left: 4px;
    vertical-align: middle !important;
    content: "\f078";
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}
.right_to_left .header .offcanvas .dropdown-toggle::after{
    margin-left: -15px !important;
    padding: 0 14px !important;
}
.right_to_left .header .offcanvas .nav .nav-item .nav-link{
    text-align: right !important;
    
}
.header .offcanvas .nav .nav-item .nav-link{
    color: #000000;
}
.header .offcanvas .nav .nav-item .dropdown-menu{
    border: 1px solid transparent;
    box-shadow: 0 5px 10px rgb(30 32 37 / 12%);
}
/* .header .offcanvas .nav .nav-item:hover{
    background-color: transparent;
    color: #ffffff;
    border-radius: 0px  !important;
} */
.header .offcanvas .nav .nav-item:first-child .nav-link:hover{
    background-color: #000000;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
}
.header .offcanvas .nav .nav-item:last-child .nav-link:hover {
    background-color: #000000;
    color: #ffffff;
    border-radius:  0 0 3px 3px;
}
.header .offcanvas .nav .nav-item a.nav-link.dropdown-toggle {
    padding: 5px;
    color: #222222;
    font-size: 14px;
    line-height: 19px;
}

.header .offcanvas .breadcrumb .breadcrumb-item a {
    color: #222222;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}

/* ========= OFFCANVAS HEADER END ===============  */
/* ========= OFFCANVAS BODY START ===============  */
/* ========= PROFILE DROPDOWN START ===============  */
.header .offcanvas .profile-dropdown h2 {
    padding: 20px 50px;
    color: #222222;
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    cursor: pointer;
    display: block;
    margin: 0;
}

.header .offcanvas .profile-dropdown .slides .nav-item .nav-link img.img-fluid {
    padding-right: 20px;
    width: 100%;
    max-width: 35px;
    height: 100%;
}

.header .offcanvas .profile-dropdown .slides .nav-item .setting-tabs .nav-link {
    /* padding-left: 12px; */
}


.header .offcanvas .profile-dropdown h2::before {
    content: "";
    position: absolute;
    background-image: url(../images/logo/profile-img.webp);
    top: 13px;
    bottom: 0;
    right: 0;
    left: 0px;
    background-repeat: no-repeat;
}

.header .offcanvas .profile-dropdown h2::after {
    content: "\f078";
    position: absolute;
    top: 35%;
    bottom: 0;
    font-size: 16px;
    right: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.header .offcanvas .profile-dropdown .slides {
    clear: both;
    width: 100%;
    max-height: 0px;
    padding-left: 43px;
    transition: all .4s ease;
}

.header .offcanvas .profile-dropdown .slides .nav-item a.nav-link.active {
    color: #A6724D !important;
}

.header .offcanvas .profile-dropdown .slides .navbar-nav .nav-item {
    padding: 0px;
}

.header .offcanvas .profile-dropdown #touchs {
    position: absolute;
    opacity: 0;
    height: 0px;
}

.header .offcanvas .profile-dropdown #touchs:checked+.slides {
    max-height: 360px;
    transition: all .4s ease-out;
    overflow: auto;
   
}

/* ========= PROFILE DROPDOWN START ===============  */
.header .offcanvas .profile-dropdown .slides .nav-item .setting-tabs span {
   
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    display: block;
    position: relative;
}

.header .offcanvas .profile-dropdown .slides .nav-item .setting-tabs span::before {
    content: "";
    position: absolute;
    /* background-image: url(../images/logo/setting.png); */
    top: 0;
    bottom: 0;
    right: 0;
    left: -23px;
    background-repeat: no-repeat;
}

.header .offcanvas .profile-dropdown .slides .nav-item .setting-tabs span::after {
    content: "\f078";
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 17px;
    font-size: 15px;
    left: auto;
    line-height: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.right_to_left .header .offcanvas .profile-dropdown .slides .nav-item .setting-tabs span::after{
    left: 0;
    right: auto;
}

.header .offcanvas .profile-dropdown .slides .nav-item .settings {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
}

.header .offcanvas .profile-dropdown .slides .nav-item .settings li {
    padding: 30px;
}

.header .offcanvas .profile-dropdown .slides .nav-item #setting {
    position: absolute;
    opacity: 0;
    height: 0px;
}
.header .offcanvas .profile-dropdown .slides .nav-item .settings .nav-pills .nav-link {
    border-radius: 2px;
    text-align: left;
    color: #222222cf;
    padding: 12px 12px 0px 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    max-width: 240px;
    margin-left: 30px;
}
.right_to_left .header .offcanvas .profile-dropdown .slides .nav-item .settings .nav-pills .nav-link{
    text-align: right;
}

.header .offcanvas .profile-dropdown .slides .nav-item #setting:checked+.settings {
    height: 170px;
}

.header .offcanvas .profile-dropdown .slides .nav-item .nav-pills .nav-link.active,
.header .offcanvas .profile-dropdown .slides .nav-item .nav-pills .show>.nav-link {
    background: transparent;
    border-radius: 2px;
    border-bottom: 1px solid;
    border-radius: 0px;
    color: #A6724D;
    text-decoration-line: underline;
    padding-bottom: 0;
    width: fit-content;
}

.header .offcanvas .profile-dropdown .slides .nav-item .setting-tabs .tab-content>.tab-pane {
    text-align: left;
}

/* ========= PROFILE DROPDOWN START ===============  */
.header .offcanvas .mobile__nav {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    height: calc(100% - 170px);
}

.header .offcanvas .mobile__nav ul.first-level {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header .offcanvas .mobile__nav ul.first-level li {
    background: #ffffff;
    padding: 6px 6px;
}

.header .offcanvas .mobile__nav ul.second-level {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 400ms ease-in;
}

.header .offcanvas .mobile__nav ul.second-level li {
    background: #ffffff;
    padding: 6px 5px;
}

.header .offcanvas .mobile__nav ul.second-level.active {
    transform: translateX(-5%);
}

.header .offcanvas .mobile__nav ul.third-level {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 400ms ease-in;
}

.header .offcanvas .mobile__nav ul.third-level li {
    background: #ffffff;
    padding: 6px 5px;
}

.header .offcanvas .mobile__nav ul.third-level.active {
    transform: translateX(-5%);
}

.header .offcanvas .mobile__nav a[data-level-id] {
    position: relative;
}

.header .offcanvas .mobile__nav a.forward__menu::after, .header .offcanvas .mobile__nav a.back__menu::after {
    content: "\f054";
    position: absolute;
    right: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #222222;
}
.right_to_left .header .offcanvas .mobile__nav a.forward__menu::after, .right_to_left .header .offcanvas .mobile__nav a.back__menu::after{
    left: 0 !important;
    right: auto !important;
    transform: rotate(180deg);
}
.header .offcanvas .mobile__nav a {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #222222;
}
.header .offcanvas .mobile__nav a.color_gray {
    color: #777777 !important;
}

.header .offcanvas .mobile__nav a.back__menu {
    padding: 0 25px;
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
}

.header .offcanvas .mobile__nav a.back__menu[data-level-id]::after {
    content: "\f053";
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #222222;
}
.right_to_left .header .offcanvas .mobile__nav a.back__menu[data-level-id]::after {
    left: auto !important;
    right : 0 !important;
}


/* ========= OFFCANVAS END ===============  */
/*===================== HEADER CSS END ===============*/

/* ==========ADMIN NAV MAIN START================ */
/* ========== INDAX START================ */
.user-nav .user-nav-left .navbar-nav .nav-item {
    border-bottom: 1px solid rgb(119 119 119 / 15%);
    padding: 8px 0;
}
.user-nav .user-nav-left .navbar-nav .nav-item:last-child{
    border: none;
    padding-top: 8px;
}
.user-nav .user-nav-left .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.user-nav .user-nav-left .navbar-nav .nav-item .nav-link img.img-fluid {
    height: 12px;
    padding-right: 10px;
}
.right_to_left .user-nav .user-nav-left .navbar-nav .nav-item .nav-link img.img-fluid {
    height: 12px;
    padding-left: 10px;
}

.navbar-nav .nav-item .nav-link.active {
    color: #A6724D;
    text-decoration-line: underline;
}

.user-nav .user-nav-right .profile-image img {
    /* height: 100%;
    max-height: 120px; */
    height: 120px;
    width: 120px;
}

.user-nav .user-nav-right .profile-content .profile-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}

.user-nav .user-nav-right .profile-content .profile-text {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 12px;
    color: #777777;
}

.user-nav .user-nav-right .profile-content .profile-text::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #1D933E;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.user-nav .user-nav-right .profile-content span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #777777;
}

/* ======== NAV TABS START ===========  */
.user-nav .user-nav-right .nav {
    border: none;
    border-radius: 2px;
}

.user-nav .user-nav-right .nav-pills .nav-item {
    border-left: 2px solid #77777733;
    flex: 1;
    background: rgb(119 119 119 / 5%);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.8%);
    margin: 5px 0;
}
.right_to_left .user-nav .user-nav-right .nav-pills .nav-item{
    border-right: 2px solid #77777733;
    border-left: 2px solid transparent;
}

.user-nav .user-nav-right .nav-pills .nav-item:first-child {
    border: none;
}

.user-nav .user-nav-right .nav-pills button {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.user-nav .user-nav-right .nav-pills .nav-link {
    border-radius: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 35px;
    width: 100%;
}

.user-nav .user-nav-right .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #222222;
    background: transparent;
    background-color: #FFFFFF;
    border-radius: 0;
    border: none;
}

.user-nav .user-nav-right .nav-pills .nav-link .nav-link:focus,
.nav-link:hover {
    color: #222222;
}

.user-nav .user-nav-right .tab-content>.tab-pane {
    text-align: center;
    color: #777777;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

/* ========== INDAX END================ */
/* ========== ORDER PAGE START ================ */
/* ========== ORDER TABLE satrt================ */
.user-nav .user-nav-right .order-table {
    overflow: auto;
}

.user-nav .user-nav-right .order-table .table {
    width: 100%;
    color: #222222;
}

.user-nav .user-nav-right .order-table .table thead {
    background: rgb(119 119 119 / 8%);
}

.user-nav .user-nav-right .order-table .table tbody,
.user-nav .user-nav-right .order-table .table td,
.user-nav .user-nav-right .order-table .table tfoot,
.user-nav .user-nav-right .order-table .table th,
.user-nav .user-nav-right .order-table .table thead,
.user-nav .user-nav-right .order-table .table tr {
    border: 1px solid rgb(119 119 119 / 16%) !important;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #222222;
    /* padding: 12px 10px !important; */
}

.user-nav .user-nav-right .order-table .table tbody a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    color: #777777;
}

.user-nav .user-nav-right .order-table .table thead,
.user-nav .btn-check:checked+.btn,
.user-nav .btn.active,
.user-nav .btn.show,
.user-nav .btn:first-child:active{
    border:1px solid transparent !important;
}

.user-nav .user-nav-right .order-table .table thead th .dropdown-menu .dropdown-item {
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    color: #777777;
    border-bottom: 1px solid rgb(119 119 119 / 50%);
}

.user-nav .user-nav-right .order-table .table thead th .dropdown-menu .dropdown-item.active,
.dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #222222;
}

.user-nav .user-nav-right .order-table .table thead th .dropdown-menu .dropdown-item:focus,
.dropdown-item:hover {
    color: #222222;
    background-color: #ffff;
}

.user-nav .user-nav-right .order-table .table thead th .dropdown-menu.show {
    display: block;
    position: absolute;
    inset: 1px 43px auto 56px !important;
    margin: 0px;
    padding: 0 !important;
    width: 100%;
    max-width: 120px;
    min-width: 120px;
}
.right_to_left .user-nav .user-nav-right .order-table .table thead th .dropdown-menu.show{
    inset: 1px auto auto 56px !important;
}

.user-nav .user-nav-right .order-table .table .product-image img {
    width: 100%;
    max-width: 40px;
    height: 100%;
    min-height: 40px;
}

.user-nav .user-nav-right .order-table .table .product-contact p {
    line-height: 20px;
}

/* ========== ORDER PAGE START ================ */
/* ============ PAGINATION START ==============*/
.user-nav .user-nav-right .pagination__tab .pagination {
    --bs-pagination-padding-x: 1rem;
    --bs-pagination-font-size: 18px;
    --bs-pagination-color: #777;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 0;
    --bs-pagination-border-color: transparent;
    --bs-pagination-border-radius: 2px;
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: #222222;
    --bs-pagination-hover-border-color: #222222;
    --bs-pagination-focus-color: #fff;
    --bs-pagination-focus-bg: #222222;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #222222;
    --bs-pagination-active-border-color: #222222;
}

.pagination__tab .pagination .page-link:focus {
    box-shadow: none;
}

/* ============ PAGINATION END ==============*/
/* ======== DOWNLOAD PAGE START ===========  */
/* ======== PRODUCT DATA START ===========  */
.user-nav .user-nav-right .product-data .product-image img {
    width: 100%;
    height: 100%;
    max-width: 150px;
    min-height: 153px
}

.user-nav .user-nav-right .product-data .product-centent a img {
    width: 100%;
    max-width: 13px;
    min-height: 13px;
}

.user-nav .user-nav-right .product-data .product-centent .product-total {
    clear: both;
}

.download-btn {
    background: #222222;
    border-radius: 2px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    white-space: nowrap;
}

/* ======== product-rating START ===========  */
/* ======== Style Star Rating Widget ===========  */
.user-nav-right .tab-content .tab-pane .product-data .star-rating {
    display:flex;
    flex-direction: row-reverse;
    font-size:1.5em;
    justify-content:space-around;
    text-align:center;
    width:5em;
    margin-bottom: 10px;
}
.user-nav-right .tab-content .tab-pane .product-data .star-rating input {
    display:none;
}
.user-nav-right .tab-content .tab-pane .product-data .star-rating label {
    color:#ccc;
    cursor:pointer;
}
.user-nav-right .tab-content .tab-pane .product-data .star-rating :checked ~ label {
    color:#fc0;
}
.user-nav-right .tab-content .tab-pane .product-data .star-rating label:hover,
.user-nav-right .tab-content .tab-pane .product-data .star-rating label:hover ~ label {
    color:#fc0;
}
/* ======== MODAL START ===========  */
.modal#exampleModal .modal-dialog.modal-dialog-centered {
    max-width: 700px;
}

.form-select {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(34 34 34 / 70%);
}

.form-select:focus {
    border-color: #777777;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.form-control:focus {
    color: #212529;
    border-color: #777777;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.btn-close:focus {
    box-shadow: 0 0 0 0;
    opacity: 1;
}

/* ======== MODAL END ===========  */
/* ======== REFUND PAGE END ===========  */
/* ======== MESSGES PAGE START ===========  */




/* ======== MESSGES PAGE START ===========  */
/* ======== SETTING START ===========  */
/* ======== SETTING DROPDOWN START ===========  */
.user-nav .user-nav-left .setting-tabs span {
    color: #222222;
    font-weight: 500;
    font-size: 15px;
    line-height: 33px;
    cursor: pointer;
    display: block;
    position: relative;
}

.user-nav .user-nav-left .setting-tabs span::before {
    content: "";
    position: absolute;
    /* background-image: url(./../images/logo/setting.png); */
    top: 13px;
    bottom: 0;
    right: 0px;
    left: 0px;
    background-repeat: no-repeat;
}

.user-nav .user-nav-left .setting-tabs span a::after {
    content: "\f078";
    position: absolute;
    top: 11px;
    bottom: 0;
    right: 16px !important;
    left: auto !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
}
.right_to_left .user-nav .user-nav-left .setting-tabs span a::after{
    right: auto !important;
    left: 0 !important;
}

.user-nav .user-nav-left .slide {
    clear: both;
    width: 100%;
    /* height: 0px; */
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
}

.user-nav .user-nav-left .slide li {
    padding: 30px;
}

.user-nav .user-nav-left #touch {
    position: absolute;
    opacity: 0;
    height: 0px;
}

/* .user-nav .user-nav-left #touch:checked+.slide {
    height: 240px;
} */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: transparent;
    border-radius: 2px;
    border-bottom: 1px solid;
}

.user-nav .user-nav-right .setting-tabs .tab-content>.tab-pane {
    text-align: left;
}

.setting__dropdown .accordion-item{
    border: none !important;
    background: #fff ;
    padding: 0 !important;
}

.setting__dropdown .accordion-button:focus{
    border: none;
    box-shadow: none;
    background-color: #fff;
}
.setting__dropdown .accordion-button:not(.collapsed){
    color: #000;
    background-color: #fff;
    box-shadow: none;
}
.setting__dropdown .accordion-button:not(.collapsed)::after{    
    background-image: var(--bs-accordion-btn-icon);
}
.setting__dropdown .accordion-button::after{
    height: 15px;
    width: 15px;
    background-size: cover;
    margin-top: 5px;
}
.setting__dropdown .accordion-body{
    padding: 0 !important;
}
.setting__dropdown .accordion-button{
    padding: 0 !important;
}
.setting__dropdown .slide .nav a{
    padding: 8px 0;
}
.setting__dropdown .slide .nav a button.nav-link{
    padding: 0;
}
/* ======== SETTING DROPDOWN END ===========  */
.nav-pills .nav-link {
    border-radius: 2px;
    text-align: left;
    color: #222222cf;
    padding: 12px 12px 12px 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding-left: 20px;
}
.user-nav .nav-pills .nav-link{
    margin-left: 20px;
    padding-left: 0;
}
.select-btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
}

.setting-tabs .form-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.setting-tabs .form-control {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

.setting-tabs .form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid rgb(119 119 119 / 61%);
    outline: 0;
    box-shadow: 0 0 0 0;
}

.setting-tabs .form-check-input:checked {
    background-color: #222222;
    border-color: #222222;
}

.setting-tabs .form-check-input:focus {
    border-color: #222222;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.setting-tabs .from-checkout .form-check-input {
    border-radius: 50%;
}

.user-nav-right .setting-tabs .select-image {
    background: #F8F8F8;
    width: 100%;
    height: 100%;
    min-height: 203px;
    max-height: 203px;
}

.setting-tabs .select-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: rgb(119 119 119 / 52%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.setting-tabs .select-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: rgb(119 119 119 / 52%);
}

/* ==========Update Profiles start================ */
.delete-btn{
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
    color: #EE2323;
  
}
.setting-tabs .tab-content .tab-pane .delete-btn {
    font-size: 18px;
    line-height: 28px;
    padding: 6px 15px;
    margin-left: 15px;
}
.right_to_left .setting-tabs .tab-content .tab-pane .delete-btn{
    margin-right: 15px;
    margin-left: 0px;
}
.setting-tabs .tab-content .tab-pane .select-image-btn .delete-btn {
    font-size: 16px;
    line-height: 28px;
    padding: 3px 12px;
    margin-left: 15px;
}
/* ==========Address start================ */
.user-nav-right .card .title-text {
    font-size: 15px;
    line-height: 20px;
    color: #222222;
}

.user-nav-right .card .card-inner {
    border-bottom: 1px solid rgb(119 119 119 / 15%);
}

.user-nav-right .card .card-icon .deletes-btn {
    background: #FFFFFF;
    color: #EE2323;
    box-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 8px 12px;
}

.user-nav-right .card .card-icon .edit-btn {
    background: #FFFFFF;
    box-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 8px;
    color: #222222;
}
.modal#shippingAddressPopup .modal-dialog.modal-dialog-centered {
    max-width: 700px;
}

/* ==========Address End ================ */
/* ==========ADMIN NAV MAIN END================ */
@media screen and (max-width:576px) {
    .user-nav .user-nav-right .profile-image img {
        height: 100%;
        max-height: 120px;
    }

    .user-nav .user-nav-right .nav-pills .nav-item {
        border-left: none;
    }

    .user-nav .user-nav-right .product-data .product-image img {
        width: 100%;
        height: 100%;
        max-width: 118px;
        max-height: 143px;
    }
}