/*
Theme Name: Online Shop Child
Theme URI: https://www.acmethemes.com/themes/online-shop
Description: A child theme of Online Shop
Author: tuancrux
Author URI: https://tuancrux.com/
Template: online-shop
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: online-shop-child
Tags: e-commerce,blog, news, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
*/

:root {
	--primary-color: #f47d1f;
	--secondary-color: #818286;
	--tertiary-color: #2d2d2d;
    --primary-font-family: "Plus Jakarta Sans", sans-serif;
	--secondary-font-family: "Roboto", sans-serif;
	--tertiary-font-family: "Open Sans", sans-serif;
}

body.home {
    background-color: #ffffff !important;
}

img {
	vertical-align: middle;
}

a:hover, a:focus {
	color: var(--primary-color) !important;
	outline: none;
	text-decoration: none;
}

input, button, select, optgroup, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

input, textarea {
	border-radius: 0;
    -webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}

input[type=radio] {
    -webkit-appearance: radio;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

textarea {
	overflow: auto;
	resize: vertical;
}

a {
    color: #288ad6;
    text-decoration: none;
}

.wrapper {
    width: 100%;
}

.page-id-2 .wrapper.site-content {
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.page-id-2 #primary {
    margin: 0 !important;
}

button.single_add_to_cart_button,
a.add_to_cart_button,
a.button.product_type_simple {
    display: none !important;
}

.blog .content-wrapper,
.single-post .content-wrapper {
    background-color: #f7f7f7;
}

.breadcrumbs.clearfix {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
    font-family: var(--primary-font-family);
    margin: 15px 0;
    padding: 7.5px 15px;
}

.page-id-2 .breadcrumbs.clearfix {
    display: none;
}

.breadcrumbs.clearfix nav {
    color: #666666 !important;
    font-size: 13px !important;
    margin: 0 !important;
}

.breadcrumbs.clearfix li {
    padding: 0 !important;
    word-break: break-word;
}

.breadcrumbs.clearfix li::after {
    margin: 0 5px !important;
}

.page-header .page-title {
    border-bottom: 1px solid #eeeeee;
    display: none;
    font-family: var(--primary-font-family);
    font-size: 28px !important;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.page-header .page-title::before {
    border-bottom: 3px solid var(--primary-color);
    bottom: -2px;
}

article.post,
article.page {
    box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
    margin: 0 0 15px;
}

.blog article.post {
    background-color: #ffffff;
    margin: 0 0 30px;
}

.blog article.post::before,
.blog article.post::after {
    clear: both;
    content: "";
    display: table;
}

article.page {
    background-color: #ffffff;
    padding: 15px;
}

.page-id-2 article.page {
    margin: 0 !important;
    padding: 0 !important;
}

.blog .post .post-thumb {
    float: left;
    overflow: hidden;
    width: 40%;
}

.post .post-content {
    padding: 15px !important;
}

.blog .post .post-content {
    overflow: hidden;
    width: auto;
}

.post .post-content .entry-header {
    font-family: var(--primary-font-family);
    font-size: 14px;
}

.post .post-content .entry-header span.cat-links {
    display: none;
}

.post .post-content .entry-header span.cat-links ~ a {
    color: #666666;
    font-weight: 600;
}

.blog .post .post-content .entry-header span.cat-links ~ a {
    display: none;
}

.post .post-content .entry-header .entry-title,
.page .entry-header .entry-title {
    font-family: var(--primary-font-family);
    font-size: 28px !important;
    font-weight: 700;
    line-height: 32px;
    margin: 15px 0 !important;
}

.page .entry-header .entry-title {
    text-align: center;
}

.blog .post .post-content .entry-header .entry-title {
    display: -webkit-box;
    font-size: 16px !important;
    line-height: 24px;
    margin: 0 0 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post .post-content .entry-header .entry-title a,
.page .entry-header .entry-title a {
    font-family: var(--primary-font-family);
    font-weight: 700;
}

.post .post-content .entry-header .entry-meta {
    border-top: 1px dashed #eeeeee;
    border-bottom: 1px dashed #eeeeee;
    font-family: var(--primary-font-family);
    font-size: 14px;
    margin: 15px 0;
    padding: 10px 0;
}

.blog .post .post-content .entry-header .entry-meta {
    display: none;
}

.post .post-content .entry-header .entry-meta i {
    font-size: 16px;
    margin-right: 5px;
}

.post .post-content .entry-content,
.page .entry-content {
    font-family: var(--primary-font-family);
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.post .post-content .entry-content h1,
.page .entry-content h1 {
    font-family: var(--primary-font-family);
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin: 15px 0;
}

.post .post-content .entry-content h2,
.page .entry-content h2 {
    font-family: var(--primary-font-family);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 15px 0;
}

.post .post-content .entry-content h3,
.page .entry-content h3 {
    font-family: var(--primary-font-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 15px 0;
}

.post .post-content .entry-content h4,
.page .entry-content h4 {
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin: 15px 0;
}

.post .post-content .entry-content h5,
.post .post-content .entry-content h6,
.page .entry-content h5,
.page .entry-content h6 {
    font-family: var(--primary-font-family);
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin: 15px 0;
}

.post .post-content .entry-content ol,
.post .post-content .entry-content ul,
.page .entry-content ol,
.page .entry-content ul {
    margin-bottom: 15px;
    padding-left: 17.5px;
}

.post .post-content .entry-content li,
.page .entry-content li {
    margin-top: 15px;
}

.post .post-content .entry-content table,
.page .entry-content table {
    margin-bottom: 15px;
}

.post .post-content .entry-content table td,
.page .entry-content table td {
    border: 1px solid #eeeeee;
}

.post .post-content .entry-content p,
.page .entry-content p {
    margin: 0 0 15px;
}

.blog .post .post-content .entry-content p {
    display: -webkit-box;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product .read-more,
.post .read-more,
.page .read-more {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: #ffffff;
    display: inline-block !important;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 22px;
    margin-bottom: 0 !important;
    padding: 8px 16px;
    text-transform: none;
    width: auto !important;
}

.blog .post .read-more {
    display: none !important;
}

.product .read-more:hover,
.post .read-more:hover,
.page .read-more:hover {
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.secondary-sidebar {
    padding-top: 0;
}

.secondary-sidebar .widget-area {
    padding: 0 !important;
}

.secondary-sidebar .widget-area .widget {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgb(0 0 0 / 5%); */
    padding: 15px;
}

.secondary-sidebar .widget-area .at-title-action-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.secondary-sidebar .widget-area h3 {
    border-bottom: 1px solid #eeeeee;
    color: var(--tertiary-color);
    font-family: var(--primary-font-family);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
}

.secondary-sidebar .widget-area h3::after {
    bottom: -2px;
    content: "";
    border-bottom: 3px solid var(--primary-color);
    left: 0;
    position: absolute;
    width: 100%;
}

.secondary-sidebar .widget-area li {
    border-bottom: 1px solid #eeeeee;
    color: var(--tertiary-color);
    font-family: var(--primary-font-family);
    font-size: 16px;
    margin: 15px 0 !important;
    padding: 0 0 15px !important;
}

.secondary-sidebar .widget-area li:first-child {
    margin-top: 0 !important;
}

.secondary-sidebar .widget-area li:last-child {
    border-bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.secondary-sidebar .widget-area li a {
    color: var(--tertiary-color);
    font-weight: 500 !important;
}

.secondary-sidebar .widget-area li img {
    margin-left: 15px !important;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
}

.secondary-sidebar .widget-area li .amount {
    color: red;
    font-size: 16px;
    font-weight: 700;
}

.secondary-sidebar .widget-area .menu li {
    border-bottom: 0 !important;
    margin: 15px 0 !important;
    padding: 0 !important;
}

.secondary-sidebar .widget-area .menu li.menu-item-has-children {
    position: relative;
}

.secondary-sidebar .widget-area .menu li.menu-item-has-children > a {
    display: block;
    padding-right: 40px;
}

.secondary-sidebar .widget-area .menu li.menu-item-has-children::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 7.5px;
    height: 7.5px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
    transition: transform 0.25s ease;
}

.secondary-sidebar .widget-area .menu li.menu-item-has-children.open::after {
    top: 15px;
    transform: translateY(-50%) rotate(-135deg);
}

.secondary-sidebar .widget-area .menu .sub-menu {
    display: none;
    padding-left: 15px;
}

.secondary-sidebar .widget-area .menu li.menu-item-has-children.open > .sub-menu {
    display: block;
}

.secondary-sidebar .widget-area form input[type="search"] {
    border: 1px solid #eeeeee;
    display: inline-block;
    font-family: var(--primary-font-family);
    font-size: 16px;
    height: 38px;
    line-height: 40px;
    outline: none;
    padding: 0 10px;
}

.secondary-sidebar .widget-area form button[type="submit"] {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 22px;
    outline: none;
    padding: 8px 16px;
    -webkit-font-smoothing: auto;
}

.secondary-sidebar .widget-area form button[type="submit"]:hover,
.secondary-sidebar .widget-area form button[type="submit"]:focus {
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.at-title-action-wrapper {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px !important;
    padding: 15px 0 15px;
}

.at-title-action-wrapper::before {
    border-bottom: 3px solid var(--primary-color);
    bottom: -2px;
}

.at-title-action-wrapper .widget-title {
    color: var(--primary-color);
    font-family: var(--primary-font-family);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.at-title-action-wrapper .at-action-wrapper span {
    color: var(--tertiary-color);
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 10px;
}

.at-title-action-wrapper .at-action-wrapper span.active {
    color: var(--primary-color);
}

.at-title-action-wrapper .at-action-wrapper span:not(:last-child) {
    border-right: 1px solid #bdbdbd;
    padding-right: 10px;
}

.featured-entries-col.column,
.featured-entries-col .slick-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding-top: 0 !important;
}

.featured-entries-col .single-list {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.featured-entries-col .clearfix {
    margin-bottom: 0;
}

.featured-entries-col .post-container {
    border: 1px solid #eeeeee;
    margin: 0 0 15px;
}

.single-post .featured-entries-col .post-container {
    border: 0;
    box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
}

.featured-entries-col .post-thumb img {
    aspect-ratio: 1200 / 630;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.featured-entries-col .post-content {
    background-color: #f7f7f7;
    font-family: var(--primary-font-family);
    padding: 15px;
}

.single-post .featured-entries-col .post-content {
    background-color: #ffffff;
}

.featured-entries-col .post-content .entry-header span {
    display: none;
    margin: 0;
}

.featured-entries-col .post-content .entry-header span ~ a {
    color: #666666;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.featured-entries-col .post-content .entry-header h3 {
    display: -webkit-box;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.featured-entries-col .post-content .entry-header h3 a {
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 600;
}

.featured-entries-col .post-content .entry-content p {
    color: #666666;
    display: -webkit-box;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.featured-entries-logo .single-item {
    border: 1px solid #eeeeee;
    margin: 0 0 15px;
}

.featured-entries-logo .single-item img {
    height: 120px;
}

.widget {
    margin: 0 0 15px;
}

.woocommerce ul.products {
    border: 0;
    margin: 0 0 15px;
}

.woocommerce ul.products.columns-4 li.product-category.product {
    width: 20%;
}

.woocommerce ul.products.columns-5 li.product-category.product {
    width: 16.666667%;
}

.woocommerce ul.products.columns-4 li.product-category.product.first,
.woocommerce ul.products.columns-5 li.product-category.product.first,
.woocommerce ul.products.columns-4 li.product-category.product.last,
.woocommerce ul.products.columns-5 li.product-category.product.last {
    clear: none;
}

.woocommerce ul.products.columns-3,
.woocommerce ul.products.columns-4,
.woocommerce ul.products.columns-5 {
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding: 0;
}

.woocommerce ul.products li.product {
    box-shadow: none;
}

.woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce ul.products.columns-5 li.product {
    background-color: transparent;
    margin: 0;
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 0;
}

.woocommerce ul.products.columns-3 li.product {
    width: 33.33333333%;
}

.woocommerce ul.products.columns-4 li.product {
    width: 25%;
}

.woocommerce ul.products.columns-5 li.product {
    width: 20%;
}

.woocommerce ul.products.columns-4 li.product.first,
.woocommerce ul.products.columns-5 li.product.first,
.woocommerce ul.products.columns-4 li.product.last,
.woocommerce ul.products.columns-5 li.product.last {
    clear: none;
}

.woocommerce ul.products.columns-4 li.first-product.product,
.woocommerce ul.products.columns-5 li.first-product.product {
    clear: both !important;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    margin: 0 0 15px;
    overflow: hidden;
}

.woocommerce ul.products li.product:hover a.woocommerce-loop-product__link {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product .new-label {
    background-color: #f73838;
    border-radius: 2.5px;
    font-family: var(--primary-font-family);
    font-size: 8px;
    left: auto;
    line-height: 16px;
    min-height: auto;
    min-width: auto;
    padding: 2.5px 5px;
    right: 15px;
    top: 15px;
}
.woocommerce ul.products li.product .onsale::after,
.woocommerce ul.products li.product .new-label::after {
    display: none;
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 1/1;
    border: 0 !important;
    margin: 0 0 10px;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--tertiary-color);
    display: -webkit-box;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 500;
    height: 66px;
    line-height: 28px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    color: var(--primary-color);
}

.woocommerce ul.products li.product .price {
    color: #f73838;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    line-height: 20px;
    margin: 0;
    padding: 0 10px 15px;
}

.woocommerce ul.products li.product .price del {
    font-size: 14px;
    font-weight: 700;
}

.woocommerce ul.products li.product .price ins {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce ul.products li.product .star-rating {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    display: -webkit-box;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 600;
    height: 54px;
    line-height: 22px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title .count {
    background-color: transparent;
    color: var(--primary-color);
}

.woocommerce ul.products li.product-category a {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    display: block;
    margin: 0 0 15px;
    overflow: hidden;
}

.woocommerce .woocommerce-products-header__title,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    font-family: var(--primary-font-family);
    margin: 0 0 15px;
}

.woocommerce .woocommerce-ordering select {
    border-radius: 5px;
    outline: none;
}

.woocommerce .woocommerce-products-header__title {
    font-size: 24px;
    font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
    margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    color: var(--primary-color);
    font-family: var(--primary-font-family);
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 0;
    width: 35px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff !important;
}

.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #eeeeee;
    border-top: 2px solid var(--primary-color);
    margin: 0 0 15px;
    outline: none;
    padding: 15px 15px 15px 45px;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px !important;
    font-family: var(--primary-font-family);
    font-size: 16px !important;
    font-weight: 700 !important;
    height: 40px;
    margin-top: 15px !important;
    padding: 10px 15px !important;
}

.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover {
    background-color: #ffffff !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.woocommerce div.product div.images {
    margin-bottom: 15px !important;
}

.woocommerce div.product div.images img {
    transform: scale(1) !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid transparent;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border: 1px solid var(--secondary-color);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    right: 15px;
    top: 15px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    opacity: 0 !important;
}

.woocommerce div.product span.onsale {
    background-color: #f73838;
    border-radius: 2.5px;
    color: #ffffff;
    font-family: var(--primary-font-family);
    font-size: 8px;
    left: 15px;
    line-height: 16px;
    min-height: auto;
    min-width: auto;
    padding: 2.5px 5px;
    top: 15px;
}

.woocommerce div.product span.onsale:after {
    display: none;
}

.woocommerce div.product div.summary {
    font-family: var(--primary-font-family);
    margin: 15px 0 !important;
}

.woocommerce div.product .product_title {
    font-family: var(--primary-font-family);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 15px 0;
}

.woocommerce div.product .woocommerce-product-rating {
    line-height: 12px;
    margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
    margin: 0;
}

.woocommerce div.product .woocommerce-product-rating .star-rating span:before {
    color: #f8b334;
}

.woocommerce div.product p.price {
    color: #f73838;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
}

.woocommerce div.product p.price del {
    font-size: 16px;
}

.woocommerce div.product p.price ins {
    font-size: 18px;
    text-decoration: none;
}

.woocommerce div.product form.cart {
    padding: 15px 0;
}

.woocommerce div.product form.cart .variations th {
    padding: 0;
}

.woocommerce div.product form.cart .variations td {
    padding: 15px 0;
}

.woocommerce div.product form.cart .variations label {
    margin: 0;
}

.woocommerce div.product form.cart .variations .variable-item:not(.radio-variable-item) {
    border-radius: 5px;
}

.woocommerce div.product form.cart .variations .variable-item:first-child {
    margin-left: 2px;
}

.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-price span.price {
    background-color: rgba(244, 125, 31, 0.1);
    border-left: 5px solid var(--primary-color);
    font-weight: 500;
    margin: 0 0 15px;
    padding: 15px;
    width: 100%;
}

.woocommerce div.product form.cart .quantity {
    margin: 0 5px 0 0 !important;
}

.woocommerce div.product form.cart .quantity .qty {
    border-radius: 5px;
    height: 40px;
    width: 40px;
}

.woocommerce div.product form.cart .button {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    display: inline-block !important;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 22px;
    margin-bottom: 0;
    outline: none;
    padding: 8px 16px;
    -webkit-font-smoothing: auto;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.woocommerce div.product div.product_meta {
    border: 0;
}

.woocommerce div.product .woocommerce-tabs {
    font-family: var(--primary-font-family);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: 0;
    border-bottom: 1px solid #eeeeee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: var(--primary-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--primary-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:focus a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff !important;
}

.woocommerce div.product .woocommerce-tabs div.panel {
    margin: 0 0 15px;
    padding: 15px;
}

.woocommerce div.product .woocommerce-tabs .entry-content {
    background-color: #ffffff;
    font-family: var(--primary-font-family);
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs .entry-content h1 {
    font-family: var(--primary-font-family);
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin: 15px 0;
}

.woocommerce div.product .woocommerce-tabs .entry-content h2 {
    font-family: var(--primary-font-family);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 15px 0;
}

.woocommerce div.product .woocommerce-tabs .entry-content h3 {
    font-family: var(--primary-font-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 15px 0;
}

.woocommerce div.product .woocommerce-tabs .entry-content h4 {
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin: 15px 0;
}

.woocommerce div.product .woocommerce-tabs .entry-content h5,
.woocommerce div.product .woocommerce-tabs .entry-content h6 {
    font-family: var(--primary-font-family);
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin: 15px 0;
}

.woocommerce div.product .woocommerce-tabs .entry-content ol,
.woocommerce div.product .woocommerce-tabs .entry-content ul {
    margin-bottom: 15px;
    padding-left: 17.5px;
}

.woocommerce div.product .woocommerce-tabs .entry-content li {
    margin-top: 15px;
}

.woocommerce div.product .woocommerce-tabs .entry-content table {
    margin-bottom: 15px !important;
}

.woocommerce div.product .woocommerce-tabs .entry-content table td {
    border: 1px solid #eeeeee;
}

.woocommerce div.product .woocommerce-tabs .entry-content p {
    margin: 0 0 15px;
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews .comment-reply-title {
    border-bottom: 0;
    display: block;
    font-family: var(--primary-font-family);
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews .form-submit input {
    background-color: var(--primary-color) !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    font-family: var(--primary-font-family);
    padding: 10px 15px !important;
    text-transform: none !important;
}

.woocommerce .related.products > h2 {
    border-bottom: 1px solid #eeeeee;
    color: var(--primary-color);
    font-family: var(--primary-font-family);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0 0 15px;
    position: relative;
}

.woocommerce .related.products > h2::after {
    bottom: -2px;
    content: "";
    border-bottom: 3px solid var(--primary-color);
    left: 0;
    position: absolute;
    width: 24%;
}

.woocommerce table {
    border-collapse: collapse !important;
    margin: 0 !important;
}

.woocommerce table th,
.woocommerce table td {
    border: 1px solid #eeeeee;
}

.woocommerce table td.product-remove a {
    line-height: 18px;
}

.woocommerce table th.product-name {
    display: table-cell !important;
}

.woocommerce table th.product-name a {
    color: var(--tertiary-color);
}

.woocommerce table th.product-name dl {
    margin: 0;
}

.woocommerce table th.product-name dl dt,
.woocommerce table th.product-name dl dd {
    display: inline-block;
    float: left;
    font-size: 14px;
}

.woocommerce table th.product-name dl dt {
    clear: left;
    font-weight: 500;
    margin: 0 5px 0 0;
}

.woocommerce table th.product-name dl dd {
    font-weight: 400;
    margin: 0;
}

.woocommerce table th.product-name dl dd p {
    margin-bottom: 0;
}

.woocommerce table th.product-price,
.woocommerce table th.product-quantity,
.woocommerce table td.product-price,
.woocommerce table td.product-quantity {
    text-align: center;
}

.woocommerce table th.product-subtotal,
.woocommerce table td.product-subtotal {
    text-align: right;
}

.woocommerce table td.product-subtotal {
    font-weight: bold;
}

.woocommerce table input {
    border: 1px solid #eeeeee !important;
    height: 40px !important;
    padding: 0 10px !important;
}

.woocommerce table button {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    font-family: var(--primary-font-family) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    height: 40px !important;
    line-height: 22px !important;
    margin: 0 !important;
    padding: 8px 16px !important;
    outline: none;
}

.woocommerce table button:hover,
.woocommerce table button:focus {
    background-color: #ffffff !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.woocommerce .cart_totals td {
    text-align: right;
}

.woocommerce .cart_totals h2 {
    border-bottom: 1px solid var(--primary-color);
}

.woocommerce .cart_totals .button {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    height: 60px !important;
    line-height: 22px !important;
    margin: 0 !important;
    padding: 18px 24px !important;
}

.woocommerce .cart_totals .button:hover {
    background-color: #ffffff !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.woocommerce .return-to-shop {
    margin: 0 !important;
}

.woocommerce .return-to-shop .wc-backward {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 22px;
    margin: 0;
    padding: 8px 16px;
}

.woocommerce .return-to-shop .wc-backward:hover {
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.woocommerce-checkout #customer_details .form-row {
    padding: 0;
}

.woocommerce-checkout #customer_details .form-row input,
.woocommerce-checkout #customer_details .form-row textarea {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 5px 10px;
}

.woocommerce-checkout table th.product-total,
.woocommerce-checkout table td.product-total,
.woocommerce-checkout table .cart-subtotal td,
.woocommerce-checkout table .order-total td {
    text-align: right;
}

.woocommerce-checkout #payment {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-top: 0;
    border-radius: 0;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #eeeeee;
    border-radius: 0;
    margin: 15px 0;
    padding: 15px;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 15px solid #eeeeee;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    margin: 0 0 0 30px;
    top: -30px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 7.5px 0 0;
}

.woocommerce-checkout #payment div.payment_box.payment_method_bacs {
    margin: 15px 0 0;
}

.woocommerce-checkout #payment div.form-row {
    margin: 0;
    padding: 15px;
}

.woocommerce-checkout #payment #place_order {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: #ffffff;
    height: 40px;
    line-height: 22px;
    margin: 0;
    padding: 8px 16px;
}

.woocommerce-checkout #payment #place_order:hover {
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.navigation.pagination .nav-links {
    margin: 0 auto;
    text-align: center;
}

.navigation.pagination .nav-links span,
.navigation.pagination .nav-links a {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    color: var(--primary-color);
    display: inline-block;
    font-family: var(--primary-font-family);
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    width: 35px;
}

.navigation.pagination .nav-links span.current,
.navigation.pagination .nav-links a.current,
.navigation.pagination .nav-links span:hover,
.navigation.pagination .nav-links a:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff !important;
}

.wpcf7-form input,
.wpcf7-form textarea {
    background-color: #fcfcfc;
    border: 1px solid rgba(244, 125, 31, 0.4);
    border-radius: 5px;
    padding: 5px 10px;
    outline: none;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    background-color: #ffffff;
}

.wpcf7-form textarea {
    display: block;
    width: 100%;
}

.wpcf7-form input.wpcf7-submit {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: #ffffff;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 22px;
    margin: 0;
    padding: 8px 16px;
    text-transform: none;
    width: 100%;
}

.wpcf7-form input.wpcf7-submit:hover {
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.wpcf7-form .wpcf7-response-output {
    border: 1px solid var(--primary-color) !important;
    margin: 15px 0 0 !important;
    padding: 5px 10px !important;
    text-align: center !important;
}

#ez-toc-container {
    background-color: #fcfcfc;
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 10px 20px 10px 12.5px;
    width: 100%;
}

#ez-toc-container .ez-toc-js-icon-con {
    border: 1px solid #dddddd;
    border-radius: 0;
}

#comments {
    display: none;
}

.top-header-wrapper {
    display: none;
    padding: 7.5px 0;
}

.top-header-wrapper .header-left {
    float: left !important;
    font-family: var(--primary-font-family);
    line-height: 22px;
    margin: 0 auto;
    width: 100%;
}

.top-header-wrapper .header-left .icon-box:last-child {
    padding-right: 0;
}

.top-header-wrapper .header-left .icon-box .icon i {
    color: var(--primary-color);
    font-weight: 700;
    margin-right: 2.5px;
}

.top-header-wrapper .header-right {
    display: none;
    float: right !important;
    font-family: var(--primary-font-family);
    line-height: 22px;
}

.top-header-wrapper .header-right .icon-box .icon i {
    color: var(--primary-color);
    font-weight: 700;
}

.top-header-wrapper .header-right .icon-box .icon-details .icon-text {
    color: var(--primary-color);
    font-weight: 700;
}

.top-header-wrapper .header-right .icon-box .icon-details .icon-text::before {
    color: var(--tertiary-color);
    content: "Hotline: ";
    font-weight: 400;
}

.header-wrapper {
    background-color: #ffffff;
    padding: 0;
}

.header-wrapper .site-logo {
    float: left;
    margin: 25px 0;
    width: 290px;
}

.header-wrapper .site-logo a {
    margin: 0;
    padding: 0;
}

.header-wrapper .site-logo img {
    height: 80px;
    width: auto;
}

.header-wrapper .site-title {
    display: none;
}

.header-wrapper .site-search {
    float: right;
    width: calc(100% - 290px)
}

.header-wrapper .site-search::before {
    content: " ";
    display: table;
}

.header-wrapper .site-search::after {
    clear: both;
    content: " ";
    display: table;
}

.header-wrapper .center-wrapper-mx-width {
    padding: 45px 0;
}

.header-wrapper .center-wrapper-mx-width .widget {
    margin: 0;
}

.header-wrapper .center-wrapper-mx-width .cart-section {
    float: right;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper {
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    width: 40px;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .at-wc-icon:hover {
    color: #ffffff !important;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .at-wc-icon i {
    color: var(--primary-color);
    font-size: 18px;
    padding-right: 0;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .at-wc-icon span {
    background-color: var(--primary-color);
    color: #ffffff;
    font-family: var(--primary-font-family);
    position: absolute;
    height: 18px;
    width: 18px;
    font-size: 10px;
    border-radius: 50%;
    line-height: 18px;
    top: 0;
    right: -7.5px;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .widget_shopping_cart {
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    font-family: var(--primary-font-family);
    padding: 10px;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .widget_shopping_cart::before {
    border-bottom: 10px solid var(--primary-color);
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper:hover .widget_shopping_cart {
    top: 120%;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .widgettitle {
    color: var(--tertiary-color);
    font-family: var(--primary-font-family);
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 7.5px;
    text-transform: uppercase;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .cart_list li {
    border: 0;
    border-top: 1px solid #eeeeee;
    margin: 0;
    padding: 10px 20px 0 0;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .cart_list li img {
    margin: 0 10px 0 0;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .cart_list li a {
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .cart_list li a.remove {
    height: 20px;
    line-height: 14px;
    text-align: center;
    top: 10px;
    width: 20px;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .cart_list li dl {
    border-left: 1px solid #eeeeee;
    color: var(--tertiary-color);
    line-height: 24px;
    padding-left: 10px;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .cart_list li dl dt {
    font-weight: 600;
    margin: 0 5px 0 0;
    padding: 0;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .cart_list li dl dd {
    margin: 0;
    padding: 0;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .total {
    padding: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .buttons a {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    font-family: var(--primary-font-family);
    font-size: 12px;
    font-weight: 600;
    margin: 10px 5px 0;
    padding: 10px;
}

.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .buttons a:hover,
.header-wrapper .center-wrapper-mx-width .wc-cart-wrapper .buttons a:focus {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.header-wrapper .center-wrapper-mx-width .hotline-section {
    float: right;
    width: 200px;
}

.header-wrapper .center-wrapper-mx-width .hotline-section a {
    color: var(--primary-color) !important;
    font-family: var(--primary-font-family);
    text-align: left;
}

.header-wrapper .center-wrapper-mx-width .hotline-section i {
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

.header-wrapper .center-wrapper-mx-width .hotline-section span {
    display: block;
    font-size: 16px;
    line-height: 16px;
}

.header-wrapper .center-wrapper-mx-width .hotline-section strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.header-wrapper .center-wrapper-mx-width .header-ads-adv-search {
    float: left !important;
    max-width: none;
    padding: 0 20px 0 10px;
    width: 68.5%;
}

.header-wrapper .center-wrapper-mx-width .advance-product-search {
    width: 100%;
}

.header-wrapper .center-wrapper-mx-width .advance-product-search form {
    display: flex;
}

.header-wrapper .center-wrapper-mx-width .advance-product-search .select_products {
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    display: none;
    font-family: var(--primary-font-family);
    margin-right: -1px;
    min-width: 60px;
    outline: none;
    width: 60px;
}

.header-wrapper .center-wrapper-mx-width .advance-product-search .search-field {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    font-family: var(--primary-font-family);
    font-size: 14px;
    height: 40px;
    outline: none;
    width: 100% !important;
}

.header-wrapper .center-wrapper-mx-width .advance-product-search .searchsubmit {
    background-color: var(--primary-color);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    outline: none;
    padding: 0;
    right: 0;
}

.header-wrapper .main-navigation {
    background-color: var(--primary-color) !important;
    border: 0 !important;
    box-shadow: none !important;
}

.header-wrapper .main-navigation li {
    font-family: var(--primary-font-family);
}

.header-wrapper .main-navigation li a {
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    padding: 15px 20px;
}

.header-wrapper .main-navigation .sub-menu li:hover > a {
    color: var(--primary-color) !important;
}

.header-wrapper .main-navigation li.current_page_parent a {
    color: var(--primary-color);
}

.header-wrapper .main-navigation .special-menu .toggle {
    padding-right: 10px;
}

.header-wrapper .menu li.current-menu-parent > a,
.header-wrapper .menu li.current-menu-item > a {
    color: var(--primary-color);
}

.header-wrapper .menu li:hover > a {
    color: var(--primary-color);
}

.header-wrapper .acmethemes-nav .menu li > a,
.header-wrapper .acmethemes-nav .menu li > a:hover,
.header-wrapper .acmethemes-nav .menu li > a:focus,
.header-wrapper .acmethemes-nav .menu li:hover > a,
.header-wrapper .acmethemes-nav .menu li:focus > a,
.header-wrapper .acmethemes-nav .menu li > i {
    color: #ffffff !important;
}

.header-wrapper .acmethemes-nav .menu .sub-menu li > a,
.header-wrapper .acmethemes-nav .menu .sub-menu li > i {
    color: var(--tertiary-color) !important;
}

.header-wrapper .acmethemes-nav .menu .sub-menu li > a:hover,
.header-wrapper .acmethemes-nav .menu .sub-menu li > a:focus {
    color: var(--primary-color) !important;
}

.header-main-menu .fa-angle-down.angle-down {
    line-height: 50px !important;
    right: 10px !important;
}

.header-main-menu .special-menu {
    width: 290px;
}

.header-main-menu .special-menu:hover {
    background-color: var(--tertiary-color);
    color: #ffffff !important;
}

.header-main-menu .special-sub-menu {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
    height: auto !important;
    top: 100% !important;
}

.special-sub-menu {
    width: 290px;
}

.main-navigation ul.special-menu-wrapper ul.special-sub-menu a {
    width: 290px;
}

.header-main-menu .special-sub-menu > li > a::before {
    content: url(https://keodanang.com/wp-content/uploads/icons/settings.png);
    padding-right: 5px;
    vertical-align: middle;
}

.online-shop-enable-special-menu .acmethemes-nav {
    width: calc(100% - 315px);
}

.slider-feature-wrap {
    height: 380px;
    margin: 10px 0 15px;
    width: calc(100% - 300px) !important;
}

.slider-feature-wrap .slick-list,
.slider-feature-wrap .slick-slide {
    border-radius: 5px;
}

.slider-feature-wrap .slick-list,
.slider-feature-wrap .slick-track,
.slider-feature-wrap .slick-slide,
.slider-feature-wrap .slick-list,
.slider-feature-wrap .slick-track {
    height: 100% !important;
}

.slider-feature-wrap.responsive-img .at-feature-section .at-slide-unit {
    height: 100% !important;
}

.slider-feature-wrap img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.slider-section {
    float: left;
    height: 100%;
    max-width: none;
    width: calc(66.66666667% - 5px);
}

.slider-section .at-action-wrapper .slick-arrow {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 35px;
    line-height: 32px;
    opacity: 0;
    transition: transform 0.3s;
}

.slider-section:hover .at-action-wrapper .slick-arrow {
    opacity: 0.8;
}

.slider-section .at-action-wrapper .slick-arrow:hover,
.slider-section .at-action-wrapper .slick-arrow:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    opacity: 1;
}

.slider-section .at-action-wrapper .slick-arrow.prev {
    left: 15px;
}

.slider-section .at-action-wrapper .slick-arrow.next {
    right: 15px;
}

.slider-section .at-feature-section .slider-desc {
    bottom: auto;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.slider-section .at-feature-section .above-slider-details {
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-weight: 600;
}

.slider-section .at-feature-section .above-slider-details a {
    color: var(--primary-color);
}

.slider-section .at-feature-section .slider-details {
    padding: 0;
}

.slider-section .at-feature-section .slider-details a {
    text-shadow: none;
}

.slider-section .at-feature-section .slide-title {
    font-family: var(--primary-font-family);
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin: 15px 0 0;
}

.slider-section .at-feature-section .slide-desc p {
    font-family: var(--primary-font-family);
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0 0;
    text-shadow: none;
}

.slider-section .at-feature-section .slider-buttons {
    margin: 0;
}

.slider-section .at-feature-section .slider-buttons a {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
    display: inline-block;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 22px;
    margin: 15px 0 0;
    padding: 8px 16px;
}

.slider-section .at-feature-section .slider-buttons a:hover,
.slider-section .at-feature-section .slider-buttons a:focus {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
}

.beside-slider {
    float: left;
    height: 100%;
    margin-left: 10px;
    max-width: none;
    width: calc(33.33333333% - 5px);
}

.beside-slider .fs-right-slider {
    height: 100%;
}

.beside-slider .fs-right-slider .slick-slide,
.beside-slider.responsive-img .fs-right-slider .at-beside-slider-unit {
    height: calc((100% - 10px) / 2) !important;
    margin-bottom: 10px;
    width: 100% !important;
}

.beside-slider .fs-right-slider .slick-slide:last-child {
    margin-bottom: 0;
}

.post-navigation {
    margin: 0 !important;
}

.post-navigation .nav-links a {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
    font-family: var(--primary-font-family);
    padding: 5px;
}

.post-navigation .nav-links a:hover {
    border: 1px solid #ffffff;
}

.navigation-wrapper {
    padding-top: 0;
}

.site-footer {
    margin-top: 0;
}

.site-footer .footer-wrapper {
    background-color: #1e1e1e;
    color: #abafa5;
    font-family: var(--primary-font-family);
    font-size: 13px;
}

.site-footer .footer-wrapper .at-title-action-wrapper {
    min-height: auto;
    padding: 0;
}

.site-footer .footer-wrapper .at-title-action-wrapper h3 {
    color: #e0e3dc;
    font-size: 16px;
    text-transform: uppercase;
}

.site-footer .footer-wrapper .footer-columns {
    margin-left: -15px;
    margin-right: -15px;
}

.site-footer .footer-wrapper .footer-sidebar {
    padding-left: 15px;
    padding-right: 15px;
}

.site-footer .footer-wrapper .footer-sidebar p {
    margin: 10px 0 0;
}

.site-footer .footer-wrapper .footer-sidebar a {
    color: #abafa5;
    text-decoration: none;
}

.site-footer .footer-wrapper .footer-sidebar li {
    border-top: 0;
    line-height: 22px;
    margin-top: 10px;
    padding: 0 0 0 15px;
}

.site-footer .footer-wrapper #footer-bottom {
    display: none;
}

.site-footer .footer-wrapper .footer-copyright {
    background-color: #424242;
    padding: 5px 0;
}

.site-footer .footer-wrapper .footer-copyright .site-info {
    margin: 0;
}

.site-footer .footer-wrapper .footer-copyright .site-info span {
    display: inline-block;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}

.woocommerce-Tabs-panel--description > h2:first-child {
    display: none;
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.wp-block-columns-3 {
    display: flex;
    flex-wrap: wrap;
    font-family: var(--primary-font-family);
    justify-content: center;
    gap: 30px;
}

.wp-block-columns-4,
.wp-block-columns-5 {
    display: flex;
    flex-wrap: wrap;
    font-family: var(--primary-font-family);
    gap: 15px;
}

.wp-block-columns-5 {
    background-color: #f5f7f9;
    border-radius: 10px;
    padding: 15px;
}

.wp-block-column {
    flex: 1;
}

.wp-block-columns-3 .wp-block-column {
    border-radius: 10px;
    box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.15);
    flex: 0 1 auto;
    padding: 15px;
    text-align: center;
    width: 25%;
}

.wp-block-columns-4 .wp-block-column {
    flex: 1 1 calc(25% - 15px);
    text-align: center;
}

.wp-block-columns-5 .wp-block-column {
    flex: 1 1 calc(20% - 15px);
    text-align: center;
}

.wp-block-columns-3 .wp-block-column figure,
.wp-block-columns-4 .wp-block-column figure,
.wp-block-columns-5 .wp-block-column figure {
    margin: 15px 0;
}

.wp-block-columns-3 .wp-block-column img {
    height: 75px;
    width: auto;
}

.wp-block-columns-4 .wp-block-column img {
    height: 75px;
    width: auto;
}

.wp-block-columns-5 .wp-block-column img {
    height: 45px;
    width: auto;
}

.wp-block-columns-3 .wp-block-column h3 {
    font-family: var(--primary-font-family);
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.wp-block-columns-4 .wp-block-column h3 {
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 15px;
}

.wp-block-columns-5 .wp-block-column h3 {
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
}

.wp-block-columns-4 .wp-block-column h3::after {
    background-color: var(--primary-color);
    content: "";
    display: block;
    height: 1px;
    margin: 15px auto 0;
    width: 60px;
}

.wp-block-contact-form-7-contact-form-selector .two-columns {
    display: flex;
    gap: 15px;
}

.wp-block-contact-form-7-contact-form-selector input {
    flex: 1;
}

.tc-subcats-wrapper {
    align-items: center;
    border-bottom: 2px solid var(--primary-color);
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
    padding: 0;
}

.tc-subcats-wrapper.sale-products,
.tc-subcats-wrapper.recent-posts,
.tc-subcats-wrapper.featured-brands {
    border-bottom: 0;
    margin: 0;
}

.tc-subcats-wrapper .tc-subcats-left {
    background-color: var(--primary-color);
    height: 30px;
    padding: 5px 15px;
}

.tc-subcats-wrapper.sale-products .tc-subcats-left,
.tc-subcats-wrapper.recent-posts .tc-subcats-left,
.tc-subcats-wrapper.featured-brands .tc-subcats-left {
    height: 50px;
    text-align: center;
    width: 100%;
}

.tc-subcats-wrapper.sale-products .tc-subcats-left {
    height: 60px;
}

.tc-subcats-wrapper.sale-products .tc-subcats-left {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tc-subcats-wrapper.recent-posts .tc-subcats-left,
.tc-subcats-wrapper.featured-brands .tc-subcats-left {
    background-color: transparent;
}

.tc-subcats-wrapper .tc-subcats-left h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.tc-subcats-wrapper.sale-products .tc-subcats-left h2,
.tc-subcats-wrapper.recent-posts .tc-subcats-left h2,
.tc-subcats-wrapper.featured-brands .tc-subcats-left h2 {
    font-size: 20px;
    line-height: 40px;
}

.tc-subcats-wrapper.sale-products .tc-subcats-left h2 {
    line-height: 50px;
}

.tc-subcats-wrapper .tc-subcats-left h2::after {
    border: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid var(--primary-color);
    content: "";
    position: absolute;
    right: -45px;
    top: -5px;
}

.tc-subcats-wrapper.sale-products .tc-subcats-left h2::after,
.tc-subcats-wrapper.recent-posts .tc-subcats-left h2::after,
.tc-subcats-wrapper.featured-brands .tc-subcats-left h2::after {
    display: none;
}

.tc-subcats-wrapper .tc-subcats-left h2 a {
    color: #ffffff !important;
    font-family: var(--primary-font-family);
    font-weight: 600;
}

.tc-subcats-wrapper.sale-products .tc-subcats-left h2 a::before {
    background-image: url(https://keodanang.com/wp-content/uploads/icons/flash-sale.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    content: "";
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}

.tc-subcats-wrapper.sale-products .tc-subcats-left h2 a::after {
    background-image: url(https://keodanang.com/wp-content/uploads/icons/flash-sale.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    content: "";
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}

.tc-subcats-wrapper.recent-posts .tc-subcats-left h2 a,
.tc-subcats-wrapper.featured-brands .tc-subcats-left h2 a {
    color: var(--tertiary-color) !important;
}

.tc-subcats-wrapper .tc-subcats-right {
    display: flex;
}

.tc-subcats-wrapper.sale-products .tc-subcats-right,
.tc-subcats-wrapper.recent-posts .tc-subcats-right {
    display: none;
}

.tc-subcats-wrapper .tc-subcats-right a {
    color: var(--tertiary-color);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding-left: 10px;
    white-space: nowrap;
}

.tc-subcats-wrapper .tc-subcats-right a:first-child {
    padding-left: 0;
}

.tc-subcats-wrapper .tc-subcats-right a:not(:last-child) {
    border-right: 1px solid #bdbdbd;
    padding-right: 10px;
}

.tc-carousel-wrapper.sale-products {
    background-color: var(--primary-color);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 15px;
}

.tc-carousel-wrapper .tc-carousel-products {
    overflow: hidden;
}

.tc-carousel-wrapper li {
    border-radius: 10px;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}

.tc-carousel-wrapper li:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.tc-carousel-wrapper li .woocommerce-loop-product__link {
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.tc-carousel-wrapper li .onsale {
    background-color: #f73838;
    border-radius: 2.5px;
    color: #ffffff;
    font-family: var(--primary-font-family);
    font-size: 8px;
    font-weight: 700;
    line-height: 16px;
    padding: 2.5px 5px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    z-index: 9;
}

.tc-carousel-wrapper li img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s;
}

.tc-carousel-wrapper li:hover img {
    transform: scale(1.05);
}

.tc-carousel-wrapper li .woocommerce-loop-product__title {
    color: var(--tertiary-color);
    display: -webkit-box;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 500;
    height: 66px;
    line-height: 28px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tc-carousel-wrapper li:hover .woocommerce-loop-product__title {
    color: var(--primary-color);
}

.tc-carousel-wrapper li .star-rating {
    display: none;
}

.tc-carousel-wrapper li .price {
    color: #f73838;
    display: block;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 0 10px 15px;
}

.tc-carousel-wrapper li .price del {
    color: #2d2d2d;
    font-size: 14px;
    opacity: 0.5;
}

.tc-carousel-wrapper li .price ins {
    font-size: 16px;
    text-decoration: none;
}

.tc-carousel-wrapper li .button {
    display: none;
}

.tc-carousel-wrapper .owl-nav {
    margin-top: 0;
}

.tc-carousel-wrapper .owl-prev,
.tc-carousel-wrapper .owl-next {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}

.tc-carousel-wrapper .tc-carousel-products .owl-prev,
.tc-carousel-wrapper .tc-carousel-products .owl-next {
    background-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 -150px 15px 0 rgba(0, 0, 0, 0.3);
    top: -15%;
}

.tc-carousel-wrapper .owl-prev {
    left: -10px;
}

.tc-carousel-wrapper.premium-banners .owl-prev {
    left: 0;
}

.tc-carousel-wrapper .owl-next {
    right: -10px;
}

.tc-carousel-wrapper.premium-banners .owl-next {
    right: 0;
}

.tc-carousel-wrapper:hover .owl-prev,
.tc-carousel-wrapper:hover .owl-next {
    opacity: 1;
}

.tc-carousel-wrapper .owl-prev span,
.tc-carousel-wrapper .owl-next span {
    color: #666666;
    font-family: var(--primary-font-family);
    font-size: 45px;
}

.tc-carousel-wrapper .owl-prev:hover span,
.tc-carousel-wrapper .owl-next:hover span {
    color: var(--primary-color);
}

.tc-carousel-wrapper .owl-dots {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.tc-carousel-wrapper .owl-dots .owl-dot span {
	background-color: var(--secondary-color);
    border-radius: 50%;
    display: block;
	height: 10px;
	margin: 5px;
	width: 10px;
}
.tc-carousel-wrapper .owl-dots .owl-dot.active span,
.tc-carousel-wrapper .owl-dots .owl-dot:hover span {
	background-color: var(--primary-color);
}
.tc-carousel-wrapper .owl-dots .owl-dot.active span {
	width: 10px;
}

.tc-carousel-wrapper .tc-carousel-button {
    text-align: center;
}

.tc-carousel-wrapper.sale-products .tc-carousel-button {
    display: none;
}

.tc-carousel-wrapper .tc-carousel-button .button {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: var(--primary-color);
    display: inline-block;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 18px;
    margin-top: 15px;
    padding: 10px 15px;
}

.tc-carousel-wrapper .tc-carousel-button .button:hover,
.tc-carousel-wrapper .tc-carousel-button .button:focus {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: var(--primary-color);
}

.tc-carousel-wrapper .post-item {
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

.tc-carousel-wrapper .post-thumb img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tc-carousel-wrapper .post-content {
    background-color: #ffffff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: var(--primary-font-family);
    padding: 15px;
}

.tc-carousel-wrapper .post-category {
    color: #666666;
    display: none;
    font-weight: 600;
}

.tc-carousel-wrapper .post-title {
    display: -webkit-box;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tc-carousel-wrapper .post-title a {
    color: var(--tertiary-color);
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 500;
}

.tc-carousel-wrapper .post-excerpt {
    color: #666666;
    display: -webkit-box;
    display: none;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tc-carousel-wrapper.recent-posts .owl-item,
.tc-carousel-wrapper.featured-brands .owl-item {
    margin: 15px 0;
}

.tc-carousel-wrapper .brand-item {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.tc-carousel-wrapper .brand-item:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.tc-carousel-wrapper .brand-item img {
    height: 82.5px;
    margin: 0 auto;
    transition: all 0.5s;
    width: auto !important;
}

.tc-action-wrapper {
    display: none;
    text-align: center;
}

.tc-action-wrapper.sale-products {
    display: block;
}

.tc-action-wrapper .button {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 18px;
    margin-top: 15px;
    padding: 10px 15px;
}

.tc-action-wrapper .button:hover,
.tc-action-wrapper .button:focus {
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.tc-gallery-nav span {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: var(--tertiary-color);
    cursor: pointer;
    font-size: 20px;
    height: 36px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    z-index: 9;
}

.tc-gallery-nav span:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
}

.tc-gallery-nav .gallery-prev {
    left: 15px;
}

.tc-gallery-nav .gallery-next {
    right: 15px;
}

.woocommerce-product-gallery {
    position: relative;
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }

    .mobile-only {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .wrapper {
        max-width: 1320px;
    }
}

@media (max-width: 1399px) {
    .slider-feature-wrap {
        height: 312px;
    }
}

@media (max-width: 1199px) {
    .slider-feature-wrap {
        height: 245px;
    }

    .header-wrapper .center-wrapper-mx-width .header-ads-adv-search {
        width: calc(100% - 240px);
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding: 0 15px !important;
    }

    .top-header-wrapper {
        display: block;
    }

    .header-wrapper .site-logo {
        width: 30%;
    }

    .header-wrapper .center-wrapper-mx-width {
        width: 70%;
    }

    .header-wrapper .center-wrapper-mx-width .hotline-section {
        display: none;
    }

    .header-wrapper .center-wrapper-mx-width .header-ads-adv-search {
        width: calc(100% - 40px);
    }

    .header-wrapper .main-navigation {
        border: 0 !important;
        min-height: 40px !important;
    }

    .header-wrapper .main-navigation .slicknav_nav ul {
        background-color: #ffffff;
    }

    .header-wrapper .main-navigation ul.special-menu-wrapper ul.special-sub-menu a {
        width: auto;
    }

    .header-main-menu {
        background-color: var(--primary-color);
        height: 40px;
        padding: 0 15px;
        width: 100%;
    }

    .header-main-menu .angle-down.fa-angle-down,
    .header-main-menu .angle-down.fa-angle-up {
        line-height: 40px !important;
        right: 25px !important;
    }

    .header-main-menu .angle-down.fa-angle-right,
    .header-main-menu .angle-down.fa-angle-right.fa-angle-down,
    .header-main-menu .angle-down.fa-angle-right.fa-angle-up {
        right: 5px !important;
        width: 25px !important;
    }

    .header-main-menu .special-menu {
        background-color: var(--primary-color) !important;
        color: #ffffff !important;
        height: 40px !important;
        padding: 10px 0 !important;
        width: 225px;
    }

    .header-main-menu .special-menu:hover {
        color: #ffffff !important;
    }

    .header-main-menu .special-sub-menu {
        width: 225px;
    }

    .header-main-menu .special-sub-menu > li > a::before {
        content: "";
        padding-right: 0;
    }

    .header-main-menu .special-sub-menu .sub-menu {
        border-top: 1px solid #dedede;
        padding: 0 !important;
    }

    .header-main-menu .special-sub-menu .sub-menu a {
        padding: 10px 10px 10px 15px;
    }

    .header-main-menu .special-sub-menu .sub-menu .sub-menu a {
        padding: 10px 10px 10px 20px;
    }

    .header-main-menu .special-sub-menu .sub-menu .sub-menu .sub-menu a {
        padding: 10px 10px 10px 25px;
    }

    .header-main-menu .special-sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
        padding: 10px 10px 10px 30px;
    }

    .responsive-slick-menu .slicknav_btn {
        background-color: var(--primary-color);
        border: 0 !important;
        border-radius: 0;
        right: 5px;
        top: 0;
    }

    .responsive-slick-menu .slicknav_btn::before {
        background-color: #ffffff;
        box-shadow: 0 6px 0 0 #ffffff, 0 12px 0 0 #ffffff;
        height: 2px;
        width: 20px;
    }

    .responsive-slick-menu .slicknav_nav li {
        border-top: 1px solid #eeeeee !important;
    }

    .responsive-slick-menu .slicknav_nav li a {
        font-family: var(--primary-font-family);
        padding: 15px;
    }

    .responsive-slick-menu .slicknav_nav li .slicknav_item {
        overflow: hidden;
    }

    .responsive-slick-menu .slicknav_nav li .slicknav_item a {
        padding: 15px !important;
    }

    .responsive-slick-menu .slicknav_nav li .slicknav_arrow {
        color: var(--primary-color);
        font-size: 28px;
        font-weight: 400;
        padding-right: 0;
        position: absolute;
        right: 7.5px;
        top: 45%;
        transform: translate(-50%, -50%);
    }

    .responsive-slick-menu .slicknav_nav ul.sub-menu li {
        border-top: 1px solid #eeeeee !important;
        padding-top: 0 !important;
    }

    .responsive-slick-menu .slicknav_nav ul.sub-menu li a {
        padding: 15px 15px 15px 22.5px;
        width: 100%;
    }

    .slider-feature-wrap {
        height: auto;
        margin: 10px -15px 15px;
        width: calc(100% + 30px) !important;
    }

    .slider-section .at-feature-section .slide-title {
        font-size: 28px;
        line-height: 38px;
    }

    .site-footer .footer-wrapper {
        padding: 0;
    }

    .tc-subcats-wrapper {
        border-bottom: 0;
        display: block;
    }

    .tc-subcats-wrapper .tc-subcats-left {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: auto;
        padding: 10px 15px;
    }

    .tc-subcats-wrapper.sale-products .tc-subcats-left,
    .tc-subcats-wrapper.recent-posts .tc-subcats-left,
    .tc-subcats-wrapper.featured-brands .tc-subcats-left {
        padding: 5px 15px;
    }

    .tc-subcats-wrapper .tc-subcats-left h2::after {
        display: none;
    }

    .tc-subcats-wrapper .tc-subcats-right {
        background-color: var(--tertiary-color);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 7.5px 15px;
        overflow: scroll;
    }

    .tc-subcats-wrapper .tc-subcats-right a {
        color: #ffffff;
    }
}

@media (max-width: 767px) {
    .header-wrapper .site-logo {
        float: none;
        margin: 15px 0;
        width: 100%;
    }

    .header-wrapper .site-logo img {
        height: 60px;
    }

    .header-wrapper .center-wrapper-mx-width {
        float: none;
        margin: 0 0 15px;
        padding: 0;
        width: 100%;
    }

    .header-wrapper .center-wrapper-mx-width .cart-section {
        float: right;
        width: auto;
    }

    .header-wrapper .center-wrapper-mx-width .header-ads-adv-search {
        float: left !important;
        padding: 0 15px 0 0;
    }

    .header-wrapper .center-wrapper-mx-width .header-ads-adv-search .advance-product-search {
        width: 100%;
    }

    .slider-feature-wrap {
        margin: 0 -15px 15px;
        width: calc(100% + 30px) !important;
    }

    .slider-feature-wrap .slick-list,
    .slider-feature-wrap .slick-slide {
        border-radius: 0;
    }

    .slider-section {
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .slider-section .at-feature-section .slide-title {
        font-size: 24px;
        line-height: 34px;
    }

    .beside-slider {
        display: none;
    }

    .blog article.post {
        margin: 0 0 15px;
    }

    .blog .post .post-thumb {
        float: none;
        width: 100%;
    }

    .woocommerce .woocommerce-ordering {
        float: none;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }

    .acme-col-4 {
        width: 50%;
    }

    .widget_online_shop_posts_col .acme-col-4 {
        width: 100%;
    }

    .at-title-action-wrapper .at-action-wrapper span {
        border-right: 0 !important;
        padding: 10px;
    }

    .woocommerce ul.products.columns-4 li.product-category.product,
    .woocommerce ul.products.columns-5 li.product-category.product {
        clear: none;
        width: 50%;
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-5 li.product {
        clear: none;
        float: left !important;
        width: 50%;
    }

    .site-footer .footer-wrapper .footer-sidebar {
        margin: 0 0 15px;
    }

    .wp-block-columns {
        flex-direction: column;
    }

    .wp-block-columns-3,
    .wp-block-columns-4,
    .wp-block-columns-5 {
        flex-direction: row;
    }

    .wp-block-column {
        width: 100%;
    }

    .wp-block-columns-3 .wp-block-column {
        flex: 1 1 calc(100% - 15px);
    }

    .wp-block-columns-4 .wp-block-column {
        flex: 1 1 calc(50% - 15px);
    }

    .wp-block-columns-5 .wp-block-column {
        flex: 1 1 calc(33.33333333% - 15px);
    }

    .wp-block-contact-form-7-contact-form-selector .two-columns {
        flex-direction: column;
        gap: 0;
    }

    .wp-block-contact-form-7-contact-form-selector input {
        width: 100%;
    }

    .tc-subcats-wrapper .tc-subcats-right.no-child {
        display: none;
    }

    .tc-carousel-wrapper .owl-prev,
    .tc-carousel-wrapper .owl-next {
        opacity: 1;
    }

    .tc-carousel-wrapper .owl-prev span,
    .tc-carousel-wrapper .owl-next span {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .header-wrapper .center-wrapper-mx-width .advance-product-search .search-field {
        float: left;
        width: calc(100% - 22px);
    }

    .slider-feature-wrap {
        margin: 0 -30px 15px;
        width: calc(100% + 60px) !important;
    }

    .slider-section .at-feature-section .slide-title {
        font-size: 20px;
        line-height: 30px;
    }

    .featured-entries-logo .single-item img {
        height: 80px;
    }

    .woocommerce ul.products li.product .price {
        height: 46px;
        line-height: 16px;
    }

    .woocommerce ul.products li.product .price del,
    .woocommerce ul.products li.product .price ins {
        display: block;
    }

    .site-footer .footer-wrapper .footer-sidebar {
        width: 100%;
    }

    .tc-carousel-wrapper .tc-carousel-products .owl-prev,
    .tc-carousel-wrapper .tc-carousel-products .owl-next {
        background-color: transparent !important;
        box-shadow: none;
    }

    .tc-subcats-wrapper.sale-products .tc-subcats-left h2 a::before {
        height: 30px;
        width: 30px;
    }

    .tc-subcats-wrapper.sale-products .tc-subcats-left h2 a::after {
        display: none;
    }

    .tc-carousel-wrapper .brand-item img {
        height: 60px;
    }
}