.btn {
	cursor: pointer;
	position: relative;
	z-index: 1;
	/*background-color: transparent;*/
	padding: 12px 30px;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
	border-radius: 0;
	text-transform: uppercase;
}

@media all and (max-width: 767px) {
	.btn {
		padding: 10px 20px;
	}
}

.btn:after {
	content: ' ';
	position: absolute;
	z-index: -1;
	border-radius: 0;
}

.btn:before {
	speak: none;
	text-transform: none;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.btn-sm {
	font-size: 13px;
	padding: 10px 20px;
	margin-top: 0;
}

@media all and (max-width: 991px) {
	.btn-sm {
		padding: 10px;
	}
}

.btn .caret {
	margin-left: 0;
}

.btn .fa {
	margin-right: 5px;
}

.btn .fas {
	margin-right: 5px;
}

.btn:focus, .btn:visited, .btn:hover, .btn:active {
	outline: 0 none;
	box-shadow: 0px 0px 0px 0px;
}

.btn-xs {
	padding: 2px 5px;
	font-size: 10px;
}

.drop-toggle {
	padding-right: 8px;
	padding-left: 8px;
	content: '';
}

.btn-default {
	background-color: #dd042b;
	border-color: #dd042b;
	color: #fff;
}

	.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
		background-color: #ab0321 !important;
		border-color: #dd042b !important;
		color: #fff !important;
	}

	.btn-default.drop-toggle.btn-default {
		background-color: #dd042b;
		border-color: #c40426;
		color: #fff;
	}

	.btn-default.btn-alt {
		background-color: #c40426;
		border: 1px solid #dd042b;
	}

		.btn-default.btn-alt:hover {
			background-color: #ab0321;
		}

	.btn-default .fa {
		color: #fff;
	}

	.btn-default.btn-stroke {
		border: 1px double #dd042b;
		background-color: transparent;
		color: #dd042b;
	}

		.btn-default.btn-stroke:hover {
			background-color: #c40426;
			border-color: transparent;
			color: #fff;
		}

		.btn-default.btn-stroke .fa {
			color: #dd042b;
		}

	.btn-default.btn-solid {
		border: 1px solid #dd042b;
	}

	.btn-default.btn-dashed {
		border: 1px dashed #dd042b;
	}

	.btn-default.btn-dotted {
		border: 1px dotted #dd042b;
	}

	.btn-default.btn-double {
		border: 4px double #dd042b;
	}

	.btn-default.btn-inset {
		border: 4px inset #dd042b;
	}

	.btn-default.btn-circle {
		padding-left: 0;
		padding-right: 0;
		width: 34px;
		border-radius: 50%;
	}

	.btn-default.btn-expand:after {
		width: 0;
		height: 103%;
		top: 50%;
		left: 50%;
		background-color: #ab0321;
		opacity: 0;
	}

	.btn-default.btn-expand:hover:after {
		width: 90%;
		opacity: 1;
	}

	.btn-default.btn-expand:active:after {
		width: 101%;
		opacity: 1;
	}

	.btn-default.btn-rotate {
		overflow: hidden;
	}

		.btn-default.btn-rotate:after {
			width: 100%;
			height: 0;
			top: 50%;
			left: 50%;
			background-color: #ab0321;
			opacity: 0;
		}

		.btn-default.btn-rotate:hover:after {
			height: 260%;
			opacity: 1;
		}

		.btn-default.btn-rotate:active:after {
			height: 400%;
			opacity: 1;
		}

	.btn-default.btn-open {
		overflow: hidden;
	}

		.btn-default.btn-open:after {
			width: 101%;
			height: 0;
			top: 50%;
			left: 50%;
			background-color: #ab0321;
			opacity: 0;
		}

		.btn-default.btn-open:hover:after {
			height: 75%;
			opacity: 1;
		}

		.btn-default.btn-open:active:after {
			height: 130%;
			opacity: 1;
		}

	.btn-default.disabled, .btn-default[disabled] {
		background-color: #eee !important;
		color: #a2a2a2 !important;
		border-color: #eee !important;
		pointer-events: none;
		cursor: not-allowed;
	}

		.btn-default.disabled:hover, .btn-default[disabled]:hover {
			background-color: #a2a2a2 !important;
			border-color: #a2a2a2 !important;
			color: #fff !important;
		}

.btn-primary {
	background-color: #f49712;
	border-color: #f49712;
	color: #fff;
}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
		background-color: #ca7b09 !important;
		border-color: #f49712 !important;
		color: #fff !important;
	}

	.btn-primary.drop-toggle.btn-primary {
		background-color: #f49712;
		border-color: #e2890a;
		color: #fff;
	}

	.btn-primary.btn-alt {
		background-color: #e2890a;
		border: 1px solid #f49712;
	}

		.btn-primary.btn-alt:hover {
			background-color: #ca7b09;
		}

	.btn-primary .fa {
		color: #fff;
	}

	.btn-primary.btn-stroke {
		border: 1px double #f49712;
		background-color: transparent;
		color: #f49712;
	}

		.btn-primary.btn-stroke:hover {
			background-color: #e2890a;
			border-color: transparent;
			color: #fff;
		}

		.btn-primary.btn-stroke .fa {
			color: #f49712;
		}

	.btn-primary.btn-solid {
		border: 1px solid #f49712;
	}

	.btn-primary.btn-dashed {
		border: 1px dashed #f49712;
	}

	.btn-primary.btn-dotted {
		border: 1px dotted #f49712;
	}

	.btn-primary.btn-double {
		border: 4px double #f49712;
	}

	.btn-primary.btn-inset {
		border: 4px inset #f49712;
	}

	.btn-primary.btn-circle {
		padding-left: 0;
		padding-right: 0;
		width: 34px;
		border-radius: 50%;
	}

	.btn-primary.btn-expand:after {
		width: 0;
		height: 103%;
		top: 50%;
		left: 50%;
		background-color: #ca7b09;
		opacity: 0;
	}

	.btn-primary.btn-expand:hover:after {
		width: 90%;
		opacity: 1;
	}

	.btn-primary.btn-expand:active:after {
		width: 101%;
		opacity: 1;
	}

	.btn-primary.btn-rotate {
		overflow: hidden;
	}

		.btn-primary.btn-rotate:after {
			width: 100%;
			height: 0;
			top: 50%;
			left: 50%;
			background-color: #ca7b09;
			opacity: 0;
		}

		.btn-primary.btn-rotate:hover:after {
			height: 260%;
			opacity: 1;
		}

		.btn-primary.btn-rotate:active:after {
			height: 400%;
			opacity: 1;
		}

	.btn-primary.btn-open {
		overflow: hidden;
	}

		.btn-primary.btn-open:after {
			width: 101%;
			height: 0;
			top: 50%;
			left: 50%;
			background-color: #ca7b09;
			opacity: 0;
		}

		.btn-primary.btn-open:hover:after {
			height: 75%;
			opacity: 1;
		}

		.btn-primary.btn-open:active:after {
			height: 130%;
			opacity: 1;
		}

	.btn-primary.disabled, .btn-primary[disabled] {
		background-color: #f49712 !important;
		color: #eee !important;
		border-color: #f49712 !important;
		pointer-events: none;
		cursor: not-allowed;
	}

		.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
			background-color: #f49712 !important;
			border-color: #f49712 !important;
			color: #fff !important;
		}

.btn-secondary {
	background-color: #4d4d4d;
	border-color: #4d4d4d;
	color: #fff;
}

	.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
		background-color: #343434 !important;
		border-color: #4d4d4d !important;
		color: #fff !important;
	}

	.btn-secondary.drop-toggle.btn-secondary {
		background-color: #4d4d4d;
		border-color: #404040;
		color: #fff;
	}

	.btn-secondary.btn-alt {
		background-color: #404040;
		border: 1px solid #4d4d4d;
	}

		.btn-secondary.btn-alt:hover {
			background-color: #343434;
		}

	.btn-secondary .fa {
		color: #fff;
	}

	.btn-secondary.btn-stroke {
		border: 1px double #4d4d4d;
		background-color: transparent;
		color: #4d4d4d;
	}

		.btn-secondary.btn-stroke:hover {
			background-color: #404040;
			border-color: transparent;
			color: #fff;
		}

		.btn-secondary.btn-stroke .fa {
			color: #4d4d4d;
		}

	.btn-secondary.btn-solid {
		border: 1px solid #4d4d4d;
	}

	.btn-secondary.btn-dashed {
		border: 1px dashed #4d4d4d;
	}

	.btn-secondary.btn-dotted {
		border: 1px dotted #4d4d4d;
	}

	.btn-secondary.btn-double {
		border: 4px double #4d4d4d;
	}

	.btn-secondary.btn-inset {
		border: 4px inset #4d4d4d;
	}

	.btn-secondary.btn-circle {
		padding-left: 0;
		padding-right: 0;
		width: 34px;
		border-radius: 50%;
	}

	.btn-secondary.btn-expand:after {
		width: 0;
		height: 103%;
		top: 50%;
		left: 50%;
		background-color: #343434;
		opacity: 0;
	}

	.btn-secondary.btn-expand:hover:after {
		width: 90%;
		opacity: 1;
	}

	.btn-secondary.btn-expand:active:after {
		width: 101%;
		opacity: 1;
	}

	.btn-secondary.btn-rotate {
		overflow: hidden;
	}

		.btn-secondary.btn-rotate:after {
			width: 100%;
			height: 0;
			top: 50%;
			left: 50%;
			background-color: #343434;
			opacity: 0;
		}

		.btn-secondary.btn-rotate:hover:after {
			height: 260%;
			opacity: 1;
		}

		.btn-secondary.btn-rotate:active:after {
			height: 400%;
			opacity: 1;
		}

	.btn-secondary.btn-open {
		overflow: hidden;
	}

		.btn-secondary.btn-open:after {
			width: 101%;
			height: 0;
			top: 50%;
			left: 50%;
			background-color: #343434;
			opacity: 0;
		}

		.btn-secondary.btn-open:hover:after {
			height: 75%;
			opacity: 1;
		}

		.btn-secondary.btn-open:active:after {
			height: 130%;
			opacity: 1;
		}

	.btn-secondary.disabled, .btn-secondary[disabled] {
		/*background-color: #eee !important;
    color: #a2a2a2 !important;
    border-color: #eee !important;*/
		pointer-events: none;
		cursor: not-allowed;
		opacity: 0.25;
	}

		.btn-secondary.disabled:hover, .btn-secondary[disabled]:hover {
			/*background-color: #a2a2a2 !important;
      border-color: #a2a2a2 !important;
      color: #fff !important;*/
		}

.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #4d4d4d;
}

	.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
		background-color: #e6e6e6 !important;
		border-color: #fff !important;
		color: #4d4d4d !important;
	}

	.btn-white.drop-toggle.btn-white {
		background-color: #fff;
		border-color: #f2f2f2;
		color: #4d4d4d;
	}

	.btn-white.btn-alt {
		background-color: #f2f2f2;
		border: 1px solid #fff;
	}

		.btn-white.btn-alt:hover {
			background-color: #e6e6e6;
		}

	.btn-white .fa {
		color: #4d4d4d;
	}

	.btn-white.btn-stroke {
		border: 1px double #fff;
		background-color: transparent;
		color: #fff;
	}

		.btn-white.btn-stroke:hover {
			background-color: #f2f2f2;
			border-color: transparent;
			color: #4d4d4d;
		}

		.btn-white.btn-stroke .fa {
			color: #fff;
		}

	.btn-white.btn-solid {
		border: 1px solid #fff;
	}

	.btn-white.btn-dashed {
		border: 1px dashed #fff;
	}

	.btn-white.btn-dotted {
		border: 1px dotted #fff;
	}

	.btn-white.btn-double {
		border: 4px double #fff;
	}

	.btn-white.btn-inset {
		border: 4px inset #fff;
	}

	.btn-white.btn-circle {
		padding-left: 0;
		padding-right: 0;
		width: 34px;
		border-radius: 50%;
	}

	.btn-white.btn-expand:after {
		width: 0;
		height: 103%;
		top: 50%;
		left: 50%;
		background-color: #e6e6e6;
		opacity: 0;
	}

	.btn-white.btn-expand:hover:after {
		width: 90%;
		opacity: 1;
	}

	.btn-white.btn-expand:active:after {
		width: 101%;
		opacity: 1;
	}

	.btn-white.btn-rotate {
		overflow: hidden;
	}

		.btn-white.btn-rotate:after {
			width: 100%;
			height: 0;
			top: 50%;
			left: 50%;
			background-color: #e6e6e6;
			opacity: 0;
		}

		.btn-white.btn-rotate:hover:after {
			height: 260%;
			opacity: 1;
		}

		.btn-white.btn-rotate:active:after {
			height: 400%;
			opacity: 1;
		}

	.btn-white.btn-open {
		overflow: hidden;
	}

		.btn-white.btn-open:after {
			width: 101%;
			height: 0;
			top: 50%;
			left: 50%;
			background-color: #e6e6e6;
			opacity: 0;
		}

		.btn-white.btn-open:hover:after {
			height: 75%;
			opacity: 1;
		}

		.btn-white.btn-open:active:after {
			height: 130%;
			opacity: 1;
		}

	.btn-white.disabled, .btn-white[disabled] {
		background-color: #eee !important;
		color: #a2a2a2 !important;
		border-color: #eee !important;
		pointer-events: none;
		cursor: not-allowed;
	}

		.btn-white.disabled:hover, .btn-white[disabled]:hover {
			background-color: #a2a2a2 !important;
			border-color: #a2a2a2 !important;
			color: #fff !important;
		}

.btn-grey {
	background-color: #bbb;
	border-color: #bbb;
	color: #404040;
}

	.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active {
		background-color: #a2a2a2 !important;
		border-color: #bbb !important;
		color: #404040 !important;
	}

	.btn-grey.drop-toggle.btn-grey {
		background-color: #bbb;
		border-color: #aeaeae;
		color: #404040;
	}

	.btn-grey.btn-alt {
		background-color: #aeaeae;
		border: 1px solid #bbb;
	}

		.btn-grey.btn-alt:hover {
			background-color: #a2a2a2;
		}

	.btn-grey .fa {
		color: #404040;
	}

	.btn-grey.btn-stroke {
		border: 1px double #bbb;
		background-color: transparent;
		color: #bbb;
	}

		.btn-grey.btn-stroke:hover {
			background-color: #aeaeae;
			border-color: transparent;
			color: #404040;
		}

		.btn-grey.btn-stroke .fa {
			color: #bbb;
		}

	.btn-grey.btn-solid {
		border: 1px solid #bbb;
	}

	.btn-grey.btn-dashed {
		border: 1px dashed #bbb;
	}

	.btn-grey.btn-dotted {
		border: 1px dotted #bbb;
	}

	.btn-grey.btn-double {
		border: 4px double #bbb;
	}

	.btn-grey.btn-inset {
		border: 4px inset #bbb;
	}

	.btn-grey.btn-circle {
		padding-left: 0;
		padding-right: 0;
		width: 34px;
		border-radius: 50%;
	}

	.btn-grey.btn-expand:after {
		width: 0;
		height: 103%;
		top: 50%;
		left: 50%;
		background-color: #a2a2a2;
		opacity: 0;
	}

	.btn-grey.btn-expand:hover:after {
		width: 90%;
		opacity: 1;
	}

	.btn-grey.btn-expand:active:after {
		width: 101%;
		opacity: 1;
	}

	.btn-grey.btn-rotate {
		overflow: hidden;
	}

		.btn-grey.btn-rotate:after {
			width: 100%;
			height: 0;
			top: 50%;
			left: 50%;
			background-color: #a2a2a2;
			opacity: 0;
		}

		.btn-grey.btn-rotate:hover:after {
			height: 260%;
			opacity: 1;
		}

		.btn-grey.btn-rotate:active:after {
			height: 400%;
			opacity: 1;
		}

	.btn-grey.btn-open {
		overflow: hidden;
	}

		.btn-grey.btn-open:after {
			width: 101%;
			height: 0;
			top: 50%;
			left: 50%;
			background-color: #a2a2a2;
			opacity: 0;
		}

		.btn-grey.btn-open:hover:after {
			height: 75%;
			opacity: 1;
		}

		.btn-grey.btn-open:active:after {
			height: 130%;
			opacity: 1;
		}

	.btn-grey.disabled, .btn-grey[disabled] {
		/*background-color: #d3d3d3 !important;
    color: #979696 !important;
    border-color: #d3d3d3 !important;*/
		pointer-events: none;
		cursor: not-allowed;
	}

		.btn-grey.disabled:hover, .btn-grey[disabled]:hover {
			/*background-color: #d3d3d3 !important;
      border-color: #d3d3d3 !important;
      color: #fff !important;*/
		}

.group--horizontal {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

	.group--horizontal.group--center {
		justify-content: center;
	}

	.group--horizontal .btn-stroke {
		margin-right: 0px;
	}

	.group--horizontal .btn:not(:first-child) {
		margin-left: 20px;
	}

.search-autosuggest {
	background-color: #fff;
	position: absolute;
	text-align: left;
	top: 88px;
	left: -1px;
	right: -1px;
	z-index: 1;
	padding: 30px 0px;
}

@media (max-height: 450px), (max-width: 767px) {
	.scroll-container {
		max-height: 68vh;
		max-height: calc(var(--vh, 1vh) * 50);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media all and (max-width: 991px) {
	.search-autosuggest {
		top: 118px;
		transition: 1s;
	}
}

@media all and (max-width: 767px) {
	.search-autosuggest {
		top: 206px;
		transition: 1s;
	}
}

.search-autosuggest:before {
	content: "";
	border: 26px solid transparent;
	position: absolute;
	top: -52px;
	left: 350px;
	border-bottom-color: #fff;
	border-left-width: 12px;
	border-right-width: 12px;
}

@media all and (max-width: 991px) {
	.search-autosuggest:before {
		left: 55%;
	}
}

@media all and (max-width: 767px) {
	.search-autosuggest:before {
		left: 24%;
	}
}

.search-autosuggest .search-autosuggest--column {
	padding: 0 35px;
	height: 100%;
	/* Fixed heights for Quick Search contents */
}

	.search-autosuggest .search-autosuggest--column .search-autosuggest--column-header {
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		color: #000;
		margin-bottom: 8px;
	}

		.search-autosuggest .search-autosuggest--column .search-autosuggest--column-header:not(:first-of-type) {
			margin-top: 30px;
		}

	.search-autosuggest .search-autosuggest--column.search-autosuggest--column__borders {
		border-left: 1px solid #bbbbbb;
		border-right: 1px solid #bbbbbb;
	}

@media all and (max-width: 767px) {
	.search-autosuggest .search-autosuggest--column.search-autosuggest--column__borders {
		border-left: none;
		border-right: none;
		border-top: 1px solid #bbbbbb;
		border-bottom: 1px solid #bbbbbb;
	}
}

@media all and (max-width: 991px) {
	.search-autosuggest .search-autosuggest--column .matching-keywords {
		height: calc(100% - 96px);
	}
}

@media all and (max-width: 767px) {
	.search-autosuggest .search-autosuggest--column .matching-keywords {
		height: auto !important;
		max-height: 250px;
	}
}


.search-autosuggest .search-autosuggest--column .matching-keywords {
	height: 420px;
}

.search-autosuggest .search-autosuggest--column .categories {
	height: 155px;
}

.brand-flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

	.brand-flex-container a {
		text-decoration: none;
	}

	.brand-flex-container > a img {
		border-width: 0px;
		width: 160px;
	}

.search-autosuggest .search-autosuggest--column .specific-matches {
	min-height: 155px;
	/*height: 180px;*/
}

@media all and (max-width: 991px) {
	.brand-flex-container > a img {
		width: 110px;
	}
}

/*.search-autosuggest .search-autosuggest--column .categories,
.search-autosuggest .search-autosuggest--column .specific-matches {
    height: 120px;
}*/

/*@media all and (max-width: 991px) {
    .search-autosuggest .search-autosuggest--column .categories,
    .search-autosuggest .search-autosuggest--column .specific-matches {
        height: 136px; 

    } 
}*/

@media all and (max-width: 767px) {
	.search-autosuggest .search-autosuggest--column .categories,
	.search-autosuggest .search-autosuggest--column .specific-matches {
		height: auto;
	}
}

.search-autosuggest .search-autosuggest--column .brands {
	height: 188px;
}

@media all and (max-width: 991px) {
	.search-autosuggest .search-autosuggest--column .brands {
		height: auto;
	}
}

.search-autosuggest .search-autosuggest--column .search-history {
	height: 150px;
}

@media all and (max-width: 991px) {
	.search-autosuggest .search-autosuggest--column .search-history {
		height: auto;
	}
}

.search-autosuggest .search-autosuggest--list {
	list-style-type: none;
	padding: 0;
	font-size: 14px;
	overflow: hidden;
}

	.search-autosuggest .search-autosuggest--list li {
		color: #777;
		margin-bottom: 5px;
	}

		.search-autosuggest .search-autosuggest--list li a {
			color: #777;
		}

		.search-autosuggest .search-autosuggest--list li:last-child {
			margin-bottom: 0;
		}

			.search-autosuggest .search-autosuggest--list li:last-child img {
				margin-bottom: 0;
			}

		.search-autosuggest .search-autosuggest--list li img {
			max-width: 84px;
			border: 1px solid #bbbbbb;
			margin-bottom: 3px;
		}

.search-autosuggest .search-autosuggest--brand-image {
	display: flex;
	align-items: center;
	height: 47px;
}

@media all and (max-width: 991px) {
	.search-autosuggest .search-autosuggest--brand-image {
		height: auto;
		min-height: 55px;
	}
}

.search-autosuggest .search-autosuggest--button {
	margin-top: 30px;
	text-align: center;
}

	.search-autosuggest .search-autosuggest--button a {
		width: 130px;
	}

/* ========================================================================
 * CHECKBOX
 * ======================================================================== */
.ckbox input[type=checkbox] {
	opacity: 0;
}

	.ckbox input[type=checkbox]:checked + label::after {
		font-family: 'FontAwesome';
		content: "\F00C";
		position: absolute;
		top: 3px;
		left: 0;
		display: inline-block;
		font-size: 10px;
		width: 15px;
		height: 15px;
		line-height: 15px;
		color: #FFF;
		text-align: center;
		font-weight: 700;
	}

.ckbox.rounded input[type=checkbox]:checked + label::after, .ckbox.rounded input[type=checkbox]:checked + label::before {
	border-radius: 0;
}

.ckbox.rounded label:before {
	border-radius: 0;
}

.ckbox.circle input[type=checkbox]:checked + label::after, .ckbox.circle input[type=checkbox]:checked + label::before {
	border-radius: 0;
}

.ckbox.circle label:before {
	border-radius: 0;
}

.ckbox.ckbox-default input[type=checkbox]:checked + label::after {
	color: gray;
}

/* ========================================================================
 * RADIO
 * ======================================================================== */
.rdio input[type=radio] {
	opacity: 0;
}

	.rdio input[type=radio]:checked + label::after {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		display: inline-block;
		font-size: 11px;
		width: 10px;
		height: 10px;
	}

.rdio.rounded input[type=radio]:checked + label::after, .rdio.rounded input[type=radio]:checked + label::before {
	border-radius: 0;
}

.rdio.rounded label:before {
	border-radius: 0;
}

.rdio.circle input[type=radio]:checked + label::after, .rdio.circle input[type=radio]:checked + label::before {
	border-radius: 0;
}

.rdio.circle label:before {
	border-radius: 0;
}

.rdio.rdio-default input[type=radio]:checked + label::after {
	color: gray;
}

.text-center .ckbox, .text-center .rdio {
	width: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 0px;
}

.ckbox, .rdio {
	position: relative;
	margin-top: 3px;
}

	.ckbox label, .rdio label {
		padding-left: 15px;
		cursor: pointer;
		margin-bottom: 7px !important;
		font-weight: 400;
	}

		.ckbox label:before, .rdio label:before {
			width: 15px;
			height: 15px;
			position: absolute;
			top: 3px;
			left: 0px;
			content: '';
			display: inline-block;
			border: 1px solid #BBB;
			background: #FFF;
		}

	.ckbox input[type=checkbox] {
		border-radius: 4px;
	}

		.ckbox input[type=checkbox]:checked + label::after {
			font-family: 'Font Awesome\ 5 Free' !important;
			content: "\f00C";
			color: black;
			border-radius: 0;
			background-color: #fff;
			border: 1px solid #BBB;
		}

	.ckbox label::before, .rdio label::before {
		border-radius: 0;
	}

body {
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

section.home-template {
	/*background-image: url("../images/bg.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	.container {
		max-width: 800px;
	}
}

h1 {
	font-size: 44px;
}

@media (min-width: 991px) {
	h1 {
		font-size: 54px;
	}
}

h2 {
	font-size: 36px;
}

@media (min-width: 991px) {
	h2 {
		font-size: 46px;
	}
}

section.red-stripe {
	background-color: #dd042b;
	color: white;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	z-index: 55;
	position: relative;
}

@media (min-width: 620px) and (max-width: 991px) {
	section.red-stripe {
		padding-left: 40px;
		padding-right: 50px;
	}
}

@media all and (min-width: 600px) and (max-width: 615px) {
	section.red-stripe {
		padding-right: 0px;
	}
}

@media (min-width: 991px) {
	section.red-stripe {
		padding-left: 50px;
		padding-right: 50px;
	}
}

section.red-stripe .red-stripe--left,
section.red-stripe .red-stripe--right {
	white-space: nowrap;
}

section.red-stripe .red-stripe--right {
	text-align: right;
}

@media (max-width: 450px) {
	section.red-stripe .red-stripe--right {
		padding-left: 0;
		text-align: right;
	}
}

@media all and (min-width: 321px) and (max-width: 370px) {
	section.red-stripe .red-stripe--right {
		padding-right: 10px;
	}
}

@media all and (min-width: 991px) and (max-width: 1199px) {
	section.red-stripe .red-stripe--right {
		padding-left: 0;
		padding-right: 30px;
	}
}

@media (min-width: 1200px) {
	section.red-stripe .red-stripe--right {
		padding-right: 50px;
	}
}

section.red-stripe a {
	color: white;
	font-weight: bold;
}

section.red-stripe .red-stripe--left {
	text-align: center;
	white-space: nowrap;
}

@media (min-width: 575px) {
	section.red-stripe .red-stripe--left {
		text-align: left;
	}
}

@media all and (max-width: 460px) {
	section.red-stripe .red-stripe--left {
		text-align: left;
	}
}

@media all and (min-width: 575px) and (max-width: 600px) {
	section.red-stripe .red-stripe--left {
		padding: 0;
	}
}

section.red-stripe .red-stripe--left .tel {
	font-size: 14px;
	font-weight: bold;
}

@media all and (max-width: 1040px) {
	section.red-stripe .red-stripe--left .tel {
		display: none;
	}
}

@media all and (max-width: 460px) {
	section.red-stripe .red-stripe--left .contact-us {
		display: none;
	}
}

@media all and (max-width: 460px) {
	section.red-stripe .red-stripe--left .tel {
		font-size: 13px;
	}
}

section.red-stripe .red-stripe--left .mon-fri-header {
	display: none;
}

@media (min-width: 991px) {
	section.red-stripe .red-stripe--left .mon-fri-header {
		display: inline;
	}
}

section.red-stripe select {
	border-radius: 2px;
	max-width: 240px;
}

section.red-stripe img.divider {
	margin: 0 10px 0 10px;
}

@media (max-width: 460px) {
	section.red-stripe img.divider {
		margin: 0 3px;
	}
}

.nav-item.dropdown .dropdown-menu:hover {
	display: block;
}

header {
	background-color: #f8f8f8;
	z-index: 50;
	position: relative;
}

	header.header-checkout {
		background-color: #fff;
		padding: 20px 0;
	}

@media all and (max-width: 767px) {
	header.header-checkout .navbar-brand img {
		width: 180px;
	}
}

@media all and (max-width: 575px) {
	header.header-checkout .navbar-brand img {
		width: 134px;
	}
}

header.header-checkout .header-checkout--popover {
	position: absolute;
	top: 83px;
	width: 322px;
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #6d6d6d;
	box-shadow: 2px 2px 2px 0px rgba(53, 53, 53, 0.8);
}

@media all and (max-width: 767px) {
	header.header-checkout .header-checkout--popover {
		top: 50px;
	}
}

header.header-checkout .header-checkout--popover p {
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 5px;
}

header.header-checkout .header-checkout--popover .header-checkout--popover-buttons .btn {
	width: calc(50% - 7.5px);
	padding: 0;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
}

header.header-checkout .header-checkout--title {
	color: #4d4d4d;
	font-weight: bold;
	font-size: 30px;
	line-height: 60px;
	margin: 0;
	line-height: 70px;
}

@media all and (max-width: 767px) {
	header.header-checkout .header-checkout--title {
		font-size: 20px;
		line-height: 54px;
	}
}

@media all and (max-width: 575px) {
	header.header-checkout .header-checkout--title {
		font-size: 15px;
		line-height: 40px;
	}
}

header.header-checkout .header-checkout--title .fa {
	color: #4d4d4d;
	margin-right: 10px;
	font-size: 85%;
}

@media all and (max-width: 575px) {
	header.header-checkout .header-checkout--title .fa {
		margin-right: 5px;
	}
}

@media all and (max-width: 767px) {
	header nav .navbar-brand {
		margin-right: 0;
	}
}

header nav .navbar-brand img {
	max-width: 260px;
	height: auto;
	transition: 1s;
}

header nav #navbars.navbar-collapse {
	justify-content: center;
}

@media all and (min-width: 600px) and (max-width: 767px) {
	header nav #navbars.navbar-collapse {
		margin-left: 3.8rem;
		margin-right: 3.8rem;
	}
}

header nav #navbars.navbar-collapse ul.navbar-nav {
	justify-content: center;
}

@media (max-width: 991px) {
	header nav #navbars.navbar-collapse ul.navbar-nav {
		align-content: left;
	}
}

header nav #navbars.navbar-collapse ul.navbar-nav li {
	border-bottom: 4px solid transparent;
}

	header nav #navbars.navbar-collapse ul.navbar-nav li:hover {
		border-bottom: 4px solid #dd042b;
	}

@media (max-width: 450px) {
	header nav #navbars.navbar-collapse ul.navbar-nav li:hover {
		border-bottom: none;
	}
}

@media all and (min-width: 451px) and (max-width: 991px) {
	header nav #navbars.navbar-collapse ul.navbar-nav li:hover {
		border-bottom: none;
	}
}

header nav #navbars.navbar-collapse ul.navbar-nav li a.nav-link.js-mega-menu {
	padding-right: 12px;
	padding-left: 15px;
	text-align: left;
	color: black;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
	header nav #navbars.navbar-collapse ul.navbar-nav li a.nav-link.js-mega-menu {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 13px;
	}
}

@media (min-width: 991px) {
	header nav #navbars.navbar-collapse ul.navbar-nav li a.nav-link.js-mega-menu {
		text-align: center;
	}
}

@media (max-width: 767px) {
	header nav .container.nav-container.main-header {
		justify-content: center !important;
	}
}

header nav .main-navigation {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 0px;
	padding-bottom: 6px;
	margin-right: 0px !important;
}

@media (min-width: 991px) {
	header nav .main-navigation {
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	header nav .main-navigation {
		display: block;
	}
}

header nav .main-navigation .form-control.search-field {
	width: 100%;
	margin-bottom: 0px;
	border-right-width: 0px;
	border: 2px solid #eee;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

	header nav .main-navigation .form-control.search-field:focus {
		box-shadow: none;
		border: 2px solid #bbb;
		border-right: none;
	}

		header nav .main-navigation .form-control.search-field:focus + .btn-search {
			border: 2px solid #bbb;
			border-left: none;
		}

			header nav .main-navigation .form-control.search-field:focus + .btn-search:hover {
				border-color: #bbb !important;
				background-color: #bbb !important;
			}

header nav .main-navigation .btn-search {
	margin-top: 0px;
	min-width: auto;
	padding: 0 20px;
	background-color: #fff;
	border: 2px solid #eee;
	border-radius: .25rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}

	header nav .main-navigation .btn-search:hover {
		background-color: #eee !important;
		border-color: #eee !important;
	}

header nav .navigation-links-search {
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

@media (min-width: 991px) {
	header nav .navigation-links-search {
		flex-wrap: nowrap;
	}
}

header nav #header-search {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-left: 10px;
	padding-right: 10px;
	align-content: center;
	align-items: center;
}

@media (min-width: 991px) {
	header nav #header-search {
		width: calc(100% - 250px);
		padding-left: 30px;
	}
}

header nav #header-search #header-search-form {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: right;
}

header nav #header-search .search-area {
	width: 90%;
	display: flex;
	margin-right: 10px;
	flex-wrap: nowrap;
	height: 40px;
	margin-top: 4px;
}

header .fas.fa-search {
	color: #dd042b;
}

header .nav-right {
	display: flex;
	justify-content: space-between;
	margin-right: 0px;
	padding-right: 20px;
	flex: 1 1 auto;
	-ms-flex: 1 1 auto;
}

@media (max-width: 767px) {
	header .nav-right {
		padding-right: 0;
	}
}

@media (min-width: 991px) {
	header .nav-right {
		flex: 1 1 0;
	}
}

header .nav-right .nav-icon {
	display: flex;
	display: -ms-flexbox;
	align-self: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
	padding-top: 4px;
	color: black;
	margin-right: 25px;
	min-width: 68px;
}

@media (max-width: 420px) {
	header .nav-right .nav-icon {
		margin-right: 7px;
		min-width: 50px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	header .nav-right .nav-icon {
		margin-right: 7px;
	}
}

@media all and (max-width: 991px) {
	header .nav-right .nav-icon {
		margin-right: 10px;
	}
}

header .nav-right .nav-icon:hover {
	text-decoration: none;
}

header .nav-right .nav-icon.btn-navSearch {
	margin-right: 5px;
	padding-right: 5px;
}

@media (min-width: 450px) {
	header .nav-right .nav-icon.btn-navSearch {
		margin-right: 0px;
	}
}

header .nav-right .nav-icon .nav-basket {
	display: flex;
	align-items: center;
	flex-direction: column;
}

header .nav-right .nav-icon small {
	font-weight: bold;
}

@media all and (max-width: 991px) {
	header .nav-right .nav-icon small {
		padding-top: 5px;
	}
}

header .nav-right #navbar-toggler {
	flex-direction: column;
	font-size: 14px;
	align-items: center;
	padding-top: 7.5px;
}

@media (max-width: 430px) {
	header .nav-right #navbar-toggler {
		padding-left: 0;
		padding-right: 11px;
	}
}

@media all and (min-width: 431px) and (max-width: 700px) {
	header .nav-right #navbar-toggler {
		margin-right: 5px;
	}
}

header .fas:hover,
header .fa:hover {
	color: #800218;
	text-decoration: none;
}

#header-search-mobile {
	width: 100%;
	display: none;
}

	#header-search-mobile #header-search-form {
		width: 100%;
		display: flex;
		align-items: center;
		text-align: right;
	}

	#header-search-mobile .search-area {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		height: 40px;
		margin-top: 4px;
	}

.usp-strip {
	background-color: #eeeeee;
	padding-top: 28px;
	margin-top: -8px;
}

@media (max-width: 430px) {
	.usp-strip {
		padding-left: 0;
		padding-right: 0;
	}
}

.usp-strip .row {
	justify-content: center;
	padding-left: 20px;
	padding-right: 12px;
}

@media (max-width: 420px) {
	.usp-strip .row {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 420px) {
	.usp-strip .col-5.col-md-3 {
		padding-left: 0;
		padding-right: 0;
	}
}

.usp-item-a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-bottom: 3px;
}

@media (max-width: 420px) {
	.usp-item-a {
		justify-content: center;
	}
}

.usp-item__text-a {
	display: flex;
	line-height: 1em;
}

	.usp-item__text-a .fa, .usp-item__text-a .fas {
		color: #dd042b;
	}

@media (max-width: 767px) {
	.usp-item__text-a {
		line-height: 16px;
	}
}

p.text-line a {
	font-size: 13px;
	color: #666;
	margin-left: 5px;
	font-weight: 600;
}

@media (max-width: 420px) {
	p.text-line a {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	p.text-line small {
		display: block;
	}
}

.hero {
	/*background-image: url("../images/main1.jpg");*/
	background-size: cover;
	height: 425px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-position: inherit;
}

	.hero h1 {
		color: white;
		font-weight: bold;
	}

	.hero p {
		color: white;
		font-size: 18px;
		font-family: 'Montserrat', sans-serif;
	}

@media (min-width: 991px) {
	.hero p {
		font-size: 18px;
	}
}

.hero .hero-buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

	.hero .hero-buttons .btn {
		width: 180px;
	}

/* IMAGE GRID */
.content-band-grid {
	margin-top: 0px;
	margin-bottom: 0px;
}

	.content-band-grid.first-grid {
		padding-top: 60px;
	}

.content-band-grid-large {
	margin-top: 0px;
	padding-top: 30px;
	margin-bottom: 30px;
}

.content-band-grid-nopadding {
	margin-top: 0px;
	margin-bottom: 0px;
}

.content-band-grid-large .grid-item__content {
	position: absolute;
	bottom: 45px;
	text-align: left !important;
	padding: 20px;
	width: calc(100% - 60px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	left: 30px;
}

@media screen and (min-width: 991px) {
	.content-band-grid-large .grid-item__content {
		height: auto;
		bottom: 45px;
		display: block;
		text-align: left;
	}
}

.content-band-grid-large .double .grid-item__content {
	height: calc(50% - 60px);
	top: 10px;
}

@media screen and (min-width: 991px) {
	.content-band-grid-large .double .grid-item__content {
		top: auto;
		height: auto;
	}
}

.bands-grid {
	position: relative;
	justify-content: start;
}

	.bands-grid a:hover {
		text-decoration: none;
	}

	.bands-grid .single {
		height: 256px;
	}

	.bands-grid .double {
		height: 540px;
		padding-left: 0px;
		padding-right: 0px;
	}

@media (min-width: 991px) {
	.bands-grid .double {
		padding-left: 70px;
		padding-right: 70px;
	}
}

.bands-grid .block {
	height: 360px;
}

.bands-grid .bands-grid__item {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	padding: 0;
	background-size: cover;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

@media (min-width: 991px) {
	.bands-grid .bands-grid__item {
		padding: 25px 25px;
	}
}

.bands-grid .bands-grid__item:after {
	content: '\A';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(128, 2, 24, 0.54);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.bands-grid .bands-grid__item:hover:after {
	opacity: 1;
}

.bands-grid .grid-item__content {
	color: #fff;
	text-align: center;
	z-index: 3;
}

	.bands-grid .grid-item__content .item-content__line1 {
		margin-bottom: 15px;
		font-weight: bold;
		width: 100%;
		color: white !important;
	}

		.bands-grid .grid-item__content .item-content__line1.thumb-line {
			font-size: 20px;
		}

@media (min-width: 991px) {
	.bands-grid .grid-item__content .item-content__line1.thumb-line {
		font-size: 28px;
	}
}

.bands-grid .grid-item__content .item-content__line2 {
	margin-bottom: 15px;
	width: 100%;
	color: white;
	max-width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bands-grid .grid-item__content .item-content__line3 {
	font-size: 18px;
	width: 100%;
}

.bands-grid .grid-item__content .btn {
	margin-top: 5px;
	margin-bottom: 0px;
}

@media all and (max-width: 991px) {
	.bands-grid .grid-item__content .btn {
		padding: 5px 10px;
	}
}

.bands-grid .bands-grid__item-stacked {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

	.bands-grid .bands-grid__item-stacked .single {
		height: 260px;
	}

	.bands-grid .bands-grid__item-stacked .grid-item__image {
		padding: 25px 25px;
		background-size: cover;
	}

	.bands-grid .bands-grid__item-stacked .grid-item__content {
		color: #fff;
		text-align: center;
	}

		.bands-grid .bands-grid__item-stacked .grid-item__content .item-content__line1 {
			font-size: 20px;
			margin-bottom: 25px;
			margin-top: 20px;
			font-weight: 700;
		}

.bands-grid .bands-grid__item-stacked-info {
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

	.bands-grid .bands-grid__item-stacked-info .item-content__line1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.bands-grid .bands-grid__item-stacked-info .single {
		height: 260px;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 0px;
	}

	.bands-grid .bands-grid__item-stacked-info .grid-item__content {
		width: 100%;
	}

		.bands-grid .bands-grid__item-stacked-info .grid-item__content .btn {
			width: 90%;
			font-weight: 600;
			font-size: 18px;
			text-decoration: underline;
			padding-top: 25px;
			padding-bottom: 25px;
		}

.button-band .btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

.home-intro h2 {
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	color: #4d4d4d;
}

@media (max-width: 460px) {
	.stock-lines .row.content-block__grid {
		margin-left: 0;
		margin-right: 0;
	}
}

.stock-lines .content-block__grid-item {
	margin-bottom: 60px;
	text-align: left;
}

@media (max-width: 360px) {
	.stock-lines .content-block__grid-item {
		flex-direction: row;
	}
}

.stock-lines .content-block__grid-item .grid-item__image {
	width: 100%;
}

.stock-lines h4.grid-item__title {
	margin-top: 10px;
}

	.stock-lines h4.grid-item__title a {
		color: #dd042b;
		font-size: 18px;
		font-weight: bold;
	}

.stock-lines .grid-item__text a {
	color: #222;
}

	.stock-lines .grid-item__text a p {
		margin-bottom: 0.5rem;
		font-size: 15px;
	}

.stock-lines .view-more {
	background-color: #f49712;
	height: 160px;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media (max-width: 991px) {
	.stock-lines .view-more {
		height: 170px;
		width: 170px;
	}
}

@media (min-width: 991px) and (max-width: 1199px) {
	.stock-lines .view-more {
		height: 130px;
		width: auto;
	}
}

.stock-lines .view-more a {
	color: white;
}

.stock-lines .view-more p {
	margin-bottom: 0;
}

footer {
	background-color: #f6f6f6;
}

	footer .footer-links {
		padding-top: 50px;
	}

		footer .footer-links p {
			line-height: 1.1;
			font-size: 16px;
		}

@media (min-width: 991px) {
	footer .footer-links p {
		font-size: 16px;
	}
}

footer .footer-links a {
	color: #f49712;
	font-weight: 600;
}

footer .footer-links .shop-securely {
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 575px) {
	footer .footer-links .shop-securely {
		padding-right: 0px;
		padding-left: 0px;
	}
}

footer .copyright {
	margin-top: 15px;
	padding-bottom: 50px;
	text-align: center;
}

@media (min-width: 767px) {
	footer .copyright {
		text-align: left;
	}
}

footer span.footer-tel {
	font-size: 30px;
	color: #dd042b;
	font-weight: bold;
	margin-left: 15px;
	vertical-align: bottom;
}

footer .algolia-logo {
	margin-top: 20px;
}

@media (max-width: 767.98px) {
	footer .algolia-logo {
		display: flex;
		margin-left: auto;
		margin-right: auto;
	}
}

footer ul.footer-payment-logos,
footer ul.footer-social {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	footer ul.footer-social {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}

footer ul.footer-payment-logos {
	flex-wrap: wrap;
}

@media (max-width: 767.98px) {
	footer ul.footer-payment-logos {
		justify-content: center;
	}
}

footer ul.footer-payment-logos li {
	margin-right: 5px;
}

@media (max-width: 1399px) {
	footer ul.footer-payment-logos li {
		margin-top: 5px;
	}
}

footer ul.footer-social li {
	margin-right: 30px;
	color: #dd042b;
}

	footer ul.footer-social li a {
		color: #dd042b;
		transition: all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	}

		footer ul.footer-social li a:hover {
			color: #800218;
		}

	footer ul.footer-social li:last-child {
		margin-right: 0;
	}

footer small.footer-mon-fri {
	font-size: 90%;
	font-weight: bold;
	vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-middle-with-baseline;
	margin-left: 10px;
}

@media all and (max-width: 767.98px) {
	footer small.footer-mon-fri {
		display: none;
	}
}

footer small.footer-address {
	font-size: 90%;
	color: #777;
}

@media all and (max-width: 767.98px) {
	footer .padding-top-30-mobile {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	#megaMenu {
		display: none;
	}
}

.megaMenu {
	position: absolute;
	width: 100%;
	background-color: #eee;
	z-index: 1000;
	display: none;
}

	.megaMenu .mega-menu {
		display: none;
		justify-content: space-around;
		padding-top: 40px;
		padding-bottom: 40px;
	}

		.megaMenu .mega-menu.show-mega-menu {
			display: flex;
		}

	.megaMenu .col-sm-2 {
		padding-left: 0;
		padding-right: 0;
	}

	.megaMenu ul.nav-list {
		list-style: none !important;
	}

		.megaMenu ul.nav-list li.nav-list__item.item--title {
			list-style: none !important;
		}

			.megaMenu ul.nav-list li.nav-list__item.item--title a {
				color: #000;
				font-weight: 700;
				font-size: 14px;
			}

		.megaMenu ul.nav-list li.nav-list__item {
			line-height: 1.8;
			list-style: none !important;
		}

			.megaMenu ul.nav-list li.nav-list__item a {
				color: #666;
				font-size: 13px;
			}

.show-mobile-only {
	display: none;
	width: 100%;
}

@media (min-width: 767px) {
	.collapse {
		display: none !important;
	}
}

.mega-menu-mobile {
	width: 100%;
	background-color: #eeeeee;
	z-index: 1001;
	left: 0px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (min-width: 991px) {
	.mega-menu-mobile {
		display: none !important;
	}

		.mega-menu-mobile.collapse.show {
			display: none !important;
		}
}

ul.nav-list-mobile {
	margin-left: -5px;
}

	ul.nav-list-mobile li {
		list-style: none;
	}

		ul.nav-list-mobile li.item--title a {
			color: #666;
			font-weight: bold;
			font-size: 14px;
		}

.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0px;
	z-index: 20;
	background-color: #000;
	opacity: 0.75;
}

.breadcrumb {
	background-color: transparent;
	padding-top: 35px;
}

	.breadcrumb a, .breadcrumb span {
		font-size: 0.9rem;
	}

	.breadcrumb a {
		color: #f49712;
	}

	.breadcrumb span, .breadcrumb span.active {
		color: #4d4d4d;
	}

@media (min-width: 768px) {
	.cat-title-row {
		justify-content: center;
	}
}

h2 {
	font-weight: bold;
	color: #4d4d4d;
}

	h2.cat-title-main {
		font-size: 40px;
		margin-bottom: 45px;
		margin-left: 0px;
	}

@media (min-width: 768px) {
	h2.cat-title-main {
		margin-left: 30px;
		padding-left: 20px;
	}
}

h2.cat-nav__title {
	font-size: 20px;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 14px;
}

h2.cat-title-main {
	font-weight: bold;
	color: #4d4d4d;
	font-size: 30px;
	margin-bottom: 48px;
	margin-left: 0px;
	padding-left: 20px;
}

@media (min-width: 768px) {
	h2.cat-title-main {
		font-size: 40px;
	}
}

@media all and (max-width: 767px) {
	h2.cat-title-main {
		width: 100%;
		margin: 0 0 20px;
		padding-left: 0;
		text-align: center;
	}
}

@media (max-width: 767px) {
	#results-container {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.category-nav .category-nav--border-bottom {
	position: relative;
}

	.category-nav .category-nav--border-bottom:after {
		content: '';
		position: absolute;
		bottom: -9px;
		left: 16.6665%;
		width: 66.666%;
		height: 1px;
		background-color: #eee;
	}

.category-nav h2 {
	font-weight: bold;
	color: #4d4d4d;
}

	.category-nav h2.cat-nav__title {
		font-size: 18px;
		border-bottom: 1px solid #c7c7c7;
		padding-bottom: 14px;
		padding-left: 20px;
	}

@media all and (max-width: 767px) {
	.category-nav .ais-refinement-list {
		margin-left: 20px;
		margin-right: 20px;
	}

	.category-nav h2.cat-nav__title {
		font-size: 16px;
		text-align: left;
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 0 0 10px;
	}

		.category-nav h2.cat-nav__title.text-yellow {
			border-bottom: none !important;
			padding: 10px 0;
			margin: 0 auto;
		}
}

.category-nav .fas.fa-arrow-left {
	color: #f49712;
	font-size: 0.7rem;
	margin-right: 5px;
}

.category-nav ul.cat-list {
	padding-left: 20px;
}

	.category-nav ul.cat-list li.cat-list__item {
		list-style: none;
	}

		.category-nav ul.cat-list li.cat-list__item a {
			color: #f49712;
			font-size: 15px;
			font-weight: 600;
		}

	.category-nav ul.cat-list li.cat-list__item-title {
		font-weight: 600;
	}

.category-nav #current-refined-values .ais-current-refined-values {
	background-color: #eeeeee;
	padding: 15px 20px;
}

.category-nav #selection {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid white;
	flex-wrap: wrap;
}

@media all and (min-width: 768px) and (max-width: 1366px) {
	.category-nav #selection {
		display: block;
	}
}

.category-nav #selection h2 {
	border-bottom: none;
	padding-bottom: 8px;
	padding-left: 5px;
}

@media all and (max-width: 1366px) {
	.category-nav #selection h2 {
		width: 100%;
		margin-bottom: 0px;
		padding-left: 0px;
	}
}

.category-nav a.ais-current-refined-values--clear-all {
	margin-top: 9px;
	color: #f49712;
}

@media all and (min-width: 768px) and (max-width: 992px) {
	.category-nav a.ais-current-refined-values--clear-all {
		margin-top: 0;
		margin-bottom: 9px;
	}
}

@media (max-width: 575px) {
	.category-nav .ais-refinement-list--header.ais-header {
		text-align: center;
		margin-top: 0;
	}
}

.category-nav .ais-current-refined-values--attribute-name {
	display: block;
	margin-bottom: 10px;
	padding-left: 18px;
	position: relative;
	color: #4d4d4d;
}

@media (min-width: 576px) {
	.category-nav .ais-current-refined-values--attribute-name {
		display: inline-block;
	}
}

.category-nav .ais-current-refined-values--attribute-name:before {
	content: "\D7";
	position: absolute;
	top: -4px;
	left: 0px;
	font-size: 22px;
	color: #f49712;
	font-weight: 800;
	font-family: 'Source Sans Pro', sans-serif;
}

.category-nav .dynamic-filter:last-child .category-nav--border-bottom:after {
	display: none;
}

.category-nav .ais-refinement-list {
	padding-top: 20px;
}

.category-nav .ais-current-refined-values--list {
	margin-top: 15px;
}

	.category-nav .ais-current-refined-values--list .ais-current-refined-values--name:hover {
		text-decoration: underline;
	}

.category-nav .ais-refinement-list--body {
	padding-left: 20px;
}

.category-nav .ais-refinement-list--search {
	padding: 5px 20px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
	border: solid 1px #ddd;
	font-weight: 600;
	font-size: 15px;
}

@media all and (max-width: 767px) {
	.category-nav .ais-refinement-list--search {
		display: block;
		width: calc(100% - 30px);
		margin: 0 auto 10px;
	}
}

.category-nav .ais-refinement-list--list.scroll-list {
	overflow-y: scroll;
	height: 182px;
}

	.category-nav .ais-refinement-list--list.scroll-list::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 0px;
		background-color: #F5F5F5;
		height: 30px;
	}

	.category-nav .ais-refinement-list--list.scroll-list::-webkit-scrollbar {
		width: 10px;
		background-color: #F5F5F5;
		height: 30px;
	}

	.category-nav .ais-refinement-list--list.scroll-list::-webkit-scrollbar-thumb {
		border-radius: 0;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color: #555;
		height: 30px;
	}

	.category-nav .ais-refinement-list--list.scroll-list::-webkit-scrollbar-track-piece {
		height: 30px;
		width: 30px;
	}

.category-nav .ais-refinement-list--item > div {
	display: flex;
}

.category-nav .ais-refinement-list--label {
	vertical-align: middle;
}

	.category-nav .ais-refinement-list--label:hover {
		text-decoration: underline;
	}

@media all and (max-width: 767px) {
	.category-nav .category-nav--border {
		border: 1px solid #eee !important;
		margin: 0;
		padding: 0;
	}
}

#view-sort-container {
	margin-bottom: 10px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width: 568px) {
	#view-sort-container {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}

#view-sort-container #resultsCount-container {
	font-size: 16px;
	padding-bottom: 0px;
	padding-top: 1px;
	padding-left: 0px;
	flex: 1 1 100%;
	color: #808284;
	margin-bottom: 15px;
	text-align: center;
}

@media (min-width: 568px) {
	#view-sort-container #resultsCount-container {
		margin-bottom: 0;
		text-align: left;
	}
}

#view-sort-container #resultsCount-container a {
	color: #f49712;
}

#view-sort-container #sort-by {
	width: 100%;
	margin-top: 1px;
	justify-content: flex-end;
	margin-right: 0px;
	margin-bottom: 10px;
}

@media (min-width: 568px) {
	#view-sort-container #sort-by {
		width: auto;
	}
}

@media all and (max-width: 568px) {
	#view-sort-container select {
		width: 100%;
	}

	#view-sort-container #sort-by {
		width: 100%;
		flex: 1 1 100%;
		text-align: center;
	}
}

.product-card {
	margin-top: 20px;
}

	.product-card .row {
		border: 1px solid #bbb;
		padding: 10px;
	}

@media (min-width: 4000px) {
	.product-card .row {
		padding: 20px 3px 15px 13px;
	}
}

@media (max-width: 767px) {
	.product-card .col-3 {
		padding-left: 0;
		padding-right: 0;
	}
}

.product-card .border {
	border: 1px solid #dee2e6 !important;
}

@media (max-width: 4000px) {
	.product-card .product-card__imagerow {
		padding-left: 0px;
		padding-right: 5px;
	}
}

@media (min-width: 4000px) {
	.product-card .product-card__imagerow {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.product-card .product-card__imagearea {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	align-self: center;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.product-card .product-card__imagearea {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 4000px) {
	.product-card .product-card__imagearea {
		margin-bottom: 10px;
	}
}

.product-card .product-card_description {
	margin-top: -2px;
	padding-left: 0;
	padding-right: 5px;
}

@media all and (max-width: 767px) {
	.product-card .product-card_description {
		padding-right: 0;
	}
}

.product-card .product-card__textarea {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.product-card .product-card__image {
	width: 100%;
}

	.product-card .product-card__image:focus {
		outline: none;
	}

	.product-card .product-card__image.image-logo {
		margin-top: 10px;
		margin-bottom: 20px;
		padding: 0 7px;
	}

.product-card .product--title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

@media (min-width: 575px) {
	.product-card .product--title {
		font-size: 16px;
	}
}

.product-card .strip-fixed-bottom {
	align-self: flex-end;
	width: 100%;
}

@media all and (max-width: 767px) {
	.product-card .strip-fixed-bottom {
		margin-bottom: 15px;
	}
}

@media all and (max-width: 767px) {
	.product-card .price-column .product-card__pricearea {
		padding-left: 0;
		padding-right: 0;
	}
}

.price-column {
	position: relative;
}

@media (max-width: 4000px) {
	.price-column {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	.price-column {
		padding-left: 0;
		padding-right: 0;
		margin-top: 7px;
	}
}

.price-column .btn-group {
	align-self: flex-end;
	height: 40px;
}

	.price-column .btn-group .btn,
	.price-column .btn-group .btn-disabled {
		max-width: none;
		margin: 0;
	}

@media all and (min-width: 768px) and (max-width: 992px) {
	.price-column .btn-group .btn,
	.price-column .btn-group .btn-disabled {
		line-height: 1.8;
	}
}

.product-card__pricearea {
	text-align: center;
	margin-top: -10px;
	display: flex;
	flex-wrap: wrap;
	height: calc(100% + 10px);
	width: 100%;
}

@media all and (min-width: 4000px) {
	.product-card__pricearea {
		margin-top: -20px;
		height: calc(100% + 20px);
	}
}

@media all and (max-width: 767px) {
	.product-card__pricearea {
		height: 100%;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

.product-card__pricearea .product-price {
	background-image: url(../images/triangle-price.png);
	background-position-x: center;
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 60px;
	width: 100%;
	align-self: flex-start;
}

@media (max-width: 768px) {
	.product-card__pricearea .product-price {
		background-image: url(../images/triangle-price-mobile.png);
	}
}

.product-card__pricearea .product-price p.price {
	text-align: center;
	color: #dd042b;
	font-size: 24px;
	margin-bottom: -10px;
	font-weight: bold;
}

.product-card__pricearea .product-price hr {
	width: 70%;
	margin-top: 7px;
	margin-bottom: 7px;
}

.product-card__pricearea .product-price p.product-price-include {
	margin-top: 0;
	line-height: 1.2;
	font-size: 13.5px;
	font-weight: 600;
}

	.product-card__pricearea .product-price p.product-price-include .product-price-include--small {
		display: block;
		font-size: 87%;
	}

.product-card__pricearea .product-card__share {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.product-card__pricearea .basket-qty {
	display: flex;
	flex-direction: row;
	font-size: 15px;
	padding: 12px 0 0;
	justify-content: center;
	width: 100%;
	height: 56px;
}

	.product-card__pricearea .basket-qty span {
		margin-right: 8px;
		margin-top: 5px;
		width: 50%;
		text-align: left;
		font-weight: 600;
		flex: 1;
	}

	.product-card__pricearea .basket-qty input {
		flex: 1;
		overflow: hidden;
		margin-left: 5px;
		border-radius: 3px;
		margin-bottom: 10px;
		text-shadow: none;
		border: solid 1px #777;
		padding: 5px 5px 5px 10px;
		max-width: 85px;
		width: 100%;
		box-sizing: border-box;
	}

.product-card__pricearea .product-card__buttons {
	height: 40px;
}

.product-card__pricearea .align-self-end {
	width: 100%;
}

.js-mobile-filter-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
}

.hide {
	display: none;
}

.limited-qty {
	color: white;
	font-size: 13px;
	padding: 3px;
	background-color: #dd042b;
	width: 80%;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px black;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.48);
}

.ckbox label, .rdio label {
	padding-left: 7px;
	font-weight: 600;
}

@media (min-width: 769px) {
	.ckbox label, .rdio label {
		padding-left: 12px;
	}
}

.template--product .product--company-logo {
	display: block;
	margin: 5px auto;
}

.template--product .product--title {
	font-size: 26px;
	font-weight: bold;
}

@media all and (min-width: 4000px) {
	.template--product .product--title {
		font-size: 32px;
	}
}

.template--product .product-detail p {
	font-size: 14px;
}

.template--product .product--image-container {
	margin-bottom: 7px;
}

.template--product .product--thumbnails {
	display: flex;
	flex-wrap: wrap;
}

	.template--product .product--thumbnails .product--thumbnails__image {
		cursor: pointer;
		width: calc(33.3% - 5px);
		margin-bottom: 7px;
		border: 1px solid #bbbbbb;
	}

		.template--product .product--thumbnails .product--thumbnails__image:nth-child(3n - 1) {
			margin: 0 7px 7px 8px;
		}

		.template--product .product--thumbnails .product--thumbnails__image.active img {
			opacity: 0.4;
		}

@media all and (max-width: 4000px) {
	.template--product .price-column {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.template--product .product-card__pricearea {
	margin-top: 0;
	padding-bottom: 15px;
	border: 1px solid #bbbbbb;
	height: auto;
}

@media all and (min-width: 767px) {
	.template--product .product-card__pricearea {
		position: sticky;
		position: -webkit-sticky;
		top: 65px;
	}
}

@media all and (max-width: 767px) {
	.template--product .product-card__pricearea {
		margin-top: 1rem;
	}
}

.template--product .product-card__pricearea .product-price {
	background-position: bottom;
}

	.template--product .product-card__pricearea .product-price hr {
		border-color: #bbbbbb;
		width: calc(100% - 60px);
	}

.template--product .product-card__pricearea .limited-qty {
	width: calc(100% - 30px);
}

.template--product .product-card__pricearea .basket-qty {
	padding: 12px 15px 0;
}

	.template--product .product-card__pricearea .basket-qty span,
	.template--product .product-card__pricearea .basket-qty input {
		flex: 1;
	}

.template--product .product-card__pricearea .btn-group {
	position: static;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	padding: 0 15px;
}

	.template--product .product-card__pricearea .btn-group .btn {
		max-width: none;
	}

.product-tabs .nav-tabs,
.web-list-tabs .nav-tabs {
	width: 100%;
	padding: 0px 15px 0px 5px;
	border-bottom: 0;
	justify-content: space-between;
}

.product-tabs .nav-tabs,
.web-list-tabs .nav-tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0px 0px;
	width: 100%;
	max-width: 100%;
}

	.product-tabs .nav-tabs .nav-item,
	.web-list-tabs .nav-tabs .nav-item {
		padding: 0px 5px 0px 15px;
		margin: 0 10px 0 0;
		border: 0;
		display: flex;
	}

@media all and (min-width: 767px) {
	.product-tabs .nav-tabs .nav-item,
	.web-list-tabs .nav-tabs .nav-item {
		width: auto;
		min-width: auto;
	}
}

.product-tabs .nav-tabs .nav-item .nav-link,
.web-list-tabs .nav-tabs .nav-item .nav-link {
	margin: 0;
	padding: 25px 0px 15px 0px;
	border: 0;
	width: 100%;
	border-bottom: 5px solid transparent;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
}

@media all and (max-width: 991px) {
	.product-tabs .nav-tabs .nav-item .nav-link,
	.web-list-tabs .nav-tabs .nav-item .nav-link {
		font-size: 16px;
	}
}

.product-tabs .nav-tabs .nav-item .active,
.web-list-tabs .nav-tabs .nav-item .active {
	background-color: transparent;
	border-bottom: 5px solid #dd042b;
	color: #dd042b;
}

@media all and (min-width: 767px) {
	.product-tabs .nav-tabs,
	.web-list-tabs .nav-tabs {
		padding: 0 120px 0 0;
		flex-wrap: nowrap;
	}
}

.product-tabs .tab-content,
.web-list-tabs .tab-content {
	width: 100%;
}

	.product-tabs .tab-content .tab-pane,
	.web-list-tabs .tab-content .tab-pane {
		padding-top: 15px;
		padding-bottom: 15px;
	}

		.product-tabs .tab-content .tab-pane h3,
		.web-list-tabs .tab-content .tab-pane h3 {
			font-size: 20px;
			margin-bottom: 20px;
			font-weight: bold;
		}

		.product-tabs .tab-content .tab-pane p,
		.web-list-tabs .tab-content .tab-pane p {
			font-size: 18px;
		}

			.product-tabs .tab-content .tab-pane p:last-child,
			.web-list-tabs .tab-content .tab-pane p:last-child {
				margin-bottom: 0;
			}

		.product-tabs .tab-content .tab-pane .accordion-header,
		.web-list-tabs .tab-content .tab-pane .accordion-header {
			padding-bottom: 10px;
			border-bottom: 1px solid #eee;
			display: flex;
			justify-content: space-between;
		}

.tab-pane--side-content {
	padding: 40px;
	background-color: #eee;
}

@media all and (max-width: 991px) {
	.tab-pane--side-content {
		padding: 20px;
	}
}

.tab-pane--side-content h4 {
	font-size: 20px;
	font-weight: bold;
	color: #4d4d4d;
}

.product-list {
	padding-left: 0;
	list-style-type: none;
}

	.product-list li {
		position: relative;
		font-size: 16px;
		margin-bottom: 12px;
		padding-left: 20px;
		color: #54544e;
	}

		.product-list li:before {
			content: "\f00c";
			font-family: 'Font Awesome\ 5 Free';
			font-weight: 600;
			color: #dd042b;
			position: absolute;
			top: 0;
			left: 0;
			font-size: 12px;
			line-height: 26px;
		}

		.product-list li::last-child {
			margin-bottom: 0;
		}

.template--basket {
	margin-top: -10px;
}

	.template--basket .basket--title {
		font-size: 30px;
		font-weight: bold;
		color: #4d4d4d;
	}

@media all and (max-width: 767px) {
	.template--basket .basket--title {
		flex: 0 0 100%;
		margin-top: 10px;
	}

		.template--basket .basket--title + div {
			flex: 0 0 100%;
			display: flex;
			justify-content: space-between;
		}

			.template--basket .basket--title + div .btn {
				width: 48%;
			}
}

.template--basket .basket--title span {
	font-size: 60%;
	font-weight: normal;
	position: relative;
	top: -2px;
}

.template--basket .product-card .info-strip {
	padding: 15px;
	margin: 0 -30px;
}

.template--basket .product-card__buttons .btn-square {
	text-align: center;
	padding: 0;
	line-height: 40px;
	width: 40px;
}

	.template--basket .product-card__buttons .btn-square .fa {
		margin: 0;
	}

.template--basket .product-card__buttons .btn.btn-secondary {
	width: calc(100% - 44px);
	padding-left: 0;
	padding-right: 0;
}

.template--basket .basket-unavailable-item-toggle {
	background: #eee;
	margin-top: 20px;
	padding: 10px 15px;
	font-weight: bold;
}

.template--basket .saved-for-later-toggle {
	background: #eee;
	margin-top: 20px;
	padding: 10px 15px;
	font-weight: bold;
}

.template--basket .basket-unavailable-title {
	font-weight: bold;
	font-size: 24px;
	color: #4d4d4d;
	margin-top: 60px;
	margin-bottom: 0;
}

	.template--basket .basket-unavailable-title span {
		font-size: 60%;
		font-weight: normal;
		position: relative;
		top: -2px;
	}

@media all and (min-width: 991px) {
	.basket-shipping {
		position: sticky;
		position: -webkit-sticky;
		top: 65px;
	}
}

.basket-shipping label {
	color: #4d4d4d;
	font-size: 13px;
}

	.basket-shipping label input[type="radio"],
	.basket-shipping label input[type="checkbox"] {
		position: relative;
		top: 2px;
		margin-right: 5px;
	}

	.basket-shipping label .fa-info-circle {
		font-size: 16px;
		transition: color 0.1s linear;
		margin-left: 5px;
	}

		.basket-shipping label .fa-info-circle:hover {
			color: #690114;
		}

	.basket-shipping label a {
		color: #f49712;
		text-decoration: underline;
	}

.basket-shipping .form-control {
	font-size: 12px;
}

.basket-shipping .basket-shipping--options {
	display: flex;
}

	.basket-shipping .basket-shipping--options label {
		flex: 1;
		padding: 10px 15px;
		margin-bottom: 0;
		cursor: pointer;
		background-color: #eee;
		font-weight: 600;
	}

		.basket-shipping .basket-shipping--options label.active {
			background-color: #fff;
		}

.basket-shipping .basket-shipping--details .form-group {
	margin-bottom: 7px;
}

	.basket-shipping .basket-shipping--details .form-group:first-child {
		margin-top: 10px;
	}

	.basket-shipping .basket-shipping--details .form-group .form-control {
		height: 32px;
	}

.basket-shipping .basket-shipping--details label {
	margin-bottom: 7px;
	width: 100%;
}

	.basket-shipping .basket-shipping--details label .label-select {
		height: 22px;
		line-height: 22px;
		padding: 0;
		margin-left: 25px;
	}

.basket-shipping .basket-shipping--details .form-select-and-button select {
	flex: 2.5;
}

@-moz-document url-prefix() {
	.basket-shipping .basket-shipping--details .form-select-and-button select {
		max-width: calc(100% - 60px);
	}
}

.basket-shipping .basket-shipping--details .form-select-and-button .btn {
	flex: 1;
	height: 32px;
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 32px;
	font-size: 13px;
	border-radius: 3px;
}

	.basket-shipping .basket-shipping--details .form-select-and-button .btn .fa {
		font-size: 8px;
		margin: 0 1px 0 0;
		position: relative;
		top: -1px;
	}

.basket-shipping .basket-shipping--pricing {
	background-color: #eee;
	padding: 15px;
	font-size: 14px;
}

	.basket-shipping .basket-shipping--pricing .order-total {
		font-size: 16px;
		margin: 5px 0;
		font-weight: bold;
	}

	.basket-shipping .basket-shipping--pricing .delivery-option {
		font-size: 12px;
	}

.checkout-section {
	border: 1px solid #bbb;
	margin-bottom: 20px;
}

	.checkout-section.checkout-section__yellow {
		border-color: #f49712;
	}

		.checkout-section.checkout-section__yellow .checkout-section--header {
			background-color: #f49712;
			color: #fff;
		}

	.checkout-section.checkout-section__grey {
		border-color: #eee;
	}

		.checkout-section.checkout-section__grey .checkout-section--header {
			background-color: #eee;
			color: #4d4d4d;
		}

			.checkout-section.checkout-section__grey .checkout-section--header .fa {
				color: #4d4d4d;
			}

	.checkout-section .checkout-section--header {
		height: 35px;
		font-size: 18px;
		font-weight: bold;
		padding: 0 15px;
		height: 50px;
		line-height: 50px;
	}

		.checkout-section .checkout-section--header .checkout-section--step {
			display: inline-block;
			width: 30px;
		}

		.checkout-section .checkout-section--header .checkout-section--link a {
			font-size: 16px;
			color: #f49712;
			font-weight: 600;
			text-decoration: underline;
		}

	.checkout-section .checkout-section--content {
		font-size: 16px;
		padding: 0 54px 15px;
	}

@media all and (min-width: 991px) and (max-width: 4000px) {
	.checkout-section .checkout-section--content {
		padding: 0 15px 15px;
	}
}

@media all and (max-width: 767px) {
	.checkout-section .checkout-section--content {
		padding: 0 15px 15px;
	}
}

.checkout-section .checkout-section--content .checkout-payment-options {
	margin-bottom: 30px;
}

@media all and (max-width: 767px) {
	.checkout-section .checkout-section--content .checkout-payment-options {
		margin-bottom: 0;
	}
}

.checkout-section .checkout-section--content .checkout-section--form {
	padding-top: 30px;
	padding-bottom: 25px;
}

@media all and (max-width: 767px) {
	.checkout-section .checkout-section--content .checkout-section--form {
		padding-top: 10px;
		padding-bottom: 0px;
	}
}

.checkout-section .checkout-section--content .checkout-section--form .checkout-section--form-row__padding {
	padding-bottom: 42px;
}

@media all and (max-width: 767px) {
	.checkout-section .checkout-section--content .checkout-section--form .checkout-section--form-row__padding {
		padding-bottom: 38px;
	}
}

.checkout-section .checkout-section--content .checkout-section--form label {
	line-height: 36px;
	margin-bottom: 0;
}

.checkout-section .checkout-section--content .checkout-section--form input[type="radio"] {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.checkout-section .checkout-section--content .checkout-section--form .checkout-section--form-error {
	position: absolute;
	left: 15px;
	right: 15px;
	background: #dd042b;
	top: 38px;
	padding: 0px 14px;
	color: #fff;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	box-shadow: 2px 2px 2px 0px #b0b0b0;
	font-weight: 600;
}

.checkout-section .checkout-section--content .checkout-section--form .btn {
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	margin-left: -20px;
}

@media all and (max-width: 767px) {
	.checkout-section .checkout-section--content .checkout-section--form .btn {
		margin-left: 0;
		width: 100%;
	}
}

.checkout-section .checkout-section--content .checkout-section--form .btn .fa {
	font-size: 9px;
	position: relative;
	top: -1px;
	margin-right: 2px;
}

.article-heading {
	padding-left: 0;
	padding-right: 0;
}

	.article-heading .text-area__title {
		margin-left: 0;
		margin-right: 0;
		color: #4d4d4d;
		font-size: 30px;
		font-weight: 600;
		margin-top: 20px;
	}

@media (min-width: 768px) {
	.article-heading .text-area__title {
		margin-top: 0;
	}
}

.template-article-detail .content-area a {
	color: #f49712;
}

	.template-article-detail .content-area a:hover {
		text-decoration: underline;
	}

.template-article-detail .content-area p {
	color: #777;
	font-weight: 400;
	line-height: 1.7;
}

.template-article-detail .content-area .got-a-question p {
	font-size: 17px;
	color: #666;
	font-weight: 600;
	line-height: 1;
}

.template-article-detail .content-area .article-heading__intro {
	color: #4d4d4d;
}

.template-article-detail .content-area ul li {
	color: #777;
	line-height: 2;
	font-weight: 600;
}

.template-article-detail .content-area h2 small {
	font-size: 28px;
	font-weight: 600;
}

.template-article-detail .content-area h3 {
	font-size: 22px;
	font-weight: 900;
}

.template-article-detail .content-area h4 {
	font-size: 20px;
	font-weight: 600;
	color: black;
}

.template-article-detail .content-area hr {
	border-top: 1px solid #bbb;
}

.template-article-detail .content-area ol span {
	margin-left: -15px;
	line-height: 2;
	color: #777;
}

.template-article-detail .content-area ol li {
	color: #777;
	line-height: 2;
	font-weight: 600;
}

.template-article-detail .content-area a.back-link {
	color: #f49712;
	font-size: 16px;
	font-weight: 600;
}

.template-article-detail .content-area .fa-chevron-left {
	color: #f49712;
	font-size: 11px;
	font-weight: 600;
	margin-right: 6px;
	cursor: pointer;
	vertical-align: middle;
}

.template-article-detail .content-area .content-article__image {
	float: right !important;
	padding-top: 8px;
	padding-left: 35px;
}

@media (max-width: 991px) {
	.template-article-detail .content-area .content-article__image {
		float: none !important;
		padding-left: 0px;
	}
}

.template-article-detail .content-area table#table1 {
	margin-top: 30px;
	text-align: center;
}

	.template-article-detail .content-area table#table1 thead th {
		border-bottom-width: 2px;
		background-color: #f3d3d8;
		color: #222;
	}

	.template-article-detail .content-area table#table1 td, .template-article-detail .content-area table#table1 th {
		border: 2px solid #fff;
		color: #4d4d4d;
	}

	.template-article-detail .content-area table#table1.table-striped tbody tr {
		background-color: #ddd;
	}

		.template-article-detail .content-area table#table1.table-striped tbody tr:nth-of-type(odd) {
			background-color: #eee;
		}

	.template-article-detail .content-area table#table1 .td-red {
		color: #dd042b;
	}

.template-article-detail .content-area table#table2 {
	margin-top: 30px;
	text-align: center;
}

	.template-article-detail .content-area table#table2 thead th {
		border-bottom-width: 2px;
		background-color: #f8f8f8;
		color: #222;
		padding: 0.75em 25px;
	}

@media (max-width: 575.98px) {
	.template-article-detail .content-area table#table2 thead th {
		padding: 0.75em 5px;
	}
}

.template-article-detail .content-area table#table2 td, .template-article-detail .content-area table#table2 th {
	border: 2px solid #fff;
	color: #4d4d4d;
}

.template-article-detail .content-area table#table2 tbody tr {
	background-color: #eee;
}

.template-article-detail .author-bar {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-bottom: 20px;
}

	.template-article-detail .author-bar .author-bar__avatar {
		width: 35px;
		margin-right: 30px;
	}

@media (max-width: 450px) {
	.template-article-detail .author-bar .author-bar__avatar {
		margin-right: 5px;
	}
}

.template-article-detail .author-bar .author-bar__by-line {
	font-size: 14px;
	font-weight: 400;
}

.template-article-detail figure figcaption {
	margin-top: 10px;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
}

.template-article-detail blockquote {
	font-style: italic;
	padding: 12px 24px;
}

@media (min-width: 768px) {
	.template-article-detail blockquote {
		font-size: 26px;
	}
}

.content-side .content-related-products-card {
	padding-bottom: 23px;
}

.collapse.show {
	display: block !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

.position-bottom {
	bottom: -4px;
	left: 15px;
	right: 15px;
}

.btn-group {
	width: 100%;
}

	.btn-group a.btn-default {
		color: white;
		background-color: #f49712 !important;
		border-radius: 0;
		border: 1px solid #f49712 !important;
		max-width: 175px;
		width: 100%;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		padding: 8px;
	}

@media all and (min-width: 767px) and (max-width: 991px) {
	.btn-group a.btn-default {
		font-size: 12px;
	}
}

.btn-group a.btn-default:hover {
	background-color: #008b39;
	border: 1px solid #008b39;
}

.btn-group a.btn-disabled {
	color: white;
	background-color: #bbb;
	border-radius: 0;
	border: 1px solid #bbb;
	max-width: 175px;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
}

@media all and (min-width: 767px) and (max-width: 991px) {
	.btn-group a.btn-disabled {
		font-size: 12px;
	}
}

.btn-group a.btn-success {
	color: white;
	background-color: #008b39;
	border-radius: 0;
	border: 1px solid #008b39;
	max-width: 175px;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
}

@media all and (min-width: 767px) and (max-width: 991px) {
	.btn-group a.btn-success {
		font-size: 12px;
	}
}

button.btn-white:hover, a.btn-white:hover {
	color: white !important;
	background-color: #e2890a !important;
	border-color: #f49712 !important;
}

@media all and (max-width: 767px) {
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
}

.cursor-pointer {
	cursor: pointer;
}

.text-brand {
	color: #dd042b;
}

.text-yellow {
	color: #f49712 !important;
}

.info-strip {
	background-color: #4d4d4d;
	padding: 20px 0;
}

	.info-strip.info-strip-sm {
		padding: 14px 0;
	}

		.info-strip.info-strip-sm h5 {
			font-size: 14px;
		}

@media all and (max-width: 767px) {
	.info-strip.info-strip-sm h5 {
		font-size: 13px;
	}
}

@media all and (max-width: 575px) {
	.info-strip {
		padding: 10px 0;
	}

		.info-strip h5 {
			font-size: 13px;
		}
}

.info-strip.info-strip--warning {
	background-color: #dd042b;
}

.info-strip a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

	.info-strip a:hover {
		text-decoration: none;
	}

.info-strip h5 {
	color: white;
	font-weight: 600;
}

.breadcrumb {
	background-color: transparent;
	padding: 30px 0 20px;
}

	.breadcrumb a, .breadcrumb span {
		font-size: 0.9rem;
	}

	.breadcrumb a {
		color: #f49712;
		text-decoration: underline;
	}

	.breadcrumb span, .breadcrumb span.active {
		color: #4d4d4d;
	}

label {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 13px;
}

.form-group {
	margin-bottom: 13px;
}

	.form-group .btn:not(:first-child) {
		margin-left: 20px;
	}

.form-control {
	font-size: 15px;
}

.form-control-xl {
	height: 50px;
}

.input-group .input-group-text {
	color: #fff;
	background-color: #4d4d4d;
}

	.input-group .input-group-text .fa {
		color: #fff;
	}

.product-detail {
	align-self: flex-start;
}

	.product-detail p {
		font-size: 14px;
		margin-bottom: 0;
	}

		.product-detail p.product-detail--emphasis {
			font-size: 16px;
		}

	.product-detail a {
		/*color: #dd042b;*/
		color: #212529;
		font-weight: 700;
	}

.product-link {
	display: block;
	color: #f49712;
	font-size: 16px;
	font-weight: 700;
}

	.product-link:hover {
		color: #f49712;
	}

	.product-link .fa {
		color: #f49712;
		margin-right: 5px;
	}

.page-intro {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

@media all and (max-width: 767px) {
	.page-intro {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

.page-intro .page-intro--header {
	font-size: 40px;
	margin-bottom: 30px;
}

@media all and (max-width: 767px) {
	.page-intro .page-intro--header {
		font-size: 30px;
		margin-bottom: 20px;
	}
}

.page-intro .page-intro--text {
	line-height: 1.7em;
	font-size: 17px;
}

@media all and (max-width: 767px) {
	.page-intro .page-intro--text {
		font-size: inherit;
		line-height: inherit;
	}
}

.info-block {
	position: relative;
	font-size: 11px;
	line-height: 40px;
	min-height: 40px;
	padding-left: 50px;
	margin-bottom: 0.3em;
	display: flex;
	align-content: center;
}

	.info-block:last-child {
		margin-bottom: 0;
	}

@media all and (max-width: 4000px) {
	.info-block {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 5px;
		line-height: 20px;
	}

		.info-block .d-block {
			align-self: center;
		}
}

.info-block:before {
	content: "\f05a";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
	height: 40px;
	line-height: 40px;
	width: 26px;
	color: #fff;
	background-color: #dd042b;
}

.info-block:after {
	content: "";
	display: block;
	position: absolute;
	left: 26px;
	top: 0px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 13px solid #dd042b;
	border-right: 13px solid transparent;
}

.info-block.info-block--primary {
	background-color: #d1e6f0;
}

.info-block.info-block--secondary {
	background-color: #f8ecda;
}

.info-block.info-block--unavailable {
	background-color: #e6dbdd;
}

.product-grid .grid-item__title {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}

	.product-grid .grid-item__title a {
		color: #000;
	}

.product-grid .grid-item__image {
	border: 1px solid #eee;
}

@media all and (max-width: 767px) {
	.product-grid .grid-item__image {
		width: 100%;
	}
}

.product-grid .grid-item__price {
	font-size: 16px;
	font-weight: bold;
	color: #dd042b;
	margin-bottom: 5px;
}

@media all and (max-width: 991px) {
	.product-grid .content-block-grid .content-block__grid-item {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 767px) {
	.product-grid .content-block-grid > div:nth-last-of-type(-n+2) .content-block__grid-item {
		margin-bottom: 0;
	}
}

.latest-articles {
	background-color: #eee;
	padding-bottom: 30px;
}

	.latest-articles .card {
		background-color: transparent;
		background-clip: border-box;
		border: none;
	}

	.latest-articles .card-body {
		padding: 1.25rem 0;
	}

	.latest-articles .card-title {
		font-size: 18px;
		font-weight: bold;
		line-height: 28px;
	}

	.latest-articles p.card-text {
		font-size: 18px;
	}

	.latest-articles .btn.btn-article {
		color: #f49712;
		background-color: transparent;
		border-color: #f49712;
		border-radius: 0;
		border-width: 2px;
		font-weight: 600;
		width: 95px;
		padding: .375rem .75rem;
	}

		.latest-articles .btn.btn-article:hover {
			color: white;
			background-color: #f49712;
		}

	.latest-articles .article-link {
		margin-top: 40px;
	}

		.latest-articles .article-link a {
			color: #f49712;
			font-weight: bold;
		}

.accordion .card {
	border: none;
}

.accordion .card-block {
	padding: 13px 0 15px 0;
	border-bottom: 1px solid #eee;
}

	.accordion .card-block .product-link:last-child {
		margin-bottom: 0 !important;
	}

.accordion .card-header {
	cursor: pointer;
	background-color: #fff;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

	.accordion .card-header h5 {
		font-weight: 700;
	}

	.accordion .card-header.collapsed .svg-plus {
		display: inline-block;
	}

	.accordion .card-header:not(.collapsed) .svg-minus {
		display: inline-block;
	}

	.accordion .card-header .svg-icon {
		position: absolute;
		right: 10px;
		top: 27px;
		display: none;
	}

	.accordion .card-header:hover {
		color: #dd042b;
	}

.border,
.border-left,
.border-right,
.border-top,
.border-bottom {
	border-color: #bbbbbb !important;
}

.border-light {
	border-color: #eeeeee !important;
}

.text-rule {
	height: 24px;
	position: relative;
}

	.text-rule:before {
		content: "";
		height: 1px;
		background: #bbb;
		position: absolute;
		top: 8px;
		left: 0;
		right: 0;
	}

	.text-rule:after {
		content: attr(data-text);
		font-size: 14px;
		margin: 0 auto;
		text-align: center;
		background: #fff;
		position: absolute;
		left: 50%;
		padding: 0 10px;
		top: -2px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		font-weight: 600;
		color: #4d4d4d;
	}

.tooltip .arrow {
	display: none;
}

.tooltip .tooltip-inner {
	color: #000;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #4b4b4b;
	font-weight: 600;
	max-width: 180px;
	font-size: 12px;
	box-shadow: 1px 1px 2px 0px #a9a9a9;
	text-align: left;
}

.stock-link a {
	color: #f49712;
	font-weight: 600;
	font-size: 14px;
}

.expand-all {
	color: #dd042b;
	cursor: pointer;
	font-size: 14px;
}

label.required:after {
	content: "*";
	color: #dd042b;
	margin-left: 2px;
}

ul.pagination li.page-item {
	margin-right: 10px;
}

ul.pagination .page-link {
	font-size: 14px;
	padding: 3px 8px;
	color: #f49712;
	border: 1px solid #eee;
}

	ul.pagination .page-link.active {
		color: white;
		background-color: #f49712;
	}

	ul.pagination .page-link:hover {
		color: white;
		text-decoration: none;
		background-color: #4d4d4d;
		border-color: #4d4d4d;
	}

ul.pagination .fa-chevron-left,
ul.pagination .fa-chevron-right {
	font-size: 11px;
	color: #f49712;
}

	ul.pagination .fa-chevron-left:hover,
	ul.pagination .fa-chevron-right:hover {
		color: white;
	}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
	select,
	textarea,
	input {
		font-size: 16px !important;
	}

		select:focus,
		textarea:focus,
		input:focus {
			font-size: 16px;
		}
}

/*custom*/
.dataTables_wrapper {
	overflow-x: hidden !important;
}

.table {
	border-collapse: collapse !important;
	width: 99.9% !important;
}


@media (max-width: 450px) {
	.name_on_card {
		display: none;
	}
}


/* WEB1044 - CSS Cleansing */

.page-title {
	font-size: 30px;
	font-weight: bold;
	color: #4d4d4d;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

	.page-title p {
		font-weight: normal;
	}

	.page-title h1 {
		font-size: 40px;
		font-weight: bold;
		color: #4d4d4d;
	}

#div-errors {
	background-color: #dd042b;
	padding: 14px 0;
	font-size: 14px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase !important;
	text-align: center !important;
}

	#div-errors ul {
		box-sizing: border-box;
		list-style: none !important;
	}

.dataTables_filter input {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#tblOrders td {
	vertical-align: middle;
	line-height: 2.5;
}

table.dataTable > tbody > tr.child span.dtr-title {
	min-width: 110px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

#Address_Country {
	border: 1px solid #ced4da;
}

.formssection {
	margin-bottom: 30px;
}

.section-title span {
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

#Input_Title {
	border: 1px solid #ced4da;
	width: 100px;
}

.field-validation-error {
	font-weight: bold;
	margin-bottom: 20px;
	color: #dc3545 !important;
}

.page-sub-title {
	font-size: 30px;
	font-weight: bold;
	color: #4d4d4d;
	padding-bottom: 20px;
	margin-top: 40px;
}

/*Stock Popovers*/
.popover {
	max-width: 242.25px !important;
	min-width: 242.25px !important;
	border-radius: 0;
	background-color: inherit;
	font-family: 'Source Sans Pro', sans-serif;
}

.order-progress-popover-container .popover {
	max-width: 302.25px !important;
	min-width: 242.25px !important;
	border-radius: 0;
	background-color: inherit;
}

@media all and (max-width: 767px) {
	.popover {
		min-width: 100% !important;
	}
}

.popover-primary {
	background-color: #d1e6f0;
}

.popover-secondary {
	background-color: #f8ecda;
}

.popover-unavailable {
	background-color: #e6dbdd;
}

.bs-popover-bottom .popover-primary-arrow::after,
.bs-popover-auto[x-placement^="bottom"] .popover-primary-arrow:after {
	border-bottom-color: #d1e6f0;
}

.bs-popover-bottom .popover-secondary-arrow::after,
.bs-popover-auto[x-placement^="bottom"] .popover-secondary-arrow:after {
	border-bottom-color: #f8ecda;
}

.bs-popover-bottom .popover-unavailable-arrow::after,
.bs-popover-auto[x-placement^="bottom"] .popover-unavailable-arrow:after {
	border-bottom-color: #e6dbdd;
}

.bs-popover-top .popover-primary-arrow::after,
.bs-popover-auto[x-placement^="top"] .popover-primary-arrow:after {
	border-top-color: #d1e6f0;
}

.bs-popover-top .popover-secondary-arrow::after,
.bs-popover-auto[x-placement^="top"] .popover-secondary-arrow:after {
	border-top-color: #f8ecda;
}

.bs-popover-top .popover-unavailable-arrow::after,
.bs-popover-auto[x-placement^="top"] .popover-unavailable-arrow:after {
	border-top-color: #e6dbdd;
}

.stock-popover-text {
	text-align: left;
	font-family: Source Sans Pro, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

@media all and (max-width: 850px) {
	.stock-popover-text {
		font-size: 11px;
	}
}

/*Stock Popovers*/

.btn-secondary-disabled {
	background-color: #4d4d4d;
	border-color: #4d4d4d;
	color: #fff;
	cursor: default;
	pointer-events: none;
}


.btn-dark.disabled, .btn-dark[disabled] {
	/*background-color: #626262 !important;
    color: #939292 !important;
    border-color: #626262 !important;*/
	pointer-events: none;
	cursor: not-allowed;
}

a.btn-primary.disabled, a.btn-primary[disabled] {
	opacity: 0.65;
}

a.btn-grey.disabled, a.btn-grey[disabled] {
	opacity: 0.65;
}


a.btn-danger.disabled, a.btn-danger[disabled],
.btn.btn-danger.disabled, .btn.btn-danger[disabled] {
	opacity: 0.65;
	pointer-events: none;
	cursor: not-allowed;
}

/* Toggle button - Starts */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin: 0 5px;
}


.switch-sm {
	width: 48px;
	height: 21px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #bbb;
	-webkit-transition: .4s;
	transition: .4s;
}

	.slider:before {
		position: absolute;
		content: "";
		color: #bbb;
		height: 26px;
		width: 26px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}


.slider-sm:before {
	height: 14px;
	width: 14px;
}

input:checked + .slider {
	background-color: #f49712;
}

input.disabled:checked + .slider {
	opacity: 0.65;
}

input:focus + .slider {
	box-shadow: 0 0 1px #f49712;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

	.slider.round:before {
		border-radius: 50%;
	}

.switch.shadow {
	box-shadow: 3px 3px 3px lightslategray;
	border-radius: 34px;
}
/* Disabled slider */

.switch > input[type="checkbox"][disabled="disabled"] + span.slider,
.switch > input[type="checkbox"].disabled + span.slider {
	background-color: #dedede;
}

	.switch > input[type="checkbox"][disabled="disabled"] + span.slider:before,
	.switch > input[type="checkbox"].disabled + span:before {
		background-color: #cfcfcf;
	}

/* Toggle button - End */

/* PRODUCT CARD FLOATING BUTTON - START*/


.btn-blue {
	background-color: #1b6ec2;
	border-color: #1b6ec2;
	color: white;
}

	.btn-blue:hover {
		background-color: #1862ae;
		border-color: #1862ae;
		color: white;
	}

	.btn-blue.disabled,
	.btn-blue[disabled] {
		pointer-events: none;
		cursor: not-allowed;
	}

.btn-my-part-number {
	z-index: 3;
	opacity: 0;
	margin: 0;
	right: 5px;
	width: 40px;
	height: 40px;
	padding: 9px 14px;
}

/* PRODUCT CARD FLOATING BUTTON - END */

#txtShareModalNotes {
	resize: none;
}

/* X ITEMS IN BASKET - START*/

.info-basket {
	background-color: #28a745;
	padding: 5px 0;
}

	.info-basket.info-basket-sm {
		padding: 3px 0;
	}

		.info-basket.info-basket-sm h5 {
			font-size: 14px;
		}

@media all and (max-width: 767px) {
	.info-basket.info-basket-sm h5 {
		font-size: 13px;
	}
}

@media all and (max-width: 575px) {
	.info-basket {
		padding: 5px 0;
	}

		.info-basket h5 {
			font-size: 13px;
		}
}

.info-basket h5 {
	color: white;
	font-weight: 600;
}

/* X ITEMS IN BASKET - END*/


.btn-create-quote {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

	.btn-create-quote:hover {
		color: #212529;
		background-color: #e2e6ea;
		border-color: #dae0e5;
	}

	.btn-create-quote:focus, .btn-create-quote.focus {
		box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	}

	.btn-create-quote.disabled, .btn-create-quote:disabled {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa;
		cursor: pointer;
		pointer-events: none;
	}

	.btn-create-quote:not(:disabled):not(.disabled):active, .btn-create-quote:not(:disabled):not(.disabled).active,
	.show > .btn-create-quote.dropdown-toggle {
		color: #212529;
		background-color: #dae0e5;
		border-color: #d3d9df;
	}

		.btn-create-quote:not(:disabled):not(.disabled):active:focus, .btn-create-quote:not(:disabled):not(.disabled).active:focus,
		.show > .btn-create-quote.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
		}


table.dataTable thead th,
table.dataTable thead td {
	padding-left: 10px !important;
}

.btn.slide-from-left::after {
	/*content: "";*/
	height: 100%;
	width: 0%;
	transition: 0.4s ease-in-out;
	top: 0;
	bottom: 0;
	left: 0%;
	right: 100%;	
	background: white;
	opacity: 1;
}

.btn.slide-from-left:hover::after {	
	width: 100%;
}

.btn.btn-primary.slide-from-left:hover {
	color: #f49712 !important;
}

.btn.btn-request-quote.slide-from-left:hover {
	color: #17a2b8 !important;
}