@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@600;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    overflow-x: hidden;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
    color: var(--color-dark-25);
    background: var(--bg-gray);
}

a, a:hover, a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
}

.fas, .fad, .fal, .far, .fab,
img {
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
}

button,
input,
select,
textarea,
.custom-file-label {
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
}

button:focus,
input:focus,
select:focus,
textarea:focus,
.custom-file-input:focus ~ .custom-file-label {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.row.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.row-5 > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row.row-10 > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
}

.row.row-col-5 {
    margin: 0 -5px;
}

.row.row-col-5 > [class*=col] {
    padding: 5px;
}

.row.row-col-10 {
    margin: 0 -10px;
}

.row.row-col-10 > [class*=col] {
    padding: 10px;
}

.row.row-col-15 {
    margin: 0 -15px;
}

.row.row-col-15 > [class*=col] {
    padding: 15px;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important
}

.right-0 {
    right: 0 !important
}

.left-0 {
    left: 0 !important;
}

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

.swiper-same-height .swiper-slide {
    height: auto !important;
}

.ecm-header {
    position: relative;
    z-index: 9999;
    background: var(--color-white);
}

.ecm-header .ecm-header_top {
    background: var(--color-white-50);
    font-size: .9em;
}

.ecm-header .ecm-header_top .top-list > ul > li {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.ecm-header .ecm-header_top .top-list > ul > li:not(:first-of-type) {
    border-left: 1px solid var(--color-white-75);
    padding-left: 20px;
    margin-left: 20px;
}

.ecm-header .ecm-header_top .top-list > ul > li > a {
    color: var(--color-dark-25);
}

.ecm-header .ecm-header_top .top-list > ul > li > a:hover {
    color: var(--primary-hover);
}

.ecm-header .ecm-header_top .top-list > ul > li > ul > li:not(:last-of-type) {
    margin-right: 8px;
}

.ecm-header .ecm-header_top .top-list > ul > li > ul > li > a {
    color: var(--color-gray-75);
    font-size: .95em;
}

.ecm-header .ecm-header_top .top-list > ul > li > ul > li > a:hover {
    color: var(--primary-hover);
}

@media screen and (min-width: 1199px) {
    .header-flex {
        display: flex;
    }

    .ecm-header .header-left {
        width: 230px;
        flex-grow: 1;
    }

    .ecm-header .header-middle {
        width: calc(100% - 500px);
        flex-grow: 1;
    }

    .ecm-header .header-right {
        width: 270px;
        flex-grow: 1;
    }
}

.ecm-header .ecm-header_middle {
    padding: 15px 0;
}

.ecm-header .ecm-header_middle .logo {
    max-height: 70px;
    width: auto;
    max-width: 100%;
}

.ecm-header .ecm-header_middle .header-search {
    max-width: 450px;
}

.ecm-header .ecm-header_middle .header-search form {
    position: relative;
    width: 100%;
    background: var(--color-white);
    overflow: hidden;
    display: flex;
}

.ecm-header .ecm-header_middle .header-search form input {
    color: #999;
    padding: 10px 60px 10px 20px;
    width: 100%;
    border: thin solid var(--color-white-75);
    border-right: 0;
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 1px;
    height: 46px;
}

.ecm-header .ecm-header_middle .header-search form button {
    position: relative;
    flex-shrink: 0;
    height: 46px;
    width: 60px;
    top: 0;
    right: 0;
    font-size: 1.2em;
    color: var(--color-white);
    border: 0;
    box-shadow: none;
    outline: 0;
    background: transparent;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ecm-header .ecm-header_middle .header-search form button:active {
    background: var(--primary-hover);
}

.ecm-header .ecm-header_middle .header-user .inner {
    font-size: .8em;
    text-transform: uppercase;
    color: var(--color-dark);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.ecm-header .ecm-header_middle .header-icon .inner {
    line-height: 1.6;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--color-dark);
}

.ecm-header .ecm-header_middle .header-icon .inner > i {
    font-size: 2em;
    transition: none;
}

.ecm-header .ecm-header_middle .header-icon .inner .icon-text {
    padding-left: 10px;
}

.ecm-header .ecm-header_middle .header-user .inner:hover,
.ecm-header .ecm-header_middle .header-icon .inner:hover {
    color: var(--primary-color);
}

.ecm-header .ecm-header_bottom {
    background: var(--primary-color);
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li {
    position: relative;
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > a {
    background: var(--primary-hover);
    display: inline-block;
    width: 95%;
    padding: 13px 15px 13px 35px;
    color: var(--color-white);
    font-weight: 500;
    font-size: .85em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > a > span {
    width: 14px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > a > span > i,
.ecm-header .ecm-header_bottom .header-navigation > ul > li > a > span:before,
.ecm-header .ecm-header_bottom .header-navigation > ul > li > a > span:after {
    content: '';
    width: 14px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #fff;
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > a > span > i {
    top: 5px;
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > a > span:after {
    bottom: 0;
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > a > span:before {
    top: 0;
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li:hover > a > span:before {
    top: 5px;
    transform: rotate(45deg);
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li:hover > a > span:after {
    bottom: 5px;
    transform: rotate(-45deg);
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li:hover > a > span > i {
    left: 20px;
    opacity: 0;
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > ul {
    width: 100%;
    padding: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    position: absolute;
    background: #fff;
    top: calc(100% + 1px);
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 270px;
    z-index: 99;
    transform: scaleY(0);
    transform-origin: 100% 0%;
    transition: transform 0.3s ease;
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li:hover > ul {
    transform: scaleY(1);
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > ul > li {
    position: relative;
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > ul > li > a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    line-height: 42px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 500;
    position: relative;
    font-size: .95em;
    color: var(--color-dark-25);
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > ul > li > a > span {
    margin-right: 12px;
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > ul > li > a > span > i {
    color: #b8b8b8;
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    font-size: 1.2em;
    line-height: 1;
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > ul > li > a > i {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
    font-size: 1.4em;
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > ul > li:hover > a {
    background: #f2f2f2;
    color: var(--primary-color);
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > ul > li > ul {
    position: absolute;
    top: -1px;
    left: calc(100% + 1px);
    transform: scaleY(0);
    transform-origin: 100% 0%;
    transition: transform 0.3s ease;
    background: var(--color-white);
    width: max-content;
    min-width: 270px;
    padding: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    border-left: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > ul > li > ul > li > a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    line-height: 42px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 500;
    position: relative;
    font-size: .95em;
    color: var(--color-dark-25);
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > ul > li:hover > ul {
    transform: scaleY(1);
}

.ecm-header .ecm-header_bottom .header-navigation > ul > li > ul > li > ul > li:hover > a {
    background: #f2f2f2;
    color: var(--primary-color);
}

.ecm-header .ecm-header_bottom .header-menu > ul {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.ecm-header .ecm-header_bottom .header-menu > ul > li {
    position: relative;
}

.ecm-header .ecm-header_bottom .header-menu > ul > li > a {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    color: var(--color-white);
    font-weight: 500;
    font-size: .975em;
    letter-spacing: 0.5px;
    position: relative;
}

.ecm-header .ecm-header_bottom .header-menu > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    background: var(--color-white);
    left: 0;
    top: 0;
    right: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.ecm-header .ecm-header_bottom .header-menu > ul > li > a > .menu-arrow {
    position: relative;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 8px;
}

.ecm-header .ecm-header_bottom .header-menu > ul > li > a > .menu-arrow:before {
    position: absolute;
    content: "";
    display: block;
    transition: .3s all ease;
    background: var(--color-white);
    border-radius: 2px;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ecm-header .ecm-header_bottom .header-menu > ul > li > a > .menu-arrow:after {
    position: absolute;
    content: "";
    display: block;
    transition: .3s all ease;
    background: var(--color-white);
    border-radius: 2px;
    width: 1px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ecm-header .ecm-header_bottom .header-menu > ul > li > ul {
    position: absolute;
    transform: scaleY(0);
    transform-origin: 100% 0%;
    transition: transform 0.3s ease;
    top: 100%;
    left: 0;
    background: var(--color-white);
    box-shadow: 0 1px 15px 6px rgb(0 0 0 / 7%), 0 0 0 rgb(0 0 0 / 10%) inset;
    width: max-content;
    min-width: 200px;
}

.ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li > a {
    display: inline-block;
    font-size: .95em;
    padding: 8px 15px;
    color: var(--color-dark);
}

.ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li:hover > a {
    color: var(--primary-color);
}

.ecm-header .ecm-header_bottom .header-menu > ul > li:hover > ul {
    transform: scaleY(1);
}

.ecm-header .ecm-header_bottom .header-menu > ul > li:hover > a > i:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ecm-header .ecm-header_bottom .header-menu > ul > li:hover > a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.ecm-header .ecm-header_bottom .header-sale {
    position: relative;
    font-size: .925em;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 20px;
}

.ecm-header .ecm-header_bottom .header-sale:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    background: var(--color-white-75);
    width: 1px;
    display: block;
    content: "";
}

.ecm-header .ecm-header_bottom .header-sale i {
    color: #ff3939;
    font-size: 1.2em;
    margin-right: 5px;
    margin-bottom: -2px;
    width: 26px;
    height: 26px;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ecm-header .ecm-header_bottom .header-sale b {
    color: var(--color-white);
    margin-left: 5px;
    text-decoration: underline;
}

.ecm-heading {
    font-size: 2em;
    font-family: 'Source Serif Pro', serif;
    color: #121212;
    padding-right: 60px;
    display: inline-block;
    position: relative;
}

.ecm-heading:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 3px;
    border-radius: 4px;
    width: 40px;
    margin-top: 3px;
    display: block;
    content: "";
    background: var(--primary-color);
}

.ecm-banner {
    position: relative;
    overflow: hidden;
}

.ecm-banner .swiper-wrapper {
    height: unset;
}

.ecm-banner .banner-inner {
    background: center center/cover no-repeat;
    width: 100%;
    height: 600px;
    position: relative;
}

.ecm-banner .banner-inner .container {
    height: 100%;
}

.ecm-banner .banner-inner .banner-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    max-width: 540px;
}

.ecm-banner .banner-inner .banner-content.banner-content__left {
    left: 0;
    text-align: left;
}

.ecm-banner .banner-inner .banner-content.banner-content__right {
    right: 0;
    text-align: right;
}

.ecm-banner .banner-inner .banner-content .banner-sub {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-price);
    font-size: 1.1em;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    transition: .3s all ease;
    top: 100px;
}

.ecm-banner .banner-inner .banner-content .banner-title {
    position: relative;
    font-size: 2.8em;
    color: var(--color-dark);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 40px;
    transition: all, 0.6s;
    top: 100px;
}

.ecm-banner .banner-inner .banner-content .banner-desc {
    position: relative;
    font-size: 1.1em;
    color: var(--color-dark-75);
    line-height: 1.2;
    margin-bottom: 40px;
    transition: all, 0.6s;
    top: 100px;
}

.ecm-banner .banner-inner .banner-content .banner-button {
    position: relative;
    transition: all, 0.6s;
    top: 100px;
}

.ecm-banner .swiper-slide-active .banner-inner .banner-content .banner-sub,
.ecm-banner .swiper-slide-active .banner-inner .banner-content .banner-title,
.ecm-banner .swiper-slide-active .banner-inner .banner-content .banner-desc,
.ecm-banner .swiper-slide-active .banner-inner .banner-content .banner-button {
    top: 0;
}

.ecm-banner .swiper-pagination {
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 3;
}

.ecm-banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 16px;
    transition: .3s all ease;
    border-radius: 8px;
    background: var(--color-dark);
    opacity: .5;
}

.ecm-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 24px;
    background: var(--primary-color);
    opacity: 1;
}

.ecm-banner [class*=swiper-button] {
    color: var(--color-dark);
    transition: .3s all ease;
}

.ecm-banner .swiper-button-prev {
    left: 30px;
}

.ecm-banner .swiper-button-next {
    right: 30px;
}

.ecm-banner [class*=swiper-button]:hover {
    color: var(--primary-color);
}

.ecm-banner [class*=swiper-button]:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 2em;
}

.ecm-banner .swiper-button-prev:after {
    content: "\f177";
}

.ecm-banner .swiper-button-next:after {
    content: "\f178";
}

.ecm-highlight .ecm-highlight_item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    transition: .15s ease-in;
}

.ecm-highlight .ecm-highlight_item.highlight-item_height-1 {
    padding: 180px 0;
}

.ecm-highlight .ecm-highlight_item.highlight-item_height-2 {
    padding: 160px 0;
}

.ecm-highlight .ecm-highlight_item.highlight-item_height-3 {
    padding: 120px 0;
}

.ecm-highlight .ecm-highlight_item.highlight-item_height-4 {
    padding: 100px 0;
}

.ecm-highlight .ecm-highlight_item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    display: block;
    content: "";
    opacity: 0;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}

.ecm-highlight .ecm-highlight_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecm-highlight .ecm-highlight_item a:before {
    content: '';
    width: calc(100% - 40px);
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 100%;
}

.ecm-highlight .ecm-highlight_item a:after {
    content: '';
    width: calc(100% - 40px);
    border-right: 1px solid rgba(255, 255, 255, .8);
    border-left: 1px solid rgba(255, 255, 255, .8);
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 100% 0;
}

.ecm-highlight .ecm-highlight_item a > span {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    transform: scale(0);
    position: relative;
    z-index: 3;
    font-size: .9em;
    padding: 10px 22px;
}

.ecm-highlight .ecm-highlight_item:hover:after {
    opacity: 1;
}

.ecm-highlight .ecm-highlight_item:hover a:before,
.ecm-highlight .ecm-highlight_item:hover a:after {
    opacity: 1
}

.ecm-highlight .ecm-highlight_item:hover a:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.ecm-highlight .ecm-highlight_item:hover a:after {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.ecm-highlight .ecm-highlight_item:hover a span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ecm-sale {
    background: var(--bg-gray);
    overflow: hidden;
    position: relative;
}

.ecm-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
    background-color: var(--bg-gray);
    padding: 10px;
    margin-top: 30px;
}

.ecm-countdown .countdown-item {
    font-size: 1.4em;
    font-weight: 700;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: var(--color-dark);
    position: relative;
}

.ecm-countdown .countdown-item + .countdown-item {
    margin-left: 20px;
}

.ecm-countdown .countdown-item:not(:first-of-type):after {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: ":";
    font-size: .7em;
    font-weight: 700;
    color: var(--color-dark-50);
}

.ecm-products .btn-effect {
    border-radius: 20px;
    overflow: hidden;
    font-size: .8em;
    padding: 8px 17px;
}

.ecm-product-item {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
    padding: 15px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ecm-product-item .card-header img {
    transition: .6s all ease;
    max-width: 100%;
    height: auto;
}

.ecm-product-item .card-header .product-image_secondary {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.ecm-product-item .card-header .product-ribbon {
    background: var(--color-price);
    color: var(--color-white);
    text-transform: uppercase;
    font-size: .7em;
    font-weight: 700;
    border-radius: 20px;
    position: absolute;
    letter-spacing: .5px;
    top: 3px;
    right: 3px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    line-height: 1;
}

.ecm-product-item .card-body {
    padding: 0;
    margin-top: 15px;
}

.ecm-product-item .card-body .card-title {
    font-weight: 700;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--color-dark);
    line-height: 1.4;
}

.ecm-product-item .card-body .card-price {
    color: var(--color-price);
    margin-top: 8px;
    font-weight: 700;
}

.ecm-product-item .card-body .card-price span {
    font-size: .95em;
    font-weight: 400;
    color: #535353;
    margin-left: 5px;
    text-decoration: line-through;
}

.ecm-product-item:hover {
    box-shadow: 0 3px 40px 0 rgba(0 0 0 / 20%);
    z-index: 2;
}

.ecm-product-item:hover .card-header .product-image_secondary {
    opacity: 1;
}

.ecm-product-item .card-body .card-title:hover {
    color: var(--primary-color);
}

.ecm-product-item:hover .card-header .product-image_primary {
    opacity: 0;
}

.article-inner {
    margin-top: 15px;
}

.ecm-article {
    background: var(--color-white);
}

.ecm-article .swiper-wrapper {
    height: unset;
}

.ecm-article-item .card-header {
    position: relative;
    height: 270px;
    width: 100%;
    overflow: hidden;
}

.ecm-article-item .card-body {
    padding-left: 0;
    padding-right: 0;
}

.ecm-article-item .card-body .card-title > a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1.2em;
    color: var(--color-dark);
    line-height: 1.4;
    font-weight: 700;
}

.ecm-article-item .card-body .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 300;
    color: var(--color-dark-50);
}

.ecm-article-item .card-body .card-link {
    display: inline-block;
    margin-top: 15px;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.05em;
}

.ecm-article-item .card-body .card-link > i {
    margin-left: 2px;
}

.ecm-article-item .card-header:hover img {
    transform: scale(1.05) rotate(2deg);
}

.ecm-article-item .card-body .card-title > a:hover {
    color: var(--primary-color);
}

.ecm-article-item .card-body .card-link:hover > i {
    margin-left: 10px;
}

.btn-effect {
    background: var(--primary-color);
    color: var(--color-white) !important;
    font-size: .925em;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-weight: 700;
    padding: 13px 40px;
    position: relative;
    z-index: 1;
}

.btn-effect:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: var(--primary-hover);
    z-index: 1;
    transition: transform .5s cubic-bezier(.5, 1.6, .4, .7);
    transform-origin: 0 0;
    transform: scaleX(0);
}

.btn-effect.btn-price {
    background: #cd1b1c;
}

.btn-effect.btn-price:before {
    background: #b01516;
}

.btn-effect:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

.swiper-navigation [class*=swiper-button] {
    color: var(--color-dark);
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    border-radius: 50px;
    background: #f2f2f2;
    width: 40px;
    height: 40px;
    font-size: .8em;
    z-index: 3;
}

.swiper-navigation .swiper-button-prev {
    left: -30px;
}

.swiper-navigation .swiper-button-next {
    right: -30px;
}

.swiper-navigation [class*=swiper-button]:hover {
    color: var(--primary-color);
}

.swiper-navigation [class*=swiper-button]:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 2em;
}

.swiper-navigation .swiper-button-prev:after {
    content: "\f177";
}

.swiper-navigation .swiper-button-next:after {
    content: "\f178";
}

.swiper-navigation:hover .swiper-button-prev {
    left: -5px;
    opacity: 1;
    visibility: visible;
}

.swiper-navigation:hover .swiper-button-next {
    right: -5px;
    opacity: 1;
    visibility: visible;
}

.ecm-footer {
    background: var(--color-white);
    border-top: 1px solid var(--color-white-75);
}

.ecm-footer .footer-item_logo {
    margin-bottom: 15px;
}

.ecm-footer .footer-item_logo img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
}

.ecm-footer .footer-item_text {
    color: var(--color-dark-50);
}


.ecm-footer .footer-item_title {
    font-size: 1.1em;
    color: var(--color-dark);
    padding-bottom: 2px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
}

.ecm-footer .footer-item_list ul li a {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--color-dark);
}

.ecm-footer .footer-item_list ul li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.ecm-footer .footer-item_info p {
    margin-bottom: 6px;
}

.ecm-footer .footer-item_info p > i {
    margin-right: 4px;
}

.ecm-footer .footer-item_info p a {
    margin-right: 15px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border: 1px solid var(--color-white-75);
    font-size: .9em;
    color: var(--color-dark);
    background: var(--color-white);
}

.ecm-footer .footer-item_info p a i {
    transition: unset;
}

.ecm-footer .footer-item_info p a:hover {
    background: var(--primary-color);
    color: var(--color-white);
}

.ecm-footer_right {
    background: var(--bg-gray);
    border-top: 1px solid var(--color-white-75);
    font-size: .9em;
    padding: 10px 0;
    text-align: center;
}

.ecm-footer_right a {
    font-weight: 700;
    color: var(--color-dark);
}

.ecm-footer_right a:hover {
    text-decoration: underline;
}

.ecm-cta {
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
    position: fixed;
    top: 200px;
    left: 0;
    width: 75px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 5px;
    z-index: 9;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.ecm-cta.show {
    top: 120px;
    opacity: 1;
    visibility: visible;
}

.ecm-cta > ul > li {
    margin: 15px 0;
    position: relative;
}

.ecm-cta > ul > li > a {
    display: inline-block;
}

.ecm-cta > ul > li > a .icon {
    width: 30px;
    height: 30px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto;
}

.ecm-cta > ul > li.ggmap > a .icon {
    background-image: url('../images/icon-map.svg');
}

.ecm-cta > ul > li.zalo > a .icon {
    background-image: url('../images/zalo-icon.png');
}

.ecm-cta > ul > li.call > a > i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    margin: 0 auto;
    font-size: 1em;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ecm-cta > ul > li.messenger > a .icon {
    background-image: url('../images/messenger-icon.png');
}

.ecm-cta > ul > li.return > a > i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9e9e9;
    color: var(--secondary-color);
    margin: 0 auto;
    border-radius: 50%;
    font-size: 1em;
    border: 1px solid #d9d9d9;
}

.ecm-cta > ul > li > a .text {
    display: block;
    margin-top: 4px;
    color: var(--color-dark);
    font-size: 0.7em;
}

.ecm-cta > ul > li > a:hover .icon {
    opacity: .9;
}

.ecm-cta > ul > li > a:hover .text {
    color: var(--primary-color);
}

.ecm-subscribe {
    border-top: 1px solid var(--color-white-75);
}

.ecm-subscribe .subscribe-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ecm-subscribe .subscribe-inner .subscribe-image {
    margin: 0 20px;
}

.ecm-subscribe .subscribe-inner .subscribe-image img {
    max-width: 70px;
}

.ecm-subscribe .subscribe-inner .subscribe-content .subscribe-title {
    font-size: 1.2em;
    color: var(--color-dark);
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 3px;
}

.ecm-subscribe .subscribe-inner .subscribe-content .subscribe-title a {
    color: var(--primary-color);
}

.ecm-subscribe .subscribe-inner .subscribe-content .subscribe-title a:hover {
    color: var(--primary-hover);
}

.ecm-subscribe .subscribe-inner .subscribe-content .subscribe-desc {
    font-size: .925em;
    color: var(--color-dark-50);
}

.ecm-subscribe .subscribe-form .form-group {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.ecm-subscribe .subscribe-form .form-group .form-control {
    border-radius: 0;
    border-right: 0;
    height: 44px;
}

.ecm-subscribe .subscribe-form .form-group .btn-effect {
    font-size: .8em;
    padding: 12.5px 25px;
    white-space: nowrap;
}

.ecm-breadcrumb .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

.ecm-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: .9em;
}

.ecm-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--color-dark-25);
}

.ecm-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: var(--primary-color);
}

.ecm-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-dark-25);
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    line-height: 1.1;
    padding-left: .5rem;
    padding-right: 1rem;
    font-size: 1.2em;
}

.ecm-page_category {
    padding: 0 0 30px;
}

.ecm-page_category .ecm-countdown {
    margin-top: 20px;
}

.ecm-page_category .ecm-countdown .countdown-item {
    font-size: 1em;
    width: 35px;
    height: 35px;
}

.ecm-wrap + .ecm-wrap {
    margin-top: 30px;
}

.ecm-wrap .ecm-filter .filter-label {
    font-size: .95em;
    color: var(--color-dark);
    font-weight: 700;
    margin-right: 10px;
    padding-bottom: 5px;
}

.ecm-wrap .ecm-filter .filter-dropdown > li {
    position: relative;
    padding-bottom: 5px;
}

.ecm-wrap .ecm-filter .filter-dropdown > li > a {
    display: block;
    padding: 7px 15px;
    background-color: var(--color-white);
    font-size: .9em;
    color: var(--color-dark);
    border-radius: 4px;
}

.ecm-wrap .ecm-filter .filter-dropdown > li > a > i {
    position: relative;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 8px;
}

.ecm-wrap .ecm-filter .filter-dropdown > li > a > i:before {
    position: absolute;
    content: "";
    display: block;
    transition: .3s all ease;
    background: var(--color-dark);
    border-radius: 2px;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ecm-wrap .ecm-filter .filter-dropdown > li > a > i:after {
    position: absolute;
    content: "";
    display: block;
    transition: .3s all ease;
    background: var(--color-dark);
    border-radius: 2px;
    width: 1px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ecm-wrap .ecm-filter .filter-dropdown > li:hover > a > i:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ecm-wrap .ecm-filter .filter-dropdown > li:hover > a {
    color: var(--primary-color);
}

.ecm-wrap .ecm-filter .filter-dropdown > li:hover > a > i:before,
.ecm-wrap .ecm-filter .filter-dropdown > li:hover > a > i:after {
    background-color: var(--primary-color);
}

.ecm-wrap .ecm-filter .filter-dropdown > li > ul {
    position: absolute;
    transform: scaleY(0);
    transform-origin: 100% 0%;
    transition: transform 0.3s ease;
    top: 100%;
    right: 0;
    background: var(--color-white);
    box-shadow: 0 1px 15px 6px rgb(0 0 0 / 7%), 0 0 0 rgb(0 0 0 / 10%) inset;
    width: max-content;
    min-width: 200px;
    z-index: 2;
    border-radius: 4px;
}

.ecm-wrap .ecm-filter .filter-dropdown > li > ul > li > a {
    display: block;
    font-size: .9em;
    padding: 8px 15px;
    color: var(--color-dark);
}

.ecm-wrap .ecm-filter .filter-dropdown > li > ul > li > a:hover {
    color: var(--primary-color);
    background-color: var(--color-white-50);
}

.ecm-wrap .ecm-filter .filter-dropdown > li:hover > ul {
    transform: scaleY(1);
}

.ecm-pagination {
    font-size: .9em;
    margin-top: 30px;
}

.ecm-pagination .pagination-label {
    color: var(--color-dark-75);
}

.ecm-pagination .ecm-pagination_inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ecm-pagination .ecm-pagination_inner .pagination {
    margin-bottom: 0;
}

.ecm-pagination .ecm-pagination_inner .pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
    color: var(--color-dark);
    border-radius: 0;
    border: 0;
    overflow: hidden;
    outline: none;
    box-shadow: none;
    font-size: .9em;
}

.ecm-pagination .ecm-pagination_inner .pagination .page-item .page-link:hover,
.ecm-pagination .ecm-pagination_inner .pagination .page-item.active .page-link {
    color: var(--color-white);
    background-color: var(--primary-color);
}

.ecm-pagination .ecm-pagination_inner .pagination .page-item.active .page-link {
    font-weight: 700;
}

.ecm-sidebar {
    padding-top: 10px;
}

.ecm-sidebar_item {
    background-color: var(--color-white);
    overflow: hidden;
    position: relative;
}

.ecm-sidebar_item .sidebar-header {
    font-size: 1.05em;
    text-transform: uppercase;
    color: var(--color-dark);
    font-weight: 700;
    padding: 8px 10px;
    border-left: 5px solid var(--primary-color);
    display: flex;
    align-items: center;
}

.ecm-sidebar_item .sidebar-header > span {
    margin-right: 7px;
    font-size: 1.1em;
}

.ecm-sidebar_item .sidebar-body .sidebar-category > ul > li > a {
    display: flex;
    align-items: center;
    padding: 6px 10px 6px 40px;
    font-weight: 500;
    position: relative;
    font-size: .95em;
    color: var(--color-dark-25);
}

.ecm-sidebar_item .sidebar-body .sidebar-category > ul > li > a:before {
    position: absolute;
    top: 13px;
    left: 20px;
    width: 7px;
    height: 7px;
    display: block;
    content: "";
    background-color: var(--color-white);
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    transition: .3s all ease;
}

.ecm-sidebar_item .sidebar-body .sidebar-category > ul > li:hover > a {
    background-color: var(--primary-color);
    color: var(--color-white);
}

.ecm-sidebar_item .sidebar-body .sidebar-category > ul > li:hover > a:before {
    border: 2px solid var(--color-white);
}

.ecm-sidebar_item .sidebar-image {
    position: relative;
    overflow: hidden;
    display: block;
}

.ecm-sidebar_item .sidebar-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}

.ecm-sidebar_item .sidebar-image:hover:before {
    animation: shine 2s;
}

.ecm-sidebar_item .sidebar-filter .custom-control {
    display: flex;
    align-content: center;
    min-height: 1.5rem;
    padding: 6px 10px 6px 40px;
    margin-bottom: 2px;
}

.ecm-sidebar_item .sidebar-filter .custom-control .custom-control-label {
    width: 100%;
    display: inline-block;
    font-size: .95em;
    cursor: pointer;
}

.ecm-sidebar_item .sidebar-filter .custom-control .custom-control-label::before,
.ecm-sidebar_item .sidebar-filter .custom-control .custom-control-label::after {
    top: .1rem;
    transition: .3s all ease;
    box-shadow: none !important;
    width: 18px;
    height: 18px;
}

.ecm-sidebar_item .sidebar-filter .custom-control .custom-control-label::before {
    border-color: #adb5bd !important;
    border-radius: 2px;
}

.ecm-sidebar_item .sidebar-filter .custom-control .custom-control-label::after {
    background-image: url('../images/checked.svg');
    background-size: cover;
}

.ecm-sidebar_item .sidebar-filter .custom-control .custom-control-label > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ecm-sidebar_item .sidebar-filter .custom-control .custom-control-label > div > span:last-of-type {
    color: var(--color-gray-50);
}

.ecm-sidebar_item .sidebar-filter .custom-control .custom-control-input {
    outline: 0 !important;
    box-shadow: none !important;
}

.ecm-sidebar_item .sidebar-filter .custom-control .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary-color);
    border-color: var(--primary-color) !important;
}

.ecm-sidebar_item .range-inner {
    padding: 20px 20px 15px;
    font-size: .9em;
}

.ecm-sidebar_item .range-inner .noUi-horizontal {
    height: 6px;
    background: #D6D7D9;
    border: 0;
    box-shadow: none;
}

.ecm-sidebar_item .range-inner .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    background-color: var(--primary-color);
    border: 0;
}

.ecm-sidebar_item .range-inner .noUi-horizontal .noUi-handle,
.ecm-sidebar_item .range-inner .noUi-horizontal .noUi-connect {
    background-color: var(--primary-color);
}

.ecm-sidebar_item .range-inner .noUi-horizontal .noUi-origin .noUi-handle{
    right: -10px;
}

.ecm-sidebar_item .range-inner .noUi-horizontal .noUi-handle:before,
.ecm-sidebar_item .range-inner .noUi-horizontal .noUi-handle:after {
    display: none;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.ecm-sidebar_item .swiper-wrapper {
    height: unset;
}

.ecm-sidebar_item ul.contact {
    margin: 5px 0 !important;
}

.ecm-sidebar_item ul.contact li {
    margin-bottom: 20px;
    align-items: center;
    color: var(--color-dark);
    display: flex;
    font-size: .875em;
    flex-shrink: 0;
    padding: 2px 5px 2px 15px;
}

.ecm-sidebar_item ul.contact li:last-of-type {
    margin-bottom: 0;
}

.ecm-sidebar_item ul.contact li i {
    color: var(--primary-color);
    width: 20px;
    margin-right: 5px;
    text-align: center;
    font-size: 1.1em;
}

.ecm-sidebar_item ul.contact li img {
    width: 20px;
    margin-right: 5px;
}

.ecm-sidebar_item ul.contact li a {
    font-weight: 700;
    color: var(--primary-color);
    margin-left: 4px;
    display: inline-block;
    letter-spacing: 0.5px;
}

.ecm-sidebar_item + .ecm-sidebar_item {
    margin-top: 30px;
}

.ecm-page_detail-product {
    padding-bottom: 30px;
}

.ecm-page_detail-product .ecm-wrap {
    background-color: var(--color-white);
    padding: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .075);
}

.ecm-page_detail-product .product-badge {
    margin-bottom: 20px;
}

.ecm-page_detail-product .product-badge .product-badge_item {
    border-radius: 2em;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 22px;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 2px 15px;
    text-align: center;
    text-transform: uppercase;
    min-width: 70px;
    white-space: nowrap;
}

.ecm-page_detail-product .product-badge .product-badge_item + .product-badge_item {
    margin-left: 5px;
}

.ecm-page_detail-product .product-badge .badge-sale {
    background-color: var(--color-price);
}

.ecm-page_detail-product .product-badge .badge-new {
    background-color: var(--primary-color);
}

.ecm-page_detail-product .product-title {
    font-size: 1.3em;
    font-weight: 800;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
}

.ecm-page_detail-product .product-title:before {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    left: 0;
    bottom: 0;
    background-color: var(--color-white-75);
}

.ecm-page_detail-product .product-price {
    color: var(--color-price);
    font-weight: 800;
    font-size: 1.4em;
}

.ecm-page_detail-product .product-price span {
    font-size: .7em;
    font-weight: 400;
    color: var(--color-dark-50);
    margin-left: 5px;
    text-decoration: line-through;
}

.ecm-page_detail-product .product-text {
    margin-top: 10px;
    font-size: .95em;
    color: var(--color-dark-75);
    line-height: 1.4;
}

.ecm-page_detail-product .product-option {
    display: flex;
    margin-top: 15px;
}

.ecm-page_detail-product .product-option > span {
    font-size: .95em;
    color: var(--color-dark-75);
    display: inline-block;
    margin-right: 30px;
    white-space: nowrap;
}

.ecm-page_detail-product .product-option ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ecm-page_detail-product .product-option ul li {
    margin: 0 8px 8px 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.ecm-page_detail-product .product-option ul li > input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.ecm-page_detail-product .product-option ul li > label {
    display: inline-block;
    padding: 4px 20px;
    background-color: var(--color-white);
    position: relative;
    border: 1px solid var(--color-white-75);
    font-size: .85em;
    color: var(--color-dark);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0;
}

.ecm-page_detail-product .product-option ul li > label:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    color: #fff;
    border-width: 0 20px 20px 0;
    border-color: transparent var(--primary-color) transparent transparent;
    display: block;
    content: "";
}

.ecm-page_detail-product .product-option ul li:hover > label {
    background-color: var(--color-white-50);
}

.ecm-page_detail-product .product-option ul li > input:checked ~ label {
    border-color: var(--primary-color);
    background-color: var(--color-white-50);
}

.ecm-page_detail-product .product-option ul li > input:checked ~ label:before {
    opacity: 1;
    visibility: visible;
}

.ecm-page_detail-product .product-quantity {
    border-bottom: 1px dashed var(--color-white-75);
    border-top: 1px dashed var(--color-white-75);
    margin: 25px auto;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.ecm-page_detail-product .product-quantity .quantity {
    position: relative;
    width: 140px;
    line-height: 1;
    margin-right: 30px;
}

.ecm-page_detail-product .product-quantity .quantity .btn {
    bottom: 0;
    padding: 0;
    position: absolute;
    top: 0;
    font-size: 1.3em;
    color: var(--color-gray-75);
}

.ecm-page_detail-product .product-quantity .quantity .btn.minus {
    left: 10px;
}

.ecm-page_detail-product .product-quantity .quantity .btn.plus {
    right: 10px;
}

.ecm-page_detail-product .product-quantity .quantity .form-control {
    border-radius: 2em;
    height: 36px;
    line-height: 35px;
    padding: 5px 20px;
    text-align: center;
    background-color: var(--color-white-50);
    border-color: var(--color-white-50);
    font-size: .95em;
}

.ecm-page_detail-product .product-quantity > .form-group {
    margin-bottom: 0;
    font-size: .95em;
}

.ecm-page_detail-product .product-quantity > .form-group.in-stock > i {
    color: var(--primary-color);
}

.ecm-page_detail-product .product-quantity > .form-group.out-stock > i {
    color: var(--color-price);
}

.ecm-page_detail-product .product-info p {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: .95em;
}

.product-desc {
    margin-top: 25px;
}

.product-desc > p {
    font-weight: 700;
    color: var(--color-dark);
    font-size: 1.1em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed var(--color-white-75);
}

.product-desc > ul > li {
    font-size: .95em;
    margin-bottom: 8px;
}

.product-desc > ul > li > i {
    margin-right: 5px;
    width: 20px;
}

.product-desc > ul > li > i,
.product-desc > ul > li > span {
    color: var(--primary-color);
    font-weight: 700;
}

.product-button {
    border-top: 1px dashed var(--color-white-75);
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 25px 0 0;
}

.product-button .btn-effect {
    overflow: hidden;
    border-radius: 40px;
    font-size: .8em;
    padding: 10px 30px;
}

.product-button .btn-effect span {
    display: block;
    font-size: .8em;
    font-weight: 400;
}

.ecm-product_content {
    background-color: var(--color-white);
    box-shadow: 0 0 4px rgba(0, 0, 0, .075);
}

.ecm-product_content .header {
    border-bottom: 1px dashed var(--color-white-75);
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: 700;
}

.ecm-product_content .body {
    padding: 10px 20px 20px
}

.ecm-product_content .body h1 {
    font-size: 24px;
    font-weight: 700;
}

.ecm-product_content .body h2 {
    font-size: 22px;
    font-weight: 700;
}

.ecm-product_content .body h3 {
    font-size: 20px;
    font-weight: 700;
}

.ecm-product_content .body h4 {
    font-size: 18px;
    font-weight: 700;
}

.ecm-product_content .body h5 {
    font-size: 16px;
    font-weight: 700;
}

.ecm-product_content .body h6 {
    font-size: 14px;
    font-weight: 700;
}

.ecm-product_content img {
    max-width: 100%;
}

.ecm-product_content .table {
    font-size: .9em;
}

.ecm-product_content .table td:first-of-type {
    color: var(--color-dark-75);
    padding-left: 0;
}

.ecm-product_content + .ecm-product_content {
    margin-top: 30px;
}

.ecm-product_images img {
    width: 100%;
    cursor: pointer;
}

.ecm-product_images .theme-swiper-navigation {
    border-radius: 0;
    background: rgba(0, 0, 0, .4);
    color: var(--color-white) !important;
    box-shadow: none;
    width: 35px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}


.ecm-product_images .theme-swiper-navigation:after {
    color: var(--color-white);
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 1.4em;
    transition: .3s all ease;
}

.ecm-product_images .theme-swiper-navigation.swiper-button-prev:after {
    content: "\f053";
}

.ecm-product_images .theme-swiper-navigation.swiper-button-next:after {
    content: "\f054";
}

.ecm-product_images .theme-swiper-navigation:hover:after {
    color: var(--primary-color);
}

.ecm-product_images .theme-swiper-navigation.swiper-button-prev {
    padding-left: 0;
    left: 0;
    border-radius: 0 5px 5px 0;
}

.ecm-product_images .theme-swiper-navigation.swiper-button-next {
    padding-right: 0;
    right: 0;
    border-radius: 5px 0 0 5px;
}

.ecm-product_images .swiper-wrapper {
    height: unset;
}

.ecm-product_images .swiper-slide-thumb-active {
    opacity: .5;
}

.comment-write label {
    margin-bottom: 4px;
    font-weight: 700;
    color: var(--color-dark);
    font-size: .9em;
}

.comment-write .form-control {
    font-size: .9em;
    border-radius: 0;
    border: 1px solid var(--color-white-75);
    background: var(--color-white-50);
}

.comment-write span {
    font-size: .8em;
    color: var(--color-price);
    font-style: italic;
}

.comment-write .btn-effect {
    padding: 6px 23px;
    border-radius: 40px;
    font-size: .9em;
    overflow: hidden;
}

.comment-list {
    border-bottom: 1px dashed var(--color-white-75);
    margin-bottom: 25px;
    padding: 0 0 35px;
}

.comment-list_item .image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: var(--color-white-50);
    flex-shrink: 0;
    border: 1px solid var(--color-white-75);
}

.comment-list_item .image img {
    object-fit: cover;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.comment-list_item .content {
    margin-left: 20px;
    width: 100%;
}

.comment-list_item .content .name {
    font-size: 1em;
    color: var(--primary-color);
    font-weight: 700;
}

.comment-list_item .content .time {
    color: var(--color-gray-50);
    font-size: .8em;
}

.comment-list_item .content .desc {
    color: var(--color-dark-75);
    font-size: .95em;
    line-height: 1.3;
    margin-top: 5px;
}

.comment-list_item + .comment-list_item {
    margin-top: 20px;
}

.ecm-page_user {
    margin: 45px 0;
}

.ecm-page_user .ecm-wrap {
    position: relative;
    z-index: 21;
    display: flex;
    background: var(--color-white);
    box-shadow: 0 4px 32px 0 rgb(10 14 29 / 2%), 0 8px 64px 0 rgb(10 14 29 / 8%);
    border-radius: 3px;
    align-items: center;
    flex-direction: column;
    padding: 36px 56px 48px;
}

.ecm-page_user .ecm-wrap .ecm-wrap_header {
    margin-bottom: 50px;
}

.ecm-page_user .ecm-wrap .ecm-wrap_header .title {
    font-size: 2em;
    color: var(--primary-color);
    text-align: center;
    font-weight: 700;
}

.ecm-page_user .ecm-wrap .ecm-wrap_header .desc {
    text-align: center;
    font-size: .95em;
    color: var(--color-gray-25);
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-group {
    color: var(--color-dark-50);
    border: 1px solid var(--color-white-75);
    background-color: var(--color-white);
    box-shadow: none;
    margin-bottom: 24px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    border-radius: 3px;
    font-size: 1em;
    transition: border .3s linear;
    padding: 0 !important;
    width: 100%;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-group .user-label {
    height: 20px;
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-group .user-label:first-of-type {
    margin-left: 16px;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-group .user-label svg {
    width: 20px;
    height: 20px;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-group .user-label svg .stroke {
    fill: none;
    stroke: #95b086;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: .3s ease;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-group .user-label svg .fill {
    fill: #95b086;
    transition: .3s ease;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-group .user-input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    transition: border .3s linear;
    appearance: none;
    display: block;
    box-shadow: none;
    line-height: 1.42857143;
    font-weight: inherit;
    padding: 0 15px;
    color: var(--color-dark-50);
    font-size: 15px;
    border-radius: 3px;
    vertical-align: middle;
    min-height: 100%;
    border: none !important;
    background: transparent !important;
    height: auto;
    flex: 1 1 auto;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-group .user-input:last-of-type {
    margin-bottom: 0 !important;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-button button {
    width: 240px;
    margin: 0 auto;
    border-radius: 3px;
    text-align: center;
    display: block;
    padding: 14px 15px;
    overflow: hidden;
    font-size: .9em;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-button button.btn-facebook {
    background-color: #3B5998;
    font-size: .75em;
    display: inline-block;
    white-space: nowrap;
    text-transform: initial;
    padding: 10px 15px;
    width: 100%;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-button button.btn-facebook:before {
    background-color: #194396;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-button button.btn-google {
    background-color: #EA4335;
    font-size: .75em;
    display: inline-block;
    white-space: nowrap;
    text-transform: initial;
    padding: 10px;
    width: 100%;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-button button.btn-google:before {
    background-color: #cd362a;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-text {
    color: var(--color-dark-50);
    font-size: .9em;
}

.ecm-page_user .ecm-wrap .ecm-wrap_body .user-text > a:hover {
    text-decoration: underline;
}

.ecm-page_detail-article {
    padding-bottom: 30px;
}

.ecm-page_detail-article .ecm-wrap {
    background-color: var(--color-white);
    padding: 15px 15px 0;
    box-shadow: 0 0 4px rgb(0 0 0 / 8%);
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content h1.article-title {
    font-size: 1.5em;
    font-weight: 800;
    position: relative;
    line-height: 1.4;
    margin-bottom: 15px;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-category {
    margin-bottom: 5px;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-category > a {
    display: inline-block;
    padding: 3px 8px;
    background-color: var(--primary-color);
    color: var(--color-white);
    font-size: .7em;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-meta {
    font-size: .85em;
    color: var(--color-dark-75);
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-meta .article-author {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-meta .article-author img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 5px;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-meta .article-author a {
    font-weight: 700;
    color: var(--color-dark);
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-content {
    padding-top: 25px;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-content h1 {
    font-size: 24px;
    font-weight: 700;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-content h2 {
    font-size: 22px;
    font-weight: 700;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-content h3 {
    font-size: 20px;
    font-weight: 700;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-content h4 {
    font-size: 18px;
    font-weight: 700;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-content h5 {
    font-size: 16px;
    font-weight: 700;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-content h6 {
    font-size: 14px;
    font-weight: 700;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-content img {
    margin-top: 15px;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-content p {
    margin-bottom: 0;
    margin-top: 15px;
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-related {
    border-top: 1px dashed var(--color-white-75);
    margin-top: 25px;
    padding: 25px 0 0;
}

@media screen and (min-width: 991px) {
    .ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-related .ecm-article-item .card-header {
        height: 230px;
    }
}

.ecm-page_detail-article .ecm-wrap .ecm-wrap_content .article-related .ecm-heading {
    font-size: 1.6em;
}

.ecm-modal .modal-content {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.ecm-modal .modal-content .modal-body {
    padding: 0;
}

.ecm-modal .modal-content .modal-body .modal-inner {
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-info {
    width: 40%;
    position: relative;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-info .product-info_main {
    padding: 15px;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-info .product-info_main .product-name {
    font-size: 1.1em;
    color: var(--color-dark);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-info .product-info_main .product-price {
    font-size: .95em;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-info .product-info_main .product-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: .95em;
    margin-top: 4px;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-info .product-info_main .product-price span,
.ecm-modal .modal-content .modal-body .modal-inner .product-info .product-info_main .product-flex .product-quantity span,
.ecm-modal .modal-content .modal-body .modal-inner .product-info .product-info_main .product-flex .product-option span {
    font-weight: 700;
    color: var(--color-price);
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form {
    width: 60%;
    position: relative;
    padding: 15px 30px;
    background-color: var(--color-white);
    color: var(--color-dark-75);
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--color-white-50);
    border-radius: 50%;
    color: var(--color-dark-75);
    top: -15px;
    right: -15px;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .modal-close:hover {
    background-color: var(--color-white-75);
    cursor: pointer;
    color: var(--color-dark);
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-method,
.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-info {
    margin-bottom: 20px;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-method > label,
.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-info > label {
    font-weight: 700;
    color: var(--color-dark);
    font-size: 17px;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-method .method-list {
    flex-wrap: wrap;
    display: flex;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-method .method-list .method-list_item {
    position: relative;
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-method .method-list .method-list_item input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-method .method-list .method-list_item span {
    font-size: .85em;
    padding: 6px 16px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    background-color: var(--color-white);
    border: 1px solid var(--color-white-75);
    color: var(--color-dark);
    transition: .3s all ease;
    cursor: pointer;
    overflow: hidden;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-method .method-list .method-list_item span:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    color: #fff;
    border-width: 0 20px 20px 0;
    border-color: transparent var(--primary-color) transparent transparent;
    display: block;
    content: "";
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-method .method-list .method-list_item input:checked ~ span {
    border-color: var(--primary-color);
    background-color: var(--color-white-50);
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-method .method-list .method-list_item input:checked ~ span:before {
    opacity: 1;
    visibility: visible;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-info .form-group {
    font-size: .9em;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-info .form-group .form-control {
    background-color: var(--color-white-50);
    border-radius: 0;
    font-size: .95em;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-info .btn {
    overflow: hidden;
    font-size: .8em;
    padding: 10px 30px;
    border-radius: 3px;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-info .text-close {
    border-bottom: 1px dashed var(--color-gray-50);
    transition: .3s all ease;
    color: var(--color-gray-50);
    font-size: .9em;
}

.ecm-modal .modal-content .modal-body .modal-inner .product-form .product-form_inner .form-info .text-close:hover {
    color: var(--color-dark);
    border-bottom-color: var(--color-dark);
}

@media screen and (max-width: 990px) {
    .ecm-header .ecm-header_top {
        padding: 10px 0;
        text-align: center;
    }

    .ecm-header .ecm-header_middle .header-search form button {
        height: 42px;
    }

    .ecm-header .ecm-header_middle .header-search form input {
        height: 42px;
        font-size: .95em;
    }

    .ecm-header .ecm-header_middle .header-hamburger {
        width: 34px;
        height: 32px;
        position: relative;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-shrink: 0;
        background-color: var(--color-white-50);
        border-radius: 4px;
    }

    .ecm-header .ecm-header_middle .header-hamburger i {
        background-color: var(--color-dark);
        border-radius: 2px;
        content: '';
        display: block;
        width: 20px;
        height: 2px;
    }

    .ecm-header .ecm-header_middle .header-hamburger i:nth-child(1) {
        -webkit-animation: outTop .5s backwards;
        animation: outTop .5s backwards;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
    }

    .ecm-header .ecm-header_middle .header-hamburger i:nth-child(2) {
        margin: 5.5px 0;
        -webkit-animation: outMiddle .5s backwards;
        animation: outMiddle .5s backwards;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
    }

    .ecm-header .ecm-header_middle .header-hamburger i:nth-child(3) {
        -webkit-animation: outBottom .5s backwards;
        animation: outBottom .5s backwards;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
    }

    .ecm-header.toggle-navigation .ecm-header_middle .header-hamburger i {
        background-color: var(--primary-color);
    }

    .ecm-header.toggle-navigation .ecm-header_middle .header-hamburger i:nth-child(1) {
        -webkit-animation: inTop .5s forwards;
        animation: inTop .5s forwards;
    }

    .ecm-header.toggle-navigation .ecm-header_middle .header-hamburger i:nth-child(2) {
        -webkit-animation: inMiddle .5s forwards;
        animation: inMiddle .5s forwards;
    }

    .ecm-header.toggle-navigation .ecm-header_middle .header-hamburger i:nth-child(3) {
        -webkit-animation: inBottom .5s forwards;
        animation: inBottom .5s forwards;
    }

    .ecm-header .ecm-header_middle .header-hamburger.no-animation i {
        -webkit-animation: none;
        animation: none;
    }

    @-webkit-keyframes inMiddle {
        50% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(45deg);
        }
    }

    @keyframes inMiddle {
        50% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }

    @-webkit-keyframes outMiddle {
        50% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(45deg);
        }
    }

    @keyframes outMiddle {
        50% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }

    @-webkit-keyframes inTop {
        0% {
            -webkit-transform: translateY(0px) rotate(0deg);
        }
        50% {
            -webkit-transform: translateY(7.25px) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(7.25px) rotate(135deg);
        }
    }

    @keyframes inTop {
        0% {
            -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
        }
        50% {
            -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(8px) rotate(135deg);
            transform: translateY(8px) rotate(135deg);
        }
    }

    @-webkit-keyframes outTop {
        0% {
            -webkit-transform: translateY(0px) rotate(0deg);
        }
        50% {
            -webkit-transform: translateY(7.25px) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(7.25px) rotate(135deg);
        }
    }

    @keyframes outTop {
        0% {
            -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
        }
        50% {
            -webkit-transform: translateY(7.25px) rotate(0deg);
            transform: translateY(7.25px) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(7.25px) rotate(135deg);
            transform: translateY(7.25px) rotate(135deg);
        }
    }

    @-webkit-keyframes inBottom {
        0% {
            -webkit-transform: translateY(0px) rotate(0deg);
        }
        50% {
            -webkit-transform: translateY(-7px) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(-7px) rotate(135deg);
        }
    }

    @keyframes inBottom {
        0% {
            -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
        }
        50% {
            -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(-7px) rotate(135deg);
            transform: translateY(-7px) rotate(135deg);
        }
    }

    @-webkit-keyframes outBottom {
        0% {
            -webkit-transform: translateY(0px) rotate(0deg);
        }
        50% {
            -webkit-transform: translateY(-7px) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(-7px) rotate(135deg);
        }
    }

    @keyframes outBottom {
        0% {
            -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
        }
        50% {
            -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(-7px) rotate(135deg);
            transform: translateY(-7px) rotate(135deg);
        }
    }

    .ecm-header .ecm-header_bottom .header-menu {
        right: -150%;
        top: 0;
        position: fixed;
        z-index: 1040;
        opacity: 0;
        visibility: hidden;
        list-style-type: none;
        margin-bottom: 0;
        width: calc(100% - 60px);
        height: 100vh;
        overflow-y: scroll;
        max-width: 300px;
        background: #fff;
        border-bottom: none;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        padding: 10px 20px 60px;
        -webkit-box-shadow: 0 4px 5px #8891a9;
        box-shadow: 0 4px 5px #8891a9;
    }

    .ecm-header .ecm-header_bottom .header-menu > ul {
        margin-left: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li > a {
        color: var(--color-dark);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: .95em;
        padding: 15px;
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li {
        position: relative;
        width: 100%;
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li > ul {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        box-shadow: none;
        width: calc(100% - 10px);
        margin: 0 auto;
        background: var(--color-white-50);
        transition: .3s all ease;
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li > a {
        color: var(--color-dark);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: .95em;
        padding: 8px 10px;
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li > ul > li > a {
        color: var(--color-dark);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: .90em;
        padding: 8px 10px 8px 30px;
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li > a span {
        margin-right: 6px;
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li > a i.menu-arrow {
        margin-left: auto;
        position: relative;
        height: 10px;
        width: 10px;
        display: inline-block;
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li > a i.menu-arrow:before {
        position: absolute;
        content: "";
        display: block;
        transition: .3s all ease;
        background-color: var(--color-dark);
        border-radius: 2px;
        width: 100%;
        height: 1px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li > a i.menu-arrow:after {
        position: absolute;
        content: "";
        display: block;
        transition: .3s all ease;
        background-color: var(--color-dark);
        border-radius: 2px;
        width: 1px;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li.close-navigation > a > img {
        height: 40px;
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li.close-navigation > a#close-navigation {
        padding: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        font-size: 1em;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-flex;
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li > a > .menu-arrow:before,
    .ecm-header .ecm-header_bottom .header-menu > ul > li > a > .menu-arrow:after,
    .ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li > a > .menu-arrow:before,
    .ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li > a > .menu-arrow:after {
        background-color: var(--color-dark);
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li > a[aria-expanded=true] > .menu-arrow:after,
    .ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li > a[aria-expanded=true] > .menu-arrow:after {
        transform: translate(-50%, -50%) rotate(
                90deg
        );
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li:hover > a > i:after {
        transform: translate(-50%, -50%);
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li:hover > a {
        color: var(--color-dark);
    }

    .ecm-header .ecm-header_bottom .header-menu > ul > li > ul > li > a[aria-expanded=true] {
        color: var(--primary-color);
    }

    .ecm-header.toggle-navigation .ecm-header_overlay {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        display: none;
        z-index: 1001;
        background: rgba(0, 0, 0, .4);
    }

    .ecm-header.toggle-navigation .ecm-header_overlay {
        display: block;
    }

    .ecm-header.toggle-navigation .ecm-header_bottom .header-menu {
        right: 0;
        visibility: visible;
        opacity: 1;
    }


    .ecm-modal .modal-content .modal-body .modal-inner .product-info,
    .ecm-modal .modal-content .modal-body .modal-inner .product-form {
        width: 100%;
    }

    .ecm-modal .modal-content .modal-body .modal-inner .product-form {
        position: static;
        padding: 25px 15px 15px;
        border-top: 1px dashed var(--color-white-75);
        margin-top: 25px;
    }

    .ecm-modal .modal-content .modal-body .modal-inner .product-form .modal-close {
        top: -7.5px;
        right: -7.5px;
    }
}

@media screen and (max-width: 767px) {
    .ecm-page_detail-product .product-title {
        font-size: 1.2em;
    }

    .ecm-page_detail-product .product-option {
        flex-direction: column;
    }

    .ecm-page_detail-product .product-option > span {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .product-button .btn-effect {
        padding: 7px 15px;
        font-size: .8em;
    }

    .ecm-footer .footer-item_info p a {
        margin-right: 5px;
        width: 30px;
        height: 30px;
    }

    .ecm-cta.show {
        display: none;
    }

    .ecm-heading {
        font-size: 1.5em;
    }

    .ecm-filter {
        margin-top: 5px;
    }

    .ecm-sidebar_image {
        background-color: transparent !important;
        text-align: center;
    }

    .ecm-page_user .ecm-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

    .ecm-page_user .ecm-wrap .ecm-wrap_body {
        width: 100%;
    }

    .ecm-page_user .ecm-wrap .ecm-wrap_body .user-button .btn {
        width: 100% !important;
    }

    .ecm-page_user .ecm-wrap .ecm-wrap_body .user-button.d-flex {
        flex-direction: column;
    }

    .ecm-page_user .ecm-wrap .ecm-wrap_body .user-button.d-flex .btn {
        margin: 5px 0 !important;
    }

    .ecm-highlight .ecm-highlight_item {
        padding: 33.33333% 0 !important;
    }

    .swiper-navigation [class*=swiper-button] {
        opacity: 1;
        visibility: visible;
    }

    .swiper-navigation .swiper-button-prev {
        left: 0 !important;
    }

    .swiper-navigation .swiper-button-next {
        right: 0 !important;
    }
}

@media screen and (max-width: 599px) {
    .ecm-pagination {
        text-align: center;
    }

    .ecm-pagination .ecm-pagination_inner {
        justify-content: center;
        margin-bottom: 10px;
    }

    .ecm-subscribe .subscribe-inner {
        flex-direction: column;
        text-align: center;
    }

    .ecm-subscribe .subscribe-inner .subscribe-content {
        margin: 10px 0;
    }
}
@media (min-width: 768px) {
    .h-210{
        height: 210px !important;
    }
}
