.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;
}
@media (max-width: 549px) {
    .uni-toolbox {
        font-size: .875rem;
    }
}
.uni-toolbox .view-mode-switcher a {
    color: #222222;
}
.uni-toolbox .woocommerce-ordering, 
.uni-toolbox .woocommerce-ordering select {
    box-shadow: none;
    background-color: transparent;
    border-color: var(--primary-color);
    margin: 0;
}
.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;
}
.product-cat-introduce.active {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
.readmore_description {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}
.readmore_description:not(.readmore_description_less):before {
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.readmore_description a {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin: 0;
}
/* Single Product */
@media (min-width: 850px) {
    .product-gallery {
        padding-bottom: 30px !important;
    }
}
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
    border-color: var(--primary-color);
}
.product .flex-control-nav li {
    margin-top: 0.625rem;
    margin-bottom: 0;
    float: left;
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.product .flex-control-nav li img {
    border: 1px solid #eee;
    width: 100%;
}
.product .flex-control-nav li img:hover, .product .flex-control-nav li img.flex-active {
    border-color: var(--primary-color);
}
.product .badge-container {
    margin-top: 0;
}
.product-main {
    padding-bottom: 0;
}
@media (max-width: 849px) {
    .product-info {
        padding-top: 30px;
    }
}
.product-title.product_title.entry-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .5em;
}
.product-info .price {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1em;
}
.product-info .price .price {
    margin: 0;
}
.single_variation_wrap {
    display: none !important;
}
.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;
}
.variations_form .ux-swatch {
    box-shadow: none !important;
    border: 1px solid #EEE;
}
.variations_form .ux-swatch.selected {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #FFF;
}
table.variations label {
    margin-bottom: 0;
}
.table-variations {
    border: 1px solid #02c4c1;
    margin-bottom: 1.5em;
    font-weight: 600;
}
.table-variations td, .table-variations th {
    padding: .5em 1em;
    border: none;
}
.table-variations th {
    text-transform: none;
}
.price-table {
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
}
.price-table del span.amount {
    opacity: .5;
    color: #111;
    font-size: .9em;
}
.variations .reset_variations {
    display: none;
}
#collapse-receiver {
    display: none;
}
.form-quickbuy {
    padding: 10px 15px 15px 15px;
    background-color: var(--fs-experimental-link-color-hover);
}
.form-quickbuy__title {
    font-size: 1.125rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: .5em;
}
.form-order {
    margin-bottom: 0;
}
#popup-product input, #popup-product textarea {
    border-color: var(--primary-color);
    box-shadow: none;
}
@media (max-width: 849px) {
    #popup-product .product-info {
        padding-top: 30px !important;
    }
}
.ul-reason ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: .5em;
}
.ul-reason ul li {
    flex: 0 0 100%;
    margin: 0;
    list-style: none;
    position: relative;
    padding-left: 1.5em;
}
@media (min-width: 850px) {
    .ul-reason ul li {
        flex: 0 0 calc( 50% - .25em );
    }
}
.ul-reason ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
}
.ul-address ul li {
    margin: 0;
    list-style: none;
    position: relative;
    padding-left: 1.5em;
}
.ul-address ul li::before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Pro';
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
}
.product-footer .woocommerce-tabs {
    padding-top: 0;
    border-top: none;
}
.product-footer .woocommerce-tabs>.nav-line-grow, .product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    margin-top: 0;
}
.woocommerce-tabs .nav-line {
    border-bottom: 1px solid #ececec;
}
.woocommerce-tabs .nav-line>li {
    margin: 0 15px;
}
.woocommerce-tabs .nav-line>li>a {
    font-size: 1rem;
}
.woocommerce-tabs .nav-line>li.active>a {
    color: var(--fs-experimental-link-color-hover);
}
.woocommerce-tabs .nav-line>li>a::before {
    top: unset;
    bottom: 0;
    background-color: var(--fs-experimental-link-color-hover);
}
.woocommerce-tabs .tab-panels {
    padding-top: 20px;
}
.product-section {
    border-top: none;
    margin-bottom: 1.5em;
}
/* 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 */
.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 .product-name {
    border: none;
    border-bottom: 2px solid #ececec;
}
.cart_totals .button {
    line-height: 2.8em;
    min-height: 2.8em;
}
/* Order received */
.order-information {
    background: var(--primary-color);
    padding: 1px;
    border-radius: 12px;
    overflow: hidden;
}
.order-information__inner {
    background: #FFF;
    border-radius: 11px;
}
.order-information .icon-box {
    position: relative;
    padding: 46px 24px 40px 24px;
}
.order-information .icon-box-img svg path {
    fill: var(--primary-color);
}
.order-information .line {
    position: relative;
    display: block;
    margin: 0 auto;
    width: calc( 100% - 22px );
    height: 4px;
    background: url(../img/line.svg) center repeat;
}
.order-information .line:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #FFF;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
}
.order-information .line:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #FFF;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
}
.order-information .icon-box-center .icon-box-img {
    margin-bottom: 1.5em;
}
.order-information .woocommerce-order-overview {
    padding: 40px 24px 24px 24px;
    margin-bottom: 0;
}
.woocommerce-order-overview {
    list-style: none;
}
.woocommerce-order-overview li {
    display: flex;
    justify-content: space-between;
    column-gap: .5em;
    margin: 0 !important;
    padding: .8em 0;
}
.woocommerce-order-overview li + li {
    border-top: 1px dashed #E0E0E0;
}
.woocommerce-order-overview li > span {
    white-space: nowrap;
}
.woocommerce-order-overview strong {
    text-align: right;
}
.woocommerce-order-overview__order strong {
    color: var(--primary-color);
}
.woocommerce-order-overview__payment-method strong {
    text-transform: uppercase;
}
.woocommerce-order-overview__shipping .shipped_via {
    display: none;
}
.woocommerce-order-overview span.amount {
    background: none;
}
@media (max-width: 849px) {
    .col-order-details {
        padding-top: 1.5em;
    }
}
.col-order-details section + section {
    margin-top: 3em;
}
.woocommerce-order-details__title, .woocommerce-column__title {
    font-size: 1.25em;
}
.woocommerce-customer-details address p {
    margin-bottom: 0;
}