/* Do not cancel */
@media print {
    a:after { content:''; }
    a[href]:after { content: none !important; }
    a[href]:after { content: " (" attr(href) ")"; }
}

@page {
    size: auto;   /* auto is the current printer page size */
    margin: 0mm;  /* this affects the margin in the printer settings */
}
/* /Do not cancel */

body{
    background: #fff;
    margin: 0px;  /* the margin on the content before printing */
    overflow-x: visible;
    overflow-y: visible;
}

a {
    text-decoration: none;
}
.title-area{
    margin:0px;
    border:0px solid #000
}
.logo-hide{
    display: inline-block;
    width:100%;
    text-align:center;
    border-bottom:1px solid #eee
}
.logo-hide img{
    width:100px;
    height:42px;
    backface-visibility:hidden;
    display:inline-block;
    margin:15px 0 10px;

}

header,
footer,
.breadcrumbs,
.link-row,
.btn,
.wkp-cookie,
.button-group,
.reveal-modal,
.wishlist__remove,
.flexy-menu-wrapper,
.title-label.hide-for-large-up,
.title.show-for-large-up,
.hover-caption{
    display: none !important;
}
h1.title{
    width:100%;
    text-align: center;
    font-family: Arial, sans-serif;
    display:none;
}
.item {
    width:46%;
    height:auto !important;
    display: inline-block;
    margin:30px 0px;
    padding:0px !important;
    border:0px solid #000;

}
.item:nth-child(1),
.item:nth-child(2){
    margin-top:0px !important
}
.item figure,
.item figure img{
    margin:0px;
    padding:0px; 
    text-align: center;
}
.item figure img{
    padding:0px;
    width:90%;
    height:auto;
}
.item figcaption{
    border:0px dashed #000;
} 
.item figcaption{
    font-family: Arial, sans-serif;
    text-align: center;
    padding:0 15px;
} 
.item figcaption h2{
    font-size:12px;
    text-transform:uppercase;
    color:#333;
    margin: 2px 0;
}
.item figcaption h2 span{
    font-size:11px;
    text-transform:none;
    display:block;
    font-weight:400;
    color:#666;
}
.item figcaption .price{
    font-weight:600;
    font-family: Arial, sans-serif; 
    font-size:12px;
}
.item figcaption .price em{
    font-style:normal;
    color:#333
}

/*.section-title--black,
.product-list .item a strong{
color: #333;
}

.product-list .item a label {
font-size: 0.75rem !important;
color: #be873d !important;
}

.product-list .item a .description {
color: red !important;
}

.product-list .item a figure .new {
border:2px solid #dd042b;
color: #dd042b !important;   
}*/