/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive-child/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Template: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
 .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
 ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


/*custom style 2025*/
body{
    background-color: #ECEEF6;
}
header{
    background-color: white;
}
*{
    font-family: "Poppins";
    outline: none !important;
}
a:hover{
    text-decoration: unset !important;
}
body .e-con:not(.container-custom, .container-custom-login) {
    padding: 0px;
}
.container-custom{
    padding-left: 6.77%;
    padding-right: 6.77%;
}
.container-custom-login{
    padding-left: 13.54%;
    padding-right: 13.54%;
}
.custom-topbar{
    background-color: #494DA7;
    padding-top: 10px;
    padding-bottom: 10px;
}
.custom-topbar-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.custom-topbar-container *{
    color: white;
    font-size: 12px;
    font-weight: 400;
}
.container-custom .aws-container{
    width: 48%;
    margin-right: auto;
    margin-left: 60px;
}
.aws-container .aws-search-form {
    height: 60px;
}
.aws-container .aws-search-field {
    border-radius: 30px !important;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 16px;
    font-weight: 500;
    color: #12100F;
}
.aws-container .aws-search-field::placeholder{
    font-size: 16px;
    font-weight: 500;
    color: #12100F;
}
.aws-container .aws-search-form .aws-form-btn{
    height: 48px;
    position: absolute;
    right: 10px;
    z-index: 99;
    top: 6px;
    background: #494DA7;
    border-radius: 30px !important;
    width: 80px;
    align-items: center;
}
.aws-search-btn_icon svg {
  display: none !important; /* hide default SVG */
}

.aws-search-btn_icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('/wp-content/themes/twentytwentyfive-child/images/search.svg'); /* use PNG, SVG, etc. */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.aws-container .aws-search-form .aws-form-btn:hover, .aws-container .aws-search-form .aws-form-btn:active {
    background: #8487d0;
}
.custom-login{
    border: 1px solid #494DA7;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #494DA7;
    outline: none !important;
}
.custom-login br{
    display: none;
}
.wc-block-mini-cart__button .wc-block-mini-cart__icon{
    display: none;
}
.wc-block-mini-cart__quantity-badge::before{
    content: url("/wp-content/themes/twentytwentyfive-child/images/cart.svg"); 
    font-weight: 900; /* Font Awesome icons have different weights */
    font-size: 20px; /* Set the size you want for the icon */
    display: inline-block;
    color: #000; /* Set the color of the icon */
    margin-right: 5px; /* Space between icon and the amount */
}

.wc-block-mini-cart__badge{
    content: "";
    bottom: 0px;
    top: auto;
    transform: unset;
    width: 8px;
    height: 8px;
    min-width: unset;
    font-size: 0px;
    border-radius: 50px;
    background: #C0045C;
}

.wc-block-mini-cart{
    outline: none !important;
}
.wc-block-mini-cart__button{
    outline: none  !important;
}
.wc-block-mini-cart__amount{
    font-size: 16px;
    font-weight: 400;
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{
    height: auto;
    display: flex;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 46px;
    /*width: 85.6vw;*/
    width: 85.6vw;
    left: -6.77vw;
    padding-left: 6.77vw;
    padding-right: 6.77vw;
    min-height: 300px;
    padding-top: 20px;
    z-index: 999;
}
.wp-block-navigation .wp-block-navigation-item{
    flex-wrap: wrap;
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container ul{
    position: unset;
    width: 100%;
    border: unset;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    display: block !important;
    opacity: 1;
    visibility: visible;
    min-height: auto;
    min-width: unset;
    padding-top: 5px;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{
    display: none;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;   
}

.wp-block-navigation > .wp-block-navigation-item.wp-block-navigation-submenu > a{
    padding: 11px 23px;
    border: 1px solid #494DA7;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #494DA7;
}
.wp-block-navigation > .wp-block-navigation-item.wp-block-navigation-submenu > a::after{
    content: '';
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/arrow.svg");
    width: 15px;
    height: 8px;
    background-position: center;
    background-size: contain;
    object-fit: contain;
    display: inline-block;
    margin-left: 30px;
}
/* Rotate on hover of parent LI (submenu open on hover) */
.wp-block-navigation .wp-block-navigation-item.has-child:hover > a::after {
  transform: rotate(180deg);
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
    outline: unset !important;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{
    font-size: 16px;
    font-weight: 500;
    color: #A5A5A5;
    text-transform: uppercase;
    text-decoration: none !important;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{
    color: red;
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-transform: unset;
    text-decoration: none !important;
}
.wp-block-navigation .wp-block-navigation__submenu-icon{
    display: none;
}
.buttonShop{
    position: absolute !important;
    top: 250px;
    border: 1px solid #494DA7;
    border-radius: 30px;
    transition: 300ms;
}
.buttonShop:hover{
    background-color: #494DA7;
}
.buttonShop a{
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #494DA7 !important;
    text-transform: unset !important;
}
.buttonShop:hover a{
    color: white !important;
}
.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{
    margin-top: 0px;
}
.elementor-119 .elementor-element.elementor-element-a6e4433 .wpr-advanced-slider{
    height: 500px !important;
}
.premium-woo-products-details-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.premium-woo-product__link, .premium-woo-product-category{
    width: 100%;
}
.premium-woo-products-details-wrap .price{
    display: inline-block;
}
.premium-woo-products-details-wrap .premium-woo-atc-button{
    display: inline-block;
}
.premium-woocommerce .premium-woo-products-inner ul.products li.product{
    background: white;
    border-radius: 8px;
}
.premium-woocommerce .premium-woo-products-details-wrap {
    padding: 20px;
    padding-top: 10px;
    margin-top:auto;
}
.single-product .premium-woocommerce .premium-woo-products-details-wrap,
.post-type-archive .premium-woocommerce .premium-woo-products-details-wrap {
    /*margin-top:12px;*/
    height: calc(100% - 248px);
}
.elementor-widget-premium-woo-products .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button::before{
    content: '';
    display: inline-block;
    height: 17px;
    width: 15px;
    background: url("/wp-content/themes/twentytwentyfive-child/images/add-cart.svg");
    background-size: contain;
    background-position: center;
    object-fit: contain;
    margin-right: 10px;
}
.elementor-widget-premium-woo-products .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button{
    display: flex;
    align-items: center;
}

body .elementor-widget-premium-woo-products .premium-woocommerce li.product .price{
    display: flex;
    flex-direction: column;
    margin-top: 0px !important;
}
body .swiper-products .slick-track {
    display: flex;
    column-gap: 30px;
}
.elementor-widget-premium-woo-products .premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-sale-wrap .premium-woo-product-onsale,
.premium-woo-product-new{
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 13px;
    background-color: #C0045C;
    min-height: unset;
    min-width: unset;
    line-height: normal;
    margin: 12px 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.premium-woo-product-new{
    background-color: #5B62F8;
}
.wc-blocks-header-pattern{
    border-bottom: 1px solid #D1D4DB;
    margin-bottom: 15px;
}
.wp-block-navigation.is-layout-flex{
    margin-bottom: 15px;
}
.premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow {
    top: -50px;
    background: transparent;
    border: 1px solid #494DA7;
    transition: 300ms;
    position: absolute;
    z-index: 9999;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product .premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow,
.post-type-archive .premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow,
.tax-product_cat .premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow,
.page-reduceri .premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow {
    /*top: -70px;*/
    top: -70px;
}
.single-product a.carousel-arrow.carousel-prev,
.post-type-archive a.carousel-arrow.carousel-prev,
.tax-product_cat a.carousel-arrow.carousel-prev,
.page-reduceri a.carousel-arrow.carousel-prev {
    left: auto;
    right: 60px;
}
.premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow:hover{
    background-color:  #494DA7;
}
.premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow:hover i:before{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
a.carousel-arrow.carousel-prev {
    left: auto;
    right: 50px;
}
a.carousel-arrow.carousel-next{
    right: 0px;
}
.slick-track:before, .slick-track:after{
    display: none !important;
}
.wp-block-navigation .wp-block-navigation-item__label{
    font-size: 16px;
}
.fa-angle-left:before, .fa-angle-right:before {
    content: "";
    background: url(/wp-content/themes/twentytwentyfive-child/images/arrow.svg);
    transform: rotate(90deg);
    width: 15px;
    height: 8px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.fa-angle-right:before{
    transform: rotate(270deg);
}
.elementor-widget-premium-woo-products .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button{
    position: relative;
}
.elementor-widget-premium-woo-products .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button span{
    position: absolute;
    right: 10px;
}

.wp-block-woocommerce-mini-cart {
    position: relative;
    display: inline-block;
    visibility: visible !important;
}

.custom-mini-cart-dropdown {
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    padding: 15px;
    z-index: 1000;
    top: 170px;
    height: auto;
    overflow-y: auto;
    right: 6.77%;
    min-width: 550px;
    top: 154px;
}
.wpr-mini-cart-image img, .wpr-mini-cart-image a img{
    height: 85px !important;
    width: 85px !important;
    object-fit: contain;
    min-width: unset;
}
ul.wpr-woo-mini-cart{
    padding-left: 0px;
}
ul.wpr-woo-mini-cart li{
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.premium-woocommerce li.product .price del .amount{
    font-size: 16px;
}
.premium-woocommerce .premium-woo-product-category{
    margin-bottom: 40px;
}
.bannerProducts{
    height: 415px;
}
.bannerProducts *{
    height: 100%;
}
.bannerProducts .wpr-promo-box-bg-image{
    border-radius: 10px;
}
/*.productsContainerBanner{*/
/*    height: 410px;*/
/*}*/
.wpr-promo-box-content{
    height: 100px;
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: unset !important;
    padding-bottom: 25px !important;
    padding-top: 25px !important;
    backdrop-filter: blur(20px);
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: left !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.elementor-widget-wpr-promo-box .wpr-promo-box-description p:not(:nth-of-type(2)){
    display: none;
}
.elementor-widget-wpr-promo-box .wpr-promo-box-description p:nth-of-type(2){
    margin: 0px;
}
.elementor-widget-wpr-promo-box .wpr-promo-box-description{
    margin-bottom: 0px !important;
}
.elementor-widget-wpr-promo-box .wpr-promo-box-title{
    margin-bottom: 0px !important;
}
.swiper-products-container div:not(.premium-woo-products-details-wrap, .premium-woo-product-thumbnail, .premium-woo-atc-button), .swiper-products-container ul{
    height: 100%;
}
.premium-woocommerce .premium-woo-products-inner ul.products li.product{
    height: 100%;
}
.premium-woocommerce .premium-woo-products-inner ul.products li.product .premium-woo-product-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.premium-woo-products-details-wrap .premium-woo-atc-button{
    width: calc(100% - 90px);
    max-width: 140px;
}
.elementor-widget-premium-woo-products .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button{
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
}
.slick-slider .slick-track, .slick-slider .slick-list{
    width: 100%;
}
ul.wpr-woo-mini-cart {
    height: 335px;
    overflow-y: auto;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.wpr-mini-cart-name{
    font-size: 14px;
    font-weight: 600;
}
.wpr-mini-cart-quantity{
    font-size: 14px;
    font-weight: 700;
}
.woocommerce-mini-cart-item.mini_cart_item br{
    display: none;
}
.wpr-mini-cart-name-and-quantity{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-right: 35px;
}
.woocommerce-mini-cart__buttons a:first-of-type{
    display: none;
}
.woocommerce-mini-cart__buttons .checkout{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #494DA7;
    height: 55px;
    padding: 0px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    transition: 300ms;
}
.woocommerce-mini-cart__buttons .checkout:hover{
    background-color: #5B62F8;
}
.woocommerce-mini-cart__total{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-top: 20px;
    border-top: 1px solid #CBCBCB;
    padding-top: 20px;
    align-items: center;
}
.woocommerce-mini-cart__total strong{
    font-weight: 400;
}
.woocommerce-mini-cart__total span{
    font-weight: 700;
    font-size: 18px;
}
.remove_from_cart_button{
    display: flex;
    margin-right: 5px;
}
.wp-block-social-links .wp-block-social-link.wp-social-link {
    background: unset !important;
}
.wp-block-social-links .wp-block-social-link.wp-social-link img{
    filter: brightness(0) saturate(100%) invert(27%) sepia(99%) saturate(994%) hue-rotate(215deg) brightness(81%) contrast(83%);
    -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(99%) saturate(994%) hue-rotate(215deg) brightness(81%) contrast(83%);
}
.wp-block-site-tagline{
    max-width: 280px;
    font-size: 14px;
    font-weight: 300;   
}
footer{
    background-color: white;
}
footer .wp-container-core-group-is-layout-6c531013 > div:nth-of-type(2):not(.wc-block-components-product-button){
    display: none;
}
.wp-container-core-group-is-layout-e5edad21 > div:nth-of-type(2):not(.wc-block-components-product-button){
    width: 70%;
    justify-content: center;
}
footer .is-layout-constrained > .alignwide{
    max-width: unset;
}
.wp-container-core-group-is-layout-91e87306 {
    border-top: 1px solid #D1D4DB;
    padding-top: 20px;
}
.boldedText{
    pointer-events:none;
    cursor: default;
    font-size: 16px;
    font-weight: 600;
}
footer .wp-block-navigation ul li:not(.boldedText) .wp-block-navigation-item__label {
    font-size: 14px;
    font-weight: 300;
    color: #12100F;
}
.wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li > a > span {
    font-weight: 500 !important;
}
.wp-block-navigation__responsive-container-content > .wp-block-navigation__container{
    column-gap: 40px;
}
.wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li:not(:first-of-type){
    margin-right: 15px;
}
footer .wp-block-navigation__container:only-child{
    row-gap: 10px
}
footer .wp-block-site-logo.is-default-size img {
    width: 170px;
}
.wp-container-core-group-is-layout-91e87306 p{
    font-size: 14px !important;
    font-weight: 300;
    color: #12100F;
}
.woocommerce-breadcrumb a{
    font-size: 16px;
}
.woocommerce-breadcrumb span{
    font-weight: 600;
    font-size: 16px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce.woocommerce-shop .wc-block-breadcrumbs .woocommerce-breadcrumb,
.woocommerce-breadcrumb{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before{
    display: none;
}
.acf-accordion .accordion-item:first-of-type{
    border-top: 1px solid #D1D4DB;
}
.acf-accordion .accordion-item {
    overflow: hidden;
    border-bottom: 1px solid #D1D4DB;
}
.acf-accordion .accordion-toggle {
    width: 100%;
    padding: 25px 15px;
    background-color: unset;
    border: none;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.acf-accordion .accordion-content {
	display: none;
	padding: 15px;
	background: unset;
	padding-bottom: 40px;
	column-count: 2;
}
.acf-accordion .accordion-content ul{
    margin-top: 0px;
}
.acf-accordion .accordion-toggle.active + .accordion-content {
	display: block;
}
.accordion-toggle img {
  transition: transform 0.3s ease;
}
.accordion-toggle.active img {
  transform: rotate(180deg);
}
.acf-accordion .accordion-content *{
    font-size: 16px !important;
    font-family: Poppins !important;
    font-weight: 400;
}
.acf-accordion .accordion-content *::marker{
    color: #494DA7;
}
.single-product .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    width: 50%;
    flex-basis: unset !important;
}
.single-product .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] > *{
    max-width: unset;
    width: 100%;
}
.woocommerce div.product div.images img {
    height: 500px;
    object-fit: contain;
    background: white;
    border-radius: 6px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    height: 110px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 15.67%;
}
.woocommerce div.product div.images .flex-control-thumbs{
    display: flex;
    column-gap: 1%;
    margin-top: 12px;
}
.flex-direction-nav{
    display: none;
}
.single-product .wp-block-post-title{
    font-size: 32px;
    font-weight: 600;
    font-family: Poppins;
}
.single-product .wp-block-woocommerce-product-price{
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: right;
    order: 2;
}
.single-product .wp-block-woocommerce-product-price .woocommerce-Price-amount{
    font-size: 35px;
    font-weight: 700;
}
.single-product .wp-block-post-excerpt{
    display: none;
}
.custom-full-description{
    border-top: 1px solid #D1D4DB;
    padding-top: 25px;
    padding-bottom: 1z-index: 999;0px;
}
.custom-full-description > *:not(.custom-full-title){
    font-size: 16px;
    margin-top: 20px;
    font-weight: 400;
}
.custom-full-title{
    font-size: 16px;
    font-weight: 600;
}
.single-product .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-of-type(2){
    display: flex;
    flex-direction: column;
}
.subTitle{
    order: 1;
    font-size: 16px;
    color: #A5A5A5;
    margin-top: -10px;
}
.single-product .wp-block-add-to-cart-form{
    order: 3;
}
.titleSwiper{
    font-size: 24px !important;
    font-weight: 500;
    color: #12100F;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
}
.elementor-widget-premium-woo-products .premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-sale-wrap .premium-woo-product-onsale, .premium-woo-product-new{
    max-width: max-content;
}
.single-product .premium-woocommerce .premium-woo-product-sale-wrap .premium-woo-product-onsale, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.post-type-archive .premium-woocommerce .premium-woo-product-sale-wrap .premium-woo-product-onsale,
.tax-product_cat .premium-woocommerce .premium-woo-product-sale-wrap .premium-woo-product-onsale,
.page-reduceri .premium-woocommerce .premium-woo-product-sale-wrap .premium-woo-product-onsale, 
.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale{
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 13px;
    background-color: #C0045C;
    min-height: unset;
    min-width: unset;
    line-height: normal;
    margin: 12px 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    top: 0;
    left: 0;
    margin: 0px;
    border: unset;
    outline: unset;
    margin-top: 12px;
    margin-left: 10px;
}
.premium-woo-product-wrapper br, .swiper-container br{
    display: none;
}
.single-product li.product, 
.post-type-archive li.product,
.tax-product_cat li.product,
.page-reduceri li.product{
    background: white;
    border-radius: 8px;
    height: 410px;
    padding-top: 10px;
    position: relative;
}
.page-reduceri li.product .premium-woo-product-new{
    position: absolute;
}
.page-reduceri .wp-block-woocommerce-product-template .sale.product .premium-woo-product-new {
    top: 50px;
}
.single-product .premium-woo-product-thumbnail .woocommerce-loop-product__link img,
.post-type-archive .premium-woo-product-thumbnail .woocommerce-loop-product__link img,
.tax-product_cat .premium-woo-product-thumbnail .woocommerce-loop-product__link img,
.page-reduceri .premium-woo-product-thumbnail .woocommerce-loop-product__link img {
    height: 220px;
    object-fit: contain;
}
.single-product .premium-woocommerce .woocommerce-loop-product__title,
.post-type-archive .premium-woocommerce .woocommerce-loop-product__title,
.tax-product_cat .premium-woocommerce .woocommerce-loop-product__title,
.page-reduceri .premium-woocommerce .woocommerce-loop-product__title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;display: flex;flex-direction: column;
}
.single-product .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button::before,
.post-type-archive .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button::before,
.tax-product_cat .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button::before,
.page-reduceri .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button::before {
    content: '';
    display: inline-block;
    height: 17px;
    width: 15px;
    background: url(/wp-content/themes/twentytwentyfive-child/images/add-cart.svg);
    background-size: contain;
    background-position: center;
    object-fit: contain;
    margin-right: 10px;
}
.single-product .premium-woo-products-details-wrap .premium-woo-atc-button .button, 
.single-product .premium-woo-cart-btn, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button, 
.post-type-archive .premium-woo-products-details-wrap .premium-woo-atc-button .button, 
.post-type-archive .premium-woo-cart-btn,
.tax-product_cat .premium-woo-products-details-wrap .premium-woo-atc-button .button, 
.tax-product_cat .premium-woo-cart-btn,
.page-reduceri .premium-woo-products-details-wrap .premium-woo-atc-button .button, 
.page-reduceri .premium-woo-cart-btn{
    background-color: #494DA7;
    border-radius: 25px 25px 25px 25px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Poppins", Sans-serif;
    font-size: 14px !important;
    font-weight: 500;
    align-items: center;
    transition: 300ms;
}
.single-product .premium-woo-products-details-wrap .premium-woo-atc-button .button:hover, 
.single-product .premium-woo-cart-btn:hover, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover, 
.post-type-archive .premium-woo-products-details-wrap .premium-woo-atc-button .button:hover, 
.post-type-archive .premium-woo-cart-btn:hover,
.tax-product_cat .premium-woo-products-details-wrap .premium-woo-atc-button .button:hover, 
.tax-product_cat .premium-woo-cart-btn:hover,
.page-reduceri .premium-woo-products-details-wrap .premium-woo-atc-button .button:hover, 
.page-reduceri .premium-woo-cart-btn:hover{
    background-color: #5B62F8;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button::before {
    content: '';
    display: inline-block;
    height: 17px;
    width: 15px;
    background: url(/wp-content/themes/twentytwentyfive-child/images/add-cart.svg);
    background-size: contain;
    background-position: center;
    object-fit: contain;
    margin-right: 10px;
}
.single-product .premium-woo-products-details-wrap p:last-of-type,
.post-type-archive .premium-woo-products-details-wrap p:last-of-type,
.tax-product_cat .premium-woo-products-details-wrap p:last-of-type,
.page-reduceri .premium-woo-products-details-wrap p:last-of-type{
    display: none;
    width: 100%;
}
p:has(>.premium-woo-product-category){
    width: 100%;
}
.single-product .premium-woocommerce li.product .price,
.post-type-archive .premium-woocommerce li.product .price,
.tax-product_cat .premium-woocommerce li.product .price,
.page-reduceri .premium-woocommerce li.product .price {
    display: flex;
    flex-direction: column;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.single-product .premium-woocommerce li.product p,
.post-type-archive .premium-woocommerce li.product p,
.tax-product_cat .premium-woocommerce li.product p,
.page-reduceri .premium-woocommerce li.product p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.single-product .premium-woo-product-wrapper,
.post-type-archive .premium-woo-product-wrapper,
.tax-product_cat .premium-woo-product-wrapper,
.page-reduceri .premium-woo-product-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.single-product .premium-woocommerce .premium-woo-product-category a,
.post-type-archive .premium-woocommerce .premium-woo-product-category a,
.tax-product_cat .premium-woocommerce .premium-woo-product-category a,
.page-reduceri .premium-woocommerce .premium-woo-product-category a{
    font-size: 14px;
    margin-top: -10px;
    display: block;
    color: #A5A5A5;
}
.custom-swiper-banner .swiper > br, .custom-swiper-banner .swiper > p{
    display: none;
}
.premium-woocommerce .slick-arrow {
    color: #494DA7 !important;
    background-color: #494DA7 ;
    cursor: pointer;
}
.slick-arrow i {
    display: block;
}
.swiper-container > p{
    display: none;
    margin: unset;
}
.single-product .swiper-container .fa-angle-left:before,
.single-product .swiper-container .fa-angle-right:before,
.post-type-archive .swiper-container .fa-angle-left:before,
.post-type-archive .swiper-container .fa-angle-right:before,
.tax-product_cat .swiper-container .fa-angle-left:before,
.tax-product_cat .swiper-container .fa-angle-right:before,
.page-reduceri .swiper-container .fa-angle-left:before,
.page-reduceri .swiper-container .fa-angle-right:before{
    content: "";
}
.single-product.woocommerce div.product form.cart div.quantity .qty{
    width: 135px;
    height: 55px;
    border-radius: 25px;
    border: unset;
    outline: unset !important;
    font-size: 20px;
    font-weight: 400;
}
.single-product.woocommerce div.product form.cart button.single_add_to_cart_button, .woocommerce div.product form.cart button[name=add-to-cart]{
    width: calc(100% - 225px);
    background: #494DA7;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}
.single-product .single_add_to_cart_button::before{
    content: "";
    width: 17px;
    display: inline-block;
    height: 17px;
    width: 15px;
    background: url(/wp-content/themes/twentytwentyfive-child/images/add-cart.svg);
    background-size: contain;
    background-position: center;
    object-fit: contain;
    margin-right: 10px;
}
.custom-social-share {
    order: 4;
    border-bottom: 1px solid #D1D4DB;
    padding-bottom: 15px;
    font-size: 16px;
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-top: 10px;
    border-top: 1px solid #D1D4DB;
    padding-top: 15px;
}
.woocommerce div.product form.cart {
    margin-bottom: 10px;
}
.custom-social-share strong{
    font-weight: 600;
    margin-right: auto;
}
.custom-social-share a img{
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(32%) sepia(82%) saturate(468%) hue-rotate(197deg) brightness(88%) contrast(94%);
    -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(82%) saturate(468%) hue-rotate(197deg) brightness(88%) contrast(94%);
    transition: 300ms;
}
.custom-social-share a{
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #DDDEF2;
    transition: 300ms;
}
.custom-social-share a:hover{
    background-color: #494DA7;
}
.custom-social-share a:hover img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transform: scale(1.15);
}
.woocommerce.single_product div.product div.images.woocommerce-product-gallery {
    margin-bottom: 20px;
}
html .woocommerce a.remove{
    font-weight: 400 !important;
    color: black !important;
    font-size: unset;
    width: 12px;
    height: 12px;
    line-height: 13px;
    border-radius: unset;
    display: flex !important;
    border: unset;
    padding: 0px;
    background: unset !important;
}
html .woocommerce a.remove:hover{
    color: black !important;
}
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before{
    display: none;
}
.woocommerce div.product form.cart{
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
}
main .wp-container-core-columns-is-layout-28f84493{
    /*width: calc(100% - 350px);*/
    width: calc(100% - 260px);
}
body .wc-block-product-template__responsive.columns-3 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 35px;
}
.wc-block-product-template__responsive>li {
    margin-block-start: 0;
    width: calc(25% - 56.5px);
    padding: 30px 15px;
    background: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 350px;
}
.wc-block-product-template__responsive>li>h3{
    margin-bottom: 5px;
}
.wc-block-product-template__responsive>li>div:last-of-type{
    margin-top: auto !important;
}
.wpfMainWrapper, .categoriesWrapper{
    background: white;
    border-radius: 8px;
    padding: 15px;
    width: calc(100% - 30px) !important
}
body .wpfFilterWrapper{
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.wpfFilterWrapper .wfpDescription, .categoriesTitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
}
.wpfFilterWrapper .wpfFilterTaxNameWrapper, .categoriesWrapper li{
    font-size: 14px;
    font-weight: 600;
    color: #494DA7;
    margin-bottom: 12px;
}
.wpfFilterWrapper[data-filter-type="wpfPriceRange"] .wpfValue{
    font-size: 14px;
    font-weight: 300;
}
.wpfFilterVerScroll li label {
    vertical-align: middle;
    margin-bottom: 10px;
}
.wpfMainWrapper .wpfCount {
    font-size: 14px;
    color: #A5A5A5;
    font-weight: 300;
}
.wp-block-query-title, .page-reduceri h2{
    font-size: 24px;
    font-weight: 500;
    margin-top: 35px;
}
.post-type-archive .woocommerce.wc-block-store-notices.alignwide{
    display: none !important;
}
.sortingDiv{
    margin-top: -30px;
}
.filtersDiv{
    width: 305px;
    row-gap: 15px;
}
.categoriesWrapper .custom-category-filter{
    padding: 0px;
    list-style-type: none;
}
.categoriesWrapper li span{
    color: #A5A5A5;
    font-weight: 300;
    margin-left: 10px;
    letter-spacing: 2px;
}
.toggle-subcats {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-left: 6px;
}
.subcat-list {
    margin-left: 0px;
    list-style-type: none;
    padding-left: 10px;
    padding-top: 10px;
}
.parent-cat{
    position: relative;
}
.toggle-subcats{
    position: absolute;
    right: 0px;
}
.arrow-icon {
    transition: transform 0.3s ease;
    width: 14px;
    height: 14px;
}
.arrow-open .arrow-icon {
    transform: rotate(180deg);
}
#reset-filters{
    padding: 15px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border: none;
    outline: none !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #C0045C;
    cursor: pointer;
}
.filtersDiv p{
    width: 100%;
}
.filtersDiv p:nth-of-type(1){
    display: none;
}
.woocommerce.wc-block-catalog-sorting select.orderby{
    border: 1px solid #494DA7;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #494DA7;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 45px;
	min-height: 45px
}
.woocommerce.wc-block-catalog-sorting .woocommerce-ordering {
    position: relative;
    margin-bottom: 0px;
}
form.woocommerce-ordering::before {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/twentytwentyfive-child/images/arrow.svg);
    width: 15px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 19px;
    background-repeat: no-repeat;
    background-position: center;
}
.post-type-archive .wp-block-woocommerce-product-image img,
.page-reduceri .wp-block-woocommerce-product-image img{
    height: 218px;
    width: 218px;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain !important;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{
    height: 40px;
    width: 140px;
}
.wc-block-components-product-price{
    text-align: left;
}
.single-product .wc-block-components-product-price{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
}
.wc-block-components-product-price del, .single-product .wp-block-woocommerce-product-price del .woocommerce-Price-amount{
    font-size: 16px !important;
    font-weight: 400 !important;
}

.custom-onsale-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e63946;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    z-index: 99;
}
span[data-wc-bind--hidden="!state.displayViewCart"]{
    display: none !important;
}
.buttonShop:hover span{
    color: white !important;
}
.wp-block-query-pagination-numbers{
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.page-numbers.current {
    color: #494DA7;
    border: 1px solid #494DA7;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-block-query-pagination-next, .wp-block-query-pagination-previous{
    background: transparent;
    border: 1px solid #494DA7;
    border-radius: 50px;
    transition: 300ms;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-block-query-pagination-next i:before,
.wp-block-query-pagination-previous i:before{
    content: "" !important;
    width: 12px;
    height: 7px;
}
.post-type-archive .custom-swiper-banner,
.page-reduceri .custom-swiper-banner{
    margin-bottom: 40px;
}
.formContainerRight{
    padding: 35px 50px !important;
    padding-bottom: 40px !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}
.formContainerLeft{
    padding: 35px 80px !important;
    padding-bottom: 40px !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.customContainerLogin #customer_login .col-2, .customContainerRegister #customer_login .col-1{
    display: none !important;
}
.customContainerLogin #customer_login .col-1, .customContainerRegister #customer_login .col-2{
    width: 100%;
}
.formContainerRight img{
    position: absolute;
    bottom: -60px;
    right: 0px;
    height: 255px;
    object-fit: contain;
    width: 260px;
}
.formContainerRight > div:last-of-type{
    position: unset;
}
.formContainerLeft #customer_login h2{
    display: none;
}
.formContainerLeft .woocommerce .woocommerce-form-login{
    margin-top: 10px;
    border: unset;
    padding: 0px;
    margin-bottom: 0px
}
.formContainerLeft .woocommerce-form-row img, .contactWrapper img {
    position: absolute;
    z-index: 9;
    top: 18px;
    /*transform: translate(0, -50%);*/
    left: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
    width: 16px;
}
.woocommerce form .form-row, .contactWrapper, .woocommerce-address-fields__field-wrapper .form-row {
    position: relative;
    width: 100%;
}

/* Initial state of the label */
.woocommerce-form-row label,
.woocommerce-checkout label,
.woocommerce-address-fields__field-wrapper label,
.contactWrapper label {
    position: absolute;
    top: 50%;
    left: 50px;
    font-size: 14px; /* Adjust the font size */
    color: #A5A5A5; /* Set the label color */
    transform: translateY(-50%); /* Vertically center the label */
    transition: all 0.3s ease; /* Smooth transition for movement and size */
    pointer-events: none; /* Prevent label from blocking input interaction */
    z-index: 9;
}

/* Adjust the input field to create space for the label */
.woocommerce-form-row input, .contactWrapper input {
    padding-top: 1.5rem; /* Create space for the label */
}

/* Optional: Styling for the placeholder (in case it's needed) */
.woocommerce-form-row input::placeholder, .contactWrapper input::placeholder {
    opacity: 0; /* Hide placeholder when label is active */
}
.woocommerce-form-row input{
    padding-left: 50px !important;
}

.woocommerce-form-row label.has-text,
.woocommerce-form-row label.is-focused,
.woocommerce-form-row input:focus ~ label:not(.checkbox),
.woocommerce-form-row input:valid ~ label:not(.checkbox),
.woocommerce-form-row:focus-within label:not(.checkbox), 
.woocommerce-checkout .form-row label.has-text:not(.checkbox),
.woocommerce-checkout .form-row label.is-focused:not(.checkbox),
.woocommerce-checkout .form-row input:focus ~ label:not(.checkbox),
.woocommerce-checkout .form-row input:valid ~ label:not(.checkbox),
.woocommerce-checkout .form-row:focus-within label:not(.checkbox), 
.woocommerce-checkout .form-row.select2-focused label.floating-label,
.woocommerce-checkout .form-row.select2-has-value label,
.fabfw-add-address-container .form-row label.has-text:not(.checkbox),
.fabfw-add-address-container .form-row label.is-focused:not(.checkbox),
.fabfw-add-address-container .form-row input:focus ~ label:not(.checkbox),
.fabfw-add-address-container .form-row input:valid ~ label:not(.checkbox),
.fabfw-add-address-container .form-row:focus-within label:not(.checkbox), 
.fabfw-add-address-container .form-row.select2-focused label.floating-label,
.fabfw-add-address-container .form-row.select2-has-value label,
.fabfw-edit-address-container .form-row label.has-text:not(.checkbox),
.fabfw-edit-address-container .form-row label.is-focused:not(.checkbox),
.fabfw-edit-address-container.form-row input:focus ~ label:not(.checkbox),
.fabfw-edit-address-container .form-row input:valid ~ label:not(.checkbox),
.fabfw-edit-address-container .form-row:focus-within label:not(.checkbox), 
.fabfw-edit-address-container .form-row.select2-focused label.floating-label,
.fabfw-edit-address-container .form-row.select2-has-value label,
.contactWrapper label.has-text,
.contactWrapper label.is-focused,
.contactWrapper input:focus ~ label,
.contactWrapper input:valid ~ label,
.contactWrapper:focus-within label  {
    font-size: 12px;
    color: #12100F;
    top: 2px !important;
    left: 34px;
    background: white;
    padding: 0 5px;
    text-align: center;
}
.woocommerce-form-login__rememberme{
    display: none !important;
}
.woocommerce-form-login{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-form-login .woocommerce-LostPassword {
    order: 1;
    width: 100%;
    text-align: right;
    margin-top: -15px;
    margin-bottom: 50px;
}
.woocommerce-form-login .form-row:not(.woocommerce-form-row){
    order: 2;
    margin-bottom: 0px;
}
.woocommerce-form-login .woocommerce-LostPassword a{
    font-size: 14px;
    color: #494DA7;
    font-weight: 500;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-ResetPassword.lost_reset_password  .woocommerce-Button{
    width: 100%;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    background: #494DA7;
}
.listForm ul{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-left: 0px;
    max-width: 520px;
}
.listForm li {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.listForm li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #DDDEF2;
  flex-shrink: 0;
}
.buttonForm{
    margin-top: auto;
}
#registerBtn{
    width: calc(100% - 270px);
    padding: 0px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    background: transparent;
    border-radius: 25px;
    transition: 300ms;
}
a#registerBtn:hover {
    background: white;
    color: #494DA7;
}
.elementor-element-e99812c{
    position: unset !important;
}
.woocommerce-privacy-policy-text{
    display: none;
}
.woocommerce-account main .customContainerRegister .woocommerce{
    max-width: unset;
}
.customContainerRegister .woocommerce form.register{
    border: unset;
    padding: 0px;
}
.woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox{
    font-size: 14px;
    font-weight: 400;
}
.woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox a{
    color: #494DA7;
}
input[type="checkbox"]{
    accent-color: #494DA7;
}
#terms{
    width: 18px;
    height: 18px;
}
.alreadyAccount{
    color: #494DA7;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: center;
}
.woocommerce-form-register__submit{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 55px;
    border-radius: 25px;
    background: #494DA7;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after{
    content: "";
    font-family: inherit;
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/eye.svg");
}
.formContainerLeft button{
    transition: 300ms;
}
.formContainerLeft button:hover{
    background: #5B62F8 !important;
}
.woocommerce-lost-password .entry-content > .woocommerce{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 120px;
}
.woocommerce-ResetPassword.lost_reset_password{
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    padding: 35px 75px !important;
    border-radius: 10px;
}
.forgetTitle{
     font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;   
}
.woocommerce-ResetPassword.lost_reset_password p:not(.woocommerce-form-row){
    font-size: 16px;
    margin-bottom: 30px;
}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row::before,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row::after{
    display: none;
} 
.woocommerce .woocommerce-ResetPassword .form-row{
    padding-left: 0px;
    padding-right: 0px;
}
.is-layout-constrained > .alignwide.wp-container-core-group-is-layout-6c531013{
    align-items: flex-start;
    justify-content: space-between;
}
.wc-block-product-template__responsive.columns-4 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    gap: 35px
}
.woocommerce.wc-block-breadcrumbs{
    margin-top: 20px
}
.wp-container-core-group-is-layout-9f06e746{
    align-items: flex-start;
    justify-content: space-between;
}
.firstAbout{
    max-width: 860px !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
.bread-custom{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.accordionContent *{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.e-n-accordion-item > div{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.contactRight > div:first-of-type{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 55px;
}
.contactRight{
    row-gap: 0px !important;
}
.contactRight > div:first-of-type{
    border-top-right-radius: 10px;
}
.contactRight > div:last-of-type iframe{
    border-bottom-right-radius: 10px;
}
.contactRight .elementor-icon-list-items{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.contactRight .elementor-icon-list-icon{
    background: rgba(221, 222, 242, 0.5);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 15px;   
    padding: 8px 10px;
}
.contactRight .elementor-icon-list-icon svg{
    margin-right: 0px !important;
    width: 16px !important;
    height: 20px !important;
    object-fit: contain;
}
.contactWrapper input, .contactWrapper textarea {
    /*height: 45px;*/
    width: 100%;
    border: 1px solid #C3C3C3;
    border-radius: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
}
.wpcf7-not-valid-tip{
    display: none !important;
}
.wpcf7 label, .wpcf7-quiz-label {
    width: auto !important;
}
.contactWrapper label[for="your-message"]{
    top: 30px;
}
.wpcf7-list-item{
    margin-left: 0px;
}
.wpcf7-list-item-label{
    font-size: 14px;
    font-weight: 400;
}
.wpcf7-list-item label{
    display: flex;
    column-gap: 14px;
    align-items: center;
}
.wpcf7-submit{
    width: 100%;
    height: 45px;
    background: #494DA7;
    border-radius: 25px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}
.contactWrapper:last-of-type{
    margin-bottom: -15px;
}
.wpcf7-response-output{
    margin-top: -10px;
    margin-left: 0px;
    margin-right: 0px;
}
input[name="terms"]{
    width: 18px;
    height: 18px;
}
.wc-block-mini-cart__drawer,
.wc-block-mini-cart__overlay {
    display: none !important;
}
.wc-block-components-drawer__screen-overlay--with-slide-in{
    display: none !important;
    opacity: 0 !important;
}
.page-cos h1{
    text-align: center;
    padding-top: 30px;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins';
}
.wp-block-woocommerce-empty-cart-block > div > p:last-of-type{
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.wp-block-woocommerce-filled-cart-block{
    flex-direction: column;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0px;
    width: 100%;
    background: white !important;
}
.cart-has-items .wp-block-post-title{
    background-color: white;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    margin-bottom: 0px;
    max-width: unset !important;
    margin-left: 13.54% !important;
    margin-right: 13.54% !important;
    padding-bottom: 32px;
}
.cart-has-items .wp-block-post-content-is-layout-flow{
    margin-top: 0px;
    max-width: unset !important;
}
.cart-has-items .wc-block-cart-items thead{
    display: none;
}
.cart-has-items .wc-block-cart-items__row {
    width: calc(100% - 70px);
    display: flex;
    padding-right: 50px;
    position: relative;
    border-top: 1px solid #D1D4DB;
    margin-right: 10px;
    margin-left: 10px;
}
.cart-has-items .wc-block-cart-item__wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.cart-has-items .wc-block-components-product-badge{
    display: none !important;
}
.cart-has-items .wc-block-cart-item__product{
    width: 100%;
}

.cart-has-items .wc-block-cart-item__remove-link::after {
  content: "×";
  text-indent: 0;
  position: absolute;
  right: 5px;
  top: 40px;
  font-size: 24px;
  font-weight: 500;
}
.cart-has-items table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    height: 88px;
    width: 88px;
    object-fit: contain;
    max-width: unset;
}
.cart-has-items .is-large.wc-block-cart .wc-block-cart-items td{
    border-top: unset;
    margin-bottom: 0px;
    padding: unset;
    height: 110px;
    display: flex;
    align-items: center;
}
.cart-has-items .wc-block-cart-item__remove-link {
  text-indent: -9999px;
}
.cart-has-items .wc-block-cart-item__product .wc-block-cart-item__prices{
    margin-left: auto;
}
.cart-has-items table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, .cart-has-items table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.cart-has-items .wc-block-cart-item__quantity{
    margin-left: 35px;
}
.cart-has-items .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__total {
    min-width: 130px;
    justify-content: flex-end;
}
.cart-has-items table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>.wc-block-components-product-name{
    font-size: 18px;
    font-weight: 600;
}
.cart-has-items .wc-block-components-product-price__value.is-discounted, .cart-has-items .wc-block-components-formatted-money-amount {
    font-size: 18px;
    font-weight: 600;
}
.cart-has-items .is-large.wc-block-cart .wc-block-components-sidebar {
    margin-top: 0;
    width: 100%;
    background: white;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0px;
    padding-right: 50px;
    padding-bottom: 20px;
    position: relative;
}
.cart-has-items .is-large.wc-block-cart .wc-block-cart__totals-title{
    display: none;
}
.cart-has-items .is-large.wc-block-cart .wc-block-components-sidebar > div{
    width: 35%;
}
.cart-has-items .wp-block-woocommerce-cart-order-summary-totals-block, 
.cart-has-items .wc-block-components-totals-wrapper{
    border: unset;
}
.cart-has-items .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:not(.wp-block-woocommerce-cart-order-summary-coupon-form-block){
    border-top: 1px solid #D1D4DB;
}
.cart-has-items .wc-block-components-totals-coupon .wc-block-components-panel__content{
    position: absolute;
    left: 0px;
    top: 75px;
    width: 100%;
}
.cart-has-items .wc-block-cart-items__row:last-of-type{
    border-bottom: 1px solid #D1D4DB;
}
.cart-has-items .is-large.wc-block-cart .wc-block-cart-items {
    border-bottom: unset;
}
.cart-has-items .wp-block-woocommerce-cart-order-summary-coupon-form-block{
    position: absolute;
    left: 15px;
    background: #494DA7;
    border-radius: 25px;
    color: white;
    font-size: 15px;
    width: 30%;
}
.cart-has-items .wc-block-components-panel__button[aria-expanded=true]{
    margin-bottom: 0px;
}
.cart-has-items .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    position: absolute;
    right: 0px;
    height: 45px;
    width: 80px;
    border-radius: 25px;
    background: #494DA7;
    font-size: 14px;
}
.cart-has-items .wc-block-components-text-input input[type=text] {
    height: 45px;
    width: calc(100% - 35px);
    border-color: #C3C3C3;
    border-radius: 25px;
    padding-left: 50px;
    color: #C3C3C3;
}
.cart-has-items .wc-block-components-totals-coupon__form label[for="wc-block-components-totals-coupon__input-coupon"]{
    padding-left: 50px;
    color: #C3C3C3;
}
.cart-has-items .wc-block-components-totals-coupon__form .wc-block-components-text-input.wc-block-components-totals-coupon__input::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    object-fit: contain;
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/coupon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 17px;
    top: 13px;
}
.cart-has-items .wc-block-components-totals-item__label {
    font-size: 18px;
    font-weight: 400;
}
.cart-has-items .wc-block-cart .wc-block-components-totals-footer-item{
    align-items: center;
}
.cart-has-items .wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-formatted-money-amount{
    font-size: 24px;
}
.cart-has-items .wc-block-cart__submit-button{
     width: 250px;
    padding: 0px;
    border-radius: 25px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    background: #494DA7;
    font-size: 14px;
    height: 45px;   
}
.cart-has-items .wc-block-components-quantity-selector:after{
    border-radius: 25px;
}
.cart-has-items table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{
    min-width: 100px;
    padding-left: 20px;
    padding-right: 20px;
}
.cart-has-items .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
    font-size: 20px;
    font-weight: 400;
}
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding: 30px;
    width: 65%;
}
.login-placeholder {
    visibility: hidden;
}
.login-placeholder.js-loaded {
    visibility: visible;
}
.woocommerce-checkout main .woocommerce {
    max-width: unset;
}
.woocommerce-checkout #customer_details{
    display: flex;
    flex-direction: column;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2{
    width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 2%;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-edit-account .woocommerce-EditAccountForm .form-row{
    width: 32%;
    padding: 0px;
}
.woocommerce-checkout table.shop_table {
    width: 100%;
}
body .e-con.checkoutContainer{
    padding: 30px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row::before,
.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row::before,
.woocommerce-checkout #customer_details .create-account .form-row::before, #order_comments_field::before, 
.woocommerce-address-fields__field-wrapper .form-row::before,
.woocommerce-EditAccountForm .woocommerce-form-row::before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 18px;
    top: 16px;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
#billing_last_name_field::before,
#billing_first_name_field::before,
#shipping_last_name_field::before,
#shipping_first_name_field::before,
.woocommerce-EditAccountForm .woocommerce-form-row::before{
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/nameInput.svg");
}
#billing_phone_field::before,
#shipping_phone_field::before{
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/phoneInput.svg");
    width: 14px;
    height: 25px;
}
.woocommerce-edit-address #billing_phone_field::before, .woocommerce-edit-address #shipping_phone_field::before,
.fabfw-add-address-container #billing_phone_field::before, .fabfw-add-address-container #shipping_phone_field::before,
.fabfw-edit-address-container #billing_phone_field::before, .fabfw-edit-address-container #shipping_phone_field::before{
    top: 10px;
}
.woocommerce-EditAccountForm > .woocommerce-form-row:nth-of-type(4)::before{
    top: 20px;
}
#billing_email_field::before, .woocommerce-EditAccountForm > .woocommerce-form-row:nth-of-type(4)::before{
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/emailInput.svg");
    width: 16px;
    height: 13px;
}
#order_comments_field::before{
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/msgInput.svg");
    width: 20px;
    height: 18px;
}
#billing_address_book_field::before,
#shipping_address_book_field::before,
#billing_city_field::before,
#billing_state_field::before,
#billing_postcode_field::before,
#billing_address_1_field::before,
#billing_address_2_field::before,
#shipping_city_field::before,
#shipping_state_field::before,
#shipping_postcode_field::before,
#shipping_address_1_field::before,
#shipping_address_2_field::before,
#billing_address_name_field::before,
#shipping_address_name_field::before{
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/locationInput.svg");
    width: 14px;
}
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row textarea, .woocommerce-address-fields__field-wrapper .form-row input{
    height: 45px !important; 
    border: 1px solid #C3C3C3 !important;
    border-radius: 6px !important;
} 
.woocommerce-edit-address input::placeholder{
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 400;
}
.woocommerce-checkout form .form-row label {
    top: 25px;
}
.woocommerce-checkout form .form-row input.input-text, 
.woocommerce-checkout form .form-row select, 
.woocommerce-checkout form .form-row textarea.input-text,
.woocommerce-edit-address form .form-row input.input-text, 
.woocommerce-edit-address form .form-row select, 
.woocommerce-edit-address form .form-row textarea.input-text,
.fabfw-add-address-container form .form-row input.input-text, 
.fabfw-add-address-container form .form-row select, 
.fabfw-add-address-container form .form-row textarea.input-text,
.fabfw-edit-address-container form .form-row input.input-text, 
.fabfw-edit-address-container form .form-row select, 
.fabfw-edit-address-container form .form-row textarea.input-text{
    padding-left: 50px;    
}
.woocommerce-checkout form .form-row .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-edit-address form .form-row .select2-container .select2-selection--single .select2-selection__rendered,
.fabfw-add-address-container form .form-row .select2-container .select2-selection--single .select2-selection__rendered,
.fabfw-edit-address-container form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.woocommerce-checkout .select2-selection, .woocommerce-address-fields__field-wrapper .select2-selection{
    height: 45px;
    border-radius: 6px;
}
.woocommerce-checkout .select2-container, .woocommerce-address-fields__field-wrapper .select2-container {
    width: auto;
    border: unset;
}
.woocommerce-checkout .select2-container .select2-dropdown, .woocommerce-checkout .select2-container .select2-selection,
.woocommerce-edit-address .select2-container .select2-dropdown, .woocommerce-edit-address#billing_phone_field::before, #shipping_phone_field::before{} .select2-container .select2-selection{
    border-color: #C3C3C3;
}
.woocommerce-checkout #customer_details .col-1{
    display: flex;
    flex-direction: column;
}
.woocommerce-checkout .woocommerce-account-fields{
    display: flex;
    height: 100%;
    flex-direction: column;
    width: auto;
}
.woocommerce-checkout .woocommerce-account-fields > .form-row{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.woocommerce-checkout form .form-row.create-account label.woocommerce-form__label-for-checkbox, 
#ship-to-different-address label, .wc_payment_method label, #shipping_method label, .gdpr-checkboxes label {
    position: unset !important;
    pointer-events: all;
    transform: unset !important;
}
.create-account{
    width: 68.5%;
}
#account_password_field,
#account_password2_field{
    width: 46.5%;
    display: inline-block;
}
#account_password_field::before,
#account_password2_field::before{
    background: url("/wp-content/themes/twentytwentyfive-child/images/passInput.svg");
    width: 16px;
    height: 20px;
}
#account_password_field{
    margin-right: 2.5%;
}
.select2-container .select2-selection--single .select2-selection__placeholder{
    display: none !important;
}
.payment_method_stripe fieldset:last-of-type{
    display: none !important;
}
.payment_box.payment_method_cod{
    display: none !important;
}
.payment_method_stripe label img{
    display: none;
}
.woocommerce-checkout #payment div.payment_box::before{
    display: none;
}
#add_payment_method #payment, .woocommerce-checkout #payment {
    background: white;
    border-radius: unset;
}
.woocommerce-checkout #order_review_heading{
    display: none;
}
.headersReview:nth-of-type(1){
    display: flex;
    justify-content: space-between;
}
.headersReview:not(:first-of-type){
    display: none !important;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3:nth-of-type(1),
.woocommerce-account-fields h3{
    border-bottom: 1px solid #D1D4DB;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
}
.woocommerce-billing-fields h3{
    margin-bottom: 35px;
}
.headersReview > div{
    font-size: 18px;
    font-weight: 600;
}
.headersReview{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D1D4DB;
}
.woocommerce-checkout table.shop_table thead{
    display: none;
}
.woocommerce-checkout table.shop_table td, .woocommerce-checkout table.shop_table th {
    padding: 15px 0px;
    border: unset;
}
.woocommerce-checkout table.shop_table{
    border: unset;
    margin-bottom: 0px;
}
.woocommerce-checkout table.shop_table tbody th, .woocommerce-checkout table.shop_table tfoot td, .woocommerce-checkout table.shop_table tfoot th{
    border: unset;
}
.woocommerce-checkout table.shop_table tfoot{
    border-top: 1px solid  #D1D4DB;
    border-bottom: 1px solid  #D1D4DB;
}
.woocommerce-checkout table.shop_table tfoot th, .woocommerce-checkout table.shop_table tfoot td {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 600;
}
.woocommerce-checkout table.shop_table tfoot tr:first-of-type th, .woocommerce-checkout table.shop_table tfoot tr:first-of-type td{
    padding-top: 20px;
}
.woocommerce-checkout table.shop_table tfoot tr:last-of-type th, .woocommerce-checkout table.shop_table tfoot tr:last-of-type td{
    padding-bottom: 20px;
}
.woocommerce-checkout table.shop_table tfoot td{
    text-align: right;
}
.woocommerce-checkout .cart_item .product-total{
    text-align: right !important;
}
.woocommerce-checkout .cart_item *{
    font-size: 18px;
}
.woocommerce-checkout .cart_item:last-of-type td{
    padding-bottom: 25px;
}
.woocommerce-checkout table.shop_table tfoot td *{
    font-weight: 600;
    color: black;
    font-size: 18px;
}
.woocommerce-checkout #order_review{
    padding-top: 10px;
}
.woocommerce-checkout ul#shipping_method li{
    margin: 0px;
    line-height: unset;
}
.woocommerce-checkout-payment h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.woocommerce-checkout #payment ul.payment_methods{
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 30px;
}
.woocommerce-checkout #payment ul.payment_methods *::after,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods *::before{
    display: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 1.5;
}
.woocommerce-checkout .woocommerce-form__label span{
    font-size: 14px;
    font-weight: 400;
    color: black;
}
.woocommerce-checkout #payment div.form-row{
    padding-left: 0px;
    padding-top: 10px;
}
.woocommerce form .gdpr-checkboxes .form-row{
    margin-bottom: 0px;
}
.woocommerce form .gdpr-checkboxes .form-row::before,
.woocommerce form .gdpr-checkboxes .form-row::after{
    display: none;
}
.woocommerce form .gdpr-checkboxes .form-row input{
    height: auto !important;
}
.woocommerce-checkout .woocommerce-form__label span a{
    color: #494DA7;
    font-weight: 500;
}
.woocommerce-checkout #payment #place_order, .woocommerce-page #payment #place_order {
    float: unset;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 40px;
    width: 250px;
    height: 45px;
    background: #494DA7;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.woocommerce-checkout #payment div.payment_box{
    background: white;
    border: 1px solid #494DA7;
    border-radius: 10px;
}
#wc-stripe-upe-form{
    border: unset;
    padding: 0px;
}
.woocommerce-account main{
    padding-left: 6.77%;
    padding-right: 6.77%;
}
.woocommerce-account .woocommerce-breadcrumb{
    margin-top: 20px;
}
.my-account-title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}
.welcome-message{
    margin-top: 0px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    background: white;
    border-radius: 4px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #ECEEF6;
    font-size: 16px;
    font-weight: 600;
    color: #494DA7;
    padding: 0px !important;
    position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
    padding: 20px 50px !important;
    width: calc(100% - 100px);
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-of-type{
    border-bottom: unset;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active{
    background-color: #E0E0F0;
    color: black;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
    text-decoration: unset;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    margin-bottom: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout{
    color: #C0045C;
}
.woocommerce-MyAccount-navigation-link::before{
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 23px;
    left: 20px;
}
.woocommerce-MyAccount-navigation-link.is-active::before{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.woocommerce-MyAccount-navigation-link:not(.is-active, .woocommerce-MyAccount-navigation-link--customer-logout)::before{
    filter: brightness(0) saturate(100%) invert(31%) sepia(60%) saturate(731%) hue-rotate(201deg) brightness(89%) contrast(94%);
    -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(60%) saturate(731%) hue-rotate(201deg) brightness(89%) contrast(94%);
}
.woocommerce-MyAccount-navigation-link--dashboard::before{
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/accountAccount.svg");
}
.woocommerce-MyAccount-navigation-link--orders::before{
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/accountOrders.svg");
}
.woocommerce-MyAccount-navigation-link--edit-address::before{
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/accountAddresses.svg");
}
.woocommerce-MyAccount-navigation-link--edit-account::before{
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/accountAccount.svg");
}
.woocommerce-MyAccount-navigation-link--customer-logout::before{
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/accountLogout.svg");
}
.woocommerce-dashboard .woocommerce-MyAccount-content p{
    font-size: 16px;
    font-family: "Poppins";
}
.woocommerce-dashboard .woocommerce-MyAccount-content p strong{
    color: #494DA7;
    font-weight: 500;
}
.woocommerce-account main .woocommerce{
    max-width: unset !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
}
.noOrders{
    background: white;
    min-height: 630px;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;   
}
.noOrders > div{
    max-width: 440px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 30px;
}
.custom-thank-you-message{
    margin-top: 70px !important;
    margin-bottom: 200px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.custom-thank-you-message p:first-of-type{
    display: none;
}
.custom-thank-you-message p{
    font-size: 16px;
    max-width: 500px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.custom-thank-you-message h2{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
}
.custom-thank-you-message strong{
    font-weight: 700;
}
.woocommerce-orders.woocommerce-page table.shop_table thead th {
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    border-left: 1px solid #ECEEF6;
}
.woocommerce-orders.woocommerce-page table.shop_table tbody td,
.woocommerce-orders.woocommerce-page table.shop_table tbody th{
    font-size: 16px;
    color: #12100F;
    font-weight: 400;
    border-left: 1px solid #ECEEF6;
    border-top: 1px solid #ECEEF6;
}
.woocommerce-orders.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{
    filter: brightness(0) saturate(100%) invert(28%) sepia(88%) saturate(699%) hue-rotate(207deg) brightness(90%) contrast(91%);
    -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(88%) saturate(699%) hue-rotate(207deg) brightness(90%) contrast(91%);
    margin-bottom: 0px;
}
.woocommerce-orders.woocommerce-page table.shop_table thead th:last-of-type,
.woocommerce-orders.woocommerce-page table.shop_table thead th:nth-of-type(3),
.woocommerce-orders.woocommerce-page table.shop_table thead th:first-of-type,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td:nth-of-type(2){
    text-align: center;
}
.woocommerce-orders.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a img{
    margin: 0 auto;
    width: 25px;
}
.woocommerce-orders.woocommerce-page table.shop_table tbody th{
    color: #494DA7;
    font-weight: 500;
}
.woocommerce-orders .woocommerce-orders-table__row:nth-of-type(2n+1){
    background-color:#F7F7F7;
}
.woocommerce-orders.woocommerce-page table.shop_table {
    border-collapse: separate;
    border-radius: 5px;
    background: #FFFFFF;
    border-spacing: unset;
    border: 1px solid #ECEEF6;
    overflow: hidden;
}
.woocommerce-orders .woocommerce-orders-table__cell-order-status span,
.woocommerce-view-order .orderTop span{
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: 500;
}
.woocommerce-orders .woocommerce-orders-table__cell-order-status span.order-status-processing,
.woocommerce-view-order .orderTop span.order-status-processing{
    background-color: #F5FFCC;
    color: #BCB612;
}
.woocommerce-orders .woocommerce-orders-table__cell-order-status span.order-status-cancelled,
.woocommerce-view-order .orderTop span.order-status-cancelled{
    background-color: #FED5E8;
    color: #C0045C;
}
.woocommerce-orders .woocommerce-orders-table__cell-order-status span.order-status-completed,
.woocommerce-view-order .orderTop span.order-status-completed{
    background-color: #C8F6D9;
    color: #08923B;
}
.woocommerce-orders .woocommerce-orders-table__cell-order-total{
    font-weight: 600 !important;
}
.woocommerce-view-order .order_details thead{
    display: none;
}
.woocommerce-view-order .woocommerce-order-details__title{
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content>p:first-of-type {
    margin-bottom: 0px;
    background: #FFFFFF;
    padding: 22px 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.woocommerce-account table.shop_table.order_details{
    border: unset;
    background: white;   
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.woocommerce-view-order .woocommerce-columns--addresses{
    display: flex;
    column-gap: 100px;
}
.woocommerce-view-order .woocommerce-columns--addresses::before,
.woocommerce-view-order .woocommerce-columns--addresses::after{
    display: none;
}
.woocommerce-view-order .woocommerce .woocommerce-customer-details, 
.woocommerce-view-order .woocommerce .woocommerce-order-details, 
.woocommerce-view-order .woocommerce .woocommerce-order-downloads{
    margin-bottom: 0px;
    background: white;
}
.totalsNew{
    background: white;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce-view-order .woocommerce-customer-details{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #D1D4DB;
    border-bottom: 1px solid #D1D4DB;
}
.woocommerce-view-order .woocommerce-customer-details address{
    padding: 0px;
    border: unset;
}
.woocommerce-view-order .woocommerce-customer-details .addresses{
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100% - 50px);
}
.orderTop{
    display: flex;
    column-gap: 30px;
    align-items: center;
    font-size: 18px;
}
.orderTop strong{
    font-weight: 600;
}
.woocommerce-view-order .woocommerce-MyAccount-content mark.order-date{
    font-size: 16px;
    font-weight: 400;
}
.woocommerce-view-order .woocommerce-MyAccount-content mark.order-status{
    color: unset;
    font-weight: 500;
}
.woocommerce-view-order .woocommerce-table__product-name.product-name{
    font-size: 18px;
}
.woocommerce-view-order .order-product-link{
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}
.woocommerce-view-order .order-product-link img{
    width: 50px;
    height: 50px;
}
.woocommerce-view-order .nameAndQuantity{
    display: flex;
    column-gap: 25px;
    align-items:center;
}
.nameAndQuantity .product-quantity{
    font-size: 18px;
    font-weight: 600;
}
.nameAndQuantity .order-product-title{
    font-weight: 400;
}
.woocommerce-view-order table.shop_table tbody td.woocommerce-table__product-total{
    text-align: right;
    font-size: 18px;
}
.woocommerce-view-order table.shop_table tbody td.woocommerce-table__product-total *{
    font-weight: 400;
}
.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-view-order .woocommerce-customer-details .detaliiPlata h2{
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom:15px;
}
.woocommerce-view-order .woocommerce-customer-details address, .detaliiPlata div {
    font-size: 18px;
    font-weight: 400;
}
.woocommerce-view-order .col2-set .col-1, .woocommerce-view-order .woocommerce-page .col2-set .col-1, 
.woocommerce-view-order .col2-set .col-2, .woocommerce-view-order .woocommerce-page .col2-set .col-2{
    width: 35%;
}
.woocommerce-view-order .detaliiPlata{
    width: 25%;
}
.totalsNew th{
    text-align: left;
    padding-right: 70px;
    font-weight: 500;
}
.totalsNew td{
    text-align: right;
}
.totalsNew tbody tr:last-of-type *{
    font-weight: 600;
    font-size: 18px;
    padding-top: 10px;
}
.woocommerce-view-order main .woocommerce {
    margin-bottom: 20px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content>p:first-of-type{
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses{
    margin-bottom: 30px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address{
    background-color: white;
    border-radius: 10px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title{
    border-top-left-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a{
    font-size: 16px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address address{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}
.woocommerce-account.woocommerce-edit-address .address_book header{
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
}
.no-address-placeholder {
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.no-address-placeholder *{
    max-width: 450px;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins';
}
.address_book.billing_address_book{
    margin-bottom: 30px;
}
.woocommerce-account.woocommerce-edit-address .address_book header h3{
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
}
.woocommerce-account.woocommerce-edit-address .fabfw-addresses-container .button{
    border: 1px solid #494DA7;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 30px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    color: #494DA7;
    font-weight: 400;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description{
    display: none !important;
}
.woocommerce-edit-address form > h2{
    margin-top: 0px;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper,
.fabfw-add-address-container .woocommerce-address-fields__field-wrapper,
.fabfw-edit-address-container .woocommerce-address-fields__field-wrapper,
.woocommerce-EditAccountForm{
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
}
.fabfw-add-address-container,
.fabfw-edit-address-container{
    background: white;
    padding: 20px 25px;
    border-radius: 4px;
}
.fabfw-add-address-container h2,
.fabfw-edit-address-container h2{
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ECEEF6;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0px;
}
.fabfw-add-address-container button,
.fabfw-edit-address-container button{
    max-width: 250px;
    width: 100%;
    border-radius: 30px;
    background: #494DA7;
    font-size: 14px;
    font-weight: 400;
    color: white;
    height: 45px;
    cursor: pointer;
}
.fabfw-addresses-container > p:first-of-type{
    margin-top: 0px;
    margin-left: 25px;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 20px;
}
.my_account_addresses th{
    font-size: 14px;
    color: #848484;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.my_account_addresses td{
    font-size: 16px;
    text-align: left !important;
}
.my_account_addresses th:nth-of-type(4),
.my_account_addresses td:nth-of-type(4),
.my_account_addresses th:last-of-type,
.my_account_addresses td:last-of-type{
    text-align: center !important;
}
.my_account_addresses td:last-of-type a{
    display: inline-block;
}
.my_account_addresses td:last-of-type a:last-of-type{
    margin-left: 20px;
}
.fabfw-addresses-container{
    background: white;
    border-radius: 4px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.fabfw-addresses-container .button{
    margin-left: 25px;
}
.my_account_addresses th:not(:last-of-type),
.my_account_addresses td:not(:last-of-type){
    border-right: 1px solid #ECEEF6;
}
.my_account_addresses tbody tr:nth-of-type(2n+1){
    background-color: #F7F7F7;
}
.woocommerce table.shop_table.my_account_addresses td{
    border-top: 1px solid #ECEEF6;
}
.woocommerce table.shop_table.my_account_addresses {
    border: 1px solid #ECEEF6;
}
.woocommerce-page table.shop_table.my_account_addresses th,
.woocommerce-page table.shop_table.my_account_addresses td{
    padding-top: 15px;
    padding-bottom: 15px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .clear:nth-of-type(2){
    display:none;
}
.woocommerce-edit-account .woocommerce-EditAccountForm fieldset{
    width: 100%;
    padding: 0px;
    border: unset;
    display: flex;
    flex-direction: column;
}
#account_display_name_description{
    display: none;
}
.woocommerce-edit-account .woocommerce-EditAccountForm legend{
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ECEEF6;
    border-top: 1px solid #ECEEF6;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 25px;
    margin-left: -27px;
    margin-right: -27px;
    padding-left: 27px;
    padding-right: 27px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm{
    background: white;
    padding: 30px 25px;
    border-radius: 4px;
}
.aws-search-result .aws_result_sale{
    display: none;
}
.aws-search-result .aws_result_title {
    font-weight: 500;
    color: #494DA7;
    font-size: 14px;
    margin-bottom: 0px;
}
.aws_result_price del{
    display: none !important;
}
.aws-search-result .aws_result_price ins,
.aws-search-result .aws_result_price{
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.aws-search-result .aws_result_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 60px);
}
.aws-search-result .aws_result_link{
    display: flex;
    align-items: center;
}
.aws-search-result .aws_search_more a {
    color: #494DA7;
    font-weight: 600;
    font-size: 14px;
    line-height: 44px;
}
.aws-search-result .aws_search_more a:hover{
    background: #494DA7;
    color: white;
}
.tax-product_cat .sortingDiv {
    margin-top: -65px;
}
.page-reduceri .sortingDiv,
.post-type-archive .sortingDiv {
    margin-top: -38px;
}
.aws_result_excerpt{
    display: none !importan,;
    display: none !important;
}
.premium-woo-product-category a:not(:last-of-type) {
    display: none !important;
}
.woocommerce div.product div.images {
    margin-bottom: 0px;
}
.search-results .wc-block-components-product-price {
    display: flex;
    flex-direction: column;
}
.woocommerce-edit-account .woocommerce-EditAccountForm > .clear:last-of-type{
	display: none
}
/* #fabfw_address_billing_id_field, #fabfw_address_shipping_id_field{
	display:none
} */

#fabfw_address_billing_id_field .woocommerce-input-wrapper, #fabfw_address_shipping_id_field .woocommerce-input-wrapper{
	display:flex;
	align-items: center;
}
#fabfw_address_billing_id_field label, #fabfw_address_shipping_id_field label{
	position: unset;
	width: 100%;
	transform: unset;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}
#fabfw_address_billing_id_field label br, #fabfw_address_shipping_id_field label br{
	display: none
}
.fabfw-select-address-container .form-row .input-radio {
    display: block;
}
.fabfw-select-address-container .form-row .radio > span{
	display: flex;
    column-gap: 10px;
	padding: 10px;
}
.payment_box.payment_method_netopiapayments{
    display: none !important;
}
.payment_method_netopiapayments img{
    display: none !important;
}
.elementor-element-0776239 .elementor-icon{
    fill: black !important;
    color: black !important;
}
.wc-block-components-product-price {
    display: flex;
    flex-direction: column;
}
.wc-block-cart-item__product .wc-block-components-product-price {
    display: block;
}
.wc-block-cart-item__product .wc-block-components-product-metadata{
    display: none !important;
}
@media (min-width: 1024px) {
 .premium-woocommerce ul.slick-dots{
     display: none !important;
 }   
}
@media (max-width: 1540px) {
    .tax-product_cat li.product{
        height: auto;
        width: calc(50% - 48px);
    }
}
@media (max-width: 1024px) {
 .container-custom-login {
    padding-left: 23px;
    padding-right: 23px;
 }
 .wc-blocks-pattern-header-essential > *:not(:first-of-type){
     display: none;
 }
 header{
    display: flex !important;
    justify-content: space-between;
    padding-left: 23px;
    padding-right: 23px;
 }
 .wc-blocks-header-pattern {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
 }
 .wp-block-site-logo img{
    max-width: 110px;
 }
 nav.wp-block-navigation.is-layout-flex{
     margin-bottom: 0px;
 }
 .custom-topbar-container * {
     font-size: 10px;
 }
 .custom-topbar-container img{
     max-width: 16px;
 }
 .wp-block-navigation__responsive-container-open svg {
    display: none !important;
 }
 .wp-block-navigation__responsive-container-open {
      background: url('/wp-content/uploads/2025/11/menu-dream.svg') no-repeat center center;
      background-size: 40px 40px;
      width: 48px;
      height: 48px;
 }
 .elementor-119 .elementor-element.elementor-element-36f7ae8 .wpr-cv-inner{
     vertical-align: top;
 }
 .elementor-119 .elementor-element.elementor-element-36f7ae8 .wpr-slider-title{
     margin-top: 30px;
 }
 .elementor-119 .elementor-element.elementor-element-36f7ae8 .wpr-slider-title *{
     font-size: 20px;
 }
 .elementor-119 .elementor-element.elementor-element-36f7ae8 .wpr-slider-description p{
     font-size: 16px;
 }
 /*.elementor-119 .elementor-element.elementor-element-36f7ae8 .wpr-advanced-slider, .elementor-119 .elementor-element.elementor-element-a6e4433 .wpr-slider-item {*/
 /*   height: 400px !important;*/
 /*}*/
 .elementor-119 .elementor-element.elementor-element-36f7ae8 .wpr-slider-content{
     padding: 0% 23px 0% 23px;
     height: 100%;
    display: flex;
    flex-direction: column;
 }
  .elementor-119 .elementor-element.elementor-element-36f7ae8 .wpr-slider-content .wpr-slider-btns{
    margin-top: auto;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
 }
 .elementor-element-0776239 .elementor-icon{
    padding: 11px !important;
    font-size: 20px !important;
 }
 .elementor-119 .elementor-element.elementor-element-0776239{
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
    column-gap: 20px;
}
.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.elementor-119 .elementor-element.elementor-element-0776239 > div{
    flex-shrink: 0;
    max-width: 170px;
}
.elementor-widget-icon-box .elementor-icon-box-title{
    font-size: 14px !important;
    text-align: left;
}
.elementor-widget-icon-box .elementor-icon-box-description {
    font-size: 10px !important;
    text-align: left !important;
}
.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon{
    margin-bottom: 0px !important;
}
.premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow{
    display: none !important;
}
.elementor-widget-heading .elementor-heading-title{
    font-size: 16px !important;
}
body .elementor-widget-premium-woo-products .premium-woocommerce li.product .price{
    font-size: 16px;
}
body .swiper-products .slick-track{
    column-gap: 0px;
}
.elementor-widget-premium-woo-products .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button{
    width: 46px;
    height: 46px;
    padding: 0px;
    margin-left: auto;
    font-size: 0px !important;
}
.elementor-widget-premium-woo-products .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button::before {
    height: 19px;
    width: 17px;
    margin-right: 0px;
}
.elementor-widget-heading .elementor-widget-container{
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}
.bannerProducts{
    height: 235px;
}
.wpr-promo-box-content{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    min-height: unset !important;
    height: auto;   
}
.elementor-widget-wpr-promo-box .wpr-promo-box-title {
    font-size: 13px !important;
    margin-bottom: 5px !important;
}
.elementor-widget-wpr-promo-box .wpr-promo-box-description{
    font-size: 10px !important;
}
.bannerProducts{
    margin-bottom: 25px;
}
.premium-woocommerce .premium-woo-products-inner ul.products{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.productsContainerBanner{
    margin-bottom: 30px;
}
.productsContainerBanner ul.slick-dots{
    bottom: -10px;
}
.elementor-element-66aef15.productsContainerBanner{
    flex-direction: column-reverse;
    margin-bottom: 0px;
}
.elementor-element-66aef15.productsContainerBanner .bannerProducts{
    margin-left: 0px;
}
.elementor-element-c5f355f .elementor-widget-container{
    margin-top: 10px !important;
}
.premium-woocommerce .woocommerce-loop-product__link img{
    height: 200px !important;
}
footer .wp-block-site-logo.is-default-size img{
    max-width: 120px;
}
.wp-container-core-group-is-layout-e5edad21 > div:nth-of-type(2):not(.wc-block-components-product-button){
    justify-content: flex-start;
    width: 100%;
    row-gap: 15px;
}
footer .wp-block-navigation__container:only-child {
    row-gap: 5px;
}
.wp-container-core-group-is-layout-e5edad21 > div:nth-of-type(2):not(.wc-block-components-product-button) nav{
    width: 100%;
}
footer .wp-block-spacer{
    display:none;
}
footer .container-custom{
    gap: 0px
}
.wp-container-core-group-is-layout-fe9cc265{
    row-gap: 15px !important; 
}
footer .wp-block-navigation-link:not(.boldedText){
    padding-left: 30px;
    font-size: 14px;
    display: none;
}
footer .wp-block-navigation__container:only-child{
    width: 100%;
}
.wp-block-navigation-item.boldedText {
    pointer-events: all;
    cursor: pointer;
    width: 100%;
}

.wp-block-navigation-item.boldedText > a {
    font-weight: bold;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.wp-block-navigation-item.boldedText > a::after {
    content: url("/wp-content/uploads/2025/04/arrowBot.svg"); /* simple downward arrow */
    font-size: 1em;
    transition: transform 0.3s ease;
    margin-left: 8px;
}

nav.show-submenu .wp-block-navigation-item.boldedText > a::after {
    transform: rotate(180deg); /* flip arrow */
}

nav.show-submenu .wp-block-navigation-item {
    display: block;
}

nav ul {
    transition: all 0.3s ease;
}
.wp-block-site-tagline{
    max-width: unset;
}
.wp-container-core-group-is-layout-91e87306 p {
    font-size: 12px !important;
    text-align: center;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{
    flex-direction: column;
    row-gap: 20px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{
    padding: 0px;
    padding-top: 10px;
    flex-direction: column;
}
header .wp-block-navigation__responsive-container-content > .wp-block-navigation__container{
    width: 100%;
}
.wp-block-navigation .wp-block-navigation-item{
    width: 100%;
}
.wp-block-navigation > .wp-block-navigation-item.wp-block-navigation-submenu > a {
    width: 100%;
    border: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    margin-bottom: 10px;
}
.buttonShop {
    position: unset !important;
    border: unset !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp-block-navigation > .wp-block-navigation-item.wp-block-navigation-submenu > a::after{
    height: 9px;
}
header .wp-block-navigation__responsive-container-content > .wp-block-navigation__container li:first-of-type{
    pointer-events: none !important
}
header .wp-block-navigation__responsive-container-content > .wp-block-navigation__container li:first-of-type li a{
    pointer-events: all !important
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container li.has-child{
    margin-bottom: 20px;
}
.product-template-default .woocommerce.wc-block-breadcrumbs{
    display: none;
}
main .wp-container-core-columns-is-layout-28f84493 {
    width: calc(100% - 50px);
}
.single-product .wp-block-post-title {
    font-size: 18px;
}
.subTitle {
    font-size: 14px;
}
.single-product .wp-block-woocommerce-product-price .woocommerce-Price-amount{
    font-size: 24px;
}
.woocommerce div.product form.cart{
    flex-direction: column;
}
.single-product .wp-block-woocommerce-product-price{
    width: calc(100% - 155px);
}
.woocommerce div.product form.cart div.quantity{
    position: absolute;
    top: -70px;
    right: 0px;
    margin-right: 0px;
}
.single-product .wp-block-add-to-cart-form{
    position: relative;
}
.single-product.woocommerce div.product form.cart div.quantity .qty {
    width: 100px;
    margin-right: 0px;
    font-size: 16px;
}
.single-product.woocommerce div.product form.cart button.single_add_to_cart_button, .woocommerce div.product form.cart button[name=add-to-cart] {
    font-size: 14px;
    width: 100%;
    height: 40px;
}
.custom-social-share{
    flex-wrap: wrap;
    row-gap: 20px
}
.custom-social-share strong{
    width: 100%;
}
.custom-swiper-banner.premium-woocommerce{
    flex-direction: column;
    height: 610px;
    margin-top: -15px;
}
.custom-swiper-banner.premium-woocommerce > *{
    flex: unset !important;
    max-width: unset !important;
    height: 350px !important;
    width: 100% !important;
}
.single-product.woocommerce div.product form.cart div.quantity .qty{
    height: 40px;
}
.custom-swiper-banner.premium-woocommerce > p:last-of-type{
    display: none !important;
}
.premium-woocommerce .premium-woo-product-category{
    margin-bottom: 20px;
}
.single-product li.product, .post-type-archive li.product, .tax-product_cat li.product, .page-reduceri li.product {
    height: 350px;
}
.single-product .premium-woo-products-details-wrap .premium-woo-atc-button .button, .single-product .premium-woo-cart-btn, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button, .post-type-archive .premium-woo-products-details-wrap .premium-woo-atc-button .button, .post-type-archive .premium-woo-cart-btn, .tax-product_cat .premium-woo-products-details-wrap .premium-woo-atc-button .button, .tax-product_cat .premium-woo-cart-btn, .page-reduceri .premium-woo-products-details-wrap .premium-woo-atc-button .button, .page-reduceri .premium-woo-cart-btn{
    font-size: 0px !important;
    width: 46px;
    height: 26px;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    margin-left: auto;
}
.single-product .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button::before, .post-type-archive .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button::before, .tax-product_cat .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button::before, .page-reduceri .premium-woocommerce .premium-woo-products-details-wrap .premium-woo-atc-button .button::before {
    margin-right: 0px;
}
.single-product .premium-woocommerce .premium-woo-products-details-wrap, .post-type-archive .premium-woocommerce .premium-woo-products-details-wrap {
    height: calc(100% - 225px);
}
.titleSwiper {
    font-size: 16px !important;
}
.woocommerce div.product div.images img {
    height: 350px;
}
.custom-full-description > *:not(.custom-full-title) {
    font-size: 14px;
    margin-bottom: 0px;
}
.acf-accordion .accordion-item:first-of-type {
    border-top: unset;
}
.wp-block-woocommerce-product-details{
    margin-top: 0px;
    margin-block-end: -20px !important;
}
.acf-accordion .accordion-content{
    column-count: unset;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.acf-accordion .accordion-content ul{
    padding-left: 20px;
}
.acf-accordion .accordion-content * {
    font-size: 14px !important;
}
.custom-full-description {
    margin-top: 25px !important;
    padding-top: 15px !important;
}
.acf-accordion .accordion-toggle {
    padding-left: 0px;
    padding-right: 0px;
}
.woocommerce.wc-block-breadcrumbs{
    display: none;
}
.woocommerce-ordering{
    width: 100%;
    margin-right: 0px;
}
.woocommerce.wc-block-catalog-sorting select.orderby{
    width: 100%;
    font-size: 14px;
}
.sortingDiv > p{
    display: none;
}
.tax-product_cat .sortingDiv {
    margin-top: 0px;
}
.woocommerce.wc-block-catalog-sorting .woocommerce-ordering {
    margin-right: 0px;
}
 .mobile-filters-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: white;
    color: #494DA7;
    border: 1px solid #494DA7;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px auto;
    cursor: pointer;
    position: absolute;
    top: 108px;
    width: var(--wp--style--global--wide-size);
  }

  /* Filters container (dropdown style) */
  .filtersDiv {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    margin-top: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: none; /* hidden by default */
    position: absolute;
    top: 170px;
    z-index: 999999;
    width: var(--wp--style--global--wide-size);
    row-gap: 5px;
  }
  .categoriesWrapper .custom-category-filter {
        margin-bottom: 0px;
  }
  .wpfMainWrapper, .categoriesWrapper {
    padding-bottom: 0px;
    padding-top: 0px;
 }
 .wpfFilterWrapper .wfpDescription, .categoriesTitle {
    margin-bottom: 10px;
 }
 .categoriesWrapper:first-of-type{
     margin-top: 10px;
 }
 .wpfFilterWrapper[data-filter-type] {
    padding: 0px;
 }
 #reset-filters {
     margin-bottom: -20px;
 }
 .tax-product_cat .wp-container-core-columns-is-layout-28f84493 {
    width: 100%;
    margin-top: 45px;
 }
 .tax-product_cat li.product{
     width: 100%;
 }
 .wp-block-woocommerce-product-image img{
     height: 200px;
     object-fit: contain !important;
 }
 .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button::before{
     margin-right: 0px;
 }
 .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{
     height: 46px;
 }
 .tax-product_cat main > div:last-of-type{
     margin-bottom: 50px;
 }
 /*.wp-container-core-group-is-layout-0492b643{*/
 /*    margin-top: 80px !important;*/
 /*}*/
 .wc-block-catalog-sorting{
     width: 100%;
 }
 .elementor-362 .elementor-element.elementor-element-7e06097{
     padding: 0px;
 }
 .formContainerLeft {
    padding: 15px 25px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
 }
 .formContainerRight{
    padding: 15px 25px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
 }
 .formContainerLeft .elementor-heading-title, .formContainerRight .elementor-heading-title{
     font-size: 18px !important;
 }
 .formContainerLeft .elementor-widget-text-editor p{
     font-size: 14px;
     margin-top: 0px;
     margin-bottom: 0px;
 }
 .woocommerce-form-login .woocommerce-LostPassword {
    margin-bottom: 20px;
 }
 .formContainerRight img {
    height: 190px;
    object-fit: contain;
    width: 195px;
 }
 #registerBtn {
    width: 200px;
    margin-bottom: 70px;
 }
 .listForm li {
    font-size: 14px;
 }
 .customContainerRegister{
     padding: 0px !important;
 }
 .customContainerRegister .woocommerce form.register {
    margin-top: 10px;
    margin-bottom: 20px;
 }
 .customContainerRegister .formContainerLeft{
     border-radius: 10px;
 }
 .customContainerRegister{
     margin-bottom: 30px !important;
 }
 #mobile-fixed-header{
    position: fixed;
    bottom: 0px;
    z-index: 99999999999999;
    background: white;
    width: 100vw;
    border: 1px solid #E2E5EF;
    border-radius: 5px;
 }
 .aws-container .aws-search-form .aws-wrapper{
     display: none;
     position: absolute;
    bottom: 60px;
    left: 0px;
    background: white;
 }
 .aws-container .aws-search-form{
     width: auto;
     position: unset;
     height: auto;
 }
 .mobile-header-inner{
     display: flex;
     align-items: center;
     height: 60px;
    justify-content: space-between;
 }
 .wc-block-mini-cart__amount{
     display: none;
 }
 .custom-login{
     font-size: 0px;
     border: unset;
     padding: 0px;
 }
 .aws-container .aws-search-form .aws-form-btn{
     position: unset;
     background: unset;
    border: unset;
 }
 .aws-search-btn_icon, .custom-login img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
    height: 20px !important;
    width: 20px !important;
 }
 .aws-container .aws-search-form .aws-form-btn:hover, .aws-container .aws-search-form .aws-form-btn:active {
    background: unset;
 }
 .mobile-header-inner > *{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
    height: 40px;
    top: 8px;
    right: 30px;
 }
 .aws-container .aws-show-clear .aws-search-field {
    top: 8px;
    width: calc(100% - 46px);
    margin-left: 23px !important;
    margin-right: 23px !important;
 }
 .aws-container .aws-search-form .aws-loader{
     display: none !important;
 }
 .woocommerce-ResetPassword.lost_reset_password {
    padding: 25px 15px !important;
 }
 .forgetTitle {
    font-size: 18px;
    margin-bottom: 15px;
 }
 .woocommerce-ResetPassword.lost_reset_password p:not(.woocommerce-form-row) {
    font-size: 14px;
 }
 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
 }
 .woocommerce-lost-password .woocommerce p{
     font-size: 14px;
 }
 .elementor-103 .elementor-element.elementor-element-438b6cb{
     padding-left: 23px;
     padding-right: 23px;
     margin-bottom: 10px;
 }
 .formContainerLeft .wpcf7-spinner{
     display: none !important;
 }
 .contactRight > div:first-of-type {
    padding: 25px 15px;
 }
 .elementor-widget-google_maps{
    margin-left: -15px;
    margin-right: -15px;
    max-width: unset !important;
    width: auto !important;
    margin-bottom: -25px !important;
 }
 .contactRight .elementor-widget-heading .elementor-heading-title {
    font-size: 18px !important;
 }
 .contactRight .elementor-widget-text-editor p{
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
 }
 .elementor-103 .elementor-element.elementor-element-085569b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-103 .elementor-element.elementor-element-085569b .elementor-icon-list-item > a {
    font-size: 14px;
 }
 .contactRight > div:first-of-type {
    border-top-left-radius: 10px;
    margin-top: 30px;
 }
 .elementor-element-838fd43.formContainerLeft{
     border-radius: 10px;
 }
 .elementor-widget-google_maps iframe, .contactRight > div {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
 }
 .page-cos h1 {
    font-size: 18px;
 }
 .wp-block-woocommerce-empty-cart-block img{
     max-width: 200px !important;
     max-height: 200px !important;
 }
 .wp-block-woocommerce-empty-cart-block figure{
     margin-bottom: 30px !important;
 }
  .wp-block-woocommerce-empty-cart-block > div{
      padding-top: 30px !important;
  }
  .bread-custom{
      display: none !important;
  }
  .elementor-554 .elementor-element.elementor-element-4d46649 .elementor-heading-title{
      font-size: 18px !important;
      font-weight: 600;
      text-align: center;
  }
  .elementor-element-eb2220b{
      display: none;
  }
  .elementor-element-45b70ba *{
      font-size: 14px;
  }
  .firstAbout{
    row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
 }
 .firstAbout h1{
     font-size: 18px !important;
 }
 .firstAbout p{
    font-size: 14px;
 }
 .elementor.elementor-104 > div{
     padding-left: 23px !important;
     padding-right: 23px !important;
 }
  .elementor.elementor-104 > div p{
      font-size: 14px !important;
  }
  .elementor-104 .elementor-element.elementor-element-36c49c1, 
  .elementor-104 .elementor-element.elementor-element-a1e0ff4{
    --margin-top: 0px;
  }
  .elementor-104 .elementor-element.elementor-element-50247f4 .elementor-image-box-wrapper .elementor-image-box-img,
  .elementor-104 .elementor-element.elementor-element-67aa3e3 .elementor-image-box-wrapper .elementor-image-box-img{
    margin-bottom: 20px;
  }
  .elementor-104 .elementor-element.elementor-element-50247f4 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
  }
  .elementor-593 .elementor-element.elementor-element-1038867 .elementor-heading-title {
    font-size: 18px !important;
    font-weight: 600;
  }
  .elementor-593 .elementor-element.elementor-element-ea416f7{
      padding-left: 23px;
      padding-right: 23px;
  }
  .elementor-593 .elementor-element.elementor-element-ea416f7 *{
      font-size: 14px;
  }
  .cart-has-items .wp-block-post-title {
    margin-left: 23px !important;
    margin-right: 23px !important;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .cart-has-items .wc-block-cart-item__wrap{
    flex-direction: column;
    align-items: flex-start;
    /*position: relative;*/
  }
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
      display: none;
  }
  .cart-has-items table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, .cart-has-items table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .cart-has-items table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>.wc-block-components-product-name {
    font-size: 14px;
    margin-bottom: 18px;
 }
 .cart-has-items .wc-block-components-product-price__value.is-discounted, .cart-has-items .wc-block-components-formatted-money-amount {
    font-size: 14px;
 }
 .wc-block-components-product-price del, .single-product .wp-block-woocommerce-product-price del .woocommerce-Price-amount {
    font-size: 14px !important;
 }
 .wc-block-cart-item__prices .wc-block-components-product-price{
     flex-direction: row;
     margin-left: 105px;
 }
 .cart-has-items .wc-block-cart-items__row{
     width: auto;
 }
 .wc-block-cart-item__quantity .wc-block-components-quantity-selector{
    position: absolute;
    left: 70px;
    bottom: 20px;
    padding-right: 0px;
    width: 100px;
 }
 .cart-has-items table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    height: 50px;
    width: 50px;
 }
 .wc-block-cart-item__product .wc-block-components-product-price del{
     display: none;
 }
 .is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
     align-items: center;
     padding-right: 28px;
 }
 .wc-block-cart-items__row .wc-block-cart-item__total{
     display: none;
 }
 .cart-has-items .wc-block-cart-item__remove-link::after {
    top: 7px;
 }
 .wc-block-cart-item__total-price-and-sale-badge-wrapper{
     margin-top: 37px;
 }
 .wp-block-woocommerce-cart-totals-block{
    background: white;
    margin-top: 0px;
    padding-top: 20px !important;
 }
 .wp-block-woocommerce-cart-order-summary-block{
    display: flex;
    flex-direction: column;
 }
 .cart-has-items .wp-block-woocommerce-cart-order-summary-coupon-form-block {
    position: unset;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
 }
 .wp-block-woocommerce-cart-order-summary-totals-block {
    padding-left: 15px;
    padding-right: 15px;
 }
 .cart-has-items .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:not(.wp-block-woocommerce-cart-order-summary-coupon-form-block) {
    padding-left: 15px;
    padding-right: 15px;
 }
 .cart-has-items .wc-block-cart__submit-button {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
 }
 .cart-has-items .wc-block-components-totals-item__label {
    font-size: 16px;
 }
 .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-formatted-money-amount{
     font-size: 16px;
 }
 .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item__value, .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item__value *{
     font-size: 16px;
     font-weight: 600;
 }
 .cart-has-items .wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-formatted-money-amount {
    font-size: 18px;
 }
 .wc-block-components-totals-item__description .wc-block-components-shipping-address{
     display: none;
 }
 .cart-has-items .wc-block-components-totals-coupon .wc-block-components-panel__content {
    position: unset;
    width: 100%;
    margin-top: 20px;
 }
 .cart-has-items .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
     background: black
 }
 .fabfw-select-address-container .form-row .radio > span{
     display: contents;
 }
 .fabfw-select-address-container .form-row .radio > span span{
     margin-right: 10px;
 }
 .elementor-9 .elementor-element.elementor-element-cf254e5 .elementor-heading-title{
     font-size: 18px !important;
 }
 .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row, .woocommerce-account .woocommerce-address-fields__field-wrapper .form-row, .woocommerce-edit-account .woocommerce-EditAccountForm .form-row {
    width: 100%;
 }
 .woocommerce-checkout .cart_item * {
    font-size: 14px;
 }
 .woocommerce-checkout table.shop_table tfoot th, .woocommerce-checkout table.shop_table tfoot td {
    font-size: 14px;
 }
 .woocommerce-checkout table.shop_table tfoot td * {
    font-size: 14px;
 }
 .woocommerce-checkout #payment ul.payment_methods {
    padding-bottom: 15px;
 }
 .woocommerce-checkout #payment #place_order, .woocommerce-page #payment #place_order {
    position: fixed;
    bottom: 65px;
    width: calc(100% - 46px);
    z-index: 99999;
    left: 23px;
 }
 .woocommerce-checkout #payment div.form-row {
    margin-bottom: 0px;
    padding-bottom: 0px;
 }
 .wc-blocks-header-pattern {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border: unset !important;
 }
 .wc-blocks-header-pattern > div:last-of-type{
     margin-top: 0px !important;
 }
 .wc-blocks-header-pattern:not(.container-custom){
     padding: 0px !important;
 }
 .wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child, .woocommerce-form-coupon p:first-of-type{
     font-size: 14px;
 }
 .woocommerce-page .woocommerce-form-coupon .button {
    width: 100%
 }
 .woocommerce-form-coupon p:last-of-type{
     margin-bottom: 0px;
 }
 .woocommerce form.checkout_coupon{
     margin-top: 10px;
     margin-bottom: 10px;
 }
 :root {
    --wp--style--global--wide-size: calc(100% - 46px);
 }
 .custom-thank-you-message h2 {
    font-size: 18px;
    margin-top: 0px;
 }
 .custom-thank-you-message p {
    font-size: 14px;
    margin-top: 5px;
 }
 .woocommerce-account .woocommerce-MyAccount-navigation{
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
 }
 .woocommerce-account .woocommerce-breadcrumb{
     display: none;
 }
 .woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
 }
 .my-account-title {
    font-size: 18px;
    margin-top: 20px;
 }
 .welcome-message {
    font-size: 14px;
 }
 .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
 }
 .woocommerce-dashboard .woocommerce-MyAccount-content p {
    font-size: 14px;
 }
 .woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 13px 50px !important;
    width: calc(100% - 100px);
    font-size: 14px;
 }
 .woocommerce-MyAccount-navigation-link::before {
    top: 14px;
 }
 .noOrders {
    min-height: 280px;
    padding-top: 40px;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
 }
 .noOrders img {
    max-width: 130px;
 }
 .noOrders > div {
    max-width: calc(100% - 46px);
    font-size: 14px;
    margin-top: 20px;
 }
 .woocommerce-account .woocommerce-MyAccount-content>p:first-of-type.orderTop{
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    position: relative;
 }
 .back-to-orders-inline{
    position: absolute;
    left: 15px;
    top: 35px;
 }
 .woocommerce-view-order .orderTop span{
    position: absolute;
    right: 15px;
    top: 30px;
    font-size: 12px;
 }
 .woocommerce-view-order .nameAndQuantity{
     flex-direction: column;
     align-items: flex-start;
 }
 .nameAndQuantity .product-quantity {
    font-size: 12px;
    margin-left: 60px;
 }
 .nameAndQuantity .order-product-title{
     font-size: 14px;
 }
 .woocommerce-view-order table.shop_table tbody td.woocommerce-table__product-total {
    text-align: right;
    font-size: 16px;
 }
 .woocommerce-view-order .woocommerce-customer-details .addresses{
     flex-direction: column;
     row-gap: 20px
 }
 .woocommerce-view-order .col2-set .col-1, .woocommerce-view-order .woocommerce-page .col2-set .col-1, .woocommerce-view-order .col2-set .col-2, .woocommerce-view-order .woocommerce-page .col2-set .col-2 {
    width: 100%;
 }
 .woocommerce-view-order .detaliiPlata {
    width: 100%;
 }
 .woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title, .woocommerce-view-order .woocommerce-customer-details .detaliiPlata h2 {
    font-size: 14px;
    margin-bottom: 5px;
 }
 .woocommerce-view-order .woocommerce-customer-details address, .detaliiPlata div {
    font-size: 14px;
 }
 .totalsNew table{
     width: 100%;
 }
 .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead{
     display: block !important;
 } 
 .my_account_addresses thead th:nth-of-type(4),
 .my_account_addresses thead th:nth-of-type(5),
 .my_account_addresses thead th:nth-of-type(6),
 .my_account_addresses thead th:nth-of-type(7),
 .my_account_addresses tbody td:nth-of-type(4),
 .my_account_addresses tbody td:nth-of-type(5),
 .my_account_addresses tbody td:nth-of-type(6),
 .my_account_addresses tbody td:nth-of-type(7){
     display: none !important;
 }
 .woocommerce-page table.shop_table_responsive.my_account_addresses tr td::before{
     display: none;
 }
 .woocommerce table.shop_table_responsive.my_account_addresses tr, .woocommerce-page table.shop_table_responsive.my_account_addresses tr {
    display: flex;
    align-items: center;
 }
 .woocommerce-page table.shop_table.my_account_addresses th, .woocommerce-page table.shop_table.my_account_addresses td {
    width: 25%;
    text-align: center !important;
    font-size: 12px;
    border: unset;
 }
 .my_account_addresses td:last-of-type a:last-of-type {
    margin-left: 5px;
 }
 .fabfw-addresses-container > p:first-of-type {
    margin-top: 0px;
    margin-left: 15px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-right: 15px;
 }
 .woocommerce-account.woocommerce-edit-address .fabfw-addresses-container .button {
    width: auto;
    display: flex;
    margin-left: 15px;
    justify-content: center;
    width: calc(100% - 30px);
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
 }
 .woocommerce-account.woocommerce-edit-address .woocommerce-Addresses {
    margin-bottom: 0px;
 }
 button[name="save_account_details"]{
     width: 100%;
 }
 .woocommerce-EditAccountForm.edit-account p:last-of-type{
     width: 100%;
 }
 .woocommerce table.shop_table_responsive.woocommerce-MyAccount-orders tr td::before, .woocommerce-page table.shop_table_responsive.woocommerce-MyAccount-orders tr td::before{
     display: none;
 }
 .woocommerce-orders.woocommerce-page table.shop_table.woocommerce-MyAccount-orders tbody td, .woocommerce-orders.woocommerce-page table.shop_table.woocommerce-MyAccount-orders tbody th{
     display: flex;
     width: 25%;
     font-size: 12px;
 }
 .woocommerce-orders.woocommerce-page table.shop_table.woocommerce-MyAccount-orders tbody td:last-of-type{
     font-size: 14px;
 }
 .woocommerce table.shop_table_responsive.woocommerce-MyAccount-orders tr, .woocommerce-page table.shop_table_responsive.woocommerce-MyAccount-orders tr{
     display: flex;
 }
  .woocommerce-MyAccount-orders thead th:nth-of-type(4),
 .woocommerce-MyAccount-orders thead th:nth-of-type(8),
 .woocommerce-MyAccount-orders thead th:last-of-type,
 .woocommerce-MyAccount-orders thead th:nth-of-type(3),
  .woocommerce-MyAccount-orders tbody td:last-of-type,
 .woocommerce-MyAccount-orders tbody td:nth-of-type(7),
 .woocommerce-MyAccount-orders tbody td:nth-of-type(3),
 .woocommerce-MyAccount-orders tbody td:nth-of-type(2){
     display: none !important;
 }
 .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-status{
     font-size: 12px;
 }
 .woocommerce-orders.woocommerce-page table.shop_table.woocommerce-MyAccount-orders thead th{
     width: 25%;
     font-size: 12px;
 }
   /* Hide the long labels */
  .woocommerce-orders-table__header-order-total span.nobr,
  .woocommerce-orders-table__header-order-status span.nobr {
    font-size: 0;
  }

  /* Replace them with short labels */
  .woocommerce-orders-table__header-order-total span.nobr::after {
    content: "Total";
    font-size: 12px;
  }

  .woocommerce-orders-table__header-order-status span.nobr::after {
    content: "Status";
    font-size: 12px;
  }
  .woocommerce-orders.woocommerce-page table.shop_table.woocommerce-MyAccount-orders tbody th{
      width: 10% !important;
  }
  .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-status{
      width: 40% !important;
  }
  .woocommerce-orders.woocommerce-page table.shop_table.woocommerce-MyAccount-orders thead th.woocommerce-orders-table__header-order-number{
      width: 10% !important;
  }
  .woocommerce-orders.woocommerce-page table.shop_table.woocommerce-MyAccount-orders thead th.woocommerce-orders-table__header-order-status{
      width: 40% !important;
  }
  .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-status span{
    font-size: 10px;
    padding: 5px;
    height: fit-content;
    width: 100%;
    text-align: center;
  }
  .woocommerce-orders-table__cell-order-date time{
      text-align: left;
  }
  th.woocommerce-orders-table__header-order-total, td.woocommerce-orders-table__cell-order-total{
      text-align: right;
      justify-content: flex-end;
  }
 .no-address-placeholder {
    padding-top: 10px;
    padding-bottom: 0px;
 } 
 .no-address-placeholder img{
     max-width: 110px !important;
 }
 .no-address-placeholder * {
    max-width: calc(100% - 46px);
    font-size: 14px;
 }
    /* Reset hover/focus pseudo-class submenu styles */
  .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
  .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
  .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important; /* prevent absolute hover positioning */
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    min-height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    z-index: auto !important;
  }

  /* Optional: remove hover pointer effects on links/buttons */
  .wp-block-navigation .has-child a:hover,
  .wp-block-navigation .has-child button:hover {
    background: none !important;
    color: inherit !important;
  }

  /* Ensure toggled menus open correctly on click */
  .wp-block-navigation .has-child.open-on-click .wp-block-navigation__submenu-container {
    display: flex !important;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  body .wc-block-product-template__responsive.columns-3{
      width: 100%;
  }
  main .wp-container-core-columns-is-layout-28f84493{
      width: 100%;
  }
  .wc-block-product-template__responsive>li{
      width: 100%;
  }
  .woocommerce-shop .wp-container-core-group-is-layout-0492b643{
      margin-top: 80px !important;
  }
  .woocommerce-shop .mobile-filters-btn{
      top: 50px;
  }
  .page-reduceri .wp-container-core-group-is-layout-9f06e746{
      margin-top: 80px !important;
  }
  .page-reduceri .mobile-filters-btn{
      top: 50px;
  }
  .search-results .wp-container-core-group-is-layout-cb46ffcb{
      flex-direction: column;
      align-items: flex-start;
  }
  .search-results .wp-block-query-title {
    font-size: 18px;
 }
 .woocommerce.wc-block-product-results-count .woocommerce-result-count {
    font-size: 14px;
 }
 .page-reduceri .wc-block-product-template__responsive>li>div:last-of-type{
     justify-content: space-between;
 }
}