/*======= common style =======*/


/* font roboto */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

/* font roboto */


/* font Quicksand */

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

/* font Quicksand */

@import url("https://fonts.googleapis.com/css2?family=Arizonia&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.4 !important;
    color: #000;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" f;
}

@media only screen and (max-width: 767px) {
    body {
        min-width: 320px;
        overflow-x: hidden;
    }
}

.title-font-montserrat {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: unset;
    transition: 0.2s;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

ul,
li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

img {
    display: block;
    max-width: 100%;
    transition: 0.2s;
}

svg {
    max-width: 100%;
    transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

.menu__sub li {
    position: relative;
}

.menu__sub .sub-dropdown {
    opacity: 0;
    position: absolute;
}

.menu__sub li {
    display: flex;
    justify-content: space-between;
}

.menu__sub li:hover .sub-dropdown {
    opacity: 1;
    bottom: 10px;
    transition: 0.2s ease;
    background: #fff;
    border-radius: 12px;
    top: 0;
    height: fit-content;
    left: 100%;
    width: 200px;
}

.container {
    max-width: 1150px;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .container {
        max-width: 960px;
    }
}

#homeStyle01 {
    color: #2f3235;
}

#homeStyle01 a:hover {
    color: var(--style-color-main);
}

#homeStyle01 .__item:hover {
    color: white;
}

#homeStyle02 a:hover {
    color: var(--style-color-main);
}

#homeStyle03 a:hover {
    color: var(--style-color-main);
}


/*====== start style common css ======*/

header {
    position: relative;
}

.header-top {
    width: 100%;
    background: linear-gradient(0deg, var(--style-color-main), var(--style-color-main));
}

#homeStyle07 .login-btn {}

#homeStyle07 .register-btn {
    font-size: 12px;
}

#homeStyle02 .header-top {
    background: var(--style-color-main);
    color: #ffffff;
}

#homeStyle05 .header-container-full {
    background-color: #1f4d90;
    display: flex;
    height: 92px;
    align-items: center;
}

#homeStyle07 .header-container-full {
    background-color: #143b36;
    height: 92px;
    display: flex;
    align-items: center;
}

.header-top__inner {
    height: 35px;
}

.header__company-name {
    font-size: 13px;
    font-weight: 600;
}

.header__account {
    column-gap: 20px;
}

.header__account .account-item {
    column-gap: 6px;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.header__center {
    padding: 20px 0px;
    column-gap: 20px;
}

.wrap-header__logo {
    column-gap: 30px;
}

.form-group-header input {
    width: 510px;
    height: 44px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #000;
}

#homeStyle03 .form-group-header input {
    height: 50px;
}

#homeStyle03 .form-group-header input.--style06 {
    border-radius: 90px;
}

#homeStyle01 input.--style01 {
    border-color: var(--style-color-main);
}

#homeStyle03 input.--style01 {
    border-color: var(--style-color-main);
}

.form-group-header input::placeholder {
    color: #303030;
    font-size: 14px;
}

.form-group-header {
    position: relative;
}

.form-group-header button {
    position: absolute;
    right: 0px;
    width: 44px;
    height: 100%;
    top: 0;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group-header button:hover {
    opacity: 0.8;
}

#homeStyle03 .form-group-header button {
    height: calc(100% - 6px);
    width: 44px;
    top: 3px;
    right: 3px;
    background-color: var(--style-color-main);
}

#homeStyle03 .form-group-header button.--style06 {
    border-radius: 50%;
    background-color: #13ac37;
}

.header__info {
    column-gap: 20px;
}

.header__info .__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.header__info .__item.--ct {
    flex-direction: row;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 600;
}

.header__info .__item img {
    max-width: 26px;
    margin-right: 8px;
}

#homeStyle05 .header__info .__item {
    align-items: start;
    color: #fff;
}

#homeStyle05 .header__info .__item span {
    color: #fff;
}

#homeStyle05 .header__info .__item img {
    margin-right: 0px;
}

#homeStyle07 .header__info .__item {
    align-items: start;
    color: #fff;
}

#homeStyle07 .header__info .__item span {
    color: #fff;
}

#homeStyle07 .header__info .__item img {
    margin-right: 0px;
}

.wrap__header-user {
    display: flex;
    align-items: center;
}

.wrap__header-user img {
    max-width: 26px;
    margin-right: 8px;
}

.wrap__header-user a {
    font-size: 16px;
    font-weight: 600;
    display: block;
    white-space: nowrap;
}

.wrap__header-user a:hover {
    color: var(--style-color-main);
}

.header__info .__item .__text {
    flex: 1;
}

.header__info .__item span {
    text-align: center;
    color: #f74239;
    font-weight: 600;
    display: block;
    white-space: nowrap;
}

.shopping-cart {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home3 .shopping-cart {
    border: none;
}

#homeStyle02 .shopping-cart {
    border: none;
}



#homeStyle07 .shopping-cart {
    /* border: none;
    z-index: 600;
    right: 0;
    border-radius: 6px 0 0 6px;
    border-right: 0;
    box-shadow: -2px 0 24px -2px rgba(43, 55, 72, .15);
    padding: 7px; */
}

#homeStyle07 .shopping-cart {
    border: none;
}

#homeStyle05 .shopping-cart::after {
    background-color: #fff;
    color: #ffa600;
}

#homeStyle07 .shopping-cart::after {
    background-color: #fff;
    color: #000;
}

#homeStyle07 .banner {
    background: url(../images/banner07.png);
    padding-top: 10px;
    height: 406px;
    background-size: contain;
    object-fit: cover;
    background-repeat: no-repeat;
}

#homeStyle07 .banner .container {}

#homeStyle03 .shopping-cart::after {
    /* top: -5px;
    right: -4px; */
}

.shopping-cart::after {
    position: absolute;
    border-radius: 100%;
    background-color: #f74239;
    width: 20px;
    height: 20px;
    top: -11px;
    right: -12px;
    content: attr(data-content) !important;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopping-cart img {
    max-width: 35px;
}

.cart-total {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background-color: #f74239;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -11px;
    right: -11px;
}

.wrap-header__nav {
    width: 100%;
    align-items: stretch;
}

#homeStyle05 .header__menu {
    background-color: #fff;
}

#homeStyle05 .header__menu .menu-item a {
    color: #000;
}

#homeStyle07 .header__menu {
    width: 100%;
    background-color: #10302c;
}

#homeStyle07 .header__menu {}

.wrap-nav___left {
    width: 240px;
    align-self: stretch;
}

.side-nav {
    height: calc(100% - 56px);
    padding: 14px 0px;
    box-shadow: 2px 2px 9px 5px rgb(0, 0, 0, 10%);
}

.header__right {
    flex: 1;
    align-self: stretch;
    max-width: 100%;
}

.header__menu {
    display: flex;
    column-gap: 14px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

#homeStyle07 .header__menu {
    border-radius: 16px;
}

#homeStyle03 .header__menu {
    color: #fff;
    justify-content: flex-start;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--style-color-dark) 0%, var(--style-color-main) 100%);
}

#homeStyle03 .header__menu.--style06 {
    background: #13ac37;
}

#homeStyle03 .header__menu li>a:hover {
    color: #fff;
    background-color: #f74239;
}


#homeStyle07 .header__menu li>a:hover {
    color: #fff;
    border-radius: 14px;
    background-color: #f74239;
}

.menu-item>a {
    border-radius: 10px;
    height: 50px;
    padding: 12px 15px;
}

#homeStyle03 .menu__sub li a {
    border-radius: 10px;
    padding: 12px 15px;
    width: 100%;
}

#homeStyle03 .menu-item.active>a {
    color: #fff;
    background-color: #f74239;
}

#homeStyle07 .menu-item.active>a {
    color: #fff;
    background-color: #f74239;
    border-radius: 14px;
}

#homeStyle05 .menu-item.active>a {
    color: #ffa600;
}

.menu-item {
    position: relative;
}

.menu-item.active>a {
    color: #ee6055;
}

.menu-item:hover .menu__sub {
    opacity: 1;
    visibility: visible;
}

.menu__sub {
    position: absolute;
    top: 100%;
    left: -10px;
    width: auto;
    min-width: 220px;
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 0px;
    z-index: 10;
    box-shadow: 0px 0px 4px 1px rgb(0, 0, 0, 10%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.menu__sub li a {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
}

.menu__sub li a:hover {
    color: #2a12a7;
    opacity: 1;
}

.menu-item>a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px 15px;
    white-space: nowrap;
}

.menu__sub li a:hover {
    text-transform: none !important;
}

.menu__sub li a {
    text-transform: none !important;
}

.menu-item>a:hover {
    color: #ee6055;
    opacity: 1;
}

.nav__left-title {
    height: 56px;
    background: #86be4c3d;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 16px 10px 16px 16px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

#homeStyle02 .nav__left-title {
    background: #b1cef23d;
}

#homeStyle05 .nav__left-title {
    background: #bccade;
}

#homeStyle01 .header__menu,
#homeStyle003 .header__menu,
#homeStyle05 .header__menu {
    height: 56px;
}

#homeStyle003 .side-nav {
    height: calc(100% - 56px) !important;
}

#homeStyle05 .home-banner img {
    width: 100%;
    height: 100%;
}

#homeStyle05 .p-product__list02 .product__item {
    max-width: 225px;
}

#homeStyle05 .home-banner {
    height: calc(100% - 56px) !important;
}

#homeStyle05 .side-nav {
    /* height: calc(100% - 56px); */
    /* height: 307px; */
}

#homeStyle03 .home-banner {
    width: calc(100% + 120px);
    transform: translate(-60px, -25px);
}

#homeStyle03 .home-banner img {
    border-radius: 5px;
}

.side-nav li {
    position: relative;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-nav__sub {
    position: absolute;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 1px rgb(0, 0, 0, 10%);
    top: 10px;
    left: 100%;
    z-index: 3;
    min-width: 150px;
    padding: 6px 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.side-nav li:hover .side-nav__sub {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.side-nav li img.img-ab {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    z-index: 1;
}

.side-nav li a {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 4px;
    font-size: 14px;
    font-weight: 400;
    padding: 9.2px 12px;
    z-index: 2;
    color: #000;
}

.side-nav li a:hover {
    color: #ee6055;
    opacity: 1;
}


/* start style footer */

footer {
    display: block;
    position: relative;
    padding: 15px 0px 0px 0px;
}

#homeStyle03 footer {
    padding-top: 0px;
}

#homeStyle03 footer .style03-footer {
    margin-bottom: 10px;
    width: 100%;
}

#homeStyle03 .footer__block-title {
    color: #2f3235;
}

#homeStyle05 .footer__block-title {
    color: #fff;
}

#homeStyle01 footer {
    background-color: var(--style-color-bg-footer);
    color: #fff;
}

#homeStyle05 footer {
    background-color: #1f4d90;
}

#homeStyle02 footer {
    background-color: #162570;
    color: #fff;
}

.footer__block-title {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    /* padding-bottom: 22px; */
    text-transform: uppercase;
}

.footer__menu li a {
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 600;
}

.footer__block {
    width: auto;
    max-width: 261px;
    /* margin-bottom: 26px; */
}

.footer__block img.bct {
    max-width: 200px;
}

.footer__block.--last {
    max-width: 320px;
}

.footer-company__info {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    column-gap: 6px;
    padding-bottom: 16px;
}

.footer-company__info span {
    display: block;
    white-space: nowrap;
}

.footer-company__info a img {
    max-width: 15px;
}

.form-group__ft {
    position: relative;
}

.form-group__ft input {
    height: 40px;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

#homeStyle03 .form-group__ft input {
    border-radius: 4px;
    border: 1px solid #c4c4c4;
}

#homeStyle03 .form-group__ft button {
    background-color: var(--style-color-main);
}

#homeStyle05 {}

.form-group__ft input:focus {
    background-color: transparent;
    color: #fff;
}

.form-group__ft input::placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #959ead;
}

.form-group__ft button {
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: #fff;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    right: 0px;
    top: 0;
}

.footer-bt {
    padding: 16px 0px;
    border-top: 1px solid #fff;
}

#homeStyle03 .footer-bt {
    border-color: #c4c4c4;
}

.footer-bt__inner {
    column-gap: 16px;
}

.form-group__ft {
    min-width: 220px;
}

.call-now {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    height: 100%;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
}

#homeStyle03 .call-now {
    color: #2f3235;
}

#homeStyle05 .call-now {
    color: #fff;
}

.call-now a {
    color: #f74239;
}

.btns-wrap.only-mobile {
    display: none;
}

.mobile-categories,
.mobile-overlay {
    display: none;
}


/* end style footer */

@media only screen and (max-width: 1200px) {
    .form-group-header input {
        width: 480px;
    }

    .nav__left-title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer__block-title.--title-register {
        display: none;
    }

    #homeStyle07 .banner {
        height: 362px;
    }

    .header__info {
        display: none !important;
    }

    .wrap-header__logo {
        width: 100%;
    }

    .wrap-header__form {
        flex: 1;
    }

    .form-group-header input {
        width: 100%;
    }

    .wrap-nav___left {
        display: none;
    }

    .header__menu {
        display: none;
    }

    .shopping-cart img {
        max-width: 26px;
    }

    .btn-mobile {
        font-size: 14px;
    }

    .shopping-cart::after {
        font-size: 10px;
        width: 18px;
        height: 18px;
        top: -10px;
        right: -10px;
    }

    .btns-wrap.only-mobile {
        display: flex;
        align-items: center;
        gap: 30px;
        white-space: nowrap;
        position: fixed;
        bottom: -3px;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 9999;
        padding: 10px 10px;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 9px 6px -5px rgb(0, 0, 0, 20%) inset;
    }

    .btns-wrap.only-mobile .sign-in-btn {
        color: #727272;
        font-size: 18px;
    }

    .btns-wrap.only-mobile .sign-up-btn {
        padding: 10px;
        background-color: var(--style-color-main);
        font-size: 18px;
        border-radius: 8px;
        color: #fff;
        width: 99px;
        /* Primary/02 */
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--style-color-main);
        border-radius: 8px;
    }

    .btns-wrap.only-mobile .cart-btn {
        cursor: pointer;
        position: relative;
    }

    .btns-wrap.only-mobile .cart-btn img {
        width: 24px;
    }

    .btns-wrap.only-mobile .cart-btn::after {
        position: absolute;
        border-radius: 100%;
        background-color: red;
        width: 20px;
        height: 20px;
        top: -19px;
        right: -16px;
        content: attr(data-content) !important;
        font-size: 12px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btns-wrap.only-mobile .sign-up-btn {
        width: 80px;
        height: 27px;
    }

    .btns-wrap.only-mobile .sign-in-btn,
    .btns-wrap.only-mobile .sign-up-btn {
        font-size: 14px;
    }

    #homeStyle07 .btns-wrap.only-mobile .mobile-cate-btn i {
        color: #143b36;
    }

    #homeStyle07 .sign-up-btn {
        background-color: #143b36;
    }

    .mobile-overlay {
        display: block;
        position: fixed;
        right: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #000;
        transition: 0.2s ease;
    }

    .mobile-overlay.active {
        opacity: 0.5;
        visibility: visible;
    }

    .mobile-overlay-filter.active {
        opacity: 0.5;
        visibility: visible;
    }

    .mobile-overlay-filter {
        display: block;
        position: fixed;
        right: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 98;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #000;
        transition: 0.2s ease;
    }



    .mobile-categories-list {
        top: 0vh;
        height: 100%;
        left: 0vw;
        overflow: scroll;
        position: fixed;
        visibility: unset;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 8px;
        width: 57vw;
        min-width: 240px;
    }

    .mobile-categories-list>li {
        font-weight: 500;
        padding: 10px 15px;
        line-height: 24px;
        cursor: pointer;
        font-size: 15px;
    }

    .dropdown i {
        font-size: 12px;
        color: #959ead;
        padding-left: 6px;
    }

    .sub-dropdown {
        position: relative;
        display: flex;
        border-radius: 8px;
        max-height: 0;
        overflow: hidden;
        flex-direction: column;
        transition: 0.2s;
        font-weight: 400;
        visibility: hidden;
        gap: 0px;
        transition: 0.2s ease;
    }

    .sub-dropdown li {
        font-weight: 400;
        font-size: 14px;
        color: #555;
        padding: 5px 0px;
        width: 100%;
        padding-left: 20px;
    }

    .sub-dropdown.active {
        visibility: visible;
        overflow: auto;
        max-height: 700px;
    }


    .mobile-cate-btn {
        display: block;
    }

    .mobile-categories {
        display: block;
        overflow: scroll;
        position: fixed;
        opacity: 0;
        visibility: hidden;
        z-index: 101;
        top: 0vh;
        height: 94vh;
        left: 0vw;
        width: fit-content;
        transition: 0.2s ease-in-out;
    }

    .mobile-categories.active {
        visibility: visible;
        opacity: 1;
    }

    .mobile-categories .mobile-categories-list {
        top: 0vh;
        height: 96vh;
        left: 0vw;
        overflow: scroll;
        position: fixed;
        visibility: unset;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 8px;
        max-width: 275px;
    }

    .mobile-categories .mobile-categories-list::-webkit-scrollbar {
        display: none;
    }

    .mobile-categories .mobile-categories-list>li {
        font-weight: 500;
        padding: 10px 15px;
        line-height: 24px;
        cursor: pointer;
        font-size: 15px;
    }

    .mobile-categories .mobile-categories-list .dropdown {
        gap: 0px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        z-index: 99;
    }

    .mobile-categories .mobile-categories-list .dropdown span {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .mobile-categories .mobile-categories-list .dropdown span i {
        transition: 0.1s;
    }

    .mobile-categories .mobile-categories-list .dropdown span i.active {
        rotate: 180deg;
    }

    .mobile-categories .mobile-categories-list .dropdown i {
        font-size: 8px;
        color: #959ead;
    }

    .mobile-categories .mobile-categories-list .dropdown .sub-dropdown {
        position: relative;
        display: flex;
        border-radius: 8px;
        max-height: 0;
        overflow: hidden;
        flex-direction: column;
        transition: 0.2s;
        font-weight: 400;
        visibility: hidden;
        gap: 0px;
        transition: 0.2s ease;
    }

    .mobile-categories .mobile-categories-list .dropdown .sub-dropdown.active {
        visibility: visible;
        overflow: auto;
        max-height: 700px;
    }

    .mobile-categories .mobile-categories-list .dropdown .sub-dropdown .dropdown span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .mobile-categories .mobile-categories-list .dropdown .sub-dropdown .dropdown .lv2-dropdown {
        max-height: 0;
        overflow: hidden;
        transition: 0.2s ease;
    }

    .mobile-categories .mobile-categories-list .dropdown .sub-dropdown .lv2-sub-dropdown {
        max-height: 0;
        overflow: hidden;
        transition: 0.2s ease;
    }

    .mobile-categories .mobile-categories-list .dropdown .sub-dropdown .lv2-sub-dropdown.active {
        max-height: 200px;
    }

    .mobile-categories .mobile-categories-list .dropdown .sub-dropdown .lv2-sub-dropdown li {
        font-size: 12px;
    }

    .mobile-categories .mobile-categories-list .dropdown .sub-dropdown li {
        font-weight: 400;
        font-size: 12px;
        color: #555;
        padding: 5px 0px;
        width: 100%;
        padding-left: 20px;
    }

    .header__account {
        display: none !important;
    }

    footer {
        padding-bottom: 40px;
    }

    #homeStyle03 .home-banner {
        transform: translate(0);
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #homeStyle07 .banner {
        height: 271px;
    }

    .call-now {
        justify-content: flex-start;
        padding-top: 0px;
        /* white-space: pre-wrap; */
        flex-wrap: wrap;
        font-size: 13px;
    }

    .header__logo img {
        max-width: 120px;
    }

    .form-group-header input {
        height: 38px;
        font-size: 14px;
    }

    .form-group-header input::placeholder {
        font-size: 14px;
    }

    .header__center {
        padding: 16px 0px;
    }
}

@media only screen and (max-width: 479px) {
    .footer__block {
        width: 100%;
        max-width: 100%;
    }

    .wrap-header__logo {
        column-gap: 12px;
    }

    #homeStyle07 .banner {
        height: 220px;
    }
}

@media only screen and (max-width: 360px) {
    .header__logo img {
        max-width: 100px;
    }
}

@media only screen and (max-width: 320px) {}


/* home 3 home 4 */
@media (min-width: 915px) {
    body {
        margin: 0 0 400px;
    }

    footer {
        position: absolute;
        width: 100%;
        bottom: 0;

    }

    html {
        position: relative;
        min-height: 100%;
    }
}

#homeStyle03.wrapper {
    padding-bottom: 120px;
}

#homeStyle04.wrapper {
    padding-bottom: 120px;
}

/* Notification */

.overlay-notifi {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    /* visibility: hidden;
    opacity: 0; */
    z-index: 999;
    visibility: visible;
    opacity: 1;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.notifi_show {
    visibility: hidden;
    opacity: 0;
}

.notifi {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    margin: 70px auto;
    padding: 20px 20px 10px 20px;
    background: #fff;
    border-radius: 5px;
    width: 570px;
    position: relative;
    transition: all 5s ease-in-out;
}

.notifi .close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.notifi .close:hover {
    color: var(--style-color-main);
}

.notifi .content-noti {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .notifi {
        width: 70%;
    }

    .noti-button-done {
        padding: 10px 15px !important;
    }

    .noti-button-exit {
        padding: 12px 20px !important;
    }
}

.noti-image {
    display: flex;
    padding: 0px 31px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.noti-content {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.noti-text {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.noti-text span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.noti-button-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.noti-button-exit {
    cursor: pointer;
    display: flex;
    height: 35px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.noti-button-exit a {
    color: var(--white, #6e6e6e) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 266.667% */
}

.noti-button-done {
    cursor: pointer;
    display: flex;
    height: 35px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--style-color-main);

}

.noti-button-done a {
    color: var(--white, #FFF) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 266.667% */
}

.footer-menu-hor {
    gap: 20px;
    display: inline-flex;
}

.footer-menu-hor li {
    display: flex;
}
.footer_block_des{
    /* max-width: 340px; */
}

.cart-content{
    margin-bottom: 100px;
}