.header-container{
    position: relative;
}
.layout-header-1, .header-container .box-color{
    background: #fff;
}
.header-container .box-color{
    z-index: 100;
}
.logo img{
    width: auto;
    max-width: 230px;
    object-fit: scale-down;
}
.languages{
    margin-top: 25px;
    text-align: right;
    width: 200px;
}
.languages a{
    padding: 0 1px;
    opacity: .5;
}
.languages a.active{
    opacity: 1;
}
.languages a img{
    border: 1px solid #ccc;
}

.menu-categories-title{
    text-transform: uppercase;
}

/*======================= Index =============================*/
.item-category-index .cover-item-index .caption-item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 !important;
    position: relative;
}
.item-category-index .cover-item-index .caption-item h2{
    background: #8b0029;
    padding: 8px;
    border-bottom: 3px solid #5a0016;
    font-size: 15px;
    display: inline-block;
    width: 100%;
}

.complete-works-owl h4 a{
    text-align: center;
    text-transform: none;
}
.blog-news-index-title p{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.album-title a{
    text-transform: none;
    font-size: 16px;
}

#appendMenuRight{
    z-index: 999;
}
#menuRight {
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    height: 100%;
    width: 35px;
    transition: all 0.15s;
    z-index: 11111;
}
#menuRight>li:first-of-type>p {
    padding: 0;
}
#menuRight>li:last-of-type {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
}
#menuRight>li {
    margin: 5px 0;
}
#menuRight>li:hover,#menuRight>li.active {
    background: #8b0029;
}
#menuRight>li.active>ul {
    display: block;
}
#menuRight>li.close {
    visibility: hidden;
    opacity: 1;
    color: #fff;
    width: 100%;
}
#menuRight>li.close.show {
    visibility: visible;
}
#menuRight>li.close p i {
    font-size: 18px;
    color: #79797945;
    padding-top: 10px;
}
#menuRight>li>p {
    display: block;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 10px 0;
    position: relative;
    font-size: 11px;
}
#menuRight>li>p>a {
    color: #fff;
}
#menuRight>li>a {
    display: block;
    width: 34px;
}
#menuRight>li>p>span {
    background: #fff;
    line-height: normal;
    padding: 0 4px;
    display: inline-block;
    color: #000;
    font-size: 11px;
    border-radius: 2px;
    font-weight: bold;
    margin-top: 3px;
}
#menuRight>li>p i {
    display: block;
    height: 25px;
}
#menuRight>li>ul {
    position: absolute;
    top: 0;
    left: 35px;
    width: 280px;
    background: #f7f7f7;
    height: 100%;
    display: none;
}
#menuRight>li>ul>li:first-of-type {
    line-height: 30px;
    text-transform: uppercase;
    background: #464646;
    color: #fff;
    font-size: 11px;
    text-align: center;
}
#menuRight>li>ul>li:last-of-type {
    padding: 10px;
}
#menuRight>li>ul>li:last-of-type>p {
    display: block;
    padding: 3px 0;
}
#menuRight > li:hover, #menuRight > li.active {
    background: #8b0029 !important;
}
.si {
    background: url('../../img/stores/32963/spriteIcon.png') no-repeat transparent;
}
.itemCarts {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.itemCarts>a {
    float: left;
    width: 50px;
    margin-right: 5px;
}
.itemCarts>a>img {
    display: block;
    width: 100%;
}
.itemCarts>p {
    display: block;
    padding: 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.listHistory{
    overflow-y: auto;
    height: 100%;
}
/*======================= End Index =============================*/


/*======================= Page Child =============================*/
.banner-page-list{
    height: 250px;
    background-size: cover !important;
}
.productRelated{
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 15px;
}
.sku-product ul li.highlight p{
    font-size: 15px;
    color: #111;
    font-weight: normal;
}
.img-item-product-inpage{
    height: 270px;
}
/*======================= End Page Child =============================*/

#scrollup{
    right: 0;
    width: 35px;
    height: 35px;
}
#scrollup i{
    line-height: 35px !important;
}
.logo-footer img {
    webkit-filter: inherit;
    filter: inherit;
}
.blog-news-index-img{
    height: auto !important;
}
.blog-news-index-img img {
    object-fit: contain;
}
h3.style-h2-small, .filter-list-product .menu-categories-hide h3{
    text-transform: uppercase;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    object-fit: cover;
}
.product-img-hot a{
    position: relative;
}

/*=============================================================================*/
@media (min-width: 1200px) {
    .complete-works-owl img{
        height: auto !important;
    }
    .menu-categories{
        position: absolute;
    }
    .main-menu .cateNews{
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        padding-left: 245px;
    }
}
@media (max-width: 1024px) {
    .top-header-mobile .phone-mobile{
        display: inline-block;
        font-size: 16px;
    }
    .top-header-mobile .phone-mobile p{
        margin: 0;
    }
    .top-header-mobile .languages{
        float: right;
        margin: 0;
        width: auto;
    }
}
@media (max-width: 767px) {
    .owl-carousel {
        padding: 0 15px;
    }
}