/*
 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
*/

a:not([class]):not(.menu-item a),
.brxe-text-link {
	color: var(--bricks-color-jzwoyp);
}

a:not([class]):not(.menu-item a):hover, 
.brxe-text-link:hover {
	text-decoration: underline;
}

.heading-primary {
	background-image: linear-gradient(to right, var(--bricks-color-jzwoyp), var(--bricks-color-gbrfsh));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.brxe-button.bricks-button:hover {
	transform: scale(1.05);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: rgba(25, 144, 255, 0.7); 
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5); 
    border-radius: 10px;
}

/* Polylang */
.brxe-polylang-language-switcher .lang-item.current-lang {
    pointer-events: none;
}

.brxe-polylang-language-switcher .lang-item:not(.current-lang) {
    opacity: .4;
}
/* End Polylang */
    
/* Form  */
.gform_wrapper .gform_confirmation_message {
    padding: 10px 16px;
    font-size: 14px;
    color: #155724;
    text-align: center;
    border: 1px solid #C3E6CB;
    background-color: #D4EDDA;
}

.gform_wrapper.gform-theme--framework .gform_validation_errors,
.gform_wrapper.gform-theme--framework .gform_heading {
    display: none;
}

.gform_wrapper form .gform-body .gform_fields {
    row-gap: 24px;
}

.gform_wrapper form .gfield .gfield_label,
.woocommerce form .woocommerce-form-row label {
	margin-bottom: 4px;
    color: var(--bricks-color-zurxoi);
}

.gform_wrapper form .gfield .ginput_container_text input,
.gform_wrapper form .gfield .ginput_container_email input,
.gform_wrapper form .gfield .ginput_container_phone input,
.gform_wrapper form .gfield .ginput_container_select select,
.gform_wrapper form .gfield .ginput_container_textarea textarea {
	display: flex;
  	align-items: center;
    padding: 10px 16px;
	font-size: 16px;
	min-height: 46px;
	line-height: 1;
	border-radius: 12px;
	outline: none !important;
	border: 1px solid var(--bricks-color-gtpxfa);
	background-color: var(--bricks-color-yslytf);
}

.gform_wrapper form .gfield .validation_message {
  margin-left: 4px;
}

.gform_wrapper form .gfield .ginput_container_text input::placeholder,
.gform_wrapper form .gfield .ginput_container_email input::placeholder,
.gform_wrapper form .gfield .ginput_container_phone input::placeholder,
.gform_wrapper form .gfield .ginput_container_textarea textarea::placeholder {
    color: #aab0bb;
}

.gform_wrapper form .gform-footer {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 24px;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform-footer.gform_footer .gform_button.button {
	display: inline-flex;
	align-items: center;
	padding: 9px 32px;
    font-size: 14px;
    font-family: "Inter";
    font-weight: 500;
	border-radius: 8px;
    color: var(--bricks-color-yslytf);
    border: 1px solid var(--bricks-color-jzwoyp);
	background-color: var(--bricks-color-jzwoyp);
    transition: all .3s ease-in-out;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform-footer.gform_footer .gform_button.button:hover {
    transform: scale(1.05);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform-footer.gform_footer .gform-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
/* End Form */

/* Shop Page */
.archive .layout-default .brxe-section:first-of-type {
    padding-top: 128px;
}

.archive .layout-default .brxe-container {
    padding: 0;
    gap: 32px;
    flex-direction: row;
}

.sidebar {
    position: sticky;
    top: 128px;
    padding: 24px;
    width: 20%;
    border-radius: 12px;
    background-color: var(--bricks-color-yslytf);
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-wrap {
    margin: 0;
    padding: 0;
    gap: 24px;
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.sidebar .bricks-widget-wrapper .categories .wp-block-group__inner-container {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.sidebar .bricks-widget-wrapper .categories .sidebar-title .wp-block-group__inner-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.sidebar .bricks-widget-wrapper .categories .sidebar-title .wp-block-group__inner-container .wp-block-image {
    margin: 0;
    display: none;
    line-height: 1;
    width: max-content;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.sidebar .bricks-widget-wrapper .categories .wp-block-heading {
    font-family: 'Inter';
    display: flex;
    align-items: center;
    gap: 12px;
}

.sidebar .bricks-widget-wrapper .categories ul {
    padding: 0;
    display: flex;
    gap: 8px;
    flex-direction: column;
    list-style-type: none;
}

.sidebar .bricks-widget-wrapper .categories ul a {
    font-family: 'Inter';
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    text-decoration: none;
    border-radius: 12px;
    border-left: 4px solid transparent;
    color: var(--bricks-color-zurxoi);
    transition: all 0.3s ease-in-out;
}

.sidebar .bricks-widget-wrapper .categories ul a:hover {
    color: var(--bricks-color-jzwoyp);
    background-color: rgb(243, 244, 246, .5);
}

.sidebar .bricks-widget-wrapper .categories ul a::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 24 24'%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E") no-repeat center center / contain;
    transition: all 0.3s ease-in-out;
}

.sidebar .bricks-widget-wrapper .categories ul a:hover::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230d8ff2' viewBox='0 0 24 24'%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E") no-repeat center center / contain;
}

.sidebar .bricks-widget-wrapper .categories ul li.current-page a {
    color: var(--bricks-color-jzwoyp);
    border-color: var(--bricks-color-jzwoyp);
    background-color: rgba(13, 143, 242, 0.1);
}

.sidebar .bricks-widget-wrapper .categories ul li.current-page a::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230d8ff2' viewBox='0 0 24 24'%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E") no-repeat center center / contain;
}

.sidebar .bricks-widget-wrapper .filters .wp-block-group__inner-container {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.sidebar .bricks-widget-wrapper .filters .wp-block-heading {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sidebar .bricks-widget-wrapper .filters .wc-blocks-filter-wrapper .wp-block-heading {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    color: rgb(3, 7, 18, .8);
}

.sidebar .bricks-widget-wrapper .filters .wc-blocks-filter-wrapper .wc-block-price-filter__control label {
    font-weight: 400;
    font-size: 12px;
    color: rgb(3, 7, 18, .8);
}

.sidebar .bricks-widget-wrapper .filters .wc-blocks-filter-wrapper .wc-block-price-filter__control input {
    padding: 0;
    text-align: center;
    border-radius: 8px !important;
    border: 1px solid var(--bricks-color-gtpxfa);
}

.sidebar .bricks-widget-wrapper .filters .wc-blocks-filter-wrapper .wc-block-components-filter-reset-button {
    padding: 5px;
    font-family: "Inter";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid var(--bricks-color-gbrfsh);
    color: var(--bricks-color-yslytf);
    background-color: var(--bricks-color-gbrfsh);
    transition: all .3s ease-in-out;
}

.sidebar .bricks-widget-wrapper .filters .wc-blocks-filter-wrapper .wc-block-components-filter-reset-button:hover {
    transform: scale(1.05);
}


.archive .layout-default .collection {
    background-image: linear-gradient(to right, #eff6ff, #fff7ed);
}

.archive .layout-default .collection .brxe-container {
    display: flex;
    flex-direction: column;
}

.archive .layout-default .collection-title p {
    margin-top: 12px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    color: rgba(3, 7, 18, 0.8);
}

.archive .layout-default .collection .collection-list {
    padding-bottom: 16px;
    display: flex;
    gap: 20px;
    width: 100%;
    overflow: auto;
    flex-wrap: nowrap;
}

.archive .layout-default .collection .collection-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
}

.archive .layout-default .collection .collection-list::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

.archive .layout-default .collection .collection-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.archive .layout-default .collection-list .collection-item {
    flex-shrink: 0;
    width: 100%;
    max-width: 118px;
    text-align: center;
}

.archive .layout-default .collection-item .thumb img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.archive .layout-default .collection-item .content .title a {
    margin-top: 12px;
    font-weight: 300;
    font-size: 14px;
    color: #030712;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.archive .layout-default .product-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 80%;
}

.archive .layout-default .product-list-wrap .product-title {
    padding: 48px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to right, rgb(13, 143, 242, .2), rgb(242, 127, 13, .2));
}

.archive .layout-default .product-list-wrap .product-title svg {
    margin-bottom: 16px;
}

.archive .layout-default .product-list-wrap .product-title p {
    margin-top: 12px;
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    width: 672px;
    max-width: 100%;
    color: rgba(3, 7, 18, 0.8);
}

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

@media (max-width: 991px) {
    .archive .layout-default .brxe-container {
        flex-direction: column;
    }

    .archive .layout-default .sidebar {
        position: static;
        width: 100%;
    }

    .archive .layout-default .product-list-wrap {
        width: 100%;
    }

    .archive .layout-default .product-list-wrap .brxe-woocommerce-products .products.columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .sidebar .bricks-widget-wrapper .categories .sidebar-title .wp-block-group__inner-container .wp-block-image {
        display: block;
    }

    .sidebar .bricks-widget-wrapper .categories .sidebar-title.open .wp-block-group__inner-container .wp-block-image {
        transform: rotate(270deg);
    }

    .sidebar .bricks-widget-wrapper .categories .sidebar-wrap {
        display: none;
    }

    .sidebar .bricks-widget-wrapper .categories:has(.sidebar-title.open) .sidebar-wrap {
        display: block;
    }
}

@media (max-width: 767px) {
	/* .archive .layout-default .brxe-section:first-of-type {
		padding-top: 178px;
	} */
	
    .archive .layout-default .product-list-wrap .brxe-woocommerce-products .products.columns-3 {
        grid-template-columns: 1fr;
    }
}
/* End Shop Page */

/* Single Page */
.single .brxe-section {
    padding-top: 128px;
}

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

.single .product .woocommerce-product-gallery .woocommerce-product-gallery__image .wp-post-image {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.single .product .summary .price del {
    font-size: 18px;
    color: var(--bricks-color-zurxoi);
}

.single .product .summary .price:has(del) ins,
.single .product .summary .price:not(:has(ins)):not(:has(del)) bdi {
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    color: var(--bricks-color-jzwoyp);
}

.single .product .summary .cart .single_add_to_cart_button {
    margin-top: 10px;
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    color: var(--bricks-color-yslytf);
    border: 1px solid var(--bricks-color-jzwoyp);
    background-color: var(--bricks-color-jzwoyp);
    transition: all .3s ease-in-out;
}

.single .product .summary .cart .single_add_to_cart_button:hover {
    transform: scale(1.05);
}

.single .product .summary .button-affiliate {
    position: relative;
}

.single .product .summary .button-affiliate .button {
    margin-top: 10px;
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    color: var(--bricks-color-yslytf);
    border: 1px solid var(--bricks-color-jzwoyp);
    background-color: var(--bricks-color-jzwoyp);
    transition: all .3s ease-in-out;
}

.single .product .summary .button-affiliate.open .button {
    transform: scale(1.05);
}

.single .product .summary .button-affiliate .button svg {
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.single .product .summary .button-affiliate.open .button svg {
    transform: rotate(270deg);
}

.single .product .summary .button-affiliate .affiliate-link {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    padding: 0 16px;
    visibility: hidden;
    border-radius: 8px;
    border: 1px solid var(--bricks-color-gtpxfa);
    background: var(--bricks-color-yslytf);
    transition: all .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0.0625rem 0.1875rem, rgba(0, 0, 0, 0.05) 0px 1.25rem 1.5625rem -0.3125rem, rgba(0, 0, 0, 0.04) 0px 0.625rem 0.625rem -0.3125rem;
}

.single .product .summary .button-affiliate .affiliate-link::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    left: 100px;
    top: -5px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--bricks-color-gtpxfa) transparent transparent var(--bricks-color-gtpxfa);
    background-color: var(--bricks-color-yslytf);;
}

.single .product .summary .button-affiliate.open .affiliate-link {
    opacity: 1;
    visibility: visible;
}

.single .product .summary .affiliate-link .affiliate-link__item {
    padding: 16px 0;
    display: flex;
    gap: 16px;
}

.single .product .summary .affiliate-link .affiliate-link__item:not(:first-child) {
    border-top: 1px dashed currentColor;
}

.single .product .summary .affiliate-link .affiliate-link__item .affiliate-link__thumb {
    width: 40px;
    height: 40px;
}

.single .product .summary .affiliate-link .affiliate-link__item .affiliate-link__content {
    display: flex;
    gap: 4px;
    width: 100%;
    flex-direction: column;
}

.single .product .summary .affiliate-link .affiliate-link__item .affiliate-link__title {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.single .product .summary .affiliate-link .affiliate-link__item .affiliate-link__price     {
    font-weight: 600;
    font-size: 18px;
    color: #f44d2c;
}

.single .product .summary .product_meta .posted_in a {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--bricks-color-gbrfsh);
}

.single .product .woocommerce-tabs ul li a {
    color: var(--bricks-color-zurxoi);
}

.single .product .woocommerce-tabs #reviews form .stars.selected a.active~a:before {
    color: #d5d6d7;
}

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

.single .product .woocommerce-tabs .woocommerce-Reviews .comment-form .comment-form-comment textarea {
    height: 134px;
}

.single .product .woocommerce-tabs .woocommerce-Reviews .comment-form .form-submit .button {
    padding: 9px 32px;
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    color: var(--bricks-color-yslytf);
    border: 1px solid var(--bricks-color-jzwoyp);
    background-color: var(--bricks-color-jzwoyp);;
    transition: all .3s ease-in-out;
}

.single .product .woocommerce-tabs .woocommerce-Reviews .comment-form .form-submit .button:hover {
    transform: scale(1.05);
}

.single .product .woocommerce-tabs .panel {
    margin: 30px;
    padding: 0;
}

.single .product .woocommerce-tabs .panel {
    overflow: hidden;
}

.single .product .woocommerce-tabs .woocommerce-Tabs-panel--description {
    position: relative;
}

.single .product .woocommerce-tabs .woocommerce-Tabs-panel--description .read-more {
    padding-bottom: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #fff;
} 

.single .product .woocommerce-tabs .woocommerce-Tabs-panel--description .read-more__overlay {
    margin-top: -45px;
    width: 100%;
    height: 55px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.single .product .woocommerce-tabs .woocommerce-Tabs-panel--description .read-more__btn {
    padding: 12px 32px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    color: var(--bricks-color-zurxoi);
    border: 1px solid var(--bricks-color-zurxoi);
    background-color: var(--bricks-color-yslytf);
    transition: all .3s ease-in-out;
}

.single .product .woocommerce-tabs .woocommerce-Tabs-panel--description .read-more__btn:hover {
    transform: scale(1.05);
}

.single .product .woocommerce-tabs .woocommerce-Tabs-panel--description .read-more__btn svg {
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.single .product .related .products {
    margin-top: 24px;
}

@media (max-width: 767px) {
	.single .brxe-section {
		padding-top: 178px;
	}
}
/* End Single Page */

/* Products Woo */
ul.products {
    gap: 32px;
}

ul.products li.product {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

ul.products li.product .iq-score {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 999px;
    text-transform: uppercase;
    color: var(--bricks-color-yslytf);;
    background-color: var(--bricks-color-jzwoyp);
    z-index: 2;
}

ul.products li.product .thumb img {
    aspect-ratio: 1/ 1;
    object-fit: cover;
	width: 100%;
}

ul.products li.product .content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
	height: auto;
	flex-grow: 1;
}

ul.products li.product .content .category a {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--bricks-color-gbrfsh);
}

ul.products li.product .content .woocommerce-loop-product__title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.55;
}

ul.products li.product .content .action {
	margin-top: auto;
	display: flex;
	gap: 8px;
	flex-direction: column;
}

ul.products li.product .content .price:has(del) ins,
ul.products li.product .content .price:not(:has(ins)):not(:has(del)) bdi {
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    color: var(--bricks-color-jzwoyp);
}

ul.products li.product .content .brxe-button {
	margin-top: auto;
    padding: 9px 12px;
    column-gap: 4px;
    line-height: 1;
    background-color: var(--bricks-color-yslytf);
}

.woocommerce-pagination {
    justify-content: center;
}

.woocommerce-pagination ul.page-numbers {
    gap: 8px;
}

.woocommerce-pagination ul.page-numbers li {
    margin: 0;
}

.woocommerce-pagination ul.page-numbers li .page-numbers {
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid var(--bricks-color-gtpxfa);
    background-color: var(--bricks-color-yslytf);
    transition: all .3s ease-in-out;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce-pagination ul.page-numbers li:hover a {
    font-weight: 400;
    color: var(--bricks-color-yslytf);
    border-color: var(--bricks-color-jzwoyp);
    background-color: var(--bricks-color-jzwoyp);
}

.woocommerce.columns-4 ul.products {
	margin: 0;
	padding: 8px 8px 16px 8px;
	display: flex;
    flex-direction: row;
	align-items: stretch;
}

.woocommerce.columns-4 ul.products li.product {
	display: flex;
	flex-direction: column;
	width: 25%;
	height: auto;
	min-width: 274px;
}

@media(max-width: 1365px) {
	.woocommerce.columns-4 {
		overflow: auto;
	}

	.woocommerce.columns-4::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.5);
	}

	.woocommerce.columns-4::-webkit-scrollbar-thumb {
		background: #bdbdbd;
	}

	.woocommerce.columns-4::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}
}
/* End Products Woo */

/* Star Rating */
.star-rating span:before {
    color: #fbbc04 !important;
}
/* End Star Rating */

/* Cart Page */
.woocommerce-cart .woocommerce .shop_table thead tr th {
    padding: 0 10px;
    font-weight: 400;
    font-size: 14px;
}

.woocommerce-cart .woocommerce .shop_table tbody .cart_item td {
    padding: 15px 10px;
}

.woocommerce-cart .woocommerce .shop_table tbody .cart_item .product-name a {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: var(--bricks-color-zurxoi);
    text-decoration: none;
}

.woocommerce-cart .woocommerce .shop_table tbody .cart_item .product-quantity .quantity {
    width: 140px;
}

.woocommerce-cart .woocommerce .shop_table tbody .actions .coupon input {
    padding: 10px 16px;
    font-size: 16px;
    min-height: 46px;
    line-height: 1;
    border-radius: 12px;
    outline: none !important;
    border: 1px solid var(--bricks-color-gtpxfa);
    background-color: var(--bricks-color-yslytf);
}

.woocommerce-cart .woocommerce .shop_table tbody .actions .coupon .coupon-error-notice {
    margin-top: 8px;
    margin-left: 4px;
    font-size: 13px;
    color: #c02b0a;
}

.woocommerce-cart .woocommerce .shop_table tbody .actions .coupon input::placeholder {
    color: #aab0bb;
}

.woocommerce-cart .woocommerce .shop_table tbody .actions .coupon .button {
    padding: 9px 32px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    color: var(--bricks-color-yslytf);
    border: 1px solid var(--bricks-color-jzwoyp);
    background-color: var(--bricks-color-jzwoyp);
    transition: all .3s ease-in-out;
} 

.woocommerce-cart .woocommerce .shop_table tbody .actions .button {
    padding: 9px 32px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    color: var(--bricks-color-gbrfsh);
    border: 1px solid var(--bricks-color-gbrfsh);
    background-color: var(--bricks-color-yslytf);
    transition: all .3s ease-in-out;
} 

.woocommerce-cart .woocommerce .shop_table tbody .actions .button:hover {
    transform: scale(1.05);
}

.woocommerce-cart .woocommerce .shop_table tbody .actions .button:disabled {
    transform: scale(1);
    color: var(--bricks-color-zurxoi);
    border-color: var(--bricks-color-zurxoi);
    background-color: var(--bricks-color-yslytf);
}

.woocommerce-cart .woocommerce .cart-collaterals {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.woocommerce-cart .woocommerce .cart-collaterals h2 {
    display: none;
}

.woocommerce-cart .woocommerce .cart-collaterals .shop_table {
    border: none;
}

.woocommerce-cart .woocommerce .cart-collaterals .shop_table tbody tr {
    border-bottom: 1px solid var(--bricks-border-color);
}

.woocommerce-cart .woocommerce .cart-collaterals .shop_table tbody tr th {
    font-weight: 400;
    font-size: 16px;
    width: 200px;
}

.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .button {
    padding: 9px 32px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    line-height:  1;
    color: var(--bricks-color-yslytf);
    border: 1px solid var(--bricks-color-gbrfsh);
    background-color: var(--bricks-color-gbrfsh);
    transition: all .3s ease-in-out;
}

.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .button:hover {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .woocommerce-cart .woocommerce .shop_table tbody .cart_item td {
        padding: 15px 0;
    }
    
    .woocommerce-cart .woocommerce .shop_table tbody .cart_item .product-remove {
        padding: 0;
    }
    
    .woocommerce-cart .woocommerce .shop_table tbody .cart_item .product-thumbnail img {
        max-width: 150px;
    }

    .woocommerce-cart .woocommerce .cart-collaterals .shop_table tbody tr th {
        width: auto;
    }
}
/* End Cart Page */

/* Checkout Page */
.woocommerce-checkout .woocommerce .checkout_coupon {
    display: flex;
    align-items: center;
    gap: 30px;
}

.woocommerce-checkout .woocommerce .checkout_coupon .form-row input {
    padding: 10px 16px;
    font-size: 16px;
    min-height: 46px;
    line-height: 1;
    border-radius: 12px;
    outline: none !important;
    border: 1px solid var(--bricks-color-gtpxfa);
    background-color: var(--bricks-color-yslytf);
}

.woocommerce-checkout .woocommerce .checkout_coupon .form-row .coupon-error-notice {
    margin-top: 8px;
    margin-left: 4px;
    font-size: 13px;
    color: #c02b0a;
}

.woocommerce-checkout .woocommerce .checkout_coupon .form-row .button {
    padding: 9px 32px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    color: var(--bricks-color-yslytf);
    border: 1px solid var(--bricks-color-jzwoyp);
    background-color: var(--bricks-color-jzwoyp);
    transition: all .3s ease-in-out;
}  

.woocommerce-checkout .woocommerce .checkout_coupon .form-row .button:hover {
    transform: scale(1.05);
}

.woocommerce-checkout .woocommerce .checkout {
    gap: 30px;
}

.woocommerce-checkout .woocommerce .checkout h3 {
    display: none;
}

.woocommerce-checkout .woocommerce .checkout .form-row label {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    color: var(--bricks-color-zurxoi);
}

.woocommerce-checkout .woocommerce .checkout .form-row input,
.woocommerce-checkout .woocommerce .checkout .form-row textarea,
.woocommerce-checkout .woocommerce .checkout .form-row .select2-selection {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    font-size: 16px;
    min-height: 46px;
    line-height: 1;
    border-radius: 12px;
    outline: none !important;
    border: 1px solid var(--bricks-color-gtpxfa);
    background-color: var(--bricks-color-yslytf);
}

.woocommerce-checkout .woocommerce .checkout .form-row input::placeholder,
.woocommerce-checkout .woocommerce .checkout .form-row textarea::placeholder {
    color: #aab0bb;
}

.woocommerce-checkout .woocommerce .checkout .woocommerce-checkout-review-order .shop_table thead tr th {
    font-size: 14px;
}

.woocommerce-checkout .woocommerce .checkout .woocommerce-checkout-review-order .shop_table tfoot tr th {
    font-weight: 400;
    font-size: 16px;
}

.woocommerce-checkout .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button {
    padding: 9px 32px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    line-height:  1;
    color: var(--bricks-color-yslytf);
    border: 1px solid var(--bricks-color-gbrfsh);
    background-color: var(--bricks-color-gbrfsh);
    transition: all .3s ease-in-out;
}

.woocommerce-checkout .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button:hover {
    transform: scale(1.05);
}
/* End Checkout Page */

/* post-progress-bar */
body.admin-bar #post-progress-bar{
    top: var(--wp-admin--admin-bar--height, 0px);
}
#post-progress-bar {
	transition: 0.3s;
	transform: translatey(-100%);
}
#post-progress-bar.show {
	transform: translatey(0);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
#post-progress-bar #progress-bar-heading {
	cursor: pointer;
}
#post-progress-bar #progress-bar-heading i {
	transition: 0.3s
}
#post-progress-bar.show-dropdown #progress-bar-heading i {
	transform: rotate(-180deg);
}
#post-progress-bar.show-dropdown #toc-label {
    opacity: 0;
}
#post-progress-bar #toc-dropdown {
    width: 100%;
    transition: 0.3s;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
#post-progress-bar.show-dropdown #toc-dropdown {
    max-height: 800px;
    opacity: 1;
    visibility: visible;
}
#post-progress-bar #toc-dropdown ul.toc-list {
    padding-left: 0;
}
#post-progress-bar #toc-dropdown ul.toc-list .toc-list-item a{
	font-size: 14px;
}
#post-progress-bar #toc-dropdown ul.toc-list .toc-list-item.is-active-li {
    font-weight: 700;
}

.tik-carousel-container { width:100%; margin:12px auto 0; }
.tik-swiper {
	position: relative;
	overflow: hidden;
	touch-action: pan-x pan-y;
}
.tik-swiper .swiper-slide {
	display: flex; 
	justify-content: center;
}
.tik-swiper iframe {
	width: 100%;
	aspect-ratio: 9/16;
	border: 0;
	border-radius: 12px;
	overflow: hidden;
}
.tik-swiper .swiper-button-prev,
.tik-swiper .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 32px; height: 32px;
}
.tik-swiper .swiper-button-prev { left: 8px; }
.tik-swiper .swiper-button-next { right: 8px; }
.tik-pagination-wrapper {
	background: #fff;
	padding: 12px 0;
	text-align: center;
	margin-top: 16px;
}
.tik-pagination-wrapper .swiper-pagination-bullet {
	background: #ADD8E6; opacity: 0.6; margin: 0 4px;
}
.tik-pagination-wrapper .swiper-pagination-bullet-active {
	background: #00BFFF; opacity: 1;
}

