.contact2 {
    max-width:100%;
    padding:15px
}
.contact2 .form-item {
    flex-direction: row
}
.contact2 .form-item input {
    flex:1;
    border-radius: 5px
}
.contact2 .form-item label {
    margin-left: 0;
    width: 100px;
    flex: none;
}

.slideHead {
    display:none!important
}
.banner {
    padding: 150px 75px 0px 75px;
    background-size: cover;
    margin-bottom:60px;    
    display: flex;
    flex-direction: column;
}
.banner .title2 {
   color:#fff;
   text-align:left;
   align-items: baseline;
}
.nav-tabs {
    width:100%;
}
.nav-link {
    display: block;
    padding: 1rem 2rem;
    margin-right:10px
}
.nav-tabs .nav-link {
    color:#fff
}
.detayGaleri li a{
    margin-bottom:30px;    
    display:block;
    border: 10px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.detayGaleri li a b{
    background: #fff;
    width: 100%;
    display: block;
    padding-top: 15px;
    border-top:1px solid #ddd;
    text-align: center
}

.icerikPadding {
    padding: 0 62px;
}
.action {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  
.action .buy {
    cursor: pointer;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #FFF;
    background-color: #6bca97;
    border-radius: 2px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  
  #container-product-detail.deals .action .buy {
    background-color: #ff8162;
  }
  
.action .buy span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  
.action .buy span div {
    display: inline-block;
    margin-left: 15px;
  }
  
.action .buy .initial_price {
    display: none;
    position: relative;
  }
  
  #container-product-detail.deals .action .buy .initial_price {
    display: inline-block;
  }
  
.action .buy .initial_price:after {
    content: '';
    width: calc(100% + 6px);
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
.action .buy span:nth-child(1),
.action .preview span:nth-child(1),
.action .preview_link span:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
.action .buy:hover span:nth-child(1),
.action .preview:hover span:nth-child(1),
.action .preview_link:hover span:nth-child(1) {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  
.action .buy span:nth-child(2),
.action .preview span:nth-child(2),
.action .preview_link span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  
.action .buy:hover span:nth-child(2),
.action .preview:hover span:nth-child(2),
.action .preview_link:hover span:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
.action .preview {
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    background-color: white;
    border-radius: 2px;
    margin-top: 10px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
    color: #000;
  }
  
.action .preview span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  
.action .preview_link {
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    text-align: center;
    background-color: #333;
    border-radius: 2px;
    margin-top: 10px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
    color: #FFF;
  }
  
.action .preview_link>svg {
    height: 7px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
.action .preview_link span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  
.action .preview_link span svg {
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  
.action .short-description {
    margin-top: 44px;
    color: #777;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 25px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
  }
  .action .short-description ul {
      padding-left: 15px;
  }
  .action .short-description ul li {
    list-style: disc;
    font-weight: bold;
    margin:6px 0
  }
  .short-description b {
      margin:5px 0;
      display:inline-block
  }
.action .container-share-like {
    width: 100%;
    margin-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #d9d9d9;
  }
  
.action .spread {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  
.action .spread .title {
    color: #333;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
  }
  
.action .spread .content {
    margin-top: 9px;
  }
  
.action .spread a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 10px;
  }
  
.action .spread a svg {
    height: 11px;
    fill: #333;
  }
  
.action .like {
    display: inline-block;
    vertical-align: top;
    margin-left: 77px;
  }
  
.action .like .title {
    color: #333;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
  }
  
.action .like .content {
    cursor: pointer;
    margin-top: 9px;
  }
  
.action .like .illu {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  
  #container-product-detail.like .action .container-share-like .like .illu {
    border-color: #ff583e;
  }
  
.action .like .illu svg {
    fill: transparent;
    stroke: #777;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 250ms cubic-bezier(0.155, 1.405, 1.000, 1.415);
    -moz-transition: all 250ms cubic-bezier(0.155, 1.405, 1.000, 1.415);
    -o-transition: all 250ms cubic-bezier(0.155, 1.405, 1.000, 1.415);
    transition: all 250ms cubic-bezier(0.155, 1.405, 1.000, 1.415);
  }
  
  #container-product-detail.like .action .container-share-like .like .illu svg {
    fill: #ff583e;
    stroke: #ff583e;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  
.action .like .number {
    color: #777;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  
  #container-product-detail.like .action .container-share-like .like .number {
    color: #ff583e;
  }
  
.action .send-link {
    margin-top: 28px;
    text-align: left;
  }
  
.action .send-link .title {
    color: #333;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
  }
  
.action .send-link .content {
    position: relative;
    display: inline-block;
  }
  
.action .send-link .content .link {
    color: #5aafd7;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    max-width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
.action .send-link .content .copy {
    cursor: pointer;
    text-decoration: underline;
    color: #333;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -30px;
  }
  
.action .send-link .content svg {
    stroke: #6bca97;
    height: 12px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    -o-transform: translateY(-0%);
    transform: translateY(-0%);
    right: -60px;
    -webkit-transition: all .20s ease;
    -moz-transition: all .20s ease;
    -ms-transition: all .20s ease;
    -o-transition: all .20s ease;
    transition: all .20s ease;
  }
  
.action .send-link.valid .content svg {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
 .action .about-author {
    width: 100%;
    margin-top: 28px;
  }
  
 .action .about-author > .title {
    color: #333;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
  }
  
 .action .about-author > .content {
    width: 100%;
    margin-top: 15px;
    font-size: 0px;
  }
  
 .action .about-author .pp {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }
  
 .action .about-author .info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
  }
  
 .action .about-author .name {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    display: block;
  }
  
 .action .about-author .mailto {
    text-decoration: none;
    text-decoration: underline;
    color: #5aafd7;
    font-size: 13px;
    display: block;
    -webkit-font-smoothing: antialiased;
  }
  
 .action .about-author p {
    display: block;
    margin-top: 18px;
    color: #777;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
  }
  
 .action .about-author .follow {
    margin-top: 25px;
  }
  
 .action .about-author .follow .title {
    color: #333;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
  }
  
 .action .about-author .follow .content {
    width: 100%;
    margin-top: 15px;
  }
  
 .about-author .follow a {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
  
 .about-author .follow a svg {
    height: 13px;
    fill: #333;
  }
  
  