html {
  scroll-behavior: smooth;
}
body {
	font-family: "Hind", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image:none;
	background-color: #ffffff;
}
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
	color: #428bca;
}
a:hover,
a:focus {
	color: #2a6496 ;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Hind", Helvetica, Arial, sans-serif;
	color: #333;
}
.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
	color: white;
}
h1,
.h1 {
	font-size: 36px;
}
h2,
.h2 {
	font-size: 30px;
}
h3,
.h3 {
	font-size: 24px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	font-size: 14px;
}
.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #ebebeb ;
	border-color: #adadad;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-primary {
	color: #FFFFFF;
	background-color: #333333;
	border-color: #333333;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #474747;
	border-color: #474747;
}
.btn-warning {
	color: #ffffff ;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-success {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #474747;
	border-color: #474747;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #474747;
	border-color: #474747;
}
.btn-info {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #ed9c28;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #ed9c28;
}
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #ed9c28;
    border-color: #ed9c28;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #ed9c28 ;
	border-color: #ed9c28;
}
.breadcrumb {
	background-color: transparent;
}
.breadcrumb > li + li:before {
	color: #cccccc;
}
.breadcrumb > .active,
.breadcrumb a {
	color: #333333;
	font-weight: 500;
}
.breadcrumb > li + li:before {
    content: "\f101";
    padding: 0 5px;
	color: #ccc;
	font-family: fontAwesome;
}
.breadcrumb li:last-child a {
	color: #c42113;
}
.pagination > li > a,
.pagination > li > span {
	color: #428bca;
	background-color: #ffffff;
	border-color: #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.label-default {
	background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080;
}
.label-primary {
	background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}
.well {
	background-color: #f5f5f5;
	border-color:#e3e3e3;
}
.panel-default {
	border-color: #dddddd;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #dddddd;
}
.panel-title {
	color: #333333;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd;
}
.save {
	color: #D9534F;
}
.productsave {
	color: #D9534F;
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li > a {
	color: #777777;
}
.navigation-list li a {
	color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}
.nav .caret {
	border-top-color: #428bca;
	border-bottom-color: #428bca;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333333;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #333333;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.dropdown-menu {
	background-color: #ffffff;
	border-color: #cccccc;
}
.dropdown-menu .divider {
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	color: #333333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #428bca;
}
.logo {
	height: 76px;
	max-width:100%;
}
@media (max-width: 768px) {
	.logo {
		height: 95px;
	}
}
/* Header Styles */
* {
	border-radius: 0px !important;
}
.announcement-row {
	background-color: #ECECEC;
	padding: 5px 0px;
}
.header-row {
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ajax_search {
	padding: 18px 0px 16px 10px;
}
@media (min-width: 1600px) {
	.container {
		width: 1350px;
	}
}
.search-submit {
	background-color: transparent;
	border: none;
	position: absolute;
	right: 4px;
	top: 8px;
	z-index: 9;
	outline: none;
}
.relative {
	position: relative;
}
@media (max-width: 991px) {
	.i-block {
		display: block;
		width: 100%;
	}
}
.uppercase {
	text-transform: uppercase;
}
.no-margins {
	margin: 0px;
}
.header-row > div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.header-center-wrapper {
	margin-top: 0px;
}
.phone-icon i {
	font-size: 30px;
	color: #c42113;
}
.phone-number h3 {
	font-size: 20px;
	/* letter-spacing: 1px; */
}
.phone-number p {
	color: #666666;
	font-size: 12px;
	font-weight: 400;
}
.bold {
	font-weight: 700;
}
.order-hotline p {
	color: #666666;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
}
.stay-connected p {
	color: #333333;
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 0px;
}
.header-search {
	width: 100%;
	margin-top: 0px;
}
.header-search .input-group {
	width: 80%;
}
.order-hotline {
	width: 46px;
}
.list-social i {
	font-size: 14px;
	color: #888888;
}
.header-row .list-social {
	margin-top: -3px;
}
.header-row .list-social  a{
	font-size: inherit;
}
.header-account-icons {
	margin-top: 0px;
	padding-left: 25px;
}
.header-account-icons i {
	font-size: 20px;
	color: #888888;
}
.thumb_cart {
	border: none !important;
}
.thumb_cart i {
	font-size: 11px;
}
#neto-dropdown .left img {
    width: auto;
}
.header-account-icons p, .header-account-icons p a, .header-cart-text {
	font-size: 11px;
	color: #333333;
}
.header-account-icons p a:hover, .header-cart-text:hover {
	text-decoration: none;
}
.header-account-icons > div {
	width: 25%;
	border-right: 1px solid #eeeeee;
	padding-top: 10px;
}
.header-account-icons div:first-child {
	border-left: 1px solid #eeeeee;
}
.dropdown-menu {
	margin: 0px 0px 0px;
}
#header-cart {
	margin-top: 0px;
	padding-bottom: 10px;
	border-right: none;
}
.header-cart-text {
	display: block;
	color: #333333;
}
#cartcontents {
	width: 100%;
	border-right: none;
	padding: 10px;
	min-width: 275px;
}
#header-cart .dropdown-menu {
	right: -2px;
	width: auto;
}
.rugs-101 img {
	margin-bottom: 5px;
	height: 18px;
	width: auto;
}
.header-menu-row .navbar-default {
	margin-bottom: 0;
	background-color: #333333;
	height: 50px;
	border: 0px;
	z-index: 10;
}
.no-padding {
	padding: 0
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.header-container-wrapper {
	display: block;
	background-color: #333333;
}
.header-menu-row {
	background-color: #333333;
}
@media (min-width: 767px) {
	.header-container-wrapper .navbar-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus > a {
	color: #ffffff;
	background-color: #c42113;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
@media (min-width: 768px) {
	.dropdown-hover:hover > .dropdown-menu {
		padding: 0;
	}
}
.dropdown-menu > li > a {
	padding: 10px 20px;
}
.dropdown-menu-horizontal {
	top: -1px;
}
#neto-dropdown {
	width: auto;
}
@media (max-width: 768px) {
	.header-center-wrapper {
		height: 82px;
	}
}
@media (max-width: 1200px) {
	.header-center-wrapper {
		justify-content: center !important;
		flex-direction: column;
		align-items: center !important;
	}
	.phone-icon i {
		padding-right: 15px;
	}
	.header-search .input-group {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.header-center-wrapper {
		padding-top: 15px;
		padding-right: 0;
		padding-left: 0 !important;
	}
}
.header-phone {
	display: block;
}
.header-phone img {
    max-width: 170px;
    max-height: 36px;
    margin: 0 auto;
}
@media (max-width: 991px) {
	.header-phone {
		margin: 0 auto 10px;
	}
}
#cart-counter, #wishlist-counter, #wishlist-counter2 {
	position: absolute;
	top: 0px;
	margin-left: -5px;
	border-radius: 50% !important;
	background-color: #c42113;
	width: 20px;
	height: 20px;
	line-height: 22px;
	color: white;
	font-weight: 700;
	font-size: 12px;
}
.header-search.mobile {
	margin-top: 0;
}
@media (max-width: 992px) {
	.phone-icon i {
		padding-right: 0px;
	}
}
@media (max-width: 767px) {
	.header-row {
		display: flex;
	}
	.header-row > div {
		display: block;
	}
	.header-center-wrapper {
		margin-top: 15px;
		text-align: center;
	}
	.phone-number {
		width: 100%;
	}
	.phone-number h3 i {
		color: #c42113;
		margin-right: 5px;
	}
	.header-container-wrapper {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.header-menu-row .navbar-default {
		height: auto;
	}
}
.navigation-list {
	margin-bottom: 0px;
}
.navigation-list .icon{
	position: relative;
}
.navigation-list .icon #wishlist-counter2{
	left: 22px;
}
.navigation-list li a {
		color: #ffffff;
	}
.mobile-rug-image {
	filter: brightness(100);
}
/***********/
.usp-image {
	padding-right: 15px;
	float: left;
	width: auto;
}
.usps-wrapper h5, .usps-wrapper p {
	color: #999999;
	margin: 0;
	line-height: 1.2;
}
.usps-wrapper p {
	font-size: 11px;
}
.usps-wrapper {
    padding: 14px 0px 7px;
}
.usps-row {
	border-bottom: 1px solid #dddddd;
}

.carousel-caption-wrapper {
	position: absolute;
	right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.carousel-caption {
	position: relative;
	width: 40%;
	padding: 20px;
	background-color:  rgba(255, 255, 255, 0.9);
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-caption {
		left: unset;
		right: unset;
	}
}
.carousel-caption h3, .carousel-caption .h3, .carousel-caption p {
    color: #333333;
}
.carousel-caption h3 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
}
.carousel-caption h3:before {
    display: block;
    width: 30%;
    margin-left: 35%;
    border-top: 2px solid #333333;
    content: '';
    padding-bottom: 25px;
}
.carousel-caption p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.featured-category-wrapper {
	margin-bottom: 32px;
}
.featured-category-wrapper a {
	color: #333333;
	text-decoration: none;
}
.featured-category-wrapper a:hover .featured-category-wrapper a:active, .featured-category-wrapper a:visited {
	text-decoration: none;
}
.featured-category-image-wrapper {
    width: 100%;
	height: 380px;
	overflow: hidden;
}
.featured-category-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: all 0.5s ease;
}
.featured-category-image-wrapper:hover .featured-category-image, .featured-category-image-wrapper:focus .featured-category-image {
	transform: scale(1.05);
}
.featured-category-caption h5, .featured-category-wrapper.secondary .featured-category-caption h5 {
	font-size: 18px;
	margin-top: 25px;
}
.featured-category-caption p, .featured-category-wrapper.secondary .featured-category-caption p {
	font-size: 13px;
	line-height: 18px;
}
.sale-banner {
    background-image: linear-gradient(112deg, #eeeeee 42%, #ba0000 42.1%);
    margin-right: 15px;
	margin-left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 280px;
	margin-bottom: 63px;
	overflow: hidden;
}
.home-sale-image {
	height: 100%;
	margin-right: 5%;
}
.sale-caption {
	width: 50%;
}
.sale-caption-inner, .sale-caption-video-inner {
	width: 75%;
    margin: 0 auto;
	padding: 20px;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.sale-caption-inner h3, .sale-caption-video-inner h3 {
	color: #ffffff;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.sale-caption-inner p, .sale-caption-video-inner p {
	font-size: 18px;
	font-weight: 400;
}
.sale-banner-video{
	background-color: #ba0000;
	margin-bottom:40px;
}
.sale-banner-video > .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sale-banner-video > .row .col-md-5{
	padding-top: 30px;
	padding-bottom: 30px;
}
.featured-category-wrapper.secondary .featured-category-image-wrapper {
    height: 300px;
}
/* .featured-category-wrapper.secondary .featured-category-caption h5 {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 500;
} */
.popular-products-banner-inner {
	background-size: cover;
	background-position: center center;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 30px;
	min-height: 200px;
}
.popular-advert-caption {
    margin: 25px 0;
    background-color: rgba(255,255,255,0.85);
	padding: 20px;
	max-width: 50%;
}
.popular-advert-caption p {
    font-size: 16px
}
.popular-advert-caption h3 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
}

.hr-xl {
	margin: 50px 0;
}
.thumbnail {
	border: none;
	transition: none;
}
.thumbnail .caption {
    padding: 9px 0px;
    color: #333333;
}
.thumbnail .caption p a {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
}
.homepage-slider-row {
	padding: 0 50px;
}
.slick-right {
    position: absolute;
    top: 28%;
    right: 2.5%;
	font-size: 20px;
	z-index: 9;
}
.slick-left {
    position: absolute;
    top: 28%;
    left: 2.5%;
	font-size: 20px;
	z-index: 9;
}
.slick-right:hover, .slick-left:hover {
	cursor: pointer;
}
.slider-title {
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 20px;
    padding-bottom: 25px;
}
.instafeed-image {
    height: 175px;
    width: 175px;
    margin: 0 auto;
	background-size: cover;
}
.instafeed-image .fa-heart {
	opacity: 0;
	color: #ffffff;
	font-size: 28px;
	margin-bottom: -25px;
	transition: all 0.6s ease;
}
.insta-overlay {
	display: flex;
    align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
}
.instafeed-image:hover .insta-overlay {
	background-color: rgba(255, 255, 255, 0.85);
}
.instafeed-image:hover .fa-heart {
	opacity: 1;
	color: #ba0000;
	margin-bottom: 0px;
	text-decoration: none;
}
a.slick-slide:hover {
	text-decoration: none;
}
#instafeed {
	margin-top: 35px;
	margin-bottom: 70px;
}
.wrapper-footer {
	border-top: 1px solid #dddddd;
}
hr {
	border-color: #dddddd;
}
.footer-top-row {
	padding: 55px 0px 40px;
	display: flex;
	align-items: flex-start;
}
.footer-bottom-wrapper {
	background-color: #eeeeee;
	padding-top: 45px;
}
.radio label, .checkbox label {
    font-size: 11.5px;
}
.footer-top-row .list-social i {
    font-size: 23px;
    color: #555555;
}
.footer-top-row .list-social {
	margin: 0;
}
.footer-top-row .list-inline > li {
    padding-left: 10px;
    padding-right: 10px;
}
.homepage-slider-row.slick-initialized, #instafeed.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.homepage-slider-row, #instafeed {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.subscribe-btn {
	display: flex;
	align-items: center;
	height: 40px;
}
.subscribe-input {
	height: 40px;
}
.footer-menus h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333333;
}
.footer-menus a {
	font-size: 13px;
	color: #333333;
}
.footer-menus .nav > li > a {
    padding: 9px 15px;
}
footer address {
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 45px;
	font-weight: 400;
}
.subscribe-btn {
	background-color: #c42113;
	border-color: #c42113;
}
.subscribe-btn i {
	color: #ffffff;
}
.footer-subscribe-label {
	text-align: right;
	margin-top: 12px;
}
.footer-subscribe-input .checkbox input {
	margin-top: 0;
}
.footer-subscribe-label h4 {
	margin-bottom: 0;
}
.payment-icon {
    filter: grayscale(100%);
}
.usps-wrapper-0 {
	text-align: right;
}
.usps-wrapper-1 {
	text-align: center;
}
.usps-wrapper-2 {
	text-align: left;
}
.footer-subscribe-input .checkbox {
	margin-top: 5px;
}
@media (max-width: 1200px) {
	.sale-banner  {
		height: auto;
		background-image: linear-gradient(112deg, #ba0000 42%, #ba0000 42.1%);
	}
	.sale-caption {
		width: 90%;
		margin: 30px 0;
		z-index: 2;
	}
	.home-sale-image {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	.sale-caption-inner {
		background-color: rgba(255,255,255,0.85);
		color: #333333;
		width: 100%;
	}
	.sale-caption-inner h3 {
		color: #333333;
		font-size: 35px;
	}
	.sale-caption-video-inner h3{font-size: 35px;}
}
@media (max-width: 992px) {
	.usps-wrapper-0, .usps-wrapper-1, .usps-wrapper-2 {
		text-align: center;
	}
}
.usps-wrapper .slick-slide img {
    display: inline-block !important;
}
.usps-slick-wrapper {
	padding: 0 0 0 8%;
}
@media (max-width: 768px) {
	.usps-row {
		height: 54px;
		overflow: hidden;
	}
}
@media (max-width: 992px) {
	.carousel-caption {
		position: relative;
		width: 80%;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.featured-category-image-wrapper, .featured-category-wrapper.secondary .featured-category-image-wrapper {
		height: 315px;
	}
	.instafeed-image {
		height: 150px;
		width: 150px;
	}
}
@media (max-width: 767px) {
	.carousel-caption {
		position: absolute;
		width: 80%;
		left: auto;
		right: auto
	}
	.carousel-caption h3:before {
		display: none;
	}
	.carousel-description {
		display: none;
	}
	.carousel-caption h3 {
		margin-top: 15px;
		font-size: 16px;
	}
	.carousel-cta {
		display: none;
	}
	.featured-category-image-wrapper, .featured-category-wrapper.secondary .featured-category-image-wrapper {
		height: 220px;
	}
	.featured-category-wrapper {
		margin-bottom: 25px;
	}
	.featured-category-caption h5, .featured-category-wrapper.secondary .featured-category-caption h5 {
		margin-top: 20px;
	}
	.sale-caption-inner p, .sale-caption-video-inner p {
		font-size: 16px;
	}
	.sale-caption-inner h3, .sale-caption-video-inner h3 {
		font-size: 27px;
	}
	.sale-banner {
		margin-bottom: 40px;
	}
	.popular-advert-caption {
		margin: 10px 0;
		padding: 20px;
		max-width: 90%;
	}
	.footer-top-row {
		display: block;
	}
	.footer-subscribe-label {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.footer-top-wrapper {
		margin-bottom: 15px;
	}
	.footer-menus .nav-stacked {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.featured-category-image-wrapper, .featured-category-wrapper.secondary .featured-category-image-wrapper {
		height: 145px;
	}
	.instafeed-image {
		height: 125px;
		width: 125px;
	}
}
/************ PRODUCT PAGE ***************/
.social-dropdown:not(.product-socialicon-mobile){margin-top: 12px;}
.social-dropdown:not(.product-socialicon-mobile) button {
  text-transform: uppercase;
	font-weight: 500;
	padding:10px 16px 8px; 
}
.product-socialicon-mobile button{
	border:0;
	padding:14px 10px;
	height: 55px;
}
.social-dropdown button:hover {
    background-color: #f9f9f9;
}
.breadcrumb {
	padding: 23px 0;
}
.product-images-wrapper {
	display: flex;
	align-items: center;
}
.product-images .product-badge{
	position: absolute;
	left: 109px;
	top:12px;
	z-index: 10;
}
.quickview-images .product-badge{
	position: absolute;
	left: 27px;
	top:12px;
	z-index: 10;
}
.slick-vertical .slick-arrow {
    width: 100%;
	text-align: center;
	font-size: 35px;
	color: #999999;
}
.slick-main-img img {
	width: 100%;
}
.wrapper-product-title h1, .wrapper-product-title .h1 {
	color: #333333;
	font-size: 26px;
}
#n_product .h1{margin-top: 0;}
.quickview-inner #_jstl__reviews, .quickview-inner #_jstl__reviews div{display: inline;}
@media (min-width: 768px) and (max-width: 1439px) {
	.wrapper-product-title h1, .wrapper-product-title .h1 {
		font-size: 21px;
	}
}
@media (min-width: 428px) and (max-width: 479px) {
	.wrapper-product-title h1, .wrapper-product-title .h1 {
		font-size: 22px;
		font-weight: 600;
	}
	.wrapper-product-title h3, .wrapper-product-title .h3 {
		font-size: 20px;
	}
}
@media (max-width: 427px) {
	.wrapper-product-title h1, .wrapper-product-title .h1 {
		font-size: 19px;
		font-weight: 600;
	}
	.wrapper-product-title h3, .wrapper-product-title .h3 {
		font-size: 17px;
	}
}
.ratings-stars i {
	color: #f0ad4e;
	font-size: 17px;
}
.sku-wrapper {
	margin-left: 20px;
}
.strikethrough {
	text-decoration: line-through;
}
.product-pricing-row .wrapper-pricing > div {
	display: inline-block;
	padding-right: 20px;
	vertical-align: middle;
	margin-bottom: 0;
}
.product-pricing-row .wrapper-pricing > .stock-label {
	float: right;
	margin-top: 12px !important;
	padding-right: 0;
}
.productrrp, .productwasprice, .productsave {
    font-size: 16px;
}
.productsave {
	color: #333;
	font-weight: 700;
}
.productpricetext {
	color: #c42113;
}
.product-pricing-row {
	margin-bottom: 20px;
}
.social-dropdown .dropdown-menu {
	right: 0;
	left: unset;
}
.preorder-label,.preorder-label a {
	color: #FFA500;
}
.preorder-label a{
	text-decoration: none!important;
}
.instock-label {
	color: #5cb85c;
}
.soldout-label {
	color: #c42113;
}
.instock-label, .preorder-label, .soldout-label {
	font-size: 13px;
	font-weight: 500;
}
.instock-label i, .preorder-label i, .soldout-label i {
	margin-right: 5px;
}
@media (min-width: 428px) {
	.instock-label.preorder-label{display: none;}
}
@media (max-width: 427px) {
	.preorder-label + .instock-label{display: none;}
}
.nSwatchProduct {
	height:55px;
	width:40px;
	display: block;
	border: 2px solid #eeeeee;
	position: relative;
}
.nColourSwatch._itmspec_lnk {
    display:inline-block;
    margin-right:5px;
}
.nColourSwatch._itmspec_lnk._itmspec_selected {
    padding: 0px;
    border: 2px solid #c42113;
}
.nColourSwatch._itmspec_lnk._itmspec_selected::before {
    display: block;
    height: 15px;
    width: 15px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    content: "\f00c";
    font-family: fontAwesome;
    top: -8px;
    right: -8px;
    z-index: 10;
    font-size: 10px;
    line-height: 14px;
    background-color: red;
    border-radius: 50%;
}
.nColourSwatch._itmspec_lnk._itmspec_selected .nSwatchProduct {
	opacity: 1;
	border: none;
}
.nColourSwatch ._itmspec_listitm {
    margin:0;
}
.radio-btn-label {
    border: none;
    padding: 8px 18px 5px;
	font-weight: 400;
	background-color: #eeeeee;
	transition: all 0.3s ease;
	width: 105px;
}
.specific .radio-btn-label {
	min-width: 105px;
}
.radio-btn:checked + label {
	background-color: #888888;
	color: #ffffff;
}
.variation-name {
	font-size: 15px;
}
.thumbnail.nColourSwatch {
    margin-bottom: 0px;
}
.big-btn {
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-wishlist .big-btn:hover {
	border-color: transparent;
	background-color: transparent;
}
.addtocart, .wishlist_toggle {
	text-transform: uppercase;
}
.wishlist_toggle {
	border-color: transparent;
}
.afterpay-advert, .zippay-advert {
	border: 1px solid #dddddd;
}
.zippay-advert img,
.afterpay-advert img {
	display: inline-block;
	/* width: 50%; */
	height: 43px;
	padding-top: 15px;
}
.zippay-advert p,
.afterpay-advert p {
	font-size: 14px;
	margin-top: 6px;
}
.afterpay-advert .fa:before {
	font-size: 13px;
}
.afterpay-advert .text-red {
    color: #c30000;
    font-weight: bold;
}
@media (max-width: 992px) and (min-width: 768px) {
	.afterpay-advert img {
		height: 35px;
	}
	.afterpay-advert p {
		font-size: 12px;
	}
}
.tabbable {
	margin-top: 50px;
}
.tabbable .nav-tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #333333;
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.tabbable .nav-tabs a {
	color: #888888;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.tabbable .tab-pane {
	width: 70%;
	margin-left: 15%;
}
.tabbable .nav-tabs a:hover {
	color: #333333;
}
.social-dropdown.open > .dropdown-toggle.btn-default:focus, .social-dropdown.open > .dropdown-toggle.btn-default:hover, .social-dropdown.open > .dropdown-toggle.btn-default:active {
	background-color: transparent;
}
.social-dropdown .dropdown-menu > li > a {
    padding: 3px 20px;
}
@media (max-width: 1200px) {
	.slick-main-img img {
		width: auto;
		margin: 0 auto;
	}
	.product-images-wrapper {
		display: block;
	}
	.image-navigation {
		margin-top: 15px;
	}
	.product-images .product-badge{
		left:12px;
	}
}
@media (max-width: 991px) {
	.purchase-form .col-sm-12 + .col-sm-12, .btn-stack .col-xs-12 + .col-xs-12 {
		margin-top: 0px;
	}
}
.afterpay-advert, .zippay-advert {
	margin-top: 15px;
}
.transparent {
	color: transparent;
	border-color: transparent;
}
#quickviewModal .modal-header {
	border-bottom: none;
}
.product-image-small.quick {
	padding: 10px;
}
.slick-product-nav.quick {
	width: 80%;
	left: 10%;
}
.slick-product-nav.no-transform .slick-track{
	transform: none!important;
}
.slick-left-quick {
	position: absolute;
    left: -15px;
    top: 36%;
    font-size: 22px;
}
.slick-right-quick {
	position: absolute;
    right: -15px;
    top: 36%;
    font-size: 22px;
}
.padding-5-first {
	padding: 5px 5px 5px 0px;
}
.padding-5 {
	padding: 5px;
}
.padding-5-last {
	padding: 5px 0px 5px 5px;
}
#shipbox .btn-primary {
	background-color: #888888;
	border-color: #888888;
}
.btn.full-product {
	background-color: #eeeeee;
	padding-top: 8px;
	float: right;
	margin-top: -8px;
}
.sku-wrapper.quick {
	margin-left: 10px;
}
.product-wishlist.quick a {
    font-size: 15px;
    font-weight: 500;
}
.product-wishlist.quick i {
    margin-right: 8px;
}
.stars-thumbnail, .quickview-thumbnail {
	width: 50%;
	display: inline-block;
}
.stars-thumbnail .ratings-stars i {
	font-size: 13px;
}
.quickview-thumbnail a {
	font-size: 13px;
	color: #333333;
}
.quickview-thumbnail {
	border-left: 1px solid #dddddd;
}
@media (max-width: 1200px) {
	.quickview-thumbnail {
		display: none;
	}
	.stars-thumbnail {
		width: 100%;
	}
}
#quickviewModal .modal-dialog {
	width: 1000px;
}
#quickviewModal iframe {
	width: 100%;
	border: none;
}
.btn.full-product a {
    color: #333333;
    text-decoration: none;
}
#quickviewModal .modal-header .close {
    margin-top: -2px;
    background-color: #333333;
    border-radius: 50% !important;
    height: 25px;
    width: 25px;
    color: #ffffff;
    opacity: 1;
    font-size: 25px;
    line-height: 30px;
}
.product-slider-row {
	padding: 0 5%;
}
.product-slider-row .thumbnail{padding-top: 16px;}
.product-slider-row .thumbnail .savings-container{top: 16px;}
.product-slider-row .thumbnail .rug-features{top: 0;}
.product-slider-row .thumbnail .product-wishlist{top:20px;}
/*********** 5 cols *********/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/**************/
.thumbnail .caption h3, .thumbnail .caption .h3, .thumbnail .caption .name {
    height: 2em;
}
.standard-thumbnail {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
	.wrapper-thumbnail {
		float: left;
		margin: 0;
	}
	.colour-thumb {
	    padding-left: 15px !important;
	}
	.product-slider-row .wrapper-thumbnail {
	    padding-left: 15px;
		padding-right: 15px;
	}
}
select {
    background-color: white;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
@media (min-width: 992px) {
	.horizontal-filters {
		background: repeating-linear-gradient( -55deg,   #FFF,   #fff 5px,   #e6e6e6 6px,   #e6e6e6 5px, #fff 6.7px);
	}
}
.horizontal-filters {
	margin-bottom: 30px;
}
.horizontal-filters #filters {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}
.active-filters {
	padding-bottom: 15px;
}
.filter-select {
	flex-grow: 1;
	margin: 20px 10px 10px;
	height: 30px;
	padding-left: 10px;
	padding-top: 2px;
}
.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 25px;
    color: #333333;
}
@media (max-width: 992px) {
	.filter-select {
		width: 100%;
		margin: 5px 0px;
	}
	.horizontal-filters #filters {
		height: 0px;
		background: #ffffff;
	}
	.horizontal-filters .collapse.in {
		height: auto !important;
	}
	/*.mobile-cat-filter {*/
	/*	margin-top: 15px;*/
	/*	margin-bottom: 10px;*/
	/*}*/
	.mobile-cat-filter a:hover, .mobile-cat-filter a:active, .mobile-cat-filter a:visited, .mobile-cat-filter a:focus {
		text-decoration: none;
		color: inherit;
	}
	.mobile-cat-filter i {
		margin-left: 5px;
	}
}
.nav-tabs {
    border-bottom: 1px solid #eeeeee;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid #eeeeee;
}
.upsell-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    padding: 40px 0px;
}
.wishlist_toggle i {
	margin-right: 5px;
}
.pagination{display: flex;justify-content: center;flex-wrap: wrap;gap: 4px;}
.pagination > li{display: block;}
.pagination > li > a, .pagination > li > span {
    color: #333333;
    background-color: transparent;
    border-color: transparent;
		margin-left: 0;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 24px;
		min-width: 38px;
		text-align: center;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #333;
    border-color: transparent;
    cursor: default;
}
.pagination > li.pagination-prev > a, .pagination > li.pagination-prev > span,
.pagination > li.pagination-next > a, .pagination > li.pagination-next > span{
	font-weight: 700;
	text-decoration: underline;
	font-family: "Lora", serif;
	font-size: 14px;
	background-color: transparent!important;
	border-color: transparent!important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #333333;
    background-color: #dddddd;
    border-color: transparent;
}
.nPlayYoutube {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	height: 120px;
	background-color: #C42014;
	color: #ffffff;
	font-weight: 600;
	line-height: 1;
	font-size: 15px;
	border: none;
}
.nPlayYoutube i {
	font-size: 30px;
	margin-bottom: 7px;
}
.nPlayYoutube:hover {
	background-color: #C42014;
	color: #ffffff;
}
@media (max-width: 1200px) {
	.product-image-small {
		padding: 0 15px;
	}
	.image-navigation .slick-right {
		right: -2.5%;
	}
	.image-navigation .slick-left {
		left: -2.5%;
	}
	.image-navigation {
		margin-top: 15px;
		width: 90%;
		margin-left: 5%;
	}
	.nPlayYoutube {
		height: 94%;
		width: 94%;
	}
	.slick-product-nav .slick-track {
		display: flex;
	}
	.slick-product-nav .slick-slide {
		display: flex !important;
		height: auto;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 768px) {
	.nPlayYoutube {
		font-size: 13px;
	}
	.nPlayYoutube i {
		font-size: 22px;
	}
}
.nsearchinput-pl.well ul li img {
    float: left;
}
.btn-default a {
	color: inherit;
}
.filter-remove i {
	margin-right: 5px;
	color: #333;
}
.filter-remove:hover i {
	color: #ffffff;
}
.active-filters .pricesearch {
	display: inline-block;
}
.active-filters .filter-remove {
    margin-left: 10px;
    margin-top: 5px;
	color: #333;
	border-color: #333;
	display: inline-block;
}
.filter-remove:hover {
	color: #ffffff;
    background-color: #333;
}
.bold {
	font-weight: 600;
}
.thumbnail{
	padding-top: 8px;
}
.savings-container {
	top: 8px;
	left: 3px;
	right: auto;
}
.savings-container.has-soldout{right:0;}
.thumb-badge {
    width: 50px;
    height: 50px;
    line-height: 1;
    border-radius: 50% !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.thumb-badge.sale-badge {
	background-color: #c42113;
	color: #ffffff;
}
.thumb-badge.save-percent {
	background-color: #333333;
	color: #ffffff;
}
.thumb-badge.rrp-price, .thumb-badge.soldout-badge, .thumb-badge.preorder-badge {
	background-color: #ed9c28;
	color: #ffffff;
	margin-top: 5px;
}
.thumb-badge.soldout-badge{
	margin-left: auto;
	margin-top: 0;
}
.thumb-badge.preorder-badge{
	margin-top: 0;
}
.thumb-badge.green-badge{
	background-color: #008000;
	color: #ffffff;
	font-size: 10px;
}
.thumb-badge.red-badge{
	background-color: #c82113;
	color: #ffffff;
	font-size: 12px;
}
.thumb-badge.white-badge{
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
}
.thumb-badge.blue-badge{
	background-color: #1199dd;
	color: #ffffff;
	font-size: 12px;
}
.thumb-badge.last-one{
	background-color: #F09B23;
	color: #000000;
}
.thumb-badge.blue-badge.washable{font-size: 9px;}
.thumb-badge.blue-badge.washable strong{font-size: 10px;}
.thumb-badge + .thumb-badge{margin-top: 5px;}
.savings-container .thumb-badge.soldout-badge{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
}
.super-badge{
	width: 66px;
	height: 43px;
	padding-top: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1;
  font-weight: 700;
  font-size: 16px;
	position: relative;
}
.super-badge small{
	font-size: 10px;
}
.super-badge::before, .super-badge::after{
	content: '';
	position: absolute;
	top:100%;
	left: 0;
	right: 0;
	border-left: 33px solid transparent;
	border-right: 33px solid transparent;
}
.super-badge::before{
	margin-top: 8px;
	border-top:15px solid #1f1d1e;
}
.super-badge > span::before{
	position: absolute;
	content: '';
	top:100%;
	left: 0;
	right: 0;
	height: 8px;
	background-color: #1f1d1e;
}
.super-badge__clearance{
	background-color: #007869;
	color: #fff;
}
.super-badge__clearance::after{
	border-top:15px solid #007869;
}
.super-badge__sale{
	background-color: #c62727;
	color: #fff;
}
.super-badge__sale, .super-badge__sale sub{
	font-size: 20px;
}
.super-badge__sale sub:first-child{
	margin-left: -2px;
	margin-right: -2px;
}
.super-badge__sale::after{
	border-top:15px solid #c62727;
}
.super-badge__flashdeals{
	background-color: #d2720b;
	color: #fff;
	font-style: italic;
	padding-top: 16px;
}
.super-badge__flashdeals .fa {
  position: relative;
  z-index: 1;
  font-size: 12px;
}
.super-badge__flashdeals::after{
	border-top:15px solid #d2720b;
}
.super-badge + .thumb-badge{margin-top: 30px;}
.rug-features{
	position: absolute;
	top:-9px;
	left: 0;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	gap: 10px;
}
.features-wrapper{
	font-size: 13px;
	font-weight: 700;
	margin-left: auto;
	padding-left: 20px;
}


/*#left-sidebar {*/
/*	margin-top: 25px;*/
/*}*/
.afterpay-advert:hover {
	cursor: pointer;
}
.announcement-bar a {
	color: #555555;
}
.announcement-bar i {
	margin-right: 5px;
	font-size: 18px;
}
.announcement-bar a {
	text-decoration: none;
}
.tel-number, .tel-number:hover {
	color: #333333;
	text-decoration: none;
}
.search-submit i {
	outline: none;
}
@media (min-width: 768px) and (max-width: 1600px){
	.phone-icon {
		margin-left: 10px;
	}
}
.header-search input {
	font-size: 16px;
}
.normalise-link {
	text-decoration: none !important;
	color: inherit !important;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
}
.carousel-control.right .fa {
    top: 50%;
	right: 20%;
	left: auto;
}
.carousel-control.left .fa {
    top: 50%;
	left: 20%;
	right: auto;
}
.fa-chevron-right:before {
	content: "\f105";
	font-size: 40px;
}
.fa-chevron-left:before {
	content: "\f104";
	font-size: 40px;
}
.sale-btn {
	font-size: 16px;
	padding: 9px 20px 5px 20px;
	border: none;
	margin-top: 15px;
}
.fa-spin-custom {
	-webkit-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
  }
  @-webkit-keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(359deg);
	  transform: rotate(359deg);
	}
  }
  @keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(359deg);
	  transform: rotate(359deg);
	}
  }
  .fa-spin-custom-wrapper i {
	  font-size: 50px;
  }
  @media (max-width: 992px) {
	#shipbox input {
		margin: 10px 0px;
	}
  }
@media (max-width: 1200px) {
	.active-filters .filter-remove {
		margin-left: 0px;
	}
}
.header-account-icons a:hover {
    color: inherit;
    text-decoration: none;
}
.flex-center {
	display: flex;
	align-items: center;
}
.form-control {
	box-shadow: none;
}
.pr-30 {
	padding-right: 30px;
}
/* Extra Options: Pads */
#styled-extra-options .extra-options-btn {
	margin-right: 5px;
	margin-bottom: 5px;
}
#styled-extra-options .extra-options-btn.active {
	background-color: #888888;
    color: #ffffff;
}
#styled-extra-options select.form-control,
.quickview-inner select.form-control {
	background-color: white;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
/* Sort Container */
.sort_container select {
	width: 165px;
	font-size: 16px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
}
/* Specifications Table */
.tabbable .tab-content,
.tabbable .tab-content .table {
    border: 1px solid #dfdfdf;
}
.tabbable .tab-content .table > tbody > tr > td:first-child {
	background: #f0f0f0;
	border-right: 1px solid #ddd;
}
.tabbable .tab-content .table > tbody > tr > td.spec-desc{
	background: none;
	padding: 10px;
}
.tabbable .tab-content .table > tbody > tr > td.spec-desc img{
	max-width: 100%!important;
	height: auto!important;
	margin:0 auto;
}
@media (min-width: 576px) {
	.tabbable .tab-content .tab-pane#description, .tabbable .tab-content .tab-pane#reviews {
		padding: 10px;
		border: 1px solid #dfdfdf;
		margin-bottom: 50px;
	}
	.tabbable .tab-content .tab-pane#reviews {
		padding-top: 35px;
	}
	.tabbable .tab-content .table > tbody > tr > td.spec-desc img{
		max-width:85%!important;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.tabbable .tab-pane > [data-toggle="collapse"]{display: none!important;}
	.tabbable .tab-pane > .collapse{display: block;}
}
@media (min-width: 576px) and (max-width: 767px) {
	.tabbable .tab-pane{width: 90%;margin-left: 5%;}
	.tabbable .tab-content .tab-pane#description,
	.tabbable .tab-content .tab-pane#reviews,
	.tabbable .tab-content .table > tbody > tr > td.spec-desc {
		padding: 15px 30px;
	}
}
@media (min-width: 768px) {
	.tabbable .tab-content .table > tbody > tr > td.spec-desc {
		padding: 15px 20px 20px;
	}
	.tabbable .tab-content .table > tbody > tr > td.spec-desc img{
		max-width:100%!important;
	}
}
/* Suburb Shipping Calculator (Quick View) */
.quickview-inner #shipbox .btn-primary {
	margin: 10px 0px;
}
iframe {
	min-width: 100%;
	width: 100px;
	*width: 100%;
}
/* .quickview-inner {
	max-width: 968px;
} */
@media (max-width: 991px) {
	.footer-static-content,
	.footer-static-title {
	    text-align: left;
	}
	.footer-static-title > h4 {
	    display: inline-block;
	    font-weight: 400;
	}
	.plusminus {
	    float: right;
	    font-weight: bold;
        margin-right: 10px;
	}
	.footer-static-title {
	    border-bottom: 1px solid;
	    margin: 15px;
	}
	.footer-static-content {
	    padding-left: 10px;
	}
	.footer-links-a {
	    color: #696969 !important;
	}
}
@media (max-width: 1199px) {
	#recent_sales_ticker {
		display: none;
	}
}
@media (min-width: 992px) {
   .footer-logo-img {
        margin-left: 100px;
    }
}
@media (min-width: 1200px) {
   .footer-logo-img {
        margin-left: 195px;
    }
}
.wrap-categ-desc h2 {
	font-size: 18px;
}
.thumbprice {
    color: #c42113;
    font-weight: bold;
    font-size: 120%;
		line-height: 23px;
}
.thumbsave {
    font-size: 100%;
}
@media (min-width: 486px) {
	.thumbprice {
		font-size: 100%;
	}
}
@media (max-width: 1199px) {
    .countdown-container {
        display: inline-flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
   .countdown-item {
        border: 1px solid transparent;
        font-size: 2.5rem;
        padding: 0 5px;
        display: inline-block;
        width: 24px;
    }
    
    .dotdot {
        padding-left: 6px;
        font-size: 34px;
    }
    .datewrapper {
        width: 80px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    .brs {
        display: none;
    }
    .datebelow {
        font-size: 12px;
        padding-left:10px;
    }
    .right-text {
        font-size: 22px; 
        padding: 15px;
        max-width: 320px;
    }
    .left-text {
       margin-left: -17px;
    }
    .left-button {
        padding: 8px 25px;
        border: 1px solid transparent;
        font-size: 18px;
    }
    .btn-ninput-close {
        display: none;
    }
		.has-child .thumb-badge.red-badge, 
		.page-3983 .thumb-badge.red-badge:not(:last-child), 
		body:not(.page-3983) .thumb-badge.green-badge:not(:first-child),
		body:not(.page-3983) .thumb-badge.blue-badge:not(:first-child),
		.pre-order-badge .thumb-badge.green-badge:first-child{display: none;}
		.pre-order-badge .thumb-badge.green-badge:first-child + .thumb-badge{margin-top: 0;}
		.popular-products-banner-inner{min-height: 146px;}
}
@media (max-width: 991px) {
    .countdown-container {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
	.countdown-item {
        border: 1px solid transparent;
        font-size: 2rem;
        padding: 0;
        display: inline-block;
        width: 18px;
    }
    .dotdot {
        font-size: 20px;
        padding: 0;
    }
    .datewrapper {
        width: 50px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    .brs {
        display: none;
    }
    .datebelow {
        font-size: 12px;
        padding-left:10px;
    }
    .right-text {
        font-size: 22px; 
        padding: 15px;
        max-width: none;
    }
    .left-text {
       max-width: 105px;
       margin-left: 0;
			 text-align: left;
    }
    .left-button {
        padding: 8px 25px;
        border: 1px solid transparent;
        font-size: 18px;
    }
    .right-wrapper {
        margin-top: 10px;
    }
    .btn-ninput-close {
        display: none;
    }
		.popular-products-banner-inner{min-height: 120px;}
		.header-menu-row .navbar-default{z-index: 9;}
		.horizontal-filters{
			position: sticky;
			top: 0;
			z-index: 8;
		}
		.header-account-icons{position: relative;z-index: 10;}
}
@media (max-width: 769px) {
    .countdown-container {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        margin-top: 5px;
    }
	.countdown-item {
        border: 1px solid transparent;
        font-size: 2rem;
        padding: 0;
        display: inline-block;
        width: 15px;
    }
    .dotdot {
        font-size: 20px;
        margin-left: -2px;
        padding: 0;
    }
    .datewrapper {
        width: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    .brs {
        display: block;
    }
    .datebelow {
        font-size: 10px;
        padding-left:0;
        padding-right: 10px;
    }
    .left-text {
        font-size: 9px;
        display: inline-block;
        width: 64px;
        word-wrap: break-word;
        margin-top: -10px;
    }
    .left-button {
        padding: 8px 8px;
        border: 1px solid transparent;
        font-size: 14px;
        margin-top: -10px;
    }
    .right-text {
        font-size: 15px; 
        padding: 15px;
        max-width: 260px;
    }
    .right-wrapper {
        margin-top: 10px;
    }
    .btn-ninput-close {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        color: #fff;
    }
    /* .thumbsave {
        font-size: 120%;
				line-height: 23px;
    } */
    
    /* .icons-buyingoptions-mobile {
        padding-left: 15px !important;
        padding-right: 15px !Important;
    }
    .product-wishlist-mobile {
        width: 45%;
        display: inline-flex;
    }
    .product-wishlist-mobile .wishlist_toggle {
        padding: 0 !important;
    }
    .product-socialicon-mobile {
        width: 45%;
        display: inline-flex;
    }
    .product-socialicon-mobile .dropdown-toggle {
        margin-top: 0;
    }
    .icons-buyingoptions-mobile i {
        font-size: 24px !important;
    } */
}
@media (max-width: 767px) {
	.popular-products-banner-inner{  min-height: 17.5vw;background-size: contain;}
}
@media (max-width: 485px) {
    .caption .price {
        font-size: 13px;
        /* margin-bottom: 3px; */
    }
    
    /* .icons-buyingoptions-mobile {
        padding-left: 0 !important;
        padding-right: 30px !Important;
    } */
    /* .product-wishlist-mobile {
        width: 45%;
        display: inline-flex;
    } */
    .product-wishlist-mobile .wishlist_toggle {
        padding: 0 !important;
    }
    /* .product-socialicon-mobile {
        width: 45%;
        display: inline-flex;
    } */
    .product-socialicon-mobile .dropdown-toggle {
        margin-top: 0;
    }
    /* .icons-buyingoptions-mobile i {
        font-size: 24px !important;
    } */
		.icons-buyingoptions-mobile{
			padding-left: 0!important;
		}
    .buying-options .col-xs-6 {
        padding-left: 4px !important;
    }
}
@media (min-width: 1200px) {
    .countdown-container {
        display: inline-flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
   .countdown-item {
        border: 1px solid transparent;
        font-size: 2.5rem;
        padding: 0 5px;
        display: inline-block;
        width: 24px;
    }
    
    .dotdot {
        padding-left: 6px;
        font-size: 34px;
    }
    .datewrapper {
        width: 80px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    .brs {
        display: none;
    }
    .datebelow {
        font-size: 12px;
        padding-left:10px;
    }
    .right-text {
        font-size: 22px; 
        padding: 15px;
    }
    .left-text {
       margin-left: -17px;
    }
    .left-button {
        padding: 8px 25px;
        border: 1px solid transparent;
        font-size: 18px;
    }
    .btn-ninput-close {
        display: none;
    }
}
.right-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
#wrapper-countdown-promo{
	background-color: rgba(33, 33, 33, 0.99) /*{countdown-bg-colour}*/;
	color: rgba(252, 249, 249, 0.99) /*{countdown-text-colour}*/;
}
.countdown-item{
	background-color: rgba(33, 33, 33, 0.99) /*{countdown-timer-bg-colour}*/;
	border-color: rgba(239, 105, 94, 1) /*{countdown-timer-border-colour}*/;
	color: rgba(255, 255, 255, 1) /*{countdown-timer-text-colour}*/;
}
.left-button{
	background-color: rgba(33, 33, 33, 0.99) /*{countdown-btn-bg-colour}*/;
	border-color: rgba(239, 105, 94, 1) /*{countdown-btn-border-colour}*/;
	color: rgba(255, 255, 255, 1) /*{countdown-btn-text-colour}*/;
}
.primary-filter-explanation {
    white-space: pre-wrap;
    margin-top: 5px;
}
.selected-colour-product {
    -webkit-box-shadow: 0 3px 10px 0 rgba(12,36,62,.15);
    box-shadow: 0 3px 10px 0 rgba(12,36,62,.15);
    border: 1px solid #102542;
    padding: 1px;
}
.check-colour-wrapper {
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    height: 12px;
    background-color: #fff;
    z-index: 1;
}
.check-colour-wrapper i {
    font-size: 15px !important;
}
.footer-menus .h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
}
.thumbnail .caption .h3 {
    height: 1.2em !important;
    margin-bottom: 7px;
}
.thumbnail .caption .h3 a{display: block;}
.back-to-top-1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(9,29,52,.55);
    border-radius: 3px !important;
    bottom: -51px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: fixed;
    right: 18px;
    -webkit-transition: bottom .5s ease-in-out;
    transition: bottom .5s ease-in-out;
    width: 118px;
    z-index: 7;
}
.back-to-top-1.back-to-top-1--show {
    bottom: 18px;
    -webkit-transition: bottom .5s ease-in-out;
    transition: bottom .5s ease-in-out;
}
.back-to-top-1 a {
    color: #fff;
}
.back-to-top-1 a:hover,
.back-to-top-1 a:focus {
    text-decoration: none;
}
@media (max-width:1600px) and (min-width:1200px) {
    .header-center-wrapper {
        margin-left: -30px;
    }
}
.nabs-breadcrumb {
    padding-left: 20px;
    margin-bottom: 0 !Important;
}
.nabs-pageheader {
    padding-left: 19px;
    margin-top: 0 !important;
}
@media (max-width:768px)  {
    .nabs-breadcrumb {
        padding-left: 10px;
        margin-bottom: 0 !Important;
    }
    
    .nabs-pageheader {
        padding-left: 9px;
        margin-top: 0 !important;
    }
}
.featurednav .navbar, .featurednav .container {
    background-color: #fff !important;
}
.featurednav a {
    color: #333 !important;
}
.featurednav a:hover {
    background-color: #fff !important;
    text-decoration: underline !important;
    cursor: pointer !important;
} 
.mobilesortfilter .col-xs-6 {
    padding: 0 !Important;
}
.mobilefiltersection select {
    background: #e5e5e5;
    border-color: #e5e5e5;
    text-align-last: center;
    text-align: center;
    text-align: -webkit-center;
}
.mobilefiltersection option {
    background-color: #fff !important;
}
.mobile-cat-filter {
    font-size: 14px !important;
    background-color: #c8c8c8;
    border-color: #c8c8c8;
}
.catpage {
	min-height: 90vh;
}
.catpage .breadcrumb {
    margin-bottom: 0 !important;
}
.catpage .newsort {
    padding: 16px 0;
    float: right;
}
.newsort form {
    display: inline-block;
}
.catpage .page-header {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}
@media (max-width: 992px) {
	.catpage .newsort {
        padding: 24px 0;
    }
}
.flex-wrapper {
  display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 22px;
	overflow: hidden;
}
.flex-wrapper>span{
	flex-shrink: 0;
}
#_jstl__breadcrumb_helper {
    display: inline-block;
}
/* 
	Merging Style-New.css here:
*/
.n-select-filter .n-label {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-weight: 400;
  height: 100%;
  display: block;
  line-height: 34px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.n-select {
  color: #e5e5e5;
  color: transparent;
}
.n-select-filter > i {
  pointer-events: none;
}
.n-content-toggle .n-toggle{
  color: #808080;
  text-decoration: underline;
  text-align: center;
  margin-top: 25px;
}
.n-content-toggle .n-toggle:hover {
  color: #202020;
}
.n-content-toggle > * {
  display: none;
}
.n-content-toggle > .n-content-more,
.n-content-toggle > h1:first-of-type,
.n-content-toggle > h2:first-of-type,
.n-content-toggle > p:first-of-type {
  display: block;
}
.n-content-toggle.n-more > .n-content-more,
.n-content-toggle > .n-content-less {
  display: none;
}
.n-content-toggle.n-more > * {
  display: block;
}
.n-content-toggle > h1{
  margin-bottom: 25px;
  font-size: 25px;
}
.n-content-toggle > h2{
  font-size: 18px;
}
/* -- product pages -- */
@media only screen and (max-width: 600px) {
  .product-images .slick-main-img {
    /* min-height: 526px; */
  }
}
/* -- home pages -- */
.home-title h1 {
  color: #999;
  font-size: 26px;
  margin: 20px 0 40px;
}
.home-category-header {
  color: #333;
  font-size: 18px;
  margin-top: 25px;
}
@media (max-width: 480px) {
	.instafeed-image {
		height: 150px;
		width: 150px;
	}
}
.d-block{display: block!important;}
.d-none{display: none!important;}
.list-group-payment .list-group-item{
	display: -ms-flexbox;
  display: flex;
	-ms-flex-pack: justify;
  justify-content: space-between;
	-ms-flex-align: center;
  align-items: center;
}
.list-group-payment .list-group-item img{
	height: 20px;
	width: auto;
}
.list-group-payment .list-group-item img + img{margin-left: 4px;}
.payment-options-logo{
	display: -ms-flexbox;
  display: flex;
	-ms-flex-align: center;
  align-items: center;
}
.payment-options-logo a{color: #666;margin-left: 4px;padding: 2px;}
.payment-options-logo a .fa{display: block;}
.payment-options-logo a:hover{color: #333;}
.payment-options-text .price{font-weight: 700;color: #c42113;}
.payment-afterpay, .payment-paypal{padding-top: 0;padding-bottom: 0;}
.list-group-payment .payment-afterpay img, .list-group-payment .payment-paypal img{height: 40px;}
#afterpayModal .ap-content{padding:24px!important;}
#afterpayModal .ap-logo{max-width: 180px!important;}
#afterpayModal h2{font-size: 16px!important;letter-spacing: 1px;font-weight: 600;margin-top: 24px!important;margin-bottom: 50px;}
#afterpayModal h3, .ap-terms-details h3{font-size: 14px;letter-spacing: 1px;font-weight: 600;}
#afterpayModal hr{border-top-color: #333;}
.ap-terms-details h3{margin-top: 20px;}
.ap-terms-details ul{padding-left: 1rem;}
.mb-0{margin-bottom: 0!important;}
.align-middle{vertical-align: middle!important;}
[data-toggle="pad-info"]{color: #666;font-size: 15px;display: inline;font-weight: 500;text-decoration: underline;}
[data-toggle="pad-info"]:hover, [data-toggle="pad-info"]:focus{color: #666;text-decoration: none;}
[data-toggle="pad-info"] .fa{display: none;}
.pad-info-backdrop, .size-info-backdrop, .material-info-backdrop, .outdoor-info-backdrop{display: none;background-color: rgba(0,0,0,.5);position: fixed;bottom: 0;left: 0;right: 0;top: 0;z-index: 1040;}
.pad-info, .size-info, .material-info, .outdoor-info{position: fixed;top:0;bottom:0;right:0;width: 356px;z-index: 1050;background: #eee;overflow-x: hidden;overflow-y: auto;
	-webkit-box-shadow: 0 0 10px 0 #000;box-shadow: 0 0 10px 0 #000;transition: transform .35s ease;-webkit-transform: translateX(110%);transform: translateX(110%);}
.pad-open .pad-info-backdrop, .size-open .size-info-backdrop, .material-open .material-info-backdrop, .outdoor-open .outdoor-info-backdrop{display: block;}
.pad-open .pad-info, .size-open .size-info, .material-open .material-info, .outdoor-open .outdoor-info{transform: none;}
.pad-info-header, .size-info-header, .material-info-header, .outdoor-info-header{background-color: #fff;position: relative;padding: 18px;position: fixed;top:0;width: 356px;}
.pad-info-header h3, .size-info-header h3, .material-info-header h3{margin-bottom: 0;font-weight: 600;}
[data-dismiss="pad-info"], [data-dismiss="size-info"], [data-dismiss="material-info"], [data-dismiss="outdoor-info"]{position: absolute;font-size: 24px;padding:8px;border:0;top:11px;right:10px;background: transparent;}
[data-dismiss="pad-info"] .fa, [data-dismiss="size-info"] .fa, [data-dismiss="material-info"] .fa, [data-dismiss="outdoor-info"] .fa{display: block;}
.pad-info-body, .outdoor-info-body{padding:80px 18px 18px 18px;}
.pad-info-body h4, .size-info-body h4, .material-info-body h4, .outdoor-info-body h4{font-size: 12px;font-weight: 700;color: #68697b;}
.pad-box{margin-bottom: 20px;}
.pad-box, .pad-faq-item{background-color: #fff;border-radius: 3px!important;}
.pad-faq-item{margin-top: 15px;}
.pad-box .table tr:first-child > th, .pad-box .table tr:first-child > td{border-top:0;}
.pad-box .table tr > th, .pad-box .table tr > th{border-top-color:#eee;}
.pad-img{max-width: 220px;margin:0 auto 10px;}
.pad-faq-question{font-weight: 600;color: #102542;display: block;line-height: 20px;padding:21px 30px 21px 12px;position: relative;}
.pad-faq-question:hover, .pad-faq-question:focus{text-decoration: none;color: #102542;}
.pad-faq-question .fa{position: absolute;top:50%;right:12px;font-size: 20px;margin-top: -10px;transition: transform .2s ease;}
.pad-faq-question.collapsed .fa{transform: rotate(180deg);}
.pad-faq-answer{padding:0 12px 12px;}
.pad-spec{display: -ms-flexbox;display: flex;font-size: 12px;font-weight: 600;color: #636471;border-bottom:1px solid #eee;}
.pad-spec:last-child{border-bottom: 0;}
.pad-spec > div:first-child{-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;padding:10px 9px 10px 18px;}
.pad-spec > div:last-child{-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;padding:10px 18px 10px 9px;}
.pad-spec .fa-check{color: #00c663;}
.size-info, .material-info{width: 420px;background-color: #fff;}
.size-info-header, .material-info-header{border-bottom: 1px solid #ddd;padding:20px;width: 420px;}
.size-info-body, .material-info-body{padding:84px 20px 20px 20px;}
.size-info-body h4, .material-info-body h4{font-size: 24px;color: #333;margin:20px 0;}
.size-info-body h5, .material-info-body h5{font-size: 16px;font-weight: 700;margin:16px 0;}
.size-info-header .fa-chevron-down, .material-info-header .fa-chevron-down{display: none;}
#n_home #homepageCarousel{
	min-height: 470px;
}
.home-banner-item{
	height: auto;
}
.catpage .page-header.has-banner{
	text-align: center;
	position: relative;
}
@media (min-width: 768px) {
	.catpage .page-header.has-banner{
		top:-45px;
		margin-bottom: auto!important;
	}
}
#categoryBanner .sale-banner{
	margin-left: 0;
	margin-right: 0;
}
.popover{font-family: "Hind", Helvetica, Arial, sans-serif;background-color: #888;color: #fff;border:0;}
.popover > .arrow::after{display: none;}
.popover.top > .arrow, .popover.bottom > .arrow, .popover.left > .arrow, .popover.right > .arrow{border-top-color: #888;}
.variation-name.align-items-center{display: flex;display: -ms-flexbox;padding-right: 0;}
.ml-auto{margin-left: auto;}
.popover-info-toggle{color: #666;font-weight: 500;font-size: 15px;}
[data-toggle="size-info"], .popover-info-toggle:not([data-toggle="popover"]){text-decoration: underline;}
.popover-info-toggle:hover, .popover-info-toggle:focus{color: #666;text-decoration: none;}
.specific-size{display: -ms-flexbox;display: flex;flex-wrap: wrap;margin-left: -5px;margin-right: -5px;}
.specific-size ._itmspec_listitm, .variation-shape:not(.btn-style) .radio-btn-label{margin-right: 0;margin-bottom: 0;}
.spec-radio-item{width: 20%;padding-left: 5px;padding-right: 5px;margin-bottom: 10px;}
.spec-radio-item .radio-btn-label{width: 100%;min-width: auto;text-align: center;padding-left: 0;padding-right: 0;}
.spec-radio-item .radio-btn-label.active{background-color: #888;color: #fff;}
.variation-shape:not(.btn-style) .specific-size{-ms-flex-wrap: nowrap;flex-wrap: nowrap;-ms-flex-pack: center;justify-content: space-between;margin:0 0 12px;border-bottom:1px solid #f8f6f1;padding:0;}
.variation-shape:not(.btn-style) .spec-radio-item{width: auto;padding:0;margin:0;}
.variation-shape:not(.btn-style) .specific-size.align-left{-ms-flex-pack: start;justify-content: flex-start;}
.variation-shape:not(.btn-style) .specific-size.align-left .spec-radio-item{padding:0 12px;}
.variation-shape:not(.btn-style) .specific-size.align-left .spec-radio-item:first-child{padding-left: 0;}
.variation-shape:not(.btn-style) .specific-size.align-left .spec-radio-item:last-child{padding-right: 0;}
.variation-shape:not(.btn-style) .spec-radio-item > .btn{box-shadow: none!important;background: transparent;margin-bottom: -1px;padding-left: 0;padding-right: 0;font-size: 15px;outline: none;}
.variation-shape:not(.btn-style) .spec-radio-item > .btn::before {display: block;content: attr(data-value);content: attr(data-value) / "";font-weight: 600;height: 0;overflow: hidden;visibility: hidden;text-transform: capitalize;}
.variation-shape:not(.btn-style) .spec-radio-item > .btn:hover, .variation-shape:not(.btn-style) .spec-radio-item > .btn.active{border-bottom-color: #333333;font-weight: 600;}
.variation-shape-options{padding-top: 10px;padding-bottom: 10px;}
.variation-shape:not(.btn-style) .specific-label{display: none;}
.variation-shape.btn-style .spec-radio-item > .btn{width: 100%;min-width: auto;text-align: center;outline: none !important;border: none;padding: 8px 0 5px;font-weight: 400;background-color: #eeeeee;transition: all 0.3s ease;}
.variation-shape.btn-style .spec-radio-item > .btn:hover, .variation-shape.btn-style .spec-radio-item > .btn:focus{color: #333333;background-color: #ebebeb;border-color: #adadad;}
.variation-shape.btn-style .spec-radio-item > .btn:active:focus{color: #333;background-color: #d4d4d4;border-color: #8c8c8c;}
.variation-shape.btn-style .spec-radio-item > .btn.active{background-color: #888;color: #fff;}
.colour-thumb-wrapper{position: relative;z-index: 1;height: 126px;overflow: hidden;}
.colour-thumb-wrapper.active{overflow: visible;}
.colour-thumb-wrapper .row{background-color: #fff;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.colour-thumb-toggle{border:1px solid #ccc;text-align: center;background-color: #fff;padding:0;width: 100%;position: relative;}
.colour-thumb-toggle:hover{background-color: #ebebeb;}
.colour-thumb-toggle span{font-size: 20px;position: absolute;top:50%;width: 100%;left:0;text-align: center;font-weight: 600;transform: translateY(-50%);}
.colour-thumb-toggle::before{content: '';display: block;padding-top: 145.9%;}
.colour-thumb-toggle .minus, .colour-thumb-wrapper.active .plus{display: none;}
.colour-thumb-wrapper.active .minus{display: block;}
.colour-thumb-wrapper .row .col-md-2:nth-child(1){order: 6;}
.colour-thumb-wrapper .row .col-md-2:nth-child(2){order: 1;}
.colour-thumb-wrapper .row .col-md-2:nth-child(3){order: 2;}
.colour-thumb-wrapper .row .col-md-2:nth-child(4){order: 3;}
.colour-thumb-wrapper .row .col-md-2:nth-child(5){order: 4;}
.colour-thumb-wrapper .row .col-md-2:nth-child(6){order: 5;}
.colour-thumb-wrapper .row .col-md-2:nth-child(7){order: 7;}
.colour-thumb-wrapper .row .col-md-2:nth-child(8){order: 8;}
.colour-thumb-wrapper .row .col-md-2:nth-child(9){order: 9;}
.colour-thumb-wrapper .row .col-md-2:nth-child(10){order: 10;}
.colour-thumb-wrapper .row .col-md-2:nth-child(11){order: 11;}
.colour-thumb-wrapper .row .col-md-2:nth-child(12){order: 12;}
.colour-thumb-wrapper .row .col-md-2:nth-child(13){order: 13;}
.colour-thumb-wrapper .row .col-md-2:nth-child(14){order: 14;}
.colour-thumb-wrapper .row .col-md-2:nth-child(15){order: 15;}
.colour-thumb-wrapper .row .col-md-2:nth-child(16){order: 16;}
.colour-thumb-wrapper .row .col-md-2:nth-child(17){order: 17;}
.colour-thumb-wrapper .row .col-md-2:nth-child(18){order: 18;}
.product-salecountdown{
	background-color: rgba(31, 31, 31, 0.6) /*{sale-banner-bg-colour}*/;
	color: rgba(239, 105, 94, 1) /*{sale-banner-text-colour}*/;
	padding: 8px 12px;
	position: relative;
	margin-top: 15px;
}
.sale-progress{
	background-color: rgba(31, 31, 31, 1) /*{sale-banner-bar-bg-colour}*/;
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
}
.product-salecountdown .text{
	font-size: 18px;
	font-weight: 500;
}
.product-salecountdown .text, .product-salecountdown .countdown{
	position: relative;
	z-index: 2;
}
.square-banner{
	background-color: rgba(35, 35, 35, 1) /*{sale-banner-square-bg-colour}*/;
	color: rgba(239, 105, 94, 1) /*{sale-banner-square-text-colour}*/;
	position: fixed;
	left: 0;
	bottom: 147px;
	text-align: center;
	padding:20px;
	font-size: 18px;
	width: 330px;
	z-index: 9;
	display: none;
}
.square-banner button.close{
	font-weight: 400;
	color: #fff;
	position: absolute;
	top:8px;
	right:10px;
	opacity: 1;
}
.square-banner button.close::before{
	position: absolute;
	content: '';
	top:-8px;
	right:-10px;
	left:-10px;
	bottom: -6px;
}
.square-banner .headline{
	-webkit-text-stroke: rgba(239, 105, 94, 1) /*{sale-banner-square-headline-border-colour}*/;
	color: rgba(250, 245, 245, 0.69) /*{sale-banner-square-headline-text-colour}*/;
	font-size: 22px;
	font-weight: 700;
}
.square-banner .sub-headline{
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 10px;
}
.square-banner .text strong{font-size: 20px;}
.thumbnail-image-wrapper{position: relative;}
.thumbnail-image-wrapper .badge-discount{
	background-color: rgba(196, 33, 19, .7);
	font-weight: 400;
	position: absolute;
	right:4px;
	font-size: 14px;
	bottom:48px;
	padding:5px 7px 3px;
}
.list-features{
	list-style: none;
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	padding:0 28px;
}
.list-features li{
	width: 100%;
  padding-right: 5px;
  padding-left: 5px;
	margin-bottom: 10px;
}
.list-features li > .feature-item{
	background-color: #f9f9f9;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding:10px;
}
.list-features li img{
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.d-xssm-inline-block{display: none!important;}
.d-flex:not(.list-inline){display: flex;}
.toggle-paypent{
	background-color: transparent;
	padding:0;
	border:0;
	font-size: 14px;
	color: gray;
  text-decoration: underline;
	margin-left: auto;
	margin-bottom: 10px;
}
.list-group-payment-inline{
	list-style: none;
	margin-bottom: 20px;
	border:1px solid #ddd;
	display: flex;
	align-items: center;
	column-gap: 8px;
	padding: 0 14px;
}
.list-group-payment-inline img, #payment-mobile.open .list-group-payment{
	display: block;
}
.list-group-payment, #payment-mobile.open .list-group-payment-inline{
	display: none;
}
.tabbable .tab-pane > [data-toggle="collapse"]{
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	text-align: left;
	padding:10px 15px;
	background-color: #eee;
	position: relative;
	outline: none!important;
	box-shadow: none!important;
}
.tabbable .tab-pane > [data-toggle="collapse"]::after{
	margin-left: auto;
	content: '-';
	font-weight: 400;
	font-size: 24px;
	line-height: 20px;
}
.tabbable .tab-pane > [data-toggle="collapse"].collapsed{
	color: #888;
	background-color: #fff;
}
.tabbable .tab-pane > [data-toggle="collapse"].collapsed::after{
	content: '+';
}
.cart-qty{margin-bottom: 5px;}
.product-video-bottom{display: none;}
.form-control{font-size: 16px;}
.productmultilevelprice strong{color: #c42113;}

.promo-banner{
	background-color: rgba(239, 105, 94, 1) /*{promo-banner-background-colour}*/;
	color: rgba(255, 255, 255, 1) /*{promo-banner-text-colour}*/;
}
.promo-banner h3, .promo-banner .h3{
	color: rgba(255, 255, 255, 1) /*{promo-banner-text-colour}*/;
}
.no-promo-banner ~ .promo-banner{
	display: none;
}

.homepage-hero-3banner-inner{
	display: grid;
	grid-template-columns: 2fr 2fr;
  gap: 8px;
	margin-bottom: 8px;
}
.homepage-hero-3banner-item{
	display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
}
.homepage-hero-3banner-item:first-child{
	grid-column: 1/span 2;
}
.homepage-hero-3banner-video{
	width: 100%;
  height: 100%;
	position: relative;
}
.homepage-hero-3banner-video video, .homepage-hero-3banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .homepage-hero-3banner-inner {
    grid-template-columns: 2fr 1fr;
    gap: 16px;
		margin-bottom: 16px;
  }
	.homepage-hero-3banner-item{
		aspect-ratio: 16/9;
	}
	.homepage-hero-3banner-item:first-child {
    grid-column: auto;
    grid-row: 1/span 2;
  }
}

@media (min-width: 576px) {
	.col-xssm-6{
		width: 50%;
	}
	.d-xssm-none{display: none!important;}
	.d-xssm-block{display: block!important;}
	.d-xssm-inline-block{display: inline-block!important;}
	.list-features li{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.tabbable .nav-tabs li {
		width: 50%;
	}
	.tabbable .nav-tabs > li > a{
		display: flex;
		align-items: center;
	}
	.tabbable .nav-tabs > li > a::after{
		margin-left: auto;
		content: '+';
		font-weight: 400;
		font-size: 24px;
		line-height: 20px;
		width: 14px;
		text-align: center;
	}
	.tabbable .nav-tabs > li.active > a::after{
		content: '-';
		width: 16px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(1){order: 4;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(2){order: 1;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(3){order: 2;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(4){order: 3;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(5){order: 5;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(6){order: 6;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(7){order: 7;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(8){order: 8;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(9){order: 9;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(10){order: 10;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(11){order: 11;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(12){order: 12;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(13){order: 13;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(14){order: 14;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(15){order: 15;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(16){order: 16;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(17){order: 17;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(18){order: 18;}
	.list-features li{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 992px){
	#afterpayModal .modal-lg{
		width: 1140px;
	}
}
@media (min-width: 1200px) {
	.list-features li{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (min-width: 768px) {
	.colour-thumb-wrapper{height: 71px;}
}
@media (min-width: 768px) and (max-width: 1199px) {
	[data-toggle="pad-info"]{display: inline-block;text-decoration: none;}
	[data-toggle="pad-info"] .fa{display: block;}
	[data-toggle="pad-info"] span{display: none;}
}
@media (min-width: 1600px) {
	.product-images .product-badge{left:124px;}
	#n_home #homepageCarousel{
		min-height: 544px;
	}
}
@media (max-width: 1919px) {
	.square-banner{display: none!important;}
}
@media (max-width: 1199px) {
	#n_home #homepageCarousel{
		min-height: 387px;
	}
	#categoryBanner .sale-banner .btn-default{
		background-color: #ba0000;
		color: #fff;
	}
  .spec-radio-item{width: 25%;}
}
@media (max-width: 991px) {
	#n_home #homepageCarousel{
		min-height: 296px;
	}
  .spec-radio-item{width: 33.333333%;}
	
	.quickview-inner .colour-thumb-wrapper{height: 102px;}
}
@media (max-width: 767px) {
	#n_home #homepageCarousel{
		min-height: 37.866667vw;
	}
  .spec-radio-item{width: 20%;}
	.colour-thumb-wrapper{height: 16vw;}
	.colour-thumb-wrapper .row .col-md-2{margin: 0;}
	.hide-tablet-down, .slick-product-nav.no-transform{display: none;}
	.product-salecountdown{
		padding:5px 12px;
	}
	/* .product-salecountdown.no-roomvo{margin-left: 20px;margin-right: 20px;} */
}
@media  (min-width: 599px) and (max-width: 767px) {
	.colour-thumb-wrapper .row .col-md-2{width: 12.5%;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(1){order: 8;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(2){order: 1;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(3){order: 2;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(4){order: 3;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(5){order: 4;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(6){order: 5;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(7){order: 6;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(8){order: 7;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(9){order: 9;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(10){order: 10;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(11){order: 11;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(12){order: 12;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(13){order: 13;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(14){order: 14;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(15){order: 15;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(16){order: 16;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(17){order: 17;}
	.colour-thumb-wrapper .row:not(.quick-colour-products) .col-md-2:nth-child(18){order: 18;}
}
@media (max-width: 640px) {
	.colour-thumb-wrapper{height: 15vw;}
}
@media (max-width: 598px) {
	.colour-thumb-wrapper{height: 20vw;}
  .rug-features{font-size: 11px;}
}
@media (max-width: 575px) {
	.afterpay-advert, .zippay-advert{
		margin-top: 0;
	}
	.col-xssm-6 + .col-xssm-6 .afterpay-advert{
		border-top:0;
	}
	.tabbable .tab-pane{
		width: auto;
		margin:0!important;
		padding:0;
		display: block;
		border:1px solid #dfdfdf;
		border-bottom:0;
	}
	.tabbable .tab-pane:last-child{
		border-bottom:1px solid #dfdfdf;
	}
	.tabbable .tab-content{
		padding-top: 0;
		border:0;
	}
	.tabbable .nav-tabs{display: none;}
	.collapse-body{
		border-bottom: 0;
		padding: 20px;
	}
	.productdetails{margin-top: 0;}
	.options-column .btn span{display: none;}

	.pagination{align-items: center;flex-wrap: nowrap;gap: 0;}
	.pagination > li.pagination-prev:not(.nowrap) > a, 
	.pagination > li.pagination-prev:not(.nowrap) > span{width: 80px;line-height: 1.2;padding-left: 0;padding-right: 0;}
	.pagination > li:first-child:not(.active) ~ .pagination-next > a, 
	.pagination > li:first-child:not(.active) ~ .pagination-next > span{width:45px;line-height: 1.2;padding-left: 0;padding-right: 0;}
	.pagination > li > span{padding-left: 0;padding-right: 0;min-width: auto;}
}
@media (max-width: 540px) {
	.spec-radio-item{width: 25%;}
	.product-video-bottom.no-transform{margin-top: 15px;display: block;}
}
@media (max-width: 485px) {
  .spec-radio-item{width: 33.333333%;}
	.size-info, .material-info{width: 100%;top:auto;transform: translateY(100%);height: 80vh;overflow: hidden;display: flex;flex-direction: column;border-radius: 12px 12px 0 0!important;}
	.size-open .size-info, .material-open .material-info{transform: translateY(0);}
	.size-info-header, .material-info-header{width: 100vw;position: relative;top: auto;flex-shrink: 0;border-radius: 12px 12px 0 0!important;text-align: center;color: #ccc;padding:0;border-bottom: 0;}
	.size-info-body, .material-info-body{overflow: auto;flex-grow: 1;padding-top: 0;}
	.size-info-header .fa-chevron-down, .material-info-header .fa-chevron-down{display: inline-block;}
	[data-dismiss="size-info"], [data-dismiss="material-info"]{position: relative;top:auto;right: auto;padding:3px 10px;width: 100%;}
	.size-info-header h3, .size-info-header .fa-times, .material-info-header h3, .material-info-header .fa-times{display: none;}
}
@media (max-width: 435px) {
	.colour-thumb-wrapper{height: 19vw;}
	.colour-thumb-toggle span{font-size: 15px;}
}
.visible-xxxs-inline {
  display: none !important;
}
@media (max-width: 427px) {
	.product-salecountdown .text{font-size: 16px;}
	.popover-info-toggle:not([data-toggle="popover"]){text-decoration: none;}
	.visible-xxxs-inline {
    display: inline !important;
  }
	.hidden-xxxs {
    display: none !important;
  }
	[data-toggle="pad-info"]{display: inline-block;text-decoration: none;}
	[data-toggle="pad-info"] .fa{display: block;}
	[data-toggle="pad-info"] span{display: none;}
}
@media (max-width: 355px) {
	.pad-info, .pad-info-header, .outdoor-info, .outdoor-info-header{width: 100%;}
}