#section-shipping-rate{
    display: none !important;
}
.owl-trend .item{
    position: relative;
}
.text-banner-home{
    position: absolute;
    top: 0;
    padding: 50px 35px 60px;
}
.category-banner .item{
    position: relative;
}
.text-cate-banner{
    position: absolute;
    top: 0;
    padding: 50px 35px 60px;
}
a:hover{
    text-decoration: none;
}
.black-bar {
    position: relative;
    height: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 5px 0;
}
.lower-header.edged-centered-space-evenly-flexbox.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
}
.news-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 0;
    padding-left: 24px;
    padding-right: 24px;
}
.info-news h4 {
    font-size: 12px;
    line-height: 12px;
}
.info-news h4 a{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 12px;
    color: #000;
    text-decoration: none
}
.info-news p {
    margin-bottom: 8px;
    margin-top: 5px;
    font-size: 10px;
}
.caption {
    display: flex;
}
.caption li {
    padding-left: 10px;
    position: relative;
}
.caption li:first-child {
    padding-left: 0;
}
.caption li:before {
    content: "/";
    position: absolute;
    left: 3px;
}
.caption li:first-child:before {
    display: none;
}
.breadcrumb-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
}
.view-filter {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.caption li a {
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.grid-filter-item {
    width: calc((100% - 48px) / 4 - 12px * 3 / 4);
    position: absolute;
    background-color: #fff;
    right: 24px;
    z-index: 2;
    top: 40px;
    display: none;
}
.filer_container {
    border: 1px solid #000000;
    padding: 0 13px 69px;
    min-height: 424px;
    position: relative;
}
.filter_container > div:first-child {
    border-bottom: 1px solid;
    padding-bottom: 0;
}
.filter_container > div.open:first-child {
    padding-bottom: 9px;
}
.filter_title {
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    cursor: pointer;
}
.filter_title h4 {
    font-size: 10px;
}
.filter-content {
    display: flex;
    flex-wrap: wrap;
}
.grid-item-show {
    padding-left: 18px;
    position: relative;
    cursor: pointer;
}
.grid-item-show::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #000000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 6px;
    top: 5.4px;
}
.filer_container .open {
    padding-bottom: 9px;
}
.filer_container>div:first-child {
    border-bottom: 1px solid;
}
.clear_button {
    background: #000000;
    border: none;
    padding: 18px 0;
    font-size: 10px !important;
    color: #FFFFFF;
    text-align: center;
    margin: 8px 0 13px;
    position: absolute;
    width: calc(100% - 26px);
    bottom: 0;
}
.clear-button {
    background: #000000;
    border: none;
    padding: 18px 0;
    font-size: 10px !important;
    color: #FFFFFF;
    text-align: center;
    margin: 8px 0 13px;
    position: absolute;
    width: calc(100% - 26px);
    bottom: 0;
    cursor: pointer;
}
.clear-button:hover {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}
.view-all {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.grid-filter-item.active{
    display: block;
}
.news-wrapper.grid-two {
    grid-template-columns: repeat(2, 1fr);
}
.news-wrapper.grid-five {
    grid-template-columns: repeat(5, 1fr);
}
.news-wrapper.grid-eight {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(8, 1fr);
}
.news-wrapper.grid-eight .info-news {
    display: none;
}
button#backToTop img {
    width: 18px;
}
/* Product css */
.product-wrapper,.appendResultProduct {
    column-gap: 12px;
    row-gap: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
}
.product-wrapper .product-item {
    width: calc(25% - 12px * 3 / 4);
    max-width: calc(25% - 12px * 3 / 4);
    position: relative;
}
.product-name {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 12px;
}
a{
    text-decoration: none;
}
.info-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.price-current {
    font-weight: 600;
}
.product-name .color-count {
    font-size: 8px;
    line-height: 12px;
    text-transform: uppercase;
    color: #a9a9a9;
    margin: 1px 0 0;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.product-wrapper.grid-eight .info-product {
    display: none;
}
.product-wrapper.grid-eight .product-item {
    width: calc(12.5% - 8x * 7 / 8);
    max-width: calc(12.5% - 8px * 7 / 8);
}
.product-wrapper.grid-two .product-item {
    width: calc(50% - 12px * 1 / 2);
    max-width: calc(50% - 12px * 1 / 2);
}
.product-wrapper.grid-four .product-item {
    width: calc(25% - 12px * 3 / 4);
    max-width: calc(25% - 12px * 3 / 4);
}
.flex {
    display: flex;
    padding: 9px 0;
    border-bottom: 1px solid #000000;
    flex-direction: column;
    gap: 6px;
}

.filter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-title .fa-minus,.view-all .fa-minus{
    display: none;
}

.filter-title h4 {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.flex .filter-content,.filter-title.open-bar .fa-plus,
.view-all.open-bar .fa-plus,.one-row{
    display: none;
}
.filter-title.open-bar .fa-minus,.view-all.open-bar .fa-minus{
    display: block;
}
.flex .filter-content.active {
    display: flex;
    flex-direction: column;
}
.cate-name-filter:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #000000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
}
.cate-name-filter {
    font-size: 10px;
    padding-left: 18px;
    position: relative;
}
.product-wrapper.grid-eight, .grid-eight .appendResultProduct {
    column-gap: 5px;
}
.cate-name-filter.attr-remove:before{
    background-color: #000;
}
picture.productHover {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.product-item:hover picture.productHover {
    display: block;
}
/* Trang chi tiết sp*/
.product-detail {
    padding: 30px 0;
}
.product-detail .product-gallery--large-screen{
    grid-template-columns: repeat(2, 1fr);
    border-right: none;
}
.product-detail .product-gallery__image:nth-child(3n+1){
    grid-column-start: initial;
    grid-column-end: initial;
}
.product-detail__info {
    padding-top: 0;
}
.product-detail__heading {
    font-size: 15px;
    line-height: 1.2em;
}
.top-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-detail__price {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.product-description {
    border-top: none;
    margin: 0;
    padding: 0 15px;
}
#variant-swatch-1 .select-swap span a {
    background: #ecedee;
    text-decoration: none !important;
    min-width: 80px;
    height: 50px;
    line-height: 50px;
}

#variant-swatch-1 .select-swap span a.active {
    border: 1px solid #333;
    background: #ecedee;
    color: #333;
    font-weight: 600;
}
.product-detail .swatch .header{
    color: #4a4a4a;
    font-weight: 600;
}
#variant-swatch-0 .select-swap span a {
    border-radius: initial;
    border: none;
    background: transparent;
    padding: 0;
    width: 60px;
    height: 30px;
}
.product-detail #variant-swatch-0 .select-swap span a img {
    border-radius: inherit;
    background: none;
    height: 100%;
    width: 100%;
}
#variant-swatch-0 .select-swap span a.active {
    border: solid 1px #000;
}
.swatch {
    border: none;
}
.details-description .fa-minus,.accordion-content {
    display: none;
}
.details-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    line-height: 1;
    padding: 1.5rem 0;
    cursor: pointer;
    color: #000;
}
.product_accordion+.product_accordion {
    border-top: 2px solid #ecedee;
    border-bottom: 2px solid #ecedee;
}
.product_accordion+.product_accordion+.product_accordion {
    border-top: none;
    border-bottom: none;
}
button#addToCart {
    margin-bottom: 25px;
}
.details-description.open-bar .fa-plus,.product-detail__footer-bar {
    display: none;
}
.details-description.open-bar .fa-minus,.accordion-content.active {
    display: block;
}
.detail-wrapper{
    display: flex;
}
.product-detail__section .product-detail__section-title {
    padding: 35px 0;
}
.product-detail__section h2 {
    font-size: 10px;
    font-weight: 600;
}
#related-products__wrapper .product-item {
    width: calc(25% - 9px);
    max-width: calc(25% - 9px);
}
#related-products__wrapper .ais-results {
    display: flex;
    column-gap: 12px;
    row-gap: 0;
}
/*Header css*/
nav.header-menu-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    position: relative;
    padding: 20px 0;
}
a#logo {
    flex: 1;
    text-align: center;
}
#AccessibleNav {
    display: flex;
}
.menu-icon-right {
    display: flex;
    justify-content: flex-end;
    position: initial;
}
#AccessibleNav>li,.menu-icon-right>li {
    padding-left: 25px;
    padding-bottom: 0;
}
.home header.header-top {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 99;
}
.pages header.header-top {
    position: initial;
    width: 100%;
    height: auto;
    z-index: 99;
}
body.pages #AccessibleNav>li a,body.pages .menu-icon-right>li a {
    color: #333;
}

body.pages nav.header-menu-left {
    border-bottom: 2px solid #ecedee;
}
#AccessibleNav>li:first-child, .menu-icon-right>li:first-child {
    padding-left: 0;
}
#AccessibleNav>li a, .menu-icon-right>li a {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
#AccessibleNav>li a.thumbMC {
    display: none;
}
#AccessibleNav>li .sub-menu a {
    color: #000;
}
.sub-menu .container {
    width: 100%;
}
.menu-left-content {
    position: initial;
}
.sub-menu .fakeW100 {
    padding: 20px 0;
}
.sub-menu .fakeW100 .col-md-12 {
    padding: 0;
    position: initial;
}
.flex_menu_2>li {
    width: auto;
    padding-left: 20px;
}
.flex_menu_2>li:first-child {
    padding-left: 0;
}
.sub-menu{
    top: 63px;
}
.search-box {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 63px;
    opacity: 0;
}
.field input {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #ECEDEE;
    padding-left: 20px;
    border-top: none;
    border-left: 0;
    border-right: 0;
}
.field input::placeholder {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
}
.search-bar .field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
span.close-search {
    position: absolute;
    right: 15px;
    font-size: 20px;
    z-index: 99;
    cursor: pointer;
}
header.header-top.fixed {
    position: fixed;
    background: #fff;
}
.fixed #AccessibleNav>li a,.fixed .menu-icon-right>li a {
    color: #333;
}
#AccessibleNav>li>a, .menu-icon-right>li>a {
    padding-bottom: 30px;
}
.sub-menu ul.sub-menu-2 {
    position: absolute;
    top: 50px;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    left: 0;
    border-top: 2px solid #ecedee;
    right: 0;
    display: none;
}
.flex_menu_2>li:hover .sub-menu-2 {
    display: block;
}
.flex_menu_2>li>a {
    padding-bottom: 50px;
}
.search-box.active {
    opacity: 1;
}
.black-bar.fixed {
    height: auto;
}
.black-bar {
    font-size: 10px;
}
/*mobile*/
.header-menu-mb,.sidebar-menu{
    display: none;
}
@media screen and (min-width: 1200px) {
    .upper-header #logo img {
        width: 200px;
        height: 36px;
    }
    .product-gallery--large-screen {
        flex-basis: 70%;
    }
}
@media (max-width: 767px){
    .text-banner-home{
        position: unset;
        text-align: center;
        padding: 20px;
    }
    .item-video iframe{
        height: 402px !important;
    }
    .text-cate-banner{
        position: unset;
        text-align: center;
        padding: 20px;
    }
    .bg-album .album {
        margin: 14px -15px;
    }
    .bg-album .album-header-right {
        display: none;
    }
    .bg-album .album .wrapper_item {
        padding: 50px 15px 50px;
    }
    .bg-album .album-thumbnail {
        height: 240px;
        margin: 10px 0px 0px 0px;
    }
    .bg-album .album-footer-title h2 {
        font-size: 20px;
    }
    .bg-album .album .col-lg-4 {
        margin-bottom: 10px;
    }
    .bg-album .line.wrapper {
        margin: 60px 2px 0;
        max-width: calc(100% - 4px);
        width: 100%;
    }
    .view-album-wrapper .share-fb {
        max-width: 100%;
    }
    .news-wrapper {
        grid-template-columns: repeat(1, 1fr);
        padding-left: 0;
        padding-right: 0;
    }
    .news-page .container-fluid {
        padding: 0;
    }
    .info-news {
        padding: 0 15px;
    }
    .product-wrapper .product-item{
        width: calc(50% - 12px * 1 / 2);
        max-width: calc(50% - 12px * 1 / 2);
    }
    .product-wrapper, .appendResultProduct{
        column-gap: 8px;
    }
    .grid-filter-item {
        width: 100%;
        right: 0;
    }
    .one-row{
        display: block;
    }
    .four-row,.eight-row{
        display: none;
    }
    .product-wrapper.grid-one .product-item {
        width: 100%;
        max-width: 100%;
    }
    /*    Trang chi tiet san pham */
    .product-detail__info{
        padding: 0;
    }
    #related-products__wrapper .product-item{
        width: calc(50% - 4px);
        max-width: calc(50% - 4px);
    }
    #related-products__wrapper .ais-results {
        display: flex;
        column-gap: 8px;
        flex-wrap: wrap;
    }
    .detail-wrapper{
        display: block;
    }
    .mobile-product-gallery:before {
        display: none;
    }
    .mobile-product-gallery>.image-gallery {
        position: relative;
    }
    .mobile-product-gallery .owl-nav button {
        position: absolute;
        z-index: 99;
        top: 40%;
    }
    .mobile-product-gallery .owl-nav button span {
        font-size: 20px;
    }
    .mobile-product-gallery .owl-nav button.owl-prev {
        left: 5px;
        right: auto;
    }
    .mobile-product-gallery .owl-nav button.owl-next {
        right: 5px;
        left: auto;
    }
    .product-detail {
        padding-top: 0;
    }
    .product-detail .container-fluid {
        padding: 0;
    }
    .top-detail {
        border-bottom: 3px solid #ecedee;
        padding: 20px 0;
    }
    button#addToCart {
        padding: 0 15px;
        width: 93%;
        margin: 15px auto;
    }
    .product_accordion,#related-products__wrapper,.swatch {
        padding: 0 15px;
    }
    #variant-swatch-0 {
        border-bottom: 2px solid #ecedee;
    }
    #variant-swatch-1 {
        clear: both;
    }
    .swatch .header {
        margin: 10px -1px 5px;
    }
    .product-detail__heading {
        padding-left: 15px;
        font-size: 10px;
    }
    .product-detail__price {
        padding-right: 15px;
    }
    .mobile-product-gallery .owl-dots {
        counter-reset: slides-num;
        position: absolute;
        top: 0;
        left: 10px;
        margin-top: 15px;
    }
    .mobile-product-gallery .owl-dots .owl-dot {
        display: inline-block;
        counter-increment: slides-num;
        margin-right: 5px;
    }
    .mobile-product-gallery .owl-dots .owl-dot span {
        display: none;
    }
    .mobile-product-gallery .owl-dots:after {
        content: counter(slides-num);
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        vertical-align: middle;
        position: relative;
        right: 0;
    }
    .mobile-product-gallery .owl-dots .owl-dot.active:before {
        content: counter(slides-num) "/";
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        position: absolute;
        left: 5px;
        top: 0;
    }
/*    Menu mobile*/
    nav.header-menu-left.menu-desktop{
        display: none;
    }
    .header-menu-mb{
        display: flex;
        padding: 20px 0;
    }
    .bag-shopping {
        text-align: end;
    }

    .header-menu-mb {
        color: #fff;
        font-size: 16px;
    }
    .fixed .header-menu-mb {
        color: #333;
    }
    body {
        position: relative;
    }
    .sidebar-menu {
        width: 100%;
        position: fixed;
        height: 100%;
        background: #00000080;
        z-index: 999;
        display: grid;
        align-content: space-between;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .search-block form {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .search-block form input {
        background: transparent;
        flex: 1;
        border: none;
    }
    .search-block form span {
        position: absolute;
        z-index: 99;
        right: 21px;
        color: #fff;
    }
    .search-block form input::placeholder {
        color: #ededed;
        font-weight: 600;
        font-size: 10px;
        opacity: .8;
        text-transform: uppercase;
    }
    .side-wrapper {
        padding: 0 20px;
    }
    .side-wrapper {
        padding: 0 20px;
    }
    #AccessibleNav {
        flex-direction: column;
    }
    #AccessibleNav>li, .menu-icon-right>li {
        padding-left: 0;
    }
    #AccessibleNav>li>a, .menu-icon-right>li>a {
        padding-bottom: 15px;
    }
    .menu-content {
        border-bottom: 1px solid #fff;
    }
    .search-block.newsletter-bottom {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .search-block.newsletter-bottom form {
        display: block;
    }
    .email-newsletter {
        display: flex;
    }
    .search-block.newsletter-bottom form label {
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
        padding-bottom: 15px;
        font-weight: 600;
    }
    .sidebar-menu.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .sidebar-menu.active .side-wrapper {
        padding-top: 100px;
    }
    header.header-top.fixed.active {
        z-index: 9999;
    }
    header.header-top.active {
        position: fixed;
        background: #fff;
        z-index: 9999;
    }
    header.header-top.active .header-menu-mb {
        color: #333;
    }
    .header-top .menu-bar .fa-times {
        display: none;
    }
    .header-top.active .menu-bar .fa-times {
        display: block;
    }
    .header-top.active .menu-bar .fa-bars {
        display: none;
    }
    .black-bar {
        font-size: 8px;
        padding: 10px 0;
    }
    header.header-top.active .header-menu-mb {
        background: #00000080;
        border-bottom: 2px solid #ecedee;
        color: #fff;
    }
    .side-wrapper>.search-block {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }
}

@media (min-width: 992px) {
    .album .col-lg-4 {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px;
    }
}


.product-sale-price{
    color: #000;
}
.product-detail__info{
    position: sticky;
    top: 50px;
}
.img-child-product{
    display: none;
}

.line {
    -webkit-overflow-scrolling: touch;
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 100%;
    pointer-events: all;
    position: relative;
    z-index: 0;
}
.line.wrapper {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0,0,0,0.0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    margin: 110px 40px 0px;
    transition-duration: 1000ms;
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
}
.line.full {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.1);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 1px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}
.line h1 {
    color: #151515;
    font-size: 20px;
    font-weight: 600;
    height: auto;
    line-height: 1.4;
    margin: 7px 0px 0px 0px;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}
.line.top {
    background: #000000;
    flex: none;
    height: 100%;
    width: 60px;
    max-width: 100%;
}
.line.icon, .line.text {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.album {
    margin: 25px 25px 90px;
    display: flex;
    flex-wrap: wrap;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeInBottom;
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1
    }
}

.album .pd0 {
    padding-left: 0;
    padding-right: 0;
}
.album-header {
    display: flex;
    justify-content: space-between;
}
.album-header-left {
    display: flex;
    align-items: center;
}
.album-header-right p {
    margin: 0;
    line-height: 13px;
}
.album-header-right {
    display: flex;
    align-items: center;
}
.album-thumbnail {
    height: 320px;
    overflow: hidden;
    margin: 30px 0px 0px 0px;
}
.album-thumbnail img {
    transition-duration: 600ms;
}
.album .wrapper_item {
    padding: 50px 30px 50px;
    display: block;
    background: #ffffff;
    text-decoration: none;
}
.bg-album {
    background: #f5f5f5;
}
.album-footer {
    display: flex;
    margin: 30px 0px 0px 0px;
}
.album-footer-title {
    flex: 1;
}
.album-footer-title h2 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
}
.album-footer .icon-readmore {
    background: rgba(0,0,0,0.0);
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-radius: 50%;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    height: 50px;
    margin: 0px 0px 0px 30px;
    width: 50px;
    max-width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.album-footer .icon-readmore i {
    font-size: 21px;
}
.album-header-left p:nth-child(2) {
    margin-left: 10px;
}
.album-header-left .fa-clock {
    font-size: 23px;
}
.album-header-left p {
    margin-bottom: 0;
}
.wrapper_item:hover {
    background: rgb(55, 70, 52);
    color: #FFFFFF;
}
.wrapper_item:hover .album-footer-title h2 {
    color: #FFFFFF;
}
.wrapper_item:hover .icon-readmore {
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
.wrapper_item:hover .icon-readmore i {
    color: #000;
}
.wrapper_item:hover .album-thumbnail img {
    transform: scale(1.1, 1.1);
}
.pagi-album .pagination {
    justify-content: center;
    display: flex;
}
.view-album-wrapper {
    max-width: 700px;
    margin: 20px auto;
}
.view-album-wrapper .album-header {
    margin-bottom: 20px;
}
.share-fb {
    align-items: center;
    background: rgba(0,0,0,0.0);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 50px;
    justify-content: center;
    margin: 30px 0px 0px 0px;
    max-width: 50%;
    border: 1px solid #000;
}
.share-fb p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.3em;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    margin: 0;
    text-transform: uppercase;
}
.share-fb:hover {
    background: #000000;
}
.share-fb:hover  p {
    color: #FFFFFF !important;
}

.product-gallery--large-screen{
    grid-template-columns: 1fr;
}
.size_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.4);
    left: 0;
    right: 0;
    top: 0;
    display: none;
    z-index: 9;
}
.conent_size {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    min-width: 500px;
    width: auto;
    height: auto;
    background: #FFF;
    text-align: center;
}
.conent_size h3 {
    position: relative;
}
.conent_size .close-size {
    position: absolute;
    cursor: pointer;
    right: 10px;
}
.product-detail__description.product-detail__info-section h3 {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.content_sp {
    display: none;
}
.show-getcontent{
    cursor: pointer;
}
.text-cate-banner {
    display: none;
}
body.tp_background, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub, blockquote, th, td {
    font-weight: 500 !important;
}
.pswp__img {
    object-fit: contain;
}
.product-gallery__image button {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
    display: none;
}
.product-gallery__image {
    border: none;
    position: relative;
}
.product-gallery__image:hover button {
    display: block;
}
.pswp__caption__center {
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.text-banner-home {
    opacity: 0;
}
@media (max-width: 1462px) {
    #AccessibleNav>li a, .menu-icon-right>li a {
        font-size: 9px;
    }
}
.flex_menu_2 {
    justify-content: space-between;
}

li.menu_lv2 {
    display: grid;
}

a.thumbMC1 img {
    max-width: 342px;
}
@media (min-width: 769px){
    .collections-container .ais-results{
        grid-template-columns: repeat(4,1fr);
    }
    .section-footer__container-left{
        flex-basis: 50%;
    }
    .section-footer__container-right {
        flex-basis: 50%;
    }
    #AccessibleNav li .fa {
        display: none;
    }
}

@media(max-width: 768px){
    .sub-menu{
        position: initial;
    }
    .flex_menu_2 {
        flex-direction: column;
    }
    .flex_menu_2>li:first-child {
        padding-left: 10px;
    }
    .flex_menu_2>li {
        padding: 10px;
    }
    .flex_menu_2>li>a {
        padding-bottom: 0;
    }
    .sidebar-menu.active {
        max-height: 100%;
        overflow: auto;
    }
    span.drop_dow{
        display: block;
    }
    .sub-menu {
        opacity: 1;
        visibility: visible;
        transition: unset;
    }
    .site-nav>li:hover .sub-menu {
        display: none;
    }
    ul.sub-menu{
        display: none;
    }
    ul.sub-menu.active{
        display: block !important;
    }
    .category-banner .item {
        padding-top: 80%;
        height: 100%;
        position: relative;
    }
    .category-banner .item img {
        position: absolute;
        top: 0;
        border: 0;
        height: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    .img-desktop img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        bottom: 0;
        object-fit: cover;
    }
    .img-desktop .item {
        position: relative;
        padding-top: 100%;
    }
    .category-banner {
        padding-top: 20px;
    }
    .footer__blocks-wrapper{
        gap: 15px;
    }
    input#email, .section-footer__newsletter-content button{
        font-weight: 700 !important;
        font-size: 13px;
    }
}
ul#AccessibleNav >li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

span.drop_dow {
    padding: 5px;
}
/*footer*/
.section-footer__nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.section-footer__container-left {
    display: flex;
    flex-basis: 50%;
}

.section-footer__container-right {
    display: flex;
    flex-basis: 50%;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 5px;
}

.footer__blocks-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.footer-block.footer-block--menu {}

.section-footer__newsletter-content {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

h2.newsletter-title.footer-block__heading {
    margin: 0 24px 12px 1px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 1.25px;
    text-align: left;
    text-transform: uppercase;
    /* font-family: "FH Oscar"; */
    margin-top: 5px;
}

form.contact-form {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    width: 400px;
}

input#email {
    background: 0 0;
    outline: none;
    width: 100%;
    padding: 0 10px;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    background: #000;
    height: 45px;
    color: #fff;
}
input#email::placeholder{
    color: #fff ;

}

.section-footer__newsletter-content button {
    background: 0 0;
    outline: none;
    width: 30%;
    padding: 0 10px;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    background: #000;
    height: 45px;
    color: #fff;
    justify-content: center;
}
.footer {
    padding: 24px;
}
#AccessibleNav>li>a, .menu-icon-right>li>a {
    padding: 20px 0;
}
nav.header-menu-left {
    padding: 0;
}
.sub-menu {
    top: 55px;
}
.conent_size h3 a {
    display: none;
}
#formCheckOut .main input::placeholder {
    opacity: 0.4;
}
@media (max-width: 768px) {
    form.contact-form {
        width: 300px;
    }
    .section-footer__container-left{
        flex-basis: 100% ;
    }
    .section-footer__container-right {
        flex-basis: 100% ;
        justify-content: center ;
    }
    ul#AccessibleNav>li {
        justify-content: flex-start;
    }
    #AccessibleNav li .fa {
        color: #fff;
        font-size: 10px;
        margin-left: 5px;
    }
    #AccessibleNav ul.sub-menu.active {
        background: none;
    }
    #AccessibleNav ul.sub-menu .fakeW100 {
        border-top: none;
        padding: 0;
    }
    #AccessibleNav>li .sub-menu a, body.pages #AccessibleNav>li a, body.pages .menu-icon-right>li a {
        color: #fff;
    }
    .sub-menu ul.sub-menu-2 {
        position: unset;
        border-top: none;
        background: none;
    }
    .conent_size {
        min-width: 350px;
    }
}
#AccessibleNav .drop_dow {
    display: none;
}
.homepage-content .img-desktop, .homepage-content .slide_list {
    margin-bottom: 20px;
}
.news-wrap .parameters-title {
    display: none;
}
.top-container .container{
    padding-left: 0;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background: #424242;
    border: 1px solid #424242;
}
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    color: #000;
    font-weight: 700;
}