body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
   }
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	.product-thumb .rating {
		padding-bottom: 10px;
	}
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
    html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
    float: right; }

    html[dir=rtl] #cart .dropdown-menu {
  left: 0; right: auto;
}
@media (min-width: 768px) {
    html[dir=rtl] .navbar-nav { float: right; margin: 0; }
    html[dir=rtl] .navbar-nav > li { float: right;  }
}
body {
  background: red !important;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
   }
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	.product-thumb .rating {
		padding-bottom: 10px;
	}
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
    html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
    float: right; }

    html[dir=rtl] #cart .dropdown-menu {
  left: 0; right: auto;
}
@media (min-width: 768px) {
    html[dir=rtl] .navbar-nav { float: right; margin: 0; }
    html[dir=rtl] .navbar-nav > li { float: right;  }
}

/* ===== FRIGOKAR TEMIZ TEK BLOK ===== */

/* TOPBAR */
.topbar{
  background:#111 !important;
  color:#fff !important;
  font-size:13px !important;
  padding:10px 0 !important;
  border:0 !important;
  box-shadow:none !important;
  margin:0 !important;
}
.topbar a{
  color:#fff !important;
  text-decoration:none !important;
}
.topbar a:hover{
  color:#fff !important;
  text-decoration:none !important;
}
.topbar .container{
  max-width:1170px !important;
  width:100% !important;
  margin:0 auto !important;
  padding:0 15px !important;
}
.topbar-left,
.topbar-right{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}
.topbar-right{
  margin-left:auto !important;
}
.tb-item{
  display:inline-flex !important;
  align-items:center !important;
  white-space:nowrap !important;
}
.tb-item i{
  margin-right:6px !important;
}
.tb-sep{
  opacity:.45 !important;
}

/* HEADER */
header,
.frigokar-header,
#top,
#menu{
  border:0 !important;
  box-shadow:none !important;
  margin:0 !important;
}
.frigokar-header{
  background:#000 !important;
  padding:26px 0 !important;
}
.frigokar-header .container{
  width:100% !important;
  max-width:100% !important;
  padding-left:30px !important;
  padding-right:30px !important;
  margin:0 !important;
}
.frigokar-header-row{
  display:flex !important;
  align-items:center !important;
}
.frigokar-header #logo{
  margin:0 !important;
}
.frigokar-header #logo img{
  max-height:95px !important;
  width:auto !important;
}
.frigokar-header .col-sm-5{
  padding-right:20px !important;
}
.frigokar-header #search{
  margin:0 !important;
}
.frigokar-header #search .input-lg{
  height:62px !important;
  background:#f3f3f3 !important;
  border:0 !important;
  border-radius:6px 0 0 6px !important;
  color:#333 !important;
  box-shadow:none !important;
}
.frigokar-header #search .btn-lg{
  height:62px !important;
  border:0 !important;
  border-radius:0 6px 6px 0 !important;
  background:#e9e9e9 !important;
  color:#666 !important;
  box-shadow:none !important;
}
.frigokar-header .col-sm-3{
  padding-left:20px !important;
}
.frigokar-header-right{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:14px !important;
  width:100% !important;
  min-height:90px !important;
  padding-top:22px !important;
}
.frigokar-account-wrap{
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  margin:0 !important;
  text-align:right !important;
}
.frigokar-account-link{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  color:#18b8ff !important;
  text-decoration:none !important;
  font-size:14px !important;
  line-height:1 !important;
}
.frigokar-account-link i{
  font-size:18px !important;
  margin:0 !important;
}
.frigokar-account-link:hover{
  color:#18b8ff !important;
  text-decoration:none !important;
}
.frigokar-actions-row{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:14px !important;
  width:100% !important;
}
.frigokar-offer-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#df0600 !important;
  color:#fff !important;
  padding:16px 24px !important;
  border-radius:6px !important;
  font-weight:700 !important;
  text-decoration:none !important;
  text-align:center !important;
  white-space:nowrap !important;
  line-height:1.2 !important;
}
.frigokar-offer-btn:hover{
  background:#c70000 !important;
  color:#fff !important;
  text-decoration:none !important;
}
.frigokar-cart-wrap{
  display:flex !important;
  align-items:center !important;
}
.frigokar-cart-wrap #cart{
  margin:0 !important;
  float:none !important;
}
.frigokar-cart-wrap #cart > .btn{
  margin:0 !important;
  min-width:190px !important;
  white-space:nowrap !important;
  height:62px !important;
  border-radius:6px !important;
}

/* MENU */
#menu{
  background:#000 !important;
  background-image:none !important;
}
#menu .container{
  max-width:1170px !important;
  width:100% !important;
  margin:0 auto !important;
  padding:0 15px !important;
}
#menu .nav > li > a{
  color:#fff !important;
  text-shadow:none !important;
  font-weight:600 !important;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a{
  background:#e10600 !important;
  color:#fff !important;
}

/* SLIDER */
#common-home .slideshow,
#common-home .swiper-viewport,
#common-home .swiper-container,
#common-home .swiper-wrapper,
#common-home .swiper-slide,
#common-home .swiper-slide a,
#common-home .swiper-slide img,
#common-home .swiper-pagination,
#common-home .swiper-pager,
#common-home .swiper-button-next,
#common-home .swiper-button-prev{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  background:transparent !important;
  background-image:none !important;
}
#common-home .swiper-viewport{
  overflow:hidden !important;
}
#common-home .swiper-slide img{
  display:block !important;
  width:100% !important;
}

/* HOME LAYOUT */
.home-main-area{
  display:flex !important;
  align-items:flex-start !important;
  gap:14px !important;
  padding:0 20px !important;
  margin:0 !important;
}
.home-main-area #column-left{
  width:300px !important;
  min-width:300px !important;
  max-width:300px !important;
  flex:0 0 300px !important;
  margin:0 !important;
  padding:0 !important;
}
.home-main-area #content{
  flex:1 1 auto !important;
  width:auto !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
}

/* CATEGORY MODULE */
#column-left .frigokar-menu{
  display:block !important;
  width:100% !important;
  background:#000 !important;
  color:#fff !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  box-shadow:none !important;
}
#column-left .frigokar-title{
  display:block !important;
  width:100% !important;
  background:#000 !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  text-transform:uppercase !important;
  padding:14px 16px !important;
  margin:0 !important;
  border:0 !important;
  border-bottom:2px solid #fff !important;
  box-sizing:border-box !important;
}
#column-left .frigokar-title i{
  color:#fff !important;
  margin-right:8px !important;
}
#column-left .frigokar-item{
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:#000 !important;
  border-top:1px solid #222 !important;
}
#column-left .frigokar-item > a{
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:12px 16px !important;
  background:#000 !important;
  color:#fff !important;
  text-decoration:none !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1.25 !important;
  box-sizing:border-box !important;
}
#column-left .frigokar-item > a i{
  color:#fff !important;
  margin-right:8px !important;
}
#column-left .frigokar-item > a:hover{
  background:#111 !important;
  color:#fff !important;
}
#column-left .frigokar-sub{
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:#111 !important;
}
#column-left .frigokar-sub a{
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:10px 16px 10px 30px !important;
  background:#111 !important;
  color:#fff !important;
  text-decoration:none !important;
  font-size:11px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  border-top:1px solid #222 !important;
  box-sizing:border-box !important;
}
#column-left .frigokar-sub a i{
  color:#fff !important;
  margin-right:8px !important;
}
#column-left .frigokar-sub a:hover{
  background:#c40000 !important;
  color:#fff !important;
}

/* MOBILE */
@media (max-width:991px){
  .home-main-area{
    display:block !important;
    padding:0 15px !important;
  }
  .home-main-area #column-left,
  .home-main-area #content{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    flex:none !important;
  }
  .home-main-area #column-left{
    margin-bottom:15px !important;
  }
}

.navbar-nav > li {
  position: relative;
}

.navbar-nav > li > .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 0;
  min-width: 220px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.navbar-nav > li > .dropdown-menu li a {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  display: block;
  transition: 0.3s;
}

.navbar-nav > li > .dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #d60000;
}

/* hover ile aç */
.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

.navbar-nav > li {
  position: relative;
}

.navbar-nav > li > .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 0;
  min-width: 220px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.navbar-nav > li > .dropdown-menu li a {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  display: block;
  transition: 0.3s;
}

.navbar-nav > li > .dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #d60000;
}

/* hover ile aç */
.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
/* ===== MENU GENEL ===== */
#menu {
  background: #d50000;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

#menu .nav.navbar-nav {
  float: none;
}

#menu .nav > li {
  position: relative;
}

#menu .nav > li > a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 18px 22px;
  background: transparent;
  transition: all 0.25s ease;
}

#menu .nav > li > a:hover,
#menu .nav > li:hover > a,
#menu .nav > li.open > a {
  background: rgba(255,255,255,0.08);
  color: #fff !important;
}

#menu .menu-caret {
  margin-left: 6px;
  font-size: 13px;
}

/* ===== DROPDOWN ===== */
#menu .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);

  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
  z-index: 9999;
}

#menu .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* İç alan */
#menu .dropdown-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}

#menu .dropdown-inner ul {
  margin: 0;
  padding: 0;
  min-width: 220px;
}

#menu .dropdown-inner ul li {
  list-style: none;
}

#menu .dropdown-inner ul li a {
  display: block;
  padding: 11px 22px;
  color: #222 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

#menu .dropdown-inner ul li a:hover {
  background: #f7f7f7;
  color: #d50000 !important;
  padding-left: 28px;
}

/* Tümünü gör */
#menu .see-all {
  display: block;
  padding: 13px 22px;
  background: #fafafa;
  border-top: 1px solid #ececec;
  color: #d50000 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

#menu .see-all:hover {
  background: #f2f2f2;
  color: #b80000 !important;
}

/* Mobil */
@media (max-width: 991px) {
  #menu .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    position: static;
    min-width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: rgba(255,255,255,0.04);
  }

  #menu .dropdown:hover > .dropdown-menu {
    display: none;
  }

  #menu .dropdown.open > .dropdown-menu {
    display: block;
  }

  #menu .dropdown-inner {
    display: block;
    padding: 0;
  }

  #menu .dropdown-inner ul {
    min-width: 100%;
  }

  #menu .dropdown-inner ul li a {
    color: #fff !important;
    padding: 12px 18px;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
  }

  #menu .dropdown-inner ul li a:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.08);
    padding-left: 18px;
  }

  #menu .see-all {
    background: rgba(255,255,255,0.06);
    border-top: 1px solid rgba(255,255,255,0.08);
    color: #fff !important;
  }
}

/* =========================
   MOBIL UST BAR DUZELTME
========================= */
@media (max-width: 767px) {

  /* Sayfa genel yatay kaymayi kes */
  html, body {
    overflow-x: hidden !important;
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  /* Ust siyah bilgi alani */
  .top-bar,
  .header-top,
  .top-info,
  .header-topbar,
  .topline,
  .header-links,
  .info-bar {
    overflow: hidden !important;
  }

  /* Ustteki telefon-mail-adres linkleri */
  .top-bar .list-inline,
  .header-top .list-inline,
  .top-info .list-inline,
  .header-topbar .list-inline,
  .topline .list-inline,
  .header-links .list-inline,
  .info-bar .list-inline {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px 12px !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    width: 100% !important;
  }

  .top-bar .list-inline > li,
  .header-top .list-inline > li,
  .top-info .list-inline > li,
  .header-topbar .list-inline > li,
  .topline .list-inline > li,
  .header-links .list-inline > li,
  .info-bar .list-inline > li {
    display: inline-flex !important;
    align-items: center !important;
    white-space: normal !important;
    word-break: break-word !important;
    text-align: center !important;
    max-width: 100% !important;
    padding: 0 4px !important;
  }

  .top-bar .list-inline > li a,
  .header-top .list-inline > li a,
  .top-info .list-inline > li a,
  .header-topbar .list-inline > li a,
  .topline .list-inline > li a,
  .header-links .list-inline > li a,
  .info-bar .list-inline > li a {
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.4 !important;
    display: inline-block !important;
    max-width: 100% !important;
  }

  /* Dikey cizgileri mobilden kaldir */
  .top-bar .list-inline > li::after,
  .header-top .list-inline > li::after,
  .top-info .list-inline > li::after,
  .header-topbar .list-inline > li::after,
  .topline .list-inline > li::after,
  .header-links .list-inline > li::after,
  .info-bar .list-inline > li::after,
  .top-bar .separator,
  .header-top .separator,
  .top-info .separator,
  .header-topbar .separator,
  .topline .separator,
  .header-links .separator,
  .info-bar .separator {
    display: none !important;
  }

  /* Adres satiri uzun oldugu icin tam satir kullanabilsin */
  .top-bar .list-inline > li.address,
  .header-top .list-inline > li.address,
  .top-info .list-inline > li.address,
  .header-topbar .list-inline > li.address,
  .topline .list-inline > li.address,
  .header-links .list-inline > li.address,
  .info-bar .list-inline > li.address {
    flex: 0 0 100% !important;
    width: 100% !important;
    justify-content: center !important;
  }


  /* =========================
     MOBIL MENU DUZELTME
  ========================= */

  #menu {
    overflow: hidden !important;
  }

  #menu .nav,
  #menu .navbar-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 0 !important;
  }

  #menu .navbar-nav > li {
    float: none !important;
    display: inline-block !important;
    width: 50% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 8px 6px !important;
    box-sizing: border-box !important;
  }

  #menu .navbar-nav > li > a {
    display: block !important;
    width: 100% !important;
    padding: 8px 4px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    white-space: normal !important;
  }

  #menu .menu-caret {
    margin-left: 4px !important;
    font-size: 11px !important;
  }

  /* Dropdown mobilde alt alta acilsin */
  #menu .dropdown-menu {
    position: static !important;
    width: 100% !important;
    min-width: 100% !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none !important;
    margin-top: 6px !important;
  }

  #menu .dropdown.open > .dropdown-menu {
    display: block !important;
  }

  #menu .dropdown-inner {
    display: block !important;
    padding: 0 !important;
  }

  #menu .dropdown-inner ul {
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #menu .dropdown-inner ul li a {
    white-space: normal !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
  }

  #menu .see-all {
    white-space: normal !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
  }
}

/* ===== TOPBAR FONT BÜYÜTME ===== */

.topbar{
  font-size:15px !important;
}

.topbar .tb-item{
  font-size:15px !important;
  font-weight:500 !important;
}

/* ikonlar */
.topbar i{
  font-size:16px !important;
}

/* adres kısmı özel ayar */
.topbar .tb-item:last-child{
  font-size:14px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  max-width:480px !important;
}

.home-top-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
}

.home-category-menu-wrap {
  flex: 0 0 300px;
  max-width: 300px;
  margin: 0 !important;
  padding: 0 !important;
}

.home-slider-wrap {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.home-category-menu-wrap .box,
.home-category-menu-wrap .list-group,
.home-category-menu-wrap .list-group a {
  margin-left: 0 !important;
}

.home-main-area {
  margin-top: 0;
  padding-top: 0;
}

.home-category-menu-wrap .box-heading {
  background: #102a56 !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .home-top-row {
    display: block;
  }

  .home-category-menu-wrap {
    max-width: 100%;
    width: 100%;
  }

  .home-slider-wrap {
    width: 100%;
  }
}

#column-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.home-top-row {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

#column-left.home-category-menu-wrap {
  float: none !important;
  width: 300px !important;
  max-width: 300px !important;
  min-width: 300px !important;
  flex: 0 0 300px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#column-left.home-category-menu-wrap,
#column-left.home-category-menu-wrap > * {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.home-slider-wrap {
  float: none !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.home-slider-wrap .swiper-viewport,
.home-slider-wrap .swiper-container,
.home-slider-wrap .swiper-wrapper,
.home-slider-wrap .swiper-slide,
.home-slider-wrap .slideshow,
.home-slider-wrap img {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home-category-menu-wrap .box,
.home-category-menu-wrap .list-group,
.home-category-menu-wrap .list-group-item {
  margin: 0 !important;
  border-radius: 0 !important;
}

.home-main-area {
  clear: both !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 991px) {
  .home-top-row {
    display: block !important;
  }

  #column-left.home-category-menu-wrap,
  .home-slider-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    flex: none !important;
  }
}

/* Header üst sıra düzeltme */
.frigokar-header-flex {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.frigokar-header-logo {
  flex: 0 0 320px !important;
  max-width: 320px !important;
}

.frigokar-header-search {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 320px - 320px - 40px) !important;
}

.frigokar-header-search #search {
  width: 100% !important;
  max-width: 100% !important;
}

.frigokar-header-search #search .input-group {
  width: 100% !important;
}

.frigokar-header-actions {
  flex: 0 0 320px !important;
  max-width: 320px !important;
}

.frigokar-actions-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

.frigokar-offer-btn {
  flex: 0 0 170px !important;
  min-width: 170px !important;
}

.frigokar-cart-wrap {
  flex: 0 0 170px !important;
}

.frigokar-cart-wrap #cart > .btn {
  min-width: 170px !important;
}

/* Ana sayfa kategori + slider sıra */
.home-top-row {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#column-left.home-category-menu-wrap {
  flex: 0 0 300px !important;
  width: 300px !important;
  max-width: 300px !important;
  min-width: 300px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.home-slider-wrap {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: block !important;
}

.home-slider-wrap .swiper-viewport,
.home-slider-wrap .swiper-container,
.home-slider-wrap .swiper-wrapper,
.home-slider-wrap .swiper-slide,
.home-slider-wrap .slideshow {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 420px !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home-slider-wrap img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

#column-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.home-top-row {
  width: calc(100% + 30px) !important;
  margin-left: -15px !important;
}

.common-home .home-top-row {
  width: calc(100% + 30px) !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.common-home #column-left.home-category-menu-wrap {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.common-home #column-left.home-category-menu-wrap > * {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.common-home .container {
  padding-left: 0 !important;
}
/* Ana sayfada sol kategori bloğunu container dışına taşı */
body.common-home .home-top-row,
.home-top-row {
  position: relative !important;
  left: -15px !important;
  width: calc(100% + 30px) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  gap: 0 !important;
}

body.common-home #column-left.home-category-menu-wrap,
#column-left.home-category-menu-wrap {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
  flex: 0 0 300px !important;
  width: 300px !important;
  max-width: 300px !important;
  min-width: 300px !important;
}

body.common-home #column-left.home-category-menu-wrap > *,
#column-left.home-category-menu-wrap > * {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

body.common-home .home-slider-wrap,
.home-slider-wrap {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== SLIDER FORCE FIX ===== */
.home-slider-wrap {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 420px !important;
  background: #ddd !important;
}

.home-slider-wrap * {
  visibility: visible !important;
  opacity: 1 !important;
}

/* OpenCart slider fix */
.swiper-viewport,
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 420px !important;
}

.swiper-slide img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}
/* ===== SLIDER HEIGHT FIX ===== */

.home-slider-wrap {
  height: auto !important;
  min-height: 420px !important;
}

.home-slider-wrap .swiper-viewport {
  height: 420px !important;
  max-height: 420px !important;
}

.home-slider-wrap .swiper-container {
  height: 100% !important;
}

.home-slider-wrap .swiper-wrapper {
  height: 100% !important;
}

.home-slider-wrap .swiper-slide {
  height: 100% !important;
}

.home-slider-wrap .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* ===== SLIDER FULL ===== */
.home-slider-full {
  width: 100%;
  margin: 0;
}

/* ===== MAIN AREA ===== */
.home-main-area {
  display: flex;
}

/* ===== KATEGORİ SOLA YAPIŞ */
#column-left {
  width: 300px;
  min-width: 300px;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* container padding kır */
.home-main-area {
  width: calc(100% + 30px);
  margin-left: -15px;
}

/* içerik alanı */
#content {
  flex: 1;
  padding-left: 20px;
}

/* Kategori bloğunu slider ve başlık hizasına çek */
.home-main-area {
  width: calc(100% + 30px) !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
  display: flex !important;
}

.home-main-area #column-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.home-main-area #column-left > * {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.home-main-area #content {
  padding-left: 20px !important;
}

.home-main-area #column-left .box,
.home-main-area #column-left .list-group,
.home-main-area #column-left .panel {
  margin-left: 0 !important;
}

.frigokar-side-menu .has-sub > a:hover {
  background: #111 !important;
  color: #fff !important;
}

.frigokar-side-menu .side-submenu li a:hover {
  background: #f5f5f5 !important;
  color: #c40000 !important;
}

/* ÜST KIRMIZI ANA MENÜ */
.top-menu-list li a {
  font-size: 12px !important;
  padding: 9px 16px !important;
  line-height: 1.1 !important;
}

.menu-item-has-children > a {
  padding-right: 24px !important;
}

.menu-item-has-children > a::after {
  right: 9px !important;
  width: 5px !important;
  height: 5px !important;
}

/* Sol kategori menüsünde hover */
.frigokar-side-menu > ul > li > a:hover {
  background: #111 !important;
  color: #fff !important;
}

.frigokar-side-menu > ul > li > ul li a:hover {
  background: #111 !important;
  color: #fff !important;
}

.navbar-nav > li {
  position: relative;
}

.navbar-nav > li > .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 0;
  min-width: 220px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.navbar-nav > li > .dropdown-menu li a {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  display: block;
  transition: 0.3s;
}

.navbar-nav > li > .dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #d60000;
}

/* hover ile aç */
.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

/* ÜST KIRMIZI MENÜ KÜÇÜLTME */
.top-menu {
  min-height: auto !important;
}

.top-menu-list li a {
  font-size: 12px !important;
  padding: 4px 14px !important;
  line-height: 1.1 !important;
}

.menu-item-has-children > a {
  padding-right: 22px !important;
}

.menu-item-has-children > a::after {
  right: 8px !important;
  width: 5px !important;
  height: 5px !important;
}

/* HEADER SİYAH ALANI KISALT */
.frigokar-header {
  padding: 4px 0 !important;   /* önce 10px idi → düşürdük */
}

/* iç boşlukları da azalt */
.frigokar-header-flex {
  min-height: auto !important;
}

/* logo sabit kalsın */
.frigokar-header-logo img {
  max-height: 86px !important;
}

/* search ve buton hizalama */
.frigokar-header-search,
.frigokar-header-actions {
  align-items: center !important;
}