html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
.header_product .logo img {
    filter: invert(1);
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}
img{
    object-fit: scale-down;
}
blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-size: 62.5%
}

body {
    color: #231F20;
    font-size: 1em;
    font-family: "Gotham",sans-serif;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    text-align: left;
    letter-spacing: 0.7px
}

* {
    box-sizing: border-box
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Gotham",sans-serif;
    font-weight: 700
}

h1 {
    font-size: 1.4rem
}

h2 {
    font-size: 1.2rem
}

h3 {
    font-size: 1.2rem
}

h4 {
    font-size: 1.1rem
}

h5 {
    font-size: 1em
}

h6 {
    font-size: 1rem
}

h2,h3,h4,h5,h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: .8em
}

a {
    outline: 0;
    color: inherit
}

a img {
    border: 0px;
    text-decoration: none
}

img {
    max-width: 100%
}

p {
    margin-bottom: 1.143em
}

* p:last-child {
    margin-bottom: 0
}

strong,b {
    font-weight: bold
}

em,i {
    font-style: italic
}

::-moz-selection {
    background: #231F20;
    color: #fff
}

::selection {
    background: #231F20;
    color: #fff
}

ul {
    list-style: outside disc;
    margin: 1em 0 1.5em 1.5em
}

ol {
    list-style: outside decimal;
    margin: 1em 0 1.5em 1.5em
}

dl {
    margin: 0 0 1.5em 0
}

dt {
    font-weight: bold
}

dd {
    margin-left: 1.5em
}

blockquote {
    font-style: italic
}

table {
    margin: .5em auto 1.5em auto;
    width: 98%
}

thead th {
    padding: .5em .4em;
    text-align: left
}

tbody td {
    padding: .5em .4em
}

.button {
    border: #231F20 solid 1px;
    letter-spacing: 3px;
    text-align: center;
    padding: 0.6rem 2rem;
    outline: none;
    background-color: #231F20;
    color: #fff;
    margin: 1rem 0;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none
}

.button.is-big {
    padding: 1rem 3rem
}

.button:hover {
    background-color: #312e2f
}

.input-text {
    outline: none;
    appearance: none;
    border-radius: 0;
    border: #231F20 solid 1px;
    height: 27px;
    line-height: 27px;
    padding: 0 1rem;
    appearance: none;
    -webkit-appearance: none
}

.option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem
}

.label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: inline-block
}

.input-select-square {
    margin-right: 0.6rem
}

.input-select-square input {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0
}

.input-select-square input:checked ~ span {
    border-color: #231F20;
    color: #231F20
}

.input-select-square>span {
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    min-width: 22px;
    height: 22px;
    border: #d1d1d1 solid 1px;
    color: #d1d1d1;
    font-size: 9px;
    font-weight: 500;
    line-height: 5px;
    padding: 2px
}

.input-select-square>span:hover {
    color: #231F20
}

.input-select-box {
    font-family: "Gotham",sans-serif;
    letter-spacing: 1px;
    font-size: 1rem;
    appearance: none;
    -webkit-appearance: none;
    border: #231F20 solid 1px;
    border-radius: 0;
    height: 22px;
    padding: 0 5px;
    color: #231F20;
    outline: none;
    display: block;
    width: 100%;
    background-color: #fff;
    background-image: url(../media/caret.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 4px
}

.input-select-box.is-medium {
    height: 27px
}

.form-group {
    width: 100%;
    display: block;
    margin: 1.5rem 0
}

.form-group label {
    margin-bottom: 0.5rem;
    display: none
}

.form-group .input-text {
    width: 100%
}

.form-group textarea.input-text {
    resize: none;
    min-height: 100px
}

.radio,.checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
    align-items: center;
    position: relative;
    cursor: pointer
}

.radio input,.checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden
}

.radio .tickbox,.checkbox .tickbox {
    width: 15px;
    height: 15px;
    border: #999 solid 2px;
    display: block;
    margin-right: 1rem
}

.radio .text,.checkbox .text {
    margin-top: 0.2rem
}

.radio .tickbox {
    border-radius: 50%;
    padding: 2px
}

.radio .tickbox em {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%
}

.radio input:checked ~ .text {
    font-weight: 500
}

.radio input:checked ~ .tickbox {
    border-color: #231F20
}

.radio input:checked ~ .tickbox em {
    background-color: #231F20
}

.checkbox .tickbox {
    padding: 0
}

.checkbox .tickbox em {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.checkbox input:checked ~ .text {
    font-weight: 500
}

.checkbox input:checked ~ .tickbox {
    border-color: #231F20
}

.checkbox input:checked ~ .tickbox em {
    background-color: #231F20
}

.spc {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.hide-overflow {
    overflow: hidden
}

@font-face {
    font-family: 'Gotham';
    src: url("../font/iCielGotham-Book.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'Gotham';
    src: url("../font/iCielGotham-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gotham';
    src: url("../font/iCielGotham-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal
}

html {
    height: 100%
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    min-height: 100%
}

/*header*/
.header {
    position: fixed;
    width: 100%;
    display: block;
    color: #fff;
    padding: 3rem 5.5rem 0;
    z-index: 999;
    height: 50px;
}
.header .logo {
    width: 180px;
    display: block;
}
.navbar-wrapper li a:hover {
    text-decoration: underline;
    color: #fff;
}
.navbar-wrapper li a {
    text-decoration: none;
}
.navbar-wrapper li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 3.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.navbar-wrapper {
    max-width: 410px;
    list-style: none;
    padding: 2rem 0 0 0;
    margin: 0;
}
.language a:hover{
    opacity: 1;
    text-decoration: underline;
    color: #fff;
}
.language a:last-child{
    margin-left: 2.5rem;
}
.language a:not(.active){
    opacity: 0.5;
}
.language {
    text-transform: uppercase;
}
.language {
    font-weight: 500;
    list-style: none;
    padding: 0;
    margin: 2rem 0 0 0;
}

/*banner main*/
.section-acf {
    position: relative;
}

.text_banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    padding-top: 10%;
    display: flex;
    flex-direction: column;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
    align-items: center;
    pointer-events: auto;
}
.banner_category .text_banner .cta{
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    transform: translateX(300px);
}
.banner_category .text_banner {
    padding-top: 20%;
}
.text_banner .cta:hover {
    text-decoration: underline;
}
.text_banner .cta {
    font-size: 1rem;
    letter-spacing: 3.7px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 2.5rem;
    color: #ffffff;
}
.banner_main{
    position: relative;
    overflow: hidden;
}
.video-foreground, .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
    .video-foreground.img_bn{
        height: unset;
        top: 0;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
    .video-foreground.img_bn{
        height: unset;
        top: 0;
    }
}

.hh3 {
    /* background-color: rgba(0, 16, 40, .6); */
    min-height: calc(100vh - 98px);
    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;
}
.banner_main .hh3 {
    min-height: calc(100vh - 0px)
}
.banner_product{
    position: relative;
}
.video-bn iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.banner_store .text_banner  {
    padding-top: 20%;
}
.banner_store .text_banner .title {
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 2.5rem;
    max-width: 393px;
    color: #ffffff;
    font-size: 10px;
}
 .text_banner.content {
     margin-left: auto;
     margin-right: auto;
     display: block;

 }
.banner_store .text_banner h1.title {
    font-weight: bold;
    color: #ffffff;
    font-size: 39px;
}
.banner_store .text_banner .content {
    margin-bottom: 2.5rem;
    max-width: 393px;
    color: #ffffff;
    font-size: 10px;
}

/*list product*/
.product_owl .item a {
    display: block;
}
.product_owl .item img {
    display: block;
    pointer-events: none;
    width: 100%;
}

/*footer*/
.footer.is-dark {
    color: #fff;
    background: #231F20;
}

.footer {
    display: flex;
    flex-direction: row;
    padding: 2rem 5.5rem;
    font-weight: 500;
    flex-shrink: 0;
    z-index: 1000;
}
.footer .left {
    text-align: left;
}

.footer .left, .footer .right {
    width: 37.5%;
}
.footer .center {
    width: 25%;
    text-align: center;
}
.footer .left a {
    margin-right: 4rem;
}

.footer a {
    display: inline-block;
    text-decoration: none;
}
.footer .right {
    text-align: right;
}
.footer .right a{
    margin-left: 4rem;
}
/*view product*/
.header_product {
    position: fixed;
    width: 100%;
    display: block;
    color: #fff;
    padding: 3rem 5.5rem 0;
    z-index: 999;
    height: 50px;
}
.top-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #231F20;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
    align-items: center;
}
.header_product .logo {
    width: 180px;
    display: block;
}
.top-menu>div a:hover {
    text-decoration: underline;
}
.top-menu>div a {
    margin-left: 4rem;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.top-menu>div a img {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    margin-left: 2px;
    width: 12px;
}
.hide-on-desktop {
    display: none !important;
}
.side-menu {
    color: #231F20;
    list-style: none;
    padding: 0 4rem 0 0;
    margin: 7rem 0 0 0;
    width: 25%;
    max-width: 300px;
}
.side-menu>li {
    margin-bottom: 1rem;
    display: block;
}
.side-menu>li>a {
    text-transform: uppercase;
    font-weight: 500;
}
.side-menu a {
    text-decoration: none;
}
.side-menu a:hover {
    text-decoration: underline;
}
.side-menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 1rem 0 3rem;
    font-weight: 400;
}
.side-menu .sub-menu>li {
    margin-bottom: 0.3rem;
}
.side-menu a {
    text-decoration: none;
}
.main, .related {
    padding-left: 25%;
    padding-top: 12rem;
    padding-right: 5.5rem;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.single-product {
    display: flex;
    align-items: flex-start;
    display: -ms-flexbox;
}
.single-product .gallery {
    width: 55%;
}
.main-single-product .single-product .gallery img {
    height: auto;
}

.single-product .gallery img {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}
.single-product .product-detail {
    position: sticky;
    position: -webkit-sticky;
    right: 0;
    top: 120px;
    width: 45%;
    padding-left: 5%;
    max-width: 400px;
}
.single-product .product-detail .name {
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.single-product .product-detail .price {
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.single-product .product-detail .size_ship a{
    font-weight: 500;
    margin-right: 3rem;
    text-decoration: underline;
}
.related h2 {
    font-weight: 500;
}
.related .related-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.related .product {
    margin-bottom: 20px;
}

.product .tp_product_detail_price_old {
    margin-right: 10px;
    color: #9e9e9e;
}
.product .img {
    display: block;
}
.product .img img {
    display: block;
    width: 100%;
}
.related .product img {
    height: auto;
}
.side-menu .lang a:first-child{
    margin-right: 15px;
}
.side-menu .lang a{
    text-transform: uppercase;
}
.swatch .swatch-element.color label {
    width: 35px;
    height: 35px;
    padding: 1px;
    border-radius: 50%;
    line-height: 28px;
    border: 1px solid #b0b0b0;
}
.swatch .swatch-element label {
    display: block;
    margin: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    position: relative;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: #333;
    min-width: 30px;
}
.swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
}
.swatch .select-swap img {
    display: inline-block;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.swatch .attr-size .swatch-element label {
    padding: 0 3px;
    width: auto;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
}
.swatch .select-swap {
    vertical-align: middle;
    float: left;
}
.swatch .swatch-element label:hover, .swatch .swatch-element label.active {
    border: 1px solid #000;
}
.title_variant{
    margin-bottom: 10px;
}
#variant-swatch-1{
    margin: 15px 0;

}
.single-product .product-detail .button {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.swatch .attr-size .swatch-element label.deactive{
    background: #ccc;
    pointer-events: none;
}

/*category*/
.product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 10%;
}
.product-list .product {
    width: 30.66666%;
    margin-right: 4%;
    margin-bottom: 6rem;
}
.product .text {
    margin-top: 2.2rem;
    text-align: center;
}
.product .text .name {
    font-weight: 500;
    text-align: center;
    margin: 0 0 0.5rem;
}
.product .text .name a {
    text-decoration: none;
}
.product .text .price {
    font-weight: 700;
    text-align: center;
    font-size: 1rem;
}
.product-list .product:nth-child(3n) {
    margin-right: 0;
}
.paginator .currentPage, .paginator a{
    margin-left: 10px;
    background-color: transparent;
    color: #231F20;
    text-decoration: none;
    border-radius: 0;
    border: #231F20 solid 1px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}
.paginator .currentPage{
    opacity: 0.5;
}
.paginator .labelPages, .paginator .titlePages, .paginator .paging-last, .paginator .paging-first{
    display: none;
}
.paginator{
    text-align: right;
    list-style: none;
    display: inline-flex;
    margin: 1em 0 1.5em 1.5em;
    padding-bottom: 8rem;
    float: right;
}
.paginator .paging-next{

}
.paginator .paging-previous:after{
    content: '\f060';
    font-family: Font Awesome\ 5 Pro;
}
.paginator .paging-next:after{
    content: '\f061';
    font-family: Font Awesome\ 5 Pro;
}

/*popup search*/
.popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 0;
}

.popup {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(255,255,255,0.98);
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .2s ease;
}
.search {
    text-align: center;
}
.popup .close:hover{
    text-decoration: underline;
}
.popup .close {
    border: none;
    outline: none;
    font-weight: 500;
    background-color: transparent;
    position: absolute;
    right: 5.5rem;
    top: 34px;
    padding: 0;
    height: auto;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Gotham",sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
}
.popup .inner {
    max-width: 500px;
    width: 80%;
    margin-top: 200px;
}
.popup h2 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.search form {
    margin-top: 1rem;
    position: relative;
}
.search .input-text {
    width: 100%;
    padding-right: 80px;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    font-family: "Gotham",sans-serif;
    letter-spacing: 1px;
    font-size: 1rem;
    -webkit-appearance: none;
    appearance: none;
}
.search .button-text {
    font-family: "Gotham",sans-serif;
    border: none;
    outline: none;
    font-weight: 500;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 2rem;
    cursor: pointer;
    display: block;
    height: 40px;
}

/*cart*/
.cart {
    width: 40%;
    max-width: 360px;
    min-width: 340px;
    margin-left: 10%;
}
.cart .page-title {
    margin-bottom: 5rem;
}

.page-title {
    font-size: 1rem;
    margin-bottom: 2rem;
    font-weight: 400;
}
.page-title strong {
    font-weight: 500;
}
.cart .item {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    border-bottom: #eee solid 1px;
    padding-bottom: 1.5rem;
}
.cart .item .img {
    display: block;
    width: 57px;
    flex: 0 0 auto;
}
.cart .item .img img {
    height: auto;
}

.cart .item .img img {
    display: block;
    width: 100%;
}
.cart .item .info {
    flex: 1 1 auto;
    margin-left: 2.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cart .item .info .item-name {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.5rem;
}
.cart h2,.checkout-Page .cart .section-header {
    margin-top: 6.1rem;
}

.checkout-Page .cart h2{
    margin: 0;
}

.checkout-Page .cart .section-header{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.checkout-Page .cart .section-header>div{
    padding-left: 10px;
}

.status{
    display: inline-block;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    padding: 4px 5px 2px;
    margin-top: 3px;
}

.product.soldOut .text .price{
    display: none;
}

.cart .item .info .item-name a {
    text-decoration: none;
    margin-right: 0.4rem;
}
.cart .item .info .item-price .quantity-partent .add-action{
    display: inline-block;
    cursor: pointer;
}
.cart .item .info .item-price .quantity-partent input{
    width: 20px;
    border: 1px solid;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    border-radius: 3px;
}

.cart .item .info .item-price .pull-right{
    margin-top: 3px;
}
.cart .item .info .item-price .quantity-partent{
    display: inline-block;
}
.cart .item .info .item-price {
    margin-right: 1rem;
}
.cart .item .info .item-price strong, .cart .item .info .item-price ~ a {
    font-weight: 500;
}
.cart .sub .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    align-items: flex-end;
}
.cart .sub .row>*:first-child {
    width: 60%;
}
.cart .wc-proceed-to-checkout .checkout-button:hover{
    color: #fff;
}
.cart .wc-proceed-to-checkout .checkout-button {
    display: inline-block;
    text-decoration: none;
}

.cart .button.is-big {
    width: 100%;
    margin-top: 2rem;
}
.button.is-big {
    padding: 1rem 3rem;
}
#modalShow .modal-content p{
    font-size: 15px;
    font-weight: bold;
}
#modalShow .modal-body{
    padding: 40px;
}
#modalShow .modal-content .btn:hover{
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
#modalShow .modal-content .btn{
    background: #000;
    color: #fff;
    border-radius: 0;
}
#modalShow .modal-content{
    display: inline-block;
    margin: auto;
    border-radius: 0;
}
#modalShow.modal.fade .modal-dialog{
    display: flex;
    display: -ms-flexbox;
    margin-top: 15%;
}

/*search*/
.search-page {
    padding-right: 10%;
    text-align: left;
    margin-bottom: 5rem;
}
.search-page form {
    margin-bottom: 1rem;
}
.search-page .page-title {
    margin-bottom: 1rem;
}
.page-title em {
    font-style: italic;
    font-weight: 500;
}

/*user*/
.main-childs{
    padding: 30px;
}
.loginFb{
    padding-top: 7px;
    width: 275px;
    background: #3b5998;
    display: inline-block;
}
.loginFb span, .loginGg span {
    float: left;
    width: 50px;
    height: 100%;
    font-size: 31px;
    color: #fff;
    border-right:1px solid #15416f;
}
.loginGg span{
    border-right:1px solid #646668;
}
.loginFb a, .loginGg a{
    color: #fff;
    padding: 0 5px;
}
.loginGg{
    padding-top: 7px;
    width: 250px;
    background: #000;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
}
.user-wrapper {
    margin-top: 20px;
    max-width: 600px;
    margin: auto;
    border:1px solid #ccc;
}

.user-wrapper #formAccount{
    padding: 20px;
}
#formAccount select,
#formAccount input{
    width: 100%;
    clear: both;
    border: 1px solid #777;
    outline: 0;
    min-height: 30px;
    padding: 0 6px;
    background: transparent;
    vertical-align: top;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    height: 30px;
    border-radius: 0;
}
#formAccountEdit button, #formAccountEdit button:hover, #formAccountEdit button:focus,
#formAccount button, #formAccount button:hover, #formAccount button:focus{
    outline: 0;
}
.user-foot .btn{
    font-size: 16px;
    background: #3c5a9a;
    border-color: #3c5a9a;
}
.user-wrapper {
    margin-top: 20px;
    max-width: 600px;
    margin: auto;
    border:1px solid #ccc;
}
.user-nav {
    border-bottom: 2px solid #cccccc63;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(146, 146, 146, 0.14);
}
.user-nav a{
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
}
a.view__menu__profile:hover{
    text-decoration: none;
}
.view__menu__profile{
    margin: 20px;
    font-size: 18px;
    font-weight: bold;
}

#formAccountEdit button,
#formAccount button{
    text-transform: uppercase;
    font-size: 18px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 6.6666666667px 30px;
    border-radius: 0;
}

.user-foot {
    font-size: 17px;
}
.user-foot a{
    margin: 10px 0;
    display: inline-block;
}
.user-foot a.clearfix{
    color:  #007bff;
}
.user-foot a.clearfix:hover{
    color:  #fd6e1d;
}
.user-foot .btn{
    font-size: 16px;
    background: #3c5a9a;
    border-color: #3c5a9a;
}
.row{
    display: flex;
    flex-wrap: wrap;
}

/*news*/
.news-title{
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;

}
.category-abs{
    padding-bottom: 40px;
}
.content-news .blogs article .img img{
    -webkit-filter: unset;
    filter: unset;
}

/*campaign*/
.blogs {
    max-width: 400px;
    margin: 0 auto 0 23%;
}
.blogs article {
    margin-bottom: 3rem;
}
.blogs article .img {
    margin-bottom: 0.5rem;
    display: block;
}

.blogs article a {
    text-decoration: none;
}
.blogs article .img img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.blogs article .tagname {
    background-color: #231F20;
    color: #fff;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}
.blogs article .title {
    font-size: 1.1rem;
    letter-spacing: 0;
    font-weight: 500;
}

/*search order*/
.page-list {
    max-width: 500px;
}
.search-page {
    padding-right: 10%;
    text-align: left;
    margin-bottom: 5rem;
}
.tracking .page-title {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
}
.page-list a {
    text-decoration: none;
}
.search .input-text {
    width: 100%;
    padding-right: 80px;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    font-family: "Gotham",sans-serif;
    letter-spacing: 1px;
    font-size: 1rem;
    -webkit-appearance: none;
    appearance: none;
}
.search .button-text {
    font-family: "Gotham",sans-serif;
    border: none;
    outline: none;
    font-weight: 500;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 2rem;
    cursor: pointer;
    display: block;
    height: 40px;
}

.btn-newsletter{
    border: #231F20 solid 1px;
    letter-spacing: 3px;
    text-align: center;
    padding: 0.6rem 2rem;
    outline: none;
    background-color: #231F20;
    color: #fff;
    margin: 1rem 0;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}
.news-content:not(.news-content10636) img{
    width: 100%!important;
    height: auto!important;
}
/*contact*/
.formContact h1{
    text-align: center;
}
form#formContact>p{
    text-align: center;
}
form#formContact{
    width: 600px; margin: 20px auto;
}
form#formContact label{
    display: block; margin: 12px 0;
}
form#formContact label span{
    float: left; width: 150px;
}
form#formContact label input{
    display: inline-block; width: 400px; height: 28px; border: 1px solid #ccc;
    padding: 0 5px; box-sizing: border-box;
}
form#formContact label textarea{
    display: inline-block; width: 400px; height: 150px; resize: none; box-sizing: border-box;
    border: 1px solid #ccc; padding: 5px;
}
form#formContact button[type="button"]{
    display: inline-block; padding: 5px 40px; border: none; background-color: #19749B; color: #fff;
    margin-left: 150px;
}
form#formContact #showErrorContact{
    border: 1px dashed #F04E23; margin-bottom: 20px; color: #F04E23; padding: 2px 5px; text-align: center;
}
form#formContact #showSuccessContact{
    border: 1px dashed #008000; margin-bottom: 20px; color: #008000; padding: 2px 5px; text-align: center;
}
.video-foreground.img_bn img{
    object-fit: cover;
}
.wrappContact{
    margin-top: 20px;
}

.wrappContact #formContact,
form#formContact label input,
form#formContact label textarea{
    width: 100%;
}
.wrappContact #formContact .send_contact{
    width: 100%;
    margin: 0;
    background: #000;
}
@media all and (min-width: 800px) {
    .video-foreground.img_bn img{
        width: 100%;
    }
}
@media all and (max-width: 991px) {
    .video-background iframe{
        pointer-events: none;
    }
    .banner_main .hh3 {
        min-height: calc(100vh - 42px);
    }
    .albums-index .album-tag-product {
        padding: 20px;
    }
}
@media all and (max-width: 800px) {
    .orderView .table-responsive>.table-bordered{
        border: 1px solid #ddd;
    }
    .orderView .table-responsive{
        border: none;
    }
    .orderView .table>thead>tr>th{
        padding: 4px;
    }
    .paginator{
        padding-bottom: 1rem;
    }
    .woocommerce-notices-wrapper .button {
        letter-spacing:1px
    }

    .woocommerce-message {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .cart-empty.woocommerce-info,.return-to-shop {
        text-align: center
    }

    .hide-on-desktop {
        display: inline-block !important
    }

    .hide-on-tablet {
        display: none !important
    }

    .section-acf {
        /*height: 100vh;*/
        overflow: hidden
    }

    .section-acf .media {
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: absolute
    }

    .section-acf .media video {
        display: none
    }

    .section-acf .media video+img {
        display: block
    }

    .banner_product .img_banner img{
        height: 100%;
        width: auto;
        display: block;
        max-width: none;
        transform: translateX(-50%);
        position: absolute;
        top: 0;
        left: 50%;
    }
    .section-acf .text {
        padding-top: 0;
        height: 100%;
        display: flex;
        position: relative;
        z-index: 2;
        flex-direction: column;
        justify-content: center;
        padding-top: 20%
    }

    .banner_category .text_banner .cta {
        transform: none;
        text-align: center;
        margin: auto;
    }

    .section-acf.featured-products .text {
        position: absolute
    }
    .banner_store .text_banner h1.title{
        text-align: center;
    }
    .header .logo {
        width: 134px
    }

    .header .icon {
        width: 16px;
        height: 16px
    }

    .header .in-bag {
        position: absolute;
        top: 0;
        left: 100%
    }

    .header .top-menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        padding: 1.7rem 5.5rem 1.7rem;
        height: 53px
    }

    .header .side-menu {
        margin-top: 0;
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 998;
        width: 50%;
        max-width: none;
        height: 100vh;
        padding: 8rem 5.5rem 1.7rem 3rem;
        border-left: #f2f2f2 solid 1px;
        overflow: auto;
        transform: translateX(100%);
        transition: all .2s ease-in-out
    }

    .header .side-menu ~ .lang {
        width: auto;
        margin-top: 1.5rem;
        top: 20px;
        font-size: 1rem;
        position: absolute;
        display: none
    }

    .header .side-menu ~ .lang li {
        font-size: 7px;
        font-weight: 600
    }

    .header .side-menu>li a {
        text-transform: none
    }

    .header .side-menu .lang li a {
        text-transform: uppercase;
        font-size: 0.8rem
    }

    .header.open-menu .side-menu {
        transform: none
    }

    .top-menu>div {
        display: flex
    }

    .top-menu>div a .name__user{
        font-size: 13px;
    }
    .top-menu>div a {
        margin-left: 2rem
    }

    .top-menu>div a:hover {
        text-decoration: none
    }

    .main,.related {
        padding-left: 5.5rem;
        padding-top: 5.5rem
    }

    .product-list {
        padding-right: 0
    }

    .product-list .product {
        width: 48%
    }

    .product-list .product:nth-child(3n) {
        margin-right: 4%
    }

    .product-list .product:nth-child(2n) {
        margin-right: 0
    }

    .cart-page {
        flex-wrap: wrap
    }

    .cart {
        margin-left: 0;
        width: 50%;
        min-width: 0
    }

    .side-widget {
        margin-left: auto;
        width: auto;
        top: 131px
    }

    .blogs {
        margin-left: auto;
        max-width: 320px
    }

    .single {
        padding-top: 2rem
    }

    .login-page {
        margin-left: auto;
        margin-right: auto;
        padding-top: 4rem;
        width: 100%;
        max-width: 280px
    }
    .sidebar_checkout:after{
        content: none;
    }
    .banner_store .text_banner{
        display: flex;
        justify-content: center;
        padding-top: 0;
    }
    .no-padding{
        padding: 0;
    }
    .imageContact{
        margin-bottom: 20px;
    }
}


@media all and (max-width: 550px) {
    .hide-on-mobile {
        display:none !important
    }

    .side-menu ~ .lang {
        width: auto;
        z-index: 99999
    }

    .side-menu ~ .lang li+li {
        margin-left: 1rem
    }

    .header .top-menu {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .header .side-menu {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .header,.footer,.section-acf .text,.main {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .footer {
        flex-wrap: wrap;
        padding-top: 4rem
    }

    .footer .center {
        order: 3;
        margin-top: 2rem
    }

    .footer .left,.footer .right,.footer .center {
        width: 100%
    }

    .footer .left a,.footer .right a,.footer .center a {
        display: block;
        text-align: left;
        margin: 0;
        text-align: center;
        margin-bottom: 1rem;
        font-weight: 400
    }

    .cart {
        margin-left: 0;
        width: 100%;
        position: relative;
        max-width: none;
        order: 2
    }

    .cart .back {
        display: inline-block;
        margin-bottom: 2rem;
        font-size: 10px;
        letter-spacing: 0.3px;
        font-weight: 400
    }

    .coupon.hide-on-tablet {
        display: flex !important;
        margin-bottom: 2rem;
        width: 80%
    }

    .side-widget {
        max-width: none;
        width: 100%;
        position: relative;
        margin-left: 0;
        margin-bottom: 2rem;
        top: 0;
        order: 1;
        display: none
    }

    .side-widget.is-wide {
        display: none
    }

    .side-widget.is-wide .item-sm .img {
        display: none
    }

    .side-widget.is-wide .item-sm .sum {
        display: block
    }

    .side-widget.is-wide .item-sm .info {
        margin-left: 0;
        display: block
    }

    .side-widget.is-wide .item-sm .info .item-name {
        display: inline
    }

    .side-widget.is-wide .item-sm .info .item-name+div {
        display: inline
    }

    .single-product {
        flex-wrap: wrap
    }

    .single-product .gallery,.single-product .product-detail {
        width: 100%;
        max-width: none;
        padding-left: 0
    }

    .main,.related {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .related .product:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 4rem
    }

    .related .product:nth-child(4) {
        display: none
    }

    .cart-page,.search-page {
        padding-top: 4rem
    }

    .check-out {
        padding-top: 1rem
    }
    #frmIndexOrder .search .button-text{
        background: #fff;
        margin: 2px;
        height: 36px;
    }
}
#popupHome{
    padding: 0 10px 10px;
    background-color: #fff;
}
.ps-countdown{
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    margin: 0;
    font-weight: 500;
}
#popupHome .ps-countdown{
    font-size: 24px;
}
.ps-countdown li{
    color: #0000ff;
}
.ps-countdown li:not(:last-child):after {
    content: ':';
    padding: 0 5px;
}
.header_product .Time-countDown{
    display: inline-flex;
    align-items: center;
}
.header_product .Time-countDown>a{
    margin-left: 0;
    color: #0000ff;
}
.header_product .Time-countDown>a:after {
    content: '/';
    padding: 0 5px;
}
#button-search {
    margin-left: 20px;
}
.view-more {
    display: none;
    margin: 15px auto 10px;
    border: none;
    background: transparent;
}
.description.collapsed {
    max-height: 200px;
    overflow: hidden;
}
.ps-countdown>li:nth-child(3) {
    display: none;
}

.back-to-top.show {
    display: block;
}
.back-to-top a {
    color: #fff;
    font-size: 25px;
}
.back-to-top {
    background: #111;
    position: fixed;
    bottom: 150px;
    right: 20px;
    color: #fff;
    padding: 5px 15px;
    z-index: 99;
    display: none;
}

@media (max-width: 800px) {
    .header_product .Time-countDown {
        position: absolute;
        right: 2rem;
        bottom: 0;
    }
    .header_product .ps-countdown{
        padding: 0;
    }
}
@media (min-width: 551px) {
    .header_product .Time-countDown{
        right: 5.5rem;
    }
}


.category-filters {
    display: none;
    grid-area: 3/1/5/2;
    position: relative;
}

.category-filters .category-filter-list {
    position: sticky;
    top: 100px;
}

.category-filters .category-filter-list ul {
    justify-content: space-between;
    list-style: none;
    display: flex;
    width: 100%;
    height: 80%;
    overflow: auto;
}
.category-filters .category-filter-list ul li ul {
    top: 25px;
    border: 1px solid #333;
    width: max-content;
    overflow: unset;
    display: none;
    z-index: 999;
    height: max-content;
    position: absolute;
    background: #fff;
}
.category-filters .category-filter-list ul li {
    cursor: pointer;
    border-bottom: thin solid #f1f1f1;
    transition: all ease-in-out 0.2s;
    margin-bottom: 15px;
}
.category-filters .category-filter-list ul li ul{
    display: none;
}

.category-filters .category-filter-list ul li h4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: capitalize;
    padding: 10px 0;
    font-weight: 400;
    font-size: small;
}

.category-filters .category-filter-list ul li h4 i {
    padding-left: 10px;
}

.category-filters .category-filter-list ul li ul.active {
    height: auto;
    padding: 5%;
}

.category-filters .category-filter-list ul li ul {
    /*display: grid;*/
    /*grid-template-columns: 1fr;*/
    /*grid-gap: 5px;*/
    /*height: 0;*/
    /*padding: 0 5%;*/
}
.category-filters .category-filter-list ul li ul li {
    padding: 10px;
    margin: 0;
}

.category-filters .category-filter-list ul li ul li label {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 10px 5px;
}

.category-filters .category-filter-list ul li ul li label input {
    display: none;
}

.category-filters .category-filter-list ul li ul li label span {
    display: block;
    position: relative;
    text-transform: capitalize;
    line-height: 15px;
    height: 15px;
    padding-left: 25px;
    font-size: 14px;
}

.category-filters .category-filter-list ul li ul li label span::before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
    background: #d1d7e3;
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.category-filters .category-filter-list ul li ul li label span::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
    background: #fff;
    transform: scale(0.78);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.category-filters .category-filter-list ul li ul li.has label input:checked + span:before {
    transform: scale(1.04);
    background: #e9a246;
}

.category-filters .category-filter-list ul li ul li.has label input:checked + span:after {
    transform: scale(0.4);
    transition: transform 0.3s ease;
}
.filter-item-list{
    margin: 0;
}
.custom-wrap {
    display: none;
}
.wrap-addcart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.btn-wishlist {
    background: #fff;
    height: 53px;
    width: 53px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}
.single-product .product-detail .button {
    width: calc(100% - 53px);
}
#modalWishlist .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
#modalWishlist .modal-header * {
    text-transform: uppercase;
}
.view-wishlist {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff !important;
    background: #000;
    height: 50px;
    margin-top: 20px;
    font-size: 12px;
}
#modalWishlist .modal-body {
    padding: 20px 15px 15px;
}
.product-wishlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pw-img {
    width: 20%;
}
.pw-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.pw-info {
    width: 77%;
    display: flex;
    justify-content: space-between;
}

.wishlist-product {
    display: flex;
    flex-wrap: wrap;
}

.wishlist-product .product {
    width: 25%;
    margin-bottom: 20px;
}

#formAccount button.btn-edit {
    font-size: 13px;
}

/*.wishlist-product .product .text {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding: 0 15px;*/
/*    gap: 10px;*/
/*}*/

/*.wishlist-product .product .text .name, .wishlist-product .price {*/
/*    text-transform: uppercase;*/
/*    font-size: 13px;*/
/*}*/

@media (min-width: 768px) {
    #modalWishlist .modal-dialog {
        width: 450px;
    }
    .album-tag-product {
        width: 90%;
        padding: 124px 2rem 0px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .wishlist-product .product {
        width: 50%;
    }
    .wishlist-product .product .text {
        flex-direction: column;
    }
    body .albums-index .album-item {
        margin: 0;
    }
    body .albums-index .owl-theme.style-theme .owl-dots {
        margin: 5px auto;
    }
}

.albums-index .thumbnail-album {
    text-align: center;
    width: 100%;
}
.albums-index .album-item {
    margin: 20px 0 100px 0;
}

.albums-index .owl-theme.style-theme .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 10px;
    width: 80%;
    margin: 40px auto;
}
.albums-index .owl-theme.style-theme .owl-dot {
    width: 100%;
    height: 1px !important;
    background-color: #ccc !important;
}
.albums-index .owl-theme.style-theme .owl-dot span {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    margin: 0 !important;
}
.albums-index .owl-theme .owl-dots .owl-dot.active span, .albums-index .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
.albums-index .album-tag-product .title span {
    font-size: 16px;
    text-transform: uppercase;
}