/* mobile style*/
@media only screen and (max-width: 768px) {
	/* 	css menu */
	.off-canvas-left .mfp-content {
		width: 90%
	}
	.mfp-content div#main-menu {
		background-color: #fff;
	}
	.sidebar-menu.no-scrollbar {
		padding: 0;
	}
	.mfp-content div#main-menu ul li a {
		color: #000;
		font-weight: 500;
		font-size: 16px;
	}
	.blog_home .col.post-item {
		flex-basis: 50%;
		max-width: 50%;
		padding: 6px;
	}
	/*div#home .product__item .product__item_thumbnail {
        height: calc(100vh - 230px);
    } */

    .product-info.summary.col-fit.col.entry-summary.product-summary {
        padding-top: 0px !important;
    }

    .price-wrapper p.price:before {
        content: 'Giá:';
        font-size: 24px;
        color: #ff3333;
    }

    .product-info p.price.product-page-price span, .product-info p.price.product-page-price ins span {
        font-size: 24px;
        color: #ff3333;
    }

    .col.large-2.large-col-first.vertical-thumbnails.pb-0 {
        display: none !important;
    }

    h1.product-title.product_title.entry-title {
        color: var(--main-color);
        font-size: 25px !important;
    }

    .home-title2.home-box .home-a {
        display: none !important;
    }

    #desktop {
        display: none !important;
    }

    .post__item .post__item_thumbnail {
        width: 100%;
        height: 220px;
    }

    .post__item .post__item_content {
        width: 100%;
        padding: 10px 0 0 0;
    }

    li.nav-icon.has-icon a {
        color: var(--main-color2);
        padding: 0px !important;
    }

    div#top-bar {
        display: none !important;
    }

    .product-info {
        padding-top: 15px !important;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .top-footer .area_newsletter {
        display: block !important;
    }

    .top-footer .area_newsletter .title_newsletter {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .top-footer .area_newsletter .form-register span.wpcf7-form-control-wrap {
        width: 70% !important;
    }

    .top-footer .area_newsletter .form-register .btn__register {
        width: 30% !important;
    }

    .form-row select, .form-row .select-resize-ghost, .form-row .select2-container .select2-choice, .form-row .select2-container .select2-selection, .form-row select {
        border: 1px solid var(--main-color) !important;
        border-radius: 5px !important;
    }

    .form-row {
        width: 100% !important;
    }

    .popup_quickbuy_shipping {
        display: block;
    }

    .popup_quickbuy_shipping_title {
        margin-bottom: 10px !important;
    }

    div#home .product__item_footer {
        display: flex;
        align-items: center;
    }

    #home .product__item_cart.product__item_btn a {
        font-weight: 700;
    }

    #home .product__item_cart.product__item_btn {
        background: #2162ff;
        border-radius: 4px;
        width: 200px;
        text-transform: uppercase;
        font-weight: 700;
    }

    #home .product__item_price.product__item_btn {
        text-align: right;
    }

    #home .product__item_price.product__item_btn span.woocommerce-Price-amount, #home .product__item_price.product__item_btn span.woocommerce-Price-currencySymbol {
        color: var(--main-color4) !important;
        font-weight: 700;
        font-size: 20px
    }

    #home .product__item_price.product__item_btn {
        background: transparent !important;
        padding-right: 10px !important;
    }

    a.button_chat {
        border-right: 1px solid #333;
        padding: 0 10px 0;
        margin-right: 10px;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {
    .full-width .ubermenu-nav, .container, .row {
        max-width: 1200px !important;
    }
}