.custom-container {
    min-height: 400px;
}

.btn-colorful {
    background: linear-gradient(265.66deg, #7AB7FF -8.82%, #9741DB 51.88%, #FFC774 115.9%);
    border-radius: 7px; 
    padding: 10px 12px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
}

.btn-colorful:not(div) {
    cursor: default;
}

.btn-colorful:not(div):hover {
    color: #fff;
    opacity: 0.8;
}

.btn-colorful:focus {
    outline: none;
}

.default-address-label {
    cursor: default;
}

.default-address-label:hover {
    color: #fff;
}

.navigation .menu li + li {
    margin-left: 30px;
}

.new-menu-item {
    position: relative;
}

.clearfix::before {
    content: "";
    display: block;
    clear: both;
}

.new-menu-item .new-label {
    position: absolute;
    right: -50px;
    top: -10px;
    background: rgb(122,183,255);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    padding: 5px 8px;
    width: 38px;
    height: 22px;
    border-radius: 7px;
    background: linear-gradient(270deg, rgba(122,183,255,1) 0%, rgba(151,65,219,1) 50%, rgba(255,199,116,1) 100%); 
}

.navigation .profile-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    font-size: 0 !important;
    position: relative;
    font-size: 0;
}

.navigation .profile-icon::after {
    content: "";
    background: url('../images/user-icon.svg') no-repeat;
    width: 13px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    margin-top: -7px;
    top: 50%;
}

.navigation .shopping-cart-icon {
    min-width: 35px;
}

.navigation .profile-menu {
    margin-left: 15px;
}

/* @media (max-width: 1200px) {
    .profile-edit-address {
        width: 100%;
    }
} */

.profile-mobile-menu {
    display: none;
} 

.mobile-profile-bonuses {
    display: none;
}


@media (max-width: 1640px) {

    #registration-step-1 .left-sidebar,
    #registration-step-1 .right-sidebar {
        display: none !important;
    }

}

@media (max-width: 1000px) {
    .profile-mobile-menu {
        display: block;
    } 

    .profile-desktop-menu {
        display: none;
    } 

    .profile-mobile-menu a {
        display: block;
        text-align: center;
        padding: 12px 10px;
        height: 100%;
    }

    #add-address-template .add-address-innner {
        left: 0 !important;
        margin-left: 0 !important;
        top: 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
    }

    #login-inner-content {
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        border-radius: 0 !important;
    }

    .profile-data-wrapper {
        padding: 30px 30px 10px !important;
    }

    .profile-edit-address {
        width: 100% !important;
    }

    .profile-data-wrapper .discount {
        position: static !important;
        left: 0 !important;
        top: 0 !important;
        text-align: center !important;
        padding-top: 10px !important;
    }

    .profile-data .profile-icon-holder {
        width: 138px !important;
    }

    .profile-meta {
        text-align: left !important;
        -ms-flex: 1;
        flex: 1;
    }

    .profile-data {
        margin-right: 20px !important;
        -ms-flex: 1;
        flex: 1;
    }

    .promo-code {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .profile-points {
        margin-bottom: 0 !important;
        -ms-flex: 1;
        flex: 1;
    }

    .profile-points-inner {
        position: absolute;
        top: 0;
        right: 0;
    }

    #login-fields {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex: 1;
        flex: 1;
    }

    #login-inner-content #login-featured-image {
        min-width: 0 !important;
    }

    #login-inner-content #login-featured-image img {
        max-width: 350px !important;
        position: relative !important;
        top: 0 !important;
        left: 21px !important;
        width: 100% !important;
    }

    .navigation .profile-menu {
        margin-left: 5px;
    }    

    .user-profile-page .page-sidebars .sidebar {
        display: block !important;

    }

    .logout-circle {
        display: none;
    }

    .profile-main-data {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }

    .profile-mobile-menu .profile-menu {
        background: #1d1d21;
        border-radius: 13px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .profile-mobile-menu .profile-menu li.active {
        background: #fff;
        color: #0d0d0e;
    }

    .profile-mobile-menu .profile-menu li.active a {
        color: #0d0d0e !important;
    }

    .profile-bonus-list ul {
        margin-bottom: 0 !important;
    }

    .profile-bonus-list ul li {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .profile-bonus-list ul li:last-child {
        margin-bottom: 0 !important;
    }
    
    .profile-mobile-menu .profile-menu li {
        -ms-flex: 1;
        flex: 1;
    }

    .desktop-profile-bonuses {
        display: none;
    }

    .mobile-profile-bonuses {
        display: block;
        margin-bottom: 30px !important;
    }

    .mobile-profile-bonuses .profile-bonus-list {
        display: none;
    }

    .mobile-profile-bonuses .profile-bonus-title {
        cursor: pointer;
    }

    .mobile-profile-bonuses .profile-bonus-title h5 {
        margin-bottom: 0;
    }

    .mobile-profile-bonuses .profile-bonus-arrow {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
         -ms-transform: rotate(90deg); /* Only for graceful degradation in IE9, cannot be transitioned */
          -o-transform: rotate(90deg);
             transform: rotate(90deg);
    }

    .mobile-profile-bonuses .profile-bonus {
        margin-top: 0;
    }

    .profile-data-wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #registration-step-2 .profile-image-upload-row {
        text-align: center !important;
    }

    #registration-step-2 .profile-icon {
        display: inline-block !important;
        margin-bottom: 10px !important; 
        margin-right: 0 !important;
    }

    #registration-step-2 #user-registration-form .form-row {
        margin-bottom: 10px !important;
    }

    #registration-step-2 #user-registration-form .btn-secondary {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 720px) {

    #registration-bar-content,
    #registration-bar-content form {
        width: 100% !important;
        min-width: 0 !important;
    }

    #registration-bar-content {
        padding: 0 20px !important;
    }

    #registration-bar {
        min-height: 150px !important;
    }

    .privacy-part {
        font-size: 14px;
    }

    #registration-bar-content .action-button-part {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    }

    .profile-mobile-menu a {
        font-size: 14px;
    }

    .profile-edit-meta {
        display: block !important;
    }

    .profile-edit-meta  #profile-edit-image {
        text-align: center;
    }

    .profile-main-data {
        display: block;
    }

    .profile-meta {
        text-align: center !important; 
    }

    .profile-points-inner {
        position: static;
    }

    .profile-edit-data .content-row {
        display: block;
    }

    .profile-edit-data section {
        margin: 0 !important;
    }

    .profile-edit-data .content-row {
        margin-bottom: 20px !important; 
    }

    .profile-edit-data .content-row .gender-button:first-child {
        margin-left: 0 !important;
    }

    #add-address-template .form-row {
        display: block !important;
        margin-bottom: 0 !important;
    }

    #add-address-template .form-row > .col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 20px !important;
    }

    .add-address-actions-left,
    .add-address-actions-right {
        float: none !important;
    }

    .add-address-actions-right {
        float: none !important;
    }

    .add-address-actions button {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 620px) { 
    .order-history-list .order-history-item {
        padding: 20px 20px 20px 20px !important;
    }

    .order-history-item > table > tbody > tr > td {
        font-size: 14px;
    }
}


@media (max-width: 550px) { 
    #login-inner-content {
        display: block !important;
    }

    #login-inner-content #login-featured-image img {
        display: none;
    }

    #login-form, #forgot-password-form {
        width: 100% !important;
        margin-top: 0 !important;
    }

    #login-form .heading-row {
        text-align: center !important;
    }

    #login-fields {
        height: 100% !important;
    }

    .user-profile-page .page-sidebars .sidebar {
        min-width: 0 !important;
    }
}

@media (max-width: 550px) { 
    .profile-mobile-menu .profile-menu {
        display: block;
    }

    .profile-mobile-menu .profile-menu a {
        display: block;
        text-align: center;
    }

    .service-page .texts table tr td:last-child {
        min-width: 0 !important;
        padding-left: 10px !important;
    }
}

.navigation .mini-cart-link {
    white-space: nowrap;
}

#profile-menu {
    border: 0;
}

.profile-menu {
    position: relative;
}

.profile-menu ul {
    padding: 10px 0;
}

.navigation .profile-menu .dropdown-menu {
    background: #1E1F22;
    right: 0;
    left: auto;
    top: 45px;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

.navigation .profile-menu .dropdown-menu a {
    color: #FFF;
    opacity: 0.9;
    padding: 5px 20px;
    font-weight: 400;
    font-size: 14px;
}

.navigation .profile-menu .dropdown-menu a:hover {
    color: #fff;
    opacity: 1;
}

.navigation .profile-menu ul > li + li {
    margin-left: 0;
}

.navigation .profile-menu .dropdown-menu li.sep {
    width: 100%;
    padding: 10px 20px;
}   

.navigation .profile-menu .dropdown-menu li.sep::after {
    content: "";
    height: 1px;
    background: #fff;
    opacity: 0.1;
    display: block;
}

.navigation .profile-menu .dropdown-menu a:hover,
.navigation .profile-menu .dropdown-menu a:focus {
    background: transparent;
}

.navigation .profile-menu.active #profile-menu {
    background: #252526;
}

.navigation .profile-menu.active #profile-menu::after {
    background: url('../images/user-icon-white.svg') no-repeat;
}

#registration-bar {
    position: fixed;
    bottom: 0;
    background: #252525;
    border: 1px solid #262627;
    width: 100%;
    height: 100px;
    z-index: 2;
}

#registration-bar-content form {
    width: 50%;
    min-width: 600px;
    margin: 0 auto;
}

.custom-checkbox {
    margin-bottom: 0;
}

/* Main Classes */
.custom-checkbox input {
    display: none; /* Hide the default checkbox */
}

/* Style the artificial checkbox */
.custom-checkbox span {
    height: 27px;
    width: 27px;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
    border-radius: 7px;
    margin-top: 1px;
    margin-right: 15px;
}

/* Style its checked state...with a ticked icon */
.custom-checkbox input[type="checkbox"]:checked + span::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
    border-radius: 3px;
}

#registration-bar .privacy-part .custom-checkbox {
    vertical-align: middle;
}

#registration-bar .action-button-part button {
    border-radius: 7px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

#registration-bar .privacy-part,
#registration-bar .action-button-part {
    display: inline-block;
}

#registration-bar-inner {
    display: table;
    height: 100%;
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
}

#registration-bar-content {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.privacy-part,
.action-button-part {
    display: inline-block;
}

.privacy-part {
    float: left;
    padding-top: 11px;
    width: 100%;
    padding-right: 20px;
}

.privacy-part label.custom-checkbox {
    cursor: pointer;
}

.action-button-part {
    float: right;
}

#registration-bar-content form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

#agree-terms-button:disabled {
    background: #fff;
    color: #b6b6b7;
}

.action-button-part {
    width: 211px;
}

#user-registration-form h1 {
    text-align: center;
    margin-bottom: 80px;
}

.profile-icon {
    background: #252526;
    width: 110px;
    height: 110px;   
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    text-align: center;
}

#profile-edit-fields .profile-icon .profile-icon-hover-image {
    background: #252526;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

#profile-edit-fields .profile-icon .profile-icon-hover-image .profile-icon-hover-icon {
    background: url('../images/photo-icon.png') no-repeat;
    width: 27px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -11px;
    z-index: 2;
}

#profile-edit-fields .profile-icon:hover .profile-icon-hover-image {
    display: block;
}

/* .profile-icon:hover {
    background: #252526;
    width: 110px;
    height: 110px;   
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    text-align: center;
} */

.profile-icon:hover .profile-icon-hover-image {
    display: block;
}

#profile-edit-fields .profile-icon:hover .image-placeholder {
    display: none;
}

#profile-edit-fields .profile-icon {
    cursor: pointer;
}

.profile-icon .image-placeholder {
    width: 26px;
    height: 33px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -18px;
}

.profile-image-upload h3 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 15px;
}

.file-upload-btn {
    background: #252526;
    font-size: 14px;
    border-radius: 50px;
    padding: 15px 17px;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
}

.delete-btn {
    background: #E44941;
    min-width: auto;
}

.file-upload-btn.delete-btn {
    display: none;
}

.file-upload-btn.delete-btn:hover {
    background: #c03e37;
}

.file-upload-btn span {
    color: #fff;
}

.file-upload-btn:hover {
    color: #fff;
    background: rgba(37, 37, 38, 0.8);
}

.file-upload-btn:hover span {
    color: #fff;
}

.file-upload-btn input {
    display: none;
}

.profile-image-upload-row.form-row {
    margin-bottom: 45px;
}

.file-upload-btn:hover .file-upload-btn-hover  {
    display: block;
}

.file-upload-btn.uploaded:hover .file-upload-btn-hover,
.file-upload-btn.uploaded .file-upload-btn-change {
    display: none !important;
}

.file-upload-btn.uploaded .file-upload-btn-change,
.file-upload-btn.uploaded:hover .file-upload-btn-change {
    display: block !important;
}

.file-upload-btn.uploaded .file-upload-btn-static {
    display: none !important;
}

.file-upload-btn.uploaded {
    min-width: 0;
}

.file-upload-btn:hover .file-upload-btn-static,
.file-upload-btn .file-upload-btn-change,
.file-upload-btn.delete-bt {
    display: none;
}

.file-upload-btn .file-upload-btn-hover {
    display: none;
}

#user-registration-form .form-row {
    margin-bottom: 40px;
}

#user-registration-form {
    display: inline-block;
    width: 100%;
}

#user-registration-form .form-block {
    text-align: left;
}

#user-registration-form button[type="submit"] {
    width: auto;
    margin-top: 0;
}

#user-registration-form .action-btns {
    
}

#user-registration-form .action-btns .edit-btn,
#user-registration-form .action-btns .delete-btn {
    border: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 15px 17px;
    cursor: pointer;
}

#user-registration-form .action-btns .edit-btn {
    background: #252526;
}

#user-registration-form .action-btns .edit-btn:hover {
    background: rgba(37, 37, 38, 0.8);
}

#user-registration-form .action-btns .delete-btn {
    background: #E44941;
}

#user-registration-form .action-btns .delete-btn:hover {
    background: rgb(228, 73, 65, 0.8)
}

#user-registration-form .invalid-field {
    border-color: #dd3f3f !important;
}

#login-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 900000;
}

#login-content {
    position: relative;
    z-index: 1;
    height: 100%;
    margin: 0 auto;
}

#login-box #login-box-inner {
    position: relative;
    height: inherit;
    width: inherit;
}

#login-box #login-box-inner #login-backdrop {
    background: #0D0D0E;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#login-inner-content {
    background: #1D1D21;
    border-radius: 30px;
    width: 924px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    overflow: hidden;
    left: 50%;
    margin-left: -462px;
}

#login-inner-content #login-featured-image {
    -ms-flex: 1;
    flex: 1;
    min-width: 404px;
}

#login-inner-content #login-featured-image img {
    width: 350px;
    position: relative;
    top: 10px;
    left: 21px;
}

.profile-data-wrapper .profile-icon-inner img {
    position: relative;
    /* left: -5px;
    top: -5px; */
}

#login-inner-content #login-featured-image-inner {
    background: #1D1D21;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.custom-input,
.custom-input:focus {
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: #0d0d0e;
    color: #fff;
    padding: 0px 15px;
}

.custom-input:focus {
    outline: none;
    box-shadow: none;
}

.forgot-password-link {
    background: transparent;
    display: inline-block;
    color: #fff;
    border: 0;
    font-size: 16px;
}

.forgot-password-link:hover {
    text-decoration: underline;
}

#login-inner-content {
    top: 50%;
    margin-top: -300px;
    position: absolute;
}

#login-fields {
    width: 100%;
    padding: 20px 53px;
}

#login-fields button[type="submit"] {
    width: 100%;
    text-align: center;
    border-radius: 12px;
    text-transform: uppercase;
}

#login-fields .custom-input {
    background: #1d1d21;
}

#login-fields .close-login {
    background: url('../images/cross.svg') no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

#login-fields .close-login:hover {
    opacity: 0.9;
}

#login-fields label {
    color: #bbbbbc;
} 

#login-box {
    display: none;
}

.forgot-password-wrapper {
    text-align: right;
    display: block;
    width: 100%;
}

#login-form,
#forgot-password-form {
    margin-top: 60px;
}

#forgot-password-form {
    display: none;
}

#login-form h2{
    font-size: 36px;
    margin-bottom: 35px;
}

#forgot-password-form h2 {
    font-size: 36px;
    margin-bottom: 10px; 
}

#forgot-password-form .heading-row {
    margin-bottom: 20px;
}

#forgot-password-form .heading-row p {
    color: #8e8e90;
}

#forgot-password-form button[type="submit"] {
    margin: 40px 0 40px;
}

#login-form .form-row:not(.heading-row) {
    margin-bottom: 20px;
}

#forgot-password-return {
    background: transparent;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

#forgot-password-return:hover {
    text-decoration: underline;
}

.forgot-password-wrapper {
    margin-top: 10px;
    margin-bottom: 15px;
}

#forgot-password-form .text-center {
    width: 100%;
}

.forgot-password-popup .title {
    font-size: 30px;
    font-weight: normal;
    line-height: 140%;
    margin-top: 25px;
}

.forgot-password-popup .success-message-block {
    max-height: 509px;
}

.forgot-password-popup p {
    font-size: 15px;
    line-height: 25px;   
    color: #bbbbbc; 
}

.forgot-password-popup .btn-primary {
    background: rgba(51, 51, 55, 1);
}

.forgot-password-popup .btn-primary:hover {
    color: #fff;
    background: rgba(51, 51, 55, 0.8);
}

.user-profile-page .page-sidebars .sidebar {
    min-width: 400px;
}

.user-profile-page .page-sidebars .main-content {
    width: 100%;
}

.user-profile-page .left-sidebar {
    padding-right: 50px !important;
}

.profile-data-wrapper {
    background: #1D1D21;
    padding: 40px 30px;
    border-radius: 30px;
}

.profile-data-wrapper .discount {
    position: absolute;
    left: 0;
    top: 0;
}

.profile-data-wrapper .discount h4 {
    color: #FFC774;
    font-size: 28px;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.profile-data-wrapper .discount span {
    font-size: 12px;
    line-height: 17px;
    color: #fff;
}

.logout-circle {
    position: absolute;
    right: 0;
    top: 0;
}

.logout-circle .logout-circle-button {
    background: #E44941;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 1;
    display: block;
}

.logout-circle .logout-circle-button::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/exit.svg') no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

.logout-circle .logout-circle-button:hover {
    opacity: 0.8;
}

.profile-meta .profile-name {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 5px;
}

.profile-meta .profile-email,
.profile-meta .profile-address {
    color: #808080;
}

.profile-meta .profile-email {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
}

.profile-meta .profile-address {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 25px;
}

.profile-meta .promo-code {
    background: #FFF;
    text-align: center;
    border-radius: 40px; 
    padding: 10px;
    color: #808080;
    margin: 0 auto 15px;
}

.profile-points {
    font-size: 33px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.profile-points .r-point {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: linear-gradient(270deg, rgba(122,183,255,1) 0%, rgba(151,65,219,1) 50%, rgba(255,199,116,1) 100%); 
    border-radius: 50%;
    margin-right: 7px;
}

.profile-points .r-point::before {
    content: "";
    display: inline-block;
    background: url(../images/r-point-icon.png) no-repeat;
    width: 27px;
    height: 26px;
    margin-right: 15px;
    position: absolute;
    left: -4px;
    top: -1px;
}

.profile-points span {
    font-size: 16px;
}

.profile-meta .promo-code span {
    color: #1a1a1a;
}

.profile-data {
    position: relative;
    margin-bottom: 10px;
}

.profile-meta {
    text-align: center;
}

.profile-data .profile-image {
    text-align: center;
}

.profile-data .profile-image .profile-icon {
    display: inline-block;
}

.profile-bonus-list,
.profile-bonus-list li {
    list-style: none;
}

.profile-menu {
    list-style: none;
    padding-left: 0;
}

.profile-menu a {
    color: #808080;
}

.profile-menu a:hover,
.profile-menu li.active a {
    color: #e8e8e9;
    text-decoration: none;
}

.profile-bonus-list ul {
    padding-left: 0;
    font-size: 16px;
    line-height: 19px;
    color: #e8e8e9;
}

.profile-bonus-list ul li {
    margin-bottom: 18px;
}

.profile-bonus-title h5 {
    font-size: 12px;
    line-height: 14px;
}

.profile-bonus {
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid #333337;
    margin-top: 80px;
}

.profile-bonus .profile-bonus-arrow {
    background: url(../images/white-arrow-right.svg) no-repeat;
    float: right;
    width: 16px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}

.profile-bonus-title {
    background: #333337;
    padding: 20px 20px 15px;
    position: relative;
}

.profile-bonus-list {
    padding: 20px;
}

.profile-bonus-list ul li .r-point {
    position: relative;
    width: 13px;
    height: 13px;
    display: inline-block;
    background: linear-gradient(270deg, rgba(122,183,255,1) 0%, rgba(151,65,219,1) 50%, rgba(255,199,116,1) 100%);
    border-radius: 50%;
    margin-right: 7px;
    top: 2px;
}

.profile-bonus-list ul li .r-point::before {
    content: "";
    display: inline-block;
    background: url(../images/r-point-icon.png) no-repeat;
    width: 13px;
    height: 13px;
    margin-right: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: 13px;
}

.profile-data .profile-icon {
    padding: 8px;
    width: 136px;
    height: 136px;
    position: relative;
    z-index: 2;
}

.profile-data .profile-icon-outside-border {
    width: 138px;
    height: 138px;
    left: -1px;
    top: -1px;
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
}

.profile-data .profile-icon-holder {
    display: inline-block;
    position: relative;
}

.profile-data .profile-icon .profile-icon-inner {
    border-radius: 50%;
    overflow: hidden;
}


.profile-data .profile-icon-holder.gold .profile-icon-inner,
.profile-data .profile-icon-holder.silver .profile-icon-inner,
.profile-data .profile-icon-holder.bronze .profile-icon-inner,
.profile-data .profile-icon-holder.platinum .profile-icon-inner  {
    background: linear-gradient(135deg, #0F1115 13.31%, #1C2228 22.71%, #232A32 30.66%, #1C2228 37.52%, #0F1115 46.19%, #1C2228 54.51%, #232A32 62.82%, #1C2228 69.68%, #0F1115 80.52%);
    padding: 5px;
}

.profile-data .profile-icon-holder.gold .profile-icon {
    background: linear-gradient(134.97deg, #B07515 13.29%, #E1BA60 19.63%, #F5D77F 22.69%, #FFFFD7 30.64%, #F5D77F 37.49%, #B07515 46.16%, #E1BA60 51.77%, #F5D77F 54.47%, #FFFFD7 62.78%, #F5D77F 69.64%, #B07515 80.48%);
}

.profile-data .profile-icon-holder.gold .profile-icon-outside-border {
    background: linear-gradient(90deg, #B07515 3.02%, #E1BA60 12.43%, #F5D77F 16.96%, #FFFFD7 28.77%, #F5D77F 38.95%, #B07515 51.82%, #E1BA60 60.15%, #F5D77F 64.16%, #FFFFD7 76.5%, #F5D77F 86.68%, #B07515 102.77%);
}

.profile-data .profile-icon-holder.silver .profile-icon {
    background: linear-gradient(90deg, #B3B3B3 3.02%, #E1E1E1 12.43%, #F4F4F4 16.96%, #FFF 28.77%, #EAEAEA 38.95%, #B3B3B3 51.82%, #D9D9D9 60.15%, #F0F0F0 64.16%, #FFF 76.5%, #EAEAEA 86.68%, #AEAEAE 102.77%);
}

.profile-data .profile-icon-holder.silver .profile-icon-outside-border {
    background: linear-gradient(90deg, #B3B3B3 3.02%, #E1E1E1 12.43%, #F4F4F4 16.96%, #FFF 28.77%, #EAEAEA 38.95%, #B3B3B3 51.82%, #D9D9D9 60.15%, #F0F0F0 64.16%, #FFF 76.5%, #EAEAEA 86.68%, #AEAEAE 102.77%);
}

.profile-data .profile-icon-holder.bronze .profile-icon {
    background: linear-gradient(134.97deg, #B05615 13.29%, #E19C60 19.63%, #F5B17F 22.69%, #FFF3D7 30.64%, #F5B17F 37.49%, #B06515 46.16%, #E18460 51.77%, #F5A67F 54.47%, #FFEAD7 62.78%, #F5B67F 69.64%, #B04F15 80.48%);
}

.profile-data .profile-icon-holder.bronze .profile-icon-outside-border {
    background: linear-gradient(134.97deg, #B05615 13.29%, #E19C60 19.63%, #F5B17F 22.69%, #FFF3D7 30.64%, #F5B17F 37.49%, #B06515 46.16%, #E18460 51.77%, #F5A67F 54.47%, #FFEAD7 62.78%, #F5B67F 69.64%, #B04F15 80.48%);
}

.profile-data .profile-icon-holder.platinum .profile-icon {
    background: linear-gradient(134.97deg, #15A9B0 13.29%, #60E1E1 19.63%, #7FEFF5 22.69%, #D7FBFF 30.64%, #7FF5F5 37.49%, #1AB9CA 46.16%, #60DBE1 51.77%, #7FEFF5 54.47%, #D7FDFF 62.78%, #7FE4F5 69.64%, #1AAAC1 80.48%);
}

.profile-data .profile-icon-holder.platinum .profile-icon-outside-border {
    background: linear-gradient(134.97deg, #15A9B0 13.29%, #60E1E1 19.63%, #7FEFF5 22.69%, #D7FBFF 30.64%, #7FF5F5 37.49%, #1AB9CA 46.16%, #60DBE1 51.77%, #7FEFF5 54.47%, #D7FDFF 62.78%, #7FE4F5 69.64%, #1AAAC1 80.48%);
}

.profile-data .profile-icon-holder.gold img,
.profile-data .profile-icon-holder.silver img,
.profile-data .profile-icon-holder.bronze img,
.profile-data .profile-icon-holder.platinum img {
    left: -5px;
    top: -5px;
}

.profile-data-wrapper .profile-menu li {
    margin-bottom: 12px;
}

.profile-data-wrapper .profile-menu {
    margin-bottom: 30px;
}

.order-history-list .order-history-item {
    background: #1D1D21;
    width: 100%;
    height: 104px;
    border: 1px solid #3A3A44;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px 30px 20px 30px;
    position: relative;
    margin-bottom: 25px;
}

.order-history-list .order-history-item::after {
    content: "";
    position: absolute;
    background: url(../images/logo-bg.png) no-repeat;
    width: 640px;
    height: 102px;
    right: 0;
    top: 0px;
}

.order-history-list .order-history-item > table {
    width: 100%;
    padding: 20px;
}

.order-history-list .order-history-item > table > tbody > td,
.order-history-list .order-history-item > table > tbody > th {
    padding: 10px;
}

.order-history-list .order-history-item > table > thead > tr th {
    color: #a5a5a6;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    width: 24%;
    padding: 9px 0 6px;
}

.order-history-list .order-history-item > table > tbody > tr > th:last-child {
    width: 8%;
}

.order-history-list .order-history-item > table > tbody > td {
    font-size: 18px;
    line-height: 21px;  
    color: #fff;
    font-weight: 500;
    padding-top: 0;
}

.order-history-list .order-history-item > table th {
    width: 20%
}

.order-history-list .order-history-item > table th:last-child {
    width: 46px;
}

.order-history-item .r-point,
.reward-points .r-points-icon {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    background: linear-gradient(265.66deg, #7AB7FF -8.82%, #9741DB 51.88%, #FFC774 115.9%), #C4C4C4;
    border-radius: 50%;
    margin-right: 10px;
    top: 2px;
}

.reward-points .r-points-icon {
    top: 0;
}

.order-history-item .r-point::before,
.reward-points .r-points-icon::before {
    content: "";
    display: inline-block;
    background: url(../images/r-point-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: absolute;
    left: -1px;
    top: 1px;
    background-size: 20px;
}

.reward-points {
    font-size: 14px;
}

.order-history-item .view-item-cell {
    position: relative;
    width: 8%;
}

.order-history-item .view-order-history-item {
    background: url(../images/eye-icon.png) no-repeat;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    top: -21px;
    right: 0;
    z-index: 2;
}

.order-history-item .view-order-history-item:hover {
    opacity: 0.8;
}

.order-history-item .old-price {
    font-size: 14px;
    line-height: 17px;
    color: #a9a9aa;
    text-decoration-line: line-through;
    margin-left: 5px;
}

.order-history-modal {
    position: fixed;
    left: 200px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 900000;
}

@media (max-width: 991px) {
    .order-history-modal {
        left: 0;
    }
}

.order-history-modal-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.order-history-modal .order-history-modal-content {
    position: relative;
    z-index: 1;
    height: 100%;
    margin: 0 auto;
    background: #FFF;
    color: #000;
    width: 500px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 58px 33px 37px;
    height: auto;
    font-weight: normal;
}

.order-history-modal .order-history-modal-content .order-history-modal-data td {
    color: #000;
    font-weight: normal;
}

.order-history-modal .order-history-modal-content .order-history-modal-data .total-row td {
    padding-top: 21px;
}

.order-history-modal .order-history-modal-content tbody td {
    padding-bottom: 15px;
    padding-top: 15px;
}

.order-history-modal .order-history-modal-content tfoot td {
    padding-top: 7px;
    padding-bottom: 0;
    font-size: 14px;
}

.order-history-modal .order-history-modal-content tfoot tr:first-child td {
    padding-top: 13px;
}

.order-history-modal .order-history-modal-content .order-bonuses {
    padding-top: 7px;
    font-size: 16px;
}

.order-history-modal .order-history-modal-content .order-bonuses span {
    display: inline-block;
    vertical-align: middle;
}

.close-order-history-modal {
    display: block;
    width: 15px;
    height: 14px;
    cursor: pointer;
    background: url(../images/cross-dark.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 22px;
    background-size: 15px 14px;
}

.close-order-history-modal:hover {
    opacity: 0.8;
}

.order-history-modal-backdrop {
    background: #0D0D0E;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.order-history-modal-top-titles {
    margin-bottom: 7px;
}

.order-history-modal-top-titles-left,
.order-history-modal-top-titles-right {
    color: #666666;
    font-size: 12px;
    line-height: 14px;
}

.order-history-modal-top-titles-left {
    float: left;
}

.order-history-modal-top-titles-right {
    float: right;
    text-align: right;
}

.order-history-modal-bottom-titles-left,
.order-history-modal-bottom-titles-right {
    color: rgb(36, 14, 14);
    font-size: 18px;
    line-height: 21px;
}

.order-history-modal-bottom-titles-left {
    float: left;
}

.order-history-modal-bottom-titles-right {
    float: right;
    text-align: right;
}

.order-history-modal {
    display: none;
}

.order-history-modal-data .order-history-modal-data-name {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}

.order-history-modal-data .order-history-modal-data-sub-name {
    font-size: 14px;
    color: #939FAA;
}

.order-history-modal-data table {
    width: 100%;
    margin-top: 15px;
}

.order-history-modal-data table td {
    padding-bottom: 15px;
    padding-top: 15px;
}

.order-history-modal-data table td:not(:first-child) {
    padding-left: 10px;
    padding-right: 10px;
}

.order-history-modal-data table td:last-child {
    padding-right: 0;
}

.order-history-modal-data table tfoot td:last-child {
    text-align: right;
}

.order-history-modal-data table tfoot td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.order-history-modal-data table tfoot td:last-child {
    font-size: 21px;
}

.order-history-modal-data .total-row td {
    padding-top: 25px;
}

.order-history-modal-data .order-history-total-price {
    font-size: 30px !important;
}

.order-history-modal-data .r-point {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: linear-gradient(270deg, rgba(122,183,255,1) 0%, rgba(151,65,219,1) 50%, rgba(255,199,116,1) 100%);
    border-radius: 50%;
    margin-right: 7px;
    vertical-align: middle;
    top: -1px;
}

.order-history-modal-data .r-point::before {
    content: "";
    display: inline-block;
    background: url(../images/r-point-icon.png) no-repeat;
      background-size: auto;
    width: 27px;
    height: 26px;
    margin-right: 15px;
    position: absolute;
    left: -2px;
    top: 1px;
    background-size: 26px;
}

.order-history-price-cell {
    font-size: 18px;
    text-align: right;
}

.profile-service-text h4,
.profile-service-text h6 {
    margin-bottom: 20px;
}

.profile-service-text p {
    margin-bottom: 40px;
}

.profile-service-text li {
    margin-bottom: 15px;
}

.profile-service-text ol {
    margin-bottom: 20px;
}

.styled-table-wrapper {
    border: 1px solid #3d3d3e;
    margin: 40px 0;
    border-radius: 10px;
    padding: 0 20px;
}

table.styled {
    width: 100%;
}

table.styled tr td:last-child {
    text-align: right;
}

table.styled td {
    color: #e7e7e7;
    padding: 20px 0;
    font-size: 14px;
    line-height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#profile-edit-image .profile-icon-inner {
    position: relative;
    cursor: pointer;
}

#profile-edit-image .profile-icon img {
    max-width: 110px;
}

.profile-data .profile-icon-inner img {
    max-width: 120px;
}

#profile-edit-image .profile-icon-inner::before {
    display: none;
    background: url(../images/photo-icon.png) no-repeat;
    width: 27px;
    height: 22px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -11px;
    z-index: 2;
}

.profile-image .profile-icon-inner .no-image {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    background: #252526;
    border-radius: 50%;
}

.profile-icon-inner {
    width: 100%;
    height: 100%;
    display: block;
}

.profile-image .profile-icon-inner .no-image::after {
    background: url(../images/user-icon-white.svg) no-repeat;
    content: "";
    display: block;
    width: 26px;
    height: 33px;
    background-size: 26px 33px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -18px;
}

#profile-edit-image .profile-icon-inner::after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
}

#profile-edit-image .profile-icon-inner:hover::before,
#profile-edit-image .profile-icon-inner:hover::after {
    display: block;
}

#profile-edit-fields input {
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 15px;
}

#profile-edit-fields input:hover {
    color: #9e9e9f;
}

.profile-edit-data button[type="button"],
.profile-edit-data button[type="button"].active {
    background: transparent;
    color: #fff;
    border: 0;
}

.profile-edit-data .grey-sep {
    color: #3d3d3e;
}

.profile-edit-data button[type="button"] {
    color: #3d3d3e;
}

.profile-edit-data button[type="button"]:hover {
    color: #9e9e9f;
}

.profile-edit-data button[type="button"].active:hover {
    color: #fff;
}

#profile-edit-main .profile-edit-name {
    font-size: 26px;
    line-height: 31px;
}

#profile-edit-fields input:focus {
    outline: none;
}

#profile-edit-fields label:not(.edit-file-upload-btn) {
    color: #9e9e9f;
    display: inline-block;
    font-size: 14px;
    width: 200px;
}

.edit-file-upload-btn [name="profile_icon"] {
    display: none;
}

#add-address-template {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#add-address-template::after {
    background: #0D0D0E;
    opacity: 0.7;
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#add-address-template .add-address-innner {
    position: absolute;
    left: 50%;
    margin-left: -465px;
    margin-top: 41px; 
    width: 930px;
    padding: 36px 50px 50px;
    background: #1D1D21;
    border-radius: 30px;
    z-index: 3;
}

#add-address-template .close-address-window {    
    background: url(../images/cross.svg) no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 30px;
    top: 30px;
    border: 0 !important;
}

#add-address-template .close-address-window:hover {
    opacity: 0.5;
}

#add-address-template input[type="text"].form-control,
#add-address-template input[type="number"].form-control,
#add-address-template input[type="text"].form-control:focus,
#add-address-template input[type="number"].form-control:focus {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    outline: none;
    border-radius: 10px;
    padding: 13px 15px;
    height: auto;
    background: transparent;
    box-shadow: 0 0 0 0;
}

#add-address-template h4 {
    font-weight: 400;
    font-size: 22px !important;
    margin-bottom: 16px;
    width: 100%;
}

#add-address-template h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 52px;
}

#add-address-template .form-row {
    margin-bottom: 40px;
}

#add-address-template .form-row > .col {
    padding-left: 15px;
    padding-right: 15px;
}

#add-address-template .form-row > .col:first-of-type {
    padding-left: 0;
}

#add-address-template .form-row > .col:last-of-type {
    padding-right: 0;
}

#add-address-template .save-address-btn,
#add-address-template .set-primary-address-btn,
#add-address-template .delete-address-btn {
    display: inline-block;
    border: 0 !important;
    min-width: 160px;
    border-radius: 15px;
    padding: 18px 20px;
}

#add-address-template .save-address-btn {
    background: #FFFFFF;
}

#add-address-template .set-primary-address-btn {
    background: #0D0D0E;
    color: #fff;
}

#add-address-template .delete-address-btn {
    background: #E44941;
    color: #fff;
}

#add-address-template .add-address-actions-left {
    float: left;
}

#add-address-template .add-address-actions-right {
    float: right;
}

#add-address-template .action-row {
    margin: 0 -5px;
}

#add-address-template .add-address-actions-left button:first-child {
    margin-right: 18px;
}

.set-primary-address-btn.selected {
    background: linear-gradient(265.66deg, #7AB7FF -8.82%, #9741DB 51.88%, #FFC774 115.9%) !important;
}

.add-address-actions input {
    display: none;
}



/* #add-address-template
font-weight: 400;
font-size: 22px;
line-height: 26px; */

.profile-edit-meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.profile-edit-meta .profile-edit-image {
    width: 110px;
}

#profile-edit-main {
    padding-left: 20px;
    width: 100%;
}

.content-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 8px;
}

.profile-edit-action .btn {
    background: #23D394;
    color: #0D0D0E;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    min-width: 194px;
    height: auto;
}

.profile-edit-action .btn:hover:not(:disabled),
.profile-edit-action .btn:disabled.loading {
    background: #23D394;
    color: #0D0D0E;
    opacity: 0.8;
}

.profile-edit-action .btn-loader-inner {
    margin-top: -4px;
}

.profile-edit-action .btn-loader-inner {
    border-top: 3px solid #0D0D0E;
}

.profile-edit-action .btn:disabled:not(.loading) {
    background: #1d1d21;
    color: #616164;
}

.profile-edit-name {
    float: left;
}

.profile-edit-action {
    float: right;
}

.profile-edit-top {
    margin-top: 40px;
}

.profile-edit-data section {
    border-bottom: 1px solid #3d3d3e;
    padding: 15px 0;
    margin: 15px 0;
}

.profile-edit-data section:last-child {
    border-bottom: 0;
}

.profile-edit-address {
    width: 70%;
}

.profile-edit-address-top h4 {
    font-size: 26px;
    line-height: 31px;
    font-weight: normal;
    float: left;
}

.profile-edit-address-top button {
    background: #1D1D21;
    border-radius: 10px;
    padding: 14px 20px;
    width: 194px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    float: right;
    position: relative;
    top: -10px;
}

.profile-address-inner {
    padding-left: 40px;
}

.profile-edit-address-list {
    padding-left: 0;
}

.profile-edit-address-list li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #3d3d3e;
    margin: 20px 0 30px;
    padding-bottom: 30px;
}

.profile-edit-address-list li::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url(../images/house-icon.svg) no-repeat;
}

.profile-edit-address-list li:last-child {
    border-bottom: 0;
}

.profile-edit-address-top button:hover {
    opacity: 0.8;
}

.profile-edit-address-1,
.profile-edit-address-2 {
    padding-bottom: 10px;
}

.profile-edit-address-1 {
    color: #868686;
}

.profile-edit-address-2 {
    color: #fff;
}

.profile-edit-address-edit button {
    background: transparent;
    border: 0;
    color: #8CFFFF;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
}

.profile-edit-address-edit button:hover {
    opacity: 0.8;
}

.profile-address-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.profile-address-inner .address-inner-left,
.profile-address-inner .address-inner-right {
    -ms-flex: 1;
    flex: 1;
}

.profile-address-inner .address-inner-right {
    width: 200px;
    text-align: right;
}

.list-table {
    width: 100%;
}

.list-table a {
    color: #fff;
    text-decoration: underline;
}

.list-table a:hover {
    text-decoration: none;
}

.list-table th {
    padding: 20px 0;
    font-weight: normal;
    color: #9e9e9f;
    border-bottom: 1px solid #FFF;
}

.list-table tbody tr:first-child td {
    padding-top: 30px;
}

.list-table td {
    padding: 15px 0;
    color: #fff;
}

.list-table th:last-child,
.list-table td:last-child {
    text-align: right;
}

.profile-points-heading {
    font-size: 44px;
    line-height: 52px;  
}

.profile-points-heading .small {
    font-size: 16px;
    line-height: 19px;
}

.profile-points-heading .r-point {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: linear-gradient(270deg, rgba(122,183,255,1) 0%, rgba(151,65,219,1) 50%, rgba(255,199,116,1) 100%); 
    border-radius: 50%;
    margin-right: 7px;
}

.profile-points-heading .r-point::before {
    content: "";
    display: inline-block;
    background: url(../images/r-point-icon.png) no-repeat;
      background-size: auto;
    width: 27px;
    height: 26px;
    margin-right: 15px;
    position: absolute;
    left: -2px;
    top: 1px;
    background-size: 26px;
}

.login-error-message,
.login-success,
.register-message,
.forgot-error-message,
.forgot-success-password-message,
.address-success,
.address-message {
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 13px;
    display: none;
}

.login-error-message,
.register-message,
.forgot-error-message,
.address-error,
.address-update-error,
.address-delete-error {
    background: #dd3f3f;
}

.login-success,
.forgot-success-password-message,
.address-success,
.address-update-success,
.address-delete-success {
    background: #099b80;
}

.address-success,
.address-message,
.address-update-message,
.address-delete-message {
    margin: -15px -5px 25px;
}

.btn-loader-inner {
    border: 3px solid #f3f3f3;
    border-top-color: rgb(243, 243, 243);
    border-top-style: solid;
    border-top-width: 3px;
    border-radius: 50%;
    border-top: 3px solid #099b80;
    width: 16px;
    height: 16px;
    -webkit-animation: spin 400ms linear infinite;
    animation: spin 400ms linear infinite;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.registration-success-holder .success-message-block {
    height: auto;
}

.registration-success-holder .button-list {
    display: block !important;
    text-align: center;
}

.registration-success-holder .button-list .button-item {
    display: inline-block !important;
    width: auto !important;
}

.forgot-error-message,
.forgot-success-password-message {
    margin: 20px -5px 0;
}

#add-address-template {
    display: none;
}

.profile-edit-address-list li {
    cursor: pointer;
}

.profile-edit-address-list li:hover {
    opacity: 0.6;
}

.bonus-points {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0D0D0E;
    margin-top: 0;
    margin-bottom: -10px;
    padding-left: 13px;
}

.r-points-icon {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
    background: linear-gradient(270deg, rgba(122,183,255,1) 0%, rgba(151,65,219,1) 50%, rgba(255,199,116,1) 100%); 
    border-radius: 50%;
    margin-right: 7px;
    vertical-align: middle;
    margin-left: 2px;
}

.order-history-id {
    text-decoration: underline;
}

.r-points-icon::before {
    content: "";
    display: inline-block;
    background: url(../images/r-point-icon.png) no-repeat;
      background-size: auto;
    width: 26px;
    height: 26px;
    margin-right: 15px;
    position: absolute;
    left: -4px;
    top: 0px;
    background-size: 27px;
}

.profile-points .r-point {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: linear-gradient(270deg, rgba(122,183,255,1) 0%, rgba(151,65,219,1) 50%, rgba(255,199,116,1) 100%); 
    border-radius: 50%;
    margin-right: 7px;
}

.profile-points .r-point::before {
    content: "";
    display: inline-block;
    background: url(../images/r-point-icon.png) no-repeat;
    width: 27px;
    height: 26px;
    margin-right: 15px;
    position: absolute;
    left: -2px;
    top: 1px;
    background-size: 26px;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.order-history-modal-data td img {
    max-width: 50px;
}

.product-sale {
    margin: 40px 0px 50px;
    padding: 0;
    background: transparent;
    border-radius: 0 !important;
}

.product-sale .product-item {
    border-radius: 5px !important;
    padding: 20px 30px 0px 20px;
}

.product-sale .product-sale-slider .owl-item {
    margin-right: 5px !important;
    min-width: 436px !important;
}

.product-sale .owl-nav .owl-prev {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.product-sale .owl-nav .owl-next {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-sale .owl-nav button span {
    background-size: 23px;
    width: 23px;
    background-position: center;
}

.product-sale .owl-nav {
    right: 0;
}

.product-item .add-to-cart-box.sale-product .prices {
    color: #0D0D0E;
}

.product-item .stock-info-available {
    color: #939FAA;
}

.product-item .add-to-cart-box .btn-primary {
    font-size: 12px !important;
}

.add-to-cart-box .prices .variant-element {
    font-size: 22px !important;
}

.product-item .add-to-cart-box .price-label {
    padding-bottom: 5px !important;
}

.product-item .add-to-cart-box {
    border: 0 !important;
}

.product-item .add-to-cart-box .prices {
    padding-top: 0 !important;
}

footer .footer-menu ul .submenu a {
    position: relative;
}

.profile-icon.loading {
    position: relative;
}
  
.profile-icon.loading::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-left-color: transparent;
    background: transparent;
    -webkit-animation: a 0.7s infinite linear;
    animation: a 0.7s infinite linear;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    z-index: 99;
}

.profile-icon.loading .profile-icon-inner .no-image,
.profile-icon.loading .image-placeholder {
    display: none;
}

#registration-step-2 .profile-image-upload-row .profile-icon img {
    max-width: 110px;
}

.not-enough-points-window-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.not-enough-points-window-inner-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.not-enough-points-window-inner-wrapper::before {
    background:rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.not-enough-points-window {
    z-index: 999;
    background: #1D1D21;
    border-radius: 10px;
    width: 550px;
    max-width: 100%;
    margin: 0px auto 0px;
    padding: 30px 20px;
    text-align: center;
    border: none;
    position: relative;
    z-index: 9;
    font-size: 18px;
}

.not-enough-points-window .r-points-icon {
    margin: 0 3px 0 5px;
}

.not-enough-points-window #not-enough-points-close {
    margin-top: 10px;
}

.shopping-cart .price {
    white-space: nowrap;
}

/* .order-input[readonly] {
    color: #3e3d3d;
}  */

.no-orders-text {
    padding-top: 20px;
}

.logout-item {
    padding: 18px 20px;
}

.logout-item,
.logout-item:hover {
    color: #FF6760 !important;
}
/* 
.logout-item:hover {
    text-decoration: none !important;
} */

.order-bonuses {
    white-space: nowrap;
}

.order-history-item > table > tbody > tr > td {
    font-weight: 500;
}

.order-history-modal-data-inner {
    max-height: 250px;
    overflow: auto;
}

.points-index-table th:last-child, 
.points-index-table td:last-child {
    text-align: left;
    width: 1%;
}

.shopping-cart .about-item {
    padding-right: 15px;
}

.order-history-totals td {
    padding-top: 7px !important; 
}

.order-history-totals .total-row td {
    padding-top: 27px !important;
}

#login-page header.container {
    padding-bottom: 200px;
}

#login-page .close-login  {
    display: none;
}

.bonuses-info-left {
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
}

.bonuses-info-left img {
    max-width: 710px;
    width: 100%;
}

.bonuses-info-wrap::after {
    content: "";
    display: block;
    clear: both;
}

.navigation .logo.mobile-logo {
    display: none;
    text-align: center;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid #474748;
}

.shopping-cart .cart-footer .total {
    padding-bottom: 10px;
}

.mini-cart-opened .mini-cart .empty-cart {
    padding-bottom: 50px;
}

#user-update-form select {
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: #0d0d0e;
    color: #fff;
    padding: 0px 15px;
  }

#user-update-form select:focus {
    outline: none;
    box-shadow: none;
}

.product-image .product-colors-list {
    padding-left: 5px;
    padding-right: 5px;
}

ul.product-colors-list:nth-of-type(1) {
    left: -10px;
}

ul.product-colors-list:nth-of-type(2) {
    left: 13px;
}

ul.product-colors-list:nth-of-type(3) {
    left: 36px;
}

ul.product-colors-list:nth-of-type(4) {
    left: 59px;
}

ul.product-colors-list:nth-of-type(5) {
    left: 82px;
}

ul.product-colors-list:nth-of-type(6) {
    left: 105px;
}

ul.product-colors-list:nth-of-type(7) {
    left: 128px;
}

ul.product-colors-list:nth-of-type(1),
ul.product-colors-list:nth-of-type(2),
ul.product-colors-list:nth-of-type(3) {
    display: block;
}

ul.product-colors-list {
    display: none;
    background: #fff;
}

.color-dots {
    color: #000;
    margin-top: 21px !important;
    font-size: 16px;
    margin-left: -3px;
}

.color-dots:hover {
    color: #403CE2;
}

.color-dots span {
    display: block;
    cursor: pointer;
}

.product-image.open .product-colors-list {
    display: block !important;
    padding-bottom: 12px;
    height: 100%;
}

.b2b-page .payment-options {
    font-size: 21px;
    color: #000;
    margin: 10px 0 40px;
}

.b2b-page .payment-options .custom-control-label.payment-option-label {
    font-size: 14px;
    padding-top: 2px;
    cursor: pointer;
}

.b2b-page .payment-options .custom-control-label.payment-option-label,
.b2b-page .payment-options input {
    display: inline-block;
}

.b2b-page .payment-options input {
    vertical-align: middle;
    display: inline-block;
    position: static;
    height: auto;
    width: auto;
}

.b2b-page .payment-options .ordering__item.custom-control {
    padding-left: 60px;
    font-size: 14px !important;
    cursor: pointer;
}

.b2b-page .payment-options .ordering__item.custom-control:first-child {
    padding-left: 10px !important;
}

.b2b-page .payment-options .custom-radio-button-block.inline-fields.d-flex {
    margin-top: 20px;
    margin-bottom: 30px;
}

.b2b-page .payment-options .payment-option-label {
    display: inline-block;
    font-size: 14px !important;
    padding-left: 3px;
    vertical-align: middle;
}

.b2b-delivery-address .field-title {
    color: #000;
    font-size: 21px;
    padding-bottom: 20px;
}

.b2b-delivery-address .country-select-wrapper {
    display: block !important;
    margin-bottom: 2rem;
}

.b2b-delivery-address .styled-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 1.2;
}

.b2b-delivery-address .form-control {
    padding: 8px .75rem;
    height: auto !important;
}

.b2b-delivery-address .styled-select .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    color: #000;
    padding: 10px;
    height: auto;
    border-radius: 14px;
    border-radius: .25rem;
}

.b2b-page .select2-results__options {
    background-color: #fff;
}

.b2b-page .select2-search__field {
    background: #fff !important;
    border-color: #fff !important;
    color: #000;
    padding: 6px 7px !important;
}

.b2b-page .select2-container--default .select2-results__option--selected {
    background: #fff;
    color: #8c8c8c !important;
}

.b2b-page .select2-results__option--selectable {
    color: #000;
}

.b2b-page .select2-search--dropdown {
    padding: 0 !important;
}

.b2b-page .select2-search--dropdown {
    display: none !important;
}

.b2b-page .select2-container--open .select2-dropdown--below {
    border-color: #ced4da !important;
}

.b2b-page .select2-results__option--selectable {
    color: #000 !important;
}

.b2b-page .form-control:focus {
    outline: none !important;
    box-shadow: none;
    border-color: #ced4da;    
}

.b2b-checkout-wrapper .cart-footer .form-title.error-label {
    color: #ff5f5f !important;
}

@media (max-width: 550px) { 
    .navigation .logo.mobile-logo {
        display: block;       
    }

    .desktop-logo {
        display: none;       
    }

    .mini-cart-opened .mini-cart .shopping-cart {
        max-width: 100%;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        border-radius: 0;
        height: 100%;
    }

    .shopping-cart .cart-footer .total {
        padding-bottom: 15px;
        padding-top: 5px;
    }

    .shopping-cart .header .close-cart,
    .mini-cart .shopping-cart .remove {
        color: #f00;
    }
}

.b2b-list-wrapper {
  background: #fff;
}

.b2b-list-wrapper.products .item {
    width: 16.6%;
    padding-left: 0;
    padding-right: 0;
}

.b2b-list-wrapper .product-item .add-to-cart-box {
    display: block;
    padding-left: 0;
    height: auto;
}

.b2b-list-wrapper .shopping-cart .quantity {
    margin-top: 0;
    text-align: center;
}

.b2b-list-wrapper .shopping-cart .about-item {
    padding-left: 15px;
}

.product-quanity-box {
    display: none;
}

.b2b-list-wrapper .product-quanity-box,
.product-information .product-quanity-box {
    display: block;
    background: transparent;
}

.product-information .product-quanity-box {
    margin-left: 0;
    padding: 0;
    margin-bottom: 40px;
}

.product-information .shopping-cart .about-item .quantity input {
    background: #19191a;
    color: #fff;
    padding: 25px 0;
    width: 70px;
    text-align: center;
}

.product-information .shopping-cart .about-item .quantity button {
    display: none;
}

.b2b-list-wrapper form .product-catalog-brand {
    display: none;
}

.b2b-list-wrapper form .prices {
    text-align: right;
}

.b2b-list-wrapper .sale-label {
    display: none !important;
}

.b2b-list-wrapper .product-quanity-box {
    padding-top: 6px;
    padding-bottom: 6px;
    background: #eaeaea;
    border-radius: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 15px;
    margin-top: 10px;
}

.b2b-list-wrapper .product-item .product-colors-list {
    left: 0;
    top: 0;
}

.b2b-list-wrapper .add-to-cart-box .btn-primary {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
}

.b2b-list-wrapper .quantity input {
    background: #eaeaea;
}

.b2b-list-wrapper .quantity input:focus {
    outline: none;
}

.b2b-list-wrapper .add-to-cart-box .prices .variant-element span {
    font-size: 13px !important;
    color: #939FAA;
}

.b2b-list-wrapper .add-to-cart-box .prices .b2b-customer-price {
    font-size: 16px;
}

.b2b-list-wrapper .add-to-cart-box .prices .b2b-customer-price small {
    font-size: 12px;
    display: block;
}

.b2b-list-wrapper .product-item .product-image {
    padding: 0px 30px;
}

.b2b-list-wrapper .product-item {
    padding: 30px 20px 30px 20px;
}

.b2b-list-wrapper .product-item .content {
    padding-top: 0;
    padding-bottom: 0;
}

.b2b-list-wrapper .product-item .title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    display: inline-block;
}

.b2b-list-wrapper .product-item .price-label {
    display: none;
}

.b2b-list-wrapper .product-item .prices {
    text-align: center;
}

.b2b-cart-wrapper.shopping-cart .about-item .title {
    font-size: 14px;
}

.b2b-cart-wrapper.shopping-cart .price {
    font-size: 14px;
}

.b2b-cart-wrapper.shopping-cart .about-item .color {
    font-size: 12px;
}

.b2b-cart-wrapper.shopping-cart .about-item .image {
    max-width: 50px;
    height: auto;
}

.b2b-customer-price small {
    display: block;
}

.mini-cart .b2b-cart-wrapper .shopping-cart {
    right: -700px;
    width: 700px;
}

.mini-cart-opened .b2b-cart-wrapper .shopping-cart {
    -ms-transform: translateX(-722px);
    -webkit-transform: translateX(-722px);
    transform: translateX(-722px);
}

.mini-cart .b2b-cart-wrapper .about-item {
    width: 100%;
}

.mini-cart .b2b-cart-wrapper .about-item .image,
.mini-cart .b2b-cart-wrapper .about-item .content,
.mini-cart .b2b-cart-wrapper .about-item .quantity,
.mini-cart .b2b-cart-wrapper .about-item .price-block,
.mini-cart .b2b-cart-wrapper .about-item .cart-color {
    flex: 1;
}

.mini-cart .b2b-cart-wrapper .about-item .content {
    flex: 2;
}

.mini-cart .b2b-cart-wrapper .about-item .quantity {
    min-width: 80px;
    font-size: 0;
    margin-left: 30px;
    max-width: 200px;
    margin-top: 0;
}

.mini-cart .b2b-cart-wrapper .about-item .image {
    max-width: 45px;
    height: auto;
}


.mini-cart .b2b-cart-wrapper .about-item .title {
    font-size: 12px;
    line-height: 20px;
}

.mini-cart .b2b-cart-wrapper .about-item .color {
    font-size: 11px;
}

.mini-cart .b2b-cart-wrapper .about-item .price {
    font-size: 14px;
    margin-left: auto;
}

.mini-cart .b2b-cart-wrapper .about-item .remove {
    margin-left: auto;
    color: #F63636;
}

.mini-cart .b2b-cart-wrapper .about-item .price-action-wrapper {
    display: flex;
    min-width: 180px;
}

.mini-cart .b2b-cart-wrapper .product-color-btn .color-card-block {
    display: inline-block;
    top: 0;
    height: 100%;
}

.mini-cart .b2b-cart-wrapper .product-color-btn {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 0;
    border: none;
    overflow: hidden;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}

.mini-cart .b2b-cart-wrapper .about-item .cart-color  {
    max-width: 40px;
    text-align: right;
}

.b2b-cart-wrapper.shopping-cart .quantity {
    min-width: 120px;
    font-size: 0;
    margin-left: 10px;
    max-width: 200px;
    margin-top: 0;
}

.b2b-checkout-wrapper .fields,
.b2b-checkout-wrapper #checkout-order-info {
    width: 100%;
}

.b2b-checkout-wrapper .about-item {
    width: 100%;
    align-items: center; 
}


.b2b-checkout-wrapper .about-item > .image,
.b2b-checkout-wrapper .about-item > .content,
.b2b-checkout-wrapper .about-item > .quantity,
.b2b-checkout-wrapper .about-item > .price-block,
.b2b-checkout-wrapper .about-item > .cart-color {
    flex: 1;
}

.b2b-checkout-wrapper .about-item > .cart-color {
    max-width: 100px;
}

.b2b-checkout-wrapper .about-item > .price-block {
    max-width: 150px;
    margin-top: 0 !important;
}

.b2b-checkout-wrapper .cart-footer .form-title {
    color: #0D0D0E;
}

.b2b-checkout-wrapper .price-action-wrapper {
    display: flex;
}

.b2b-checkout-wrapper .remove {
    margin-left: auto;
    color: #F63636;
}

.b2b-cart-wrapper.shopping-cart .footer-price {
    margin-bottom: 0;
}

.b2b-cart-wrapper.shopping-cart .total-price {
    padding-top: 10px;
}

.b2b-cart-wrapper.shopping-cart .custom-checkbox {
    padding: 25px 0 30px !important;
}

.b2b-cart-wrapper.shopping-cart .product-color-btn .color-card-block {
    display: inline-block;
    top: 0;
    height: 100%;
}

.b2b-cart-wrapper.shopping-cart .product-color-btn {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 0;
    border: none;
    overflow: hidden;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b2b-checkout-wrapper .header-links {
    padding-bottom: 0;
}

.b2b-page .price-option-element small {
    font-size: 16px;
}

.b2b-selling-price {
    font-size: 16px;
    color: #a4a4a4;
    display: block;
    padding: 20px 0 5px;
}

.ordering__form .form-group {
    margin-bottom: 1rem !important;
}

.b2b-page .profile-image {
    display: none;
}

.b2b-page .logout-circle {
    position: static;
    margin-bottom: 20px;
    float: right;
}

.b2b-page .profile-meta {
    text-align: center;
    float: left;
    padding-top: 12px;
}

.b2b-page .profile-meta .profile-name { 
    margin-bottom: 40px;
}

.b2b-page .profile-desktop-menu {
    clear: both;
}

.b2b-page .profile-meta br {
    display: none;
}

.b2b-page .user-profile-page .page-sidebars .sidebar {
    min-width: 300px;
}

.b2b-page .order-history-item {
    white-space: nowrap;
}

.b2b-page .order-history-list .order-history-item > table > thead > tr th {
    width: 15%
}

.download-order-invoice-btn {
    position: relative;
    z-index: 9;
    font-size: 11px;
    padding: 12px 18px;
    height: auto;
    line-height: 14px;
    border-radius: 5px;
    background: #e44941;
    margin-top: 2px;
}

.download-order-invoice-btn:hover {
    background: #e44941;
    opacity: 0.8;
}

.shopping-cart-wrapper .total small {
    font-size: 50%;
    display: block;
    margin-bottom: 10px;
}