.paginator .pagination .page-item .page-link,
.paginator .pagination .page-item .page-link:hover,
.paginator .pagination .page-item .page-link:active,
.paginator .pagination .page-item .page-link:focus,
.paginator .pagination .page-item .page-link:focus-within {
    background-color: #909090 !important;
    border-color: #76767666 !important;
    color: #fff;
    font-weight: 300;
}
.magnify:has(video) {
    margin-left: 30px !important;
}
.productViewWrap .image {
    margin: auto;
}
.slider-arrows {
    top: 40%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.slider-arrows span {
    cursor: pointer;
}
.slider-arrows .left-arrow {
    content: url(/assets/icons/arrow-left.svg);
}
.slider-arrows .right-arrow {
    content: url(/assets/icons/arrow-right.svg);
}
.paginator .pagination .page-item.active .page-link,
.paginator .pagination .page-item.active .page-link:hover,
.paginator .pagination .page-item.active .page-link:active,
.paginator .pagination .page-item.active .page-link:focus,
.paginator .pagination .page-item.active .page-link:focus-within {
    background-color: #313132 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    font-weight: 400;
}
.slick-initialized .slick-slide {
    padding-top: 0px !important;
}

/*main[role=main].container-fluid {*/
/*    padding-top: 106px !important;*/
/*}*/

.productListWrap .sortBy .dropdown-menu.show {
    max-width: 30% !important;
    background-color: #f5f1e9;
    left: 53% !important;
    top: 0;
    right: 0;
    transform: translate3d(64px, -15px, 0px) !important;
}
.custom-control-input {
    position: absolute;
    top: 0.25rem;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 19px;
    height: 17px;
    opacity: 1;
    accent-color: currentColor;
    z-index: 1000;
}
button#hide_filters_button_mobile {
    padding: 0;
}
button#show_filters_button_mobile {
    padding: 0;
}
p.filter-label {
    font-size: 13px;
    line-height: 33px;
    color: #1f1f1f;
}
.sub_title h6 {
    margin: 3px;
    margin-top: 40px;
    font-family: 'Josefin Sans';
}
.filter_title h6 {
    margin: 3px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 80px;
    font-family: 'Josefin Sans';
}
.checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.categoryWrap .contain {
    margin-bottom: 40px;
}
.sortBy a.dropdown-toggle {
    font-size: 13px;
    font-weight: 400;
    line-height: 98px;
    color: #1b1b19;
    margin-right: 20px;
    border: 1px solid #ccc;
    padding: 4px;
    height: 30px;
    margin-left: 29px;
    margin-right: 11px;
}
.productListWrap .sortBy .dropdown-menu.show {
    margin-top: 62px !important;
}
.sortBy span {
    margin-left: 10px;
    /* margin-right: 20px; */
}
.filterColourBlock input:checked~.custom-checkbox::after {
    background-color: green;
}
.sortBy .dropdown-toggle::after {
    display: inline-block;
    content: url(/assets/icons/dropdown-black.svg);
    border: none;
    vertical-align: 4px;
    width: 16px;
    height: 16px;
}
.sortBy .dropdown-menu {
    background: #ffffff;
    border-radius: 0;
    z-index: 1000;
    float: left;
    min-width: auto;
    text-align: right;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
    padding-top: 0;
    padding-bottom: 0;
    top: 20px !important;
}
.sortBy .dropdown-menu a {
    font-size: 0.93333333333rem;
    color: #1b1b19;
    /*padding-left: 85px;*/
}
.sortBy .dropdown-item:focus, .sortBy .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #1b1b19;
}

span.productTag {
    background-color: #c10230;
    height: 28px;
    width: 98px;
    line-height: 50px;
    font-size: 12px;
    border-radius: 9px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Open Sans' !important;
}
.wishlist-modal h2 a {
    float: right;
    cursor : pointer;
}
.wishlist-modal {
    border: 5px solid black !important;
}
button.wishlist {
    padding: 0px;
    line-height: 20px;
}
button.add-shoppinglist {
    line-height: 20px;
    padding: 0;
}
.product-listing-block .wishlist-modal-button.active, .product-listing-block .wishlist-modal-button:hover, .product-listing-block .wishlist-modal-button-nologin.active, .product-listing-block .wishlist-modal-button-nologin:hover {
    color: #ed3f38;
}

.wishlist-modal-button, .wishlist-modal-button-nologin {
    top: 40px;
    right: 30px;
    color: #c1c1c1;
    font-size: 20px;
    text-decoration: none;
}
#wishlist-container a:hover, a:focus {
    text-decoration: none;
    color: #c10230 !important;
}
.active-wishlist {
    text-decoration: none;
    color: red;
}
#wishlist-container {
    margin-right: 12px;
    float: right;
    margin-top: -73px;
}
.save-tag {
    position: absolute;
    float: right;
    right: 14px;
    /* background: #ce0000; */
    padding: 0 15px;
    color: #ce0000;
    text-transform: uppercase; 
    font-weight: 600;
    font-size: 15px;
    z-index: 1;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    display: none !important;
}
.product-listing-block em.delivery-tag {
    position: absolute;
    top: 15px;
    font-size: 12px;
    font-style: normal;
    text-align: right;
    right: 15px;
    color: #212529;
}
.product-listing-block em {
    position: absolute;
    top: 5px;
    font-size: 12px;
    font-style: normal;
    left: 15px;
}
em.delivery-tag {
    position: absolute;
    line-height: 48px;
    font-size: 12px;
    font-style: normal;
    text-align: right;
    right: 30px;
    z-index: 1;
}
.ingredients-block .image img {
    width: 50%;
    margin: auto;
    display: block;
}
/*--
FILTER
--*/
.borderFilter {
    border-top: 1px solid #f4f4f4;
    padding: 20px 0;
}
/* .accordion .collapse {
    margin-top: 15px !important;
}
.filterWrap .collapse.show .accordion h5::after {
    content: "+";
}
.filterWrap .accordion h5 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.filterWrap .accordion h5::after {
    content: "-";
    line-height: 20px;
    font-size: 30px;
    float: right;
}
.filterWrap .sizeFilter a {
    font-size: 10px;
    color: #1b1b19;
    border: 1px solid #d6d6d6;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.filterWrap label.filterSelect input {
    display: none;
}
.filterWrap label.filterSelect.active img, .filterWrap label.filterSelect:hover img, .filterWrap label.filterSelect input:checked + img {
    border-radius: 50%;
    box-sizing: content-box;
}
.filterWrap label {
    margin-right: 25px;
}
.filterWrap label p {
    font-size: 10px;
    margin-top: 5px;
} */
.two-up .product-listing-image-block {
    width: 100%;
    height: auto;
}
.three-up .product-listing-image-block {
    width: 100%;
    height: auto;
}
.four-up .product-listing-image-block {
    width: 100%;
    height: auto;
}
.product-image {
    background-color: #fcfbf9;
}
.product-sharing .social-share {
    margin-right: 0;
    min-width: 0;
}
.filterWrap .title h5, .filterMobileopen .title h5 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 9px;
    padding: 20px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.filterWrap .title h4, .filterMobileopen .title h4 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    /* margin-top: 100px !important; */
    background: #ece8e1;
    padding: 10px 15px 10px 15px;
    height: 100%;
    width: auto;
}
.filterWrap .applied a, .filterMobileopen .applied a {
    background: #f4f4f4;
    font-size: 12px;
    color: #212121;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.filterWrap .applied a:last-of-type, .filterMobileopen .applied a:last-of-type {
    background: none;
    text-decoration: underline;
}
.filterWrap .applied, .filterMobileopen .applied {
    margin-bottom: 20px;
}
.filterWrap .productPadding, .filterMobileopen .productPadding {
    padding-bottom: 20px;
}
.filterWrap .sizeContain input[type="radio"], .filterMobileopen .sizeContain input[type="radio"] {
    width: 30px !important;
    height: 30px !important;
    appearance: none;
}
.filterWrap .sizeContain label span:first-of-type, .filterMobileopen .sizeContain label span:first-of-type {
    left: -30px !important;
    top: 0 !important;
}
.filterWrap .sizeContain.productPadding, .filterWrap .colourContain.productPadding, .filterMobileopen .colourContain.productPadding {
    padding-bottom: 0 !important;
}
.filterWrap .sizeContain h4, .filterWrap .colourContain h4, .filterWrap .materialContain h4, .filterMobileopen .materialContain h4 {
    margin-bottom: 0;
    margin-top: 0;
}
.productPadding {
    padding-top: 0 !important;
}
.filterWrap .custom-control, .filterMobileopen .custom-control {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 8px;
}
.filterWrap .custom-control .custom-control-label, .filterMobileopen .custom-control .custom-control-label {
    font-size: 13px;
}
.filterWrap .custom-control-label span, .filterMobileopen .custom-control-label::before {
    background-color: #fff;
    border-radius: 0;
    border: #adb5bd solid 1px;
    margin-bottom: 5px;
}
.filterWrap .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.filterMobileopen {
    z-index: 100000;
    padding: 30px;
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fcfbf9;
}

.productListWrap .block.soldOut {
    background: #fefefe;
    opacity: 0.5;
}
.productListWrap .block {
    min-height: 280px;
    padding: 0;
    margin-bottom: 35px;
    max-width: 100%;
}
.productListWrap .block .title h1, .productListWrap .block .info h2, .productListWrap .block .info h5  {
    color: #212121;
}
.productListWrap .block .title h1, .productListWrap .block .info h2, .productListWrap .block .info h5, .productListWrap .block .info h4 {
    margin-bottom: 7px;
}
.productListWrap .block .title h1 {
    min-height: 0;
    margin-top: 1rem;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    height: 0;
    text-align: center;
    text-transform: uppercase;
}
.block.product-listing {
    max-width: 100%;
    margin-top: 0;
}
h6.filter-tags {
    font-size: 11px;
    width: 90%;
    color: #000;
    line-height: 27px;
    font-family: 'josefin sans', sans-serif;
    font-weight: 600;
    text-align: center;
}
.filter_title.tags {
    border-radius: 0;
    width: 50%;
    background-color: #d9d3c9;
    /* color: black; */
    margin: 0;
    margin-top: -70px;
    margin-bottom: 50px;
}
/*.productListWrap .block .info {*/
/*    margin-top: 5px;*/
/*}*/
.productListWrap .block .info h4, .productListWrap .block .info h2 {
    color: #00bcd4 !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 0;
    font-family: 'Merriweather' !important;
    font-style: italic;
    display: none;
}
.productListWrap .block .info h4 {
    text-decoration: line-through;
    color: #a4a4a4;
}
.productListWrap .block .info h5 {
    font-size: 16px !important;
    line-height: 10px;
    font-weight: 800;
    text-align: center;
    margin-top: 30px;
    display: none;
}
h1.product-name {
    font-size: 17px !important;
    font-weight: 500 !important;
    font-family: 'Josefin', sans-serif;
    line-height: 0;
}
.filter.breadCrumb {
    margin-top: -20px;
}
button#show_filters_button {
    border: 1px solid #cccccc;
    line-height: 0;
    height: 30px;
    margin: 7px;
    padding-bottom: 0 !important;
    padding-top: 0px !important;
    margin-top: 56px;
    background-color: white;
    width: 30px;
}
.container-fluid.pageHeader h1 {
    margin-top: 0px;
    /* background-color: #e8e4dd; */
    font-size: 13px;
    display: inline-block;
    font-family: 'Gotham', sans-serif;
    font-weight: 200;
}
img#search-cook {
    margin-top: 0;
    margin-bottom: 0;
    height: 17px;
    float: inherit;
    padding: -10px;
    padding: 0 !important;
}

a.show-products {
    background-color: white;
    padding: 9px;
    padding-right: 22px;
    margin-left: 10px;
}
button#hide_filters_button {
    border: 1px solid #cccccc;
    line-height: 0;
    height: 30px;
    padding-bottom: 0 !important;
    padding-top: 0px !important;
    margin-top: 56px;
    background-color: white !important;
    width: 30px;
}
label#swatch-images {
    margin: auto;
    background-color: transparent;
    width: 90px;
}
.productListWrap .block .info .size {
    /*border-left: 1px #212121 solid;*/
}
.productListWrap .block .price {
    /* padding-left: 0;
    padding-right: 0; */
}
.productListWrap .block .price * {
    color: #000000 !important;
    margin-bottom: 16px;
    font-family: 'Josefin Sans';
}
.productListWrap > a {
    position: relative;
    margin-bottom: 40px;
}
.productListWrap .productTag {
    position: absolute;
    top: 11px;
    z-index: 10;
    line-height: 27px;
    padding-left: 11px;
    padding-right: 11px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    left: 29px;
}
.productListWrap {
    margin-top: 0;
    padding-bottom: 20px !important;
}
.productListWrap .content.hidden {
    display: none;
}
.mobileFilter .viewChange {
    display: none !important;
}
.mobileFilter .viewChange a {
    border: 1px solid #c7c7c7;
    line-height: 40px;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.mobileFilter .filteropen {
    display: block;
}
.btn {
    color: #ffffff !important;
}
.mobileFilter .filteropen a.filterBtn {
    display: inline-block;
    border: none;
    width: 100%;
    display: block;
    height: 34px;
    line-height: 30px;
    font-size: 15px;
    color: #212121;
    padding: 0 15px;
    text-align: center;
    background-color: #e0dbd3;
}
.productViewWrap .image .thumbNail {
    margin-top: 20px;
}
.productViewWrap .image .thumbNail div img {
    border: 1px solid #d6d6d6;
}
.productViewWrap .image .thumbNail .slick-slide {
    /* border: 1px solid #cccccc; */
    margin: 0 15px;
}
.divider {
    position: absolute;
    border-bottom: 1px solid #d1d1d1;
    height: auto;
    width: 93%;
    padding-top: 4px;
    margin: 8px;
    margin-top: 0;
}
/*--
PRODUCT
--*/
.productViewWrap .sizeContain {
    position: relative;
}
.productViewWrap .details .sizeContain label, .filterWrap .sizeContain label, .filterMobileopen .sizeContain label {
    margin-right: 0;
}
.productViewWrap .details .sizeContain label:hover, .filterWrap .sizeContain label:hover, .filterMobileopen .sizeContain label:hover {
    cursor: pointer;
}
.productViewWrap .details .sizeContain input[type="radio"], .filterWrap .sizeContain input[type="radio"], .filterMobileopen .details .sizeContain input[type="radio"] {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
}
.productViewWrap .details .sizeContain input[type="radio"]:focus { /*no need, if you don't disable default appearance*/
    outline-color: transparent; /*to remove the square border on focus*/
}

.productViewWrap .details .sizeContain input[type="radio"]:checked, .filterWrap .sizeContain input[type="radio"]:checked, .filterMobileopen .sizeContain input[type="radio"]:checked {
    border: 1px solid #ff55b0;
}
.productViewWrap .details .sizeContain input[type="radio"]:checked ~ span:first-of-type, .filterWrap .sizeContain input[type="radio"]:checked ~ span:first-of-type, .filterMobileopen .sizeContain input[type="radio"]:checked ~ span:first-of-type {
    color: #ff55b0;
}

.productViewWrap .details .sizeContain label span:first-of-type, .filterWrap .sizeContain label span:first-of-type, .filterMobileopen .sizeContain label span:first-of-type {
    position: relative;
    left: -13px !important;
    top: -15px;
    bottom: 0;
    font-size: 10px;
    color: #000000;
    text-align: center;
    line-height: 40px;
}
.filter_title  {
    text-align: center;
    line-height: 12px;
    margin-top: 4px;
    font-size: 10px;
    margin-left: 4px;
    font-family: 'Josefin Sans';
    font-weight: 500;
}
.productViewWrap .details .colourContain label:hover, .filterWrap .colourContain label:hover, .filterMobileopen .colourContain label:hover {
    cursor: pointer;
}
.productViewWrap .details .colourContain input[type="radio"], .filterWrap .colourContain input[type="radio"], .filterMobileopen .colourContain input[type="radio"] {
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: none;
    background-color: white;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
}
.productViewWrap .details .colourContain p, .filterWrap .colourContain p, .filterMobileopen .colourContain p {
    font-size: 10px;
}
.productViewWrap .details .colourContain input[type="radio"]:focus { /*no need, if you don't disable default appearance*/
    outline-color: transparent; /*to remove the square border on focus*/
}
.productViewWrap .details .colourContain input[type="radio"]:checked, .filterMobileopen .details .colourContain input[type="radio"]:checked { /*no need, if you don't disable default appearance*/
    border: 2px solid #ff55b0;
    /* border-radius: 50%; */
    width: 32px;
    height: 32px;
}
.productViewWrap .details .colourContain label span:first-of-type, .filterWrap .colourContain label span:first-of-type {
    position: relative;
    left: -34px;
    top: -12px;
    bottom: 0;
}

.productViewWrap .details .title h1 {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 7;
}
.productViewWrap .details .code h5 {
    font-size: 14px;
    font-weight: 500;
    color: #bfbfbf;
    text-transform: uppercase;
    display: none;
}
.productViewWrap .details .amounts {
    display: inline-block;
}
.productViewWrap .details .amounts .price, .productViewWrap .details .amounts .slashedPrice {
    display: inline-block;
}
.productViewWrap .details .amounts .price h2 {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: #00bcd4;
    font-family: 'Merriweather' !important;
    font-style: italic;
    display: none;
}

.productViewWrap h2 span {
    font-weight: 400;
    color: #39454b;
    font-size: 23px;
    text-decoration: line-through;
    text-decoration-thickness: from-font;
    margin-left: 10px;
}

.productViewWrap .details .amounts .slashedPrice h3 {
    font-size: 16px;
    text-decoration: line-through;
    display: inline-block;
    color: #bfbfbf;
    margin-left: 10px;
} 
.productViewWrap .details .sizeContain .title h4, .productViewWrap .details .colourContain .title h4, .productViewWrap .details .quantityContain .title h4, .productViewWrap .details .materialContain .title h4 {
    font-size: 14px;
    font-weight: 300;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
}
.productViewWrap .details .sizeContain .title h4 span, .productViewWrap .details .colourContain .title h4 span {
    font-size: 15px;
    font-weight: 400;
    text-transform: initial;
    margin-left: 20px;
}
.productViewWrap .details .quantityContain {
    margin-bottom: 20px;
}
.productViewWrap .details .productButtons {
    margin-top: 20px;
}
.productViewWrap .details .form-control {
    display: block;
    width: 100px;
    height: 45px !important;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s 
}
.quantity-title{
    padding-top: 20px !important; 
}
.productDescr {
    margin-top: 15px;
}
.productDescr .nav-tabs .nav-item.show .nav-link, .productDescr .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.productDescr .nav-tabs .nav-link.active {
    border-bottom: 2px #1b1b19 solid;
}
.productDescr .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 12px;
    text-transform: uppercase;
    color: #495057;
    font-weight: 300;
}
.productDescr .tab-content {
    margin-top: 20px;
    font-weight: 300;
}

.productListWrap .two-up .block .title h1 {
    min-height: 21px;
    width: auto;
}
.two-up #wishlist-container {
    margin-top: -81px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
#addToCartButton {
    background-color: #313132 !important;
    color: #ffffff !important;
    font-weight: 400;
    border-radius: 0;
    margin-bottom: 10px;
}
div#btnContainer {
    margin-top: -45px;
}
.four-up .size h5 {
    font-size: 16px !important;
    line-height: 6px !important;
    font-weight: 800 !important;
}
.four-up .size {
    padding-left: 2px !important;
}
.four-up .price {
    line-height: -13px !important;
    /*padding-right: 2px !important;*/
}
.four-up .price h2 {
    font-size: 16px !important;
}
.three-up .size h5 {
    font-size: 14px !important;
    line-height: 7px !important;
}
.three-up .size {
    padding-left: 2px !important;
}
.three-up .price {
    line-height: -13px !important;
    /*padding-right: 2px !important;*/
}
.three-up .price h2 {
    font-size: 20px !important;
}
#addToCart .product-title-h1 {
    color: black;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
#addToCart h3.update-price-on-change {
    display: inline;
    float: none;
}
#addToCart .form-group label {
    display: block;
    float: left;
    width: 20%;
    line-height: 35px;
    color: #212529 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
#addToCart .form-group input {
    display: block;
    float: left;
    width: 20%;
    padding: 0 10px;
    border: 1px solid black;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
    margin-bottom: 20px;
    text-align: center;
}
#addToCart .form-group {
    margin-bottom: 1rem;
    display: block;
    float: left;
    width: 100%;
}
#addToCart .modal-content {
    border-radius: 0;
    border: 5px solid black !important;
}
#addToCart .product-view button.col-12 {
    background-color: black !important;
}
#addToCart .filter-select-label {
    width: 6% !important;
}
.container-fluid.pageHeader {
    margin-top: 0;
    /* background-color: #e8e4dd; */
}
.productDescr .nav-tabs .nav-item.show .nav-link, 
.productDescr .nav-tabs .nav-link.active {
    display: none;
}
button.close {
    font-size: 29px !important;
    margin-right: 20px;
    margin-bottom: -30px;
}
section.details {
    background-color: #f5f2ec;
    height: 100%;
    padding: 40px 50px 80px 60px;
    max-width: 45%;
    margin-left: 70px;
    margin-top: 0;
}

a.sharing.share-open {
    margin-left: 100%;
    font-size: 24px;
    color: #c10230;
    line-height: 0px;
}
div#nav_default {
    display: none;
}
.prod_image {
    margin-top: 40px;
}
.recipe-card .recipes-listing {
    display: flex;
    flex-wrap: inherit;
    height: auto;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 70px !important;
    line-height: 1;
    opacity: .75;
    color: #8fb91e !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
    width: 190px !important;
    z-index: 1000 !important;
}
.slick-slide img {
    display: block;
    margin: auto;
}
.slick-next {
    right: -115px;
    background: url('../arrow-left.svg') no-repeat;
}
.slick-prev {
    left: -75px !important;
}
h3.sub_article_title {
    color: black;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.productArticles {
    max-width: 90%;
    background-color: #ece8e1;;
    height: 160px;
    border-radius: 15px;
}
.img-fluid.product-image {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
  }
  
.product-image:hover {
    background-color: #afaba3;
    opacity: 0.6;
} 
h1.filters-breadcrumb {
    font-size: 13px;
    margin-top: 43px;
    font-weight: 300;
    margin-left: 17px;
    font-family: 'Gotham', sans-serif;
}
button.quick-view-button {
    display: none;
    background-color: #000000;
    color: white;
    margin: 35%;
    width: 40%;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 500;
    line-height: 0;
    position: absolute;
    top: 210px;
    padding: 13px;
    font-family: 'Josefin Sans' !important;
    font-size: 14px !important;
    margin-top: 60px;
    height: 40px;
}
.product-listing:hover .quick-view-button {
    display: block;
  }
button.quick-view-button {
    display: none;
    width: 50%;
    padding: 0;
    left: 0%;
    right: 0;
    top: 50%;
    margin: auto;
}
.heat-icon img {
    display: none;
    margin-bottom: 20px;
    position: absolute;
    top: 75%;
    bottom: 0;
    left: 20px;
}
.product-listing:hover .heat-icon img {
    display: block;
}
.add-to-shopping-list {
    display: none;
    position: absolute;
    font-size: 17px;
    background-color: white;
    height: 40px;
    width: 40px;
    padding: 12px;
    right: 0;
    top: 3%;
    left: 78%;
    padding-top: 9px;
}
.two-up .add-to-shopping-list {
    left: 88%;
}
.two-up .add-to-wishlist {
    display: none;
    position: absolute;
    font-size: 17px;
    background-color: white;
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 70px;
    left: 88%;
    right: 0;
    padding-top: 9px;
}
.three-up .add-to-wishlist {
    display: none;
    position: absolute;
    font-size: 17px;
    background-color: white;
    height: 40px;
    width: 40px;
    padding: 12px;
    left: 86%;
    right: 0;
    padding-top: 9px;
}
.three-up .add-to-shopping-list {
    display: none;
    position: absolute;
    font-size: 17px;
    background-color: white;
    height: 40px;
    width: 40px;
    padding: 12px;
    right: 0;
    top: 3%;
    left: 86%;
    padding-top: 8px;
}
.three-up button.quick-view-button {
    display: none;
    width: 43%;
    top: 40%;
    padding: 0;
    margin: auto;
}
.two-up button.quick-view-button {
    display: none;
    top: 50%;
    width: 30%;
    margin: auto;
}
.four-up button.quick-view-button {
    display: none;
    margin: auto;
}
div#addToShoppingListModal {
    background-color: #00000094;
}
.my_shoping_list.modal-body {
    height: 320px;
    width: 470px;
}
.shoping_list.modal-header {
    display: block;
    border-bottom: none;
}
h2.shoppinglist_modal-title {
    text-align: center;
    margin: auto;
    padding: 10px;
    margin-left: 0;
    margin-top: 30px;
    font-size: 18px;
}
input.type-list {
    width: 88%;
    padding: 13px;
    height: 39px;
    margin-left: 21px;
    margin-bottom: 20px;
    border: 1px solid #b7b7b7;
    background-color: #ece8e1;
}
.modal-header .close {
    padding: 0 1rem;
    margin: -10px;
    margin-top: -80px;
    font-size: 36px;
    color: black !important;
}
button.btn.create {
    border-radius: 0;
    background-color: #8fb91e;
    border: none;
    color: white !important;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    width: 87px;
    height: 30px;
    font-weight: 600;
    margin: 20px;
    margin-top: 0;
}
button.btn.create.delete {
    border-radius: 0;
    background-color: #000000;
    border: none;
    color: white !important;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    width: 87px;
    height: 30px;
    font-weight: 600;
    margin: 20px;
    margin-top: 0;
    padding: 0;
}
ul.shopping-list {
    max-width: 60% !important;
    overflow: scroll;
    height: 220px;
}
button.btn.cancel {
    background-color: white;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    font-weight: 600;
    width: 100px;
    height: 30px;
    color: #000000 !important;
    border-radius: 0;
    margin: -20px;
    margin-top: -40px;
    padding: 0;
}
input.search-prod {
    border-radius: 0;
    height: 40px;
    width: 100%;
    margin: 10px;
    padding: 15px;
    border: 1px solid #b7b7b7;
    background-color: #ece8e1;
}
button.search-shopping {
    padding: 0;
    line-height: 0;
}
img#search-product {
    margin-left: -70px;
    margin-top: -1px;
}
h3.all-shopping-list-title {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
}
span.items {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    margin-left: 5px;
}
a.items-tile {
    font-size: 16px;
    font-weight: 700;
    font-family: 'josefin sans', sans-serif;
    color: black;
    margin-left: 15px;
    line-height: 37px;
}
button.add-to-list {
    font-size: 11px;
    padding: 0;
    margin-left: 10px !important;
    background-color: #ebebeb;
    height: 30px;
    line-height: 0;
    margin-left: 0;
    padding: 0;
    padding-left: 11px;
    padding-top: 0;
}
.shopping-list-block {
    height: 100px;
}
.borderBottom {
    border-bottom: 1px solid #b7b7b7;
    margin-top: 40px;
}
.shoppinglist_modal-footer {
    display: block;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: #00000094;
}
.add-to-wishlist {
    display: none;
    position: absolute;
    font-size: 17px;
    background-color: white;
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 61px;
    left: 78%;
    right: 0;
    padding-top: 9px;
}
.quick-view.modal-content {
    width: 950px;
    margin-left: -50%;
}
div#quickViewModal {
    background-color: #00000094;
}
h2.product-title {
    text-align: left;
    margin-top: 20px;
    color: black;
    font-weight: 600;
    font-family: 'josefin sans', sans-serif;
}
.modal-header .close {
    padding: 0 1rem;
    margin: -10px;
    margin-top: 0;
    font-size: 36px;
    color: black !important;
}
.quick-view.modal-header {
    display: block;
    border: none;
}
.quick-view.product-info {
    margin-top: 0;
    margin-left: 48px;
    margin-bottom: 30px;
    width: 89%;
}
.quick-view .product-image:hover {
    opacity: 1;
}
.quick-view .product-image {
    background-color: transparent;
    margin-top: 0;
}
.quick-view .modal-header .close {
    margin-top: -30px;
    font-size: 33px !important;
    color: black !important;
    position: relative;
    right: 10px;
    top: 50px;
}
.row.quick-view.modal-body img {
    max-width: 100%;
    margin: 0;
}
.shoping_list .modal-header .close {
    margin-top: -120px;
    font-size: 33px !important;
    color: black !important;
    position: relative;
    right: 10px;
    top: 50px;
}
p.product-description {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Josefin', sans-serif;
    width: 90%;
}
h6.ingredients-title {
    font-size: 15px;
    font-family: 'Gotham', sans-serif !important;
    color: black;
    font-weight: 600;
}
p.product-weight {
    margin-top: -10px;
    font-weight: 700;
}
.product-listing:hover .add-to-shopping-list {
    display: block;
}
.product-listing:hover .add-to-wishlist {
    display: block;
}
/* This rule targets the product image and sets the position property to "relative". This allows the "button.quick-view-button" element to be positioned absolutely within the product image. */
.img-fluid.product-image {
    position: relative;
}
  
  /* This rule sets the display property of the "button.quick-view-button" element to "block" and positions it absolutely at the top-right corner of the product image when the user hovers over the product image. */
.img-fluid.product-image:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 50px;
}
  
.img-fluid.product-image:hover .quick-view-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.breadCrumb h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 20px;
}
.search {
    justify-content: space-between;
    display: flex;
}
input.search-field::placeholder {
    font-size: 15px;
}
img#search-cook {
    margin-top: 0;
    margin-bottom: 0;
    height: 16px;
    float: inherit;
    padding: 0 !important;
    margin-left: -60px;
}
input.search-field::placeholder {
    font-size: 13px !important;
}
input.search-field {
    width: 574px;
    height: 38px;
    padding: 0 0 0 15px;
    margin-left: 0;
    border: none;
    font-family: 'Gotham', sans-serif;
    font-weight: 200;
}
.ingredients {
    padding-left: 0px;
    padding-right: 0px;
}
.ingredients .ingredients-block {
    padding: 30px;
    background-color: #ece8e1;
    border-radius: 15px;
    height:90%;
    margin: 10px;
}
.ingredients p {
    width: 90%;
    font-weight: 200;
    font-size: 16px;
}
.heat_level_01 {
    background-color: #ece8e1;;
    border-radius: 15px;
    margin: 10px;
    padding: 30px;
    max-width: 200px;
}
.heat_level_01 img {
    max-width: 100%;
    padding-top: 20px;
}
.heat_level {
    background-color: #ece8e1;;
    border-radius: 15px;
    margin: 12px;
    padding: 30px;
    max-width: 153px;
}
.heat_level img {
    max-width: 100%;
    margin-top: 20px;
}
.good_to_know {
    background-color: #ece8e1;;
    border-radius: 15px;
    height: 270px;
    margin: 10px;
    padding: 50px;
    font-size: 14px;
}
.related_title h2 {
    text-align: left;
    font-family: 'Josefin Sans';
}
.recipes-listing {
    display: flex;
    width: auto;
    height: 427px;
}

.recipe-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.info.recipe-card {
    width: 33%;
}
.cook-time {
    font-size: 14px;
    color: #000;
    font-family: 'josefin sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px !important;
}
.recipe-card .recipe-info {
    padding: 0;
}
.recipe-title {
    font-size: 22px;
    font-weight: bold;
    color: black;
    line-height: 0px;
    text-align: left;
}
i.fas.fa-plus {
    text-align: center;
    margin-right: 0;
}
.container-fluid .related-recipes {
    /* background-image: url(/assets/images/related-recipes-bg.jpg); */
    background-color: #f5f2ec;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 40px;
}
div#VerticalFilter {
    border: 1px solid #e3ded5;
    background-color: #fcfbf9;
    height: 100% !important;
    margin-top: 17px;
    padding: 0 0;
}
button#EnquireButton {
    background-color: #8fb91e;
    color: white;
    margin: 0;
    width: 40%;
    height: 40px;
    text-transform: uppercase;
    border-radius: 15px;
    font-weight: 500;
    margin-left: 20px;
    font-weight: 800;
    border: 0;
}
button#addtoFavourites {
    border-radius: 15px;
    width: 40%;
    height: 50px;
    margin-top: 10px !important;
    margin: auto;
    margin-bottom: 20px;
    color: #ffffff !important;
    background-color: black;
    margin-left: 49px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Josefin Sans' !important;
}
.product-addtoshoppinglist {
    margin: inherit;
}
.quick-view button#addtoShoppinglist {
    width: 40%;
    background-color: #898989;
}
button.close {
    font-size: 29px !important;
    margin-right: -450px !important;
    margin-bottom: -30px;
}
.quick-view.modal-content button.close {
    font-size: 29px !important;
    position: relative;
    left: 24%;
}
.block.product-listing {
    width: 100%;
}
.quick-view.modal-content {
    width: 950px;
    margin-left: -50%;
    height: 100%;
}
div#quickViewModal_3 {
    background-color: #00000094;
}
.info.recipe-card {
    width: 33%;
    margin-left: 0;
}
.show-products-dropdown.dropdown-menu.show {
    min-width: 0;
    width: 53px !important;
    margin-left: 10px;
    margin-top: 19px !important;
    text-align: left;
    margin-right: 0px;
    transform: none !important;
    transition: none;
}
.show-products-dropdown .dropdown-item {
    padding: 10px;
}
label.custom-control-label p {
    font-size: 12px;
    padding-left: 0;
    margin-top: 5px;
    line-height: 14px;
}
.image-filter-block {
    margin-top: 0;
    margin-bottom: 8px;
    margin:auto;
}
.panel {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 8px;
    margin-right: 8px;
}
.clear-button {
    margin-top: 80px;
}
.clear-button button#filters-btn {
    background-color: #9b968e;
    border: 0;
    min-height: 40px !important;
}
h2.product_category {
    text-align: left;
    font-size: 16px;
    color: #5e5e5e;
    font-family: 'Gotham', sans-serif;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 400;
}
.recipe-card button#add-shopping {
    font-size: 13px !important;
    width: 40%;
    margin-bottom: 50px;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 0;
}
.recipe-card button#add-cookbook {
    font-size: 13px !important;
    width: 37%;
    margin-bottom: 95px;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 0;
}

.show-products.dropdown {
    margin-right: 0;
    line-height: 0;
    display: inline-block;
}
button#addShoppinglist {
    color: white !important;
    background-color: #898989;
}
.apply-button {
    padding: 0;
}
button.apply-top {
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    width: 100px;
    line-height: 0;
    font-family: 'Gotham', sans-serif !important;
    padding: 0 0 0 130px;
    font-weight: 300;
    text-decoration: underline;
    height: 38px;
}
.title.d-flex.justify-content-between {
    background: #ece8e1;
}
h5#clear-all {
    text-align: right;
    line-height: 9px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #828282;
    text-decoration: underline;
    margin-top: 0;
}
.filterWrap .title h5, .filterMobileopen .title h5 {
    padding: 15px !important;
    padding-left: 25px;
    width: auto;
    height: auto;
    margin-top:0;
}
@media (max-width: 1600px) {
    button.apply-top {
        padding: 0;
        font-size: 10px;
        text-transform: uppercase;
        width: 100px;
        /* line-height: 26px; */
        font-family: 'Gotham', sans-serif !important;
        padding: 5px 0 0 100px;
        font-weight: 300;
        text-decoration: underline;
        height: 30px;
    }
    .filterWrap .title h5, .filterMobileopen .title h5 {
        padding-left: 0;
    }
    .filterWrap .title h5, .filterMobileopen .title h5 {
        width: 72px !important;
        height: 26px;
    }
}
@media (max-width: 1366px) {
    img.recipe {
        width: 100%;
        height: 100%;
    }
    .ingredients {
        background-color: #ece8e1;
        border-radius: 15px;
        height: auto;
        margin: 12px;
        padding: 10px;
        max-width: 77%;
    }
    .ingredients .ingredients-block {
        padding: 16px;
        background-color: #ece8e1;
        border-radius: 15px;
        height: auto;
        margin: 10px;
    }
    .row.productViewWrap {
        margin-bottom: -90px;
    }
    section.details {
        max-width: 43%;
        height: 100%;
    }
}
@media (max-width: 1300px) {
    .two-up button.quick-view-button {
        display: block;
        top: 30%;
        width: 30%;
        margin: 154px;
    }
    .heat-icon img {
        top: 70%;
    }
}
@media (max-width: 1440px) {
    .productListWrap .sortBy .dropdown-menu.show {
        max-width: 30% !important;
        background-color: #f5f1e9;
        left: 53% !important;
        top: 0;
        right: 0;
        transform: translate3d(44px, -37px, 0px) !important;
    }
    .filterWrap .title h5, .filterMobileopen .title h5 {
        line-height: 5px;
    }
    .divider {
        margin-top: -3px;
    }
    .panel {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    div#VerticalFilter {
        margin-top: 0;
    }
    .filterWrap .title h5, .filterMobileopen .title h5 {
        width: 72px !important;
    }
    .filterWrap .title h5, .filterMobileopen .title h5 {
        padding: 15px !important;
        padding-left: 25px;
        height: 32px;
    }
    h5#clear-all {
        text-align: right;
        line-height: 5px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 400;
        color: #828282;
        text-decoration: underline;
    }
    button.apply-top {
        padding: 0px 0 0 100px !important;
        width: auto;
        font-size: 10px;
    }
    label.custom-control-label p {
        font-size: 9px;
        line-height: 16px;
        margin-top: 4px;
    }
    #swatch-images p {
        font-size: 9px;
    }
    .three-up .heat-icon img {
        top: 70%;
    }
    .two-up .heat-icon img {
        top: 78%;
    }
    .four-up .heat-icon img {
        top: 70%;
    }
    .product-sharing {
        margin-bottom: 70px;
    }
    .productViewWrap i#icons {
        margin: 0px;
        margin-top: 6px;
    }
    .ingredients .ingredients-block {
        height: auto;
    }
    .quick-view.modal-content {
        margin-top: -130px !important;
    }
    .quick-view .product-image {
        background-color: transparent;
    }
    .row.quick-view.modal-body img {
        max-width: 412px;
    }
    .quick-view.product-info {
        width: 88%;
    }
     .quick-view .product-info {
        margin-top: -20px;
        margin-left: 30px;
        margin-bottom: 0;
    }
    label#swatch-images {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .show-products-dropdown.dropdown-menu.show {
        min-width: 53px;
    }
     .show-products-dropdown.dropdown-menu.show {
        max-width: 0;
        margin-left: 10px !important;
        text-align: right;
        margin-right: 0px;
        padding: 10px;
        line-height: 29px;
    }
    .three-up button.quick-view-button {
        display: none;
        width: 50%;
        top: 50%;
        padding: 0;
    }
    .two-up button.quick-view-button {
        display: none;
        top: 50%;
        width: 30%;
        padding: 0;
    }
     .four-up button.quick-view-button {
        display: none;
        width: 51%;
        top: 50%;
        padding: 0;
        margin-top: 10px;
    }
    .breadCrumb h1 {
        margin-top: 20px;
    }
     .recipe-card, a.btn.see-more-btn.smlBtn {
        margin-top: 10px !important;
        margin-bottom: 40px !important;
    }
    .productListWrap .two-up .block .title h1 {
        min-height: 11px;
        width: 100%;
    }
    button#filters-btn {
        min-height: 40px !important;
        min-width: 100%;
        font-size: 12px;
    }
    .recipe-card button#add-shopping {
        width: 45%;
        margin-bottom: 40px;
        padding: 0;
    }
    .recipe-card button#add-cookbook {
        width: 47%;
        margin-bottom: 75px;
        padding: 0;
    }
    i#icons {
        margin: 0;
    }
    h1.product-name {
        font-size: 14px !important;
    }
    .two-up .product-listing-image-block {
        height: auto;
    }
    .three-up .product-listing-image-block {
        height: auto;
    }
    .four-up .product-listing-image-block {
        height: auto;
    }
      .cook-time {
        margin-bottom: 0;
    }
    section.details {
        padding: 50px;
        max-width: 45%;
    }
    .slick-next:before {
        content: '→';
        margin: 160px !important;
    }
    .magnify.easyzoom--overlay.easyzoom--with-thumbnails {
        max-width: 80% !important;
    }
      .row.productViewWrap {
        margin-bottom: 20px;
    }
    .row.tabs {
        margin-top: -70px;
    }
    .ingredients {
        background-color: #ece8e1;
        border-radius: 15px;
        height: auto;
        margin: 10px;
        padding: 30px;
        max-width: 78%;
    }
    .recipe-card .recipes-listing .view-recipe {
        position: absolute;
    }
    .filterWrap .title h5, .filterMobileopen .title h5 {
        font-size: 12px;
    }
    .recipe-title {
        font-size: 18px;
    }
    button#addtoShoppinglist {
        width: 40%;
    }
     button#addtoFavourites {
        border-radius: 15px;
        width: 40%;
        height: 50px !important;
        margin-top: 10px !important;
        margin: auto;
        margin-bottom: 20px;
        margin-left: 30px;
    }
     .two-up .add-to-wishlist {
        display: none;
        position: absolute;
        top: 60px;
        left: 78%;
        right: 0;
        padding-top: 6px;
    }
    .three-up .add-to-wishlist {
        left: 84%;
        right: 0;
        padding-top: 6px;
    }
    .three-up .add-to-shopping-list {
        display: none;
        position: absolute;
        font-size: 17px;
        background-color: white;
        height: 40px;
        width: 40px;
        padding: 12px;
        right: 0;
        top: 3%;
        left: 84%;
        padding-top: 0;
    }
    .two-up .add-to-shopping-list {
        display: none;
        position: absolute;
        font-size: 17px;
        background-color: white;
        height: 40px;
        width: 40px;
        padding: 12px;
        right: 0;
        top: 3%;
        left: 87%;
        padding-top: 0;
    }
    .two-up .add-to-wishlist {
        display: none;
        position: absolute;
        font-size: 17px;
        background-color: white;
        height: 40px;
        width: 40px;
        padding: 12px;
        top: 70px;
        left: 87%;
        right: 0;
        padding-top: 9px;
        padding-top: 6px;
    }
    .mobile-indent .accordion:after, .accordion_horizontal:after {
        line-height: 22px !important;
    }
    div#btnContainer {
        margin-top: 6px !important;
    }
    img#search-product {
        margin-left: 0;
        position: absolute;
        margin-top: 0;
        left: 430px;
        top: 52%;
    }
    button#show_filters_button {
        border: 1px solid #cccccc;
        line-height: 10px !important;
        height: 31px !important;
        margin: 7px;
        padding-bottom: 0 !important;
        padding-top: 0px !important;
        margin-top: 0;
        background-color: white;
        width: 30px;
    }
    button#hide_filters_button {
        border: 1px solid #cccccc;
        line-height: 10px !important;
        height: 31px !important;
        width: 30px;
    }
    .filter.breadCrumb {
        margin-top: -40px;
        margin-right: 10px;
    }
    h1.filters-breadcrumb {
        font-size: 13px;
        margin-top: 23px;
        font-weight: 300;
        margin-right: 0;
        margin-left: 0;
    }
    button.two-up {
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        margin-right: 2px;
        opacity: 0.1;
        color: white;
        margin-bottom: -20px;
    }
    input.search-field {
        width: 444px;
        height: 34px;
        padding: 0 0 0 15px;
        margin-left: 0;
        border: none;
        margin-top: 37px;
    }
    .sortBy a.dropdown-toggle {
        font-size: 13px;
        font-weight: 400;
        line-height: 57px;
        color: #1b1b19;
        margin-right: 20px;
        border: 1px solid #ccc;
        padding: 4px;
        height: 30px;
        margin-left: 29px;
        margin-right: 16px;
    }
    h6.filter-tags {
        font-size: 10px;
        width: auto;
        color: #000;
        line-height: 27px;
        font-family: 'josefin sans', sans-serif;
        font-weight: 600;
        text-align: center;
    }
    .filterWrap .title h4, .filterMobileopen .title h4 {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 6px 15px 6px 15px;
        height: 100%;
        width: auto;
        line-height: 20px;
    }
     section.details {
        max-width: 43%;
        height: auto;
    }
    img.tab_image {
        width: 100%;
    }
    .ingredients {
        background-color: #ece8e1;
        border-radius: 15px;
        height: auto;
        margin: 15px;
        padding: 10px;
        max-width: 78%;
    }
    .good_to_know {
        background-color: #ece8e1;;
        border-radius: 15px;
        height: 200px;
        margin: 40px;
        padding: 30px;
        max-width: 55%;
        margin-top: 20px;
    }
    .heat_level_01 {
        background-color: #ece8e1;;
        border-radius: 15px;
        margin: 36px;
        padding: 30px;
        max-width: 60%;
    }
    .heat_level {
        background-color: #ece8e1;;
        border-radius: 15px;
        margin: 10px;
        padding: 30px;
        max-width: 10%;
        height: 200px;
        margin-top: -10px;
    }
    img.food-group {
        width: 80px;
        height: 80px;
        margin-top: 20px;
    }
    img.recipe {
        width: 100%;
        height: 100%;
    }
    .recipes-listing {
        display: flex;
        width: 100%;
        height: 337px;
        margin-bottom: 0px;
    }

    button#EnquireButton {
        background-color: #8fb91e;
        color: white;
        margin: 0;
        width: 100%;
        height: 50px;
        text-transform: none;
        border-radius: 15px;
        font-weight: 500;
        line-height: 0;
    }
    a.btn.see-more-btn.smlBtn {
        font-size: 17px;
        font-family: 'josefin sans', sans-serif;
        width: 260px;
        height: 50px;
        line-height: 37px;
        border: none;
        background-color: black;
        color: white !important;
        margin-top: 30px;
        margin-bottom: 0px;
        border-radius: 15px;
    }
}
@media (max-width: 1024px) {
    .sortBy .dropdown-menu.show {

        transform: translate3d(361px, -6px, 0px) !important;
    }
    .productListWrap .block {
        min-height: auto;
        padding: 0;
         margin-bottom: 35px; 
        max-width: 100%;
    }
    .productViewWrap .details .sizeContain label, .filterWrap .sizeContain label, .filterMobileopen .sizeContain label {
        margin-right: 6px !important;
    }
    .filter.breadCrumb {
        margin-right: 18px;
    }
    .filterWrap .title h5, .filterMobileopen .title h5 {
        padding: 16px !important;
        padding-left: 12px !important;
        width: 110px;
        line-height: 0px;
    }
    .mobile-indent .accordion:after, .accordion_horizontal:after {
        line-height: 15px !important;
    }
    h5#clear-all {
        text-align: right;
        line-height: 0;
        height: 0;
        padding-right: 13px !important;
        text-transform: uppercase;
        font-size: 10px;
    }
    button.apply-top {
        font-size: 9px;
        width: 47px !important;
        line-height: 0 !important;
    }
    .filterWrap .title h5, .filterMobileopen .title h5 {
        width: 55px !important;
    }
    .filterWrap .title h4, .filterMobileopen .title h4 {
        line-height: 14px;
    }
    .filterWrap .title h4, .filterMobileopen .title h4 {
        padding: 10px;
    }
    button.two-up {
        margin: 0px !important;
    }
    button#hide_filters_button {
        margin-top: 46px;
    }
    .sortBy a.dropdown-toggle {
        line-height: 37px;
    }
    h1.filters-breadcrumb {
        font-size: 12px;
        margin-top: 13px;
    }
   
    .container-fluid.pageHeader {
        margin-top: 0 !important;
    }
    .panel {
        margin-top: 0;
        margin-bottom: 0 !important;
    }
    .image-filter-block {
        margin: 0;
    }
    .filterColourBlock, .panel {
        margin-top: 10px;
        margin-bottom: 10px;
    }
     .show-products-dropdown.dropdown-menu.show {
        margin-left: 11px !important;
        margin-top: 27px !important;
    }
    h1.filters-breadcrumb {
        font-size: 12px;
    }
    .recipe-card button#add-cookbook {
        width: 53% !important;
        margin-bottom: 75px;
        padding: 0;
    }
     .recipe-card button#add-shopping {
        width: 55%;
        margin-bottom: 40px;
        padding: 0;
    }
    .recipes-listing.icon-block {
        height: 260px;
    }
        img.recipe {
        width: 100%;
        height: 260px;
    }
    #share {
        width: 63%;
        padding: -10px 0;
        text-align: center;
        margin-top: -17px;
        float: right;
        margin-right: 0px;
    }
    section.details {
        max-width: 42%;
        height: auto;
    }
    .four-up .product-listing-image-block {
        height: 100%;
    }
    .three-up .product-listing-image-block {
        height: auto;
    }
    .two-up .product-listing-image-block {
        height: auto;
    }
     label#swatch-images {
        margin: auto; 
        margin-top: 5px !important;
        margin-right: 7px;
    }
    label.custom-control-label p {
        font-size: 10px;
        padding-left: 0 !important;
        margin-top: 3px;
        line-height: 13px;
    }
    .show h1 {
        font-size: 12px !important;
    }
    .breadCrumb h1 {
        font-size: 12px !important;
        margin-top: 10px;
    }
    div#VerticalFilter {
        margin-left: 0px;
        margin-top: 0;
    }
    .filterWrap .title h4, .filterMobileopen .title h4 {
        font-size: 9px;
        text-transform: uppercase;
        background: #ece8e1;
        height: auto;
    }

    p.filter_title {
        text-align: center;
        font-size: 13px;
        line-height: 10px;
    }
    .filterWrap .title h5, .filterMobileopen .title h5 {
        font-size: 10px;
    }
    .four-up .price h2 {
        font-size: 20px !important;
    }
    .four-up .size h5 {
        font-size: 9px !important;
    }
    .three-up .price h2 {
        font-size: 16px !important;
    }
    .three-up .size h5 {
        font-size: 12px !important;
    }
    .productListWrap .block .info h4, .productListWrap .block .info h2 {
        font-size: 20px;
        font-weight: 700;
    }
   .productListWrap .block .title h1, .productListWrap .block .info h2, .productListWrap .block .info h5, .productListWrap .block .info h4 {
        margin-bottom: 3px;
    }
    .sortBy .dropdown-menu {
        left: 0 !important;
    }
    .productListWrap {
        margin-top: 0;
        padding-left: 10px;
    }
    .four-up .block .title h1 {
        font-size: 10px;
    }
    .borderTop {
        width: 100%;
    }
    .four-up .block .title h1 {
        font-size: 15px;
        line-height: 16px;
    }
    a#addToCartButton {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    h1.filters-breadcrumb {
        font-size: 12px !important;
        margin-top: 0;
    }
    h5#clear-all {
        height: 23px !important;
    }
    .filterWrap .applied, .filterMobileopen .applied {
        margin-bottom: 0;
    }
    .filterWrap .title h5, .filterMobileopen .title h5 {
        font-size: 13px;
    }
    button.apply-top {
      display: none;
    }
    .filterWrap .productPadding, .filterMobileopen .productPadding {
        padding-bottom: 0;
        border: 1px solid #ece8e1;
    }
    .panel {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
    .filterWrap .title h4, .filterMobileopen .title h4 {
        width: auto;
        height: auto;
    }
    a.dropdown-toggle.sortByMobile {
        display: none;
    }
    button#hide_filters_button {
        /* margin: -5px; */
        margin-top: 0 !important;
    }
    .sortBy a.dropdown-toggle {
        line-height: 24px;
        width: 75%;
    }
    section.details {
        max-width: 100%;
        height: auto;
        margin-left: 0;
    }
    button#hide_filters_button {
        margin-top: 50px;
    }
    .sortBy a.dropdown-toggle {
        width: 75%;
    }

    /*div#product-block {*/
    /*    margin-left: 20px;*/
    /*}*/
   .breadCrumb h1 {
        font-size: 15px !important;
        margin-left: 20px;
        margin-top: 0;
    }
    .three-up .size {
        padding-left: 15px !important;
    }
    .four-up .size {
        padding-left: 15px !important;
    }
    .borderTop {
        width: auto;
    }
    a#addToCartButton {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .filterColourBlock, .panel {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 7px;
    }
    .panel {
        margin-top: 0 ;
        margin-bottom: 0 !important;
    }
    .filterWrap .title h4, .filterMobileopen .title h4 {
        line-height: 34px;
        margin-bottom: 0;
    }
    h5#clear-all {
        font-size: 12px;
        width: 120px !important;
    }
    .quick-view.modal-body {
        border: none;
        padding: 0;
    }
    .quick-view.modal-content {
        width: 91%;
        margin-left: 0;
        margin-top: 0 !important;
    }
  .quick-view .product-info {
        margin-left: 0;
        margin-bottom: 0;
        padding: 40px;
    }
    .row.quick-view.modal-body img {
        max-width: 452px;
    }
    .four-up button.quick-view-button {
        display: none;
        margin: 50px;
        width: 60%;
        top: 40%;
        padding: 0;
        margin-top: 10px;
    }
     .three-up button.quick-view-button {
        display: none;
        margin: 60px;
        width: 43%;
        top: 140px;
        padding: 0px;
        left: 4%;
    }
    .three-up .add-to-shopping-list {
        top: 3%;
        left: 79%;
    }
    .filter.breadCrumb {
        margin-top: 0 !important;
        margin-right: 10px;
        padding-top: 0;
        margin-top: 0;
        position: relative;
    }
    .recipe-card button#add-cookbook {
        width: 63% !important;
        margin-bottom: 75px;
        padding: 0;
    }
    .recipe-card button#add-shopping {
        width: 75%;
        margin-bottom: 40px;
        padding: 0;
    }
    .recipes-listing.icon-block {
        height: 180px;
    }
    img.recipe {
        width: 100%;
        height: 180px;
    }
    div#btnContainer {
        margin-top: 0 !important;
    }
    .quick-view button#addtoFavourites {
        margin-bottom: 20px !important;
        margin-left: 35px;
    }
    #share {
        width: 33%;
    }
    .three-up .product-listing-image-block {
        height: auto;
        width: 97%;
        margin: 10px;
    }
    .two-up .product-listing-image-block {
        height: auto;
        width: 100%;
        margin: 10px;
    }
    .menuClose.text-right {
        font-size: 14px;
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        color: black;
    }
    button#filters-btn {
        min-height: 50px !important;
        max-width: 92%;
    }
    button#filters-btn\ clear {
        margin-top: 70px !important;
        background-color: #9b968e;
        font-size: 15px !important;
    }
    .sortBy a.dropdown-toggle {
        width: 75%;
    }
    .productViewWrap .details .title h1 {
        margin-bottom: 2px;
    }
    .productViewWrap .details .amounts {
        display: none;
    }
   .productListWrap {
        margin-top: 0;
        padding: 20px;
        margin: auto;
    }
    .productListWrap .block .price {
        padding-left: 0px;
    }
    .productListWrap .block .info h2 {
        font-size: 20px !important;
    }
    .productListWrap .block .info .size {
        border-left: none;
        margin-top: 20px;
        padding-left: 0 !important;
    }
    .productButtons button.smlBtn {
        min-width: 100%;
        font-size: 19px;
    }
    .productViewWrap .details {
        margin-top: 0px;
    }
    .productListWrap .block .title h1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        min-height: 0;
        margin-top: 10px;
        height: 30px;
    }
    .productListWrap .block {
        min-height: 170px;
        max-height: unset;
    }
    .productViewWrap .image .thumbNail {
        display: none;
    }
/* 
    .sortBy {
        display: none;
    } */
    .sortBy .dropdown-menu {
        top: -3px !important;
    }
    .productListWrap .block .info h5 {
        font-weight: 300;
        margin-top: -4px;
    }
}
@media (max-width: 360px) {
   .filter.breadCrumb {
            width: 35% !important;
    }
    .container .filter.breadCrumb {
        margin-right: -12px;
        padding-left: 4%;
        width: 37%;
    }
}
@media (max-width: 576px) {
    label.custom-control-label p {
        padding-left: 10px !important;
    }

    #swatch-images p {
        font-size: 10px;
    }
    .accordion:after, .accordion_horizontal:after {
        margin-top: 0;
    }
    button#filters-btn {
        min-height: 50px !important;
        max-width: 86%;
    }
    button.apply-top {
        display: none;
    }
    .divider {
        display: none;
    }
    button.apply-top {
        font-size: 11px !important;
        padding: 0 0 0 50px !important;
        width: 137px !important;
        line-height: 60px !important;
        height: 72px !important;
    }
    .filterWrap .title h5, .filterMobileopen .title h5 {
        padding: 27px !important;
        padding-left: 12px !important;
        width: 100% !important;
    }
    .three-up .product-listing-image-block {
        height: auto;
        width: 97%;
        margin: 7px;
    }
     .four-up .product-listing-image-block {
        width: 94%;
        height: 30%;
        margin: 0;
    }
    .two-up .product-listing-image-block {
        height: auto;
        width: 85%;
        margin: 20px;
    }
    button#filters-btn {
        font-family: 'Josefin', sans-serif;
        padding: 0;
        margin: auto;
        color: #ffffff !important;
        margin-top: 40px !important;
    }
     button.columns-two-up.two-up img {
        width: 12px;
    }
    button.columns-three-up.two-up img {
        width: 12px;
    }
    [class*=cta] button, [class*=cta] a, a:not(.icons), button {
        line-height: 30px;
    }
    .divider {
        position: absolute;
        border-bottom: 1px solid #d1d1d1;
        height: auto;
        width: 90%;
        padding-top: 4px;
    }
    .productDescr .article p {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .recipe-card .recipes-listing .view-recipe {
        position: absolute;
        line-height: 35px !important;
    }
    .productViewWrap i#icons {
        background-color: #000000;
    }
    .productViewWrap #share {
        width: 100% !important;
        text-align: center;
        margin-top: -57px !important;
        margin-right: 70px !important;
    }
    .filterWrap .productPadding, .filterMobileopen .productPadding {
        padding-bottom: 0;
        border: 1px solid #ece8e1;
    }
     label#swatch-images {
        margin: auto;
        margin-top: 12px !important;
        margin-bottom: 10px !important;
    }
    .filterWrap .title h4, .filterMobileopen .title h4 {
        /* margin: 0; */
        margin-top: 0;
        font-size: 11px;
        font-weight: 600;
        width: auto;
    }
    .panel {
        margin-top: 30px;
    }
    .custom-control-input {
        opacity: 0;
    }
    .recipe-card, a.btn.see-more-btn.smlBtn {
        margin-top: 0;
        margin-bottom: 50px !important;
    }
    .recipes-listing.icon-block {
        height: 85%;
    }
    .three-up .product-listing-image-block {
        width: auto;
    }
    .mobileFilter .filteropen a.filterBtn {
        width: 100% ;
    }
   .cook-time {
        margin-top: 60px !important;
    }
  .ingredients.ingredients-mobile {
        width: 41%;
        display: block;
        margin: -10px -2px 21px 23px;
    }
     h2.product_category {
        padding-top: 0px !important;
    }
    .product-addtoshoppinglist {
        margin-top: 60px !important;
    }
    .productViewWrap #share {
        width: 100% !important;
        text-align: center;
        margin-right: 65px !important;
    }
    i#icons {
        margin: auto;
        margin-bottom: 40px;
   
    }
    .productViewWrap i#icons {
        margin: 0px;
        margin-right: 8px !important;
        margin-bottom: 30px;
    }
    .recipe-card button#add-shopping {
        width: 55%;
        margin-bottom: 50px;
        padding: 0;
    }
    .recipe-card button#add-cookbook {
        width: 43% important;
        padding: 0;
        margin-bottom: 85px;
    }
   .recipe-card .recipe-info {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
      button#hide_filters_button {
        margin-top: 6px;
        margin-bottom: 70px;
        background-color: transparent !important;
        border: 0;
        padding-left: 5px;
    }
     button#show_filters_button {
        margin-top: 6px;
        margin-bottom: 70px;
        background-color: transparent !important;
        border: 0;
        padding-left: 5px;
    }
    button.close {
        margin-left: 90%;
        margin-right:0 !important;
    }
    .ingredients .ingredients-block {
        padding: 10px;
        border-radius: 15px;
        height: auto;
        margin: auto;
        max-width: 100%;
    }
    .cook-time {
        font-size: 12px;
        color: #000;
        font-family: 'josefin sans', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 0px !important;
    }
    .recipe-card .recipe-title {
        font-size: 15px !important;
        margin-top: 12px;
        line-height: 19px !important;
    }
    button.quick-view-button {
        display: none !important;
    }
    .add-to-wishlist {
        display: none !important;
    }
    div#product-block {
        margin-left: 0 !important;
    }
    
    .search input.search-field {
        width: 444px !important;
    }
    .show h1{
        float: right;
    }
    .mobile.search {
        display: none !important;
    }
    .mobile.search {
        margin-bottom: 40px;
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
        margin-left: -24px;
    }
    img#search-product {
        margin-left: 0;
        position: absolute;
        margin-top: 0;
        left: 330px;
        top: 26px;
    }
    .slick-next {
        /* right: -30px !important; */
        background: url(../arrow-left.svg) no-repeat;
        width: 90px !important;
    }
   .slick-slide img {
        width: 100%;
        margin-left: -50px !important;
    }
   .related-recipes .see-more-button {
        margin-top: 10px !important;
        margin: 0;
    }
    .product-addtoshoppinglist {
        margin: auto;
        margin-top: 70px;
    }
    button#addtoFavourites {
        /*margin-top: 60px !important;*/
        margin-bottom: -40px !important;
    }
    .slick-prev, .slick-next {
        width: 90% !important;
        z-index: 1000 !important;
    }
    .slick-next {
        right: 0 !important;
    }
    .recipe-title {
        font-size: 14px !important;
        height: auto;
        line-height: 27px;
        margin: 0 !important;
    }
    .slick-next {
        right: -115px !important; 
        background: url(../arrow-left.svg) no-repeat;
    }
   
    .columns-four-up {
        display: none;
    }
    img#search-cook {
        margin-top: -49px;
        margin-bottom: 0;
        height: 16px;
        float: right;
        padding: 0 !important;
        margin-left: 310px;
        margin-bottom: 0;
    }
    .product-listing:hover .heat-icon img {
        display: none;
    }
    .product-listing:hover .add-to-shopping-list {
        display: none;
    }
    a.sharing.share-open {
        margin-left: 92%;
    }
    button#addtoFavourites {
        border: 1px solid #8fb91e;
        border-radius: 15px;
        width: 100%;
        height: 50px !important;
        /*margin-top: 50px !important;*/
        margin: auto;
        margin-bottom: 20px;
        color: #8fb91e !important;
        line-height: 1px !important;
    }
    button#EnquireButton {
        background-color: #8fb91e;
        color: white;
        margin: 0;
        width: 100%;
        height: 50px;
        text-transform: none;
        border-radius: 15px;
        font-weight: 500;
        line-height: 1px ! IMPORTANT;
    }
    .recipes-listing {
        display: flex;
        width: auto;
        height: 85%;
        /*margin-bottom: -150px;*/
    }
    .container-fluid .related-recipes {
        /* background-image: url(/assets/images/related-recipes-mobile-bg.jpg); */
        height: auto;
        background-repeat: no-repeat;
        background-position: center;
    }
   .cook-time {
        font-size: 14px;
        color: #000;
        font-family: 'josefin sans', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
    }
    .heat_level {
        background-color: #ece8e1;;
        border-radius: 15px;
        /* margin: 40px; */
        /* padding: 0 !important; */
        max-width: 30% !important;
        height: 100%;
        margin-top: 30px;
        margin-left: 40px;
    }
    img.food-group {
        width: 50px;
        height: 50px;
        margin-top: 20px;
    }
    .good_to_know {
        background-color: #ece8e1;;
        border-radius: 15px;
        height: 100%;
        margin: 40px;
        padding: 50px;
        max-width: 75%;
        margin-top: -9px;
        margin-bottom: -10px;
    }
    .heat_level_01 {
        background-color: #ece8e1;;
        border-radius: 15px;
        margin: 36px;
        padding: 20px;
        max-width: 78%;
        margin-top: 0;
    }
    .ingredients {
        border-radius: 15px;
        height: 100%;
        margin: 20px;
        padding: 10px;
        max-width: 100%;
        margin-top: -10px;
    }
    /*.recipe-card .recipes-listing .view-recipe {*/
    /*    margin: 18px;*/
    /*}*/
    img.recipe {
        width: 100%;
        height: 100% !important;
    }
    section.details {
        background-color: #f5f2ec;
        height: auto;
        padding: 25px !important;
        max-width: 743px;
        margin-left:0 !important;
    }
    .productListWrap .two-up .block .title h1 {
        min-height: 11px;
    }
    main[role=main].container-fluid {
        padding-top: 40px !important;
    }
    h1.filters-breadcrumb {
        display: none;
    }
    h1.filters-breadcrumb {
        font-size: 13px !important;
        margin-top: 3px;
        font-weight: 300;
        margin-right: 20px;
        margin-left: -30px;
        font-family: 'josefin sans', sans-serif;
    }
    .breadCrumb h1 {
        font-size: 14px !important;
        margin-left: 0;
        margin-top: 0;
        font-weight: 400;
        float: right;
        margin-right: 8px;
    }
    .show-products-dropdown .dropdown-menu.show {
        min-width: 0;
        width: 53px !important;
        margin-left: 11px !important;
        margin-top: 28px !important;
        text-align: left;
        margin-right: 0px;
        transform: none !important;
        transition: none;
    }

     .show-products-dropdown .dropdown-item {
        padding-left: 0 !important;
        margin-top: 10px;
        font-size: 13px;
        text-align: left;
    }
    .show h1 {
        display: none;
    }
    input.search-field {
        width: 100%;
        height: 40px;
        padding: 0 0 0 15px;
        margin-left: 0;
        border: none;
        margin-bottom: 0px;
        margin-top: 70px;
    }
    .info.recipe-card {
        width: 100%;
        margin-bottom: 30px;
    }
    .productDescr {
        margin-top: 35px;
    }
    .productViewWrap .details .title h1 {
        font-size: 17px !important;
        font-weight: 800;
        margin-bottom: 5px !important;
    }
    .productDescr .tab-content {
        margin-top: 13px !important;
    }
    .productListWrap .block {
        padding: 0;
        margin-bottom: 30px;
    }
    button.two-up {
        margin-top: -53px !important;
    }
    h1.product-name {
        font-weight: 500 !important;
        font-family: 'josefin sans', sans-serif;
    }
    h1 {
        font-size: 14px ;
        line-height: 8px ;
    }
    main[role=main].container-fluid {
        padding-top: 0 !important;
    }
    .mobileMenu .logo img {
        max-width: 125px;
        margin-left: -10px;
    }
    
    div#btnContainer {
        margin-right: 30px;
    }
    .productListWrap .block .price * {
        color: #000000 !important;
        margin-bottom: 16px;
    }
    .productListWrap .block .title h1 {
        font-size: 12px !important;
        font-weight: 300;
        line-height: 13px !important;
        min-height: 0;
        margin-top: 16px;
        height: 0px;
        text-align: center;
        max-width: 96%;
    }
    .productListWrap .block .info .size {
        border-left: none;
        margin-top: -8px;
    }
    .productListWrap {
        margin-top: 0px;
    }
    .container-fluid.pageHeader h1 {
        display: none;
    }
    h1 {
        font-size: 12px;
        line-height: 18px !important;
    }
    h1.product-name {
        font-size: 17px !important;
        font-weight: 500;
        font-family: 'Josefin', sans-serif;
        line-height: 0;
    }
    .productDescr .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        font-size: 11px;
        padding: 0 5px;
        /*margin-bottom: 10px;*/
    }
 
        
    tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border: none;
        font-size: 14px;
        font-weight: 700;
        text-transform: none;
        margin-bottom: 0px;
    }
    .productListWrap .productTag {
        position: absolute;
        top: 0;
        z-index: 10;
        line-height: 31px;
        padding-left: 11px;
        padding-right: 11px;
        font-size: 12px;
        height: 30px;
        font-weight: 600;
        margin-top: 11px;
        border-radius: 5px;
    }
 
    .productDescr .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        font-size: 11px;
        padding: 0 0px;
    }
    .mobileFilter {
        margin-bottom: 30px;
    }
     .productListWrap .block .info h5 {
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        margin-top: 24px;
        text-align: center;
    }
      .borderTop {
        width: auto;
     }
     .productListWrap .block .info h2 {
        font-size: 22px;
     }
     .three-up .price h2 {
        font-size: 20px !important;
     }
     .three-up .size {
         padding-left: 0 !important; 
    }
    #wishlist-container {
        margin-right: 12px;
        float: right;
        margin-top: -63px;
    }
    .block.product-listing {
        width: 100%;
        margin-top: 0;
    }
    .block.product-listing {
        margin-top: 10px;
    }
}
@media (max-width: 400px) {
    img.recipe {
        width: 100%;
        height: auto !important;
    }
}
@media (max-width: 320px) {
    .productListWrap {
        margin-top: -40px;
    }
    .two-up .product-listing-image-block {
        height: 383px;
        margin-top: -40px;
    }
    .container .filter.breadCrumb {
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding-left: 20px !important;
    }
    .sortBy a.dropdown-toggle {
        width: 69px !important;
    }
    .filter.breadCrumb {
        width: 43%  !important;
    }
    .three-up span.productTag.Tag-mobile {
        position: absolute;
        top: 0;
        z-index: 10;
        line-height: 42px;
        padding-left: 5px;
        padding-right: 5px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        width: 40px;
        height: 40px;
    }
    .pageHeader .breadCrumb a, .pageHeader .breadCrumb h1 {
        font-size: 8px;
        display: inline;
        line-height: 40px;
        /* text-transform: uppercase; */
        font-weight: 700;
    }
    .productListWrap .block .info h2 {
        font-size: 15px !important;
    }
    .productListWrap .block .title h1 {
        font-size: 13px;
        line-height: 18px !important;
        /* text-transform: uppercase; */
        min-height: 0px;
        margin-top: 6px;
        height: 20px;
    }
}
