/*
Theme Name: Đồng Phục NASHA
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#logo img{
    filter: brightness(0) invert(1);
}
input[type='submit'], input[type='submit'].button, input[type='submit'], .primary {
    border-radius: 5px;
}
.single-product .quantity {
    display: none;
}
.none-dv .section-title b{
	opacity:0;
}
/* Listing Woocommerce */
.product-small.box {
    box-shadow: 0 2px 10px rgb(131 131 131 / 20%);
    background: #fff;
}
div.product-small .box-text-products{
	text-align:center;
}
div.product-small span.price:before,p.price.product-page-price:before{
    content: "Giá SP: ";
}
.product-small.box .box-text, .post-item .box-blog-post .box-text button {
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    margin-top: 0;
}
.product-small.box .box-text, .post-item .box-blog-post .box-text .from_the_blog_excerpt {
    min-height: 69px;
}
.product-small.box .box-text {
    padding-left: 10px;
    padding-right: 10px;
}
.badge-inner.on-sale{
	background-color:#0133c1;
}
.product-small .badge-container {
    margin-top: 0;
    right: 10px !important;
    left: auto;
}
.product-small .badge-container .badge {
    width: 36px;
}
span.onsale {
    font-size: 12px;
}
span.onsale:after {
    content: "Giảm";
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.product-small .badge-container .on-sale:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -0.5em;
    position: absolute;
    border-color: transparent #0133c1;
    border-style: solid;
    border-width: 0 18px 0.5em;
}
/* End Listing Woocommerce */
/* Page product */
.woocommerce-variation-add-to-cart, form.cart{
    flex-wrap: nowrap;
    justify-content: space-between;
}
.single_add_to_cart_button {
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 5px;
    padding: 3px;
}
span.widget-title.shop-sidebar,.post-sidebar .widget-title {
    margin-bottom: 0;
    background: #0133c1;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    display: block;
}
.widget .is-divider{
    display: none;
}
button.single_add_to_cart_button:before {
    content: ' ';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
    margin-bottom: -5px;
    background: url(/wp-content/themes/dong-phuc-nasha/images/ic-giohang-white.png);
    background-size: contain;
}
.content-ctsp {
    border: 1px solid #ddd;
    padding: 15px;
}
.woocommerce-product-gallery .badge-container {
    margin-top: 0;
    right: 10px !important;
    left: auto;
}
.woocommerce-product-gallery .badge-container .badge {
    width: 46px;
}
.woocommerce-product-gallery .badge-container .badge:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -0.5em;
    position: absolute;
    border-color: transparent #0133c1;
    border-style: solid;
    border-width: 0 23px 0.5em;
}
/* End page product */
.sticky-button-footer
{
	position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    background-color: transparent !important;
}
.icon-payment .ux-logo-link {
    padding: 5px !important;
}
.icon-payment .ux-logo-link img{
	height:auto !important;
}
div#dang-ky-bao-gia {
    border-radius: 10px;
}
a.button.btn-bao-gia {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 30px;
    border: none ! Important;
    padding: 0 20px;
    background: #1d1d1d;
    font-size: 14px;
    margin-right: 5px;
    height: 35px;
    line-height: 35px;
}
/*  */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}