/* Defined Fonts ---------------------------- */
@font-face {
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/Roboto-Italic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 100;
    font-style: normal;
    src: url("../fonts/Roboto-Thin.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 100;
    font-style: italic;
    src: url("../fonts/Roboto-ThinItalic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 300;
    font-style: italic;
    src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
    src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    font-style: italic;
    src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/Roboto-Black.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 900;
    font-style: italic;
    src: url("../fonts/Roboto-BlackItalic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "RobotoCondensed";
    src: url("../fonts/RobotoCondensed.ttf") format("truetype");
    font-display: swap;
}

/* Defined colors ---------------------------- */
:root {
    --theme-primary-color: #e63a38;
    --theme-secondary-color: #004aac;
    --theme-text-color: #282828;
    --theme-accent-color: #e63a38;
    --theme-green-color: #1DB954;
    --theme-purple-color: #a46497;
    --theme-title-color: #7A99AC;
    --social-facebook: #3b5997;
    --social-twitter: #28c3f0;
    --social-youtube: #f62d3a;
    --social-google: #e83e2e;
    --social-instagram: #db4a8c;
    --social-zalo: #008fe9;
    --social-tiktok: #000;
}

/* General ---------------------------- */

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--theme-text-color);
    margin: 0;
    background-color: #fff;
}

.container {
    width: 1320px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;

}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
    transition: color 0.3s;
}

a:hover {
    color: #999;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
}

iframe {
    max-width: 100%;
    border: none;
    display: block;
}

.site h1, .site h2, .site h3, .site h4, .site h5, .site h6 {
    line-height: 1.5;
    margin: 20px 0 10px;
    clear: none;
    font-weight: 700;
}

.site .entry-content h1, .site .entry-content h2, .site .entry-content h3, .site .entry-content h4, .site .entry-content h5, .site .entry-content h6 {
    color: #000;
}

.site h1 {
    font-size: 26px;
}

.site h2 {
    font-size: 24px;
}

.site h3 {
    font-size: 22px;
}

.site h4 {
    font-size: 20px;
}

.site h5 {
    font-size: 18px;
}

.site h6 {
    font-size: 16px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt60 {
    margin-top: 60px;
}

.list-socials {
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.list-socials li {
    display: inline-block;
    margin: 2px 3px;
    list-style: none;
    vertical-align: middle;
}

.list-socials li a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.list-socials li a {
    display: block !important;
    margin: 0;
    background-color: #555555;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
}

.list-socials li a:hover, .list-socials li a:focus, .list-socials li a:active {
    text-decoration: none;
}

.list-socials li a i {
    display: block;
    line-height: 40px;
    font-size: 22px;
}

.list-socials li a img {
    height: 100%;
    width: 100%;
}

.list-socials li.social-item.facebook a {
    background-color: var(--social-facebook);
}

.list-socials li.social-item.twitter a {
    background-color: var(--social-twitter);
}

.list-socials li.social-item.youtube a {
    background-color: var(--social-youtube);
}

.list-socials li.social-item.google a {
    background-color: var(--social-google);
}

.list-socials li.social-item.instagram a {
    background-color: var(--social-instagram);
}

.list-socials li.social-item.zalo a {
    background-color: var(--social-zalo);
}

.list-socials li.social-item.tiktok a {
    background-color: var(--social-tiktok);
}

.list-socials li.social-item.zalo a i {
    font-size: 26px;
    position: relative;
    color: #fff;
}

.list-socials li.social-item.zalo a i::after {
    position: absolute;
    content: "Zalo";
    left: 10px;
    top: -1px;
    z-index: 1;
    display: block;
    font-size: 10px;
    text-transform: none;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: var(--social-zalo);
}

.fa-regular,
.fa-solid,
.fa-bold,
.loop-item .post-thumbnail::after,
.primary-menus ul.menu li.menu-item-has-children > a:after,
.main-slider .slick-prev::before, .main-slider .slick-next::before,
.slick-arrow {
    font-family: 'FontAwesome', sans-serif;
    font-style: normal;
}

.slick-arrow {
    top: 50%;
    margin-top: -10px;
    position: absolute;
    width: auto;
    height: auto;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    border: none;
}

.slick-prev {
    left: 0 !important;
    z-index: 2;
}

.slick-prev:before {
    content: '\f104';
}

.slick-next {
    right: 0 !important;
    z-index: 2;
}

.slick-next:before {
    content: '\f105';
}

.slick-prev::before, .slick-next::before {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 30px !important;
}

.slick-prev:hover::before, .slick-next:hover::before {
    color: var(--theme-primary-color) !important;
}

.main-slider .slick-prev::before, .main-slider .slick-next::before {
    color: rgba(0, 0, 0, 1) !important;
    font-size: 28px !important;
    font-weight: 400;
    border: 2px solid #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    line-height: 34px;
    text-align: center;
}

.main-slider .slick-prev:hover::before, .main-slider .slick-next:hover::before {
    border: 2px solid var(--theme-primary-color);
    background-color: var(--theme-primary-color);
}

.hocwp-slider {
    position: relative;
}

.hocwp-slider > .slider-item:not(:first-child) {
    display: none;
}

.hocwp-slider .slider-item img {
    width: 100%;
    display: block;
    max-height: none;
}

.hocwp-slider .slick-prev, .hocwp-slider .slick-next {
    opacity: 0;
    transition: all 0.3s;
}

.hocwp-slider .slick-prev {
    left: 10px !important;
    margin-top: -18px;
}

.hocwp-slider .slick-next {
    right: 10px !important;
    margin-top: -18px;
}

.hocwp-slider:hover .slick-prev, .hocwp-slider:hover .slick-next {
    opacity: 0.8;
}

.hocwp-slider .slick-prev:hover, .hocwp-slider .slick-next:hover {
    opacity: 1;
}

.hocwp-slider .slick-prev::before, .hocwp-slider .slick-next::before {
    color: #fff !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.slick-slider .details {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 10px 0;
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 10%;
    padding: 0 20px;
}

.slick-slider .details p {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.slick-dots {
    bottom: 15px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.slick-dots li button {
    background-color: #fff;
    width: 26px;
    height: 8px;
    border-radius: 5px;
    font-size: 0;
    color: transparent;
    padding: 0 !important;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    border: none;
    outline: none;
}

.slick-dots li button:hover {
    background-color: #ccc;
}

.slick-dots li.slick-active button {
    background-color: var(--theme-primary-color);
}

.slick-carousel {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    flex-wrap: wrap;
}

.slick-carousel > .widget {
    flex: 100%;
}

.slick-carousel > .loop-item, .slick-carousel > .product-cat-item {
    flex: 30%;
}

.slick-carousel > .widget:not(:first-child), .slick-carousel > .loop-item:not(:nth-child(-n+3)), .slick-carousel > .product-cat-item:not(:nth-child(-n+3)) {
    display: none;
}

.slick-carousel .slick-list {
    margin: 0 -15px;
}

.slick-carousel .slick-track {
    display: flex;
}

.slick-carousel .slick-track .slick-slide {
    padding: 0 15px;
}

.slick-carousel.widgets-slider .slick-track .slick-slide {
    padding: 0 10px;
}

.slick-track:before, .slick-track:after {
    display: none;
}

.slick-carousel .slick-prev {
    left: -40px !important;
    transition: all 0.5s;
}

.slick-carousel .slick-next {
    right: -40px !important;
    transition: all 0.5s;
}

.slick-carousel .slick-prev::before, .slick-carousel .slick-next::before {
    font-size: 40px !important;
}

.slick-carousel .slick-arrow {
    opacity: 1;
    transition: opacity 0.3s;
}

.slick-carousel .slick-arrow.slick-disabled::before {
    color: #ccc !important;
}

.slick-carousel:hover .slick-arrow {
    opacity: 1;
}

.swiper-button-next:after {
    content: '\f105';
    font-weight: normal;
}

.swiper-button-prev:after {
    content: '\f104';
    font-weight: normal;

}

.hocwp-slider .swiper-button-next, .hocwp-slider .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.8);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
    color: var(--theme-secondary-color);
    font-family: FontAwesome;
}

.hocwp-slider .swiper-button-next:hover, .hocwp-slider .swiper-button-prev:hover {
    background-color: var(--theme-accent-color);
    color: #fff;
}

.hocwp-slider .swiper-button-next:hover:after, .hocwp-slider .swiper-button-prev:hover:after {
    color: #fff;
}

.swiper-carousel .swiper-wrapper {
    display: flex;
}

.swiper-carousel .swiper-wrapper .swiper-slide:not(:nth-child(-n+3)) {
    display: none;
}

.swiper-carousel.swiper-initialized .swiper-wrapper .swiper-slide:not(:nth-child(-n+3)) {
    display: block;
}

.swiper-carousel .swiper-button-next, .swiper-carousel .swiper-button-prev {
    background-color: transparent;
    box-shadow: none;
    color: #333;
    width: 20px;
    height: 30px;
}

.swiper-carousel .swiper-button-next:hover, .swiper-carousel .swiper-button-prev:hover {
    background-color: transparent;
    color: var(--theme-accent-color);
}

.swiper-carousel .swiper-button-next:after, .swiper-carousel .swiper-button-prev:after {
    color: #333;
    font-size: 40px;
}

.swiper-carousel .swiper-button-next:hover:after, .swiper-carousel .swiper-button-prev:hover:after {
    color: var(--theme-accent-color);
}

.swiper-carousel .swiper-button-prev, .swiper-carousel .swiper-rtl .swiper-button-next {
    left: 0;
}

.swiper-carousel .swiper-button-next, .swiper-carousel .swiper-rtl .swiper-button-prev {
    right: 0;
}

.swiper-carousel.swiper {
    padding: 0 30px;
}

.widgets-slider .widget {
    padding: 0;
}
.page-widgets .widget .textwidget {
    font-size: 18px;
    line-height: 1.5;
}
.swiper-slider .swiper-wrapper .swiper-slide:not(:first-child), .home-slider .swiper-wrapper .swiper-slide:not(:first-child) {
    display: none;
}

.swiper-slider .swiper-button-next, .swiper-slider .swiper-button-prev,
.home-slider .swiper-wrapper .swiper-button-next, .home-slider .swiper-wrapper .swiper-button-prev {
    display: none;
}

.swiper-slider.swiper-initialized .swiper-wrapper .swiper-slide:not(:first-child),
.home-slider.swiper-initialized .swiper-wrapper .swiper-slide:not(:first-child) {
    display: block;
}

.swiper-slider.swiper-initialized .swiper-button-next, .swiper-slider.swiper-initialized .swiper-button-prev,
.home-slider.swiper-initialized .swiper-button-next, .home-slider.swiper-initialized .swiper-button-prev {
    display: block;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.8);
    width: 11px;
    height: 11px;
    opacity: 0.8;
}

.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme-accent-color);
}

.box-carousel {
    padding: 0 30px;
    position: relative;
}

.box-carousel .swiper-carousel .swiper-button-prev, .box-carousel .swiper-carousel .swiper-rtl .swiper-button-next {
    left: -10px;
}

.box-carousel .swiper-carousel .swiper-button-next, .box-carousel .swiper-carousel .swiper-rtl .swiper-button-prev {
    right: -10px;
}

.box-carousel .swiper-carousel.swiper {
    padding: 0;
    position: static;
}

.search-form {
    width: 100%;
    display: flex;
}

.search-form label {
    width: calc(100% - 44px);
    margin: 0;
}

.search-form input[type="search"] {
    width: 100%;
    height: 44px;
    padding: 5px 15px !important;
}

.search-form input[type="submit"] {
    background-color: var(--theme-primary-color);
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0 !important;
    text-align: center;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s;
    border: 1px solid var(--theme-primary-color);
}

.search-form label {
    width: calc(100% - 60px);
}

.hotline-search .search-form input[type="search"] {
    height: 30px;
    padding: 5px 10px !important;
}

.hotline-search .search-form input[type="submit"] {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000;
}

.search-form input[type="search"], .search-form input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 0;
    border-right: none;
}

.search-form input[type="submit"]:hover {
    background-color: var(--theme-primary-color);
}

.search-form:after, .search-form:before, .clearfix:after, .clearfix:before {
    display: none;
}

::-moz-placeholder {
    font-style: normal;
    color: #666;
    font-weight: normal;
}

::-webkit-input-placeholder {
    font-style: normal;
    color: #666;
    font-weight: normal;
}

:-ms-input-placeholder {
    font-style: normal;
    color: #666;
    font-weight: normal;
}

.border-3-solid {
    border: 3px solid var(--theme-primary-color);
}

.radius-circle {
    border-radius: 50%;
    overflow: hidden;
}

.d-flex {
    display: flex;
}

.row-gap-0 {
    row-gap: 0;
}

.gap-50 {
    gap: 50px;
}

.gap-40 {
    gap: 40px;
}

.gap-30 {
    gap: 30px;
}

.gap-20 {
    gap: 20px;
}

.gap-15 {
    gap: 15px;
}

.col-gap-60 {
    column-gap: 60px;
}

.row-gap-30 {
    row-gap: 30px;
}

.flex-equal > * {
    flex: 1;
}

.flex-column {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.align-middle {
    align-items: center;
}

.d-grid {
    display: grid;
}

.gap-gallery {
    gap: 8px;
}

.view-grid-image {
    justify-content: space-between;
}

.grid-no-col {
    grid-template-columns: 100%;
}

.grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-col-4, .products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-col70x30 {
    grid-template-columns: 70% 1fr;
}

.grid-col75x25 {
    grid-template-columns: 75% 1fr;
}

.grid-col45x55 {
    grid-template-columns: 45% 1fr;
}

.grid-col25x75 {
    grid-template-columns: 1fr 75%;
    grid-template-areas: "a b";
}

.grid-col25x75 .panel-group-right {
    grid-area: b;
}

.grid-col25x75 .panel-group-left {
    grid-area: a;
}

.grid-col75x25 .panel-group-left {
    border-right: 1px solid #eee;
    padding-right: 30px;
}

figure {
    max-width: 100%;
    width: 100%;
}

.widget_media_image figure {
    width: 100% !important;
}

.btn-default {
    display: table;
    line-height: 1.5;
    background-color: var(--theme-primary-color);
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
    text-transform: none;
}

.btn-default i, .btn-text i {
    margin-left: 8px;
    transition: all 0.3s;
    font-size: 14px;
}

.btn-default.btn-center {
    margin: 0 auto;
}

.btn-default:hover {
    background-color: var(--theme-accent-color);
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
}

.btn-default:hover i, .btn-text:hover i {
    transform: translateX(5px);
}

.btn-default.btn-bg-white {
    background-color: #fff;
    color: var(--theme-primary-color);
    text-shadow: none;
    border: 2px solid var(--theme-primary-color);
    padding: 10px 26px;
}

.btn-default.btn-bg-white:hover {
    background-color: var(--theme-primary-color);
    color: #000;
}

.btn-default.btn-black {
    background-color: #000;
    color: #fff;
}

input:not([type="submit"]):not([type="search"]), textarea {
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

input[type="submit"]:not(.search-submit) {
    border-radius: 0;
    background-color: var(--theme-primary-color);
    border: none;
    color: #fff;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    padding: 10px 20px;
    font-size: 16px;
}

input[type="submit"]:not(.search-submit):hover {
    background-color: var(--theme-secondary-color) !important;
}

.site-content {
    overflow: hidden;
}

/* Site header ---------------------------- */
.site-header {
    background-color: #fff;
    box-shadow: 0 5px 3px -5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.logo-header-area {
    background-color: #fff;
}

.group-logo-menu {
    grid-template-columns: 200px calc(100% - 220px);
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

.site-branding.site-logo {
    overflow: hidden;
    float: left;
}

.site-branding.site-logo .site-title {
    margin: 20px 0;
}

.site-branding.site-logo .site-title a {
    display: block;
}

.site-branding .site-description {
    display: none;
}

.site-branding.site-logo img {
    max-height: 65px;
    max-width: 200px;
    width: auto;
}

.hotline-search {
    align-items: center;
    gap: 20px;
    color: #999;
}

.hotline-search .search-form {
    width: 160px;
    display: flex;
    align-items: center;
}

.hotline-search .search-form * {
    background-color: transparent !important;
    border: none !important;

}

.hotline-search i {
    margin-right: 5px;
}

.hotline-search a {
    color: #999;
}

.primary-menu-area {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
}

.primary-menus ul.menu::before, .primary-menus ul.menu::after {
    display: none;
}

.primary-menus ul.menu {
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
    align-items: center;
}

.primary-menus ul.menu li {
    padding: 0;
}

.primary-menus ul.menu li {
    position: relative;
}

.primary-menus ul.menu li a {
    color: #282828;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
}

.primary-menus ul.menu > li > a {
    padding: 10px 0 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.primary-menus ul.menu > li > a img {
    display: block;
}

.primary-menus ul.menu > li:hover > a, .primary-menus ul.menu > li.current-menu-item > a {
    color: var(--theme-primary-color);
}

.primary-menus ul.menu li.menu-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 300;
}

.primary-menus ul.menu > li.menu-item-has-children:after, .primary-menus ul.menu > li.menu-item-has-children:before {
    bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.primary-menus ul.menu > li.menu-item-has-children:after {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.primary-menus ul.menu > li.menu-item-has-children:before {
    z-index: -999;
    border-width: 11px;
    margin-left: -11px;
}

.primary-menus ul.menu > li.menu-item-has-children:before {
    border-bottom-color: #ddd;
}

.primary-menus ul.menu > li.menu-item-has-children:hover:after, .primary-menus ul.menu > li.menu-item-has-children:hover:before {
    opacity: 1;
    transition: opacity .25s;
    z-index: 599;
}

.primary-menus ul.menu li.menu-item-has-children > .sub-menu {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    min-width: 250px;
    padding: 10px;
}

.primary-menus ul.menu > li.menu-item-has-children > .sub-menu {
    border: 2px solid #ddd;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
}

.primary-menus ul.menu .sub-menu li {

}

.primary-menus ul.menu .sub-menu li a {
    background-color: transparent;
    padding: 8px 10px;
    color: #000;
    transition: all 0.3s;
    display: block;
    border-radius: 10px;
}

.primary-menus ul.menu .sub-menu li:hover > a, .primary-menus ul.menu .sub-menu li.current-menu-item > a {
    background-color: var(--theme-primary-color);
    color: #fff;
}

#ui-datepicker-div {
    z-index: 9999999999 !important;
}

.group-menu-button .btn-request-form {
    margin: 0;
    display: inline-block;
    font-size: 17px;
}

/* Home ---------------------------- */

.module-description {
    font-size: 17px;
}

.module-banner .module-description {
    left: 200px;
    top: 40%;
    color: #fff;
}

.module-banner .module-description h2, .module-banner .module-description h3 {
    font-size: 66px;
    font-family: "RobotoCondensed", sans-serif;
    line-height: 0.9;
    transform: scaleY(1.3);
    margin: 30px 0;
    letter-spacing: 2px;
}

.module-banner .module-description .btn-default {
    margin: 50px 0 0;
}

.products-carousel.slick-carousel .slick-arrow, .loop-carousel.slick-carousel .slick-arrow {
    top: 35% !important;
}

.box-product-cat {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.product-cat-item .pcat-thumbnail {

}

.product-cat-item .pcat-name {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-weight: 500;
}

.product-cat-item .pcat-name a {
    color: #000;
}

.product-cat-item .pcat-count {
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
}

h3.module-title, .page-widgets .widget .widget-title {
    font-size: 34px;
    padding-bottom: 20px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

h3.module-title:before, .page-widgets .widget .widget-title:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    background: #e63a38;
    bottom: 0;
    left: calc(50% - 40px);
}

h3.module-title.left, .page-widgets .widget .widget-title {
    text-align: left;
}

h3.module-title.left:before, .page-widgets .widget .widget-title:before {
    left: 0;
}

.module-banner-widgets h3.module-title {
    font-size: 30px;
}

h3.module-title a {
    color: #000;
}

h3.module-title.left {
    text-align: left;
}

.module-group-description h3.module-title {
    margin-bottom: 30px;
}

.module-description p {
    margin-top: 0;
    margin-bottom: 20px;
}

.module-description > *:last-of-type {
    margin-bottom: 0;
}

.module-description .btn-default.btn-center {
    margin-top: 40px;
}

.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-item img {
    max-height: 100px;
    width: auto;
    max-width: 100%;
}

.customer-carousel .swiper-wrapper {
    display: flex;
    align-items: center;
}

.customer-carousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.customer-carousel .swiper-slide .logo-item {

}

.customer-carousel .swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
}

/*========= Loop =========*/
.loop-item .entry-title {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: normal;
}

.loop-item .entry-title a {
    color: #000;
}

.loop-item .entry-title a:hover {
    color: var(--theme-primary-color);
}

.post-thumbnail img {
    height: auto;
    max-width: 100% !important;
    max-height: 100% !important;
}

.loop-item .post-thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
}

.loop-item.loop-grid .entry-title, .hwp-sidebar .widget .widget-title, .loop-single h1.entry-title, .loop-page h1.entry-title {
    text-transform: none;
    margin: 15px 0 10px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
}

.loop-item.loop-grid .entry-title:after,
.hwp-sidebar .widget .widget-title:after,
.loop-single h1.entry-title:after,
.loop-page h1.entry-title:after {
    position: absolute;
    content: "";
    height: 2px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    width: 30px;
    left: 0;
    bottom: 0;
}

.hwp-sidebar .widget .widget-title:after,
.loop-single h1.entry-title:after,
.loop-page h1.entry-title:after {
    height: 3px;
}

.box-loop-related .loop-item.loop-grid .entry-title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.box-loop-related .loop-item.loop-grid .entry-title:after {
    display: none;
}

.box-loop-related .loop-item.loop-grid .entry-excerpt {
    display: none;
}

.loop-item.loop-grid .post-meta {
    margin: 25px 0 0;
}

.loop-item .post-thumbnail img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0;
    transition: all 0.3s;
}

.loop-item .post-thumbnail::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    transition: all .3s ease;
    opacity: 0;
    z-index: 1;
}

.loop-item .post-thumbnail::after {
    content: "\f543";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    z-index: 2;
    font-family: dashicons !important;
}

.loop-item .post-thumbnail:hover::before, .loop-item .post-thumbnail:hover::after {
    opacity: 1;
}

.post-meta {
    font-size: 13px;
    color: #666;
    margin: 10px 0 0;
    line-height: 1.5;
}

.post-meta > * {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.post-meta > *:not(:first-child) {
    margin-left: 12px;
}

.post-meta a {
    color: #666;
}

.post-meta a:hover {
    color: #666;
}

.post-meta i {
    margin-right: 5px;
}

.entry-excerpt {
    font-weight: normal;
    line-height: 1.5;
    font-size: 15px;
    color: #333;
}

.section-bg-color {
    background-color: #f5f5f5;
    color: #000;
    padding: 40px 0;
}

.group-content {
    align-items: flex-start;
}

.post-thumbnail .default-thumbnail {
    width: auto !important;
    height: auto !important;
}

.loop-item .btn-default {
    font-size: 15px;
}

/* Woocommerce ---------------------------- */

.woocommerce-before-shop-loop {
    overflow: hidden;
    margin-bottom: 40px;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    height: 40px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 5px 10px;
    box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, .02);
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.woocommerce .products ul, .woocommerce ul.products {
    overflow: hidden;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

}

.woocommerce .products ul:before, .woocommerce ul.products:before,
.woocommerce .products ul:after, .woocommerce ul.products:after {
    display: none;
}

.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woocommerce ul.products li.product a > *, .woocommerce-page ul.products li.product a > * {
    display: block;
    text-transform: uppercase;
}

.woocommerce ul.products li.product a .product_cat-name {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.woocommerce ul.products li.product a .product_cat-count {
    font-size: 11px;
    color: #666;
}

.box-loop-products {
    width: 100%;
}

.box-loop-products .loop-product {
    width: 100% !important;
}

.loop-product .product-thumbnail {
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.woocommerce .loop-item .onsale, .loop-item .featured, .woocommerce div.product .featured, .woocommerce div.product span.onsale {
    background-color: var(--theme-primary-color);
    color: #000;
    position: absolute;
    left: 0;
    top: 30px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 0;
    min-width: 50px;
    min-height: 0;
    font-weight: normal;
    z-index: 2;
    font-size: 13px;
    text-align: center;
}

.woocommerce div.product span.onsale {
    font-size: 16px;
    padding: 10px 15px;
    width: 70px;
}

.loop-item .featured, .woocommerce div.product .featured {
    background-color: red;;
    top: 0;
    color: #fff;
    text-transform: uppercase;

}

.woocommerce div.product .featured {
    width: 70px;
}

.loop-product h2.entry-title {
    font-weight: normal;
    text-align: center;
    margin: 0;
    font-size: 20px;
}

.loop-product h2.entry-title a {
    color: #333;
}

.loop-product .list-pcat {
    color: rgba(0, 0, 0, .5);
    font-size: 11px;
    text-align: center;
}

.loop-product .list-pcat a {
    color: rgba(0, 0, 0, .5);
}

.loop-product .loop-price {
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.loop-product .loop-price del {
    color: #aaa;
    font-size: 15px;
    font-weight: 300;
}

.loop-product .loop-price ins {
    text-decoration: none;
}

.loop-product .product-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.box-loop-products .loop-product .product-thumbnail {
    margin-bottom: 20px;
}

/* Single Product ---------------------------- */
.woocommerce div.product h1.product_title.entry-title {
    font-size: 27px;
    font-weight: 700;
    text-transform: none;
    text-align: left;
    margin: 0 0 20px;
    padding-bottom: 20px;
    position: relative;
}

.woocommerce div.product h1.product_title.entry-title:after {
    position: absolute;
    content: "";
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    width: 30px;
    left: 0;
    bottom: 0;
}

.group-price {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery {
    max-width: 40% !important;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery + .summary {
    max-width: calc(60% - 30px) !important;
    width: calc(60% - 30px) !important;
}

.woocommerce div.product div.images {
    margin-bottom: 40px;
}

.woocommerce-product-gallery__image, #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {

}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.woocommerce .woocommerce-product-rating .star-rating {

}

.woocommerce .product .price.single-price {
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

.woocommerce .product .price.single-price del {
    font-size: 16px;
    margin-right: 10px;
}

.woocommerce .product .price.single-price ins {
    text-decoration: none;
}

.woocommerce div.product div.summary .woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 1.6;
    border-top: none;
    border-bottom: 1px dotted #ddd;
    margin: 0 0 20px;
    color: #333;
}

.woocommerce div.product div.summary .woocommerce-product-details__short-description p {
    margin-bottom: 15px;
}

.woocommerce div.product .product_meta {
    display: none;
}

.woocommerce div.product form.cart {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    height: 42px;
    column-gap: 10px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0;
}

.woocommerce .content-single-product div.product form.cart .quantity .qty {
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.woocommerce .content-single-product div.product form.cart .button {
    color: #fff;
    background-color: var(--theme-purple-color);
    border-color: var(--theme-purple-color);
    display: block;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    height: 42px;
    text-transform: none;
    width: 100%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-weight: 600 !important;
}

#comments {
    font-size: 16px;
}

.comment-form label {
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.woocommerce #review_form #respond {
    border: 2px solid #e63a38;
    padding: 15px 30px 30px;
}

.woocommerce-Reviews .comment-respond .comment-reply-title {
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
}

.woocommerce #review_form #respond .form-submit input,
.comment-form .form-submit input[type="submit"] {
    border-radius: 0;
    background-color: var(--theme-primary-color);
    border: none;
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    padding: 10px 20px;
    font-size: 16px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 100px;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 10px 0;
}

.woocommerce ul.cart_list li:not(:last-child), .woocommerce ul.product_list_widget li:not(:last-child) {
    border-bottom: none;
}

.woocommerce ul.cart_list li label, .woocommerce ul.product_list_widget li label {
    font-size: 14px;
    color: #666;
}

.woocommerce ul.cart_list li .woocommerce-Price-amount, .woocommerce ul.product_list_widget li .woocommerce-Price-amount {
    font-size: 15px;
    color: #000;
}

.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins {
    text-decoration: none;
}

.woocommerce ul.cart_list li del .woocommerce-Price-amount, .woocommerce ul.product_list_widget li del .woocommerce-Price-amount {
    font-size: 13px;
    color: #aaa;
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    float: right;
}

/* Archive Post ---------------------------- */
.woocommerce .woocommerce-breadcrumb, .hocwp-breadcrumb {
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 18px;
    color: #666;
    display: block;
}

.woocommerce .woocommerce-breadcrumb a, .hocwp-breadcrumb a {
    color: #666;
}

.hocwp-breadcrumb .breadcrumb-item:not(.breadcrumb-last ) {
    margin-right: 3px;
}

.hocwp-breadcrumb .breadcrumb-item:not(.breadcrumb-first) {
    margin-left: 6px;
}

.hocwp-breadcrumb a:hover {
    color: #000;
}

.hocwp-breadcrumb .breadcrumb_last {
    color: #000;
    font-weight: 600;
}

.panel-group {

}

.box-loop-posts .loop-item {
    margin-bottom: 50px;
}

.box-loop-posts .loop-item .box-post {
    display: grid;
    grid-template-columns: 30% calc(70% - 20px);
    column-gap: 20px;
    align-items: center;
}

.box-loop-posts .loop-post-custom .post-thumbnail {
    border-radius: 0 20px;
}

.box-loop-posts .loop-item .entry-title {
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.box-loop-posts .loop-item.loop-post-custom .post-meta {
    margin: 0 0 10px;
}

.box-loop-posts .loop-item .post-meta .meta-author, .loop-single .post-meta .meta-author {
    display: inline-block !important;
}

.hocwp-pagination, .woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin: 20px 0 40px;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: none;
    border-right: 0;
    margin: 30px auto;
}

.hocwp-pagination li,
.woocommerce nav.woocommerce-pagination ul li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

.hocwp-pagination .page-item .page-numbers,
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    background: transparent none no-repeat scroll 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    padding: 0;
    display: block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50%;
    color: #333;
}

.hocwp-pagination .page-item .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: #ddd;
}

.hocwp-pagination .page-item .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
    background: var(--theme-primary-color) none no-repeat scroll 0 0;
    border: none;
    color: #fff;
}

img.aligncenter {
    clear: both;
    margin: 30px auto;
    display: block;
}

/* Sidebar ---------------------------- */
.hwp-sidebar .widget {
    margin-bottom: 40px;
    font-size: 16px;
}

.hwp-sidebar .widget.widget_text {

}

.hwp-sidebar .widget.widget_text .textwidget {
    font-size: 16px;
}

.hwp-sidebar .widget .widget-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hwp-sidebar .widget.widget_text .widget-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.hwp-sidebar .widget:not(.widget_text) .widget-title {
    text-transform: uppercase;
}

.hwp-sidebar .widget.hocwp-widget-post .widget-title {
    margin-bottom: 15px;
}

.hwp-sidebar .widget ul, .hwp-sidebar .widget ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hwp-sidebar .widget:not(.hocwp-widget-post) ul {
    background-color: #fff;
    margin: 0;
}

.hwp-sidebar .widget:not(.hocwp-widget-post) ul li {
    padding-bottom: 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    display: block;
    transition: all 0.3s;
}

.hwp-sidebar .widget ul li a {
    color: #000;
}

.hwp-sidebar .widget:not(.hocwp-widget-post) ul li:hover {

}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 10px;
    width: 80px;
    height: auto;
    box-shadow: none;
    border: 1px solid #eee;
}

.hwp-sidebar .widget.widget_brands_list .widget-title {
    padding: 10px 0;
    position: relative;
}

.hwp-sidebar .widget.widget_brands_list .widget-title:after {
    background-color: var(--theme-primary-color);
    content: "";
    width: 150px;
    left: 0;
    height: 2px;
    position: absolute;
    top: 100%;
    display: block;
}

.hwp-sidebar .widget ul.pwb-row {
    display: grid;
    grid-template-columns: repeat(4, 20%);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.hwp-sidebar .widget ul.pwb-row li.pwb-columns {
    padding: 0;
    float: none;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hwp-sidebar .widget ul.pwb-row li.pwb-columns-2 {
    width: auto;
}

.hwp-sidebar .widget ul.pwb-row li a {
    display: block;
}

.hwp-sidebar .widget ul.pwb-row li a img {
    width: auto;
    height: auto;
    display: block;
    max-height: 60px;
    max-width: 100%;
    transition: all 0.3s;
}

.hwp-sidebar .widget ul.pwb-row li a:hover img {
    filter: drop-shadow(1px 2px 2px gray);
}

.hwp-sidebar .widget .loop-item {
    margin-top: 10px;
    position: relative;
}

.hwp-sidebar .widget .loop-item a, .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    color: #333;
}

.hwp-sidebar .widget .loop-item a:hover, .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a:hover {
    color: #999;
}

.hwp-sidebar .widget .loop-item a.post-link:not(.img-hyperlink),
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: normal;
    font-size: 15px;
}

.woocommerce ul.cart_list li del, .woocommerce ul.product_list_widget li del {
    color: #ccc;
    margin-right: 10px;
    font-weight: 300;
}

.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins {
    font-size: 16px;
    text-decoration: none;
}

.hwp-sidebar .widget .loop-item .posted-on time:not(.published) {
    display: none;
}

.hwp-sidebar .widget .loop-item .posted-on {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: rgba(0, 145, 157, 0.8);
    color: #fff;
    padding: 2px 6px;
}

.hwp-sidebar .widget .loop-item .posted-on a {
    font-size: 11px;
    color: #fff;
}

.hwp-sidebar .widget .loop-item a.img-hyperlink img {
    display: block;
}

.hwp-sidebar .widget:not(.thumbnail_size_width0height0) .loop-item:not(.full-width-item):not(.thumbnail_size_width0height0) {

}

.hwp-sidebar .widget:not(.thumbnail_size_width0height0) ul .loop-item:not(.full-width-item):not(.thumbnail_size_width0height0) > .img-hyperlink,
.hwp-sidebar .widget .loop-item:not(.full-width-item).has-post-thumbnail .img-hyperlink {
    height: auto;
    float: left;
}

.hwp-sidebar .widget .loop-item:not(.full-width-item) {
    border-bottom: 1px dashed #eee;
    padding: 15px 0;
    display: table;
    width: 100%;
    margin: 0;
}

.hwp-sidebar .widget .loop-item:before, .hwp-sidebar .widget .loop-item:after {
    display: none;
}

.hwp-sidebar .widget:not(.thumbnail_size_width0height0) .loop-item .post-info {
    width: calc(100% - 135px);
}

.hwp-sidebar .widget .loop-item .post-info .post-link {
    font-size: 16px;
    font-weight: 400;
}

.hwp-sidebar .widget .loop-item .post-info .entry-meta {
    margin-top: 5px;
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 400;
}

.hwp-sidebar .widget .loop-item .post-info .entry-summary {
    color: #888;
    font-size: 14px;
    margin-top: 5px;
}

.hwp-sidebar .widget .loop-item.full-width-item {
    margin-top: 30px;
    position: relative;
}

.hwp-sidebar .widget .loop-item.full-width-item img {
    width: 100%;
    height: auto;
}

.hwp-sidebar .widget .loop-item:not(.full-width-item).has-post-thumbnail .img-hyperlink img {
    width: auto;
    height: auto;
}

.hwp-sidebar .widget .loop-item.full-width-item .post-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(56%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.6) 100%);
}

.hwp-sidebar .widget .loop-item.full-width-item .post-link {
    font-size: 18px;
    font-weight: 500;
}

.hwp-sidebar .widget .loop-item.full-width-item .entry-meta {
    font-size: 12px;
    margin-top: 10px;
    color: #fff;
}

.hwp-sidebar .widget .loop-item.full-width-item .entry-meta a {
    color: #fff;
}

.hwp-sidebar .widget.thumbnail_size_width0height0 ul {
    counter-reset: section;
    list-style-type: none;
}

.hwp-sidebar .widget.thumbnail_size_width0height0 .loop-item {
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hwp-sidebar .widget.thumbnail_size_width0height0 .loop-item::before {
    color: #0f2438;
    font-size: 30px;
    display: inline-block;
    counter-increment: section;
    content: counter(section);
}

.hwp-sidebar .widget.thumbnail_size_width0height0 .loop-item .post-info {
    width: 100%;
}

.hwp-sidebar .widget.thumbnail_size_width0height0 .loop-item .post-info .post-link {
    font-size: 16px;
    font-weight: 400;
}

.hwp-sidebar .widget.thumbnail_size_width0height0 .loop-item .post-info .entry-meta {
    color: #999;
    font-size: 11px;
    margin-right: 6px;
    font-weight: 400;
}

.hwp-sidebar .widget.thumbnail_size_width0height0 .loop-item .info {
    flex: 1;
}

.widget .gallery-columns-3 {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 10px) / 3));
    justify-content: space-between;
    gap: 5px;
}

.widget .gallery-columns-3 .gallery-item {
    margin: 0;
}

/* Single Post ---------------------------- */
.entry-content {
    font-size: 18px;
    line-height: 1.7;
    font-weight: normal;
}

.entry-content strong, .entry-content b {
    font-weight: 700;
}

table {
    border-spacing: 0;
}

.entry-content table {
    border: 1px solid #ddd;
}

.entry-content th, .entry-content td {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px;
}

.entry-content tr td:first-child {
    border-right: 1px solid #ddd;
}

.loop-single h1.entry-title, .loop-page h1.entry-title {
    margin: 0 0 40px;
    color: #000;
    font-size: 28px;
}

.loop-page h1.entry-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 15px;
    position: relative;
}

.loop-page h1.entry-title::before, .loop-page h1.entry-title::after {
    background-color: var(--theme-title-color);
    position: absolute;
    content: "";
    display: block;
    opacity: 0.2;
}

.loop-page h1.entry-title::before {
    left: calc(50% - 90px);
    width: 180px;
    bottom: 4px;
    height: 4px;
}

.loop-page h1.entry-title::after {
    left: calc(50% - 70px);
    width: 140px;
    bottom: 0;
    height: 1px;
}

.loop-single .post-meta {
    background-color: #fff;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    margin: 0;
    color: #999;
}

.loop-single .post-meta > * {
    padding-right: 12px;
    border-right: 1px solid #ccc;
}

.loop-single .post-meta .meta-author {
    display: inline-block !important;
}

.loop-single .post-meta a {
    color: #999;
}

.loop-single .post-meta a:hover {
    color: #000;
}

.post-meta .text {
    margin-right: 5px;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

.tagged_as {
    margin: 30px 0;
}

.tagged_as i {
    color: #999;
    font-size: 20px;
    vertical-align: middle;
    line-height: 34px;
    margin-right: 10px;
}

.tagged_as a, .tagcloud a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px 6px;
    font-size: 13px !important;
    color: #777;
    border: 1px solid #ddd;
    margin: 0 6px 12px 0;
    text-decoration: none !important;
    text-transform: lowercase;
    transition: all .3s ease;
    border-radius: 5px;
}

.tagged_as a:hover, .tagcloud a:hover {
    background-color: var(--theme-primary-color);
    border-color: #000;
    color: #000;
}

.content-single-post.site-inner {
    margin-bottom: 30px;
}

.related-posts h3.related-title {
    font-size: 27px;
    font-weight: 700;
    text-transform: none;
    text-align: left;
    margin: 0 0 20px;
    padding-bottom: 20px;
    position: relative;
}

.related-posts h3.related-title::after {
    position: absolute;
    content: "";
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    width: 30px;
    left: 0;
    bottom: 0;
}

.box-loop-related {

}

.box-loop-related .loop-item .entry-excerpt {
    display: none;
}

.box-loop-related .loop-item .entry-title {
    font-size: 16px;
    font-weight: 500;
}

.box-loop-related .loop-item .entry-title a {
    color: #333;
}

.box-loop-related .loop-item .entry-title a:hover {
    color: var(--theme-primary-color);
}

.single-register-form {
    margin: 40px auto;
    width: 500px;
    max-width: 100%;
}

#comments .comment-respond {
    background-color: rgba(0, 0, 0, .05);
    margin-top: 15px;
    padding: 15px 25px;
}

/* Page ---------------------------- */
.header-box {
    background-color: var(--theme-primary-color);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 195px;
    overflow: hidden;
}

.header-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.banner-thumbnail img {
    width: 100%;
    margin: 0;
    display: block;
}

.header-box h1.page-title {
    font-size: 35px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.header-box h1.archive-title {
    font-family: "RobotoCondensed", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 0 0 15px;
    transform: scaleY(1.3);
}

.header-box .hocwp-breadcrumb {
    margin: 0;
    font-size: 15px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
}

.header-box .hocwp-breadcrumb a,
.header-box .hocwp-breadcrumb .breadcrumb_last {
    color: #fff;
}

.page-custom-intro {
    text-align: center;
    margin: 50px 0;
}

.title-one {
    color: var(--theme-primary-color);
}

.title-two {
    color: var(--theme-purple-color);
}

.page-custom-intro .description {
    text-align: center;
    color: #A8AFB3;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}

.column .image-item-link {
    display: block;
    margin-bottom: 8px;
}

.image-item-link img {
    width: 100%;
    display: block;
}

.contact-page-widget .widget .widget-title {
    text-align: center;
    margin: 0 0 30px;
}

.content-page-contact .entry-content .custom-code {
    display: none;
}

.custom-code iframe {
    width: 100%;
    height: 400px;
}

/* Search Page ---------------------------- */
form.woocommerce-product-search {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 0;
    border: 1px solid #ddd;
}

form.woocommerce-product-search:hover, form.woocommerce-product-search:focus {
    border-color: #00d084;
}

form.woocommerce-product-search:hover [type="submit"], form.woocommerce-product-search:focus [type="submit"] {
    background-color: var(--theme-primary-color);
    color: #fff;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

form.woocommerce-product-search > * {
    height: 40px;
    padding: 5px 10px;
    border: none;
}

form.woocommerce-product-search [type="search"] {
    width: 80%;
}

form.woocommerce-product-search [type="submit"] {
    width: 30%;
}

/* 404 Page ---------------------------- */

#not_found_404 {

}

.circles {
    background: #fff;
    text-align: center;
    position: relative;
    display: table;
    width: 60%;
    margin: 0 auto;
}

.circles p {
    font-size: 240px;
    color: #fff;
    padding-top: 60px;
    position: relative;
    z-index: 9;
    line-height: 1;
    margin: 30px 0;
}

.circles p small {
    font-size: 40px;
    line-height: 100%;
    vertical-align: top;
}

.circles .circle.small {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #48A9E6;
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 50%;
    animation: 7s smallmove infinite cubic-bezier(1, .22, .71, .98);
    -webkit-animation: 7s smallmove infinite cubic-bezier(1, .22, .71, .98);
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.circles .circle.med {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #48A9E6;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 10%;
    animation: 7s medmove infinite cubic-bezier(.32, .04, .15, .75);
    -webkit-animation: 7s medmove infinite cubic-bezier(.32, .04, .15, .75);
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.circles .circle.big {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #48A9E6;
    position: absolute;
    z-index: 1;
    top: 200px;
    right: 0;
    animation: 8s bigmove infinite;
    -webkit-animation: 8s bigmove infinite;
    animation-delay: 3s;
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes smallmove {
    0% {
        top: 10px;
        left: 45%;
        opacity: 1;
    }
    25% {
        top: 300px;
        left: 40%;
        opacity: 0.7;
    }
    50% {
        top: 240px;
        left: 55%;
        opacity: 0.4;
    }
    75% {
        top: 100px;
        left: 40%;
        opacity: 0.6;
    }
    100% {
        top: 10px;
        left: 45%;
        opacity: 1;
    }
}

@keyframes smallmove {
    0% {
        top: 10px;
        left: 45%;
        opacity: 1;
    }
    25% {
        top: 300px;
        left: 40%;
        opacity: 0.7;
    }
    50% {
        top: 240px;
        left: 55%;
        opacity: 0.4;
    }
    75% {
        top: 100px;
        left: 40%;
        opacity: 0.6;
    }
    100% {
        top: 10px;
        left: 45%;
        opacity: 1;
    }
}

@-webkit-keyframes medmove {
    0% {
        top: 0px;
        left: 20%;
        opacity: 1;
    }
    25% {
        top: 300px;
        left: 80%;
        opacity: 0.7;
    }
    50% {
        top: 240px;
        left: 55%;
        opacity: 0.4;
    }
    75% {
        top: 100px;
        left: 40%;
        opacity: 0.6;
    }
    100% {
        top: 0px;
        left: 20%;
        opacity: 1;
    }
}

@keyframes medmove {
    0% {
        top: 0px;
        left: 20%;
        opacity: 1;
    }
    25% {
        top: 300px;
        left: 80%;
        opacity: 0.7;
    }
    50% {
        top: 240px;
        left: 55%;
        opacity: 0.4;
    }
    75% {
        top: 100px;
        left: 40%;
        opacity: 0.6;
    }
    100% {
        top: 0px;
        left: 20%;
        opacity: 1;
    }
}

@-webkit-keyframes bigmove {
    0% {
        top: 0px;
        right: 4%;
        opacity: 0.5;
    }
    25% {
        top: 100px;
        right: 40%;
        opacity: 0.4;
    }
    50% {
        top: 240px;
        right: 45%;
        opacity: 0.8;
    }
    75% {
        top: 100px;
        right: 35%;
        opacity: 0.6;
    }
    100% {
        top: 0px;
        right: 4%;
        opacity: 0.5;
    }
}

@keyframes bigmove {
    0% {
        top: 0px;
        right: 4%;
        opacity: 0.5;
    }
    25% {
        top: 100px;
        right: 40%;
        opacity: 0.4;
    }
    50% {
        top: 240px;
        right: 45%;
        opacity: 0.8;
    }
    75% {
        top: 100px;
        right: 35%;
        opacity: 0.6;
    }
    100% {
        top: 0px;
        right: 4%;
        opacity: 0.5;
    }
}

/*============================ Footer ============================*/
.site-footer {
    background-color: #fff;
    color: #000000CC;
    font-size: 16px;
}

.site-footer a {
    color: #000000CC;
}

.site-footer a:hover {
    color: #000;
}

.contact-widgets .widget-title {
    font-size: 20px;
}

.footer-widgets {
    grid-template-columns: 28% calc(22% - 90px) calc(22% - 90px) 28%;
    column-gap: 60px;
}

.footer-widgets .widget {
    flex: 50%;
    margin-bottom: 40px;
}

.footer-widgets .widget:nth-child(-n+4) {
    margin-top: 40px;
}

.footer-widgets .widget .widget-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.5;
}

.footer-widgets .widget .app-store img {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
}

.footer-widgets .widget li {
    margin-bottom: 10px;
}

.footer-widgets .widget .list-socials {
    text-align: left;
    margin-top: 20px;
}

.footer-widgets .widget .list-socials li {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 20px;

}

.footer-widgets .widget .list-socials li a {
    background-color: transparent;
    color: #000;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 13px;
}

.footer-widgets .widget .list-socials li a i {
    display: block;
    line-height: 1;
    font-size: 13px;
}

.module-copyright {
    background-color: #0a0a0a;
    border-top: 1px solid #0000001A;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.module-copyright .module-text {
    text-align: left;

    color: #666;
}

.module-copyright .module-payment {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.float-supports a {
    color: rgba(120, 120, 255, 0.3);
    transition: all 0.5s;
}

.float-supports .text {
    color: #333;
}

.float-supports[data-style="vertical"] .support-item[data-earthquake="1"] {
    margin-bottom: 5px;
    margin-top: 5px;
}

h3.form-name {
    background-color: #1DB95312;
    color: #A6B1B7;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-weight: 500;
}

button.back-to-top, button.back-to-top:hover {
    background-color: transparent;
}

/* Responsive ---------------------------- */

/* =========== For larger screen width =========== */

@media only screen and (min-width: 2133px) {

}

@media only screen and (min-width: 2400px) {

}

@media only screen and (min-width: 2560px) {

}

@media only screen and (min-width: 2880px) {

}

@media only screen and (min-width: 3840px) {

}

@media only screen and (min-width: 5760px) {

}

@media only screen and (min-width: 7680px) {

}

/*
 * Base screen width is 1920px
 */

/* =========== For smaller screen width =========== */

@media only screen and (max-width: 1745px) {

}

/* 125% screen width -------------------- */
@media only screen and (max-width: 1536px) {

}

@media only screen and (max-width: 1400px) {

    .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

}

/* 150% screen width -------------------- */
@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1240px) {

}

.mobile-menus-box {
    display: none;
    position: absolute !important;
    right: 0;
    top: 0;
}

.mobile-menu > .menu-toggle {
    background-color: #fff;
    display: inline-block;
    width: 50px;
    height: 68px;
    border: none;
    color: var(--theme-primary-color) !important;
    padding: 22px 0;
    font-weight: 500;
}

.mobile-menu.position-right .menu-toggle {
    position: absolute;
    right: 0;
    top: 0 !important;
    margin-top: 0 !important;
    z-index: 999999;
}

.mobile-menu.position-right > .menu-toggle[aria-expanded=true] {
    top: 20px !important;
}

.mobile-menu.has-close > .menu:before, .mobile-menu.has-close > .menu:after, .mobile-menu > .menu-toggle span[class*="line-"] {
    width: 30px !important;
    height: 4px !important;
    display: block;
    background: #fff;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.mobile-menu > .menu-toggle span[class*="line-"] {
    margin: 0 auto 6px !important;
    background-color: var(--theme-primary-color) !important;
}

.mobile-menu > .menu li a {
    font-weight: 500;
}

.mobile-menu > .menu li a img {
    padding: 15px 0;
}

.mobile-menu > .menu li.search-item, .mobile-menu .search-item {
    display: table;
}

.mobile-menu > .menu-toggle[aria-expanded="true"] span[class*="line-"] {
    top: 19px !important;
}

.mobile-menu > .menu-toggle[aria-expanded="true"] span[class*="line-"] {
    left: 10px !important;
}

button.menu-toggle[aria-expanded="true"] {
    padding-left: 0;
}

.mobile-menu > .menu li a {
    text-transform: none;
    padding: 0 15px;
    font-size: 17px;
}

.mobile-menu > .menu li .sub-menu li a {
    font-size: 15px;
}

@media only screen and (max-width: 1320px) {
    .slick-carousel {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slick-carousel .slick-prev {
        left: -5px !important;
        transition: all 0.5s;
    }

    .slick-carousel .slick-next {
        right: -5px !important;
        transition: all 0.5s;
    }
}

@media only screen and (max-width: 1100px) {
    .mobile-menus-box {
        display: block;
    }

    .primary-menu-area {
        display: none;
    }

    .top-header-area .d-flex {
        flex-direction: column;
        grid-template-columns: 100%;
    }

    .top-header-area .d-flex {
        justify-content: center;
        align-items: center;
    }

    .logo-header-area {
        position: relative;
    }

    .panel-group {
        grid-template-columns: 100%;
        row-gap: 30px;
    }

    .site-branding.site-logo .site-title {
        margin: 10px 0;
    }

    .mb40 {
        margin-bottom: 30px;
    }

    .mb60 {
        margin-bottom: 40px;
    }

    .mb80 {
        margin-bottom: 40px;
    }

    .hwp-module > h3.module-title {
        margin-bottom: 30px;
    }

    .home-slider .slick-prev::before, .home-slider .slick-next::before {
        font-size: 40px !important;
    }

    .home-slider .slick-arrow {
        top: calc(50% - 20px);
    }

    .slick-slider .details, .slick-dots {
        display: none;
    }

    .site-branding.site-logo img {
        max-height: 50px;
        max-width: 150px;
    }

    .group-menu-button .btn-request-form {
        margin-right: 40px;
        padding: 10px;
    }

    .section-bg-color {
        padding: 30px 0;
    }

    h3.module-title, .page-widgets .widget .widget-title {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .header-box h1.page-title {
        font-size: 22px;
        font-weight: 500;
    }

    .box-loop-products .loop-product .product-thumbnail {
        margin-bottom: 10px;
    }

    .grid-col75x25 .panel-group-left {
        padding-right: 0;
        border-right: none;
    }

    .woocommerce .woocommerce-breadcrumb, .hocwp-breadcrumb {
        font-size: 15px;
    }

    .related-posts h3.related-title {
        font-size: 24px;
    }

    .header-box {
        height: 150px;
    }

    .banner-thumbnail img {
        width: auto;
        height: 150px;
        max-width: none;
    }

    .widgets-slider .widget {
        padding: 0 10px;
    }

    .box-carousel {
        padding: 0 15px;
    }

    .box-carousel .swiper-carousel .swiper-button-next, .box-carousel .swiper-carousel .swiper-rtl .swiper-button-prev {
        right: -10px;
    }

    .box-carousel .swiper-carousel .swiper-button-prev, .box-carousel .swiper-carousel .swiper-rtl .swiper-button-next {
        left: -10px;
    }
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 955px) {

}

@media only screen and (max-width: 880px) {

}

@media only screen and (max-width: 800px) {

    .loop-page h1.entry-title {
        font-size: 26px;
    }

    .entry-content .forminator-ui.forminator-custom-form-418.forminator-design--default {
        width: 100% !important;
    }

    .slick-carousel > .loop-item, .slick-carousel > .product-cat-item {
        flex: 45%;
    }

    .slick-carousel > .loop-item:not(:nth-child(-n+2)), .slick-carousel > .product-cat-item:not(:nth-child(-n+2)) {
        display: none;
    }
}

/*
 * WordPress Admin Bar change height.
 */
@media only screen and (max-width: 782px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 740px) {

}

@media only screen and (max-width: 720px) {

}

@media only screen and (max-width: 640px) {

}

@media only screen and (max-width: 620px) {

}

/*
 * WordPress Admin Bar un-fixed.
 */
@media only screen and (max-width: 600px) {
    .admin-bar .mobile-menu > .menu {
        top: 46px;
    }
}

@media only screen and (max-width: 568px) {

}

@media only screen and (max-width: 563px) {

}

@media only screen and (max-width: 549px) {

}

@media only screen and (max-width: 534px) {

}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 420px) {

    .btn-default.btn-bg-white.btn-register-form {
        padding: 10px;
    }

    .site-branding.site-logo img {
        max-width: 140px;
    }

    #register_form {
        min-width: 100%;
    }
}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 338px) {

}

@media only screen and (max-width: 330px) {

}

@media only screen and (max-width: 320px) {

}

@media print {

}