.home-flash-sale a {
    display: block;
    width: 100%
}

.home-flash-sale img {
    width: auto;
    height: auto;
    display: block;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: auto;
}

.flashsale-product {
    background: #000000
}

.flashsale-product .product-flash-sale-index {
    padding-top: 10px;
    padding-bottom: 10px
}

.flashsale-product .product-flash-sale-index .item-flashsale {
    background: #ffffff
}

.button-view_all a {
    width: auto;
}

.product_by_category .row {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 800px) {
    .flashsale-product {
        padding: 0 10px !important
    }
}

.banner-ads a {
    display: block
}

.product-sold {
    width: calc(100% - 10px);
    margin: 0px 5px 5px 5px
}

.frame-countdown {
    margin: 40px 0
}

.header-title {
    display: block;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    background-color: #000000;
    color: #ffffff;
    box-sizing: border-box;
    font-size: 40px;
    text-align: center;
    margin-top: 40px
}

.header-title h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0
}

@media (max-width: 800px) {
    .header-title h3 {
        font-size: 20px
    }
}

.product_hot {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 20px 0
}

.product_hot .product_hot_item {
    display: inline-block;
    width: calc(50% - 10px)
}

@media (max-width: 800px) {
    .product_hot .product_hot_item {
        width: 100%;
        margin-bottom: 10px
    }
}

.d-viewmore a {
    display: inline-block;
    padding: 10px 20px;
    width: auto
}


/*==========================================*/

#form-review .form-control,
#form-review .control-label,
#form-review .form-group {
    margin: 10px 0 0;
    float: left;
    width: 100%;
    display: block;
    text-align: left;
    color: #000000;
    font-size: 14px;
    padding-top: 0;
}

#form-review .rating_review {
    display: flex;
    align-items: center;
}

#form-review .rating_review * {
    width: auto;
    margin: 10px;
    padding: 0;
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub .zozoweb-product-reviews-summary {
    width: 100%
}

.short-description img {
    width: 13px;
    margin-top: 5px;
    vertical-align: top;
    margin-right: 3px;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

body.common-home section,
body.common-home .section {
    padding: 3rem 0 2.2rem 0;
}

.page-load-status {
    display: none;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #777
}

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background: #555;
    position: absolute;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em
}

.loader-ellips__dot:nth-child(4) {
    left: 3em
}

@keyframes reveal {
    from {
        transform: scale(.001)
    }
    to {
        transform: scale(1)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse
}

.category-blog .collapse_cape.collapsed:after {
    content: "";
    background-image: url("../image/leftnav.png");
    position: absolute;
    top: 5px;
    right: 0;
    height: 25px;
    width: 25px;
    overflow: hidden;
    background-position: 100% 0;
}

.category-blog .collapse_cape:after {
    content: "";
    background-image: url("../image/leftnav.png");
    position: absolute;
    top: 5px;
    right: 0;
    height: 25px;
    width: 25px;
    overflow: hidden;
    background-position: 100% -30px;
}

.category-blog ul li {
    position: relative;
    padding: 5px 0;
}

.category-blog ul li.lv0 {
    border-bottom: 1px solid #ddd;
}

.category-blog ul li a {
    font-weight: 300;
}

.category-blog ul li a:hover {
    color: #d01132;
}

.category-blog ul li ul li {
    padding-left: 10px;
}

.refinements.sticky {
    padding-bottom: 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #e9252c;
    border-color: #e9252c;
}

.pagination>li>a,
.pagination>li>span {
    color: #000;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #e9252c;
}

.news-related ul li a {
    color: #000;
}

.news-related ul li a:hover {
    color: #e9252c;
}

.input-box,
.textarea-box {
    margin-bottom: 10px;
}

.input-box input[type="text"],
.input-box input[type="email"] {
    height: 2.5rem;
}

.buttons-set {
    margin: 10px 0
}

h3.blog_entry-title {
    margin-top: 5px;
    font-size: 1rem;
}

.pdp-main .attribute.color .label {
    text-align: left;
}

.pluggage-product .product-detail-right .video {
    font-size: 20px;
}

.pluggage-product .product-detail-right .video i {
    margin-right: 5px;
}

.qty-number .custom {
    display: inline-flex;
}

.qty-number .custom input[type="text"] {
    height: 40px;
    text-align: center;
}

.ttaddtocart {
    display: flex;
    justify-content: space-between;
}

.top-cart-content,
.dropdown-menu {
    height: auto;
    width: 300px;
    position: absolute;
    top: calc(100% - -5px);
    right: 0;
    left: auto;
    background: #FFFFFF;
    padding: 0;
    text-align: left;
    box-shadow: 0 12px 15px -5px rgb(0 0 0 / 40%);
    z-index: 9999999;
    transition: all 300ms ease;
}

.list-account {
    padding: 5px 0;
}

.list-account .dropdown-menu {
    width: auto;
    top: calc(100% - 0px);
    left: 0;
    padding: 0 10px;
}

ul#cart-sidebar {
    background: white;
    padding: 0 15px 0 15px;
    margin: 0;
    max-height: 280px;
    overflow: auto;
}

.top-cart-content li.item {
    border-bottom: 1px solid #EEEEEE;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
}

.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: 0 #EEEEEE solid;
}

.mini-products-list .product-image {
    float: left;
}

.mini-products-list .detail-item {
    float: none;
}

.top-cart-content .product-details {
    color: #333333;
    position: relative;
    text-align: left;
    padding: 0;
}

a.fa-remove,
a.fa-pencil {
    color: #999999;
    font-size: 12px;
}

.fa-remove {
    position: absolute;
    right: 0;
}

.top-cart-content .product-name {
    margin: 0;
    width: auto;
    line-height: 1;
    padding: 0 15px 5px 0;
}

.top-cart-content .product-name a {
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
    color: #333333;
}

.mini-products-list .detail-item .product-details-bottom .price {
    font-size: 16px;
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
}

.top-cart-contain .mini-cart .price {
    margin-right: 5px;
}

.top-cart-contain .price,
.header-search .dropdown-menu .price,
.header-search .dropdown-menu .special {
    color: #d01132;
    text-transform: uppercase;
}

.product-details-bottom>* {
    float: left;
    margin-right: 5px;
}

.footer_form {
    width: 100%;
    padding: 0 15px;
    border-top: 1px solid #F5F5F5;
}

.top-cart-content li {
    list-style: none;
}

.top-subtotal {
    font-size: 12px;
    color: #222222;
    float: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 45px;
}

.top-cart-contain .top-subtotal .price {
    font-size: 16px;
    float: right;
    font-weight: 600;
}

.top-cart-content .actions {
    padding: 15px;
    margin: 0;
    overflow: hidden;
    /* padding-top: 15px; */
    display: block;
    position: inherit;
}

.actions {
    top: 20%;
    width: 100%;
    background: white;
    height: 100%;
}

.mini-cart .actions .btn-checkout {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    width: 44%;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    border: 1px solid #d01132;
    float: right;
    background: #fff;
    margin: 0 0 0 28px;
    color: #FFFFFF;
}

.actions button {
    box-sizing: border-box;
    border-radius: 4px;
}

.mini-cart .actions .view-cart {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    width: 44%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    background: transparent;
    border: 1px solid #d01132;
    margin: 0;
}

.header-search .dropdown-menu span {
    display: block;
    white-space: break-spaces;
}

.top_phone_number .dropdown-toggle::after {
    display: none;
}

.title-sale {
    font-size: 20px;
    animation: fadeIn 1s infinite;
    -webkit-animation: fadeIn 1s infinite;
    -moz-animation: fadeIn 1s infinite;
    -o-animation: fadeIn 1s infinite;
    color: #c00;
    font-weight: bold;
}

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    position: relative;
}

#clockdiv>div {
    padding: 5px;
    border-radius: 3px;
    background: #e9252c;
    display: inline-block;
}

#clockdiv div>span {
    padding: 5px;
    border-radius: 3px;
    background: #d01132;
    display: inline-block;
}

.smalltext {
    padding-top: 5px;
    font-size: 10px;
}

.product-thumbnails li.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    opacity: 1;
}

.product-thumbnails li.swiper-slide.swiper-slide-visible {
    opacity: 0.7;
}

.featured-thumb {
    overflow: hidden;
    position: relative;
}

.featured-thumb img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.featured-thumb img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tax {
    font-size: 14px;
    margin-bottom: 10px;
}

#back-to-top {
    color: #FFFFFF;
    text-align: center;
    bottom: 90px;
    opacity: 0;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    width: 50px;
    background: url("../image/to-top-arrow.png") no-repeat center #e9252c;
    text-transform: uppercase;
    z-index: 9999;
}

#back-to-top.backtop.show {
    opacity: 1;
}

.no-padding {
    padding: 0;
}

.mid-header.sticky {
    background: #fff;
    margin: 0;
    padding-bottom: 0;
}

.showrooms-showroomall section.breadcrumb-shop {
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 0;
    padding: 0.5rem 0;
    background: #ededed;
}

.showrooms-showroomall .breadcrumb-shop .breadcrumb-arrows {
    padding: 0 !important;
}

.nav-footer-fixed span .fa-home {
    display: none;
}

.list-inline>li a {
    color: #000;
}

.list-inline {
    margin: 0;
}

.dropdown-toggle::after {
    display: none;
}

.img-item_news img {
    width: 100%;
}

.full_width_container .item-news__first .title-item h3 {
    margin: 0;
}

.list-product-index {
    display: flex;
    margin: 0px 0px 0px -10px;
    padding: 5px 0px;
}

.product-grid-item.col-md-20 {
    float: none;
    width: calc(20% - 10px);
    margin: 0px 0px 10px 10px;
    background: white;
}

.full_width_container .item-news {
    display: inline-block;
}

.item-news.item-news__first {
    display: block;
}

.category-blog ul>li.selected>a {
    color: red;
}

.wrapper-news_custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.full_width_container .button-view_all {
    margin-top: 0;
}

.home-flash-sale .float-icon-hotline a {
    display: initial;
}


/*==========================================*/

@media (min-width: 481px) {}

@media (min-width: 561px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .item-news.item-news__first .img-item_news img {
        height: 350px;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {}


/*==========================================*/

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .search-result-options .custom-select {
        padding: 0 5px;
    }
    .widget .widget-articles .item-image {
        height: auto;
    }
    #clockdiv {
        font-size: 16px;
    }
    body.common-home section,
    body.common-home .section {
        padding: 1rem 0 0rem 0;
    }
    .list-account .text-left .dropdown-menu {
        right: auto;
    }
    .list-product-index {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    #reassurance-container li {
        width: 33%;
        padding: 0rem 0;
    }
    #clockdiv {
        font-size: 13px;
    }
    .float-icon-hotline {
        bottom: 70px !important;
    }
    .list-inline>li {
        font-size: 13px;
        padding-right: 0px;
    }
    .header-top .col-xs-6 {
        padding: 0 5px
    }
    [class^="product-product-"] #back-to-top {
        bottom: 115px;
    }
    .list-product-index .product-grid-item {
        box-sizing: border-box;
        min-height: 270px;
        padding: 0;
        padding-top: 0px;
        padding-left: 0px;
        width: 50%;
        padding-left: 3px;
        padding-top: 3px;
        margin: 0;
    }
    .header-search form {
        width: 100%;
    }
}

@media (max-width: 560px) {
    #form-review .rating_review {
        flex-wrap: wrap
    }
    #form-review .rating_review * {
        margin: 10px 5px
    }
    #form-review .rating_review .control-label {
        width: 100%
    }
}

@media (max-width: 480px) {}

@media (max-width: 360px) {}


/*==========================================*/

@media (max-width: 1199px) and (min-width: 992px) {}

@media (max-width: 1199px) and (min-width: 768px) {}

@media (max-width: 991px) and (min-width: 768px) {}