.fullpage {
    position: relative;
    right: 0;
    -ms-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2px 30px;
}

.top-header a {
    padding: 0 12px;
    position: relative;
    font-size: 14px;
}

.top-header a:nth-child(2) {
    padding-right: 0;
    font-weight: 600;
}

.top-header a:nth-child(2):before {
    position: absolute;
    content: "";
    left: 0;
    height: 50%;
    width: 0.01rem;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}

.bottom-header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.1);
    padding: 0 60px;
}

.header-menu>ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    flex-wrap: wrap;
}

.header-menu>ul>li>a {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 70px;
    letter-spacing: 2px;
    position: relative;
    display: block;
    color: #323030;
}

.header-menu>ul>li>a:before {
    content: '';
    top: 100%;
    left: 20px;
    right: 20px;
    margin: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #000;
    z-index: 3;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.header-action {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.header-action>li a {
    font-size: 20px;
    display: block;
    position: relative;
}

.header-action>li:last-child a {
    padding-right: 10px;
}

.header-cart a span {
    font-weight: 700;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-action>li a img {
    height: 20px;
}

.home-search-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 10px 0;
}

.home-search {
    background: #C9AC7F;
}

.searchText * {
    font-size: 30px;
    color: #fff;
}

.select-item span {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}

.select-item select {
    padding: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    min-width: 180px;
}

.select-item select option {
    color: #000;
}

.btn-submit-search {
    display: inline-block;
    padding: 23px 32px;
    box-sizing: border-box;
    min-width: 240px;
    border-radius: 3px;
    border: 1px solid transparent;
    line-height: 1.3 !important;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-width: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .16);
    padding: 15px 32px;
    min-width: 170px;
    background: #fff;
    color: #E78B8B;
    border-color: transparent;
}


/* Banner home style 1 */
.wrapper-home-banner-top-new {margin-top: 10px;}
.home-banner-list-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.home-banner-list-new.top .home-banner-col-new:nth-child(1),
.home-banner-list-new.top .home-banner-col-new:nth-child(2),
.home-banner-list-new.bottom .home-banner-col-new:nth-child(2),
.home-banner-list-new.bottom .home-banner-col-new:nth-child(3){
    width: 20%;
}
.home-banner-list-new.top .home-banner-col-new:nth-child(3),
.home-banner-list-new.bottom .home-banner-col-new:nth-child(1){
    width: 60%;
}
.banner-box-new {overflow: hidden;position: relative;}
.banner-box-new a {display: block;}
.banner-title {
    position: absolute;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content:center;
}
.banner-title h3{
    color:#fff;
    margin: 0;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0, 0.85), opacity 0.2s linear;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0, 0.85), opacity 0.2s linear;
    transition: transform 0.4s cubic-bezier(0, 0, 0, 0.85), opacity 0.2s linear;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(-100px);
}
.banner-box-new a:hover .banner-title {opacity: 1;visibility: visible;}
.home-banner-col-new.col-1 a:before {background-color: #e9e4de;}
.home-banner-col-new.col-2 a:before {background-color: #e6d4d0;}
.home-banner-col-new.col-3 a:before {background-color: #f3e4d1;}
.home-banner-col-new.col-4 a:before {background-color: #efefef;}
.home-banner-col-new.col-5 a:before {background-color: #d3b1a7;}
.home-banner-col-new.col-6 a:before {background-color: #d6d6d4;}
.home-banner-col-new.col-7 a:before {background-color: #d6d6d4;}
.banner-box-new a:before {
    content:"";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity:0.4;
//background-color: currentColor;
    position: absolute;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.51, 0.01, 0.18, 1.03);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.51, 0.01, 0.18, 1.03);
    transition: transform 0.4s cubic-bezier(0.51, 0.01, 0.18, 1.03);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.banner-box-new a:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.banner-box-new a:hover .banner-title h3 {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0, 0.85) 0.2s, opacity 0.2s linear 0.2s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0, 0.85) 0.2s, opacity 0.2s linear 0.2s;
    transition: transform 0.4s cubic-bezier(0, 0, 0, 0.85) 0.2s, opacity 0.2s linear 0.2s;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(0px);
    opacity: 1;
}

/* Banner home style 2 */
@media(min-width:992px) {
    .home-banner-list-new {margin-left: -7.5px;margin-right: -7.5px;}
}
.home-banner-list-new,
.home-banner-list-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.home-banner-list-col {width:100%;}
.home-banner-list-col.col-left,
.home-banner-list-col.col-right .col-right {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-banner-list-col .home-banner-col-new{padding: 7.5px;width:100%;}
.home-banner-list-col.col-left .home-banner-col-new:nth-child(1),
.home-banner-list-col.col-left .home-banner-col-new:nth-child(2){
    width: 50%;
}
.home-banner-list-col.col-right .col-4,
.home-banner-list-col.col-right .col-right {width:50%;}
.home-banner-list-new .banner-src img {width:100%;}
.home-banner-col-new.col-1 a:before {background-color: #18212b;}
.home-banner-col-new.col-2 a:before {background-color: #5a5e6a;}
.home-banner-col-new.col-3 a:before {background-color: #7e959b;}
.home-banner-col-new.col-4 a:before {background-color: #abb7b5;}
.home-banner-col-new.col-5 a:before {background-color: #dcd9d4;}
.home-banner-col-new.col-6 a:before {background-color: #78716a;}
@media (max-width:991px){
    .home-banner-list-new {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
        padding: 0 7.5px;
    }
}

/* Collection Home  */
.wrapper-heading-home {padding: 30px 0;}
.collection-banner a.effect {display: block;position:relative;overflow:hidden;}
.collection-banner a.effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.collection-banner a.effect:hover:before{
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}
.wrapper-home-collection-new {margin-top: 30px;}
.wrapper-home-collection-new .banner-collection {
    position: relative;
    width: 55%;
    padding: 0;
    float: none;
    overflow: hidden;
    margin-left: 0;
    margin-right: auto;
}
.wrapper-home-collection-new .box-collection {right:0;}
@media (max-width: 991px){
    .wrapper-home-collection-new {margin-top: 15px;}
    .wrapper-home-collection-new .banner-collection {width: 100%;padding: 0 15px;}
    .wrapper-home-collection-new .row{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
    .wrapper-home-collection-new .row .right-side{ order: 2 }
    .wrapper-home-collection-new .row .left-side{ order: 1 }
    .wrapper-home-collection-new .owl-nav{ margin-top: 10px; display: -webkit-flex; display: flex; justify-content: center; }
    .wrapper-home-collection-new .owl-nav button.owl-prev {
        right: 20px;
        margin-right: 5px;
        width: auto;
    }
    .wrapper-home-collection-new .owl-nav button.owl-next {
        width: auto;
        left: 0;
    }
}

.home-banner-policy {
    margin: 30px 0;
}

.policy-item-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.policy-item b {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.policy-item p {
    font-size: 11px;
}

.home-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin: 60px 0 30px;
}

.home-title h2 {
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.home-title>a {
    font-size: 13px;
}

.block-product .product-item .product-title {
    height: unset;
    line-height: normal;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.block-product .product-item .price-home {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 10px;
}

.block-product .product-item .price-home span {
    margin-right: 0;
}

.owl-product.owl-carousel .owl-nav button.owl-prev, .owl-product.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: #000;
}

.owl-product.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-product.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.home-story {
    margin: 30px 0;
}

.story-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.story-name {
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.story-desc {
    font-size: 14px;
    margin-bottom: 15px;
}

.story-view {
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    width: fit-content;
}

.story-view i {
    margin-left: 5px;
}

.home-feedback {
    margin: 45px 0;
}

.home-feedback-wrap {
    width: 22%;
    margin: 0 auto;
}

.ov-hidden {
    overflow: hidden !important;
}

.owl-initial.owl-carousel .owl-stage-outer {
    overflow: initial !important;
}

.feedback-item {
    transform: scale(0.75);
    transition: all .3s;
    text-align: center;
}

.feedback-item b {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.feedback-item p {
    font-size: 14px;
}

.active .feedback-item {
    transform: scale(1);
    margin: 0 20px;
}

.owl-feedback .owl-stage {
    display: flex;
    align-items: center;
}

.footer-info {
    margin-top: 15px;
}

.footer-info>li {
    margin-bottom: 10px;
}

.footer-info>li>a {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-info>li>a>i {
    width: 20px;
}

.footer-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 18px;
}

.footer-content ul li {
    margin-bottom: 10px;
}

.footer-content ul li a {
    font-size: 14px;
}

footer {
    padding: 60px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.list-social {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-content ul.list-social>li>a {
    font-size: 18px;
}

.bottom-header {
    position: relative;
}

.position-unset {
    position: unset;
}

.bottom-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
}

@media (min-width: 991px) {
    .header-menu>ul>li>ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 25px 25% 15px;
        border-top: 1px solid #ddd;
        min-height: 400px;
        display: none;
        z-index: 9;
    }

    .header-menu>ul>li>ul>li>i {
        font-size: 10px;
        margin-left: 10px;
        cursor: pointer;
    }

    .header-menu>ul>li>ul>li>ul {
        margin-left: 10px;
        margin-top: 12px;
    }

    .header-menu>ul>li>ul li {
        margin-bottom: 12px;
        width: 50%;
    }

    .header-menu>ul>li>ul li a {
        font-size: 15px;
        font-weight: 600;
    }

    .logo-mb {
        display: none;
    }

    .header-menu>ul>li:hover>ul {
        display: block;
    }
}

.menu-img {
    position: absolute;
    width: 500px;
    left: 50%;
    top: 30px;
}

.header-menu>ul>li>ul>li>ul {
    display: none;
}

.header-menu>ul>li>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 0.01rem;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    opacity: 0;
    visibility: hidden;
}

.header-menu>ul>li>a:hover:before {
    opacity: 1;
    visibility: visible;
}

.search-sitebar {
    position: fixed;
    width: 480px;
    height: 100vh;
    right: 0;
    top: 0;
    background: #fff;
    color: #000;
    z-index: 9;
    overflow: hidden;
    -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding: 60px 70px 250px;
}

.search-sitebar.active {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.sidebar-title {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    font-weight: 600;
}

.header-search {
    margin-top: 50px;
    position: relative;
}

.header-search input {
    background: #ededed;
    color: #252a2b;
    width: 100%;
    border: none;
    height: 55px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 150ms linear;
}

.header-search button {
    width: 55px;
    height: 55px;
    line-height: 64px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
    border: none;
}

.fullpage.sidebar-move {
    right: 480px;
}

.close-sidebar {
    font-size: 32px;
    float: right;
    cursor: pointer;
}

.site-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}

.site-overlay.active {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .home-feedback-wrap {
        width: 80%;
        margin: 0 auto;
    }
    .top-header {
        display: none;
    }
    .bottom-header {
        padding: 15px 0;
    }
    .toggle-menu {
        position: relative;
        height: 18px;
        width: 27px;
        display: flex;
        align-items: center;
    }

    .toggle-menu:before, .toggle-menu:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0.2rem;
        top: 0;
        background: #000;
        left: 0;
    }

    .toggle-menu:after {
        bottom: 0;
        top: auto;
    }

    .toggle-menu span {
        height: 0.2rem;
        display: block;
        width: 100%;
        background: #000;
    }

    .header-logo {
        margin-left: 30px;
    }

    .searchText {
        display: none;
    }

    .select-item span {
        display: block;
    }

    .select-item {
        width: 100%;
    }

    .select-item select {
        width: 100%;
        margin-left: 0;
        margin-top: 7px;
    }

    .home-search-form {
        gap: 20px;
    }

    .home-search-form {
        padding: 20px 0 15px;
    }

    .policy-item {
        margin-bottom: 15px;
    }

    .home-banner-policy {
        margin: 15px 0 0;
    }

    footer {
        padding: 30px 0;
    }

    .story-info {
        margin-top: 20px;
    }

    .home-feedback {
        margin: 0 0 45px;
    }

    .fullpage.sidebar-move {
        right: 320px;
    }

    .header-menu {
        position: fixed;
        right: 0;
        top: 0;
        width: 320px;
        height: 100vh;
        overflow: auto;
        background: #fff;
        z-index: 9;
        padding: 15px 30px;
        transform: translateX(100%);
        -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transform: translateX(100%);
    }

    .header-menu.active {
        transform: translateX(0);
    }

    .header-menu>ul {
        display: block;
        margin-top: 45px;
    }

    .header-menu>ul>li>a {
        line-height: 40px;
        font-size: 13px;
        color: #000;
    }

    .header-menu>ul>li {
        position: relative;
    }

    .header-menu ul li i {
        position: absolute;
        top: 15px;
        right: 0;
        font-size: 12px;
    }

    .menu-img {
        display: none;
    }

    .header-menu>ul>li>ul, .header-menu>ul>li>ul>li>ul {
        padding-left: 20px;
        margin-bottom: 10px;
        display: none;
    }

    .header-menu>ul>li>ul>li, .header-menu>ul>li>ul>li>ul>li {
        margin-bottom: 15px;
        position: relative;
    }

    .header-menu>ul>li>ul>li>ul>li {
        margin-top: 10px;
    }

    .header-menu>ul>li>ul>li>a, .header-menu>ul>li>ul>li>ul>li>a {
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
    }

    .header-menu>ul>li>ul>li>i, .header-menu>ul>li>ul>li>ul>li>i {
        top: 5px;
    }

    .close-menu {
        position: absolute;
        font-size: 32px;
        right: 30px;
        top: 30px;
        z-index: 2;
    }

    .header-menu>ul>li>a {
        padding: 0;
    }

    .search-sitebar {
        width: 320px;
        padding: 30px 25px 250px;
    }
}
#notIndex-fixed-actions {
    overflow: visible!important;
    right: 12px;
    position: fixed;
    bottom: 230px;
    z-index: 999;
}
#notIndex-fixed-actions .btn-icon-block-fixed {
    top: 90px;
    right: 0;
}
.fixed-item {
    position: absolute;
    opacity: 1;
    right: 9px;
    width: max-content;
}
.fixed-item a {
    float: right;
    border-radius: 50%;
}
.btn-icon-block-fixed a {
    background: #666;
    color: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    padding: 0;
    padding-top: 18px;
}
.btn-face-fixed {
    top: -25px;
}
.btn-phone-fixed {
    top: 30px;
}
.icon-d-block {
    display: block!important;
}
.title-fixed {
    position: absolute;
    cursor: pointer;
    background-color: rgba(0,0,0,.72);
    color: #fff;
    text-align: center;
    border-radius: 5px!important;
    white-space: nowrap!important;
    width: auto!important;
    line-height: 25px!important;
    padding: 5px 10px!important;
    font-size: 12px!important;
    top: 5px;
    right: 50px;
    display: none;
}
.fixed-item a:hover {
    text-decoration: none!important;
    box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);
}
.fixed-item:hover .title-fixed{
    display: block;
}
.fixed-item img{
    max-width: 44px;
}
.tags.block{
    padding: 25px 0 10px;
}