@charset "UTF-8";
/*
Theme Name: Mad Parfüm
Theme URI: https://www.artarda.com/
Author: Artarda.com
Author URI: https://www.artarda.com/
Description: created by artarda.com
Version: 3.0
Text Domain: mad
Domain Path: /languages
*/
html {
  font-family: "Altone";
  font-weight: 400;
  font-size: 16px;
  margin-top: 0 !important;
  overflow-x: hidden !important;
  width: 100%;
}

html * {
  font-family: "Altone";
}

html b {
  font-weight: 700;
}

html strong {
  font-weight: 700;
}

body {
  max-width: 100vw;
  width: 100%;
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  color: var(--Gri, #333);
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 600;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0;
  color: var(--Gri, #333);
}
p strong {
  font-weight: 600;
}

a, div {
  color: var(--Gri, #333);
}

.coverlink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-weight: 400;
  max-width: 100vw;
  --Gri: #333;
  --white: #fff;
  --Mad-2: rgb(173, 150, 220);
  --Mad-1: rgba(142, 106, 203, 0.25);
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}

button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #333;
  font-weight: 400;
}

@font-face {
  font-family: "Altone";
  src: url("fonts/Altone-Light.woff2") format("woff2"), url("fonts/Altone-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altone";
  src: url("fonts/Altone-Regular.woff2") format("woff2"), url("fonts/Altone-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altone";
  src: url("fonts/Altone-Medium.woff2") format("woff2"), url("fonts/Altone-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altone";
  src: url("fonts/Altone-SemiBold.woff2") format("woff2"), url("fonts/Altone-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New York";
  src: url("fonts/NewYorkMedium-Medium.woff2") format("woff2"), url("fonts/NewYorkMedium-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altone";
  src: url("fonts/Altone-Bold.woff2") format("woff2"), url("fonts/Altone-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altone";
  src: url("fonts/Altone-Heavy.woff2") format("woff2"), url("fonts/Altone-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New York";
  src: url("fonts/NewYorkMedium-Regular.woff2") format("woff2"), url("fonts/NewYorkMedium-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New York";
  src: url("fonts/NewYorkMedium-Semibold.woff2") format("woff2"), url("fonts/NewYorkMedium-Semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New York";
  src: url("fonts/NewYorkMedium-Bold.woff2") format("woff2"), url("fonts/NewYorkMedium-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1320px !important;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) {
  .container {

  }
}
@media screen and (max-width: 1320px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 850px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

:root {
  --animation-curve: cubic-bezier(1, 0, 0, 1);
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.nav-btn {
  display: none;
  font-size: 0;
}
@media screen and (max-width: 850px) {
  .nav-btn {
    display: block;
  }
}
.nav-btn svg {
  width: 30px;
  fill: white;
}

#navbtn {
  width: 25px;
  height: 2px;
  position: relative;
  cursor: pointer;
  background-color: var(--Mad-2);

}
#navbtn::before, #navbtn::after {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  display: block;
  transition: all 0.6s var(--animation-curve);
  z-index: 77;
  background-color: var(--Mad-2);
}
#navbtn::before {
  top: -350%;
  left: 0%;
  transform: rotateZ(0deg);
  transform-origin: left top;
}
#navbtn::after {
  bottom: -350%;
  left: 0%;
  transform: rotateZ(0deg);
  transform-origin: left bottom;
}

#navbtn.close {
  background-color: transparent;
}

#navbtn.close::before {
  content: "";
  background-color: var(--Mad-2);
  transform: rotateZ(41deg);
  left: 10%;
  top: -450%;
}

#navbtn.close::after {
  content: "";
  background-color: var(--Mad-2);
  transform: rotateZ(-41deg);
  left: 10%;
}

#navbtn {
  transition: all 0.5s var(--animation-curve);
}
header {
  border-bottom:1px solid var(--Mad-2);;
}
@media screen and (max-width: 850px) {
  .header {
    position: relative;
  }
}
.header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  
}
@media screen and (max-width: 850px) {
  .header .container {
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 20px;
  }
}
.header .main-logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .header .main-logo {
    margin-bottom: 0;
  }
}
.header .main-logo img {
  width: 120px;
}
@media screen and (max-width: 850px) {
  .header .main-logo img {
    width: 100px;
  }
}
.header .navbar {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 850px) {
  .header .navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    position: initial;
  }
}
.header .navbar .nav-top {
  width: 100%;
}
@media screen and (max-width: 850px) {
  .header .navbar .nav-top {
    width: auto;
  }
}
.header .navbar .nav-top .nav-list #headernav .navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.header .navbar .nav-top .nav-list #headernav .navbar-nav > li {
  padding: 0 5px;
}
.header .navbar .nav-top .nav-list #headernav .navbar-nav > li > a {
  color: var(--Gri, #333);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px;
  display: flex;
}
.header .navbar .nav-top .nav-list #headernav .navbar-nav > li > a:hover {
  color: var(--Mad-2, #ad96dc);
}
.header .navbar .nav-top .nav-list #headernav .navbar-nav > li.active > a {
  color: var(--Mad-2, #ad96dc);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header #headernav .navbar-nav  ul{
	display:none;
	position:absolute;
	list-style:none;
	background-color:white;
	margin:0;
	padding:0;
}
.header  #headernav   li:hover ul{
	display:block;
	z-index:99
}
#headernav .navbar-nav ul li a{
	padding:5px;
	display:block
}
@media screen and (max-width: 850px) {
  .header .navbar .nav-top .nav-list #headernav .navbar-nav {
    flex-direction: column;
  }
}
@media screen and (max-width: 850px) {
  .header .navbar .nav-top .nav-list #headernav {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #FFF;
    left: 0;
    top: 100%;
    z-index: 99;
  }
  .header .navbar .nav-top .nav-list #headernav.show {
    display: block;
  }
}
.header .navbar .langs {
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  display: flex;
  flex-direction: column;
  height: 23px;
  overflow: hidden;
  background-color: white;
  padding-right: 15px;
  z-index: 5;

}
.header .navbar .langs:hover {
  overflow: visible;
}
.header .navbar .langs span {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 1L4.5 5L1 1' stroke='gray' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
}
.header .navbar .langs a {
  background-color: white;
padding: 5px}
.header .navbar .langs a:hover {
  color:rgb(138, 114, 76)}
.header .navbar .langs .active{
  order:-1;
}
@media screen and (max-width: 850px) {
  .header .navbar .langs {
    position: relative;
    bottom: unset;
    margin-top: 0px;
    height: 25px;
  }
}

.menu-cat-title {
  color: #ad96dc;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 18.228px */
  letter-spacing: 1.86px;
  text-transform: uppercase;

}
.menu-cat-subtitle {
  color:  #333;

  font-family: "New York";
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu-cat-text {
  color:  #333;

  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 27.342px */
}
.menu-cat-link a{
  color: #ad96dc;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 27.342px */
  letter-spacing: 5.22px;
  border:1px solid #ad96dc;
  padding: 5px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
  background-color: white !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item > ul.mega-sub-menu {
  display: none !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  display: block !important;
  z-index: 999999;
}
#mega-menu-wrap-header #mega-menu-header>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background-color: transparent;
  color: rgba(51,51,51,.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 10px 10px;
  display: block;
}

.tab_set1 .vresp-tabs-list {
  margin-top: 0 !important;
}
.tab_set1 .vresp-tab-item:hover {
  border-left:0 !important;
  padding: 15px !important;
}
.resp-vtabs .vresp-tabs-container {
  border:0 !important;
}
header ul .resp-vtabs .vresp-tabs-list li {
  margin: 0 !important;
  border:0 !important;
  position: relative;
  padding: 5px 8px !important;
  width: 100%;
  display: flex;
}
header ul .resp-vtabs .vresp-tabs-list li.vresp-tab-active ,header ul .resp-vtabs .vresp-tabs-list li:hover{

  padding: 5px 8px !important;
}
.resp-vtabs .vresp-tabs-list li a{
  
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 15px;
  display: block;
}
.resp-vtabs .vresp-tabs-container {
  width: 70% !important;
}
@media screen and (min-width: 850px) {
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none !important;
}
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
  line-height: 18px;
}
.resp-vtabs .vresp-tab-content.vresp-tab-content-active {
  display: flex !important;
  flex-wrap: wrap;
  padding: 30px !important;
}
.resp-vtabs .vresp-tab-content > * {
  width: 50%;
}
.resp-vtabs .vresp-tab-content > p {
  margin:0 !important;
}
.resp-vtabs img {
max-width: 100%;
}
.resp-vtabs .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 20px;
}


header.header #headernav ul li.megamenu {
	
}
header.header #headernav ul li.megamenu > ul{
	position:absolute;
	background:white;
	z-index:999;
	width:90%;
	left:5%;
	padding:0;
	list-style:none;
	overflow:hidden;
	    top: calc(100% + 1px);
}
header.header #headernav ul li.megamenu > ul > li > a{
	width:100%;
	padding-right:75%;
	color: #707070;
    background-color: #ffffff;
	padding:10px ;
	display:block;
	font-size: 16px;	
    line-height: 16px;
}
header.header #headernav ul li.megamenu > ul > li > a.active{
	color:#000;
	background-color:#e1daf1
}
header.header #headernav ul li.megamenu > ul > li > ul{
	width:75%;
	position:absolute;
	right:0;
	z-index:5;
	background-color: #e1daf1 !important;
	top:0;
	padding:30px !important;
	list-style:none;
}
header.header #headernav ul li.megamenu > ul > li > ul.active{
	z-index:77;
	
}
header.header #headernav ul li.megamenu .wp-block-columns {
	margin-bottom:0
}
header.header #headernav ul li.megamenu .wp-block-columns .wp-block-image {
	margin-bottom:0;
}
header.header #headernav ul li.megamenu .wp-block-columns .wp-block-image img{
	max-width:100%
}
header.header #headernav ul li.megamenu .wp-block-columns  p a{
	color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 151.9%;
    letter-spacing: 1.86px;
    text-transform: uppercase;
}
header.header #headernav ul li.megamenu .wp-block-columns p{
	font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0;
    color: var(--Gri, #333);
}
header.header #headernav ul li.megamenu .wp-block-columns  blockquote {
	margin:0
}
header.header #headernav ul li.megamenu .wp-block-columns  blockquote p{
	color: #333;
    font-family: "New York";
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
header.header #headernav ul li.megamenu .wp-block-columns  .wp-block-buttons a{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 5.22px;
    border: 1px solid #000;
    padding: 5px;
	border-radius:0;
	background-color:transparent
}
@media screen and (max-width: 850px) {
	header.header #headernav ul li.megamenu ul {
		display:none !important
	}
}

/*Anasayfa Hero Slider*/
.artarda-slider {
	width:100%;
	margin-inline:auto;
	max-width:1920px;
	position:relative
}
.artarda-slider .item{
	position:relative
}
.artarda-slider .item img{
	width:100%;
	height:auto;
}
.artarda-slider .item .slide-desktop-image{
	
}
.artarda-slider .item .slide-mobile-image{
	display:none
}
.artarda-slider .slick-arrow{
	position:absolute;
	top:calc(50% - 14px);
	width:28px;
	height:28px;
	font-size:0;
	border-top:2px solid #ccc;
	border-right:2px solid #ccc;	
	padding:0;
	background-color;transparent;
	z-index:12;
}
.artarda-slider .slick-next{
	right:30px;
	rotate:45deg;
}
.artarda-slider .slick-prev{
	left:30px;
	rotate:225deg
}
.artarda-slider .slick-dots {
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	display:flex;
	padding:0;
	margin:0;
	list-style:none;
	gap:10px;
	align-items:flex-end
}
.artarda-slider .slick-dots li{
}

.artarda-slider .slick-dots li button{
	width:50px;
	height:3px;
	background-color:white;
	padding:0;
	font-size:0
}
.artarda-slider .slick-dots li.slick-active button{
	height:5px;
}
@media screen and (max-width: 850px) {
	.artarda-slider .item .slide-desktop-image{
		display:none
	}
	.artarda-slider .item .slide-mobile-image{
		display:block
	}
	.artarda-slider .slick-next{
		right:20px;
	}
	.artarda-slider .slick-prev{
		left:20px;
	}
}

/*Anasayfa Hero Slider*/


.footermarquee {
  background: var(--Mad-1, #0055B8);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0;
}

.footermarquee .inner {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
.footermarquee .inner span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 33s linear infinite;
}
.footermarquee span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@keyframes marquee {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
footer {
  padding-top: 50px;
  padding-bottom: 20px;
  border-top:1px solid var(--Mad-1);
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  footer .footer-top {
    flex-direction: column;
  }
}
footer .footer-top .footerlogo {
  width: 120px;
}
@media screen and (max-width: 850px) {
  footer .footer-top .footer-menu {
    width: 100%;
  }
}
footer .footer-top .footer-menu .navbar-nav {
  display: flex;
  list-style: none;
  margin: 0 20px;
  padding: 0;
}
@media screen and (max-width: 850px) {
  footer .footer-top .footer-menu .navbar-nav {
    flex-direction: column;
    margin: 20px 0;
    width: 100%;
  }
}
footer .footer-top .footer-menu .navbar-nav > li {
  margin: 0 40px;
}
@media screen and (max-width: 850px) {
  footer .footer-top .footer-menu .navbar-nav > li {
    margin: 20px 0;
  }
}
footer .footer-top .footer-menu .navbar-nav > li > a {
  color: var(--Gri, #333);
  font-family: "New York";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 850px) {
  footer .footer-top .footer-menu .navbar-nav > li > a {
    font-size: 18px;
  }
}
footer .footer-top .footer-menu .navbar-nav > li ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
footer .footer-top .footer-menu .navbar-nav > li ul a {
  color: rgba(51, 51, 51, 0.4);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 0;
  display: block;
}
footer .footer-top .footer-menu .navbar-nav > li ul .primary a {
  color: var(--Gri, #333);
  font-family: "New York";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 850px) {
  footer .footer-top .footer-menu .navbar-nav > li ul a {
    font-size: 15px;
  }
  footer .footer-top .footer-menu .navbar-nav > li ul .primary a {
  font-size: 18px;
}
}
footer .footer-top .footer-menu .navbar-nav > li ul a:hover {
  color: rgba(51, 51, 51, 0.9);
}
footer .footer-top .footer-contact {
  width: 15%;
}
@media screen and (max-width: 850px) {
  footer .footer-top .footer-contact {
    width: 100%;
  }
}
footer .footer-top .footer-contact p {
  color: var(--Gri, #333);
  font-family: "New York";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 20px;
}
footer .footer-bottom {
  display: flex;
}
footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom .footer-copyright {
  padding-top: 30px;
}
footer .footer-bottom .footer-copyright p {
  color: var(--Gri, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.home-slogan {
  width: 930px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-slogan .wp-block-image {
  margin-bottom: 0;
}
.home-slogan .wp-block-columns {
  margin-left: 50px;
}
.home-slogan .wp-block-heading {
  color: var(--Mad-2, #0055B8);
  font-family: New York;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  position: relative;
}
.home-slogan .wp-block-heading::after {
  width: 2px;
  height: 100%;
  background-color: var(--Mad-1);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 850px) {
  .home-slogan .wp-block-heading::after {
    display: none;
  }
}
.home-slogan p {
  color: var(--Gri, #333);
  font-family: Altone;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 30.38px */
  margin: 0;
}

.home-relateds .gallery {
  width: 110vw;
  margin-inline:-5vw
}
.home-relateds .gallery {
  
}
.home-relateds .gallery .wp-block-image {
  padding: 0 10px;
  position: relative;
}
.home-relateds .gallery .wp-block-image .wp-element-caption {
  position: absolute;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 151.9%;
  width: calc(100% - 20px);
  margin-left: 10px;
  height: 45%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3) 70%, transparent);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  z-index: 99;
  bottom: -19px;
  left: 0;
}
.home-relateds .gallery .wp-block-image .wp-element-caption * {
	color:white;
	text-align:center;
}
.home-relateds .gallery .wp-block-image .wp-element-caption strong {
  color: #FFF;
  text-align: center;
  font-family: New York;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-relateds .gallery .wp-block-image:hover .wp-element-caption {
  opacity: 1;
}

#powerTip {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  max-width: 270px;
}
#powerTip .box_view_html {
  color: var(--ecocycle-gri);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#powerTip .box_view_html p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 4px 0;
}
#powerTip .box_view_html strong {
  display: block;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}



.home-locations .blue-box {
  z-index: 999;
  position: relative;
  margin-top: 30px;
  padding: 73px 100px;
  gap: 35px;
}
@media screen and (max-width: 850px) {
  .home-locations .blue-box {
    padding: 40px 20px;
    gap: 30px;
  }
}
.home-locations .blue-box * {
  color: white;
}
.home-locations .blue-box .wp-block-heading{
  color: #FFF;
  text-align: center;
  font-family: "New York";
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home-locations .blue-box p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 30.38px */
}
@media screen and (max-width: 850px) {
  .home-locations .blue-box p {
    font-size: 17px;
  }
}
.home-locations .blue-box p strong {
  color: #FFF;
  text-align: center;
  font-family: "New York";
  font-size: 45px;
  font-style: normal;
  font-weight: 568;
  line-height: normal;
}
@media screen and (max-width: 850px) {
  .home-locations .blue-box p strong {
    font-size: 28px;
  }
}
.home-locations .text-box {
  padding: 100px;
  border: 1px solid var(--Mad-2, #ad96dc);
  background: #FFF;
  margin-top: 30px;
  position: relative;
  gap: 0;
  overflow: hidden;
}
.home-locations .bg80 {
  background-image: url(img/80bg.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 45%;
}
.home-locations .bg130 {
  background-image: url(img/130bg.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  .home-locations .text-box {
    padding: 35px;
  }
}
.home-locations .text-box .wp-block-heading {
  color: var(--Gri, #333);
  font-family: "New York";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
}
@media screen and (max-width: 850px) {
  .home-locations .text-box .wp-block-heading {
    font-size: 28px;
  }
}
.home-locations .text-box p {
  color: var(--Gri, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (max-width: 850px) {
  .home-locations .text-box p {
    font-size: 16px;
  }
}
.home-locations .text-box .wp-block-image {
  width: 90px;
}

.home-locations .right .text-box p {
  font-size: 19px;
}
@media screen and (max-width: 850px) {
  .home-locations .right .text-box p {
    font-size: 16px;
  }
}
.home-locations .bg-text-box {
  padding: 100px 30px;
  border: 1px solid var(--Mad-2, #ad96dc);
  background: #FFF;
  margin-top: 30px;
  position: relative;
}
.home-locations .bg-text-box p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 32px;
  padding: 0 10%;
}
.home-locations .bg-text-box .wp-block-heading {
  color: #FFF;
  text-align: center;
  font-family: "New York";
  font-size: 45.651px;
  font-style: normal;
  font-weight: 568;
  line-height: normal;
  margin-top: 20px;
}


.page-banner {
  height: 500px;
  padding: 0;
    	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	max-width:2300px;
	margin-inline:auto;
	float:none
}
@media screen and (max-width: 850px) {
  .page-banner {
    height: 350px;
   min-height: 350px !important
  }
}
.page-banner p {
  color: #FFF !important;
  font-family: "New York";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 60%;

}
.page-banner .wp-block-heading {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 151.9%;
    letter-spacing: 2.48px;
    margin: 0;
}
.page-banner .title {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    font-family: "New York";
    margin-bottom: 20px;
    margin-top: 10px;
}
.page-banner p.product-p {
  font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "New York";
}
@media screen and (max-width: 850px) {
  .page-banner p {
    font-size: 20px;
    width: 100%;
    text-shadow: 0 0 1px #000;
  }
}
.page-banner .wp-block-buttons a {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 27.342px */
  letter-spacing: 5.22px;
  display: inline-flex;
  padding: 10px 53px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
}
@media screen and (max-width: 850px) {
  .page-banner .wp-block-buttons a {
    font-size: 16px;
    padding: 8px 33px;
  }
}
.page-banner.tax {
  height: 500px;
  
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-banner.tax h1{
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%;
  letter-spacing: 2.48px;
  margin:0;
}
.page-banner.tax p{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-banner.tax span{
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  font-family: "New York";
  margin-bottom:20px;
}
.coporate-content {
  padding-top: 30px;
}
.coporate-content .blue-box {
  z-index: 999;
  position: relative;
  margin-top: -30%;
  padding: 60px 30px;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  .coporate-content .blue-box {
    padding: 40px 20px;
    gap: 30px;
  }
}
.coporate-content .blue-box * {
  color: white;
}
.coporate-content .blue-box p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 30.38px */
}
@media screen and (max-width: 850px) {
  .coporate-content .blue-box p {
    font-size: 17px;
  }
}
.coporate-content .blue-box p strong {
  color: #FFF;
  text-align: center;
  font-family: "New York";
  font-size: 45px;
  font-style: normal;
  font-weight: 568;
  line-height: normal;
}
@media screen and (max-width: 850px) {
  .coporate-content .blue-box p strong {
    font-size: 28px;
  }
}
.coporate-content .text-box {
  padding: 45px;
  border: 1px solid var(--Mad-2, #ad96dc);
  background: #FFF;
  margin-top: 30px;
  position: relative;
  gap: 0;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .coporate-content .text-box {
    padding: 25px;
  }
}
.coporate-content .text-box .wp-block-heading {
  color: var(--Gri, #333);
  font-family: "New York";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
}
@media screen and (max-width: 850px) {
  .coporate-content .text-box .wp-block-heading {
    font-size: 28px;
  }
}
.coporate-content .text-box p {
  color: var(--Gri, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (max-width: 850px) {
  .coporate-content .text-box p {
    font-size: 16px;
  }
}
.coporate-content .text-box .wp-block-image {
  width: 90px;
}
.coporate-content .text-box .wp-block-image img {
  width: 110px;
  margin-left: -45px;
  position: absolute;
}
.coporate-content .text-box .wp-block-group {
  width: calc(100% - 90px);
}
.coporate-content .right .text-box p {
  font-size: 19px;
}
@media screen and (max-width: 850px) {
  .coporate-content .right .text-box p {
    font-size: 16px;
  }
}
.coporate-content .bg-text-box {
  padding: 45px;
  border: 1px solid var(--Mad-2, #ad96dc);
  background: #FFF;
  margin-top: 30px;
  position: relative;
}
.coporate-content .bg-text-box p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 32px;
}
.coporate-content .bg-text-box .wp-block-image img {
  width: 100%;
}
.coporate-content .big-text-box {
  padding: 45px;
  border: 1px solid var(--Mad-2, #ad96dc);
  background: #FFF;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .coporate-content .big-text-box {
    padding: 25px;
  }
}
.coporate-content .big-text-box .wp-block-heading {
  color: var(--Gri, #333);
  font-family: "New York";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
}
@media screen and (max-width: 850px) {
  .coporate-content .big-text-box .wp-block-heading {
    font-size: 30px;
  }
}
.coporate-content .big-text-box .wp-block-group .wp-block-image {
  width: 45px !important;
}
.coporate-content .big-text-box .wp-block-group p {
  color: var(--Gri, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%;
  display: block;
  width: calc(100% - 50px);
}
.coporate-content .big-bg-text-box {
  padding: 45px;
  border: 1px solid var(--Mad-2, #ad96dc);
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .coporate-content .big-bg-text-box {
    padding: 25px;
  }
}
.coporate-content .big-bg-text-box .wp-block-heading {
  color: #fff;
  font-family: "New York";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
}
@media screen and (max-width: 850px) {
  .coporate-content .big-bg-text-box .wp-block-heading {
    font-size: 30px;
  }
}
.coporate-content .big-bg-text-box .wp-block-group .wp-block-image {
  width: 45px !important;
}
.coporate-content .big-bg-text-box .wp-block-group p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%;
  display: block;
  width: calc(100% - 50px);
}

.private-container > .wp-block-heading {
  color: var(--Gri, #333);
  text-align: center;
  font-family: "New York";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 850px) {
  .private-container > .wp-block-heading {
    font-size: 35px;
  }
}
.private-container .wp-block-columns .box {
  border: #333 1px solid;
  padding: 45px;
}
@media screen and (max-width: 850px) {
  .private-container .wp-block-columns .box {
    padding: 25px;
  }
}
.private-container .wp-block-columns .box .wp-block-heading {
  color: var(--Gri, #333);
  font-family: "New York";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 850px) {
  .private-container .wp-block-columns .box .wp-block-heading {
    font-size: 25px;
  }
}
.private-container .wp-block-columns .wp-block-columns {
  margin-bottom: 0;
}
.private-container .p-gallery {
  width: 100%;
}

.contact-page .firstrow {
  width: 100%;
}
.contact-page .firstrow .blue {
  background-color: var(--Mad-1);
  padding: 40px;
}
@media screen and (max-width: 850px) {
  .contact-page .firstrow .blue {
    padding: 20px;
  }
}
.contact-page .firstrow .blue .wp-block-heading {
  
  font-family: "New York";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 850px) {
  .contact-page .firstrow .blue .wp-block-heading {
    font-size: 25px;
  }
}
.contact-page .firstrow .blue p {
  
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 24.304px */
}
.contact-page .firstrow .blue p a{
  
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 24.304px */
}
.contact-page .firstrow .blue a {
  
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 24.304px */
}
.contact-page .firstrow .blue p strong {
  
  font-family: "New York";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 850px) {
  .contact-page .firstrow .blue p strong {
    font-size: 20px;
  }
}

.wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
.wpcf7 form label {
  width: 100%;
  display: block;
}
.wpcf7 form label > span {
  width: 100%;
  display: block;
}
.wpcf7 form .w100 {
  width: 100%;
}

.wpcf7 form #ozgecmis {
  opacity: 0;
}
.wpcf7 form label small {
  margin-left: 5px;
  font-size: 14px;
}
.wpcf7 form .w50 {
  width: calc(50% - 15px);
}
@media screen and (max-width: 850px) {
  .wpcf7 form .w50 {
    width: 100%;
  }
}
.wpcf7 form input[type=text], .wpcf7 form input[type=email] {
  height: 50px;
  border: 0;
  border-bottom: 1px solid #333;
  padding: 10px;
}
.wpcf7 form textarea {
  height: 150px;
  border: 0;
  border-bottom: 1px solid #333;
  padding: 10px;
}
.wpcf7 form input[type=text], .wpcf7 form input[type=email], .wpcf7 form textarea {
  color: var(--Gri, #333);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  outline: 0 !important;
  font-family: "New York";
}
.wpcf7 form select {
  color: #777;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  outline: 0 !important;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #333;
  padding: 10px;
  font-family: "New York";
}
.wpcf7 form select option {
  color: var(--Gri, #333);
  font-size: 20px;
}

.wpcf7 form .dosya {
   color: #777;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
    height: 50px;
  border: 0;
  border-bottom: 1px solid #333;
  padding: 10px;
  font-family: "New York";
  display: flex;
}
.wpcf7 form .dosya label {
  width:auto;
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .wpcf7 form input[type=text], .wpcf7 form input[type=email], .wpcf7 form textarea, .wpcf7 form select {
    font-size: 18px;
  }
  .wpcf7 form .dosya {
    font-size: 18px;
    flex-direction: column;
    height: auto;
  }
  .wpcf7 form .dosya label {
    font-size: 18px;
  }

    .wpcf7 form .dosya span {
    display: block;
  }
}

.wpcf7 form input[type=submit] {
  padding: 10px 53px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  background-color: transparent;
  color: var(--Gri, #333);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 27.342px */
  letter-spacing: 5.22px;
  border: 1px solid #333;
}
.wpcf7 form .wpcf7-spinner {
  position: absolute;
}
.wpcf7 form .wpcf7-response-output {
  position: absolute;
  z-index: 999;
  background-color: #FFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.contactform .wp-block-heading {
  color: var(--Gri, #333);
  text-align: center;
  font-family: "New York";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.categories-pages {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.categories-pages .slick-track {
  display: flex;
}
.categories-pages .slick-list {
  overflow: visible;
}
.categories-pages .product-cats-featured {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 40px;
  align-items: normal;
}
@media screen and (max-width: 850px) {
  .categories-pages .product-cats-featured {
    flex-direction: column;
  }
}
.categories-pages .product-cats-featured:nth-child(2n+1) .gallery::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  right: 100%;
  position: absolute;
  background-color: white;
  z-index: 9;
  top: 0;
}
@media screen and (max-width: 850px) {
  .categories-pages .product-cats-featured:nth-child(2n+2) {
    flex-direction: column-reverse;
  }
}
.categories-pages .product-cats-featured:nth-child(2n+2) .gallery::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  left: 100%;
  position: absolute;
  background-color: white;
  z-index: 9;
  top: 0;
}
@media screen and (max-width: 850px) {
  .categories-pages .product-cats-featured:nth-child(2n+2) .gallery::before {
    left: unset;
    right: 100%;
  }
}
.categories-pages .product-cats-featured .gallery {
  width: 66.6%;
  position: relative;
}
@media screen and (max-width: 850px) {
  .categories-pages .product-cats-featured .gallery {
    width: 80%;
  }
}
.categories-pages .product-cats-featured .section-title {
  padding: 0 20px;
  height: auto;
  display: flex;
  width: 33.3%;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 850px) {
  .categories-pages .product-cats-featured .section-title {
    width: 100%;
  }
}
.categories-pages .product-cats-featured .section-title .wp-block-group__inner-container {
  border: 1px solid var(--Mad-2, #ad96dc);
  background: #FFF;
  padding: 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.categories-pages .product-cats-featured .section-title .sub-title {
  color: var(--Mad-2, #ad96dc);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 18.228px */
  letter-spacing: 1.86px;
  text-transform: uppercase;
  margin: 0;
}
.categories-pages .product-cats-featured .section-title .title {
  color: var(--Gri, #333);
  font-family: "New York";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.categories-pages .product-cats-featured .section-title .desc {
  color: var(--Gri, #333);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 27.342px */
}
.categories-pages .product-cats-featured .section-title .wp-block-buttons a {
  padding: 10px 33px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  background-color: transparent;
  color: var(--Mad-2);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 27.342px */
  letter-spacing: 5.22px;
  border: 1px solid var(--Mad-2);
}
.categories-pages .product-cats-featured .wp-block-image {
  padding: 0 20px;
  margin-bottom: 0;
}

.tax-product-list {
  padding: 50px 0;
}
@media screen and (max-width: 850px) {
  .tax-product-list {
    padding: 30px 0;
  }
}
.tax-product-list .title-section {
  width: 60%;
  margin: 0 auto;
  float: none;
}
@media screen and (max-width: 850px) {
  .tax-product-list .title-section {
    width: 100%;
  }
}
.tax-product-list .title-section h1 {
  color: var(--Gri, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 24.304px */
  letter-spacing: 2.48px;
}
.tax-product-list .title-section p {
  color: var(--Gri, #333);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 30.38px */
}
@media screen and (max-width: 850px) {
  .tax-product-list .title-section p {
    font-size: 18px;
  }
}
.tax-product-list .title-section p span {
  color: var(--Gri, #333);
  text-align: center;
  /* 1 */
  font-family: "New York";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .tax-product-list .title-section p span {
    font-size: 33px;
  }
}
.tax-product-list .items {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tax-product-list .items .item {
  width: calc(25% - 20px);
  position: relative;  
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1050px) {
  .tax-product-list .items .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 760px) {
  .tax-product-list .items .item {
    width: calc(100% - 0px);
	display:block;
  }
}
.tax-product-list .items .item .image {
    aspect-ratio: 1 / 1;
    font-size: 0;
}
.tax-product-list .items .item .image span{
    overflow:hidden;
	display:block;	
    aspect-ratio: 1 / 1;
}
.tax-product-list .items .item .image img {
  width: 100%;
  transition: .3s all ease-in-out;
}
.tax-product-list .items .item:hover .image img {
  scale: 1.2;
}
.tax-product-list .items .item .item-text {
  margin: 20px 0;
  height: -webkit-fill-available;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:flex-start
}
.tax-product-list .items .item .item-text .term ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tax-product-list .items .item .item-text .term ul li a {
  color: var(--Gri, #333);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 18.228px */
  letter-spacing: 1.86px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tax-product-list .items .item .item-text .title {
  color: var(--Gri, #333);
  font-family: "New York";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 850px) {
  .tax-product-list .items .item .item-text .title {
    font-size: 26px;
  }
	.tax-product-list .items .item .item-text {
		height:auto
	}
}
.tax-product-list .items .item .item-text .excerpt {
  color: var(--Gri, #333);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%;
  padding: 20px 0;
  display: block;
}
@media screen and (max-width: 850px) {
  .tax-product-list .items .item .item-text .excerpt {
    font-size: 15px;
    line-height: 144%;
  }
}
.tax-product-list .items .item .item-text .excerpt p {
  margin: 0;
  color: var(--Gri, #333);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%;
}
@media screen and (max-width: 850px) {
  .tax-product-list .items .item .item-text .excerpt p {
    font-size: 15px;
    line-height: 144%;
  }
}
.tax-product-list .items .item .item-text .detail {
  padding: 10px 33px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  background-color: transparent;
  color: var(--Gri, #333);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.9%; /* 27.342px */
  letter-spacing: 5px;
  border: 1px solid var(--Gri, #333);
  display: inline-block;
  margin-top: 15px;
}
.tax-product-list .items .item:hover .item-text .detail {
  background-color: var(--Gri, #333);
  color:white;
}
@media screen and (max-width: 850px) {
  .tax-product-list .items .item .item-text .detail {
    padding: 5px 13px;
    letter-spacing: 2px;
    font-size: 16px;
  }
}


.product-wrapper {
  padding-bottom: 70px;
  padding-top: 70px;
}
.product-wrapper container {

}
.product-wrapper .wp-block-columns .wp-block-column {
  gap: 2em;
  display: flex;
  flex-direction: column;
}

.product-wrapper .wp-block-columns .wp-block-column > .wp-block-group {
  border: 1px solid  var(--Mad-2);
  padding: 25px;
}
.product-wrapper .wp-block-group p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 112.5%; 
}
.product-wrapper .wp-block-group.has-background p {
  color:white;
}
.product-wrapper .taxonomy-kategori {
  padding-bottom: 10px;
}
.product-wrapper .taxonomy-kategori a{
  color: var(--Mad-2);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.product-wrapper .taxonomy-cinsiyet {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}
.product-wrapper .taxonomy-cinsiyet span{
  display: block;
}
.product-wrapper .taxonomy-miktar {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}
.product-wrapper .specs {
  width: 100%;
}
.product-wrapper .specs *:where(.wp-block-columns) {
    margin-bottom:0 !important;
}
.product-wrapper .specs > .wp-block-column:empty {
  display:none;
}
.product-wrapper .taxonomy-miktar span{
  display: block;
}
.product-wrapper .taxonomy-miktar span img{
  width: 50px;
}
.product-wrapper .taxonomy-koku_ailesi {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.product-wrapper .taxonomy-koku_ailesi span{
  display: block;
}
.product-wrapper .specs .wp-block-post-terms .wp-block-post-terms__prefix{
	margin-right:8px
}
.product-wrapper p strong{
  margin-bottom: 14px;
  display: inline-block;
}
.product-wrapper .wp-block-post-title {
  color: var(--Gri, #333);
  font-family: "New York";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 87%;
  margin-bottom: 20px;
}
.product-wrapper .wp-block-columns figure {
  margin-bottom: 0;
}
.product-wrapper .specs .wp-block-post-terms {
  font-size:18px;
}

.selective-page .title-sec {
  background-color: #0055B8;
  padding: 35px;
}
.selective-page .title-sec .title{
  color: #FFF;
  font-family: "New York";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 103.336%;
  margin: 0; 
}
.selective-page .title-sec p{
  color: #FFF;
  font-family: Altone;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; 
  margin-bottom: 0;
}
.selective-page .wp-block-columns {
 gap:24px;
 margin-bottom:24px;
}

.selective-page .wp-block-columns .wp-block-image img{
 width: 100% !important;
}
.selective-page .wp-block-columns .wp-block-image{
 margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .selective-page .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .selective-page .wp-block-columns .wp-block-column{
    flex-basis:48% !important;

  }
  .selective-page .wp-block-columns .title-sec {
    flex-basis:100% !important;

  }
}

  @media screen and (max-width: 850px) {
  .product-wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .product-wrapper .wp-block-columns .wp-block-column > .wp-block-group {
    padding: 20px;
  }
  .product-wrapper .wp-block-group p {
    font-size: 16px;
  }
  .product-wrapper .taxonomy-kategori {
    padding-bottom: 10px;
  }
  .product-wrapper .taxonomy-kategori a{
    font-size: 16px;
  }
  .product-wrapper .taxonomy-cinsiyet {
    margin: 10px 0;
    justify-content: flex-start;
  }
  .product-wrapper .taxonomy-miktar {
    margin: 10px 0;    
    justify-content: flex-start;
  }
  .product-wrapper .taxonomy-koku_ailesi {
    margin: 10px 0;
    justify-content: flex-start;
  }
  .product-wrapper p strong{
    margin-bottom: 14px;
    display: inline-block;
  }
  .product-wrapper .wp-block-post-title {
   
    font-size: 35px;
  }
  .product-wrapper .specs {
    gap:5px;
    width: 100%;
    justify-content: space-between;
  }
  .product-wrapper .specs img {
    width: 30px;
  }
  .product-wrapper .taxonomy-miktar span img {
   width: 30px;
}
  .product-wrapper .wp-block-columns .wp-block-column.right {
    flex-direction: column-reverse;
  }
  .product-wrapper .specs .wp-block-post-terms {
  font-size:15px;
}
html #wpadminbar {
  display: none !important;
}
#mega-menu-wrap-header .mega-menu-toggle + #mega-menu-header {
  top:65px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    align-items: center;
}
#mega-menu-wrap-header #mega-menu-header>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background-color: transparent;

  font-size: 23px;

  padding: 0 10px;
  display: block;
}
#mega-menu-wrap-header #mega-menu-header>li.mega-menu-flyout ul.mega-sub-menu {
  background-color: transparent;
  position: relative;
  padding: 10px 40px;
}
.resp-vtabs .vresp-tabs-container {
    width: 100% !important;
}
.resp-vtabs .vresp-tab-content > * {
    width: 100% !important;
}
header .mega-menu-wrap {
  display: flex;
  align-items: center;
}
header .max-mega-menu {

}
header .max-mega-menu > li{
  
}
header .max-mega-menu > li > a{
  color: #333 !important;
font-size: 33px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: normal !important;

    height: auto !important;
    padding: 20px 30px !important;
}
header .max-mega-menu > li.mega-current-menu-item > a{
  color: var(--Mad-2, #ad96dc) !important;
  font-size: 33px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  height: auto !important;
  padding: 30px !important;
}
header .max-mega-menu > li ul {
  list-style: none;
}
header .max-mega-menu > li ul li  a{
  color: rgba(51, 51, 51, 0.70);
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 10px;
  display: block;
}
.home-locations {
  gap:0;
}
.home-locations .bg-text-box {
    padding: 50px 10px;
    border: 1px solid var(--Mad-2, #ad96dc);
    background: #FFF;
    margin-top: 30px;
    position: relative;
}
}

.blog-list {
	
}
.blog-list .blog-page-title {
	color:  #333;
	text-align: center;
	font-family: "New York";
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:25px
}
.blog-list .wp-block-post-template {
	margin-bottom:90px;
	gap:24px
}
.blog-list .wp-block-post-template .wp-block-post {
	border: 1px solid  #333;
	background: #FFF;
	padding:45px;
}
.blog-list .wp-block-post-template .wp-block-post .wp-block-post-featured-image{}
.blog-list .wp-block-post-template .wp-block-post .wp-block-post-title{
	color:  #333;
	font-family: "New York";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.blog-list .wp-block-post-template .wp-block-post .wp-block-post-excerpt{}
.blog-list .wp-block-post-template .wp-block-post .wp-block-post-excerpt p{
	color: #333;
	font-family: "Altone";
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 151.9%; /* 33.418px */
}
.blog-list .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-link {
	color: #333;
	text-align: center;
	font-family: "Altone";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 151.9%; /* 27.342px */
	letter-spacing: 5.22px;
	border: 1px solid #333;
	padding:8px;
	margin-top:15px
}
.post-wrapper {}
.post-wrapper .post-content *{text-align:center}
.post-wrapper .post-content p{
	color:  #333;
	font-family: "Altone";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 151.9%; /* 30.38px */
	margin:0
}
.post-wrapper .post-content .content-box {
	border: 1px solid  #333;
	padding:45px;
	margin-bottom:50px
}
.post-wrapper .post-content .wp-block-post-title{
	color:  #333;
	font-family: "New York";
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:15px 0;
}
.post-wrapper .post-paginate{}
.wp-block-gallery {
	
}
.wp-block-gallery a {
	overflow:hidden
}
.wp-block-gallery a img{
	transition:all ease-in-out .4s;
}
.wp-block-gallery a img:hover{
	scale:1.1;
}

@media screen and (max-width: 850px) {
	.blog-list .blog-page-title {
		font-size: 32px;
		padding:15px
	}
	.blog-list .wp-block-post-template .wp-block-post .wp-block-post-title{
		font-size: 26px;
	}
	.blog-list .wp-block-post-template .wp-block-post {
		padding:25px;
	}
	.blog-list .wp-block-post-template .wp-block-post .wp-block-post-excerpt p{
		font-size: 16px;
	}
	.blog-list .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-link {
		font-size: 14px;
		letter-spacing: 3px;
		padding:5px;
	}
	.post-wrapper .post-content .wp-block-post-title{
		font-size: 25px;
		padding:15px 0;
	}
	.post-wrapper .post-content .content-box {
		padding: 20px;
		margin-bottom: 40px;
	}
	.post-wrapper .post-content p{
		font-size: 15px;
	}
}


.wp-block-artarda-blocks-store-list {
	padding-block:50px;
}

.wp-block-artarda-blocks-store-list .store-list-container {
	display:flex;
	flex-direction:column;
	align-items:center;
}
.wp-block-artarda-blocks-store-list .store-list-container .store-country-filter {
	height:40px;
	padding:10px;
	border:1px solid #333;
	width:450px;
	max-width:90%;
	font-size:15px;
	line-height:20px
}
.wp-block-artarda-blocks-store-list .store-list-container .store-list {
	display:flex;
	flex-direction:column;
	width:900px;	
	max-width:100%;
	margin:0;
	padding:0;
	margin-top:50px;
	list-style:none;
	
}
.wp-block-artarda-blocks-store-list .store-list-container .store-list .store-item {
	list-style:none;
	border-bottom:1px solid #222;
	width:100%;
	display:flex;;
}
.wp-block-artarda-blocks-store-list .store-list-container .store-list .store-item span {
	display:block;
	padding:15px;
	min-width:25%
}
.wp-block-artarda-blocks-store-list .store-list-container .store-list .store-item span:last-child {
	display:none
}