a {
    cursor: pointer;
}

.entry > .ws-form__contact,
.entry > .ws-block-form_contact {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid var(--ws-color-primary);
}

.entry > .ws-block-form_contact p:last-child {
    margin: 0;
}

.box_list_category {
    padding: 50px 0;
}
.box_list_category .item-cat {
    display: flex;
    position: relative;
}
.box_list_category .item-cat:not(:last-child) {
    margin-bottom: 30px;
}
.box_list_category .item-cat:nth-child(even) {
    flex-direction: row-reverse;
}
.box_list_category .item-cat .i-image {
    position: relative;
    height: 407px;
}
.box_list_category .item-cat .i-image::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 300px;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}
.box_list_category .item-cat .i-desc {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
    padding: 20px;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
.box_list_category .item-cat .i-desc .i-title {
    color: var(--ws-color-primary);
    text-transform: uppercase;
    font-family: "UTM-Helvetins";
}
.box_list_category .item-cat .i-desc .i-title h3 {
    font-size: 30px;
    line-height: 1.5em;
    margin: 0;
}
.box_list_category .item-cat .i-desc .other_name {
    font-size: 20px;
    color: #666;
    line-height: 1.5em;
    font-style: italic;
}
.box_list_category .item-cat .i-desc .description {
    color: #666;
    line-height: 1.5em;
    margin-top: 10px;
}
.box_list_category .item-cat .i-desc .view_product {
    margin-top: 20px;
}
.box_list_category .item-cat .i-desc .view_product a {
    display: inline-block;
    padding: 5px 30px;
    line-height: 30px;
    border-radius: 10px;
    background: var(--ws-color-primary);
    color: #fff;
    font-size: 16px;
}
.box_list_category .item-cat .i-desc .view_product a::after {
    content: "";
    font-family: "FontAwesome";
    margin-left: 8px;
}
.box_list_category .item-cat:nth-child(even) {
    flex-direction: row-reverse;
}
.box_list_category .item-cat:nth-child(even) .i-image::before {
    left: 0;
    right: auto;
    background: -moz-linear-gradient(left, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
.box_list_category .item-cat:nth-child(even) .i-desc {
    left: 0;
    right: auto;
}
#main > .box_mid .mid-content > .wrapper {
    display: flex;
    flex-direction: row;
}
#main > .box_mid .mid-content > .wrapper > #sidebar {
    flex-basis: 300px;
    padding-right: 30px;
}
#main > .box_mid .mid-content > .wrapper > #primary {
    flex: 1 1 0px;
}
.product-taxonomy #main > .box_mid .mid-content > .wrapper {
    display: block;
}
#main > .box_mid .mid-content > .wrapper > .listProduct {
    width: 100%;
}
#main > .box_mid .mid-content > .wrapper > .listProduct > #sidebar {
    flex-basis: 270px;
}
#main > .box_mid .mid-content > .wrapper > .listProduct > #primary {
    flex: 1 1 0px;
}
#box-filter-product .widget {
    background: #eff3f5;
    padding: 10px;
    padding-top: 0;
    margin-bottom: 15px;
    border-radius: 10px;
}
#box-filter-product .widget:last-child {
    margin-bottom: 0;
}
#box-filter-product .widget .widget-title {
    border: none;
    background: none;
    color: #444;
    font-size: 18px;
    padding: 0;
    font-weight: bold;
    padding: 5px;
    text-transform: none;
    text-align: left;
}
#box-filter-product .widget .widget-content {
    border: none;
}
#box-filter-product .widget .widget-content .div_checkbox {
    border-radius: 10px;
    padding: 15px 15px;
}
.item-box-search-node .div_checkbox {
    padding: 10px 5px;
    background: #fff;
}
.item-box-search-node .div_checkbox ul li {
    margin-bottom: 10px;
    font-size: 16px;
    float: none;
    width: 100%;
}
.item-box-search-node .div_checkbox ul li:last-child {
    margin-bottom: 0;
}
.item-box-search-node .div_checkbox ul li a {
    position: relative;
    padding-left: 30px;
    color: #444;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
}
.item-box-search-node .div_checkbox ul li a strong {
    color: var(--ws-color-primary);
}
.item-box-search-node .div_checkbox ul li a:hover,
.item-box-search-node .div_checkbox ul li a:hover:before {
    color: var(--ws-color-primary);
}
.item-box-search-node .div_checkbox ul li a::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 23px;
    color: #999;
    font-weight: normal;
}
.item-box-search-node .div_checkbox ul li a.active::before {
    content: "";
    font-weight: 400;
    color: var(--ws-color-primary);
}
.item-box-search-node .div_checkbox ul li.active a {
    background: none !important;
    color: #000 !important;
}
.item-box-search-node .div_checkbox ul.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.item-box-search-node .div_checkbox ul.col3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.item-box-search-node .div_checkbox ul.col4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}
.item-box-search-node .div_radiobox ul li a {
    padding-left: 30px;
    position: relative;
    line-height: 26px;
    font-size: 14px;
    color: #444;
    display: inline-block;
}
.item-box-search-node .div_radiobox ul li a::before {
    font-size: 28px;
    color: #afafaf;
    position: absolute;
    left: 0;
    top: 0;
}
#box-filter-middle {
    margin-top: 20px;
}
.box_tags_search ul {
    display: flex;
    flex-wrap: wrap;
}
.box_tags_search ul li {
    margin-right: 8px;
    margin-bottom: 5px;
}
.box_tags_search ul li span {
    line-height: 23px;
    font-size: 12px;
    color: #333;
}
.box_tags_search ul li a {
    display: inline-block;
    padding: 5px 10px;
    padding-right: 35px;
    border-radius: 3px;
    background: #00a1e4;
    color: #fff;
    font-size: 12px;
    position: relative;
}
.box_tags_search ul li a::after {
    content: "x";
    width: 25px;
    height: 25px;
    line-height: 21px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.5);
}
.box_tags_search ul li a#quit_all_search {
    background: #ff6868;
}
#list_box_power .box-search-node-important {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    column-gap: 10px;
}
#list_box_power .box-search-node-important li:nth-child(5) {
    grid-column: 2 / span 2;
}
#list_box_power .box-search-node-important a {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
}
#list_box_power .box-search-node-important a.active {
    border: 1px solid var(--ws-color-primary);
}
#list_box_power li:nth-child(5) .item {
    padding: 25px 25px;
}
#list_box_power li:nth-child(5) .item .i-icon {
    float: left;
}
#list_box_power li:nth-child(5) .item .i-title {
    display: inline-block;
    margin-bottom: 5px;
}
#list_box_power .item {
    height: 100%;
    padding: 6px 10px;
    text-align: center;
}
#list_box_power .item span {
    display: block;
}
#list_box_power .item .i-title {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
#list_box_power .item .i-icon {
    margin-bottom: 7px;
}
#list_box_power .item .i-short {
    font-size: 13px;
    color: #444;
}
#list_sort .widget-title {
    display: none;
}
#list_sort .widget-content {
    padding: 0;
    border: none;
}
#list_sort ul.box-search-node {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}
#list_sort ul.box-search-node li {
    position: relative;
}
#list_sort ul.box-search-node li:last-child,
#list_sort ul.box-search-node .sub-menu li {
    margin: 0;
    white-space: nowrap;
}
#list_sort ul.box-search-node .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 100%;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #e7e9ec;
    background: white;
    border-radius: 10px;
    padding: 10px;
}
#list_sort ul.box-search-node .sub-menu a {
    width: 100%;
}
#list_sort ul.box-search-node a {
    padding: 5px 20px 5px 40px;
    display: inline-block;
    border: 1px solid #e7e9ec;
    background: #f3f4f6;
    border-radius: 10px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}
#list_sort ul.box-search-node a.active,
#list_sort ul.box-search-node a:hover {
    border-color: var(--ws-color-primary);
    background: #fef2f2;
    user-select: none;
    color: var(--ws-color-primary);
}
#list_sort ul.box-search-node a.active::before,
#list_sort ul.box-search-node a:hover::before {
    color: var(--ws-color-primary);
}
#list_sort ul.box-search-node a::before {
    font-size: 18px;
    position: absolute;
    top: 3px;
    left: 15px;
    color: #222;
}
#list_sort ul.box-search-node .list-option a::before {
    top: 5px;
}
#list_sort ul.box-search-node .sub-menu a.active::before {
    content: '\f14a';
}
#list_sort ul.box-search-node .list-option:hover a + ul {
    display: flex;
}
#box-brands-cat {
    padding: 20px 0;
}
#box-brands-cat ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 5px;
}
#box-brands-cat ul a {
    display: inline-flex;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 12px;
    height: 100%;
    align-items: center;
}
#box-brands-cat ul a:hover,
#box-brands-cat ul a.active {
    border-color: var(--ws-color-primary);
    -moz-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.15);
}
#box-brands-cat ul a img {
    max-height: 32px;
}
#box-tag-options {
    margin-bottom: 20px;
}
#box-tag-options ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
#box-tag-options ul a {
    display: inline-flex;
    padding: 7px 15px;
    border: 1px solid #ccc;
    border-radius: 18px;
    height: 100%;
    align-items: center;
}
#box-tag-options ul a::before {
    content: "#";
    margin-right: 5px;
}
#box-tag-options ul a:hover,
#box-tag-options ul a.active {
    border-color: var(--ws-color-primary);
    background: var(--ws-color-primary);
    color: #fff;
    -moz-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.15);
}
.effect {
    display: block;
    overflow: hidden;
    position: relative;
}
.effect::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.effect:hover::after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
    animation: 1s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}
@-webkit-keyframes fixedAnim {
    0% {
        right: 125%;
    }
    125% {
        right: 0;
    }
}
@-moz-keyframes fixedAnim {
    0% {
        right: 125%;
    }
    125% {
        right: 0;
    }
}
@keyframes fixedAnim {
    0% {
        right: 125%;
    }
    125% {
        right: 0;
    }
}
div[id*="box-cat-pro"]:not(:first-child) {
    margin-top: 30px;
}
div[id*="box-cat-pro"].noitem {
    display: none;
}
.box-cat-pro.is-brand {
    margin-bottom: 40px;
}
.box-cat-pro .box-title {
    position: relative;
    min-height: 40px;
}
.box-cat-pro .box-title::after {
    content: "";
    display: block;
    clear: both;
}
.box-cat-pro .box-title .left-content {
    float: left;
    padding-bottom: 15px;
}
.box-cat-pro .box-title .left-content h1,
.box-cat-pro .box-title .left-content h2,
.box-cat-pro .box-title .left-content h3 {
    margin: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.box-cat-pro .box-title .left-content .title {
    display: inline-block;
    color: #222;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.box-cat-pro .box-title .left-content .title a {
    display: block;
    color: #222;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 40px;
}
.box-cat-pro .box-title .left-content strong {
    color: var(--ws-color-primary);
}
.box-cat-pro .box-title .right-content {
    float: right;
    padding: 0px 0;
}
.box-cat-pro .box-title .right-content .items {
    float: left;
}
.box-cat-pro .box-title .right-content .items li {
    float: left;
}
.box-cat-pro .box-title .right-content .items li:not(:last-child) {
    margin-right: 10px;
}
.box-cat-pro .box-title .right-content .items li a {
    height: 26px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 13px;
    background: #fff;
    font-weight: 500;
}
.box-cat-pro .box-title .right-content .items li a:hover {
    background: #e7f3ff;
}
.box-cat-pro .box-title .right-content .widget {
    margin-bottom: 0;
}
.box-cat-pro .box-title .right-content .box-status {
    float: right;
    height: 30px;
}
.box-cat-pro .div_viewall {
    display: block;
    text-align: center;
    border-top: none;
    margin-top: 25px;
}
.box-cat-pro .div_viewall .viewall {
    display: inline-block;
    height: 42px;
    font-size: 14px;
    color: var(--ws-color-primary);
    border: 1px solid var(--ws-color-primary);
    background: #fff;
    padding: 5px 20px;
    line-height: 30px;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    position: relative;
    border-radius: 5px;
    -moz-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.15);
}
.box-cat-pro .div_viewall .viewall::after {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-left: 10px;
}
.box-cat-pro .div_viewall .viewall:hover {
    color: #fff;
    background: var(--ws-color-primary);
}
.grid_prod {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0px;
    row-gap: 0px;
    border: 1px solid #e4e6e9;
    border-radius: 6px;
    overflow: hidden;
}
.grid_prod.is-empty {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    border: none;
}
.grid_prod .alert {
    margin: 0;
    padding: 20px;
    border-radius: 6px;
}
.product {
    border-right: 1px solid #e4e6e9;
    border-bottom: 1px solid #e4e6e9;
    margin-bottom: -1px;
}
.product > .inner {
    padding: 20px;
    display: flex;
    height: 100%;
}
.product > .inner > a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.product:nth-child(4n) {
    border-right: none;
}
.product:hover .i-image > img {
    top: 50%;
}
.product:hover .i-title h3 {
    color: var(--ws-color-primary);
}
.product .i-image {
    max-width: 200px;
    margin: 0 auto 15px;
}
.product .i-image > img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.product .logo_status {
    z-index: 10;
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
}
.product .logo_status span {
    position: absolute;
    display: block;
    text-align: right;
    margin-bottom: 5px;
}
.product .logo_status span.top_right {
    right: 0;
}
.product .logo_status span.top_left {
    left: 0;
}
.product .logo_status span.bottom_left {
    left: 0;
    bottom: 10px;
}
.product .logo_status span.bottom_right {
    right: 0;
    bottom: 10px;
}
.product .logo_status img {
    max-width: 65px;
    max-height: 100%;
    display: inline-block;
}
.product .i-desc {
    text-align: left;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.product .i-title h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    color: #222;
    font-weight: normal;
    line-height: 1.5em;
    overflow: hidden;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-word;
    -webkit-box-orient: vertical;
}
.product .i-price {
    margin-top: 10px;
}
.product .i-price .promotion {
    font-size: 20px;
    font-weight: bold;
    color: var(--ws-color-primary);
}
.product .i-price .flex {
    margin-top: 6px;
}
.product .i-price .regular {
    font-size: 15px;
    color: #888;
    display: block;
    text-decoration: line-through;
    float: right;
    line-height: 24px;
}
.product .i-price .discount {
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    background: #ee2038;
    margin-left: 20px;
}
.product .i-price::after {
    content: "";
    display: block;
    clear: both;
}
.product .i-button {
    text-align: center;
    padding-top: 20px;
    margin-top: 10px;
}
.product .i-button a {
    display: inline-block;
    line-height: 30px;
    padding: 5px 30px;
    background: var(--ws-color-primary);
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.product .i-button a:hover {
    -webkit-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
}
.effect1 {
    position: relative;
}
.effect1::before {
    left: 0px;
    top: 50%;
    width: 1px;
    z-index: 1;
    height: 0;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.effect1::after {
    right: 0px;
    top: 50%;
    width: 1px;
    z-index: 1;
    height: 0;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.effect1::before,
.effect1::after,
.effect1 .inner::before,
.effect1 .inner::after {
    content: "";
    display: block;
    position: absolute;
    background: var(--ws-color-primary);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.effect1 > .inner::before {
    top: 0px;
    left: 50%;
    width: 0;
    z-index: 1;
    height: 1px;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.effect1 > .inner::after {
    bottom: -1px;
    left: 50%;
    width: 0;
    z-index: 1;
    height: 1px;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.effect1 > .inner:hover::before,
.effect1 > .inner:hover::after {
    width: 100%;
}
.effect1:hover::before,
.effect1:hover::after {
    height: 100%;
}
.product .i-model {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
#primary.no-filter .grid_prod {
    grid-template-columns: repeat(5, 1fr);
}
.box-time-deal {
    padding: 10px 0px;
}
.box-time-deal {
    padding: 0;
    margin-top: 8px;
}
.box-time-deal .number_deal {
    display: inline-block;
    padding-left: 30px;
    padding-right: 20px;
    min-width: 110px;
    height: 22px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}
.box-time-deal .number_deal::before {
    position: absolute;
    left: 5px;
    top: -3px;
    z-index: 10;
}
.box-time-deal .number_deal span {
    position: relative;
    z-index: 9;
}
.box-time-deal .number_deal span.color_black {
    color: #333;
}
.box-time-deal > label {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    display: none;
}
.box-time-deal .deal-time {
    float: right;
    line-height: 22px;
    font-size: 12px;
}
.progress {
    margin-bottom: 0;
    overflow: visible;
    border-radius: 11px;
    background: #fe9901;
    background: -moz-linear-gradient(left, #fe9901 0%, #ec211e 100%);
    background: -webkit-linear-gradient(left, #fe9901 0%, #ec211e 100%);
    background: linear-gradient(to right, #fe9901 0%, #ec211e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fe9901", endColorstr="#ec211e",GradientType=1 );
}
.progress .progress-bar {
    position: absolute;
    right: -1px;
    -webkit-border-top-right-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
    -moz-border-radius-topright: 11px;
    -moz-border-radius-bottomright: 11px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress .progress-bar.full {
    -webkit-border-top-left-radius: 11px;
    -webkit-border-bottom-left-radius: 11px;
    -moz-border-radius-topleft: 11px;
    -moz-border-radius-bottomleft: 11px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}
ul.deal-time li {
    display: inline-block;
}
ul.deal-time li.i-date {
    font-weight: bold;
}
ul.deal-time li:not(.i-date) span.row0 {
    position: relative;
}
ul.deal-time li:not(.i-date) span.row0::after {
    content: ":";
    margin-left: 3px;
}
ul.deal-time li.last span.row0::after {
    display: none;
}
.lightning {
    position: relative;
}
.lightning::before {
    content: url("../images/lightning.png");
}
.bntMore {
    text-align: center;
    padding: 30px 0;
}
.bntMore a {
    display: inline-block;
    border-radius: 8px;
    background: #d3d3d3;
    color: #333;
    padding: 10px 20px;
    line-height: 22px;
}
.bntMore a:hover {
    color: #fff;
    background: var(--ws-color-primary);
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.hvr-float-shadow::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:active::before,
.hvr-float-shadow:focus::before,
.hvr-float-shadow:hover::before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
@media screen and (max-width: 1366px) {
    div[id*="box-cat-pro"]:not(:first-child) {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .box_list_category .item-cat .i-image::before {
        width: 700px;
    }
    body.isIpad #list_box_power .box-search-node-important {
        grid-template-columns: repeat(2, 1fr);
    }
    body.isIpad #list_box_power .box-search-node-important li:nth-child(5) {
        grid-column: 1 / span 2;
    }
    #list_box_power .item .i-short {
        font-size: 12px;
    }
    .item-box-search-node .div_checkbox ul li a {
        font-size: 14px;
    }
    .grid_prod {
        grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    }
    .product:nth-child(4n) {
        border-right: none;
    }
    .product:nth-child(5n) {
        border-right: 1px solid #e4e6e9;
    }
    .page-single .w_info {
        flex-wrap: wrap;
    }
    .page-single .w_info .info_middle {
        width: -webkit-calc(100% - 530px);
        width: -o-calc(100% - 530px);
        width: calc(100% - 530px);
    }
    .page-single .w_info .info_right {
        width: 100%;
        clear: left;
        margin-top: 20px;
        display: none;
    }
    .page-single .btn-cart a span {
        font-size: 16px;
    }
    .page-single a.btn-addcart {
        padding: 10px;
    }
    .page-single a.btn-addcart span {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    body.isIpad #box-filter-product {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
        row-gap: 10px;
    }
    body.isIpad #box-filter-product .widget {
        margin-bottom: 0;
        position: relative;
    }
    body.isIpad #box-filter-product .widget .widget-title {
        display: block;
        height: 36px;
        padding: 3px 10px;
        padding-right: 15px;
        overflow: hidden;
        background: #fff;
        border-radius: 5px;
        font-size: 15px;
        color: #888;
        font-weight: normal;
        position: relative;
    }
    body.isIpad #box-filter-product .widget .widget-title::after {
        content: "";
        font-family: "FontAwesome";
        position: absolute;
        right: 7px;
        top: 3px;
    }
    body.isIpad #box-filter-product .widget .widget-content {
        position: absolute;
        background: #fff;
        border-bottom: 5px;
        left: 0px;
        top: 38px;
        padding: 15px;
        width: 100%;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        border-radius: 5px;
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        padding: 0;
    }
    body.isIpad #box-filter-product .widget .div_checkbox.active {
        visibility: visible;
        opacity: 1;
    }
    body.isIpad #box-filter-product .widget.focus .widget-title {
        box-shadow: var(--ws-color-primary) 0px 0px 0px 1px;
        border-color: var(--ws-color-primary);
    }
    body.isIpad #box-filter-product .widget.focus .widget-title::after {
        content: "";
    }
    body.isIpad #box-filter-product .widget.focus .widget-content {
        visibility: visible;
        opacity: 1;
    }
    body.isIpad #box-brands-cat {
        padding-top: 0;
    }
    body.isIpad #primary {
        margin-top: 20px;
    }
    .box_list_category {
        padding: 30px 0;
    }
    .box_list_category .item-cat .i-image {
        height: auto;
    }
    .box_list_category .item-cat .i-desc {
        justify-content: start;
        padding: 15px 0;
    }
    .grid_prod {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
    }
    #main > .box_mid .mid-content > .wrapper {
        display: block;
    }
    #main > .box_mid .mid-content > .wrapper > #primary {
        padding-left: 0;
    }
    #box-filter-product .widget {
        padding-top: 10px;
    }
    .page-single .w_info .info_left {
        max-width: 50%;
        margin-bottom: 30px;
    }
    .page-single .w_info .info_middle {
        max-width: 50%;
        width: 50%;
    }
    .page-single .w_info .info_right {
        padding-left: 0;
    }
    .page-single .btn-cart {
        display: block;
    }
    .page-single .btn-cart a {
        display: block;
    }
    .page-single .btn-cart a:first-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .product > .inner {
        padding: 15px;
    }
    #main > .box_mid .mid-content > .wrapper > #sidebar {
        padding-right: 0;
        margin-bottom: 20px;
    }

    #box-filter-product {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        row-gap: 15px;
    }
    #box-filter-product .widget {
        margin-bottom: 0;
        position: relative;
    }
    #box-filter-product .widget .widget-title {
        display: block;
        height: 36px;
        padding: 3px 10px;
        padding-right: 15px;
        overflow: hidden;
        background: #fff;
        border-radius: 5px;
        font-size: 13px;
        color: #888;
        font-weight: normal;
        position: relative;
    }
    #box-filter-product .widget .widget-title::after {
        content: "";
        font-family: "FontAwesome";
        position: absolute;
        right: 7px;
        top: 3px;
    }
    #box-filter-product .widget .widget-content {
        display: none;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 110%;
        z-index: 99;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        width: 200%;
        left: 0;
    }
    #box-filter-product .widget:nth-child(2n + 1) .widget-content {
        left: 0;
    }
    #box-filter-product .widget:nth-child(2n) .widget-content {
        right: 0;
    }
    #box-filter-product .widget:nth-child(2n + 2) .widget-content {
        left: -100%;
    }
    #box-filter-product .widget.focus .widget-content {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    #box-filter-product #list_sort .div_radiobox ul {
        display: block;
        padding: 10px;
    }
    #box-filter-product #list_sort .div_radiobox ul li {
        white-space: nowrap;
        margin: 0;
    }
    #box-filter-product #list_sort .div_radiobox ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    #box-filter-product #list_sort .div_radiobox ul li .i-title {
        white-space: nowrap;
    }
    #box-filter-product #list_box_power .box-search-node-important {
        padding: 10px;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 5px;
        row-gap: 5px;
    }
    #box-filter-product #list_box_power .box-search-node-important li:nth-child(5) {
        grid-column: 1 / span 2;
    }
    #box-filter-product #list_box_power .widget-content {
        width: 180%;
    }
    #box-filter-product #list_box_power .item {
        padding: 5px 5px;
    }
    #box-filter-product .item-box-search-node .div_checkbox {
        padding: 10px;
    }
    .box_tags_search {
        padding: 20px 0;
    }
    .box_list_category .item-cat {
        display: block;
    }
    .box_list_category .item-cat .i-image {
        width: 100%;
        height: auto;
    }
    .box_list_category .item-cat .i-image::before {
        display: none;
    }
    .box_list_category .item-cat .i-desc {
        width: 100%;
        max-width: 100%;
        padding: 15px 0;
        position: relative;
    }
    .box_list_category .item-cat .i-desc .description {
        display: none;
    }
    .box_list_category .item-cat .i-desc .view_product {
        margin-top: 10px;
    }
    .grid_prod {
        grid-template-columns: repeat(3, 1fr);
    }
    .page-single .w_info {
        display: block;
    }
    .page-single .w_info .info_left,
    .page-single .w_info .info_middle {
        width: 100%;
        max-width: inherit;
        padding: 0;
    }
    .page-single .w_info .info_right {
        width: 100%;
        padding-left: 0;
    }
    .page-single .info-other {
        margin-top: 20px;
    }
    #slider-detail {
        width: 100%;
        margin-right: 0;
    }
    #slider-thumbnail {
        position: relative;
        width: 100%;
        margin-top: 6px;
    }
    .slider-nav .item {
        margin-right: 6px;
        margin-bottom: 0;
        border: none;
    }
    .slider-nav .item:hover::before,
    .slider-nav .item.slick-current::before {
        top: -11px;
    }
    .box-tab ul.nav-tabs li {
        margin-bottom: 5px;
    }
    .box-tab ul.nav-tabs li a {
        border-radius: 5px;
        font-weight: bold;
    }
    .product_related {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    #box-brands-cat {
        margin-bottom: 0;
        padding: 10px 0;
    }
    #box-brands-cat ul {
        column-gap: 10px;
        row-gap: 10px;
    }
    #box-brands-cat ul a {
        padding: 5px;
        border-radius: 5px;
    }
    #box-brands-cat ul a img {
        max-height: 26px;
    }
    #list_sort ul.box-search-node a {
        font-size: 14px;
        padding: 5px 10px;
        padding-left: 25px;
        line-height: 25px;
    }
    #list_sort ul.box-search-node a::before {
        font-size: 12px;
        left: 10px;
        top: 5px;
    }
    .box_list_category {
        padding: 20px 0;
    }
    .box_list_category .item-cat .i-desc .i-title h3 {
        font-size: 24px;
    }
    .box_list_category .item-cat .i-desc .other_name {
        font-size: 16px;
    }
    .grid_prod {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 0px;
    }
    .grid_prod .product {
        border-bottom: 1px solid #e4e6e9;
    }
    .grid_prod .product:nth-child(2n) {
        border-right: none;
    }
    .product .i-desc {
        padding: 0;
    }
    .product .i-model {
        font-size: 14px;
    }
    .product .i-price .promotion {
        font-size: 16px;
    }
    .product .i-price .regular {
        font-size: 12px;
    }
    .product .i-button a[rel="nofoflow"] {
        font-size: 14px;
        padding: 5px 20px;
    }
    #box-filter-product {
        column-gap: 5px;
        row-gap: 5px;
    }
    #box-filter-product .widget {
        padding: 2px;
        padding-top: 2px;
    }
    #box-tag-options ul {
        column-gap: 5px;
        row-gap: 5px;
    }
    #box-tag-options ul a {
        padding: 7px 7px;
        font-size: 12px;
    }
}

.page-template-product .box-desc,
.archive .box-desc {
    margin-top: 30px;
    position: relative;
}
.page-template-product .box-desc:not(.is-show),
.archive .box-desc:not(.is-show) {
    overflow: hidden;
    max-height: 400.5px;
}
.page-template-product .box-desc .entry-more,
.archive .box-desc .entry-more {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    position: absolute;
    padding: 300px 30px 0;
    justify-content: center;
    background: linear-gradient(transparent, white);
}
.page-template-product .box-desc .entry-more span,
.archive .box-desc .entry-more span {
    cursor: pointer;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    gap: 4px;
    padding: 10px 20px;
    border-radius: 30px;
    transition: all .3s ease;
    color: var(--ws-color-black);
    font-family: var(--ws-font-nunito);
}
.page-template-product .box-desc .entry-more span::after,
.archive .box-desc .entry-more span::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect width='20' height='20' rx='10' fill='black'/%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}