@import url("./components_css/box__info_product.css");
@import url("./breadcrumbs.css");
@import url("./components_css/slide__product_detail.css");
@import url("./components_css/Evaluate.css");
@import url("./components_css/tabs__content.css");
@import url("./components_css/cart-coupon.css");


.detail_conttne1 {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -10px;

}

.detail_conttne1 .detail_conttne1_left {
    flex: 0 0 40%;
    max-width: 40%;
    padding-inline: 10px;
}

.detail_conttne1_right {
    flex: 0 0 60%;
    max-width: 60%;
    padding-inline: 10px;
}
.content__tab_text {
    text-align: justify;
    line-height: 1.6;
    font-size: 16px;
}
.content__tab_text ul li {
	list-style: disc !important;
	margin-left: 20px;
}
.content__tab_text ul {
	margin-bottom: 10px;
}
.content__tab_text p {
	padding-bottom: 5px;
}
.content__tab_text img {
	padding: 5px 0;
}
/*  */


@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {
    .detail_conttne1_right,
    .detail_conttne1 .detail_conttne1_left {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
	.content__tab_text table, .content-page table {
		width: 100%;
       

	}
	.content__tab_text table tr, .content-page table tr{
		width: 100% !important;
        display: flex;
        flex-wrap: wrap;
	}
    .content__tab_text table tr td, .content-page table tr td{
        width: 100% !important;
    }

}

@media screen and (max-width: 576px) {

}

@media screen and (max-width: 400px) {}