.heading h2,
.heading h1,
.heading h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #323c42;
    padding: 0;
    margin: 0
}
.heading h2 a,
.heading h2 span,
.heading h1 a,
.heading h1 span,
.heading h4 a,
.heading h4 span {
    color: #323c42
}
.heading h2 a:hover,
.heading h1 a:hover,
.heading h4 a:hover {
    color: #ff6200
}
.title_main_page {
    width: 100%;
    float: left
}
.title_main_page .h1,
.title_main_page h1,
.title_main_page h2 {
    display: block;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #323c42;
    margin: 0;
    padding: 0
}
.title_main_page p {
    display: block;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #707070;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
    margin: 0px 0 40px
}
.social-login--facebooks {
    text-align: center !important;
    margin-top: 30px !important;
    width: 100% !important;
    float: left !important
}
.social-login--facebooks a {
    display: inline-block !important;
    height: 35px !important;
    margin: 0 auto !important;
    margin: 0 auto
}
.block-img-effect {
    overflow: hidden;
    display: block;
    position: relative
}
.block-img-effect:before {
    z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 30px;
    bottom: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s
}
.block-img-effect:after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s
}
.block-img-effect:hover:before,
.block-img-effect:hover:after {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1)
}
.section_slider {
    padding: 0 0;
    background: transparent !important
}
@media (min-width: 1300px) and (max-width: 1600px) {
    .section_slider {
        /*height: 405px;*/
        background-color: #ebebeb
    }
}
@media (min-width: 992px) {
    .section_slider.container {
        max-width: unset !important
    }
}
@media (max-width: 991px) {
    .section_slider {
        padding: 0 7px;
        background: transparent !important
    }
}
@media (max-width: 767px) {
    .section_slider .swiper-container .swiper-main {
        height: 110px;
        display: block;
        background: #ddd
    }
    .section_slider .swiper-container .swiper-main.swiper-container-initialized {
        height: unset;
        background: transparent
    }
}
.section_slider .swiper-container img {
    border-radius: 0px;
    display: block;
    margin: 0 auto
}
.section_slider .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    transition: all 0.5s
}
.section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    width: 30px;
    border-radius: 2px
}
@media (max-width: 767px) {
    .section_slider .swiper-pagination {
        bottom: 0px
    }
    .section_slider .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px
    }
}
.section_banner {
    padding: 20px 0 30px
}
.section_banner .imglarge img {
    height: 655px;
    width: 100%
}
@media (min-width: 1300px) and (max-width: 1600px) {
    .section_banner .imglarge img {
        height: 588px
    }
}
@media (min-width: 992px) and (max-width: 1299px) {
    .section_banner .imglarge img {
        height: 443px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section_banner .imglarge img {
        height: 327px
    }
}
@media (max-width: 767px) {
    .section_banner .imglarge img {
        height: 250px
    }
}
.section_banner .imglarge img.loaded {
    width: auto;
    height: unset
}
.section_banner .mediumimg img {
    height: 377px;
    width: 100%
}
@media (min-width: 1300px) and (max-width: 1600px) {
    .section_banner .mediumimg img {
        height: 337px
    }
}
@media (min-width: 992px) and (max-width: 1299px) {
    .section_banner .mediumimg img {
        height: 251px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section_banner .mediumimg img {
        height: 182px
    }
}
@media (max-width: 767px) {
    .section_banner .mediumimg img {
        height: 120px
    }
}
.section_banner .mediumimg img.loaded {
    width: auto;
    height: unset
}
.section_banner .largefull img {
    height: 257px;
    width: 100%
}
@media (min-width: 1300px) and (max-width: 1600px) {
    .section_banner .largefull img {
        height: 230px
    }
}
@media (min-width: 992px) and (max-width: 1299px) {
    .section_banner .largefull img {
        height: 174px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section_banner .largefull img {
        height: 128px
    }
}
@media (max-width: 767px) {
    .section_banner .largefull img {
        height: 100px
    }
}
.section_banner .largefull img.loaded {
    width: auto;
    height: unset
}
@media (max-width: 767px) {
    .section_banner .b-large {
        margin-bottom: 14px
    }
    .section_banner .child {
        margin-bottom: 14px !important
    }
}
.section_hotkey {
    padding: 20px 0
}
.section_hotkey .hot_keywords {
    display: flex;
    position: relative
}
.section_hotkey .hot_keywords h2 {
    font-weight: 400;
    font-size: 30px;
    align-items: center;
    display: flex;
    min-width: 230px
}
.section_hotkey .hot_keywords ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: flex-start;
    justify-items: center
}
.section_hotkey .hot_keywords ul li {
    margin: 4px 0 0 0;
    padding: 2px 0;
    text-align: left;
    text-indent: 0;
    list-style-type: none
}
.section_hotkey .hot_keywords ul li:first-child a {
    margin-left: 0
}
.section_hotkey .hot_keywords ul li:hover a {
    background: #ff6200;
    color: #fff
}
.section_hotkey .hot_keywords ul a {
    font-weight: 300;
    padding: .4rem 1rem;
    margin-right: .5rem;
    border-radius: 5px;
    display: block;
    background: #f1f1f1
}
@media (max-width: 991px) {
    .section_hotkey .hot_keywords {
        flex-flow: column
    }
    .section_hotkey .hot_keywords h2,
    .section_hotkey .hot_keywords ul {
        justify-content: center
    }
}
@media (max-width: 991px) {
    .section_hotkey {
        padding: 10px 0
    }
    .section_hotkey .hot_keywords h2 {
        font-size: 24px
    }
}
.section_product_new {
    padding: 20px 0 20px
}
.section_product_new h2 {
    text-align: center;
    position: relative
}
.section_product_new h2:before {
    content: "";
    width: 175px;
    height: 2px;
    position: absolute;
    left: 50%;
    background: #000;
    bottom: -10px;
    transform: translateX(-50%);
    display: none
}
@media (max-width: 991px) {
    .section_product_new h2 {
        font-size: 20px;
        text-align: center
    }
}
.section_product_new .viewall {
    display: block;
    width: 100%;
    height: calc(100% - 92px);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    z-index: 3;
    flex-flow: column
}
.section_product_new .viewall svg {
    width: 60px
}
.section_product_new .viewall svg path {
    fill: #fff
}
.section_product_new .viewall:hover {
    color: #ff6200
}
.section_product_new .viewall:hover path {
    fill: #ff6200
}
.section_product_new .viewall:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.7;
    z-index: -1
}
.section_product_new .viewall ~ form .sale:before,
.section_product_new .viewall ~ form .sale:after {
    content: none
}
.section_product_new .viewall ~ form .sale .image_thumb:before {
    content: none
}
.section_flash_sale .title-module {
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between
}
.section_flash_sale .title-module .title-block {
    margin-bottom: 5px
}
.section_flash_sale .timer {
    font-size: 18px
}
@media (max-width: 767px) {
    .section_flash_sale .timer {
        float: none
    }
}
.section_flash_sale .viewall {
    display: block;
    width: 100%;
    height: calc(100% - 92px);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    z-index: 3;
    flex-flow: column
}
.section_flash_sale .viewall svg {
    width: 60px
}
.section_flash_sale .viewall svg path {
    fill: #fff
}
.section_flash_sale .viewall:hover {
    color: #ff6200
}
.section_flash_sale .viewall:hover path {
    fill: #ff6200
}
.section_flash_sale .viewall:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.7;
    z-index: -1
}
.section_flash_sale .viewall ~ form .sale:before,
.section_flash_sale .viewall ~ form .sale:after {
    content: none
}
.section_flash_sale .viewall ~ form .sale .image_thumb:before {
    content: none
}
@media (max-width: 991px) {
    .section_flash_sale .title-module {
        flex-flow: column
    }
}
@media (max-width: 767px) {
    .section_flash_sale .timer .timer-view {
        margin-left: 0
    }
}
.sec_bestsale_video {
    padding: 30px 0 20px
}
.sec_bestsale_video .title-block {
    margin-bottom: 0
}
.sec_bestsale_video .wrap_sec {
    padding: 20px 0 20px 20px;
    background: #fff
}
.sec_bestsale_video .videoin {
    width: 595px;
    height: 595px;
    position: relative
}
@media (max-width: 1199px) and (min-width: 992px) {
    .sec_bestsale_video .videoin {
        width: 410px;
        height: 480px
    }
}
.sec_bestsale_video .videoin .video-js {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.sec_bestsale_video .viewall {
    display: block;
    width: 100%;
    height: calc(100% - 92px);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    z-index: 3;
    flex-flow: column
}
.sec_bestsale_video .viewall svg {
    width: 60px
}
.sec_bestsale_video .viewall svg path {
    fill: #fff
}
.sec_bestsale_video .viewall:hover {
    color: #ff6200
}
.sec_bestsale_video .viewall:hover path {
    fill: #ff6200
}
.sec_bestsale_video .viewall:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.7;
    z-index: -1
}
.sec_bestsale_video .viewall ~ form .sale:before,
.sec_bestsale_video .viewall ~ form .sale:after {
    content: none
}
.sec_bestsale_video .viewall ~ form .sale .image_thumb:before {
    content: none
}
@media (max-width: 991px) {
    .sec_bestsale_video .wrap_sec {
        padding: 20px 0
    }
    .sec_bestsale_video .videoin {
        width: 100%;
        height: 420px
    }
}
@media (max-width: 767px) {
    .sec_bestsale_video .videoin {
        height: 310px
    }
}
.section_promotion {
    margin: 30px 0 0
}
.section_promotion .block-text-promotion {
    padding: 20px;
    background: #eb3e32;
    text-align: center;
    font-size: 20px;
    color: #fff
}
@media (max-width: 767px) {
    .section_promotion .block-text-promotion {
        font-size: 16px
    }
}
.section_services {
    padding: 10px 0 0;
    overflow: hidden
}
.section_services .list-service {
    display: flex;
    padding: 15px 0
}
.section_services .list-service .content-service {
    padding: 0 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% / 4);
    -webkit-width: calc(100% / 4);
    -moz-width: calc(100% / 4);
    -os-width: calc(100% / 4)
}
.section_services .list-service .content-service > a {
    display: flex
}
.section_services .list-service .content-service .service-left {
    display: inline-block;
    width: 45px
}
.section_services .list-service .content-service .service-right {
    width: calc(100% - 45px);
    -o-width: calc(100% - 45px);
    -moz-width: calc(100% - 45px);
    -webkit-width: calc(100% - 45px);
    display: inline-block;
    float: left;
    margin-left: 15px
}
@media (max-width: 1199px) and (min-width: 768px) {
    .section_services .list-service .content-service .service-right {
        padding-right: 30px
    }
}
.section_services .list-service .content-service .service-right .title-service {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #323c42
}
.section_services .list-service .content-service .service-right .service-sumary {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 5px;
    color: #888888
}
@media (max-width: 991px) and (min-width: 768px) {
    .section_services {
        margin-bottom: 20px
    }
    .section_services .list-service {
        display: block
    }
    .section_services .list-service .content-service {
        width: calc(100% / 2);
        -webkit-width: calc(100% / 2);
        -moz-width: calc(100% / 2);
        -os-width: calc(100% / 2);
        float: left
    }
    .section_services .list-service .content-service:nth-child(1),
    .section_services .list-service .content-service:nth-child(2) {
        margin-bottom: 20px
    }
}
@media (max-width: 767px) {
    .section_services {
        margin-bottom: 0px
    }
    .section_services .list-service {
        display: block
    }
    .section_services .list-service .content-service {
        width: 100%
    }
    .section_services .list-service .content-service:nth-child(1),
    .section_services .list-service .content-service:nth-child(2),
    .section_services .list-service .content-service:nth-child(3) {
        margin-bottom: 20px
    }
}
.section_blog {
    padding: 20px 0 30px
}
.section_blog .title-block {
    margin-bottom: 40px;
    position: relative
}
.section_blog .title-block:before {
    content: "";
    width: 350px;
    height: 2px;
    position: absolute;
    left: 50%;
    background: #000;
    bottom: -10px;
    transform: translateX(-50%)
}
.section_blog .item_blog_base .content_blog {
    padding: 10px 0px 0
}
.section_blog .item_blog_base .thumb {
    display: block;
    position: relative;
    overflow: hidden
}
.section_blog .item_blog_base .thumb img {
    transition: all 0.5s
}
.section_blog .item_blog_base .thumb img.loaded {
    height: unset;
    width: auto
}
.section_blog .item_blog_base .thumb .thead {
    position: absolute;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background: #eb3e32;
    text-align: center;
    z-index: 2;
    top: 0;
    left: 0
}
.section_blog .item_blog_base .toparticle {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    color: #9a9a9a
}
.section_blog .item_blog_base h3 {
    margin-bottom: 0;
    max-height: 51px;
    overflow: hidden;
    word-break: break-word
}
.section_blog .item_blog_base h3 .a-title {
    display: block;
    margin: 0;
    color: #323c42;
    font-weight: bold;
    line-height: 1.3;
    font-size: 20px
}
.section_blog .item_blog_base h3 .a-title:hover,
.section_blog .item_blog_base h3 .a-title:focus {
    color: #ff6200
}
@media (max-width: 991px) {
    .section_blog .item_blog_base h3 {
        height: 40px
    }
    .section_blog .item_blog_base h3 a {
        font-size: 14px
    }
}
.section_blog .item_blog_base p {
    margin: 10px 0 0;
    color: #8b8b8b;
    display: block;
    height: 40px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis
}
.section_blog .item_blog_base:hover .thumb img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.section_blog .b-list {
    margin-bottom: 20px
}
.section_blog .b-list .item_blog_base {
    display: flex
}
.section_blog .b-list .item_blog_base .thumb {
    width: 250px
}
@media (max-width: 1199px) {
    .section_blog .b-list .item_blog_base .thumb {
        width: 180px
    }
}
.section_blog .b-list .item_blog_base .content_blog {
    padding-top: 0;
    width: calc(100% - 250px);
    -webkit-width: calc(100% - 250px);
    -moz-width: calc(100% - 250px);
    -os-width: calc(100% - 250px);
    -o-width: calc(100% - 250px);
    padding-left: 15px
}
@media (max-width: 1199px) {
    .section_blog .b-list .item_blog_base .content_blog {
        width: calc(100% - 180px);
        -webkit-width: calc(100% - 180px);
        -moz-width: calc(100% - 180px);
        -os-width: calc(100% - 180px);
        -o-width: calc(100% - 180px)
    }
}
@media (max-width: 991px) {
    .section_blog {
        padding-bottom: 10px
    }
    .section_blog .item_blog_base {
        margin-bottom: 20px
    }
    .section_blog .item_blog_base .toparticle {
        letter-spacing: 0
    }
    .section_blog .item_blog_base h3 {
        height: 40px
    }
    .section_blog .item_blog_base h3 a {
        font-size: 16px
    }
    .section_blog .item_blog_base h3 .a-title {
        font-size: 16px
    }
}
@media (max-width: 767px) {
    .section_blog {
        padding: 20px 7px
    }
    .section_blog .wraplog .item_blog_base .thumb {
        width: 0%;
        display: none
    }
    .section_blog .wraplog .item_blog_base .content_blog {
        width: 100%;
        padding-left: 0
    }
    .section_blog .wraplog .item_blog_base h3 .a-title {
        font-size: 14px
    }
    .section_blog .wraplog .item_blog_base p {
        margin-top: 5px
    }
}
.section_brand {
    padding: 0 0 20px;
    margin-bottom: 20px
}
.section_brand .container {
    overflow: hidden
}
.section_brand .slider::before,
.section_brand .slider::after {
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2
}
.section_brand .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg)
}
.section_brand .slider::before {
    left: 0;
    top: 0
}
.section_brand .inslide {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}
.section_brand .slidebrand {
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(160px * 12)
}
.section_brand .inrand {
    height: 40px;
    width: 180px;
    margin: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center
}
.section_brand .inrand img {
    max-width: 100%;
    max-height: 100%
}
@media (max-width: 1199px) {
    .section_brand .inrand {
        height: 60px
    }
}
@media (max-width: 767px) {
    .section_brand .inrand {
        height: 60px;
        width: 90px
    }
}
@media (max-width: 767px) {
    .section_brand {
        padding: 0 7px 20px
    }
}
@keyframes scroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(calc(-160px * 5))
    }
}
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}
.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #fff
}
.flip-clock-wrapper a:hover {
    color: #fff
}
.flip-clock-wrapper ul {
    list-style: none
}
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table
}
.flip-clock-wrapper.clearfix:after {
    clear: both
}
.flip-clock-wrapper.clearfix {
    *zoom: 1
}
.flip-clock-wrapper {
    font-size: 11px;
    -webkit-user-select: none
}
.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important
}
.flip-clock-meridium a {
    color: #313333
}
.flip-clock-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " ";
    display: table
}
.flip-clock-wrapper:after {
    clear: both
}
.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 0 1px;
    width: 20px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    border-radius: 6px;
    background: #f63111
}
@media (max-width: 767px) {
    .flip-clock-wrapper ul {
        width: 25px;
        padding: 0px;
        text-align: center
    }
}
.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-decoration: none !important
}
@media (max-width: 767px) {
    .flip-clock-wrapper ul li {
        line-height: 30px
    }
}
.flip-clock-wrapper ul li:first-child {
    z-index: 2
}
.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important
}
.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 40px;
    overflow: hidden;
    outline: 1px solid transparent
}
@media (max-width: 767px) {
    .flip-clock-wrapper ul li a div {
        font-size: 18px
    }
}
.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}
.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0
}
.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #f63111
}
.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}
.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    text-shadow: 0 1px 2px #f63111;
    text-align: center;
    background-color: #f63111;
    border-radius: 6px;
    font-size: 18px
}
@media (max-width: 767px) {
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 18px
    }
}
.flip-clock-wrapper ul li a div.up div.inn {
    top: 0
}
.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0
}
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3
}
.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.01s 0.49s linear both;
    -moz-animation: asd 0.01s 0.49s linear both;
    animation: asd 0.01s 0.49s linear both;
    z-index: 5
}
.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 15px;
    height: 30px
}
.flip-clock-divider .flip-clock-label {
    display: none
}
.flip-clock-divider:first-child {
    width: 0
}
.flip-clock-dot {
    display: block;
    background: #f63111;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    left: 5px
}
.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none
}
.flip-clock-divider.minutes .flip-clock-label {
    right: -88px
}
.flip-clock-divider.seconds .flip-clock-label {
    right: -91px
}
.flip-clock-dot.top {
    top: 17px
}
.flip-clock-dot.bottom {
    bottom: 17px
}
@-webkit-keyframes asd {
    0% {
        z-index: 2
    }
    100% {
        z-index: 4
    }
}
@-moz-keyframes asd {
    0% {
        z-index: 2
    }
    100% {
        z-index: 4
    }
}
@-o-keyframes asd {
    0% {
        z-index: 2
    }
    100% {
        z-index: 4
    }
}
@keyframes asd {
    0% {
        z-index: 2
    }
    100% {
        z-index: 4
    }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both
}
@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg)
    }
    100% {
        -webkit-transform: rotateX(0deg)
    }
}
@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg)
    }
    100% {
        -moz-transform: rotateX(0deg)
    }
}
@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg)
    }
    100% {
        -o-transform: rotateX(0deg)
    }
}
@keyframes turn {
    0% {
        transform: rotateX(90deg)
    }
    100% {
        transform: rotateX(0deg)
    }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both
}
@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg)
    }
    100% {
        -webkit-transform: rotateX(-90deg)
    }
}
@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg)
    }
    100% {
        -moz-transform: rotateX(-90deg)
    }
}
@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg)
    }
    100% {
        -o-transform: rotateX(-90deg)
    }
}
@keyframes turn2 {
    0% {
        transform: rotateX(0deg)
    }
    100% {
        transform: rotateX(-90deg)
    }
}
.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3
}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, #000 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #000 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, #000 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #000 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, #000 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, #000 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, #000 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, #000 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both
}
@-webkit-keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.xemthemabc {
    text-align: center
}
.xemthemabc a {
    background: #eb3e32;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px
}
.xemthemabc a:hover {
    background: #3b5999
}
.section_flash_sale .title-block a:before {
    content: "";
    width: 175px;
    height: 2px;
    position: absolute;
    left: 50%;
    background: #000;
    bottom: -10px;
    transform: translateX(-50%);
    display: none
}
.section_flash_sale {
    margin-top: 20px
}