html #wrapper>.message-wrapper {
    font-size: 1rem;
}
.columns-list>.col {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}
html .category-page-row {
    padding-top: 15px;
}
.shop-page-title .category-filter-row {
    display: none;
}
.mfp-content .sidebar-inner#shop-sidebar {
    font-size: 14px;
}
/* .uni-toolbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 15px;
    margin-bottom: 1.5em;
    font-size: 14px;
} */
.uni-toolbox .view-mode-switcher a {
    color: #222222;
}
.uni-toolbox .woocommerce-ordering, 
.uni-toolbox .woocommerce-ordering select {
    box-shadow: none;
    background-color: #A0A1A5;
    margin: 0;
    border: 0;
    color: #FFF;
    border-radius: 30px;
    background-image: initial !important;
    position: relative;
}
.uni-toolbox .woocommerce-ordering:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.uni-toolbox .woocommerce-result-count {
    display: block !important;
    margin: 0;
}
.uni-toolbox .category-filter-row {
    padding: 0;
}
.uni-toolbox .filter-button {
    margin-top: 0;
}
@media (min-width: 550px) {
    .uni-ordering {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}
.sort-item.button {
    text-transform: none;
    line-height: normal !important;
    padding: 0;
    margin-left: 0 !important;
    min-height: unset !important;
    box-shadow: none !important;
    display: inline-block;
    border-radius: 2px;
    min-height: unset;
}
.sort-item.button:hover {
    color: #FFF;
}
.sort-item + .sort-item {
    margin-left: 10px;
}
.sort-item input[type=radio] {
    display: none;
}
.sort-item label {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
    padding: 6px 10px;
    margin-bottom: 0;
    cursor: pointer;
    display: inline-block !important;
}
/* Content Product */
.price {
    display: flex !important;
}
.price ins {
    order: -1;
}
html span.amount {
    color: #ff0000;
}
.price del span.amount {
    opacity: .5;
    color: #111;
    font-size: .7em;
    margin-right: 0;
    margin-left: 1em;
}
.price del > span {
    text-decoration: line-through;
}
.price del {
    text-decoration: none;
}
.box-text.box-text-products {
    padding-bottom: 0;
}
.box-text-products .woocommerce-loop-product__title {
    font-size: 1rem;
    margin: .5em 0 1em !important;
}
.box-text-products .woocommerce-loop-product__title a.woocommerce-LoopProduct-link {
    margin: 0;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
}
.box-text-products.text-center .price {
    justify-content: center;
}
/* Single Product */
.product .badge-container {
    margin-top: 0;
}
.product-title.product_title.entry-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    background: linear-gradient(123.73deg, #905C25 7.81%, #FBE962 97.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 0px;
}
.product-info .sku_wrapper {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.3em;
    color: #21212F;
}
.product-info .variations th.label {
    display: none;
}
.product-info .ux-swatches .ux-swatch {
    width: 95px;
    height: auto;
    flex-wrap: wrap;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0 10px 0 0;
}
.product-info .ux-swatches .ux-swatch img {
    width: 75px;
    height: 75px;
    padding: 5px;
    border: 1px solid #EFEFEF;
    margin-bottom: 10px;
}
.product-info .ux-swatches .ux-swatch.selected img {
    border-color: #F58546;
}
.ux-swatch.selected,
.ux-swatch:hover:not(.selected):not(.disabled) {
    box-shadow: initial !important;
}
.product-info .ux-swatches .ux-swatch__text {
    display: block;
    width: 100%;
    text-align: center;
}
.product-info .price {
    font-size: 1.875rem;
}
.product-info .woocommerce-product-attributes {
    display: block;
    margin-bottom: .5em;
}
.product-info .woocommerce-product-attributes * {
    display: inline-block;
}
.product-info .woocommerce-product-attributes tbody,
.product-info .woocommerce-product-attributes tr {
    display: block;
}
.product-info .woocommerce-product-attributes tr+tr {
    border-top: none;
    margin-top: 10px;
}
.product-info .woocommerce-product-attributes th, .product-info .woocommerce-product-attributes td {
    border-bottom: none;
    font-size: 1.125rem;
    letter-spacing: 0;
    padding: 0;
}
.product-info .woocommerce-product-attributes-item__label {
    text-transform: none;
    font-weight: bold;
}
.product-info .woocommerce-product-attributes-item__label:after {
    content: ':';
}
.woocommerce-product-attributes p {
    margin: 0;
}
.uni-stock {
    font-size: 1.125rem;
    margin-bottom: 1em;
}
/* Reviews */
.uni-imf--review {
    font-size: .875rem;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #eee;
}
span.uni-label--count {
    margin-left: 8px;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.uni-point--wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.uni-point--wrap span.uni-point {
    font-size: 2.75rem;
    line-height: 1.2;
    color: #cb1c22;
    font-weight: bold;
    margin: .2em 0;
}
.uni-progress--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.uni-progress--item label {
    font-size: 0.9375rem;
    font-weight: normal;
    width: 30px;
}
.uni-progress--item label .fa-star {
    font-size: .875rem;
    color: #ea9d02;
    margin-left: 3px;
}
.list-star {
    color: #ea9d02;
    margin-bottom: .8em;
    position: relative;
}
.list-star .fill-stars {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}
.list-star svg:not(:last-child) {
    margin-right: .2em;
}
.uni-progress--bar {
    background-color: #e9ecef;
    border-radius: 20px;
    width: 85%;
    height: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}
span.uni-value--rate {
    background-color: #28a745;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}
.woocommerce-Reviews, .woocommerce-Reviews label {
    font-size: .875rem;
}
.review-form-inner {
    padding: 15px;
    background: #f5f8fd;
    border-radius: 5px;
    margin-bottom: 15px;
}
.review-form-inner input[type=submit] {
    margin-bottom: 0;
}
html .star-rating span:before, html .star-rating:before {
    color: #ea9d02;
}
html .comment-form-rating .stars {
    display: none;
}
.box-form-vote {
    width: 100%;
    display: flex;
    margin-bottom: 1em;
}
.box-form-vote .rate {
    width: calc(100% / 5);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}
.box-form-vote .rate .fa-star {
    margin-bottom: 10px;
    font-size: 18px;
    cursor: pointer;
}
.box-form-vote .fa-star {
    color: #707070;
}
.box-form-vote .fa-star.checked {
    color: #F59E0B;
}
.box-form-vote .rate span {
    width: 100%;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    color: #707070;
}
#review_form {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    display: none;
}
#review_form:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
#reviews #review_form_wrapper .review-form-inner {
    -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 10px;
    padding: 15px;
    width: auto;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    margin: 0 auto;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translate(0,-50%);
    z-index: 1043;
    position: fixed;
}
#review_form .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    min-height: unset;
    line-height: 1;
    padding: 0;
    margin: 0;
    border: none;
}
#review_form .comment-reply-title {
    font-size: 1.25rem;
}
#review_form form {
    margin-bottom: 0;
}
#review_form input[type=checkbox], #review_form input[type=radio] {
    margin-bottom: 0;
}
@media (max-width: 549px) {
    #review_form .comment-form-author, #review_form .comment-form-email {
        width: calc( 50% - 10px );
        float: left;
    }
    #review_form .comment-form-email {
        margin-left: 20px;
    }
    #review_form textarea {
        min-height: 80px;
    }
}
#review_form .comment-form-cookies-consent {
    display: none;
    margin-bottom: 1em;
}
.modal-open {
    overflow: hidden;
}
/* Account Page */
.woocommerce-MyAccount-content ul.dashboard-links {
    font-size: 1rem;
    font-weight: bold;
}
.woocommerce-MyAccount-content ul.dashboard-links li {
    margin-left: 0;
}
.woocommerce-MyAccount-content ul.dashboard-links li {
    width: 50%;
}
@media (min-width: 550px) {
    .woocommerce-MyAccount-content ul.dashboard-links li {
        width: 25%;
    }
}
.woocommerce-MyAccount-content ul.dashboard-links a {
    padding: 15px 10px;
}
#customer_login {
    max-width: 1200px;
    margin: 75px auto;
    min-height: 300px;
}
@media (max-width: 549px) {
    #customer_login {
        margin-top: 20px;
    }
}
#customer_login .nav > li {
    margin: 0;
}
#customer_login .nav > li > a {
    font-size: 2.25rem;
    font-weight: bold;
    text-transform: none;
    color: #777;
    text-transform: capitalize;
}
#customer_login .nav > li.active > a {
    color: #000;
}
#customer_login .nav > li:not(:first-child) > a:before {
    content: '/';
    margin: 0 20px;
    color: #777;
    opacity: 1;
}
@media (max-width: 849px) {
    #customer_login .nav > li > a {
        font-size: 2rem;
    }
}
@media (max-width: 549px) {
    #customer_login .nav > li > a {
        font-size: 1.5rem;
    }
    #customer_login .nav > li:not(:first-child) > a:before {
        margin: 0 10px;
    }
}
.account-login-inner > h3, .account-register-inner > h3 {
    text-align: center;
}
#customer_login .button {
    width: 100%;
    margin-right: 0;
    min-height: 50px;
}
#customer_login .woocommerce-form-login .button {
    margin-bottom: 2em;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .5em;
    cursor: pointer;
}
.woocommerce form .show-password-input::after, 
.woocommerce-page form .show-password-input::after {
    font-family: 'Font Awesome 6 Pro';
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\f06e";
    text-decoration: none;
}
.woocommerce form .show-password-input.display-password::after, 
.woocommerce-page form .show-password-input.display-password::after {
    content: "\f070";
}
#customer_login .woocommerce-form-login__rememberme {
    font-weight: normal;
}
#customer_login .woocommerce-LostPassword {
    position: absolute;
    right: 0;
    bottom: 9px;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
}
#my-account-menu {
    width: 30%;
    box-sizing: border-box;
}
#my-account-menu.position-vertical-left {
    float: left;
    margin-right: 3%;
}
#my-account-menu ~ .woocommerce-MyAccount-content {
    width: 67%;
    box-sizing: border-box;
    margin: 0;
}
#my-account-menu.position-vertical-left ~ .woocommerce-MyAccount-content {
    float: right;
}
@media (max-width: 549px) {
    #my-account-menu {
        float: none !important;
        margin-right: 0 !important;
        width: 100%;
        margin-bottom: 25px;
    }
    #my-account-menu ~ .woocommerce-MyAccount-content, #my-account-menu .woocommerce-MyAccount-content {
        float: none !important;
        width: 100%;
    }
}
.uni-wcmap .user-profile {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.uni-wcmap .user-profile .user-avatar {
    margin-right: 20px;
}
.uni-wcmap .user-profile .user-avatar img {
    border-radius: 50%;
}
.uni-wcmap .user-profile .user-info>span {
    display: block;
    margin-bottom: 5px;
}
.uni-wcmap .user-profile .user-info .username {
    font-weight: bold;
    margin-bottom: 0;
}
.uni-wcmap .user-profile .user-info .user-email {
    font-size: 80%;
}
.uni-wcmap .user-profile .user-info>span {
    display: block;
    margin-bottom: 8px;
}
.uni-wcmap .user-profile .user-info .logout a {
    padding: 4px 10px;
    font-size: .8em;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    color: #FFF;
    background-color: #c0c0c0;
    display: inline-block;
}
.uni-wcmap .user-profile .user-info .logout a:hover {
    color: #FFF;
    background-color: #333333;
}
#my-account-menu .myaccount-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
#my-account-menu .myaccount-menu {
    margin-bottom: 30px;
}
#my-account-menu .myaccount-menu li {
    position: relative;
    background-color: #FFF;
    margin: 0;
}
#my-account-menu .myaccount-menu li.active>a, 
#my-account-menu .myaccount-menu li.is-active>a,
#my-account-menu .myaccount-menu li:hover>a {
    background-color: #f5f5f5;
}
#my-account-menu .myaccount-menu li a {
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 15px;
    color: inherit;
    margin: 0;
}
#my-account-menu .myaccount-menu li a:before {
    margin-right: .5em;
    font-family: 'Font Awesome 6 Pro';
    width: 1em;
    text-align: center;
    font-size: .9em;
}
#my-account-menu .myaccount-menu li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: '\f3fd';
}
#my-account-menu .myaccount-menu li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: '\f46d';
}
#my-account-menu .myaccount-menu li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: '\f019';
}
#my-account-menu .myaccount-menu li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: '\f3c5';
}
#my-account-menu .myaccount-menu li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: '\f406';
}
.woocommerce-Address-title {
    display: flex;
}
.woocommerce-Address-title a.edit {
    font-size: .9em;
}
.woocommerce-Address-title a.edit:before {
    content: '\f044';
    font-family: 'Font Awesome 6 Pro';
    margin-right: .5em;
    font-size: .9em;
}
table.woocommerce-orders-table .button {
    margin-bottom: 0;
}
/* Order */
table.woocommerce-table--order-details th, table.woocommerce-table--order-details td {
    padding-top: .8em;
    padding-bottom: .8em;
}
table.woocommerce-table--order-details tfoot th {
    font-size: 100%;
}
/* Cart */
.widget_shopping_cart .widget_shopping_cart_content p.total {
    border-bottom: none;
    margin-bottom: 0;
}
.widget_shopping_cart ul.product_list_widget li .quantity {
    opacity: 1;
}
.woocommerce-mini-cart__buttons {
    display: flex;
    column-gap: 1em;
}
.woocommerce-mini-cart__buttons a {
    text-transform: none;
    padding: 0 .5em;
}
.cart-collaterals .shop_table th:not(:first-child), .cart-collaterals .shop_table td:not(:first-child) {
    padding: 1em;
}
.cart-collaterals .order-total th, .cart-collaterals .order-total td {
    border-bottom: none;
}
.cart_totals .button {
    line-height: 2.8em;
    min-height: 2.8em;
}
html a.remove, html a.icon-remove {
    border-width: 1px;
    line-height: normal !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.ux-swatch--image, .ux-swatch--color {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-shadow: none;
}
.category-page-row {
    max-width: 100% !important;
}
.woocommerce-products-header__title,
.logo-brands {
    /* padding-top: 70px; */
    /* margin-bottom: 50px; */
}
.logo-brands img {
    max-height: 120px;
    object-position: center;
    object-fit: contain;
}
.products.row-small {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 30px !important;
}
.products.row-small .col {
    padding-left: 15px;
    padding-right: 15px;
}
.product-small.box .box-image {
    position: relative;
    width: 100%;
    /* aspect-ratio: 1/0.95959596; */
    aspect-ratio: 1/1.2;
    text-align: center;
    padding: 0 30px;
}
.product-small.box .box-image > div {
    position: relative;
    z-index: 1;
}
.product-small.box .box-image .image-tools {
    display: none;
}
.product-small.box .box-image img.attachment-woocommerce_thumbnail {
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    height: 90%;
    object-fit: contain;
    object-position: bottom;
    -webkit-transform: translateZ(0);
}
.product-small.box .box-image:hover img.attachment-woocommerce_thumbnail { 
    margin-top: 0px;
    height: 100%;
    filter: drop-shadow(5px 46px 5px rgba(0, 0, 0, 0.2));
}
.product-small.box .box-image .ux-swatches { 
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
}
.product-small.box .box-image:hover .ux-swatches {
    opacity: 1;
    visibility: visible;
}
.wrapper-single {
    padding: 30px 0;
    background: #f9f9f9;
    border-radius: 30px;
    margin-bottom: 30px;
}
.post-type-archive-product .page-numbers.nav-pagination,
.tax-product_cat .page-numbers.nav-pagination {
    margin-bottom: 20px;
}
.category-page-title .row,
.category-page-title .container {
    max-width: 100%;
}
.shop-container > .products.row,
.custom-row {
    margin: 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
}
.wrapper-cat {
    background: transparent;
    padding: 0 !important;
}
.wrapper-cat .list-categories {
    max-width: 100%;
}
.wrapper-cat .list-categories .plain img {
    width: 100%;
    aspect-ratio: 1/0.648780488;
    object-position: center;
    object-fit: cover;
}
.wrapper-cat .list-categories .cat-inner {
    position: relative;
}
.wrapper-cat .list-categories .cat-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    font-weight: 700;
    font-size: 22px;
}
.wrapper-cat .list-categories .cat-name a {
    display: block;
    padding: 13px 25px;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    background-color: rgba(47,50,125,0.9);
    transition: all 0.35s ease-in-out;
}
.wrapper-cat .list-categories .cat-name a:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    font-weight: normal;
}
.wrapper-cat .list-categories .cat-name a:hover {
    background-color: rgba(47,50,125,1); 
}
.woocommerce-variation-price,.woocommerce-variation-add-to-cart {
    display: none;
}
/* .post-type-archive-product .shop-container .products.small-columns-2 .col,
.tax-product_cat .shop-container .products.small-columns-2 .col {
    flex-basis: 100%;
    max-width: 100%;
} */
.product-small.box .sku_wrapper span {
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #21212F;
}
.product-small.box .product-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #696984;
}
.term-description {
    padding: 40px 30px;
    background: #F2F2F2;
    border-radius: 20px;
    font-style: normal;
    font-weight: 400;
    /* font-size: 16px; */
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #696984;
}
.term-description p:last-child {
    margin-bottom: 0;
}
.pfw-hidden-element {
    display: initial !important;
}
.prdctfltr_woocommerce_filter_title {
    width: 91px;
    height: 33px;
    background: linear-gradient(123.73deg, #905C25 7.81%, #FBE962 97.59%);
    border-radius: 16.5px;
    text-align: center;
    line-height: 33px;
    color: #FFF;
    font-size: 14px;
}
.prdctfltr_woocommerce_filter_title:before {
    content: "\f3f1";
    font-family: 'Font Awesome 6 Pro';
}
.prdctfltr_woocommerce_ordering {
    display: flex;
    flex-wrap: wrap;
}
.prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar {
    order: 1;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
}
.prdctfltr_woocommerce_ordering .prdctfltr_buttons {
    display: none;
}
.prdctfltr_woocommerce_ordering .prdctfltr_collector {
    height: 80px;
    padding-top: 20px;
}
.prdctfltr_woocommerce_ordering .prdctfltr_collector .prdctfltr_title_selected {
    background-color: #fff;
    color: #222;
}
.prdctfltr_woocommerce_ordering .prdctfltr_collector,
.prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
    width: 100%;
}
.prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
    height: calc( 100vh - 80px - 80px );
    padding-top: 20px;
    overflow: auto;
}
.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering {
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: #FFF;
}
.prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label {
    display: block !important;
}
.prdctfltr_filter .prdctfltr_regular_title {
    text-align: left;
}
.prdctfltr_filter label {
    color: #FFF;
    text-align: left;
}
.prdctfltr_wc .prdctfltr_filter label>span {
    position: relative;
}
.prdctfltr_wc .prdctfltr_filter label>span:after { 
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
}
.prdctfltr_wc .prdctfltr_filter label>span:before {
    width: 32px !important;
    height: 12px !important;
    border: 0 !important;
    border-radius: 20px;
}
.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span:after { 
    background-color: #FFF;
    left: 21px;
}
.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span:before {
    background-color: #e30613 !important
}
.prdctfltr_wc {
    margin-right: 22px;
}
.prdctfltr_wc .prdctfltr_close_sidebar { 
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prdctfltr_wc .prdctfltr_close_sidebar .prdctfltr-delete {
    display: none;
}
.wrap-gallery {
    position: relative;
    margin-bottom: 20px;
}
.woocommerce-product-gallery {
    padding: 20px;
    background: #EEEEEE;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    aspect-ratio: 1/0.7;
    object-fit: contain;
    object-position: center;
}
.wrap-gallery .flickity-prev-next-button {
    opacity: 1 !important;
    height: 40px;
    width: 40px;
    top: 0;
    bottom: initial;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(39,43,57,0.1);
    border-radius: 50%;
    transform: initial;
}
.wrap-gallery .flickity-prev-next-button svg {
    padding: 13px;
}
.wrap-gallery .flickity-prev-next-button.next { 
    right: 0;
}
.wrap-gallery .flickity-prev-next-button.previous {
    left: initial;
    right: 50px;
}
.vertical-thumbnails .product-thumbnails a {
    padding: 5px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.75);
}
.product-thumbnails img {
    margin-bottom: initial;
}
.wrap-gallery .flickity-prev-next-button:disabled,.wrap-gallery  button.flickity-prev-next-button[disabled] {
    opacity: 1 !important;
    pointer-events: initial;
    background: rgba(255, 255, 255, 0.55) !important;
}
.product-footer .container,
.product-main .container {
    max-width: 100%;
}
.product-main .container .row {
    max-width: 100%;
}
.product-info {
    padding-top: 0;
}
.box-product-info {
    position: sticky;
    position: -webkit-sticky;
    top: 85px;
}
.product-section {
    border-top: 0;
}
.product-section h3.mt {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #21212F;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.product-section h3.mt img {
    margin-right: 10px;
}
.ma_vach li {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 !important;
    justify-content: space-between;
    border-bottom: 1px solid #E7E7E7;
}
.ma_vach li:last-child {
    border: 0;
}
.ma_vach li span {
    max-width: 33.333333%;
    flex-basis: 33.333333%;
    padding: 15px;
}
.ma_vach .c1 {
    font-weight: bold;
}
.scroll-to-id {
    margin-bottom: 5px;
}
.scroll-to-id a {
    font-weight: normal;
    text-transform: none;
}
.scroll-to-id a:hover {
    color: #FFF;
}
.button-action {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.button-action div {
    max-width: 50%;
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.button-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    background: #F8F9FA;
    border: 1px solid #EEEEEF;
    border-radius: 28px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
.button-action a i {
    margin-right: 10px;
}
#sendmail .form-submit input {
    margin: 0;
    width: 100%;
}
.shop-redirect {
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.shop-redirect img {
    margin-right: 10px;
}
.shop-redirect span {
    margin-right: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: #21212F;
}
.shop-redirect .btn-shop {
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #696984;
    color: #696984;
    font-weight: normal;
    border-radius: 40px;
    display: inline-block;
    padding: 5px 10px;
}
.shop-redirect .btn-shop.open i::before {
    content: '\f0aa';
}
.tmdt {
    margin-bottom: 30px;
    display: none;
}
.tmdt i {
    margin-right: 10px;
}
.tmdt a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    transition: all 0.35s ease-in-out;
}
.tmdt a:hover {
    font-weight: bold;
}
.tmdt > div {
    border-bottom: 1px solid #696984;
}
.tmdt > div:last-child {
    border-bottom: 0 solid #000;
}
.list-categories {
    margin-left: 0;
    margin-right: 0;
}
.list-categories .widget-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}
.list-categories .list-categories__item h4 {
    font-size: 15px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.list-categories .list-categories__item h4 .arrow {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.list-categories .list-categories__item h4 .arrow.active i:before {
    content: "\f107" !important;
}
.list-categories .list-categories__item a {
    margin-bottom: 10px;
    padding-bottom: 3px;
    text-transform: none;
    border-bottom: 2px solid transparent;
    display: block;
    color: #222;
}
.list-categories .list-categories__item a:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 7px;
}
.list-categories .list-categories__item h4:hover a,
.list-categories .list-categories__item h4.active a {
    /* border-bottom: 2px solid #905C25; */
    color: #ff5758;
}
.list-categories .list-categories__item.show .child-categories {
    display: block;
}
/* Cat Child */
.prdctfltr_sub,
.child-categories {
    padding-left: 15px;
}
.child-categories {
    display: none;
}
.child-categories a {
    font-weight: normal;
}
.woocommerce-no-products-found {
    padding: 20px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (min-width: 850px) and (max-width: 1250.98px) { 
    .product-info .ux-swatches {
        justify-content: center;
    }
    .shop-redirect {
        justify-content: center;
    }
    .shop-redirect span.online {
        margin-bottom: 10px;
        margin-right: 0;
    }
}
@media only screen and (max-width: 849.98px) { 
    /* .filter-breadcrumbs {
        margin-bottom: 20px;
    } */
}
@media only screen and (max-width: 549.98px) { 
    .ma_vach li span {
        max-width: 100%;
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .product-info .ux-swatches {
        justify-content: center;
    }
    .shop-redirect {
        justify-content: center;
    }
    .shop-redirect span.online {
        margin-bottom: 10px;
        margin-right: 0;
    }
}
@media only screen and (min-width: 550px) {
    .post-type-archive-product .shop-container .products.small-columns-2 .col,
    .tax-product_cat .shop-container .products.small-columns-2 .col {
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media only screen and (min-width: 650px) {
    
}
@media only screen and (min-width: 850px) {
    .post-type-archive-product .shop-container .products.medium-columns-3 .col,
    .tax-product_cat .shop-container .products.medium-columns-3 .col {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
    .wrap-gallery {
        margin-bottom: 40px;
    }
    .vertical-thumbnails {
        position: absolute;
        width: 75px;
        height: 100%;
        left: 40px;
        top: 30px;
        bottom: 30px;
    }
    .vertical-thumbnails .product-thumbnails .col {
        margin-left: 0;
    }
    .vertical-thumbnails .product-thumbnails a {
        width: 75px;
        height: 75px;
    }
    .vertical-thumbnails .product-thumbnails .is-selected a { 
        background: #FFF;
    }
    .vertical-thumbnails .product-thumbnails .is-nav-selected a img {
        transform: initial;
    }
    .product-title.product_title.entry-title {
        font-size: 24px;
    }
    .product-info .sku_wrapper {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .category-page-title .container,
    .category-page-title .row,
    /* .tapost-type-archive-product .shop-container, */
    /* .tax-product_cat .shop-container, */
    .product-footer .container,
    .product-main .container,
    .category-page-row {
        padding-left: 30px;
        padding-right: 30px;
    }
    .product-title.product_title.entry-title {
        font-size: 30px;
    }
    .wrapper-single {
        padding: 50px 30px 30px;
    }
    .tax-product_cat .wrapper-single .custom-row > .large-3 {
        flex-basis: 220px;
        max-width: 220px;
    }
    .tax-product_cat .wrapper-single .custom-row > .large-9 {
        flex-basis: calc( 100% - 220px );
        max-width: calc( 100% - 220px );
        border-left: 1px solid #D9D18A;
    }
}
@media only screen and (min-width: 1400px) { 
    .post-type-archive-product .shop-container .products.large-columns-4 .col,
    .tax-product_cat .shop-container .products.large-columns-4 .col {
        flex-basis: 25%;
        max-width: 25%;
    }
}
@media only screen and (min-width: 1500px) {
    .product-footer .container,
    .product-main .container,
    .category-page-title .row,
    .category-page-title .container,
    /* .post-type-archive-product .shop-container, */
    /* .tax-product_cat .shop-container, */
    .category-page-row {
        padding-left: 55px;
        padding-right: 55px;
    }
    .product-title.product_title.entry-title {
        font-size: 36px;
    }
}