﻿.fslightbox-toolbar-button:nth-child(1) {
	display: none;
}
/* Categorie tree */
.categorieContainer
{
	overflow: hidden;
}
.categorieContainer a
{
	text-decoration: none;
	display: block;
	padding: 6px 0;
}
.categorieContainer a:hover
{
	text-decoration: underline;
}
.categorieContainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}


.categorieContainer li
{
	/*padding-top: 6px;*/
}
.categorieContainer ul.sublijst li
{
	padding-top: 0;
}

.categorieContainer .sublijst
{
	margin-left: 10px;
}
.categorieContainer .actief
{
	/*text-decoration: underline;*/
	font-weight: bold;
}

/* Bestesellers en newst */
.bestsellers, .newproducts
{
	border: 1px solid #ccc;
	overflow: hidden;
	border-radius: 5px;
	padding-top: 5px;
	padding-left: 4px;
}

/* Productlijst */

#productListView
{
	float: right;
	margin-top: -40px;
}

.productListContainer
{
	overflow: hidden;
	/*margin-bottom: 14px;*/
}
.productListContainer a
{
  text-decoration: none !important;
}
.product {
	float: left;
	width: 32%;
	text-align: left;
	margin-bottom: 12px;
	position: relative;

	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #009372;
}
    .product:nth-child(3n+1), .product:nth-child(3n+2) {
        margin-right: 2%;
    }

    .product:hover {
        /*width: 176px;
        height: 200px;*/
        /*border: 1px solid #009372;*/
        /*margin: 0 5px 5px 0;*/
    }

	.product img {
		width: 100%;
		max-width: 140px;
		height: auto;
	}

    .product a {
        text-decoration: none !important;

        display: block;
        height: 220px;
        padding: 10px;
        /*padding: 10px;
        border-bottom: 1px solid #009372;
        width: 100%;
        height: 190px;
        display: block;*/
    }
        .product a:hover {
            /*border: 1px solid #009372;*/
        }
    .product .productName {
        font-weight: bold;
    }
.product .compareitem
{
	position: absolute;
	right: 2px;
	top: 2px;
}
.product .compareitem a, .product .compareitem input
{
	display: none;
}
.product .new, .product .sale, .productListListItem .new, .productListListItem .sale
{
	height: 64px;
	width: 64px;
	position: absolute;
	background: url(../images/productlist.png) 0 0 no-repeat;
}
.product .sale
{
	background-position: -64px 0;
}

.product:hover .compareitem *
{
	display: inline-block;
}
.product a:hover
{
	text-decoration: none;
}
.productListPager
{
	/*border-top: 1px solid #1177A6;*/
	margin-top: 10px;
	text-align: center;
	height: 50px;
}
.productListGrid
{
	overflow: hidden;
	padding-bottom: 5px;
	/*border-bottom: 1px solid #aeaeae;*/
}

	.productListGrid .productName {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 48px;
		word-break: break-word;
	}

		.productListGrid .productName:hover {
			text-decoration: underline;
		}


		.productListGrid .product a {
			padding: 0 0 4px 0;
			height: unset;
		}

	.productListGrid .productPrice {
		font-size: 14px;
	}
	.productListGrid .productCode {
		font-size: 12px;
		display: block;
		margin-bottom: 2px;
	}


	.productListGrid .buttonbar {
		margin-bottom: 6px;
		margin-top: 6px;
		height: 44px;
	}
		.productListGrid .buttonbar .add2cartquantity {
			height: 32px;
			width: 46px;
			float: left;
			margin-right: 8px;
			text-align: center;
		}

		.productListGrid .buttonbar button {
			height: 32px;
			width: 32px;
			padding: 6px;
			color: #007359;
		}

	.productListGrid .product input {
		float: none;
	}
		/* list */
		.productListListItem {
		overflow: hidden;
		padding-bottom: 5px;
		padding-top: 5px;
		border-bottom: 1px solid #aeaeae;
	}

.productListListItem .new, .productListListItem .sale
{
	height: 32px;
	width: 32px;
	background-position: 0 -64px;
}
.productListListItem .sale
{
	background-position: -32px -64px;
}

.productListListItem img
{
	float: left;
	padding-right: 10px;
}
.productListListItem .compareitem
{
	float: right;
}

.productListAddButton {
    float:right;
}
/* Product detail */
#productDetailContainer {
    overflow: hidden;
}
#productGeneral
{
	margin-bottom: 10px;
}
#productDetailImage
{
	float: left;
	max-width: 200px;
}
#productDetailImage .productImagesContainer img
{
	float: left;
	margin-right: 0 !important;
	margin-bottom: 0;
	border: 1px solid #ccc;
}
#productDetailGeneral
{
	/*float: left;
	width: 540px;*/
}

#productDetailGeneral select
{
	outline: none;
	border: 1px solid #aeaeae;
	width: auto;
}
#productDetailImage img
{
	margin-right: 10px;
	cursor: pointer;
}
#productDetailAantal
{
	border: 1px solid #ccc;
	width: 50px;
	margin-right: 5px;
}
#hlAdd2Cart img
{
	vertical-align: middle;
}
#productDetailContainer table.ingredient
{
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#productDetailContainer table.ingredient td
{
	border-bottom: 1px solid #ccc;
	padding: 2px;
}
#productDetailContainer .tips
{
	position: relative;
	overflow: hidden;
	border: 1px solid #aaa;
	border-radius: 5px;
	margin-bottom: 15px;
}
#productDetailContainer .tips h2
{
	margin: 0;
	padding: 0 0 0 4px;
	border-bottom: 1px solid #aaa;
}
#productDetailsDescription ul {
    padding-left: 16px;
}

div.extraimage
{
	height: 210px;
	width: 210px;
	position: absolute;
	top: -260px;
	right: 0;
}
div.extraimage img
{
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/* Product images */
.productImagesContainer
{
	overflow: hidden;
}
.productImagesContainer a
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* Cart preview */
.shoppingCartPreview
{
	/*overflow: hidden;*/
	/*border: 1px solid #1177a6;
	border-radius: 5px;
	padding: 5px;*/
	font-size: 11px;
	/*float: right;*/
	/*min-width: 210px;*/
	position: absolute;
	right: 15px;
    top: 0;
}
    .shoppingCartPreview a {
        height: 52px;
        width: 52px;
        line-height: 52px;
        display: inline-block;
        padding: 9px 9px 0 9px;
    }
        .shoppingCartPreview a:hover {
            background-color: #4993B5;
        }

    .shoppingCartPreview span {
        position: absolute;
        top: 2px;
        right: -5px;
        font-size: 11px;
        background-color: #d12c2a;
        color: #fff;
        /*padding: 0 2px;*/
        border-radius: 50%;
        width: 20px;
        line-height: 20px;
        text-align: center;
    }

	.cartSteps {
		height: 60px;
	}

.cartSteps ul {
	list-style: none;
	margin: 10px 16px 0 16px;
	padding: 0;
	/*height: 60px;*/
	/*overflow: hidden;*/
}

.cartSteps li {
	float:left;
	width: calc(33% - 20px / 3);
	position: relative;
	border-top: 3px solid #ddd;
	/*top: -16px;*/
	top: 28px;
}
	.cartSteps li:before {
		content: ' ';
		position: absolute;

		/*background-color: #ddd;*/
		background-color: #fff;
		border: 3px solid #ddd;
		border-radius: 50%;

		width: 14px;
		height: 14px;
		top: -11px;
		right: 0;
		/*left: 30%;*/
	}

	.cartSteps li.active {
		border-top: 3px solid #009372;
	}

		.cartSteps li.active:before {
			background-color: #009372;
			border: 3px solid #009372;
		}

	.cartSteps li:last-child {
		/*width: 20px;*/
	}

	.cartSteps li:first-child {
		width: 20px;
	}
	.cartSteps li span {
		position: absolute;
		top: -34px;
		display: block;
		width: calc(100% - 20px);
		left: 50%;
		text-align: center;
		color: #aeaeae;
	}
	.cartSteps li.active span {
		color: inherit;
	}

	.cartSteps li:first-child span {
		/*text-align: left;*/
		/*width: 100px;*/
		left: -100%;
		text-align: left;
	}


/* Breadcrumb */
.breadcrumbContainer {
	padding-bottom: 2px;
	border-bottom: 1px solid #aeaeae;
	margin-bottom: 5px;
}

/* Cart full */
#shoppingcartFull {
	overflow: hidden;
	font-size: 14px;
}

.shoppingCartTopBar {
	margin-bottom: 36px;
}
	.shoppingCartTopBar .placeorder  {
		float: right;
	}


.shoppingcartNoProductsLabel{
	display: block;
	margin-bottom: 22px;
}

/*Responsive Cart */
.responsiveCartFull {
	box-sizing: border-box;
	max-width: 600px;
}

	.responsiveCartFull .responsiveCartItem  {
		/*overflow: hidden;*/
		margin-bottom: 8px;
		position: relative;
		/*clear: both;*/
		overflow: hidden;
	}

		.responsiveCartFull .responsiveCartItem.productLine {
			border-bottom: 1px solid #aeaeae;
		}

	.responsiveCartFull .productImageContainer {
		float: left;
		width: 25%;
		text-align: center;
	}

		.responsiveCartFull .productImageContainer .productImage {
			width: 100%;
			max-width: 100px;
			height: auto;
			/*margin-top: 6px;*/
		}

	.responsiveCartFull .detailsContainer {
		float: left;
		width: 75%;
		padding-left: 12px;
	}

		.responsiveCartFull .detailsContainer h2 {
			margin: 12px 0 12px 0;
			text-overflow: ellipsis;
			overflow: hidden;
			width: calc(100% - 32px);
			/*height: 28px;*/
			white-space: nowrap;
			font-size: 14px;
			font-weight: bold;
		}

		.responsiveCartFull .detailsContainer .responsiveCartQuantity {
			float: left;
		}

			.responsiveCartFull .detailsContainer .delete {
				position: absolute;
				right: 0;
				top: 6px;
				width: 32px;
				height: 32px;
				font-size: 22px;
				border: none;
				background: none;

				/*color: #be2d2d;*/
				border-radius: 5px;
			}

				.responsiveCartFull .detailsContainer .delete:hover {
					border: 1px solid #aeaeae;
				}

			.responsiveCartFull .detailsContainer .responsiveCartQuantity .down,
			.responsiveCartFull .detailsContainer .responsiveCartQuantity .up {
				float: left;
				width: 20px;
				font-size: 16px;
				padding: 4px;
				border: 1px solid #aeaeae;

			}

			.responsiveCartFull .detailsContainer .responsiveCartQuantity .down {
				border-top-left-radius: 5px;
				border-bottom-left-radius: 5px;
				border-right: none;
			}
			.responsiveCartFull .detailsContainer .responsiveCartQuantity .up {
				border-top-right-radius: 5px;
				border-bottom-right-radius: 5px;
				border-left: none;
			}
			.responsiveCartFull .detailsContainer .responsiveCartQuantity .amount {
				float: left;
				width: 35px;
				text-align: center;
			}
		.responsiveCartFull .detailsContainer .responsiveCartQuantity .bonusQuantity {
			display: inline-block;
			font-size: 16px;
			padding: 1px 0 0 8px;
		}


		.responsiveCartFull .detailsContainer .responsiveCartPrice {
			float: right;
			font-weight: bold;
		}

	.responsiveCartFull .shippingContainer .responsiveShippingText {
		float: left;
		width: 75%;
		text-align: right;
	}

	.responsiveCartFull .shippingContainer .responsiveCartPrice {
		float: left;
		width: 25%;
		font-weight: bold;
		text-align: right;
	}


@media (max-width: 768px) {

	.responsiveCartFull .detailsContainer .responsiveCartQuantity .amount {
		height: 32px;
	}

}

.foutmelding
{
	color: red;
}

/*Nieuws top list*/
#newsTopListContainer
{
	float: right;
	width: 258px;
	position: relative;
	color: #fff;
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#newsTopListContainer h2
{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
#newsTopListContainer a
{
	color: #fff;
}

.newstop
{
	height: 14px;
	/*background-image: url(../images/news-top.gif);*/
}
.newscontent
{
	overflow: hidden;
	background-color: #4993B5;
	padding: 0 12px 0 12px;
}
.newsbottom
{
	height: 14px;
	/*background-image: url(../images/news-bottom.gif);*/
}

.newscontent h2
{
	padding-top: 0;
	margin-top: 0;
}

.newscontent ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.newscontent li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.newsItem
{
	margin-bottom: 15px;
}
.newsdate
{
	float: left;
	width: 48px;
	height: 43px;
	padding-top: 5px;
	margin-right: 10px;
	margin-top: 4px;
	border: 1px solid #007359;
	text-align: center;
	font-size: 16px;
	line-height: normal;
}
.newsPreviewLink {
	color: inherit !important;
}
	.newsPreviewLink:hover {
		text-decoration: none;
	}
.newsDate{
	color: #767676;
}
.newstext {
	float: left;
	width: 170px;
}
.newstextbig
{
	float: left;
	width: 550px;
}

/* placeholder style */
.has-placeholder
{
	color: #999;
}


/* Product searchbox */
.productSearchBox {
    border: 1px solid #009372;
    height: 26px;
    position: relative;
    width: 100%;
    background-color: #fff;
    float: right;
    margin-top: 18px;
	overflow: hidden;
}
.productSearchBox input[type=text]
{
	font-size: 14px;
	width: 118px;
	margin: 0;
	/*padding: 3px 0 0 2px;*/
	/*line-height: 20px;*/
	border: 0 solid #f0f;
	background-color: #fff;
	float: left;
}
    .productSearchBox input[type=submit] {
        height: 25px;
        width: 42px;
        float: right;
        border: 0 solid #009372;
        background-color: #009372;
        font-size: 14px;
        color: #fff;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }

.right
{
	text-align: right;
}

/*Pager*/
.pagerLink
{
	border: solid 1px #4993B5;
	padding: 8px 12px;
	text-decoration: none;
	color: #600;
	margin: 1px;
}
.pagerLinkInactive {
	border: solid 1px #aaa;
	padding: 8px 12px;
	text-decoration: none;
	color: #666;
	margin: 1px;
}
.pagerLinkCurrent {
	border: solid 1px #007359;
	padding: 8px 12px;
	text-decoration: none;
	color: White;
	background-color: #4993B5;
	margin: 1px;
}
.pagerDivider
{
	text-decoration: none;
	color: #600;
	margin: 1px;
}
.pagerLinkPrevious, .pagerLinkInactivePrevious
{
	margin-right: 2px;
}
.pagerLinkNext, .pagerLinkInactiveNext
{
	margin-left: 2px;
}

/*Gastenboek*/
#gastenboekBoek
{
	width: 792px;
	height: 641px;
	/*background-image: url(../images/boek3.jpg);*/
}
.gastenboekPaginaLinks
{
	float: left;
	width: 275px;
	height: 485px;
	padding-left: 105px;
	padding-right: 10px;
	padding-top: 15px;
	overflow: auto;
}
.gastenboekPaginaRechts
{
	float: left;
	width: 240px;
	height: 485px;
	padding-top: 15px;
	padding-right: 65px;
	padding-left: 25px;
	overflow: auto;
}
.handwriting
{
	font-family: 'Just Me Again Down Here', arial, serif;
	font-size: 24px;
	line-height: 0.75;
	color: #22A;
}

/*Fotoalbum*/
ul.fotoalbumBreadCrumb, ul.fotoalbumBreadCrumb li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.fotoalbumBreadCrumb li
{
	float: left;
	display: inline-block;
	margin-right: 5px;
}
ul.fotoalbumBreadCrumb
{
	overflow: hidden;
	margin-bottom: 0;
}

/*Validators*/
span.error {
	display: none;
	padding-left: 4px;
	color: #F16048;
}
input.ok
{
	border: 1px solid #00CC00;
}
input.error
{
	border: 1px solid #F16048;
	background-color: #FAEBE7;
}

/*CMS Form*/
.CMSForm
{
	position: relative;
	overflow: hidden;
}
.CMSForm span.error
{
	float: left;
}
.CMSForm label
{
	clear: left;
	float: left;
	width: 100px;
}
.CMSForm input, .CMSForm select
{
	float: left;
	margin-bottom: 5px;
}
.CMSForm input[type=submit]
{
	clear: left;
	margin-left: 100px;
}

/* filterContainer */
.filterContainer
{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.filterContainer div.title
{
	font-weight: bold;
	height: 16px;
	border: 1px solid #aeaeae;
	padding: 4px;
	background-image: url(../images/menus.gif);
}
.filterContainer div.title span
{
	font-weight: normal;
}
.filterContainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 4px;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	/*max-height: 80px;
	overflow: auto;*/
}
.filterContainer a.remove, .filterContainer a.toggle
{
	float: right;
	margin-top: 2px;
	height: 12px;
	width: 12px;
	background: url(../images/filter-sprite.png) 0 0 no-repeat;
	vertical-align: middle;
	outline: none;
}
.filterContainer a.toggle
{
	background-position: 0 -12px;
}
.filterContainer a.toggle.hidden
{
	background-position: 0 -24px;
	display: block;
	visibility: visible;
}
.filterContainer a.remove span, .filterContainer a.toggle span
{
	/*display: none;*/
	/*font-size: 0;*/
	display: block;
	text-indent: -999999px;
}
.filterContainer li a
{
    display: block;
}
ul.hidden
{
	display: none;
}

/*SortContainer*/
#sortContainer
{
    position: relative;
    display: inline-block;
    cursor: pointer;
    /*width: 150px;*/
    min-width: 150px;
    border: 1px solid #aeaeae;
    height: 23px;
}

#sortContainer div
{
    padding: 2px 0 2px 2px;
    *overflow: hidden;  /*IE7 FIX*/
}
#sortContainer span
{
    display: inline-block;
    float: right;
    background-color: #aeaeae;
    color: #fff;
    height: 22px;
    line-height: 22px;
    width: 20px;
    margin-left: 2px;
    text-align: center;
    font-size: 13px;
}

#sortContainer:hover ul
{
    display: block;
}

#sortContainer ul
{
    background-color: #fff;
    position: absolute;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #aeaeae;
    /*width: 130px;*/
    /*width: 100%;*/
    display: none;
    /*margin-left: -2px;*/
    left: -1px;
    margin-top: -2px;
    right: -1px;
    word-break: break-all;
    word-wrap: break-word;
}
#sortContainer li
{
    margin: 0;
    padding: 0;
}
#sortContainer li a
{
    display: block;
    text-decoration: none;
    padding: 2px;
}
#sortContainer li a:hover
{
    background-color: #aaa;
    color: #fff;
}

/* Buttons */
button {
	outline: none;
}
.button, input[type=submit]
{
	padding: 12px;
	font-size: 16px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-repeat: repeat-x;
	background-position: left center;
	outline: none;
	font-weight: normal;
}
a.button
{
	display: inline-block;
	line-height: 26px;
	text-decoration: none !important;
	position: relative;
}

.button.small
{
	padding: 4px 6px;
}
/*.button:active
{
	padding-top: 1px;
	height: 21px;
}*/
.button:hover
{
	text-decoration: none;
}
.button.normal, input[type=submit] {
	background-color: #009372;
	color: #fff;
}
	.button.normal:hover, input[type=submit]:hover {
		background-color: #007A60;
	}
	.button.normal:active, input[type=submit]:active {
		background-color: #006650;
	}
.button.orange
{
	background-color: #FFBE2E;
}
	.button.orange:hover {
		background-color: #ffb10a;
	}
	.button.orange:active {
		background-color: #e5a700;
	}
/*.button.blue
{
	background-color: #2daebf;
	color: #fff;
}*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.ProductAttributes
{
	border: 1px solid #ccc;
}
.ProductAttributes.compare
{
	width: 100%;
}
.ProductAttributes td
{
	width: 200px;
}
.ProductAttributes td, .ProductAttributes th
{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	color: #444;
}
.ProductAttributes th
{
	text-align: left;
	background-color: #F2F6F5;
}

/*Staffel*/
.staffel
{
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.staffel td
{
	/*width: 50px;*/
}
.staffel td, .staffel th
{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	color: #444;
}
.staffel th
{
	text-align: left;
	background-color: #F2F6F5;
}

/*Tabs*/

.tabcontrol
{
	position: relative;
}

.tabnav
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	z-index: 16;
	overflow: hidden;
	position: relative;
}
.tabnav li
{
	list-style: none;
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
    .tabnav li.active {
        background-color: #009372;
    }
.tabnav li.active a
{
	color: #ececec;
}
.tabnav li a
{
	padding: 0 10px 0 10px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-decoration: none !important;
}

.tabpage
{
	border: 1px solid #ccc;
	padding: 10px;
	/*margin-top: 29px;*/
	margin-top: -1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
	z-index: 15;
	/*display: none;*/
}
.tabpage p
{
	margin-top: 0;
	padding-top: 0;
}
.tabpage.first
{
}

.ordernoaccount
{
	/*clear: both;*/
	overflow: hidden;
}

.customerLoginExisting {
	overflow: hidden;
	margin-right: 30px;
	float: left;
	width: 48%;
}
.customerLoginExisting table {
    width: 100%;
}
    .customerLoginExisting input {
        width: 100%;
    }

.customerLoginNew {
	float: left;
	width: 40%;
}


/*Mobile*/
@media (max-width: 768px) {

	.display-block-small {
		display: block !important;
	}

	#shoppingcartFull .up, #shoppingcartFull .down, #shoppingcartFull .delete {
		width: 32px;
		height: 32px;
		display: inline-block;
		float: left;
		text-align: center;
		/*padding-top: 6px;*/
	}

    #pnlLogin div {
        float: none !important;
        width: 100% !important;
    }

	#productDetailImage {
		float: none;
		max-width: 100%;
		text-align: center;
	}

	.shoppingCartPreview a, #openSearch {
		height: 44px;
		width: 44px;
	}

}


@media (max-width: 520px) {



	.product {
		float: left;
		width: 50%;
		/*height: 220px;*/
		text-align: left;
		margin: 0;
	}

        .product:nth-child(3n+1), .product:nth-child(3n+2) {
            margin-right: 0%;
        }

    #productListView {
        float: none;
        /*margin-top: 0;
        margin-bottom: 12px;*/
        margin: 0;
        position: absolute;
        right: 0;
        top: -52px;
        /*display: none;*/
    }
    #productListView a {
        display: inline-block;
        width: 32px;
        height: 44px;
        margin: 0;
        text-align:center;
        padding-top: 12px;
    }

    #sortCotainerContainer {
        display: none !important;
    }

    .shoppingCartPreview a {
        height: 44px;
        width: 44px;
        line-height: 44px;
        display: inline-block;
        padding: 5px 5px 0 5px;
    }


}