@media(max-width: 1380px){
	.web_form_container > .row > .col.submit-col p input[type=submit] {
        font-size: 24px;
    }
    .pf-meta-pills span.pf-pill {
        padding: 8px 24px;
        font-size: 14px;
    }
    div.pf-profile-section .pf-profile-title strong, body.single.single-product table.variations tr th.label label {
        font-size: 26px;
    }
    div.pf-profile-section .pf-profile-pills .pf-profile-pill, body.single.single-product table.variations tr td.value ul.variable-items-wrapper > li {
        padding: 12px 32px;
        font-size: 16px;
        line-height: 2;
    }
    body.single.single-product form.cart .quantity {
        height: 56px;
        padding: 14px 34px;
    }
    body.single.single-product .e-atc-qty-button-holder button.single_add_to_cart_button {
        margin-top: 16px!important;
        height: 56px;
    }
    body.single.single-product form.cart .quantity button.pf-qty-btn {
        font-size: 18px;
        line-height: 24px;
        cursor: pointer;
    }
    body.single.single-product form.cart .quantity input {
        font-size: 20px;
    }

    span.pf-loop-price {
        font-size: 32px;
    }

}

@media(max-width:1200px){
	.banner-line .icon {
        height: 80px;
    }
    span.pf-loop-price {
        font-size: 28px;
    }
    .pf-meta-pills span.pf-pill {
        padding: 6px 14px;
        font-size: 12px;
    }
    div.pf-profile-section .pf-profile-pills .pf-profile-pill, body.single.single-product table.variations tr td.value ul.variable-items-wrapper > li {
        padding: 6px 24px;
        font-size: 14px;
        line-height: 2;
    }
    body.single.single-product form.cart .quantity {
        height: 48px;
        padding: 10px 24px;
    }
    body.single.single-product .e-atc-qty-button-holder button.single_add_to_cart_button {
        margin-top: 14px!important;
        height: 48px;
        font-size: 18px;
    }

}
@media(max-width: 1024px){
	.web_form_container > .row > .col.submit-col p input[type=submit] {
    font-size: 20px;
}	
		.banner-line .icon {
    height: 60px;
}
}
@media(max-width: 820px){
		.banner-line .icon {
        height: 54px;
    }
    div.pf-profile-section .pf-profile-pills .pf-profile-pill, body.single.single-product table.variations tr td.value ul.variable-items-wrapper > li {
        padding: 6px 18px;
        font-size: 12px;
        line-height: 2;
    }
    body.single.single-product form.cart .quantity {
        height: 40px;
        padding: 10px 24px;
    }
    body.single.single-product form.cart .quantity button.pf-qty-btn {
        font-size: 14px;
        line-height: 24px;
        cursor: pointer;
    }
    body.single.single-product form.cart .quantity input {
        font-size: 16px;
    }
    body.single.single-product .e-atc-qty-button-holder button.single_add_to_cart_button {
        margin-top: 10px!important;
        height: 40px;
        font-size: 14px;
    }
}
@media(max-width: 660px){
	.banner-line .icon {
        height: 48px;
    }
    span.pf-thca-value {
        font-size: 12px;
    }
    form.woocommerce-ResetPassword.lost_reset_password,
    div#customer_login > div {
        padding: 40px 16px;
    }
    div#customer_login > div > h2 {
        font-size: 48px;
    }
    div#customer_login > div form.woocommerce-form {
        border: none;
        padding: 0;
        margin: 20px 0;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        display: inline-block;
        float: left;
        margin-left: 0;
        width: 100%;
        margin-top: 40px;
    }
}