.absolute-footer, html, #wrapper, #main {
    background-color: #fff !important;
}

ul, li {
    padding-left: 0px !important;
    list-style: none;
    margin: 0px !important
}

li {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 5px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

/**menu**/
div#wide-nav ul li {
    height: 45px;
}

div#wide-nav ul li a {
    color: #ffff;
    font-size: 14px;
    height: 45px;
    font-weight: normal;
    display: block;
    padding: 0px 15px;
    line-height: 45px;
}

div#wide-nav ul li:hover {
    background: rgba(255, 255, 255, 0.05);
}

.header.show-on-scroll, .stuck .header-main {
    display: none;
}

/**search**/
div#masthead li.header-search-form.search-form.html.relative.has-icon {
    width: 250px;
}

div#masthead input#woocommerce-product-search-field-0 {
    border: 0px;
    box-shadow: unset !important;
    border-bottom: 1px solid #000;
}

div#masthead button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: transparent !important;
    color: #000;
    border: 0px !important;
    box-shadow: unset !important;
    position: absolute;
    right: 0px;
    top: 0px;
}

div#masthead .header-phone {
    width: 100%;
    display: inline-block;
}

div#masthead .header-phone .header-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    border: 1px solid #333;
    text-align: center;
    line-height: 45px;
    color: #333;
    margin-top: 5px;
    font-size: 25px;
}

div#masthead .header-phone .header-phone-content p {
    margin: 0px !important;
    color: #000;
    font-size: 15px;
}

div#masthead .header-phone .header-phone-content {
    width: calc(100% - 45px);
    float: left;
    padding-left: 10px;
}

div#masthead .header-phone .header-phone-content h3 {
    color: var(--primary-color);
    font-size: 18px;
    margin: 0px !important;
}

div#wide-nav ul.sub-menu.nav-dropdown.nav-dropdown-default {
    padding: 0px !important;
    border: 2px solid var(--primary-color);
}

div#wide-nav ul.sub-menu.nav-dropdown.nav-dropdown-default li a {
    display: block;
    color: var(--primary-color) !important;
    padding: 5px 0px !important;
    line-height: unset !important;
    border: 0px !important;
    height: unset !important;
}

div#wide-nav ul.sub-menu.nav-dropdown.nav-dropdown-default li {
    height: unset !important;
    padding: 5px 0 !important;
    border: 0px !important;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-bottom-color: var(--primary-color) !important;
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    padding: 40px 0;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

footer#footer .footer-top .footer-title h2 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px !important;
}

footer#footer .footer-top .footer-menu, footer#footer .footer-top .footer-content {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-menu ul li {
    border: 0px !important;
    padding: 5px 0 !important;
}

footer#footer .footer-top .footer-menu ul li a {
    color: #333;
    font-size: 14px;
    padding: 0px !important;
}

footer#footer .footer-top .footer-content p {
    color: #333;
    font-size: 14px;
    margin: 0px !important;
    padding: 5px 0 !important;
}

footer#footer .footer-top .footer-social {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-social ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 8px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3d6ad6;
    transition: 0.3s ease-in-out;
}

footer#footer .footer-top .footer-social ul li a {
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
}

footer#footer .footer-top .footer-social ul li:nth-child(2) {
    background-color: #550000;
}

footer#footer .footer-top .footer-social ul li:nth-child(3) {
    background-color: #0099FF;
}

footer#footer .footer-top .footer-social ul li:nth-child(4) {
    background-color: #006699;
}

footer#footer .footer-top .footer-social ul li:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-3px);
}

footer#footer .footer-top .footer-logo img {
    max-width: 70px;
}

footer#footer .footer-top .footer-logo .footer-desc {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0px !important;
    font-weight: 700;
}

footer#footer .footer-top .footer-address i {
    color: var(--primary-color);
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
}

footer#footer .footer-top .footer-address p {
    font-size: 14px;
    margin: 0px !important;
    padding: 10px 0 !important;
    color: #333;
}

footer#footer .footer-top .footer-address {
    margin: 20px 0 0 0;
}

/**form-register-footer**/
section#register-box {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    background: linear-gradient(to bottom, var(--primary-color), #20a9cc);
}

section#register-box .form-title {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
}

section#register-box span.wpcf7-form-control-wrap.phone {
    width: 80%;
    float: left;
}

section#register-box .input-register {
    box-shadow: unset !important;
    border: 0px !important;
    font-size: 15px;
    height: 40px;
    margin: 0px !important;
}

section#register-box form.wpcf7-form.init {
    margin: 0px !important;
}

section#register-box span.form-text {
    line-height: 40px;
    width: 20%;
    float: left;
    text-align: right;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

section#register-box input.wpcf7-form-control.wpcf7-submit.btn-register {
    margin: 0px !important;
    border: 1px dashed #fff;
    background: transparent !important;
    box-shadow: unset !important;
}

/*8home-title**/
.home-title h2 {
    margin: 0px !important;
    background: linear-gradient(to right, #0c61f2 0, #0041b3 100%);
    display: inline-block;
    width: auto !important;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.home-title {
    position: relative;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid var(--primary-color);
}

.home-title .category-title-child {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 25px;
}

.home-title .category-title-child ul li {
    float: left;
    padding: 0px 15px !important;
}

.home-title .category-title-child ul li a {
    color: #333;
    font-size: 15px;
}

.home-title .category-title-child ul li a:hover {
    color: var(--primary-color)
}

.home-title-2 h2 {
    display: inline-block;
    width: auto !important;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: #20a9cc;
}

/**parent*/
section#parent-box {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.bg-gray {
    text-align: center;
    background: #fafbfb;
    padding: 30px 10px;
}

section#parent-box .parent-list {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

section#parent-box .parent-list .parent-items img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section#parent-box .parent-list .parent-items a {
    width: 100%;
    display: inline-block;
    border: 1px solid #20a9cc;
    height: 60px;
}

section#parent-box .parent-list .parent-items {
    width: calc(100% / 6);
    float: left;
    padding: 5px;
}

/*8product-item**/
.product-item {
    width: 100%;
    display: inline-block;
    border: 1px solid #fff;
    transition: 0.3s ease-in-out;
}

.product-item:hover {
    transition: 0.3s ease-in-out;
    border: 1px solid var(--primary-color);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1)
}

.product-item .product-avatar {
    position: relative;
    width: 100%;
    height: 220px;
}

.product-item .product-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item .product-content {
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.product-item .product-content h2 {
    color: #333;
    font-weight: normal;
    font-size: 16px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.product-item .product-content p.price-desc {
    margin: 5px 0 !important;
    color: var(--primary-color);
    font-size: 14px;
}

.product-item .product-content .price-wrapper del span {
    font-size: 14px;
}

.product-item .product-content .price-wrapper ins span {
    color: #ee3523;
    font-size: 14px;
}

.product-item .product-sale {
    background: #ee3523;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px 5px;
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
}

.product-item:hover .product-sale {
    background: var(--primary-color);
}

/*8category**/
.page-title-inner.flex-row.medium-flex-wrap.container {
    padding-top: 0px !important;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    color: #333 !important;
    font-size: 14px !important;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    min-height: 60px;
}

#page-category {
    width: 100%;
    display: inline-block;
}

.blog-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.blog-item .blog-avatar {
    width: 250px;
    height: 180px;
    float: left;
    position: relative;
}

.blog-item .blog-avatar:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 5px;
    width: 10px;
    left: 0px;
    transition: 0.3s ease-in-out;
    background-color: #ee3523;
}

.blog-item:hover .blog-avatar:after {
    transition: 0.3s ease-in-out;
    width: 100%;
}

.blog-item:hover h2 {
    transition: 0.3s ease-in-out;
    color: var(--primary-color) !important;
}

.blog-item .blog-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item .blog-content {
    width: calc(100% - 250px);
    float: left;
    padding-left: 10px;
}

.blog-item .blog-content h2 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
}

.blog-item .blog-content .post-meta {
    font-size: 14px;
    margin-bottom: 10px !important;
    color: gray;
}

.blog-item .blog-content .blog-desc p {
    margin: 0px !important;
    font-size: 14px;
    color: #333;
}

/*widget**/
.product-box1 .product-item1 {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 5px !important;
}

.product-box1 .product-item1:last-child {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.product-box1 .product-item1 .product-item-avatar {
    width: 80px;
    height: 60px;
    float: left;
}

.product-box1 .product-item1 .product-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-box1 .product-item1 .product-item-content h2 {
    color: #333;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    display: -webkit-box;
}

.product-box1 .product-item1 .product-item-content {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px;
}

.product-box1 .product-item1 .product-item-content .post-meta {
    color: #3c454f;
    font-size: 12px;
}

.product-box1 .product-item1:hover h2 {
    color: var(--primary-color);
}

.product-price span {
    font-size: 13px;
}

.page-title.shop-page-title.product-page-title {
    display: none;
}

.product-box1 .product-item1 .product-price ins span {
    color: #ee3523
}

.home_title {
    background: linear-gradient(to right, #0c61f2 0, #0041b3 100%);
    padding: 5px 5px;
}

.home_title h2 {
    margin: 0px !important;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

/*8single**/
header#header-single {
    width: 100%;
    display: inline-block;
}

header#header-single h2 {
    color: #333;
    font-size: 25px;
    line-height: 35px;
}

header#header-single .post-meta {
    font-size: 15px;
    color: gray;
}

article.entry-content {
    color: #333;
    font-size: 16px;
}

header#header-single .header-single-social {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

header#header-single .header-single-social ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 8px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3d6ad6;
    transition: 0.3s ease-in-out;
}

header#header-single .header-single-social ul li a {
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
}

header#header-single .header-single-social ul li:nth-child(2) {
    background-color: #550000;
}

header#header-single .header-single-social ul li:nth-child(3) {
    background-color: #0099FF;
}

header#header-single .header-single-social ul li:nth-child(4) {
    background-color: #006699;
}

header#header-single .header-single-social ul li:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-3px);
}

.category-tax .product-avatar {
    height: 180px;
}

.is-divider.small {
    display: none;
}

span.widget-title.shop-sidebar {
    display: none;
}

.woof_container_inner h4 {
    background: linear-gradient(to right, #0c61f2 0, #0041b3 100%);
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

label.woof_checkbox_label {
    font-weight: normal;
    margin-bottom: 0px !important;
    font-size: 14px;
    width: 88%;
}

button.button.woof_reset_search_form {
    display: none;
}

span.woof_checkbox_count {
    float: right;
}

li.woof_list span.woocommerce-Price-amount.amount {
    font-weight: normal !important;
}

li.woof_list label, li.woof_list a, li.woof_list {
    margin-bottom: 0px !important;
    font-size: 15px;
    font-weight: normal !important;
}

/*slider product*/
.product-slider {
    position: relative;
    display: inline-block;
    width: 100%;
}

.product-slider .owl-dots {
    display: none;
}

.product-slider .owl-nav button i {
    color: var(--primary-color);
    font-size: 24px;
}

.product-slider .owl-nav {
    position: absolute;
    top: -16.5%;
    right: 0px;
}

.product-slider .owl-nav button {
    margin: 0px !important;
    padding: 0px 2px !important;
    width: 15px;
    color: var(--primary-color);
}

/**category**/
.shop-page-title.category-page-title.page-title {
    display: none !important;
}

.shop-page-title.category-page-title.page-title.breadcrumbs1 {
    display: block !important;
}

/**order**/
.bg-blue {
    background: linear-gradient(to right, #0c61f2 0, #0041b3 100%);
    padding: 8px 10px;
}

.bg-blue select.orderby {
    background-color: #fff !important;
    box-shadow: unset !important;
    border: 0px !important;
    font-size: 14px;
    margin: 0px !important;
    height: 30px;
    line-height: 30px !important;
}

.bg-blue form.woocommerce-ordering {
    margin: 0px !important;
}

.bg-blue span.title-order {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    line-height: 30px;
}

/**pagination**/
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: block;
}

.pagination-nav ul {
    text-align: right;
}

.pagination-nav ul li a, .pagination-nav ul li span {
    border: 0px !important;
    color: #fff !important;
    font-weight: normal;
    font-size: 14px;
}

.pagination-nav ul li span.page-number.current {
    border: 0px !important;
    background: transparent !important;
    color: yellow !important;
    font-weight: 700 !important;
}

.pagination-nav ul li a:hover {
    background: transparent !important;
    color: yellow !important;
}

select.page-select {
    background-color: #fff !important;
    box-shadow: unset !important;
    border: 0px !important;
    font-size: 14px;
    margin: 0px !important;
    height: 30px;
    line-height: 30px !important;
    width: 50px;
}

.page-box {
    display: block;
    margin: auto;
    text-align: center;
    width: 102px;
}

#mobile {
    display: none;
}

/*8category-small**/
.title-category h2 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 18px;
}

.all-category {
    font-weight: 700;
    margin: 20px 0 15px 0;
    color: #000;
    font-size: 16px;
}

.category-small-list ul li a {
    color: var(--primary-color);
    font-size: 15px;
}

.category-small-list ul li {
    width: calc(100% / 3);
    float: left;
}

.category-small-list {
    width: 100%;
    display: inline-block;
}

/*single**/

.product-main {
    padding-top: 0px !important;
}

.product-info {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.product-info h1.product-title.product_title.entry-title {
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 500;
}

.product-info .product-rating span.icon {
    color: #f8e435;
    font-size: 15px;
}

.product-info .product-rating {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px !important;
}

.product-info span.view-text {
    color: var(--primary-color);
    font-size: 15px;
    margin: 0px 5px;
}

.product-info span.view-question, .product-info span.line {
    color: var(--primary-color);
    font-size: 15px;
}

.product-info span.line {
    margin-right: 5px !important;
}

.woocommerce-product-gallery__image.slide.first.is-selected {
    border: 1px solid var(--primary-color);
}

.product-info .product-table table tr td {
    border: 0px !important;
    font-size: 15px;
    color: #333;
    vertical-align: top;
}

.product-info .product-table {
    margin: 5px 0 10px 0;
}

.product-info .product-table tr td b {
    color: #ee3523;
}

.product-info .product-table tr td s {
    color: gray;
}

.product-info .price-wrapper {
    display: none;
}

.product-info .product-short-description {
    display: none !important;
}

.badge-container.is-larger.absolute.left.top.z-1 {
    margin: 0px !important;
}

.badge-container span.onsale {
    position: absolute;
    top: 0px;
    background: var(--primary-color) !important;
    color: #fff;
    font-size: 15px;
    padding: 10px;
}

.product-info .product-table {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px !important;
}

.product-info button.single_add_to_cart_button.button.alt {
    background: linear-gradient(to right, #0c61f2 0, #0041b3 100%) !important;
    box-shadow: unset !important;
    font-weight: normal;
    border: 0px !important;
    margin: 0px !important;
}

.product-info .product-table tr td p {
    margin: 0px !important;
}

.product-info span.text-color p {
    font-size: 15px !important;
    font-weight: normal !important;
    color: var(--primary-color) !important;
    margin: 0px !important;
}

.product-info .product-related-view ul li a {
    border: 1px solid var(--primary-color);
    display: inline-block;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    color: #333;
    transition: 0.3s ease-in-out;
}

.product-info .product-related-view ul li {
    width: calc(100% / 3);
    float: left;
    padding: 2.5px 5px;
}

.product-info .product-related-view {
    width: 100%;
    display: inline-block;
}

.product-info td.table-w {
    min-width: 160px;
}

.product-info .product-related-view ul li a:hover {
    background: var(--primary-color);
    border-radius: 3px;
    color: #fff !important;
}

.product-info .product-box-desc {
    display: inline-block;
    width: 100%;
}

.product-info .product-box-desc .box-desc-item:nth-child(2n) {
    margin: 0px !IMPORTANT;
}

.product-info .product-box-desc .box-desc-item {
    background: linear-gradient(to right, #0c61f2 0, #0041b3 100%) !important;
    width: 49%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 10px;
    color: #fff;
    font-size: 15px;
}

/**product related**/
.product-title h2 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 18px;
}

/**tab wooccommerce**/
.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border: 0px !important;
    padding-top: 15px !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a:before {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li {
    position: relative;
    padding: 0px 20px !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #009ada;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li:last-child:before {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a {
    position: relative;
    color: #333;
    font-size: 15px;
    font-weight: normal;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li:first-child {
    padding-left: 0px !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li.active a:after {
    content: '';
    width: 50%;
    height: 2px;
    background: #009ada;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.product-sumary-content {
    color: #333;
    font-size: 15px;
}

.woocommerce-Tabs-panel--additional_information table tr, .woocommerce-Tabs-panel--additional_information table td, .woocommerce-Tabs-panel--additional_information table th {
    border: 1px solid #eee;
    padding: 3px 10px !important;
    color: #333;
    font-weight: normal !important;
    border-collapse: collapse !important;
}

div#respond input#submit {
    background: linear-gradient(to right, #0c61f2 0, #0041b3 100%) !important;
    border: 0px !important;
    margin: 0px !important;
}

.woocommerce-Tabs-panel--additional_information table {
    border: 1px solid #eee;
}

.review-form-inner.has-border {
    border-color: #20a9cc !important;
    padding: 15px 20px !important;
}

form#commentform {
    margin-bottom: 0px !important;
}

textarea#comment {
    box-shadow: unset !important;
    border-radius: 3px !important;
}

h3#reply-title {
    color: #333;
    font-weight: normal !important;
}

[data-icon-label]:after {
    background-color: var(--primary-color) !important;
}

section#product-re .owl-nav {
    display: none;
}


/**bao-hanh**/
.wc-bao-hanh {
    width: 100%;
    display: inline-block;
}

.wc-bao-hanh .wc-items {
    width: calc(100% / 5);
    float: left;
    padding: 5px;
}

.wc-bao-hanh .wc-items .wc-item-bg {
    text-align: center;
    padding: 20px;
    background: linear-gradient(to right, #0c61f2 0, #0041b3 100%) !important;
    height: 120px;
}

.wc-bao-hanh .wc-items .wc-images {
    height: 40px;
}

.wc-bao-hanh .wc-items .wc-images img {
    width: 35px;
    margin: 0 auto 15px;
    height: 35px;
    object-fit: contain;
}

.wc-bao-hanh .wc-items .wc-head {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

/**question**/
.question-item {
    width: 100%;
    display: inline-block;
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
}

.question-item:last-child {
    margin-bottom: 0px !important;
}

.question-item .question-title {
    padding: 5px 0;
}

.question-item .question-title i {
    width: 25px;
    height: 25px;
    background: var(--primary-color) !important;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.question-item .question-reply {
    padding-left: 30px;
    font-size: 14px;
    color: #999;
    font-style: italic;
}

/**checkout**/
a.checkout-button.button.alt.wc-forward {
    background: linear-gradient(to right, #0c61f2 0, #0041b3 100%) !important;
    border: 0px !important;
    box-shadow: unset !important;
}

input#coupon_code {
    box-shadow: unset !important;
}

.woocommerce-billing-fields__field-wrapper p input, textarea#order_comments {
    box-shadow: unset !important;
    border-radius: 3px !important;
}

.woocommerce-billing-fields__field-wrapper p {
    width: 100% !important;
}

button#place_order {
    background: linear-gradient(to right, #0c61f2 0, #0041b3 100%) !important;
    border: 0px !important;
    box-shadow: unset !important;
}

.col-inner.has-border {
    border-color: #20a9cc;
}

.star-rating:before, .woocommerce-page .star-rating:before {
    color: #f8e435 !important;
}

.home-title h2 a {
    color: #fff;
}

.header-page h2 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 18px;
    margin: 5px 0px !important;
    font-weight: 700;
}

.page-content input {
    box-shadow: unset !important;
    border-radius: 3px;
    border: 1px solid #eee;
}

.page-content input:focus, .page-content textarea:focus {
    border: 1px solid #20a9cc;
}

.page-content label {
    font-size: 15px;
    font-weight: normal;
}

.page-content {
    margin-top: 20px;
}

.page-content textarea {
    box-shadow: unset !important;
    border-radius: 3px;
    border: 1px solid #eee;
}

input.wpcf7-form-control.wpcf7-submit.btn-contact {
    background: linear-gradient(to right, #0c61f2 0, #0041b3 100%);
    box-shadow: unset !important;
    font-weight: normal;
    border: 0px !important;
    margin: 0px !important;
}

.footer-thong-ke p {
    font-size: 14px;
    margin: 0px !important;
    padding: 10px 0 !important;
    color: #333;
}

.footer-thong-ke p i {
    color: var(--primary-color);
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
}

div#top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.bk-language ul li a img {
    width: 30px !important;
    height: 20px !important;
    display: block;
}

.bk-language ul li {
    float: left;
    height: unset !important;
}

.bk-language ul li {
    margin-left: 10px !important;
}

.bk-language ul li.current-lang a {
    border: 1px solid #f2f2f2 !important;
    display: block;
}


.bk-language ul li a {
    padding: 0px !important;
    height: unset !important;
    line-height: 45px;
}

.cf7sg-container .cf7-smart-grid.has-grid .row {
    display: flex !important;
}

.cf7sg-container .cf7-smart-grid.has-grid .container {
    max-width: 1170px !important;
}


/*top**/
.flex-col.hide-for-medium.flex-right {
    width: 800px !important;
    max-width: 800px !important;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li a {
    color: #000;
    font-size: 13.5px;
    padding: 0px 0 0 15px;
}

input#woocommerce-product-search-field-0 {
    border-radius: 50px !important;
    width: 200px;
    box-shadow: unset !important;;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: transparent !important;
    border: 0px !important;
    color: #000;
    position: absolute;
    right: 4px;
    top: 2px;
}

div#top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent !important;
}

div#logo {
    margin-top: -50px;
    z-index: 9999999999 !important;
    position: relative;
}

#logo img {
    max-height: 60px !important;
    height: 60px !important;
}

div#top-bar {
    padding: 10px 0;
}

li.header-search-form.search-form.html.relative.has-icon {
    margin-right: 20px !important;
}

ul.nav.top-bar-nav.nav-right.nav-small.nav-divided .menu-item a {
    color: var(--primary-color);
    padding: 2px 15px 0 15px !important;
    font-size: 14px;
}

ul.nav.top-bar-nav.nav-right.nav-small.nav-divided .menu-item a i {
    margin-right: 5px !important;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
    padding: 0px !important;
    border-color: var(--primary-color);
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li a {
    padding: 10px 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 0px 0 0 15px;
    font-size: 14px !important;
}