.page-header{
    margin-bottom: 30px;
}

input{
    width: 100%;
}

p.form-row{
    margin-block: 0;
}

input[type='checkbox']{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    transition: .15s ease-out;
    cursor: pointer;
}

input[type='checkbox']:after,
input[type='checkbox']:before{
    transition: .15s ease-out;
}

input[type='checkbox']:checked{
    background: var(--main-color);
}

input[type='checkbox']:checked:after,
input[type='checkbox']:checked:before{
    content: "";
    background: var(--white-color);
    border-radius: 2px;
    height: 2px;
    position: absolute;
}

input[type='checkbox']:checked:before{
    transform: rotate(45deg);
    width: 5px;
    top: 10px;
    left: 2.5px;
}

input[type='checkbox']:checked:after{
    transform: rotate(-45deg);
    width: 12px;
    right: 1.5px;
}
















/* login styles */

.woocommerce-form-login__rememberme{
    display: flex !important;
    column-gap: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    flex-direction: row-reverse;
    cursor: pointer;
    width: fit-content;
}

.woocommerce-form-login__submit{
    width: 100%;
    margin-left: auto;
    min-width: 120px;
}

.auth-wrapper-grid{
    grid-column: 1/3;
    width: 100%;
}

.woocommerce-LostPassword{
    width: fit-content;
}

.woocommerce-notices-wrapper{
    grid-column: 1/3;
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
}

.form-bottom{
    display: flex;
    justify-content: space-between;
}

.lost_reset_password .button{
    margin-top: 10px;
}

@media screen and (max-width: 400px) {
    .woocommerce-form-login .form-row:last-of-type{
        flex-direction: column;
    }

    .woocommerce-form-login__submit{
        margin-left: inherit;
        margin-bottom: 10px;
    }
}











/* my-account styles */
.woocommerce-account .woocommerce{
    display: grid;
    grid-template-columns: 0.15fr 0.85fr;
    column-gap: 30px;
}

.woocommerce-MyAccount-navigation{
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    background: var(--white-color);
    box-shadow: 0px 0px 15px 0px rgba(18, 18, 115, 0.10);
    position: sticky;
    top: 30px;
    height: fit-content;
}

.woocommerce-MyAccount-content{
    padding: 30px;
    border-radius: 30px;
    background: var(--white-color);
    box-shadow: 0px 0px 15px 0px rgba(18, 18, 115, 0.10);
}

.woocommerce-MyAccount-navigation ul{
    margin-block: inherit;
    padding-left: inherit;
}

.woocommerce-MyAccount-navigation ul li{
    list-style: none !important;
}

fieldset{
    margin-top: 10px;
    display: block;
}

input[type='password'],
input[type='email'],
input[type='text'],
input[type='tel']{
    padding: 12px 8px;
    width: 100%;
    margin-bottom: 15px;
}

input[type='password']::placeholder,
input[type='email']::placeholder,
input[type='text']::placeholder,
input[type='tel']::placeholder{
    color: rgba(12, 12, 65, 0.6);
}

.select2-selection{
    position: relative;
    display: flex !important;
    align-items: center;
    min-height: 42.5px;
    margin-bottom: 15px !important;
}

.select2-selection__arrow{
    height: 0 !important;
    top: 50% !important;
    transform: translate(-50%, 0);
}

@media screen and (max-width: 1025px) {
    .woocommerce-account .woocommerce{
        grid-template-columns: 100%;
        row-gap: 30px;
    }

    .woocommerce-MyAccount-navigation{
        grid-row: 2;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    input[type='password'],
    input[type='email'],
    input[type='text'],
    input[type='tel']{
        padding: 8px;
    }

    .select2-selection{
        min-height: 34.5px;
    }
}















/* addresses */
.addresses{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.woocommerce-Address-title h3{
    margin-bottom: 10px;
}









/* font sizes */
h1{
    font-size: 60px !important;
    line-height: 66px !important;
}
h2{
    font-size: 50px !important;
    line-height: 55px !important;
}
h3{
    font-size: 45px !important;
    line-height: 55px !important;
}
h4{
    font-size: var(--h4) !important;
    line-height: var(--h4) !important;
}
h5{
    font-size: 35px !important;
    line-height: 43px !important;
}
h6{
    font-size: 30px !important;
    line-height: 33px !important;
}

@media screen and (max-width: 1025px) {
   h1{
        font-size: 44px !important;
        line-height: 46px !important;
    }

    h2{
        font-size: 40px !important;
        line-height: 42px !important;
    }

    h3{
        font-size: 32px !important;
        line-height: 36px !important;
    }

    h5{
        font-size: 24px !important;
        line-height: 26px !important;
    }
}

@media screen and (max-width: 767px) {
    h1{
        font-size: 30px !important;
        line-height: 34px !important;
    }

    h2{
        font-size: 28px !important;
        line-height: 32px !important;
    }

    h3{
        font-size: 24px !important;
        line-height: 28px !important;
    }

    h5{
        font-size: 20px !important;
        line-height: 22px !important;
    }
}













/* footer */
.footer{
    margin-top: 60px;
}



















/* order view */
.woocommerce-order-details{
    text-align: center;
    margin-top: 20px;
}

.woocommerce-order-details__title{
    margin-bottom: 20px;
}

.woocommerce-table__product-name{
    margin-bottom: 10px;
}

.wc-item-meta{
    margin-top: inherit !important;
    margin-bottom: 10px !important;
}

.wc-item-meta li{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    list-style: none !important;
    margin-block: 0 !important;
}


















/* orders */
.woocommerce-orders-table{
    margin-inline: auto;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td{
    padding-inline: 20px;
    padding-block: 5px;
}


.woocommerce-orders-table__cell-order-total{
    display: none;
}

