.columns-list>.col {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}
.uni-toolbox {
    margin-bottom: 1em;
}
.uni-toolbox .view-mode-switcher a {
    color: #222222;
}
.uni-toolbox .woocommerce-ordering, 
.uni-toolbox .woocommerce-ordering select {
    box-shadow: none;
    background-color: transparent;
    font-size: 14px;
    margin: 0;
}
.uni-toolbox .woocommerce-ordering {
    margin: 0;
}
.uni-toolbox .woocommerce-result-count {
    margin-right: 0;
    font-size: 1rem;
    color: #999;
}
.uni-toolbox .woocommerce-result-count:before {
    content: '(';
}
.uni-toolbox .woocommerce-result-count:after {
    content: ')';
}
@media (min-width: 550px) {
    .uni-ordering {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}
@media (min-width: 550px) {
    .uni-ordering {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}
.woocommerce-products-header__title {
    display: inline-block;
    width: auto;
    font-size: 1.5rem;
    margin: 0;
}
.woocommerce-result-count {
    font-size: 1.125rem;
    display: inline-block !important;
}
/**/
.product-small.col > .col-inner {
    height: 100%;
    border: 1px solid #E2E2E2;
    background: #FFF;
    transition: all .3s ease-in-out;
}
.product-small.col > .col-inner:hover {
    border-color: #ED1C24;
    /*border-width: 2px;*/
}
.box-text {
    font-size: 1em;
}
.box-text-products {
    padding: .7em 1em 1.5em 1em;
}
@media (max-width: 549px) {
    .box-text-products {
        padding: .7em .5em 1em .5em;
    }
}
.product-small.box span.amount {
    font-size: 1.25rem;
}
.product-small.box del span.amount {
    font-size: 1rem;
}
.button-action {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.product-small.box:hover .button-action {
    opacity: 1;
    visibility: visible;
}
.button-action .button {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    opacity: .8;
}
.button-viewpro {
    background: #737373;
}
.button-action .button:last-child {
    margin-right: 0;
}
.button-action .button:not(.icon)>i {
    margin: 0;
}
.product-small .added_to_cart {
    display: none;
}
.product-small .badge-container {
    margin: 0;
    left: unset;
    right: 10px;
    top: 0;
    pointer-events: none;
}
.product-small .badge {
    display: inline-block;
    width: 30px;
    height: 50px;
    background: url(../img/sale-badge.png) center top;
    background-size: cover;
    margin: 0;
}
.product-small .badge-inner {
    background: none;
    position: relative;
    line-height: 1.2;
    padding: 0;
    display: block;
    font-size: 10px;
    font-weight: 500;
    padding-top: 8px;
}
@media (min-width: 550px) {
    .product-small .badge {
        width: 55px;
        height: 62px;
    }
    .product-small .badge-inner {
        font-size: 14px;
    }
}
.woocommerce-loop-product__title {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 .6em 0 !important;
}
.woocommerce-loop-product__title a {
    color: inherit;
    margin: 0 !important;
    display: block;
    line-height: 1.6 !important;
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    width: auto;
}
.product-small .br_compare_button {
    font-size: 12px;
    text-transform: none;
    background: #436FD5;
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: auto;
    margin: 0 !important;
    padding: 0px 8px;
    line-height: normal;
    min-height: unset;
}
.product-small .br_compare_button i {
    display: none !important;
}
.product-small .box-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
.product-small .box-image img {
    max-height: 300px;
}
/* Compare */
html .br_new_compare_block_wrap {
    font-size: .875rem;
}
html .br_top_table .br_main_top {
    position: static;
}
html div.br_new_compare_block .br_top_table .br_show_compare_dif,
html div.br_new_compare_block .br_remove_all_compare {
    display: none;
}
html .br_opacity_top {
    /*display: none;*/
}
.br_new_compare .br_right_table th, .br_new_compare .br_right_table td, .br_new_compare .br_left_table th, .br_new_compare .br_left_table td, .br_top_table th, .br_top_table td {
    font-size: 1rem !important;
}
html .br_new_compare_block .br_remove_compare_product_reload {
    top: 50%;
    transform: translateY(-50%);
    display: block;
    color: #ed1c24;
    border: 1px solid #ed1c24 !important;
    right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
html .br_new_compare_block .br_remove_compare_product_reload:hover {
    background: #ed1c24;
    color: #FFF;
}
html .br_new_compare_block .br_top_table .br_main_top h3 {
    margin: 10px 0 10px !important;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: none;
}
html .br_new_compare_block .br_top_table .br_main_top .br_compare_price {
    margin-bottom: 1em !important;
}
.br_description_row {
    display: none;
}
html .berocket_compare_widget_start .berocket_show_compare_toolbar {
    font-size: 1rem;
    line-height: normal;
    height: auto;
    padding: .3em 1em;
}
.berocket_show_compare_toolbar .fa {
    font-weight: normal;
    font-size: inherit;
}
.widget_berocket_compare_products_widget {
    margin: 0;
}
html .berocket_compare_widget_toolbar .berocket_compare_widget_image li {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    html .berocket_compare_widget_toolbar .berocket_compare_widget_image li {
        width: 120px;
    }
}
@media (max-width: 849px) {
    html .berocket_compare_widget_toolbar .berocket_compare_widget_image li {
        width: 60px;
    }
    .berocket_compare_widget li span {
        display: none;
    }
}
html .berocket_compare_widget li .br_remove_compare_product {
    display: block;
    color: #ed1c24;
    background: #FFF;
    border: 1px solid #ed1c24;
}
html .berocket_compare_widget li .br_remove_compare_product:hover {
    background: #ed1c24;
    color: #FFF;
}
p.in-stock {
    color: #3075FF;
}
/* Account Page */
.dashboard-links {
    font-size: 1.25rem;
}
.dashboard-links li {
    margin-left: 0 !important;
}
/* Single Product */
body.single-product #main {
    background: #F9F9F9;
}
#product-sidebar span.widget-title {
    color: #2E3192;
    text-align: center;
    border-bottom: 1px solid #2E3192;
    padding-bottom: .5em;
    font-size: 0.875rem;
}
#product-sidebar .widget {
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    padding: 10px 10px;
}
#product-sidebar .widget:last-child {
    margin-bottom: 0;
}
#product-sidebar .icon-box {
    border-bottom: 1px dashed #E8E8E8;
    padding-top: 10px;
    padding-bottom: 10px;
}
#product-sidebar .icon-box:last-child {
    border-bottom: none;
}
#product-sidebar .widget p:last-child {
    margin-bottom: 0;
}
body.single-product #main, .uni-is-sticky-column {
    position: static;
}
.product-inner {
    padding: 10px 10px 10px 10px;
    background: #FFF;
    margin-bottom: 30px;
    overflow: hidden;
}
@media (min-width: 850px) {
    .product-inner {
        padding: 15px 15px 15px 15px;
        margin-bottom: 30px;
    }
} 
.product-title.product_title.entry-title {
    font-size: 1.875rem;
    font-weight: 500;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: .5em;
    margin-bottom: 1em;
}
.product-images .badge-container {
    display: none;
}
.woocommerce-product-gallery figure {
    border: 1px solid #F3F3F3;
}
.product-gallery .product-thumbnails {
    margin: 0 -5px !important;
}
.product-gallery .product-thumbnails .col {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
@media (min-width: 1200px) {
    .product-gallery .product-thumbnails {
        margin: 0 -10px !important;
    }
    .product-gallery .product-thumbnails .col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media (max-width: 849px) {
    .product-gallery .product-short-description {
        display: none;
    }
    .product-info {
        padding-top: 0;
    }
}
.product-thumbnails a, .product-thumbnails a:hover, .product-thumbnails .is-nav-selected a {
    border-color: #F3F3F3;
}
.uni-product-thumbnails {
    display: flex;
    margin-bottom: 20px;
}
.uni-product-thumbnails__content {
    width: calc( 100% - 90px );
}
.product-gallery .view-infomation {
    text-align: center;
    font-size: 10px;
    margin-left: 10px;
}
.product-gallery .view-infomation a {
    width: 80px;
    /*height: 100px;*/
    min-height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: inherit;
    border: 1px solid #F3F3F3;
    background: #FFF;
    padding: 5px;
}
@media (min-width: 1200px) {
    .product-gallery .view-infomation {
        font-size: 12px;
    }
    .uni-product-thumbnails {
        display: flex;
        margin-bottom: 20px;
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
    .uni-product-thumbnails__content {
        width: calc( 100% - 120px );
    }
    .product-gallery .view-infomation {
        margin-left: 20px;
    }
    .product-gallery .view-infomation a {
        width: 100px;
    }
}

.cktm-single {
    margin-bottom: 15px;
}
.cktm-single__title {
    font-size: 0.875rem;
    font-weight: 500;
    background: #2E3192;
    color: #FFF;
    padding: 10px 10px;
}
.cktm-single__desc {
    border: 1px solid #E3E3E3;
    border-top: none;
    padding: 15px;
    font-size: 0.875rem;
}
.cktm-single__desc ul li {
    margin-left: 0;
    position: relative;
    padding-left: 1.5em;
    list-style: none;
}
.cktm-single__desc ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    color: #32BEA6;
    position: absolute;
    left: 0;
    top: 0;
}
.cktm-single__desc > *:last-child {
    margin-bottom: 0;
}
/*@media (min-width: 850px) {
    .product-main .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .product-main .col {
        padding-left: 10px;
        padding-right: 10px;
    }
}*/
.product-summary .quantity {
    display: none !important;
}
.product-summary:not(.p-sidebar) form.cart {
    display: flex;
    flex-direction: row-reverse;
    /*flex-wrap: wrap;*/
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
.product-summary .button {
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: none;
    line-height: 1.2;
    font-weight: normal;
    padding: 1.2em .5em !important;
    width: 100%;
}
@media (min-width: 850px) {
    .product-summary .button {
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .product-summary .button {
        font-size: 1rem;
    }
}
@media (min-width: 1440px) {
    .product-summary .button {
        font-size: 1.125rem;
    }
}
.product-summary .button span {
    font-weight: 500;
}
.product-summary:not(.p-sidebar) form .button {
    width: calc( 50% - 10px );
    margin-left: 10px;
    margin-right: 10px;
}
.product-summary .single_add_to_cart_button {
    background: #ED1C24 !important;
}
.product-summary .buy_now {
    background: #FF7F00 !important;
}
.product-summary .button-dktv {
    margin-bottom: 20px;
    background: #2E3092 !important;
}
.product-summary table tr {
    vertical-align: baseline;
}
.product-summary table tr+tr {
    border-top: none;
}
.woocommerce-product-attributes-item__label {
    text-transform: none;
    white-space: nowrap;
    letter-spacing: 0;
    font-weight: 500;
}
.woocommerce-product-attributes-item__label:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: .5em;
    background: #444444;
}
.product-summary table {
    margin-bottom: 1em;
}
.product-summary table th, .product-summary table td {
    border-bottom: none;
    font-size: 1.125rem;
}
.product-summary table p {
    margin: 0;
}
.text-price {
    margin-right: .5em;
    font-weight: normal;
    text-decoration: none !important;
}
.product-info .uni-price .text-price {
    font-size: 1.125rem;
    display: inline-block;
    min-width: 70px;
}
.uni-price {
    display: block;
    margin-bottom: .5em;
}
.product-info.p-sidebar .uni-price {
    display: block;
    margin-right: 0;
    margin-bottom: .5em;
}
.product-info.p-sidebar .uni-price span.amount {
    margin: 0 0 0 .5em!important;
}
.product-info .uni-price ins span.amount,
.product-info .price:not(.price-on-sale) span.amount {
    font-size: 1.75rem;
}
.product-info .uni-price del span.amount {
    font-size: 1.25rem;
}
.product-info .price {
    display: block;
    line-height: 1.4;
}
.price-save {
    font-size: 1.125rem;
    font-weight: normal;
    display: block;
    margin-bottom: 1em;
}
.price-save span {
    background: #ED1B24;
    color: #FFF;
    border-radius: 5px;
    display: inline-block;
    padding: .25em .6em;
    margin-left: 1em;
}
.product-info:not(.p-sidebar) .camket {
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    padding: 14px 18px;
    background: #FFF;
    margin-top: 2em;
}
.product-info .camket > *:last-child {
    margin-bottom: 0;
}
.uni-stock {
    color: #3075FF;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    font-size: 1.125rem;
    font-weight: 500;
}
.product-footer .woocommerce-tabs {
    padding: 0;
    border-top: none;
    margin-bottom: 2em;
}
.woocommerce-tabs .nav>li>a {
    font-weight: normal;
    text-transform: none;
    border-left: none;
    border-right: none;
    font-size: 1.125rem;
}
.woocommerce-tabs .nav>li:not(.active)>a {
    background: #222222;
    border-color: #222222;
    color: #FFF;
}
.nav-tabs+.tab-panels {
    border: none;
}
.product-section {
    border-top: none;
}
.product-section__title.woocommerce_product_description_tab {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 0;
}
.product-section__title.woocommerce_product_description_tab span {
    display: inline-block;
    font-size: 0.875rem;
    color: #FFF;
    background: #2E3192;
    border-radius: 10px 10px 0 0;
    padding: .7em 1em;
}
.product-section__title.comments_template {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
}
.p-sidebar {
    font-size: 0.875rem;
    background: #F3F3F3;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    margin-bottom: 30px;
    padding: 10px;
}
.p-sidebar__title {
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
}
.p-sidebar__title span {
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1.4em;
    width: auto;
}
#dktv {
    background: #C81012;
    color: #FFF;
    border-radius: 20px;
}
@media (min-width: 1200px) {
    #dktv {
        padding: 40px 60px !important;
    }
}
#dktv .wpcf7 {
    color: inherit;
}
#dktv form {
    margin-bottom: 0;
}
#dktv input {
    border-radius: 20px;
    border: none;
    box-shadow: none;
}
#dktv input[type=submit] {
    background: #ffff00 !important;
    color: #d71517;
    margin-bottom: 0;
}
#dktv label {
    color: inherit;
    margin-bottom: 0;
}
#dktv .wpcf7 span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0;
}
.blog-content {
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
.readmore_description {
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}
/*.readmore_description:before {
    height: 55px;
    margin-top: -45px;
    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 {
    color: inherit;
    display: block;
    padding: 6px 10px;
    text-align: center;
    background: #F3F3F3;
}
.blog-content + .product-summary .button {
    width: auto;
}
@media (min-width: 1200px) {
    .blog-content + .product-summary .button {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
.star-rating {
    font-size: 12px;
}
.star-rating span:before {
    color: orange;
}
.woocommerce-product-rating__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
}
.woocommerce-product-rating__wrap .count {
    margin-left: 5px;
}
.review-form-inner {
    border: none;
    padding: 0;
}
.review-form-inner form, .review-form-inner input[type=submit] {
    margin-bottom: 0;
}
.product-inner .icon-box:not(:last-child) {
    border-bottom: 1px dashed #EFEFEF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .product-inner .icon-box:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
.product-inner .icon-box-img img {
    border-radius: 15px;
}
.box-text-products .price-save {
    display: none;
}
.product-inner__title {
    padding: 18px 0.875rem 14px 0.875rem;
    margin: 0;
    border-bottom: 1px solid #EFEFEF;
    width: auto;
    background: #FFF;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0;
}
.shop-page-title.page-title {
    min-height: 180px;
    display: flex;
    align-items: center;
}
@media (min-width: 550px) {
    .shop-page-title.page-title {
        min-height: 190px;
    }
}
@media (min-width: 850px) {
    .shop-page-title.page-title {
        min-height: 214px;
    }
}
body.single-product .shop-page-title.featured-title .title-bg {
    background-image: url(../img/bg1.jpg) !important;
}
span.amount {
    color: #ED1C24;
    font-weight: 500;
}
del span.amount {
    color: #999999;
    font-weight: normal;
    opacity: 1;
    margin-right: 0;
}
.price-wrapper del {
    color: #999999;
}
.related .sc-title3 {
    margin-bottom: 1.5em;
}
.related .sc-title3 .section-title {
    margin-bottom: 0;
}
.related .sc-title3 .section-title:after {
    content: '';
    width: 60px;
    height: 20px;
    background: #F9F9F9;
    position: absolute;
    right: 0;
}
.col-related.related .sc-title3 .section-title:after {
    background: #FFF;
}
.related .flickity-prev-next-button {
    opacity: 1;
    width: 20px !important;
    height: 20px;
    top: -3.3em;
    bottom: unset;
    margin: 0 !important;
    min-height: unset;
}
.related .flickity-prev-next-button svg, 
.related .flickity-prev-next-button .arrow {
    background: #F9F9F9;
    border: 1px solid #9D9D9D !important;
    fill: #9D9D9D;
    height: 20px;
    padding: 20% !important;
}
.col-related.related .flickity-prev-next-button svg, 
.col-related.related .flickity-prev-next-button .arrow {
    background: #FFF;
}
.related .slider .flickity-prev-next-button:hover svg, 
.related .slider .flickity-prev-next-button:hover .arrow,
.related .flickity-prev-next-button.next svg,
.related .flickity-prev-next-button.next .arrow {
    border-color: #ed1c24 !important;
    fill: #ed1c24;
}
.related .flickity-prev-next-button.previous {
    right: 40px;
    left: unset;
    transform: none;
}
.related .flickity-prev-next-button.next {
    right: 10px;
    transform: none;
}
@media (min-width: 850px) {
    .related .sc-title3 .section-title:after {
        width: 120px;
        height: 40px;
    }
    .related .flickity-prev-next-button {
        width: 40px !important;
        height: 40px;
        top: -4em;
    }
    .related .flickity-prev-next-button svg, 
    .related .flickity-prev-next-button .arrow {
        height: 40px;
    }
    .related .flickity-prev-next-button.previous {
        right: 60px;
    }
    .related .flickity-prev-next-button.next {
        right: 10px;
    }
}
.related-products-wrapper {
    margin-bottom: 50px;
}
/* Category Product */
body.tax-product_cat #main {
    background: #F9F9F9;
}
.products.row > .woocommerce-info {
    padding-left: 10px;
    padding-right: 10px;
}
.uni-filter {
    margin-bottom: 2em;
}
.uni-filter form {
    margin-bottom: 0;
}
html .prdctfltr_wc .prdctfltr_filter label>span,
html .prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span {
    font-weight: normal;
    font-size: .875rem;
}
html .prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter input[type="checkbox"] {
    margin-bottom: 4px;
    margin-right: 4px;
}
html .prdctfltr_reset label {
    font-weight: normal !important;
    text-decoration: underline;
}
html .prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before {
    /*display: none;*/
}
html .prdctfltr_woocommerce_ordering {
    position: relative;
}
@media (min-width: 850px) {
    html .prdctfltr_wc .prdctfltr_buttons {
        position: absolute;
        top: -50px;
        right: 0;
        margin: 0 !important;
    }
}
html .prdctfltr_filter .prdctfltr_regular_title {
    font-size: 1rem;
    font-weight: bold;
}
html .prdctfltr_wc .prdctfltr_filter {
    padding-bottom: 0;
}
html .prdctfltr_wc .prdctfltr_filter:not(:last-child) {
    margin-bottom: 30px;
}
@media (min-width: 850px) {
    .prdctfltr-widget {
        display: none;
    }
}
@media (max-width: 900px) {
    html .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter, 
    html .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter, 
    html .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter {
        float: none !important;
        width: auto !important;
        margin-right: 0 !important;
    }
}
/**/
.dmnt .col {
    padding-bottom: 0;
}
@media (max-width: 549px) {
    .dmnt + .category-page-row {
        margin-top: 0 !important;
    }
    .dmnt .row {
        flex-wrap: unset;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        flex-flow: row;
    }
    .dmnt .col {
        max-width: 28%;
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
        flex: 0 0 28%;
    }
}
.dmnt .icon-box .icon-box-text {
    font-size: .875rem;
    font-weight: 500;
}
.dmnt .icon-box:hover .icon-box-text {
    color: #ED1C24;
}
.dmnt .icon-box-center .icon-box-img {
    margin-bottom: .8em;
}
/**/
@media (min-width: 550px) {
    .dmgol .row {
        flex-flow: nowrap;
    }
    .dmgol .col {
        flex: 1 1 auto;
    }
}
.dmgol .col {
    padding-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}
.dmgol .col:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ED1C24;
    opacity: 0;
}
.dmgol .col:hover {
    border-color: #ED1C24;
}
.dmgol .col:hover:after {
    opacity: 1;
}
@media (max-width: 549px) {
    .dmgol + .category-page-row {
        margin-top: 0 !important;
    }
    .dmgol .row {
        flex-wrap: unset;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        flex-flow: row;
    }
    .dmgol .col {
        max-width: 28%;
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
        flex: 0 0 28%;
    }
}
.dmgol .icon-box .icon-box-text {
    font-size: .875rem;
    font-weight: 500;
}
.dmgol .icon-box:hover .icon-box-text {
    color: #ED1C24;
}
.dmgol .icon-box-center .icon-box-img {
    margin-bottom: .8em;
}
.category-gach {
    background: #FFF;
    margin-top: 0 !important;
}
.category-gach .uni-toolbox {
    display: none;
}
html .category-gach .uni-filter .prdctfltr_wc .prdctfltr_filter:not(:last-child) {
    margin-bottom: 0;
}
html .category-gach .prdctfltr_wc .prdctfltr_buttons {
    position: static;
    padding: 0 10px;
    margin-top: 20px !important;
}
html .category-gach .uni-filter .prdctfltr_wc .prdctfltr_buttons {
    margin-top: 0 !important;
    text-align: center;
}
@media (min-width: 550px) {
    .category-gach .uni-filter .prdctfltr_woocommerce_ordering {
        display: flex !important;
        margin-left: 0;
        margin-right: 0;
    }
    .category-gach .uni-filter .prdctfltr_filter_wrapper {
        flex: 0 0 calc( 100% - 180px );
        margin-right: 10px;
    }
    html .category-gach .uni-filter .prdctfltr_wc .prdctfltr_buttons {
        flex: 0 0 170px;
    }
    html .category-gach .prdctfltr_wc .prdctfltr_buttons {
        padding: 0;
        text-align: left;
    }
}
.category-gach .uni-filter .prdctfltr_wc.pf_select .prdctfltr_filter_inner {
    margin-left: -5px;
    margin-right: -5px;
}
.category-gach .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_filter_submit {
    margin-bottom: 0 !important;
}
.category-gach .prdctfltr-widget .prdctfltr_wc span.prdctfltr_reset {
    display: inline-block;
}
.category-gach .prdctfltr_wc span.prdctfltr_reset, 
.category-gach .prdctfltr_wc span.prdctfltr_reset input {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}
.category-gach .prdctfltr_wc span.prdctfltr_reset {
    margin-right: 0;
    background: url(../img/close.png) center no-repeat, #EAEAEA;
    border: 1px solid #EAEAEA;
}
.category-gach .prdctfltr_wc span.prdctfltr_reset:hover {
    border-color: #ed1c24;
}
.category-gach .prdctfltr_wc span.prdctfltr_reset span {
    text-indent: -9999px;
}
html .category-gach .prdctfltr_filter .prdctfltr_regular_title {
    font-size: .875rem;
    font-weight: normal;
    padding-top: 6px;
    padding-bottom: 6px;
}
.category-gach .prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-down, 
.category-gach .prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-up {
    top: 8px;
}
.category-gach .prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_filter_submit {
    font-size: .875rem;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    border-radius: 3rem;
    margin-right: 4px !important;
    min-width: 120px;
}
.category-gach .prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll, 
.category-gach .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll {
    padding: 5px;
    border: 1px solid #ed1c24;;
}
@media (min-width: 901px) {
    .category-gach .prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll, 
    .category-gach .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll {
        width: -moz-calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}
.category-gach .prdctfltr_count {
    background: #ed1c24;
    color: #FFF;
    border: navajowhite;
}
.category-gach .prdctfltr_wc .prdctfltr_filter {
    padding-left: 5px;
    padding-right: 5px;
}
.category-gach .products.row {
    max-width: 100%;
    margin-bottom: 2em;
}
.category-gach .products.row>.col {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 10px !important;
}
@media screen and (min-width: 550px) {
    .category-gach .row.products>.col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
@media (min-width: 850px) and (max-width: 991px) {
    .category-gach .row.products>.col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
@media screen and (min-width: 992px) {
    .category-gach .row.products>.col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}
.category-gach .product .price-wrapper,
.category-gach .product .button-action {
    display: none !important;
}
.category-gach .product .box-text-products {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .5);
    padding: 1em 1em 1em 1em;
    transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
}
.category-gach .product:hover .box-text-products {
    bottom: -100px;
    left: 0px;
}
.category-gach .product .woocommerce-loop-product__title {
    margin-bottom: 0 !important;
    text-align: center;
}
.category-gach .product .br_compare_button {
    right: 10px;
    left: unset;
}
.category-gach .product .product__info {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 44px;
    position: absolute;
    top: -100%;
    left: 0px;
    -webkit-transition: 800ms ease-in-out 1s linear 0s;
    transition: 800ms ease-in-out 1s linear 0s;
}
.category-gach .product:hover .product__info {
    position: absolute;
    top: 0px;
    left: 0px;
}
.category-gach .product>.col-inner {
    overflow: hidden;
}
.category-gach .product .product__info > a {
    color: inherit;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.category-gach .product .product__info .product__info--title {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
.category-gach .product .product__info .product__info--properties {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #8E8E8E;
}
.category-gach .product .product__info .product__info--properties li {
    padding: 5px 0px;
    margin: 0;
}
.category-gach .product .product__info .product__info--properties p {
    margin-bottom: 0;
}
.category-gach .product .product__info .product__info--properties .pull-right {
    font-weight: 500;
}
.category-gach .product .product__info .readmore {
    color: #ED1C24;
    padding: 10px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .category-gach .product .product__info {
        padding: 15px 20px;
    }
    .category-gach .product .product__info .product__info--properties {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #e1e1e1;
    }
}
@media (max-width: 849px) {
    .category-gach .product .product__info {
        padding: 30px;
    }
}
@media (max-width: 549px) {
    .category-gach .product .product__info {
        padding: 15px 20px;
    }
}
@media (max-width: 549px) {
    .category-gach .product .product__info .product__info--title {
        display: none;
    }
    .category-gach .product .product__info .product__info--properties {
        display: none;
    }
    .category-gach .product .product__info .readmore {
        color: #ffffff;
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        white-space: nowrap;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #a93133;
        padding: 8px 12px;
        border-radius: 20px;
    }
}
.product__newTag {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
    background: #d90a1b;
    background: -webkit-gradient(left top, right bottom, color-stop(70%, #d90a1b), color-stop(100%, #a70613));
    background: linear-gradient(135deg, #d90a1b 70%, #a70613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90a1b', endColorstr='#a70613', GradientType=1 );
}
.product__newTag span {
    display: block;
    color: #fff;
    position: absolute;
    font-size: 14px;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.shop-container hr {
    display: none;
}
body.tax-product_cat .shop-page-title.featured-title .title-bg.gd2 {
    background-image: url(../img/bg-gach.jpg) !important;
}
body.tax-product_cat .shop-page-title.featured-title .title-bg.gd5 {
    background-image: url(../img/bg-bep.jpg) !important;
}
body.tax-product_cat .shop-page-title.featured-title .title-bg.gd4 {
    background-image: url(../img/bg-tam.jpg) !important;
}
#bought-together-products-data > h3 {
    font-size: 1.875rem;
    font-weight: 500;
    text-transform: uppercase;
}
.bt-list-items .text-price {
    margin-right: 0;
}
@media (min-width: 850px) {
    .prdctfltr_collector {
        display: none;
    }
}
@media (max-width: 849px) {
    .category-filter-row {
        display: none;
    }
    .uni-filter {
        display: block !important;
        margin-bottom: 0;
    }
    .category-gach .uni-filter {
        margin-bottom: 2em;
    }
    .pf_default .prdctfltr_checkboxes {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .pf_default .prdctfltr_checkboxes > label {
        flex: 0 0 33.33%;
        padding-left: 5px;
        padding-right: 5px;
    }
    html .pf_default .prdctfltr_regular_title {
        display: flex;
        justify-content: space-between;
    }
    .pf_default .prdctfltr_regular_title .prdctfltr-down, 
    .pf_default .prdctfltr_regular_title .prdctfltr-up {
        display: inline-block;
    }
    .pf_default .prdctfltr_add_scroll {
        display: none;
    }
}
.category-gach .shop-container .woocommerce-info {
    padding: 0 15px;
}
html .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper input[type="checkbox"] {
    margin: 0;
}
html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before {
    width: 14px;
    height: 14px;
    border: 2px solid #ed1c24;
    border-radius: .25rem;
    background: transparent;
}
html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:before {
    background: #ed1c24;;
}
html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after {
    color: #FFF;
    width: 18px;
    text-align: center;
}
@media (max-width: 549px) {
    html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before {
        width: 10px;
        height: 10px;
    }
    html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after {
        width: 14px;
    }
}