input:focus, select:focus, textarea:focus, button:focus, a:focus {
    outline: none !important;
}

/*Bootstrap*/
@media (min-width: 1232px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1246px;
    }
}

/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {*/
/*    padding-right: 8px;*/
/*    padding-left: 8px;*/
/*}*/

/*.row {*/
/*    margin-right: -8px;*/
/*    margin-left: -8px;*/
/*}*/

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {*/
/*    padding-right: 8px;*/
/*    padding-left: 8px;*/
/*}*/

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.form-control {
    border-radius: 6px;
}
/*End Bootstrap*/

/*Slick*/
/*.slick-list {*/
/*    margin: 0 -8px;*/
/*}*/

/*.slick-slide {*/
/*    margin: 0 8px;*/
/*}*/

.slick-next, .slick-prev {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.slick-dots li.slick-active button:before, .slick-dots li button:before {
    background-color: var(--color-main-2);
}
/*End Slick*/

/*Header Main*/
.header-main {
    background: var(--color-main);
    padding: 20px 0;
}

.header-main > .container > .row > .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.header-main .inner-logo img {
    width: 60px;
    height: auto;
}

.header-main .inner-search {
    flex: 1;
}

.header-main .inner-button-menu {
    display: none;
}
/*End Header Main*/

/*Header Menu*/
.header-menu {
    background: white;
    padding: 20px 0;
}

.header-menu .menu-section > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu .menu-section > ul > li {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-menu .menu-section > ul > li > img {
    height: 16px;
    width: auto;
    margin-right: 0;
}
/*End Header Menu*/

/*page-t1*/
.page-t1 {
    padding: 40px 0;
    background: #F2F2F2;
}

.page-t1 .inner-content * {
    font-family: var(--font-family-2);
}

.page-t1 .inner-content h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.23;
    margin-bottom: 8px;
}

.page-t1 .inner-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.5%;
    margin-bottom: 0;
}

.page-t1 .inner-content ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.5%;
    margin-bottom: 0;
    padding-left: 20px;
}

.page-t1 .inner-content ul li::marker {
    font-size: 12px;
    color: var(--color-main);
}

@media (max-width: 767.98px) {
    .page-t1 {
        padding: 20px 0;
    }
    
    .page-t1 .inner-content h2 {
        font-size: 16px;
    }
    
    .page-t1 .inner-content p, .page-t1 .inner-content ul {
        font-size: 12px;
        line-height: 1.333;
    }
}
/*End page-t1*/

/*footer-main*/
.footer-main {
    padding: 40px 0;
}

.footer-main > .container > .row {
    justify-content: space-between;
}

.footer-main > .container > .row > div {
    max-width: 292px;
}
/*End footer-main*/

/*footer-menu-section*/
.footer-menu-section .inner-text-1 {
    font-weight: 400;
    font-size: 12px;
    color: #1A1A1A;
    margin-bottom: 12px;
}

.footer-menu-section .inner-socials {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.footer-menu-section .inner-socials li {
    margin-bottom: 0;
}

.footer-menu-section .inner-socials li a img {
    height: 20px;
    width: auto;
}

.footer-menu-section .inner-payment {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.footer-menu-section .inner-payment li {
    margin-bottom: 0;
}

.footer-menu-section .inner-payment li a img {
    height: 12px;
    width: auto;
}

.footer-menu-section .inner-logo-other {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-menu-section .inner-logo-other li {
    margin-bottom: 0;
}

.footer-menu-section .inner-logo-other li a img {
    height: 46px;
    width: auto;
}
/*End footer-menu-section*/

/*box-form-contact*/
.box-form-contact {
    margin-bottom: 12px;
}

.box-form-contact form {
    display: flex;
    align-items: flex-start;
}

.box-form-contact form .inner-group:first-child {
    flex: 1;
}

.box-form-contact input {
    width: 100%;
    background: #F2F2F2;
    height: 36px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 12px;
    color: var(--color-main);
    border: 0;
}

.box-form-contact input::placeholder {
    color: var(--color-main);
}

.box-form-contact .inner-button {
    padding: 0 16px;
    height: 36px;
    background: var(--color-main);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.4%;
    color: white;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: pre;
}
/*End box-form-contact*/

/*footer-bottom*/
.footer-bottom {
    background: #F2F2F2;
    padding: 12px 0;
}

.footer-bottom .inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .inner-copyright {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 10px;
    color: #1A1A1A;
}

.footer-bottom .inner-copyright img {
    width: 10px;
    height: auto;
    margin-right: 4px;
}

.footer-bottom .inner-copyright span {
    color: var(--color-main);
}

.footer-bottom .inner-banner {
    height: 35px;
    width: auto;
}
/*End footer-bottom*/

/*button-menu*/
.button-menu {
    color: white;
    font-size: 28px;
    line-height: 1;
    display: block;
}

.button-menu:hover {
    color: white;
}
/*End button-menu*/

/*box-price*/
.box-price .inner-head {
    background: var(--color-main);
    padding: 20px 0;
    text-align: center;
}

.box-price .inner-head .inner-title {
    font-weight: 700;
    font-family: var(--font-family-2);
    font-size: 20px;
    letter-spacing: 0.15%;
    color: white;
    margin-bottom: 10px;
}

.box-price .inner-head .inner-desc {
    font-weight: 400;
    font-family: var(--font-family-2);
    font-size: 16px;
    letter-spacing: 0.5%;
    color: white;
}

.box-price .inner-prices {
    padding: 28px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box-price .inner-prices table {
    width: 100%;
    text-align: center;
}

.box-price .inner-prices th, .box-price .inner-prices td {
    padding: 12px;
    font-family: var(--font-family-2);
    width: 25%;
}

.box-price .inner-prices th {
    font-weight: 400;
    font-size: 26px;
    color: var(--color-main);
}

.box-price .inner-prices td {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-main);
}

.box-price .inner-prices td .inner-price {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.box-price .inner-prices td .inner-price i {
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .box-price .inner-prices th, .box-price .inner-prices td {
        width: auto;
    }
    
    .box-price .inner-prices th {
        font-size: 16px;
    }
    
    .box-price .inner-prices td {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .box-price .inner-head .inner-title {
        font-size: 16px;
    }
    
    .box-price .inner-head .inner-desc {
        font-size: 13px;
    }
    
    .box-price .inner-prices th {
        font-size: 12px;
        padding: 6px;
    }
    
    .box-price .inner-prices td {
        font-size: 12px;
        padding: 6px;
    }
}
/*End box-price*/

/*box-head*/
.box-head {
    margin-bottom: 40px;
    text-align: center;
}

.box-head .inner-title {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 0.25%;
    color: var(--color-main);
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .box-head .inner-title {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .box-head .inner-title {
        font-size: 20px;
    }
}
/*End box-head*/

/*pro-list*/
.pro-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 60px;
}

@media (max-width: 1199.98px) {
    .pro-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .pro-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
}
/*End pro-list*/

/*button-main*/
.button-main {
    display: inline-block;
    border: 1px solid var(--color-main);
    padding: 4px;
}

.button-main .inner-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--color-main);
    padding: 12px 16px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.15%;
    color: white;
}

.button-main .inner-box span {
    font-family: var(--font-family-2);
}

.button-main .inner-box i {
    font-size: 23px;
}

@media (max-width: 991.98px) {
    .button-main .inner-box {
        padding: 10px 16px;
        font-size: 16px;
    }
    
    .button-main .inner-box i {
        font-size: 18px;
    }
}
/*End button-main*/

/*page-account*/
.page-account {
    background: #F2F2F2;
    padding: 40px 0;
}
/*End page-account*/

/*form-account*/
.form-account {
    max-width: 560px;
    margin: 0 auto;
}

.form-account .inner-title-main {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    letter-spacing: 0.25%;
    font-family: var(--font-family-2);
    margin-bottom: 40px;
    color: var(--color-main);
}

.form-account .form-group {
    margin-bottom: 20px;
}

.form-account .form-group .form-control {
    height: 64px;
    border-radius: 8px;
    padding: 0 20px;
    background: white;
    border: 1px solid var(--color-main);
    font-weight: 400;
    font-family: var(--font-family-2);
    font-size: 20px;
    color: #999999;
}

.form-account .inner-button {
    margin-top: 20px;
    background: var(--color-main);
    width: 100%;
    height: 56px;
    border-radius: 6px;
    border: 0;
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.form-account .inner-socials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.form-account .inner-socials .inner-google, .form-account .inner-socials .inner-facebook {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 56px;
    border-radius: 6px;
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5%;
    color: white;
    cursor: pointer;
    padding: 0 12px;
    line-height: 1.333;
}

.form-account .inner-socials .inner-google img, .form-account .inner-socials .inner-facebook img {
    height: 24px;
    width: auto;
}

.form-account .inner-socials .inner-google {
    background: #B31E1E;
}

.form-account .inner-socials .inner-facebook {
    background: #00409A;
}

.form-account .inner-forgot {
    margin-top: 16px;
    text-align: center;
}

.form-account .inner-forgot a {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
}

.form-account .inner-forgot a:hover {
    color: var(--color-main);
}

.form-account .inner-more {
    margin-top: 16px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
}

.form-account .inner-more a {
    color: #B31E1E;
    text-decoration: underline;
}

.form-account .inner-more a:hover {
    color: var(--color-main);
}

@media (max-width: 575.98px) {
    .page-account {
        padding: 24px 0;
    }
    
    .form-account .inner-title-main {
        font-size: 20px;
        margin-bottom: 16px;
    }
    
    .form-account .inner-button {
        margin-top: 0;
    }
    
    .form-account .inner-socials .inner-google, .form-account .inner-socials .inner-facebook {
        font-size: 12px;
        text-align: center;
    }
    
    .form-account .inner-socials .inner-google img, .form-account .inner-socials .inner-facebook img {
        height: 18px;
    }
    
    .form-account .form-group .form-control {
        font-size: 16px;
    }
}
/*End form-account*/

@media (max-width: 1199.98px) {
    .btn-action-header {
        display: inline-block;
        height: 25px;
        line-height: 1;
        padding: 0;
    }
    
    .footer-main > .container > .row {
        gap: 32px 0;
    }
    
    .footer-main > .container > .row > div {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 1000px) {
    .header-main .inner-button-menu {
        display: block;
    }
    
    .header-menu {
        padding: 0;
    }
    
    .header-menu .menu-section > ul {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .header-menu .menu-section > ul > li {
        width: 100%;
        margin-right: 0;
        flex-wrap: wrap;
    }
    
    .menu-section .has-child > .entry-menu {
        width: 100%;
        border: 0;
        margin-top: 0;
        padding-left: 8px;
    }
    
    .product-item .inner-content .product-title {
        font-size: 14px;
    }
    
    .price-amount {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .header-main .inner-logo img {
        width: 36px;
    }
    
    .header-main > .container > .row > .col-12 {
        gap: 16px;
    }
    
    .btn-action-header {
        height: 20px;
    }
    
    .items-number {
        font-size: 10px;
        min-width: 14px;
        height: 14px;
        top: -8px;
        right: -8px;
    }
    
    .button-menu {
        font-size: 22px;
    }
    
    .footer-main {
        padding: 16px 0;
    }
    
    .footer-main > .container > .row > div {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .footer-bottom .inner-wrap {
        flex-wrap: wrap;
        gap: 12px;
    }
}