html, body, h1, h2, h3, h4, h5, a, p, ul li, ol li, span, textarea, input {
    font-family: dm mono, monospace!important;
}
a, a:hover {
    color: initial;
    text-decoration: none;
}
html::-webkit-scrollbar {
    width: .3em;
}
html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e1ddc9;
    box-shadow: inset 0 0 6px #e1ddc9;
}
html::-webkit-scrollbar-thumb {
    background-color: #000;
    outline: 1px solid #e1ddc9;
}
*, *:active, *:focus {
    outline: unset;
    outline-color: transparent;
}
p {
    line-height: 1.8;
}
::-moz-selection {
    background-color: #000;
    color: #fff;
}
::selection {
    background-color: #000;
    color: #fff;
}
body {
    background: #f8f8f8;
    overflow-x: hidden;
}
body::before {
    content: '';
    background-image: url(assets/img/back-frame.jpg);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-size: contain;
    pointer-events: none;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background-color: #cabfa5;
}
.plyr__control--overlaid {
    background-color: #000;
}
.plyr--full-ui input[type=range] {
    color: #000;
}
main.wrapper.HomeWrapper.productWrapper {
    margin-top: 150px;
}
#loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .6s;
    pointer-events: auto;
}
#loading .load-img {
    transform: scale(0);
    animation: growLogo .5s .6s forwards ease-in-out;
}
#loading .load-img img {
    filter: brightness(1) invert(1);
    width: 6vw;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    color: #000;
    font-size: 1.9rem;
}
#loading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background-color: #fff;
    transform-origin: left;
    transition: all cubic-bezier(.46, .03, .52, .96) .5s;
    animation: growLineOne .5s forwards ease-in-out;
}
#loading::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background-color: #fff;
    transform-origin: right;
    transition: all cubic-bezier(.46, .03, .52, .96) .5s;
    animation: growLineTwo .5s forwards ease-in-out;
}
@keyframes growLineOne {
    from {
    width: 0;
}
to {
    width: 45vw;
}
}@keyframes growLineTwo {
    from {
    width: 0;
}
to {
    width: 46vw;
}
}@keyframes growLogo {
    from {
    transform: scale(0);
}
to {
    transform: scale(1);
}
}html.loaded #loading {
    opacity: 0;
    pointer-events: none;
}
main.wrapper.errorWrapper .error-page {
    position: relative;
    text-align: center;
    margin-top: 100px;
    padding: 100px 15vw;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
section.single-product-slider-wrap .single-product-gallery-box {
    position: relative;
    width: calc((100%/3) - 0.4rem);
    margin: 0 .2rem .5rem;
    overflow: hidden;
}
section.single-product-slider-wrap .single-product-gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1);
}
section.single-product-slider-wrap .single-product-gallery-box.is-inview img {
    opacity: 1;
    transform: scale(1);
    transition-delay: .3s;
}
section.single-product-slider-wrap .single-product-gallery-box:nth-of-type(3n+1) {
    margin-left: 0;
    margin-right: .4rem;
}
section.single-product-slider-wrap .single-product-gallery-box:nth-of-type(3n+3) {
    margin-right: 0;
    margin-left: .4rem;
}
main.wrapper.errorWrapper .error-page img {
    height: 20vh;
    width: 30vw;
}
main.wrapper.errorWrapper {
    min-height: 60vh;
}
section.single-product-slider-wrap {
    height: auto;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
section.single-product-slider-wrap .swiper-container.mySwiperGallery {
    height: 100%;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
section.single-product-slider-wrap .swiper-container.mySwiperGallery .swiper-button-next::after, section.single-product-slider-wrap .swiper-container.mySwiperGallery .swiper-button-prev::after {
    color: #fff!important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
section.single-product-slider-wrap .swiper-container.mySwiperGallery.is-inview {
    transform: none;
    opacity: 1;
    transition-delay: .3s;
}
section.single-product-slider-wrap .swiper-container.mySwiperGallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main.wrapper.errorWrapper .error-page h1 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 7rem;
}
main.wrapper.errorWrapper .error-page p {
    margin: 59px 0;
    text-transform: capitalize;
    font-size: 1.5rem;
}
main.wrapper.errorWrapper .error-page a {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: underline;
}
main.wrapper.errorWrapper .is-inview.error-page {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}
header {
    position: fixed;
    width: 100vw;
    height: 100px;
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15vw;
    box-sizing: border-box;
}
header nav {
    position: relative;
}
header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
header nav:first-child ul li {
    margin-right: 50px;
}
header nav ul li a {
    text-transform: capitalize;
    font-size: .9rem;
}
header #header-menu-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
header nav:last-child ul li {
    margin-left: 50px;
}
header a.identity {
    position: absolute;
    left: 50%;
    /* transform: translate(-50%, 50px); */
    bottom: 0;
    z-index: 2;
    padding: 0 4px 0 20px;
}
header a.identity img {
    height: 12vh;
}
header::before {
    content: '';
    position: absolute;
    width: 46vw;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 0;
    z-index: 1;
}
header::after {
    content: '';
    position: absolute;
    width: 46vw;
    height: 1px;
    background-color: #000;
    bottom: 0;
    right: 0;
    z-index: 1;
}
header .header-back {
    background-image: url(assets/img/back-frame.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    z-index: 0;
}
header #menu-mobile {
    display: none;
}
section.slogan-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    margin-top: 100px;
    overflow-x: hidden;
}
main.wrapper {
}
section.slogan-container .slogan-picture-boxes {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
section.slogan-container .slogan-text-box {
    position: absolute;
    top: 70%;
    left: 5vw;
    transform: translateY(-50%);
}
section.slogan-container .slogan-text-box h1 {
    font-family: roses please!important;
    font-size: 6rem;
    text-transform: capitalize;
    color: #faebd7;
}
section.slogan-container .slogan-picture-boxes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
section.concept-text-container {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
section.concept-text-container .concept-boxes h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 40px;
    opacity: 0;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX( -80deg );
    transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1);
}
section.concept-text-container .concept-boxes .concept-logo-img {
    text-align: center;
}
section.concept-text-container .concept-boxes {
    margin: 70px 0;
}
section.concept-text-container .concept-boxes .concept-logo-img img {
    height: 15vh;
    transform: scale(0);
    transition: transform .6s cubic-bezier(.17, .67, .3, 1.33);
}
section.slider-product-container {
    position: relative;
    width: 100%;
    padding: 0 15vw;
    box-sizing: border-box;
    z-index: 2;
    border-top: 1px solid #000;
    overflow-x: hidden;
    margin-bottom: 4vw!important;
    margin-right: 0;
    margin-left: 0;
}
section.slider-product-container .product-box {
    overflow: hidden;
    position: relative;
    padding-top: 8vh;
    z-index: 1;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
    height: 100%}
section.slider-product-container .product-box-info h3 {
    font-weight: 300;
    font-size: .99rem;
    margin-bottom: 0;
    text-align: center;
}
section.slider-product-container .product-box-info span {
    font-size: .9rem;
    font-weight: 300;
    display: block;
    text-align: center;
}
section.slider-product-container .product-box .product-box-img {
    margin-bottom: 20px;
    width: 100%;
    height: 30vh;
    padding: 40px;
}
section.slider-product-container .product-box::before {
    content: '';
    position: absolute;
    background-image: url(assets/img/hand-up.png);
    width: 100%;
    height: 25vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    top: 0;
    left: 0;
    transition: all linear .5s;
    transform: translateY(-100%);
    z-index: -1;
}
section.slider-product-container .product-box::after {
    content: '';
    position: absolute;
    background-image: url(assets/img/hand-down.png);
    width: 100%;
    height: 25vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    bottom: 0;
    left: -5px;
    transition: all linear .5s;
    transform: translate(-100%, 100%);
    z-index: 0;
}
section.slider-product-container .product-box .product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(0);
    transition: transform .6s cubic-bezier(.17, .67, .3, 1.33);
}
section.slider-product-container .product-box-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 0 0 10px;
    opacity: 0;
    transform: translateY(60px) translateX(-50%);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
    bottom: 0;
    left: 50%;
    height: 45px;
    margin-bottom: 0;
}
section.slider-product-container .product-box:hover::before {
    transform: translateY(0);
}
section.home-container {
    background: #000;
    position: relative;
    padding: 100px 0 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.home-frame::before {
    content: '';
    background-image: url(assets/img/footer-frame-pink.svg);
    width: 5vw;
    height: 4vw;
    background-size: contain;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -98%);
    background-repeat: no-repeat;
    background-position: bottom;
}
.home-frame {
    position: relative;
    width: 100vw;
    height: 0;
    padding: 0;
    left: -8px;
    z-index: 10;
    pointer-events: none;
}
section.home-container .home-boxes-one {
    margin-bottom: 100px;
    padding: 0 15vw;
}
section.home-container .home-boxes-one .home-box-one {
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
section.home-container .home-boxes-one .home-box-one-images {
    position: relative;
    height: 40vh;
}
section.slogan-container .slogan-picture-boxes div#bg-menu {
    position: relative;
    width: 100%;
    height: 100%}
section.slogan-container .slogan-picture-boxes #bg-mobile-menu {
    display: none;
}
section.slogan-container .slogan-picture-boxes div#bg-menu canvas {
    width: 100%;
    height: 100%}
section.home-container .home-boxes-one .home-box-one-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease-in-out .3s;
    transform: rotate(0deg);
}
section.home-container .home-boxes-one .home-box-one-images.is-inview img:nth-of-type(1) {
    transform: rotate(-10.79deg);
    transition-delay: .5s;
}
section.home-container .home-boxes-one .home-box-one-images.is-inview img:nth-of-type(2) {
    transform: rotate(-0.41deg);
    transition-delay: .4s;
}
section.home-container .home-boxes-one .home-box-one-images.is-inview img:nth-of-type(3) {
    transform: rotate(9.05deg);
    transition-delay: .3s;
}
a.btn.darkBtn {
    background: #000;
    border-radius: 180px;
    color: #fff;
    text-transform: capitalize;
    padding: 15px 40px;
    font-size: .9rem;
    border: 1px solid #000;
    transition: all ease-in-out .3s;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
a.btn.darkBtn.is-inview {
    opacity: 1;
    transform: translateY(0);
}
.testimonial-container h3 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
.testimonial-container {
    padding: 0 10vw;
    margin: 100px 0;
}
.testimonial-container .testimonial-box .testimonial-box-img {
    margin-bottom: 23px;
}
.testimonial-container .testimonial-box .testimonial-box-img img {
    height: 11vh;
    transform: scale(0);
    transition: transform .6s cubic-bezier(.17, .67, .3, 1.33);
}
.testimonial-container .testimonial-box .testimonial-box-info h4 {
    margin-bottom: 25px;
}
.testimonial-container .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}
.testimonial-container .testimonial-box {
    text-align: center;
    padding: 0 5vw;
}
section.home-container .home-boxes-one .home-box-one h3 {
    font-size: 2.2rem;
}
a.btn.darkBtn:hover {
    background-color: #fff;
    color: #000;
}
section.slider-product-container .product-box:hover::after {
    transform: translate(0, 0);
}
section.home-container .home-boxes-two {
    padding: 0 15vw;
}
section.home-container .home-boxes-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.home-container .home-boxes-two .home-box-two-logo img {
    width: auto;
    height: auto;
    transform: scale(0);
    transition: transform .6s cubic-bezier(.17, .67, .3, 1.33);
}
section.home-container .home-boxes-two video#home-video {
    width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1);
}
section.new-collection-container {
    padding: 80px 15vw 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #000;
}
section.new-collection-container h2 {
    text-transform: capitalize;
    font-size: 2.2rem;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
section.new-collection-container .new-collection-boxes {
}
section.new-collection-container::before {
    content: '';
    left: 50%;
    transform: translate(-50%, -100%);
    background-image: url(assets/img/hand-up-black.png);
    height: 25vh;
    background-size: contain;
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all linear .4s;
}
section.new-collection-container::after {
    content: '';
    left: 50%;
    transform: translate(-50%, 100%);
    background-image: url(assets/img/hand-down-black.png);
    height: 18vh;
    background-size: contain;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all linear .4s;
}
section.new-collection-container .new-collection-boxes .new-collection-img-box {
    height: 46vh;
    margin-top: 78px;
}
section.new-collection-container .new-collection-boxes {
    text-align: center;
}
section.new-collection-container .new-collection-boxes .new-collection-img-box img {
    margin: 20px 0;
    height: 30vh;
    transform: scale(0);
    transition: transform .6s cubic-bezier(.17, .67, .3, 1.33);
}
section.concept-text-container .concept-boxes.is-inview h2 {
    transform: none;
    opacity: 1;
    transition-duration: .8s;
}
section.concept-text-container .concept-boxes.is-inview .concept-logo-img img {
    transform: scale(1);
    transition-delay: .3s;
}
section.concept-text-container .concept-boxes .description {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
section.concept-text-container .concept-boxes.is-inview .description {
    transform: none;
    opacity: 1;
    transition-delay: .3s;
}
section.slider-product-container .product-box.is-inview .product-box-img img {
    transform: scale(1);
    transition-delay: .4s;
}
section.slider-product-container .is-inview .product-box-info {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
    transition-delay: .2s;
}
section.home-container .home-boxes-one .is-inview .home-box-one {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
}
.testimonial-container .testimonial-box .testimonial-box-info {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
.testimonial-container .testimonial-box.is-inview .testimonial-box-info {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}
.testimonial-container .testimonial-box.is-inview .testimonial-box-img img {
    transform: scale(1);
    transition-delay: .3s;
}
.testimonial-container h3.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
}
.swiper-container {
    width: inherit!important;
}
section.home-container .home-boxes-two .home-box-two-logo.is-inview img {
    transform: scale(1);
    transition-delay: .3s;
}
section.home-container .home-boxes-two>div:last-child {
    overflow: hidden;
}
section.home-container .home-boxes-two .is-inview video#home-video {
    opacity: 1;
    transform: scale(1);
    transition-delay: .3s;
}
section.slider-product-container>div {
    border-bottom: 1px solid #000;
    position: relative;
}
section.slider-product-container>div:nth-of-type(4n+1) {
    position: relative;
}
section.slider-product-container>div:nth-of-type(4n+1)::before {
    content: '';
    position: absolute;
    width: 20vw;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: -1px;
    transform: translateX(-100%);
}
section.slider-product-container>div:nth-of-type(4n+4)::before {
    content: '';
    position: absolute;
    width: 20vw;
    height: 1px;
    background-color: #000;
    right: 0;
    bottom: -1px;
    transform: translateX(100%);
}
section.new-collection-container h2.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}
section.slider-product-container>div::after {
    content: '';
    background-image: url(assets/img/product-frame-yellow.svg);
    position: absolute;
    width: 100%;
    height: 96%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}
section.slider-product-container.home-product>div::after {
    content: '';
    background-image: url(assets/img/product-frame.svg);
}
span.woocommerce-Price-currencySymbol {
    margin-left: 5px;
}
section.product-filter-sort-container {
    padding: 0 15vw;
    position: relative;
    width: 100%;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}
section.slider-product-container .product-box-info span bdi span {
    display: inline;
}
section.product-filter-sort-container .product-filter-box {
    position: relative;
    z-index: 5;
}
section.product-filter-sort-container .product-sort-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section.product-filter-sort-container .product-filter-box #filter {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
section.product-filter-sort-container .product-filter-box #filter-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    transform: translateY(30px);
    padding: 15px 15px 10px;
    column-count: 1;
    border: 1px solid #efefef;
}
section.product-filter-sort-container .product-filter-box #filter-container .filter-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
section.product-filter-sort-container .product-filter-box #filter-container .filter-boxes {
    position: relative;
    width: 100%;
    column-count: 2;
    display: inline-block;
}
section.product-filter-sort-container .product-filter-box #filter-container .filter-box ul li p {
    text-transform: capitalize;
    cursor: pointer;
    transition: all ease-in-out .3s;
    position: relative;
    margin-bottom: 5px;
}
section.product-filter-sort-container .product-filter-box #filter-container .filter-box ul li p:hover {
    opacity: .5;
}
section.product-filter-sort-container .product-filter-box #filter-container .filter-box h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
section.product-filter-sort-container .product-filter-box #filter-container .filter-box ul li p.is-checked {
    padding-left: 15px;
    transition-delay: .3s;
}
section.product-filter-sort-container .product-filter-box #filter-container .filter-box ul li p::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all ease-in-out .3s;
}
section.product-filter-sort-container .product-filter-box #filter-container .filter-box ul li p.is-checked::before {
    width: 10px;
}
section.product-filter-sort-container .product-filter-box #filter .text {
    text-transform: capitalize;
    position: relative;
    width: 70px;
    height: 25px;
}
section.product-filter-sort-container .product-filter-box #filter img {
    margin-left: 10px;
}
section.product-filter-sort-container .product-filter-box #filter .text span {
    position: absolute;
}
section.product-filter-sort-container .product-filter-box #filter .text span:last-child {
    opacity: 0;
}
section.product-filter-sort-container .product-sort-box .form-select {
    width: auto;
    border: none;
}
section.product-filter-sort-container .product-filter-box #filter.change .text {
    width: 137px;
}
section.product-filter-sort-container .product-filter-box #filter.change .text span:first-child {
    opacity: 0;
}
section.product-filter-sort-container .product-filter-box #filter.change .text span:last-child {
    opacity: 1;
}
section.slider-product-container.product-wrapper .product-box .product-box-img img {
    transform: scale(1);
}
section.slider-product-container.product-wrapper .product-box .product-box-info {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
    position: relative;
    width: 100%}
main.woocommerceWrapper {
    margin-top: 100px;
    padding: 100px 15vw;
    min-height: 70vh;
}
.woocommerce-info {
    border-top-color: #010101;
}
.woocommerce-info::before {
    color: #000;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #000;
    border-radius: 180px;
    padding: 12px 35px;
    color: #fff;
    font-weight: unset;
    text-transform: capitalize;
    font-size: .9rem;
    border: 1px solid #000;
    box-sizing: border-box;
    transition: all ease-in-out .3s;
    height: 40px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #fff;
    color: #000;
}
main.woocommerceWrapper .section-padding {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #000;
    border-radius: 180px;
    padding: 12px 35px;
    color: #fff;
    font-weight: unset;
    text-transform: capitalize;
    font-size: .9rem;
    border: 1px solid #000;
    box-sizing: border-box;
    transition: all ease-in-out .3s;
    height: 40px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    opacity: .5;
    color: #fff;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    border-radius: 180px;
    box-shadow: none;
    outline: none!important;
    border: 1px solid #000;
    padding: 5px 35px;
    height: 40px;
}
.woocommerce table.cart td.actions .input-text {
    width: 145px;
    padding: 5px 10px;
    text-align: center;
}
main.woocommerceWrapper .section-padding.is-inview {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .4s;
}
.woocommerce-message {
    border-top-color: #000;
}
.woocommerce-message::before {
    color: #000;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #fff;
    color: #000;
}
main.woocommerceWrapper .woocommerce {
    border: 1px solid #000;
    position: relative;
    display: inline-block;
    width: 100%}
main.woocommerceWrapper .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 30%;
    float: left;
    border-right: .5px solid #000;
}
main.woocommerceWrapper .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
    border-left: .5px solid #000;
    padding: 30px;
    box-sizing: border-box;
    float: left;
    height: 100%;
    position: relative;
}
main.woocommerceWrapper .woocommerce nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
main.woocommerceWrapper .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    margin: 5px 0;
    padding: 10px;
    border-bottom: 1px solid #000;
}
main.woocommerceWrapper .woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
    border: none;
}
main.woocommerceWrapper .woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title.title {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    padding: 0;
    z-index: 1;
}
main.woocommerceWrapper .woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title.title::before, main.woocommerceWrapper .woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title.title::after {
    content: none;
}
main.woocommerceWrapper .woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title.title h3 {
    font-size: 1.1rem;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 6px 12px;
    margin-bottom: 20px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    margin-bottom: 10px;
}
main.woocommerceWrapper .woocommerce h2 {
    text-align: center;
    margin-top: 21px;
}
main.woocommerceWrapper .woocommerce form.woocommerce-form.woocommerce-form-login.login {
    width: 95%;
    margin: 25px auto 35px;
}
p.woocommerce-LostPassword.lost_password a {
    text-decoration: underline;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    margin-bottom: 40px;
}
main.woocommerceWrapper .woocommerce h2 {
    text-transform: capitalize;
}
form.checkout.woocommerce-checkout {
    padding: 0 30px 30px;
}
form.checkout.woocommerce-checkout h3 {
    font-size: 1.5rem;
    text-transform: capitalize;
}
.select2-container--default .select2-selection--single {
    padding: 6px 12px;
    height: auto;
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
}
.select2-dropdown {
    border: 1px solid #000;
}
.woocommerce form .form-row {
    margin: 0;
}
#order_review {
    margin-top: 15px;
}
.woocommerce form.register {
    width: 95%;
    margin: 25px auto 35px;
}
form.checkout.woocommerce-checkout h3 {
    margin-top: 25px;
}
section.single-product-container {
    position: relative;
    padding: 160px 10vw 50px;
}
section.single-product-container .single-product-picture-box .picture-box .swiper-container {
    height: 100%}
section.single-product-container .single-product-desc-social-boxes {
    padding-top: 14vh;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
section.single-product-container .single-product-desc-social-boxes .desc {
    padding: 30px 0 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    font-size: .9rem;
}
section.single-product-container .single-product-desc-social-boxes h2 {
    text-transform: capitalize;
}
section.single-product-container .single-product-desc-social-boxes .share-boxes {
    position: relative;
    display: flex;
    align-items: center;
}
section.single-product-container .single-product-desc-social-boxes .share-boxes .share-box {
    margin-left: 15px;
}
section.single-product-container .single-product-desc-social-boxes .share-boxes .share-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
section.single-product-container .single-product-desc-social-boxes .share-boxes .share-box ul li {
    float: left;
    margin: 0 15px 0 0;
}
section.single-product-container .single-product-picture-box {
    position: relative;
    overflow: hidden;
}
section.single-product-container .single-product-picture-box .picture-box {
    height: 60vh;
}
section.single-product-container .single-product-price-addToCard-boxes {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 14vh;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
section.single-product-container .single-product-price-addToCard-boxes p.price {
    font-size: 3rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}
section.single-product-container .single-product-price-addToCard-boxes p {
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.pr-info {
    font-size: .8em;
    margin-top: 18px;
}
section.single-product-container .single-product-price-addToCard-boxes a>.quantity {
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    display: flex;
}
section.single-product-container .single-product-price-addToCard-boxes .quantity span {
    text-transform: capitalize;
}
section.single-product-container .single-product-price-addToCard-boxes .quantity input[type=number] {
    border: transparent;
    width: auto;
    padding: 0;
    margin-left: 35px;
}
section.single-product-container .single-product-picture-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 65px;
    transform: scale(0);
    transition: transform .6s cubic-bezier(.17, .67, .3, 1.33);
}
section.single-product-container .single-product-picture-box::before {
    content: '';
    position: absolute;
    background-image: url(assets/img/hand-up.png);
    width: 100%;
    height: 29vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    top: 0;
    left: 0;
    transition: all linear .5s;
    transform: translateY(-100%);
    z-index: 0;
}
section.single-product-container .single-product-picture-box::after {
    content: '';
    position: absolute;
    background-image: url(assets/img/hand-down.png);
    width: 100%;
    height: 30vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    bottom: 0;
    left: -5px;
    transition: all linear .5s;
    transform: translate(-100%, 100%);
    z-index: 0;
}
button.single_add_to_cart_button {
    background: #000;
    border-radius: 180px;
    margin-top: 18px;
    color: #fff;
    text-transform: capitalize;
    padding: 13px 20px;
    font-size: .9rem;
    transition: all linear .3s;
    border: 1px solid #000;
    width: 100%;
    display: block;
}
section.gallery-container {
    position: relative;
    padding: 50px 10vw;
    overflow: hidden;
}
section.gallery-container a.gallery-box {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    overflow: hidden;
}
section.gallery-container a.gallery-box img {
    height: 66vh;
    width: 70%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1);
}
section.gallery-container .row .col:nth-of-type(2n) a.gallery-box {
    text-align: right;
}
button.single_add_to_cart_button:hover {
    background-color: transparent;
    color: #000;
}
.sl-overlay {
    opacity: .9;
}
section.single-product-container .single-product-desc-social-boxes.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s;
}
section.single-product-container .single-product-picture-box.is-inview img {
    transform: scale(1);
    transition-delay: .6s;
}
section.single-product-container .single-product-picture-box.is-inview::before {
    transform: translateY(0%);
    transition-delay: .5s;
}
section.single-product-container .single-product-picture-box.is-inview::after {
    transform: translate(0%, 0%);
    transition-delay: .5s;
}
section.about-container {
    position: relative;
    padding: 60px 10vw;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
section.about-container .about-desc {
}
section.about-container .about-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%}
section.about-container .about-desc h2 {
    text-transform: capitalize;
}
section.about-container .about-desc .desc {
    margin: 20px 0;
    font-size: .9rem;
    border-bottom: 1px solid #000;
}
section.about-container .about-logo img {
    width: 9vw;
}
section.about-container .row {
    align-items: center;
}
section.about-container .about-video-container {
    width: 100%}
section.gallery-container.about-member-container a.gallery-box {
    margin-bottom: 0;
}
section.gallery-container.about-member-container a.gallery-box img {
    width: 100%;
    height: 75vh;
}
section.gallery-container.about-member-container h3 {
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
}
section.gallery-container.about-member-container .about-description {
    padding-top: 57px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.single-product-container .single-product-price-addToCard-boxes.is-inview {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .7s;
}
section.gallery-container a.gallery-box.is-inview img {
    opacity: 1;
    transform: scale(1);
    transition-delay: .3s;
}
section.gallery-container.about-member-container .about-description p {
    font-size: .89rem;
}
section.gallery-container.about-member-container .about-description .member-one, section.gallery-container.about-member-container .about-description .member-two {
    border-bottom: 1px solid #000;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
section.about-container .about-video-container video#about-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.blah-container {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
}
section.gallery-container.about-member-container .about-description.is-inview .member-one, section.gallery-container.about-member-container .about-description.is-inview .member-two {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s;
}
section.blah-container p {
    margin: 0;
    font-size: 1.2em;
    text-transform: capitalize;
    padding: 50px;
    margin-bottom: 2.5rem;
}
.container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: .9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}
.container:hover input~.checkmark {
    background-color: #ccc;
}
.container input:checked~.checkmark {
    background-color: #000;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container input:checked~.checkmark:after {
    display: block;
}
.container .checkmark:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer {
    background: #cabfa5;
    position: relative;
}
section.footer-frame {
    position: relative;
    width: 100%;
    display: block;
}
section.footer-frame::before {
    content: '';
    width: 5vw;
    height: 4vw;
    background-size: contain;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -98%);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 3;
    margin-left: -11px;
}
section.footer-frame.home::before {
    background-image: url(assets/img/footer-frame-gray.svg);
}
section.footer-frame.other::before {
    background-image: url(assets/img/footer-frame-gray.svg);
}
footer.home-footer {
    background: #cabfa5;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5rem!important;
}
footer.home-footer::before {
    content: none;
}
footer section.footer-inner {
    padding: 40px 15vw;
}
footer section.footer-inner form {
    margin: 0 0 20px;
}
section.new-collection-container a {
    position: relative;
    width: 100%;
    display: inline-block;
}
footer section.footer-inner form input#footerNewsletterEmail {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    padding: 11px 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: .9rem;
}
footer section.footer-inner h4 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
    text-transform: capitalize;
}
footer section.footer-inner form input#footerNewsletterEmail::-webkit-input-placeholder {
    color: #000;
}
footer section.footer-inner form input#footerNewsletterEmail::-moz-placeholder {
    color: #000;
}
footer section.footer-inner form input#footerNewsletterEmail:-ms-input-placeholder {
    color: #000;
}
footer section.footer-inner form input#footerNewsletterEmail:-moz-placeholder {
    color: #000;
}
footer section.footer-inner .footer-social-media-boxes {
    margin-bottom: 10px;
}
footer section.footer-inner .footer-social-media-boxes h5 {
    text-transform: capitalize;
    margin-bottom: 10px;
}
footer section.footer-inner .footer-social-media-boxes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}
footer section.footer-inner .footer-social-media-boxes ul li {
    float: left;
    margin-right: 15px;
}
footer section.footer-inner .footer-social-media-boxes ul li a {
    font-size: 1.2rem;
}
footer section.footer-inner .footer-payment-boxes {
    display: none;
}
footer section.footer-inner .dokmeh-copyRight {
    margin-bottom: 20px;
}
footer section.footer-inner .footer-payment-boxes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer section.footer-inner .footer-payment-boxes ul li {
    float: left;
    margin-right: 25px;
}
footer section.footer-inner .footer-menu-logo-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer section.footer-inner .footer-menu-logo-container .footer-menu-box h5 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
footer section.footer-inner .footer-menu-logo-container .footer-logo-box img {
    width: 7vw;
}
footer section.footer-inner .footer-menu-logo-container .footer-menu-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer section.footer-bottom {
    padding-bottom: 25px;
    overflow: hidden;
}
footer section.footer-bottom p {
    white-space: pre;
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    animation: moveText 15s linear infinite;
    margin: 0;
}
@keyframes moveText {
    0% {
    -webkit-transform: scaleX(1) translateX(105%);
    transform: scaleX(1) translateX(105%);
}
98% {
    opacity: 1;
}
99% {
    -webkit-transform: scaleX(1) translateX(-105%);
    transform: scaleX(1) translateX(-105%);
    opacity: 0;
}
100% {
    -webkit-transform: scaleX(1) translateX(105%);
    transform: scaleX(1) translateX(105%);
    opacity: 0;
}
}footer section.footer-inner .footer-payment-boxes ul li img {
    height: 40px;
}
section.new-collection-container.is-inview::before {
    transform: translate(-50%, 0);
    transition-delay: .4s;
}
section.new-collection-container.is-inview::after {
    transform: translate(-50%, 0%);
    transition-delay: .4s;
}
section.new-collection-container.is-inview h2 {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .3s;
}
section.new-collection-container.is-inview .new-collection-boxes .new-collection-img-box img {
    transform: scale(1);
    transition-delay: .7s;
}
footer section.footer-inner h4.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}
footer section.footer-inner .col-12.col-lg-6.col-xl-5 {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
}
footer section.footer-inner .col-12.col-lg-6.col-xl-5.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s;
}
footer.shop-footer section.new-collection-container h2 {
    opacity: 1;
    transform: translateY(0);
}
footer.shop-footer section.new-collection-container::before {
    transform: translate(-50%, 0%);
}
footer.shop-footer section.new-collection-container .new-collection-boxes .new-collection-img-box img {
    transform: scale(1);
}
footer.shop-footer section.new-collection-container::after {
    transform: translate(-50%, 0%);
}
footer.shop-footer section.footer-inner h4 {
    opacity: 1;
    transform: translateY(0);
}
footer.shop-footer section.footer-inner .col-12.col-lg-6.col-xl-5 {
    opacity: 1;
    transform: translateY(0px);
}
@media only screen and (max-width:768px) {
    main.wrapper.HomeWrapper.productWrapper {
    margin-top: 100px;
}
#loading .load-img img {
    width: 16vw;
}
@keyframes growLineOne {
    from {
    width: 0;
}
to {
    width: 39vw;
}
}@keyframes growLineTwo {
    from {
    width: 0;
}
to {
    width: 42vw;
}
}main.wrapper.errorWrapper .error-page {
    padding: 40px 20px;
}
main.wrapper.errorWrapper .error-page h1 {
    font-size: 4rem;
}
main.wrapper.errorWrapper .error-page p {
    margin: 30px 0;
    font-size: 1.2rem;
}
main.wrapper.errorWrapper .error-page a {
    font-size: 1.2rem;
}
header {
    height: 80px;
    padding: 0 20px;
    z-index: 100;
}
header #header-menu-container {
    position: fixed;
    width: 100%;
    height: calc(100vh - 80px);
    top: 80px;
    left: 0;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
    transform: translateY(130%);
    z-index: 99;
}
header #header-menu-container nav {
    flex-direction: column;
}
#header-menu-container::before {
    content: '';
    background-image: url(assets/img/back-frame.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    z-index: 0;
}
header nav ul {
    flex-direction: column;
}
header nav:last-child ul li {
    margin: 0;
}
header nav:first-child ul li {
    margin: 0;
}
header nav ul li {
    margin-bottom: 20px!important;
}
header a.identity {
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
    padding: 0;
}
header a.identity img {
    height: 62px;
}
header::after {
    width: 50%}
header::before {
    width: 50%}
header #menu-mobile {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    z-index: 3;
}
header #menu-mobile .text {
    position: relative;
    width: 44px;
    height: 50px;
    transition: all ease-in-out .4s;
}
header #menu-mobile .menu-square {
    position: relative;
    display: flex;
    transition: all ease-in-out .4s;
}
header #menu-mobile .text span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all ease-in-out .4s;
    text-transform: capitalize;
    color: #000;
}
header #menu-mobile .text span:first-child {
}
header #menu-mobile .text span:last-child {
}
header #menu-mobile .text span:last-child {
    opacity: 0;
}
html.op-menu header #menu-mobile .text {
    width: 50px;
}
html.op-menu header #menu-mobile .text span:first-child {
    opacity: 0;
}
html.op-menu header #menu-mobile .text span:last-child {
    opacity: 1;
}
html.op-menu header #menu-mobile .menu-square {
    margin-right: 3px;
}
html.op-menu header #menu-mobile .menu-square span:first-child {
    transform: translateX(5px);
}
html.op-menu header #menu-mobile .menu-square span:last-child {
    transform: translateX(-4px);
}
header #menu-mobile .menu-square span {
    width: 6px;
    height: 6px;
    background-color: #000;
    margin: 0 2px;
    transition: all ease-in-out .4s;
}
section.slogan-container .slogan-picture-boxes div#bg-menu {
    display: none;
}
section.slogan-container .slogan-picture-boxes #bg-mobile-menu {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    display: block;
}
section.slogan-container {
    height: calc(60vh - 80px);
    margin-top: 80px;
}
section.slogan-container .slogan-text-box h1 {
    font-size: 2.5rem;
}
section.slogan-container .slogan-text-box {
    left: 20px;
}
section.concept-text-container {
    padding: 0 10px;
    overflow-x: hidden;
}
section.concept-text-container .concept-boxes h2 {
    font-size: 2rem;
    margin-bottom: 25px;
}
section.concept-text-container .concept-boxes .concept-logo-img {
    margin-bottom: 20px;
}
section.concept-text-container .concept-boxes {
    margin: 30px 0;
}
.home-frame::before {
    width: 10vw;
    height: 9vw;
}
section.slider-product-container>div:last-child {
    border: none;
}
section.slider-product-container.product-wrapper.row {
    padding: 0;
    margin: 0;
    margin-bottom: 9vw!important;
}
section.slider-product-container>div:nth-of-type(4n+1)::before {
    content: none;
}
section.slider-product-container>div:nth-of-type(4n+4)::before {
    content: none;
}
section.slider-product-container .product-box {
    padding-top: 10vh;
}
section.slider-product-container .is-inview .product-box-info {
    transition-delay: .5s;
}
section.slider-product-container .product-box.is-inview::after {
    transform: translate(0, 0);
    transition-delay: .7s;
}
section.slider-product-container .product-box.is-inview::before {
    transform: translate(0);
    transition-delay: .7s;
}
section.slider-product-container .product-box::after {
    left: -44px;
    height: 35vh;
}
section.slider-product-container .product-box-info h3 {
    margin-bottom: 0;
}
section.slider-product-container .product-box-info span {
    font-size: .8rem;
}
section.slider-product-container .product-box-info {
    padding: 0;
}
section.slider-product-container .product-box::before {
    height: 25vh;
}
section.slider-product-container .product-box .product-box-img {
    margin-bottom: 19px;
}
section.home-container {
    padding: 30px 0;
    overflow: hidden;
}
section.home-container .home-boxes-one {
    padding: 0 20px;
}
section.home-container .home-boxes-one .home-box-one {
    margin-bottom: 30px;
}
section.home-container .home-boxes-one .home-box-one h3 {
    font-size: 1.5rem;
}
section.home-container .home-boxes-one {
    margin-bottom: 50px;
}
section.home-container .home-boxes-one .home-box-one-images {
    margin: 55px 0;
}
.testimonial-container {
    padding: 0 20px;
    margin-bottom: 40px;
}
.testimonial-container .testimonial-box {
    margin-bottom: 40px;
}
section.home-container .home-boxes-two {
    padding: 0 20px;
}
section.home-container .home-boxes-two .home-box-two-logo {
    text-align: center;
    margin-bottom: 25px;
}
section.home-container .home-boxes-two .home-box-two-logo img {
    width: auto;
    height: 19vh;
}
section.new-collection-container {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
}
section.new-collection-container .new-collection-boxes .new-collection-img-box {
    height: 36vh;
    margin-top: 37px;
}
section.new-collection-container .new-collection-boxes {
}
.testimonial-container h3 {
    font-size: 2rem;
}
section.new-collection-container h2 {
    font-size: 1.8rem;
    width: 50%;
    color: #000;
}
footer.home-footer section.new-collection-container h2 {
    font-size: 1.8rem;
    width: 50%;
    color: #afafaf;
    mix-blend-mode: difference;
}
section.new-collection-container::before {
    height: 24vh;
}
section.new-collection-container .new-collection-boxes .new-collection-img-box img {
    margin: 0;
}
section.about-container {
    padding: 30px 20px;
    overflow-x: hidden;
}
section.about-container .about-logo {
    margin-bottom: 20px;
}
section.about-container .about-logo img {
    width: 25vw;
}
section.gallery-container {
    padding: 20px;
    overflow-x: hidden;
}
section.gallery-container.about-member-container .about-description {
    padding: 30px 0;
}
section.blah-container {
    overflow-x: hidden;
    height: auto;
    padding: 0 20px;
}
section.blah-container p {
    font-size: 1rem;
    opacity: 1;
    padding: 0 0 50px;
    margin-bottom: 0;
}
section.gallery-container.about-member-container .about-description .member-one, section.gallery-container.about-member-container .about-description .member-two {
    margin-bottom: 20px;
}
.woocommerce-message a.button.wc-forward {
    display: block;
    margin-bottom: 20px;
}
.woocommerce-message {
    display: flex;
    flex-direction: column;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input {
    width: 100%}
.woocommerce table.cart td.actions .coupon .input-text+.button {
    width: 100%;
    margin-top: 10px;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    text-align: center;
}
section.product-filter-sort-container {
    padding: 0 10px;
    margin: 60px 0 0;
}
section.product-filter-sort-container .product-sort-box .form-select {
    padding-right: 30px;
}
section.product-filter-sort-container .product-filter-box #filter {
    position: fixed;
    width: auto;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 60vh;
    transform: rotate(-90deg) translate(-47px, -46px);
    padding: 5px 10px;
    box-shadow: 1px 1px 8px #ececec;
    z-index: 10;
}
section.product-filter-sort-container .product-filter-box #filter::before {
    content: '';
    background-image: url(assets/img/back-frame.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    pointer-events: none;
}
section.product-filter-sort-container .product-filter-box #filter img {
    position: relative;
    z-index: 2;
}
section.product-filter-sort-container .product-filter-box #filter .text {
    position: relative;
    z-index: 2;
}
section.slider-product-container.product-wrapper {
    margin: 0;
}
section.slogan-container .slogan-picture-boxes div#bg-menu canvas {
    height: 100%!important;
    object-fit: cover;
}
section.product-filter-sort-container .product-filter-box #filter.change {
    transform: rotate(-90deg) translate(-90px, -79px);
}
section.product-filter-sort-container .product-filter-box #filter-container .filter-boxes {
    column-count: 1;
}
section.product-filter-sort-container .product-filter-box #filter-container .filter-boxes .filter-box {
    margin-bottom: 30px;
}
section.product-filter-sort-container .product-filter-box #filter-container {
    position: fixed;
    width: 100%;
    height: calc(100vh - 80px);
    top: 80px;
    left: 0;
    z-index: 9;
    transform: translateY(0px);
    padding: 30px 30px 30px 74px;
    column-count: unset;
    overflow: hidden;
    overflow-y: auto;
}
main.woocommerceWrapper {
    margin-top: 40px;
    padding: 80px 20px 50px;
}
main.woocommerceWrapper .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
}
main.woocommerceWrapper .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    border: none;
    padding: 10px;
}
form.checkout.woocommerce-checkout {
    padding: 0 10px 20px;
}
section.slider-product-container {
    overflow: hidden;
}
section.single-product-container {
    padding: 0 20px;
}
section.single-product-container .single-product-desc-social-boxes {
    padding-top: 30px;
    margin-bottom: 20px;
}
section.single-product-container .single-product-desc-social-boxes .desc {
    padding: 20px 0;
}
section.single-product-container .single-product-picture-box img {
    padding: 52px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
section.single-product-container .single-product-price-addToCard-boxes {
    padding-top: 30px;
}
section.single-product-container .single-product-price-addToCard-boxes p.price {
    font-size: 2rem;
}
section.gallery-container a.gallery-box img {
    width: 100%}
section.gallery-container a.gallery-box {
    margin-bottom: 20px;
}
footer section.footer-inner {
    padding: 30px 20px;
}
footer section.footer-inner h4 {
    font-size: 2rem;
    margin-bottom: 20px;
}
footer {
    overflow: hidden;
    z-index: 12;
}
footer section.footer-inner .footer-menu-logo-container {
    margin-top: 25px;
}
footer section.footer-inner .footer-menu-logo-container .footer-logo-box img {
    width: 20vw;
    height: auto;
}
section.footer-frame::before {
    width: 10vw;
    height: 9vw;
    transform: translate(-50%, -93%);
}
section.single-product-slider-wrap {
    margin-top: 45px;
}
section.single-product-slider-wrap .single-product-gallery-box {
    width: 100%;
    margin: 0 0 .4rem!important;
}
}@media only screen and (min-width:640px) and (max-width:768px) {
    header nav ul li a {
    font-size: 1rem;
}
section.slogan-container .slogan-text-box h1 {
    font-size: 3.5rem;
}
section.slider-product-container .product-box::after {
    left: -40px;
    height: 31vh;
}
section.new-collection-container .new-collection-boxes .new-collection-img-box img {
    height: 37vh;
}
section.new-collection-container .new-collection-boxes .new-collection-img-box {
    height: 42vh;
    margin-top: 51px;
}
section.new-collection-container h2 {
    color: #000;
    mix-blend-mode: unset;
}
section.slider-product-container>div:last-child {
    border-bottom: 1px solid #000;
}
section.about-container .about-video-container {
    margin-top: 30px;
}
section.gallery-container.about-member-container a.gallery-box img {
    height: 50vh;
    object-position: center;
}
section.single-product-container .single-product-picture-box .picture-box {
    height: 39vh;
}
section.single-product-container .single-product-picture-box::before {
    height: 20vh;
}
section.single-product-container .single-product-picture-box::after {
    height: 20vh;
}
section.single-product-container .single-product-price-addToCard-boxes {
    margin-bottom: 35px;
}
section.gallery-container a.gallery-box img {
    height: 55vw;
}
footer section.footer-inner .footer-menu-logo-container {
    margin-top: 35px;
}
footer section.footer-inner .footer-menu-logo-container .footer-logo-box img {
    width: 15vw;
}
footer section.footer-bottom p {
    font-size: 1.2rem;
}
section.home-container {
    padding: 30px 0 8vw;
}
section.single-product-slider-wrap .single-product-gallery-box {
    width: calc(50% - 0.2rem);
}
section.single-product-slider-wrap .single-product-gallery-box:nth-of-type(2n) {
    margin: 0 0 .4rem .2rem!important;
}
section.single-product-slider-wrap .single-product-gallery-box:nth-of-type(2n+1) {
    margin: 0 .2rem .4rem 0!important;
}
}@media only screen and (min-width:769px) and (max-width:1030px) {
    #loading .load-img img {
    width: 12vw;
}
@keyframes growLineOne {
    from {
    width: 0;
}
to {
    width: 40vw;
}
}@keyframes growLineTwo {
    from {
    width: 0;
}
to {
    width: 43vw;
}
}header {
    padding: 0 5vw;
}
header a.identity img {
    height: 8vh;
}
section.slogan-container .slogan-picture-boxes div#bg-menu {
    display: none;
}
section.slogan-container .slogan-picture-boxes #bg-mobile-menu {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    display: block;
}
section.slogan-container {
    height: 50vh;
}
section.slogan-container .slogan-text-box {
    left: 5vw;
}
section.slogan-container .slogan-text-box h1 {
    font-size: 5rem;
}
section.concept-text-container .concept-boxes h2 {
    font-size: 2.5rem;
}
section.concept-text-container .concept-boxes .concept-logo-img img {
    height: 14vh;
}
.home-frame::before, section.footer-frame::before {
    width: 9vw;
    height: 8vw;
}
section.slider-product-container {
    padding: 0 5vw;
    overflow-x: hidden;
    margin: 0 0 8vw!important;
}
section.slider-product-container .product-box .product-box-img {
    height: 19vh;
    margin-bottom: 5px;
}
section.concept-text-container {
    overflow-x: hidden;
    padding: 0 5vw;
}
section.slider-product-container>div:nth-of-type(4n+1)::before {
    content: none;
}
section.slider-product-container>div:nth-of-type(4n+4)::before {
    content: none;
}
section.slider-product-container>div:nth-of-type(3n+1)::before {
    content: '';
    transform: translateX(-100%);
    right: auto;
    left: 0;
    position: absolute;
    width: 20vw;
    height: 1px;
    background-color: #000;
    bottom: -1px;
}
section.slider-product-container>div:nth-of-type(3n+3)::before {
    content: '';
    transform: translateX(100%);
    right: 0;
    position: absolute;
    width: 20vw;
    height: 1px;
    background-color: #000;
    bottom: -1px;
}
section.slider-product-container .product-box::before {
    height: 20vh;
}
section.slider-product-container .product-box::after {
    height: 20vh;
}
section.home-container {
    padding: 70px 0 9vw;
    overflow-x: hidden;
}
section.home-container .home-boxes-one {
    padding: 0 5vw;
}
section.home-container .home-boxes-one .home-box-one-images {
    height: 25vh;
}
.testimonial-container {
    padding: 0;
}
section.home-container .home-boxes-two {
    padding: 0 5vw;
}
section.home-container .home-boxes-two .home-box-two-logo img {
    width: 17vw;
}
section.new-collection-container.is-inview {
    padding: 50px 5vw;
}
section.new-collection-container .new-collection-boxes .new-collection-img-box img {
    height: 35vh;
    margin-top: 103px;
}
section.new-collection-container .new-collection-boxes .new-collection-img-box {
    height: 48vh;
}
section.about-container {
    padding: 50px 5vw;
}
section.about-container .about-logo img {
    width: 15vw;
}
section.about-container .about-video-container {
    margin-top: 30px;
}
section.gallery-container {
    padding: 30px 5vw;
}
section.gallery-container.about-member-container a.gallery-box img {
    height: 60vh;
}
section.gallery-container.about-member-container .about-description .member-one, section.gallery-container.about-member-container .about-description .member-two {
    margin-bottom: 20px;
}
section.blah-container p {
    font-size: 1.2rem;
    padding: 5vw;
}
section.blah-container {
    height: auto;
    margin-bottom: 50px;
}
section.gallery-container.about-member-container .about-description {
    padding: 30px 0;
}
section.product-filter-sort-container {
    padding: 0 5vw;
}
main.woocommerceWrapper {
    padding: 100px 5vw;
}
section.single-product-container {
    padding: 0 5vw 50px;
}
section.single-product-container .single-product-desc-social-boxes {
    padding-top: 4vh;
}
section.single-product-container .single-product-price-addToCard-boxes {
    padding-top: 4vh;
}
section.single-product-container .single-product-picture-box img {
    padding: 30px;
}
section.single-product-container .single-product-picture-box::before {
    height: 20vh;
}
section.single-product-container .single-product-picture-box .picture-box {
    height: 46vh;
}
section.single-product-container .single-product-price-addToCard-boxes p.price {
    font-size: 1.8rem;
}
section.gallery-container a.gallery-box {
    margin-bottom: 20px;
}
section.gallery-container a.gallery-box img {
    width: 100%;
    height: 60vw;
}
footer section.footer-inner {
    padding: 50px 5vw;
}
footer section.footer-inner h4 {
    font-size: 3rem;
}
footer {
    overflow-x: hidden;
}
section.single-product-slider-wrap {
}
}
@media only screen and (min-width:1031px) and (max-width:1199px) {
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
    header {
    padding: 0 10vw;
}
main.wrapper.errorWrapper .error-page h1 {
    font-size: 5rem;
}
main.wrapper.errorWrapper .error-page p {
    font-size: 1.2rem;
}
main.wrapper.errorWrapper .error-page a {
    font-size: 1.5rem;
}
section.slogan-container .slogan-text-box h1 {
    font-size: 5rem;
}
section.slogan-container .slogan-text-box {
    left: 10vw;
}
section.concept-text-container .concept-boxes h2 {
    font-size: 3rem;
}
section.slider-product-container {
    padding: 0 10vw;
}
section.slider-product-container .product-box .product-box-img {
    height: 35vh;
    margin-bottom: 0;
    padding: 31px;
}
section.slider-product-container .product-box {
    padding-top: 10vh;
}
section.slider-product-container .product-box::after {
    height: 26vh;
    left: -12px;
}
section.slider-product-container .product-box-info {
    padding: 0 0;
    padding: 37px;
}
section.slider-product-container .product-box-info h3 {
    margin-bottom: 1px;
    font-size: .9rem;
}
section.home-container {
    padding: 70px 0;
}
section.home-container .home-boxes-one {
    padding: 0 10vw;
}
section.slider-product-container .product-box-info span {
    font-size: .75rem;
}
.testimonial-container {
    padding: 0 5vw;
}
section.home-container .home-boxes-two .home-box-two-logo img {
    width: 12vw;
}
section.new-collection-container .new-collection-boxes .new-collection-img-box img {
    height: 30vh;
}
section.new-collection-container {
    padding: 50px 10vw 0;
}
section.about-container {
    padding: 60px 5vw;
}
section.gallery-container {
    padding: 50px 5vw;
    overflow: hidden;
}
section.blah-container p {
    font-size: 1rem;
}
section.single-product-container {
    padding: 0 5vw 50px;
}
section.product-filter-sort-container {
    padding: 0 10vw;
}
main.woocommerceWrapper {
    padding: 100px 10vw;
}
footer section.footer-inner {
    padding: 30px 10vw;
}
footer section.footer-inner .dokmeh-copyRight, .footer-copyRight {
    font-size: .9rem;
}
footer section.footer-inner h4 {
    font-size: 2.5rem;
    margin-bottom: 21px;
}
footer section.footer-bottom p {
    font-size: 1.1rem;
}
footer section.footer-inner .footer-menu-logo-container .footer-logo-box img {
    width: 7vw;
}
footer section.footer-inner .footer-menu-logo-container .footer-menu-box ul li a {
    font-size: .9rem;
}
.home-frame {
    left: -14px;
}
}@media only screen and (min-width:1401px) and (max-width:1600px) {
    main.wrapper.errorWrapper .error-page h1 {
    font-size: 5rem;
}
main.wrapper.errorWrapper .error-page p {
    font-size: 1.2rem;
}
main.wrapper.errorWrapper .error-page a {
    font-size: 1.5rem;
}
section.new-collection-container .new-collection-boxes .new-collection-img-box img {
    height: 27vh;
}
section.new-collection-container .new-collection-boxes .new-collection-img-box {
    height: 43vh;
    margin-top: 48px;
}
section.concept-text-container .concept-boxes h2 {
    font-size: 3rem;
}
section.slider-product-container .product-box-info {
    padding: 0 0 1px;
    height: 42px;
}
section.slider-product-container .product-box-info h3 {
    margin-bottom: 4px;
    font-size: .9rem;
}
section.slider-product-container .product-box-info span {
    font-size: .8rem;
}
section.slider-product-container .product-box::after {
    height: 25vh;
}
section.slider-product-container .product-box .product-box-img {
    height: 40vh;
    margin-bottom: 0;
    padding: 20px;
}
section.home-container .home-boxes-two .home-box-two-logo img {
    width: 12vw;
}
footer section.footer-inner h4 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}
footer section.footer-inner .footer-menu-logo-container .footer-logo-box img {
    width: 5vw;
}
footer section.footer-bottom p {
    font-size: 1.2rem;
}
footer section.footer-inner {
    padding: 35px 15vw;
}
footer section.footer-inner .dokmeh-copyRight, .footer-copyRight {
    font-size: .9rem;
}
footer section.footer-inner .footer-menu-logo-container .footer-menu-box ul li a {
    font-size: .9rem;
}
.home-frame {
    left: -12px;
}
.home-frame::before {
    transform: translate(-50%, -97%);
}
}@media only screen and (min-width:1601px) and (max-width:1800px) {
    section.slider-product-container .product-box .product-box-img {
    height: 28vh;
}
section.slider-product-container .product-box-info {
}
section.slider-product-container .product-box-info h3 {
    margin-bottom: 2px;
}
section.slider-product-container .product-box-info span {
    font-size: .85rem;
}
}section.home-container .home-video-inner img, section.home-container .home-video-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.home-container .home-video-inner {
    width: 100%;
    height: 100%;
    margin-bottom: -7px;
    position: relative;
}