
/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/

body {
	background-color: #2b2b2b;
}

main {
	background: #f3f3f3;
}

/*
|--------------------------------------------------------------------------
| Global > Typography
|--------------------------------------------------------------------------
*/

body, input, textarea {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #1a1a1a;
	letter-spacing: -0.025em;
	line-height: 1;
}

h1, h2, h3, h4, h5, h6, .h1-style {
	margin: 0 0 15px 0;
	color: #232359;
	font-weight: 600;
	line-height: 1;
}

h1, .h1-style {
	font-size: 48px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
	line-height: 30px;
}

h6 {
	font-size: 18px;
}

p, ul, ol {
	line-height: 20px;
	margin:0 0 15px 0;
}

ul, ol{
	margin-left:20px;
}

li {
	margin:0 0 2px 0;
}

/*
|--------------------------------------------------------------------------
| Global > Links
|--------------------------------------------------------------------------
*/

a {
	color: #156799;
	display: inline-block;
	-webkit-transition: background .3s ease, border .3s ease, opacity .3s ease, color .3s ease;
	transition: background .3s ease, border .3s ease, opacity .3s ease, color .3s ease;
	text-decoration: none;
}

a svg,
a path {
	transition: fill .3s ease;
}

a[href^="tel:"]:hover {
	color: #156799;
	text-decoration: none;
}

a:hover {
	color: #1e1e1e;
}

a:hover svg {
	fill: #1e1e1e;
}

.video {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
}

.video > iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

/*
|--------------------------------------------------------------------------
| Global > Layout
|--------------------------------------------------------------------------
*/

.row{
	margin: 0 0 15px 0;
}

.ovh {
	overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| Global > Inputs
|--------------------------------------------------------------------------
*/
.input-grid {
	margin: 0 -4px 0 0;
}

.input-grid .input {
	padding: 0 4px 0 0;
}

.input {
	position: relative;
    clear: both;
	margin: 0 0 15px 0;
}

.input-label {
	position: absolute;
	top: 5px;
	left: 6px;
	font-size: 13px;
	color: #abadae;
	pointer-events: none;
}

.input input[type="text"],
.input input[type="email"],
.input input[type="search"],
.input input[type="tel"],
.input input[type="password"],
.input textarea{
	width: 100%;
	line-height: 28px;
	height: 40px;
	padding: 15px 10px 0 6px;
	color: #2b2b2b;
	resize: none;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	border: 1px solid transparent;
}

.input textarea {
	line-height: 1.3;
}

.input-2 input[type="text"],
.input-2 input[type="email"],
.input-2 input[type="search"],
.input-2 input[type="tel"],
.input-2 input[type="password"],
.input-2 textarea,
.input-2 textarea ~ .input-label,
.checkout .input input[type="text"],
.checkout .input input[type="email"],
.checkout .input input[type="search"],
.checkout .input input[type="tel"],
.checkout .input input[type="password"],
.checkout .input textarea{
	border: 1px solid #e9e9e9;
}

.input-2 textarea ~ .input-label {
	border: 1px solid #e9e9e9!important;
	border-bottom: none!important;
}

.input-2 textarea:focus ~ .input-label {
	border: 1px solid #156799!important;
	border-bottom: none!important;
}

.input textarea{
	min-height: 120px;
}

.input input[type="text"]:focus,
.input input[type="email"]:focus,
.input input[type="search"]:focus,
.input input[type="tel"]:focus,
.input input[type="password"]:focus,
.input textarea:focus,
.input input[type="text"]:focus.validate-border,
.input input[type="email"]:focus.validate-border,
.input input[type="search"]:focus.validate-border,
.input input[type="tel"]:focus.validate-border,
.input input[type="password"]:focus.validate-border,
.input textarea:focus.validate-border{
	border-color: #156799!important;
}

.input input[type="text"]:focus ~ label,
.input input[type="email"]:focus ~ label,
.input input[type="search"]:focus ~ label,
.input input[type="tel"]:focus ~ label,
.input input[type="password"]:focus ~ label,
.input textarea:focus ~ label{
	color: #156799;
}

.input .button {
	position: absolute;
	top: 4px;
	right: 8px;
	bottom: 4px;
	line-height: 16px;
}

.label-inline .input-label {
	position: absolute;
	width: auto;
	top: 50%;
	left: 0; transform: translateY(-50%);
	text-align: center;
	padding: 0 8px;
	font-size: 14px;
	color: #adadad;
}

.input textarea:focus ~ .input-label {
    border-color: #156799;
}

.input.label-inline input[type="text"],
.input.label-inline input[type="email"],
.input.label-inline input[type="search"],
.input.label-inline input[type="tel"],
.input.label-inline input[type="password"],
.input.label-inline textarea{
	padding: 10px 8px 8px 60px;
}

.input-qty{
	max-width:120px;
}

.textarea {
	position: relative;
}

.input textarea {
	padding-top: 20px;
}

.input textarea ~ .input-label {
/*	position: relative;*/
	background-color: #fff;
	left: 0; right: 0; top: 0;
	padding: 4px 6px;
    border: 1px solid transparent;
    border-bottom: 0;
}

.input textarea.validate-border ~ .input-label {
	border-color: #b62f3f;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.input textarea.validate-border:focus {
	border-color: #b62f3f!important;
}

.required-fields {
	color: #b5121b;
}

.cart-item--qty input {
	line-height: 14px!important;
	padding: 4px 4px 2px 52px!important;
}

#terms-checkbox label {
	cursor: pointer;
}

.input-2 .select2-basic--container {
	border: 1px solid #e9e9e9!important;
}

.select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 18px 6px 6px 7px;
     font-size: 14px;
    font-weight: 500;
}

.select2-basic--dropdown {
	border-top: none!important;
}

.select2-basic--dropdown .select2-results {
	border: 1px solid #e9e9e9!important;
	border-top: none;
}

.select2-border--dropdown {
	border: 1px solid #e9e9e9!important;
	border-top: none!important;
}

.select2-dropdown--above {
	border-bottom: none!important;
	border-top: 2px solid #156799!important;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.select2-container--open ~ label {
	color: #156799;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #2d2d2d transparent transparent transparent;
}

.label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 9px 44px 7px 60px;
	font-size: 14px;
	color: #156799;
}

.label-inline .select2-basic--container{
/*	height: 32px;*/
}

/* No labels */
.input.label-none input[type="text"],
.input.label-none input[type="email"],
.input.label-none input[type="search"],
.input.label-none input[type="tel"],
.input.label-none input[type="password"],
.input.label-none textarea,
.label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 9px 8px;
}

.label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
}

/*Input Placeholders*/
::-webkit-input-placeholder { /* WebKit browsers */
	/* replace this with desired color */
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/* replace this with desired color */
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    /* replace this with desired color */
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    /* replace this with desired color */
	opacity: 1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #156799;
	color: #fff;
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
	background: #eee;
	box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	display: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__rendered {
	color: #444;
}
/*Select2 ReadOnly End*/

.select2-basic--container.select2-selection--single .select2-selection__rendered > span.select2-option--image--container > img.select2-option--image, 
ul.select2-results__options > li.select2-results__option > span.select2-option--image--container > img.select2-option--image {
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    align-self: flex-start;
}

.select2-basic--container.select2-selection--single .select2-selection__rendered > span.select2-option--image--container {
	margin: -6px -2px;
}


/*
|--------------------------------------------------------------------------
| Global > Checkboxes
|--------------------------------------------------------------------------
*/

.checkbox {
	display: inline-block;
	position: relative;
	background-color: #11527a;
	width: 18px;
	height: 18px;
	border: 2px solid #11527a;
	border-radius: 2px;
	margin-bottom:-4px;
	cursor: pointer;
}

.checkbox:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(/images/style/gig/icon-tick-white.png) center center / 10px 10px no-repeat;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform 150ms ease;
	transition: transform 150ms ease;
}

.checked .checkbox:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform 300ms ease;
}

.checkbox-label {
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	padding: 0 0 0 6px;
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.checkbox-label .form-note{
	display:initial;
}

/*
|--------------------------------------------------------------------------
| Global > Buttons
|--------------------------------------------------------------------------
*/

.button {
	display: inline-block;
	padding: 7px 15px 5px 15px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	background-color: #156799;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	cursor: pointer;
	outline: none;
	text-align:center;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
}

.button:hover {
	background-color: #105782;
	color: #fff;
	text-decoration: none;
}

.button-secondary {
	background-color: #666666;
}

.button-secondary:hover {
	background-color: #555555;
}

.button-dark-blue {
	background-color: #11527a;
}

.button-orange {
	background-color: #cb9833;
}

.button-orange:hover {
	background-color: #bc8c2c;
}

.button-white {
	background-color: #fff;
	color: #156799;
}

.button-white:hover {
	background-color: #e1e1e1;
	color: #444;
}

.button-green {
	background-color: #249a4b;
	color: #fff;
}

.button-green:hover {
	background-color: #1e8941;
}

.button-purple {
	background-color: #232359;
	color: #fff;
}

.button-purple:hover {
	background-color: #191945;
}

/* Button size modifiers */
.button-small {
    padding: 8px 15px 6px 15px;
	font-size: 13px;
}

.button-large {
	padding: 16px 40px 13px 40px;
	font-size: 18px;
}

.button-block {
	display: block;
	/* <buttons> need width: 100% to actually fill all the space */
    width: 100%;
}

/* Disabled Button */
.button:disabled {
    background: #8C8C8C;
    cursor: not-allowed;
}

.button-no-click:hover {
	cursor: default;
}

/*
|--------------------------------------------------------------------------
| Global > Stock Statuses
|--------------------------------------------------------------------------
*/

.stock-status {
	padding: 0 0 0 12px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position:left center;
	font-size: 13px;
    letter-spacing: -0.025em;
}

.in-stock {
	background-image: url(/images/style/gig/stock_in.png);
	color: #37af56;
}

.out-of-stock {
	background-image: url(/images/style/gig/stock_out.png);
	color: #b32020;
}

.stock-pending {
	background-image: url(/images/style/gig/stock_pending.png);
	color: #fcab3e;
}

.pre-order {
	background-image: url(/images/style/gig/pre_order.png);
	color: #ff7e00;
}

.stock-warning-text {
	color: #b32020;
	max-width: 400px;
	margin: 10px 0 10px 10px;
	display: inline-block;
}

/*
|--------------------------------------------------------------------------
| Global > Jumbotron
|--------------------------------------------------------------------------
*/

.jumbotron {
	position: relative;
	height: 150px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background-color: #156799;
	padding: 14px 0;
	display: table;
	width: 100%;
}

.jumbotron-small {
	height: 184px;
}

.jumbotron--title {
	margin: 0;
	color: #fff;
	font-size: 60px;
}

.jumbotron--content {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 auto;
	max-width: 700px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}

.jumbotron--content p{
	color: #fff;
}

.jumbotron--inner {
	padding: 0 30px;
	display: table-cell;
	vertical-align: middle;
}

/*
|--------------------------------------------------------------------------
| Global > UI Elements
|--------------------------------------------------------------------------
*/

.spinner {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.spinner,
.spinner:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

/*
|--------------------------------------------------------------------------
| Global > Messages
|--------------------------------------------------------------------------
*/

.message {
	position: relative;
	padding: 15px;
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: #156799;
}

.message-no-margin {
	margin: 0;
}

.message a{
	color:#fff;
	text-decoration:underline;
}

.message-error {
	background: #b12525;
}

.message-success {
	background: #37af56;
}

.message-warn {
	background: #caa53a;
}

.message-close {
	position: absolute;
	top: 0; right: 0;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	z-index: 1;
}

.message-float {
	position: absolute;
	top: 0; right: 0; left: 0;
}

.flash-message {
	position: fixed;
	left: 10px;
	top: 10px;
	right: 10px;
	z-index: 99999;
	pointer-events: none;
}

.flash-message .message {
	max-width: 400px;
	margin: 0 auto;
	display: none;
	pointer-events: auto;
}

/*
|--------------------------------------------------------------------------
| Global > Tooltip
|--------------------------------------------------------------------------
*/

.core-tooltip {
	position: absolute;
	padding: 8px;
	background-color: #156799;
	color: #fff;
	font-size: 12px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 400px;
	border-radius: 3px;
}

.core-tooltip:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #156799 transparent transparent transparent;
	left: 50%;
	bottom: -5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.core-tooltip__black {
	background-color: rgba(0,0,0,0.8);
	max-width: 220px;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 10px 10px;
}

.core-tooltip__black:after {
	border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}

/*
|--------------------------------------------------------------------------
| Global > Navtrail
|--------------------------------------------------------------------------
*/

.breadcrumb-trail {
	background-color: #2b2b2b;
	color: #fff;
    padding: 12px 0;
	font-size: 14px;
	font-weight: 600;
}

.breadcrumb-trail span:last-child {
	display: none;
}

.breadcrumb-trail-nav {
	float: left;
     padding: 6px 0;
}

.breadcrumb-trail a,
.breadcrumb-trail span {
	margin: 0 6px;
	color: #fff;
}

.breadcrumb-trail span {
	margin: 0 4px;
}

.breadcrumb-trail a {
	color: #fff;
}

.breadcrumb-trail a:last-child {
	color: #adadad;
}

.breadcrumb-trail a:hover {
	color: #156799;
	text-decoration: underline;
}

.breadcrumb-trail span{
	color: #adadad;
}

.mobile-breadcrumb-trail {
	display: none;
}

.breadcrumb-share {
	float: right;
	position: relative;
}

.breadcrumb-share svg {
	vertical-align: middle;
	margin: 0 0 0 6px;
}

.breadcrumb-share--list {
	display: none!important;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 8px;
    padding: 10px 7px 10px 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 4px #00000012;
}
.breadcrumb-share--list::before {
	content: ''; 
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 8px;
}
.breadcrumb-share:hover .breadcrumb-share--list {
	display: flex!important;
}
.breadcrumb-share #st-1 .st-btn {
	width: 32px!important;
	display: inline-block!important;
}
.breadcrumb-share #st-1 .st-btn:last-child {
	margin-right: 8px!important;
}

/*
|--------------------------------------------------------------------------
| Global > Countdown Timer
|--------------------------------------------------------------------------
*/

.countdown-timer--doughnut{
	position: relative;
	width: 34px;
	height: 34px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 4px;
}

.countdown-timer--doughnut-inner{
	content: '';
	position: absolute;
	left: 50%;top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 26px;
	height: 26px;
	background-color: #fff;
	border-radius: 14px;
	text-align: center;
	font-weight: 700;
	color: #1e1e1e;
}

.countdown-timer--doughnut strong,
.countdown-timer--doughnut strong span{
	font-size: 13px;
	top: -3px;
	color: #232359;
}

.countdown-timer--doughnut strong{
	position: relative;
	top: 6px;
	display: block;
	color: #1e1e1e;
	font-weight: 400;
}

.countdown-timer--doughnut span{
	display: block;
	font-size: 11px;
	position: relative;
	top: 1px;
	color: #adadad;
	font-weight: 600;
}

.countdown-timer--doughnut svg {
	width: 34px;
	height: 34px;
	-webkit-transform: rotate(-89.9deg);
	background: #dde2e5;
	border-radius: 50%;
}

.countdown-timer--doughnut circle {
	position: relative;
	fill: #232359;
	stroke: #e5e5e6;
	stroke-width: 6px;
	stroke-dasharray: 38 100;
	transition: stroke-dasharray 1s ease;
}

/*
|--------------------------------------------------------------------------
| Template
|--------------------------------------------------------------------------
*/

.container {
	max-width: 1440px;
	padding:0 20px;
	margin: 0 auto;
}

.container--width-1200 {
	max-width: 1240px;
}

.vertical-padding{
	padding: 60px 20px;
}

.force-remove-anim,
.force-remove-anim * {
	-webkit-transition: none!important;
	transition: none!important;
}

/*
|--------------------------------------------------------------------------
| Template > Cookie Notification
|--------------------------------------------------------------------------
*/

.cookie_note_bkg {
	background: url(/images/style/gig/cookie_olay.png);
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 45px;
	color: #FFF;
	text-align: center;
	line-height: 45px;
	z-index: 10000
}

/*
|--------------------------------------------------------------------------
| Template > Header
|--------------------------------------------------------------------------
*/

header {
	background-color: #fff;
	position: relative;
	z-index: 99;
	border-bottom: 2px solid #fff;
}

.header-main {
	padding: 22px 0;
}

.mobile-menu--btn-cont,
.mobile-cart--btn-cont {
	display: none;
	position: absolute;
	top: 0; bottom: 0; left: 0;
	height: 80px;
	width: 80px;
	border-right: 1px solid #e7e7e7;
}

.mobile-cart--btn-cont {
	width: auto;
	min-width: 90px;
	padding: 0 15px;
}

.mobile-menu--btn {
	width: 40px;
	margin: 25px auto;
}

.mobile-menu--btn div {
	margin: 0 0 7px;
	-webkit-transition: transform 300ms ease;
	transition: transform 300ms ease;
}

.mobile-menu--btn div span:first-child {
	border-radius: 3px 0 0 3px;
}

.mobile-menu--btn div span:last-child {
	border-radius: 0 3px 3px 0;
}

.mobile-menu--btn span {
	float: left;
	width: 50%;
	background-color: #2b2b2b;
	height: 6px;
	display: block;
	-webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease, color 300ms ease;
	transition: transform 300ms ease, opacity 300ms ease, color 300ms ease;
}

.mobile-menu--btn.open span {
	background-color: #156799;
}

.mobile-menu--btn.open div:nth-child(1) { -webkit-transform: translateY(8px); transform: translateY(8px); }
.mobile-menu--btn.open div:nth-child(1) span:first-child { -webkit-transform: translateX(5px) rotateZ(45deg); transform: translateX(5px) rotateZ(45deg); }
.mobile-menu--btn.open div:nth-child(1) span:last-child { -webkit-transform: translateX(-5px) rotateZ(-45deg); transform: translateX(-5px) rotateZ(-45deg); }

.mobile-menu--btn.open div:nth-child(2) span:first-child { -webkit-transform: translateX(-15px); transform: translateX(-15px); opacity: 0; }
.mobile-menu--btn.open div:nth-child(2) span:last-child { -webkit-transform: translateX(15px); transform: translateX(15px); opacity: 0; }

.mobile-menu--btn.open div:nth-child(3) { -webkit-transform: translateY(-8px); transform: translateY(-8px); }
.mobile-menu--btn.open div:nth-child(3) span:first-child { -webkit-transform: translateX(5px) rotateZ(-45deg); transform: translateX(5px) rotateZ(-45deg); }
.mobile-menu--btn.open div:nth-child(3) span:last-child { -webkit-transform: translateX(-5px) rotateZ(45deg); transform: translateX(-5px) rotateZ(45deg); }

.mobile-cart--btn-cont {
	left: auto;
	right: 0;
	border-left: 2px solid #e7e7e7;
	border-right: none;
	line-height: 90px;
}

.mobile-cart--btn-cont a {
	display: block;
	font-size: 33px;
	color: #156799;
	font-weight: 700;
}

header .search_dropdown {
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
}

.header-actions {
	float: right;
     padding: 14px 0;
}

.header-action {
	text-align: center;
	font-size: 14px;
	color: #232359;
	font-weight: 600;
	padding: 0px 20px;
}

.header-action:last-child {
	border-left: 1px solid #e9e9e9;
}

.header-action svg {
	display: block;
	margin: 0 auto;
}




.header-action:hover path {
	fill: #156799;
}

.header-action:hover {
	color: #156799;
}

.header-action span {
	display: block;
	padding: 6px 0 0 0;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Top Bar
|--------------------------------------------------------------------------
*/

#header-top-message{
	text-align:center;
	padding:10px 20px;
	background:#cb0033;
	font-size:14px;
	line-height:16px;
	color:#fff;
}

#header-top-message a{
	display:block;
	color:#fff;
}

.header-top {
	background-color: #f3f3f3;
}

.header-top li {
	float: left;
	border-left: 1px solid #fff;
}

.header-top li:last-child {
	border-right: 1px solid #fff;
}

.header-top--link {
	display: block;
	font-size: 13px;
	line-height: 14px;
	color: #156799;
	text-transform: uppercase;
	padding: 9px 20px 5px 20px;
	vertical-align: middle;
}
.header-top--link:hover {
	background-color: #fff;
}

.header-top svg {
	vertical-align: middle;
	position: relative;
	top: -1px;
}



/*
|--------------------------------------------------------------------------
| Template > Header > Main
|--------------------------------------------------------------------------
*/

.logo {
	float: left;
}

.logo svg {
	height: 80px;
}

.header-main--search {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 320px;
	transform: translate(-140px, -50%);
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	z-index: 10;
}

.header-wrap {
	position: relative;
}

.header-main--search-cont {
	overflow: hidden;
}

.header-main--search input {
	background-color: #fff;
}

.header-main--search-input::-webkit-input-placeholder {
	color: #adadad;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
}

.header-main--search-input:-moz-placeholder { /* Firefox 18- */
	color: #adadad;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
}

.header-main--search-input::-moz-placeholder {  /* Firefox 19+ */
	color: #adadad;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
}

.header-main--search-input:-ms-input-placeholder {
	color: #adadad;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
}

.header-main--search-input {
	width: 148px;
	line-height: 20px;
	width: 100%;
	padding: 10px 14px;
	transition: width 300ms cubic-bezier(0.25, 0, 0.25, 1.20);
}

.header-main--search-submit {
	width: 40px;
	height: 40px;
	background: #fff;
	float: right;
	transition: opacity 0.1s ease;
}

.header-main--search-submit svg {
	fill: rgb(173, 173, 173);
	transition: fill 300ms ease;
}

.header-main--search-submit:hover svg {
	fill: #232359;
}

.header-nav {
	background-color: #156799;
}

.header-nav--item {
	width: 9.090909090909091%;
	float: left;
	text-align: center;
	background-color: #156799;
	border-right: 1px solid #11527a;
	border-top: 1px solid #156799;
}

.header-nav--item__brands {
	background-color: #2b2b2b;
	border-color: #2b2b2b;
}

.header-nav--item.header-nav--item__offers {
	background-color: #cb0033;
	border-color: #cb0033;
}

.header-nav--item:nth-last-child(3) {
	background-color: #249a4b;
	border-color: #249a4b;
}

.header-nav--item:first-child {
	border-left: 1px solid #11527a;
}

.header-nav--item__hovered,
.header-nav--item:hover {
	background-color: #fff;
	border-color: #156799;
	border-top: 1px solid #156799;
}

.header-nav--item__hovered .header-nav--link,
.header-nav--item:hover .header-nav--link {
	color: #232359;
	text-decoration: none;
}

.header-nav--link {
	color: #fff;
	line-height: 1.2;
	display: block;
	padding: 14px 4px;
	transition: none;
}

.dropdown {
	display: none;
	position: absolute;
	left: 0; right: 0;
	background-color: #fff;
	z-index: 9;
	/* z-index: 999; */
	padding: 40px 0;
}

.header-nav--item:hover .dropdown {
/*	display: block;*/
}

.header-nav--item__hovered .dropdown {
	display: block;
}

.dropdown-cats {
	overflow: hidden;
}

.dropdown-cat {
	float: left;
	width: 25%;
	text-align: left;
	padding: 0 35px 35px 0;
}

.dropdown-cat--title {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
	padding: 0 0 10px;
}

.dropdown-cat--link {
	font-size: 13px;
}

.dropdown-cat .dropdown-cat--item:last-child .dropdown-cat--link {
	color: #232359;
	font-size: 12px;
}

.dropdown-banner {
	float: right;
	width: 300px;
}

.dropdown-cat--item {
    padding: 0 0 6px;
}









/*
|--------------------------------------------------------------------------
| Template > Header > Search Dropdown
|--------------------------------------------------------------------------
*/

.changed_search,
.original_search{
	padding-left: 40px;
}

.changed_search a,
.original_search a{
	text-transform: none;
}

.changed_search{
	/* margin: 35px 0 0 0; */
}

.original_search{
	/* margin-bottom: -35px; */
}

.search-change--container {
	margin-bottom: 10px;
}

.search_dropdown .shop--navtrail{
	display: none;
}

.search_dropdown{
    position: absolute;
    top: 100%;
    /* left: 0; */
    right: 0;
   	width: 750px;
    padding: 0;
    margin: 10px 0 0 0;
    opacity: 0;
	z-index: -1;
    transition: .3s ease;
    background: #fff;
	font-size: 12px;
    border: 2px solid #e7e7e7;
    box-shadow: 0px 13px 22px 0px rgba(0, 0, 0, 0.3);
}

.search_dropdown .container{
	width: auto;
}

.focus ~ .search_dropdown, .focus .search_dropdown{
	opacity: 1;
	transition-delay: 0s;
    z-index: 999;
}

a.search_item_title, a.search_cat_title, a.search_suggestion_title{
	text-transform: none;
	width: 78%;
    display: inline-block;
	overflow: hidden;
}

.search_cat_title:hover,
.search_item_title:hover {
	text-decoration: underline;
}

.search_prod_title{
	color: #5a5a5a;
	font-weight: 700;
}

a.search_item_title .inner_title{
	width: 500px;
}

a.search_cat_title{
	max-width: 100%;

}

a.search_cat_title .full_cat{
	color: #a0a0a0;
}

.search_section_left, .search_section_right{
	text-align: left;
	width: 50%;
	height: 100%;
}

.search_section_left .search_section, .search_section_right .search_section{
	padding: 15px 15px 20px;
}

.search_section_right{
	float: right;
}

.search_section_left .search_section{
	border-right: 2px solid #e7e7e7;
	height: 100%;
}

.search_section_right .search_section:nth-child(2){
	border-top: 2px solid #e7e7e7;
}

.search_dropdown, .search_dropdown a{
	color: #242424;
}

.search_dropdown a {
	color: #232359;
}

a.search_item_title, .search_cat_title, .search_suggestion_title{
	white-space: nowrap;
	position: relative;
	font-weight: 700;
}

.search_section_title.search_suggestion_title{
	padding: 0;
    margin: 0;
    margin-top: -3px;
    margin-bottom: 8px;
}

.search_section_title,
.search_section_title strong {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400!important;
	color: #adadad;
}

a.search_cat_title, a.search_suggestion_title{
	width: 95%;
}

a.search_item_title span{
	color: #a0a0a0;
}

.search_dropdown .search_price{
	float: right;
    color: #666666;
	position: relative;
	font-weight: 700;
}

.search_dropdown .light{
	color: #a0a0a0;
}

.search_section_left.no_result .search_section{
	border-right: none;
}

.search_item_cont, .search_cat_cont, .search_suggestion_cont, .search_section_title{
	margin-top: 5px;
}


.search_item_cont, .search_cat_cont {
	margin: 10px 0 0 0;
}
.search_section_title{
	padding-bottom: 4px;
}

.search_cat_cont{
	line-height: 1.2;
}

.header-main--search .spinner{
	position: absolute;
    right: 0px;
    height: 40px;
    width: 40px;
    top: 0;
    border: none;
    margin: 0;
    background: #fff;
    padding: 10px;
}

.mobile-search--input .spinner{
	right: 75px;
	height: 32px;
	width: 32px;
	top: 20px;
}

.mobile-search .search_dropdown, .search-inputs .spinner{
	display: none;
}

.mobile-search-new {
	display: none;
}

.mobile-search-new {
	border-top: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	border-right: 0;
}

.mobile-search-new .mobile-search--input input {
	padding: 12px 20px;
	width: 100%;
    color: #1a1a1a;
	line-height: 29px;
}

.mobile-search-new .mobile-search--input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1a1a1a;
}

.mobile-search-new .mobile-search--input input::-moz-placeholder { /* Firefox 19+ */
    color: #1a1a1a;
}

.mobile-search-new .mobile-search--input input:-ms-input-placeholder { /* IE 10+ */
    color: #1a1a1a;
}

.mobile-search-new .mobile-search--input input:-moz-placeholder { /* Firefox 18- */
    color: #1a1a1a;
}

.mobile-search-new .mobile-search--submit {
	width: 59px;height: 53px;
	background-size: 25px 25px;
	background-image: url(/images/style/gig/search.svg);
}

header {
	border-bottom: 0;
}

.original_search.no_prod{
	margin-bottom: 30px;
}

.changed_search, .original_search{
	padding-left: 50px;
}

.changed_search{
	margin-top: 15px;
}

a.dropdown_show_all{
	color: #fff;
	display: inline-block;
	background: #3479b1;
    box-shadow: 0 1px 1px #175e8e,0 2px 1px #175e8e;
    height: 24px;
	line-height: 24px;
	margin-top: 13px;
    padding: 0 15px;
}

.search_item_cont, .search_cat_cont{
	position: relative;
}

.search_section_left .last::after, .search_section_right .last::after{
    content: "";
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    display: block;
    position: absolute;
    bottom: 0;
}

a.search_item_title::before, .search_cat_title::before, .search_suggestion_title::before{
	content: "";
    height: 100%;
    width: 20px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    display: block;
    position: absolute;
    right: 0;
}

/*
|--------------------------------------------------------------------------
| Template > Footer
|--------------------------------------------------------------------------
*/

footer {
	padding: 50px 0 80px 0;
	line-height: 1.2;
}

.footer-left {
	float: left;
	width: 400px;
}

.footer-right {
	width: 230px;
	float: right;
}

.footer-logo svg {
	height: 57px;
}

.footer-logo path {
	fill: #fff;
}

.footer-logo {
	opacity: 1;
	transition: opacity 0.5s ease;
}
.footer-logo:hover {
	opacity: 0.5;
}

.footer-navs {
	margin: 0 auto;
	float: left;
	width: calc(100% - 800px);
	text-align: center;
}

.footer-nav {
	display: inline-block;
	width: 30%;
	text-align: left;
}

.footer-nav--title {
	text-transform: uppercase;
	color: #adadad;
	padding: 0 0 14px;
}

.footer-nav--link {
	color: #fff;
	margin: 0 0 16px;
}
.footer-nav--link:hover {
	color: #adadad;
}

.footer-socials {
	margin: 64px 0 0 0
}

.footer-social {
	position: relative;
	width: 44px;
	height: 44px;
	background-color: #fff;
	border-radius: 22px;
	margin: 0 16px 0 0;
}

.footer-social:last-child {
	margin: 0;
}

.footer-social svg {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

.footer-socials:hover .footer-social {
	opacity: .4;
}

.footer-socials:hover .footer-social:hover {
	opacity: 1;
}

.footer-newsletter-btn {
	color: #156799;
	font-size: 16px;
	border-radius: 30px;
	background-color: #fff;
    padding: 10px 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}

.footer-newsletter-btn span {
	color: #232359;
}

.footer-data {
	padding: 0 0 20px;
}

.footer-data--label {
	font-size: 15px;
	color: #cb9833;
}

.footer-data--value {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.footer-data--value:hover {
	color: #fff!important;
}

#IGSVG {
	fill: #405de6
}

.footer-data__address {
	padding: 0;
}

.footer-data__address .footer-data--value {
	font-weight: 400;
	font-size: 15px;
}

.footer-btm {
	border-top: 1px solid #414141;
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
}

.footer-btm--links {
	float: left;
	color: #adadad;
	font-size: 11px;
	padding: 5px 0 0 0;
}

.footer-btm--links a {
	color: #adadad;
	font-size: 11px;
	line-height: 18px;
}
.footer-btm--links a:hover {
	color: #fff;
}

.footer-payment {
	float: right;
}

.footer-payment-klarna{
	width: 97px;
	margin-right:8px;
}

.footer-payment-main{
	width: 484px;
}








/*
|--------------------------------------------------------------------------
| CMS > Category
|--------------------------------------------------------------------------
*/

.cms-cat {
	padding: 100px 0;
}

.cms-cat > .container {
	padding-top: 0;
	padding-bottom: 0;
}

.sidebar--mobile-btn {
	display: none;
    padding: 22px 25px 14px;
	color: #fff;
	font-size: 24px;
}

.sidebar--mobile-btn svg {
	fill: #fff;
	float: right;
	position: relative;
	top: 6px;
}

.sidebar--mobile-btn path {
	fill: #fff;
}

.cms-cat > .container {
	max-width: 540px;
}

.cms-cat--inner {
	background-color: #fff;
}

.cms-cat--top {
	padding: 30px 30px;
}

.cms-cat h1 {
	font-size: 48px;
	color: #232359;
	margin: 0;
}
.cms-cat h1 span {
	color: #156799;
}

.cms-cat p {
	margin-top: 15px;
}

.cms-cat-nav li {
	vertical-align: middle;
}

.cms-cat-nav a {
	font-size: 18px;
	font-weight: 600;
	color: #156799;
	vertical-align: middle;
	padding: 20px 30px;
    border-top: 1px solid #e9e9e9;
	width: 100%;
}
.cms-cat-nav a:hover {
    color: #232359;
}

.cms-cat-nav path {
	stroke: #fff;
}

.cms-cat-nav svg {
	vertical-align: middle;
	margin: 0 15px 0 0;
	fill: #fff;
}

.cms-nav--mobile-btn {
	display: none;
}

.cms-nav {
	background-color: #2b2b2b;
	text-align: center;
}

.cms-nav li {
	display: inline-block;
}

.cms-nav a {
	font-size: 16px;
	color: #fff;
    padding: 18px;
	display: inline-block;
}

.cms-nav .sel a {
	color: #cb9833;
	font-weight: 600;
}


.cms-cat__dark .cms-cat--inner {
	background-color: #2b2b2b;
}

.cms-cat__dark h1 {
	color: #cb9833;
}

.cms-cat__dark p {
	color: #adadad;
}

.cms-cat__dark a {
	color: #fff;
}
.cms-cat__dark a:hover {
	color: #fff;
	opacity: 0.5;
}

.cms-cat__dark li {
	border-top: 1px solid #414141;
}













/*
|--------------------------------------------------------------------------
| Template > CMS
|--------------------------------------------------------------------------
*/

.top__grey .top-content {
	background-color: #f3f3f3;
}

.top-content svg {
	position: absolute;
	display: block;
	top: 0;
	right: -250px;
	transform: translateY(-42%);
}

.top {
	position: relative;
	background-color: #fff;
}

.top-image {
	position: absolute;
	top: 0; right: 50%; bottom: 0; left: 0;
}

.top-content {
	padding: 120px 60px;
	width: 50%;
	float: right;
	font-size: 18px;
	line-height: 1.4;
}

.top-content-newsletter, .top-content.p-sm{
	padding: 80px 60px;
}

.top-content p {
	font-size: 18px;
	line-height: 1.4;
}

.top-content--inner {
	max-width: 540px;
}

.top-text h1 {
	margin-bottom: 20px;
}
.top-text h3, .top-text h5 {
	font-weight: 400;
}
.top-text p {
	font-size: 24px;
	line-height: 32px;
	color: #2f729f;
}

.top-text-ml h1 {
	margin-bottom: 5px;
}
.top-text-ml h3 {
	font-weight: 400;
}
.top-text-ml p {
	font-size: 14px;
	line-height: 21px;
	color: #2b2b2b;
}

.video-cont {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cms-side {
	background-color: #2b2b2b;
	width: 350px;
	float: left;
}

.cms-main {
	overflow: hidden;
}

.cms-side--title {
	font-size: 24px;
	color: #cb9833;
	font-weight: 600;
	padding: 20px 24px;
}

.cms-side-nav a {
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: 600;
}
.cms-side-nav a:hover {
	opacity: 0.5;
}

.cms-side-nav li {
	display: block;
	padding: 15px 20px;
	margin: 0;
	border-top: 1px solid #414141;
}

.cms-side-nav li:last-child {
	border-bottom: none;
}

.cms-side-nav svg {
	vertical-align: middle;
	margin: 0 15px 0 0;
	fill: #fff;
}

.cms-side-nav path {
	stroke: #fff;
}

.cms-side-nav:hover svg {
	fill: #fff;
}

.cms-side-nav .sel {
	background-color: #fff;
}

.cms-side-nav .sel:hover a {
	text-decoration: none;
}

.cms-side-nav .sel a {
	color: #156799;
}

.cms-side-nav .sel svg {
	fill: #156799
}

.cms-side-nav .sel path {
	stroke: #156799
}

.contact-segment,
.cms-segment {
	background-color: #fff;
	margin: 0 0 40px;
	padding: 40px;
}

.cms-del {
	padding: 20px 25px;
	border: 1px solid #e9e9e9;
	margin: 20px 0 0 0;
}








/*
|--------------------------------------------------------------------------
| CMS > Contact Us
|--------------------------------------------------------------------------
*/

.contact-form {
	overflow: hidden;
	padding: 54px 0px 0 0;
}

.contact-main {
	overflow: hidden;
	width: 570px;
	float: left;
	padding: 0 50px 0 0;
}

.contact-details {
	border: 1px solid #e9e9e9;
	margin: 30px 0 0 0;
}

.contact-detail {
	border-bottom: 1px solid #e9e9e9;
}

.contact-detail:last-child {
	border-bottom: none;
}

.contact-detail--label {
	width: 150px;
	float: left;
}

.contact-detail--value {
	overflow: hidden;
	padding: 20px 16px;
	font-size: 15px;
	color: #232359;
}

.contact-detail--value a {
	color: #232359;
}

.contact-detail--label {
	padding: 20px 16px;
	color: #adadad;
}

.contact-map--cont {
	position: relative;
}

.contact-map {
	position: absolute;
	top: 0; right: 450px; bottom: 0; left: 0;
	overflow: hidden;
}

#map {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: #e7e7e7;
}

.contact-store {
	float: right;
	width: 400px;
}

.contact-store .button {
	position: relative;
	float: right;
	border-radius: 0;
	display: block;
	width: 26px;
	height: 40px;
}

.contact-store--title {
	font-size: 24px;
	font-weight: 600;
	color: #156799;
}

.contact-store--text {
	font-size: 13px;
	padding: 10px 0 0 0;
	color: #1a1a1a;
}

.map-title {
	font-size: 15px;
	color: #1a1a1a;
	padding: 20px 0 12px 0;
	font-weight: 600;
}

.contact-store .store-map {
	max-width: 200px;
}

.contact-store svg {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

.contact-store input {
	border: 1px solid #f1f1f1;
	border-right: none;
}

.contact-opening-times .opening-time span {
	color: #1a1a1a;
	font-size: 13px;
	font-weight: 400;
	opacity: 1;
}

.contact-opening-times .opening-time {
	color: #156799;
	font-size: 13px;
}












/*
|--------------------------------------------------------------------------
| Template > Content Blocks
|--------------------------------------------------------------------------
*/

.content-blocks .container {
	max-width: 1240px;
}

.content-block {
	position: relative;
	overflow: hidden;
}

.content-block .dbl {
	padding: 100px 30px;
	color: #fff;
}

.content-block svg {
	position: absolute;
	display: block;
	top: 0;
	right: -140px;
	transform: translateY(-42%);
}

.content-block h3 {
	color: #fff;
}

.content-block p {
	line-height: 1.4;
}

.content-block {
	background-color: #156799;
	color: #fff;
}

.content-block .dblc {
	vertical-align: middle;
	padding: 0 50px;
	font-size: 18px;
}

.dblc li {
	margin: 0 0 14px 0;
}

.content-blocks__2 .content-block {
	background-color: #f3f3f3;
}

.content-blocks__2 .content-block:nth-child(odd) {
	background-color: #fff;
}

.content-block:nth-child(odd) {
	background-color: #f3f3f3;
	color: #1a1a1a;
}

.content-block:nth-child(odd) .dbl {
	color: #2b2b2b;
}

.content-block:nth-child(odd) h3 {
	color: #156799;
}

.content-block:nth-child(odd) svg {
	display: none;
}

.content-block:nth-child(odd) .dblc {
	transform: translate(100%);
}

.content-block:nth-child(odd) .dblc:last-child {
	transform: translate(-100%);
}






.content-cols {
	padding: 60px 0;
}
.content-main {
	background-color: #FFF;
	padding: 30px;
	flex: 1;
}
.content-main--top:not(:last-child) {
    margin-bottom: 40px;
}
.content-main--top--image {
    width: 294px;
    margin-right: 30px;
}
.content-main--title {
    font-size: 46px;
}
.content-main--subtitle {
    font-size: 36px;
    color: #B1B1B1;
    font-weight: 500;
	margin-bottom: 20px;
}
.content-main--text * {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}
.content-side {
    width: 360px;
    margin-left: 40px;
}
.content-gallery--item > img {
    width: 100%;
    visibility: hidden;
}
.content-gallery {
	margin: 0 -24px -24px 0;
}
.content-gallery > div {
    padding: 0 24px 24px 0;
}
.content-videos--item.video-container {
    margin-top: 24px;
}
.content-side--inner {
    background-color: #156799;
    padding: 20px;
    border-radius: 4px;
    color: #FFF;
    margin-bottom: 20px;
}
.content-side--inner--title {
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 12px;
}
.content-side--inner > p {
    line-height: 1.6;
}
.content-side--inner + .content-side--form {
    padding-top: 20px;
}
.content-side-form--title {
    font-size: 24px;
    color: #156799;
}
.content-side--form > p {
    font-size: 15px;
    line-height: 1.6;
}
.content-side--form a {
    color: #156799;
    font-weight: 600;
}
.content-side--form > form {
    background-color: #156799;
    padding: 16px;
    border-radius: 4px;
}
.content-side--form > form .input input {
    border-radius: 4px;
    margin-bottom: 4px;
	height: 44px;
	padding: 17px 10px 2px 6px;
}
.content-side--form > form .input-label {
    top: 6px;
    font-size: 12px;
}
.content-form--action {
    margin-top: 8px;
}

/*
|--------------------------------------------------------------------------
| CMS > About
|--------------------------------------------------------------------------
*/

.about-slider {
	background-color: #1c1c24;
}

.about-slide {
	opacity: .2;
	position: relative;
	height: auto!important;
}

.about-slide img {
	display: block;
}

.about-slide.slick-center {
	opacity: 1;
}

.about-slide--title {
	position: absolute;
	left: 0; bottom: 0; right: 0;
	padding: 20px;
	padding-top: 160px;
	text-align: center;
	color: #fff;
	line-height: 1.3;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.85+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	opacity: 0;
}

.slick-current .about-slide--title {
	opacity: 1;
	transition: opacity 1000ms ease;
}

.about-slider .slick-arrow {
	position: absolute;
	height: 38px;
	width: 38px;
	background-color: #fff;
	border-radius: 19px;
	top: calc(50% - 19px);
	left: calc(50% - 19px);
	transform: translate(-220px);
	z-index: 99;
	cursor: pointer;
}

.about-slider .slick-next {
	position: absolute;
	height: 38px;
	width: 38px;
	background-color: #fff;
	border-radius: 19px;
	top: calc(50% - 19px);
	left: calc(50% - 19px);
	transform: translate(220px);
}

.about-slider .slick-arrow svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.about-bottom {
	position: relative;
}

.footer-navs__mobile {
	display: none;
}

.footer-navs__mobile .footer-nav {
	display: block;
	width: 100%;
	border-bottom: 1px solid #414141;
}

.footer-navs__mobile .footer-nav--title {
	font-size: 24px;
	padding: 35px 30px;
}

.footer-navs__mobile .footer-nav svg {
	float: right;
	position: relative;
	top: 8px;
}

.map-cont {
	position: absolute;
	top: 0; right: 810px; bottom: 0; left: 0;
	overflow: hidden;
}

#map {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: #e7e7e7;
	width: 100%;
	height: 100%;
}

.about-bottom .map-cont {
	right: 0;
	width: 50%;
	left: auto;
	filter: grayscale(100%);
	transition: filter 300ms ease;
}

.about-bottom .map-cont:hover {
	filter: grayscale(0%);
}

.about-visit {
	width: 50%;
	background-color: #156799;
}

.about-visit--inner {
	max-width: 700px;
	float: right;
	padding: 100px 100px 100px 50px;
	color: #fff;
}

.about-visit--inner h1,
.about-visit--inner h2,
.about-visit--inner h3,
.about-visit--inner h4,
.about-visit--inner h5 {
	color: #fff;
}

.about-visit-details {
	position: relative;
	border: 1px solid #11527a;
	margin: 40px 0 0 0;
}

.about-visit-details .segment-50 {
	padding: 14px 20px;
}

.about-visit-details .segment-50:first-child:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0; bottom: 0;
	width: 1px;
	background-color: #11527a;
}

.about-visit-detail--label {
	text-transform: uppercase;
	opacity: .5;
	padding: 0 0 6px;
}

.about-visit--title {
	text-transform: uppercase;
}

.opening-time {
	padding: 0 0 5px;
	font-weight: 600;
}

.opening-time span {
	display: inline-block;
	width: 50px;
	font-weight: 400;
}

.about-visit-details span {
	opacity:0.5;
}

.about-visit-detail--value {
	font-size: 15px;
	line-height: 18px;
}

.about-map {
	max-width: 200px;
	padding: 20px 0 0 0;
}

.about-map--title {
	font-size: 18px;
	font-weight: 500;
	opacity: .5;
	padding: 0 0 5px;
}

.about-map--input-cont {
	overflow: hidden;
}

.about-map .button {
	float: right;
    padding: 9px 10px 8px;
    border-radius: 0;
}

.about-map .button.show-mobile {
	display: none;
}

.page {
	max-width: 1000px;
}

.page-btm {
	text-align: center;
	padding: 40px 0 35px 0;
	background-color: #fff;
}

.page-btm__grey {
	background: none;
}

.page-btm--title {
	font-size: 30px;
	color: #232359;
	font-weight: 600;
}

.page-btm--title ~ .button {
	margin: 16px 0 0 0;
}

/*
|--------------------------------------------------------------------------
| CMS > Review
|--------------------------------------------------------------------------
*/

.reviews-top {
	background-color: #fff;
	border-radius: 30px;
	padding: 14px 20px;
	margin: 60px 10px 0 10px;
}

.reviews-top--left {
	position: relative;
	float: left;
}

.reviews-top--left svg {
	position: absolute;
	left: 4px;
	top: -2px;
	height: 40px;
}

.reviews-top--right {
	float: right;
	max-width: 500px;
	font-size: 13px;
	line-height: 18px;
    text-align: right;
}

.reviews-cont {
	padding: 40px 0;
}

.review {
	padding: 10px;
	width: 50%;
}

.review-inner {
	position: relative;
	padding: 40px 80px;
	background-color: #fff;
	text-align: center;
}

.review-inner .comma {
	position: absolute;
	top: 15px;
	left: 15px;
}

.review-inner .comma:last-child {
	position: absolute;
	top: auto;
	left: auto;
	right: 15px;
	bottom: 70px;
}

.review-btm {
	padding: 15px 0 0 0;
}

.review-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.review-stars {
	display: inline-block;
}

.review-name {
	display: inline-block;
	color: #232359;
	text-transform: uppercase;
	padding: 0 0 0 10px;
}











/*
|--------------------------------------------------------------------------
| CMS > Page
|--------------------------------------------------------------------------
*/

.page > .container {
	max-width: 940px;
}











/*
|--------------------------------------------------------------------------
| CMS > Hire Shop
|--------------------------------------------------------------------------
*/

.hire-side {
	float: left;
	width: 220px;
	background-color: #2b2b2b;
	color: #fff;
	margin: 0 40px 0 0;
}

.hire-side a {
	font-size: 15px;
	color: #fff;
}

.hire-side li {
	padding: 14px 20px;
	border-bottom: 1px solid #414141;
}

.hire-side--mobile-btn {
	display: none;
	padding: 14px 20px;
	border-bottom: 1px solid #414141;
	color: #fff;
}

.hire-side--mobile-btn svg {
	margin: 0 0 0 4px;
}

.hire-side--mobile-btn path {
	fill: #fff;
}

.hire-side li:last-child {
	border-bottom: none;
}

.hire-main {
	overflow: hidden;
}

.hire-cat--title {
	font-size: 30px;
	color: #156799;
	padding: 0 0 10px;
}

.blog-nav--mobile-btn {
	display: none;
	color: #fff;
}

.blog-nav--mobile-btn path {
	fill: #fff;
}

.hire-cat {
	padding: 0 0 60px;
}

.hire-cat:last-child {
	padding: 0;
}

.hire {
	width: 100%;
	display: table;
	vertical-align: middle;
	background-color: #fff;
	margin: 0 0 20px;
}

.hire:last-of-type {
	margin: 0;
}

.hire .dblc {
	vertical-align: middle;
	padding: 28px 20px;
}

.hire .dblc:last-child {
	padding: 0;
	border-left: 1px solid #f3f3f3;
    width: 310px;
    text-align: center;
}

.hire-pricing {
	padding: 40px 0 0 0;
}

.hire-pricing p {
	margin: 0 0 2px;
}

.hire-title {
	color: #232359;
	font-size: 21px;
	padding: 0 0 10px;
}

.hire-text,
.hire-text p {
	font-size: 13px;
	color: #2b2b2b;
}











/*
|--------------------------------------------------------------------------
| Template > Mobile Menu
|--------------------------------------------------------------------------
*/

@-webkit-keyframes mobileMenuOpen {
	from  {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@keyframes mobileMenuOpen {
	from {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@-webkit-keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.page-slide-container {
	overflow: hidden;
}

.page-slide {
	position: relative;
	min-height: 100vh;
	/* transform: translate(0, 0);
	-webkit-transform: translate(0, 0); */
}

.mobile-menu {
	position: absolute;
	top: 0; left: -390px; bottom: 0;
	display: none;
	width: 390px;
	background:#2b2b2b;
	background-size: 515.5px 511.5px;
	z-index: 999;
}

.mobileMenuItemFade {
	-webkit-animation: mobileMenuItemFade 1s ease forwards; /* Safari 4+ */
	-moz-animation:    mobileMenuItemFade 1s ease forwards; /* Fx 5+ */
	-o-animation:      mobileMenuItemFade 1s ease forwards; /* Opera 12+ */
	animation:         mobileMenuItemFade 1s ease forwards; /* IE 10+, Fx 29+ */
}

.mobile-search {
	background-color: #fff;
}

.mobile-search--input {
	overflow: hidden;
}

.mobile-nav--children {
	display: none;
	background-color: #11527a;
	padding: 6px 0;
}

.mobile-nav li > a.open ~ .mobile-nav--children {
	display: block;
}

.mobile-nav li > a.open svg {
	transform: rotate(-180deg);
}

.mobile-store {
	padding: 20px 0 0 20px;
	display: none;
}

.mobile-nav .mobile-store--link {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #c0bfbf;
	padding: 6px 0;
	margin: 0 0 8px;
}

.mobile-store--link:last-child {
	color: #156799;
}

.mobile-store--link:nth-last-child(2) {
	color: #156799;
}

.mobile-store--cont > a {
	display: block;
	background: url(/images/style/gig/icon-mobile-dropdown-down.png) no-repeat right 8px;
}

.mobile-nav li:nth-last-child(3) {
    background-color: #249a4b;
	border-bottom: none;
}

.mobile-nav li:nth-last-child(2) {
    background-color: #cb0033;
	border-bottom: none;
}

.mobile-nav li:nth-last-child(1) {
    background-color: #414141;
	border-bottom: none;
}

.mobile-store--cont.open > a {
	display: block;
	background: url(/images/style/gig/icon-mobile-dropdown.png) no-repeat right 8px;
}

.mobile-store--cont.open .mobile-store {
	display: block;
}

.mobile-search--input input {
	color: #c0bfbf;
	font-size: 21px;
	background: none;
	line-height: 49px;
	padding: 17px 30px 16px;
}

.mobile-search--submit {
	width: 90px;
	height: 90px;
	float: right;
	background: url(/images/style/gig/icon-zoom.png) no-repeat center center;
	background-size: 35px 35px;
}

.mobile-search {
	border-right: 1px solid #eaeaea;
}

.mobile-action {
	padding: 18px 30px;
	border-bottom: 2px solid #1e1e1e;
}

.mobile-nav {
	padding-top: 0;
}

.mobile-nav a,
.mobile-nav--tel,
.mobile-nav--wa {
	display: block;
	position: relative;
	color: #fff;
	padding: 13px 30px;
	font-size: 21px;
	line-height: 22px;
	text-transform: none;
}

.mobile-nav--tel {
	margin: 10px 0 0 0;
}

.mobile-nav--tel a {
	color: #cb9833;
}

.mobile-nav--tel svg {
	margin: 0 6px 0 0;
}

.mobile-nav--tel, .mobile-nav--wa {
	padding: 10px 30px;
	font-size: 18px;
}

.mobile-nav--wa a {
	color: #64B161;
	display: flex;
	align-items: center;
}
.mobile-nav--wa a:hover {
	color: #569653;
}
.mobile-nav--wa svg {
	margin-right: 8px;
}

.mobile-nav--children a {
	font-size: 18px;
}

.mobile-nav a svg {
	float: right;
	position: relative;
	top: 5px;
}

.mobile-nav li {
	background-color: #156799;
	border-bottom: 1px solid #11527a;
}

.mobile-nav__dark {
	margin: 30px 0 0 0;
	border-top: 1px solid #414141;
}

.mobile-nav__dark li {
	background-color: #2b2b2b!important;
	border-bottom: 1px solid #414141!important;
}

.mobile-action a {
	display: block;
	color: #c0bfbf;
	margin: 0 0 10px 0;
}

.mobile-action a:last-child {
	margin: 0;
}

.mobile-action a[href^="tel:"] {
	color: #37af56;
}

.mobile-action .icon {
	padding: 0 0 0 34px;
}

.mobile-action .icon-user {
	background: url(/images/style/gig/mbl-icon-user.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-box {
	background: url(/images/style/gig/mbl-icon-box.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-phone {
	background: url(/images/style/gig/mbl-icon-phone.png) no-repeat center left;
	background-size: 18px 18px;
}

.mobile-social-title{
	font-size:24px;
	color:#fff;
	text-align:center;
	padding-bottom:15px;
}

.mobile-social {
	background-color: #1e1e1e;
	padding: 14px 30px 5px 30px;
	text-align: justify;
}

.mobile-social a {
	width: 40px;
	float: none;
	display: inline-block;
	background-position: center center;
}

.mobile-social:after {
	content: '';
	width: 100%;
	display: inline-block;
}

.mobile-social .icon-facebook {
	background: url(/images/style/gig/mbl-menu-facebook.png) no-repeat center center;
	background-size: 30px 30px;
}

.mobile-social .icon-twitter {
	background: url(/images/style/gig/mbl-menu-twitter.png) no-repeat center center;
	background-size: 34px 27px;
}

.mobile-social .icon-instagram {
	background: url(/images/style/gig/mbl-menu-instagram.png) no-repeat center center;
	background-size: 30px 30px;
}

.mobile-social .icon-youtube {
	background: url(/images/style/gig/mbl-menu-youtube.png) no-repeat center center;
	background-size: 39px 28.5px;
}

.mobile-social .icon-pinterest {
	background: url(/images/style/gig/mbl-menu-pinterest.png) no-repeat center center;
	background-size: 30px 30px;
}

.mobile-social .icon-google-plus {
	background: url(/images/style/gig/mbl-menu-google-plus.png) no-repeat center center;
	background-size: 25px 27px;
}

.mobile-menu .translate {
	width: 100%;
}

#page_numbers {
	padding: 32px;
	text-align: center;
}

.page_number_sel,
.previous_page,
.page_number,
.next_page {
	display: inline-block;
}

#page_numbers a {
	padding: 8px 10px;
	background-color: #fff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

#page_numbers .page_number_sel a {
	background-color: #156799;
	color: #fff;
}

.onpage-search {
	background-color: #fff;
	margin: 0 0 15px;
	position: relative;
}

.sidebar .onpage-search {
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

.onpage-search .mobile-search--submit {
	height: 70px;
	width: 70px;
	background-color: transparent;
}

.onpage-search .mobile-search--input {
	line-height: 35px;
	padding-right: 0;
	font-size: 14px;
}

#mbl-filters-sub{
	display:block;
}

/*
|--------------------------------------------------------------------------
| Template > Overlay
|--------------------------------------------------------------------------
*/

#olay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 100px
}

#olay_back {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    width: 100%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

#olay_box_container {
    width: 95%;
    max-width: 720px;
    z-index: 10010;
    position: relative;
    margin: 0 auto
}

#olay_box {
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0 );
    width: 100%;
    padding: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

#olay_content h1 {
    text-transform: uppercase
}

#olay_content p {
    opacity: 0.5
}

/*
|--------------------------------------------------------------------------
| Home
|--------------------------------------------------------------------------
*/


.home-slider {
	min-height: 200px;
}

.home-slider .slick-list {
	width: 100%;
}

.no-js .home-slider .home-slide {
	display: none;
}

.no-js .home-slider .home-slide:first-child {
	display: block;
}

.home-slide--cont {
	width: calc(100% - 600px);
}

.home-slider {
	background-color: #333;
}

.home-slide {
	height: 600px;
	position: relative;
}

.home-slider .slick-arrow {
	position: absolute;
	top: 50%; transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #156799;
	z-index: 10;
}

.home-slider .slick-arrow:hover {
	background-color: #0e5580;
}

.home-slide .slick-arrow svg {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.home-slider .slick-next {
	left: auto; right: 0;
}

.home-slide--content {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	text-align: center;
	color: #fff;
	padding: 40px;
	z-index: 10;
}

.home-slide--action {
	padding: 15px 0 0 0;
}

.home-slide--action .button {
	margin: 0 5px 5px;
}

.home-slide--title {
	font-size: 60px;
	font-weight: 600;
	padding: 0 0 4px;
}

.home-slide--subtitle {
	font-size: 24px;
}

.home-banners {
	width: 600px;
	float: right;
	background-color: #000;
}

.home-banner:hover a.home-banner--inner:after {
	height: 100%;
}

.home-banner--inner {
	display: block;
	position: relative;
	padding: 0 0 100% 0;
	height: 0;
}

.home-banner--inner:after,
.home-slide:after{
	content: '';
	position: absolute;
	bottom: 0; left: 0; right: 0;
	height: 60%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	z-index: 9;
	opacity: .75;
	transition: height 300ms ease, opacity 300ms ease;
}

.home-banner--content {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	padding: 20px;
	text-align: center;
	color: #fff;
	z-index: 10;
}

.home-banner--title {
	font-size: 24px;
	padding: 0 0 10px;
	font-weight: 600;
}

.home-banner--subtitle {
	font-size: 14px;
}

.home-banner--svg {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	background-color: #156799;
	border-radius: 20px;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

.home-banner--svg svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	vertical-align: middle;
}

/* Full width banner styles */

.home-banner.segment-100 .home-banner--inner {
	padding: 0 0 50% 0;
	height: 0;
}

.home-banner.segment-100 .home-banner--title {
	font-size: 36px;
}

.home-banner.segment-100 .home-banner--subtitle {
	font-size: 18px;
}

.home-banner {
	position: relative;
	z-index: 10;
}

.home-usps {
	border-bottom: 2px solid #e9e9e9;
	background-color: #FFF;
}

.home-usp {
	width: 25%;
	text-align: center;
	border-right: 1px solid #e9e9e9;
    vertical-align: middle;
	padding: 10px;
}

.home-usp a {
	display: block;
}

.home-usp:last-child {
	border-right: none;
}

.home-usp--wrap {
	display: inline-block;
	text-align: left;
	max-width: 220px;
}

.home-usp--svg {
/*	float: left;*/
	vertical-align: middle;
}

a:hover .home-usp--svg svg{
	fill:#232359;
}

.home-usp--content {
/*	overflow: hidden;*/
	padding: 0 0 0 10px;
	vertical-align: middle;
}

.home-usp--title {
	font-size: 16px;
	font-weight: 600;
	color: #232359;
}

.home-usp--text {
	font-size: 13px;
	color: #adadad;
}

.home-usp .dbl {
    table-layout: auto;
	vertical-align: middle;
}

.cats {
	background-color: #fff;
}
.cats .vertical-padding {
	padding: 60px 20px 50px;
}

.cats-grid {
	margin: 0 -12px 0 0;
}

.cat {
	width: 25%;
	float: left;
	padding: 0 12px 12px 0;
}

.cat-inner {
	position: relative;
	height: 200px;
	width: 100%;
	font-size: 30px;
	color: #fff;
    vertical-align: middle;
	text-align: center;
	background-color: #444;
	overflow: hidden;
	padding: 0 10px;
	transition: transform 600ms ease, opacity 600ms ease, filter 600ms ease;
}

.cat-inner:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	transition: transform 600ms ease, opacity 600ms ease, filter 600ms ease;
	opacity: .7;
}

.cat-inner:hover {
	color: #fff;
	text-decoration: none;
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.cat-inner:hover:before {
	transform: scale(1.6);
	opacity: .9;
}

.cat-inner span {
	position: relative;
	z-index: 10;
	font-weight: 600;
}

.home-brands--cont {
	text-align: center;
}

.home-brands--cont > .container {
	position: relative;
}

.home-brands {
	background-color: #f3f3f3;
	overflow: hidden;
    padding: 20px 110px 20px 0;
	min-width: 1400px;
}

.home-brand {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}

.home-brands--action {
	position: absolute;
	right: 0px; top: 50%;
	float: right;
	transform: translateY(-50%);
	color: #156799;
	padding: 46px 66px 46px 20px;
	font-size: 13px;
	background-color: #f3f3f3;
	z-index: 10;
}

.home-brands--action:after {
	content: '';
	position: absolute;
	left: -30px; top: 0; bottom: 0; width: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
	z-index: 11;
}

.home-brands--action:hover {
	text-decoration: none;
}

.home-brands--action:hover .home-brands--action-svg {
	background-color: #1e1e1e;
}

.home-brands--action span,
.home-brands--action strong {
	display: block;
	font-weight: 600;
}

.home-brands--action strong {
	font-size: 15px;
}

.home-brands--action-svg {
	position: absolute;
	right: 20px; top: 50%;
	transform: translateY(-50%);
	height: 30px;
	width: 30px;
	background-color: #156799;
	border-radius: 15px;
	transition: background 300ms;
}

.home-brands--action-svg svg {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}



.home-tabs {
	background-color: #fff;
}

.home-tabs .tab .message-error {
	margin-top: 20px;
}

.home-tabs > .container {
	max-width: 1560px;
}

.tabs .vertical-padding {
	padding: 30px 0 0 0;
}

.home-tabs .slick-slider {
	padding: 0 40px;
	margin: 0;
}

.home-tabs .tab,
.home-tabs .product-grid {
	display: block;
	visibility: hidden;
	height: 0;
     overflow: hidden;
}

.home-tabs .slick-initialized,
.home-tabs .tab.sel {
	visibility: visible;
	height: auto;
}

.home-tabs .product-grid--item {
	padding: 0;
	margin: 0 10px;
}

.home-tabs .slick-arrow {
	position: absolute;
	height: 40px;
	width: 40px;
	background-color: #f3f3f3;
	border-radius: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-20px);
}

.home-tabs .slick-next {
	left: auto;
	right: 0;
}

.home-tabs .slick-arrow {
	fill: #156799;
}

.home-tabs .tab-buttons {
	text-align: center;
}

.home-tabs .tab-button {
	font-size: 30px;
	color: #adadad;
	display: inline-block;
	margin: 0 15px;
}

.home-tabs .tab-button.sel {
	color: #156799;
}

.home-tabs .home-tab-button{
	margin:20px 46px 0 0;
}

.home-blog {
	position: relative;
	overflow: hidden;
	background-color: #156799;
}

.home-blog .blog-intro > svg {
    position: absolute;
    top: 124px;
    right: -380px;
    transform: translateY(-50%);
}

.home-blog .blog-text {
	position: relative;
	z-index: 10;
	max-width: none;
	padding: 4px 0 0 0;
}

.home-blog .news-item {
	width: 33.3333333333%;
	padding: 0 20px 20px 0;
}

.home-blog .blog-intro {
	padding: 0 0 20px;
}

.blog-text .button-white {
	display: none;
}

.home-blog .blog-title {
	font-size: 36px;
}

.home-blog .news-item--title {
	font-size: 24px;
}

.home-blog .news-item--title:hover {
	color: #fff;
}

.home-blog .news-item--grid {
	margin: 0 -20px 0 0;
}

.pagination {
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.pagination .page_number,
.pagination .page_number_sel,
.pagination .next_page,
.pagination .previous_page {
	position: relative;
	font-size: 18px;
	color: #5d76a1;
	border-radius: 20px;
	width: 40px;
	line-height: 40px;
	margin: 0 10px;
	height: 40px;
	font-weight: 700;
	float: left;
	background-color: #f5f5f5;
	letter-spacing: -0.025em;
}

.pagination .page_number_sel,
.pagination .next_page,
.pagination .previous_page {
	background-color: #fff;
/*	border: 2px solid #f2f2f2;*/
	color: #000;
}

.pagination .next_page svg,
.pagination .previous_page svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pagination .page_number_sel a {
	color: #000;
}

.pagination a {
	display: block;
}

.pagination .disabled {
	display: none;
}

.pagination .pagination__inner {
	margin: 0 auto;
}




.home-review-cont {
	padding: 60px 0;
	text-align: center;
	background-color: #fff;
}

.home-review--text {
	position: relative;
	padding: 40px 24px 35px;
	margin: 0 auto;
	max-width: 880px;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	display: inline-block;
}

.home-review--text svg {
	position: absolute;
	top: 0; left: 0;
}

.home-review--text svg:last-child {
	position: absolute;
	top: auto; left: auto;
	right: 0; bottom: 0;
}

.review-author--author {
	padding: 6px 0 0 0;
}

.review-author--name {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #232359;
	padding: 0 0 0 4px;
}

.reviews-widget {
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	vertical-align: middle;
	padding: 5px 20px;
	display: inline-block;
	margin: 30px 0 0 0;
}

.reviews-widget--logo {
	float: left;
}

.reviews-widget--logo svg {
	height: 14px;
	vertical-align: middle;
}

.reviews-widget--stars {
	float: left;
	padding: 0 20px;
}

.reviews-widget--text {
	float: left;
	font-size: 14px;
	padding: 2px 0;
	color: #adadad;
}

.reviews-widget--text span:last-child {
	padding-left: 5px
}


.content-blocks__full-width .content-block {
	position: relative;
	padding: 0 0 0 50%;
}

.content-block--image {
	position: absolute;
	top: 0; left: 0; bottom: 0;
	width: 50%;
}

.content-block--content {
	max-width: 720px;
	padding: 100px 20px 100px 70px;
	position: relative;
	z-index: 10;
}

.content-block--content h5 {
	font-weight: 500;
	line-height: 30px;
}

.content-block--action {
	padding: 20px 0 0 0;
}
.content-block--action .button {
	padding: 5px 18px;
}

.content-block--content h1,
.content-block--content h2,
.content-block--content h3,
.content-block--content h4,
.content-block--content h5,
.content-block--content h6 {
	margin: 0;
}

.content-block--content p:first-of-type {
	padding: 20px 0 0 0;
}

.content-blocks__full-width .content-block {
	border-bottom: 2px solid #fff;
}

.content-blocks__full-width .content-block svg {
    position: absolute;
    display: block;
    top: 0;
    right: -140px;
    transform: translateY(-42%);
}

.content-blocks__full-width .content-block:nth-child(even) {
	padding: 0 50% 0 0;
}

.content-blocks__full-width .content-block:nth-child(even) .content-block--image {
	left: auto;
	right: 0;
}

.content-blocks__full-width .content-block:nth-child(even) .content-block--content {
	float: right;
	padding: 100px 70px 100px 20px;
}

.content-blocks__full-width .content-block:nth-child(even) svg {
    position: absolute;
    display: block;
    top: 0;
    left: -140px;
    transform: translateY(-42%);
}

.home-btm {
	background-color: #fff;
}

.home-btm h1 {
	font-size: 30px;
	margin-bottom: 20px;
}

.home-btm--action {
	margin-top: 24px;
}

.home-btm--about {
	width: 47%;
	float: left;
}

.home-btm .about-map--title {
	font-weight: 600;
	color: #1a1a1a;
	font-size: 15px;
	opacity: 1;
	padding: 0 0 4px;
}

.home-btm .opening-time {
	color: #156799;
	font-size: 13px;
}

.home-btm .opening-time span {
	color: #1a1a1a;
}

.home-map {
	width: 45%;
	float: right;
	position: relative;
}

.map {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
}

.map > div {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: #e7e7e7;
}

.home-map--times {
	position: relative;
	float: right;
	background-color: #fff;
	padding: 20px;
	margin: 10px;
	z-index: 4;
}











/*
|--------------------------------------------------------------------------
| Blog > Article List
|--------------------------------------------------------------------------
*/

.article-lists {
	background-color: #fff;
	padding: 60px 30px;
}

.article-list-grid {
	position: relative;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
}

.article-list-grid .article-list {
	padding: 0 20px 20px 0;
}

.article-list {
	position: relative;
}

.article-list--inner {
	position: relative;
}

.article-list--full-width {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 20px auto;
	float: none;
}

.article-list:last-child {
	margin: 0 auto;
}

.article-list--image {
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 50%;
}

.article-list--image img {
	display: none;
}

.article-list--info {
	position: relative;
	width: 50%;
	padding: 25px 30px 52px;
	float: right;
	border: 4px solid #e7e7e7;
	min-height: 280px;
	border-left: none;
}

.article-list--title {
	font-size: 24px;
	color: #b12525;
	font-weight: 700;
	text-transform: none;
	margin: 0 0 20px;
}

.article-list--desc,
.article-list--desc p {
	font-size: 13px;
	color: #666666;
}

.article-list--desc{
	padding-bottom:20px;
}

.btn-read-article {
	font-size: 11px;
	padding: 7px 15px;
}

.article-list--date {
	font-size: 11px;
	color: #666666;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 27px;
}

.article-list--btm {
	position: absolute;
	bottom: 25px; right: 30px; left: 30px;
}

/*
|--------------------------------------------------------------------------
| CMS > Template
|--------------------------------------------------------------------------
*/

.page-subtitle {
	text-align: center;
	font-size: 21px;
	color: #156799;
}

.page-list--grid {
	padding: 40px 0 0 0;
}

.page-list--item {
	padding: 0 4px 4px 0;
}

.page-list--item-inner {
	position: relative;
	display: block;
	height: 0;
	padding: 0 0 70%;
}

.page-list--item-overlay {
	position: absolute;
	top:0; right: 0; bottom: 0; left: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	transition: background-color 300ms ease;
}

.page-list--item-inner:hover .page-list--item-overlay {
	background-color: rgba(0,0,0,0.3);
}

.page-list--item-title {
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	text-transform: none;
	padding:0 20px;
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.page-list--item .dbl {
	height: 100%;
}

/*
|--------------------------------------------------------------------------
| FAQ
|--------------------------------------------------------------------------
*/

.dd-section {
	padding: 40px 0 0 0;
}

.dd-section--title {
	font-size: 21px;
	color: #adadad;
}

li.dd-block {
	border: 1px solid #e9e9e9;
	border-bottom: none;
}

.dd-block:last-child {
	border-bottom: 1px solid #e9e9e9
}

.finance-btm {
	font-size: 11px;
	padding: 30px 0 0 0;
}

.finance-btm p {
	font-size: 11px;
}

.finance-image {
	float: right;
	margin: 0 0 0 60px;
}

.dd-title {
	position: relative;
	color: #156799;
	font-size: 16px;
	padding: 18px 20px;
	cursor: pointer;
}

.dd-title:after {
	content: '';
	position: absolute;
	top: 24px; right: 28px;
	height: 13px;
	width: 3px;
	background: #232359;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.dd-title:before {
	content: '';
	position: absolute;
	top: 29px; right: 23px;
	height: 3px;
	width: 13px;
	background: #232359;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.dd-open:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

.dd-open:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dd-open {
	border-bottom: none;
}

.dd-open ~ .dd-text {
	border-top: none;
}

.dd-text {
	padding: 0 20px 20px 20px;
	font-size: 13px;
}

.dd-text p {
	font-size: 13px;
}

.dd-title span {
	display: block;
	padding: 0 20px 0 0;
}

/*
|--------------------------------------------------------------------------
| Resouces
|--------------------------------------------------------------------------
*/

#resources .dd-block{
	background:#fff;
}

#resources .dd-title:before, #resources .dd-title:after{
	background:none;
}

/*
|--------------------------------------------------------------------------
| Contact Us
|--------------------------------------------------------------------------
*/

.contact--left {
	float: left;
}

.contact--right {
	float: right;
}

.contact--grid {
	padding: 40px 0 0 0;
}

.contact--form {
	width: 100%;
	padding: 30px;
	background-color: #156799;
	border-radius: 2px;
	text-align: center;
}

.contact--form .input {
	text-align: left;
}

.contact--form .input {
	margin-bottom: 4px;
}

.contact-form--title {
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	text-align: left;
}

.contact--list {
	float:right;
	padding: 0 0 0 20px;
	font-weight: 700;
	color: #666666;
}

.contact--list li {
	margin: 0 0 14px;
}

.contact--list .icon-telephone-grey {
	color: #666666;
}

.contact--list .icon-pin {
	margin: 30px 0;
}

.contact--form .selectboxit-open {
	border-radius: 2px 2px 0 0;
}

.contact--form .selectboxit-options {
	background-color: #fff;
	text-align: left;
}

.contact--form .selectboxit-option {
	border-top: 1px solid rgba(0,0,0,0.1);
}


.contact--form .selectboxit-option-anchor {
	text-transform: none;
	color: #444;
	font-size: 13px;
	transition: 300ms padding ease;
}

.contact--form .selectboxit-option:nth-child(odd) {
	background-color: #f4f4f4;
}

.contact--form .selectboxit-option:hover .selectboxit-option-anchor {
	padding: 0 4px;
}

/*
|--------------------------------------------------------------------------
| Shop > Template
|--------------------------------------------------------------------------
*/

.sidebar {
	width: 240px;
	float: left;
	background-color: #2b2b2b;
	-webkit-transition: 1.2s margin-left ease;
	transition: 1.2s margin-left ease;
	position: relative;
	z-index: 1;
	min-height: 1px;
}

.sidebar-content:before {
	content: ' ';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	background-color: #2b2b2b;
	width: 240px;
}

.search_dropdown .sidebar-content::before {
	display: none;
}

.shop-cont {
	background-color: #fff;
	position: relative;
}

.shop.hide {
	margin-left: -310px;
}

.sidebar-title {
	color: #fff;
	padding: 22px 25px 22px;
	font-size: 24px;
	font-weight: 600;
	border-bottom: 1px solid #414141;
	margin: 0;
}

.sidebar-content .vertical-padding {
	padding: 40px;
}

.sidebar--segment {
	padding: 12px 32px;
/*	border-bottom: 2px solid #e7e7e7;*/
}

.sidebar--subcategory-item {
	padding: 8px 0;
}

.sidebar--subcategory-item-active .sidebar--subcategory-link {
	color: #666666;
}

.sidebar--subcategory-link {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
}
.sidebar--subcategory-link:hover {
	color: #adadad;
}

.sidebar--subcats .sidebar--subcategory-link {
	color: #adadad;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
}

.sidebar--subcats .sidebar--subcategory-link:hover {
	color: #fff;
}

.sidebar--subcats .sidebar--subcat:first-child {
	margin: 4px 0 0 0;
}

.sidebar--subcats-active a,
.sidebar--subcats .sidebar--subcats-active .sidebar--subcategory-link {
	color: #cb9833;
}

.sidebar--subcat {
	padding: 2px 0;
}

.sidebar-content {
	overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| Shop > Category Grid
|--------------------------------------------------------------------------
*/

.category-list--item,
.category-list--info {
	padding: 0 10px 10px 0;
}

.category-list--item-inner {
	display: block;
	position: relative;
}

.category-list--item-inner img {
	display: block;
	max-width: none;
	width: 100%;
}

.category-list--item-title {
	display: block;
	width: 100%;
	padding: 11px;
	background-color: #156799;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: .3s background ease-out;
	transition: .3s background ease-out;
}

.category-list--item-inner:hover .category-list--item-title {
	background-color: #02a1c7;
}

.category-list--info-inner {
	background-color: #666666;
	position: relative;
}

.no-js .category-list--info-inner {
	padding: 0;
}

.no-js .category-list--info-content {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	padding: 30px;
}

.category-list--info-content-inner a {
	color: inherit;
}

.no-js .category-list--info {
	width: 100%;
}

.category-list--info-content {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 80px;
	left: 30px;
	overflow: hidden;
}

.category-list--info-content,
.category-list--info-content p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.category-list--info-btm {
	display: none;
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
}

/*
|--------------------------------------------------------------------------
| Shop > Filters
|--------------------------------------------------------------------------
*/

.filter-subcategories .filter-title, #sidebar--mbl-filters {
	display: none;
}

#mbl-filters > span,
.filter .filter-title span {
	position: relative;
}

#mbl-filters > span svg,
.filter .filter-title svg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	fill: #adadad;
	width: 13px;
}

#mbl-filters.filter-open > span svg {
	transform: translateY(-50%) rotate(-180deg);
}

#mbl-filters-sub .filter-price .list-reset {
	padding-top: 35px;
}

#mbl-filters-sub .filter-price .tooltip {
	color: #fff;
	font-size: 14px;
	background: #2b2b2b;
	z-index: 1;
}

#mbl-filters.filter-open {
	border-bottom: 1px solid #414141;
}

.filter.filter-open .filter-title svg {
	transform: translateY(-50%) rotate(-180deg);
}

#mbl-filters.filter-open .filters-open,
.filters-close {
	display: none;
}

#mbl-filters.filter-open .filters-close {
	display: block;
}

.grid-filters-subcategories {
	display: block;
}

.filters .sidebar--segment {
	padding: 0;
}

.filters--title {
	padding: 23px 32px;
	margin: 0;
	background-color: #156799;
	color: #fff;
	font-size: 18px;
}

.filters--title span {
	display: block;
	position: relative;
}

.filters--hide {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 22px;
	padding: 0 10px 0 24px;
	cursor: pointer;
}

.filters--hide:before {
	content: '';
	height: 14px;
	width: 14px;
	top: 4px; bottom: 4px; left: 5px;
	position: absolute;
	background: rgb(252,252,252);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(252,252,252,1) 0%, rgba(220,222,224,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(252,252,252,1) 0%,rgba(220,222,224,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(252,252,252,1) 0%,rgba(220,222,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dcdee0',GradientType=1 );
	border-radius: 14px;
	-webkit-transition: .1s all ease-out;
	transition: .1s all ease-out;
}

.filters--hide:hover:before {
	height: 18px;
	width: 18px;
	top: 2px; bottom: 2px; left: 2px;
}

#mbl-filters, .filter-title {
	position: relative;
	padding: 10px 25px;
	color: #ababab;
	font-weight: 600;
	font-size: 13px;
	cursor: pointer;
}

#mbl-filters span, .filter-title span {
	display: block;
	position: relative;
	line-height: 20px;
}

.filter ul {
	padding: 10px 25px 10px 25px;
}

.filters .sidebar--segment {
	border-bottom: 1px solid #414141;
}

.filter--links a {
	position: relative;
	padding: 5px 0 4px 20px;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
}

.filter--links a:before {
	content: '';
	position: absolute;
	height: 14px;
	width: 14px;
	top: 7px;
	left: 0;
	background-color: #414141;
}

.filter--links .filter-selected a {
	color: #cb9833;
}

.filter--links .filter-selected a:before {
	background: url(/images/style/gig/icon-tick-2x.png) no-repeat center center #cb9833;
	background-size: 10px 8px;
	border: none;
}

.selfilters {
	display: none;
	padding: 20px 20px 10px 20px;
	background-color: #414141;
}

.selfilter {
	position: relative;
	padding: 10px 36px 10px 10px;
	margin: 0 10px 10px 0;
	background-color: #156799;
	color: #fff;
	font-size: 12px;
	float: left;
}

.selfilter:hover {
	color: #fff;
	background-color: #232358;
}

.selfilter__reset {
    background-color: #5d5d5d;
}

.selfilter__reset:hover {
    background-color: #333;
}

.selfilter:hover .selfilter:after,
.selfilter:hover .selfilter:before {
	background-color: #fff;
}

.selfilter:after,
.selfilter:before {
	content: '';
	position: absolute;
	width: 16px;
	top: 50%;
	height: 2px;
	background-color: #adadad;
	transform: translateY(-50%) rotate(45deg);
	right: 10px;
	z-index: 2;
}

.selfilter:before {
	transform: translateY(-50%) rotate(-45deg);
}

.selfilter .rating-star {
	height: 10px;
	width: 10px;
    background-size: 10px 10px;
}

.selfilter .swatch {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}

.reset-filters {
	display: block;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	background-color: #414141;
	padding: 15px 25px;
	letter-spacing: 0;
}

.reset-filters svg {
	vertical-align: middle;
	margin: 0 5px 1px 0;
}

.reset-filters:hover {
	color: #fff;
	text-decoration: none;
	background-color: #353535;
}


.filters--show {
	float: left;
	line-height: 70px;
	height: 70px;
	background-color: #156799;
	padding: 0 17px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .3s all ease-out, 1s margin-left ease;
	transition: .3s all ease-out, 1s margin-left ease;
	margin-left: -191px;
}

.shop.hide .sidebar-content .filters--show {
	margin-left: 0;
}

.filters--show span {
	position: relative;
	display: inline-block;
	background-color: rgba(0,0,0,0.2);
	height: 22px;
	line-height: 22px;
	border-radius: 22px;
	padding: 0 24px 0 12px;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.filters--show:hover {
	background-color: #0087a9;
}

.filters--show span:before {
	content: '';
	height: 14px;
	width: 14px;
	top: 4px; bottom: 4px; right: 5px;
	position: absolute;
	background: rgb(252,252,252);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(252,252,252,1) 0%, rgba(220,222,224,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(252,252,252,1) 0%,rgba(220,222,224,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(252,252,252,1) 0%,rgba(220,222,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dcdee0',GradientType=1 );
	border-radius: 14px;
	-webkit-transition: .1s all ease-out;
	transition: .1s all ease-out;
}

#slider-range.ui-widget-content {
	background-color: #ffffff;
	height: 8px;
	border: 1px solid #e7e7e7;
	margin:0 8px 6px;
}

#slider-range .ui-widget-header {
	background-color: #e7e7e7;
	/*transition: left 300ms ease, width 300ms ease;*/
}

#slider-range .ui-slider-handle {
	height: 14px;
	width: 14px;
	border-radius: 14px;
	background-color: #156799;
	border: none;
	color: #666666;
	font-weight: 700;
	cursor: pointer;
	/*transition: left 300ms ease;*/
}

#slider-range .ui-slider-handle:last-of-type .tooltip {
	right:0!important;
	top: -20px !important;
}

#price_filter {
	padding: 14px 0 0 0;
}

#price_filter .tooltip {
	float: left;
	font-weight: 700;
	margin-bottom: 5px;
	color: #fff;
}

#price_filter #range-tooltip-2 {
	float: right;
}

#price_submit {
	clear: both;
}

.filter-swatch {
	padding: 0 2px 2px 0;
}

.filter-swatch--inner {
	position: relative;
	padding: 1px;
	border-radius: 3px;
	transition: background 300ms ease;
/*	background: url(/images/style/gig/icon-swatch-tick.png) no-repeat center right 8px;*/
}

.filter-swatch.sel .filter-swatch--inner {
	background-color: #1e1e1e;
/*	background: url(/images/style/gig/icon-swatch-tick.png) no-repeat center right 8px #1e1e1e;*/
	border: none;
}

.filter-swatch.sel .filter-swatch--swatch {
	top: 3px; left: 3px; bottom: 3px;
}

.filter-swatch--swatch {
	height: 30px;
}

.filter-swatch--swatch svg {
	display: none;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

.filter-swatch.sel .filter-swatch--swatch:before {
	content: '';
	position: absolute;
	top: 2px; right: 2px; bottom: 2px; left: 2px;
	background-color: rgba(0,0,0,.4);
}

.filter-swatch.sel .filter-swatch--swatch svg {
	display: block;
}








/*
|--------------------------------------------------------------------------
| Shop > Navtrail
|--------------------------------------------------------------------------
*/

.shop--navtrail {
	background-color: #fff;
}

.shop--navtrail .breadcrumb-trail {
	max-width: 45%;
	float: left;
}

.shop--navtrail ~ form > .vertical-padding {
	padding-top: 0;
}

.sort-by-container {
	float: right;
	padding: 20px 40px 20px 20px;
}

.sort-by-container:last-child {
	padding-right: 0;
}
.hide-ppp .sort-by-container:last-child {
    padding-right: 40px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
/*	position: relative;*/
	border-color: #156799 transparent transparent transparent;
    border-width: 8px 8px 0 8px;
	margin-left: -10px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(180deg);
}

.listing-options-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #2b2b2b transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
	content: '';
    position: absolute;
    border-color: white transparent transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    height: 0;
    left: 50%;
    margin-left: -8px;
    margin-top: -10px;
    top: 50%;
    width: 0;
}

.sort-by .input {
	margin: 0;
}

.per-page .label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 9px 44px 7px 76px;
}


.filter-results {
	float: right;
	margin: 14px 0 14px 14px;
	background-color: #575757;
	border-radius: 2px;
	overflow: hidden;
}

.filter-results--input {
	overflow: hidden;
}

.filter-results--input {
	background-color: transparent;
	height: 42px;
	line-height: 42px;
	padding: 0 13px;
	color: #fff;
	transition: min-width 300ms ease;
	min-width: 172px;
}

.filter-results--input:focus {
	min-width: 240px;
}

.filter-results--submit {
	float: right;
	width: 42px;
	height: 42px;
	background: url(/images/style/gig/icon-zoom-white.png) no-repeat center center;
}







/*
|--------------------------------------------------------------------------
| Shop > Category Page
|--------------------------------------------------------------------------
*/

.category-slider {
	width: calc(100% - 642px);
	float: left;
}

.category-slider.category-slider__full-width {
	width: 100%;
}

.category-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 2;
	width: 40px;
	height: 40px;
	background-color: #156799;
}

.category-slider .slick-arrow:hover{
	background-color: #105782;
}

.category-slider .slick-arrow svg {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

.category-slider .slick-prev {
	right: auto; left: 0;
}

.category-slide {
	position: relative;
	height: 320px;
}

.category-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    z-index: 9;
    opacity: .75;
    transition: height 300ms ease, opacity 300ms ease;
}

.category-slide--content {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 23px 50px;
	color: #fff;
	z-index: 10;
	text-align: center;
	font-weight: 600;
	line-height: 1.1;
}

.category-slide--title {
	font-size: 36px;
}

.category-slide--subtitle {
	font-size: 18px;
	font-weight: 400;
	padding: 5px 0 0 0;
}

.category-banners {
	float: right;
	width: 642px;
}

.category-banners a.category-banner:hover:after {
	opacity: .8;
	height: 100%;
}

.category-banner {
	width: 50%;
	float: left;
	height: 320px;
	position: relative;
}

.category-banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    z-index: 9;
    opacity: .75;
    transition: height 300ms ease, opacity 300ms ease;
}

.category-banner--content {
	padding: 20px;
	position: absolute;
	bottom: 0; left: 0; right: 0;
	color: #fff;
	text-align: center;
	z-index: 10;
}

.category-banner--title {
	font-weight: 600;
	font-size: 24px;
}

.category-banner--subtitle {
	font-weight: 600;
	font-size: 14px;
	padding: 4px 0 0 0;
}

.category-slide--svg {
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
	height: 19px;
	width: 19px;
	background-color: #156799;
	border-radius: 20px;
	margin: 0 0 0 10px;
}

.category-slide--svg svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.category-banner .category-slide--svg {
	height: 14px;
	width: 14px;
	margin: 0 0 0 4px;
}









/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display
|--------------------------------------------------------------------------
*/

.product-grid {
	margin-left:-15px;
	display: flex;
	flex-wrap: wrap;
}

.product-grid--item {
	padding: 0 0 15px 15px;
	width: 16.66666666666667%;
}

.product--image {
	border: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

.product--image a {
	display: block;
}

.product--image img {
	width: 100%;
	max-width: none;
}

.cms-side--mobile-btn {
	display: none;
	padding: 15px 20px;
	border-bottom: 1px solid #414141;
	color: #fff;
}

.cms-side--mobile-btn svg {
	float: right;
	position: relative;
	top: 2px;
}

.cms-side--mobile-btn path {
	fill: #fff;
}

.product-grid--item-inner {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}

.product--title, .product--subtitle, .product-row {
	padding: 0 0 8px 0;
}

.product--title {
	color: #232359;
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
}

.product--subtitle {
	font-size: 13px;
}

.product--option-names {
	display: block;
	color: #444;
}

.product--option-name {
	margin: 0 8px 0 0;
}

.product--swatches {
	float: right;
}

.options-avail {
	font-size: 12px;
	color: #156799;
	border: 1px solid #e9e9e9;
	padding: 1px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
}

.product--swatch {
	position: relative;
	float: left;
	height: 12px;
	width: 12px;
	margin: 1px 1px 0 0;
	border-radius: 2px;
}

.product--swatch__overflow {
	background-color: #e9e9e9;
}

.product--swatch__overflow svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product-price{
/*	min-height:26px;*/
	font-weight: 700;
	padding: 0 8px 0 0;
}

.prod_price_from {
	display: block;
	font-size: 12px;
}

.product-price-web {
/*	font-size: 21px;*/
	font-size: 18px;
	color: #1e1e1e;
}

.product-price-rrp {
	font-size: 13px;
	line-height: 26px;
	color: #aeaeae;
	text-transform: uppercase;
	text-decoration: line-through;
}

/*
.product--offer,
.product--secondhand,
.product--bundle {
	position: absolute;
	top: 5px; right: 5px;
	width: 41px;
	height: 41px;
	background: url(/images/style/gig/on-offer-2x.png) no-repeat center center;
	background-size: 41px 41px;
	z-index: 10;
}

.product--secondhand ~ .product--offer {
	top: 51px;
}

.product--secondhand ~ .product--bundle {
	top: 51px;
}

.product--secondhand {
	background: url(/images/style/gig/on-secondhand-2x.png) no-repeat center center;
	background-size: 41px 41px;
}

.product--bundle {
	background: url(/images/style/gig/on-bundle-2x.png) no-repeat center center;
	background-size: 41px 41px;
}
*/

.comparison-bar {
	display: none;
	position: fixed;
	right: 0; bottom: 0; left: 0;
	background-color: #156799;
	padding: 10px 30px;
	z-index: 60;
	color: #fff;
}

.comparison-bar--title {
	display: block;
	margin: 12px 50px 12px 0;
	width: 160px;
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	float: left;
}

.comparison-bar--title svg {
	float: left;
	margin: 0 10px 0 0;
}

.animate .comparison-bar--product:last-child {
    -webkit-animation: comparisionProductEntrance .5s;
	animation: comparisionProductEntrance .5s;
}

@-webkit-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@-moz-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@-o-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}

.comparison-bar--products {
	overflow: hidden;
	padding: 0 30px 0 0;
}

.comparison-bar--product {
	padding: 0 4px 0 0;
}

.comparison-bar--inner .button {
	float: right;
    padding: 8px 20px;
	margin: 11px 0 0 0;
	font-size: 16px;
}

.comparison-bar--product-inner {
	position: relative;
	background-color: #fff;
	height: 52px;
}

.comparison-bar--product-image {
	float: left;
	border-right: 1px solid #e9e9e9;
}

.comparison-bar--product-title-cont {
	display: block;
	padding: 10px 14px;
	font-weight: 500;
	float: none;
	overflow: hidden;
	color: #232359;
}

.comparison-bar--product-title {
	margin: 0 4px 0 0;
	float: left;
	height: 22px;
}

.comparison-bar--product-option-name {
	display: none;
	opacity: 1;
	font-size: 11px;
	padding: 2px 6px;
	margin: 0 4px 0 0;
	background: rgba(0,0,0,0.2);
	border-radius: 2px;
	white-space: nowrap;
	float: left;
}

.comparison-bar--product-option-name:empty {
	display: none;
}

.comparison-bar--product-overlay {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(21, 103, 153, 0.8);
	z-index: 10;
}

.comparison-bar--product-inner:hover .comparison-bar--product-overlay {
	display: block;
}

.comparison-bar--product-overlay-inner {
	display: table;
    width: 100%;
    height: 100%;
	text-align: center;
}

.comparison-bar--product-overlay-inner .dblc {
	vertical-align: middle;
	font-weight: 700;
	font-size: 12px;
}


.comparison-bar--product-overlay-inner span {
	padding: 2px 0 0 20px;
}

.comparison-bar--loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(30, 30, 30, 0.9);
	color: #fff;
	text-align: center;
}

.comparison-bar.loading .comparison-bar--loading {
	display: block;
}

/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display Hover Animations
|--------------------------------------------------------------------------
*/

@-webkit-keyframes categoryDisplayHorizontal {
	0%   { -webkit-transform: rotateY(90deg); }
	100% { -webkit-transform: rotateY(0deg); }
}
@-moz-keyframes categoryDisplayHorizontal {
	0%   { -moz-transform: rotateY(90deg); }
	100% { -moz-transform: rotateY(0deg); }
}
@-o-keyframes categoryDisplayHorizontal {
	0%   { -o-transform: rotateY(90deg); }
	100% { -o-transform: rotateY(0deg); }
}
@keyframes categoryDisplayHorizontal {
	0%   { transform: rotateY(90deg); }
	100% { transform: rotateY(0deg); }
}

@-webkit-keyframes categoryDisplayVertical {
	0%   { -webkit-transform: rotateX(90deg); }
	100% { -webkit-transform: rotateX(0deg); }
}
@-moz-keyframes categoryDisplayVertical {
	0%   { -moz-transform: rotateX(90deg); }
	100% { -moz-transform: rotateX(0deg); }
}
@-o-keyframes categoryDisplayVertical {
	0%   { -o-transform: rotateX(90deg); }
	100% { -o-transform: rotateX(0deg); }
}
@keyframes categoryDisplayVertical {
	0%   { transform: rotateX(90deg); }
	100% { transform: rotateX(0deg); }
}

@-webkit-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display Hover
|--------------------------------------------------------------------------
*/

.product-grid--item-inner:hover .product-overlay {
	animation: 300ms fadeIn forwards;
}

.product-overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
	z-index: 20;
	background-color: #2d2d2d;
	opacity: 0;
	transition: transform 300ms ease;
}

.product-overlay-top {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.05);
    -webkit-animation: productTopEntrance 0.4s;
	animation: productTopEntrance 0.4s;
	color: #c0bfbf;
	height: 34px;
	top: 0;	right: 0; left: 0;
	z-index: 999;
}

.product-overlay-content {
	position: absolute;
	top: 34px; right: 0; bottom	:80px; left: 0;
}

.product-overlay-content-inner {
	padding: 20px;
	text-align: center;
}

.product-overlay--title {
	padding: 6px 0 0 0;
}

.product-overlay--title a {
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.product-overlay-bottom {
	position: absolute;
	bottom: 0; left: 0; right: 0;
}

/*
|--------------------------------------------------------------------------
| Category Model
|--------------------------------------------------------------------------
*/

.modal {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 100;
}

.modal--inner {
	width: 100%;
	max-width: 1100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #e7e7e7;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modal--open .modal--inner {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal--close {
	position: absolute;
	top: -55px;
	right: 0;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

.modal--open .modal--close {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}


.modal--backdrop {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(255, 255, 255, .7);
	transition: background-color 300ms ease;
}

.modal--backdrop:hover {
	cursor: pointer;
}

.modal--inner {
	transition: opacity 300ms ease;
}

.modal--content {
	overflow: hidden;
}



/* Custom Zooming functionality for magnificPopup */

.zoomPane {
	position: fixed;
	top: 0;left: 50%;
	transform: translateX(-50%);
	z-index: 510;
	cursor: pointer;
}

.zoomPaneInner {
	height: 100%;
}

.zoomPaneInner img {
	display: block;
	max-width: 100%;
	padding: 40px 0;
	width: auto;
	height: 100%;
}





.listing--title {
	font-size: 36px;
	text-transform: none;
	font-weight: 600;
}

.listing-action {
	padding: 4px 0 0 0;
}

.listing-rating {
	vertical-align: middle;
	font-size: 13px;
	color: #156799;
	padding: 0 0 6px;
}

.listing-youtube {
	padding: 30px 0 0 0;
}

.listing--subtitle {
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
	color: #2b2b2b;
	font-weight: 400;
}

.listing-options-wrap {
	padding: 30px;
	margin: 30px 0 0 0;
	border: 2px solid #e9e9e9;
}

.listing-options-wrap.discontinued .listing-buttons,
.listing-options-wrap.discontinued .listing-action,
.listing-options-wrap.discontinued .quantity-container {
	display: none;
}

.listing-options-sub-text {
	font-size: 14px;
    color: #000;
    font-weight: 500;
    padding-top: 8px;
    line-height: 18px;
}

.modal--image {
	float: right;
}

.modal--image img {
	width: 100%;
}

.listing-wrap {
	position: relative;
}

.listing-wrap:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0; width: 50%;
	background-color: #fff;
}

.button-listing {
    padding: 10px 25px;
	line-height: 1;
}

.button-listing:disabled {
	display: none;
}

.listing--info {
	padding: 30px 30px 30px 30px;
	border: 4px solid #e7e7e7;
	border-top: 0;
	border-bottom: none;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
}

.listing--other {
	float: right;
}

.listing--review {
	text-align: right;
	padding: 8px 0;
}

.listing--price {
	float: left;
}

.listing--price strong {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: #1e1e1e;
}

.listing--price span {
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: #666666;
}

.listing--points {
	color: #156799;
	font-weight: 700;
	font-size: 13px;
}

.listing--points span {
	color: #1e1e1e;
}

.modal--button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.modal--button-details {
	background-color: #b34834;
	font-size: 12px;
}

.modal-overview--cont {
	padding: 30px 30px 0;
}

.modal-overview {
	height: 510px;
	width: 420px;
	padding: 0 0 124px 0;
	overflow: scroll;
}

.modal-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 420px;
}

.modal--view-full-details {
	display: block;
	width: 100%;
	background-color: #01a4cd;
	color: #fff;
	padding: 11px 10px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}

.modal--view-full-details:hover {
	background-color: #0284a5;
	color: #fff;
}

/*
|--------------------------------------------------------------------------
| Listing
|--------------------------------------------------------------------------
*/

.listing-side {
	position: relative;
	width: 50%;
	float: right;
	z-index: 2;
	padding: 70px 80px;
}

.listing-main {
	position: relative;
	width: 50%;
	float: left;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.listing-side--inner {
	position: relative;
	width: 100%;
	float: right;
}

.product--offer {
	position: absolute;
    z-index: 20;
	left: 10px;
	top: 10px;
	padding:9px 15px 8px 15px;
	background:#249A4B;
	color:#fff;
	font-size:16px;
	font-weight: 600;
	text-transform: uppercase;
}
.product--offer:hover {
	color: #FFF;
}
.product--offer.product--offer-red{
	background:#CB0033;
}

.product--offer.product--offer-orange{
	background:#fcab3e;
}

.product-grid--item .product--offer{
	padding:7px 10px 4px 10px;
	font-size:14px;
}
.hide-ppp .per-page-container {
	display: none;
}

/*
.listing-image .product--offer {
	left: 10px;
	top: 10px;
	width: 60px;
	height: 60px;
	right: auto;
	background: url(/images/style/gig/Sale.png) center center / 60px 60px no-repeat;
}

.listing-image .product--bundle {
	background-image: url(/images/style/gig/on-bundle-2x.png);
}

.listing-image .product--secondhand {
	left: 10px;
	top: 10px;
	width: 60px;
	height: 60px;
	right: auto;
	background: url(/images/style/gig/Secondhand.png) center center / 60px 60px no-repeat;
}

.listing-image .product--original {
	left: 10px;
	top: 10px;
	width: 60px;
	height: 60px;
	right: auto;
	background: url(/images/style/gig/original.png) center center / 60px 60px no-repeat;
}

.listing-image .product--secondhand ~ .product--offer {
	top: 80px;
}

.listing-image .product--offer ~ .product--original {
	top: 80px;
}

.listing-image .product--secondhand ~ .product--offer ~ .product--original {
	top: 150px;
}

*/

.listing-main--inner {
	width: 100%;
	max-width: 570px;
	margin: 0 auto;
	padding: 50px 0;
}

.listing-overview--top-inner {
	padding: 0 0 15px 0;
	background-color: #fff;
}

.form-options {
	position: relative;
	z-index: 1;
	padding: 15px 0 0;
	background-color: #fff;
}
.listing-pp-messaging{
	margin-top:10px;
}

.listing-price {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: #1a1a1a;
}

.listing-points {
	color: #aeaeae;
	font-weight: 400;
	font-size: 13px;
}

.listing-points img {
	margin: 0 4px 0 0;
	position: relative;
	top: 2px;
}

.listing-points span {
	color: #2b2b2b;
	font-weight: 700;
}

.listing-rrp,
.listing-save {
	display: inline-block;
	font-size: 15px;
	color: #aeaeae;
}

.listing-rrp > span {
	text-decoration: line-through;
}

.listing-save {
	color: #51ac5c;
	text-decoration: none;
}

.listing-ratings {
	text-align: right;
}

.listing-sku {
	font-size: 13px;
	color: #adadad;
	margin-top: -10px;
}

.rating-star, .rating-star-empty {
	width: 20px;
	height: 18px;
	display:inline-block;
	background-repeat: no-repeat;
	background-size: 20px 18px;
}

.rating-star{
	background-image: url(/images/style/gig/listing_rating_sel.png);
}

.rating-star-empty {
	background-image: url(/images/style/gig/listing_rating.png);
}

.listing-personalise {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1e1e1e;
	background-color: #dde2e5;
	line-height: 24px;
	padding: 3px 0px;
	cursor: pointer;
	transition: background 300ms ease;
}

.listing-personalise:hover {
	background-color: #e7e7e7;
}

.listing-personalise.disabled {
	opacity: 0.4;
}

.listing-subscribe {
    background-color: #414141
}

.listing-subscribe--bottom {
    background-color: #313131;
    text-align: center;
    color: #7D7474;
    padding: 6px 0;
	font-weight: 700;
}

.listing-subscribe--bottom a {
    font-size: 11px;
    color: #b4b4b4;
    margin: 0 4px
}

.listing-subscribe--bottom a:first-child {
    color: #51ac5c
}

.listing-subscribe .price {
    padding-top: 9px;
    padding-right: 12px
}

.listing-subscribe .price,.listing-subscribe .percent {
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 14px
}

.finance-price {
	color: #aeaeae;
	font-size: 13px;
	display: inline-block;
	font-weight: 400;
}

.finance-price span {
	color: #156799;
	font-weight: 700;
}

.listing-subscribe .price {
    line-height: 20px
}

.listing-subscribe--inner {
    padding: 22px 22px 18px 22px
}
v
.listing-subscribe--inner .dblc {
    vertical-align: top
}

.listing-subscribe .percent {
    opacity: 0.4;
    font-size: 13px;
    padding: 3px 0 0 0
}

.listing-subscribe--btn {
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    padding: 9px 0;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	color: #fa5400;
}

.listing-subscribe--inner .dblc {
	vertical-align: top;
}

.listing-subscribe--btn.open {
    background-color: #fa5400;
    color: #fff;
	border-radius: 0px;
	border: 1px solid #fa5400;
}

.listing-subscribe--btn span {
	padding: 0 0 0 18px;
}

.listing-subscribe--btn.open span {
	background: url(/images/style/gig/icons/refresh@2x.png) center left / 12px 12px no-repeat;
}

.listing-offer {
	padding: 20px;
	margin: 10px 0 0 0;
	background: #37af56;
	background-size: 515.5px 511.5px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	border-radius: 2px;
}

.listing-offer-product {
	position: relative;
	margin: 15px 0 0 0;
	background-color: rgba(0,0,0,0.1);
}

.listing-offer-details {
	padding: 10px;
	overflow: hidden;
}

.listing-offer--image {
	float: left;
}

.listing-offer--image img {
	display: block;
}

.listing-offer--price {
	position: absolute;
	bottom: 10px;
	left: 92px;
	font-size: 18px;
	opacity: 0.8;
}

.listing-deadline {
}

.listing-deadline--details {
	text-align: center;
	float: right;
    padding: 3px 10px 0 0;
}

.listing-deadline--title,
.listing-deadline--subtitle,
.listing-deadline--date {
	font-weight: 400;
	display: inline-block;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	color: #232359;
}

.listing-deadline--date {
	font-weight: 700;
}

.listing-deadline--title ~ .listing-deadline-doughnuts {
	padding-top: 8px;
}

.listing-deadline--title {
	font-size: 13px;
	color: #2b2b2b;
	font-weight: 600;
	display: block;
}

.pulse-animation {
/*
	-webkit-animation: pulse 1s infinite;
	-moz-animation: pulse 1s infinite;
	-o-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
*/
}

.listing-deadline-doughnuts {
	float: right;
}

.listing-deadline-doughnut {
	position: relative;
	width: 60px; height: 60px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 10px;
}

.listing-deadline-doughnut--inner {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 28px;
	height: 28px;
	background-color: #fff;
	border-radius: 14px;
	text-align: center;
	font-weight: 700;
	color: #1e1e1e;
}

.listing-deadline-doughnut strong {
	display: block;
	font-size: 21px;
	position: relative;
	top: 4px;
	color: #1e1e1e;
}

.listing-deadline-doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: 3px;
}

.listing-deadline-doughnuts svg {
  width: 34px; height: 34px;
  -webkit-transform: rotate(-89.9deg);
  transform: rotate(-89.9deg);
  background: #dde2e5;
  border-radius: 50%;
}

.listing-deadline-doughnuts circle {
	position: relative;
	fill: #232359;
	stroke: #dde2e5;
	stroke-width: 8px;
	stroke-dasharray: 38 100; /* for 38% */
	transition: stroke-dasharray 1s ease;
}

.listing-deadline-doughnut:hover circle {
	stroke-dasharray: 100 100; /* for 100% */
}

.listing-share {
	margin: 0 0 15px 0;
	padding: 10px;
	background-color: #f4f4f3;
	border-radius: 2px;
	border: 2px solid #e7e7e7;
}

.listing-share--title {
	position: relative;
	top: 9px;
	font-weight: 700;
	color: #666666;
	text-transform: uppercase;
}

.listing-share--links {
	padding: 2px 5px;
	float: right;
}

.listing-share--link {
	width: 20px;
	height: 20px;
}

.listing-image {
	position: relative;
}

.listing-image--brand {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    border: 2px solid #e9e9e9;
}

.listing-image--brand img,
.listing-image--brand a {
	display: block;
	width: 100%;
}

.listing-image--link {
	display: block;
	position: relative;
}

.listing-image--img {
	display: block;
}

.listing-image--enlarge {
	position: absolute;
	height: 30px;
	width: 30px;
	bottom: 10px;
	left: 10px;
}

.stock {
	width:64%;
	text-align: right;
	padding:12px 0 24px 0;
}

.options-loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0, 0.6);
	z-index: 9999;
}

.options-loading > .dbl {
	height: 100%;
}

.options-loading .dblc {
	vertical-align: middle;
}

.options_container_radio{
	padding:10px 0 0 0;
}

.opt_radio{
	width:initial;
	vertical-align: middle;
    margin: 0 6px .25em 10px;
}

.options_text {
	color: #666666;
	padding: 0 0 6px;
	font-weight: 700;
}

.listing-options-required{
	width:100%;
	background:#414141;
	padding:15px 20px;
	color:#fff;
	border-radius:3px;
    font-weight: 700;
	text-align: center;
	position: absolute;
	margin-bottom:15px;
	z-index:1000;
	top:-60px;
}

.listing-options-required:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #414141;
	border-width: 10px;
	margin-left: -10px;
}

.button.heart {
	margin: 0 0 0 4px;
	display: block;
	width: 41px;
	height: 41px;
	padding: 0;
	background-image: url(/images/style/gig/icon-heart-white-2x.png);
	background-size: 23px 18px;
	cursor: pointer;
	transition: transform 300ms cubic-bezier(0.25, 0, 0.25, 1.75);
}

.button.heart:hover{
	transform: scale(1.1);
}

.listing-swatch {
	padding: 6px 3px;
	width: auto;
}

.listing-swatch:first-child {
	padding-left: 6px;
}

.listing-swatch--inner {
	position: relative;
	height: 40px;
	width: 40px;
	cursor: pointer;
	overflow: hidden;
}

.listing-swatch--content {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.listing-deadline {
	float: right;
}

.listing-top-buttons {
	float: left;
}

.listing-top-button {
	position: relative;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 20px;
	font-size: 13px;
	color: #156799;
	vertical-align: middle;
	margin: 5px;
}

.listing-top-button:hover .listing-tooltip {
	display: block;
}

.listing-tooltip {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 200px;
	background-color: #1c4f78;
	color: #fff;
	padding: 6px 10px;
	border-radius: 3px;
	text-transform: none;
	opacity: 0;
	animation: listingTooltipEntrance 300ms ease forwards;
	z-index: 10;
}

.listing-tooltip:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #1c4f78 transparent;
	position: absolute;
	top: -6px;
	left: 10px;
}

.listing-tooltip:after {
	position: absolute;
	content: '';
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -20px;
}

@keyframes listingTooltipEntrance {
	to {
		opacity: 1;
	}
}

.listing-top-button:hover {
	border-color: #156799;
}

.listing-top-button:hover svg {
	fill: #fff;
}

.listing-top-button svg {
	vertical-align: middle;
	margin: 0 6px 0 0;
	fill: #156799;
	transition: none;
}

.listing-swatch--content svg {
	display: none;
}



.listing-overview .options-wrap {
	background-color: #f3f3f3;
	min-height: 40px;
	margin: 0 0 4px;
}

.listing-overview .options_text {
	min-width: 130px;
	background-color: #f3f3f3;
	float: left;
    padding: 11px;
    line-height: 1.2;
    font-weight: 500;
	color: #232359;
}

.listing-overview .options_text.tracked_options_text {
	float: unset;
	background-color: #fff;
}

.listing-overview .input {
	overflow: hidden;
	clear: none;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	margin: 0;
}

.tracked_options_text + .listing-swatches-lrg-cont.input {
	margin: 0;
	padding-bottom: 10px;
	background-color: #fff;
}

.tracked_options_text + .listing-swatches-lrg-cont.input .listing-swatch-lrg--title {
	background-color: #fff;
}

.listing-overview .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 12px 8px;
}
.listing-overview .select2-basic--container.select2-selection--single .select2-selection__arrow {
    background-color: #FFF;
	right: 0;
}
.listing-overview .stock-status {
	font-size: 16px;
	vertical-align: middle;
}

.opt_swatch.sel .listing-swatch--content svg {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform: translate(-50%, -50%);
}

.listing-swatch.sel .listing-swatch--content:before {
	content: '';
	position: absolute;
	top: 2px; right: 2px; bottom: 2px; left: 2px;
	background-color: rgba(0,0,0,.4);
}
.cart-item--stock .stock-status-tooltip,
.cart-overview .stock-status-tooltip,
.listing-overview .stock-status-tooltip {
	position: relative;
    display: inline-block;
    /* background: #2b2b2b; */
    width: 15px;
    height: 15px;
	vertical-align: middle;
	margin: -3px 0 0 2px;
	cursor: pointer;
	background-image: url(/images/style/gig/info-icon.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center center;
}

.stock-status {
	background: none;
}
.cart-item--stock .stock-status-tooltip-content,
.cart-overview .stock-status-tooltip-content,
.listing-overview .stock-status-tooltip-content	{
	display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    background: #2b2b2b;
    color: #fff;
    /* white-space: nowrap; */
    padding: 8px 12px;
	font-size: 10px;
	/* opacity: 0;
	z-index: -1; */
	border-radius: 3px;
	margin-right: -5px;
	cursor: default;
	width: 265px;
	text-align: center;
	line-height: 15px;
	z-index:100;
}
.cart-item--stock .stock-status-tooltip-content::before,
.cart-overview .stock-status-tooltip-content::before,
.listing-overview .stock-status-tooltip-content::before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #2b2b2b transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    right: 7px;
}

.cart-item--stock .stock-status-tooltip-content::after,
.cart-overview .stock-status-tooltip-content::after,
.listing-overview .stock-status-tooltip-content::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}

.cart-item--stock .stock-status-tooltip-content {
	left: calc(100% - 17px);
	right: unset;
}
.cart-item--stock .stock-status-tooltip-content::before {
	right: calc(100% - 15px);
}

.stock-status:hover > .stock-status-tooltip > .stock-status-tooltip-content {
	display: block;
}

.stock-status:hover {
	cursor: pointer;
}

.cart-overview .stock-status {
	margin-left: 14px;
}

/* .listing-overview .stock-status:hover + .stock-status-tooltip  > .stock-status-tooltip-content {
	display: block;
} */

.listing-comments-response {
	background-color: #f3f3f3;
	margin: 15px 0 0 0;
	padding: 20px;
}

.listing-action > .button {
	float: left;
}

.listing-buttons {
	overflow: hidden;
	text-align: right;
	float: right;
}

/*
.listing-action > .button {
	margin-top: 24px;
}

.listing-action > .listing-notify {
	margin-top: 4px;
	float: left;
}
*/

.listing-notify{
	margin-bottom:5px;
}

.listing-buttons {
	margin: 0 -5px 0 0;
}

.listing-buttons .segment-50 {
	padding: 0 5px 0 0;
}

.listing-button {
	position: relative;
	padding-left: 30px;
	vertical-align: middle;
	margin: 0 0 5px 0;
	width: 140px;
}

.listing-button:last-child {
	margin-bottom: 0;
}

.listing-button.listing-button__finance {
	padding-left: 38px;
}

.listing-button svg {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.view-bundles-button--container {
	margin: 30px 0 0 0;
}

.view-bundles-button {
	width: 100%;
	padding: 10px 20px;
	border-radius: 40px;
	background: #cb0033;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.view-bundles-button span {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	background: #ffffff;
	color: #cb0033;
	height: 19px;
	width: 19px;
	border-radius: 10px;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.view-bundles-button:hover {
	background: #a9002a;
}

.view-bundles-button:hover span {
	color: #a9002a;
}

.bundle-form-options {
	padding: 0;
}

.listing-bundle--options-container {
	position: relative;
}

.listing-bundle--saving {
	background:#fcab3e;
	/*background: #cb0033;*/
	width: 100%;
	margin: 30px 0 -32px 0;
	padding: 18px 30px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.listing-bundle--actions-container {
	padding-top: 20px;
}

.listing-bundle--outer {
	margin-bottom: 10px;
}

.listing-bundle--title {
	width: 100%;
	padding: 18px 30px;
	background: #232359;
}

.listing-bundle--title h2 {
	font-size: 18px;
	margin: 0;
	color: #ffffff;
}

.listing-bundle--container {
	display: flex;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #e9e9e9;
	padding: 10px;
}

.listing-bundle--image-container {
	width: 33%;
	padding-right: 10px;
}

.listing-bundle--image-container .listing-image__img {
	width: 100%;
}

.listing-bundle--container-contents {
	width: 67%;
	padding-top: 10px;
}

.listing-bundle--container-title {
	font-size: 18px;
	font-weight: 600;
	color: #232359;
	margin: 0 0 5px;
}

.listing-bundle--container-qty {
	margin: 0 0 10px;
	font-size: 13px;
}

.listing-bundle--container-qty span {
	color: #aeaeae;
}

.listing-bundle--short-desc {
	margin: 10px 0;
}

.listing-bundle--short-desc, .listing-bundle--short-desc p {
	color: #2b2b2b;
	font-size: 12px;
	line-height: 1.3;
}

.listing-bundle--container .listing-action--buttons {
	float: left;
	margin: 10px 0;
}

.bundle--more-details-link {
	margin: 10px 10px 10px 0;
	padding-right: 30px;
	padding-left: 0;
	color: #ffffff;
	float: left;
}

.bundle--more-details-link svg {
    position: absolute;
    top: 50%;
	right: 10px;
	left: unset;
	transform: translateY(-50%);
}

.bundle--more-details-link.open svg {
	transform: rotate(180deg) translateY(50%);
}

.bundle--more-details {
	display: none;
	clear: both;
	font-size: 12px;
	padding: 10px 0;
}

.bundle--stock-status {
	float: right;
	margin: 14px 0;
}

.bundle--other-bundle-button {
	margin: 10px 0;
    background: #f3f3f3;
    display: block;
    float: right;
    color: #156799;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.bundle--other-bundle-button:hover {
	background: #dcdcdc;
	color: #156799;
}

.listing--other-bundle-button {
	display: block;
	margin: 35px 0 -10px;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 10px;
	background: #cb0033;
}

.listing--other-bundle-button span {
	display: inline-block;
	color: #cb0033;
	background: #ffffff;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	vertical-align: middle;
	line-height: 24px;
	margin-right: 8px;
}

.listing--other-bundle-button:hover {
	background: #9c042a;
	color: #ffffff;
}

.listing--other-bundle-button:hover span {
	color: #9c042a;
}

.bundle-images {
	display: flex;
}

.bundle-images .listing-image {
	display: flex;
    flex-direction: column;
}

.bundle-images .listing-thumbnails {
	padding-top: 0;
	margin: 0;
	height: 100%;
	flex-basis: 0px;
    flex-grow: 1;
    overflow-y: hidden;
	background-color: #ffffff;
}

.bundle-images .slick-vertical .slick-slide {
	border: 0;
}

.bundle-images .listing-thumbnail {
	padding: 0;
	width: 100%;
}

.bundle-thumbs {
	display: flex;
    flex-direction: column;
	max-width: 140px;
}

.listing-swatches-lrg-cont.input {
	border: 0;
	margin: 10px 0;
}

.listing-swatches-lrg--grid {
	margin-bottom: -6px;
	padding: 0 3px;
}

.listing-swatch-lrg {
	flex: 1 1 25%;
	max-width: 188px;
	cursor: pointer;
	margin: 0 3px 6px 3px;
	border: 1px solid #e9e9e9;
}

.listing-swatch-lrg.sel {
	border-color: #156799;
}

.listing-swatch-lrg--image-cont {
	position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.listing-swatch-lrg.sel .listing-swatch-lrg--image-cont:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #156799;
}

.listing-swatch-lrg--image {
	display: block;
}

.listing-swatch-lrg--title {
	font-size: 13px;
	text-align: left;
    padding: 9px 10px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #156799;
	-webkit-transition: background .3s ease, border .3s ease, opacity .3s ease, color .3s ease;
	transition: background .3s ease, border .3s ease, opacity .3s ease, color .3s ease;
}

.listing-swatch-lrg:hover .listing-swatch-lrg--title {
	opacity: 0.8;
}

.tracked_options_text + .listing-swatches-lrg-cont .listing-swatch-lrg.sel .listing-swatch-lrg--title,
.listing-swatch-lrg.sel .listing-swatch-lrg--title {
	background-color: #156799;
	color: #ffffff;
	opacity: 1;
}

.listing-overview .listing-swatch-lrg--selected-text {
	display: block;
	background-color: transparent;
	width: 100%;
	padding: 10px;
	border: 1px solid #e9e9e9;
	margin-top: 10px;
	
}

.listing-swatch-lrg--selected-text.hidden {
	display: none;
}

.listing-swatch-lrg--selected-text .stock_description {
	/*margin-top: 10px;*/
	font-weight: normal;
}

.listing-swatch-lrg--selected-text .stock_description p {
	margin-bottom: 10px;
}

.listing-swatch-lrg--selected-text .stock_description p:last-child {
    margin: 0;
}

/*
|--------------------------------------------------------------------------
| Listing > Thumbnails
|--------------------------------------------------------------------------
*/

.listing-thumbnails, .listing-thumbnails2 {
	position: relative;
	padding: 10px 0 0 0;
	margin: 0 -10px 0 0;
}

.listing-thumbnails.has-arrows .listing-thumbnails--slider {
	padding: 0 44px;
}

.listing-thumbnail {
	padding: 0 10px 10px 0;
	width: 33.333333333%;
	float: left;
}

.listing-thumbnail--link {
	display: block;
}

.cat-navtrail {
	background-color: #fff;
	color: #156799;
	padding: 29px 40px;
}

.cat-navtrail a {
	color: #156799;
}

.cat-navtrail a:first-child {
	margin-left: 0;
}

.cat-btm {
	background-color: #f3f3f3;
	padding: 60px 0;
	text-align: center;
}

.listing-thumbnails .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 40px;
	background: #156799;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	transition: background 300ms ease;
}

.listing-thumbnails .slick-prev {
	right: auto;
	left: 0;
}

.listing-thumbnails .slick-arrow:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(/images/style/gig/icon-chevron-right.png) no-repeat center center;
	transition: opacity 300ms ease;
}

.listing-thumbnails .slick-prev:after {
	background: url(/images/style/gig/icon-chevron-left.png) no-repeat center center;
}

.listing-thumbnails .slick-disabled {
	background-color: #777777;
	cursor: not-allowed;
}

.listing-thumbnails .slick-disabled:after {
	opacity: 0.4;
}

/*
|--------------------------------------------------------------------------
| Listing > Tabs
|--------------------------------------------------------------------------
*/

.listing-tabs {
	margin: 35px 0 0 0;
}

.listing-tabs-buttons {
	width: 100%;
}

.listing-top--wrap {
	padding: 20px 0 0 0;
}

.listing-tabs-button {
	position: relative;
	color: #adadad;
	font-weight: 400;
	font-size: 24px;
	cursor: pointer;
	transition: color 300ms ease;
	padding: 19px 14px;
	text-align: center;
}


.listing-tabs-button small{
	font-size:14px;
}

.listing-tabs-button:first-child {
	padding-left: 0;
}

.listing-tabs-button.sel {
	color: #156799;
	font-weight: 600;
}

.listing-tabs-button.sel::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 99;
	display: none;
}

.listing-tab,
.mobile-tab {
	display: none;
	padding: 25px 0 0 0;
	background-color: #fff;
}

.listing-tab h1:not(.article--title) {
	font-size: 26px;
}
.listing-tab h2 {
	font-size: 24px;
}
.listing-tab h3 {
	font-size: 22px;
}
.listing-tab h4 {
	font-size: 20px;
}
.listing-tab h5 {
	font-size: 18px;
}
.listing-tab h6 {
	font-size: 16px;
}

.listing-tab .product-grid--item-inner:hover .product-btns {
	display: none;
}

.listing-tab:first-child {
	display: block;
}

.listing-tab[data-tab="4"] .vertical-padding {
	padding: 0;
}

.listing-tab[data-tab="4"] .product-grid--item {
	width: 33.3333333333%;
}

.mobile-tab-title {
	position: relative;
	padding: 15px 25px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.mobile-tab-title svg {
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	width: 20px;
	fill: #222;
}

.mobile-tab-title {
	display: none;
}

.mobile-tab-title.sel svg {
	transform: rotate(-180deg) translateY(50%);
}

.listing-resources{
	padding-bottom:6px;
}

.listing-resources--title{
	padding-top:5px;
}

/*
|--------------------------------------------------------------------------
| Listing > Tabs > Comments
|--------------------------------------------------------------------------
*/

.listing-comments-form .input-grid {
	margin: 0 -15px 0 0;
}

#comments_submit {
	font-size: 16px;
    padding: 6px 20px;
	float: right;
}

.listing-comments-form .input {
	padding: 0 15px 0 0;
	margin: 0 0 15px 0;
}

.listing-comments-form {
	padding: 30px;
	margin: 20px 0 0 0;
	background-color: #156799;
}

.listing-comments-title {
	font-weight: 600;
	font-size: 21px;
	color: #fff;
	padding: 0 0 10px;
}

.listing-comments-stars--title {
	float: left;
	font-size: 13px;
	padding: 4px 8px 0 0;
	color: #fff;
	opacity: .5;
}

.listing-comments-stars--wrapper {
	overflow: hidden;
}

.listing-comment:first-child {
	border-top: 1px solid #e7e7e7;
}

.listing-comment {
	border: 1px solid #e7e7e7;
	border-top: none;
	color: #1a1a1a;
	font-size: 14px;
}

.listing-comment-wrap {
	padding: 20px;
}

.listing-comments-response {
	background-color: #f3f3f3;
	padding: 20px;
	margin: 0;
	color: #232359;
	font-size: 14px;
}

#listing-comments-button {
	display: block;
	width: 100%;
	font-size: 13px;
	text-align: center;
	background-color: #f3f3f3;
	color: #156799;
	border-radius: 0;
	margin: 10px 0 0 0;
}

.product-data {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}


.product-data .dblr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.product-data .dblc {
    display: block;
    vertical-align: bottom;
}


.product-data .dblc:last-child {
	text-align: right;
}

.listing-comment-title {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0 6px 0;
}

.listing-comments-stars {
	float: left;
    padding: 6px 0 0;
}

.listing-comments-stars img {
	float: left;
	cursor: pointer;
	margin: 0 4px 0 0;
}

.listing-comment-author {
	float: left;
	font-size: 14px;
	color: #232359;
	text-transform: uppercase;
}

.listing-review-stars {
	float: right;
}

/*
|--------------------------------------------------------------------------
| Listing > Related
|--------------------------------------------------------------------------
*/

.listing-related {
	background-color: #fff;
}

.listing-related--title {
	display: block;
	font-weight: 600;
	font-size: 30px;
	color: #156799;
	text-align: center;
}

.listing-related--products .vertical-padding{
	padding: 0;
}

.listing-related--products {
	padding-top:20px;
}

/*
|--------------------------------------------------------------------------
| Listing > Price Breaks
|--------------------------------------------------------------------------
*/
.price-bands {
	display: none;
	background-color: #2d2d2d;
	margin: 20px 0 0 0;
	color: #fff;
}

.price-bands--table-cont {
	padding: 10px;
}

.price-bands--table {
	border-spacing: 16px 10px;
}

.price-bands--header {
	color: #abadae;
}

/*
|--------------------------------------------------------------------------
| Listing > Stock Check
|--------------------------------------------------------------------------
*/

.stock-check {
	margin: 20px 0 0 0;
	padding: 20px;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
	border: 2px solid #e7e7e7;
}

.stock-check--content {
	float: left;
	padding: 0 20px 0 0;
}

.stock-check--title,
.stock-check--subtitle {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 700;
	line-height: 18px;
}

.stock-check--subtitle {
	font-size: 12px;
	color: #666666;
}

.stock-check--submit {
	float: right;
	background-color: #4a9a53;
	font-size: 12px;
	padding: 10px 8px;
}

.stock-check--form {
	border-radius: 3px;
	overflow: hidden;
}

.stock-check--input {
	overflow: hidden;
}

.stock-check--input {
	width: 100%;
	line-height: 36px;
	padding: 0 12px;
}

/*
|--------------------------------------------------------------------------
| Listing > Overlay
|--------------------------------------------------------------------------
*/

.overlay {
	overflow: scroll;
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(255, 255, 255, .8);
	z-index: 100;
}

.overlay.open {
	display: block;
}

.overlay--close {
	position: absolute;
	top: -30px;
	right: 0;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

@-webkit-keyframes overlayEntrance {
  0%   { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); opacity: 0; }
  80%   { -webkit-transform: translate(-50%, -50%) scale(1.04); transform: translate(-50%, -50%) scale(1.04); }
  90%   { -webkit-transform: translate(-50%, -50%) scale(0.98); transform: translate(-50%, -50%) scale(0.98); }
  100% { -webkit-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); opacity: 1; }
}

@keyframes overlayEntrance {
  0%   { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); opacity: 0; }
  80%   { -webkit-transform: translate(-50%, -50%) scale(1.04); transform: translate(-50%, -50%) scale(1.04); }
  90%   { -webkit-transform: translate(-50%, -50%) scale(0.98); transform: translate(-50%, -50%) scale(0.98); }
  100% { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 1; }
}

@keyframes overlayEntranceNotVerticallyCentered {
  0%   { -webkit-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); opacity: 0; }
  80%   { -webkit-transform: translateX(-50%) scale(1.04); transform: translateX(-50%) scale(1.04); }
  90%   { -webkit-transform: translateX(-50%) scale(0.98); transform: translateX(-50%) scale(0.98); }
  100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 1; }
}

.overlay--inner {
	position: absolute;
	top: 50%; left: 50%;
	width: 100%;
	max-width: 446px;
	padding: 30px;
	background-color: #156799;
	transition: transform 1s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 1s ease;
	border-radius: 2px;
}

#overlay-bundles .overlay--backdrop {
	position: fixed;
	top: 0;right: 0;bottom: 0;left: 0;
    background-color: rgba(255, 255, 255, .8);
	cursor: pointer;
}

#overlay-bundles .overlay--inner {
	top: 100px;
}

#overlay-bundles.overlay {
	overflow: auto;
	position: absolute;
	background-color: none;
}

.overlay__blue .overlay--inner {
	background-color: #156799;
}

.overlay.open .overlay--inner {
	-webkit-animation: overlayEntrance 1s forwards;
	-moz-animation: overlayEntrance 1s forwards;
	-o-animation: overlayEntrance 1s forwards;
	animation: overlayEntrance 1s forwards;
}

#overlay-bundles.overlay.open .overlay--inner {
	-webkit-animation: overlayEntranceNotVerticallyCentered 1s forwards;
	-moz-animation: overlayEntranceNotVerticallyCentered 1s forwards;
	-o-animation: overlayEntranceNotVerticallyCentered 1s forwards;
	animation: overlayEntranceNotVerticallyCentered 1s forwards;
}

.overlay-personalise .overlay--inner {
	background-color: #c0bfbf;
	padding: 5px 5px 0 5px;
}

.overlay--title {
	display: block;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}

.overlay-desc {
	font-weight: 400;
	color: #fff;
	padding: 14px 0 20px;
	font-size: 15px;
	line-height: 18px;
}

.overlay-checkbox {
	padding: 10px 0;
	line-height: 16px;
}

.overlay--close {
	height: 32px;
	width: 32px;
	background-color: #2b2b2b;
	border-radius: 16px;
	top: -40px;
}

.overlay--close svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.overlay--inner {
	max-width: 500px;
}

.overlay-checkbox .checkbox {
	float: left;
}

.overlay-checkbox .checkbox-label {
	overflow: hidden;
    display: block;
	font-size: 14px;
}

#overlay-finance .overlay--inner,
#overlay-finance-filter .overlay--inner,
#overlay-setup .overlay--inner {
	background-color: #fff;
}

#overlay-setup .overlay--inner {
	padding: 0;
	max-width: 800px;
}

.finance-form .ui-widget-content .ui-state-default {}

.finance-form .ui-slider-horizontal {
	border: 1px solid #e9e9e9;
	height: 20px;
	border-radius: 10px;
}

.finance-form .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.finance-form .ui-slider-horizontal .ui-slider-range-min {
	background-color: #156799;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.finance-form #custom-handle {
	text-align: center;
	font-size: 13px;
	background-color: #232359;
	/*transform: translateY(-27px) translateX(-30px);*/
	transform: translateY(-27px) translateX(-35px);
	/*padding: 4px 10px;*/
	padding: 4px 5px;
	color: #fff;
	width: auto;
	height: auto;
	line-height: 1;
	border: none;
	/*width: 60px;*/
	width: 70px;
	text-align: center;
	margin: 0;
}

.finance-form #custom-handle:before {
	content: '';
	border: 4px solid transparent;
	border-top-color: #232359;
	border-bottom: 0;
	position:absolute;
    top: 100%;
	left: 50%;
    margin-left: -4px;
}

.finance-form #custom-handle:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	border: 1px solid #fff;
    left: 50%;
	transform: translateX(-50%);
    bottom: -38px;
	border: 1px solid #fff;
	cursor: pointer;
	background: url(/images/style/gig/range-slider@2x.png) center center / 21.5px 15.5px no-repeat #232359;
}

.overlay-action {
/*	padding: 10px 0 0 0;*/
}

/* Radio button - hide native element */
.styled-radio [type="radio"]:not(:checked),
.styled-radio [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}

.styled-radio [type="radio"]:not(:checked) + label,
.styled-radio [type="radio"]:checked + label {
	position: relative;
	padding-left: 32px;
	cursor: pointer;
	display: inline-block;
}

/* Radio button - outline */
.styled-radio [type="radio"]:not(:checked) + label:before,
.styled-radio [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	transition: all .2s;
	top: -3px; left: 0;
	width: 20px; height: 20px;
	border: 1px solid #e9e9e9;
	background: #fff;
}

/* Radio button - checked */
.styled-radio [type="radio"]:not(:checked) + label:after,
.styled-radio [type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	transition: all .2s;
	top: -3px; left: 0;
	width: 20px; height: 20px;
	background: url(/images/style/gig/icon-tick-grey.png) center center / 13px 10px no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.styled-radio [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.styled-radio [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

/* Radio button - disabled */
.styled-radio [type="radio"]:disabled:not(:checked) + label,
.styled-radio [type="radio"]:disabled:checked + label {
	cursor: auto;
}

.styled-radio [type="radio"]:disabled:not(:checked) + label:before,
.styled-radio [type="radio"]:disabled:checked + label:before {
	border-color: #bbb;
	background-color: #ddd;
}

.styled-radio [type="radio"]:disabled + label {
	color: #aaa;
}

.styled-radio [type="radio"]:disabled + label:hover:before {
	border-color: #bbb !important;
}

/* Radio button - hover */
.styled-radio label:hover:before {
	border: 1px solid #4778d9 !important;
}

.overlay-personalise .overlay--title {
	color: #1e1e1e;
	padding: 14px 0 14px;
}

.overlay--input-group {
	padding: 0 0 4px;
}

.overlay--input-group-padded {
	padding: 10px 0 4px;
}

.overlay--submit-group {
	text-align: center;
	padding: 4px 0 0 0;
}

.overlay--input {
	width: 100%;
	padding: 6px 8px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #fff;
	text-align: left;
	font-size: 13px;
	color: #1e1e1e;
}

.overlay--text-input {
	height: 120px;
}

.overlay--form {
	padding: 20px 0 0 0;
}

#ask-a-question,
#bulk {
	cursor: pointer;
}

.overlay--text {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0;
}

.addthis_sharing_toolbox {
	padding-top:4px;
	float: right;
}

#product_add_content h2 {
	font-size: 16px;
}

#product_add_content,
#product_add_upsell {
	padding: 4px 0 10px;
	text-align: center;
}

#engraving_img_container {
	text-align: center;
	padding-top: 14px;
}

#add-new-address-overlay .overlay--inner,
#gift-options-overlay .overlay--inner {
	background-color: #fff;
	padding: 40px;
	max-width: 460px;
}

#add-new-address-overlay .overlay--title,
#gift-options-overlay .overlay--title {
	color: #2d2d2d;
	padding: 0 0 20px 0;
	display: block;
}

#add-new-address-overlay .checkout-form--has-button {
	padding: 10px 0 20px 0;
}

#click-and-collect-overlay .overlay--inner {
	background-color: #fff;
	padding: 20px;
	max-width: 980px;
}

.collect-left {
	vertical-align: top;
	width: 32%;
	padding: 0 20px 0 0;
}

.collect-right {
	vertical-align: top;
}

.collect--title {
	padding: 6px 0 0 0;
	font-size: 21px;
	color: #2d2d2d;
}

.collect-form {
	padding: 20px;
	margin: 15px 0 20px;
	background-color: #156799;
	color: #fff;
}

.collect-form--text {
	display: block;
	font-size: 13px;
	line-height: 14px;
	padding: 0 0 15px 0;
}

.collect-form--input-group {
	overflow: hidden;
}

.collect-form--action {
	float: right;
}

.collect-form--input {
	width: 100%;
	padding: 11px 10px;
	font-weight: 700;
	font-size: 16px;
	color: #666666;
	border-radius: 3px 0px 0px 3px;
}
.collect--subtitle {
	font-size: 13px;
	color: #666666;
	padding: 0 0 15px;
}

.collect--subtitle span {
	color: #2d2d2d;
	text-transform: uppercase;
}

.collect-store {
	margin: 0 0 1px;
	border: 2px solid #e7e7e7;
	padding: 10px 12px;
	cursor: pointer;
}

.collect-store--inner {
	position: relative;
}

.collect-store:hover {
	border-color: #d4d7d8;
}

.collect-store.sel {
	border: 2px solid #e7e7e7;
}

.collect-store--title {
	display: block;
	color: #2d2d2d;
	font-weight: 700;
}

.collect-store--stock {
	font-size: 11px;
	font-weight: 700;
	padding-left: 20px;
}

.collect-store--distance {
	position: absolute;
	bottom: 0; right: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #666666;
}

.collect-map {
	width: 100%;
	position: relative;
	padding: 0 0 60%;
}

.collect-map .loading {
	display: none;
	position: absolute;
	top: 0; right:0; bottom: 0; left: 0;
	background-color: #156799;
	opacity: 0.8;
	z-index: 1;
	background: url(/images/style/gig/brand-x2.png) no-repeat center center #156799;
	background-size: 170px 103px;
}

#map {
	position: absolute;
	top: 0; right:0; bottom: 0; left: 0;
	background-color: #e7e7e7;
}

.collect-info--inner {
	border: 2px solid #e7e7e7;
	border-top: none;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(241,241,240,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(241,241,240,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(241,241,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f1f0',GradientType=0 );
}

.collect-info--title {
	text-align: center;
	padding: 20px;
	color: #666666;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 2px solid #e7e7e7;
}

.collect-info--title span {
	color: #1d1d1d;
}

.collect-info--key {
	display: block;
	color: #666666;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 15px 0 0;
	font-size: 13px;
}

.collect-info--value {
	color: #2d2d2d;
	text-transform: uppercase;
	padding: 0 0 0 15px;
	font-weight: 700;
	font-size: 13px;
	display: block;
}

.collect-info--grid {
	padding: 25px;
}

.collect-info--grid .dbl {
	width: auto;
}

.collect-info--key-table {
	max-width: 60px;
	float: left;
}

.collect-info--grid .segment-50:nth-child(2) .dbl .dblc:last-child {
	text-align: right;
	width: 100%;
}

/*
|--------------------------------------------------------------------------
| Overlay > Bundles
|--------------------------------------------------------------------------
*/

#overlay-bundles .overlay--inner {
	padding: 0;
}

#overlay-bundles .overlay--title {
	padding: 20px;
}

#overlay-bundles .overlay--bundle-row {
	display: flex;
	border-bottom: 2px solid #232359;
	padding: 10px;
	cursor: pointer;
	-webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

#overlay-bundles .overlay--bundle-row:last-child {
	border-bottom-width: 0px;
}

#overlay-bundles .overlay--bundle-row:hover {
	background: #105782;
}

#overlay-bundles .overlay--bundle-image__container {
	width: 33%;
	margin-right: 5%;
}

#overlay-bundles .listing-image__img {
	width: 100%;
	max-width: 195px;
}

#overlay-bundles .overlay--bundle-row__content {
	width: 62%;
	padding-top: 10px;
}

#overlay-bundles .overlay--bundle-row__content .overlay--bundle-row__title {
	font-size: 16px;
	margin: 0 0 10px;
	color: #ffffff;
}

#overlay-bundles .overlay--bundle-row__content .overlay--bundle-row__price {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #ffffff;
}

#overlay-bundles .overlay--bundle-row__content .stock-status {
	padding: 0;
}

/*
|--------------------------------------------------------------------------
| Overlay > Gift Options
|--------------------------------------------------------------------------
*/

#gift-options-overlay {
	position: absolute;
	background: none;
}

#gift-options-overlay .overlay--backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(102, 102, 102, 0.85);
}

#gift-options-overlay .overlay--inner {
	position: absolute;
	max-width: 800px;
	top: 200px;
}

#gift-options-overlay.open .overlay--inner{
	-webkit-animation: overlayEntranceNotVerticallyCentered 1s forwards;
	-moz-animation: overlayEntranceNotVerticallyCentered 1s forwards;
	-o-animation: overlayEntranceNotVerticallyCentered 1s forwards;
	animation: overlayEntranceNotVerticallyCentered 1s forwards;
}

.gift-option {
	margin: 0 0 20px 0;
	border: 2px solid #e7e7e7;
}

.gift-option--product-cont {
	border-bottom: 2px solid #e7e7e7;
}

.gift-option--product {
	padding: 24px 20px;
	overflow: hidden;
}

.gift-option--product-price,
.gift-option--title {
	font-weight: 700;
	color: #2d2d2d;
}

.gift-option--product-options {
	font-size: 11px;
	color: #666666;
}

.gift-option--product-price {
	font-size: 18px;
	float: right;
}

.gift-option--product-image {
	float: left;
}

.gift-option--product-image img {
	height: 80px;
}

.gift-option--grid {
	padding: 20px;
}

.gift-option--message {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 14px 18px;
	border: 2px solid #e7e7e7;
	height: 100px;
	font-weight: 700;
}

.gift-option--grid {
	margin: 0 -30px 0 0;
}

.gift-option--grid .segment-50 {
	padding: 0 30px 0 0;
}

.gift-option--action {
	margin: 30px 0 0 0;
}







/*
|--------------------------------------------------------------------------
| Finance Overlay
|--------------------------------------------------------------------------
*/

.finance-title {
	/*padding: 0 0 40px;*/
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #2b2b2b;
}

#overlay-finance .overlay--inner {
	padding: 0px;
	max-width: 620px;
}

#overlay-finance .finance-form {
	padding: 30px 40px;
}

.finance-table {
	table-layout: auto;
	font-size: 14px;
	width: 100%;
	margin-top: 15px;
}

.finance-table tr {
	border-top: 1px solid #e9e9e9;
}

.finance-table .dblc,
.finance-table td {
	vertical-align: middle;
	padding: 15px;
	color: #232359;
}

.finance-table .dblc {
	border-bottom: 1px solid #e9e9e9;
}

.finance-table .dblc:first-child,
.finance-table th:first-child,
.finance-table td:first-child {
	border-left: 1px solid #e9e9e9;
}

.finance-table .dblc:last-child,
.finance-table th:last-child,
.finance-table td:last-child {
	border-right: 1px solid #e9e9e9;
}

.finance-table .checkbox-label {
	display: block;
	overflow: hidden;
	color: #232359;
}

.finance-table .checkbox {
	float: left;
}

.finance-table .dblc:last-child,
.finance-table td:last-child {
	font-weight: 700;
	text-align: right;
}

.finance-table .dblr:first-child .dblc,
.finance-table th {
	color: #2b2b2b;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #f3f3f3;
	padding: 4px 10px;
	font-weight: 400;
	text-align: left;
	border: none;
}

.finance-table .dblr:first-child .dblc:last-child,
.finance-table tr:first-child td:last-child {
	text-align: right;
}

.finance-table .finance-table-hidden {
	border-top: 0;
	display: none;
	font-size: 12px;
}

.finance-table .finance-table-hidden td {
	padding-top: 0;
	text-align: center;
	font-weight: normal;
}

.finance-table .finance-table-hidden a {
	cursor: pointer;
}

.finance-table .finance-table-hidden a:hover {
	text-decoration: none;
}

.finance-totals {
	padding: 20px 15px;
	background-color: #f3f3f3;
	text-align: right;
	font-weight: 500;
	font-size: 16px;
}

.finance-total:last-child {
	font-weight: 600;
	color: #232359;
	padding: 10px 0 0 0;
}

#deposit-slider {
	/*margin: 0 0 20px;*/
	margin: 40px 0 34px;
}

.finance-text {
	color: #adadad;
	padding: 18px 0 0 0;
	font-size: 11px;
	line-height: 1.4;
}

.finance-action {
	padding: 20px 0 0 0;
	text-align: center;
}



/*
|--------------------------------------------------------------------------
| Compare
|--------------------------------------------------------------------------
*/

.compare > .message {
	margin: 0;
}

.compare-undo--button {
	margin: 0 0 0 10px;
	background-color: rgba(0,0,0,0.1);
}

.compare-undo--button:hover {
	background-color: rgba(0,0,0,0.2);
}

.compare-table {
	border-top: 2px solid #fff;
	font-size: 13px;
	min-width: 1000px
}

.compare-table--row {
	display: table-row;
	position: relative;
	color: #fff;
}

/*.compare-table--row:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: -moz-linear-gradient(top, rgba(213,86,62,0) 1%, rgba(54,22,16,0) 75%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(213,86,62,0) 1%,rgba(54,22,16,0) 75%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom, rgba(213,86,62,0) 1%,rgba(54,22,16,0) 75%,rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0001c4f4', endColorstr='#33000000',GradientType=0 );
}*/

.compare-table--cell {
	display: table-cell;
	padding: 15px;
	background-color: #f3f3f3;
	color: #2b2b2b;
	text-align: center;
	font-weight: 600;
	width: 20.83333333333333%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #e9e9e9;
}

.compare-table--row-header {
	width: 16.66666666666667%;
	background-color: #2b2b2b;
	text-align: right;
	color: #fff;
}

.compare-table--head-cell-first {
	width: 16.66666666666667%;
}

.compare-listing--image {
	display: block;
}

.compare-listing--image img {
	display: block;
    width: 100%;
}

.compare-table--title-cont {
	padding: 5px;
	text-align: center;
	min-height: 280px;
}

.compare-table--title {
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 60px 10px;
}

.compare-table--head {
	display: table-row;
}

.compare-table--head .compare-table--cell {
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	border-bottom: none;
}

.compare-table--cell {
	position: relative;
}

.compare-table--info {
	text-align: center;
	position: absolute;
	bottom: 50px;
	padding: 0 20px;
	left: 0; right: 0;
}

.compare-table--info:hover {
	text-decoration: none;
}

.compare-table--info:hover .compare-table--text {
	text-decoration: underline;
}

.compare-table--text {
	max-width: 170px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	line-height: 1.4;
	font-weight: 400;
}

.compare-table--svg {
	position: relative;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border-radius: 12px;
	margin: 0 auto;
	margin: 10px auto 0;
}

.compare-table--svg svg {
	position: absolute;
	top: 50%; left: 50;
	transform: translate(-50%, -50%);
}

.compare-table--head .compare-table--head-cell-first {
	background-color: #156799;
}

.compare-table--head .compare-table--cell:first-child {
	padding: 10px;
}

.compare-table--cell.compare-table--head-cell-empty {
	text-align: center;
	vertical-align: middle;
}

.compare-table--head-cell-empty i {
	font-size: 270px;
	font-style: normal;
}

.compare-undo--form {
	display: inline-block;
}

.compare-table .product--text {
	background-color: #fff;
	padding: 22px 20px;
}

.compare-table .prod_price_web {
	font-size: 20px;
	color: #1a1a1a;
}

.button--remove {
	display: block;
	width: 100%;
	background-color: #ffffff;
	color: #cb0033;
	font-size: 11px;
	font-weight: 600;
	padding: 10px;
	border-top: 1px solid #e9e9e9;
}

/*
|--------------------------------------------------------------------------
| Basket
|--------------------------------------------------------------------------
*/

.basket {
	background-color: #fff;
}

.basket > .container {
	max-width: 1240px;
}

.basket-title {
	text-align: center;
	color: #2b2b2b;
	padding: 0 0 40px;
}

.cart--heading {
	font-weight: 600;
	font-size: 16px;
	color: #156799;
	padding: 0 0 15px 0;
}

.cart-segment {
	border: 1px solid #e9e9e9;
	margin-bottom:20px;
}

.cart-main .cart-segment:last-child {
	margin-bottom:0;
}

.cart-side .cart-segment {
	margin-bottom:0;
}

.cart-segment--inner {
	padding: 30px;
}

.cart-main {
	width: calc(100% - 410px);
	float: left;
}

.cart-main .button {
	margin: 5px;
}

/*Paypal Express button*/

#checkout-express {
	margin: 10px auto 0;
	text-align: center;
	display: block;
}

/*
|--------------------------------------------------------------------------
| Basket > Side
|--------------------------------------------------------------------------
*/

.cart-side {
	float: right;
	width: 370px;
}

.cart-side--option {
	font-size: 13px;
	font-weight: 700;
	border: 1px solid #e9e9e9;
}

.cart-side--option span {
	display: block;
	padding: 12px;
}

.cart-side--option-trigger {
	padding: 0 15px;
}

.cart-side--option__gift {
	color: #51ac5c;
}

.cart-side--option__gift.sel {
	background: #51ac5c;
	color: #fff;
	border: 2px solid #3F9649;
}

.cart-side--option__gift.sel span {
	background-image: url(/images/style/gig/icon-gift-white.png);
}

.cart-side--option-inner {
	display: none;
	padding: 0 20px 20px 20px;
}

/*
|--------------------------------------------------------------------------
| Basket > Totals
|--------------------------------------------------------------------------
*/

.cart-totals {
	color: #156799;
	font-size: 13px;
	border-top:none;
	background-color: #f3f3f3;
}

.cart-totals .dblc {
	padding: 4px 0;
}

.cart-total--price {
	text-align: right;
	width: 100px;
}

.cart-total {
	text-transform: uppercase;
	color: #1e1e1e;
	font-weight: 600;
	font-size: 18px;
}

.cart-total .dblc{
	padding-bottom:15px;
}

.cart-side--delivery-option {
	background-color: #e7e7e7;
	font-weight: 700;
	color: #1e1e1e;
	padding: 15px;
	margin-top:2px;
	transition: padding 300ms ease;
	cursor: pointer;
}

.cart-side--delivery-option:hover {
	padding: 15px 20px;
}

.cart-side--delivery-option.sel {
	background-color: #249a4b;
	color: #fff;
}

#points_use {
	padding-left: 26px;
}


.cart-side--delivery-option.sel span {
	color: #fff;
}

.cart-side--delivery-option strong {
	font-size: 13px;
	display: block;
}

.cart-side--delivery-option span {
	display: block;
	font-size: 11px;
	font-weight: 500;
	padding: 4px 0 0 0;
}

.cart-side--delivery-option span {
	color: #666666;
}

span.cart-side--delivery-cost,
span.cart-side--delivery-cost--original{
	float: right;
	font-weight: 700;
	color: #1e1e1e;
}

span.cart-side--delivery-cost--original{
	text-decoration: line-through;
	padding-right: 8px;
	font-weight: normal;
}

/*
|--------------------------------------------------------------------------
| Basket > Items
|--------------------------------------------------------------------------
*/

.cart-items {
	width: 100%;
	padding: 15px;
	position: relative;
}

.cart-item {
	position: relative;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e9e9e9;
}

.cart-item:last-child {
	border-bottom: 0;
	margin:0;
	padding:0;
}

.cart-item-image {
	width: 130px;
	float: left;
	border: 1px solid #e9e9e9;
	margin: 0 0 15px 0;
}

.cart-item:last-child .cart-item-image {
	margin:0;
}

.cart-item-content {
	overflow: hidden;
	padding: 10px 120px 14px 20px;
}

.cart-item-title a {
	font-weight: 600;
	font-size: 16px;
	color: #232359
}

.cart-item-content .label-inline {
	width: 80px;
}

.cart-item--qty {
	padding: 10px 0;
}

.cart-item-right {
	width:110px;
	position: absolute;
	top: 10px; right: 10px; bottom: 0;
	float: right;
	text-align: right;
}

.cart-item-price {
	font-weight: 700;
	font-size: 21px;
	color: #414141;
}

.cart-item-unitprice, .cart-item-option, .cart-item-stock{
	display: block;
	color: #666666;
	font-size: 12px;
}

.cart-item-stock-cont {
	padding-top: 7px;
}

.cart-item-stock.stock-status {
	background-size: 10px 10px;
	background-position: 2px center;
}

.cart-item-stock {
	margin-top: 3px;
	padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.cart-item-stock-cross-amber {
	background-image: url(/images/style/gig/icon-cross-amber.png);
}

.cart-item-stock-van-green {
	background-image: url(/images/style/gig/icon-dispatch-van-green.png);
}

.cart-item-stock-warning {
	background-image: url(/images/style/gig/icon-cart-warning.png);
}

.cart-item-stock-van-orange {
	background-image: url(/images/style/gig/icon-dispatch-van-orange.png);
}

.cart-item-stock-box {
	background-image: url(/images/style/gig/icon-dispatch-box-orange.png);
}

.cart-item-option {
	color: #156799;
	font-weight: 500;
	padding: 5px 0 0 0;
}

.cart-item-option-warning {
	color: #b32020;
}

#cart--vat-declaration-details{
	display:none;
}

.remove {
	background: url(/images/style/gig/cart-remove.png) left center no-repeat;
	padding: 0 0 0 15px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	color: #b52025;
	font-weight: 700;
}

.cart-item-right .remove, .cart-item-right .button-small {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.cart-item:last-child .cart-item-right .button-small {
	bottom:0;
}

.cart-item--stock {
	padding: 0 0 0 10px;
}

.cart-finance-msg {
	display: none;
	background: #eee;
	padding: 10px;
	color: #231f20;
}

.cart-finance-msg-title {
	font-weight: 600;
	padding-bottom: 2px;
}

#cartFinanceOverlay {
	line-height: 1;
	display: none;
}

#cartFinanceHeading {
	display: none;
}

/*
|--------------------------------------------------------------------------
| Brands
|--------------------------------------------------------------------------
*/

.brand-letters--grid {
	margin: 0 -1px 0 0;
	padding: 14px 0;
}

.brand-letter {
	text-align: center;
	width: 3.703703703703704%;
	float: left;
	padding: 0 1px 0 0;
}

.brand-letter.disabled {
}

.brand-letter.disabled .brand-letter--inner {
	background-color: #f3f3f3;
	color: #adadad;
	cursor: not-allowed;
}

.brand-letter.disabled .brand-letter--inner:hover {
	text-decoration: none;
}

.brand-letter--inner {
	display: block;
	color: #fff;
	background-color: #156799;
	font-weight: 400;
	font-size: 21px;
	padding: 10px 0;
	cursor: pointer;
}

.brands-grid {
	margin: 0 -10px 0 0;
}

.brand-letter--inner.sel,
.brand-letter--inner:hover {
	background-color: #239a4c;
	color: #fff;
}

.brands-list--item {
	text-align: center;
	width: 10%;
	float: left;
	padding: 0 10px 10px 0;
}

.jumbotron-brands {
	background-color: #fff;
    padding: 50px 0 0;
}

.jumbotron-brands .jumbotron--title {
	color: #232359;
	font-size: 60px;
}

.jumbotron-brands .jumbotron--text {
	font-size: 24px;
	line-height: 1.2;
	max-width: 700px;
	margin: 0 auto;
	color: #2f729f;
	padding: 20px 0;
}

.brands-list--letter {
	position: relative;
	color: #232359;
	font-weight: 600;
	font-size: 60px;
}

.brands-list--letter .brands-list--inner {
	background-color: #f3f3f3;
/*	border: 2px solid #fff;*/
}

.brands-list--letter span {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	bottom: 0;
	left: 50%;
	right: 0;
	height: 60px;
	line-height: 60px;
}

.brands-list--inner {
	position: relative;
	height: 0;
	padding: 0 0 100% 0;
}

.brands-list--inner:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	border: 2px solid #fff;
	pointer-events: none;
}

.brands-list--name {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-size: 24px;
}

.brands-list--image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-size: 90%;
	background-color: #fff;
}

.brands-list--image img {
	display: none;
}

.brands-list--text {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	background-color: #e7e7e7;
	font-weight: 700;
	font-size: 12px;
	color: #156799;
	padding: 10px 0;
}


/*
|--------------------------------------------------------------------------
| Checkout
|--------------------------------------------------------------------------
*/

.checkout-header {
	background-color: #156799;
	min-height: auto;
	padding: 41px 0;
}

.checkout .checkbox {
	background-color: #fff;
	border: 2px solid #C3C3C3;
}

.checkout .checkbox:after {
     background: url(/images/style/gig/icon-tick-grey.png) center center / 10px 8px no-repeat;
}

.checkout-contact {
	padding: 31px 0 0 0;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.checkout-contact strong {
	font-weight: 600;
}

.checkout-contact a {
	color: #fff;
}

.checkout-contact a:hover {
	color: #fff;
}

#checkout-continue {
	background-color: #51ac5c;
}

#checkout-continue:disabled {
	background-color: #8C8C8C;
}

.checkout {
	position: relative;
	overflow:hidden;
	background-color: #fff;
}

.checkout .checkbox-label {
	color: #444;
}

.checkout-header .brand {
	float: left;
}

.checkout-header .brand svg {
	height: 79px;
}

.checkout-header .brand path {
	fill: #fff;
}

.checkout-contact {
	float: right;
}

.checkout-main {
	width: 60%;
	padding: 45px 70px 0 0;
	background-color: #fff;
	float: left;
	border-right: 2px solid #e7e7e7;
}

#checkout-container, #confirm-container{
	max-width:1400px;
}

#checkout-container{
	padding:0 100px 0 120px;
}

#confirm-container{
	padding:0 100px 0 170px;
}

.payment-methods{
	margin: 0 0 15px 0;
}

.checkout-segment {
	padding: 0 0 15px 0;
}

.checkout-title {
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #e7e7e7;
}

.checkout-subtitle {
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0;
}

.checkout-breadcrumbs{
	display:none;
	padding: 0 0 20px;
}

.checkout-breadcrumb {
	position: relative;
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #2d2d2d;
}

.checkout-breadcrumb:after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -4px 0 0 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #2d2d2d;
}

.checkout-breadcrumb:last-child:after {
	display: none;
}

.checkout-breadcrumb__green {
	color: #51ac5c;
}

.checkout-breadcrumb__green:after {
	border-color: transparent transparent transparent #51ac5c;
}

.checkout-breadcrumb__grey {
	color: #666666;
}

.checkout-breadcrumb__grey:after {
	border-color: transparent transparent transparent #666666;
}

.checkout-side {
	width: 40%;
	float: right;
	position: relative;
	z-index: 1;
}

.checkout-side:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 300%;
    background: #f6f6f6;
    z-index: -1;
}

.checkout-action {
	border-top: 2px solid #e7e7e7;
	padding: 24px 0;
	margin: 20px 0 0 0;
}

.return-to-basket {
	background-color: #fff;
	color: #2d2d2d;
	text-transform: none;
	padding: 12px 25px 11px 15px;
	background: url(/images/style/gig/icon-chevron-left-black.png) no-repeat center left;
	font-size: 15px;
}

/*
|--------------------------------------------------------------------------
| Checkout > Delivery Address
|--------------------------------------------------------------------------
*/

.delivery-address {
	display: block;
	width: 100%;
	margin: 0 0 4px 0;
	border: 2px solid #e7e7e7;
	cursor: pointer;
}

.delivery-address:hover {
	background-color: #019dc3;
}

.delivery-address.sel{
	border: 2px solid #019dc3;
}

.delivery-address:hover .delivery-address--title,
.delivery-address:hover .delivery-address--location {
	color: #fff;
}

.delivery-address.sel .delivery-address--checkbox:after {
	background-color: #2d2d2d;
	border: 4px solid #fff;
	transition: background 300ms ease;
}

.delivery-address.sel .delivery-address--title,
.delivery-address.sel .delivery-address--location {

}

.delivery-address--checkbox {
	float: left;
	position: relative;
	height: 46px;
	width: 46px;
}

.delivery-address--checkbox:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 20px;
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
	background-color: #e7e7e7;
	border-radius: 20px;
}

.delivery-address--content {
	padding: 7px;
	overflow: hidden;
}

.delivery-address--title {
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #2d2d2d;
}

.delivery-address--location {
	display: block;
	font-size: 12px;
	color: #666666;
}

.button-locate {
	background-image: url(/images/style/gig/icon-zoom-white.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position:center center;
	width: 32px;
}

.button-locate.loading {
	background-image: url(/images/style/gig/gps.svg);
}

/*
|--------------------------------------------------------------------------
| Basket > Sidebar
|--------------------------------------------------------------------------
*/

.about ~ .page-btm {
	margin: 0;
}

cart-overview .stock-status-tooltip-content {
	width: 500px;
	height: 500px;
}

.cart-overview .stock-status-tooltip:hover .stock-status-tooltip-content {
	display: block;
}

.cart-overview .stock-status {
	padding: 0;
}

.cart-overview.fixed {
	position: fixed;
	top: 0;
}

.cart-overview.absolute {
	position: absolute;
	bottom: 0;
	top: auto;
}

.checkout-side {
	padding: 45px 0 0 60px;
}

.cart-overview--item {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight: 700;
	color: #2d2d2d;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-overview--item-image {
	position: relative;
	max-width: 70px;
	float: left;
}

.cart-overview--item-image__subscription {
	display: none;
	position: absolute;
	height: 13px;
	width: 13px;
	left: 10px;
	top: 10px;
	background: url(/images/style/gig/icon-calendar-blue.png) no-repeat center center;
	background-size: 13px 13px;
}

.cart-overview--item-inner {
	padding: 0 14px 14px 14px;
	overflow: hidden;
}

.cart-overview--item-content {
	overflow: hidden;
	padding: 0 20px 0 0;
}

.cart-overview--item-info {
	float: right;
	text-align: right;
}

.cart-overview--item-qty,
.cart-overview--item-options {
	color: #666;
	font-size: 11px;
}

.cart-overview--item-options i {
	font-style: normal;
}

.cart-overview--item-options i:last-child {
	display: none;
}

.cart-overview--item-option__blue {
	color: #019dc3;
}

.cart-overview--item-option__blue span {
	padding: 0 4px 0;
}

.cart-overview--item-qty {
	display: block;
}

.cart-promo {
	padding: 10px 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-promo--button {
	position: relative;
	display: block;
	color: #b12525;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 16px;
	cursor: pointer;
}

.cart-promo--button span {
	position: relative;
	padding: 0 0 0 26px;
}

.cart-promo--button span:after {
	content: '';
	position: absolute;
	left: 0;
	height: 16px;
	width: 16px;
	background: url(/images/style/gig/icon-tag.png) no-repeat center center;
	transform-origin: top right;
}

@keyframes tagWiggle {
  0%   { transform: rotate(0); }
  25%   { transform: rotate(15deg); }
  50%   { transform: rotate(-15deg); }
  75%   { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}

.cart-promo--button:hover span:after {
	-webkit-animation: tagWiggle 1s;
	-moz-animation: tagWiggle 1s;
	-o-animation: tagWiggle 1s;
	animation: tagWiggle 1s;
	background: url(/images/style/gig/icon-tag-white.png) no-repeat center center;
}

.cart-promo--button:hover {
	background-color: #b12525;
	color: #fff;
}

.cart-promo--button:active {
	top: 1px;
}

.cart-promo--form {
	padding: 10px 15px 10px 15px;
}

.cart-promo--form .input-2 {
	border-bottom: none;
}

#overlay-finance,
#overlay-setup {
	background-color: rgba(21,103,153, .8);
}

.cart-overview-totals {
	background: none;
}

.cart-overview--item-gift {
	padding: 10px 0 0 0;
}

.cart-overview--item-gift-title {
	display: block;
	padding: 8px;
	font-weight: 700;
	color: #666666;
	font-size: 10px;
	background-color: #fff;
	text-transform: uppercase;
}

.cart-overview--item-gift-msg {
	padding: 6px 8px;
	font-weight: 700;
	font-size: 12px;
	color: #2d2d2d;
	border: 2px solid #fff;
	border-top: none;
}

.cart-overview--item-checkbox label {
	display: inline-block;
	font-size: 11px;
	color: #666666;
}

.checkout-login--inner {
	padding:30px 0;
	border-bottom: 1px solid #e7e7e7;
}

.cart-overview--item-option {
	display: block;
}

.checkout-login--btn {
	line-height: 16px;
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 13px;
}

#checkout-hide-login-form{
	font-size: 12px;
	opacity: 1;
	transition: color 300ms ease;
	padding-top: 12px;
	color: #666;
	font-weight: 700;
	text-transform: uppercase;
}

#checkout-hide-login-form:hover {
	color: #444;
}

.checkout .form-note {
	padding: 8px 0 3px 0;
}

.cart-bundle {
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #c3c3c3;
}

.cart-bundle .cart-bundle-title {
	margin: 0 0 20px 0;
}

.cart-bundle .cart-bundle-title a {
	font-weight: 600;
    font-size: 16px;
    color: #232359;
}

.cart-bundle .cart-item-image {
	margin: 0;
}

.cart-bundle .bundle-item-qty {
	color: #adadad;
    font-size: 14px;
    width: 80px;
    padding: 13px 0;
}

.cart-bundle .cart-bundle-bottom {
	display: flex;
    position: relative;
    height: 40px;
    margin-bottom: 15px;
}

.cart-bundle .cart-bundle-bottom .cart-item-content {
	margin-left: 130px;
    padding-top: 0;
}

/*
|--------------------------------------------------------------------------
| Confirm v2
|--------------------------------------------------------------------------
*/

.payment-method {
}

.payment-method--button {
	position: relative;
	padding: 21px 20px 21px 50px;
	font-weight: 700;

	font-size: 18px;
	color: #2d2d2d;
	border: 2px solid #e7e7e7;
	margin-top: -2px;
	cursor: pointer;
}

.payment-method--title {
	padding: 3px 0;
}

.payment-method--button:before {
	content: '';
	position: absolute;
	top: 22px;
	left: 20px;
	width: 18px;
	height: 18px;
	background-color: #e7e7e7;
	border-radius: 18px;
}

.payment-method.open .payment-method--button:after {
	content: '';
	position: absolute;
	top: 26px;
	left: 24px;
	width: 10px;
	height: 10px;
	background-color: #2d2d2d;
	border-radius: 18px;
}

.payment-method--content {
	display: none;
}

.payment-method__card .payment-method--title {
	background: url(/images/style/gig/card-logos.png) no-repeat center right;
}

.payment-method__paypal .payment-method--title,
.payment-method__paypal-paylater .payment-method--title,
.payment-method__paypal-credit .payment-method--title {
	background: url(/images/style/gig/paypal-logo-color.png) no-repeat center right;
}

.payment-method--content {
	background-color: #e7e7e7;
	padding: 40px;
	text-align: center;
	font-size: 18px;
}

.payment-method--content img {
	display: block;
	margin: 15px auto 0 auto;
}

.payment-method--content__stripe {
	background-color: #e7e7e7;
	padding: 20px;
}

.payment-method__v12 .payment-method--title{
    background: url(/images/style/gig/v12finance.jpg) no-repeat center right;
}

.payment-method__omni .payment-method--title {}

.payment-method__v12 .payment-method--content/*,
.payment-method__omni .payment-method--content*/ {
	border: 2px solid #e7e7e7;
	border-top: 0;
	background: #fff;
	text-align: left;
}

.finance-checkout-text {
	padding-bottom: 30px;
	font-size: 15px;
}

#ppchkout-paypal-loggedin,
#ppchkout-paypal-paylater-loggedin {
	display: none;
    max-width: 500px;
    overflow: hidden;
    padding: 16px;
    margin: 0 auto;
    border-top: 1px solid #d1d4d6;
    border-bottom: 1px solid #d1d4d6;
    text-align: left;
}

.basket-pp-messaging iframe {
	margin-bottom: 10px;
	float: left;
}

.bb-pp-container,
.bb-card-container {
	display: table;
	width: 100%;
}

.bb-pp-container > div,
.bb-card-container > div {
	display: table-cell;
	vertical-align: middle;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.bt-pp-name,
.bt-pp-cancel,
.bt-card-cancel {
	width: 1px;
}

.bt-pp-name {
	padding-left: 36px;
	background-image: url("/images/style/gig/paypal-small.svg"), none;
	background-size: 13px 15px;
	background-position: 4px center;
	background-repeat: no-repeat;
	color: #283036;
	font-size: 13px;
	font-weight: 800;
}

.bt-pp-email,
.bt-card-details {
	padding: 0 10px;
	color: #6e787f;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 0;
}

.bt-card-details {
	padding-left: 0;
}

.bt-pp-cancel button,
.bt-pp-cancel a,
.bt-card-cancel a {
	float: right;
	color: #3d95ce;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0;
	border: 0px;
	cursor: pointer;
	text-decoration: underline;
	background-color: transparent;
}

.bt-pp-cancel button:hover,
.bt-pp-cancel a:hover,
.bt-card-cancel a:hover {
	color: #215b83;
}

.braintree-change-method {
	padding: 20px 0 0;
	font-size: 11px;
	color: #666;
}

.braintree-change-method a {
	color: #666;
	padding-bottom: 1px;
}

.braintree-change-method a:hover {
	color: #333;
}

/*
|--------------------------------------------------------------------------
| Basket > Success
|--------------------------------------------------------------------------
*/

.success--title {
	display: inline-block;
	background: url(/images/style/gig/icon-tick-large.png) no-repeat center left;
	padding: 0 0 0 70px;
	font-size: 48px;
	margin: 0 0 15px;
	color: #51ac5c;
}

.success--order-ref {
	font-weight: 700;
	font-size: 21px;
	color: #abadae;
	padding: 15px 0 0 0;
}

.success--order-ref strong {
	color: #2d2d2d;
}

/*
|--------------------------------------------------------------------------
| Checkout > Success > Order Summary
|--------------------------------------------------------------------------
*/

.order-summary {
	border: 2px solid #e7e7e7;
}

.order-summary .cart-overview--item {
	padding: 0;
	margin: 0;
}

.order-summary .cart-overview--item-gift {
	background-color: #e7e7e7;
	padding: 0;
}

.order-summary .cart-overview--item-gift-msg {
	border: none;
	border-bottom: 1px solid #fff;
}

.order-summary .cart-overview--item-checkbox {
	padding: 5px 10px;
	background: #e7e7e7;
}

.order-summary .cart-overview--item {
	padding: 10px;
}

.order-summary .cart-overview--item:last-child {
	border-bottom: none;
}

.order-delivery {
	padding: 18px 24px;
	font-weight: 700;
	border-bottom: 2px solid #e7e7e7;
}

.order-delivery--title {
	font-size: 18px;
	color: #666;
	display: block;
}

.order-delivery--address {
	font-size: 12px;
	color: #abadae;
	display: block;
}

.order-details {
	padding: 18px 24px;
	font-weight: 700;
	color: #666;
	border-top: 2px solid #e7e7e7;
}

.order-detail {
	padding: 4px 0;
}

.order-detail--title {
	color: #abadae;
	text-transform: uppercase;
	font-size: 12px;
}

.order-detail__green {
	color: #51ac5c;
}

.order-detail__red {
	color: #156799;
}

/*
|--------------------------------------------------------------------------
| Checkout > Stages
|--------------------------------------------------------------------------
*/

.checkout-stages {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	font-weight: 700;
}

.checkout-stage {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	color: #666666;
	background:#fff;
	border-right:2px solid #e7e7e7;
}

.checkout-stage span {
	display: block;
	padding: 0 20px 0 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 700;
	height: 50px;
	width: 300px;
	text-transform: uppercase;
	position: absolute;
	left: -126px;
	top: 126px;
	line-height: 50px;
	text-align: right;
}

.checkout-stage.dark,
.checkout-stage.darker,
.checkout-stage.darkest,
.checkout-stage.failed {
	color: #fff;
}

.checkout-stage.dark {
	background: #51ac5c;
	border-right:2px solid #51ac5c;
}

.checkout-stage.darker {
	background: #4a9a53;
	border-right:2px solid #4a9a53;
}

.checkout-stage.darkest {
	background: #468e4e;
	border-right:2px solid #468e4e;
}

.checkout-stage.failed {
	background: #156799;
	border-right:2px solid #156799;
}

.checkout-stage:nth-child(2) {
	left: 50px;
}

.checkout-stage:nth-child(3) {
	left: 100px;
}

.checkout-stage:nth-child(4) {
	left: 150px;
}

.account-overlay-form {
	padding: 20px 0;
}

/*
|--------------------------------------------------------------------------
| Account > Forms
|--------------------------------------------------------------------------
*/

.account-tabs {
	overflow: hidden;
	text-align: center;
	background-color: #f4f4f4;
}

.account-tabs a {
	display: block;
	float: left;
	padding: 10px 30px;
	font-weight: 700;
	background-color: #fff;
	font-size: 12px;
}

.account-tabs a.sel {
	background-color: #156799;
	color: #fff;
}

.account-box {
	width: calc(50% - 10px);
/*	padding: 0 0 30px 0;*/
	padding: 35px;
	margin: 0 0 30px;
}

.account-box.full {
	width: 100%;
}

.account-box-centered{
	max-width:580px;
	margin:0 auto;
	padding:0;
}

.account-box .checkbox-label {
	color: #555;
}

.account-box h2 {
	font-size: 18px;
}

.account-box h3, #account-box-trade h3 {
	font-size: 16px;
}

.newacc-intro {
	text-align: center;
	margin: 0 0 30px;
	clear: both;
}

.newacc-title {
	margin: 20px 0 10px 0;
	font-size: 30px;
}

#listing_options_compare .options_text,
#listing_options_wishlist .options_text {
	color: #fff;
	font-weight: 400;
}

#wishlist_1 {
	font: inherit;
	font-size: 12px;
	letter-spacing: -0.025em;
}

.form-note {
	display: block;
	padding: 3px 0 8px;
	font-size: 11px;
	color: #7a7a7a;
}

.account-box .uppercase {
	max-width: 150px;
}

.account-comms--preferences-subtitle {
	margin-bottom: 8px;
}

.account-details--checkbox-cont.account-comms--preferences {
	padding: 20px;
}

.account-comms--preferences .input {
	padding-left: 8px;
}

.account-comms--preferences-inner {
	padding: 0 0 20px 10px;
}


/*
|--------------------------------------------------------------------------
| Account > Wishlist
|--------------------------------------------------------------------------
*/

.select2-account .select2-results {
	border: 1px solid #019dc3;
}

.search_dropdown .sidebar-content:before {
	background: none;
}

.select2-options-dropdown {
	border: 2px solid #019dc3;
}

.select2-account:before {
	display: none;
}

.wishlist {
	background-color: #fff;
	margin: 0 0 4px;
	padding: 20px;
}

.wishlist .dbl {
	table-layout: auto;
}

.wishlist .dblc:first-child {
	vertical-align: top;
	width: 100%;
}

.wishlist .dblc:nth-child(2) {
	vertical-align: middle;
	white-space: nowrap;
}

.wishlist-title a {
	text-transform: none;
}
.wishlist .wishlist-title a:hover {
	color: #156799;
}

.wishlist-desc {
	font-size: 12px;
}

.wishlist-items,
.wishlist-del {
	padding-left: 10px;
	display: inline-block;
	line-height: 20px;
}

.wishlist-del,
.wishlist-prod-del-button span {
	cursor:pointer;
	color: #156799;
	font-weight: 700;
}

.wishlist-del:hover,
.wishlist-prod-del-button span:hover {
	color: #105782;
}

.wishlist-del {
	padding-left: 10px;
}

.wishlist-prod-del-button span {
	float: right;
}

.wishlist-items {
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.4;
}

.wishlist-top {
	width: 100%;
	table-layout: auto;
	margin-bottom: 40px;
}

.wishlist-top .wishlist-top-left h1 {
	margin: 0; padding: 0;
	float: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wishlist-top-left {
	max-width: 0;
}

.wishlist-top-left,
.wishlist-top-right {
	vertical-align: middle;
}

.wishlist-top-right {
	white-space: nowrap;
	width: 1px;
}

.wishlists p {
	margin-bottom: 30px;
}

.account-wishlist .message-error {
	margin-bottom: 0
}

.account a:hover {
	color: #fff;
}

.wishlist-edit,
.wishlist-return {
	display:inline-block;
	color:#156799;
	font-size:11px;
	font-weight: 700;
	text-transform:uppercase;
	cursor:pointer;
	margin-left:10px;
}

.wishlist-edit span:hover,
.wishlist-return a:hover {
	color: #156799;
	text-decoration: underline;
}

.address-blocks--grid {
	margin: 0 -10px 0 0;
}

.wishlist-stock {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2d2d2d;
	padding-top: 8px;
	display: block;
}

.wishlist-stock img {
	width: 15px;
}

.cart_customfield {
	font-size: 12px;
	font-weight: 700;
	color: #666666;
}

.create-wishlist {
	float: right;
}

.wishlist-prod td {
	padding: 20px;
	background: #fff;
	border-bottom: 4px solid #f3f3f3;
}

.wishlist-prod .wishlist-prod-image {
	padding-right: 0;
	width: 100px;
}

.wishlist-prod-image a,
.wishlist-prod-image img {
	display: block;
}

.wishlist-prod-image img {
	border: 1px solid #e9e9e9;
}

.wishlist-prod a {
	font-weight: 600;
	font-size: 16px;
	color: #232359;
}

.wishlist-prod a:hover {
	text-decoration: underline;
	color: #232359;
}

.wishlist-prod-move-button {
	width: 1px;
}

.wishlist-prod-move-button span {
	cursor: pointer;
}

.wishlist-prod-move-button span:hover {
	text-decoration: underline;
}

.wishlist-prod .wishlist-prod-add-button {
	width: 1px;
	padding-left: 0;
	padding-right: 0;
}

.wishlist-prod-add-button button {
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.025em;
	line-height: 1;
	white-space: nowrap;
}

.wishlist-prod-del-button {
	width: 1px;
}

.wishlist-choose-container {
	margin-top: 15px;
	max-height: 300px;
	overflow-y: auto;
}

.wishlist-choose {
	background-color: #11527a;
	margin: 4px 0;
	padding: 15px;
	cursor: pointer;
	line-height: 1.3;
	color: #fff;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.wishlist-choose:hover {
	background-color: #0e4364;
}

.wishlist-choose:first-child {
	margin-top: 0;
}

.wishlist-choose:last-child {
	margin-bottom: 0;
}

.wishlist-choose-title {
	font-size: 15px;
}

.wishlist-choose-desc {
	font-size: 12px;
	opacity: .5;
}

/*
|--------------------------------------------------------------------------
| Account v2 > Vouchers
|--------------------------------------------------------------------------
*/

.voucher-amount-input {
	width: 100%;
	padding: 9px 8px;
}

 .button.voucher_remove {
	border-radius: 0;
	padding: 12px 12px;
	visibility: middle;
	background-image: url(/images/style/basic/icon-close-large.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-color: transparent;
}

/*
.button.voucher_remove:hover {
	background-color: ;
}
*/

.voucher.dblr .dblc {
	vertical-align: middle;
}

.voucher.dblr .dblc:last-child {
	text-align: right;
}

.vouchers-wrapper {
	padding-top: 20px;
}

.voucher_add {
	height: 30px;
	margin-top: 5px;
}

.input #voucher_add {
	right: 4px;
}

.checkout-title.no_border {
	border: none;
}

.account-box--voucher {
	background: rgba(0,0,0,0.05);
	width: 49%;
	padding: 20px;
	margin: 0 0 20px 0;
}

.account-box--voucher.fr,
.account-box--voucher.fl {
	padding: 20px;
}

.account-box--voucher .input .button {
/*	right: 19px;*/
}

#voucher_add {
	line-height: 23px;
}

.account-box--voucher h6 {
	color: #fff;
}

.account-box .xvc_input {
    max-width: none;
}

.account-table.vouchers .dblc span {
	display: none;
}

/*
.account-table.vouchers .dblc.small {
	width: auto;
}
*/

.account-table.vouchers {
	margin: 0 0 20px;
}

.account-modal--text {
	margin-bottom: 10px;
	color: #fff;
	margin-bottom: 12px;
}

.account-table.vouchers .dblc .voucher-code--small {
	display: block;
	font-size: 10px;
	color: #717171;
	line-height: normal;
}

/*
|--------------------------------------------------------------------------
| Offer Overlay
|--------------------------------------------------------------------------
*/

.offer-overlay {
	position: fixed;
	top: 0;right: 0;bottom: 0;left: 0;
	z-index: 999;
}

.offer-overlay--bg {
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.offer-overlay--block {
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 620px;
	width: 95%;
	border: 10px solid #fff;
	border-radius: 2px;
	z-index: 1;
}

.offer-overlay--upper {
	background-color: #156799;
	padding: 60px 50px;
	position: relative;
	z-index: 1;
}

.offer-overlay--action {
	display: block;
	border-top: 10px solid #fff;
	background-color: #5e9732;
	padding: 10px;
	text-align: center;
	font-size: 21px;
	color: #fff;
	cursor: pointer;
}

.offer-overlay--title {
	display: block;
	text-align: center;
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 25px;
}

.offer-overlay--sub {
	display: block;
	font-size: 17px;
	color: #fffcd9;
	margin-bottom: 30px;
	text-align: center;
}

.no-js .offer-overlay {
	display: none;
}

.overlay-offer--input {
	width: calc(100% - 98px);height: 50px;
	border: 1px solid #e6e6e6;
	padding: 0 12px;
}

.offer-overlay--upper .message {
	position: absolute;
	top: 20px;right: 50px;left: 50px;
}

/*
|--------------------------------------------------------------------------
| Account > Order History
|--------------------------------------------------------------------------
*/

.order-history {
	width: 100%;
	margin: 0 0 30px;
	background-color: #fff;
}

.order-history th {
	background: #156799;
	color: #ffffff;
	padding: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.order-history td {
	padding: 15px;
	color: #444;
}

.order-history tr:nth-child(even) {
	background-color: #e7e7e7;
}

.order-history .button {
	float: right;
}

/*
|--------------------------------------------------------------------------
| Account > Order Info
|--------------------------------------------------------------------------
*/

.order-address {
	margin: 0 0 30px;
	overflow: hidden;
}

.oa-del,
.oa-bil {
	width: 50%;
	float: left;
}

.oa-del {
	padding: 0 20px 0 0;
}

.order-sub {
	text-align: right;
}

.order-total {
	float: right;
}

/*
|--------------------------------------------------------------------------
| Account > Order Tracking
|--------------------------------------------------------------------------
*/

.tracked-order {
	width: 100%;
	max-width: 800px;
	margin: 30px 0;
}

.tracked-qty {
	width: 95px;
	text-align: center;
}

.tracked-date {
	text-align: right;
}

.track-again {
	margin: 30px auto 0;
}

/*
|--------------------------------------------------------------------------
| Sitemap
|--------------------------------------------------------------------------
*/

.sitemap-page {
	font-size: 11px;
}

.sitemap-left,
.sitemap-right {
	width: 50%;
	max-width: 450px;
	padding: 0 15px;
	float: left;
}

.sitemap-right {
	padding-right: 0;
}

.shop-sitemap .sitemap-cat {
	margin: 15px 0 0;
}

.shop-sitemap h2 {
	margin-top: 30px;
}








/*
|--------------------------------------------------------------------------
| CMS > Blog
|--------------------------------------------------------------------------
*/

.blog {
	background-color: #156799;
	padding-bottom: 30px;
	overflow: hidden;
}

.blog-top {
	padding: 11px;
	background-color: #166092;
	position: relative;
	z-index: 2;
}

.blog-nav {
	padding: 7px 0 0 0;
}

.blog-nav li {
	display: inline-block;
	padding: 0 25px 0 0;
}

.blog-nav li:last-child {
	padding: 0;
}

.blog-nav a {
	color: #fff;
	font-size: 16px;
	opacity: 1;
	transition:opacity 0.2s ease;
}
.blog-nav a:hover {
	opacity:0.5;
}

.blog-nav .sel a {
	font-weight: 600;
}

.blog-search {
	max-width: 210px;
	float: right;
}

.blog-search input {
	width: 100%;
	line-height: 30px;
	padding: 0 8px;
}

.blog-search button {
	float: right;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
}

.blog-intro {
	padding: 50px 0 30px;
}

.blog-intro > svg {
	position: absolute;
    top: -120px;
    right: -380px;
}

.blog-title {
	color: #fff;
	float: left;
}

.blog-text {
	float: right;
	max-width: 550px;
	font-size: 16px;
	text-align: right;
}

.blog-text p {
	font-size: 16px;
}

.blog-posts {
	position: relative;
	z-index: 2;
}

.news-item--grid {
	margin: 0 -32px 0 0;
}

.news-item {
	width: 25%;
	padding: 0 32px 32px 0;
	float: left;
	text-align: center;
	color: #fff;
}

.news-item--image {
	width: 100%;
}

.news-item--title,
.news-item--category a {
	color: #fff;
}

.news-item--title-cont {
	padding: 18px 0 5px;
}

.news-item--title {
	font-size: 18px;
	font-weight: 600;
}

.news-item--published-on,
.news-item--category {
	opacity: .5;
	text-transform: uppercase;
	font-size: 13px;
}

.news-item--published-on ~ .news-item--category {
	position: relative;
	padding: 0 0 0 10px;
}

.news-item--published-on ~ .news-item--category:before {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px; bottom: 3px;
	width: 1px;
	background-color: #fff;
	opacity: .5;
}

.news-item--action {
	padding: 14px 0 0 0;
}

.news-item--action .button {
	font-size: 13px;
	padding: 4px 20px;
}








/*
|--------------------------------------------------------------------------
| CMS > Article
|--------------------------------------------------------------------------
*/

.article > svg {
	position: absolute;
    top: -120px;
    right: -380px;
	z-index: 1;
}

.article > .container {
	position: relative;
	z-index: 2;
}

.article-inner {
	background-color: #fff;
}

.article-wrap {
	padding: 40px;
}

.article > .container,
.comments > .container {
	max-width: 980px;
}

.article-side {
	width: 180px;
	float: left;
}

.article-main {
	width: calc(100% - 240px);
	float: right;
}

.article--content iframe {
	width: 100%!important;
}

.article--content h1:not(.article--title) {
	font-size: 26px;
}
.article--content h2 {
	font-size: 24px;
}
.article--content h3 {
	font-size: 22px;
}
.article--content h4 {
	font-size: 20px;
}
.article--content h5 {
	font-size: 18px;
}
.article--content h6 {
	font-size: 16px;
}

.article-side--cat {
	font-size: 13px;
	color: #156799;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 4px;
}

.article-side--date {
	font-size: 13px;
	color: #adadad;
	text-transform: uppercase;
}

.article--title {
	color: #156799;
	font-size: 36px;
	padding: 0 0 20px;
}

.article-author {
	border: 1px solid #e9e9e9;
	padding: 19px;
	margin: 40px 0 0 0;
}

.article-author--image {
	width: 75px;
	height: 75px;
	border-radius: 75px;
	float: left;
}

.article-author--wrap {
	overflow: hidden;
	padding: 0 0 0 20px;
}

.article-author--name {
	font-size: 13px;
	color: #b2b2b2;
	text-transform: uppercase;
}

.article-author--name span {
	color: #156799;
	font-weight: 600;
}

.article-author--text {
	padding: 6px 0 0 0
}

.article-author--text,
.article-author--text p {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.article-social {
	padding: 30px 0 10px;
	text-align: center;
}

.addthis_default_style .addthis_separator,
.addthis_default_style .at4-icon,
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300bs,
.addthis_default_style .at300m {
	float: none!important;
}

.comments {
	background-color: #fff;
}

.comments--title {
	text-align: center;
	font-size: 36px;
	color: #156799;
}

.comment,
.comment-overflow .comment:first-child {
	padding: 18px;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	color: #1a1a1a;
	line-height: 1.4;
	border-top: none;
}

.comment:first-child {
	border-top: 1px solid #e9e9e9;
}

.comment-author {
	font-size: 14px;
	color: #232359;
	padding: 10px 0 0;
	text-transform: uppercase;
	font-weight: 600;
}

.comments-form--title {
	font-size: 24px;
	color: #fff;
	padding: 0 0 5px;
}

.comment-overflow-toggle {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #e9e9e9;
	padding: 10px;
	color: #156799;
	cursor: pointer;
	vertical-align: middle;
}

.comment-overflow-toggle svg {
	vertical-align: middle;
	margin: 0 0 0 4px;
}

.comment-overflow-toggle .open ~ svg {
	transform: rotate(-180deg);
}

.comments-form {
	background-color: #156799;
	padding: 30px;
	margin: 30px 0 0 0;
}

.comments-form .button {
	float: right;
}

.error {
    box-shadow: -3px 0px 0px red;
}

.blog-related--title {
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	padding: 30px 0;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 30px 0 0 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-brand--image {
	border: 1px solid #e9e9e9;
	text-align: center;
	width: 100%;
	margin: 40px 0 0 0;
}

.article-brand .product-price-web {
	font-size: 14px;
}

.article-brand .stock-status {
	font-size: 11px;
}

.article-brand .options-avail {
	border: none;
}

.article-brand .product-grid--item {
    width: 100%!important;
	padding: 0 0 15px 15px;
}

.article-listings .vertical-padding {
	padding: 0;
}

.article-brand--image-svg {
	position: relative;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	display: inline-block;
	background-color: #156799;
	border-radius: 8px;
	text-align: center;
	top: -1px;
}

.article-brand--image > span {
	padding: 10px;
	display: block;
}

.article-brand--image-svg svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	vertical-align: middle;
}

.article-listings {
	padding: 20px 0 0 0;
}



.content-tables table {
    border: 1px solid #e9e9e9;
    font-size: 14px;
}
.content-tables table th {
	color: #156799;
}
.content-tables table th, .content-tables table td {
    text-align: left;
    padding: 8px 10px;
}
.content-tables table th:not(:last-child), .content-tables table td:not(:last-child) {
	border-right: 1px solid #e9e9e9;
}
.content-tables table tr:not(:last-child) > * {
	border-bottom: 1px solid #e9e9e9;
}


/*
|--------------------------------------------------------------------------
| CMS > Music Lessons
|--------------------------------------------------------------------------
*/

.teachers-cont {
	position: relative;
	overflow: hidden;
}

.teachers-cont svg {
	position: absolute;
	display: block;
	top: 0;
	left: -250px;
	transform: translateY(-42%);
}

.teachers-svg {
	position: relative;
}

.teachers-title {
	text-align: center;
	font-size: 36px;
	line-height: 42px;
	color: #232359;
	font-weight: 600;
	padding: 0 0 30px;
}

.teachers-title span {
	color: #156799;
}

.teachers {
	margin: 0 -12px 0 0;
}

.teacher {
	width: 33.333333333%;
	float: left;
	padding: 0 12px 12px 0;
}

.teacher-inner {
	position: relative;
	background-color: #fff;
}

.teacher-content {
	padding: 14px 14px 14px 157px;
}

.teacher-image {
	position: absolute;
	top: 0; left: 0; bottom: 0;
	width: 133px;
	border-right: 1px solid #f3f3f3;
}

.teacher-name {
	font-size: 21px;
	color: #232359;
	padding: 0 0 10px;
}

.teacher-role {
	text-transform: uppercase;
	color: #156799;
}

.teacher-button {
	margin-top: 100px;
	font-size: 12px;
	padding: 5px 15px 4px 15px;
}

.lesson-enquire {
	padding-top: 10px;
	position: relative;
    z-index: 1;
}

.lesson-enquire > .container {
	max-width: 540px;
}

.lesson-enquire form {
	padding: 30px;
	background-color: #156799;
}

.input {
	margin-bottom: 4px;
}

.lesson-enquire--title {
	font-size: 24px;
	padding: 0 0 10px;
	font-weight: 600;
	color: #156799;
}

.lesson-enquire--text {
	padding: 0 0 20px;
	font-size: 14px;
}

.lesson-enquire--text a {
	font-weight: 600;
}

.lesson-enquire--action {
	padding: 4px 0 0 0;
}








/*
|--------------------------------------------------------------------------
| CMS > Teacher Page
|--------------------------------------------------------------------------
*/

.teacher-page {
	position: relative;
	overflow: hidden;
}

.teacher-page svg {
	position: absolute;
	display: block;
	top: 0;
	right: -250px;
	transform: translateY(-42%);
}

.teacher-page .container {
	max-width: 940px;
}

.teacher-page--image {
	float: left;
}

.teacher-page--content {
	overflow: hidden;
	padding: 0 0 0 50px;
}

.teacher-page--name {
	font-weight: 600;
	font-size: 60px;
}

.teacher-page--role {
	font-size: 36px;
	color: #adadad;
}

.teacher-page--text {
	padding: 40px 0 0 0;
	font-weight: 600;
	color: #2b2b2b;
}

.teacher-page--form{
	max-width:700px;
	margin:0 auto;
	padding:0 15px 30px 15px;
}

.teacher-page--form .page-btm--title{
	padding-bottom:20px;
}













/*
|--------------------------------------------------------------------------
| CMS > Newsletter
|--------------------------------------------------------------------------
*/

.newsletter-form {
	padding: 20px;
	background-color: #156799;
	margin: 40px 0 0 0;
	max-width: 450px;
}

.newsletter-form .button-orange {
	max-width: 300px;
	width: 100%;
}

.newsletter-options {
	padding: 10px 0 15px;
}

.newsletter-options--title {
	font-size: 16px;
	color: #fff;
	padding: 0 0 5px;
}








/*
|--------------------------------------------------------------------------
| Codebase Module > Tabs
|--------------------------------------------------------------------------
*/

/* Container */
.tabs-cont { }

/* Hide all tabs by default */
.tabs .tab {
	display: none;
}

/* Default tab button styling */
.tab-button {
	cursor: pointer;
}

/* Default selected tab button styling */
.tab-button.sel {
	font-weight: 600;
}

/* Default selected tab styling */
.tab.sel {
	display: block;
}

/* Show first tab if JS is disabled */
.no-js .tabs .tab:first-child {
	display: block;
}





.brands {
	padding: 40px;
	background-color: #f3f3f3;
}

.brand-top {
	position: relative;
	background-color: #f3f3f3;
}

.brand-main {
	float: left;
	padding: 38px;
	width: 50%;
}

.brand-main--text {
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
}

.brand-main--text.show {
	overflow: visible;
}

#brandReadLessBtn {
	display: none;
}

#brandReadLessBtn svg {
	transform: rotate(-180deg);
}

.brand-main--text .button {
	padding: 2px 10px;
	margin: 8px 0 0 0;
}

.brand-main--text .button svg {
	margin: 0 0 0 4px;
}

.brand-main--action {
	padding: 10px 0 0 0;
}

.brand-main--action .button svg {
	margin: 0 0 0 6px;
}

.brand-image {
	margin: 0 0 10px;
	padding: 10px;
	background-color: #fff;
}

.brand-main--left {
	width: 210px;
	float: left;
}

.brand-main--full {
	width: 100%;
}

.brand-main--content {
	overflow: hidden;
	padding: 0 0 0 40px;
}

.brand-main--content h1 {
	font-size: 36px;
}

.brand-articles--cont {
	width: 50%;
	float: right;
}

.brand-articles--cont__half {
	width: 25%;
}

.brand-articles--cont__half .brand-articles {
	width: 100%;
}

.brand-articles--cont__half .brand-articles__articles:after {
	right: 0;
}

.brand-articles {
	padding: 30px;
	width: 50%;
	float: left;
}

.brand-main--half {
	width: 75%;
}

.brand-articles--title {
	position: relative;
	font-size: 24px;
	color: #fff;
	padding: 0 0 20px;
	font-weight: 600;
}

.brand-articles--title svg {
	display: none;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	fill: #fff;
	transform: translateY(-50%);
}

.brand-articles.open .brand-articles--title svg {
	transform: translateY(-50%) rotate(-180deg);
}

.brand-article {
	padding: 0 0 10px;
}

.brand-article--image {
	float: left;
	margin: 0 14px 0 0;
}

.brand-article--image img {
	display: block;
	max-width: 100%;
}

.brand-article--content {
	float: left;
	width: calc(100% - 84px);
    min-height: 53px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-articles:after {
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	right: 25%;
	width: 25%;
	background-color: red;
	z-index: 1;
}

.brand-articles--wrap {
	position: relative;
	z-index: 2;
}

.brand-articles__articles {
	background-color: #156799;
}

.brand-articles__articles:after {
	background-color: #166799;
}

.brand-articles__reviews:after {
	background-color: #2b2b2b;
	right: 0;
}

.brand-articles__reviews {
	background-color: #2b2b2b;
}

.brand-article--title {
	font-size: 14px;
	color: #fff;
	padding: 0 0 4px;
	font-weight: 600;
}

.brand-article--title:hover {
	color: #fff;
}

.brand-article--info {
	color: #8bb0c9;
	font-size: 11px;
}

.brand-article--info > div {
	display: inline-block;
	text-transform: uppercase;
}

.brand-article--info .brand-article--cat {
	position: relative;
	padding: 0 0 0 10px;
	color: #8bb0c9;
	text-transform: uppercase;
}

.brand-article--info .brand-article--cat:after {
	content: '';
	position: absolute;
	left: 3px;
	width: 1px;
	top: 0; bottom: 2px;
	background-color: #8bb0c9;
}

.brand-article--view-all {
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
}

.brand-article--view-all:hover{
	color: #fff;
}

.brand-article--view-all-svg {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 7px;
	vertical-align: middle;
	margin: 0 0 0 6px;
}

.brand-article--view-all-svg svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product-btns {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px; right: 10px;
	z-index: 20;
}

.product-grid--item-inner:hover .product-btns {
	display: block;
}

.product-btns .button:last-child {
	float: right;
}

.product-btn {
	padding: 3px 6px;
	font-size: 11px;
	vertical-align: middle;
	float: right;
}

.product-btn:first-child svg {
	position: relative;
	top: -1px
}

.product-btn:first-child {
	float: left;
}

.product-btn svg {
	margin: 0 0 0 2px;
	vertical-align: middle;
}


.checkout-addressbook .input {
	display: none;
}
 .checkout-addressbook-button {
	color: #156799;
	font-size: 13px;
	margin-bottom: 15px;
	cursor: pointer;
}
a.form-note:hover {
	color: #7a7a7a;
	text-decoration: underline;
}
/*
|--------------------------------------------------------------------------
| Account v2
|--------------------------------------------------------------------------
*/
 .account {
	 background-color: #fff;
}
 .account-subtitle {
	font-size: 18px;
	padding: 0 0 20px;
}
 .account-sidebar--mobile-title {
	display: none;
	position: relative;
	padding: 20px;
	font-size: 18px;
}
 .account-sidebar--mobile-title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}
 .account-sidebar--mobile-title.open svg {
	transform: rotate(-180deg) translateY(4px);
}
 .account-sidebar {
	width: 280px;
	background-color: #f3f3f3;
	float: left;
	margin: 0 20px 0 0;
}
 .account-sidebar nav {
	padding: 20px 24px;
}
 .account-sidebar-btm.mobile {
	display: none;
}
 .loyalty-points-dblc {
	display: none;
}
 .account-sidebar nav li {
	padding: 5px 0;
}
 .account-sidebar nav a {
	font-size: 16px;
}
 .account-sidebar a:hover,
.account-sidebar .sel {
	color: #232359;
}
 .account-sidebar a:hover {
	text-decoration: underline;
}
 .account-sidebar-btm {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 18px 24px;
}
 .account-sidebar-btm div {
	font-size: 14px;
	padding: 0 0 4px;
}
 .account-sidebar-btm a {
	text-transform: uppercase;
	font-size: 11px;
}
 .account-main {
	background-color: #f3f3f3;
	overflow: hidden;
	padding: 40px;
	line-height: 1.3;
}
 .account-main h1 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0 0 30px;
	float: left;
}
 .account-main-filter {
	float: right;
	height: 40px;
	padding: 0 20px;
	background-color: #fff;
	border: none;
}
 .account-panels {
	padding: 0 0 20px;
}
 .account-panels--grid {
	margin: 0 -10px 0 0;
}
 .account-panel {
	width: 33.3333333333%;
	float: left;
	padding: 0 10px 10px 0;
}
 .account-panel a:hover {
	color: #222;
}
 .account-panel--inner {
	display: block;
	background-color: #fff;
	padding: 15px 18px;
}
 .account-panel--inner:hover {
	text-decoration: none;
}
 .account-panel--label {
	font-size: 12px;
	color: #707070;
	padding: 0 0 10px;
	text-transform: uppercase;
	display: block;
}
 .account-panel--value {
	font-size: 16px;
}
 .account-panel--value span,
.account-latest-orders a,
.account-sidebar nav a,
.account-subtitle {
}
 .account-latest-orders a {
	color: #156799;
}

.account-latest-orders a:hover {
	color: #222;
}

 .account-panel--svg {
	width: 18px;
	height: 18px;
	float: right;
	text-align: center;
	background-color: #156799;
	border-radius: 9px;
	line-height: 20px;
}

.account-panel--svg svg path {
	fill: #fff;
}

.account-panel--svg svg {
	vertical-align: middle;
	position: relative;
	top: -2px;
	right: -1px;
}

 .account-panels--wide .account-panel {
	width: 25%;
}
 .account-table {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.06);
	table-layout: auto;
	margin: 0 0 30px;
}
 .account-table a:hover {
	color: #156799;
	text-decoration: underline;
}
 .account-table .button-small:hover {
	color: #fff;
	text-decoration: none;
}
 .account-table.no-margin {
	margin: 0;
}
 .account-table .dblc {
	padding: 14px 20px;
	background-color: rgba(0,0,0,0.1);
	font-size: 13px;
	border-bottom: 1px solid rgba(0,0,0,0.06);
}
 .account-table .dblr:last-child .dblc {
	border-bottom: none;
}
 .account-table .dblc.small {
	width: 1px;
}
 .account-table .dblc.full {
	width: 100%;
}
 .account-table .dblr:first-child .dblc {
	color: #707070;
	text-transform: uppercase;
	font-size: 11px;
	background-color: rgba(0,0,0,0.06);
    white-space: nowrap;
}
 .account-summary {
	background: #242424;
	padding: 14px 20px;
	margin-bottom: 10px;
}
 .account-summary--label {
	color: #707070;
	text-transform: uppercase;
	font-size: 11px;
}
 .account-summary--value {
	color: #fff;
	line-height: 17px;
	font-size: 13px;
}
 .account-latest-orders {
	border: 1px solid rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.1);
	font-size: 11px;
	color: #156799;
	text-align: center;
	padding: 12px;

}
 .order-totals {
	background-color: rgba(0,0,0,0.15);
	padding: 15px 24px;
	text-align: right;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 30px;
}
 .order-totals .dbl {
	width: 140px;
	float: right;
}
 .order-totals .dblc {
	padding: 5px 0;
}
 .order-totals .dblc:first-child {
	text-align: left;
}
 .order-totals .dblr:last-child {
	color: #156799;
}
 .order-panels {
	padding: 0 0 30px;
}
 .order-panels--grid {
	margin: 0 -10px 0 0;
}
 .order-panels .message-error {
	margin: -10px 0 30px;
}
 .order-panel {
	width: 33.3333333%;
	padding: 0 10px 0 0;
	font-size: 11px;
	float: left;
}
 .order-panel--inner {
	background-color: rgba(0,0,0,0.1);
	padding: 20px 24px;
	color: #707070;
}
 .order-panel--data {
	padding: 0 0 10px;
}
 .order-panel--data:last-child {
	padding: 0;
}
 .order-panel--value {
	padding: 4px 0 0 0;
	line-height: 17px;
}
 .order-btns {
	margin: 30px 0 0 0;
}
 .loyalty-table-cont {
	overflow: hidden;
}
 .loyalty-table {
	table-layout: auto;
}
 .loyalty-table .dblc {
	background-color: #fff;
	padding: 16px 24px;
	border-bottom: 20px solid rgb(243, 243, 243);
}
 .loyalty-table .full {
	width: 100%;
}
 .loyalty-table .small {
    white-space: nowrap;
}
 .loyalty-point--cont {
	width: 160px;
	float: left;
	text-align: center;
}
 .loyalty-point {
	margin: 16px auto 0;
	background-color: rgb(220, 220, 220);
	border-radius: 30px;
	padding: 10px 16px;
	color: #156799;
	font-size: 13px;
	display: inline-block;
}
 .loyalty-point__grey {
	background-color: #707070;
	color: #fff;
}
 .top-loyalty {
	position: relative;
	padding: 0 0 40px;
	z-index: 1;
}
 .loyalty {
	position: relative;
	z-index: 1;
}
 .top-loyalty--text {
	overflow: hidden;
	font-size: 13px;
    padding: 16px 24px;
}
 .top-loyalty--text span {
	color: #156799;
}
 .top-loyalty:before,
.loyalty:before{
	content: '';
	z-index: -1;
	width: 1px;
	position: absolute;
	left: 80px;
	top: 0; bottom: 0;
	background-color: rgba(0,0,0,0.1);
}
 .top-loyalty .loyalty-point {
	background-color: #fff;
	font-size: 18px;
	color: #1e1e1e;
	margin: 0;
}
 .order-panel--label {
	color: #707070;
	font-size: 11px;
}
 .account-details--left {
	float: left;
	width: 450px;
	margin: 0 30px 0 0;
}
 .account-details--action {
	text-align: right;
	padding: 14px 0 0 0;
}
 .account-details--right {
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 20px;
}
 .account-details--right span {
	display: block;
	font-size: 11px;
	color: #707070;
	padding: 8px 0 0;
}
 .account-details--checkbox-cont,
.account-login--checkbox-cont {
	padding: 10px;
	background-color: rgba(0,0,0,0.1);
}
 .account-details--checkbox-cont .checkbox-label,
.account-login--checkbox-cont .checkbox-label {
	color: #444;
}
 .account-login--checkbox-cont {
	margin-bottom: 2px;
}
 .account-details--title-text {
	float: right;
	max-width: 320px;
	font-size: 12px;
	line-height: 1.4;
	color: #707070;
}
 .account-details--block {
	background-color: rgba(0,0,0,0.05);
	padding: 12px 15px;
	margin: 0 0 10px;
}
 .account-details--block .dblc {
	padding: 5px;
}
 .account-details--label {
	font-size: 13px;
	color: #707070;
	text-transform: uppercase;
}
 .account-details--value {
	font-size: 13px;
	padding-top: 4px;
}
 .account-details--block-action {
	padding: 5px 0 5px 0;
}
 .account-login .container {
	max-width: 620px;
}
 .account-login--block {
	padding: 30px 40px 35px;
	background: #f3f3f3;
	margin-bottom: 30px;
}

.account-login--block.new-website-message {
	background: #156799;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
	padding: 30px 40px 30px;
}

.account-login--block__new {
	background: #f3f3f3;
}
 .account-login--block h3 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 8px;
}
 .account-login--block p {
	font-size: 13px;
	margin-bottom: 20px;
}
 .account-login--section {
	margin-bottom: 20px;
}
 .account-login--block .input-grid {
	margin-right: -10px;
}
 .account-login--block .input-grid .input {
	padding-right: 10px;
}
 .account-login--block .input {
	margin-bottom: 4px;
}
 .account-login--block .form-note {
	padding: 8px 0;
}
 .account-login--buttons {
	margin-top: 10px;
}
 .account-login--buttons .form-note {
	text-transform: uppercase;
}
 .account-login--block .button {
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 100px;
	min-width: 115px;
}
 .account-login--block .button-small {
	font-size: 14px;
}
 .button-password {
	color: #161616;
	background: #e5e5e5;
	margin: 12px 6px;
	padding: 0;
	min-width: 0;
	width: 50px;
}
 .account-login--block .button-password {
	min-width: 0;
	font-size: 12px;
	top: 0;
    right: 4px;
    bottom: 0;
    line-height: 18px;
}
 .account-login--checkbox-cont span {
	display: block;
	font-size: 11px;
	color: #707070;
	padding: 8px 0 0;
}
 .account-login--trade {
	margin: 15px 0 -2px;
}
 /*
|--------------------------------------------------------------------------
| Account v2 > Overlays
|--------------------------------------------------------------------------
*/
 .modal-account .modal--inner {
	max-width: 476px;
}
 .account-modal {
	background-color: #156799;
	padding: 30px;
}
 .account-modal .checkbox-label {
	color: #fff;
}
 .account-modal .input {
	margin: 0 0 4px;
}
 .account-modal--title {
	font-size: 21px;
	color: #fff;
	padding: 0 0 20px;
}
 .account-modal--action {
	text-align: right;
	padding: 16px 0 0 0;
}
 .account-modal--action .button {
	font-size: 14px;
}
 .address-block--grid {
	margin: 0 -10px 0 0;
}
 .address-block,
.address-block--add {
	float: left;
	padding: 0 10px 10px 0;
}
 .address-block--title {
	font-size: 11px;
	color: #707070;
	padding: 0 0 4px;
}
 .address-block--inner {
	background-color: rgba(0,0,0,0.1);
	padding: 16px 20px;
	border: 1px solid transparent;
}
 .address-block__primary .address-block--inner {
	border-color: rgba(0,0,0,0.1);
}
 .address-block--address {
	font-size: 13px;
}
 .address-block--title__orange {
	color: #156799;
}
 .address-block--action {
	padding: 20px 0 0 0;
}
 .address-block--action a,
.address-block--action button,
.address-block--action {
	font-size: 10px;
	color: #707070;
}
 .address-block--action button {
	background: 0;
	font-family: inherit;
	text-align: left;
}
 .address-block--action button:hover {
	text-decoration: underline;
}
 .account-modal--checkboxes {
	padding: 14px 0 0 0;
}
 .account-modal--checkboxes-title {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 4px;
}

#account_del_8_button {
	line-height: 22px;
}

 .address-block--add-inner {
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	height: 100px;
}
 .address-block--add-wrap {
	position: absolute;
	top: 50%;
	left: 0; right: 0;
	transform: translateY(-50%);
	cursor: pointer;
}

.address-block--add-wrap svg {
	fill: #156799;
}

 .address-block--add-title {
	font-size: 14px;
	color: #156799;
}
 .no-margin {
	margin: 0;
}
 .mobile-cats {
	display: none;
	padding: 0 0 20px;
}
 .mobile-cats--title {
	position: relative;
	font-size: 24px;
	padding: 10px 16px;
	background-color: #2d2d2d;
	margin: 0 0 10px;
}

.mobile-cats--title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}
 .mobile-cats a {
	padding: 10px;
	color: #fff;
}
 .mobile-cats a.sel {
	color: #156799;
}
 .mobile-cats--cats {
	display: none;
}
 .mobile-cats--title.open {
	color: #156799;
}
 .mobile-cats--title.open svg {
	transform: rotate(-180deg);
}
 .mobile-cats--title.open ~ .mobile-cats--cats {
	display: block;
}

.quote-side {
	width: 50%;
	float: right;
}

.quote-side .cart-segment {
	margin-bottom: 0;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #fff;
}

.quote-side .cart-segment + .cart-totals {
	border-top: 0;
}

.quote-side .cart-totals {
    background-color: #f3f3f3;
}

.overlay-force-show {
	display: block!important;
	animation: none!important;
}

.overlay-force-show.open .overlay--inner {
	animation: none!important;
	opacity: 0!important;
}


.overlay-top {
	position: absolute;
}

.overlay-top .overlay--inner {
	position: relative;
	top: 50px;
}

.overlay-top.open .overlay--inner {
	-webkit-animation: overlayEntranceNotVerticallyCentered 1s forwards;
	-moz-animation: overlayEntranceNotVerticallyCentered 1s forwards;
	-o-animation: overlayEntranceNotVerticallyCentered 1s forwards;
	animation: overlayEntranceNotVerticallyCentered 1s forwards;
}


.featured-listings .product--image {
	position: relative;
}

.featured-listings .product--image:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	pointer-events: none;
	/* border: 6px solid #cb0033; */
}

.featured-listings .product--image:after {
	content: 'BEST SELLER';
	position: absolute;
	right: 0; bottom: 0; left: 0;
	padding: 5px 10px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	pointer-events: none;
	background-color: #cb0033;
}

.posrel {
	position: relative;
}

#images-size-wrapper {
	position: absolute;
	top: 0;
	pointer-events: none;
	visibility: hidden;
    top: -999%;
}





/* Secondhand */
.secondhand-heading {
	text-align: center;
	padding: 60px 0;
	background-color: #fff;
	margin: 0 0 10px;
}

.secondhand-heading .container {
	max-width: 900px;
}

.secondhand-heading--icons svg {
	margin: 10px;
}

.secondhand-heading--title {
	color: #232359;
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 10px;
}

.secondhand-heading--subtitle {
	color: #2f729f;
	font-size: 24px;
	line-height: 1.3;
}

.secondhand-heading--title span {
	color: #156799;
}

.secondhand-cont {
	padding: 50px 0;
	background-color: #f3f3f3;
}

.secondhand-cont .container {
	max-width: 1240px;
}

.secondhand-main {
	display: flex;
    align-items: flex-start;
}

.secondhand-faqs--title {
	margin: 0 0 14px;
	font-size: 18px;
	color: #232359;
	font-weight: 600;
}

.secondhand-left {
	background-color: #156799;
	flex: 1 1 auto;
	margin: 0 40px 0 0;
	padding: 40px;
	counter-reset: headings;
}

.secondhand-right {
	width: 360px;
	flex-shrink: 0;
}

.secondhand-banner {
	display: block;
	width: 100%;
	margin: 0 0 10px;
}

.secondhand-banner img {
	display: block;
	width: 100%;
}

.secondhand-faqs {
	margin: 0 0 40px;
}

.secondhand-faq {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	margin-top: -1px
}

.secondhand-faq--question {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #156799;
	padding: 18px;
	cursor: pointer;
}

.secondhand-faq--question svg {
	flex-shrink: 0;
	margin: 0 0 0 10px;
}

.secondhand-faq.active .secondhand-faq--answer {
	display: block;
}

.secondhand-faq.active svg {
	transform: rotate(-180deg)
}

.secondhand-faq--answer {
	padding: 0 18px 18px 18px;
	font-size: 13px;
	display: none;
}

.secondhand-toggles {
	display: flex;
	margin: 0 -10px 30px 0;
}

.secondhand-toggle {
	width: 50%;
	color: #fff;
	margin: 0 10px 0 0;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 40px;
	border-radius: 10px;
	border: 1px solid #11527a;
	text-align: center;
	text-transform: uppercase;
	transition: background 300ms ease;
	cursor: pointer;
}

.secondhand-toggle:hover {
	background-color: rgba(0,0,0,0.1);
}

.secondhand-toggle.active {
	color: #232359;
	background-color: #fff;
	border-color: #fff;
}

.secondhand-form--title:first-child {
	margin: 0;
}

.secondhand-form--title {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding: 8px 0 20px 38px;
	margin: 30px 0 0 0;
}

.secondhand-form--title:before {
    content: counter(headings);
    position: absolute;
	left: 0px;
    top: 5px;
    counter-increment: headings;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	font-size: 18px;
	background-color: #11527a;
	border-radius: 15px;
}

.secondhand-left .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 13px 40px 13px 10px;
}

.secondhand-form .input-label {
	color: #2b2b2b;
	display: none;
}

.secondhand-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #757575;
}

.secondhand-form .input input[type="text"],
.secondhand-form .input input[type="email"],
.secondhand-form .input input[type="search"],
.secondhand-form .input input[type="tel"],
.secondhand-form .input input[type="password"],
.secondhand-form .input textarea {
	padding: 10px;
	height: auto;
	line-height: 1.3;
}

.please-note {
	color: #fff;
	margin: 30px 0 0 0;
}

.please-note--title {
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 4px;
}

.please-note .content,
.please-note .content p {
	font-size: 11px;
	line-height: 1.3;
}

.secondhand-submit, .secondhand-new {
	font-size: 18px;
	padding: 10px;
	display: block;
	width: 100%;
	font-weight: 600;
	margin: 20px 0 0 0;
}
.secondhand-new {
	font-size: 16px;
}

.secondhand-form .input-file input {
	display: none;
}

.secondhand-form .input-file {
	display: flex;
	align-items: center;
	margin: 0 0 30px;
}

.secondhand-form .input-file-dummy {
	color: #fff;
	margin: 0 0 0 14px;
}

.secondhand-form .input-file .button {
	position: relative;
	top: auto; left: auto; right: auto; bottom: auto;
    padding: 7px 15px 7px 15px;
	font-size: 16px;
}

.secondhand-form .input-file .button svg {
	transform: translateY(2px);
}

#looking-to-purchase-cont {
	display: none;
}

.secondhand-form .input-grid {
	margin: 0 -9px 0 0
}

.secondhand-form .input-grid .input {
    padding: 0 9px 0 0;
	margin: 0 0 9px;
}

.listing-setup-banner {
	display: flex;
	background-color: #156799;
	color: #fff;
	padding: 7px 20px;
	margin: 22px 0 0 0;
	cursor: pointer;
	transition: background 300ms ease;
}

.listing-setup-banner:hover {
	background-color: #105884;
}

.listing-setup-banner > svg,
.listing-setup-banner--image {
	flex-shrink: 0;
}

.listing-setup-banner--image {
	width: 180px;
    margin: -7px -20px -7px 0;
}

.listing-setup-banner--content {
	flex: 1 1 auto;
	padding: 7px 10px;
}

.listing-setup-banner--title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
    margin: 0 0 4px;
}

.listing-setup-banner--subtitle {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.listing-setup-banner--subtitle svg {
    vertical-align: middle;
}

.listing-setup-overlay--content {
	padding: 37px 38px;
}

.listing-setup-overlay--title {
	font-size: 24px;
	color: #2b2b2b;
	font-weight: 600;
	margin: 0 0 10px;
}

.listing-setup-overlay--text {
	margin-bottom: 20px;
}

.listing-setup-overlay--text,
.listing-setup-overlay--text p {
	font-size: 15px;
	color: #2b2b2b;
}

.listing-setup-content-block {
	display: flex;
	border: 2px solid #f3f3f3;
	margin: 0 0 1px;
	align-items: center;
}

.listing-setup-content-block--image {
	flex-shrink: 0;
	width: 89px;
	min-height: 89px;
	margin: -2px;
    align-self: stretch;
}

.listing-setup-content-block--content {
	flex: 1 1 auto;
	padding: 16px 20px;
}

.listing-setup-content-block--title {
	font-size: 16px;
	color: #2b2b2b;
	font-weight: 600;
	margin: 0 0 4px;
}

.listing-setup-content-block--text ,
.listing-setup-content-block--text p {
	font-size: 13px;
	color: #2b2b2b;
	line-height: 1.2;
}







#financeFilterSection {
	color: #fff;
}

.finance-filter-form .ui-widget-content .ui-state-default {}

.finance-filter-form .ui-slider-horizontal {
	border: 1px solid #e9e9e9;
	height: 20px;
	border-radius: 10px;
}

.finance-filter-form .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.finance-filter-form .ui-slider-horizontal .ui-slider-range-min {
	background-color: #156799;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#finance-filter-custom-handle {
	text-align: center;
	font-size: 13px;
	background-color: #232359;
	/*transform: translateY(-27px) translateX(-30px);*/
	transform: translateY(-27px) translateX(-35px);
	/*padding: 4px 10px;*/
	padding: 4px 5px;
	color: #fff;
	width: auto;
	height: auto;
	line-height: 1;
	border: none;
	/*width: 60px;*/
	width: 70px;
	text-align: center;
	margin: 0;
}

#finance-filter-custom-handle:before {
	content: '';
	border: 4px solid transparent;
	border-top-color: #232359;
	border-bottom: 0;
	position:absolute;
    top: 100%;
	left: 50%;
    margin-left: -4px;
}

#finance-filter-custom-handle:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	border: 1px solid #fff;
    left: 50%;
	transform: translateX(-50%);
    bottom: -38px;
	border: 1px solid #fff;
	cursor: pointer;
	background: url(/images/style/gig/range-slider@2x.png) center center / 21.5px 15.5px no-repeat #232359;
}

#overlay-finance-filter .overlay--inner {
	max-width: 640px;
	padding: 0;
}

.sidebar-content .finance-filter {
	padding-top: 0;
}

.finance-filter-header {
	background: #156799;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 16px 30px;
	width: 100%;
	line-height: 1;
	text-align: left;
}

.finance-filter-header svg {
	transform: rotate(90deg);
	float: right;
}

.finance-filter.open .finance-filter-header svg {
	transform: rotate(270deg);
}

.finance-filter-form {
    /* padding: 30px 40px; */

	padding: 30px;
	border: 1px solid #eee;
	display: none;
}

.finance-filter-example {
	background: #b3b4b5;
	padding: 20px 30px;
	font-size: 12px;
	color: #fff;
	line-height: 1.3;
	display: none;
}

.finance-filter-example strong {
	font-weight: 600;
}

.finance-filter.open .finance-filter-form,
.finance-filter.open .finance-filter-example {
	display: block;
}

.finance-filter-left {
	max-width: 530px;
	float: left;
	padding-right: 30px;
}

.finance-filter-left .finance-title {
	text-align: left;
}








.finance-filter-form .input-grid {
	display: flex;
	margin: 20px 0;
	align-items: center;
}

.finance-filter-form .input {
	padding: 0;
	margin: 0;
}

.finance-filter-form .input-spacer {
	margin: 0 30px;
	font-weight: 600;
}

.finance-filter-form .input input {
	border-color: #eee;
}

#financeFilterApply {
	/* display: block;
	width: 100%;
	margin: 20px 0 0 0; */

	width: auto;
	margin-top: 0;
	margin-right: 20px;
	padding: 7px 25px;
	min-width: 105px;
	letter-spacing: -0.025em;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

#clearFinanceFilters {
	background-color: #e9e9e9;
	font-size: 16px;
	color: #1a1a1a;
	padding: 7px 25px;
	line-height: 1;
}

#clearFinanceFilters:hover {
	background-color: #cfcfcf;
}

#finance-filter-deposit-slider {
	margin: 44px 0 0 0;
}

.toggle-input {
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	margin: 15px 0 20px;
}

.toggle-input input {
	/* width: 100%; */
	flex: 1 1 auto;
    line-height: 28px;
    height: 40px;
    padding: 10px 10px 10px 10px;
    color: #2b2b2b;
    resize: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
}

.toggle-input input::-webkit-outer-spin-button,
.toggle-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.toggle-input input[type=number] {
  -moz-appearance: textfield;
}

.toggle-input--prefix {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0px 0 20px;
    /* transform: translateY(2px); */
}

.toggle-input-toggle {
	display: flex;
	font-weight: 600;
	color: #b3b4b5;
	align-items: center;
    margin: 0 10px 0 0;
}

.toggle-input-toggle span {
	color: #b3b4b5;
	margin: 0 5px;
	font-size: 13px;
	cursor: pointer;
}

.toggle-input-toggle span:hover {
	color: #aaa
}

.toggle-input-toggle div {
	margin: 0 5px;
	font-size: 14px;
	font-weight: 400;
}

.toggle-input-toggle span.active {
	color: #2b2b2b
}

.finance-filter .toggle-input {
	margin-bottom: 15px;
}

.finance-filter .toggle-input input {
	width: calc(100% - 31px);
	height: 34px;
}

.finance-filter .toggle-input--prefix {
	padding-left: 15px;
	transform: translateY(1px);
}

.finance-filter-right {
	min-height: 200px;
	float: right;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.finance-filter-instalments {
	display: flex;
	/* margin: 0 0 20px; */
	justify-content: center;
	align-items: center;

	margin: 15px 0;
}

.finance-filter-instalment {
	/* padding: 14px; */
	font-weight: 600;
	border: 1px solid #eee;
	cursor: pointer;
	margin-left: -1px;

	font-size: 18px;
	padding: 20px 17px;
	min-width: 60px;
	text-align: center;
}

.finance-filter-instalment.active {
	background-color: #105782;
	color: #fff;
    border-color: #0b3a56;
    position: relative;
}

.finance-filter-instalment.invalid {
	color: #b3b4b5;
}

.finance-filter-instalment.invalid.active {
	background-color: #b3b4b5;
	color: #fff;
	border-color: #b3b4b5;
	position: relative;
}

.finance-filter-results-text {
	font-size: 12px;
}

#financeFilterSection .button {
	display: block;
	font-size: 13px;
    padding: 4px 15px 4px 15px;
	margin: 10px 0 0 0;
}

#financeFilterSection .button:before {
	display: none;
}

.finance-filter-totals,
.finance-filter-message {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Poppins', sans-serif;
	line-height: 23px;
}

.finance-filter-totals {
	font-size: 23px;
}

.finance-filter-totals div {
	padding: 0 10px;
	text-align: left;
}

.finance-filter-totals div:first-child {
	border-right: 1px solid #1a1a1a;
	text-align: right;
}

.finance-filter-totals strong {
	color: #156799;
	font-weight: 600;
	white-space: nowrap;
}

.finance-filter-message {
	font-weight: bold;
	color: #156799;
	font-size: 18px;
	text-align: center;
}

.finance-filter-buttons {
	margin-top: -25px;
	clear: left;
}

.listing-price-cont {
	margin-bottom: 15px;
}

.form-options {
	margin-top: 15px;
	padding-top: 0;
}

.payment-method__klarna .payment-method--title {
	background: url(/images/style/gig/klarna.png) no-repeat center right;
	background-size: auto 100%;
}

.payment-method--klarna iframe,
.payment-method--klarna div[data-cid] {
	min-width: 240px !important;
}

.payment-method__disabled {
    position: relative;
}
.payment-method__disabled .payment-method--button {
    pointer-events: none;
    opacity: .7;
    background-color: #e7e7e7;
}
.payment-method__msg {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    left: 0;
    background-color: #cb0033;
    color: #fff;
    padding: 10px;
    z-index: 1;
    opacity: .9;
    font-size: 12px;
}

.basket-delivery-msg {
	display: block;
    font-weight: 500;
    font-size: 13px;
    margin: 15px 0;
    line-height: 1.2;
}
.basket-delivery-msg input {
    margin: 2px 10px 0 0;
}
.basket-delivery-msg .message-error {
	margin-top: 10px;
}

.form-captcha {
    margin: 10px 0 15px;
}
.secondhand-left .form-captcha {
    margin-top: 15px;
}

.product-og-img {
    background-color: #156799;
    color: #fff;
    padding: 20px;
    font-size: 13px;
    display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.1;
}
.product-og-img svg {
    fill: #fff;
	width: 29px;
    min-width: 29px;
    margin-right: 15px;
}
.product-og-img__text .title {
    font-size: 16px;
    font-weight: 600;
}
.product-og-img__text *:not(:last-child) {
	margin-bottom: 3px;
}

.listing-image.og-img {
    border: 3px solid #156799;
}


/*
|--------------------------------------------------------------------------
| Select2 > Stock Status Indicator
|--------------------------------------------------------------------------
*/

.select2-results__option.select2-stock-indicator {
	position: relative;
	padding-right: 32px;
}

.select2-results__option.select2-stock-indicator::after {
	content: '';
	position: absolute;
	top: 50%;right: 15px;
	transform: translateY(-50%);
	width: 12px;height: 12px;
	border-radius: 50%;
	background-color: #37af56;
}

.select2-results__option.select2-stock-indicator.select2-in-stock::after {
	background-color: #37af56;
}

.select2-results__option.select2-stock-indicator.select2-out-of-stock::after {
	background-color: #b32020;
}

.select2-results__option.select2-stock-indicator.select2-stock-pending::after {
	background-color: #fcab3e;
}

.select2-results__option.select2-stock-indicator.select2-pre-order::after {
	background-color: #ff7e00;
}

.link-whatsapp, .contact-detail--value a.link-whatsapp {
    display: flex;
    align-items: center;
	color: #64B161;
}
.link-whatsapp:hover, .contact-detail--value a.link-whatsapp:hover {
	color: #569653;
}
.link-whatsapp:not(:first-child) {
    margin-top: 5px;
}
.link-whatsapp > svg {
    height: 24px;
    width: 24px;
    margin-left: 10px;
}
.whatsapp-sticky-link {
	display: none;
}

.container-heading--container.vertical-padding {
    padding-bottom: 15px;
}
.content-heading {
	background-color: #f3f3f3;
	padding: 35px;
}
.content-heading > img {
    margin-left: 100px;
}
.content-heading h1 {
    font-size: 40px;
    font-weight: 700;
    color: #156799;
	margin-bottom: 20px;
}
.content-heading .js-rm {
    line-height: 1.5;
}
.content-heading--video {
    width: 650px;
    max-width: 55%;
    padding-left: 5rem;
}
.content-heading--video .video-cont {
    padding-bottom: 51.7%;
}

.js-rm {
	position: relative;
}
.js-rm--dummy {
	position: absolute;
	left: 0; right: 0;
	visibility: hidden; 
	pointer-events: none;
}
.js-rm--content {
	transition: ease-in-out .2s;
}
.js-rm--content, .js-rm.dummy-test .js-rm--dummy {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
}
.content-heading.has-vid .js-rm--content, .content-heading.has-vid .js-rm.dummy-test .js-rm--dummy {
	-webkit-line-clamp: 6;
}
.js-rm.no-clamp .js-rm--content, .js-rm.is-webkit .js-rm--content {
	-webkit-line-clamp: unset!important; 
	text-overflow: unset!important;
}

.js-rm:not(.active) .js-rm--toggle {
	display: none;
}
.js-rm--toggle {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
    color: #156799;
    font-weight: 600;
    margin-top: 20px;
	cursor: pointer;
}
.js-rm--toggle::before {
	content: 'Read More';
	position: relative;
}
.js-rm.open .js-rm--toggle::before {
	content: 'Read Less';
	position: relative;
}
.js-rm.is-webkit .js-rm--content {
	text-overflow: unset!important;
}
.js-rm.is-webkit .js-rm--content > * {
	display: inline;
}
.js-rm.is-webkit .js-rm--content > *:not(:last-child)::after {
    content: "\A\A";
    white-space: pre;
}
.js-rm.is-webkit.open .js-rm--content {
	max-height: unset!important;
}

.image-blocks {
	padding: 0 40px;
	margin: 0 0 -15px -15px;
}
.image-blocks > div {
	padding: 0 0 15px 15px;
}
.image-blocks .image-block {
	display: flex;
}
.image-blocks .image-block img {
	visibility: hidden;
}

.cats + .image-blocks {
    margin: -10px 0 20px -15px;
}
.category-slider + .image-blocks {
    padding-top: 20px;
}

.panel--padding-60 {
	padding: 60px 0;
}

.feedbacklab.zsfbright {
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end;
    top: unset !important;
    bottom: 20px;
    right: 20px !important;
    transform: unset;
    transform-origin: unset !important;
	z-index: 9999998 !important;
}
#feedbacklabel span {
    max-width: 190px !important;
    overflow: unset !important;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    background-color: #249a4b !important;
}