/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 :root{
    --red: #c9010e;
    --yellow: #facb33;
    --black: #000;
 }
 .m-flashsale {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.m-flashsale .grid-column {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    gap: 40px;
}
.m-flashsale .grid-column .fs-column {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.fs-column .sub-fs {
    position: relative;
    display: flex;
    gap: 20px;
    width: 100%;
}
.top-flashsale .sub-fs .fs-left, .top-flashsale .sub-fs .fs-right {
    flex-basis: calc(50% - 10px);
}
.all-sale_box a.btn-readmore_fs {
    color: var(--red);
    background: var(--yellow);
    padding: 8px 20px;
    line-height: 1.2;
    display: inline-flex;
    font-size: 18px;
    font-weight: 300;
    gap: 4px;
}
.fs-time {
    position: relative;
    display: block;
    width: 100%;
}
.fs-time ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}
.fs-time ul li {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: transparent;
    color: var(--black);
    font-weight: 500;
    font-size: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fs-time ul li span {
    font-size: 31px;
    font-family: "Hind", Arial, Helvetica, sans-serif !important;
    line-height: 1;
    display: flex;
    font-weight: 500;
    background: var(--red);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 13px 10px 10px;
    width: 60px;
    height: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.fs-time ul li span:after {
    content: ':';
    display: block;
    height: 30px;
    width: 7px;
    position: absolute;
    font-size: 30px;
    color: #414141;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    right: -11px;
}
.fs-time ul li:last-child span:after {
    content: unset;
}
.top-flashsale .sub-fs .fs-left {
    display: flex;
    gap: 20px;
    align-items: center;
}
.box-flashsale {
    max-width: 100%;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.title-fs .fs-heading {
    font-size: 50px;
    line-height: 1;
    color: var(--black);
}
.top-flashsale .sub-fs .fs-right {
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
}
.text-time {
    display: block;
} 
.text-time.text-m {
    display: none;
    text-transform: uppercase;
}
.m-flashsale .grid-column .fs-column.bottom-flashsale .all-sale_box {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    display: none;
}
.main-flashsale {
    position: relative;
    overflow: hidden;
}
.main-flashsale .swiper-button-next:after, .main-flashsale .swiper-button-prev:after {
    content: unset;
}
.main-flashsale .swiper-button-next, .main-flashsale .swiper-button-prev {
    background: var(--red);
    width: 30px;
    transition: all ease-in-out 350ms;
}
.main-flashsale .swiper-button-next svg, .main-flashsale .swiper-button-prev svg {
    stroke: #facb33;
    height: 30px;
    width: 30px;
    stroke-width: 1.5px;
}
.main-flashsale .swiper-button-next:hover, .main-flashsale .swiper-button-prev:hover {
    transform: scale(1.1);
}
.all-sale_box a.btn-readmore_fs:hover{
    transform: scale(0.93);
}
.main-flashsale .swiper-pagination-clickable .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--red);
}
.all-sale_box a.btn-readmore_fs svg {
    width: 18px;
    height: 18px;
}
.card-pp .product-grid-item {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
}
.pagination-sw {
    position: relative;
    padding-top: 2em;
    display: none;
}
.title-fs .fs-heading {
    text-transform: uppercase;
}
.all-sale_box a.btn-readmore_fs {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.top-flashsale .sub-fs .fs-left .fs-image img {
    display: block;
    width: auto;
    height: auto;
}
/*grid flashsale*/
.grid-fs-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.grid-flashsale .top-flashsale .sub-fs .fs-left {
    flex-basis: unset;
    justify-content: center;
    margin: 0 auto;
}
.grid-fs-wrapper .card-pp .product-grid-item{
    padding: 0;
}
/*destop medium*/
@media (max-width: 1600px){
}
/*laptop*/
@media (max-width: 1280px){
}
/*ipad (tablet)*/
@media (max-width: 1024px) {
/*pagination*/
.title-fs .fs-heading {
    font-size: 35px;
}
.fs-time ul li span {
    font-size: 27px;
    width: 47px;
    height: 47px;
}
.fs-time ul li {
    font-size: 14px;
}
.all-sale_box a.btn-readmore_fs {
    font-size: 16px;
}
.title-fs .fs-heading {
    font-size: 35px;
}
.fs-time ul li span {
    font-size: 27px;
    width: 47px;
    height: 47px;
}
.fs-time ul li {
    font-size: 14px;
}
.all-sale_box a.btn-readmore_fs {
    font-size: 16px;
}
.m-flashsale .grid-column {
    gap: 30px;
}
}
/*iphone5 (small smartphone)*/
@media (max-width: 767px) {
    .card-pp .product-grid-item{
        padding: 0;
    }
    .top-flashsale .sub-fs .fs-left, .top-flashsale .sub-fs .fs-right {
        flex-basis: 100%;
    }
    .top-flashsale .sub-fs .fs-right {
        display: none;
    }
    .fs-time ul li span {
        font-size: 17px;
        width: 33px;
        height: 33px;
    }
    .fs-time ul {
        gap: 13px;
    }
    .fs-time {
       display: flex;
       justify-content: right;
       text-align: revert;
       float: right;
    }
    .top-flashsale .sub-fs .fs-left {
        justify-content: space-between;
    }
    .text-time {
        display: none;
    } 
    .text-time.text-m {
        display: block;
    }
    .m-flashsale .grid-column .fs-column.bottom-flashsale .all-sale_box {
        display: flex;
    }
    .m-flashsale .grid-column .fs-column.bottom-flashsale .all-sale_box {
        padding-top: 2em;
    }  
    .m-flashsale .grid-column {
        gap: 20px;
    }
    .grid-fs-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}
