


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
span,
a,
p,
sub,
blockquote,
th,
td {
    font-family: 'Montserrat', sans-serif;
    outline: none;
    font-size: 15px;
}

*,
*:before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body, ul {
    margin: 0;
    padding: 0;
    /*font-family: Pangea, sans-serif;*/
    /*font-size: 14px;*/
    font-weight: 400;
    line-height: 1.5;
    color: #231f20;
    text-align: left;
    background-color: #fff;
}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.ui-slider-handle {
    border-radius: 50%;
}


a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    transition: all .2s;
}

ul {
    list-style: none;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    outline: none;
}

.site-wrapper {
    padding-top: 80px;
}

/********** header*********/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    transition: all .3s;
}

.site-header .container:after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background: #E7E8E9;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}


.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
    position: relative;
}


.header__logo img {
    width: 206px;
    height: 66px;
    display: block;
}

.header {
    background-color: #fff;
    transition: all .3s;
    position: relative;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    display: flex;

}

.nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0 30px;
    height: 50px;
}

.nav__item > a {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: capitalize;
    padding: 0;
    white-space: nowrap;
}

.header__actions {
    display: flex;
    align-items: center;
}

.header-actions__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}

.header-actions__button i {
    font-size: 20px
}

.header__actions > :not(:first-child) {
    margin-left: 20px;
}

.header-actions__button .counts {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    right: -5px;
    top: 0;
    width: 13px;
    height: 13px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    pointer-events: none;
}

.header-actions__menu {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 20px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all .3s;
}

.header__actions .sub-action, .profile-acc {
    position: absolute;
    top: 40px;
    right: 0;
    background: #FFF;
    display: none;
    z-index: 2;
    border: 1px solid #E7E8E9;
    box-sizing: border-box;
    border-radius: 4px;
    width: max-content;
    min-width: 255px;
}
.profile-acc ul {
    padding: 0 24px;
}
.profile-acc ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #808285;
    margin-bottom: 24px;
    display: block;
}
.profile-acc ul li i {
    font-size: 15px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}

.top-action {
    padding: 24px 24px 20px;
    position: relative;
    border-bottom: 1px solid #F7F8F9;
    margin-bottom: 24px;
}

.sub-action h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #221F20;
}

.sub-action ul {
    padding: 0 24px;
}

.open__search .sub-action {
    display: none;
}

.sub-action ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #808285;
    margin-bottom: 24px;
    display: block;
}

.sub-action ul li i {
    font-size: 15px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}


.header-actions__inner {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
    border: 1px solid #d9d9d9;
    color: #000;
}

.mini-cart {
    padding: 1rem;
    width: 400px;
}

.header_right {
    display: flex;
}

.search-form {
    /*margin-right: 20px;*/
    /*position: relative;*/
    /*width: 240px;*/
    width: 100%;
    max-width: 360px;
    position: relative;
    margin-right: 55px;
}

.search-form input {
    width: 100%;
    height: 40px;
    background: #FFF;
    border: 1px solid #E7E8E9;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    padding-left: 40px;
}

.search-form button {
    height: 40px;
    width: 40px;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    cursor: pointer;
    font-size: 16px;
}


.menu-toggle {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #000;
    transform: translate3d(-50%, -50%, 0);
    transition: all .3s;
}

.menu-toggle span:first-of-type {
    top: calc(50% - 5px);
}

.menu-toggle span:nth-of-type(3) {
    top: calc(50% + 5px);
}

.header__toggle {
    display: none;
}

.header__toggle > div {
    width: 50px;
    height: 50px;
    margin-left: -15px;
}

.menu-toggle.is-active span:first-of-type {
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    transform: translateZ(0) rotate(45deg);
}

.menu-toggle.is-active span:nth-of-type(2) {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.menu-toggle.is-active span:nth-of-type(3) {
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    transform: translateZ(0) rotate(-45deg);
}


/*menu-mobile*/
.site-nav.style--sidebar.active, .menu-nav--sidebar.active {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-nav--sidebar {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10000;
    overflow-y: scroll;
    -ms-transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    transform: translateX(-100%);
    /*border: 0.0625rem solid #000;*/
}

#wrap-menu {
    padding: 20px 16px 0;
}

.close-menu-mobile {
    margin-bottom: 20px;
}

.close-menu-mobile i {
    font-size: 20px;
}

.box-action a {
    background: #221F20;
    border-radius: 16px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F7F8F9;
    padding: 12px 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

/*end menu-mobile*/


/*menu desktop*/
nav {
    display: block;
}

.main-nav-menu .menu__list {
    display: flex;
    justify-content: center;
    /*flex-wrap: wrap;*/
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

#nav-menu .main-nav-menu .menu__list--top > li > a {
    position: relative;
    display: block;
    color: #000;
    font-weight: 600;
}

.main-nav-menu .menu__list:not(.menu__list--second) > .menu__item > .menu__link {
    /*padding: 0 15px;*/
    margin-right: 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 70px;
}

.menu__list .menu__item a.menu__link:hover {
    color: #AC2F33;
}

#nav-menu .main-nav-menu .menu__list--top > li > a:hover {
    color: #AC2F33;
}

.menu__item.third a, .menu__item.four a:hover {
    color: #221F20;
}

.main-nav-menu .menu__list:not(.menu__list--second) > .menu__item > .menu__content {
    width: 100%;
    position: absolute;
    display: none;
    background: #fff;
    z-index: 2;
    /*transition: max-height .5s ease;*/
    overflow: hidden;
    padding: 15px 0 20px;
    left: 0;
    border: 1px solid #E7E8E9;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.main-nav-menu .menu__list .menu-flex {
    display: flex;
    /*justify-content: center;*/
}

.menu__list--third {
    display: block !important;
}

.menu__item.third .menu__list.menu__list--third {
    margin-top: 16px;
}

.main-nav-menu .menu__list--second .menu__item .menu__link {
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #221F20;
}

.menu__item.third a, .menu__item.four a {
    font-weight: 400;
    margin-bottom: 16px;
    display: block;
}

.main-nav-menu .menu__list--second {
    font-weight: 400;
    text-transform: capitalize;
    /*flex-direction: column;*/
    background-color: inherit;
    padding: 0 15px;
    flex-wrap: wrap;
}

.menu__item:hover .menu__content {
    display: block !important;
}

.iconSub {
    display: none;
}

.menu__item .third {
    margin-right: 50px !important;
}

/*alo*/
#nav nav.main-nav ul li a:hover {
    color: #f56200;
}

#nav .main-nav > ul > li {
    float: left;
    z-index: 10
}

#nav .main-nav > ul > li > a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0 15px;
    margin: 0 25px 0 0;
    position: relative;
}

#nav .main-nav > ul > li > a:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-bottom: 2px solid #5c5c5c;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

#nav .main-nav > ul > li > a:hover:before,
#nav .main-nav > ul > li.active > a:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

#nav .main-nav ul {
    padding-left: 0;
    margin: 0;
}

#nav .main-nav ul > li a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    margin-left: 4px;
    margin-bottom: 2px;
}

#nav .main-nav .sub_menu {
    background: #fff;
    position: absolute;
    z-index: 999;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#nav .main-nav ul > li > ul {
    top: 100%;
    margin-top: -2px;
    border-top: 2px solid #5c5c5c;
}

#nav .main-nav li:hover > .sub_menu {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

#nav .main-nav .sub_menu a {
    padding: 9px 18px;
    white-space: nowrap;
    text-align: left;
    display: block;
    font-size: 14px;
}

#nav .main-nav .sub_menu .sub_menu {
    left: 100%;
    top: 0;
    margin-left: 1px;
    margin-top: 0;
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg)
}

#nav .main-nav .sub_menu li:not(:first-child) {
    border-top: 1px solid #ecf0f1
}

#nav .main-nav .sub_menu li {
    position: relative;
}

#nav .main-nav ul > li i {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

#nav .main-nav ul > li:hover > a i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 0;
}

/*menu-mobile*/
.menu-collection ul.submenu {
    display: none;
    padding: 8px 0 8px 25px;
}

.menu-collection ul.submenu li.navi2:not(:last-child) {
    margin-bottom: 10px;
}

.menu-collection li.navi1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.menu-collection li.navi1 > a {
    display: inline-block;
    /*margin-bottom: 20px;*/
}

.menu-collection li.navi1 span.icon-subnav {
    float: right;
}

.menu-collection ul.subnav-children li.navi2 > a {
    padding: 8px 0 8px 25px;
}

/*end menu-mobile*/


.coupon-info {
    display: flex;
    margin-bottom: 24px;
    /*margin-right: -10px;*/
}

.item-nav-info, .item-nav-info a {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    padding: 12px 0;
}

.left-nav-info {
    max-width: 32%;
    background: #D73831;
}

.center-nav-info {
    max-width: 36%;
    background: #DC633A;
}

.right-nav-info {
    max-width: 32%;
    background: #AC2F33;
}

.homepage-banner {
    position: relative;
}

.bg-before {
    position: relative;
}

.bg-before:before {
    content: "";
    border: 1px solid #D1D2D4;
    box-sizing: border-box;
    border-radius: 24px 0px;
    padding: 13px 24px;
    position: absolute;
    content: "";
    bottom: 0;
    right: -5px;
    z-index: -1;
    width: 100%;
    height: 93%;
}

.bg-before_02.bg-before:before {
    border-radius: 80px 0px 80px 0px;
    right: -10px;
    height: 98%;
}

.homepage-banner {
    margin-bottom: 40px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    background: #FFF;
}

.banner-slide__item {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    overflow: hidden;
}

.homepage-product, .homepage-product-new, .homepage-product-hot {
    margin-bottom: 40px;
}

.homepage-product-new .title-section, .homepage-product-hot .title-section  {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    color: #221F20;
    margin-bottom: 30px;
}

.product-head ul {
    text-align: center;
    margin-bottom: 28px;
}

.item-tab {
    color: #6C6D70;
    font-size: 20px;
    line-height: 30px;
    margin-right: 56px;
    display: inline-block;
    cursor: pointer;
}

.item-tab:last-child {
    margin: 0;
}

.item-tab.active {
    color: #221F20;
    border-bottom: 2px solid #221F20;
}

.list-product .product {
    position: relative;
    /*margin-right: 30px;*/
}
.product {
    margin-bottom: 30px;
}

.product-item {
    position: relative;
}
.all-accessories h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #221f20;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.info-ticket {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    line-height: 40px;
    top: 0;
    /*left: -7px;*/
    right: -7px;
    z-index: 3;
}

.ticket-news {
    background: url(../img/new-icon.png) no-repeat center/cover;
    padding: 7px 15px 7px 15px;
    text-transform: uppercase;
}

.thumb-product {
    margin-bottom: 17px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.soldout {
    position: absolute;
    top: 18px;
    left: -41px;
    background: #9d020e;
    width: 150px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    transform: rotate(17deg);
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
}

.soldout span {
    color: #db9e08;
}

.thumb-product img {
    width: 100%;
    object-fit: scale-down;
    aspect-ratio: 2/3;
}

.list-color {
    margin-bottom: 13px;
    /*display: flex;*/
    display: inline-block;
    justify-content: space-between;
}

.list-color ul {
    position: relative;
}

.add-to-cart a {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #221f20;
    border-radius: 8px 0;
    width: 32px;
    height: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.favourite {
    display: inline-block;
    float: right;
}

.list-color ul {
    /*white-space: nowrap;*/
}


.list-color ul li {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid #DCDCDC;
}

.list-color ul li img {
    display: none;
}

.list-color ul li.checked:before {
    content: "";
    left: 38%;
    top: 12%;
    width: 6px;
    height: 12px;
    border: solid #DCDCDC;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
}

.list-color ul li img {
    border-radius: 50%;
}

.product .title-product a {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 32px;
    display: -webkit-box;
}

.title-product a {
    color: #57585A;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

.title-product {
    font-size: 20px;
}

.price-product ins {
    color: #3E3E3F;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
.price-product del {
    color: #A8A9AD;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.link-product {
    margin-top: 24px;
}

.link-product {
    text-align: center;
}

.link-product .all-product {
    background: #FFFFFF;
    border: 1px solid #221F20;
    box-sizing: border-box;
    border-radius: 24px 0px;
    padding: 13px 24px;
    font-size: 16px;
    line-height: 20px;
    color: #221F20;
    display: inline-block;
    position: relative;
}
.link-product .all-product:hover {
    background: #221F20;
    color: #FFF;
    border: 1px solid #221F20;
}

.link-product .all-product:after {
    border: 1px solid #D1D2D4;
    box-sizing: border-box;
    border-radius: 24px 0px;
    padding: 13px 24px;
    position: absolute;
    content: "";
    bottom: 0;
    right: -5px;
    z-index: -1;
    width: 100%;
    height: 93%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.img-trending-desktop img {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.list-ads-brand .slider-ads-brand .ads-brand-item img {
    border-radius: 50px 0 50px 0;
}

.home-trending, .home-gallery {
    margin-bottom: 40px;
}

.slider-ads-brand:before {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 79%;
    height: 1px;
    background: #D1D2D4;
}

.list-ads-brand {
    margin-bottom: 107px;
}

.home-gallery .title-gallery {
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #221F20;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.title-gallery {
    text-transform: uppercase;
}


/**********footer**********/
.main-footer .top-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-footer {
    padding-bottom: 32px;
    justify-content: space-between;
    display: flex;
}

.top-left {
    margin-bottom: 16px;
}

.content-ft {
    font-size: 14px;
    line-height: 24px;
    color: #3E3E3F;
}

.list-social {
    margin-top: 24px;
    margin-bottom: 32px;
}

.hotline a {
    background: #221F20;
    border-radius: 16px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #F7F8F9;
    padding: 12px 24px;
}

.list-social li {
    vertical-align: middle;
}

.list-social li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.center-footer {
    display: flex;
    justify-content: space-around;
}

.item-center-ft .title-footer, .info-right-ft .title-footer {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #221F20;
    margin-bottom: 20px;
}

.right-footer .register-form {
    background: #FFFFFF;
    border: 6px solid #E7E8E9;
    border-radius: 56px 0px;
    padding: 32px 28px;
    margin-bottom: 32px;
}

.right-footer .register-form .title-footer {
    text-align: left;
    max-width: 80%;
    margin-bottom: 8px;
}

.register-form .title-footer {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #221F20;
    text-align: center;
    margin-bottom: 23px;
}

.right-footer .register-form form {
    display: flex;
    justify-content: space-between;
}

.right-footer .register-form form > input {
    width: 63%;
    margin-right: 0;
    padding-left: 0;
}

.register-form form input {
    border: 0;
    border-bottom: 1px solid #BCBDC0;
    font-size: 14px;
    line-height: 24px;
    color: #221F20;
    padding: 0 12px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-right: 15px;
}

.btn-submit {
    position: relative;
    display: inline-block;
    background: #FFF;
    border-radius: 24px 0px;
}

.right-footer .register-form .btn-submit:before {
    z-index: 0;
}

.btn-submit:before {
    border: 1px solid #D1D2D4;
    box-sizing: border-box;
    border-radius: 24px 0px;
    padding: 13px 24px;
    position: absolute;
    content: "";
    bottom: 0;
    right: -5px;
    z-index: -1;
    width: 100%;
    height: 93%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.register-form form .form-submit {
    background: #FFF;
    border: 1px solid #221F20;
    box-sizing: border-box;
    border-radius: 24px 0px;
    margin-right: 0;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #221F20;
    padding: 12px 27px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.site-footer .info-right-ft ul {
    display: flex;
}

.info-right-ft ul li {
    display: inline-block;
    margin-right: 19px;
}

.register-form form .form-submit:hover {
    background: #221F20;
    color: #FFF;
    border: 1px solid #221F20;
}

.site-footer {
    padding: 60px 0 0;
    border-bottom: 1px solid #D1D2D4;
    border-top: 1px solid #D1D2D4;
}

.coppy-right {
    font-size: 16px;
    line-height: 20px;
    color: #57585A;
    text-align: center;
}

.site-footer-bot {
    padding: 24px 0;
}

.site-footer-mb, .nav-bottom {
    display: none;
}
.item-ft-desktop ul li {
    margin-bottom: 16px;
}
.item-ft-mb ul {
    display: none;
}


/****cartSidebar****/
.site-nav.style--sidebar.active {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.site-nav.style--sidebar {
    position: fixed;
    width: 480px;
    height: 100vh;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 8888;
    overflow: hidden;
    -ms-transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

#site-nav--mobile.show-cart #site-cart {
    display: block;
}

.site-nav.style--sidebar .site-nav-container {
    width: calc(100% + 20px);
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.site-nav.style--sidebar .site-nav-container-last {
    width: calc(100% - 20px);
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.site-overlay {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 7777;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
}

.site-overlay.active {
    opacity: 1;
    visibility: visible;
}

#site-close-handle {
    position: absolute;
    top: 24px;
    right: 18px;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: 0 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform .15s linear;
    -webkit-transition: transform .15s linear;
    transition: transform .15s linear;
}

#site-close-handle .fa-times {
    font-size: 35px;
}

.car-top-action {
    padding: 0 24px 20px 0;
    position: relative;
    border-bottom: 1px solid #F7F8F9;
    margin-bottom: 24px;
}

.car-top-action h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    position: relative;
}

.car-top-action .number-cart {
    padding-left: 0px;
}

.number-cart {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    background: #221F20;
    width: 24px;
    height: 24px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -32px;
    /*font-family: 'Montserrat';*/
}

.cart-main-action {
    max-height: calc(100vh - 75px - 240px);
    overflow-y: auto;
}

.item-product-cart {
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F6F7F8;
}

.thumb-product-cart {
    width: 64px;
}

.info-product-cart {
    width: calc(100% - 64px);
    padding-left: 12px;
    padding-right: 15px;
}

.item-product-cart .info-product-cart h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #3E3E3F;
    margin-bottom: 8px;
}

.info-properties {
    margin-bottom: 12px;
    display: flex;
}

.info-properties p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0;
}

.info-properties p:last-child {
    margin-right: 0;
}

.info-price-mini {
    display: flex;
    justify-content: space-between;
}

.info-price-quantity {
    display: flex;
    position: relative;
    width: max-content;
    padding: 0 12px;
}

.price-quantity {
    position: absolute;
    top: 0;
    background: #FFFFFF;
    border: 1px solid #E7E8E9;
    border-radius: 8px 0px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.price-quantity-plus {
    right: 0;
}

.price-quantity {
    position: absolute;
    top: 0;
    background: #FFFFFF;
    border: 1px solid #E7E8E9;
    border-radius: 8px 0px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.info-price-quantity input {
    font-weight: normal;
    font-size: 14px !important;
    line-height: 16px;
    height: 24px;
    padding: 4px 10px !important;
    width: 55px;
    text-align: center;
    border: 1px solid #E7E8E9;
    border-radius: 4px;
    margin-left: 10px;
}

.cart-bottom-action {
    margin-top: auto;
}

.cart-bottom-action .total-price {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-align: right;
    color: #525459;
    margin-bottom: 16px;
    padding: 0 24px;
    border-bottom: 1px solid #F6F7F8;
}

.cart-bottom-action .total-price strong {
    font-size: 18px;
    line-height: 24px;
    color: #0A0A0B;
    font-weight: 600;
}

.cart-bottom-action .action-view-cart {
    color: #FFFFFF;
    background: #0A0A0B;
    border: 1px solid transparent;
    margin-bottom: 20px;
}

.cart-bottom-action a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
}

.cart-bottom-action .action-login {
    color: #4B4E51;
    background: #FFF;
    border: 1px solid #4B4E51;
}

.cart-bottom-action .action-view-cart:hover {
    color: #0A0A0B;
    background: #FFF;
    border: 1px solid #0A0A0B;
}

.cart-bottom-action .action-login:hover {
    background: #0A0A0B;
    color: #FFF;
    border: 1px solid #FFF;
}

/*****endSideBar*****/


/*****bread scrum*****/
.breadcrumb__list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f7f8f9;
}

.breadcrumb__item:first-child .breadcrumb__link {
    color: #6c6d70;
}

.breadcrumb__link {
    font-size: 14px;
    line-height: 24px;
}

.breadcrumb__item + .breadcrumb__item:before {
    content: "-";
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    margin-left: 8px;
    color: #6c6d70;
}

.breadcrumb__item + .breadcrumb__item .breadcrumb__link {
    color: #221f20;
}

.breadcrumb-products {
    /*padding: 0 10px;*/
}

/***pagination***/
.pagination {
    margin-top: 32px;
    justify-content: center;
}

.pagination li {
    background: #FFFFFF;
    border: 1px solid #E7E8E9;
    border-radius: 8px 0px;
    height: 32px;
    font-size: 12px;
    color: #6C6D70;
    text-align: center;
    line-height: 30px;
    margin-right: 12px;
}

.pagination li a {
    display: block;
    min-width: 32px;
}

.pagination li.active a, .pagination li:hover a {
    color: #fff;
    background: #221F20;
    border-radius: 8px 0px;
    height: 32px;
}
#alertFixed .close {
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#alertFixed {
    right: 15px;
    z-index: 100000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /*background: #fff;*/
}
#alertFixed a:hover {
    color: inherit;
}

#alertFixed .pull-left {
    position: relative;
}

#alertFixed .pull-left .fa-shopping-bag {
    font-size: 200px;
}

#alertFixed .fa-check {
    position: absolute;
    top: 61%;
    /* left: 50%; */
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 65px;
    color: #000;
}
#alertFixed .fade:not(.show) {
    opacity: 1 !important;
}

#alertFixed .alert-success {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

#alertFixed .text-conf {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 20px;
}
#alertFixed .alert-dismissible {
    padding-right: 15px;
}


/*quickviewb button*/
.product-detail__quantity .product-detail__quantity-input {
    width: 144px;
    position: relative;
    height: 48px;
    margin-left: 16px;
}
.product-detail__quantity .product-detail__quantity-input input {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px 0;
    /*padding-left: 20px;*/
    border: 1px solid #e7e8e9;
}
.product-detail__quantity .product-detail__quantity-input .product-detail__quantity--increase {
    right: 0;
}
.product-detail__quantity .product-detail__quantity-input .product-detail__quantity--increase, .product-detail__quantity .product-detail__quantity-input .product-detail__quantity--decrease {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e8e9;
    border-radius: 16px 0;
    background-color: #fff;
    cursor: pointer;
}
.product-detail__quantity .product-detail__quantity-input .product-detail__quantity--decrease {
    left: 0;
}
.btn--large {
    padding: 12px 24px;
    border-radius: 16px 0;
    font-size: 16px;
    line-height: 24px;
    background-color: #221f20;
    color: #f7f8f9;
    border: 1px solid transparent;
    max-width: 170px;
}
.btn-addcart {
    white-space: nowrap;
}
.add-to-cart a:hover {
    color: #221f20;
    background: #fff;
    border: 1px solid #221f20;
}


/*css hover*/
.thumb-product>a>picture:first-child {
    position: relative;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    display: block;
}
.thumb-product>a>picture:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    display: flex;
    align-items: center;
}
.thumb-product:hover>a>picture:nth-child(2) {
    opacity: 1;
    visibility: visible;
}
.wishlist-btn:hover {
    color: inherit;
}
.arrival-tab a {
    font-size: 20px;
}
.arrival-tab a:hover {
    color: inherit;
}
.profile-acc {
    display: none;
}

/*album css*/
.banner-album {
    margin-top: 40px;
    margin-bottom: 80px;
}
.product-lists-album {
    display: flex;
    flex-wrap: wrap;
}
.margin-album {
    padding: 0 15px;
    margin-bottom: 25px;
}
.margin-album .product-title, .product-grid-item .product-title {
    font-weight: 600;
}
.product-element-top {
    margin-bottom: 15px;
}
.product-tag-album .list-product {
    display: flex;
    flex-wrap: wrap;
}
.product-tag-album {
    margin: 0 -15px;
}
.product-tag-album .list-product .item-cat-product {
    padding: 0 15px;
}
.title-tag h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #221f20;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
/*promotion*/
.list-product-promotion {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.list-product-promotion .item-cat-product {
    padding: 0 15px;
}
.list-color {
    display: none;
}

.list-menu-social{
    position: fixed;
    right: 20px;
    bottom: 200px;
    display: flex;
    align-items: center;
    flex-flow: column;
    flex-wrap: wrap;
    z-index: 999;
    gap: 20px;
    background: transparent;
}
.list-menu-social img{
    width: 48px;
    height: 48px;
    object-fit: contain;
}