.product-banner {
  display: block;
  width: 100%;
  height: 390px;
  background-image: url("/assets/images/img-sub-banner.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 98px;
}

.container-product-list {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .container-product-list {
    padding: 0 2%;
  }
}
.container-product-list .breadcrumb {
  display: block;
  border-bottom: 1px solid #E4E5E7;
  padding: 20px 5%;
}
@media (max-width: 1024px) {
  .container-product-list .breadcrumb {
    padding: 20px 0 20px 0;
  }
}
.container-product-list .breadcrumb ul {
  display: block;
  width: 100%;
}
.container-product-list .breadcrumb ul li {
  display: inline-block;
  padding: 5px 4px;
  font-size: 12px;
  font-weight: 400;
  color: #9A9DA7;
}
@media (max-width: 1024px) {
  .container-product-list .breadcrumb ul li {
    font-size: 10px;
    padding: 5px 0px;
  }
}
.container-product-list .breadcrumb ul li:last-child {
  font-weight: 700;
}
.container-product-list .breadcrumb ul li a {
  display: block;
  padding: 0 2px;
  color: #9A9DA7;
}
@media (max-width: 1024px) {
  .container-product-list .breadcrumb ul li a {
    padding: 0 1px;
  }
}
.container-product-list .breadcrumb ul li a:last-child {
  color: #2E3038;
}
.container-product-list section {
  display: block;
  padding: 20px 5%;
  font-size: 0;
}
@media (max-width: 1024px) {
  .container-product-list section {
    padding: 10px 0;
  }
}
.container-product-list section .product-header {
  display: block;
  padding: 0 0 20px 0;
  font-size: 0;
}
.container-product-list section .product-header h1 {
  display: inline-block;
  width: 80%;
  color: #2E3038;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .container-product-list section .product-header h1 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    line-height: 1.5em;
  }
}
.container-product-list section .product-header .share-cont {
  display: inline-block;
  width: 20%;
  text-align: right;
}
@media (max-width: 1024px) {
  .container-product-list section .product-header .share-cont {
    width: 100%;
    text-align: center;
  }
}
.container-product-list section .product-header .share-cont span {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  padding: 5px;
}
.container-product-list section .product-header .share-cont a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 3px;
}
.container-product-list section .product-header .share-cont a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.container-product-list section .left {
  display: inline-block;
  width: 610px;
  margin-right: 40px;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .container-product-list section .left {
    width: 100%;
    margin-right: 0;
  }
}
.container-product-list section .left .product-cont {
  display: block;
}
.container-product-list section .left .product-cont .img-big-cont {
  display: block;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #E4E5E7;
  padding: 50px;
  overflow: hidden;
}
.container-product-list section .left .product-cont .img-big-cont img {
  display: block;
  width: 100%;
}
.container-product-list section .left .product-cont .other-img-cont {
  display: block;
  font-size: 0;
}
.container-product-list section .left .product-cont .other-img-cont a {
  display: inline-block;
  width: 100%;
  margin: 1% 0.5%;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #E4E5E7;
  border-radius: 6px;
}
.container-product-list section .left .product-cont .other-img-cont a:hover, .container-product-list section .left .product-cont .other-img-cont a.active {
  border: 1.5px solid #FFDD00;
  background: #FFF;
  box-shadow: 0px 8px 8px 0px rgba(239, 216, 64, 0.15);
}
.container-product-list section .left .product-cont .other-img-cont a img {
  display: block;
  width: 100%;
  height: auto;
}
.container-product-list section .left .product-cont .other-img-cont .owl-controls .owl-nav {
  display: inline-block;
}
.container-product-list section .left .product-cont .other-img-cont .owl-controls .owl-nav .owl-prev, .container-product-list section .left .product-cont .other-img-cont .owl-controls .owl-nav .owl-next {
  display: inline-block !important;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  top: calc(50% - 20px);
}
.container-product-list section .left .product-cont .other-img-cont .owl-controls .owl-nav .owl-prev:hover, .container-product-list section .left .product-cont .other-img-cont .owl-controls .owl-nav .owl-next:hover {
  background-color: rgb(255, 255, 255);
}
.container-product-list section .left .product-cont .other-img-cont .owl-controls .owl-nav .owl-prev img, .container-product-list section .left .product-cont .other-img-cont .owl-controls .owl-nav .owl-next img {
  display: block;
  width: 100%;
  height: auto;
}
.container-product-list section .left .product-cont .other-img-cont .owl-controls .owl-nav .owl-prev {
  left: 0;
  background-image: url("/assets/images/icon_left_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.container-product-list section .left .product-cont .other-img-cont .owl-controls .owl-nav .owl-next {
  right: 0;
  background-image: url("/assets/images/icon_right_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.container-product-list section .right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 650px);
}
@media (max-width: 1024px) {
  .container-product-list section .right {
    width: 100%;
  }
}
.container-product-list section .right .detail-top {
  display: block;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E5E7;
}
.container-product-list section .right .detail-top .price-old {
  display: block;
  color: #9A9DA7;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
  padding: 5px 0;
}
.container-product-list section .right .detail-top .price-discount {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  padding: 5px 0;
}
.container-product-list section .right .detail-top .price-installment {
  display: block;
  padding: 5px 0;
  color: #0057FF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.container-product-list section .right .detail-top .price-installment a {
  text-decoration-line: underline;
  color: #0057FF;
}
.container-product-list section .right .detail-top .discount-total {
  display: inline-block;
  border-radius: 4px;
  padding: 8px 10px;
  color: #fff;
  background-color: #ED1919;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: top;
  font-weight: 400;
}
.container-product-list section .right .detail-top .discount-total img {
  display: inline-block;
  width: 16px;
}
.container-product-list section .right .detail-top .bottom {
  display: block;
  position: relative;
  padding: 10px 0;
}
.container-product-list section .right .detail-top .bottom .iyzico-button {
  display: block;
  padding: 0px 0 10px 0;
}
.container-product-list section .right .detail-top .bottom .iyzico-button img {
  display: inline-block;
}
@media (max-width: 1024px) {
  .container-product-list section .right .detail-top .bottom .iyzico-button img {
    width: 100%;
    height: auto;
  }
}
.container-product-list section .right .detail-top .bottom .stock-status {
  display: inline-block;
  border-radius: 4px;
  background-color: #ffa7a7;
  color: #ED1919;
  font-size: 14px;
  margin-right: 10px;
  padding: 8px 12px;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .container-product-list section .right .detail-top .bottom .stock-status {
    display: block;
    margin: 4px 0;
  }
}
.container-product-list section .right .detail-top .bottom .stock-status.active {
  background-color: rgba(30, 178, 63, 0.15);
  color: #1EB23F;
}
.container-product-list section .right .detail-top .bottom .stock-status.gray {
  background-color: #E4E5E7;
  color: #222;
}
.container-product-list section .right .detail-top .bottom .stock-status.shop {
  background-color: rgba(30, 178, 63, 0.15);
  padding: 4px 12px;
}
.container-product-list section .right .detail-top .bottom .stock-status.shop img {
  display: inline-block;
  height: 20px;
  width: auto;
}
.container-product-list section .right .detail-top .bottom .stock-status.shop strong {
  display: inline-block;
  color: #000;
  padding: 3px 3px;
  font-weight: 700;
}
.container-product-list section .right .detail-top .bottom .stock-status.shop span {
  display: inline-block;
  color: #000;
  padding: 3px 3px;
}
.container-product-list section .right .detail-top .bottom .stock-status strong {
  color: #000;
  vertical-align: top;
}
.container-product-list section .right .detail-top .bottom .stock-status span {
  vertical-align: top;
}
.container-product-list section .right .detail-top .product-rate {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 18px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
}
.container-product-list section .right .detail-top .product-rate .rate {
  display: block;
}
.container-product-list section .right .detail-top .product-rate .rate img {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.container-product-list section .right .detail-top .product-rate .rate span {
  display: inline-block;
  vertical-align: top;
  color: #2E3038;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 4px;
  padding: 2px;
}
.container-product-list section .right .detail-top .product-rate a {
  display: block;
  margin-top: 10px;
  color: #2E3038;
  font-size: 12px;
  font-weight: 500;
}
.container-product-list section .right .detail-list {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #E4E5E7;
}
.container-product-list section .right .detail-list li {
  display: block;
  padding: 4px 0;
}
.container-product-list section .right .detail-list li img {
  display: inline-block;
  vertical-align: top;
}
.container-product-list section .right .detail-list li span {
  display: inline-block;
  padding: 3px 6px;
  color: #2E3038;
  font-size: 14px;
  font-weight: 500;
}
.container-product-list section .right .detail-text {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #E4E5E7;
  color: #2E3038;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.container-product-list section .right .basket-button-cont {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #E4E5E7;
}
.container-product-list section .right .basket-button-cont .count-cont {
  display: inline-block;
  vertical-align: top;
  padding: 4px 5px;
  border-radius: 4px;
  border: 1px solid #9A9DA7;
  background: #FFF;
}
.container-product-list section .right .basket-button-cont .count-cont input {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  padding: 12px 5px;
  font-size: 17px;
  text-align: center;
}
.container-product-list section .right .basket-button-cont .count-cont button {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  background-color: transparent;
  border: 0;
  font-size: 30px;
  margin: 0;
  cursor: pointer;
}
.container-product-list section .right .basket-button-cont button {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  background: #fedd00;
  border: 0;
  padding: 11px 20px;
  margin-left: 10px;
  cursor: pointer;
}
.container-product-list section .right .basket-button-cont button img {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: auto;
}
.container-product-list section .right .basket-button-cont button span {
  display: inline-block;
  padding: 6px 6px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.container-product-list section .right .basket-button-cont .expert-product {
  display: inline-block;
  vertical-align: top;
  padding: 11px 14px;
  border-radius: 4px;
  margin-left: 10px;
  background-color: rgba(30, 178, 63, 0.8);
  color: #1EB23F;
}
.container-product-list section .right .basket-button-cont .expert-product img {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: auto;
}
.container-product-list section .right .basket-button-cont .expert-product span {
  display: inline-block;
  padding: 8px 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .container-product-list section .right .basket-button-cont .expert-product span {
    display: none;
  }
}
.container-product-list section .right .add-compare-notification {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #E4E5E7;
}
.container-product-list section .right .add-compare-notification a {
  display: inline-block;
  margin-right: 16px;
  color: #50535E;
}
@media (max-width: 1024px) {
  .container-product-list section .right .add-compare-notification a {
    margin-right: 4px;
  }
}
.container-product-list section .right .add-compare-notification a:hover {
  color: #1EB23F;
}
.container-product-list section .right .add-compare-notification a img {
  display: inline-block;
}
@media (max-width: 1024px) {
  .container-product-list section .right .add-compare-notification a img {
    width: 18px;
    height: auto;
  }
}
.container-product-list section .right .add-compare-notification a span {
  display: inline-block;
  vertical-align: top;
  padding: 3px 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .container-product-list section .right .add-compare-notification a span {
    font-size: 12px;
  }
}
.container-product-list section .right .similar-product {
  display: block;
  padding: 20px 0;
}
.container-product-list section .right .similar-product .product-card {
  width: 24%;
  padding: 5px 20px;
}
@media (max-width: 1024px) {
  .container-product-list section .right .similar-product .product-card {
    width: 49%;
    padding: 5px 10px;
  }
}
.container-product-list section .right .similar-product .product-card .brand-logo {
  padding: 10px 0 0 0;
}
.container-product-list section .right .similar-product .product-card .img-crop {
  height: 160px;
  margin: 40px auto 0 auto;
}
@media (max-width: 1024px) {
  .container-product-list section .right .similar-product .product-card .img-crop {
    margin: 0px auto 0 auto;
  }
}
.container-product-list section .right .similar-product .product-card .name {
  font-size: 12px;
  font-weight: 500;
}
.container-product-list section .product-detail {
  display: block;
}
.container-product-list section .product-detail .tab-cont {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #E4E5E7;
  border-bottom: 1px solid #E4E5E7;
}
.container-product-list section .product-detail .tab-cont li {
  border-radius: 4px;
  background: #E4E5E7;
  margin-right: 10px;
  padding: 14px 22px;
  font-size: 16px;
  color: #2E3038;
  font-weight: 500;
  cursor: pointer;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .container-product-list section .product-detail .tab-cont li {
    display: flex;
    align-items: center;
    width: calc(33.33% - 4px);
    padding: 14px 5px;
    margin-right: 2px;
    text-align: center;
    min-height: 60px;
  }
}
.container-product-list section .product-detail .tab-cont li:hover, .container-product-list section .product-detail .tab-cont li.active {
  background: #FFDD00;
}
.container-product-list section .product-detail .tab-data-cont {
  display: none;
}
.container-product-list section .product-detail .tab-data-cont.active {
  display: block;
}
.container-product-list section .product-detail .tab-data-cont.detail-html {
  padding: 20px 0%;
  font-size: 16px;
}
.container-product-list section .product-detail .tab-data-cont.detail-html img {
  display: block;
  max-width: 90%;
  margin: 20px 0;
}
.container-product-list section .product-detail .tab-data-cont.detail-html h1, .container-product-list section .product-detail .tab-data-cont.detail-html h2, .container-product-list section .product-detail .tab-data-cont.detail-html h3, .container-product-list section .product-detail .tab-data-cont.detail-html h4, .container-product-list section .product-detail .tab-data-cont.detail-html h5, .container-product-list section .product-detail .tab-data-cont.detail-html h6 {
  font-weight: 700;
  padding: 10px 0;
}
.container-product-list section .product-detail .tab-data-cont.detail-html h1 img, .container-product-list section .product-detail .tab-data-cont.detail-html h2 img, .container-product-list section .product-detail .tab-data-cont.detail-html h3 img, .container-product-list section .product-detail .tab-data-cont.detail-html h4 img, .container-product-list section .product-detail .tab-data-cont.detail-html h5 img, .container-product-list section .product-detail .tab-data-cont.detail-html h6 img {
  display: inline-block;
}
.container-product-list section .product-detail .tab-data-cont.detail-html p img {
  display: inline-block;
}
.container-product-list section .product-detail .tab-data-cont.detail-html table tr td {
  vertical-align: middle !important;
}
.container-product-list section .product-detail .tab-data-cont.detail-html .row {
  display: block;
  padding: 20px 0 40px 0;
}
.container-product-list section .product-detail .tab-data-cont.detail-html .row .img-crop {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  overflow: hidden;
  border-radius: 6px;
}
.container-product-list section .product-detail .tab-data-cont.detail-html .row .img-crop img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.container-product-list section .product-detail .tab-data-cont.detail-html .row .text {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding: 0 20px;
  color: #2E3038;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.container-product-list section .product-detail .tab-data-cont.detail-html .row .text h2 {
  display: block;
  padding-bottom: 20px;
  color: #2E3038;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}
.container-product-list section .product-detail .tab-data-cont.detail-property {
  padding: 20px 0;
}
.container-product-list section .product-detail .tab-data-cont.detail-property table {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #E4E5E7;
  background: #FFF;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
}
.container-product-list section .product-detail .tab-data-cont.detail-property table tr {
  background-color: #fff;
}
.container-product-list section .product-detail .tab-data-cont.detail-property table tr:nth-child(even) {
  background-color: #F7F7F8;
}
.container-product-list section .product-detail .tab-data-cont.detail-property table tr td {
  font-size: 14px;
  padding: 12px 24px;
}
@media (max-width: 1024px) {
  .container-product-list section .product-detail .tab-data-cont.detail-property table tr td {
    padding: 12px 6px;
    font-size: 12px;
  }
}
.container-product-list section .product-detail .tab-data-cont.detail-property table tr td:first-child {
  width: 20%;
}
@media (max-width: 1024px) {
  .container-product-list section .product-detail .tab-data-cont.detail-property table tr td:first-child {
    width: 40%;
  }
}
.container-product-list section .product-detail .tab-data-cont.detail-instalment {
  font-size: 14px;
}
.container-product-list section .product-detail .tab-data-cont.detail-comments {
  font-size: 14px;
}