
.discount-percent {
    width: 90px;
    text-align: center;
    margin-right: 20px;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #9e855c;
    float: left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 86px;
    padding-top: 26px;
}

.discount-percent.percent-5 {
    background-image: url(../img/discout-5-bgr.png);
}

.discount-percent span {
    font-size: 15px;
    color: #5c4928;
    margin-top: 12px;
}

.discount-section {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}

.discount-section .discount-section-header {
    border-bottom: 2px solid #f2f2f2;
    padding: 26px 44px;
    font-size: 14px;
}

.discount-section .discount-section-header h2 {
    font-size: 23px;
    font-weight: bold;
}

.discount-section .discount-section-header .next-discount {
    font-size: 14px;
}

.discount-section .discount-section-header .next-discount span {
    font-weight: bold;
    color: #7e6438;
}

.discount-progress {
    padding: 90px 50px;
}

.discount-progress .progress-step {
    float: left;
    padding: 0 2px;
    position: relative;
}

.discount-progress .discount-label {
    position: absolute;
    right: 0;
    background-image: url(../img/percent-bgr.png);
    width: 38px;
    height: 34px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 18px;
    margin-top: -40px;
    margin-right: -16px;
}

.discount-progress .progress-step.active .discount-label {
    background-image: url(../img/percent-active-bgr.png);
    width: 49px;
    height: 45px;
    margin-top: -50px;
    margin-right: -30px;
    padding-top: 12px;
    padding-right: 7px;
}

.progress-step .progress-line {
    width: 100%;
    height: 10px;
    background-color: #f2f2f2;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.progress-step .progress-line .progress-fill {
    height: 100%;
    position: absolute;
    background-color: #e1c79b;
}

.discount-progress .step1 {
    width: 30%;
}

.discount-progress .step2 {
    width: 30%;
}

.discount-progress .step3 {
    width: 30%;
}

.discount-progress .step4 {
    width: 10%;
}

.discount-progress ins {
    font-size: 14px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.discount-progress .step2 ins,
.discount-progress .step3 ins {
    margin-left: -20px;
}

.loyality-program h2 {
    font-size: 24px;
    color: #333333;
}

.loyality-program-content {
    border: 1px solid #000;
    font-size: 14px;
    line-height: 18px;
}

.loyality-program-content p {
    font-size: 16px;
}

.shipping-adress .section-title {
    position: relative;
    font-size: 15px;
    padding-bottom: 20px;
}

.shipping-adress h2 {
    border-bottom: 1px solid #cccccc;
    font-size: 24px;
    color: #333333;
    padding-bottom: 28px;
}

.shipping-adress .section-title:before {
    content: "";
    width: 21px;
    height: 4px;
    background-color: #5d5d5d;
    position: absolute;
    left: 0;
    bottom: 0;
}

.shipping-adress .shipping-adress-content {
    font-size: 14px;
}

.shipping-adress .adress-item {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #5d5d5d;
    padding: 18px 30px;
    font-size: 16px;
    float: left;
}

.shipping-adress .adress-item span {
    font-size: 12px;
    color: #999999;
}

.shipping-adress .adress-item .adress-info {
    float: left;
    margin-bottom: 10px;
    margin-right: 80px;
}

.shipping-adress .adress-item ins {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background-color: #80bccb;
    margin-right: 5px;
    padding: 2px 5px;
}

.shipping-adress .adress-item ins.home-adress {
    background-color: #a1c71b;
}

.shipping-adress .adress-item .edit-buttons {
    float: right;
    margin-top: 10px;
    margin-left: 30px;
}

.shipping-adress .adress-item .edit-buttons a {
    margin: 0 6px;
}

.shipping-adress .adress-item .default-choose {
    font-weight: bold;
    float: right;
    margin-top: 10px;
    font-size: 14px;
}


.profile .btn-primary {
    font-size: 14px;
    background-color: #585956;
    border-radius: 0;
    outline: none;
    border: 0;
}

.profile .btn-primary:hover {
    background-color: #e00707;
}


.text-input {
    float: left;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ffaf3a;
    font-size: 14px;
    padding: 8px 0px;
    outline: none;
    color: #333;
}

.profile {
    background-color: #fafafa;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #5d5d5d !important;
}

.profile .text-input::placeholder {
    color: #5d5d5d !important;
}

.profile .welcome-message h2 {
    font-size: 40px;
    color: #e1c79b;
    font-weight: bold;
}

.profile .statistic-item {
    text-align: center;
    font-size: 42px;
    line-height: 46px;
    padding: 40px 10px;
}

.profile .statistic-item span {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 1;
    float: left;
    margin-bottom: 5px;
}

.profile-nav {
    padding: 0 32px;
}

.profile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.gray-button {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    background-color: #585956;
    color: #FFF;
    padding: 18px 34px;
    border: 3px solid #585956;
    text-decoration: none;
}

.gray-button:hover {
    background-color: transparent;
    color: #585956;
}

.profile-nav ul li a {


    color: #5d5d5d;
    text-decoration: none;
}

.profile-nav ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #5d5d5d;
    font-size: 14px;
    padding: 20px 0;
}

.profile-nav ul li img {
    margin-right: 10px;
}

.profile-nav ul li:last-child {
    border-bottom: 0;
}

.profile-nav ul li:last-child a {
    color: #e00707;
}

.profile-history .history-item {
    border: 1px solid #999999;
    padding: 20px;
    min-height: 180px;
}

.order-history-page.profile-history .history-item {
    min-height: 120px;
    float: left;
    width: 100%;
}

.profile-history h3 {
    font-weight: bold;
    font-size: 16px;
    color: #959595;
    margin-bottom: 30px;
    width: 100%;
}

.profile-history .user-adres .adres-type {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    background-color: #80bccb;
    padding: 2px 5px;
}

.profile-history .user-adres .adres-city {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px
}

.profile-history .user-adres .adres {
    font-size: 14px;
}

.profile-history .order-history .order-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    float: left;
}

.profile-history .order-history .order-title span {
    font-size: 12px;
    font-weight: normal;
}

.profile-history .order-history .order-sum {
    float: right;
    font-size: 14px;
    margin-top: 10px;
}

.profile-history .order-history a {
    float: right;
    display: inline-block;
    margin-left: 22px;
    font-size: 12px;
    border: 1px solid #999999;
    padding: 8px 14px;
}

.profile-history .order-status {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

.profile-history .order-status span {
    color: #666666;
}

.profile .profile-discount {
    background-image: url(../img/profile-discount-bgr.png);
    background-repeat: repeat-x;
    min-height: 222px;
    padding: 20px;
}

.profile .user-info {
    float: left;
    width: 140px;
}

.profile .user-info h3 {
    font-size: 20px;
    font-weight: bold;
    color: #9e855b;
    margin-bottom: 0;
    line-height: 20px;
}

.profile .user-info .view-profile {
    font-size: 12px;
    font-weight: bold;
    color: #5c4928;
    text-decoration: underline;
}

.profile .user-info .partner-program {
    font-size: 12px;
    text-decoration: underline;
    color: #333333;
    margin-top: 15px;
    display: inline-block;
}

@media (max-width: 990px) {


    .profile .user-info {
        width: 100%;
        text-align: center;
    }

    .profile .user-info h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .profile .profile-discount {
        text-align: center;
    }

    .discount-percent {
        float: none;
        margin-right: 0;
        display: inline-block;
    }

    .profile .user-info .view-profile,
    .profile .user-info .partner-program {
        font-size: 16px;
    }

}

@media (max-width: 768px) {

    .profile-nav {
        padding: 0;
    }

    .profile .statistic-item {
        font-size: 18px;
        line-height: 20px;
        padding: 20px 5px;
    }
}

@media (max-width: 576px) {

    .profile .statistic-item span {
        font-size: 11px;
    }


    .profile-history .history-item {
        float: left;
    }
}

.order-details h3 {
    font-size: 16px;
    font-weight: bold;
}

.order-details .order-details-item {
    border: 1px solid #999999;
}

.order-details .product-box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.order-details .product-box .product-image {
    float: left;
    margin-right: 14px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-details .product-box .product-price {
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-left: auto;
    order: 2;
}

.order-details .product-box .product-title {
    float: left;
}

.order-details .product-box .product-title span {
    font-size: 14px;
}

.order-details .product-box .product-count {
    float: right;
    margin-left: 22px;
    font-weight: normal;
}

.order-details .order-sum {
    border-top: 1px solid #a4a4a4;
    padding-top: 34px;
    font-size: 18px;
}

.order-details .sum-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.order-details .sum-item ins {
    text-decoration: none;
    font-weight: bold;
}

.discount-percent {
    width: 90px;
    text-align: center;
    margin-right: 20px;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #9e855c;
    float: left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 86px;
    padding-top: 26px;
}

.discount-percent.percent-5 {
    background-image: url(../img/discout-5-bgr.png);
}

.discount-percent span {
    font-size: 15px;
    color: #5c4928;
    margin-top: 12px;
}

.discount-section {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}

.discount-section .discount-section-header {
    border-bottom: 2px solid #f2f2f2;
    padding: 26px 44px;
    font-size: 14px;
}

.discount-section .discount-section-header h2 {
    font-size: 23px;
    font-weight: bold;
}

.discount-section .discount-section-header .next-discount {
    font-size: 14px;
}

.discount-section .discount-section-header .next-discount span {
    font-weight: bold;
    color: #7e6438;
}

.discount-progress {
    padding: 90px 50px;
}

.discount-progress .progress-step {
    float: left;
    padding: 0 2px;
    position: relative;
}

.discount-progress .discount-label {
    position: absolute;
    right: 0;
    background-image: url(../img/percent-bgr.png);
    width: 38px;
    height: 34px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 18px;
    margin-top: -40px;
    margin-right: -16px;
}

.discount-progress .progress-step.active .discount-label {
    background-image: url(../img/percent-active-bgr.png);
    width: 49px;
    height: 45px;
    margin-top: -50px;
    margin-right: -30px;
    padding-top: 12px;
    padding-right: 7px;
}

.progress-step .progress-line {
    width: 100%;
    height: 10px;
    background-color: #f2f2f2;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.progress-step .progress-line .progress-fill {
    height: 100%;
    position: absolute;
    background-color: #e1c79b;
}

.discount-progress .step1 {
    width: 30%;
}

.discount-progress .step2 {
    width: 30%;
}

.discount-progress .step3 {
    width: 30%;
}

.discount-progress .step4 {
    width: 10%;
}

.discount-progress ins {
    font-size: 14px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.discount-progress .step2 ins,
.discount-progress .step3 ins {
    margin-left: -20px;
}

.loyality-program h2 {
    font-size: 24px;
    color: #333333;
}

.loyality-program-content {
    border: 1px solid #000;
    font-size: 14px;
    line-height: 18px;
}

.loyality-program-content p {
    font-size: 16px;
}

.shipping-adress .section-title {
    position: relative;
    font-size: 15px;
    padding-bottom: 20px;
}

.shipping-adress h2 {
    border-bottom: 1px solid #cccccc;
    font-size: 24px;
    color: #333333;
    padding-bottom: 28px;
}

.shipping-adress .section-title:before {
    content: "";
    width: 21px;
    height: 4px;
    background-color: #5d5d5d;
    position: absolute;
    left: 0;
    bottom: 0;
}

.shipping-adress .shipping-adress-content {
    font-size: 14px;
}

.shipping-adress .adress-item {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #5d5d5d;
    padding: 18px 30px;
    font-size: 16px;
    float: left;
}

.shipping-adress .adress-item span {
    font-size: 12px;
    color: #999999;
}

.shipping-adress .adress-item .adress-info {
    float: left;
    margin-bottom: 10px;
    margin-right: 80px;
}

.shipping-adress .adress-item ins {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background-color: #80bccb;
    margin-right: 5px;
    padding: 2px 5px;
}

.shipping-adress .adress-item ins.home-adress {
    background-color: #a1c71b;
}

.shipping-adress .adress-item .edit-buttons {
    float: right;
    margin-top: 10px;
    margin-left: 30px;
}

.shipping-adress .adress-item .edit-buttons a {
    margin: 0 6px;
}

.shipping-adress .adress-item .default-choose {
    font-weight: bold;
    float: right;
    margin-top: 10px;
    font-size: 14px;
}

.modal .select2-container {
    z-index: 10000;
}

.select2-container {
    z-index: 10000;
}

/* Login / Register Modal */
.modal-backdrop {
    background-color: #FFFFFF;
    opacity: 0.8 !important;
}

.login-modal .modal-dialog {
    max-width: 510px;
    font-size: 14px;
    line-height: 16px;
    color: black;
}

.login-modal .modal-content {
    border: none !important;
    box-shadow: 0px 0px 95px rgb(35 31 32 / 20%);
}

.login-modal .modal-header {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: none;
}

.login-modal .modal-title {
    font-size: 26px;
    font-weight: bold;
    width: 100%;;
}

.login-modal .btn-close {
    align-self: flex-end;
    margin-right: 12px;
    margin-top: 12px;
}

.login-modal .reset-pass span {
    display: inline-block;
    font-size: 12px;
    border-bottom: 2px solid #cecece;
    color: black;
}

.login-modal .button {
    color: black;
}

.login-modal .register-checkbox {
    font-size: 14px;
    padding-left: 26px;
    position: relative;
}

.login-modal .register-checkbox a {
    text-decoration: underline;
}

.login-modal .register-checkbox input {
    position: absolute;
    left: 0;
    top: 5px
}

.login-modal .tabcontent {
    display: none;
}

.login-modal .tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Registration page */
.loyal-program-info {
    background-color: #f5f5f5;
}

.loyal-program-info h3 {
    font-size: 50px;
    font-weight: bold;
    border-bottom: 1px solid #585956;
    text-align: center;
    padding: 24px;
}

.loyal-program-info .program-content {
    padding: 22px 48px;
}

.loyal-program-info span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.registration {
    border: 4px solid #ffaf3a;
    font-size: 14px;
}

.registration-form .form-check-label {
    font-size: 12px;
}

.registration-form button {
    width: 100%;
    background-color: #585956;
    padding: 26px 0;
}

.registration .default-select {
    font-size: 14px;
}

.registration .date-label span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.registration .form-date input {
    border: 1px solid #666666;
    border-radius: 0;
    font-size: 14px;
    height: 38px;
}

.popular-products .box-title h2 {
    font-size: 55px;
    line-height: 55px;
}

.hidden,
[hidden] {
    display: none !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}


.profile .form-radio .checkmark:after {
    background: black !important;
}

.profile .checkmark {
    border: 1px solid black !important;
}