:root{
    --main-cl: #657f7f;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}
#login-form-popup,
#wp-admin-bar-woocommerce-site-visibility-badge{
    display: none !important;
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
    font-family: 'Averta Regular';
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.4;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: #231916;
}

@media (min-width: 1280px) {
    html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: rgb(35, 25, 22);
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: 0;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.4s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #657f7f;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}
.load_home_page.complete img.logo_center{
    opacity: 0;
}
.inner_filter+.inner_filter {
    margin-top: 2rem;
}
.load_home_page.complete .path-2{
    fill: #657f7f;
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: #657f7f;
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 7rem;
    height: 7rem;
    background-color: #657f7f;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: 10vh;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.home_sec_4 .slider .row {
    max-width: calc(100% / 3);
    opacity: 1;
    width: calc(100% / 3) !important;
    margin: 0 !important;
}
.header-main {
    position: fixed;
    width: 100%;
    border-radius: 0.1rem;
    background: rgba(228, 228, 228, 0.05);
    backdrop-filter: blur(25px);
    transition: .5s all !important;
}

.top-divider.full-width {
    display: none;
}

html {
    font-size: 1vw;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 78rem !important;
}

#logo {
    width: auto !important;
}

.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow: none;
}

body .header.show-on-scroll, body .stuck .header-main {
    height: auto !important;
}

.header-main {
    height: auto !important;
}

body .stuck #logo img {
    max-height: unset !important;
}

.header-nav>li>a {
    padding: 0 !important;
    line-height: 5rem !important;
    font-size: 0.9rem;
    color: #fff !important;
    font-family: 'Averta SemiBold';
    text-transform: unset;
    display: block;
}

.header-nav>li {
    margin: 0;
}

.header-nav>li + li {
    margin-left: 2rem;
}

.header-inner {
    max-width: unset !important;
    padding: 0 1.4rem 0 4.6rem;
}

.header-nav>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    transition: .5s all;
    background: #fff;
}

.header-nav>li>a:hover:before {
    width: 100%;
}

.header-nav>li>a svg {
    display: block;
    width: 1.2rem;
    height: auto !important;
}

.header-button a {
    background: var(--Secondary-01, #CC151D) !important;
    Colors
    Hex
    Hex
    Background colors

    Secondary 01;
    height: 2.3rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: .25rem !important;
    padding: 0 1.4rem;
    font-size: 0.9rem !important;
    text-transform: unset !important;
    color: #fff !important;
    line-height: normal !important;
    min-height: unset !important;
    font-family: 'Averta SemiBold';
}

.header-button a:after {
    display: none;
}

ol.flickity-page-dots li {
    background: #fff;
}

.home_sec_1 .banner-bg:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.50) 41.83%, rgba(0, 0, 0, 0.00) 100%);
    Colors
    Hex
    Hex
    Background colors;
    width: 55%;
    height: 100%;
    z-index: 2;
}

.home_sec_1 .text {font-size: 1.2rem;}

.home_sec_1 .text p {
    margin: 0;
}

.home_sec_1 h2 {}

.banner h1, .banner h2, .banner h3 {
    font-weight: normal;
    margin: 0;
    font-family: 'Averta SemiBold';
    line-height: 1.3;
}

.home_sec_1 .text h2,.home_sec_1 .text h1,.home_sec_1 .text h3 {
    font-size: 2.5rem;
    margin-top: .5rem;
}

.flickity-prev-next-button,.slider:hover .flickity-prev-next-button {
    opacity: 1;
    top: 50% !important;
    bottom: unset !important;
    transform: translateY(-50%) !important;
    width: 3rem;
    height: 3rem;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
}

.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: 1rem;
    background: transparent !important;
}

.flickity-prev-next-button:hover {
    background: var(--Secondary-01, #CC151D) !important;
}

.home_sec_1 button.flickity-button.flickity-prev-next-button {
    bottom: 2rem !important;
    top: unset !important;
    transform: unset !important;
    left: calc(calc(100vw - 78rem)/2);
}

.home_sec_1 button.flickity-button.flickity-prev-next-button.next {
    left: unset;
    right: calc(calc(100vw - 78rem)/2);
}

.home_sec_1 ol.flickity-page-dots {
    bottom: 3rem;
}

.col, .columns, .gallery-item {
    padding: 0 10px;
}

.group_heading p {
    margin: 0;
}

.group_heading h1,.group_heading h2 {
    font-size: 3rem;
    font-family: 'Averta Regular';
    font-weight: normal;
}

.group_heading {
    font-size: 1.5rem;
}

.dark, .dark p, .dark td {
    color: #fff;
}

.button_style_1 {
    width: auto !important;
    display: inline-flex !important;
    align-items: center !important;
}

.button_style_1 i.icon-angle-up {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Secondary-01, #CC151D);
    Colors
    Hex
    Hex
    Background colors

    Secondary 01;
    color: #fff;
    margin: 0 1.5rem 0 0;
}

.button_style_1 {
    font-size: 1rem;
    color: #fff !important;
    font-weight: normal;
}

.pd_0 {
    padding: 0;
}

.home_sec_2 .slider {
    width: calc(100% + calc(100vw - 77rem)/2);
}

.home_sec_2 .flickity-prev-next-button {
    left: -1.5rem;
    top: unset !important;
    bottom: 50% !important;
    transform: rotate(90deg) !important;
}

.home_sec_2 .flickity-prev-next-button.next {
    top: 50% !important;
}

.home_sec_2 .flickity-prev-next-button.prevvious {
    transform: rotate(-90deg) !important;
}

.home_sec_2 .slider:hover .flickity-prev-next-button.next {
    transform: rotate(90deg) !important;
}

.home_sec_2 .slider:hover .flickity-prev-next-button.previous {
    transform: rotate(90deg) !important;
    top: unset !important;
    bottom: 50% !important;
}

.box_video {
    padding: 0;
    position: relative;
}

.box_video .img {width: calc(100% + calc(100vw - 77rem) / 2) !important;float: right;margin: 0 !important;}

a.button.open-video {
    width: 6.25rem;
    height: 6.25rem;
    background: var(--Secondary-01, #CC151D);
    border-radius: 0.4rem 0 0 0 !important;
    border: none !important;
    position: absolute;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    right: 0;
    bottom: 0 !important;
    color: #fff !important;
    font-size: 1.3rem;
}

.box_video .col-inner {
    position: unset !important;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

.home_sec_4 .col {
    padding: 0 2px;
}

.home_sec_4 .banner-bg:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(35, 25, 22, 0.00) 0%, #231916 100%);
    Colors
    Hex
    Hex
    Background colors;
    bottom: 0;
    z-index: 1;
    height: 14.75rem;
}

.home_sec_4 .banner-layers {
    z-index: 3;
}

.home_sec_4 .text-inner {
    padding: 2rem;
}

.home_sec_4 .text-inner o {}

.home_sec_4 .text-inner p {
    margin: 0;
    font-size: 1rem;
}

.home_sec_4 .text-inner h3 {
    font-size: 1.5rem;
}

.home_sec_4 ol.flickity-page-dots {
    display: none;
}

.home_sec_4 .slider {
    margin-bottom: 2.5rem;
}

a.button {
    background: rgba(238, 242, 246, 0.70);
    Colors
    Hex
    Hex
    Background colors

    #EEF2F6 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· 70%;
    font-size: 1.2rem;
    color: #231916;
    text-transform: unset !important;
    font-weight: normal;
    height: 3.3rem;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.button i.icon-angle-right {
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.button:hover {
    box-shadow: none;
    background: var(--Secondary-01, #CC151D);
}

.home_sec_7 .slider .row {
    margin: 0 !important;
    width: 20% !important;
    max-width: 20% !important;
    opacity: 1;
}


.home_sec_7 .slider .row .col {
    padding: 0 .5rem !important;
}

.home_sec_7 .img-inner {
    border: 4px solid #F5F5F5;
    height: 18.6rem;
    border-radius: 0.5rem;
}

.home_sec_7 .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-wrapper.stuck div#masthead {
    background: #000;
}

.logo_footer img {
    height: 2.81645rem;
    width: auto;
}

footer#footer {}

footer#footer .section-title {
    padding: 0;
    border: none;
    margin: 0 0 1rem !important;
}

footer#footer .section-title span.section-title-main {
    margin: 0 0 0;
    padding: 0;
    border: none;
    font-size: 1.5rem;
    font-family: 'Averta Regular';
    font-weight: normal;
}

.container.section-title-container {
    margin: 0 !important;
}

.social-icons a {
    width: 1.5956rem;
    height: 1.5961rem;
    font-size: .8rem;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    border: 1px solid #fff !important;
    line-height: normal !important;
}

.social-icons a i {
    display: block !important;
    transform: translateY(.1rem);
}

.social-icons a + a {
    margin-left: .4rem !important;
}
.home_sec_2  a.button.primary.is-link.button_style_1 {
    justify-content: flex-start;
}


.home_sec_5 .wrap_slider {
    max-width: 50rem;
    margin: auto;
    position: relative;
}
.item_collection .box_img img {
    width: 100%;
    height: auto;
}
.slider_collections .swiper-slide {
    width: 28rem;
}
.arrow_slider {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(25px);
    transition: .5s all;
    cursor: pointer;
    position: absolute;
    bottom: .5rem;
    z-index: 9;
}

.arrow_slider svg {
    width: .4rem;
    height: auto;
}

.arrow_slider:hover {
    background: var(--Secondary-01, #CC151D);
    Colors
    Hex
    Hex
    Background colors

    Secondary 01;
}

.item_collection .box_img {
    padding-bottom: 86%;
    position: relative;
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.30);
    Colors
    Hex
    Hex
    Background colors

    #C4C4C4;
    border: 2px solid #fff;
    border-radius: 0.5rem;
    overflow: hidden;
}

.item_collection .box_img img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_collection .box_img img {
}

.item_collection .box_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(25px);
    padding: 1rem 2rem;
}

.item_collection .box_content {
    font-size: 0.6rem;
    text-transform: uppercase;
    margin: 2rem 0 0 0;
    opacity: 0;
    transition: .5s all;
    overflow: hidden;
    z-index: 0;
}

.item_collection .box_content h3 {
    font-size: 1.1rem;
    margin: 0;
}

.item_collection .box_content .arrow {
    flex: 0 0 auto;
}

.swiper-slide-active .box_content {
    opacity: 1;
}

.item_collection .box_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--Secondary-01, #CC151D);
    Colors
    Hex
    Hex
    Background colors

    Secondary 01;
    transition: .5s all;
    z-index: -1;
}

.item_collection:hover .box_content:before {
    width: 100%;
}

.item_work .box_img {
    padding-bottom: 79%;
    position: relative;
    overflow: hidden;
}

.item_work .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_work .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .4s all;
}

.item_work {
    margin: 0 .7rem;
    background: rgba(238, 242, 246, 0.50);
    border-radius: .5rem;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.slider_work {
    margin: 0 -0.7rem 2.5rem;
}

.item_work .box_content {
    padding: 1.7rem;
}

.item_work .box_content b {
    font-size: 0.8rem;
    color: #818181;
}

.item_work .box_content h3 {
    font-size: 1rem;
    color: #231916;
    margin: .3rem 0 1rem;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Averta SemiBold';
    padding-bottom: .9em;
    position: relative;
}

.item_work .box_content h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #CC151D;
    height: 3px;
    width: 2.5rem;
}

.item_work .box_content .content {
    color: #818181;
}
.logo img {
    height: 3rem;
}
.wrap_form {
    display: flex;
    gap: .5rem;
}

.wrap_form input:not([type="submit"]) {
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 0.10) !important;
    border: none;
    color: #E3E8EE !important;
    height: 2.6rem;
    margin: 0;
    backdrop-filter: blur(25px);
}

.wrap_form input::placeholder {
    color: #fff;
}

.box_input:nth-child(4) {
    width: 19.45rem;
    flex: 0 0 auto;
}

.wrap_form input[type="submit"] {
    width: 2.6rem;
    height: 2.6rem;
    padding: 0;
    color: transparent;
    padding: 0;
    margin: 0;
    background-image: url(../images/icon_submit.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.2rem;
}

span.wpcf7-spinner {
    position: absolute;
}

.box_input {
    margin-bottom: 1rem;
}
.custom-select-container {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}

.selected-option {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: transparent;
    width: 100%;
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    color: #231916;
    font-size: 1rem;
    background-position: right 1rem center;
    height: 3rem;
    border-radius: 0.4rem;
    background-color: rgba(227, 232, 239, 0.30);
    display: flex;
    align-items: center;
    min-width: 10rem;
    background-repeat: no-repeat;
    background-size: 1rem;
    padding-right: 2.2rem;
    padding-left: 2.7rem;
    font-family: 'Averta SemiBold';
}

.custom-select {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none;
    width: 100%;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1000;
    overflow-y: auto;
    border-radius: .4rem;
    background: #fff;
    Colors
    Color format
    Hex
    Background colors

    #E3E8EF ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· 30%;
}

.custom-select li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f7f7f73b;
}

.custom-select li:hover {
    background-color: #231916;
    color: #fff;
}
.custom-select li {
    margin: 0 !important;
    transition: .3s all;
}

.custom-select li {
    color: #231916;
}
.custom-select::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.custom-select::-webkit-scrollbar
{
    width: 0.217rem;
    background-color: #cedbff;
}

.custom-select::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}
nav#breadcrumbs ol {
    display: flex;
    list-style: none;
    margin: 0;
}

nav#breadcrumbs ol * {
    font-size: 0.7rem;
    color: #9C9C9C;
    font-weight: 400;
    font-family: 'Averta Regular';
    font-style: unset;
}

nav#breadcrumbs ol span.divider {
    margin: 0 .5rem;
}

section.banner_section {position: relative;}

.about_sec_2_content stong {
    font-size: 1.2rem;
}

.about_sec_2_content  strong {
    font-size: 1.2rem;
}

.about_sec_2_content {
    padding-right: 7rem;
}

.about_sec_2_imgs .img {
    width: 28.5rem !important;
}

.about_sec_2_imgs .img img {
    border-radius: 0.4rem;
    display: block;
}

.about_sec_2_imgs .img+.img {
    position: absolute;
    width: 12.4rem !important;
    bottom: -3rem;
    left: 9rem;
}

.about_sec_2_imgs {
    justify-content: flex-end;
}

.about_sec_2_items .icon-box-img {
    width: 5.9251rem !important;
    height: 5.9251rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E3E8EF33;
    margin: 0;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.about_sec_2_items .icon-box-img .icon {
    max-width: 39%;
    width: 100%;
}

.about_sec_2_items strong {
    font-size: 3rem;
    font-family: 'Averta Black';
    line-height: 1;
    margin-bottom: 1rem !important;
    display: block;
}

.about_sec_2_items  p {
    margin: 0;
}

.about_sec_3_slider .slider .row {
    width: 20% !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.about_sec_3_slider button.flickity-button {
    display: none;
}

.about_sec_3_slider .img {
    height: 5.1rem;
    border-radius: 0.4rem;
    background: rgba(240, 240, 240, 0.53);
    backdrop-filter: blur(4.699999809265137px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem !important;
    width: auto !important;
}

.about_sec_3_slider .img img {max-height: 80%;width: auto;height: auto;}

.about_sec_3_slider .img div#image_1578870709 {}

.about_sec_3_slider .img .img-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.about_sec_3_slider .slider .row .col {
    padding: 0rem !important;
}

.about_sec_4 .group_heading h1,.about_sec_4 .group_heading h2 {
    margin: 0;
}

.about_sec_4_items .text {
    height: 20.4rem;
    Style;
    position: relative;
    padding: 8rem 1rem;
    font-size: .9rem;
    font-family: 'Averta Regular';
}

.about_sec_4_items .text:after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 1px;
    background: linear-gradient(
            179deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 100%);
    Colors
    Color format
    Hex
    Border colors;
}

.about_sec_4_items .text:before {
    content: '01';
    font-size: 3rem;
    color: rgba(217, 217, 217, 0.80);
    font-family: 'Averta Light';
    font-weight: normal;
    border-left: 2px solid #CC151D;
    line-height: .9;
    display: block;
    padding-left: 1rem;
    position: relative;
    left: -1rem;
    margin-bottom: 2.35rem;
}

.about_sec_4 .group_heading {
    padding-top: 7rem;
}

.about_sec_4_items .text:nth-child(2):before {
    content: '02';
}

.about_sec_4_items .text:nth-child(3):before {
    content: '03';
}

.about_sec_4_items .text:nth-child(4):before {
    content: '04';
}
.about_sec_4_items .text p {
    color: rgba(255, 255, 255, 0.80);
}
body.style_2 {}

body.style_2 .header-main {
    background: #F1F3F7 !important;
    Colors
    Color format
    Hex
    Background colors

    #F1F3F7;
}

body.style_2 .header-main img.header-logo-dark {
    display: block !important;
}

body.style_2 .header-main img.header_logo.header-logo {
    display: none !important;
}

body.style_2 .header-main .header-nav>li>a {
    color: #231916 !important;
}

body.style_2 .header-main .header-nav>li svg path {
    stroke: #231916;
}

section.product_section {
    padding: 12rem 0 7rem;
}

.product_section img {
    border-radius: 0.4rem;
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
}

h1.title_product {
    font-size: 1.8rem;
    font-family: 'Averta Regular';
    color: #231916;
    font-weight: normal;
    margin: .7rem 0;
}

.product_section .cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    background: rgba(227, 232, 239, 0.40);
    height: 2.2rem;
    padding: 0 1rem;
    color: #818181;
    font-size: 0.8rem;
}

.brand {
    color: #CC151D;
    display: block;
}

.product_section .content {
    margin: 1.2rem 0 3rem;
    color: #666;
}

ul.info_product {
    list-style: none;
    margin: 0;
    color: #231916;
}

ul.info_product li {
    display: flex;
    margin-bottom: 0;
}

ul.info_product li span {
    flex: 0 0 auto;
    width: 5.2rem;
    margin-right: 2rem;
}

ul.info_product li+li {
    margin-top: 1.1rem;
}

.wrap_link a {
    border-radius: 0.4rem;
    background: var(--Secondary-01, #CC151D);
    display: inline-flex;
    align-items: center;
    height: 2.7rem;
    font-size: 0.9rem;
    color: #fff;
    font-family: 'Averta SemiBold';
    min-width: 10rem;
    justify-content: center;
    padding: 0 1.3rem;
}

.wrap_link a.button_2 {
    background: #E3E8EF;
    Colors
    Color format
    Hex
    Background colors

    #E3E8EF;
    color: #231916;
}

.wrap_link a + a {
    margin-left: .5rem;
}

.wrap_link {
    margin-top: 3rem;
}

.product_section .col.large-6+.col.large-6 {
    padding-left: 5rem;
}

.slider_gallery  img {
    width: 100%;
    display: block;
    height: 32.5rem;
    object-fit: cover;
    opacity: .4;
    transition: .4s all;
}

.slider_gallery {
    overflow: unset;
    margin: 3rem auto 0;
    max-width: 54rem;
}

.slider_gallery .swiper-slide {
    padding: 0 .35rem;
}

.product_section_sec_3 {
    padding: 5.5rem 0 5rem;
}

.product_section_sec_3 h2.title {
    font-size: 3rem;
    font-weight: normal;
    text-transform: capitalize;
    color: #231916;
}

.product_section_sec_3 .content {
    border-bottom: 1px solid #E3E8EF;
    padding-bottom: 4rem;
}

.wrap_sidebar {
    border-radius: 0.4rem;
    background: rgba(227, 232, 239, 0.40);
    overflow: hidden;
    position: sticky;
    top: 8rem;
}

.wrap_sidebar b {
    padding: 1.15rem 2rem;
    color: #231916;
    font-size: 1.5rem;
    font-weight: normal;
    background: rgba(227, 232, 239, 0.50);
    Colors
    Color format
    Hex
    Background colors

    #E3E8EF ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· 50%;
    display: block;
    line-height: 1;
}

ul.list_tax_product {
    margin: 0;
}

ul.list_tax_product li {
    border-bottom: 1px solid #E3E8EF;
}

ul.list_tax_product li a {
    padding: .65rem 2rem;
    width: 100%;
    display: inline-block;
}

ul.list_tax_product li a span {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #231916;
    font-family: 'Averta SemiBold';
    justify-content: space-between;
    width: 100%;
}

ul.list_tax_product li a span svg {
    width: 1rem;
    height: auto;
}

.tags_product {
    padding: 1.2rem 2rem;
}

ul.list_tax_product li a span span {
    color: #231916;
    font-size: .7rem;
}

.tags_product span {
    color: #231916;
    font-size: 0.85rem;
}

.tags_product ul {
    list-style: none;
    margin: .55rem -.15rem 0;
    display: flex;
    flex-wrap: wrap;
}

.tags_product ul a {
    height: 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: #FFF;
    font-size: 0.6rem;
    color: #231916;
    padding: 0 .6rem;
    margin: 0 .15rem;
}

.single-product {
    overflow: unset;
}

section.product_section_sec_4 {
    padding-bottom: 7rem;
}

.item_product {
    position: relative;
    border-radius: 0.4rem;
    overflow: hidden;
    cursor: pointer;
}

.item_product .box_img {
    padding-bottom: 120%;
    position: relative;
}

.item_product .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.item_product .box_img:before {
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(35, 25, 22, 0.00) 0%, #231916 100%);
    Colors
    Color format
    Hex
    Background colors;
    height: 14.75rem;
}

.item_product .box_content {
    position: absolute;
    bottom: 0;
    z-index: 9;
    filter: brightness(0) invert(1);
    padding: 0 2rem 1.5rem;
}

.item_product .box_content span {
    font-size: 0.8rem;
}

.item_product .box_content h3 {
    font-size: 1rem;
    margin: .2rem 0 0 0;
}

.item_product .box_img:after {
    background: #000;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    transition: .5s all;
    transform: scale(1.5);
    background-image: url(../images/logo_svg.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.item_product:hover .box_img img {
    transform: scale(1.15);
}

.item_product:hover .box_img:after {
    opacity: .7;
    transform: scale(1);
}

.slider_product .swiper-slide {padding: 0 .1rem;}

.slider_product {
    margin: 0 -.1rem;
}
section.product_page {
    padding: 10rem 0 6rem;
}

.menu_product li a {
    border: none !important;
    height: 3.25rem;
    display: inline-flex  !important;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    background: rgba(227, 232, 239, 0.40);
    font-size: 1.1rem;
    color: #231916;
    padding: 0 1.3rem !important;
    font-family: 'Averta SemiBold';
    border: none !important;
    transition: .4s all;
}

.menu_product li {
    border: none !important;
    margin: 0 .5rem !important;
}

.menu_product ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

.menu_product li a:hover, .menu_product li.current-menu-item a {
    background: #231916;
    Colors
    Color format
    Hex
    Background colors

    #231916;
    color: #fff;
}

.wrap_filter_product {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.wrap_filter_product .left {
    display: flex;
}

.wrap_product {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.1rem;
}

.wrap_product .item_product {
    width: calc(calc(100% / 3) - 0.2rem);
    margin: .1rem;
}

.ajax-paging ul {
    width: 100%;
    margin: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

.ajax-paging {
    width: 100%;
    margin-top: 3rem;
}

.ajax-paging ul a {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    background: rgba(227, 232, 239, 0.40);
    backdrop-filter: blur(25px);
    margin: 0 .2rem;
    transition: .5s all;
}

.ajax-paging ul a:hover,.ajax-paging ul a.active {
    background: #CC151D;
    color: #fff;
}

.wrap_filter_product .item+.item {
    margin-left: .5rem;
}
.wrap_filter_product .item .selected-option:before{
    content: '';
    background-image: url(../images/icon_size.svg);
    height: 1.2rem;
    width: 1.2rem;
    position: absolute;
    left: 1.2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.wrap_filter_product .item.color .selected-option:before{
    content: '';
    background-image: url(../images/icon_color.svg);

}
.wrap_filter_product .item.type_product .selected-option:before{
    background-image: url(../images/icon_sort.svg);
}
.wrap_tax_co {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.7rem;
}

.wrap_tax_co .item {
    width: calc(50% - 1.4rem);
    margin: 0 .7rem  1.4rem;
    border-radius: 0.4rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.wrap_tax_co .box_img {
    padding-bottom: 56.25%;
    position: relative;
}

.wrap_tax_co .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.wrap_tax_co .box_content {
    position: absolute;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    width: 15.35rem;
    justify-content: space-between;
    border-radius: 0 0 0 0.4rem;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(25px);
    padding: 1.5rem 2rem;
}

.wrap_tax_co .box_content * {
    color: #fff;
}

.wrap_tax_co .box_content h3 {
    font-size: 1.5rem;
    font-family: 'Averta Regular';
    font-weight: normal;
    margin: 0;
}

.wrap_tax_co .item:hover .box_img img {
    transform: scale(1.15);
}

a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
nav#breadcrumbs {
    position: absolute;
    z-index: 9;
    bottom: -2.5rem;
}
.item_gallery {
    position: relative;
    width: calc(33.33% - 0.4rem);
    margin: 0 .2rem .4rem;
    border-radius: 0.4rem;
    overflow: hidden;
    float: left;
}

.wrap_gallery {
}

.item_gallery .box_img {
    background: #000;
    position: relative;
    height: 20.5rem;
}

.collection_tax_page .row {
    max-width: calc(100vw - 9.2rem) !important;
}

.icon_plus {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 4rem;
    height: 4rem;
    z-index: 5;
    border-radius: 0.6rem;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(33.33333206176758px);
    transition: .5s all;
}

.icon_plus svg {
    width: 1.5rem;
}

.item_gallery .box_img img {
    opacity: 1;
    transition: .5s all;
}

.item_gallery:nth-child(1),.item_gallery:nth-child(8) {
    width: calc(66.67% - 0.4rem);
}

.item_gallery .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: .5s all;
}

.item_gallery:nth-child(1) .box_img,.item_gallery:nth-child(8) .box_img {
    height: 41.3rem;
}

.item_gallery:nth-child(9) {
    margin-top: -20.9rem;
}

.item_gallery:hover .box_img img {
    opacity: .4;
}

.item_gallery:hover .icon_plus {
    transform: translate(-50%, -50%) scale(1);
}

ul.thenativePagination {
    display: inline-flex;
    width: 100%;
    list-style: none;
    margin: 4rem 0 0 0;
    justify-content: center;
}

section.collection_tax_page {
    padding-bottom: 6rem;
    padding-top: 6rem;
}

.nav_menu_collection ul {
    list-style: none;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    border-radius: 0.4rem;
    background: #E3E8EF;
    backdrop-filter: blur(40px);
    padding: 0 2.5rem;
}

.nav_menu_collection a {
    height: 3rem;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    color: #231916;
    margin: 0 2.5rem;
    transition: .4s all;
}

.nav_menu_collection {
    display: flex;
    justify-content: center;
    margin-bottom: 4.5rem;
}

.nav_menu_collection li {
    margin: 0;
}

ul.thenativePagination a {
    width: 3rem;
    height: 3rem;
    border-radius: 0.4rem;
    background: rgba(227, 232, 239, 0.40);
    backdrop-filter: blur(25px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #231916;
    margin: 0 .2rem;
    transition: .4s all;
    font-size: 1rem;
}

ul.thenativePagination a:hover,ul.thenativePagination .active a {
    background: #CC151D;
    color: #fff;
}
.collection_item {
    position: relative;
    width: calc(50% - 1.2rem);
    margin: 0 .6rem 1.2rem;
}

.collection_item .box_img {
    padding-bottom: 58%;
    position: relative;
    border-radius: 0.4rem;
    background: #000;
}

.collection_item {
    border-radius: 0.4rem;
    overflow: hidden;
}

.collection_item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection_item .box_content {
    position: absolute;
    z-index: 3;
    bottom: .6rem;
    left: .6rem;
    border-radius: 0.4rem;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(15px);
    padding: .78rem;
}

.collection_item .box_content h3{
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
    font-family: 'Averta Regular';
    margin: 0;
}

.wrap_collection {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.6rem;
}

.collection_item:hover .icon_plus {
    transform: translate(-50%, -50%) scale(1);
}
.page-template-describe .nav_menu_collection {
    position: absolute;
    z-index: 9;
    bottom: -8rem;
    margin: 0;
    width: 100%;
}

.describe_sec_1  .row {
    max-width: 69rem !important;
}

.describe_sec_1 .text strong {
    font-size: 1.1rem;
}

.describe_sec_1_img img {border-radius: 50rem;}

.describe_sec_1_wrap .icon-box {
    max-width: 10.6rem;
}

.describe_sec_1_wrap .icon-box .icon-box-img {
    width: 6.9rem !important;
    height: 6.9rem  !important;
    margin-bottom: 1.6rem;
}

.describe_sec_1_wrap .icon-box  img {
    padding: 0;
}

.describe_sec_2 .banner-bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(35, 25, 22, 0.00) 0%, #231916 100%);
    Colors
    Color format
    Hex
    Background colors;
    height: 14.75rem;
    z-index: 2;
}

.describe_sec_2 .text-inner {
    padding: 0 2rem 1.7rem;
}

.describe_sec_2 .text-inner p {
    margin: 0;
}

.describe_sec_2  h3 {
    font-size: 1.5rem;
}

.describe_sec_2_wrap {
    flex-wrap: wrap;
    gap: unset !important;
}

.describe_sec_2_wrap .icon-box {
    width: calc(calc(100% / 3) - 1.2rem) !important;
    border-radius: 0.5rem;
    background: rgba(243, 246, 249, 0.60);
    padding: 3.2rem;
    margin: 0 .6rem 1.2rem!important;
}

.describe_sec_3 .row {
    max-width: 69rem !important;
}

.describe_sec_2_wrap .icon-box .icon-box-img {
    width: auto;
    width: 4.75rem !important;
    height: 4.75rem !important;
    margin-bottom: 2rem;
}

.describe_sec_2_wrap .icon-box .icon-box-img img {
    padding: 0;
}

.describe_sec_2_wrap h3 {
    color: #231916;
    font-size: 1.1rem;
    font-family: 'Averta Bold';
    font-weight: normal;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.describe_sec_2_wrap h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.5rem;
    height: 0.1rem;
    background: #CC151D;
}
.wrap_tax_co .box_content svg{
    width: 1.7rem;
    height: auto;
}
.popup_collection {
    filter: blur(20px);
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s all;
    pointer-events: none;
}

.bg_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

div#load_popup {
    width: 70rem;
    background: #fff;
    height: 15rem;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close_button {
    position: absolute;
    top: .6rem;
    right: .6rem;
    width: 3rem;
    height: 3rem;
    background: #fff;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
}

.close_button svg {
    width: 2rem;
}

.popup_collection.active {
    filter: blur(0);
    opacity: 1;
    pointer-events: unset;
}
.collection_item.loading .icon_plus {
    transform: translate(-50%, -50%) scale(1);
}

.collection_item .box_img img {
    opacity: 1;
    transition: .4s all;
}

.collection_item.loading .box_img img {
    opacity: .5;
}

.collection_item.loading .icon_plus svg {
    opacity: 0;
}

.collection_item.loading .icon_plus:before {
    content: '';
    animation: spin .5s
    linear infinite;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 2rem;
    left: 50%;
    margin-left: -1rem;
    margin-top: -1rem;
    position: absolute;
    top: 50%;
    width: 2rem;
}
div#load_popup .inner {
    background: #fff;
    width: 100%;
}

.item_co .box_img {
    height: 36rem;
    position: relative;
    overflow: hidden;
}

.item_co .box_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item_co .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1.7rem 2rem;
}
.item_co .wrap h2 {
    position: relative;
    font-size: 1.1rem;
    color: #000;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

.item_co .wrap h2.title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.5rem;
    height: 0.1rem;
    background: #CC151D;

}

.item_co ul.box_link {
    list-style: none;
    margin: 0;
    display: flex;
}

.item_co ul.box_link a {
    border-radius: 0.4rem;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(25px);
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.3rem;
    font-size: 0.9rem;
    font-family: 'Averta SemiBold';
    font-weight: normal;
    color: #fff;
    transition: .3s all;
}

.item_co ul.box_link a .icon {
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .3rem;
}

.item_co .box_img ul.box_link {
    position: absolute;
    bottom: 2.15rem;
    left: 1.15rem;
}

.item_co .box_img ul.box_link li {
    margin: 0;
}

.item_co .box_img ul.box_link li+li {
    margin-left: .5rem;
}

.item_co .right  ul.box_link a {
    color: #231916;
}

.item_co .right ul.box_link li +li {
    margin-left: .5rem;
}

.item_co .right ul.box_link li+li a {
    background: var(--Secondary-01, #CC151D);
    Colors
    Color format
    Hex
    Background colors

    Secondary 01

    Selection colors

    #FFFFFF;
    color: #fff;
}

.item_co .wrap .content>*:last-child {
    margin: 0;
}

.img-magnifier-glass {
    position: absolute;
    border: 1px solid #000;
    border-radius: 0;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 10rem;
    height: 10rem;
}
.zoom_image {
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
    z-index: 99;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0.675rem;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(37.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s all;
}

.zoom_image svg {
    max-width: 70%;
    width: auto;
    height: auto;
    display: block;
}

.zoom_image:hover {
    background: var(--Secondary-01, #CC151D);
}

.load_popup_full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
    transition: .5s all;
}
.load_popup_full.active{
    transform: scale(1);
    opacity: 1;
    pointer-events: unset;
}

.load_popup_full .box_img {
    width: 100%;
    height: 100%;
}

.load_popup_full .inner {
    height: 100%;
}

.load_popup_full .box_img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.full_screen.loading:before {
    content: '';
    animation: spin .5s
    linear infinite;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 2rem;
    left: 50%;
    margin-left: -1rem;
    margin-top: -1rem;
    position: absolute;
    top: 50%;
    width: 2rem;
}


.full_screen.loading>* {
    opacity: 0;
}

.full_screen.loading {
    color: transparent !important;
}
.wrap_product.list .item_product {
    width: calc(calc(100% / 2) - 0.2rem);
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.wrap_product.list .item_product .box_content {
    position: unset;
    filter: unset;
}

.wrap_product.list .item_product .box_img {
    width: 50%;
    flex: 0 0 auto;
    padding-bottom: 35%;
    border-radius: .4rem;
    overflow: hidden;
}

.wrap_product.list .item_product .box_img::before {
    height: 20%;
}
ul.list_tax_product li a span.count {
    font-size: .6rem;
    color: #AEAEAE;
    display: block;
    margin-bottom: .2rem;
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #231916;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #231916;
    opacity: 1;
}
.header-search{
    display: none !important;
}
.wrap_line {
    display: flex;
    background: #000000;
    padding: .9rem 0;
}

.wrap_line .item {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.20);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: textLoop 5s linear infinite;
}
@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.wrap_line .item span {
    display: flex;
    align-items: center;
    margin: 0 1.5rem;
    line-height: 1;
    display: inline-block;
}
.button_style_1 i.icon-angle-up:before {
    transform: rotate(45deg);
    transition: .4s all;
}
.header-main .header-nav>li.current-menu-item >a {
    color: var(--Secondary-01, #CC151D) !important;
}
.item_co ul.box_link a:hover {
    background: var(--Secondary-01, #CC151D);
    color: #fff;
}
.nav_menu_collection a:hover,.nav_menu_collection a.active {
    color: var(--Secondary-01, #CC151D);
}
.button_style_1:hover i.icon-angle-up:before {
    transform: translate(.4rem, -.4rem) rotate(45deg);
}
.home_sec_4 .banner .banner-bg {
    transition: .5s all;
    transform: scale(1);
}

.home_sec_4 .banner {
    overflow: hidden;
}

.home_sec_4 .banner:hover .banner-bg {
    transform: scale(1.1);
}
a.button.open-video:hover {
    background: #000000;
}
.home_sec_2 .slider img {
    height: 43rem;
}
.item_work:hover .box_img img {
    transform: scale(1.05);
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before,.nav-dropdown-has-arrow li.has-dropdown:after {
    display: none;
}
.nav-dropdown.nav-dropdown-default>li>a:hover {
    color: var(--Secondary-01, #CC151D) !important;
}
.nav-dropdown {
    border: none !important;
}

.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: #000000;
}
section.project_sec_2 {
    background: linear-gradient(299deg, #231916 40.73%, #17110F 97.58%);
    SVG;
    padding-top: 7rem;
}

.project_sec_2 .row {
    justify-content: center;
}

.project_sec_2 * {
    color: #ffff;
}

.project_sec_2 h1.title {
    font-size: 2.3rem;
    max-width: 40rem;
    margin: 0 auto .8rem;
}

.project_sec_2 h1.title+.content {
    color: #949494;
    font-size: 0.7rem;
}

.project_sec_1.items {
    display: flex;
    margin: 4.5rem 0;
}

.project_sec_1.items .item {
    width: 25%;
    text-align: center;
    padding: 0 1rem;
}

.project_sec_1.items .item .icon {2
3width: 5.9251rem;height: 5.9251rem;display: flex;align-items: center;justify-content: center;hy':';hy': c';background: rgba(227, 232, 239, 0.20);Colors
Color format
Hex
Background colors

#E3E8EF Ã‚Â· 20%;width: 5.9251rem;margin: 0 auto 1rem;border-radius: 50%;}

.project_sec_1.items .item .icon img {
    max-width: 60%;
    width: auto;
    height: auto;
}

.project_sec_1.items span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.80);
    display: block;
    margin: 0 0 .7rem;
}

.project_sec_1.items h3 {
    font-size: 1.05rem;
    margin: 0;
}

.project_sec_2 .swiper.slider_gallery {
    margin-top: .5rem;
}

.slider_gallery .swiper-slide-active img {
    opacity: 1;
}

section.project_sec_4 .row {
    max-width: 65rem !important;
}

section.project_sec_4 {
    padding: 6rem 0 0;
}

section.project_sec_4 .content {
    border-bottom: 1px solid #E3E8EF;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
}

section.project_sec_5 {
    padding-bottom: 3rem;
}
section.project_page {
    padding: 9rem  0 4rem;
}

.wrap__work {
    display: flex;
    flex-wrap: wrap;
}

.wrap__work .item_work {
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 .5rem 1rem;
}

.project_page  ul.thenativePagination {
    margin-top: 1rem;
}
.accordion-title {
    padding: .7rem 2rem .7rem 0;
}

.accordion .toggle {
    left: unset;
    right: 0;
}

.accordion-inner {
    padding-left: 0;
    padding-right: 0;
}
.document_page .col {
    margin-bottom: 3rem;
}

.document_page .col-inner {
    box-shadow: 0 0 10px #d4d4d4;
}

section.sec-contact.pb-6 .row {
    align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
    html {
        font-size: 1.3vw;
    }

    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 70rem !important;
    }

    .header-inner {
        max-width: unset !important;
        padding: 0 2rem;
    }

    .header-nav>li + li {
        margin-left: 1rem;
    }

    .home_sec_1 button.flickity-button.flickity-prev-next-button {
        left: calc(calc(100vw - 71rem)/2);
    }

    .home_sec_1 button.flickity-button.flickity-prev-next-button.next {
        right: calc(calc(100vw - 71rem) / 2);
    }

    .home_sec_2 .slider {
        width: calc(100% + calc(100vw - 71rem) / 2);
    }

    .box_video .img {
        width: calc(100% + calc(100vw - 71rem) / 2) !important;
    }
    section.product_section_sec_2 {
        overflow: hidden;
    }
}
@media only screen and (max-width: 849px) {
    .logo img {
        height: 4.5rem;
    }

    .header-inner {
        padding: 1rem 2rem !important;
    }

    .nav>li.has-icon>a>i {
        color: #fff;
        font-size: 2rem;
    }
    .hide_for_mobile{
        display: none !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        color: #333;
        font-size: 1.4rem;
        color: #fff;
    }

    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        background: #000;
    }

    .nav.nav-vertical li {
        border-color: #333 !important;
    }
    body.style_2 .nav>li.has-icon>a>i {
        color: #231916;
    }

    #logo img {
        height: 3rem;
    }
    .has-off-canvas-left .mfp-bg {
        position: fixed !important;
        top: 5.7rem;
    }


    .mfp-content {
        top: 5.7rem !important;
    }

    .has-off-canvas-left  button.mfp-close {
        display: none;
    }
    .nav.nav-vertical li.current-menu-item>a {
        color: red;
    }
    button.toggle .icon-angle-down {
        color: #fff;
        opacity: 1;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 3.5vw;
    }
    .home_sec_1 .text {
        padding: 0 15px;
    }

    body {
        font-size: 1.1rem;
    }

    .home_sec_2 .slider {
        width: 100%;
    }

    .box_video {
        order: 2;
    }

    .box_video .img {
        width: 100% !important;
    }

    .home_sec_4 .slider .row {
        width: 100% !important;
        max-width: 100% !important;
    }

    .home_sec_4 .col {
        padding: 0 !important;
    }

    .home_sec_4 ol.flickity-page-dots {
        display: block;
        position: unset;
        filter: brightness(0) invert(0);
        margin-top: 2rem;
    }

    .group_heading h1, .group_heading h2 {
        font-size: 2.5rem;
    }

    .slider_collections .swiper-slide {
        width: 19rem;
    }

    .home_sec_7 .slider .row {
        width: 50% !important;
        max-width: 50% !important;
    }

    .home_sec_7 ol.flickity-page-dots {
        position: unset !important;
        filter: brightness(0) invert(0);
        margin-top: 1rem;
    }

    .flickity-page-dots {
        pointer-events: unset !important;
    }

    .flickity-page-dots .dot {
        width: 10px;
        height: 10px;
    }
    .item_work .box_content h3 {
        font-size: 1.5rem;
    }
    .box_input:nth-child(4) {
        width: 100%;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 1.2rem;
    }
    .about_sec_2_content {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .about_sec_2_items strong {
        font-size: 2rem;
    }

    .about_sec_3_slider .slider .row {
        width: calc(100% / 3) !important;
    }

    .about_sec_4_items .text {
        width: 50%;
        font-size: 1.1rem;
        height: auto;
        padding: 3rem 1rem;
    }

    .about_sec_4_items {
        flex-wrap: wrap;
    }
    .about_sec_4 .group_heading {
        padding-top: 2rem;
    }
    section.banner_section {
        margin-top: 5.7rem;
    }

    .header-main {
        top: 0;
    }

    #logo img {
        max-height: 3rem;
    }

    .header-inner {
        padding: 1rem !important;
    }

    body .stuck #logo img {
        height: 3rem !important;
    }
    .wrap_product .item_product {
        width: calc(calc(100%) - 0.2rem);
    }

    .item_product .box_content h3 {
        font-size: 1.4rem;
    }

    .item_product .box_content span {
        font-size: 1rem;
    }

    .menu_product li a {
        text-align: center;
        font-size: 1rem;
        line-height: 1.3;
    }

    .selected-option {
        padding-left: 1.9rem;
        min-width: 7rem;
    }

    .wrap_filter_product .item .selected-option:before {
        left: .2rem;
    }

    .custom-select li {
        padding: .4rem .7rem;
        font-size: .9rem;
    }
    .product_section .col.large-6+.col.large-6 {
        padding: 2rem 15px 0 15px;
    }

    .slider_gallery img {
        height: 13.5rem;
    }

    .slider_gallery {
        max-width: 23rem;
    }

    ul.list_tax_product li a span {
        font-size: 1rem;
    }

    .tags_product ul a {
        font-size: .9rem;
    }
    section.product_section {
        padding: 9rem 0 4rem;
    }

    .product_section_sec_3 {
        padding: 4.5rem 0 5rem;
    }

    .product_section_sec_3 .content {
        text-align: justify;
    }
    .wrap_tax_co .item {
        width: calc(100% - 1.4rem);
    }
    .nav_menu_collection a {
        margin: 0 .5rem;
        text-align: center;
    }

    .nav_menu_collection ul {
        padding: 0;
    }

    .describe_sec_1_wrap {
        flex-wrap: wrap;
        margin: 0 -.7rem;
    }

    .describe_sec_1_wrap .icon-box {
        max-width: 50%;
        margin-bottom: 2rem !important;
        font-size: 1.2rem;
        padding: 0 .7rem;
    }

    .describe_sec_2 .stack {
        flex-wrap: wrap;
    }

    .describe_sec_2 h3 {
        font-size: 2rem;
    }

    .describe_sec_2 .text-inner p {
        font-size: 1rem;
    }

    .describe_sec_2_wrap .icon-box {
        width: calc(calc(100% ) - 1.2rem) !important;
    }
    .collection_tax_page .row {
        max-width: 100vw !important;
    }

    .collection_item {
        width: calc(100% - 1.2rem);
    }

    ul.thenativePagination {
        margin-top: 2rem;
    }
    .nav_menu_collection {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .item_gallery {
        width: calc(50% - 0.4rem);
    }

    .item_gallery:nth-child(1), .item_gallery:nth-child(8) {
        width: calc(100% - 0.4rem);
    }

    .item_gallery:nth-child(1) .box_img, .item_gallery:nth-child(8) .box_img {
        height: 15rem;
    }

    .item_gallery .box_img {
        height: 8rem;
    }

    .item_gallery:nth-child(9) {
        margin-top: 0;
    }
    .item_co .box_img {
        height: 19rem;
    }

    .item_co .wrap {
        display: block !important;
    }

    .item_co .wrap .right {
        margin-top: 1rem;
    }

    .zoom_image {
        width: 3rem;
        height: 3rem;
    }
    .about_sec_2_items {
        flex-wrap: wrap;
    }

    .about_sec_2_items .icon-box {
        text-align: center !important;
        max-width: unset !important;
        width: 50%;
        margin-bottom: 2rem !important;
    }

    .about_sec_2_items .icon-box-img {
        margin: 0 auto 1rem;
    }
    .header-search {
        display: block !important;
    }
    .home_sec_2 .slider img {
        height: 26rem;
        object-fit: cover;
    }

    .home_sec_2 .slider {
        margin-top: 2rem;
    }
    .wrap_form {
        display: block;
    }
    .wrap_product.list .item_product {
        width: calc(calc(100%) - 0.2rem);
    }

    .wrap_product.list .item_product .box_img {
        width: 40% !important;
    }
    .page-template-describe .nav_menu_collection {
        margin-left: -50vw;
        margin-right: -50vw;
    }
    nav#breadcrumbs ol>*:not(:last-child) {
        flex: 0 0 auto;
    }

    nav#breadcrumbs ol * {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .project_sec_1.items {
        flex-wrap: wrap;
        margin: 2rem 0;
    }

    .project_sec_1.items .item {
        width: 50%;
        margin-bottom: 2rem;
    }

    .project_sec_2 h1.title+.content {
        font-size: 1rem;
    }

    section.project_sec_4 {
        padding-top: 3rem;
    }

    section.project_sec_4 .content {
        margin-bottom: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .wrap__work .item_work {
        width: calc(calc(100%) - 1rem);
    }
    .contact-wrap {
    margin-top: 2rem;
    padding: 1.5rem;
}

.contact-form input {
    height: 3rem;
}
section.banner_section {
    height: 26rem;
}
.banner_section h1 {
    font-size: 2rem;
}

.single-post section.banner_section {
    margin-top: 0;
}

.single-post .wrap-single article, .page-template-why_choose .wrap-single article {
    padding: 2rem 0 !important;
}
section.banner_section img {
    height: 100%;
    object-fit: cover;
}
.wrap_gallery .item {
    width: calc(100% - 0.5rem) !important;
}
.sec-contact .large-5 {
    padding-right: 10px;
}
}