/*
Theme Name: Taç Zincir
Theme URI: https://www.organiclick.com/
Author: Organiclick Team
Author URI: https://www.organiclick.com/
Description: Bu tema Taç Zincir web sitesi için hazırlanmıştır.
Tags: e-commerce
Version: 1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tac-zincir
Domain Path: /languages
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*{padding:0; margin:0}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('font/HelveticaNeue-Medium.woff2') format('woff2'),
    url('font/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('font/HelveticaNeue-Bold.woff2') format('woff2'),
    url('font/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('font/HelveticaNeue-Roman.woff2') format('woff2'),
    url('font/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('font/HelveticaNeue-Light.woff2') format('woff2'),
    url('font/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body {
    background: #F8F8F8;
    padding-top: 100px;
    float: left;
    width: 100%;
    font-family: "Helvetica Neue", sans-serif;
}
body.pageHome {
    padding: 0;
}
header {
    position: fixed;
    top: 0;
    padding: 6px 60px;
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    transition: .5s all;
    background: #fff;
    box-shadow: 0px 0px 16px #00000014;
}

header:hover {background: #fff !important;}
header .logoArea {
    float: left;
    position: relative;
    z-index: 2;
}

header .navbarAra {
    float: left;
    max-width: 100%;
    position: static;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header .navbarAra ul {
    padding: 0;
    margin: 0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 60px;
    position: static;
}
header .navbarAra ul li{list-style:none;display: block;}
header .navbarAra ul li a{color:#333333;font-size:18px;line-height: 48px;padding: 26px 0;display: block;text-decoration: none;width: 100%;}
header .navbarAra ul li:hover > a {
    color: #DCB800;
}
header .navbarAra  .altMenu {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s all;
    visibility: hidden;
    overflow: hidden;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

header .navbarAra ul li:hover  .altMenu {
    opacity: 1;
    visibility: visible;
}

.searchArea {
    float: left;
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
    position: relative;
}

.searchArea input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-size: 18px;
    padding: 8px 0;
    width: 100%;
}

.searchArea input::placeholder {
    color: #333333;
}
.searchArea button:before {
    content: "\f002";
    font-family: fontAwesome;
    font-size: 15px;
    font-weight: 100;
}

.langArea {
    float: left;
    font-size: 18px;
    color: #000000;
    padding: 0;
}
.langArea a{ 
    font-size: 18px;
    color: #000000;
    padding: 0;
    text-decoration:none;
    cursor: pointer;
}

.langArea a:hover{ 
    cursor: pointer;
}

.langArea a.active { 
    text-decoration: underline;
}

.searchArea button {
    position: absolute;
    right: 0;
    top: 10px;
    background: transparent;
    border: none;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.altMenuTxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headRight {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .logoArea img {
    height: 84px;
    transition: .5s all;
}
header .navbarAra ul ul {
    flex-direction: column;
    gap: 0;
    width: 50%;
    max-width: 50%;
    padding: 40px 60px;
}

header .navbarAra ul ul a {
    padding: 0;
    text-align: left;
    width: 100%;
    display: block;
}

header .navbarAra ul li li {
    width: 100%;
    text-align: left;
}

.altMenuPro {
    width: 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.altMenuPro a {
    padding: 35px 35px 10px !important;
    border-left: 1px solid #333333;
}

.altMenuPro a img{background:#F8F8F8;width: 100%;}

header.homeHeader .logoArea img {
    height: 125px;
}

header.homeHeader  .navbarAra > ul > li > a {
    padding: 46px 0;
}
header.homeHeader {
    background: transparent;
    box-shadow: none;
}
.slideArea {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.slideArea .owl-carousel{
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.slideArea .item {position:relative;display: flex;align-items: center;justify-content: center;width: 100%;}
.slideArea .item img { width: 100%;}
.slideArea .item .slideTxt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: column;
}
.slideArea .item .slideTxt span {
    font-size: 72px;
    letter-spacing: 0px;
    color: #333333;
    text-shadow: 0px 0px 2px #00000014;
    text-transform: uppercase;
    line-height: 88px;
    margin-bottom: 12px;
    font-weight: 600;
}

.slideArea .item .slideTxt small {
    font-size: 24px;
    letter-spacing: 0px;
    color: #333333;
    text-shadow: 0px 0px 2px #00000014;
}

.slideArea .item .slideTxt a {
    background: #DCB800;
    width: 270px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #00000014;
    text-transform: uppercase;
    margin-top: 55px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 60px;
}

.owl-nav {
    position: absolute;
    left: 60px;
    right: 60px;
    top: calc(50% - 32.5px);
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-nav button {
    width: 40px;
    height: 65px;
    border: none;
    color: #DCB800;
    font-size: 34px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-nav button span {
    display: none;
}


.owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}

.owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: none;
}

.owl-dots button.active {
    background: #333333;
}


.owl-nav button.owl-prev:before {
    content: "";
    background: url(images/right.svg);
    display: block;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    width: 12px;
    height: 23px;
    background-position: center;
}
.owl-nav button.owl-next:before {
    content: "";
    background: url(images/right.svg);
    display: block;
    background-repeat: no-repeat;
    width: 12px;
    height: 23px;
    background-position: center;
}
header.headSt {
    background: #fff;
    box-shadow: 0px 0px 16px #00000014;
}
header.headSt .logoArea img {
    height: 84px;
    transition: .5s all;
}
header.headSt .navbarAra  > ul > li > a{
    padding: 25px 0;
}
.BannerArea {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    background: #fff;
    padding-bottom: 180px;
    max-width: 100%;
}

.kateBannerArea {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
}
.BannerArea small {
    padding: 160px 60px 100px;
    display: block;
    max-width: 650px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
}
.BannerArea .bannerLeft,.BannerArea .bannerRight {
    width: 100%;
}
.BannerArea .bannerRight img {
     width: 100%;
}
.BannerArea .bannerLeft img {
    width: 100%;
    max-width: 650px;
}
.kateBannerArea .kateBannerBox {
    width: 50%;
    float: left;
    position: relative;
    display: block;
    background: #333333;
    overflow: hidden;
}

.kateBannerArea .kateBannerBox2 {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    background: #333333;
    overflow: hidden;
}

.kateBannerArea .kateBannerBox:nth-child(3) {
    width: 100%;
}

.kateBannerArea .kateBannerBox:last-child {
    width: 100%;
}

.kateBannerArea .kateBannerBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    width: 270px;
    height: 60px;
    border-radius: 60px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #00000014;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin-top: 40px;
    opacity: 0;
    transition: .5s all;
    visibility: hidden;
}
.kateBannerArea .kateBannerBox .kateBannerTxt {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    top: 0;
}

.kateBannerArea .kateBannerBox .kateBannerTxt  span {
    font-size: 48px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #00000014;
    text-transform: uppercase;
    line-height: 58px;
    text-align: center;
}

.kateBannerArea .kateBannerBox .kateBannerTxt  small {
    font-size: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #00000014;
    line-height: 29px;
    text-align: center;
}
.kateBannerArea .kateBannerBox img {
    width: 100%;
    height: 100%;
    transform: scale(1.01);
    opacity: .8;
    transition: .5s all;
}

.kateBannerArea .kateBannerBox:hover a {
    opacity: 1;
    visibility: visible;
}

.kateBannerArea .kateBannerBox:hover img {
    transform: scale(1.05);
}

footer {
    float: left;
    width: calc(100% - 120px);
    background: #1A1A18;
    padding: 100px 60px 70px;
}

.footerTop {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-flow: wrap;
}

.footerBottom {
    padding: 115px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8%;
    font-size: 14px;
    color: #FFFFFF;
}

.footerLink span {
    color: #DCB800;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

.footerLink ul {
    padding: 0;
    margin: 0;
}

.footerLink ul li {
    list-style: none;
}

.footerLink ul li a {
    font-size: 16px;
    line-height: 34px;
    color: #FFFFFF;
    text-decoration: none;
}

.footerLink.bultenArea span:first-child {
    color: #FFFFFF;
    font-size: 24px;
    width: 354px;
}

.footerLink.bultenArea input {
    border: 1px solid #888888;
    border-radius: 30px;
    background: transparent;
    width: 354px;
    height: 50px;
    max-width: 100%;
    padding: 0 28px;
    color: #888888;
    box-sizing: border-box;
    font-size: 12px;
}


.footerLink.bultenArea button {
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    width: 200px;
    height: 50px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 26px;
}

.bultenArea {
    margin-bottom: 55px;
}

.haberArea {
    float: left;
    width: 100%;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    position: relative;
    background: #fff;
}

.haberArea li {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: -5px;
}

.haberLeft {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    padding-top: 100px;
    padding-bottom: 150px;
}
.haberRight img {
    height: 100%;
    object-fit: cover;
}
.haberLeft span {
    color: #333333;
    font-size: 34px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 67px;
}
.haberLeft small {
    color: #333333;
    font-size: 72px;
    line-height: 82px;
    font-weight: bold;
    margin-bottom: 40px;
}

.haberLeft p {
    font: normal normal normal 24px/29px Helvetica Neue;
    letter-spacing: 0px;
    color: #333333;
    text-shadow: 0px 0px 2px #00000014;
    max-width: 86%;
    margin-bottom: 95px;
}

.haberLeft a {
    background: #DCB800;
    width: 270px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #00000014;
    font-weight: bold;
    text-decoration: none;
}


.haberLeft i {
    position: absolute;
    bottom: 90px;
    left: 60px;
    font-size: 24px;
    letter-spacing: 0px;
    color: #333333;
    text-shadow: 0px 0px 2px #00000014;
    font-style: normal;
}

.haberArea .owl-nav {top: auto;bottom: 0;width: 72px;}

.haberArea .owl-dots {
    display: none;
}

.haberArea .owl-nav button {
    background: transparent;
    color: #000000;
    font-size: 0;
    width: auto;
}

.haberArea .owl-nav button.owl-prev:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/right-arrow.png);
    display: block;
    transform: rotate(180deg);
}
.haberArea .owl-nav button.owl-next:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/right-arrow.png);
    display: block; 
}
.footerTopTxt {
    float: left;
    width: 100%;
    font-size: 180px;
    letter-spacing: 0px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 300;
    padding: 110px 0;
    background: #fff;
    overflow: hidden;
}
.footerTopTxt .big-title {
    display: flex;
    align-items: center;
    justify-content: start;
    transition: .2s all;
    text-wrap: nowrap;
}
.katalog {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.katalog span {
    font-size: 34px;
    line-height: 44px;
    color: #333333;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.katalog small {
    font-size: 24px;
    line-height: 34px;
    display: block;
    margin-bottom: 30px;
}
.katalog div.link-wrapper{
    border: 1px solid #333333;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 230px;
    color: #333;
    background: white;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

.katalog div.link-wrapper a.second{
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 18px;
    color: #333;
    background: white;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    margin: 0 0 0 10px;
}

.katalog div.link-wrapper a.first{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border-right: 1px solid black;
}

.katalog img {
    width: 100%;
}
.katalogTxt {
    position: absolute;
    left: 0;
    top: 116px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: calc(100% - 700px);
}

.kateTop {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 60px;
    clear: both;
}

.kateProArea {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 50px 150px;
    box-sizing: border-box;
    clear: both;
    float: left;
}

.proItem  {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 10px;
    box-sizing: border-box;
}
.proItem a {
    display: flex;
    text-align: left;
    align-items: self-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
}

.proItem a img {
    background: #fff;
    width: 100%;
    border: 2px solid #dcb70059;
    transition: .5s all;
}
.proItem:hover a img {
    box-shadow: 0px 0px 16px #DCB80014;
    border: 2px solid #DCB800;
}
.proItem:hover a span { 
    color:   #DCB800;
}
.pageBack {
    color: #333333;
    font-size: 18px;
    line-height: 44px;
    text-decoration: none;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

.category-bar{
    padding: 0px 60px 30px;
}

.kateName {
    color: #333333;
    font-size: 34px;
    line-height: 44px;
}

.altKate {
    padding: 30px 0 30px;
    width: calc(100% - 100px);
    float: left;
}

.altKate a {
    margin-right: 20px;
    color: #AAAAAA;
    font-size: 16px;
    text-decoration: none;
    line-height: 44px;
}

.altKate a.active {
    color: #DCB800;
}

.kateRight {
    float: right;
    margin: 34px 0 0;
    border: 1px solid #E5E5E5;
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 85px;
    height: 35px;
}

.kateRight i {
    font-size: 17px;
    color: #E5E5E5;
}
.kateRight i.active {
    color: #DCB800;
}
.kateProArea.lst-4 .proItem {
    width: 25%;
    float: left;
}
.kateProArea.lst-3 .proItem {
    width: 33.33%;
    float: left;
}

.ProArea {float: left;width: 100%;padding: 0 60px 230px;box-sizing: border-box;}

.ProArea .proImg {
    width: 68%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ProArea .proTxt {
    width: 32%;
    float: left;
    position: sticky;
    top: 130px;
    margin-bottom: 30px;
}

.ProArea .proImg .imgBox {
    margin: 0 20px 20px 0;
    width: calc(50% - 20px);
    color: #333333;
    font-size: 18px;
    line-height: 44px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.ProArea .proImg .imgBox img {
    width: 100%;
}
.ProArea .proTxt h1 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
}

.ProArea .proTxt .genelOzellik {
    margin: 24px 0;
    font-size: 14px;
    letter-spacing: 0px;
    color: #333333;
    text-transform: uppercase;
}

.ProArea .proTxt .genelOzellik span {
    font-weight: bold;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.ProArea .proTxt .genelOzellik p {
    display: block;
    margin: 30px 0 0;
}

.ProArea .proTxt .siziArayalim {
    margin: 32px 0;
    background: #333333;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: .5s all;
}
.ProArea .proTxt .siziArayalim:hover {
    background: #DCB800;
}
.ProArea .proTxt .urunBilgisi b {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    color: #333333;
}

.urunBilgisi p {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}

.detayPaylas {
    margin: 30px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    width: 100%;
    cursor: pointer;
}

.detayPaylas:Before {
    content: "\f064";
    font-size: 19px;
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.shareAlt {
    margin: 30px  0;
    opacity: 0;
    transition: .5s all;
}

.detayPaylas.active  .shareAlt{ 
    opacity: 1; 
}

.shareAlt .news-social-icon-wrapper {
    padding: 20px;
}

.TextArea {
    float: left;
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
    margin-bottom: 90px;
}

.TextArea .TextAreaLeft {
    display: flex;
    flex-direction: column;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    float: left;
    width: 350px;
    box-sizing: border-box;
    padding: 40px;
}

.TextArea .TextAreaRight {
    width: calc(100% - 350px);
    float: left;
    padding-left: 60px;
    box-sizing: border-box;
}

.TextArea .TextAreaLeft a {
    font-size: 20px;
    line-height: 49px;
    color: #707070;
    text-decoration: none;
}

.TextArea .TextAreaLeft a.active {
    color: #DCB800;
}

.TextArea .TextAreaRight h1 {
    color: #DCB800;
    font-size: 34px;
    font-weight: 400;
    line-height: 44px;
    display: block;
    margin-bottom: 24px;
}

.TextArea .TextAreaRight p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin: 20px 0 0;
}


.UretimAreaTop {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.UretimAreaTop h1 {
    color: #DCB800;
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
    display:block;
    margin-bottom:25px;
}
.UretimAreaTop span {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    max-width: 900px;
    display: block;
    margin: 0 auto;
}

.UretimAreaBoxes {
    width: 65%;
    margin: 0 auto 200px;
    background: #FFFFFF;
    clear: both;
}

.UretimAreaBoxes .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.UretimAreaBoxes .box img {
    width: 50%;
    min-width: 50%;
}
.UretimAreaBoxes .box .boxTxt {
    padding: 70px;
    width: 50%;
}
.UretimAreaBoxes .box .boxTxt span {
    color: #333333;
    font-size: 24px;
    line-height: 44px;
    display: block;
    margin-bottom: 24px;
}
.UretimAreaBoxes .box .boxTxt p {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}

.page404 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.page404 .txt404 {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
    box-sizing: border-box;
}

.page404 img {
    width: 100%;
}

.page404 .txt404 span {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin-bottom: 15px;
}

.page404 .txt404 small {
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    color: #FFFFFF;
    display: block;
    margin-bottom: 35px;
}

.page404 .txt404 a {
    border: 1px solid #FFFFFF;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}
.HaberAreaBoxes {
    width: 67%;
    margin: 0 auto 200px;
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.HaberAreaBoxes .box a {
    text-decoration: none;
}
.HaberAreaBoxes .box {
    box-sizing: border-box;
    padding: 30px 40px;
    width: 50%;
}
.HaberAreaBoxes .haberImgZoom {
    overflow: hidden;
}
.HaberAreaBoxes .haberImgZoom img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
@media only screen and (max-width: 720px) {
    .HaberAreaBoxes .haberImgZoom img{
        height: 300px;
    }
}
.HaberAreaBoxes .box a img {
    width: 100%;
    transition: .5s all;
}

.HaberAreaBoxes .box a:hover img {
    transform:scale(1.1);
}

.HaberAreaBoxes .box .boxTxt {
    padding: 20px 0 0;
}

.HaberAreaBoxes .box .boxTxt span {
    font-size: 24px;
    line-height: 44px;
    color: #333333;
}
.HaberAreaBoxes .box .boxTxt p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}
.HaberDetArea {
    width: 65%;
    margin: 0 auto 200px;
    clear: both;
}

.HaberDetArea img {
    width: 100%;
    margin-bottom: 30px;
}

.HaberDetAreaTop h1 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
    color: #DCB800;
    display: block;
    margin-bottom: 24px;
}

.HaberDetArea p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin: 20px 0;
}
.haberShar {
    float: left;
    width: 100%;
    clear: both;
    margin: 50px 0;
}

.news-social-icon-wrapper {
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 30px;
}

.news-social-icon-wrapper ul {
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 500px;
}

.news-social-icon-wrapper ul li {
    list-style: none;
}

.news-social-icon-wrapper ul li a {
    color: #DCB800;
    font-size: 16px;
}
a.tumHaberler {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    background: #DCB800;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

a.tumHaberler:after {
    content:"";
    background: url(images/arrow-round-forward.svg);
    width: 20px;
    height: 14px;
    display: block;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.kateShare {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-direction: column;
    padding: 40px 0 30px;
    font-size: 16px;
    color: #333333;
    width: 100%;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.kateShare input {
    border: 1px solid #DCB800;
    border-radius: 30px;
    width: 100%;
    height: 60px;
    padding: 0 70px;
    color: #DCB800;
    font-size: 14px;
    box-sizing: border-box;
}

.kateShare input::placeholder {
    color: #DCB800;
}



.kateShare small {
    font-size: 16px;
    color: #DCB800;
}
.kateShare i {
    position: absolute;
    left: 30px;
    color: #DCB800;
    top: 62px;
}
.iletisimArea {
    width: 67%;
    margin: 0 auto 200px;
    clear: both;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.iletisimBox {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    width: 32%;
}

.contact-text-area {
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.iletisimBox span {
    font-size: 14px;
    line-height: 24px;
    color: #DCB800;
    margin-bottom: 10px;
}

.iletisimBox small {
    color: #484848;
    font-size: 14px;
    font-weight: 300;
    padding: 7.5px 0;
}

.iletisimRight {
    padding: 60px 0 0;
    min-width: 40%;
}

.socialdiv {
    display: block;
    width: 100%;
    margin: 25px 0 0;
}

.socialdiv ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.socialdiv ul li {
    list-style: none;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.socialdiv ul li a {
    color: #868686;
    font-size: 21px;
}
.iletisimFormArea {
    background: #F4F0E8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 70px 0 140px;
    gap: 20px;
    box-sizing: border-box;
}

.iletisimFormArea > span {
    color: #333333;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    max-width: 600px;
}

.iletisimFormArea .formRow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 570px;
    gap: 20px;
    box-sizing: border-box;
}

.iletisimFormArea .formRow > input,.iletisimFormArea .formRow > select {
    width: calc(50% - 10px);
    height: 50px;
    border: 1px solid #333333;
    color: #484848;
    padding: 0 10px;
    font-size: 14px;
    box-sizing: border-box;
    min-width: calc(50% - 10px);
}

.iletisimFormArea .formRow > select {
    padding: 0 4px;
    appearance: none;
    background: url(images/down.svg) #fff;
    background-repeat: no-repeat;
    background-position: 96%;
}



.iletisimFormArea input[type="file"] {
    border: none;
    padding: 0;
    height: auto;
}

.iletisimFormArea .formRow textarea {
    width: 100%;
    border: 1px solid #333333;
    padding: 15px 10px;
    height: 183px;
    font-family: 'Helvetica Neue';
    font-size: 14px;
}

.iletisimFormArea textarea::placeholder {
    color: #484848;
}

.iletisimFormArea button {
    width: 200px;
    height: 45px;
    border: none;
    background: #DCB800;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.iletisimFormArea  .formRow.formLeft {
    justify-content: start;
}

.iletisimFormArea .formRow input[type="radio"] {
    margin-right:5px
}

.iletisimFormArea .formRow.formAdress {
    gap:0
}
.iletisimFormArea .formRow.formAdress input {
    width: 100%;
}


.iletisimFormArea  .formRow.formFile {
    flex-direction: column;
    align-items: start;
}
.iletisimFormArea .formRow.formCheck input {
    width: auto !important;
    min-width: auto;
    border: 1px solid #707070;
    border-radius: 0;
}

.iletisimFormArea  .formRow.formCheck {
    font-size: 14px;
    color: #484848;
    line-height: 24px;
}

.iletisimFormArea  .formRow.formSend {
    justify-content: start;
}
.fixedMedia {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    overflow: hidden;
    height: 265px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 3;
}

.fixedMedia span {
    width: 60px;
    height: 60px;
    background: #DCB800;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 60px;
    cursor: pointer;
}

.fixedMedia ul {
    padding: 22px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 20px 0px 0px;
    width: 100%;
}
.fixedMedia ul li {
    padding: 0;
    margin: 0;
    list-style:none
}
.fixedMedia.fixedMediaHide {
    height: 60px;
}

.tabProArea {
    float: left;
    width: 100%;
    margin: 0 0 270px;
}

.tabProArea .tabProAreaHead {
    display: flex;
    flex-direction: column;
    padding: 100px 60px 40px;
}

.tabProArea .tabProAreaHead small {
    color: #333333;
    font-size: 18px;
    line-height: 44px;
}

.tabProArea .tabProAreaHead span {
    color: #333333;
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
}

.tabProAreaTabs .TabHead {
    padding: 0 60px 40px;
    display: flex;
    gap: 30px;
}

.tabProAreaTabs .TabHead a {
    color: #AAAAAA;
    font-size: 16px;
    text-decoration: none;
}

.tabProAreaTabs .TabHead a.active {
    color: #DCB800;
}

.TabPro ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.TabPro ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.TabPro ul li .proItem {
    padding: 0 5px;
    margin: 0;
}

.TabPro ul li .proItem span {
    position: absolute;
    left: 40px;
    bottom: 40px;
}
.TabPro  .owl-dots {bottom: -50px;width: 63%;display: flex !important;gap: 0;margin: 0 auto;}

.TabPro .owl-dots button {
    width: 100%;
    height: 4px;
    border-radius: 0;
}
.TabPro .owl-nav{display: none}
@media screen and (min-width: 1300px) and (max-width:1540px) {
    header .navbarAra {
        width: 50%;
        float: left;
        right: auto;
        left: 140px;
    }

    header .navbarAra ul {
        gap: 30px;
    }
}

@media screen and (min-width: 1180px) and (max-width:1299px) {
    header .navbarAra {
        float: right;
        right: auto;
        left: 200px;
    }
 
    header .navbarAra ul {
        gap: 30px; 
    }
}
.HaberAreaBoxes,.HaberDetArea,.iletisimArea,.UretimAreaBoxes {
    width: 80%;
}

.HaberAreaBoxes .box {
    padding: 30px;
}

@media screen and (min-width: 1041px) and (max-width:1180px) {
    header .navbarAra {
        float: right;
        right: 20px;
        left: 200px;
        width: 100%;
        left: 0;
    }
    header .navbarAra > ul > li > a {
    padding: 32px 0 0px !important;
}
.headRight {
    position: absolute;
    right: 20px;
    top: 0;
}
    header .navbarAra > ul {
        gap: 30px;
        justify-content: end;
    }
    header .navbarAra ul ul {
    width: 300px;
}

.altMenuPro {
    width: calc(100% - 300px);
    max-width: initial;
}
    .HaberAreaBoxes,.HaberDetArea,.iletisimArea,.UretimAreaBoxes {
    width: 100%;
}

.HaberAreaBoxes .box {
    padding: 30px;
}
}
@media screen and (min-width: 768px) and (max-width:1041px) {
 header .navbarAra {
        display: none;
    }
    .HaberAreaBoxes,.HaberDetArea,.iletisimArea,.UretimAreaBoxes {
    width: 100%;
}
.TextArea .TextAreaLeft {
    width: 100%;
    text-align: center;
    padding: 10px;
}
    .TextArea .TextAreaRight {
    padding: 20px 0 0;
    width: 100%;
}
.HaberAreaBoxes .box {
    padding: 30px;
}
.UretimAreaBoxes .box .boxTxt {
    padding: 0 10px 0 10px;
}
    .kateTop {
    padding: 10px 20px;
}
.ProArea .proImg {
        width: 100%;
    }

    .ProArea .proImg .imgBox {
    margin: 0 10px 10px 0;
    width: calc(33.33% - 10px);
    }

    .ProArea .proTxt {
        width: 100%;
        background: #fff;
        padding: 20px 10px;
        box-sizing: border-box;
        margin: 0;
    }

.ProArea {
    padding: 0 20px 50px;
}
body{padding-top: 70px !important;}
    .searchAc{display: none;}
header {
    background: white !important;
    position: fixed !important;
    top: 0 !important;
    width: calc(100% - 20px);
    padding: 0 10px;
    height: 70px;
}
header .logoArea {
    width: 100%;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: start;
    flex-direction: row-reverse;
    padding: 0;
}
header .logoArea a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
    .mobilMenuAc:before {
        content: "";
        background: url(images/menu.svg);
        width: 30px;
        height: 20px;
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mobilMenu {
        position: fixed;
        top: 0;
        width: 100%;
        background: white;
        z-index: 9;
        height: 100vh;
        transition: .5s all;
        transform: translateX(-100%);
    }
    body.menuOpen .mobilMenu {
        transform: translateX(0%);
    }
    .altMenuPro {
        display: none;
    }

    .mobilMenuArea li {
        list-style: none;
        width: 100% !important;
    }

    .mobilMenuArea li a {
    color: #333333;
    font-size: 18px;
    line-height: 50px;
    text-decoration: none;
    padding: 0 20px;
    }

    .altMenu {width: 100%;position: fixed;z-index: 1;top: 70px;background: white;height: 100%;transform: translateX(-100%);transition: .5s all;}
    .mobilMenuHead {
    display: flex;
    padding: 30px 20px;
    color: #ddbb35;
    align-items: center;
    gap: 20px;
    }
    .mobilMenuArea li.ulVar > a:after {
    content: "\f054";
    font-size: 15px;
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
}

    .menuMedia span {
    display: none;
}

.menuMedia {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.menuMedia ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menuMedia ul li {
    list-style: none;
}
    .altMenu.altMenuAc {
        transform: translateX(0);
    }
    .altMenu.altMenuAc .menuBack {
    left: 0;
}
    .mobilMenuHead img {
        width: 40px;
    }

    span.closeMenu {
    }

    span.closeMenu:before {
        content: "";
        background: url(images/close.svg);
        width: 23px;
        height: 23px;
        display: block;
    }
.menuBack {
    position: absolute;
    top: -40px;
    background: white;
    width: 100%;
    padding: 0 20px;
    left: -30px;
}

.menuBack:after {
    content: "";
    background: url(images/right.svg);
    width: 20px;
    height: 30px;
    display: block;
    background-position: center;
    background-size: cover;
    transform: rotate(180deg);
}
    .mobilMenuArea {
    padding: 10px 0;
    }

    .altMenuTxt {
        width: 100%;
    }

    .altMenuTxt ul {
        width: 100%;
    }
    .TabPro ul li .proItem span {
        bottom: 15px;
        left: 15px;
        font-size: 13px;
    }
    .tabProArea {
        margin: 0 0 80px;
    }
    .searchArea button {
        right: 10px;
    }

    header .logoArea a {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
    }

    header .logoArea a img {
        position: absolute;
        /* right: 0; */
        left: 50px;
        top: 0;
        margin: 0 auto;
        height: 65px !important;
    }

    .headRight {
        position: absolute;
        right: 14px;
        z-index: 2;
    }

    .mobilMenuAc {
        float: left;
    }
    .BannerArea {
    flex-direction: column;
    padding-bottom: 0;
}

.BannerArea .bannerLeft img {
    max-width: 100%;
}

.BannerArea small {
    text-align: center;
    padding: 70px 40px;
    max-width: 100%;
}

.slideArea .item .slideTxt span {
    font-size: 40px;
}

.slideArea .item .slideTxt small {
    font-size: 18px;
}

.owl-nav {
    display: none;
}

.kateBannerArea .kateBannerBox .kateBannerTxt span {
    font-size: 30px;
}

.kateBannerArea .kateBannerBox .kateBannerTxt small {
    font-size: 17px;
}

.kateBannerArea .kateBannerBox a {
    font-size: 15px;
    width: auto;
    height: auto;
    padding: 10px 20px;
}

.tabProArea .tabProAreaHead {
    padding: 60px 20px 20px;
}

.tabProAreaTabs .TabHead {
    padding: 0 20px 20px;
}

.haberLeft {
    padding-left: 20px;
    padding-top: 70px;
    padding-bottom: 150px;
}

.haberArea li {
    flex-direction: column;
    gap: 0;
}
 
}
@media screen and (max-width: 767px) {
    body {
        padding-top: 70px !important;
    }

    .iletisimBox {
        width: 100%;
    }

    header .logoArea {
        width: 100%;
        display: flex;
        height: 60px;
        align-items: center;
        justify-content: start;
        flex-direction: row-reverse;
        padding: 0;
    }

    .searchArea {
        width: 100%;
        position: fixed;
        left: 0;
        top: 70px;
        background: #fff;
        display: none;
    }
    .searchArea.active{display: block;}
    .searchArea input {
        font-size: 12px;
        padding: 10px;
    }

    .langArea,.langArea a {
        font-size: 18px;
    }
    header {
        background: white !important;
        position: fixed !important;
        top: 0 !important;
        width: calc(100% - 20px);
        padding: 0 10px;
        height: 70px;
    }

    .BannerArea {
        flex-direction: column;
        padding: 0;
    }



    .kateBannerArea .kateBannerBox {
        width: 100%;
    }

    .haberArea li {
        flex-direction: column;
        gap: 0;
    }

    .haberLeft small {
        font-size: 30px;
        line-height: 1;
    }

    .haberLeft {
        padding: 40px 10px;
    }

    .footerTopTxt {
        display: none;
    }

    .katalogTxt {
        left: 0;
        top: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .katalog span {
        font-size: 20px;
    }

    .katalog small {
        font-size: 14px;
        line-height: 1;
        margin: 0 0 14px;
    }

    footer {
        padding: 30px 10px;
        width: calc(100% - 20px);
    }

    .footerTop {
        display: block;
    }

    .footerLink {
        float: left;
        width: 50%;
        padding: 20px 0;
    }

    .bultenArea {
        width: 100%;
    }

    .footerBottom {
        float: left;
        width: 100%;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        padding: 30px 0 60px 0;
    }

    .footerLink.bultenArea button {
        position: absolute;
        right: 10px;
        background: #1a1a18;
        width: 90px;
    }

    .haberLeft span {
        margin-bottom: 10px;
        font-size: 34px;
    }

    .haberLeft small {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .haberLeft p {
        max-width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 20px;
    }

    .haberLeft a {
        width: 130px;
        font-size: 14px;
        height: 40px;
    }

    .tabProArea .tabProAreaHead {
        padding: 20px 10px 20px;
    }

    .tabProArea .tabProAreaHead small {
        font-size: 18px;
        line-height: 1;
    }

    .tabProArea .tabProAreaHead span {
        font-size: 34px;
    }

    .tabProAreaTabs .TabHead {
        padding: 5px 10px 20px;
    }

    .kateBannerArea .kateBannerBox .kateBannerTxt span {
        font-size: 36px;
        line-height: 1;
    }

    .kateBannerArea .kateBannerBox .kateBannerTxt small {
        font-size: 16px;
    }

    .kateBannerArea .kateBannerBox a {
        opacity: 1 !important;
        visibility: visible;
        font-size: 14px;
        width: 200px;
        height: 60px;
        margin-top: 0;
    }

    .BannerArea small {
        padding: 20px 29px;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .slideArea .item .slideTxt span {
        font-size: 28px;
        font-weight: 500;
        line-height: 1;
    }

    .slideArea .item .slideTxt small {
        font-size: 16px;
        text-align: center;
        line-height: 26px;
    }

    .slideArea .item .slideTxt a {
        height: 60px;
        font-size: 18px;
        margin: 20px 0;
    }

    .owl-nav {
        display: none;
    }
    .owl-dots button {
        width: 8px;
        height: 8px;
    }
    .owl-dots {
        bottom: 10px;
    }

    .slideArea .item img {
        min-height: 350px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    header .navbarAra {
        display: none;
    }

    .mobilMenuAc:before {
        content: "";
        background: url(images/menu.svg);
        width: 30px;
        height: 20px;
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mobilMenu {
        position: fixed;
        top: 0;
        width: 100%;
        background: white;
        z-index: 9;
        height: 100vh;
        transition: .5s all;
        transform: translateX(-100%);
    }
    body.menuOpen .mobilMenu {
        transform: translateX(0%);
    }
    .altMenuPro {
        display: none;
    }
.menuBack {
    position: absolute;
    top: -40px;
    background: white;
    width: 100%;
    padding: 0 20px;
    left: -40px;
}

.menuBack:after {
    content: "";
    background: url(images/right.svg);
    width: 20px;
    height: 30px;
    display: block;
    background-position: center;
    background-size: cover;
    transform: rotate(180deg);
}
    .mobilMenuArea li {
        list-style: none;
        width: 100% !important;
    }

    .mobilMenuArea li a {
        color: #333333;
        font-size: 18px;
        line-height: 50px;
        text-decoration: none;
        padding: 0 20px;
    }

    .altMenu {width: 100%;position: fixed;z-index: 1;top: 70px;background: white;height: 100%;transform: translateX(-100%);transition: .5s all;}
    .mobilMenuHead {
        display: flex;
        padding: 30px 20px;
        color: #ddbb35;
        align-items: center;
        gap: 20px;
    }
    .menuMedia span {
    display: none;
}

.menuMedia {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.menuMedia ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menuMedia ul li {
    list-style: none;
}
    .altMenu.altMenuAc {
        transform: translateX(0);
    }
    .altMenu.altMenuAc .menuBack {
    left: 0;
}
    .mobilMenuHead img {
        width: 40px;
    } 
    span.closeMenu:before {
        content: "";
        background: url(images/close.svg);
        width: 23px;
        height: 23px;
        display: block;
    }

    .mobilMenuArea {
    padding: 10px 0;
    }

    .altMenuTxt {
        width: 100%;
    }

    .altMenuTxt ul {
        width: 100%;
    }
    .mobilMenuArea li.ulVar > a:after {
    content: "\f054";
    font-size: 15px;
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
}

    .TabPro ul li .proItem span {
        bottom: 15px;
        left: 15px;
        font-size: 13px;
    }
    .tabProArea {
        margin: 0 0 80px;
    }
    .searchArea button {
        right: 10px;
    }

    header .logoArea a {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
    }

    header .logoArea a img {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        margin: 0 auto;
        height: 65px !important;
    }

    .headRight {
        position: absolute;
        right: 14px;
        z-index: 2;
    }

    .mobilMenuAc {
        float: left;
    }
    .BannerArea .bannerRight img {object-fit: cover;min-height: 500px;}

    .kateBannerArea .kateBannerBox img {
        min-height: 400px;
        object-fit: cover;
        object-position: right;
    }

    .katalog img {
        min-height: 300px;
        object-fit: cover;
    }
    .searchAc {
        position: absolute;
        right: 100px;
        z-index: 2;
    }

    .kateTop {
        padding: 10px;
    }

    .pageBack {
        font-size: 14px;
    }

    .kateName {}

    .altKate {
        width: 100%;
    }

    .kateRight {
        display: none;
    }

    .kateProArea {
        padding: 0;
    }

    .proItem {
        width: 50% !important;
        padding: 0 5px;
    }

    .proItem a {
        font-size: 14px;
    }
    .ProArea {
        padding: 0;
    }

    .ProArea .proImg {
        width: 100%;
    }

    .ProArea .proImg .imgBox {
        width: 100%;
        font-size: 14px;
        padding: 5px;
        margin: 0;
        box-sizing: border-box;
    }

    .ProArea .proTxt {
        width: 100%;
        background: #fff;
        padding: 20px 10px;
        box-sizing: border-box;
        margin: 0;
    }


    .ProArea .proTxt .siziArayalim {
        position: fixed;
        bottom: 0;
        width: 100%;
        margin: 0;
        left: 0;
    }
    .page404 img {
        min-height: 500px;
        object-fit: cover;
    }
    .UretimAreaTop h1 {
        font-size: 23px;
        margin: 0;
    }

    .HaberAreaBoxes {
        width: 100%;
        margin: 0;
    }

    .HaberAreaBoxes .box {
        width: 100%;
        padding: 15px;
    }

    .HaberAreaBoxes .box .boxTxt {
        padding: 10px 0 0;
    }

    .HaberAreaBoxes .box .boxTxt span {
        font-size: 20px;
    }
    .HaberDetArea {
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }

    .HaberDetAreaTop h1 {
        font-size: 24px;
        margin: 0;
    }
    .iletisimArea {
        width: 100%;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
        flex-direction: column;
    }

    .socialdiv ul {
        justify-content: center;
        margin-bottom: 40px;
    }

    .iletisimFormArea {
        padding: 30px 10px;
    }
    .TextArea {
        padding: 0 10px;
    }

    .TextArea .TextAreaLeft {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .TextArea .TextAreaLeft a {
        font-size: 17px;
        line-height: 30px;
    }

    .TextArea .TextAreaRight {
        padding: 20px 0 0;
        width: 100%;
    }
    .UretimAreaBoxes {
        width: 100%;
        margin: 0;
    }

    .UretimAreaBoxes .box {
        flex-direction: column;
    }

    .UretimAreaBoxes .box img {
        width: 100%;
    }

    .UretimAreaBoxes .box .boxTxt {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .UretimAreaBoxes .box:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .TabPro ul li .proItem {
        width: 100% !important;
    }
}

.wp-video{
    max-width: 100%;
}

.wp-video-shortcode{
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.swiper-product-image{
    margin: 0 50px !important;
    width: 100%;
}

.swiper-product-image .product-video{
    width: 1080px;
    max-width: 100%;
    height: 1080px;
    max-height: 100%;
}

.swiper-button-next, .swiper-button-prev {
    color: #dcb800 !important;
}

@media only screen and (max-width: 600px) {
    .swiper-product-image{
        margin: 0 10px !important;
    }
}

.woocommerce-pagination {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px 0;
}

.woocommerce-pagination ul{
    display: flex;
}

.woocommerce-pagination ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-pagination ul li span, .woocommerce-pagination ul li a{
    padding: 10px;
    margin-left: 10px;
    height: 30px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #030303;
    text-decoration: none;
    cursor: pointer;
    transition-duration: .2s;
}

.woocommerce-pagination ul li a:hover{
    transform: scale(1.2);
    transition-duration: .2s;
}

.alert 
{
    width: 100%;
    padding: 2rem;
    margin-top: 5rem;
    border-radius: 10px;
}

.alert-warning
{
    background-color: #fff3cd;
    color: #664d03;
    border: 1px solid #ffe69c;
}

.alert-success
{
    background-color: #d1e7dd;
    color: #0a3622;
    border: 1px solid #a3cfbb;
}

.copyright{
    font-weight: 400;
}

.copyright .organiclick{
    color: #009345;
    font-weight: 600;
    text-decoration: none;
}



















@import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}

.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 35px 25px;
  z-index: 9999999;
}
.floating-container:hover {
  height: 290px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px #dcb700b1;
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container:hover .element-container .float-element.first {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element.second {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element.third {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}
.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #DCB800;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px #dcb700b1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
.floating-container .float-element.first {
  background: #DCB800;
  box-shadow: 0 20px 20px -10px #dcb700b1;
}
.floating-container .float-element.second {
  background: #DCB800;
  box-shadow: 0 20px 20px -10px #dcb700b1;
}
.floating-container .float-element.third {
  background: #DCB800;
  box-shadow: 0 20px 20px -10px #dcb700b1;
}

.HaberDetAreaTop .shareImg {
    max-height: 70vh;
    object-fit: cover;
}

.toTop{
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 0;
    left: -1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 25px;
    z-index: 9999999;
    border-radius: 50%;
    background: #DCB800;
    color: white;
    box-shadow: 0 10px 25px -5px #dcb700b1;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.toTop svg{
    width: 2rem;
}

.toTop:hover{
    box-shadow: 0 10px 25px #dcb700b1;
    -webkit-transform: translatey(5px);
            transform: translatey(5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

/* ==== SLIDER - Mobil kırpma ve yüksekliği düzelt ==== */
@media (max-width: 767px) {
  .slideArea .item img {
    min-height: 0 !important;
    height: auto !important;
    width: 100%;
    object-fit: contain !important;     /* kırpma yok */
    object-position: top center !important;
    display: block;
  }

  /* Owl'ın fazladan yükseklik taşımasını engelle */
  .slideArea,
  .slideArea .owl-carousel,
  .slideArea .owl-stage-outer,
  .slideArea .owl-stage,
  .slideArea .owl-item,
  .slideArea .item {
    height: auto !important;
    min-height: 0 !important;
  }
} 

/* Slider görseli kırpmasız, üstten hizalı */
.slideArea .item img{
  width:100%;
  height:auto;
  object-fit:contain;       /* kırpmasız */
  object-position:top center;
  display:block;
}
/* Kapsayıcılar otomatik yükseklik */
.slideArea,
.slideArea .owl-carousel,
.slideArea .owl-stage-outer,
.slideArea .owl-stage,
.slideArea .owl-item,
.slideArea .item{
  height:auto;
  min-height:0;
  background:transparent;
}
/* Dots içte kalsın, alta boy eklemesin (opsiyonel) */
.slideArea .owl-carousel{ position:relative; overflow:hidden; }
.slideArea .owl-dots{ position:absolute; left:0; right:0; bottom:8px; margin:0; }


