.mmt-body #theme-6b39-21e4-6d97-cdbe {
  background-color: RGBA(0, 0, 0, 0);
  margin-top: 0px; }
.mmt-body #theme-4942-bab7-ee9c-cf49 {
  max-width: 1200px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }.container-width{
	max-width:1200px;
  	margin:0 auto;
  	float:none;
    padding: 40px 0;
}
.flex-inline{
	display: flex;
  	align-items: center;
    justify-content: flex-start;
  	gap:20px;
  	img{
  		width: 38px!important;
  	}
}
.flex-column{
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.wrapper-black{
	background: #000000;
}
#packSelect {
    background: #f3f3f4;
    padding: 10px 20px;
    border-color: #e7e7e7;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 15px;
    font-size: 16px;
    line-height: 22.4px;
}
.add-to-cart-section{
	box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, .3);
}
@media(max-width:768px){
	.mmt-body #section-01{
		background: none!important;
	}
}
