
.filter-sort span.clear-filter-recipes {
    text-decoration: underline;
    font-size: 13px;
    color: #c82027;
    cursor: pointer;
    padding-left: 80px;
    z-index: 1000;
    float: right;
    padding-right: 15px;
}
.filter-sort span {
    font-size: 20px;
    font-family: 'Zurich W01 Bold';
    padding-top: 10px;
}

.language .columns {
    text-align: right;
    padding-right: 0px;
    color: #96a3ab;
}

.top-bar-left .menu > li a {
    line-height: 20px;
}

.menu-icon.dark {
    margin-top: 5px !important;
}

.top-bar {
    min-height: 55px;
    padding-bottom: 0px;
}
.fa.fa-search{
    padding-top: 8px;
}

.top-bar .logo {
    padding-bottom: 10px;
}

.top-bar .logo {
    padding-bottom: 10px;
    padding-top: 0px;

}

#place-order {

    max-width: 269px;
  
}

.load-more{
  text-transform: uppercase;
}

.multi-line {
    line-height: 18px !important;
    display: block;
}
.language a {
    color: #96a3ab;
}

.available-at{
	display: inline-block;
	padding-top: 40px;
	padding-right: 40px;
	text-align: center;
}
.product img.product-image {

    max-height: 230px;
}
.turn-tab .columns .available-at a{
	
    margin-top: -15px;
    text-decoration: none !important;
    display: block;
}
.product .product-info-product .info .add-to-cart {
      padding: 11px 7px;
}


.small-6.columns.quantity_form{
	width:40%;
}
.small-6.columns.addbutton{
	width:60%;
}

.wish-list {
    padding-left: 0px; /* 40px; */
}

.en.active{

	color: #363636;
}
.fr.active{

	color: #363636;
}

.top-bar-left .is-submenu-item a.menu-header {
    line-height: 19px;
}

.cart {
    top: 0px;
}

.desktop-menu
{
    margin-top: 5px;
}

div.language {
    padding-top: 5px;
    padding-bottom: 0px;
}

.top-bar-title
{
    margin-bottom: 10px;
}

.product .product-info .info .add-to-cart {
    max-width: 200px;
}
.tip-count, .product-count {
    text-transform: uppercase;
}

.support_dropdown{
	left: -200px !important;
}
.language a.en::after {
    content: " / ";
    margin-left: 3px;
    margin-right: 3px;
}


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


	.language .columns {
		padding-right: 25px;
	}

}


@media screen and (max-width: 1143px){
	.top-bar-left .menu > li a {
		line-height: 21px;
		font-size: 20px;
	}
}


.update_process_blocker
{
    background: rgba(255,255,255, 0.5);
    cursor: progress;
    display: none;
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 10000;
}

.checkout_form
{
    position: relative;
    z-index: 10;
}

#txtCheckoutCouponCode
{
    display: inline-block; 
    width: 30%;
}

.checkout_error
{
    border: 2px solid #c82027;
}

.checkout_error:hover
{
    border: 1px solid rgb(202, 202, 202);;
}

.checkout_error::-webkit-input-placeholder 
{ /* Edge */
    color: #c82027;
    font-weight: 800;
}

.checkout_error:-ms-input-placeholder 
{ /* Internet Explorer */
    color: #c82027;
    font-weight: 800;
}

.checkout_error::placeholder 
{
    color: #c82027;
    font-weight: 800;
}