/* Section and promotion styles migrated from Flatsome footer.php. */

.section__bg {
        background:var(--primary-color) ;
        padding-top: 20px;
    }
	.section-title-normal {
    margin-bottom: 0;
    border-bottom: 2px solid var(--primary-color);
    border-top: 0;
    background: transparent;
}
.section-title-normal b {
    display: none;
}
.section-title-normal span {
    padding: 10px 15px;
    color: #fff!important;
}
.section-title-normal span {
    border-bottom: 1px solid var(--primary-color);
    background: var(--primary-color);
    font-size: 22px;
    margin-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
	}

	.section-title-normal span:after {
    border: 26px solid var(--primary-color);
    position: absolute;
    display: inline-block!important;
    margin-left: 15px;
    border-right-color: transparent;
    border-top-color: transparent;
    margin-top: -10px;
    left: auto;
}
.section-title-normal span:after {
    content: "";
    display: table;
    clear: both;
}
.promotion__product__box {
/*     padding: 15px; */
    padding-top: 0px;
    margin-top: -25px;
}
.promotion__product__box .promotion__item__col{ 
     border: 2px solid var(--primary-color);
    padding: 15px;
    border-top: none;
}

.product__related .price-wrapper .price {
    display: block;
    padding-bottom: 10px;
}

.product__related .price-wrapper .price ins,
.product__related .price-wrapper .price bdi,
.product__related .price-wrapper .price ins span.amount {
    color: var(--nv-product-price, #f40606) !important;
    font-size: 16px;
}

.related-products-wrapper .devvn_suffix {
    display: none;
}

/* "Xem thêm" inside a brand block.
   The button carries `.button.primary`, but the enclosing column is a dark
   coloured one, so Flatsome's dark-context rules paint it white — on the white
   .product__list__bg panel that left white text on a white background, all but
   invisible. Measured: background and colour both rgb(255,255,255). */
.tab__product__list .product__list__bg a.button.primary,
.tab__product__list .product__list__bg a.button.primary:hover {
    border-color: var(--nv-accent, #ef3f3f);
    background-color: var(--nv-accent, #ef3f3f);
    color: #fff;
}

.tab__product__list .product__list__bg a.button.primary span {
    color: #fff;
}

.related-products-wrapper .col-inner .product-small {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    padding: 20px 10px 0;
    box-shadow: 0 0 0 1px var(--nv-product-border, #e5e5e5);
    border-radius: 5px;
    box-sizing: border-box;
}

.related-products-wrapper .col-inner .product-small:hover {
    border-color: transparent;
    box-shadow: 7px 5px 30px 0 rgb(var(--nv-product-shadow-rgb, 72 73 121) / var(--nv-product-shadow-opacity, .15));
}

.product-section-title-related {
    position: relative;
    display: inline-block;
    width: auto;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 20px;
    border: 0;
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

.product-section-title-related::after {
    position: absolute;
    top: 0;
    right: -40px;
    display: block;
    width: 0;
    border: 20px solid transparent;
    border-left-color: var(--primary-color);
    content: '';
}

.single-product #tab-description {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 25px;
}

.single-product #tab-description.height__text {
    height: var(--nv-description-height, 400px);
}

.single-product h1.product-title {
    font-size: 120%;
}
