.hc-layout.hc-carousel .hc-products-container .products:not(.active), .hc-mode-tab .hc-sub:not(.active) {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    display: flex;
}
.hc-layout .hc-products-container .products:not(.active), .hc-mode-tab .hc-sub:not(.active) {
    display: none;
}
ul.product_list.grid.hc-product-list {
    width: 100%;
}
ul.product_list.grid.row.hc-product-list {
    width: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}
.ets_crosssell_block a {
    text-decoration: none!important;
    outline: none!important;
}
.hc-products-container .thumbnail.product-thumbnail:before {
    position: relative;
    content: "";
    padding-top: 100%;
    display: inline-block;
    width: 0;
    margin-left: 0;
    float: left;
}
.hc-layout article.product-miniature {
    margin: 0 .8125rem;
}
.hc-products-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
}
.hc-tab-info a.hc-view-all:after {
    content: "";
    color: inherit;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid transparent!important;
    border-left: 1px solid transparent!important;
    width: 8px;
    height: 8px;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 3px;
    margin-right: 1px;
}
.hc-tab-info a.hc-view-all {
    position: absolute;
    right: 0;
    font-size: 14px;
    line-height: 1;
}
.hc-carousel .hc-tab-info a.hc-view-all {
    margin-right: 70px;
}
.hc-layout .slick-track {
    float: left;
}
.hc-layout .slick-track,
.hc-layout .slick-track *{
    outline: none!important;
}
.hc-products-list .slick-list {
    width: 100%;
}
.hc-sub li .hc-cat {
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 10px;
    outline: none!important;
    text-decoration: none!important;
}
.hc-sub li .hc-cat:hover {
    color: #333;
}
.hc-sub li {
    display: inline-block;
    color: #999;
}
.hc-products-container .slick-arrow {
    border: none;
    z-index: 1;
    top: -5px;
    transform: none;
    margin-top: 0;
    background-color: #D4D4D4;
    font-size: 0;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    width: 24px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.hc-carousel .hc-products-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.hc-carousel .is_16 .hc-products-list{
    margin:0;
    overflow: visible;
}
.is_16 ul.product_list.grid.row.hc-product-list{
    position:static;
}
.is_16 .product-container{
    position:relative;
}
.hc-carousel .hc-products-list.slick-slider {
    display: block;
    overflow: unset;
}
.hc-products-container .slick-next {
    right: 0;
}
.hc-products-container .slick-prev {
    right: 29px;
}
.hc-products-container .hc-products-list .slick-arrow:focus {
    background: #D4D4D4;
}
.hc-products-container .hc-products-list .slick-arrow:hover {
    background: #2FB5D2;
    border-color: #2FB5D2;
}
.hc-products-container .hc-products-list .slick-arrow:hover:before{
        border-color: #fff;
}
.hc-products-container .slick-arrow.slick-next:before {
    width: 8px;
    height: 8px;
    content: "";
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0) rotate(43deg);
    -webkit-transform: translate3d(-50%,-50%,0) rotate(43deg);
    margin-left: -2px;
}
.hc-products-container .slick-arrow.slick-prev:before {
    width: 8px;
    height: 8px;
    content: "";
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    margin-left: 2px;
}
.product-miniature .thumbnail-container,
.product-miniature .highlighted-informations,
.product-miniature .product-description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.hc-tab-parent {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.hc-carousel .hc-tab-parent {
    padding-right: 65px;
}
.hc-mode-tab.hc-carousel .hc-products-container > div:not(.is_16),
.hc-mode-tab.hc-carousel .hc-products-container > .wrap_product_list.is_16 > div{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
}
.hc-mode-tab.hc-carousel .hc-products-container > div.active,
.hc-mode-tab.hc-carousel .hc-products-container > .wrap_product_list.is_16 > div.active,
.hc-mode-tab.hc-carousel .hc-products-container > .wrap_product_list.is_16.active{
    position: static;
    opacity: 1;
    visibility: visible;
}
.hc-tab-parent .hc-cat.parent-cat:last-child {
    padding-right: 0!important;
}

ul.hc-tabs {
    position: relative;
}
.hc-layout.hc-mode-tab {
    margin-top: 0;
    margin-bottom: 40px;
    clear: both;
    padding-top: 40px;
}
.hc-tab-parent + .hc-products-container {
    margin-top: 30px;
}
@media (max-width: 767px){
    .first-item-of-mobile-line {
        clear: both;
    }
}
.hc-layout.hc-mode-list {
    margin-top: 30px;
    display: block;
    clear: both;
}
.hc-tab > .hc-cat.parent-cat,
.hc-tab > .hc-tab-info > .hc-cat.parent-cat {
    padding-bottom: 5px;
}
.hc-tab > .hc-cat.parent-cat,
.hc-tab > .hc-tab-info > .hc-cat.parent-cat {
 }
.hc-tabs .hc-cat.parent-cat.active,
.hc-tabs .hc-cat.parent-cat.parent-active,
.hc-tabs .hc-cat.parent-cat:hover{
    color: #111;
    float: left;
    font: 500 36px/40px "oswald",Helvetica,sans-serif;
    margin: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAAAcCAYAAAATOT+TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTZGMDQ2RTJCRDQwMTFFQkIzQUQ4QjhEM0M2RUE1QTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTZGMDQ2RTNCRDQwMTFFQkIzQUQ4QjhEM0M2RUE1QTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NkYwNDZFMEJENDAxMUVCQjNBRDhCOEQzQzZFQTVBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NkYwNDZFMUJENDAxMUVCQjNBRDhCOEQzQzZFQTVBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnTy+kQAAAeWSURBVHja7FwJbFVF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) no-repeat scroll center bottom;
    padding: 0 0 40px;
}
.hc-sub li a.hc-cat.active{
    color: #333;
}
.hc-tab-info{
    display: block;
    position: relative;
    float: left;
    width: 95%;
    padding-left: 44px;
}


@media (max-width: 991px){
.hc-tab-info{
        width: 90%;
    padding-left: 0 !important;
}

}


select.homecat_sort_by {
    border: 1px solid #ddd;
    font-size: 13px;
    color: #666;
    padding: 2px 10px;
    height: 26px;
    margin-left: 5px;
    border-radius: 4px;
    box-shadow: none;
    background: #fff;
    outline: none!important;
    -webkit-outline: none!important;
}
span.hc-more-btn {
    color: #333;
    height: 56px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    background: #fff;
    text-align: center!important;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    line-height: 56px;
    margin-bottom: 20px;
    padding: 0;
    display: block;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
}
span.hc-more-btn:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(44deg);
    margin-left: 5px;
}
.hc-layout a, .hc-layout a:focus, .hc-layout a:hover {
    text-decoration: none!important;
}
.hc-tab form {
    float: right;
    margin-bottom: 15px;
}
.hc-tab-sub {
    display: inline-block;
}

.hc-tab-parent .hc-cat.parent-cat:not(:first-child) {
    border-left: 1px solid #666666;
    padding: 0 15px;
}
.hc-cat.parent-cat {
    color: #333333;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 100%;
    padding-right: 15px;
    max-width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 10px;
}
.hc-products-container .alert.alert-warning {
    clear: both;
    display: block;
    margin-bottom: 40px;
    margin-left: .625rem;
    margin-right: .625rem;
    width: calc(100% - 1.25rem);
    width: -webkit-calc(100% - 1.25rem);
}
.hc-mode-list li.hc-tab.product-miniature:not(:last-child) {
    margin-bottom: 30px;
}
.hc-products-container{
    clear: both;
    display: block;
    min-height: 60px;
    margin-top: 15px;
}
li.hc-tab.loading .products {
    opacity: 0.4!important;
}
.hc-mode-list li.hc-tab.product-miniature {
    position: relative;
    float: left;
    width: 100%;
}
.hc-products-list.has-products.slick-slider {
    position: static;
}
a.homecat_image {
    max-width: 100%;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}
a.homecat_image > div{
    width: 100%;
    text-align: center;
}
a.homecat_image > div > img{
    display: inline-block;
}
.hc-loading-enabled .loading .hc-products-container:before {
    content: "";
    position: absolute;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    left: 50%;
    z-index: 10;
    margin-left: -24px;
    margin-top: -17px;
    top: 50%;
    animation: loading 0.5s infinite linear;
    -webkit-animation: loading 0.5s infinite linear;
}
a.homecat_image img {
    max-width: 100%;
    height: auto;
}
.hc-products-container + a.homecat_image img {
    margin-bottom: 15px;
}
.hc-layout img{
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.hc-mode-list .hc-grid a.hc-cat.parent-cat {
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
}
span.hc-more-btn.loading {
    color: transparent;
    font-size: 0;
}
span.hc-more-btn.loading:after {
    opacity: 0;
}
@keyframes loading {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.hc-more-btn.loading .loading_dots{
    opacity: 1;
}
.hc-layout .slick-track .slick-slide .product-miniature {
    margin: 0;
    padding: 0 15px;
}
span.hc-more-btn.loading .loading_dots > div {
    animation: loading_dot 1s infinite linear;
    -webkit-animation: loading_dot 1s infinite linear;
}
span.hc-more-btn.loading .loading_dots > div:nth-child(2) {
     animation-delay: 0.1s;
 }
span.hc-more-btn.loading .loading_dots > div:nth-child(3) {
    animation-delay: 0.2s;
}
span.hc-more-btn.loading .loading_dots > div:nth-child(4) {
    animation-delay: 0.3s;
}
span.hc-more-btn.loading .loading_dots > div:nth-child(5) {
    animation-delay: 0.4s;
}
span.hc-more-btn.loading .loading_dots > div:nth-child(6) {
    animation-delay: 0.5s;
}
span.hc-more-btn.loading .loading_dots > div:nth-child(7) {
    animation-delay: 0.6s;
}
span.hc-more-btn.loading .loading_dots > div:nth-child(8) {
    animation-delay: 0.7s;
}
span.hc-more-btn.loading .loading_dots > div:nth-child(9) {
    animation-delay: 0.8s;
}
span.hc-more-btn.loading .loading_dots > div:nth-child(10) {
    animation-delay: 0.9s;
}
.hc-175 .hc-products-list .discount-product:not(.active), .hc-175 .hc-products-list .discount-percentage:not(.active), .hc-175 .hc-products-list .on-sale:not(.active), .hc-175 .hc-products-list .new:not(.active)
{
    display: none;
}
@keyframes loading_dot {
    0%, 30%, 50% {
        transform: scale(1);
        background: #ccc;
    }
    0% {
        transform: scale(1.5);
        background: #999;
    }
}

.loading_dots {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 160px;
    margin-left: -80px;
    margin-top: -3px;
    opacity: 0;
}
.loading_dots div {
    width: 8px;
    height: 8px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
    line-height: 1;
    float: left;
}
span.hc-more-btn{
    position: relative;
    float: left;
}

.hc-hidden{
    display: none;
}

.hc-products-list{
    margin: 0 -.625rem;
    width: calc(100% + 1.25rem);
    width: -webkit-calc(100% + 1.25rem);
}
.hc-layout #products .products,
.hc-layout .featured-products .products,
.hc-layout .product-accessories .products,
.hc-layout .product-miniature .products{
    display: flex;
    display: -webkit-flex;
    opacity: 1;
    visibility: visible;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.hc-layout article.product-miniature{
    margin: 0;
    padding: 0 .625rem;
    float: left;
}
.hc-products-container div[itemprop="itemListElement"] article.product-miniature {
    width: 100%!important;
}
@media (min-width: 992px){
    .hc-products-list[data-number-product-desktop="6"] article.product-miniature,
    .hc-products-list[data-number-product-desktop="6"] li.ajax_block_product,
    .hc-products-list[data-number-product-desktop="6"] div[itemprop="itemListElement"]{
        width: 16.66%;
    }
    .hc-carousel .hc-products-list[data-number-product-desktop="6"] article.product-miniature:not(.slick-slide):nth-child(n+7){
        display: none;
    }

    .hc-products-list[data-number-product-desktop="5"] article.product-miniature,
    .hc-products-list[data-number-product-desktop="5"] li.ajax_block_product,
    .hc-products-list[data-number-product-desktop="5"] div[itemprop="itemListElement"]{
        width: 20%;
    }
    .hc-carousel .hc-products-list[data-number-product-desktop="5"] article.product-miniature:not(.slick-slide):nth-child(n+6){
        display: none;
    }

    .hc-products-list[data-number-product-desktop="4"] article.product-miniature,
    .hc-products-list[data-number-product-desktop="4"] li.ajax_block_product,
    .hc-products-list[data-number-product-desktop="4"] div[itemprop="itemListElement"]{
        width: 25%;
    }
    .hc-carousel .hc-products-list[data-number-product-desktop="4"] article.product-miniature:not(.slick-slide):nth-child(n+5){
        display: none;
    }

    .hc-products-list[data-number-product-desktop="3"] article.product-miniature,
    .hc-products-list[data-number-product-desktop="3"] li.ajax_block_product,
    .hc-products-list[data-number-product-desktop="3"] div[itemprop="itemListElement"]{
        width: 33.33%;
    }
    .hc-carousel .hc-products-list[data-number-product-desktop="3"] article.product-miniature:not(.slick-slide):nth-child(n+4){
        display: none;
    }

    .hc-products-list[data-number-product-desktop="2"] article.product-miniature,
    .hc-products-list[data-number-product-desktop="2"] li.ajax_block_product,
    .hc-products-list[data-number-product-desktop="2"] div[itemprop="itemListElement"]{
        width: 50%;
    }
    .hc-carousel .hc-products-list[data-number-product-desktop="2"] article.product-miniature:not(.slick-slide):nth-child(n+3){
        display: none;
    }

    .hc-products-list[data-number-product-desktop="1"] article.product-miniature,
    .hc-products-list[data-number-product-desktop="1"] li.ajax_block_product,
    .hc-products-list[data-number-product-desktop="1"] div[itemprop="itemListElement"]{
        width: 100%;
    }
    .hc-carousel .hc-products-list[data-number-product-desktop="1"] article.product-miniature:not(.slick-slide):nth-child(n+2){
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .hc-products-list[data-number-product-tablet="6"] article.product-miniature,
    .hc-products-list[data-number-product-tablet="6"] li.ajax_block_product,
    .hc-products-list[data-number-product-tablet="6"] div[itemprop="itemListElement"]{
        width: 16.66%;
    }
    .hc-carousel .hc-products-list[data-number-product-tablet="6"] article.product-miniature:not(.slick-slide):nth-child(n+7){
        display: none;
    }

    .hc-products-list[data-number-product-tablet="5"] article.product-miniature,
    .hc-products-list[data-number-product-tablet="5"] li.ajax_block_product,
    .hc-products-list[data-number-product-tablet="5"] div[itemprop="itemListElement"]{
        width: 20%;
    }
    .hc-carousel .hc-products-list[data-number-product-tablet="5"] article.product-miniature:not(.slick-slide):nth-child(n+6){
        display: none;
    }

    .hc-products-list[data-number-product-tablet="4"] article.product-miniature,
    .hc-products-list[data-number-product-tablet="4"] li.ajax_block_product,
    .hc-products-list[data-number-product-tablet="4"] div[itemprop="itemListElement"]{
        width: 25%;
    }
    .hc-carousel .hc-products-list[data-number-product-tablet="4"] article.product-miniature:not(.slick-slide):nth-child(n+5){
        display: none;
    }

    .hc-products-list[data-number-product-tablet="3"] article.product-miniature,
    .hc-products-list[data-number-product-tablet="3"] li.ajax_block_product,
    .hc-products-list[data-number-product-tablet="3"] div[itemprop="itemListElement"]{
        width: 33.33%;
    }
    .hc-carousel .hc-products-list[data-number-product-tablet="3"] article.product-miniature:not(.slick-slide):nth-child(n+4){
        display: none;
    }

    .hc-layout[data-number-product-tablet="2"] article.product-miniature,
    .hc-layout[data-number-product-tablet="2"] li.ajax_block_product,
    .hc-products-list[data-number-product-tablet="2"] div[itemprop="itemListElement"]{
        width: 50%;
    }
    .hc-carousel .hc-products-list[data-number-product-tablet="2"] article.product-miniature:not(.slick-slide):nth-child(n+3){
        display: none;
    }

    .hc-layout[data-number-product-tablet="1"] article.product-miniature,
    .hc-layout[data-number-product-tablet="1"] li.ajax_block_product,
    .hc-products-list[data-number-product-tablet="1"] div[itemprop="itemListElement"]{
        width: 100%;
    }
    .hc-carousel .hc-products-list[data-number-product-tablet="1"] article.product-miniature:not(.slick-slide):nth-child(n+2){
        display: none;
    }
}

@media (max-width: 767px){
    .hc-products-list[data-number-product-mobie="6"] article.product-miniature,
    .hc-products-list[data-number-product-mobie="6"] li.ajax_block_product,
    .hc-products-list[data-number-product-mobie="6"] div[itemprop="itemListElement"]{
        width: 16.66%;
    }
    .hc-carousel .hc-products-list[data-number-product-mobie="6"] article.product-miniature:not(.slick-slide):nth-child(n+7){
        display: none;
    }

    .hc-products-list[data-number-product-mobie="5"] article.product-miniature,
    .hc-products-list[data-number-product-mobie="5"] li.ajax_block_product,
    .hc-products-list[data-number-product-mobie="5"] div[itemprop="itemListElement"]{
        width: 20%;
    }
    .hc-carousel .hc-products-list[data-number-product-mobie="5"] article.product-miniature:not(.slick-slide):nth-child(n+6){
        display: none;
    }

    .hc-products-list[data-number-product-mobie="4"] article.product-miniature,
    .hc-products-list[data-number-product-mobie="4"] li.ajax_block_product,
    .hc-products-list[data-number-product-mobie="4"] div[itemprop="itemListElement"]{
        width: 25%;
    }
    .hc-carousel .hc-products-list[data-number-product-mobie="4"] article.product-miniature:not(.slick-slide):nth-child(n+5){
        display: none;
    }

    .hc-products-list[data-number-product-mobie="3"] article.product-miniature,
    .hc-products-list[data-number-product-mobie="3"] li.ajax_block_product,
    .hc-products-list[data-number-product-mobie="3"] div[itemprop="itemListElement"]{
        width: 33.33%;
    }
    .hc-carousel .hc-products-list[data-number-product-mobie="3"] article.product-miniature:not(.slick-slide):nth-child(n+4){
        display: none;
    }

    .hc-products-list[data-number-product-mobie="2"] article.product-miniature,
    .hc-products-list[data-number-product-mobie="2"] li.ajax_block_product,
    .hc-products-list[data-number-product-mobie="2"] div[itemprop="itemListElement"]{
        width: 50%;
    }
    .hc-carousel .hc-products-list[data-number-product-mobie="2"] article.product-miniature:not(.slick-slide):nth-child(n+3){
        display: none;
    }

    .hc-products-list[data-number-product-mobie="1"] article.product-miniature,
    .hc-products-list[data-number-product-mobie="1"] li.ajax_block_product,
    .hc-products-list[data-number-product-mobie="1"] div[itemprop="itemListElement"]{
        width: 100%;
    }
    .hc-carousel .hc-products-list[data-number-product-mobie="1"] article.product-miniature:not(.slick-slide):nth-child(n+2){
        display: none;
    }
}


@media (max-width: 767px){

    .hc-tab form {
        float: none;
        margin-bottom: 15px;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .hc-tab-sub {
        display: block;
        text-align: left;
        margin-bottom: 15px;
    }
    .hc-tab-sub ~ .hc-products-container {
        margin-top: 10px;
    }
    
    .hc-products-list li.ajax_block_product{
        float:left;
    }
    .hc-products-list.has-products.slick-slider {
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }
    .hc-products-container .slick-prev {
        right: 50%;
        bottom: 0;
        top: auto;
    }
    .hc-products-container .slick-next {
        left: 50%;
        bottom: 0;
        right: auto;
        top: auto;
    }
    .hc-carousel .hc-tab-parent {
        padding-right: 0;
    }
}

/**/
@media (min-width: 768px) and (max-width: 991px) {
    ul.product_list.grid > li.first-item-of-tablet-line {
        clear: none;
    }
    .hc-products-list[data-number-product-tablet="6"] li.ajax_block_product:nth-child(6n+1) {
        clear: both !important;
    }
    .hc-products-list[data-number-product-tablet="5"] li.ajax_block_product:nth-child(5n+1) {
        clear: both !important;
    }
    .hc-products-list[data-number-product-tablet="4"] li.ajax_block_product:nth-child(4n+1) {
        clear: both !important;
    }
    .hc-products-list[data-number-product-tablet="3"] li.ajax_block_product:nth-child(3n+1) {
        clear: both !important;
    }
    .hc-products-list[data-number-product-tablet="2"] li.ajax_block_product:nth-child(2n+1) {
        clear: both !important;
    }
    .hc-products-list[data-number-product-tablet="1"] li.ajax_block_product:nth-child(1n+1) {
        clear: both !important;
    }
}
@media (min-width: 992px) {
    ul.product_list.grid > li.first-in-line {
        clear: none;
    }
    .hc-products-list[data-number-product-desktop="6"] li.ajax_block_product:nth-child(6n+1) {
        clear: both !important;
    }
    .hc-products-list[data-number-product-desktop="5"] li.ajax_block_product:nth-child(5n+1) {
        clear: both !important;
    }
    .hc-products-list[data-number-product-desktop="4"] li.ajax_block_product:nth-child(4n+1) {
        clear: both !important;
    }
    .hc-products-list[data-number-product-desktop="3"] li.ajax_block_product:nth-child(3n+1) {
        clear: both !important;
    }
    .hc-products-list[data-number-product-desktop="2"] li.ajax_block_product:nth-child(2n+1) {
        clear: both !important;
    }
    .hc-products-list[data-number-product-desktop="1"] li.ajax_block_product:nth-child(1n+1) {
        clear: both !important;
    }
}

@media (max-width: 320px){
    .hc-products-list article.product-miniature,
    .hc-products-list li.ajax_block_product {
        width: 100%!important;
    }
}
/**/

/*change default css for products list*/
.hc-layout .product-miniature .thumbnail-container,
.hc-layout .product-miniature .highlighted-informations,
.hc-layout .product-miniature .product-description {

    height: auto;
    width: 100%;
}
.hc-layout #products .thumbnail-container .product-thumbnail,
.hc-layout .featured-products .thumbnail-container .product-thumbnail,
.hc-layout .product-accessories .thumbnail-container .product-thumbnail,
.hc-layout .product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: auto;
    float: left;
    width: 100%;
}
.hc-layout .product-miniature .thumbnail-container,
.hc-layout .product-miniature .highlighted-informations,
.hc-layout .product-miniature .product-description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
}
.hc-layout .product-miniature .thumbnail-container,
.hc-layout .product-miniature .product-description {
    height: auto;
    position: relative;
    width: 100%;
    bottom: auto;
    min-height: 70px;
    float: left;
}
.hc-layout #products .thumbnail-container .product-thumbnail img,
.hc-layout .featured-products .thumbnail-container .product-thumbnail img,
.hc-layout .product-accessories .thumbnail-container .product-thumbnail img,
.hc-layout .product-miniature .thumbnail-container .product-thumbnail img {
    max-width: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: auto;
    width: 100%;
}
.hc-layout #products .thumbnail-container:focus .highlighted-informations,
.hc-layout #products .thumbnail-container:hover .highlighted-informations,
.hc-layout .featured-products .thumbnail-container:focus .highlighted-informations,
.hc-layout .featured-products .thumbnail-container:hover .highlighted-informations,
.hc-layout .product-accessories .thumbnail-container:focus .highlighted-informations,
.hc-layout .product-accessories .thumbnail-container:hover .highlighted-informations,
.hc-layout .product-miniature .thumbnail-container:focus .highlighted-informations,
.hc-layout .product-miniature .thumbnail-container:hover .highlighted-informations {
    bottom: 4.3rem;
}
.hc-layout #products .highlighted-informations.no-variants,
.hc-layout .featured-products .highlighted-informations.no-variants,
.hc-layout .product-accessories .highlighted-informations.no-variants,
.hc-layout .product-miniature .highlighted-informations.no-variants {
    padding-bottom: .625rem;
}
.hc-layout #products .highlighted-informations,
.hc-layout .featured-products .highlighted-informations,
.hc-layout .product-accessories .highlighted-informations,
.hc-layout .product-miniature .highlighted-informations {
    padding-top: .625rem;
}
.hc-layout .product-miniature a:focus {
    outline: none;
    outline-offset: 0;
}
/**/