@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto-Italic.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Roboto-MediumItalic.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Roboto-BoldItalic.ttf');
}

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    z-index: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #2f80ed;
}

a:focus,
a:active {
    text-decoration: none;
    outline: 0;
    color: #155ec1;
}

.form-control:focus,
.btn.focus,
.btn:focus,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

b,
strong {
    font-weight: 700;
}

input {
    border-radius: 0;
}

input:valid,
input:invalid,
input:active,
input:focus,
input:focus:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure {
    max-width: 100%;
}

.wp-block-embed__wrapper {
    position: relative;
}

.wp-block-embed__wrapper::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

button:active,
button:focus {
    outline: 0;
}

.img-absolute {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.bg-wrap {
    position: relative;
    z-index: 0;
}

.bg-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    display: block;
    z-index: -1;
}

.flex-jcb {
    display: flex;
    justify-content: space-between;
}

.flex-jcc {
    display: flex;
    justify-content: center;
}

[class^="icofont-"] {
    display: block;
    width: 16px;
    height: 16px;
    background: #333 none;
    -webkit-mask: none no-repeat center/100% auto;
    mask: none no-repeat center/100% auto;
}

.icofont-simple-left {
    -webkit-mask-image: url('../images/ico/simple-left.svg');
    mask-image: url('../images/ico/simple-left.svg');
}

.icofont-simple-right {
    -webkit-mask-image: url('../images/ico/simple-right.svg');
    mask-image: url('../images/ico/simple-right.svg');
}

.icofont-double-left {
    -webkit-mask-image: url('../images/ico/double-left.svg');
    mask-image: url('../images/ico/double-left.svg');
}

.icofont-double-right {
    -webkit-mask-image: url('../images/ico/double-right.svg');
    mask-image: url('../images/ico/double-right.svg');
}

.icofont-facebook {
    -webkit-mask-image: url('../images/ico/facebook.svg');
    mask-image: url('../images/ico/facebook.svg');
}

.icofont-twitter {
    -webkit-mask-image: url('../images/ico/twitter.svg');
    mask-image: url('../images/ico/twitter.svg');
}

.icofont-instagram {
    -webkit-mask-image: url('../images/ico/instagram.svg');
    mask-image: url('../images/ico/instagram.svg');
}

.icofont-youtube {
    -webkit-mask-image: url('../images/ico/youtube.svg');
    mask-image: url('../images/ico/youtube.svg');
}

.icofont-pinterest {
    -webkit-mask-image: url('../images/ico/pinterest.svg');
    mask-image: url('../images/ico/pinterest.svg');
}

.icofont-tumblr {
    -webkit-mask-image: url('../images/ico/tumblr.svg');
    mask-image: url('../images/ico/tumblr.svg');
}

.icofont-linkedin {
    -webkit-mask-image: url('../images/ico/linkedin.svg');
    mask-image: url('../images/ico/linkedin.svg');
}

.icofont-search-1 {
    -webkit-mask-image: url('../images/ico/search-1.svg');
    mask-image: url('../images/ico/search-1.svg');
}

.icofont-cart-alt {
    -webkit-mask-image: url('../images/ico/cart-alt.svg');
    mask-image: url('../images/ico/cart-alt.svg');
}

.icofont-star {
    -webkit-mask-image: url('../images/ico/star.svg');
    mask-image: url('../images/ico/star.svg');
}

.icofont-headphone-alt-2 {
    -webkit-mask-image: url('../images/ico/headphone-alt-2.svg');
    mask-image: url('../images/ico/headphone-alt-2.svg');
}

.icofont-calendar {
    -webkit-mask-image: url('../images/ico/calendar.svg');
    mask-image: url('../images/ico/calendar.svg');
}

.icofont-phone {
    -webkit-mask-image: url('../images/ico/phone.svg');
    mask-image: url('../images/ico/phone.svg');
}

.icofont-ui-delete {
    -webkit-mask-image: url('../images/ico/ui-delete.svg');
    mask-image: url('../images/ico/ui-delete.svg');
}

.icofont-filter {
    -webkit-mask-image: url('../images/ico/filter.svg');
    mask-image: url('../images/ico/filter.svg');
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.header-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
    align-items: center;
    order: 1;
}

.logo {
    margin: 0;
    align-items: center;
}

.logo a {
    display: block;
    line-height: 0;
}

.logo img {
    max-height: 60px;
}

.mini-cart {
    position: relative;
    right: 10px;
}

.mini-cart-wrap {
    display: block;
    line-height: 0;
    color: #ffd101;
    position: relative;
}

.mini-cart-wrap i {
    width: 26px;
    height: 26px;
    background: #ffd101 none;
}

.mini-cart-count {
    width: 18px;
    height: 18px;
    background: #FF6D04 none;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    right: -10px;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    align-items: center;
}

.navbar-mobile-icon {
    width: 24px;
    height: 18px;
    position: relative;
    margin: 0;
    padding: 0;
    background: transparent none;
    border: 0;
    display: block;
}

.navbar-mobile-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333 none;
    border-radius: 20px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s;
    transition: all .2s;
    top: 8px;
}

.navbar-mobile-icon span:first-child {
    top: 0;
}

.navbar-mobile-icon span:last-child {
    top: 16px;
}

.navbar-mobile-icon.mobile-active span:first-child,
.navbar-mobile-icon.mobile-active span:last-child {
    opacity: 0;
}

.navbar-mobile-icon.mobile-active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #333 none;
}

.navbar-mobile-icon.mobile-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #333 none;
}

.navbar-mobile-wrap {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff none;
    z-index: -99999;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: auto;
    padding: 50px 15px 15px;
    visibility: hidden;
    opacity: 0;
}

.navbar-mobile-wrap.menu-mobile-active {
    visibility: visible;
    left: 0;
    z-index: 99999;
    opacity: 1;
}

.navbar-mobile-wrap ol {
    margin: 0;
    list-style: none;
    padding: 0;
}

.navbar-mobile-wrap li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #D3D3D3;
    color: #333;
    position: relative;
}

.navbar-mobile-wrap .sub-menu li:first-of-type {
    border-top: 1px solid #D3D3D3;
}

.navbar-mobile-wrap li:last-of-type {
    border-bottom: none;
}

.navbar-mobile-wrap a {
    display: block;
    padding: 9px 10px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.navbar-mobile-wrap .sub-menu li a {
    padding-left: 20px;
}

.navbar-mobile-wrap .sub-menu .sub-menu li a {
    padding-left: 30px;
}

.navbar-mobile-wrap .ico-children {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent none;
    border: 0;
    padding: 0;
}

.navbar-mobile-wrap .ico-children::after {
    content: '';
    border: solid #aaa;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -2px;
}

.navbar-mobile-wrap .ico-children.active::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 4px;
}

.navbar-mobile-wrap .sub-menu {
    display: none;
}

.scroll-disable {
    height: auto;
    overflow: hidden;
    position: fixed;
    width: 100vw;
}

.navbar-mobile-wrap .navbar-mobile-icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.search-form {
    position: relative;
}

.search-field {
    width: 100%;
    display: block;
    border: 2px solid #ffd101;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
    padding: 0 40px 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-button {
    width: 40px;
    height: 40px;
    align-items: center;
    background: transparent none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.search-button i {
    width: 18px;
    height: 18px;
    background: #AFAFAF none;
}

.banner-homepage,
.banner-category {
    width: 100vw;
    position: relative;
    left: -10px;
    margin: 15px 0 0;
}

.banner-homepage-swiper .swiper-button-prev,
.banner-homepage-swiper .swiper-button-next,
.banner-category-swiper .swiper-button-prev,
.banner-category-swiper .swiper-button-next {
    width: 28px;
    height: 50px;
    background: rgba(0, 0, 0, .6) none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.banner-homepage-swiper .swiper-button-prev,
.banner-category-swiper .swiper-button-prev {
    left: 0;
}

.banner-homepage-swiper .swiper-button-next,
.banner-category-swiper .swiper-button-next {
    right: 0;
}

.banner-homepage-swiper .swiper-button-prev::after,
.banner-homepage-swiper .swiper-button-next::after,
.banner-category-swiper .swiper-button-prev::after,
.banner-category-swiper .swiper-button-next::after {
    font-size: 20px;
}

.banner-homepage-swiper .swiper-button-prev.swiper-button-disabled,
.banner-homepage-swiper .swiper-button-next.swiper-button-disabled,
.banner-category-swiper .swiper-button-prev.swiper-button-disabled,
.banner-category-swiper .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.price {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #F50000;
    margin: 0;
}

.woocommerce-Price-currencySymbol {
    font-size: 18px;
    line-height: 21px;
    position: relative;
    top: -4px;
    margin: 0 0 0 2px;
}

.price del {
    font-size: 18px;
    color: #999;
    font-weight: 500;
}

.price del .woocommerce-Price-currencySymbol {
    display: none;
}

.price ins {
    text-decoration: none;
}

.archive-product-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #D3D3D3;
    position: relative;
    width: 100vw;
    left: -10px;
}

.archive-product-list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #D3D3D3;
}

.archive-product-item {
    flex: 0 0 auto;
    max-width: 100%;
    width: 50%;
    position: relative;
    border-bottom: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    padding: 15px 10px;
}

.archive-product-item:nth-of-type(2n) {
    border-right: 0;
}

.archive-product-img {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive-product-img img {
    max-height: 100%;
}

.archive-product-title {
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    margin: 10px 0 0;
    color: #333;
    min-height: 57px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.archive-product-price.price {
    margin: 12px 0 0;
    font-size: 17px;
    line-height: 21px;
}

.archive-product-price .woocommerce-Price-currencySymbol {
    font-size: 13px;
    line-height: 16px;
    top: -3px;
}

.archive-product-price del {
    font-size: 13px;
    line-height: 16px;
}

.archive-product-meta {
    margin: 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.archive-product-rating {
    font-size: 16px;
    line-height: 21px;
    color: #F99724;
    display: flex;
    align-items: center;
}

.archive-product-rating i {
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
    margin: 0 0 0 2px;
    background: #F99724 none;
}

.archive-product-vote {
    font-size: 14px;
    line-height: 19px;
}

.gift-ico {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: block;
    background: #F50000 none;
    z-index: 1;
    -webkit-mask: url('../images/ico/gift.svg') no-repeat center/100% auto;
    mask: url('../images/ico/gift.svg') no-repeat center/100% auto;
}

.sale-ico {
    position: absolute;
    top: 11px;
    left: 0;
    width: 44px;
    height: 26px;
    background: #F50000 none;
    border-radius: 0 3px 3px 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    align-items: center;
    z-index: 1;
}

.aside-homepage {
    margin: 25px 0 0;
}

.aside-homepage-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.newsletter-wrap {
    min-height: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
    order: 4;
}

.newsletter-wrap::before {
    background: #ffd101 none;
}

.newsletter-label {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.newsletter-form {
    width: 100%;
    max-width: 460px;
    display: block;
    position: relative;
}

.newsletter-input {
    border-radius: 5px;
    border: 1px solid #fff;
    height: 38px;
    font-size: 14px;
    padding: 0 95px 0 10px;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.newsletter-submit {
    width: 85px;
    height: 38px;
    background: #444 none;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    border: 0;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

.newsletter-form input.error {
    border: 1px solid #F50000;
}

.newsletter-form label.error,
.newsletter-response {
    font-size: 13px;
    line-height: 15px;
    display: block;
    margin: 5px 0 0 5px;
    color: #fff;
}

.footer-wrap {
    padding-top: 15px;
    padding-bottom: 10px;
    order: 5;
}

.aside-footer {
    margin: 20px 0 0;
}

.aside-footer:first-of-type {
    margin-top: 0;
}

.logo-footer {
    max-height: 40px;
    max-width: 172px!important;;
}

.hotline-wrap {
    display: flex;
    align-items: center;
}

.hotline-wrap i {
    width: 30px;
    height: 30px;
    background: #ffd101 none;
    margin: 0 8px 0 0;
}

.hotline-content {
    font-size: 15px;
    line-height: 19px;
}

.hotline-content a {
    color: #ffd101;
}

.logo-bct {
    max-height: 50px;
    max-width: 132px!important;
}

.aside-footer-title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin: 0 0 5px;
}

.company-info p,
.showroom-wrap p {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
}

.company-info a {
    color: #333;
}

.aside-footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aside-footer .menu a {
    color: #333;
    font-size: 14px;
    line-height: 19px;
}

.breadcrumbs {
    font-size: 13px;
    line-height: 19px;
    color: #7E7E7E;
    margin: 15px 0 0;
}

.breadcrumbs a {
    color: #7E7E7E;
}

.title {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    margin: 15px 0;
}

.widget-news-list,
.archive-highlight,
.archive-post-list,
.post-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-news-list,
.archive-post-list,
.post-sidebar-list {
    margin-top: 16px;
}

.widget-news-item,
.archive-highlight-item,
.archive-post-item,
.post-sidebar-item {
    position: relative;
    padding: 0 0 0 135px;
    margin: 16px 0 0;
    min-height: 80px;
}

.archive-highlight-item:first-of-type,
.archive-child .archive-post-item:first-of-type {
    margin-top: 0;
    padding-left: 0;
}

.widget-news-item:first-of-type,
.archive-post-item:first-of-type,
.post-sidebar-item:first-of-type {
    margin-top: 0;
}

.widget-news-img,
.archive-highlight-img,
.archive-post-img,
.post-sidebar-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 80px;
    overflow: hidden;
    display: block;
}

.archive-highlight-item:first-of-type .archive-highlight-img,
.archive-child .archive-post-item:first-of-type .archive-post-img {
    position: relative;
    width: 100%;
    height: 210px;
    margin: 0 0 10px;
}

.widget-news-title,
.archive-highlight-title,
.archive-post-title,
.post-sidebar-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin: 0;
    color: #333;
}

.archive-highlight-item:first-of-type .archive-highlight-title,
.archive-child .archive-post-item:first-of-type .archive-post-title {
    font-size: 18px;
    line-height: 21px;
}

.archive-post-parent,
.archive-parent {
    margin: 25px 0 0;
}

.archive-parent:first-of-type {
    margin-top: 0;
}

.archive-child-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.archive-child-title,
.post-sidebar-head,
.product-related-head,
.product-specifications-head,
.product-latest-head {
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin: 0;
    font-weight: 700;
}

.archive-child-title a {
    color: #ffd101;
}

.archive-child-more {
    color: #ffd101;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.archive-child-more::after {
    content: '';
    border: solid #ffd101;
    border-width: 0 1px 1px 0;
    display: block;
    padding: 3px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 0 0 3px;
}

.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 25px -3px 0;
}

.pagination-wrap span,
.pagination-wrap a {
    width: 30px;
    height: 30px;
    color: #606060;
    background: #fff none;
    border: 1px solid #D3D3D3;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrap span.current {
    background: #ffd101 none;
    border: 1px solid #ffd101;
    color: #fff;
}

.pagination-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.pagination-wrap li,
.pagination-wrap > span,
.pagination-wrap > a {
    margin: 0 3px;
}

.page-sidebar {
    margin: 25px 0 0;
}

.sidebar-item {
    margin: 25px 0 0;
}

.sidebar-item:first-of-type {
    margin-top: 0;
}

.product-related-list,
.product-latest-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    width: 100vw;
    position: relative;
    left: -10px;
}

.product-related-item,
.product-latest-item {
    position: relative;
    padding: 16px 10px 0 145px;
    margin: 16px 0 0;
    min-height: 110px;
    border-top: 1px solid #D3D3D3;
}

.product-related-item:first-of-type,
.product-latest-item:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    min-height: 94px;
}

.product-related-img,
.product-latest-img {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 120px;
    height: 94px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-related-item:first-of-type .product-related-img,
.product-latest-item:first-of-type .product-latest-img {
    top: 0;
}

.product-related-img img,
.product-latest-img img {
    max-height: 100%;
}

.product-related-title,
.product-latest-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin: 0;
    color: #333;
}

.product-related-price,
.product-latest-price {
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 21px;
}

.product-related-price .woocommerce-Price-currencySymbol,
.product-latest-price .woocommerce-Price-currencySymbol {
    font-size: 13px;
    line-height: 16px;
    top: -3px;
}

.product-related-price del,
.product-latest-price del {
    font-size: 13px;
    line-height: 16px;
}

.archive-parent::before,
.sidebar-item::before {
    content: '';
    position: relative;
    left: -10px;
    width: 100vw;
    height: 0;
    display: block;
    border-top: 4px solid #D3D3D3;
    margin: 0 0 16px;
}

.singular-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #555;
}

.singular-time {
    display: flex;
    align-items: center;
}

.singular-time i {
    width: 14px;
    height: 14px;
    background: #555 none;
    margin: 0 5px 0 0;
    position: relative;
    top: -1px;
}

.singular-author {
    display: flex;
    align-items: center;
    margin: 0 0 0 6px;
    position: relative;
}

.singular-author::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #555 none;
    border-radius: 50%;
    display: block;
    margin: 0 6px 0 0;
    position: relative;
    top: 1px;
}

.singular-author a {
    color: #555;
}

.single-page .singular-content,
.singular-post .singular-content {
    margin: 15px 0 0;
}

.singular-content h2,
.singular-content .h2,
.singular-content h3,
.singular-content .h3,
.singular-content h4,
.singular-content .h4,
.singular-content h5,
.singular-content .h5,
.singular-content h6,
.singular-content .h6 {
    font-weight: 700;
}

.singular-content p {
    text-align: justify;
}

.singular-content p:last-of-type {
    margin: 0;
}

.singular-content figcaption {
    text-align: center;
    font-size: 14px;
    margin: 5px 0 0;
}

.woocommerce .woocommerce-ordering {
    float: none;
    margin: 0;
}

.order-select {
    position: relative;
}

.order-select::before,
.order-select::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 8px;
}

.order-select::before {
    border-bottom: 5px solid #515151;
    top: 10px;
}

.order-select::after {
    border-top: 5px solid #515151;
    bottom: 10px;
}

.order-select .orderby {
    height: 32px;
    background: transparent none;
    padding: 0 25px 0 6px;
    font-size: 14px;
    color: #333;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    border: 1px solid #D3D3D3;
    font-weight: 400;
    line-height: 30px;
}

.filter-btn {
    height: 32px;
    padding: 0 10px;
    background: #fb6e2e none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

.filter-btn i {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    background: #fff none;
}

.product-filter {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff none;
    z-index: -99999;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: auto;
    padding: 50px 15px 15px;
    visibility: hidden;
    opacity: 0;
}

.product-filter.product-filter-active {
    visibility: visible;
    left: 0;
    z-index: 99999;
    opacity: 1;
}

.product-filter-close {
    width: 24px;
    height: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent none;
    padding: 0;
    border: 0;
}

.product-filter-close::before,
.product-filter-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333 none;
    border-radius: 20px;
    left: 0;
    top: 8px;
}

.product-filter-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-filter-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.product-filter-wrap {
    margin: 0 0 55px;
}

.attribute-filter {
    margin: 15px 0 0;
    border-top: 1px solid #D3D3D3;
    padding: 12px 0 0;
}

.attribute-filter:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.attribute-filter-head {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.attribute-filter-list {
    margin: 4px -8px 0;
    display: flex;
    flex-wrap: wrap;
}

.attribute-filter-item {
    flex: 0 0 auto;
    max-width: 100%;
    width: 50%;
    position: relative;
    padding: 0 8px;
    margin: 10px 0 0;
}

.attribute-filter-label {
    display: block;
    position: relative;
    padding: 0 0 0 22px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    border: 0;
    background: transparent none;
}

.attribute-filter-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background: #fff none;
    border: 1px solid #D3D3D3;
    border-radius: 2px;
    display: block;
}

.attribute-filter-label.active .attribute-filter-checkmark {
    background: #ffd101 none;
    border: 1px solid #ffd101;
}

.attribute-filter-checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.attribute-filter-label.active .attribute-filter-checkmark::after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

.product-filter-bottom {
    padding: 0 10px;
    background: #fff none;
    width: 100%;
    height: 42px;
    position: fixed;
    left: 0;
    bottom: 0;
}

.product-filter-submit {
    width: 0;
    height: 32px;
    padding: 0;
    background: #ffd101 none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.product-filter.product-filter-active .product-filter-submit {
    width: 100%;
}

.product-filter-submit i {
    background: #fff none;
    margin: 0 5px 0 0;
}

.product-cat-description {
    margin: 25px 0 0;
}

.product-images {
    width: 100vw;
    position: relative;
    left: -10px;
}

.product-images-item {
    height: 260px;
    position: relative;
    width: 100%;
    line-height: 0;
    align-items: center;
    padding: 10px;
}

.product-images-item img {
    max-height: 100%;
}

.product-images-main .swiper-button-prev,
.product-images-main .swiper-button-next {
    width: 24px;
    height: 50px;
    background: rgba(0, 0, 0, .6) none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.product-images-main .swiper-button-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.product-images-main .swiper-button-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.product-images-main .swiper-button-prev::after,
.product-images-main .swiper-button-next::after {
    font-size: 16px;
}

.product-images-main .swiper-button-next.swiper-button-disabled,
.product-images-main .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.product-info {
    margin: 15px 0 0;
}

.price-label {
    color: #333;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 18px;
}

.gift-wrap {
    margin: 15px 0 0;
}

.gift-head {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    font-weight: 700;
}

.gift-content {
    margin: 10px 0 0;
}

.gift-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gift-content li {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 19px;
    margin: 10px 0 0;
}

.gift-content li:first-of-type {
    margin-top: 0;
}

.gift-content li::before {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    background: #F50000 none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask: url('../images/ico/gift.svg') no-repeat center/100% auto;
    mask: url('../images/ico/gift.svg') no-repeat center/100% auto;
}

.gift-content p:last-of-type {
    margin: 0;
}

.product-description {
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 0 0;
    padding: 18px 15px;
    margin: 15px 0 0;
}

.product-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: item;
}

.product-description li {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 14px;
    line-height: 19px;
    margin: 10px 0 0;
}

.product-description li:first-of-type {
    margin: 0;
}

.product-description li::before {
    content: counters(item, "");
    counter-increment: item;
    position: absolute;
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    background: #ffd101 none;
    border-radius: 50%;
}

.product-stock {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

.gt-comment {
    font-size: 14px;
    line-height: 19px;
    margin: 8px 0 0 0;
    color: #2f80ed;
}

.product-info .cart {
    margin: 16px 0 0;
}

.atc-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.atc-col {
    flex: 0 0 auto;
    max-width: 100%;
    position: relative;
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    background: #2f80ed none;
    border: 1px solid #2f80ed;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    padding: 0;
}

.atc-col.atc-full {
    width: 100%;
}

.atc-col i {
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
    background: #fff none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.atc-now {
    width: 100%;
    height: 46px;
    margin: 9px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fb6e2e none;
    border-radius: 4px;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.product-specifications-content ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    width: 100vw;
    position: relative;
    left: -10px;
}

.product-specifications-content li {
    font-size: 14px;
    line-height: 19px;
    padding: 8px 12px;
    display: block;
}

.product-specifications-content li:nth-of-type(2n+1) {
    background: #f4f4f4 none;
}

.product-content {
    border-top: 1px solid #D3D3D3;
    padding: 16px 0 0;
    margin: 20px 0 0;
}

.singular-content h2,
.singular-content .h2,
.singular-content h3,
.singular-content .h3,
.singular-content h4,
.singular-content .h4,
.singular-content h5,
.singular-content .h5,
.singular-content h6,
.singular-content .h6 {
    font-weight: 700;
    font-size: 17px;
}

.singular-content p {
    text-align: justify;
}

.singular-content p:last-of-type {
    margin: 0;
}

.singular-content figcaption {
    text-align: center;
    font-size: 14px;
    margin: 5px 0 0;
}

.woocommerce-reviews {
    margin: 25px 0 0;
}

.reviews-title-wrap {
    font-size: 18px;
    line-height: 23px;
    color: #333;
    margin: 0;
    font-weight: 700;
}

.woocommerce #reviews #comments ol.commentlist {
    margin-top: 20px;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #333;
}

.woocommerce .star-rating {
    float: none;
    margin: 3px 0 0;
}

.woocommerce-reviews .description {
    margin: 8px 0 0;
    font-size: 14px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-of-type {
    margin: 0;
}

.woocommerce-reviews .required {
    color: red;
}

.woocommerce #review_form #respond textarea {
    height: 120px;
    border: 1px solid #D3D3D3;
    border-radius: .25rem;
}

.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="email"] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D3D3D3;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: .25rem;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    padding: 12px;
    background: #F5F5F5 none;
    border-radius: 5px;
    margin-left: 15px;
}

.woocommerce #reviews #comments ol.commentlist ul.children li:last-of-type {
    margin-bottom: 0;
}

.woocommerce p.stars a,
.woocommerce p.stars a:focus,
.woocommerce p.stars a:active,
.woocommerce .star-rating span {
    color: #F5A622;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 500;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 15px 0 0;
    font-size: 14px;
}

.woocommerce-message {
    border-top-color: #ffd101;
}

.woocommerce-message::before {
    color: #ffd101;
}

.woocommerce-cart-form td.product-price,
.woocommerce-cart-form td.product-subtotal,
.cart-subtotal td,
.order-total td,
.order_details .amount,
.woocommerce-checkout-review-order-table .amount {
    font-weight: 700;
    color: #F50000;
    font-size: 18px;
    line-height: 21px;
}

.woocommerce-cart-form td.product-price::before,
.woocommerce-cart-form td.product-subtotal::before,
.cart-subtotal td::before,
.order-total td::before {
    font-size: 16px;
    color: #333;
}

.woocommerce-cart-form td.product-price .woocommerce-Price-currencySymbol,
.woocommerce-cart-form td.product-subtotal .woocommerce-Price-currencySymbol,
.cart-subtotal td .woocommerce-Price-currencySymbol,
.order-total td .woocommerce-Price-currencySymbol,
.order_details .amount .woocommerce-Price-currencySymbol,
.woocommerce-checkout-review-order-table .amount .woocommerce-Price-currencySymbol {
    font-size: 14px;
    line-height: 19px;
    top: -3px;
}

.woocommerce a.remove {
    font-size: 15px;
    border-radius: 0;
}

.woocommerce-cart-form td.product-quantity .quantity {
    display: flex;
    align-items: center;
}

.woocommerce-cart-form td.product-quantity .quantity .qty-minus,
.woocommerce-cart-form td.product-quantity .quantity .qty-plus {
    width: 32px;
    height: 34px;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #fff none;
    padding: 0;
}

.woocommerce-cart-form td.product-quantity .quantity .qty-minus {
    border-right: 0;
}

.woocommerce-cart-form td.product-quantity .quantity .qty-plus {
    border-left: 0;
}

.woocommerce td.product-quantity .quantity .qty {
    width: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 34px;
    line-height: 32px;
    text-align: center;
    display: block;
    border: 1px solid #ddd;
    outline: 0;
}

.woocommerce table.shop_table td.product-quantity::after {
    content: '';
    display: block;
    clear: both;
}

.woocommerce table.shop_table td.product-quantity .quantity {
    float: right;
}

.page-woocommerce h2,
.customer-details h3,
.woocommerce-checkout h3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin: 0 0 15px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order {
    background: #fb6e2e none;
    font-size: 16px;
    padding: 11px 30px;
    border-radius: 5px;
    line-height: 19px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D3D3D3;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: .25rem;
}

.woocommerce-page form .form-row {
    padding: 0;
}

.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}

.checkout-col {
    margin: 20px 0 0;
}

.woocommerce form .form-row .optional {
    visibility: hidden;
}

.checkout-col:first-of-type {
    margin-top: 0;
}

.woocommerce ul.order_details {
    margin: 0 0 1rem;
    padding: 0;
}

.woocommerce ul.order_details li {
    float: none;
    padding-right: 0;
    border-right: 0;
    margin: 0 0 10px;
    font-size: 13px;
}

.woocommerce ul.order_details li:last-of-type {
    margin-bottom: 0;
}

.page-woocommerce .woocommerce-error,
.page-woocommerce .woocommerce-info,
.page-woocommerce .woocommerce-message {
    margin-bottom: 20px;
}

.term-child-wrap {
    border: 1px solid #D3D3D3;
    padding: 0;
    margin: 0 0 20px;
}

.nav-term {
    margin: 0;
    padding: 8px 0 0;
    list-style: none;
    max-height: 190px;
    overflow: auto;
}

.nav-term .nav-term {
    margin-top: 0;
    padding-top: 0;
    display: none;
    max-height: none;
    overflow: visible;
}

.nav-term-item {
    position: relative;
    display: block;
    padding: 0 15px;
}

.nav-term-item:last-of-type {
    margin-bottom: 8px;
}

.nav-term .nav-term .nav-term-item:last-of-type {
    margin-bottom: 0;
}

.nav-term-item.nav-term-parent {
    padding-right: 32px;
}

.nav-term-item .nav-term-item {
    padding-left: 15px;
}

.nav-term-item a {
    color: #333;
    padding: 8px 0;
    display: block;
    font-size: 14px;
    line-height: 19px;
}

.nav-term-item .ico-children {
    width: 32px;
    height: 32px;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 0;
    border: 0;
    background: transparent none;
}

.author-post {
    margin-top: 15px;
}

.author-wrap {
    border: 1px solid #e5e5e5;
    padding: 20px;
    background: #f3f3f3 none;
}

.author-img {
    margin: 0 auto;
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.author-info {
    margin: 20px 0 0;
}

.author-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin: 0;
}

.author-description {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 19px;
}

.author-description ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.author-description p {
    margin: 0 0 10px;
}

.author-description p:last-child {
    margin-bottom: 0;
}

.author-social {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.author-social li {
    margin: 0 12px 0 0;
    font-size: 18px;
}

.author-social li:last-child {
    margin-right: 0;
}

.cta-messenger {
    display: block;
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 20px;
}

.cta-messenger img {
    width: 50px;
    border-radius: 50%;
}

@keyframes notify-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -ms-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        -ms-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        -ms-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        -ms-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        -ms-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -ms-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -ms-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
}

.cta-hotline {
    position: fixed;
    left: 15px;
    bottom: 20px;
    z-index: 99;
}

.cta-hotline-ico {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    background: #c00 none;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-hotline-ico::after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: transparent none;
    border: 2px solid #c00;
}

.cta-hotline-ico .icofont-phone {
    width: 30px;
    height: 30px;
    -webkit-animation: notify-circle-img-anim 1s infinite ease-in-out;
    animation: notify-circle-img-anim 1s infinite ease-in-out;
    background: #fff none;
}

.cta-buy {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 25px;
    width: 180px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fb6e2e none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    z-index: 99;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.singular-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 1rem;
    border: 1px solid #D3D3D3;
    min-width: 500px;
    border-spacing: 0;
    height: auto;
}

.singular-content table th,
.singular-content table td {
    padding: 8px 12px;
    border: 1px solid #D3D3D3;
}

.advertise-wrap {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 99;
    display: block;
    width: 80px;
}

.interest-list {
    margin: 5px 0 0;
    padding: 0 0 0 20px;
}

.search-wrap {
    order: 2;
}

.page-container {
    order: 3;
}