.mn-quality-picker .mn-qty {
    margin-bottom: 0;
}

.mn-quality-picker .mn-qty:focus {
    box-shadow: none;
    background: none;
    border: 0;
    outline: 0;
}

.mn-pd-detail-slider-bottom .mn-box-img {
    border: 0;
    padding-top: 100%;
    position: relative;
    height: 0;
}

.mn-pd-detail-slider-bottom .mn-box-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 4px solid rgba(17, 17, 17, 0.2);
}

.mn-pd-detail-slider-bottom .swiper-slide.swiper-slide-thumb-active .mn-box-img::before {
    border-color: #111;
}

.mn-pd-detail-slider-bottom .mn-box-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
}

.mn-info-row .woocommerce-Price-amount.amount {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #262626;
}


/* .mn-info-row-title ,.mn-pd-detail-cl-title{
    text-transform: uppercase;
} */

.mn-pd-detail-cl-desc {
    text-transform: initial;
}

.ajax-btn:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10c";
    animation: fa-spin 2s infinite linear;
    font-size: 0;
    margin-left: 5px;
}

.ajax-btn.loading:after {
    font-size: inherit;
}

.mn-pd-item .mn-pd-info .mn-old-price {
    margin-right: 5px;
}


/* .mn-pd-item .mn-pd-info .mn-pd-price .woocommerce-Price-amount.amount {
    color: #f5752b;
} */

.mn-pd-item .mn-pd-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.mn-pd-item .mn-pd-img a {
    display: block;
    position: relative;
    height: 0;
    padding-top: 83%;
}

.btn-xem-product {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: #ed252c;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
}

.btn-xem-product:hover {
    color: #ed252c;
    background-color: #fff;
    border: 1px solid #ed252c;
}

button.disabled {
    background-color: #d8d8d8;
    color: #9b9b9b;
    pointer-events: none
}

.pagination {
    list-style: none;
    margin-top: 30px
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    border: solid 1px #e1e1e1
}

.pagination li a,
.pagination li span {
    display: block;
    line-height: 19px;
    padding: 8px 5px;
    min-width: 35px;
    border-radius: 8px;
}

.pagination li .current,
.pagination li:hover {
    background-color: #478bca;
    color: white
}

.pagination li .current,
.pagination li:hover a:hover {
    color: white
}

.hung-error {
    color: red;
    font-weight: bold;
}

.shop-container {
    position: relative;
}

.shop-container.loading:before {
    opacity: 0.7;
    visibility: visible;
}

.shop-container:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.shop-container.loading:after {
    font-size: 30px;
}

.shop-container:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1ce";
    font-size: 0;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

ul.nav-dropdown.nav-dropdown-simple {
    width: 100%;
    display: flex;
    text-align: center;
    left: 0;
    right: 0;
    box-shadow: none;
    border-radius: 0;
    background: #F1F0F0;
    transition: none;
    max-width: 100%;
}

.nav>li.menu-item {
    position: static;
}

ul.header-nav.header-nav-main.nav.nav-left {
    position: static;
}

div#masthead {
    position: static;
}

li.current-dropdown>.nav-dropdown-full,
li.has-dropdown:hover>.nav-dropdown-full {
    max-width: 100% !important;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after {
    opacity: 0 !important;
}

.header-bg-container.fill {
    display: none;
}

ul li.current-dropdown>.nav-dropdown-full,
li.has-dropdown:hover>.nav-dropdown-full {
    min-width: 100%;
    top: 100%;
    position: absolute !important;
    display: block !important;
    transition: none !important;
}

ul.nav-dropdown.nav-dropdown-simple.nav-dropdown-full li {
    display: inline-block;
}

.sec_dieu_huong .section-content .col .col-inner {
    height: 100%;
}

.sec_dieu_huong .section-content .col .col-inner .box {
    height: 100%;
    padding-bottom: 20px;
    position: relative;
}

.sec_dieu_huong .section-content .col .col-inner .box .box-text .is-link {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec_dieu_huong .section-content .box-text {
    position: static;
}

.mn-pd-cate-nav li.current-menu-item>a {
    color: #ed252c;
}


/* DM */

@media only screen and (min-width: 850px) {
    .header-main .header-inner>.hide-for-medium.flex-right {
        width: 200px;
        margin-left: 30px;
        height: 100%;
    }
    .header-main .header-inner>.hide-for-medium.flex-right .header-nav-main {
        height: 100%;
    }
    .header-main .header-inner>.hide-for-medium.flex-right .header-nav-main>li {
        height: 100%;
    }
    .header-main .header-inner>.hide-for-medium.flex-right .header-nav-main>li>a {
        height: 100%;
    }
    .header-main .header-inner>.hide-for-medium.flex-right .header-nav-main>li>.nav-dropdown {
        right: 0;
    }
    .header-main .header-inner>.hide-for-medium.flex-left {
        height: 100%;
    }
    .header-main .header-inner>.hide-for-medium.flex-left .header-nav-main {
        height: 100%;
        justify-content: center;
        padding-right: 0;
    }
    .header-main .header-inner>.hide-for-medium.flex-left .header-nav-main>li {
        height: 100%;
    }
    .header-main .header-inner>.hide-for-medium.flex-left .header-nav-main>li>a {
        height: 100%;
    }
    .header-main .nav>li>.nav-dropdown {
        display: none;
    }
    .header-main .nav>li.current-dropdown>.nav-dropdown {
        display: block;
    }
}

@media only screen and (max-width: 849px) {
    .medium-logo-center .show-for-medium.flex-left {
        flex: 0;
    }
    .medium-logo-center .show-for-medium.flex-left .mobile-nav {
        padding-right: 0;
    }
    .header-main .header-inner>.show-for-medium.flex-right,
    .header-main .header-inner>.show-for-medium.flex-left {
        width: 50px;
        flex: 0;
        margin: 0;
    }
    .header-main .header-inner>.show-for-medium.flex-right {
        margin-left: auto;
    }
    .header-main .header-inner>.show-for-medium.flex-left {
        margin-right: auto;
    }
}

.single-product .page-title.shop-page-title.product-page-title {
    margin-bottom: 0;
}

.tit {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.mona-content a {
    color: #ed252c;
}

.mn-overviews-content .mona-content p {
    margin: 0;
}

@media only screen and (max-width: 500px) {
    .mn-pd-color {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .mn-pd-item {
        height: 100%;
        position: relative;
        padding-bottom: 40px;
    }
    .mn-overviews-sec-wrap .mn-column.w-33 {
        padding: 10px !important;
    }
}

.mn-overviews-decs-text .mona-content {
    max-width: 100%;
}

.mn-column.w-33.mn-overviews-decs-img {
    margin-top: -45px;
}

@media only screen and (max-width: 849px) {
    .mn-column.w-33.mn-overviews-decs-img {
        margin-top: 0;
    }
}

.header-main .nav>li>.nav-dropdown {
    font-size: 17px;
}

.single-product .mn-overviews-sec {
    margin-background: 30px;
}

#add-cart-respon,
.mona-hiden {
    display: none;
}

#swal2-title {
    display: inline-block!important;
}

.checkout-page-title {
    display: none;
}

#hung-slider-product {
    height: 430px;
}

.mn-box-img {
    height: 100%;
}

.mn-pd-detail-shipping.red {
    color: red;
}

.mn-pd-detail-shipping.gray {
    color: #666;
}