@font-face {
  font-family: "billabongw00-regularregular";
  src: url("../fonts/billabong-w00-regular-webfont.woff2") format("woff2"),
    url("../fonts/billabong-w00-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "conduit_itcbold";
  src: url("../fonts/conduit_itc_bold-webfont.woff2") format("woff2"),
    url("../fonts/conduit_itc_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "conduit_itcitalic";
  src: url("../fonts/conduit_itc_italic-webfont.woff2") format("woff2"),
    url("../fonts/conduit_itc_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "conduit_itcregular";
  src: url("../fonts/conduit_itc_regular-webfont.woff2") format("woff2"),
    url("../fonts/conduit_itc_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* .image_box_container.expanded {
  position: relative;
  z-index: 1000;
}

.image_box_container.expanded .image_box {
  width: 100%;
  height: auto;
  transition: width 0.3s ease-in-out;
  position: absolute;
}

.image_box_container.expanded .image_box img {
  width: 100%; 
} */

.concept-block .elementor-image-box-content {
	padding: 5px 20px 13px;
}

.concept-block img {
	width: 100%;
}

.conduit .elementor-tab-content .e-con-inner {
    margin: unset;
}

.conduit .elementor-element .swiper .elementor-swiper-button svg {
	fill: #000
}

.conduit .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
	flex-direction: column;
	display: flex;
	justify-content: center;
}

.image_box.expanded,
.full-image {
  width: 100%;
  height: auto;
  transition: width 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-height: 65vh;
}

.post-list-home .elementor-post {
	padding-bottom: 60px !important;	
}

.post-list-home .elementor-posts .elementor-post__read-more {
	position: relative;
	padding-right: 25px;
}

.post-list-home .elementor-posts .elementor-post__read-more:before {
	position: absolute;
	content: '';
	background-image: url('../images/arrow-right.svg');
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	color: #000;
	z-index: 1;
	filter: brightness(0) saturate(100%) invert(41%) sepia(80%) saturate(477%) hue-rotate(157deg) brightness(91%) contrast(96%);
}

.image_box img {
  cursor: pointer;
  object-fit: cover;
}
.image_box .elementor-widget-image {
  width: 100% !important;
}

.image_box:hover::after {
  background-color: #ffca91;
}
.image_box::after {
  content: "+";
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  position: absolute;
  background-color: #f77f00;
  transition: all 0.6s;
  width: 34px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.image_box.expanded::after {
  content: "x";
  background-color: red;
  width: 32px;
  height: 33px;
}
.image_box.expanded img {
  width: 100%;
  /* height: 65vh !important; */
}

.image_box_container {
  position: relative;
}

.image_box,
.image_box img {
  height: 32.5vh !important;
}

.left_image_box.image_box,
.left_image_box.image_box img,
.image_box.expanded img,
.image_box.expanded img {
  height: 65vh !important;
}

.related-posts a svg {
  width: 28px;
  height: 24px;
  fill: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
  transition: all 0.5s;
}

.related-posts .post-item {
  display: flex !important;
  flex-wrap: wrap;
}

.related-posts .post_img,
.related-posts .post-content {
  width: 50%;
}

.related-posts .post_img {
  position: relative;
  padding-top: 40%;
}

.related-posts .post_img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.related-posts .post-content {
  padding: 12.5% 7.5%;
  position: relative;
}

.related-posts .post-content .post_link {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.related-posts .post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}

.related-posts h2 {
  color: #fff;
  font-size: 2.125em;
  font-weight: 100;
  line-height: 1.2;
}

div#page {
  margin-top: 80px;
}

body.admin-bar header .header {
  top: 32px !important;
}

.related-posts p {
  color: #fff;
  margin-top: 3em;
  line-height: 1.8;
  margin-bottom: 4rem;
}

.related-posts .read-more-button {
  padding: 1rem 4.5rem;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0.2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.5;
  transition: all 0.5s;
}
.related-posts .read-more-button:hover {
  background-color: #fff;
  color: #000;
}

.related-posts .read-more-button:hover svg {
  fill: #000;
}

.related-posts .slick-arrow {
  padding: 0;
  border: none;
  background: transparent !important;
  font-size: 0;
  right: 10px;
  left: unset;
  top: unset;
  bottom: -50px;
}
.related-posts .post-slide {
  background-color: #1d81b8;
}
.slick-next:before {
  content: url(../images/arrow-right.svg) !important;
}

.slick-prev:before {
  content: url(../images/arrow-right.svg) !important;
  transform: rotate(180deg);
}
.related-posts .slick-prev {
  right: 60px;
}
.related-posts {
  margin-bottom: 50px;
}

.related-posts ul.slick-dots {
  display: none !important;
}
.related-posts .slick-dots li button:before {
  color: transparent;
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  color: #fff !important;
}
.related-posts .slick-dots li button {
  background-color: transparent;
}

.related-posts .slick-dots li.slick-active button:before {
  opacity: 1;
}
.single-post em {
  font-size: 1.1em;
  line-height: 1.45em;
  font-style: italic;
  font-weight: 500;
}
.related-posts {
  margin-bottom: 50px !important;
}
.slick-prev {
  transform: rotate(180deg) !important;
}

.product_grid .upk-content {
  height: auto !important;
  top: unset !important;
}

.product_grid .upk-content .upk-title-wrap .upk-title .upk-blog-title {
  display: inline-block !important;
}

.product_grid span.highlight {
  font-weight: 600;
  font-size: 4.2rem;
  display: block;
}



.product_grid .upk-content .upk-cetagory {
	margin: 0 !important;
}
.product_grid .upk-content {
	width: 100%;
	height: 100% !important;
	top: 0 !important;
	padding: 0 !important;
	transform: translateY(0px) !important;
}
.product_grid .upk-content .upk-title-wrap {
	height: 100%;
}
.product_grid .upk-content .upk-title {
	margin: 0;
	width: 100%;
	height: 100%;
}
.product_grid .upk-content .upk-title .upk-blog-title {
	width: 100%;
	height: 100%;
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	padding-left: 13px;
	padding-bottom: 5px;
	line-height: 1;
}	
.conduit, .conduit * {
	font-family: conduit_itc !important;
}
.news_btn a {
	position: relative;
}
.news_btn a .elementor-button-icon {
	position: absolute;
	right: 0;
}
.news_btn a .elementor-button-icon {
	position: absolute;
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
	right: .8em;
}
.product_content p {
	margin: 16px 0;
}



@media only screen and (max-width: 1280px) {
  .product_grid span.highlight {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .image_box,
  .image_box img,
  .left_image_box.image_box,
  .left_image_box.image_box img {
    height: 60vh !important;
  }

  .image_box_container .slick-next {
    left: 482px;
    right: unset !important;
  }

  .image_box_container .slick-arrow {
    font-size: 0;
    border: none;
    padding: 0;
    right: 200px;
    bottom: -32px;
    top: unset;
  }
  .image_box_container .slick-next:before,
  .image_box_container .slick-prev:before {
    color: #000;
  }
  .image_box_container .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
    background-color: #000;
    font-size: 0;
  }

  .image_box_container .slick-dots li button:before {
    color: transparent;
    border: 1px solid #000;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }

  .image_box_container .slick-dots li button {
    background-color: transparent;
  }
  body.admin-bar header .header {
    top: 46px !important;
  }
  .related-posts .post_img,
  .related-posts .post-content {
    width: 100%;
  }
  .related-posts ul.slick-dots {
    display: block !important;
    bottom: 16px;
  }
  .image_box::after {
    visibility: hidden;
  }
  .related-posts .post_img {
    position: relative;
    padding-top: 80%;
  }

  .header-menu.elementor-widget-navigation-menu,
  .header-menu-container {
    position: unset !important;
  }

  .header-menu nav {
    left: 0 !important;
    width: 100% !important;
  }
  .header-menu button.elementskit-menu-close {
    color: #fff !important;
    border-color: #fff;
  }
  .header-menu .elementskit-submenu-panel {
    display: block !important;
    position: unset;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: transparent !important;
    max-height: 100%;
    padding: 0 !important;
    margin-bottom: 10px;
  }

  .header-menu ul > li {
    border-bottom: 1px solid #fff;
  }
  .header-menu ul li {
    width: 90%;
  }
  .header-menu .elementskit-submenu-panel li,
  .header-menu .elementskit-submenu-panel li a {
    border: none !important;
    background-color: transparent !important;
  }
  .header-menu .elementskit-submenu-panel li a {
    padding: 10px 15px !important;
  }
  .header-menu .elementskit-menu-hamburger {
    border: none;
  }
  .header-menu .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    height: 3px;
    background-color: #000 !important;
  }

  .header-menu [type="button"]:focus,
  .header-menu [type="button"]:hover,
  .header-menu [type="submit"]:focus,
  .header-menu [type="submit"]:hover,
  .header-menu button:focus,
  .header-menu button:hover {
    background-color: transparent !important;
  }
  .product_grid span.highlight {
    font-size: 96px;
  }
}

@media only screen and (max-width: 767px) {
/* 	.post-list-home .elementor-posts .elementor-post__read-more {
		position: relative;
		bottom: -10px;
	} */
  .image_box_container .slick-next {
    left: 320px;
  }
  .related-posts h2 {
    font-size: 1.6em;
  }
  .related-posts .read-more-button {
    padding: 0;
    border: unset;
    text-transform: unset;
  }
  .related-posts .post-slide {
    background-color: #1d81b8;
    padding-bottom: 40px;
    min-height: 953px;
  }
  .related-posts {
    margin-bottom: 0 !important;
  }
  .related-posts .slick-arrow {
    display: none !important;
  }
  .product_grid span.highlight {
    font-size: 48px;
  }
}





/*  */

.product_grid .upk-post-grid .upk-item .upk-blog-image {
	width: 110% !important;
	height: 220% !important;
	object-position: 100% -230px;
}

.product_grid .upk-post-grid .upk-item:first-child .upk-blog-image {
	height: 122% !important;
	object-position: 80% 110% !important;
}

.upk-hazel-grid .upk-post-grid .upk-item .upk-item-box:hover .upk-blog-image{
	transform:none !important;
}

.product_grid .upk-post-grid .upk-item:nth-child(2) .upk-item-box .upk-blog-image {
	object-position: 80% -230px;
	-webkit-transform: scaleX(-1) !important;
	transform: scaleX(-1) !important;
}
.product_grid .upk-post-grid .upk-item:nth-child(4) .upk-item-box .upk-blog-image {
	width: 120% !important;
	height: 240% !important;
	object-position: 75% -200px;
	-webkit-transform: scaleX(-1) !important;
	transform: scaleX(-1) !important;
}

.single-products .single-post-title .elementor-heading-title span {
/*     color: #343436; */
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
    font-size: 50px;
    width: 100%;
    display: flex;
/* 	color:#fff; */
}
/* .single-post-title {
    transform: translate(50%, -50%);
    width: 50%;
    max-width: 1200px !important;
}
 */
.mobile-menu nav {
	position: fixed !important;
	top:69px !important;
}
.fixed-header nav,.logged-in .fixed-header .mobile-menu nav{
    top: -10px !important;
}
.logged-in .mobile-menu nav {
    top: 110px !important;
}
/* .single-post-title {
    transform: translate(50%, -50%);
    width: 50%;
    max-width: 50% !important;
} */


.proceed-with-care {
	margin-left: calc((100vw - 1170px) / 2) !important;
	margin-right: 50px !important;
	width: 100% !important;
	max-width: 100%;
}

.mb-0, .mb-0 * {
	margin-bottom: 0 !important;
}

.featured_img .upk-title a {
pointer-events: none;
}

.featured_img .upk-featured-list .upk-item .upk-content {
    justify-content: center;
    bottom: unset !important;
    left: unset !important;
    transform: unset !important;
}

.featured_img .upk-featured-list .upk-item .upk-content h1{
	      max-width: 66rem;
    text-align: center;

}
.btn_block .e-con-inner {
    position: relative;
}
.post_content img {
	display: flex;
	margin: 0 auto;
}
.upk-title{
	.first-word{
	font-weight:700;
}
}
.header{
	max-height:80px;
}
a.hfe-sub-menu-item:before {
    content: "\203A";
    font-size: 1.5rem;
    color: #343436;
    position: absolute;
    left: 20px;
    top: 8px;
  }
.last-add a:hover{
	text-decoration:underline;
	text-decoration-color:#fff;
}
.footer{
	max-height:319px !important;
}
.home-icon{
	position: absolute;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
}
.header-menu ul.sub-menu:before {
	  content: "\2BC5";
    font-size: 1.5rem;
    color: #1d81b8;
	position:relative;
	top:-20px;
	left:30%;
	z-index:1;
}
.header-menu li:hover::after {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #1d81b8;
				height: 1px;
}
span.hfe-menu-toggle.sub-arrow{
	display:none;
}
.centered-header1 h2.elementor-heading-title.elementor-size-default:after{
    content: "";
    width: 4.4em;
    text-align: center;
    background-color: #1d81b8;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
}
h3.upk-title::first-word{
      font-weight: 700 !important;
    }
  
.related-posts h2{
		font-weight:700 !important;
}
.related-posts .slick-arrow{
	    bottom: -35px !important;
}
h2 span{
	font-weight:700;
}
.table{
	   display: flex;
    flex-direction: column;
    height: 100%;
}
.daily a{
	color:#1d81b8;
	text-decoration:underline;
	text-decoration-color:#1d81b8;
}
a em{
	text-decoration:underline;
}
.home-btn .elementor-button-wrapper{
	position:relative;
}
.home-btn  a.elementor-button.elementor-button-link.elementor-size-sm{
	    padding: 22px 62px 22px 62px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
}
.related-posts .read-more-button{
	    padding: .6rem 3.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 4.5rem !important;
	font-weight:400;
}
.home-btn span.elementor-button-text{
	   white-space: nowrap;
}
.home-post{
	display:flex;
	flex-direction:column;
}
.home-post .elementskit-btn svg{
	position: absolute;
    right: -25px;
    top: -4px;
	text-align:right !important;
	max-width: 12px !important;
}
.home-post .elementskit-btn {
	padding:0;
}
.home-post .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
	transform:none !important;
	opacity:1 !important;
}
.home-post img{
	height:215px !important;
	object-fit:cover;
}
.home-post img:hover{
	transform:none !important;
	opacity:1 !important;
}
.home-post .col-lg-4.col-md-6{
	display:flex !important;
	flex-direction:column;
	padding-left: 20px !important;
    padding-right: 17px !important;
}

.upk-content{
		transform:translateY(20px) !important;
}

.eael-entry-thumbnail:after{
	background-image:url(../images/purity-1.svg);
	background-repeat:no-repeat;
}
.eael-entry-thumbnail {
    position: relative;
}
article.eael-grid-post.eael-post-grid-column:nth-child(1) .eael-entry-thumbnail::after {
    content: " ";
    position: absolute;
    background-image: url('./wp-content/uploads/2024/08/purity-1.svg');
    background-repeat: no-repeat;
   background-size: contain;
    width: 242px;
    height: 248px;
    top: 15%;
    left: 30%;
}
article.eael-grid-post.eael-post-grid-column:nth-child(2) .eael-entry-thumbnail::after {
    content: " ";
    position: absolute;
    background-image: url('./wp-content/uploads/2024/08/new-nordic-webfile.svg');
    background-repeat: no-repeat;
   background-size: contain;
    width: 242px;
    height: 248px;
    top: 15%;
    left: 29%;
}
article.eael-grid-post.eael-post-grid-column {
	position:relative;
}
article.eael-grid-post.eael-post-grid-column:nth-child(3) .eael-entry-thumbnail::after {
    content: " ";
    position: absolute;
    background-image: url('./wp-content/uploads/2024/08/vega-basic-logo.svg');
    background-repeat: no-repeat;
   background-size: contain;
    width: 242px;
    height: 248px;
    top: 15%;
    left: 28%;
}
.exp-btn span.elementor-button-icon{
	    position: absolute;
    left: 85%;
    top: 36%;
}
.btn-wraper {
    position: absolute;
    bottom: 4px;
}
.ekit-wid-con .elementskit-post-body{
	position:unset !important;
}
.exp-btn .elementor-button-icon .e-font-icon-svg {
    height: 1.5em !important;
	width:1.5em !important;
}
.news_btn .elementor-button-icon .e-font-icon-svg {
	 height: 1.5em !important;
	width:1.5em !important;
}
.news_btn a .elementor-button-icon{
	top:40% !important;
}
.product-slider .eael-tabs-nav{
	padding-top: 70px;
	      margin-top: 70px;
    margin-bottom: 70px;
    border-right: 1px solid #0C4268;
   
}
.conduit .elementor-widget-tabs .elementor-tab-desktop-title {
	padding: 15px 25px;
}
.slider .elementor-swiper-button.elementor-swiper-button-prev{
	content: "";
    position: absolute;
    transform: translate(-12px, -10px);
    background-size: contain !important;
    left: 0;
    top: 102% !important;
}
.slider .elementor-swiper-button.elementor-swiper-button-next{
	content: "";
    position: absolute;
    transform: translate(-12px, -10px);
    background-size: contain !important;
    left: 55px;
    top: 102% !important;
}
.left-header::after {
    content: "";
    width: 7.4em;
    text-align: center;
    background-color: #1d81b8;
    height: 3px;
    position: absolute;
       left: 30%;
    bottom: -5px;
    transform: translateX(-70%);
}

.right-header::after
	{ 
		content: "";
    width: 9.4em;
    text-align: center;
    background-color: #1d81b8;
    height: 3px;
    position: absolute;
    left: 7%;
    bottom:-10px;
    transform: translateX(-50%);
}
.white-header:after{
	content: "";
    width: 9.4em;
    text-align: center;
    background-color: #fff;
    height: 3px;
    position: absolute;
    left: 35%;
    bottom:-15px;
    transform: translateX(-50%);
}
.new{
	color:#1d81b8;
	text-decoration:underline;
}
.prodcuts-heading:after {
    content: "";
    background: url('../images/products-chevron-down.png') top center no-repeat;
    background-size: contain;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 25px;
    left: 80px;
}
.product_grid .upk-post-grid{
	display:block !important;
	
}
.product_grid .upk-item:nth-child(1){
	    height: calc(60vh);
    width: 33.3333%;
	border-left: 20px solid transparent;
}
.product_grid .upk-item:nth-child(2) {
	      height:30vh;
    width: 33.3333%;
	border-left: 20px solid transparent;
}
.product_grid .upk-item:nth-child(3) {
	     height:30vh;
    width: 33.3333%;
	border-left: 20px solid transparent;
}
.product_grid .upk-item:nth-child(4) {
	      height:30vh !important;
    width: 40%;
	border-left: 20px solid transparent;
	border-top: 20px solid transparent;
}
.product_grid .upk-item:nth-child(5) {
	      height:30vh !important;
    width: 26.6%;
	border-left: 20px solid transparent;
		border-top: 20px solid transparent;
}
.product_grid .upk-hazel-grid .upk-post-grid .upk-item{
	float:left;
}
.related-posts .post-item{
	    height: 822px;
}
@media only screen and (max-width: 768px){
	.home-btn a.elementor-button.elementor-button-link.elementor-size-sm{
		padding:21px;
	}
	 .eael-entry-wrapper {
    height: 150px !important;
}
	article.eael-grid-post.eael-post-grid-column:nth-child(1) .eael-entry-thumbnail::after {
		 width: 168px;
    height: 151px;
    top: 15%;
    left: 25%;
	}
article.eael-grid-post.eael-post-grid-column:nth-child(2) .eael-entry-thumbnail::after{
		 width: 168px;
    height: 151px;
    top: 15%;
    left: 25%;
	}
	article.eael-grid-post.eael-post-grid-column:nth-child(3) .eael-entry-thumbnail::after{
		 width: 168px;
    height: 151px;
    top: 15%;
    left: 25%;
	}
 #hr-text.elementor-widget-container{
    background-color: #efefef !important;
}
 .eael-tabs-nav{
    border: none !important;
 }
}
	

@media only screen and (max-width: 1024px){
	.conduit .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
		width: 85%;
	}
/* 	.single-post-title {
    width: 70% !important;
    max-width: 100% !important;
} */
	.proceed-with-care {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.image_box_container .left_image_box {
		height: unset !important;
	}
	.btn-wraper {
    bottom: 25px;
}
	.prodcuts-heading:after {
    left: 50%;
		transform: translatex(-50%);
		top: 14px;
}

	.footer{ 
		flex-direction: unset !important;
	}
	.product_grid .upk-hazel-grid .upk-post-grid {
    display: flex;
    flex-wrap: wrap;
}
	.product_grid .upk-item {
    width: 100%;
		        height: 307px !important;
}
	.slider .elementor-swiper-button.elementor-swiper-button-next{
		display:none;
	}
	.slider .elementor-swiper-button.elementor-swiper-button-prev{
		display:none;
	}
	.toll{
		background-color:#c8ced9 !important;
	}
	.toll1{
		background-color:#fff !important;
	}
	.featured_img img.upk-img {
    height: 52vh !important;
}
	.social_share {
    position: unset !important;
}
	.related-posts ul.slick-dots {
		bottom: 38px !important;
	}
	.product-slider .eael-tabs-nav{
	padding-top: 0;
	      margin-top: 0;
    margin-bottom: 0;
    border-right: 1px solid #0C4268;
   
}
	.product_grid .upk-item:nth-child(n){
    width: 100%;
	border-top: 20px solid transparent;
		border-left:unset;
		padding:0 15px;
}
	.header-menu-container .elementskit-menu-hamburger {
        padding: 8px 8px 8px 8px;
        width: 32px !important;
        border-radius: 3px;
        height: 15px !important ;
}
	.related-posts .post-item{
		min-height:1176px;

	}
}
/* @media only screen and (max-width: 991px){
.single-post-title {
        width: 98% !important;
}
} */
@media only screen and (max-width: 767px){
	.conduit .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
		display: flex;
		flex-direction: unset;
		grid-gap: 10px;
		justify-content: space-between;
	}
	.conduit .elementor-widget-tabs .elementor-tab-desktop-title {
		padding: 15px 0px;
	}
	.conduit .elementor-tab-content {
		padding: 20px 0 !important;
	}
	.conduit .elementor-tabs {
		padding: 0 20px;
	}
	.conduit .elementor-tabs-wrapper {
		border-right: none;
		border-bottom: 1px solid #0c4268;
	}
	.conduit.blue .elementor-tabs-wrapper {
		border-bottom: 1px solid #0c4268;
	}
	.conduit .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper .elementor-tab-title {
		display: none;
	}
	.conduit .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper,
	.conduit .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
		width: 100%;
	}
	.single-products .single-post-title .elementor-heading-title span {
    font-size: 35px;
}
	.btn-wraper {
		position: unset;
	}
	.related-posts .read-more-button {
		padding: 0 !important;
		text-decoration: underline;
		font-weight: 400;
    }
	.product_grid .upk-content {
    max-width: 319px;
}
	.product_grid .upk-item:nth-child(4) .upk-content {
		max-width: 400px;
	}
	.footer{
	max-height: unset !important;
}
	.header{
	max-height:60px !important;
}
	    .related-posts ul.slick-dots {
        bottom: 25px !important;
    }
	.salmon-title{
		background-color:#efefef;
		padding:10px 0;
	}
	.image_box_container .slick-next {
		    left: 276px;
	}
	.image_box_container .slick-arrow {
		        right: 190px;
        bottom: -30px;
	}
	.slick-dots{
		    bottom: -30px;
	}
.product-slider	.eael-advance-tabs ul{
		flex-flow: row !important;
	}
	.related-posts .post-slide{
		             min-height: 880px !important;
	}

}