/**************************
	SHOP PAGE CSS
***************************/

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

.shop_page_outer .filter_sidebar {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
}

.shop_page_outer .product_listing {
    flex: 0 0 80%;
    max-width: 80%;
}

.shop_page_outer .product_listing li.resource-card,
.related.products li.resource-card {
    border: 1px solid #4D8799;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    transition: .3s;
}

.shop_page_outer .product_listing li.resource-card:hover,
.related.products li.resource-card:hover {
    border: 1px solid #CBCBCB;
}

.shop_page_outer .product_listing li.resource-card::after,
.related.products li.resource-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: #14435B;
    opacity: 0;
    transition: .3s;
    z-index: 9;
}

.shop_page_outer .product_listing li.resource-card:hover::after,
.related.products li.resource-card:hover::after {
    opacity: 1;
}

.shop_page_outer .product_listing li.resource-card h2.woocommerce-loop-product__title,
.related.products li.resource-card h2.woocommerce-loop-product__title {
    color: #14435B;
    text-decoration: none;
    font-family: Hind;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 124.6%;
    border-bottom: 1px solid #4D8799;
    padding: 5px 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shop_page_outer .product_listing li.resource-card .star-rating {
    display: none;
}

.shop_page_outer .product_listing li.resource-card span.price,
.related.products li.resource-card span.price {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #4D8799;
}

.shop_page_outer .product_listing li.resource-card img,
.related.products li.resource-card img {
    display: block;
    margin: 0 auto;
}

.shop_page_outer .product_listing li.resource-card a.button.product_type_simple.add_to_cart_button, .shop_page_outer .product_listing li.resource-card a.button.product_type_variable.add_to_cart_button {
    display: none;
}

.shop_page_outer .product_listing .pt-cv-content-item {
    margin-bottom: 30px;
}

/* pagination css*/
.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination {
    text-align: center;
    padding: 30px 0 60px;
}

.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers {
    border: none;
}

.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li {
    padding: 0 5px;
    border: none;
}

.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a {
    width: 30px;
    height: 30px;
    border: 1px solid #4D8799;
    box-sizing: border-box;
    line-height: 30px;
    padding: 0;
    text-align: center;
    border-radius: 100%;
    font-family: Hind;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #14435B;
    cursor: pointer;
    transition: .3s;
}

.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a:focus {
    background: #14435B;
    color: #fff;
}

.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li span.dots {
    line-height: 24px;
}

.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers,
.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers {
    width: auto;
    border: none;
    position: relative;
    font-size: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers:hover,
.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers:hover,
.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers:focus,
.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers:focus {
    background: transparent;
}

.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers::after {
    content: "Next";
    font-size: 16px;
    color: #14435B;
}

.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers::after {
    content: "Prev";
    font-size: 16px;
    color: #14435B;
}

.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers::before {
    content: "";
    height: 7px;
    width: 7px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 9px;
    transform: rotate(45deg);
    border-top: 2px solid #4D8799;
    border-right: 2px solid #4D8799;
    z-index: 999;
    border-radius: 1px;
}

.woocommerce .shop_page_outer .product_listing nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers::before {
    content: "";
    height: 7px;
    width: 7px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 9px;
    transform: rotate(45deg);
    border-left: 2px solid #4D8799;
    border-bottom: 2px solid #4D8799;
    z-index: 999;
    border-radius: 1px;
}

/* filter result section css*/
.shop_page_outer .product_listing .woo-count_short {
    display: block;
    width: 100%;
    border-bottom: 1px solid #777676;
    clear: both;
    float: left;
    margin: 0 0 20px 0px;
}

.shop_page_outer .product_listing .row {
    min-width: 100%;
}

.shop_page_outer .product_listing .row .row {
    margin: 0;
    min-width: 100%;
}

.shop_page_outer .product_listing .woo-count_short p.woocommerce-result-count {
    margin: 0;
    font-family: Hind;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #777676;
}

/* Sidebar css*/
.shop_page_outer .filter_sidebar h5 {
    font-family: Hind;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #777676;
}

.shop_page_outer .filter_sidebar .bapf_head h3 {
    font-family: Hind;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    text-transform: uppercase;
    padding: 5px 0px;
}

.shop_page_outer .filter_sidebar .bapf_sfilter ul li {
    font-family: Hind;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    position: relative;
    padding-bottom: 10px !important;
}

.shop_page_outer .filter_sidebar .bapf_sfilter ul li input {
    opacity: 0;
}

.shop_page_outer .filter_sidebar .bapf_sfilter ul li input[type=checkbox]+label::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    left: -16px;
    top: 3px;
    border: 2px solid #DADADA;
    border-radius: 2px;
}

.shop_page_outer .filter_sidebar .bapf_sfilter ul li input[type=checkbox]+label {
    width: calc(100% - 20px);
    position: relative;
    padding-left: 10px;
}

.shop_page_outer .filter_sidebar .bapf_sfilter ul li input[type=checkbox]:checked+label::before {
    background: #054560;
    content: "";
    color: #fff;
    font-size: 11px;
    border: 2px solid #054560;
}

.shop_page_outer .filter_sidebar .bapf_sfilter ul li input[type=checkbox]:checked+label::after {
    position: absolute;
    content: "";
    left: -10px;
    top: 6px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.shop_page_outer .product_listing span.itemsorder {
    /* float: right; */
    display: inline-block;
    width: 200px;
    font-family: Hind;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #777676;
}

.shop_page_outer .product_listing span.itemsorder form.woocommerce-per_page {
    display: inline-block;
    border: none;
    margin-right: 30px;
}

.shop_page_outer .product_listing span.itemsorder form.woocommerce-per_page select#woocommerce-sort-by-columns {
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    cursor: pointer;
}

.shop_page_outer .product_listing .view-sort-content {
    display: inline-block;
    width: 50%;
    float: right;
    text-align: right;
}

.shop_page_outer .product_listing .view-sort-content form.woocommerce-ordering select.orderby {
    border: none;
    font-family: Hind;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #777676;
    cursor: pointer;
}

.shop_page_outer .filter_sidebar .bapf_sfilter ul li svg.svg-inline--fa.fa-plus.fa-w-14.bapf_ochild {
    display: none;
}

.shop_page_outer .filter_sidebar .bapf_sfilter ul li ul {
    display: none;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0;
    padding: 10px 50px;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb {
    font-family: Hind;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #222222;
}

.woocommerce .woocommerce-breadcrumb a {
    text-decoration-line: underline;
}

.shop_page_outer .filter_sidebar .bapf_head {
    cursor: pointer;
    position: relative;
}

.shop_page_outer .filter_sidebar .bapf_head:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #222;
    right: 0px;
    top: 15px;
}

.shop_page_outer .filter_sidebar .bapf_sfilter.active .bapf_head:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #222;
    right: 0px;
    top: 15px;
    transform: rotate(90deg);
}

.shop_page_outer .filter_sidebar .bapf_sfilter .bapf_body {
    display: block !important;
}

.shop_page_outer .filter_sidebar .bapf_sfilter.active .bapf_body {
    display: none !important;
}

/*.shop_page_outer .filter_sidebar .bapf_sfilter.bapf_head:after{ content: none; }*/
.shop_page_outer .filter_sidebar .bapf_sfilter .bapf_body {
    display: block;
}

.shop_page_outer .filter_sidebar .berocket_single_filter_widget {
    border-bottom: 1px solid #bcbcbc;
    margin-top: 5px;
}

.shop_page_outer .filter_sidebar .berocket_single_filter_widget .bapf_sfilter {
    margin-bottom: 0;
}

[data-taxonomy="pa_grade"] ul {
    display: flex;
    flex-direction: column;
}
[data-taxonomy="pa_grade"] ul li {
    order: 2;
}
[data-taxonomy="pa_grade"] ul li:last-of-type {
    order: 1;
}

/* Cart Page Css*/
.woocommerce-cart h1.entry-title {
    display: none;
}

.woocommerce-cart .cart_section_outer {
    padding-top: 30px;
    padding-bottom: 50px;
}

.woocommerce-cart .cart_section_outer h3.color-dark-blue {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #1C4359;
}

.woocommerce-cart .cart_section_outer .shop_table th {
    font-family: Hind;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.woocommerce-cart .cart_section_outer ul#breadcrumbs {
    padding-bottom: 20px;
}

.woocommerce-cart .cart_section_outer .shop_table th.product-remove,
.woocommerce-cart .cart_section_outer .shop_table td.product-remove {
    display: none;
}

.woocommerce-cart .cart_section_outer .shop_table th.product-name {
    padding-left: 0;
}

.woocommerce-cart .cart_section_outer .shop_table td.product-thumbnail {
    padding-left: 0;
}

.woocommerce-cart .cart_section_outer .shop_table td.product-thumbnail img {
    width: 100%;
    max-width: 66px;
}

.woocommerce-cart .cart_section_outer .shop_table td.product-name a {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}

.woocommerce-cart .cart_section_outer form.woocommerce-cart-form {
    padding-top: 20px;
}

.woocommerce-cart .cart_section_outer .shop_table span.woocommerce-Price-amount.amount {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;

    text-align: center;
    color: #000000;
}

.woocommerce-cart .cart_section_outer .woocommerce-cart-form .points-cta {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #14435B;
}

.woocommerce-cart .cart_section_outer .woocommerce-cart-form .premium-cta p {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 0px;
}

.woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals table.shop_table tr th {
    padding-left: 0px;
}

.woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals table.shop_table tr td {
    text-align: right;
    padding-right: 0px
}

.woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals table.shop_table tr.cart-discount.coupon-summerprep {
    position: relative;
}

.woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals table.shop_table tr.cart-discount.coupon-summerprep th,
.woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals table.shop_table tr.cart-discount.coupon-summerprep td {
    padding-bottom: 20px;
}

.woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals table.shop_table a.woocommerce-remove-coupon {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #4894A4;
    left: 0;
    bottom: 0;
}

.woocommerce-cart .cart_section_outer .woocommerce-cart-form .premium-cta p a {
    color: #222222;
    font-weight: 800;
}

.woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals h2 {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
}

.woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals a.btn {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals a.btn:hover {
    background: #4D8799;
}

.woocommerce-cart .cart_section_outer input::-webkit-outer-spin-button,
.woocommerce-cart .cart_section_outer input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.woocommerce-cart .cart_section_outer input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce-cart .cart_section_outer table.shop_table td.product-quantity input.qty {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    border-radius: 0px;
    height: 40px;
    width: 40px;
    float: left;
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;

}

.woocommerce-cart .cart_section_outer table.shop_table td.product-quantity button.minus {
    border-right: 1px solid #797979;
}

.woocommerce-cart .cart_section_outer table.shop_table td.product-quantity button.plus {
    border-left: 1px solid #797979;
}

.quantity button.minus {
    display: none;
}

.quantity button.plus {
    display: none;
}

.woocommerce-cart .cart_section_outer table.shop_table td.product-quantity button {
    width: 40px;
    height: 40px;
    float: left;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    display: block;
}

.woocommerce-cart .cart_section_outer table.shop_table td.product-quantity .quantity {
    border: 1px solid #797979;
    display: block;
    float: left;
    border-radius: 4px;
    font-size: 0px;
    width: 122px;
}

.woocommerce-cart .cart_section_outer table.shop_table td.product-quantity button.minus::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 14px;
    background: #000;
    left: 13px;
}

.woocommerce-cart .cart_section_outer table.shop_table td.product-quantity button.plus::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 14px;
    background: #000;
    left: 13px;
}

.woocommerce-cart .cart_section_outer table.shop_table td.product-quantity button.plus::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 14px;
    background: #000;
    left: 13px;
    transform: rotate(90deg);
}

.woocommerce-cart .cart_section_outer .shop_table th.product-subtotal,
.woocommerce-cart .cart_section_outer .shop_table td.product-subtotal {
    display: none;
}

.woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals tr.order-total {
    display: none;
}

.woocommerce-cart main#primary {
    border-top: 24px solid #4D8799;
}

.woocommerce-cart .cart_section_outer .shop_table button.button {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #01445E;
    margin-right: 5px;
}

.woocommerce-cart .cart_section_outer .shop_table button.button[name="update_cart"] {
    float: right;
}

.woocommerce-cart .cart_section_outer .shop_table button.button:hover {
    background: #4D8799;
}

.woocommerce-cart nav.woocommerce-breadcrumb {
    margin: 0;
    padding: 10px 0;
}

.woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    text-align: center;
}

/* Check out page css*/
.woocommerce-checkout main#primary {
    border-top: 24px solid #4D8799;
}

.woocommerce-checkout h1.entry-title {
    display: none;
}

.woocommerce-checkout .woocommerce-info.wc_points_rewards_earn_points {
    display: none;
}

.woocommerce-checkout .woocommerce-form-login-toggle {
    display: none;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-checkout nav.woocommerce-breadcrumb {
    margin: 0;
    padding: 10px 0;
}

.woocommerce-checkout .checkout_outer {
    padding-top: 30px;
    padding-bottom: 50px;
}

.woocommerce-checkout .checkout_outer .checkout.woocommerce-checkout h3 {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #1C4359;
    margin-bottom: 20px;
}

.woocommerce-checkout .checkout_outer .woocommerce-billing-fields label {
    /* line-height: 2; */
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    padding-bottom: 5px;
}

.woocommerce-checkout .checkout_outer .woocommerce-billing-fields input,
.woocommerce-checkout .checkout_outer .woocommerce-account-fields input {
    border: 1px solid #777676;
    border-radius: 4px;
    height: 48px;
    padding: 10px 15px;
}

.woocommerce-checkout .checkout_outer .woocommerce-billing-fields .select2-selection__arrow {
    height: 48px;
}

.woocommerce-checkout .checkout_outer .woocommerce-billing-fields p.form-row {
    margin-bottom: 30px;
}

.woocommerce-checkout .checkout_outer .woocommerce-billing-fields .form-row .select2-selection {
    height: 48px;
    padding: 10px 15px;
}

.woocommerce-checkout .checkout_outer .checkout_detials {
    padding-bottom: 40px;
}

.woocommerce-checkout .checkout_outer .checkout_detials h3 {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #1C4359;
    margin-bottom: 20px;
    border-bottom: 2px solid #1C4359;
    padding-bottom: 10px;
}

.woocommerce-checkout .checkout_outer .checkout_detials p.already_login,
.woocommerce-checkout .checkout_outer .checkout_detials p.already_login a {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #14435B;
}

.woocommerce-checkout .checkout_outer .checkout_detials p.already_login a {
    font-weight: bold;
}

.woocommerce-checkout .checkout_outer .checkout_detials .checkout_cta {
    background: #EDEFF0;
    padding: 26px 32px;
}

.woocommerce-checkout .checkout_outer .checkout_detials .checkout_cta p {
    font-family: Noah Grotesque;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 20px;
}

.woocommerce-checkout .checkout_outer .checkout_detials .checkout_cta p strong {
    display: block;
}

.woocommerce-checkout .checkout_outer .checkout_detials .checkout_cta ul.other_login_opt li {
    display: inline-block;
    padding-right: 30px;
}

.woocommerce-checkout .checkout_outer .checkout_detials .checkout_cta ul.other_login_opt li img {
    width: 100%;
    max-width: 238px;
}

.woocommerce-checkout .checkout_outer .checkout_detials .checkout_cta ul.other_login_opt li a {
    display: block;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout .checkout_outer .woocommerce-billing-fields p#billing_email_field,
.woocommerce-checkout .checkout_outer .woocommerce-billing-fields p#billing_em_ver_field {
    width: 100%;
}

.woocommerce-checkout .checkout_outer .woocommerce-account-fields p#account_password_field {
    width: 47%;
    overflow: visible;
    float: left;
    margin-bottom: 30px;
}

.woocommerce-checkout .checkout_outer .woocommerce-account-fields p#account_confirm_password_field {
    width: 47%;
    overflow: visible;
    float: right;
    margin-bottom: 30px;
}

.woocommerce-checkout .checkout_outer form .form-row .required {
    visibility: visible;
    color: #ff661f;
}

.woocommerce-checkout .checkout_outer .woocommerce-additional-fields {
    display: none;
}

.woocommerce-checkout .checkout_outer div#customer_details {
    padding-bottom: 10px;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout-payment ul li.wc_payment_method.payment_method_paypal {
    border: 1px solid #14435B !important;
    background: #E9F4F8 !important;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout-payment ul {
    border-bottom: none !important;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout-payment ul li .payment_box.payment_method_paypal {
    display: none !important;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout-payment ul li {
    padding: 5px 20px !important;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout-payment ul li.wc_payment_method.payment_method_paypal a {
    display: none;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout .form-row.place-order {
    padding: 0 !important;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout .form-row.place-order label.checkbox {
    font-family: Hind;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout .form-row.place-order label.checkbox input {
    opacity: 0;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout .form-row.place-order label.checkbox input[type=checkbox]+span {

    position: relative;
    padding-left: 0px;
    cursor: pointer;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout .form-row.place-order label.checkbox span a {
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    text-transform: capitalize;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout .form-row.place-order label.checkbox input[type=checkbox]+span::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    left: -25px;
    top: 3px;
    border: 2px solid #DADADA;
    border-radius: 2px;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout .form-row.place-order label.checkbox input[type=checkbox]:checked+span::before {
    background: #054560;
    content: "";
    color: #fff;
    font-size: 11px;
    border: 2px solid #054560;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout .form-row.place-order label.checkbox input[type=checkbox]:checked+span::after {
    position: absolute;
    content: "";
    left: -19px;
    top: 6px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout .form-row.place-order button#place_order {
    float: left !important;
    background: #FF661F;
    border-radius: 4px;
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    height: 48px;
    width: 248px;
    margin-top: 30px;
    transition: .3s;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout .form-row.place-order button#place_order:hover {
    background: #14435B;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout-payment ul li label {
    font-size: 0px;
}

.woocommerce-checkout .checkout_outer .woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout .checkout_outer .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
    display: none;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table {
    border: none;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table th.product-remove,
.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-remove {
    display: none;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table th {
    font-family: Hind;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-name a {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-thumbnail img {
    width: 100%;
    max-width: 66px;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table span.woocommerce-Price-amount.amount {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity .quantity {
    border: 1px solid #797979;
    display: block;
    float: left;
    border-radius: 4px;
    font-size: 0px;
    width: 122px;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity input.qty {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    border-radius: 0px;
    height: 40px;
    width: 40px;
    float: left;
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity button {
    width: 40px;
    height: 40px;
    float: left;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    display: block;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity button.minus {
    border-right: 1px solid #797979;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity button.plus {
    border-left: 1px solid #797979;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity button.minus::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 14px;
    background: #000;
    left: 13px;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity button.plus::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 14px;
    background: #000;
    left: 13px;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity button.plus::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 14px;
    background: #000;
    left: 13px;
    transform: rotate(90deg);
}

.woocommerce-checkout .checkout_outer .your_orders_details {
    display: block;
    padding-top: 40px;
}

.woocommerce-checkout .checkout_outer .your_orders_details h3 {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #1C4359;
    margin-bottom: 20px;
}

.woocommerce-checkout .checkout_outer .your_orders_details input::-webkit-outer-spin-button,
.woocommerce-checkout .checkout_outer .your_orders_details input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.woocommerce-checkout .checkout_outer .your_orders_details input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td {
    border-top: 1px solid #C4C4C4;
}

.woocommerce-checkout .checkout_outer .your_orders_details table.shop_table tr:last-child td {
    border-bottom: 1px solid #C4C4C4;
}

.woocommerce-checkout .checkout_outer #checkout-sidebar .cart_totals {
    width: 100%;
    border: 1px solid #054560;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 34px;
}

.woocommerce-checkout .checkout_outer #checkout-sidebar .cart_totals h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #14435B;
    /*border-bottom: 1px solid #C4C4C4;*/
    padding-bottom: 10px;
}

.woocommerce-checkout .checkout_outer #checkout-sidebar .cart_totals table.shop_table {
    border: none;
    margin-bottom: 0px;
}

.woocommerce-checkout .checkout_outer #checkout-sidebar .cart_totals table.shop_table th {
    font-family: Hind;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    padding-left: 0px;
}

.woocommerce-checkout .checkout_outer #checkout-sidebar .cart_totals th.product-total {
    display: none;
}

.woocommerce-checkout .checkout_outer #checkout-sidebar .cart_totals table.shop_table td {
    font-family: Hind;
    font-style: normal;
    text-align: right;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    padding-right: 0px;
}

.woocommerce-checkout .checkout_outer #checkout-sidebar .cart_totals table.shop_table tr.cart-discount.coupon-summerprep {
    position: relative;
}

.woocommerce-checkout .checkout_outer #checkout-sidebar .cart_totals table.shop_table tr.cart-discount.coupon-summerprep th,
.woocommerce-checkout .checkout_outer #checkout-sidebar .cart_totals table.shop_table tr.cart-discount.coupon-summerprep td {
    padding-bottom: 40px;
}

.woocommerce-checkout .checkout_outer #checkout-sidebar .cart_totals table.shop_table a.woocommerce-remove-coupon {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #4894A4;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.woocommerce-checkout .checkout_outer #checkout-sidebar .cart_totals table.shop_table tr.order-total th,
.woocommerce-checkout .checkout_outer #checkout-sidebar .cart_totals table.shop_table tr.order-total th {
    font-weight: 800;
}

/*-- My Account page Comman style Start--*/
.woocommerce-account main#primary::before {
    content: "";
    height: 24px;
    width: 100%;
    background: #4D8799;
    position: absolute;
    left: 0;
    top: 0;
}

.woocommerce-account main#primary {
    position: relative;
    padding-top: 24px;
}

.woocommerce-account .entry-footer a.post-edit-link {
    display: none;
}

.woocommerce-account header.entry-header {
    display: none;
}

.woocommerce-account .woocommerce {
    display: flex;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation {
    width: 275px;
    background: #E9F4F8;
    box-shadow: 1px 0px 6px 0px #ccc;
    margin-left: -15px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 335px);
    margin-left: 55px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation nav.woocommerce-breadcrumb {
    height: 75px;
    padding-top: 16px;
}

nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    font-family: Hind;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    padding: 15px 48px;
    display: block;
    border-bottom: 1px solid #D8E9EF;
    border-left: 4px solid transparent;
}

nav.woocommerce-MyAccount-navigation ul li:nth-child(1) a {
    border-top: 1px solid #D8E9EF;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    border-left: 4px solid #FF661F;
    color: #FF661F;
    font-weight: bold;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    border-left: 4px solid #FF661F;
    color: #FF661F;
    font-weight: bold;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
    border: 1px solid #4D8799 !important;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    align-items: center;
    text-align: center;
    color: #4D8799;
    padding: 12px 20px !important;
    height: 48px;
    text-transform: uppercase;
    text-decoration: none;
    width: 180px;
    margin: 40px auto;
    transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #ef6537 !important;
    color: #fff !important;
    border-color: #ef6537 !important;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--pw-gift-card-balance {
    display: none !important;
}

/*-- My Account page Comman style End--*/


/*-- Reward Points style Start--*/
.ettc-point-earned {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #14435B;
}

.ettc-total-points {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 55px;
    display: flex;
    align-items: center;
    color: #1C4359;
    margin: 8px 0 24px;
}

.ettc-h2 {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
    color: #1C4359;
}

.ettc-body1 {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 129.19%;
    color: #222222;
}

.ettc-li-content {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 129.19%;
    color: #222222;
}

.ettc-more-about-points-outer {
    margin-bottom: 56px;
}

.ettc-eran-more-points-outer ul.ettc-li-content {
    margin: 16px 0;
}

.ettc-more-about-points-outer .ettc-body1 {
    margin: 16px 0;
}

.ettc-eran-more-points-outer ul.ettc-li-content li {
    position: relative;
    padding-left: 15px;
}

.ettc-eran-more-points-outer ul.ettc-li-content li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #FF661F;
    position: absolute;
    left: 2px;
    display: inline-block;
    top: 8px;
}

/*-- Reward Points style End--*/

/*-- Gift Card style start--*/
form#pwgc-balance-form #pwgc-balance-container::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    content: "";
    background-image: url(/wp-content/uploads/2021/07/Group-560.png);
    background-size: cover;
}

.page-id-15629 h1.entry-title {
    display: none;
}
.page-id-15629 footer.entry-footer span.edit-link {
    display: none;
}
form#pwgc-balance-form #pwgc-balance-container {
    width: 791px;
    border: 2px solid #054560;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    padding: 50px;
    margin: 25px auto;
}
.accountouter {
    display: flex;
    flex-wrap: wrap;
}

div#pwgc-balance-title {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 107.9%;
    align-items: center;
    text-align: center;
    color: #054560;
    margin-top: 32px;
    margin-bottom: 0;
}

input#pwgc-balance-number {
    border: 1px solid #054560;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    padding: 8px 15px;
}

input#pwgc-balance-button {
    background: #01445E;
    border-radius: 4px;
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 25px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease-in-out;
}

svg.svg-inline--fa.fa-gift.fa-w-16.fa-7x path {
    fill: #054560;
}
.accountouter nav.woocommerce-MyAccount-navigation {
    width: 275px;
    background: #E9F4F8;
    box-shadow: 1px 0px 6px 0px #ccc;
    margin-left: -15px;
}
.accountouter #pwgc-balance-form {
    width: calc(100% - 335px);
    margin-left: 55px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.page-id-15629 li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--anyuniquetext123 a {
    color: #ef6537;
    border-left-color: #ef6537;
}
.accountouter nav.woocommerce-breadcrumb {
    height: 75px;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    font-family: Hind;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    padding: 15px 48px;
    display: block;
}

.accountouter nav.woocommerce-breadcrumb a {
    color: #222222;
}
.accountouter nav.woocommerce-MyAccount-navigation .mtm, .woocommerce-account nav.woocommerce-MyAccount-navigation .mtm {
    margin-top: 0 !important;
}
/*-- Gift Card style End--*/

/*-- Method style End--*/
table.ettc-account-method-payment {
    width: 100%;
}

table.ettc-account-method-payment thead tr th {
    border-bottom: 1px solid #C4C4C4;
    text-align: left;
    padding: 8px 0;
}

table.ettc-account-method-payment tbody tr td {
    padding: 8px 0;
    border-bottom: 1px solid #C4C4C4;
}

.img-title {
    display: flex;
    align-items: center;
}

.method-title {
    padding-left: 0px;
}

a.btn.btn-payment-method {
    margin-top: 40px;
}

a.btn.btn-delete {
    border: 1px solid #14435B;
    background: transparent;
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #14435B;
}

a.btn.btn-make-default {
    background: #14435B;
    border: 1px solid #14435B;
    box-sizing: border-box;
    border-radius: 4px;
}

/*-- Method style End--*/

/*-- Profile style Start--*/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    background: #FFFFFF;
    border: 1px solid #777676;
    border-radius: 4px;
    padding: 13px 16px;
}

button.woocommerce-Button.button {
    background: #FF661F;
    border-radius: 4px;
    color: #fff;
    height: 48px;
    margin-top: 40px;
    text-transform: uppercase;
    padding: 13px 20px;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
}

/*-- Profile style End--*/

/*-- Order Confirmation Thank You page style start --*/
.order-confimation-outer {
    width: 952px;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0 80px;
}

.order-confimation-outer .ettc-order-download a.btn-download-order {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    background: #01445E;
    height: 46px;
    border-radius: 4px;
    display: block;
    text-transform: uppercase;
    width: 150px;
    float: left;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.order-confimation-outer .ettc-order-download a.btn-download-order:hover {
    color: #FFFFFF;
    background: #4D8799;
}
.order-succes-msg-box {
    border: 1px solid #14435B;
    box-sizing: border-box;
    border-radius: 8px;
    border-top: 8px solid #14435B;
    padding: 70px;
    text-align: center;
}

.woocommerce-checkout .woocommerce-info {
    display: none;
}

.order-success-h1 {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 107.9%;
    align-items: center;
    text-align: center;
    color: #14435B;
}

.order-succes-msg-box h2.ettc-h2 {
    display: inline-block;
    margin: 32px 0 40px;
}

.order-mail-id {
    font-family: Hind;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

.order-received-points {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 26px 98px;
    background: #EDEFF0;
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #14435B;
}

.order-download-outer {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.order-download-content {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

table.ettc-order-download {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

table.ettc-order-download thead tr th {
    border-bottom: 1px solid #C4C4C4;
    padding: 8px 0;
}

table.ettc-order-download tbody tr td {
    border-bottom: 1px solid #C4C4C4;
    padding: 30px 0;
}

table.ettc-order-download thead tr th:nth-child(2) {
    width: 140px;
}

table.ettc-order-details-table {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

table.ettc-order-details-table thead tr th {
    border-bottom: 1px solid #C4C4C4;
    padding: 8px 0;
}

table.ettc-order-details-table tbody tr td {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px 0;
    min-width: 100px;
}

.order-save-library-box {
    background: #14435B;
    text-align: center;
    padding: 56px;
    color: #fff;
    border-radius: 8px;
}

.order-confimation-outer .order-download-outer table.ettc-order-details-table img {
    max-width: 65px;
    vertical-align: middle;
    margin-right: 20px;
}

.save-msg-contetn {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 107.9%;
    align-items: center;
    text-align: center;
    color: #F4D345;
    margin-bottom: 40px;
}

a.btn.btn-member-library {
    background: #FF661F;
    border-radius: 4px;
    width: 285px;
    font-size: 18px;
    line-height: 22px;
}
a.btn.btn-member-library:hover {
    background: #ff9e00;
}
/*-- Order Confirmation Thank You page style End --*/

.woocommerce span.onsale {
    padding: unset;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 45px;
    top: 5px;
    left: 5px;
    margin: 0;
    border-radius: 100%;
    background-color: #FF9E00;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    display: block;
    width: 45px;
    height: 45px;
    min-height: unset;
    min-width: unset;
    transition: opacity 0.3s ease-in-out;
}

.resource-card:hover span.onsale {
    opacity: 0.4;
}

/* Download history page css*/
.woocommerce-downloads section.woocommerce-order-downloads table {
    border: none;
}

.woocommerce-downloads section.woocommerce-order-downloads td.download-product a {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
}

.woocommerce-downloads section.woocommerce-order-downloads td {
    border-top: 1px solid #c4c4c4;
}

.woocommerce-downloads section.woocommerce-order-downloads tr:last-child td {
    border-bottom: 1px solid #c4c4c4;
}

.woocommerce-downloads section.woocommerce-order-downloads td.download-product {
    padding-left: 0;
}

.woocommerce-downloads section.woocommerce-order-downloads a.woocommerce-MyAccount-downloads-file {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    background: #01445E;
    height: 46px;
    border-radius: 4px;
    display: block;
    text-transform: uppercase;
    width: 150px;
    float: left;
    padding: 0px;
    transition: all 0.3s ease-in-out;
}

.woocommerce-downloads section.woocommerce-order-downloads a.woocommerce-MyAccount-downloads-file:hover {
    background: #4D8799;
}

.woocommerce-downloads section.woocommerce-order-downloads table.woocommerce-table th.download-product {
    padding-left: 0px;
}

/* order history page css*/
.woocommerce-orders .woocommerce-MyAccount-content table.ettc-order-details-table img {
    max-width: 65px;
    vertical-align: middle;
    margin-right: 20px;
}

/* profile page*/
.woocommerce-account form.woocommerce-EditAccountForm.edit-account label {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.woocommerce-account form.woocommerce-EditAccountForm.edit-account input {
    padding: 8px 16px;
    font-size: 18px;
    font-family: Noah Grotesque;
}

.woocommerce-account form.woocommerce-EditAccountForm.edit-account textarea {
    padding: 8px 16px;
    font-size: 18px;
    font-family: Noah Grotesque;
}

.woocommerce-account form.woocommerce-EditAccountForm.edit-account span em {
    font-family: Hind;
    color: #777676;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    background: #01445E;
    height: 46px;
    border-radius: 4px;
    display: block;
    text-transform: uppercase;
    float: left;
    padding: 0px 20px;
    transition: all 0.3s ease-in-out;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #4D8799;
    color: #fff;
}
.woocommerce-MyAccount-content .wc-social-login-profile {
    border-top: 1px solid #eee;
    padding-top: 20px;
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    display: inline-block;
}

/*--Profile page style Start--*/
.profile-outer {
    margin-bottom: 24px;
}

.password-outer {
    margin: 28px 0 24px;
}
.social-outer .wc-social-login-profile {
    padding-top: 0 !important;
    border-top: none !important;
}
.woocommerce-MyAccount-content fieldset {
    border: none;
    padding: 0;
    width: 384px;
    max-width: 100%;
}

.woocommerce-MyAccount-content fieldset {
    border: none;
    padding: 0;
}
.woocommerce-MyAccount-content fieldset legend {
    display: none;
}

.woocommerce-account form.woocommerce-EditAccountForm.edit-account input.input-text {
    padding: 8px 16px;
    font-size: 18px;
    font-family: Noah Grotesque;
    background: #FFFFFF;
    border: 1px solid #777676;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    margin-top: 10px;
}
form.woocommerce-EditAccountForm.edit-account {
    width: 791px;
}
.password-strength-title {
    font-family: Hind;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #222222;
}
.password-strength-sub-content {
    font-family: Hind;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    color: #222222;
    display: block;
    margin: 20px 0 10px;
}
.password-strength-row2 {
    display: flex;
    margin-left: -5px;
}
.password-strength-row2 span {
    width: 33.33%;
    display: block;
    height: 9px;
    border: 1px solid #ccc;
    margin: 5px;
    background: #CBCBCB;
    border-radius: 4px;
}
.password-strength-row2 span.active {
    background: green;
    border-color: green;
}
button.woocommerce-Button.button.disabled {
    line-height: 20px;
}
.social-outer a img {
    height: 40px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
    overflow: visible;
}

.woocommerce-account form.woocommerce-EditAccountForm .form-check label {
    font-family: Noah Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}
.password-strength-outer {
    margin-bottom: 20px;
}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin-bottom: 20px;
}
button.woocommerce-Button.button[value="Save changes"] {
    background: #FF661F;
    margin-top: 24px;
    width: 216px;
    text-align: center;
}
label[for="account_display_name"] {
    margin-top: 24px;
}
button.woocommerce-Button.button[value="Save changes"]:hover {
    background: #ff9e00;
}


.form-check-input {
    position: absolute;
    opacity: 0;
  }
  .form-check-input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .form-check-input + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #777676;
    border-radius: 100%;
  }
  .form-check-input:hover + label:before {
    background: #14435B;
  }
  .form-check-input:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .form-check-input:checked + label:before {
    background: #14435B;
  }
  .form-check-input:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .form-check-input:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .form-check-input:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
  }
  .social-outer {
    margin-top: 40px;
}

.social-outer h2.ettc-h2 + a {
    margin-top: 16px;
    display: block;
}
/*--Profile page style End--*/


form[name="checkout"] .cart_item .product-quantity button {
    display: none;
}


/*******************
		MEDIA CSS
********************/
@media screen and (min-width: 1440px) {
    .woocommerce-account .container {
        max-width: 1440px;

    }
    .page-id-15629 .container {
        max-width: 1440px;
    } 
}

@media screen and (max-width: 1440px) {
    .woocommerce-account .container {
        max-width: 100%;

    }
    .page-id-15629 .container {
        max-width: 100%;
    } 
}

@media (max-width: 1399px) {
    header#masthead .site-navigation li a.btn {
        padding-left: 1.3rem;
        padding-right: 1.3rem;
        font-size: 18px;
    }

    header#masthead .site-navigation li a.btn-secondary {
        padding-right: 1.3rem;
        padding-left: 1.3rem;
        font-size: 18px;
    }

    header #top-menu li {
        display: inline-block;
        margin-right: 12px;
    }

    footer#colophon ul#social li.social_item {
        margin-left: 10px;
    }
}

@media (max-width: 1249px) {
    .woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals a.btn {
        width: 100%;
        font-size: 15px;
    }

    header#masthead .site-navigation li a.btn {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 16px;
    }

    header#masthead .site-navigation li a.btn-secondary {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 16px;
    }

}

@media (max-width: 1199px) {
    .woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals {
        padding: 24px;
    }
    form#pwgc-balance-form #pwgc-balance-container {
        width: 100%;
    }
    form.woocommerce-EditAccountForm.edit-account {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals {
        padding: 15px;
    }

    .woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals a.btn {
        width: 100%;
        font-size: 12px;
        padding-left: 0rem;
        padding-right: 0rem;
        height: 4rem;
    }
}

@media (max-width: 900px) {
    header#masthead .container-fluid {
        height: auto;
        flex-wrap: wrap;

    }

    header#masthead {
        height: auto;
        background: #fff;
        padding-bottom: 15px;
    }

    header#masthead .container-fluid .col-3,
    header#masthead .container-fluid .col-2 {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }

    header#masthead .container-fluid .top-nav-links {
        padding: 10px 0px;
    }

    ul#category-menu li a {
        font-size: 16px;
    }

    .woocommerce-cart .cart_section_outer .shop_table td.product-quantity {
        min-width: 120px;
    }

    .woocommerce-cart .cart_section_outer table.shop_table td.product-quantity button {
        width: 30px;
        height: 30px
    }

    .woocommerce-cart .cart_section_outer table.shop_table td.product-quantity input.qty {
        height: 30px;
        width: 30px;
    }

    .woocommerce-cart .cart_section_outer table.shop_table td.product-quantity button.minus::before,
    .woocommerce-cart .cart_section_outer table.shop_table td.product-quantity button.plus::after,
    .woocommerce-cart .cart_section_outer table.shop_table td.product-quantity button.plus::before {
        left: 8px;
    }

    .woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity button.minus,
    .woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity input.qty,
    .woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity button.plus {
        width: 30px;
        height: 30px;
    }

    .woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity .quantity {
        width: 92px;
    }

    .woocommerce-cart .cart_section_outer table.shop_table td.product-quantity .quantity {
        width: 92px;
    }

    .woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity button.minus::before,
    .woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity button.plus::after,
    .woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity button.plus::before {
        left: 8px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin-left: 0;
        padding-top: 40px;
    }

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

@media (max-width: 768px) {
    .woocommerce-cart .cart_section_outer .shop_table td.product-quantity {
        min-width: 120px;
        float: left;
        width: 100%;
    }

    .woocommerce-cart .cart_section_outer .shop_table {
        float: left;
        width: 100%;
    }

    .woocommerce-cart .cart_section_outer table.shop_table td.product-quantity .quantity {
        float: right;
    }

    .woocommerce-downloads section.woocommerce-order-downloads tr td.download-file {
        float: left;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .woocommerce-downloads section.woocommerce-order-downloads a.woocommerce-MyAccount-downloads-file {
        float: right;
    }

    .woocommerce-downloads section.woocommerce-order-downloads tr:last-child td {
        border-bottom: none;
    }

    .woocommerce-downloads section.woocommerce-order-downloads tr:last-child td:last-child {
        border-bottom: 1px solid #c4c4c4;
    }
    .accountouter #pwgc-balance-form {
        width: 100%;
        margin-left: 0;
    }
    
}

@media (max-width: 767px) {
    header#masthead .container-fluid {
        height: auto;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    header#masthead {
        height: auto;
        background: #fff;
        padding-bottom: 15px;
    }

    header#masthead .container-fluid .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .shop_page_outer .filter_sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shop_page_outer .product_listing {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 20px;
    }

    .shop_page_outer .product_listing .view-sort-content {
        width: 100%;
    }

    .shop_page_outer .product_listing span.itemsorder {
        float: left;
        width: auto;
    }

    .woocommerce .shop_page_outer .product_listing .woocommerce-ordering {
        margin: 0 0 10px;
    }

    .woocommerce .woocommerce-breadcrumb {
        margin: 0;
        padding: 10px 15px;
    }

    .woocommerce-checkout .checkout_outer .woocommerce-billing-fields p.form-row,
    .woocommerce-checkout .checkout_outer .woocommerce-account-fields p#account_password_field,
    .woocommerce-checkout .checkout_outer .woocommerce-account-fields p#account_confirm_password_field {
        width: 100%;
    }

    .woocommerce-cart .cart_section_outer table.shop_table td.product-quantity .quantity {
        width: auto;
    }

    .woocommerce-checkout .checkout_outer .your_orders_details table.shop_table tr td.product-quantity {
        float: left;
        width: 100%;
    }

    .woocommerce-checkout .checkout_outer .your_orders_details table.shop_table td.product-quantity .quantity {
        width: auto;
        float: right;
    }

    .woocommerce-cart .cart_section_outer .cart-collaterals .cart_totals table.shop_table tr td {
        padding-left: 0px;
    }

    .woocommerce-checkout .checkout_outer .checkout_detials .checkout_cta {
        padding: 16px 22px;
    }

    .woocommerce-checkout .checkout_outer .container {
        padding: 0;
    }

    .order-received-points {
        padding: 26px 18px;
    }

    .order-confimation-outer .order-download-outer {
        overflow-x: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .order-confimation-outer .order-download-outer table.ettc-order-details-table img {
        float: left;
    }

    .order-confimation-outer table.ettc-order-details-table {
        min-width: 500px;
    }

    .order-confimation-outer table.ettc-order-details-table tbody tr td:nth-child {
        padding-left: 10px;
        padding-right: 10px;
    }

    .order-confimation-outer .order-download-outer {
        overflow-x: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .order-confimation-outer .order-succes-msg-box {
        padding: 30px;
    }

    .order-confimation-outer .ettc-order-download a.btn-download-order {
        font-size: 14px;
        line-height: 40px;
        width: 120px;
        float: left;
        margin-left: 10px;
        height: 40px;
    }

    .order-save-library-box {
        padding: 25px;
    }

    a.btn.btn-member-library {
        width: 235px;
    }

    .save-msg-contetn {
        font-size: 24px;
    }

    .order-success-h1 {
        font-size: 30px;
    }

    .woocommerce-orders .woocommerce-MyAccount-content {
        overflow-x: auto;
    }

    .woocommerce-orders .woocommerce-MyAccount-content table.ettc-order-details-table img {
        float: left;
    }

    .woocommerce-orders .woocommerce-MyAccount-content table.ettc-order-details-table {
        min-width: 500px;
    }

}


.shop_page_outer .product_listing li.resource-card .resource-meta, .related.products li.resource-card .resource-meta {
    padding-bottom: 60px;
  }
  
  
  .shop_page_outer .product_listing li.resource-card span.price, .related.products li.resource-card span.price {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    right: 15px;
    background:white;
    border-top: 1px solid #4D8799;
    padding-top:5px;
  }
  
  .shop_page_outer .product_listing li.resource-card h2, .related.products li.resource-card h2 {
    border-bottom: 0px !important;
    background:none  !important;
    padding:0px  !important;margin:0px  !important;
    display:block;
    width:calc(100% - 30px)  !important;
    line-height:25px  !important;
    position:relative;
    top:10px ;
    overflow:hidden;
    transition:height 0.2s ease-in-out;
    height: 25px;
  }
  
  
  .shop_page_outer .product_listing li.resource-card h2 span, .related.products li.resource-card h2 span {
    display:block;
  }