/*
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: 1200px;
    }
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
}
figure {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #555;
    transition: all .3s;
}
a:hover {
    text-decoration: underline;
    color: #fe0000;
}
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: 33px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #f00;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 7px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #fff;
    color: #0003AB;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#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 #ff9900;
}
.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: #ff9900!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;
}
.shopping-cart .shopping-cart-menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -moz-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    -o-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    opacity: 0;
    visibility: hidden;
    width: 320px;
}
.heading-cart a {
    color: #111;
    position: relative;
    display: block;
    padding-right: 10px;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget img {
    max-width: 80px;
}
span#cart-total {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 700;
    position: absolute;
    top: -1px;
    right: 13px;
}
.overlay-cart {
    opacity: 0;
}
.cart-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
.cart-heading h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}
.cart-heading .close-side-cart {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #2d2a2a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    padding-right: 21px;
    cursor: pointer;
}
.cart-heading .close-side-cart:after,.cart-heading .close-side-cart:before {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    right: 0;
}
.cart-heading .close-side-cart:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-heading .close-side-cart:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper p {
    clear: both;
    margin: 0;
    white-space: nowrap;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__empty-message {
    padding-top: 15px;
    padding-bottom: 15px;
    
}
.return-to-shop .button {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
    background-color: #e0305e;
    color: #FFF;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
}
.overlay-cart.opened {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    opacity: 0.6;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.shopping-cart.opened .shopping-cart-menu-wrapper {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.close-side-cart:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-side-cart:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content .uni-scroll {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc(100vh - 215px);
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.shopping-cart .shopping-cart-menu-wrapper ul li {
    position: relative;
    padding: 10px 20px 10px 10px;
    margin: 0;
    border-bottom: 1px solid #ebeef6;
    float: left;
    clear: both;
    width: 100%;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove-item {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 1;
    display: inline-block;
    font-size: 1.5em;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove-item:hover {
    background-color: #ff0000;
    color: #FFF;
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media {
    float: left;
    width: 60px;
    margin-right: 10px;
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-wrap {
    float: left;
    width: calc(100% - 70px);
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-menu-product-wrap a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.shopping-cart .shopping-cart-menu-wrapper .quantity {
    font-size: 13px;
    display: block;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body .woocommerce-Price-amount {
    font-weight: bold;
    color: #f00;
    font-size: 15px;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-footer {
    padding: 0 15px;
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total {
    margin: 10px 0 10px;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: bold;
    color: #ff0000;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a {
    color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    min-height: 0;
    line-height: 1.4;
    position: relative;
    display: block;
    text-align: center;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgba(230,126,34,.8);
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a.checkout {
    background-color: #222222;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media img {
    width: 100% !important;
}
.heading-cart img {
    width: 45px;
}
.header-top {
    overflow: hidden;
    background-color: #e6e6e6;
    height: 34px;
    border-top: solid 2px #1a1a1a;
}

.ht-menu ul.menu {
    display: flex;
    align-items: center;
}

.ht-menu a {
    font-size: 13px;
    display: block;
    line-height: 1;
}


.ht-menu li:nth-child(1) a {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #111;
}


.ht-name {
    flex: 1;
    text-align: center;
    height: 32px;
}

.ht-name h2 {
    display: inline-block;
    margin: 0;
    width: 390px;
    line-height: 30px;
    overflow: hidden;
    background: url(images/l.gif) no-repeat left top, #fe0000 url(images/r.gif) no-repeat right top;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 400;
}
div#logo {
    flex: 1;
}

div#logo img {
    display: block;
    margin: 0 auto;
}

.header-search input {
    width: 100%;
    border-radius: 21px;
    border: 1px solid #d4d4d4;
    padding: 8px 10px;
    font-size: 14px;
    color: #666;
    height: auto;
    padding-right: 55px;
}


.hc-right {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.header-hotline {
    line-height: 42px;
    border-radius: 21px;
    border: solid 1px #d4d4d4;
    background: url(images/bi.png) no-repeat 10px center;
    padding-left: 40px;
    padding-right: 10px;
    background-size: auto 26px;
    text-transform: uppercase;
    margin-right: 10px;
}

.header-hotline strong {
    font-size: 18px;
}

.header-search {
    flex: 1;
}

.header-center {
    padding: 22px 0;
}

.header-bottom {
    background: #1b1718;
}

nav#primary-menu {
    position: relative;
}

#primary-menu .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

#primary-menu .sub-menu>li {
    width: 25%;
}

#primary-menu .sub-menu li a:hover {
    color: #fe0000;
}
section.home-content {
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 38px;
    padding-top: 20px;
}

section.home-content .item {
    display: flex;
}

.hc-img img {
    width: 56px;
}


.hc-text {
    flex: 1;
    margin-left: 15px;
}

.hc-text h3 {
    display: block;
    color: #555;
    font-size: 14px;
    line-height: 20px;
}

.hc-text p {
    margin: 0;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 13px;
}

section.home-product {
    padding-bottom: 50px;
}

section.home-product .heading {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

section.home-product .heading ul {
    flex: 1;
    margin: 0;
    list-style: none;
    padding: 0;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section.home-product .heading h2 {
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}

section.home-product .heading h2:before {
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: -6px;
    height: 2px;
    overflow: hidden;
    background-color: #ff0006;
    width: 98px;
    content: "";
}

section.home-product .heading ul a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}
section.home-product .heading li:not(:last-child) a {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #333;
}

.product-image {
    position: relative;
}

.product-image img {
    height: 270px;
    object-fit: cover;
    width: 100%;
    transition: all .3s;
}

.label-km {
    width: 51px;
    height: 51px;
    top: 6px;
    right: 6px;
    overflow: hidden;
    text-align: center;
    line-height: 51px;
    font-weight: bold;
    color: #fff;
    background: url(images/k.png) no-repeat left top;
    font-size: 17px;
    position: absolute;
}

.product-image:hover img {
    opacity: .8;
}

.product-info h3 {
    padding: 10px 0 7px;
    display: block;
    overflow: hidden;
    font-weight: normal;
    margin: 0;
    font-size: 14px;
}

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

.product-row-price del {
    color: #999;
    font-size: 14px;
}
.gallery-slide .slick-list {
    margin: 0 -15px;
}
.gallery-slide .slick-slide {
    padding: 0 15px;
}
section.home-gallery h2 {
    text-align: center;
    height: 60px;
    font-size: 26px;
    background: url(images/b.png) no-repeat center 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.home-gallery .slick-nav {
    position: absolute;
    top: 50%;
    left: -40px;
    padding: 0;
    background: transparent;
    border: 0;
    line-height: 1;
    transform: translateY(-50%);
    font-size: 38px;
    z-index: 999;
}

section.home-gallery .slick-next {
    left: unset;
    right: -40px;
}

section.home-blog {
    padding: 50px 0;
}

section.home-blog h2 {
    text-align: center;
    height: 60px;
    font-size: 26px;
    background: url(images/b.png) no-repeat center 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

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


.blog-text {
    padding: 15px;
    text-align: center;
}

.blog-item {
    border: solid 1px #e7e7e7;
}

.blog-text h3 {
    font-size: 14px;
}

.blog-text p {
    margin: 0;
    font-size: 13px;
}
footer#footer {
    background: #1b1718;
    color: #fff;
    padding: 30px 0;
    margin-top: 30px;
}

footer#footer .title {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

footer#footer .title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #ff0b01;
    width: 40px;
}

.footer-block-menu a {
    padding-bottom: 12px;
    font-size: 13px;
    display: block;
    color: #fff;
}

ul.footer-social {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

ul.footer-social img {
    width: 44px;
}

ul.footer-social li~li {
    margin-left: 10px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-hotline {
    width: max-content;
    height: 58px;
    padding-left: 46px;
    background: #4d4d4d url(images/it.png) no-repeat 12px center;
    border-radius: 10px;
    background-size: auto 24px;
    font-size: 13px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

.footer-hotline p {
    margin: 0;
}

.footer-hotline-2 {
    margin: 0;
    background-color: transparent;
    border: solid 1px #4d4d4d;
}
.brc {
    padding: 8px 0;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 13px;
}
.clearfix {
    clear: both;
}
aside#sidebar .widget:not(:last-child) {
    margin-bottom: 30px;
}

.widget.widget-menu {
    border: solid 1px #e5e5e5;
    border-radius: 6px;
}

.widget.widget-menu h3 {
    padding: 10px 10px 5px 10px;
    font-size: 16px;
}

.widget.widget-menu a {
    background: url(images/g.gif) no-repeat 10px center;
    font-size: 13px;
    padding-left: 20px;
    line-height: 26px;
}

h2.widget-title {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    background-color: #333;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 10px;
}

.widget-support-item:not(:last-child) {
    margin-bottom: 15px;
}

.widget-support-item {
    display: flex;
}

.widget-support-text {
    flex: 1;
    margin-left: 15px;
}

.widget-support-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.widget-support-text p {
    padding-bottom: 5px;
    color: #555;
    padding-top: 5px;
    margin-bottom: 0;
}

.widget-support-text strong {
    font-size: 16px;
}

.widget-post-item {
    display: flex;
}

.widget-post-img img {
    width: 80px;
    height: 55px;
    object-fit: cover;
}

.widget-post-text {
    flex: 1;
    margin-left: 10px;
}

.widget-post-item:not(:last-child) {
    margin-bottom: 15px;
}

.widget-post-text a {
    font-size: 13px;
}
.blog-item.blog-item-2 {
    display: flex;
    flex-wrap: wrap;
}

.blog-item.blog-item-2 .blog-text {
    flex: 1;
    text-align: left;
}

.blog-item.blog-item-2 img {
    height: 130px;
    width: 200px;
}
.product_meta {
    display: none;
}

.summary-single .price {
    color: #f00 !important;
    font-size: 21px !important;
}

.summary-single .price del {
    color: #111 !important;
    font-size: 16px;
}

.text-ship {
    margin-bottom: 15px;
    color: #333;
    border: solid 1px #ff6e81;
    border-radius: 5px;
    background: url(images/ei.png) no-repeat 10px 10px;
    padding-left: 36px;
    padding-top: 7px;
    overflow: hidden;
    background-size: 21px 21px;
    padding-bottom: 7px;
}

.text-ship ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-mota-item:not(:last-child) {
    margin-bottom: 15px;
}


.list-mota-item h4 {
    line-height: 26px;
    background: url(images/i3.gif) no-repeat left center;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 400;
}

.list-mota-item a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: solid 1px #e5e5e5;
    cursor: pointer;
    padding: 0px 8px;
    border-radius: 5px;
    margin-right: 5px;
    background-color: #4993d0;
    color: #fff;
}

.box-diachi {
    border: solid 1px #f68d91;
    border-radius: 5px;
    position: relative;
}

.box-diachi h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    position: relative;
    top: -10px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    margin: 0;
}

.box-diachi ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box-diachi li {
    background: url(images/ie.png) no-repeat 10px 3px;
    padding-left: 24px;
    padding-bottom: 10px;
    font-size: 13px;
    background-size: auto 13px;
}
.product-gallery {
    position: relative;
}
.list-product-thumb img {
    height: 70px;
    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: #2fa881;
    font-size: 37px;
}
.list-product-thumb .slick-list {
    margin: 0 -5px;
}
.list-product-thumb .slick-slide {
    margin: 0 5px;
}
.product-gallery .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .slick-track img {
    display: block;
    margin: 0 auto;
}
section.related.products .product-image img {
    height: 220px;
}
@media(max-width: 991px) {
.header-top {
    display: none;
}

.showbar {
    order: 1;
    flex: 1;
}

.header-hotline {
    display: none;
}

div#logo {
    order: 2;
}

.header-search {
    order: 4;
    width: 100%;
    flex: unset;
    margin-top: 15px;
}

.hc-right {
    order: 3;
}

.heading-cart a {
    padding-right: 0;
}

span#cart-total {
    top: -1px;
    right: 4px;
}

section.home-product .heading ul {
    display: none;
}

.product-image img {
    height: 220px;
}

section.home-product {
    padding-bottom: 20px;
}

section.home-gallery h2 {
    font-size: 21px;
}

section.home-gallery .slick-nav {
    left: 0;
}

section.home-gallery .slick-next {
    left: unset;
    right: 0;
}

section.home-blog {
    padding: 20px 0;
}

section.home-blog h2 {
    font-size: 21px;
    padding-bottom: 55px;
    background: unset;
}
.footer-bottom {
    flex-wrap: wrap;
    margin-top: 30px;
}

.footer-hotline {
    margin: 15px 0 0;
}
.blog-item.blog-item-2 >a {
    width: 100%;
}

.blog-item.blog-item-2 .blog-text {
    flex: unset;
    width: 100%;
}

.blog-item.blog-item-2 img {
    width: 100%;
    height: auto;
}
}
@media(max-width: 767px) {
    
}
@media(max-width: 576px) {
    .product-image img {
    height: 160px;
}
.list-product-thumb img {
    height: 120px;
}
}
a.readmore {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 20px;
}

a.readmore:hover {
    background: #ff0006;
    border: 1px solid #ff0006;
    color: #fff;
}