[off-canvas] {
    background-color: #194757;
}

.mobile-menu {

}

.mobile-menu .mobilemenu-holder a {
	background-color: white;
	color: black;
}

.mobile-menu a:hover {
	text-decoration: none;
}


.mobile-menu .mobilemenu-holder {
	padding: 20px;
}

.mobile-menu .mobilemenu-holder a {
	display: block;
	padding: 7px 10px;
}

.mobile-menu .mobilemenu-holder a:not(:first-child) {
	margin-top: 10px;
}

.mobile-cart {
	padding: 10px;
	background-color: white;
	height: 100vh;
	color: #4d4d4d;
	border-left: 2px solid #e2e2e2;
}

.mobile-cart  .loader {
	text-align: center;
	padding-top: 50px;
	font-size: 40px;
}

.mobile-cart  .items .item {
	margin-bottom: 10px;
	border-bottom: 1px solid #cecccc;
	padding-bottom: 10px;
}

.mobile-cart  .items .item .item-img {
	float: left;
	width: 60px;
}

.mobile-cart  .items .item .item-img img {
	width: 60px;
	height: auto;
	display: block;
}

.mobile-cart  .items .item .item-details {
	float: left;
	width: calc(100% - 60px);
	padding-left: 10px;
	color: #9a9090;
	font-size: 14px;
	line-height: 19px;
}

.mobile-cart  .items .item .item-details .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	
}

.mobile-cart  .items .item .item-details .title a {
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
}

.mobile-cart .basket-total {
	padding: 20px;
	
}

.mobile-cart .basket-total .total-amount {
	float: right;
}

.mobile-cart .smalltext{
	padding: 20px 0 0;
	text-align: center;
	font-size: 10px;
	color: #9a9090;
}

.mobile-cart .basket-checkout a {
	width: 100%;
}


.mobile-menu .mobilemenu-holder li {
	list-style-type: none;
}

.mobile-menu .mobilemenu-holder li a {
	background-color:transparent;
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
}

.mobile-menu .mobilemenu-holder li a:before {
	content:'';	
	width:18px;
	height:15px;
	background:url(/monstercms/frontend/img/heart.svg) no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
	
}

.mobile-menu .mobilemenu-holder li div.submenu-holder {
	display: none;
}


@media screen and (max-width: 1200px) {
	.content-holder,
	.basket-wrapper,
	.breadcrumb,
	main.products,
	.product-info {
		width:1000px;	
	}
	header .right ul.menu>li:first-child {
		display:none;	
	}
	header {
		font-size:18px;
	}
	header .right ul.menu > li.external a {
		padding:0 10px;	
	}
	
	.prod-holder .product {
		width: 220px;
		height:375px;
	}
	
	.searchform input[type="submit"] {
		margin-right:35px;	
	}
}
	

@media screen and (min-width: 1024px) {
	.mobile-menu-toggle,
	.mobile-basket-link {
		display: none;
	}
		
}


@media screen and (max-width: 1023px) {
	
	.content-holder,
	.basket-wrapper,
	.breadcrumb,
	main.products,
	.product-info {
		width:90%;	
	}
	
	header .right ul.menu {
		display:none;	
	}
	
	.mobile-menu ul.mobilemenu-holder li.basket,
	.mobile-menu ul.mobilemenu-holder li.external {
		display:none;	
	}
	
	header {
		height:60px;
		overflow:hidden;	
	}
	
	
	header .logo {
		text-align:center;
		float:none;
		padding:10px 0;	
	}
	header .logo img {
		height:42px;	
	}
	
	.mobile-menu-toggle {
		width: 60px;
		height: 60px;
		position: relative;
		float: left;
		cursor: pointer;
		display:inline-block;
	}
	
	.mobile-menu-toggle i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 30px;
	}
	
	.mobile-menu-toggle .text {
		float: left;
		margin-left: 5px;
		display: none;
	}
	
	.mobile-basket-link {
		width: 60px;
		height: 60px;
		position: relative;
		float: right;
		cursor: pointer;
		color: #4d4d4d;
	}
	
	.mobile-basket-link i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 23px;
	}
	
	footer > .content-holder > ul.footer-links > li {
		width:50%;	
		text-align:center;
	}
	footer > .content-holder > ul.footer-links > li:nth-child(3),
	footer > .content-holder > ul.footer-links > li:nth-child(4) {
		padding-top:35px;	
	}
	
	.tbl-contact-list {
		float:none!important;
		text-align:center;
		margin:0 auto 40px auto;
		
	}
	
	
	.prod-holder {
		text-align: center;
				
	}
	.prod-holder .product:nth-child(4n+4) {
		margin-right: 30px;
	}
	
	.product-info .images {
		float: none;
		border-bottom: none;
		max-width: 100%;
		text-align: center;
	}
	
	.product-info .images .thumbnails {
		display:inline-block;
	}
	
	.product-info .product-info-content {
		float: none;
		width: 100%;
		border-top: none;
		padding-top: 35px;
	}
	
	ul.ulgallery {
		position: relative;
		left: -5px;
	}
	
	.fancybox-nav span {
		visibility:visible;
	}
	
}

@media screen and (min-width: 768px) {
	form[name=prodfilter] {
		display: initial !important;
	}	
}


@media screen and (max-width: 767px) {
	.searchform {
		/*display:none;	*/
		float: none;
		text-align: right;
	    margin-bottom: 20px;
	}
	.hideon767 {
		display:none;	
	}
	
	main.related h2 {
		text-align:center;	
	}
	
	.info-banner-container {
		text-align:center;	
	}
	.info-banner-container .item {
		width: 33%;
	}
	h2 {
		margin-top:20px!important;	
	}
	
	.searchproducts .prod-holder {
		min-height: 200px;
	}
	
	.searchproducts .prod-holder .prodloader {
		padding-top: 100px;
	}
	
	.prod-holder .product .pbaBulk {
		display: none !important;
	}
	
	.filter-holder h2 {
		display: none;
	}
	
	.filter-holder .filter-button {
		display: inline-block !important;
		outline: 0;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		 -khtml-user-select: none; /* Konqueror HTML */
		   -moz-user-select: none; /* Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
				user-select: none; /* Non-prefixed version, currently
									  supported by Chrome and Opera */
	}
	
	.filter-holder form[name=prodfilter] {
		padding-top: 10px;
		display: none;
	}
	
	/*BASKET*/
	
	.tblBasket {
		width: calc(100% + 30px);
		position: relative;
		left: -15px;
	}
	
	.tblBasket .bHead {
		display: none;
	}
	
	.tblBasket .bTR {
		display: block;
		border-top: 1px solid #cecccc;
		padding: 10px;
	}
	
	.tblBasket .bTR td {
		display: block;
		border: 0;
		text-align: center;
	}
	
	.tblBasket .bTR td .image {
		display: block !important;
		margin: 10px;
		text-align: center;
	}
	
	.tblBasket .bTR td .image img {
		display: block !important;
		margin: 0 auto !important;
		width: 100px;
	}
	
	.tblBasket .bTR td.vn a {
		background: none !important;
		padding-left: 0 !important;
	}
	
	.tblBasket .bTotal {
		display: block;
		border-top: 1px solid #cecccc;
		padding: 15px;
	}
	
	.tblBasket .bTotal td {
		display: block;
		text-align: center;
		font-size: 18px;
	}
	
	.tblBasket .bBotText td {
		text-align: center !important;
		padding: 0 10px;
	}
	
	.basketlast .blnext {
		margin-bottom: 20px;
	}
	
	#CTInfoBoxFrame, #CTInfoBox {
		display: none !important;
	}
	

	/*BASKET END*/
	
	/*CHECKOUT*/
	
	.personalinfo .pitableHolderTD {
		display: block;
	}
	
	.forgotpwlink {
		display: inline-block !important;
	}
	
	.pitable,
	.paytable,
	.uitable,
	.paytable table {
		width: 100% !important;
	}
	
	.paytable textarea,
	.pitable select,
	.paytable select,
	.pitable input:not([type=checkbox]),
	.maintable input[type=text],
	.maintable input[type=password],
	.pitable input:not([type=radio]),
	.pitable input:not([type=checkbox]) {
		width: 100% !important;
		padding: 5px !important;
	}
	
	.paymentinfo .paytable .paytableTd td {
		width: 100px;
	}
	
	.pitable input[type=checkbox] {
		width: auto !important;
		min-width: auto;
	}
	
	.pitable div {
		width: 100% !important;
	}
	
	.pitable td {
		text-align: left !important;
	}
	
	#CarrierSelector table {
		float:left;
		width:100%;
	}
	
	#CarrierSelector table td {
		position: relative;
		float:left;
		width:100%;
		border-bottom:1px solid #CCC;
		padding:10px 0px 10px 0px !important;
	}
	
	#CarrierSelector table td:first-child {
		border-bottom:none;	
	}
	#CarrierSelector table td:first-child h2 {
		margin-top:35px!important;	
	}
	
	#CarrierSelector table td div {
		/*float:right;
		text-align:right;
		padding-top:0px !important;
		vertical-align:middle;*/
		position: absolute;
		top: 0;
		right: 0px;
		z-index: -1;
		text-align: right;
	}
	#CarrierSelector table td br {
		display:none;	
	}
	#CarrierSelector table td div br {
		display:block!important;	
	}
	#CarrierSelector table td input {
		float:left;	
		vertical-align:middle;
		margin-top:9px;
		margin-right:5px;
	}
	
	.basket-wrapper .paymentinfo h2 {
		margin-top:35px!important;	
	}
	
	
	.tblcarriers tr td {
		width: 100%;
		text-align: left;
	}
	
	#PostDanmarkGLSErhverv table td {
		display: block;
	}
	
	.returnlabel table {
		width: 100%;
	}
	
	form[name="frmCheckout"] div:not(.nochange) {
		width: 100% !important;
	}
	
	.userinfo input[type=submit] {
		width: 183px !important;
	}
	
	form[name="frmCheckout"] input[type=submit],
	form[name="frmCheckout"] input[type=button] {
		margin-bottom: 10px;
	}
	
	.tblpayinfo td {
		display: block !important;
		white-space: nowrap !important;
	}
	
	.mobcenter {
		text-align: center;
	}
	
	.mobcenter a {
		display: inline-block !important;
		margin-top: 10px !important;
	}
	
	.paymentinfo .paytable .paytableTd {
		display: block;
		max-width: 100%;
		width: auto;
	}
	
	.piLeft, .piRight {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		width: 50%;
		float: left;
	}
	
	.piLeft table,
	.piRight table {
		width: 100%;
		border-spacing: 0;
	}
	
	.piLeft table .pitableHolderTD tr td:first-child,
	.piRight table .pitableHolderTD tr td:first-child,
	#DeliveryAddress table tr td:first-child {
		width: 110px;
		white-space: nowrap;
	}
	
	.piLeft table .pitableHolderTD tr td:last-child,
	.piRight table .pitableHolderTD tr td:last-child,
	#DeliveryAddress table tr td:last-child {
		width: calc(100% - 110px) !important;
	}
	
	#DeliveryAddress table tr td {
		display: table-cell !important;
	}
	
	.userinfo {
	
	}
	.userinfo .uitable {
		margin-top:15px;
	}
	
	.inlineblocklink {
		display: inline-block;
		float: left;
	}
	
	.personalinfo .pitable {
		margin-top:15px;
	}
	.paymentinfo .paytable {
		margin-top:15px;
	}
	
	.paymentinfo .paytable td {
		display: block;
		padding: 4px 0;
	}
	
	.paymentinfo .paytable .paytableTd td {
		/*white-space: nowrap;*/
		display: table-cell;
	}
	/*CHECKOUT END*/
	
	.filter-holder {
	text-align: center;
	}
	.filter-holder .filterline {
		display: block;
		max-width: 350px;
		margin-left:auto;
		margin-right: auto;
	}
	.posters-top .textbox h1 {
		text-align: center;
	}
	
	.contact-holder section {
		display: block;
		width: 100%;
	}
	ul.ulgallery li {
		width: calc(33% - 10px);
	}
	
	.imagebank-container .row > section {
		width: 100%;
		padding: 0;
	}
	
	
}

@media screen and (max-width: 573px) {
	.prod-holder .product {
		width: 150px;
		margin-right: 15px;
		height:275px;
	}
	
	.prod-holder .product:nth-child(4n+4) {
		margin-right: 15px;
	}
	
	footer>.content-holder ul.footer-links>li {
		width: 100%;
		text-align: center;
		
	}
	footer>.content-holder ul.footer-links>li:not(:first-child) {
		margin-top: 30px;
	}
	
	footer>.content-holder ul.footer-links>li .title {
		margin-bottom:5px; 
	}
	
	.product-info .product-info-content .product-text .description {
	padding: 40px 0;
}
	
}

@media screen and (max-width: 567px) {
	.product-info .product-info-content .product-text .wrapper form select {
		width: 100%;
	}
	.product-info .product-info-content .product-text .wrapper form > div.size-wrapper {
		width: calc(60% - 20px);
		
	}
	
	.product-info .product-info-content .product-text .wrapper form > div.size-wrapper select {
		min-width: 100px;
	}
	
	.product-info .product-info-content .product-text .wrapper form > div.select-qty-wrap {
		width: 40%;
		margin-right: 0;
		
	}
	.product-info .product-info-content .product-text .wrapper form input[type=submit] {
		width: 100%;
	}
	
}

@media screen and (max-width: 540px) {

	.tbl-contact {
		width: 100%;
	}
	
	.tbl-contact tr td {
		display: block;
		width: 100%;
	}
	
	.tbl-contact-list tr td {
		height:120px;
			
	}
	.tbl-contact-list tr td img {
		width:auto;
		height:120px;
	}	
	.tbl-contact-list tr td:first-child { 
		padding-top:0;
		width:200px;
	}
	
}

@media screen and (max-width: 460px) {
	.info-banner-container .item {
		width: 50%;
	}
	footer > .content-holder > ul.footer-links > li {
		width:100%;	
		padding-top:35px;
	}
	footer > .content-holder > ul.footer-links > li:first-child {
		padding-top:0;	
	}
	.basketlast input[type=submit], 
	.basketlast input[type=button], 
	form[name="frmCheckout"] input[type=submit], form[name="frmCheckout"] input[type=button] {	
		min-width: 0;
	}
	.imagebank-container .row > section a {
		font-size: 12px;
	}
}

@media screen and (max-width: 420px) {

	.AddedToBasket .buttons input[type=submit],
	.AddedToBasket .buttons input[type=button] {
		font-size: 13px;
		min-width: 0;
		padding: 0 10px;
	}
	
	.tbl-contact tr td input,
	.tbl-contact tr td textarea {
		display: block;
		width: 100% !important;
	}
	
	.tbl-contact tr td input[type=text],
	.tbl-contact tr td textarea {
		padding: 5px
	}
	.prod-holder .product {
		width: 150px;
		margin-right: 10px;
	}
	
	.prod-holder .product:nth-child(4n+4) {
		margin-right: 10px;
	}
	
	.basketlast .blnext, form[name="frmCheckout"] div div.gtp {
		float: none !important;
	}
	
	.basketlast input[type=submit], 
	.basketlast input[type=button],
	form[name="frmCheckout"] input[type=submit], form[name="frmCheckout"] input[type=button] {	
		display: block;
		width: 100%;
		font-size: 13px;
	}
	form[name="frmCheckout"] input[type=submit] {
		margin-bottom: 20px;
	}
	
	.frm-dealerlogin {
		width: 100%;
	}
	.frm-dealerlogin input {
		min-width: 0;
	}
	
}

@media screen and (max-width: 360px) {
	.basket-wrapper .cms-template2 {
		width: 100%;
		padding: 20px 10px;
	}
	
}


@media screen and (max-width: 340px) {
	.product-info .product-info-content .product-text .wrapper form > div.size-wrapper {
		width: 100%;
		margin-right: 0;
	}
	.product-info .product-info-content .product-text .wrapper form > div.select-qty-wrap {
		width: 100%;
		margin-right: 0;
	}
	
}

@media screen and (max-width: 330px) { 
	.info-banner-container .item {
		width: 100%;
	}
}
