/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#user-page {
    padding-top: 164px;
}

#user-page .account p,
#user-page .address_item p {
    font-size: 12px;
    font-family: "Trispace";
    text-align: center;
    line-height: 2;
    margin-bottom: 24px;
    text-transform: uppercase;
}

#user-page .address_item {
    max-width: 266px;
    margin-left: auto;
    margin-right: auto;
}

#user-page .account_edit {
    margin-bottom: 64px;
}

#user-page .address_add,
#user-page .account_edit {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #000000;
    font-size: 8px;
    font-family: "Trispace";
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#user-page .region {
    text-align: center;
    font-size: 12px;
    font-family: "Trispace";
    margin-bottom: 24px;
}

#user-page .title,
#resetpass-page .title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 68px;
}

#user-page .current-password {
    text-align: center;
    font-size: 8px;
    font-family: "Trispace";
    font-weight: 600;
    margin-bottom: 24px;
}

#user-page .change-password {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #000000;
    font-size: 8px;
    font-family: "Trispace";
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.input {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.input label {
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 10px;
    font-family: "Trispace";
    -webkit-transition: 0.3s all 0s;
    -o-transition: 0.3s all 0s;
    transition: 0.3s all 0s;
}
.input .show-password-input {
    position: absolute;
    right: 6px;
    top: 45%;
    transform: translateY(-50%);
	z-index:1;
}
.input input[name="password"],
.input input[name="confirm_password"]{
    padding-right: 40px!important;
}
.input input {
    padding: 0 5px !important;
    padding-block: 0px;
    padding-inline: 5px;
}

.input input,
.input select {
    width: 100%;
    height: 35px;
    border: solid thin #000000;
    font-size: 10px;
    font-family: "Trispace";
    text-transform: uppercase;
    border-radius: 0;
    color: #000;
    background: #fff;
}

.input:not(:last-child) {
    margin-bottom: 8px;
}

.input .show {
    position: absolute;
    right: 11.5px;
    bottom: 10.5px;
    font-size: 10px;
    font-family: "Trispace";
}

.inputs .input:nth-child(1) {
    width: 100%;
    max-width: 382px;
}

.inputs .input:nth-child(2) {
    max-width: 142px;
    width: 100%;
}

.inputs.inputs-1-1 .input {
    max-width: calc(100% / 2 - 4px);
    margin-bottom: 8px;
}

.input input:valid+label,
.input input:focus+label {
    top: 0;
    background: #fff;
    padding: 0 2px;
}

.inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.inputs .input {
    margin-bottom: 0;
}

.inputs+.note {
    margin-top: 14px;
    margin-bottom: 64px;
}
.wp-message{
    font-size:12px;
    font-family: 'Trispace';
    text-align: center;
    text-transform: uppercase;
    margin: 10px auto;
}
.btn-all {
    margin-top: 32px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border: solid 0.5px #adadad;
    color: #adadad;
    line-height: 1.5;
    margin-bottom: 32px;
    text-decoration: none;
}

.note {
    font-size: 10px;
    font-family: "Trispace";
    text-transform: uppercase;
    color: #000000;
}

.note p:not(:last-child) {
    margin-bottom: 10px;
}

[type="submit"].btn-all {
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
}

#section-5 [type="submit"].btn-all {
    margin-top: 64px;
    margin-bottom: 0;
}

#user-page .nav {
    display: block;
    text-align: center;
}
#user-page .nav a:not(:last-child) {
    margin-bottom: 4px;
}

#user-page .nav a:nth-child(3) {
    margin-bottom: 199px;
}
#user-page:has(.order-history) .column-2 {
    margin-top: 0;
}

/*#send-request-password*/
#send-request-password .title {
    margin-bottom: 24px;
}

#send-request-password .content {
    font-size: 10px;
    font-family: "Trispace";
    text-align: center;
    margin-bottom: 128px;
}

/*#send-request-password*/

/*order-hisroty*/
#user-page .order-history .title {
    margin-bottom: 19px;
    text-align: left;
    text-transform: uppercase;
}

.order:not(:last-child) {
    margin-bottom: 32px;
}

.order-item {
    max-width: 100%;
    width: 100%;
}

.order-history {
    width: 100%;
}

.order-item .order-code {
    font-size: 12px;
    border-bottom: solid 2px #000;
    padding-bottom: 6px;
    margin-bottom: 13px;
}

.order-item .order-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.order-item .order-content:not(:last-child) {
    margin-bottom: 10px;
}

.order-item .order-content .order-image img {
    max-width: 62px;
    width: 100%;
    aspect-ratio: 1/1;
    border: solid thin #dedede;
    overflow: hidden;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
}

.order-item .order-content .order-image {
    margin-right: 12px;
}

.order-item .order-content .order-texts {
    font-size: 10px;
    font-family: "Trispace";
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.order-item .order-content .order-texts .name {
    text-decoration: none;
    color: #000;
}

.order-item .order-content .order-texts .coupon-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    color: #707070;
}

.order-item .order-content .order-texts .sizes-qty .specs {
    margin-right: 82px;
    display: inline-block;
}

.order-item .order-content .order-texts .sizes-qty .specs span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-item .order-content .order-texts .prices .price-sale {
    color: #707070;
    display: block;
    text-decoration: line-through;
}

.order-item .order-content .order-texts .sizes-qty .qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 75px;
}

.order-item .order-content .order-texts .prices .price-regular {
    color: #000000;
    font-size: 12px;
}

.order-item .order-content .order-texts .texts {
    margin-right: 14px;
    max-width: 201px;
    width: 100%;
}
.no_order{
	    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin: 16px auto;
}
#response-message {
    font-size: 12px;
    text-align: center;
    margin: 10px auto;
    font-family: 'Atiga';
    text-transform: uppercase;
}
#user-page:has(.order-history) .title {
    margin-bottom: 38px;
}

#user-page:has(.order-history) .column .title {
    font-size: 16px;
    margin-bottom: 19px;
}

.container {
    padding-left: 24px;
    padding-right: 24px;
}

.order-item:not(:last-child) {
    margin-bottom: 14px;
}

.order.cancleled .order-item {
    opacity: 0.3;
}

.order-item .order-content .order-re {
    margin-left: auto;
    font-size: 10px;
    font-family: "Trispace";
    color: #000000;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.order-item .order-content .sizes-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1px;
}

.order-item .order-content .order-remove {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1px;
    color: #000;
}

#forgotpass-page .title,
#resetpass-success-page .title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 64px;
}

#add-address .modal-content .note {
    margin-top: 14px;
    margin-bottom: 64px;
}
#change-password-success .modal-content {
    min-height: 400px;
    padding: 64px 32px 16px 32px;
}
.modal .title {
    margin-bottom: 64px;
    text-align: center;
    text-transform:uppercase;
}
.select2-container{
    display:none!important;
}
.select2-hidden-accessible {
    display: block!important;
    height: 35px!important;
    position: relative!important;
    width: 100%!important;
    border: solid thin #000!important;
    margin: 0!important;
}
#user-page.page-dashboard .column.column-2 {
    display: none;
}
#user-page.page-account .nav {
    display: none;
}
@media (min-width: 1025px) {
	#user-page.page-account .nav,
	#user-page.page-dashboard .nav{
		display:block;
	}
	#user-page.page-dashboard .column.column-2{
		display:block;
	}
    #user-page .nav{
        text-align:left;
    }
    #user-page .nav a:not(:last-child) {
    margin-bottom: 0;
}

#user-page .nav a:nth-child(3) {
    margin-bottom: 0;
}
#user-page:has(.order-history) .column-2 {
    margin-top: 0;
}
    #user-page .nav {
    display: none;
}
	.no_order{
    font-size: 24px;
    margin: 34px auto;
}
    #user-page .order-item .order-content .order-texts .texts {
        margin-right: 129px;
    }

    #user-page .nav,
    #user-page:has(.order-history) .column-1 {
        display: block;
    }

    #user-page:has(.order-history) .column-2 {
        margin-top: 0;
        max-width: 611px;
        width: 100%;
    }
}
#password-reset-success .content {
    font-size: 12px;
    text-align: center;
    font-family: 'Trispace';
    margin-bottom: 100px;
}
/*order-hisroty*/

@media (min-width: 1025px) {
    #user-page .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    #user-page {
        padding-top: 40px;
    }

    #user-page .title {
        margin-bottom: 297px;
    }
	.percent_70 {
		width: 61.5% !important;
		display: inline-block;
		margin-right: 2.2% !important;
	}

	.percent_30 {
		width: 36.25% !important;
		display: inline-block;
	}

	.flex {
		display: flex;
		flex-wrap: wrap;
	}

	form.form.popup-user-address .input {
		width: 100%;
	}
}