@import url('https://fonts.googleapis.com/css2?family=Allura&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Saira+Extra+Condensed:wght@300;400;500;600;700;800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url(bootstrap.pb.min.css);

@font-face {
  font-family: BebasNeue;
  src: url('../fonts/Bebas-Neue-Book/BebasNeue Regular.otf') format('opentype'),
       url('../fonts/Bebas-Neue-Book/BebasNeue Regular.ttf') format('truetype');
}

@font-face {
	font-family: BebasNeue;
	font-weight: bold;
	src: url('../fonts/Bebas-Neue-Book/BebasNeue Bold.otf') format('opentype'),
		 url('../fonts/Bebas-Neue-Book/BebasNeue Bold.ttf') format('truetype');
}

@font-face {
	font-family: BebasNeue Book;
	src: url('../fonts/Bebas-Neue-Book/BebasNeue Book.otf') format('opentype'),
		 url('../fonts/Bebas-Neue-Book/BebasNeue Book.ttf') format('truetype');
}

@font-face {
	font-family: Kaneda Gothic;
	src: url('../fonts/Kaneda.Gothic/KanedaGothic-Regular.woff2') format('woff2'),
		url('../fonts/Kaneda.Gothic/KanedaGothic-Regular.ttf') format('truetype');
}

@font-face {
	font-family: Kaneda Gothic;
	font-weight: 500;
	src: url('../fonts/Kaneda.Gothic/KanedaGothic-Medium.woff2') format('woff2'),
		url('../fonts/Kaneda.Gothic/KanedaGothic-Medium.ttf') format('truetype');
}

@font-face {
	font-family: Kaneda Gothic;
	font-weight: bold;
	src: url('../fonts/Kaneda.Gothic/KanedaGothic-Bold.woff2') format('woff2'),
		url('../fonts/Kaneda.Gothic/KanedaGothic-Bold.ttf') format('truetype');
}

@font-face {
	font-family: Fortunates December;
	src: url('../fonts/fortunates_december/Fortunates December.ttf') format('truetype');
}

:root {
--bear-img: url(../images/bear_overlay.png);
--apple-img: url(../images/yaprak1.png);
  --Vcyan: #02CCD3;
  --Vblue: #245A68;
  --Vdarkblue: #11404E;
  --Vdark: #0E2F2F;

  --bg-gray1: #F3F7F7;
  --bg-gray2: #F3F7F8;

  --text: black;
  /* Basic */
  --text4: #6A6C77;
  --text5: #6B6D76;
  --text6: #757977;
  --text7: #737373;

  --link: #38B7C1;
  --shadow: #E2F1F1;
  --rating: #FED520;
  --primary: var(--Vcyan);

  --bannerLeft: 7%;
  --headerSize: 150px;
  --headerSizeShrinked: 80px;

  /* çoğu kullanılmıyor, ecommerce.css ile uyumlu olsun diye kondu */
  --font-size-body: 1rem;
  --font-size-form: 1rem;
  --font-size-body-small: 0.9375rem;
  --font-size-body-smaller: 0.875rem;
  --font-size-medium: 1.125rem;
  --font-size-smaller: 0.875rem;
  --font-size-heading-large: 1.785rem;
  --font-size-heading-1: 1.75rem;
  --font-size-heading-2: 1.365rem;
  --font-size-heading-3: 1.26rem;
  --font-size-heading-4: 1.05rem;
  --font-size-heading-5: 1.125rem;
  /*
  --font-size-heading-2: 1rem;
  --font-size-heading-3: 1rem;
  --font-size-heading-4: 1rem;
  --font-size-heading-5: 1rem;
  */
  --font-size-section-heading: 1.26rem;
  --font-size-button-small: 0.61rem;
  --font-size-button-large: 0.82rem;
  --font-size-button-x-large: 0.9775rem;
  --font-size-product-card: 0.9rem;
}

@media screen and (max-width: 767px) {
	:root {
		--headerSize: 120px;
		--headerSizeShrinked: 75px;
	}
}

html, body {
	width: 100%;
}

html {
	font-size: 20px;
	scroll-behavior: smooth;

	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

body {
	font-size: var(--font-size-body);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	color: var(--text);
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

h1, .h1 {
	font-size: var(--font-size-heading-1);
	font-weight: normal;
}

h2 {
	font-size: var(--font-size-heading-2);
}

h3 {
	font-size: var(--font-size-heading-3);
}

h4 {
	font-size: var(--font-size-heading-4);
}

h5 {
	font-size: var(--font-size-heading-5);
}

small {
	font-size: 80%;
}

h1.withBg {
	padding: 20px 8%;
	background-color: var(--Vblue);
	color: #fff;
	display: inline-block;
	text-align: center;
}

h2.withBg {
	padding: 15px 3%;
	font-size: 1rem;
	font-weight: bold;
	background-color: var(--Vblue);
	color: #fff;
	margin: 5px 0;
	display: inline-block;
	text-align: center;
}

h2.bigBg {
	padding: 30px 20%;
}

h2.middleBg {
	padding: 20px 8%;
}

h2.withBg.whiteBg {
	background-color: white;
	color: black;
}

hr:not([size]) {
	height: 2px;
}

hr {
	margin: 1rem 0;
    color: inherit;
    background-color: #000;
    border: 0;
    opacity: 1;
}

p {
	margin: 0;
	padding: 50px 0;
}

.allura { font-family: 'Allura', cursive; }

.orig-color {
	color: var(--text);
}

a, a:hover {
	color: var(--link);
	text-decoration: inherit; /* no underline */
}

.fw-400 {
	font-weight: 400;
}

.my-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.my-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.my-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.my-3\.5rem {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.me-1\.5rem {
	margin-right: 1.5rem;
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pl-1\.25rem {
	padding-left: 1.25rem;
}

.maxwidth900 {
	max-width: 900px;
}

.container-500 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.container-1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.container-1190 {
	max-width: 1190px;
	margin: 0 auto;
}

.container-1500 {
	max-width: 1540px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.wide-container {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.huge-container {
	max-width: 1780px;
	margin-left: auto;
	margin-right: auto;
}

.gray-background {
    background: var(--bg-gray2)
}


.auto-y-mar {
	margin-top: 50px;
	margin-bottom: 50px;
}

.extra-bot-mar {
	margin-bottom: 100px;
}

.form-control, textarea, .input-group button {
	border: 1px solid rgb(0, 0, 0, 0.22);
	min-height: 50px;
	background: white;
	padding: 12px 10px;
	font-size: 15px;
	border-radius: 0;
}

.darkInput, .input-group.dark > * {
	border: 1px solid #000;
	font-weight: bold;
}

.form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
.form-control::placeholder, textarea::placeholder  {
	font-style: italic;
}

.form-check-input[type="checkbox"] {
	border: 1px solid #000;
	border-radius: 1px;
	width: 15px;
	height: 15px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

.form-check .form-check-input[type="checkbox"] {
	margin-top: .25em; /* original vs value */
}

.form-check {
	min-height: 1.2rem;
	font-size: 15px; /* just to fix alignment, not really a font size */
}

.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 3.44141e-05C0 3.44141e-05 7.89822 -2.38474e-05 11 1.12419e-05C11 1.24913 11 11 11 11H0V3.44141e-05ZM2.57063 5.08793L1.69232 5.94339L4.32809 8.51316L9.3077 3.65962L8.42939 2.80246L4.32809 6.80139L2.57063 5.08793Z' fill='%23000'/></svg>");

	border: none;
	background-color: transparent;
}

.form-check-input[type="checkbox"] + .form-check-label {
	vertical-align: middle;
	font-style: italic;
	font-size: 13px;
}

.form-check-input:focus {
	box-shadow: none;
}

.form-check-input {
	width: 13px;
	height: 13px;
	border-radius: 1px;
}

.registerForm {
	--bs-gutter-x: 15px;
	--bs-gutter-y: 15px;
}

#nav .firstRow > a {
/*	height: 45px; for seperator line */
	padding: 0 20px;
	color: white;
	font-weight: bold;
	font-size: 17px;
}
header.shrink #nav .firstRow > a
{
    color: #515B65;
}
.header-cure-button {
    filter: brightness(0) invert(1);
}
header.shrink .header-cure-button {
    filter: none
}

#nav .firstRow > a, #nav .icons {
	display: flex;
	align-items: center;
/*	border-left: 1px solid #D3D3D3; */
}

#nav .icons {
	padding-left: 60px;
}

#nav .icons a {
	font-size: 25px;
	color: #fff;
	padding: 0 55px 0 0;
}
header.shrink #nav .icons a {
    color: var(--Vcyan)
}
header.shrink #nav .seperator {
    width: 3px;
    height: 46px;
    background: rgba(17,64,78,0.17);
    margin-left: 30px;
    border-radius: 3px
}

#nav .icons a[data-count]
{
	position: relative;
}
#nav .icons a[data-count]:not([data-count="0"])::after {
	content: attr(data-count);
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	left: 15px;
	top: 50%;
	transform: translateY(-80%);
	z-index: 2;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	background: var(--Vblue);
}

/* Promotion Wrap */
.promotion-wrap {
    position: relative;
    background: var(--Vblue);
    text-align: center;
    display: none;
    height: 40px;
    z-index: 999
}
.promotion-wrap .carousel-item {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    font-style: italic;
}
.promotion-wrap.showed {
    display: block;
    position: fixed;
    left: 0; top: 0; width: 100%;
}
.promotion-wrap .carousel-control-next {
    justify-content: right;
}
.promotion-wrap .carousel-control-prev {
    justify-content: left;
}

header {
	position: fixed;
	background-color: transparent;
	left: 0;
	top: 40px;
	width: 100%;
	z-index:1000;
	height: var(--headerSize);
	transition: height 0.3s  linear;
}
header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(17,64,78);
    background: linear-gradient(180deg, rgba(17,64,78,0.6) 0%, rgba(17,64,78,0.1) 80%, rgba(17,64,78,0) 100%);
}

header.shrink {
	backdrop-filter: blur(15px);
	height: var(--headerSizeShrinked);
	background-color: rgba(255,255,255,0.85);
    box-shadow: 0 0 7px rgb(0 0 0 / 15%);
    top: 40px;
    transition: all 0.3s ease-in-out;
}
header.shrink.top_zero {
    top: 0;
}
header.shrink:before {
    content: none;
}
header #nav {
	z-index: 101;
	height: 100%;
	position: relative;
}

header #logo {
	position: absolute;
	left: calc(var(--bannerLeft) - 1.5%);
	top: 0;
	bottom: 0;
	transition: left 0.3s linear;
}

header.shrink #logo {
	left: 20px;
}

header #logo img {
	transition: padding 0.3s linear;
	padding: 30px 0;
	height:100%;
}

header.shrink #logo img {
	padding: 10px 0;
}

header #logo a {
	height: 100%;
	position: absolute; /* for white-black logo crossfade */
	transition: opacity 0.3s linear;
	opacity: 0;
/*	margin-left: -15px; */
}

header #logo a.show {
	opacity: 1;
}

header.shrink #logo > *:not(#shrankLogo)  {
	opacity: 0 !important;
}
header #logo > #shrankLogo {
    transition: none;
}
header.shrink #logo > #shrankLogo  {
	opacity: 1 !important;
    display: flex;
    gap: 25px;
    align-items: center;
}
header.shrink #logo > #shrankLogo .shrink-logo-img {
    padding: 10px 0 0 0;
}
header.shrink #logo > #shrankLogo .shrink-logo-img-type {
    height: 65px;
    padding-bottom: 10px
}

/*VITABEAR*/
.video-wrapper {
    width: 100%;
    height: calc(100vh - 120px);
    position: relative;
    padding: 150px 0;
}
.img-wrapper {
    width: 100%;
    height: calc(100vh - 120px);
    position: relative;
    overflow: hidden;
}
.video-wrapper iframe {
	transition: opacity 500ms ease-in-out;
	transition-delay: 250ms;
}
.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: opacity 500ms ease-in-out;
	transition-delay: 250ms;
}
.video-wrapper .overlay, .img-wrapper .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(5px);
}
.video-wrapper .container {
    position: relative;
    z-index: 10
}
.img-wrapper .container {
    position: absolute;
    z-index: 10;
    top: 150px;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    height: auto !important;
}
.video-wrapper p, .img-wrapper p {
    font-size: 75px;
    line-height: 50px;
    font-family: 'Allura', cursive;
    color: var(--Vblue);
    padding: 0
}
@media(max-width: 1400px) {
    .video-wrapper {
        padding: 125px 0;
    }
    .img-wrapper .container {
        top: 125px;
        bottom: 125px;
    }
    .video-wrapper p, .img-wrapper p {
        font-size: 3.1rem;
        line-height: 45px;
    }
}
@media(max-width: 991px) {
    .video-wrapper {
        padding: 105px 0;
    }
    .img-wrapper .container {
        top: 105px;
        bottom: 105px;
    }
    .video-wrapper p, .img-wrapper p {
        font-size: 2.4rem;
        line-height: 40px;
    }
}
@media(max-width: 767px) {
    .video-wrapper {
        padding: 75px 0;
    }
    .img-wrapper .container {
        top: 75px;
        bottom: 75px;
    }
    .video-wrapper p, .img-wrapper p {
        font-size: 2.1rem;
        line-height: 30px;
    }
}
#nav .firstRow #menuIcon {
  width: 32px;
  height: 35px;
  position: relative;
/*  margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 102;
}

#menuIcon span {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menuIcon span:not(.yazi) {
  height: 5px;
  background: var(--Vcyan);
}

#menuIcon span:nth-child(1) {
	top: 6px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#menuIcon span:nth-child(2) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}


#menuIcon span:nth-child(3) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.clearfix {
	clear:both;
	float:none;
}

.banner {
	position: relative;
	width:100%;
	height: 100vh;
	overflow: hidden;
}

/*
.banner .shadow-second-plus {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../img/banner-filtre-repeat-all-.png) repeat !important;
    background-size: auto;
    z-index: 1;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.banner #sliderImage {
	z-index: 0;
}
.banner #sliderImage, .banner #sliderImage .carousel-inner, .banner #sliderImage .carousel-item {
	width: 100%;
	height: 100%;
}

.banner #sliderImage img, .banner #sliderImage video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.banner #sliderImage .video-container {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.banner #sliderImage .video-container .ytVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 213px);
  height: calc(100% + 120px);
  transform: translate(-50%, -50%);
  margin-top: -60px;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .banner #sliderImage .video-container .ytVideo  {
    height: calc(56.25vw + 120px);
  }
}

@media (max-aspect-ratio: 16/9) {
  .banner #sliderImage .video-container .ytVideo  {
    width: calc(177.78vh + 213px);
  }
}
*/

.banner .splide__slide {
	position: relative;
}

.banner .banner-bottom {
	height: 125px;
	backdrop-filter: blur(8px);
	background-color: rgba(255, 255, 255, 0.05);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: var(--bannerLeft);
	font-weight: bold;
	font-size: 15px;
	line-height: 1.3;
	z-index: 6;
}

.banner .banner-bottom a {
	color: var(--Vblue);
}

.banner .banner-bottom .right-nav > * {
	color: var(--Vblue) !important;
	display: inline-flex;
	height: 100%;
	align-items: center;
	vertical-align: middle;
	padding: 0 50px;
}

.banner .banner-bottom .right-nav .extra-pad {
	padding: 0 40px;
	color: white !important;
}

.banner .banner-bottom .seperator {
	width: 40px;
	padding: 0;
	height: 100%;
	background-color: var(--Vblue);
}

.banner .banner-right {
    backdrop-filter: blur(15px);
    /*background-color: rgba(255, 255, 255, 0.05);*/
	background: rgb(17 64 78 / 0.25);
    background: linear-gradient(270deg, rgba(17,64,78,0.2) 0%, rgba(255,255,255,0.2) 100%);
    height: 75px;
    width: 100vh;
    position: absolute;
    top: 0;
    right: calc(75px + 28px); /* 28px is the space at the right of screen */
    transform: rotate(-90deg);
    transform-origin: right 0;
    z-index: 5;
}

.banner .banner-right > * {
	font-style: italic;
	font-size: 15px;
	color: white;
	padding: 0 20px;
	letter-spacing: 1px;
}
@media(max-width: 1400px) {
	.banner .banner-right > * {
		font-size: 14px;
		padding: 0 10px;
	}
}

.banner-text-shadow {
	text-shadow: 0 0 10px #000000;
}

.banner .splide__pagination {
	position: absolute;
	padding: 0;
	left: var(--bannerLeft);
	top: max(30%, var(--headerSize));
	display: flex;
	flex-direction: column;
    z-index: 99999
}

.banner .splide__pagination__page {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid white;
	background-color: transparent;
	outline: 0;
	font-size: 0;
	margin-bottom: 4.5vh;
	padding: 0;
}

.banner .splide__pagination__page.is-active {
	width: 13px;
	height: 13px;
	background-color: transparent;/*#9fd0d7;*/
	box-shadow: 0 0 5px 0px rgba(255, 255, 255, 0.72), 0 0 0 5px #fff;
	border: 0;
}
@media(max-width: 1400px) {
	.banner .splide__pagination__page {
		width: 9px;
		height: 9px;
		margin-bottom: 2.5vh;
	}

	.banner .splide__pagination__page.is-active {
		width: 9px;
		height: 9px;
		box-shadow: 0 0 3px 0px rgba(255, 255, 255, 0.72), 0 0 0 3px #fff;
	}
}

.banner #bannerIndex {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding-top: 6vh;
	letter-spacing: 1px;
}

.banner .sliderText { /*.banner .slider-text { */
	position: absolute;
	left: 14%; /* 7% comes from splide__pagination */
	right: 14%; /* 7% comes from splide__pagination */
	transform: translateY(-50%);
	top: 50%;
	/* top: max(20vh, var(--headerSize)); */
	z-index: 5;
	width: 72%;
	color: #fff;
}
.banner .sliderText.texty-start {
	transform: none;
	top: 20%;
}
.banner .sliderText.texty-end {
	transform: none;
	top: auto;
	bottom: 20%;
}

.banner .sliderText { /* .banner #sliderText { */
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 1.25rem;
	line-height: 1.4;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.cyan {
	color: var(--Vcyan);
}

.blue {
	color: var(--Vblue);
}

.bgBlue {
	background-color: var(--Vblue);
}

.banner .sliderText h2.first, .banner .sliderText .second {
	font-size: 7.5rem;
/*	padding: 0; */
	line-height: 0.9;
	letter-spacing: -3px;
	font-weight: 600 !important;
}
.banner .sliderText h3.first {
	font-size: 7rem;
/*	padding: 0; */
	line-height: 0.85;
	letter-spacing: -3px;
	font-weight: 600 !important;
}
.banner .sliderText p {
	font-size: 2.25rem;
    /* padding: 0; */
    line-height: 0.9;
    font-weight: 300;
    padding: 0;
    margin-bottom: 15px;
}
@media(max-width: 1400px) {
	.banner .sliderText h2.first, .banner .sliderText .second {
		font-size: 4.6rem;
	}
	.banner .sliderText h3.first {
		font-size: 4.1rem;
	}
	.banner .sliderText p {
		font-size: 1.6rem;
		line-height: 0.8;
	}
}

.banner .homepage-banner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*
.banner .sliderText .second, .banner .sliderText .desc {
	color: black;
}

.banner .sliderText[color="white"] .second, .banner .sliderText[color="white"] .desc {
	color: white;
}

.banner .sliderText .second {
	letter-spacing: 1rem;
}

.banner .sliderText[color="white"] {
	color: #ddd;
}

.banner .slider-desc {
	overflow: hidden;
}

section.aboutus {
	position: relative;
	padding-bottom: 100px;
}

.aboutus .content {
	padding: 65px 80px 30px 80px;
}

.aboutus .container {
	z-index: 2;
	position: relative;
}
*/

section.impressQuote {
	background-color: var(--Vdarkblue);
	padding: 5rem 5rem 4.5rem;
	margin-left: 11%;
	margin-right: 11%;
	font-family: 'Saira Extra Condensed', sans-serif;
	color: white;
	font-size: 0;
	text-align: center;
}
section.impressQuote span {
	font-size: 3.15rem;
}
.impressQuote .author {
	font-family: Fortunates December;
	font-size: 1.5rem;
	margin-top: 2.5rem;
}
@media(max-width: 991px) {
	section.impressQuote span {
		font-size: 2.8rem;
	}
	.impressQuote .author {
		font-size: 1.4rem;
	}
}
@media(max-width: 767px) {
	section.impressQuote span {
		font-size: 2.4rem;
	}
	.impressQuote .author {
		font-size: 1.25rem;
	}
}

section.news {
	width: 100%;
	padding: 50px 0;
	background-color: var(--bg-gray1);
	font-weight: normal;
	display: inline-block; /* to prevent margin collapse */
}

.news .newsRow {
	--bs-gutter-x: 2.5rem;
	--bs-gutter-y: 2.5rem;
}

.news:not(.onePage) .newsRow {
	margin-left: 0;
	margin-right: 0;
}

.news.onePage {
	padding: 0;
	background-color: transparent;
}

.news.onePage .newsRow {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 2.5rem;
}

.news .img {
	display: block;
	position: relative;
	background-color: black;
	min-height: 200px;
}

.news .img img {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
	object-fit: cover;
}

.news .img .middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.news .img:hover img {
	opacity: 0.3;
}

.news .img:hover .middle {
	opacity: 1;
}

.news .newsRow a {
	color: #000;
}

.news .header {
	padding: 20px 0;
	font-size: 15px;
}
.news .header a {
	color: var(--link);
}

.news h3 {
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 20px;
}

.news p {
	padding: 0;
	font-size: 15px;
}

.bigContact {
	display: block;
	height: 75px;
	width: 270px;
	padding: 20px 0;
	text-align: center;
	background-color: black;
	font-family: Bebas Kai;
	font-size: 30px;
	color: white !important;
	line-height: 1;
	transition: background-color 0.2s ease;
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,1);
}

.bigContact:hover {
	background-color: #7a7a7a;
}

.fixed {
	position: fixed !important;
}

.smallDesc {
	font-size: 15px;
}

.fs-13 {
	font-size: 13px;
}
/*#f3f7f8*/
section.bestsellers {
	padding: 50px 0 80px 0;
	display: flex;
	width: 100%;
	overflow: hidden;
	background-color: var(--Vblue);
}

.bestsellers .smallDesc {
	color: #859CA3;
}
/*
section.onePage {
	padding: 200px 0 100px 0;
	display: flex;
	width: 100%;
	overflow: hidden;
}
*/
section.detail.onePage {
	padding: 0 0 100px 0;
	display: flex;
	width: 100%;
	overflow: hidden;
	min-height: 1132px; /* based on .detail .blueBox + top padding */
}

.bestsellers > .content {
/*	padding-left: 75px; */
	width: 100%;
	z-index: 2;
	text-align: center;
}
/*
.onePage > .content {
	padding-left: min(177px, 9vw);
	z-index: 2;
}
*/
.onePage .grayBg {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #E6E6E6;
	width: 47vw;
	height: 100%;
	z-index: 1;
}

.bestsellers .flexWrapper, .detail .flexWrapper {
	display: flex;
	width: 100%;
	padding-top: 25px;
}

.detail .flexWrapper {
	padding-top: 0;
}

.bestsellers .blueBox, .detail .blueBox {
	display: block;
	width: 100%;
	padding: 60px 50px; /* 10px in y for button shadow */
	/* height: 460px; */
	background-color: var(--Vdarkblue);
	color: white;
    border-radius: 300px;
	/* overflow: hidden; */
    transition: all 0.3s ease-in-out;
}
.bestsellers .blueBox:hover {
    background-color: #257882
}

.bestsellers .blueBox, .detail .blueBox, .bestsellers .descBox {
	color: white;
	font-size: 15px;
	line-height: 1;
}
.bestsellers .descBox {
	padding-top: 10px;
	width: 20%;
	margin: 0 auto;
}

.bestsellers .blueBox .price, .detail .blueBox .price, .bestsellers .descBox .price {
	color: white;
	padding: 14px 0;
	font-size: 20px;
	font-weight: bold;
}

.rating {
	font-size: 0;
	vertical-align: middle;
}

.rating > span, .rating > a.jump {
	font-size: 15px;
	color: #FED520 !important;
	vertical-align: middle;
}


.bestsellers.onePage {
	background-color: transparent;
	padding: 30px 0 100px 0;
}

.bestsellers.onePage .blueBox {
	/*
	display: block;
	width: calc(100% - 20px);
	min-height: 250px;
	height: auto;
	*/
	/*
	width: min(560px, 25vw);
	height: auto;
	min-height: 460px;
	padding: 30px 20px;
	*/
}

.bestsellers .blueBox p, .bestsellers .descBox p, .detail .blueBox p {
	padding: 7px 0;
	font-weight: normal;
	-webkit-line-clamp: 2;
	line-height: 20px;
	max-height: 50px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
/*	line-height: 1.7; */
}

.bestsellers .blueBox h3, .bestsellers .descBox h3, .detail .blueBox h3 {
	padding: 7px 0;
/*	line-height: 1.7; */
	font-size: 1rem;
	margin: -30px 0 0 0;
}
@media(max-width: 767px) {
    .bestsellers .blueBox h3, .bestsellers .descBox h3, .detail .blueBox h3 {
    	margin: -10px 0 0 0;
    }

}
/*
.bestsellers .slideArea {
	flex-grow: 1;
	margin: -50px 0 0 0;
}
*/
/*
.bestsellers .slideArea {
	margin: 0 auto;
} */

.bestsellers .slideArea h3 {
	color: white;
}

.bestsellers .slideArea .allVisuals {
	display: none;
}

.bestsellers .slideArea a.allVisuals h4 {
	color: var(--Vcyan);
	filter: drop-shadow(0px 0px 2px rgba(255,255,255,0.5))
}

.bestsellers .slideArea .first .title {
	display: none;
}

.bestsellers .slideArea .first {
	cursor: pointer;
}

.bestsellers .slideArea .first .allVisuals {
	display: block;
}

.bestsellers .slide .coverImg, .bestsellers .slide .animatedImg {
	text-align: center;
	position: relative;
	z-index: 1;
	width: 100%;
}
.bestsellers .slide .coverImg:before, .bestsellers .slide .animatedImg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    left: 50px;
    bottom: 100px;
    border-radius: 50%;
    background: white;
    z-index: 0
}

.bestsellers .slide .coverImg img, .bestsellers .slide .animatedImg img {
	max-height: 94%;
	max-width: 100%;
	z-index: 3;
	position: relative;
	padding-top: 17.75%;
}

/* only on animated images (homepage) */
.bestsellers .slide .animatedImg .apple {
	position: absolute;
	top: 0;
	left: 0;
	width: 44.5%;
	height: 44.5%;
	background-repeat: no-repeat;
	background-image: url(../images/apple_overlay.png);
	background-size: 120%;
	background-position: 81% 69%;
	z-index: 4;
    animation: grass 4s ease-in-out infinite;
	animation-direction: alternate;
}

/* only on animated images (homepage) */
.bestsellers .slide .animatedImg::after {
	content: '';
	position: absolute;
	bottom: 6%;
	right: 0;
	width: 30%;
	height: 41%;
	background-repeat: no-repeat;
	background-image: var(--bear-img);
	z-index: 5;
}

.bestsellers .splide__slide .slide > .animatedImg {
	transform: scale(0.75) rotate(0);
	transition: all 0.3s;
	opacity: 0;
}

.bestsellers .splide__slide.is-active .slide > .animatedImg {
	transform: scale(1) rotate(0);
	opacity: 1;
}

.bestsellers .splide__slide.is-prev .slide > .animatedImg {
	opacity: 0.5;
	transform: scale(0.75) rotate(-15deg);
}

.bestsellers .splide__slide.is-next .slide > .animatedImg {
	opacity: 0.5;
	transform: scale(0.75) rotate(15deg);
}

.bestsellers #bestSellersSlide .slide {
/*	width: 100%;
	height: 100%;
*/
/*	padding: 50px 25px; */
}

.bestsellers .slide {
	display: inline-block;
	/*display: block;
	height: 450px;
	width: 450px;*/
	text-align: center;
	transition: transform .15s;
	position: relative;
	width: 100%;
	height: 100%;
}

.bestsellers.onePage .slide {
	margin: 20px;
	/*	padding: 50px min(25px, 1vw) 15px min(25px, 1vw); */
	width: 600px;
	height: 800px;
}

/*
.bestsellers .slide > *:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 90%, black 100%);
  transition: box-shadow 0.1s ease-in-out;
}

.bestsellers .slide > *:hover:after {
	-webkit-box-shadow: inset -1px 10px 33px -12px rgba(255,255,255,1);
	-moz-box-shadow: inset -1px 10px 33px -12px rgba(255,255,255,1);
	box-shadow: inset -1px 10px 33px -12px rgba(255,255,255,1);
}
*/

/* just a text over image, unused in vitabear */
.bestsellers .slide .bottom {
	position: absolute;
	bottom: 66px;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.bestsellers .slide .bottom.hasBox {
	position: static;
	height: 100%;
}

/*
.bestsellers .slide > *:hover {
	transform: scale(1.02);
	box-shadow: 0px 9px 25px -4px rgba(0,0,0,0.7);
	-webkit-filter: brightness(130%) contrast(80%);
}
*/
.detail .blueBox {
	padding: 63px 38px 40px 38px;
	height: 820px; /* don't forget updating section.detail.onePage min-height */
	position: relative;
}

.detail .descArea {
	position: relative;
	width: min(450px, 25vw); /* 450px; */
	flex-shrink: 0;
}

.detail .shifted {
	position: relative;
	left: 92px;
	top: 311px;
	z-index: 2;
}

.detail .galleryArea {
	flex-grow: 1;
	z-index: 1;
	position: relative;
}

.detail .descArea .content {
	position: relative;
	height: 100%;
}

.detail .blueBox .goTo {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 0.9rem;
	border-top: 1px solid white;
	display: inline-block;
	font-size: 1.25rem;
	font-family: Bebas Kai;
	color: white;
}

.detail .galleryArea img {
	object-fit: cover;
	height: 395px;
	width: 50%;
	padding: 0;
	margin: 0;
/*	cursor: pointer; */
}

.pointer {
	cursor: pointer;
}

section.careers .container {
	padding-left: 75px;
	padding-right: 75px;
}


section.careers {
	background-color: #E6E6E6;
	padding: 90px 0;
	line-height: 1.4;
}

.careers .desc {
	line-height: 1.8;
}

.careers .desc p {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
}

.careers .accordion-item {
	background-color: transparent;
	border: none;
}

.careers .accordion-item:last-of-type .accordion-collapse, .careers .accordion-item:last-of-type, .careers .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.careers .accordion-button:not(.collapsed) {
	box-shadow: none;
	color: var(--Vcyan) !important;
	background-color: white;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.careers .accordion-button {
	background-color: transparent;
	padding: 12px 16px 15px 16px;
	font-size: 16px;
	color: black !important;
	border-top: 2px solid #aaa;
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	line-height: 1.2;
}

.careers .accordion-item h3 {
	font-family: 'Roboto', sans-serif;
}

.careers .accordion-collapse {
}

.careers .accordion-body {
	background-color: white;
	padding: 20px 40px 40px 40px;
	font-size: 14px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.careers .accordion-body a {
	font-weight: bold;
}

.careers .accordion-item:last-child {
	border-bottom: 2px solid #aaa;
}

.detail .galleryArea a img {
	animation: zoomIn;
	animation-delay: 0.1s;
	animation-duration: 0.3s;
}

.detail .galleryArea a + a img  {
	animation: zoomIn;
	animation-delay: 0.15s;
	animation-duration: 0.3s;
}

.detail .galleryArea a + a + a img {
	animation: zoomIn;
	animation-delay: 0.2s;
	animation-duration: 0.3s;
}

.detail .galleryArea a + a + a + a img {
	animation: zoomIn;
	animation-delay: 0.25s;
	animation-duration: 0.3s;
}

.compensateImage {
	margin-top: -100px;
	padding-left:110px;
}

.modalContainer {
	padding: 40px;
	background-color: white;
}

.contact-form-content {
	padding: 50px;
	color: #535352;
	font-size: 13px;
}

.contact-form-content .modal-title {
	font-size:40px;
	letter-spacing: 8px;
	padding-bottom: 60px;
	line-height: 1.2;
}

button.close { border: 0; background: none; font-size: 35px; color: #000; }

.hoverButton {
	background-color: transparent;
	border: 1px solid white;
	color: white;
	font-size: 0.8rem;
	padding: 0.5rem 1.5rem;
}

.button {
	display: inline-block;
	min-width: 220px;
	padding: 15px 30px;
	font-weight: bold;
	border: 0;
	box-shadow: 10px 10px 0 0 var(--shadow);
	background-color: var(--Vcyan);
	color: white;
	font-size: 17px;
	text-align: center;
	transition: all 0.3s;
	position: relative;
}

.button.small {
	font-size: 15px;
	padding: 13px 26px;
	box-shadow: 8px 8px 0 0 var(--shadow);
	min-width: 180px;
}

.button.small2 {
	font-size: 13px;
	padding: 13px 26px;
	box-shadow: 8px 8px 0 0 var(--shadow);
	min-width: 180px;
}

.button.fill {
	width: 100%;
	padding-left: .25rem !important;
	padding-right: .25rem !important;
}

.button.darkShadow {
	box-shadow: 10px 10px 0 0 var(--Vdarkblue);
}

.button[disabled] {
	background-color: var(--text6);
}

.button:hover {
	color: white;
	background-color: var(--Vdarkblue);
	box-shadow: 0 0 0 0 var(--shadow);
}


.button:not([disabled]):active {
	background-color: white;
	color: var(--Vcyan);
}

.button.autoWidth {
	min-width: auto !important;
}

section.feedbacks {
	display: inline-block; /* to prevent margin collapse */
	width: 100%;
}

.feedbacks .fbRow {
	width: 100%;
}

.feedbacks img.cover {
	width: 100%;
/*	width: 500px;
	height: 500px; */
}

.feedbacks .author, .feedbacks p {
	font-size: 25px;
	font-weight: normal;
}
.feedbacks p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
	line-height: 36px;
	max-height: 108px;
	padding: 0;
    margin: 30px 0;
}

.va-middle {
	position: relative;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.ha-middle {
	position: relative;
	left: 50% !important;
	top: 0;
	transform: translateX(-50%) !important;
}

.shadow-50 {
	box-shadow: 50px 50px 0 0 var(--bg-gray1);
}

.approved {
	color: var(--Vcyan);
	font-size: 20px;
}

.approved i {
	border-radius: 50%;
	background-color: var(--shadow);
	width: 30px;
	height: 30px;
	margin: 0 5px;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
}

.top-left-decor {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.two-panel-section-1 {
	position: relative;
}

.two-panel-section-1 + .two-panel-section-1 {
	margin-top: 33px;
}

.two-panel-section-1 .inner {
	padding-left: 140px;
	padding-right: 140px;
	position: relative;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.two-panel-section-1 .decor {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: -1;
}

.img-blur {
	position: absolute;
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.05);
}

.img-blur.type-1 {
	left: 5%;
	width: 30%;
	top: 15%;
	height: 75%;
}

.img-blur.type-2 {
	right: 5%;
	width: 20%;
	top: 4%;
	height: 60%;
}

.flip-h {
	/* transform: scale(-1, 1); */
}

.moving-leaf {
	position: relative;
	width: 419px;
	height: 402px;
}

.moving-leaf::before {
	content: "";
	background-image: var(--apple-img);
	background-repeat: no-repeat;
	background-position: 0 0;
	animation: grass 4s ease-in-out infinite;
	animation-direction: alternate;
	transform-origin: left 55%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bear-paw {
	position: relative;
	width: 50%;
	height: 342px;
	opacity: 0.3;
}

.bear-paw::before {
	content: "";
	background-image: url(../images/bear-paw.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@keyframes grass {
	0% {
	  transform: rotate(4deg);
	}
	50% {
	  transform: rotate(-4deg);
	}
	100% {
	  transform: rotate(4deg);
	}
}

section.certificates {
	position: relative;
	display: inline-block; /* to prevent margin collapse */
	width: 100%;
	margin: 60px 0 0 0;
	overflow: hidden;
}

#certificateDescs {
	width: 100%;
	height: 880px;
	font-size: 75px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 14px;
	overflow: hidden;
}

#certificateDescs .splide__slide, #certificateLogos .splide__slide {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	text-align: center;
    color: var(--Vdarkblue)
}

#certificateLogos {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

#certificateLogos .splide__track {
	height: 100%;
}

#certificateLogos .splide__slide {
	height: 100%;
	padding: 0 14%;
}

#certificateDescs .splide__slide:not(.is-active), #certificateLogos .splide__slide:not(.is-active) {
	opacity: 0.1;
}

#certificateLogos .splide__slide img, #certificateLogos .splide__slide img {
	transition: all 0.3s;
}

#certificateLogos .splide__slide.is-prev img, #certificateLogos .splide__slide.is-next img {
	transform: scale(0.65);
}

.newsletterRegister {
	background: var(--bg-gray1);
	padding: 3rem 7rem;
	font-size: 15px;
}

#igPosts .fillIgPosts a {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 100%;
	position: relative;
	top: -100%;
}

#igPosts .fillIgPosts img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	max-height: 360px;
}
#igPosts .fillIgPosts video {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	max-height: 360px;
	image-rendering: auto;
}

#igPosts .fillIgPosts > .post {
	max-height: 360px;
	overflow: hidden;
	position: relative;
}

#igPosts .fillIgPosts > *:hover img {
	opacity: 0.3;
}

#igPosts .fillIgPosts > *:hover video {
	opacity: 0.3;
}

#igPost .prev {
	left: -35px;
}

#igPost .next {
	right: -35px;
}

#igPost .prev, #igPost .next {
	position: absolute;
	color: white;
	font-size: 30px;
	padding: 0;
	color: white;
	z-index: 101;
	top: 50%;
	transform: translateY(-50%);
}

#igPost.noPrev .prev, #igPost.noNext .next {
	opacity: .3;
	cursor: default;
}

#igPost .btn-close {
	position: absolute;
	right: 20px;
	top: 20px;
}

#igPost .username, #igPost .link {
/*	font-size: var(--font-size-smaller); */
}

#igPost .date {
	font-size: 13px;
}

.product-container .decor {
	position: absolute;
	top: -150px;
	left: -70px;
	right: 0;
	overflow: hidden;
	z-index: 0;
}

.product-description {
	font-weight: normal;
}

.product-brief {
	font-size: 0.75rem;
	line-height: 1.5rem;
}

.product-certificates {
	display: inline-block; /* to prevent margin collapse */
}

.auto-x-pad {
	padding-left: 10px;
	padding-right: 10px;
}

.product-container {
}

.size-radio .btn-check:checked + label {
	background-color: rgba(91,102,112,.1);
}

.size-radio .btn-check:focus + label {
	box-shadow: #5b6670 0 0 0 1px;
}

.size-radio .btn-check[disabled] + label {
/*	background-color: rgba(61,72,82,.4); */
	opacity: .5;
	text-decoration: line-decoration;
}

.size-radio .btn-check + label {
	font-size: 1rem;
	padding: 7.5px 10px;
	margin: 0 5px 10px 0;
	border: 1px solid #5b6670;
	border-radius: 2px;
	cursor: pointer;
}

#product-images .img-thumbs {
	width: 100%;
	flex: 1 0 auto;
	margin-top: .5rem;
	margin-left: -2px;
	padding-bottom: 2px;
}

#product-images .img-thumbs a {
	outline: 0;
	display: inline-block;
	position: relative;
	box-shadow: 0 0 2px transparent;
	transition: box-shadow .1s linear;
	border-radius: 2px;
	border: 2px solid white;
	text-align: center;
	overflow: hidden;
	/* below are mobile, will be overriden in desktop */
	margin: 2px;
	height: 80px;
	width: 80px;
}

.big-play-icon, #product-images .img-thumbs a .video-indicator {
	background: #ffffff;
	color: #5b6670;
	z-index: 1;
	border-radius: 1px;
	box-shadow: 0 0 0 1px #5b66700d;
}

#product-images .img-thumbs a .video-indicator {
	position: absolute;
	top: .3125rem;
	right: .3125rem;
	pointer-events: none;
}

#product-images .img-thumbs a .video-indicator, #product-images .img-thumbs a .thumb-play-icon {
	width: 1.25rem;
	height: 1.25rem;
}

#product-images .img-thumbs img {
	max-height: 100%;
	display: inline-block;
	opacity: 0.57;
}

#product-images .img-thumbs a:focus {
	box-shadow: 0 0 0 2px rgba(90,146,219,.7);
}

#product-images .img-thumbs .active {
	box-shadow: 0 0 0 2px var(--Vblue);
}

#product-images .img-thumbs a.active:focus {
	box-shadow: 0 0 0 2px rgba(90,146,219,.8),0 0 10px 0 var(--Vblue);
}

#product-images #img-thumbs-scroller {
	height: 100%;
	padding-top: .25rem;
	padding-bottom: .25rem;
	overflow-x: scroll;
	overflow-y: hidden;
}

#product-images #big-img {
	position: relative;
	width: 100%;
	cursor: pointer;
}

#product-images #big-img .wrap {
/*	position: absolute;
	height: 100%; */
	width: 100%;
	text-align: center;
}

#product-images #big-img img {
/*	max-width: 100%;
	max-height: 100%;
*/
	width: 100%;
}
/*
#product-images #big-img::before {
	float: left;
	padding-top: 75%;
	content: '';
}

#product-images #big-img::after {
	display: block;
	content: '';
	clear: both;
}
*/
#product-images #big-video {
	position: relative;
	width: 100%;
	cursor: pointer;
}

#product-images #big-video .wrap {
	position: absolute;
	height: 100%;
	width: 100%;
}

#product-images #big-video iframe {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	border-radius: 2px;
}

#product-images #big-video::before {
	float: left;
	padding-top: 75%;
	content: '';
}

#product-images #big-video::after {
	display: block;
	content: '';
	clear: both;
}

.product-main h1 {
	font-family: 'Saira Extra Condensed', sans-serif;
}

.product-details .soldout {
	background-color: #1b2120;
	color: #fff;
	font-weight: 700;
	padding: .25rem .3125rem;
	font-size: .8125rem;
	margin: 0 .5rem .5rem 0;
}

.product-pricing {
}

.product-pricing > * {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.15;
	font-weight: bold;
	vertical-align: top;
}

.product-pricing .old {
	color: #959897;
	text-decoration: line-through;
	font-weight: normal;
}

/*
.product-section {
	margin-top: 3.125rem;
} */

.product-consecutive-container {
	position: relative;
}

.product-section .ingredients {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-weight: normal;
}

.product-section .ingredients .outerTable {
	background-color: var(--Vdarkblue);
	font-size: 1.25rem;
	color: white;
	padding: 2rem 3rem;
}

.product-section .ingredients .outerTable th:not(:first-child), .product-section .ingredients .outerTable td:not(:first-child) {
	text-align: center;
}

.product-section .ingredients .outerTable th {
	text-decoration: underline;
	text-underline-offset: 10px;
	font-size: 1rem;
	font-weight: normal;
	padding-bottom: 0.75rem;
}


.pdAccordion .accordion-item {
	border: none;
	margin: 0 0 15px;
}

.pdAccordion .accordion-item:first-child {
}

.pdAccordion .accordion-item:last-child {
}

.pdAccordion .accordion-item.expanded {
}

.pdAccordion .accordion-body {
	padding: 45px 0 20px 0;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 30px;
}

.pdAccordion .accordion-body p
{
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 30px;
}
.pdAccordion .accordion-body hr {
    height: 1px;
}

.productRatingStars div.rateit-range
{
	background: url(../images/empty-star.png);
	background-size: 26px 26px;
}

.productRatingStars div.rateit-hover
{
	background: url(../images/full-star.png);
	background-size: 26px 26px;
	display: none;
}

.productRatingStars div.rateit-selected
{
	background:  url(../images/full-star.png);
	background-size: 26px 26px;
}

.productRatingStars .rateit-reset
{
	display: none !important;
}

@media screen and (max-width: 991px) {
	.product-consecutive-container {
		overflow: hidden; /* to prevent margin collapse */
		margin-bottom: -10px;
	}
}

@media screen and (max-width: 767px) {
	.dirColBelowMd {
		flex-direction: column !important;
	}
	.dirRowBelowMd {
		flex-direction: row !important;
	}
	/*
	.product-details {
		margin-top: 1.75rem;
		margin-bottom: 1.25rem;
	}
	*/
}

@media screen and (min-width: 720px) {
	.auto-x-pad, .auto-x-pad-720 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}

@media screen and (min-width: 768px) {
	.col-md-3\.5 {
		flex: 0 0 auto;
		width: 29.16%;
	}
	.product-container {
	}
	#product-images .img-thumbs:not(.quick-view) {
		max-width: 64px;
		margin-top: 0;
		padding: 0;
		margin-right: 30px; /* .5rem */
		margin-left: 0; /* -.3125rem; */
	}
	#product-images .img-thumbs:not(.quick-view) img {
		width: auto;
		height: 100%;
		max-height: 64px;
	}
	#product-images .img-thumbs:not(.quick-view) a {
		margin-top: -2px;
		margin-bottom: 5px;
		/*
		margin-bottom: .375rem;
		margin-left: .1875rem;
		margin-right: .1875rem; */
		width: 100%;
		height: auto;
	}
	#product-images .img-thumbs.quick-view #img-thumbs-scroller {
		height: auto;
		overflow: visible;
		white-space: normal;
	}
	#product-images .img-thumbs:not(.quick-view) #img-thumbs-scroller {
		/* height: auto; */
		overflow: visible;
		white-space: normal;

		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		height: 100%;
		padding-bottom: 60px;
	}
	.product-pricing {
	}
	.product-pricing > * {
	}
	.product-main {
		margin-left: 2.5%;
	}
	.product-main h1 {
	}
	.option-name {
		font-size: 0.75rem;
	}
	.size-radio .btn-check + label {
		font-size: 0.75rem;
	}
	.pdAccordion .accordion-item.expanded {
	}
	.feedbacks .fbRow {
		--bs-gutter-x: 5rem !important;
	}
}

@media screen and (min-width: 861px) {
	/*#product-images .img-thumbs:not(.quick-view) {
		max-width: 4.875rem;
	}*/
	.notAbove860 {
		display: none !important;
	}
}

@media screen and (min-width: 992px) {
	/* .product-section {
		margin-top: 4.25rem;
	} */
}

@media screen and (min-width: 1080px) {
	.auto-x-pad, .auto-x-pad-720, .auto-x-pad-1080 {
		padding-left: 40px;
		padding-right: 40px;
	}
}


@media screen and (min-width: 768px) {
	.notOnMd {
		display: none !important;
	}
}

@media screen and (min-width: 992px) {
	.notOnLg {
		display: none !important;
	}
}

@media screen and (min-width: 1200px) {
	.notOnXl {
		display: none !important;
	}
}

/* special case for experience slider */
@media screen and (max-width: 1599px) {
	.bestsellers .descBox {
		width: 30%;
	}
	.bestsellers .slide {
		/* padding: 50px 10px; */
	}
	.bestsellers .blueBox {
		/* padding: 30px 20px;
		width: 400px;
		height: 400px; */
	}
	.bestsellers .blueBox p, .bestsellers .descBox p {
		/* line-height: 1.5; */
	}
	/*
	.bestsellers .arrows {
		margin-bottom: 40px;
	}
	*/
}

@media screen and (max-width: 1399px) {
	/*
	.banner #sliderText .first, .banner #sliderText .second {
		font-size: 120px;
	}
	*/
	.banner .banner-bottom {
		height: 75px;
	}
	.banner-kur-img {
		height: 65px;
	}
	/* eskiden max 1200'e kadar olan buydu */
	.banner .sliderText .first, .banner .sliderText .second {
		font-size: 80px;
	}
	.banner .sliderText { /*.banner .slider-text { */
		/* top: max(27vh, var(--headerSize)); */
	}
	/* */
	.bestsellers.onePage .slide {
		width: 30vw;
		height: auto;
	}
	/*
	.bestsellers.onePage .blueBox {
		padding: 20px 15px;
	}
	*/
}

@media screen and (max-width: 1199px) {

	.bestsellers .descBox {
		width: 100%;
	}
	.onXl {
		display:none !important;
	}
	.bestsellers .flexWrapper, .detail .flexWrapper {
		flex-direction: column;
	}

	/*
	.bestsellers .slideArea {
		padding: 0;
		margin: 0 -10px;
	}
	*/

	.detail .descArea {
		width: auto;
	}

	.bestsellers .slide {
		margin: 20px;
		cursor: pointer; /* naturally link in /bestsellers, virtually link(controlled by js) in homepage */
		width: 30vw;
		/* height: auto; */
	}

	.bestsellers .blueBox, .detail .blueBox {
		padding: 40px 20px 70px;
		/*
		width: calc(100% - 20px);
		min-height: 250px;
		height: auto;
		overflow: hidden;
		*/
	}
	.detail .blueBox {
		max-width: 500px;
	}

	.detail .blueBox .goTo {
		position: static;
	}

	.detail .shifted {
		top: 10px;
		left:10px;
	}

	/*
	.bestsellers .blueBox p, .bestsellers .descBox p, .detail .blueBox p {
		padding: 10px 0 5px 0;
		font-size: 17px;
		line-height: 1.5;
	}
	*/

	.detail .descArea {
		padding-top: var(--headerSize);
	}
	.compensateImage {
		margin-top: 0;
	}

	/* because bestSellers slider destroy itself below 1200px width */
	.bestsellers .splide__slide {
		display: inline-block;
	}
	#nav .icons {
		padding-left: 30px;
	}
	#nav .icons a {
		padding: 0 28px 0 0;
	}
	#nav .firstRow > a {
		padding: 0 10px;
	}

	.banner .banner-right {
		backdrop-filter: blur(15px);
		background-color: rgba(255, 255, 255, 0.05);
		height: 60px;
		width: 100vh;
		position: absolute;
		top: 0;
		right: calc(60px + 10px); /* 10px is the space at the right of screen */
		transform: rotate(-90deg);
		transform-origin: right 0;
		z-index: 5;
	}

	.banner .banner-right > * {
		font-style: italic;
		font-size: 13px;
		color: white;
		padding: 0 10px;
		letter-spacing: 1px;
	}

	.banner .banner-bottom .right-nav > * {
		padding: 0 20px;
	}
	.banner .banner-bottom .right-nav .extra-pad {
		padding: 0 15px;
	}

	.banner .banner-bottom .seperator {
		width: 25px;
		padding: 0 !important;
	}
	#certificateDescs {
		font-size: 60px;
		letter-spacing: 10px;
		height: 780px;
	}
	#certificateLogos img {
		width: 275px;
	}
	#certificateLogos .splide__slide {
		padding: 0 12%;
	}
}

@media screen and (max-width: 991px) {
    #nav .firstRow > a, header.shrink #nav .seperator  {
		display: none;
	}

	html, body {
		font-size: 18px;
	}
	.onLg {
		display:none !important;
	}
	.compensateImage {
		padding-left: 0;
	}
	/* note how there is no .onePage. so this is valid for both homepage and products page */
	.bestsellers .slide {
		width: 40vw !important;
	}
	.button {
		min-width: 180px;
	}
	#certificateDescs {
		font-size: 45px;
		letter-spacing: 6px;
		height: 550px;
	}
	#certificateLogos img {
		width: 250px;
	}
	#certificateLogos .splide__slide {
		padding: 0 10%;
	}
	.auto-y-mar {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 860px) {
	:root {
		/*
		Biz font-size'ı direk html'de değiştiriyoruz, bunlara gerek yok

		--font-size-body: 0.9375rem;
		--font-size-body-small: 0.8789rem;
		--font-size-body-smaller: 0.85rem;
		--font-size-medium: 1.0546rem;
		--font-size-smaller: 0.85rem;

		--font-size-heading-1: 1.5356rem;
		--font-size-heading-2: 1.4259rem;
		--font-size-heading-3: 1.316rem;
		--font-size-heading-4: 1.096rem;
		--font-size-heading-5: 1.0546rem;

		--font-size-section-heading: 1.316rem;
		--font-size-button-small: 0.689rem;
		--font-size-button-large: 0.8234rem;
		--font-size-button-x-large: 0.9710rem;
		--font-size-product-card: 0.881rem;
		*/
	}
	.notBelow860 {
		display:none;
	}
}

@media screen and (max-width: 767px) {
	:root {
		--font-size-heading-large: 1.864rem;
	}
	html, body {
		font-size: 15px;
	}
	.onMd {
		display:none !important;
	}
	.banner-kur-img {
		height: 50px;
	}
	.banner .banner-bottom {
		height: 70px;
	}
	.banner .banner-right {
		height: 40px;
		right: calc(40px + 10px); /* 10px is the space at the right of screen */
	}
	.banner .sliderText .first, .banner .sliderText .second {
		font-size: 40px;
	}
	/*
	.banner #sliderText .desc {
		width: 70%;
		margin: 0 auto;
	}
	*/
	.banner .sliderText .second {
		letter-spacing: 0.5rem; /* because we change slider text sizes independent of root font size, as can be seen above */
	}/*
	.banner .opacity {
		width: 100%;
	}*/
	.banner .sliderText { /*.banner .slider-text { */
		text-align: center;
		/* top: max(32vh, var(--headerSize)); */
		left: 20%;
		right: 10%;
		width: 70%;
	}
	.bestsellers .slide {
		margin: 10px !important;
	}
	/*
	.aboutus .content {
		padding: 65px 40px 30px 40px;
	}
	*/

	#nav .firstRow > a, header.shrink #nav .seperator  {
		display: none;
	}
	#nav .icons a {
		padding: 0 30px 0 0;
	}
	header #logo {
		left: 20px;
	}
	header #logo img {
		padding: 20px 0;
	}
	/*
	.bestsellers .blueBox p, .bestsellers .descBox p, .detail .blueBox p {
		font-size: 15px;
	}
	*/
	.two-panel-section-1 {
		max-width: 100%;
		padding: 20px 50px;
		margin: 0;
	}
	.two-panel-section-1 .inner {
		padding: 0;
	}
	.two-panel-section-1 .h400 {
		width: 400px;
	}
	.product-section .ingredients .outerTable {
		font-size: 1.5rem;
	}
	#certificateDescs {
		font-size: 2.5rem;
		letter-spacing: 0.3rem;
		height: 350px;
		line-height: 1.2;
	}
	#certificateLogos img {
		width: 40vw;
		max-width: 250px;
	}
	#certificateDescs .splide__slide {
		padding: 0 7%;
	}
	#certificateLogos .splide__slide {
		padding: 0 7%;
		align-items: flex-end;
	}
	section.impressQuote {
		margin-left: 5%;
		margin-right: 5%;
		line-height: 1.2;
	}
	.feedbacks img.cover {
		max-height: 500px;
		object-fit: cover;
	}
}

@media screen and (max-width: 575px) {
	/*
	.banner #sliderText .desc {
		width: 85%;
	}
	*/
    #nav .icons {
        padding-left: 20px;
    }
    #nav .icons a {
        padding: 0 20px 0 0;
    }
    header.shrink #logo > #shrankLogo .shrink-logo-img {
        display: none
    }
    header.shrink #logo > #shrankLogo {
        gap: 0
    }
    #nav .icons a:first-child {
    }
	.bestsellers .slide {
		width: 80vw !important;
	}

	.detail .galleryArea img {
		width: 100%;
		margin-bottom: 10px;
	}
	section.careers .container {
		padding-left: 35px;
		padding-right: 35px;
	}
	.careers .accordion-body {
		padding: 20px;
	}
	.button {
		min-width: 150px;
	}
	.newsletterRegister {
		padding: 3rem 4rem;
	}
}

footer-logo { padding-right: 60px; }
.projx-logos { width: 100px; height: 30px; position: relative; right: 0; text-align: center; margin: 0 auto 0 auto; padding: 15px 0 40px 0; }
.projx-logos * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.projx-logos > .projx-logos-link {display: block;width: 100%;height: 100%;position: absolute;z-index: 1;}
.projx-logos-card {width: 100%;height: 100%;position: relative;-webkit-perspective: 100px;-moz-perspective: 100px;-o-perspective: 100px;perspective: 100px;}
.projx-logos-card figure {display: block;height: 100%;width: 100%;position: absolute;padding: 0;margin: 0;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-o-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition: -webkit-transform 0.4s;-moz-transition: -moz-transform 0.4s;-o-transition: -o-transform 0.4s;transition: transform 0.4s;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-o-transform-style: preserve-3d;transform-style: preserve-3d;}
.projx-logos-card figure > div {width: 100%;height: 100%;background-repeat: no-repeat;background-size: contain;background-position: center;}
.projx-logos-card .back > div {color: var(--Vcyan);font-size: 12px;}
.projx-logos .projx-logos-card .front img { height: 30px; }
.projx-logos .projx-logos-card .back,
.projx-logos:hover .projx-logos-card .front {-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-o-transform: rotateY(180deg);transform: rotateY(180deg);}
.projx-logos:hover .projx-logos-card .back {-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);transform: rotateY(360deg);}
.tooltip-projx-logos {display: block;position: relative;z-index: 999;}
.tooltip-projx-logos:after {content: '';position: absolute;width: 100%;height: 10px;bottom: 100%;left: 50%;pointer-events: none;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.projx-logos:hover .tooltip-projx-logos::after {pointer-events: auto;}
.tooltip-projx-logos-content {position: absolute;z-index: 9999;width: 140px;left: 50%;bottom: 100%;font-size: 13px;line-height: 1.2;margin: 0 0 10px -70px;text-align: center;font-weight: 400;color: #fff;background: transparent;opacity: 0;cursor: default;pointer-events: none; -webkit-font-smoothing: antialiased; -webkit-transition: opacity 0.3s 0.3s;transition: opacity 0.3s 0.3s;}
.projx-logos:hover .tooltip-projx-logos-content {opacity: 1;pointer-events: auto;-webkit-transition-delay: 0s;transition-delay: 0s;}
.tooltip-projx-logos-content span {display: block;}
.tooltip-projx-logos-text {border-bottom: 2px solid var(--Vcyan);overflow: hidden;-webkit-transform: scale3d(0,1,1);transform: scale3d(0,1,1);-webkit-transition: -webkit-transform 0.3s 0.3s;transition: transform 0.3s 0.3s;}
.projx-logos:hover .tooltip-projx-logos-content .tooltip-projx-logos-text {-webkit-transition-delay: 0s;transition-delay: 0s;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
.tooltip-projx-logos-text-inner {background: rgba(0, 0, 0, 0.6);padding: 7px 10px;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0); -webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;}
.projx-logos:hover .tooltip-projx-logos-content .tooltip-projx-logos-text-inner {-webkit-transition-delay: 0.3s;transition-delay: 0.3s;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.tooltip-projx-logos-content:after {content: '';bottom: -14px;left: 50%;border: solid transparent;height: 0;width: 0;position: absolute;pointer-events: none;border-color: transparent;border-top-color: #fff;border-width: 7px;margin-left: -7px;}
a.language { font-size: 14px; display: inline-block; padding: 0 10px; color: #D3D3D3; }



/*FOOTER*/
footer .footer-images { text-align: center; padding: 4px 0; }
footer .footer-images img { vertical-align: middle; padding: 8px; }
footer .footer-content { background: var(--Vblue); padding: 100px 0 40px; }
footer .footer-content .footer-company { position: relative; padding-left: 320px; }
footer .footer-content .footer-company .company { position: absolute; left: 0; top: 0; z-index: 2; }
footer .footer-content .footer-company .footer-menu { position: relative; z-index: 1; }
footer .footer-menu { padding-bottom: 90px; }
footer .footer-menu ul { padding: 0; margin: 0; list-style: none; }
footer .footer-menu ul li { display: block; }
footer .footer-menu ul li a { font-family: 'Roboto Condensed', sans-serif; font-size: 15px; line-height: 25px; color: white; transition: all 0.3s ease-in-out; }
footer .footer-menu ul li a:hover { color: var(--Vcyan); }
footer .footer-menu ul li:first-child a { font-size: 20px; font-weight: bold; }
footer .footer-menu ul li:first-child { padding-bottom: 10px; }
footer .footer-menu h3 { font-family: 'Roboto Condensed', sans-serif; font-size: 1rem; font-weight: bold; line-height: 25px; color: white; display: none; text-align: center; }
footer .footer-menu h3 i { font-size: 13px; }
footer .company { position: relative }
footer .company:before { content: url(../images/footer/logo-pati.svg); position: absolute; left: 50%; top: 30px; transform: translateX(-60%); z-index: 0; }
footer .company p, footer .copyright p { font-size: 15px; color: #fff; line-height: 18px; margin: 15px 0; padding: 0; }
footer .copyright p { color: var(--text); }
footer .copyright { padding-top: 10px; }
footer .company p, footer .company img { position: relative; z-index: 1; }
footer .copyright p { text-transform: uppercase; margin: 0; line-height: 33px; }
@media(max-width: 1199px) {
	footer .footer-content .footer-company { padding-left: 280px; }
	footer .footer-images { padding: 0 50px; }
}
@media(max-width: 991px) {
	footer .footer-content .footer-company { padding-left: 0; }
	footer .footer-content .footer-company .company { position: relative; left: 0; top: 0; z-index: 2; text-align: center; }
	footer .company:before { transform: translateX(-50%); }
	footer .footer-content .footer-company .footer-menu { position: relative; z-index: 3; padding-top: 60px; }
	footer .footer-menu { padding-bottom: 35px; }
	footer .footer-menu ul li a { text-align: center; display: block; }
	footer .footer-menu ul { padding: 25px 0; }
}
@media(max-width: 576px) {
	.footer-logo { padding-right: 0; }
	footer .footer-menu ul { display: none; padding: 0 0 25px; }
	footer .footer-menu ul.opened { display: block; }
	footer .footer-menu ul li:first-child { display: none; }
	footer .footer-menu h3 { display: block; }
    footer .footer-content .footer-company .footer-menu {
        display: none
    }
    footer .footer-content {
        padding-bottom: 100px;
        overflow: hidden;
    }
    footer .footer-images {
        display: none
    }
}



/*BREADCRUMB*/
.breadcrumb {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
	margin: 0;
    z-index: 999;
}
.breadcrumb.has-content {
    position: relative;
    top: auto;
    margin-top: 120px;
    min-height: 270px;
}
.breadcrumb.has-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.breadcrumb .content {
	position: relative;
	width: 100%;
}
.breadcrumb.has-content .container {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 99;
}
.breadcrumb.has-content .container h1,
.breadcrumb.has-content .container p
{
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 75px;
	color: var(--Vblue);
	line-height: 75px;
	margin: 0;
    display: block;
    text-align: center;
}
.breadcrumb ul
{
	padding: 15px 0;
	margin: 0;
	list-style: none;
	display: block;
    width: 100%;
	text-align: center;
    position: relative;
}
.breadcrumb.has-content ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.breadcrumb ul li {
	display: inline-block;
	vertical-align: top;
	padding-right: 12px;
	margin-right: 12px;
	position: relative;
	line-height: 1;
}
.breadcrumb ul li:after {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	font-style: italic;
	font-size: 13px;
	line-height: 30px;
	color: #515B65;
	content: '>';
	position: absolute;
	right: -5px;
}
.breadcrumb ul li:last-child:after {
	content: none;
}
.breadcrumb ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	font-style: italic;
	font-size: 13px;
	line-height: 30px;
	color: #515B65;
	display: inline-block;
    text-transform: lowercase
}


.login-breadcrumb {
    position: relative;
    top: auto;
    margin-top: -60px;
    min-height: 550px;
}
.login-breadcrumb img.banner {
    width: 100%;
    height: 100%;
    min-height: 550px;
    object-fit: cover;
}
.login-breadcrumb .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.login-breadcrumb p {
    padding-right: 40px;
    font-size: 75px;
    line-height: 75px;
    color: var(--Vblue);
    font-family: 'Saira Extra Condensed', sans-serif;
}
.login-breadcrumb figure {
    padding-left: 90px;
    margin: 0
}
@media(max-width: 991px) {
    .login-breadcrumb p {
        padding-right: 0;
        font-size: 60px;
        line-height: 60px;
    }
    .login-breadcrumb figure {
        padding-left: 0;
    }
    .login-breadcrumb,
    .login-breadcrumb img.banner {
        min-height: 350px;
    }
}
/*
.breadcrumb {
	padding-top: 150px;
	background-size: cover !important;
	margin: 0;
}
.breadcrumb .content {
	position: relative;
	padding: 115px 220px 114px 90px;
	width: 85%;
	backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.05);
}
.breadcrumb .content:after {
	content: '';
	position: absolute;
	right: 140px;
	top: 0;
	z-index: 1;
	width: 40px;
    padding: 0;
    height: 100%;
    background-color: var(--Vblue);
}
.breadcrumb .content h1
{
	font-family: mina, serif;
	font-size: 100px;
	color: #fff;
	line-height: 1;
	margin: 0;
    text-transform: lowercase;
}
.breadcrumb .content ul
{
	padding: 40px 0 0 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: right;
}
.breadcrumb .content ul li {
	display: inline-block;
	vertical-align: top;
	padding-right: 12px;
	margin-right: 12px;
	position: relative;
	line-height: 1;
}
.breadcrumb .content ul li:after {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	font-style: italic;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	content: '>';
	position: absolute;
	right: -5px;
}
.breadcrumb .content ul li:last-child:after {
	content: none;
}
.breadcrumb .content ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	font-style: italic;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	display: inline-block;
}
@media(max-width: 1400px) {
	.breadcrumb .content h1 {
		font-size: 80px;
	}
	.breadcrumb .content {
		padding: 75px 220px 75px 60px;
	}
	.breadcrumb .content ul {
		padding-top: 30px;
	}
}
@media(max-width: 1199px) {
	.breadcrumb .content h1 {
		font-size: 70px;
	}
	.breadcrumb .content {
		padding: 65px 220px 65px 60px;
	}
	.breadcrumb .content ul {
		padding-top: 0;
		text-align: left;
	}
}
@media(max-width: 991px) {
	.breadcrumb .content {
		width: 100%;
	}
}
@media(max-width: 767px) {
	.breadcrumb .content h1 {
		font-size: 50px;
	}
	.breadcrumb .content {
		padding: 45px 30px 45px 30px;
	}
	.breadcrumb .content ul {
		padding-top: 0;
		text-align: left;
	}
	.breadcrumb .content:after {
		right: 0;
	}
}
*/


/* MOBILE MENU */
.mobile-menu-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.mobile-menu-wrap .hamburger {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.mobile-menu-wrap.active .hamburger {
	visibility: visible;
	opacity: 1;
}
.mobile-menu-wrap .hamburger > div {
	position: relative;
	width: 100%;
	height: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
}
.mobile-menu-wrap .hamburger > div:before,
.mobile-menu-wrap .hamburger > div:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -10px;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.mobile-menu-wrap .hamburger > div:after {
	top: 10px;
}
.mobile-menu-wrap .hamburger > div:before, .mobile-menu-wrap .hamburger:hover > div:before {
	top: 0;
	transform: rotate(90deg);
}
.mobile-menu-wrap .hamburger > div:after, .mobile-menu-wrap .hamburger:hover > div:after {
	top: 0;
	transform: rotate(180deg);
}
.mobile-menu-wrap.active .hamburger > div:before {
	top: 0;
	transform: rotate(225deg);
}
.mobile-menu-wrap.active .hamburger > div:after {
	top: 0;
	transform: rotate(135deg);
}
.mobile-menu-wrap .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-menu-wrap .menu > div {
	background-color: var(--Vblue);
	border-radius: 50%;
	width: 240vw;
    height: 310vw;
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	visibility: hidden;
}
.mobile-menu-wrap .menu > div > div {
	text-align: center;
	width: 100vw;
    height: 100vh;
    position: relative;
	opacity: 0;
	visibility: hidden;
}

.mobile-menu-wrap.active .menu {
	visibility: visible;
}
.mobile-menu-wrap.active .menu > div {
	transform: scale(1) !important;
	transition-duration: 700ms;
	transition: transform 0.4s ease;
	visibility: visible;
}
.mobile-menu-wrap.active .menu > div > div {
	opacity: 1;
	transition: opacity 0.4s ease;
	transition-delay: 500ms;
	visibility: visible;
}
.mobile-menu-wrap ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
.mobile-menu-wrap ul li {
	display: block;
}
.mobile-menu-wrap ul li a {
	color: #fff;
	font-size: 21px;
	line-height: 38px;
	display: block;
	text-align: left;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.mobile-menu-wrap ul:not(.socials) li:first-child a {
	color: #fff;
	font-size: 55px;
	line-height: 1;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.mobile-menu-wrap ul:not(.socials) li a:hover {
	padding-left: 12px;
}
.mobile-menu-wrap ul:not(.socials) li a:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--Vcyan);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.mobile-menu-wrap ul:not(.socials) li a:hover:before {
	opacity: 1;
	transition-delay: 0.25s;
}
.mobile-menu-wrap ul:not(.socials) li:first-child a:hover {
	padding: 0;
	text-shadow: 7px 5px 0 var(--Vdarkblue);
}
.mobile-menu-wrap ul:not(.socials) li:first-child a:hover:before {
	content: none;
}
.mobile-menu-wrap ul.socials li {
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}
.mobile-menu-wrap ul.socials li a {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 55px;
	display: block;
	font-size: 22px;
	transition: all 0.3s ease-in-out;
}
.mobile-menu-wrap ul.socials li a:hover {
	border-color: var(--Vdarkblue);
	background: var(--Vdarkblue);
	color: #fff;
	transform: scale(1.1);
}
.mobile-menu-wrap .animal-foot {
	position: absolute;
    bottom: -30%;
    right: -10%;
    width: 50%;
    transform: rotate(333deg);
	opacity: 0;
}
.mobile-menu-wrap.active .animal-foot {
	opacity: 1;
	transition: opacity 0.4s ease;
	transition-delay: 750ms;
}
.mobile-menu-wrap .decor {
	position: absolute;
	left: 0;
	top: 10%;
	opacity: 0;
}
.mobile-menu-wrap.active .decor {
	opacity: 1;
	transition: opacity 5.5s linear;
	transition-delay: 850ms;
}
.mobile-menu-wrap .container {
	position: relative;
	z-index: 1;
}
.mobile-menu-wrap .scroller {
	overflow-y: auto;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}
@media(max-width: 1199px) {
	.mobile-menu-wrap ul:not(.socials) li:first-child a {
		font-size: 40px;
	}
	.mobile-menu-wrap ul li a {
		font-size: 19px;
		line-height: 32px;
	}
	.mobile-menu-wrap ul.socials li {
		padding-right: 10px;
	}
	.mobile-menu-wrap ul.socials li a {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}
}
@media(max-width: 991px) {
	.mobile-menu-wrap ul:not(.socials) li:first-child a {
		font-size: 30px;
	}
	.mobile-menu-wrap ul li a {
		font-size: 17px;
		line-height: 26px;
	}
	.mobile-menu-wrap ul.socials li {
		padding-right: 5px;
	}
	.mobile-menu-wrap ul.socials li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}
}
@media(max-width: 576px) {
	.mobile-menu-wrap ul li a {
		text-align: center;
	}
	.mobile-menu-wrap ul.socials {
		text-align: center;
	}
}

/*BUTTONS*/
.cure-follow {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 290px;
	padding: 45px 0 0 105px;
	height: 126px;
	line-height: 18px;
	font-size: 17px;
	font-weight: bold;
	color: var(--Vblue);
	text-align: left;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.cure-follow:before {
	content: url(../images/button/face.png);
	position: absolute;
	left: 30px;
	top: 20px;
	transition: all 0.3s ease-in-out;
}
.cure-follow:after {
	content: url(../images/button/apple.png);
	position: absolute;
	right: -10px;
	top: -5px;
	transition: all 0.3s ease-in-out;
}
.cure-follow:hover {
	color: #fff;
	background: var(--Vdarkblue);
}
.cure-follow:hover:before {
	filter: brightness(0) invert(1);
}


.cart-button {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 290px;
	padding: 55px 0 0 160px;;
	height: 126px;
	line-height: 18px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background: var(--Vdarkblue);
	text-align: left;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.cart-button span {
	width: 48px;
	height: 29px;
	display: inline-block;
	background: url(../images/button/cart.png) no-repeat;
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
}
.cart-button span:after {
	content: '';
	position: absolute;
	right: -34px;
	height: 49px;
	top: -10px;
	background: #FFFFFF;
	width: 1px;
	z-index: 1;
}
.cart-button:before {
	content: attr(data-count);
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	left: 100px;
	top: 50%;
	transform: translateY(-80%);
	z-index: 2;
	font-size: 13px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	background: var(--Vblue);
}
.cart-button:hover {
	color: #fff;
	box-shadow: 14px 9px 0 0 #329D9C;
}

.bgGray {
	background-color: var(--bg-gray1);
}

.bgBlue {
	color: white;
	background-color: var(--Vblue);
}

.product-detail-points { position: relative; padding-bottom: 35px; }
.product-detail-points .point-lists { position: relative; background: #fff; }
.product-detail-points .point-lists ul { padding: 0; margin: 0; list-style: none; }
.product-detail-points .point-lists ul li { position: relative; margin-bottom: 20px; width: 100%; display: inline-block; }
.product-detail-points .point-lists ul li span { font-size: 25px; font-style: italic; font-weight: 700; color: black; width: 70px; display: inline-block; text-align:center; }
.product-detail-points .point-lists ul li .progressbar { position: absolute; left: 70px; top: 12px; height: 10px; right: 0; background-color: #F0F1F1; }
.product-detail-points .point-lists ul li .progressbar .bg { position: absolute; left: 0; top: 0; height: 100%; background-color: black; }
.product-detail-points .point-content { background: var(--Vdarkblue); text-align: center; padding: 90px 15px; }
.product-detail-points .point-content h3 { font-size: 40px; line-height: 50px; font-style: italic; font-weight: 700; color: var(--rating); display: block; text-align: center; margin: 0; }
.product-detail-points .point-content p { font-size: 15px; line-height: 18px; font-weight: normal; color: white; display: block; text-align: center; margin: 10px 0 0; }

.product-detail-points .buttons { position: relative; }
.product-detail-points .buttons a { background: var(--Vdarkblue); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease-in-out }
.product-detail-points .buttons a.tabbutton { background: var(--Vblue); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.product-detail-points .buttons a span { display: inline-block; font-size: 13px; line-height: 40px; font-style: italic; font-weight: 700; color: white; }
.product-detail-points .buttons a.create-comment span:before { content: url(../images/icons/pen.png); position: relative; top: 4px; padding-right: 10px; filter: invert(1); }
.product-detail-points .buttons a.create-question span:before { content: url(../images/icons/chat-left-dots.png); position: relative; top: 4px; padding-right: 10px; filter: invert(1); }
.product-detail-points .buttons a:hover { background: var(--Vcyan); }

.product-comments-questions { position: relative; padding-bottom: 20px; }
.product-comments-questions .buttons { position: relative; padding-bottom: 10px; }
.product-comments-questions .buttons a { transition: all 0.3s ease-in-out; background: var(--Vblue); width: 100%; text-align: center; display: block; font-size: 13px; line-height: 67px; font-style: italic; font-weight: 700; color: #fff; }
.product-comments-questions .buttons a:hover { background: var(--Vcyan); }
.product-comments-questions .comment-content { background: #fff; }
.product-comments-questions .comment-content h3.comments-title { padding: 30px 0; margin: 0; text-align: center; color: var(--Vdarkblue); font-size: 15px; font-style: italic; font-weight: 700; line-height: 20px; border-bottom: 1px solid #E5E9ED; }

.product-comments-questions .forms { background: #fff; padding-bottom: 50px; }

.product-comments-questions .comment-content .comment-block { position: relative; padding: 35px 0 25px 125px; border-bottom: 1px solid #E5E9ED; }
.product-comments-questions .comment-content .comment-block .avatar { position: absolute; left: 0; top: 35px; width: 110px; height: 110px; border-radius: 50%; overflow: hidden; }
.product-comments-questions .comment-content .comment-block .avatar img { object-fit: cover; width: 110px; height: 110px; }
.product-comments-questions .comment-content .comment-block .comment-text { position: relative; padding: 20px 0; min-height: 130px; }
.product-comments-questions .comment-content .comment-block .comment-text h3,
.product-comments-questions .comment-content .comment-block .comment-text time { color: #27282B; font-size: 14px; margin: 0; font-weight: normal; line-height: 1; }
.product-comments-questions .comment-content .comment-block .comment-text .comment-stars { position: absolute; right: 0; top: 20px; }
.product-comments-questions .comment-content .comment-block .comment-text h4 { color: #4E5256; font-size: 14px; line-height: 20px; margin: 0; padding: 20px 0 5px 0 }
.product-comments-questions .comment-content .comment-block .comment-text p { color: #4E5256; font-size: 14px; line-height: 20px; margin: 0; font-style: italic; font-weight: 300; }
.product-comments-questions .comment-content .comment-block .comment-text .like-dislike { position: relative; padding-top: 15px; }
.product-comments-questions .comment-content .comment-block .comment-text .like-dislike span.like-dislike-title { color: #4E5256; font-size: 13px; line-height: 20px; margin: 0 30px 0 0; font-style: italic; display: inline-block; vertical-align: top; font-weight: bold; }
.product-comments-questions .comment-content .comment-block .comment-text .like-dislike a { transition: all 0.3s ease-in-out; color: #4E5256; font-size: 13px; line-height: 20px; margin: 0; font-style: italic; display: inline-block; vertical-align: top; }
.product-comments-questions .comment-content .comment-block .comment-text .like-dislike a.like img { position: relative; top:  -3px; }
.product-comments-questions .comment-content .comment-block .comment-text .like-dislike a.dislike img { position: relative; top:  3px; }
.product-comments-questions .comment-content .comment-block .comment-text .like-dislike a:hover { color: var(--Vblue); }
.product-comments-questions .comment-content .comment-block .comment-text .like-dislike a:hover img { filter: invert(75%) sepia(27%) saturate(5933%) hue-rotate(133deg) brightness(93%) contrast(99%); }

.product-comments-questions .comment-content .comment-block .answers { position: relative; margin-left: -125px; padding: 0 0 0 125px; border-left: 1px solid #707070; }
.product-comments-questions .comment-content .comment-block .answers h3.answer-title { position: absolute; top: 0; left: 0; width: 125px; padding: 0 20px; line-height: 1; text-align: right; font-size: 14px; color: #505B65; }
.product-comments-questions .comment-content .comment-block .answers .comment-block { border-top: 1px solid #E5E9ED; border-bottom: 0; }
.product-comments-questions .comment-content .comment-block .answers .comment-block:last-child { padding-bottom: 0; }

@media(max-width: 767px) {
    .product-comments-questions .comment-content .comment-block { position: relative; padding: 35px 0 25px 0; border-bottom: 1px solid #E5E9ED; }
    .product-comments-questions .comment-content .comment-block .avatar { display: none; position: absolute; left: 0; top: 35px; width: 75px; height: 75px; border-radius: 50%; overflow: hidden; }
    .product-comments-questions .comment-content .comment-block .avatar img { object-fit: cover; width: 75px; height: 75px; }
    .product-comments-questions .comment-content .comment-block .answers { padding-left: 45px; margin-left: -85px; }
    .product-comments-questions .comment-content .comment-block .comment-text { padding-top: 10px; }
    .product-comments-questions .comment-content .comment-block .answers h3.answer-title { text-align: left; padding: 0 10px; }
    .product-detail-points .buttons { padding: 0; }
    .product-detail-points .point-lists { padding-top: 20px; }
}

#comment_add_form, #question_add_form { display: none }
.comment-add-form { background: #fff; border: 1px solid #D0D2D8; padding: 35px 150px; }
.comment-add-form .text h3 { font-size: 15px; line-height: 30px; font-weight: 700; color: #0F1B3A; margin: 0; }
.comment-add-form .text p { font-size: 15px; line-height: 30px; font-weight: 300; color: #4E5256; margin: 0; }
.comment-add-form input[type="text"],
.comment-add-form input[type="email"],
.comment-add-form textarea { resize: none; width: 100%; border: 1px solid #D0D2D8; background: #fff; padding: 10px 15px 12px 15px; line-height: 18px; font-size: 15px; font-weight: 300; color: #4E5256; }
.comment-add-form button { transition: all 0.3s ease-in-out; background:var(--Vblue); line-height: 30px; padding: 0 35px; display: inline-block; color: #fff; font-size: 12px; border: 0; border-radius: 0; position: relative; }
.comment-add-form button:after { content: '\f054'; line-height: 30px; color: #fff; font-size: 10px; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: relative; padding-left: 10px; top: -1px; }
.comment-add-form button:hover { background: var(--Vcyan); }

@media(max-width: 991px) {
    .comment-add-form { padding: 35px; }
}
.product-questions { display: none; }
.reply { color: #fff !important; font-size: 12px !important; line-height: 1 !important; display:inline-block !important; padding: 3px 5px !important; border-radius: 3px !important; background: var(--Vblue) !important; margin-left: 30px !important; top: 3px; position: relative; }
.reply:hover { color: #fff !important; background: var(--Vcyan) !important; }
.reply-close-button { background: var(--Vblue); color: #fff; padding: 5px 11px; display: inline-block; border-radius: 3px; font-size: 13px; line-height: 1; margin-top: 15px; }
.reply-close-button i { font-size: 9px; padding-left: 6px; }
.reply-close-button:hover { background: var(--Vcyan); color: #fff; }

.pagination-links { position: relative; padding: 45px; text-align: center; }
ul.pagination { margin: 0; font-size: 0; text-align: center; width: 100%; display: block; }
ul.pagination li { display: inline-block; vertical-align: top; }
ul.pagination li a { display: inline-block; width: 36px; line-height: 36px; text-align: center; color: #505B65; font-size: 15px; border: 1px solid #707070; border-radius: 10px; margin: 0 3px; }
ul.pagination li:first-child a { width: auto; border: 0; }
ul.pagination li:last-child a { width: auto; border: 0; }
ul.pagination li.disabled a { border: 0; }
ul.pagination li:not(.disabled) a:hover,
ul.pagination li.active a { background: #7A8DA0; border-color: #7A8DA0; color: #fff; }
ul.pagination li:first-child a:hover,
ul.pagination li:last-child a:hover { background: none; border-color: none; color: var(--Vblue); }
ul.pagination li:first-child { margin-right: 55px; }
ul.pagination li:last-child { margin-left: 55px; }
ul.pagination li:first-child img { vertical-align: middle; position: relative; top: -2px; margin-right: 15px; }
ul.pagination li:last-child img { vertical-align: middle; position: relative; top: -2px; margin-left: 15px; }

ul.pagination-small { margin: 0; font-size: 0; text-align: center; width: 100%; display: block; }
ul.pagination-small li { display: inline-block; vertical-align: top; }
ul.pagination-small li a { display: inline-block; line-height: 15px; text-align: center; color: #4E5256; font-size: 15px; font-weight: 700; font-style: italic; margin: 0 5px; }
ul.pagination-small li:not(.disabled) a:hover,
ul.pagination-small li.active a { color: var(--Vcyan); }


.full-loading{
	display: none;
	width: 100%;
	height: 100%;
	padding: 0.9375rem 0.875rem;
	margin: 0;
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.6);
	z-index: 1000;
}
.full-loading.active { display: block; }
.full-loading .atc-button--icon{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	animation: rotation .6s linear infinite;
	transition: opacity .1s ease .1s;
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.no-p-pad p {
	padding: 0;
}

.modal-content .btn-close{
	z-index: 1;
}
.modal-content .btn-close:focus { box-shadow:none }
.modal .modal-close-button {
	z-index: 9999 !important;
	position: absolute;
	right: 7px;
	top: 7px;
}
.modal-body {
	padding: 35px 1rem 1rem;
}

.input-wrapper {
	border: 1px solid var(--text);
	border-radius: 2px;
	display: flex; /* because of right button inside box */
	align-items: center;
	font-size: var(--font-size-form);
	position: relative;
	height: 52px;
}

.input-wrapper input:focus, .input-wrapper textarea:focus { outline:none; }

.input-wrapper label {
font-weight:300;
font-size: var(--font-size-body);
position:absolute;
pointer-events:none;
left:calc(.875rem - 6px); /* 6 to compensate the padding below */
padding: 0 5px;
top: 50%;
transform: translateY(-50%);
transition:0.2s ease all;
-moz-transition:0.2s ease all;
-webkit-transition:0.2s ease all;
white-space: nowrap;
}

.input-wrapper.with-textarea label {
top: .9375rem;
transform: none;
}

/* active state */
.input-wrapper input:focus ~ label, .input-wrapper input:not(:placeholder-shown) ~ label, .input-wrapper textarea:focus ~ label, .input-wrapper textarea:not(:placeholder-shown) ~ label {
top:-8px;
/*left: 9px;
font-size:.8125rem;
padding: 0 4px;
*/

transform: translateY(0) scale(0.8);
transform-origin: top left;
background-color: white;
}

.input-wrapper .rightButton, .input-wrapper .leftButton {
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0 15px;
	font-size: 18px;
	margin: 0;
	background-color: transparent;
	border: 0;
	color: var(--text);
}

.input-wrapper input, .input-wrapper textarea {
	color: var(--text);
	border: 0;
	font-weight: 300;
	padding: 0 .875rem;
	height: 100%;
	outline: none !important;
	overflow: visible;
	width: 100%; /* TODO - sonradan eklendi, sorun olursa kaldırabilirsin!! */
	font-size: var(--font-size-form);

	flex-basis: 0;
	flex-grow: 1;
}

.input-wrapper.with-textarea {
	min-height: 118px;
	max-height: 500px;
}

.input-wrapper.with-textarea textarea {
	padding: .9375rem .875rem .9375rem
}


.title-big {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 100px;
	line-height: 105px;
	font-weight: bold;
	color: #fff;
  }
  @media all and (max-width: 1200px) {
	.title-big {
	  font-size: 85px;
	  line-height: 90px;
	}
  }
  @media all and (max-width: 992px) {
	.title-big {
	  font-size: 65px;
	  line-height: 70px;
	}
  }
  @media all and (max-width: 768px) {
	.title-big {
	  font-size: 45px;
	  line-height: 50px;
	}
  }

  .title-75 {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 75px;
	line-height: 85px;
	font-weight: 500;
	color: #fff;
  }
  @media all and (max-width: 1200px) {
	.title-75 {
	  font-size: 60px;
	  line-height: 70px;
	}
  }
  @media all and (max-width: 992px) {
	.title-75 {
	  font-size: 50px;
	  line-height: 60px;
	}
  }
  @media all and (max-width: 768px) {
	.title-75 {
	  font-size: 35px;
	  line-height: 45px;
	}
  }

  .title-55 {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 57px;
	line-height: 52px;
	font-weight: 400;
	color: #fff;
  }
  @media all and (max-width: 992px) {
	.title-55 {
	  font-size: 40px;
	  line-height: 44px;
	}
  }
  @media all and (max-width: 768px) {
	.title-55 {
	  font-size: 29px;
	  line-height: 34px;
	}
  }

  .banner-subpages {
	height: 500px;
	padding-top: 150px;
	position: relative;
	padding-right: 110px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  @media all and (max-width: 1200px) {
	.banner-subpages {
	  padding-right: 0;
	  height: 350px;
	}
  }
  @media all and (max-width: 992px) {
	.banner-subpages {
	  height: 100%;
	}
  }
  .banner-subpages::after {
	content: "";
	position: absolute;
	width: 75px;
	height: 100%;
	top: 0;
	right: 28px;
	backdrop-filter: blur(15px);
	background-color: rgba(255, 255, 255, 0.05);
  }
  @media all and (max-width: 1200px) {
	.banner-subpages::after {
	  display: none;
	}
  }
  .banner-subpages .content {
	height: 100%;
	max-height: 350px;
	width: 100%;
	max-width: 1630px;
	backdrop-filter: blur(15px);
	background-color: rgba(255, 255, 255, 0.05);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 30px;
	padding: 25px 440px 25px 90px;
  }
  @media all and (max-width: 1700px) {
	.banner-subpages .content {
	  padding: 25px 290px 25px 90px;
	}
  }
  @media all and (max-width: 1400px) {
	.banner-subpages .content {
	  padding: 25px 190px 25px 90px;
	}
  }
  @media all and (max-width: 1200px) {
	.banner-subpages .content {
	  padding: 25px 90px 25px 50px;
	}
  }
  @media all and (max-width: 992px) {
	.banner-subpages .content {
	  max-height: 100%;
	}
  }
  @media all and (max-width: 768px) {
	.banner-subpages .content {
	  padding: 25px 50px 25px 25px;
	}
  }
  .banner-subpages .content h1 {
	color: #fff;
  }
  .banner-subpages .content::after {
	content: "";
	position: absolute;
	width: 39px;
	height: 100%;
	top: 0;
	right: 350px;
	background-color: var(--Vdarkblue);
  }
  @media all and (max-width: 1700px) {
	.banner-subpages .content::after {
	  right: 200px;
	}
  }
  @media all and (max-width: 1400px) {
	.banner-subpages .content::after {
	  right: 100px;
	}
  }
  @media all and (max-width: 1200px) {
	.banner-subpages .content::after {
	  right: 25px;
	}
  }
  @media all and (max-width: 768px) {
	.banner-subpages .content::after {
	  width: 15px;
	  right: 15px;
	}
  }

  .breadcrumb-v2 ul {
	display: flex;
	gap: 15px;
	list-style: none;
	flex-wrap: wrap;
	padding: 0 !important;
	margin: 0;
  }
  .breadcrumb-v2 ul li {
	color: #fff;
	font-family: "Roboto Condensed";
	font-size: 13px;
	line-height: 17px;
	font-style: italic;
	font-weight: 300;
  }
  .breadcrumb-v2 ul li a {
	color: #fff;
  }

  .contact-form {
	position: relative;
	overflow: hidden;
	padding: 0 20px;
  }
  .contact-form .decor {
	position: absolute;
	width: 100%;
	top: -310px;
  }
  .contact-form .content {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	gap: 80px;
	align-items: center;
	justify-content: space-between;
  }
  @media all and (max-width: 992px) {
	.contact-form .content {
	  gap: 30px;
	}
  }
  @media all and (max-width: 768px) {
	.contact-form .content {
	  flex-direction: column;
	}
  }
  .contact-form .content .left {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 350px;
  }
  .contact-form .content .left img {
	width: 100%;
	height: auto;
  }
  @media all and (max-width: 768px) {
	.contact-form .content .left img {
	  width: 50%;
	}
  }
  .contact-form .content .right {
	width: 100%;
  }
  .contact-form .content .right .black-title {
	margin-bottom: 60px;
  }
  @media all and (max-width: 768px) {
	.contact-form .content .right .black-title {
	  margin-bottom: 20px;
	}
  }
  .contact-form .content .right form {
	display: flex;
	flex-direction: column;
	gap: 20px;
  }
  @media all and (max-width: 768px) {
	.contact-form .content .right form {
	  gap: 10px;
	}
  }
  .contact-form .content .right form .button {
	margin-left: auto;
	width: auto;
  }

  .black-title {
	background-color: var(--Vdarkblue);
	padding: 32px;
	font-family: "Roboto Condensed";
	font-size: 1rem;
	line-height: 1rem;
	color: #fff;
	text-align: center;
	width: 100%;
	max-width: 485px;
	font-weight: bold;
  }
  @media all and (max-width: 768px) {
	.black-title {
	  padding: 20px;
	}
  }
  .black-title.w100 {
	max-width: 100%;
  }
  .black-title.big {
	font-size: 40;
  }

  .slicer {
	height: 100px;
	width: 100%;
  }
  @media all and (max-width: 1200px) {
	.slicer {
	  height: 75px;
	}
  }
  @media all and (max-width: 992px) {
	.slicer {
	  height: 55px;
	}
  }
  @media all and (max-width: 768px) {
	.slicer {
	  height: 40px;
	}
  }
  .slicer.h80 {
	height: 80px;
  }
  @media all and (max-width: 992px) {
	.slicer.h80 {
	  height: 55px;
	}
  }
  @media all and (max-width: 768px) {
	.slicer.h80 {
	  height: 40px;
	}
  }
  .slicer.h125 {
	height: 125px;
  }
  @media all and (max-width: 1200px) {
	.slicer.h125 {
	  height: 90px;
	}
  }
  @media all and (max-width: 992px) {
	.slicer.h125 {
	  height: 75px;
	}
  }
  @media all and (max-width: 768px) {
	.slicer.h125 {
	  height: 50px;
	}
  }
  .slicer.h50 {
	max-height: 50px;
  }

  .request-information {
	display: flex;
	width: 100%;
	height: 516px;
	max-width: 1430px;
	margin: 0 auto;
	left: -168px;
    position: relative;
  }

  @media all and (max-width: 1500px) {
	.request-information {
	  left: 0;
	}
  }
  @media all and (max-width: 1200px) {
	.request-information {
	  height: 300px;
	}
  }
  @media all and (max-width: 768px) {
	.request-information {
	  flex-direction: column;
	  height: 100%;
	}
  }
  .request-information .left {
	width: 60.4%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  }
  @media all and (max-width: 992px) {
	.request-information .left {
	  width: 100%;
	}
  }
  @media all and (max-width: 768px) {
	.request-information .left {
	  min-height: 250px;
	}
  }
  .request-information .right {
	width: 39.6%;
	background-color: var(--Vblue);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: end;
	padding: 114px 20px;
	background-repeat: no-repeat;
	background-position: right top 60px;
	background-size: 95%;
  }
  .request-information .right .title-big {
	margin-bottom: -15px;
  }
  @media all and (max-width: 1200px) {
	.request-information .right {
	  padding: 20px;
	  justify-content: center;
	}
  }
  @media all and (max-width: 992px) {
	.request-information .right {
	  width: 100%;
	  background-position: center;
	  background-size: 75%;
	}
  }
  @media all and (max-width: 768px) {
	.request-information .right {
	  min-height: 150px;
	  background-size: 25%;
	  background-position: center right 50px;
	}
  }

  .centre-informaiton {
	padding: 35px 20px 70px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 96% auto;
	background-position: bottom;
  }
  @media all and (max-width: 992px) {
	.centre-informaiton {
	  padding: 35px 20px;
	}
  }
  @media all and (max-width: 768px) {
	.centre-informaiton {
	  background-image: none !important;
	  padding: 0 20px;
	}
  }
  .centre-informaiton .decor {
	position: absolute;
	left: 0;
	top: -310px;
  }
  .centre-informaiton .content {
	max-width: 1000px;
	margin: 0 auto;
	gap: 15px;
	display: flex;
	position: relative;
	z-index: 2;
  }
  @media all and (max-width: 768px) {
	.centre-informaiton .content {
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}
  }
  .centre-informaiton .content .left {
	width: 100%;
	max-width: 485px;
  }
  .centre-informaiton .content .left p {
	padding: 0;
	padding-top: 30px;
	text-align: right;
	margin-left: auto;
  }
  @media all and (max-width: 768px) {
	.centre-informaiton .content .left p {
	  margin-left: 0;
	  text-align: center;
	  max-width: 100%;
	}
  }
  .centre-informaiton .content .right {
	width: 100%;
	text-align: center;
  }
  @media all and (max-width: 768px) {
	.centre-informaiton .content .right {
	  width: 60%;
	}
  }
  @media all and (max-width: 475px) {
	.centre-informaiton .content .right {
	  width: 100%;
	}
  }

  .social-boxs {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 43px;
  }
  @media all and (max-width: 992px) {
	.social-boxs {
	  gap: 25px;
	}
  }

  .social-boxs .socials .box {
	background-color: var(--color);
    padding: 33px 0;
    width: 100%;
    color: #fff;
    font-family: "Roboto Condensed";
    font-weight: 900;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    gap: 20px;
    transition: all 300ms;
    border: 1px solid var(--color);
  }
  @media all and (max-width: 992px) {
	.social-boxs .socials .box {
	  padding: 15px 33px;
	  gap: 15px;
	  flex-direction: column;
	}
  }
  .social-boxs .socials .box i {
	font-size: 50px;
  }
  @media all and (max-width: 992px) {
	.social-boxs .socials .box i {
	  font-size: 30px;
	}
  }
  .social-boxs .socials .box:hover {
	background-color: #fff;
	color: var(--color);
  }

  .approved-partner .content {
	display: flex;
	max-width: 1780px;
	margin: 0 auto;
  }
  @media all and (max-width: 1400px) {
	.approved-partner .content {
	  flex-direction: column;
	}
  }
  .approved-partner .content .left {
	display: flex;
	width: 53.4%;
  }
  @media all and (max-width: 1400px) {
	.approved-partner .content .left {
	  width: 100%;
	}
  }
  @media all and (max-width: 768px) {
	.approved-partner .content .left {
	  flex-direction: column-reverse;
	}
  }
  .approved-partner .content .left img {
	width: 60%;
  }
  @media all and (max-width: 768px) {
	.approved-partner .content .left img {
	  width: 100%;
	}
  }
  .approved-partner .content .left .texts {
	width: 40%;
	background-color: var(--Vblue);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px;
  }
  @media all and (max-width: 1200px) {
	.approved-partner .content .left .texts {
	  padding: 20px;
	  text-align: center;
	}
  }
  @media all and (max-width: 768px) {
	.approved-partner .content .left .texts {
	  width: 100%;
	}
  }
  .approved-partner .content .right {
	background-color: var(--bg-gray1);
	width: 46.6%;
	display: flex;
	align-items: center;
	padding: 20px 75px;
  }
  @media all and (max-width: 1400px) {
	.approved-partner .content .right {
	  padding: 25px;
	  width: 100%;
	}
  }
  .approved-partner .content .right .partners {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 450px;
	gap: 20px;
  }
  @media all and (max-width: 1400px) {
	.approved-partner .content .right .partners {
	  margin: 0 auto;
	}
  }
  .approved-partner .content .right .partners a {
	width: calc(50% - 10px);
	display: inline-block;
  }

  .title-blue {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	color: var(--Vblue);
  }
  @media all and (max-width: 992px) {
	.title-blue {
	  font-size: 25px;
	  line-height: 35px;
	}
  }
  @media all and (max-width: 768px) {
	.title-blue {
	  font-size: 20px;
	  line-height: 30px;
	}
  }

  .leaf-absolute {
	position: relative;
  }
  .leaf-absolute .decor {
	position: absolute;
	top: -150px;
  }

  @media all and (max-width: 1400px) {
	.two-panel-section-1 .inner {
	  padding: 0 80px;
	}
  }
  @media all and (max-width: 1200px) {
	.two-panel-section-1 .inner {
	  padding: 0 50px;
	}
  }
  @media all and (max-width: 992px) {
	.two-panel-section-1 .inner {
	  padding: 0 30px;
	}
  }
  @media all and (max-width: 768px) {
	.two-panel-section-1 .inner {
	  padding: 0;
	}
  }

  .motto {
	max-width: 1480px;
	margin: 0 auto;
	background-color: var(--Vdarkblue);
	text-align: center;
	padding: 115px;
  }
  @media all and (max-width: 992px) {
	.motto {
	  padding: 75px;
	}
  }
  @media all and (max-width: 768px) {
	.motto {
	  padding: 30px;
	}
  }
  .motto .title-75 {
	font-weight: 400;
  }

  .title-light-blue {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 56px;
	line-height: 62px;
	font-weight: 300;
	color: var(--Vcyan);
  }
  @media all and (max-width: 992px) {
	.title-light-blue {
	  font-size: 46px;
	  line-height: 52px;
	}
  }
  @media all and (max-width: 768px) {
	.title-light-blue {
	  font-size: 33px;
	  line-height: 39px;
	}
  }
  .title-light-blue.medium {
	font-weight: 500;
	font-size: 66px;
	line-height: 66px;
  }
  @media all and (max-width: 992px) {
	.title-light-blue.medium {
	  font-size: 56px;
	  line-height: 56px;
	}
  }
  @media all and (max-width: 768px) {
	.title-light-blue.medium {
	  font-size: 43px;
	  line-height: 43px;
	}
  }

  .signature {
	font-family: "Fortunates December";
	font-size: 30px;
	line-height: 45px;
	color: #fff;
  }

  .about-icon-text {
	display: flex;
	max-width: 1780px;
	margin: 0 auto;
  }
  @media all and (max-width: 768px) {
	.about-icon-text {
	  flex-direction: column-reverse;
	}
  }
  .about-icon-text .left {
	width: 100%;
  }
  .about-icon-text .left img {
	width: 100%;
	height: auto;
  }
  .about-icon-text .right {
	width: 100%;
	background-color: var(--link);
	background-position: top -194% right -144%;
	background-size: 80%;
	background-repeat: no-repeat;
	padding: 150px 70px;
	display: flex;
	align-items: flex-end;
  }
  @media all and (max-width: 992px) {
	.about-icon-text .right {
	  padding: 70px 35px;
	}
  }
  @media all and (max-width: 768px) {
	.about-icon-text .right {
	  padding: 30px;
	}
  }
  .about-icon-text .right p {
	max-width: 461px;
	padding: 0;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 45px;
	line-height: 54px;
	font-weight: 900;
	color: #fff;
  }
  @media all and (max-width: 992px) {
	.about-icon-text .right p {
	  font-size: 37px;
	  line-height: 45px;
	}
  }
  @media all and (max-width: 768px) {
	.about-icon-text .right p {
	  font-size: 30px;
	  line-height: 37px;
	  max-width: 100%;
	  font-weight: 500;
	}
  }

  .faq {
	display: flex;
	max-width: 1550px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
	justify-content: center;
	gap: 30px;
  }
  @media all and (max-width: 768px) {
	.faq {
	  flex-direction: column-reverse;
	}
  }
  .faq .left {
	width: 100%;
	max-width: 691px;
  }
  .faq .left img {
	width: 100%;
	height: auto;
  }
  .faq .right {
	width: 100%;
  }
  .faq .right .title {
	margin-bottom: 70px;
  }
  @media all and (max-width: 992px) {
	.faq .right .title {
	  margin-bottom: 50px;
	}
  }
  @media all and (max-width: 768px) {
	.faq .right .title {
	  margin-bottom: 30px;
	}
  }

  .faq .title, .blog-content .title {
	font-family: "Roboto Condensed";
	font-weight: 900;
	font-size: 40px;
	line-height: 53px;
	color: var(--Vblue);
  }
  @media all and (max-width: 992px) {
	.faq .title, .blog-content .title {
	  font-size: 35px;
	  line-height: 45px;
	}
  }
  @media all and (max-width: 768px) {
	.faq .title, .blog-content .title {
	  font-size: 30px;
	  line-height: 37px;
	}
  }

.faq.for-payment .accordion-collapse {
	/*	padding: 10px; */
	max-height: 200px;
	overflow-y: auto;
	width: 100%;
}

@media all and (min-width: 1200px) {
	.faq.for-payment .accordion-collapse{
		max-width: 414px;
	}
}

/*
.faq.for-payment .accordion-item:not(.expanded) {
	background-color: transparent;
}

.faq.for-payment .accordion-button {
	font-weight: 400;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
*/

  .blog-content .title {
	margin-top: 27px;
	margin-bottom: 35px;
  }
  .blog-content p {
	padding: 0;
  }
  .blog-content .blog-search {
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--Vdarkblue);
	padding: 17px 30px;
	gap: 17px;
	flex-wrap: wrap;
	width: 100%;
  }
  @media all and (max-width: 768px) {
	.blog-content .blog-search .dropdown {
	  margin: 0 auto;
	}
  }
  .blog-content .blog-search .dropdown button {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	height: 57px;
	font-size: 12px;
	font-family: "Roboto Condensed";
	font-weight: 300;
	width: 227px;
	text-align: left;
	position: relative;
  }
  .blog-content .blog-search .dropdown button::after {
	position: absolute;
	margin-top: 3px;
	right: 11px;
	border-top: 0.9em solid;
	border-right: 0.6em solid transparent;
	border-left: 0.6em solid transparent;
  }
	.blog-content .blog-search .search-form {
	display: flex;
	gap: 3px;
	width: 100%;
	max-width: 425px;
  }
  @media all and (max-width: 768px) {
	.blog-content .blog-search .search-form {
	  max-width: 100%;
	}
  }
  .blog-content .blog-search .search-form input {
	width: 100%;
	height: 57px;
  }
  .blog-content .blog-search .search-form button {
	padding: 20px 15px;
	height: 57px;
	width: auto;
	background-color: var(--Vblue);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 12px;
	font-family: "Roboto Condensed";
  }

  .tags-and-downloads {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
  }
  .tags-and-downloads .tags {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
  }
  .tags-and-downloads .tags a {
	border: 1px solid #37CDD7;
	background-color: transparent;
	color: #37CDD7;
	padding: 10px 25px;
	transition: all 300ms;
	border-radius: 12px;
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
  }
  .tags-and-downloads .tags a:hover {
	background-color: #37CDD7;
	color: #fff;
  }
  .tags-and-downloads .downloads {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
  }
  .tags-and-downloads .downloads a {
	border: 1px solid #11404E;
	background-color: transparent;
	color: #11404E;
	padding: 10px;
	transition: all 300ms;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	gap: 3px;
  }
  .tags-and-downloads .downloads a i {
	font-size: 20px;
  }
  .tags-and-downloads .downloads a:hover {
	background-color: #11404E;
	color: #fff;
  }

  .blog-content-image-box {
	display: flex;
	align-items: center;
	padding: 0 70px;
	gap: 140px;
  }
  @media all and (max-width: 1600px) {
	.blog-content-image-box {
	  padding: 0 50px;
	  gap: 100px;
	}
  }
  @media all and (max-width: 1400px) {
	.blog-content-image-box {
	  gap: 80px;
	}
  }
  @media all and (max-width: 1200px) {
	.blog-content-image-box {
	  padding: 0 40px;
	  gap: 40px;
	}
  }
  @media all and (max-width: 992px) {
	.blog-content-image-box {
	  flex-direction: column-reverse;
	  padding: 0 20px;
	}
  }
  .blog-content-image-box.with-padding {
	padding: 50px 70px 100px;
  }
  @media all and (max-width: 1600px) {
	.blog-content-image-box.with-padding {
	  padding: 50px 50px 100px;
	}
  }
  @media all and (max-width: 1400px) {
	.blog-content-image-box.with-padding {
	  padding: 50px 40px 100px;
	}
  }
  @media all and (max-width: 1200px) {
	.blog-content-image-box.with-padding {
	  padding: 50px 30px 75px;
	}
  }
  @media all and (max-width: 992px) {
	.blog-content-image-box.with-padding {
	  padding: 50px 20px 50px;
	}
  }
  .blog-content-image-box.graybox {
	position: relative;
	z-index: 1;
  }
  .blog-content-image-box.graybox::before {
	content: "";
	background-color: #f3f7f7;
	width: 57.67%;
	height: 100%;
	max-width: 1107px;
	max-height: 534px;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
  }
  .blog-content-image-box img {
	width: 50%;
	height: auto;
	max-width: 674px;
  }
  .blog-content-image-box .content {
	width: 100%;
  }
  .blog-content-image-box .content .title {
	max-width: 602px;
	margin-bottom: 24px;
  }
  @media all and (max-width: 992px) {
	.blog-content-image-box .content .title {
	  max-width: 100%;
	}
  }
  .blog-content-image-box .content p {
	max-width: 602px;
	font-family: "Roboto Condensed";
	font-size: 15px;
	line-height: 19px;
  }
  @media all and (max-width: 992px) {
	.blog-content-image-box .content p {
	  max-width: 100%;
	}
  }

  .banner-with-text {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
  }
  @media all and (max-width: 992px) {
	.banner-with-text {
	  padding-top: 250px;
	  background-size: auto 250px;
	  background-position: top center;
	}
  }
  .banner-with-text .content {
	margin-right: 17%;
	margin-left: auto;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 45px;
	line-height: 51px;
	font-weight: 900;
	color: #fff;
	background-color: var(--Vblue);
	padding: 105px 68px;
	max-width: 615px;
  }
  @media all and (max-width: 1400px) {
	.banner-with-text .content {
	  font-size: 40px;
	  line-height: 48px;
	  padding: 80px 55px;
	}
  }
  @media all and (max-width: 1200px) {
	.banner-with-text .content {
	  font-size: 35px;
	  line-height: 40px;
	  padding: 70px 50px;
	}
  }
  @media all and (max-width: 992px) {
	.banner-with-text .content {
	  position: relative;
	  max-width: 100%;
	  margin: 0;
	  font-size: 30px;
	  line-height: 35px;
	  padding: 35px 25px;
	  font-weight: 500;
	}
  }

  .paginations {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 21px;
  }
  .paginations .button {
	width: 35px;
	height: 35px;
	min-width: auto;
	box-shadow: 6px 6px 0 0 var(--shadow);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 17px;
	line-height: 23px;
  }
  .paginations .button.active {
	background-color: var(--Vblue);
	color: #fff;
  }
  .paginations .button:hover {
	background-color: var(--Vblue);
	color: #fff;
  }

  /*# sourceMappingURL=style.css.map */

table {
	width: 100%;
	border-collapse: collapse;
}

table th {
	background-color: rgb(0,0,0,0.2);
	padding: 20px;
	font-weight: 700;
	text-align: center;
}

table.reward-history th {
	text-align: left;
}

table td {
	padding: 20px;
	/*text-align: center;*/
	border-bottom: 1px solid rgb(0,0,0,0.2);
	display: table-cell;
	width: unset;
}

.basic-page-content {
  max-width: 1325px;
  padding: 0 25px;
  margin: 0 auto;
}
.basic-page-content .title {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 66px;
  color: #0E2F2F;
  font-weight: normal;
}
@media all and (max-width: 992px) {
  .basic-page-content .title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 32px;
  }
}
@media all and (max-width: 768px) {
  .basic-page-content .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
.basic-page-content p {
  padding: 0;
  margin-bottom: 24px;
  font-family: "Roboto Condensed";
  font-size: 18px;
  line-height: 24px;
}
.basic-page-content p:last-child {
  margin-bottom: 0;
}

.make-next-el-square {
	display: block;
	width: 100%;
    padding-top: 100%;
}

.make-next-el-square + * {
	position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*LOADING*/
.page-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: rgba(255,255,255,0.4);
	backdrop-filter: blur(3px);
	animation: pageLoading-animate 1.2s linear;
}
.lds-grid {
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.lds-grid div {
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: url(../images/16x16-pati.png) no-repeat;
	animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
	top: 8px;
	left: 8px;
	animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
	top: 8px;
	left: 32px;
	animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
	top: 8px;
	left: 56px;
	animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
	top: 32px;
	left: 8px;
	animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
	top: 32px;
	left: 32px;
	animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
	top: 32px;
	left: 56px;
	animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
	top: 56px;
	left: 8px;
	animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
	top: 56px;
	left: 32px;
	animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
	top: 56px;
	left: 56px;
	animation-delay: -1.6s;
}
@keyframes lds-grid {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@keyframes pageLoading-animate {
	0% {
		backdrop-filter: blur(15px);
		background: rgba(255,255,255,0.8);
	}
	100% {
		backdrop-filter: blur(3px);
		background: rgba(255,255,255,0.4);
	}
}

.cc-revoke.cc-bottom {
	display: none;
}

.product-page-info { background: #fff; text-align: center; display: flex; gap: 50px; height: 83px; padding: 0 25px; justify-content: center; }
.product-page-info span { font-size: 15px; color: #515B65; font-family: 'Roboto', sans-serif; display: flex; align-items: center; gap: 10px; text-align: left; }
@media(max-width: 767px) {
    .product-page-info {
        background: #fff;
        text-align: center;
        display: flex;
        gap: 14px;
        height: auto;
        padding: 25px 10px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
.product-page-desc p {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #000000;
    padding: 50px 0 0 0;
    text-align: center;
}

.user-login-box, .remember-login-box {
    background: #fff;
    padding: 40px 50px 50px;
}

/*Main Menu*/
ul.main-menu {
    list-style: none;
    display: flex;
    margin: 0;
    height: 80px;
}
ul.main-menu li a {
    padding: 0 20px;
    font-weight: bold;
    color: white;
    font-size: 17px;
    line-height: 80px;
    transition: all 0.3s ease-in-out;
}
header ul.main-menu li {
	transition: all 0.3s ease-in-out;
	border-radius: 15px 15px 0 0;
}
header.shrink ul.main-menu li a {
    color: #515B65;
}
header:not(.shrink) ul.main-menu li.sub-menu:hover {
	border-radius: 15px 15px 0 0;
    color: var(--Vblue);
    backdrop-filter: blur(15px);
    background-color: rgba(255,255,255,0.85);
}
header:not(.shrink) ul.main-menu li.sub-menu:hover > a {
	color: var(--Vcyan)
}
ul.main-menu li a:hover, header.shrink ul.main-menu li a:hover {
    color: var(--Vcyan)
}
ul.main-menu li {
    position: relative;
}
ul.main-menu li.sub-menu a i {
    left: 5px;
    position: relative;
}
ul.main-menu li.sub-menu .submenu-content {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 270px;
    top: -500px;
    visibility: hidden;
    transform: translateY(-30px);
    backdrop-filter: blur(15px);
    background-color: rgba(255,255,255,0.85);
    -webkit-box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.10);
    box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.10);
}
ul.main-menu li.sub-menu:hover .submenu-content {
    transition: transform 0.3s ease-in-out;
    top: 100%;
    transform: translateY(0);
    visibility: visible;
}
ul.main-menu li.sub-menu .submenu-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}
ul.main-menu li.sub-menu .submenu-content ul li {
    display: block;
}
ul.main-menu li.sub-menu .submenu-content ul li a {
    font-size: 15px;
    line-height: 30px;
    display: block;
    color: #515B65;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
ul.main-menu li.sub-menu .submenu-content ul li a:hover {
    color: var(--Vcyan)
}
@media(max-width: 991px) {
    ul.main-menu {
        display: none
    }
}

.pdAccordion .accordion-button::after {
    background: none !important;
    content: "\f0d7" !important;
    right: 20px !important;
    top: 50% !important;
    width: 30px !important;
    height: 15px !important;
    line-height: 15px !important;
    position: absolute !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    background: none !important;
    transform: translateY(-50%) !important;
    transition: all 0.5s ease-in-out !important;
}
.pdAccordion .accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg) !important ;
    margin-top: -8px !important ;
}

.pdAccordion .accordion-button {
	color: #fff;
	background-color: var(--Vblue);
	transition: width .2s ease, height .2s ease;
	box-shadow: none;
	padding: 1.4rem 1rem !important;
	font-weight: normal;
	font-size: 1.05rem;
    transition: all 0.3s ease-in-out;
    text-align: center;
    justify-content: center
}
.pdAccordion .accordion-button:hover, .pdAccordion .accordion-button:focus {
    background-color: var(--Vcyan);
}
.pdAccordion .accordion-button[aria-expanded="true"] {
    background: var(--Vcyan)
}

.table-ingredients {
    background: #3DBAC4;
    padding: 30px 60px 40px;
}
table.ingredients {
    background: transparent;
}
table.ingredients thead {
    background: transparent;
}
table.ingredients th {
    background-color: transparent;
    color: #fff;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 20px 10px 20px;
}
table.ingredients th span {
    display: block;
    position: relative;
}
table.ingredients th span:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 1px;
    background: #fff;
    bottom: -5px;
}
table.ingredients td {
    color: #fff;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 20px;
    border: 0;
    text-align: center;
}
table.ingredients td:first-child {
    text-align: left;
}
@media(max-width: 576px){
	.table-ingredients {
		padding: 20px 0px;
	}
}
@media(max-width: 991px) {
	table.ingredients th {
		font-size: 23px;
	}
	table.ingredients td {
		font-size: 21px;
	}
}
@media(max-width: 767px) {
	table.ingredients th {
		font-size: 20px;
	}
	table.ingredients td {
		font-size: 18px;
	}
}

.border-end-0:focus, .border-start-0:focus {
    box-shadow: none;
    outline: none
}

.threeD-cards .item {
	position: relative;
	width: 95%;
	box-shadow: 0 4px 8px 0 #f9fafb,0 6px 20px 0 #95a7b738;
	margin: 0 auto;
	min-height: 560px;
	height: 100%;
}
.threeD-cards.mh680 .item {
	min-height: 680px;
}
.threeD-cards .item img.headerFree {
	width: 100%;
	margin-bottom: 0.4rem;
}
.threeD-cards .item h2.offersTitle {
    margin-bottom: 1.05rem;
    line-height: 1.2;
    display: inline-block;
    margin-top: 25px;
    color: var(--Vblue)
}
.threeD-cards .item h3 {
	margin: 1rem 0;
	font-size: 16px;
	font-weight: bold;
}
.threeD-cards .item .pad-1 {
	padding: 0 40px;
}
.threeD-cards .item .pad-2 {
	padding: 10px 40px;
}
.threeD-cards .item .pad-3 {
	padding: 20px 40px;
}
.fineprint {
	font-size: 11px !important;
	line-height: 1em;
}
.threeD-cards .item .fineprint {
	line-height: 1.25em;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: inline-block;
}


.customer-services {
    position: relative;
}
.customer-services .item {
    min-height: 160px;
    position: relative;
	box-shadow: 0 4px 8px 0 #f9fafb, 0 6px 20px 0 #95a7b738;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.customer-services .item span {
    color: var(--Vblue);
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.customer-services .item:hover {
    background: var(--Vcyan);
	box-shadow: 0;
    transform: scale(1.05);
}
.customer-services .item:hover span {
    color: white
}

.blog-title {
	font-family: "Roboto Condensed";
	font-weight: 900;
	font-size: 40px;
	line-height: 53px;
	color: var(--Vblue);
}
@media all and (max-width: 992px) {
	.blog-title {
		font-size: 35px;
		line-height: 45px;
	}
}
@media all and (max-width: 768px) {
	.blog-title {
		font-size: 30px;
		line-height: 37px;
	}
}

.blog-bg-gray-box{
	display: flex;
	margin-left: 30px;
	gap: 70px;
}
.store-description {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px;
}

.blog-search .dropdown-menu {
	border: 0;
    border-radius: 0;
    background: var(--Vblue);
    padding: 0;
}
.blog-search .dropdown-item.active, .blog-search .dropdown-item:active {
	background-color: var(--Vcyan);
}
.blog-search .dropdown-item {
	color: #fff !important;
    font-size: 14px !important;
}
.blog-search .dropdown-item:hover {
    background: var(--Vblue);
	color: #fff !important;
}

.blog-img-content-left{
	display: flex;
}

.form-message.error {
	background: #f8d7da;
    padding: 15px 25px;
    margin-bottom: 15px;
    font-size: 14px;
}
.form-message.error ul {
	padding: 0;
    margin: 0;
    list-style: none;
}

.enewsletter-update-link {
	background: var(--Vblue);
    padding: 15px 25px;
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-top: 15px;
	transition: all 0.3s ease-in-out;
}
.enewsletter-update-link:hover {
	background: var(--Vcyan);
	color: #fff;
}


/*Emai Verification*/
.email-verification-content {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
    left: 0;
    top: 0;
    z-index: 99998;
    display: none
}
.verification-form {
    background: white;
    border-radius: 200px;
    padding: 60px 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    box-shadow: 0 0 7px -1px rgb(0 0 0 / 30%);
}

.swal2-container {
    z-index: 99999 !important;
}

.map-btn {
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 99;
}
.map-btn img {
    width: 140px;
}
@media(max-width: 767px) {
    .map-btn img {
        width: 70px;
    }
}

.modal-content select {
    border: 1px solid rgb(0, 0, 0, 0.22) !important;
    min-height: 50px !important;
    background: white !important;
    padding: 12px 10px !important;
    font-size: 15px !important;
    border-radius: 0 !important;
}

.shipment-logo-order-completed {
    padding: 10px 15px; background: #fff; border-radius: 7px; display:inline-block; margin-bottom: 0;
}

.igCaption { line-break: anywhere; }

.grecaptcha-badge { display: none; }