.fs-sm-1 {
	font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-sm-2 {
	font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-sm-3 {
	font-size: calc(1.26rem + 0.12vw) !important;
}
.fs-sm-4 {
	font-size: 1.25rem !important;
}
.fs-sm-5 {
	font-size: 1.15rem !important;
}
.fs-sm-6 {
	font-size: 1.075rem !important;
}
.fs-sm-7 {
	font-size: 0.95rem !important;
}
.fs-sm-8 {
	font-size: 0.85rem !important;
}
.fs-sm-9 {
	font-size: 0.75rem !important;
}
.fs-sm-10 {
	font-size: 0.5rem !important;
}
.fs-sm-sm {
	font-size: 0.95rem !important;
}
.fs-sm-base {
	font-size: 1rem !important;
}
.fs-sm-lg {
	font-size: 1.075rem !important;
}
.fs-sm-xl {
	font-size: 1.21rem !important;
}
.fs-sm-fluid {
	font-size: 100% !important;
}
.fs-sm-2x {
	font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-sm-2qx {
	font-size: calc(1.35rem + 1.2vw) !important;
}
.fs-sm-2hx {
	font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-sm-2tx {
	font-size: calc(1.4rem + 1.8vw) !important;
}
.fs-sm-3x {
	font-size: calc(1.425rem + 2.1vw) !important;
}
.fs-sm-3qx {
	font-size: calc(1.45rem + 2.4vw) !important;
}
.fs-sm-3hx {
	font-size: calc(1.475rem + 2.7vw) !important;
}
.fs-sm-3tx {
	font-size: calc(1.5rem + 3vw) !important;
}
.fs-sm-4x {
	font-size: calc(1.525rem + 3.3vw) !important;
}
.fs-sm-4qx {
	font-size: calc(1.55rem + 3.6vw) !important;
}
.fs-sm-4hx {
	font-size: calc(1.575rem + 3.9vw) !important;
}
.fs-sm-4tx {
	font-size: calc(1.6rem + 4.2vw) !important;
}
.fs-sm-5x {
	font-size: calc(1.625rem + 4.5vw) !important;
}
.fs-sm-5qx {
	font-size: calc(1.65rem + 4.8vw) !important;
}
.fs-sm-5hx {
	font-size: calc(1.675rem + 5.1vw) !important;
}
.fs-sm-5tx {
	font-size: calc(1.7rem + 5.4vw) !important;
}
.fs-sm-6x {
	font-size: calc(1.725rem + 5.7vw) !important;
}
.fs-sm-6qx {
	font-size: calc(1.75rem + 6vw) !important;
}
.fs-sm-6hx {
	font-size: calc(1.775rem + 6.3vw) !important;
}
.fs-sm-6tx {
	font-size: calc(1.8rem + 6.6vw) !important;
}
.fs-sm-7x {
	font-size: calc(1.825rem + 6.9vw) !important;
}
.fs-sm-7qx {
	font-size: calc(1.85rem + 7.2vw) !important;
}
.fs-sm-7hx {
	font-size: calc(1.875rem + 7.5vw) !important;
}
.fs-sm-7tx {
	font-size: calc(1.9rem + 7.8vw) !important;
}

.td-bg-gray{
	background-color: #F2F2F2;
}
.cursor-pointer{
	cursor: pointer;
}

.alert-heading{
	font-size: 1.11rem !important;
	font-weight:600;
}

.display-none{
	display:none;
}
.display-block{
	display:block;
	}	


.outline-none:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-gray{
	color:gray;
}


.fs-semibold {
    font-weight: 600 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}


.card {
    --bs-card-spacer-y: 30px;
    --bs-card-spacer-x: 30px;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: #29343d;
    --bs-card-subtitle-color: #98A4AE;
    --bs-card-border-width: 0px;
    --bs-card-border-color: #ebf1f6;
    --bs-card-border-radius: 12px;
    --bs-card-box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
    --bs-card-inner-border-radius: 12px;
    --bs-card-cap-padding-y: 15px;
    --bs-card-cap-padding-x: 30px;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    box-shadow: var(--bs-card-box-shadow);
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
}

h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: normal !important;
}
.h5, h5 {
    font-size: 1.125rem;
}

.card-subtitle {
    font-size: 15px;
    line-height: 24px;
}
.lh-base {
    line-height: 1.5 !important;
}
.card-subtitle {
    margin-top: calc(-.5* var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color);
}

.gap-9 {
    gap: 20px !important;
}

.mt-2 {
    margin-top: .5rem !important;
}
.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.round-48 {
    width: 48px;
    height: 48px;
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
}

.rounded-tab{
	border-radius:5px 5px 0px 0px;
}

.border-right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;	
}

.border-left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;	
}

.border-top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;	
}
.bg-gray-light{
	background-color: #F7F7F7;
}


.btn-sosyal{
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
	background-size:32px;
}
.sosyal-trendyol{
	background-image: url(image/sosyal/trendyol.png);
}


.text-italic{
	font-style: italic;
}


.btn-sari{
	color:#000000;
	background-color:#ffed00;
	border-top-color: #DFCE00;
	border-right-color: #DFCE00;
	border-bottom-color: #DFCE00;
	border-left-color: #DFCE00;
	font-weight: bold;
}.btn-success:focus, .btn-sari.focus{
	color:#fff;
	background-color:#F0DE00;
	border-top-color: #D9C900;
	border-right-color: #D9C900;
	border-bottom-color: #D9C900;
	border-left-color: #D9C900;
}.btn-sari:hover{
	color:#000000;
	background-color:#F0DE00;
	border-top-color: #B9AB00;
	border-right-color: #B9AB00;
	border-bottom-color: #B9AB00;
	border-left-color: #B9AB00;
}.open>.dropdown-toggle.btn-sari, .btn-sari.active, .btn-sari:active{
	color:#fff;
	background-color:#F0DE00;
	border-top-color: #FFEF28;
	border-right-color: #FFEF28;
	border-bottom-color: #FFEF28;
	border-left-color: #FFEF28;
}.btn-success:active:focus, .open>.dropdown-toggle.btn-sari.focus, .open>.dropdown-toggle.btn-sari:focus, .open>.dropdown-toggle.btn-sari:hover, .btn-sari.active.focus, .btn-sari.active:hover, .btn-sari:active.focus, .btn-sari:active:hover, .btn-sari.active:focus{
	color:#fff;
	background-color:#F0DE00;
	border-top-color: #AEA200;
	border-right-color: #AEA200;
	border-bottom-color: #AEA200;
	border-left-color: #AEA200;
}.open>.dropdown-toggle.btn-sari, .btn-sari.active, .btn-sari:active{background-image:none}.btn-success[disabled].focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:focus, .btn-sari.disabled.focus, .btn-sari.disabled:hover, .btn-sari.disabled:focus, .btn-sari[disabled]:focus, fieldset[disabled] .btn-sari.focus, fieldset[disabled] .btn-sari:hover{
	background-color:#FFF580;
	border-top-color: #F0DE00;
	border-right-color: #F0DE00;
	border-bottom-color: #F0DE00;
	border-left-color: #F0DE00;
}.btn-sari .badge{
	color:#F0DE00;
	background-color:#fff
}






.btn-standart {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}



.btn-standart:hover,
.btn-standart:active,
.btn-standart.active,
.btn-standart.disabled,
.btn-standart[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-standart:active,
.btn-standart.active {
  background-color: #cccccc \9;
}

.btn-standart:first-child {
  *margin-left: 0;
}

.btn-standart:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn-standart:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}



.btn-turuncu{
	color:#FFFFFF;
	background-color:#333333;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.btn-turuncu.focus{
	color:#fff;
	background-color:#333333;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}.btn-turuncu:hover{
	color:#FFFFFF;
	background-color:#333333;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.dropdown-menu{
	background-color: #FFFFFF;
}
.dropdown-menu .hr {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.dropdown-menu .a-bold{
	float: left;
	width: 100%;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14pt;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 35px;
	margin: 0px;
}.dropdown-menu .a-bold i {
	float: left;
	margin-right: 8px;
	margin-top: 7px;
}
.dropdown-menu-left::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%; /* position */
    position: absolute;
    top: -8px;
}

.dropdown-menu-left::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%; /* position */
    position: absolute;
    top: -7px;
}

.dropdown-menu-right::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 5%; /* position */
    position: absolute;
    top: -8px;
}

.dropdown-menu-right::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 5%; /* position */
    position: absolute;
    top: -7px;
}
.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-light{
	color:#212529;
	background-color:#f8f9fa;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}

.btn-icon font{
	margin: 0px;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12pt;
}
.btn-icon .material-icons{
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	color: #333333;
}

.dwop-link i{
	font-size: 24pt;
	font-weight: bold;
}


.btn-siyah{
	color:#FFFFFF;
	background-color:#FF5105;
	border-top-color: #D94100;
	border-right-color: #D94100;
	border-bottom-color: #D94100;
	border-left-color: #D94100;
}




.btn-siyah:hover,
.btn-siyah:active,
.btn-siyah.active,
.btn-siyah:focus,
.btn-siyah.focus,
.btn-siyah.disabled,
.btn-siyah[disabled] {
	color:#FFFFFF;
  background-color: #D94100;
  *background-color: #D94100;
}


.btn-siyah:focus,
.btn-siyah.focus {
	color:#FFFFFF;
  background-color: #D94100 \9;
}

.btn-siyah:active,
.btn-siyah.active {
	color:#FFFFFF;
  background-color: #D94100 \9;
}



.skiptranslate{
	display:none!important;
}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}