.product_title_box h1 {
  color: #00C2FF;
  font-weight: 600;
  margin-bottom: 0;
}
.product_title_box .subtitle {
  color: #00C2FF;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}
.product_title_box p {
  font-size: 14px;
  font-weight: 200;
}

.productimage img {
  width: 100%;
}

.product_download_area {
  width: 97%;
  margin: 10px;
  text-align: center;
  position: relative;
}
.product_download_area .downloaditem {
  height: 75px;
  width: 80px;
  text-align: center;
  padding: 10px;
  position: relative;
  border-radius: 10px;
  margin: 0px 15px 10px 0px;
  display: inline-block;
}
.product_download_area .downloaditem .text {
  font-weight: 500;
}
.product_download_area .downloaditem .in_border {
  position: absolute;
  width: 85%;
  height: 86%;
  border-radius: 10px;
  left: 8%;
  top: 7%;
  border: 2px solid #fff;
  z-index: 1;
}
.product_download_area .in {
  z-index: 2;
  position: relative;
}
.product_download_area .in .icon {
  margin-top: 2px;
}
.product_download_area .i_ai {
  border: 2px solid #FF7F18;
}
.product_download_area .i_ai a {
  color: #FF7F18;
}
.product_download_area .i_ai a .icon path {
  fill: #FF7F18 !important;
}
.product_download_area .i_ai:hover, .product_download_area .i_ai.active {
  background-color: #FF7F18;
}
.product_download_area .i_ai:hover a, .product_download_area .i_ai.active a {
  color: #fff;
}
.product_download_area .i_ai:hover a .icon path, .product_download_area .i_ai.active a .icon path {
  fill: #fff !important;
}
.product_download_area .i_pdf {
  border: 2px solid #F60000;
}
.product_download_area .i_pdf a {
  color: #F60000;
}
.product_download_area .i_pdf a .icon path {
  fill: #F60000 !important;
}
.product_download_area .i_pdf:hover, .product_download_area .i_pdf.active {
  background-color: #F60000;
}
.product_download_area .i_pdf:hover a, .product_download_area .i_pdf.active a {
  color: #fff;
}
.product_download_area .i_pdf:hover a .icon path, .product_download_area .i_pdf.active a .icon path {
  fill: #fff !important;
}
.product_download_area .i_psd {
  border: 2px solid #115683;
}
.product_download_area .i_psd a {
  color: #115683;
}
.product_download_area .i_psd a .icon path {
  fill: #115683 !important;
}
.product_download_area .i_psd:hover, .product_download_area .i_psd.active {
  background-color: #115683;
}
.product_download_area .i_psd:hover a, .product_download_area .i_psd.active a {
  color: #fff;
}
.product_download_area .i_psd:hover a .icon path, .product_download_area .i_psd.active a .icon path {
  fill: #fff !important;
}
.product_download_area .i_crd {
  border: 2px solid #118323;
}
.product_download_area .i_crd a {
  color: #118323;
}
.product_download_area .i_crd a .icon path {
  fill: #118323 !important;
}
.product_download_area .i_crd:hover, .product_download_area .i_crd.active {
  background-color: #118323;
}
.product_download_area .i_crd:hover a, .product_download_area .i_crd.active a {
  color: #fff;
}
.product_download_area .i_crd:hover a .icon path, .product_download_area .i_crd.active a .icon path {
  fill: #fff !important;
}

.downloadareatab {
  text-align: justify;
  color: #464646;
  font-size: 14px;
}

.right_infoarea .text {
  font-weight: 500;
}
.right_infoarea div {
  display: inline-block;
}
.right_infoarea .product_info_icon {
  background: #000;
  display: inline-grid;
  border-radius: 50%;
  padding: 6px 4px;
  margin-right: 15px;
}

.right_infoarea.active .product_info_icon {
  background: #30ED01 !important;
}

.step-container {
  width: 100%;
  background-color: #fff;
}

.step-indicator-container {
  position: relative;
  width: 100%;
}
.step-indicator-container .step-indicator-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to right, #00C2FF, #fff);
  z-index: 0;
  transition: width 0.3s;
  border-radius: 30px;
}
.step-indicator-container .step-indicator {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  position: relative;
  z-index: 1;
}
.step-indicator-container .step-indicator div {
  flex: 1;
  text-align: center;
  padding: 0px;
  z-index: 2;
  position: relative;
}
.step-indicator-container .step-indicator div:last-child {
  border-right: none;
}

.steps.allactive .step {
  background-color: #00DBFF;
  color: #fff;
}

.steps {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
.steps .step {
  position: relative;
  font-size: 14px;
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  background: #F5F5F5;
  border-radius: 30px;
  margin: 0px 10px;
}
.steps .step:first-child {
  margin-left: 0;
}
.steps .step.active {
  background-color: #00DBFF;
  color: #fff;
}
.steps .step span {
  display: block;
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #464646 !important;
  width: 100%;
  font-weight: 700;
}

.step-content {
  padding: 20px 0px;
  display: none;
}
.step-content .product_radio {
  text-align: center;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}
.step-content .optionimg {
  max-width: 180px;
  border-radius: 20px;
}
.step-content .text {
  margin-top: 20px;
}
.step-content.active {
  display: block;
}

.step_number {
  width: 30px;
  height: 30px;
  background: #00C2FF;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 2.5;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.step_number.active {
  background-position: center;
  background-image: url(../img/product_onay_icon.svg);
  background-repeat: no-repeat;
}

.step-indicator-line {
  width: 100%;
  background: #00AFEF;
  height: 2px;
  z-index: 1;
  position: relative;
  top: 15px;
}

.product_radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

#alert-message {
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  color: #fff;
}
#alert-message.hidden {
  opacity: 0;
  transition: opacity 0.5s;
}
#alert-message:not(.hidden) {
  opacity: 1;
  transition: opacity 0.5s;
}

.product_detail .tab-content {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #ADADAD;
  padding: 15px;
  background: #F5F5F5;
}
.product_detail .tab-content p {
  font-size: 14px;
  font-weight: 300;
}
.product_detail .nav-link.active {
  background-color: whitesmoke !important;
  border-bottom: 1px solid #F5F5F5 !important;
  border-color: #ADADAD;
  font-weight: 500;
}
.product_detail ul#myTab {
  border-bottom: 1px solid #ADADAD;
}
.product_detail .nav-link {
  border: 1px solid #ADADAD !important;
  color: #C1C1C1;
  padding: 4px 20px;
  font-size: 12px;
}

.cargobox {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cargobox .dayitem.secondday {
  border-radius: 0 !important;
  margin: 10px 0px !important;
}
.cargobox .header, .cargobox .row-cargo {
  display: flex;
}
.cargobox .header div, .cargobox .row-cargo div {
  padding: 10px 20px;
  text-align: center;
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.cargobox .header, .cargobox .row-cargo div:hover {
  background: #00DBFF;
  color: #fff;
  cursor: pointer;
}
.cargobox .header div {
  background-color: #f2f2f2;
  font-size: 16px;
}
.cargobox .row-cargo .dayitem {
  font-weight: 600;
  color: #ADADAD;
}
.cargobox .row-cargo .dayitem span {
  font-weight: 300;
}
.cargobox .row-cargo .dayitem.firstday {
  margin-left: 10px !important;
  margin-right: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 15px 0px 0px 15px !important;
}
.cargobox .row-cargo .dayitem.thirdday {
  border-radius: 0px 15px 15px 0px !important;
  margin-left: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cargobox .row-cargo div {
  font-size: 12px;
  font-weight: 500;
  color: #464646;
  border-radius: 15px;
  margin: 5px 10px;
  border: 1px solid #ccc;
  position: relative;
}
.cargobox .row-cargo .selected {
  background: #00DBFF;
  color: #fff;
  border-color: #00DBFF;
}
.cargobox .row-cargo .quantity {
  font-weight: bold;
  max-width: 70px;
  text-align: center;
  margin-right: 30px;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cargobox .row-cargo .quantity.header_ {
  color: #00AFEF !important;
}
.cargobox .row-cargo .quantity.selected {
  background: #00C2FF;
  color: #fff;
}
.cargobox .row-cargo.selected {
  background-color: #e6f7ff;
}
.cargobox .row-cargo.selected div {
  color: #1890ff;
  font-weight: bold;
}

.cargobox .header div, .cargobox .row-cargo .dayitem {
  padding: 5px 20px;
}

.pricearea.selected::after {
  content: " ";
  height: 35px;
  width: 35px;
  display: inline-block;
  position: absolute;
  background-image: url(/skin/frontend/afs/default/images/selected_success_icon.svg);
  backdrop-filter: none;
  background-size: 70%;
  right: 10px;
  top: 3px;
  background-repeat: no-repeat;
  background-position: center;
}

.mtb-tab-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: -2px;
}
.mtb-tab-container .mtb-tab {
  flex: 1;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  border: 2px solid transparent;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease;
  background: #fff;
}
.mtb-tab-container img {
  margin-bottom: 10px;
  height: 75px;
}
.mtb-tab-container-content {
  border-radius: 0 10px 10px 10px;
  padding: 20px;
  text-align: center;
  background: #fff;
  border: 2px solid transparent;
}
.mtb-tab-container-content .mtb-content {
  display: none;
}
.mtb-tab-container.active {
  display: block;
}
.mtb-tab-container.active .mtb-tab.active {
  border-bottom: none;
}

@media screen and (max-width: 920px) {
  .cargobox.mt-4 {
    overflow: auto;
    width: 600px;
    max-width: 100%;
  }
  .cargobox .row-cargo .quantity {
    min-width: 70px;
    margin-right: 5px;
  }
  .step-content .product_radio {
    margin-right: 15px;
  }
  .step-content .optionimg {
    max-width: 150px;
  }
  .steps .step {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
  }
  .cargobox .header div, .cargobox .row-cargo .dayitem {
    padding: 5px 25px;
  }
  .pricearea.selected::after {
    right: -17px;
    top: -4px;
  }
  .cargobox .row-cargo div {
    font-size: 11px;
  }
}
.workboxes .mtb-tab {
  border-radius: 20px;
  height: 155px;
}
.workboxes .mtb-tab div {
  font-weight: 700;
  font-size: 12px;
}
.workboxes .kendintasarla {
  background-color: #FF0095;
}
.workboxes .calismayukle {
  background-color: #FFF200;
}
.workboxes .profesyoneldestek {
  background-color: #6563FF;
}
.workboxes .calismasonrayukle {
  background-color: #00FFA3;
}
.workboxes .mtb-content {
  display: none;
  padding: 15px;
  border-radius: 20px;
}
.workboxes .mtb-content.active {
  display: block;
}
.workboxes .mtb-tab.active {
  border-radius: 20px 20px 0px 0px;
  border-bottom: none !important;
  background: white;
  height: 180px;
}
.workboxes .mtb-tab.calismayukle.active, .workboxes .calismayuklein.active {
  border: 2px solid #fff200;
}
.workboxes .mtb-tab.profesyoneldestek.active, .workboxes .profesyoneldestekin.active {
  border: 2px solid #6563FF;
}
.workboxes .mtb-tab.calismasonrayukle.active, .workboxes .calismasonrayuklein.active {
  border: 2px solid #00FFA3;
}
.workboxes .mtb-tab.kendintasarla.active, .workboxes .kendintasarlain.active {
  border: 2px solid #FF0095;
}
.workboxes .mtb-content.calismayuklein.active {
  border-radius: 0px 20px 20px 20px !important;
}
.workboxes .mtb-content.calismasonrayuklein.active {
  border-radius: 20px 0px 20px 20px !important;
}

.tab_upload_area .upload_icon {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.tab_upload_area .white-button {
  background: white;
  border-radius: 20px;
  padding: 10px 35px;
  margin-bottom: 20px;
  font-weight: bold;
  border: none;
  -webkit-box-shadow: 0px 0px 16px -3px rgb(207, 207, 207);
  -moz-box-shadow: 0px 0px 16px -3px rgb(207, 207, 207);
  box-shadow: 0px 0px 16px -3px rgb(207, 207, 207);
}
.tab_upload_area .infos {
  color: #707070;
}
.tab_upload_area .infos small {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.tab_in_dashed {
  border: 1px dashed;
  border-radius: 20px;
  padding: 20px;
}

.tabin_pro_form {
  padding: 25px 20px 1px;
  -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.31);
  border-radius: 20px;
}
.tabin_pro_form form select {
  font-weight: bold;
}
.tabin_pro_form form input {
  font-weight: bold;
}
.tabin_pro_form form textarea {
  font-weight: bold;
  height: 150px;
  font-size: 12px;
}
.tabin_pro_form form button {
  background: #6563FF;
  width: 100%;
  padding: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  color: #FFF200;
  border-radius: 10px;
}
.tabin_pro_form .form-label {
  margin-bottom: 0px;
}

.profesyoneldestekin {
  padding: 30px 40px !important;
}

.afterupload .text {
  color: #464646;
  font-size: 12px;
}
.afterupload .buttons {
  text-align: center;
  margin: 20px;
}
.afterupload .buttons .blue_button, .afterupload .buttons .orange_button {
  display: inline-block;
  color: #fff;
  padding: 8px 25px 8px 60px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.afterupload .buttons .orange_button {
  background: #F9B035;
}
.afterupload .buttons .orange_button:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 22px;
  left: 22px;
  top: 10px;
  background-image: url(../img/white_pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.afterupload .buttons .blue_button {
  background: #00DBFF;
}
.afterupload .buttons .blue_button:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 22px;
  left: 22px;
  top: 10px;
  background-image: url(../img/white_bah.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.prev_work_upload_btn {
  position: relative;
}
.prev_work_upload_btn a {
  background-color: #9A4BFF;
  display: inline-block;
  color: #fff;
  padding: 10px 30px 10px 85px;
  font-size: 11px;
  border-radius: 15px;
  font-weight: 600;
  width: 100%;
}
.prev_work_upload_btn a:before {
  display: block;
  content: " ";
  background-image: url(../img/computer-files-1.svg);
  background-position: center;
  background-size: 100%;
  height: 50px;
  width: 50px;
  left: 23px;
  top: 10px;
  position: absolute;
}
.prev_work_upload_btn a:after {
  display: block;
  content: " ";
  background-image: url(../img/white_right_icon.svg);
  background-position: center;
  background-size: 100%;
  height: 21px;
  width: 12px;
  right: 15px;
  bottom: 15px;
  position: absolute;
}

.work_radio-container {
  display: flex;
  gap: 10px;
}

.work_radio-container label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.work_radio-container input[type=radio] {
  display: none;
}

.work_radio-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: border 0.3s ease;
}

.work_radio-container .work_checkmark {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 15px;
  width: 15px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #00C2FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work_radio-container .work_checkmark::after {
  content: "";
  display: none;
  width: 7px;
  height: 7px;
  background-color: #FFFB1F;
  border-radius: 50%;
  border: 1px solid #00C2FF;
}

.work_radio-container input[type=radio]:checked + img + .work_checkmark::after {
  display: block;
}

/*# sourceMappingURL=product.css.map */
