:root {
    --color-2: #09413a;
}
#top-bar li.html.custom.html_topbar_left {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
ul.header-nav.header-nav-main.nav li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
ul.header-nav.header-nav-main.nav.nav-right li.html.custom.html_topbar_right{
    margin-left: 15px;
    padding-left: 16px;
    display: flex;
    align-items: center;
}

ul.header-nav.header-nav-main.nav.nav-right li.html.custom.html_topbar_right:after {
    content: '';
    display: block;
    height: 16px;
    width: 1px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    opacity: 0.1;
    background: var(--color-2);
}
.thb-secondary-item {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    padding: 10px 0;
}

.thb-secondary-item span.woocommerce-Price-amount.amount {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: var(--color-2);
}
span.thb-item-text.thb-cart-amount {
    margin-right: 10px;
}

.thb-item-icon-wrapper {
    display: inline-flex;
    position: relative;
    align-items: center;
}

.thb-item-icon-wrapper span.thb-item-icon svg {
    height: 22px;
    width: auto;
    fill: var(--color-2);
}

.thb-item-icon-wrapper span.thb-item-icon {
    display: flex;
}

.thb-secondary-item .count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    background: #fd704f;
    border-radius: 50%;
    margin-left: 7px;
}
.thb-quick-cart .thb-secondary-cart {
    margin: 0;
    border-radius: 3px;
    list-style: none;
    background: #fff;
    position: absolute;
    text-align: left;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 40;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 320px;
    top: calc(100% + 10px);
    right: 0px;
    left: auto;
    padding: 0;
}

.thb-quick-cart .thb-secondary-cart .widget_shopping_cart {
    margin-bottom: 0;
    padding: 25px;
}
.thb-quick-search .thb-quick-search svg {
    width: auto;
    fill: var(--color-2);
    height: 18px;
}

.thb-secondary-item.thb-quick-search {
    margin-left: 15px;
}

.thb-quick-search .thb-item-icon-wrapper svg {
    width: auto;
    fill: var(--color-2);
    height: 18px;
}

.thb-quick-search .thb-search-toggle {
    display: none;
    position: absolute;
    z-index: 30;
    bottom: 0;
    right: 0;
    background: transparent;
    border-bottom: 1px solid #121212;
    width: 270px;
}
.thb-header-inline-search button {
    display: none;
}
.thb-header-inline-search {
    position: relative;
    width: 100%;
    display: inline-flex;
    padding-right: 40px;
}

form.woocommerce-product-search {
    width: 100%;
}

form.woocommerce-product-search .search-field {
    box-shadow: none !important;
    border: none !important;
    height: 38px;
    margin: 0;
    font-size: 14px;
    padding: 0 !important;
}
.thb-quick-search .thb-item-icon-wrapper {
    z-index: 100;
}
ul.header-nav.header-nav-main.nav.nav-left .sub-menu {
    padding: 20px 0;
    margin: 0;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

ul.header-nav.header-nav-main.nav.nav-left .sub-menu li a {
    background: none;
    display: inline-flex;
    font-weight: 500;
    align-items: center;
    position: relative;
    color: #4f4f4f;
    padding: 4px 25px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.1;
    text-transform: inherit;
    transition: all 0.5s cubic-bezier(0.104, 0.204, 0.492, 1);
    /* width: 100%; */
}

ul.header-nav.header-nav-main.nav.nav-left .sub-menu li a:after {
    content: "";
    bottom: 0;
    left: 25px;
    position: absolute;
    width: 0;
    background-color: var(--color-2);
    height: 1px;
    transition: all 0.5s cubic-bezier(0.104, 0.204, 0.492, 1);
}
ul.header-nav.header-nav-main.nav.nav-left .sub-menu li a:hover:after{
    width: calc(100% - 50px);
}
/* Header mn */
.mobile_nav-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mobile_nav-icon .icon {
    width: 25px;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: end;
    flex-flow: column;
    align-items: end;
    gap: 5px;
}

.mobile_nav-icon .icon span {
    position: relative;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    width: 16px;
    height: 2px;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before,
.mobile_nav-icon .icon:after {
    content: "";
    height: 2px;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before {
    width: 20px;
}

.mobile_nav-icon .icon:after {
    width: 23px;
}

.mobile_nav-icon.rotate-mb .icon *,
.mobile_nav-icon.rotate-mb .icon:after,
.mobile_nav-icon.rotate-mb .icon:before {
    background-color: var(--second-color);
    width: 25px;
}
div#menu_bar form .search-field {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    font-size: 14px;
    height: 40px;
    font-weight: 500;
    color: #000;
}
div#menu_bar form {
    margin-bottom: 15px;
}

div#menu_bar form.searchform button.ux-search-submit {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-size: 14px !important;
    padding: 0 !important;
    background: none;
    border: none;
    color: #000;
    line-height: 1;
    top: -5px;
}

div#menu_bar form.searchform .flex-col:last-child {
    width: 20px;
    height: 20px;
    left: auto;
    right: 5px;
    position: absolute;
}
div#menu_bar {
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 99999;
    -webkit-box-shadow: 0 1px 8px #555555;
    -moz-box-shadow: 0 1px 8px #555555;
    -o-box-shadow: 0 1px 8px #555555;
    box-shadow: 0 1px 8px #555555;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    transform: translateX(-350px);
    transition: .5s;
    padding: 0 15px;
}

div#menu_bar.scroll-menu {
    transform: translateX(0);
    transition: .5s;
}

div#menu_bar .bar_close {
    text-align: center;
    padding: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
div#menu_bar .bar_close i.fa.fa-times {
    position: absolute;
    right: 15px;
    top: 13px;
    margin: 0;
}
div#menu_bar .bar_close i.fa.fa-times {
    font-size: 16px;
    margin-right: 5px;
}

div#menu_bar ul#header_menu>li {
    border: none;
    position: relative;
    margin: 0
}

div#menu_bar ul#header_menu>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
html.js.active {
    overflow: hidden;
}

ul#secondary_menu {
    display: flex;
    margin: 0;
    gap: 25px;
}

ul#secondary_menu li {
    border: none;
}

ul#secondary_menu li a {
    font-size: 12px;
    line-height: 1;
    padding: 7px 0;
    color: rgba(0, 0, 0, 0.7);
    transition: none;
    font-weight: 500;
    text-transform: uppercase;
}
div#menu_bar ul#header_menu>li>a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px;
    text-transform: uppercase;
}

div#menu_bar ul#header_menu>li button.toggle {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 1;
    color: #000;
    top: 3px
}

div#menu_bar ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0
}

div#menu_bar ul.sub-menu li a {
    color: #000;
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    position: relative
}

div#menu_bar ul.sub-menu li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: #000;
}

div#menu_bar ul.sub-menu li {
    list-style: none;
    margin: 0;
    position: relative;
}

div#menu_bar ul#header_menu button.toggle:after {
    content: "\f067";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    color: #000;
    top: 50%;
    position: absolute;
    left: 50%;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%)
}

div#menu_bar i.icon-angle-down {
    display: none
}

div#menu_bar ul#header_menu button.toggle {
    width: 30px;
    min-height: 30px;
    height: 30px;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    right: 5px
}

div#menu_bar ul#header_menu .active>.toggle {
    transform: rotate(-180deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

div#menu_bar ul#header_menu ul.sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    display: block!important;
    padding-left: 15px!important
}

div#menu_bar ul#header_menu li.active>ul.sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

html.js.active body {
    overflow: hidden;
}
#header {
    border-bottom: 1px solid #eee;
}
.page_header {
    padding: 0 !important;
}

nav.rank-math-breadcrumb p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    min-height: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.page_title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}
/* Archive */
.archive .page_title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.list_post .box .entry-category {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: calc(70% - 20px);
}

.list_post .box .entry-category a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 6px;
    margin-bottom: 3px;
    height: 18px;
    color: #fff;
    line-height: 0;
}

.list_post .box  .box-text {
    padding: 25px 0;
}

.list_post .box .box-text .box_date {
    font-size: 12px;
    text-transform: uppercase;
    color: #4f4f4f;
    font-weight: 500;
    margin-bottom: 10px;
}

.list_post .box .box-text a.post-title {
    color: var(--color-2);
    font-size: 24px;
    font-weight: bold;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
}
.list_post .box .box-text .excerpt {
    -webkit-line-clamp: 3;
    margin: 10px 0;
}

a.button_custome_link {
    color: var(--color-2);
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
}

a.button_custome_link svg {
    fill: var(--color-2);
    height: 8px;
    width: auto;
    margin-left: 10px;
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.page-numbers .page-number {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.page-numbers span.page-number.current,.page-numbers span.page-number:hover {
    background-color: var(--color-2) !important;
    border-color: var(--color-2) !important;
}
.widget .is-divider {
    display: none;
}

span.widget-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
    color: #121212;
    display: block;
}

.widget>ul>li+li {
    border-top: 1px dotted #a4a4a4 !important;
}

.widget_categories ul li a {
    padding: 7px 0 !important;
    text-align: right;
    color: #4f4f4f !important;
    font-size: 14px;
    font-weight: 500 !important;
}

.widget-area ul li a:hover {
    color: var(--color-2) !important;
}
.product_list_widget img {
    border-radius: 4px;
}

.product_list_widget span.product-title {
    color: #4f4f4f;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
}

.product_list_widget .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-2);
}
.tagcloud a.tag-cloud-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    height: 26px;
    background: #121212;
    color: #fff;
    font-size: 12px !important;
    margin: 0 6px 10px 0 !important;
    line-height: 1;
    font-weight: 400;
    border-radius: 300px;
    opacity: 1;
    border: none !important;
}
.tagcloud a.tag-cloud-link:hover{
    background: var(--color-2);
}
/* Footer */
.absolute-footer {
    padding: 6px 0 !important;
}

.footer-secondary.pull-right {
    padding: 0;
}

.payment-icons  .payment-icon {
    display: inline-flex !important;
    text-align: center;
    justify-content: center;
    border: 1px solid #eee;
    color: var(--color-2);
    border-radius: 2px !important;
    background: #fff;
    height: 26px;
    align-items: center;
    min-width: 38px;
    padding: 0 4px !important;
    font-size: 16px;
}
.progress-wrap {
    display: none;
}
.copyright-footer {
    line-height: 32px;
    font-size: 12px;
    color: #000;
}
.ux-menu-title.flex {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px !important;
    line-height: 1;
    color: var(--color-2);
    min-height: inherit;
}

footer#footer {
    font-size: 14px;
}
a:hover {
    color: #fd704f !important;
}
a.ux-menu-link__link.flex {
    color: var(--color-2);
    font-weight: 500;
}

/* Single */
h1.single_title {
    font-size: 40px;
    margin-bottom: 8px;
}
aside.thb-article-meta > div {
    display: inline-flex;
    margin-right: 5px;
}

aside.thb-article-meta > div em {
    font-style: normal;
    margin-right: 3px;
}

aside.thb-article-meta > div a {
    font-weight: 500;
}
/* Shop */
.archive.tax-product_cat .page_title {
    margin-right: 25px;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
}

.row.category-page-row {
    padding-top: 0 !important;
}

#shop-sidebar span.widget-title.shop-sidebar {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
    color: #121212;
}

.product-categories li.cat-item a {
    color: #4f4f4f;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.product-categories li.cat-item {
    margin-bottom: 5px;
    border: none !important;
}

.product-categories li.cat-item ul.children {
    border: none;
    margin-bottom: 0;
}
.product-categories li.cat-item.active > a {
    color: #fd704f;
}
.product-categories li.cat-item.active > a {
    color: #fd704f;
}

.widget_price_filter .ui-slider .ui-slider-range {
    height: 2px !important;
    opacity: 1 !important;
    background-color: #000 !important;
}

.widget_price_filter .price_slider {
    height: 2px !important;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    height: 12px !important;
    width: 12px !important;
    background-color: #fff !important;
    border: 2px solid;
}

.widget_price_filter .price_slider_amount button.button {
    background: none !important;
    border: none;
    color: #000;
    padding: 0;
    box-shadow: none;
}
.product-small.box a.woocommerce-LoopProduct-link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-small.box .add-to-cart-button a {
    opacity: 1;
    font-size: 12px;
    color: #121212;
    background: #fff;
    height: 46px;
    line-height: 46px;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    border: none;
    margin: 0;
}

.product-small.box .add-to-cart-button {
    position: absolute;
    top: -56px;
    left: 10px;
    right: 10px;
    opacity: 0;
    transition: .5s;
}

.product-small.box .add-to-cart-button a:hover {
    background: #fd704f;
    color: #fff !important;
}

.product-small.box:hover .add-to-cart-button {
    opacity: 1;
    transition: .5s;
}
.product-small.box .price-wrapper span {
    font-size: 14px;
    font-weight: 500 !important;
    color: var(--color-2);
}
/* Home */
.home-banner h1 {
    font-size: 36px !important;
    margin-bottom: 8px !important;
}
.home-banner p {
    font-size: 20px;
    color: #fff;
}
.home_title h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    color: #121212;
    margin-bottom: 8px;
}

.home-ss3 .banner .text-box p:first-child {
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 700;
    margin-top: 0;
}

.home-ss3 .banner  a.button.primary {
    border-radius: 5px;
    background-color: #fff2e1;
    color: #000;
    padding: 25px 30px;
    display: inline-flex;
    height: 60px;
    align-items: center;
    text-transform: initial;
    font-size: 20px;
}
.home-ss4 .title h2 {
    font-weight: 800;
    font-size: 42px;
    margin-bottom: 16px;
}

.home-ss4 .banner h3 {
    font-size: 35px;
    font-weight: 700;
}

.home-ss4 .banner p {
    font-size: 16px;
    color: #fff;
}

.home-ss4 .banner a.button.white {
    height: 40px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #000 !important;
}
.home_title h2 span {
    font-weight: 500;
    display: inline-block;
    width: 100%;
}
a.button.primary.btn-more {
    background-color: #b4835b;
    font-size: 20px;
    padding: 15px 30px;
    line-height: 30px;
    border: none;
}

a.button.primary.btn-more:hover {
    color: #fff !important;
}
h3.product-section-title.container-width.product-section-title-related{
    font-size: 20px;
    display: block;
    line-height: 1;
    padding-top: 20px;
    margin-bottom: 30px;
    text-transform: inherit;
    padding-bottom: 0;
}
.product-main {
    padding-top: 0 !important;
}
.product-info {
    padding-top: 0 !important;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}

.product-info h1.product-title {
    font-size: 24px;
    font-weight: 400;
}

.product-info ul.next-prev-thumbs {
    display: block !important;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 11111;
}

.product-info ul.next-prev-thumbs a.button {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border: 1px solid #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
}
.product-info  p.price.product-page-price * {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-2) !important;
}

.product-info .ux-quantity.quantity {
    height: 46px;
    border: 1px solid #e0e0e0;
}

.product-info .ux-quantity.quantity * {
    border: none;
    background: none;
    box-shadow: none;
    height: 46px;
}

button.single_add_to_cart_button.button.alt {
    background-color: var(--color-2);
    font-size: 14px;
    min-width: 200px;
    font-weight: 600;
}

.product_meta>span {
    border: none;
}

.product-info .product_meta a {
    color: var(--color-2);
    font-weight: 500;
}

.product-info .social-icons.share-icons a {
    border: 1px solid var(--color-2);
    color: var(--color-2);
    border-radius: 4px !important;
}
.image-tools.absolute.bottom.left.z-3 {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border: none;
}

ul.tabs.wc-tabs.product-tabs {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

ul.tabs.wc-tabs.product-tabs li a {
    color: var(--color-2);
    text-transform: inherit;
    font-size: 14px;
}

ul.tabs.wc-tabs.product-tabs li a:before {
    bottom: 0;
    top: inherit;
    background: var(--color-2);
}

ul.tabs.wc-tabs.product-tabs li {
    margin-right: 30px;
}
.box-blog-post .is-divider {
    display: none;
}
.box.box-blog-post .post-title a.plain {
    text-transform: uppercase;
    color: var(--color-2);
    font-size: 14px;
}

.box.box-blog-post .post-meta {
    color: var(--color-2);
    font-size: 12px;
    font-weight: 500;
}

/* Cart */

.woocommerce-cart-form th,
th.product-name,
h3.widget-title {
    font-size: 14px;
    text-transform: initial;
    min-width: 100px;
    border-bottom: 2px solid var(--primary-color) !important;
}

.actions .button,
a.checkout-button,
input#coupon_code {
    text-transform: initial !important;
    border-radius: 4px;
}

input#coupon_code {
    border: 1px solid var(--primary-color);
}

.checkout_coupon button {
    color: #fff;
    border-radius: 5px;
}
.woocommerce-cart-form__cart-item .ux-quantity {
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    padding: 8px;
    margin-right: 40%;
}
.woocommerce-cart-form__cart-item.cart_item img.attachment-woocommerce_thumbnail {
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 4px;
}
.woocommerce-cart-form__cart-item .ux-quantity * {
    box-shadow: none;
    height: 32px;
    min-height: 32px;
    border: none !important;
    width: 32px;
    line-height: 32px;
    background: none;
    border-radius: 4px !important;
    overflow: hidden !important;
}

.woocommerce-cart-form__cart-item .ux-quantity.quantity .ux-quantity__button--minus {
    background: #F0F0F0;
    color: #999999;
    border-radius: 4px !important;
}

.woocommerce-cart-form__cart-item .ux-quantity input.ux-quantity__button.ux-quantity__button--plus {
    border-radius: 4px !important;
    background: #ffcc32;
    color: #333333;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .thb-quick-search, span.thb-item-text.thb-cart-amount {
        display: none;
    }
    .archive .page_title {
        font-size: 28px;
    }
    h1.single_title {
        font-size: 24px;
    }
    .product-small.col {
        padding: 0 7.5px 20px !important;
    }
    a.button.primary.btn-more {
        font-size: 16px;
    }
    .product-info {
        padding-top: 20px !important;
    }
    .product-info ul.next-prev-thumbs {
        display: none !important;
    }
}