.top-header{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    max-height: 40px;
    background: #172c6d;
    padding: 10px 0px;
    color: #fff;
    position: relative;
}

.top-header.hide{
    display: none;
}

.top-header a{
    color: #fff;
}
.coupon, .woocommerce-form-coupon-toggle{
    display: none!important;
}
.header .bts-account:hover .bts_account{
    display: none!important;
}

.top-header .close-top-header{
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.header .bts-account{
    margin: 0px 15px;
}

.header .bts-account .bts_login a i,
.cart-header .cart-number:before{
    font-size: 18px;
    color: #172c6d;
}

.cart-header .cart-number:before{
    top: -5px;
    left: -4px;
}

.logo-nav-cart{
    display: flex;
    align-items: center;
    max-width: 1280px;
    justify-content: space-between;
}

.header .custom-logo-link img{
    width: auto;
}

.custom-formSearch{
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
}

.custom-formSearch i{
    font-size: 18px;
}

.custom-formSearch .nav-search{
    display: none;
}

.custom-formSearch .nav-search.toggle{
    display: block;
    position: absolute;
    width: max-content;
    right: 0;
    top: 52px;
}

.recipe-meta-blocks{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #FDFAEA;
    border-bottom: 1px solid #FDFAEA;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0px 35px;
}

.recipe-meta-blocks .cooktime{
    border-left: 1px solid #FDFAEA;
    border-right: 1px solid #FDFAEA;
    padding: 20px 40px;
}

.recipes .recipes-title h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
}

.recipes-excerpt{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 84px;
}

.box-local-store {
    align-items: center;
    background: hsla(0,0%,100%,.2);
    border-radius: 10px;
    cursor: pointer;
    display: flex!important;
    float: left;
    margin: 0 10px;
    position: relative;
    text-align: center;
    color: #172c6d;
}

.box-local-store .box-icon {
    float: left;
    /* height: 25px; */
    margin-right: 5px;
    width: 25px;
}
.box-local-store .box-content {
    color: #fff;
    min-width: 75px;
    text-align: left;
}
.box-local-store .box-content p {
    color: #333;
    font-size: 12px;
    line-height: 15px;
}
.box-icon i {
    fill: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
}
/* Popup overlay */
.popup-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Popup wrapper */
.popup-wrapper {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

/* Popup content */
.header-popup-brand {
    display: flex;
    padding: 10px 20px;
    background-color: #172c6d;
    color: #fff;
}
.popup-content {
  padding: 20px;
}

/* Language list */
/* .language-list {
  list-style: none;
  margin: 0;
  padding: 0;
} */

/* Language list item */
.language-list li {
  margin: 10px 0;
}

/* Language link */
.language-list{
  display: block;
  padding: 10px 15px;
  background-color: #eee;
  color: #172c6d;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  width: 100%;
  margin-bottom: 20px;
}
.popup-content h2{
    margin-bottom: 10px;
    color: #172c6d;
}

/* Hover state */
.language-list li a:hover {
  background-color: #333;
  color: #fff;
}
.popup-footer{
    text-align: center;
    margin-bottom: 15px;
}
.popup-footer button{
    background-color: #172c6d;
    color: #fff;
}
.goto-shop{
    border: none;
}
.close-popup{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}

.close-popup:hover{
    color: #fff;
}

/* Thinh 9/4 */
.box-local-store .brand-name {
    font-size: 14px;
    font-weight: 600;
}

.item-footer a{
    color: #b55930;
}

.item-footer .col-item{
    line-height: 30px;
}

.bottom-footer .elementor-container{
    display: flex;
    align-items: center;
    border-top: 1px solid #b55930;
}

.form-contact .label-form-email{
    color: #b55930;
}

.input-group-newsltter > p{
    display: flex;
    border: 1px solid #182B6D;
    border-radius: 4px;
    position: relative;
}

.input-group-newsltter>p input{
    background: transparent;
    border: 0px;
}

.input-group-newsltter>p span:last-child{
    position: absolute;
    bottom: -25px;
    right: 0;
}

.input-group-newsltter input[type="submit"]{
    background: #172c6d;
    color: #fff;
    padding: 10px 20px;
}

.input-group-newsltter input[type="email"]{
    height: 100%;
}

/* Content Archive Product */
.content-archive-product{
    padding: 5% 0px;
}
.woo-title-product{
    font-size: 30px;
    font-weight: 600;
    color: #172c6d;
    text-align: center;
}

body.custom-background{
    background-image: none !important;
}

.navprimary{
    border-bottom: 1px solid #172c6d;
}

.woocommerce-result-count{
    display: none;
}

.card-products .product .woocommerce-loop-product__title{
    color: #172c6d;
    font-size: 18px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #172c6d;
}

#sidebar-product{
    margin-top: 52px;
}

#sidebar-product .widget-product .widget-content-product{
    border: 1px solid #172c6d;
    border-radius: 8px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
    border: 0px;
}

.woocommerce-pagination ul.page-numbers li .page-numbers{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0px 10px;
    color: #172c6d;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.current{
    background: #F3D0B2;
    color: #172c6d;
}

.card-products .product .woocommerce-loop-product__title{
    height: 100%;
    min-height: 44px;
}

.detail-content-product{
    padding: 50px 0px 0px;
}

.card-summary .product_title{
    padding-right: 0px !important;
    font-size: 32px;
    color: #172c6d;
}

.card-summary .stock{
    display: none;
}

.poster_category{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
}

.poster_category a{
    color: #b55930;
}

section.related .related-title{
    text-align: center;
    color: #172c6d;
    margin-bottom: 50px;
}

.flex_column{
    display: flex;
    flex-direction: column;
}

.row-quantity{
    display: flex;
    align-items: center;
    border: 1px solid #172c6d;
    width: fit-content;
    border-radius: 4px;
}

.quantity .qty_button{
    height: 100%;
    width: 40px;
    background: transparent;
    font-size: 25px;
    margin: 0px;
}

.quantity .qty{
    height: 50px;
    border: 0px;
    font-size: 20px;
    font-weight: 500;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number']:focus-visible{
    outline: none;
}

.woocommerce div.product form.cart .button[type="submit"]{
    width: 50%;
    height: 60px;
    font-size: 18px;
}

.form-tabs-of-singleProduct{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #172c6d !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-bottom: 3px solid #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    color: #172c6d;
    border-color: #182B6D;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    border-top: 0px;
    border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    border-radius: 0px;
    background: #fff;
    font-size: 20px;
    font-weight: 500;
}
.posted_in{
    color: #b55930;
    display: flex;
    margin-bottom: 10px;
}
.posted_in a{
    color: #b55930;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
}
.posted_in a:last-child{
    margin-left: 4px;
}

.woocommerce div.product div.summary{
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

h1.title-shopping-cart{
    text-align: center;
    font-size: 30px;
    color: #172c6d;
}

.content-shopping-cart{
    padding: 40px 0px;
}

.woocommerce-breadcrumb-cart{
    text-align: center;
    text-transform: capitalize;
    color: #172c6d;
    font-weight: 600;
}

.woocommerce-breadcrumb-cart a{
    text-transform: capitalize;
    color: #767676;
    font-weight: 400;
}
.woocommerce table.shop_table{
    border: 0px;
    border-radius: 0px;
}

.shop_table .product-thumbnail{
    width: 100%;
    max-width: 130px;
    height: 130px;
    overflow: hidden;
    margin-right: 10px;
}

.shop_table .product-name{
    min-width: 350px;
}

.shop_table .product-name a{
    font-size: 20px;
    font-weight: 400;
}
.card-products .image-thumb{
    padding-bottom: 100%;
}
.card-products .image-thumb img{
    position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0px;
}

.shop_table .product-name a.remove{
    color: #b55930;
    font-size: 14px;
    opacity: .8;
}
.product-categories .children li.cat-item.current a{
    font-weight: bold;
    color: #4054B2;
}
.product-categories .children li a:hover{
    font-weight: bold;
    color: #4054B2;
}

/* #cff .cff-album-item .cff-album-cover img, #cff .cff-new .cff-crop img {
    visibility: hidden!important;
    opacity: 0!important;
}
 */
.box-local-store-mb{
    position: absolute;
    right: 50px;
}
.cart_item .product-thumbnail img{
    width: 100px!important;
}
@media screen and (max-width: 991px) {
    .mm-toggle{
        top: 10px;
    }
    .cart-header{
        padding-top: 20px;
    }
    .cart-header .cart-number:before{
        top: 10px;
        left: -4px;
        font-size: 22px;
    }
    .cart-header .cart-number .am{
        right: -15px;
        top: -15px;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce .woocommerce-ordering{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
