/*================================================= Global Styles ==================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
* {
	margin:0;
	padding:0;
}



body {
	color:#222;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	padding: 0;
}

::-moz-selection {
	background:var(--theme-accent);
	color:#fff;
	text-shadow:none;
}

::selection {
	background:var(--theme-accent);
	color:#fff;
	text-shadow:none;
}

img {
	border:0 none;
	vertical-align:top;
}

a {
	color:#7B7B7B;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

:focus {
	outline:0 none;
}

input, textarea, select, button{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
}

article, aside, footer,
header, hgroup, nav, section {
	display: block;
}

h1,h2,h3,h4,h5,h6 {
	color:#222222;
	line-height:1.35;
	margin:0 0 5px;
	font-weight: 600
}

h1 {
	font-size:20px;
	font-weight:normal;
}

h2 {
	font-size:18px;
	font-weight:normal;
}

h3 {
	font-size:16px;
	font-weight:normal;
}

h4 {
	font-size:14px;
	font-weight:normal;
}

h5 {
	font-size:12px;
	font-weight:normal;
}

h6 {
	font-size:11px;
	font-weight:normal;
}

ul,ol {
	list-style:none outside none;
}

table {
	border:0 none;
	border-spacing:0;
	empty-cells:show;
	font-size:100%;
}

p {
	margin:0 0 0;
}

strong {
	font-weight:bold;
}

address {
	font-style:normal;
	line-height:1.35;
}

button {
	border: 0 none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	padding: 0;
}

a.button {
	display: inline-block;
	text-decoration: none;
	background: var(--theme-primary);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: normal;
	color: var(--theme-button-text);
	padding: 12px 25px;
}

a.button:hover {
	background: var(--theme-nav-hover);
}

a.button.dark {
	background: var(--theme-secondary);
}

a.button.dark:hover {
	background: var(--theme-primary);
}

.page-message {
	width: 100%;
	min-height: 250px;
	text-align: center;
}

.page-message h1,
.page-message h2 {
	width: 100%;
	text-align: center;
}

.page-message h1 {
	font-size: 32px;
	margin-top: 100px;
}

.page-message h2 {
	margin-bottom: 20px;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

/*==================================================================================================================*/

.wrpr {
	width: 100%;
	display: inline-block;
	float: left;
}

.cntr {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	min-width: 1000px;
	display: block;
}

.head-image {
	margin-top: 10px;
	float: left;
}

.head-image img {
	width: 100%; height: auto;
}

.page {
	margin: 20px auto 0 auto;
}


/*================================================= Header Styles ==================================================*/

#topheader {
	height: 100px;
}

#topheader .logo {
	display: block;
	width: 341px;
	height: 54px;
	float: left;
	margin: 23px 0;
	background: url("../images/logo.png") no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
}

#topheader .logo.logo-has-image {
	background: none;
	text-indent: 0;
	overflow: visible;
}

#topheader .logo img {
	display: block;
	max-width: 341px;
	max-height: 54px;
	width: auto;
	height: auto;
}

#topheader .search-input {
    float: left;
    color: #222;
    font-size: 13px;
    width: 210px;
    padding: 0 10px;
    border: 0;
    height: 40px;
    margin: 0;
}

.header_arama {
	position: relative;
}

.search-suggest {
	display: none;
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	width: 100%;
	min-width: 320px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
	z-index: 1200;
	max-height: 420px;
	overflow-y: auto;
}

.search-suggest.is-open {
	display: block;
}

.search-suggest-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #111;
}

.search-suggest-item:last-child {
	border-bottom: 0;
}

.search-suggest-item:hover {
	background: #f5f5f5;
}

.search-suggest-item img {
	width: 52px;
	height: 52px;
	object-fit: cover;
	flex: 0 0 52px;
	background: #f0f0f0;
}

.search-suggest-noimg {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	background: #f0f0f0;
}

.search-suggest-meta {
	flex: 1 1 auto;
	min-width: 0;
}

.search-suggest-meta strong {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 600;
}

.search-suggest-meta small {
	display: block;
	margin-top: 3px;
	color: #777;
	font-size: 11px;
}

.search-suggest-price {
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.search-suggest-empty {
	padding: 14px 12px;
	color: #777;
	font-size: 13px;
}

#topheader .search-button {
    background: var(--theme-primary);
    color: var(--theme-button-text);
    float: left;
    height: 30px;
    margin: 5px;
    border-radius: 3px;
    width: 100px;
}

.topcart {
	float: right;
	margin-top: 5px;
	cursor: pointer
}

.topcart .bagicon {
	width: 40px;
    height: 40px;
    background: url(../images/bag.png) var(--theme-primary) no-repeat center center;
    float: left;
}

.topcart a {
    color: var(--theme-secondary);
    float: left;
    margin-left: 5px;
    height: 40px;
    width: calc(100% - 45px);
    line-height: 17px;
	font-weight: 600
}

.topcart a small {
	color: #222;
    font-weight: 400;
    display: block;
}

/*================================================= Footer Styles ==================================================*/

.footer-start {
	background: var(--theme-primary);
	margin-top: 20px;
}

.footer-start a img {
	width: 100%;
}

.foot-menu-cnt {
	background: #f1f1f1;
}

.foot-menu {
	font-size: 11px;
}

.foot-menu h1 {
	color:var(--theme-primary);
	
	font-size:15px;
	padding-top:6px;
}

.foot-menu h4 {
	color:var(--theme-primary);
	
	font-size:15px;
	padding-top:6px;
}

.foot-menu div {
	float:left;
	font-size:12px;
	padding-left:70px;
}

.foot-menu div:first-child {
	padding-left:0;
}

.foot-menu .menu-block {
	height:210px;
	line-height:28px;
	margin-left:0;
	margin-top:27px;
	position:relative;
	z-index:9;
}

.foot-cards-cnt {
	background: #EFEFEF;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 5px 0;
}

.lowest-footer {
	padding-top: 35px;
}

.lowest-footer .title strong {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#6D6B6A;
	display:inline;
	font-size:17px;
	padding-right:17px;
	position:relative;
	top:-25px;
}

.lowest-footer .title strong span {
	color:#6D6B6A;
	font-weight:bold;
	background:url("../images/title-mark.png") no-repeat scroll 129px 5px transparent;
	padding-right:41px;
}

.lowest-footer .title-text {
	margin-top:-4px;
}

.lowest-footer h2 {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#6D6B6A;
	display:inline;
	font-size:17px;
	padding-right:17px;
	position:relative;
	top:-25px;
}

.lowest-footer h2 span {
	color:#6D6B6A;
	font-weight:bold;
	background:url("../images/title-mark.png") no-repeat scroll 129px 5px transparent;
	padding-right:41px;
}

.lf-list {
	border-bottom:1px solid #E2E2E2;
	display:inline-block;
	min-height:155px;
	width:1000px;
	padding-bottom:10px;
	line-height:12px
}

.lf-list ul {
	width:160px;
	float:left;
	margin-right:3px;
}

.lf-list ul li {
	float:left;
	width:138px;
	margin:0 28px 5px 0
}

.lf-list ul.first {
	margin-left:0px;
	margin-right:46px;
}

.lf-list ul.last {
	margin-right:0;
	width:100px;
}

.lf-list ul li a {
	font-size:12px;
}

.copy-right {
	color:#000000;
	padding: 22px 0 30px 0;
	margin: 0 auto 30px auto;
	font-size: 11px;
}

.copy-right .store-address {
	background:url("../images/footerlogo.png") 0 4px no-repeat;
	float:left;
	height:70px;
	padding-left:70px;
}

.copy-right .org {
	font-size:14px;
	
}

.copy-right .adr {
	display:inline;
}

.copy-right .street-address,.copy-right .locality,.copy-right .region,.copy-right .tel {
	letter-spacing:0;
	line-height:18px;
	display:inline;
	
}

.copy-right .copy-txt {
	float:right;
	letter-spacing:0.2px;
	margin-top:25px;
	padding-right:10px;
}

.copy-right .copy-txt img {
	position:relative;
	top:-3px;
	vertical-align: middle;
}


.h-banner {
	border:1px solid #E2E5EA;
	height:23px;
	padding:12px 16px 18px 33px;
	width:951px;
	display: inline-block;
	margin-top: 25px;
}

.h-banner h2 {
	color:var(--theme-accent);
	font-size:23px;
	font-weight:bold;
	display:inline;
	
}

.h-banner h2 span {
	color:#343434;
}

.h-banner span.text {
	color:#9d9c9c;
	font-size:15px;
	letter-spacing:0.4px;
	padding-left:8px;
	
}

.h-banner span.text h3 {
	color:#9d9c9c;
	font-size:15px;
	letter-spacing:0.4px;
	padding-left:8px;
	
}

.h-banner .title-text {
	float:left;
}

.h-banner .link {
	margin-top:4px;
}

.h-banner .link a {
	background:url("../images/link-icon.png") no-repeat scroll 139px -17px transparent;
	color:var(--theme-link);
	float:right;
	font-size:18px;
	font-weight:bold;
	padding-right:36px;
	height:20px;
	
	text-decoration:underline;
}

.h-banner .link a:hover {
	color:#757575;
	text-decoration:none;
	background:url("../images/link-icon.png") no-repeat scroll 139px 1px transparent;
}

.h-banner h3 {
	color:var(--theme-accent);
	font-size:23px;
	font-weight:bold;
	display:inline;
	
}

.h-banner h3 span {
	color: #343434;
}

/*================================================= Bread Crumb ====================================================*/

.breadcrumbs {
	width: 100%;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 15px;
	background: #f6f6f6;
	color: var(--theme-secondary);
	font-size: 12px;
	display: inline-block;
}

.breadcrumbs strong {
	font-weight: normal;
}

.breadcrumbs ul {
	float: left;
	margin: 14px 0 0 14px;
}

.breadcrumbs ul li {
	display: inline;
}

.breadcrumbs a {
	color: var(--theme-secondary);
	text-decoration: none;
}

.breadcrumbs span {
	display: inline-block;
	overflow: hidden;
	padding: 0 3px;
	vertical-align: middle;
}

.breadcrumbs .bread-back {
	float: right;
	margin: 16px 20px 0 0;
	color: #77787a;
	font-size: 15px;
	display: block;
	background: url('../images/breadcum-back-icon.png') no-repeat;
	height: 14px;
	padding-left: 24px;
	line-height: 16px;
}

.breadcrumbs .bread-back:hover {
	color: var(--theme-primary);
}

/*================================================= Tab Styles =====================================================*/

ul.tabs {
	width: 100%;
	display: inline-block;
	margin: 20px 0 -1px 0;
	float: left;
}

ul.tabs li {
	margin: 3px 3px 3px 0;
	padding: 8px 25px;
	border: 1px solid #e2e5ea;
	background: #fff;
	font-size: 14px;
	float: left;
	position: relative;
	cursor: pointer;
	color: #606060;
}

ul.tabs li.active {
	background: var(--theme-primary);
	color: #fff;
	border: 1px solid var(--theme-primary);
}

.tab-content {
	width: 100%;
	color: #606060;
	font-size: 13px;
	padding: 25px 0 0 5px;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}

.tab-content * {
	color: #000000;
}

.tab-content h2 {
	font-size: 21px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #aaa;
	width: 100%;
}

.tab-content .desc {
	font-weight: bold;
	margin: 15px 0 0 0;
	display: inline-block;
	width: 100%;
	font: 13px/20px Museo300,Arial;
}

.data-table {
	font-size: 12px;
	width: 100% !important;
	border-spacing: 0;
	border-collapse:collapse;
	margin-top: 20px;
}

.data-table tr td {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e2e2e2;
	padding: 8px;
}


.page-content h1,
.page-content h2 {
	font-size: 32px;
	padding: 20px 20px 10px 20px;

}

.page-content h2 {
	font-size: 22px;
	padding-top: 5px;
}

.page-content p {
	font-size: 14px;
	line-height: 18px;
	padding: 0 20px 20px 20px;
}

#temp-close {
	width: 100%;
	height: 100%;
	background: red;
	position: fixed;
	z-index: 300000;
	background: url(../images/temp-close-bg.png);
}

#temp-close div {
	width: 100%;
	height: 403px;
	background: url(../images/temp-close.png) center center no-repeat;
	position: fixed;
	top: 150px;
	z-index: 300001;
}

#confirm-age {
	width: 100%;
	height: 100%;
	background: red;
	position: fixed;
	z-index: 300000;
	background: url(../images/confirm-age-bg.png);
}

#confirm-age > div {
	width: 655px;
	height: 403px;
	background: url(../images/confirm-age.png) center center no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 300001;
	text-align: center;
	margin-left: -327.5px;
	margin-top: -201.5px;
}

#confirm-age > div a {
	/* position: relative; */
	/* float: none; */
	/* top: 280px; */
	font-weight: 500;
	font-size: 22px;
}

.body-confirm-age {
	overflow: hidden;
}

.body-confirm-age #confirm-age {
	display: block;
}
/* sepet */


.my_cart_cc{margin-top: 15px; display: none}
.my_cart_cc .my_cart_cc_r{margin-bottom: 15px}
.my_cart_cc .my_cart_cc_r:after,
.my_cart_cc .my_cart_cc_r .my_cart_cc_c:after{content: ""; clear: both; height: 0; display: block}
.my_cart_cc .my_cart_cc_r label{display: inline-block; font-weight: 600; margin-bottom: 6px;}
.my_cart_cc .my_cart_cc_r input,
.my_cart_cc .my_cart_cc_r select{width: 100%; height: 35px; border: 1px solid #ccc; padding: 0 10px}
.my_cart_cc .my_cart_cc_r .my_cart_cc_c{float: left;}

.my_cart_cc .my_cart_cc_r .my_cart_cc_c:nth-child(1){margin-right: 15px; width: 300px}
.my_cart_cc .my_cart_cc_r .my_cart_cc_c:nth-child(2){width: 150px; float: left}

.my_cart_cc .my_cart_cc_r .my_cart_cc_c label{float: left; width: 100%;}
.my_cart_cc .my_cart_cc_r .my_cart_cc_c > .a{width: calc( (100% - 15px) / 2 ); float: left;}
.my_cart_cc .my_cart_cc_r .my_cart_cc_c > .a:nth-child(3){margin-left: 15px} 
								
.new_cart_content *{box-sizing: border-box}
.new_cart_content{margin-bottom: 20px} 

.new_cart_content .row{}
.new_cart_content .row:after,
.form_control li:after{content: ""; clear: both; height: 0; display: block;}
.new_cart_content .cart_col{float: left; width: 350px;}
.new_cart_content .cart_col .cart_col_head{font-weight: 600; color: var(--theme-primary); font-size: 16px; margin-bottom: 20px;}
.new_cart_content .cart_col.right{width: 630px; margin-left: 20px}
.new_cart_content .cart_col .cart_col_body_row{border: 5px solid #f1f1f1; padding: 5px 10px;}

.form_control{}
.form_control li{margin-bottom: 15px;}
.form_control li label{display: inline-block; font-weight: 600; margin-bottom: 5px; color: #333}
.form_control li input,
.form_control li select,
.form_control li textarea{width: 100%; height: 35px; border: 1px solid #ccc; padding: 0 10px;}
.form_control li textarea{height: auto; padding: 10px; resize: none} 

.form_control li .l_col{float: left; width: calc( (100% - 15px) / 2);}
.form_control li .l_col:nth-child(1){margin-right: 15px}

table.cart_list{width: 100%}
table.cart_list thead tr th{font-weight: 600; text-align: left; padding: 8px; color: #333}

table.cart_list tbody tr td{border-top: 1px dotted #ddd; padding: 8px}

table.cart_list tbody tr td:first-child,
table.cart_list thead tr th:first-child{padding-left: 0}
table.cart_list tbody tr td:last-child,
table.cart_list thead tr th:last-child{padding-right: 0}

table.cart_list tbody tr td a.list_p{color: #333; font-weight: 600}
table.cart_list tbody tr td a.remove_s{width: 22px; height: 22px; border: 2px solid #ccc; border-radius: 50%; text-align: center; line-height: 20px; font-weight: bold; font-family: arial; display: block; text-decoration: none; font-size: 17px}
table.cart_list tbody tr td a.remove_s:hover{border-color: #333; color: #333;}

table.cars_s{width: 100%; border-top: 5px solid #f1f1f1; margin-top: 10px; padding-top: 7px}
table.cars_s tbody tr td{border-bottom: 1px dotted #ddd; padding: 8px 0}
table.cars_s tbody tr.s td{font-weight: 600}
table.cars_s tbody tr:last-child td{border-bottom: 0 }


.whatsapp {
position: fixed;
left: 2px;
bottom: 35px;
height: 101px;
width: 54px;
padding: 4px;
z-index: 999;
}

.aramabuton {
position: fixed;
left: 9px;
bottom: 15px;
height: 86px;
width: 54px;
padding: 4px;
z-index: 999;
}


.odeme_secenekleri{padding: 5px 0}
.odeme_secenekleri > li{border-bottom:  1px dotted #ddd; margin-bottom: 7px; padding-bottom: 7px; padding-left: 35px; position: relative; cursor: pointer}
.odeme_secenekleri > li:before{width: 30px; height: 30px; content: ""; position: absolute; left: 0; top: 0; background: url(../images/cart_selected.png?v=1) no-repeat 0 0}
.odeme_secenekleri > li.c{cursor: default}
.odeme_secenekleri > li.c:before{background-position: 0 -30px}
.odeme_secenekleri > li strong{font-weight: 600; display: block}

.c_button{color: #fff; background: #262626; padding: 10px 30px; font-weight: 600; margin: 5px 0 5px 0;}
.c_button:hover{opacity: .6}


.formError{z-index:990}
.formError .formErrorContent{z-index:991}
.formError .formErrorArrow{z-index:996}
.ui-dialog .formError{z-index:5000}
.ui-dialog .formError .formErrorContent{z-index:5001}
.ui-dialog .formError .formErrorArrow{z-index:5006}
.inputContainer{position:relative;float:left}
.formError{position:absolute;top:300px;left:300px;display:block;cursor:pointer;text-align:left}
.formError.inline{position:relative;top:0;left:0;display:inline-block}
.ajaxSubmit{padding:20px;background:#55ea55;border:1px solid #999;display:none}
.formError .formErrorContent{width:100%;background:#ee0101;position:relative;color:#fff;min-width:120px;font-size:11px;border:2px solid #ddd;box-shadow:0 0 6px #000;-moz-box-shadow:0 0 6px #000;-webkit-box-shadow:0 0 6px #000;-o-box-shadow:0 0 6px #000;padding:4px 10px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px}
.formError.inline .formErrorContent{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;border:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0}
.greenPopup .formErrorContent{background:#33be40}
.blackPopup .formErrorContent{background:#393939;color:#FFF}
.formError .formErrorArrow{width:15px;margin:-2px 0 0 13px;position:relative}
body[dir='rtl'] .formError .formErrorArrow,body.rtl .formError .formErrorArrow{margin:-2px 13px 0 0}
.formError .formErrorArrowBottom{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;margin:0 0 0 12px;top:2px}
.formError .formErrorArrow div{border-left:2px solid #ddd;border-right:2px solid #ddd;box-shadow:0 2px 3px #444;-moz-box-shadow:0 2px 3px #444;-webkit-box-shadow:0 2px 3px #444;-o-box-shadow:0 2px 3px #444;font-size:0;height:1px;background:#ee0101;margin:0 auto;line-height:0;font-size:0;display:block}
.formError .formErrorArrowBottom div{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none}
.greenPopup .formErrorArrow div{background:#33be40}
.blackPopup .formErrorArrow div{background:#393939;color:#FFF}
.formError .formErrorArrow .line10{width:13px;border:none}
.formError .formErrorArrow .line9{width:11px;border:none}
.formError .formErrorArrow .line8{width:11px}
.formError .formErrorArrow .line7{width:9px}
.formError .formErrorArrow .line6{width:7px}
.formError .formErrorArrow .line5{width:5px}
.formError .formErrorArrow .line4{width:3px}
.formError .formErrorArrow .line3{width:1px;border-left:2px solid #ddd;border-right:2px solid #ddd;border-bottom:0 solid #ddd}
.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd}
.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd}