/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
img {
    max-width: 100%;
}

.axps-swiper-slider .axps-swiper-arrow {
    width: auto;
    height: auto;
}

.home-news .swiper-slide {
    height: auto;
}

.home-news .item-inner {
    height: calc(100% - 30px);
}

.home-news .axps-swiper-slider.swiper-dots-bottom-center .swiper-dots {
    margin: 0;
}

/* Swiper Arrows */
.axps-swiper-arrow-prev {
    transform: translateX(calc(-100% - 12px));
}

.axps-swiper-arrow-next {
    transform: translateX(calc(100% + 12px));
}

.product-information .js-mailalert {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
/* END Swiper Arrows */

.ax-img-loader {
    opacity: 1;
}

.tab-content>.active {
    display: block !important;
}

amp-img {
    width: auto !important;
    height: auto !important;
}

body#product .product-prices {
    display: flex;
    align-items: flex-start;
    column-gap: 5px;
    flex-direction: column;
}

/* Related-products */
#related-products .swiper-arrows {
    display: flex;
    align-items: center;
    gap: 6px;
    width: auto;
    height: auto;
}

#related-products .swiper-arrows .axps-swiper-arrow {
    margin: 0;
    float: unset;
    position: relative;
    transform: unset;
}
/* END Related-products */

/* Field Password Policy */
.fpp-flex {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.fpp-flex .custom-checkbox input {
    width: 100%;
    height: 100%;
}

body#checkout #checkout-personal-information-step .fpp-hidden {
    display: none;
}

body#checkout #checkout-personal-information-step .fpp-hidden.fpp-unhide {
    display: block;
}
/* END Field Password Policy */

ol, ul {
    list-style-position: unset;
}

ol li, ul li {
    white-space: unset !important;
}

.product-variants .select-container {
    width: 100%;
}

.product-variants > .product-variants-item select {
    margin: 0;
}

.single-control-label {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    color: var(--color-label);
    white-space: nowrap;
    font-weight: var(--font-weight-semi);
    font-family: var(--font-family-semi);
}

.summary-container .label-small {
    margin-top: 0;
}

#search #search_filters .feds_block_title {
    margin-bottom: 10px;
}

#search #facets_search_middle, #search .widget {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#search .facet_title  {
    margin-bottom: 10px;
}

#search #search_filters .ui-slider .ui-slider-handle::after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 28px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
}

#search #search_filters .facet .ui-widget-header {
    background: #008ee0;
    position: absolute;
    top: 22%;
    border-radius: 0;
    height: 16px;
    margin-top: -1px;
}

#search #search_filters .facet .ui-widget-content {
    margin-right: 20px;
    margin-left: 15px;
}

/* Fix on forgot password page */
.ps-alert-error .item i, .ps-alert-success .item i {
    border: unset;
}

#cart .extra-product-info-ppconnector {
    margin-top: 5px;
}

#cart .extra-product-info-ppconnector p {
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #282828;
}

#checkout #delivery-address .help-block .alert-success button.close {
    float: right;
    background-color: #dff0d8;
    border: none;
    color: #3c763d;
}
#checkout #delivery-address .help-block .alert-danger button.close {
    float: right;
    border: none;
    background-color: #f2dede;
    color: #a94442;
}

/* 4ec 2025-06-20 Fix list-style for blog */
.blog-single ul {
    list-style-type: disc;
    margin-left: 20px;
}

#header-normal .elementor-element-7tix6up .elementor-widget-wrap {
    flex-wrap: nowrap;
}
/* 2025-07-23 4ec - net prices */
.product-miniature-price-block {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.product-miniature-price-block-element {
    width: 100%;
}

.product-miniature-price-block-element .price {
    color: #000;
}

.tax-label {
    color: #bdbdbd !important;
    font-weight: 400;
}

.net-price {
    color: #008EE0 !important;
}

#canvas-mini-cart .price-qty .price {
    font-size: 12px;
}

.tax-description-text {
    font-size: 11px;
    margin-top: 6px;
}

#product .current-price-net {
    flex-basis: 100%;
    font-size: 2.2rem;
    font-weight: 500;
}

.tax-included-price {
    color: #444444;
}

.notax-info {
    color: #008EE0 !important;
}

#product .summary-container>.product-prices .product-price {
    margin-bottom: 5px;
}
/* ------------ */

/* 2025-08-01 listing in list view */
.item-product-list .home_default {
    padding-top: 190px;
}

.item-product-list .product-miniature-price-block-element .regular-price, .item-product-list .product-miniature-price-block-element .price {
    font-size: 2rem;
}

.product-miniature-feature-element {
    color: #999;
    font-size: 1.2rem;
}
/* ------------ */
