html {
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings:"lnum" 1;
    -moz-font-feature-settings:"lnum=1";
    -ms-font-feature-settings:"lnum" 1;
    -o-font-feature-settings:"lnum" 1;
    -webkit-font-feature-settings:"lnum" 1;
    font-feature-settings:"lnum" 1;
}
body {
	font-family: 'Raleway' /*{body-font-family}*/;
	font-size: 16px /*{body-font-size}*/;
	color: #212529 /*{body-font-colour}*/;
	background-image:none /*{body-background-image}*/;
	background-color: #f9f9f9; /*{body-background-colour}*/;
}

a, .btn-link{
	color: #005a8b /*{link-text-colour}*/;
}
a:hover, a:active, a:focus, .btn-link:hover{
	color: #006595 /*{link-text-hover-colour}*/;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Raleway','Helvetica','Arial',sans-serif;
	color: #005a8b /*{headers-colour}*/;
}

.carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
	color: #fff /*{carousel-text-colour}*/;
}

h1, .h1 {
	font-size: 26.249px /*{header-1-font-size}*/;
}
h2, .h2 {
	font-size: 21px /*{header-2-font-size}*/;
}
h3, .h3 {
	font-size: 18.375px /*{header-3-font-size}*/;
}
h4, .h4 {
	font-size: 15.75px /*{header-4-font-size}*/;
}
h5, .h5 {
	font-size: 13.124px /*{header-5-font-size}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333 /*{buttons | btn-default-text-colour}*/;
	background-color: #fff /*{buttons | btn-default-background-colour}*/;
	border-color: transparent; /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #fff /*{buttons | btn-default-background-colour-hover}*/;
	border-color: transparent /*{buttons | btn-default-border-colour-hover}*/;
	opacity: 1;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #fff /*{buttons | btn-primary-text-colour}*/;
	background-color: #005a8b /*{buttons | btn-primary-background-colour}*/;
	border-color: #005a8b /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #006595 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #0058c2 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color:  #006595 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #0058c2  /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #006595 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #0058c2  /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Warning button */
.btn-warning {
	color: #fff /*{buttons | btn-warning-text-colour}*/;
	background-color: #ffc107 /*{buttons | btn-warning-background-colour}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color:  #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
/* Danger button */
.btn-danger {
	color: #fff /*{buttons | btn-danger-text-colour}*/;
	background-color: #dc3545 /*{buttons | btn-danger-background-colour}*/;
	border-color: #dc3545 /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color:  #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #fff /*{buttons | btn-success-text-colour}*/;
	background-color: #28a745 /*{buttons | btn-success-background-colour}*/;
	border-color: #28a745 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color:  #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
/* Info button */
.btn-info {
	color: #fff /*{buttons | btn-info-text-colour}*/;
	background-color: #17a2b8 /*{buttons | btn-info-background-colour}*/;
	border-color: #17a2b8 /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color:  #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}

.pagination .page-link{
	color: #005a8b /*{pagination-text-colour}*/;
	background-color: #fff /*{pagination-bg-colour}*/;
	border-color: #dee2e6 /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #004ca9 /*{pagination-text-colour-hover}*/;
	background-color: #e9ecef /*{pagination-bg-colour-hover}*/;
	border-color: #dee2e6 /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus._pagination,
._pagination li.ais-Pagination-item--selected a, ._pagination li.ais-Pagination-item--selected a:hover {
	color: #005a8b /*{pagination-text-colour-active}*/;
	background-color: #b1dbef /*{pagination-bg-colour-active}*/;
	border-color: #b1dbef /*{pagination-border-colour-active}*/;
}

.badge-secondary {
	background-color: #ebebeb /*{label-default-bg}*/;
}
.badge-primary {
	background-color: #005a8b /*{label-primary-bg}*/;
}
.badge-success {
	background-color: #28a745 /*{label-success-bg}*/;
}
.badge-info {
	background-color: #17a2b8 /*{label-info-bg}*/;
}
.badge-warning {
	background-color: #212529 /*{label-warning-text-colour}*/;
	background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
	background-color: #dc3545 /*{label-danger-bg}*/;
}

.card {
	border-color: #ddd /*{panel-border-colour}*/;
}
.card-header {
	background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
	border-color: #ddd /*{panel-header-border-colour}*/;
}

.wrapper-header .navbar-toggler {
	color: #696969 /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar .navbar-nav .nav-link {
	font-size: 1.1rem;
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width:991px) {
	.wrapper-header .navbar .navbar-nav .nav-link {
		border-bottom: 1px solid #dee2e68f;
	}
	.wrapper-header .navbar .navbar-nav .nav-link {
		color: #fff;
	}
}

.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus {
	opacity: 0.8 /*{navbar-default-link-colour-hover}*/;
}
.wrapper-header .navbar-nav .show > .nav-link,
.wrapper-header .navbar-nav .active > .nav-link,
.wrapper-header .navbar-nav .nav-link.show, .wrapper-header .navbar-nav .nav-link.active{
	opacity: 0.8; /*{navbar-default-link-colour-active}*/;
}

.dropdown-menu {
	background-color: #005a8bad/*{dropdown-menu-bg}*/;
	border-color: transparent!important; /*{dropdown-menu-border-colour}*/;

}

.dropdown-item{
	color: #212529 /*{dropdown-menu-link-colour}*/;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active{
	color: #262626 /*{dropdown-menu-link-colour-hover}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-hover}*/;
}
/* Algolia overlay css */
/* Aloglia copy */
.ais-Highlight-highlighted, .aa-ItemContentTitle mark { padding: 0; }
.ais-SearchBox-loadingIndicator {
	position: absolute;
	top: 8px;
	right: 5px;
}

._action{
	width: 100%;
}
#refinement-list{
	margin-top: 10px;
}
  .ais-refinement-list--label input {
	margin: 0;
  }
  .ais-RefinementList-item label {
	text-decoration: none!important;
    padding: 12px 20px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 500;
    font-size: 12px;
	color: #000;
	border-bottom: 1px solid #5bbbb7;
	display:block;
	margin: 0!important;
	cursor: pointer;
  }
  .ais-RefinementList-list > .ais-RefinementList-item:last-child label {
	border-bottom: 0;
  }
  .ais-RefinementList-item label:before {
	content: '\f0c8';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	margin-right: 8px;
  }
  .ais-RefinementList-item label:hover {
	color: #555;
	background-color: #f5f5f5;
  }
  .ais-RefinementList-item--selected label:before {
	content: '\F14A';
	font-weight: 900;
  }
  .ais-refinement-list--count {
	float: none;
	position: static;
  }
  .ais-refinement-list--header {
	text-decoration: none!important;
    padding: 12px 20px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 500;
    font-size: 16px;
	background: #5bbbb7;
	color: #fff!important;

  }
  .ais-refinement-list--header div{
	  color: #fff!important;
  }
  .hide-0 {
	display: none;
  }

  #algolia-overlay {
	display: none;
	z-index: 10009;
	position: absolute;
	left: 0;
	right: 0;
  }

  #algolia-overlay .container {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
  }
  body.algolia-active #algolia-overlay  {
	display: block;
  }
  .nav-wrap-affix.affix {
	width: 100%;
	top: 0;
	z-index: 9;
  }
  #algolia-overlay #left-sidebar .panel-heading {
	background-color: #f7f7f7;
	border: solid #d6d6d6 1px;
  }

  #algolia-overlay #left-sidebar .panel-title {
	  margin: 0;
  }

  #algolia-overlay #left-sidebar .panel-heading a {
	color: #005a8b;
	text-decoration: none!important;
    padding: 12px 20px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 500;
    font-size: 18px;
	display: flex;
	justify-content: space-between;
  }

  #algolia-overlay #filters {
	  display: none !important;
  }

  #algolia-overlay #filters.show {
	  display: block !important;
  }

  @media only screen and (max-width : 992px) {
	.ais-refinement-list {
	  border-top-left-radius: 0px;
	  border-top-right-radius: 0px;
	}
  }

  #algolia-overlay #left-sidebar .panel-heading a.collapsed .fa-caret-up:before {
	content: "\f0d7";
  }

  #hits .wrapper-thumbnail .thumbnail {
	height: 350px;
  }
  @media only screen and (max-width : 1200px) {
	#hits .wrapper-thumbnail .thumbnail {
	  height: 352px;
	}
  }
  @media only screen and (max-width : 992px) {
	#hits .wrapper-thumbnail .thumbnail {
	  height: 487px;
	}
  }
  @media only screen and (max-width : 768px) {
	#hits .wrapper-thumbnail .thumbnail {
	  height: auto;
	}
  }

  #hits .wrapper-thumbnail .buying-options .btn {
	font-size: 14px;
  }

  #hits .wrapper-thumbnail .input-group-thumbs > .btn-primary {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
  }

  #hits .wrapper-thumbnail .input-group-thumbs .input-group-btn .btn-primary {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
  }
  .ais-Hits-item h3{
	  font-size: 12px;
  }
  #menu-cart .btn-default{
	transition: all 300ms;
	background: #f9ca06!important;
	border-color: #f9ca06!important;
  }

  form#desktop-search {
    padding-top: 35px;
}


@media (max-width:767px) {
	#hits .wrapper-thumbnail .thumbnail {
		height: auto;
	}

}

@media (max-width:700px) {
	#pagination li{
		margin: 20px 0;
	}

#pagination ul {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}
.ais-Hits-item h3 {
    font-size: 17px;
}

}

.header-search{
	max-width: 100%!important;
}
.ais-Hits-list{
    display: flex;
    flex-wrap: wrap;
}
.ais-Hits-item {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 5px;
}
.ais-Hits-item  .thumbnail.card-body{
	padding-bottom: 10px;
}
.ais-Hits-item .thumbnail{
	display: flex;
    flex-direction: column;
}

span.ais-Pagination-link {
    background: white;
    padding: 16px 22px!important;
    border: 1px solid #eee;
}
.ais-Hits-item .price{
	padding: 9px;
}
.hits__header {
	border-bottom: 1px solid #5bbbb7;
	overflow: hidden;
}

.hits__header h3 {
	color: #000;
}

.hits__header__viewall {
	float: right;
}

.search-panel__results .card {
	background: white;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
	border-radius:10px;
	overflow: hidden;
}

.search-panel__results .card-title a {
	color: #000;
}

.search-panel__results .card-img-top {
	max-height: 192px;
	max-width: 100%;
	width: auto;
}

.search__finance_provider {
	background: #def1f1;
	border-radius: 0 0 .375rem .375rem;
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.5rem;
}

.search__finance_provider__wrapper {
	align-items: center;
	display: flex;
	gap: 0 1.5rem;
}

.btn-accent-color-2 {
	background: #71B6B5;
}

.btn-blank.btn-blank {
	background-color: white;
	color: #00588d !important;
}

/* category algolia */
#search-box form{
	position: relative;
}
#search-box .ais-SearchBox-input
{
  width: 100%;
  height: 40px;
  border: 1px solid;
  margin-bottom: 40px;
  margin-top: 2em;
  border: 1px solid #d4d1d1;
}

#search-box button.ais-SearchBox-submit {
display: none;
}

#search-box button.ais-SearchBox-reset {
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 35%;
    right: 0;
}

.ais-Hits-item, .ais-RefinementList-item{
  list-style-type:none!important
}
.ais-Hits-list{
  padding: 0;
}
.pd-0{
  padding: 0;
}
#tyre-type .ais-RefinementList-list{
  margin-left: -26px;
}
.border-right{
  border-right: 1px solid #eee;
  margin-bottom: 2em;
}

#tyre-type .ais-RefinementList-item:last-of-type .border-right{
  border-right: none;
}
#tyre-type .ais-RefinementList-item--selected{
  position: relative;
}
#tyre-type .ais-RefinementList-item--selected:before {
  content: '\2713';
  display: inline-block;
  color: #f94a06;
  padding: 0 6px 0 0;
  border: 1px solid;
  padding: 1px 6px;
  position: absolute;
  top: 6px;
  z-index: 1;
  margin-left: 10px;
}
.highlight-color{
  color: #f94a06;
}
.if001{
  margin-bottom: 2em;
}
.yellow-line {
  height: 5px;
  width: 100%;
  display: block;
  background-color: #f9ca06;
  margin: 2em 0;
}
#filters .ais-RefinementList-list{
  padding-left: 15px;
}
#sort-box{
  display: inline-block;
  float: right;
  width: 80%;
  margin-top: -8px;
}

@media(max-width:991px){
  #tyre-type .ais-RefinementList-list{
    display: flex;
  }
}
/* #pagination2 ul{
	display: flex;
    justify-content: space-evenly;
    list-style: none;
} */
._pagination {
	margin-top: 60px;
  }
  ._pagination ul {
	font-size: 0;
	list-style-type: none;
	text-align: center;
  }
  ._pagination li {
	font-size: 14px;
	display: inline;
  }
  ._pagination a {
	padding: 16px 22px!important;
	text-decoration: none;
	color: #000;
	border: 1px solid #eee;
  }
  ._pagination a:hover {
	background: #f5f5f5;
  }
  ._pagination li:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
  }
  ._pagination li:last-child a {
	border-right: 1px solid #eee;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
  }
  ._pagination li.ais-Pagination-item--selected a {
	color: white;
	border-color: #f94a06;
	background: #f94a06;
  }
  ._pagination li.ais-Pagination-item--selected a:hover {
	cursor: default;
  }
  ._pagination li.ais-Pagination-item--disabled a {
	cursor: not-allowed;
  }
  ._pagination li.ais-Pagination-item--disabled a:hover {
	background: none;
  }
  .ais-pagination--item{
	  list-style-type: none;
  }
  ._pagination .ais-Pagination-link {
    padding: 8px 12px;
    text-decoration: none;
    color: #000;
    border: 1px solid #eee;
}
._pagination li.ais-Pagination-item--selected .ais-Pagination-link {
    color: white;
    border-color: #5bbbb7;
    background: #5bbbb7;
}
._pagination li.ais-Pagination-item--selected a{
	color: white;
    border-color: #5bbbb7;
    background: #5bbbb7;
}
._sort-ontainer{
	min-height: 53px;
}
#hits .thumbnail.card-body .card-title{
	font-size: 15px!important;
}
.search-md .form-control, .search-md input-group, .ais-SearchBox{
	width: 100%;
}

#name_search_d { display: flex;}

.custom-search-form {
	position: relative;
	width: 100%;
}

.ais-SearchBox {
	position: relative;
}


.ais-SearchBox input {
	width: 100% !important;
}

.search-md{
	margin: 0 auto;
}

.algolia-active {
	position: relative;
}

.algolia-active:before {
    content: '';
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.bg-info {
	position: absolute;
	z-index: 10000000;
	left: 0;
	top: 0;
	width: 20%;
}
@media (max-width:991px) {
	.bg-info {
		width: 100%;
	}
}

.announcement-bar {
	position: relative;
	z-index: 9999;
}

.wrapper-header {
	z-index: 10010;
	position: relative;
	background: white;
}

@media (min-width: 768px) {
	.wrapper-header {
		top: -1px;
	}
}
@media (max-width: 991px) {
	.wrapper-header {
		
		width: 100%;
		background: rgba(0,90,139,.9);
		top:0;
	}
	.Sticky-nav .wrapper-header{
		position: fixed!important;
	}
	.Sticky-nav .head-item-links{
		display: none!important;
	}
	/* .nav-item-hover.show{
		position: fixed;
		width: 100%;
		left: 0;
		top: 90px;
		background: #005a8b;
		height: 100vh;
		z-index: 1;
	} */
	.dropdown-menu {
		background: #005a8b96;
	}

}


@media (max-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        order:9;
        height: 100;
    }
	.dm-filters {
		-moz-column-count: 1;
		column-count: 1;
		margin-bottom: 20px!important;
	}
}

.ais-Pagination-item--disabled {
	cursor: not-allowed;
}

#kee-popup-newsletter.show {
	z-index: 99999;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.n_kee-develop #PopupSignupForm_0 {
	display: none;
}

.topbar {
	position: relative;
	z-index: 9999;
	background: white;
}

.section-usp-slick {
	display: flex;
	overflow: hidden;
	opacity: 0;
}

.section-usp-slick.slick-initialized {
	opacity: 1;
}

/* Category Page Top Filters */
.ctop-filter {
	display: flex;
	gap: 16px;
	align-items: center;
}

.ctop-filter-items {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.ctop-filter-title {
	font-weight: 500;
}

.ctop-filter-item {
	padding: 4px 14px;
	font-size: 15px;
	border: 1px solid;
	border-radius: 100px;
	text-decoration: none !important;
}

.ctop-filter-item:hover {
	background-color: #f1faff;
}

@media (max-width: 1199px) {
	.ctop-filter {
		flex-wrap: wrap;
	}
}

.c-dropdown-toggle:after {
	display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	vertical-align: middle;
}

.dm-dropdown {
	list-style: none;
}

.dm-dropdown li {
	margin-bottom: 8px;
}

.dm-dropdown a {
	color: inherit;
	text-decoration: none;
}

.dm-dropdown a:hover {
	color: #006595;
}

.dm-hero-action {
	padding-left: 20px;
	padding-right: 20px;
}

.mc-modal {
	z-index: 99999 !important;
}

.section-search {
	background-color: #4eaec6;
}

.section-search-bg {
	opacity: .6;
}

.section-search h2 {
	color: white;
}

.section-search .custom-search-form {
    max-width: 560px;
    margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.header-toolbar-acc {
		display: none !important;
	}
}

/* Menu Hover Intent */
@media (min-width: 992px) {
	.wrapper-header .navbar-collapse .dropdown:hover .nav-link {
		color: inherit !important;
	}

	.wrapper-header .navbar-collapse .dropdown:hover .dropdown-menu {
		display: none;
	}

	.wrapper-header .navbar-collapse .dropdown.nav-item-hover .nav-link {
		color: #005a8b !important;
	}

	.nav-item-hover .dropdown-menu {
		display: block !important;
	}
}

/* Algolia Overlay */
.ais-pagination {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.algolia-overlay-container {
		height: 100%;
		overflow: auto;
	}
}

/* Mega Menu */
.dm-dropdown-title {
	color: #000;
    font-size: 16px;
	margin-bottom: 18px;
	font-weight: bold;
}

.dm-subdropdown {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dm-filter {
	margin-bottom: 40px !important;
}
.dropdown-menu{
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
  background-color: #f4f7f9;
}
/* 404 */
.page-404 {
	padding: 100px 0;
}

.ais-SearchBox-submit, .ais-SearchBox-submitIcon,.ais-SearchBox-reset{
	display: none;
}
#name_search_d .ais-SearchBox-submitIcon{
	display: inline-block!important;
}
#name_search_d .ais-SearchBox-submit{
	display: inline-block!important;
    width: 12%;
    height: 42px;
    border: 1px solid #5bbbb7;
    background: #5bbbb7;
    max-width: 200px;
    margin-left: 19px;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
.category-submit{
	display: inline-block!important;
    width: 12%;
    height: 42px;
    border: 1px solid #5bbbb7;
    background: #5bbbb7;
    max-width: 200px;
    margin-left: 10px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
#name_search_d .ais-SearchBox-form{
	display: flex;
}
#name_search_b > .ais-SearchBox-submit{
	display: inline-block!important;
    width: 200px;
    height: 42px;
    background: #5bbbb7;
    border: #5bbbb7;
    border-radius: 20px;
	color:#fff;
}

/* Lightbox */
.lightboxOverlay {
	z-index: 99991 !important;
}

.lightbox {
	z-index: 99992 !important;
}

/* Button */
.btn-buyingoptions {
	background-color: #1286c1;
	color: white;
}

.btn-buyingoptions:hover {
	background-color: #0c6d9f;
	color: white;
}
.free_label {
	position: absolute;
    z-index: 10;
    color: #fff;
    font-weight: 200;
    right: 17px;
    top: 30px !important;

}
.free_label img{
	width: 40px;
}
.badge-sale svg{
	width: 80px;
    position: absolute;
    z-index: 1;
    left: 17px;
    top: 17px;
}

.free_label_pdp img{
	width: 150px;
}
._angry{
	color: #d2394d!important;
}

#sale_menu > a{
	color: #d2394d!important;
}
#sale_menu > a:hover{
	color: #d2394d!important;
}

/* Learn G Search */
.gsc-input-box {
	border: 0 !important;
	background-color: transparent!important;
}

.gsib_a {
	padding: 0;
}

.gsc-input {
	padding: 0 !important;
}

input.gsc-input {
    border: 1px solid black !important;
    padding: 8px 16px !important;
    border-radius: 100px !important;
	height: 36px !important;
}

.gsc-search-box {
	position: relative !important;
    margin: 0 !important;
}

.gsc-search-box tr,
.gsc-search-box td {
	display: block;
	width: auto;
	padding: 0;
	margin: 0;
}

.gsc-search-button {
    position: absolute;
    right: 12px;
    top: 50%;
	transform: translateY(-50%);
    display: block;
    width: auto !important;
    margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

.gsc-search-button svg {
    fill: #898989 !important;
    width: 20px !important;
    height: 20px !important;
}

.gsib_b {
    position: absolute;
    right: 46px;
    top: 50%;
	transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
  }

  article.slick-slide{
	flex: none!important;
  }
  .search_price_off{
	  opacity: 0;
  }
  /* New header upgrade css */

  .logo-swau svg{
	width: 70px;
}
.head-main{
	background-color: #fff;
}
.ticker-bg{
	position:relative
}
.ticker-bg::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 500px;
	left: 0;
	bottom: -500px;
	display:block;
	background-image: url('../img/ticker-swirl.svg');
	background-position: 60% 106%;
	background-repeat: no-repeat;
	background-size: 146%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: -1;
	opacity: 0.4;
}
#n_category .ticker-bg::after {
	height: 500px;
    background-position: 60% 101%;
    background-size: 266%;

}
#n_product .ticker-bg::after {
	display: none;

}
/* button css */
.section-hero {
    background-color: #fff;
	background-image: url('../img/curve.svg');
    background-size: 72%;
    background-repeat: no-repeat;
    background-position: -77% 51%;
}
.btn-dark-blue{
	background-color: #005a8b;
    color: #fff;
    font-weight: 700;
    border-radius: 25px;
    padding: 10px 20px;
	display: inline-block;
}
.btn-dark-blue:hover{
	color: #fff;
	opacity: 0.9;
	text-decoration: none;
}
.bl-1{
	border-left: 2px solid #eee;
    padding: 0 10px;
    margin-left: 7px;
    display: inline-block;
}
.hl-text{
	font-weight: 500;
	color: #025683b8;
	cursor: pointer;
	margin-right: 24px;
}
.line {
		position: absolute;
		opacity: 0;
		margin-top:-11px;
	}

.line a {
	color: white;
}
.header-icons-main svg:not(.ais-SearchBox-loadingIcon){
	height: 1em;
    position: relative;
    width: 1em;
    z-index: 3;
	font-size:2.5rem;
}
.header-icons-main{
	align-items: center;
    display: flex;
    justify-content: flex-end;
}

.header-icons-main span{
	margin-left: 1em;
}

@media (max-width:576px) {
	.header-icons-main span{
		margin-left: 0.7em;
	}

	.head-item-links{
		margin-left: -15px!important;
	}
}

.pos-relative{
	position: relative;
}
.a2c_item_count {
    background: #fadd80;
    color: #005a8b;
    font-weight: 700;
    font-size: 13px;
    right: -6px;
	top: -10px;
    z-index: 100;
    text-align: center;
}

.result-block{
	min-height: 300px;

}


#name_search_d input{
	color: #117a8b;
}
.custom-search-form .form-control{
	border-radius: 4px!important;
	border: 1px solid #7bc7c8;
	width: 90%;
	padding-right: 5px;
}
.flex{
	display: flex;
}
.thumbnail.card-body {
    text-align: left;
	border-radius: 13px;
	padding-bottom: 80px;
    overflow: hidden;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);

}
.section-products-slick article{
	padding: 20px 8px;
}

.section-products-slick article .thumbnail.card-body{
	box-shadow:-8px 10px 7px -4px rgb(0 0 0 / 0.08);
    -webkit-box-shadow: -8px 10px 7px -4px rgb(0 0 0 / 0.08);
    -moz-box-shadow: -8px 10px 7px -4px rgb(0 0 0 / 0.08);
}


:root {
	--animate-duration: 0.5s;
	--animate-delay: 0.2s;
  }
  .menu-ele{
	animation-delay: 0.5s;
	animation-duration: 0.7s;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #005a8b;
}

#magnifySearch{
	cursor: pointer;
}
@keyframes fadeInUp {
	from {
	  opacity: 0;
	 transform: translate3d(0,2%,0);
	}

	to {
	  opacity: 1;
	  transform: none;
	}
  }

  @keyframes slideInRight {
	from {
	  opacity: 0;
	 transform: translate3d(18%,0,0);
	}

	to {
	  opacity: 1;
	  transform: none;
	}
  }

  @media (max-width:1700px) {
	.logo-swau svg {
		width: 70px;
		height: 90px;
	}
  }
  @media (max-width:991px) {
	  .head-item-links{
		order: 1;
		width: 100%;
		max-width: 100%;
		justify-content: center;
		flex: auto;
		margin: 0 auto;
		text-align: center;
	  }
  }
  svg > circle{
		fill: #005a8b;
  }
 svg > rect{
	fill: #fff;
  }
  @media (max-width:576px) {
	.hl-text{
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	}
	.btn-dark-blue{
		font-weight: 600;
		padding: 0.3rem 1rem;
		font-size: 14px;
	}
	.hl-text a{
		color: #7090af!important;
	}
}
  /* Footer css */
  .main-footer{
	background-image: linear-gradient(to top, rgba(0, 90, 139, 0.82) 50%, rgba(48, 149, 180, 0.73));
	color:#fff;
	padding: 130px 0;
	position: relative;
	opacity: 0.9;
	padding-bottom: 40px;
  }
.disclamer{
	padding-top: 30px;
}
  .main-footer li{
	  color: #fff;
  }
  .main-footer h2, .main-footer ul{
	  text-align: left;
  }
  .main-footer ul{
	  font-weight: 400;
  }
  .main-footer .container{
	  max-width: 90%;
  }
  .list-social a{
	  color: #58a3be;
  }
  .list-social{
	  justify-content: flex-start;
  }
  .footer-logo svg{
	  width: 70px;
  }
  .footer-logo{
	  text-align: left;
  }
  .footer-cpy {
	font-size: 16px;
    font-weight: 300;
  }
  .table-style{
	  display: table;
  }
  .cell-style{
	  display: table-cell;
  }
  .cell-middle{
	  vertical-align: middle;
  }
  .section-categories-row-home {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;

}
.section-categories-row-home article{
	text-align: center;
	border: 4px solid #82c5c9;
	border-radius: 10px;
	max-width: 31%;
	margin: 1% 0;
	background-color: #fff;
}
.section-categories-row-home article h3{
	font-size: 30px;
	color: #00588d;
	font-weight: 600;
}
.section-categories-row-home article img{
	width: 80%;
	margin-bottom: 50px;
}
.filter-card{
	cursor: pointer;
}
._round_btn{
	display: block;
	max-width: 70%;
	padding: 12px 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 12%), 0 3px 6px 0 rgb(0 0 0 / 8%);
	-webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 12%), 0 3px 6px 0 rgb(0 0 0 / 8%);
	-moz-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 12%), 0 3px 6px 0 rgb(0 0 0 / 8%);
	font-weight: 700;
}
.section-categories-row-home article a{
	color: #00588d;
	display: block;
	max-width: 70%;
	padding: 12px 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
	border-radius: 28px;
	font-weight: 700;
}
.section-title{
	font-size: 2rem;
	color: #005a8b;
	line-height: 1.1;
}
.bubble{
	padding: 10px 20px;
	text-align: center;
	border-radius: 30px!important;
	text-decoration: none;
	display: block;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
.bubble:hover{
	color: #005177!important;
	opacity: 0.9;
	cursor: pointer;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
	text-decoration: none;
}
.btn-green{
	background: #5bbbb7;
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    color: #fff;
	min-width: 200px;
}
.btn-green-block{
	background: #5bbbb7;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
	min-width: 200px;
}
.btn-green:hover{
	color: #fff;
}
.slider-bg.white-bg{
	background-color: #fff;
	margin: 0 auto;
    margin-top: -140px!important;
	padding: 268px 0!important;
}
.slider-bg{
	background-image: url('https://shop.spaworld.com.au/assets/images/swash-desktop.png');
	background-repeat: no-repeat;
    background-size: 121%;
    background-position: 6% 64%;
    padding: 90px;
    margin: 0 auto;
}
@media (min-width:2100px) {
	.slider-bg{
		background-size: contain;
		background-position: center;

	}
}
@media (max-width:991px) {
	.slider-bg{
		background-image: url('https://shop.spaworld.com.au/assets/images/swash-laptop.png');
	}
}
.font-600{
	font-weight: 600;
}
.thumbnail.card-body .card-title a{
	color: #005a8b;
}
._thumb_price .price-off, ._thumb_price .price-main{
    width: auto;
	letter-spacing: .9px;
    font-size: 18px;
    font-weight: 600;
	opacity: 1;
	align-items: end;
}

.price-off{
	color: #000!important;
	opacity: 1;
	font-size: 16px!important;
}
.price-main{
	color: #e10e49;
	font-size: 16px!important;
}
.thin-show{
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
}
.badge{
	display: block;
	width: fit-content;
	background-color: #2a7b9c;
    font-size: 15px;
    font-weight: 400;
    border-radius: 21px;
    opacity: 1;
    padding: 8px 17px;
}
.btn{
	padding: 0.6rem 0.75rem;
    font-size: 0.9375rem;
    color: #fff!important;
    font-weight: 600;
    line-height: 1.5;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
.search-block-page{
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
}
.form-inline:after {
    background: linear-gradient(90deg,#21202000,#8dced1 50%,transparent);
    content: "";
    display: block;
    height: 1.6px;
    left: 0;
    position: absolute;
    right: 0;
    top: -21px;
    width: 100%;
}
.form-inline{
	position: relative;
}
.section-products-slick .slick-arrow {
    background: #0085c3;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: -5px;
    border: 0;
}
.slick-prev-arrow{
	right:unset!important;
	left: -5px;
}
.dark-block{
	background-color: #2885a200;
	min-height: 376px!important;
	color: #fff;
	background-image: url('../img/ticker-swirl.svg');
	background-repeat: no-repeat;
    background-size: 103%;
    background-position: 10% 76%;
	min-height: 450px;
	display: flex;
    flex-direction: column;
    justify-content: center;

}

.dark-block h2{
	color: #fff;
	font-size: 48px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1000;
}
.dark-block p{
	font-size: 20px;
    font-weight: 500;
	max-width: 60%;
	position: relative;
	z-index: 1000;
	min-height: 150px;
}
.home-banner-mobile{
	display: none;
}
@media (max-width:500px) {
	.home-banner-desktop{
		display: none;
	}
	.home-banner-mobile{
		display: block;
	}
}
.info-msg h2{
	font-size: 28px;
    font-weight: 700;
}
.search-block-page {
    width: 100%;
    border: 2px solid #91d9d5;
	border-radius: 2px;

}
.line-break{
	width: 100%;
	height: 1px;
	background-color: #91d9d5;
	display: block;
}
.mw-head{
	max-width: 74%;
}
.search-block-page h2{
	font-size: 28px;
	font-weight: 600;
	color: #005a8b;
}
@media (max-width:1500px){
	.mw-head{
		max-width: unset;
	}
}
.section-usp{
	background-color: #fff;
	background-color: transparent;
}
.usp-icon{
	width: 70px;
	height: 70px;
	background-color: transparent;
}
.usp-icon img{
	width: 60px;
    height: 60px;
}
.usp {
    max-width: 250px;
}
.usp-content p{
	font-size: 10px;
}
.usp-content h3{
	font-size: 12px;
}
.section-usp-box{
	display: flex;
    flex-direction: initial;
    flex-wrap: wrap;
	justify-content: center;

}
.section-usp-container article{
	min-width: 285px;
}

@media (max-width:576px) {
	.section-usp-container article{
		min-width:100vw;
	}
}

.head-quote-box{
	background-color: #2886a2;
	color: #fff;
	background-image: url('../img/ticker-swirl.svg');
	background-repeat: no-repeat;
	background-size: 77%;
    background-position: 228% 76%;
	overflow-x: clip;
}
.btn-white {
	background: #fff;
    display: inline-block;
    width: 200px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.3px;
	border:1px solid #fff!important;
	color: #005a8b;
	text-transform: uppercase;
}
.head-quote-box h2{
	color: #fff;
}
.collection-action-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 42px 0px;
    overflow: hidden;
    z-index: 8;
	padding-bottom: 20px;
}
.collection-action-box::before {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	top: 20%;
	right: -46px;
	/* z-index: -1; */
	background-image: url('../img/ticker-swirl.svg');
	transform: rotateZ(160deg);
	background-repeat: no-repeat;
	opacity: 0.4;
	background-position: 80% 97%;
	background-size: 105%;
	z-index: -2;
}
.thumbnail.card-body img {
    width: 100%;
    margin: 0 auto;
	max-width: 200px;
}

.section-newsletter {
    background-color: transparent;
}
.narrow-slider{
	max-width: 1350px!important;
	margin: 0 auto;
}
.pay-sources{
	position: absolute;
    background: #ecf6f7;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
}
.zip-img img{
	width: 34px!important;
    display: inline-block!important;
	margin-top: -2px!important;
}

.ap-img img{
	width: 68px!important;
    display: inline-block!important;
	margin-top: -2px!important;
}
.thumbnail.card-body .card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}
.btn-accent-color-1 {
    background-color: #f4aa5c;
    border-color: #f4aa5c;
}
.badge-save{
	background-color: #e10e49;
}
@media (min-width: 1700px) {
    .section-blog-home .section-blog-item:first-child {
        flex:unset!important;
    }
	.section-blog-home .section-blog-item{
		flex: unset!important;
	}
}

.section-blog-item-caption{
	position: relative;

}
.section-blog-item{
	width: 49%!important;
}
.section-blog img{
	opacity: 1;
	height: 330px!important;

}
.section-blog-item-inner{
	background-color: transparent;
	height: auto;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	overflow: hidden;
	display: flex;
    flex-direction: column;
}
.section-blog h3{
	color: #005a8b;
	font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
	min-height: 80px;

}
.section-blog p{
	color: #000;
    line-height: 1.6;
    font-size: 12px;
}
.section-blog-home{
	background-image: url('https://d33wubrfki0l68.cloudfront.net/435e3e521346ca4014de41384d920775eba37a6b/d2c95/swash-desktop.png');
	background-repeat: no-repeat;
    background-size:cover;
    background-position: 15% 61%;
    padding: 100px 0;
    margin: 0 auto;
}
.section-blog-row{

	justify-content: space-between;
}
.section-blog-item {
    width: 49%!important;
	margin-bottom: 2%;
}
.section-blog-item-caption-new{
	background-color: #fff;
	display: flex;
    flex-direction: column;
}

.section-blog-item-action a{
	padding: 6px 20px;
	text-transform: uppercase;
	font-size: 15px;
}
.copy-section{
	display: flex;
    justify-content: flex-end;
	align-items: center;
}
#n_category .container, #n_home .container {
	max-width: 1350px;
}
.section-hero img{
	max-width: 290px;
}
@media (min-width: 1200px) {
    .section-hero h1 {
        font-size:30px;
		font-weight: bold;
    }
}
.section-hero p{
	font-size: 14px;
	font-weight: 500;
	opacity: 1!important;
}
.breadcrumb li a, .breadcrumb-item+.breadcrumb-item:before{
	color: #000!important;
	font-size: 12px;
  	font-weight: normal;
}
.breadcrumb-item+.breadcrumb-item:before{
	position: relative;
    top: 5px;
}
.filter-btn {
    background: #fff;
    width: 170px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #7bc7c8;
    border-radius: 5px;
	color: #959595;
	font-size: 14px;
  	font-weight: 500;
	  text-align: left;
}
@media (min-width:1070px) {
	#filters .btn-group{
		width: 16.6%;
	}

}

#filters .list-group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.dropdown-menu.show{
	top: 44px!important;
    left: 0px;
    transform:unset!important;
    overflow: scroll!important;
    min-width: 230px!important;
}
#filters .badge {
    width: 30px;
	height: 30px;
    background-color: #5bbbb7;
    color: #fff;
    font-size: 11px;
    border-radius: 14px;
    padding: 9px 7px;
    text-align: center;
}
#filters .dropdown-item{
	display: flex!important;
	justify-content: space-between!important;
}
.row-cols-xxl-4>* {
	flex: 0 0 33.33%;
    max-width: 33.33%;
}
.name-filter{
	display: flex;
}
.name-filter p{
	max-width: 210px;
    display: block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
	margin-left: 11px;
}

.n-category-responsive-content p{
	font-size: 18px;
	font-weight: 500;
}
.pagination .page-link{
	color: #5bbbb7 /*{pagination-text-colour}*/;
	background-color: #fff /*{pagination-bg-colour}*/;
	border-color: #dee2e6 /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #5bbbb7 /*{pagination-text-colour-hover}*/;
	background-color: #e9ecef /*{pagination-bg-colour-hover}*/;
	border-color: #dee2e6 /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus._pagination,
._pagination li.ais-Pagination-item--selected a, ._pagination li.ais-Pagination-item--selected a:hover {
	color: #ffffff /*{pagination-text-colour-active}*/;
	background-color: #5bbbb7  /*{pagination-bg-colour-active}*/;
	border-color: #5bbbb7  /*{pagination-border-colour-active}*/;
}
.main-image, .product-image-small {
    border: 1px solid #5bbbb7;
}
.main-thumbs{
	margin-top: -1px;
    margin-left: auto;
}
.product-image-small{
    max-width: 120px;
}
.main-thumbs div:nth-child(even)  .product-image-small {
    margin-left: -1px;
}
.products-actions {
	flex-direction: column;
}
.product-wishlist .btn {
    background: #fff;
    color: #005a8b!important;
}
.bo-qty-label {
    font-weight: 700;
    letter-spacing: .8px;
    font-size: 16px;
}
.bo-form-control {
    width: 68px;
    border: 1px solid #5bbbb7;
    height: 32px;
	border-radius: 2px;
}
.text-badge-primary{
	font-size:12px;
	color: #5bbbb7;
    display: inline-block;
    margin-top: 2px;
}
.text-badge-secondary{
	font-size:12px;
	color:#e10e49;;
}
.product-pay-later {
    margin-top: 24px;
    text-transform: inherit;
    font-size: 12px;
}
.wrapper-pricing {
    align-items: flex-start;
    flex-direction: column;
}
#shipbox .card-header h3{
	font-size: 16px;
	color: #0a5a88;
}
#shipbox {
    border-radius: 0;
    background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
#tabDescription a{
	padding: 0!important;
}
.npopup-slider-holder .slick-arrow {
    background: #005a8b;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    border: none;
    color: #fff;
}
@media (max-width:576px) {
	.npopup-slider-holder .slick-arrow {
		width:30px;
		height: 30px;
	}
	.npopup-slider-holder .slick-prev {
		right: 33px!important;
	}
}
.npopup-slider-holder .slick-prev {
    right: 56px;
    left: auto;
}
.blood-red{
	font-size: 16px;
	color: #e10e49;
	font-weight: 600;
}
.row.zip-script {
    border-top: 1px solid #5bbbb7;
    padding-top: 15px;
}
#shipbox .form-control{
	border: 1px solid #5bbbb7;
    height: 40px;
    border-radius: 5px!important;
}
#shipbox .card-header-info h4, #shipbox .card-header-info p{
	font-size: 14px;
	color: #000!important;
}
.ship-btn {
	text-transform: uppercase;
    background:#5bbbb7;
    border: 1px solid #5bbbb7;
    width: 100%;
    text-align: center;
    color: #fff;
    min-width: 200px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.product-price-main {
    font-size: 16px;
    font-weight: 600;
    color: #e10e49;
}
.product-price-off {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

#n_product .buying-options:nth-child(1){
	padding: 20px 0;
    border-top: 1px solid #a4d6d8;
    border-bottom: 1px solid #a4d6d8;
    margin-top: 19px;
    padding-bottom: 30px;
}

.container{
	max-width: 80%!important;
}

.nav-product-tabs .nav-link.active, .pdp-specifications h3 span {
    border-bottom: none;
	color: #255987;
	font-size: 30px;
  	font-weight: 600;
}
.productdetails strong{
	color:#005a8b;
}
.nav-product-tabs {
    margin-bottom: 0;
}
.card{background-color: transparent;}
.pdp-specifications{
	background-color: #fff;
	padding-bottom: 100px!important;

}
.pdp-specifications .table td, .pdp-specifications .table th {
    padding: 10;
    vertical-align: top;
    border: 1px solid #5bbbb7;
}
.pdp-specifications .table {
    margin-bottom: 0;
}
article .card-body{
	background-color: #fff;
	cursor: pointer;
}
.shipbox-wrapper {

    margin-top: 20px;
    border-radius: 3px;
    border: 1px solid #5bbbb7;
    overflow: hidden;

}
.row-cols-lg-4>* {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}


/* popup */
.modal-header {
    border: none;
    color: #0a5a88;
    font-size: 24px;
    font-weight: 600;
}
.successaddmessage .body .image {
    height: 7em;
}
.btn {
    padding: 0.6rem 1.25rem;
}
.successaddmessage .body .description {
    font-size: 16px;
    font-weight: bold;
	color: #265888;
}
.successaddmessage {
    padding-bottom: 23px!important;
    border-bottom: 1px solid #5bbbb7;
}
.npopup-checkout{
	background-color: #5bbbb7;
	color: #fff!important;
	border: 1px solid #5bbbb7;
}
.npopup-checkout:hover{
	background-color: #5bbbb7;
	color: #fff!important;
	border: 1px solid #5bbbb7;
	opacity: 0.9;
}
.sell-heading{

    font-size: 24px;
    font-weight: 600;
	color: #0a5a88;
}
.npopup {
    max-width: 1100px;
}
@media (min-width:992px) {
	.npopup{
		padding:15px;
	}
}
.slick-track{
	margin: 0!important;
}
.npopup-continue, .npopup-view{
	color: #0a5a88!important;
}
.npopup-slider-holder .thumbnail.card-body .card-title a{
	font-size: 20px;
  	font-weight: 600;
}
.npopup-slider-holder .ap-img img{
	width: 69px!important;
}
.npopup-slider-holder .zip-img img {
    width: 34px!important;
}
.npopup-slider-holder .price-main{
	display: flex;
}
.npopup-slider-holder .slick-slide {
    padding: 0 16px;
    margin: 10px;
    padding: 10px;
    border-radius: 6px;
}
.cart-header{
	font-size: 30px;
	font-weight: bold;
}
.input-qty-cart input{
	max-width: 60px;
    max-height: 30px;
	border: 1px solid #5bbbb7;
    border-radius: 5px!important;
}
.btn-stack .input-box{
	border: 1px solid #5bbbb7;
    border-radius: 5px!important;
}

.cart-remove-text{
	display: block;
	font-size: 10px;
	text-decoration: underline;
}
.cartTable .badge{
	width: 100%;
	font-size: 14px;
	padding: 6px 12px;
}
.small-auto-delivery{
	font-size: 16px;
	font-weight: 300;
	color: #265888;
}
.cartTable--column-image img{
	min-width: 130px;
	background-color: #fff;
}
.cartTable--heading-image{
	font-size: 24px;
  font-weight: 500;
  color: #0a5a88!important;
}
.cartTable td, .cartTable thead th, .cartTable thead tr, .price-box td, .price-box thead th, .price-box thead tr, .price-box th, .card{
	border: none;
	border-bottom: none!important;
	padding-left: 0;
}
.cartTable tr, .price-box  tr{
	border-bottom: 1px solid #5bbbb7;
}
#n_checkout .btn-outline-secondary {
	color: #0a5a88!important;
	font-size: 12px;
	font-weight: bold;

}
#n_checkout  .card .btn-outline-secondary {
	float: right;

}
.cart-data-block{
	margin-top: 100px;
}
.cart-data-block .fa{
	display: none;
}
.cartTable tbody tr td {
    vertical-align: top;
}
.price-box tbody tr th b{
	color: #265888;
}
.container{
	max-width: 73.125em!important;
}
.ship-box-input select{
	width:200px
}
.ship-box-input input[type=submit]{
	margin-left:0;
}


.btn-coupon{max-width: 140px;}
.cart-header h1{
	font-size: 30px;
	font-weight: bold;
	color: #265888;
}

#login .pd-social-networks {
    margin-top: 0!important;
}
iframe #container{
	width: 400px;
}
.ask-singup{
	position: absolute;
    bottom: -160px;
	font-size: 16px;
    font-weight: bold;
    color: #265888;
	left: 40px;
}
.ask-singup a{
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
}
.ft-12{
	font-size: 12px!important;
}
.action-forms-account input{
	border: solid 1px #7fc7c8;
}
.action-forms-account label{
	font-size: 14px;
}
.action-forms-account {
	margin-bottom: 150px;
}
.pd-social-networks-or:after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: #d0d5dd;
    margin: 0 auto;
    margin-top: -7px;
    position: absolute;
    z-index: -1;
    translate: -47% -50%;
}
.pd-social-networks-or {
    background: #f9f9f9;
    display: inline-block;
    width: 29px;
    margin: 16px auto;
    height: 20px;
}
.contact-return{
	font-size: 16px;
  font-weight: 500;
  color: #005a8b;
}

.contact-return a{
	text-decoration: underline;
}

.wrapper-footer{
	position: relative;
	overflow-x:clip;
}
.footer-svg{
	display: flex;
    justify-content: center;
    margin: 0 auto;
}
.footer-svg svg{
	height: 750px;
    left: -8px;
    top: -460px;
    width: 100%;
    position: absolute;
    opacity: 0.7;
	z-index: -1;

}
.section-usp{
	position: relative;
	z-index: 1;
}
.section-about {
    text-align: center;
    margin-bottom: 100px!important;
    margin-top: 100px;
}

 .section-breadcrumb.container{
	padding: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #a4d6d8;
    padding-left: 0;
}
a:link{
	cursor: pointer!important;
}
.home-slider .slick-arrow {
	position: absolute;
    right: 0!important;
    bottom: 12px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border:none;
    background: #00588d;
    color: #fff;
    font-size: 28px;
    left: unset;
	cursor: pointer;

}
/* .slick-next-arrow{
	margin-right: 31px;
} */
.slick-prev-arrow{
	margin-right: 90px!important;
}
.section-usp .slick-track{
	justify-content: center;
}
@media (max-width:991px){
	
	.Sticky-nav .mainbar {
		margin-top: 0;
		height: 100vh;
		align-items: flex-start;
		background-color: transparent;
	}
	dropdown-menu.show {
		background-color: #005a8b!important;
	}
	.nav-item-toplevel{
		color: #fff;
	}
	.dropdown-menu{
		color: #fff;
		background-color: #005a8bc9;
	}
}
#filters .dropdown-menu{
	color: #fff;
	background-color: #f4f7f9!important;
}

.section-hero .body-text {
    font-size: 18px;
	z-index: 5;
    position: relative;
}



#n_category #filters.collapse:not(.show) {
	display: block;
}
@media (max-width:576px) {
	#n_category #filters.collapse:not(.show){
		display: none;
	}
}
@media (max-width:767px) {
	.line{
		margin-top: 3px;
		left: calc(100% - 73%);
		text-align: center;
	}
	.section-categories-row-home article{
		max-width: 100%;
	}
	.section-hero .caption::before {
		content: '';
		position: absolute;
		height: 306%;
		width: 100%;
		top: -153px;
		left: -1px;
		background-image: url("../img/curve_mobile.svg");
		background-repeat: no-repeat;
		background-position: 21% -1%;
		background-size: 128%;
		opacity: 1;
		z-index: 0;
	}
	.section-hero-container {
		background: #fff;
	}
	.section-hero {
		background: #fff;
	}
	.section-hero h1 {
		z-index: 13;
		position: relative;
	}
	.section-hero-container .row{
		overflow: hidden;
    	padding-bottom: 30px;
	}

	

	.head-quote-box .container{
		flex-direction: column-reverse;
	}
	.btn-white{
		width: 100%;
	}
	.theme-blue-bg{
		background-color: #005a8b;
		padding: 12px!important;
	}
	.dark-block h2 {
		font-size: 24px;
		font-weight: 600;
	}
	.dark-block p {
		font-size: 16px;
		max-width: 100%;
		font-weight:600;
	}
	.row{
		margin: 0;
	}
	.search-block-page h2{
		font-size: 18px;
	}
	#name_search_d .ais-SearchBox-form {
		flex-direction: column;
	}
	#name_search_d .ais-SearchBox-submit{
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
		margin-left:0;
	}
	.section-usp-box {
		flex-direction: initial;
		flex-wrap: wrap;
		scrollbar-color: #fff transparent;
	}
	.slider-bg{
		padding: 20px;
		background-size: 524%;
		background-position: 40% 1%;
	}
	.section-title{
		font-size: 32px;
		font-weight: 600;
	}
	.wrapper-footer {
		position: relative;
		overflow-x: clip;
	}
	.footer-svg svg {
		height: 580px;
		left: -115px;
		top: -460px;
		width: 260%;
		position: absolute;
		opacity: 0.7;
		z-index: -1;
	}
	.dark-block {

		background-size: 453%;
		background-position: -5% 95%;
		min-height: 470px;
		width: 100%!important;
	}
	.ticker-bg::after {
		left: -210px;
		bottom: -388px;
		opacity: 0.7;
		background-position: 0;
		background-size: 146%;
		width: 214%;
    	height: 630px;
	}


	.copy-section {
		flex-direction: column;
		align-items: baseline;
	}
	.action-forms-account{
		padding: 0;
	}
	.action-forms-account .card-body{
		padding: 0;
	}
	.ask-singup {

		bottom: -180px;
		left: 20px;
	}

	.section-usp-box {
		justify-content: flex-start;
	}
	/* .usp-inner {
		width: 180px;
	} */
	.header-icons-main .custom-search-form{
		top: 0;
		left: 0px;
		padding: 25px;
		background: white;
		z-index: 1000;
		position: fixed;
	}
	#name_search_b::before {
		content: "";
		background: white;
		position: fixed;
		top: 0;
		right: 0;
		bottom: -100vh;
		left: 0;
	}

	#n_category .section-hero .row {
		flex-direction:column-reverse;
	}
	.section-hero{
		background-color: transparent;
	}
	.products-row>* {
		padding: 0 8px;
		flex: 0 0 50%!important;
		max-width: 50%!important;
	}
	.products-row .thumbnail.card-body {
		padding: 80px 10px;
	}
	.pay-sources p{
		font-size: 12px;
	}
	#n_category .section-breadcrumb.container{
		max-width: 91%!important;
		padding-left: 0;
		margin-bottom: -2px;
		border-bottom: 1px solid #a4d6d8;
	}
	.custom-search-form .form-control{
		width: 60%;
	}

	.category-submit{
		width: 34%;
	}
	.bubble svg{
		width: 13px;
		fill: #005a8b;
		margin-left: 6px;
		margin-top: -4px;
	}
	.verticle-box{
		min-height: 50px;
	}

}
#n_category .section-breadcrumb.container{
	padding-top: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a4d6d8;
    padding-left: 0;
    padding-bottom: 14px;
}


@media (max-width:548px) {

	.section-blog-home{
		background-size: 7660px;
		background-position: center;
	}

	.line{
		margin-top: 8px;
		text-align: center;
	}
	.head-quote-box h2 {
		font-size: 0.9rem;
	}
	
	.products-row>* {
		padding: 0;
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}

	.pay-sources p{
		font-size: 15px;
	}
	.btn-group,.filter-btn{
		width: 100%;
	}
	.dropdown-menu.show{
		left: 6px;
		top: 46px!important;
	}
	.bubble svg{
		width: 13px;
		fill: #005a8b;
		margin-left: 6px;
		margin-top: -4px;
	}
}

@media (min-width: 992px) {
.section-categories-new.home-section{
	margin-bottom: 0px!important;
}
}

.ham-burger svg rect:nth-child(2){
	transform-origin: 50% 50%!important;
    transform: translateX(-4px) translateY(4.5px) rotate(45deg) translateZ(0px)!important;
}
.ham-burger svg rect:nth-child(3){
	opacity: 0!important;
}
.ham-burger svg rect:nth-child(4){
	transform-origin: 50% 50%!important;
    transform: translateX(-4.5px) translateY(-4px) rotate(-45deg) translateZ(0px)!important;
}
.ham-burger svg rect{
	transition: all 0.2s ease-in-out;
	transition: transform 0.5s;
}

.ham-burger.collapsed svg rect:nth-child(2){
	transform-origin: 50% 50%!important;
    transform: none!important;
}
.ham-burger.collapsed svg rect:nth-child(3){
	opacity: 1!important;
}
.ham-burger.collapsed svg rect:nth-child(4){
	transform-origin: 50% 50%!important;
    transform: none!important;
}
.ham-burger{
	box-shadow: none!important;
}
.wrapper-footer > svg{
	position: absolute;
    bottom: -39px;
    height: 190%;
    width: 167%;
    left: -550px;
    opacity: 0.7;
}

.trust-pilot-box{
	margin-bottom: 14em;
	position: relative;
    z-index: 12;
}

.copyright{
	background-color: #f9f9f9;
	position: relative;
}


@media (max-width:576px) {
	#name_search_d .ais-SearchBox-submit{
		width: 68%;
		max-width: 100%;
		margin-top: 0;
		margin-left: 9px;
	}
}








/* New menu */
@media (max-width:991px) {



/* Common styles of menus */
.dl-menuwrapper button {
	background: #ccc;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	visibility: hidden;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #aaa0;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow:
		0 10px 0 #fff,
		0 20px 0 #fff;
}
.dl-menuwrapper {
	width: 100%;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	top:-67px;
	background-color: transparent;
}

.dl-menuwrapper:first-child {
	margin-right: 0;
}



.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #aaa0;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow:
		0 10px 0 #fff,
		0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
    position: relative;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1px;
    font-weight: 600;
    color: #fff;
    outline: none;
	background-color: transparent;
	text-decoration: none;

}
.dl-menuwrapper li a:hover{
	text-decoration: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 0;
	border: none;

}

.dl-menuwrapper li:not(:last-child):not(.dl-subviewopen):not(.dl-subview):after{
	content:'';
	display:block;
	position:relative;
	background:#fff;
	height:1px;
	bottom:0;
	width:100%;
	z-index:10;
}
.dl-menuwrapper li a svg{
	position: absolute;
	right: 0;
	bottom: 6px;
}
.dl-back a svg{
	position: unset!important;
	right: unset;
}

/* .dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);

} */

.dl-menuwrapper li > a:after {
	right: 10px;
	color: #fff;
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: transparent;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
	background-color: transparent;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
	background-color: transparent;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% {opacity: 0; }
	50% {
		/* -webkit-transform:  rotateY(0deg); */
	}
	75% {
		/* -webkit-transform:  rotateY(15deg);
		opacity: .5; */
	}
	100% {
		/* -webkit-transform: rotateY(0deg); */
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { opacity: 0; }
	50% {
		/* -webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg); */
	}
	75% {
		/* -webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5; */
	}
	100% {
		/* -webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg); */
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		/* -webkit-transform: translateZ(-500px) rotateY(0deg); */
		opacity: 0;
	}
	20% {
		/* -webkit-transform: translateZ(-250px) rotateY(30deg); */
		opacity: 0.5;
	}
	100% {
		/* -webkit-transform: translateZ(0px) rotateY(0deg); */
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		/* -webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg); */
		opacity: 0;
	}
	20% {
		/* -webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg); */
		opacity: 0.5;
	}
	100% {
		/* -webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg); */
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	font-weight: bold;
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c6286000;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #9e184700;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
	background: #D3540000;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
	background: #00b4ae00;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
	background: #90b91200;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #79a00200;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
	background: #74478300;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
	background: #64377100;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}



.main,
.container > header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.main {
	max-width: 100%;
	padding-top: 0;
}

.column {
	width: 100%;
	padding: 0;
	min-height: 300px;
	min-width: 320px;
	position: absolute;
	left: 0;
}

.column:nth-child(2) {
	min-height: 400px;
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
	background: url(../images/clickhere.png) 90px 0 no-repeat;
}

.column:last-child:before {
	content: '';
	position: absolute;
	height: 7px;
	background: #ceccc6;
	top: 100px;
	left: 10px;
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

.container > header {
	padding: 2.875em 1.875em 2.875em;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	color: #89867e;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #ceccc6;
	padding: 0 0 0.6em 0.1em;
}

/* Header Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	text-transform: uppercase;
	position: relative;
	font-size: 0.68em;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.99);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b1aea6;
	color: #b1aea6;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #89867e;
	color: #89867e;
}


}
.btn-coupon {
    max-width: 84px;
}

.home-slider  .slick-next-arrow{
	margin-right: 30px!important;
}
.wrapper-header .navbar-collapse .nav-link{
	padding-top: 0;
	padding-bottom: 13px;
}
@media (max-width: 768px) {
	.section-blog-home .section-blog-item:first-child {
        flex:unset!important;
    }
	.btn-stack button{
		font-size: 16px;
	}
	#n_checkout #main-content{
		padding: 0 10px;
	}

	#n_checkout .row, #n_checkout .col-12{
		padding: 0;
	}
	#n_checkout table{
		width: 100%;
	}
	.btn-coupon {
		max-width: 100%;
	}
	.ship-box-input input {
		width: 100%;
		margin-left: 0;
	}
	.ship-box-input select {
		width: 100%;
	}
	.dl-submenu{
		overflow: scroll;
		margin-bottom: 4em;
		padding-bottom: 4em;
		height: 90vh;
}
	}
	#_preloader {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: 106%;
		margin: 0 auto;
		margin-left: -18px;
		margin-top: -109px;
		position: relative;
		background: #f9f9f9;
		text-align: center;
		padding: 10% 0;
 }
	#_preloader p {
		color: #335a77;
		padding: 20px 0;
		font-size: 28px;
		padding-left: 30px;
	}
	#_preloader svg{
		background-color: transparent!important;
	}
	.product-loader-btn {
		display: none;
}
	.product-loader-btn:nth-last-child(1) {
		display: block !important; }
	@media (max-width: 991.98px) {
		.product-loader-btn {
		width: 95%;
		margin: 0 auto; } }

	@media (max-width: 991.98px) {
	.productLoader {
		padding: 0 15px; } }

.loader-btn{
	background-color: #fff!important;
	color: #00588d!important;
	width: 300px;
}

.cur-block{
	cursor: not-allowed;
	width: 300px;
	opacity: 1;
	box-shadow: initial;
	border: none;
	background-color: #fff!important;
	color: #00588d!important;
	display: block;
}
.youtube-box{
	background: transparent;
    /* background-image: url(https://shop.spaworld.com.au../img/ticker-swirl.svg); */
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center 160px;
    padding: 100px 0;
    opacity: 0.8;
}
.desc_head{
	color: #255987;
    font-size: 30px;
    font-weight: 600;
}
.video-img{
	 background-image: url("https://shop.spaworld.com.au/assets/images/egg.png");
	 background-size: 103%;
	 background-repeat: no-repeat;
	 background-position: center;
	 overflow: hidden;
}
#video-prev-box{
	position: fixed;
    z-index: 100000000000;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#video-prev-box iframe{
	position: relative;
    z-index: 4699;
	width: 80%;
	height: 80%;
	animation-name: slideTop;
  	animation-duration: 0.7s;
	animation-timing-function: ease;

}

@keyframes slideTop {
	from {top: 110px;}
	to   {top: 0px;}
  }
.close-video{
	background: #000000de;
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 111;
}
.video-cta{
	min-height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: -1;
    background-size: cover;
    background-position: center;
}
.video-cta svg{
	position: relative;
}
.video-cta img{
	position: absolute;
	z-index: -1;
    width: 100%;
}

#fly-cart{
	border-radius: 5px;
	position: absolute;
    background: #519cbf;
    display: flex;
	flex-direction: column;
    z-index: 100;
    color: #fff;
    justify-content: space-between;
    right: 20px;
    top: 50px;
	box-shadow: 0 0.625rem 1.25rem rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0.625rem 1.25rem rgba(0,0,0,.15);
    -moz-box-shadow: 0 0.625rem 1.25rem rgba(0,0,0,.15);
}
#fly-cart h3{
	color: #fff;
	padding-bottom: 10px;
}
#fly-cart a{
	background: #fff;
    color: #005a8b!important;
    padding: 6px 22px;
    font-size: 14px;

}
.cart-popup-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;


}
.spa-pool.cart-popup-box{
	background-color: #49849e;
}
@media (max-width:991px) {
	.video-cta{
		min-height: 510px;
	}
}
@media (max-width:767px) {
	.main-footer{
		padding-top: 30px;
	}
	iframe{
		max-width: 100%;
	}

	.youtube-box {
		background-size: 114%;

	}
	.youtube-box iframe{
		height: auto;
		min-height: 300px;
	}
	#video-prev-box iframe{
		position: relative;
		z-index: 4699;
		width: 80%;
		height: 50%;
	}
}
@media (max-width:500px) {
	.wrapper-footer > svg{
		position: absolute;
		height: 99%;
		width: 200%;
		left: -57px;
		opacity: 0.7;
		top: -557px;
	}
	.section-blog-item {
		width: 100%!important;
		margin-bottom: 2%;
	}
	.section-blog-home .section-blog-item:first-child {
        flex:unset!important;
    }
	.form-control-sm{
		font-size: 0.775rem;
	}
	.youtube-box {
		background-position: center 250px;
	}
	.wrapper-footer > svg {
		position: absolute;
		height: 99%;
		width: 200%;
		left: -130px;
		opacity: 0.7;
		top: -602px;
	}
	.video-cta{
		min-height: 220px;
		cursor: pointer;
	}
	.btn-buyingoptions{
		max-width: 100%;
	}

	#fly-cart {
		width: 100vw;
		right: 0;
	}
}

@media(min-width: 768px) {
    .section-blog-home .section-blog-item:first-child {
        flex:unset;
    }

}
.section-blog-home .section-blog-item:first-child {
    flex: unset;
}


@media (min-width: 768px) {
    .section-blog-item {
        flex: 0 0 49%;
    }
}

a.bubble-remove {
    display: inline-block;
    border-radius: 60px;
    text-decoration: none;
    position: relative;
    /* margin-bottom: 11px; */
}
.main-bubble{
	padding: 5px 42px 5px 21px;
    margin: 0;
    border-radius: 50px;
    border: 1px solid #7bc7c8;
    color: #7bc7c8;
	display: inline-block;
	margin-bottom: 10px!important;
}
p.bubble-close {
    padding: 5px 10px;
    margin: 0;
    color: #7bc7c8;
    cursor: pointer;
    font-size: 12px;
}
.bubble-close:after{
    position: absolute;
    top: 12px;
    right: -2px;
    content: "\274c"; /* use the hex value here... */
    font-size: 6px;
    color: #000;
    line-height: 1;
}
.dark-blue{
	color:#0a5a88!important;
}
.title-remove-filter{
	display: inline-block;
}
@media (max-width:768px) {
	p.bubble-close {
		padding: 5px 32px 5px 21px;

	}
	p.bubble-close{
		font-size: 10px;
	}
	.bubble-close:after {
		position: absolute;
		top: 12px;
		bottom: 0;
		right: 15px;
		content: "\274c";
		font-size: 5px;
		color: #000;
		line-height: 1;
	}

	.npopup {
		max-width: 90vw!important;
	}
}
.c-btn-paypal {
    background: #003084;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin-left: 90px;
    }
}
@media (min-width: 992px) {
    .navbar-nav-main .dropdown-menu {
        padding: 12px 31px;
		margin-top: -1px!important;
		box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
    }
}
#_jstl__buying_options_r .buying-options{
	margin: 0;
}
.cart-h1{
	font-size: 24px;
  	font-weight: 600;
}
.c-btn-checkout i {
	display: none;
}
.c-btn-checkout button{
	font-size: 12px;
	font-weight: bold;
	padding: 12px 20px;
}

@media (min-width:1115px) {
	#name_search_b{
		min-width: 810px;
	}
}
.hits__header__viewall.btn-view-all{
	color: #3a9490;
}
.ais-Hits-item .card-title a{
	color: #005a8b;
}
#hits-swe .ais-Hits-item .card-title a{
	color: #000;
}
.ais-Hits-item .badge-sale svg{
	width: 40px;
}
.ais-Hits-item .btn{
	padding: 0.4rem 1.25rem;
}

@media (min-width:1200px) {
	#swe-search{
		max-width: 925px!important;
		position: relative;
		top: -55px;
		left: -19px;
	}
}

.dropdown-toggle:after{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31'%3E%3Cpath fill='%23005A8B' d='M30 10.2 15.4 24.8.7 10.2a2.5 2.5 0 1 1 3.6-3.6l11 11.1 11.2-11a2.5 2.5 0 1 1 3.5 3.5z'/%3E%3C/svg%3E");
	background-color: transparent!important;
	background-size: contain;
	position: absolute;
	right: -3px;
	top: 20px;
	height: 12px;
	width: 32px;
	background-repeat: no-repeat;
	border: none;
}

.slick-track .slick-slide{
	display: block!important;
	position: relative;
}
@media (min-width:1200px) {
	.home-slider{
		min-height: 339px;
	}
}

.algolia-active .head-item-links, .link-bar .head-item-links{
	display: none!important;
}
._thumb_price .badge-save{
	top: 4px;
	position: relative;
}
@media (max-width:768px) {
	.section-usp-container article{
		min-width: 10%!important;
	}
}
@media (max-width:576px) {
	.section-usp-container article{
		min-width: 11%!important;
	}
}

@media (min-width:992px) {
	.pt-60{
		padding-top: 60px;
	}
}
.my_acct .card-body {
    padding: 16px;
}

.text-truncate{
	color:#005a8b;
}
.main-image .zoom{
	background-color: #fff;
}

.child-var .custom-badge-primary{
	color: #fff;
}

.search_price_main, .search_price_main .price-main {
	font-size: 14px !important;
}
.s-image {
    width: 100%!important;
    background-size: cover;
    background-position: center;
}
.s-image:before{
    content:'';
    height:100%;
    width:100%;
    /* background:#000; */
    z-index:100;
    display:block;
    position:absolute;
    top:0;
    left:0;
    opacity:0.3;
}
@media (max-width:1100px) {
	.s-image {
		background-size: contain;
	}
}
#login-form, #signup-form, #fgt-pwd {
    position: relative;
    z-index: 1000;
}
.wrapper-footer > svg{
	pointer-events: none;
}
#_search-box{
	position: unset;
}
.banner-btn{
	padding: 10px;
    z-index: 1000;
    position: absolute;
    text-decoration: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}
.banner-btn:hover{
	text-decoration: none;
}

.modal-backdrop {
	z-index: 10400;
}
.modal {
	z-index: 10500;
}

.sw-viewall-container .card-title {
	min-height: 40px;
}

/* Page 404 */
.page-404 {
	max-width: 768px;
	margin: auto;
	padding-left: 24px;
	padding-right: 24px;
	text-align: center;
}

.page-404-decor {
	max-height: 72px;
	margin-bottom: 32px;
}

.page-404 h1 {
	font-size: 32px;
	font-weight: 600;
	margin: 0;
}

.page-404-lead {
	max-width: 460px;
	margin: 24px auto 0;
}

.page-404-search {
	max-width: 560px;
	margin: 40px auto 0;
}

.page-404-search button {
	min-width: 120px;
}

.page-404-collection {
	margin-bottom: 100px !important;
}
.text-badge-primary-label{
	font-size: 11px;
    color: #fff;
    background: #5bbbb7;
    padding: 5px 10px;
    border-radius: 3px;
	width: fit-content;
	max-width: fit-content;
}
.mt-up{
	margin-top: -16px;
	margin-bottom: 16px;
}



.finances-options {
	display: none;
}

.exp-badge {
	display: none;
}

.text-danger {
	color: #E10E49;
}

.tc-categories {
	margin-bottom: 80px;
}

.tc-categories .section-title {
	margin-bottom: 32px;
}

.tc-categories-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 40px;
	justify-content: center;
}

.tc-categories article {
	width: 100px;
}

.tc-categories figure {
	margin: 0;
}

.tc-categories figure a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
	padding: 8px;
	border-radius: 50%;
	position: relative;
	background: #b2dde4;
	color: #468d99;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}

.tc-categories figure span {
    font-weight: 600;
    display: block;
    line-height: 1.2;
    text-align: center;
    font-size: 14px;
}

.tc-categories img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.tc-categories h3 {
	font-size: 16px;
    font-weight: 500;
    letter-spacing: .4px;
	margin: 12px 0 0;
	text-align: center;
	color: black;
}

.tc-categories h3 a {
	color: inherit;
	text-decoration: none;
}
/* RIVA Chatbot */
.modal-video-close-btn {
	transform: translate3d(100%, 0, 0);
	opacity: 1;
}
@media screen and (max-width: 575px) {
	.modal-video-close-btn {
		transform: translate3d(0, 0, 0);
	}
}

.modal-video-close-btn:before {
	transform: rotate(45deg)
}

.modal-video-close-btn:after {
	transform: rotate(-45deg)
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
	background: #fff;
	border-radius: 5px;
	content: "";
	height: 2px;
	left: 0;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 100%
}

.chatmodal .modal-content {
	background: transparent;
	border: none;
}

.chatmodal .modal-body {
	padding: 0;
	border: 2px solid white;
	background-color: white;
	background-image: url('https://shop.spaworld.com.au/assets/themes/kee-main/img/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.chatmodal .embed-responsive {
	height: 80vh;
	max-height: 800px;
}

.alert-riva {
	border: 2px solid #91d9d5;
	background: #ddeeef;
	color: #005a8b;
}
.alert-riva .riva-msg {
	min-width: 225px;
	font-weight: 500;
}

.exp-riva {
	display: none;
}
.act-icon{
	background: #005a8b;
    padding: 2.5px;
    border-radius: 28px;
}
.act-icon svg{
	font-size: 35px!important;
    padding: 8px;
    fill: #fff;
}
#n_customer_account .fa, .far, .fas {
    font-family: "Font Awesome 5 Free"!important;
	font-weight: 900;
}
.btn-accent-color-1:hover {
    background: sandybrown;
}

#n_product .exp-badge {
	display: block !important;
}

.wrapper-pricing {
	margin-top: 8px;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
}

.product-price-off {
	font-size: 14px;
}

.product-price-main {
	font-size: 20px;
	grid-row: 2;
}

.product-price-save {
	grid-row: 2;
}

.product-pay-later {
	display: none;
}

.products-actions {
	flex-direction: row;
	margin-left: 0;
	margin-right: 0;
	gap: 8px;
	align-items: flex-end;
}

.products-actions > * {
	padding: 0;
}

.products-actions .col-auto:nth-child(3) {
	flex: 1;
}

.products-actions .col-auto.mt-up {
	display: none;
}

.product-actions .flex-auto:not(:first-child) {
	flex: 1;
}

.product-wishlist .btn {
	background: transparent;
	color: black !important;
	box-shadow: none;
}

.exp-badge {
	margin-top: 4px;
}

#n_product .buying-options:nth-child(1) {
	border-bottom: 0;
}

.finances-options {
    display: flex !important;
    gap: 16px;

}
.zip-logo{
	display: none!important;
    width: 54px!important;
    margin: auto!important;
}
.zip-logo.show{
	display: block!important;
}
.finance-options{
	align-items: center;
}
.finances-option {
	text-align: center;
	width: 33%;
	font-size: 13px;
	line-height: 1.3;
	flex-grow: 1;
	padding:10px
}
.zip-learn-more{
    display:none;
}
.blue-link{
	color: #0070ba!important;
    font-weight: 500!important;
	cursor: pointer!important;
	text-decoration: underline!important;
}
.finances-option:nth-child(3) {
	border-right:2px solid #d5d5d5;
}

.finances-option:nth-child(3) {
	border-left:2px solid #d5d5d5;
}

.finances-option a {
	color: inherit;
	text-decoration: none;
}

.finances-option img {
    width: auto;
    max-width: 100%;
    height: 40px;
    object-fit: contain;
	margin-bottom: 4px;
}

.pdp-util {
	margin-bottom: 16px;
}

@media (max-width: 517px) {
	.products-actions .col-auto:last-child {
		width: 100%;
	}
}

  .finances-paypal-images, .finances-zip-image {
	padding-top: 11px;
  	padding-bottom: 10px;
  }
  .finances-zip-image {
	padding-top: 11px;
  	padding-bottom: 10px;
  }
  .finances-paypal-images img,
  .finances-zip-image img {
	height: 20px;
  }

.npopup {
	z-index: 9999999999 !important;
}
@media (max-width:576px) {
	.sm-100{
		width: 100%;
	}
}

.riva-pdp.row { display: flex !important; }
.riva-pdp.col-auto { display: block !important; }
.riva-search { display: flex; }
.c-white{
	color:#fff;
}

.section-replacement-products {
	max-width: 460px;
	margin: auto;
}

.replacement-product-wrapper {
	margin: 24px auto 0;
	max-width: 320px;
	width: 100%;
}

.replacement-product-wrapper .col {
	padding: 0;
}

.replacement-product-wrapper .card {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.replacement-product-label {
	background: #f4aa5c;
    color: white;
    text-align: center;
    font-weight: 500;
	padding: 2px 0;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.img-responsive{
	display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive{
	display: block;
    max-width: 100%;
    height: auto;
}

.cross-sell-item {
    border: solid 1px #5BBBB4;
    margin-bottom: 15px;
	padding: 10px;
	height: 100%;
	background-color: #fff;
}
.cross-sell-item h4 {
    height: 53px;
}
.qty-container-crosssell {
    min-width: 60px;
}
.card-cc{
	margin-bottom: 15px;
	padding: 0;
}
.card-cc:nth-child(odd){
	padding-left:15px;
	padding-right:0
}
.cross-sell-box {
    margin: 0;
    padding: 10px;
    border-radius: 5px;
	padding-left: 0;
	display: none;
}
.n_kee-develop .cross-sell-box {
	display: flex;
}
.cross-sell-box h2{
	width: 100%;
	padding: 19px 0;
    /* border-top: 1px solid #a4d6d8; */
}
@media (max-width:1132px) {
	.flex-grid{
		flex-direction: column;
	}
	.card-cc{
		width: 100%;
		max-width: 100%;
	}
	.cross-sell-item h4 {
		font-size: 14px;
	}
	.card-cc:nth-child(odd) {
		padding-left: 0;

	}
}



/* pdp collapse */

#clps-list .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid;
	border-color: #005a8b70;
}
#clps-list .btn-link{
	background: none;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
	position: relative;
}
#clps-list .btn-link:focus {
	text-decoration: none !important;
}
#clps-list .pdp-specifications{
	padding-bottom: 12px!important;
}
#clps-list .card-header{
	background-color: #f9f9f9;
	text-decoration: none;
	border: none;
	padding-left: 0;
}
#clps-list{
	padding: 0 15px;
	background-color: #f9f9f9;
}
#clps-desc{
	background-color: #f9f9f9;
}
#clps-list .btn-link:hover{
	text-decoration: none;
}
#clps-list .card {
    border-bottom: 1px solid #006595 !important;
    border-radius: 0;
}
#clps-list .btn-link::after {
    content: '-';
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -15px;
    font-size: 53px;
    font-weight: 300;
}
#clps-list .btn-link.collapsed::after {
    content: '+';
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -11px;
    font-size: 53px;
    font-weight: 300;
}
#clps-list .table td, #clps-list .table th {

    border: 1px solid #5bbbb7;
}
.collapsable{
	background: #f9f9f9;
    position: relative;
    padding: 0 0 50px 0;
}

 .collapsable{
	display:block;
}
@media (min-width:768px) {
	.opt-tab{
	   display: block!important;
   }
   .collapsable{
	   display: none!important;
   }
}
.opt-tab{
	   display:none;
   }

.section-equivalent-products {
	display: flex;
	gap: 24px;
	margin-top: 40px;
}

.section-equivalent-products header {
	flex: 1;
}

.section-equivalent-products header h2 {
	font-size: 18px;
}

.equivalent-product-wrapper {
    max-width: 260px;
    width: 100%;
}

.equivalent-product-wrapper .col {
	padding: 0;
}

.equivalent-product-wrapper .card {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-bottom: 24px;
}

.equivalent-product-label {
	background: #f4aa5c;
    color: white;
    text-align: center;
    font-weight: 500;
	padding: 2px 0;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.equivalent-product-wrapper .card .btn {
	display: none;
}

.equivalent-product-wrapper .card .pay-sources {
	display: none;
}

.equivalent-product-wrapper .card .price-off {
	display: none;
}

.equivalent-product-wrapper .price-main .badge {
	display: none;
}

@media (max-width: 560px) {
	.section-equivalent-products {
		flex-wrap: wrap;
	}

	.section-equivalent-products header {
		flex: 100%;
	}
}

@media (max-width:455px) {

	.cf-iframe{
		height: 900px!important;
	}
}
@media (max-width:400px) {

	.cf-iframe{
		height: 960px!important;
	}
}

@media (max-width:500px) {
	#n_category .home-slider{
		max-height: 150px;
		margin-bottom: 35px;
	}
	#n_category .dark-block {
		min-height: 100px !important;
		padding: 0px !important;
		max-height: 150px;
	}
}
@media screen and (min-width: 508px) { .riva-msg { order: 12!important; } }

@media (min-width: 370px) and (max-width: 576px) {
	#n_category .products-row {
		column-gap: 8px;
	}

	#n_category .products-row > .col {
		padding: 0;
        flex: calc(50% - 4px) !important;
        max-width: calc(50% - 4px) !important;
	}
}

@media (max-width: 767px) {
	#n_category .products-row .thumbnail.card-body {
		padding: 8px 8px 80px;
	}

	#n_category .products-row .card-title {
		font-size: 16px;
		line-height: 1.3;
	}

	#n_category .products-row .btn {
		font-size: 12px !important;
	}

	#n_category .products-row .price-main {
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 10px !important;
	}

	#n_category .products-row .price-off {
		margin-top: 10px !important;
		text-align: center;
	}

	#n_category .products-row .badge-save {
		margin: 0 !important;
		flex: 100%;
		max-width: 78%;
	}

	#n_category .products-row .form-inline {
		margin-top: 30px !important;
	}

	#n_category .products-row .form-inline:after {
		top: -12px;
	}

	#n_category .products-row .free_label {
		right: 8px !important;
		top: 12px !important;
	}

	#n_category .products-row .pay-sources {
		padding: 0 8px;
	}
}
@media (max-width:576px) {
	.section-main .dark-block{
		min-height: 1px!important;
		height: 190px!important;
		background-size: 100%!important;
	}
}
.oos-label{
	right: 0;
	left: 26px;
	background: #71c1d0;
	width: fit-content;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 10px;
	border-radius: 5px;
	position: absolute;
	top: 12px !important;
	font-weight: normal;
	color: #fff;
	z-index: 10;
}
@media (min-width:769px) {
	.oos-label {
		display: none !important;
	  }
}
@media (min-width:769px) {
	.oos-label {
		display: none !important;
	  }
}

/* BNPL updates */
.pay-sources .finances-paypal-images{
	width: 43px;
    margin-left: 12px;
    display: inline-block;
	margin-top: 4px;
}
.d-bnpl-thumb{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

/* Product Description */
.n_kee-main .product-section-tabs {
	display: none;
}

.n_kee-develop .product-section-information {
	display: none;
}

.product-section-tabs {
	scroll-margin-top: 200px;
}

#_jstl__buying_options {
	scroll-margin-top: 200px;
}

.product-section-tabs .nav-link {
	font-weight: 500;
}

.product-section-tabs .nav {
	margin-bottom: 20px;
}

.product-section-tabs .nav-pills .nav-link.active {
	background: #005a8b;
}

.nav-item-custom {
	display: none;
}

.nav-item-atc {
	text-align: right;
    margin-top: 24px;
}

.nav-atc {
	background: transparent;
	font-weight: 600;
	appearance: none;
	border: 0;
	outline: 0;
	font-size: 15px;
	letter-spacing: .8px;
	padding: 0;
}

.nav-atc > * {
	pointer-events: none;
}

.nav-atc:hover {
	color: #005a8b;
}

.nav-atc:hover span {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.product-section-tabs {
		display: none;
	}
}

@media (min-width: 768px) {
	.n_kee-develop .product-section-upsell {
		margin-top: 0 !important;
		padding-top: 80px !important;
	}
}

@media (min-width: 992px) {
	.pdp-side-description {
		margin-top: 32px;
	}

	#_jstl__images {
		position: sticky;
		top: 160px;
	}
}

/* Product benefits */

.n_kee-main .kee-exp-pdp-subtitle {
	display: none;
}

.pdp-subtitle {
	color: black;
    opacity: .7;
    font-weight: 400;
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 0;
}

.pdp-benefits {
	margin: 16px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.pdp-benefits li {
	display: flex;
	align-items: center;
	gap: 6px;
}

.pdp-benefits li *:not(i) {
	all: unset !important;
}

.price-test-options {
	display: none;
}


#n_product .flex-badge {
	display: flex!important;
	gap: 15px;
}
@media (max-width:768px) {
	#algolia-overlay{
		margin-top: 60px;
	}
}

.hide-desktop {
	display: none !important;
}

.floating-footer-menu {
	display: none;
	position: absolute;
	top: 62vh;
	z-index: 1000000000000000;
	width: 91%;
}

.floating-footer-menu a {
	display: block;
	color: #fff;
}

.floating-footer-menu hr {
	background-color: #fff;
}

.floating-footer-menu a:nth-child(1) {
	font-weight: bold;
}

@media (max-width:768px) {
	 .hide-mobile {
		display: none !important;
	}

	 .hide-desktop {
		display: block !important;
	}

	 .mobile-btn {
		width: 44px;
	}

	 #magnifySearch-mob svg {
		width: 25px !important;
	}

	 #magnifySearch-mob {
		background-color: #fff;
		color: #000;
		display: block;
		max-width: 80%;
		margin: auto;
		border-radius: 40px;
		padding: 6px;
		font-size: 14px;
		font-weight: bolder;
		color: #005a8b;
		cursor: pointer;
		text-decoration: none;
	}

	

	.Sticky-nav .floating-footer-menu {
		display: block !important;
	}

	 .kee-exp-2024-search ~ li {
		display: block !important;
	}

    .logo-swau {
		text-align: center;
	}

	 .kee-exp-2024-search {
		display: none;
	}

	 .search-block-page {
		background-color: transparent;
		border: none;
		box-shadow: none;
		padding: 0 !important;
		margin-top: 0 !important;
	}

	 .kee-exp-2024-search-section {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.wrapper-header .hide-desktop.navbar-wrap {
		order: 9;
	}
}

.yt-btn i{
	font-size: 32px;
	color: red;
}
.yt-btn{
	display: flex;
    align-items: center;
    gap: 5px;
	margin-top: 10px;
	font-weight: bold;
	cursor: pointer;
}

@media (max-width:576px) {
	#video-prev-box iframe{
		width: 95%!important;
		height: auto!important;
	}
}


.sw-checkout {
	display: none !important;
}
@media (max-width: 767px) {
	.sw-checkout {
		display: block !important;
	}
	.cartTable tr {
		display: flex;
		width: 100%;
		gap: 8px;
		padding: 16px 0;
	}

	.cartTable td {
		display: block;
		padding: 0;
	}

	.cartTable td:nth-child(2) {
		flex: 1;
	}

	.cartTable tr:first-child td {
		width: 100%;
	}

	.cartTable--column-image {
		flex: 0 0 80px;
	}

	.cartTable--column-image img {
		min-width: unset;
		max-width: unset;
		width: 100%;
	}

	.sw-checkout-default-info {
		display: block !important;
	}

	.sw-checkout-default-info > div:first-child {
		display: none;
	}

	.sw-checkout-default-info > div:nth-child(2) {
		display: none;
	}

	.sw-checkout-hide {
		display: none !important;
	}

	.sw-checkout-payment-icons {
		padding-top: 0 !important;
	}

	.sw-checkout-payment-icons .zip-script {
		width: 100%;
		padding-top: 24px !important;
	}

	.sw-checkout-payment-icons .payment-methods {
		margin-bottom: 0 !important;
	}

	.sw-checkout {
		margin-top: 32px;
	}

	.sw-checkout-item {
		margin-bottom: 12px;
	}

	.sw-checkout-item a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		text-decoration: none;
		transition: .2s;
	}

	.sw-checkout-item a span {
		font-weight: 600;
		font-size: 18px;
	}

	.sw-checkout-item a .fa {
		display: block;
	}

	.sw-checkout-item a:not(.collapsed) .fa {
		transform: rotate(180deg);
	}

	.sw-checkout-item form {
		padding: 16px 0 32px;
	}

	#n_checkout .trust-pilot-box {
		margin-top: -32px;
	}
}

.pdp-side-description .video-cta {
	max-height: 310px;
}
.tech-help-box{
	display: flex;
	justify-content: flex-end;
	img {
		max-width: 40px !important;
	}
}
.tech-help {
	background: #005a8b;
    color: #fff;
    width: max-content;
    padding: 10px 20px;
    text-align: left;
    display: flex;
    font-size: 12px;
    border-radius: 40px;
    gap: 12px;
}

#clps-desc .tech-help-box {
	margin-bottom: 20px;
}

/* .v2 */
.tech-help-box.v2 {
    justify-content: center;
    background: #fff;
    padding: 40px 0 0 0;
}
.v2 {
	padding: 20px;
	.tech-help{
	align-items: center;
	font-size: 16px;
	img{
		max-width: 30px;
	}
 }
}

/* v3 */
.v3 {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 8100;
    transform: translateY(-50%);
	.tech-help{
		font-size: 12px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
}

.tech-help-box.v3 a {
	color: white;
}

@media (max-width:768px) {
	.v3{
		.tech-help{
			a{
				display: none;
			}
		}
	}
.v3-active a{
	display: block!important;
	color: #fff;
	text-decoration: none;
}

.tech-help-box.v3 img {
	cursor: pointer;
}
}

.n_kee-main {
	.v1, .v2, .v3 {
		display: none;
	}
}
.kee-bundle-atc {
    background: #f4aa5c!important;
}
.info-pdf{
	background: #005a8b;
    padding: 10px 20px;
    display: flex;
    width: fit-content;
    color: #fff;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 30px;
    text-decoration: none;
    font-size: 12px;
    min-width: 230px;
    justify-content: space-around;
    border-radius: 30px;
	align-items: anchor-center;
	cursor: pointer;
}
.info-pdf:hover{
	text-decoration: none!important;
	opacity: 0.8;
	color: #fff;
}
.info-pdf img{
	max-width: 23px!important;
}

@media (max-width:768px) {
	.sw-checkout-coupon { display: none !important; }
}

.payment-methods-top img {
	height: 36px;
}

.payment-method-security img {
	height: 56px;
	width: auto;
}

@media (min-width: 1200px) {
	.payment-methods-top { justify-content: flex-start; }
	.payment-methods-top li { order: initial; }
	.payment-methods-top li:nth-child(8) { order: 9; }
	.payment-methods-top li:nth-child(9) { order: 10; }
	.payment-methods-top li:nth-child(10) { order: 8; }
}

#n_customer_account [aria-label="Account Options"] .btn-outline-secondary {
	color: #005a8b !important;
}

#n_customer_account [aria-label="Account Options"] .btn-outline-secondary p {
	max-width: 240px;
	margin: auto;
}

#n_customer_account .my_acct .row.btn-stack {
	gap: 12px;
	margin: 0;
}

#n_customer_account .my_acct .row.btn-stack .col-12 {
	flex: 1;
	max-width: 50%;
	padding: 0;
	margin: 0;
}

#n_customer_account .my_acct .row.btn-stack button {
	font-size: 14px;
	padding: 8px 16px;
	white-space: nowrap;
}

@media (max-width: 360px) {
	#n_customer_account .my_acct .row.btn-stack .col-12 {
		max-width: 100%;
	}
}

.f-header {
	display: flex;
    height: 200px;
    align-items: center;
    background: #4277a1;
    padding: 5%;
    font-size: 32px;
    background-image: url(https://shop.spaworld.com.au/assets/images/1600830405-powerpro-swim-current-jet.jpg);
    background-size: cover;
    background-position: center;
	position:relative;
	color:#fff;
	p{
		z-index: 1;
		margin: 0!important;
	}
	.asterisk{
		color:red;
		margin-left:5px;
	}
}
.f-header:before{
	content:'';
	display:block;
	background: #02415ab3;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.f-box {
    background: #fff;
	margin-top:80px;
	form{
		padding: 10% 5%;
		.input-field{
			width:400px;
			height:40px;
			max-width:100%;
			border-color: rgb(191 173 173);
			border: 1px solid #c6c3c3 !important;
		}
		p {
				margin: 0!important;
			}
		p:nth-child(1){
			margin-top:20px!important;
			label{
				margin:0
			}
		}
		.button{
			background:#005b8a;
			color:#fff;
			width:200px!important;
			margin: 20px 0!important;
			border:none;
			padding:10px;
			border-radius:50px
		}
	}
}
#mc-SMSPHONE-ack {
	margin-top: 10px;
}








.siq_bR
 {
    bottom: 100px!important;
}
.search-new{
	#hits-swe {
		.ais-Hits-item {
			width: 32%;
		}

		.buying-options
		{
			display: none;
		}
		.ais-Hits-list {
			gap: 10px;
		}
		.card{
			height: 100%;
			margin: 0!important;
		}
		.search_price_main, .search_price_main .price-main {
			font-size: 14px !important;
			display: none;
		}
		.card-img-top{
			height: 162px!important;
		}
		.btn-block{
			background-color: #f5aa5d!important;
			color: #fff!important;
		}
	}
}

.search-new{
	#hits-swau {
		.search__finance{
			display: none;
		}
		.card{
			display: flex;
			flex-direction: row;
			margin-bottom:5px!important;
			h4 {
				margin: 0!important;
			}
		}
		.thumbnail-image{
			padding: 0!important;
		}
		.card-img-top{
			width: 38px;
		}
		.card-body{
			padding: 3px 1.25rem;
			a{
				font-size: 12px;
			}
		}
		.btn{
			display:none!important;
		}
	}
}
@media (min-width: 768px) {
	.search-new{
	.algolia-overlay-container {
		min-height: 630px;
	}
}
}

.search-new{
	#hits-learn{
		.card{
			display: flex;
			flex-direction: row;
			margin-bottom:5px!important;
			h4 {
				margin: 0!important;
			}
			a {
				background-color: #ffffff!important;
				height: auto!important;
				align-content: center;
				font-size: 12px;
			}
		}
			.thumbnail-image{
			padding: 0!important;
		}
		.card-img-top{
			width: 38px;
		}
		img{
			max-height:62px
		}
		.card-body{
			padding: 3px 1.25rem;
		}
		.btn{
			display:none!important;
		}
	}

}

@media (max-width:991px) {
	.search-new {
			#hits-learn-exp, #hits-swau-exp{
				display:none!important;
			}
}
}

@media (max-width:600px) {
	.search-new{
	#hits-swe {
		.ais-Hits-item {
			width: 48%;
		}
	}
}

}

.shipping-insurance{
	/* display: none!important; */
}


/* search exp  p-2 */
@media (max-width:768px) {
	#algolia-overlay{
		margin-top: 20px!important;
	}
	.algolia-active {
		overflow: hidden;
	}
	#algolia-overlay .container {
		height: 80vh;
		overflow: scroll;
	}
}


/* pdp updates */

#n_product{
	.main-image, .product-image-small{
		border: none;
	}
	.section-breadcrumb.container{
		border: none;
	}
	.main-thumbs {
		display: flex;
		gap: 10px;
		padding: 10px 0;
			img{
				width:80px;
			}
	}

	.text-badge-primary-label {
		background: no-repeat;
		color: #58a75c;
		font-weight: 600;
		font-size: 13px;
		padding-left: 0;
	}
	.wrapper-pricing{
		margin-top: 20px;
	}
}

/* Headroom JS */
@media (max-width:768px) {
	.headroom--not-top {
		transition: .3s cubic-bezier(.2,.6,.22,1);
		position: sticky !important;
		top: 0 !important;
	  }

	  .headroom--pinned {
		transform: translateY(0);
	  }

	  .headroom--unpinned {
		transform: translateY(-100%);
	  }
}
#suburb_search_btn {
	padding: 0.4rem 1.25rem;
}

/* pdp updates */

#n_product{
	.main-image, .product-image-small{
		border: none;
	}
	.section-breadcrumb.container{
		border: none;
	}
	.main-thumbs {
		display: flex;
		gap: 10px;
		padding: 10px 0;
			img{
				width:80px;
			}
	}	

	.text-badge-primary-label {
		background: no-repeat;
		color: #58a75c;
		font-weight: 600;
		font-size: 13px;
		padding-left: 0;
	}
	.wrapper-pricing{
		margin-top: 20px;
	}
}

#viewall-swe .row > .col {
	display: flex;
	flex-direction: column;
}

#viewall-swe .col .card {
	height: 100%;
}

#viewall-swe .col .card-body {
	display: flex;
	flex-direction: column;
}

#viewall-swe .col .card-title {
	flex-grow: 1;
	font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}

#viewall-swe .col .search_price_main {
	font-size: 16px !important;
	color: black;
	font-weight: 500;
}

#viewall-swe .col .search_price_main .price-main {
	font-size: inherit !important;
	font-weight: 600;
}

#viewall-swe .col .search_price_main .badge {
	padding: 8px 16px !important;
	font-size: 15px !important;
	float: right;
}

.category-search-panel__results #viewall-swe {
	margin-left: -15px;
	margin-right: -15px;
}

body:has(.category-search-panel__results .card) .kee-floating-filters.keeff-visible {
	display: none !important;
}
#n_checkout #kxc-header {
    display: none!important;
}

/* Category description read more/less */
.category-description {
	margin-bottom: 24px;
	background: white;
    padding: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
	border-radius: 14px;
}

.category-description-content {
	max-height: 4.5em;
	overflow: hidden;
	line-height: 1.5em;
}

.category-description-content p {
	margin: 0 0 0.75em;
}

.category-description-content p:last-child {
	margin-bottom: 0;
}

.category-description.expanded .category-description-content {
	max-height: none;
}

.category-description-toggle {
	display: none;
	background: none;
	border: none;
	padding: 8px 0 0;
	margin: 0;
	color: #0085c3;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
}

.category-description-toggle:hover,
.category-description-toggle:focus {
	color: #005177;
}