/*------------------------------------
GLOBAL STYLES
--------------------------------------*/

html {
	background-color: #FFF;
	position: relative;
	font-size: 100%;
	width: 100%;
	min-height: 100%;
	height: 100%;
}

body {
    margin: 0;
    font-size: 100%;
    width: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    height: 100%;
    position: relative;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-weight: normal;
}

a:focus {
	outline: none;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -170px;
}

#wrap:after {
	content: "";
	display: block;
}

.border-test {
	border: 1px solid red;
}

.display-none {
	display: none !important;
}

/*------------------------------------
HEADER STYLES
--------------------------------------*/

#header {
	position: relative;
	top: 0;
	left: 0;
	background-color: #f3f3f3;
	border-bottom: 12px solid #336699;
}

#header .logo { 
	display: block;
	width: 120px;
	height: auto;
	position: absolute;
	top: 0;
	left: 25px;
}

#search {
	padding: 25px 0;
}

#search-form {
	width: 500px;
	margin: 0 auto;
}

#search .form-control {
	width: 365px;
	height: 40px;
	padding-top: 9px; padding-bottom: 9px;
	line-height: 1;
	-webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;
	font-size: 1em;
	color: #666664;
	border: 2px solid #CCC;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

#search .form-control::-webkit-input-placeholder {
   color: #d0d0d0;
}

#search .form-control:-moz-placeholder { /* Firefox 18- */
   color: #d0d0d0;
}

#search .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #d0d0d0;
}

#search .form-control:-ms-input-placeholder {  
   color: #d0d0d0;
}

#search .input-group-btn {
	font-size: 100%;
}

#submit_btn {
	margin-left: -2px;
	padding: 12px;
	border: none;
	-webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;
	background-color: #336699;
	color: #666664;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
	z-index: 10;
}

#submit_btn:focus,
#submit_btn:active:focus,
#submit_btn.active:focus {
	outline: none;
}

#search .popular-searches {
	margin: 20px auto 0;
	font-size: 1em;
	font-style: italic;
	color: #666664;
}

#search .popular-searches a {
	color: #336699;
	font-style: normal;
}

#search .popular-searches span {
	color: #666664;
}

/*------------------------------------
HOME PAGE
--------------------------------------*/

#header-homepage .logo {
	display: table;
	margin: 0 auto;
	width: 12.3%;
}

#header-homepage .logo img {
	margin: 0 auto;
}

#header-homepage #search-form {
	width: 520px;
}

#header-homepage .form-control {
	height: 60px;
	padding-top: 19px; padding-bottom: 19px;
	width: 366px;
}

#header-homepage #submit_btn {
	padding: 22px;
}

#header-homepage .hompage-text {
	width: 720px;
	margin: 0 auto;
	color: #666664;
	font-size: 0.8em;
	line-height: 1.4;
	margin-bottom: 60px;
}


/*------------------------------------
SEARCH MIXING PAGE
--------------------------------------*/

#content .title-sale-page h1 {
	font-size: 1.5em;
	color: #666664;
	padding: 20px 0;
}

/*OSN Sidebar*/

#sidebar {
	float: left;
	width: 220px;
	padding: 10px;
}

#sidebar hr {
	display: block;
	width: 100%;
    border: 0;
    height: 2px;
    margin: 15px auto !important;
	background-image: url('../../assets/images/hr-fallback-image.png'); /* IE8 - IE9 fallback */
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(179,179,179,1), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(179,179,179,1), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(179,179,179,1), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(179,179,179,1), rgba(0,0,0,0)); 
	overflow: hidden;
}

#sidebar .view-categories > a {
	font-size: 1em;
	color: #336699;
	font-weight: bold;
}

#sidebar .view-categories > span {
	font-size: 1em;
	color: #666664;
	font-style: italic;
	font-weight: normal;
	display: inline-block; zoom: 1; *display: inline;
	vertical-align: middle;
	line-height: 32px;
}

#sidebar .view-categories .caret {
	margin-left: 0;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	color: #336699;
}

#sidebar .view-categories .dropdown-sidebar {
	display: inline-block; zoom: 1; *display: inline;
	vertical-align: top;
	width: 125px;
}

#sidebar .view-categories .form-control {
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

#sort_order {
	line-height: 1;
	font-size: 1em;
	font-weight: bold;
	color: #666664;
	text-transform: lowercase;
	padding: 0;
	-webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0;
	background-color: white;
	border: 2px solid transparent;
	position: relative;
	top: 0;
	left: 0;
	z-index: 31;
}

#sort_order:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #FFF;
}
 
#sidebar .view-categories .btn:focus,
#sidebar .view-categories .btn:active:focus,
#sidebar .view-categories .btn.active:focus {
	outline: none;
}

.open .dropdown-toggle, .open .dropdown-menu {
	border-color: #CCC !important;
}

#sidebar .view-categories .dropdown-menu:focus {
	outline: none;
}

.btn-input .btn.form-control {
    text-align: left;
}
 
.btn-input .btn.form-control span:first-child {
	overflow: hidden;
	position: absolute;
	left: 10px;
	right: 30px;
	top: 0;
	line-height: 30px;
	text-overflow: ellipsis;
}
 
.btn-input .btn.form-control .caret {
	position: absolute;
	right: 10px;
	top: 40%;
}

#sidebar .view-categories .dropdown-menu {
	padding: 0;
	margin: -2px 0 0;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
	-webkit-border-radius: 0 2px 2px 2px; -moz-border-radius: 0 2px 2px 2px; border-radius: 0 2px 2px 2px;
	border: 2px solid transparent;
	font-size: 100%;
	z-index: 30;
}

#sidebar .view-categories .dropdown-menu > li > a {
	padding: 9px 10px;
	line-height: 1;
	font-size: 1em;
	font-weight: normal;
	color: #666664;
	text-transform: lowercase;
}

#sidebar .sidebar-form .form-group span {
	font-size: 1em;
	color: #666664;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}

#sidebar .sidebar-form .price-range-form,
#sidebar .sidebar-form .price-range-form .form-group {
	width: 100%;
}

#sidebar .sidebar-form .price-range-form .left-arrow,
#sidebar .sidebar-form .price-range-form .right-arrow {
	width: 75px;
}

#sidebar input#param-minPrice,
#sidebar input#param-maxPrice {
	width: 100%; overflow: hidden;
}

#sidebar .sidebar-form #apply_price_range {
	display: block;
	float: right;
	width: 42px;
	height: 40px;
	border: 2px solid #ccc;
	top: 0;
}

#sidebar .sidebar-form #apply_price_range {
	display: block;
	float: right;
	width: 42px;
	height: 40px;
	border: 2px solid #ccc;
	top: 0;
}

#sidebar .left-arrow, #sidebar .right-arrow {
	display: block;
	position: relative;
	float: left;
}

#sidebar .left-arrow .left-arrow-gray {
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -7px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #CCC;
	z-index: 20;
}

#sidebar .right-arrow .right-arrow-gray {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: -7px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #CCC;
	z-index: 20;
}

#sidebar #param-minPrice,
#sidebar #param-maxPrice {
	top: 0;
	left: 0;
	width: 100px;
	height: 40px;
	font-size: 1em;
	line-height: 1;
	color: #666664;
	border: 2px solid #ccc;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}
#sidebar #param-minPrice {
	border-right: 0;
	-webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;
}
#sidebar #param-maxPrice {
	border-left: 0;
	-webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;
}

#sidebar .form-control::-webkit-input-placeholder {
   color: #d0d0d0;
}

#sidebar .form-control:-moz-placeholder { /* Firefox 18- */
   color: #d0d0d0;
}

#sidebar .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #d0d0d0;
}

#sidebar .form-control:-ms-input-placeholder {  
   color: #d0d0d0;
}

#sidebar #param-minPrice {
	border-right: 0;
	-webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;
	padding-right: 20px;
}

#sidebar #param-maxPrice {
	border-left: 0;
	-webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;
	padding-left: 15px;
}

#sidebar .btn-more-filters {
	padding: 0;
	line-height: 1;
	font-size: 1em;
	font-weight: bold;
	border: 0;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	background-color: transparent;
	color: #666664;
	vertical-align: middle;
	margin-left: 8px;
}

/*#sidebar .btn-more-filters:before {
	content: "\e114";
	display: inline-block; zoom: 1; *display: inline;
	width: 22px;
	vertical-align: middle;
	margin-right: 8px;
	font-size: 1em;
	color: #336699;
	text-align: center;
    line-height: 1;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
}*/

#sidebar .sidebar-form .caret {
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	color: #336699;
	margin-left: 4px
}

#sidebar .btn-more-filters:active {
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

#sidebar .btn-more-filters:focus {
	outline: 0;
	outline-offset: 0;
}

#sidebar .sidebar-form .checkbox {
	display: block;
}

#sidebar .checkbox-filters .checkbox {
	margin: 10px 0 !important;
}

#sidebar .checkbox-filters > h4 {
	font-size: 1em;
	color: #336699;
	font-weight: bold;
	padding-left: 29px;
}

#sidebar .checkbox-filters .checkbox label {
	font-size: 0.8em !important;
}
/* PA - start */
/*
#sidebar .checkbox-filters .checkbox label:before {
	width: 18px !important;
	height: 18px !important;
	margin-left: 2px !important;
}

#sidebar .checkbox-filters .checkbox input[type=checkbox]:checked + label:before {
	font-size: 8px !important;
	line-height: 14px !important;
}
*/
/* PA - end */

#sidebar .sidebar-form .red-osn label {
	color: #ff4641 !important;
	font-size: 1.4em !important;
	text-transform: uppercase;
}
/* PA - start */
/*
#sidebar .sidebar-form .checkbox label {
	line-height: 1;
	font-size: 1em;
	color: #666664;
	font-weight: bold;
	display: inline-block; zoom: 1; *display: inline;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	margin-bottom: 0;
}
*/
/* PA - end */

#sidebar .sidebar-form input[type=checkbox]{
    display: none;
}
/* PA - start */
/*
#sidebar .sidebar-form .checkbox label:before {
	content: "";
	display: inline-block; zoom: 1; *display: inline;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	background-color: transparent;
	border: 2px solid #ccc;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

#sidebar .sidebar-form .red-osn label:before {
	border-color: #ff4641 !important;
}

#sidebar .sidebar-form .checkbox input[type=checkbox]:checked + label:before {
	content: "\e013";
	font-size: 10px;
	color: #666664;
	text-align: center;
    line-height: 18px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
}

#sidebar .sidebar-form .red-osn input[type=checkbox]:checked + label:before {
	color: #ff4641 !important;
}
*/
/* PA - end */

/*OSN Products*/

#products {
	padding: 10px 10px 0 230px;
}

#products .cell {
	position: relative;
	float: left;
	min-height: 300px;
	border: 2px solid #CCC;
	margin-bottom: .5%;
	margin-right: .5%;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	cursor: pointer;
}

#products .cell:hover {
	background-color: #f3f3f3;
}

#products .product-zoom {
	position: absolute;
	top: -1px;
	right: -1px;
	display: block;
	width: 53px;
	height: auto;
}

#products .product-inner {
	padding: 5px;
}

#products .product-img {
	overflow: hidden;
	display: table;
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

#products .product-img a {
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
}

#products .product-img img {
	margin: 0 auto;
	min-height: 10px;
	min-width: 10px;
	max-height: 140px;
	max-width: 140px;
}

#products .product-title {
	height: 38px;
	overflow: hidden;
	margin-top: 10px;
}

#products .product-title a {
	/*color: #0096FF;*/
	color: #ff4641;
	font-size: 0.8em;
	text-decoration: underline;
}

#products .price {
	height: 30px;
	margin-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#products .price-current {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
}

#products .price-current:hover {
	text-decoration: none;
}

#products .discount-price {
	color: #ff4641;
}

#products .price-old {
	color: #666;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	text-decoration: line-through;
	margin-right: 5px;
}

#products .store {
	height: 22px;
	overflow: hidden;
}

#products .store a {
	color: #d0d0d0;
	font-size: 0.8em;
}

#products .buy-button {
	margin-top: 10px;
	padding: 8px 21%;
	border: 0;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	background-color: #336699;
	line-height: 1;
}

#products .buy-button:focus,
#products .buy-button:active:focus {
	outline: none;
	outline-offset: 0; 
}

#products .buy-button a {
	color: #666664;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

#products .buy-button a:hover {
	text-decoration: none;
}

#products .discount_div {
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 30px;
	/*padding: 10px 0;*/
	/*background-color: transparent;*/ /* PA */
	-webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; 
	/*text-align: center;*/
	overflow: hidden;
	background: #FF4641;
}

#products .btn:active .discount_div {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

#products .discount_div span {
	display: inline-block; zoom: 1; *display: inline;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}

#products .prod_with_discount {
	position: relative;
	padding: 8px 12% 8px 30%;
	background: #336699;
	/*
	background: rgb(255,70,65);
	background: -moz-linear-gradient(left, rgba(255,70,65,1) 0%, rgba(255,70,65,1) 25%, rgba(255,204,0,1) 25%, rgba(255,204,0,1) 50%, rgba(255,204,0,1) 100%, rgba(255,204,0,1) 100%, rgba(255,204,0,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,70,65,1)), color-stop(25%,rgba(255,70,65,1)), color-stop(25%,rgba(255,204,0,1)), color-stop(50%,rgba(255,204,0,1)), color-stop(100%,rgba(255,204,0,1)), color-stop(100%,rgba(255,204,0,1)), color-stop(100%,rgba(255,204,0,1)));
	background: -webkit-linear-gradient(left, rgba(255,70,65,1) 0%,rgba(255,70,65,1) 25%,rgba(255,204,0,1) 25%,rgba(255,204,0,1) 50%,rgba(255,204,0,1) 100%,rgba(255,204,0,1) 100%,rgba(255,204,0,1) 100%);
	background: -o-linear-gradient(left, rgba(255,70,65,1) 0%,rgba(255,70,65,1) 25%,rgba(255,204,0,1) 25%,rgba(255,204,0,1) 50%,rgba(255,204,0,1) 100%,rgba(255,204,0,1) 100%,rgba(255,204,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,70,65,1) 0%,rgba(255,70,65,1) 25%,rgba(255,204,0,1) 25%,rgba(255,204,0,1) 50%,rgba(255,204,0,1) 100%,rgba(255,204,0,1) 100%,rgba(255,204,0,1) 100%);
	background: linear-gradient(to right, rgba(255,70,65,1) 0%,rgba(255,70,65,1) 25%,rgba(255,204,0,1) 25%,rgba(255,204,0,1) 50%,rgba(255,204,0,1) 100%,rgba(255,204,0,1) 100%,rgba(255,204,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4641', endColorstr='#336699',GradientType=1 );
	*/
}

#products .similar-products {
	margin-top: 5px;
}

#products .similar-products a {
	color: #336699;
	font-size: 0.8em;
	text-transform: lowercase;
}

/*OSN Pagination*/

#pagination_wrapper {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #666;
	position: relative;
}

#pagination_wrapper:after {
	content: "";
	position: absolute;
	background-color: #666;
	top: 0;
	bottom: 0;
	width: 10px;
}

#pagination_wrapper:after {
  	left: 100%;
}

#pagination_wrapper a {
	display: inline-block; zoom: 1; *display: inline;
	vertical-align: middle;
	font-size: 1em;
	color: #336699;
	line-height: 1;
	font-weight: bold;
	text-transform: lowercase;
	cursor: pointer;
}

#pagination_wrapper a:before {
	content: "\2b";
	display: inline-block; zoom: 1; *display: inline;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 1.688em;
	color: #336699;
    line-height: 1;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
}

#pagination-osn {
	display: table;
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #CCC;
}

#pagination-osn:after {
	content: "";
	position: absolute;
	background-color: #CCC;
	top: 0;
	bottom: 0;
	width: 10px;
}

#pagination-osn:after {
  	left: 100%;
}

#pagination-osn h1 {
	font-size: 1.4em;
	color: #666;
	line-height: 1.4;
	font-weight: bold;
	padding: 22px 0;
}

#pagination-osn > div {
	font-size: 1em;
	color: #656565;
	line-height: 1.4;
	font-weight: normal;
	margin: 0 auto;
	width: 620px;
	padding-bottom: 20px;
}

#pagination-osn > div a {
	font-size: 1em;
	color: #656565;
	line-height: 1.4;
	font-weight: normal;
	margin: 0 auto;
}

/*------------------------------------
CATEGORIES PAGE
--------------------------------------*/

#content-categ .title-categ-page h1 {
	font-size: 1.5em;
	color: #666664;
	padding: 20px 0;
}

#content-categ .categ-inner {
	border: 2px solid #CCC;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	margin: 0 20px 40px;
}

#content-categ .categ-inner a:first-child {
	font-size: 1.2em;
	color: #336699;
	padding: 15px 20px;
	background-color: #f3f3f3;
	-webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
	font-weight: bold;
}

#content-categ .categ-inner a {
	display: block;
	color: #666664;
	font-size: 1em;
	padding: 5px 20px;
}

#content-categ .btn-all-products {
	padding: 5px 16px;
	margin-bottom: 6px;
	line-height: 1;
	font-size: 1em;
	font-weight: bold;
	border: 0;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	background-color: transparent;
	color: #666664;
	vertical-align: middle;
}

#content-categ .btn-all-products:before {
	content: "\e131";
	display: inline-block; zoom: 1; *display: inline;
	width: 22px;
	vertical-align: middle;
	margin-right: 6px;
	font-size: 1em;
	color: #336699;
	text-align: center;
    line-height: 1;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
}

#content-categ .btn-all-products:hover {
	text-decoration: underline;
}

#content-categ .btn-all-products:active {
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

#content-categ .btn-all-products:focus {
	outline: 0;
	outline-offset: 0;
}

/*------------------------------------
ALL Categories
--------------------------------------*/

/*title after search bar*/
#content .title-sale-page {
	padding: 20px 10px 0 230px;
	text-align: justify;
}

#content .title-sale-page h1 {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0;
}

#content .title-sale-page a {
	font-size: 1.2em;
	font-weight: bold;
	color: #336699;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#content .title-sale-page span {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 100%;
}

/*products cell*/
#products div.cell-categ {
	width: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#products .cell-categ:nth-child(3n+3) {
	margin-right: 0;
}

#products div.cell-categ:nth-child(8n+8) {
	margin-right: 10px;
}

/*sidebar category*/
#sidebar .categories_wrapper > a {
	font-size: 1em;
	color: #336699;
	font-weight: bold;
}

.categories_wrapper .category_div {
	list-style: none;
	padding-left: 0;
}

.categories_wrapper .category_anchor {
	font-size: 1em;
	color: #666664;
}

.categories_wrapper .selected_cat {
	font-weight: bold;
}

.categories_wrapper .subcategory_div {
	list-style: none;
	padding-left: 10px;
}

.categories_wrapper .subcategory_div>li:before {
	content: "\2022";
	color: #336699;
	padding-right: 10px;
	vertical-align: middle;
}

.categories_wrapper .subcategory_anchor {
	font-size: 0.8em;
	color: #666664;
}

/*------------------------------------
FOOTER STYLES
--------------------------------------*/

#footer,
#wrap:after {
	height: 170px;
}

#footer {
	background-color: #e6e6e6;
	position: relative;
	border-top: 12px solid #333; 
}

#footer .logo { 
	display: block;
	width: 100px;
	height: auto;
	position: absolute;
	top: 0;
	left: 25px;
}

#footer .align-credit {
	padding: 67px 0;
}

/*#footer .align-credit {
	padding: 47px 0;
	width: 520px;
	margin: 0 auto;
	line-height: 2;
}*/

#footer .credit {
	display: inline-block; zoom: 1; *display: inline;
	vertical-align: middle;
	color: #666664;
	font-size: 1em;
	font-style: italic;
}

#footer .btn-modal {
	padding: 0;
	color: #666664;
	font-size: 1em;
	font-style: italic;
	border: 0;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	line-height: normal;
	background-color: transparent;
}

#footer .bullet {
	display: inline-block; zoom: 1; *display: inline;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background-color: #666664;
	-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
}

#footer .btn-modal:hover {
	text-decoration: underline;
}

#footer .btn-modal:active {
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

#footer .btn-modal:focus {
	outline: 0;
	outline-offset: 0;
}

#footer .credit a {
	color: #666664;
	font-size: 1em;
}

#footer .credit a:hover {
	color: #666664;
}

#footer .modal-content {
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

#footer .modal-header {
	background-color: #f3f3f3;
	-webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
}

#footer .modal-title {
	line-height: 1;
	font-size: 1.2em;
	color: #336699;
}

#footer .modal-body {
	max-height: 338px;
	height: 100%;
	overflow: auto;
	padding: 15px;
}

#footer .modal-body p {
	text-align: left;
	font-size: 1em;
	color: #656565;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 0px;
}

#footer .modal-body p:last-child {
	margin-bottom: 0;
}

#footer .modal-content .close:focus {
	outline: 0;
}

#footer .modal-content .btn-modal-orange {
	margin-top: 10px;
	padding: 8px 20px;
	border: 0;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	background-color: #336699;
	line-height: 1;
	color: #666664;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

#footer .modal-content .btn-modal-orange:focus,
#footer .modal-content .btn-modal-orange:active:focus {
	outline: none;
	outline-offset: 0; 
}

#footer .modal-dialog {
	width: 700px;
	margin: 8% auto;
}

#feedback .feedback-form {
	width: 80%;
	margin: 0 auto;
}

#feedback .feedback-form .form-group:last-child {
	margin-bottom: 15px;
}

#feedback .textarea-mess {
	resize: none;
	line-height: 1;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	font-size: 1em;
	color: #666664;
	border: 2px solid #CCC;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

#input-name,
#input-email {
	height: 40px;
	line-height: 1;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	font-size: 1em;
	color: #666664;
	border: 2px solid #CCC;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

#input-name::-webkit-input-placeholder {
   color: #d0d0d0;
}

#input-name:-moz-placeholder { /* Firefox 18- */
   color: #d0d0d0;
}

#input-name::-moz-placeholder {  /* Firefox 19+ */
   color: #d0d0d0;
}

#input-name:-ms-input-placeholder {  
   color: #d0d0d0;
}

#input-email::-webkit-input-placeholder {
   color: #d0d0d0;
}

#input-email:-moz-placeholder { /* Firefox 18- */
   color: #d0d0d0;
}

#input-email::-moz-placeholder {  /* Firefox 19+ */
   color: #d0d0d0;
}

#input-email:-ms-input-placeholder {  
   color: #d0d0d0;
}

#feedback .textarea-mess::-webkit-input-placeholder {
   color: #d0d0d0;
}

#feedback .textarea-mess:-moz-placeholder { /* Firefox 18- */
   color: #d0d0d0;
}

#feedback .textarea-mess::-moz-placeholder {  /* Firefox 19+ */
   color: #d0d0d0;
}

#feedback .textarea-mess:-ms-input-placeholder {  
   color: #d0d0d0;
}

#terms-of-service .modal-body p {
	margin-bottom: 10px;
}

#terms-of-service .modal-body ul {
	text-align: left;
	font-size: 1em;
	color: #656565;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 0px;
}

#terms-of-service .modal-body .latin-ul > li {
	list-style-type: upper-latin;
}

#terms-of-service .modal-body .roman-ul > li {
	list-style-type: upper-roman;
}

#privacy-policy .modal-body ul {
	text-align: left;
	font-size: 1em;
	color: #656565;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 0px;
	list-style-type: none;
	counter-reset: list;
}
#privacy-policy .modal-body ul li:before{
	counter-increment: list;
	content: "(" counter(list, lower-alpha) ") ";
	position: absolute;
	left: 30px;
}

#privacy-policy .modal-body p {
	margin-bottom: 10px; 
}

/*footer pages*/

.wrapper-footer-pages {
	width: 600px;
	margin: 30px auto;
	border: 2px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 20px;
}

#contact p {
	line-height: 1.6em;
}

#feedback {
	border-color: transparent; 
}

#feedback .feedback-form {
	width: 100%;
}

#terms-of-service p, #privacy-policy p {
	margin-bottom: 10px;
}

#terms-of-service p:last-child, #privacy-policy p:last-child {
	margin-bottom: 0;
}

#terms-of-service ul {
	text-align: left;
	font-size: 1em;
	color: #656565;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 0px;
}

#terms-of-service .latin-ul > li {
	list-style-type: upper-latin;
	color: #333;
	line-height: normal;
}

#terms-of-service .roman-ul > li {
	list-style-type: upper-roman;
	color: #333;
	line-height: normal;
}

#privacy-policy {
	position: relative;
}

#privacy-policy ul {
	text-align: left;
	font-size: 1em;
	color: #656565;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 0px;
	list-style-type: none;
	counter-reset: list;
}

#privacy-policy ul li:before {
	counter-increment: list;
	content: "(" counter(list, lower-alpha) ") ";
	position: absolute;
	left: 30px;
}

#privacy-policy ul li {
	color: #333;
	line-height: normal;
}

/*------------------------------------
MEDIA QUARIES
--------------------------------------*/

@media (max-width:980px) {

	html, body {
		width: 980px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}

	#products .cell {
		width: 24.62%;
	}

	#products .cell:nth-child(4n+4) {
		margin-right: 0;
	}

	/*#search .form-control {
		width: 100%;
	}*/

	#footer .modal-dialog {
		width: 90%;
		margin: 30px auto;
	}

}

@media (min-width:981px) and (max-width:1268px) {

	#products .cell {
		width: 19.6%;
	}

	#products .cell:nth-child(5n+5) {
		margin-right: 0;
	}

	#products .product-img {
		width: 100px;
		height: 100px;
	}

	#products .product-img img {
		max-height: 100px;
		max-width: 100px;
	}

}

@media (min-width:1269px) and (max-width:1492px) {

	#products .cell {
		width: 16.25%;
	}

	#products .cell:nth-child(6n+6) {
		margin-right: 0;
	}

}

@media (min-width:1493px) and (max-width:1700px) {

	#products .cell {
		width: 13.85%;
	}

	#products .cell:nth-child(7n+7) {
		margin-right: 0;
	}
}

@media (min-width:1701px) and (max-width:1920px) {

	#products .cell {
		width: 12.06%;
	}

	#products .cell:nth-child(8n+8) {
		margin-right: 0;
	}

}

@media (min-width:1921px) {

	#products .cell {
		width: 8.59%;
	}

}
/* CHECKBOXES - IE8+ */
.form-inline .radio label, .form-inline .checkbox label {
	padding-left: 0;
}
#sidebar .sidebar-form .checkbox,
#sidebar .checkbox-filters .checkbox {
	display: table;
}
#sidebar .sidebar-form .checkbox input + label + label {
	display: table-cell; padding-left: 12px; width: 100%;
}
#sidebar .sidebar-form .checkbox input.checkbox-big-red + label + label,
#sidebar .sidebar-form .checkbox input.checkbox-big-gray + label + label {
	padding-left: 7px;
}

/* default checkboxes - small gray */
#sidebar .sidebar-form .checkbox input + label {
	display: block; /* inline-block won't work on IE8. use position to vertical centering the checkbox */
	position: relative;
	top: 1px;
	width: 18px;
	height: 18px;
	background-image: url('../../assets/images/checkbox-small-gray.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sidebar .sidebar-form .checkbox input:checked + label { /* MODERN BROWSERS */
	background-position: 0 -19px;
}
#sidebar .sidebar-form .checkbox input.ckd + label { /* IE7 & IE8 FALLBACK */
	background-position: 0 -19px;
}
#sidebar .sidebar-form .checkbox input + label + label {
	vertical-align: middle;
}

/* big red checkboxes */
#sidebar .sidebar-form .checkbox input.checkbox-big-red + label {
	top: 4px;
	width: 22px;
	height: 22px;
	background-image: url('../../assets/images/checkbox-big-red.png');
}
#sidebar .sidebar-form .checkbox input.checkbox-big-red:checked + label { /* MODERN BROWSERS */
	background-position: 0 -23px;
}
#sidebar .sidebar-form .checkbox input.checkbox-big-red.ckd + label { /* IE7 & IE8 FALLBACK */
	background-position: 0 -23px;
}

/* big gray checkboxes */
#sidebar .sidebar-form .checkbox input.checkbox-big-gray + label {
	top: 0px;
	width: 22px;
	height: 22px;
	background-image: url('../../assets/images/checkbox-big-gray.png');
}
#sidebar .sidebar-form .checkbox input.checkbox-big-gray:checked + label { /* MODERN BROWSERS */
	background-position: 0 -23px;
}
#sidebar .sidebar-form .checkbox input.checkbox-big-gray.ckd + label { /* IE7 & IE8 FALLBACK */
	background-position: 0 -23px;
}

/*
 * UK-SALE-UK STYLES - start
 */
.uk-sale-uk #header-homepage .logo {
	margin-top: 25px;
}
.uk-sale-uk #header {
	border-bottom: 6px solid #78B7F4;
}
.uk-sale-uk #header .logo {
	top: 15px;
	left: 65px;
	width: 100px;
}
.uk-sale-uk #search .popular-searches {
	padding: 0 190px;
}
.uk-sale-uk #submit_btn {
	color: white;
}
.uk-sale-uk #sidebar {
	margin-bottom: 150px;
}
.uk-sale-uk #products .buy-button {
	padding-top: 0;
	padding-bottom: 0;
}
.uk-sale-uk #products .buy-button a {
	color: white;
	line-height: 30px;
}
.uk-sale-uk #pagination_wrapper a {
	color: white;
}
.uk-sale-uk #pagination_wrapper a:before {
	color: white;
}
.uk-sale-uk #footer {
	border-top: 6px solid #78B7F4;
}
.uk-sale-uk #footer .logo {
	top: -123px;
	left: 65px;
}
.uk-sale-uk #footer .modal-content .btn-modal-orange {
	color: white;
}
.uk-sale-uk .pull-down-logo + div #footer .logo {
	top: 9px;
}
.uk-sale-uk .pull-down-logo + div #footer .align-credit {
	padding-left: 100px;
}
/*
 * UK-SALE-UK STYLES - end
 */


/*
 * PRIX-CASSES STYLES - start
 */
#header-homepage .form-control {
	width: 400px;
}
#sidebar .view-categories .dropdown-sidebar {
	width: 140px;
}
#search {
	min-height: 132px;
}
/*
 * PRIX-CASSES STYLES - start
 */