@font-face {
    font-family: "Averta";
    src: url(../fonts/Averta-Regular.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Averta";
}
.filter-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
}

.swatch-image img {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
}

.filter-item:hover .swatch-image img {
    border-color: #000;
}
.footer-wrapper .section-title {
    border: none;
}
.footer-wrapper .ux-menu a.ux-menu-link__link:hover {
    color: red;
}
.footer-wrapper .icon-box.featured-box .icon .icon-inner {
    border-radius: 5px;
    background-color: #fff;
    color: var(--fs-color-primary) !important;
    border-color: #fff;
}
.footer-wrapper .icon-box.featured-box:hover .icon .icon-inner {
    background-color: red;
    border-color: red;
}
.footer-wrapper .icon-box.featured-box .icon .icon-inner svg {
    width: 18px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.footer-wrapper .icon-box.featured-box {
    margin-bottom: 15px;
}
.dark, .dark p, .dark td {
    color: #ffff;
}
.box-contact .wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}
.box-contact.type-contact .image svg {
    fill: var(--primary-color);
}
.box-contact.type-contact .title {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
}
.box-featured.type-square h3.title {
    background-color: #f1f1f1;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.box-featured.type-square .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	transition: all .5s;
}
.box-featured.type-square .image {
    position: relative;
    display: block;
    aspect-ratio: 3 / 3;
    overflow: hidden;
}
.box-featured.type-square .wrapper:hover .image img {
    transform: scale(1.2);
}
.box-featured.type-square .wrapper {
    overflow: hidden;
    border-radius: 5px;
    display: block;
    position: relative;
}
.header-main .flex-col.hide-for-medium.flex-right {
    width: 58%;
}
.header-main li.header-block .col {
    padding-bottom: 0;
}
.header-main {
    height: auto !important;
    padding: 10px 0;
}
.footer-main form.wpcf7-form {
    background-color: #fff;
    border-radius: 10px;
    border: solid 1px #E2E6EE;
    padding: 0 50px;
    margin-top: -82px;
    color: #000;
}
.footer-main form.wpcf7-form .newsletter {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 28px 0;
}
.newsletter h3 {
    display: flex;
    color: var(--primary-color);
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-family: 'Averta';
    margin: 0;
}
.newsletter .field p {
    margin: 0;
    width: 100%;
}
.newsletter .field {
    display: flex;
    align-items: center;
    position: relative;
    width: 60%;
}
.newsletter .field input.wpcf7-form-control {
    margin: 0;
    box-shadow: 0px 6px 26px 0px #E4E8F1;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 50px;
    height: 45px;
    width: 100%;
}
.newsletter .field button.btn-submit {
    display: flex;
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: var(--primary-color);
    border-radius: 50px;
    align-items: center;
    gap: 8px;
    color: #fff;
    height: 41px;
    margin: 0;
}
.newsletter .field input.wpcf7-form-control:focus {
    border-color: var(--primary-color);
}
.header-bottom-nav.nav-box > li.header-search > a:hover {
    background: transparent;
    color: #ff0000;
}
.button.back-to-top:hover {
    background-color: red;
    border-color: red;
}
.box.box-blog-post a.button {
    color: var(--primary-color);
}
.box.box-blog-post a.button:hover {
    color: #fff;
}
.single-post .article-inner.has-shadow {
    box-shadow: none;
}
form.wpcf7-form label span.wpcf7-form-control-wrap {
    margin-top: 5px;
}
form.wpcf7-form .wpcf7-text {
    height: 45px;
    border-radius: 5px;
}
form.wpcf7-form textarea.wpcf7-textarea {
    border-radius: 5px;
}
section.contact-us .icon-box.featured-box .icon-inner {
    display: flex;
}
section.contact-us .icon-box.featured-box {
    align-items: center;
    padding-bottom: 14px;
}
section.contact-us .icon-box.featured-box h5.uppercase {
    text-transform: none;
    font-family: 'Averta';
}
.product-thumbnails img {
    object-fit: contain;
    max-height: 100px;
}
.product-gallery-slider img {
    height: auto;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.product-gallery-slider a {
    overflow: hidden;
    max-height: 460px;
    display: flex;
}
.box-contact.type-info .image {
    position: relative;
    display: block;
}
.box-contact.type-info .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.box-contact.type-info .image {
    border-radius: 100%;
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
}
.box-contact.type-info .main-info .title {
    font-size: 20px;
    font-weight: 600;
    color: #ea0000;
    line-height: 1.2;
}
.box-contact.type-info .main-info .desc {
    line-height: 1.2;
}
#product-sidebar .box-contact.type-info {
    margin-bottom: 15px;
}
.product-main .product-info {
    padding-top: 0;
}
.buy-contact .button.btn-zalo {
    margin-right: 0;
}
.buy-contact .button {
    margin-right: 10px;
    border-radius: 5px;
}
.box-contact.type-info .main-info .title a {
    color: #ea0000;
}
.box-contact.type-info .main-info .title a:hover {
    text-decoration: underline;
}
.product-main #product-sidebar .is-divider {
    display: none;
}
.product-main #product-sidebar .widget-title {
    background-color: #dee2e6;
    display: block;
    text-align: left;
    padding: 10px 15px;
    color: var(--fs-color-primary);
    font-size: 15px;
}
.product-main #product-sidebar .widget.widget_text {
    border: 1px solid #dee2e6;
}
.product-main #product-sidebar .widget.widget_text .textwidget {
    padding: 10px;
    font-size: 16px;
}
.product-main #product-sidebar .widget .info-desc {
    margin-bottom: 10px;
	font-size: 14px;
}
.box-featured.type-round .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	transition: all .5s;
}
.box-featured.type-round .image {
    overflow: hidden;
    border-radius: 100%;
}
.box-featured.type-round .wrapper:hover .image img {
    animation: animation-round 1s;
}
@keyframes animation-round {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(30deg) scale(1);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}
.box-featured.type-round .wrapper {
    text-align: center;
}
.box-featured.type-round h3.title {
    margin: 0;
    padding-top: 10px;
}
.row-col-9 .box-featured.type-round h3.title {
    font-size: 16px;
}
.video.video-fit {
    overflow: hidden;
    border-radius: 10px;
}

@media screen and (min-width: 850px) {
	.row.row-col-5 .col {
		flex-basis: 20%;
		max-width: 20%;
	}
	.row.row-col-9 .col {
		flex-basis: 11.11111%;
		max-width: 11.11111%;
	}
}
@media screen and (min-width: 991px) {
	.product-main #product-sidebar {
		flex-basis: 25%;
		max-width: 25%;
	}
	.product-main .product-gallery {
        flex-basis: 45%;
        max-width: 45%;
    }
}
@media screen and (min-width: 1200px) {
	.product-main #product-sidebar {
		flex-basis: 20%;
		max-width: 20%;
	}
}
@media screen and (max-width: 1199px) {
	.newsletter .field {
		width: 100%;
	}
}
@media screen and (max-width: 849px) {
	.row.row-col-9 .col {
		flex-basis: 20%;
		max-width: 20%;
	}
	#product-sidebar{ 
		display: block !important;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 830px) {
	.footer-main form.wpcf7-form .newsletter {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
	.newsletter h3 {
		justify-content: center;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 580px) {
	.newsletter .field button.btn-submit span.text {
		display: none;
	}
	.footer-main form.wpcf7-form {
		padding: 0 30px;
	}
	.row.row-col-9 .col {
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
}