@font-face{
    font-family: 'dinpro-regularregular';
    src: url('../fonts/ff_din_pro_regular_italic-webfont.eot');
    src: url('../fonts/ff_din_pro_regular_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_pro_regular_italic-webfont.woff') format('woff'),
         url('../fonts/ff_din_pro_regular_italic-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_pro_regular_italic-webfont.svg#dinpro-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'dinpromedium';
    src: url('../fonts/ff_din_pro_medium_italic-webfont.eot');
    src: url('../fonts/ff_din_pro_medium_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_pro_medium_italic-webfont.woff') format('woff'),
         url('../fonts/ff_din_pro_medium_italic-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_pro_medium_italic-webfont.svg#dinpromedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'dinprolight';
    src: url('../fonts/ff_din_pro_light_italic-webfont.eot');
    src: url('../fonts/ff_din_pro_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_pro_light_italic-webfont.woff') format('woff'),
         url('../fonts/ff_din_pro_light_italic-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_pro_light_italic-webfont.svg#dinprolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'dinproblack';
    src: url('../fonts/ff_din_pro_black_italic-webfont.eot');
    src: url('../fonts/ff_din_pro_black_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_pro_black_italic-webfont.woff') format('woff'),
         url('../fonts/ff_din_pro_black_italic-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_pro_black_italic-webfont.svg#dinproblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'dinprobold';
    src: url('../fonts/ff_din_pro_bold_italic-webfont.eot');
    src: url('../fonts/ff_din_pro_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_pro_bold_italic-webfont.woff') format('woff'),
         url('../fonts/ff_din_pro_bold_italic-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_pro_bold_italic-webfont.svg#dinprobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	font-size: 12px;
	font-family: 'dinpro-regularregular', Helvetica,sans-serif;
}
body {
	font-family: 'dinpro-regularregular', Helvetica,sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'dinprobold', Helvetica,sans-serif;
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000000;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.sale-label::before {
    content: "";
    position: absolute;
    right: -11px;
    top: - 0.5em;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-top: 12px solid #ee0668;
    border-bottom: 12px solid #ee0668;
}
.sale-label {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ee0668;
    z-index: 1;
    color: #fff;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 2px 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'Roboto Slab', serif;
}

.outer-wrapper {
	max-width: 100%; 
	position: relative; 
	overflow: hidden;
}
.site-wrapper {
	left: 0;
	overflow: hidden;
	overflow-y: auto;
	position: relative;
	width: 100%;
	height: 100%;
}
.mobile-menu-wrapper {
	width: 320px;
	height: 100%;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: -320px;
	background: #000000;
}
.mobile-menu-wrapper > .mobile-menu-inner {
	padding-bottom:35px;
}
.cart-expanded .site-wrapper {
	left: -320px;
}
.menu-expanded .site-wrapper {
	left: 320px;
}
.menu-expanded .mobile-menu-wrapper {
	left: 0;
}
.mobile-menu-inner {
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}
.cart-side-wrapper .mobile-menu-inner  > .cart-inner,
.cart-side-wrapper .mobile-menu-inner  > .cart-side-inner-wrapper{
	padding:10px;
}
.cart-side-wrapper .mobile-menu-inner  .table {
	margin-bottom: 0px;
	color:#000000;
}
.cart-side-wrapper .mobile-menu-inner  > .cart-side-inner-wrapper   .table{
	margin-bottom: 10px;
}
.mobile-menu-wrapper,
.site-wrapper,
.cart-side-wrapper {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-wrapper-overlay {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background: #000000;
	opacity: 0.7;
	overflow: hidden;
	overflow-y: auto;
}
.cart-side-wrapper {
	width: 320px;
	height: 100%;
	position: fixed;
	overflow: hidden;
	top: 0;
	right: -320px;
	color: #fff;
	background:#FFFFFF;
}
.cart-expanded .cart-side-wrapper {
	right: 0;
}
.cart-expanded {
	left: -300px;
}
.cart-side-wrapper h3 {
	font-size: 24px;
	text-align: center;
	padding: 40px 0 30px 0;
	margin:0px;
	position: relative;
	color:#000000;
	border-bottom: #333333 1px solid;
}
.cart-side-wrapper h3 > i {
	font-size: 24px;
	margin:0px;
	color:#000000;
	margin-right:5px;
}
.cart-side-wrapper #cart-close {
	position: absolute;
	z-index:9999;
	top:5px;
	left:5px;
	font-size:12px;
	display:inline-block;
	color:#000000;
	width:25px;
	height:25px;
	line-height:25px;
	cursor:pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.cart-side-wrapper h3 > span > i {
	width:24px;
	height:24px;
	line-height:24px;
	display:block;
}
.cart-side-wrapper h3 > span:hover {
	color:#ee0668;
}
.cart-side-wrapper h4 {
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin: 20px 0 20px 0;
	text-align: center;
	color: #000000;
}
.mobile-menu-inner > p {
	color:#000000;
	padding:20px;
	text-align:center;
}
#menu-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  display: inline-block;
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  z-index:99;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.mobile-menu {
	border-bottom: 1px solid #222222;
	padding: 30px 0 0 0;
}
.mobile-menu li a {
	color: #FFFFFF;
	padding: 0 0 0 20px;
}
.mobile-menu li {
	margin: 0 0 30px 0;
	position: relative;
	width: 320px;
}
.mobile-menu:first-child {
	margin-top: 10px;
}

.mobile-menu:first-child li {
	display:inline-block;
	width:49%;
	margin: 0 0 20px 0;
	text-align:center;
}
.mobile-menu:first-child li  a {
	padding: 0px;
	display:block;
	font-size:14px;
}
.mobile-menu:first-child li  a i {
	font-size:16px;
	margin-right:5px;
}
.mobile-menu:first-child li:first-child {
	border-right: 1px solid #222222;
}

.mobile-menu li ul {
	background: #222222;
	padding: 18px 0 1px 0;
	margin: 18px 0;
}
.mobile-menu li ul li ul {
	background: #111111;
}
.mobile-menu li li {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
}
.menu-expand {
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	top: -10px;
	right: 20px;
	border: 2px solid #222222;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display:inline-block;
}
.mobile-menu li .menu-expand {
	border: #222222 2px solid;
}
.mobile-menu li li .menu-expand {
	border: #222222 2px solid;
}
.mobile-menu li {
	display: block;
}
.sub-menu:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 33px;
	right: 30px;
}
.mobile-menu li .sub-menu:before {
	border-bottom: 6px solid #222222;
}
.mobile-menu li li .sub-menu:before {
	border-bottom: 6px solid #111111;
	top: 43px;
}
.menu-expand:hover {
	cursor: pointer;
}
.mobile-menu li .sub-menu {
	display: none;
}
.expanded-mobile-menu {
	display: block;
}

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: #000000;
}
/* 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 #currency .currency-select {
	text-align: left;
}
#top #currency .currency-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:10px 0 10px 0;
}
#logo > a {
	display:inline-block;
}


/* search */
#search {
	margin:10px 0px 10px 0px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-family: 'dinpro-regularregular', sans-serif;
	font-size:13px;
}
#search .input-lg:focus {
	border-color:#C0C0C0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: 0px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	color:#FFFFFF;
	border-color:#000000;
	background:#000000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#search .btn-lg:hover {
	outline:none;
	box-shadow:none;
	border-color:#dc3434;
	background:#ee0668;
}
#user-menu {
	margin:25px 0px 10px 0px;
}
#user-menu > a {
	margin-right:8px;
}
#user-menu > a  > i {
	margin-right:5px;
}
#user-menu > a:hover {
	color:#ee0668;
}
/* cart */
#cart-button {
	margin:10px 0px 0px 0px;
	line-height: 30px;
	border:none;
	box-shadow:none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#cart-button > span {
	background: url(../image/cart-icon.png) no-repeat 0 0;
	display:inline-block;
	width: 21px;
	height: 25px;
	margin-right: 5px;
	font-size: 14px;
	font-family: 'dinprobold', sans-serif;
	text-align: center;
	color: #fff;
	float:left;
	position: relative;
}
#cart-button:hover {
	color:#ee0668;
}
#cart-button:hover > span {
	background-position: 0 -35px;
}
#cart {
	margin:10px 0px 10px 0px;
}
#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%;
}
	@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 */
.navbar {
  position: relative;
  min-height: 20px;
  margin-bottom: 5px;
}
#menu {
	background-color: #000000;
	min-height: 20px;
	border-radius: 0px;
}
#menu .nav > li > a {
	color: #FFFFFF;
	padding: 8px 15px 8px 15px;
	border-left: 1px solid #222222;
	font-family: 'dinpromedium' !important;
	min-height: 15px;
	background-color: transparent;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
#menu .nav > li:last-child > a {
	border-right: 1px solid #222222;
}
#menu .nav > li:hover > a, #menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #ee0668;
	color:#FFFFFF;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 175px;
	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 10px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 10px;
	position:relative;
	font-family: 'dinprobold' !important;
}
#menu .see-all > i {
	font-size: 10px;
	position:absolute;
	top:8px;
	right:5px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
#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;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #000000;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}
@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;
}
/* footer */
footer {
	margin-top: 30px;
	background-color: #FFFFFF;
	border-top: 1px solid #EEEEEE;
	color: #000000;
}
footer > .container {
	padding:0px;
}
.info-item {
	padding: 40px 20px 10px 20px;
	min-height: 228px;
	text-align: center;
	border-right: 1px solid #EEEEEE;
}
.info-item:last-child {
	border-right: none;
}
.info-item > h3 {
	color:#000000;
}
.footer-top {
	background-color: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
}
.info-icon {
	display: block;
	margin: 0 auto 15px;
	width: 75px;
	height: 75px;
	background: url(../image/footer-icons.png) no-repeat;
}
.info-icon.return {
	background-position: 0px 0px;
}
.info-icon.shipping {
	background-position: 0px -85px;
}
.info-icon.safepay {
	background-position: 0px -170px;
}
.info-icon.security {
	background-position: 0px -255px;
}
.info-icon.helpdesk {
	background-position: 0px -340px;
}
.info-icon.mobile {
	background-position: 0px -425px;
}
.footer-bottom {
	background-color: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	min-height: 200px;
	padding-top:10px;
	padding-bottom:10px;
}
.footer-bottom h5 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.footer-bottom  ul li a {
  font-size: 12px;
  color: #3c3c3c;
  clear: both;
  line-height: 25px;
}
.footer-bottom  ul li a:hover {
  color: #ee0668;
}
#newsletter {
	margin:10px 0px 10px 0px;
}
#newsletter .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-family: 'dinpro-regularregular', sans-serif;
	font-size:19px;
}
#newsletter .input-lg:focus {
	border-color:#C0C0C0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: 0px;
}
#newsletter .btn-lg {
	font-size: 15px;
	line-height: 17px;
	padding: 10px 20px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	color:#FFFFFF;
	border-color:#000000;
	background:#000000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#newsletter .btn-lg i {
	font-size: 18px;
}
#newsletter .btn-lg:hover {
	outline:none;
	box-shadow:none;
	border-color:#dc3434;
	background:#ee0668;
}
.newsletter-info {
	font-size:10px;
	padding:10px 0px;
}
.socialIcon li {
	float:left;
	width:30px;
	height:30px;
	background:url(../image/socialicon.png) no-repeat;
	margin-right:15px;
	margin-bottom:10px;
}
.socialIcon li a {
	width:30px;
	height:30px;
	display:block;
}
.socialIcon li.facebook {
	background-position:0px 0px;
}
.socialIcon li.twitter {
	background-position:-30px 0px;
}
.socialIcon li.google {
	background-position:-60px 0px;
}
.socialIcon li.pinterest {
	background-position:-90px 0px;
}
.socialIcon li.instagram {
	background-position:-120px 0px;
}
.socialIcon li:hover {
	background-position-y:bottom;
}
.footer-end {
	background-color: #F5F5F5;
	border-bottom: 1px solid #EEEEEE;
	min-height: 50px;
	padding-top:10px;
}

#fixednav {
	display: block;
	float: left;
	width: 100%;
	height: 45px;
	position: fixed;
	bottom: -1px;
	background-color: #000;
	text-align: center;
	z-index: 9999;
	border-top: 1px solid #646464;
	padding:0px;
}
#fixednav > ul {
	margin: 0;
	padding:0px;
	display:block;
}
#fixednav li {
	display: inline-table;
	float: left;
	height: 45px;
	width: 20%;
	text-align: center;
	list-style:none;
	background: url('../image/fixednav-bg.png') no-repeat right center;
}
#fixednav li:last-child {
	background:none;
}
#fixednav li a {
	display: block;
	float: left;
	width: 100%;
	height: 45px;
}
#fixednav .to-navigation {
	background: url('../image/menubg.png') no-repeat;
	background-position: center center;
}
#fixednav .to-account {
	background: url('../image/profilebg.png') no-repeat;
	background-position: center center;
}
#fixednav .to-homepage {
	background: url('../image/homeicn.png') no-repeat;
	background-position: center center;
}
#fixednav .to-contactus {
	background: url('../image/phoneicn.png') no-repeat;
	background-position: center center;
}
#fixednav .to-shoppingcart {
	background: url('../image/basketbg.png') no-repeat;
	background-position: center center;
}
.pageupwrap {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #EEEEEE;
}
.pageup {
	display: block;
	margin: 0 auto;
	background: url(../image/mobiletotop.png) no-repeat right center;
	width: 90px;
	height: 25px;
	float: none !important;
	line-height: 25px;
	color: #000;
	font-size: 14px;
	text-align: left;
}
#toTop {
	border: medium none;
	bottom: 10px;
	display: none;
	height: 100px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-decoration: none;
	width: 70px;
	z-index: 9999;
	text-align: center;
	color: #454545;
	font-size: 8px;
	text-transform: uppercase;
}
#toTopHover {
	cursor: pointer;
	display: block;
	float: left;
	height: 28px;
	opacity: 0.5;
	overflow: hidden;
	width: 70px;
	margin: 0 0 3px 0;
}
#toTopHover > i {
	font-size:28px !important;
}
#toTop:hover  > #toTopHover {
	opacity: 1;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 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);
}
.pagination {
	margin: 0;
}
.pagination > li > span,
.pagination > li > a {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #EEEEEE;
	font-family:"dinprobold", sans-serif;
	font-size:13px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li.active > a,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > li.active > span,
.pagination > li.active > a,
.pagination > li.active > span:hover,
.pagination > li.active > a:hover {
	color: #FFFFFF;
	background-color: #000000;
	border-color: #000000;
	
}



/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #D4D4D4;
	border-radius: 0px;
	/*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 {
	margin-right: 7px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 14px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #FFFFFF;
}
.btn-primary {
	text-transform:uppercase;
	font-family:"dinprobold", sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #ee0668;
	color: #FFFFFF;
	border-color: #ee0668;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #000000;
	border-color: #111111;
	color: #FFFFFF;
}
.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: none;
	background-color: #000000;
	background-image: none;
	border: none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #FFFFFF;
	background-color: #000000;
	background-image: none;
}
.btn-inverse.checkout {
	color: #FFFFFF;
	text-shadow: none;
	background-color: #ee0668;
	background-image: none;
	border: none;
}
.btn-inverse.checkout:hover, .btn-inverse.checkout:active, .btn-inverse.checkout.active, .btn-inverse.checkout.disabled, .btn-inverse.checkout[disabled] {
	background:#000000;
	color:#FFFFFF;
	background-image: none;
}
.dropdown-toggle > i {
	margin-left:10px;
	font-size:14px;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a  > i {
	margin-right:10px;
	display:inline-block;
	width:30px;
}
.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;
	border-bottom: 1px solid #ddd;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width:100%;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	min-height:30px;
}
.product-thumb h4 a {
	color:#000000;
	font-size:13px;
	font-family:"dinpro-regularregular", sans-serif;
}
.product-thumb h4 a:hover {
	color:#ee0668;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 65px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 80px;
	padding: 0 10px;
}
.oz-ucretsiz-kargo-empty {display:none!important}
.incelebuton {display:none!important}
.pgs-action-btn>span, .pgs-action-btn>i {margin: 14px -5px 0px 5px!important;font-size: 13px!important}
}
@media (max-width: 767px) {
.pgs-action-btn>span, .pgs-action-btn>i {margin: 0 0 0 5px!important;font-size: 17px!important}
.product-list .product-thumb .caption {
	min-height: 0px;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0px;
}
.footer-top .row > div:nth-child(3n), .footer-top .row > div:nth-child(4n) {
	border-top:1px solid #EEEEEE;
}
.product-thumb .image img {width:100%;}
}
.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: #ee0668;
	margin: 0 0 5px;
}
.product-thumb .price-new {
	font-size: 16px;
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	font-size: 13px;
	text-decoration: line-through;
	margin-right: 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;
}

/* 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%;
}
.product-layout {
	padding-right: 5px;
	padding-left: 5px;
}
.product-layout .product-thumb {
	margin-bottom: 10px;
}
.row.product {
	margin-right: -5px;
	margin-left: -5px;
	padding-top: 10px;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.banners {
	padding:0px;
	display:inline-block;
	border:1px solid transparent;
}
.banners:first-child {
	margin-bottom:10px;
}
.banners  > a > div {
	border:1px solid #EEEEEE;
	border-top:none;
	padding:5px;
	font-family:"dinprobold", sans-serif;
	font-size:14px;
	background: url(../image/caret.png) no-repeat 97% 11px;
	text-transform:uppercase;
	display:block;
}
.banners  > a:hover {
	color:#FFFFFF;
}
.banners:hover {
	background:#000000;
	color:#FFFFFF;
	border-color:#000000;
}
.banners:hover  > a > div {
	border-color:#000000;
	background: url(../image/caret.png) no-repeat 97% -80px;
}
@media (max-width: 480px) {
	
	.container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.login-block .container,
	.footer-top 	.container,
	.footer-bottom 	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	#cart-button {
		display: none;
		visibility:hidden;
	}
	#user-menu {
		text-align:center;
	}
	
	.info-item {
		padding: 10px 20px 10px 20px;
		min-height: 150px;
	}
	.left-block {
		text-align:center;
	}
	.list-unstyled {
		text-align:center;
		float: none;
		margin: 0 auto;
		display: table;
		table-layout: fixed;		
	}
	.list-unstyled li {
		margin:0px 10px;
	}
	.mobile-menu-inner {
		right: 0px;
	}
	
	.row.specials {
		margin-right: -15px;
		margin-left: -15px;
	}
	.row.new-products {
		margin-right: -15px;
		margin-left: -15px;
	}
	.row.featured-products {
		margin-right: -15px;
		margin-left: -15px;
	}
	#special-products,
	#new-products {
		padding:0px 5px;
	}
	#featured-products {
		padding:0px 5px;
	}
	#special-products .product-thumb,
	#new-products .product-thumb {
		margin-bottom:0px;
	}
	#featured-products .product-thumb {
		margin-bottom:0px;
	}
	/*
	.row.new-products h3 {
		margin-top:0px;
	}
	*/
	#special-products .product-thumb .price,
	#new-products .product-thumb .price {
		text-align: center;
	}
	#featured-products .product-thumb .price {
		text-align: center;
	}
	#special-products .product-thumb .price,
	#new-products .product-thumb .price {
		text-align: center;
		font-size: 18px;
		font-weight: 600;
	}
	#featured-products .product-thumb .price {
		text-align: center;
		font-size: 18px;
		font-weight: 600;
	}
	#special-products .product-thumb .price > span,
	#new-products .product-thumb .price > span {
		display:block;
		float:none !important;
	}
	#featured-products .product-thumb .price > span {
		display:block;
		float:none !important;
	}
	.product-thumb .caption {
		min-height: 100px;
	}
	.footer-end {
		min-height: 120px;
	}	
	.copyright {
		padding:10px 0px;
		line-height:30px;
	}	
	.product-detail {
		padding:5px 20px;
	}
	.shopping-cart {
		padding:5px 20px;
	}
	.category-detail {
		padding:5px 10px;
	}	
	.product-detail h1 {
		font-size: 18px !important;
		text-align:center;
	}
	.product-detail .thumbnails {
		padding: 0;
		margin: 0px auto;
		max-width:77%;
	}
	.product-detail .thumbnail {
		margin-bottom: 5px !important;
	}	
	.product-detail .thumbnails > li {
		margin: 0px;
	}	
	.product-detail .image-additional {
		max-width: 50px;
		margin-right:5px !important;
	}
	.product-detail .image-additional:last-child {
		margin-right:0px !important;
	}
	.share-buttons {
		text-align:center;
	}
	.chicklets {
		text-indent:-999px;
	}	
	.list-unstyled .price-area {
		margin:0px auto;
	}
	#button-cart {
		font-size:11px;
	}
	.account-page {
		padding:10px 20px;
	}
}
.loading-block {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: table;
	background-color: rgba(255,255,255,0.98);
	overflow: hidden;
}
.loading-block .loading-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.login-block {
	position: fixed;
	top: -200%;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: table;
	background-color: rgba(255,255,255,0.98);
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.login-active .login-block {
	top: 0;
}
.login-block .login-inner {
	display: table-cell;
	vertical-align: middle;
}
.login-block label, .login-block  .form-group a {
	font-size:13px;
	
	color:#000000;
}
.login-block input {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-family: 'dinpro-regularregular', sans-serif;
	font-size:13px;
}
.login-block input:focus {
	border-color:#C0C0C0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.login-block .btn {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background:#000000;
	border-color:#111111;
	color:#FFFFFF;
}
.login-block .btn:hover {
	outline:none;
	box-shadow:none;
}
.login-block .btn-primary {
	background:#ee0668;
	color:#FFFFFF;
	border-color:#EA2E2E;
}
.login-block .btn-primary:hover {
	background:#000000;
}
.mobile-header {
	border-bottom:1px solid #E5E5E5;
	background:#FFFFFF;
	height:55px;
	z-index:9999;
	position: relative;
}
.mobile-header .col-xs-3:first-child {
	padding-right:0px;
}
.mobile-header .col-xs-3:last-child {
	padding-left:0px;
}
.mobile-header .col-xs-6 {
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
}
.mobile-header #logo {
	margin:14px 0 10px 0;
}
.mobile-header #logo img {
	max-height:25px;
}
.mobile-header .to-navigation {
  display: block;
  width: 100%;
  height: 55px;
  background: url('../image/nav-menu-icon.png') no-repeat center center;
}
.mobile-header .to-search {
  display: block;
  width: 100%;
  height: 55px;
  background: url('../image/nav-search-icon.png') no-repeat center center;
}
.mobile-search {
	left: 0px;
	top:-65px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	z-index:5;
	display:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding:0px 10px;
	background:#E5E5E5;
}
.search-active .mobile-search {
	top:0px;
	display:block;
}
.row.specials,
.row.new-products {
	margin-right: -20px;
	margin-left: -21px;
}
.row.featured-products {
	margin-right: -20px;
	margin-left: -21px;
}
.row.specials h3,
.row.new-products h3 {
	text-align:center;
	margin-bottom:15px;
	background:url('../image/heading-sep.png') no-repeat center center;
}
.row.featured-products h3 {
	text-align:center;
	margin-bottom:15px;
	background:url('../image/heading-sep.png') no-repeat center center;
}
.row.specials h3 > strong,
.row.new-products h3 > strong {
	font-weight:normal;
	font-size:18px;
	display:inline-block;
	padding:5px 15px;
	line-height:25px;
	background:#FFFFFF;
	font-family:"dinprobold", sans-serif;
}
.row.featured-products h3 > strong {
	font-weight:normal;
	font-size:18px;
	display:inline-block;
	padding:5px 15px;
	line-height:25px;
	background:#FFFFFF;
	font-family:"dinprobold", sans-serif;
}
#prev-pro {
	margin-right:15px;
	cursor:pointer;
}
#next-pro {
	margin-left:15px;
	cursor:pointer;
}
#prev-pro i,
#next-pro i {
	font-size:18px;
}
#special-products .owl-item,
#new-products .owl-item {
	padding:0px 5px;
}
#featured-products .owl-item {
	padding:0px 5px;
}
#special-products .product-thumb,
#new-products .product-thumb {
  margin-bottom:0px;
}
#featured-products .product-thumb {
  margin-bottom:0px;
}
.usermenu {
	padding:0px 30px;
}
.usermenu .col-xs-6 {
	text-align:center;
	margin-bottom:10px;
}
.usermenu a {
	display:inline-block;
	width:90px;
	height:90px;
	text-align:center;
	font-size:10px;
	border-radius:99%;
	border:1px solid #ddd;
	padding-top:15px;
}
.usermenu a i {
	display:block;
	font-size:30px;
	margin-bottom:5px;
}
.payments {
	line-height:30px;
}
.copyright {
	line-height:30px;
}
.catdetail {
	margin-top:10px;
	margin-bottom:20px;
}
.catdetail > .col-sm-12 > div.description {
	background:url('../image/category-pattern.png') repeat top left;
	padding:7px 0px;
}
.catdetail > .col-sm-12 > div.description > div {
	background:#FFFFFF;
	padding:20px 30px;
	text-align:center;
	color:#000000;
}
.catdetail > .col-sm-12 > div.description > div h1 {
	margin:0px;
	padding:0px;
	color:#000000;
}
.catdetail > .col-sm-12 > div.description > div p {
	margin:0px;
	padding:0px;
}
.panel-body {
	padding:5px 10px;
	background:#F3F3F3;
}
#filterArea .dropdown-menu.filter-dropdown {
	min-width: 200px;
	padding: 5px 10px;
}
#filterArea .size .checkbox {
	display: inline-block;
	width:30.3%;
	margin-right:5px;
}
#filterArea .size .checkbox:nth-child(3n) {
	margin-right:0px;
}

#filterArea .color .checkbox {
	display: inline-block;
	width:47.7%;
	margin-right:5px;
}
#filterArea .color .checkbox:nth-child(2n) {
	margin-right:0px;
}


#filterArea .checkbox label {
	padding: 3px 5px;
	border:1px solid #D4D4D4;
	display:block;
	color:#000000;
	text-align:center !important;
}
#filterArea .checkbox label.selected {
	border:1px solid #000000;
	display:block;
	color:#FFFFFF;
	background:#000000;
}

button#list-view,
button#grid-view {
	padding:0px 10px;
	line-height:36px;
	
}
button#grid-view {
	margin-left:7px;
}
#collapseFilter .panel-heading {
	padding: 0px;
}
.accordion-filter-menu {
	margin:0px;
	padding:0px;
	list-style:none;
}
.accordion-filter-menu > li > a{
	display:block;
	line-height:25px;
}
#mobileFilter .checkbox {
	display: inline-block;
	width:30.3%;
	margin-right:5px;
}
#mobileFilter  .checkbox:nth-child(3n) {
	margin-right:0px;
}
#mobileFilter .checkbox label {
	padding: 3px 5px;
	border:1px solid #D4D4D4;
	display:block;
	color:#000000;
	background:#FFFFFF;
	text-align:center !important;
}
#mobileFilter .checkbox label.selected {
	border:1px solid #000000;
	display:block;
	color:#FFFFFF;
	background:#000000;
}
.product-detail {
	padding-top:10px;
}
.product-detail .product-thumb {
  margin-bottom: 5px;
  overflow: hidden;
}
.product-detail .product-thumb .image {
	border-bottom: none;
	border-right: 1px solid #ddd;
}
.product-detail .product-thumb .caption {
	padding: 0px 10px;
}
.product-detail .product-thumb h4 a {
	font-size:12px;
}
.product-detail h1 {
	font-size: 24px;
}
.selectedFilter {
	padding-top:10px;
}
.selectedFilter span {
	font-family:"dinprobold", sans-serif;
	color:#000000;
	line-height:32px;
	display:block;
}
#selectedFilter > a {
	margin-right:5px;
}
#selectedFilter > a:last-child {
	margin-right:0px;
}
.share-buttons {
	margin-bottom:20px;
}
.list-unstyled .price-area {
	border:1px solid #EEEEEE;
	display:inline-block;
	max-width: 220px;
}
.list-unstyled .price-area .saving {
	background:#ee0668;
	text-align:center;
	font-size:18px;
	font-family:"dinprobold", sans-serif;
	color:#FFFFFF;
	display:inline-block;
	padding:10px;
}
.list-unstyled .price-area .saving small {
	font-size:16px;
	font-family:"dinprobold", sans-serif;
	color:#FFFFFF;
}
.list-unstyled .price-area .price {
	font-size:16px;
	font-family:"dinprobold", sans-serif;
	color:#7D6E6E;
	display:inline-block;
	padding:5px 10px;
	text-decoration:line-through;
}
.list-unstyled .price-area .special {
	font-size:22px;
	font-family:"dinprobold", sans-serif;
	color:#000000;
	display:inline-block;
	padding:5px 10px;
}
.reward {
	color:#ee0668;
}
.info-box {
	margin:0px;
	padding:0px;
	list-style:none;
}
.info-box li {
	display:block;
	margin-bottom:5px;
	background:#F5F5F5;
	border-radius:2px;
	border: 1px solid #ddd;
}
.info-box li a {
	display:block;
	color:#666666;
	font-size:16px;
	font-weight:600;
	text-align:center;
	padding:5px 0px;
}
.info-box li:hover a {
	color:#222222;
}
.info-box li a i {
	font-size:34px;
	display:block;
	margin-bottom:10px;
}
.info-box li a small {
	font-size:14px;
	font-weight:400;
}
.account-page {
	padding-top:10px;
}
.account-page .list-group i {
	margin-right:5px;
	display:inline-block;
	width:30px;
	color:#000000;
}
.modal-backdrop.in {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.common-home .modal-backdrop {
	z-index: 99;
}










.pgs-actionn {
    padding: 0!important;
}
.pgs-actionn {
    float: left;
    width: 100%;
    padding: 5px;
    position: relative;
    border: none!important;
}
.pgs-action {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    border: 1px solid #E6E6E6;
}
.pgs-action-img-master- {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    border: none!important;
    vertical-align: middle;
    display: block;
    background-color: #fbfbfb;
    padding: 10px 10px 0;
}
@media (min-width: 992px)
.pgs-action-img-master {
    min-height: 261px!important;
}
.pgs-action-img-master {
    position: relative;
    z-index: 1;
    border: none!important;
}
.pgs-action-img-master {
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    float: left;
}
.pgs-action-img-a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #f9f9f9;
    position: relative;
    z-index: 4;
}
.pgs-action-img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    border: none!important;
    padding: 0;
    float: left;
}
.pgs-action-bottom {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    background-color: #fbfbfb;
}
.pgs-action-bottom-top {
    float: left;
    width: 100%;
    text-align: left;
    margin: 20px 0 0;
    display: none!important;
}
.pgs-action-bottom-top>span {
    display: none!important;
}
.pgs-action-bottom-top>span {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
}
.pgs-action-name {
    float: left;
    width: 100%;
    text-align: left;
    text-align: center;
    text-align: center;
    font-size: 13px;
    color: #000;
    line-height: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 14px;
    overflow: hidden;
    font-size: 13px;
    color: #1f1f1f;
    display: block!important;
}
.pgs-action-name>h1 {
    width: 100%;
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
}
.pgs-action-name>span {
    width: 25%;
    float: right;
    height: 40px;
    line-height: 40px;
    margin: 0;
}
.pgs-action-name>span>img {
    width: 100%;
    display: inline-block;
    max-height: 40px;
    opacity: .2;
    opacity: .2;
}
.pgs-action-shipping {
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    height: 20px;
    text-align: left;
    display: block!important;
}
.oz-ucretsiz-kargo, .pgs-action-shipping>span, .oz-ucretsiz-kargo-empty {
    float: right!important;
    text-align: right!important;
    height: 20px!important;
    line-height: 20px!important;
    color: #a7a7a7;
    padding-right: 5px;
}
.pgs-action-down {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
}
.pgs-action-price-master {
    float: left;
    width: 45%;
    text-align: center;
    margin: 0 0 -5px;
    height: 45px;
    clear: both;
    position: relative;
}
.pgs-action-price-div {
    float: left;
    width: auto!important;
}
.pgs-action-price.pgs-action-price-old {
    text-decoration: line-through;
    color: #ccc!important;
    text-align: left;
    margin: 0;
    font-size: 12px;
    float: left;
    text-align: left;
}
.pgs-action-price {
    height: 20px;
    margin: 0!important;
    font-size: 17px;
    display: inline-block;
    clear: both!important;
    float: left;
    line-height: 20px;
}
.pgs-action-price.pgs-action-price-new {
    text-align: left;
    font-weight: 700;
    color: #e41e13;
    margin: 0;
}
.pgs-action-discount {
    width: 50px;
    position: relative!important;
    right: inherit!important;
    top: inherit!important;
    left: inherit!important;
    bottom: inherit!important;
    float: left!important;
    margin: 0 -100px 0 10px;
}
.pgs-action-discount {
    position: absolute;
    width: 48px;
    right: 0;
    top: -6px;
}
.prdt-discount-rate {
    background-image: url(../image/bg-discount-list.png)!important;
    width: 45px!important;
    height: 27px!important;
    float: left;
    padding: 0!important;
}
.prdt-discount-rate {
    width: 77px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    float: right;
    margin: 10px 10px 0 0;
    text-align: center;
    padding: 0 6px 0 0;
}
.prdt-discount-rate>span {
    height: 27px!important;
    line-height: 27px!important;
    margin: 0!important;
    width: 100%!important;
}
.spn-discount-rate {
    width: 100%;
    margin: 8px 0 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: block;
    line-height: 14px;
}
.pgs-action-price-master>.pgs-action-discount>.prdt-discount-rate>span:before {
    content: "%"!important;
    display: inline-block!important;
}
.pgs-action-btn {
    float: right;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    font-weight: 700;
    display: block;
    text-align: right;
    clear: both;
    /* margin-top: 20px; */
    font-size: 20px;
    color: #fff!important;
    display: block!important;
    clear: none!important;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -o-animation-duration: 0s;
    animation-duration: 0s;
    padding: 0 5px 0 0;
    position: relative;
    z-index: 15;
}
.pgs-action-btn>span, .pgs-action-btn>i {
    font-size: 17px;
    color: #bbb;
    margin: 0 0 0 5px;
    float: right;
    height: 20px;
    line-height: 20px;
}
.pgs-action-btn>span {
    display: block;
    font-size: 13px;
}
.pgs-action:hover {
    z-index: 5;
    border: 1px solid #ADADAD!important;
}
.product-thumb:hover .pgs-action-btn * {
    color: #e41e13!important;
}
.product-thumb:hover .urunname {
    color: #e41e13!important;
}
a:hover {
    color: #e41e13;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
@media (max-width: 767px){
#btnPopupShoppingCartAdd {
    top:15px;
}

.info-item > h3 {
	font-size:14px;
}
.mobile-contact-form{
	padding:25px;
}
}
.urunname:hover{
	color:#e41e13;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.hincele{
	float:right;
	width:55%;
}
.satinalcart{
	padding: 10px 5px 2px 5px;
}
.iletisimbaslik{
	font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-top: 5px;
}
.qc-product-qantity{
	margin-right: 8px !important;
}
.fa-credit-card-alt:before {
    content: "\f283";
}
