@charset "UTF-8";
.a-product-tabs {
    -webkit-box-ordinal-group: 5;
    order: 4;
    margin-bottom: var(--container-indent, 50px)
}

.a-tabs {
    margin-bottom: 30px!important
}

.a-tabs__link {
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s;
}
.a-tabs__link img,
.a-tabs__link svg {
    max-width: 96px !important;
    max-height: 96px !important;
    width: 96px !important;
    height: 96px !important; 
}

.a-tabs__link.active,
.a-tabs__link:hover {
    color: #FFF;
    background-color: var(--main-color);
    fill: #FFF;
}

.tab-pane__inner {
    min-height: 500px;
    position: relative;
    -webkit-transition: all var(--transition-fast);
    transition: all var(--transition-fast);
    border-radius: 0;
    box-shadow: inset 0 0 0 0 var(--border-color)
}

.tab-pane__inner_loading {
    height: auto;
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    background: var(--bg-blocks-color);
    box-shadow: inset 0 0 7px 3px var(--border-color)
}

.tab-pane__inner_loading .tab-pane__item {
    z-index: -1
}

.tab-pane__inner_empty {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    align-items: baseline;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    color: var(--accent-color);
    text-transform: uppercase
}

.product-tabs__contents {
    height: auto
}

.a-tabs__link {
    width: fit-content
}

.a-product-tabs {
    margin-top: 60px
}

.product-tabs__links>.slick-list {
    margin-bottom: -10px;
    padding-bottom: 10px
}

.product-tabs__links {
    display: flex;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch
}

.tab-category-image {
    height: 57px;
    line-height: 57px;
    margin: auto;
    margin-bottom: 5px
}

.a-product-tabs__title {
    margin: 0;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 25px;
    display: block;
    color: #333;
    font-weight: 600
}

.a-tabs__item.col {
    padding-left: 0;
    padding-right: 0
}

.a-tabs__link {
    color: #222;
    font-size: 14px;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 3px;
    min-height: 128px;
    margin-right: 2px;
    padding: 12px 15px!important;
    text-align: center;
    text-transform: none;
    min-width: 160px;
}

.a-tabs__link.active {
    background: var(--main-color)
}

@media (max-width:768px) {
    .tab-pane__item {
        margin-right: 10px
    }
}

.tab-title {
    max-width: 200px;
    width: min-content;
    margin: auto
}

.product-tabs__daily {
    padding-left: 0!important
}

.tab-panel__inner,
.tab-panel__inner .slick-list {
    z-index: 100
}

.tab-panel__inner .slick-list.open-slick,
.tab-panel__inner.open-slick {
    margin-bottom: -300px;
    padding-bottom: 300px
}

.a-tabs__link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 14px;
    color: #222;
    font-weight: 500
}

.a-tabs__link.active {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600
}

.a-tabs__link:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
    border-style: solid;
    border-width: 8px 9px 0 9px;
    border-color: #007bff;
    visibility: hidden;
    border-color: var(--main-color) transparent transparent transparent
}

.a-tabs__link.active:before {
    visibility: visible
}

.a-tabs-loader,
.a-tabs-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.a-tabs-loader {
    font-size: 10px;
    position: absolute;
    top: 40%;
    left: 50%;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, .2);
    border-right: 1.1em solid rgba(0, 0, 0, .2);
    border-bottom: 1.1em solid rgba(0, 0, 0, .2);
    border-left: 1.1em solid var(--main-color);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    transform: translate(-50%, -50%)
}

@media (max-width:400px) {
    .a-tabs-loader {
        left: 35%
    }
}

@media (max-width:991px) {
    .dailyProduct {
        margin-bottom: 30px
    }
}

.tab-content>.active {
    position: relative
}

.tab-pane__inner_empty {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.tab-pane__inner_empty i {
    margin-left: 10px;
    animation: emptyItem 1s infinite;
    -webkit-animation: emptyItem 1s infinite
}

.tab-content>.tab-pane {
    min-height: 350px
}

@keyframes emptyItem {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
}

.tab-panel__inner .slick-arrow {
    display: flex;
    justify-content: center;
    z-index: 1000;
    color: #000;
    font-size: 0;
    top: 150px
}

.tab-panel__inner:hover .slick-arrow {
    opacity: .7;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.tab-panel__inner .slick-arrow:hover {
    background: var(--main-color);
    opacity: 1
}

.tab-panel__inner .slick-next {
    right: 0
}

.tab-panel__inner .slick-next:before {
    position: absolute;
    margin: auto;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px
}

.tab-panel__inner .slick-prev:before {
    position: absolute;
    margin: auto;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px
}

.tab-panel__inner .slick-list {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-top: -5px
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

.a-tabs__link {
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.product-tabs__contents {
    position: relative
}

.product-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 500
}

.product-loader-item {
    position: absolute;
    font-size: 10px;
    position: absolute;
    top: 40%;
    left: 50%;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, .2);
    border-right: 1.1em solid rgba(0, 0, 0, .2);
    border-bottom: 1.1em solid rgba(0, 0, 0, .2);
    border-left: 1.1em solid var(--main-color);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    transform: translate(-50%, -50%)
}

.product-loader-item,
.product-loader-item :after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.daily-product-wrap .product-loader .product-loader-item {
    top: 35%
}

@media (min-width:992px) {
    .daily-product-wrap .product-loader {
        left: 50%
    }
}

@media (min-width:1200px) {
    .daily-product-wrap .product-loader {
        left: 42%
    }
}

@media (max-width:991px) {
    .daily-product-wrap .product-loader {
        left: 0;
        bottom: 50%
    }
}

@media (max-width:480px) {
    .daily-product-wrap .product-loader {
        bottom: 65%
    }
    .daily-product-wrap .product-loader .product-loader-item {
        left: 35%
    }
}