@charset "UTF-8";

@font-face {
    font-display: block;
    font-family: 'RobotoBold';
    src: url('../fonts/all_font/RobotoBold.eot');
    src: url('../fonts/all_font/RobotoBold.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/RobotoBold.woff') format('woff'), url('../fonts/all_font/RobotoBold.ttf') format('truetype'), url('../fonts/all_font/RobotoBold.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'RobotoRegular';
    src: url('../fonts/all_font/RobotoRegular.eot');
    src: url('../fonts/all_font/RobotoRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/RobotoRegular.woff') format('woff'), url('../fonts/all_font/RobotoRegular.ttf') format('truetype'), url('../fonts/all_font/RobotoRegular.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'CalSans-Regular';
    src: url('../fonts/all_font/CalSans-Regular.eot');
    src: url('../fonts/all_font/CalSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/CalSans-Regular.woff') format('woff'), url('../fonts/all_font/CalSans-Regular.ttf') format('truetype'), url('../fonts/all_font/CalSans-Regular.svg#CalSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.main_title {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: calc(30/var(--ctn-per));
}

.main_title h2, .main_title h3 {
    line-height: initial;
}

.main_title p {
}

.main_btn {
}

.main_btn a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid;
    border-color: inherit;
    font-family: inherit;
    text-transform: capitalize;
    color: inherit;
}

.product_title {
}

.product__col {
}

.product__item {
}

.product__photo {
}

.product__photo img {
}

.product__content {
}

.product__title {
}

.product__title h3 {
    font-size: 1.25rem;
}

.product__title h3 a {
}

.product__price {
    margin-bottom: 0.5rem;
}

.product__cart {
}

.product__cart a {
}

.price__discount {
}

.price__old {
}

.price__new {
}

.noidung * {
    font-family: RobotoRegular;
}

@media (max-width:1200px) {
}

@media (max-width:992px) {
}

@media (max-width:768px) {
    .main_title h2, .main_title h3 {
        font-size: 20px;
    }
}

@media (max-width:580px) {
}

@media (max-width:450px) {
}
