@media (min-width: 1024px) {
    #categories .listproduct .item {
        width: calc(100% / 4 - 1px);
    }
    .custom-padding-right {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .custom-padding-right .filter {
        display: flex !important;
        width: 100%;
    }
    .filter:not(.show-promo) .group-filter {
        width: calc(10% - 10px);
        margin-right: 10px;
        position: relative;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        cursor: pointer;
    }
    .filter.filter-promo .group-filter {
        width: calc(11% - 10px);
    }
    .filter .title-group-filter.show {
        background-color: #f48473;
        color: #fff;
    }
    .filter .title-group-filter .buttontoggle {
        float: none;
    }
    .filter .title-group-filter .buttontoggle .fa {
        font-weight: normal;
        font-size: 1rem;
    }
    .filter .title-group-filter {
        padding: 10px;
        color: #333;
    }
    .filter:not(.show-promo) .group-filter .content-group {
        max-height: 200px;
        width: 600px;
        overflow-y: auto;
        position: absolute;
        top: 130%;
        left: 0;
        padding: 10px;
        background: #fff;
        z-index: 100;
        border: 1px solid #ededed;
        box-shadow: 0 0 5px #777;
    }
    .filter .style001 .content-group .item-filter {
        width: 30%;
        max-width: 30%;
        flex: 1 1 30%;
    }
    .filter:not(.show-promo) .group-filter .content-group>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .fillter-fixed .custom-padding-right {
        top: 0;
    }
}

.homepage .mainbanner .owl-nav {
    display: block;
}

#homeSlider {
    position: relative;
}

#homeSlider .owl-prev, #homeSlider .owl-next {
    width: 20px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

#homeSlider .owl-prev {
    left: 10px;
}

#homeSlider .owl-next {
    right: 10px;
}


* {
    font-family: 'IBM Plex Sans', sans-serif;
}
.menuMobileLeft .logo {
    margin-top: 0;
}
#popupHomeBlock .modal-content .title-head-popup h6{
    font-size: 32px;
    color: #000000;
    padding-top: 46px;
    padding-right: 5px;
}
#popupHomeBlock .content-mini-popup{
    font-size: 14px;
    margin-top: 5px;
    display: block;
    padding: 0 50px;
    color: #000000;
    font-weight: bold;
}
#popupHomeBlock .modal-content button{
    width: 150px;
    height: 45px;
    background: #3ebbec;
    color: #fff;
    text-transform: uppercase;
}
#popupHomeBlock .modal-content .form-group input::placeholder{
    color: #fff;
}
#popupHomeBlock .modal-content .form-group input{
    width: 75%;
    text-align: center;
    border: none;
    margin: auto;
    margin-top: 27px;
    background: #fb5268;
    color: #fff;
    padding: 10px 12px;
    /* line-height: 30px; */
    height: 45px;
}
#popupHomeBlock .modal-content{
    position: absolute;
    top: 0;
    background: transparent;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    right: 0;
    width: 66%;
}
#popupHomeBlock .modal-body{
    background: transparent;
    padding: 0;
    margin-top: 25%;
}

#popupHomeBlock{
    padding: 0;
    background: transparent;
}

#popupHomeBlock .title-head-popup p
{
    color: #B2001F;
}

/** Footer Style */
.footer-top{
    display: flex;
    flex-wrap: wrap;
}
.footer-logo{
    height: 70px;
}
.footer-logo img{
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.footer-top-menu-list{
    padding-top: 15px;
}
.footer-top-menu-list a{
    color: #111;
}
.footer-top-menu-list a:hover{
    font-weight: 600;
}
.footer-title{
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bolder;
}
.app-store-download, .google-play-download{
    text-align: center;
}
.app-store-download img, .google-play-download img{
    width: 70%;
    padding-bottom: 10px;
}
.footer-top-social-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-top-social-list div{
    text-align: center;
    padding: 0 5px 15px;
}
.footer-top-email .footer-title{
    justify-content: left;
}
.footer-top-email-register{
    position: relative;
}
#newsletter_signup{
    width: 100%;
    padding: 7px 15px;
    border: 2px solid #a7a7a7;
    border-radius: 5px;
}
.subscribebutton{
    background: #a7a7a7;
    color: #fff;
    padding: 6.5px 15px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    border: none;
}
.footer-border-bottom{
    text-align: center;
    padding: 25px 0;
}
.footer-middle-left{
    line-height: 30px;
}
.footer-middle-contact .footer-title{
    display: block;
    height: 40px;
}
.contact-hot-line, .contact-email{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
}
.contact-hot-line img, .contact-email img{
    display: block;
    width: 40px;
    margin-right: 10px;
}
.contact-gov img{
    display: inline;
    width: 190px;
    margin-left: -6px;
}
.footer-middle{
    display: flex;
    flex-wrap: wrap;
}
.footer-middle-menu ul{
    line-height: 30px;
}
.footer-middle-menu a{
    color: #111;
}
.footer-middle-menu a:hover{
    font-weight: 600;
}
.footer-bottom{
    text-align: center;
}
.title-top {
    padding: 12px 30px;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    position: relative;
}
.title-top a {
    text-transform: uppercase;
    color: #000;
}
.all-album figcaption{
    border: 1px solid #e6e6e6
}
.info {
    padding: 20px 20px 15px;
}
.info h3 a {
    color: #111;
    line-height: 24px;
    font-weight: 700;
}
.tooltip > .tooltip-inner{
    font-size: 15px;
}
#news45 figure img.small-album{
    width: 100%;
    height: 100% !important;
}
#productdetail .product-info .title-group .red{
    display: inline-block;
    color: red;
    text-transform: uppercase;
    font-size: 26px;
}

@media (max-width: 767px) {
    #popupHomeBlock .modal-content .title-head-popup h6{
        font-size: 16px;
    }
    #popupHomeBlock .modal-body{
        margin-top: 10%;
    }
    #popupHomeBlock .content-mini-popup{
        padding: 0 5px;
        font-size: 11px;
    }
    #popupHomeBlock .modal-content .form-group input{
        height: 30px;
        margin: 15px auto 10px auto;
        font-size: 13px;
    }
    #popupHomeBlock .modal-content button{
        height: unset;
        line-height: 10px;
    }
    .all-category{
        display: block;
    }
}
.item-product .avatar{
    height: 590px;
}
.relateproduct_view .item-product .avatar{
    height: 404px;
}
header .menuwrap .menu .menulink > li.hassub .btn-showsub{
    width: 100%;
    top: 5px;
    right: 15px;
}
header .menuwrap .menu .menulink > li.hassub .btn-showsub i{
    float: right;
}
.all-category a{
    color: #000;
}
.filter .group-filter .content-group {
    display: none;
}
.filter .group-filter .content-group.active {
    display: flex;
}
.filter .style001 .content-group .item-filter .form-check-input:not(:checked) + label:before,
.filter .style001 .content-group .item-filter .form-check-input:checked + label:before {
    width: 15px;
    height: 15px;
    border-radius: 0;
}
.filter .style001 .content-group .item-filter .form-check-input:checked + label:after {
    top: 3px;
    left: 2px;
}
.filter .style001 .content-group .item-filter .form-check-label {
    padding-left: 25px;
    padding-right: 10px;
}
/*banner video*/
.video-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -15px;
    z-index: -99;
}

.video-foreground,
.video-background iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#tab-product .tab-content{
    padding-top: 10px;
}

#tab-product li a{
    color: #716868;
    text-transform: uppercase;
}
#tab-product li.active a{
    color: #000;
}
#tab-product{
    margin-top: 50px;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

.hh3 {
    /*background-color: rgba(0, 16, 40, .6);*/
    min-height: calc(100vh - 200px);
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 669px;
    opacity: 0;
}
.menuwrap{
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding-bottom: 20px;
}
#newsdetail1 .post-content ul{
    list-style: unset;
}
@media (max-width: 767px) {
    .video-foreground, .video-background iframe{
        pointer-events: auto;
        height: auto;
        top: 0;
        right: 0;
        width: 100%;
        left: 0;
    }
    .video-background{
        z-index: 999;
        height: 250px;
        left: 0;
    }
    .menuwrap{
        position: relative;
        top: unset;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .hh3{
        min-height: 175px;
        height: 200px;
    }
    .item-product .avatar{
        height: auto;
    }
    #newsdetail1 .post-content img{
        width: 100%!important;
        height: auto!important;
    }
    .carousel-inner > .carousel-item.active{
        left: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .hh3{
        height: 475px;
    }
}
#deContent{
    height: 210px;
    overflow-x: auto;
}
/*header*/
.header-top {
    background-color: #F2F2F2;
    display: flex;
    padding: 10px 50px;
    justify-content: space-between;
    align-items: center;
}
.header-top a {
    color: #252A2B;
    font-size: 17px;
}
.header-top a:nth-child(2n+1) {
    margin-right: 50px;
}
.header-top a img {
    width: 20px;
    height: 20px;
}
.header-bottom {
    display: flex;
    padding: 0 50px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ededed;
}
.menu .menulink>li {
    display: inline-block;
    padding: 5px 20px;
}
.menu .menulink li {
    position: relative;
}
.menu .menulink>li:last-child {
    padding-right: 0;
}
.menu .menulink>li a {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.menu .menulink li.hassub .sub, .menu .menulink li.hassub .btn-showsub {
    display: none;
}
.menu-fixed .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 67px;
    animation: fadeInDown .6s both;
    z-index: 9999;
    background: #fff;
}
.header-top a.htch {
    margin-right: 50px;
}
.header-top-cent {
    display: flex;
    align-items: center;
    width: 35%;
}
.header-top-cent .search {
    width: 100%;
}
.logo a img {
    max-width: 88px;
}
.form-search {
    display: block;
}
.header-top-cent .search .searchwrap {
    position: relative;
}
.header-top-cent .search .searchwrap input {
    width: 100%;
    border: none;
    padding: 7px 25px;
    border-bottom: 1px solid #ccc;
    background: #f2f2f2;
}
.header-top-cent .search .searchwrap i {
    position: absolute;
    top: 10px;
    left: 0;
}
.ghcb {
    position: relative;
}
.ghcb .count-cart {
    position: absolute;
    left: 15px;
    top: -2px;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 0 4px;
    border-radius: 50%;
}
/*end header*/

/*index*/
.category-products {
    padding: 0 50px;
    margin: 30px 0;
}

.category-products-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.category-products-top-left ul li {
    float: left;
    padding: 5px 20px;
    border-right: 1px solid #ededed;
    position: relative;
    width: 90px;
}

/*.category-products-top-left ul li.active, .news-sec-top-left ul li.active {*/
/*    background-color: #000;*/
/*}*/

.category-products-top-left ul li.active a, .news-sec-top-left ul li.active a {
    color: #000;
}

.category-products-top-left ul li.active:after, .news-sec-top-left ul li.active:after {
    content: '';
    position: absolute;
    left: 30%;
    top: 40px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    clear: both;
}

.category-products-top-left ul li a {
    font-weight: 600;
    font-size: 18px;
    color: gray;
    cursor: pointer;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
}

.category-products-top-left ul li.active a:hover {
    color: #fff;
}

.category-products-top-right a {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.category-products-bottom {
    margin-top: 10px;
}

.product-item {
    border: 1px solid #DFDCDC;
    border-radius: 5px;
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
    width: 100%;
}

.product-item .product-image {
    position: relative;
}
.product-image img{
    object-fit: scale-down;
}
.product-item .product-image:hover .hover {
    opacity: 1;
}

.product-item .product-image .iWishAdd {
    position: absolute;
    padding: 5px 10px;
    border: 1px solid #000000;
    border-radius: 2px;
    background-color: #F6F6F6;
    top: 10px;
    left: 10px;
    display: none;
    z-index: 999;
}

.product-item .hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(48,84,128,.3);
    z-index: 10;
    display: none;
}

.product-item .hover .text {
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.product-item .hover>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-item .hover .text {
    z-index: 30;
}

.product-item .hover .text a {
    width: 140px;
    border: none;
    text-shadow: none;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    color: #2f3d3c;
    background-color: #fff;
    transition: .3s;
    text-transform: uppercase;
}

.product-item .hover .text a:hover {
    border: solid 1px #f48473;
    background-color: #f48473;
    color: #fff;
}
.product-sales{
    position: absolute;
    top: 20px;
    right: 0;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    background: rgba(36, 36, 36, 0.4);
    padding: 0 15px 0 5px;
    border-radius: 10px 0 0 10px;
    z-index: 999;
}
.product-sales div:first-child{
    display: none;
}
.percent-pview{
    font-weight: 700;
    background: pink;
    padding: 2px 5px;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 20px;
}

.product-sales>.text-main span {
    font-size: 16px;
    font-weight: 700;
}

.product-info {
    padding: 0 5px;
    display: grid;
}

.product-info .product-name {
    padding-bottom: 5px;
    border-bottom: 1px solid #6C757D;
}

.product-info .product-name h4 {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    height: 25px;
    max-height: 30px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin: 10px 0;
}

.product-info .product-name h4 a {
    color: #000;
}

.product-prc {
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    color: #000;
}

.old-prc {
    font-size: 13px;
    color: #999999;
    margin-left: 5px;
}

.product-price {
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-price button {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
    border: 1px solid #000000;
    text-transform: uppercase;
    float: right;
    background-color: #000;
}

.product-price button img {
    width: 30px;
}

.product-price button:hover {
    background-color: #f48473;
    color: #fff;
}

.product-price button i {
    margin-right: 10px;
}

.product-button a {
    float: right;
    padding: 5px 10px;
    border: 1px solid #000000;
    border-radius: 2px;
    background-color: #F6F6F6;
}

.product-attr {
    margin-top: 10px;
}

.product-attr ul li {
    display: inline-block;
    cursor: pointer;
}

.product-attr ul li span {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid grey;
}

.product-attr ul.no-color li span {
    border: none;
}

.has-nav .owl-nav {
    display: block;
}

.has-nav .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
}

.has-nav .owl-nav img {
    width: 50%;
}

.has-nav .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
}

.has-nav .owl-nav [class*='owl-'] {
    padding: 4px 2px;
}

.stores-map {
    padding: 0 50px;
    margin: 30px 0;
}

.stores-map h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
}

.loadview-store .system__store ul {
    max-height: 300px;
    overflow-y: scroll;
}

.loadview-store .system__store ul {
    border: 2px solid #bbb;
    border-radius: 7px;
    margin-top: 25px;
    padding: 20px;
}

.loadview-store .system__store ul li {
    display: block;
    width: 100%;
    padding-bottom: 30px;
}

.loadview-store .system__store ul li .name__store {
    font-weight: 700;
    font-size: 20px;
}

.loadview-store .system__store ul li p {
    font-size: 16px;
}

.list-store ul li>p {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.loadview-store .system__store ul li>a {
    color: #119ee5;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.loadview-store #cityId {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}

.news-sec {
    padding: 0 50px;
}

.news-sec-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.news-sec-top-left ul li {
    display: inline-block;
    padding: 5px 20px;
    border-right: 1px solid #ededed;
    position: relative;
}

.news-sec-top-left ul li:hover, .category-products-top-left ul li:hover {
    background-color: #000;
}

.news-sec-top-left ul li:hover a, .category-products-top-left ul li:hover a {
    color: #fff;
}

.news-sec-top-left ul li a {
    font-weight: 600;
    font-size: 18px;
    color: grey;
    cursor: pointer;
}

.news-sec-top-right a {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.news-sec-bottom {
    margin: 20px 0;
}

.big-news-item, .small-news-item {
    position: relative;
}

.big-news-item img {
    width: 100%;
    height: auto;
}

.big-news-item .news-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(245, 245, 245, 0.8);
    padding: 10px 20px;
}

.big-news-item .news-info a, .small-news-item .news-info a {
    color: #000;
}

.big-news-item .news-info h4 {
    font-weight: bold;
    font-size: 20px;
}

.small-news-item .news-info h4 {
    font-weight: bold;
    font-size: 18px;
}

.news-date {
    color: #999999;
}

.small-news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.small-news-item .news-img {
    width: 30%;
}

.small-news-item .news-img img {
    max-height: 160px;
    width: 100%;
    object-fit: cover;
}

.small-news-item .news-info {
    width: 68%;
    background-color: rgba(245, 245, 245, 0.8);
    padding: 5px 10px;
}

.news-intro {
    height: 60px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.promo-hd-left {
    display: flex;
    align-items: center;
}

.promo-title {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.promo-title:hover {
    color: #000;
}

.promo-time {
    margin-left: 10px;
}

.promo-time-span {
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    border-radius: 4px;
    margin: 0 5px 0 0;
}

.iWishAdd {
    cursor: pointer;
}

.iWishAdd:hover i {
    font-weight: bold;
}
/*end index*/

/*quickview*/
.fancybox-inner section {
    width: 900px;
    overflow: hidden;
}

.fancybox-inner section .product-info .title {
    line-height: 28px;
    font-size: 28px;
    font-weight: 600;
    color: #2f3d3c;
    margin-bottom: 30px;
}

.fancybox-inner section .product-info .product-price {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.fancybox-inner section .product-info .sale-price {
    font-size: 30px;
    font-weight: 600;
    color: #02031c;
}

.fancybox-inner section .original-price.old {
    text-decoration: line-through;
}

.fancybox-inner section .product-info .d-flex {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.fancybox-inner section .product-info .blk-qty.d-flex {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .product-image img{
        min-height: 525px;
    }
    .b-ac.wish {
        float: right;
        font-size: 28px;
    }

    .fancybox-inner section .product-info .title {
        display: inline-flex;
        flex-wrap: wrap;
        width: 90%;
    }
}

.fancybox-inner section .product-info .color.req a {
    border-radius: unset;
    margin-right: 10px;
    position: relative;
}

.fancybox-inner section .product-info .color.req a.active,
.fancybox-inner section .product-info .size.req a.active {
    border: 2px solid #000;
}

.fancybox-inner section .product-info .size.req a.active:after,
.fancybox-inner section .product-info .color.req a.active:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    content: '';
    background: url(/tp/T0309/img/stores/28431/bg-checked.png) right bottom no-repeat;
    width: 14px;
    height: 14px;
    z-index: 0;
}

.fancybox-inner section .product-info .color.req a span {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-inner section .product-info .size.req a {
    border: 1px solid #fff;
    transition: all .2s;
    box-shadow: 0 0 0 1px #b8b8b8;
    border-radius: 0;
    width: 35px;
    height: 35px;
    font-size: 10px;
    text-align: center;
    margin-right: 5px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fancybox-inner section .product-info .blk-qty .blk-qty-btn {
    min-width: 30px;
    min-height: 30px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}

.fancybox-inner section .product-info .blk-qty .blk-qty-input {
    color: #000;
    font-size: 14px;
    width: 50px;
    min-height: 30px;
    text-align: center;
    border-radius: unset;
    border: 1px solid #d0d0d0;
}

.fancybox-inner section .product-info .blk-qty {
    margin-left: 5px;
    border: 1px solid #d0d0d0;
}

.btn-pink {
    background-color: #000;
    color: #fff;
    margin-right: 1%;
}

.btn-pink:hover {
    color: #fff;
}
/*end quickview*/

/*review box*/
.starbap-rev-widg__title{
    font-size: 20px;
    line-height: 20px;
    color: #303030;
    margin-top: 40px;
    margin-bottom: 10px;
}
.starbap-rev-widg__summary-text{
    font-size: 16px;
    line-height: 16px;
    color: #656565;
}
.reviewWrapper{
    background: #F5F5F5;
    display: flex;
    align-items: center;
    padding: 35px 0 45px;
    margin: 23px 0 44px;
}
.reviewWrapper .boxLeft{
    width: 30%;
    display: inline-block;
    text-align: center;
}
.reviewWrapper .boxLeft .starbap-rev-total-point{
    font-size: 44px;
    line-height: 44px;
    color: #303030;
    margin: 0;
    font-weight: 600;
}
.reviewWrapper .boxLeft .starbap-rev-total-point span{
    font-size: 25px;
    font-weight: 400;
}
.reviewWrapper .boxRight{
    width: 70%;
    display: inline-block;
    text-align: center;
}
.starbap-subtab{
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #DBDBDB;
}
.starbap-subtab ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}
.starbap-subtab ul li{
    margin-right: 30px;
}
.starbap-subtab ul li select{
    margin-left: 10px;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    font-weight: 400;
    color: #6C6C6C;
    font-size: 14px;
    padding: 6px 16px;
}
.starbap-subtab__name{
    padding-bottom: 16px;
    display: inline-flex;
    color: #303030;
    font-weight: 400;
    /* float: left; */
    align-items: center;
}

.selectBox{
    display: inline-flex;
    align-items: center;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    padding: 5px 20px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}
.selectBox .colorContent{
    border-radius: 30px;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.selectBox .colorName{
    color: #6c6c6c;
    font-size: 14px;
    padding: 5px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.selectBox ul{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    color: #6c6c6c;
    font-size: 14px;
    padding: 0 10px;
    display: block;
    z-index: 9;
}
.selectBox ul li{
    margin: 0;
}
.selectBox ul li a{
    display: flex;
    align-items: center;
    padding: 6px 0;
    color: #6C6C6C;
}
.starbap-subtab__name.active{
    border-bottom: 1px solid #303030;
}
.starbap-subtab__name.bold{
    color: #000;
    font-weight: 600;
}
.starbap-subtab__count{
    font-weight: 300;
    color: #303030;
    font-size: 13px;
}
.starbap-divider-top{
    margin: 22px 0;
    border-bottom: 1px dashed #DBDBDB;
    padding-bottom: 22px;
}
.starbap-divider-top:last-child{
    border-bottom: none;
}
.starbap-divider-top .starbap-rev__header{
    padding-left: 0;
}
.starbap-rev__icon .nameRater{
    color: #303030;
    font-weight: 600;
    margin-bottom: 10px;
}
.starbap-rev__content .starbap-rev__rating a{
    display: inline-block;
}
.starbap-rev__content .starbap-rev__rating a i{
    font-size: 16px;
}
.starbap-rev__icon .starbap-rev__title{
    color: #656565;
}
.starbap-rev__bottom .starbap-rev__timestamp{
    text-align: right;
    font-size: 12px;
    color: #656565;
    display: block;
}
.starbap-rev__body{
    word-break: break-all;
    line-height: 22px;
    margin-top: 5px;
}
.starbap-rev__body .contentWrapper{
    color: #656565;
    font-weight: 600;
    margin-top: 12px;
}
.starbap-rev__body .colorWrapper{
    color: #656565;
    font-weight: 600;
}
.starbap-rev_imageBox .imageRateFancybox{
    padding: 4px;
    text-align: center;
}
.starbap-rev_imageBox img{
    height: 91px;
    object-fit: contain;
}
.countLikeWrapper{
    text-align: right;
}
.countLikeWrapper .count{
    font-size: 12px;
    color: #303030;
    margin-right: 8px;
}
.starbap-divider-bottom {
    text-align: right;
}
.starbap-divider-bottom .starbap-rev__timestamp{
    color: #656565;
    font-size: 12px;
}
.starbap-rev__body .contentWrapper .sizeText,
.starbap-rev__body .contentWrapper .statusText,
.starbap-rev__body .colorWrapper .colorText{
    font-weight: 300;
}

.starbap-star{
    color: #656565;
}
.voteView1 .star-1.starbap-star,
.voteView2 .star-1.starbap-star,
.voteView2 .star-2.starbap-star,
.voteView3 .star-1.starbap-star,
.voteView3 .star-2.starbap-star,
.voteView3 .star-3.starbap-star,
.voteView4 .star-1.starbap-star,
.voteView4 .star-2.starbap-star,
.voteView4 .star-3.starbap-star,
.voteView4 .star-4.starbap-star,
.voteView5 .starbap-star,
.voteHover .starbap-star{
    color: #ec7304 !important;
}

.product-user-vote-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}
#userVoteView {
    margin: 0 15px;
    color: #ccc;
}
#userVoteView i.active,
#userVoteView i.voteHover{
    color: #ec7304;
}
.product-user-vote-label, .product-user-vote-content {
    border: 1px solid #acacac;
    /*border-radius: 7px;*/
    padding: 10px 15px;
    margin-top: 18px;
    position: relative;
}
.product-user-vote-label-title, .product-user-vote-content-title {
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 0 5px;
    font-weight: 500;
}
#title, #commentText {
    width: 100%;
    border: none;
    padding: 5px;
    resize: none;
    color: #656565;
}
.starbap-rev-widg__title .btn.btn-user-vote {
    float: right;
}
.btn.btn-user-vote {
    background: #d40404;
    color: #fff;
    margin-top: 15px;
    border-radius: 0;
    margin-bottom: 15px;
}
.btn.btn-user-vote:hover{
    background: #fff;
    color: #d40404;
    border: 1px solid #d40404;
}
.product-user-vote-form{
    font-size: 14px;
    color: #535353;
}
.product-user-vote-star {
    display: flex;
}
.starbap-write-rev-link{
    font-size: 16px;
    cursor: pointer;
    line-height: normal;
    color: #d40404;
    letter-spacing: 0;
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
    display: block;
}
.productSuggest-wrapper{
    background: #F5F5F5;
}
.productSuggest-wrapper .titleBox{
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #303030;
    padding: 65px 0 40px;
    margin: 0;
}
.productSuggest.owl-carousel .owl-dots{
    text-align: center;
    margin-top: 40px;
}
.productSuggest.owl-carousel button.owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E6E6E6;
    margin: 0 10px;
}
.productSuggest.owl-carousel button.owl-dot.active{
    background: #8E8E8E;
}
.btn-out-stock{
    text-transform: uppercase;
    background: #303030;
    border-radius: 3px;
    color: #fff;
    border: none;
    padding: 16px 40px;
    cursor: not-allowed;
    width: 214px;
}
.numberStore span{
    margin-right: 5px;
}
.depotInventories{
    position: relative;
}
.depotInventories .sys-store{
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 100%;
    border: 1px solid #D0D0D0;
    z-index: 1;
    left: 0;
}
.depotInventories .sys-store #stock-box{
    padding: 15px;
    overflow: auto;
    max-height: 200px;
}
.depotInventories .sys-store #stock-box .stock{
    color: #303030;
    margin-bottom: 8px;
}
.depotInventories .sys-store #stock-box .stock .dist img{
    width: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.select2-container{
    width: 100%!important;
}
#stock-box::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
#stock-box::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
#stock-box::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d40404;
}
#stock-box .stock {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.productSuggest{
    margin-bottom: 70px;
}
.reviewWrapper .boxRight{
    padding: 0 165px;
    text-align: left;
    border-left: 1px solid #DBDBDB;
}
.boxRight h4{
    font-weight: 500;
    font-size: 18px;
    color: #303030;
    margin: 0 0 13px;
}
.boxRight ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.boxRight ul li{
    display: flex;
    align-items: center;
}
.boxRight ul li .title{
    color: #303030;
    font-weight: 400;
    /* font-size: 14px; */
    line-height: 22px;
    margin: 0;
    width: 150px;
}
.boxRight ul li .percentWrapper{
    width: calc(100% - 150px);
    display: block;
    background: #D9D9D9;
    border-radius: 40px;
    height: 5px;
    font-size:0;
}
.boxRight ul li .percentWrapper .percent{
    display: inline-block;
    height: 100%;
    background: #ABABAB;
    border-radius: 40px;
}
.starbap-rev-widg__reviews{
    max-height: 800px;
    overflow-y: auto;
}
.boxRight h4{
    font-weight: 500;
    font-size: 18px;
    color: #303030;
    margin: 0 0 13px;
}
.boxRight ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.boxRight ul li{
    display: flex;
    align-items: center;
}
.boxRight ul li .title{
    color: #303030;
    font-weight: 400;
/ font-size: 14px; /
line-height: 22px;
    margin: 0;
    width: 50px;
}
.boxRight ul li .percentWrapper{
    width: calc(100% - 175px);
    display: block;
    background: #D9D9D9;
    border-radius: 40px;
    height: 5px;
    font-size:0;
}
.boxRight ul li .count{
    width: 25px;
    display: inline-block;
    text-align: right;
}
.boxRight ul li .percentWrapper .percent{
    display: inline-block;
    height: 100%;
    background: #ABABAB;
    border-radius: 40px;
}
.attr p.color .itemColor a img{
    display: none;
}
@media (max-width: 768px) {
    .news-sec-top-left ul li:hover, .category-products-top-left ul li:hover {
        background-color: transparent;
    }
    .news-sec-top-left ul li:hover a, .category-products-top-left ul li:hover a,
    .category-products-top-left ul li.active a:hover {
        color: #000;
    }
    .zoomImageBox{
        width: 100%;
        padding: 0;
    }
    .zoomSlide{
        width: 100%;
    }
    .zoomSlide ul li{
        padding: 5px 10px 0 0;
    }
    .noPadding{
        padding: 0!important;
    }
    .countLikeWrapper{
        text-align: center;
        margin-top: 10px;
    }
    .starbap-divider-bottom{
        text-align: center;
    }
    .menuBot.noneMobile{
        display: none!important;
    }
    .price-box{
        margin: 14px 0 27px;
        padding-bottom: 22px;
    }
    .colorPicker{
        margin-bottom: 20px;
    }
    .sizePicker{
        margin-bottom: 24px;
    }
    .btn-mua{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #fff;
        border-top: 1px solid rgba(0,0,0,.25);
        padding: 15px;
    }
    .btn-mua .wishlistItems{
        order: 2;
        background: none;
    }
    .btn-mua .buttonWrapp{
        width: calc(100% - 67px);
    }
    .btn-mua .buttonWrapp button{
        width: 100%;
    }
    .btn-mua .depotInventories{
        display: none;
    }
    .accordion-wrapper{
        margin: 0;
    }
    .accordion-wrapper .descriptionProduct:last-child .title-content{
        border: none;
    }
    .inner-box-content-detail{
        border-top: 8px solid #EFEFEF;
    }
    .inner-box-content-detail .starbap-rev-widg__title{
        margin-top: 27px;
    }
    .inner-box-content-detail .reviewWrapper{
        padding: 20px 16px;
        margin: 16px 0 30px;
        display: block;
    }
    .reviewWrapper .boxLeft{
        width: 100%;
    }
    .reviewWrapper .boxLeft .starbap-rev-total-point{
        font-size: 24px;
    }
    .reviewWrapper .boxRight{
        width: 100%;
        padding: 0;
        margin-top: 10px;
        border-left: none;
    }
    .starbap-subtab ul li:not(:last-child){
        display: none;
    }
    .starbap-divider-top .starbap-rev__header,
    .starbap-divider-top .starbap-rev__content,
    .starbap-divider-top .starbap-rev__bottom{
        padding: 0;
    }
    .starbap-rev__icon .starbap-rev__title,
    .starbap-rev__body{
        margin-bottom: 10px;
    }
    .starbap-rev__bottom .starbap-rev__timestamp{
        margin-top: 20px;
    }
    .productSuggest-wrapper{
        background: none;
        border-top: 8px solid #EFEFEF;
    }
    .productSuggest-wrapper .titleBox{
        padding: 25px 0 16px;
    }
    .productSuggest .productItem{
        width: 50%;
        display: inline-block;
        padding: 0 4px;
        margin-bottom: 20px;
    }
    .productSuggest{
        max-height: 810px;
        overflow: hidden;
    }
    .productSuggest.fill{
        max-height: unset;
    }
    .slick-prev{
        background: none;
        border: none;
        color: #fff;
        position: absolute;
        top: 42%;
        left: 15px;
        z-index: 2;
        font-size: 56px;
        padding: 0;
        /*opacity: 0.3;*/
        text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
    }
    .slick-next{
        background: none;
        border: none;
        color: #fff;
        position: absolute;
        top: 42%;
        right: 15px;
        z-index: 2;
        font-size: 56px;
        padding: 0;
        /*opacity: 0.3;*/
        text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
    }
    .fixedViewTop.fixed{
        position: fixed;
        width: 100%;
        left: 0;
        top: 60px;
        background: #fff;
        z-index: 99;
    }
    .fixedViewTop ul{
        list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #E1E1E1;
    }
    .fixedViewTop ul li{
        margin: 0 12px;
    }
    .fixedViewTop ul li a{
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #656565;
        padding: 13px 0;
        display: block;
    }
    .fixedViewTop ul li a.active{
        color: #303030;
        font-weight: 700;
        border-bottom: 1px solid;
    }
    .pagination .paginator .paging-first,
    .pagination .paginator .paging-last{
        display: none;
    }
    .starbap-rev-widg .paginator .paging-next:before{
        margin-left: 15px;
        margin-right: 10px;
    }
    .starbap-rev-widg .paginator .paging-previous:after {
        margin-left: 10px;
        margin-right: 15px;
    }
    .starbap-rev-widg .pagination{
        padding: 0;
    }
    .header-top-cent {
        width: 50%;
    }
    .product-price button {
        padding: 3px;
    }
    .product-price button img {
        width: 25px;
    }
    .custom-padding-right {
        z-index: 20;
    }
    header .menuwrap .menu .menulink > li .sub.open > ul {
        padding-bottom: 140px;
        height: 100%;
        overflow-y: scroll;
    }
    .fb_iframe_widget iframe{
        z-index: 9 !important;
    }
    .menu-fixed .menuwrap{
        z-index: 99999;
    }
}

.modal {
    z-index: 1000000 !important;
}
/*end review box*/

/*footer*/
.subcribe-sec h3 {
    float: right;
}

.subcribe-form input {
    width: 70%;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #F6F6F6;
    border: none;
    border-radius: 4px;
}

.subcribe-form button {
    background-color: #18A0FB;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 15px;
}

.subcribe-form input, .subcribe-form button {
    display: block;
    float: right;
}

.main-footer {
    margin-bottom: 15px;
}

.main-footer h3 {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
.customer-sec a,
.customer-intro a{
    color: #000;
}
.connect-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    border-top: 1px solid #000;
}
.connect-sec a {
    margin: 0 10px;
}
.connect-sec a:last-child {
    margin-right: 0;
}
.connect-sec a img {
    width: 40px;
    border-radius: 50%;
}
.loadings {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.8);
    width: 100%;
    height: 100%;
    z-index: 30;
    display: none;
    align-items: center;
    justify-content: center;
}
.loadings.is {
    display: flex;
}
#scrollUp {
    bottom: 100px;
}
/*end footer*/

/*chi tiet*/
.list-images-owl .owl-nav, .list-images-gall-owl .owl-nav, #slider-thumb-gallery .owl-nav {
    display: block;
}
.list-images-owl .owl-nav .owl-prev, .list-images-owl .owl-nav .owl-next,
.list-images-gall-owl .owl-nav .owl-prev, .list-images-gall-owl .owl-nav .owl-next,
#slider-thumb-gallery .owl-nav .owl-prev, #slider-thumb-gallery .owl-nav .owl-next {
    position: absolute;
    top: 45%;
}
.list-images-owl .owl-nav .owl-prev img, .list-images-owl .owl-nav .owl-next img {
    width: 80%;
}
#slider-thumb .owl-nav .owl-prev img, #slider-thumb .owl-nav .owl-next img {
    width: 60%;
}
#slider-thumb .owl-dots {
    display: none;
}
.list-images-owl .owl-nav .owl-prev, .list-images-gall-owl .owl-nav .owl-prev,
#slider-thumb-gallery .owl-nav .owl-prev {
    left: 0;
}
.list-images-owl .owl-nav .owl-next, .list-images-gall-owl .owl-nav .owl-next,
#slider-thumb-gallery .owl-nav .owl-next {
    right: 0;
}
#slider-thumb-gallery .owl-nav .owl-prev img,
#slider-thumb-gallery .owl-nav .owl-next img {
    width: 10px;
}
.gallery-view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);;
    display: block;
    margin: auto;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.gallery-view .gallery-close {
    position: fixed;
    top: 10px;
    right: 10px;
}
.gallery-view .gallery-close button {
    background-color: #fff;
    padding: 5px 10px;
}
.gallery-view .gallery-main {
    width: 70%;
    height: 100%;
    display: block;
    margin: auto;
    background-color: #fff;
}
.gallery-view .gallery-main .group-images {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 65px);
    max-width: 1200px;
    margin: auto;
}
.gallery-view .gallery-main .group-images .list-images-product {
    flex: 1;
    height: calc(90% - 63px);
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    max-width: 400px;
    margin: auto;
}
.gallery-view .gallery-main .group-images .thumb-products {
    height: 60px;
    max-width: 700px;
    margin: 0 auto 20px auto;
}
.gallery-view.show {
    opacity: 1;
    visibility: visible;
}
.swiper-button-next_base:after, .swiper-container-rtl .swiper-button-prev_base:after,
.swiper-button-prev_base:after, .swiper-container-rtl .swiper-button-next_base:after{
    display: none;
}
.swiper-button-next_base, .swiper-button-prev_base{
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: auto;
    height: auto;
}
.swiper-button-next_base img, .swiper-button-prev_base img{
    width: 20px;
    height: auto;
}
.swiper-button-next3, .swiper-button-next4, .swiper-button-next2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 0;
}
.swiper-button-prev3, .swiper-button-prev4, .swiper-button-prev2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
}
.gallery-thumbs_2 .swiper-slide.swiper-slide-thumb-active img{
    border: 2px solid #000;
    opacity: 1;
}
.swiper-button-next_base.swiper-button-next2 img, .swiper-button-prev_base.swiper-button-prev2 img,
.swiper-button-next_base.swiper-button-next4 img, .swiper-button-prev_base.swiper-button-prev4 img{
    width: 10px;
}
.chontinhthanh {
    padding: 10px 0;
}
.chontinhthanh h2 {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 20px 0 5px;
}
.buyed-check {
    font-size: 10px;
    display: inline-block;
    margin-left: 10px;
}
.buyed-check img {
    width: 20px;
}
.tp_product_detail_comment {
    display: none;
}
#stock-box {
    max-height: 300px;
    overflow-y: scroll;
}
#productdetail .product-info .number {
    display: flex;
    align-items: center;
}
#productdetail .product-info .title-group {
    margin-top: 0;
    margin-right: 10px;
}
.product-video .product-video-a:after {
    content: '';
    background-image: url(/tp/T0309/img/stores/28431/play.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-video .product-video-a span {
    height: 100px;
    display: block;
    background: #000;
}
.quickview-img-thumb .item-product {
    cursor: pointer;
}
.quickview-img-thumb .item-product img {
    opacity: .6;
}
.quickview-img-thumb .item-product.active img {
    opacity: 1;
    border: 3px solid #000;
}
#slider-thumb .item-thumb img {
    opacity: .6;
}
#slider-thumb .owl-item.active.center .item-thumb img {
    border: 3px solid #000;
    opacity: 1;
}
#slider-thumb.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img{
    border: 2px solid #000;
    opacity: 1;
}
#slider-thumb .item-thumb img{
    margin: 0;
}
.view-size-span {
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    font-size: 11px;
}
.btn-buynow {
    margin-top: 10px;
}
#productdetail .product-info .number .content-number {
    margin: 5px 0;
}
/*end chi tiet*/

/*promotion*/
.product-list-promo {
    display: flex;
    flex-wrap: wrap;
}
.product-list-promo .product-item {
    margin-bottom: 20px;
}
.filter {
    overflow-y: initial;
}
.filter.show-promo {
    display: block;
}
.promo-banner {
    margin: 20px 0;
}
.promotion {
    margin: 30px 0;
}
.promo-name {
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #02031c;
}
.promo-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.promo-viewmore a {
    text-transform: initial;
    color: #000;
    font-size: 16px;
}
.promo-viewmore a:hover {
    color: #f48473;
}
/*end promotion*/

/*category*/
.custom-padding-right {
    position: relative;
    top: 0;
}
.custom-padding-right .filter {
    display: block;
}
.btn-fillter.destop {
    display: none;
}
#categories .listproduct .item {
    margin-bottom: 10px;
}
.dnone-28431 {
    display: none;
}
/*end category*/

#slider-thumb .owl-nav {
    display: flex;
    justify-content: space-between;
    height: 0;
    align-items: center;
    margin: 0;
}
#productdetail .product-info .group-option .list-option {
    padding-bottom: 20px;
    padding-top: 15px;
}
#productdetail .product-info .group-option .list-option.color .item-option,
#productdetail .product-info .group-option .list-option.color .item-option {
    border: 1px solid #e1e1e1;
}
.img-check {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
.req .active .img-check {
    display: block;
}
.product-info .pview-wishlist i {
    padding: 16px 12px;
    text-align: center;
    border: 1px solid #9c9c9c;
    font-size: 16px;
    margin-left: -15px;
    color: #111;
    font-weight: 600;
}
.product-item .product-image .pview-wishlist {
    position: absolute;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 2px;
    background-color: #f6f6f6;
    top: 10px;
    left: 10px;
    z-index: 15;
    display: none;
}
#productdetail .product-info .group-option .list-option .item-option:hover:after, #productdetail .product-info .group-option .list-option .item-option.active:after,
#productdetail .product-info .group-option .list-option .item-option .thuml-img .option{
    border-radius: 0;
}
#productdetail .product-info .group-option .list-option .item-option:hover:after, #productdetail .product-info .group-option .list-option .item-option.active:after{
    border: 2px solid #111;
}
.wrapper-dropdown.list-store {
    max-height: 500px;
}
.purchase-people {
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 1000;
    padding: 0 10px;
    width: 300px;
    height: 135px;
    opacity: 0;
    visibility: hidden;
    transition: .45s all;
}
.purchase-people.show {
    opacity: 1;
    visibility: visible;
}
.purchase-people .purchase-content {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0 -9px;
    padding: 5px 0;
    background: #fff;
    transition: .4s ease all;
    opacity: 0;
    border: 1px solid #ededed;
    box-shadow: 0 0 5px #777;
}
.purchase-people .purchase-item .close-purchase {
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    z-index: 9;
}
.purchase-people img {
    max-height: 200px;
}
.purchase-people .purchase-content.showP {
    opacity: 1;
}
.purchase-p-name {
    font-weight: bold;
}
/*news*/
#news45 figure figcaption .info h3 {
    height: 50px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
#news45 figure figcaption .info .n-intro {
    height: 100px;
    line-height: 25px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.gallery-view .gallery-main .group-images .thumb-products{
    margin: 0 auto 0 auto;
    height: auto;
}
.gallery-view .gallery-main .group-images .thumb-products{
    margin: 0 auto 0 auto;
    height: auto;
}
.gallery-view .gallery-main .group-images .list-images-product{
    max-width: calc(100vw*420/1434);
    text-align: center;
    height: auto;
}
/*end news*/
/*responsive*/
@media (max-width: 768px) {
    #slider-thumb .owl-nav .owl-next, #slider-thumb .owl-nav .owl-prev {
        padding: 5px;
    }
    #slider-thumb .owl-nav .owl-prev img, #slider-thumb .owl-nav .owl-next img {
        width: 40%;
    }
    #productdetail .group-images .list-images-product {
        display: block;
    }
    .category-products, .news-sec, .stores-map {
        padding: 0 5px;
    }
    .header-bottom, .header-top {
        padding: 5px 15px;
    }
    .product-button button {
        padding: 5px;
    }
    .product-info .product-name h4, .big-news-item .news-info h4,
    .small-news-item .news-info h4 {
        font-size: 15px;
        line-height: 25px;
    }
    .category-products-top-left ul li {
        max-width: 60px;
    }
    .category-products-top-left ul li, .news-sec-top-left ul li {
        padding: 5px;
    }
    .category-products-top-left ul li a, .category-products-top-right a,
    .news-sec-top-left ul li a, .news-sec-top-right a, .promo-title, .promo-time-span {
        font-size: 12px;
    }
    .category-products-top {
        padding-bottom: 10px;
    }
    .subcribe-sec h3, .customer-sec, .subcribe-form input {
        float: left;
    }
    .subcribe-form button{
        clear: both;
        margin: auto;
        float:unset;
    }
    .subcribe-form input{
        width: 100%;
    }
    .main-footer .col-xs-12 {
        margin-top: 10px;
    }
    .product-item .hover, .htch, .tcdh {
        display: none;
    }
    .pd-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-top a {
        font-size: 14px;
    }
    .menu .menulink {
        display: none;
    }
    .menu .menulink>li {
        display: block;
    }
    .category-products-top-left ul li.active:after, .news-sec-top-left ul li.active:after {
        top: 25px;
    }
    .custom-padding-right {
        position: fixed;
        top: 130px;
    }
    .custom-padding-right .filter {
        display: none;
    }
    #categories .listproduct .item {
        padding: 0 5px;
    }
    #categories .listproduct.listproduct-search {
        margin: 0 -15px;
    }
    #categories .listproduct {
        margin: 0 -25px;
    }
    .group-block .slide-block .item {
        padding: 0 5px;
    }
    .promo-name {
        font-size: 18px;
    }
    .promo-products .index-ivt {
        padding: 0 5px;
    }
    header .menuwrap .menu {
        height: 100%;
    }
    .product-video {
        margin-top: 20px;
    }

    .footer-bot .connect-sec {
        flex-wrap: wrap;
        text-align: center;
    }

    .footer-bot .connect-sec span {
        width: 1000%;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-bot .connect-sec a {
        margin: 0px 5px;
    }
}

@media (min-width: 1441px) {
    .container.w-1200 {
        width: 1200px;
    }
    .subcribe-form button{
        padding: 10px 25px;
    }
}

@media (min-width: 1200px) {
    .item-thumb-gall img {
        opacity: .6;
    }

    .owl-item.active.center .item-thumb-gall img {
        border: 3px solid #000;
        opacity: 1;
    }

    .menu .menulink li.hassub:hover .sub {
        display: block;
    }

    .menu .menulink li.hassub:hover .sub ul {
        visibility: visible;
        opacity: 1;
    }

    .ui-menu-item:hover ul.sub2 {
        display: block;
    }

    ul.sub2 {
        position: absolute;
        right: 100%;
        display: none;
        top: -15px !important;
        width: 200px;
        background: #fff;
    }

    .menu .menulink li.hassub .sub ul {
        position: absolute;
        top: 75%;
        z-index: 20;
        -webkit-transition: all, .3s;
        transition: all, .3s;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        background: #fff;
        min-width: 200px;
        z-index: 9999;
    }

    li.level1:hover > a > span {
        font-weight: 600;
    }

    .menu .menulink li.hassub:hover .sub ul li {
        padding: 5px 20px;
    }
    .menu .menulink>li .level1 a{
        font-size: 14px;
    }

    .menu .menulink li.hassub .sub .btn-closesub, .menu .menulink li.hassub .sub .all-category {
        display: none;
    }
    .product-video {
        cursor: pointer;
    }
    .product-video img {
        height: 735px;
        object-fit: cover;
        filter: brightness(70%);
    }
    .product-video .product-video-a {
        position: relative;
    }
}
.product-price .blockPrw {
    display: inline-block;
    float: left;
}
@media (max-width: 420px) {
    .connect-sec {
        padding-bottom: 75px;
    }
    #scrollUp {
        bottom: 150px;
    }
    .product-price .blockPrw .product-prc {
        display: block;
        line-height: 20px;
    }
    .product-price .blockPrw .old-prc {
        margin-left: 0;
    }
}
/*.news-sec{*/
/*    display: none;*/
/*}*/
.top-bar-findstores .row{
    display: flex;
}
.top-bar-findstores .row div:nth-child(1){
    order: 1;
}
.top-bar-findstores .row div:nth-child(2){
    order: 3;
}
.top-bar-findstores .row div:nth-child(3){
    order: 2;
}
.top-bar-findstores .row div:nth-child(4){
    order: 4;
}
.view-user-manual{
    color: #000;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    font-size: 11px;
}
/*end responsive*/
.fullpage.fillter-fixed{
    overflow: unset;
}
.fullpage.fillter-fixed .product-info{
    position: sticky;
    top: 80px;
    max-height: 775px;
    overflow-y: auto;
    display: block;
}
.fullpage.fillter-fixed .product-info::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

.fullpage.fillter-fixed .product-info::-webkit-scrollbar-thumb {
    background-color: #d40404;
}
.fullpage.fillter-fixed .product-info::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
#tab-product .tab-content *{
    font-family: 'Times New Roman' !important;
}
#popupHomeFooter{
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
#popupHomeFooter i{
    bottom: unset;
    right: 0;
    left: unset;
}
@media (min-width: 769px) {
    #popupHomeFooter img {
        width: 649px;
        height: 434px;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    #popupHomeFooter img {
        width: 100%;
        height: auto;
    }
    #popupHomeFooter i{
        right: 0;
        left: unset;
    }
    #popupHomeFooter{
        width: 100%;
    }
    #popupHomeFooter a{
        display: block;
    }

    .album-custom-wrap {
        display: block;
        width: 100%;
    }

    .album-custom-wrap .album-custom-box {
        width: 100%;
        margin: 0;
        display: block;
    }

    .album-custom-wrap .albumContent {
        padding: 0;
    }
}
.section-1 .btn-danger {
    display: none;
}
.main-landingpage{
    font-family: "SEGOE UI", sans-serif !important;
}

header .header-bottom-right {
    margin-right: auto !important;
}

.product-image img {
    object-fit: cover;
}
