.productcontainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  color: #000000;
}

/* Columns */
.left-column {
  width: 60%;
  position: relative;
}

.right-column {
  width: 35%;
  margin-top: 60px;
  border: 1px solid rgb(201, 201, 201);
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 10px 10px rgba(231, 231, 231, 0.6);
}


/* Left Column */
.left-column img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.left-column img.active {
  opacity: 1;
}


/* Right Column */

/* Product Description */
.product-description {
  border-bottom: 1px solid #E1E8EE;
  
  
}
.product-description span {
  background-color: #ff0015;
  padding: 6px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  
}
.product-description i {
  font-size: 12px;
  color: #000000;
  
}

.product-description h1 {
  font-weight: 300;
  font-size: 36px;
  color: #000000;
  
}
.product-description p {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  line-height: 24px;
}

/* Product Configuration */
.product-color span,
.protocol-config span {
  font-size: 14px;
  font-weight: 400;
  color: #86939E;
  margin-bottom: 20px;
  display: inline-block;
}

/* Product Color */
.product-color {
  margin-bottom: 30px;
}

.color-choose div {
  display: inline-block;

}

.color-choose input[type="radio"] {
  display: none;
}

.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.color-choose input[type="radio"] + label span {
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}

.color-choose input[type="radio"]#red + label span {
  background-color: #C91524;
}
.color-choose input[type="radio"]#blue + label span {
  background-color: #314780;
}
.color-choose input[type="radio"]#black + label span {
  background-color: #323232;
}

.color-choose input[type="radio"]:checked + label span {
  background-image: url(images/check-icn.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* protocol Configuration */
.protocol-choose {
  margin-bottom: 20px;
}

.protocol-choose button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.protocol-choose button:hover,
.protocol-choose button:active,
.protocol-choose button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.protocol-config {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 20px;
}

.protocol-config a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.protocol-config a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}

/* Product Price */
.product-price {
  display: flex;
  align-items: center;
}

.product-price span {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  margin-right: 20px;
}

.cart-btn {
  display: inline-block;
  background-color: #7DC855;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 30px;
  transition: all .5s;
}
.cart-btn:hover {
  background-color: #64af3d;
  color: white;
}

/* Responsive */
@media (max-width: 940px) {
  .productcontainer {
    flex-direction: column;
    margin-top: 60px;
  }

  .left-column,
  .right-column {
    width: 100%;
  }

  .left-column img {
    width: 300px;
    right: 0;
    top: -65px;
    left: initial;
  }
}

@media (max-width: 535px) {
  .left-column img {
    width: 220px;
    top: -85px;
  }
}
.page-bannerr {
  background-color: #333;
  background-position: center center;
  padding: 60px 0px 10px 0px;
  text-align: center;
}
.page-bannerr h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
}
.page-bannerr h2 em {
  font-style: normal;
  color: #ff0008;
}
.protocol-wrapper {
  font-size: 12px;
}
.addon-price span {
  margin-left: auto;
}
.vue-protocol-line {
  font-size: 12px;
  align-items: center;
  place-items: center;
}
hr {
  margin: 8px 0; /* Yukarıdan ve alttan 5 piksel boşluk bırakır */
}

.tabs {
  margin: auto;
  padding: 20px;
}

/* Sekme butonları */
.tab-button {
  background-color: #f4f4f4;
  border: none;
  color: #333;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}

.tab-button:hover {
  background-color: #e0e0e0;
}

/* Aktif sekme butonu */
.tab-button.active {
  background-color: #ff0000;
  color: #fff;
}

/* Sekme içeriği */
.tab {
  display: none;
  background-color: #f4f4f4;
  padding: 20px;
  padding-bottom: 60px;
  border: 1px solid #ccc;
  border-radius: 0 10px 10px 10px;
}

.tab.active-tab {
  display: block;
}

/* İçerik metni stilleri */
.tab p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
/* Responsive */
@media (max-width: 940px) {
  .tab-button {
    padding: 10px 10px;
    }
}
#options-list{
  font-size: 20px;

 
}
#options-list label{
  font-size: 12px;


}
#options-list check-box{
  background-color: #000000;


}
#itemDescription{
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}