@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins {
    font-family: 'Poppins', sans-serif !important;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.flex.column {
    flex-direction: column;
}

.flex.wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.flex>.half {
    flex-basis: 50%;
    max-width: 50%;
}

.flex>.full {
    flex-basis: 100%;
}

.text-center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.clickable {
    cursor: pointer;
}

.relative {
    position: relative;
}

.acalling {
    font-family: 'A Calling';
}

.bree {
    font-family: 'Bree Serif', serif;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

.product-type-mix-and-match .summary {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/mnm/back.jpg);
    padding: 51px 0 135px;
    position: relative;
}

.product-type-mix-and-match .summary:before {
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/mnm/cookie.png);
}

.product-type-mix-and-match .summary>h1 {
    font-size: 69px;
    color: #c13325;
    font-family: 'A Calling';
    transform: rotate(-2deg);
    text-align: center;
    margin-top: 10px;
}

.product-type-mix-and-match .summary>p {
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    font-family: 'Poppins', sans-serif !important;
    margin: 0 auto 55px;
    text-align: center;
}

.mnm_form.layout_grid ul.products,
div.product-addon.mnm-box,
.mnm-box-grouped {
    max-width: calc(100% - 60px);
    margin: 0 auto 41px;
    background-color: #fff;
}

.mnm_form.layout_grid ul.products {
    padding: 0 37.5px 37px;
    justify-content: center;
}

.mnm-list-headline {
    flex-basis: 100%;
    border-bottom: 1px solid #d9d9d9;
    flex-shrink: 1;
    margin: 0 12.5px;
    padding: 17px 0 16px;
    list-style: none;
}

.mnm-list-headline p {
    font-size: 14px;
    line-height: normal;
    color: #000;
    margin: 0;
}

.mnm_item {
    flex-basis: calc(100% / 6);
    padding: 0 12.5px;
    margin-bottom: 12px;
    margin-top: 35px;
    align-items: center;
    text-align: center;
}

.mnm_form.layout_grid ul.products li.product .mnm_image img {
    margin-bottom: 15px;
}

.mnm_item .mnm-child-product-title {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
}

.mnm_form.layout_grid ul.products li.product.mnm_item .product-details {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.mnm_item p.price {
    margin-bottom: 0;
    margin-top: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.mnm_item p.price * {
    font-family: 'Poppins', sans-serif;
}

.mnm_item p.price .woocommerce-Price-currencySymbol {
    vertical-align: baseline;
    font-size: 60%;
    position: relative;
    top: -.5em;
    font-family: 'Poppins', sans-serif;
}

.single-product div.product form.cart .mnm_item .quantity,
form .mnm_item .quantity {
    width: auto !important;
    height: auto;
    border: none;
}

.mnm_item select {
    border: none;
    opacity: 1;
    appearance: none;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-image: url(../images/mnm/select-arrow.jpg);
    overflow: hidden;
    border-radius: 8px;
    background-color: #e9e9e9;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    width: 115px;
    height: 35px;
}

div.product-addon.mnm-box.mnm-box-include-notes-requirements-or-messages,
div.product-addon.mnm-box.mnm-box-type-custom_textarea {
    max-width: 100%;
    margin-bottom: 0;
}

.mnm_form.layout_grid ul.products,
div.product-addon.mnm-box:not(.mnm-box-include-notes-requirements-or-messages):not(.mnm-box-type-custom_textarea),
.mnm-box-grouped {
    box-shadow: 0px 0px 19.6px 0.4px rgba(0, 0, 0, 0.07);

}

.mnm_form.layout_grid ul.products {
    width: 1153px;
    margin-bottom: 61px;
}

.mnm_price,
.mnm_cart .quantity,
.mnm_form .mnm_reset,
.product-addon-totals dt:first-of-type,
.product-addon-totals dd:first-of-type {
    display: none !important;
}

.mnm-box,
.mnm-box-grouped {
    width: 640px;
}

.mnm-box {
    padding: 28px 26px;
}

.mnm-box.mnm-box-include-notes-requirements-or-messages {
    padding-bottom: 15px;
}

.mnm-box.mnm-box-type-custom_textarea {
    padding-top: 0;
}

.mnm-head {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.mnm-box input[type="radio"],
.mnm-box input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.mnm-box textarea {
    height: 143px;
    width: 100%;
    resize: none;
    background-color: #f0efef;
    color: #515151;
    font-size: 14px;
    line-height: 16px;
    padding: 28px 22px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    letter-spacing: 0;
}

.mnm-box ::-webkit-input-placeholder {
    color: #515151;
    font-size: 14px;
    line-height: 16px;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
}

.mnm-box .addon-name,
.mnm-box .addon-description {
    color: #000000;
    font-size: 14px;
    line-height: normal;
}

.mnm-box .addon-description {
    color: #b9b9b9;
    margin-left: 5px;
}

.mnm-box.mnm-box-packaging-options .mnm-options {
    justify-content: space-between;
}

.mnm-box.mnm-box-packaging-options .mnm-options .mnm-option {
    max-width: calc(33.333% - (46px / 3));
}

.mnm-box .mnm-option+.mnm-option {
    margin-left: 23px;
}

.mnm-bear {
    margin-right: 48px;
    flex-shrink: 0;
}

.mnm-box label {
    background-color: #e9e9e9;
    border-radius: 8px;
    padding: 6px;
    width: 176px;
    max-width: 100%;
}

.mnm-box.mnm-box-packaging-options label {
    padding: 0;
    background-color: transparent;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    width: 150px;
    max-width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
    padding: 0 5px 9px;
}

.mnm-box .mnm-option-bear label {
    width: 165px;
}

.mnm-box label span {
    font-weight: 500;
    font-size: 13.5px;
    color: #878787;
    line-height: normal;
    position: relative;
}

.mnm-box .mnm-option-bear label span {
    font-size: 22px;
    font-weight: normal;
}

.mnm-box.mnm-box-packaging-options label span {
    font-size: 18px;
    line-height: 19px;
    color: #ababab;
}

.mnm-box.mnm-box-packaging-options label span.mnm-label {
    font-weight: bold;
}

.mnm-box.mnm-box-packaging-options label span.mnm-price-label {
    font-size: 14px;
}

.mnm-box .mnm-option-bear label span sup {
    font-size: 60%;
}

.mnm-box label :checked+span+span,
.mnm-box label :checked+span+span span {
    color: #000;
}

.mnm-box.mnm-box-packaging-options label :checked+span+span span {
    color: #fff;
}

.mnm-box .mnm-checkmark {
    height: 50px;
    width: 50px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    margin-right: 13px;
}

.mnm-box.mnm-box-packaging-options .mnm-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
}

.mnm-box .mnm-option-bear .mnm-checkmark {
    margin-right: 17px;
}

.mnm-box :checked+.mnm-checkmark {
    background-color: #c13325;
}

.mnm-box .mnm-checkmark:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/mnm/check.png);
}

.mnm-box :checked+.mnm-checkmark:after {
    filter: brightness(0) invert(1);
}

.mnm-box.mnm-box-packaging-options .mnm-checkmark:after {
    display: none;
}

.mnm-box.mnm-box-packaging-options .mnm-labels {
    height: 100%;
    justify-content: flex-end;
}

.mnm-box.mnm-box-packaging-options .mnm-labels:before {
    content: '';
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    flex-grow: 1;
}

.mnm-box.mnm-box-packaging-options :checked+.mnm-checkmark+.mnm-labels:before {
    filter: brightness(0) invert(1);
}

.mnm-box.mnm-box-packaging-options .mnm-option-gift-basket .mnm-labels:before {
    background-image: url(../images/mnm/gift-basket.png);
    width: 67px;
    height: 64px;
}

.mnm-box.mnm-box-packaging-options .mnm-option-decorative-tin .mnm-labels:before {
    background-image: url(../images/mnm/decorative-tin.png);
    width: 61px;
    height: 61px;
}

.mnm-box.mnm-box-packaging-options .mnm-option-standard .mnm-labels:before {
    background-image: url(../images/mnm/standard.png);
    width: 72px;
    height: 61px;
}

.mnm-total-cart-btn {
    width: 640px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    background-color: #e9e9e9;
}

.mnm-total-cart-btn #product-addons-total {
    flex-grow: 1;
    padding-left: 31px;
    padding-right: 30px;
    display: flex;
    align-items: center;
}

.mnm-total-cart-btn #product-addons-total,
.mnm-total-cart-btn #product-addons-total * {
    font-family: 'Poppins', sans-serif !important;
    color: #000;
}

.mnm-total-cart-btn dl.product-addon-totals {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mnm-total-cart-btn dl.product-addon-totals:after {
    content: 'Tax and shipping calulated at checkout';
    display: block;
    flex-basis: 100%;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif !important;
}

.mnm-total-cart-btn dl.product-addon-totals dd,
.mnm-total-cart-btn dl.product-addon-totals dt {
    font-size: 22px;
    line-height: 19px;
}

.mnm-total-cart-btn dl.product-addon-totals dt {
    float: none;
    width: auto;
    margin: 0 5px 0 0;
}

.mnm-total-cart-btn dl.product-addon-totals dd {
    float: none;
    margin: 0;
}

.entry-summary .mnm-total-cart-btn button.single_add_to_cart_button {
    height: 88px;
    width: 199px;
    margin: 0 0 auto 0;
    background-color: #00a408;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    font-family: 'Poppins', sans-serif !important;
    padding: 0;
    letter-spacing: 0;
    flex-shrink: 0;
}

.mnm_cart .woocommerce-message {
    margin-bottom: 0;
}

.mnm_button_wrap {
	max-width: 700px;
	margin: 0 auto;
}

.mnm_button_wrap .teddyadd {
	width: calc(100% - 60px);
	margin: 0 auto;
	background-color: #e9e9e9;
}

.mnm_button_wrap .teddyadd .teddyb {
	padding: 0 26px;
	margin-bottom: 15px;
}

.mnm_button_wrap .teddyadd .wfc_container {
	background-color: #e9e9e9;
}

.mnm_button_wrap .custom-check .checkmark {
	top: 8px;
}

.mnm_button_wrap .single_add_to_cart_button {
	margin-left: 30px;
}


@media screen and (max-width: 767px) {
    .mnm_form.layout_grid ul.products {
        padding: 0 12.5px 37px;
    }

    .mnm_item {
        flex-basis: calc(100% / 3);
    }

    .mnm-box.mnm-box-packaging-options label span {
        font-size: 15px;
        line-height: 17px;
    }

    .mnm-box.mnm-box-packaging-options label span.mnm-price-label {
        font-size: 12px;
    }

    .mnm-total-cart-btn,
    .mnm_form.layout_grid ul.products,
    div.product-addon.mnm-box,
    .mnm-box-grouped {
        max-width: calc(100% - 30px);
    }

    .product-type-mix-and-match .summary {
        padding-bottom: 50px;
    }

    .mnm_button_wrap .teddyadd {
        width: calc(100% - 30px);
    }

    body.single-product.product-template-default .summary .single_add_to_cart_button {
        margin-left: 15px;
    }
}

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

    .product-type-mix-and-match .summary>h1 {
        font-size: 45px;
        line-height: 1em;
        margin-bottom: 10px;
    }

    .product-type-mix-and-match .summary>p {
        font-size: 15px;
        margin-bottom: 35px;
    }

    .product-type-mix-and-match .summary>p br {
        display: none;
    }

    .mnm_form.layout_grid ul.products,
    .mnm_form.layout_grid ul.products,
    div.product-addon.mnm-box,
    .mnm-box-grouped {
        margin-bottom: 35px;
    }

    .mnm_item {
        flex-basis: 50%;
        margin-bottom: 0;
    }

    .mnm_form.layout_grid ul.products li.product .mnm_image {
        max-width: 60%;
        min-width: inherit;
    }

    .mnm_form.layout_grid ul.products li.product .mnm_image img {
        margin-bottom: 10px;
    }

    .mnm_item .mnm-child-product-title {
        font-size: 13px;
        font-weight: 600;
    }

    .mnm_item p.price {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 5px;
    }

    .mnm_item p.price .woocommerce-Price-currencySymbol {
        font-size: 70%;
        top: -.3em;
    }

    .mnm-box {
        padding: 20px 15px;
    }

    .mnm-box.mnm-box-packaging-options .mnm-options .mnm-option {
        flex-basis: calc(33.333% - calc(20px / 3));
    }

    .mnm-box.mnm-box-packaging-options .mnm-options {
        flex-direction: column;
        align-items: center;
    }

    .mnm-box .mnm-option+.mnm-option {
        margin-left: 0;
    }

    .mnm-bear {
        margin-right: 20px;
    }

    .mnm-box .mnm-option-bear label {
        width: 140px;
    }

    .mnm-box .mnm-checkmark {
        width: 40px;
        height: 40px;
    }

    div.product-addon.mnm-box.mnm-box-include-notes-requirements-or-messages label {
        margin-bottom: 20px;
    }

    .product-addon-include-notes-requirements-or-messages .form-row {
        flex-direction: column;
    }

    .mnm-box label span {
        font-size: 12.5px;
    }

    .mnm-box label span.mnm-price-label {
        font-size: 10px;
    }

    .mnm-total-cart-btn {
        flex-direction: column;
        padding-top: 25px;
    }

    .mnm-total-cart-btn #product-addons-total {
        min-height: 38px;
        margin-bottom: 20px;
    }

    .entry-summary .mnm-total-cart-btn button.single_add_to_cart_button {
        width: 100%;
        height: 70px;
    }
}