body.page-template-template-pos-contact-sheet header.header,
body.page-template-template-pos-contact-sheet footer.footer,
body.page-template-template-pos-contact-sheet #infobar
{
    display: none !important;
}

body.page-template-template-pos-contact-sheet .content {
    width: 100vw !important;
    max-width: 100vw !important;
}

body.page-template-template-pos-contact-sheet .inner-content {
    max-width: 90rem !important;
    width:100%;
}

body.page-template-template-pos-contact-sheet .off-canvas-wrapper {
    overflow: initial;
}




body.page-template-template-pos-contact-sheet .wrapper {
    display: grid;
    grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
    grid-gap: 10px;
}

@media only screen and (min-width: 600px)  {
    body.page-template-template-pos-contact-sheet .wrapper {
        display: grid;
        grid-template-columns: calc(33.33333% - 7.5px) calc(33.33333% - 7.5px) calc(33.33333% - 7.5px);
        grid-gap: 10px;
    }
}

@media only screen and (min-width: 900px)  {
    body.page-template-template-pos-contact-sheet .wrapper {
        display: grid;
        grid-template-columns: calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px);
        grid-gap: 10px;
    }
}

body.page-template-template-pos-contact-sheet .item {
    background-color: #fff;
    color: #444;
    border-radius: 5px;
    padding: 20px;
    text-align:center;
    font-size: 10pt;
}
body.page-template-template-pos-contact-sheet .item .product-image{
    background-size: contain;
    height: 50mm;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
body.page-template-template-pos-contact-sheet .item span.sku{
    font-size:8pt;
    text-align:center;
    width:100%;
}

body.page-template-template-pos-contact-sheet .item h3 {
    font-size: 10pt;
}
body.page-template-template-pos-contact-sheet .section{
    margin-bottom: 8rem;
}

tr.woocommerce-cart-form__cart-item.promo-gift {
    /* color: #3ba916; */
}
tr.woocommerce-cart-form__cart-item.promo-gift td {
    background: #eaffdd;
}

tr.woocommerce-cart-form__cart-item.promo-gift td.product-quantity .quantity {
    display: none;
}
.tuk-promo-notice {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border: 2px solid #1e85be;
    background: #d3e5ef;
    color: #1e85be;
}
.tuk-promo-notice::after, .tuk-promo-notice::before{
    content: " ";
    display: table;
}

.tuk-promo-notice::before{
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: #1e85be;
}
.cart-note {
    border: 1px solid;
    margin: 1rem 0;
    padding: 1rem;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

body.tax-product_cat .tuk-promo-notice {
    margin: 2em 0 2em;
}

img.promo-banner {
    margin-top: 2rem;
    max-height: 200px;
    border: 1px solid #cbcbcb;
    padding: 0.5rem;
    background: #fff;
    border-radius: 6px;
}

@media print {
    body.page-template-template-pos-contact-sheet .frontcover {
        padding-top: 50mm;
    }
    body.page-template-template-pos-contact-sheet .insidecover {
        display: block;
        height: 270mm;
        page-break-before: always;
    }
    body.page-template-template-pos-contact-sheet .wrapper {
        display: grid;
        grid-template-columns: calc(33.33333% - 3.333333mm) calc(33.33333% - 3.333333mm) calc(33.33333% - 3.333333mm);
        grid-gap: 5mm;
    }

    body.page-template-template-pos-contact-sheet .section{
        page-break-after: always;
        margin-bottom: 10mm;
    }
    body.page-template-template-pos-contact-sheet .item .product-image{
        background: initial !important;
        background-size: contain !important;
        height: 45mm;
        width: 100%;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    

    
    /* body { font-size: 100pt; } */
}