/*
Theme Name: Erfolg Unicorn
Description: A custom theme of flatsome for Erfolg Unicorn
Author: 123t.pro
Template: flatsome
Version: 1.0
*/

/*************** ADD CSS HERE.   ***************/
:root {
	--eu-theme-color: #00ad4d;
	--eu-black-color: #333;
    --eu-radius: .375rem;
}

body, label, p {
    font-size: 16px;
    color: #333;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: var(--eu-black-color);
    margin: 0;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: normal;
	width: auto;
}
.banner h5, .banner h6 {
    margin-top: inherit;
	margin-bottom: inherit;
}
.h6, h6 {
    font-size: 1rem;
}
p {
	margin-bottom: 0px;
}
ul {
    margin-bottom: 0;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.theme-color {
    background-color: var(--eu-theme-color);
}

.font-12 {
    font-size: 12px;
}
.rounded-1rem {
	border-radius: 1rem !important;
}
.rounded-default {
	border-radius: var(--eu-radius);
}
.text-facebook {
    color: #1877f2;
}
.text-instagram {
    color: #e4405f;
}
.text-linkedin {
    color: #0077b5;
}
.text-theme {
    color: #25b672 !important;
}
.width-250 {
	width: 250px;
}

.col {
    padding-bottom: 0px;
}
.col:first-child .col-inner {
	margin-left: auto;
	margin-right: auto;
}
.container {
    padding-left: 16px;
    padding-right: 16px;
}

.container .section, .row .section {
    padding-left: 0;
    padding-right: 0;
}

.section-block {
  padding: 64px 0 !important;
}

@media (max-width: 1366px) {
  .section-block {
    padding: 48px 0 !important;
  }
}

@media (max-width: 576px) {
  .section-block {
    padding: 32px 0 !important;
  }
}
.btn {
    border-radius: var(--eu-radius);
    border-color: rgba(0, 0, 0, 0);
    font-weight: bold;
}

.overflow-x-auto {
    overflow-x: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 2s ease-in-out;
}

input[type="search"] {
	font-size: 16px;
    background-color: #f3f4f6;
    border: none;
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    border-radius: .5rem;
    box-shadow: none;
}
button.ux-search-submit.button.icon {
    background: linear-gradient(to bottom, #1B8741, #00AD4D);
    padding: .5rem .5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    left: -7px;
    border-radius: 0 .375rem .375rem 0;
}

.pll-parent-menu-item img {
    width: 22px !important;
    height: 15px !important;
    margin-right: 5px;
}
.pll-parent-menu-item .sub-menu.nav-dropdown {
    min-width: unset;
    width: max-content;
    padding: 10px;
}
.pll-parent-menu-item .nav-dropdown.nav-dropdown-bold>li>a {
    width: fit-content;
    background-color: transparent;
    margin: 0;
    padding: 5px;
}
.pll-parent-menu-item .nav-dropdown.nav-dropdown-bold>li>a:hover {
    background-color: transparent;
}

.container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse), .row .gallery, .row .row:not(.row-collapse) {
    margin-left: auto;
    margin-right: auto;
}

.header-bottom {
    background: linear-gradient(to bottom, #1B8741, #00AD4D);
}
.nav-box>li>a {
    padding: 0 1.5rem;
}
.sub-menu.nav-dropdown {
    top: 100%;
    padding: 1rem 1rem .75rem;
    width: 300px;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border: none;
}
li.current-dropdown>.nav-dropdown {
    left: 0;
}
.nav-dropdown.nav-dropdown-bold>li>a {
    position: relative;
    background-color: rgba(37, 182, 114, .1);
    padding: .75rem 1rem;
    display: block;
    text-align: left;
    margin-bottom: 8px;
    border-radius: 12px;
}
.nav-dropdown.nav-dropdown-bold>li>a:hover {
	background-color: #25b672;
    color: #fff;
}

.nav-vertical>li>a {
    height: auto;
    padding: 12px 1rem;
    color: var(--eu-black-color);
    border: none;
}
.nav-vertical.nav-uppercase>li>a {
	text-transform: unset;
}

.nav.nav-pills.tab-category {
    gap: 10px;
}
.tab-category .nav-item {
    background-color: #F9F9F7;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
}
.tab-category .nav-item .nav-link {
    color: var(--eu-black-color);
    font-weight: bold;
}
.tab-category .nav-item .nav-link.active {
    background-color: #00ad4d ;
    color: #fff;
}
.nav>li>a {
	font-size: 16px;
}
.shop-page-title {
    display: none;
}
.category-page-row {
    padding-top: 10px;
}
.custom-sorting-buttons {
    margin-bottom: 20px;
}
a.sorting-button {
    margin-right: 1rem;
	font-size: 1rem;
    color: var(--eu-black-color);
    font-weight: 500;
    padding: 8px 16px;
    border: 0px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}
a.sorting-button.active {
    color: #00AD4D;
    border: 1px solid #00AD4D;
    border-radius: 6px;
}

.section-top-banner .top-banner {
    padding: 1rem;
    border-radius: 1rem;
    position: relative;
    background-image: url('https://erfolg-unicorn.com.vn/wp-content/uploads/2025/05/banner-top.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.container-fluid {
    max-width: 1520px;
}

.title-hero {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: bold;
    color: #25b672
}

.prices {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap
}
.prices .new-price {
    font-size: 1rem;
    font-weight: bold;
    color: #ff3141;
    line-height: 22px
}
.prices .old-price {
    text-decoration: line-through;
    font-size: 13px
}
.prices.large .new-price {
    font-size: clamp(20px, 3vw, 28px);
    line-height: 22px
}
.prices.large .old-price {
    font-size: clamp(14px, 3vw, 20px);
    font-weight: bold;
    color: var(--eu-black-color);
}

img.partner-slide {
    object-fit: contain;
}
.flickity-button {
	display: none;
}

.section-features {
    padding: 2rem 0 1rem;
    border-bottom: 1px solid #e8e8e8;
}

.item-banner {
    padding: 6% 33% 6% 1.25rem;
}

.title-section-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
}
.title-section-group .btn {
    white-space: nowrap
}
.title-section {
    font-size: 24px;
    font-weight: bold
}
.des-section {
    font-size: 14px;
    color: #6c757d
}

.widget-img-group {
    display: flex;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    min-height: 240px
}
.widget-img-group span {
    display: flex;
    height: 100%;
    width: -webkit-fill-available;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    flex: 1;
    transition: all .4s ease;
    overflow: hidden
}
.widget-img-group span:hover {
    flex: 2
}

.shop-container {
	background: #f6f6f6;
}
.category-page-row .shop-container {
    background: #fff;
}
.breadcrumb {
    padding-top: 16px;
}
.breadcrumb-item {
    margin-bottom: 0;
    font-size: 14px;
}
.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}
.product-main {
    padding: 24px 0;
    background: #f6f6f6;
}
.page-title:not(.featured-title)+main .product-main {
    padding-top: 0px;
}
.product-gallery {
    padding: 1rem !important;
    background-color: #fff;
	margin-right: 25px;
}
.product-gallery-slider .flickity-viewport {
    height: 450px !important;
}
.woocommerce-product-gallery__image.slide.is-selected {
    text-align: center;
    height: 100%;
    display: flex;
	align-items: center;
    justify-content: center;
}
.product-gallery-slider img {
    max-height: 450px;
    width: auto;
}
.product-thumbnails.row {
    width: 350px !important;
}
.product-thumbnails .flickity-viewport {
    margin-left: auto;
    margin-right: auto;
}
.product-thumbnails.row-small>.flickity-viewport>.flickity-slider>.col {
    padding: 0 8px 0 0;
}
.product-thumbnails a {
	border-radius: 8px;
}
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
    border: 1px solid #00ad4d;
}

.product-info {
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-page-title .medium-text-center {
    flex-grow: 1;
}
.product-title.product_title.entry-title {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: bold;
}
.product-status {
    font-size: 14px;
    flex-wrap: wrap;
    gap: .5rem 1rem !important;
}
.sku_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.is-divider {
    height: 1px;
    max-width: 100%;
    margin: 0.5em 0;
}
.product-info.summary h6,
.product-info.summary h5,
.product-info.summary h4,
.product-info.summary h3,
.product-info.summary h2 {
    font-weight: bold;
    margin: 1rem 0 .5rem;
}
.product-short-description {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-short-description ul, .product-short-description li {
    list-style: disc !important;
	margin-bottom: 0px;
}

.product-small.box {
    border: 1px solid #e8e8e8;
/*     height: 410px; */
    padding: 1px;
    border-radius: 8px;
	background: #fff;
}
.product-small.box .box-text {
	padding: 0  1rem 1rem;
	font-size: 16px;
	line-height: 20px;
}
.name.product-title.woocommerce-loop-product__title {
    margin: 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	max-height: 2.4em;
    line-height: 1.2em;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.4em;
    line-height: 1.2em;
}
del {
    text-decoration: none;
}
.product-info .price-wrapper {
    display: flex;
    align-items: center;
}
.price .woocommerce-Price-amount {
    font-size: 1rem;
    font-weight: bold;
    color: #ff3141;
    line-height: 22px;
}
.price del .woocommerce-Price-amount {
    font-size: 13px;
	color: inherit;
    font-weight: normal;
	opacity: 1;
	text-decoration: line-through;
}
.product-info .price {
    margin: .5rem 0;
}
.product-info .price.large .woocommerce-Price-amount {
    font-size: clamp(40px, 4vw, 40px);
    line-height: 1;
}
.product-info .price.large del .woocommerce-Price-amount {
    font-size: clamp(20px, 3vw, 20px);
	line-height: 1;
    font-weight: bold;
    color: var(--eu-black-color);
	text-decoration: line-through;
}
small span.woocommerce-Price-amount.amount {
    color: #333;
    font-weight: 400;
}
.star-preview i {
    color: #fc0;
}

.product-footer .container {
	background-color: #fff;
}
.nav-line>li>a:before {
	display: none;
}

.has-equal-box-heights .box-image {
    padding-top: 0px !important;
}
.has-equal-box-heights .box-image img {
    font-family: none;
    object-fit: contain;
    position: relative;
}

.shopping-options {
    color: var(--eu-black-color);
    background-color: #fff7ed;
	padding: .75rem;
    margin-bottom: 0;
    font-size: 14px;
}
.shopping-options .title {
    color: #ea580c;
    font-size: 12px;
}

.badge {
    border-radius: 20px;
    font-size: 10px;
    display: inline;
    border: none;
}
.bg-success {
    background-color: #25b672 !important;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.badge-container.absolute {
    padding: 11px;
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.badge.sale {
    background-color: #ff3141;
    height: auto;
    border-radius: 20px 20px 20px 0;
    font-size: 10px;
    width: auto;
}
.badge.callout {
    height: auto;
    width: auto;
    border-radius: 20px;
    background-color: #25b672;
    font-size: 10px;
}
.product-small.box .badge.bg-success {
    color: #166534;
    background: linear-gradient(to right, #D4FC79 50%, #96E6A1 100%);
}
.product-small.box .badge.bg-primary {
    color: #3686f7;
    background: linear-gradient(to right, #A5EFFF 50%, #E7F8FD 100%);
}
.product-small.box:hover {
    border-color: #00ad4d;
}

.btn-direction {
    border-color: #ea580c;
    color: #ea580c;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    background-color: #fff;
    padding: 4px 4px 2px;
}
.btn-direction:hover {
    background-color: #ea580c;
    color: #fff;
}

.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
	background: none;
	box-shadow: none;
	opacity: 1;
	width: 44px !important;
}

.section-banners {
    background: linear-gradient(to top, #fff 6%, #FBF9ED 17%, #FFF3BD 100%);
}
.section-customer-community {
    background-color: #e6f6ed;
}

.title-group {
    font-size: clamp(24px, 3vw, 40px) !important;
    margin-bottom: 1rem;
    font-weight: bold !important;
	line-height: 1.2 !important;
}
.title-group.mb-0 {
	margin-bottom: 0px !important;
}

.content-page {
    color: #282938;
}
.content-page p {
    margin-bottom: 1rem;
    text-align: justify;
}
.content-page img {
    margin: auto;
    border-radius: 1rem;
}
.title {
    font-size: 28px;
    font-weight: bold;
}
.content-page .title {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}
.content-page ul {
	padding: 0;
	margin: 0;
	margin-top: 1rem;
    padding-left: 2rem;
    list-style: disc !important;
}
.content-page ul li {
    list-style: disc !important;
	padding: 0;
	margin: 0;
}
.content-page ul li::marker {
    color: #616161;
}
.product-footer p {
    margin-bottom: .5rem !important;
}
.product-footer .woocommerce-tabs {
    max-width: 1000px;
}
.product-footer .woocommerce-tabs>.nav-line-grow, .product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    margin-top: -15px;
}

.product-tabs.nav.nav-line.nav-center {
	gap: 2rem;
	    margin-bottom: 1rem;
}
.product-tabs.nav.nav-line.nav-center>li>a {
    text-transform: math-auto;
	color: #000;
	padding: .25rem .15rem;
	font-size: 1.125rem;
	    font-weight: bold;
}
.product-tabs.nav.nav-line.nav-center>li.active>a {
	border-bottom: 2px solid #000;
}
#tab-description.active {
    position: relative;
    overflow: hidden;
    height: 280px;
    transition: height 0.4s ease;
}
#tab-description.active.show {
    height: auto;
}
#tab-description .description-btn {
    position: absolute;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding-top: 5rem;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
}
.woocommerce-Tabs-panel h2 {
    font-size: 24px !important;
    margin-top: 1.5rem !important;
    margin-bottom: .5rem !important;
}
.woocommerce-Tabs-panel p {
    margin-bottom: .5rem !important;
}
.woocommerce-Tabs-panel img {
    margin: auto;
    text-align: center;
    object-fit: contain;
    max-height: 400px;
}
figure.post-image {
    text-align: center;
}
.woocommerce-Tabs-panel table {
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
    width: 100%;
    max-width: 720px;
    margin: 24px auto;
    font-size: 15px;
}
.woocommerce-Tabs-panel table thead {
    background-color: #f6f6f6;
    font-weight: bold;
}
.woocommerce-Tabs-panel table th, .woocommerce-Tabs-panel table td {
    border: 1px solid #e8e8e8;
    padding: 8px 12px;
    text-align: left;
}

.group-email {
    max-width: 450px;
}
.group-email .form-control {
    border-radius: 1rem;
    margin-right: 100px;
}
.group-email .btn {
    border-radius: 1rem !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 122px;
}
.group-email input {
	margin-bottom: 0px;
	padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem;
}
.item-banner.rounded-1rem .banner-bg {
	border-radius: 1rem;
}

.note {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.number {
    font-weight: bold;
    background-color: #ea580c;
    color: #fff;
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    font-size: 12px;
}

.title-page,
.page-title .entry-title {
    font-family: "Source Serif 4", sans-serif;
    font-size: 64px;
    font-weight: bold;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

#wpcf7-f7-p204-o1 form {
    background-color: #e6f6ed;
    padding: 1.5rem;
    border-radius: 1rem;
}
#wpcf7-f7-p204-o1 input, textarea {
    border-color: var(--eu-black-color);
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	box-shadow: none;
}
#wpcf7-f7-p204-o1 input[type="submit"] {
    background-color: rgba(37, 182, 114, 0.85);
    border-radius: 1rem;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-weight: bold;
    text-transform: unset;
	margin-bottom: 0;
}
.wpcf7-spinner {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-red {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

.title-block {
    font-family: "Source Serif 4", sans-serif;
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.des-block {
    font-size: 18px;
}
.list-block {
    padding-left: 2rem;
    list-style: disc !important;
}

.list-security .item-security .content {
    position: relative;
    z-index: 1;
}
.list-security .item-security .content .title-box {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 26px;
}
.list-security .item-security .content .description {
    font-size: 14px;
}
.list-security .item-security:hover .content {
    margin-bottom: 1.5rem;
    transition: all 300ms;
}

.section-faq::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    width: 100%;
    height: 2000px;
    background-image: url('https://erfolg-unicorn.com.vn/wp-content/uploads/2025/05/bg-faq-scaled.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: .2;
}
.accordion .accordion-item, .accordion .accordion-button {
    background-color: rgba(0, 0, 0, 0);
	text-transform: unset;
    color: #fff;
}
.accordion.accordion-dark .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff85'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion.accordion-dark .accordion-item {
    border: none;
}
.accordion.accordion-dark .accordion-body {
    color: #fff;
}
.accordion .accordion-body {
    color: #6c757d;
    padding-top: 0;
    padding-bottom: 2rem;
}
.footer-1{
	padding-top:0;
}
.footer-1, .footer-2 {
    border-top: none;
	padding-top:0;
}
.footer.footer-2 .title-menu {
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: bold;
}
.footer.footer-2 ul li a {
    display: flex;
    padding: .25rem 0;
    font-size: 14px;
}
#block_widget-2, #block_widget-3{
	    margin-bottom: 0;
}
#block_widget-3{
	    padding: 0 3px;
}
 #block_widget-3 .section-content .col{
	 padding: 0;
}
.absolute-footer {
    border-top: 1px solid #d1d5db;
	padding: 16px 0;
}
.absolute-footer p {
    margin: 0;
}
.absolute-footer ul,
.absolute-footer li {
    list-style: none;
    padding: 0;
    margin: 0;
	border: none;
}

.socials {
    display: flex;
}
.socials li a {
    display: flex;
    background: #fff;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.nav-bottom {
	display: none;
}
.text-theme {
    color: #00ad4d !important;
}
.nav-bottom {
    position: fixed;
    z-index: 100;
    bottom: 40%;
    right: 6px;
    background-color: #fff;
    text-align: center;
    align-items: center;
    width: 60px;
    height: auto;
    border-radius: .375rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}
.nav-bottom a {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.nav-bottom a img, .nav-bottom a svg, .nav-bottom a i {
    width: 32px;
    height: 32px;
}
.nav-bottom a .name {
    display: none;
}
.absolute-footer .container.clearfix {
    display: flex;
    align-items: flex-start;
    justify-content: normal;
}
.footer-primary {
    order: 1;
    width: 100%;
}
.footer-secondary {
    padding: 7.5px 0;
    order: 2;
}
.header {
border-bottom: 1px solid #ebebeb;
}
/*************** hieght 100% of product in slider ***************/

.section-content .row-small>.flickity-viewport>.flickity-slider>.col{
	padding-bottom: 0;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, .name.product-title.woocommerce-loop-product__title{
	height: inherit;
  	max-height: inherit;
}
.section-content .col-inner .flickity-viewport {
	padding: 0 !important;
}
.section-content .col-inner .flickity-viewport .flickity-slider{
	position: relative !important;
	display: flex;
}
.section-content .col-inner .flickity-viewport .flickity-slider .col {
	flex: 1; /* hoặc flex-basis: 100%; */
  width: 100%; /* đảm bảo chiều rộng */
}
.section-content .col-inner .flickity-viewport > .flickity-slider>.col .product-small.box .box-text{
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.section-content .col-inner .flickity-viewport > .flickity-slider>.col + .col , .section-content .col-inner .flickity-viewport > .flickity-slider> .col .col-inner,.section-content .col-inner .flickity-viewport > .flickity-slider> .col .col-inner .product-small.box{
	height: 100% 
}

.category-page-row .products .product .col-inner, .category-page-row .products .product .col-inner .product-small.box {
	height: 100% 
}
a.sorting-button {
	padding: 6px 12px;
}
.custom-page-title .container-fluid >.container-fluid{
	padding: 0;
}
.shopping-options .number{
	    flex-shrink: 0;
}
@media only screen and (max-width: 62em) {
/*************** ADD tablet CSS HERE  ***************/
	.star-preview {
        font-size: 14px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	li.pll-parent-menu-item {
		width: max-content;
	}
	.custom-page-title .container-fluid >.container-fluid img{
	    margin-bottom: 2rem !important;
	}
	#block_widget-2 .banner .banner-bg img{
		    object-position: center;
	}
	a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
		    font-size: 14px;
	}
	.title-section{
		font-size: 18px;
	}
	#logo img {
		height: 50px;
	}
	.mobile-logo {
		display: block;
		max-width: 150px;
		margin: 0;
	}
    .header_logo, .header-logo-dark {
		display: none !important;
	}
	.header-button a.primary {
		background: none;
		border: none;
		color: #000;
		font-size: 18px;
	}
	.title-page {
        font-size: 32px;
    }
	.product-main .row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-gallery-slider .flickity-viewport {
		height: 345px !important;
	}
	.product-gallery-slider img {
		max-height: 345px;
	}
	.product-small.box {
/* 		height: 340px; */
	}
	.product-info {
		margin-top: 20px;
	}
	.product-small.box .box-text{
		padding: 0 .5rem .5rem;
	}
	.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
        padding: 0 4px;
	}
	.price-wrapper .star-preview {
        font-size: 11px;
		
    }
	.star-preview > small{
		font-size:100%
	}
	#banner-1230857150 .banner-bg img {
		object-fit: contain;
	}
	.product-short-description {
		margin-bottom: 0;
	}
	.product-info .price-wrapper {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 10px;
	}
	.price-wrapper .price {
        display: grid;
        margin-top: 0 !important;
    }
	.product-info .price-wrapper del {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.product-tabs.nav.nav-line.nav-center {
		flex-direction: row;
	}
	.product-tabs.nav.nav-line.nav-center>li {
		width: auto;
	}
	.product-tabs.nav.nav-line.nav-center>li>a {
		font-size: 1rem;
	}
	.tab-panels {
		padding-top: 0;
	}
	.nav.nav-pills.tab-category {
		white-space: nowrap;
		flex-wrap: nowrap;
	}
	.custom-sorting-buttons span{
		display: none;
	}
	
	.custom-page-title .title-section-group{
		    margin-bottom: 1rem !important;
	}
	.custom-page-title .title-section-group .tab-category .nav-item .nav-link{
		font-size: 14px;
	}
	.category-page-row .custom-sorting-buttons{
		flex-wrap: wrap;
	}
	a.sorting-button {
		font-size: 12px;
		margin-right: 0px;
		padding: 4px 5px;
	}
	
	a.sorting-button:last-child{
		margin-right: 0px;
	}
	.nav-bottom {
        bottom: 0%;
        right: 0px;
        width: 100%;
        height: 60px;
        border-radius: .375rem .375rem 0 0;
    }
	.nav-bottom a {
		display: flex !important;
        flex-direction: column;
		flex-wrap: nowrap !important;
        width: auto;
		padding: 0 0 6px 0;
    }
	.nav-bottom a .name {
        display: block;
        font-size: 9px;
        line-height: 10px;
        margin-top: 5px;
    }
	.nav-bottom a svg {
		width: 26px;
		padding-top: 6px;
	}
	.absolute-footer {
		padding-bottom: 65px;
	}
	.absolute-footer .container.clearfix {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-primary {
		text-align: start;
		margin-bottom: 20px;
	}
	.absolute-footer p {
        font-size: 13px;
        width: 100%;
        margin-bottom: .25rem;
    }
	.group-email input {
		font-size: 14px;
	}
}