html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background:#FCFCFC url('../image/hbg.png') top repeat-x;
	font-size: 100.00%;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
h1, .welcome {
	color: #444;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #600;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #bbb;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin: 2px;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus {
    -webkit-box-shadow: 0px 0px 3px #38B0E3;
	-moz-box-shadow: 0px 0px 3px #38B0E3;
	box-shadow: 0px 0px 3px #38B0E3;
	}
select {
background: #fff;
border: 2px solid #E9E9E9;
padding: 4px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 220px;
}
#column-right {
	float: right;
	width: 190px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 229px;
	border-left: 1px solid #ddd;
	padding-left: 9px;
}
#column-right + #content {
	margin-right: 199px;
	border-right: 1px solid #ddd;
	padding-right: 9px;
}
/* header */
#header {
	height: 90px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 38px;
	left: 15px;
}
#language {
	width: 105px;
	position: absolute;
	top: 3px;
	right: 410px;
	color: #0D0D0D;
	font-size: 14px; 
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 105px;
	position: absolute;
	top: 3px;
	right: 300px;
	color: #0D0D0D;
	font-size: 15px; 
}
#currency a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 14px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 43px;
	right: 0px;
	z-index: 9;
	min-width: 150px;
	background: url('../image/sf-bg.gif');
	border: 1px solid #E2E2E2;
	padding: 5px 5px 5px 5px;
}
#header #cart .heading {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 34px;
	padding-right: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #D3D3D3 url('../image/crtbg.png') left center no-repeat;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 6px;
	padding: 8px;
	min-height: 150px;
	-webkit-box-shadow: 0px 0px 6px #10363F;
	-moz-box-shadow: 0px 0px 6px #10363F;
	box-shadow: 0px 0px 6px #10363F;
	background: #D3D3D3;
	color: #fff;
}
#header #cart .content a {
    color: #10363F;
	text-decoration: none;
	font-size: 13px;
}
#header #cart.active .heading {
	-webkit-box-shadow: 0px 0px 6px #10363F;
	-moz-box-shadow: 0px 0px 6px #10363F;
	box-shadow: 0px 0px 6px #10363F;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #fff;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #39B9D5;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	text-align: left;
	-webkit-box-shadow: 0px 0px 3px #10363F;
	-moz-box-shadow: 0px 0px 3px #10363F;
	box-shadow: 0px 0px 3px #10363F;
}
.mini-cart-info .name small {
	color: #ddd;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #fff;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 43px;
	right: 370px;
	width: 300px;
	z-index: 15;
	line-height: 38px;
	background: url('../image/sf-bg.gif');
	border: 1px solid #E2E2E2;
	padding: 5px 5px 5px 5px;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 30px;
	height: 40px;
	cursor: pointer;
}
#header #search input {
	background: #D3D3D3;
	padding: 1px 1px 1px 32px;
	width: 263px;
	height: 38px;
	font-size: 15px;
	font-weight: bold;
	border: none;
	color: #000;
    font-family: "Roboto Condensed", sans-serif;
	margin: 0px;
	line-height: 38px;
}
#header #search input:focus {
	-webkit-box-shadow: 0px 0px 6px #10363F;
	-moz-box-shadow: 0px 0px 6px #10363F;
	box-shadow: 0px 0px 6px #10363F;
}
#header #welcome {
	position: absolute;
	right: 0px;
	top: 3px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #0D0D0D;
	font-size: 14px;
}
#header #welcome a {
    color: #00C;
	font-size: 14px;
}
#header .links {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 10px;
	padding-right: 0px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 15px;
	color: #00C;
	text-decoration: none;
	font-size: 14px;
}
#header .links a + a {
}
/* menu */
#menu {
	height: 48px;
	margin-bottom: 15px;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 30;
	padding: 0px 5px 0px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 14px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 18px 10px 17px 10px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #ddd;
	color: #333;
}
#menu > ul > li > div {
	display: none;
	background: #ddd;
	position: absolute;
	z-index: 5;
	padding: 5px;
	min-width: 190px;
	-webkit-box-shadow: 0px 2px 2px #666;
	-moz-box-shadow: 0px 2px 2px #666;
	box-shadow: 0px 2px 2px #666;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #333;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #fff;
}
#menu > ul > li > div > ul > li > a {
	color: #333;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	margin-right: 0px;
	-webkit-box-shadow: 0px 0px 6px #10363F;
	-moz-box-shadow: 0px 0px 6px #10363F;
	box-shadow: 0px 0px 6px #10363F;
	color: #fff;
}
.success a, .warning a, .attention a, .information a {
    color: #10363F;
	}
.success {
	background: #1FABD1 url('../image/success.png') 10px center no-repeat;
}
.warning {
	background: #1FABD1 url('../image/warning.png') 10px center no-repeat;
}
.attention {
	background: #1FABD1 url('../image/attention.png') 10px center no-repeat;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	
	background: url("../image/background.png") bottom center repeat-x;
	border: 1px solid #eee;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1%;
	padding-right: 1%;
	display: inline-block;
	width: 98%;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
	background: #fff;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #a3a3a3;
	background: #FFFFFF;
   -moz-box-shadow:    inset 0 0 5px #999;
   -webkit-box-shadow: inset 0 0 5px #999;
   box-shadow:         inset 0 0 5px #999;
}
.pagination .results {
	float: right;
	padding-top: 6px;
	padding-bottom: 2px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #555;
	line-height: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url("../image/background.png") bottom center repeat-x;
	-webkit-box-shadow: 0px 0px 3px #888;
	-moz-box-shadow: 0px 0px 3px #888;
	box-shadow: 0px 0px 3px #888;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 8px;
}
input.button {
	margin: 0;
	border: 0;
	height: 28px;
	padding: 0px 8px 0px 8px;
}
a.button:hover, input.button:hover {
	background: #58B6DE;
	color: #fff;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	background: url('../image/htab.png') top repeat-x;
	line-height: 16px;
}
.htabs a {
	background: none;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin-right: 2px;
	display: none;
	margin-left: 7px;
}
.htabs a.selected {
	background: #ddd;
	color: #333;
	padding-bottom: 7px;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	border-bottom: 1px solid #ddd;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FCFCFC;
	padding: 9px;
}
/* box products */
.box-product {
	width: 900px;
	overflow: auto;
}
.box-product > div {
	width: 160px;
	padding: 5px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 9px;
	border: 1px solid #eee;
	padding-bottom: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#column-left + #content .box-product > div {
    width: 156px;
}
#column-left + #column-right + #content .box-product > div {
    width: 148px;
}
#column-left .box-product , #column-right .box-product  {
    width: 190px;
	margin-left: -9px;
	}
#column-left .box-product > div, #column-right .box-product > div {
    padding: 2px;
	margin: 0px;
	display: inline-block;
	width: 175px;
	border: none;
	margin: 4px;
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #eee;
}
#column-left .box-product .image img, #column-right .box-product .image img {
    width: 50px;
	height: 50px;
	margin: 2px;
    -webkit-box-shadow: 0px 0px 3px #bbb;
	-moz-box-shadow: 0px 0px 3px #bbb;
	box-shadow: 0px 0px 3px #bbb;
	}
#column-left .box-product .image, #column-right .box-product .image {
    float: left;
	margin-right: 10px;
	}
#column-left .box-product .name, #column-right .box-product .name {	
    min-height: 10px;
	}
#column-left .box-product .name a, #column-right .box-product .name a {	
    font-size: 13px;
}	
#column-left .box-product .cart, #column-right .box-product .cart {
    display: none;
}	
#column-left .box-product > div:hover, #column-right .box-product > div:hover {
    -webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	}
.box-product > div:hover {
   -webkit-box-shadow: 0px 0px 13px #999;
	-moz-box-shadow: 0px 0px 13px #999;
	box-shadow: 0px 0px 13px #999;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
}
.box-product .name a {
	color: #4C4C4C;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 13px;
}
.box-product .name {
	margin-bottom: 4px;
    min-height: 36px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #009;
	font-size: 16px;
	margin-bottom: 6px;
}
.box-product .price-old {
	color: #900;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li {
	position: relative;
	z-index: 10;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	font-weight: bold;
	background: url('../image/background2.png') repeat-x;
}
ul.box-category > li ul.subul {
	display: block;
	position: relative;
	background: #fff;
	left: 0px;
	top: 0px;
	width: 220px;
	background: #eee;
}
ul.box-category > li ul.subul.striplu {
    width: 220px;
}
ul.box-category > li ul.subul.striplu li {
    width: 220px;
	display: inline-block;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}
ul.box-category > li:hover ul.subul {
    display: block;
}
ul.box-category > li a.active {
	font-weight: bold;
	background: #fff;
	padding-left: 5px;
	border-left: 5px solid #eee;
	background: url('../image/background2.png') repeat-x;
}
ul.box-category > li ul a.active {
	font-weight: bold;
	background: #fff;
	padding-left: 5px;
	border-left: 5px solid #eee;
}
ul.box-category > li ul li a:hover {
    background: #fff;
	padding-left: 5px;
	border-left: 5px solid #eee;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 46%;
	padding: 1%;
}
#content .content .right {
	float: right;
	width: 46%;
	padding: 1%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 22%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
}
.category-list ul a {
    padding: 8px;
	border-left: 5px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 2px;
}
.category-list ul a:hover {
    color: #333;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F2F2F2;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	background: url("../image/background.png") bottom center repeat-x;
	border: 1px solid #eee;
	padding-bottom: 4px;
	padding-top: 3px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	margin-left: 5px;
	padding-top: 5px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
	margin-right: 5px;
}
.product-compare {
	padding-top: 5px;
	float: left;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	padding: 5px;
	margin: 9px;
	border: 1px solid #eee;
	padding-top: 9px;
}
.product-list > div:hover {
   -webkit-box-shadow: 0px 0px 13px #999;
	-moz-box-shadow: 0px 0px 13px #999;
	box-shadow: 0px 0px 13px #999;
}
.product-list .right {
	float: right;
	margin-left: 20px;
	margin-right: 5px;
	text-align: right;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 70px;
	margin-left: 15px;
	text-align: right;
	color: #009;
	font-size: 14px;
	font-weight: bold;
}
.product-list .price-old {
	color: #900;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 13px;
	font-weight: normal;
	color: #999;
}
.product-list .cart {
	margin-bottom: 5px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-list .wishlist a:before, .product-list .compare a:before {
    content: '+';
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-grid {
	width: 900px;
	overflow: auto;
}
.product-grid > div {
	width: 163px;
	padding: 5px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 9px;
	border: 1px solid #eee;
	padding-bottom: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#column-left + #content .product-grid > div {
    width: 160px;
}
#column-left + #column-right + #content .product-grid > div {
    width: 153px;
}
.product-grid > div:hover {
   -webkit-box-shadow: 0px 0px 13px #999;
	-moz-box-shadow: 0px 0px 13px #999;
	box-shadow: 0px 0px 13px #999;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
}
.product-grid .name a {
	color: #555;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
}
.product-grid .name {
    min-height: 36px;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #009;
	font-size: 16px;
	margin-bottom: 6px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-grid .wishlist a:before, .product-grid .compare a:before {
    content: '+';
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info h1 {
    font-size: 28px;
	margin-bottom: 0px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 0px 10px 0px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
	font-size: 14px;
}
.product-info .description span {
	color: #38B0E3;
	font-size: 14px;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
	font-size: 14px;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #506A7C;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 13px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 13px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 13px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	color: #4D4D4D;
}
.product-info .realdesc {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	margin-bottom: 8px;
	padding-top: 10px;
}
.product-info .review a {
    text-decoration: none;
	font-size: 14px;
}
.product-info .review a:hover {
    color: #333;
}
.product-info .review > div {
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .share div {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;

}
.product-info .share .links a {
	text-decoration: none;
	font-size: 14px;
}
.product-info .share .links a:before {
    content: '+';
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 46%;
	padding: 1%;
}
.login-content .right {
	float: right;
	width: 46%;
	padding: 1%;
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #e7e7e7;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: -5px;
	padding: 6px;
	font-weight: normal;
	text-decoration: none;
   -moz-box-shadow:    inset 0 0 5px #999;
   -webkit-box-shadow: inset 0 0 5px #999;
   box-shadow:         inset 0 0 5px #999;
   color: #444;
   background: #fff;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 46%;
	padding: 1%;
}
.checkout-content .right {
	float: right;
	width: 46%;
	padding: 1%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 46%;
	padding: 1%;
}
.contact-info .right {
	float: left;
	width: 46%;
	padding: 1%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 46%;
	padding: 1%;
}
.sitemap-info .right {
	float: left;
	width: 46%;
	padding: 1%;
}
/* footer */ 
#outfooter {
    display: inline-block;
    padding-top: 5px;
    width: 100%;
	
}
#footer {
    width: 980px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	background: #f2f2f2;
}
#footer h3 {
	color: #47B3FF;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
}
#footer .column {
	float: left;
	width: 225px;
	margin-left: 5px;
    margin-right: 5px;	
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 1px;
	list-style: none;
}
#footer .column ul li {
	margin-bottom: 7px;
	list-style: none;
}
#footer .column a {
	text-decoration: none;
	color: #777;
}
#footer .column a:hover {
	text-decoration: underline;
}
/* Social Media Buttons
------------------------------------------------------------*/

#social .facebookbutton {
	width: 24px;
	height: 24px;
	float: left;
	background: url('../image/facebook.png') bottom;
	text-indent: -99999px;
	outline: none;
}
#social .facebookbutton:hover {
	background-position: 0 0;
}
#social .twitterbutton {
	width: 24px;
	height: 24px;
	float: left;
	background: url('../image/twitter.png') bottom;
	text-indent: -99999px;
	outline: none;
}
#social .twitterbutton:hover {
	background-position: 0 0;
}
#social .googlebutton {
	width: 24px;
	height: 24px;
	float: left;
	background: url('../image/google.png') bottom;
	text-indent: -99999px;
	outline: none;
}
#social .googlebutton:hover {
	background-position: 0 0;
}
#social .rssbutton {
	width: 24px;
	height: 24px;
	float: left;
	background: url('../image/rss.png') bottom;
	text-indent: -99999px;
	outline: none;
}
#social .rssbutton:hover {
	background-position: 0 0;
}
#social .vimeobutton {
	width: 24px;
	height: 24px;
	float: left;
	background: url('../image/vimeo.png') bottom;
	text-indent: -99999px;
	outline: none;
}
#social .vimeobutton:hover {
	background-position: 0 0;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
    width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #999;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
a.btlist {
    background: url('../image/btlist.png') top right no-repeat;
	width: 32px;
	height: 18px;
	display: inline-block;
}
a.btlista {
    background:  url('../image/btlista.png') top right no-repeat;
	width: 32px;
	height: 18px;
	display: inline-block;
}
a.btgrid {
    background: url('../image/btgrid.png') top right no-repeat;
	width: 32px;
	height: 18px;
	display: inline-block;
}
a.btgrida {
    background: url('../image/btgrida.png') top right no-repeat;
	width: 32px;
	height: 18px;
	display: inline-block;
}


/* ==========================================================
   KIRMIZIBEYAZ THEME OVERRIDES - OpenCart 1.5.5.1
   Modern red/white/black t-shirt store styling
   ========================================================== */
:root {
  --kb-red: #e2131b;
  --kb-red-dark: #b80f15;
  --kb-black: #141414;
  --kb-text: #222222;
  --kb-muted: #767676;
  --kb-line: #ececec;
  --kb-bg: #f6f7f9;
  --kb-card: #ffffff;
}
html { overflow-y: scroll; }
body.theme-kirmizibeyaz {
  background: #f7f7f8;
  color: var(--kb-text);
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}
body.theme-kirmizibeyaz, body.theme-kirmizibeyaz td, body.theme-kirmizibeyaz th, body.theme-kirmizibeyaz input, body.theme-kirmizibeyaz textarea, body.theme-kirmizibeyaz select, body.theme-kirmizibeyaz a {
  font-size: 14px;
}
body.theme-kirmizibeyaz a, body.theme-kirmizibeyaz a:visited, body.theme-kirmizibeyaz a b {
  color: var(--kb-red);
  text-decoration: none;
}
body.theme-kirmizibeyaz a:hover { color: var(--kb-red-dark); }
body.theme-kirmizibeyaz #container {
  width: 1180px;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
body.theme-kirmizibeyaz #column-left {
  float: left;
  width: 235px;
}
body.theme-kirmizibeyaz #column-right { width: 210px; }
body.theme-kirmizibeyaz #column-left + #content {
  margin-left: 255px;
  border-left: 0;
  padding-left: 0;
}
body.theme-kirmizibeyaz #column-left + #column-right + #content {
  margin-left: 255px;
  margin-right: 220px;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}
body.theme-kirmizibeyaz #column-right + #content {
  margin-right: 225px;
  border-right: 0;
  padding-right: 0;
}

/* Header */
body.theme-kirmizibeyaz #header {
  height: 124px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.theme-kirmizibeyaz #header:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 31px;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  z-index: -1;
}
body.theme-kirmizibeyaz #header #logo {
  position: absolute;
  top: 47px;
  left: 0;
}
body.theme-kirmizibeyaz #header #logo img {
  width: 245px;
  height: auto;
  display: block;
}
body.theme-kirmizibeyaz #header .links {
  left: 0;
  top: 7px;
  height: 24px;
  line-height: 20px;
}
body.theme-kirmizibeyaz #header .links a {
  color: #222;
  font-size: 14px;
  padding: 0 22px 0 0;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}
body.theme-kirmizibeyaz #header .links a:hover { color: var(--kb-red); }
body.theme-kirmizibeyaz #header .links a:before {
  display: inline-block;
  margin-right: 6px;
  color: #111;
  font-size: 14px;
  vertical-align: -1px;
}
body.theme-kirmizibeyaz #header .links a:nth-child(1):before { content: '⌂'; }
body.theme-kirmizibeyaz #header .links a:nth-child(2):before { content: '♡'; }
body.theme-kirmizibeyaz #header .links a:nth-child(3):before { content: '♙'; }
body.theme-kirmizibeyaz #header .links a:nth-child(4):before { content: '🛒'; font-size: 13px; }
body.theme-kirmizibeyaz #header .links a:nth-child(5):before { content: '✓'; }
body.theme-kirmizibeyaz #header #welcome {
  top: 7px;
  right: 0;
  width: auto;
  color: #252525;
  font-size: 14px;
  line-height: 20px;
}
body.theme-kirmizibeyaz #header #welcome a {
  color: var(--kb-red);
  font-weight: 700;
  font-size: 14px;
}
body.theme-kirmizibeyaz #currency {
  top: 7px;
  right: 350px;
  width: auto;
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
body.theme-kirmizibeyaz #currency a {
  color: #222;
  background: transparent;
  padding: 0 2px;
  font-size: 14px;
  margin: 0 1px;
  text-decoration: none;
}
body.theme-kirmizibeyaz #currency a:hover, body.theme-kirmizibeyaz #currency a b { color: var(--kb-red); }
body.theme-kirmizibeyaz #language { top: 7px; right: 455px; width: auto; }
body.theme-kirmizibeyaz #header #search {
  top: 55px;
  right: 312px;
  width: 425px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
  overflow: hidden;
}
body.theme-kirmizibeyaz #header .button-search {
  left: auto;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  background: var(--kb-red);
  cursor: pointer;
}
body.theme-kirmizibeyaz #header .button-search:before {
  content: '🔍';
  color: #fff;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
}
body.theme-kirmizibeyaz #header #search input {
  background: #fff;
  width: 350px;
  height: 50px;
  line-height: 50px;
  padding: 0 14px;
  border: 0;
  color: #777 !important;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  box-shadow: none;
}
body.theme-kirmizibeyaz #header #search input:focus { box-shadow: none; }
body.theme-kirmizibeyaz #header #cart {
  top: 55px;
  right: 0;
  min-width: 248px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
}
body.theme-kirmizibeyaz #header #cart .heading {
  float: none;
  margin: 0;
  padding: 0 44px 0 58px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(180deg, #ef242b 0%, #d51219 100%);
  border-radius: 5px;
  box-shadow: 0 6px 16px rgba(226,19,27,0.24);
  color: #fff;
  position: relative;
}
body.theme-kirmizibeyaz #header #cart .heading:before {
  content: '🛒';
  position: absolute;
  left: 22px;
  top: 0;
  height: 50px;
  line-height: 50px;
  font-size: 21px;
}
body.theme-kirmizibeyaz #header #cart .heading h4 { display: none; }
body.theme-kirmizibeyaz #header #cart .heading a {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 50px;
  display: block;
  white-space: nowrap;
}
body.theme-kirmizibeyaz #header #cart .heading a span {
  background: none;
  padding-right: 0;
}
body.theme-kirmizibeyaz #header #cart .heading a span:after {
  content: '⌄';
  position: absolute;
  right: 18px;
  top: 0;
  height: 50px;
  line-height: 46px;
  color: #fff;
  font-size: 22px;
}
body.theme-kirmizibeyaz #header #cart .content {
  top: 8px;
  background: #fff;
  color: #222;
  border: 1px solid #ededed;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.14);
}
body.theme-kirmizibeyaz #header #cart .content a { color: var(--kb-red); }
body.theme-kirmizibeyaz .mini-cart-info td, body.theme-kirmizibeyaz .mini-cart-total td { color: #222; }
body.theme-kirmizibeyaz #header #cart .empty { color: #555; }

/* Menu */
body.theme-kirmizibeyaz #menu {
  clear: both;
  height: 54px;
  margin: 0 0 16px 0;
  padding: 0 0 0 0;
  background: linear-gradient(180deg, #181818 0%, #0c0c0c 100%);
  border-radius: 0;
  box-shadow: 0 7px 18px rgba(0,0,0,0.12);
  position: relative;
}
body.theme-kirmizibeyaz #menu:before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  height: 54px;
  background: linear-gradient(180deg, #181818 0%, #0c0c0c 100%);
  z-index: -1;
}
body.theme-kirmizibeyaz #menu > ul > li { padding: 0; }
body.theme-kirmizibeyaz #menu > ul > li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .2px;
  line-height: 54px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
body.theme-kirmizibeyaz #menu > ul > li:first-child > a {
  box-shadow: inset 0 -4px 0 var(--kb-red);
}
body.theme-kirmizibeyaz #menu > ul > li:hover > a {
  background: #232323;
  color: #fff;
  box-shadow: inset 0 -4px 0 var(--kb-red);
}
body.theme-kirmizibeyaz #menu > ul > li > div {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
}
body.theme-kirmizibeyaz #menu > ul > li ul > li > a:hover { background: #fff4f4; color: var(--kb-red); }

/* General content */
body.theme-kirmizibeyaz .breadcrumb {
  color: #999;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 8px 10px;
}
body.theme-kirmizibeyaz .success, body.theme-kirmizibeyaz .warning, body.theme-kirmizibeyaz .attention, body.theme-kirmizibeyaz .information {
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
  background-color: var(--kb-red);
}

/* Buttons */
body.theme-kirmizibeyaz a.button, body.theme-kirmizibeyaz input.button {
  border: 0;
  border-radius: 4px;
  background: linear-gradient(180deg, #ef242b 0%, #d51219 100%);
  color: #fff;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 5px 12px rgba(226,19,27,.22);
  text-shadow: none;
}
body.theme-kirmizibeyaz a.button:hover, body.theme-kirmizibeyaz input.button:hover {
  background: #111;
  color: #fff;
}
body.theme-kirmizibeyaz input.button { height: 34px; padding: 0 18px; }
body.theme-kirmizibeyaz a.button { padding: 10px 18px; }

/* Boxes and category sidebar */
body.theme-kirmizibeyaz .box {
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 8px;
  box-shadow: 0 5px 16px rgba(0,0,0,.06);
  overflow: hidden;
}
body.theme-kirmizibeyaz .box .box-heading {
  border-bottom: 1px solid #ededed;
  background: #fff;
  padding: 13px 14px 12px 52px;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
}
body.theme-kirmizibeyaz #column-left .box .box-heading:before,
body.theme-kirmizibeyaz #column-right .box .box-heading:before {
  content: '▣';
  position: absolute;
  left: 14px;
  top: 9px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: var(--kb-red);
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
}
body.theme-kirmizibeyaz .box .box-content {
  background: #fff;
  padding: 10px;
}
body.theme-kirmizibeyaz #column-left .box .box-content,
body.theme-kirmizibeyaz #column-right .box .box-content { padding: 0; }
body.theme-kirmizibeyaz ul.box-category, body.theme-kirmizibeyaz ul.box-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.theme-kirmizibeyaz ul.box-category > li > a {
  background: #fff;
  color: #222;
  border: 0;
  border-bottom: 1px solid #ededed;
  padding: 13px 32px 13px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
}
body.theme-kirmizibeyaz ul.box-category > li > a:after,
body.theme-kirmizibeyaz ul.box-category > li ul > li > a:after {
  content: '›';
  position: absolute;
  right: 14px;
  color: var(--kb-red);
  font-size: 22px;
  top: 50%;
  margin-top: -13px;
}
body.theme-kirmizibeyaz ul.box-category > li > a:hover,
body.theme-kirmizibeyaz ul.box-category > li a.active {
  background: #fff4f4;
  color: var(--kb-red);
  padding-left: 14px;
  border-left: 0;
}
body.theme-kirmizibeyaz ul.box-category > li ul.subul,
body.theme-kirmizibeyaz ul.box-category > li ul.subul.striplu,
body.theme-kirmizibeyaz ul.box-category > li ul.subul.striplu li {
  width: auto;
  background: #fafafa;
}
body.theme-kirmizibeyaz ul.box-category > li ul > li > a {
  background: #fafafa;
  color: #333;
  border: 0;
  border-bottom: 1px solid #ededed;
  padding: 10px 32px 10px 18px;
  font-size: 14px;
  position: relative;
}
body.theme-kirmizibeyaz ul.box-category > li ul a.active,
body.theme-kirmizibeyaz ul.box-category > li ul li a:hover {
  background: #fff4f4;
  color: var(--kb-red);
  padding-left: 18px;
  border-left: 0;
}

/* Slideshow/banner modules */
body.theme-kirmizibeyaz .slideshow,
body.theme-kirmizibeyaz .banner {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,.14);
}
body.theme-kirmizibeyaz .slideshow img,
body.theme-kirmizibeyaz .banner img {
  border-radius: 8px;
  display: block;
  max-width: 100%;
}
body.theme-kirmizibeyaz .nivoSlider {
  border-radius: 8px;
  overflow: hidden;
}

/* Product modules and grids */
body.theme-kirmizibeyaz .box-product,
body.theme-kirmizibeyaz .product-grid {
  width: auto;
  overflow: visible;
  font-size: 0;
}
body.theme-kirmizibeyaz .box-product > div,
body.theme-kirmizibeyaz .product-grid > div {
  width: 209px;
  min-height: 325px;
  padding: 14px 12px 13px 12px;
  margin: 8px 8px 16px 8px;
  border: 1px solid #ededed;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 16px rgba(0,0,0,.06);
  display: inline-block;
  vertical-align: top;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  font-size: 14px;
}
body.theme-kirmizibeyaz #column-left + #content .box-product > div,
body.theme-kirmizibeyaz #column-left + #content .product-grid > div { width: 200px; }
body.theme-kirmizibeyaz #column-left + #column-right + #content .box-product > div,
body.theme-kirmizibeyaz #column-left + #column-right + #content .product-grid > div { width: 154px; }
body.theme-kirmizibeyaz .box-product > div:hover,
body.theme-kirmizibeyaz .product-grid > div:hover,
body.theme-kirmizibeyaz .product-list > div:hover {
  transform: translateY(-3px);
  border-color: #ffd0d2;
  box-shadow: 0 12px 28px rgba(0,0,0,.13);
}
body.theme-kirmizibeyaz .box-product .image,
body.theme-kirmizibeyaz .product-grid .image { margin-bottom: 10px; }
body.theme-kirmizibeyaz .box-product .image img,
body.theme-kirmizibeyaz .product-grid .image img,
body.theme-kirmizibeyaz .product-list .image img {
  padding: 0;
  border: 0;
  max-width: 100%;
  border-radius: 4px;
}
body.theme-kirmizibeyaz .box-product .name,
body.theme-kirmizibeyaz .product-grid .name {
  min-height: 42px;
  margin-bottom: 7px;
  line-height: 18px;
}
body.theme-kirmizibeyaz .box-product .name a,
body.theme-kirmizibeyaz .product-grid .name a,
body.theme-kirmizibeyaz .product-list .name a {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
body.theme-kirmizibeyaz .box-product .name a:hover,
body.theme-kirmizibeyaz .product-grid .name a:hover,
body.theme-kirmizibeyaz .product-list .name a:hover { color: var(--kb-red); }
body.theme-kirmizibeyaz .box-product .price,
body.theme-kirmizibeyaz .product-grid .price,
body.theme-kirmizibeyaz .product-list .price {
  color: var(--kb-red);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
body.theme-kirmizibeyaz .box-product .price-old,
body.theme-kirmizibeyaz .product-grid .price-old,
body.theme-kirmizibeyaz .product-list .price-old { color: #777; }
body.theme-kirmizibeyaz .box-product .price-new,
body.theme-kirmizibeyaz .product-grid .price-new,
body.theme-kirmizibeyaz .product-list .price-new { color: var(--kb-red); }
body.theme-kirmizibeyaz .box-product .rating,
body.theme-kirmizibeyaz .product-grid .rating { margin-bottom: 10px; }
body.theme-kirmizibeyaz .box-product .cart input.button,
body.theme-kirmizibeyaz .product-grid .cart input.button,
body.theme-kirmizibeyaz .product-list .cart input.button {
  width: auto;
  min-width: 122px;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  font-size: 14px;
}
body.theme-kirmizibeyaz #content > .box > .box-heading,
body.theme-kirmizibeyaz #content .box .box-heading {
  background: transparent;
  border-bottom: 1px solid #ededed;
  padding: 12px 0 11px 28px;
  margin: 0 10px;
  position: relative;
  color: #111;
  font-size: 18px;
}
body.theme-kirmizibeyaz #content > .box > .box-heading:before,
body.theme-kirmizibeyaz #content .box .box-heading:before {
  content: '🔥';
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 18px;
}
body.theme-kirmizibeyaz #content > .box > .box-heading:after,
body.theme-kirmizibeyaz #content .box .box-heading:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 245px;
  height: 2px;
  background: var(--kb-red);
}
body.theme-kirmizibeyaz #content .box {
  border: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}
body.theme-kirmizibeyaz #content .box .box-content { background: transparent; padding: 0; }

/* Product list */
body.theme-kirmizibeyaz .product-list > div {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 5px 16px rgba(0,0,0,.06);
}
body.theme-kirmizibeyaz .product-filter {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 8px;
}

/* Forms and panels */
body.theme-kirmizibeyaz input[type='text'], body.theme-kirmizibeyaz input[type='password'], body.theme-kirmizibeyaz textarea, body.theme-kirmizibeyaz select {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  padding: 7px;
}
body.theme-kirmizibeyaz input[type='text']:focus, body.theme-kirmizibeyaz input[type='password']:focus, body.theme-kirmizibeyaz textarea:focus {
  box-shadow: 0 0 0 3px rgba(226,19,27,.12);
  border-color: #f2a5a9;
}
body.theme-kirmizibeyaz .pagination {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 6px;
}
body.theme-kirmizibeyaz table.list thead td { background-color: #f7f7f8; }
body.theme-kirmizibeyaz .htabs { background: #111; border-radius: 6px 6px 0 0; }
body.theme-kirmizibeyaz .htabs a.selected { background: var(--kb-red); color: #fff; }

/* Footer */
body.theme-kirmizibeyaz #outfooter {
  margin-top: 25px;
  background: #111;
  padding-top: 0;
}
body.theme-kirmizibeyaz #footer {
  width: 1140px;
  padding: 25px 20px;
  border: 0;
  background: #111;
  color: #ddd;
}
body.theme-kirmizibeyaz #footer h3 {
  color: #fff;
  border-bottom: 1px solid #333;
  font-size: 17px;
}
body.theme-kirmizibeyaz #footer .column { width: 270px; }
body.theme-kirmizibeyaz #footer .column ul li { color: #bfbfbf; }
body.theme-kirmizibeyaz #footer .column a { color: #bfbfbf; }
body.theme-kirmizibeyaz #footer .column a:hover { color: #fff; text-decoration: none; }

/* Small screens: keep usable without breaking old OpenCart */
@media screen and (max-width: 1210px) {
  body.theme-kirmizibeyaz #container { width: 1000px; max-width: 1000px; }
  body.theme-kirmizibeyaz #header #logo img { width: 220px; }
  body.theme-kirmizibeyaz #header #search { right: 270px; width: 360px; }
  body.theme-kirmizibeyaz #header #search input { width: 285px; }
  body.theme-kirmizibeyaz #header #cart { min-width: 230px; }
  body.theme-kirmizibeyaz .box-product > div, body.theme-kirmizibeyaz .product-grid > div { width: 165px; }
  body.theme-kirmizibeyaz #column-left + #content .box-product > div, body.theme-kirmizibeyaz #column-left + #content .product-grid > div { width: 156px; }
  body.theme-kirmizibeyaz #footer { width: 960px; }
  body.theme-kirmizibeyaz #footer .column { width: 225px; }
}


/* =========================================================
   kirmizibeyaz REV-02 düzeltmeleri
   - Logo boyutu güncellendi
   - Ana menü scroll sırasında sabit/floating görünmeyecek şekilde düzeltildi
   - Ürün grid alanı 4 ürün yan yana olacak şekilde ayarlandı
   - Sol kategori okları tüm satırlarda sağa sabitlendi
   ========================================================= */
body.theme-kirmizibeyaz #container {
  width: 1220px;
  max-width: 1220px;
}
body.theme-kirmizibeyaz #header #logo img {
  width: 270px;
  height: auto;
}
body.theme-kirmizibeyaz #header #logo {
  top: 44px;
}
body.theme-kirmizibeyaz #header:before {
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  width: 100vw !important;
  transform: translateX(-50%) !important;
  z-index: -1 !important;
}
body.theme-kirmizibeyaz #menu {
  position: relative !important;
  z-index: 5 !important;
  clear: both;
}
body.theme-kirmizibeyaz #menu:before {
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  width: 100vw !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  z-index: -1 !important;
  pointer-events: none !important;
}
body.theme-kirmizibeyaz #menu > ul {
  position: relative;
  z-index: 1;
}

/* 4'lü ürün dizilimi */
body.theme-kirmizibeyaz .box-product,
body.theme-kirmizibeyaz .product-grid {
  width: 100% !important;
  overflow: visible !important;
  font-size: 0;
}
body.theme-kirmizibeyaz .box-product > div,
body.theme-kirmizibeyaz .product-grid > div,
body.theme-kirmizibeyaz #column-left + #content .box-product > div,
body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
  box-sizing: border-box !important;
  width: calc(25% - 18px) !important;
  min-height: 310px;
  margin: 8px 9px 18px 9px !important;
  padding: 12px 10px 13px 10px !important;
  display: inline-block !important;
  vertical-align: top !important;
}
body.theme-kirmizibeyaz .box-product .image img,
body.theme-kirmizibeyaz .product-grid .image img {
  max-width: 165px !important;
  max-height: 175px !important;
  width: auto !important;
  height: auto !important;
}
body.theme-kirmizibeyaz .box-product .name,
body.theme-kirmizibeyaz .product-grid .name {
  min-height: 40px;
}
body.theme-kirmizibeyaz .box-product .name a,
body.theme-kirmizibeyaz .product-grid .name a {
  font-size: 14px;
  line-height: 18px;
}
body.theme-kirmizibeyaz .box-product .price,
body.theme-kirmizibeyaz .product-grid .price {
  font-size: 19px;
}
body.theme-kirmizibeyaz .box-product .cart input.button,
body.theme-kirmizibeyaz .product-grid .cart input.button {
  min-width: 118px;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
}

/* Sol kategori okları: bütün oklar sağa dayalı */
body.theme-kirmizibeyaz ul.box-category,
body.theme-kirmizibeyaz ul.box-category ul {
  width: 100% !important;
  box-sizing: border-box !important;
}
body.theme-kirmizibeyaz ul.box-category li,
body.theme-kirmizibeyaz ul.box-category > li ul.subul,
body.theme-kirmizibeyaz ul.box-category > li ul.subul.striplu,
body.theme-kirmizibeyaz ul.box-category > li ul.subul.striplu li {
  width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}
body.theme-kirmizibeyaz ul.box-category li a,
body.theme-kirmizibeyaz ul.box-category > li > a,
body.theme-kirmizibeyaz ul.box-category > li ul > li > a {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding-right: 42px !important;
  white-space: normal !important;
}
body.theme-kirmizibeyaz ul.box-category li a:after,
body.theme-kirmizibeyaz ul.box-category > li > a:after,
body.theme-kirmizibeyaz ul.box-category > li ul > li > a:after {
  content: '›' !important;
  position: absolute !important;
  right: 14px !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  color: var(--kb-red) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

@media screen and (max-width: 1210px) {
  body.theme-kirmizibeyaz #container { width: 1100px; max-width: 1100px; }
  body.theme-kirmizibeyaz #header #logo img { width: 245px; }
  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
    width: calc(25% - 18px) !important;
  }
}

/* =========================================================
   kirmizibeyaz REV-03 düzeltmeleri
   - Slayt/banner görselleri alan içinde ortalandı
   - Ürün kartlarında Sepete Ekle butonları aynı alt hizada sabitlendi
   - Öne çıkanlar / En çok satanlar / Yeni ürünler / Kategori grid için ortak kart hizası
   ========================================================= */

/* Slayt gösterisi ve banner görselleri: alan içinde ortalı görünüm */
body.theme-kirmizibeyaz .slideshow,
body.theme-kirmizibeyaz .banner {
  background: #fff !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}
body.theme-kirmizibeyaz .slideshow .nivoSlider {
  background: #fff url('../image/loading.gif') no-repeat 50% 50% !important;
  margin: 0 auto 18px auto !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}
body.theme-kirmizibeyaz .slideshow .nivoSlider img,
body.theme-kirmizibeyaz .nivoSlider img,
body.theme-kirmizibeyaz .nivo-main-image {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 !important;
}
body.theme-kirmizibeyaz .slideshow .nivoSlider a.nivo-imageLink {
  width: 100% !important;
  height: 100% !important;
}
body.theme-kirmizibeyaz .banner div {
  width: 100% !important;
  text-align: center !important;
  background: #fff !important;
}
body.theme-kirmizibeyaz .banner div img {
  display: inline-block !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  height: auto !important;
  vertical-align: middle !important;
}

/* Ürün kartları: 4 sütun korunur, butonlar eşit alt hizada durur */
body.theme-kirmizibeyaz .box-product,
body.theme-kirmizibeyaz .product-grid {
  width: 100% !important;
  overflow: visible !important;
  font-size: 0 !important;
  display: block !important;
}
body.theme-kirmizibeyaz .box-product > div,
body.theme-kirmizibeyaz .product-grid > div,
body.theme-kirmizibeyaz #column-left + #content .box-product > div,
body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
  box-sizing: border-box !important;
  width: calc(25% - 28px) !important;
  height: 365px !important;
  min-height: 365px !important;
  margin: 8px 14px 22px 14px !important;
  padding: 13px 12px 14px 12px !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  vertical-align: top !important;
  text-align: center !important;
  font-size: 14px !important;
}
body.theme-kirmizibeyaz .box-product .image,
body.theme-kirmizibeyaz .product-grid .image {
  height: 170px !important;
  min-height: 170px !important;
  width: 100% !important;
  margin: 0 0 10px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}
body.theme-kirmizibeyaz .box-product .image a,
body.theme-kirmizibeyaz .product-grid .image a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}
body.theme-kirmizibeyaz .box-product .image img,
body.theme-kirmizibeyaz .product-grid .image img {
  max-width: 165px !important;
  max-height: 165px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block !important;
}
body.theme-kirmizibeyaz .box-product .name,
body.theme-kirmizibeyaz .product-grid .name {
  width: 100% !important;
  min-height: 50px !important;
  height: 50px !important;
  margin: 0 0 7px 0 !important;
  line-height: 18px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}
body.theme-kirmizibeyaz .box-product .name a,
body.theme-kirmizibeyaz .product-grid .name a {
  display: block !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
body.theme-kirmizibeyaz .box-product .price,
body.theme-kirmizibeyaz .product-grid .price {
  width: 100% !important;
  min-height: 30px !important;
  margin: 0 0 7px 0 !important;
  line-height: 30px !important;
}
body.theme-kirmizibeyaz .box-product .rating,
body.theme-kirmizibeyaz .product-grid .rating {
  width: 100% !important;
  min-height: 22px !important;
  height: 22px !important;
  margin: 0 0 8px 0 !important;
  text-align: center !important;
}
body.theme-kirmizibeyaz .box-product .cart,
body.theme-kirmizibeyaz .product-grid .cart {
  width: 100% !important;
  margin-top: auto !important;
  padding-top: 8px !important;
  text-align: center !important;
}
body.theme-kirmizibeyaz .box-product .cart input.button,
body.theme-kirmizibeyaz .product-grid .cart input.button {
  min-width: 130px !important;
  height: 38px !important;
  line-height: 38px !important;
  padding: 0 20px !important;
  margin: 0 auto !important;
}

/* Liste görünümünde de buton ve içerik hizası daha dengeli olsun */
body.theme-kirmizibeyaz .product-list > div {
  min-height: 210px !important;
  position: relative !important;
}
body.theme-kirmizibeyaz .product-list .cart {
  margin-top: 12px !important;
}

@media screen and (max-width: 1210px) {
  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
    width: calc(25% - 20px) !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}


/* =========================================================
   kirmizibeyaz REV-04 düzeltmeleri
   - Sepete eklendi başarı mesajındaki ürün/sepet linkleri beyaz yapıldı
   - Slayt alanı, altındaki ürün kartlarının sağ/sol hizasına alındı
   - Sepete Ekle butonları tüm ürün modüllerinde sabit alt hizada kilitlendi
   ========================================================= */

/* Başarı / uyarı bantları: tüm metinler ve linkler beyaz görünsün */
body.theme-kirmizibeyaz .success,
body.theme-kirmizibeyaz .success *,
body.theme-kirmizibeyaz .success a,
body.theme-kirmizibeyaz .success a:visited,
body.theme-kirmizibeyaz .success a:hover,
body.theme-kirmizibeyaz .success a:active {
  color: #ffffff !important;
}
body.theme-kirmizibeyaz .success a {
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}
body.theme-kirmizibeyaz .success {
  background-color: #d9342b !important;
  background-image: url('../image/success.png') !important;
  background-repeat: no-repeat !important;
  background-position: 14px center !important;
  padding-left: 48px !important;
  line-height: 22px !important;
}

/* Slayt / banner dış kutusu ürün kartlarıyla aynı sağ-sol hizada dursun */
body.theme-kirmizibeyaz #content > .slideshow,
body.theme-kirmizibeyaz #content > .banner,
body.theme-kirmizibeyaz #content .slideshow,
body.theme-kirmizibeyaz #content .banner {
  margin-left: 14px !important;
  margin-right: 14px !important;
  margin-bottom: 22px !important;
  box-sizing: border-box !important;
  width: auto !important;
}
body.theme-kirmizibeyaz #content .slideshow .nivoSlider {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Ürün kartları: butonlar kartın altına sabitlenir, tüm modüllerde aynı seviyede görünür */
body.theme-kirmizibeyaz .box-product > div,
body.theme-kirmizibeyaz .product-grid > div,
body.theme-kirmizibeyaz #column-left + #content .box-product > div,
body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
  position: relative !important;
  height: 390px !important;
  min-height: 390px !important;
  padding-bottom: 72px !important;
  overflow: hidden !important;
}
body.theme-kirmizibeyaz .box-product .image,
body.theme-kirmizibeyaz .product-grid .image {
  height: 170px !important;
  min-height: 170px !important;
}
body.theme-kirmizibeyaz .box-product .rating,
body.theme-kirmizibeyaz .product-grid .rating,
body.theme-kirmizibeyaz .box-product .empty-rating,
body.theme-kirmizibeyaz .product-grid .empty-rating {
  display: block !important;
  width: 100% !important;
  height: 24px !important;
  min-height: 24px !important;
  margin: 0 0 8px 0 !important;
  text-align: center !important;
  line-height: 24px !important;
}
body.theme-kirmizibeyaz .box-product .rating img,
body.theme-kirmizibeyaz .product-grid .rating img {
  vertical-align: middle !important;
}
body.theme-kirmizibeyaz .box-product .cart,
body.theme-kirmizibeyaz .product-grid .cart {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 22px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}
body.theme-kirmizibeyaz .box-product .cart input.button,
body.theme-kirmizibeyaz .product-grid .cart input.button {
  display: inline-block !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 1210px) {
  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
    height: 380px !important;
    min-height: 380px !important;
  }
}

/* =========================================================
   kirmizibeyaz REV-05 düzeltmeleri
   - Sepet açılır menüsünün arama kutusu / arama butonu altına girerek bozulması engellendi
   - Sepet açılır menüsü buton genişliğini büyütmeden sağa hizalı açılır hale getirildi
   - Sepet bir kere tıklanınca açık kalır; dışarı tıklanınca kapanır
   - Arama alanı ile sepet arasında güvenli boşluk bırakıldı
   ========================================================= */
body.theme-kirmizibeyaz #header {
  overflow: visible !important;
  z-index: 1000 !important;
}
body.theme-kirmizibeyaz #header #search {
  right: 320px !important;
  width: 380px !important;
  z-index: 20 !important;
}
body.theme-kirmizibeyaz #header #search input {
  width: 305px !important;
}
body.theme-kirmizibeyaz #header #cart {
  right: 0 !important;
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
  height: 50px !important;
  overflow: visible !important;
  z-index: 3000 !important;
}
body.theme-kirmizibeyaz #header #cart .heading {
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
body.theme-kirmizibeyaz #header #cart .heading a,
body.theme-kirmizibeyaz #header #cart .heading a span,
body.theme-kirmizibeyaz #header #cart .heading #cart-total {
  color: #fff !important;
  white-space: nowrap !important;
}
body.theme-kirmizibeyaz #header #cart .content {
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: 60px !important;
  width: 560px !important;
  min-width: 560px !important;
  max-width: 560px !important;
  padding: 12px !important;
  box-sizing: border-box !important;
  z-index: 9999 !important;
  display: none;
}
body.theme-kirmizibeyaz #header #cart.active .content {
  display: block !important;
}
body.theme-kirmizibeyaz #header #cart .mini-cart-info table {
  table-layout: fixed !important;
  width: 100% !important;
}
body.theme-kirmizibeyaz #header #cart .mini-cart-info td {
  box-sizing: border-box !important;
}
body.theme-kirmizibeyaz #header #cart .mini-cart-info .image {
  width: 78px !important;
}
body.theme-kirmizibeyaz #header #cart .mini-cart-info .name {
  width: 270px !important;
}
body.theme-kirmizibeyaz #header #cart .mini-cart-info .quantity {
  width: 42px !important;
  text-align: center !important;
  white-space: nowrap !important;
}
body.theme-kirmizibeyaz #header #cart .mini-cart-info .total {
  width: 82px !important;
  text-align: right !important;
  white-space: nowrap !important;
}
body.theme-kirmizibeyaz #header #cart .mini-cart-info .remove {
  width: 24px !important;
  text-align: right !important;
}
body.theme-kirmizibeyaz #header #cart .mini-cart-info .name a {
  display: block !important;
  white-space: normal !important;
  line-height: 20px !important;
}
body.theme-kirmizibeyaz #header #cart .checkout a {
  color: var(--kb-red) !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 1210px) {
  body.theme-kirmizibeyaz #header #search {
    right: 300px !important;
    width: 350px !important;
  }
  body.theme-kirmizibeyaz #header #search input {
    width: 275px !important;
  }
  body.theme-kirmizibeyaz #header #cart {
    width: 265px !important;
    min-width: 265px !important;
    max-width: 265px !important;
  }
  body.theme-kirmizibeyaz #header #cart .content {
    width: 520px !important;
    min-width: 520px !important;
    max-width: 520px !important;
  }
}

/* =========================================================
   kirmizibeyaz REV-06 düzeltmeleri
   - Sol kategori menüsü biraz genişletildi
   - Ürün kartları arasındaki yatay boşluklar daraltıldı
   - 4 ürün yan yana dizilim korunarak ürün alanı daha dengeli hale getirildi
   - Slayt alanı yeni ürün kartı hizasına göre sağ/sol ayarlandı
   ========================================================= */

/* Sol kategori sütunu biraz genişletildi */
body.theme-kirmizibeyaz #column-left {
  width: 270px !important;
}
body.theme-kirmizibeyaz #column-left + #content {
  margin-left: 288px !important;
  padding-left: 0 !important;
}
body.theme-kirmizibeyaz #column-left + #column-right + #content {
  margin-left: 288px !important;
  margin-right: 220px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Sol kategori içinde yazıların daha rahat okunması için hafif boşluk düzeni */
body.theme-kirmizibeyaz ul.box-category > li > a,
body.theme-kirmizibeyaz ul.box-category > li ul > li > a {
  padding-right: 38px !important;
  box-sizing: border-box !important;
}

/* Ürün kartları arasındaki boşluk azaltıldı, 4'lü dizilim korunur */
body.theme-kirmizibeyaz .box-product > div,
body.theme-kirmizibeyaz .product-grid > div,
body.theme-kirmizibeyaz #column-left + #content .box-product > div,
body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
  width: calc(25% - 16px) !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin-top: 8px !important;
  margin-bottom: 22px !important;
}

/* Slayt / banner alanı ürün kartlarının yeni başlangıç ve bitiş çizgisine hizalandı */
body.theme-kirmizibeyaz #content > .slideshow,
body.theme-kirmizibeyaz #content > .banner,
body.theme-kirmizibeyaz #content .slideshow,
body.theme-kirmizibeyaz #content .banner {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

/* Dar ekranlarda yine 4'lü dizilim korunacak şekilde kontrollü değerler */
@media screen and (max-width: 1210px) {
  body.theme-kirmizibeyaz #column-left {
    width: 255px !important;
  }
  body.theme-kirmizibeyaz #column-left + #content {
    margin-left: 272px !important;
  }
  body.theme-kirmizibeyaz #column-left + #column-right + #content {
    margin-left: 272px !important;
  }
  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
    width: calc(25% - 12px) !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  body.theme-kirmizibeyaz #content > .slideshow,
  body.theme-kirmizibeyaz #content > .banner,
  body.theme-kirmizibeyaz #content .slideshow,
  body.theme-kirmizibeyaz #content .banner {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
}


/* =========================================================
   kirmizibeyaz REV-07 logo paketi
   - Ana logo dosyası: image/logo-kirmizibeyaz.png
   - Sadece yazı: image/logo-text-kirmizibeyaz.png
   - Sadece ikon: image/logo-icon-kirmizibeyaz.png
   - Favicon: image/favicon-kirmizibeyaz.png / .ico
   ========================================================= */
body.theme-kirmizibeyaz #header #logo img {
  width: 270px !important;
  height: auto !important;
}
body.theme-kirmizibeyaz #header #logo {
  top: 44px !important;
}

/* =========================================================
   kirmizibeyaz REV-08 düzeltmeleri
   - Kategori ürün kartlarında "+A. Listeme Ekle" ve "+Ürün Karşılaştır" linklerinin
     Sepete Ekle butonunun altında kalması engellendi
   - Sepete Ekle butonu yine tüm kartlarda aynı alt hizada korunur
   - Ürün kartı içeriği flex düzenine alınarak bağlantılar butonun üstünde sabitlendi
   ========================================================= */
body.theme-kirmizibeyaz .box-product > div,
body.theme-kirmizibeyaz .product-grid > div,
body.theme-kirmizibeyaz #column-left + #content .box-product > div,
body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative !important;
  height: 420px !important;
  min-height: 420px !important;
  padding: 13px 12px 16px 12px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body.theme-kirmizibeyaz .box-product .image,
body.theme-kirmizibeyaz .product-grid .image {
  height: 165px !important;
  min-height: 165px !important;
  margin-bottom: 9px !important;
  flex: 0 0 165px !important;
}

body.theme-kirmizibeyaz .box-product .image img,
body.theme-kirmizibeyaz .product-grid .image img {
  max-width: 160px !important;
  max-height: 160px !important;
}

body.theme-kirmizibeyaz .box-product .name,
body.theme-kirmizibeyaz .product-grid .name {
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  margin: 0 0 7px 0 !important;
  overflow: hidden !important;
  flex: 0 0 50px !important;
}

body.theme-kirmizibeyaz .box-product .price,
body.theme-kirmizibeyaz .product-grid .price {
  width: 100% !important;
  height: 32px !important;
  min-height: 32px !important;
  line-height: 32px !important;
  margin: 0 0 6px 0 !important;
  flex: 0 0 32px !important;
}

body.theme-kirmizibeyaz .box-product .rating,
body.theme-kirmizibeyaz .product-grid .rating,
body.theme-kirmizibeyaz .box-product .empty-rating,
body.theme-kirmizibeyaz .product-grid .empty-rating {
  width: 100% !important;
  height: 24px !important;
  min-height: 24px !important;
  line-height: 24px !important;
  margin: 0 0 6px 0 !important;
  flex: 0 0 24px !important;
  text-align: center !important;
}

/* Wishlist / Compare bağlantıları Sepete Ekle butonunun ÜSTÜNDE kalır */
body.theme-kirmizibeyaz .box-product .wishlist,
body.theme-kirmizibeyaz .box-product .compare,
body.theme-kirmizibeyaz .product-grid .wishlist,
body.theme-kirmizibeyaz .product-grid .compare {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 21px !important;
  min-height: 21px !important;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-align: center !important;
  flex: 0 0 21px !important;
  clear: both !important;
}

body.theme-kirmizibeyaz .box-product .wishlist a,
body.theme-kirmizibeyaz .box-product .compare a,
body.theme-kirmizibeyaz .product-grid .wishlist a,
body.theme-kirmizibeyaz .product-grid .compare a {
  display: inline-block !important;
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

body.theme-kirmizibeyaz .box-product .wishlist a:hover,
body.theme-kirmizibeyaz .box-product .compare a:hover,
body.theme-kirmizibeyaz .product-grid .wishlist a:hover,
body.theme-kirmizibeyaz .product-grid .compare a:hover {
  color: var(--kb-red) !important;
  text-decoration: none !important;
}

/* Sepete Ekle butonu artık absolute değil; kartın en altına flex ile iner */
body.theme-kirmizibeyaz .box-product .cart,
body.theme-kirmizibeyaz .product-grid .cart {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  margin: auto 0 0 0 !important;
  padding: 9px 0 0 0 !important;
  text-align: center !important;
  flex: 0 0 auto !important;
}

body.theme-kirmizibeyaz .box-product .cart input.button,
body.theme-kirmizibeyaz .product-grid .cart input.button {
  display: inline-block !important;
  min-width: 130px !important;
  height: 38px !important;
  line-height: 38px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

@media screen and (max-width: 1210px) {
  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
    height: 415px !important;
    min-height: 415px !important;
  }
}

/* REV09 - Sol kategori ana başlıkları tıklanamaz hale getirildi */
body.theme-kirmizibeyaz ul.box-category > li > .kb-category-heading {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: #fff !important;
  color: #111 !important;
  border: 0 !important;
  border-bottom: 1px solid #ededed !important;
  padding: 13px 38px 13px 14px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  cursor: default !important;
  user-select: none !important;
}
body.theme-kirmizibeyaz ul.box-category > li > .kb-category-heading:hover,
body.theme-kirmizibeyaz ul.box-category > li > .kb-category-heading.active {
  background: #fff !important;
  color: #111 !important;
}
/* Başlık satırında ok gösterilmez; sadece alt kategori linklerinde ok kalır */
body.theme-kirmizibeyaz ul.box-category > li > .kb-category-heading:after {
  content: none !important;
  display: none !important;
}


/* ==========================================================
   KIRMIZIBEYAZ FINAL MOBILE RESPONSIVE PACK
   SEO-safe: only viewport + responsive CSS; no title/meta/canonical/schema/URL changes.
   ========================================================== */

@media only screen and (max-width: 1199px) {
  body.theme-kirmizibeyaz #container {
    width: auto;
    max-width: none;
    margin-left: 12px;
    margin-right: 12px;
  }
  body.theme-kirmizibeyaz #column-left { width: 225px; }
  body.theme-kirmizibeyaz #column-left + #content { margin-left: 245px; }
  body.theme-kirmizibeyaz #header #logo img { width: 220px; }
  body.theme-kirmizibeyaz #header #search {
    right: 285px;
    width: 360px;
  }
  body.theme-kirmizibeyaz #header #search input { width: 292px; }
  body.theme-kirmizibeyaz #header #cart { min-width: 238px; }
  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
    width: calc(25% - 28px);
    box-sizing: border-box;
  }
  body.theme-kirmizibeyaz .box-product .image img,
  body.theme-kirmizibeyaz .product-grid .image img {
    max-height: 180px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 1024px) {
  html, body.theme-kirmizibeyaz {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }
  body.theme-kirmizibeyaz #container {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  body.theme-kirmizibeyaz #header {
    height: auto;
    min-height: 0;
    padding: 12px 0 10px 0;
    margin-bottom: 0;
    background: #ffffff;
    border-bottom: 1px solid #ededed;
    z-index: 50;
  }
  body.theme-kirmizibeyaz #header:before { display: none; }
  body.theme-kirmizibeyaz #header .links {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    height: auto;
    line-height: 1.2;
    padding: 0 2px 8px 2px;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #f0f0f0;
    -webkit-overflow-scrolling: touch;
  }
  body.theme-kirmizibeyaz #header .links a {
    flex: 0 0 auto;
    padding: 0 4px 0 0;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }
  body.theme-kirmizibeyaz #header #welcome,
  body.theme-kirmizibeyaz #currency,
  body.theme-kirmizibeyaz #language {
    position: static;
    display: block;
    width: auto;
    text-align: center;
    margin: 4px 0;
    line-height: 18px;
    font-size: 12px;
  }
  body.theme-kirmizibeyaz #header #logo {
    position: static;
    width: 100%;
    text-align: center;
    margin: 8px 0 12px 0;
  }
  body.theme-kirmizibeyaz #header #logo img {
    width: 225px;
    max-width: 86%;
    height: auto;
    margin: 0 auto;
  }
  body.theme-kirmizibeyaz #header #search {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    border-radius: 7px;
    overflow: hidden;
  }
  body.theme-kirmizibeyaz #header .button-search {
    width: 52px;
    height: 46px;
  }
  body.theme-kirmizibeyaz #header .button-search:before {
    line-height: 46px;
    font-size: 20px;
  }
  body.theme-kirmizibeyaz #header #search input {
    width: calc(100% - 54px);
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    box-sizing: border-box;
  }
  body.theme-kirmizibeyaz #header #cart {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    height: auto;
    margin: 0;
    z-index: 60;
  }
  body.theme-kirmizibeyaz #header #cart .heading {
    height: 46px;
    line-height: 46px;
    padding-left: 52px;
    padding-right: 40px;
    border-radius: 7px;
  }
  body.theme-kirmizibeyaz #header #cart .heading:before {
    left: 18px;
    height: 46px;
    line-height: 46px;
  }
  body.theme-kirmizibeyaz #header #cart .heading a {
    line-height: 46px;
    font-size: 14px;
  }
  body.theme-kirmizibeyaz #header #cart .heading a span:after {
    height: 46px;
    line-height: 42px;
    right: 15px;
  }
  body.theme-kirmizibeyaz #header #cart .content {
    top: 8px;
    right: 0;
    left: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
  }
  body.theme-kirmizibeyaz .mini-cart-info table,
  body.theme-kirmizibeyaz .mini-cart-total table { width: 100%; }
  body.theme-kirmizibeyaz .mini-cart-info td.image { width: 52px; }
  body.theme-kirmizibeyaz .mini-cart-info td.image img {
    width: 46px;
    height: auto;
  }
  body.theme-kirmizibeyaz .mini-cart-info td.name a,
  body.theme-kirmizibeyaz .mini-cart-info td.quantity,
  body.theme-kirmizibeyaz .mini-cart-info td.total { font-size: 12px; }

  body.theme-kirmizibeyaz #menu {
    height: auto;
    min-height: 46px;
    margin: 0 -10px 12px -10px;
    padding: 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,.13);
  }
  body.theme-kirmizibeyaz #menu:before { display: none; }
  body.theme-kirmizibeyaz #menu > ul {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
  }
  body.theme-kirmizibeyaz #menu > ul > li {
    float: none;
    display: inline-block;
    flex: 0 0 auto;
  }
  body.theme-kirmizibeyaz #menu > ul > li > a {
    display: block;
    line-height: 46px;
    height: 46px;
    padding: 0 14px;
    font-size: 13px;
  }

  body.theme-kirmizibeyaz #column-left,
  body.theme-kirmizibeyaz #column-right {
    float: none;
    width: auto;
    margin: 0 0 12px 0;
  }
  body.theme-kirmizibeyaz #column-left + #content,
  body.theme-kirmizibeyaz #column-left + #column-right + #content,
  body.theme-kirmizibeyaz #column-right + #content,
  body.theme-kirmizibeyaz #content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    box-sizing: border-box;
  }
  body.theme-kirmizibeyaz .breadcrumb {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 9px;
    overflow-x: auto;
    white-space: nowrap;
  }
  body.theme-kirmizibeyaz h1 {
    font-size: 26px;
    line-height: 32px;
    margin: 12px 0;
  }
  body.theme-kirmizibeyaz .box {
    margin-bottom: 14px;
    border-radius: 9px;
  }
  body.theme-kirmizibeyaz .box .box-heading {
    font-size: 17px;
    line-height: 20px;
    padding: 13px 14px 13px 50px;
  }
  body.theme-kirmizibeyaz ul.box-category > li > a,
  body.theme-kirmizibeyaz ul.box-category > li ul > li > a,
  body.theme-kirmizibeyaz ul.box-category > li > span.kb-category-heading {
    font-size: 14px;
    line-height: 19px;
    padding-right: 34px;
  }
  body.theme-kirmizibeyaz .slideshow,
  body.theme-kirmizibeyaz .banner,
  body.theme-kirmizibeyaz .nivoSlider {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 14px 0;
    border-radius: 9px;
  }
  body.theme-kirmizibeyaz .slideshow img,
  body.theme-kirmizibeyaz .banner img,
  body.theme-kirmizibeyaz .nivoSlider img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
    margin: 0 auto;
  }
  body.theme-kirmizibeyaz .box-product,
  body.theme-kirmizibeyaz .product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0;
  }
  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #column-right + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #column-right + #content .product-grid > div {
    width: calc(50% - 6px);
    min-height: 335px;
    margin: 0;
    padding: 12px 9px 12px 9px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    vertical-align: top;
  }
  body.theme-kirmizibeyaz .box-product .image,
  body.theme-kirmizibeyaz .product-grid .image {
    height: 145px;
    line-height: 145px;
    margin-bottom: 8px;
    text-align: center;
  }
  body.theme-kirmizibeyaz .box-product .image img,
  body.theme-kirmizibeyaz .product-grid .image img,
  body.theme-kirmizibeyaz .product-list .image img {
    max-height: 145px;
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
  }
  body.theme-kirmizibeyaz .box-product .name,
  body.theme-kirmizibeyaz .product-grid .name {
    min-height: 48px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  body.theme-kirmizibeyaz .box-product .name a,
  body.theme-kirmizibeyaz .product-grid .name a {
    font-size: 14px;
    line-height: 18px;
  }
  body.theme-kirmizibeyaz .box-product .price,
  body.theme-kirmizibeyaz .product-grid .price {
    font-size: 19px;
    margin-bottom: 8px;
  }
  body.theme-kirmizibeyaz .box-product .rating,
  body.theme-kirmizibeyaz .product-grid .rating {
    min-height: 20px;
    margin-bottom: 8px;
  }
  body.theme-kirmizibeyaz .box-product .cart,
  body.theme-kirmizibeyaz .product-grid .cart {
    margin-top: auto;
    padding-top: 8px;
  }
  body.theme-kirmizibeyaz .box-product .cart input.button,
  body.theme-kirmizibeyaz .product-grid .cart input.button,
  body.theme-kirmizibeyaz .product-list .cart input.button {
    width: 100%;
    min-width: 0;
    height: 38px;
    line-height: 38px;
    padding: 0 8px;
    font-size: 14px;
    box-sizing: border-box;
  }
  body.theme-kirmizibeyaz #content > .box > .box-heading,
  body.theme-kirmizibeyaz #content .box .box-heading {
    font-size: 17px;
    margin: 0 0 12px 0;
    padding: 10px 0 10px 28px;
  }
  body.theme-kirmizibeyaz #content > .box > .box-heading:after,
  body.theme-kirmizibeyaz #content .box .box-heading:after {
    width: 190px;
  }
  body.theme-kirmizibeyaz .product-filter {
    display: block;
    overflow: hidden;
  }
  body.theme-kirmizibeyaz .product-filter .display,
  body.theme-kirmizibeyaz .product-filter .limit,
  body.theme-kirmizibeyaz .product-filter .sort {
    float: none;
    width: 100%;
    text-align: left;
    margin: 6px 0;
  }
  body.theme-kirmizibeyaz .product-list > div {
    display: block;
    margin-bottom: 12px;
  }
  body.theme-kirmizibeyaz .product-list .image {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
  body.theme-kirmizibeyaz .buttons {
    overflow: hidden;
  }
  body.theme-kirmizibeyaz .buttons .left,
  body.theme-kirmizibeyaz .buttons .right {
    float: none;
    text-align: center;
    margin: 8px 0;
  }
  body.theme-kirmizibeyaz #footer,
  body.theme-kirmizibeyaz #powered {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 420px) {
  body.theme-kirmizibeyaz #container {
    padding-left: 8px;
    padding-right: 8px;
  }
  body.theme-kirmizibeyaz #header #logo img { width: 200px; }
  body.theme-kirmizibeyaz .box-product,
  body.theme-kirmizibeyaz .product-grid { gap: 10px; }
  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #column-right + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #column-right + #content .product-grid > div {
    width: calc(50% - 5px);
    min-height: 318px;
    padding: 10px 7px;
  }
  body.theme-kirmizibeyaz .box-product .image,
  body.theme-kirmizibeyaz .product-grid .image {
    height: 125px;
    line-height: 125px;
  }
  body.theme-kirmizibeyaz .box-product .image img,
  body.theme-kirmizibeyaz .product-grid .image img { max-height: 125px; }
  body.theme-kirmizibeyaz .box-product .name,
  body.theme-kirmizibeyaz .product-grid .name { min-height: 50px; }
  body.theme-kirmizibeyaz .box-product .name a,
  body.theme-kirmizibeyaz .product-grid .name a { font-size: 13px; }
  body.theme-kirmizibeyaz .box-product .price,
  body.theme-kirmizibeyaz .product-grid .price { font-size: 17px; }
  body.theme-kirmizibeyaz #menu > ul > li > a {
    font-size: 12px;
    padding: 0 12px;
  }
}

@media only screen and (max-width: 330px) {
  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
    width: 100%;
  }
  body.theme-kirmizibeyaz .box-product .image,
  body.theme-kirmizibeyaz .product-grid .image {
    height: 150px;
    line-height: 150px;
  }
  body.theme-kirmizibeyaz .box-product .image img,
  body.theme-kirmizibeyaz .product-grid .image img { max-height: 150px; }
}


/* ==========================================================
   KIRMIZIBEYAZ MOBILE REV02 BREAKPOINT PATCH
   Amaç: Telefon tarayıcısı masaüstü görünüme yakın 980px layout width kullanırsa
   mobil düzenin yine devreye girmesini sağlamak.
   ========================================================== */
@media only screen and (max-width: 1024px) {
  body.theme-kirmizibeyaz #column-left,
  body.theme-kirmizibeyaz #column-right {
    float: none !important;
    width: auto !important;
    margin: 0 0 12px 0 !important;
  }

  body.theme-kirmizibeyaz #column-left + #content,
  body.theme-kirmizibeyaz #column-left + #column-right + #content,
  body.theme-kirmizibeyaz #column-right + #content,
  body.theme-kirmizibeyaz #content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.theme-kirmizibeyaz #header #logo,
  body.theme-kirmizibeyaz #header #search,
  body.theme-kirmizibeyaz #header #cart {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
  }

  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
    box-sizing: border-box !important;
  }
}


/* ==========================================================
   KIRMIZIBEYAZ MOBILE REV03 CATEGORY COMPACT PATCH
   Mobilde uzun sol kategori menüsü ürünleri aşağı itmesin diye
   kategori kutusu kapalı başlatılır, başlığa basılınca açılır.
   ========================================================== */
@media only screen and (max-width: 1024px) {
  body.theme-kirmizibeyaz #column-left {
    margin-bottom: 8px !important;
  }

  body.theme-kirmizibeyaz #column-left .kb-mobile-category-box {
    margin-bottom: 10px !important;
  }

  body.theme-kirmizibeyaz #column-left .kb-mobile-category-box .box-heading {
    cursor: pointer;
    user-select: none;
    border-radius: 9px;
    border-bottom: 0;
    box-shadow: 0 5px 14px rgba(0,0,0,.06);
  }

  body.theme-kirmizibeyaz #column-left .kb-mobile-category-box .box-heading:after {
    content: 'Kategorileri Aç';
    float: right;
    margin-top: 1px;
    color: var(--kb-red);
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
  }

  body.theme-kirmizibeyaz #column-left .kb-mobile-category-box.kb-mobile-category-open .box-heading:after {
    content: 'Kapat';
  }

  body.theme-kirmizibeyaz #column-left .kb-mobile-category-box .box-content {
    display: none !important;
  }

  body.theme-kirmizibeyaz #column-left .kb-mobile-category-box.kb-mobile-category-open .box-content {
    display: block !important;
  }

  body.theme-kirmizibeyaz #column-left .kb-mobile-category-box:not(.kb-mobile-category-open) {
    border-bottom: 1px solid #ededed;
  }

  body.theme-kirmizibeyaz #column-left .kb-mobile-category-box:not(.kb-mobile-category-open) + .box {
    margin-top: 0;
  }
}

/* Çok dar telefonlarda kategori başlığı metnini daha kompakt tut */
@media only screen and (max-width: 420px) {
  body.theme-kirmizibeyaz #column-left .kb-mobile-category-box .box-heading:after {
    content: 'Aç';
    font-size: 12px;
  }

  body.theme-kirmizibeyaz #column-left .kb-mobile-category-box.kb-mobile-category-open .box-heading:after {
    content: 'Kapat';
  }
}


/* ==========================================================
   KIRMIZIBEYAZ MOBILE REV04 FIT PATCH
   Amaç:
   - Arama ve sepet kutusunu mobile tam sığdırmak
   - Menü öğelerini ekrana sığan çok satırlı düzene çevirmek
   - Ürünleri mobilde 4 yerine 3 sütuna düşürmek
   - Logo kesilmesini düzeltmek
   ========================================================== */
@media only screen and (max-width: 767px) {
  body.theme-kirmizibeyaz #header {
    padding: 8px 0 8px 0 !important;
  }

  body.theme-kirmizibeyaz #header #logo {
    margin: 4px 0 8px 0 !important;
  }

  body.theme-kirmizibeyaz #header #logo img {
    width: 260px !important;
    max-width: 92% !important;
    height: auto !important;
  }

  body.theme-kirmizibeyaz #currency {
    margin: 4px 0 8px 0 !important;
    line-height: 18px !important;
    text-align: center !important;
  }

  body.theme-kirmizibeyaz #welcome {
    margin: 6px 0 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: center !important;
  }

  body.theme-kirmizibeyaz #header .links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px 14px !important;
    overflow: visible !important;
    border-bottom: 0 !important;
    padding: 4px 0 2px 0 !important;
    margin: 0 !important;
  }

  body.theme-kirmizibeyaz #header .links a {
    font-size: 12px !important;
    line-height: 18px !important;
    padding: 0 !important;
  }

  body.theme-kirmizibeyaz #header #cart {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }

  body.theme-kirmizibeyaz #header #cart .heading {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.theme-kirmizibeyaz #header #search {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 46px !important;
    margin: 0 0 10px 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.theme-kirmizibeyaz #header #search input {
    float: none !important;
    display: block !important;
    width: auto !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 46px !important;
    line-height: 46px !important;
    box-sizing: border-box !important;
  }

  body.theme-kirmizibeyaz #header .button-search {
    float: none !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    display: block !important;
    flex: 0 0 56px !important;
    width: 56px !important;
    height: 46px !important;
  }

  body.theme-kirmizibeyaz #header .button-search:before {
    line-height: 46px !important;
  }

  body.theme-kirmizibeyaz #menu {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 -10px 12px -10px !important;
    padding: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  body.theme-kirmizibeyaz #menu > ul {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }

  body.theme-kirmizibeyaz #menu > ul > li {
    float: none !important;
    flex: 0 0 50% !important;
    box-sizing: border-box !important;
    border-top: 1px solid rgba(255,255,255,.06);
    border-right: 1px solid rgba(255,255,255,.06);
  }

  body.theme-kirmizibeyaz #menu > ul > li:nth-child(2n) {
    border-right: 0;
  }

  body.theme-kirmizibeyaz #menu > ul > li > a {
    height: auto !important;
    line-height: 18px !important;
    padding: 12px 10px !important;
    text-align: center !important;
    white-space: normal !important;
    font-size: 12px !important;
  }

  body.theme-kirmizibeyaz .box-product,
  body.theme-kirmizibeyaz .product-grid {
    gap: 8px !important;
  }

  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #column-right + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #column-right + #content .product-grid > div {
    width: calc(33.333% - 6px) !important;
    min-height: 290px !important;
    padding: 10px 6px !important;
    border-radius: 10px !important;
  }

  body.theme-kirmizibeyaz .box-product .image,
  body.theme-kirmizibeyaz .product-grid .image {
    height: 105px !important;
    line-height: 105px !important;
    margin-bottom: 8px !important;
  }

  body.theme-kirmizibeyaz .box-product .image img,
  body.theme-kirmizibeyaz .product-grid .image img,
  body.theme-kirmizibeyaz .product-list .image img {
    max-height: 105px !important;
  }

  body.theme-kirmizibeyaz .box-product .name,
  body.theme-kirmizibeyaz .product-grid .name {
    min-height: 62px !important;
    margin-bottom: 6px !important;
  }

  body.theme-kirmizibeyaz .box-product .name a,
  body.theme-kirmizibeyaz .product-grid .name a {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  body.theme-kirmizibeyaz .box-product .price,
  body.theme-kirmizibeyaz .product-grid .price {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 6px !important;
  }

  body.theme-kirmizibeyaz .box-product .rating,
  body.theme-kirmizibeyaz .product-grid .rating {
    min-height: 18px !important;
    margin-bottom: 6px !important;
  }

  body.theme-kirmizibeyaz .box-product .wishlist,
  body.theme-kirmizibeyaz .box-product .compare,
  body.theme-kirmizibeyaz .product-grid .wishlist,
  body.theme-kirmizibeyaz .product-grid .compare {
    display: none !important;
  }

  body.theme-kirmizibeyaz .box-product .cart input.button,
  body.theme-kirmizibeyaz .product-grid .cart input.button,
  body.theme-kirmizibeyaz .product-list .cart input.button {
    width: 100% !important;
    height: 34px !important;
    line-height: 34px !important;
    font-size: 11px !important;
    padding: 0 4px !important;
    border-radius: 6px !important;
  }

  body.theme-kirmizibeyaz #content > .box > .box-heading,
  body.theme-kirmizibeyaz #content .box .box-heading {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 420px) {
  body.theme-kirmizibeyaz #header #logo img {
    width: 240px !important;
  }

  body.theme-kirmizibeyaz #menu > ul > li > a {
    font-size: 11px !important;
    padding: 10px 8px !important;
  }

  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #column-right + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #column-right + #content .product-grid > div {
    width: calc(33.333% - 6px) !important;
    min-height: 278px !important;
    padding: 8px 5px !important;
  }

  body.theme-kirmizibeyaz .box-product .image,
  body.theme-kirmizibeyaz .product-grid .image {
    height: 94px !important;
    line-height: 94px !important;
  }

  body.theme-kirmizibeyaz .box-product .image img,
  body.theme-kirmizibeyaz .product-grid .image img {
    max-height: 94px !important;
  }

  body.theme-kirmizibeyaz .box-product .name,
  body.theme-kirmizibeyaz .product-grid .name {
    min-height: 58px !important;
  }

  body.theme-kirmizibeyaz .box-product .name a,
  body.theme-kirmizibeyaz .product-grid .name a {
    font-size: 11px !important;
    line-height: 15px !important;
  }

  body.theme-kirmizibeyaz .box-product .price,
  body.theme-kirmizibeyaz .product-grid .price {
    font-size: 13px !important;
  }

  body.theme-kirmizibeyaz .box-product .cart input.button,
  body.theme-kirmizibeyaz .product-grid .cart input.button {
    font-size: 10px !important;
  }
}


/* ==========================================================
   KIRMIZIBEYAZ MOBILE REV05 FINAL FIT PATCH
   - Logo artık ikon + gerçek yazıdır; yazı Impact benzeri fontla gelir.
   - Mobilde arama/sepet ve ana menü 1024px altında düzgün sığar.
   - Mobil ürünler 3 sütun olacak şekilde zorlanır.
   ========================================================== */

/* Logo: desktop */
body.theme-kirmizibeyaz #header #logo {
  min-width: 285px !important;
}
body.theme-kirmizibeyaz #header #logo a.kb-logo-link {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
body.theme-kirmizibeyaz #header #logo img.kb-logo-icon {
  width: 64px !important;
  height: 64px !important;
  max-width: none !important;
  display: block !important;
}
body.theme-kirmizibeyaz #header #logo .kb-logo-text {
  display: inline-block !important;
  color: #111 !important;
  font-family: Impact, "Arial Black", "Liberation Sans Narrow", Arial, sans-serif !important;
  font-size: 52px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .2px !important;
  text-transform: lowercase !important;
  text-shadow: none !important;
}

/* 1024 altını gerçek mobil/tablet düzen gibi ele al */
@media only screen and (max-width: 1024px) {
  body.theme-kirmizibeyaz #container {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
  }

  body.theme-kirmizibeyaz #header {
    height: auto !important;
    min-height: 0 !important;
    padding: 8px 0 !important;
    margin-bottom: 0 !important;
    background: #fff !important;
    border-bottom: 1px solid #ededed !important;
  }

  body.theme-kirmizibeyaz #header:before {
    display: none !important;
  }

  body.theme-kirmizibeyaz #header #logo {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    text-align: center !important;
    margin: 4px 0 8px 0 !important;
  }

  body.theme-kirmizibeyaz #header #logo a.kb-logo-link {
    justify-content: center !important;
    gap: 8px !important;
  }

  body.theme-kirmizibeyaz #header #logo img.kb-logo-icon {
    width: 44px !important;
    height: 44px !important;
  }

  body.theme-kirmizibeyaz #header #logo .kb-logo-text {
    font-size: 38px !important;
    line-height: 44px !important;
  }

  body.theme-kirmizibeyaz #currency,
  body.theme-kirmizibeyaz #language,
  body.theme-kirmizibeyaz #welcome {
    position: static !important;
    display: block !important;
    width: auto !important;
    text-align: center !important;
    margin: 4px 0 !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  body.theme-kirmizibeyaz #header .links {
    position: static !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 6px 12px !important;
    height: auto !important;
    line-height: 18px !important;
    overflow: visible !important;
    border-bottom: 0 !important;
    padding: 4px 0 !important;
    margin: 0 !important;
  }

  body.theme-kirmizibeyaz #header .links a {
    flex: 0 0 auto !important;
    font-size: 12px !important;
    line-height: 18px !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  body.theme-kirmizibeyaz #header #cart {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body.theme-kirmizibeyaz #header #cart .heading {
    width: 100% !important;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 38px 0 50px !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
  }

  body.theme-kirmizibeyaz #header #cart .heading:before {
    left: 16px !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 18px !important;
  }

  body.theme-kirmizibeyaz #header #cart .heading a {
    font-size: 14px !important;
    line-height: 44px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.theme-kirmizibeyaz #header #cart .heading a span:after {
    height: 44px !important;
    line-height: 40px !important;
    right: 14px !important;
  }

  body.theme-kirmizibeyaz #header #cart .content {
    top: 6px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.theme-kirmizibeyaz #header #search {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 44px !important;
    line-height: 44px !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
  }

  body.theme-kirmizibeyaz #header #search input {
    float: none !important;
    display: block !important;
    width: auto !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
  }

  body.theme-kirmizibeyaz #header .button-search {
    float: none !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    flex: 0 0 52px !important;
    width: 52px !important;
    height: 44px !important;
    display: block !important;
  }

  body.theme-kirmizibeyaz #header .button-search:before {
    line-height: 44px !important;
    font-size: 18px !important;
  }

  body.theme-kirmizibeyaz #menu {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 -8px 12px -8px !important;
    padding: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    border-radius: 0 !important;
  }

  body.theme-kirmizibeyaz #menu:before {
    display: none !important;
  }

  body.theme-kirmizibeyaz #menu > ul {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }

  body.theme-kirmizibeyaz #menu > ul > li {
    float: none !important;
    flex: 0 0 50% !important;
    box-sizing: border-box !important;
    border-top: 1px solid rgba(255,255,255,.06) !important;
    border-right: 1px solid rgba(255,255,255,.06) !important;
  }

  body.theme-kirmizibeyaz #menu > ul > li:nth-child(2n) {
    border-right: 0 !important;
  }

  body.theme-kirmizibeyaz #menu > ul > li > a {
    display: block !important;
    height: auto !important;
    line-height: 17px !important;
    padding: 10px 8px !important;
    text-align: center !important;
    white-space: normal !important;
    font-size: 12px !important;
  }

  body.theme-kirmizibeyaz #column-left,
  body.theme-kirmizibeyaz #column-right {
    float: none !important;
    width: auto !important;
    margin: 0 0 10px 0 !important;
  }

  body.theme-kirmizibeyaz #column-left + #content,
  body.theme-kirmizibeyaz #column-left + #column-right + #content,
  body.theme-kirmizibeyaz #column-right + #content,
  body.theme-kirmizibeyaz #content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
    box-sizing: border-box !important;
  }

  body.theme-kirmizibeyaz .box-product,
  body.theme-kirmizibeyaz .product-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #column-right + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #column-right + #content .product-grid > div {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    width: calc(33.333% - 6px) !important;
    min-width: 0 !important;
    min-height: 278px !important;
    margin: 0 !important;
    padding: 8px 5px !important;
    box-sizing: border-box !important;
    border-radius: 9px !important;
  }

  body.theme-kirmizibeyaz .box-product .image,
  body.theme-kirmizibeyaz .product-grid .image {
    height: 92px !important;
    line-height: 92px !important;
    margin-bottom: 7px !important;
    text-align: center !important;
  }

  body.theme-kirmizibeyaz .box-product .image img,
  body.theme-kirmizibeyaz .product-grid .image img,
  body.theme-kirmizibeyaz .product-list .image img {
    max-height: 92px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    vertical-align: middle !important;
  }

  body.theme-kirmizibeyaz .box-product .name,
  body.theme-kirmizibeyaz .product-grid .name {
    min-height: 56px !important;
    max-height: 56px !important;
    overflow: hidden !important;
    margin-bottom: 5px !important;
    line-height: 14px !important;
  }

  body.theme-kirmizibeyaz .box-product .name a,
  body.theme-kirmizibeyaz .product-grid .name a {
    font-size: 11px !important;
    line-height: 14px !important;
    word-break: normal !important;
  }

  body.theme-kirmizibeyaz .box-product .price,
  body.theme-kirmizibeyaz .product-grid .price {
    font-size: 13px !important;
    line-height: 17px !important;
    margin-bottom: 5px !important;
  }

  body.theme-kirmizibeyaz .box-product .rating,
  body.theme-kirmizibeyaz .product-grid .rating {
    min-height: 17px !important;
    margin-bottom: 5px !important;
    overflow: hidden !important;
  }

  body.theme-kirmizibeyaz .box-product .rating img,
  body.theme-kirmizibeyaz .product-grid .rating img {
    max-width: 76px !important;
    height: auto !important;
  }

  body.theme-kirmizibeyaz .box-product .wishlist,
  body.theme-kirmizibeyaz .box-product .compare,
  body.theme-kirmizibeyaz .product-grid .wishlist,
  body.theme-kirmizibeyaz .product-grid .compare {
    display: none !important;
  }

  body.theme-kirmizibeyaz .box-product .cart,
  body.theme-kirmizibeyaz .product-grid .cart {
    margin-top: auto !important;
    padding-top: 4px !important;
  }

  body.theme-kirmizibeyaz .box-product .cart input.button,
  body.theme-kirmizibeyaz .product-grid .cart input.button,
  body.theme-kirmizibeyaz .product-list .cart input.button {
    width: 100% !important;
    min-width: 0 !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 10px !important;
    padding: 0 2px !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
  }

  body.theme-kirmizibeyaz #content > .box > .box-heading,
  body.theme-kirmizibeyaz #content .box .box-heading {
    font-size: 16px !important;
    margin: 0 0 10px 0 !important;
    padding: 10px 0 10px 28px !important;
  }
}

@media only screen and (max-width: 360px) {
  body.theme-kirmizibeyaz #header #logo img.kb-logo-icon {
    width: 38px !important;
    height: 38px !important;
  }

  body.theme-kirmizibeyaz #header #logo .kb-logo-text {
    font-size: 34px !important;
    line-height: 38px !important;
  }

  body.theme-kirmizibeyaz .box-product > div,
  body.theme-kirmizibeyaz .product-grid > div,
  body.theme-kirmizibeyaz #column-left + #content .box-product > div,
  body.theme-kirmizibeyaz #column-left + #content .product-grid > div {
    min-height: 270px !important;
  }

  body.theme-kirmizibeyaz .box-product .name a,
  body.theme-kirmizibeyaz .product-grid .name a {
    font-size: 10px !important;
  }

  body.theme-kirmizibeyaz .box-product .cart input.button,
  body.theme-kirmizibeyaz .product-grid .cart input.button {
    font-size: 9px !important;
  }
}
