/*
Theme Name: PrintSpace - Child
Theme URI: https://harutheme.com/printspace
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of PrintSpace
Template: printspace
Version: 1.0.0
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/
:root {
    --secondary: #000000;
    --primary: #D20A2E;
    --font-family-poppins-sans-serif: "Poppins", sans-serif;
    --wallet-pc:#D20A2E !important;
}
/*.haru-banner-list__hover-style-2 .haru-banner-list__title:hover:after{
    background-color:var(--primary);
}
.haru-button.haru-button--bg-black:hover{
    background-color:var(--primary);
}*/
.row {display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -10px; margin-left: -10px; }
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{padding-right: 10px; padding-left: 10px; }
.col-md-1 {-ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-md-2 {-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-md-3 {-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.col-md-4 {-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-md-5 {-ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-md-6 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-md-7 {-ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-md-8 {-ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-md-9 {-ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-md-10 {-ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-md-11 {-ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-md-12 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.haru-heading-title--heading-2 {
    font-size: 30px;
}
#haru-header .haru-nav-menu--main ul.haru-nav-menu{
    justify-content: space-between;
    padding: 0 0px;
}
#haru-header .haru-nav-menu--main ul.haru-nav-menu li.menu-item{
    width: fit-content;
    flex-grow: unset;
}

.haru-nav-menu--indicator-chevron .haru-nav-menu .sub-arrow i:before{
    font-size: 16px;
}
.haru-account .haru-account__content .avatar{
    max-width: 30px;
}
.haru-cart .haru-cart-icon:before{
    font-size: 30px;
}
.haru-subscriber .haru-subscriber__submit input[type="submit"]{
    background-color:transparent ;
}
.product-info .product-button.product-button--add-to-cart{
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.product-info .product-button.product-button--add-to-cart a {
    display: inline-block;
    background-color: var(--primary);
    padding: 0px 12px;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    transition: 0.5s;
    height: 35px;
    line-height: 35px;
}
.product-button.product-button--add-to-cart .btn_add_to_cart:hover{
    background-color: var(--secondary);
}
.products .grid-item.product-item .product-wrap,
.product-list .grid-item.product-item .product-wrap {
    position: relative;
    overflow: hidden;
    padding: 12px 12px 70px 12px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    height: 100%;
}
.products .grid-item.product-item .product-wrap .product-info,
.product-list .grid-item.product-item .product-wrap .product-info{
    position: initial;
}
.products .grid-item.product-item .product-wrap .product-top,
.product-list .grid-item.product-item .product-wrap .product-top {
    border: 1px solid rgb(234, 234, 234);
    padding: 5px;
    overflow: hidden;
}
.products .grid-item.product-item .product-wrap .product-top img,
.product-list .grid-item.product-item .product-wrap .product-top img{
    border-radius: 8px;
}
.products .grid-item.product-item .product-wrap .woocommerce-loop-product__title,
.product-list .grid-item.product-item .product-wrap .woocommerce-loop-product__title{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
.product-item.style-1.has-rating:hover .woocommerce-loop-product__title{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.related.products .haru-slick .slick-track{
    padding-top: 10px;
}
.quicklink-dropdown {
    position: relative;
    display: inline-block;
    font-family: var(--font-family-poppins-sans-serif);
}

.quicklink-dropdown .custom-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    min-width: 230px;
    z-index: 999;
    text-align: left;
}

.quicklink-dropdown .custom-menu li {
    padding: 5px 15px;
}

.quicklink-dropdown .custom-menu li a {
    color: #7e7e7e;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.quicklink-dropdown .custom-menu li a:hover{
    color:var(--primary);
}
.quicklink-dropdown .custom-menu li a i {
    width: 20px;
}
.quicklink-dropdown:hover .custom-menu {
    display: block;
}
.haru-woo-search__form .haru-woo-search__container{
    font-family: var(--font-family-poppins-sans-serif);
}
.header-call-us .elementor-icon-box-wrapper .elementor-icon-box-title{
	margin-top: 0px;
}

.haru-post-category-filter {
    margin-bottom: 40px;
    padding: 0 15px;
}
.haru-post-category-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}
.haru-post-category-filter li a {
    text-decoration: none;
    padding: 12px 30px;
    border:1px solid #eee;
    border-radius: 5px;
    color: #000;
    transition: all 0.3s ease;
}
.haru-post-category-filter li a.active,
.haru-post-category-filter li a:hover {
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
}
.woocommerce-table.woocommerce-table--order-details .pay.order-actions-button{
    margin-right: 10px;
}
.haru-menu-tab .haru-menu-tab__nav ul.inline-icon li {
    justify-content: space-between;
}
.haru-menu-tab .haru-menu-tab__nav ul.inline-icon span.haru-menu-tab__icon {
    order: 2;
}
.haru-menu-tab .haru-menu-tab__nav ul.inline-icon span.haru-menu-tab__icon i.hicon {
    margin: 0;
}
.haru-menu-tab .haru-menu-tab__nav ul.inline-icon span.haru-menu-tab__title{
    text-align: left;
}
.haru-archive-blog article.grid .post-title a,
.post-list .post-item .post-item__content .post-item__title {
    font-size: 16px;
    margin: 0;
}
.haru-archive-blog article.grid .post-title {
    padding: 0;
    line-height: 1.3rem;
    margin-bottom: 5px;
    margin-top: 5px;
}
.single-product-top .product_title {
    font-size: 22px;
}
.haru-archive-blog article.grid .post-detail-content .post-excerpt,
.haru-archive-blog article.grid .post-detail-content .post-read-more{
    display: none;
}
.haru-archive-blog article .post-thumbnail-wrap{
    margin-bottom: 10px;
}
.haru-archive-blog article.grid-item:last-child{
    margin-bottom: 40px;    
}
.custom-sitemap h2 {
    font-size: 20px;
    margin-top: 25px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ddd;
}
.custom-sitemap .sitemap-grid ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 8px;
    margin: 0px 0 15px 0px;
    list-style: none;
    padding: 0;
}
.custom-sitemap ul li a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s;
}
.custom-sitemap ul li a:hover {
    color: var(--primary);
}
#haru-footer .haru-footer-link ul li{
    margin-bottom: 2px;
}
.wc-coupon-container {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 25px;
}
.wc-coupon-card {
    width: 25%;
    padding: 0 15px;
}
.wc-coupon-card .wc-coupon-card-list {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    height: 100%;
}
.wc-coupon-card .wc-coupon-card-list h3 { margin: 0 0 0px; }
.wc-coupon-card .wc-coupon-card-list .show-coupon,
.wc-coupon-card .wc-coupon-card-list .copy-coupon {
    background: #0071a1;
    color: #fff;
    border: none;
    line-height: normal;
    cursor: pointer;
    border-radius: 5px;
}
.wc-coupon-card .wc-coupon-card-list .show-coupon:hover,
.wc-coupon-card .wc-coupon-card-list .copy-coupon:hover {
    background: #005c85;
}
.wc-coupon-card .wc-coupon-card-list .coupon-reveal {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px dashed #0071a1;
    padding: 8px 12px;
    border-radius: 5px;
    background: #eef9ff;
}
.wc-coupon-card .wc-coupon-card-list .coupon-code-left {
    font-weight: bold;
    font-size: 16px;
}
.wc-coupon-card .wc-coupon-card-list .copy-coupon.copied {
    background: #28a745;
}
.single-product-top form.cart{
    margin-top: 0px;
}
.single-product-top form.cart table.variations{
    margin-bottom: 0;
}
.single-product-top form.cart table.variations .selected-value{
    display: none;
}
.woocommerce-variation-add-to-cart-disabled span.input-button.input-button, 
.woocommerce-variation-add-to-cart-disabled .input-text {
    pointer-events: none;
    opacity: 0.5;
}
.mega-menu-content .elementor-widget-haru-menu-tabs  .haru-menu-tab .haru-menu-tab__content .active {
    padding: 0 0 0 0px;
}
.mega-menu-content ul.custom-product-title-list li {
    padding-bottom: 5px;
}
.single-product-top form.cart .woocommerce-variation-price{
    margin-bottom: 0;
}
.single_variation_wrap .woocommerce-variation-add-to-cart-disabled #live-subtotal{
    display: none;
}
#live-subtotal{
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-quantity .custom-quantity-wrapper {
    display: flex;
    align-items: center;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-quantity .custom-qty-btn {
    width: 40px;
    padding: 0;
    height: 35px;
    line-height: 30px;
    background-color: #e3e3e3;
    color: #000;
    border-radius: 0;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-quantity button.custom-qty-btn.minus {
    border-radius: 6px 0 0 6px;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-quantity button.custom-qty-btn.plus {
    border-radius: 0px 6px 6px 0px;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-quantity .default-qty {
    border-radius: 0;
    height: 35px;
    border: none;
    text-align: center;
    width: 90px;
}
.elementor-widget-haru-menu-tabs .haru-menu-tab .haru-menu-tab__content .active-default{
    padding: 0px;
}
.cr-reviews-grid {
    padding: 0;
    border: none;
}
.cr-reviews-grid .cr-reviews-grid-col .cr-review-card-content .middle-row{
    padding: 0px;
}
.haru-cart .haru-cart-wrap .haru-cart-opener .haru-cart-icon .haru-cart-number{
    border-radius: 5px;
    position: relative;
    top: -8px;
    left: 0;
    padding: 5px;
}
.b2b-banner-section .haru-content-slideshow--slick .haru-content-slideshow__list .haru-content-slideshow__item img {
    width: 100%;
}
.mc4wp-form .mc4wp-form-fields .haru-subscriber .haru-subscriber__submit input.haru-button:hover {
    background-color: transparent;
}
.single-product-top .summary-content .woocommerce-product-details__short-description {
    column-gap: 20px;
    row-gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.single-product-top .summary-content .woocommerce-product-details__short-description p {
    margin: 0px;
    padding: 8px 15px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    color: #000;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    font-size: 14px;
}
.wpcpo-wrapper .wpcpo-options .wpcpo-option .wpcpo-option-name{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: normal;
}
.wpcpo-wrapper .wpcpo-options .wpcpo-option-description p {
    font-size: 14px;
}
.single-product-top .single-product-image-wrap{
    width: 35%;
}
.single-product-top .single-product-summary{
    width: 65%;
}
.summary.entry-summary p.price,
.single_variation_wrap .woocommerce-variation .woocommerce-variation-price{
    display: none;
}
.summary-content .sticker-options h4 span{
    font-size: 16px;
    font-weight: normal;
}
.shop_table th.product-price, 
.shop_table td.product-price {
    display: none;
}
.product-item .product-wrap .product-info span.price{
    display: none;
}
.single-product .single-product-top{
    margin-bottom: 20px;
}
.single-product .single-product-inner .summary-content form.cart table.variations tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}
.single-product .single-product-inner .summary-content form.cart table.variations tr {
    margin-bottom: 0;
}
.single-product .single-product-inner .summary-content form.cart table.variations td.label,
.single-product .single-product-inner .summary-content form.cart table.variations td.value {
    display: block;
    width: 100%;
}
.single-product .single-product-inner .single-product-top form.cart table.variations td{
    padding: 2px 0 2px 0;
    font-size: 14px;
}   
.single-product .single-product-inner .summary-content .woocommerce-variation-add-to-cart{
    display: flex;
    align-items: center;
    column-gap: 15px;
    grid-row-gap: 5px;
    flex-flow: wrap;
} 
.single-product .single-product-top .product_meta {
    margin-top: 5px;
    padding-top: 10px;
}
.single-product .single-product-top .product_meta>span{
    margin-bottom: 0px;
}
.single-product .single-product-top form.cart .single_add_to_cart_button{
    width: auto;
}
.single-product .single-product-inner .single-product-top .product-button--wishlist {
    margin: 0;
    width: 100%;
    display: flex
}
.single-product-top .product-button--wishlist .yith-wcwl-add-to-wishlist{
    margin-top: 0px;
}
.single-product .summary-content .wpcpo-wrapper .wpcpo-total{
    display: none;
}
.single-product .single-product-inner .summary-content form.cart table.variations tr:last-child td.label {
    display: none;
}
.single-product .summary-content .wpcpo-wrapper.wpcpo-wrap {
    padding: 0;
    background: transparent;
    margin: 0;
}
.single-product .summary-content .wpcpo-wrapper.wpcpo-wrap .wpcpo-option-field {
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
}
.single-product-summary .single_variation_wrap #live-subtotal{
    margin-bottom: 0px;
}
.single-product-summary #live-subtotal{
    margin-bottom: 10px;
}
.woocommerce-Address .woocommerce-Address-title.title a.edit {
    font-size: 16px;
    margin: 0px;
}
.woocommerce-MyAccount-content .custom-order-status-list {
    margin-bottom: 15px;
    display: flex;
    flex-flow: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.woocommerce-MyAccount-content .custom-order-status-list .status-badge,
.woocommerce-orders-table .order-status-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.woocommerce-MyAccount-content .custom-order-status-list .status-badge.status-wc-pending,
.woocommerce-orders-table .order-status-pending { background: #f39c12; }

.woocommerce-MyAccount-content .custom-order-status-list .status-badge.status-wc-processing,  
.woocommerce-orders-table .order-status-processing { background: #0100fd; }

.woocommerce-MyAccount-content .custom-order-status-list .status-badge.status-wc-on-hold, 
.woocommerce-orders-table .order-status-on-hold { background: #9b59b6; }

.woocommerce-MyAccount-content .custom-order-status-list .status-badge.status-wc-completed,   
.woocommerce-orders-table .order-status-completed { background: #27ae60; }

.woocommerce-MyAccount-content .custom-order-status-list .status-badge.status-wc-cancelled, 
.woocommerce-orders-table .order-status-cancelled { background: #7f8c8d; }

.woocommerce-MyAccount-content .custom-order-status-list .status-badge.status-wc-refunded, 
.woocommerce-orders-table .order-status-refunded { background: #16a085; }

.woocommerce-MyAccount-content .custom-order-status-list .status-badge.status-wc-failed, 
.woocommerce-orders-table .order-status-failed { background: #e74c3c; }

.woocommerce-MyAccount-content .custom-order-status-list .status-badge.status-wc-draft, 
.woocommerce-orders-table .order-status-draft { background: #95a5a6; }

/* Your custom statuses */
.woocommerce-MyAccount-content .custom-order-status-list .status-badge.status-wc-successfully-received,
.woocommerce-orders-table .order-status-successfully-received,
.woocommerce-orders-table .order-status-test-s-r { background: #fda700; }

.woocommerce-MyAccount-content .custom-order-status-list .status-badge.status-wc-order-ready,
.woocommerce-orders-table .order-status-order-is-ready,
.woocommerce-orders-table .order-status-order-ready { background: #7bfc01; }

.woocommerce-MyAccount-content .custom-order-status-list .status-badge.status-wc-dispatch,
.woocommerce-orders-table .order-status-dispatch { background: #018002; }

button.show-password-input:hover,
button.show-password-input {
    background: transparent !important;
    color: var(--e-global-color-primary) !important;
}
.woocommerce-my-account-wrap .woocommerce-MyAccount-content .divider {
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-bottom: 20px;
}
.instant-design-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    grid-row-gap: 30px;
	justify-content: center;
}
.instant-design-list .instant-design-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 0 0 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.instant-design-list .instant-design-item img {
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.instant-design-list .instant-design-item h3.instant-design-title {
    margin: 0;
    font-size: 20px;
}
.instant-design-list .instant-design-item .instant-design-desc{
    font-size: 14px;
    line-height: normal;
}
.instant-design-list .instant-design-item .instant-design-download{
    color: var(--primary);
}
.footer-email .elementor-icon-box-title a {
    word-break: break-all;
}
.wpcpo-wrapper .wpcpo-options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    grid-row-gap: 5px;
    margin-bottom: 15px;
}
.wpcpo-wrapper .wpcpo-options .wpcpo-option {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 0 0 50%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.wpcpo-wrapper .wpcpo-options .wpcpo-option.wpcpo-option-file-upload{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 0 0 100%;
}
.single-product .summary-content .wpcpo-wrapper.wpcpo-wrap textarea.wpcpo-option-field {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 48px;
}
.woocommerce-checkout-review-order-table tr.partial_payment ~ tr td {
    border: none;
    padding: 0;
}


#my-account-link .account-dropdown {
    position: relative;
    display: inline-block;
}
#my-account-link .account-dropdown .account-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 5px;
    list-style: none;
    margin: 0;
    padding: 0px 0px;
    min-width: 200px;
    z-index: 999;
    border: 1px solid #ddd;
    overflow: hidden;
}
#my-account-link a.my-account-link{
    display: flex;
    align-items: center;
    column-gap: 6px;
}
#my-account-link a.my-account-link i {
    font-size: 26px;
    color: var(--e-global-color-primary);
}
#my-account-link a.my-account-link span{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
}
#my-account-link .account-dropdown .account-menu li {
    padding: 0;
}
#my-account-link .account-dropdown .account-menu li a {
    display: block;
    padding: 10px 15px;
    color: #000000;
    text-decoration: none;
    transition: background 0.2s;
}
#my-account-link .account-dropdown .account-menu li a:hover {
    background: var(--e-global-color-primary);
    color: #fff;
}
#my-account-link .account-dropdown:hover .account-menu {
    display: block;
}
#my-account-link .account-dropdown .account-menu li.howdy {
    padding: 10px 15px;
}
#account-popup {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: none; z-index: 9999;
}
#account-popup .popup-overlay { position: absolute; top:0; left:0; width:100%; height:100%; }
#account-popup .popup-content {
    position: relative; background: #fff;
    max-width: 80%; margin: 5% auto; padding: 30px;
    border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
#account-popup .close-popup {
    position: absolute; top: 10px; right: 15px;
    font-size: 24px; cursor: pointer; color: #333;
}
#account-popup .popup-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
#account-popup .tab-btn {
    padding: 8px 20px; border: none; 
    background: var(--e-global-color-primary); cursor: pointer;
    font-weight: 600; border-radius: 5px 5px 0 0; margin: 0 3px;
    line-height: normal;
    color: #fff;
}
#account-popup .tab-btn.active { background: #000000; color: #fff; }
#account-popup .tab-content { display: none; }
#account-popup .tab-content.active { display: block; }

#account-popup #login-tab .customer_login_form_wrap #customer_login,
#account-popup #register-tab .customer_login_form_wrap #customer_login{
    display: block;
    padding: 0px;
}
#account-popup #login-tab .customer_login_form_wrap #customer_login .u-column2.col-2,
#account-popup #register-tab .customer_login_form_wrap #customer_login .u-column1.col-1{
    display: none;
}
#account-popup #login-tab .customer_login_form_wrap #customer_login .u-column1.col-1,
#account-popup #register-tab .customer_login_form_wrap #customer_login .u-column2.col-2{
    border:none;
    padding: 0px;
}
#account-popup .tab-content #customer_login h2{
    display: none;
}
.customer_login_form_wrap .woocommerce-form{
    border-radius: 0px;
    border:none;
    padding: 0px;
    box-shadow: none;
}
#account-popup .popup-body #register-tab {
    height: 500px;
    overflow-y: scroll;
    max-height: calc(500px - 100px);
    padding-right: 10px;
}
#account-popup .popup-body #register-tab::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#account-popup .popup-body #register-tab::-webkit-scrollbar{
    width: 6px;
    background-color: #F5F5F5;
}
#account-popup .popup-body #register-tab::-webkit-scrollbar-thumb
{
    background-color: #000000;
}
.faqs-accordion.haru-accordion .haru-accordion-item .haru-tab-content{
    padding: 0 15px 25px 50px;
}
.haru-woo-search .haru-woo-search__ajax-result ul.product-search-list .product-search-item__price {
    display: none;
}
.haru-woo-search__ajax-result ul .product-search-item{
    align-items: center;
}
.haru-woo-search .haru-woo-search__ajax-result ul .product-search-item__thumbnail{
    flex: 0 0 60px;
}
.haru-woo-search .haru-woo-search__ajax-result ul .product-search-item__thumbnail img{
    border-radius: 5px;
}
.haru-woo-search .haru-woo-search__ajax-result ul .product-search-item__title{
    margin-bottom: 0;
}
.wps_wcb_main_tabs_template .wps_wcb_body_template .wps_wcb_content_template ul.tabs{
    display: block;
}
.wps_wcb_main_tabs_template .wps_wcb_body_template .wps_wcb_content_template ul.tabs li.active {
    display: block;
}
.wps_wcb_main_tabs_template .wps_wcb_body_template .wps_wcb_content_template ul.tabs li {
    display: none;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-quantity .quantity span.input-button {
    display: none;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-quantity .quantity .input-text {
    height: 34px;
} 
.single-product .single-product-inner .summary-content form.cart table.variations td.value a.reset_variations {
    position: relative;
    top: 10px;
    display: none !important;
}
.haru-product-nav .product-nav .product-nav-info .product-nav-price.price{
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper .haru-woocommerce-tab {
    margin: 0 auto 10px auto;
    width: 100%;
    max-width: 900px;
}
.woocommerce-tabs #tab-additional_information .shop_attributes {
    margin: 0 auto 10px auto;
    border: none;
    width: 100%;
    max-width: 100%;
}
.single-product-bottom #reviews {
    padding: 0;
}
.woocommerce-tabs .tabs li a{
    font-size: 16px;
}
.archive-product .products.layout-list .product-info span.price{
    display: none;
} 
#product-14667 .single_variation_wrap {
    margin-top: 15px;
}
.product_cat-sticker-label .single-product-summary #live-subtotal {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 6px;
    display: flex;
    column-gap: 15px;
}
body.blog .archive-content.has-right-sidebar {
    width: 100%;
}
body.blog .archive-sidebar.right-sidebar {
    display: none;
}
.col-1 .woocommerce-billing-fields > h3{
    display: none;
}
.mp-billing-title-wrap .woocommerce-form__label{
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.mp-billing-title-wrap .woocommerce-form__label span {
    font-size: 24px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: #000000;
    line-height: normal;
}
.customer_login_form_wrap #customer_login .u-column1, 
.customer_login_form_wrap #customer_login .u-column2 {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 5px 30px 30px;
}
.woocommerce .lost_reset_password {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    padding: 30px;
    max-width: 700px;
    width: 100%;
    margin: 0px auto;
}
.woocommerce .lost_reset_password p.woocommerce-form-row {
    width: 100%;
}
.customer_login_form_wrap .col2-set {
    column-gap: 30px;
    justify-content: center;
    row-gap: 30px;
}
.haru-cart .haru-cart-wrap .haru-cart-opener .haru-cart-icon span.total-item {
    border-radius: 5px;
    position: relative;
    top: -8px;
    left: 0;
    padding: 5px;
    background-color: #D20A2E;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.woocommerce-order .woocommerce-thankyou-order-received a {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #000;
}
.woocommerce-cart .cart-totals{
    margin-top: 0;
}
.woocommerce-cart .cart-totals .cart_totals {
    width: 100%;
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    column-gap: 30px;
    justify-content: center;
}
.woocommerce-cart .cart-totals .cart_totals_outer h2 {
    display: none;
}
.woocommerce-cart .cart-totals .cart_totals .delivery-option-cart {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 5px 30px 30px;
    overflow-x: auto;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.woocommerce-cart .cart-totals .cart_totals_outer {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}