/* New front-end for Ecommerce design */


/* Godspeed */

.hahnel-design .products.bestsellers {
	font-weight: 100;
	color: #4d4d4d;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.hahnel-design .products {
	font-weight: 100;
	color: #4d4d4d;
}

.hahnel-design .products h1#pageTitle {
	text-transform: uppercase;
	color: black;
}

.hahnel-design .products h2#pageSubTitle {
	color: #4d4d4d;
}

.hahnel-design .products .product-ecommerce {
	padding: 15px;
}

.hahnel-design .products .product-ecommerce:after {
	display: table;
	clear: both;
	content: '';
}

.hahnel-design .products .product-ecommerce .product__price-detail {
	font-size: 64px;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
	text-align: center;
	color: black;
}

.hahnel-design .products .product-ecommerce .product__quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.hahnel-design .products .product-ecommerce .product__quantity .product-qty-minus,
.hahnel-design .products .product-ecommerce .product__quantity .product-qty-plus {
	width: 40px;
	height: 40px;
	font-size: 28px;
	margin: 0;
	padding: 10px;
	border: 0;
	background-color: #f7f7f7;
	box-shadow: none;
}

.hahnel-design .products .product-ecommerce .product__quantity .product-qty-minus {}

.hahnel-design .products .product-ecommerce .product__quantity .product__input {
	font-size: 35.2px;
	font-size: 2.2rem;
	font-weight: bold;
	width: calc(100% - 80px);
	height: 40px;
	padding: 10px;
	padding-left: 25px;
	text-align: center;
	color: black;
	border: 0;
}

.hahnel-design .products .product-ecommerce .product__button {
	display: block;
	margin-top: 15px;
}

.hahnel-design .products .product-ecommerce .product__button a {
	line-height: 1;
	display: block;
	padding: 20px 35px;
	border-radius: 0;
}

.hahnel-design .products .product-ecommerce .product__button i {
	line-height: 1;
}

@media all and (min-width: 480px) {
	.hahnel-design .products .product-ecommerce .product__price-detail {
		font-size: 5rem;
	}
	.hahnel-design .products .product-ecommerce .product__price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.hahnel-design .products .product-ecommerce .product__quantity {
		width: 40%;
	}
	.hahnel-design .products .product-ecommerce .product__price-detail {
		margin-bottom: 0;
		width: 50%;
	}
}

@media all and (min-width: 992px) {
	.hahnel-design .products .product-ecommerce .product__quantity {
		width: 35%;
		margin-left: 40px;
		margin-right: 40px;
	}
}


/* My soul hurts */

.hahnel-design#log-in h1#pageTitle {
	display: none;
}

.hahnel-design#log-in .gdLogin_group label {
	color: black;
}


/* Will the gods forgive me */

.hahnel-design .checkout_header div[id*='checkoutStep'].active .tab,
.hahnel-design .summary_block div[id*='checkoutStep'].active .tab {
	background-color: black;
}

.hahnel-design .checkout_header div[id*='checkoutStep'].active .tab:before,
.hahnel-design .summary_block div[id*='checkoutStep'].active .tab:before {
	border-color: black transparent transparent transparent;
}

.hahnel-design .checkout_header h2,
.hahnel-design .summary_block h2 {
	font-weight: normal;
	letter-spacing: .5px;
	text-transform: none;
}

.hahnel-design .Steps_content .chooseShippingAddress .tab-container ul.etabs li a {
	min-height: 0;
	background: white;
}

.hahnel-design .Steps_content .chooseShippingAddress .tab-container ul.etabs li.active a {
	background: black;
}

.hahnel-design .Steps_content .chooseShippingAddress .tab-container .row {
	margin-top: 0;
}

.hahnel-design .Steps_content .formHolder {
	padding: 0;
	background-color: #f7f7f7;
}

.hahnel-design .Steps_content .chooseShippingAddress {
	background-color: #f7f7f7;
}

.hahnel-design .Steps_content #deliveryNoteContainer {
	padding: 0 25px;
}

.hahnel-design form.general input[type='text'],
.hahnel-design form.general input[type='password'],
.hahnel-design form.general input[type='email'],
.hahnel-design form.general select,
.hahnel-design form.general textarea {
	padding: 10px;
	border: 0;
}

.hahnel-design input.tiny{
	width:45px;
}

@media all and (min-width: 992px) {
	.hahnel-design .checkout_header .tab,
	.hahnel-design .summary_block .tab {
		padding: 15px;
	}
	.hahnel-design .checkout_header h2,
	.hahnel-design .summary_block h2 {
		font-size: 1.6rem;
	}
}

.hahnel-design .shipping {
	padding: 25px;
}

.hahnel-design .shipping__container:after {
	display: table;
	clear: both;
	content: '';
}

.hahnel-design .btn--fendefe {
	width: auto;
	height: auto;
	padding: 15px 30px;
	text-align: center;
	text-transform: none;
	color: white;
	border: 0;
	background-color: black;
}

.hahnel-design .backButton {
	display: none;
}

.hahnel-design .tab_content .row {
	margin-top: 0;
}

.hahnel-design #creditcardContainer input {
	background-color: white;
}

.hahnel-design #paymentForm label {
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: normal;
	display: block;
	color: grey;
}

.hahnel-design #Step3 legend {
	font-weight: bold;
}

.hahnel-design #messageBg .fa-check-circle-o {
	display: none;
}

.hahnel-design #messageBg {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .11);
}

.hahnel-design #messageBg #messageTitle {
	font-size: 32px;
	font-size: 2rem;
	font-weight: normal;
	margin-top: 20px;
	padding: 0 20px;
	color: black;
}

.hahnel-design #messageBg #messageText {
	font-weight: normal;
	padding: 0 20px;
	color: black;
}

.hahnel-design #messageBg #messageText+.btn {
	font-weight: normal;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 15px 20px;
	border-radius: 0;
}

.hahnel-design .alert__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: black;
}

@media all and (min-width: 768px) {
	.hahnel-design .alert__header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.hahnel-design .alert__header img {
		margin-right: 40px;
	}
}

.hahnel-design .userShippingAddressBoxes.selected:before {
	content: '\f058';
	position: absolute;
	top: -2px;
	left: -10px;
	font-size: 32px;
	font-family: 'FontAwesome';
	color: #11dc11;
}

.hahnel-design .userShippingAddressBoxes.selected {
	border-bottom: 4px solid black;
}

.hahnel-design .Steps_content input:not([type='radio']):not(#orderShipToBillingAddressCheck),
.hahnel-design .StripeElement {
	height: 40px;
	padding: 10px 12px;
	-webkit-transition: box-shadow 150ms ease;
	-webkit-transition: -webkit-box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	color: #32325d;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 1px 3px 0 #e6ebf1;
}


/* Everything will be fine */

.hahnel-design .order-summary {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px 0;
	background-color: #f7f7f7;
}

.hahnel-design .order-summary:after {
	display: table;
	clear: both;
	content: '';
}

.hahnel-design .order-summary h2 {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: left;
	letter-spacing: -.5px;
	text-transform: uppercase;
	color: black;
}

.hahnel-design .order-summary h2 a {
	font-size: 19.2px;
	font-size: 1.2rem;
	display: block;
	color: black;
}

@media all and (min-width: 992px) {
	.hahnel-design .order-summary {
		margin-top: 0;
	}
}


/* Alles goed Tomas */

.hahnel-design .summary_block--title .summary_product {
	margin-bottom: 15px;
}

.hahnel-design .summary_block--title .summary_product .title {
	font-weight: bold;
	margin-top: 10px;
}

.hahnel-design .summary_block--title .summary_product span {
	font-size: 16px;
	font-size: 1rem;
}

.hahnel-design .summary_block--title .summary_price {
	font-weight: bold;
}

.hahnel-design .summary_block--title .orderTotal {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #777;
	border-bottom: 1px solid #f0f0f0;
}

.hahnel-design .summary_block--title .grandTotal {
	color: black;
}

.hahnel-design .summary_block--title .orderTotal p,
.hahnel-design .summary_block--title .grandTotal p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 0;
}

.hahnel-design .summary_block--title .grandTotal p {
	margin-bottom: 15px;
}

.hahnel-design .summary_block--title .grandTotal span {
	font-weight: bold;
}

.hahnel-design .summary_block--security .inner {
	position: relative;
	right: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #f0f0f0;
	background: #fafafa;
}

.hahnel-design .summary_block--security .inner p {
	font-size: 19.2px;
	font-size: 1.2rem;
}

.hahnel-design .summary_block--cservice {
	padding: 5px 30px;
}

.hahnel-design .summary_block--cservice .contact span {
	display: block;
}

.hahnel-design .summary_block--cservice .contact i {
	margin-right: 15px;
	color: #ed1c21;
}

.hahnel-design .summary_block--cservice .contact a {
	color: black;
}

@media all and (min-width: 1200px) {
	.hahnel-design .summary_product {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.hahnel-design .summary_product .summary_image img {
		max-width: 150px;
	}
	.hahnel-design .summary_product .summary_prod,
	.hahnel-design .summary_product .summary_price {
		display: block;
		width: 100%;
	}
	.hahnel-design .summary_product .summary_prod {
		padding-left: 15px;
	}
}


/* Less worse than expected innit? */

@media (max-width: 960px) {
	.hahnel-design .header .socialNavList {
		position: relative;
		margin-right: 100px;
	}
}

.hahnel-design .menu-custom.menu-cart {
	position: absolute;
	top: 14px;
	right: -35px;
	width: 30px;
	height: 30px;
}

.hahnel-design .menu-custom.menu-cart a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.hahnel-design .menu-custom.menu-trade a {
	text-align: center;
	font-size: 1.1em;
}

/* .hahnel-design .menu-custom.menu-trade a:hover {
	color: #ed1c21;
} */


.hahnel-design .menu-custom.menu-cart a .menu-cart__counter {
	font-size: 16px;
	font-size: 1rem;
	position: absolute;
	top: -7px;
	right: -6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	background: #ed1c21;
}

@media all and (min-width: 961px) {
	.hahnel-design.ecommerce .header .socialNavList {
		position: relative;
		padding-right: 45px;
	}
	.hahnel-design .menu-custom.menu-cart:hover .fa-shopping-cart {
		color: #ed1c21;
	}
	.hahnel-design .menu-custom.menu-cart {
		top: 10px;
		right: 15px;
	}
}


/* Getting there innit */

.hahnel-design .miniCartMain:after {
	display: table;
	clear: both;
	content: '';
}

.hahnel-design .header .miniCartMain {
	padding-top: 0;
}

.hahnel-design .header .miniCartWrap .menu-cart__summary {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.hahnel-design .header .miniCartWrap .menu-cart__summary .cart-links a:first-child {
	border-color: black;
	background-color: black;
}

.hahnel-design .header .miniCartWrap .menu-cart__summary .cart-links a:first-child:hover {
	color: white;
	border-color: black;
}

.hahnel-design .header .miniCartWrap .menu-cart__summary .cart-checkout .cart-links .btn-small {
	font-size: 9px;
	padding: 5px;
}

@media all and (min-width: 480px) {
	.hahnel-design .header .miniCartWrap .menu-cart__summary .cart-checkout .cart-links .btn-small {
		font-size: 12px;
		padding: 10px;
	}
}

@media all and (min-width: 992px) {
	.hahnel-design .miniCartWrap {
		position: absolute;
	}
	.hahnel-design .header .miniCartWrap .menu-cart__summary {
		padding: 30px;
	}
}

.hahnel-design .modal .modal-content {
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

.hahnel-design .ecommerce__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 5px 15px;
}

.hahnel-design .ecommerce__wrap a,
.hahnel-design .ecommerce__wrap input {
	width: 100%;
}

@media all and (min-width: 992px) {
	.hahnel-design .ecommerce__wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.hahnel-design .ecommerce__wrap form,
	.hahnel-design .ecommerce__wrap .customLinks {
		display: block;
		width: calc(50% - 10px);
	}
	.hahnel-design .ecommerce__wrap a,
	.hahnel-design .ecommerce__wrap input {
		font-size: 14px;
		display: block;
		min-width: 0;
		padding: 10px 5px;
	}
}

.hahnel-design .products .product-ecommerce .product__button div {
	font-weight: bold;
}

.hahnel-design .products .product-ecommerce .product__button .product--socialNavList {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.hahnel-design .products .product-ecommerce .product__button .product--socialNavList li {
	display: inline-block;
	padding-left: 0;
}

.hahnel-design .products .product-ecommerce .product__button .product--socialNavList li:before {
	display: none;
}

.hahnel-design .products .product-ecommerce .product__button .product--socialNavList li a {
	padding: 5px;
}

.hahnel-design .product_added .addToCart .group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}

.hahnel-design .product_added .addToCart select {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin-right: 10px;
}

.hahnel-design .product_added .addToCart label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.hahnel-design .product_added .addToCart label a {
	position: absolute;
	bottom: -20px;
}

.hahnel-design .product_added .prod_price {
	padding-top: 15px;
}

.hahnel-design .product_added {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15);
}

.hahnel-design .cart_grid__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 15px;
}

.hahnel-design .prod_price {
	font-size: 24px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hahnel-design .prod_desc .title {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media all and (min-width: 768px) {
	.hahnel-design .cart_grid__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.hahnel-design .product_added {
		margin: 5px;
	}
}

@media all and (min-width: 992px) {
	.hahnel-design .product_added {
		width: 33%;
	}
}

@media all and (min-width: 1200px) {
	.hahnel-design .product_added {
		width: 25%;
	}
}

.hahnel-design .product_details .row {
	margin-top: 0;
}

.hahnel-design .product_details ul.product--socialNavList {
	padding: 0;
	text-align: right;
}

.hahnel-design .btn.btn_red.btn_product_enquire.btn--outline {
	background-color: white;
	border-color: black;
	color: black;
	min-width: 0;
}

.hahnel-design .btn.btn_red.btn_product_registration.btn--outline {
	background-color: white;
	border-color: black;
	color: black;
	min-width: 0;
}

#cart_shoppingCart.inverted h2 {
	color: black;
}

#shoppingProductCartHolder h2 {
	padding: 0 15px;
}

.hahnel-design #paymentMethodContainer {
	float: left;
}

.hahnel-design #paymentMethodContainer .option {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.hahnel-design #paymentMethodContainer label {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.hahnel-design #paymentMethodContainer label img {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.hahnel-design #paymentMethodContainer input[type=radio] {
	display: block;
	position: relative;
	margin: 0;
	margin-right: 15px;
	padding: 0;
}

.hahnel-design .row.paypal p {
	margin-top: 15px;
	color: #12c77f;
}

.hahnel-design #checkoutContainer legend.floatLeft:after {
	clear: both;
	content: '';
	display: table;
}

#cart_orderthanks #grid_gallery {
	display: none;
}

/* .hahnel-design form.formWizForm .left {
	float: none;
} */
.iframeWrapper #product-registration form.formWizForm .left {
	float: left;
}

.hahnel-design form.formWizForm input.medium {
	width: 100%;
}

.hahnel-design form.formWizForm .phoneIcon {
	display: none;
}

@media all and (min-width: 768px) {
  .hahnel-design form.formWizForm input.medium {
		width: 45%;
		min-width: 140px;
	}
	.hahnel-design form.formWizForm .left {
		float: left;
	}
}

.hahnel-design .chooseShippingAddress.shipping-address-count-1 .btn--choose-delivery-address {
	display: none;
}

@media all and (max-width: 768px) {
	.hahnel-design .span9.content {
		width: 100%;
	}
}

.hahnel-design .related_slider img {
	width: 100%;
}
.hahnel-design .error {
	display: block;
}
.hahnel-design label.error {
	color: red!important;
	margin-right: 15px;
	font-size: 10px;
	line-height: 1.4;
	max-width: 140px;
}

.hahnel-design #product-registration {
	overflow-x: hidden;
}
.readMore {
	max-height: 400px;
	overflow: hidden;
}
.readMore.expanded {
	max-height: none;
}
.hahnel-design .readMore + button.btn {
	background-color: transparent;
	text-transform: capitalize;
	color: black;
	padding: 0;
	margin-left: 15px;
	width: calc(100% - 30px);
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	position: relative;
	margin-bottom: 35px;
	margin-right: 15px;
	font-size: 15px;
	font-weight: 600;
}

.hahnel-design .readMore + button.btn:after {
	content: '+';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 15px;
	font-size: 32px;
	font-weight: 100;
}
.hahnel-design .readMore.expanded + button.btn:after {
	content: '-';
}

.hahnel-design .mobile-cart-container{
	color: white;
	font-size: 32px;
	font-size: 2rem;
	position: absolute;
	top: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	right: 100px;
}
.hahnel-design .mobile-cart-container a{
	color: white;
}
@media all and (min-width: 521px) {
  .hahnel-design .mobile-cart-container {
		display: none;
	}
}

.product__stock-level{
	float: left;
	font-size:0.7em;
}
@media all and (max-width: 768px) {
	.product__stock-level{
		font-size:0.5em;
	}
}
.product__stock-level.stock-level-high{
	color: #11dc11;
}
.product__stock-level.stock-level-medium{
	color: #faebcc;
}
.product__stock-level.stock-level-low{
	color: #ed1c21;
}
.product__stock-level.stock-level-out{
	color: grey;
}
.product__stock-level.stock-level-unknown{
	display: none;
}


.marketing-area .marketing-item-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.marketing-area .marketing-item-grid .product_box {
	margin-bottom: 0;
}

.marketing-area .marketing-item-grid .marketing-item-grid--item {
    width: 100%;
	margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	background-color: black;
}

.marketing-area .marketing-item-grid .marketing-item-grid--item.image {
	padding: 20px 0;
}

.marketing-area .marketing-item-grid--item.folder img {
	width:100%;
}



/* .marketing-area .marketing-item-grid .marketing-item-grid--item a span {
	background: #000000;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 2em;
	display: block;
	text-align: center;
} */

.marketing-area .marketing-item-grid .marketing-item-grid--item.image div {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	height:100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.marketing-area .marketing-item-grid .marketing-item-grid--item.image div img {
	/* margin: auto auto; */
}

.marketing-area .marketing-item-grid .marketing-item-grid--item.image div a:hover {
	cursor: zoom-in;
}

@media(min-width: 576px) {
    .marketing-area .marketing-item-grid .marketing-item-grid--item {
        width:49%;
        margin: 0 .5% 12px
    }
}

@media(min-width: 992px) {
    .marketing-area .marketing-item-grid .marketing-item-grid--item {
        width:24%
    }
}

.marketing-item--files li:nth-child(even) {
	background-color:#ececec;
}
.marketing-item--files li a {
	line-height: 2em;
	display: block;
	width: 100%;
	padding:10px;
}

.gallery-description-wrap {
	width: 100%;
	text-align:center;
	position: relative;
	top: -40px;
}

.gallery-description-download.btn {
	margin: 0;
}
.gallery-download i.fa {
	padding-left:0;
}
.mfp-zoom-out-cur .mfp-figure .mfp-close{
	cursor: pointer;
}

.quickorder--qty {
	max-width:50px;
	text-align: center;
}

#dccom_twFAQ .panel-default .panel-heading {
	color: #ffffff;
	background-color: #000000;
}

#dccom_twFAQ .panel-default .panel-heading h4 {
	color: inherit;
}
