/*
Theme Name: IFNTThemes
Theme URI: https://webnganh.com/
Author: IRT
Author URI: https://webnganh.com/
Description: WebNganh.Com
Version: 9.0
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme wordpress, wordpress theme dev, wordpress dev, webnganh.com
Text Domain: webnganh.com

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.
*/

.lds-dual-ring.load {
    display: none;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;

    position: absolute;
    top: 42%;
    left: 42%;
    transform: translate(-50%, -50%);

    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.overlay_irt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
    opacity: 1;
    transition: all 0.5s;
}
.product-item__sizeBtn.active{
    background-color: #102eb2;
    color: #fff;
}
.product-item__btn:hover{
    color: #fff;
}
.banner-entry__cover .banner-entry__home:hover{
    color: rgba(255, 255, 255, 0.7);
}
.detail-sidebar__sizeBtn > button{
    width: auto;
}
.detail-sidebar__accordion .accordion-body img{
    padding: 15px 0;
}
.out-stock{
    opacity: 0.3;
    pointer-events: none;
    border: 1px solid rgba(58, 58, 58, 0.5) !important;
}
.news-detail__content p{
   padding: 0 !important;
}
.news-detail__content p{
    padding: 0 !important;
}
.news-detail__content p:has(a img){
    text-align: center;
}
.news-detail__content p a img{
    width: auto;
}
/* .category-product .category-product__blog img{
    width: 100%;
} */
div:where(.swal2-container){
    z-index: 99999 !important;
}
#scrool__map{
    position: relative;
    top: -20px;
    height: 20px;
}
.mobile #scrool__map{
    top: -25px;
    height: 50px;
}
.introduce-article, .introduce-article__content{
    text-align: justify;
}
.page-template-cart div:where(.swal2-container).swal2-center>.swal2-popup:not(.swal2-icon-warning, .swal2-icon-success, .swal2-icon-error){
    background-color: transparent;
}
figure{
    text-align: center;
}
.page-item__text{
    text-align: justify;
}
#toasts p{
     color: #fff;
}
.single .detail-sidebar__accordion ul, .single .detail-sidebar__accordion li{
    list-style-type: unset;
    line-height: 2;
}
.single .detail-sidebar__accordion ul{
    padding-left: 50px;
}
#loginModal{
    z-index: 9999;
}
.news-detail__meta{
    display: none;
}
.detail-sidebar__accordion iframe, .detail-sidebar__accordion img{
    width: 100%;
}
.news-item__date{
    display: none;
}
.qr__code{
    display: none;
}
.qr__code .cart-pay__btn{
    margin-top: 40px;
}
.bannerSlider a{
    opacity: 1;
}
.header-menu .header-menu__item:nth-child(4) li:last-child{
    border-bottom: none;
}
.header-menu .header-menu__item:nth-child(4) li{
    border-bottom: 1px solid #000;
}
.collection-cover__text p a{
    display: inline-block;
}

#type_ship{
    display: none;
}

@media only screen and (max-width: 1650px) {
    figure{
        width: 100% !important;
    }
  }
@media only screen and (max-width: 1440px){
	.header-logo {
		height: 55px !important;
	}
}