/* Global settings */
body {
	font-family: 'Montserrat', sans-serif;
	color: #332F21;
	text-rendering: optimizeLegibility;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	min-width:330px;
}
@media (min-width: 1200px) {
.container {
    width: 1280px;
}
}
img {
	width: 100%;
}
a {
    color: #332F21;
}
a:hover {
	color: #002B49;
}
label {
	font-weight: 500;
}
[name="google_conversion_frame"] {
	display: none;
}
.btn,
.form-control,
.dropdown-menu,
.panel,
.panel-heading,
.n-wrapper-form-control select,
.alert {
	border-radius: 0;
}
.alert{
    color: #000;
}
.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    min-width: 225px;
    background: #ececec;
    margin-top: 0px!important;
    padding: 12px 0px;
}
.btn-black {
	width: 100%;
    color: #fff;
    background: #332F21;
    border: 1px solid #332F21;
}
.btn-black:hover,
.btn-black:focus {
    color: #332F21;
    background: #fff;
}
.btn-blue {
	width: 100%;
    color: #fff;
    background: #002B49;
    border: 1px solid #002B49;
	font-size: 16px;
}
.btn-orange {
	width: 100%;
    color: #fff;
    background: #a07205;
    border: 1px solid #a07205;
	font-size: 16px;
}
.btn-orange:hover {
	width: 100%;
    color: #fff;
    background: #805b04;
    border: 1px solid #805b04;
}
.btn-blue:hover,
.btn-blue:focus {
    color: #fff;
	background: #00416f;
	border-color: #00416f;
}
.btn-pink {
	width: 100%;
    color: #fff;
    background: #FF7276;
    border: 1px solid #FF7276;
	font-size: 16px;
}
.btn-pink:hover,
.btn-pink:focus {
    color: #fff;
	background: #002B49;
	border-color: #002B49;
}
.btn-dark {
	background: #002b49;
	color: #fff;
}
.btn-dark:hover {
	background: #00416f;
	color: #fff;
}
.well {
    background-color: #f5f5f5;
    border-color: #e3e3e3;
    border-radius: 0;
}
div#ju_bbox {
    background: #ef3c40!important;
}
#main-content {
    padding-top: 25px;
}
::-webkit-scrollbar {
    width: 14px;
}
::-webkit-scrollbar-track {
    background: #e4e4e4;
}
::-webkit-scrollbar-thumb {
	background: #d4d4d4;
}
@media (min-width: 768px) {
	::-webkit-scrollbar {
		width: 16px;
	}
}
#n_checkout .payment-icon {
    width: 60px;
    background-image: url(../img/paymenticons.svg)!important;
	background-image: url(//cdn.neto.com.au/assets/neto-cdn/skeletal/2.2.0/paymenticons.svg);
    background-size: 60px;
}
#n_customer #main-content>.row,
#n_customer_account #main-content>.row {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	float: none;
	overflow: hidden;
}
@media (min-width: 768px) {
	#n_customer #main-content>.row,
	#n_customer_account #main-content>.row {
		width: 750px;
	}
}
@media (min-width: 992px) {
	#n_checkout #main-content {
		min-height: 590px;
	}
	#n_customer #main-content>.row,
	#n_customer_account #main-content>.row {
		width: 970px;
	}
	.table-experience-variations td.var-age{
		max-width:200px;
	}
}
@media (min-width: 1200px) {
	#n_customer #main-content>.row,
	#n_customer_account #main-content>.row {
		width: 1170px;
	}
}
@media (max-width: 1024px) {
#main-content {
    padding-top: 15px;
}
}
@media (max-width: 768px) {
	#main-content {
		padding-top: 15px;
	}
}
@media (max-width: 767px) {
	#main-content {
		padding-top: 0;
	}
	#n_customer #main-content>.row,
	#n_customer_account #main-content>.row {
		padding-left: 0;
		padding-right: 0;
	}
	#main-content {
		padding-top: 10px;
	}
	#n_home #main-content {
		padding-top: 0px;
	}
}

.content-img,
.nsearchinput-pl.well ul li img {
	width: auto;
}
#ju_bbox {
	width: 185px!important;
	right: -150px!important;
	padding: 6px!important;
	box-shadow: none!important;
}
#ju_bbox span {
	font-size: 20px!important;
}
@media (max-width: 1030px) {
	#ju_bbox,
	#ju_overlay,
	.ju_Con	{
		display: none!important;
	}
}
/* Product thumbnails */
.thumbnail {
    border: 0;
}
.thumbnail:hover {
    background: #f3f3f3;
}
.thumbnail-image {
	border: 1px solid #f5f5f5;
}
.caption {
	margin-bottom: 20px;
	text-align: center;
}
.thumbnail .caption .product-wishlist {
	position: absolute;
    top: 0px;
    right: 5px;
}
.thumbnail .caption h3 {
    text-align: center;
}
.caption h3 a {
    color: #332F21;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.caption h3 a:hover	{
	color: #002B49;
	text-decoration: none;
}
.caption .price {
    font-size: 24px;
    height: auto;
    text-align: center;
}
.buying-options {
	text-align: center;
	position: relative;
}

/* Experience Products */
#n_product .wrapper-product-title.experience h1{
	font-size: 32px;
    text-align: left;
    line-height: 1.2em;
	font-weight: 500;
	padding-bottom: 5px;
}
#n_product .wrapper-product-title.experience h3 {
    text-align: left;
    margin: 0;
    padding-bottom: 15px;
    font-weight: 500;
}
.exp-time-locat{
	font-size: 25px;
	color:#9d9fa2;
	padding-bottom:17px;
	display: inline-block;
}
.exp-time-locat span {
    font-size: 15px;
    font-weight: 500;
}
.exp-time-locat .fa{
	position: relative;
    top: 4px;
    margin-right: 9px;
}
.exp-specifics .n-wrapper-form-control select{
	border-radius: 6px;
    padding: 10px 10px 9px 10px;
	height: auto;
}
.exp-specifics ._itmspec_optpl{
	position: relative;
}
/* Tourgrade dropdown */
._itmspec_opt[ref='67'] {
	display: block;
	max-width: 398px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width: 100%;
	text-align: left;
	position: relative;
	height: 43px;
}

.variations-dd:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f007";
    z-index: 1;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 7px;
    font-size: 25px;
	left: 10px;
	color:#9d9fa2;
}
.variations-dd:before{
	top:9px;
}
.tour-grade ._itmspec_opt.form-control,
.variations-dd{
	display: block;
    max-width: 398px;
	font-size: 14px;
	font-weight: 500;
    line-height: 1em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 15px 4px 12px 38px;
}
.tour-grade ._itmspec_opt.form-control{
	padding: 15px 15px 12px 8px;
    height: auto;
}
.variations-dd:focus {
	outline: none;
}
.variations-dd:after{
	content: "\f078";
	float: right;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
}
.variations-dd[aria-expanded="true"]:after{
	content: "\f077";
}
.variations-dd.collapsed:after{
	content: "\f078";
}
.variations-dd-wrapper p{
	margin: 5px 0 0 0;
	color: #999;
	font-weight:400;
}
.ga-experience .money-options{
	float:none;
}
.ga-experience .money-options .text-left.currency-converter {
    margin:0;
    float: none;
    max-width : none;
}
.ga-experience .money-options ul.dropdown-menu {
	margin:0;
	position: absolute;
    top: 22px;
    left: 0;
}
.ga-experience .money-options .convert-button:focus {
    outline: none;
}
.ga-experience .money-options .convert-button{
	padding-left: 0;
}
.ga-clock:before {
    background: url(../img/feather-clock.svg) no-repeat 0 0;
    content: '';
    width: 33px;
    height: 33px;
    background-size: 33px;
    display: inline-block;
    position: relative;
    top: 11px;
    margin-right: 5px;
}
.ga-map-marker:before{
	background: url(../img/feather-map-pin.svg) no-repeat 0 0;
    content: '';
    width: 33px;
    height: 33px;
    background-size: 27px;
    display: inline-block;
    position: relative;
    top: 11px;
    margin-left: 15px;
}
.ga-mb-2{
	margin-bottom: 20px;
}
a.see-options,
.caption .addtocart {
	padding: 5px 30px;
	display: inline-block;
    width: auto;
    margin: 0 auto;
	color: #fff;
    background: #002B49;
    border: 1px solid #002B49;
}
a.see-options:hover,
.caption .addtocart:hover {
	color: #fff;
	background: #00416f;
	text-decoration: none;
	border-color: #00416f;
}
@media (max-width: 1200px) {
	.thumbnail .caption .product-wishlist {
		right: -10px;
	}
}
@media (max-width: 767px) {
	.thumbnail .caption .product-wishlist {
		margin-top: -3px;
	}
}
@media (max-width: 425px) {
	.buying-options {
		text-align: center;
		position: relative;
	}
	.thumbnail .caption .product-wishlist {
		margin-top: -3px;
		float: none;
		right: -8px;
		position: absolute;
	}
}
/* Breadcrumb */
.breadcrumb-holder {
	padding-top: 25px;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
}
.breadcrumb > li a {
    color: #332F21;
    font-size: 12px;
    font-weight: 300;
}
.breadcrumb > li + li:before {
	padding: 0 0 0 5px;
}
@media (max-width: 991px) {
	.breadcrumb {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.breadcrumb {
		display: none;
	}
}
/* Pagination */
.pagination > li > a,
.pagination > li > span {
    border: 0;
    color: #332F21;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #332F21;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #332F21;
    background-color: #efefef;
    border-color: #efefef;
}
@media (max-width: 1024px) {
	.pagination {
		margin: 10px 0;
	}
}
/* Mega menu */
@media (min-width: 768px) {
	.item-1 .mega-menu {
		width: 575px;
		left: 40%;
		margin-left: -160px;
	}
	.mega-menu {
		width: 110%;
	}
}
@media (min-width: 992px) {
	.item-1 .mega-menu {
		width: 650px;
		left: 50%;
		margin-left: -150px;
	}
	.mega-menu .second-level a {
		font-size: 15px;
		font-weight: 300;
	}
	.custom-megamenu .dropdown-menu li {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 1200px) {
	.item-1 .mega-menu {
		width: 860px;
		left: 50%;
		margin-left: -100px;
	}
	.custom-megamenu .dropdown-menu li {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 992) {
	.navbar-nav > li {
		position: initial;
	}
}
ul.dropdown-menu.mega-menu {
    padding-top: 10px;
    padding-bottom: 25px;
}
.custom-megamenu .item-0 .second-level-parent {
	width: 100%;
}
.custom-megamenu .item-1 .second-level-parent {
	width: 33.33%;
}
.custom-megamenu .item-2 .second-level-parent {
	width: 100%;
}
.mega-menu .second-level-parent .second-level {
    font-weight: 500;
    padding-top: 15px;
}
.custom-megamenu .dropdown-menu li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.custom-megamenu .dropdown-menu li:last-child {
    border-bottom: none;
    padding-bottom: 8px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.custom-megamenu li a {
    position: relative;
    padding-left: 6px;
    display: block;
    font-size: 15px;
}
.mega-menu ul.sub-sub-menu {
    padding-left: 0px;
    padding-top: 12px;
    display: block;
}
.custom-megamenu .second-level-parent li ul li {
    font-weight: 400;
}
.custom-megamenu ul.sub-sub-menu li {
    padding-left: 0px;
    list-style: none;
}
.custom-megamenu .dropdown-menu li a:hover {
	background: none!important;
	text-decoration: underline!important;
	color: #002B49!important;
}
@media (max-width: 1024px) {
	.custom-megamenu .dropdown-menu li {
		padding-left: 10px;
	}
	.custom-megamenu .dropdown-menu li a {
		padding-left: 0px;
		color: #332F21;
	}
}
@media (max-width: 767px) {
	.custom-megamenu .item-0 .second-level-parent,
	.custom-megamenu .item-1 .second-level-parent,
	.custom-megamenu .item-2 .second-level-parent {
		width: 100%;
	}
}
/* Npopup */
.npopup-checkout {
	width: 100%;
    color: #fff;
    background: #002B49;
    border: 1px solid #002B49;
	font-size: 16px;
	position: relative;
	padding-left: 35px;
}
.npopup-checkout:hover,
.npopup-checkout:focus,
.npopup-checkout:active {
	color: #fff;
    background: #00416f;
    border-color: #00416f;
}
.npopup-checkout:before {
    font-size: 26px;
    font-family: FontAwesome;
    content: "\f023";
    color: #FFF;
    position: absolute;
	top: 0;
    left: 11px;
}
@media (max-width: 767px) {
	.npopup-checkout {
		font-size: 18px;
		margin-top: 20px;
	}
	.npopup-body .btn {
		padding: 10px 12px;
	}
}
.wrapper-header {
	z-index: 1000;
}
/* Zopim live chat */
.zopim {
    left: 10px;
}
#n_checkout .zopim {
	display: none;
}
@media (max-width: 767px) {
	.zopim {
		display: none;
	}
}
/* Header */
.top-header {
    background: #002B49;
    color: #fff;
	font-weight: 500;
}
.top-header p {
	margin-top: 10px;
	font-size: 12px;
}
.top-header p span {
	font-weight: 300;
}
.upper-header {
	background: #fbbda3;
	padding: 3px 0;
}
.menu-row {
	background: #9d9fa2;
}
.menu-row a {
    font-family: 'Montserrat', sans-serif;
}
.upper-header .list-social {
    margin: 0;
}
.upper-header .list-social li {
    line-height: 1.2;
}
.upper-header .list-social a img {
	width: 18px;
}
.upper-header .list-social a.facebook img {
	width: 12px;
}
.list-social a:hover {
    opacity: .6;
}
.phone {
	margin-top: 5px;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0px!important;
}
.phone span {
	font-weight: 500;
}
.top-returns-text {
	padding-top: 5px;
	text-align: center;
	font-weight: 500;
}
.express-delivery-icon {
    height: 17px;
    margin-top: -5px;
    width: auto;
    margin-right: 5px;
}
.top-returns-text .fa {
	font-size: 20px;
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.top-returns-text a {
	color: #332F21;
}
.top-returns-text p {
	margin-bottom: 4px!important;
}
.upper-header .links>a,
#header-cart>a {
    font-size: 12px;
    color: #332F21;
    display: block;
    float: left;
    margin-top: 5px;
}
#header-cart>a {
	width: 100%;
	padding-right: 12px;
}
.upper-header .links a.wishlist {
    float: right;
	margin-left: 15px;
}
.upper-header .links a.wishlist .top-icon {
	width: auto;
    height: 20px;
}
.upper-header .links>.login {
	float: right;
	margin-left: 15px;
}
.upper-header .links>.login .top-icon {
	width: auto;
    height: 20px;
}
.upper-header .links>a>i,
#header-cart>a>i {
    font-size: 16px;
	margin-right: 5px;
}
.upper-header .links #header-cart a img {
	width: auto;
    height: 20px;
}
.upper-header .links #header-cart .left a img {
    width: 30px;
    height: auto;
}
#header-cart {
	position: relative;
	margin-top: 0;
	float: right;
	margin-left: 15px;
	padding-bottom: 8px;
}
#header-cart:hover .dropdown-menu {
	display: block;
	top: 34px;
	background: #fff;
}
#header-cart .price {
    font-weight: 500;
    margin-top: 5px;
}
#header-cart .checkout {
    color: #fff;
    background: #002B49;
    border: 1px solid #002B49;
	position: relative;
	padding-left: 35px;
}
#header-cart .checkout:before {
    font-size: 22px;
    font-family: FontAwesome;
    content: "\f023";
    color: #FFF;
    position: absolute;
	top: 0;
    left: 11px;
}
#header-cart .checkout:hover {
    background: #00416f;
    border-color: #00416f;
}
.number-in-cart {
	position: absolute;
    top: 5px;
    right: 0px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    background-color: #002b49;
    color: #fff;
    line-height: 1em;
    padding-top: 2px;
}
.npopup-checkout:before {
    font-size: 26px;
    font-family: FontAwesome;
    content: "\f023";
    color: #FFF;
    position: absolute;
	top: 0;
    left: 11px;
}
.help-menu-label {
	float: right;
	display: block;
	padding-top: 6px;
    padding-bottom: 6px;
}
.help-menu-header {
	left: -16px;
    min-width: 150px;
    padding: 5px 5px;
    top: 100%;
}
.help-menu-header li {
	border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.help-menu-header li a {
	padding: 3px 10px;
}
.help-menu-header li a:hover {
	background: none;
    text-decoration: underline!important;
    color: #002B49!important;
}
.help-menu-header li:last-child {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.help-menu-label .dropdown-toggle:hover {
	text-decoration: none;
	cursor: pointer;
}
.delivery-icon {
	height: 20px;
	margin-right: 10px;
	width: auto;
}
.bottom-header {
	padding-top: 10px;
    padding-bottom: 10px;
}
.bottom-header .logo {
	width: 100%;
}
.bottom-header .padded-top {
	padding-top: 30px;
}
.header-search {
	margin-top: 4px;
}
.bottom-header .ajax_search {
	border: 3px solid #c9c9c9;
	font-weight: 300;
    color: #332F21;
	text-align: center;
	font-size: 13px;
	height: 36px;
}
.bottom-header .left-block {
	float: left;
	width: 46%;
	margin-top: 6px;
	margin-left: 2%;
}
.bottom-header .right-block {
	float: left;
	width: 50%;
	margin-top: 6px;
	margin-left: 2%;
	margin-bottom: 4px;
}
.bottom-header .left-block i {
	float: left;
    font-size: 30px;
    color: #c9c9c9;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.bottom-header .right-block i {
	float: left;
    font-size: 30px;
    color: #c9c9c9;
}
.bottom-header .left-block img,
.bottom-header .right-block img {
	width: 20%;
    float: left;
}
.bottom-header .left-block p,
.bottom-header .right-block p {
	width: 80%;
	font-size: 12px;
	float: left;
	text-align: left;
	padding-left: 8%;
	margin-bottom: 0;
	line-height: 16px;
}
@media (max-width: 1200px) {
	.bottom-header .padded-top {
		padding-left: 0px;
	}
	.bottom-header .left-block {
		float: left;
		width: 43%;
		margin-top: 6px;
		margin-left: 0px;
		position: relative;
		padding-left: 30px;
	}
	.bottom-header .left-block i {
		position: absolute;
		left: 0px;
		font-size: 24px;
		top: 3px;
	}
	.bottom-header .left-block p, .bottom-header .right-block p {
		padding-left: 1%;
	}
	.bottom-header .right-block {
		float: left;
		width: 56%;
		margin-top: 6px;
		margin-left: 1%;
		margin-bottom: 4px;
		padding-left: 30px;
		position: relative;
	}
	.bottom-header .right-block i {
		float: left;
		font-size: 24px;
		color: #c9c9c9;
		position: absolute;
		left: 0px;
		top: 3px;
	}
}
.navbar {
	min-height: 40px;
}
.nav > li > a {
    padding-left: 0px;
    padding-right: 28px;
}
ul.dropdown-menu .left-menu ul {
    padding-left: 0;
    list-style: none;
}
.navbar a.dropdown-toggle {
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
}
.navbar .custom-nav-item a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	padding-right: 0;
	padding-left: 24px;
}
.navbar .custom-nav-item.sale a {
	color: #f20000;
	padding-right: 0;
}
.navigation-list .icon {
    font-size: 30px;
}
@media (min-width: 1200px) {
	.wrapper-logo {
		padding-right: 0;
	}
	.bottom-header .logo {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.navbar {
		margin-bottom: 0;
	}
	.nav > li > a:hover,
	.nav > li > a:focus {
		color: #ffffff;
		background-color: transparent;
	}
	.navbar-nav > li > a {
		padding-top: 9px;
		padding-bottom: 8px;
		line-height: inherit;
	}
	.navbar-collapse {
		padding: 0;
	}
	.navbar-nav {
		width: 100%;
	}
	.navbar-nav .custom-nav-item {
		float: right;
	}
	/*
	.bottom-header .left-block span {
		display: block;
	}
	*/
}
@media (max-width:1024px) {
	.bottom-header .logo {
		margin-top: 10px;
	}
	.bottom-header .left-block,
	.bottom-header .right-block {
		width: 50%;
		margin-left: 0;
	}
	.bottom-header .left-block i {
		font-size: 24px;
	}
	.bottom-header .left-block img, .bottom-header .right-block img {
		width: 15%;
	}
	.navbar a.dropdown-toggle {
		font-size: 15px;
	}
	.navbar li:first-child a {
		padding-left: 0px;
	}
	.navbar .custom-nav-item a {
		font-size: 15px;
	}
	.nav > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (max-width:1024px) and (min-width:992px) {
	#n_checkout .bottom-header .logo {
		    width: 75%;
	}
}
@media (max-width:991px) and (min-width:768px) {
    .navbar a.dropdown-toggle {
		font-size: 13px;
		padding-right: 5px;
	}
	.navbar .custom-nav-item a {
		font-size: 13px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.menu-row .menu-container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 1199px) {
	.bottom-header .left-block p,
	.bottom-header .right-block p {
		padding-left: 2%;
	}
	.bottom-header .padded-top {
		padding-top: 15px;
	}
}
@media (max-width: 991px) {
	.wrapper-logo {
		padding-right: 0;
	}
	.bottom-header .padded-top {
		padding-top: 10px;
		padding-right: 7px;
	}
	#header-cart>a {
		width: 44.33%;
	}
	.top-returns-text p {
		font-size: 12px;
	}
	.ga-text-center-md,
	.ga-experience .buying-wrapper .wrapper-pricing .ga-text-center-md{
		text-align: center !important;
	}
	.tour-grade ._itmspec_opt,
	.variations-dd,
	.ga-center-md{
		margin: 0 auto;
	}
	.ga-experience .money-options ul.dropdown-menu {
		left: calc( 50% - 105px );
	}
	.ga-experience .money-options .currency-converter {
		float: none;
		width: auto;
	}
}
@media (max-width: 767px) {
	.top-header {
		padding: 0;
	}
	.top-returns-text p {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.bottom-header {
		padding-top: 5px;
		padding-bottom: 0px;
		/* overflow: hidden; removed 20171012 to show expanded search on mobile */
	}
	.bottom-header .padded-top {
		padding-top: 0;
	}
	.bottom-header .logo {
		margin-top: 0px;
	}
	.wrapper-logo {
		padding: 0;
		padding-left: 5px;
	}
	.toggle-search {
		font-size: 25px!important;
		margin-top: 2px;
		text-align: center;
	}
	.toggle-search img {
		width: 85%;
	}
	.header-search {
		display: none;
		position: absolute;
		top: 30px;
		z-index: 1;
		width: 300px;
		margin-left: -200px;
	}
	.bottom-header .ajax_search {
		height: 40px;
	}
	.mobile-cart {
		padding-top: 4px;
	}
	.mobile-cart a {
		position:  relative;
		display: block;
		float: left;
	}
	.mobile-cart i {
		font-size: 30px;
	}
	.mobile-cart span {
		position: absolute;
		top: 0px;
		right: -12px;
		z-index: 1;
		background: #edddcd;
		color: #000;
		text-align: center;
		border-radius: 50%;
		width: 20px;
		height: 20px;
	}
	.header-delivery-info {
		background: #ececec;
	}
	/*
	.bottom-header .left-block,
	.bottom-header .right-block {
		width: 100%;
	}
	.bottom-header .left-block {
		margin-right: 0;
	}
	.bottom-header .right-block {
		display: none;
	}
	.bottom-header .left-block i {
		display: none;
	}
	.bottom-header .left-block p {
		width: 115%;
		font-size: 12px;
		padding-left: 0;
		margin-bottom: 0;
		background: #efefef;
		margin-left: -15px;
		padding: 5px 0;
		text-align: center;
	}*/
	.navbar {
		min-height: 0;
		margin-bottom: 0;
		border: 0;
	}
	.menu-row {
		background: #fff;
		border-bottom: 1px solid #ddd;
		margin-bottom: 0px;
	}
	.custom-megamenu.nav > li > a > img {
		width: auto;
	}
	ul.dropdown-menu.mega-menu {
		display: none;
	}
	.menu-container ul.dropdown-menu {
		display: none;
	}
	.menu-container ul.dropdown-menu.active {
		display: block;
	}
	.navbar a.dropdown-toggle {
		color: #332f21;
		padding-left: 0;
		border-bottom: 1px solid #ddd;
		font-size: 17px;
		padding: 11px 0;
	}
	.navbar .custom-nav-item a {
		color: #332f21;
		padding-left: 0;
		border-bottom: 1px solid #ddd;
		font-size: 17px;
		padding: 11px 0;
	}
	.navbar .custom-nav-item:last-child a {
		border: 0;
	}
	.menu-container .nav > li > i {
		position: absolute;
		right: 0px;
		top: 8px;
		font-size: 18px;
		color: #edddcd;
		z-index: 10001;
		width: 40px;
		height: 26px;
		text-align: center;
	}
	.menu-container {
		position: absolute;
		z-index: 1000;
		background: rgba(255, 255, 255, 0.95);
		left: -100%;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
	.menu-container.active {
		left: 0;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		width: 75%;
	}
	.bottom-header .left-block img,
	.bottom-header .right-block img {
		width: 10%;
	}
	.bottom-header .right-block p {
		width: 88%;
	}
	.bottom-header .left-block i {
		float: left;
		color: #c9c9c9;
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
	}
	.bottom-header .left-block p,
	.bottom-header .right-block p {
		line-height: 17px;
		font-size: 10px;
		text-align: center;
		display: inline-block;
		width: auto;
		float: none;
	}
	.bottom-header .left-block {
		margin-top: 6px;
		text-align: center;
		padding-left: 0px;
	}
	.bottom-header .left-block a {
		width: 100%;
		text-align: center;
		display: block;
	}
	.bottom-header .left-block i {
		position: inherit;
		left: inherit;
		float: none;
		display: inline-block;
		right: inherit;
	}
	.bottom-header .right-block {
		margin-top: 6px;
		margin-bottom: 4px;
		text-align: center;
		padding-left: 0px;
	}
	.bottom-header .right-block a {
		width: 100%;
		text-align: center;
		display: block;
	}
	.bottom-header .right-block i {
		position: inherit;
		left: inherit;
		float: none;
		display: inline-block;
		right: inherit;
	}
}
@media (max-width: 480px) {
	.bottom-header .left-block i, .bottom-header .right-block i {
		display: block;
	}
}
@media (max-width: 450px) {
	.bottom-header .left-block {
		padding: 0px;
	}
	.bottom-header .left-block i {
		display: block;
	}
	.bottom-header .right-block {
		padding: 0px;
	}
	.bottom-header .right-block i {
		display: block;
	}
}
@media (max-width: 385px) {
	.navbar a.dropdown-toggle {
		padding: 8px 0;
	}
	.navbar .custom-nav-item a {
		padding: 8px 0;
	}
	.bottom-header .left-block p, .bottom-header .right-block p {
		margin-top: 5px;
		line-height: 12px;
	}
}
@media (max-width: 340px) {
	.mobile-cart {
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-search {
		width: 260px;
		margin-left: -190px;
	}
	.navbar a.dropdown-toggle {
		padding: 7px 0;
	}
	.navbar .custom-nav-item a {
		padding: 7px 0;
	}
}
/* Homepage */
.home-side-menu h4 {
	font-size: 16px;
    font-weight: 500;
}
.home-side-menu ul {
	list-style: none;
	padding-left: 0;
	border-bottom: 1;
}
.home-side-menu li a {
	font-size: 16px;
	color: #383838;
	display: block;
	padding: 7px 0px;
	font-weight: 400;
	border-bottom: 1px solid #eae9e9;
}
.home-side-menu li a:hover {
    text-decoration: none;
    color: #949494;
}
.home-section-2 {
	float: left;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 14px;
	margin-bottom: 8px;
	border-top: 1px dashed #cbcbcb;
	border-bottom: 1px dashed #cbcbcb;
}
.home-section-2 p {
    font-size: 16px;
}
.home-section-2 i {
    margin-right: 5px;
}
.home-section-2 .home-gift-voucher i {
	font-size: 19px;
	margin-right: 8px;
}
.home-section-2 .home-gift-wrapping i,
.home-section-2 .home-free-delivery i {
	font-size: 23px;
}
.home-section-2 .home-free-delivery i {
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.home-section-2 p {
    margin-bottom: 0;
}
.homepage-mini-banners .col-sm-4 {
    padding: 8px;
}
.homepage-mini-banners img {
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.homepage-mini-banners img:hover {
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.homepage-mini-banners .image {
	overflow: hidden;
}
.homepage-mini-banners .caption {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    position: absolute;
    z-index: 100;
    width: 80%;
    margin-left: 10%;
    top: 50%;
	-ms-transform: translateY(-50%)!important; /* IE 9 */
    -webkit-transform: translateY(-50%)!important; /* Chrome, Safari, Opera */
    transform: translateY(-50%)!important;

}
.homepage-mini-banners .caption:hover+.image>a>img {
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.homepage-mini-banners .caption .headline {
    font-size: 26px;
    text-align: center;
    display: block;
    color: white;
    text-shadow: #0c1c27 1px 1px 11px;
    font-weight: 600;
}
.homepage-mini-banners .caption .headline:hover,
.homepage-mini-banners .caption .caption-desc:hover {
    text-decoration: none;
}
.homepage-mini-banners .caption .caption-desc {
    font-size: 13px;
    text-align: center;
    display: block;
    font-style: italic;
    font-family: 'Lora', serif;
    display: none;
}
.category-banner-bottom .caption .caption-btn,
.homepage-mini-banners .caption .caption-btn {
	font-size: 13px;
	color: #ffffff;
	background-color: rgba(0, 43, 73, 0.3);
	border: 1px solid #ffffff;
	padding: 5px 40px;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 300;
}
.homepage-mini-banners .caption .caption-btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(0, 43, 73, 0.6);
}
.home-express-delivery p a {
	margin-top: 4px;
    display: block;
}
.grey-line {
	background: #efefef;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 25px;
	margin-top: 18px;
}
.grey-line p {
	margin-bottom: 0;
	font-weight: 500;
}
.grey-line i,
.grey-line img {
    font-size: 22px;
    margin-right: 10px;
    float: left;
	width: 22px;
    margin-top: -3px;
}
.grey-line span {
    float: left;
	display: block;
}
.brands-we-love {
	margin-bottom: 25px;
}
.brands-we-love img {
	max-width: 547px;
}
.trustpilot-widget {
    margin-bottom: 40px;
}
.express-delivery-txt {
	margin-top: 4px;
}
.express-delivery-content-zone img {
	margin-right: 8px;
    margin-top: -3px;
}
@media (max-width: 1199px) {
	.homepage-mini-banners .caption .caption-desc {
		height: 36px;
	}
	.home-side-menu li a {
		font-size: 12px;
		padding: 3px 0;
	}
}
@media (max-width:991px) and (min-width:768px) {
	.home-side-menu li a {
		padding: 4px 0;
	}
}
@media (max-width: 992px) {
	.home-side-menu h4 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.carousel {
		overflow: hidden;
	}
	.carousel-inner {
		width: 105%;
	}
	.homepage-product.no-8 {
		display: block;
	}
	.grey-line {
		padding-top: 8px;
		padding-bottom: 8px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.homepage-mini-banners .caption .headline {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.carousel {
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px;
	}
	.carousel-inner {
		width: 100%;
	}
	.homepage-banner img {
		height: auto;
		max-width: inherit!important;
		width: 400px;
		margin-left: 50%;
		-ms-transform: translatex(-50%); /* IE 9 */
		-webkit-transform: translatex(-50%); /* Chrome, Safari, Opera */
		transform: translatex(-50%);
	}
	.home-section-2 .home-gift-voucher i {
		font-size: 16px;
		margin-right: 8px;
	}
	.home-section-2-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.home-section-2 {
		margin-top: 6px;
		margin-bottom: 3px;
	}
	.home-section-2>div {
		padding-left: 5px;
		padding-right: 5px;
	}
	.home-section-2 p {
		font-size: 11px;
		font-weight: bold;
	}
	.home-section-2 .home-gift-wrapping i {
		font-size: 27px;
		line-height: 20px;
	}
	/*.home-section-2 img {
		width: 22px;
		margin-right: 2px;
		float: left;
	}*/
	.homepage-mini-banners .col-sm-4 {
		padding: 3px;
	}
	.homepage-mini-banner-8 {
		display: none;
	}
	.homepage-mini-banners {
		padding: 0px 3px;
	}
	.homepage-mini-banners .caption h5 {
		margin-bottom: 0;
	}
	.homepage-mini-banners .caption .headline {
		font-size: 15px;
		width: 100%;
		margin-left: 0;
		height: auto;
	}
	.homepage-mini-banners .caption .caption-desc {
		font-size: 12px;
	}
	.homepage-mini-banners .caption .caption-btn {
		padding: 0px 14px;
		border: none;
		font-size: 10px;
	}
	.homepage-product.no-8 {
		display: none;
	}
	.thumbnail .caption h3 {
		line-height: 1.2;
		height: 3.8em;
	}
	.savings-container {
		position: absolute;
		top: 0;
		right: 0;
		width: 76px;
	}
	.caption h3 a {
		color: #332F21;
		font-size: 13px;
	}
	.caption .price {
		font-size: 20px;
	}
	a.see-options {
		padding: 5px 22px;
		font-size: 13px;
	}
	.homepage-mini-banners .caption p {
		margin-bottom: 0px;
	}
	.home-gift-wrapping a, .home-free-delivery a {
		display: block;
		width: 100%;
	}
	.premium-gift-txt {
		display: block;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.home-gift-voucher {
		width: 50%;
	}
	.home-gift-voucher p {
		line-height: 1.2em;
		display: block;
	}
	.delivery-icon {
		margin-right: 0px;
		display: inline-block;
		margin-bottom: 5px;
	}
	.home-gift-voucher strong {
		display: block;
	}
	.home-gift-wrapping {
		width: 50%;
	}
	.premium-gift-txt {
		display: block;
		text-align: center;
	}
	.express-delivery-txt {
		margin-top: 6px;
	}
	.home-section-2 .home-gift-wrapping i, .home-section-2 .home-free-delivery i {
		font-size: 30px;
		line-height: 20px;
		display: inline-block;
		margin: 0px;
	}
}
@media (max-width: 425px) {
	a.see-options {
		padding: 5px 10px;
		font-size: 12px;
	}
}
@media (max-width: 375px) {
	.home-section-2 .home-gift-voucher i {
		font-size: 12px;
		margin-right: 2px;
	}
}
/* Footer */
.become-a-vip {
	padding-top: 20px;
	padding-bottom: 100px;
}
.become-a-vip p {
	text-align: center;
    width: 50%;
    margin-left: 25%;
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 16px;
}
.become-a-vip .form-inline {
	text-align: center;
}
.become-a-vip input.form-control {
    min-width: 300px;
	background: #f1f1f1;
    box-shadow: none;
	margin-right: 15px;
}
.become-a-vip .btn {
    font-size: 15px;
    padding: 5px 25px;
    color: #fff;
    background: #002B49;
    border: 1px solid #002B49;
}
.become-a-vip .btn:hover {color: #fff;background: #00416f;text-decoration: none;border-color: #00416f;}
.upper-footer {
	float: left;
	width: 100%;
	background: #edddcd;
	padding-top: 50px;
	padding-bottom: 15px;
}
.upper-footer h5 {
	font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-menu ul {
	list-style: none;
    padding-left: 0;
}
.footer-menu li {
    padding: 2px 0;
}
.footer-menu a {
    color: #332F21;
}
.upper-footer .secure ul {
	margin-top: 15px;
}
/* .upper-footer .secure ul img {
	width: 85%;
} */
.upper-footer .list-social {
	margin-top: 5px;
}
.upper-footer .list-social li {
	margin-left: 8px;
}
/* .upper-footer .list-social a img {
	width: 18px;
}
.upper-footer .list-social a.facebook img {
	width: 12px;
} */
.upper-footer .secure i,
.upper-footer .socials-section i {
    color: #332f21;
    font-size: 22px;
}
.fb_iframe_widget {
    opacity: 1;
    filter: alpha(opacity=60);
	-webkit-filter: hue-rotate(-21deg) contrast(1.3) brightness(0.82);
	-mox-filter: hue-rotate(-21deg) contrast(1.3) brightness(0.82);
	-o-filter: hue-rotate(-21deg) contrast(1.3) brightness(0.82);
	-ms-filter: hue-rotate(-21deg) contrast(1.3) brightness(0.82);
	filter: hue-rotate(-21deg) contrast(1.3) brightness(0.82);
}
.fb_iframe_widget span {
	height: 23px!important;
}
.bottom-links {
	padding-top: 40px;
	font-weight: bold;
}
.bottom-links span,
.bottom-links a {
	color: #332F21;
	font-size: 12px;
	font-weight: normal;
}
.bottom-links a {
	padding: 0 6px;
}
.bottom-links .terms {
	text-decoration: underline;
}
.developed-by {
    margin-top: 15px;
	font-size: 12px;
}
.developed-by a {
    font-weight: 500;
}
.made-with-love {
	margin-top: 25px;
    margin-bottom: 35px;
    font-weight: 500;
}
.made-with-love span {
	float: left;
}
.made-with-love i {
	float: left;
	font-size: 22px;
	margin: 0 5px;
}
.bottom-footer .logo {
	width: 90%;
	margin-top: 11px;
}
.footer-phone {
	margin-top: 15px;
}
@media (max-width: 1024px) {
	.footer-menu li {
		padding: 6px 0;
	}
	.become-a-vip {
		padding-top: 10px;
		padding-bottom: 60px;
	}
	.upper-footer {
		padding-top: 20px;
		padding-bottom: 15px;
	}
}
@media (max-width: 991px) {
	.become-a-vip .btn {
		margin-top: 15px;
	}
	.made-with-love {
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.footer-phone {
		margin-top: 0;
	}
	.footer-phone .phone {
		margin-top: 10px;
		font-size: 16px;
	}
	.developed-by {
		margin-top: 5px;
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.become-a-vip {
		padding-bottom: 15px;
	}
	.become-a-vip p {
		width: 100%;
		margin-left: 0;
		font-size: 13px;
		margin-bottom: 20px;
	}
	.become-a-vip input.form-control {
		min-width: 100%;
	}
	.wrapper-footer {
		float: left;
		width: 100%;
		position: relative;
		padding-bottom: 15px;
	}
	.developed-by {
		position: absolute;
		width: 100%;
		bottom: 10px;
		z-index: 1;
	}
	.upper-footer {
		background: #fff;
		padding-bottom: 15px;
	}
	.footer-menu {
		background: #edddcd;
		text-align: left;
	}
	.upper-footer h5 {
		font-weight: 500;
		margin-bottom: 12px;
		margin-top: 16px;
	}
	.footer-menu ul {
		display: none;
	}
	.menu-part {
		border-bottom: 1px solid #fff;
	}
	.menu-part i {
		font-size: 20px;
	}
	.footer-menu li {
		padding: 6px 0;
	}
	.socials-section {
		text-align: center!important;
	}
	.phone {
		text-align: center;
	}
	.bottom-footer .logo {
		max-width: 55%;
	}
	.made-with-love span,
	.made-with-love i {
		float: none;
	}
}
/* Product page */
.main-image {
    border: 1px solid #ddd;
}
.free-shipping-item-page {
	position: absolute;
    top: 0;
    right: 0;
}
.wrapper-product-title.push-down {
    padding-top: 15%;
}
.wrapper-product-title h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.wrapper-product-title h3 {
	font-size: 14px;
    text-align: center;
    color: #332F21;
	margin-bottom: 0;
}
.product-wishlist {
	position: absolute;
    top: -15px;
    right: 15px;
}
a.wishlist_toggle {
    color: #332F21;
    font-size: 25px;
}
a.wishlist_toggle:hover {
    color: #002B49;
}
a.wishlist_toggle .fa-heart {
	color: #ef3c40;
}
.personalise-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.buying-wrapper select {
    background: #e8e8e8;
    border: 0;
    margin-bottom: 20px;
    color: #332F21;
	text-align-last: center;
}
.buying-wrapper textarea {
	background: #f1f1f1;
    border: 0;
	margin-bottom: 10px;
}
.buying-wrapper .inputtext_count {
	display: block;
	font-size: 10px;
}
.monogram-input {
	text-transform: uppercase!important;
}
.no-monogram-wrapper {
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
.monogram-exist .addtocart {
	cursor: not-allowed;
}
.monogram-info {
	display: none;
}
.productpricetext {
    font-size: 28px;
    font-weight: bold;
}
.addtocart {
    margin-top: 20px;
    margin-bottom: 5px;
	font-size: 18px;
	padding: 8px 12px;
}
.label-stock {
	color: #7fb95c;
	background: #fff;
	font-size: 12px;
	font-weight: 500;
}
.availability-from {
	color: #8e8e8e;
	margin-bottom: 0px;
}
.money-options {
    width: 100%;
    margin-top: 5px;
}
.money-options .currency-converter {
	float: left;
	width: 50%;
}
.money-options .payment-methods  {
	float: left;
	width: 50%;
}
.convert-button {
	font-size: 14px;
    border: 0;
    background: 0;
    font-weight: 500;
}
.currency-converter img {
    width: auto;
}
.money-options .payment-methods img {
    width: 80%;
}
.money-options .payment-methods i {
    font-size: 19px;
    color: #7bafd4;
}
.buying-wrapper {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 30px;
}
.text-options-wrapper {
	margin-bottom: 10px;
}
.text-options-wrapper label {
	margin-bottom: 2px;
}
.description-row {
	margin-top: 80px;
    font-weight: 300;
    font-size: 15px;
}
.description-row h3,
.description-row h4 {
    font-family: 'Montserrat', sans-serif;
}
.description-row h3 {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 20px;
	margin-bottom: 15px;
	background: #edddcd;
}
.description-row h4 {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	background: #e6e5e5;
}
.wrapper-pricing {
	position: relative;
	text-align: center;;
}
.product-wishlist {
    position: absolute;
    top: 4px;
    right: 15px;
}
.product-wishlist .remove .fa {
	color: #ef3c40;
}

.row.description-row .table > tbody > tr > td:first-child {
	padding: 4px 15px;
}
.description-row p,
.hampercontent-desc h5 {
	padding-left: 15px;
	padding-right: 15px;
}
.row.description-row .table > tbody > tr > td {
    border: 0;
}
.row.description-row .table > tbody > tr > td:first-child {
    padding-left: 15px;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #e6e5e5;
}
.row.description-row .table .active span {
	font-weight: 500;
}
/* Experience Product */
#n_product .ga-experience .wrapper-product-title h1{
	text-align: left;
	margin: 0 0 11px;
	font-size:34px;
	font-weight:500;
}
#n_product .ga-experience .wrapper-product-title h3{
	text-align: left;
	margin: 0 0 8px;
}
#n_product .ga-experience .wrapper-product-title h3{
	font-size: 16px;
    font-weight: 600;
}
.ga-experience .buying-wrapper .wrapper-pricing{
	text-align: left;
}
.ga-experience .product-price{
	color:#2B2B2B;
	display: inline-block;
}
.ga-experience .product-wishlist{
	display: inline-block;
	color:#9EA0A3;
	transition:0.35s ease-in-out all;
	position: relative;
    top: auto;
    left: auto;
    margin-left: 10px;
}
.ga-experience .productpricetext {
    font-size: 40px;
}
.ga-experience .productprice.productpricetext{
	max-width:none!important;
	margin: 0px 0 10px;
	position: relative;
}
.money-options.experience-only{
	display: none;
}
.ga-experience .money-options.experience-only{
	display: block;
}
.ga-experience .not-on-experience{
	display:none;
}
.ga-experience .label.label-stock{
	padding-left: 0;
}
.ga-experience .buying-wrapper {
	padding: 0;
}
.ga-experience .installmentOptionsHolder,
.ga-experience .installmentOptionsHolder .zip-text{
	text-align: left;
}
.ga-experience .exp-time-locat{
	padding-bottom: 22px;
}
.ga-experience .panel{
	border-radius:0;
}
.ga-experience .panel .panel-heading {
	background-color:transparent;
	border-color: transparent;
}
.ga-experience .panel .panel-heading a{
	transition: 0.25s ease-in-out all;
	padding: 17px 20px 15px;
	text-decoration: none;
	border-bottom: 2px solid#9D9FA2;
}
.ga-experience .panel-default > .panel-heading + .panel-collapse > .panel-body,
.ga-experience .panel-group .panel-heading + .panel-collapse > .panel-body, 
.ga-experience .panel-group .panel-heading + .panel-collapse > .list-group{
	border-top-style:none;
}
.ga-experience .panel .panel-heading a:hover{
	background: #f7f7f7;
	text-decoration:none;
}
.ga-experience .panel-heading{
	padding: 0;
}
.ga-experience .panel-group .panel + .panel{
	margin-top: 0;
}
.ga-experience .panel-title a{
	color: #2b2b2b;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.ga-experience .panel-title a:hover{
	text-decoration: none;
	background-color: #eee;
}
.ga-experience .panel-body{
	font-size:16px;
	line-height: 27px;
	color:#2B2B2B;
}
.ga-experience .panel-default{
	border:none;
}
.ga-experience .panel-body{
	padding: 17px 20px 25px;
}
.ga-experience .panel,
.ga-experience .panel-default {
    box-shadow: none;
}
.ga-experience .panel-body h4{
	font-size: 16px;
    font-weight: 700;
    margin: 8px 0 3px;
}
.ga-experience .productprice .wishlist_toggle{
	font-size: 25px;
    color: #9EA0A3;
    position: relative;
    top: -5px;
}
.zoom:hover .hide-on-hover{
	display:none;
}
.validate-error-adults-required
.ga-mb-2{
	margin-bottom: 20px;
}
.ga-mb-1{
	margin-bottom: 2px;
}
.table.borderless td{
	border-style:none;
}
#multiitemadd{
	max-width: 398px;
}
.variations-dd-wrapper{
	border:1px solid #ccc;
	border-radius: 0 0 7px 7px;
	padding:10px 13px 10px 13px;
	margin-bottom: 20px;
	border-top: none;
    margin-top: -2px;
}
.table-experience-variations {
	color:#9d9f9a;
	font-weight: 500;
	line-height: 1.7em;
	margin-bottom: 0;
}
.table-experience-variations > tbody > tr > td{
	padding: 8px 0;
}
.table-experience-variations input[disabled] {
    background-color: transparent;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
	width: 2.5em;
	transition:0.35s ease-in-out;
}
.fa-stack-2x {
    font-size: 2em;
}

.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.ga-experience .toggle-wrapper {
	position: relative;
    display: inline-block;
}
.ga-experience .hover-info {
	color:#9D9FA2;
	font-size: 14px;
	line-height: 27px;
	font-weight: 500;
	background: #f7f7f7;
	border-radius:7px;
	position: relative;
	border:none;
	padding: 7px 15px 6px 11px;
	display: inline-block;
	margin-top: 5px;
}
.ga-experience .hover-info:hover{
	cursor: pointer;
}
.ga-experience .hover-info .fa{
	color:#9D9FA2;
}
.ga-experience .toggle-this,
.ga-experience .toggle-this2 {
	position: absolute;
	background: #fff;
    bottom: 41px;
    padding: 17px 13px;
	left: 0;
	transition:0.35s ease-in-out all;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 7px;
	color:#707070;
	font-size: 12px;
	width:400px;
	z-index: 2;
}
.toggle-this {
	font-family: 'Montserrat', sans-serif;
	font-weight:400; /* regular */
}
.toggle-this strong{
	font-family: 'Montserrat', sans-serif;
	font-weight:600; /* semi-bold */
}
.toggle-this p:last-child,
.toggle-this2 p:last-child{
	margin-bottom: 0;
}
.ga-experience .toggle-this ol{
	padding-left: 12px;
}
.experience-voucher img {
    display: inline-block;
    width: auto;
    margin-right: 3px;
}
.table-experience-variations .var-heading{
	font-weight:500;
	color:#2b2b2b;
	display:block;
}
.table-experience-variations .var-age-bands {
	color:#9d9f9a;
}
.table-experience-variations .var-age{
	width: 99%;
}
.table-experience-variations .var-age .alert{
	margin: 0;
    padding: 3px 10px 1px;
    display: inline-block;
}
.table-experience-variations .var-amount-selector{
	white-space: nowrap;
}
.table-experience-variations .var-amount-selector span{
	display: inline-block;
}
.table-experience-variations .var-amount-selector .fa-stack{
	width: 16px;
    height: 16px;
	line-height: 16px;
	margin-top: 3px;
}
.table-experience-variations .var-amount-selector .fa-stack-2x {
    font-size: 19px;
}
.table-experience-variations .var-amount-selector .fa-stack-1x {
    line-height: inherit;
    left: 0;
    line-height: 19px;
    font-size: 11px;
}
.table-experience-variations .var-amount-selector .amount{
	padding: 4px 5px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    border: none;
	max-width: 40px;
	text-align: center;
	color:#9EA0A3;
}
.table-experience-variations .var-amount-selector .amount.darker{
	color:#2B2B2B;
}
.table-experience-variations .var-amount-selector i {
	color:#2b2b2b;
	transform: scale(0.9);
	transition:0.25s ease-in-out all;
 }
 .table-experience-variations .var-amount-selector .fa-stack:hover .fa-stack-1x{
	line-height: 20px;
 }
 .table-experience-variations .var-amount-selector .fa-stack:hover i {
	color: #fbbda3;
	cursor:pointer;
	transform: scale(1);
}
#collapseAgeBands{
	max-width: 398px;
}
.variations-dd-wrapper .btn-rounded{
	background: #fbbda3;
    border-radius: 22px;
    font-size: 20px;
    border: transparent;
	transition: .5s;
	padding: 8px 12px;
	width:100%;
	color: #fff;
    display: block;
	text-align: center;
	margin: 10px auto 8px;
	transition:0.35s ease-in-out;
}
.ga-experience .addtocart, .buying-wrapper button.addtocart{
	border-radius: 22px;
	width: 100%;
    color: #fff;
}
.variations-dd-wrapper .btn-rounded:hover{
	background: #ffcfbd;
	text-decoration: none;
	cursor: pointer;
}
.single-tour-grade{
	color: #9d9fa2;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}
.ga-checks ul,
.ga-crosses ul {
	margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
    line-height: 2.2em;
}
.ga-checks ul li, .ga-crosses ul li {
    margin-left: 25px;
    position: relative;
}
.ga-checks li:before,
.ga-crosses li:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -25px;
    top: 6px;
}
.ga-checks li:before{
	content: "\f00c";
}
.ga-crosses li:before{
	content: "\f00d";
}
.ga-reviews__total{
	color: #2b2b2b;
    font-size: 40px;
    font-weight: 600;
}
span.ga-reviews__stars {
    font-size: 25px;
    color: #FBBDA3;
}
.ga-reviews.row > .col-sm-6:last-child p:first-child{
	font: normal normal medium 14px/27px Montserrat;
	color: #9D9FA2;
}
.ga-reviews div[class*="__label"] {
    font: normal normal medium 12px/27px Montserrat;
    letter-spacing: 0px;
    color: #FBBDA3;
	line-height: 1em;
}
.ga-reviews div[class*="__bar"] {
	font: normal normal medium 12px/27px Montserrat;
	line-height:1em;
}
.ga-reviews .progress{
	height:11px;
	margin-bottom: 0;
}
.ga-reviews .progress-bar{
	height: 11px;
    background: #FFBDA3 0% 0% no-repeat padding-box;
    border-radius: 100px;
}
.ga-reviews__numreviews{
	font-size:14px;
	color: #9D9FA2;
}
.ga-reviews div[class*="__label"] {
    white-space: nowrap;
}
.ga-single-review p{
	margin-bottom: 0;
}
p.ga-single-review__stars i {
    width: 17px;
    height: 16px;
    color: #FBBDA3;
}
p.ga-single-review__meta,
.ga-single-review__content {
    font-size: 14px;
    letter-spacing: 0px;
	color: #2B2B2B;
	margin-bottom: 0;
	line-height: 1.5em;
}
.ga-single-review__content {
    margin-bottom: 10px;
}
.ga-experience #main-image-desktop{
	max-width: 100%;
    height: auto;
}
/* End Experience Product */

.what-others-buy,
.trust-pilot {
	margin-top: 30px;
	float: left;
    width: 100%;
}
/* .bottom-description {
	max-height: 350px;
    overflow-x: auto;
} */
.hamper-contents-scroll {
	max-height: 900px;
    overflow-y: auto;
}
.thumb-image {
	cursor: pointer;
}
.express-delivery-info {
	padding-top: 16px;
	padding-bottom: 16px;
}
.express-delivery-info .fa-truck, .delivery-returns-content .fa-truck {
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
	font-size: 20px;
}
@media (max-width: 1199px) {
	/* .thumb-images {
		display: table;
		width: auto;
		margin: 0 auto;
		float: none;
	}
	.thumb-image {
		width: 18px;
		height: 18px;
		background: #c9c9c9;
		border-radius: 50%;
		float: left;
		margin: 12px 8px;
	}
	.thumb-image.active {
		background: #989898;
	}
	.thumb-image img {
		display: none;
	} */
}
@media (max-width: 1024px) {
	.wrapper-product-title.push-down {
		padding-top: 0;
	}
	.description-row {
		margin-top: 25px;
	}
}
@media (max-width: 1024px) {
	#n_product h1 {
		margin-top: 20px;
	}
	.wrapper-product-title h1 {
		font-size: 26px;
	}
	.description-row h3 {
		padding: 8px 20px;
	}
}
@media (max-width: 991px) {
	.product-wishlist {
		position: absolute;
		top: 4px;
		right: 10px;
	}
	.wrapper-product-title h1 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	#n_product h1 {
		margin-top: 0;
	}
	.wrapper-product-title h1 {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.wrapper-product-title h3 {
		font-size: 13px;
	}
	.product-wishlist {
		top: 0px;
	}
	.description-row h3 {
		padding: 12px 20px;
	}
	.description-row h4 {
		font-weight: 500;
		padding: 8px 20px;
	}
	.money-options .currency-converter {
		width: 40%;
	}
	.money-options .payment-methods {
		width: 60%;
	}
	#main-image {
		max-width: 100%;
		height: auto;
		width: 80%;
	}
	.top-right-section {
		position: initial;
	}
	#_jstl__header {
		position: absolute;
		z-index: 1;
		top: 15px;
		width: 380px;
	}
	#_jstl__images {
		margin-top: 80px;
	}
	.buying-wrapper {
		border: 0px solid #ddd;
		padding: 10px;
		margin-top: 0;
	}
	.productpricetext {
		font-size: 24px;
		font-weight: 500;
	}
	.wrapper-pricing .addtocart {
		font-size: 20px;
		margin-top: 5px;
	}
	.convert-button {
		margin-top: 7px;
	}
	.description-row {
		margin-top: 50px;
	}
	.hamper-contents-wrapper h4 {
		float: none;
	}
	.row.description-row .table > tbody > tr > td {
		font-size: 11px;
	}
	.row.description-row .table > tbody > tr > td.active {
		font-weight: 500;
		font-size: 12px;
	}
	.hampercontent-desc h5 {
		font-size: 12px;
		margin-bottom: 5px;
		padding: 0;
	}
	.hampercontent-desc p {
		font-size: 12px;
		line-height: 1.1;
		padding: 0;
	}
	.hamper-contents-scroll {
		height: 0;
	}
	.panel-title.hamper {
		cursor: pointer;
	}
	.hamper-contents-scroll.active {
		height: auto;
	}
	.bottom-desc-title {
		cursor: pointer;
		background: #efefef;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 25px;
		padding-left: 30px;
	}
	.delivery-returns-content,
	.product-details-content {
		height: 0;
		overflow: hidden;
		float: left;
		width: 100%:
	}
	.delivery-returns-content.expanded,
	.product-details-content.expanded {
		height: auto;
	}
	/* .bottom-description {
		height: 0;
	}
	.bottom-description.active {
		height: auto;
	} */
	.ga-experience .toggle-this,
	.ga-experience .toggle-this2 {
		width:100%;
	}
}
@media (max-width: 375px) {
	#_jstl__header {
		width: 325px;
	}
	.ga-reviews div[class*="__label"] {
		width: 100%;
	}
}
@media (max-width: 345px) {
	#_jstl__header {
		width: 290px;
	}
}
/* Category pages */
/* Side menu */
#n_category .thumb .col-xs-6 {
    padding: 0px 5px!important;
}
.category-banner-bottom .item {
    margin-bottom: 0px;
    padding: 6px 6px;
}
.subcategories h4 {
	font-size: 22px;
	font-weight: 500;
}
.subcategories .subcat-name {
	margin-bottom: 0;
}
.subcategories .subcat-name a {
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding: 8px 0;
	color: rgb(51, 47, 33);
	border-bottom: 1px solid #c9c9c9;
}
.subcategories .subcat-name a:hover {
    text-decoration: none;
    color: #002B49;
}
.ui-slider-horizontal {
	margin-left: 7px;
}
.ui-slider .ui-slider-handle {
    width: 1em!important;
}
.custom-filter-title h4 {
	text-transform: uppercase;
	margin-top: 10px!important;
}
.custom-filter-list a {
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 8px 0;
    color: rgb(51, 47, 33);
    border-bottom: 1px solid #c9c9c9;
}
.custom-filter-list a:before {
	content: ""!important;
}
.savings-container {
    position: absolute;
    top: 2px;
    left: 2px;
	width: 132px;
}
.free-shipping-label-holder {
	position: absolute;
    top: 2px;
    right: 2px;
	width: 80px;
}
.savings-container .label-warning {
   background-color: #ef3c40;
}
.savings-container img {
    max-width: 100px!important;
    position: absolute;
    right: 0px;
    top: 0px;
}
@media (max-width: 1200px) {
	.savings-container {
		width: 120px;
	}
}
@media (min-width: 992px) {
	#catfilters {
		height: auto !important;
		display: block;
	}
	.ga-lg-show{
		display:block!important;
	}
	.ga-lg-hidden{
		display:none;
	}
}
@media (max-width: 991px) {
	.savings-container {
		width: 132px;
	}
	#left-sidebar {
		margin-bottom: 5px;
	}
	.subcategories {
		text-align: center;
	}
	.subcategories h4 {
		font-size: 22px;
	}
	.subcategories .subcat-name {
		margin-bottom: 5px;
		width: 100%;
		float: left;
		border: 1px solid #c9c9c9;
		background: #efefef;
	}
	.subcategories .subcat-name a {
		color: rgb(0, 43, 73);
		font-weight: 500;
		padding: 8px 0;
		text-align: left;
		padding-left: 15px;
		font-size: 17px;
	}
	.subcategories p:nth-child(even) {
		margin-right: 4%;
	}
}
@media (max-width: 767px) {
	.subcategories h4 {
		margin-top: 10px;
	}
	.filter-line h4.panel-title {
		font-size: 16px;
	}
}
@media (max-width: 475px) {
	.savings-container {
		width: 120px;
	}
}
/* Sidebar filters */
.list-group-item {
	border: 0;
    padding-left: 15px;
    padding-right: 0;
}
.list-group-item.price {
	border-bottom: 1px dotted #c9c9c9;
}
.list-group-item.side-no-pad {
	padding-left: 0px;
}
.list-group-item h4 {
	margin-top: 25px;
}
.list-group > li + .filter > a:before {
    position: absolute;
    left: 0;
}
#left-sidebar .list-group h4,
#left-sidebar .list-group .h4 {
    margin-left: -15px;
}
.filter-line {
	padding-left: 15px;
    margin-bottom: 10px;
    background: #002b49;
    padding-top: 8px;
    padding-bottom: 8px;
}
.filter-line h4.panel-title {
	margin-top: 0;
    text-align: left;
    font-size: 17px;
    font-weight: normal;
}
.filter-line a {
	text-decoration: none;
	color: #fff;
}
.filter-line i {
	margin-right: 0.8em;
    font-size: 20px;
}
#left-sidebar .home-section-2 {
	padding-top: 10px;
    padding-bottom: 0px;
}
#left-sidebar .home-section-2 .home-free-delivery,
#left-sidebar .home-section-2 .home-gift-wrapping,
#left-sidebar .home-section-2 .home-gift-voucher {
	padding-left: 0;
    padding-right: 0;
}
#left-sidebar .home-section-2 p {
	font-size: 14px;
	margin-bottom: 20px;
}
#left-sidebar .home-section-2 p a {
	font-size: 13px;
}
#left-sidebar .home-section-2 .days-return img {
	width: 23px;
	height: 23px;
	float: left;
    margin-right: 4px;
}
@media (max-width: 991px) {
	#filters {
		padding-left: 15px;
	}
}
/* Category content */
.category-top-description {
	padding-bottom: 0px;
	margin-top: 19px;
}
.category-top-description img {
	width: 100%!important;
	margin-bottom: 20px;
}
#n_category .bottom-description {
	margin-bottom: 50px;
	.height: auto;
}
.category-banner-top {
    margin-bottom: 20px;
}
.category-banner-top img {
	height: auto!important;
}
.category-banner-bottom .image {
	overflow: hidden;
	display: block;
}
.category-banner-bottom img {
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.category-banner-bottom img:hover {
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.category-banner-bottom .caption h5 {margin-bottom: 5px;}
.category-banner-bottom .caption {margin-bottom: 0;margin-top: 0;text-align: center;font-weight: 500;position: absolute;z-index: 100;width: 80%;margin-left: 10%;top: 50%;transform: translateY(-50%)!important;}
.category-banner-bottom .caption .headline{font-size: 26px;text-align: center;display: block;color: white;text-shadow: #0c1c27 1px 1px 11px;font-weight: 600;}
.category-banner-bottom .caption .headline:hover,
.category-banner-bottom .caption .caption-desc:hover {
    text-decoration: none;
}
.category-banner-bottom .caption .caption-desc {
    text-align: center;
    font-style: italic;
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #ffffff;
    padding: 0px 40px;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    font-weight: 300;
    text-shadow: #0c1c27 1px 1px 11px;
}
/* .category-banner-bottom .caption {
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
    font-weight: 500;
}
.category-banner-bottom .caption h5 {
	font-size: 16px;
    margin-bottom: 20px;
    width: 50%;
    margin-left: 25%;
}
.category-banner-bottom .caption a {
    color: #002B49;
    border: 1px solid #002B49;
    padding: 3px 35px;
    font-weight: 300;
} */
.search-box {
	padding: 4px 10px 8px 10px;
    margin-bottom: 20px;
    border: 3px solid #efefef;
}
.search-box:hover {
    border-color: #7bafd4;
    background: #7bafd4;
}
.search-box i.dollar {
	font-size: 18px;
    border-radius: 50%;
    padding: 7px;
    width: 32px;
    height: 32px;
    background: #7bafd4;
    color: #fff;
}
.search-box i.arrow {
	font-size: 18px;
	color: #efefef;
	padding-top: 7px;
}
.search-box:hover i.dollar {
	background: #fff;
    color: #7bafd4;
}
.search-box a {
	color: #002B49;
    display: block;
    font-weight: 500;
    font-size: 16px;
}
.search-box:hover a {
    color: #fff;
}
.search-box a:hover {
	text-decoration: none;
}
.search-box span {
	padding-top: 5px;
    display: inline-block;
	margin-left: -12px;
}
.sortby {
	padding: 0 12px;
    height: 22px;
    font-size: 14px;
    background: #efefef;
    box-shadow: none;
    color: #332F21;
}
.sort-label {
	text-align: right;
}
#n_category .page-header {
	font-size: 28px;
}
#n_category .bottom-description img {
	width: 100%!important;
	height: auto!important;
}
@media (max-width: 991px) {
	.category-banner-bottom .caption {
		height: auto;
	}
}
@media (max-width: 768px) {
	.category-banner-bottom .caption .headline {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	#n_category .page-header {
		font-size: 28px;
	}
	.category-banner-bottom .caption {
		margin-bottom: 30px;
		height: 66px;
	}
	.category-banner-bottom .caption h5 {
		font-size: 13px;
		margin-bottom: 5px;
		width: 100%;
		margin-left: 0;
		height: auto;
	}
	.relative-cat-block {
		position: relative;
		padding-bottom: 220px;
		float: left;
	}
	.category-top-description {
		position: absolute;
		bottom: 20px;
		overflow-y: scroll;
		height: 200px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#n_category .bottom-description {
		overflow-y: scroll;
		height: 200px;
	}
	.search-box {
		padding: 4px 4px 8px 4px;
	}
	.search-box a {
		font-size: 12px;
	}
	.search-box i.dollar {
		font-size: 13px;
		width: 27px;
		height: 27px;
	}
	.search-box i.arrow {
		padding-top: 3px;
	}
/* 	.sortby.cat {
		width: 60%;
		margin-top: 10px;
		margin-left: -15px;
	}
 */
	.search-form-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	.search-select-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.sort-label {
		 text-align: left;
	}
	.sort.grey-line {
		border-bottom: 1px solid #ececec;
		background: #fff;
	}
	.sortby {
		background: #fff;
	}
 }
/* Cart */
#n_checkout .page-header {
	border: 0;
}
#n_checkout .page-header h1 {
	font-size: 28px;
}
#n_checkout .cart-page-title {
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    font-size: 30px;
    text-transform: none;
    text-align: left;
}
#n_checkout .cart-page-title i {
	color: #002b49;
}
#n_checkout .item-heading {
    padding-bottom: 6px;
    border-top: 1px solid #dedddd;
    padding-top: 6px;
}
#n_checkout .btn-blue,
#n_checkout .btn-pink {
	font-size: 18px;
	padding: 8px 12px;
}
#n_checkout .item, #n_checkout .item-heading {
    border-bottom: 1px solid #dedddd;
}
#n_checkout .item {
	padding: 5px 0;
}
.quantity-label-cart {
    text-align: right;
    padding: 0px!important;
    font-weight: 500;
}
.price-label-cart {
    font-weight: 500;
}
#n_checkout .item:nth-child(odd) {
    background-color: #f9f9f9;
}
#n_checkout .image .img-responsive {
    width: 66%;
}
#n_checkout .description-info {
    padding-top: 28px;
}
#n_checkout .description-info h4 {
    font-size: 15px;
}
#n_checkout .description-info .details {
    color: #332F21;
    font-size: 13px;
    font-style: italic;
}
#n_checkout .description-info a:hover {
    text-decoration: none;
    color: #332F21;
}
.qty-price-del-wrap {
	padding-top: 50px;
}
#n_checkout .cart-qty {
    width: 60%;
    margin-left: 20%;
    text-align: center;
}
.cart-item-price h4 {
    margin-top: 5px;
    font-size: 17px;
}
#n_checkout .remove-button {
    font-size: 18px;
    color: #6d6d6d;
}
/* #n_checkout .btn {
	padding: 8px 12px;
}  */

#n_checkout .gift-card-btn {
    margin: 0px;
    float: left;
    text-transform: none;
    margin-top: 0px;
    padding-left: 45px;
    padding-right: 45px;
}
#n_checkout .discount-panel .custom-panel {
    background-color: #f9f9f9;
    color: #332F21;
    border: 1px solid #ccc;
}
#n_checkout .discount-panel .panel-heading,
#n_checkout .discount-panel .custom-panel .panel-title,
#n_checkout .discount-panel .custom-panel .panel-body {
    background: none;
    border: 0;
    color: #332F21;
}
#n_checkout .discount-panel .custom-panel input.form-control {
    background: none;
    border: 1px solid #ccc;
    color: #332F21;
}
.cart-icons-holder {
    text-align: left;
}
.cart-icons-holder a._cpy_thirdparty_btn {
    display: block;
}
.cart-icons-holder img {
	width: auto;
}
#n_checkout .wrapper-footer,
#n_checkout .bottom-footer,
#n_checkout .bottom-info {
	float: left;
	width: 100%;
}
#n_checkout .bottom-info {
	background: #7bafd4;
    color: #fff;
	padding-top: 15px;
}
#n_checkout .bottom-info span {
	pointer-events: none;
}
#n_checkout .bottom-info span > a {
	text-decoration:none;
	color:inherit;
}
a._cpy_thirdparty_btn img {
    width: auto;
}
.custom-panel .btn {
    background: #fff;
    width: 100%;
    color: #332F21;
    border: 1px solid #bfbebe;
}
.custom-panel .btn:hover {
    background: #f9f9f9;
}
.shipping-form label {
    font-weight: normal;
    color: #333;
    font-size: 12px;
}
/*
#n_checkout .upper-header .links>a {
    width: 50%;
}
*/
#n_checkout #ju_bbox,
#n_checkout #ju_overlay,
#n_checkout .ju_Con {
	display: none!important;
}
#n_checkout .start-shopping {
	width: auto;
}
/* #n_checkout .cart-page-btn-holder {
    margin-bottom: 30px;
} */
#n_checkout .white[readonly] {
	background-color: #fff!important;
}
@media (max-width:1024px) and (min-width:768px) {
    #n_checkout .page-header p {
		font-size: 17px;
	}
}â€‹
.test {}
@media (max-width: 992px) {
	.cart-icons-holder ._cpy_thirdparty_btn {
		display: inline-block;
		width: 49%;
		float: left;
		text-align: center;
		margin-bottom: 30px;
		margin-left: 25%;
	}
	.bottom-footer .logo {
		width: 100%;
	}
	.checkout-footer-logo {
		padding-left: 0;
		padding-right: 0;
	}
	#n_checkout .form-control {
		height: 38px;
	}
	#n_checkout .qty-price-del-wrap {
		padding-top: 35px;
	}
	#n_checkout .card-message-row .form-control {
		height: auto;
	}
}
@media (max-width: 768px) {
	#n_checkout .btn-stack .gift-card-btn {
		width: 100%;
		margin-bottom: 20px;
		font-size: 12px!important;
	}
}
@media (max-width: 767px) {
	#n_checkout .wrapper-logo {
		margin-top: 5px;
		padding-right: 0;
		margin-bottom: 5px;
	}
	#n_checkout .bottom-header .logo {
		width: 100%;
		margin-top: 0;
	}
	#n_checkout .checkout-phone i {
		height: 25px;
		width: 25px;
		padding-top: 5px;
	}
	#n_checkout .cart-page-title {
		margin-bottom: 30px;
	}
	.qty-price-del-wrap {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	#n_checkout .image .img-responsive {
		margin: 0 auto;
		width: 53%;
	}
	#n_checkout .btn-stack .btn {
		font-size: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
/* Upsell page */
/* #n_checkout .child-checkbox .check-label {
	position: relative;
	margin-right: 10px;
	padding-top: 30px;
	cursor: pointer;
}
#n_checkout .child-checkbox input[type=checkbox] {
    display: none;
}
#n_checkout .child-checkbox label:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    box-shadow: none;
	border: 1px solid #666;
    margin-bottom: -6px;
	border-radius: 50%;
}
#n_checkout .child-checkbox input[type=checkbox]:checked + label:before {
    content: "\2713";
    color: #666;
    font-size: 13px;
    text-align: center;
}
#n_checkout .child-checkbox input[type=checkbox]:checked + label.uncheck:before {
    content: "";
    color: #666;
    font-size: 13px;
    text-align: center;
}
#n_checkout .upsell-img {
	padding: 0;
	cursor: pointer;
}
#n_checkout .product-name {
    font-size: 21px;
    background-color: #efefef;
    padding: 6px;
    padding-left: 12px;
    margin-bottom: 20px;
}
#n_checkout .wrapper-productupsell {
	position: relative;
    border: 2px solid #eeeeee;
	padding-bottom: 5px;
    padding-top: 5px;
}
#n_checkout .wrapper-productupsell .panel {
	border: 0;
}
#n_checkout .hamper-options-container {
    border-bottom: 1px solid #efefef;
}
#n_checkout .exname {
	display: block;
    font-weight: 500;
    margin-top: 20px;
    padding: 5px;
}
#n_checkout .exname i {
	font-size: 12px;
	font-weight: normal;
}
#n_checkout .exname.bordered {
    margin-bottom: 15px;
    cursor: pointer;
}
#n_checkout .youmayalsowish {
	position: relative;
    height: 145px;
    overflow: hidden;
}
#n_checkout .youmayalsowish.auto,
#n_checkout .youmayalsowish.wrappings.auto {
	height: auto;
}

#n_checkout .upsell-products {
	margin-bottom: 50px;
}
#n_checkout .upsell-products .name {
	font-size: 12px;
	height: 55px;
	font-weight: 500;
	cursor: pointer;
}
#n_checkout .wrappings .upsell-products .name {
	height: 70px;
}
#n_checkout .youmayalsowish-wrapper {
	position: relative;
}
#n_checkout .youmayalsowish-wrapper .view-upsells {
	position: absolute;
    bottom: -26px;
    right: 0;
    margin-bottom: 0;
    cursor: pointer;
    background: #fff;
    color: #002B49;
    padding: 3px 6px;
	font-weight: 500;
}
#n_checkout .youmayalsowish-wrapper .view-upsells i {
	font-size: 20px;
}
#n_checkout .custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}
#n_checkout .custom-overlay i {
	color: #fff;
    font-size: 50px;
    z-index: 10001;
    position: absolute;
    top: 42%;
    left: 47%;
}*/
#n_checkout .wrapper-productupsell {
	border: 2px solid #ddd;
    padding-bottom: 15px;
	margin-bottom: 30px;
}
#n_checkout .options-form-container {
	background-color: #f3f3f3;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#n_checkout .card-message-row {
	padding-bottom: 15px;
}
#n_checkout .gift-card-row {
	border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 30px;
}
#n_checkout .gift-wrapping-row {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 20px;
}
#n_checkout .inputtext_count {
	display: block;
	font-size: 12px;
    text-align: right;
	margin-top: 5px;
}
#n_checkout .inputtext_count span {
	font-weight: bold;
}
#n_checkout .options-form-container .gift-card-options,
#n_checkout .options-form-container .gift-wrapping-options {
	color: #000;
    float: left;
    text-align: center;
    margin-top: 10px;
    text-decoration: underline;
    font-weight: 500;
}
#n_checkout .options-form-container .gift-card-options img,
#n_checkout .options-form-container .gift-wrapping-options img {
	width: 22px;
    margin-right: 6px;
}
#n_checkout .options-form-container .option-name {
	font-size: 16px;
    display: block;
	font-weight: bold;
	font-style: italic;
	float: left;
	padding-bottom: 5px;
}
#n_checkout .options-form-container .option-name i {
	font-size: 12px;
}
#n_checkout .top-continue-btn {
	margin-top: 30px;
}
.blank-card-wrapper, .one-card-wrapper, .no-card-wrapper {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
}
.blank-card-check, .one-card-check, .no-card-check {
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: -2px;
}
@media (max-width: 991px) {
	#n_checkout .options-form-container select {
		width: 100%;
	}
	#n_checkout .options-form-container .gift-card-options,
	#n_checkout .options-form-container .gift-wrapping-options {
		margin-top: 20px;
	}
}
.input-info {
    float: left;
	color: #b00;
}
@media (max-width: 768px) {
	#n_checkout .top-continue-btn {
		margin-top: 0;
	}
	/* #n_checkout .upsell-products .name {
		font-size: 12px;
		height: 51px;
		font-weight: 500;
		margin-top: 8px;
	}
	#n_checkout .youmayalsowish.wrappings .upsell-products .name {
		height: 85px;
	} */
}
@media (max-width: 767px) {
	/* #n_checkout .upsell-products .name,
	#n_checkout .youmayalsowish.wrappings .upsell-products .name {
		height: auto;
	}
	#productoptions {
		border: 2px solid #dedede;
	}
	#n_checkout .product-name {
		font-size: 15px;
	}
	#n_checkout .exname i {
		display: block;
	}
	#n_checkout .youmayalsowish {
		height: 195px;
	}
	#n_checkout .upsell-products {
		margin-bottom: 3px;
		border-bottom: 1px solid #f3f3f3;
		padding-bottom: 2px;
	}
	#n_checkout .child-checkbox .check-label {
		padding-top: 15px;
	}
	#n_checkout .child-checkbox label:before {
		width: 26px;
		height: 26px;
	}
	#n_checkout .child-checkbox input[type=checkbox]:checked + label:before {
		font-size: 17px;
	}*/
	#n_checkout .top-continue-btn {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	#n_checkout .options-form-container .option-name i {
		display: block;
	}
	#n_checkout .top-returns-text {
		font-size: 12px;
	}
	#n_checkout .page-header h1 {
		font-size: 22px;
	}
	#n_checkout .page-header {
		margin-bottom: 0;
	}
	#n_checkout #productoptions h3 {
		font-size: 22px;
	}
	#n_checkout #productoptions .cartitem-img {
		width: 86%;
		margin-left: 7%;
		margin-bottom: 15px;
	}
}
@media (max-width: 350px) {
	/* #n_checkout .youmayalsowish {
		height: 220px;
	}
	#n_checkout .youmayalsowish.wrappings {
		height: 300px;
	} */
	#n_checkout .options-form-container .gift-options {
		padding: 8px 15px;
	}
	#n_checkout .productoptions h3 {
		font-size: 20px;
	}
}
/* Fancybox */
.fancybox-lock .fancybox-overlay {
	z-index: 10003;
	background: none;
}
.fancybox-skin {
	border-radius: 0!important;
}
#n_checkout .fancybox-wrap {
    width: 60%!important;
    left: 20%!important;
}
#n_checkout .fancybox-inner {
    width: 100%!important;
}
@media (max-width: 1200px) {
	#n_checkout .fancybox-wrap {
		width: 80%!important;
		left: 10%!important;
	}
}
@media (max-width: 991px) {
	#n_checkout .fancybox-wrap {
		width: 90%!important;
		left: 5%!important;
	}
}
@media (max-width: 767px) {
	#n_checkout .fancybox-wrap {
		width: 92%!important;
		left: 2%!important;
	}
}
/* Upsell popup */
.giftcardwrapping-popup {
	background: #fff;
}
.giftcardwrapping-popup h1 {
	margin-top: 0;
    font-size: 32px;
    float: left;
    width: 100%;
}
.giftcardwrapping-popup h1 img {
	width: 164px;
    float: right;
    display: inline-block;
    margin-top: 0;
}
.giftcardwrapping-popup h3 {
	float: left;
	width: 100%;
	color: #fff;
    background: #7bafd4;
    padding: 8px 12px;
    font-weight: normal;
    font-size: 18px;
}
.giftcardwrapping-popup p {
    font-size: 14px;
    text-align: center;
    min-height: 36px !important;
    font-weight: 500;
    color: #002b49;
    margin-top: 5px;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
	.giftcardwrapping-popup h1 {
		text-align: center;
	}
	.giftcardwrapping-popup h1 img {
		float: none;
		margin-top: 10px;
	}
	.giftcardwrapping-popup h3 {
		font-size: 16px;
	}
}
@media (max-width: 425px) {
	.giftcardwrapping-popup {
		padding: 0px;
	}
	.giftcardwrapping-popup p {
		font-size: 13px;
	}
	#n_checkout .fancybox-wrap {
		width: 96%!important;
		left: 2%!important;
	}
	.fancybox-close {
		right: -5px!important;
	}
	.fancybox-skin {
		padding: 8px!important;
	}
}
/* Voucher page */
.single-voucher {
	display: block;
	clear: both;
}
.voucher-btn-holder {
	clear: both;
    float: right;
}
.voucher-btn-holder .voucher-btn {
	width: auto;
}
@media (max-width: 767px) {
	.voucher-header-title {
		font-size: 20px;
	}
	#n_checkout .voucher-btn {
		width: 100%;
	}
}
/* Checkout */
/*
#n_checkout #header-cart>a {
	width: 50%;
}
*/
#n_checkout hr {
	/* color: white; */
	/* border: 1px solid white; */
	/* margin: 8px 0px; */
}
#n_checkout .checkout-heading {
    font-size: 30px;
	margin-top: 0;
}
#n_checkout .checkout-heading i {
	color: #002b49;
}
._cpy_login_link {
    display: inline-block;
    margin-bottom: 15px;
	color: #002B49;
}
#n_checkout .column {
    background-color: #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
}
#n_checkout ._step {
    margin-bottom: 0px;
    width: 100%;
    float: left;
    padding-left: 0;
}
#n_checkout ._step_no {
    width: auto;
    float: left;
    font-size: 11px;
    font-weight: normal;
}
.step-label {
    font-size: 18px;
    font-weight: 600;
    margin-right: 6px;
    border-radius: 0;
    color: #332F21;
    float: left;
}
#n_checkout ._step_no span {
    background: #002b49;
    color: white;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-top: 2px;
}
#n_checkout ._step_desc {
    color: #332F21;
    font-size: 14px;
    width: auto;
    float: left;
    padding-top: 4px;
    padding-left: 10px;
    font-weight: bold;
}
#n_checkout .form-group {
    margin-bottom: 8px;
}
#n_checkout .payment-icon-mastercard {
    background-position: 0px -131px;
}
#n_checkout .form-horizontal .control-label,
#ladb_pl .modal-row .control-label {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 400;
	text-align: left;
}
#n_checkout .form-group.half {
    float: left;
    margin: 0;
    display: inline-block;
    width: 100%;
}
#n_checkout .subscription input {
    float: left;
    margin-left: 15px;
}
#n_checkout .subscription label {
    float: left;
    width: auto;
    padding-top: 2px!important;
}
#n_checkout .form-group.postcode {
    width: 55%;
}
#n_checkout #_jstl_shipping_options {
    padding: 0 15px;
}
#n_checkout .column-2 label {
    font-weight: 500;
}
#n_checkout ._cpy_comment label {
    font-size: 12px;
}
#n_checkout .ui-datepicker {
    width: auto;
}
#n_checkout .hasDatepicker .ui-datepicker {
	width: 100%;
}
#n_checkout .ui-datepicker-header {
    border-radius: 0!important;
}
#n_checkout .authority {
    font-weight: bold;
    font-size: 12px;
}
#n_checkout .secure-payment-wrapper {
    float: right;
    clear: right;
}
#n_checkout .column #_jstl_cart_items,
#n_checkout .column #_jstl_redeem_vouchers {
    float: left;
    width: 100%;
}
._cpy_voucher_pl {
    margin-top: 20px;
}
._cpy_voucher_pl ._cpy_vouchershow {
    background-color: #fff;
    font-size: 15px;
}
#n_checkout .balance-due-wrapper {
    font-size: 16px;
    font-weight: bold;
}
#n_checkout .balance-due-wrapper span {
    font-size: 22px;
}
._cpy_balancedue {
    color: #090;
}
#n_checkout .form-actions .btn-blue .fa,
#n_checkout .form-actions .btn-pink .fa {
    margin-left: 0px;
    margin-right: 10px;
}
.checkout-btn-wrapper {
    width: 100%;
    display: inline-block;
}
.checkout-btn-wrapper .btn {
    margin-top: 0px;
    width: 100%;
}
#n_checkout ._shipping_choice .radio,
#n_checkout .address-type .radio {
    float: left;
    width: auto;
    margin-right: 15px;
}
#_jstl_cart_items {
	margin-top: 30px;
}
#_jstl_cart_items .form-group {
	margin-left: 0;
	margin-right: 0;
}
#_jstl_cart_items_r .table {
    margin-top: 20px;
}
#_jstl_cart_items_r .table i {
	font-size: 11px;
}
#option-yes:checked ~ .selected-yes,
#option-no:checked ~ .selected-no  {
    display: block!important;
}
#n_checkout td.radio h5 {
	margin-top: 0;
	font-size: 16px;
}
#n_checkout #recent_sales_ticker {
	display: none!important;
}
#n_checkout .preferred-date-sel {
    padding-top: 10px;
    padding-bottom: 10px;
}
#n_checkout .preferred-date-sel label {
    font-size: 15px;
}
#n_checkout .checkout-phone {
	float: left;
    font-size: 18px;
    padding-top: 25px;
    font-weight: 600;
	text-align: right;
}
#n_checkout .checkout-phone .call-us-text {
    margin-bottom: 0;
    line-height: 1;
}
#n_checkout .checkout-phone i {
    border: 1px solid #0e0e0e;
    border-radius: 50%;
    text-align: center;
    height: 30px;
    width: 30px;
    padding-top: 6px;
}
#n_checkout .checkout-phone span {
	color: #002b49;
}
#n_checkout .preferred-date-sel input[type=radio] {
    width: 15px;
    height: 15px;
}
#n_checkout .preferred-date-sel input[type=radio],
#n_checkout .preferred-date-sel .date-label {
    display: inline-block;
}
@media (max-width:991px) and (min-width:768px) {
	#n_checkout .payment-icon {
		width: 75px;
		background-image: url(//cdn.neto.com.au/assets/neto-cdn/skeletal/2.2.0/paymenticons.svg);
		background-size: 75px;
	}
    #n_checkout .payment-icon-mastercard {
		background-position: 0px -163px;
		height: 45px;
	}
	#n_checkout .payment-icon-visa {
		height: 23px;
		background-position: -5px -208px;
	}
	#n_checkout .payment-icon-paypal {
		height: 21px;
		background-position: 0px 0px;
		margin-top: 8px;
	}
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: left!important;
	}
}
@media (min-width: 769px) {
	#n_checkout .column-2,
	#n_checkout .column-1 {
		border-right: 15px solid #fff;
	}
	#n_checkout .form-horizontal .control-label {
		text-align: left!important;
		margin-bottom: 0;
		padding-top: 7px;
	}
	#n_checkout #_jstl_shipping_options_r {
		margin-left: -15px;
		margin-right: -15px;
	}
	#n_checkout #_jstl_shipping_options_r h4 {
		color: #332F21;
		font-size: 12px;
		font-weight: bold;
	}
	#n_checkout label {
		text-align: left!important;
		margin-bottom: 0;
		padding-top: 7px;
	}
}
@media (max-width: 991px) {
	#n_checkout .column {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	#n_checkout .checkout-phone {
		padding-top: 10px;
	}
	#n_checkout hr.header-hr {
		color: #dedddd;
		border-color: #dedddd;
	}
	#n_checkout .secure-payment-wrapper .list-inline > li {
		float: left;
		width: 33.33%;
	}
	#n_checkout .payment-top-icons a {
		display: inline-block;
		float: left;
		width: 49%;
		text-align: left;
		margin: 15px 0;
	}
	#n_checkout #_jstl_shipping_options {
		padding: 0;
	}
	#n_checkout td.radio h5 {
		margin-top: 3px;
		font-size: 13px;
	}
	#n_checkout .preferred-date-sel p {
		font-size: 12px;
		margin-bottom: 0;
	}
	#n_checkout ._cpy_login_link {
		display: block;
	}
	#n_checkout .gift-card-btn {
		font-size: 13px;
		margin-top: 15px;
	}
	#_cpy_checkout_form .form-control {
		height: 38px;
		margin-bottom: 3px;
	}
}
@media (max-width: 350px) {
	a._cpy_thirdparty_btn img {
		width: 90%;
	}
}
@media (max-width: 375px) {
	#n_checkout .checkout-phone {
		font-size: 15px;
	}
}
/* Customer pages */
#n_customer_account .grey-line {
	margin-top: 30px;
}
/* Subcat Birthdays */
/* .subcategory-birthday-banners .subcat-banner {
    float: left;
    padding-top: 20%;
    position: relative;
    overflow: hidden;
    border: 10px solid #fff;
}
.subcat-banner.subcat-birthday-0 {
	margin-left: 20%;
    width: 20%;
}
.subcat-banner.subcat-birthday-1 {
	width: 40%;
}
.subcat-banner.subcat-birthday-2,
.subcat-banner.subcat-birthday-4 {
	width: 40%;
    padding-top: 28%;
}
.subcat-banner.subcat-birthday-3 {
	width: 20%;
    padding-top: 28%;
}
.subcat-banner.subcat-birthday-5 {
	margin-left: 20%;
    width: 40%;
}
.subcat-banner.subcat-birthday-6 {
	width: 20%;
}
.subcategory-birthday-banners .subcat-banner a.image {
    position: absolute;
    top: 0;
}
.subcategory-birthday-banners .subcat-banner a.image img {
    width: 120%;
	margin-left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.subcategory-birthday-banners .subcat-banner {
		margin-left: 0!important;
		margin-right: 0!important;
		width: 50%!important;
		padding-top: 0!important;
		height: 120px;
	}
} */
/* Subcat Recipient */
/*
.subcategory-recipient-banners {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-moz-columns: 3;
	column-count: 3;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}
.subcategory-recipient-banners .subcat-banner {
	display: inline-block;
    margin: 0 0 15px;
    width: 100%;
	float: left;
} */
/* Subcat Recipient 2 */
/* .subcategory-recipient2-banners .subcat-recipient2-0 {
	float: left;
}
.subcategory-recipient2-banners .subcat-recipient2-1 {
	float: right;
}
.subcategory-recipient2-banners .subcat-recipient2-2 {
	float: right;
} */
/* Subcat Custom LP */
.subcategory-customlp-banners .subcat-banner {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.category-banner-bottom .caption .headline {
		font-size: 14px;
	}
	.subcategories .subcat-name a {
		font-size: 15px;
		font-weight: 500;
	}
	.subcategory-customlp-banners .subcat-banner {
		position: relative;
		float: left;
		width: 48%;
		overflow: hidden;
	}
	.subcategory-customlp-banners .subcat-banner a {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.dummy {
		padding-top: 100%;
	}
	.subcategory-customlp-banners .subcat-banner .image img {
		position: absolute;
		top: 50%;
		-ms-transform: translatey(-50%);
		-webkit-transform: translatey(-50%);
		transform: translatey(-50%);
	}
	.subcategory-customlp-banners .subcat-banner:nth-child(odd) {
		margin-right: 2%;
	}
	.subcategory-customlp-banners .subcat-banner:nth-child(even) {
		margin-left: 2%;
	}
}
#recent_sales_ticker {
	z-index: 111;
}
@media (max-width: 767px) {
	#recent_sales_ticker {
		display: none;
	}
}
/* Bigger thumbs and adverts */
.homepage-mini-banners>div {
    padding: 8px;
}
.category-banner-bottom>div {
    margin-bottom: 0px;
    padding: 6px 6px;
}
@media (min-width: 768px) {
	.category-banner-bottom>div:nth-child(4) {
		clear: both;
	}
}
@media (max-width: 767px) {
	.homepage-mini-banners>div,
	.homepage-products>div,
	.category-banner-bottom>div {
		padding-left: 7px;
		padding-right: 7px;
	}
	.thumb>.row>div {
		padding-left: 4px;
		padding-right: 4px;
	}
	.category-banner-bottom>div:nth-child(3) {
		clear: both;
	}
}
@media (max-width: 767px) {
	.category-3-in-row .caption h5 {
		height: auto;
	}
	.category-3-in-row .caption h5 .headline {
		font-size: 30px;
		line-height: 1.2em;
	}
	.one-category-banner .caption h5 .headline {
		font-size: 30px;
		line-height: 1.2em;
	}
}
@media (max-width: 480px) {
	.one-category-banner .caption h5 {
		margin-top: 5px;
	}
	.one-category-banner .caption h5 .headline {
		font-size: 24px;
		line-height: 1.2em;
	}
	.category-3-in-row .caption h5 .headline {
		font-size: 26px;
		line-height: 1.2em;
	}
}
.socials-section {
    max-width: 150px;
}
.socials-section h5 {
	text-align: center;
	padding-left: 12px;
}
.socials-section .list-social {
	margin-left: 0px;
}
@media (max-width: 767px) {
	.socials-section {
		max-width: 100%;
	}
}
/* trustpilot-widget */
.trustpilot-widget {
	margin-top: 20px;
	margin-bottom: 0px;
}

/* carousels */

.carousel-control {
	background: none!important;
}
/*** DELIVERY PAGE **/
.panel-shipbox {
	border: 1px solid #eee !important;
    background: #f9f9f9;
}
.postcode-strong {
    padding-top: 6px;
    display: inline-block;
}
@media (min-width: 992px) {
	.reviews-row .panel-collapse {
		width: 65%;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
}
@media (max-width: 991px) {
	.panel-shipbox {
		display: inline-block;
	}
	.panel-shipbox .btn {
		margin-top: 10px !important;
	}
}


/* November 2018 00264044 */

.delivery-adverts img{
	margin-bottom: 15px;
}
.shipping-description{
	font-size:16px;
}

.shipbox-delivery #ship_selector select, .shipbox-delivery #ship_state_pl select{
    font-size: 12px !important;
	width: 100%;
    height: 34px;
    padding: 6px;
    background: white;
	border: 1px solid #d2d2d2;
	border-radius: 0px !important;
	-webkit-appearance: none;
}

.shipbox-delivery .postcode-input{
	padding: 0px 5px 0px 10px;
}
.shipbox-delivery .suburb-input{
	padding: 0px 5px;
}

.shipbox-delivery .submit-button {
	margin-top: 25px;
}
#n_checkout .shipbox-delivery .submit-button {
	margin-top: 26px;
}
#n_checkout .shipping-form label{
	font-size:16px !important;
}

#n_checkout .shipping-form label span.pull-right{
	font-size:14px;
}
#n_checkout .panel.panel-shipbox{
	padding: 10px;
}
#n_checkout .input-field-cart{
	margin-right: 10px;
}

#n_checkout .delivery-date {
	font-weight: 400;
}
#n_checkout .shipping-form hr{
	margin: 15px 0px;
}

.shipbox-delivery .submit-button button,
.shipbox-delivery .submit-button input{
	height: 35px;
	background-color:  green !important;
	border-color: green !important;
	transition: 0.2s ease;
	color: white;
}
.shipbox-delivery .submit-button button:hover,
.shipbox-delivery .submit-button input:hover{
	background: #002b49 !important;
	border-color: #002b49 !important;

}
p#ship_collapse {
	font-size: 16px;
	margin-bottom: 0px;
}

p#ship_collapse span.pull-right{
	font-size: 14px;
}

.zip-img{
	width: 100px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
.zip-text{
	color: #252d68;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 5px;
}
#shipbox h4 {
    font-size: 22px;
}
/* END November 2018 00264044 */

.edit_message_btn a {
	width: 100%;
	margin-top:5px !important;
}

#header-cart .edit-message {
	width: 100%;
}
