.container-module .product-name a{
	color:#333;
	font-size:14px;
}

#back-top {
    bottom: 0;
    display: none;
    margin-bottom: 105px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    z-index: 888;
}

/*
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
*/

#product .price2 {
	text-align: center;
}


.price {
	font-size: 25px;
	margin:  15px;
	margin-left: 0px;
	
}

#product .price {
	text-align: center;
	font-size: 38px;
}

#product .qty-not-in-stock {
	font-size: 18px;
	padding: 5px;
}

#product .stock_status_success {
	font-size: 18px;
	padding: 5px;
}

#product .stock-quantity_success {
	font-size: 18px;
	padding: 5px;
}

#menu #menu-list > li  .dropdown-menu-full-image .nsmenu-parent-block {
	margin-bottom: 5px;
	margin-top: 5px;
	vertical-align: top;
	position:relative;
}

#menu #menu-list > li  .dropdown-menu-full-image .nsmenu-parent-title {
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	position:relative;
	text-align:left;
}

h5 {
	font-size: 16px;
}

.subcategory .name-wrapper {
    height: 24px;
    overflow: hidden;
}

	.cookie-notification {
		position: fixed;
		background-color: rgba(0, 0, 0, .8);
		color: white;
		left: 5px;
		width: 95%;
		padding: 10px;
		bottom: 5px;
		z-index: 9999;
		border-radius: 5px;
	}


@media (min-width: 400px) {
	.cookie-notification {
		position: fixed;
		background-color: rgba(0, 0, 0, .8);
		width: 70%;
		color: white;
		padding: 15px;
		z-index: 9999;
	}
}


@media (min-width: 600px) {
	.cookie-notification {
		position: fixed;
		background-color: rgba(0, 0, 0, .8);
		width: 50%;
		color: white;
		padding: 15px;
		z-index: 9999;
	}
}


@media (min-width: 1100px) {
    .container {
        width: 1000px;
    }
	.cookie-notification {
		position: fixed;
		background-color: rgba(0, 0, 0, .8);
		width: 30%;
		color: white;
		padding: 15px;
		z-index: 9999;
	}
}


@media (min-width: 1300px) {
    .container {
        width: 1200px;
    }
	.cookie-notification {
		position: fixed;
		background-color: rgba(0, 0, 0, .8);
		width: 25%;
		color: white;
		padding: 15px;
		z-index: 9999;
	}
}

@media (min-width: 1500px) {
    .container {
        width: 1400px;
    }
	.cookie-notification {
		position: fixed;
		background-color: rgba(0, 0, 0, .8);
		width: 20%;
		color: white;
		padding: 15px;
		z-index: 9999;
	}
}

@media (min-width: 1700px) {
    .container {
        width: 1600px;
    }
}


button, input, select, textarea {
	color: black;
}

.sticker-ns {
	font-size: 12px;
	border-radius: 4px;
}