.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: transparent;
    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;
}
html .category-page-row {
    padding-top: 30px;
}
/* Single Product */
.shop-page-title {
    background-color: #f5f5f5;
}
.page-title-inner {
    padding-top: 1em;
    padding-bottom: 1em;
    min-height: unset;
}
@media (max-width: 849px) {
    .medium-flex-wrap .flex-col {
        padding-top: 0;
        padding-bottom: 0;
        text-align: left !important;
    }
}
.page-title:not(.featured-title)+main .product-main {
    padding-top: 30px;
}
.product .badge-container {
    margin-top: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    border: 1px solid #d1d5db;
    border-radius: 15px;
    overflow: hidden;
}
.product-title.product_title.entry-title {
    font-size: 1.875rem;
}
@media screen and (max-width: 849px) {
    .product-info {
        padding-top: 30px;
    }
}
.product-info .price {
    font-size: 1.25rem;
    margin-bottom: 1em;
}
.product-short-description {
    font-size: .875rem;
    position: relative;
    overflow: hidden;
    margin: 0 0 2em 0;
    padding: 15px;
    border: none;
    background: #f7f7f8;
    border-radius: 16px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}
.product-short-description ul li {
    list-style: none;
    margin-left: 0;
    position: relative;
    padding-left: 1.2em;
}
.product-short-description ul li::before {
    content: '';
    display: inline-block;
    width: .8em;
    height: .8em;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10%200C4.48%200%200%204.48%200%2010C0%2015.52%204.48%2020%2010%2020C15.52%2020%2020%2015.52%2020%2010C20%204.48%2015.52%200%2010%200ZM10%2018C5.59%2018%202%2014.41%202%2010C2%205.59%205.59%202%2010%202C14.41%202%2018%205.59%2018%2010C18%2014.41%2014.41%2018%2010%2018ZM14.59%205.58L8%2012.17L5.41%209.59L4%2011L8%2015L16%207L14.59%205.58Z%22%20fill%3D%22%23c91f25%22%2F%3E%3C%2Fsvg%3E');
    background-size: cover;
    position: absolute;
    left: 0;
    top: .3em;
}
.product-short-description > *:last-child {
    margin-bottom: 0;
}
.readmore_description {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f7f7f8;
    padding-bottom: 5px;
}
.readmore_description:not(.readmore_description_less):before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#f7f7f8));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #f7f7f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.readmore_description a {
    font-size: 0.875rem;
    font-weight: 500;
}
.qr-code {
    max-width: 200px;
}
.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;
}
.product-section {
    border-top: none;
}
/* 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;
}
/* 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;
}