/* .mains-banner__rights img {
    height: 100%;
} */
img {
    max-width: 100%;
    vertical-align: middle;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    clear: both;
}
.group-banner__mains {
    margin-top: 15px;
    margin-bottom: 30px;
}
.group-banner__mains .container {
    display: flex;
}
.group-banner__mains .container .banner-mains__left {
    max-width: 70%;
    flex: 0 0 70%;
    padding-right: 10px;
}
.group-banner__mains .container .banner-mains__left.left-test,.group-banner__mains .container .banner-mains__right.right-test{
    height: 443px;
}
.group-banner__mains .container .banner-mains__right.right-test .list-banner__mains{
    height: 100%;
}
.group-banner__mains .container .banner-mains__right {
    max-width: 30%;
}
.right-test .list-banner__mains  ul{
    height: 100%;
}
.right-test .list-banner__mains  ul li{
    height: 33.33%;
    padding: 0;
    padding-bottom: 10px;
}
.right-test .list-banner__mains  ul li .mains-banner__rights{
    height: 100%;
}
.right-test .list-banner__mains  ul li .mains-banner__rights img{
    height: 100%;
    width: 100%;
}
.left-test .big-slider__mains .items-slide__banner{
    padding: 0;
    padding-bottom: 10px;
    height: 100%;
}
.left-test .swiper-container,.left-test .swiper-container .swiper-slide{
    height: 100%;
}
/* .big-slider__mains {
    height: 100% !important;
}
.big-slider__mains .swiper-slide {
    height: 100% !important;
} */
.big-slider__mains .items-slide__banner {
    /* height: 100%; */
    padding: 5px 0;
}
.big-slider__mains .items-slide__banner img {
    height: 100%;
    width: 100%;
    object-fit: inherit;
}
.time-flashsale__items .time-countdown {
    margin-left: 5px;
}
.list-banner__mains ul li {
    flex: 1;
    padding: 5px 0px;
}
.sevice__mains {
    margin-bottom: 80px;
}
.list-sevice__mains {
    padding: 35px 10px;
    border: solid 1px #ebebeb;
    border-radius: 5px;
}
.list-sevice__mains .row {
    --bs-gutter-x: 25px;
}
.list-sevice__mains .row > [class^="col"] {
    position: relative;
}
.list-sevice__mains .row > [class^="col"]:not(:last-child) {
    display: flex;
    border-right: solid 1px #ebebeb;
}
.items-sevice__mains {
    display: flex;
    align-items: flex-start;
}
.items-sevice__mains > img {
    width: 65px;
    height: auto;
    max-height: 65px;
    margin-right: 10px;
    object-fit: scale-down;
}
.items-sevice__mains .text-sevice__items {
    flex: 1;
    width: 100%;
    font-size: 14px;
}
.items-sevice__mains .text-sevice__items .title-sevice__mains {
    font-size: 16px;
    font-family: OpenSans-SemiBold;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #1b8d4f;
}
.flash-sale__mains {
    position: relative;
    background: url(../images/flash-sale-mains-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 0 20px;
    padding-top: 50px;
}
.flash-sale__mains .title-flash__mains {
    padding: 5px 100px;
    background-color: #fa430f;
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: -29px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-family: OpenSans-SemiBold;
    z-index: 20;
}
.flash-sale__mains .title-flash__mains img {
    width: 18px;
    height: auto;
    object-fit: cover;
}
.flash-sale__mains .title-flash__mains:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 29px solid #df3909;
    border-left: 14px solid transparent;
    position: absolute;
    top: 0;
    right: 100%;
}
.flash-sale__mains .title-flash__mains:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 29px solid #df3909;
    border-right: 14px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}
.flash-sale__sl {
    margin-bottom: 45px;
}
.flash-sale__sl .swiper-slide {
    padding: 7px;
}
.flash-sale__sl .bottom-btn__items a {
    padding: 3px 5px;
}
.producer-mains {
    margin-bottom: 70px;
}
.slide-producter__mains .swiper-slide {
    padding: 0 7px;
    padding-bottom: 15px;
}
.slide-producter__mains .swiper-pagination {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.slide-producter__mains .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    width: 15px;
    height: 5px;
    background-color: #ebebeb;
    border-radius: 1000px;
    transition: all 0.3s;
    position: relative !important;
    bottom: unset;
    opacity: 1 !important;
}
.slide-producter__mains
    .swiper-pagination
    .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}
.slide-producter__mains .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1b8d4f;
    width: 50px;
}
.items-producter {
    height: 118px;
    border-radius: 5px;
    border: solid 1px #ebebeb;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: all 0.3s;
}
.items-producter:focus,
.items-producter:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border-color: #fff;
}
.items-producter img {
    width: auto;
    height: auto;
    object-fit: scale-down;
}
.banner-mains {
    margin-bottom: 50px;
}
.items-banner__mains img {
    width: 100%;
    border-radius: 10px;
}
.synthetic-mains {
    margin-bottom: 50px;
}
.synthetic-mains .container > .row {
    --bs-gutter-x: 20px;
}
.list-prd__synthetic {
    position: relative;
}
.list-prd__synthetic .items-prd__medias:not(:last-child) {
    margin-bottom: 20px;
}
.sale-off__mains {
    position: relative;
    padding: 5px 15px;
    padding-bottom: 15px;
}
.sale-off__mains:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/bg-after-sale-of-mains.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 85%;
}
.list-sale__ticket {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 485px;
}
.list-sale__ticket::-webkit-scrollbar {
    display: none;
}
.list-sale__ticket li {
    padding: 7px 10px;
    position: relative;
    background: url(../images/bg-sale-off-mains-2.png) no-repeat center;
    background-size: 100% 100%;
}
.list-sale__ticket li:first-child {
    background: url(../images/bg-sale-off-mains-1.png) no-repeat center;
    background-size: 100% 100%;
}
.list-sale__ticket li:last-child {
    background: url(../images/bg-sale-off-mains-3.png) no-repeat center;
    background-size: 100% 100%;
}
.list-sale__ticket li:not(:last-child):after {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 0;
    display: flex;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-top: dashed 1px #ebebeb;
}
.list-prd__alls .row {
    --bs-gutter-x: 10px;
}
.list-prd__alls .row > [class^="col"] {
    flex: 0 0 auto;
    width: 20%;
}
.deal-hot__day {
    margin-bottom: 50px;
}
.nav-prds__alls {
    margin-bottom: 20px;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.nav-prds__alls .active {
    color: #1b8d4f;
    font-family: OpenSans-SemiBold;
    border-color: #1b8d4f;
}
.nav-prds__alls .active:after {
    opacity: 1;
}
.nav-prds__alls li:not(:last-child) {
    margin-right: 25px;
}
.nav-prds__alls li a {
    font-size: 16px;
    color: #484954;
    position: relative;
    padding-bottom: 5px;
    border-bottom: solid 2px transparent;
    display: flex;
    justify-content: center;
    transition: all 0.3s;
}
.nav-prds__alls li a:focus,
.nav-prds__alls li a:hover {
    color: #1b8d4f;
    border-color: #1b8d4f;
}
.nav-prds__alls li a:focus:after,
.nav-prds__alls li a:hover:after {
    opacity: 1;
}
.nav-prds__alls li a:after {
    opacity: 0;
    position: absolute;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1b8d4f;
    transition: all 0.3s;
    transform: translateY(2px);
}
.sell-hot__mains {
    margin-bottom: 50px;
}
.sell-hot__mains .title-before__greens {
    padding-right: 70%;
}
.sell-hot__mains .tag-navs__prdss {
    margin-top: -50px;
    max-width: 70%;
    position: relative;
    margin-left: auto;
}
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss .prev-prds__navs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 1000px;
    background-color: #d4d4d4;
    z-index: 10;
    transform: translateX(-20px);
    cursor: pointer;
    transition: all 0.3s;
}
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss .prev-prds__navs i {
    transition: all 0.3s;
}
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss .prev-prds__navs:focus,
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss .prev-prds__navs:hover {
    background-color: #fa430f;
}
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss .prev-prds__navs:focus i,
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss .prev-prds__navs:hover i {
    color: #fff;
}
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss .next-prds__navs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 1000px;
    background-color: #d4d4d4;
    z-index: 10;
    transform: translateX(20px);
    cursor: pointer;
    transition: all 0.3s;
}
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss .next-prds__navs i {
    transition: all 0.3s;
}
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss .next-prds__navs:focus,
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss .next-prds__navs:hover {
    background-color: #fa430f;
}
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss .next-prds__navs:focus i,
.sell-hot__mains .tag-navs__prdss .btn-navs__prdss .next-prds__navs:hover i {
    color: #fff;
}
.sell-hot__mains .nav-prds__alls {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: unset;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #c4c4c4 transparent;
    scrollbar-width: thin;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-bottom: 10px;
}
.sell-hot__mains .nav-prds__alls::-webkit-scrollbar {
    height: 5px;
}
.sell-hot__mains .nav-prds__alls::-webkit-scrollbar-track {
    background: 0 0;
    height: 5px;
}
.sell-hot__mains .nav-prds__alls::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 1000px !important;
    height: 5px;
}
.sell-hot__mains .nav-prds__alls::-webkit-scrollbar-thumb:hover {
    background: #fff;
}
.sell-hot__mains .more-see__prds {
    margin-left: auto;
    margin-right: auto;
}
.sell-hot__mains .nav-prds__alls {
    justify-content: flex-start;
}
.sell-hot__mains .nav-prds__alls li {
    min-width: -webkit-max-content;
    min-width: max-content;
}
.show-btn__scrolls .btn-navs__prdss {
    display: flex !important;
}
.alls-tags__mains {
    margin-bottom: 50px;
}
.slide-tag__mains {
    align-items: center;
    padding: 5px 0;
}
.slide-tag__mains .swiper-button-next,
.slide-tag__mains .swiper-button-prev {
    width: 20px;
    height: 20px;
    color: #1b8d4f;
    display: flex;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 1000px;
    visibility: visible !important;
    z-index: 12 !important;
    font-size: 16px;
    transform: translateY(-10px);
    outline: 0;
    transition: all 0.3s;
}
.slide-tag__mains .swiper-button-next:focus,
.slide-tag__mains .swiper-button-next:hover {
    background-color: #fa430f;
    color: #fff;
}
.slide-tag__mains .swiper-button-prev:focus,
.slide-tag__mains .swiper-button-prev:hover {
    background-color: #fa430f;
    color: #fff;
}
.slide-tag__mains .swiper-button-next:after,
.slide-tag__mains .swiper-button-prev:after {
    display: none;
}
.slide-tag__mains .swiper-button-disabled {
    display: none !important;
}
.slide-tag__mains .swiper-button-prev {
    left: 0;
}
.slide-tag__mains .swiper-button-next {
    right: 0;
}
.slide-tag__mains .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.slide-tag__mains .swiper-slide:nth-child(5n + 1) .items-tag__searchs a {
    background-color: #37ac39;
}
.slide-tag__mains .swiper-slide:nth-child(5n + 2) .items-tag__searchs a {
    background-color: #03bcb0;
}
.slide-tag__mains .swiper-slide:nth-child(5n + 3) .items-tag__searchs a {
    background-color: #2858b5;
}
.slide-tag__mains .swiper-slide:nth-child(5n + 4) .items-tag__searchs a {
    background-color: #b11f8f;
}
.slide-tag__mains .swiper-slide:nth-child(5n + 5) .items-tag__searchs a {
    background-color: #d32026;
}
.slide-tag__mains .swiper-slide:nth-child(5n + 6) .items-tag__searchs a {
    background-color: #69797d;
}
.slide-tag__mains .swiper-slide .items-tag__searchs a {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    color: #fff;
    border: solid 1px transparent;
    border-radius: 1000px;
}
.slide-tag__mains .swiper-slide .items-tag__searchs a:focus,
.slide-tag__mains .swiper-slide .items-tag__searchs a:hover {
    background-color: #fff;
    border-color: #fa430f;
    color: #fa430f;
}
.slide-seen__mains {
    padding-top: 40px;
}
.slide-seen__mains .swiper-slide {
    padding-top: 0;
    padding: 5px 10px;
}
.slide-seen__mains .group-btns__slider {
    position: absolute;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
}
.slide-seen__mains .group-btns__slider:after {
    content: "";
    display: flex;
    width: 1px;
    height: 10px;
    background-color: #c4c4c4;
}
.slide-seen__mains .group-btns__slider .swiper-button-next {
    order: 3;
}
.slide-seen__mains .group-btns__slider .swiper-button-next,
.slide-seen__mains .group-btns__slider .swiper-button-prev {
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    width: 18px;
    height: 18px;
    color: #232323;
    display: flex;
    margin: 0;
    padding: 0;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 12 !important;
    pointer-events: unset !important;
    font-size: 18px;
    color: #aaa;
    outline: 0;
}
.slide-seen__mains .group-btns__slider .swiper-button-next:focus,
.slide-seen__mains .group-btns__slider .swiper-button-next:hover,
.slide-seen__mains .group-btns__slider .swiper-button-prev:focus,
.slide-seen__mains .group-btns__slider .swiper-button-prev:hover {
    color: #1b8d4f;
}
.slide-seen__mains .group-btns__slider .swiper-button-next:after,
.slide-seen__mains .group-btns__slider .swiper-button-prev:after {
    display: none;
}
.prd-seen__mains {
    margin-bottom: 50px;
}
.prd-seen__mains .slide-seen__mains {
    margin-top: -50px;
}
.tops-news__mains {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tops-news__mains .title-before__greens {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.tops-news__mains .see-more__icon {
    margin-bottom: 0;
}
.big-items__mains {
    position: relative;
    height: 100%;
    max-height: 415px;
    border-radius: 5px;
    overflow: hidden;
}
.big-items__mains > a img {
    width: 100%;
    height: 100%;
}
.big-items__mains .intros-big__news {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 25px;
    padding-top: 75px;
    background: linear-gradient(
        180deg,
        rgba(37, 37, 37, 0) 0,
        rgba(37, 37, 37, 0.23) 45.28%,
        #252525 133.67%
    );
    color: #fff;
}
.big-items__mains .intros-big__news .times-up__news {
    font-size: 12px;
    margin-bottom: 5px;
}
.big-items__mains .intros-big__news .name-big__news {
    font-size: 20px;
    font-family: OpenSans-SemiBold;
    color: #fff;
}
.big-items__mains .intros-big__news .name-big__news:focus,
.big-items__mains .intros-big__news .name-big__news:hover {
    text-decoration: underline;
}
.items-news__small {
    display: flex;
}
.items-news__small .img-small__news img {
    width: 118px;
    margin-right: 15px;
    border-radius: 5px;
}
.items-news__small .intros-news__smalls {
    width: 100%;
    flex: 1;
}
.items-news__small .intros-news__smalls .name-small__news {
    color: #000;
    display: flex;
    font-size: 20px;
    font-family: OpenSans-SemiBold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
}
.items-news__small .intros-news__smalls .name-small__news:focus,
.items-news__small .intros-news__smalls .name-small__news:hover {
    color: #1b8d4f;
}
.items-news__small .intros-news__smalls .news-ups__smalls {
    font-size: 12px;
    color: #888;
}
.new-mains {
    margin-bottom: 65px;
}
.new-mains .items-news__small:not(:last-child) {
    margin-bottom: 15px;
}
