@import "https://use.fontawesome.com/releases/v5.8.1/css/all.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
* {
	margin: 0;
	padding: 0;
}
h5, h6 {
	font-size:14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-element {
	font-size:0.9rem!important;
}
.sticky {
	position: sticky;
bottom: 36px;
}
#webron a {
	color: #061319;
	font-weight: 400;
}

#webron li {
	list-style: none;
	list-style-image: none;
}

#webron strong {
	font-weight: 500!important;
}

#webron .bg-orange {
	background: #ff9000;
}

#webron .color-orange {
	color: #ff9000;
}

#webron .icon {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
	/*! padding-bottom: -2px; */
}
#webron .content-full{
	width:100%!important;
}
#webron .list-group,
#webron .card {
	border-radius: 0rem;

}

#webron .list-group {
	border: 1px solid #dee2e6;
}

#webron .list-group .list-group-item {
	border: 0px;
}
.teslimat_adresleri {
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media (max-width:767px) {
	#webron .jp-card-container {
		display:none;

	}
	#webron .m-center {
		text-align: center;
	}
}

#webron .btn-outline-dark:hover {
	color:#fff!important;
}
#webron .icon.orders {
	background: url(icons/icon-orders.png) no-repeat;
}

#webron .icon.requests {
	background: url(icons/icon-requests.png) no-repeat;
}

#webron .icon.member {
	background: url(icons/icon-member.png) no-repeat;
}

#webron .icon.gifts {
	background: url(icons/icon-gift.png) no-repeat;
}
#webron .icon.support {
	background: url(icons/icon-support.png) no-repeat;
}

#webron .icon.settings {
	background: url(icons/icon-settings.png) no-repeat;
}
#webron .icon.location {
	background: url(icons/icon-location.png) no-repeat;
}

#webron .icon.logout {
	background: url(icons/icon-logout.png) no-repeat;
}
#webron .icon.like {
	background: url(icons/icon-like.png) no-repeat;
}
#webron .icon.question {
	background: url(icons/icon-question.png) no-repeat;
}
#webron .icon.invoice {
	background: url(icons/icon-invoice.png) no-repeat;
}#webron .icon.users {
	background: url(icons/icon-users.png) no-repeat;
}

#webron .icon.arrow-orange {
	background: url(icons/icon-orange-arrow.png) no-repeat;
}

.form-element {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-sizing: border-box;
}
/* PANEL MENU */

#webron .name-icon {
	width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    color: #fff;
    font-weight: 500;
}

#webron .member-menu {
	display: block;
}

#webron .member-menu a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ededed;
	padding: 11px 5px;
	font-size: 14px;
	line-height: 26px;
}

.alert-dismissible {
    padding-right: 1rem;
}
/* SETTINGS */

#webron .settings-form {
	position: relative;
}

#webron .settings-form input[type="checkbox"],
#webron .settings-form input[type="radio"] {
	position: absolute;
	display: none;
}

#webron input[type="checkbox"]+label span,
#webron .settings-form input[type="radio"]+label span {
	margin-left: 40px;
	display: block;
	line-height: 24px;
	cursor: pointer;
}

#webron .settings-form input[type="checkbox"]+label span small,
#webron .settings-form input[type="radio"]+label span small {
	display: block;
	line-height: 1;
}

#webron .settings-form input[type="checkbox"]+label:before,
#webron .settings-form input[type="radio"]+label:before {
	width: 24px;
	height: 24px;
	content: '';
	background: url(icons/icon-tick-empty.png);
	position: absolute;
	left: 0;
}

#webron .settings-form input[type="checkbox"]:checked+label:before,
#webron .settings-form input[type="radio"]:checked+label:before {
	width: 24px;
	height: 24px;
	padding: 4px;
	content: '';
	background: #0074ff;
	position: absolute;
	background: url(icons/icon-tick-checked.png);
	left: 0;
}


/* HESAP BÄ°GLÄ°LERÄ° GÃœNCELLEME */

#webron .adres-list {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

#webron .adres-list div {
	min-width: 30px;
	font-size: 14px;
}

#webron .adres-list div:nth-child(1) {
	max-width: 30px;
	text-align: center;
}

@media (max-width:767px) {
	#webron .adres-list {
		margin: 10px 0;
		display: grid;
		grid-template-columns: auto;
	}
	#webron .adres-list div {
		display: block;
	}
	#webron .adres-list div:nth-child(1) {
		border: 1px solid #ddd;
		max-width: 30px;
		text-align: center;
	}
	.payment label {
		font-size: 13px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}


/* IPTAL VE IADE */

#webron .accordion .item {
	padding: 8px 0;
}

#webron .accordion .item .order-product-title {
	display: flex;
	align-items: center;
	cursor: pointer;
}

#webron .accordion .item .card-body {
	font-size: 13px;
}

@keyframes highlight {
	0% {
		opacity: 1;
	}
	50% {
		opacity: .3;
	}
	100% {
		opacity: 1;
	}
}

.highlight {
	animation: highlight .5s;
	animation-iteration-count: 5;
}


/* HEDIYE KUPONLAR */

#webron .gift-coupons .copy-code {
	padding-left: 18px;
	position: relative;
	cursor: pointer;
}

#webron .gift-coupons .copy-code:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	background: url(icons/icon-copy.png);
}

@media (max-width:767px) {
	#webron .gift-coupons .list-item div {
		border-bottom: 1px solid #ddd;
		padding: 4px 0;
	}
	#webron .gift-coupons .list-item div span {
		margin-left: 10px;
	}
	#webron .gift-coupons .list-item div:before {
		font-weight: 500;
		width: 150px;
		float: left;
	}
	#webron .gift-coupons .list-item div:nth-of-type(1):before {
		content: 'Kupon:	';
	}
	#webron .gift-coupons .list-item div:nth-of-type(2):before {
		content: 'Kupon Kodu:';
	}
	#webron .gift-coupons .list-item div:nth-of-type(3):before {
		content: 'Geçerlilik Tarihi:	';
	}
	#webron .gift-coupons .list-item div:nth-of-type(4):before {
		content: 'Durumu:	';
	}
}

#webron .copy-click {
	position: relative;
	padding-bottom: 2px;
	text-decoration: none;
	cursor: copy;
	color: #484848;
	border-bottom: 1px dashed #767676;
	transition: background-color calc(var(--duration) * 2) var(--ease);
}

#webron .copy-click:after {
	content: attr(data-tooltip-text);
	position: absolute;
	bottom: calc(100% + 6px);
	left: 50%;
	padding: 8px 16px;
	white-space: nowrap;
	background-color: white;
	border-radius: 4px;
	box-shadow: 0 0 0 -12px rgba(0, 0, 0, 0);
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, 12px);
	transform: translate(-50%, 12px);
	transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), -webkit-transform calc(var(--duration) / 1.5) var(--bounce);
	transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), transform calc(var(--duration) / 1.5) var(--bounce);
	transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), transform calc(var(--duration) / 1.5) var(--bounce), -webkit-transform calc(var(--duration) / 1.5) var(--bounce);
}

#webron .copy-click.is-hovered:after {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	transition-timing-function: var(--ease);
}

#webron .copy-click.is-copied {
	background-color: yellow;
}

#webron .copy-click.is-copied:after {
	content: attr(data-tooltip-text-copied);
}


/* ODEME AÅžAMALAR */

#webron .co-steps {
	counter-reset: step;
	width: 100%;
}

#webron .co-steps li {
	float: left;
	width: 25%;
	position: relative;
	text-align: center;
}

#webron .co-steps li:before {
	font-size: 18px;
	content: counter(step);
	counter-increment: step;
	width: 3rem;
	height: 3rem;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: block;
	text-align: center;
	margin: 0 auto 0.5rem auto;
	background: #fff;
	transition: 0.3s ease-in-out;
	line-height: 2.7rem;
	z-index: 1;
}

#webron .co-steps li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #ddd;
	top: 1.5rem;
	left: -50%;
	z-index: -1;
}

#webron .co-steps li:first-child:after {
	content: none;
}

#webron .co-steps li.co-steps-active {
	color: #1f568c;
}

#webron .co-steps li.co-steps-active:before {
	color: #fff;
	background: #000;
	border-color: #000;

}

#webron .co-steps li.co-steps-active+li:after {
	background: #000;
}


/* SEPET */

#webron .quantity-control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: fit-content;
	background: #fff;
	border: 1px solid #eee;
	padding: .5rem 0.2rem;
	border-radius: 3px;
}

#webron .quantity-btn {
	background: transparent;
	border: none;
	outline: none;
	margin: 0;
	padding: 0px 8px;
	cursor: pointer;
}

#webron .quantity-btn svg {
	width: 10px;
	height: 10px;
}

#webron .quantity-input {
	outline: none;
	user-select: none;
	text-align: center;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
}

#webron .quantity-input::-webkit-inner-spin-button,
#webron .quantity-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#webron .basketdiscount h6 {
	font-size: 12px!important;
}

#webron .cart-product,
#webron .cart-price,
#webron .cart-quantity,
#webron .cart-subtotal {
	display: flex;
	align-items: center;
}

#webron .cart-subtotal {
	justify-content: space-between;
}
#webron .cart-product {
	min-height: 70px;
}

#webron .cart-product span.h6 {
	font-size: 13px!important;
}

#webron .cart-product span {
	font-size: 12px!important;
}

@media (max-width:580px) {
	#webron .cart-price,
	#webron .cart-quantity,
	#webron .cart-subtotal {
		display: flex;
		padding: 10px;
		border-top: 1px dotted #ddd;
	}
	#webron .cart-product {
		margin-bottom: 10px;
	}
	#webron .cart-price {
		display: flex;
		justify-content: space-between!important;
	}
	#webron .cart-price:before {
		content: 'Fiyat: ';
	}
	#webron .cart-quantity {
		display: flex;
		justify-content: flex-end!important;
	}
	#webron .cart-subtotal {
		display: flex;
		justify-content: space-between!important;
		background: #e9f2fb;
	}
	#webron .cart-subtotal:before {
		content: 'Ara Toplam:';
	}
}
.btn-link {
  color: var(--color-black)!important;
}

/* BUTTONS */

#webron button:hover {
	opacity: .9;
}

#webron .btn-orange {
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
	background: #000;
	width: 200px;
	border: 0;
	font-weight: 500;
	border-radius: 0;
}

#webron .btn-blue {
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
	background: #000;
	width: 220px;
	border: 0;
	font-weight: 500;
	border-radius: 0;
}

#webron .btn-facebook {
	padding: 4px 20px;
	background: transparent;
	text-decoration: none;
}æç

#webron .btn-facebook i {
	float: left;
	background: #475993;
	color: #fff;
	margin-right: 5px;
	width: 32px;
	height: 32px;
	padding-top: 5px;
	padding-left: 9px;
	font-size: 25px;
	border-radius: 4px;
}

#webron .btn-facebook span {
	font-size: 16px;
	display: inline-block;
	line-height: 16px;
	color: #6b6b6b;
	font-weight: 500;
}

#webron .btn-facebook span small {
	font-size: 12px;
	display: block;
}

#webron .btn-google {
	padding: 4px 20px;
	background: transparent;
	text-decoration: none;
}

#webron .btn-google i {
	float: left;
	background: #dd4b39;
	color: #fff;
	margin-right: 5px;
	width: 32px;
	height: 32px;
	padding-top: 4px;
	padding-left: 5px;
	font-size: 25px;
	border-radius: 4px;
}

#webron .btn-google span {
	font-size: 16px;
	display: inline-block;
	line-height: 16px;
	color: #6b6b6b;
	font-weight: 500;
}

#webron .btn-google span small {
	font-size: 12px;
	display: block;
}

#webron .btn-small {
	height: auto!important;
	padding: 5px 10px;
	font-size: 12px;
}

#webron .badge {
	border-radius: 0;
	font-weight: 500;
	font-size: 13px;
}


/* BUTTONS */

#webron .form-check-label {
	font-size: 12px;
}

#webron input:focus,
#webron select:focus,
#webron text-area:focus,
#webron button:focus {
	outline: none!important;
	box-shadow: none!important;
}

#webron #login-register {
	color: #1F2839;
}

#webron li.nav-item {
	width: 50%;
	text-align: center;
	background: #ededed;
}

#webron .nav-tabs .nav-link {
	border-radius: 0;
	color: #1F2839;
	font-weight: 500;
	padding: 10px 0;
}
#webron .form-element {
    height: 42px;
}
  #webron .card .card-adress{
	  height:45px;
	  overflow:hidden;
  }
 #webron .modal.left .modal-dialog, .modal.right .modal-dialog {
    width: 445px;
}
#webron .modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 15px 15px;
}
  #webron .address-select {

		}
	  #webron .address-select input[type="radio"]{
			display:none;
			position:absolute;
		}
	  #webron .address-select input[type="radio"]+label .card{
			border:1px solid #eee;
			cursor:pointer;
		}
	  #webron .address-select input[type="radio"]:checked+label .card{
		border: 1px solid #ddd;
		color: #000;
		}
	  #webron .address-select input[type="radio"]+label .card .selected{
			display:none;
		}
		#webron .address-select input[type="radio"]+label .address_list .guncelle{
			display:none;
		}
		.address-select .card-body{
			background:none;
		}

	  #webron .address-select input[type="radio"]:checked+label .card .btn-light{
			display:none;
		}
	  #webron .address-select input[type="radio"]:checked+label .card .selected{
			display:block;
		}
		#webron .address-select input[type="radio"]:checked+label .address_list .guncelle{
			display:block;
		}

#webron .hide { display:none; }
#webron .show { display:block; }


#webron .installment ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  /*! height: 100px; */
	/*! border-bottom: 1px solid #333; */
}

#webron .installment ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

#webron .installment ul li label{
  display: block;
  position: relative;
  /*! font-weight: 300; */
  font-size: 14px;
  padding: 3px 0 0 43px;
  margin: 10px auto;
  /*! height: 30px; */
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #5b5757 !important;
}

#webron .installment ul li:hover label{
	color: #000;
}

#webron .installment ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #5b5757;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 15px;
  left: 19px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

#webron .installment ul li:hover .check {
  border: 5px solid #000;
}

#webron .installment ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  /*! width: 15px; */
  /*! top: -5px; */
	/*! left: -6px; */
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

#webron .installment input[type=radio]:checked ~ .check {
  border: 5px solid #28a745;
}

#webron .installment input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
}

#webron .installment input[type=radio]:checked ~ label{
  color: #28A745;
}

.rating-label {
    float: left;
    margin-top: 9px;
    margin-right: 20px;
}
 .rating:not(:checked) > input {
     position:absolute;
     top:-99px;
     clip:rect(0,0,0,0);
}
 .rating:not(:checked) > label {
     float:right;
     padding:0 .1em;
     overflow:hidden;
     white-space:nowrap;
     cursor:pointer;
     font-size:150%;
     color:#7e7e7e;
}
 .rating:not(:checked) > label:before {
     /*font-family: FontAwesome;
        display: inline-block;
        content: "\f005";*/
}
 .rating > input:checked ~ label {
     color: #f70;
}
 .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
     color: gold;
}
 .rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {
     color: #ea0;
}
 .rating > label:active {
     position:relative;
}
.xsearchresult {
   width: 100%;
	z-index: 99999;
	float: left;
	position: absolute;
	text-align: left;
	top: 29px;
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
	left: 0;
}

.searchin tr{
	cursor:pointer;
}
.searchin {
    width: 100%;
    float: left;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px;
}
.cat-right-top {
    border: 2px solid #f2f2f2;
    margin-bottom: 10px;
    padding: 7px 15px;
    overflow: hidden;
	display: flex;
justify-content: space-between;
align-items: center;
}
.screening {
    float: left;
   font-size: 13px;
font-weight: 600;
color: #6d6c6c;
line-height: 26px;
padding-right: 8px;
}



@media (max-width: 568px) {

	.main-content-area {
		margin-top: 0px;
	}
	.main-content-area .bread_crumbs {
		display:none;
	}
	.user_login_btn {
    padding: 10px 22px!important;
}
	.page-sidebar-area {
		padding: 15px 0px!important;
	}
	.xsearchresult {
		width: calc(100% + 0px) !important;
		z-index: 99999;
		float: left;
		position: absolute;
		text-align: left;
		/* top: 0; */
		margin-top: 0px;
		padding: 0;
		left: 0px;
		/*! right: 0; */
	}
	.mobil-searchresult {
		border-bottom: 1px solid #ddd;
		padding: 10px;
		width: calc(100% + 10px);
		overflow: hidden;
		margin-left: -5px;
		min-height: 20px;
		padding-right: 10px;

	}
	.mobil-searchresult a {
		width: calc(100% - 15px);
		float: left;
		padding-right: 10px;
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;font-size:14px;
	}
}
.pay_info {
     width: 100%;
     float: left;
     border:1px solid #dfe5e8;
}
 .pay_info > ul > li {
    border-bottom: 1px solid #dfe5e8;
	color: #5f727f;
	font-size: 14px;
	text-align: right;
	padding-right: 3%;
	display: flex;
	justify-content: between;
	align-items: center;
}
 .pay_info > ul > li:last-child {
     border-bottom: none;
}
 .pay_info > ul > li > span {
    width: 100%;
     text-align: left;
     padding-top: 10px;
     padding-bottom: 10px;
     background: #f0f3f2;
     padding-left: 3%;
     border-right: 1px solid #dfe5e8;
}
.pay_info .tright {
	width:100%;
	font-weight:500;
}
.borderfull {
	border:1px solid #ddd;
	padding:15px 15px;
	line-height:24px;
	font-size:14px;
	width:100%;
	float:left;
}
.panel-group .panel-title{
	background:#efefef;
	padding:10px 15px;
	border:1px solid #ddd;
}
.faq {
	position:relative;
	background:#f9f9f9;
}
.faq .sidebar {
	position: sticky;
    top: 10px;
    background: #00306a;
    padding: 1rem;
}
.faq .sidebar ul li{
	border-bottom: 1px solid #053b7c;
}
.faq .sidebar ul li{
	border-bottom: 1px solid #053b7c;
}
.faq .sidebar ul li a{
	color: #fff;
    padding: 14px 0;
    display: block;
}

/* BUTTON SET */

.flag {
	width: 14px;
	height: 15px;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: center 3px;
	position: relative;
	top: 2px;
}

.flag.tr {
	background-image: url(../images/tr-flag.png);
}

.flag.en {
	background-image: url(../images/en-flag.png);
}

.flag.de {
	background-image: url(../images/de-flag.png);
}

.btn-transparent {
	background: transparent;
	color: #fff;
	font-size: 13px;
	border: 0;
	outline: none;
	box-shadow: none;
	padding-top: 13px;
}

.btn-transparent:focus,
.btn-transparent:hover,
.btn-transparent:active {
	border: 0;
	outline: none;
	box-shadow: none;
	color: #fff;
}

.btn-login {
	color: #fff;
	padding: 0 0!important;
	border: 1px solid #386192;
	padding: 5px 15px!important;
	border-radius: 0px;
	height: 45px;
}

.btn-basket {
	color: #fff;
	background: #204f87;
	padding: 0 0!important;
	border: 1px solid #204f87;
	padding: 0px 10px!important;
	border-radius: 0px;
	height: 45px;
}

.btn-basket span {
	font-size: 13px;
	color: #fff;
	padding-top: 6px;
	display: inline-block;
}

span.basket-count {
	position: absolute;
	right: -6px;
	top: -3px;
	background: #eee;
	color: #204f87;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	line-height: 2px;
	font-weight: 500;
	font-size: 11px;
}

.btn-login:focus,
.btn-login:active,
.btn-basket-count:focus,
.btn-basket-count:active {
	border: 1px solid #204f87;
	outline: none;
	box-shadow: none;
}

.btn-login:hover,
.btn-login:hover {
	color: #fff;
}

.btn-login i,
.btn-basket-count i {
	font-size: 24px;
	margin-top: 5px;
	margin-right: 8px;
	float: left;
	position: relative;
	color: #fff;
}

.btn-login span {
	display: inline-block;
	line-height: 14px;
	padding-top: 5px;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
}

.btn-login span small {
	display: block;
}

.btn-basket {}

.btn-search {
	background: #f7931d;
    color: #fff;
    border-radius: 0;
    position: absolute;
    right: 1px;
    top: 5px;
    padding: 7.5px 15px;
}

.btn-yellow {
	background: #fed700;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	border-radius: 0;
}

input.radio-box {
	display: flex;
	position: absolute;
	opacity: 0;
}

input.radio-box+label {
	background: #fff;
	border: 1px solid #d6d9d9;
	text-align: center;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 36px;
	width: 106px;
	cursor: pointer;
	margin-right: 10px;
}

input.radio-box:checked+label {
	background: #fff;
	border: 1px solid orange;
	color: orange;
}

.quantity .num-in {
	background: #FFFFFF;
	border: 1px solid #d6d9d9;
	width: 110px;
	float: left;
}

.quantity .num-in span {
	width: 40%;
	display: block;
	height: 45px;
	float: left;
	position: relative;
	cursor: pointer;
}

.quantity .num-in span:before,
.quantity .num-in span:after {
	content: '';
	position: absolute;
	background-color: #667780;
	height: 2px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin-left: -5px;
}

.quantity .num-in span.plus:after {
	transform: rotate(90deg);
}

.quantity .num-in input {
	float: left;
	width: 20%;
	height: 47px;
	border: none;
	text-align: center;
}

.quantity .num-in input:focus,
.quantity .num-in input:hover,
.quantity .num-in input:active {
	border: 0;
	outline: none;
	box-shadow: none;
}
#webron {     font-size: 14px;}
#webron .btn { font-size:14px!important;}
#webron .form-control { font-size:14px;}
#webron .btn-success {
	color: #fff!important;
	background-color: #000!important;
	border-color: #28a745!important;
	font-size:14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

textarea {
	border-radius: 10px!important;
}
#kuponhata .badge {
	font-size:11px!important;
}
/* Buttons end */
.modal-body textarea,.modal-body select, .modal-body input, .modal-body label {
    font-size: 14px;
}
.address_list label {
	margin-bottom:0!important;
}
.guncelle:hover {
	border-radius:0!important;
}
.alert {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.alert .alert-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.alert .alert-link {
  color: inherit;
}
.alert .close,
.alert .close:hover,
.alert .close:focus {
  color: inherit;
}
.alert-primary {
  background-color: #E3F2FD;
  border-color: #1E88E5;
  color: #1565C0;
}
.alert-primary hr {
  border-top-color: #187bd1;
}
.alert-primary .alert-link {
  color: #104d92;
}
.alert-primary,
.alert-primary .close {
  color: #104d92;
}
.alert-success,
.alert-success .close {
  color: #205823;
}
.alert-info,
.alert-info .close {
  color: #00545c;
}
.alert-warning,
.alert-warning .close {
  color: #aa3510;
}
.alert-danger,
.alert-danger .close {
  color: #9c1f1f;
}
.alert.alert-rounded {
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
}
.alert-component[class*=alert-styled-] {
  background-color: #fff;
}
.alert[class*=bg-] a,
.alert[class*=bg-] .alert-link {
  color: #fff;
}
.alert[class*=alert-styled-]:after {
	color: #fff;
	width: 44px;
	left: -44px;
	text-align: center;
	position: absolute;
	margin-top: -5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Font Awesome 5 Brands";
	content: "!"!important;
	font-size: 30px;
	font-weight: 600;
}
.alert[class*=alert-styled-].alert-danger:after,
.alert[class*=alert-styled-][class*=bg-danger]:after {
  content: '\ed64';
}
.alert[class*=alert-styled-].alert-success:after,
.alert[class*=alert-styled-][class*=bg-success]:after {
  content: '\ed6e';
}
.alert[class*=alert-styled-].alert-warning:after,
.alert[class*=alert-styled-][class*=bg-warning]:after {
  content: '\e9bd';
}
.alert[class*=alert-styled-].alert-info:after,
.alert[class*=alert-styled-][class*=bg-info]:after {
  content: '\e9b9';
}
.alert.alert-styled-right:after {
  left: auto;
  right: -44px;
}
.alert.alert-styled-custom:after {
  content: "\e81b";
}
.alert.alert-styled-left {
  border-left-width: 44px;
}
.alert.alert-styled-left[class*=bg-] {
  border-left-color: rgba(0, 0, 0, 0.15) !important;
}
.alert.alert-styled-right {
  border-right-width: 44px;
}
.alert.alert-styled-right[class*=bg-] {
  border-right-color: rgba(0, 0, 0, 0.15) !important;
}
.alert:not(.ui-pnotify)[class*=alert-arrow-]:before,
.ui-pnotify.alert[class*=alert-arrow-] > .brighttheme:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 5px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left-color: inherit;
  margin-top: -5px;
}
.alert:not(.ui-pnotify).alert-arrow-right:before,
.ui-pnotify.alert.alert-arrow-right > .brighttheme:before {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 5px solid;
  border-right-color: inherit;
}


.pro-deail a img{
	width: 35%;
	float: left;
}
.w-15 {
	width:15%!important;
}
.pro-deail  .title, .pro-deail  .price  {
	width: 70%;
	margin-left: 10px;
	float: left;
	font-size: 14px;
	color: #000;
}
 .pro-deail .price {
	 color: var(--color-yellow);
	 font-size: 18px;
}

/*destek talebi ekranÄ±*/


.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;

}
.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}
.mail-box .sm-side {
    border-radius: 4px 0 0 4px;
    width: 25%;
}
.mail-box .sm-side .user-head {
    background: none repeat scroll 0 0 #00a8b3;
    border-radius: 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 10px;
}
.user-head .inbox-avatar {
    float: left;
    width: 65px;
}
.user-head .inbox-avatar img {
    border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}
.user-head .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
}
.user-head .user-name h5 a {
    color: #fff;
}
.user-head .user-name span a {
    color: #87e2e7;
    font-size: 12px;
}
a.mail-dropdown {
    background: none repeat scroll 0 0 #80d3d9;
    border-radius: 2px;
    color: #01a7b3;
    font-size: 10px;
    margin-top: 20px;
    padding: 3px 5px;
}
.inbox-body {
	min-height:220px;
}
.btn-compose {
    background: none repeat scroll 0 0 #ff6c60;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}
.btn-compose:hover {
    background: none repeat scroll 0 0 #f5675c;
    color: #fff;
}
ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
    border-bottom: 1px solid #eae9e9;
}
ul.inbox-nav li a {
    color: #6a6a6a;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
	background: #cccccc40;
}
ul.inbox-nav li a:hover {
    text-decoration:underline;
}
ul.inbox-nav li a i {
    color: #6a6a6a;
    font-size: 16px;
    padding-right: 10px;
}
ul.inbox-nav li a span.label {
    margin-top: 13px;
}
ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}
ul.labels-info li {
    margin: 0;
}
ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a;
}
ul.labels-info li a:hover, ul.labels-info li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}
ul.labels-info li a i {
    padding-right: 10px;
}
.inbox-body table {
	font-size:12px;
}
.nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom:0px solid #dee2e6;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}
.inbox-head .sr-input {
    border: medium none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 40px;
    padding: 0 10px;
}
.inbox-head .sr-btn {
    background: none repeat scroll 0 0 #00a6b2;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}
.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
	font-size: 12px;
}
.table-inbox tr td {
    padding: 12px !important;
}
.table-inbox tr td:hover {
    cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
.table-inbox tr td .fa-star {
    color: #d5d5d5;
}
.table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600;
}
ul.inbox-pagination {
    float: right;
	z-index:999999;
}
ul.inbox-pagination ul {
	z-index:999999;
}
ul.inbox-pagination li {
    float: left;
	z-index:999999;
}
.mail-option {
	display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
	font-size: 12px;

}
.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}
.mail-option .chk-all, .mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 10px;
}
.inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px;
}
.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}
.mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}
.inbox-pagination a.np-btn {
    margin-left: 5px;
}
.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}
.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
}
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}
.btn-send, .btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}
.btn-send:hover {
    background: none repeat scroll 0 0 #009da7;
}

.modal-body label {

    font-weight: 400;
}
.heading-inbox h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.sender-info {
    margin-bottom: 20px;
}
.sender-info img {
    height: 30px;
    width: 30px;
}
.sender-dropdown {
    background: none repeat scroll 0 0 #eaeaea;
    color: #777;
    font-size: 10px;
    padding: 0 3px;
}
.view-mail a {
    color: #ff6c60;
}
.attachment-mail {
    margin-top: 30px;
}
.attachment-mail ul {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.attachment-mail ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 150px;
}
.attachment-mail ul li img {
    width: 100%;
}
.attachment-mail ul li span {
    float: right;
}
.attachment-mail .file-name {
    float: left;
}
.attachment-mail .links {
    display: inline-block;
    width: 100%;
}

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.files .progress {
    width: 200px;
}
.fileupload-processing .fileupload-loading {
    display: block;
}
* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}
* + html .fileinput-button {
    margin: 1px 0 0;
    padding: 2px 15px;
}
@media (max-width: 767px) {
.files .btn span {
    display: none;
}
.files .preview * {
    width: 40px;
}
.files .name * {
    display: inline-block;
    width: 80px;
    word-wrap: break-word;
}
.files .progress {
    width: 20px;
}
.files .delete {
    width: 60px;
}
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

 .display-block {
	display:block;

 }
.text-left .display-block {

	font-size: 12px;
    margin-top: 3px;
    text-transform: none;
 }
 .icon-object svg{
	color:#333!important;
 }
 .icon-object {
    border-radius: 50%;
    text-align: center;
    margin: 10px;
    border-width: 3px;
    border-style: solid;
    padding: 20px;
    display: inline-block;
	color:#333!important;
    font-size: 32px!important;
    top: 0;
}
.mt10 {
	margin-top:10px!important;
}
.incoming_msg {
	margin:10px 0;
}
.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
.received_withd_msg p {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.mb10 { margin:10px 0!important;}
.mb30 { margin-bottom:30px!important;}


.list_type_2 {
	width: 100%;
    display: table;
    margin: 5px 0;
	border: 1px solid #edecec;

}
.list_type_2:hover {
	background: #F5F5F5;

}

.list_type_2 figure{
	margin:0!important;
	padding: 12px;
}
.list_type_2 a:hover{
	text-decoration:underline;
	color:#ef9900;
}

.doping_list {background: #FFECB3;font-weight: 600;}
.list_type_2>div {

}
.type_2_img {
	width:15%;
	border-right:1px solid #edecec;
	display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.type_2_img img {
	max-height: 60px;
}
.type_2_title {
	width: 35%;
	border-right:1px solid #edecec;
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	padding-left: 7px;
	line-height: 19px;
}

.type_2_city {
	width: 13%;
	border-right:1px solid #edecec;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
}
.type_2_price {
	width: 10%;
	border-right:1px solid #edecec;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.type_2_price .oldprice{
	    text-decoration: line-through;
		color:red;
		font-size: 14px;
    font-weight: 400;
}
.type_2_price span{
	text-decoration: none;
    color: #FF5722;
    font-weight: 700;
    font-size: 14px;
}


.type_2_seller {
	width:15%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	/* font-weight: 500; */
}
.type_2_seller span {
	font-size:13px;
	/* font-weight:500; */
	display:block;
	margin-top: 8px;
}
/* bitiÅŸ destek talebi ekranÄ±"*/
.post-item-description {
	font-size:14px;
}
.contactbox {
	padding: 30px 30px 10px 30px;
	margin-bottom: 30px;
	color: #666;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.contactbox p {
	margin:10px 0!important;
}.contactbox h4 {
	margin:10px 0!important;
	font-weight:500;
	color: #3a3a3a;
	font-size: 20px;
}
.styled {
	font-size:14px;
}

span.btn.btn-light.w-100 {
    color: #212529;
    background-color: #eee!important;
    border-color: #eee!important;
}
a.mt-2.btn.guncelle.btn-light.w-100 {
    color: #212529;
    background-color: #eee!important;
    border-color: #eee!important;
}