.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;
	}
}
.blur {
  -webkit-filter: blur(1px)!important;
  -moz-filter: blur(1px)!important;
  -o-filter: blur(1px)!important;
  -ms-filter: blur(1px)!important;
  filter: blur(1px)!important;
}
/* width */
div.shop-cart::-webkit-scrollbar {
  width: 10px;
}

/* Track */
div.shop-cart::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
div.shop-cart::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 10px;
}

/* Handle on hover */
div.shop-cart::-webkit-scrollbar-thumb:hover {
  background: grey; 
}

.shop-cart{
	max-height:600px;
	overflow-y:scroll;
	overflow-x:hidden;
}
@media (max-width: 575px) {
	.shop-cart{
		max-height:400px;
	}
}

.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;
}