body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #595f5f;
	background-image: none;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
a,
.btn {
	-o-transition: color .3s, background .3s, border-color .3s;
	-ms-transition: color .3s, background .3s, border-color .3s;
	-moz-transition: color .3s, background .3s, border-color .3s;
	-webkit-transition: color .3s, background .3s, border-color .3s;
	  transition: color .3s, background .3s, border-color .3s;
}
a:hover,
a:focus {
	text-decoration: none;
}
.form-control {
	box-shadow: none;
	border-color: #ededed;
}
.n-wrapper-form-control select {
	box-shadow: none;
	border-color: #ededed;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar {
	min-height: inherit;
	margin-bottom: 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navigation-list li {
    width: 23.9%;
}
.navigation-list li a {
	color: #fff;
}
.wrap-left-menu .navigation-list li a {
	color: #fff;
}
.carousel-control.right,
.carousel-control.left {
	background: none;
	filter: -;
}
.ccwrap {
	float: left;
}
.nsearchinput-pl.well {
	margin-top: 35px !important;
	box-shadow: none;
	border-color: #ccc;
}
hr {
	border-color: #e1e1e1;
}
h1,
h2,
h3,
h4 {
	font-weight: 700;
	color: #010015;
	text-transform: uppercase;
}
.upsell-head {
	color: #1c99d9;
	text-transform: none;
	font-size: 20px;
}
.feature-head {
	color: #1c99d9;
	font-size: 15px;
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	80% {
		-moz-transform: translateY(10px);
	}
	100% {
		-moz-transform: translateY(0);
	}
}
@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	80% {
		-o-transform: translateY(10px);
	}
	100% {
		-o-transform: translateY(0);
	}
}
@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	80% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
/* Thumbs */
.thumbnail {
	border-color: #e4eaf4;
}
.thumbnail .caption h3 {
    line-height: 1.4;
    height: 4em;
    overflow: hidden;
	font-size: 15px;
	font-weight: 700;
	text-transform: none;
}
.thumbnail .caption h3 a,
.thumb_list h3 a  {
	color: #1c99d9;
}
.caption .price {
    font-size: 18px;
	font-weight: 700;
    height: 22px;
}
/* Breadcrumbs */
.breadcrumb {
   padding: 20px 0;
    background: none;
    border-radius: 0;
    font-size: 15px;
    margin-bottom: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
 	padding-left: 5px;
    padding-right: 2px;
    float: left;
  color: #595f5f;
}
.breadcrumb > li > a {
	color: #1c99d9;
}
/* Sidebar */
.panel {
	box-shadow: none;
}
#left-sidebar .panel-default {
	border: none;
}
#left-sidebar .panel-default > .panel-heading {
	padding: 8px 15px;
	color: #fff;
    background-color: #1c99d9;
    border-color: #1c99d9;
	text-align: center;
}
#left-sidebar .panel-default > .panel-heading .panel-title {
	text-transform: none;
	font-size: 18px;
}
#left-sidebar .list-group-item {
    background-color: #fff;
    border: 1px solid #fff;
	border-radius: 0 !important;
}
#left-sidebar .list-group-item.thumbnail-box {
	border-top-color: #e4eaf4;
	border-radius: 0 !important;
}
#left-sidebar .list-group-item.thumbnail-box h5 {
	font-size: 14px;
}
#left-sidebar .list-group-item.thumbnail-box a {
	color: #1c99d9;
}
#left-sidebar .list-group h4,
#left-sidebar .list-group .h4 {
	font-size: 15px;
	font-weight: 700;
	text-transform: none;
    display: inline-block;
}
.icon-categ {
	width: 35px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon-categ.png) no-repeat left top;
}
#left-sidebar .list-categ-group > li > a > i {
	color: #1c99d9;
    position: absolute;
    right: 0;
    bottom: auto;
    top: calc(50% - 6px);
}
.panel-shipping-box {
	background: #e4eaf4 !important;
}
.panel-shipping-box .panel-title {
	text-transform: none !important;
}
.page-header {
    margin-top: 15px;
}
@media (max-width: 991px) {
	#left-sidebar .panel-default > .panel-heading .panel-title {
		font-size: 14px;
	}
	#left-sidebar .panel-default > .panel-heading {
		padding: 8px 10px;
	}
}

/* Icons */

.icon-custom {
	display: inline-block;
	vertical-align: middle;
}

.icon-shopping-cart {
	width: 23px;
	height: 21px;
	background: url(../img/shopping-cart.png) no-repeat left top;
}

.icon-shopping-cart-mob {
	width: 24px;
	height: 21px;
	background: url(../img/shopping-cart-mob.png) no-repeat left top;
}

.icon-shopping-cart-mob-side {
	width: 23px;
	height: 21px;
	background: url(../img/shopping-cart-mob-side.png) no-repeat left top;
}

/* Header */

.wrapper-header {
	padding: 7px 0;
}

.header-logo .logo {
	margin-top: 0;
}

.header-logo .logo,
.header-logo .logo:focus,
.header-logo .logo:active,
.header-logo .logo:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

@media (max-width: 991px) {

	.header-logo .logo {
		max-width: 146px;
	}

}

.header-right {
	padding-top: 8px;
	padding-left: 0;
}

@media (max-width: 767px) {

	.wrapper-header {
		padding: 0;
	}

	.header-right {
		padding-top: 0;
		padding-left: 15px;
		border-bottom: 1px solid #eee;
	}

}

/** Top links **/

.toplinks {
	width:auto;
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

.toplinks > li {
	float: left;
	border-right: 1px solid #aaa;
}

.toplinks > li:last-child {
	border-right: none;
}

.toplinks > li > a {
	display: block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 13px;
	color: #274150;
}

.toplinks > li.top-acct > a {
	font-weight: 700;
}

.toplinks > li:last-child > a {
	padding-right: 0;
}

.toplinks > li > a i {
	margin-right: 4px;
}

.toplinks > li > a:hover,
.toplinks > li > a:focus {
	color: #1C99D9;
}

@media (max-width: 991px) {

	.toplinks > li > a {
		padding: 0 6px;
		font-size: 11px;
		line-height: 12px;
	}

}

/** Top Social, Search and Cart **/

/*** Social Icons ***/

.top-social-search-cart {
	width: auto;
	float: right;
	margin-top: 34px;
}

@media (max-width: 991px) {

	.top-social-search-cart {
		margin-top: 24px;
	}

}

@media (max-width: 767px) {

	.top-social-search-cart {
		margin-top: 0;
		width: 100%;
	}

}


.top-social {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 54px;
	list-style: none;
}

.top-social li {
	padding: 5px 16px 4px;
	float: left;
}

.top-social li a {
	color: #9AA4A4;
	font-size: 17px;
	display: block;
}

.top-social li a:hover,
.top-social li a:focus {
	color: #1C99D9;
}

@media (max-width: 1199px) {

	.top-social {
		margin-right: 34px;
	}

	.top-social li {
		padding: 5px 10px 4px;
	}

}

@media (max-width: 991.98px) {

	.top-social {
		margin-right: 14px;
	}

}

@media (max-width: 767px) {

	.top-social {
		width: 100%;
		float: left;
		margin-right: 0;
		text-align: center;
	}

	.top-social li {
		padding: 5px 13px 4px;
		float: none;
		display: inline-block;
	}

	.top-social li a {
		font-size: 15px;
	}

}

/*** Search ***/

.header-search {
	margin-top: 0;
	width: 362px;
	float: left;
}

.header-search .form-control {
	height: 35px;
	padding: 6px 17px;
	border-color: #ccc;
	border-right: none;
}

.header-search .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #ccc;
}

.header-search .btn {
	padding: 4px 10px 5px;
	border-color: #ccc;
	background: #fff;
	color: #1C99D9;
	font-size: 17px;
	border-left: none;
}

.header-search .btn:hover,
.header-search .btn:focus {
	border-color: #ccc;
	background: #fff;
	color: #0B7BB4;
	outline: none;
	box-shadow: none;
}

.header-search .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 4px 0 0 4px;
}

@media (max-width: 1199px) {

	.header-search {
		width: 282px;
	}

}

@media (max-width: 991px) {

	.header-search {
		width: 222px;
	}

}

@media (max-width: 767px) {

	.header-search {
		width: 100%;
        margin-bottom: 25px;
	}

}


/*** Header Cart ***/

#header-cart {
	width: auto;
	float: left;
	margin-left: 50px;
	margin-top: 0;
}

#header-cart > a {
	padding: 3px 0 2px;
	display: block;
	color: #595F5F;
}

#header-cart > a .fa-shopping-cart {
	font-size: 26px;
	vertical-align: middle;
}

#header-cart > a .fa-angle-down {
	font-size: 16px;
	vertical-align: middle;
}

.itm-cnt {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 6px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	background: #82C134;
	border-radius: 50%;
}

#header-cart.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

@media (max-width: 1199px) {

	#header-cart {
		margin-left: 30px;
	}

}

@media (max-width: 991px) {

	#header-cart {
		margin-left: 20px;
	}

}

/* Nav */

.wrapper-nav {
	background: #1C99D9;
}

.wrapper-nav .nav {
  width: 100%;
  text-align: center;
}

.wrapper-nav .nav > li {
  float: none;
  display: inline-block;
}

.wrapper-nav .nav > li > a {
	position: relative;
	padding: 13px 7px 12px;
	display: block;
  font-size: 14px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}

.wrapper-nav .nav > li.dropdown > a:after {
	border-top: 7px solid transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 10001;
	left: 50%;
	bottom: -6px;
	margin-left: -9px;
}

.wrapper-nav .nav > li > a i {
	margin-left: 7px;
}

.wrapper-nav .nav > li.dropdown:hover > a:after,
.wrapper-nav .nav > li.dropdown:focus > a:after {
	border-top: 7px solid transparent;
}

.wrapper-nav .nav > li:hover > a,
.wrapper-nav .nav > li:focus > a {
	background: transparent;
	color: #fff;
}

.wrapper-nav .nav > li.sale-lnk:hover > a,
.wrapper-nav .nav > li.sale-lnk:focus > a {
	background: #0B7BB4;
	color: #fff;
}

.wrapper-nav .menu-products.dropdown {
	position: static;
}

.wrapper-nav .menu-products .dropdown-menu {
  position: absolute !important;
	width: 100%;
	border-radius: 0;
	margin: 0;
	top: auto;
	border: 1px solid #EEEEEE;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
}
@media (min-width: 768px) {
	.wrapper-nav .dropdown-hover:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		padding: 0px;
	}
	.wrapper-nav .dropdown-menu {
    display: block;
  }
}
.wrap-sub-categ {
	width: 100%;
	float: left;
	margin: 0;
	list-style: none;
}

.wrapper-nav .wrap-sub-categ ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wrapper-nav .wrap-sub-categ a {
	position: relative;
	display: block;
	color: #010101;
	font-size: 18px;
	line-height: 41px;
	padding: 0px;
}

.wrapper-nav .wrap-sub-categ ul>li:first-child a {
	font-size: 22px;
	line-height: 26px;
	font-weight: 800;
	color: #474747;
	margin-bottom: 14px;
	margin-top: 8px;
	text-transform: uppercase;
}

.wrapper-nav .wrap-sub-categ .lv2-li:last-child {
	border-bottom: none;
}
.wrapper-nav .wrap-sub-categ .lv2-li > .subcateg-img {
	width: 95px;
	height: 95px;
	line-height: 95px;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.wrapper-nav .wrap-sub-categ .lv2-li > .subcateg-img a {
	padding: 0;
}

.wrapper-nav .wrap-sub-categ .lv2-li > .subcateg-img img {
	max-width: 100%;
	max-height: 95px;
}
.wrapper-nav .wrap-sub-categ .subcateg-img .caption {
	position: absolute; 
	left:	50%; 
	bottom: 41px;
	transform: translateX(-50%);
	padding: 20px 21px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #474747;
}
.wrapper-nav .wrap-sub-categ .subcateg-img .caption:hover {
	background-color: #474747;
}
.wrapper-nav .wrap-sub-categ .subcateg-img .caption:hover a {
	color: #fff;
}
.wrapper-nav .wrap-sub-categ .subcateg-img .caption a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #474747;
	text-transform: uppercase;
	white-space: nowrap;
}
.wrapper-nav .wrap-sub-categ .lv2-li > .subcateg-name {
	margin-bottom: 9px;
}
.wrapper-nav .wrap-sub-categ .lv2-li > .subcateg-name a {
	font-size: 20px;
	line-height: 24px;
	color: #474747;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px;
}
.wrapper-nav .wrap-sub-categ .lv2-li > .subcateg-img a:before,
.wrapper-nav .wrap-sub-categ .lv2-li > .subcateg-name a:before {
	display: none;
}

.wrapper-nav .wrap-sub-categ a:hover,
.wrapper-nav .wrap-sub-categ a:focus {
	color: #06A4EA;
}

.wrapper-nav .wrap-sub-categ .lv2-li > .subcateg-name a:hover,
.wrapper-nav .wrap-sub-categ .lv2-li > .subcateg-name a:focus {
	color: #06A4EA;
}

@media (min-width: 768px) {
	.wrapper-nav .navbar-nav > li {
  	position: unset;
  }
	.wrapper-nav .menu-products.dropdown {
		position: initial;
	}
}
@media (max-width: 991.98px) {
	.wrapper-nav .wrap-sub-categ a {
		font-size: 12px;
		line-height: 15px;
	}
	.wrapper-nav .wrap-sub-categ .lv2-li > .subcateg-name a {
		font-size: 13px;
		line-height: 16px;
	}
}

/** Header Mobile **/

.wrapper-mob-nav {
	padding: 11px 15px;
}

.wrapper-mob-nav > ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.wrapper-mob-nav > ul > li {
	width: 20%;
	display: inline-block;
  vertical-align: middle;
}

.wrapper-mob-nav > ul > li > a {
	display: inline-block;
	font-size: 20px;
	color: #06A4EA;
	text-transform: uppercase;
}

.mob-menu-toggle {
	text-align: left;
}

.mob-cart {
	text-align: right;
}

.mob-cart > a {
	position: relative;
}

.mob-cart .itm-cnt {
	position: absolute;
	top: -12px;
	right: -14px;
	width: 25px;
	height: 25px;
	margin-left: 0;
	line-height: 25px;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.mob-logo {
	width: 54% !important;
	text-align: center;
	padding-top: 0 !important;
}

.mob-logo img {
	margin-top: 0;
	width: 146px;
	max-width: 100%;
}

@media (max-width: 991px) {
	.sidebar-offcanvas {
		position: fixed;
		top: 0;
		right: 0;
		width: 375px;          
		max-width: 100%;      
		height: 100%;
		background: #fff;
		transform: translateX(100%); 
		transition: transform 0.25s ease-out;
		z-index: 11;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		left: auto !important;
	}
	.sidebar-offcanvas.active {
		transform: translateX(0);
		z-index: 90011;
	}
	.sidebar-offcanvas .navbar-default {
		position: relative;
		width: 100% !important;
		height: 100%;
		background: #fff;
		zoom: 1;
		display: flex;
    justify-content: space-between;
    flex-direction: column;
		padding-top: 55px;
	}
	.sidebar-offcanvas .navbar-nav-mob {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
	}
	.top-mob-acctcart {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #eaeaea;
		display: flex;
    flex-direction: column;
		position: relative;
		padding-top: 50px;
	}
	.top-mob-acctcart::before {
    content: "";
    position: absolute;
    inset: 0; 
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 395.735 186' xmlns='http://www.w3.org/2000/svg' fill='none'><path d='M0 177.936C36.5184 183.628 69.49 180.467 114.308 173.442C159.125 166.417 219.032 176.295 260.12 183.156C301.207 190.018 359.057 184.651 392.888 165.005L395.735 0L1.02946 0L0 177.936Z' fill='rgb(246,252,254)' fill-rule='evenodd' transform='matrix(1,0,0,-1,0,186)'/></svg>") 
        no-repeat center top;
    background-size: 100% auto; 
}
	.top-mob-acctcart > li {
		width: 100%;
		z-index: 0;
		background-color: #f6fcfe;
	}
	.top-mob-acctcart > li > a {
		display: block;
		text-align: center;
		font-size: 13px;
		color: #fff;
	}
	.top-mob-acctcart > li > a i {
		margin-right: 7px;
	}

	.top-mob-acctcart > li.topmobacct > a,
	.top-mob-acctcart > li.topmobcart > a,
	.top-mob-acctcart > li.topmobcontact > a
	{
		padding: 16.5px 20px;
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		color: #000;
		display: flex;
		justify-content: space-between;
		text-transform: uppercase;
		align-items: center;
		background-color: #f6fcfe;
	}
	.top-mob-acctcart > li > a svg {
		width: 22px;
		height: 22px;
	} 
	.top-mob-acctcart > li.topmobcontact {
		padding-bottom: 12px;
	}
	.top-mob-acctcart > li.topmobcart > a span {
		font-weight: 700;
	}
	.navbar-nav-mob-acct {
		list-style: none;
    margin: 0;
    padding: 0;
    background: #232323;
	}
	.navbar-nav-mob-acct > li > a {
		padding: 9px 40px 9px 15px;
		color: #274150;
		text-transform: uppercase;
		display: block;
		font-size: 14px;
		font-weight: 700;
	}

	.navbar-nav-mob-acct > li > a > i {
		margin-right: 7px;
	}

	#mob-menu-cat {
		list-style: none;
	}

	#mob-menu-cat ul {
		list-style: none;
	}

	#mob-menu-cat li a {
		position: relative;
		color: #274150;
		font-size: 13px;
		display: block;
	}

	#mob-menu-cat .collapse-menu {
		padding: 0;
	}
	#mob-menu-cat > li > a {
		background: #fff;
		padding: 20.5px 37px 20.5px 20px;
		text-transform: uppercase;
		color: #000;
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		border-bottom: none;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one,
	#mob-menu-cat .collapse-menu.collapse-menu-two {
		background: #fff;
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		z-index: 1;
		right: 0px;
		margin-top: 70px;
		padding-left: 22px;
		padding-right: 25px;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-two {
		top: -70px;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one>li {
		padding: 12px 20px;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one > li > a,
	#mob-menu-cat .collapse-menu.collapse-menu-two > li > a {
		font-size: 12px;
		font-weight: 700;
		line-height: 14px;
		text-transform: uppercase;
		color: #000;
		border-bottom: none;
		padding: 0px;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-two>li {
		padding: 17.5px 20px;
		background-color: #fff;
	}
#mob-menu-cat .collapse-menu-one.collapse.in,
#mob-menu-cat .collapse-menu-two.collapse.in {
    display: block;
    display: flex;
    flex-direction: column;
}
#mob-menu-cat .collapse-menu-one.collapse.in li:last-child,
#mob-menu-cat .collapse-menu-two.collapse.in  li:last-child {
  	flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
	#mob-menu-cat .collapse-menu.collapse-menu-one>li:last-child,
	#mob-menu-cat .collapse-menu.collapse-menu-two>li:last-child {
		padding: 0px;
	}
	#mob-menu-cat .subcateg-img {
    padding-top: 76%;
		position: relative;
		margin-left: -22px;
    margin-right: -25px;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one>li:nth-child(2) .subcateg-img {
		display: block !important;
		visibility: visible !important;
	}
	#mob-menu-cat .subcateg-img .caption {
		position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
		padding: 14px 26.5px;
		border: 1px solid #010101;
		border-radius: 5px;
	}
	#mob-menu-cat .subcateg-img .caption a {
		font-size: 12px;
		line-height: 24px;
		font-weight: 700;
		color: #474747;
		text-transform: uppercase;
		padding: 0px 20px;
		white-space: nowrap;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one > .category-title,
	#mob-menu-cat .collapse-menu.collapse-menu-two > .category-title {
		padding: 0px;
		margin-bottom: 19px;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one > .category-title > a,
	#mob-menu-cat .collapse-menu.collapse-menu-two > .category-title > a  {
		font-size: 20px;
		line-height: 24px;
		color: #06A5EA;
		text-transform: uppercase;
	}
	#mob-menu-cat .category-title .mob-drop.collapsed:after {
		content: "GO BACK";
		left: 0px;
		display: inline-flex;
		align-items: center;
		justify-content: end;
		width: 75px;
		height: 15px;
		font-size: 12px;
		color: black;
		top: -42px;
		background: none;
	}
	#mob-menu-cat .category-title .mob-drop.collapsed:before {
		content: "";
		left: 0px;
		width: 75px;
		height: 15px;
		background: url("/assets/images/download.svg") no-repeat left center;
		top: -49px;
		position: absolute;
	}
	@supports (-webkit-touch-callout: none) {
		#mob-menu-cat .category-title .mob-drop.collapsed:before {
			transform: rotate(180deg);
		transform-origin: left center;
		left: 15px;
		}
	}

	#mob-menu-cat .mob-drop:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 15px;
    height: 15px;
		transform: translateY(-50%);
		top: 50%;
    right: 20px;
		background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg' fill='none'><rect width='15' height='15' fill='white' fill-opacity='0'/><path d='M0.912598 7.5L14.0879 7.5' stroke='black' stroke-width='1.5'/><path d='M7.06494 13.9453L13.887 7.94004C13.9494 7.88505 13.9993 7.81743 14.0335 7.74166C14.0677 7.66589 14.0854 7.58372 14.0854 7.50059C14.0854 7.41746 14.0677 7.33528 14.0335 7.25951C13.9993 7.18374 13.9494 7.11612 13.887 7.06113L7.06494 1.05469' fill-rule='nonzero' stroke='black' stroke-width='1.5'/></svg>") no-repeat center center;
    background-size: contain;
	}

	#mob-menu-cat .collapse-menu-one .mob-drop:after {
		right: 0px;
	}

	#mob-menu-cat .collapse-menu.collapse-menu-one > li > a.mob-drop:after,
	#mob-menu-cat .collapse-menu.collapse-menu-two > li > a.mob-drop:after {
		line-height: 35px;
	}
	#mob-menu-cat .mob-drop.collapsed:after {
		content: "";
		color: #06A4EA;
	}
		
	.mob-acct-lnk {
		border: none !important;
	}

	.mob-acct-lnk a {
		background: #232323 !important;
	}

	.closemenu {
		position: absolute;
		top: 20px;
		right: 19px;
		cursor: default;
		width: unset;
    height: unset;
    font-size: unset;
	}
	.closemenu svg {
    text-align: center;
    
	}
	.overlapblackbg {
		position: absolute;
		top: 0;
		right: -20%;
		width: 20%;
		height: 100%;
		cursor: default;
		font-size: 20px;
	}
	body:before {
		content: '';
		background: rgba(51,51,51,0.75);
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
		opacity: 0;
		visibility: hidden;
		z-index: 9;
	}
	body.mobile-menu-active {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
	body.mobile-menu-active:before {
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 767px) {
	.sidebar-offcanvas .navbar-default {
		position: relative;
		width: 83.33333333333334%;
	}
}

@media (max-width: 400px) {
	.sidebar-offcanvas .navbar-default {
		width: 90%;
	}
}

@media (max-width: 400px) {
	.mob-logo {
		width: 52% !important;
	}
}


/* USP */

.wrapper-usp {
	padding: 9px 0 12px;
	background: #E4EAF4;
}

.wrapper-usp ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}

.wrapper-usp ul li {
	padding: 0 35px;
	display: inline-block;
	vertical-align: top;
}

.wrapper-usp ul li.usplnk {
	cursor: pointer;
}

.header-usp-img {
	width: 45px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.header-usp-img img {
	max-width: 100%;
}

.header-usp-text {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.header-usp-text h3 {
	margin-bottom: 2px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}

.header-usp-text p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 16px;
	color: #6A7474;
}

@media (max-width: 1199.98px) {

	.wrapper-usp ul li {
		padding: 0 20px;
	}

	.header-usp-img {
		width: 40px;
	}

	.header-usp-text h3 {
		font-size: 12px;
		line-height: 15px;
	}

	.header-usp-text p {
		font-size: 12px;
		line-height: 15px;
	}

}

@media (max-width: 1199.98px) {

	.wrapper-usp ul li {
		padding: 0 5px;
	}

	.header-usp-img {
		width: auto;
		margin-right: 5px;
	}

	.header-usp-text h3 {
		font-size: 11px;
		line-height: 14px;
	}

	.header-usp-text p {
		font-size: 11px;
		line-height: 14px;
	}

}

/* Home */
.wrap-three-ban {
	position: relative;
	width: 100%;
	height: 240px;
	margin-bottom: 10px;
}
.wrap-three-ban .homeads-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgba(28,153,217,0.70);
}
.wrap-three-ban .homeads-content h3 {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 300;
}
.wrap-three-ban .homeads-content h3 a {
	color: #fff;
}
.wrap-three-ban .homeads-content > a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.tabbable.tabhome {
	margin-bottom: 30px;
}
.tabbable.tabhome > ul {
	margin: 0 -15px;
	border-bottom: none;
}
.tabbable.tabhome > ul > li {
	float: left;
	padding: 0 15px;
	display: block;
	width: 33.33333333333333%;
	margin-bottom: 0;
}
.tabbable.tabhome > ul > li.tabs-half {
	width: 50%;
}
.tabbable.tabhome > ul > li > a {
	padding: 11px 20px;
	margin-right: 0;
	font-size: 18px;
	font-weight: 700;
	color: #595f5f;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	border-color: #e4eaf4;
	background: #e4eaf4;
}
.tabbable.tabhome > ul > li > a:hover {
 	background: #d9dee8;
	color: #595f5f;
	border-color: #d9dee8;
}
.tabbable.tabhome > ul > li.active > a,
.tabbable.tabhome > ul > li.active > a:hover,
.tabbable.tabhome > ul > li.active > a:focus {
	color: #fff;
	background-color: #82c134;
	border-color: #82c134;
	border-bottom-color: transparent;
	cursor: default;
}
.tabbable.tabhome > ul > li.active:after {
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -5px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #82c134;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.tabbable.tabhome .tab-content {
	border: none;
}
.tabbable.tabhome .tab-content {
	padding: 0;
	padding-top: 20px;
}
@media (max-width: 1199px) {
	.wrap-three-ban {
		height: 190px;
	}
	.wrap-three-ban .homeads-content h3 {
		font-size: 12px;
	}
	.wrap-three-ban .homeads-content > a {
		font-size: 12px;
	}
	.tabbable.tabhome > ul > li > a {
		padding: 11px 15px;
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.wrap-three-ban {
		height: 147px;
	}
	.wrap-three-ban .homeads-content {
		padding: 10px;
	}
	.wrap-three-ban .homeads-content h3 {
		font-size: 11px;
	}
	.wrap-three-ban .homeads-content > a {
		font-size: 11px;
	}
	.tabbable.tabhome > ul > li > a {
		padding: 11px 12px;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.tabbable.tabhome > ul {
		margin: 0;
	}
	.tabbable.tabhome > ul > li {
		padding: 0;
		width: auto;
	}
	.tabbable.tabhome > ul > li.tabs-half {
		width: auto;
	}
	.tabbable.tabhome > ul > li > a {
		padding: 8px;
		margin-right: 2px;
		font-size: 10px;
	}
}
@media (max-width: 500px) {
	.wrap-sban {
		width: 100%;
	}
	.wrap-three-ban {
		height: 157px;
		background-size: contain !important;
    	text-align: center;
	}
}

/* Product */
.main-image {
	border: 1px solid #ebebeb;
}
.row-alt-img {
	margin-left: -7px;
	margin-right: -7px;
}
.wrap-alt-img {
	padding-left: 7px;
	padding-right: 7px;
}
.wrap-alt-img img {
	border: 1px solid #ebebeb;
}
#n_product h1 {
    font-size: 20px;
	color: #595f5f;
}
.prodsub {
	font-size: 16px;
}
.productpricetext {
    font-size: 25px;
    font-weight: 700;
	color: #274150;
}
.row-pdf {
	padding-top: 20px;
}
.row-pdf a {
	text-transform: uppercase;
	font-size: 13px;
}
.btn-wishlist {
  color: #82c134;
  background-color: #ffffff;
  border-color: #82c134;
}
.btn-wishlist:hover,
.btn-wishlist:focus,
.btn-wishlist:active,
.btn-wishlist.active,
.open > .dropdown-toggle.btn-wishlist {
  color: #73aa30;
  background-color: #fff;
  border-color: #73aa30;
}
.btn-wishlist:active,
.btn-wishlist.active,
.open > .dropdown-toggle.btn-wishlist {
  background-image: none;
}
.btn-wishlist.disabled,
.btn-wishlist[disabled],
fieldset[disabled] .btn-wishlist,
.btn-wishlist.disabled:hover,
.btn-wishlist[disabled]:hover,
fieldset[disabled] .btn-wishlist:hover,
.btn-wishlist.disabled:focus,
.btn-wishlist[disabled]:focus,
fieldset[disabled] .btn-wishlist:focus,
.btn-wishlist.disabled:active,
.btn-wishlist[disabled]:active,
fieldset[disabled] .btn-wishlist:active,
.btn-wishlist.disabled.active,
.btn-wishlist[disabled].active,
fieldset[disabled] .btn-wishlist.active {
  background-color: #ffffff;
  border-color: #82c134;
}
.prod-btn .btn {
	padding: 11px 16px !important;
	font-size: 16px !important;
}
.row-ship-btn {
	margin-left: -7px;
	margin-right: -7px;
}
.wrap-ship-field {
	padding-left: 7px;
	padding-right: 7px;
}
/* Tabs */
.nav-tabs {
	border-bottom: 1px solid #d7d7d7;
}
.nav-tabs > li {
	margin-bottom: 0;
}
.nav-tabs > li > a {
	margin-right: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #274150;
	background-color: #e4eaf4;
	border: 1px solid #e4eaf4;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	background-color: #c7d8f4;
	border-color: #c7d8f4;
	color: #274150;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #1c99d9;
	border: 1px solid #1c99d9;
	border-bottom-color: #1c99d9;
	cursor: default;
}
.tab-content {
	border: 1px solid #e1e1e1;
	border-top: none;
	background: #fff;
}
.tab-content {
	padding: 20px;
}
.panel-product.panel-group .panel + .panel {
margin-top: 10px;
}
.panel-product .panel-default {
border: none;
box-shadow: none;
}
.panel-product .panel-heading {
padding: 0;
}
.panel-product .panel-heading h4 a {
display: block;
padding: 14px 16px;
}
.panel-product .panel-body {
border: none !important;
}
.panel-product .panel-title a {
background: #e4e4e4;
color: #274150;
font-size: 14px;
font-weight: 700;
}
.panel-product .panel-title a:before{
width: 24px;
    content: "\f146";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float:left;
    color:#274150;
}
.panel-product .panel-title a.collapsed {
background: #efefef;
color: #274150;
}
.panel-product .panel-title a.collapsed:before {
width: 24px;
    content: "\f0fe";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float:left;
    color:#274150;
}
@media (max-width: 1199px) {
.row-btn-prod.btn-stack .col-xs-12 + .col-xs-12 {
    margin-top: 5px;
}
.row-ship-btn.btn-stack .col-xs-12 + .col-xs-12 {
    margin-top: 5px;
}
}
/* Newsletter */
.wrapper-newslet {
	margin-top: 0;
    padding: 35px 0;
    background: #1c99d9;
}
.wrap-newslet-conts {
	text-align: center;
}
.wrapper-newslet h4 {
	font-size: 40px;
    font-weight: 400;
    color: #fff;
    text-transform: inherit;
}
.wrapper-newslet p {
	color: #fff;
	margin-bottom: 0;
}
.newslet-text,
.newslet-form,
.wrap-social {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 10px;
	text-align: left;
}
.newslet-text {
	width: 250px;
}
.newslet-form {
	width: 360px;
}
.newslet-form .form-control {
	height: 36px;
	border-color: #e7e7e7;
}
.newslet-form .btn {
	height: 36px;
	margin-left: 0 !important;
	font-size: 16px;
	font-weight: 700;
}
.wrap-social {
	width: auto;
}
.wrap-social .list-social {
	margin-top: 0;
	margin-bottom: 0;
}
.wrap-social .list-social li {
	float: left;
}
.wrap-social .list-social li a {
	color: #1c99d9;
	font-size: 40px;
	line-height: 40px;
}
@media (max-width: 991px) {
	.newslet-text,
	.newslet-form,
	.wrap-social {
		margin: 10px 0;
		text-align: center;
	}
	.newslet-text {
		width: 100%;
	}
	.newslet-form {
		width: 100%;
	}
	.wrap-social {
		width: 100%;
	}
	.wrap-social .list-social li {
		float: none;
	}
}
/* Footer */
.wrapper-footer-links {
	padding: 55px 0;
}
.wrapper-footer-links h4 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.wrapper-footer-links .nav {
	margin-bottom: 15px;
}
.wrapper-footer-links .nav > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #e4eaf4;
}
.wrapper-footer-links .nav > li > a:hover,
.wrapper-footer-links .nav > li > a:focus {
	color: #fff;
	background: none;
}
.footer-contact {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-contact > li {
	width: 100%;
	padding-bottom: 20px;
	float: left;
}
.footer-contact > li.logo-footer {
	padding-bottom: 30px;
}
.footer-contact > li img {
	width: 144px;
}
.footer-contact > li i {
	margin-right: 11px;
}
@media (max-width: 767px) {
	.wrapper-footer-links {
		text-align: center;
	}
}
/* Footer */
.wrapper-footer a {
	color: #e4eaf4;
}

/*#description p, #description p span,
#description strong{
	font-size: 14px !important;
	font-weight: inherit !important;
}*/
.options-column .cart-qty {
	min-width: 45px;
}
.options-column .remove-btn-lg {
	min-width: 90px;
}
.options-column .remove-btn-sm {
	min-width: 35px;
}
img.pull-right {
    /* width: 100%; */
    float: none!important;
    margin: 0px 0px 5px 0px;
}
.thumbnail{border:none!important;}

.usp-text h3 {

    font-size: 16px!important;
}
.top-links > li > a {

    font-size: 16px!important;

}
.top-acct > li > a {

    font-size: 16px!important;

}
.topm-social {

    margin-top: -17px!important;
}
   .subbanner{}
   .usp-img {
    padding-right: 0;
    text-align: center!important;
}
    .usp-text h3 {
    font-size: 18px!important;
    text-align: center;
}
.usp-text p {
    margin-bottom: 0;
    color: #595f5f;
    font-size: 16px;
    text-align: center;
}
.usp-img {
    margin-bottom: 6px;
}
.top-links {

    background: #06a5eb!important;

}
li.dropdown.dropdown-hover.drop-brands.menu-sbb.menu-products {
    display: none;
}
.top-cart {

    margin-top: -42px!important;

}
img.afterpayimg {
    width: 100%;
    margin-top: -27px;
}
.nsearchinput-pl.well li a {
    color: #595F5F !important;
    font-size: 13px;
}
.nsearchinput-pl.well li {
    border-bottom: 1px solid #f1f1f1;
}
div#navbar-responsive-collapse1 {
    overflow-x: hidden!important;
}
.footer-review{margin-bottom: 10px;}

/* Custom Pool Cover */

/* Helpers */
.mb-20 {
	margin-bottom: 20px;
}

/* All Sections */
.wrapper-custom-pool-cover {
	margin-bottom: 35px;
}

.wrapper-custom-pool-cover .variation-name {
	width: auto;
}

.wrapper-custom-pool-cover img {
	max-height: 130px;
}

.wrapper-custom-pool-cover h2.step-title {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #274150;
	display: block;
	margin-bottom: 30px;
}
.wrapper-custom-pool-cover .step-title.small-margin {
	margin-bottom: 16px;
}

.wrapper-custom-pool-cover strong {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #274150;
	margin: 9px 0 11px;
	display: block;
}

.wrapper-custom-pool-cover p,
.wrapper-custom-pool-cover .wrapper-step-6 .cover-type-summary {
	font-family: 'Roboto', sans-serif;
	line-height: 17px;
	font-size: 12px;
}

.wrapper-custom-pool-cover label {
	white-space: nowrap;
	margin-bottom: 0;
	font-size: 12px;
	height: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #595F5F;
}

.wrapper-custom-pool-cover label.image-heading {
	margin: 23px 0 13px;
}

/* Images */
img.m-auto {
	margin: auto;
}

/* Step 1 */
.wrapper-custom-pool-cover .specific {
	max-width: 362px;
	padding-top: 0;
	padding-bottom: 20px;
}

.wrapper-custom-pool-cover .wrapper-variation-description .wrapper-left-half {
	padding-right: 11px;
}
.wrapper-custom-pool-cover .wrapper-variation-description .wrapper-left-half img {
	margin: auto;
}
.wrapper-custom-pool-cover .wrapper-variation-description .wrapper-right-half {
	padding-left: 0;
}

/* Collapsing */
.wrapper-custom-pool-cover .flex-center {
	display: flex;
	align-items: center;
}

/* Hidden */
.wrapper-custom-pool-cover .collapsible-step .step {
	display: none;
}
.wrapper-custom-pool-cover .wrapper-radio-buttons.flex-center {
	display: flex;
	align-items: center;
}

/* Active */
.wrapper-custom-pool-cover .collapsible-step.active .step  {
	display: block;
}
.wrapper-custom-pool-cover .collapsible-step.active .flex-center {
	display: flex;
	align-items: center;
}

/* Radio Buttons */
.wrapper-custom-pool-cover .wrapper-radio-image {
	cursor: pointer;
}

.wrapper-custom-pool-cover .wrapper-radio-buttons .radio label {
	padding: 0 24px 0 0;
}
.wrapper-custom-pool-cover .wrapper-radio-buttons .radio input[type="radio"] {
	position: initial;
	margin: 0 9px 0 0;
}

.wrapper-custom-pool-cover .calculated-total,
.wrapper-custom-pool-cover .calculated-total-units {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #595F5F;
}
.wrapper-custom-pool-cover .calculated-total {
	padding-left: 16px;
}
.wrapper-custom-pool-cover .calculated-total-units {
	padding-left: 5px;
}

.wrapper-custom-pool-cover .step-divider {
	margin: 0 35px;
}

.wrapper-custom-pool-cover .radio-inner {
	margin-left: 30px;
}

/* Step Two */
.wrapper-custom-pool-cover .wrapper-text-options input {
	margin: 18px 9px;
}

.wrapper-custom-pool-cover .wrapper-radio-buttons .radio {
	margin: 0;
}

/* Thumbnails */
.custom-pool-thumbnail.wrapper-thumbnail {
	float: left;
}

.custom-pool-thumbnail .thumbnail {
	padding: 0;
	margin: 0;
	border: 1px solid #fff !important;
	cursor: pointer;
	border-radius: 0;
}

.custom-pool-thumbnail.active .thumbnail {
	border: 1px solid #06A4EA !important;
}
.custom-pool-thumbnail.active .select-background {
	border-bottom: 30px solid transparent;
	border-left: 30px solid #06A4EA;
	position: absolute;
	top: 0;
	left: 15px;
}
.custom-pool-thumbnail .select-icon {
	display: none;
}
.custom-pool-thumbnail.active .select-icon {
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 99;
	color: #fff;
	font-size: 13px;
	height: 11px;
	margin-left: 2px;
}

.custom-pool-thumbnail .thumbnail .caption {
	padding: 6px 6px 12px;
}
.custom-pool-thumbnail .thumbnail .caption h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	line-height: initial;
	color: #595F5F;
	margin-bottom: 12px;
}
.custom-pool-thumbnail .thumbnail .caption p {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 13px;
	height: auto;
	color: #595F5F;
	margin: 0;
}

/* Summary */
.d-flex-row {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.d-flex-column {
	display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.wrapper-custom-pool-cover .wrapper-step-6 {
	background: #F6F6F6;
	padding: 23px;
	margin: 18px 0 38px;
}

.wrapper-custom-pool-cover .wrapper-step-6 h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #274150;
}

.wrapper-custom-pool-cover .wrapper-step-6 p.strong,
.wrapper-custom-pool-cover .wrapper-step-6 .bullet-list span,
.wrapper-custom-pool-cover .wrapper-step-6 .cover-type-summary span.strong {
	color: #595F5F;
  font-weight: 500;
}

.wrapper-custom-pool-cover .wrapper-step-6 li {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #595F5F;
}

.wrapper-custom-pool-cover .wrapper-step-6 h3 {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #595F5F;
	padding-right: 13px;
	margin-bottom: 0;
}

.wrapper-custom-pool-cover .wrapper-step-6 .productprice.productpricetext {
	font-weight: bold;
	font-size: 20px;
	color: #06A4EA;
}


/********** Our CSS **********/
@media(min-width:992px){
    .category_description .read-more { 
        display: none;
    }
}
@media(max-width:991px){
    .category_description {
        max-height: 115px;
        position: relative;
        overflow: hidden;
    }
    .category_description .read-more { 
        position: absolute;
        bottom: 0;
        left: 15px;
        width: calc(100% - 30px);
        text-align: center;
        margin: 0;
        padding: 15px 0;
        background: #fff;
    }
    .category_description .read-more a {
        padding: 8px 15px;
        color: #fff;
        background-color: #1c99d9;
        border-color: #1c99d9;
        text-align: center;
    }
}
.category_description {
    margin-bottom: 20px;
}
li.list-group-item span.togl_fun, li.list-group-item span.openedlist {
    float: right;
    font-size: 15px;
    cursor: pointer;
}
.list-group ul.filter_list li.filter > a:before {
  content: '\F096\0020';
  font-family: FontAwesome;
}
.list-group ul.filter_list li.filter-remove > a:before {
  content: '\F14A\0020';
  font-family: FontAwesome;
}
ul.filter_list {
    padding-left: 0;
    list-style: none;
}
.list-categ-group .dropdown-menu-horizontal {
    top: -2px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
}
/**** BLOG ****/
.post_title a {
	font-size: 20px;
    color: #274150;
    font-weight: 600 !important;
    line-height: 1.35;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
}
.post_title a:hover {
    color: #82C134;
}
.post_title a:before {
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #e4eaf4;
}
.post_date, .post_comment, .post_author {
	font-size: 13px;
    text-transform: none;
    line-height: 1;
    color: #1c99d9;
}
.post_date p, .post_comment p, .post_author p {
    margin-bottom: 0;
}
.post_date i, .post_author i {
	color: #1c99d9;
    font-size: 15px;
    margin-right: 5px;
}
.single_post_meta {
    margin-bottom: 15px;
}
.post_comment {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #1c99d9;
}
.post_author {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #1c99d9;
}
.post_meta {
	display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.post_info {
    padding: 30px 0 0;
    margin-bottom: 30px;
}
.post_descritpion {
    margin: 7px 0;
}
.post_image a .img {
    -webkit-transition: opacity .5s,-webkit-transform .5s;
    transition: opacity .5s,transform .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.post_image a:hover .img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.post_image {
    position: relative;
    overflow: hidden;
}
.post_image a:after {
    content: "\f0c1";
    font-family: FontAwesome;
    font-size: 24px;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .2s;
    opacity: 0;
    filter: alpha(Opacity=0);
    visibility: hidden;
    margin: auto;
    padding-left: 5px;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #1c99d9;
    z-index: 111;
}
.post_image a:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.post_image a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    background: #274150;
    opacity: 0;
    transition: opacity .4s ease 0s;
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    z-index: 2;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}
.post_image a:hover:before {
    opacity: .68;
    filter: alpha(Opacity=10);
    visibility: visible;
}
.blog_right_sidebar .panel-heading {
    margin-bottom: 20px;
}
.sidebar-social a {
    margin-right: 10px;
    font-size: 18px;
    color: #888;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
.single-description {
    color: #333e48;
}
.single-description p {
    font-size: 1.125em;
    margin-bottom: 1rem;
    line-height: 1.9;
}

.single-description ul li p {
    font-size: 1.125em;
    margin-bottom: 1rem;
    line-height: 1.9;
}

.single-description ul li, .single-description ol li {
    font-size: 1.125em;
    line-height: 1.9;
}

.single-description img {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.single-description h3 {
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.single-description .post-img-title {
    display: inline-block;
}
.single-description ul {
    display: block;
    padding-left: 40px;
    list-style: disc;
}
.single-description ul li {
    list-style: disc;
}
.single-description ol {
    display: block;
    padding-left: 40px;
    list-style: decimal;
}
.single-description ol li {
    list-style: decimal;   
}
.testimonial-author {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    font-style: italic;
}
.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}
.testimonial-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.feedback-slider.slick-slider > .slick-arrow {
    opacity: 1;
    position: absolute;
    top: -30px;
    z-index: 1;
}
.feedback-slider.slick-slider > .slick-arrow.next {
    right: 15px;
}
.feedback-slider.slick-slider > .slick-arrow.prev {
    right: 40px;
}
.pd-feedback {
    padding-top: 50px;
    padding-bottom: 20px;
}

/**************** HOME ****************/

#homepageCarousel {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    opacity: 1;
    height: 580px;
}
.pd-sec-title {
    width: 700px;
    margin: 50px auto;
    text-align: center;
    font-size: 16px;
}
.pd-sec-title h1 {
    color: #1C99D9;
    text-transform: initial;
    font-size: 39px;
    line-height: 1.3em;
    margin-bottom: 35px;
}
.pd-cat-box p {
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 0;
}
.pd-cat-img {
    position: relative;
    display: block;
}
.pd-cat-img .pd-cat-title {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.pd-cat-title h2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.pd-cat-img img {
    border-radius: 15px;
}
.pd-cat-box {
    margin-bottom: 25px;
}
.pd-carousel-overlay {
    background: rgba(0,0,0,0.5);
    height: 580px;
}
.pd-carousel-bg .carousel-caption {
    position: absolute;
    z-index: 0;
    height:-moz-fit-content;
    height:-webkit-fit-content;
    height:-ms-fit-content;
    padding-bottom: 20px;
    max-width: 1140px;
    margin: 0 auto;
    left: 10%;
    right: 10%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.pd-carousel-bg .carousel-caption h3 {
    text-align: left;
    color: #fff;
    font-size: 44px;
    line-height: 1.3em;
    text-transform: inherit;
    margin-bottom: 5px;
}
.pd-carousel-bg .carousel-caption p {
    text-align: left;
    font-size: 16px;
}
.carousel-caption .pd-btn {
    border: 1px solid #82C134;
    background: #82C134;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    width: 220px;
    padding: 0;
    font-size: 20px;
    float: left;
    border-radius: 5px;
    margin-top: 15px;
}
.carousel-caption .pd-btn:hover {
    color: #82C134;
    background: #fff;
    border: 1px solid #fff;
}
.pd-categories-section {
    padding-top: 30px;
    padding-bottom: 80px;
    background: #e4eaf4;
}
.pd-cat-img .pd-cat-overlay {
    height: 220px;
    border-radius: 15px;
    background: rgba(0,0,0,0.3);
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pd-cat-background {
    border-radius: 15px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.pd-cat-img:hover .pd-cat-overlay {
    background: rgba(0,0,0,0.5);
}
.pd-cat-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    color: #fff;
    text-align: center; 
}
.pd-featured-section .pd-tabhome {
    display: flex;
    position: relative;
}
.pd-featured-section .nav-tabs {
    width: 20%;
    display: flex;
    flex-direction: column;
    border: none;
    background: #e4eaf4;
    padding: 40px;
    position: relative;
}
.pd-featured-section .tab-content {
    width: 80%;
    border: none;
    padding: 0;
    padding-left: 20px;
    padding-right: 10px;
}
.pd-featured-section {
    width: 90%;
    margin: 80px auto 100px auto;
}
.pd-featured-title {
    font-size: 20px;
    color: #1C99D9;
    position: relative !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px;
}
.pd-featured-title:before {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #1C99D9;
}
.pd-featured-section .nav-tabs > li.active > a, .pd-featured-section .nav-tabs > li.active > a:hover, .pd-featured-section .nav-tabs > li.active > a:focus {
    color: #1C99D9;
    font-weight: 400;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
.pd-featured-section .nav-tabs > li > a {
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    color: #274150;
    background-color: transparent;
    border: none;
	outline: none;
    padding: 0;
}
.pd-featured-section .nav-tabs > li > a:hover {
    color: #1C99D9;
}
.pd-featured-link {
    position: absolute !important;
    left: 40px;
    bottom: 55px;
}
.pd-featured-link a {
    color: #1C99D9 !important;
}
.pd-featured-link a i {
    border: 1px solid #1C99D9;
    border-radius: 50%;
    color: #1C99D9;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    width: 20px;
    margin-left: 10px;
}
.pd-featured-link a:hover span {
    text-decoration: underline;
}
.home-tabs-thumbnail .thumbnail {
    border: 1px solid #e4eaf4 !important;
    margin-bottom: 0;
    padding: 20px;
}
.home-tabs-thumbnail {
    padding: 0 5px !important;
}
.pd-featured-section .savings-container {
    top: 15px;
    right: 15px;
}
.pd-featured-section .thumbnail-image {
    margin-top: 15px;
}
.pd-featured-section .caption .price {
    text-align: center;
    color: #82C134;
}

.thumnnail-button .btn {
    background: #fff;
		width: 100%;
		transition: all 0.5s ease;
    outline: none; 
    border: 1px solid #06A5EA; 
    color: #06A5EA;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 51px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    border-radius: 5px; 
}
.thumnnail-button .btn:hover {
    background: #06A5EA;
    border: 1px solid #06A5EA;
    color: #fff;
}
@media (max-width: 768px) {
    .thumnnail-button .btn {
        font-size: 12px;
        line-height: 38px;
    }
}
.pd-featured-section .thumbnail .caption h3 {
    font-size: 18px;
    text-align: center;
}
.pd-featured-section .thumbnail .caption h3 a {
    color: #274150;
}
.pd-benefits-section {
    background: #1c99d9;
    padding: 60px 0;
}
.pd-benefits-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;    
}
.pd-benefits-section .usplnk {
    width: 25%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pd-benefits-section .header-usp-text {
    text-align: center;
}
.pd-benefits-section .header-usp-text h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-transform: inherit;
    margin-bottom: 10px;
}
.pd-benefits-section .header-usp-text p {
    color: #fff;
}
.pd-benefits-section .header-usp-img {
    width: 60px;
    margin-bottom: 10px;
}
.pd-feedback-box {
    display: flex;
}
.pd-feedback-left {
    width: 50%;
    margin-right: -80px;
    margin-bottom: 90px;
    margin-top: 60px;
    z-index: 1;
}
.pd-feedback-right {
    width: calc(50% + 80px);
    background: #fff;
    border: 1px solid #1c99d9;
    margin-bottom: 0 !important;
}
.pd-feedback-section {
    width: 70%;
    margin: 0 auto;
}
.pd-feedback-right .slick-dots {
    bottom: 80px;
    left: 80px;
    width: calc(100% - 80px);
}
.pd-feedback-section .slick-list,.pd-feedback-section .slick-track {
    height: 100%;
}
.pd-feedback-section .testimonial-box {
    padding: 60px 60px 120px 140px;
}
.testimonial-text p {
    font-size: 20px;
    line-height: 2em;
    font-style: italic;
    text-align: center;
}
.pd-feedback-box {
    padding-top: 150px;
    padding-bottom: 100px;
}
.pd-feedback-section .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #1c99d9;
}
.pd-feedback-section .slick-dots li button:before {
    font-size: 10px;
    color: #1c99d9;
}
.pd-feedback-section .slick-dots li {
    margin: 0;
}
.recent-post-title h3 {
    text-transform: inherit;
    font-size: 38px;
    line-height: 48px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e4eaf4;
    color: #1c99d9;
    position: relative;
}
.recent-post-title {
    position: relative;
}
.pd-featured-link.pd-recent-link {
    right: 30px;
    font-size: 18px;
    bottom: 70px;
    left: auto;
}
.pd-latest-posts {
    padding-top: 30px;
    padding-bottom: 100px;
		z-index: 2;
}
.pd-newsletter .input-group, .pd-newsletter {
    display: flex;
}
.pd-news-form {
    display: flex;
    align-items: center;
}
.pd-news-form form {
    width: 100%;
}
.pd-news-form .input-group input {
    width: calc((100% - 30px) / 3);
    margin: 0 5px;
    height: 50px;
    border-radius: 4px !important;
}
.pd-news-form .input-group input.btn-news {
    background: #82C134;
    border: 1px solid #82C134;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.1);
}
.pd-news-form .input-group input.btn-news:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #82C134;
}
.pdFooterLogo {
    text-align: center;
    margin-bottom: 55px;
}
.wrapper-footer-links .pdFooterTitle  {
    color: #274150;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 30px;
    margin-bottom: 10px;
    display: block;
}
.wrapper-footer-links .pdContent .pdFooterTitle {
    margin-top: 32px;
}
.pdFooterLinks a {
    color: #274150;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    display: block;
}
.pdFooterLinks a:hover, .wrapper-footer-links .pdFooterTitle:hover {
    color: #82c134;
}
.pd-eway {
    text-align: center;
    margin-bottom: 20px;
}
.pd-payment {
    text-align: center;
    margin-bottom: 10px;
}
.pd_footer_bottom_1 {
    text-align: center;
    margin-bottom: 5px;
}
.pd_footer_bottom_1 a {
    color: #274150; 
    padding: 0 5px;
}
.pd_footer_bottom_2 {
    text-align: center;
    margin-bottom: 5px;
}
.pd_footer_bottom_2 a {
    color: #9AA4A4;
    padding: 0 5px;
}
.pd_footer_bottom_1 a:hover, .pd_footer_bottom_2 a:hover {
    color: #82c134;
}
.pd_copyright {
    text-align: center;
    color: #9AA4A4;
    margin-bottom: 40px;
}
.pd_copyright a {
    color: #9AA4A4;
}

#n_home .pd-featured-section > .tabbable.pd-tabhome > ul > li {
    padding: 0.5rem 0;
}
.pd-categories-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
}
.pdMessageTicker .alert {
    margin-bottom: 0;
    position: relative;
}
.alert-dismissable .close {
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 11px;
}
.pdMessageTicker {
    background: #1c99d9;
    color: #fff;
    font-size: 18px;
}
.pd-cat-title p {
    color: #1c99d9;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}
.row.pd-categories-sec {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
.pd-cat-col {
    margin-bottom: 15px;
}
.pd-brands-img a {
    display: block;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pd-brands-post {
    border-width: 1px;
    border-color: #dbdbdb;
    border-style: solid;
    background-color: #fff;
}
.pd-brands-img {
    padding: 10px;
}
.pd-brands-col {
    padding: 0 6px;
    margin-bottom: 6px;
}
.pd-brands-slider {
    margin-left: -6px;
    margin-right: -6px;
}
.pd-brands-section {
    padding-top: 30px;
    padding-bottom: 80px;
}
.pd-brands-section h2 {
    margin-bottom: 30px;
}
/*** Reviews.io ***/
.ruk_rating_snippet {
    display: flex;
    align-items: center;
    margin-top: -10px;
}
.wrapper-thumbnail .ruk_rating_snippet {
    height: 32px;
    justify-content: center;
}
.ruk_rating_snippet .ruk-rating-snippet-count {
    margin-left: 5px;
    margin-top: 10px;
}
.wrapper-thumbnail .ruk_rating_snippet .ruk-rating-snippet-count {
    display: none;
}
/********************************/
/********** Responsive **********/
/********************************/
@media (max-width: 1500px) {
    .pd-featured-section {
        width: calc(100% - 30px) !important;
        margin: 60px 15px 80px;
    }
    .pd-featured-link {
        bottom: 30px;
        left: 30px;
    }
    .pd-featured-section .nav-tabs {
        padding: 30px;
        position: relative;
    }
    .pd-feedback-section {
        width: calc(100% - 30px) !important;
        margin: 0 15px;
    }
    .pd-feedback-box {
        padding-top: 110px;
        padding-bottom: 70px;
    }
}
@media (max-width: 1199px) {
    .featured-cat-slider .home-tabs-thumbnail:nth-child(1), .featured-cat-slider .home-tabs-thumbnail:nth-child(2)  {
        margin-bottom: 10px;
    }
    .pd-featured-section .nav-tabs {
        width: 30%;
    }
    .pd-featured-section .tab-content {
        width: 70%;
    }
    .footer-col {
        margin-bottom: 30px;
    }
    .pd-latest-posts {
        padding-bottom: 70px;
    }
    .pd-featured-section {
        margin: 60px 15px 60px;
}
}
@media (max-width: 991px) {
    .pd-featured-section .pd-tabhome {
        flex-wrap: wrap;
    }
    .pd-featured-section .nav-tabs {
        width: 100%;
        display: block;
    }
    .pd-featured-section .tab-content {
        width: 100%;
        padding-left: 10px;
        margin-top: 15px;
    }
    .pd-featured-title {
        width: 100% !important;
    }
    #n_home .pd-featured-section > .tabbable.pd-tabhome > ul > li {
        display: inline-block;
        width: 50%;
        float: left;
        display: inline-block;
    }
    .pd-featured-link {
        bottom: auto;
        top: 40px;
        left: auto;
        right: 30px;
    }
    .pd-categories-section {
        padding-bottom: 50px;
    }
    .pd-benefits-section ul {
        flex-wrap: wrap;
    }
    .pd-benefits-section .usplnk {
        width: 50%;
        margin-bottom: 30px;
    }
    .pd-benefits-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .pd-feedback-box {
        padding-top: 80px;
        padding-bottom: 40px;
        flex-wrap: wrap;
    }
    .pd-feedback-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        margin-top: 0;
        text-align: center;
    }
    .pd-feedback-right {
        width: 100%;
    }
    .pd-feedback-section .testimonial-box {
        padding: 60px;
        height: auto !important;
    }
    .pd-feedback-right .slick-dots {
        bottom: 25px;
        left: 0;
        width: 100%;
    }
    .testimonial-inner {
        height: auto;
    }
    .pd-newsletter .input-group, .pd-newsletter {
        display: flex;
        flex-wrap: wrap;
    }
    .pd-news-text {
        margin-bottom: 0px;
    }
    .pd-feedback-box {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .wrapper-usp ul li.usplnk {
        width: 50%;
        float: left;
        margin: 15px 0;
    }
    .pd-latest-posts {
        padding-bottom: 40px;
    }
    .wrapper-footer-links {
        padding: 30px 0;
    }   
    .slick-track {
        display: block !important;
    }
    .pd-feedback-section .slick-list, .pd-feedback-section .slick-track {
        height: inherit;
    }
    .wrapper-nav .wrap-sub-categ .lv2-li {
        width: calc((100% - 40px) / 4);
    }
}
@media (max-width: 767px) {
    .featured-cat-slider .home-tabs-thumbnail {
        margin-bottom: 10px;
    }
    .pd-sec-title {
        width: 100%;
    }
    .pd-categories-section {
        padding-bottom: 30px;
    }
    .pd-feedback-section .testimonial-box {
        padding: 50px 30px;
    }
    .testimonial-author {
        margin-top: 10px;
    }
    .pd-featured-link.pd-recent-link {
        right: auto;
        top: auto;
        bottom: 60px;
    }
    .recent-post-title h3 {
        padding-bottom: 50px;
				padding-top: 5.5px;
				padding-bottom: 5.5px;
    }
    .footer-col {
       width: 50%;
    }
    .pd-cat-box, .featured-cat-slider .home-tabs-thumbnail {
        width: 50%;
        float: left;
    }
}
@media (max-width: 500px) {
    #n_home .pd-featured-section > .tabbable.pd-tabhome > ul > li {
        width: 100%;
    }
    .pd-featured-link {
        bottom: auto;
        top: 320px;
        left: 30px;
        right: auto;
    }
    .pd-featured-section .nav-tabs {
        padding-bottom: 50px;
    }
    .pd-benefits-section .usplnk {
        width: 100%;
    }
    .pd-news-form .input-group input {
        width: 100%;
        margin: 10px 0;
    }
    .footer-col {
       width: 100%;
    }
    .pd-cat-box, .featured-cat-slider .home-tabs-thumbnail {
        width: 100%;
    }
    .pd-carousel-bg .carousel-caption h3 {
       font-size: 39px;
    }
    .pd-sec-title h1, .recent-post-title h3 {
        font-size: 33px;
    }
    .pd-sec-title {
        margin: 30px auto;
    }
    .pd-feedback-box {
        padding-bottom: 30px;
    }
}
/*Force correct image size on blog posts*/
.single-description img {
	width: auto !important;
	height: auto !important;
}

form>.needsclick.kl-private-reset-css-Xuajs1 {
    min-height: auto !important;
}

/* Popup form CSS */
#pop-up-form{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: #000000a6;
  height: 100vh;
  width: 100vw;
  padding: 4% 0;
  display: flex;
  align-items: center;
}
#pop-up-form .form-holder {
  background: #fff;
  padding: 35px;
  position: relative;
  z-index: 100000000;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  width: 454px;
}
#_close-btn {
	float: right;
    font-weight: bold;
    font-size: 21px;
    margin-top: 5px;
    border: 1px solid;
    border-radius: 50%;
    padding: 1px 9px;
    color: #000000;
    cursor: pointer;
}

.breadcrumb > li:not(:last-child):after {
    content: '> ';
    padding-right: 4px;
}

body#n_product .breadcrumb > li:not(:last-child):after {
    padding-left: 4px;
}






/* NEW THEME CSS */

/* Header */
/* pd-header-top-info */
.pd-header-top-info {
	background-color: #06A5EA;
	color: #fff;
}
.pd-header-top-info-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	padding: 7px 0px 8px;
}
.pd-header-top-info-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 35px;
}
.pd-header-top-info-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 35px;
}

/* wrapper-top-content */
.pd-margin {
	margin: 0 7.45%;
}
.wrapper-top-content .wrapper-header {
	padding: 18px 0 20px;
}
.wrapper-top-content .pd-middle-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wrapper-top-content .pd-middle-header .header-logo {
	margin-right: auto;
}
.wrapper-top-content .pd-middle-header .header-search {
	width: 100%;
	max-width: 792px;
	margin-left: 32px;
	margin-top: 10px;
}
.header-search .input-group {
	padding: 11.5px 21px;
	border: 1px solid #3E3E3E;   
	border-radius: 100px; 
}
.wrapper-top-content .ajax_search::placeholder {
	color: #00000080;        
	font-weight: 400; 
	font-size: 18px;  
	line-height: 27px;  
}
.wrapper-top-content .form-control {           
	padding: 0px;           
	color: #474747;             
	border: none;   
	border-radius: 0;  
	line-height: unset;
	font-size: unset;
}
.wrapper-top-content .header-search .btn {
	padding: 0px;
	border: none;
	font-size: 17px;
	line-height: 17px; 
	border-radius: 0;
	margin-left: 0px;
}
.header-search .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.header-search .form-control:focus,
.ajax_search:focus {
	border: none;
}    
.wrapper-top-content .pd-header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-top: 10px;
	margin-right: -7px;
} 
.wrapper-top-content .pd-header-box .pd-header-box-acct ul {
	margin-bottom: 0px;
	list-style: none;
	padding-left: 0px;
}
.wrapper-top-content .pd-header-box #header-cart {
	margin-left: 0px;
	position: relative;
	width: 46.5px;
}
.wrapper-top-content .pd-header-box .btn-group .itm-cnt {
	position: absolute;
	top: -3px;
	right: -1px;
	width: 18px;
	height: 18px;
	margin: 0px;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	background: #FF4F4F;
}
.wrapper-top-content .pd-header-box .pd-header-box-contact {
	display: flex;
	align-items: center;
	gap: 5px;
}
.wrapper-top-content .pd-header-box .pd-header-box-contact .pd-header-box-text a {
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
	color: #474747;
	font-family: 'roboto';
}
.wrapper-top-content .pd-header-box>svg {
	margin: 0px 19px;
	margin-bottom: 2px;
}
.wrapper-top-content .pd-header-col-12 {
	width: 100%;
}

/* wrapper-nav */
.wrapper-top-content .wrapper-nav {
	background-color: #474747;
}
.wrapper-top-content .wrapper-nav-wrapper {
	margin: 0 7.45%;
	padding: 0px 15px;
}
.wrapper-top-content .wrapper-nav-wrapper .navbar-default {
	margin: 0px 8px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.wrapper-top-content .wrapper-nav .nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper-nav .menu-products {
	margin: 0px auto;
}
.navbar-nav>li:first-child {
	margin-left: 0px !important;
}
.navbar-nav>li:last-child {
	margin-right: 0px !important;
}
.wrapper-nav .nav > li > a {
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	padding-top: 21px;
	padding-bottom: 21px;
}
@media (max-width: 1650px) {
	.wrapper-top-content .pd-middle-header .header-search {
		max-width: 600px;
		margin-left: 0px;
	}
}
@media (max-width: 1520px) {
	.wrapper-nav .nav > li > a {
		font-size: 14px;
	}
}
@media (max-width: 1430px) {
	.wrapper-nav .nav > li > a {
		font-size: 13px;
	}
}

@media (max-width: 1400px) {
	.wrapper-top-content .wrapper-nav-wrapper {
			margin: 0; 
			padding: 0px 20px;
	}
	.wrapper-top-content .pd-middle-header .header-search {
		min-width: 36%;
		width: unset;
		margin-left: 15px;
	}
	.pd-margin {
		margin: 0px 20px;
	}
	.wrapper-top-content .pd-middle-header {
		margin-left: -15px;
		margin-right: -15px;
	}
	.pd-header-box svg {
		width: 26px;
	}
	.wrapper-top-content .pd-header-box {
		margin-right: 0px;
	}
	.wrapper-top-content .pd-header-box>svg {
		margin: 0px 10px;
	}
	.wrapper-top-content .pd-header-box .pd-header-box-contact .pd-header-box-text a {
		font-size: 20px;
		min-width: 110px;
	}
}
@media (max-width: 1200px) {
	.pd-header-box-acct {
		margin-left: 15px;
	}
	.wrapper-top-content .pd-header-box>svg {
			margin: 0px 5px;
	}
	.wrapper-nav .nav > li > a {
		font-size: 12px;
	}
	.wrapper-top-content .wrapper-nav-wrapper {
		padding: 0px 10px;
	}
	.wrapper-nav .nav > li > a {
		font-size: 12px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 1070px) {
	.wrapper-nav .nav > li > a {
		font-size: 11px;
	}
}

@media (max-width: 991px) {
	.header-search .input-group {
		padding: 4px 21px;
	}
	.js-mobile-search {
		display: none;
	}
	.pd-header-col-12 .header-search svg {
		width: 15px;
		height: 15px;
	}
	.pd-header-top-info-content {
		gap: 10px;
	}
	.pd-header-top-info svg {
		width: 25px;
	}
	.pd-header-top-info-title {
			font-size: 12px;
			line-height: 14px;
	}
	.pd-header-top-info-text {
			font-size: 12px;
			line-height: 14px;
	} 
	.wrapper-top-content .pd-middle-header {
		margin: 0px -15px;
	}
	.wrapper-top-content .wrapper-header {
			padding: 10px 0 10px;
	}
	.wrapper-top-content .pd-header-box {
		display: none;
	}
	.wrapper-top-content .pd-middle-header {
		flex-direction: column;
	}
	.wrapper-mob-nav .mob-cart {
		display: none;
	}
	.pd-margin {
		margin: 0 20px;
	}
	.wrapper-mob-nav > ul {
			display: flex;
			justify-content: space-between;
			align-items: center;
	}
	.wrapper-mob-nav {
		padding: 0px;
	}
	.mob-menu-toggle {
		width: unset !important;
		display: flex !important;
		align-items: center;
	}
	.mob-logo {
		width: 85px !important;
	}
	.input-group-append-search button {
		background-color: transparent;
	}
	.wrapper-top-content .pd-middle-header .header-search {
		margin: 15px 0px 0px;
		width: 100%;
		max-width: unset;
	}
}

/* New Home */
/* First Banner New */
#homepageCarousel {
    height: 500px;
}
.home_page_template .pd-carousel-overlay {
    background: rgba(0, 0, 0, 0.0);
    display: flex;
    justify-content: flex-start;
    height: 500px;
}
.home_page_template .pd-carousel-bg .carousel-caption {
    padding: 0px;
    margin: 0px;
    left: -122px;
    position: relative;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 956 520' xmlns='http://www.w3.org/2000/svg'><path d='M956 0L956 220C956 385.685 821.685 520 656 520L0 520L0 0L956 0Z' fill='rgb(6,165,234)' fill-opacity='0.3' fill-rule='evenodd'/></svg>") no-repeat left top;
    height: 582px;
}
.pd-categories-section-ba::before {
    content: "";
    position: absolute;
    background: url(/assets/themes/2025-08-pd-theme/img/Bubbles.png) no-repeat;
    width: 169px;
    height: 168px;
    background-size: contain;
    bottom: -136px;
    left: 177px;
    z-index: 1;
    transform: scaleX(-1);
}
.pd-categories-section-ba::after {
    content: "";
    position: absolute;
    background: url(/assets/themes/2025-08-pd-theme/img/Bubbles.png) no-repeat;
    width: 169px;
    height: 168px;
    background-size: contain;
    right: -0px;
    bottom: -133px;
    z-index: 1;

}
.home_page_template .carousel-75-inner {
    position: relative;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 956 520' xmlns='http://www.w3.org/2000/svg'><path d='M956 0L956 220C956 385.685 821.685 520 656 520L0 520L0 0L956 0Z' fill='rgb(242, 250, 254)' fill-opacity='' fill-rule='evenodd'/></svg>") no-repeat left top;
    height: 566px;
    padding: 115px 50px 57px 280px;
}
.home_page_template .carousel-75-inner h3 {
    font-size: 62px;
    line-height: 70px;
    color: #000;
    font-weight: 400;
    font-family: 'Futura', sans-serif;
    text-shadow: none;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-right: 50px;
}
.home_page_template .carousel-75-inner p {
    font-size: 18px;
    line-height: 22px;
    color: #474747;
    font-weight: 400;
    text-shadow: none;
    padding-right: 150px;
    margin-bottom: 16px;
    position: relative;
}
.home_page_template .carousel-75-inner a {
    background: #06A5EA;
    width: 100%;
    color: #fff;
    transition: all 0.5s ease;
    outline: none;
    border: 1px solid #06A5EA;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 0px;
    border-radius: 5px;
    line-height: 58px;
    font-size: 16px;
    max-width: 230px;
    margin-top: 0px;
    font-weight: 700;
}
.home_page_template .carousel-75-inner a:hover {
    background: #fff;
    color: #06A5EA;
    border: 1px solid #06A5EA;
}
.home_page_template .carousel-75-inner .btn-right {
    position: absolute;
    bottom: -76px;
    left: 240px;
    background: #fff;
    color: #06A5EA;
}
.home_page_template .carousel-75-inner .btn-right:hover {
    background: #06A5EA;
    color: #fff;
}
.banner-mob-bg {
    background-image: url('/assets/marketing/75.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    width: 100%;
    opacity: 1;
    aspect-ratio: 3 / 1;
}

/* Categories Section */
.pd-categories-section {
    padding: 48px 20px 30px;
    background-color: #fff; 
    position: relative;
    z-index: 1;
    margin-bottom: 177px;
}
.pd-categories-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -127px; 
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1923 439.674'><path d='M1 339.5C72.8333 315.833 283.7 275.6 552.5 304C821.3 332.401 975 439 1249 439C1523 439 1796.6 419.6 1923 266L1922 0L0 0L1 339.5Z' fill='rgb(242,250,254)'/><path d='M1065.5 424C1292.67 445.333 1782.2 428.3 1923 189.5L1923 273C1869.33 349.167 1622.7 486 1065.5 424Z' fill='rgb(242,250,254)'/><path d='M1065.5 424C1292.67 445.333 1782.2 428.3 1923 189.5L1923 273C1869.33 349.167 1622.7 486 1065.5 424Z' fill='rgb(226,236,255)'/></svg>");
    background-size: contain;
    z-index: -1; 
    background-repeat: no-repeat;
    background-position: center top;
    height: 440px;
}
.pd-categories-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 280px;
    background-color: #F2FAFE;
}
.home_page_template .pd-carousel-bg .carousel-caption::before {
    content: "";
    position: absolute;
    background: url(/assets/themes/2025-08-pd-theme/img/Bubbles.png) no-repeat;
    width: 134px;
    height: 134px;
    background-size: contain;
    top: 72px;
    left: 134px;
    z-index: 1;
}
.home_page_template .pd-carousel-bg .carousel-caption::after {
    content: "";
    position: absolute;
    background: url(/assets/themes/2025-08-pd-theme/img/Bubbles.png) no-repeat;
    width: 104px;
    height: 102px;
    background-size: contain;
    right: 213px;
    bottom: 67px;
    z-index: 1;
}
.pd-categories-section .pd-categories-flex {
    flex-wrap: wrap;     
    justify-content: center;
    gap: 45px; 
}
.pd-categories-section .pd-cat-box {
    flex: 1 1 auto;  
    margin-bottom: 0px;
    max-width: 156px; 
    min-width: 156px;   
}
.pd-cat-img {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pd-cat-img,
.pd-cat-img:focus,
.pd-cat-img:active,
.pd-cat-img .pd-cat-background {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}
.pd-categories-section .pd-cat-background {
    width: 100%;                 
    aspect-ratio: 1 / 1;           
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
    outline: 1px solid #0000001A;
}
.pd-categories-section .pd-cat-img .pd-cat-title {
    position: relative;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
}
.pd-categories-section .pd-cat-img .pd-cat-title h2 {
    color: #474747;
    text-transform: capitalize;
    margin-bottom: 0px;
}

/* Featured Products Section */
.pd-featured-section {
    margin: 100px 78px 10px;
    width: unset;
    position: relative;
}
.pd-sec-title {
    margin: 0px auto;
}
.pd-sec-title h1 {
    color: #06253D;
    font-size: 40px;
    line-height: 2em;
    margin-bottom: 0px;
    font-weight: 600;
}
.pd-best-seller-section .pd-sec-title h1 {
    margin-bottom: 22px;
}
.pd-featured-section .nav-tabs {
    width: 100%;
    display: flex;
    flex-direction: row; 
    border: none;
    background: transparent; 
    padding: 0px;
    justify-content: center;
    gap: 14.7px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.pd-featured-section .nav-tabs > li {
    padding: 15px 10px 2px;
    flex: 0 0 auto;
    margin-bottom: -1px;
}
.nav-tabs > li:first-child {
  margin-left: 0 !important;
}
.pd-featured-section .nav-tabs > li > a {
    font-size: 22px;
    font-weight: 700;
    color: #47474766;
    line-height: 27px;
    padding-bottom: 13px;
}
.pd-featured-section .nav-tabs > li.active > a, .pd-featured-section .nav-tabs > li.active > a:hover, .pd-featured-section .nav-tabs > li.active > a:focus {
    color: #06A5EA;
    border-bottom: 2px solid #06A5EA;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    padding-bottom: 13px;
}
.pd-featured-section .tab-content {
    width: 100%;
    padding: 0px;
}
.pd-featured-section .featured_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -18.5px;
}
.pd-featured-products .home-tabs-thumbnail.count-5 {
		display: none;
}
.pd-featured-section .home-tabs-thumbnail {
    padding: 0 18.5px !important;
    width: 20%;
    margin-bottom: 50px;
}
.pd-featured-section .home-tabs-thumbnail .thumbnail {
    border: 1px solid #0000001A !important;
    margin-bottom: 0;
    padding: 26px 18px 22px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pd-featured-section .thumbnail .thumbnail-image {
    margin-top: 0px;
    padding: 0px 6px 3px;
}
.pd-featured-section .thumbnail .caption {
    padding: 0px;
    flex-grow: 1;
}
.pd-featured-section .thumbnail .caption h3 {
    text-align: start;
    margin: 9px 0px 6px;
    line-height: 22px;
}
.pd-featured-section .thumbnail .caption h3 a {
    color: #474747;
    font-size: 18px;
    line-height: 22.7px;
    font-weight: 400;
}
.pd-featured-section .thumbnail .caption .ruk_rating_snippet {
    justify-content: start;
    height: 18px;
    margin-top: 12px;
}
.pd-featured-section .ruk_rating_snippet .ruk-icon-percentage-star--100:before,
.pd-featured-section .ruk_rating_snippet .ruk-icon-percentage-star--75:before,
.pd-featured-section .ruk_rating_snippet .ruk-icon-percentage-star--50:before,
.pd-featured-section .ruk_rating_snippet .ruk-icon-percentage-star--25:before,
.pd-featured-section .ruk_rating_snippet .ruk-icon-percentage-star--0:before {
	color: #474747;
}
.pd-featured-section .thumbnail .caption .price {
    text-align: left;
    color: #474747;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 15px;
		display: flex;
    gap: 10px;
}
.pd-featured-section .thumbnail .caption .price .productrrp {
	color: #06253D66;
}
.pd-featured-section .thumbnail .btn-success {
    background: #06A5EA;
    width: 100%;
    color: #fff;
    transition: all 0.5s ease;
    outline: none; 
    border: 1px solid #06A5EA; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.5px;  
    margin-bottom: 0px;
    border-radius: 5px;     
    line-height: 51px;
    font-size: 16px;  
}
.pd-featured-section .thumbnail .btn-success svg path {
    stroke: #fff; 
    transition: stroke 0.5s;
}
.pd-featured-section .thumbnail .btn-success:hover {
    background-color: #fff; 
    color: #06A5EA;          
    border: 1px solid #06A5EA;
}
.pd-featured-section .thumbnail .btn-success:hover svg path {
    stroke: #06A5EA;
}
.pd-featured-section .thumbnail .btn-success:focus,
.pd-featured-section .thumbnail .btn-success:active {
    outline: none; 
    box-shadow: none;
}
.pd-featured-section .label-default {
	display: none;
}
.pd-featured-section .savings-container {
    top: -6px;
    left: 10%;
}
.pd-featured-section .savings-container .label-warning {
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	background-color: #FF1F1F;
	padding: 5px 10px;
	border-radius: 0px;
	position: relative;
}
.pd-featured-section .savings-container .label-warning::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 6px; 
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 7 6' xmlns='http://www.w3.org/2000/svg'><path d='M0 0L7 6L0 6L0 0Z' fill='rgb(122,0,0)' fill-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
	position: absolute;
	top: 0px;
	right: -7px;
}

/* Benefits Section */
.pd-benefits-section {
    background-color: #F2FAFE;
    padding-top: 45px;
    padding-bottom: 34px;
    position: relative;
		overflow: hidden;
}
.pd-benefits-section ul {
    justify-content: center;
    gap: 97px;
}
.pd-benefits-section .usplnk {
    display: flex;
    flex-direction: row; 
    gap: 10px;
    width: unset;
    padding: 12.5px 0px;
}
.pd-benefits-section .header-usp-img {
    background-color: #06A5EA;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pd-benefits-section .header-usp-img img {
    max-width: 31px;
}
.pd-benefits-section .header-usp-text {
    text-align: left;
}
.pd-benefits-section .header-usp-text h3 {
    line-height: 24px;
    color: #474747;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.pd-benefits-section .header-usp-text p {
    font-size: 16px;
    line-height: 19px;
    color: #474747;
}
.pd-benefits-section::before,
.pd-benefits-section::after {
    content: "";
    position: absolute;
    background: url('/assets/themes/2025-08-pd-theme/img/Bubbles.png') no-repeat;
    width: 119px;
    height: 116px;
    background-size: contain;
}
.pd-benefits-section::before {
    top: 62px;
    left: 89px;
}
.pd-benefits-section::after {
    top: 19px;
    right: 98px;
}

/* Categories Section Bottom */
.home-category-section {
    margin-left: 78px;
    margin-right: 78px;
    margin-top: 62px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.home-category-section .category-images-box {
    width: calc(33.33333% - 13.34px);
    position: relative;
}
.category-images-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,  rgba(0, 0, 0, 0) 50.15%,  rgba(0, 0, 0, 0.1) 87.32%);
    pointer-events: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.home-category-section .category-images-box.first-row {
    width: calc(50% - 10px);
}
.home-category-section .category-images-a {
    display: block;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    width: 100%;
    padding-top: 87.1%;
}
.home-category-section .category-images-box.first-row .category-images-a {
    padding-top: 58.18%;
}
.home-category-section .category-images-a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s ease all;
}
.home-category-section .category-images-box:hover .category-images-a img {
    transform: scale(1.1); 
}
.home-category-section .category-box-content {
    position: absolute;
    left: 50px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
}
.home-category-section .category-box-content .category-title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
    text-align: left;
    z-index: 1;
}
.home-category-section .category-box-content .category-title span {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

/* Best Sellers */
.pd-best-seller-section {
    padding-top: 100px;
    margin-top: 0px;
}
.pd-best-seller-section .home-tabs-thumbnail:last-child {
    display: block;
}

.pd-best-seller-section::before {
    content: "";
    position: absolute;
    background: url(/assets/themes/2025-08-pd-theme/img/Bubbles.png) no-repeat;
    width: 174px;
    height: 171px;
    background-size: contain;
    top: 14px;
    right: 21%;
}

/* Second Banner New */
.pd-home-text-image-banner {
    margin-top: 100px;
    position: relative;
}
.pd-home-text-image-banner::before {
    content: "";
    position: absolute;
    display: block;
    background: url('/assets/themes/2025-08-pd-theme/img/Bubbles.png') no-repeat;
    width: 220px;
    height: 217px;
    top: -52px;
    left: 463px;
    background-size: contain;
}
.pd-home-text-image-banner-wrapper {
    position: relative;
    z-index: 5;
    background-size: cover;
    background-position: center;
    height: 105vh; 
    margin-top: -50px;
    margin-bottom: -100px;
}
.pd-home-text-image-banner-wrapper .pd-home-text-image-banner-content::before {
    content: "";
    position: absolute;
    background: url('/assets/themes/2025-08-pd-theme/img/Bubbles.png') no-repeat;
    width: 126px;
    height: 125px;
    bottom: 19px;
    right: 14px;
    background-size: contain;
}
.pd-home-text-image-banner-content {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-44%); 
    background-color: #fff;
    display: flex;
    flex-direction: column; 
    padding: 34px 45px 44px;
    max-width: 630px; 
    color: #474747; 
    border-radius: 20px;
}
.pd-home-text-image-banner-content h3 {
    font-size: 40px;
    line-height: 48px;
    color: #474747; 
}
.pd-home-text-image-banner-content div {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 9px;
}
.pd-home-text-image-banner-content div span {
    font-weight: 600;
}
.pd-home-text-image-banner-content div p {
    margin-bottom: 22px;
}
.pd-home-text-image-banner-content div p:last-child {
    position: relative;
}
.pd-home-text-image-banner-content div p:last-child a {
    position: absolute;
    top: 9px;
    left: 235px;
    background: #fff;
    color: #474747;
}
.pd-home-text-image-banner-content .pd-btn-black {
    color: #fff;
    background-color: #010101;
    padding: 14px 39px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    max-width: 220px;
    border: 1px solid #010101;
    text-transform: uppercase;
}
.pd-home-text-image-banner-content .pd-btn-black:hover {
    background: #fff;
    color: #474747;
}
.pd-home-text-image-banner-content div p:last-child a:hover {
    color: #fff;
    background-color: #010101;
}

/* Newsletter */
.pd-wrapper-newslet {
    padding-top: 100px;
    background-color: #06A5EA;
    padding-bottom: 50px;
    margin-bottom: 0px;
}
.pd-wrapper-newslet .pd-newsletter {
    margin-left: 78px;
    margin-right: 78px;
}
.pd-wrapper-newslet .pd-newsletter .pd-news-text>div {
	display: flex; 
	gap: 20px; 
	flex-direction: column;
} 
.pd-wrapper-newslet form.klaviyo-form {
	margin-left: 0px !important;
	padding: 0px !important;
	padding-top: 16px !important;
	max-width: 100% !important;
}
.pd-wrapper-newslet .pd-newsletter .pd-news-text h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: #fff;
}
.pd-newsletter .input-group, .pd-newsletter {
	display: block;
}
.pd-wrapper-newslet .pd-newsletter .pd-news-text p {
	font-weight: 700;
	font-size: 32px;
	line-height: 44px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.pd-wrapper-newslet .pd-newsletter .pd-news-text>div>div {
	min-width: 30%;
}
@media (max-width: 1400px) {
	.pd-wrapper-newslet .pd-newsletter .pd-news-text>div>div {
		min-width: 40%;
	}
}
@media (max-width: 1200px) {
	.pd-wrapper-newslet .pd-newsletter .pd-news-text>div {
    align-items: flex-start;
    flex-direction: column;
		gap: 0px;
	}
	.pd-wrapper-newslet .pd-newsletter .pd-news-text>div>div {
		min-width: unset;
		width: 100%;
	}
}


/* Home Reviews Section */
.pd-reviews-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.pd-reviews-section::before, .pd-reviews-section::after {
    content: "";
    position: absolute;
    background: url(/assets/themes/2025-08-pd-theme/img/Bubbles.png) no-repeat;
    background-size: contain;
}
.pd-reviews-section::before {
    top: 20px;
    right: 6px;
    width: 156px;
    height: 154px;
    transform: scaleX(-1);
}
.pd-reviews-section::after {
    bottom: -4px;
    left: 34%;
    width: 118px;
    height: 116px;
    transform: scaleX(-1);
}

/* Latest Posts */
.pd-latest-posts {
		background-color: #F2FAFE;
		padding-top: 52px;
		padding-bottom: 25px;
		position: relative;
}
.pd-latest-posts::after {
  content: "";
  display: block;
  height: 160px;
  background-color: #F2FAFE;
	margin-bottom: -160px;
}
.pd-latest-posts::before {
		content: "";
		position: absolute;
		background: url(/assets/themes/2025-08-pd-theme/img/Bubbles.png) no-repeat;
		background-size: contain;
}
.pd-latest-posts::before {
		top: 37px;
		right: 0px;
		width: 156px;
		height: 154px;
}
.pd-latest-posts .pd-latest-posts-wrapper {
		margin: 0px 158px;
}
.pd-latest-posts .recent-post-title h3 {
		text-align: center;
		font-weight: 600;
		font-size: 40px;
		line-height: 48px;
		border: none;
		color: #474747;
		margin-bottom: 40px;
		padding-bottom: 0px;
		text-transform: uppercase;
}
.pd-latest-posts .blog-thumbs {
		margin-left: -10px;
		margin-right: -10px;
}
.pd-latest-posts .blog-thumbs .slide_single_post  {
		padding-left: 10px;
		padding-right: 10px;
}
.pd-latest-posts .post_image_cover {
		background-size: cover; 
		background-repeat: no-repeat; 
		background-position: center;
		aspect-ratio: 1 / 0.69;
} 
.pd-latest-posts .slick-prev, .pd-latest-posts .slick-next {
		background: #fff;
		width: 75px;
		height: 75px;
		border-radius: 50px;
		border: 1px solid #3E3E3E4D;
}
.pd-latest-posts .slick-prev {
		left: -92px;
}
.pd-latest-posts .slick-next {
		right: -92px;
}
.pd-latest-posts .slick-prev:before,.pd-latest-posts .slick-next:before  {
		content: "";
		display: inline-block;
		width: 24px;
		height: 24px;
		background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none'><rect width='24' height='24' fill='white' fill-opacity='0' transform='matrix(-1,0,0,1,24,0)'/><path d='M21.0806 0L0 0' stroke='black' stroke-width='1.5' transform='matrix(-1,0,0,1,22.54,12)'/><path d='M0 20.625L10.9153 11.0166C11.0151 10.9286 11.095 10.8204 11.1497 10.6992C11.2044 10.5779 11.2327 10.4464 11.2327 10.3134C11.2327 10.1804 11.2044 10.0489 11.1497 9.92771C11.095 9.80649 11.0151 9.69829 10.9153 9.61031L0 0' fill-rule='nonzero' stroke='black' stroke-width='1.5' transform='matrix(-1,0,0,1,12.6963,1.6875)'/></svg>");
		background-size: contain;
		background-repeat: no-repeat;
		top: 47%;
}
.pd-latest-posts .slick-next:before {
		transform: rotate(180deg);
}
.pd-latest-posts .post_image {
		border-radius: 20px;
}
.pd-latest-posts .post_info {
		padding-top: 15px;
}
.pd-latest-posts .post_info>div {
		display: flex;
		align-items: center;
		min-height: 54px;
		margin-bottom: 20px;
}
.pd-latest-posts .post_title {
		font-size: 20px;
		line-height: 25px;
		font-weight: 400;
		margin: 0px;
		color: #000;
} 
.pd-latest-posts .post_link {
		font-size: 14px;
		line-height: 25px;
		font-weight: 600;
		color: #000;
		border-bottom: 1px solid #000;
		text-transform: uppercase;
		margin-bottom: 20px;
		transition: 0.8s ease all;
}
.pd-latest-posts .post_link:hover {
		color: #06A5EA;
		border-bottom: 1px solid #06A5EA;
}



@media (max-width: 1803px) {
		.pd-categories-section {
				overflow: hidden;
				margin-bottom: 0px;
		}
		.pd-categories-section::before {
				height: 242px;
		}
		.pd-categories-section::after {
				bottom: -36px;
		}
		.pd-categories-section-ba::before {
				bottom: 0px;
		}
		.pd-categories-section-ba::after {
				right: -47px;
				bottom: 0;
		}
}
@media (max-width: 1620px) {
	.home-category-section {
			margin-left: 40px;
			margin-right: 40px;
	}
	.home-category-section .category-box-content {
			left: 40px;
			bottom: 40px;
	}
	.home-category-section .category-box-content .category-title {
			font-size: 35px;
			line-height: 43px;
	}
	.home-category-section .category-box-content .category-title span {
			font-size: 18px;
	}

	.pd-featured-section .nav-tabs {
		gap: 8px;
	}
	.pd-featured-section .nav-tabs > li {
		padding: 15px 5px 2px;
	}
	.pd-featured-section .nav-tabs > li > a {
		font-size: 18px;
		line-height: 23px;
	}
	.pd-featured-section .nav-tabs > li.active > a, .pd-featured-section .nav-tabs > li.active > a:hover, .pd-featured-section .nav-tabs > li.active > a:focus {
		font-size: 18px;
		line-height: 23px;
	}

	.pd-featured-section {
		width: unset !important;
				margin: 48px 40px 10px;
	}
	.pd-featured-section .featured_row {
		display: flex;
		flex-wrap: wrap;
		margin: 0px -10px;
	}
	.pd-featured-section .home-tabs-thumbnail {
		padding: 0 10px !important;
	}
	.pd-featured-section .home-tabs-thumbnail .thumbnail {
		margin-bottom: 0;
		padding: 22px 15px 21px;
	}
	.pd-featured-section .thumbnail .caption h3 a {
		font-size: 15px;
		line-height: 20px;
	}
	.pd-benefits-section ul {
			gap: 30px;
	}
}
@media (max-width: 1531px) {
		.pd-categories-section-ba::after {
				right: 0px;
				clip-path: inset(0 0 0 0);
		}
}
@media (max-width: 1350px) {
		.pd-categories-section-ba::before {
				left: 100px;
				bottom: 100px;
		}
}
@media (max-width: 1200px) {
		.home_page_template .carousel-75-inner {
				padding: 120px 50px 57px 220px;
		}
		.home_page_template .carousel-75-inner h3 {
				font-size: 55px;
				line-height: 65px;
		}
		.home_page_template .carousel-75-inner p {
				padding-right: 241px;
		}
		.home-category-section .category-images-a {
				border-radius: 20px;
		}
		.home-category-section .category-box-content {
				left: 35px;
				bottom: 35px;
		}
		.home-category-section .category-box-content .category-title {
				font-size: 30px;
				line-height: 36px;
		}
		.home-category-section .category-box-content .category-title span {
				font-size: 16px;
				margin-bottom: 5px;
				line-height: 19px;
		}
		.category-images-box::after {
				border-bottom-left-radius: 20px;
				border-bottom-right-radius: 20px;
		}
		.pd-featured-section .nav-tabs {
				justify-content: unset;
		}
		.pd-featured-section .home-tabs-thumbnail {
				width: 33.3%;
		}
		.pd-featured-products .home-tabs-thumbnail.count-5 {
				display: block;
		}
		.pd-best-seller-section .home-tabs-thumbnail:nth-child(n+10) {
				display: none;
		}
		.pd-benefits-section .usplnk {
				flex-direction: column;
				align-items: center;
		}
		.pd-benefits-section .header-usp-text {
				text-align: center;
		}
		.pd-home-text-image-banner-content {
				left: 60px;
				max-width: 580px;
		}
		.pd-home-text-image-banner-content h3 {
				font-size: 30px;
				line-height: 36px;
		}
		.pd-home-text-image-banner-content div {
				font-size: 16px;
				line-height: 20px;
		}
		.pd-home-text-image-banner-content .pd-btn-black {
				padding: 12px 39px;
				font-size: 12px;
				line-height: 24px;
				max-width: 47%;
		}
		.pd-home-text-image-banner-content div p:last-child a {
				position: absolute;
				top: unset; 
				left: unset; 
				bottom: -59px;
				right: 0px;
				min-width: 47%;
		}
		.pd-categories-section-ba::after {
				bottom: 61px;
		}
		.pd-categories-section-ba::before {
				bottom: 66px;
				left: 0px;
		}
}

@media (max-width: 1024px) {
		.home_page_template .carousel-75-inner {
				padding: 70px 50px 57px 200px;
		}
		.home_page_template .carousel-75-inner h3 {
				font-size: 45px;
				line-height: 53px;
				padding-top: 6%;
		}
		.home_page_template .carousel-75-inner p {
				font-size: 17px;
				line-height: 21px;
				padding-right: 40px;
		}
		.home_page_template .carousel-75-inner a {
				font-size: 14px;
		}
		.home-category-section .category-images-box {
				width: calc(50% - 10px);
		}
		.home-category-section .category-images-box .category-images-a {
				padding-top: 58.18%;
		}
		.pd-benefits-section .header-usp-img {
				width: 40px;
				height: 40px;
		}
		.pd-benefits-section .header-usp-img img {
				max-width: 21px;
		}
		.pd-benefits-section .header-usp-text h3 {
				font-size: 16px;
				line-height: 19px;
		}
		.pd-benefits-section .header-usp-text p {
				font-size: 12px;
				line-height: 14px;
		}
		.home-category-section {
				margin-left: 20px;
				margin-right: 20px;
		}
}
@media (max-width: 991px) {
		.home-category-section .category-box-content {
				left: 15px;
				bottom: 15px;
		}
		.home-category-section .category-box-content .category-title {
				font-size: 24px;
				line-height: 30px;
		}
		.home-category-section .category-box-content .category-title span {
				font-size: 14px;
				line-height: 17px;
		}
}
@media (max-width: 860px) {
		.home_page_template .carousel-75-inner h3 {
				padding-top: 0px;
		}
}

@media (max-width: 999px) {
		.pd-categories-section::after {
				bottom: -200px;
		}
		.pd-categories-section::before {
				height: 706px;
		}
		.pd-categories-section-ba::before {
				bottom: 0px;
		}
		.pd-categories-section-ba::after {
				display: none;
		}
}
@media (max-width: 799px) {
		.pd-categories-section-ba::before {
			bottom: 0px;
			width: 131px;
			height: 129px;
			left: 39px;
		}
		.pd-categories-section::before {
			height: 910px;
		}
}
@media (max-width: 768px) {
	/* First Banner New */
	#homepageCarousel {
			background-image: none !important;
			width: unset;
			height: unset;
			background: #F2FAFE;
	}
	.home_page_template .pd-carousel-overlay {
			height: unset;
	}
	.home_page_template .pd-carousel-bg .carousel-caption {
			height: unset;
	}
	.home_page_template .carousel-75-inner {
			height: unset;
	}
	.home_page_template .pd-carousel-bg .carousel-caption {
			left: 0px !important;
	}
	.home_page_template .carousel-75-inner {
			padding: 0px !important;
			background: none !important;
	}
	.home_page_template .carousel-75-inner h3 {
			font-size: 34px;
			line-height: 36px;
	}
	.home_page_template .carousel-75-inner p {
			font-size: 16px;
			line-height: 22px;
			padding-right: 0px;
	}
	.home_page_template .pd-carousel-bg .carousel-caption {
			background: none !important;
			padding: 40px 20px 53px;
	}
	.pd-carousel-bg .carousel-caption {
			left: 0px;
			right: 0%; 
			top: 0%;
			-webkit-transform: unset;
			-ms-transform: unset;
			transform: unset;
			top: 0px;
	}
	.home_page_template .carousel-75-inner a {
			max-width: 48.72%;
			font-size: 12px;
			line-height: 48px;
	}
	.home_page_template .carousel-75-inner .btn-right {
			top: unset;
			left: unset;
			right: 0px;
			bottom: -66px;
			z-index: 2;
	}
	.home_page_template .pd-carousel-bg .carousel-caption::before {
			width: 61px;
			height: 61px;
			top: 9px;
			left: 11px;
	}
	.home_page_template .pd-carousel-bg .carousel-caption::after {
			width: 76px;
			height: 75px;
			right: 13px;
			bottom: 16px;
	}

	/* Categories Section */
	.pd-categories-section {
			padding: 48px 20px 70px;
	}
	.pd-categories-section .pd-cat-img .pd-cat-title {
			margin-top: 24px;
	}
	.pd-categories-section .pd-categories-flex {
			flex-wrap: wrap;
			justify-content: center;
			gap: 45px;
			row-gap: 5px;
	}
	.pd-categories-section::before {
			height: 880px;
	}
	.pd-categories-section::after {
			bottom: -260px;
	}

	/* Featured Products Section */
	.pd-featured-section {
			margin-right: 20px;
			margin-left: 20px;
			margin-top: 93px;
			margin-bottom: 33px;
			z-index: 1;
	}
	.pd-sec-title h1 {
			font-size: 35px;
			line-height: 70px;
	}
		
	.pd-featured-section .featured_row {
		margin: 0px -5px;
	}
	.pd-featured-section .home-tabs-thumbnail {
			padding: 0 5px !important;
			margin-bottom: 10px;
	}
	.pd-featured-section .home-tabs-thumbnail .thumbnail {
			padding: 22px 13px 21px;
			border-radius: 10px;
	}
	.pd-featured-section .thumbnail .thumbnail-image {
			padding: 10px 12px 11px;
	}
	.pd-featured-section .thumbnail .caption h3 {
			line-height: 14px;
	}
	.pd-featured-section .thumbnail .caption h3 a {
			font-size: 12px;
			line-height: 20px;
	}
	.pd-featured-section .thumbnail .caption .price {
			font-size: 14px;
			line-height: 17px;
			margin-bottom: 11px;
	}
	.pd-featured-section .thumbnail .btn-success {
			font-size: 12px;
			line-height: 38px;
	}
	.pd-featured-section .thumbnail .btn-success svg {
			max-width: 17px;
	}
	.pd-featured-section .savings-container {
    left: 10px;
	}
	.pd-best-seller-section::before {
		display: none;
	}
	.pd-best-seller-section {
		margin-bottom: 40px;
	}
	.pd-home-text-image-banner-content {
		padding-top: 0px;
	}

	/* Benefits Section */
	.pd-benefits-section {
			padding: 56px 0 22px;
			overflow: hidden;
	}
	.pd-benefits-section ul {
			flex-wrap: wrap;
			justify-content: unset;
			gap: 0px;
	}
	.pd-benefits-section .usplnk {
			width: 50%;
			padding: 0px;
			margin-bottom: 35px;
	}
	.pd-benefits-section ul li:nth-child(3) { order: 1; }
	.pd-benefits-section ul li:nth-child(1) { order: 3; }
	.pd-benefits-section ul li:nth-child(4) { order: 2; }
	.pd-benefits-section ul li:nth-child(2) { order: 4; }
	.pd-benefits-section::before {
			top: -16px;
			left: 40%;
			width: 84px;
			height: 84px;
	}
	.pd-benefits-section::after {
			width: 62px;
			height: 62px;
			top: unset;
			right: 10px;
			bottom: 17px;
	}

	/* Best Sellers */
	.pd-best-seller-section {
		margin-top: 50px;
		padding-top: 0px;
	}

	/* Second Banner New */
	.pd-home-text-image-banner {
		margin-top: 0px;
	}
	.pd-home-text-image-banner-content {
		position: relative;
		left: unset;
		top: unset;
		max-width: unset;
		transform: unset;
		padding-bottom: 25px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd-home-text-image-banner-wrapper {
			background-size: cover;
			height: 47vh;
			margin-top: 0px; 
			margin-bottom: 0px; 
			background-repeat: no-repeat;
			margin-bottom: -61px;
	}
	.pd-home-text-image-banner::before {
			display: none;
	}
	.pd-home-text-image-banner-wrapper::before {
			width: 81px;
			height: 80px;
			bottom: unset;
			right: 53%;
			z-index: 1;
			opacity: 1;
	}

	/* Newsletter */
	.pd-wrapper-newslet .pd-newsletter {
			margin-left: 20px;
			margin-right: 20px;
	}
	.pd-wrapper-newslet {
			padding-top: 100px;
			background-color: #06A5EA;
			padding-bottom: 15px;
			margin-bottom: 0px;
	}
	.pd-news-text {
			margin-bottom: 0px;
	}
	.pd-wrapper-newslet .pd-newsletter .pd-news-text h4 {
			font-size: 16px;
			line-height: 19px;
			margin-bottom: 10px;
	}
	.pd-wrapper-newslet .pd-newsletter .pd-news-text p {
			font-size: 22px;
			line-height: 26px;
	}
	form.needsclick.klaviyo-form.klaviyo-form-version-cid_1.kl-private-reset-css-Xuajs1>div>div {
		flex-direction: column !important;
		gap: 10px !important;
	}
	form.needsclick.klaviyo-form.klaviyo-form-version-cid_1.kl-private-reset-css-Xuajs1>div>div>div {
		flex: unset !important;
		padding: 0px !important;
	}
  /* Review */
	.pd-reviews-section {
    padding-top: 78px;
    padding-bottom: 50px;
	}
	.pd-reviews-section::after {
		display: none;
	}
	.pd-reviews-section::before {
    top: -20px;
    right: 36px;
    width: 97px;
    height: 96px;
	}
	/* Blog */
	.pd-latest-posts {
		padding-top: 30px;
	}
	.pd-latest-posts .pd-latest-posts-wrapper {
		margin: 0px 20px;
	}
	.pd-latest-posts .recent-post-title h3 {
		font-size: 35px;
    line-height: 36px;
		margin-bottom: 25px;
	}
	.pd-latest-posts .post_title {
		font-size: 16px;
		line-height: 20px;
		height: 61px;
	}
	.pd-latest-posts .post_link {
		font-size: 12px;
		line-height: 25px;
	}
	.pd-latest-posts .post_info {
		margin-bottom: 26px;
	}
	.slick-dots li button:before {
		font-size: 9px;
		color: #fff;
		border: 1px solid #06A5EA;
		border-radius: 50%;
		line-height: 11px;
		width: 11px;
		height: 11px;
		opacity: 1;
	}
	.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #06A5EA;
		font-size: 15px;
		background: #F2FAFE;
		border: none;
	}
	.pd-latest-posts::before {
		display: none;
	}
	.slick-dots li {
    width: 10px;
	}
}

@media (max-width: 704px) {
	.pd-categories-section {
			overflow: unset;
	}
	.banner-mob-bg {
			aspect-ratio: 3 / 2;
	}
}


@media (max-width: 600px) {
	.pd-categories-section::before {
			height: 1205px;
	}
	.pd-categories-section::after {
			bottom: -357px;
	}
	.pd-featured-section {
			margin-top: 110px;
	}
	.pd-best-seller-section {
		margin-top: 50px;
	}
	.pd-latest-posts {
		padding-bottom: 1px;
	}
}

@media (max-width: 576px) {
	.pd-sec-title h1 {
			font-size: 30px;
			line-height: 60px;
	}
	.pd-featured-section .nav-tabs {
			gap: 0px;
	}
	.pd-featured-section .nav-tabs > li.active > a, .pd-featured-section .nav-tabs > li.active > a:hover, .pd-featured-section .nav-tabs > li.active > a:focus {
			font-size: 16px;
			line-height: 19px;
	}
	.pd-featured-section .nav-tabs > li {
			padding: 10px 10px 2px;
	}
	.pd-featured-section .home-tabs-thumbnail {
			width: 50%;
	}
	.pd-best-seller-section .home-tabs-thumbnail:nth-child(n+9) {
			display: none;
	}
	.home-category-section {
			margin-top: 47px;
	}
	.home-category-section .category-images-box.first-row {
			width: 100%;
	} 
	.home-category-section .category-images-box {
			width: 100%;
	}
	.home-category-section .category-box-content {
			left: 30px;
			bottom: 35px;
	}
	.home-category-section .category-images-box.first-row .category-images-a {
			padding-top: 100%;
	}
	.home-category-section .category-images-box .category-images-a {
			padding-top: 100%;
	}
	.home-category-section .category-box-content .category-title span {
			font-size: 16px;
			margin-bottom: 5px;
			line-height: 19px;
	}
	.home-category-section .category-box-content .category-title {
			font-size: 30px;
			line-height: 36px;
	}
	.pd-latest-posts .recent-post-title h3 {
		font-size: 30px;
		line-height: 36px;
	}
	.pd-home-text-image-banner-wrapper {
			background-size: contain;
			margin-bottom: -71px;
			height: 37vh;
	}
}

@media (max-width: 470px) {
	.banner-mob-bg {
		aspect-ratio: 43 / 37;
	}
	.pd-home-text-image-banner-wrapper {
			background-size: contain;
			margin-bottom: -85px;
			height: 30vh;
	}
}
@media (max-width: 420px) {
	.pd-categories-section::before {
			height: 1265px;
	}
	.pd-featured-section .thumbnail .caption .price {
			font-size: 13px;
			line-height: 16px;
	}
	.pd-featured-section .thumbnail .caption .price {
		gap: 5px;
	}
	.pd-categories-section .pd-categories-flex {
		gap: 20px;
	}
	.pd-home-text-image-banner-wrapper {
			background-size: contain;
			margin-bottom: -89px;
			height: 27vh;
	}
}
@media (max-width: 400px) {
	.pd-best-seller-section .pd-sec-title h1 {
    font-size: 29px;
	}
}


/* Footer */
.footer-wrapper::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1950.5 573.566'><path d='M0.51456 527.651C181.763 560.062 345.408 542.062 567.847 502.062C790.287 462.062 1087.62 518.306 1291.54 557.374C1495.47 596.442 1782.59 565.887 1950.5 454.024L1949.99 0L0 0L0.51456 527.651Z' fill='rgb(71,71,71)' fill-rule='evenodd' transform='matrix(1,0,0,-1,0,573.566)'/></svg>") no-repeat center;
	background-size: contain;
	z-index: -1; 
}

.footer-wrapper {
	position: relative; 
	z-index: 1;
	padding-top: 90px;
}	
.wrapper-footer-top::before {
	content: "";
	position: absolute;
	background: url('/assets/themes/2025-08-pd-theme/img/Bubbles.png') no-repeat;
	width: 203px;
	height: 199px;
	background-size: contain;
	filter: brightness(4621%) contrast(100%);
	top: 137px;
	left: -300px;
	transform: scaleX(-1);
}
.wrapper-footer-top::after {
	content: "";
	position: absolute;
	background: url('/assets/themes/2025-08-pd-theme/img/Bubbles.png') no-repeat;
	width: 176px;
	height: 174px;
	background-size: contain;
	filter: brightness(4621%) contrast(100%);
	top: 95px;
	right: -90px;
	transform: scaleX(-1);
}
.footer-wrapper::after {
	content: "";
	position: absolute;
	background: url('/assets/themes/2025-08-pd-theme/img/Bubbles.png') no-repeat;
	width: 108px;
	height: 106px;
	background-size: contain;
	filter: brightness(4621%) contrast(100%);
	top: 63px;
	right: 41.6%;
	transform: scaleX(-1);
}
.pd-footer-margin {
	margin: 0px 6% 0px 13.5%;
}
.wrapper-footer-middle.pd-footer-margin {
	margin-left: 13.8%;
}
.wrapper-footer-bottom.pd-footer-margin {
	margin-left: 13.8%;
}
.footer-wrapper {
	color: #fff;
	width: 100%;
	overflow: hidden;
	z-index: 11;
}
#n_content .footer-wrapper {
	background-color: #fff;
}
.footer-wrapper .wrapper-footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24.5px;
	position: relative;
	z-index: 1;
}
.footer-wrapper .wrapper-footer-top .pdFooterLogo {
	margin-bottom: 0px;
	width: 79.3%;
	text-align: left;
}
.footer-wrapper .wrapper-footer-top .logo {
	margin-top: 0px;
}
.footer-wrapper .wrapper-footer-top .top-social {
	margin-right: 0px;
	display: flex;
	gap: 9px;
	width: 20.7%;
	padding-left: 15px;
}
.footer-wrapper .wrapper-footer-top .top-social li {
	padding: 0px;
	background: #fff;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50px;
	text-align: center;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-wrapper .wrapper-footer-top .top-social li a {
	line-height: 32px;
	color: #474747;
	display: flex;
}
.footer-wrapper .wrapper-footer-middle {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.footer-wrapper .pd-payment {
	display: flex;
	flex-direction: column;
	text-align: left;
	width: 38.3%;
	padding-right: 3%;
	margin-bottom: 24px;
}
.footer-wrapper .pd-payment .pd-footer-box-text {
	margin-right: 32%;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 19px;
	font-weight: 400;
	margin-top: 5px;
}
.footer-wrapper .pd-payment .pd-footer-box-contact {
	margin-bottom: 25px;
}
.footer-wrapper .pd-payment .pd-footer-box-contact span {
	font-size: 16px;
	font-weight: 900;
	line-height: 30px;
}
.footer-wrapper .pd-payment .pd-footer-box-contact .contact-footer-box {
	display: flex;
	gap: 5px;
}
.footer-wrapper .pd-payment .pd-footer-box-contact .contact-footer-box a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.footer-wrapper .pd-payment ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
	gap: 5px;
	padding-left: 0px;
}
.footer-wrapper .pd-payment ul .payment-icon-container {
	border-radius: 0px;
	padding: 5px 11px;
	background: #fff;
	height: 33px;
	min-width: 46px;
	width: 100%;
}
.footer-wrapper .pd-payment ul .payment-icon-container img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.payment-icon-americanexpress, .payment-icon-visa, .payment-icon-paypal {
	margin-top: 0px;
}
.footer-wrapper h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
}
.footer-wrapper .pd_footer_bottom {
	text-align: left;
}
.footer-wrapper .pd_footer_bottom_1 {
	width: 21%;
	padding-left: 5px;
}
.footer-wrapper .pd_footer_bottom_2 {
	width: 20%;
	padding-left: 10px;
}
.footer-wrapper .pd_footer_bottom_3 {
	width: 20.7%;
	padding-left: 13px;
}
.footer-wrapper .pd_footer_bottom ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding-left: 0px;
}
.footer-wrapper .pd_footer_bottom a {
	color: #fff;
	padding: 0px;
	line-height: 31px;
}
.footer-wrapper .wrapper-footer-bottom {
	position: relative;
	z-index: 1;
}
.footer-wrapper .wrapper-footer-bottom.pd-footer-margin {
	margin-right: 13.5%;
	border-top: 1px solid #FFFFFF33;
} 
.footer-wrapper .wrapper-footer-bottom .pd_copyright {
	padding-top: 13px;
	padding-bottom: 26.5px;
	text-align: left;
	color: #FFFFFFB3;
	font-size: 14px;
	margin-bottom: 0px;
}
.footer-wrapper .wrapper-footer-bottom .pd_copyright address {
	margin-bottom: 0px;
}
.footer-wrapper .wrapper-footer-bottom .pd_copyright a {
	color: #FFFFFFB3;
	font-size: 14px;
}

@media (min-width: 1870px) {
	.footer-wrapper::before {
		top: 40px;
		background-size: cover;
	}
	.footer-wrapper {
    padding-top: 160px;
	}
}
@media (min-width: 2080px) {
	.footer-wrapper {
    padding-top: 266px;
	}
	.footer-wrapper::before {
		top: 80px;
	}
}
@media (min-width: 2490px) {
	.footer-wrapper {
    padding-top: 240px;
	}
	.footer-wrapper::before {
		height: 160%;
		top: 50px;
	}
}

@media (max-width: 1650px) {
	.footer-wrapper::before {
    top: -40px;
	}
}
@media (max-width: 1400px) {
	.footer-wrapper::before {
    top: -104px;
	}
}
@media (max-width: 1200px) {
	.wrapper-footer-middle.pd-footer-margin {
		margin: 0px 9% 0px 9%;
	}
	.footer-wrapper .pd-payment {
		flex-direction: column-reverse;
		width: unset;
		justify-content: center;
		padding-right: unset;
		text-align: center;
		align-items: center;
	}
	.footer-wrapper .pd-payment .pd-footer-box-contact .contact-footer-box {
    justify-content: center;
	}
	.footer-wrapper .wrapper-footer-bottom .pd_copyright {
		text-align: center;
	}
	.footer-wrapper::before {
    top: -200px;
	}
	.footer-wrapper .pd-payment .pd-footer-box-contact {
    margin-bottom: 0px;
	}
	.pd-footer-margin {
    margin: 0px 9% 0px 9%;
	}
	.pd-footer-box-text {
		padding-top: 10px;
		text-align: center;
		background-color: #474747;
		margin: 0px;
		padding: 0px 9% 0px 9%;
	}
	.footer-wrapper .wrapper-footer-middle {
    padding-top: 35px;
	}
	.footer-wrapper .wrapper-footer-top .pdFooterLogo {
    margin-bottom: 0px;
    width: 50%;
  }
	.footer-wrapper .wrapper-footer-top .top-social {
		width: 50%;
		justify-content: flex-end;
	}
}
@media (max-width: 900px) {
	.footer-wrapper::before {
    top: -230px;
	}
}
@media (max-width: 767px) {
	.wrapper-footer-top::after {
		width: 101px;
		height: 99px;
		top: 200px;
		right: 0px;
	}
	.footer-wrapper::before {
    top: -240px;
  }
	.pd-footer-box-text {
		font-size: 12px;
	}
	.footer-wrapper h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.footer-wrapper .pd_footer_bottom a {
		font-size: 14px;
		line-height: 25px;
	}
	.footer-wrapper-bg-top {
		background-color: #474747;
	}
	.footer-wrapper .pd-payment .pd-footer-box-contact span {
    font-size: 12px;
    line-height: 25px;
	}
	.footer-wrapper .pd-payment .pd-footer-box-contact .contact-footer-box a {
    font-size: 12px;
    line-height: 25px;
	}
	.footer-wrapper .wrapper-footer-bottom .pd_copyright {
    font-size: 12px;
	}
}
@media (max-width: 667px) {
	.footer-wrapper::before {
		top: -265px;
	}
	.footer-wrapper-bg-top {
		background-color: #474747;
		margin-bottom: -1px;
	}
	.footer-wrapper .pd_footer_bottom_1 {
    width: 30%;
		padding-left: 0px;
	}
	.footer-wrapper .pd_footer_bottom_2 {
    width: 30%;
    padding-left: 0px;
	}
	.footer-wrapper .pd_footer_bottom_3 {
    width: 30%;
    padding-left: 0px;
	}
}
@media (max-width: 550px) {
	.footer-wrapper .wrapper-footer-top {
		flex-direction: column;
		gap: 30px;
	}
	.footer-wrapper .wrapper-footer-top .pdFooterLogo {
		text-align: center;
	}
	.footer-wrapper .wrapper-footer-top .logo {
		max-width: 156px;
	}
	.footer-wrapper .wrapper-footer-top .top-social {
		width: 50%;
		justify-content: center;
		padding-left: 0px;
		gap: 10px;
	}
	.footer-wrapper .wrapper-footer-top .top-social li {
		width: 25px;
		height: 25px;
	}
	.footer-wrapper .wrapper-footer-middle {
		padding-top: 20px;
	}
	.footer-wrapper .wrapper-footer-middle {
    flex-direction: column;
    align-items: center;
	}
	.footer-wrapper .pd_footer_bottom_1 {
    text-align: center;
		margin-bottom: 10px;
	}
	.footer-wrapper .pd_footer_bottom_2 {
    text-align: center;
		margin-bottom: 10px;
		width: unset;
	}
	.footer-wrapper .pd_footer_bottom_3 {
    text-align: center;
		margin-bottom: 10px;
		width: unset;
	}
	.footer-wrapper .wrapper-footer-bottom .pd_copyright {
		padding-top: 10px;
    padding-bottom: 28px;
	}
	.footer-wrapper::before {
		top: -448px;
	}
	.footer-wrapper::after {
		width: 127px;
    height: 124px;
    top: 63px;
    right: 65.6%;
	}
	.wrapper-footer-top::before {
    width: 79px;
    height: 76px;
    top: 500%;
    left: -15px;
	}
	.wrapper-footer-top::after {
		top: 330%;
    right: -15px;
	}
	.pd-payment.pd-footer-margin {
		margin: 0px auto 25px;
	}
	.footer-wrapper .pd_footer_bottom_1 {
    width: 80%;
	}
}

@media (max-width: 500px) {
	.footer-wrapper::before {
    top: -477px;
  }
}
@media (max-width: 400px) {
	.footer-wrapper::before {
    top: -492px;
  }
	.footer-wrapper .wrapper-footer-bottom.pd-footer-margin {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/* NEW MENU */
.wrapper-nav .menu-products .dropdown-menu {
	display: flex;
	height: auto !important;
	border: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
  
@media (min-width: 992px) {
	.categ-wrapper {
		position: absolute;
		overflow: hidden;
		top: -31px;
		bottom: -31px;
		right: -38px;
		left: 60%;
		margin-left: 38px;
		border-bottom-right-radius: 20px;
	}
	.categ-img {
		height: 100%;
		width: 100%;
		position: relative;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
	}
	.categ-img .caption {
		position: absolute;
    left: 50%;
    bottom: 41px;
    transform: translateX(-50%);
    padding: 20px 21px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #474747;
	}
	.categ-img .caption:hover {
		background-color: #474747;
	}
	.wrapper-nav .wrap-sub-categ .categ-img .caption a {
		font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #474747;
    text-transform: uppercase;
    white-space: nowrap;
	}
	.wrapper-nav .wrap-sub-categ .categ-img .caption:hover a {
		color: #fff;
	} 
	.lv2-li.open .subcateg-wrapper {
		background-color: #fff;
	}
}

.wrap-sub-categ {
	width: 100%;
	margin: 31px 38px;
	position: relative;
	padding: 0px;
}

.wrapper-nav .wrap-sub-categ .lv2-li {
	width: 23%;
	position: initial !important;
	left: auto !important;
	top: auto !important;
	padding: 8px 10px 8px 0px;
	border-right: 1px solid #c7c7c7;
	margin-bottom: 0px;
}
.wrapper-nav .wrap-sub-categ .menu-li.lv2-li .subcateg-wrapper {
	display: none;
	position: absolute;
	right: -38px;
	width: 77%;
	top: -31px;
	bottom: -31px;
	border-bottom-right-radius: 20px;
}
.wrapper-nav .wrap-sub-categ .menu-li.lv2-li.open .subcateg-wrapper {
	display: flex;
	overflow: hidden;
	z-index: 1;
}
.wrapper-nav .wrap-sub-categ ul {
  width: 50%;
	margin-top: 31px;
	overflow-y: auto;
	margin-bottom: 28px;
	padding-left: 3%;
}
.wrapper-nav .wrap-sub-categ .menu-li.lv2-li.open .subcateg-wrapper .subcateg-img {
	width: 50%;
	border-bottom-right-radius: 20px;
	position: relative;
}
.wrapper-nav .wrap-sub-categ .menu-li.lv2-li.open .subcateg-wrapper .subcateg-img a {
  height: 100%;
}
.wrapper-nav .wrap-sub-categ .menu-li.lv2-li.open .subcateg-wrapper .subcateg-img img {
	width: 100%;
}
@media (min-width: 992px) {
	.wrapper-nav .wrap-sub-categ a:before {
		display: none;
	}
}
@media (max-width: 1650px) {
	.wrapper-nav .wrap-sub-categ .lv2-li {
		width: 25%;
	}
	.wrapper-nav .wrap-sub-categ .menu-li.lv2-li .subcateg-wrapper {
    width: 75%;
	}
}
@media (max-width: 1520px) {
	.wrapper-nav .wrap-sub-categ .lv2-li {
    width: 30%;
	}
	.wrapper-nav .wrap-sub-categ .menu-li.lv2-li .subcateg-wrapper {
    width: 70%;
	}
	.wrapper-nav .wrap-sub-categ .lv2-li > .subcateg-name a {
    font-size: 18px;
    line-height: 22px;
	}
	.wrapper-nav .wrap-sub-categ .lv2-li {
		padding: 12px 10px 12px 0px;
	}
	.wrapper-nav .wrap-sub-categ ul>li:first-child a {
    font-size: 20px;
    line-height: 24px;
	}
	.wrapper-nav .wrap-sub-categ a {
    font-size: 17px;
    line-height: 38px;
	}
}
