/*!
 * Generic Styles v1.0.0
 * Copyright 2025 PTR Lifesaving
 */

/* Colors:
Blue - #253883 - rgba(37, 56, 131, 1)
Orange - #FF5800 - rgba(255, 88, 0, 1)
*/


body{
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #1c1c1c;
  font-weight: 400;
}
h1{
  font-size: 56px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 25px;
}
h2,
h1.woocommerce-products-header__title{
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 25px;
}
h3{
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
h4{
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}
h4.styled{
  color: #253883;
  font-weight: 400;
}
h5{
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
h6{
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  margin: 0;
}
a{
  color: #253883;
  transition: all 0.3s ease;
}
a:hover{
  color: #FF5800;
}
p{
  font-size: 16px;
  margin-bottom: 15px;
}
.circle-icon{
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.circle-icon:hover{
  background: rgba(37, 56, 131, 1);
  color: rgba(255, 255, 255, 1);
}
.wp-block-separator{
	margin: 2rem auto 1rem
}
.bg-style-1{
  position: relative;
  background-image: url('../assets/bg-1.png');
  background-position: top center;
  background-size: cover;
}
.bg-style-2{
  position: relative;
  background-image: url('../assets/bg-2.png');
  background-position: top center;
  background-size: cover;
}
.bg-style-3{
  position: relative;
  background-color: #ECF5FB;
}
.bg-style-3:before{
  content: '';
  background-image: url("../assets/bg-3-deco.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 300px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.bg-style-4{
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-style-4 h1,
.bg-style-4 p,
.bg-style-4 h2,
.bg-style-4 a{
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.bg-style-5{
  position: relative;
  background-color: #ECF5FB;
}
.bg-style-5 figure{
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-list{
  display: none;
}
.slick-initialized .slick-list{
  display: block;
}
ul{
  margin: 0;
  padding: 0;
}
ul li{
  list-style-position: inside;
}
b, strong {
	font-weight: 600;
}

/*------------------------
	Top Area
------------------------*/
.top-area{
  position: relative;
  background: #253883;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.top-area a{
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.top-area a:hover{
  color: #fff;
}
.top-area .contact-details a{
  margin-right: 15px;
}
.top-area .contact-details a:after{
  width: 1px;
  height: 100%;
  content: "";
  display: inline-block;
  background: #fff;
  margin-left: 15px;
  vertical-align: middle;
  opacity: 0.5;
}
.top-area .contact-details a:last-child:after{
  display: none;
}
.social{
  position: relative;
}
.social li{
  display: inline-block;
  margin-left: 15px;
}
.social li a{
  font-size: 18px;
}
.social li a:hover{
  color: #FF5800;
}
.top-menu,
.header .acf-nav-menu .menu{
  display: block;
  position: relative;
}
.top-menu li,
.top-area .acf-nav-menu .menu li{
  display: inline-block;
  margin: 0 10px;
  transition: all 0.3s ease;
  position: relative;
}
.top-area .acf-nav-menu .menu li{
  margin: 0 15px 0 0;
}
.top-menu li a,
.top-area .acf-nav-menu .menu li a{
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  font-size: 16px;
}
.top-area .acf-nav-menu .menu li a{
  font-size: 15px;
  margin: 0;
}
.top-menu li a:before,
.top-area .acf-nav-menu .menu li a:before{
  position: absolute;
  top: 100%;
  width: 0;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: #FF5800;
  transition: all 0.3s ease;
}
.top-menu li a:hover:before,
.top-menu li.current-menu-item a:before,
.top-area .acf-nav-menu .menu li a:hover:before,
.top-area .acf-nav-menu .menu li.current-menu-item a:before{
  width: 100%;
  left: 0;
  transform: translateX(0);
}

/*------------------------
		Header
------------------------*/
.main-header{
  background-color: #fff;
  z-index: 9999;
  position: relative;
}
.main-header,
.sticky-wrapper{
  z-index: 9999;
  transition: all 0.5s ease;
}
.sticky-wrapper.is-sticky .main-header{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px -1px;
}
.sticky-wrapper.nav-up header {
  top: -200px !important;
}
.main-header .logo{
  position: relative;
  display: block;
  width: auto;
  height: 70px;
  margin-right: 15px;
  transition: all 0.3s ease;
}
.sticky-wrapper.is-sticky .main-header .logo{
  height: 60px;
}
.main-header .logo img{
  width: auto;
  height: 100%;
  display: block;
  max-width: 100%;
}

.main-navigation{
}
.main-navigation ul{
  display: block;
  margin: 0;
  padding: 0;
}
.main-navigation ul li{
  display: inline-block;
  margin-right: 20px;
}
.main-navigation ul li a{
  color: #010f30;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  position: relative;
}
.main-navigation ul li a:before{
  position: absolute;
  top: 100%;
  width: 0;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: #FF5800;
  transition: all 0.3s ease;
}
.main-navigation ul li a:hover:before,
.main-navigation ul li.current-menu-item a:before{
  width: 100%;
  left: 0;
  transform: translateX(0);
}
.main-navigation ul li ul li a:before{
  display: none;
}
.main-navigation ul li a.sf-with-ul {
	padding-right: 25px;
}
.main-navigation ul li a.sf-with-ul:after{
  content: '\f107';
  font-family: 'Font Awesome\ 7 Sharp';
  font-weight: 500;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  border: none;
  text-align: center;
}
/* .main-navigation ul li ul{
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 20px;
  min-width: 150%;
}
.main-navigation ul li ul li{
  display: block;
  margin: 0;
  padding: 0;
  float: none;
}
.main-navigation ul li ul li a{
  display: inline-block;
  white-space: nowrap;
  padding: 7px 0 2px;
  font-weight: 400;
  font-size: 15px;
} */

.main-navigation .sf-mega{
  position: absolute;
  left: 0;
  top: 100%;
  background: #ECF5FB;
  width: 100%;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
  text-align: left;
  z-index: 999;
  display: none;
}
.main-navigation .simple-submenu{
  position: relative;
  padding: 15px 0;
}
body.home .main-navigation .simple-submenu{
  position: relative;
  padding: 47px 0;
}
.main-navigation .simple-submenu .sf-mega{
  position: absolute;
  left: 0px;
  top: 100%;
  background: #ECF5FB;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  width: auto;
}
body.home .main-navigation .simple-submenu .sf-mega{
  left: -15px;
}
.main-navigation .simple-submenu .sf-mega li{
  margin-right: 0;
}
.main-navigation .sf-mega ul{
  display: block !important;
  position: relative;
  padding: 0;
  margin: 0;
  opacity: 1 !important;
  visibility: visible !important;
  text-align: left;
}
.main-navigation .sf-mega ul li{
  display: block;
  position: relative;
  margin-bottom: 12px;
}
.main-navigation .text-center .sf-mega ul li{
  text-align: center;
}
.main-navigation .sf-mega ul li a{
  font-weight: 600;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-navigation .sf-mega ul li a.sf-with-ul{
  padding-right: 0;
}
.main-navigation .sf-mega ul li a.sf-with-ul:after{
  display: none;
}
.main-navigation .sf-mega ul li a:hover{
  color: #FF5800;
}
.main-navigation .sf-mega ul li ul{
  display: block;
  margin-top: 15px;
}
.main-navigation .sf-mega ul li ul li{
  display: block;
  float: none;
  padding: 5px 0;
  margin-bottom: 0;
}
.main-navigation .sf-mega ul li ul li a{
  font-weight: 300;
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.main-navigation .sf-mega .title{
  font-weight: 600;
  line-height: 29px;
  text-align: 17px;
  letter-spacing: 0px;
  text-transform: capitalize;
  display: block;
}
.main-navigation .sf-mega .box{
  width: 100%;
  height: auto;
  background: #fff;
  color: #253883;
  margin: 10px 0;
  position: relative;

  display: flex !important;
  min-height: 120px;
  padding: 0 !important;
  align-items: center;
}
.main-navigation .sf-mega .box .row{
  height: 100%;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-navigation .sf-mega .box figure{
  display: block;
  margin: 0;
  position: relative;
  aspect-ratio: 1/1;
  float: left;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  float: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-navigation .sf-mega .box figure img{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: contain;
  width: 90%;
  height: 90%;
  transform: translateX(-50%) translateY(-50%);
}
.main-navigation .sf-mega .box strong{
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #253883;
}
.main-navigation .sf-mega .box p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #253883;
}



.help-navigation{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.help-navigation li{
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.sticky-wrapper.is-sticky .main-header .help-navigation li{
  margin-left: 10px;
}
.help-navigation li:first-child {
  margin-left: 0;
}
.help-navigation li a{
  color: #010f30;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.help-navigation li a .circle-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  background: rgba(37, 56, 131, 0.2);
  color: rgba(37, 56, 131, 1);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.help-navigation li a:hover .circle-icon{
  background: rgba(37, 56, 131, 1);
  color: rgba(255, 255, 255, 1);
}
.help-navigation li a .text-content {
  display: flex;
  flex-direction: column;
  transition: width 0.3s ease;
}
.help-navigation li a .description {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
  font-weight: 500;
  
}
.help-navigation li a .label {
  font-size: 16px;
  color: #253883;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.sticky-wrapper.is-sticky .main-header .help-navigation li a .text-content{
  opacity: 0;
  visibility: hidden;
  width: 0;
  display: none;
}

/*------------------------
	  Page Header
------------------------*/
.page-header{
  position: relative;
  color: #253883;
}
.page-header h1{
  margin: 0;

  display: inline-block;
  padding: 10px;
  border-radius: 5px 10px;
  z-index: 999;
  position: relative;
  background: rgba(236, 245, 251, 0.7);
}
.page-header figure{
  width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-header .term-description p{
  margin-bottom: 0;
}

/*------------------------
	  Showcase
------------------------*/
.showcase{
  position: relative;
  z-index: 0;
  background: #253883;
  color: #fff;
  padding: 0 0 60px;
	clip-path: polygon(100% 0%, 0% 0%, 0% 93.53%, 1.54% 93.99%, 3.08% 94.53%, 4.62% 95.12%, 6.15% 95.75%, 7.69% 96.4%, 9.23% 97.04%, 10.77% 97.66%, 12.31% 98.22%, 13.85% 98.72%, 15.38% 99.14%, 16.92% 99.46%, 18.46% 99.67%, 20% 99.77%, 21.54% 99.74%, 23.08% 99.6%, 24.62% 99.35%, 26.15% 98.99%, 27.69% 98.54%, 29.23% 98.01%, 30.77% 97.42%, 32.31% 96.79%, 33.85% 96.14%, 35.38% 95.5%, 36.92% 94.88%, 38.46% 94.31%, 40% 93.8%, 41.54% 93.37%, 43.08% 93.04%, 44.62% 92.82%, 46.15% 92.71%, 47.69% 92.72%, 49.23% 92.85%, 50.77% 93.1%, 52.31% 93.44%, 53.85% 93.89%, 55.38% 94.41%, 56.92% 94.99%, 58.46% 95.62%, 60% 96.26%, 61.54% 96.91%, 63.08% 97.53%, 64.62% 98.11%, 66.15% 98.62%, 67.69% 99.06%, 69.23% 99.4%, 70.77% 99.64%, 72.31% 99.76%, 73.85% 99.76%, 75.38% 99.64%, 76.92% 99.41%, 78.46% 99.07%, 80% 98.64%, 81.54% 98.12%, 83.08% 97.55%, 84.62% 96.93%, 86.15% 96.28%, 87.69% 95.63%, 89.23% 95.01%, 90.77% 94.42%, 92.31% 93.9%, 93.85% 93.46%, 95.38% 93.1%, 96.92% 92.86%, 98.46% 92.73%, 100% 92.71%);
	width: 100%;
	height: 100%;
  overflow-x: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.showcase:after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  content: "";
  background: rgba(37, 56, 131, 0.7);
}
.showcase .container{
  position: relative;
  z-index: 1;
}
.showcase figure{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.showcase figure img{
  width: 100%;
  height: auto;
  display: block;
}
.showcase .container{
  position: relative;
}
.showcase .container > .row,
.showcase .container .row  div{
  position: unset;
} 
.showcase .slide-arrow{
  position: absolute;
  right: 0;
  bottom: 10px;
  border: none;
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  background: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10;
}
.showcase .slide-arrow.next-slide{
  right: 0
}
.showcase .slide-arrow.prev-slide{
  right: 70px;
}
.showcase .slide-arrow:hover{
  background: rgba(37, 56, 131, 1);
  color: rgba(255, 255, 255, 1);
}
.showcase .slick-dots{
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.showcase .slick-dots li{
  display: inline-block;
  margin: 0 3px;
  width: 25px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border: 3px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
.showcase .slick-dots li button{
  display: none;
}
.showcase .slick-dots li.slick-active{
  background: rgba(255, 255, 255, 1);
  width: 50px;
}

.showcase figure.featured-product-image{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
   background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.showcase figure.featured-product-image.square{
  border-radius: 0 !important;
}
.showcase figure.featured-product-image figure{
  border-radius: 0;
  display: none;
}
.showcase figure.featured-product-image figure figcaption{
  position: absolute;
  background: #ECF5FB;
  padding: 5px 15px;
  left: 10px;
  top: 10px;
  font-size: 14px;
}
.slick-initialized .showcase figure.featured-product-image{
  display: block;
}
.showcase figure.featured-product-image img{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	object-fit: cover;
	max-width: 80%;
	max-height: 80%;
	transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
.showcase .product_meta a{
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}


/*------------------------
	Buttons
------------------------*/
.button,
.wc-block-components-button{
	float: left;
	min-width: 150px;
	max-width: 260px;
	display: block;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button.button-longer{
  min-width: 270px
}
.text-center .button {
  display: inline-block;
  float: none;
  text-align: center;
  max-width: 0 auto;
}
.button.button-small{
  padding: 0.5em 1.5em;
}
.button.button-standalone-icon{
  min-width: auto;
	max-width: auto;
  padding: 1em 1.4em;
}
.button.button-standalone-icon i{
  font-size: 20px;
}
.button:focus,
.wc-block-components-button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
a.button,
a.wc-block-components-button {
  text-decoration: none;
}
.button-text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button-text-thin {
	font-weight: 300;
}
.button-text-medium {
	font-weight: 500;
}
.button-text-thick,
.wc-block-components-button{
	font-weight: 600;
}
.button-round-s {
	border-radius: 5px;
}
.button-round-m {
	border-radius: 15px;
}
.button-round-l {
	border-radius: 40px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}
.button.btn-ptr,
.wc-block-components-button {
	background: #fff;
	color: #37474f;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.woocommerce .button.btn-ptr{
  border-radius: 0px;
  font-weight: 600;
  padding: 16px 32px;
  overflow: hidden;
  line-height: 24px;
}
.woocommerce .button.btn-ptr:hover,
.wc-block-components-button:hover {
  color: #fff;
}
.btn-ptr.button--inverted {
	background: none;
	color: #fff;
}
.btn-ptr::before,
.btn-ptr::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-ptr::before {
	background: #f48122;
}
.btn-ptr::after {
	background: #253883;
}
.btn-ptr:hover {
	color: #fff;
}
.btn-ptr:hover::before,
.btn-ptr:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.btn-ptr:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
.button.btn-ptr.button-alt,
.wc-block-components-button{
  background: #253883;
	color: #ffffff;
}
.button.btn-ptr.button-alt.disabled,
.wc-block-components-button.disabled {
  color: #ffffff;
  padding: 16px 32px;
}

/*------------------------
	Intro
------------------------*/
.intro{
  position: relative;
}

.intro figure{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.intro figure img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.intro .cta{
  display: block;
  background: #FF5800;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
.intro .cta strong{
  display: block;
  margin-top: 10px;
  font-size: 26px;
  line-height: 30px;
}
.intro p{
  font-size: 18px;
}
.intro p strong{
  font-weight: 700;
  color: #FF5800;
  font-size: 19px;
}
.intro .rating{
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  background: #f6f6f6;
}

.sec-line {
  max-width: 200px;
  height: 8px;
  position: relative;
  margin: 10px auto 10px;
  overflow: hidden;
}
.text-left .sec-line{
  margin-left: 0;
}
.sec-line::before {
  content: "";
  height: 4px;
  width: 100%;
  border-radius: 30px;
  background-color: #253883;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec-line::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  width: 60px;
  transform: translateY(-50%);
  height: 8px;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
  display: block;
  margin-bottom: 20px;
  background-color: #253883;
  animation: sectionLine 5s linear infinite;
}
@keyframes sectionLine {
  0% {
    left: -60px;
  }
  100% {
    left: 100%;
  }
}

/*------------------------
	Single Product Section
------------------------*/
.single-product-wrapper{
  position: relative;
}
.single-product-slider{
  display: block;
  position: relative;
}
.single-product-slider:after{
  content: "";
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background: #ECF5FB;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.single-product-wrapper.square .single-product-slider:after{
  border-radius: 0;
}
.single-product-slider:before {
	content: "";
	width: calc(100% + 100px);
	height: calc(100% + 100px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: linear-gradient(to right, rgba(236, 245, 251, 0) 50%, rgb(55, 175, 227));
	border-radius: 50%;
	clip-path: polygon(47% 0, 100% 0%, 100% 100%, 47% 100%);
  z-index: 0;
}
.single-product-wrapper.ladder-securing .single-product-slider:before{
  background-image: linear-gradient(to right, rgba(236, 245, 251, 0) 50%, #662d91);
}
.single-product-wrapper.water-rescue .single-product-slider:before{
  background-image: linear-gradient(to right, rgba(236, 245, 251, 0) 50%, #0099B9);
}
.single-product-wrapper.accessories .single-product-slider:before{
  background-image: linear-gradient(to right, rgba(236, 245, 251, 0) 50%, #437B28);
}
.single-product-wrapper.fall-protection .single-product-slider:before{
  background-image: linear-gradient(to right, rgba(236, 245, 251, 0) 50%, #FBAB18);
}
.single-product-wrapper.survival-nutrition .single-product-slider:before{
  background-image: linear-gradient(to right, rgba(236, 245, 251, 0) 50%, #21428D);
}
.single-product-wrapper.uscg-solas-med .single-product-slider:before{
  background-image: linear-gradient(to right, rgba(236, 245, 251, 0) 50%, #F47920);
}
.single-product-wrapper.pilot-embarkation-rope-ladders .single-product-slider:before{
  background-image: linear-gradient(to right, rgba(236, 245, 251, 0) 50%, #F47920);
}
.single-product-wrapper.ladder-securing .single-product-slider:before{
  background-image: linear-gradient(to right, rgba(236, 245, 251, 0) 50%, #662D91);
}
.single-product-wrapper.firefighting .single-product-slider:before{
  background-image: linear-gradient(to right, rgba(236, 245, 251, 0) 50%, #D2232A);
}
.single-product-wrapper.marine-water-pollution-prevention-solutions .single-product-slider:before{
  background-image: linear-gradient(to right, rgba(236, 245, 251, 0) 50%, #24513E);
}
.single-product-wrapper.square .single-product-slider:before{
  border-radius: 0;
}
.single-product-slider .slick-list{
  position: relative;
  z-index: 99;
}
.single-product-slider figure{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
   background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.single-product-wrapper.square .single-product-slider figure{
  border-radius: 0;
  display: none;
}
.single-product-wrapper.square .single-product-slider figure figcaption{
  position: absolute;
  background: #ECF5FB;
  padding: 5px 15px;
  left: 10px;
  top: 10px;
  font-size: 14px;
}
.single-product-wrapper.square .single-product-slider.slick-initialized figure{
  display: block;
}
.single-product-slider figure img{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	object-fit: cover;
	max-width: 80%;
	max-height: 80%;
	transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
.single-product-slider-thumbs {
	position: absolute;
  right: -70px;
  top: 50%;
  width: 80px;
  z-index: 999;
  transform: translateY(-50%);
}
.single-product-wrapper.square .single-product-slider-thumbs{
  position: absolute;
  left: 0px;
  right: auto;
  top: 100%;
  bottom: -87px;
  width: 50%;
  z-index: 999;
  transform: translateY(0);
}
.single-product-slider-thumbs figure{
  position: relative;
  display: block;
  width: 100%;
  max-width: 100px;
  max-height: 100px;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 5px 0;
  background: #fff;
  border: 4px solid rgb(55, 175, 227) !important;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.single-product-wrapper.square .single-product-slider-thumbs figure{
  border-radius: 0;
  margin-right: 15px;
  border: 4px solid #662d91 !important;
  display: none;
}
.single-product-wrapper.square .single-product-slider-thumbs.slick-initialized figure{
  display: block;
}
.single-product-slider-thumbs figure img{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	object-fit: cover;
	max-width: 80%;
	max-height: 80%;
	transform: translateX(-50%) translateY(-50%);
  border-radius: 30%;
}
.single-product-container h1{
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-product-container h2{
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-product-container h3{
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-product-container .product-category{
  margin-bottom: 20px;
}
.single-product-container .product-description p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.single-product-container .product-description h6{
  margin-bottom: .7rem;
}
.single-product-container .product-description strong{
  font-weight: 600;
}
.single-product-container .product-description ul{
  margin: 0;
  padding: 0 0 30px 0;
}
.single-product-container .product-description ol{
  margin: 0;
  padding: 0 0 30px 25px;
}
.single-product-container .product-description ul li{
  list-style: disc;
  margin-left: 20px;
  font-size: 16px;
  line-height: 24px;
}
.single-product-container .product_meta{
  display: block;
  margin-bottom: 20px;
}
.single-product-container .product_meta span{
  display: block;
  margin-right: 15px;
  font-size: 16px;
  line-height: 24px;
}
.single-product-container .product-category a{
  color: #253883;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.single-product-container .product-category a:hover{
  color: #FF5800;
}
.featured-product .price,
.single-product-container .price{
  font-size: 24px;
}
.featured-product .price ins,
.single-product-container .price ins{
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
}
.featured-product .price del,
.single-product-container .price del{
  font-weight: 400;
  font-size: 20px; 
  opacity: 0.7; 
}

.featured-product .product_meta > span,
.single-product-container .product_meta > span{
  /*display: flex;
  gap: 15px;*/
  font-weight: 400;
}
.featured-product .product_meta > span strong,
.single-product-container .product_meta > span strong{
	font-weight: 600;
}
.featured-product .product_meta > span a,
.single-product-container .product_meta > span a{
  color: #253883;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.single-product-container .category{
  position: absolute;
  z-index: 999;
  right: -82px;
  top: -20px;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
}
.single-product-container .category a{
  color: #fff;
  text-decoration: none;
}

/*------------------------
	Carousel
------------------------*/
.category-item{
  position: relative;
  margin: 0 6px;
}
.category-item a{
  text-decoration: none;
}
.category-item figure{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 60% 100%, 50% calc(100% - 50px), 40% 100%, 0% 100%);
  background-position: center;
  background-size: cover;
}
.category-item figure.sea-bg{
  background-image: url('../assets/sea-bg.jpg');
}
.category-item figure img{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
  max-width: 80%;
  max-height: 80%;
  transform: translateX(-50%) translateY(-55%);
}
.category-content{
  clip-path: polygon( 41.00% 45px, 50% 0%, 58.55% 45px, 100% 45px, 100% 100%, 0% 100%, 0% 45px, .65% 45px);
  padding: 70px 20px 20px;
  text-align: center;
  color: #fff;
  margin-top: -35px;
}
.category-content h3{
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 10px;
}
.category-content p{
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
}
.carousel .slick-dots{
  position: relative;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.carousel .slick-dots li{
  display: inline-block;
  margin: 0 3px;
  width: 25px;
  height: 4px;
  background: rgba(37, 56, 131, 0.4);
  border: 3px solid rgba(37, 56, 131, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel .slick-dots li button{
  display: none;
}
.carousel .slick-dots li.slick-active{
  background: rgba(37, 56, 131, 1);
  width: 50px;
}
.mega-hover {
  position: relative;
  overflow: hidden;
}
.mega-hover img {
  transition: all 0.4s ease;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.mega-hover:after,
.mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  transform: rotate(5deg);
}
.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}
.mega-hover:hover:before,
.category-item:hover .mega-hover:before{
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.mega-hover:hover:after,
.category-item:hover .mega-hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.mega-hover:hover img,
.category-item:hover .mega-hover img {
  transform: translateX(-50%) translateY(-55%) scale(1.05);
}

/*------------------------
  Mixed Section
------------------------*/
.mixed-section{
  position: relative;
}
.mixed-section figure{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
.mixed-section figure img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.media-style2 {
  display: flex;
  position: relative;
  margin-bottom: 30px;
}
.media-style2 .media-icon {
  transition: 0.3s ease-in-out;
  background-color: #253883;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-right: 30px;
  position: relative;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 32px;
}
.media-style2 .media-icon .number {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  color: #ffffff;
  background-color: rgb(55, 175, 227);
  transition: 0.2s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  font-size: 13px;
}
.media-style2 .media-icon::after {
  content: "";
  height: 52px;
  position: absolute;
  width: 1px;
  background-color: #253883;
  bottom: -92px;
  left: 50%;
  transform: translateY(-50%);
}
.media-style2 .media-icon:hover {
  background-color: #FF5800;
}
.media-style2 .media-icon:hover .number {
  background-color: #253883;
}
.media-style2 .media-title {
  font-size: 30px;
  line-height: 32px;
}
.media-style2 .media-body {
  margin-top: 20px;
}
.media-style2:last-child {
  margin-bottom: 0;
}
.media-style2:last-child .media-icon::after {
  content: "";
  display: none;
}
.media-style2:last-child .media-text {
  margin-bottom: 0;
}


.mixed-section .video{
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play-btn{
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #ffffff;
  color: #253883;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease;
  font-size: 32px;
}
.play-btn i{
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #ffffff;
  color: #253883;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease;
  font-size: 32px;
}
.play-btn:hover,
.play-btn:hover i{
  background: #253883;
  color: #ffffff;
}
.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}
.play-btn:after {
  animation-delay: 2s;
  animation-duration: 4s;
}
.play-btn:before{
  animation-duration: 4s;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/*------------------------
		Logo Carousel
------------------------*/
.logo-carousel{
  position: relative;
}
.logo-carousel .logo-carousel-slider figure{
  display: block;
  height: 100px;
  text-align: center;
  margin: 0;
}
.logo-carousel .logo-carousel-slider figure img{
  display: inline-block;
  max-width: 0 auto;
  width: auto;
  height: 100%;
  object-fit: contain;
  max-width: 80%;
}

.blog-preview{
  position: relative;
}
.blog-preview article{
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}
.blog-preview article figure{
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}
.blog-preview article figure img{
  display: block;
	position: absolute;
	left: 50%;
	top: 50%;
  width: 100%;
  height: 100%;
	object-fit: cover;
	transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
.blog-preview article figure figcaption{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 20;
}
.blog-preview article figure figcaption time{
  background: #fff;
  display: block;
  color: #253883;
  text-align: center;
  padding: 5px;
  font-size: 12px;
}
.blog-preview article figure figcaption time.day{
  background: #253883;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.blog-preview article .blog-article-details{
  padding: 20px;
}
.blog-preview article .blog-article-details h3{
  font-size: 28px;
  line-height: 32px;
}
.blog-preview article .blog-article-details h3 a{
  color: #253883;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-preview article .blog-article-details h3 a:hover{
  color: #FF5800;
}

/*------------------------
	Search
------------------------*/
.search-wrapper{
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease;
}
.search-wrapper.show{
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.search-wrapper .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.6);
  left: 0;
  bottom: -100%;
  z-index: 1;
  transition: left 0.3s ease, opacity 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.search-wrapper.show .overlay{
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.search-wrapper .close-search{
  position: absolute;
  right: 30px;
  top: 15px;
  width: auto;
  height: auto;
  line-height: auto;
  text-align: center;
  font-size: 56px;
  color: #253883;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition-delay: 0.6s, 0.6s, 0.6s, 0.1s;
  transform: translateY(15px);
  z-index: 120;
  opacity: 0;
  visibility: hidden;
}
.search-wrapper.show .close-search{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.search-wrapper .close-search:hover{
  color: #FF5800;
}
.search-box{
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  background: #fff;
  top: -500px;
  transition: top 0.3s ease;
  transition-delay: 0.4s;
}
.search-wrapper.show .search-box{
  top: 0; 
}
.search-box .aws-container .aws-search-field {
	color: #253883;
  padding-left: 25px !important;
	font-size: 14px;
	border: 1px solid #253883;
}
.search-box .aws-container .aws-search-form .aws-search-btn {
	width: 55px;
}
.search-box .aws-container .aws-search-form .aws-search-btn_icon {
	height: 27px;
	width: 55px;
	color: #fff;
}
.search-box .aws-container .aws-search-form .aws-form-btn {
	background: #253883;
  color: #fff;
	border: 1px solid #253883;
}
.search-box .aws-container .aws-search-form .aws-form-btn svg{
  fill: #fff;
}
.search-box .aws-container .aws-search-form .aws-form-btn:hover {
	background: #FF5800;
  border: 1px solid #FF5800;
}
body .aws-search-result .aws_result_title {
	display: block;
  font-weight: 600;
  margin-bottom: 3px;
  color: #253883;
}
body .aws-search-result .aws_search_more a {
  font-weight: 600;
	color: #253883;
}

/*------------------------
	Overlay
------------------------*/
.overlay-wrapper{
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease;
}
.overlay-wrapper.show{
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.overlay-wrapper .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.6);
  left: 100%;
  top: 0;
  z-index: 1;
  transition: left 0.3s ease, opacity 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.overlay-wrapper.show .overlay{
  left: 0;
  opacity: 1;
  visibility: visible;
}
.overlay-wrapper .close-overlay{
  position: absolute;
  right: 30px;
  top: 15px;
  width: auto;
  height: auto;
  line-height: auto;
  text-align: center;
  font-size: 56px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition-delay: 0.6s, 0.6s, 0.6s, 0.1s;
  transform: translateY(15px);
  z-index: 120;
  opacity: 0;
  visibility: hidden;
}
.overlay-wrapper.show .close-overlay{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.overlay-wrapper .close-overlay:hover{
  color: #FF5800;
}
.overlay-menu{
  display: block;
  position: absolute;
  z-index: 100;
  width: 500px;
  background: #fff;
  left: -500px;
  transition: left 0.3s ease;
  transition-delay: 0.4s;
}
.overlay-wrapper.show .overlay-menu{
  left: 0; 
}
.overlay-menu ul{
  list-style: none;
  height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
} 
.overlay-menu ul li{
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
}
.overlay-menu ul li a{
  display: block;
  padding-left: 40px;
  padding-right: 80px;
  color: #253883;
  background-color: transparent;
  font-size: 19px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  float: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.overlay-menu ul li:hover a{
  color: #fff;
}
.overlay-menu ul li.has-submenu a:after{
  position: absolute;
  content: '\f178';
  font-family: 'Font Awesome\ 7 Sharp';
  font-weight: 100;
  right: 50px;
  top: 50%;
  width: 20px;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  z-index: 3;
  font-size: 24px;
}
.overlay-menu ul li:hover a:after{
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  right: 30px;
}
.overlay-menu ul li a .dot{
  position: absolute;
  left: 12px;
  top: 50%;
  width: 14px;
  text-align: center;
  height: 14px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: red;
  transition: all 0.6s ease;
  z-index: 1;
}
.overlay-menu ul li:hover a .dot{
  width: 600px;
  height: 600px;
  left: -10px;
}
.overlay-menu ul li a i{
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  transform: translateY(-50%);
}
.overlay-menu ul li:hover a i{
  color: #fff !important;
}
.overlay-menu ul li a span.text{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.overlay-menu ul li ul{
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 100vh;
  background: #ECF5FB;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  padding: 30px 40px;
}
.overlay-menu ul li:hover ul{
  opacity: 1;
  visibility: visible;
}
.overlay-menu ul li ul li {
	display: block;
	position: relative;
  flex: initial;
}
.overlay-menu ul li ul li a,
.overlay-menu ul li:hover ul li a{
  display: block;
  padding: 10px 0 10px 25px;
  color: #253883;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.overlay-menu ul li ul li a:hover,
.overlay-menu ul li:hover ul li a:hover{
  color: #FF5800;
}
.overlay-menu ul li ul li a:not(.box):before{
  position: absolute;
  content: '\f054';
  font-family: 'Font Awesome\ 7 Sharp';
  font-weight: 300;
  left: 0;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.overlay-menu ul li ul .box{
  width: 100%;
  height: auto;
  background: #fff;
  color: #253883;
  margin: 10px 0;
  position: relative;

  display: flex !important;
  min-height: 120px;
  padding: 0 !important;
  align-items: center;
}
.overlay-menu ul li ul .box .row{
  height: 100%;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-menu ul li ul .box figure{
  display: block;
  margin: 0;
  position: relative;
  aspect-ratio: 1/1;
  float: left;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  float: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.overlay-menu ul li ul .box figure img{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: contain;
  width: 90%;
  height: 90%;
  transform: translateX(-50%) translateY(-50%);
}
.overlay-menu ul li ul .box strong{
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #253883;
}
.overlay-menu ul li ul .box p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #253883;
}

/*------------------------
		Minicart
------------------------*/
.minicart-wrapper{
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease;
}
.minicart-wrapper.show{
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.minicart-wrapper .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.6);
  right: 100%;
  top: 0;
  z-index: 1;
  transition: right 0.3s ease, opacity 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.minicart-wrapper.show .overlay{
  right: 0;
  opacity: 1;
  visibility: visible;
}
.minicart-wrapper .close-minicart{
  position: absolute;
  left: 30px;
  top: 15px;
  width: auto;
  height: auto;
  line-height: auto;
  text-align: center;
  font-size: 56px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition-delay: 0.6s, 0.6s, 0.6s, 0.1s;
  transform: translateY(15px);
  z-index: 120;
  opacity: 0;
  visibility: hidden;
}
.minicart-wrapper.show .close-minicart{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.minicart-wrapper .close-minicart:hover{
  color: #FF5800;
}
.minicart{
  display: flex; 
  flex-direction: column;
  position: absolute;
  z-index: 100;
  width: 500px;
  background: #fff;
  right: -500px;
  transition: right 0.3s ease;
  transition-delay: 1s;
  height: 100vh;
}
.minicart-wrapper.show .minicart{
  right: 0; 
}
.minicart .minicart-body {
  flex: 1;
  overflow-y: auto;
}
.minicart .minicart-actions{
  flex-shrink: 0;
  margin-top: auto;
  border-top: 1px solid #eee;
}

.product-title {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  color: #253883;
  text-decoration: none;
  line-height: 1.4;
}
.quantity {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}
.quantity .minus,
.quantity .plus {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF6B35;
  color: white;
  text-decoration: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.quantity .minus:hover,
.quantity .plus:hover {
  background: #e55a2b;
}
.quantity input {
  width: 60px;
  height: 45px;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
}
.woocommerce div.product form.cart .quantity input{
  height: 56px;
  width: 70px;
}
.quantity input:focus {
  outline: none;
  border-color: #253883;
}
.remove {
  color: #253883;
  font-size: 20px;
  text-decoration: none;
  padding: 8px;
  transition: color 0.3s ease;
}
.remove:hover {
  color: #253883;
}
.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*------------------------
		Cart/Checkout
------------------------*/
.wc-block-components-sidebar-layout.wc-block-cart,
.wc-block-components-sidebar-layout.wc-block-checkout{
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items th{
  padding: 10px !important;
  background: #253883 !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-align: left !important;
  visibility: visible !important;
}
.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items th span{
  font-size: 18px !important;
}
.wc-block-components-sidebar-layout.wc-block-cart .wc-block-components-product-name{
  color: #253883;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}
.is-large.wc-block-cart .wc-block-cart-items {
	border: 1px solid hsla(0,0%,7%,.11) !important;
}

/*------------------------
		Thank You Page
------------------------*/
.woocommerce-order-received .woocommerce-customer-details{
  display: none;
}

/*------------------------
		Distribution Map
------------------------*/
.map-container {
  position: relative;
  margin-bottom: 0px;
}
#map,
#distribution-map{
  height: 800px;
  width: 100%;
}
#contact-map{
  height: 600px;
  width: 100%;
}
.map-controls {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
}
.reset-map-btn {
  background: white;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: background 0.3s ease;
}
.reset-map-btn:hover {
  background: #f8f9fa;
}
.sidebar {
  background: white;
  overflow: hidden;
}
.distribution-point-card {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.distribution-point-card:hover {
  background-color: #f8f9fa;
}
.distribution-point-card:last-child {
  border-bottom: none;
}
.distribution-point-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
}
.distribution-point-card h5 {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
.distribution-point-card .contact-info {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
}
.distribution-point-card .contact-info strong {
  color: #495057;
}
.distribution-point-card .contact-info a {
  color: #007bff;
  text-decoration: none;
}
.distribution-point-card .contact-info a:hover {
  text-decoration: underline;
}
.distribution-points-container .ui-tabs{
  box-shadow: none;
}

/* Custom Info Window Styles */
.info-window {
  max-width: 300px;
}
.info-window h4 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.info-window img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}
.info-window .contact-info {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
}
.info-window .contact-info a {
  color: #007bff;
  text-decoration: none;
}

aside{
  position: relative;
}
aside ul{
  display: block;
}
aside ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}
aside ul li a{
  display: block;
  padding: 12px 20px;
  background: rgb(236, 245, 251);
  color: #253883;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  transition: all 0.3s ease;
  position: relative;
}
aside ul li a:hover,
aside ul li.current-cat a{
  color: #FF5800;
}
aside ul li.current-cat a:after{
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 24px 30px 24px 0;
  border-color: transparent #FF5800 transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: 0;
  content: '';
}
aside .widget_block:nth-child(1){
  overflow: hidden;
  margin-bottom: 20px;
}
aside .widget_block:nth-child(1) .button{
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
aside .widget_block h3 {
	font-size: 23px;
	margin-bottom: 10px;
}
aside [data-taxonomy="pa_capacity-filtering"] .bapf_body ul li{
  display: block;
  width: 50%;
  float: left;
}
aside [data-taxonomy="pa_capacity-filtering"] .bapf_show_hide{
  display: block;
  padding-top: 10px;
  clear: both;
  width: 100%;
}
aside [data-taxonomy="pa_capacity-filtering"] .bapf_show_hide:hover{
  color: #253883;
}
aside .bapf_button.bapf_reset{
  display: block;
}
aside .bapf_button.bapf_reset {
	display: block !important;
	padding: 5px 20px;
	border: none;
transition: all 0.4s ease;
}
aside .bapf_button.bapf_reset:hover {
  background: #FF5800;
}


/*------------------------
		Footer
------------------------*/
.related-products{
  position: relative;
}

/*------------------------
	Single product preview
------------------------*/
.product-preview{
  position: relative;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.product-preview.see-also-product{
  background: #fff;
}
.product-preview a{
  color: #253883;
  text-decoration: none;
}
.product-preview figure{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  background-color: rgb(236, 245, 251);
  overflow: hidden;
  position: relative;
	transition: all 0.5s ease;
	overflow: hidden;
	clip-path: polygon(100% 0%, 0% 0%, 0% 95.83%, 4% 95.71%, 8% 95.37%, 12% 94.84%, 16% 94.17%, 20% 93.45%, 24% 92.74%, 28% 92.12%, 32% 91.65%, 36% 91.39%, 40% 91.36%, 44% 91.57%, 48% 91.99%, 52% 92.58%, 56% 93.28%, 60% 94.01%, 64% 94.7%, 68% 95.26%, 72% 95.65%, 76% 95.83%, 80% 95.76%, 84% 95.47%, 88% 94.98%, 92% 94.34%, 96% 93.62%, 100% 92.9%);
}
.product-preview.see-also-product figure{
  clip-path: none
}
.product-preview.short figure{
  aspect-ratio: 1 / 0.8;
}
.product-preview figure img{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
  max-width: 80%;
  max-height: 80%;
  transform: translateX(-50%) translateY(-50%);
  mix-blend-mode: multiply;
}
.product-preview .product-details{
  padding: 20px;
  background: #ffffff;
  position: relative;
  text-align: center;
}
.product-preview.short .product-details{
  padding: 10px;
}
.product-preview .product-details h3{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #253883;
  transition: all 0.3s ease;
}
.product-preview.short h3{
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
}
.product-preview .product-details h3:hover{
  color: #FF5800;
}
.product-preview .product-details .price{
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.product-preview .product-details .price ins{
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  margin-right: 10px;
}
.product-preview .product-details .price del{
  font-weight: 400;
  font-size: 16px; 
  opacity: 0.7; 
}
.product-preview .product-details .sku{
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #253883;
}
.product-preview .product-details .sku:hover{
  text-decoration: underline;
}

/*------------------------
		File Preview
------------------------*/
.file-preview{
  position: relative;
  
}
.file-preview figure{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
border: 5px solid #253883;
}
.file-preview.banner figure{
  aspect-ratio: initial;
}
.file-preview figure img{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
  max-width: 90%;
  max-height: 90%;
  transform: translateX(-50%) translateY(-50%);
}
.file-preview.banner figure img{
  position: relative;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  transform: none;
}
.file-preview .file-preview-content{
  padding: 40px 20px 20px;
  background: #253883;
  color: #fff;
  position: relative;
  text-align: center;
}
.file-preview.banner .file-preview-content{
  padding-top: 20px;
}
.file-preview.banner .file-preview-content p{
  margin-bottom: 0;
}
.file-preview .file-preview-content h4{
  font-weight: 600;
}
.file-preview .file-preview-content .hover-icon{
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: -45px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #ECF5FB;
  color: #253883;
  border-radius: 50%;
  font-size: 24px;
  transition: all 0.3s ease;
}
.file-preview .file-preview-content .hover-icon:hover{
  background-color: #fff;
}

/*------------------------
		Badges
------------------------*/
.badges{
  position: relative;
  text-align: center;
}
.badges figure{
  display: inline-block;
  width: auto;
  height: 120px;
  margin: 0 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.badges figure img{
  display: block;
  width: auto;
  height: 100%;
}

/*------------------------
		Breadcrumbs
------------------------*/
.breadcrumbs{
  position: relative;
  font-weight: 400;
  font-size: 15px;
}
.breadcrumbs a{
  color: #253883;
  text-decoration: none;
}
.breadcrumbs a:after{
  content: '\f105';
  font-family: 'Font Awesome\ 7 Sharp';
  font-weight: 100;
  margin: 0 5px;
  color: #253883 !important; 
}
.breadcrumbs a:hover{
  color: #FF5800;
}
.breadcrumbs span{
  color: #253883;
}

/*------------------------
		jQuery UI
------------------------*/
.ui-widget{
  font-family: inherit !important;
  font-size: inherit !important;
}
/* Tabs */
.ui-tabs{
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.ui-tabs *{
  border-radius: 0 !important;
}
.ui-widget-header {
	border: none;
	background: rgb(236, 245, 251);
	color: #fff;
	font-weight: 600;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
  padding: 5px 0 0;
  text-align: left;
}
.ui-widget.ui-widget-content {
	border: none;
  background: transparent;
}
.single-product-container .ui-widget.ui-widget-content{
  background: #fff;
}
.ui-tabs .ui-tabs-nav li {
  float: none;
  display: inline-block;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: none;
	background: transparent;
	font-weight: 400;
	color: #253883;
  transition: all 0.3s ease;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: none;
	background: #fff;
	font-weight: 400;
	color: #FF5800;
}
.alternative.ui-state-active, .ui-widget-header .alternative.ui-state-active, a.alternative.ui-button:active, .ui-button.alternative:active, .ui-button.alternative.ui-state-active:hover {
	color: #253883;
}
.neutral.ui-state-active, .ui-widget-header .neutral.ui-state-active, a.neutral.ui-button:active, .ui-button.neutral:active, .ui-button.neutral.ui-state-active:hover {
	color: #6B7280;
}


.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: none;
	padding: 20px 25px 20px 25px;
	text-decoration: none;
	display: block;
	border-radius: 0;
	color: inherit;
  margin-bottom: 0 !important;
  border-bottom: 5px solid rgb(236, 245, 251);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	margin-bottom: 0 !important;
  border-bottom: 5px solid #FF5800;
}

.ui-tabs .ui-tabs-nav li.alternative.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.alternative.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.alternative.ui-tabs-loading .ui-tabs-anchor {
  border-bottom: 5px solid #253883;
}
.ui-tabs .ui-tabs-nav li.neutral.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.neutral.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.neutral.ui-tabs-loading .ui-tabs-anchor {
  border-bottom: 5px solid #6B7280;
}


/* Accordion */
.ui-accordion{
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.ui-accordion *{
  border-radius: 0 !important;
}
.ui-accordion .ui-accordion-header {
	border: none;
	background: rgb(236, 245, 251);
	color: #253883;
	font-weight: 500;
	padding: 15px 30px;
  line-height: 20px;
}
.ui-accordion .ui-accordion-header{
  border-left: 5px solid transparent;
}
.ui-accordion .ui-accordion-header:after{
  position: absolute;
  content: '\f054';
  font-family: 'Font Awesome\ 7 Sharp';
  font-weight: 100;
  right: 20px;
  top: 50%;
  width: 20px;
  font-size: 22px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active:after{
  content: '\f052';
}
.ui-accordion .ui-accordion-header .acc-description{
  display: block;
  font-size: 12px;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active{
  background: #253883;
  color: #ffffff;
}
.ui-accordion.primary .ui-accordion-header.ui-accordion-header-active{
  background: rgba(236, 245, 251, 0.8);
  color: #253883;
  border-left: 5px solid #FF5800;
}
.ui-accordion.alternative .ui-accordion-header.ui-accordion-header-active{
  background: rgba(236, 245, 251, 0.8);
  color: #253883;
  border-left: 5px solid #253883;
}
.ui-accordion.neutral .ui-accordion-header.ui-accordion-header-active{
  background: rgba(236, 245, 251, 0.8);
  color: #253883;
  border-left: 5px solid #6B7280;
}
.ui-widget-content {
	border: none;
	background: #ffffff;
	color: #010f30;
}
.ui-accordion-header .ui-accordion-header-icon{
  display: none;
}

table,
.woocommerce div.product form.cart table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0,0,0,0.1);
}
table th,
.woocommerce div.product form.cart table th{
  padding: 10px;
  background: #253883;
  color: #fff;
  font-weight: 600;
  text-align: left;
  font-size: 14px;
}
table th td,
.woocommerce div.product form.cart table th td{
  padding: 10px 20px;
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 17px;
}
table td.actions, .woocommerce div.product form.cart table td.actions {
	min-width: 135px;
}
table td,
.woocommerce div.product form.cart table td{
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-size: 15px;
}
table tr:nth-child(2n) td,
.woocommerce div.product form.cart table tr:nth-child(2n) td{
  background: rgba(0,0,0,0.02);
}
.variations-table .actions input,
.woocommerce div.product form.cart .quantity input{
  height: 40px;
  width: 54px;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}
.woocommerce div.product form.cart table div.quantity{
  float: left;
}
.variations-table .actions .cart{
  float: left;
  margin-bottom: 0 !important;
}
.variations-table .actions .cart .button,
.woocommerce div.product form.cart .button {
	padding: 0;
	min-width: initial;
	max-width: initial;
	aspect-ratio: 1/1;
	height: 40px;
}

.woocommerce-message {
	border-top-color: #253883;
}
.woocommerce-message::before {
	color: #253883;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
  color: rgb(28, 28, 28);
  background: #fff;
}

/*------------------------
		Contact Section
------------------------*/
.contact-section {
  background-color: #253883;
  padding: 35px 25px 20px;
  border-radius: 10px;
}
.contact-cards {
  display: block;
}
.contact-card {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 12px;
  padding: 30px;
  display: block;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.contact-card:hover {
  transform: translateY(-5px);
  border-color: #4a90e2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.contact-icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #1e2a4a;
}
.contact-content h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.contact-content p {
  color: #b8c5d6;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 8px 0;
}
.contact-content p:last-child {
  margin-bottom: 0;
}
.contact-content p a{
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-content p a:hover{
  color: #FF5800;
  text-decoration: none;
}
.gform_wrapper .gform_heading .gform_title{
  font-size: 38px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #253883;
}
.gform_wrapper{
  position: relative;
  padding: 45px;
  background: #ECF5FB;
  border-radius: 10px;
}
.gform_wrapper form input {
	padding: 0 25px !important;
	border: none !important;
	box-shadow: none !important;
  line-height: 50px !important;
  height: 50px !important;
  color: #253883 !important;
}
.gform_wrapper form select,
.woocommerce div.product form.cart .variations select{
  padding: 0 25px !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 50px !important;
  height: 50px !important;
  background: #fff !important;
  color: #253883 !important;
}
.woocommerce div.product form.cart .variations label{
  line-height: 50px !important;
}
.woocommerce div.product form.cart .reset_variations{
  color: #FF5800;
  text-decoration: none;
  font-size: 15px;
}
.gform_wrapper form textarea{
  padding: 25px !important;
  border: none !important;
  box-shadow: none !important;
  resize: none;
  color: #253883 !important;
}
.gform_wrapper form input::placeholder {
    color: #253883;
    opacity: 1;
}

.gform_wrapper form input::-webkit-input-placeholder {
    color: #253883;
    opacity: 1;
}

.gform_wrapper form input::-moz-placeholder {
    color: #253883;
    opacity: 1;
}

.gform_wrapper form input:-ms-input-placeholder {
    color: #253883;
    opacity: 1;
}

.gform_wrapper form input:-moz-placeholder {
    color: #253883;
    opacity: 1;
}

/* Also style textarea placeholders */
.gform_wrapper form textarea::placeholder {
    color: #253883;
    opacity: 1;
}

.gform_wrapper form textarea::-webkit-input-placeholder {
    color: #253883;
    opacity: 1;
}

.gform_wrapper form textarea::-moz-placeholder {
    color: #253883;
    opacity: 1;
}

.gform_wrapper form textarea:-ms-input-placeholder {
    color: #253883;
    opacity: 1;
}

.gform_wrapper form textarea:-moz-placeholder {
    color: #253883;
    opacity: 1;
}


.breadcrumbs-posible{
  padding-top: 15px;
  background: rgb(236, 245, 251);
  color: #253883;
  text-decoration: none;
}

.cta {
	position: relative;
	padding: 30px;
	overflow: hidden;
	background: rgba(37, 56, 131, 1);
	color: #fff;
}
.cta .icon {
	position: absolute;
	left: -30px;
	bottom: 10px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 200px;
  opacity: 0.2;
	z-index: 0;
}
.cta h3 {
	font-size: 33px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
#product-sticky-container{
  height: 100%;
}

/*------------------------
		Footer
------------------------*/
footer{
  position: relative;
  background: #253883;
  color: #fff;
}
footer .vr{
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
footer .logo{
  display: block;
  width: auto;
  height: 130px;
  margin: 0 auto 30px;
}
footer .logo img{
  width: auto;
  height: 100%;
  display: block;
}
footer h3{
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}
footer ul:not(.social){
  margin: 0 0 0 5px;
  padding: 0;
  list-style: none;
}
footer ul:not(.social) li{
  display: block;
  position: relative;
  margin: 10px 0;
}
footer ul:not(.social) li a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  transition: all 0.3s ease;
}
footer ul:not(.social) li a:before{
  position: absolute;
  content: '\f054';
  font-family: 'Font Awesome\ 7 Sharp';
  font-weight: 100;
  left: 0;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
footer ul:not(.social) li a:hover{
  color: #FF5800;
  padding-left: 30px;
}
footer ul:not(.social) li a:hover:before{
  left: 5px;
}
footer .social li a{
  color: #fff;
  font-size: 24px;;
}
footer .footer-details p{
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 25px;
}
footer .footer-details p strong{
  color: #FF5800;
  font-weight: 600;
}
footer .footer-details p.oh{
  margin-bottom: 0;;
}
footer .contact-details{
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin-top: 35px;
}
footer .contact-details a{
  display: block;
  float: left;
  width: 50%;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  transition: all 0.3s ease;
}
footer .contact-details a:first-child{
  border-left: none;
}
footer .contact-details a i{
  color: #FF5800;
  margin-right: 10px;
  font-size: 18px;
  transition: all 0.3s ease;
}
footer .contact-details a:hover{
  color: #FF5800;
}
footer .contact-details a:hover i{
  color: #fff;
}
.newsletter{
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.newsletter input[type="email"]{
  width: calc(100% - 70px);
  padding: 0 15px;
  height: 52px;
  line-height: 52px;
  border: none;
  border-radius: 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 16px;
  float: left;
  transition: all 0.3s ease;
}
.newsletter input[type="email"]::placeholder{
  color: rgba(255, 255, 255, 0.5);
}
.newsletter input[type="email"]:focus{
  outline: none;
  border-color: #FF5800;
}
.newsletter button{
  display: block;
  float: left;
  width: 70px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #FF5800;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.newsletter button:hover{
  background: #ffffff;
  color: #253883;
}
.credentials{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.credentials p{
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}
.credentials p img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  height: 30px;
  width: auto;
}

/*------------------------
    Mobile Menu
------------------------*/
.mm-menu .mm-panel{
  background: #253883;
}
body .mmenu .mm-listitem.logo {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0 20px !important;
  top: 0;
  margin: 0 !important;
  transform: none !important;
}
.mmenu .logo img {
  width: auto;
  display: block;
  height: 70px;
  margin: 0 auto;
}
.mmenu .close {
  position: absolute;
  right: -60px;
  top: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 9999;
  display: block;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 100%;
  color: #fff;
}
.mmenu .close a {
  padding: 0 !important;
  text-align: center;
  font-size: 25px !important;
  border: none !important;
}
.mmenu .close:after{
  display: none !important;
}
/* #mm-0.mm-panel,
body:not(.home) #mm-1.mm-panel{
  padding-top: 10px;
}
#mm-0 .mm-navbar,
body:not(.home) #mm-1 .mm-navbar{
  display: none;
} */
.mm-menu .inline{
  display: block;
  float: left;
  width: 50%;
  border-color: transparent;
  font-size: 14px;
  margin-top: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mm-menu .inline a{
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif !important;
}
.mm-menu .inline img{
  display: inline-block;
  height: 18px;
  width: auto;
  vertical-align: text-top;
  margin-right: 5px;
}
.mm-menu .static-item.close-mmenu {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border-color: transparent;
  width: 50px;
  font-size: 23px;
}
.mm-menu .mm-panel a{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px !important;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.mm-navbars_top{
  display: none;
}
.mm-menu_navbar_top-1 .mm-panels {
  top: 0 !important;
}
.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns){
  color: #fff;
  background: rgba(0,0,0,0.6);
}
.mm-listitem::after {
  border-color: rgba(112, 204, 216, 0.3) !important;
}
.mm-menu .mm-panel a span{
  display: block;
  position: relative;
  bottom: auto;
  left: 10px;
  background: #b51377;
  color: #6a2383;
  font-size: 14px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  width: 70px;
  text-align: center;
  margin-bottom: 6px;
}
.mm-menu .mm-panel a span:before{
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 22px 10px;
  border-color: transparent transparent #b51377 transparent;
  content: '';
}
.mm-menu .mm-panel a span:after{
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 10px 0 0 ;
  border-color: #b51377 transparent transparent  transparent;
  content: '';
}
/* .mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns){
  color: #fff;
  background: rgba(82,28,117,1) !important;
} */
/* .mm-panel_has-navbar .mm-navbar {
  background: #521c75 !important;
  height: auto !important;
} */
/* .mm-panels .mm-panel:not(#mm-1) .mm-navbar a {
  color: #fff;
  color: #b51377 !important;
  font-size: 17px !important;
  letter-spacing: 0.5px !important;
  font-family: "Montserrat", sans-serif !important;
} */
.mm-panel_has-navbar .mm-navbar a span{
  display: none !important;
}
.mm-navbars_bottom a {
  font-size: 22px;
}
/* .mm-panels .mm-panel:not(#mm-1) a{
  font-size: 17px !important;
  font-family: 'Open Sans', sans-serif !important;
  letter-spacing: -0.25px !important;
  color: #6a2383 !important;
  font-weight: 500;
} */
body .mm-panels > .mm-panel > .mm-listview:first-child, 
body .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -10px;
}
.mm-panel_has-navbar .mm-navbar {
	background: transparent;
}