/*
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;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
body {
	font-family: "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
}
figure {
    max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
    color: #ed2124;
}
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;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.showbar .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #111;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 4px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #181818;
    color: #ffff;
    display: flex;
    cursor: pointer;
    justify-content: flex-end;
}
#mobile-menu .sub-menu img {
    display: none;
}
.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
    background: #fff;
    box-shadow: 2px 2px 2px #1113;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
.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 #ed2124;
}
.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: #ed2124!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: 500 !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#header {
    padding: 10px 0;
}
div#logo img {
    width: 100px;
}
.close-menu i {
    background: black;
    width: 50px;
    text-align: center;
    border-left: 1px solid #fffefe21;
    height: 44px;
    line-height: 44px;
}
div#logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hc-slide .slick-nav {
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
}
.hc-slide .slick-next {
  right: -60px;
  left: unset;
}
.hc-slide .slick-nav i {
    font-size: 20px;
    padding: 10px 16px;
    border: 1px solid #c3c3c3;
  transition: all .3s;
}
.hc-slide .slick-nav i:hover {
  color: #dac096;
}

.hc-item {
    position: relative;
}

.hc-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: 53%;
}

.hc-text img {
    display: block;
    margin: 0 auto;
}

.item-text {
    margin-top: 20px;
}

.item-sub-title p {
    margin-top: 10px;
    font-style: italic;
}

.btn-viewmore a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    color: black;
    text-transform: uppercase;
    font-size: 10px;
    min-width: 90px;
    text-align: center;
    border: 1px dashed #afafaf;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 20px;
    position: relative;
    border-left: 0;
    margin-left: 25px;
}

.btn-viewmore a:after {
    background: url(images/readmore2.png);
    content: "";
    position: absolute;
    background-size: contain;
    top: -7px;
    left: -38px;
    height: 42px;
    width: 42px;
}
section.home-content-2 {
    padding: 40px 0;
    text-align: center;
}

.hc-wrap {
    max-width: 567px;
    margin: 30px auto;
}
section.home-category {
    padding: 50px 0;
}

section.home-category h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 28px;
}

section.home-category h3 {
    margin: 0;
}

section.home-category h3 a {
    display: block;
    color: #111;
    font-weight: bold;
    font-size: 16px;
    background: #eee;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
footer#footer {
    background: #000;
    padding: 50px 0;
    margin-top: 30px;
    color: #afafaf;
}

footer#footer .title,footer#footer .title-text {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    line-height: 30px;
}

.footer-block-menu a {
    display: block;
    padding: 0 0 10px 15px;
}

.footer-block-menu a:before {
    content: '\f101';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    color: #afafaf;
}
.brc {
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.1));
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
}
.clearfix {
    clear: both;
}
select.orderby {
    padding: 5px 0;
    border-radius: 0;
}
.product-gallery {
    position: relative;
}
.list-product-thumb img {
    height: 120px;
    object-fit: cover;
    width: 100%;
}
.list-product-thumb .slick-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
}
.list-product-thumb .slick-next {
  right: 0;
  left: unset;
}
.list-product-thumb .slick-nav i {
    color: #ed2124;
    font-size: 37px;
}
.list-product-thumb .slick-list {
    margin: 0 -5px;
}
.list-product-thumb .slick-slide {
    margin: 0 5px;
}
.product_meta {
    display: flex;
    flex-direction: column;
}

.product-gallery .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .slick-track img {
    display: block;
    margin: 0 auto;
}
.summary-single h1.product_title {
    font-size: 24px;
}

.summary-single p.price {
    color: #f00 !important;
    font-weight: 700;
    font-size: 24px !important;
}

.summary-single p.price del {
    font-size: 16px;
    font-weight: 400;
    color: #111;
    font-style: italic;
}
.woocommerce-product-details__short-description ul {
    padding: 0;
}

.product_meta .posted_in {
    margin-bottom: 10px;
    display: inline-block;
}
.single-woo {
    margin-top: 15px;
}
.product_meta {
    display: none;
}
.page-lh .wpcf7-text,.page-lh .wpcf7-textarea {
    border-radius: 0;
    margin-bottom: 10px;
}

.page-lh .wpcf7-textarea {
    height: 120px;
}

.page-lh .wpcf7-submit {
    background: #ed2124;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-item img {
    height: 220px;
    object-fit: cover;
}

.blog-item h3 a {
    display: -webkit-box;
    overflow: hidden;
    line-height: 21px;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    height: calc(20px * 2);
    margin-top: 10px;
}
.product-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
}

a.product-image {
    overflow: hidden;
    position: relative;
    display: block;
}

a.product-image img {
    height: 340px;
    object-fit: cover;
    width: 100%;
    transition: all .6s;
}
a.product-image:hover img {
    transform: scale(1.1);
}
span.box-sale {
    position: absolute;
    top: 0;
    left: 0;
    background: #ed2124;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.product-info {
    padding: 5px;
}

.product-info a {
    text-align: center;
    font-size: 16px;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #111;
}

.product-info a:hover {
    color: #1271cd;
}

.product-row-price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f00;
    font-weight: 700;
    font-size: 16px;
}

.product-row-price del {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    font-style: italic;
}
.product-star {
    display: flex;
    align-items: center;
    color: #cfcf07;
    font-size: 11px;
    justify-content: center;
    margin-top: 0;
}

.product-info a:hover {
    color: #ed2124;
}

.product-info-bottom {
    margin: 5px 0;
}
@media(max-width: 991px) {
    div#logo img {
    width: 120px;
}

.hc-text {
    position: unset;
    transform: unset;
    width: 100%;
}
.blog-item img {
    height: auto;
}
a.product-image img {
    height: 140px;
}
.hc-slide .slick-nav {
    left: 0;
}
.hc-slide .slick-next {
    left: unset;
    right: 0;
}
section.home-category h2 {
    font-size: 21px;
}
}
@media(max-width: 767px) {
    
}
@media(max-width: 576px) {
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}