.mlm-panel {
    /*background: #f7f7f7;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 25px !important;
	padding-bottom: 70px !important;
	height: auto !important;
    min-height: auto !important;*/
	margin-bottom: 40px;
}

.mlm-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 1.3;
}

.mlm-film-title {
    font-size: 18px;
    line-height: 1.3;
}

.mlm-option {
    display: block;
    margin-bottom: 15px;
}

.mlm-option span {
    margin-left: 6px;
}

.mlm-film-section {
    margin-top: 40px;
	clear: both;
	display: block;
	width: 100%;
}

.mlm-film-section h4 {
	display: block;
	width: 100%;
	clear: both;
}

.mlm-film-button {
    margin-top: 10px;
}

#mlm-image-selector {
    margin-top: 30px;
}

#mlm-image-selector h4 {
	font-size: 16px !important;
}



.mlm-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}

.mlm-image-item {
    position: relative;
    display: block;
    cursor: pointer;
}

.mlm-image-checkbox {
    display: none;
}

.mlm-image-item img {
    width: 100%;
    display: block;
    border: 3px solid transparent;
    border-radius: 6px;
    transition: all .2s ease;
}

.mlm-checkmark {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2271b1;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transition: .2s;
    z-index: 2;
}

.mlm-image-checkbox:checked + .mlm-checkmark {
    opacity: 1;
}

.mlm-image-checkbox:checked ~ img {
    border-color: #2271b1;
}

.mlm-selection-count {
    margin-top: 20px;
    font-weight: 400;
	font-size: 14px;
	font-style: italic;
}

.mlm-total {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 20px;
}

.button.alt.mlm-add-to-cart {
	margin-bottom: 40px;
}

.mlm-add-to-cart {
    display: inline-block;
    /*width: 100% !important;
	max-width: 100% !important;*/
    position: static !important;
	transform: none !important;
	font-size: 18px;
	margin-top: 25px;
    margin-bottom: 35px;
}

.woocommerce-cart .wc-item-meta {

    margin-top: 15px;

}

/*.woocommerce-cart .wc-item-meta li {

    display: block !important;

}*/

.woocommerce-cart .product-name p {
    display: none;
}

.woocommerce-cart td.product-thumbnail,
.woocommerce-cart th.product-thumbnail,
.woocommerce-checkout-review-order td.product-thumbnail,
.woocommerce-checkout-review-order th.product-thumbnail {
    display: none !important;
}

.mlm-cart-details {

    margin-top: 20px;

}

.mlm-cart-project-id {

    margin-bottom: 10px;

}

.mlm-cart-price-breakdown {

    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;

}

.mlm-cart-images {

    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

.mlm-cart-image {

    width: 90px;
	
	display:flex;
    flex-direction:column;
    align-items:center;

    flex-shrink:0;

}

.mlm-cart-image img {

    width: 90px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
	display: block;

}

.mlm-cart-image span {

    width: 90px;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3;
	text-align: center;
	word-break: break-word;
	overflow-wrap: anywhere;

}

.cm-archive-header{

    margin-bottom:40px;

}

.cm-archive-title{

    display:flex;

    align-items:end;

    gap:10px;

}

.cm-archive-title img{

    width:30px;

    height:30px;

    flex-shrink:0;

}

@media (max-width:1023px){
	.cm-archive-title img {
		width: 25px;
	}
}	

.cm-archive-title h1{

    display:flex;

    align-items:baseline;

    gap:10px;

    margin:0;

    font-family:"Source Sans 3", sans-serif;

    font-size:21px;

    font-weight:700;

    line-height:1.1;

}

.cm-archive-count-inline{

    font-family:"Source Sans 3", sans-serif;

    font-size:21px;

    font-weight:600;

    color:#aeaeae;

    white-space:nowrap;

}

.cm-archive-separator{

    margin:0 8px;

}

@media (max-width:1024px){

    .cm-archive-title h1{

        font-size:18px;

    }

    .cm-archive-count-inline{

        display:none;

    }

}

/*@media (max-width:767px){

    .cm-archive-title h1{

        font-size:1.5em;

    }

}*/

/* Hide Quantity column */

.woocommerce-cart table.shop_table th.product-quantity,
.woocommerce-cart table.shop_table td.product-quantity{
    display:none;
}

@media (max-width:767px){

    .mlm-cart-images{

        gap:8px;

    }

    .mlm-cart-image{

        width:65px;

    }

    .mlm-cart-image img{

        width:65px;
        aspect-ratio:4 / 3;

    }

    .mlm-cart-image span{

        width:65px;

        font-size:11px;
        line-height:1.2;

    }

}