/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

body {
    background-color: #fbf7f1;
}

header.scrolling {
	box-shadow: 0 3px 12px rgb(0, 0, 0, .1);
}

h1,
h2,
h3,
h4,
h5 {
    margin-block-end: .35em;
}

.brxe-button {
    min-width: 150px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.brxe-heading.bricks-type-lead {
    position: relative;
    padding-bottom: 12px;
}

.brxe-heading.bricks-type-lead::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: var(--bricks-color-pudnyr, #f16a9b);
    position: absolute;
    bottom: 0;
    left: 0;

}
.brxe-heading.bricks-type-hero {
    text-shadow: 2px 0 #f16a9b, -2px 0 #f16a9b, 0 2px #f16a9b, 0 -2px #f16a9b, 1px 1px #f16a9b, -1px -1px #f16a9b, 1px -1px #f16a9b, -1px 1px #f16a9b;
}

#brx-header .lang-switcher .lang-item a {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #FFF;
}
#brx-header .lang-switcher .lang-item a:hover{
    box-shadow: 0px 0px 10px 0px rgb(249 178 194);
}
#brx-header .lang-switcher .lang-item a img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.brxe-post-content h2 {
    font-size: 32px;
}
.brxe-post-content h3 {
    font-size: 28px;
}
.brxe-post-content h4 {
    font-size: 24px;
}
.brxe-post-content h5 {
    font-size: 20px;
}
.brxe-post-content h6 {
    font-size: 18px;
}

/* Gravity Form */
.gform_wrapper.gform-theme .gform_required_legend,
.gform_wrapper.gform-theme .gfield_description.validation_message{
    display: none;
}

.gform_wrapper.gform-theme .gform_fields {
	row-gap: 15px;
}

.gform_wrapper.gform-theme .gfield_label {
    font-size: 16px;
    color: #000;
}

.gform_wrapper.gform-theme .gfield input:not([type="checkbox"]),
.gform_wrapper.gform-theme textarea {
    border-width: 0 0 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    outline: none !important;
    padding: 0;
    color: #000;
}

.gform_wrapper.gform-theme .gfield input:not([type="checkbox"]):focus,
.gform_wrapper.gform-theme textarea:focus {
	border-color: #f382a2;
}

.gform_wrapper.gform-theme textarea {
    min-height: 80px !important;
    height: 80px;
}

.gform_wrapper.gform-theme .more-information>div {
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-height: 160px;
    overflow-Y: scroll;
    padding: 10px;
}

.gform_wrapper.gform-theme .more-information>div::-webkit-scrollbar,
.gform_wrapper.gform-theme textarea::-webkit-scrollbar {
    width: 4px;
    outline: 1px solid rgb(238, 238, 238, .5);
}

.gform_wrapper.gform-theme .more-information>div::-webkit-scrollbar-track,
.gform_wrapper.gform-theme textarea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff7e0;
}

.gform_wrapper.gform-theme .more-information>div::-webkit-scrollbar-thumb,
.gform_wrapper.gform-theme textarea::-webkit-scrollbar-thumb {
    background-color: #f16a9b;
    outline: 1px solid #f16a9b;
}

.gform_wrapper.gform-theme .gform_footer {
	position: relative;
	padding-top: 20px;
}

.gform_wrapper.gform-theme .gform_footer .gform-loader {
	position: absolute;
	right: 10px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	border-inline-start-color: #fff;
	border-block-end-color: #fff;
}

.gform_wrapper.gform-theme .gform_footer input[type=submit] {
    background: #f16a9b !important;
    transition: background .3s ease-in-out !important;
	outline: none !important;
	border: none !important;
}

.gform_wrapper.gform-theme .gform_footer input[type=submit]:hover {
    background: #f382a2 !important;
}

.gform_wrapper.gform-theme .gfield_error input {
	border-color: var(--gf-color-danger, #c02b0a) !important;
}

/*
 * Single Post Template
 * */
 
/* .single-post .wp-block-gallery.has-nested-images {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px 20px;
} */

.single-post .wp-block-gallery.has-nested-images > .wp-block-image {
	/* width: 100% !important; */
	/* border-radius: 15px; */
	overflow: hidden;
	cursor: zoom-in;
}

.single-post .wp-block-gallery.has-nested-images > .wp-block-image img {
	aspect-ratio: 356/272;
	object-fit: cover;
}

.single-post .brxe-post-content a {
	color: #f16a9b;
}

.single-post .brxe-post-content .wp-block-heading {
	margin-bottom: 20px;
}

.single-post .pswp__img {
	object-fit: contain;
}

@media (max-width: 767px) {
	.single-post .wp-block-gallery.has-nested-images {
		grid-template-columns: repeat(2,1fr);
	}
}

.home-steps .step {
    position: relative;
    overflow: hidden;
}
.home-steps .step > *:not(.step-process) {
    z-index: 2;
    position: relative;
}
.home-steps .step.active .box-num {
    background-color: #000!important;
    color: #fff!important;
}
.home-steps .step-process {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 0;
    z-index: 1;
    opacity: 0;
}
.home-steps .step.active .step-process {
    opacity: 1;
}
.home-steps .step-process::before {
    content: "";
    position: absolute;
    width: 1px;
    top: 36px;
    background: #000;
    left: 18px;
    bottom: 0;
}
.home-steps .step-process::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.home-steps .step.last-step.active::before {
    top: 0!important;
    bottom: 0!important;
    opacity: 1!important;
}
.home-steps .step.last-step.active + .sp-step::before {
    opacity: 1!important;
} 
.home-steps .step.last-step.active + .sp-step::after {
    opacity: 1!important;
    width: 36px!important;
}
.home-steps .step.last-step.active + .sp-step .brxe-button {
    color: #fff!important;
    background-color: #000!important;
}
@media(max-width: 767px) {
    .home-steps .step-process,
    .home-steps .step::before,
    .home-steps .sp-step::before,
    .home-steps .sp-step::after {
        display: none!important;
    }
    .home-steps .sp-step {
        margin-left: 0!important;
    }
}


/**
* Mini Cart
*/
.woocommerce-mini-cart__header {
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.woocommerce-mini-cart__header .heading {
    margin-top: -12px;
    font-family: "MTD Gilroy Medium";
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.woocommerce-mini-cart-item .remove {
    font-size: 22px;
}

.woocommerce-mini-cart-item .remove + a {
    font-weight: 400;
    font-size: 16px;
}

.woocommerce-mini-cart-item .woocommerce-Price-amount {
    color: #ee2f49 ;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.woocommerce-mini-cart__buttons .button {
    width: 100%;
}

.payment-bank-logos {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.payment-bank-logos img {
    margin: 0;
    height: 30px;
    object-fit: contain;
}


/**
* Archive Woocommerce
*/
.archive .layout-default :where(*) {
    border-color: rgba(0, 0, 0, 0.1);
}

.archive .layout-default .brxe-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.archive .layout-default .brxe-container {
    padding: 0;
}

.archive .brxe-woocommerce-wrap {
    display: flex;
    column-gap: 40px;
    width: 100%;
}

.archive .bricks-archive-title-wrapper {
    margin: 0 0 60px 0;
    text-align: start;
}
.archive .bricks-archive-title-wrapper .title {
    font-family: "MTD Gilroy Medium";
    color: #f16a9b;
}

.archive .brxe-woocommerce-filters {
    width: 23%;
    height: max-content;
}

.archive .woocommerce-result-count-wrap {
    display: flex;
    column-gap: 15px;
    width: 100%;
}

.archive .woocommerce-result-count-wrap .off-canvas__filter {
    display: none;
}

.archive .wp-block-woocommerce-product-filters {
    padding: 15px;
    background-color: #fff;
}

.archive .wc-block-product-filters__overlay-content {
    row-gap: 30px;
}

.archive .woocommerce-result-count-wrap .woocommerce-product-search {
    position: relative;
    width: 100%;
}

.archive .woocommerce-result-count-wrap .woocommerce-product-search .search-field {
    padding-right: 50px;
}

.archive .woocommerce-result-count-wrap .woocommerce-product-search .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.archive .woocommerce-result-count-wrap .woocommerce-product-search .dashicons {
    color: #4d4d4d;
}

.archive .wp-block-heading {
    margin-bottom: 10px !important;
    font-family: "MTD Gilroy Medium";
    font-weight: 700;
    font-size: 18px;
}

.archive .wc-block-product-filter-checkbox-list__items {
    max-height: 420px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.archive .wc-block-product-filter-checkbox-list__items::-webkit-scrollbar {
    width: 6px;
}

.archive .wc-block-product-filter-checkbox-list__items::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.archive .wc-block-product-filter-checkbox-list__items::-webkit-scrollbar-track {
    background: transparent;
}

.archive .wc-block-product-filter-price-slider__content {
    display: flex;
    flex-wrap: wrap;
}

.archive .wc-block-product-filter-price-slider__range {
    width: 100%;
    color: #f16a9b;
}

.archive .wc-block-product-filter-price-slider__range::before {
    background-color: #4d4d4d;
}

.archive .wc-block-product-filter-price-slider__left {
    width: calc(50% - 6px);
    text-align: start;
}

.archive .wc-block-product-filter-price-slider__right {
    width: calc(50% - 6px);
    text-align: end;
}

.archive .wc-block-product-filter-price-slider .text input[type=text] {
    padding: 0;
    border: none;
    max-width: 100%;
    font-size: 16px;
}


.archive .wc-block-product-filter-checkbox-list__input-wrapper input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.archive .wc-block-product-filter-checkbox-list__input-wrapper::before {
    width: 20px;
    height: 20px;
}   

.archive svg.wc-block-product-filter-checkbox-list__mark {
    width: 20px;
    height: 20px;
    color: #4d4d4d;
}

.archive .wc-block-product-filter-checkbox-list__text {
    font-size: 16px;
    color: #4d4d4d;
}

.archive .brxe-woocommerce-products {
    width: 77%;
}

.archive .woocommerce-ordering {
    margin-left: 20px;
    background-color: #fff;
}

/* Product */
ul.products {
    gap: 20px;
}

ul.columns-5 {
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
}

li.product {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

li.product .thumb {
    position: relative;
    width: 100%;
    height: fit-content;
}

li.product .attachment-woocommerce_thumbnail {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

li.product .btn-wrap {
    position: absolute;
    inset: 0;
    opacity: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    transition: all .3s ease-in-out;
}

li.product:hover .btn-wrap {
    opacity: 1;
    visibility: visible;
}

li.product .content {
    padding: 15px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

li.product .woocommerce-loop-product__title {
    font-family: "MTD Gilroy Medium";
    margin: 0 0 6px 0;
    font-weight: 700;
    font-size: 18px;
}

li.product .brands {
    margin-top: auto;
    margin-bottom: 6px;
    color: #4d4d4d99;
    text-transform: uppercase;
} 

li.product:not(.brands) .price {
    margin-top: auto;
}

li.product .price {
    margin-bottom: 6px;
}

li.product .price del {
    font-size: 14px;
    color: #ababab;
}

li.product .price,
li.product .price ins {
    font-size: 16px;
    color: #ee2f49;
    text-decoration: none;
}

li.product .rating {
    display: flex;
    column-gap: 6px;
    align-items: center;
}

li.product .star-rating span {
    color: #d5d6d7;
    width: 100% !important;
}

li.product .star-rating span:before {
	color: #fbbc04;
}

li.product .button {
    margin-top: 10px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background-color: #f16a9b;
    transition: all .3s ease-in-out;
}

li.product .button:hover {
    background-color: #f382a2;
}

li.product .added_to_cart {
    display: none;
}

li.product .woocommerce-LoopProduct-link {
    margin: 0;
}

/* Panigation */

.archive .woocommerce-pagination {
    margin-top: 40px;
    justify-content: center;
}

.archive .page-numbers {
    font-weight: 400 !important;
    color: #4d4d4dad;
}

.archive .page-numbers.current {
    color: #f16a9b;
}

@media (max-width: 1365px) {
    ul.columns-5 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1024px) {
    .archive .layout-default .brxe-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .archive .brxe-woocommerce-filters {
        display: none;
    }

    .archive .brxe-woocommerce-products {
        width: 100%;
    }

    .archive .wp-block-woocommerce-product-filters {
        margin-top: var(--wp-admin--admin-bar--height, 0);
    }

    .archive .woocommerce-result-count-wrap .off-canvas__filter {
        display: flex;
    }

    ul.columns-5 {
        grid-template-columns: repeat(3, 1fr);
    }

    ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    
}

@media (max-width: 767px) {
    .archive .layout-default .brxe-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    ul.columns-5 {
        grid-template-columns: repeat(2, 1fr);
    }

    ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    li.product .content {
        padding: 10px;
    }

    li.product .woocommerce-loop-product__title {
        font-size: 14px;
    }

    li.product .brands {
        font-size: 14px;
    }

    li.product .price del {
        font-size: 12px;
    }

    li.product .price,
    li.product .price ins {
        font-size: 14px;
    }

    li.product .button .text {
        display: none;
    }

    .woocommerce-ordering {
        display: none;
    }

    .archive .wp-block-woocommerce-product-filters {
        width: 100%;
    }

    .archive .wc-block-product-filters__overlay {
        position: static;
    }

    .archive .wc-block-product-filters__overlay-wrapper {
        position: static;
    }

    .archive .wc-block-product-filters__open-overlay {
        display: none;
    }

    .archive .wc-block-product-filters__overlay-dialog {
        position: static;
        transform: translateY(0);
    }

    .archive .wc-block-product-filters__overlay-content {
        padding: 0 4px;
    }

    .wc-block-product-filters__overlay-header,
    .wc-block-product-filters__overlay-footer {
        display: none !important;
    }
}


/**
* Single Woocommerce
*/
.single #main :where(*) {
    border-color: rgba(0, 0, 0, 0.1);
}

.single #main {
    width: 100%;
}

.single #main .brxe-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.single #main .product {
    width: 100%;
    column-gap: 60px;
}

.single #main .woocommerce-notices-wrapper {
    width: 100%;
}

.single #main .woocommerce-notices-wrapper + .woocommerce-breadcrumb {
    margin-bottom: 15px;
    display: none;
    max-width: 100%;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.single #main .product .product-main {
    display: flex;
    gap: 60px;
    width: 100%;
    flex-wrap: wrap;
}

.single .woocommerce-product-gallery {
    position: sticky;
    top: calc(var(--wp-admin--admin-bar--height, 0) + 130px);
    gap: 12px;
    width: 40%;
    height: fit-content;
}

.single .woocommerce-product-gallery .flex-viewport {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
}

.single .woocommerce-product-gallery .flex-viewport img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.single .woocommerce-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.single .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    border-color: #f16a9b !important;
}

.single .woocommerce-product-gallery .flex-control-thumbs img {
    opacity: 1;
    border: 1px solid transparent !important;
}

.single .summary {
    width: 53%;
}

.single .summary .woocommerce-breadcrumb {
    margin-bottom: 10px;
    max-width: 100%;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.single .summary .product_title {
    font-family: "MTD Gilroy Medium";
    font-weight: 700;
    font-size: 32px;
}

.single .summary .star-rating span {
    color: #d5d6d7;
}

.single .summary .star-rating span:before {
	color: #fbbc04;
}

.single .summary .price del {
    font-size: 16px;
    color: #ababab;
}

.single .summary .price,
.single .summary .price ins {
    font-size: 22px;
    color: #ee2f49;
    text-decoration: none;
}

form.cart .quantity .qty,
form.cart .quantity .plus,
form.cart .quantity .minus {
    background-color: #fff;
}


form.cart .quantity .minus {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

form.cart .quantity .plus {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.single .summary .stock.out-of-stock {
    padding: 15px;
    color: #fa4362;
    background-color: #fa43621a;
}

form.cart .button {
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    background-color: #f16a9b;
}

.single .summary .product-benefits {
    margin-top: 30px;
    display: grid;
    gap: 15px 30px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 620px;
}

.single .summary .product-benefits__item {
    display: flex;
    gap: 16px;
    align-items: center;
}

.single .summary .product-benefits__icon {
    width: 32px;
    height: 32px;
}

.single .summary .product-coupons {
    margin-top: 30px;
}

.single .summary .product-coupons > h3 {
    font-family: "MTD Gilroy Medium";
    font-size: 22px;
}

.single .summary .product-coupons .product-coupons__list {
    padding-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    column-gap: 20px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.single .summary .product-coupons .product-coupons__list::-webkit-scrollbar {
    width: 6px;
}

.single .summary .product-coupons .product-coupons__list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.single .summary .product-coupons .product-coupons__list::-webkit-scrollbar-track {
    background: transparent;
}

.single .summary .product-coupons .product-coupons__item {
    padding: 16px;
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    max-width: 350px;
    min-width: 300px;
    border: 1px solid;
    background-color: #fff;
}

.single .summary .product-coupons .product-coupons__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff1f2;
}

.single .summary .product-coupons .product-coupons__icon img {
    width: 24px;
    height: 24px;
}

.single .summary .product-coupons .product-coupons__content {
    flex-grow: 1;
}

.single .summary .product-coupons .product-coupons__title {
    font-family: "MTD Gilroy Medium";
    font-size: 18px;
    color: #ee2f49;
    text-transform: uppercase;
}

.single .summary .product-coupons .product-coupons__discount {
    margin-bottom: 0;
}

.single .summary .product-coupons .product-coupons__code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single .summary .product-coupons .product-coupons__code .dashicons {
    cursor: pointer;
}

.single .summary .woo-accordion-wrapper {
    margin-top: 20px;
}

.single .summary .woo-accordion {
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.single .summary .woo-accordion:not(:last-child) {
    margin-bottom: 12px;
}

.single .summary .woo-accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: margin .4s ease-in-out;
}

.single .summary .woo-accordion .woo-accordion-title .dashicons-arrow-right-alt2 {
    transition: rotate .4s ease-in-out;
}

.single .summary .woo-accordion.open .woo-accordion-title {
    margin-bottom: 12px;
}

.single .summary .woo-accordion.open .woo-accordion-title .dashicons-arrow-right-alt2 {
    rotate: -90deg;
}

.single .summary .woo-accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height .4s ease-in-out;
}

.single .woocommerce-tabs {
    border: none;
}

.single .woocommerce-tabs .wc-tabs {
    justify-content: center;
}

.single .woocommerce-tabs .wc-tabs .active {
    color: #f16a9b;
}

.single .custom-reviews {
    scroll-margin-top: 130px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    width: 100%;
}

.single .custom-reviews .reviews-summary-empty {
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 1100px;
    background-color: #fff;
}

.single .custom-reviews .reviews-summary {
    position: sticky;
    top: calc(var(--wp-admin--admin-bar--height, 0) + 130px);
    padding: 20px;
    width: 20%;
    height: fit-content;
    background-color: #fff;
}

.single .custom-reviews .reviews-summary > h3,
.single .custom-reviews .reviews-summary-empty .content > h3 {
    font-family: "MTD Gilroy Medium";
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 24px;
}

.single .custom-reviews .reviews-summary .rating {
    margin-bottom: 6px;
}

.single .custom-reviews .reviews-summary .stars {
    margin-bottom: 20px;
}

.single .custom-reviews .reviews-summary .stars span {
    color: #d5d6d7;
}

.single .custom-reviews .reviews-summary .stars span:before {
	color: #fbbc04;
}

.single .custom-reviews .reviews-summary .stars .star-rating {
    width: 120px;
    height: 24px;
    font-size: 24px;
}

.single .custom-reviews .reviews-summary .stars .star-rating span {
    padding-top: 26px;
}

.single .custom-reviews .reviews-summary .btn-write-review,
.single .custom-reviews .reviews-summary-empty .btn-write-review {
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    background-color: #f16a9b;
}

.single .custom-reviews .reviews-list {
    width: 75%;
}

.single .custom-reviews .reviews-list .commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single .custom-reviews .reviews-list .review {
    padding: 20px;
    background-color: #fff;
}

.single .custom-reviews .reviews-list .review:not(:last-child) {
    margin-bottom: 20px;
}

.single .custom-reviews .reviews-list .review .comment-author {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.single .custom-reviews .reviews-list .review .comment-author .avatar {
    border-radius: 50%;
}

.single .custom-reviews .reviews-list .review .star-rating {
    margin-bottom: 6px;
}

.single .custom-reviews .reviews-list .review .star-rating span {
    color: #d5d6d7;
}

.single .custom-reviews .reviews-list .review .star-rating span:before {
	color: #fbbc04;
}

.single .custom-reviews .reviews-list .review .comment-text {
    margin-top: 12px;
}

.single .custom-reviews .reviews-list .review .comment-text p {
    overflow-wrap: break-word;
}

.single .custom-reviews .reviews-list .commentbtn {
    margin-top: 20px;
    text-align: center;
}

.single .custom-reviews .reviews-list #load-more-reviews {
    color: #4d4d4d;
    background-color: transparent;
    transition: color .2s ease-in-out;
}

.single .custom-reviews .reviews-list #load-more-reviews:hover {
    color: #f16a9b;
}

.single .custom-reviews .reviews-list #load-more-reviews .spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.single .comment-form .stars.selected a.active~a:before {
    color: #d5d6d7;
}

.single .comment-form .stars.selected a.active:before,
.single .comment-form .stars.selected a:not(.active):before {
    color: #fbbc04;
}

.single .comment-form .button {
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    background-color: #f16a9b;
}

.single .upsells,
.single .related {
    margin-top: 60px;
    width: 100%;
}

.single .upsells > h2,
.single .related > h2 {
    font-family: "MTD Gilroy Medium";
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
}

.single .upsells.products .star-rating,
.single .related.products .star-rating {
    display: block;
}

@media (max-width: 1024px) {
    .single #main .brxe-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .single .custom-reviews .reviews-summary {
        position: static;
        width: 100%;
    }

    .single .custom-reviews .reviews-list {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .single #main .woocommerce-notices-wrapper + .woocommerce-breadcrumb {
        display: block;
    }

    .single .woocommerce-product-gallery {
        position: static;
        width: 100%;
    }

    .single .summary {
        width: 100%;
    }

    .single .summary .woocommerce-breadcrumb {
        display: none;
    }
}

@media (max-width: 767px) {
    .single #main .brxe-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .single .woocommerce-product-gallery .flex-control-thumbs {
        grid-template-columns: repeat(4, 1fr);
    }

    .single .summary .product-benefits {
        grid-template-columns: 1fr;
    }

    .single .summary .product_title {
        font-family: "MTD Gilroy Medium";
        font-weight: 700;
        font-size: 24px;
    }

    .single .related > h2 {
        font-size: 24px;
    }

    .single .upsells .products,
    .single .related .products {
        text-align: start;
    }
}

@layer bricks {
	@media (max-width: 991px) {
		.single .upsells.products ul.products,
        .single .related.products ul.products {
			grid-template-columns: repeat(3, 1fr) !important;
		}
	}
}

@layer bricks {
	@media (max-width: 767px) {
        .single .upsells.products ul.products,
		.single .related.products ul.products {
			grid-template-columns: repeat(2, 1fr) !important;
		}
	}
}

/* Popup review product */
.review-popup {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
}

.review-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .3s ease;
    background-color: rgba(0,0,0,.5);
}

.review-popup.active .popup-overlay {
    opacity: 1;
}

.popup-container {
    position: relative;
    opacity: 0;
    z-index: 2;
    width: 100%;
    padding: 30px;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    background-color: #fff;
    transform: translateY(20px) scale(.95);
    transition: all .35s ease;
}

.review-popup.active .popup-container {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

.review-popup #comments {
    display: none;
}

.review-popup #review_form_wrapper {
    margin-top: 0;
}


/**
* Cart Woocommerce
*/
.woocommerce-cart .alignwide {
    margin-left: 0;
    max-width: 100%;
}

.woocommerce-cart .wc-block-components-sidebar {
    padding: 20px !important;
    height: fit-content;
    background-color: #fff;
}

.woocommerce-cart .wc-block-components-main .wc-block-cart-items {
    padding: 20px;
    background-color: #fff !important;
}

.woocommerce-cart .wp-block-woocommerce-product-collection h2.wp-block-heading {
    margin-bottom: 16px !important;
    font-weight: 500;
    font-size: 20px;
}

/**
* Checkout Woocommerce
*/
.woocommerce-checkout .alignwide {
    margin-left: 0;
    max-width: 100%;
}

.woocommerce-checkout :where(*) {
    border-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout .woocommerce-info {
    gap: 10px;
    flex-wrap: wrap;
}

.woocommerce-checkout form#woocommerce-checkout-form-coupon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.woocommerce-checkout .woocommerce-shipping-fields {
    margin: 40px 0 0;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3 {
    font-family: "MTD Gilroy Medium";
    font-size: 32px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    padding: 20px;
    background-color: #fff;
}

.woocommerce-checkout .form-row-first {
    margin-block: 0 1.2em;
}

.woocommerce-checkout form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup {
    width: 100%;
}

.woocommerce-checkout form.woocommerce-checkout .col2-set {
    width: 56%;
}

.woocommerce-checkout form.woocommerce-checkout .col2-set + div {
    width: 38%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    background-color: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment {
    background-color: #fff;
}

.woocommerce-checkout .woocommerce-Price-amount {
    color: #ee2f49;
}

.woocommerce-checkout .button {
    color: #fff;
    background-color: #f16a9b;
    transition: all .3s ease-in-out;
}

.woocommerce-checkout .button:hover {
    background-color: #f382a2;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    background-color: #fff;
}

.woocommerce-checkout .woocommerce-thankyou-order-details {
    background-color: #fff;
}

.woocommerce-checkout .woocommerce-order:has(.woocommerce-sepay-bank-details) .woocommerce-thankyou-order-details {
    display: none;
}

.woocommerce-checkout .woocommerce-sepay-bank-details {
    max-width: 100%;
}

.woocommerce-checkout .woocommerce-sepay-bank-details .qr-box {
    width: 33%;
}

.woocommerce-checkout .woocommerce-column__title,
.woocommerce-checkout .woocommerce-order-details__title {
    font-family: "MTD Gilroy Medium";
    font-size: 32px;
}

.woocommerce-checkout .woocommerce-table--order-details {
    background-color: #fff;
}

.woocommerce-checkout .woocommerce-customer-details address {
    padding: 20px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
        padding: 20px !important;
    }

    .woocommerce-checkout form.woocommerce-checkout .col2-set {
        width: 100%;
    }

    .woocommerce-checkout form.woocommerce-checkout .col2-set + div {
        width: 100%;
    }

    .woocommerce-checkout .woocommerce-sepay-bank-details .qr-box {
        width: 100%;
    }

    .woocommerce-checkout .woocommerce-column__title,
    .woocommerce-checkout .woocommerce-order-details__title {
        font-size: 24px;
    }
}


/**
* Account Woocommerce
*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
    background-color: #fff;
}

.woocommerce-account .title > h2 {
    font-family: "MTD Gilroy Medium";
    font-size: 32px;
}

.woocommerce-account form .show-password-input {
    width: 40px;
    height: 40px;
}

.woocommerce-account .button {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background-color: #f16a9b;
    transition: all .3s ease-in-out;
}

.woocommerce-account .button:hover {
    background-color: #f382a2;
}

@media (max-width: 767px) {
    .woocommerce-account .title > h2 {
        font-family: "MTD Gilroy Medium";
        font-size: 24px;
    }
}

/**
* Gutenberg
*/
.wc-block-components-button {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #f16a9b;
    transition: all .3s ease-in-out !important;
}

.wc-block-components-button:hover {
    background-color: #f382a2;
}

.wp-block-heading,
.wc-block-components-title {
    font-family: "MTD Gilroy Medium";
}

.wc-block-components-product-name {
    color: #000 !important;
}

.wc-block-formatted-money-amount {
    color: #ee2f49;
}

.wc-block-components-product-metadata__description {
    display: none;
}

.wc-block-components-checkout-step__content .wc-block-components-radio-control {
    background-color: #fff;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    padding: 0;
}

.wc-block-grid .wc-block-grid__products {
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

.wc-block-grid .wc-block-grid__product {
    display: flex;
    flex-direction: column;
    border: none;
    max-width: 100% !important;
    background-color: #fff;
}

.wc-block-grid  .wc-block-grid__product-image,
.wc-block-product .wc-block-components-product-image {
    margin-bottom: 0 !important;
}

.wc-block-product .wc-block-components-product-image__inner-container {
    padding: 0;
}

.wc-block-grid .wc-block-grid__product-title,
.wc-block-product .wp-block-post-title {
    padding: 15px 15px 0 15px;
    margin-bottom: 6px !important;
    font-family: "MTD Gilroy Medium";
    margin: 0 0 6px 0;
    font-weight: 700;
    font-size: 18px !important;
    text-align: start;
    background-color: #fff;
}

.wc-block-grid .wc-block-grid__product-price,
.wc-block-product .wp-block-woocommerce-product-price {
    margin: auto 0 0 0 !important;
    padding: 0 15px;
    text-align: start;
    background-color: #fff;
}

.wc-block-grid .wc-block-grid__product-price del,
.wc-block-product .wp-block-woocommerce-product-price del {
    margin-right: 10px;
    font-size: 14px !important;
    color: #ababab;
}

.wc-block-grid .wc-block-grid__product-price,
.wc-block-grid .wc-block-grid__product-price ins,
.wc-block-product .wp-block-woocommerce-product-price,
.wc-block-product .wp-block-woocommerce-product-price ins {
    font-size: 16px !important;
    color: #ee2f49;
    text-decoration: none;
}

.wc-block-grid .wp-block-button,
.wc-block-product .wp-block-button {
    margin: 0 !important;
    padding: 0 15px 15px 15px;
}

.wc-block-grid .add_to_cart_button,
.wc-block-product .wc-block-components-product-button__button {
    margin-top: 10px;
    width: 100% !important;
    font-weight: 500;
    font-size: 16px !important;
    height: 40px;
    color: #fff;
    line-height:  1 !important;
    border-radius: 0;
    background-color: #f16a9b;
    transition: all .3s ease-in-out;
}

.wc-block-grid .add_to_cart_button:hover,
.wc-block-product .wc-block-components-product-button__button:hover {
    background-color: #f382a2;
}

@media (max-width: 1024px) {
    .wc-block-grid .wc-block-grid__products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .wc-block-grid .wc-block-grid__products {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .wc-block-product-template__responsive.columns-3 {
        gap: 10px;
    }

    .wc-block-grid .wc-block-grid__product-title,
    .wc-block-product .wp-block-post-title {
        font-size: 14px !important;
    }

    .wc-block-grid .wc-block-grid__product-price del,
    .wc-block-product .wp-block-woocommerce-product-price del {
        font-size: 12px !important;
    }

    .wc-block-grid .wc-block-grid__product-price,
    .wc-block-grid .wc-block-grid__product-price ins,
    .wc-block-product .wp-block-woocommerce-product-price,
    .wc-block-product .wp-block-woocommerce-product-price ins {
        font-size: 14px !important;
    }
}