/*======= 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;
}

:root {
    --style-color-main: #CA0C00  ;
    --style-color-dark: #8F0B02 ;
    --style-color-light: #DA645D;
    --style-color-light-2: #ECC6C4;
    --style-color-btn-contrast: #ff8e01;

    --style-color-bg-footer: #434a3d;
    --style-color-in-bg-footer: white;

    --style-color-in-bg: black;
    --style-color-input: #e8d1d1;
    --style-color-in-bg-menu: black;
    --style-color-bg-footer-light: white;
    --style-color-in-bg-dark: rgb(255, 255, 255);
    /* footer */
    --style-color-bg-footer: #434a3d;
    --style-color-color-footer: white;
    --style-color-bg-btn-footer: white;
    --style-color-bg-color-hover: #CA0C00;
    --style-color-color-share: white;
    --style-color-bg-placehoder-footer: #ddeacf;
    --style-color-call: #f74239;
    --style-color-btn-footer:#8F0B02;
    --style-footer-color-hover: #ECC6C4;

    --style-color-menu-active: #CA0C00;
    --style-color-menu-hover: #CA0C00;
    
    --style-color-filter-hover: #CA0C00;
    
    --style-color-btn-search-new: #ff8e01;
    --style-color-bg-new: #f2e9e9;

    /* hover */
    --style-color-bg-placehoder-footer: #e5ecda;
    --style-color-btn-search-new: #ff8e01;
    --style-color-bg-new: rgb(247 245 245);

    --style-color-menu-hover: #f74239;
    --hover-dark: white;
    --hover-white:#ff8e01;
    --hover-light: #ff8e01;

    --home-hover-title: #ff8e01;
    --pre-header-hover-title: #4b6328;
    
    /* end hover */



}

footer .form-group__ft button {
    background-color: var(--style-color-bg-btn-footer)!important;
}
.footer-company__info {
    color: var(--style-color-color-footer)!important;
}
footer .footer-company__info span {
    color: var(--style-color-color-footer)!important;
}
footer {
    background-color: var(--style-color-bg-footer)!important;
    color: var(--style-color-color-footer)!important;
}
footer input::placeholder{
    color: var(--style-color-bg-placehoder-footer)!important;
}
#homeStyle01 footer .footer__block-title, #homeStyle01 footer .call-now{
    color: var(--style-color-color-footer) !important;
}
.footer__menu li a:hover {
    color: var(--style-footer-color-hover) !important;
}
footer a:hover {
    color: var(--style-footer-color-hover) !important;
}
.footer__menu li a{
    color: var(--style-color-color-footer) !important;
}
/* #homeStyle003 a:hover {
    color: var(--style-color-bg-color-hover) !important;
} */
#homeStyle003 footer a:hover {
    color: var(--style-footer-color-hover) !important;
}
footer .call-now a {
    color: var(--style-color-call) !important;
}

input:focus textarea:focus {
    outline: none !important;
    border: 1px solid var(--style-color-main) !important;
}

.header-top {
    width: 100%;
    background: linear-gradient(0deg, var(--style-color-light-2), var(--style-color-light-2));
}

#homeStyle01 .nav__left-title {
    background-color: var(--style-color-light-2) !important;
    color: var(--style-color-light-2);
}

.nav__left-title {
    background: linear-gradient(0deg, var(--style-color-light-2), var(--style-color-light-2)) !important;
}

.news-menu input::placeholder {
    color: rgba(0, 0, 0, 0.405) !important;
}
#homeStyle01 .change-ship a:hover{
    color: var(--style-color-dark)!important;
    opacity: 0.6;
}

/* home */
@media only screen and (max-width: 768px) {
    .section-title img {
        height: 10px !important;
        width: 150px !important;
    }
}
.wrap__header-user {
    gap: 10px;
}
.header__info .__item.--ct {
    gap: 10px;
}
footer input {
    color: var(--style-color-in-bg-footer) !important;
}
.p-product__list02 .product__item:hover .p__text span {
    color: var(--style-color-dark) !important
}
#homeStyle03 .shopping-cart {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid var(--style-color-main);
}
@media only screen and (max-width: 1024px) {
    #homeStyle03 .shopping-cart {
        width: inherit;
        height: inherit;
        border: none;
    }
}
.home3 .header-top {
    background: var(--style-color-main);
}
.section-line .view-more:hover a {
    color: #fff!important;
}
footer a:hover {
    color: var(--style-footer-color-hover) !important;
}

/* tin tuc */
.news-menu {
    background-color: var(--style-color-bg-new) !important;
}
.news-wrap .news-item {
    background-color: var(--style-color-bg-new) !important;
}
.news-search .search-icon {
    background: var(--style-color-btn-search-new)!important;
}
#homeStyle003 .p__text a:hover {
    color: var(--style-color-in-bg-dark) !important;
}
