#main.container-fluid,#footer.container-fluid, .catalogue .container-fluid{
    padding: 0px;
}
.mb-0 { margin-bottom: 0!important; }
.nav_top form {
    margin-bottom: 0;
}
button.btn.btn-add {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none !important;
    color: #91b260;
    font-size: 1em;
    margin: 0;
    padding: 0 0 10px;
}
button.btn.btn-add span.glyphicon {
    margin-left: 15px;
}
a.btn.btn-small, a.btn.btn-small.btn-outline, button.btn.btn-small, button.btn.btn-small.btn-outline {box-shadow: none;
    font-size: 15px;
    padding: 11px 20px;
    text-shadow: none;
    text-transform: capitalize;
    border-radius: 5px;
}

.recipe_sub {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 15px;
} 
.recipe_sub #myTabs > li{
    padding: 0px;
}
.recipe_sub #myTabs > li > a{
    font-family: "Roboto Slab",serif;
    font-weight: lighter;
    font-size: 25px;
    color: #ccc;
    border-bottom: 1px SOLID #ccc;
    border-right: 1px SOLID #ccc;
    margin: 0;
}
#myTabs.nav-tabs{
    border: 0px;
}
#myTabs > li.active > a{
    color: #000;
    border-bottom: 0px;
}
#myTabs > li:first-child > a{
    border-left: 0px;
}
#myTabs > li:last-child > a{
    border-right: 0px !important;
}
#myTabs .nav-content {
    display: none;
}
#myTabs .active .nav-content {
    display: block;
}
.tab-pane {
    margin: 15px;
}
.nopad-l{
    padding-left: 0px;
}
.nopad-r{
    padding-right: 0px;
}
.recipe_sidebar_item li {
    text-transform: uppercase;
}
.perfect_pairing_items_inner > img {
    padding-right: 5px;
    width: 45px;
}
section.product .product_sidebar form {
    margin-left: 0px;
}
section.product .product_sidebar form > *{
    margin-left: 30px;
}
@media (max-width: 992px) {
    .blog_layout .card-columns{
        -moz-column-count: auto;
        -moz-column-gap: auto;
    }
}

#pager {
	display: block;
    width: 100%;
    clear: both;
}
.prod_items .addQTY {
    font-size: 12px;
    height: 25px;
    text-align: center;
    width: 30px;
}
 
#basket_cart input {
    max-width: 100%; 
}

.row.scrolling {
	text-align: center;
	font-weight: bold;
}	
.row.scrolling .img_box {
	width: 100%;
	height: 250px;
	background-size: contain;
	background-position: center center;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	display: block;
}
.row.scrolling .award_image {
    position: absolute;
    top: 20px;
    right: 15px;
    max-width: 55px!important;
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.row.scrolling h3 {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    white-space: normal;
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
    min-height: 100px;
}
.row.scrolling h3 span {
    display: block;
    clear: both;
    font-size: .8em;
    color: #999;
    margin-top: 11px;
}
.row.scrolling button.btn.btn-add {
	padding: 0px!important;
	margin-top: 0!important;
}
.slick-prev, .slick-next {
	content: '';
	width: 20px;
	height: 62px;
	background-size: contain;
	background: url('../png/arrow.png') no-repeat center center;
}
.slick-prev:before, .slick-next:before { content:''!important; }
.slick-prev {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
	background: url('../png/arrow.png') no-repeat center center;
}
.slick-slide { height: auto!important; }

.blog_layout .card-columns .card {
	margin: 1% 0.5%;
    padding: 0;
}
.footer_border { display: none; }
.newsletter_signup { margin-bottom: 0; }
.newsletter_signup input { margin-bottom: 0; } 
.bodyText ul li, .bodyText ol li, .tab-content ul li, .tab-content ol li, .inner ul li {
    display: list-item;
    text-align: left;
    list-style-type: inherit;
}
.bodyText ul, .bodyText ol, .tab-content ul, .tab-content ol {
    margin-left: 0;
    padding-left: 20px;
}
section.product .featured img {
    width: 100% !important;
}

.product .featured {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: Center;
    flex-flow: row;
  }
  .product .featured > div {
    background: white;
    width: 100%;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    flex: 1 0 100%;
  }
  .product .featured:after {
    clear: both;
    display: block;
    content: '';
  }
  .product .featured::before {
    display: block;
    content: "\e003";
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0,0,0,0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Glyphicons Halflings';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.product .featured:hover:before {
    opacity: 1;
}

header .super-menu-cont,
header ul.super-menu > li ul {
    transition: all 0.1s ease-in-out; 
    transition-delay: 0.2s;
    visibility: hidden;
    opacity: 0;
    display: block;
    z-index: 9999;
}

header .dropmenu-cont.active .super-menu-cont,
header .dropmenu-cont:hover .super-menu-cont,
header ul.super-menu > li:hover ul {
    visibility: visible;
    opacity: 1;
}

header ul.super-menu > li ul.ullevel2 li {
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
}
header ul.super-menu > li ul.ullevel2 li a {
    font-weight: 400;
    padding: 0 15px;
}
.mt-3 { 
    margin-top:18px !important;
}
.mt-5 { 
    margin-top:30px !important;
}
.order-hover-row:hover { 
    background-color:#dddddd !important;
}