
@font-face {
    font-family: 'ITC Franklin Gothic Std';
    src: url('fonts/ITCFranklinGothicStd-Book.woff2') format('woff2'),
        url('fonts/ITCFranklinGothicStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a:hover, a:focus { 
	color: #5b62a6;
}

html {
	background-color: #fff;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color:#fff;
    color: #2f2f2f;
}

body #page-wrapper {
	overflow-x: hidden;
}

h1 {
	font-size: 37px;
	font-weight: bold;
	text-align: left;
}

 
#status-messages .error a {
	text-decoration: underline;
	vertical-align: baseline;
}

.target-product .product-details + .block-block h3::before, 
.target-product .block-block + .block-block h3::before, 
.target-product .product-details + .block-block h3::after, 
.target-product .block-block + .block-block h3::after,
.block-block.block-featured-products h3::before, 
.block-block.block-recently-viewed h3::before, 
.block-block.block-bestsellers h3::before, 
.block-block.block-featured-products h3::after, 
.block-block.block-recently-viewed h3::after, 
.block-block.block-bestsellers h3::after {
	background-color: #b5e7e8;
}

.target-product .product-details + .block-block h3, 
.target-product .block-block + .block-block h3,
.block-block.block-featured-products h3, 
.block-block.block-recently-viewed h3, 
.block-block.block-bestsellers h3 {
	font-size: 37px;
	font-weight: bold;
}

/* single page - normal page - standard page */

.target-page .page-body-content {
	width: 80%;
	margin: 0 0 0 3%;
}

	.target-page .page-body-content a {
		color: #00b09b;
		text-decoration: underline;
	}

	.target-page .page-body-content h2 {
		margin: 30px 0px 15px 0px;
	}

	.target-page .page-body-content li {
		margin: 10px 0px 10px 0px;
	}

/* spinners / loaders */


/* ----------*/
.wait-block,
.block-wait {
  min-width: 0;
  min-height: 0;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  box-shadow: 10px 10px #808080, -10px 10px #00b09b, -10px -10px #808080, 10px -10px #00b09b;
  animation: spin ease infinite 2s;
}

@keyframes spin {
  0%,
  100% {
    box-shadow: 10px 10px #808080, -10px 10px #00b09b, -10px -10px #808080, 10px -10px #00b09b;
  }
  25% {
    box-shadow: -10px 10px #00b09b, -10px -10px #808080, 10px -10px #00b09b, 10px 10px #808080;
  }
  50% {
    box-shadow: -10px -10px #808080, 10px -10px #00b09b, 10px 10px #808080, -10px 10px #00b09b;
  }
  75% {
    box-shadow: 10px -10px #00b09b, 10px 10px #808080, -10px 10px #00b09b, -10px -10px #808080;
  }
}




/* header */

.header-top-panel {
	background-color: #2f2f2f;
}

@media (min-width: 992px) {
	#header-area .desktop-header #logo, #header-area .desktop-header .company-logo {
	    height: auto;
	    padding: 65px 0;
	    min-height: 98px;
	}
}

#header-area .desktop-header {
	box-shadow: none;
	border: 0;
}

.header-top-panel .container > div > a:hover, 
.header-top-panel .container > div > button.popup-login:hover, 
.header-top-panel .container > div > button.popup-login > span:hover, 
.header-top-panel .container > div > a:focus, 
.header-top-panel .container > div > button.popup-login:focus, 
.header-top-panel .container > div > button.popup-login > span:focus {
	color: #292175;
}

.header-top-panel .container > div > button.popup-login:hover,
.header-top-panel .container > div > button.popup-login > span:hover {
	color: #B1D8D3;
}

.header-top-panel .container > div > a:hover {
	color: #B1D8D3;
}

.header-top-panel .container > div.questacon-bar-headerr::before,
.header-top-panel .container > div.shipping-header::before {
	position: relative;
	background: transparent;
	width: auto;
	height: auto;
	right: auto;
	margin-right: 0px;
	top: auto;
	transform: translateY(0);
}


.header-top-panel .shipping-header {
	float: none;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	/*background-image: url(images/shipping-truck.png);*/
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.5px;
}

	.header-top-panel .shipping-header .fa-location-arrow {
		display: inline-block;
		padding-right: 10px;
		font-size: 28px;
		color: #f04c23;
	}

	body .header-top-panel .container div.shipping-header a {
		vertical-align: top;
		font-weight: 100;
		font-size: 15px;
		line-height: 20px;
		text-decoration: underline;
	}

	body .header-top-panel .container div.shipping-header a:hover {
		color: #B1D8D3;
	}

.header-top-panel .account-links.dropdown-menu li > a:hover::before, 
.header-top-panel .account-links.dropdown-menu li > a:hover i::before, 
.header-top-panel .account-links.dropdown-menu li > a:hover svg,
.header-top-panel .account-links.dropdown-menu > li > a:hover, 
.header-top-panel .account-links.dropdown-menu > li > a:focus {
	color: #635d9d;
}

.header-top-panel .questacon-bar-header {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.5px;
	float: right;
	display: inline-block;
}

	body .header-top-panel .questacon-bar-header a {
		vertical-align: top;
	}

#header-bar .lc-minicart:hover {
	background: #635d9d;
	cursor: pointer;
}

.header-right-bar .lc-minicart:not(.empty):hover {
    color: #635d9d;
}

.header-right-bar > :not(.disabled) > a:hover {
	color: #635d9d;
}

.mobile_header .nav .mobile_header-slidebar a:hover {
	color: #635d9d;
}

.mm-menu .mm-navbar .mm-close:hover::before, 
.mm-menu .mm-navbar .mm-close:hover::after {
	background-color: #635d9d;
}

.mm-menu .mm-listview a:hover {
	color: #635d9d;
}

.mm-listview > li:hover {
	color: #635d9d;
}

.mm-listview > li:hover .mm-next::after {
	color: #635d9d;
}

.mm-listview > li:hover .mm-next::after {
	border-color: #635d9d;
}

.additional-menu-wrapper .mm-nolistview.additional-menu li a:hover {
	color: #635d9d;
}

.mm-menu .mm-navbar:hover {
	color: #635d9d;
}

.mm-menu .mm-navbar:hover .mm-prev::before {
	border-color: #635d9d;
}

.header-right-bar .lc-minicart.recently-updated::after {
	background-color: #635d9d;
}


/* forms */

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	background: #00b09b;
	border: 1px solid #000;
}

body .form-control {
	border: 1px solid #a6a6a6;
	border-radius: 2px;
	background-color: #fff;
	color: #a6a6a6;
	padding: 8px 0px 8px 15px;
}

body .form-control:focus {
	border-color: #635d9d;
	color: #000;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(91,98,166,0.6); /* 635d9d */
}

body .regular-button:not(.disabled):hover {
	border-color: #635d9d;
    background-color: #635d9d;
    outline: none;
}

body .simple-search-box > button[type="submit"]:hover {
	background-color: transparent;
	border: 0;
	color: #635d9d;
}

body .simple-search-box {
	border-radius: 0;
	border: 0;
	width: 250px;
	padding-right: 15px;
}

body .simple-search-box > .table-value {
	width: 160px;
}

body .themetweaker-panel--tabs .regular-button { /* template editor buttons */
	padding: 0px 20px;
	background-color: inherit;
}

body .regular-button {
	border-radius: 0px;
	padding: 20px 20px 19px 20px;
	text-transform: none;
	font-weight: normal;
	background-color: #2f2f2f;
}

body .regular-button span {
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
}

a.continue-button {
	display: inline-block;
	padding: 20px 50px 20px 30px;
	background-color: #f6f7f7;
	background-image: url(images/arrow-right-blue.svg);
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: right 20px center;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}

a.continue-button:hover {
	background-color: #635d9d;
	color: #fff;
	background-image: url(images/arrow-right-white.svg);
}

.ui-dialog .ui-dialog-titlebar-close:hover::before, 
.ui-dialog .ui-dialog-titlebar-close:hover::after {
	background-color: #635d9d;
}

.ui-widget-content a:hover, 
.ui-widget-content a:focus {
	color: #635d9d;
}

.select-address ul.addresses > li:not(.selected):hover {
	color: #635d9d;
	border-color: #635d9d;
}

/* home page */


.welcome_banner {
	margin-top: -11%;
	top: -11%;
}

.htmlcontent-home-ad {
    background-image: url("images/babymetal.png");
    height: 550px;
    margin-bottom: 40px;
    padding-top: 13%;
    background-attachment: fixed;
    /*background-attachment: scroll;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #feb600;
    background-size: auto;
    position: relative;
}

@media only screen and (min-width: 1400px){
	.welcome_banner {
		margin-top: -5%;
		top: -5%;
	}
}

.block-block.block-recently-viewed {
	clear: both;
	margin-bottom: 40px;
}

.block-featured-products {
	margin-bottom: 40px;
	overflow: hidden;
}

/* recently viewed block */

.block-recently-viewed ul.products-grid.grid-list {
	display: block;
	text-align: center;
}

.no-sidebars .recently-viewed-products.center .products li.product-cell {
	display: inline-block;
}

/* checkout page */

.checkout-block .steps .step .form-control:focus {
	border-color: #635d9d;
}

.checkout-block .review-step .step-box .notes:not(.not-floating) .form-control,
.checkout-block .review-step .step-box .notes:not(.not-floating) .form-control-label {
	padding-top: 25px;
}

.checkout-block .box.cart-items .modifiers.included-modifiers {
	margin: 15px 0px 15px 0px;
}

.checkout-block .step-box .coupons {
	position: relative;
	bottom: auto;
	text-align: right;
	width: auto;
	height: auto;
	right: 20px;
}

.checkout-block .step-box .coupons.opened {
	background: #fff;
}

	.checkout-block .step-box .coupons .new a {
		font-size: 14px;
	    font-weight: bold;
	    color: blue;
	}

/* account details area */
.tabbed-content-wrapper .page-tabs ul > li.active > a, 
.tabbed-content-wrapper .page-tabs ul > li.active > span {
	color: #635d9d;
}

body .change-action .regular-button {
	padding: 10px 10px 9px 10px;
}

ul.address-book > li .address-box .address-text {
	width: 100%;
}

ul.address-book li.address-text-firstname .address-text-value, 
ul.address-book li.address-text-lastname .address-text-value, 
ul.address-book li.address-text-phone .address-text-label, 
ul.address-book li.address-text-phone .address-text-value {
	line-height: 16px;
}

ul.address-book > li .address-box .address-text ul.address-entry {
	display: block;
	overflow: hidden;
}

ul.address-entry li.address-text-cell, ul.address-text li {
	line-height: 12px;
}

ul.address-book .delete-action button:hover {
	color: #635d9d;
}

.address-dialog ul.default-table {
	width: 530px;
}

.checkout-block .review-step .step-box .agree-note {
	font-size: 11px;
	line-height: 15px;
}

.checkout-block .review-step .step-box .browser-payment-warning {
	text-align: center;
	padding: 5px 10px 5px 10px;
}

	.checkout-block .review-step .step-box .browser-payment-warning i {
		color: pink;
	}

	.checkout-block .review-step .step-box .browser-payment-warning span {
		text-align:center; 
		font-size: 15px; 
		font-style:italic;
	}
	

/* single product page */

.product-details input.quantity:focus, 
.product-quicklook input.quantity:focus,
 #shopping-cart td.item-qty input:focus {
 	border-color: #635d9d;
 	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(99,93,157,0.6);
 }

 #cboxMiddleLeft, 
 #cboxMiddleRight {
 	background: #ffffff !important;
 	border-bottom: 60px solid #ffffff;
	border-top: 60px solid #ffffff;
 }

 #cboxContent {
    border-bottom: 20px solid #ffffff;
    border-top: 20px solid #ffffff;
}

/* cart page */
.item-thumbnail {
	text-align: center;
}

.item-thumbnail .fa-ticket {
	font-size: 50px;
}

.regular-main-button:not(.disabled):hover, 
.ui-widget-content .regular-main-button:not(.disabled):hover, 
.regular-main-button:not(.disabled):focus, 
.ui-widget-content .regular-main-button:not(.disabled):focus {
	background: #635d9d;
	border-color: #635d9d;
	cursor: pointer;
}


/* products grid */

.products-grid .product {
	display: block;
}

.products-grid .product-photo > span.product-thumbnail , 
.products-list .product-photo > span.product-thumbnail {
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: opacity .2s ease-in;
	display: flex;
	justify-content: center;
}

.products-grid .product-photo > span.product-thumbnail img, 
.products-list .product-photo > span.product-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.5s;
}

.products-grid .product:not(.prevent-hover):hover .product-photo a, 
.products-list .product:not(.prevent-hover):hover .product-photo a, 
.products-grid .product.touched .product-photo a,
.products-list .product.touched .product-photo a, 
.products-grid .product.ui-draggable-dragging .product-photo a, 
.products-list .product.ui-draggable-dragging .product-photo a {
	opacity: 1;
}

.products-grid .product:not(.prevent-hover):hover, 
.products-grid .product.touched, 
.products-grid .product.ui-draggable-dragging {
	box-shadow: none;
}

.products-grid .product-cell.box-product .product:hover {
	/*box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);*/
	box-shadow: 0;
}

.products-grid .product-cell.box-product .product ul.product-price span.product-price,
.products-grid .product-cell.box-product .product .product-name {
	transition: color 0.5s;
}

.products-grid .product-cell.box-product .product:hover ul.product-price span.product-price,
.products-grid .product-cell.box-product .product:hover .product-name {
	color: #00b09b;
}

.products-grid .product-cell.box-product .product:hover .product-photo > span.product-thumbnail img {
	transform: scale(1.05);
}
/*.products-list .product-photo > span.product-thumbnail img*/

.products-grid .product-photo, 
.products-list .product-photo {
	background-color: transparent;
}

body #content .block-featured-products .content .items-list-products {
	margin-bottom: 0px;
}

body #content .block-featured-products .content .items-list-products ul.products-grid.grid-list {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.block-featured-products a.continue-button {
	float: right;
}

/* contact us page */

.contact-us-company-info .email a {
	color: #000;
	text-decoration: underline;
}

/* footer */

body #footer-area {
	background-color: #f7f7f7;
}

body #footer-area h4 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 23px;
	line-height: 23px;
	text-transform: uppercase;
}

#footer-area .container > div {
	padding: 0px 0px 0px 0px;
}

#footer-area #secondary-menu {
	margin: 0px 0px 0px 0px;
}

body #footer-area .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 50px;
}

	body #footer-area .container #secondary-menu {
		width: 50%;
		flex-grow: 1;
	}

		body #footer-area .container #secondary-menu ul.footer-menu {
			display: block;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
		}

			body #footer-area .container #secondary-menu ul.footer-menu li {
				display: block;
				padding: 0px 0px 0px 0px;
				margin: 15px 0px 0px 0px;
			}

				body #footer-area .container #secondary-menu ul.footer-menu li a {
					text-decoration: underline;
					font-size: 15px;
					line-height: 15px;
					font-weight: bold;
				}

	body #footer-area .container .subscription-block {
		width: 50%;
		display: block;
		flex-grow: 1;
	}

		body #footer-area .container .subscription-block ul.footer-social-links {
			margin: 20px 0px 0px 0px;
		}

			body #footer-area .container .subscription-block ul.footer-social-links li {
				display: inline-block;
				margin: 0px 10px 0px 0px;
			}

				body #footer-area .container .subscription-block ul.footer-social-links li a {
					font-size: 40px;
				}

		body #footer-area .container .subscription-block .subscription-form-label {
			margin: 30px 0px 0px 0px;
		}

			body #footer-area .container .subscription-block .subscription-form-label h4 {

			}

		body #footer-area .container .subscription-block #newlettersubscription-email {
			border: 1px solid #a6a6a6;
			margin-top: 10px;
		}

		body #footer-area .container .subscription-block form:not(.not-floating) .form-control {
			padding: 8px 0px 8px 15px;
		}

		body #footer-area .container .subscription-block label {
			display: none;
		}

		body #footer-area .container .subscription-block form .table-value.newlettersubscription-email-value {
			width: 250px;
			display: inline-block;
			margin-right: 10px;
		}

		body #footer-area .container .subscription-block form .btn {
			display: inline-block;
			vertical-align: top;
		}

		body #footer-area .container .subscription-block .newsletter-note {
			color: #000;
			display: block;
			margin-top: 10px;
			font-size: 14px;
			line-height: 14px;
		}

body #footer-area #footer {
	background-color: #272727;
	padding: 50px 0px 50px 0px;
}


body #footer-area #footer:before {
	border-top: 0px;
    content: '';
    display: block;
    width: auto;
    margin-right:0px;
    margin-left:0px;
    left: auto;
    right: auto;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
}

	body #footer-area #footer .section {

	}

		body #footer-area #footer .section .container {
			padding-top: 0px;
			margin-top: 0px;
			padding-bottom: 0px;
			display: block;
		}

			body #footer-area #footer .section .container a {
				color: #a6a6a6;
			}

			body #footer-area #footer .section .container a:hover {
				color: #fff;
			}

			body #footer-area #footer .section .container .copyright {
				float: right;
				color: #a6a6a6;
			}

@media only screen and (max-width: 1100px){
	body #footer-area #footer .section .container .copyright {
		float: none;
		display: block;
		margin-top: 20px;
	}
}

/* nav */

.navbar-inverse {
	/*border-top: 1px solid #ece9e9;*/
	border: 0;
	/*border-bottom: 3px solid #fff;*/
}

/* custom mega menu nav */
.mega-top {
	/*display: flex;
	justify-content: left;*/
	padding: 0px 0px 0px 0px;
}

.mega-top > .top-nav-item {
	display: inline-block;
}
	
	.mega-top > .top-nav-item > a {
		display: block;
		padding: 22px 0px 17px 0px;
		transition: none;
	}

	.mega-top > .top-nav-item.has-subs > a {
		/*background-size: 13px auto;
	    background-position: center bottom 10px;
	    background-repeat: no-repeat;*/
	}

	.mega-top > .top-nav-item.has-subs:hover > a {
		/*background-image: url(images/grey-down-arrow.png);*/
		background-color: #ff3657;
		color: #fff;
	}

	.mega-top > .top-nav-item > a span {
		display: block;
		padding: 0px 22px 0px 22px;
		font-family: 'ITC Franklin Gothic Std', 'Open Sans', Arial, sans-serif;
		text-transform: uppercase;
	    font-size: 14px;
	    line-height: 14px;
	    border-right: 1px solid #ece9e9;
	    letter-spacing: 0.5px;
	    color: #000000;
	    text-align: center;
	}

	.mega-top > .top-nav-item.has-subs:hover > a span {
		border-right: 1px solid #292175;
	}

	.mega-top > .top-nav-item:last-child > a span {
		border: 0;
	}

	.mega-top > .top-nav-item.has-subs:hover > a span {
		color: #fff;
	}

	.mega-top > .top-nav-item:hover > a span {
		color: #5b62a6;
	}

	.mega-top > .top-nav-item:first-child > a span {
		/*padding-left: 0px;*/
	}

.mega-top > .top-nav-item.ticket-menu a span {
	color: #f04c23;
}

.mega-top > .top-nav-item .sub-wrap {
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 1000;
	min-height: 300px;
	background-color: #fff;
	/*border-top: 4px solid #5b62a6;*/
	border-top: 4px solid #ff3657;
	margin-top: -4px;
	box-shadow: 0px 4px 1px -2px #444;
}

.mega-top > .top-nav-item:hover .sub-wrap {
	display: block;
}

.mega-top > .top-nav-item .sub-wrap .sub-wrap-contain {
	display: flex;
	flex-wrap: nowrap;
	padding: 30px 0px 0px 0px;

}

/* sub cat list block in mega menu */
.mega-top > .top-nav-item .sub-wrap .sub-wrap-contain .sub-cat-list {
	width: 40%;
}

	.mega-top > .top-nav-item .sub-wrap .sub-wrap-contain .sub-cat-list .sub-nav-item {
		margin: 15px 0px 0px 0px;
	}

		.mega-top > .top-nav-item .sub-wrap .sub-wrap-contain .sub-cat-list .sub-nav-item a {
			
		}

			.mega-top > .top-nav-item .sub-wrap .sub-wrap-contain .sub-cat-list .sub-nav-item a span {
				font-size: 15px;
			}

.mega-top > .top-nav-item .sub-wrap .sub-wrap-contain .sub-cat-list h4 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'ITC Franklin Gothic Std', 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #888;
}

/* bestseller block in mega menu */
.mega-feature {
	width: 60%;
}

	.mega-feature .block-bestsellers {
		text-align: center;
	}

		.mega-feature .block-bestsellers > h3 {
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			font-family: 'ITC Franklin Gothic Std', 'Open Sans', Arial, sans-serif;
			font-weight: normal;
			font-size: 15px;
			line-height: 20px;
			letter-spacing: 2px;
			text-transform: uppercase;
			color: #888;
		}

		.mega-feature .block-bestsellers > h3:before {

		}
		.mega-feature .block-bestsellers > h3:before,
		.mega-feature .block-bestsellers > h3:after {
			position: relative;
			content: '';
			width: auto;
			height: auto;
			background: transparent;
			border-radius: 0;
			top: auto;
			transform: none;
		}

		.mega-feature .block-bestsellers .content {

		}

			.mega-feature .block-bestsellers .items-list-products {

			}

				.mega-feature .block-bestsellers .items-list-products .products {
					
				}

					.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list {
						margin: 0px 0px 0px 0px;
					}

						.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell {
							float: none;
							width: 33%;
							padding: 0px 0px 0px 0px;
						}

							.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product {
								width: 100%;
								padding: 0px 0px 0px 0px;
								display: flex;
							}

							.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product:hover {

							}

								.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product div.product-photo {
									width: 112px;
									height: 130px;
								}

									.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product span.product-thumbnail {
										
									}

										.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product span.product-thumbnail img.photo {
											width: auto;
											height: auto;
											object-fit: contain;
										}

										.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product:hover span.product-thumbnail img.photo {
											transform: none;
										}

								.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product h5.product-name {
									padding: 0px 0px 0px 0px;
									margin: 15px 0px 0px 0px;
									font-family: 'ITC Franklin Gothic Std', 'Open Sans', Arial, sans-serif;
									font-weight: normal;
									font-size: 13px;
									line-height: 20px;
									letter-spacing: 1px;
									text-transform: uppercase;
									color: #444;
								}

									.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product h5.product-name a {
										word-break: break-all;
									}

								.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product ul.product-price {

								}

								.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product ul.labels {
									display: none; /* hide sale labels in mega menu, no room */
								}

									.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product ul.product-price li.product-price-base {

									}

									.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product ul.product-price li.sale-label-product-details {
										margin: 0 0 5px;
									}

										.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list li.product-cell a.product ul.product-price li.product-price-base span.price {
											font-family: 'ITC Franklin Gothic Std', 'Open Sans', Arial, sans-serif;
											font-weight: bold;
											text-transform: uppercase;
											font-size: 15px;
											color: #666;
										}

										.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list .product:not(.prevent-hover):hover {
											box-shadow: none;
										}

										.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list .product:not(.prevent-hover):hover .quicklook  {
											top: 20%;
										}

										.mega-feature .block-bestsellers .items-list-products .products ul.products-grid.grid-list .product:not(.prevent-hover):hover:not(.not-available) .add-to-cart-button  {
											top: 65%;
										}


/* banner video homepage */

.banner-video {
	height: 600px;
	overflow: hidden;
	display: flex;
	align-items: center;
  position: relative;
}

	.banner-video .featured-video {
		width: 100%;
	}

	.banner-video figcaption {
		position: absolute;
		right: 5%;
		bottom: 83%;
		text-align: right;
	}

	.banner-video figcaption a {
		color: #666;
		text-transform: uppercase;
		font-weight: bold;
	}

	.banner-video figcaption.darktext a {
		color: #333333;
	}

	.banner-video figcaption .product-price-currency, .banner-video figcaption .product-price {
		color: #666;
	}

	.banner-video figcaption.darktext .product-price-currency, .banner-video figcaption.darktext .product-price {
		color: ##737373;
	}

/* homepage ticket button */

.mobile-ticket-button {
	display: none; /* only show on mobile */
}

/* General category page */

.block-block.block-top-categories .catalog-categories li a::before {
	/*color: #635d9d;*/
	color: #00b09b;
}

.items-list-products .sort-box .display-sort li, 
.items-list-orders .sort-box .display-sort li, 
.items-list-products .sort-box .display-per-page li, 
.items-list-orders .sort-box .display-per-page li {
	transition: none;
}

.items-list-products .sort-box .display-sort li:hover a, 
.items-list-orders .sort-box .display-sort li:hover a, 
.items-list-products .sort-box .display-per-page li:hover a, 
.items-list-orders .sort-box .display-per-page li:hover a,
.items-list-products .sort-box .display-sort .selected a, 
.items-list-orders .sort-box .display-sort .selected a, 
.items-list-products .sort-box .display-per-page .selected a, 
.items-list-orders .sort-box .display-per-page .selected a {
	transition: none;
}

.items-list-products .sort-box .display-sort li:hover, 
.items-list-orders .sort-box .display-sort li:hover, 
.items-list-products .sort-box .display-per-page li:hover, 
.items-list-orders .sort-box .display-per-page li:hover {
	background-color: #635d9d;
	color: #f6f6f6;
}

.target-category h1.title {
    margin-bottom: 0;
    border: 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0;
}

.target-category .list-header {
	border: 0;
	background: transparent;
	margin-bottom: 40px;
}

.items-list-products .sort-box, 
.items-list-orders .sort-box {

}	

.pager-items-total .per-page-box,
.items-list-products .per-page-box {
	display: none; /* per-page-box doesn't seem to work properly */
}

.pagination > .item.selected > a, 
.pagination > .item.selected > span, 
.pagination > .item.selected > a:hover, 
.pagination > .item.selected > span:hover, 
.pagination > .item.selected > a:focus, 
.pagination > .item.selected > span:focus {
	color: #635d9d;
}

.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	color: #635d9d;
}

.list-pager-bottom .pagination > li {
	display: inline-block;
    vertical-align: middle;
}

.target-category h1.title, 
.target-category .category-description {
	border: 0;
}

/* home page 3 features */

.welcome_banner {

}

	.welcome_banner ul.htmlcontent-home-welcome {

	}

		.welcome_banner ul.htmlcontent-home-welcome h4,
		.welcome_banner ul.htmlcontent-home-welcome h3 {
			color: #fff;
		}

		.welcome_banner ul.htmlcontent-home-welcome div.item-wrap:hover .caption h3, 
		.welcome_banner ul.htmlcontent-home-welcome div.item-wrap:hover .caption.white-color h3 {
			color: #fff;
		}

		.welcome_banner ul.htmlcontent-home-welcome li.col-xs .item-wrap .caption, 
		.welcome_banner ul.htmlcontent-home-welcome li.col-m .item-wrap .caption {
			transform: none;
		}

		/* left column */
		.welcome_banner ul.htmlcontent-home-welcome li.col-xs.left-postition.left-position {

		}

			.welcome_banner ul.htmlcontent-home-welcome li.col-xs.left-postition.left-position .item-wrap {
				background-color: #635d9d;
				background-image: url(images/redkid.png);
				background-repeat: no-repeat;
				background-position: bottom right;
				background-size: 281px auto;
			}

				.welcome_banner ul.htmlcontent-home-welcome li.col-xs.left-postition.left-position .item-wrap .item-link {
					display: block;
					height: 390px;
					position: relative;
					width: 100%;
				}

					.welcome_banner ul.htmlcontent-home-welcome li.col-xs.left-postition.left-position .item-wrap .item-link .caption {
						top: 15%;
					}

						.welcome_banner ul.htmlcontent-home-welcome li.col-xs.left-postition.left-position .item-wrap .item-link .caption h4 {

						}

		/* middle column */
		.welcome_banner ul.htmlcontent-home-welcome li.col-m.center-position.center-position {

		}

			.welcome_banner ul.htmlcontent-home-welcome li.col-m.center-position.center-position .item-wrap {
				background-color: #103a71;
				background-image: url(images/scopekids.png);
				background-repeat: no-repeat;
				background-position: bottom right;
				background-size: 446px auto;
			}

				.welcome_banner ul.htmlcontent-home-welcome li.col-m.center-position.center-position .item-wrap .item-link {
					display: block;
					position: relative;
					height: 390px;
					width: 100%;
				}

					.welcome_banner ul.htmlcontent-home-welcome li.col-m.center-position.center-position .item-wrap .item-link .caption {
						top: 12%;
					}

						.welcome_banner ul.htmlcontent-home-welcome li.col-m.center-position.center-position .item-wrap .item-link .caption h3 {
							margin-bottom: 15px;
							font-size: 55px;
						}

						.welcome_banner ul.htmlcontent-home-welcome li.col-m.center-position.center-position .item-wrap .item-link .caption h4 {
							text-transform: none;
							font-size: 25px;
							line-height: 28px;
						}

		/* right column */
		.welcome_banner ul.htmlcontent-home-welcome li.col-xs.right-position.right-position {

		}

			.welcome_banner ul.htmlcontent-home-welcome li.col-xs.right-position.right-position .item-wrap {
				background-color: #ff3657;
				background-image: url(images/babykid.png);
				background-repeat: no-repeat;
				background-position: bottom left;
				background-size: 263px auto;
			}

				.welcome_banner ul.htmlcontent-home-welcome li.col-xs.right-position.right-position .item-wrap .item-link {
					display: block;
					position: relative;
					height: 390px;
					width: 100%;
				}

					.welcome_banner ul.htmlcontent-home-welcome li.col-xs.right-position.right-position .item-wrap .item-link .caption  {
						top: auto;
						bottom: 2%;
					}

/* Ticket category page custom styles */

body.ticket-category {

}

 /* no bestsellers on ticket page */
body.ticket-category .mega-feature .block-bestsellers,
body.ticket-category .list-container .block-bestsellers {
	display: none;
}

body.ticket-category .block-recently-viewed {
	display: none;
}

.products-table.products-tickets-table tr > td:first-child {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.products-table.products-tickets-table {
	width: 60%;
	margin: 0 auto;
}

.tickets-down-notice {
	line-height: 30px;
	text-align: center;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.6)
}

	.tickets-down-notice p {
		margin: 15px 0px 15px 0px;
	}

/* Single ticket product page customisations */

body #main .quantity-box-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(images/select-arrows.png) no-repeat center right 4px;
    padding: 0px 15px 0px 5px;
    color: #000;
    font-weight: normal;
    border: 1px solid #4c4c4c;
    border-radius: 4px;
    height: 42px;
    font-size: 18px;
}

body #main .quantity-box-container select::-ms-expand {
    display: none;
}

div.product-details .product-details-info.product-ticket {
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
	width: auto;
}

div.product-details .product-details-info.product-ticket div.product-description {
	max-width: none;
}

/* single product page */

.product-details-tabs div.tabs ul.tabs li.active a {
	color: #00b09b;
}

.product-details-tabs div.tab-container.hacky-container {
	margin: 0 auto;
	min-height: 300px;
}

.items-list-products .list-pager.list-pager-bottom, 
.items-list-orders .list-pager.list-pager-bottom {
	border: 0;
}

/* search results page */

.items-list-products .display-mode-box li:hover a {
	color: #635d9d;
}

.products-table .product-add2cart:not(.disabled):hover, 
.products-table .product-add2cart:not(.disabled):focus {
	background-color: #635d9d;
	border-color: #635d9d;
}

/** review overwrites **/

.vote-bar .stars-row.full {
    position: absolute;
    top: 0;
    overflow: hidden;
}

#page-wrapper div.rating-5,
#page-wrapper div.rating-4,
#page-wrapper div.rating-3,
#page-wrapper div.rating-2,
#page-wrapper div.rating-1 {
	background-color: #00b09b;
}

.vote-bar .stars-row.full .star-single span {
	color: #00b09b;
}

#page-wrapper div.reviews div.title div.info {
	width: auto;
}

div.reviews ul li {
	margin-bottom: 50px;
}

ul.reviews-list li .response {
	padding-top: 20px;
	padding-left: 30px;
}

	ul.reviews-list li .response .title:before {
		vertical-align: top;
		content: "Response from: ";
		font-weight: bold;
	}

	ul.reviews-list li .response .title {
		padding: 0px 0px 0px 0px;
		background: transparent;
	}

		ul.reviews-list li .response .title .info .reviewer-name {
			font-size: 14px;
			font-style: italic;
		}

		ul.reviews-list li .response .title .info .date {
			display: none;
		}

div.product-details .product-details-info.product-ticket div.product-average-rating {
	display: none;
}

.product-details-tabs .product-reviews .link a:not(.disabled):hover {
	border-color: #00b09b;
}

/* Extra styling so that text boxes are properly padded for using placeholder labels */

html body .attribute-values label.title,
.product-details .attribute-values li:not(.not-floating) > .table-label,
.product-details .attribute-values li:not(.not-floating) > label:not(.checkbox-label):not(.rating) {
  position: relative !important;
  transform: none;
  margin-top: 0;
  padding-left: 0;
  left: 0;
  margin-bottom: 10px;
}

html body .attribute-values select.form-control,
.product-details .attribute-values li:not(.not-floating) .form-control,
.product-details .attribute-values li:not(.not-floating) .form-control-label {
  padding-top: 9px;
}

.product-details .attribute-values li .form-control {
  min-width: 364px;
  max-width: 545px;
  min-height: 100px;
}

.product-details .attribute-values li:not(.not-floating) textarea.form-control::placeholder {
  color: #999;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.quantity-box-container input:hover,
.quantity-box-container input:focus,
.quantity-box-container input:active {
  border-color: #635d9d;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(91,98,166,0.6);
}
/* Styling for the dropdown to make it more prominent */

.dropdown-box {
  position: relative;
}

.dropdown-box::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  content: '';
  background-color: #555aa4;
  pointer-events: none;
}

.dropdown-box::after {
  position: absolute;
  top: 30%;
  right: 20px;
  font: normal normal normal 20px/1 FontAwesome;
  content: "\f078";
  color: white;
  pointer-events: none;
}

.dropdown-box:hover::after {
  animation: droop .3s;
}

@keyframes droop {
  0% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(10px);
  }
  90% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0px);
  }
}

.product-details .attribute-values select.form-control {
  background-color: transparent;
  background-image: none;
  position: relative;
}

/* Fix for the bestsellers section to centre the prodcuts no matter how many there are */

ul.products-grid.grid-list {
  justify-content: center;
}

#status-messages .info,
#status-messages .info a{
  background-color: #b5e7e8;
}

/** media queries always at the bottom to overwrite as needed */
/** I SAID KEEP THE MEDIA QUERIES AT THE BOTTOM OF THE CSS FILE - DO NOT SCATTER THEM THROUGH THE CSS **/
@media only screen and (max-width: 1200px) {
	.banner-video figcaption {
		bottom: 84%;

	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-xs.left-postition.left-position .item-wrap .item-link .caption h3 {
		font-size: 30px;
	}

}

@media only screen and (max-width: 1024px) {
	.one-sidebar #content {
		width: 67%;
	}

	.products-grid .product {
		display: flex;
	}

	.products-grid .product-photo, 
	.products-list .product-photo {
		width: 190px;
	}

	.products-grid .product-photo > span.product-thumbnail img, 
	.products-list .product-photo > span.product-thumbnail img {
	    width: 100%;
		height: auto;
		object-fit: contain;
	}

}

@media only screen and (max-width: 992px) {
	.banner-video {
		display: none;
	}

	.welcome_banner {
		top: 0;
		margin-top: 0;
	}

	.mobile-ticket-button {
		display: block;
		text-align: center;
		margin: 10px 0px 10px 0px;
	}

		.mobile-ticket-button a {
			color: #f04c23;
		}

			.mobile-ticket-button a span {
				color: #f04c23;
			}

	.mobile_header .nav .mobile_header-right_menu .header-right-bar > a.tickets {
		display: block;
		font-size: 15px;
		color: #f04c23;
		min-width: auto;
	}



	.welcome_banner ul.htmlcontent-home-welcome li.col-xs {
		width: 48%;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-xs.left-position { 
		padding-left: 0px;
		padding-right: 0px;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-xs.right-position {
		padding-right: 0px;
		padding-left: 0px;
		float: right;
	}

	.one-sidebar #content {
		width: 100%;
		float: none;
	}

	.target-category .list-header .sort-box {
		padding-left: 0;
	}

	.items-list-products .list-pager, 
	.items-list-orders .list-pager, 
	.items-list-products .list-header, 
	.items-list-orders .list-header, 
	.items-list-products .display-mode-box i::before, 
	.items-list-orders .display-mode-box i::before {
		font-size: 16px;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-m .item-wrap .caption {
		left: 5%;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-m .item-wrap .caption h3,
	.welcome_banner ul.htmlcontent-home-welcome li.col-m .item-wrap .caption h4 {
		text-align: left;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-xs.left-postition.left-position .item-wrap .item-link .caption {
		left: 5%;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-xs .item-wrap .caption.white-color, 
	.welcome_banner ul.htmlcontent-home-welcome li.col-m .item-wrap .caption.white-color {
		right: 5%;
	}

}

@media only screen and (max-width: 850px){

	.product-details-tabs div.tab-container.hacky-container {
		width: auto;
	/*	margin: 0 auto;
		min-height: 300px;*/
	}

}

@media only screen and (max-width: 800px){


	.welcome_banner ul.htmlcontent-home-welcome li.col-xs {
		
		float: left;
	}

	.products-grid .product-cell.box-product .product:hover {
		box-shadow: none;
	}


	.welcome_banner ul.htmlcontent-home-welcome {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-xs,
	.welcome_banner ul.htmlcontent-home-welcome li.col-m {
		max-height: 300px;
		overflow: hidden;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-xs .item-wrap .caption, 
	.welcome_banner ul.htmlcontent-home-welcome li.col-m .item-wrap .caption {
		transform: translateY(0);
	}

	.items-list .stock-level.product-out-of-stock, 
	.items-list .stock-level.product-items-available.low-stock, 
	.items-list .stock-level.product-in-stock {
		top: -18px;
	}

	.target-category h1.title {
		padding: 20px;
	}

	h1, 
	.h1, 
	.head-h1 {
		font-size: 28px;
		line-height: 34px;
	}

	.order-box .links .print {
		float: none;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-xs .item-wrap .caption, 
	.welcome_banner ul.htmlcontent-home-welcome li.col-m .item-wrap .caption {
		background: transparent;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-xs.right-position.right-position .item-wrap .item-link .caption {
		top: 10%;
		bottom: auto;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-xs.right-position.right-position .item-wrap .item-link .caption h3 {
		color: #fff;
	}

	.products-table.products-tickets-table {
		width: 100%;
	}

}

@media only screen and (max-width: 767px){

	body .coupons .add-coupon button {
		height: auto;
	}
  
  /* Hide Yellow banner kid*/
  .htmlcontent-home-ad {
    visibility: hidden;
    display: none;
  }

}

@media only screen and (max-width: 700px){

	
	ul.products-grid.grid-list {
		display: block;
	}

	ul.products-grid.grid-list li.product-cell {
		float: none;
		width: auto;
	}

	.items-list-products .list-pager.list-pager-bottom, 
	.items-list-orders .list-pager.list-pager-bottom {
		display: block;
	}

	.items-list-products .list-pager.list-pager-bottom .pagination, 
	.items-list-orders .list-pager.list-pager-bottom .pagination {
		display: block;
	}

	.items-list-products .list-pager.list-pager-bottom .pager-items-total, 
	.items-list-orders .list-pager.list-pager-bottom .pager-items-total {
		display: block;
		margin-top: 21px;
	}

	#cart .coupons .add-coupon button {
		height: auto;
		padding: 10px 20px 20px 20px;
	}

	.product-details-tabs div.tabs ul.tabs > li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.items-list-products .list-header {
		display: block;
	}

	.items-list-products .display-mode-box {
		float: right;
		left: auto;
		transform: none;
	}

	.invoice-box .items td .subitem li.barcode img {
		width: 90%;
	}

	.search-form .advanced-search-options td select {
		width: 190px;
		float: left;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-xs {
		float: none;
		width: 100%;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-xs.right-position {
		float: none;
		width: 100%;
	}

}

@media only screen and (max-width: 600px){
	.target-product .product-details + .block-block h3, 
	.target-product .block-block + .block-block h3, 
	.block-block.block-featured-products h3,
	.block-block.block-recently-viewed h3, 
	.block-block.block-bestsellers h3 {
		font-size: 27px;
	}

	.pagination > li > a, 
	.pagination > li > span {
		min-width: 0;
		padding: 0 7px;
	}

	.items-list-products .list-pager.list-pager-bottom, 
	.items-list-orders .list-pager.list-pager-bottom {
		padding-left: 0px;
		padding-right: 0px;
	}

	#shopping-cart .selected-products .selected-product .item-remove {
		margin-left: 55px;
	}

	#shopping-cart .selected-products .selected-product .item-thumbnail {
		padding-top: 0px;
	}

	#shopping-cart .selected-products .selected-product .item-info .item-title {
		margin-bottom: 5px;
	}

	#shopping-cart .selected-products .selected-product {
		margin-bottom: 20px;
		border-bottom: 1px solid #d7d7d7;
	}

	body .invoice-box tr {
		display: block;
		clear: both;
		overflow: hidden;
		border-bottom: 1px solid #d7d7d7;
	}

	body .invoice-box tr th,
	body .invoice-box tr td {
		display: block;
		float: left;
	}

	body .invoice-box tr td.item {
		width: 100%;
		float: none;
	}

	body .invoice-box tr th.total,
	body .invoice-box tr td.total {
		float: right;
	}

	body .invoice-box .items th.qty {
		display: none;
	}

	.items-list-products .list-pager {
		position: relative;
		right: 0;
	}

	.address-dialog ul.default-table {
		width: inherit;
	}

	.welcome_banner ul.htmlcontent-home-welcome li.col-m.center-position.center-position .item-wrap .item-link .caption h3 {
		font-size: 40px;
	}

	.mobile_header .nav .mobile_header-logo #logo img,
	.mobile_header .nav .mobile_header-logo .company-logo img {
		max-height: 55px;
	}

	.mobile_header .nav .mobile_header-right_menu .header-right-bar > a.tickets {
		font-size: 12px;
	}

}
