.container-parent {
    position: relative;
    width: 100%;
    height: 100%;
}

.profile-pages-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-colored {
    background-color: var(--primary-color);
    width: 25%;
}

.profile-section {
    width: 25%;
}

.profile-title {
    font-size: 1.1rem;
}

.profile-section * {
    font-size: 1.2rem;
    color: var(--text-color-primary-bg);
}

.profile-item {
    padding: 10px 0px;
    padding-right: 0;
}

.rtl .profile-item {
    padding: 10px 0px;
    padding-right: 0px;
    padding-left: 0;
}

.profile-item-title {
    font-size: 1rem;
    margin: 0 10px;
    font-weight: 600;
}

.profile-section-dropdown .dropdown-menu>li>a .profile-item-title {
    font-size: 0.9rem;
    font-weight: 500;
}

.profile-item-description {
    margin: 0 44px;
}

.profile-item-description p {
    font-size: 0.9rem;
}

.profile-item-image {
    font-size: 35px;
    font-size: 1.7rem;
    width: 44px;
    margin: 0;
}

.profile-row.active {
    margin-left: -15px;
    margin-left: unset;
    padding: 10px;
    background-color: rgba(255, 255, 255, .3);
}

.rtl .profile-row.active {
    margin-left: unset;
    margin-right: -15px;
    margin-right: unset;
}

.profile-row {
    /* border-radius: 10px; */
    padding: 0 20px;
}

.account-content {
    margin: 50px;
}

.profile-section-dropdown {
    margin: 0px -15px;
    margin: 0;
}

.profile-section-dropdown .dropdown {
    position: static !important;
}

.profile-section-dropdown .dropdown-menu {
    top: 54px !important;
    transform: none !important;
    margin: 0px;
    padding: 0px;
    margin-top: 0 !important;
    width: 100% !important;
    border: 0;
}

.profile-section-dropdown .nav {
    padding: 0px;
    width: 100%;
}

.profile-section-dropdown .dropdown-toggle::after {
    display: none !important;
}


.profile-section-dropdown .icon-arrow_drop_down1 {
    margin-left: auto;
}

.rtl .profile-section-dropdown .icon-arrow_drop_down1 {
    margin-left: unset;
    margin-right: auto;
    font-size: 32px;
}

.profile-section-dropdown .dropdown {
    /* background: var(--primary-color); */
    background: #fff;
    border: 0;
    border-radius: 0px;
    width: 100%;
    padding: 10px 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.profile-section-dropdown .dropdown .profile-item-image,
.profile-section-dropdown .dropdown .profile-item-title,
.profile-section-dropdown .dropdown .icon-arrow_drop_down1 {
    color: var(--primary-color);
}

.profile-section-dropdown .dropdown ul.dropdown-menu {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) !important;
}

.wishlist-product {
    padding-left: 5px;
    padding-right: 5px;
}

.profile-section-dropdown .dropdown-menu>li>a {
    background-color: var(--primary-color);
    background: #fff;
    padding: 10px 15px;
    /* color: #ffffff; */
    border-top: 1px solid #3d3d3d;
    border: none;
}

.profile-section-dropdown .dropdown ul.dropdown-menu {
    border-radius: 0px;
    box-shadow: none;
    margin-top: 20px;
    width: 300px;
}

.account-content .btn-primary {
    min-width: 100px;
    float: right;
}

.rtl .account-content .btn-primary {
    float: left;
}

.delete-button {
    position: absolute;
    top: 10px;
    right: 10px;
    /* border: 1px solid #ccc; */
    padding: 5px;
    cursor: pointer;
    z-index: 2;
}

.rtl .delete-button {
    right: unset;
    left: 10px;
}

@media only screen and (max-width: 768px) {
    .account-content {
        margin: 15px;
    }
}