/* root colors */
:root {
  --main-color: #0071ce;
  --main-light-color: #caddec;
  --main-light-light-color: #e8f0f6;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 155px 0 0 0;
  font-size: 16px;
}

.btn,
.listing-content .right .butonArea a,
input,
.buton {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

a {
  color: #000;
}

a,
a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #979a9b;
}

:-moz-placeholder {
  color: #979a9b;
}

::-moz-placeholder {
  color: #979a9b;
}

:-ms-input-placeholder {
  color: #979a9b;
}

::selection {
  background: #ddd;
}

::-moz-selection {
  background: #ddd;
}

body,
input,
textarea,
select,
option {
  font-family: 'KoHo', arial;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

.clr {
  clear: both;
}

/*global*/
.center {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

/*menu*/
header {
  width: 100%;
  height: 155px;
  background: #e8f0f6;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}

header .headerTop {
  width: 100%;
  height: 35px;
  background: #cfe0ee;
}

header .headerTop .center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

header .headerTop .date {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 10px;
  font-weight: bold;
  color: #383838;
  text-align: center;
}

header .headerTop .leftTxt {
  font-size: 11px;
  color: #383838;
  float: left;
  width: 33%;
  line-height: 23px;
}

header .headerTop .right {
  float: right;
  width: auto;
}

header .headerTop .right a {
  line-height: 23px;
  display: block;
  font-size: 14px;
  color: #000;
  float: left;
  margin-right: 14px;
  position: relative;
}

header .headerTop .right a:nth-child(2) {
  padding-right: 14px;
}

header .headerTop .right a:nth-child(2)::after {
  content: '';
  width: 1px;
  height: 9px;
  position: absolute;
  right: 0;
  background: #969696;
  top: 50%;
  margin-top: -4.5px;
}

header .menu {
  float: left;
  width: 100%;
  padding-top: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

header .menu .logo {
  float: left;
  display: block;
}


header .menu .logo img {
  height: 104.7px;
}

header .menu-logo {
  height: 104.7px;
}

header .menu nav {
  float: right;
  width: auto;
}

header .menu nav a {
  font-size: 16px;
  color: #383838;
  position: relative;
  font-weight: bold;
  line-height: 88px;
  margin-right: 50px;
  display: block;
  float: left;
  opacity: 0;
  top: -20px;
}

header .menu nav a:last-child {
  margin-right: 0;
}

header .menu nav a::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background: var(--main-color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

header .menu nav a::before {
  position: absolute;
  bottom: 5px;
  right: 0;
  content: '';
  width: 0;
  height: 2px;
  background: var(--main-color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

header .menu nav a span {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #DDDDDD;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

header .menu nav a small {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #ddd;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

header .menu nav a.active::before,
header .menu nav a.active::after,
header .menu nav a.active *,
header .menu nav a:hover::after,
header .menu nav a:hover::before,
header .menu nav a:hover span,
header .menu nav a:hover small {
  width: 50%;
}

/*menu*/



/*ana sayfa slider*/
.homeSlider .title {
  font-size: 24px;
  color: #000;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 12px 0 5px 0;
  opacity: 0;
  top: -20px;
  position: relative;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  transition-delay: 0.2;
  -webkit-transition-delay: 0.2s;
}

.homeSlider .center .title {
  opacity: 1;
  top: 0;
}

.homeSlider .subTitle {
  font-size: 16px;
  color: #000;
  text-align: center;
  width: 100%;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  position: relative;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  top: -20px;
  opacity: 0;
}

.homeSlider .center .subTitle {
  opacity: 1;
  top: 0;
}

.homeSlider a {
  font-size: 15px;
  color: var(--main-color);
  text-align: center;
  display: block;
  margin: auto;
  width: 160px;
  height: 48px;
  line-height: 44px;
  font-weight: bold;
  border: 1px solid var(--main-color);
  margin-top: 10px;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  position: relative;
  top: -20px;
  opacity: 0;
}


.homeSlider .center a {
  opacity: 1;
  top: 0;
}

.homeSlider a:hover {
  background: #969696;
  color: #fff;
}


.homeSlider a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.homeSlider.owl-theme .owl-nav {
  position: absolute;
  left: -45px;
  bottom: 20%;
  margin: 0;
  z-index: 2;
}

.homeSlider.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: 0;
  width: 19px !important;
  height: 11px !important;
  background: url(../images/slideTop.svg) no-repeat !important;
  bottom: 89px;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.homeSlider.owl-theme .owl-nav .owl-next:hover,
.homeSlider.owl-theme .owl-nav .owl-prev:hover {
  background-color: transparent !important;
}

.homeSlider.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  width: 19px !important;
  height: 11px !important;
  background: url(../images/slideBottom.svg) no-repeat !important;
  bottom: 0;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.homeSlider .owl-dots {
  counter-reset: dots;
  position: absolute;
  left: -5%;
  bottom: 25%;
  width: 40px;
  /*-webkit-transform: rotate(-60deg);-moz-transform: rotate(60deg);transform:rotate(-90deg)*/
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.homeSlider.owl-theme .owl-dots .owl-dot span {
  width: 28px;
  height: 32px;
  border-radius: 0;
  /* position: absolute; */
  background: none;
  border-left: 2px solid #ccc;
}

.homeSlider.owl-theme .owl-dots .owl-dot {
  position: relative;
  height: 39px;
  font-size: 13px;
  font-weight: bold;
  color: #ddd;
  margin-bottom: 0;
}

.homeSlider.owl-theme .owl-dots .owl-dot.active {
  color: #383838;
  font-weight: bold;
  background: none;
}

.homeSlider.owl-theme .owl-dots .owl-dot.active span {
  height: 32px;
  background: none;
  border-left: 4px solid #383838;
}

.homeSlider .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
  position: absolute;
  right: 7px;
  top: 0;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(-270deg);
  width: 100%;
  height: 100%;
  text-align: center;
}

.homeSlider.owl-theme .owl-dots .owl-dot:hover span,
.homeSlider.owl-theme .owl-dots .owl-dot:hover {
  background: none !important;
}

/*ana sayfa slider*/

/* anasayfa 3lu */

.blocks3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.blocks3 .block {
  overflow: hidden;
  flex: 1;
  position: relative;
  padding-right: 34px;
  padding-bottom: 17px;
}

/* last child no padding */
.blocks3 .block:last-child {
  padding-right: 0;
}

.blocks3 .block::before {
  position: absolute;
  left: 0;
  height: 2px;
  bottom: 0;
  content: '';
  background: var(--main-light-color);
  right: 27px;
}

.blocks3 .block::after {
  position: absolute;
  right: 15px;
  /* height: 96%; */
  top: 0;
  content: '';
  width: 2px;
  background: var(--main-light-color);
  bottom: 12px;
}

/* last child no after */
.blocks3 .block:last-child::after {
  display: none;
}

.blocks3 .block:last-child::before {
  right: 0;
}

.block-slider .owl-nav {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  z-index: 4;
  top: 50%;
  transform: translateY(-100%);
}

.block-slider.owl-carousel .owl-nav .owl-next,
.block-slider.owl-carousel .owl-nav .owl-prev {
  font-size: 65px;
  line-height: 15px;
  color: #fff;
}

.block-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #fff !important;
}

/* anasayfa 3lu */

.marquee-content {
  margin: 25px auto;
}


.teaser-galio-slider .owl-nav {
  position: absolute;
  top: 42%;
  left: -45px;
  right: -45px;
  z-index: 99;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.teaser-galio-slider.owl-theme .owl-nav button.owl-prev,
.teaser-galio-slider.owl-theme .owl-nav button.owl-next {
  font-size: 65px;
  line-height: 15px;
}

.teaser-galio-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: inherit;
}


/*ana sayfa teaser*/
.home-teaser {
  border-top: 2px solid var(--main-light-color);
  width: 100%;
  padding: 8px 0 0 0;
  margin-top: 18px;
  margin-bottom: 50px;
  float: left;
}

.home-teaser .left {
  width: 67%;
  float: left;
  position: relative;
  height: auto;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.home-teaser .left::after {
  position: absolute;
  right: 0%;
  height: 96%;
  top: 1.5%;
  content: '';
  width: 2px;
  background: var(--main-light-color);
}

.home-teaser .left::before {
  position: absolute;
  left: 0;
  height: 2px;
  bottom: 0;
  content: '';
  width: 99%;
  background: var(--main-light-color);
}

.home-teaser .left .slideTop {
  width: 100%;
  float: left;
  height: 45px;
}

.home-teaser .left .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

.home-teaser .left .subTitle {
  font-size: 14px;
}

.home-teaser .left .teaser-left-slider {
  margin-top: 16px;
  float: left;
}

.home-teaser .left .buton {
  float: left;
}

.home-teaser .left .colm {
  float: left;
  width: 38%;
}

.home-teaser .fullw {
  width: 100%;
  float: left;
  position: relative;
  height: auto;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.home-teaser .fullw .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.home-teaser .fullw .subTitle {
  font-size: 14px;
}

.buton {
  font-size: 12px;
  color: #000;
  text-align: center;
  display: block;
  margin: auto;
  width: 160px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  border: 1px solid #A2A2A2;
}

.buton:hover {
  background: #969696;
  color: #fff;
}

.home-teaser .left .colm a.buton {
  margin-top: 18px;
}

.home-teaser .right {
  width: 33%;
  float: right;
  position: relative;
  height: auto;
  padding-left: 6px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.home-teaser .right::before {
  position: absolute;
  right: 0;
  height: 2px;
  bottom: 0;
  content: '';
  width: 98.5%;
  background: var(--main-light-color);
}

.home-teaser .right .slideTop {
  width: 100%;
  float: left;
  height: 45px;
}

.home-teaser .right .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

.home-teaser .right .subTitle {
  font-size: 14px;
}

.home-teaser .right .teaser-left-slider {
  margin-top: 16px;
  float: left;
}

.home-teaser .right .buton {
  float: left;
}

.home-teaser .right .colm {
  float: left;
  width: 50%;
}

.home-teaser .right .colm:last-child {
  float: right;
  width: auto;
}

/*ana sayfa teaser*/

.banner-area {
  margin-bottom: 50px;
  border-top: 2px solid var(--main-light-color);
}


.banner-area .title {
  font-size: 26px;
  font-weight: 400;
  margin: 20px 0;
}

.blocks6 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.blocks6 .block {
  flex: 1;
  position: relative;
}

.blocks6 .block .title {
  position: absolute;
  right: 1px;
  bottom: 25px;
  background: var(--main-color);
  color: #fff;
  padding: 10px 40px;
}


.news-area {
  margin-bottom: 50px;
  border-top: 2px solid var(--main-light-color);
}


.news-area .title {
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0;
}


.news-slider .owl-nav {
  position: absolute;
  top: 42%;
  left: -45px;
  right: -45px;
  z-index: 99;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.news-slider .owl-nav button.owl-prev,
.news-slider .owl-nav button.owl-next {
  font-size: 65px;
  line-height: 15px;
}

.news-slider .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: inherit;
}

.news-slider .news-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
}

.news-slider .description .date {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.news-slider .item a {
  padding: 4px 10px;
  color: #fff;
  background: var(--main-color);
  margin-top: 15px;
  display: inline-block;
}







/*online uyelik*/
.onlineUyelik {
  float: left;
  width: 33%;
  padding-right: 8px;
  padding-bottom: 8px;
  position: relative;
  height: 370px;
}

.onlineUyelik::after {
  position: absolute;
  right: 0%;
  height: 97%;
  top: 1.5%;
  content: '';
  width: 2px;
  background: var(--main-light-color);
}

.onlineUyelik::before {
  position: absolute;
  left: 0;
  height: 2px;
  bottom: 0;
  content: '';
  width: 98%;
  background: var(--main-light-color);
}

.onlineUyelik .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
  text-align: center;
}

.onlineUyelik .subTitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}

.onlineUyelik .inputCl {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  height: 45px;
  color: #707070;
  text-align: left;
  padding: 0 0 0 15px;
}

.onlineUyelik ::-webkit-input-placeholder {
  color: #707070;
}

.onlineUyelik :-ms-input-placeholder {
  color: #707070;
}

.onlineUyelik ::placeholder {
  color: #707070;
}

.onlineUyelik .btn-send {
  border: 0;
  cursor: pointer;
  background: none;
  color: #000000;
  border: 1px solid #707070;
}

.onlineUyelik .btn-send:hover {
  background: #969696;
  color: #fff;
}

/*online uyelik*/

/*eser kabulu*/
.eserKabul {
  float: left;
  width: 67%;
  padding-left: 8px;
  position: relative;
  padding-bottom: 8px;
  height: 370px;
}

.eserKabul::before {
  position: absolute;
  right: 0;
  height: 2px;
  bottom: 0;
  content: '';
  width: 98.8%;
  background: var(--main-light-color);
}

.eserKabul .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
  text-align: center;
}

.eserKabul .subTitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}

.eserKabul img {
  width: 100%;
}

.eserKabul a {
  position: absolute;
  right: 0;
  top: 10px;
}

/*eser kabulu*/

/*ana sayfa takvim*/
.datePickerArea {
  float: left;
  width: 33%;
  padding-right: 8px;
  padding-bottom: 8px;
  position: relative;
  height: 380px;
  padding-top: 8px;
}

.datePickerArea::after {
  position: absolute;
  right: 0%;
  height: 97.5%;
  top: 1.5%;
  content: '';
  width: 2px;
  background: var(--main-light-color);
}

.datePickerArea::before {
  position: absolute;
  left: 0;
  height: 2px;
  bottom: 0;
  content: '';
  width: 98%;
  background: var(--main-light-color);
}

.datePickerArea img {
  width: 96%;
}

/*ana sayfa takvim*/

/*gecmisSatislar*/
.gecmisSatislar {
  float: left;
  width: 67%;
  padding-left: 8px;
  position: relative;
  padding-bottom: 8px;
  height: 380px;
  padding-top: 4px;
}

.gecmisSatislar::before {
  position: absolute;
  right: 0;
  height: 2px;
  bottom: 0;
  content: '';
  width: 98.8%;
  background: var(--main-light-color);
}

.gecmisSatislar .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
  text-align: center;
}

.gecmisSatislar .subTitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}

.gecmisSatislar img {
  width: 100%;
}

.gecmisSatislar a {
  position: absolute;
  right: 0;
  top: 10px;
}

/*gecmisSatislar*/

/* gecmis muzayedeler */
.gecmisMuzayedeler {
  width: 50%;
  float: left;
  margin-top: 5px;
  position: relative;
  height: 460px;
}

.gecmisMuzayedeler::before {
  position: absolute;
  left: 0;
  height: 2px;
  bottom: 0;
  content: '';
  width: 96.5%;
  background: var(--main-light-color);
}

.gecmisMuzayedeler .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.gecmisMuzayedeler .subTitle {
  font-size: 14px;
}

.gecmisMuzayedeler .itemRow {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.gecmisMuzayedeler .left {
  float: left;
  width: 50%;
}

.gecmisMuzayedeler .right {
  float: left;
  width: 50%;
  text-align: center;
}

.gecmisMuzayedeler .right .buton {
  margin-top: 6px;
}

/* gecmis muzayedeler */

/* ana sayfa haberler */
.home-news-container {
  float: left;
  width: 50%;
  margin-top: 5px;
  position: relative;
  height: 460px;
}

.home-news-container::before {
  position: absolute;
  right: 0;
  height: 2px;
  bottom: 0;
  content: '';
  width: 100%;
  background: var(--main-light-color);
}

.home-news-container::after {
  position: absolute;
  left: -2%;
  height: 97%;
  top: 1.5%;
  content: '';
  width: 2px;
  background: var(--main-light-color);
}

.home-news-container .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.home-news {
  float: left;
  width: 100%;
}

.home-news .date {
  font-size: 11px;
  color: #000000;
  margin: 6px 0;
}

.home-news .title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.home-news .text {
  font-size: 12px;
  color: #000000;
}

.home-news p {
  font-size: 14px;
  color: #000000;
  margin: 6px 0;
}

.home-news .buton {
  float: left;
  font-size: 10px;
  width: 120px;
  height: 20px;
  line-height: 20px;
}

/* ana sayfa haberler */



/*footer*/
footer {
  width: 100%;
  float: left;
  background: var(--main-light-light-color);
  padding: 50px 0 0 0;
  margin-top: 50px;
}

footer .footerTop {
  float: left;
  border-bottom: 1px solid var(--main-light-color);
  padding-bottom: 20px;
  width: 100%;
}

footer .logoFooter {
  float: left;
  width: auto;
}

footer .footer-menu {
  float: right;
  width: auto;
  margin-top: 5px;
}

footer .footer-menu a {
  font-size: 16px;
  font-weight: bold;
  margin-right: 50px;
  position: relative;
}

footer .footer-menu a:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

footer .footer-menu a:hover::after {
  width: 100%;
}

footer .footer-menu a:last-child {
  margin-right: 0;
}

footer .footerBottom {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}

footer .footerBottom .left {
  width: 55%;
  float: left;
}

footer .footerBottom .left .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

footer .footerBottom .right p,
footer .footerBottom .left p {
  font-size: 16px;
}

footer .footerBottom .right {
  width: 35%;
  float: right;
}

footer .footerBottom .right .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

footer .footerBottom .right .otherInfo {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 5px;
  margin-bottom: 16px;
}

footer .footerBottom .right .otherInfo div {
  float: left;
  width: auto;
  margin-right: 13%;
  font-size: 16px;
}

footer .footerBottom .right .otherInfo div:last-child {
  margin: 0;
}

footer .footerBottom .right .otherInfo div span {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}

footer .footerCopright {
  text-align: center;
  width: 100%;
  padding: 25px 0;
  float: left;
  font-size: 13px;
}

/*footer*/


/* listeleme */
.bottom-page-banner {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}

.bottom-page-banner .banner-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  text-align: center;
  margin-top: -30px;
}

.bottom-page-banner .title {
  font-size: 42px;
  color: #000;
  font-weight: bold;
}

.bottom-page-banner .subTitle {
  font-size: 18px;
  color: #000;
  margin-top: 5px;
}

.listing-content {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 0;
}

.listing-content .left {
  float: left;
  width: 24%;
}

.listing-content .left .title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 30px;
}

.listing-content .left .subTitle {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 8px;
  width: 100%;
  float: left;
}

.listing-content .left .priceArea {
  float: left;
  width: 100%;
  position: relative;
  padding: 13px 0 10px 0;
}

.listing-content .left .amount {
  position: absolute;
  right: 0;
  width: auto;
  top: -20px;
  background: none;
  border: 0;
}

.listing-content .left .amount div {
  background: none;
  float: left;
  border: 0;
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
}

label {
  position: relative;
  cursor: pointer;
  color: #000;
}

label .label-text {
  font-size: 12px;
  color: #000;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  right: 9000px;
}

input[type="checkbox"]+.label-text:before {
  background: url(../images/checkbox.jpg) no-repeat;
  width: 14px;
  height: 14px;
  content: "";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 5px;
  top: 2px;
  position: relative;
}

input[type="checkbox"]:checked+.label-text:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/checkboxActive.jpg) no-repeat;
  animation: effect 250ms ease-in;
  width: 14px;
  height: 14px;
}

input[type="checkbox"]:disabled+.label-text {
  color: #aaa;
  font-size: 12px;
}

input[type="checkbox"]:disabled+.label-text:before {
  width: 14px;
  height: 14px;
  content: '';
}

.checkboxArea {
  float: left;
  width: 100%;
  padding: 0 20px;
}

.checkboxArea label {
  float: left;
  width: 50%;
  margin-top: 3px;
}

.listing-content .left select {
  float: left;
  width: 100%;
  height: 20px;
  font-size: 12px;
}

.listing-content .left .btn {
  width: 120px;
  text-align: center;
  height: 20px;
  line-height: 18px;
  border: 1px solid #A2A2A2;
  cursor: pointer;
  font-size: 12px;
  background: none;
  margin: 10px auto 0 auto;
  display: block;
  font-weight: bold;
}

.listing-content .left .btn:hover {
  background: #A2A2A2;
  color: #fff;
}

.listing-content .left .searchTitle {
  margin-top: 20px !important;
}

.listing-content .left .inputCl {
  float: left;
  width: 100%;
  height: 20px;
  font-size: 12px;
  padding: 9px;
  margin-bottom: 10px;
}

.listing-content .left ::-webkit-input-placeholder {
  color: #000;
}

.listing-content .left :-moz-placeholder {
  color: #000;
}

.listing-content .left ::-moz-placeholder {
  color: #000;
}

.listing-content .left :-ms-input-placeholder {
  color: #000;
}

.listing-content .right {
  float: left;
  width: 76%;
  padding-left: 18px;
}

.listing-content .right .itemBox {
  float: left;
  width: 32%;
  margin: 0 2% 20px 0
}

.listing-content .right .itemBox:nth-child(3n+0) {
  margin-right: 0;
}

.listing-content .right .itemBox .img {
  width: 100%;
  position: relative;
  padding: 10px 0 0 0;
}

.listing-content .right .itemBox .img .discount {
  position: absolute;
  left: 0;
  top: 10px;
  background: #000;
  color: #fff;
  width: 86px;
  padding: 3px 0;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.listing-content .right .itemBox .img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--main-light-color);
  top: 0;
}

.listing-content .right .itemBox .img img {
  width: 100%;
  border: 1px solid #D8D8D8;
}

.listing-content .right .itemBox .title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}

.listing-content .right .itemBox .subTitle {
  font-size: 12px;
}

.listing-content .right .priceArea {
  float: left;
  width: 100%;
}

.listing-content .right .priceArea div {
  float: right
}

.listing-content .right .priceArea .price {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-left: 36px;
}

.listing-content .right .priceArea .priceOther {
  font-weight: bold;
  font-size: 12px;
  padding: 3px 0 0 0;
  position: relative;
  color: var(--main-light-color)
}

.listing-content .right .priceArea .priceOther::after {
  position: absolute;
  left: -50%;
  width: 84px;
  height: 1px;
  top: 9px;
  content: '';
  background: var(--main-light-color);
}

.listing-content .right .butonArea {
  float: left;
  width: 100%;
  border-top: 2px solid var(--main-light-color);
  padding-top: 6px;
  margin-top: 6px;
}

.listing-content .right .butonArea a {
  float: left;
  width: 48%;
  text-align: center;
  font-size: 12px;
  color: #383838;
  border: 1px solid #a2a2a2;
  padding: 5px 0;
  font-weight: bold;
}

.listing-content .right .butonArea a:hover {
  background: #A2A2A2;
  color: #fff;
}

.listing-content .right .butonArea a:last-child {
  float: right;
}

/* listeleme */


/*sanatcilar*/
.artists .alphabet {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--main-light-color);
  padding: 2px 0 10px 0;
}

.artists .alphabet a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-right: 2%;
  color: #707070;
  position: relative;
  padding: 7px 0;
}

.artists .alphabet a:hover {
  color: #383838;
}

.artists .alphabet a:last-child {
  margin: 0;
}

.artists .alphabet a small {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #ddd;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.artists .alphabet a span {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #DDDDDD;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.artists .alphabet a::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background: var(--main-color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.artists .alphabet a::before {
  position: absolute;
  bottom: 5px;
  right: 0;
  content: '';
  width: 0;
  height: 2px;
  background: var(--main-color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.artists .alphabet a.active small,
.artists .alphabet a.active span,
.artists .alphabet a.active::before,
.artists .alphabet a.active::after,
.artists .alphabet a *,
.artists .alphabet a:hover::after,
.artists .alphabet a:hover::before,
.artists .alphabet a:hover span,
.artists .alphabet a:hover small {
  width: 50%;
}

.artists .data-artist {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.artists .data-artist a {
  float: left;
  width: 24.2%;
  position: relative;
  margin-right: 1%;
  margin-bottom: 25px;
  padding: 10px 0;
}

.artists .data-artist a:hover:after,
.artists .data-artist a:hover:before {
  background: #383838
}

.artists .data-artist a:nth-child(4n+0) {
  margin-right: 0;
}

.artists .data-artist a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #707070;
  content: '';
}

.artists .data-artist a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #707070;
  content: '';
}

.artists .data-artist a .img {
  float: left;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.artists .data-artist a .img:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.artists .data-artist a:hover .img::after {
  opacity: 0.4;
}

.artists .data-artist a img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
}

.artists .data-artist a:hover img {
  transform: scale(1.08);
}

.artists .data-artist .colm {
  display: block;
  float: left;
  width: 70%;
}

.artists .data-artist .colm:last-child {
  width: 30%;
}

.artists .data-artist .colm .name {
  font-size: 14px;
  font-weight: bold;
  color: #000
}

.artists .data-artist .colm .date {
  font-size: 12px;
  color: #383838;
  font-weight: bold;
}

.artists .data-artist .colm.work {
  font-size: 12px;
  color: #383838;
  text-align: right;
  padding-top: 4px;
  font-weight: bold;
}

/*sanatcilar*/


/*sanatcilar detay*/
.artists-detail {
  margin-top: 10px;
}

.artists-detail .prevBtn {
  float: left;
  font-size: 13px;
  color: #383838;
  width: 100%;
  margin-bottom: 10px;
}

.artists-detail .contentArea {
  width: 100%;
  float: left;
}

.artists-detail .contentArea .left {
  width: 32%;
  float: left;
}

.artists-detail .contentArea .left img {
  width: 100%;
}

.artists-detail .contentArea .right {
  float: left;
  width: 68%;
  padding-left: 18px;
}

.artists-detail .contentArea .right h2 {
  font-size: 35px;
  font-weight: bold;
}

.artists-detail .contentArea .right .date {
  font-size: 12px;
  font-weight: bold;
}

.artists-detail .contentArea .right .subTitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 68px;
  margin-bottom: 5px;
}

.artists-detail .contentArea .right .subTitle.title2 {
  margin-top: 0;
}

.artists-detail .contentArea .right p {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}

.artists-detail .works-area {
  float: left;
  width: 100%;
}

.artists-detail .works-area .titleTop {
  font-size: 24px;
  font-weight: bold;
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.artists-detail .works-area .titleTop::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  background: #707070;
  content: '';
  width: 41%;
}

.artists-detail .works-area .titleTop::before {
  position: absolute;
  right: 0;
  top: 50%;
  height: 2px;
  background: #707070;
  content: '';
  width: 41%;
}

.artists-detail .works-area .titleTop .totalWork {
  position: absolute;
  left: 0;
  top: 7px;
  background: #fff;
  z-index: 1;
  font-size: 12px;
  padding-right: 30px;
}

.artists-detail .works-area .item {
  float: left;
  width: 32%;
  margin-right: 1.3%;
  padding: 8px 0;
  position: relative;
  margin-bottom: 25px;
}

.artists-detail .works-area .item::after {
  position: absolute;
  top: 0;
  width: 100%;
  content: '';
  height: 2px;
  background: var(--main-light-color);
}

.artists-detail .works-area .item::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: '';
  height: 2px;
  background: var(--main-light-color);
}

.artists-detail .works-area .item:last-child {
  margin-right: 0;
}

.artists-detail .works-area .item .title {
  font-size: 12px;
  font-weight: bold;
  margin: 8px 0;
}

.artists-detail .works-area .item p {
  font-size: 12px;
  margin: 8px 0;
}

.artists-detail .works-area .item .price {
  font-size: 10px;
  font-weight: bold;
}

/*sanatcilar detay*/

/*basin*/
.pressPage a {
  float: left;
  width: 24%;
  margin-right: 1.3%;
  transform: scale(0);
  position: relative;
  margin-bottom: 25px;
  display: block;
  padding: 8px 0;
  top: 0px;
  opacity: 0;
}

.pressPage a:nth-child(5n+0) {
  margin-right: 0;
}

.pressPage a .img {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 40px;
}

.pressPage a .img:before {
  width: 30px;
  height: 30px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
  background: url(../images/zoom.png) no-repeat;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  transform: scale(0);
  z-index: 2;
  background-size: contain;
}

.pressPage a:hover .img::before {
  opacity: 1;
  transform: scale(1);
}

.pressPage a .img:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.pressPage a:hover .img::after {
  opacity: 0.7;
}

.pressPage a img {
  display: block;
  width: 100%;
}

.pressPage a::after {
  position: absolute;
  top: 0;
  width: 100%;
  content: '';
  left: 0;
  height: 2px;
  background: var(--main-light-color);
}

.pressPage a::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: '';
  height: 2px;
  background: var(--main-light-color);
  left: 0;
}

.pressPage a span {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #000;
  text-align: center;
  display: block;
  width: 100%;
  padding: 8px 0 0 0;
}

/*basin*/


/*gallery*/
.gallery {
  margin-top: 18px;
  z-index: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  perspective: 1000px;
  height: 100%;
}

.gallery .colm-2 {
  float: left;
  width: 48.5%;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.gallery .colm-2 .centerArea {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.gallery .colm-2 .centerArea .title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.gallery .colm-2 .centerArea p {
  font-size: 14px;
  color: #fff;
}

.gallery .colm-2 .centerArea a {
  width: 160px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  background: #fff;
  display: block;
  margin: 5px auto 0 auto;
  color: #000;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.gallery .colm-2 .centerArea a:hover {
  background: #383838;
  color: #fff;
}

.gallery .colm-2 img {
  transform: scale(1);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
}

.gallery .colm-2::after {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  content: '';
  z-index: 1;
  position: absolute;
}

.gallery .colm-2:hover img {
  transform: scale(1.05);
}

.gallery .colm-2:nth-child(2) {
  float: right;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.gallery.active .colm-2 {
  opacity: 1;
}

/*gallery*/

/*galleri alt sayfalar */
.banner-text .prev {
  position: absolute;
  left: 30px;
  top: 40px;
  font-size: 13px;
  color: #000;
}

.galleryContainer .bottom-page-banner {
  margin-bottom: 1%;
}

.galleryContainer .left-colm {
  float: left;
  width: 49.2%;
}

.galleryContainer .galleryItem a {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
  position: relative;
  overflow: hidden;
}

.galleryContainer .galleryItem a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/play.svg);
  content: '';
  width: 60px;
  height: 40px;
  margin-left: -30px;
  margin-top: -20px;
  z-index: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.galleryContainer .galleryItem a:after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.galleryContainer .galleryItem a:nth-child(2n+0) {
  margin-right: 0;
}

.galleryContainer .galleryItem a img {
  width: 100%;
  float: left;
  transform: scale(1);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.galleryContainer .galleryItem a:hover img {
  transform: scale(1.05);
}

.galleryContainer .big a {
  float: left;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 3%;
  position: relative;
}

.galleryContainer .right-colm {
  float: right;
  width: 49.2%;
}

.fotoGaleri .galleryItem a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/zoom2.svg);
  content: '';
  width: 48px;
  height: 50px;
  margin-left: -30px;
  margin-top: -20px;
  z-index: 1;
  transform: scale(0);
  opacity: 0;
}

.fotoGaleri .galleryItem a:after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
}

.fotoGaleri .galleryItem a:hover:after {
  opacity: 0.3;
}

.fotoGaleri .galleryItem a:hover:before {
  opacity: 0.3;
  transform: scale(1);
  opacity: 1;
}

/*galleri alt sayfalar */


/* iletisim */
.borderTitle .title {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.borderTitle .title span {
  background: #fff;
  width: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.borderTitle .title:after {
  position: absolute;
  left: 0;
  top: 0;
  background: #707070;
  height: 2px;
  content: '';
  width: 38%;
  top: 50%;
}

.borderTitle .title::before {
  position: absolute;
  right: 0;
  top: 0;
  background: #707070;
  height: 2px;
  content: '';
  width: 38%;
  top: 50%;
}

.borderTitle .subTitle {
  position: relative;
  float: left;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.borderTitle .subTitle::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #707070;
  height: 4px;
  content: '';
  width: 20%;
  margin-left: -10%;
  bottom: 0%;
}

.contanct .rowContact {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.contanct .left {
  float: left;
  width: 49.2%;
}

.contanct .left iframe {
  height: 268px;
  width: 100% !important;
}

.contanct .right {
  float: right;
  width: 49.2%;
}

.contanct .right .colm-3 {
  margin: 5px 0 40px 0;
  float: left;
  width: 100%;
}

.contanct .right .colm-3 div {
  width: 33.33%;
  float: left;
  font-size: 13px;
}

.contanct .left p,
.contanct .right .colm-3 a {
  color: #000;
  font-size: 13px;
}

.contanct .left .colm-3 div span {
  color: #000;
  font-weight: bold;
}

.social {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.social a img {
  width: 30px;
}

.social a:hover {
  opacity: 0.5;
}

.contanct .right .social {
  margin-bottom: 34px;
}

.contanct .right .formArea {
  float: left;
  width: 100%;
}

.contanct .right .formArea .left-form {
  float: left;
  width: 48.5%;
}

.contanct .right .formArea .left-form .rowArea {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 4px;
}

.contanct .right .formArea .left-form .rowArea:last-child {
  margin-bottom: 0;
}

.contanct .right .formArea .left-form .rowArea:nth-child(1) {
  border: 1px solid #ddd;
}

.contanct .right .formArea .left-form .rowArea .titleSub {
  float: left;
  width: 30%;
  font-size: 12px;
  height: 28px;
  border-right: 1px solid #ddd;
  line-height: 28px;
  padding-left: 7px;
}

.contanct .right .formArea .left-form .rowArea .inputCl {
  float: left;
  width: 70%;
  font-size: 12px;
  border: 0;
  height: 28px;
  padding: 0 0 0 7px;
}

.contanct .right .formArea .right-form {
  float: right;
  width: 48.5%;
}

.contanct .right .formArea .right-form .textareaCl {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 7px;
  resize: none;
  height: 99px;
  font-size: 12px;
  margin-bottom: 4px;
}

::-webkit-input-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

::placeholder {
  color: #000000;
}

.contanct .right .formArea .right-form .sendBtn {
  width: 100%;
  height: 28px;
  background: #383838;
  cursor: pointer;
  color: #fff;
  border: 0;
  font-weight: bold;
  font-size: 12px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.contanct .right .formArea .right-form .sendBtn:hover {
  background: #969696;
  color: #fff;
}

.contanct.galleryContainer .galleryItem a::before,
.contanct.galleryContainer .galleryItem a::after {
  display: none;
}

/* iletisim */

/* salon muzayede */
.salonMuzayede .container-area {
  float: left;
  width: 100%;
  border-top: 2px solid var(--main-light-color);
  padding-top: 8px;
}

.salonMuzayede .container-area .colm-2 {
  float: left;
  width: 50%;
  position: relative;
  padding-right: 8px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.salonMuzayede .container-area .colm-2 .img {
  overflow: hidden;
  width: 100%;
  float: left;
}

.salonMuzayede .container-area .colm-2 img {
  display: block;
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.salonMuzayede .container-area .colm-2:hover img {
  transform: scale(1.08);
}

.salonMuzayede .container-area .colm-2:nth-child(2n+0) {
  padding-left: 8px;
  padding-right: 0;
}

.salonMuzayede .container-area .colm-2:nth-child(2n+0)::after {
  position: absolute;
  left: -2px;
  top: 0;
  height: 96%;
  top: 0;
  width: 2px;
  background: var(--main-light-color);
  content: '';
}

.salonMuzayede .container-area .colm-2 .text-area {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -28px;
  text-align: center;
}

.salonMuzayede .container-area .colm-2 .title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.salonMuzayede .container-area .colm-2 p {
  font-size: 14px;
  color: #fff;
}

.salonMuzayede .container-area .colm-2 a {
  display: block;
  margin: 5px auto 0 auto;
  width: 160px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #A2A2A2;
  font-size: 12px;
}

.salonMuzayede .container-area .colm-2 a:hover {
  background: #A2A2A2;
  color: #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.salonMuzayede .container-area .colm-2:nth-child(2n+0) span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--main-light-color);
  display: block;
  width: 100%;
}

.salonMuzayede .container-area .colm-2:nth-child(1n+0) span {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  background: var(--main-light-color);
  display: block;
  width: 100%;
}

.salonMuzayede .container-area .colm-1 {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 2px solid var(--main-light-color);
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.salonMuzayede .container-area .colm-1 .img {
  overflow: hidden;
  width: 100%;
  float: left;
}

.salonMuzayede .container-area .colm-1 img {
  display: block;
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.salonMuzayede .container-area .colm-1:hover img {
  transform: scale(1.04);
}

.salonMuzayede .container-area .colm-1 .text-area {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -28px;
  text-align: center;
}

.salonMuzayede .container-area .colm-1 .title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.salonMuzayede .container-area .colm-1 p {
  font-size: 14px;
  color: #fff;
}

.salonMuzayede .container-area .colm-1 a {
  display: block;
  margin: 5px auto 0 auto;
  width: 160px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #A2A2A2;
  font-size: 12px;
}

.salonMuzayede .container-area .colm-1 a:hover {
  background: #A2A2A2;
  color: #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

/* salon muzayede */


/*karma resim*/
.karmaResim a {
  float: left;
  display: block;
  width: 32%;
  border: 1px solid #EFEFEF;
  padding: 5px 0 14px 0;
  margin: 0 2% 1.5% 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.karmaResim a:hover {
  border: 1px solid #000;
}

.karmaResim a:hover .price {
  border-top: 1px solid #000;
}

.karmaResim a:nth-child(4n+1) {
  margin-right: 0;
}

.karmaResim a img {
  display: block;
  margin: 0 auto 10px auto;
}

.karmaResim a .titleSub {
  margin-bottom: 5px;
  float: left;
  width: 100%;
  font-size: 14px;
}

.karmaResim a .titleSub .left {
  width: 48%;
  float: left;
  text-align: right;
  color: var(--main-light-color);
  font-weight: bold;
}

.karmaResim a .titleSub .right {
  width: 48%;
  float: right;
  text-align: left;
  color: #000;
}

.karmaResim a .titleSub:last-child {
  margin-bottom: 0;
}

.karmaResim a .price {
  display: block;
  border-top: 1px solid #969696;
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
  margin-top: 20px;
}

.karmaResim a .price small {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: var(--main-light-color);
}

.karmaResim a .price span {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
}

/*karma resim*/


/*online dukkan*/
.prevSocial {
  float: left;
  width: 100%;
  margin: 8px 0 10px 0;
  position: relative;
}

.prevSocial .prev {
  font-size: 13px;
  color: #383838;
  float: left;
  width: auto;
}

.prevSocial .share {
  font-size: 13px;
  color: #383838;
  float: right;
  width: auto;
}

.prevSocial .share span {
  font-size: 13px;
  color: #383838;
  border-right: 1px solid #ddd;
  padding-right: 10px;
  margin-right: 10px;
}

.prevSocial .share a {
  position: relative;
  top: 1px;
}

.prevSocial .share a:last-child {
  margin-right: 0;
}

.margin_40.prevSocial {
  margin-top: -40px;
}

.detailTopArea {
  float: left;
  width: 100%;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--main-light-color);
}

.galleryArea {
  float: left;
  width: 50%;
}

.galleryArea .bigImg {
  float: right;
  width: 78%;
  overflow: hidden;
  border: 1px solid #D8D8D8;
}

.galleryArea .thumbnail {
  float: right;
  width: 18%;
}

.galleryArea .thumbnail img {
  margin-bottom: 12px;
  float: left;
  display: block;
  width: 100%;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.galleryArea .thumbnail img:last-child {
  margin-bottom: 0;
}

.galleryArea .thumbnail img.active,
.galleryArea .thumbnail img:hover {
  border: 1px solid #000;
}

.galleryArea .bigImg .imgArea {
  float: left;
  width: 400%;
  position: relative;
}

.galleryArea .bigImg img {
  width: 25%;
  display: block;
  float: left;
}

.rightTextArea {
  float: left;
  width: 50%;
  padding-left: 18px;
}

.rightTextArea .productName {
  font-size: 20px;
  font-weight: bold;
  margin: 22% 0 10px 0;
}

.priceArea {
  float: left;
  width: 100%;
}

.priceArea small {
  font-size: 12px;
  color: var(--main-light-color);
  position: relative;
  display: block;
  float: left;
  padding: 0 20px;
  font-weight: bold;
  margin-right: 10px;
  top: 3px;
}

.priceArea small::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  content: '';
  width: 100%;
  background: var(--main-light-color);
}

.priceArea span {
  font-size: 16px;
  color: #000;
  display: block;
  float: left;
  font-weight: bold;
}

.buttons {
  float: left;
  width: 49%;
  border-top: 2px solid var(--main-light-color);
  margin: 10px 0 20px 0;
  padding-top: 10px;
}

.buttons a {
  width: 48%;
  display: block;
  height: 28px;
  border: 1px solid #A2A2A2;
  float: left;
  text-align: center;
  font-size: 12px;
  color: #383838;
  font-weight: bold;
  line-height: 26px;
}

.buttons a:last-child {
  float: right;
}

.buttons a:hover {
  background: #969696;
  color: #fff;
}

.rightTextArea .contentArea {
  float: left;
  width: 100%;
}

.rightTextArea .contentArea .title {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin: 8px 0;
}

.rightTextArea .contentArea p {
  color: #000;
  font-size: 14px;
}

.productContainer {
  float: left;
  width: 100%;
}

.productContainer .box {
  float: left;
  width: 23.5%;
  border-top: 2px solid var(--main-light-color);
  padding-top: 10px;
  margin-right: 2%;
}

.productContainer .box:last-child {
  margin-right: 0;
}

.productContainer .box img {
  width: 100%;
  border: 1px solid #D8D8D8;
  display: block;
}

.productContainer .box .txtArea {
  width: 100%;
  float: left;
  margin: 8px 0;
}

.productContainer .box .txtArea .title {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.productContainer .box .txtArea p {
  font-size: 12px;
  color: #000;
}

.priceArea.right {
  float: right;
  width: auto;
}

.buttons.w100 {
  width: 100%;
}

/*online dukkan*/


/*online muzayede 2*/
.onlineMuzayedeWrap {
  float: left;
  width: 100%;
}

.onlineMuzayedeWrap .box {
  float: left;
  width: 32%;
  border: 1px solid #EFEFEF;
  padding: 5px;
  margin-right: 2%;
  margin-bottom: 2%;
}

.onlineMuzayedeWrap .box .img {
  width: 100%;
}

.onlineMuzayedeWrap .box .img img {
  display: block;
  margin: 0 auto;
}

.onlineMuzayedeWrap .box .info {
  float: left;
  width: 100%;
  padding: 10px 0 5px 0;
  font-size: 14px;
}

.onlineMuzayedeWrap .box .info .row {
  width: 100%;
  float: left;
}

.onlineMuzayedeWrap .box .info span {
  font-size: 14px;
  font-weight: bold;
  color: var(--main-light-color);
  width: 96px;
  text-align: right;
  display: block;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
  padding-bottom: 5px;
}

.onlineMuzayedeWrap .box .info small {
  font-size: 14px;
  color: var(--main-light-color);
  display: block;
  float: left;
  padding-bottom: 5px;
}

.acilisFiyat {
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  width: 100%;
  float: left;
  padding: 10px 0;
}

.acilisFiyat .item {
  float: left;
  width: 33.33%;
  font-size: 14px;
}

.acilisFiyat .item .title {
  width: 100%;
  text-align: center;
  color: var(--main-light-color);
  font-weight: bold;
}

.acilisFiyat .item b {
  width: 100%;
  text-align: center;
  display: block;
  color: #000;
}

.rowBig {
  float: left;
  width: 100%;
  border-bottom: 1px solid #969696;
  padding: 4px 0;
}

.rowBig .title {
  font-size: 14px;
  font-weight: bold;
  color: var(--main-light-color);
  width: 28%;
  text-align: right;
  padding-right: 3%;
  float: left;
  border-right: 1px solid #EFEFEF;
  margin-right: 0;
}

.rowBig .right {
  float: right;
  font-size: 14px;
  width: 68%;
}

.rowBig .leftColm {
  float: left;
  width: 56%;
}

.rowBig .rightColm {
  float: right;
  width: 44%;
}

.rowBig .leftColm .title {
  width: 50%;
}

.rowBig .leftColm .right {
  width: 43%;
}

.rowBig .rightColm .title {
  width: 33%;
  text-align: left;
  padding-right: 6%;
}

.rowBig .rightColm .right {
  width: 55%;
  text-align: left;
  float: left;
  padding-left: 6%;
}

.onlineMuzayedeWrap .box {
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.onlineMuzayedeWrap .box:hover {
  border: 1px solid #000;
}

.onlineMuzayedeWrap .box::after {
  width: 2px;
  height: 100%;
  top: 0;
  content: '';
  right: -3.5%;
  background: var(--main-light-color);
  position: absolute;
}

.onlineMuzayedeWrap .box::before {
  height: 2px;
  width: 100%;
  bottom: -13px;
  content: '';
  left: 0;
  background: var(--main-light-color);
  position: absolute;
}

.onlineMuzayedeWrap .box .butons {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.onlineMuzayedeWrap .box:nth-child(3n+0) {
  margin-right: 0;
}

.onlineMuzayedeWrap .box:nth-child(3n+0)::after {
  display: none;
}

.onlineMuzayedeWrap .box .butons a {
  float: left;
  width: 48%;
  height: 28px;
  line-height: 26px;
  border: 1px solid #707070;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
}

.onlineMuzayedeWrap .box .butons a:nth-child(3),
.onlineMuzayedeWrap .box .butons a:nth-child(4) {
  margin-bottom: 0;
}

.onlineMuzayedeWrap .box .butons a.price::after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: '';
  background: url(../images/plus.svg);
  right: 5px;
  top: 4px;
}

.onlineMuzayedeWrap .box .butons a.price::before {
  width: 1px;
  height: 20px;
  content: '';
  background: #707070;
  position: absolute;
  right: 30px;
  top: 3px;
}

.onlineMuzayedeWrap .box .butons a.teklifVer {
  background: #000;
  color: #fff;
}

.onlineMuzayedeWrap .box .butons a.teklifVer::after {
  position: absolute;
  left: 15px;
  top: 2px;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/teklif1.svg) no-repeat;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transition-duration: 0.4s;
  transition-property: transform;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.onlineMuzayedeWrap .box .butons a.teklifVer:hover::after {
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
}

.onlineMuzayedeWrap .box .butons a.teklifVer::before {
  position: absolute;
  left: 12px;
  top: 19px;
  content: '';
  width: 13px;
  height: 4.5px;
  background: url(../images/teklif2.svg);
}

.onlineMuzayedeWrap .box .butons a:nth-child(2n+0) {
  float: right;
}

.onlineMuzayedeWrap .box .butons a.takipEt::after {
  position: absolute;
  width: 20px;
  height: 12px;
  content: '';
  background: url(../images/takipEt.svg);
  left: 10px;
  top: 7px;
}

.onlineMuzayedeWrap .box .butons a.incele::after {
  position: absolute;
  width: 19px;
  height: 20px;
  content: '';
  background: url(../images/incele.svg);
  left: 10px;
  top: 3px;
}

/*online muzayede 2*/



/*online muzayede detail*/
.onlineMuzayedeDetail {
  width: 684px;
  margin: 10px auto 0 auto;
}

.onlineMuzayedeDetail .thumbnail {
  float: left;
  width: 15%;
}

.onlineMuzayedeDetail .galleryArea {
  width: 100%;
}

.onlineMuzayedeDetail .galleryArea .bigImg {
  width: 82%;
}

.onlineMuzayedeDetail .infoCenter {
  margin: 8px 0 0 0;
  float: right;
  width: 82%;
  text-align: center;
}

.onlineMuzayedeDetail .infoCenter .title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 2px;
}

.onlineMuzayedeDetail .infoCenter .subTitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.onlineMuzayedeDetail .infoCenter p {
  text-align: center;
  font-size: 14px;
  color: #000;
}

.detailBottom {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.detailBottom .left {
  width: 38%;
  float: left;
}

.detailBottom .info {
  float: left;
  width: 100%;
  padding: 0;
  font-size: 14px;
}

.detailBottom .info .row {
  width: 100%;
  float: left;
}

.detailBottom .info span {
  font-size: 14px;
  font-weight: bold;
  color: var(--main-light-color);
  width: 96px;
  text-align: right;
  display: block;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
  padding-bottom: 5px;
}

.detailBottom .info small {
  font-size: 14px;
  color: var(--main-light-color);
  display: block;
  float: left;
  padding-bottom: 5px;
}

.detailBottom .rightColm {
  width: 62%;
  float: left;
}

.detailBottom .rightColm .colmArea {
  float: left;
  width: 48%;
  margin-right: 4%;
  height: auto;
}

.detailBottom .rightColm .colmArea .rowBig,
.detailBottom .right .colmArea .acilisFiyat {
  height: 58px;
}

.detailBottom .rightColm .colmArea .rowBig .title {
  width: 100%;
  text-align: center;
}

.detailBottom .rightColm .colmArea .rowBig .right {
  width: 100%;
  text-align: center;
}

.detailBottom .rightColm .colmArea .rowBig {
  border-top: 1px solid #969696;
}

.detailBottom .rightColm .colmArea {
  margin-bottom: 25px;
}

.detailBottom .rightColm .colmArea:nth-child(2n+0) {
  margin-right: 0px;
}

.colmArea .rowBig .rightColm {
  float: right;
  width: 44%;
}

.detailBottom .rightColm .colmArea.centerHeight .title,
.detailBottom .rightColm .colmArea.centerHeight .right {
  width: 50%;
}

.detailBottom .rightColm .colmArea .peyiniz.rowBig {
  padding-left: 8%;
}

.detailBottom .rightColm .colmArea .peyiniz.rowBig .title {
  width: 30%;
}

.detailBottom .rightColm .colmArea.centerHeight .peyiniz.rowBig .right {
  width: 37%;
  text-align: center;
  float: left;
}

.detailBottom .rightColm .colmArea.centerHeight .rowBig {
  height: 28px;
}

.detailBottom .butons a {
  float: left;
  width: 48%;
  height: 28px;
  line-height: 26px;
  border: 1px solid #707070;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
}

.detailBottom .butons a:nth-child(3),
.detailBottom .butons a:nth-child(4) {
  margin-bottom: 0;
}

.detailBottom .butons a.price::after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: '';
  background: url(../images/plus.svg);
  right: 5px;
  top: 4px;
}

.detailBottom .butons a.price::before {
  width: 1px;
  height: 20px;
  content: '';
  background: #707070;
  position: absolute;
  right: 30px;
  top: 3px;
}

.detailBottom .butons a.teklifVer {
  background: #000;
  color: #fff;
}

.detailBottom .butons a.teklifVer::after {
  position: absolute;
  left: 15px;
  top: 2px;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/teklif1.svg) no-repeat;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transition-duration: 0.4s;
  transition-property: transform;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.detailBottom .butons a.teklifVer:hover::after {
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
}

.detailBottom .butons a.teklifVer::before {
  position: absolute;
  left: 12px;
  top: 19px;
  content: '';
  width: 13px;
  height: 4.5px;
  background: url(../images/teklif2.svg);
}

.detailBottom .butons a:nth-child(2n+0) {
  float: right;
}

.detailBottom .butons a.takipEt::after {
  position: absolute;
  width: 20px;
  height: 12px;
  content: '';
  background: url(../images/takipEt.svg);
  left: 10px;
  top: 7px;
}

.detailBottom .butons a.incele::after {
  position: absolute;
  width: 19px;
  height: 20px;
  content: '';
  background: url(../images/incele.svg);
  left: 10px;
  top: 3px;
}

.detailBottom .rightColm .colmArea .rowBig.kalanSure {
  padding: 10px 0;
}

.onlineMuzayedeDetail .nextCl {
  position: absolute;
  right: 0;
  top: 28%;
  font-size: 14px;
  color: #383838;
  padding-right: 45px;
  padding-top: 15px;
}

.onlineMuzayedeDetail .nextCl:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(../images/next.svg) no-repeat;
  width: 25px;
  height: 50px;
}

.onlineMuzayedeDetail .nextCl:hover {
  color: #000;
}

.onlineMuzayedeDetail .nextCl:hover {
  animation: slide1 0.8s ease-in-out infinite;
}

@keyframes slide1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}

.onlineMuzayedeDetail .prevCl {
  position: absolute;
  left: 0;
  top: 28%;
  font-size: 14px;
  color: #383838;
  padding-left: 45px;
  padding-top: 15px;
}

.onlineMuzayedeDetail .prevCl:hover {
  color: #000;
}

.onlineMuzayedeDetail .prevCl:hover {
  animation: slide1 0.8s ease-in-out infinite;
}

@keyframes slide2 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 10px);
  }
}

.onlineMuzayedeDetail .prevCl:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url(../images/prev.svg) no-repeat;
  width: 25px;
  height: 50px;
}

.positionRel {
  position: relative;
}

/*takvim*/

/*takvim*/

.sliderLeftArea {
  float: left;
  width: 49%;
  padding-right: 8px;
  position: relative;
  margin-top: 15px;
}

.sliderLeftArea::after {
  position: absolute;
  right: 0;
  content: '';
  top: 0;
  background: #000;
  height: 100%;
  width: 2px;
}

.sliderLeftArea:nth-child(2n+0) {
  float: right;
  padding-left: 8px;
  padding-right: 0;
}


/* marquee text */
/* marquee div container */
.marquee {
  font-size: 2vw;
  height: 2.5vw;
  overflow: hidden;
  position: relative;
}

/* nested div inside the container */
.marquee div {
  display: block;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: marquee 12s linear infinite;
}

/* span with text */
.marquee span {
  float: left;
  width: 50%;
}

/* keyframe */
@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

/* marquee text */


.editor-area {
  padding: 40px 0;
}

.editor-area .title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.editor-area p {
  font-size: 18px;
  margin-bottom: 15px;
}