.top-bar{
	background-color:#5cab10!important;
	min-height:25px;
}
.nav-left{
	display: flex;
    flex-flow: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: flex-start;
}

.icon-right i{
	font-size: 22px;
    background: #0066ff;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #0066ff;
    padding: 3px;
}
.icon-right span{
	margin-left: 5px;
	color: #1d7046;
	font-size: 14px;
}
/*logo */
#logo{
	width: 169px !important;
    height: 87px;
    z-index: 9999999;
    position: absolute;
    margin-bottom: 60px;
}
#slider{
	border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 4px 2px #006837;
    margin: 0 10px;
}
#slider .img-inner img{
	top: -27px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
    border: 1px solid #006837;
    border-radius: 50%;
    background-color: #006837 !important;
    color: #fff;
}
#carouselExampleIndicators{
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #a8d7b8;
    margin: 2px 5px;
    background: #e9f5f0;
}
.carousel-inner{
    padding: 5px 15px;
}
.cot1, .cot2 {
    border:1px solid #ddd;
    min-height: 300px;
    border-radius: 5px;
    margin:0;
}
.cot1 {
    background: #1da18c;
}
.item_1, .item_2{
    background: #fff;
    border: 1px solid;
    margin: 5px 0;
    border-radius: 5px;
    min-height: 190px;
}
.cot1 .item_1 h4 span,
.cot1 .item_2 h4 span{
    text-shadow: 2px 1px #ddd;
    color: #006837;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 600;
    padding: 0 5px;
    text-transform: capitalize;
    text-decoration: underline;
}
.item1_sp img{
    width: 90% !important;
    min-height: 90px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 2px 2px #cb6b6b;
    overflow: scroll;
    overflow-wrap: initial;
    margin:5px 2px;
    padding: 5px;
}
.gioi_thieu{
    background: #9eb6f5; 
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    word-wrap:normal;
}
.gioi_thieu span{
    overflow: clip;
}
.section-title {
    color: #006837;
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
    text-transform: inherit;
    text-transform: capitalize;
}
.Product{
    margin-top:5px;
}
.product-item{
    background: #fff !important;
}
.product-title h3{
    color: #1222e3 !important;
    height: 50px;
}
.product-list .product-item {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s !important;
}
.product-title {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #006837 !important;
    /* height: 80px; */
}
.post-thumbnail img{
    width: 200px !important;
    height: 150px !important;
}
.text-divider {
  --text-divider-gap: 1rem;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.text-divider::before, .text-divider::after {
  content: '';
  height: 1px;
  background-color: silver;
  flex-grow: 1;
}

.text-divider::before {
  margin-right: var(--text-divider-gap);
}

.text-divider::after {
  margin-left: var(--text-divider-gap);
}
.text-divider span{
    color: #1da18c !important;
}
marquee {
    text-align: center;
}
/*//style1*/
/*top*/
#headerPage{
    background: antiquewhite;
    /* background: rgb(245 201 207); */
    padding: 0px 0 15px;
}
.insHeaderWrap{
    min-height: 92px;
}
.logo img{
    width: 40% !important;
    position: relative;
    top: 0;
    text-align: center;
}
.logo p {
    position: absolute;
    top: 40px;
    left: 5px;
}
.phone__title{
    text-transform:capitalize;
}
.phone__title i{
    left: 0 !important;
    position: relative !important;
}
/*backgroud menu top*/
#headerMenu{
    background: #006837 !important;
}
@media(min-width:1224px){
    .boxSlideHome .item img.owl-lazy{
    object-fit: fill;
    height: 325px;
    width: 100% !important;
    }
}
/*MultiCarousel*/
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#fff; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

/*sản phẩm nổi bật*/

.product-list{
    display: inline-block;
    float: left;
margin-bottom: 10px;
}
.product-item:hover {
    box-shadow: 0px 8px 20px rgb(0 0 0 / 20%);
    transform: translateY(-1px);
    transition: box-shadow 0.2s, transform 0.2s;
    z-index: 1;
    border: 1px solid #000;
}
.product-list .product-item{
    position: relative;
    height: 100%;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 5px;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 8%);
    transition: box-shadow 0.2s, transform 0.2s;
    will-change: box-shadow, transform;
    display: flex;
    flex-direction: column;
    margin-bottom:5px;
        background: #faebd7 !important;
}
.product-item .product-thumb{
    height: 0;
    padding-top: 100%;
    position: relative;
}
.product-item .product-thumb a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.product-item .post-thumbnail {
    margin-bottom: 20px;
}
.entry-title {
    font-size: 14px;
    color: #343a40;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.entry-title a {
    text-decoration: none;
    color: #343a40;
}
.entry-title a:hover {
    color: #0b9444;
}

.img-inner .d-flex img {
    border-radius: 55%;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 18px -10px;
}
.info_policy span.name-icon,
.insFooter .info_policy .description h4,
.info_policy .description p {
    color: white !important;
}
.insFooter.styleNew .topFooter{
    background: #1a1e20 !important;
    color: white !important;
    margin: 5px 0 0;
}
.insFooter.styleNew .topFooter a, .ftCopyright a {
    color: #d33348 !important;
}
.insFooter.styleNew .topFooter .ftSocial li a {
    color: #fff !important;
}
.insFooter.styleNew .bottomFooter {
    background: #2a3f8c !important;
    color: #ffffff;
}
@media(max-width:1224px){
    .mainFooter .colFooter{
    background-color: #1a1e20;
    }
    .text-logo{
        top: 52px !important;
        right: -12px;
    }
    .mbCart {
        top: 64% !important;
    }
    .product-list .product-item {
        margin: 5px 2px;
        background: #ccc;
    }
    .card {
        width: 100% !important;
        margin: 2px auto !important;
    }
    .post-thumbnail img{
    width: 285px !important;
    height: 245px !important;
    }
}
.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.info_policy h4{
    text-transform: uppercase;
    color: #fff;
}
.footer-mobile{
    /* background: linear-gradient(90deg, #2a3f8c 6.72%, #15d3b4 100%) !important; */
    background: #2a3f8c;
}
.col-3-mb{
    width: 25% !important;
}

.popup {
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: rgba(0,0,0,0.6);
 display: none;
}


#dangnhap-popup .popup-content{
 width: 600px;
 height: auto;
 background: #00532c;
 margin: 100px auto;
 position: relative;
 border: 5px solid #fff;
 padding: 2px 7px;
}
#dangky-popup .popup-content{
width: 800px;
    height: 400px;
    background: #00532c;
    margin: 100px auto;
    padding: 2px 7px;
    position: relative;
    color: #fff;
    border: 5px solid #fff;
    overflow-y: scroll;
}
.popup-content label {
    color: #fff !important
}
.close {
 position: absolute;
    top: 5px;
    right: 15px;
    border-radius: 5px;
    background: #00a651;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    line-height: 0;
    padding: 0px 2px 4px;
    width: 30px;
    text-align: center;
}
    
.popup:target {
  display: block;
}
/*// tin tuc*/
.card{
    margin: 2px 15px;
    width: 16rem;
    padding: 0 5px;
}
 .card img {
    padding: 5px;
 }
/* // chi tiết tin tuc*/
.widget ul {
    border: 1px solid #ddd;
    padding: 0 5px;
    border-radius: 5px;
}
/*// giohang.html*/
.shop_table .cart_item td {
    padding-top: 15px;
    padding-bottom: 15px;
}
td a.remove {
    color: Red;
}
td.product-name {
    word-break: break-word;
    text-overflow: ellipsis;
}
span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: bold;
}
.shop_table .quantity {
    margin: 0;
}
.text-center .quantity, .quantity {
    opacity: 1;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1em;
    white-space: nowrap;
    vertical-align: top;
}

.quantity input[type="number"] {
    max-width: 2.5em;
    width: 2.5em;
    text-align: center;
    border-radius: 0 !important;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-size: 1em;
}

#accordion .card {
    width: auto;
}
.thongtinkhachhang{
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 1px 2px 1px #ddd;
    padding: 0 5px;
    min-height: 400px;
}
/*// trang đặt hàng nhanh*/
.product-list h1{
    clear: both;
    color: var(--color-dark);
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-size: var(--text-3xl);
}
.quick-filters {
    margin-bottom: 24px;
}
.quick-filters a:first-child {
    margin-right: 0;
}
.quick-filters a {
    margin-right: 4px;
    margin-bottom: 4px;
}
.wp-block-button__link {
    color: #fff;
    border-radius: 50px;
    border: 1px solid transparent;
    padding: 4px 12px;
    cursor: pointer;
    line-height: 24px;
    font-size: var(--text-sm);
    font-weight: 700;
    transition: all .25s;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
    display: inline-block;
    background: #28a745;
}
.product-list .search-form {
    margin-bottom: 20px;
    position: sticky;
    z-index: 99;
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
}
.search-form label {
    width: 100%;
}
.search-form input[type=text] {
    border-radius: 100px;
    width: 100%;
    padding: 8px 12px 8px 60px;
}
.search-form .search-submit {
    position: absolute;
    left: 31px;
    top: 55%;
    background: 0 0;
    border: none;
    color: #666;
    transform: translate(0,-50%);
    border-radius: 99px;
    border: 1px solid transparent;
    padding: 4px 12px;
    cursor: pointer;
    line-height: 24px;
    font-size: var(--text-sm);
    font-weight: 700;
    transition: all .25s;
}
.list .product-item {
    height: auto;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    height: 100%;
    background: #fff !important;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
    transition: box-shadow .2s,transform .2s;
    will-change: box-shadow,transform;
    display: flex;

}
.product-list__wrapper .product-item .post-thumbnail {
    margin-right: 15px;
    margin-bottom: 0;
    max-width: 100px;
}
.product-list__wrapper .post-thumbnail img {
    width: 200px !important;
    height: auto !important;
}
.product-list__wrapper .product-title{
    text-align: justify !important;
}
.list .product-item .post-thumbnail img{
    width: 100px;
}
.product-list__wrapper .product-item .product-title {
    flex: 50% 1;
    max-width: 50%;
}
.product-list__wrapper .product-item .name {
    display: none;
}
.product-list__wrapper .entry-title {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #343a40;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-list__wrapper p.price_note {
    font-weight: inherit !important;
}
.product-list__wrapper p.price_note {
    font-size: 12px;
    color: #dc3545;
    margin: 0;
}
.product-list__wrapper .hide-price-quick-order .product-price {
    display: none;
}
.product-list__wrapper .product-price {
    display: block;
    text-align: right;
    margin: 15px;
    min-width: 120px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-list__wrapper .quantity {
    margin-top: initial;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.button-minus, .button-plus {
    border-radius: 99px;
    min-width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 24px;
    justify-content: center;
    background: #f14444;
    padding-bottom: 2px;
}
.button-plus {
    background: #38ab57;
    color: #fff;
}
.quantity_products {
    margin: 0 8px;
    height: 24px;
    flex: 1 1 80px;
    min-width: 48px;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    border-radius: 2px;
    text-align: center;
}
@media (max-width: 767px){
.product-list__wrapper .entry-title,
.product-list__wrapper .product-quy-cach,
.product-list__wrapper .product-type
,.product-list__wrapper .price_note {
    font-size: 12px;
}
.product-price {
    display: none !important;
}
.price_note{
    font-size: 12px;
}
}
.content_item1 marquee ul li {
    padding: 0 5px;
}

@media (max-width: 849px){
    #logo {
        display:none;
    }
}

@media (max-width: 549px){
#logo img {
    max-height: 70px;
    }
    #headerNav
    {
        height: 500px;
    }
    #headerNav #navWrap {
        height: auto;
    }
    .mbCart a .icon {
        margin: 2px 0;
    }
    .nav-navbar{
        background: #ddd;
        width: 100%;
        height: auto;
        font-size: 20px;
    }
    .product-list__wrapper .quantity{
        margin: 0 !important;
    }
    .quantity_products {
        padding:0 !important;
        margin: 0 2px !important;
    }
    .CloseMenu{
    font-size: 22px;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 20px;
    margin: 0 auto;
    right: 13px;
    padding: 2px;
    background: no-repeat;
    color: black;
    border: none;
}
#dangky-popup,
#dangnhap-popup {
    z-index: 1000;
}
#dangnhap-popup .popup-content,
#dangky-popup .popup-content{
    width: 95%;
}

}
