@charset "UTF-8";
/*--------------------------------URUN-DETAY-OZEL-BANNER----------------------------------*/
.banner {
  margin: 0 !important;
  overflow: hidden; }
  .banner .slick-slide img {
    display: none; }
  .banner .slick-dots {
    bottom: 30px; }
    .banner .slick-dots li {
      margin: 0 10px 0 0;
      background: #FFF;
      overflow: hidden;
      height: 5px;
      width: 70px; }
      .banner .slick-dots li.slick-active {
        background: #FE3B3B; }
      .banner .slick-dots li button {
        text-indent: -9999px;
        height: inherit;
        margin: 0; 
        padding: 0;
        width: 100%; }

/*--------------------------------URUN-DETAY-RESIM----------------------------------*/
.urun-detay-resim {
  padding-right: 15px !important; }

.urun-resmi {
  float: left; }

.urun-detay-resim .slider-nav {
  margin-top: 10px; }
  .urun-detay-resim .slider-nav .slick-track {
    float: left; }

.slider-nav__item {
  padding: 5px;
  border: 1px solid #eee;
  cursor: pointer; }

.jqzoom {
  text-decoration: none;
  float: left; }

.zoomWrapperImage img {
  width: auto; }

.zoomWrapper {
  border: 0px; }

.urun-detay-resim .slider-nav .slick-arrow {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.95); }

.urun-detay-resim .slider-nav .slick-prev {
  left: 0; }

.urun-detay-resim .slider-nav .slick-next {
  right: 0; }

.urun-detay-resim .slider-nav .slick-arrow::before {
  padding: 3px;
  border: solid #000000;
  border-width: 0 1px 1px 0; }

@media all and (max-width: 992px) {
  .urun-detay-resim {
    padding: 0px !important; }
    .urun-detay-resim .slick-dots {
      bottom: 0px; }
    .urun-detay-resim .slider-nav {
      display: none !important; }
    .urun-detay-resim .slick-dots li {
      width: 10px;
      height: 10px;
      padding: 0 7px;
      overflow: hidden;
      transition: all 0.3s ease; }
      .urun-detay-resim .slick-dots li button {
        width: 7px;
        height: 7px;
        border: 1px solid #000000;
        border-radius: 50%;
        background: #000000;
        padding: 0px;
        margin: 0px; }
      .urun-detay-resim .slick-dots li.slick-active button {
        background: #fff; } }

/*--------------------------------URUN-DETAY-RESIM----------------------------------*/
#urun-fiyat-bilgileri {
  padding: 4rem 2rem; }

.urun-detay-top-bilgi {
  padding: 0px;
  height: auto;
  display: inline-block; }

.detay-none {
  min-height: 0px; }

.fiyat-row {
  color: #333;
  white-space: nowrap;
  font-size: 14px;
  width: 100%;
  padding: 15px 5px 15px 0px;
  font-weight: 600;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end; }

.detay-fiyat-row {
  padding: 5px 5px 0px 0; }

.detay-butons {
  padding-top: 0px !important; }

.urun-detay-baslik {
  display: block;
  width: 100%;
  text-align: left;
  color: #333333;
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 0.5rem 0; }

.urun-detay-aciklama {
  padding: 0px;
  margin: 1rem 0 2rem 0; }
  .urun-detay-aciklama p {
    font-size: 17px;
    margin: 0px;
    color: #5a5959; }

.urun-detay-stok {
  padding: 0;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
  color: #757575; }
  .urun-detay-stok strong {
    color: #282828; }

.urun-detay-marka {
  padding: 0;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  display: block; }
  .urun-detay-marka a {
    font-weight: 300;
    color: #757575; }
    .urun-detay-marka a strong {
      font-weight: 600;
      color: #282828; }
  .urun-detay-marka img {
    max-width: 100px; }

.detay-puan .detay-puan-val {
  text-align: left; }

#prod_pricing_v3 {
  margin: 2rem 0; }

#prod_pricing_v3 .varyant-baslik {
  float: left;
  display: block;
  font-weight: 600;
  font-family: akilliTicaret;
  letter-spacing: 0.5px;
  font-size: 17px;
  width: 100%;
  padding: 3.5rem 0rem 2rem 0;
  margin: 0px !important; }
   
.detay-kargo-row {
  padding: 5px 5px 5px 0px;
  font-weight: 300; }
  .detay-kargo-row .detay-kargo {
    font-weight: 600; }

.varyant-deger.varyant-renk {
  padding: 0px !important; }

.pimg {
  float: left;
  position: relative;             
  height: 0;
  opacity: 0;
  overflow: hidden; }
  .pimg.active {
    opacity: 1;
    height: 100%;
    transition: opacity 0.5s ease; }
    .pimg.active .detail-desktop img {
      opacity: 1; }
  .pimg .detail-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    margin: 1rem 1rem 0 1rem;
    overflow: hidden;
    box-shadow: 0 0 8px 3px #d8d8d8; }
    .pimg .detail-desktop img {
      max-width: 118%; }  
    .pimg .detail-desktop .demo-overlay {
      display: none; }
    .pimg .detail-desktop::before {
      content: '';
      position: absolute;
      left: 0%;
      right: 0%;
      top: 0%;
      bottom: 0%;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 0;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease; }
    .pimg .detail-desktop:hover::before {
      visibility: visible;
      opacity: 1; }
    .pimg .detail-desktop:hover .demo-overlay {
      display: inline-flex !important;
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      align-items: center;
      justify-content: center; }
      .pimg .detail-desktop:hover .demo-overlay span {
        font-size: 12px; }
  .pimg .detail-mobile {
    position: absolute;
    right: 0%;
    bottom: -0%;
    z-index: 1; }
    .pimg .detail-mobile .iphone-screenshot-container {
      position: relative;
      overflow: hidden;
      width: 215px;
      height: 410px;
      background-size: 215px 440px;
      background-repeat: no-repeat;
      background-image: url("/images/iphone-wrapper.png");
      float: right; }
      .pimg .detail-mobile .iphone-screenshot-container::before {
        content: '';
        position: absolute;
        left: 5%;
        right: 5%;
        top: 6.5%;
        bottom: 0%;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease; }
      .pimg .detail-mobile .iphone-screenshot-container:hover::before {
        visibility: visible;
        opacity: 1; }
      .pimg .detail-mobile .iphone-screenshot-container:hover .demo-mobile-overlay {
        display: inline-flex !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        align-items: center;
        justify-content: center; }
        .pimg .detail-mobile .iphone-screenshot-container:hover .demo-mobile-overlay span {
          font-size: 12px; }
      .pimg .detail-mobile .iphone-screenshot-container .iphone-screenshot {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 13%;
        margin: 0px 5%;
        position: relative;
        overflow: hidden; }
        .pimg .detail-mobile .iphone-screenshot-container .iphone-screenshot img {
          z-index: -999;
          max-width: 218%; }
        .pimg .detail-mobile .iphone-screenshot-container .iphone-screenshot .demo-mobile-overlay {
          display: none; }

@media all and (max-width: 992px) {
  .pimg .detail-desktop {
    display: none; }
  .urun-resmi, .slider-for, .pimg.active {
    width: 100%;
    height: auto;
    display: inline-block; }
  .pimg .detail-mobile {
    position: relative; }
    .pimg .detail-mobile .iphone-screenshot-container {
      float: none;
      margin: 0 auto; } }

#prod_pricing_v3 button {
  font-family: akilliTicaret;
  padding: 2px 10px;
  min-width: 120px;
  min-height: 50px;
  padding: 0 2rem !important;
  float: left;
  display: block;
  margin: 0 5px;
  border: 0px;
  background: transparent;
  text-align: center;
  line-height: 34px;
  margin-bottom: 5px;
  cursor: pointer;
  margin-left: 0px;
  border-radius: 75px;
  overflow: hidden;
  transition: all 0.2s ease;
  background: #ffffff; }
  #prod_pricing_v3 button.off:hover {
    background: #e7edfa;
    color: #414141; }
  #prod_pricing_v3 button.on {
    background: #e7edfa;
    color: #414141; }

.select-div {
  width: auto;
  min-width: 310px;
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 15px;
  border: none;
  background: #f4f4f4;
  color: #888;
  font-size: 13px; }
  .select-div:focus {
    border: 0px; }

@media all and (max-width: 400px) {
  .select-div {
    min-width: 100%; } }

.varyant-deger img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 1rem; }

/*Fiyat Bilgileri*/
.satis-fiyati {
  color: #5d635d;
  font-size: 25px;
  font-weight: 600;
  padding: 0px; }

.urun-detay-fiyat {
  font-family: akilliTicaret;
  float: left; }
  .urun-detay-fiyat #SatisFiyati {
    font-weight: 600;
    color: #696969;
    font-size: 17px;
    letter-spacing: 2px; }
  .urun-detay-fiyat #eski-fiyat {
    font-size: 22px;
    font-weight: 600;
    color: #757575;
    padding: 0px 0px;
    font-family: akilliTicaret;
    text-decoration: line-through; }

.detay-ozellik {
  padding: 0px;
  float: left;
  margin-bottom: 10px; }
  .detay-ozellik .indirim-detay {
    float: left; }
    .detay-ozellik .indirim-detay .urun-detay-indirim {
      font-family: akilliTicaret;
      width: auto;
      font-weight: 600;
      padding: 4px 10px;
      display: block;
      border: 2px solid #fc1414;
      background: #fc1414;
      color: #fff;
      font-size: 13px;
      text-align: center;
      height: 30px;
      float: left; }
    .detay-ozellik .indirim-detay .indirim-detay-yazi {
      font-family: akilliTicaret;
      width: auto;
      font-weight: 600;
      padding: 4px 10px;
      display: block;
      border: 2px solid #fc1414;
      background: #fff;
      color: #fc1414;
      letter-spacing: 1px;
      font-size: 12px;
      text-align: center;
      height: 30px;
      float: left; }
  .detay-ozellik .yeni-detay {
    margin-right: 4px;
    float: left;
    border: 2px solid #333333;
    background: #ffffff;
    color: #333333;
    font-family: akilliTicaret;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 9px;
    text-align: center;
    letter-spacing: 1px;
    height: 30px; }

/*Aksiyon Butonları*/
.urun-adet-dis {
  margin-right: 3%;
  width: 20%;
  height: 45px;
  float: left;
  background: #f4f4f4; }

.urun-adet-input {
  width: 65%;
  text-align: center;
  height: 100%;
  float: left;
  border-right: none; }
  .urun-adet-input::focus {
    border: 0px;
    box-shadow: 0px;
    outline: none; }
  .urun-adet-input input {
    width: 100%;
    color: #282828;
    display: block;
    font-size: 14px;
    height: 100%; }
    .urun-adet-input input:focus {
      outline: none;
      box-shadow: 0px;
      border: 0px; }
  .urun-adet-input span {
    font-size: 13px;
    display: block;
    text-align: center;
    position: absolute;
    margin: -6px 0 0 17px; }

.urun-adet {
  border: none !important;
  background: 0 0 !important;
  outline: 0;
  font-size: 20px;
  color: #292929;
  padding: 0;
  text-align: center;
  box-shadow: none;
  outline: none; }
  .urun-adet:focus {
    outline: none;
    box-shadow: 0px;
    border: 0px; }

.theme-use {
  color: #2c8dcc;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  float: left;
  text-align: center;
  letter-spacing: 0.3px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  margin-left: 1rem;
  text-decoration: underline !important; }
  .theme-use:hover, .theme-use:focus {
    color: #2c8dcc; }

.satin-al {
  font-family: akilliTicaret;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  width: 30%;
  min-width: 185px;
  float: left;
  text-align: center;
  letter-spacing: 0.9px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  margin-bottom: 0px;
  padding: 0px !important;
  position: relative;
  border-radius: 55px; }
  .satin-al:hover, .satin-al:focus {
    color: #FFF; }
    .satin-al:hover:before, .satin-al:focus:before {
      opacity: 0; }
  .satin-al i {
    font-size: 22px;
    margin-right: 7px;
    line-height: 1; }

.stokta-yok {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fc1414;
  border: 2px solid #fc1414; }
  .stokta-yok:before {
    background: #fc1414; }
  .stokta-yok:hover {
    color: #fff;
    background: #fc1414;
    border: 2px solid #fc0f0f; }

.urun-adet-butons {
  width: 35%;
  height: 100%;
  float: left;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap; }
  .urun-adet-butons span {
    background: #f4f4f4;
    color: #888;
    font-size: 14px;
    float: left;
    margin-bottom: 0px;
    cursor: pointer;
    position: relative;
    text-indent: 0;
    width: 100%;
    text-align: center;
    height: 15px;
    line-height: 15px;
    position: relative;
    z-index: 1;
    border-radius: 0px !important; }

.stokta-haber-ver {
  margin-right: 3%;
  width: 20%;
  height: 45px;
  float: left;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .stokta-haber-ver i {
    font-size: 20px; }

.urun-butons {
  width: 50px;
  height: 100%;
  float: left;
  border-left: 5px solid #fff; }
  .urun-butons a:hover {
    color: #fff; }

.urun-buttons-ilk {
  border-left: 0px; }

.detay-fav-button {
  width: 100%;
  display: block;
  height: 100%;
  line-height: 45px;
  outline: none;
  border: 0px;
  color: #fff;
  background: #fff;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  z-index: 1; }
  .detay-fav-button:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    background: #000000;
    transition: all 0.3s ease;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
  .detay-fav-button:hover {
    color: #fff; }

.urun-detay-statik-bolum {
  display: flex;
  flex-flow: row wrap;
  padding: 0px; }

.urun-detay-kargo img, .urun-detay-statik1 img, .urun-detay-statik2 img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  float: right; }

.detay-puan {
  color: #333;
  font-weight: 400;
  border-radius: 0px;
  font-size: 13px;
  cursor: pointer;
  padding: 0px 15px;
  float: left;
  text-align: center;
  white-space: normal;
  width: 100% !important;
  letter-spacing: 0px;
  height: 40px;
  line-height: 32px;
  margin-bottom: 0px; }
  .detay-puan span {
    letter-spacing: 0.3rem;
    color: #cacaca;
    margin-left: 0.5rem; }

.beden-row {
  margin-top: 15px; }
  .beden-row .beden-olcusu {
    outline: none;
    border: 0px;
    background: transparent;
    font-size: 13px;
    font-weight: 400; }

/*--------------------------------URUN-DETAY-PAYLAŞ----------------------------------*/
.urun-paylas {
  margin-top: 20px; }

#icon-social a {
  text-decoration: none;
  color: #fff;
  background: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  border-radius: 50%;
  margin: 0px 0.5%; }

/*--------------------------------URUN-DETAY-PAYLAŞ----------------------------------*/
/*--------------------------------URUN-DETAY-TABLARI----------------------------------*/
.urun-tablari {
  margin-top: 7rem; }
  .urun-tablari .nav li {
    margin: 0 !important;
    border: 0px; }
    .urun-tablari .nav li a {
      border-radius: 0 !important;
      padding: 10px 15px;
      font-size: 14px;
      letter-spacing: 0.5px;
      color: #757575;
      background: 0 0 !important;
      font-family: akilliTicaret;
      text-transform: uppercase; }

.uruntablari-alias.active {
  font-family: akilliTicaret;
  border-bottom: 2px solid #2c8dcc !important;
  padding: 0 15px;
  background: #f7f7f7; }
  .uruntablari-alias.active a {
    font-weight: 600;
    color: #282828 !important; }

#tdContainerBorder {
  line-height: 25px;
  border-radius: 0px !important;
  margin-top: 20px;
  margin-bottom: 50px; }

#divUrunAciklama, #divUrunTabs {
  width: 100%;
  float: left;
  border-radius: 0px !important; }

/*--------------------------------URUN-DETAY-TİMER----------------------------------*/
.timer-detay {
  max-width: 300px;
  margin-bottom: 10px; }

/*--------------------------------URUN-DETAY-İLGİLİ-ÜRÜNLER----------------------------------*/
#detay-urun .slick-track {
  float: left; }

/*--------------------------------URUN-DETAY-TABLARI----------------------------------*/
.themeIosLink {
	display:none; 
}
@media all and (max-width: 992px) {
  #urun-fiyat-bilgileri {
    margin-top: 20px; }
  .theme-use {
    margin-bottom: 1rem; } 
  .urun-adet-dis {
    margin: 0px;
    width: 25%; }
  .satin-al i {
    font-size: 18px; }
  .detay-butons-div {
    padding: 0px; }
  .stokta-haber-ver {
    border-left: 0px;
    min-width: inherit;
    width: 25%;
    margin-right: 0px; }
  .urun-detay-fiyathaber {
    height: 40px; }
  .urun-detay-statik-bolum {
    justify-content: flex-start;
    align-items: flex-start; }
  .urun-detay-puan {
    height: 40px; }
  .detay-puan {
    height: auto;
    display: inline-block;
    line-height: 24px; }
  .urun-paylas {
    margin-top: 0px; } }

@media only screen and (max-width: 600px) {
  .urun-detay-statik-bolum {
    margin-bottom: 25px; }
  .detay-butons {
    flex-flow: row wrap; } }

@media all and (max-width: 330px) {
  .indirim-detay {
    display: block;
    float: none !important; }
  .satis-fiyati #eski-fiyat {
    padding-left: 0px; } }

/*--------------------------------URUN-DETAY-KAMPANYA-URUNLER----------------------------------*/
#kampanya-bilgileri > div {
  background: #FE3B3B;
  padding: 7px 20px;
  color: #FFF; }

#urun-detay-kampanyali-urunler .urun-kutusu .kutu-urun-border {
  border-bottom: none;
  border-left: none; }

#urun-detay-kampanyali-urunler .urun-kutusu:last-child .kutu-urun-border {
  border-bottom: 3px solid #DDD; }

/*--------------------------------URUN-DETAY-BENZER-URUNLER----------------------------------*/
.urun-detay-benzer-urunler-baslik {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  font-family: akilliTicaret; }

.benzer-urunler-slide .slick-track {
  float: left; }

.benzer-urun-kutusu.slick-slide.slick-active {
  border-color: transparent; }

.benzer-urun-kutusu .kutu-urun-detay-mm h2 a {
  font-size: 18px; }

.benzer-urun-kutusu .kutu-urun-detay-mm .renk-kutu {
  width: 16px;
  height: 16px; }

#haftanin-urunleri .slick-arrow {
  top: -40px !important;
  background: #000000;
  opacity: 1;
  width: 25px;
  height: 25px;
  border: transparent;
  margin-right: 15px;
  z-index: 1; }
  #haftanin-urunleri .slick-arrow:before {
    opacity: 1;
    border-width: 0 1px 1px 0 !important; }

#haftanin-urunleri .slick-next {
  right: 0; }
  #haftanin-urunleri .slick-next::before {
    padding: 4px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 28%;
    bottom: 31%; }

#haftanin-urunleri .slick-prev {
  right: 30px;
  left: inherit; }
  #haftanin-urunleri .slick-prev::before {
    padding: 4px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 37%;
    bottom: 31%; }

#haftanin-urunleri .slick-slider .kutu-urun-detay-mm h2 {
  width: 100%;
  margin: 0 auto; }

@media all and (max-width: 992px) {
  #divUrunTabs {
    padding: 30px 0px; } }

/*--------------------------------URUN-DETAY-BENZER-URUNLER----------------------------------*/
/*--------------------------------URUN-DETAY-ÖZELLİKLER----------------------------------*/
.bread-bg {
  margin-bottom: 0px !important; }

.prod-bg {
  padding: 4rem 0 0 0;
  background: #eef0f5; }

.detail-features {
  margin: 0 10rem 0em 0;
  padding: 4rem 0; }
  .detail-features .detail-features-heading {
    font-weight: bold; }
  .detail-features .detail-features-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    margin: 1rem 0 4rem 0; }
    .detail-features .detail-features-box .detail-features-text {
      padding: 0 2rem 0 2rem; }
      .detail-features .detail-features-box .detail-features-text h4 {
        margin: 2rem 0 0.6rem 0; }
      .detail-features .detail-features-box .detail-features-text p {
        font-size: 14px;
        color: #6b6b6b; }

.detail-yorumlar {
  background: #f6f7f9;
  padding: 4rem 0;
  margin: 0 0 0rem 0; }
  .detail-yorumlar h3 {
    margin: 0px; }
    .detail-yorumlar h3 .detail-comment-heading {
      font-weight: bold;
      margin: 0em 0rem 1rem 0rem; }

.detail-similar-prods {
  padding: 4rem 0; }

@media all and (max-width: 992px) {
	#yorumlarContent{
		padding:0px;
	}
	#yorumlarContent > div{
		padding:0px;
	}
  .yorum-ortalama span{      
		font-size: 35px!important;    
	}   
  .detail-features{
	padding: 4rem 5px;
  }
  .detail-features .detail-features-heading {
    font-weight: bold;
    font-size: 19px; }
  .detail-yorumlar .detail-comment-heading {
    font-weight: bold;
    font-size: 19px; 
	padding:5px;} 
  .urun-detay-benzer-urunler-baslik p {
    font-size: 19px; } }

/*--------------------------------URUN-DETAY-YORUM----------------------------------*/
#divUrunAciklama, #divUrunTabs {
  height: auto;
  display: inline-block; }

.yorum-yap-container {
  padding: 0rem; }

.yorumlar-yorum-yok-yazi {
  color: #2c8dcc; }

.yorum-box-content {
  padding-left: 3%; }
  .yorum-box-content .yorum-box-baslik {
    color: #333333;
    font-size: 26px;
    font-weight: 600;
    margin: 2rem 0px 6rem 0px; }

.yorum-ortalama-box {
  text-align: center;
  margin-bottom: 25px; }

.yorum-ortalama {
  font-size: 45px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap; }
  .yorum-ortalama span {
    display: block; }
  .yorum-ortalama i {
    font-size: 16px;
    float: left;
    margin: 0 0.3rem;
    color: #b8b8b8; }
    .yorum-ortalama i.yorum-active {
      color: #e4c72e; }

.yildiz-box {
  margin-bottom: 15px; }

.yorum-yildiz-ad {
  font-size: 14px;
  margin-bottom: 7px; }

.yorum-yildiz-sayi {
  color: #a5a5a5; }

.yorum-istatik {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 45px 15px;
  background: #fafafa; }

.yorum-progress {
  height: auto;
  border-radius: 9px;
  background-color: #f0f0f0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 5px; }

.yorum-progress-bar {
  border-radius: 5px;
  height: 3px;
  background: #e4c72e; }

/*yorum sağ*/
.yorum-user {
  width: 50px;
  position: absolute;
  left: 0;
  padding: 0px; }

.yorum-uye-avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
  text-transform: uppercase;
  margin: 0px;
  text-align: center;
  font-size: 20px;
  color: #3e3e3e;
  background: #fff; }

.yorum-content {
  padding: 0px; }

.yorumlar-box {
  padding-left: 65px;
  border-radius: 3px;
  margin-bottom: 15px; }

.yorumlar-inner {
  background: #ffffff;
  padding: 10px 15px;
  border: 1px solid #eee;
  position: relative; }
  .yorumlar-inner::before, .yorumlar-inner::after {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none; }
  .yorumlar-inner::before {
    margin-top: -1px;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #e5e5e5; }
  .yorumlar-inner::after {
    border-width: 9px;
    border-color: transparent;
    border-right-color: #fff; }

.yorum-box-ust {
  position: relative;
  height: auto;
  display: inline-block;
  width: 100%; }

.yorum-box-uyead {
  float: left;
  color: #4f4e4e;
  font-size: 13px;
  letter-spacing: 0px; }

.yorum-box-puan {
  float: right; }
  .yorum-box-puan i.yorum-active {
    color: #e4c72e; }

.yorum-box-yorum {
  font-size: 14px;
  color: #454444; }

.yorum-box-tarih {
  color: #8f8f8f;
  font-size: 13px; }

.yorumlar-yorum-yap {
  margin-top: 25px; }

.yorum-yap-txt {
  width: 100%;
  height: 110px;
  padding: 10px;
  resize: none;
  outline: none;
  margin: 10px 0px;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #f1f1f1; }

.yorum-yap-p {
  float: left; }
  .yorum-yap-p:last-child {
    padding-left: 15px; }

.yorum-yap-puan {
  padding-right: 25px;
  height: 40px; }

#yorum-yap {
  background: #2c8dcc !important;
  color: #fff !important;
  border: 0px;
  font-weight: 900;
  padding: 7px 10px;
  height: 40px;
  font-size: 12px !important; }

@media all and (max-width: 992px) {  
  .yorum-box-content .yorum-box-baslik{
	font-size:17px;}    
  .yorum-istatik {
    margin-bottom: 25px; } }

@media all and (max-width: 600px) {
  #divUrunAciklama {
    padding: 5px 0px; }
  .yorum-user {
    display: none; }
  .yorumlar-box {
    padding: 0px; } }

@media all and (max-width: 480px) {
  .yorum-box-uyead {
    float: none;
    display: block; }
  .yorum-box-puan {
    float: left;
    display: block; } }

/*--------------------------------URUN-DETAY-YORUM----------------------------------*/
