/** Start woocommrece page container css **/

@media (min-width: 1200px) {
.site-header, body:not([class*=elementor-page-]) .site-main {
	max-width: 1210px !important;
    padding-left: 20px;
    padding-right: 20px;
}
}

/** End woocommrece page container css **/


/** Start woocommrece common css */

a:hover {
	text-decoration: none !important;
}
a:focus, button:focus, a.button:focus {
	outline: none !important;
	text-decoration: none !important;
}
.woocommerce-breadcrumb {
    font-family: 'Roboto-Regular';
    font-size: 1em !important;
    letter-spacing: 0.8px;
    line-height: 1.5em;
    color: #000000 !important;
	margin-bottom: 0 !important;
	text-transform: capitalize;
}
.woocommerce-breadcrumb a {
    color: #555555 !important;
}
.woocommerce-breadcrumb a:hover {
    color: #356496 !important;
}
.woocommerce-breadcrumb span.separator {
    padding: 0 10px;
}
.woocommerce form .form-row {
    padding: 0;
}
form.woocommerce-form .form-row {
    padding: 0;
    margin-bottom: 26px;
}
form.woocommerce-form label,
form.checkout.woocommerce-checkout label {
    color: #000000;
    font-size: 1em;
    line-height: 1.4375em !important;
    letter-spacing: 0.32px;
    font-family: 'Roboto-Medium';
    font-weight: 500;
    margin-bottom: 18px;
	text-transform: capitalize;
	margin-top: 0;
}
form.woocommerce-form input.input-text,
.psg-single-blog-checkout-form form.checkout_coupon input.input-text,
form.checkout.woocommerce-checkout input.input-text {
    background: #FFFFFF;
    padding: 12px 20px;
    height: 50px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    color: #000000;
    font-family: 'Roboto-Light';
    font-size: 1em;
    letter-spacing: 0.32px;
    line-height: 1.1875em !important;
}
form.woocommerce-form textarea.input-text,
form.checkout.woocommerce-checkout textarea.input-text {
    background: #FFFFFF;
    padding: 12px 20px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    color: #000000;
    font-family: 'Roboto-Light';
    font-size: 1em !important;
    letter-spacing: 0.32px;
    line-height: 1.1875em !important;
    height: 80px !important;
}
form.woocommerce-form input.input-text::-webkit-input-placeholder,
form.woocommerce-form textarea.input-text::-webkit-input-placeholder,
form.checkout.woocommerce-checkout input.input-text::-webkit-input-placeholder,
form.checkout.woocommerce-checkout textarea.input-text::-webkit-input-placeholder {
	color: #AAAAAA;
}
form.woocommerce-form .form-row .required,
form.checkout.woocommerce-checkout label .required {
    color: #E50F46;
    font-weight: 500;
}
.woocommerce-error {
    font-family: 'Roboto-Regular';
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.375em;
    color: #E31414;
    border-width: 0;
    background: #F4F4F4;
    padding: 8px 20px 8px 50px;
    border-top: 2px solid #E31414;
}
.woocommerce-error a,
.woocommerce-info a {
    font-family: 'Roboto-Medium' !important;
	color: #356496 !important;
}
.psg-woocommrece-login-wrp .woocommerce-error,
.psg-woocommrece-login-wrp .woocommerce-message,
.psg-woocommrece-login-wrp .woocommerce-info {
    box-shadow: 0px 4px 15px #00000029;
}
.woocommerce-error li {
    color: #E31414;
    font-size: 1em;
    line-height: 1.375em;
    letter-spacing: 0.8px;
    font-family: 'Roboto-Regular';
}
.woocommerce-error li strong {
    font-family: 'Roboto-Medium';
    font-weight: 500;
}
.single-product .woocommerce-message {
    line-height: 40px;
    margin-top: 20px;
}
.woocommerce-info, .woocommerce-message {
    border-top-color: #223F5E;
    font-family: 'Roboto-Regular';
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.375em;
    color: #000000;
    border-width: 2px !important;
    background: #F4F4F4;
    padding: 10px 20px;
    padding-left: 50px;
}
.cart-empty.woocommerce-info {
    margin-top: 30px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: "\f37e";
    font-family: 'Font Awesome 5 Pro';
    color: #000000;
    font-weight: 300;
    top: 8px;
    left: 20px;
}
.woocommerce-error::before {
    content: "\f071";
    color: #E31414;
}
.woocommerce-message a.button {
    font-weight: 400 !important;
    font-size: 0.875em;
    padding: 12px 25px !important;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.8px !important;
    color: #FFFFFF !important;
    line-height: 1.1875em !important;
    border-radius: 0;
    text-transform: capitalize;
    background: #223F5E;
}
.woocommerce-message a.button:hover {
    background: #356496;
}
.return-to-shop .button.wc-backward {
    font-weight: 400 !important;
    font-size: 1em !important;
    padding: 15px 25px !important;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.8px !important;
    color: #FFFFFF;
    line-height: 1.1875em;
    border-radius: 0;
    background: #223F5E;
    text-transform: capitalize;
}
.return-to-shop .button.wc-backward:hover {
    background: #356496;
    color: #FFFFFF;
}
a.showlogin {
    color: #ae2638;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1 !important;
}

/** End woocommrece common css **/


/** Start My account (login, forgot password, reset password) css **/

.psg-woocommrece-login {
    max-width: 630px;
    margin: 60px auto;
    margin-bottom: 80px;
    background: #F4F4F4;
    padding: 50px 65px;
}
.psg-woocommrece-login-heading {
    text-align: center;
    margin-bottom: 40px;
}
.psg-login-bottom-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 0px !important;
}
form.woocommerce-ResetPassword.lost_reset_password .form-row {
    margin-bottom: 30px;
}
form.woocommerce-ResetPassword.lost_reset_password .form-row:nth-of-type(2) {
    margin-bottom: 0;
}
.psg-login-bottom-wrapper p.form-row {
    margin-bottom: 0;
}
.psg-myccount-banner .woocommerce-LostPassword.lost_password a {
	font-size: 16px !important;
    color: #D91F25 !important;
    letter-spacing: 0.8px !important;
    line-height: 24px !important;
    font-family: 'Lexend-Regular' !important;
}
.psg-login-bottom-wrapper span {
    position: relative;
}
label.woocommerce-form-login__rememberme span:before {
    content: "";
    -webkit-appearance: none;
    background-color: #ffffff;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
}
input#rememberme:checked + span:before {
    border-color: #223F5E;
    background: #223F5E;
}
input#rememberme:checked + span:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 7px;
    width: 7px;
    height: 13px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.psg-woocommrece-login-wrp form.woocommerce-form button.woocommerce-button {
	font-size: 1em;
    padding: 14px 30px !important;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.8px;
    color: #FFFFFF !important;
    line-height: 1.1875em;
    border-radius: 0 !important;
    text-transform: capitalize;
    background: #223F5E !important;
    border: 1px solid #223F5E;
    width: 100%;
    margin-bottom: 30px;
    font-weight: 500;
    margin-right: 0;
    height: 50px;
}
.psg-woocommrece-login-wrp form.woocommerce-form button.woocommerce-button:hover {
    background: #356496 !important;
    border: 1px solid #356496;
}
.psg-login-bottom-wrapper input#rememberme {
    display: none;
}
.lost-password-reset-custom-wrapper {
    padding: 90px 110px;
}
.psg-woocommrece-login-wrp form.woocommerce-ResetPassword.lost_reset_password button {
    margin-bottom: 0;
}
h2.view-order-number span {
    color: #7ED2EA;
}
.psg-dashboard-login-page a {
    color: #356496 !important;
    text-decoration: none;
    font-family: 'Roboto-Medium' !important;
}
.psg-dashboard-login-page {
    padding: 80px 0;
}
.woocommerce-MyAccount-content .psg-dashboard-login-page p {
    font-size: 1em;
    line-height: 1.375em;
    letter-spacing: 0.8px;
    font-family: 'Roboto-Regular';
}
.woocommerce-MyAccount-content .psg-dashboard-login-page p strong {
    font-family: 'Roboto-Medium';
    font-weight: 500;
}
.psg-woocommrece-login-wrp {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0;
}
.psg-woocommrece-login-wrp-main .psg-woocommrece-login-wrp {
    max-width: 1170px;
    padding: 20px 0;
}
form.woocommerce-form.woocommerce-form-login.login {
    width: 100%;
    margin: 0 auto;
    border: 0;
    padding: 0;
}
.psg-woocommrece-login-inner .psg-woocommrece-login-heading h2 {
    color: #223F5E;
    font-size: 2.25em;
    line-height: 1.3334em;
    letter-spacing: 0.72px;
    font-family: 'Roboto-Bold';
    margin: 0;
    margin-bottom: 15px;
}
.psg-woo-login-subtext {
    font-size: 1em;
    color: #000000;
    letter-spacing: 0.8px;
    line-height: 1.5em;
    font-family: 'Roboto-Light';
}
.psg-login-bottom-wrapper .woocommerce-form-login__rememberme span {
    color: #000000;
    font-family: 'Roboto-Medium';
    font-size: 1em;
    letter-spacing: 0.32px;
    line-height: 1.1875em;
    text-transform: none;
}
.woocommerce-LostPassword.lost_password a {
    color: #356496;
    font-family: 'Roboto-Regular';
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.375em;
    text-decoration: underline !important;
    text-transform: capitalize;
}
.psg-login-bottom-text {
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 !important;
}
.psg-login-bottom-text a.psg-login-bottom-text-link {
    color: #555555;
    font-size: 1em;
    line-height: 1.375em;
    letter-spacing: 0.8px;
    font-family: 'Roboto-Light';
    text-decoration: underline !important;
}
.psg-login-bottom-text a.psg-login-bottom-text-link:hover {
    color: #356496;
}
.lost-password-reset-custom-text {
    font-size: 1em;
    font-family: 'Roboto-Regular';
    line-height: 1.375em;
    letter-spacing: 0.8px;
    color: #000000;
}

.elementor-popup-modal .dialog-message {
    font-size: 16px;
}

/** End My account (login) css **/


/** Start Sign Up css **/

form.woocommerce-form p.terms.wc-terms-and-conditions {
    margin-bottom: 30px;
}
.psg-woocommrece-login-inner span.psg-register-terms {
    color: #656565;
    font-size: 0.875em;
    line-height: 1.5715em;
    letter-spacing: 0.7px;
    font-family: 'Roboto-Light';
	text-transform: none;
}
span.psg-register-terms a {
    color: #000000 !important;
    font-family: 'Roboto-Light';
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 22px;
    font-weight: 400;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:focus {
	outline: none; 
}
.form-row.terms.wc-terms-and-conditions span.psg-register-terms:before {
    content: "";
    -webkit-appearance: none;
    background-color: #ffffff;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
}
.form-row.terms.wc-terms-and-conditions input#terms:checked + span.psg-register-terms:before {
    border-color: #223F5E;
    background-color: #223F5E;
}
.form-row.terms.wc-terms-and-conditions input#terms:checked + span.psg-register-terms:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 7px;
    width: 7px;
    height: 13px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg );
}
.psg-woocommrece-login form.woocommerce-form.register {
    width: 100%;
    margin: 0 auto;
}
input#terms {
    display: none;
}

/** End Sign Up css **/


/** Start Minicart css **/

ul.sub-menu.minicart {
    position: absolute;
    z-index: 10;
    display: none;
    width: 400px;
    visibility: hidden;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    font-size: inherit;
    padding: 0;
    max-height: 700px;
    box-shadow: 0px 4px 32px #00000029;
    top: calc(100% + 38px);
    right: -30px;
}
ul.sub-menu.minicart:after {
    content: "";
    height: 40px;
    position: absolute;
    top: -40px;
    width: 100%;
    right: 0;
}
a.tools-btn.minicart-menu-link {
    display: flex;
    align-items: center;
}
li#woo-header-cart:hover ul.sub-menu.minicart {
    display: block;
    visibility: visible;
}
.minicart-custom-title {
    font-family: 'Roboto-Regular';
    margin-top: 0;
    padding-top: 0;
    font-size: 1em;
    letter-spacing: 0.32px;
    line-height: 1.375em;
    color: #111111;
    font-weight: 400;
}
.woocommerce-mini-cart__total.total strong {
    font-family: 'Roboto-Medium';
    font-size: 1em;
    letter-spacing: 0.32px;
    color: #000000;
    font-weight: 500;
    padding-right: 15px;
    line-height: 1.375em;
}
.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount, .woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount bdi span {
    font-family: 'Roboto-Medium';
    font-size: 1em;
    letter-spacing: 0.32px;
    line-height: 1.375em;
    color: #000000;
}
.woocommerce-mini-cart__total.total {
    margin-top: 0;
    padding: 30px 30px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0 !important;;
}
.woocommerce-mini-cart__buttons.buttons {
	padding: 10px 30px 20px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.woocommerce-mini-cart__buttons.buttons a {
    background: #223F5E;
    border-radius: 0;
    font-size: 1em;
    padding: 16px 30px !important;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.8px;
    color: #FFFFFF !important;
    line-height: 1.1875em;
    font-weight: 400 !important;
    text-transform: capitalize;
    width: 160px;
    text-align: center;
    display: inline-block;
}
.minicart .woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward:hover {
    background: #223F5E;
}
.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward, 
.minicart .woocommerce-mini-cart__buttons.buttons a:hover {
    background: #356496;
    color: #FFFFFF !important;
}
.widget_shopping_cart_content::-webkit-scrollbar {
    opacity: 0;
	width: 0;
}
.minicart .widget_shopping_cart_content{
    z-index: 11111 !important;
}
.minicart .widget_shopping_cart_content .woocommerce-mini-cart {
    display: block;
    padding-left: 0;
    max-height: 270px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.minicart .widget_shopping_cart_content .woocommerce-mini-cart::-webkit-scrollbar {
    opacity: 0;
	width: 0;	
}
ul.woocommerce-mini-cart.cart_list.product_list_widget li {
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    border-right: 0 !important;
    float: none;
    overflow: hidden;
    position: relative !important;
    padding: 20px 30px !important;
    transition-duration: 0.5s;
    white-space: initial;
}
li.woocommerce-mini-cart-item.mini_cart_item img {
	margin-right: 20px !important;
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    float: left !important;
}
.custom-minicart-title {
    max-width: 220px;
    margin-right: 5px;
}
li.woocommerce-mini-cart-item .custom-minicart-category a {
    font-size: 16px;
    color: #AE2638;
    font-family: 'JosefinSans-Regular';
    letter-spacing: 0.8px;
    line-height: 24px;
    margin-bottom: 5px;
}
li.woocommerce-mini-cart-item.mini_cart_item .custom-minicart-image {
    float: none;
}
.custom-minicart-quantity span.quantity {
    color: #555555;
    font-family: 'Roboto-Regular' !important;
    font-size: 0.875em;
    line-height: 1.7143em;
    letter-spacing: 0.32px;
}
li.woocommerce-mini-cart-item.mini_cart_item span.woocommerce-Price-amount.amount {
    color: #3A2D13;
    font-family: 'JosefinSans-Regular';
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 24.12px;
    padding-left: 15px;
}
span.minicart-custom-title {
    margin-top: 20px !important;
    display: inline-block;
}
li.woocommerce-mini-cart-item.mini_cart_item a.remove.remove_from_cart_button {
    margin-top: 0px;
    border-radius: 0;
    text-align: center;
    display: block;
    border: 0;
    color: #000000 !important;
    font-size: 1em;
    line-height: 1.375em;
    letter-spacing: 0.8px;
    text-decoration: none;
    font-weight: 400 !important;
}
li.woocommerce-mini-cart-item.mini_cart_item a.remove.remove_from_cart_button i {
	font-size: 16px !important;
    color: #555555 !important;
    font-family: 'Font Awesome 5 Pro';
}
.minicart-custom-title:hover {
    text-decoration: none !important;
}
.woocommerce-mini-cart__empty-message {
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0;
    font-family: 'Roboto-Regular';
    color: #000000;
    letter-spacing: 0.32px;
    padding: 20px;
}

/** End Minicart css **/


/** Start Shop page css **/

body.post-type-archive-product .site-main,
body.tax-product_cat .site-main {
    max-width: 100% !important;
    padding: 0 !important;
}
.psg-products-sidebar .prdctfltr_wc .prdctfltr_buttons span.prdctfltr_sale, 
.psg-products-sidebar .prdctfltr_wc .prdctfltr_buttons span.prdctfltr_instock,
.psg-products-sidebar .prdctfltr_wc span.prdctfltr_filter_title {
    display: none !important;
}
.psg-archive-page-main {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 50px 50px;
    padding-bottom: 100px;
}
.psg-archive-page-main .psg-products-sidebar {
    padding-right: 30px;
    width: 22%;
}
.psg-products-sidebar .widget-content .widget-title {
    color: #000000;
    font-size: 1.125em;
    letter-spacing: 0.36px;
    line-height: 1.2223em;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}
.psg-products-sidebar .prdctfltr_woocommerce_ordering .widget-title {
    color: #000000;
    font-size: 1.125em;
    letter-spacing: 0.36px;
    line-height: 1.2223em;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_filter label {
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.5em;
    font-family: 'Roboto-Regular';
    font-weight: 400;
	margin-bottom: 16px;
}
.psg-product-archive ul.products {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px !important;
}
.psg-product-archive-list {
    width: calc(33.33% - 30px) !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
    margin-bottom: 50px !important;
}
.post-type-archive {
    overflow-x: hidden;
}
.psg-products-search-wrp form {
    display: flex;
    align-items: center;
}
.woocommerce .psg-products-search-wrp form input{
    border: 0 !important;
}
.psg-archive-product-upper {
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: flex-end;
    padding-bottom: 0;
    margin-right: 0;
}
select#product_cat {
    margin-right: 30px;
}
.psg-archive-page-main .psg-product-archive {
    padding-left: 100px;
    z-index: 999 !important;
    border-left: 1px solid #555555;
	width: 78%;
}
.psg-products-search-wrp form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #322F30;
    padding-bottom: 8px;
}
.psg-product-archive select#product_cat ,
.psg-product-archive .orderby {
    width: 210px;
    border: 1px solid #707070;
    border-radius: 0;
    padding: 10px;
    font-size: 0.875em;
    color: #555555;
    letter-spacing: 0.28px;
    line-height: 1.2143em;
    font-family: 'Roboto-Light';
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFFFFF;
}
.psg-product-archive select#product_cat option, 
.psg-product-archive .orderby option {
  font-family: 'Roboto-Light', sans-serif;
}
.psg-archive-product-upper .woocommerce-ordering {
    margin: 0px;
    min-width: 280px;
	width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.psg-sorting-custom .sortby-custom-text {
    color: #555555;
    font-size: 0.875em;
    padding-right: 20px;
    line-height: 1.0625em;
    letter-spacing: 0.28px;
}
.psg-archive-product-upper .woocommerce-ordering:before,
.product-category-wrapper:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 39px;
    font-size: 0.875em;
    z-index: 1;
    pointer-events: none;
    color: #555555;
    font-weight: 100;
}
button.psg-products-search-btn i {
    color: #949494;
    font-weight: 100;
}
button.psg-products-search-btn {
    color: #949494;
    font-size: 20px;
    line-height: 20px;
    background: transparent !important;
    border: 0;
    padding: 0;
}
.woocommerce-pagination ul.page-numbers li a i {
    font-size: 18px;
    line-height: 28px;
}
.woocommerce form input.psg-products-search-inner {
    background: transparent !important;
    color: #000000 !important;
    opacity: 1;
    font-family: 'JosefinSans-Regular';
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 19px !important;
    padding: 0px;
}
input.psg-products-search-inner::-webkit-input-placeholder {
    color: #949494 !important;
}
li#woo-header-cart a:hover {
    text-decoration: none;
}
.psg-product-archive-list img {
    margin-bottom: 0 !important;
    height: 270px !important;
    object-fit: contain;
    width: 100% !important;
    position: relative;
}
ul.products  li a.added_to_cart.wc-forward {
    display: none;
}
.psg-product-archive-bottom {
    padding: 20px;
    position: relative;
    text-align: center;
}
.psg-product-archive-bottom a:focus {
    outline: none;
}
p.archive-product-cat-text {
    margin-bottom: 7px;
}
.psg-product-archive-bottom .archive-product-cat a {
    color: #555555;
    font-family: 'Roboto-Regular';
    font-size: 0.875em;
    line-height: 1.5em;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.archive-product-cat {
    margin-bottom: 5px;
}
.psg-product-archive-bottom .archive-product-cat .woocommerce-loop-product__link:before {
    content: none;
}
.psg-product-archive-bottom .archive-product-cat a:hover {
    background: transparent;
    color: #356496;
}
.archive-product-cat-text a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: none;
}
.woocommerce span.onsale {
    left: 0 !important;
	top: 20px !important;
    right: unset !important;
    border-radius: 0px;
    padding: 8px !important;
    width: auto !important;
    height: auto !important;
    background: #356496;
    font-size: 0.75em;
    line-height: 1.16667em;
    margin: 0 !important;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    font-family: 'Roboto-Regular';
    font-weight: unset !important;
    min-height: unset;
    min-width: 75px;
    text-align: center;
}
nav.woocommerce-pagination ul li a.next.page-numbers,
nav.woocommerce-pagination ul li a.prev.page-numbers {
    color: #D5CABA !important;
    align-items: center;
}
section.related.products li.psg-product-archive-list:hover {
    border-radius: 0;
}
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li:hover .page-numbers {
    border: 1px solid #D5CABA;
    background: transparent;
}
.psg-product-archive-bottom h2.woocommerce-loop-product__title {
    padding: 0 !important;
    color: #000000;
    font-size: 1em !important;
    letter-spacing: 0.32px;
    line-height: 1.5em;
    font-family: 'Roboto-Medium';
    margin-bottom: 16px !important;
    font-weight: normal;
    text-transform: uppercase;
}
.psg-product-archive-bottom .star-rating {
    text-align: center;
    font-size: 18px !important;
    line-height: 24px;
    height: 24px;
    letter-spacing: 11px;
	margin-left: auto !important;
    margin-right: auto !important;
	color: #D5B867 !important;
	width: 140px;
	margin-bottom: 18px !important;
}
.psg-product-archive-bottom .star-rating:before {
    color: #D5B867 !important;
}
.psg-blog-btn.psg-shop-btn {
    margin-top: 15px;
}
.psg-product-archive-bottom .price {
    color: #000000 !important;
    font-size: 1.3125em !important;
    letter-spacing: 0.21px;
    line-height: 1.3333em;
    font-family: 'Roboto-Bold';
    margin-bottom: 0px !important;
}
.psg-product-archive-bottom .price del {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Roboto-Light';
    letter-spacing: 0.32px;
    opacity: 1 !important;
    color: #000000 !important;
	padding-left: 5px;
}
.psg-product-archive-bottom .price ins {
    text-decoration: none;
    color: #356496;
	font-weight: 500 !important;
}
.psg-product-archive-bottom .psg-archive-learn-btn-main {
    padding: 30px 0;
    position: absolute;
    bottom: 0;
}
.psg-product-archive-bottom .psg-archive-learn-btn-main a.psg-archive-learn-btn {
    background: #222323;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-family: 'Sora-SemiBold';
    padding: 14px 35px;
}
.psg-product-archive-list:hover .psg-product-archive-bottom .psg-archive-learn-btn-main a.psg-archive-learn-btn {
    background: #FFE95C;
    color: #222323;
}
.psg-products-carousel {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.product-category-wrapper {
    min-width: 176px;
    position: relative;
    margin-right: 20px;
}
.psg-products-search-wrp {
	margin-left: auto;
    min-width: 274px;
}
select.orderby {
    border: 0;
}
.psg-add-to-cart-icon a.added_to_cart {
    background: transparent !important;
    padding: 0 !important;
    color: #83BD41;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    font-family: 'Sora-Regular' !important;
	padding-left: 10px !important;
}
.psg-add-to-cart-icon a.add_to_cart_button {
    background: transparent !important;
    color: #223F5E;
    font-size: 1em;
    line-height: 1.1875em;
    letter-spacing: 0.8px;
    font-family: 'Roboto-Regular';
    font-weight: unset !important;
    text-transform: capitalize;
    padding: 0;
    margin-top: 20px !important;
}
.psg-product-archive-list:hover .psg-add-to-cart-icon a.add_to_cart_button {
    text-decoration: underline !important;
}
.psg-product-archive-list:hover {
    box-shadow: 0px 4px 32px #00000029 !important;
}
.psg-product-archive-wrp .psg_shop_archive_pagination {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.psg-product-archive-wrp .psg_shop_archive_pagination .page-numbers {
    background: transparent;
    color: #000000;
    font-size: 0.875em;
    letter-spacing: 0.28px;
    border-radius: 0;
    margin: 0 3px;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    line-height: 1.2143em;
    justify-content: center;
    font-family: 'Roboto-Regular';
    outline: none !important;
    text-decoration: none !important;
}
.psg-product-archive-wrp .psg_shop_archive_pagination a.prev.page-numbers {
    float: left !important;
    margin-left: 0px;
}
.psg-product-archive-wrp .psg_shop_archive_pagination a.next.page-numbers {
    float: right !important;
    margin-right: 0px;
}
.psg-product-archive-wrp .psg_shop_archive_pagination .page-numbers.disable {
    background: #FFFFFF !important;
    color: #C43245 !important;
    border: 1px solid #C43245 !important;
    opacity: 0.5;
}
.psg-product-archive-wrp .psg_shop_archive_pagination .page-numbers:hover{
	border: 1px solid #223F5E;
    background: transparent;
}
.psg-product-archive-wrp .psg_shop_archive_pagination a.prev.page-numbers,
.psg-product-archive-wrp .psg_shop_archive_pagination a.next.page-numbers {
     border: 1px solid #000000;
}
.psg-product-archive-wrp .psg_shop_archive_pagination .page-numbers.current,
.psg-product-archive-wrp .psg_shop_archive_pagination a.prev.page-numbers:hover,
.psg-product-archive-wrp .psg_shop_archive_pagination a.next.page-numbers:hover {
    border: 1px solid #223F5E;
    color: #FFFFFF;
    background: #223F5E;
}
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_filter label.pfw--has-childeren {
    pointer-events: none;
}
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_filter label.pfw--has-childeren > span:before,
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_filter label.pfw--has-childeren.prdctfltr_active > span:after {
    display: none !important;
}
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_filter label.pfw--has-childeren > span {
    font-family: 'Roboto-Bold';
}
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_checkboxes > .prdctfltr_sub .prdctfltr_sub {
    columns: 3;
    column-gap: 10px;
    margin-bottom: 30px;
}
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_checkboxes > .prdctfltr_sub .prdctfltr_sub:last-child {
    margin-bottom: 0;
}
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_checkboxes > .prdctfltr_sub .prdctfltr_sub label {
    margin-bottom: 10px;
}
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_checkboxes > .prdctfltr_sub .prdctfltr_sub label > span:before,
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_checkboxes > .prdctfltr_sub .prdctfltr_sub label.prdctfltr_active > span:after {
    display: none !important;
}
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_checkboxes > .prdctfltr_sub .prdctfltr_sub label > span {
    background: #E9E9F0;
    padding: 3px 5px;
    border-radius: 10px;
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: center;
}
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_checkboxes > .prdctfltr_sub .prdctfltr_sub label > span:hover,
.psg-products-sidebar form.prdctfltr_woocommerce_ordering .prdctfltr_checkboxes > .prdctfltr_sub .prdctfltr_sub label input:checked + span {
    background: #356496;
    color: #FFFFFF;
}

/** End Shop page css **/


/** Start Single product css **/

.psg-single-product-main-wrp .woocommerce-breadcrumb span.shop-page-breadcrumbs {
    display: none;
}
.psg-single-product-main-wrp {
    padding: 20px 0;
    padding-bottom: 40px;
}
.psg-single-product-back-btn-main {
    margin-bottom: 20px;
    margin-top: 50px;
}
.psg-single-product-back-btn {
    color: #000000 !important;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 19.5px;
    font-family: 'JosefinSans-Regular';
}
a.psg-single-product-back-btn:hover {
    color: #AE2638 !important;
    text-decoration: none;
}
.single-product-custom-wrap {
    margin-top: 50px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 40.5%;
    padding-bottom: 20px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 59.5%;
    clear: none;
    padding-left: 120px;
}
.single-product-custom-wrap figure.woocommerce-product-gallery__wrapper img {
    width: 100% !important;
    height: 470px !important;
    object-fit: contain;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: unset;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left;
}
.single-product-custom-wrap div.images ol.flex-control-thumbs li {
    width: 75px !important;
    margin-right: 18px !important;
    margin-top: 20px !important;
}
.single-product-custom-wrap div.images ol.flex-control-thumbs li img {
    opacity: 1 !important;
}
.single-product-custom-wrap div.images ol.flex-control-thumbs li img.flex-active, 
.single-product-custom-wrap div.images ol.flex-control-thumbs li:hover img {
    box-shadow: 0px 4px 32px #00000029;
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: initial !important;
}
.psg-single-product-main .psg-single-product-category-main a {
    color: #555555;
    font-size: 0.875em;
    line-height: 1.7143em;
    letter-spacing: 1.4px;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
}
.psg-single-product-main .psg-single-product-category-main a:hover {
    color: #356496;
}
.psg-single-product-main h1.product_title.entry-title {
    color: #000000;
    font-size: 2.25em;
    font-family: 'Roboto-Medium';
    letter-spacing: 0.72px;
    line-height: 1.3334em;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}
.psg-single-product-sku-main {
    padding-bottom: 26px;
}
.psg-single-product-sku-main span {
    color: #555555;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.8px;
    font-family: 'Roboto-Regular';
}
.psg-single-product-sku-main span.psg-single-product-sku {
    padding-left: 8px;
}
.psg-single-product-main-wrp .psg-single-product-main p.price {
    color: #356496 !important;
    font-family: 'Roboto-Bold';
    letter-spacing: 1.2px;
    font-size: 1.5em !important;
    line-height: 1.2084em;
}
.woocommerce div.product.single-product-custom-wrap p.price ins {
    text-decoration: none;	
    font-weight: 500;
}
div.product.single-product-custom-wrap p.price del {
    color: #000000;
    opacity: 1;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.9px;
    font-family: 'Roboto-Light';
}
.psg-custom-quantity-table-text {
    color: #000000;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.8px;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
}
.psg-single-product-shipping-main {
    padding-top: 20px;
}
.psg-single-product-shipping-main .psg-single-product-shipping-text {
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.5em;
    font-family: 'Roboto-Light';
    margin-bottom: 0;
}
.psg-single-product-main .woocommerce-product-details__short-description {
    padding-top: 20px;
}
.psg-single-product-main .woocommerce-product-details__short-description, 
.psg-single-product-main .woocommerce-product-details__short-description p {
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.5em;
    font-family: 'Roboto-Light';
}
.single-product-custom-wrap a.woocommerce-product-gallery__trigger {
    right: 0.8em !important;
	z-index: 1 !important;
	display: none;
}
.psg-single-product-quantity {
    background: transparent;
    text-align: center;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #AAAAAA;
}
.psg-single-product-quantity button {
    border: 0;
    font-size: 0.875em;
    letter-spacing: 0.8px;
    color: #000000;
    line-height: 1.1875em;
    font-family: 'Roboto-Regular';
}
.psg-single-product-quantity button i {
    font-family: 'Font Awesome 5 Pro';
}
.psg-single-product-quantity button:hover, .psg-single-product-quantity button:focus {
    background: transparent !important;
    color: #000000 !important;
    outline: none;
}
.psg-single-product-quantity .quantity {
    display: inline-block;
    float: none !important;
    margin: 0 !important;
}
.psg-single-product-main form.cart .quantity input {
    border: 0 !important;
    border-radius: 0;
    line-height: 1.1875em;
    font-size: 1em;
    color: #000000;
    font-family: 'Roboto-Regular';
    width: 4.1em !important;
    padding: 0 !important;
    height: 48px;
    text-align: center;
    letter-spacing: 0.32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
}
.psg-single-product-main form.cart .quantity input::-webkit-outer-spin-button,
.psg-single-product-main form.cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
.psg-single-product-main form.cart .quantity input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.psg-single-product-main form.cart {
    margin-top: 48px;
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
}
.psg-product-cat-link.psg-meta-value li {
    list-style-type: none;
}
.psg-single-product-main form.cart button.single_add_to_cart_button {
    background: #223F5E;
    border-radius: 0;
    font-size: 1em;
    margin-left: 30px;
    padding: 15px 29px;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.8px;
    color: #FFFFFF !important;
    line-height: 1.1875em;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    height: 50px;
}
.psg-single-product-main form.cart button.single_add_to_cart_button:hover {
    background: #356496;
}
.psg-single-product-main .single_variation_wrap .woocommerce-variation-add-to-cart {
    float: none !important;
    width: 100%;
    overflow: hidden;
}
.psg-single-product-main .product_meta span.psg-meta-value {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.64px !important;
    font-family: 'JosefinSans-Regular';
    line-height: 24px;
}
.single-product-upper {
    display: flex;
    align-items: center;
}
.single-product-share {
    padding-right: 20px;
    color: #000000;
    font-family: 'Roboto-Medium';
    text-transform: capitalize;
    font-size: 1em;
    line-height: 1.1875em;
    letter-spacing: 0.32px;
}
.socials-sharing-wrapper a i {
	font-size: 1.125em;
    color: #999999;
    line-height: 1.3334em;
    margin-right: 20px;
    letter-spacing: 0.18px;
}
button.custom-social-link-btn i {
    font-size: 18px;
    color: #999999;
    line-height: 24px;
    letter-spacing: 0.18px;
}
.socials-sharing-wrapper a i:hover,
button.custom-social-link-btn i:hover {
    color: #356496;
}
button.custom-social-link-btn {
    border: 0;
    padding: 0;
}
button.custom-social-link-btn {
    background: transparent !important;
}
.custom-social-link-copy{
  display: none;   
}
.psg-product-meta-inner {
    display: flex;
}
.psg-product-meta-inner span:first-child {
    width: 170px;
    color: #000000 !important;
    font-size: 16px !important;
    letter-spacing: 0.63px !important;
    line-height: 24px !important;
    font-family: 'JosefinSans-Regular' !important;
    text-transform: uppercase;
}
.psg-product-cat-link a {
    color: #AE2638 !important;
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 24px;
    font-family: 'JosefinSans-Regular';
    text-transform: capitalize;
}
.product-type-variable .psg-single-product-main form.cart {
    display: block;
}
.single-product-custom-wrap.product-type-variable table.variations tr {
    display: block;
}
.single-product-custom-wrap.product-type-variable table.variations tr td {
    background: transparent;
}
.single-product-custom-wrap.product-type-variable table.variations td.value {
    width: 100%;
    position: relative;
    padding: 0;
}
.single-product-custom-wrap.product-type-variable table.variations select {
    border: 1px solid #CCCCCC !important;
    border-radius: 0;
    width: 250px;
    padding: 10px 15px;
    color: #656565;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.8px;
    font-family: 'JosefinSans-Regular';
    -webkit-appearance: none;
    margin-right: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
.single-product-custom-wrap.product-type-variable table.variations td.value:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 45px;
    font-size: 14px;
    color: #656565;
    font-weight: 500;
    bottom: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.product-type-variable .psg-single-product-main form.cart .single_variation_wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.single-product-custom-wrap table.variations td.value a.reset_variations {
    color: #AE2638 !important;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-family: 'JosefinSans-Regular';
}
.psg-single-product-main .single_variation_wrap .psg-single-product-quantity {
    float: left !important;
}
.woocommerce-variation-price .price {
    color: #AE2638 !important;
    font-family: 'JosefinSans-Regular';
    letter-spacing: 2.4px;
    font-size: 30px !important;
    line-height: 40.2px;
    margin-left: 30px;
}
.single-product-custom-wrap .psg-wc-tabs ul.wc-tabs li {
    background: transparent !important;
    border-radius: 0 !important;
    margin: 0 -3px !important;
    padding: 0 !important;
    text-align: center;
    border: 1px solid #223F5E !important;
}
.single-product-custom-wrap .psg-wc-tabs ul.wc-tabs li.description_tab {
    margin: 0 -2px !important;
}
.psg-wc-tabs ul.wc-tabs li a {
    color: #223F5E !important;
    font-family: 'Roboto-Regular';
    font-size: 1.125em;
    letter-spacing: 0.36px;
    line-height: 1.7778em;
    padding: 12px 0px !important;
    font-weight: 400 !important;
    width: 220px;
    text-transform: capitalize;
}
.psg-wc-tabs .comment-form-rating p.stars a {
    color: #356496;
}
.single-product-custom-wrap .psg-wc-tabs ul.wc-tabs li.active {
    background: #223F5E !important;
    border: 1px solid #223F5E !important;
    z-index: 1 !important;
    color: #FFFFFF;
}
.psg-wc-tabs ul.wc-tabs li.active a {
   color: #FFFFFF !important;
}
.psg-wc-tabs .woocommerce-Tabs-panel p {
    font-family: 'Roboto-Light';
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.5em;
    color: #000000;
}
.psg-wc-tabs ul.wc-tabs:before {
    border-bottom: 0px !important;
}
.psg-wc-tabs ul.wc-tabs li:before {
	display: none;
}
.psg-wc-tabs ul.wc-tabs li:after {
	display: none;
}
.psg-wc-tabs ul.wc-tabs li.active a:after {
	display: none;
}
form#commentform label {
    color: #000000;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.32px;
    font-family: 'Roboto-Medium';
    font-weight: 500;
    text-transform: capitalize;
	margin-bottom: 15px;
}
.psg-wc-tabs .woocommerce-Tabs-panel p.must-log-in a {
    color: #D91F25;
}
.psg-wc-tabs .woocommerce-Tabs-panel span {
    font-family: 'Roboto-Light';
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.5em;
    color: #000000;
}
.psg-wc-tabs ul.wc-tabs {
    margin-bottom: 0px !important;
    padding-left: 2px !important;
    border-bottom: 1px solid #AAAAAA;
}
.psg-wc-tabs .woocommerce-Tabs-panel {    
    background: transparent;
    padding: 30px 0 !important;
    padding-left: 0 !important;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
}
.psg-wc-tabs .woocommerce-Reviews h2.woocommerce-Reviews-title,
.psg-wc-tabs .woocommerce-Tabs-panel--additional_information > h2 {
    display: none;
}
.psg-wc-tabs .woocommerce-Tabs-panel table {
    border-top: 1px solid #AAAAAA;
	margin-bottom: 0;
}
.psg-wc-tabs .woocommerce-Tabs-panel table tr th,
.psg-wc-tabs .woocommerce-Tabs-panel table tr td {
    border: 1px solid #AAAAAA;
    padding: 12px 15px;
    font-family: 'Roboto-Light';
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.5em;
    color: #000000;
}
.psg-wc-tabs .woocommerce-Tabs-panel table tr th {
    font-family: 'Roboto-Medium';
    font-weight: 500;
}
.psg-wc-tabs .woocommerce-Tabs-panel a.psg-single-product-download-link {
    color: #223F5E;
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.5em;
    font-family: 'Roboto-Regular';
    text-decoration: underline !important;
	display: block;
    margin-bottom: 5px;
}
#reviews div#review_form_wrapper {
    margin-top: 20px;
}
.psg-wc-tabs textarea#comment {
	background: #FFFFFF;
    padding: 12px 20px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    color: #AAAAAA;
    font-family: 'Roboto-Light';
    font-size: 1em;
    letter-spacing: 0.32px;
    line-height: 1.1875em !important;
}
.single-product-custom-wrap .psg-wc-tabs .woocommerce-Reviews p.form-submit input {
    background: #223F5E !important;
    border-radius: 0 !important;
    font-size: 1em !important;
    padding: 15px 30px !important;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.8px !important;
    color: #FFFFFF !important;
    line-height: 1.1875em !important;
    font-weight: 400 !important;
    width: 150px;
}
.psg-wc-tabs .woocommerce-Reviews p.form-submit input:hover {
	background: #356496 !important;
}
.psg-wc-tabs .woocommerce-Reviews p.form-submit input:focus {
	outline: none !important;
}
.psg-wc-tabs .woocommerce-Reviews p.form-submit {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
#review_form p.comment-form-comment {
    margin-top: 20px !important;
}
#review_form .comment-form-author input#author,
#review_form .comment-form-email input#email {
    background: #FFFFFF;
    padding: 12px 20px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    color: #AAAAAA;
    font-family: 'Roboto-Light';
    font-size: 1em;
    letter-spacing: 0.32px;
    line-height: 1.1875em !important;
}
#review_form p.comment-form-cookies-consent {
    margin-top: 20px !important;
    position: relative;
    float: none;
    width: 100%;
    display: inline-block;
}
#review_form .comment-form-author {
    width: 49%;
    float: left;
}
.woocommerce-review-link {
    color: #000000 !important;
    font-family: 'JosefinSans-Regular';
    text-decoration: none !important;
    font-size: 16px;
    letter-spacing: 0.8px;
    padding-left: 10px;
}
.woocommerce-Reviews .comment-text {
    border: 1px solid #CCCCCC !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
}
.psg-custom-review-comment-left-meta .woocommerce-review__author {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: 24px;
    font-family: 'JosefinSans-Regular';
}
#reviews .star-rating span {
    font-family: 'star' !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    color: #AE2638 !important;
    font-size: 10px;
}
.woocommerce .woocommerce-product-rating .star-rating span {
    color: #AE2638;
}
.woocommerce .woocommerce-product-rating .star-rating::before {
    color: #AE2638;
}
.woocommerce .woocommerce-product-rating .star-rating {
    font-size: 16px;
    letter-spacing: 0.8px;
}
#reviews .star-rating::before {
    color: #AE2638;
}
#review_form .comment-form-email {
    width: 49%;
    float: right;
}
#review_form .comment-form-author input, #review_form .comment-form-email input {
    border: 1px solid #6B625666 !important;
    height: 50px;
}
#review_form .comment-form-cookies-consent input#wp-comment-cookies-consent {
    display: none;
    position: relative !important;
}
#review_form .comment-form-cookies-consent label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
}
#review_form .comment-form-cookies-consent input#wp-comment-cookies-consent:checked + label:after {
    content: "";
    display: block !important;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 7px;
    height: 13px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#review_form .comment-form-cookies-consent input#wp-comment-cookies-consent:checked + label:before {
	border-color: #223F5E;
    background: #223F5E;
}
h2.resp-accordion {
    cursor: pointer;
    display: none;
}
.resp-tabs-container .resp-tab-content {
    padding: 15px;
}
.psg-tabs-container-mobile h2.resp-accordion {
    margin: 0px;
    padding: 8px 20px;
    text-align: center;
	border-top: 1px solid #223F5E;
}
.psg-tabs-container-mobile h2.resp-accordion:last-child {
	border-bottom: 1px solid #223F5E;
}
.psg-tabs-container-mobile h2.resp-accordion a {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.36px;
    font-family: 'Roboto-Regular';
    text-transform: capitalize;
    color: #223F5E;
    text-decoration: none;
}
h2.resp-accordion span.resp-arrow {
    float: right;
}
h2.resp-accordion span.resp-arrow:before {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    color: #223F5E;
    font-size: 16px;
    line-height: 24px;
}
h2.resp-tab-active span.resp-arrow:before {
    content: "\f068";
    font-family: 'Font Awesome 5 Pro';
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
}
.psg-tabs-container-mobile h2.resp-tab-active {
    background: #223F5E;
    border-top: 1px solid #223F5E !important;
    border-bottom: 1px solid #223F5E !important;
}
.psg-tabs-container-mobile h2.resp-tab-active a {
	color: #FFFFFF;
}
.psg-tabs-container-mobile h2.resp-accordion:nth-last-child(2) {
    border-bottom: 1px solid #223F5E;
}
section.related.products {
    margin-top: 60px;
    clear: both;
}
section.related .psg-related-custom-subtitle {
    color: #777777;
    font-size: 1em;
    letter-spacing: 3.2px;
    line-height: 1.375em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
}
section.related h2.psg-related-custom {
    color: #223F5E;
    font-family: 'Roboto-Bold';
    font-size: 2.25em;
    letter-spacing: 0.72px;
    line-height: 1.3334em;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin-top: 18px;
}
section.related ul.products .slick-track {
    margin-top: 40px;
    display: flex;
}
section.related.products p.psg-related-custom-text {
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 24px;
    font-family: 'Lexend-Regular';
    text-transform: uppercase;
	position: relative;
}
section.related.products p.psg-related-custom-text:after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    right: 0px;
    background: #ffffff;
    top: 10px;
    left: 21%;
}
.psg-related-products-carousel li.psg-product-archive-list {
    width: calc(25% - 30px) !important;
}
.psg-related-products-carousel ul.products .slick-track li.psg-product-archive-list {
    width: calc(100% - 30px) !important;
}
.psg-related-products-carousel .slick-dots button {
    background: #6B625666 !important;
    border-radius: 50% !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 auto;
}
.psg-related-products-carousel ul.slick-dots li {
    margin: 0 !important;
}
.psg-related-products-carousel .slick-dots button:before {
    display: none;
}
.psg-related-products-carousel .slick-dots li.slick-active button {
    background: #223F5E !important;
}
.psg-related-products-carousel {
    margin-left: -30px;
    margin-right: -30px;
}
.psg-related-products-carousel.psg-related-products-grid {
    margin-left: -15px;
    margin-right: -15px;
}
.psg-related-products-carousel ul.products .draggable {
    padding-left: 15px;
    padding-right: 15px;
}
.psg-related-products-carousel-main {
    position: relative;
}
.product-woo-breadcrumb.shop-woo-breadcrumb a {
    line-height: 32px !important;
}
.psg-related-products-carousel .psg-product-archive-list a.woocommerce-LoopProduct-link:focus {
    outline: none;
}
.psg-related-products-carousel button.slick-arrow {
    color: transparent !important;
    border: 1px solid #000000;
    box-shadow: none !important;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    opacity: 1;
    border-radius: 0;
    outline: none !important;
    background: #FFFFFF;
}
.psg-related-products-carousel button.slick-prev {
	left: -50px !important;
}
.psg-related-products-carousel button.slick-next {
	right: -50px !important;
}
.psg-related-products-carousel button.slick-prev:before {
    content: "\f060";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    color: #000000;
    left: 0;
    right: 0;
    top: 0;
    line-height: 40px !important;
    font-weight: 300;
    font-size: 14px;
}
.psg-related-products-carousel button.slick-next:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    color: #000000;
    left: 0;
    right: 0;
    top: 0;
    line-height: 40px !important;
    font-weight: 300;
    font-size: 14px;
}
.psg-related-products-carousel .slick-arrow:hover {
    background-color: #223F5E;
    border-color: #223F5E;
}
.psg-related-products-carousel .slick-arrow:hover:before {
    color: #FFFFFF;
}
.single-product-custom-wrap .psg-single-product-custom-text {
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.5em;
    font-family: 'Roboto-Regular';
}


@media only screen and (max-width: 768px) {
	
ul.resp-tabs-list {
    display: none;
}
h2.resp-accordion {
    display: block;
}
.resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
    border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
    display:none !important;
}
.resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}
.psg-tabs-container-mobile .resp-tab-content.resp-tab-content-active {
    border-bottom: 0;
    padding-right: 0 !important;
}	
.psg-wc-tabs .woocommerce-Tabs-panel>h2 {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 1px;
}	
	
}

/** End Single product css **/


/** Start Cart Page css **/

.psg-cart-page-main-wrp {
    margin-top: 20px;
}
form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents th.product-remove {
    width: 75px;
}
form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents th.product-thumbnail {
    width: 100px;
}
form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents th.product-name {
    width: 280px;
}
form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents th.product-price {
    width: 180px;
}
form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents th.product-quantity {
    width: 180px;
}
form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents th.product-subtotal {
    width: 290px;
}
.woocommerce a.remove:hover {
    background: transparent !important;
}
table.shop_table.woocommerce-cart-form__contents {
    border-collapse: collapse;
    margin-bottom: 0;
    border-radius: 0 !important;
    border: 0 !important;
	font-size:16px;	
}
form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents thead tr {
    background: #f4f4f4;
}
form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item {
    background: #FFFFFF;
    border: 1px solid #e5e4e0;
}
form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item:nth-child(even){
    background: #fafafa;   
}
form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents td {
    border: 0;
    border-right: 0;
    border-top: 0;
}
form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents thead tr th {
    border: 0;
    color: #000000;
    font-family: 'Roboto-Medium';
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.2223em !important;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 500;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th:last-child  {
    border-right: 0 !important;
}
.woocommerce form.woocommerce-cart-form table tbody tr.woocommerce-cart-form__cart-item.cart_item td a{
    color: #111111;
    font-family: 'Roboto-Regular' !important;
    font-size: 1em;
    line-height: 1.375em;
    letter-spacing: 0.32px;
    font-weight: 400;
    text-transform: uppercase;
}
.woocommerce form.woocommerce-cart-form table tbody tr.woocommerce-cart-form__cart-item.cart_item td:last-child {
	font-family: 'Roboto-Medium' !important;
}
.woocommerce form.woocommerce-cart-form table tbody tr td.product-remove a.remove, .woocommerce form.woocommerce-cart-form table tbody tr td.product-remove a.remove i {
    color: #000000 !important;
}
form.woocommerce-cart-form td.product-thumbnail img {
    height: 60px;
    width: 60px !important;
    object-fit: contain;
}
.woocommerce form.woocommerce-cart-form table tbody tr.woocommerce-cart-form__cart-item.cart_item td {
    font-size: 1em;
    color: #111111;
    letter-spacing: 0.32px;
    font-family: 'Roboto-Regular' !important;
    line-height: 1.375em;
    padding: 9px 30px;
}
.cart-custom-quantity-wrp {
    border: 1px solid #AAAAAA;
    display: inline-flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: center;
}
.cart-custom-quantity-wrp button {
    border: 0;
    font-size: 0.875em;
    color: #000000;
    line-height: 1.1875em;
    font-family: 'Roboto-Regular';
}
form.woocommerce-cart-form table tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input.qty {
    border: 0 !important;
    border-radius: 0;
    line-height: 1.1875em !important;
    font-size: 1em !important;
    color: #000000 !important;
    font-family: 'Roboto-Regular';
    width: 4.2em !important;
    padding: 0 !important;
    height: 48px;
    text-align: center;
    letter-spacing: 0.8px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
}
.cart-custom-quantity-wrp .quantity input::-webkit-outer-spin-button,
.cart-custom-quantity-wrp .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart-custom-quantity-wrp .quantity input[type=number] {
    -moz-appearance:textfield !important; /* Firefox */
}
.cart-custom-quantity-wrp button:hover ,.cart-custom-quantity-wrp button:focus {
    background: transparent;
    color: #000000;
}
.woocommerce form.woocommerce-cart-form table tbody tr td.actions {
    padding: 20px 30px;
    border: 1px solid #E5E4E0 !important;
}
.psg-coupon-inner-left {
    width: 65%;
    display: inline-block;
    overflow: hidden;
    float: left;
}
.psg-coupon-inner-left input.button:disabled {
    background: transparent;
    padding: 0 !important;
    font-size: 1em;
    line-height: 1.1875em;
    font-family: 'Roboto-Regular';
    font-weight: 400;
}
.psg-coupon-inner-left .input-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.psg-coupon-inner-left .group-inner {
    display: block;
    overflow: hidden;
    width: 100%;
}
.psg-coupon-inner-right {
    width: 100%;
    float: none;
    display: unset;
    justify-content: unset;
}	
.psg-coupon-inner-left .wlpr-redeem-point .wlpr_point_redeem_earn_points {
    float: left;
}
.psg-coupon-inner-left .wlpr-redeem-point .wlpr_point_redeem_earn_points input#wlpr_point_apply_discount_button {
    padding-left: 15px !important;
    opacity: 1;
    color: #83BD41;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.8px;
    font-family: 'JosefinSans-Regular';
	padding: 0;
	background: transparent !important;
	font-weight: 400;
}
.psg-coupon-inner-left .wlpr-redeem-point .wlpr_point_redeem_earn_points input#wlpr_point_apply_discount_button:hover,
.psg-coupon-inner-left .wlpr-redeem-point .wlpr_point_redeem_earn_points input#wlpr_point_apply_discount_button:focus,{
    background: transparent !important;
}
.woocommerce form.woocommerce-cart-form table tbody tr .coupon {
    position: relative;
    width: 39%;
}
.woocommerce form.woocommerce-cart-form table tbody tr .coupon input#coupon_code {
    border: 0 !important;
    border-radius: 0 !important;
    color: #555555;
    font-family: 'Roboto-Light';
    letter-spacing: 0.28px !important;
    width: 100%;
    font-size: 0.875em !important;
    background: transparent !important;
    font-weight: 400 !important;
    line-height: 1.5715em !important;
    border-bottom: 1px solid #555555 !important;
    margin-right: 0;
    padding: 0;
    height: 40px;
}
input#coupon_code::-webkit-input-placeholder {
    color:#555555 !important;
}
.woocommerce form.woocommerce-cart-form table tbody tr .coupon button.button {
    color: #356496;
    position: absolute !important;
    right: 0 !important;
    background: transparent;
    padding-right: 0;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 0.875em;
    letter-spacing: 0.7px;
    line-height: 1.5715em;
    font-family: 'Roboto-Medium';
}
.psg-coupon-cart-main button.custom-update-cart:hover {
	background: #223F5E !important;
    color: #FFFFFF !important;
}
.custom-update-cart i {
    padding-right: 10px !important;
}
.custom-update-cart:hover {
    background: #8B1121 !important;
}
.woocommerce-cart-form .wlpr-message-info.wlpr_point_redeem_earn_points {
    letter-spacing: 0.9px !important;
    background: transparent !important;
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0px 42px;
    font-family: 'JosefinSans-Regular' !important;
    border-left: 0;
    border-top: 0 !important;
    padding-top: 20px;
    border-radius: 0 !important;
}
.woocommerce-cart-form input#wlpr_point_apply_discount_button {
    font-size: 16px !important;
    color: #000000 !important;
    background: transparent !important;
    font-family: 'JosefinSans-Regular' !important;
    letter-spacing: 0.9 !important;
    line-height: 24px !important;
    text-transform: uppercase;
    margin-left: 5px !important;
	opacity : 1;
}
.woocommerce-cart-form input#wlpr_point_apply_discount_button:focus {
    outline: none !important;
}
.psg-coupon-cart-main button.custom-update-cart {
    background: transparent !important;
    border-radius: 0 !important;
    font-size: 1em !important;
    padding: 14.5px 20px !important;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.8px !important;
    color: #223f5e !important;
    line-height: 1.1875em !important;
    text-transform: capitalize;
    font-weight: 400 !important;
    border: 1px solid #223f5e !important;
    opacity: 1 !important;
    min-width: 180px;
}
.psg-shipping-calculator .shipping-calculator-button:after {
    display: none;
}
table.shop_table.shop_table_responsive tr.order-total th, table.shop_table.shop_table_responsive tr.order-total td {
    border-top: 1px solid #cccccc !important;
    padding-top: 30px !important;
}
table.shop_table.shop_table_responsive tr.shipping th, table.shop_table.shop_table_responsive tr.shipping td {
    padding-bottom: 20px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-top: 0 !important;
    border: 0 !important;
}
.cart_totals table.shop_table.shop_table_responsive tbody tr th {
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.8px;
    font-family: 'Roboto-Medium';
    line-height: 1.1875em !important;
    width: 40%;
    font-weight: 500;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 30px !important;
}
.cart-collaterals .cart_totals h2 {
    color: #000000;
    font-family: 'Roboto-Bold';
    font-size: 1.3125em !important;
    letter-spacing: 1.05px !important;
    line-height: 1.1904em;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 30px;
}
.cart_totals table.shop_table.shop_table_responsive {
    border: 0 ;
	font-size: 16px;
	margin: 0px;
}
.cart_totals table.shop_table.shop_table_responsive tbody tr td {
    color: #000000;
    letter-spacing: 0.8px !important;
    font-size: 1em !important;
    font-family: 'Roboto-Medium';
    line-height: 1.1875em !important;
    text-align: right;
    padding-right: 0;
    padding-top: 0px;
	padding-bottom: 30px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    max-width: 500px;
    background: #f4f4f4;
    padding: 30px;
    width: 100%;
}
table.shop_table.shop_table_responsive tbody tr th, table.shop_table.shop_table_responsive tbody tr td {
    background: transparent !important;
}
.cart_totals .wc-proceed-to-checkout a {
    background: #223f5e;
    border-radius: 0;
    font-size: 1em !important;
    padding: 16px 30px 15px 30px !important;
    letter-spacing: 0.8px;
    color: #FFFFFF !important;
    line-height: 1.1875em;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.cart_totals .wc-proceed-to-checkout a:nth-child(2){
	margin-bottom:0px !important;
}
.cart_totals .wc-proceed-to-checkout a.psg_continue_shop_btn {
    background: #356496;
}
.cart_totals .wc-proceed-to-checkout a:hover {
    background: #356496 !important;
}
.cart_totals .wc-proceed-to-checkout a.psg_continue_shop_btn:hover {
    background: #223F5E !important;
}
.wc-proceed-to-checkout {
    padding: 0px !important;
    margin: 0px !important;
}
.woocommerce-cart .cart_totals .wc-continue-shopping a:hover {
    background: #024A4D !important;
    color: #FFFFFF !important;
}
.cart_totals .wc-proceed-to-checkout a i {
    padding-left: 5px;
}
.woocommerce-shipping-calculator a.shipping-calculator-button {
    color: #000000 !important;
    margin-top: 0 !important;
    text-decoration: none;
}
table.shop_table.shop_table_responsive .order-total td strong,
.cart_totals table.shop_table.shop_table_responsive tbody tr td .woocommerce-Price-amount {
    font-weight: 400 !important;
}
.cart_totals table.shop_table.shop_table_responsive tbody tr.order-total th, 
.cart_totals table.shop_table.shop_table_responsive tbody tr.order-total td {
    font-family: 'Roboto-Bold';
}
.cart-collaterals {
    margin-bottom: 100px;
    margin-top: 50px;
}
.psg-coupon-inner-left .select-action-label .wlpr_point_redeem_earn_points {
    border-bottom: 1px solid #CCCCCC;
	font-size: 16px !important;
	text-transform: capitalize;
}
.cart_totals .cart-discount a.woocommerce-remove-coupon {
    color: #356496;
    text-decoration: none;
}
.psg-coupon-inner-left .group-inner.wlpr-redeem-point {
    margin-top: 20px;
}
.psg-coupon-inner-left .wlpr-redeem-point .wlpr_point_redeem_earn_points input#wlpr_point_apply_discount_button:focus {
    outline: none;
}
.wlpr_point_redeem_earn_points .wlpr-message-info {
    background: transparent;
    border-left: 0;
    font-family: 'JosefinSans-Regular';
    font-size: 16px;
    color: #000000 !important;
    letter-spacing: 0.8px;
    line-height: 24px;
    border-bottom: 1px solid #CCCCCC;
    width: 33%;
    border-radius: 0;
    padding: 0;
    margin-left: 40px;
}
.wlpr_point_apply_discount input#wlpr_point_apply_discount_button {
    background: transparent;
    color: #000000;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: 'JosefinSans-Regular';
    font-weight: 400;
    padding-right: 0;
    padding-left: 5px;
}
.wlpr_point_apply_discount input#wlpr_point_apply_discount_button:hover {
    opacity: 1;
}
.wlpr_point_apply_discount input#wlpr_point_apply_discount_button:focus {
    outline: none;
}

/** End Cart Page css **/


/** Start Checkout Page css **/

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 57.2%;
    float: left;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}
/* .woocommerce .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce .col2-set .col-2, 
.woocommerce-page .woocommerce-MyAccount-content .col2-set .col-2 {
    float: left !important;
    width: 100%;
} */
.psg-checkout-page-main-wrp {
    padding-top: 20px;
    padding-bottom: 110px;
}
.psg-checkout-back-btn-main .psg-checkout-back-btn-link {
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.5em;
    font-family: 'Roboto-Regular';
}
.psg-checkout-back-btn-main .psg-checkout-back-btn-link i {
    padding-right: 10px;
}
.psg-checkout-back-btn-main .psg-checkout-back-btn-link:hover {
    color: #356496;
}
.psg-single-blog-checkout-form {
    padding-top: 45px;
}
form.checkout_coupon.woocommerce-form-coupon button.button {
	background: #223F5E;
    border-radius: 0;
    font-size: 1em;
    padding: 15.5px 30px !important;
    letter-spacing: 0.8px;
    color: #FFFFFF !important;
    line-height: 1.1875em;
    font-family: 'Roboto-Regular';
    font-weight: 500;
    text-transform: capitalize;
    text-align: center !important;
}
form.checkout_coupon.woocommerce-form-coupon button.button:hover {
    background: #356496;
}
.psg-single-blog-checkout-form form.checkout_coupon.woocommerce-form-coupon {
    border-radius: 0;
	border: 1px solid #CCCCCC !important;
}
form.checkout.woocommerce-checkout textarea#order_comments {
    height: 90px !important;
}
table.shop_table.woocommerce-checkout-review-order-table tr th, table.shop_table.woocommerce-checkout-review-order-table tr td, table.shop_table.woocommerce-checkout-review-order-table {
    border: 0 !important;
	margin-bottom: 0;
}
table.shop_table.woocommerce-checkout-review-order-table tr th {
	font-family: 'Roboto-Medium';
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.25em;
    font-weight: 500;
}
.psg-order-review-main table.shop_table tbody tr td {
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.375em !important;
    font-family: 'Roboto-Regular';
}
#order_review .shop_table tfoot tr.cart-subtotal th, #order_review .shop_table tfoot tr.cart-subtotal td {
    padding-top: 30px;
}
#order_review .cart-discount a.woocommerce-remove-coupon {
    color: #356496;
    text-decoration: none;
}
.psg-order-review-main table.shop_table tfoot {
    position: relative;
}
.psg-order-review-main table.shop_table tfoot:before {
    content: "";
    position: absolute;
    background: #CCCCCC;
    width: 100%;
    height: 1px;
    display: inline-block;
}
#order_review .shop_table tbody tr:last-child td {
    padding-bottom: 30px;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td, table.shop_table.woocommerce-checkout-review-order-table tfoot tr td span {
	text-align: right;
    font-family: 'Roboto-Medium';
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.25em;
    font-weight: 500 !important;
}
.woocommerce-checkout div#order_review #payment {
    background: transparent !important;
    border-radius: 0 !important;
    margin-top: 30px;
}
form.checkout.woocommerce-checkout {
    overflow: hidden;
    display: block;
    margin-top: 50px;
}
.psg-single-blog-checkout-form form.woocommerce-form-login button.woocommerce-button {
    width: auto;
    margin-top: 20px;
    font-size: 1em;
    padding: 15.5px 30px !important;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.8px;
    color: #FFFFFF !important;
    line-height: 1.1875em;
    border-radius: 0 !important;
    text-transform: capitalize;
    background: #223F5E !important;
    font-weight: 400;
    min-width: 150px;
}
.psg-single-blog-checkout-form form.woocommerce-form-login button.woocommerce-button:hover {
	background: #356496 !important;
}
.psg-single-blog-checkout-form form.woocommerce-form-login.login label.woocommerce-form-login__rememberme {
    margin-top: 20px;
}
.psg-single-blog-checkout-form form.checkout_coupon.woocommerce-form-coupon p {
    font-family: 'Roboto-Regular';
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.1875em;
    color: #000000;
	padding: 0;
}
.psg-single-blog-checkout-form form.checkout_coupon input#coupon_code::-webkit-input-placeholder {
	color: #AAAAAA !important;
}
.psg-single-blog-checkout-form form.woocommerce-form-login.login {
    border: 1px solid #CCCCCC;
    border-radius: 0;
    margin-bottom: 20px;
	padding: 20px;
}
.psg-single-blog-checkout-form form.woocommerce-form-login p {
    color: #000000;
    font-size: 1em;
    line-height: 1.1875em;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.8px;
}
.psg-single-blog-checkout-form input#rememberme {
    display: none;
}
.woocommerce-form.woocommerce-form-login.login .form-row label span {
    position: relative;
}
#customer_login form label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    line-height: 35px !important;
}
form.checkout.woocommerce-checkout div#customer_details {
    margin-bottom: 50px;
    padding-right: 65px;
}
.product-woo-breadcrumb.product-woo-breadcrumb-checkout {
    margin-bottom: 50px;
}
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0;
    border-bottom: 0;
    margin: 10px 0;
    list-style: none outside;
    padding-bottom: 18px;
	position: relative;
}
.woocommerce-checkout #payment ul.payment_methods:after {
    content: "";
    background: #CCCCCC;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: calc(100% + 60px);
    margin-left: -30px;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
    margin-bottom: 10px;
}
.woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 20px;
}
.woocommerce-form-login-toggle a.showlogin {
    color: #006B6E;
}
p.return-to-shop {
    margin: 20px 0;
}
#customer_details .woocommerce-billing-fields h3 {
	color: #000000;
    font-family: 'Roboto-Bold';
    font-size: 1.3125em;
    letter-spacing: 1.2px !important;
    line-height: 1.2381em;
    text-transform: uppercase;
    margin-bottom: 28px;
    margin-top: 0;
}
#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row, 
#customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row {
    padding: 0;
    margin-bottom: 28px;
}
#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_1_field {
    margin-bottom: 20px;
}
#customer_details .woocommerce-billing-fields p#billing_phone_field, #customer_details .woocommerce-billing-fields p#billing_email_field {
    width: 47.5%;
}
#customer_details .woocommerce-shipping-fields p#shipping_email_field, #customer_details .woocommerce-shipping-fields p#shipping_phone_field {
    width: 47.5%;
}
.order_review_wrapper {
    float: none;
    display: flex;
}
.order_review_wrapper #order_review {
    background: #F4F4F4;
    padding: 30px;
}
form.woocommerce-checkout .woocommerce-additional-fields {
    padding-top: 8px;
}
form.checkout.woocommerce-checkout .woocommerce-additional-fields p.form-row {
    padding: 0;
}
.additional-info-title {
	color: #AE2638;
    font-family: 'JosefinSans-Regular';
    font-size: 22px !important;
    letter-spacing: 1.2px !important;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
p.form-row.validate-required .woocommerce-terms-and-conditions-checkbox-text:before {
	content: "";
    -webkit-appearance: none;
    background-color: #ffffff;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    margin-bottom: 3px;
}
p.form-row.validate-required input:checked + .woocommerce-terms-and-conditions-checkbox-text:before {
    border-color: #223F5E;
    background: #223F5E;
}
p.form-row.validate-required input:checked + .woocommerce-terms-and-conditions-checkbox-text:after {
	content: "";
    position: absolute;
    top: 1px;
    left: 6px;
    width: 7px;
    height: 13px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.order_review_wrapper #order_review_heading {
	color: #000000;
    font-family: 'Roboto-Bold';
    font-size: 1.3125em;
    letter-spacing: 1.05px;
    line-height: 1.3334em;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 0;
}
.psg-order-review-main table.shop_table tr th.product-name, .psg-order-review-main table.shop_table tr td.product-name {
    padding-left: 0px;
}
.psg-order-review-main table.shop_table tr th.product-total, .psg-order-review-main table.shop_table tr td.product-total {
    padding-right: 0px;
}
.psg-order-review-main table.shop_table tfoot tr th {
    padding-left: 0px;
	width: 160px;
}
.woocommerce-checkout-review-order-table tfoot tr td {
    padding-right: 0px !important;
}
.psg-order-review-main table.shop_table tr.order-total th, .psg-order-review-main table.shop_table tr.order-total td {
    padding-top: 30px;
    border-top: 1px solid #CCCCCC !important;
}
.psg-order-review-main table.shop_table tr.tax-rate th, .psg-order-review-main table.shop_table tr.tax-rate td {
    padding-bottom: 30px;
}
.psg-order-review-main table.shop_table {
    border-radius: 0;
    font-size: 16px;
}
#order_review ul.wc_payment_methods li.wc_payment_method input {
    margin-right: 12px !important;
}
#order_review .cart_item td {
    background: transparent !important;
    width: 160px;
}
.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    font-size: 16px;
    color: #000000;
    line-height: 24px !important;
    letter-spacing: 0.8px;
    font-family: 'JosefinSans-Regular';
}
button#place_order {
    width: 100%;
    background: #223F5E;
    border-radius: 0;
    font-size: 1em;
    padding: 15px 30px !important;
    letter-spacing: 0.8px;
    color: #FFFFFF !important;
    line-height: 1.25em;
    font-family: 'Roboto-Regular';
    font-weight: 500;
    text-transform: uppercase;
    text-align: center !important;
    margin-top: 20px;
	margin-bottom: 0 !important;
}
button#place_order:hover {
    background: #356496;
}
.woocommerce-checkout-payment .custom-payment-method-title {
	color: #000000;
    font-family: 'Roboto-Bold';
    font-size: 1.3125em;
    letter-spacing: 1.05px;
    line-height: 1.1905em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.woocommerce-checkout-payment .custom-payment-method-title:after {
    content: "";
    background: #CCCCCC;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: calc(100% + 60px);
    margin-left: -30px;
}
.order_review_wrapper a.about_paypal {
    color: #4998AF;
    margin-left: 10px;
}
.woocommerce-checkout-payment li label img:first-child {
    margin-left: 30px !important;
}
.woocommerce-checkout-payment li label img {
    width: 50px;
}
h3#ship-to-different-address {
    margin: 0px !important;
}
h3#ship-to-different-address span {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 23px;
    font-family: 'Roboto-Medium';
    text-transform: none;
}
.order_review_wrapper .payment_methods .payment_box {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
	font-size: 16px !important;
}
.order_review_wrapper .payment_methods .payment_box p {
    font-family: 'Roboto-Light';
    color: #707070;
    font-size: 0.875em;
    letter-spacing: 0.7px;
    line-height: 1.5714;
}
.order_review_wrapper .payment_methods .payment_box p a {
    text-decoration: underline !important;
    color: #707070;
	font-family: 'Roboto-Light';
}
.order_review_wrapper .payment_box:before {
    border-color: transparent !important;
}
.order_review_wrapper .form-row.place-order {
    margin-top: 30px;
    padding: 0 !important;
	margin-bottom: 0;
}
.order_review_wrapper label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    line-height: 24px !important;
}
.woocommerce-privacy-policy-text p {
    font-family: 'Roboto-Light';
    font-size: 0.875em;
    letter-spacing: 0.7px;
    line-height: 1.5715em;
    margin-bottom: 15px !important;
    color: #656565;
}
h3#ship-to-different-address label span:before {
	content: '';
    -webkit-appearance: none;
    background-color: #ffffff;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
	margin-bottom: 2px;
}
input#ship-to-different-address-checkbox:checked + span:before{
	border-color: #223F5E;
    background: #223F5E;
}
input#ship-to-different-address-checkbox:checked + span:after {
	content: '';
    position: absolute;
    top: 8px;
    left: 6px;
    width: 7px;
    height: 13px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
input#ship-to-different-address-checkbox {
    display: none;
}
span.woocommerce-terms-and-conditions-checkbox-text {
	color: #656565;
    font-size: 0.875em;
    font-family: 'Roboto-Light';
    letter-spacing: 0.7px !important;
    line-height: 1.5714;
    text-transform: none;
}
.psg-order-review-main table.shop_table tfoot ul#shipping_method li:last-child {
    margin-bottom: 0;
}
span.woocommerce-terms-and-conditions-checkbox-text a.woocommerce-terms-and-conditions-link,
.woocommerce-privacy-policy-text p a {
    color: #000000 !important;
	font-family: 'Roboto-Light';
}
#wcf-embed-checkout-form .woocommerce-form-login button.woocommerce-form-login__submit {
    background: #004F3C !important;
    color: #FFFFFF !important;
}
#wcf-embed-checkout-form .woocommerce-form-login button.woocommerce-form-login__submit:hover {
    background: #42AD32 !important;
    color: #FFFFFF !important;
}
.woocommerce-additional-fields p.coderockz_woo_delivery_delivery_selection_box span.select2-selection {
    border: 1px solid #CCCCCC !important;
	margin: 0;
}
.woocommerce-additional-fields span.select2-selection span.select2-selection__placeholder {
    color: #CCCCCC !important;
    font-size: 14px !important;
    letter-spacing: 0.7px !important;
    line-height: 21px !important;
    font-family: 'JosefinSans-Regular' !important;
}
.woocommerce-additional-fields span.select2-selection span.select2-selection__rendered {
    padding: 0 !important;
}
.woocommerce-additional-fields span.select2-selection b {
    display: none;
}
.woocommerce-additional-fields span.select2-selection:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 46px;
    font-size: 16px;
    color: #E0CE08;
    font-weight: 400;
    bottom: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.coderockz_woo_delivery_pickup_date_field span.woocommerce-input-wrapper,
.coderockz_woo_delivery_date_field span.woocommerce-input-wrapper {
	position: relative;
}
.coderockz_woo_delivery_pickup_date_field span.woocommerce-input-wrapper:before,
.coderockz_woo_delivery_date_field span.woocommerce-input-wrapper:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    top: -12px;
    line-height: 46px;
    font-size: 16px;
    color: #E0CE08;
    font-weight: 400;
    bottom: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.woocommerce-additional-fields ul.select2-results__options li.select2-results__option {
	background: #FFFFFF !important;
    color: #E0CE08 !important;
    font-size: 14px;
    padding: 5px 15px;
    font-family: 'JosefinSans-Regular';
    letter-spacing: 0.8px;
}
.woocommerce-additional-fields ul.select2-results__options li.select2-results__option:hover {
    background: linear-gradient(107deg, rgba(224,206,8,1) 0%, rgba(116,182,76,1) 100%) !important;
    color: #FFFFFF !important;
}
.woocommerce-additional-fields ul.select2-results__options .select2-results__option[aria-disabled=true] {
    color: #999999 !important;
}
#shipping_method li input ,
.wc_payment_methods li input{
    display: none;
}
.woocommerce ul#shipping_method li [type="radio"]:checked + label,
.woocommerce ul#shipping_method li [type="radio"]:not(:checked) + label,
.woocommerce ul.wc_payment_methods li [type="radio"]:checked + label,
.woocommerce ul.wc_payment_methods li [type="radio"]:not(:checked) + label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.woocommerce ul#shipping_method li [type="radio"]:checked + label:before,
.woocommerce ul#shipping_method li [type="radio"]:not(:checked) + label:before ,
.woocommerce ul.wc_payment_methods li [type="radio"]:checked + label:before,
.woocommerce ul.wc_payment_methods li [type="radio"]:not(:checked) + label:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #356496;
    border-radius: 100%;
    background: #fff;
    margin-top: 3px;
}
.woocommerce ul#shipping_method li [type="radio"]:checked + label:after, 
.woocommerce ul#shipping_method li [type="radio"]:not(:checked) + label:after,
.woocommerce ul.wc_payment_methods li [type="radio"]:checked + label:after, 
.woocommerce ul.wc_payment_methods li [type="radio"]:not(:checked) + label:after{
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 3px;
    border: 5px solid #356496;
}
.woocommerce ul#shipping_method li [type="radio"]:not(:checked) + label:after,
.woocommerce ul.wc_payment_methods li [type="radio"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.psg-single-blog-checkout-form input#redeem-point-action, .psg-single-blog-checkout-form .wlpr_point_redeem_earn_points {
    display: none;
}
.wlpr-checkout-point {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-family: 'JosefinSans-Regular';
    justify-content: space-between;
}
div#order_review .wlpr-checkout-point:nth-child(2) {
    display: none !important;
}
.woocommerce-checkout div#jckwds-fields {
    background: #F9F6F5;
    padding: 30px;
    padding-top: 0;
}
.woocommerce-additional-fields div#coderockz_woo_delivery_delivery_date_section,
.woocommerce-additional-fields div#coderockz_woo_delivery_pickup_date_section {
    width: 49%;
    float: left;
}
.woocommerce-additional-fields div#coderockz_woo_delivery_delivery_time_section,
.woocommerce-additional-fields div#coderockz_woo_delivery_pickup_time_section {
    width: 49%;
    float: right;
}
.woocommerce-additional-fields input#coderockz_woo_delivery_date_datepicker,
.woocommerce-additional-fields input#coderockz_woo_delivery_pickup_date_datepicker {
    height: 42px;
}
.woocommerce-additional-fields div#coderockz_woo_delivery_delivery_time_section span.select2-selection,
.woocommerce-additional-fields div#coderockz_woo_delivery_pickup_time_section span.select2-selection {
    border: 1px solid #CCCCCC !important;
    margin: 0;
}
#jckwds-fields select#jckwds-delivery-time {
    border: 1px solid #DDDDDD;
    border-radius: 0;
    height: 50px;
    color: #7A7A7A !important;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.8px;
    font-family: 'JosefinSans-Regular';
    -webkit-appearance: none;
    -moz-appearance: none;
}
#jckwds-fields h3.iconic-wds-fields__title {
    display: none;
}
#jckwds-fields .jckwds-delivery-time span.woocommerce-input-wrapper {
    position: relative;
    display: block;
}
#jckwds-fields .jckwds-delivery-time span.woocommerce-input-wrapper:after {
    content: "\f017";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 12px;
    top: 0;
    line-height: 50px;
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
#jckwds-fields .jckwds-delivery-date span.woocommerce-input-wrapper {
    position: relative;
    display: block;
}
#jckwds-fields .jckwds-delivery-date span.woocommerce-input-wrapper:after {
    content: "\f133";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 12px;
    top: 0;
    line-height: 50px;
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.woocommerce-checkout-payment .iconic-wsb-checkout-bump {
    background: #F4F4F4;
    border: 0 !important;
    box-shadow: none;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.woocommerce-checkout-payment .iconic-wsb-checkout-bump .iconic-wsb-checkout-bump__header {
    border-bottom: 1px solid #CCCCCC !important;
    padding: 20px;
}
.woocommerce-checkout-payment .iconic-wsb-checkout-bump label {
    color: #333333 !important;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 21px !important;
    font-family: 'JosefinSans-Regular';
    font-weight: 400;
	position: relative;
}
.woocommerce-checkout-payment .iconic-wsb-checkout-bump .iconic-wsb-checkout-bump__price {
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
}
.woocommerce-checkout-payment .iconic-wsb-checkout-bump__price span.iconic-wsb-checkout-bump__price_span {
    color: #242021 !important;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 18px;
    font-family: 'JosefinSans-Regular';
    font-weight: 700;
}
.woocommerce-checkout-payment .iconic-wsb-checkout-bump__price span.iconic-wsb-checkout-bump__price_span del {
    color: #ABABAB;
    font-weight: 400;
    padding-right: 5px;
}
.woocommerce-checkout-payment .iconic-wsb-checkout-bump .iconic-wsb-checkout-bump__header input#iconic-wsb-checkout-bump-trigger {
    accent-color: #284734;
    width: 20px;
    height: 20px;
    border-radius: 0 !important;
}
.woocommerce-checkout-payment .iconic-wsb-checkout-bump__main .iconic-wsb-checkout-bump__product {
    color: #284734;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 21px;
    font-family: 'JosefinSans-Regular';
    font-weight: 900;
}
.woocommerce-checkout-payment .iconic-wsb-checkout-bump .iconic-wsb-checkout-bump__body {
    align-items: center;
}

/** End Checkout Page css **/


/** Start Thank You Page css **/

.psg-thank-you-page-main-wrp {
    margin-top: 58px;
    margin-bottom: 100px;
}
.psg-thankyou-page-btn-main-wrp {
    text-align: right;
    padding-top: 20px;
}
.psg-thankyou-page-btn-main-wrp a.psg-thankyou-back-btn {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: 'JosefinSans-Regular';
}
.psg-thankyou-page-btn-main-wrp a.psg-thankyou-back-btn i {
    margin-right: 10px;
}
.psg-thankyou-page-btn-main-wrp a.psg-thankyou-back-btn:hover {
    color: #356496;
}
.psg-thankyou-page-btn-main-wrp a.psg-thankyou-view-order-btn {
    color: #356496;
    font-size: 0.875em;
    line-height: 1.5715em;
    letter-spacing: 0.7px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    text-transform: capitalize;
}
.psg-thankyou-page-btn-main-wrp a.psg-thankyou-view-order-btn i {
    margin-right: 10px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 2.25em;
    line-height: 1.34em;
    font-family: 'Roboto-Bold';
    font-weight: 900;
    letter-spacing: 0.72px;
    color: #223f5e;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.psg-thankyou-page-custom {
    width: 100%;
}
.psg-thankyou-page-content a {
    color: #E0CE08;
}
.product-woo-breadcrumb.product-woo-breadcrumb-thank-you {
    margin-bottom: 0;
	margin-top: 65px;
}
.psg-thankyou-page-text.psg-text-order-main {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
p.psg-thankyou-page-text {
    color: #000000;
    font-size: 1em !important;
    line-height: 1.5em !important;
    letter-spacing: 0.8px;
    font-family: 'Roboto-Light';
    font-weight: 400;
}
.thankyou-order-table-wrp {
    margin-top: 46px;
}
.psg-thankyou-bank-main {
    display: flex;
    justify-content: center;
}
.psg-thankyou-bank-transfer {
    margin: 15px 0 !important;
}
img.psg-thankyou-custom-img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    margin: 15px 0;
}
.psg-thankyou-page-text i {
    color: #7ED2EA;
    font-size: 36px;
    letter-spacing: 3.6px;
    margin-right: 20px;
}
.psg-thankyou-page-btn-main a.psg-thankyou-page-btn {
    padding: 16px 30px;
    border-radius: 0px;
    outline: none !important;
    font-family: 'Roboto-Regular';
    font-weight: 400 !important;
    font-size: 1em !important;
    letter-spacing: 0.8px;
    line-height: 1.1875em !important;
    color: #ffffff !important;
    transition: all 0.4s linear;
    background-color: #223f5e !important;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    min-width: 300px;
    text-align: center;
}
.psg-thankyou-page-btn-main a.psg-thankyou-page-btn.psg-thank-you-home-btn {
    background: #8B1121 !important;
    margin-right: 25px;
}
.psg-thankyou-page-btn-main a.psg-thankyou-page-btn:hover {
    background: #356496 !important;
}
.psg-thankyou-page-btn-main a.psg-thankyou-page-btn.psg-thank-you-home-btn:hover {
	background: #AE2638 !important;
}
a.psg-thankyou-page-btn i {
    padding-left: 5px;
}
.psg-thankyou-page-btn-main {
    margin-top: 55px !important;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.woocommerce table.my_account_orders th.woocommerce-orders-table__header-total {
    width: 300px;
}
.woocommerce table.my_account_orders th.woocommerce-orders-table__header-payment-method {
    width: 270px;
}


/** End Thank You Page css **/


/** Start Orders Page css ***/

.psg-order-history-main-wrp .woocommerce-message {
    line-height: 40px;
}
body.woocommerce-orders .woocommerce-notices-wrapper {
    margin-top: 0;
}
.order-custom-container {
    display: block;
    overflow: hidden;
}
.order-custom-container table.woocommerce-orders-table.woocommerce-MyAccount-orders {
    border-radius: 0;
    margin-bottom: 0;
}
.psg-order-history-main-wrp {    
    padding: 20px 0;
    padding-bottom: 100px;
}
.psg-order-history-topbar {
    padding-bottom: 50px;
}
.psg-order-sortby-wrp {
    margin: 0px;
    min-width: 250px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.psg-order-sortby-wrp::before {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 0.875em;
    z-index: 1;
    pointer-events: none;
    color: #555555;
    font-weight: 100;
}
.psg-order-sortby-label {
    font-size: 0.875em;
    line-height: 1.2142;
    letter-spacing: 0.28px;
    margin-right: 20px;
    color: #555555;
    text-transform: capitalize;
}
.psg-order-sortby {
    font-size: 0.875em;
    line-height: 1.2142em;
    letter-spacing: 0.28px;
    padding: 11px 10px;
    border: 1px solid #707070;
    border-radius: 0px;
    color: #555555;
    width: 180px;
    font-family: Roboto-Light;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFFFFF;
}
.psg-order-sortby option {
  font-family: 'Roboto-Light', sans-serif;
}
.psg-order-history-main-wrp .woocommerce-breadcrumb {
    margin-bottom: 48px !important
}
.woocommerce table.my_account_orders th {
    padding: 10px 20px 10px 20px; 
    border: 0 !important;
	font-size: 16px !important;
}
table.woocommerce-orders-table thead tr th, table.woocommerce-orders-table thead tr span {
    color: #000000;
    font-size: 1em!important;
    font-family: 'Roboto-Medium';
    font-weight: 400 !important;
    line-height: 1.1875em !important;
    letter-spacing: 0.8px;
	text-transform: capitalize;
}
table.shop_table.shop_table_responsive tbody.psg-account-order-body tr td {
    color: #111111 !important;
    letter-spacing: 0.8px;
    font-size: 1em;
    font-family: 'Roboto-Regular' !important;
    font-weight: 500;
    line-height: 1.375em;
    padding: 30px 20px;
    border: 0 !important;
}
table.woocommerce-orders-table{
    border: 0 !important;
    border-collapse: collapse !important;
}
table.woocommerce-orders-table thead {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: #111111 !important;
}
table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header-order-number {
    width: 300px;
}
table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header-order-date {
    width: 210px;
}
table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header-order-total {
    width: 210px;
}
table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header-order-status {
    width: 210px;
}
table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header-order-actions {
    width: 270px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-cancelled.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status, .custom-order-details-inner.custom-order-status-inner.cancelled p {
    color: #000000 !important;
	text-transform: capitalize;
}
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-pending.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status, .custom-order-details-inner.custom-order-status-inner.pending p{
	color: #000000 !important;
	text-transform: capitalize;
}
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status, .custom-order-details-inner.custom-order-status-inner.processing p {
    color: #000000 !important;
    text-transform: capitalize;
}
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status, .custom-order-details-inner.custom-order-status-inner.completed p {
    color: #000000 !important;
	text-transform: capitalize;
}
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-on-hold.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status, .custom-order-details-inner.custom-order-status-inner.on-hold p {
    color: #000000 !important;
	text-transform: capitalize;
}
.woocommerce table.my_account_orders th:last-child {
    border-right: 0 !important;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    display: flex;
    align-items: center;
    background: none;
    text-align: left;
    padding: 0;
    color: #111111 !important;
    font-family: 'Roboto-Regular';
    line-height: 1.375em !important;
    font-weight: 400;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a i {
    padding-right: 10px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover {
	background: transparent;
    color: #356496 !important;
    text-decoration: none !important;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover span {
    text-decoration: underline;
}
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details address {
    font-style: normal;
    font-size: 16px;
    line-height: 23px !important;
    font-family: 'Sora-Regular';
    letter-spacing: 0.8px !important;
}
.woocommerce-customer-details--phone {
    padding-bottom: 15px !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table_responsive.shop_table.order_details tfoot tr th {
    padding-left: 0 !important;
    position: relative;
    left: 0;
    width: 62%;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table_responsive.shop_table.order_details tfoot tr td {
    display: inline-block;
    position: relative;
    width: 65%;
    right: 0;
	border: 0;
}
tbody.psg-account-order-body tr {
    border: 1px solid #e5e4e0 !important;
    background-color: #FFFFFF;
    font-size: 16px;
}
tbody.psg-account-order-body tr:nth-child(even) {
    background-color: #FAFAFA;
	border: 0 !important;
}
.psg-orders-pagination {
	padding: 0 !important;
    margin-top: 50px;
}
.psg-orders-pagination ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style-type: none;
    padding: 0;
}
.psg-orders-pagination ul.page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
    text-align: center;
    background: transparent;
    color: #000000;
    font-size: 0.875em;
    letter-spacing: 0.28px;
    font-family: 'Roboto-Regular';
    font-weight: 500;
    transition: .3s all;
    display: inline-flex;
    align-items: center;
    line-height: 1.2143em;
    justify-content: center;
    outline: none !important;
    text-decoration: none !important;
	margin: 0 3px;
}
.psg-orders-pagination ul.page-numbers li  a.next.page-numbers{
	float: right !important;
    margin-right: 0px;
}
.psg-pagination a.prev.page-numbers, .psg-pagination a.next.page-numbers {
    border: 1px solid #000000;
}
.psg-orders-pagination ul.page-numbers li .page-numbers.current,
.psg-orders-pagination ul.page-numbers li a.prev.page-numbers:hover, 
.psg-orders-pagination ul.page-numbers li a.next.page-numbers:hover {
    background: #223F5E;
    color: #FFFFFF;
    border: 1px solid #223F5E;
}
.psg-orders-pagination ul.page-numbers li .page-numbers:hover {
    border: 1px solid #223F5E;
}

/** End Orders Page css **/


/** Start Pay Order css **/

.woocommerce-order-pay main.site-main {
    padding: 100px 20px;
}
.woocommerce-order-pay form#order_review table.shop_table {
    border: 0;
    margin-right: 0;
    border-radius: 0;
}
.woocommerce-order-pay form#order_review table.shop_table thead {
    background: #f4f4f4;
}
.woocommerce-order-pay form#order_review table.shop_table thead th {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    font-weight: 400;
    line-height: 1.1875em;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    padding: 10px 20px 10px 20px;
    border: 0;
}
.woocommerce-order-pay form#order_review table.shop_table tbody tr {
    border: 1px solid #e5e4e0 !important;
    background-color: #FFFFFF;
    font-size: 16px;
}
.woocommerce-order-pay form#order_review table.shop_table tbody tr:nth-child(even) {
    background-color: #FAFAFA;
    border: 0 !important;
}
.woocommerce-order-pay form#order_review table.shop_table tbody tr td {
    color: #111111;
    font-family: 'Roboto-Regular' !important;
    font-size: 1em;
    line-height: 1.375em;
    letter-spacing: 0.32px;
    font-weight: 400;
    padding: 30px 20px;
    border: 1px solid #e5e4e0;
    border-right: 0;
}
.woocommerce-order-pay form#order_review table.shop_table tbody tr:last-child td {
    padding-bottom: 30px;
}
.woocommerce-order-pay form#order_review table.shop_table tbody tr td:last-child {
    border-right: 1px solid #e5e4e0;
}
.woocommerce-order-pay form#order_review table.shop_table tfoot tr th, 
.woocommerce-order-pay form#order_review table.shop_table tfoot tr td {
    border: 1px solid #e5e4e0;
    border-top: 0;
    border-right: 0;
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    font-weight: 400;
    line-height: 1.1875em;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    padding: 10px 20px;
}
.woocommerce-order-pay form#order_review table.shop_table tfoot tr th:last-child, 
.woocommerce-order-pay form#order_review table.shop_table tfoot tr td:last-child {
    border-right: 1px solid #e5e4e0;
}
.woocommerce-order-pay form#order_review #payment {
    background: #F4F4F4;
    padding: 30px;
    border-radius: 0;
}
.woocommerce-order-pay form#order_review #payment button#place_order {
    width: auto;
    float: left;
}

/** End Pay Order css **/


/** Start View Order css **/

.psg-view-order-main-wrp {
    padding: 20px 0;
    padding-bottom: 100px;
    display: block;
    overflow: hidden;
}
.psg-view-order-inner {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.psg-view-order-btn-print-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view-custom-order-container section.woocommerce-order-details .psg-view-order-main {
    display: none;
}
.view-order-date {
    font-size: 16px !important;
    color: #111111;
    letter-spacing: 0.8px;
    line-height: 22px !important;
}
.woocommerce-view-order .view-order-back-button a {
    color: #000000 !important;
    font-size: 1em !important;
    letter-spacing: 0.8px !important;
    line-height: 1.5em !important;
    text-transform: capitalize;
    font-family: 'Roboto-Regular';
    font-weight: 500;
}
.view-order-back-button a i {
    padding-right: 8px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.8px;
}
.woocommerce-view-order .view-order-back-button a:hover{
    color:#356496 !important;
}
.view-order-details-notes-main {
    width: 100% !important;
    float: none !important;
}
.psg-view-order-btn-print-main .view-order-number {
    color: #000000;
    font-family: 'Roboto-Bold';
    font-size: 1.3125em !important;
    letter-spacing: 1.05px;
    line-height: 1.1905 !important;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}
.psg-view-order-upper {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.psg-view-order-upper .view-order-back-button {
    margin: 0px;
}
.psg-view-order-upper p.view-order-print-button {
    margin: 0;
}
.psg-view-order-upper p.view-order-print-button a {
    color: #356496;
    font-size: 0.875em;
    letter-spacing: 0.7px;
    line-height: 1.5715em;
    font-family: 'Roboto-Regular';
    padding: 0;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
}
.psg-view-order-upper p.view-order-print-button a i {
    font-family: 'Font Awesome 5 Pro';
    padding-right: 10px;
}
.psg-view-order-upper p.view-order-print-button.order-print a:hover{
	background: transparent;
    color: #356496;
}
.psg-view-order-inner p.order-date {
    color: #111111;
    font-size: 1em;
    line-height: 1.4375em;
    letter-spacing: 0.32px;
    font-family: 'Roboto-Medium';
    font-weight: 400;
}
section.woocommerce-customer-details {
    margin-top: 45px;
    float: none;
    margin-bottom: 0 !important;
}
.psg-view-order-main-wrp section.woocommerce-columns.woocommerce-columns--addresses {
    float: none;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    background-color: #F4F4F4;
    padding: 30px 70px;
}
.psg-view-order-main-wrp section.woocommerce-columns .woocommerce-column--billing-address {
    padding-right: 10px;
}
.psg-view-order-main-wrp section.woocommerce-columns .woocommerce-column--shipping-address {
    padding-left: 10px;
}
section.woocommerce-columns.woocommerce-columns--addresses .woocommerce-column__title {
    color: #000000;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 1.3125em !important;
    line-height: 1.1905 !important;
    letter-spacing: 1.05px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 18px;
}
section.woocommerce-columns address p {
    font-size: 1em;
    line-height: 1.25em !important;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #000000;
    margin-bottom: 18px !important;
}
section.woocommerce-columns address p:last-child {
    margin-bottom: 0 !important;
}
section.woocommerce-columns address p.view-order-full-name {
    font-family: 'Roboto-Medium';
}
.view-order-details-notes-main .view-order-details-notes-inner h5 {
    color: #111111;
    font-family: 'Roboto-Medium';
    font-weight: 500;
    font-size: 1em !important;
    line-height: 1.4375em !important;
    letter-spacing: 0.32px;
    width: 64%;
    margin: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.view-order-details-notes-inner p {
    margin-bottom: 0 !important;
    font-size: 1em !important;
    line-height: 1.25em !important;
    font-family: 'Roboto-Regular';
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #000000;
}
.view-order-details-notes-inner p a {
    color: #777777;
}
.custom-view-order-details-main {
	float: none;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 70px;
}
.custom-view-order-details-wrapper {
	width: 50%;
    float: left;
    padding-right: 10px;
}
.custom-view-order-details-right-wrapper{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.custom-order-details-inner {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.custom-view-order-details-notes {
    width: 45%;
    float: right;
}
section.woocommerce-order-details table.shop_table.shop_table_responsive tbody tr
.custom-view-order-details-notes-inner h5 {
    color: #111111;
    font-family: 'JosefinSans-Regular' !important;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 1.6px !important;
}
.woocommerce .woocommerce-customer-details address {
    border: 0 !important;
    padding: 0 !important;
}
.woocommerce-customer-details--phone {
    margin-top: 10px;
    padding-left: 0 !important;
}
.woocommerce-customer-details--phone:before {
    content: "+" !important;
    position: relative !important;
    margin-right: 0 !important;
    display:none !important;
}
.woocommerce-MyAccount-content .custom-order-details-inner p {
    margin-bottom: 0 !important;
    font-size: 1em !important;
    line-height: 1.25em !important;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #000000;
}
.custom-view-order-details-wrapper .custom-order-details-inner h5 {
    color: #242021;
    font-family: 'Roboto-Medium';
    font-weight: 500;
    font-size: 1em;
    line-height: 1.4375em;
    letter-spacing: 0.32px;
    width: 200px;
    text-transform: capitalize;
    margin: 0;
}
.woocommerce-column-view-order {
    margin-bottom: 40px;
}
section.woocommerce-order-details table.order_details tbody tr.woocommerce-table__line-item {
    border: 1px solid #E5E4E0;
}
section.woocommerce-order-details table.order_details tbody tr:nth-child(even) {
    background-color: #FAFAFA;
    border: 0;
}
section.woocommerce-order-details thead {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
}
.woocommerce-view-order section.woocommerce-order-details tr td a, section.woocommerce-order-details tr td strong {
    color: #242021;
    font-weight: 400;
    padding-left: 5px;
    font-family: 'Roboto-Regular';
    font-size: 1em;
    letter-spacing: 0.32px;
    line-height: 1.375em;
    text-transform: uppercase;
}
section.woocommerce-order-details table.woocommerce-table--order-details.order_details tfoot tr.psg-view-order-bill-summary th {
    font-size: 24px !important;
    color: #E4003A;
    font-family: 'JosefinSans-Regular' !important;
    letter-spacing: 1.2px;
    line-height: 31px !important;
    text-transform: capitalize;
    padding: 0px !important;
    margin-bottom: 15px;
}
section.woocommerce-order-details table tbody .order_item img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
section.woocommerce-order-details table tr th {
    border: 0 !important;
    color: #000000;
    font-size: 1em;
    line-height: 1.1875em !important;
    letter-spacing: 0.8px;
    font-family: 'Roboto-Medium';
    padding: 10px 20px !important;
    font-weight: 500 !important;
}
section.woocommerce-order-details table tr th.product-quantity {
    width: 300px;
}
section.woocommerce-order-details table tr th.product-total {
    width: 260px;
}
section.woocommerce-order-details tbody tr td {
    color: #111111;
    font-size: 1em;
    letter-spacing: 0.32px;
    line-height: 1.375em !important;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    padding: 10px 20px !important;
    border: 0;
}
.view-custom-order-container section.woocommerce-order-details {
    margin-bottom: 0 !important;
	position: relative;
}
.woocommerce-order-details table.shop_table.shop_table_responsive {
    border-collapse: collapse;
	border: 0 !important;
	margin-bottom: 50px;
	font-size:16px;
}
.psg-custom-tfoot-section {
    background: #f4f4f4;
    padding: 30px;
    width: 500px;
    float: right;
}
.psg-view-order-bill-summary p {
    color: #000000;
    font-size: 1.3125em;
    letter-spacing: 0.9px;
    line-height: 1.19048em;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    margin-bottom: 30px !important;
}
.psg-custom-tfoot-section .order-row-details-custom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;  
}
.order-row-details-custom .psg-order-detail-label {
    color: #242021;
    font-size: 1em;
    line-height: 1.1875em;
    letter-spacing: 0.8px;
    font-family: 'Roboto-Medium';
    font-weight: 500;
    margin-bottom: 0;
}
.psg-custom-tfoot-section .order-row-details-custom:last-child .psg-order-detail-label,
.psg-custom-tfoot-section .order-row-details-custom:last-child span.psg-order-detail-data {
    font-family: 'Roboto-Bold';
}
.order-row-details-custom .psg-order-detail-data {
    color: #000000;
    font-size: 1em;
    line-height: 1.1875em;
    letter-spacing: 0.8px;
    font-family: 'Roboto-Medium';
}
.psg-custom-tfoot-section .order-row-details-custom:last-child {
    border-top: 1px solid #CCCCCC;
    padding-top: 28px;
}

/** End View Order css **/


/** Start My Profile css **/

.my-profile-container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 20px;	
    padding-bottom: 50px;
    font-size: 16px;
	position: relative;
}
.my-profile-main {
    display: flex;
    margin: 50px 0px 50px 0px;
    padding: 0;
    justify-content: flex-start;;
}
.my-profile-info {
    display: flex;
    flex-wrap: wrap;
    min-width: 385px;
    width: min-content;
    align-content: flex-start;    
    margin-left: 200px;

}
.my-profile-billing-info .my-profile-info {
    margin-left: 0;
    width: 100%;
}
.my-profile-billing-info .my-profile-info .my-profile-info-title {
    width: 300px;
}
.my-profile-link-text {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 90px;
	z-index: 9;
}
.my-profile-link-text a.edit_profile_link {
    color: #356496;
    font-size: 0.875em;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.7px;
    line-height: 1.5715;
    text-transform: capitalize;
    text-decoration: none;
}
.my-profile-link-text .edit_profile_text {
    margin-left: 10px;
    position: relative;
}
/* .my-profile-link-text a:hover .edit_profile_text {
	color: #BB846C !important;
} */
.woocommerce-cart .woocommerce-notices-wrapper {
    margin-top: 50px;
}
.my-profile-info-inner {
    display: flex;
    align-items: center;
    margin-bottom: 28px !important;
    width: 100%;
}
.my-profile-main .my-profile-image {
    height: 300px;
    width: 300px;
}
.my-profile-image img {
    height: 300px;
    min-width: 300px;
    object-fit: contain;
}
.my-profile-info-inner .my-profile-info-title {
    margin: 0;
    width: 52%;
    color: #111111;
    font-size: 1em !important;
    font-family: 'Roboto-Medium';
    letter-spacing: 0.32px;
    line-height: 1.4375em;
    text-transform: capitalize;
}
.my-profile-info-inner .my-profile-info-text {
    color: #000000;
    width: 48%;
    font-family: 'Roboto-Regular';
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.25em;
    margin: 0;
}
span.sabelle-created-date {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1.2px;
}
.my-profile-billing-info {
    margin-bottom: 20px;
    clear: both;
}
.my-profile-billing-info .my-profile-main-title {
    color: #000000;
    font-family: 'Roboto-Bold';
    font-size: 1.3125em;
    letter-spacing: 1.05px;
    line-height: 1.1905;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin: 0px 0px 25px 0px;
    text-transform: uppercase;
}
.sabelle-account-right-content-wrp a {
    text-decoration: none !important;
    font-size: 14px !important;
    padding: 9px 40px !important;
    font-family: 'JosefinSans-Regular' !important;
    letter-spacing: 0.7px !important;
    color: #FFFFFF !important;
    line-height: 20px !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    background: #264291 !important;
    border: 1px solid #264291 !important;
    font-weight: 500 !important;
    width: auto;
    outline: none;
}
.sabelle-account-right-content-wrp a:hover {
    color: #264291 !important;
    background: #FFFFFF !important;
    border: 1px solid #264291 !important;
}

/** End My Profile css **/


/** Start Edit profile css **/

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
}
.woocommerce-edit-account .woocommerce-MyAccount-content {
    margin: 20px 0;
    padding: 0 0px;
    margin-bottom: 90px;
}
.edit-profile-custom-title {
    margin-top: 48px;
    margin-bottom: 28px;
    font-size: 1.3125em !important;
    font-family: 'Roboto-Bold' !important;
    letter-spacing: 1.05px !important;
    color: #000000 !important;
    line-height: 1.19em !important;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}
form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row.form-row-first, 
form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row.form-row-last {
    width: 42.8%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #656565 !important;
    line-height: 28px !important;
    font-size: 14px !important;
}
span.edit-account-gender-wrap {
    display: flex;
}
span.edit-account-gender-wrap .radio {
    margin-right: 30px;
}
span.edit-account-gender-wrap input[type="radio"] {
    height: 20px;
    width: 20px;
}
.account-gender-main label {
    margin-bottom: 10px;
}
span.edit-account-gender-wrap .radio {
    margin-right: 45px;
    margin-top: 0px;
}
span.custom-edit-account-image-main input {
	width: 47%;
    border: 1px solid #EEEEEE !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.8px !important;
    border-radius: 0;
    padding: 13px 15px !important;
    font-family: 'JosefinSans-Regular';
}
.woocommerce-EditAccountForm.edit-account legend {
    color: #000000;
    font-size: 1.3125em !important;
    font-family: 'Roboto-Bold';
    font-weight: 500;
    line-height: 1.1904em;
    letter-spacing: 1.05px;
    text-transform: uppercase !important;
    display: block;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 19px;
    width: 100%;
    margin-bottom: 30px;
}
.woocommerce-EditAccountForm.edit-account fieldset.edit-change-password-info legend {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
form.woocommerce-form label.psg_password_enable_wrp {
    margin: 0;
}
.psg_password_enable_wrp input {
    display: none;
}
.psg_password_enable {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.psg_password_enable_wrp .psg_password_enable:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #FFF;
    position: absolute;
    left: 2px;
    top: 2px;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
}
.psg_password_enable_wrp input:checked ~ .psg_password_enable {
    background: #223F5E;
    border-color: #223F5E;
}
.psg_password_enable_wrp input:checked ~ .psg_password_enable:before {
    opacity: 1;
}
fieldset.edit-account-billing-info, fieldset.edit-account-shipping-info, fieldset.edit-change-password-info {
    margin-top: 22px;
    padding: 0;
}
.edit-profile-bottom-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    padding-bottom: 10px;
}
.woocommerce-MyAccount-content .edit-account-back-button a {
    color: #000000;
    font-size: 1em!important;
    letter-spacing: 0.8px !important;
    font-family: 'Roboto-Regular';
    line-height: 1.5em!important;
}
.woocommerce-MyAccount-content .edit-account-back-button a:hover {
    color: #356496;
}
.edit-account-back-button {
    margin-bottom: 0px;
}
.edit-account-back-button a i {
    padding-right: 10px;
    font-size: 0.875em;
    line-height: 1.2858em;
    font-family: 'Font Awesome 5 Pro';
}
button.woocommerce-Button.button.custom-edit-account-btn {
    background: #223f5e;
    border-radius: 0;
    font-size: 1em !important;
    padding: 16px 56.60px 15px 56px !important;
    letter-spacing: 0.8px !important;
    color: #ffffff !important;
    line-height: 1.1875em!important;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    display: block !important;
    text-transform: capitalize;
    text-align: center !important;
}
button.woocommerce-Button.button.custom-edit-account-btn i {
    padding-left: 5px;
}
input.form-file-custom-btn {
    color: #000000 !important;
    font-family: 'Roboto-Light';
    font-size: 1em !important;
    letter-spacing: 0.32px !important;
    line-height: 1.1875em;
    border: 1px solid #cccccc !important;
    padding: 15px 20px 15px 20px !important;
    height: 50px;
    background: #FFFFFF;
    border-radius: 0px !important;
}
.edit-profile-btn-bottom {
    margin-bottom: 0px;
}
button.woocommerce-Button.button.custom-edit-account-btn:hover {
    background: #356496 !important;
}
span.psg-file-btn button {
    background: #356496;
    border-radius: 0px;
    font-size: 1em;
    padding: 15px 36.1px 16px 36px;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.8px;
    line-height: 1.1875em;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 400;
    border: 0;
}
span.psg-file-btn button:active, span.psg-file-btn button:focus {
    background: #223F5E;
	outline: none;
}
span.psg-file-btn button:hover {
    background: #223F5E;
}
.edit-account-gender-wrap [type="radio"]:checked + label:before, 
.edit-account-gender-wrap [type="radio"]:not(:checked) + label:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #AE2638;
    border-radius: 100%;
    background: #fff;
	margin-top: 3px;
}
.edit-account-gender-wrap [type="radio"]:checked + label:after, 
.edit-account-gender-wrap [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 6px solid #AE2638;
	margin-top: 3px;
}
.edit-account-gender-wrap [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.edit-account-gender-wrap [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.edit-account-gender-wrap label {
	position: relative;
    cursor: pointer;
}
.edit-account-gender-wrap [type="radio"]:checked + label, 
.edit-account-gender-wrap [type="radio"]:not(:checked) + label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
form.woocommerce-EditAccountForm.edit-account label.radio {
    color: #000000 !important;
    font-family: 'JosefinSans-Regular';
    font-weight: 400;
}
.edit-account-gender-wrap [type="radio"]:checked, 
.edit-account-gender-wrap [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.input-file { 
	visibility: hidden;
	position: absolute;
}
span.psg-file-btn {
    position: absolute;
    right: 0px;
}
.psg-file-btn-group {
    position: relative;
    display: flex;
    align-items: center;
}

/** End Edit profile css **/



/** Start Filter Css **/


/* .psg-products-sidebar .prdctfltr_filter_inner .prdctfltr_add_scroll {
    display: none;
}
.psg-products-sidebar .prdctfltr_filter_inner .pf-help-title{
	position:relative;
	transition: linear 0.3s;
}
.psg-products-sidebar .prdctfltr_filter_inner .pf-help-title:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    cursor: pointer;
	transition: linear 0.3s;
}
.prdctfltr_filter.psg-filter-open .pf-help-title:before {
    transform: rotate(180deg);
    transition: linear 0.3s;
}
.psg-products-sidebar .prdctfltr_add_scroll {
    transition: max-height 0.2s ease-out;
} */
.psg-products-sidebar .prdctfltr_buttons {
    border-top: 1px solid #000000;
    padding-top: 20px !important;
}
.psg-products-sidebar .prdctfltr_buttons .button.prdctfltr_woocommerce_filter_submit {
    background: #356496;
    border-radius: 0;
    font-size: 14px !important;
    padding: 4px 14px;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.8px !important;
    color: #FFFFFF;
    line-height: 24px !important;
    border: 1px solid #356496;
    font-weight: unset;
    margin-right: 8px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.psg-products-sidebar .prdctfltr_buttons span.prdctfltr_reset {
    background: #356496;
    border-radius: 0;
    font-size: 14px !important;
    padding: 4px 14px !important;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.8px !important;
    color: #FFFFFF;
    line-height: 24px !important;
    border: 1px solid #356496;
    font-weight: unset;
    display: inline-block !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
.psg-products-sidebar .prdctfltr_buttons span.prdctfltr_reset label {
    color: #fff !important;
    padding-left: 0 !important;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    line-height: 24px !important;
    letter-spacing: 0.8px !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
}
.psg-products-sidebar .prdctfltr_buttons span.prdctfltr_reset label span {
    margin: 0 !important;
}
.psg-products-sidebar .prdctfltr_buttons span.prdctfltr_reset label span:before {
    content: '\f013';
    font-family: 'prdctfltr';
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    margin-right: 3px;
    width: 18px;
    display: inline-block;
    text-align: center;
	color: #FFFFFF !important;
}
.psg-products-sidebar .prdctfltr_collector.prdctfltr_collector_flat {
    padding-left: 10px;
}
.psg-products-sidebar .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span {
    position: relative;
    margin-left: 8px;
    padding: 0;
    color: #000000;
    font-size: 1em;
    letter-spacing: 0.8px;
    line-height: 1.5em;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.psg-products-sidebar .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label.prdctfltr_active > span:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 1px double #335E85;
    margin-top: 3px;
    margin-right: 12px;
    box-sizing: content-box;
    background: #335E85;
}
.psg-products-sidebar .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label.prdctfltr_active > span:after {
    content: "" !important;
    display: block !important;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.psg-products-sidebar .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 1px double #000;
    margin-top: 3px;
    margin-bottom: 6px;
    margin-right: 12px;
    vertical-align: middle;
    box-sizing: content-box;
    background-color: #fff;
    border-radius: 3px;
}
.psg-products-sidebar .prdctfltr_checkboxes .prdctfltr-plus {
    padding-left: 6px;
    z-index: 1;
    position: relative;
    float: right;
    max-height: 24px;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 19px;
    transition: linear 0.2s;
    color: #000;
}
/** End Filter Css **/

