:root{
    --color-orange: #f2994a;
    --color-dark: #374957;
}
.anim, .anim :where(svg,path,rect,circle,line,span, p,i){
    transition: all .2s ease-in-out;
}

.user-login-section{
    width: fit-content;
    display: inline-block;
}
.user-dropdown{
    border: none;
    box-shadow: none;
    background: transparent;
}
.user-dropdown:hover,.open .user-dropdown{
    background: #fff;
}
.user-dropdown:hover path,.open .user-dropdown path{
    stroke: var(--color-dark);
}
.d-md-inline-block {
    display: none !important;
}
.HEADER .top .cont, .HEADER .top .logo, .HEADER .top .cart{
    width: fit-content !important;
}
header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.HEADER .top .cart{
    gap: 8px;
    display: flex;
    align-items: center;
}
.dropdown-menu form{
    padding: 0 !important;
}
.form-login-form{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.p-subtitle{
    font-style: italic;
    font-size: 16px;
}
.main-h1{
    font-size: 36px;
    font-weight: 700;
}
.login-btn,.login-btn:focus{
    background: var(--color-orange);
    color:  #fff;
    width: fit-content;
    border: 1px solid var(--color-orange);
}
.login-btn:hover{
    color: var(--color-orange);
    background: #fff;
}
.recovery-link,.recovery-link:focus{
    background: var(--color-dark);
    color:  #fff;
    width: fit-content;
    border: 1px solid var(--color-dark);
}
.site-login{
    padding-bottom: 40px;
}
.pb-40{
    padding-bottom: 40px;
}
.recovery-link:hover{
    color: var(--color-dark);
    background: #fff;
}
.form-login-form .form-group{
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.dropdown-menu .logout-btn{
    background: transparent;
    border: none !important;
    padding: 0 !important;
    box-shadow: none;
}
.profile-title {
    margin: 54px auto;
    color: #1D1D1D;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.nav-tabs.tab-custom a {
    border: 1px solid var(--color-orange) !important;
    border-radius: 0;
    text-transform: uppercase;
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #FFFFFF;
    background-color: var(--color-orange);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 216px;
    height: 57px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    display: flex;
    align-items:center;
    justify-content: center;
}

.nav-tabs.tab-custom .active, .nav-tabs.tab-custom a:hover {
    background-color: #FFFFFF;
    border-color: var(--color-orange);
    color: var(--color-dark) !important;
}
.users-view .tab-content{
    padding-top: 25px;
}
.tab-custom-content {
    padding: 56px 15px 150px;
}

.profile-datas-sides {
    max-width: 76%;
    margin: 0 auto;
}

.profile-data-leftside, .profile-data-rightside {
    width: 50%;
}

.profile-data-block {
    margin-bottom: 33px;
    text-align: center;
}

.profile-data-title {
    color: #1D1D1D;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.profile-data-value {
    color: #1D1D1D;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.normalized-margin.buttons-block {
    margin-top: 2px;
}

.sent-title {
    color: #1D1D1D;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.profile-inputs input {
    width: 407px;
    height: 57px;
    background: #fff;
    line-height: normal;
    border-radius: 0;
}
.position-relative{
    position: relative;
}
.profile-inputs input:focus {
    box-shadow: none;
    outline: 0;
    background: #fff;
}
.field-copy,
.profile-inputs .form-group {
    margin-bottom: 10px;
}

.profile-inputs input, .profile-inputs input::placeholder {
    color: #1D1D1D;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.nmr-margin {
    margin-top: 33px;
}
.d-flex{
    display: flex !important;
}
.justify-content-center{
    justify-content: center !important;
}
.align-items-center{
    align-items: center !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-column{
    flex-direction: column !important;
}
.users-view .nav-tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: 0;
}
.user-forms .form-group {
    margin-bottom: 10px;
}
.user-forms {
    width: 1030px;
    border: 1px dashed #000;
    padding: 40px 15px 80px;
    margin: 46px auto 50px;
}
.user-forms-lead {
    color: #1D1D1D;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 37px;
}
.recovery-block {
    margin-top: 12px;
    padding: 0 3px;
}
.recovery-block, .input-fields, .input-fields .form-group {
    width: 100%;
}
.buttons-block {
    margin-top: 48px;
}
@media (min-width: 1200px) {
    .buttons-block.bbc {
        margin-top: 30px;
    }
}
.not-registered-text {
    color: #1D1D1D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 26px auto;
}
.buttons-block .action-button {
    width: 300px;
    height: 57px;
    background-color: var(--color-dark);
    border: 1px solid vaR(--color-dark);
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    transition: 0.2s;
    text-transform: uppercase;
    text-decoration: none;
}
.buttons-block .action-button:hover {
    /*width: 300px;
    height: 57px;*/
    color: var(--color-dark);
    background-color: #FFFFFF;
}
@media (max-width: 1199px) {
    .user-forms {
        width: 800px;
        padding: 30px 15px 62px;
        margin: 38px auto 43px;
    }
    .user-forms-lead {
        font-size: 21px;
        margin-bottom: 29px;
    }
    .input-wrapp {
        width: 500px;
    }
    .site-login .form-group input, .site-login .form-group input::placeholder {
        font-size: 18px;
    }
    .buttons-block {
        margin-top: 30px;
    }
    .buttons-block .action-button {
        width: 280px;
        height: 50px;
        font-size: 18px;
    }
    .not-registered-text {
        font-size: 18px;
        margin: 19px auto;
    }
}
@media (max-width: 991px) {
    .user-forms {
        width: 700px;
        padding: 25px 15px 41px;
        margin: 32px auto 36px;
    }
    .user-forms-lead {
        font-size: 19px;
        margin-bottom: 24px;
    }
    .input-wrapp {
        width: 450px;
    }
    .site-login .form-group input:not(#loginform-rememberme) {
        height: 56px;
    }
    .site-login .form-group input, .site-login .form-group input::placeholder {
        font-size: 16px;
    }
    .buttons-block {
        margin-top: 25px;
    }
    .buttons-block .action-button {
        width: 270px;
        height: 46px;
        font-size: 17px;
    }
    .not-registered-text {
        font-size: 17px;
        margin: 16px auto;
    }
    .recovery-block {
        margin-top: 3px;
        padding: 0 3px;
    }
}
@media (max-width: 767px) {
    .user-forms {
        width: 94%;
        max-width: 520px;
        padding: 21px 15px 33px;
        margin: 24px auto 29px;
    }
    .user-forms-lead {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .input-wrapp {
        width: 90%;
        max-width: 420px;
    }
    .site-login .form-group input:not(#loginform-rememberme) {
        height: 44px;
    }
    .site-login .form-group input, .site-login .form-group input::placeholder {
        font-size: 15px;
    }
    .buttons-block {
        margin-top: 19px;
    }
    .buttons-block .action-button {
        width: 230px;
        height: 42px;
        font-size: 15px;
    }
    .not-registered-text {
        font-size: 15px;
        margin: 12px auto;
        text-align: center;
    }
    .recovery-block {
        margin-top: 3px;
        padding: 0 3px;
    }
    .site-login h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
.address-block {
    width: 902px;
    margin: 0 auto;
    gap: 46px;
}
.address-block-sides {
    width: 50%;
}
.address-block-titles {
    color: #1D1D1D;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.address-block input[type=text], .address-block select {
    width: 428px;
    height: 57px;
    line-height: normal;
    background: #fff;
    border-radius: 0;
    padding: 0 15px !important;
}
.address-block select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff !important;
    background: url(/img/dropi.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 22px) center;
}
.address-block input[type=text]:focus, .address-block select:focus {
    box-shadow: none;
    outline: 0;
    background: #fff;
}
.address-block input[type=text],.address-block input[type=text]::placeholder, .address-block select {
    color: #1D1D1D;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

@media (max-width: 991px) {
    .address-block-titles {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .address-block {
        width: 680px;
        margin: 0 auto;
        gap: 20px;
    }
    .address-block input[type=text], .address-block select {
        width: 320px;
        height: 52px;
    }
    .address-block input[type=text], .address-block input[type=text]::placeholder, .address-block select {
        font-size: 17px;
    }
    .checkboxes-row {
        height: 52px;
    }
    .field-copy {
        margin-bottom: 8px;
    }
}
@media (max-width: 767px) {
    .address-block {
        flex-direction: column;
    }
    .address-block-sides {
        width: 100%;
    }
    .address-block-titles {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .address-block {
        width: 96%;
        margin: 0 auto;
        gap: 30px;
    }
    .address-block input[type=text], .address-block select {
        width: 100%;
        max-width: 380px;
        height: 50px;
    }
    .address-block input[type=text], .address-block input[type=text]::placeholder, .address-block select {
        font-size: 16px;
    }
    .checkboxes-row {
        height: 50px;
    }
    .field-copy {
        margin-bottom: 8px;
    }
}
.order-block {
    width: 920px;
    margin: 0 auto;
}

.order-block-titles {
    padding-left: 54px;
    margin-bottom: 18px;
}

.order-block-title {
    color: #1D1D1D;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.c-tta {
    width: 310px;
    text-align: left;
}

.c-teta {
    width: 290px;
    text-align: left;
}

.c-dta {
    width: 200px;
    text-align: left;
}

/* MEDIA QUERIES */
@media(min-width: 992px){
    .flex-lg-row{
        flex-direction: row !important;
    }
}
@media (min-width: 1600px) {
    .ccs {
        max-width: 1560px;
    }
}

@media (max-width: 1599px) {
    .profile-datas-sides {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .tab-custom-content {
        padding: 40px 15px 100px;
    }

    .profile-data-title {
        font-size: 21px;
    }

    .profile-data-value {
        font-size: 21px;
    }

    .profile-inputs input {
        width: 370px;
        height: 50px;
    }

    .sent-title {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .profile-inputs input, .profile-inputs input::placeholder {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .profile-datas-sides {
        gap: 50px;
    }

    .profile-data-leftside, .profile-data-rightside {
        width: 100%;
    }

    .tab-custom-content {
        padding: 40px 15px 100px;
    }

    .profile-data-title {
        font-size: 21px;
    }

    .profile-data-value {
        font-size: 21px;
    }

    .profile-inputs input {
        width: 370px;
        height: 50px;
    }

    .sent-title {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .profile-inputs input, .profile-inputs input::placeholder {
        font-size: 18px;
    }

    .nav-tabs.tab-custom {
        flex-direction: row !important;
    }

    .profile-data-block {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .tab-custom-content {
        padding: 30px 15px 60px;
    }

    .profile-title {
        margin: 21px auto;
        font-size: 24px;
    }

    .profile-data-title {
        font-size: 18px;
    }

    .profile-data-value {
        font-size: 18px;
    }

    .sent-title {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .profile-inputs input {
        width: 320px;
        height: 46px;
    }

    .nav-tabs.tab-custom {
        gap: 4px;
    }

    .nav-tabs.tab-custom a {
        width: 106px;
        height: 44px;
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .d-md-inline-block {
        display: inline-block !important;
    }
}
@media(max-width: 767px){
    .user-dropdown:hover,.open .user-dropdown{
        background: transparent;
    }
    .user-dropdown:hover path,.open .user-dropdown path{
        stroke: var(--color-orange);
    }
    header .container{
        width: 100%;
        gap: 15px;
    }
}
@media(max-width: 575px){
    header .logo img{
        max-width: 200px !important;
        width: 100%;
    }
    header .cont img{
        max-width: 25px !important;
    }
    header .cart img{
        max-width: 25px !important;
    }
    .opener i{
        font-size: 20px;
    }
    .user-dropdown{
        padding: 0 !important;
        max-width: 25px !important;
        width: 100%;
    }
    header .container::after,header .container::before{
        display: none !important;
    }
}

.profile-order-wrapper {
    margin-bottom: 12px;
}

.profile-order-button {
    padding: 17px 54px 16px 54px;
    width: 100%;
    display: flex;
    color: #1D1D1D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
}



.profile-order-button .po-chevron {
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
}

.profile-order-collapse .inner {
    border-radius: 0;
    border: 1px solid transparent;
    padding: 10px 30px;
    font-size: 14px;
    overflow: hidden;
}

.profile-order-button .po-chevron i {
    transition: transform 0.2s ease;
}

.profile-order-button:not(.collapsed) .po-chevron i {
    transform: rotate(-180deg);
}

.profile-order-collapse .price-col {
    display: flex;
    gap: 0 8px;
}

.profile-order-button {
    padding: 17px 54px 16px 54px;
    width: 100%;
    display: flex;
    color: #1D1D1D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
}

@media (max-width: 768px) {
    .profile-order-button {
        flex-direction: column;
    }

    #section-top-products .title-container {
        margin-top: 11px;
    }
}

@media (max-width: 576px) {
    .profile-order-collapse .inner {
        font-size: 12px;
    }

    .profile-order-collapse .price-col {
        flex-direction: column;
        margin-bottom: 8px;
    }

    .profile-order-collapse table {
        font-size: 10px;
        min-width: auto !important;
    }

    .profile-order-collapse .td-image {
        width: 50px;
    }
}
@media (max-width: 991px) {

    .order-block-titles {
        padding-left: 15px;
        margin-bottom: 12px;
    }

    .order-block-title {
        font-size: 21px;
    }
    .order-block {
        width: 100%;
    }
    .c-tta {
        width: 250px;
        text-align: left;
    }

    .c-teta {
        width: 200px;
        text-align: left;
    }

    .c-dta {
        width: 190px;
        text-align: left;
    }
    .profile-order-button {
        flex-direction: row !important;
    }
    .profile-order-button {
        padding: 14px 15px 13px 15px;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .order-block-titles {
        padding-left: 5px;
        margin-bottom: 7px;
    }
    .order-block-title {
        font-size: 12px;
    }
    .profile-order-button {
        display: flex;
        align-items: center;
    }
    .profile-order-button .po-chevron {
        right: 9px;
    }
    .profile-order-button {
        padding: 12px 10px 11px 10px;
        font-size: 12px;
    }

    .c-tta {
        width: 35%;
    }

    .c-teta {
        width: 30%;
    }

    .c-dta {
        width: 30%;
    }
}

