@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900);
0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
p {
  margin-bottom: 0;
}

:root {
  --main-background: #fafafa;
  --input-height: 50px;
  --box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  --border-radius: 5px;
  --border: 1px solid #e2e2e2;
}

bottom-region, .footerMobile {
  float: left;
  display: block;
  width: 100%;
}

top-region {
  background-color: #fff;
}

user-region {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  /*#region YEN� G�R��,KAYIT,��FRE SIFIRLAMA  */
  /*#endregion */
  /*#region G�R��,KAYIT,��FRE SIFIRLAMA  */
  /*#endregion */
  /*#region S�ZLE�ME MODAL */
  /*#endregion */
  /*#region KULLANICI �� SAYFALAR */
  /*#endregion */
}
user-region:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/userBackground.png);
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}
user-region .modal .modal-content {
  border-radius: 5px;
}
user-region .standart-text {
  display: block;
  font: 600 16px "Titillium Web", sans-serif;
  padding: 5px;
}
user-region .durumContainer {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 10px;
}
user-region .durumContainer i {
  font-size: 117px;
  color: #81bb04;
  font-weight: 500;
}
user-region .durumContainer strong {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  font-family: "Poppins", sans-serif !important;
}
user-region .durumContainer strong h6 {
  font-weight: 400;
  font-size: 15px;
}
user-region .durumContainer .btnDevam, user-region .durumContainer .btnDogrula {
  display: inline-block;
  font-family: "Poppins", sans-serif !important;
  border-radius: 5px;
  float: none;
  margin: 20px auto;
  padding: 15px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background-color: #000 !important;
  cursor: pointer;
}
user-region .durumContainer #divKodGiris input {
  max-width: inherit;
  width: 260px;
  height: var(--input-height);
  border-radius: 5px;
  margin-bottom: 15px;
}
user-region .durumContainer .btnDogrula {
  min-width: 260px;
  margin-top: 0;
}
user-region .durumContainer .divTime {
  margin-bottom: 20px;
  color: #6c6c6c;
  font-weight: 600;
}
user-region .leftBlockLg, user-region .leftBlockRg {
  float: left;
}
user-region .blockTrn {
  float: right;
  background-color: #fff;
  padding: 50px 0;
}
user-region .mainBlock.accountContainer {
  max-width: 480px;
  width: 100%;
  margin: 50px auto;
  background: #fff;
  padding: 35px !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 100%;
  font-family: "Poppins", sans-serif !important;
}
user-region .mainBlock.accountContainer .nav-tabs {
  justify-content: center;
  border-bottom: 2px solid #dbdbdb;
}
user-region .mainBlock.accountContainer .nav-tabs li {
  border-bottom: inherit;
  width: 50%;
  text-align: center;
}
user-region .mainBlock.accountContainer .nav-tabs li a {
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #333;
}
user-region .mainBlock.accountContainer .nav-tabs li a.active {
  position: relative;
}
user-region .mainBlock.accountContainer .nav-tabs li a.active:after {
  content: "";
  width: 100%;
  height: 2px;
  color: #737373;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #333;
}
user-region .mainBlock.accountContainer .centerBlock {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  margin: 0;
  min-height: auto;
}
user-region .mainBlock.accountContainer .centerBlock:after {
  display: none;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock {
  padding: 0;
  border: none;
  /* Standard syntax */
}
user-region .mainBlock.accountContainer .centerBlock .formBlock:before, user-region .mainBlock.accountContainer .centerBlock .formBlock:after {
  display: none;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow {
  margin-bottom: 15px;
  padding: 0 5px;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle {
  font-weight: 300;
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif !important;
  position: relative;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle label {
  position: absolute;
  top: 15px;
  left: 15px;
  user-select: none;
  max-width: 100%;
  color: #65686d;
  font-size: 13px !important;
  line-height: 20px;
  font-weight: normal;
  transform-origin: left top;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
  pointer-events: none;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle label.labelFocused {
  max-width: 133%;
  transform: translateY(-40%) scale(0.75);
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.396s cubic-bezier(0.4, 0, 0.2, 1);
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle input, user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle select, user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle textarea {
  width: 100%;
  padding: 14px 14px 0;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  background-color: #fff !important;
  height: var(--input-height);
  font-size: 14px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  color: #333;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle input:active, user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle input:focus, user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle select:active, user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle select:focus, user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle textarea:active, user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle textarea:focus {
  border-color: #8b8b8b;
  outline: none;
  box-shadow: none;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle input:-webkit-autofill,
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle input:-internal-autofill-selected,
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle input:-webkit-autofill:focus,
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle input:autofill,
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .inputTitle input:-webkit-autofill {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow textarea {
  height: 80px;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .inputItemRow .togglePassword {
  position: absolute;
  top: 16px;
  right: 12px;
  cursor: pointer;
  color: #546271;
  font-size: 14px;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .btnPassReset {
  width: 100%;
  height: 60px;
  background-color: #555555;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease 0.2s;
  margin-bottom: 20px;
  text-align: center;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .btnPassReset:hover {
  background-color: #656565;
  transition: all ease 0.2s;
  cursor: pointer;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .lgnButton, user-region .mainBlock.accountContainer .centerBlock .formBlock .btnUyeliksiz, user-region .mainBlock.accountContainer .centerBlock .formBlock .btnRegister, user-region .mainBlock.accountContainer .centerBlock .formBlock .btnPassReset, user-region .mainBlock.accountContainer .centerBlock .formBlock .btnStandart {
  width: 100%;
  height: var(--input-height);
  border: none;
  color: #fff;
  transition: all ease 0.2s;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .lgnButton:after, user-region .mainBlock.accountContainer .centerBlock .formBlock .lgnButton:before, user-region .mainBlock.accountContainer .centerBlock .formBlock .btnUyeliksiz:after, user-region .mainBlock.accountContainer .centerBlock .formBlock .btnUyeliksiz:before, user-region .mainBlock.accountContainer .centerBlock .formBlock .btnRegister:after, user-region .mainBlock.accountContainer .centerBlock .formBlock .btnRegister:before, user-region .mainBlock.accountContainer .centerBlock .formBlock .btnPassReset:after, user-region .mainBlock.accountContainer .centerBlock .formBlock .btnPassReset:before, user-region .mainBlock.accountContainer .centerBlock .formBlock .btnStandart:after, user-region .mainBlock.accountContainer .centerBlock .formBlock .btnStandart:before {
  display: none;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .paswordReset {
  margin-bottom: 20px !important;
  float: right;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .paswordReset a {
  color: #555;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: underline;
  font-family: "Poppins", sans-serif !important;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .checkbox {
  margin-bottom: 11px !important;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .checkbox .checkbox-inline {
  cursor: pointer;
  display: inline-block;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .checkbox .checkbox-inline .cr {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #b0b0b0;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .checkbox .checkbox-inline medium {
  color: #555;
  font-size: 13px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .checkbox .checkbox-inline medium a {
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .checkbox .checkbox-inline:hover .cr, user-region .mainBlock.accountContainer .centerBlock .formBlock .checkbox .checkbox-inline:active .cr, user-region .mainBlock.accountContainer .centerBlock .formBlock .checkbox .checkbox-inline:focus .cr {
  border-color: #666;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .kvkkBtn {
  font-size: 14px;
  color: #333;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .btnUyeliksiz {
  background-color: #fff !important;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .zorunlu-text {
  font-size: 13px;
  color: #3c3c3c;
  padding: 0px 7px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  margin-top: -7px !important;
  margin-bottom: 8px !important;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .reCaptchaBlock {
  margin-bottom: 20px !important;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .reCaptchaBlock .reCaptcha {
  padding-left: 5px;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .reCaptchaBlock .reCaptcha .checkbox {
  margin-bottom: 5px !important;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .reCaptchaBlock .reCaptcha .checkbox medium {
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .firmaKayitTitle {
  margin-bottom: 15px;
  text-transform: inherit;
  font-size: 13px;
  font-weight: 600;
  color: #525252;
  padding-left: 0 !important;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .regiterTypeBlock {
  padding-left: 5px;
  display: flex;
  margin-bottom: 8px;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .regiterTypeBlock .radio label {
  display: inline-flex;
  cursor: pointer;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .regiterTypeBlock .radio label medium {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .regiterTypeBlock .radio label [name=registerType]:checked + .cr {
  border-color: #0075ff !important;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .regiterTypeBlock .radio label .cr {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .regiterTypeBlock .radio label .cr i {
  margin-top: 0px;
  font-size: 10.4px;
  left: 10%;
  color: #0075ff;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .userRegisterMain .regiterTypeBlock ._rleftTypeBlock {
  margin-right: 20px;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .spcLabel {
  padding: 5px 15px;
  margin-bottom: 20px;
  text-shadow: none !important;
  font-weight: 500;
  border-radius: 100px !important;
  font-size: 13px;
  line-height: 14px;
  background-color: #e3f0ff !important;
  color: #0d4d8d !important;
  display: inline-block;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .spcLabel i {
  color: #269141;
  float: left;
  margin-right: 5px;
  line-height: 14px;
  font-size: 15px;
  top: 1px;
  position: relative;
  border-right: 1px solid #269141;
  padding-right: 10px;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .clickedanimation.activeCA {
  opacity: 0.7 !important;
}
user-region .mainBlock.accountContainer .centerBlock .formBlock .clickedanimation .fa {
  position: absolute;
  bottom: 2px;
  left: 3px;
  font-size: 7px;
  -webkit-animation-name: clica; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  animation-name: clica;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  color: #c4c4c4;
}
@-webkit-keyframes clica {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes clica {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
user-region .accountContainer.passRefrPage .blockTitle {
  position: relative;
  bottom: inherit;
  font: inherit;
}
user-region .accountContainer.passRefrPage .blockTitle strong {
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
user-region .accountContainer.passRefrPage .centerBlock .formBlock .btnSignUp {
  background-color: #fff !important;
}
user-region .accountContainer.passRefrPage .btnDogrula {
  color: #fff;
  min-width: 260px;
  display: inline-block;
  font-family: "Poppins", sans-serif !important;
  border-radius: 5px;
  float: none;
  margin: 20px auto;
  padding: 15px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background-color: #000 !important;
  cursor: pointer;
  width: 100%;
}
user-region .socialAccountBtn {
  font-family: "Poppins", sans-serif !important;
  margin-top: 20px;
  text-align: center;
}
user-region .socialAccountBtn .sosTitle {
  position: relative;
  padding-bottom: 15px;
  font-size: 15px;
}
user-region .socialAccountBtn .sosTitle:before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 27%;
  background-color: #d3d6df;
  top: 12px;
  left: 0;
}
user-region .socialAccountBtn .sosTitle:after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 27%;
  background-color: #d3d6df;
  top: 12px;
  right: 0;
}
user-region .socialAccountBtn #custom-google-btn, user-region .socialAccountBtn .lgnFbButton {
  border: 1px solid #bcbcbc;
  position: relative;
  height: 40px;
  overflow: hidden;
  margin-right: 14px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 10% !important;
  width: 90px;
}
user-region .socialAccountBtn #custom-google-btn img, user-region .socialAccountBtn .lgnFbButton img {
  width: 25px;
  height: auto;
}
user-region .socialAccountBtn .lgnFbButton i.fa-circle {
  display: none;
}
user-region .mainBlock .centerBlock {
  position: relative;
  margin-top: 10%;
  margin-bottom: 10%;
  min-height: 500px;
  z-index: 1;
}
user-region .mainBlock .centerBlock:after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
user-region .mainBlock .centerBlock .blockTitle {
  position: absolute;
  bottom: 100%;
  left: 0;
  font: 700 35px "Titillium Web", sans-serif;
  background-color: #fbfbfb;
  z-index: 3;
}
user-region .mainBlock .centerBlock .formBlock {
  padding: 47px;
  position: relative;
  z-index: 2;
  border: 1px solid #ededed;
  background-color: #fff;
}
user-region .mainBlock .centerBlock .formBlock:after {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  right: -10px;
  width: 100%;
  height: 10px;
  display: block;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  z-index: 1;
}
user-region .mainBlock .centerBlock .formBlock:before {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  display: block;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  z-index: 1;
}
user-region .mainBlock .centerBlock .formBlock .inputItemRow {
  margin-bottom: 20px;
}
user-region .mainBlock .centerBlock .formBlock .inputItemRow .inputTitle {
  font: 300 15px "Titillium Web", sans-serif;
}
user-region .mainBlock .centerBlock .formBlock .inputItemRow input {
  width: 100%;
  height: 60px;
  padding: 15px;
  font: 300 15px "Titillium Web", sans-serif;
  border: 1px solid #b6b6b6;
  background-color: #fff;
}
user-region .mainBlock .centerBlock .formBlock .inputItemRow input:active, user-region .mainBlock .centerBlock .formBlock .inputItemRow input:focus {
  border-color: #8b8b8b;
}
user-region .mainBlock .centerBlock .formBlock .inputItemRow select {
  width: 100%;
  height: 60px;
  padding: 15px;
  font: 300 15px "Titillium Web", sans-serif;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  border-radius: 0;
}
user-region .mainBlock .centerBlock .formBlock .inputItemRow select:active, user-region .mainBlock .centerBlock .formBlock .inputItemRow select:focus {
  border-color: #8b8b8b;
  outline: none;
  box-shadow: none;
}
user-region .mainBlock .centerBlock .formBlock .inputItemRow textarea {
  width: 100%;
  height: 130px;
  padding: 15px;
  font: 300 15px "Titillium Web", sans-serif;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  border-radius: 0;
}
user-region .mainBlock .centerBlock .formBlock .inputItemRow textarea:active, user-region .mainBlock .centerBlock .formBlock .inputItemRow textarea:focus {
  border-color: #8b8b8b;
  outline: none;
  box-shadow: none;
}
user-region .mainBlock .centerBlock .formBlock .btnPassReset {
  width: 100%;
  height: 60px;
  background-color: #555555;
  border: none;
  color: #fff;
  font: 600 17px "Titillium Web", sans-serif;
  position: relative;
  overflow: hidden;
  transition: all ease 0.2s;
  margin-bottom: 20px;
  text-align: center;
}
user-region .mainBlock .centerBlock .formBlock .btnPassReset:hover {
  background-color: #656565;
  transition: all ease 0.2s;
  cursor: pointer;
}
user-region .mainBlock .centerBlock .formBlock .lgnButton {
  width: 100%;
  height: 60px;
  background-color: #ff6d00;
  border: none;
  color: #fff;
  font: 600 17px "Titillium Web", sans-serif;
  position: relative;
  overflow: hidden;
  transition: all ease 0.2s;
  margin-bottom: 20px;
}
user-region .mainBlock .centerBlock .formBlock .lgnButton:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 70px;
  height: 70px;
  background-image: url(../../img/loginIcon.png);
  background-size: 54px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
  opacity: 0.5;
}
user-region .mainBlock .centerBlock .formBlock .lgnButton:after {
  content: "";
  position: absolute;
  left: 20%;
  top: -70px;
  width: 100px;
  height: 250px;
  background: rgb(251, 251, 251);
  background: -moz-linear-gradient(90deg, rgba(251, 251, 251, 0.9051995798) 0%, rgba(255, 255, 255, 0) 59%);
  background: -webkit-linear-gradient(90deg, rgba(251, 251, 251, 0.9051995798) 0%, rgba(255, 255, 255, 0) 59%);
  background: linear-gradient(90deg, rgba(251, 251, 251, 0.9051995798) 0%, rgba(255, 255, 255, 0) 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfbfb",endColorstr="#ffffff",GradientType=1);
  transform: rotate(20deg);
  opacity: 0.2;
  transition: all ease 0.2s;
}
user-region .mainBlock .centerBlock .formBlock .lgnButton:hover {
  background-color: #ff7d00;
  transition: all ease 0.2s;
  cursor: pointer;
}
user-region .mainBlock .centerBlock .formBlock #custom-google-btn {
  border: 1px solid #cacaca;
  width: 100%;
  position: relative;
  height: 60px;
  font: 600 17px "Titillium Web", sans-serif;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all ease 0.2s;
  margin-right: 14px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  padding-left: 60px;
  text-align: left;
  line-height: 16px;
  border-radius: 0 !important;
}
user-region .mainBlock .centerBlock .formBlock #custom-google-btn:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 40px;
  height: 40px;
  background-image: url(/Themes/standartv2/assets/img/GoogleIcon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 37px;
  opacity: 1;
}
user-region .mainBlock .centerBlock .formBlock .lgnFbButton {
  width: 100%;
  height: 60px;
  font: 600 17px "Titillium Web", sans-serif;
  position: relative;
  overflow: hidden;
  transition: all ease 0.2s;
  margin-bottom: 20px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  border: 1px solid #cacaca;
  padding-left: 60px;
  text-align: left;
  cursor: pointer;
  line-height: 16px;
  border-radius: 0 !important;
}
user-region .mainBlock .centerBlock .formBlock .lgnFbButton:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 9px;
  width: 37px;
  height: 39px;
  background-image: url(../../img/facebookIcon.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-color: #3b5998;
  opacity: 1;
  border-radius: 5px;
  background-position: center;
}
user-region .mainBlock .centerBlock .formBlock .btnUyeliksiz {
  width: 100%;
  height: 60px;
  background-color: #555555;
  border: none;
  color: #fff;
  font: 600 17px "Titillium Web", sans-serif;
  position: relative;
  overflow: hidden;
  transition: all ease 0.2s;
  margin-bottom: 20px;
  text-align: center;
}
user-region .mainBlock .centerBlock .formBlock .btnUyeliksiz:after {
  content: "";
  position: absolute;
  left: 20%;
  top: -70px;
  width: 100px;
  height: 250px;
  background: rgb(251, 251, 251);
  background: -moz-linear-gradient(90deg, rgba(251, 251, 251, 0.9051995798) 0%, rgba(255, 255, 255, 0) 59%);
  background: -webkit-linear-gradient(90deg, rgba(251, 251, 251, 0.9051995798) 0%, rgba(255, 255, 255, 0) 59%);
  background: linear-gradient(90deg, rgba(251, 251, 251, 0.9051995798) 0%, rgba(255, 255, 255, 0) 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfbfb",endColorstr="#ffffff",GradientType=1);
  transform: rotate(20deg);
  opacity: 0.1;
  transition: all ease 0.2s;
}
user-region .mainBlock .centerBlock .formBlock .btnUyeliksiz:hover {
  background-color: #656565;
  transition: all ease 0.2s;
  cursor: pointer;
}
user-region .mainBlock .centerBlock .formBlock .btnRegister {
  width: 100%;
  height: 60px;
  background-color: #555555;
  border: none;
  color: #fff;
  font: 600 17px "Titillium Web", sans-serif;
  position: relative;
  overflow: hidden;
  transition: all ease 0.2s;
  margin-bottom: 20px;
  text-align: center;
}
user-region .mainBlock .centerBlock .formBlock .btnRegister:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 70px;
  height: 70px;
  background-image: url(../../img/registerIcon.png);
  background-size: 54px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
  opacity: 0.5;
}
user-region .mainBlock .centerBlock .formBlock .btnRegister:after {
  content: "";
  position: absolute;
  left: 20%;
  top: -70px;
  width: 100px;
  height: 250px;
  background: rgb(251, 251, 251);
  background: -moz-linear-gradient(90deg, rgba(251, 251, 251, 0.9051995798) 0%, rgba(255, 255, 255, 0) 59%);
  background: -webkit-linear-gradient(90deg, rgba(251, 251, 251, 0.9051995798) 0%, rgba(255, 255, 255, 0) 59%);
  background: linear-gradient(90deg, rgba(251, 251, 251, 0.9051995798) 0%, rgba(255, 255, 255, 0) 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfbfb",endColorstr="#ffffff",GradientType=1);
  transform: rotate(20deg);
  opacity: 0.1;
  transition: all ease 0.2s;
}
user-region .mainBlock .centerBlock .formBlock .btnRegister:hover {
  background-color: #656565;
  transition: all ease 0.2s;
  cursor: pointer;
}
user-region .mainBlock .centerBlock .formBlock .checkbox {
  margin-bottom: 20px !important;
}
user-region .mainBlock .centerBlock .formBlock .checkbox .checkbox-inline .cr {
  border-radius: 0;
  width: 1.5em;
  height: 1.5em;
  border-color: #b6b6b6;
}
user-region .mainBlock .centerBlock .formBlock .checkbox .checkbox-inline medium {
  font: 600 15px "Titillium Web", sans-serif;
  color: #555555;
}
user-region .mainBlock .centerBlock .formBlock .paswordReset {
  margin-bottom: 20px !important;
}
user-region .mainBlock .centerBlock .formBlock .paswordReset a {
  font: 600 15px "Titillium Web", sans-serif;
  color: #555555;
}
user-region .mainBlock .centerBlock .formBlock .userRegisterMain .zorunlu-text {
  font: 400 15px "Titillium Web", sans-serif;
  padding-left: 15px;
}
user-region .mainBlock .centerBlock .formBlock .userRegisterMain .btnRegister {
  background-color: #ff6d00;
}
user-region .mainBlock .centerBlock .formBlock .userRegisterMain .lgnButton {
  background-color: #555555;
}
user-region .mainBlock .centerBlock .formBlock .userRegisterMain .reCaptchaBlock {
  margin-bottom: 20px !important;
}
user-region .mainBlock .centerBlock .formBlock .userRegisterMain .reCaptchaBlock .checkbox {
  margin-bottom: 5px !important;
}
user-region .mainBlock .centerBlock .formBlock .userRegisterMain .reCaptchaBlock .checkbox medium {
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
}
user-region .mainBlock .centerBlock .formBlock .userRegisterMain .firmaKayitTitle {
  font: 600 15px "Titillium Web", sans-serif;
  margin-bottom: 15px;
  padding-left: 15px !important;
  text-transform: uppercase;
}
user-region .mainBlock .centerBlock .formBlock .userRegisterMain .sozlesmeLink {
  font: 600 15px "Titillium Web", sans-serif;
  float: right;
  color: #555555;
  width: 100%;
  text-align: right;
  margin: 10px 0;
}
user-region .mainBlock .centerBlock .formBlock .btnStandart {
  width: 100%;
  height: 70px;
  background-color: #ff6d00;
  border: none;
  color: #fff;
  font: 600 17px "Titillium Web", sans-serif;
  position: relative;
  overflow: hidden;
  transition: all ease 0.2s;
  margin-bottom: 20px;
}
user-region .mainBlock .centerBlock .blockEffect {
  position: absolute;
  top: 0;
  right: 100%;
  font: 700 65px "Titillium Web", sans-serif;
  writing-mode: vertical-lr;
  text-orientation: sideways;
  transform: rotate(180deg);
  margin-right: -10px;
  z-index: 1;
  color: #eeeeee;
}
user-region .mainBlock .blockTrn .blockTrnLeft {
  position: relative;
  z-index: 2;
}
user-region .mainBlock .blockTrn .blockTrnLeft:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  box-shadow: 19px 0px 21px -31px #000;
  z-index: 1;
}
user-region .mainBlock .blockTrn .blockTrnRight {
  background-color: #fff;
}
user-region .pageUylSozlesModall .checkbox {
  margin: 15px 0;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
user-region .pageUylSozlesModall .checkbox .cr {
  border-radius: 0;
  border-color: #6b6b6b;
  width: 1.5em;
  height: 1.5em;
}
user-region .pageUylSozlesModall .checkbox medium {
  font: 500 15px "Titillium Web", sans-serif;
  color: #000;
}
user-region ._inProfile {
  margin-top: 3%;
  font-family: "Poppins", sans-serif !important;
}
user-region ._inProfile .pageTitle {
  padding: 0 0 20px 0;
}
user-region ._inProfile .pageTitle strong {
  position: relative;
  left: 0;
  font: 600 21px "Titillium Web", sans-serif;
  display: block;
  line-height: 1;
  color: #333;
}
user-region ._inProfile .profileMenu {
  position: relative;
}
user-region ._inProfile .profileMenu .profileMenuBtn {
  background-color: #fafafa;
  color: #fff;
  border: none;
  padding: 5px 20px;
  border-radius: 5px;
  position: relative;
  min-width: 250px;
}
user-region ._inProfile .profileMenu .profileMenuBtn:before {
  content: " ";
  position: absolute;
  left: 10px;
  top: 15px;
  width: 50px;
  height: 50px;
  background-image: url(../../img/userPanelMenu.png);
  background-repeat: no-repeat;
}
user-region ._inProfile .profileMenu .profileMenuBtn span {
  float: left;
  width: 100%;
  min-height: 23px;
  text-align: left;
  padding-left: 35px;
}
user-region ._inProfile .profileMenu .profileMenuBtn strong {
  float: left;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  min-height: 31px;
  padding-left: 35px;
}
user-region ._inProfile .menuList ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  min-width: 208px !important;
}
user-region ._inProfile .menuList ul li button, user-region ._inProfile .menuList ul li a {
  width: 100%;
  text-align: right;
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 9px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  padding-right: 20px;
  transition: all 0.3s ease;
  overflow: visible;
  text-align: right;
  display: block;
}
user-region ._inProfile .menuList ul li button:hover, user-region ._inProfile .menuList ul li a:hover {
  cursor: pointer;
  padding-right: 20px;
  transition: all 0.3s ease;
}
user-region ._inProfile .menuList ul li .logoutBtn {
  color: #ff6d00;
}
user-region ._inProfile .uyariBtn {
  font-size: 72px;
  color: #d0d0d0;
  font-weight: 600;
}
user-region ._inProfile .userProfileRow {
  background-color: #fff;
  position: relative;
  /*#region yeni alan */
  /*#endregion */
}
user-region ._inProfile .userProfileRow .inputItemRow {
  margin-bottom: 20px;
}
user-region ._inProfile .userProfileRow .inputItemRow .inputTitle {
  font: 300 15px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .inputItemRow input {
  width: 100%;
  height: 60px;
  padding: 15px;
  font: 300 15px "Titillium Web", sans-serif;
  border: 1px solid #b6b6b6;
  background-color: #fff;
}
user-region ._inProfile .userProfileRow .inputItemRow input:active, user-region ._inProfile .userProfileRow .inputItemRow input:focus {
  border-color: #8b8b8b;
}
user-region ._inProfile .userProfileRow .inputItemRow input[disabled=disabled] {
  background-color: #f5f5f5;
}
user-region ._inProfile .userProfileRow .inputItemRow select {
  width: 100%;
  height: 60px;
  padding: 15px;
  font: 300 15px "Titillium Web", sans-serif;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  border-radius: 0;
}
user-region ._inProfile .userProfileRow .inputItemRow select:active, user-region ._inProfile .userProfileRow .inputItemRow select:focus {
  border-color: #8b8b8b;
  outline: none;
  box-shadow: none;
}
user-region ._inProfile .userProfileRow .inputItemRow select[disabled=disabled] {
  background-color: #f5f5f5;
}
user-region ._inProfile .userProfileRow .inputItemRow textarea {
  width: 100%;
  height: 130px;
  padding: 15px;
  font: 300 15px "Titillium Web", sans-serif;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  border-radius: 0;
}
user-region ._inProfile .userProfileRow .inputItemRow textarea:active, user-region ._inProfile .userProfileRow .inputItemRow textarea:focus {
  border-color: #8b8b8b;
  outline: none;
  box-shadow: none;
}
user-region ._inProfile .userProfileRow .inputItemRow textarea[disabled=disabled] {
  background-color: #f5f5f5;
}
user-region ._inProfile .userProfileRow .wolData .wolDataLeft strong {
  float: left;
  display: block;
}
user-region ._inProfile .userProfileRow .wolData .wolDataLeft .pSatisDurum {
  float: left;
  display: block;
  width: 100%;
  font: 700 15px "Titillium Web", sans-serif;
  color: #d92100;
}
user-region ._inProfile .userProfileRow .blockEffect {
  position: absolute;
  top: 0;
  right: 100%;
  font: 700 65px "Titillium Web", sans-serif;
  writing-mode: vertical-lr;
  text-orientation: sideways;
  transform: rotate(180deg);
  margin-right: -10px;
  z-index: 1;
  color: #eeeeee;
}
user-region ._inProfile .userProfileRow .tableHead .tableCol {
  border: 1px solid #ddd;
  border-left: none;
  padding: 25px 15px;
  font: 700 14px "Titillium Web", sans-serif;
  text-transform: uppercase;
}
user-region ._inProfile .userProfileRow .tableHead .tableCol:first-child {
  border-left: 1px solid #ddd;
}
user-region ._inProfile .userProfileRow .tableBody .tableRow {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
user-region ._inProfile .userProfileRow .tableBody .tableRow .tableCol {
  border: 1px solid #ddd;
  border-left: none;
  min-height: 70px;
  font: 500 14px "Titillium Web", sans-serif;
  border-top: 0;
}
user-region ._inProfile .userProfileRow .tableBody .tableRow .tableCol:first-child {
  border-left: 1px solid #ddd;
}
user-region ._inProfile .userProfileRow .tableBody .tableRow .tableCol .kargobtn {
  color: #ff6d00;
  font-weight: bold;
  text-transform: uppercase;
}
user-region ._inProfile .userProfileRow .tableBody .tableRow .buttonBlock {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0;
}
user-region ._inProfile .userProfileRow .tableBody .tableRow .buttonBlock a {
  line-height: 70px;
  color: #fff;
  font-size: 26px;
  padding: 5px;
}
user-region ._inProfile .userProfileRow .filterBlock .dateFilterBtn {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding-bottom: 10px;
}
user-region ._inProfile .userProfileRow .filterBlock .dateFilterBtn span {
  font: 600 14px "Titillium Web", sans-serif;
  color: #333;
}
user-region ._inProfile .userProfileRow .filterBlock .dateRangeBlock {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 82%;
  left: 0;
  background-color: #fff;
  z-index: 1;
  padding: 30px;
  border: 1px solid #ddd;
}
user-region ._inProfile .userProfileRow .filterBlock .dateRangeBlock .input-group-addon {
  line-height: 34px;
  font-size: 12px;
}
user-region ._inProfile .userProfileRow .filterBlock .dateRangeBlock input {
  min-height: 47px;
  font-size: 13px;
  max-width: 120px;
}
user-region ._inProfile .userProfileRow .filterBlock .dateRangeBlock button.btn {
  font-size: 13px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #666666;
  color: #fff;
}
user-region ._inProfile .userProfileRow .filterBlock .dateRangeBlock.active {
  visibility: visible !important;
  opacity: 1;
}
user-region ._inProfile .userProfileRow .containerContent {
  box-shadow: 0 1px 2px rgba(72, 72, 72, 0.08);
  border: solid 1px #d7d7d7;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 6px;
}
user-region ._inProfile .userProfileRow .containerContent .contentWrap span {
  font: 600 15px "Titillium Web", sans-serif;
  color: #666;
}
user-region ._inProfile .userProfileRow .containerContent .contentWrap .wrapFlex {
  color: #8c8c8c;
  font-size: 14px;
}
user-region ._inProfile .userProfileRow .containerContent .contentWrap .wrapPriceItem {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
user-region ._inProfile .userProfileRow .containerContent .wrapBtn {
  /*a.sipDetayBtn{
          background-color:#f9f9f9;
          border:1px solid #ddd;
          span{
              color:#333;
          }
      }*/
}
user-region ._inProfile .userProfileRow .containerContent .wrapBtn a {
  padding: 4px 10px;
  display: flex;
  width: fit-content;
  float: left;
  border-radius: 4px;
  margin: 2px 4px;
  border: 1px solid #c0c0c0;
  cursor: pointer;
  text-decoration: none;
}
user-region ._inProfile .userProfileRow .containerContent .wrapBtn a span {
  font-size: 12px;
  line-height: 17px;
  color: #333;
  font-weight: 700;
}
user-region ._inProfile .userProfileRow .containerContent .wrapBtn a .pe-7s-display2 {
  color: #000;
}
user-region ._inProfile .userProfileRow .containerContent .wrapBtn a.sipTekrarBtn, user-region ._inProfile .userProfileRow .containerContent .wrapBtn a.sipDetayBtn {
  background-color: #fd7e14;
  display: flex;
  border: none;
}
user-region ._inProfile .userProfileRow .containerContent .wrapBtn a.sipTekrarBtn span, user-region ._inProfile .userProfileRow .containerContent .wrapBtn a.sipDetayBtn span {
  color: #fff;
}
user-region ._inProfile .userProfileRow .containerContent .wrapBtn a.sipTekrarBtn {
  background-color: #28a745;
}
user-region ._inProfile .userProfileRow .containerFrame {
  display: flex;
  margin: 0 10px 10px 0;
  width: calc(50% - 5px);
  font-family: "Titillium Web", sans-serif !important;
}
user-region ._inProfile .userProfileRow .containerFrame:nth-child(2n) {
  margin-right: 0;
}
user-region ._inProfile .userProfileRow .containerFrame .leftFrame {
  /*width: 23%;*/
  width: 23%;
  margin-right: 5px;
}
user-region ._inProfile .userProfileRow .containerFrame .leftFrame .detailImageGroup {
  display: inline-block;
  border: 1px solid #ddd;
  height: 100%;
  align-content: center;
  border-radius: 4px;
}
user-region ._inProfile .userProfileRow .containerFrame .leftFrame .detailImageGroup img {
  max-width: 100%;
  height: auto;
}
user-region ._inProfile .userProfileRow .containerFrame .rightFrame {
  width: 77%;
  display: flex;
  flex-direction: column;
}
user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol {
  display: flex;
  align-items: center;
  padding: 5px 0;
  line-height: 1;
}
user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol span, user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol .productName {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
}
user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol .productDetail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: normal;
  line-height: 19px;
}
user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol .productTitle {
  color: #000;
  padding-bottom: 2px;
}
user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol .productName, user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol .status {
  font-size: 13px;
  line-height: 20px;
}
user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol .status {
  white-space: normal;
  overflow: visible;
  padding-left: 7px;
  color: #777;
}
user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol .date {
  font-size: 13px;
  color: #656565;
  padding-left: 5px;
}
user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol .rating {
  display: flex;
  direction: ltr;
}
user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol .rating .star {
  font-size: 21px;
  color: #ccc;
  margin-right: 5px;
}
user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol .rating .star.active {
  color: #ffc000;
}
user-region ._inProfile .userProfileRow .containerFrame .rightFrame .frameCol .pointTitle {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
user-region ._inProfile .userProfileRow .containerFrame .pointerCurrencyItem {
  border-left: 1px solid #ddd;
  padding-left: 15px;
  align-content: center;
  text-align: center;
}
user-region ._inProfile .userProfileRow .containerFrame .pointerCurrencyItem .pointCurrency {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
user-region ._inProfile .userProfileRow .containerFrame .pointerCurrencyItem p {
  font-size: 15px;
  margin-bottom: 0;
}
user-region ._inProfile .userProfileRow .totalPoint {
  background-color: antiquewhite;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
}
user-region ._inProfile .userProfileRow .pointButton {
  float: right;
  background-color: #ffffff;
  padding: 3px 16px;
  border-radius: 5px;
  color: #ff6000;
  font-weight: 600;
  border: 1px solid #ff6000;
  font-size: 16px;
  text-decoration: none;
}
user-region ._inProfile .userProfileRow .userPagination .pagination li a, user-region ._inProfile .userProfileRow .userPagination .pagination li span {
  color: #000000;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #b6b6b6;
  padding: 2px 10px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 3px;
  background: #fff;
  height: 30px;
  align-content: center;
  box-shadow: none;
  margin-right: 0;
  transition: all 0.2s ease;
}
user-region ._inProfile .userProfileRow .userPagination .pagination li a:hover, user-region ._inProfile .userProfileRow .userPagination .pagination li span:hover {
  background: #ebecf4;
}
user-region ._inProfile .userProfileRow .userPagination .pagination li .activeBtn, user-region ._inProfile .userProfileRow .userPagination .pagination li .current {
  background-color: #d8dbe5;
  color: #000000;
}
user-region ._inProfile .userProfileRow .userPagination .pagination li .prev, user-region ._inProfile .userProfileRow .userPagination .pagination li .next {
  background-color: #fff;
  color: #000;
  font-size: 14px;
}
user-region ._inProfile .userProfileRow .userPagination .pagination li .prev.current, user-region ._inProfile .userProfileRow .userPagination .pagination li .next.current {
  color: #a2a2a2;
}
user-region ._inProfile .userProfileRow .userPagination .pagination li .prev.current:hover, user-region ._inProfile .userProfileRow .userPagination .pagination li .next.current:hover {
  background: #fff;
}
user-region ._inProfile .userProfileRow .qnaContainer {
  font-family: "Titillium Web", sans-serif !important;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 150px;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft {
  display: flex;
  grid-gap: 15px;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productImg {
  width: 100px;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails {
  max-width: 800px;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails .productName {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  margin-bottom: 5px;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails .productName:hover {
  text-decoration: underline;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails p {
  font-size: 15px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails strong {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  margin-top: 4px;
  display: block;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails .answerContainer {
  display: flex;
  gap: 5px;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails .answerContainer .answerDetail {
  max-height: 20px;
  transition: max-height 0.3s ease;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails .answerContainer .answerDetail.expanded {
  -webkit-line-clamp: unset;
  max-height: 1000px;
  overflow: visible;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails .answerContainer .toggleAnswer {
  text-decoration: none;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails .answerContainer .toggleAnswer i {
  color: #555;
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails .answerContainer .toggleAnswer.expanded i {
  transform: rotate(180deg);
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .answerDate {
  font-size: 13px;
  color: #777;
  display: block;
  margin-top: 2px;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaRight {
  text-align: right;
  margin-left: 15px;
}
user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaRight .answerStatus {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
}
user-region ._inProfile .userProfileRow .borderFrame {
  box-shadow: var(--box-shadow);
  border: var(--border);
  border-radius: var(--border-radius);
}
user-region ._inProfile .userProfileRow .borderFrame .passwordForm {
  position: relative;
}
user-region ._inProfile .userProfileRow .borderFrame .passwordForm .togglePassword {
  position: absolute;
  top: 39px;
  right: 12px;
  cursor: pointer;
  color: #555;
  font-size: 13px;
}
user-region ._inProfile .userProfileRow .form-container {
  max-width: 600px;
  padding: 20px !important;
  font-family: "Titillium Web", sans-serif !important;
}
user-region ._inProfile .userProfileRow .form-container .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
user-region ._inProfile .userProfileRow .form-container .form-group label {
  font-weight: 400;
  color: #404040;
  margin-bottom: 5px;
  font-size: 14px;
}
user-region ._inProfile .userProfileRow .form-container .form-group .form-control {
  padding: 5px 10px;
  height: 44px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: border-color 0.3s;
  background-color: #fbfbfb;
  color: #000;
}
user-region ._inProfile .userProfileRow .form-container .form-group .form-control:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 123, 255, 0.25);
}
user-region ._inProfile .userProfileRow .form-container .form-group .form-control:disabled {
  background-color: #e9ecef !important;
  cursor: not-allowed;
}
user-region ._inProfile .userProfileRow .form-container .form-group textarea.form-control {
  height: 65px;
}
user-region ._inProfile .userProfileRow .table-container {
  font-family: "Titillium Web", sans-serif !important;
}
user-region ._inProfile .userProfileRow .table-container .table {
  border-collapse: separate;
  border-spacing: 0;
  border: var(--border);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
}
user-region ._inProfile .userProfileRow .table-container .table thead {
  background-color: #f0f0f0;
}
user-region ._inProfile .userProfileRow .table-container .table thead tr th {
  border: 0;
  font-weight: 600;
  font-size: 15px;
  padding: 16px 12px;
  color: #444;
}
user-region ._inProfile .userProfileRow .table-container .table tbody tr td {
  font-size: 13px;
  align-content: center;
  color: #000;
}
user-region ._inProfile .userProfileRow .table-container .table tbody tr td .copyIcon {
  color: mediumblue;
  font-size: 12px;
  margin-left: 4px;
}
user-region ._inProfile .userProfileRow .uyelikTypeBlock {
  display: flex;
}
user-region ._inProfile .userProfileRow .uyelikTypeBlock medium {
  font-size: 15px;
  color: #333;
}
user-region ._inProfile .userProfileRow .uyelikTypeBlock label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
user-region ._inProfile .userProfileRow .uyelikTypeBlock label [name=registerType]:checked + .cr {
  border-color: #0075ff !important;
}
user-region ._inProfile .userProfileRow .uyelikTypeBlock label .cr {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
user-region ._inProfile .userProfileRow .uyelikTypeBlock label .cr i {
  color: #0075ff;
  left: 1px;
  top: 7px;
  font-size: 11px;
}
user-region ._inProfile .userProfileRow .rebateItem span, user-region ._inProfile .userProfileRow .rebateItem strong {
  color: #555;
  font-size: 14px;
  font-weight: 600;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateSipno span {
  padding-left: 3px;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateSipno strong {
  font-weight: 700;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateSipno p {
  margin-bottom: 0;
  font-size: 15px;
  color: #919191;
  font-weight: 600;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateProductName {
  display: flex;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateProductName .rebateImage {
  align-self: center;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateProductName .rebateImage img {
  max-width: 60px;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateProductName span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 25px;
  align-self: center;
  padding-left: 10px;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateProductName span a {
  color: #555 !important;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateSipStatus span {
  border-radius: 50px;
  padding: 4px 18px;
  display: inline-block;
  background-color: #ebebed;
  color: #808390;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateDetail {
  text-align: right;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateDetail a {
  border: 1px solid #fd7e14;
  padding: 2px 13px;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateDetail a i {
  font-size: 14px;
  color: #fd7e14;
  font-weight: 600;
  display: block;
  float: left;
  padding-top: 5px;
}
user-region ._inProfile .userProfileRow .rebateItem .rebateDetail a strong {
  padding-left: 5px;
  color: #fd7e14;
}
user-region ._inProfile .userProfileRow .sipDetailContent .summaryDetTitle {
  color: rgb(51, 51, 51);
  font: 600 18px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation {
  border-radius: 5px;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  padding: 0 7px;
  align-items: center;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem span {
  color: #222;
  font: 600 15px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem label {
  font-size: 14px;
  margin-bottom: 0;
}
user-region ._inProfile .userProfileRow .sipDetailContent .siparisBlokBaslik {
  padding-bottom: 5px;
  color: #222;
  font: 600 16px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .sipDetailContent .proListTable {
  margin-top: 25px !important;
  border-radius: 5px;
  padding: 0 !important;
}
user-region ._inProfile .userProfileRow .sipDetailContent .proListTable .table {
  margin-top: 0;
}
user-region ._inProfile .userProfileRow .sipDetailContent .proListTable .table thead {
  background-color: var(--main-background);
}
user-region ._inProfile .userProfileRow .sipDetailContent .proListTable .table thead th {
  border: none;
  padding: 20px 12px;
  color: #222;
}
user-region ._inProfile .userProfileRow .sipDetailContent .proListTable::-webkit-scrollbar {
  height: 5px;
}
user-region ._inProfile .userProfileRow .sipDetailContent .proListTable::-webkit-scrollbar-thumb {
  background: #c6c6c6;
}
user-region ._inProfile .userProfileRow .sipDetailContent .btnBack {
  background-color: transparent;
  padding: 7px 0px;
  color: #333;
  padding-right: 6px;
  font: 600 14px "Titillium Web", sans-serif;
  float: right;
}
user-region ._inProfile .userProfileRow .sipDetailContent .btnBack:hover {
  text-decoration: none;
  color: #666;
}
user-region ._inProfile .userProfileRow .sipDetailContent i.pe-7s-angle-left {
  line-height: 37px;
  color: #333;
  font-weight: 600;
  font-size: 24px;
  margin-right: -3px;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary {
  margin-top: 25px !important;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .AddressSummary .teslimatAdres label {
  float: left;
  width: 100%;
  margin-bottom: 0;
  line-height: 30px;
  font: 500 14px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .AddressSummary .inlineBlockLabel {
  display: inline-block;
  width: auto !important;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .AddressSummary #ctl00_Content_form_teslimat_ilce::after, user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .AddressSummary #ctl00_Content_form_fatura_ilce:after {
  content: "/";
  margin: 0 5px;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .AddressSummary .faturaAdres {
  margin-top: 15px;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .AddressSummary .faturaAdres label {
  float: left;
  width: 100%;
  margin-bottom: 0;
  line-height: 30px;
  font: 500 14px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .PaymentSummary {
  margin-top: 0;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .PaymentSummary label span {
  font-weight: 600;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .PaymentSummary .toptalPriceItem .priceItem {
  display: flex;
  justify-content: space-between;
}
user-region ._inProfile .userProfileRow .sipDetailContent .AddressSummary, user-region ._inProfile .userProfileRow .sipDetailContent .PaymentSummary, user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailCargo, user-region ._inProfile .userProfileRow .sipDetailContent .sipBlokContent {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
user-region ._inProfile .userProfileRow .sipDetailContent .summaryBox {
  box-shadow: var(--box-shadow);
  border: var(--border);
  padding: 10px 20px;
  border-radius: var(--border-radius);
}
user-region ._inProfile .userProfileRow .sipDetailContent .summaryTitle {
  color: #4b4b4b;
  font: 600 18px "Titillium Web", sans-serif;
  background-color: #fafafa;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 9px 20px;
  border: var(--border);
  border-bottom: none;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailCargo {
  font: 500 14px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailCargo > .row {
  padding-bottom: 2px;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailCargo > .row span {
  font-weight: 600;
}
user-region ._inProfile .userProfileRow .sipDetailContent .proListTable .btnIadeYorum {
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: none !important;
  height: 25px !important;
  line-height: 25px !important;
  min-width: 123px !important;
  font-size: 13px;
}
user-region ._inProfile .userProfileRow .sipDetailContent .proListTable .btnYorum {
  background-color: #28a745;
  color: #fff !important;
  font-weight: 700;
}
user-region ._inProfile .userProfileRow .sipDetailContent .proListTable .aIade {
  background-color: #ee4141;
  border: 1px solid #ee4141;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipTekrarBtn {
  background-color: #fff;
  color: #333 !important;
  border: 1px solid #333;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipBlokContent {
  font: 500 14px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipBlokContent label {
  float: left;
  width: 100%;
}
user-region ._inProfile .userProfileRow .sipDetailContent .sipDetBtn a.exc-prnt {
  background-color: #28a745;
}
user-region ._inProfile .userProfileRow .sipDetailContent .cargoContent .cargoTitle {
  align-content: center;
}
user-region ._inProfile .userProfileRow .sipDetailContent .cargoContent .cargoItem a {
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  padding: 3px 16px;
  text-decoration: none;
  line-height: 25px;
}
user-region ._inProfile .userProfileRow .sipDetailContent .cargoContent .cargoItem a i {
  font-size: 13px;
  color: #28a745;
}
user-region ._inProfile .userProfileRow .sipDetailContent .cargoContent .cargoItem a span {
  font-size: 13px;
  color: #333;
}
user-region ._inProfile .userProfileRow .smallTitle {
  font: 700 14px "Titillium Web", sans-serif;
  text-transform: uppercase;
}
user-region ._inProfile .userProfileRow .addAdresBlock {
  margin-bottom: 15px;
}
user-region ._inProfile .userProfileRow .addAdresBlock button {
  background-color: #fff;
  border: 2px solid #28c76f;
  border-radius: 5px;
  padding: 2px 12px;
  font-size: 16px;
  color: #28c76f;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
}
user-region ._inProfile .userProfileRow .addAdresBlock span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}
user-region ._inProfile .userProfileRow .addressCard {
  position: relative;
  padding: 0 10px 10px 0 !important;
}
user-region ._inProfile .userProfileRow .addressCard .containerContent {
  height: 100%;
  padding: 8px 15px;
}
user-region ._inProfile .userProfileRow .addressCard .containerContent .addressHeader {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
}
user-region ._inProfile .userProfileRow .addressCard .containerContent .addressHeader .addressTitle {
  text-transform: capitalize;
}
user-region ._inProfile .userProfileRow .addressCard .containerContent .addressHeader .actionButtons a {
  margin-left: 1px;
  font-size: 18px;
  color: #000;
  transition: color 0.3s;
  cursor: pointer;
}
user-region ._inProfile .userProfileRow .addressCard .containerContent .addressHeader .actionButtons a:hover {
  color: #0056b3;
}
user-region ._inProfile .userProfileRow .addressCard .containerContent .addressContent {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}
user-region ._inProfile .userProfileRow .addressCard .containerContent .addressContent p {
  margin-bottom: 4px;
  line-height: 20px;
}
user-region ._inProfile .userProfileRow .addressCard .containerContent .addressContent p strong {
  margin-right: 4px;
  font-weight: 600;
  color: #333;
}
user-region ._inProfile .userProfileRow .addressCard .containerContent .addressContent .default-badge {
  background-color: #edf2fa;
  color: #3e3e3e;
  padding: 1px 8px;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
  float: right;
  margin: 4px 0 8px 0;
  font-weight: 600;
  border: 1px solid #d9dfe8;
}
user-region ._inProfile .userProfileRow .sipDetailBlock .sipInformation label, user-region ._inProfile .userProfileRow .sipDetailBlock .sipInformation span, user-region ._inProfile .userProfileRow .sipDetailBlock .sipInformation a {
  font: 500 14px "Titillium Web", sans-serif;
  margin-bottom: 0;
  line-height: 30px;
}
user-region ._inProfile .userProfileRow .sipDetailBlock .summaryTitle {
  font-size: 17px;
}
user-region ._inProfile .userProfileRow .proListTable::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
user-region ._inProfile .userProfileRow .proListTable table {
  margin-top: 30px;
}
user-region ._inProfile .userProfileRow .proListTable table thead {
  background-color: #ddd;
}
user-region ._inProfile .userProfileRow .proListTable table thead th {
  font: 600 14px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .proListTable table tbody {
  font: 500 14px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .proListTable table tbody .iadeBlock .iadeLink {
  cursor: pointer;
  background-color: #404040;
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
user-region ._inProfile .userProfileRow .proListTable table th {
  min-width: 150px;
}
user-region ._inProfile .userProfileRow .totalPrice {
  margin-top: 15px;
  font: 500 14px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .iptalBlock a.siparisIptal {
  font: 700 14px "Titillium Web", sans-serif;
  padding: 9px 20px;
  background-color: #ee4141;
  color: rgba(255, 255, 255, 0.91);
  float: right;
  text-align: center;
  min-width: 150px;
  border-radius: 5px;
  height: 38px;
}
user-region ._inProfile .userProfileRow .iptalBlock a.siparisIptal:hover {
  cursor: pointer;
}
user-region ._inProfile .userProfileRow .div_sozlesme .sozlezmeBtn {
  font: 700 14px "Titillium Web", sans-serif;
  padding: 10px 20px;
  background-color: #f5f5f5;
  color: #333;
  float: right;
  text-align: center;
  text-transform: uppercase;
  min-width: 200px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
user-region ._inProfile .userProfileRow .div_sozlesme .sozlezmeBtn:hover {
  cursor: pointer;
}
user-region ._inProfile .userProfileRow .paymentPrint a {
  float: none;
  color: #000;
}
user-region ._inProfile .userProfileRow .paymentPrint a .pe-7s-print {
  font-size: 24px;
  margin-top: 7px;
}
user-region ._inProfile .userProfileRow .cariIslemBtn {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 8px !important;
  margin-top: 12px;
}
user-region ._inProfile .userProfileRow .cariIslemBtn .cariBaslik {
  font-size: 17px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  border: none;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
user-region ._inProfile .userProfileRow .cariIslemBtn .cariBaslik i {
  display: block;
  float: left;
  font-weight: bold;
  line-height: 20px;
}
user-region ._inProfile .userProfileRow .cariIslemBtn .cariBaslik i:before {
  font-size: 30px;
}
user-region ._inProfile .userProfileRow .cariIslemBtn .cariBaslik span {
  display: block;
  float: left;
}
user-region ._inProfile .userProfileRow .cariIslemBtn .taksitTitleBtn {
  margin-left: 42px;
}
user-region ._inProfile .userProfileRow .cariIslemBtn .taksitTitleBtn .taksitDetailBtn {
  font-size: 15px;
  text-decoration: underline;
  line-height: 24px;
  margin-left: 6px;
}
user-region ._inProfile .userProfileRow .cariIslemBtn .activeRegisterType {
  color: #333;
  transition: all ease 0.5s;
  font-weight: 600;
}
user-region ._inProfile .userProfileRow .cariIslemBtn .activeRegisterType span:after {
  content: "";
  position: absolute;
  width: 111%;
  font-weight: 600;
  height: 2px;
  top: 35px;
  left: 0;
  background-color: #333;
}
user-region ._inProfile .userProfileRow .cariIslemBtn #taksitBtn.activeRegisterType span:after {
  right: 20px;
}
user-region ._inProfile .userProfileRow .cariIslemBtn .cariBaslik:not(.activeRegisterType) {
  padding-left: 0;
  padding-right: 0;
}
user-region ._inProfile .userProfileRow .cariOdemeBlock {
  background-color: #fafafa;
  padding: 20px;
  border-radius: 5px;
}
user-region ._inProfile .userProfileRow .cariOdemeBlock .inputGroupStyle1 {
  margin-bottom: 10px;
}
user-region ._inProfile .userProfileRow .cariOdemeBlock .inputGroupStyle1 .form-control {
  height: 46px;
  font-size: 14px;
  background-color: #fff;
}
user-region ._inProfile .userProfileRow .cariOdemeBlock .cariKurBlock p {
  margin-bottom: 6px;
  font-size: 15px;
  color: #333;
}
user-region ._inProfile .userProfileRow .cariOdemeBlock .cariKurBlock .kurItem {
  display: flex;
}
user-region ._inProfile .userProfileRow .cariOdemeBlock .cariKurBlock .kurItem a {
  padding-right: 15px;
  font-size: 15px;
}
user-region ._inProfile .userProfileRow .cariOdemeBlock .cariKurBlock .kurItem a span {
  font-weight: 600;
}
user-region ._inProfile .userProfileRow .cariOdemeBlock .cariButton {
  margin-top: 10px !important;
}
user-region ._inProfile .userProfileRow .cariOdemeBlock .cariButton .btn {
  height: 40px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  margin-right: 12px;
}
user-region ._inProfile .userProfileRow .cariOdemeBlock .cariButton .ins-data {
  display: contents;
}
user-region ._inProfile .userProfileRow .cariDokumanBlock {
  background-color: #fafafa;
  padding: 20px;
  margin-top: 30px;
}
user-region ._inProfile .userProfileRow .cariDokumanBlock .cariBonus b {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
user-region ._inProfile .userProfileRow .cariDokumanBlock table tr td {
  background-color: #fff;
}
user-region ._inProfile .userProfileRow .cariDokumanBlock table tr th {
  background-color: #edf2fa;
}
user-region ._inProfile .userProfileRow .cariDokumanBlock #dt_paginate {
  text-align: right;
  margin-top: 13px;
}
user-region ._inProfile .userProfileRow .cariDokumanBlock #dt_paginate a {
  border: 1px solid #808080;
  padding: 3px 6px;
  font-size: 13px;
  color: #3c3c3c;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 2px;
  text-decoration: none !important;
  transition: all 0.2s linear;
  cursor: pointer;
}
user-region ._inProfile .userProfileRow .cariDokumanBlock #dt_paginate a:hover {
  color: #000;
}
user-region ._inProfile .userProfileRow .cariDokumanBlock #dt_paginate .disabled {
  border: 1px solid #cacaca;
  padding: 3px 6px;
  font-size: 13px;
  color: #cacaca;
}
user-region ._inProfile .userProfileRow .cariDokumanBlock #dt_paginate .disabled:hover {
  color: #cacaca;
}
user-region ._inProfile .userProfileRow .cariDokumanBlock #dt_paginate span a {
  border: 1px solid #808080;
  padding: 12px 15px;
  color: #808080;
}
user-region ._inProfile .userProfileRow .cariDokumanBlock #dt_paginate span .current {
  background-color: #808080 !important;
  color: white !important;
}
user-region ._inProfile .userProfileRow .cariIslemBaslik {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
user-region ._inProfile .userProfileRow .cariDetayFilter {
  margin-top: 13px;
}
user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow {
  display: flex;
  flex-direction: column;
}
user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .formTitle {
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow select, user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow input {
  height: 40px;
  color: #333;
  font-weight: 500;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  font-size: 15px;
}
user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .dateBlock {
  display: flex;
}
user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .dateBlock .datepicker {
  margin-right: 5px;
}
user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .dateBlock input[type=number] {
  -moz-appearance: textfield;
}
user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .dateBlock input[type=number]::-webkit-inner-spin-button,
user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .dateBlock input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .btnCariArama {
  background-color: #17a2b8;
  border: 1px solid #d4d4d4;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}
user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .btnCariArama:focus, user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .btnCariArama:hover, user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .btnCariArama:active {
  outline: none;
  box-shadow: none;
}
user-region ._inProfile .userProfileRow .Cari-listesi_tablo input:hover, user-region ._inProfile .userProfileRow .Cari-listesi_tablo input:focus, user-region ._inProfile .userProfileRow .Cari-listesi_tablo input:active {
  outline: none;
  box-shadow: none;
}
user-region ._inProfile .userProfileRow .cariYenileBtn {
  background-color: #405189 !important;
}
user-region ._inProfile .userProfileRow .CariIslemYenile {
  padding: 7px 15px;
  background-color: #299cdb;
  color: #fff;
  border-radius: 5px;
  width: auto;
  margin-right: 15px;
  font-size: 15px;
  margin-top: 8px;
}
user-region ._inProfile .userProfileRow .CariIslemYenile:focus, user-region ._inProfile .userProfileRow .CariIslemYenile:hover, user-region ._inProfile .userProfileRow .CariIslemYenile:active {
  outline: none;
  box-shadow: none;
}
user-region ._inProfile .userProfileRow .sakliKartUyari strong {
  font: 600 16px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .successDiv {
  font: 16px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .successDiv .SmsKod {
  max-width: 145px;
  height: 70px;
  padding: 15px;
  font: 300 15px "Titillium Web", sans-serif;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
user-region ._inProfile .userProfileRow .successDiv .SmsKod:active, user-region ._inProfile .userProfileRow .successDiv .SmsKod:focus {
  border-color: #8b8b8b;
}
user-region ._inProfile .userProfileRow .successDiv .SmsKod[disabled=disabled] {
  background-color: #f5f5f5;
}
user-region ._inProfile .userProfileRow .successDiv .btnDogrula {
  background-color: #555555;
  color: #fff;
  padding: 20px;
  border: none;
}
user-region ._inProfile .userProfileRow .successDiv .btnDevam {
  background-color: #555555;
  color: #fff;
  padding: 20px;
  font: 600 16px "Titillium Web", sans-serif;
}
user-region ._inProfile .userProfileRow .specialProductList {
  margin-top: 15px !important;
}
user-region ._inProfile .userProfileRow .specialProductList .pListItem a {
  width: 100%;
}
user-region ._inProfile .userProfileRow .specialProductList .pListItem a strong {
  font: 600 16px "Titillium Web", sans-serif;
  color: #333;
  float: left;
}
user-region ._inProfile .userProfileRow .specialProductList .pListItem a i {
  float: right;
  margin-top: 5px;
  color: #ff6d00;
}
user-region ._inProfile .userProfileRow .specialProductList .pListItem > .row {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 10px 10px !important;
}
user-region ._inProfile .userProfileRow .shoppingLists {
  width: 100%;
}
user-region ._inProfile .userProfileRow .shoppingLists .listItem {
  border: var(--border);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  margin-bottom: 1rem;
  overflow: hidden;
}
user-region ._inProfile .userProfileRow .shoppingLists .listItem .itemTitle {
  background-color: #f3f4f6;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
user-region ._inProfile .userProfileRow .shoppingLists .listItem .itemTitle .itemName {
  font-size: 17px;
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
}
user-region ._inProfile .userProfileRow .shoppingLists .listItem .itemTitle .date {
  font-size: 15px;
  color: #777;
  display: flex;
  align-items: center;
}
user-region ._inProfile .userProfileRow .shoppingLists .listItem .itemTitle .toggle-button {
  text-decoration: none;
  display: inline-block;
  line-height: 1px;
  margin-left: 15px;
  font-size: 26px;
  color: #555;
}
user-region ._inProfile .userProfileRow .shoppingLists .listItem .itemTitle .toggle-button i {
  transition: transform 0.3s ease;
}
user-region ._inProfile .userProfileRow .shoppingLists .listItem .itemTitle.open i {
  transform: rotate(180deg);
}
user-region ._inProfile .userProfileRow .shoppingLists .shopProductList {
  display: none;
  padding: 16px;
  background-color: #fff;
}
user-region ._inProfile .userProfileRow .shoppingLists .shopProductList .productItem {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
user-region ._inProfile .userProfileRow .shoppingLists .shopProductList .productItem .productContent {
  display: flex;
  grid-gap: 16px;
  align-items: center;
}
user-region ._inProfile .userProfileRow .shoppingLists .shopProductList .productItem .productContent .productImg img {
  max-width: 80px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
user-region ._inProfile .userProfileRow .shoppingLists .shopProductList .productItem .productContent .productDetails .productName {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
}
user-region ._inProfile .userProfileRow .shoppingLists .shopProductList .productItem .productContent .productDetails .productCode,
user-region ._inProfile .userProfileRow .shoppingLists .shopProductList .productItem .productContent .productDetails .productQuantity {
  font-size: 13px;
  color: #666;
}
user-region ._inProfile .userProfileRow .shoppingLists .shopProductList .actionButtons {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
  grid-gap: 8px;
  font-size: 14px;
  border-top: 1px solid #eee;
}
user-region ._inProfile .userProfileRow .shoppingLists .shopProductList .actionButtons button {
  border-radius: 4px;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border: none;
  display: flex;
  align-items: center;
}
user-region ._inProfile .userProfileRow .shoppingLists .shopProductList .actionButtons button.btnRemove {
  background-color: #e74c3c;
  color: #fff;
  text-decoration: none;
}
user-region ._inProfile .userProfileRow .shoppingLists .shopProductList .actionButtons button.btnSubmit {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
user-region ._inProfile .nullData {
  text-align: center;
  display: block;
  font: 600 16px "Titillium Web", sans-serif;
  padding: 15px 0;
}
user-region ._inProfile .userStandartBTN.btnRemove {
  background-color: #c70000;
  color: #fff;
  text-decoration: none;
}
user-region ._inProfile .userStandartBTN.btnRemove:hover {
  background-color: #c70000;
}
user-region ._inProfile .userStandartBTN {
  background-color: #333;
  border: none;
  font: 600 16px "Titillium Web", sans-serif;
  color: #fff;
  min-width: 132px;
  height: 38px;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
user-region ._inProfile .userStandartBTN:hover {
  cursor: pointer;
  background-color: #444;
}
user-region #ftoDetail .modal-footer button.btn {
  border-radius: 5px;
  height: 42px;
  padding: 9px 22px;
}
user-region .pnlSablon {
  display: none;
}
user-region #modalYorumYap .modal-header {
  padding: 40px 2rem;
  align-items: center;
}
user-region #modalYorumYap .modal-header h4 {
  margin-bottom: 0;
  font-size: 25px;
  line-height: normal;
  color: #333;
}
user-region #modalYorumYap .modal-header button span {
  color: #818181;
}
user-region #modalYorumYap .modal-body .commentBlock .commentStar .rating label {
  line-height: normal;
}
user-region #modalYorumYap .modal-body .commentBlock .commentInputBlock .form-control {
  border-radius: 5px;
}

.kargoBilgiModal .modal-body .hareketDetay {
  width: 100%;
}
.kargoBilgiModal .modal-body .hrkRow {
  padding-top: 5px;
  padding-bottom: 5px;
}
.kargoBilgiModal .modal-body .Kbaslik {
  font: 700 16px "Titillium Web", sans-serif;
  padding: 7px;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.kargoBilgiModal .modal-body .kargotitle, .kargoBilgiModal .modal-body .ktiptitle {
  font: 700 14px "Titillium Web", sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
}
.kargoBilgiModal .modal-body .kargoinf, .kargoBilgiModal .modal-body .ktip {
  font: 500 13px "Titillium Web", sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
}

.datepicker-dropdown {
  min-width: 18rem;
  border: 1px solid rgb(160, 160, 160);
}
.datepicker-dropdown table {
  width: 100%;
}
.datepicker-dropdown table tr td, .datepicker-dropdown table tr th {
  font: 600 14px "Titillium Web", sans-serif;
}

@media only screen and (min-width: 0) and (max-width: 575px) {
  user-region .mainBlock .centerBlock {
    margin-top: 20%;
  }
  user-region .mainBlock .centerBlock:after {
    display: none;
  }
  user-region .mainBlock .centerBlock .formBlock {
    padding: 29px;
  }
  user-region .mainBlock .centerBlock .formBlock:before {
    display: none;
  }
  user-region .mainBlock .centerBlock .formBlock .userRegisterMain .inputItemRow {
    padding-left: 0;
    padding-right: 0;
  }
  user-region .mainBlock .centerBlock .formBlock .userRegisterMain .reCaptcha {
    padding-left: 0;
  }
  user-region .mainBlock .centerBlock .formBlock .userRegisterMain .sozlesmeLinkBlock .sozlesmeLink {
    text-align: left;
  }
  user-region .mainBlock .centerBlock .formBlock .userRegisterMain .firmaKayitTitle {
    padding-left: 0 !important;
    font-size: 14px;
  }
  user-region .mainBlock .centerBlock .formBlock:after {
    top: -20px;
  }
  user-region .mainBlock .centerBlock .formBlock .inputItemRow input, user-region .mainBlock .centerBlock .formBlock .inputItemRow select {
    height: 45px;
    font-size: 15px;
    padding: 5px 15px;
  }
  user-region .mainBlock .centerBlock .formBlock .inputItemRow textarea {
    height: 100px;
    font-size: 15px;
    padding: 5px 15px;
  }
  user-region .mainBlock .centerBlock .formBlock .lgnButton, user-region .mainBlock .centerBlock .formBlock .btnRegister, user-region .mainBlock .centerBlock .formBlock .btnUyeliksiz {
    height: 45px;
    font-size: 15px;
  }
  user-region .mainBlock .centerBlock .formBlock .lgnButton:before, user-region .mainBlock .centerBlock .formBlock .btnRegister:before, user-region .mainBlock .centerBlock .formBlock .btnUyeliksiz:before {
    background-size: 40px;
  }
  user-region .mainBlock .centerBlock .formBlock .lgnFbButton, user-region .mainBlock .centerBlock .formBlock #custom-google-btn {
    height: 45px;
    font-size: 12px;
    padding-left: 55px;
  }
  user-region .mainBlock .centerBlock .formBlock #custom-google-btn:before {
    top: 2px;
    background-size: 29px;
  }
  user-region .mainBlock .centerBlock .formBlock .lgnFbButton:before {
    width: 31px;
    height: 31px;
    background-size: 12px;
    bottom: 6px;
  }
  user-region .mainBlock .centerBlock .formBlock .btnUyeliksiz {
    padding: 0 !important;
  }
  user-region .mainBlock .centerBlock .formBlock .btnPassReset {
    height: 45px;
    font-size: 14px;
  }
  user-region .mainBlock .centerBlock .blockTitle {
    font-size: 25px;
    padding: 0 5px;
  }
  user-region .mainBlock.accountContainer {
    margin: 40px 0px;
    padding: 30px 23px;
    width: 95%;
  }
  user-region .mainBlock.accountContainer .centerBlock {
    margin-top: 0;
  }
  user-region .mainBlock.accountContainer .centerBlock .formBlock {
    padding: 0;
  }
  user-region .mainBlock.accountContainer .centerBlock .formBlock .regiterTypeBlock {
    margin-left: -5px;
  }
  user-region .mainBlock.accountContainer .sosTitle:after, user-region .mainBlock.accountContainer .sosTitle:before {
    width: 17%;
  }
  user-region ._inProfile .profileMenu {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  user-region ._inProfile .userProfileRow {
    padding: 25px 0px;
  }
  user-region ._inProfile .userProfileRow .mobileIl {
    padding-right: 15px !important;
  }
  user-region ._inProfile .userProfileRow .mobileIlce {
    padding-left: 15px !important;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableColMob {
    font: 600 14px "Titillium Web", sans-serif;
    min-height: 48px;
    border: 1px solid #ddd;
    border-right: none;
    border-top: none;
    background-color: #f1f1f1;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableColMob:first-child {
    border-top: 1px solid #ddd;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableRow {
    padding-right: 15px !important;
    margin-bottom: 15px;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableRow .buttonBlock a {
    line-height: 48px;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableRow .tableCol {
    min-height: 48px;
    border: 1px solid #ddd;
    border-top: none;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableRow .tableCol:first-child {
    border: 1px solid #ddd;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem {
    flex-direction: row;
    margin-bottom: 5px;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem label {
    padding-left: 22px;
    margin-bottom: 0;
    width: 50%;
    word-break: break-word;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem > span {
    width: 50%;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem > span:after {
    content: ":";
    font-size: 14px;
    color: #333;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem .sipOdemeBil {
    width: 50%;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem .sipOdemeBil label {
    width: auto;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipDetBtn {
    display: flex;
    flex-direction: column;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipDetBtn .userStandartBTN {
    width: 277px;
    margin-left: 0 !important;
    margin-bottom: 9px;
    float: left;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .cargoContent .cargoTitle {
    align-content: center;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .cargoContent .cargoItem a {
    padding: 0;
    background-color: #transparent;
    border: none;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .cargoContent .cargoItem a i {
    font-size: 12px;
    color: #28a745;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .cargoContent .cargoItem a span {
    color: #28a745;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .PaymentSummary .toptalPriceItem {
    border-bottom: 1px solid #e4e4e4;
    padding: 4px 0 !important;
    align-items: center;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .PaymentSummary .toptalPriceItem .priceItem {
    flex-direction: column;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .PaymentSummary .toptalPriceItem .priceItem label {
    margin-bottom: 3px;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipDetailSummary .PaymentSummary .toptalPriceItem:last-child {
    border-bottom: none !important;
  }
  user-region ._inProfile .userProfileRow .wolData .wolDataLeft {
    padding-left: 15px !important;
  }
  user-region ._inProfile .userProfileRow .wolData .wolDataRight {
    padding-right: 15px !important;
  }
  user-region ._inProfile .userProfileRow .wolData .tableColMob:first-child, user-region ._inProfile .userProfileRow .wolData .tableCol:first-child {
    min-height: 90px;
  }
  user-region ._inProfile .userProfileRow .inputItemRow input, user-region ._inProfile .userProfileRow .inputItemRow select {
    height: 45px;
    font-size: 15px;
    padding: 5px 15px;
  }
  user-region ._inProfile .userProfileRow .inputItemRow textarea {
    height: 100px;
    font-size: 15px;
    padding: 5px 15px;
  }
  user-region ._inProfile .userProfileRow .containerContent {
    padding: 10px 0px;
  }
  user-region ._inProfile .userProfileRow .containerContent .contentWrap {
    padding-bottom: 8px;
  }
  user-region ._inProfile .userProfileRow .containerContent .buttonBlock {
    justify-content: flex-start !important;
  }
  user-region ._inProfile .userProfileRow .containerContent .buttonBlock a {
    margin: 2px 6px 0 0;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateDetail {
    text-align: left;
    margin-top: 7px;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateSipStatus {
    margin-top: 5px;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateSipStatus span {
    background-color: #ffffff;
    padding: 0;
    position: relative;
    padding-left: 8px;
    color: #6574b4;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateSipStatus span:before {
    content: "\f105";
    font-size: 13px;
    color: #6574b4;
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "FontAwesome";
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateSipno {
    margin-top: 4px;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateProductName {
    padding: 0 15px 5px !important;
    border-bottom: 1px solid #ddd;
  }
  user-region ._inProfile .userProfileRow .qnaContainer .qnaItem {
    display: block;
  }
  user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft {
    display: block;
  }
  user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productImg {
    float: left;
    margin-right: 15px;
    width: auto;
  }
  user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productImg img {
    max-width: 60px;
    max-height: 60px;
  }
  user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails {
    padding: 0 10px;
  }
  user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaLeft .productDetails .proAnswerDetail {
    display: inline-block;
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 10px;
  }
  user-region ._inProfile .userProfileRow .qnaContainer .qnaItem .qnaRight {
    margin-left: 10px;
    text-align: left;
    display: inline-block;
  }
  user-region ._inProfile .userProfileRow .commendFrame {
    width: 100%;
    margin-right: 0;
    border: none;
    box-shadow: none;
    border-bottom: var(--border);
    height: 158px;
  }
  user-region ._inProfile .userProfileRow .commendFrame .leftFrame {
    margin-right: 10px;
    width: 30%;
  }
  user-region ._inProfile .userProfileRow .commendFrame .rightFrame {
    width: 70%;
  }
  user-region ._inProfile .userProfileRow .commendFrame .rightFrame .frameCol span, user-region ._inProfile .userProfileRow .commendFrame .rightFrame .frameCol .productName {
    font-size: 13px;
  }
  user-region ._inProfile .userProfileRow .commendFrame .rightFrame .frameCol .productDetail {
    -webkit-line-clamp: 3;
  }
  user-region ._inProfile .userProfileRow .pointFrame {
    width: 100%;
    padding: 10px;
    margin-right: 0;
  }
  user-region ._inProfile .userProfileRow .pointFrame .rightFrame .frameCol .pointTitle {
    font-size: 15px;
  }
  user-region ._inProfile .userProfileRow .pointFrame .rightFrame .frameCol .pointDate {
    font-size: 13px;
  }
  user-region ._inProfile .userProfileRow .pointFrame .pointerCurrencyItem .pointCurrency {
    font-size: 17px;
  }
  user-region ._inProfile .userProfileRow .pointFrame .pointerCurrencyItem p {
    font-size: 14px;
  }
  user-region ._inProfile .userProfileRow .form-container.formLeft {
    padding-bottom: 0 !important;
  }
  user-region ._inProfile .userProfileRow .form-container.formRight {
    padding-top: 0 !important;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil {
    display: block;
    width: 100%;
    border: 0;
    box-shadow: none;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil thead {
    display: none;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil tbody {
    width: 100%;
    display: block;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil tbody tr {
    display: block;
    margin-bottom: 15px;
    border: var(--border);
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    padding: 10px;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil tbody tr td {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    border-top: 0;
    word-break: break-word;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil tbody tr td:last-child {
    border-bottom: none;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil tbody tr td:before {
    content: attr(data-label);
    font-weight: bold;
    color: #333;
    margin-right: 10px;
    font-size: 14px;
    min-width: 90px;
  }
  user-region ._inProfile .userProfileRow .CariIslemYenile {
    padding: 6px 11px;
    font-size: 13px;
    padding: 6px 11px;
  }
  user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow {
    margin-bottom: 6px;
    padding-left: 0;
  }
  user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .formTitle {
    margin-bottom: 2px;
    padding-left: 3px;
  }
  user-region ._inProfile .userProfileRow .cariOdemeBlock .cariButton .ins-data, user-region ._inProfile .userProfileRow .cariOdemeBlock .cariButton .input-group-append {
    width: 100%;
  }
  user-region ._inProfile .userProfileRow .cariOdemeBlock .cariButton .ins-data .btn, user-region ._inProfile .userProfileRow .cariOdemeBlock .cariButton .input-group-append .btn {
    margin: 0 0 6px;
    width: 100%;
    height: 37px;
    font-size: 14px;
  }
  user-region ._inProfile .userStandartBTN {
    font-size: 15px;
  }
  user-region ._inProfile .layoutLeft .mobileHesab {
    margin-right: 0 !important;
  }
  user-region .regiterTypeBlock button.activeRegisterType {
    padding: 0 5px !important;
  }
  user-region .regiterTypeBlock button.activeRegisterType i {
    font-size: 26px;
  }
  user-region .regiterTypeBlock button.activeRegisterType strong {
    margin: 0 5px;
  }
  user-region .kargoBilgiModal .kargotitle {
    padding: 0;
  }
  user-region .kargoBilgiModal .kargoinf {
    padding: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }
  user-region .kargoBilgiModal .hareketDetay .hrkRow {
    margin: 10px 0 !important;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  user-region .kargoBilgiModal .hareketDetay .hrkRow .ktip {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  user-region .mainBlock .centerBlock {
    margin-top: 20%;
  }
  user-region .mainBlock .centerBlock:after {
    display: none;
  }
  user-region .mainBlock .centerBlock .formBlock {
    padding: 35px;
  }
  user-region .mainBlock .centerBlock .formBlock:before {
    display: none;
  }
  user-region .mainBlock .centerBlock .formBlock .userRegisterMain .firmaKayitTitle {
    padding-left: 15px !important;
  }
  user-region .mainBlock .centerBlock .formBlock .userRegisterMain .sozlesmeLinkBlock {
    padding-left: 15px !important;
  }
  user-region .mainBlock .centerBlock .formBlock .userRegisterMain .sozlesmeLinkBlock .sozlesmeLink {
    text-align: left;
  }
  user-region .mainBlock .centerBlock .formBlock .inputItemRow input, user-region .mainBlock .centerBlock .formBlock .inputItemRow select {
    height: 52px;
  }
  user-region .mainBlock .centerBlock .formBlock .lgnButton, user-region .mainBlock .centerBlock .formBlock .btnRegister, user-region .mainBlock .centerBlock .formBlock .btnUyeliksiz {
    height: 52px;
    font-size: 16px;
  }
  user-region .mainBlock .centerBlock .formBlock .lgnButton:before, user-region .mainBlock .centerBlock .formBlock .btnRegister:before, user-region .mainBlock .centerBlock .formBlock .btnUyeliksiz:before {
    background-size: 48px;
  }
  user-region .mainBlock .centerBlock .formBlock .lgnFbButton, user-region .mainBlock .centerBlock .formBlock #custom-google-btn {
    height: 45px;
  }
  user-region .mainBlock .centerBlock .formBlock #custom-google-btn:before {
    top: 2px;
    background-size: 29px;
  }
  user-region .mainBlock .centerBlock .formBlock .lgnFbButton:before {
    width: 31px;
    height: 31px;
    background-size: 12px;
    bottom: 6px;
  }
  user-region .mainBlock .centerBlock .formBlock .btnPassReset {
    height: 52px;
    font-size: 15px;
  }
  user-region .mainBlock .centerBlock .blockTitle {
    font-size: 30px;
  }
  user-region .mainBlock.accountContainer {
    margin: 40px 15px;
  }
  user-region .mainBlock.accountContainer .centerBlock {
    margin-top: 0;
  }
  user-region .mainBlock.accountContainer .centerBlock .formBlock {
    padding: 0;
  }
  user-region ._inProfile .profileMenu {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  user-region ._inProfile .userProfileRow {
    padding: 25px 0px;
    /* yeni yorumlar */
  }
  user-region ._inProfile .userProfileRow .mobileIl {
    padding-right: 15px !important;
  }
  user-region ._inProfile .userProfileRow .mobileIlce {
    padding-left: 15px !important;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableColMob {
    font: 600 14px "Titillium Web", sans-serif;
    min-height: 48px;
    border: 1px solid #ddd;
    border-right: none;
    border-top: none;
    background-color: #f1f1f1;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableColMob:first-child {
    border-top: 1px solid #ddd;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableRow {
    padding-right: 15px !important;
    margin-bottom: 15px;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableRow .buttonBlock a {
    line-height: 48px;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableRow .tableCol {
    min-height: 48px;
    border: 1px solid #ddd;
    border-top: none;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableRow .tableCol:first-child {
    border: 1px solid #ddd;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem {
    flex-direction: row;
    margin-bottom: 5px;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem label {
    padding-left: 22px;
    margin-bottom: 0;
    width: 70%;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem > span {
    width: 30%;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem > span:after {
    content: ":";
    font-size: 14px;
    color: #333;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem .sipOdemeBil {
    width: 30%;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem .sipOdemeBil label {
    width: auto;
  }
  user-region ._inProfile .userProfileRow .wolData .wolDataLeft {
    padding-left: 15px !important;
  }
  user-region ._inProfile .userProfileRow .wolData .wolDataRight {
    padding-right: 15px !important;
  }
  user-region ._inProfile .userProfileRow .wolData .tableColMob:first-child, user-region ._inProfile .userProfileRow .wolData .tableCol:first-child {
    min-height: 90px;
  }
  user-region ._inProfile .userProfileRow .inputItemRow input, user-region ._inProfile .userProfileRow .inputItemRow select {
    height: 52px;
  }
  user-region ._inProfile .userProfileRow .tableContent .commendFrame {
    width: 100%;
    margin-right: 0;
  }
  user-region ._inProfile .userProfileRow .form-container.formLeft {
    padding-bottom: 0 !important;
  }
  user-region ._inProfile .userProfileRow .form-container.formRight {
    padding-top: 0 !important;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil {
    display: block;
    width: 100%;
    border: 0;
    box-shadow: none;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil thead {
    display: none;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil tbody {
    width: 100%;
    display: block;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil tbody tr {
    display: block;
    margin-bottom: 15px;
    border: var(--border);
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    padding: 10px;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil tbody tr td {
    display: flex;
    align-items: center;
    padding: 7px 0px;
    border-bottom: 1px solid #eee;
    border-top: 0;
    word-break: break-word;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil tbody tr td:last-child {
    border-bottom: none;
  }
  user-region ._inProfile .userProfileRow .table-container .tableMobil tbody tr td:before {
    content: attr(data-label);
    font-weight: bold;
    color: #333;
    margin-right: 10px;
    min-width: 90px;
  }
  user-region ._inProfile .userProfileRow .pointFrame {
    width: 100%;
    padding: 10px;
    margin-right: 0;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateDetail {
    text-align: left;
    margin-top: 7px;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateSipStatus {
    margin-top: 5px;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateSipStatus span {
    background-color: #ffffff;
    padding: 0;
    position: relative;
    padding-left: 8px;
    color: #6574b4;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateSipStatus span:before {
    content: "\f105";
    font-size: 13px;
    color: #6574b4;
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "FontAwesome";
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateSipno {
    margin-top: 4px;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateProductName {
    padding: 0 15px 5px !important;
    border-bottom: 1px solid #ddd;
  }
  user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow {
    margin-bottom: 6px;
    padding-left: 0;
  }
  user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .formTitle {
    margin-bottom: 2px;
    padding-left: 3px;
  }
  user-region ._inProfile .layoutLeft .mobileHesab {
    margin-right: 0 !important;
  }
  user-region .kargoBilgiModal .kargotitle {
    padding: 0;
  }
  user-region .kargoBilgiModal .kargoinf {
    padding: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }
  user-region .kargoBilgiModal .hareketDetay .hrkRow {
    margin: 10px 0 !important;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  user-region .kargoBilgiModal .hareketDetay .hrkRow .ktip {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  user-region .mainBlock .centerBlock {
    margin-top: 20%;
  }
  user-region .mainBlock .centerBlock .userRegisterMain .firmaKayitTitle {
    padding-left: 15px !important;
  }
  user-region .mainBlock .centerBlock .userRegisterMain .sozlesmeLinkBlock {
    padding-left: 15px !important;
  }
  user-region .mainBlock .centerBlock .userRegisterMain .sozlesmeLinkBlock .sozlesmeLink {
    text-align: left;
  }
  user-region .mainBlock.accountContainer .centerBlock {
    margin-top: 0;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableColMob {
    font: 600 14px "Titillium Web", sans-serif;
    min-height: 48px;
    border: 1px solid #ddd;
    border-right: none;
    border-top: none;
    background-color: #f1f1f1;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableColMob:first-child {
    border-top: 1px solid #ddd;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableRow {
    padding-right: 15px !important;
    margin-bottom: 15px;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableRow .buttonBlock a {
    line-height: 48px;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableRow .tableCol {
    min-height: 48px;
    border: 1px solid #ddd;
    border-top: none;
  }
  user-region ._inProfile .userProfileRow .tableBody .tableRow .tableCol:first-child {
    border: 1px solid #ddd;
  }
  user-region ._inProfile .userProfileRow .wolData .wolDataLeft {
    padding-left: 15px !important;
  }
  user-region ._inProfile .userProfileRow .wolData .wolDataRight {
    padding-right: 15px !important;
  }
  user-region ._inProfile .userProfileRow .wolData .tableColMob:first-child, user-region ._inProfile .userProfileRow .wolData .tableCol:first-child {
    min-height: 90px;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem {
    flex-direction: row;
    margin-bottom: 5px;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem label {
    padding-left: 22px;
    margin-bottom: 0;
  }
  user-region ._inProfile .userProfileRow .sipDetailContent .sipInformation .sipDetailItem > span::after {
    content: ":";
    font-size: 14px;
    color: #333;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateDetail {
    text-align: right;
    margin-top: 7px;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateSipStatus {
    margin-top: 5px;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateSipStatus span {
    background-color: #ffffff;
    padding: 0;
    position: relative;
    padding-left: 8px;
    color: #6574b4;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateSipStatus span:before {
    content: "\f105";
    font-size: 13px;
    color: #6574b4;
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "FontAwesome";
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateSipno {
    border-bottom: 1px solid #ddd;
  }
  user-region ._inProfile .userProfileRow .rebateItem .rebateProductName {
    padding: 0 15px 5px !important;
    border-bottom: 1px solid #ddd;
  }
  user-region ._inProfile .userProfileRow .form-container.formLeft {
    padding-bottom: 0 !important;
  }
  user-region ._inProfile .userProfileRow .form-container.formRight {
    padding-top: 0 !important;
  }
  user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow {
    margin-bottom: 6px;
    padding-left: 0;
  }
  user-region ._inProfile .userProfileRow .cariDetayFilter .filterRow .formTitle {
    margin-bottom: 2px;
    padding-left: 3px;
  }
  user-region ._inProfile .kargoBilgiModal .kargotitle {
    padding: 0;
  }
  user-region ._inProfile .kargoBilgiModal .kargoinf {
    padding: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }
  user-region ._inProfile .kargoBilgiModal .hareketDetay .hrkRow {
    margin: 10px 0 !important;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  user-region ._inProfile .kargoBilgiModal .hareketDetay .hrkRow .ktip {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  user-region .mainBlock .centerBlock .formBlock {
    padding: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  user-region .mainBlock .blockTrn .centerBlock {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  user-region .mainBlock .blockTrn .blockTrnLeft .userRegisterMain .firmaKayitTitle {
    padding-left: 15px !important;
  }
  user-region .mainBlock .blockTrn .blockTrnLeft .userRegisterMain .reCaptchaBlock .reCaptcha {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  user-region .mainBlock .blockTrn .blockTrnLeft .userRegisterMain .reCaptchaBlock .sozlesmeLinkBlock {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px !important;
  }
  user-region .mainBlock .blockTrn .blockTrnLeft .userRegisterMain .reCaptchaBlock .sozlesmeLinkBlock .sozlesmeLink {
    text-align: left;
  }
  user-region .userRegisterPage .blockTrn .formBlock {
    padding: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  user-region .mainBlock .blockTrn .centerBlock .formBlock {
    padding: 45px;
  }
  user-region .mainBlock .blockTrn .blockTrnLeft .userRegisterMain .reCaptchaBlock .reCaptcha {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  user-region .mainBlock .blockTrn .blockTrnLeft .userRegisterMain .reCaptchaBlock .sozlesmeLinkBlock {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px !important;
  }
  user-region .mainBlock .blockTrn .blockTrnLeft .userRegisterMain .reCaptchaBlock .sozlesmeLinkBlock .sozlesmeLink {
    text-align: left;
  }
}
#ftoDetail [aria-label=Close] span, #irsDetail [aria-label=Close] span {
  padding: 5px 14px;
  background-color: #ddd;
  font-size: 21px;
  font-weight: bold;
}
#ftoDetail .modal-title, #irsDetail .modal-title {
  font-weight: bold;
}
#ftoDetail .modal-xl, #irsDetail .modal-xl {
  max-width: 1140px;
}

@media (max-width: 1199px) {
  .min-max-sifirla {
    max-width: unset !important;
    min-width: unset !important;
    overflow: hidden;
  }
}
.commentBlock {
  margin-bottom: 20px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  /* hover previous stars in list */
}
.commentBlock .rating {
  border: none;
  float: right;
  height: 30px;
}
.commentBlock .rating input {
  display: none;
}
.commentBlock .rating label {
  color: #ddd;
  float: right;
}
.commentBlock .rating label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  margin-bottom: 0;
  margin-right: 0;
}
.commentBlock .rating .half:before {
  content: "\f089";
  position: absolute;
}
.commentBlock .rating > .rating > input:checked ~ label, .commentBlock .rating:not(:checked) > label:hover, .commentBlock .rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}
.commentBlock .rating > input:checked + label:hover,
.commentBlock .rating > input:checked ~ label:hover,
.commentBlock .rating > label:hover ~ input:checked ~ label,
.commentBlock .rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}
.commentBlock .rating > input:checked + label,
.commentBlock .rating > input:checked ~ label {
  color: #FFED85;
}
.commentBlock .commentStar span {
  float: left;
  display: block;
  margin-right: 10px;
  padding: 7px 0;
}
.commentBlock .commentStar fieldset {
  float: left;
  display: block;
}
.commentBlock .commentInputBlock input {
  margin-bottom: 15px;
  border-radius: 0;
  line-height: 2.5;
}
.commentBlock .commentInputBlock input:focus, .commentBlock .commentInputBlock input:active {
  box-shadow: none;
  border: 1px solid #000;
  outline: none;
}
.commentBlock .commentInputBlock textarea {
  margin-bottom: 15px;
  border-radius: 0;
  line-height: 1.5;
  height: 150px;
}
.commentBlock .commentInputBlock textarea:focus, .commentBlock .commentInputBlock textarea:active {
  box-shadow: none;
  border: 1px solid #000;
  outline: none;
}

@media (min-width: 1455px) {
  user-region ._inProfile .userLayout {
    display: flex;
    flex-direction: row;
    margin: 32px auto;
    max-width: 1500px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    padding: 25px;
  }
  user-region ._inProfile .userLayout .layoutLeft {
    width: 18%;
    display: inline-block;
    margin-right: 25px;
  }
  user-region ._inProfile .userLayout .layoutLeft .mobileHesab {
    display: none !important;
  }
  user-region ._inProfile .userLayout .layoutLeft .menuOverlay {
    display: none !important;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu {
    padding: 1px;
    background-color: var(--main-background);
    border-radius: 5px;
    border: 1px solid #e2e2e2;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .profileMenuBtn {
    background-color: #fafafa;
    color: #333;
    border: none;
    width: -webkit-fill-available;
    padding: 10px 20px;
    display: inline-block;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .profileMenuBtn strong {
    font-size: 17px;
    align-content: center;
    padding-left: 39px;
    color: #444;
    font-weight: 600;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .profileMenuBtn span {
    display: none;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .profileMenuBtn:after {
    display: none;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .profileMenuBtn:before {
    background-image: url(/Themes/StandartV2/assets/img/userPanelMenu2.png);
    top: 7px;
    left: 10px;
    filter: invert(0.4);
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuList {
    display: block;
    position: inherit;
    z-index: auto;
    background-color: transparent;
    border: none;
    margin-top: 0;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuList ul li {
    padding: 2px 0px;
    transition: all 0.2s ease;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuList ul li a {
    color: #444;
    text-align: left;
    font-size: 15px;
    padding: 9px 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuList ul li a img {
    width: 34px;
    height: auto;
    padding-right: 11px;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuList ul li:hover {
    background-color: #ededed;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuList li.active {
    background-color: #ededed;
    border-radius: 5px;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuList li.active a {
    color: #000;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuList #sifre img {
    filter: contrast(0.8);
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuList ul li:last-child {
    border-bottom: 0 !important;
  }
  user-region ._inProfile .userLayout .layoutRight {
    width: 80%;
    /*.pageTitle strong {
                    padding-top: 14px;
                }*/
  }
}
@media (max-width: 1455px) {
  user-region ._inProfile .userLayout {
    display: flex;
    flex-direction: column;
    padding: 15px;
  }
  user-region ._inProfile .userLayout .userProfileRow {
    padding: 25px;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  }
  user-region ._inProfile .userLayout .pageTitle {
    display: block !important;
    flex: 0 0 70%;
    max-width: 70%;
  }
  user-region ._inProfile .userLayout .pageTitle strong {
    padding: 5px 0;
  }
  user-region ._inProfile .userLayout .layoutLeft {
    margin-bottom: -34px;
    margin-right: -15px;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu.active .menuOverlay {
    display: block !important;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu.active .menuContent {
    right: 0;
  }
  user-region ._inProfile .userLayout .layoutLeft .mobileHesab {
    position: relative;
    display: inline-block;
    float: right;
    min-height: 42px;
    background-color: #fff;
    color: #333;
    min-width: auto;
    border: 1px solid #dad7d7;
    padding: 5px 30px 5px 8px;
    border-radius: 5px;
    align-content: center;
    font-size: 15px;
    margin-right: 15px;
  }
  user-region ._inProfile .userLayout .layoutLeft .mobileHesab:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 12px;
    top: 16px;
    border: none;
    border-left: 2px solid #888;
    border-bottom: 2px solid #888;
    transform: rotate(225deg);
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent {
    position: fixed !important;
    top: 0 !important;
    right: -80%;
    width: 80%;
    border: 0;
    height: 100%;
    z-index: 9999;
    background-color: #fafafa;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
    padding: 14px 17px;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent .closeMenu {
    position: absolute;
    top: 8px;
    right: 15px;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    display: block !important;
    z-index: 2;
    color: #888;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent .profileMenuBtn {
    display: inline-block;
    color: #444;
    width: 100%;
    padding: 0 5px;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent .profileMenuBtn strong {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent .profileMenuBtn span {
    font-weight: 600;
    font-size: 20px;
    padding: 0;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent .profileMenuBtn:before {
    display: none;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent .menuList {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.18) 0px 1px 4px;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent .menuList ul li {
    border-bottom: 1px solid #ddd;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent .menuList ul li a {
    color: #0e0e0e;
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
    padding: 12px 15px;
    position: relative;
    text-decoration: none;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent .menuList ul li a img {
    width: 19px;
    height: auto;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent .menuList ul li a span {
    padding-left: 9px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent .menuList ul li a:after {
    content: "\e684";
    font-family: "Pe-icon-7-stroke";
    position: absolute;
    top: 8px;
    right: 9px;
    font-size: 22px;
  }
  user-region ._inProfile .userLayout .layoutLeft .hesapMenu .menuContent .menuList ul li .logoutBtn {
    color: #535353;
  }
}