/*
 Theme Name:   Bambini
 Theme URI:    https://bambini.rs/
 Description:  bambini.rs tema.
 Author:       Bambini
 Author URI:   https://bambini.rs/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* VARIABLES */
:root {
    --accent-color: #f2985a;
    --accent-hover: #1c434f;
    --secondary-accent-color: #253D4E;
    --white-background-color: #fff;
    --primary-text-color: #000;
    --secondary-text-color: #ddd;
    --white-text-color: #fff;
    --text-color: #253D4E;
    --border-radius: 1em;
    --border-radius-smaller: 0.5em;
    --box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
}
p#billing_country_field,
p#billing_state_field{
    display: none !important;
}
img.zoomImg {
   display:none !important
}
/* GLOBAL */
.home-faq .brx-open .accordion-title-wrapper i {
	transform:none
}
.velicine-scroll {
    flex-direction: row !important;
    gap: 4px;
}
.velicine-scroll li {
    width: 20%;
}
.velicine-scroll a {
    background: #f9f9f9;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 13px !important;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.brxe-filter-checkbox.filter-velicina li:nth-child(n+7) {
    display: none;
}
.toggle-filter-list .text {
    font-weight: bold;
    font-size: .9em;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.toggle-filter-list .icon.rotate {
    transform: rotate(180deg);
}
html {
    scroll-behavior: smooth;
}
span.brx-option-count {
    display: none;
}

.brxe-section {
    padding: 4em 0;
}
.no-dropdown-desktop ul.sub-menu {
    display: none;
}
.no-dropdown-desktop ul.sub-menu li {
    margin-top: 1em;
}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    width: auto;
    background-color: var(--accent-color);
}

.back-to-top i {
    font-size: 1em;
    padding: 0.7em;
    color: var(--white-text-color);
}

/* TYPO */
.h3 {
	font-size: 2.1em;
	color: #0a1e33;
    font-family: "Raleway";
    font-weight: 700;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    margin-top: 1em;
        margin-bottom: 0.5em;
}

main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child,
main h5:first-child,
main h6:first-child {
    margin-top: 0;
}

main .tagline+h1,
main .tagline+h2,
main .tagline+h3,
main .tagline+h4,
main .tagline+h5,
main .tagline+h6 {
    margin-top: 0;
}

/* :where(.brxe-accordion .accordion-content-wrapper) a,
:where(.brxe-icon-box .content) a,
:where(.brxe-list) a,
:where(.brxe-post-content) a:not(.bricks-button),
:where(.brxe-posts .dynamic p) a,
:where(.brxe-shortcode) a,
:where(.brxe-tabs .tab-content) a,
:where(.brxe-team-members) .description a,
:where(.brxe-testimonials) .testimonial-content-wrapper a,
:where(.brxe-text) a,
:where(a.brxe-text),
:where(.brxe-text-basic) a,
:where(a.brxe-text-basic),
:where(.brxe-post-comments) .comment-content  {
  text-decoration:underline;
  text-underline-offset: 3px;
} */

.accent-link {
    font-weight: bold;
    color: var(--accent-color);
    opacity: 1 !important;
}

.accent-link:hover {
    color: var(--secondary-accent-color);
    opacity: .7 !important;
}

.blog-post-box a {
    text-decoration: none
}

.tagline {
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8em;
}

.text-bold {
    font-weight: bold
}

.text-normal {
    font-weight: normal
}

.text-md {
    font-size: 1.1em;
}

.text-xl {
    font-size: 1.25em;
}

.text-accent {
    color: var(--accent-color)
}

.text-uppercase {
    text-transform: uppercase
}

a {
    transition: all .25s;
}

.menu-item.sale a {
    color: var(--accent-color);
    font-weight: bold;
}

.menu-item.sale:hover a {
    opacity:.75
}

header .bricks-search-form input[type=search] {

    color: #9797a5
}

header .bricks-search-form input[type=search]::placeholder {
    color: #9797a5 !important;
    opacity: .75
}

.dropdown-custom-menu button svg,
header form.bricks-search-form button svg,
.brxe-woocommerce-mini-cart span.cart-icon svg {
    height: 19px;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
    max-height: 360px;
    overflow: scroll;
    padding-right: 1em;
}
li.woocommerce-mini-cart-item.mini_cart_item a {
    font-size: 0.95em !important;
}
.brxe-woocommerce-mini-cart .cart-detail li .quantity {
    display: flex !important;
}
/* BUTTONS */
.button,
.brxe-button,
.btn button,
.bricks-button,
.wp-block-button a,
.frm_button_submit,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
button.woocommerce-button.button.woocommerce-form-login__submit,
button.single_add_to_cart_button.button.alt,
button.single_add_to_cart_button.button{
    background: var(--accent-color);
    text-decoration: none;
    transition: all .25s;
    color: #fff;
    font-weight: bold;
    padding-top: .7em;
    padding-bottom: .7em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-radius: 8px;
    border: 1px dashed #fff;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    margin-top: 2em;
}

.button-secondary {
    font-weight: bold;
    background: var(--secondary-accent-color);
}

.buy-button-holder a.added_to_cart.wc-forward {
    border: 1px solid var(--accent-color);
    border-radius: .5em;
    text-decoration: none;
    transition: all .25s;
    padding-top: .65em;
    padding-bottom: .65em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-radius: .5em;
}

.buy-button-holder a.added_to_cart.wc-forward:hover {
    background: var(--accent-hover);
    color: #fff;
    border-color: var(--accent-hover)
}

.button-outline {
    background: transparent;
    color: var(--text-color)
}

.button-outline svg path {
    fill: var(--accent-color);
}

.button-outline:hover svg path {
    fill: #fff;
}

.button-outline:hover {
    color: #fff
}

.button:hover,
.brxe-button:hover,
.btn button:hover,
.bricks-button:hover,
.wp-block-button a:hover,
.frm_button_submit:hover,
.wc-block-components-checkout-place-order-button:hover,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover,
button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background: var(--accent-hover)
}

.button svg,
.brxe-button svg,
.btn button svg,
.bricks-button svg,
.wp-block-button a svg {
    transition: all .25s;
}

.button:hover svg,
.brxe-button:hover svg,
.btn button:hover svg,
.bricks-button:hover svg,
.wp-block-button a:hover svg {
    margin-left: .4em;
}

/* HERO */
.home .hero {
    padding-top: 7em;
    padding-bottom: 7em;

}

.shop-hero h1 {
    font-size: 2.4em;
}

.shop-hero {
    padding-top: 3em;
    padding-bottom: 3em;
}

/* TOPBAR */
.topbar {
    background: var(--secondary-accent-color);
    padding: .5em 0;
    font-size: 0.9em;
    color: #fff
}

header section.brxe-section.topbar {
    padding-top: 0;
    padding-bottom: 0;
}

.topbar .bricks-nav-menu>li {
    margin: 0;
}

.topbar ul li a {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid rgba(255, 255, 255, .3);
}


.topbar ul li:first-child a {
    border-left: 0
}

/* HEADER */
header {
    border-bottom: 1px solid rgb(37 61 78 / 15%);

}

#brx-header.sticky.on-scroll.scrolling {
    position: relative;
}

#brx-header>.header {
    background: #fff;
    transition: all .25s;
}

#brx-header.sticky.on-scroll.scrolling>.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, .1);
    transition: all .25s;
}

#brx-header .header .brxe-logo img {
    transition: all .25s;
}

#brx-header.sticky.on-scroll.scrolling>.header .brxe-logo img {
    max-height: 2em;
}

.dropdown-custom-menu a {

    font-size: .9em;
    transition: all .25s
}

header section.brxe-section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1em;
    padding-bottom: 1em
}

header :where(.brxe-nav-menu) .bricks-nav-menu>li {
    margin-right: 2em;
    margin-left: 0;
}


header.scrolling {
    background: var(--white-background-color);
    box-shadow: var(--box-shadow);
}

header li:hover >  a,
footer li:hover > a {
    opacity: 0.7;
}

header ul li a {
    font-weight: bold;
}

.header li a,
.header .button {
    font-size: 0.9em;
}

.topbar .bricks-nav-menu>.menu-item>a {
    transition: all .25s;
}

.topbar .bricks-nav-menu>.menu-item:hover>a {
    color: #fff !important;
    opacity: .7;
}

header :where(.brxe-search) button {
    width: auto;
    padding: 0 0.5em;
}

:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu {
    background: var(--white-background-color);
    box-shadow: var(--box-shadow);
}

.courtesy-nav li {
    margin-right: 0 !important;
    margin-left: 1.5em !important;
}

:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu li a {
    padding: 1rem;
    line-height: 1.6;
    width: 100%;
    display: block;
    color: var(--primary-text-color);
}

header .bricks-search-form input[type=search] {
    border: 0;
    width: 100%;
    font-size: .9em;
}

.dropdown-custom-menu .brx-dropdown-content {
    padding: 1em;
    box-shadow: 0 0 21px rgba(0, 0, 0, .1);
}

.dropdown-custom-menu .brx-dropdown-content a:hover {
    color: var(--accent-color)
}

section.brxe-section.mega-menu {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, .1);
    margin-left: 1em;
    max-width: 1400px;
    margin-top: 1em;
    padding: 2em;
}

:where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu)>a {
    transition: all .25s;
}

:where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu)>a:hover {
    color: var(--accent-color);
    opacity: 1;
}

header form.bricks-search-form {
    border: 1px solid #EDEDED;
    border-radius: 0.5em;
    z-index: 1
}

header .brxe-search {
    width: 90%;
}

/* MINI CART */
.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a {
    font-weight: normal;
}

.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a.checkout {
    background: var(--accent-color);
    color: #fff;
    border-radius: .5em;
}
h2#h-new-in-store,
.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns{
	display:none
}

/* SITEMAP */

/* FORMIDABLE */
.forminator-ui input,
.forminator-ui textarea{
    border: 1px solid #ddd;
    border-radius:6px;
}
button.forminator-button.forminator-button-submit {
    background: var(--accent-color);
    font-size: 1em !important;
    font-weight: bold !important;
    color: #fff !important;
	border:1px dashed #fff !important;
	border-radius:8px !important
}
.forminator-ui input::placeholder,
.forminator-ui textarea::placeholder {
	color:var(--secondary-accent-color)
}

form#forminator-module-990910 {
    display: flex;
    justify-content: space-between;
}

form#forminator-module-990910 input {
	border-radius:6px 0 0 6px
}

form#forminator-module-990910 .forminator-row {
    margin-bottom: 0;
    width: calc(100% - 6em);
}

form#forminator-module-990910 .forminator-row.forminator-row-last {
    width: 6em;
}
form#forminator-module-990910 .forminator-row .forminator-col {
	padding:0;
	margin:0
}
form#forminator-module-990910 .forminator-field {
    height: 100%;
}
form#forminator-module-990910 button.forminator-button.forminator-button-submit {
    width: 100%;
    height: 100%;
    text-align: center;
    background: var(--accent-color);
    color: #fff;
    font-weight: bold;
    border-radius: 0 6px 6px 0;
}

/* BLOG: MAIN */
.blog-post-box {
    border-radius: 1em;
    border: 1px solid #EDEDED;
    overflow: hidden;
}

.blog .blog-post-box>div {
    padding: 0 1em 1em 1em;
}

.blog-post-box .blog-image img,
.blog-post-box .blog-image {
    width: 100%;
}

.blog-post-box .blog-post-title {
    margin-top: 0;
    margin-bottom: 0;
}

.blog-author-image {
    width: 2em;
    height: 2em;
    border: 2px solid var(--accent-color);
    border-radius: 100%;
    overflow: hidden;
}

.blog-category p {
    color: transparent;
}

.blog-category a {
    font-size: 0.8em;
    background: #f3f3f3;
    padding: 0.2em 0.6em;
    border-radius: var(--border-radius);
    color: var(--primary-text-color);
    border-bottom: 0;
}

h2.blog-post-title {
    font-size: 1.1em;
    margin: 0;
}

.blog-meta {
    font-size: .85em;
}

/* BLOG: SINGLE */
.single .blog-author-image {

    width: 3em;
    height: 3em;

}

.single .blog-published {
    font-size: .85em
}

.toc-sticky-holder {
    background: #fff;
    box-shadow: var(--box-shadow);
    padding: 1.5em;
}

ul.toc-list li a {
    background: #f7f7f7;
    border-radius: 0.4em;
    margin-bottom: 0.6em;
    padding: .2em 0.8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.toc-list li.is-active-li a {
    background: var(--accent-color);
    color: #fff
}

ul.toc-list li:hover a {
    background: var(--accent-color);
	color:#fff
}

ul.toc-list li:last-child a {
    margin-bottom: 0
}

.toc-sticky-holder.sticky {
    position: sticky;
    top: 12em;
}

.single-post .blog-heading {
    margin-bottom: 0;
}

img.author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

/* CONTACT */
.contact-iconlist li i {
    margin-right: 0.5em;
}

/* COLLECTION BOX */
.collection-box {
    border-radius: 1em;
    overflow: hidden;
    padding: 2em;
    padding-bottom: 11em;
}

.collection-box .bricks-button {
    margin-top: auto
}
}

/* WOO */
form.woocommerce-form-login {
    border: 0;
    box-shadow: 0 0 21px rgba(0, 0, 0, .1);
    border-radius: .5em;
}

.woocommerce-account form label,
.woocommerce-account form input {
    text-align: left;
}

ul.products.woocommerce .product {
    border: 1px solid #EDEDED;
    border-radius: 1em;
    padding: 1em;
}

.brxe-woocommerce-products .product .dynamic a img,
.brxe-woocommerce-products .product .woocommerce-LoopProduct-link img {
    height: 270px;
    object-fit: contain
}

.tab-title {
    font-weight: bold
}

.tabs-product-query .tab-title {
    margin-left: 1em;
}

.tabs-product-query .tab-title.brx-open {
    color: var(--accent-color);
}

.woocommerce .button.add_to_cart_button,
.woocommerce .button.add_to_cart_button {
    background: var(--accent-color);
    color: #fff;
    font-weight: normal;
    position: relative;
    transition: all .25s;
    width: 100%;
}

.woocommerce .button.add_to_cart_button:hover:before {
    margin-right: 1.5em;
}

.woocommerce .button.add_to_cart_button:before {
    content: "";
    background-image: url(/wp-content/uploads/add-to-cart.svg);
    width: 22px;
    height: 19px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1em;
    transition: all .25s;
}

ul.products.woocommerce .product>div:last-child {
    margin-top: auto;
}

.brxe-woocommerce-products del {
    color: #7e7e7e;
}

.brxe-woocommerce-products ins {
    font-size: 1.5em;
    color: var(--accent-color);
    text-decoration: none;
}

.stock-status {
    display: flex;
    gap: 0.2em;
}

.bricks-button.disabled,
.button.disabled,
.brxe-button.disabled {
    opacity: 0.4;
    background: #000000;
    border-color: #000000;
    pointer-events: none;
    cursor: not-allowed;
}

/* WISHLIST */
.yith-add-to-wishlist-button-block {
    position: absolute;
    right: 1em;
    top: 0.3em;
    z-index: 9;
}

span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.yith-wcwl-add-to-wishlist-button:is(button) {
    padding: 0.7em;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, .1);
    transition: all .25s;
}

.yith-add-to-wishlist-button-block:hover .yith-wcwl-add-to-wishlist-button:is(button) {
    background: var(--accent-color);
    box-shadow: 0 0 21px rgba(0, 0, 0, .14);
}

.yith-add-to-wishlist-button-block:hover svg,
.yith-wcwl-add-to-wishlist-button:is(button).yith-wcwl-add-to-wishlist-button--added svg {
    fill: #fff;
    stroke: var(--accent-color);
}

.yith-wcwl-add-to-wishlist-button:is(button) svg,
.yith-wcwl-add-to-wishlist-button:is(button) img {
    width: 2em;
    height: 2em;
    stroke: #828a8d;
}

.yith-wcwl-add-to-wishlist-button:is(button).yith-wcwl-add-to-wishlist-button--added {
    background: var(--accent-color);
}

table.wishlist_table {
    font-size: 1em;
}

/* CART & CHECKOUT */
article#brx-content.post-910,
article#brx-content.post-911 {
    max-width: 1100px;
    padding: 0 1.5em;
    width: 100%
}

.wp-block-woocommerce-cart {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    margin-top: 2em;

}

/* SHOP */

.sort-product-dropdown {
    background: #fff;
}

.sale-price {
    color: #ED0006;
}

.promo-box {
    background: #F4F6FA;
    padding: 2em;
    border-radius: 1em;
    box-shadow: var(--box-shadow);
}

.product-item {
    padding: 1em;
    background-color: #fff;
    border-radius: 0.8em;
    position: relative;
    border: 1px solid #f4f4f4
}

.img-btn-hover {
    position: relative;
    overflow: hidden
}

.img-btn-hover .buy-button-holder {
    position: absolute;
    bottom: -30%;
    transition: all .25s ease-in-out;
}

.img-btn-hover:hover .buy-button-holder {
    bottom: 1em
}
.discount-labels {
	position: absolute;
    top: 0.5em;
    left: 0.5em;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: bold;
    
    color: #fff;
    
}
span.product-discount-label.novo {
    background: #9ebcb9;
}
span.product-discount-label {
    background: var(--accent-color);
	padding: 0.1em 0.3em;
    border-radius: .5em;
}
span.product-discount-label.label-featured {
    background: #f1985a;
}

.product-item img {
    max-height: 18em;
    height: 100%;
    object-fit: contain;
}

.product-item .bricks-button {
    width: 100%;
    margin-top: auto;
}

.product-regular-price {
    color: var(--secondary-accent-color);
    font-size: 1.25em;
    font-weight: bold;
}

.product-item-bottom {
    margin-top: auto;
}

.product-sale-price {
    font-size: .9em;
    color: #7E7E7E;
    text-decoration: line-through;
}

.product-category {
    font-size: .85em;
    opacity: .8
}

.product-item a.brxe-image {
    text-align: center;
    width: 100%;
}

.coupon-box-img {
    height: 150px;
    width: auto
}

.brxe-woocommerce-products-filter .title .title-tag {
    font-size: 1em;
    font-weight: bold;
}

.brxe-woocommerce-breadcrumbs {
    font-size: .85em;
}

.brxe-woocommerce-breadcrumbs nav a {
    color: #016FD0;
}

.shop-sidebar {
    font-size: .9em;
}

.product-loop--title {
    font-size: 1.1em;
}

ul.brxe-woocommerce-products-filter .filter-item .title {
    position: relative
}

ul.brxe-woocommerce-products-filter .filter-item .title:before {
    content: "\f3d1";
    position: absolute;
    right: 0;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: Ionicons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    text-transform: none;
    font-size: 1em;
    transform: rotate(90deg);
    transition: all .25s;
}

ul.brxe-woocommerce-products-filter .filter-item.open .title:before {
    transform: rotate(270deg);
}

.brxe-woocommerce-products-filter .filter-item.search-form .title:before {
    display: none
}

.facetwp-selections ul {
    padding: .4em;
    margin: 0;
	 display: flex;
    gap: 1em;
}

.facetwp-selections {
    font-size: .85em;
    background: #f7f7f7;
    
    border-radius: .5em;
}

.facetwp-selections li {
    background: #fff;
    padding: 0.4em 0.6em;
    border-radius: 100px;
    border: 1px solid #ddd;
}
.facetwp-selections li span.facetwp-selection-label {
    font-weight: bold;
}
.facetwp-selections .facetwp-selection-value {
    background-image: url(/wp-content/uploads/red-x-icon.svg) !important;
    background-size: 8px !important;
}

.facetwp-checkbox {
	position:relative;
    background-image: none !important;
}
.facetwp-checkbox:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    height: 12px;
    width: 12px;
    background: #fff;
    border: 1px solid #ccc;
}
.facetwp-checkbox.checked:before {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

/* PRODUCT PAGE */

.product-page_product-title {
    font-size: 2em;
}

.product-breadcrumbs {
    font-size: .85em;
}

.woocommerce-product-reviews {
    display: flex;
    gap: .1em;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    height: 550px;
    object-fit: contain;
}

.woo-product-price {
    display: flex;
    flex-direction: row;
    gap: 0.6em;
    font-size: 1.1em;
    font-weight: bold;
}

.woo-product-price ins {
    font-weight: bold;
    text-decoration: none !important;
    color: orangered;
}

span.woocommerce-Price-amount.amount {
    text-decoration: none !important
}

.woo-product-price del {
    font-size: .85em ;
	
}

del span.woocommerce-Price-amount.amount {
    font-size: .85em !important;
}

.you-may-also-like {
    background: #F4F6FA;
    border-radius: .5em;
    overflow: hidden
}

.you-may-also-like-title {
    background: var(--secondary-accent-color);
    width: 100%;
    color: #fff;
    padding: .5em .2em;
	font-size:.85em
}

.you-may-also-like h6 {
    font-size: 1em;
}

.you-may-also-like img {
    height: 78px;
    object-fit: contain;
}

.you-may-also-like .product-price .product-regular-price {
    font-size: 1em;
}

.related-products-vertical ul {
    text-align: center;
}

.related-product-item {
    margin: 0 auto;
    background: #fff;
    max-width: 90%;
    border-radius: 0.5em;
}

.you-may-also-like {
    background: #F4F6FA;
    border-radius: .5em;
    overflow: hidden;
    padding-bottom: 0.6em;
}

li.variable-item.selected {
    background: var(--accent-color) !important;
}

a.reset_variations {
    padding: 0 !important;
    font-size: .85em;
    margin-top: 1em;
}
table.variations label {
    color: #000;
}
li.variable-item.selected span {

    color: #fff;
    font-weight: bold;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: none !important;
    border: 1px solid #5c5c5c;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    border-color: var(--accent-color);
}
.woocommerce .related-products-vertical .button,
.related-products-vertical span.price {
    display: none;
}
td.value.woo-variation-items-wrapper {
    padding: 0 !important;
}
.product-excerpt h3 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.stock-status p {
    margin-bottom: 0;
}

ul.product-attributes {
    margin: 0;
    padding-left: 1em;
}

.product-additional-info {
    border-bottom: 1px solid rgba(0, 0, 0, .35);
}

.product-additional-info:last-child {
    border-bottom: 0;
}

.recently-viewed-slider {
    position: relative;
}

.recently-viewed-slider .splide__arrows {
    position: absolute;
    right: -1em;
    top: -3.5em;
}

.recently-viewed-slider .splide__arrows button.splide__arrow.splide__arrow--prev {
    left: -1.5em;
    position: absolute;
}

.recently-viewed-slider .splide__arrows button.splide__arrow.splide__arrow--next {
    right: 0;
    position: absolute;
}

.recently-viewed-slider .splide__arrows button.splide__arrow svg {
    height: 0.3em;
    opacity: 0.5;
}

.buy-button-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.brxe-text p a:not(.button):not(.bricks-button) {
    color: var(--accent-color);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: all .25s;
}

.brxe-text p a:not(.button):not(.bricks-button):hover {
    text-underline-offset: 5px;
}

.latest-articles-heading,
.recently-viewed-heading {
    font-size: 1.85em;
}

.single-product h2.woocommerce-Reviews-title {
    display: none;
}

#reviews #review_form_wrapper {
    margin-top: 1.5em;
}

#reviews .comment-reply-title {
    font-size: 1em;
    font-weight: normal;
}

.review-rating {
    display: flex;
    gap: .1em;
}

.brxe-woocommerce-products-filter .checkboxes li input,
.brxe-woocommerce-products-filter .radio-buttons li input {
    background: #fff;
}
.product-item .shop-loop-ft-img {
    opacity: 1;
}
.product-item:hover .shop-loop-ft-img {
    opacity: 0;
}

.product-item:hover .product-second-hover-img {
    opacity: 1;
}

.product-item .product-second-hover-img {
    opacity: 0;
    transition: all .25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
}



/* CART & CHECKOUT */
.wp-block-woocommerce-cart {
    max-width: 1100px;
    margin: 0 auto;
}

/* MAP */
div#locatoraid-search-form-inputs-button {
    max-width: 60%;
    margin: 0 auto;
}

input.hc-field {
    border-radius: 0.5em 0 0 0.5em;
}

input#locatoraid-search-form-button {
    background: var(--accent-color);
    border: 0;
    padding: 0.45em 1em;
    color: #fff;
    text-align: center;
    border-radius: 0 .5em .5em 0;
}

div#locatoraid-search-form-inputs-button .hc-col-4 {
    width: 20%;
    padding-left: 0;
    padding-right: 0
}

div#locatoraid-search-form-inputs-button .hc-col-8 {
    width: 80%;
    padding-left: 0;
    padding-right: 0
}

a#locatoraid-search-form-locate-me {
    display: none;
}

.hc-bold.lpr-location-name {

    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 0.6em;
}

.lpr-location-website,
.lpr-location-phone,
.hc-italic.lpr-location-address {
    font-size: .9em;
    position: relative;
}

.lpr-location.lpr-location-inlist {
    margin-bottom: 0.5em;
    padding: 1em;
}

.lpr-location-address {
    font-style: normal;
}

.hc-outlined {
    outline: none;
}

.hc-outlined .lpr-location.lpr-location-inlist {
    border-color: var(--accent-color);
}

.lpr-location.lpr-location-inmap {
    background: transparent;
    font-size: 1.25em;
}

/* CONTACT */
.contact-box {
    background: #F4F6FA;
    padding: 2em;
    border-radius: .5em;
}

.border-box {
    border: 1px solid #EDEDED;
    border-radius: .5em;
    padding: 1em;
    height: 100%
}

.contact-map-link .text {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.contact-map-link {
    align-items: start;
}

.contact-map-link .icon {
    position: relative;
    top: 5px;
}

/* PARTNERS */
.partner-box {
    padding: 1.5em;
    border-radius: .5em;
    overflow: hidden;
}

.dealer-box {
    background: #F3E8E8;
}

.affiliate-box {
    background: #F4F6FA;
}

/* AFFILIATE NOTIFICATION */
.affiliate-notification {
    width: 100%;
    max-width: 600px;
    position: fixed;
    top: 10em;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 1em;
    background: #fff;
    border-radius: .5em;
    z-index: 9999;
    box-shadow: 0 0 21px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: all .25s;
}

.affiliate-notification.hidden,
.affiliate-notification-overlay.hidden {
    opacity: 0;
}

.affiliate-notification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.35);
}

.progress-bar {
    width: 100%;
    background: #ededed;
    height: 4px;
    position: absolute;
    top: 0px;
    left: 0;
}

.progress-bar span {
    width: 100%;
    height: 100%;
    display: block;
    background: var(--accent-color);
    animation: shrinkWidth 4s linear forwards;
}

.affiliate-notification-content {
    display: flex;
    align-items: center;
    gap: 1em;
}

.affiliate-notification-content img {
    max-width: 12em;
}

@keyframes shrinkWidth {
    from {
        width: 100%;
        /* Start at full width */
    }

    to {
        width: 0%;
        /* End at zero width */
    }
}

/* QR Mockups */
.qr-code-product {
    position: relative;
    width: fit-content;
    height: fit-content;
    margin-bottom: 1em
}

img.qr-mockup-bg {
    width: 100%;
    max-width: 1000px;
}

.qr-code-product .qr-mockup-ft-img {
    position: absolute;
    top: 3.8em;
    left: 2.8em;
    width: 290px;
    height: 388px;
    border-radius: 1em;
    overflow: hidden;
}

.qr-code-product .qr-mockup-ft-img {
    position: absolute;
    top: 3.8em;
    left: 2.8em;
    width: 290px;
    height: 388px;
    border-radius: 1em;
    overflow: hidden;
    object-fit: cover;
}

.qr-code-product .qr-mockup-title {
    position: absolute;
    top: 2.8em;
    right: 1em;

    font-size: 2.4em;
    text-align: right;
}

.qr-code-product .qr-mockup-price {
    position: absolute;
    right: 1em;
    top: 4.9em;
    font-size: 2.5em;
    color: #fff;
    text-align: right;
}

.qr-code-product img.qr-code {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.download-qr-mockup {
    margin-bottom: 2em;
}

/* POPUST BOX */
.popust-box {
    padding: 3em 1.5em;
    background: var(--accent-color);
    border-radius: 1em;
}
.popust-box h6 span {
    font-size: 1.3em;
}

/* MISC */
.brxe-tabs-nested .tab-pane {
    margin-top: 1em;
}
ins {
	text-decoration:none
}
.bricks-search-inner {
    padding: 0 1em;
}
p.stock.out-of-stock {
    background: #ff4500;
    color: #fff;
    padding: 0.3em 1em;
    display: inline-block;
    border-radius: .4em;
}

.splide__list > .product-item {
    height: auto !important;
}

.discount-perc {
    position: absolute;
    top: 0;
    left: 0;
}
.brxe-filter-checkbox label.brx-option-disabled {
    display: none;
}
.splide__arrow--prev {
    left: -2em;
}
.splide__arrow--next {
    right: -2em;
}
.wc-block-components-address-form__state.wc-block-components-state-input,
.wc-block-components-address-form__country.wc-block-components-country-input{
    display: none;
}
.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free {
    font-size: 0.85em;
}
.wc-block-components-totals-shipping .wc-block-components-totals-item__value {
    font-size: .85em;
}
.cursor-pointer {
	cursor:pointer
}
.brx-popup-content.brxe-container {
    width: fit-content;
    padding: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    background: #fff;
}
.text-white {
	color:#fff
}
.number-box {
    background: var(--accent-color);
    padding: 1.5em;
    color: #fff;
	border-radius:8px
}
.number-box.alt {
	background:var(--secondary-accent-color)
}
.number-box h5{
    color: #fff;
}
.number-box a{
    color: #fff !important;
    text-decoration: none !important;
}
.number-box .big-number {
	font-size:3em;
	opacity:.5;
	font-weight:bold;
	line-height:1
}
.two-col {
    column-count: 2;
}
.two-col li {
    margin-right: 1em;
    margin-bottom: 0.3em;
}
a.brxe-image {
    transition: all .25s ease-in-out;
}
a.brxe-image:hover {
    opacity:.7
}
.img-radius {
    border-radius: .5em;
}

.shop-loop-ft-img img,
.single-product-ft-img img {
    aspect-ratio: 1/1
}

.faq-accordion h3.title {
    font-size: 1.3em;
}

p.must-log-in a {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--accent-color);
}

footer .brxe-text p a:not(.button):not(.bricks-button) {
    color: var(--body-text);
    text-decoration: none;
}

.page article#brx-content {
    padding-top: 4em;
    padding-bottom: 4em;
}

.text-s {
    font-size: .85em
}

.h-100 {
    height: 100%;
}

.margin-top--auto {
    margin-top: auto
}

.accordion-title-wrapper i {
    transition: all .25s;
}

.brx-open .accordion-title-wrapper i {
    transform: rotate(90deg);
}

.thin,
.brxe-container.thin {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.thin-s {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.thin-m {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.thin-l {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

/* FOOTER: CTA */

/* FOOTER */
footer.brxe-section {
    padding: 3rem 0;
}

.footer-title {
    font-size: 1em;
}

footer .footer-icon li.repeater-item {
    flex: 0;
}

footer p,
footer a {
    font-size: 0.85em;
}

footer .bricks-nav-menu {
    row-gap: 0.5em;
}

footer .bricks-nav-menu li {
    margin: 0;
}
footer ul.sub-menu {
    display: block !important;
    opacity: 1 !important;
}
footer ul.sub-menu li {
    margin-top: 0.45em;
}
footer .bricks-nav-menu .sub-menu {
    position: relative;
    opacity: 0;
    display: none;
    top: 0;
    visibility: visible;
    background: transparent;
    position: relative;
    color: #363636;
    box-shadow: none;
}

footer .bricks-nav-menu .sub-menu.active {
    opacity: 1;
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
    margin-top: 0.5em;
}

footer .bricks-nav-menu .sub-menu li a {
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

footer p a {
    font-size: 1em;
}

footer .policy-terms a {
    margin-left: 1em;
}

footer .footer-bottom p,
footer .footer-bottom a {
    font-size: 0.8em;
}

section.footer-copyright-section {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background: var(--secondary-accent-color);
    color: #fff;
    font-size: .8em;
}

footer .brxe-social-icons a i {
    color: var(--secondary-accent-color);
    font-size: 1.6em;
}

/* RESPONSIVE */
@media screen and (max-width: 1340px) {

    .brxe-section,
    footer.brxe-section {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (max-width:1024px) {
    .home .hero {
        padding-top: 6em;
        padding-bottom: 6em;
    }
}

@media screen and (min-width:992px) {
    .mobile-offcanvas {
        display: none
    }
}

@media screen and (max-width: 991px) {
	header ul.sub-menu.brx-submenu-positioned {
    margin-left: 0.5em;
    margin-bottom: 1em;
}
	header ul.sub-menu.brx-submenu-positioned li a {
		font-size:.9em
	}
	.product-item:hover .shop-loop-ft-img {
    opacity: 1;
}

.product-item:hover .product-second-hover-img {
    opacity: 0;
}
.img-btn-hover .buy-button-holder {
    position: relative;
    bottom: 0;
}
    .mobile-offcanvas .brx-offcanvas-inner {
        padding: 4em 2em 3em 2em;
    }

    .mobile-offcanvas .brx-submenu-toggle {
        color: #000;
    }

    .mobile-offcanvas .brxe-nav-menu,
    .mobile-offcanvas .bricks-nav-menu li a {
        width: 100%;
    }

    :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu button {
        padding: 0;
    }

    .mobile-menu-close {
        position: absolute;
        right: 1.3em;
        top: 1.3em;
    }

    .mobile-offcanvas .bricks-nav-menu {
        gap: 1em;
    }

    .mobile-offcanvas .bricks-nav-menu li {
        margin: 0;
    }

    .mobile-offcanvas li.open>ul.sub-menu {
        position: relative;
        left: 0 !important;
        top: 0;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        gap: 1em;
        margin-top: 0.7em;
    }

    .mobile-offcanvas ul.sub-menu li a {
        padding: 0;
    }

    header .brxe-search {
        width: auto
    }
}

@media screen and (min-width: 769px) {
    .shop-filter-button {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .product-page_product-title {
        font-size: 1.75em;
    }
img.zoomImg {
    pointer-events: none !important;
}
	.woocommerce-product-gallery__image {
    pointer-events: none;
}
    .latest-articles-heading,
    .recently-viewed-heading {
        font-size: 1.5em;
    }
	.filter-offcanvas .shop-filters {
		display:flex
	}
    .shop-filters {
        display: none;
    }

    .shop-filters.brx-open {
        display: flex;
    }

    .shop-hero .promo-box {
        display: none;
    }

    .shop-filter-button {
        font-size: .9em;
        padding-top: .5em;
        padding-bottom: .5em;
    }

    .toc {
        display: none;
    }

    .toc.open {
        display: block;
    }

    .toc-sticky-title {
        position: relative;
    }

    .toc-sticky-title:after {
        position: relative;
        right: 0;
        top: 0;
        content: "+";
        font-size: 1em;
        margin-left: 1em;
    }

    .toc-sticky-title.open:after {
        content: "-";
    }

    .button,
    .brxe-button,
    .btn button,
    .bricks-button,
    .wp-block-button a {
        padding-left: 1em;
        padding-right: 1em;
    }

    .collection-box {
        padding-bottom: 6em;
    }

    div#locatoraid-search-form-inputs-button {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
    }

    div#locatoraid-search-form-inputs-button>div {
        width: 100%;
        display: flex;
    }

    .woocommerce-product-gallery .woocommerce-product-gallery__image img {
        height: 400px;
        object-fit: contain;
    }

    .affiliate-notification {
        top: 6em;
        width: 95%;
    }

    span.affiliate-notification__message {
        font-size: .9em
    }
}
@media screen and (max-width:576px) {
	form#forminator-module-990910 {
    flex-direction: column;
    align-items: center;
    gap: 1em;
}
	form#forminator-module-990910 button.forminator-button.forminator-button-submit {
    padding: 8px 12px;
		width:auto
}
	form#forminator-module-990910 .forminator-row.forminator-row-last,
	form#forminator-module-990910 .forminator-row{
    width: 100%;
}
}
@media screen and (max-width:480px) {
	.product-item .woo-product-price ins {
    font-size: 0.9em;
}
    .home .hero {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .brxe-woocommerce-mini-cart {
        margin-right: 1em;
    }

    .button,
    .brxe-button,
    .btn button,
    .bricks-button,
    .wp-block-button a {
        padding-left: 0.6em;
        padding-right: 0.6em;
        font-size: .9em;
    }

    .shop-hero h1 {
        font-size: 2em;
    }

    .brxe-section {
        padding-top: 3em;
        padding-bottom: 3em
    }

    .affiliate-notification-content img {
        max-width: 6em;
    }

    span.affiliate-notification__message {
        font-size: .8em
    }

    header .site-tools svg {
        height: 1em;
    }
	.product-item .woo-product-price br {
    display: none;
}

.product-item .woo-product-price {
    flex-direction: column;
    gap: 0;
}
	.product-loop--title {
		font-size:1em
	}
	.product-item .buy-button-holder a {
    font-size: .9em;
}
	.product-item {
		padding:.5em
	}
	.product-item .product-second-hover-img {
		display:none
	}
}