*,
* :after,
* :before {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

a {
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body,
html {
	font-family: Gilroy, sans-serif;
	background-color: #f7f6f626;
	color: #4b4b4b;
	line-height: 1
}

	.kat_con{
	width: 100%;
    max-width: 1135px;
    height: auto;
    margin: 25px auto;
	}
	
	.kat_con .item{
		text-align: left;
		display:inline-block;
		position:relative;
		width:calc(25% - 24px) !important;
		height: 110px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100%;
	}
	
	.kat_con .item h2 {
    /*text-align: center;*/
    font-weight: bold;
    width: 100%;
	color:black;
	font-size: 19px;
    margin: 0px !important;
}

.kat_con .item a {
    display: inline-block;
    margin: 30px 10px;
    border-radius: 6px;
    background-color: #ffffffd9;
    padding: 10px 20px;
}

.loading {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8) url(/public/img/loader.svg) center center no-repeat;
	background-size: 50px 50px;
	z-index: 9999
}

.overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 1
}

.alert_con {
	position: fixed;
	width: intrinsic;
	left: 50%;
	transform: translateX(-50%);
	top: 3px;
	z-index: 99999
}

.alertMessage {
	position: relative;
	display: block;
	width: intrinsic;
	background: #ccf7ff;
	color: #4498d0;
	border: 1px solid #4498d0;
	font-size: 16px;
	padding: 8px 5px 9px 15px;
	margin: 5px auto 5px;
	border-radius: 2px;
	cursor: pointer
}

.alertMessage:after {
	content: "\2715";
	float: right;
	text-align: center;
	width: 26px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 18px;
	border-radius: 50%
}

.alertMessage.success {
	background: #e0f1d4;
	color: #398f4f;
	border-color: #c4d6c0
}

.alertMessage.error {
	display: block;
	background: #f1dfde;
	color: #9e4242;
	border-color: #9e4242
}

.alertMessage.alert {
	background: #fffaec;
	border-color: #ffc700;
	color: #fd9a10;
	font-size: 12px;
	padding: 8px 10px;
	margin: 5px 0;
	border-radius: 4px
}

small {
	font-size: smaller;
	font-weight: 400
}

.hidden {
	display: none
}

.clearfix {
	clear: both
}

.clearfix::before {
	content: "";
	display: block;
	clear: both
}

.clearfix::after {
	content: "";
	display: block;
	clear: both
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 60px
}

.video-container embed,
.video-container iframe,
.video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.fleft,
.left {
	float: left
}

.fright,
.right {
	float: right
}

.fnone {
	float: none!important
}

.tleft {
	text-align: left
}

.tright {
	text-align: right
}

.tcenter {
	text-align: center
}

.tjustify {
	text-align: justify
}

.t-underline {
	text-decoration: underline
}

.form_group {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px
}

.form_group label {
	color: #7d7d7d;
	font-size: 13px;
	transition: .1s ease all;
	-moz-transition: .1s ease all;
	-webkit-transition: .1s ease all
}

.error,
.form_group .error {
	float: none!important;
	color: #de5d44;
	border-color: #de5d44;
	display: block;
}

.form_group small {
	display: block;
	float: left;
	color: #c0c2c5;
	margin-top: 3px;
	font-size: 12px;
	line-height: 13px
}

.form_group>.half {
	display: inline-block;
	width: calc(50% - 13px);
	margin-left: 0
}

.form_group>.half~.half {
	margin-left: 20px
}

.form_group>.triple {
	display: inline-block;
	width: calc(33.3333333% - 13px);
	margin-left: 0
}

.form_group>.triple~.triple {
	margin-left: 20px
}

::placeholder {
	font-size: 13px
}

input,
select,
textarea {
	width: 100%;
	margin: 5px 0;
	padding: 8px 14px;
	font-size: 16px;
	line-height: 21px;
	font-family: inherit;
	border-radius: 4px;
	border: 1px solid #b2cee0;
	-webkit-appearance: none
}

input:focus,
select:focus,
textarea:focus {
	border-color: #005f9a;
	outline: 0
}

input:read-only,
textarea:read-only {
	border-color: transparent;
	outline: 0
}

select {
	background: #fff url(/public/img/input-select2.svg) right 15px center no-repeat;
	background-size: 14px 14px;
	padding-right: 20px
}

input[type=radio] {
	height: 18px;
	width: 18px;
	float: left;
	margin: 0 7px 0 0!important;
	padding: 0;
	background-color: #fff;
	background-image: url(/public/img/input-radio-w.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 1px solid silver;
	-webkit-appearance: none;
	border-radius: 50%
}

input[type=radio]:hover {
	border-color: #4d4d4d
}

input[type=radio]:checked {
	background-image: url(/public/img/input-radio-b.svg);
	border-color: #4d4d4d
}

input[type=checkbox]~label,
input[type=radio]~label {
	font-size: 18px;
	line-height: 20px;
	color: #333
}

input[type=checkbox] {
	height: 18px;
	width: 18px;
	float: left;
	margin: 0 7px 0 0!important;
	padding: 0;
	background-color: #fff;
	background-image: url(/public/img/input-checkbox-w.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 1px solid #b9b9b9;
	-webkit-appearance: none;
	border-radius: 2px
}

input[type=checkbox]:hover {
	border-color: #4d4d4d
}

input[type=checkbox]:checked {
	background-image: url(/public/img/input-checkbox-b.svg);
	border-color: #4d4d4d
}

section {
	position: relative;
	clear: both
}

section .section_inner {
	display: block;
	width: 100%;
	max-width: 990px;
	margin: 40px auto
}

.inner_con {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto
}

.login_con {
	position: relative;
	width: 100%;
	max-width: 480px;
	margin: 0 auto
}

.popup_con,.popup_con_anket {
	position: fixed;
	display: inline-block;
	right: -400px;
	bottom: 15px;
	width: 360px;
	padding: 12px;
	height: auto;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
	border: 1px solid silver;
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, .8);
	transition: all .5s ease-in-out;
	z-index: 9999
}

.popup_kapat {
	position: absolute;
	right: 3px;
	top: 3px;
	cursor: pointer
}

.popup_con img {
	display: block
}

.info_con {
	display: block;
	width: 100%;
	max-width: 1280px;
	text-align: center;
	margin: 40px auto;
	padding: 0 15px
}

.info_con .item {
	position: relative;
	display: inline-block;
	margin: 10px 10px 10px;
	width: calc(33.3333333% - 23px);
	height: auto;
	border: 1px solid #d1d7e3;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 18px 24px -12px rgb(56, 89, 136, .2)
}

.info_con .item .image {
	display: block;
	width: 100%;
	height: auto
}

.more_con {
	position: relative;
	display: block;
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	text-align: center
}

.more_con img {
	width: 100%;
	/*max-width: 900px;*/
	height: auto;
	margin: 20px auto 0px auto
}

.more_con p {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	font-size: 21px;
	line-height: 26px
}

.home_item_con {
	width: 100%;
	max-width: 1280px;
	text-align: center;
	margin: 20px auto;
	padding: 0 15px
}

.home_item_con .item {
	position: relative;
	display: inline-block;
	margin: 10px 10px 10px;
	width: calc(33.3333333% - 23px);
	vertical-align: top;
	height: auto;
	border: 1px solid #d1d7e3;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 18px 24px -12px rgb(56, 89, 136, .2)
}

.home_item_con .item .image {
	display: inline-block;
	width: 100%;
	height: auto
}

.home_item_con .item .title {
	display: block;
	color: #1f3c76;
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
	margin: 10px auto 20px
}

.home_item_con .item .subtitle {
	display: inline-block;
	color: #666;
	font-size: 18px;
	line-height: 21px;
	height: 120px;
	padding: 0 30px;
	margin-bottom: 20px
}

.home_metin {
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	padding: 0 15px;
	margin: 30px auto 20px;
	width: 100%;
	max-width: 660px
}

.question_con {
	position: relative;
	display: block;
	width: 100%;
	margin: 30px auto;
	padding: 65px 0 50px;
	text-align: center
}

.question_con h2 {
	color: #1a1818;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 3px;
	margin: 0 0 20px
}

.question_con p {
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 2px
}

.question_con p span {
	border-bottom: 1px solid #666;
	cursor: pointer
}

.header {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto
}

.header .header_img {
	display: block;
	width: 100;
	height: auto
}

.page_con {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto 30px;
	padding: 0px 10px;
}

.page_con .header_img {
	width: 100%;
	height: auto
}

.page_con .gallery {
	width: 100%;
	text-align: center
}

.page_con .gallery_img {
	width: auto;
	height: 100px;
	margin: 3px;
	border: 1px solid silver;
	border-radius: 4px
}

.page_con .item {
	position: relative;
	display: block;
	width: 100%;
	margin: 20px auto;
	max-width: 580px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #c5c2bf;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .2)
}

.page_con .header {
	display: inline-block;
	width: 100%;
	padding: 14px 18px 12px
}

.page_con .header:first-child {
	border: none
}

.page_con .item_url {
	display: inline-block;
	width: 100%;
	padding: 14px 18px 12px;
	font-size: 16px;
	line-height: 20px;
	color: #555;
	border-top: 1px solid #eeedec;
	text-align: left;
	background: #fff url(/public/img/icon-ok.svg) right center no-repeat
}

.content {
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	line-height: 20px
}

.content p {
	width: 100%;
	max-width: 780px;
	margin: 0 auto 10px
}

.content h3 {
	width: 100%;
	max-width: 780px;
	margin: 15px auto 10px;
	color: #1f3c76
}

.page_con .content_inner a {
	position: relative;
	text-decoration: none;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 700;
	padding: 9px 16px 7px;
	margin: 5px 0!important;
	border-radius: 3px;
	user-select: none;
	-webkit-appearance: none;
	display: inline-block;
	margin: 4px auto!important;
	color: #1a1818;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #1a1818
}

.page_con .content_inner a:hover {
	color: #fff;
	background: #1a1818
}

header {
	display: block;
	margin: 30px auto 20px
}

header h1 {
	text-align: center;
	color: #1f3c76
}

a {
	color: #1f3c76;
	text-decoration: none;
	outline: 0
}

h1 {
	font-size: 32px;
	line-height: 34px;
	margin: 25px 0;
	font-weight: 500
}

h2 {
	font-size: 28px;
	line-height: 32px;
	margin: 20px 0
}

h3 {
	font-size: 18px;
	line-height: 21px;
	margin: 15px 0 10px
}

p {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 10px
}

b,
strong {
	font-weight: 700
}

hr {
	height: 1px;
	background: silver;
	border: none
}

.btn {
	position: relative;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid transparent;
	white-space: nowrap;
	font-family: inherit;
	vertical-align: middle;
	text-align: center;
	font-size: 17px;
	padding: 10px 25px 8px;
	color: #005f9a;
	margin: 10px 0;
	border-radius: 4px;
	user-select: none;
	-webkit-appearance: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-small {
	font-weight: bold;
    font-size: 16px;
    padding: 7px 10px;
	margin: 5px 0
}

.btn-primary {
	color: #fff;
	background-color: #327800
}

.btn-primary:hover {
	color: #327800;
	background-color: #fff;
	border-color: #327800
}

.btn-bordered {
	color: #327800;
	border: 2px solid #327800
}

.btn-bordered:hover {
	color: #fff;
	background-color: #327800
}

.btn-secondary {
	color: #fff;
	background-color: #54565a
}

.btn-secondary:hover {
	color: #54565a;
	background-color: #e3e3e3;
	border-color: #54565a
}

.btn-dark {
	color: #fff;
	background-color: #005f9a
}

.btn-dark:hover {
	color: #005f9a;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #b80000
}

.btn-danger:hover {
	color: #b80000;
	background-color: #fff
}

.btn-light {
	color: #54565a;
	background-color: #fff;
	border-color: silver
}

.btn-light:hover {
	color: #fff;
	background-color: #54565a
}

.password_con {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 30px;
	max-width: 460px;
	margin: 40px auto
}

.accept label {
	font-size: 16px
}

.payment_options {
	text-align: center;
	display: block;
	margin: 30px 0 50px 0px;
}

.payment_options img {
	width: auto;
	height: 35px;
	margin: 0 auto
}

.product-item {
	position: relative;
	display: inline-block;
	width: 210px;
	text-align: left;
	margin: 20px;
	vertical-align: top;
    min-height: 300px;
	overflow: hidden;
}

.product-item .product_img {
	display: block;
	width: 100%;
	height: auto
}

.product-item .info {
	display: block;
	float: left
}

.product-item .title {
	/*display: block;
	font-size: 16px;
	line-height: 18px;
	margin-top: 10px;
	text-align: left;
	font-weight: 500;
	color: #333;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis*/
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
    color: #333;
    overflow: hidden;
}

.product-item .subtitle {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px
}

.product-item .price {
	display: block;
	font-size: 16px;
	color: #333;
	margin: 5px 0;
	font-weight: 500
}

.product-item .price span {
	/*font-size: 12px;*/
	font-weight: 700
}

.product-item .btn-addtocart {
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	margin-top: 15px;
	text-align: center;
	font-size: 36px;
	color: #327800;
	border: 1px solid #327800;
	border-radius: 50%;
	cursor: pointer
}

.product-item .btn-addtocart:hover {
	background-color: #327800;
	color: #fff
}

.product-item .btn-notavailable {
	display: block;
	float: right;
	width: 50px;
	height: 32px;
	margin-top: 15px;
	color: grey
}

figure.image img {
	width: 100%;
	height: auto
}

figure.image figcaption {
	padding: 7px;
	background: #f4f4f4;
	color: #333;
	font-size: 14px
}

.image-style-align-left {
	width: 50%;
	margin: 0 15px 15px 0;
	float: left
}

.image-style-align-right {
	width: 50%;
	margin: 0 0 15px 15px;
	float: right
}

.mini_cart {
	cursor: pointer;
	display: block;
	background-image: url(/public/img/icon-bag.svg);
	background-position: top 4px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	/*
	background-color: #e30613;
    mask-image: url(/public/img/icon-bag.svg);
    -webkit-mask-image: url(/public/img/icon-bag.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 20px auto;
    -webkit-mask-position: center center;
*/
	
	width: 30px;
	height: 40px;
	float: right;
	margin-top: 6px;
	z-index: 999;
	position: relative
}

.mini_cart .product_count {
	color: #dc3732;
	padding-top: 14px;
	font-weight: 500;
	font-size: 14px
}

.mini_cart_list {
	position: absolute;
	display: none;
	width: 100%;
	max-width: 350px;
	min-width: 300px;
	max-height: calc(100vh - 20px);
	font-size: 15px;
	text-align: left;
	right: 0;
	top: 35px;
	background-color: #fff;
	padding: 18px 30px 30px;
	border: 1px solid #b9b9b9;
	z-index: 9999;
	overflow: hidden;
	overflow-y: auto;
	border-radius: 6px
}

.mini_cart_list .price_item {
	width: 100%;
	text-align: left;
	padding: 10px 0 0;
	color: #646464
}

.mini_cart_list .grand_total {
	width: 100%;
	text-align: left;
	padding: 10px 0 0;
	color: #327800
}

.mini_cart_list figure {
	position: relative;
	display: block;
	width: 45px;
	background: #646464;
	border: 1px solid #e7e7e7;
	height: 60px;
	float: left;
	margin-right: 10px
}

.mini_cart_list figure img {
	display: block;
	width: 100%;
	height: 100%
}

.mini_cart_list .title {
	font-size: 17px;
	font-weight: 500
}

.mini_cart_list .subtitle {
	font-size: 13px
}

.mini_cart_list .price {
	/*position: absolute;*/
	left: 55px;
	bottom: 10px;
	color: #646464
}

.mini_cart_list .total {
	color: #646464;
	position: absolute;
	bottom: 10px;
	right: 0
}

.mini_cart_list li {
	position: relative;
	display: inline-block;
	text-align: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7
}

.mini_cart_list li:first-child {
	border-top: 1px solid #e7e7e7
}

.checkout_step {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 10px
}

.checkout_step li {
	display: inline-block;
	width: calc(33.3% - 30px);
	margin: 10px;
	text-align: center;
	font-size: 24px;
	color: #646464
}

.checkout_step li.selected {
	color: #327800
}

.note-float-left {
	margin: 0 20px 20px 0
}

.home-image {
	width: 100%;
	max-width: 990px;
	height: auto;
	margin: 0 auto
}

.home-footer-image {
	width: 100%;
	height: auto;
	margin: 0 auto
}

.full_banner {
	display: block;
	width: 100%;
	max-width: 990px;
	height: auto;
	margin: 0 auto
}

.iletisim_con {
	position: relative;
	width: 100%;
	max-width: 760px;
	padding: 30px 20px;
	margin: 0 auto
}

.iletisim_con a {
	text-decoration: none;
	color: #fff
}

.menu_mesaj {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	height: 60px;
	width: 60px;
	/*border-radius: 50%;*/
	overflow: hidden;
	z-index: 999;
	cursor: pointer;
	float: right;
	/*border: 1px solid #5493f9;*/
}


.mesaj_outer {
	position: relative;
	z-index: 9999;
	display: none
}

.mesaj_back {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3)
}

.left {
	float: left
}

.mesaj_con {
	position: fixed;
	right: 20px;
	bottom: 90px;
	z-index: 999;
	border-radius: 32px;
	overflow: hidden;
	max-width: 380px;
	background: #fff;
	border: 1px solid #b9b9b9
}

.mesaj_con .btn {
	text-transform: uppercase
}

.mesaj_con .head {
	padding: 25px 30px 20px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	background: #1f3c76
}

.mesaj_con .head span {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400
}

.mesaj_con .mesaj_form {
	padding: 0 30px 25px
}

.mesaj_con .uyari_f {
	font-size: 12px
}

.mesaj_con img#kapat {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer
}

.full {
	display: block;
	width: 100%
}

.col-2 {
	width: calc(50% - 10px);
	margin-left: 20px
}

.col-2:first-child {
	margin-left: 0;
	float: left
}

.col-3 {
	width: calc(33.3333333% - 11px);
	margin-left: 15px
}

.col-3:first-child {
	margin-left: 0;
	float: left
}

.col-4 {
	width: calc(25% - 20px);
	margin-left: 20px
}

.col-4:first-child {
	margin-left: 0;
	float: left
}

@media only screen and (max-width:1280px) {
	.inner_con {
		padding: 10px 20px
	}
}

@media only screen and (max-width:780px) {
	.kat_con .item{
		display:inline-block;
		position:relative;
		width:calc(50% - 24px) !important;
		overflow: hidden;
	}
	
	.kat_con .item img {
    vertical-align: bottom;
    display: inline-block;
    /* position: relative; */
    width: 100%;
}
	
	.kat_con .item h2 {
    /*text-align: center;*/
    font-weight: bold;
    width: 100%;
}
	
	
	section .section_inner {
		padding: 0 20px
	}
	.login_con {
		padding: 0 20px
	}
	.mini_cart_list {
		padding: 10px 15px 20px
	}
	.checkout_step li {
		width: calc(33.3% - 15px);
		margin: 5px;
		font-size: 18px
	}
}

@media only screen and (max-width:480px) {
	.payment_options{
		display:none !important;
	}
	.kat_con .item {
		display: inline-block;
		position: relative;
		width: 100% !important;
		/* margin: 0px auto; */
		overflow: hidden;
	}
	h1 {
		font-size: 22px;
		line-height: 26px;
		margin: 10px 0
	}
	h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 10px 0
	}
	h3 {
		font-size: 18px;
		line-height: 21px;
		margin: 10px 0
	}
	.image-style-align-left,
	.image-style-align-right {
		width: 100%;
		margin: 0 0 15px 0;
		float: none
	}
	.popup_con {
		width: 260px;
		padding: 6px
	}
	.info_con .item {
		width: 100%;
		margin: 5px 0;
		overflow: hidden;
		box-shadow: 0 10px 10px -10px rgb(56, 89, 136, .2)
	}
	.info_con .item .image {
		display: inline-block;
		width: 100%;
		margin-right: 10px;
		height: auto;
		float: left
	}
	.info_con .item .title {
		float: left;
		display: block;
		font-size: 21px;
		line-height: 24px;
		margin: 10px auto 5px
	}
	.info_con .item .subtitle {
		float: left;
		display: block;
		width: 55%;
		color: #666;
		font-size: 14px;
		line-height: 16px;
		text-align: left;
		height: auto;
		padding: 0;
		margin-bottom: 20px
	}
	.more_con {
		padding: 0 20px
	}
	.more_con p {
		font-size: 18px;
		line-height: 21px
	}
	.location li {
		width: 100%
	}
	.home_item_con {
		display: block
	}
	.home_item_con .item {
		width: 100%;
		height: auto;
		margin: 5px 0 10px;
		overflow: hidden;
		box-shadow: 0 10px 10px -10px rgb(56, 89, 136, .2)
	}
	.home_item_con .item .image {
		width: 40%;
		margin-right: 10px;
		min-height: 90px;
		float: left
	}
	.home_item_con .item .title {
		max-width: 55%;
		float: left;
		display: block;
		font-size: 21px;
		line-height: 24px;
		margin: 10px auto 5px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.home_item_con .item .subtitle {
		float: left;
		display: block;
		width: 55%;
		color: #666;
		font-size: 14px;
		line-height: 16px;
		text-align: left;
		height: auto;
		padding: 0;
		margin-bottom: 0;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.product-item {
		width: calc(50% - 24px);
		margin: 10px;
		vertical-align: top
	}
	
	ul.variant_list li span.title {
		font-size: 10px !important;
		padding: 4px !important;
	}
}

ul.variant_list li {
    display: inline-block;
}

ul.variant_list li div {
    display: none;
	position: absolute;
	left: 0px;
    margin-top: 10px;
}
.product-item ul.variant_list li.select div {
    display: block;
	width: 100%;
}
ul.variant_list li.select div {
    display: block;
}

ul.variant_list li span.title {
	cursor:pointer;
    font-size: 13px;
    padding: 6px;
    border: 1px silver solid;
    border-radius: 15px;
    box-shadow: 0 10px 11px -10px rgb(31 60 41 / 80%);
	height: 30px;
}

ul.variant_list li span.title:hover,
ul.variant_list li.select span.title {
    background-color: red;
    color: white;
    border-color: red;
}

ul.variant_list {
    text-align: center;
	padding-bottom: 110px;
}

.variants {
    position: relative;
    height: 75px;
}

.variants ul.variant_list{
    display: inline-block;
}
.product-item .as_img {
    position: relative;
}
.product-item a .hover_show{
	display:none;
    width: 100%;
    height: 100%;
    background-color: #d1d7e35c;
    text-align: center;
    vertical-align: middle;
}

.product-item a:hover .hover_show{
	display:block;
	position:absolute;
}

.product-item a:hover .hover_show div {
    top: calc(calc(100% - 15px)/2);
    position: relative;
    display: inline-block;
    background-color: white;
	font-weight:bold;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: red;
}
span.indirim_orani {
    font-size: 14px;
    position: absolute;
    top: -7px;
    right: -31px;
    background-color: #c32e2f;
    color: #fff;
    padding: 18px 28px 5px 28px;
    opacity: 0.8;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(46deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

ul.variant_list li div span.indirim_orani {
	top: -298px;
	right: -112px;
}

.ust_bar {
    clear: both;
    height: 28px;
    display: inline-block;
    width: 100%;
    position: relative;
	width: 100%;
	margin:0px auto;
}

.ust_bar a {
    /* position: relative; */
    display: inline-block;
    width: auto;
    height: 28px;
    font-size: 15px;
    text-align: center;
    padding: 3px;
    /* line-height: 68px; */
}

.ust_bar a img {
    height: 100%;
    vertical-align: middle;
}

.ust_bar .dil {
    float: right;
    margin-right: 0px;
}

span.size_per100 {
    font-size: 10px;
}

.input-group {
    width: 100px;
}

.bar{
	width: 100%; 
    padding: 5px 10px;
    text-align: center;
    background-color: black;
    color: white;
    font-size: 16px;
    position: fixed;
    z-index: 9998;
}

.cerez {
    width: 100%;
    padding: 15px 50px;
    text-align: center;
    background-color: black;
    color: white;
    font-size: 16px;
    position: fixed;
    bottom: 0px;
}

.cerez .cerez_close {
    font-size: 15px;
    position: absolute;
    right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffffba;
    height: 25px;
    width: 25px;
    bottom: 15px;
    padding: 6px;
    font-weight: bold;
    color: black;
	cursor:pointer;
}

.not_available_etiket {
    position: absolute;
    background-color: #ff0000ab;
    color: white;
    top: 100px;
    transform: rotate(315deg);
    height: 35px;
    padding: 9px;
    font-weight: bolder;
    /* left: -500px; */
    font-size: 18px;
    text-align: center;
    /* vertical-align: middle; */
}

