/* .table_head_custom thead>tr>th {
	background: var(--secondary);
	color: white;
}

.table {
	width: 100% !important;
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		overflow-x: inherit!important;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		overflow-x: inherit!important;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		overflow-x: inherit!important;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		overflow-x: inherit!important;
	}
}

@media (max-width: 1399.98px) {
	.table-responsive-xxl {
		overflow-x: inherit!important;
	}
}
.table-responsive {
	overflow-x: inherit!important;
}
@media screen and (max-width: 40em) {
	.table-reponsive-scroll tbody {
		overflow-x: inherit!important;
	}
} */
.shop-cart{
	max-height:400px;
	overflow-y:scroll;
	overflow-x:hidden;
}
@media (max-width: 575px) {
	.shop-cart{
		max-height:300px;
	}
}
.replicated-guide-title {
    font-size:22px !important;
    line-height: 1.3em;
}

.replicated-guide {
    max-height: 250px;
    overflow-y:auto;
}

.replicated-guide ul {
    padding-left:40px;
    text-align: left;
}

.replicated-guide ul li{
    list-style-type: decimal !important;
    margin-bottom:10px;
}