/*
Theme Name: Thiết kế web 
Theme URI: http://underscores.me/
Author: Thanh Doan
Author URI: https://www.facebook.com/thanh250896
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.wpcf7 br {
    display: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
figure {
    max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
}
button,input {
	outline: none !important;
	box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
	background-color: unset;
	border-color: unset;
	border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
	html {
	    margin-top: 0 !important;
	}
}
h2.screen-reader-text {
    display: none;
}
.showbar {
    position: relative;
    padding: 5px 5px 20px 5px;
    border: 1px solid #ff2c2e;
    text-align: center;
}
.sr-only {
    position: absolute;
    bottom: 5px;
    left: 2px;
    width: 100%;
    height: auto;
    overflow: unset;
    clip: unset;
    font-size: 12px;
    line-height: 1;
    color: #ff2c2e;
    font-weight: 700;
}
.showbar .icon-bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #ff2c2e;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 3px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
	background: #111;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
}
.stick-header.header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation-name: effect;
    animation-duration: .3s;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
body.admin-bar .stick-header {
    top: 32px;
}
.header-cat:hover .hc-menu{
    display: block;
}
.alert-warning {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #111;
}
.tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 5px 15px;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px){
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #333333;
    border-bottom: 2px solid #dc2022;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea,.wpcf7-number {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
    height: auto;
}
.wpcf7-submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}
div.quantity {
    display: flex;
}
.qty_button {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #111;
  outline: 0;
}
.qty.text {
  padding: 5px 10px;
  border: 1px solid #111;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quantity__remove {
  border-right: 0;
  margin-right: -5px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quantity__add {
  border-left: 0;
  margin-left: -5px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.single_add_to_cart_button {
    border-radius: 5px !important;
    display: inline-block !important;
    background-color: #dc2022!important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-left: 10px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 14px !important;
    height: 35px;
    font-weight: 700 !important;
}
.woocommerce-pagination ul {
    list-style: none;
    border-radius: 0.25rem;
    border: 0 !important;
}
.woocommerce-pagination ul li {
    border-right: 0 !important;
}
.woocommerce-pagination ul li a {
    color: #111 !important;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .page-numbers {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 3px !important;
    transition: unset !important;
}
.woocommerce-pagination ul li .page-numbers {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
}
.woocommerce-pagination ul li .page-numbers.current {
    background: #109cd9 !important;
    border-color: #109cd9 !important;
    color: #fff !important;
}
.header-top {
    border-bottom: 1px solid #eee;
    line-height: 34px;
    background: #f9f9f9;
}

.header-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.header-top ul li:not(:last-child ) {
    margin-right: 20px;
    background: url(images/li_info_foot.jpg) no-repeat right center;
    padding-right: 20px;
}
.header-top a {
    color: #ff2c2e;
}
.header-main {
    padding: 10px 0;
}

div#logo img {
    max-height: 110px;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-search {
    width: 350px;
}

.header-search input,.header-search input:focus {
    background: #f1f1f1;
    border: none;
    width: 350px;
    height: 35px;
    padding: 0 55px 0 15px;
    border-radius: 20px;
    color: #666;
    font-size: 14px;
}

.header-search button {
    width: 45px;
    height: 35px;
    border: 0;
    cursor: pointer;
    border-radius: 0px 20px 20px 0px;
    background-color: #fdcc0f !important;
    color: #fff;
    position: absolute;
    top: 1px;
    right: 0px;
    z-index: 1;
    font-size: 14px;
}

.header-hotline {
    padding: 0 20px 0 50px;
    display: flex;
    align-items: center;
}

.header-hotline img {
    width: 30px;
    height: 30px;
}

.header-hotline a {
    font-size: 22px;
    font-weight: 700;
    color: #ff2c2e;
    margin-left: 10px;
}

.header-cart a {
    display: block;
    position: relative;
}

.header-cart span {
    border-radius: 50%;
    top: 0px;
    right: 6px;
    color: #fff;
    position: absolute;
    font-size: 12px;
    padding: 1px;
    width: 14px;
    height: 14px;
    text-align: center;
    font-style: normal;
    background-color: #fdcc0f;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}
.hc-menu {
    background: #00afef;
    margin-top: 10px;
}
nav#primary-menu .menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-cat {
    position: relative;
}

.header-bottom {
    position: relative;
    background: #1fa6e6;
}

.hc-title {
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #0051e9;
    font-weight: 600;
    width: 245px;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.hc-title i {
    font-size: 20px;
    margin-left: 5px;
}

#primary-menu .menu > li.current-menu-item > a, #primary-menu .menu li:hover > a {
    background: #0050a5;
    color: #fff;
}
#home-slide {
    padding: 10px 0px 0;
}

.hc-menu ul.menu>li {
    border-bottom: 1px solid #c6f7f4;
    position: unset;
}

.hc-menu ul.menu>li>a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    padding: 0 25px 0 10px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hc-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 245px;
    z-index: 99;
    bottom: 0;
    background: #fff;
    width: 100%;
    overflow-y: auto;
}

.hc-menu ul.menu>li.menu-item-has-children>a:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    transform: translateY(-50%);
}

.hc-menu ul.menu>li img {
    width: 20px;
    padding-right: 0;
}



.hc-menu ul.sub-menu a {
    display: block;
    padding: 7px 20px 6px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    line-height: 31px;
    border-bottom: 1px dashed #ccc;
}

.hc-menu ul.sub-menu a:hover {
    color: #00afef;
    text-decoration: underline;
}
.hc-menu li:hover>ul.sub-menu {
    display: block;
}
::-webkit-scrollbar {width: 6px; height: 6px; background: #f9f9f9;}
::-webkit-scrollbar-thumb {width: 6px; background-color: #c1c1c1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
::-webkit-scrollbar-track {padding: 6px;}

.widget-title {
    text-align: center;
    text-transform: uppercase;
    background: #0051e9;
    padding: 10px;
    color: #fff;
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
}

.widget-product-list {
    padding: 0 15px;
    overflow-y: auto;
    max-height: 360px;
}

.widget.widget-product {
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.product-item-list {
    overflow: hidden;
    padding: 15px 0;
}

.product-item-list a {
    display: flex;
    flex-wrap: wrap;
}

.product-item-list img {
    width: 90px;
    height: 90px;
    margin-right: 15px;
}

.pil-info {
    width: calc(100% - 105px);
}

.product-item-list:not(:first-child) {
    border-top: 1px dashed #e5e5e5;
}

.pil-info h3 {
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
p.price {
    font-size: 16px !important;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 0;
}

p.price del {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin-right: 5px;
}
.product-item-list .price del {
    color: #999;
}

.product-item-list p.price {
    color: #ef2424 !important;
}
.sidebar .widget {
    margin-bottom: 15px;
}
.support-info {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 20px;
    border-bottom: 1px dashed #e5e5e5;
    border-left: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
}
.heading {
    height: 40px;
    background: url(images/bg_t_prod.png) repeat-x bottom;
    position: relative;
    border-bottom: 1px #dc2022 solid;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.product-homes {
    margin-bottom: 20px;
}

.heading h2 {
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 20px;
    font-weight: 700;
    background: #0051e9;
    color: #fff;
    position: relative;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 0;
    border-top-right-radius: 5px;
}

ul.childs-heading {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex: 1;
}

ul.childs-heading a {
    display: inline-block;
    line-height: 34px;
    padding: 0px 15px 0 15px;
    font-size: 13px;
    color: #111;
}
ul.childs-heading a:hover {
    text-decoration: underline;
}
.other-heading ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 171px;
    white-space: nowrap;
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    z-index: 9999;
    padding: 5px 0;
    list-style: none;
}

.other-heading h3 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px;
    color: #111;
}

.other-heading {
    position: relative;
    cursor: pointer;
}

.other-heading ul a {
    color: #333;
    display: block;
    padding: 5px 10px;
}

.other-heading ul a:hover {
    background: #00afef;
    color: #fff;
}

.other-heading:hover ul {
    display: block;
}

.other-heading:hover h3 {
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
}
.heading h2 a {
    color: #fff;
}

a.readmore {
    padding: 0 10px;
    color: #111;
    font-size: 13px;
}
a.readmore:hover {
    text-decoration: underline;
}
.product-item {
    border: 1px solid #e5e5e5;
}

.product-img {
    width: 100%;
    max-height: 200px;
    height: 200px;
    position: relative;
}

.product-img .onsale {
    color: #fff !important;
    line-height: 28px !important;
    background: #ef2424 !important;
    padding: 0 5px !important;
    font-size: 12px !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 2;
    left: unset !important;
    border-radius: unset !important;
    min-height: auto !important;
    width: auto !important;
}

.product-img .onsale:before {
    border-right: 10px solid #ef2424;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    content: " ";
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 1;
}

.product-img img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

.product-text {
    background: #00afef;
}

.product-text h3 {
    font-weight: 600;
    min-height: 48px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding: 10px 10px 0px 10px;
    margin-top: 10px;
    border-top: solid 1px #e5e5e5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.product-text h3 a {
    color: #fff;
}

.product-text .price {
    text-align: center;
    padding: 5px 0 10px 0;
}
.product-homes .row{
    margin: 0 -10px;
}
.product-homes .col-lg-3{
    padding: 0 10px;
}

.cart-hover {
    bottom: 10px;
    left: 10px;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 99;
}

.cart-hover a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    border-radius: 50%;
    border-color: transparent;
    text-transform: capitalize;
    background: #ef2424;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.product-item:hover .cart-hover {
    opacity: 1;
    visibility: visible;
}

.cart-hover i {
    font-size: 19px;
}
.sidebar {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
}
.home-blog-item img {
    width: 100%;
    object-fit: cover;
}

.big-post .home-blog-item img {
    height: 325px;
}

.home-blog-item h3 {
    padding: 10px 0;
    color: #333;
    margin-bottom: 0;
}

.home-blog-item h3 a {
    color: #333;
}

.home-blog-item h3 a:hover {
    color: #eb0a0a;
}

.big-post .home-blog-item h3 {
    font-size: 18px;
    line-height: 26px;
}

.home-blog-item p {
    padding: 0;
    color: #555;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.small-post .home-blog-item img {
    height: 164px;
}

.small-post .home-blog-item h3 {
    color: #333;
    padding: 10px 0;
    font-weight: 700;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.small-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.small-post ul a {
    color: #333;
    padding: 10px 0;
    font-weight: 400;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    border-top: 1px solid #eee;
}
.small-post ul a:hover {
    color: #eb0a0a;
}
.video-module-popup {
    background: rgba(64, 64, 68, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.video-module-popup .video-close {
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.video-module-popup .video-iframe {
    width: 70%;
    height: 77%;
    margin: 0 auto;
    position: relative;
    top: 10%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.video-module-popup.video-open .video-iframe {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.video-module-popup .video-iframe iframe {
    margin: 0;
    width: 100%;
    height: 100%;
}
.video-module-popup.video-open {
    opacity: 1;
}
.video-item img {
    width: 100%;
    object-fit: cover;
}

.big-video .video-item img {
    height: 221px;
}

.small-video .video-item img {
    height: 106px;
}

.video-item {
    position: relative;
}

.video-item .video-img:before {
    content: "";
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.video-item .video-img:after {
    content: "";
    background: url(images/icon_youtube.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    width: 40px;
    height: 25px;
    background-size: 100% 100%;
}

.video-item h3 {
    font-weight: 600;
    font-size: 13px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-top: 10px;
}
.video-img {
    position: relative;
}
.partner {
    padding: 30px 0 0;
}

.partner .gallery-item {
    position: relative;
    background: #fff;
    text-align: center;
    height: 88px;
    border: 1px solid #ececec;
}

.partner .gallery-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

.partner .slick-list {
    margin: 0 -10px;
}

.partner .slick-slide {
    padding: 0 10px;
}
footer#footer {
    padding: 30px 0;
    font-size: 13px;
    background: #f9f9f9;
}

footer#footer .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

footer#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer-info li {
    margin-bottom: 5px;
}

.footer-block-menu a:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

.footer-block-menu li {
    margin-bottom: 5px;
}

.footer-block-menu a:hover {
    color: #00afef;
    padding-left: 1px;
}

ul.footer-block-hotline a {
    font-weight: 700;
    color: #db0909;
}

#footer ul.footer-block-hotline {
    margin-bottom: 15px;
}

p.link_socail {
    margin-bottom: 0;
}

p.link_socail a {
    display: inline-flex;
    color: #fff;
    text-align: center;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
    align-items: center;
    justify-content: center;
}
.brc {
    position: relative;
    background: #f2f2f2;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
}
.form-lh .wpcf7-text {
    border: 1px solid #ddd;
    width: 100%;
    height: 34px;
    padding: 0 10px;
    color: #777;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 10px;
}

.form-lh .wpcf7-textarea {
    border: 1px solid #ddd;
    width: 100%;
    height: 100px;
    padding: 10px;
    color: #777;
    resize: vertical;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 10px;
}

.form-lh .wpcf7-submit {
    cursor: pointer;
    background: #ff2f31;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 0;
    font-weight: bold;
    border-radius: 0;
    font-size: 14px;
}
.widget-post-list {
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.post-list-item {
    padding: 15px 0;
    overflow: hidden;
}

.post-list-item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #555;
}

.post-list-item img {
    width: 85px;
    height: 73px;
    margin-right: 15px;
    object-fit: cover;
}

.post-list-item h4 {
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 24px;
    transition: all .3s;
}

.post-list-item:not(:first-child) {
    border-top: 1px solid #e5e5e5;
}


.post-list-item h4:hover {
    color: #00afef;
}

.post-item {
    padding: 20px 0;
    overflow: hidden;
}

.post-item:not(:first-child) {
    border-top: 1px solid #e5e5e5;
}

.post-item img {
    border: solid 1px #e5e5e5;
}

.post-text h3 a {
    font-size: 16px;
    color: #333;
    line-height: 22px;
}

.post-text h3 a:hover {
    color: #00afef;
}

ul.post-date {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

ul.post-date li {
    display: inline-block;
    color: #666;
    margin: 0 10px 0 1px;
    font-size: 12px;
}

ul.post-date li i {
    margin-right: 5px;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 0 0;
    font-size: 11px;
    overflow: hidden;
    font-family: Arial;
    line-height: 18px;
}
.tags span:first-child {
    color: #939393;
    padding: 2px 5px 2px 23px;
    background: #F1F1F1 url(images/icontag.png) no-repeat 5px 5px;
    margin: 0 3px 3px 0;
}
.tags a {
    padding: 2px 5px;
    color: #656565;
    background: #F1F1F1;
    margin: 0 3px 3px 0;
}
.tags a:hover {
    background: #E2E2E2;
}
.clearfix {
    clear: both;
}
.main-woo .row {
    margin: 0 -10px;
}

.main-woo .col-lg-2 {
    padding: 0 10px;
}
form.woocommerce-ordering select {
    padding: 5px;
    font-size: 14px;
    border-radius: 0;
}
.product-gallery {
    position: relative;
}
.list-product-thumb .slick-nav {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  opacity: 0;
  transition: all .3s;
}
.list-product-thumb .slick-next {
  right: 60px;
  left: unset;
}
.list-product-thumb .slick-nav i {
    color: #fff;
    background: #af6dd7;
    border: 1px solid #af6dd7;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all .3s;
}
.list-product-thumb .slick-nav i:hover {
  background: transparent;
  color: #af6dd7;
}
.list-product-thumb:hover .slick-nav{
  left: 20px;
  opacity: 1;
}
.list-product-thumb:hover .slick-next{
  right: 20px;
  left: unset;
  opacity: 1;
}
.list-product-thumb .slick-list {
    margin: 0 -5px;
}
.list-product-thumb .slick-slide {
    margin: 0 5px;
}
.list-product-thumb {
    margin-bottom: 15px;
}
.list-product-thumb img {
    cursor: pointer;
}

.list-product-gallery img {cursor: zoom-in;}
h3.single-product-title {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 0;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
}

.summary-single p.price {
    padding-bottom: 15px;
    border-bottom: 1px dotted #e0e0e0;
    color: #d71010 !important;
    font-size: 21px !important;
    font-weight: 700;
}

.summary-single p.price del {
    font-size: 17px;
}
span.sub-price {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: #111;
    font-weight: 400;
}
ul.infomation {
    padding: 12px 0;
    border-bottom: 1px dotted #e0e0e0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

ul.infomation li {
    width: 49%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding: 3px 0 3px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.infomation li:before {
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #666;
    position: absolute;
    top: 12px;
    left: 3px;
}
.product_meta {
    display: none;
}
.share-item {
    display: flex;
}
span.bg-aqua {
    background: #e9f8ff;
    color: #008000;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

span.bg-aqua span {
    display: block;
}

span.bg-aqua i {
    font-size: 16px;
    margin-right: 10px !important;
}
.woocommerce-shipping-fields {
    display: none;
}

form.checkout_coupon.woocommerce-form-coupon input {
    padding: 5px;
    font-size: 14px;
    border-radius: 0;
}

form.checkout_coupon.woocommerce-form-coupon button {
    background: #dc2022;
    color: #fff;
}
.form-km .wpcf7-spinner {
    display: block;
}

.form-km .wpcf7-submit {
    background: #ff2c2e;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 25px;
}

.form-km .wpcf7-text {
    font-size: 14px;
    border-radius: 0;
    margin-bottom: 10px;
}

.form-km h3 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
}
@media(max-width: 991px) {
    .header-top ul span {
        display: none;
    }
    div#logo img {
        max-height: 50px;
    } 
    .header-search {
        display: none;
    }

    .header-hotline {
        display: none;
    }

    .header-cart {
        margin-right: 15px;
    }
    .header-bottom {
        display: none;
    }
    #home-slide {
        padding: 10px 0;
    }
    #home-slide img {
        height: 30vh;
    }
    ul.childs-heading {
        display: none;
    }

    .other-heading {
        display: none;
    }
    .big-post .home-blog-item img,
    .small-post .home-blog-item img,.big-video .video-item img {
        height: auto;
    } 
    #mobile-menu .sub-menu .sub-menu li a {
        padding-left: 60px;
    }
}
@media(max-width: 767px) {
    
}
@media(max-width: 576px) {
    .product-img {
        max-height: 120px;
        height: 120px;
    }
    .woocommerce-tabs table,.singular-post-content table {
        display: block;
    }
}