/*------------------------------------
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;
}
body{
	height: 100%;
}
#home-page {
    height: calc(100% - 50px);
	position: relative;
	display: flex;
 	justify-content: center;
}
#home-page #search-section {
	align-self: center;
	display: flex;
 	justify-content: center;
}
#home-page #search-section > .container-fluid{
	align-self: center;
}

#home-page #search-section: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;
	z-index: 10;
}

#search {
	padding: 45px 0;
}

#search-form {
	margin: 0 auto;
}

#search .form-control {
	max-width: 325px;
	min-height: 100%;
	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: 0;
}

#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;
	margin-right: 25px;
}

#sidebar hr {
	display: block;
	width: 100%;
    border: 0;
    height: 1px;
    margin: 15px auto !important;
    background-color: #E0E0E0;
	/*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;
}

#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;
	/*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 */
/* 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 .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: default;
}
#products .cell.template {
	display: none;
}
#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: 100%;
	height: 180px;
	max-height: 180px;
	margin: 0 auto;
	padding: 20px;
}

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

#products .product-img img {
	margin: 0 auto;
	min-height: 100%;
	max-width: 100%;
	max-height: 140px;
	/* max-width: 140px; */
}

#products .product-title {
	height: 68px;
	margin-top: 10px;
	text-overflow: ellipsis;
	position: relative;
	overflow-y: hidden;
	overflow-wrap: break-word;
}

#products .product-title:hover{
	overflow-y: visible;
}

#products .product-title > div{
	position: relative;
	background-color: white;
}

#products .product-title > div > span{
	font-size: 14.5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: white;
}

#products .product-title:hover > div > span:first-child{
	display: none;
}

#products .product-title > div > span:last-child{
	display: none;
}

#products .product-title:hover > div > span:last-child{
	display: block;
}

#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: #9c9c9c;
	font-size: 0.8em;
}

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

#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 {
	width: 30%;
	/* height: 32px; */
	/*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;
	float: left;
}

#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;
	margin-top: 2px;
}

#products .prod_with_discount {
	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 );
	*/
	margin-left: 16px;
}

#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;
}

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

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

#bottom-description:after {
  	left: 100%;
}

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

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

#bottom-description > 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 0;
	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;
}

/*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,
#search-section:after {
	height: 50px;
}

#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 .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; 
}

/* BLACK FRIDAY DEALS - start */
#bf {
	position: absolute;
	font-family: HelveticaNeueLight;
	right: 20px;
    top: 35px;
}
#bf .no {
	display: inline-block;
    width: 72px;
    height: 72px;
    line-height: 72px;
    background-color: #FF8500;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 26px;
    vertical-align: middle;
}
#bf .text {
	display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    text-transform: uppercase;
    color: #000;
}
/* BLACK FRIDAY DEALS - end */

/* 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: 10px;
}

/* 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: 4px;
	width: 11px;
	height: 11px;
	background-image: url('../../assets/images/checkbox-smaller-gray.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sidebar .sidebar-form .checkbox input:checked + label { /* MODERN BROWSERS */
	background-position: 0 -12px;
}
#sidebar .sidebar-form .checkbox input.ckd + label { /* IE7 & IE8 FALLBACK */
	background-position: 0 -12px;
}
#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: 14px;
	height: 14px;
	background-image: url('../../assets/images/checkbox-small-green.png');
}
#sidebar .sidebar-form .checkbox input.checkbox-big-red:checked + label { /* MODERN BROWSERS */
	background-position: 0 -15px;
}
#sidebar .sidebar-form .checkbox input.checkbox-big-red.ckd + label { /* IE7 & IE8 FALLBACK */
	background-position: 0 -15px;
}

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

/*
 * rmg STYLES - start
 */

@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('../fonts/hll_____.eot');
	src: url('../fonts/hll_____.eot') format('embedded-opentype'),
		 url('../fonts/hll_____.woff') format('woff'),
		 url('../fonts/hll_____.ttf') format('truetype'),
		 url('../fonts/hll_____.svg#HelveticaNeueLight') format('svg');
}

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

.rmg {
	font-family: Helvetica;
	color: #545252;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

.rmg .product-title {
	color: #2ba6cb;
	/*text-decoration: none;*/
}

/*header*/

.rmg #header {
	border-bottom: 6px solid #F2F2F2;
	background-color: #FFFFFF;
}

.rmg #header .logo {
	top: 25px;
	left: 65px;
	width: 18%;
}

.rmg #search .form-control {
	color: rgba(0,0,0,0.75);
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 0 8px #dcdcdc inset;
	box-shadow: 0 0 8px #dcdcdc inset;
}

.rmg #submit_btn {
	margin-left: 5px;
	background: #0bf url(/public/img/search_ico.png) center center no-repeat;
	border: #09a7e0 1px solid;
	padding: 19px 22px;
	border-radius: 1px;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-ms-transition: all ease .5s;
}

.rmg #search .popular-searches {
	padding: 0 190px;
	color: #545252;
	font-family: HelveticaNeueLight;
	font-size: 1em;
	font-style: normal;
}

.rmg #search .popular-searches a {
	color: #2ba6cb;
}

/*content*/

.rmg #content .title-sale-page {
	padding: 20px 10px 0 190px;
}

.rmg #content .title-sale-page h1 {
	color: #000;
	font-family: HelveticaNeueLight;	
}

.rmg #content .title-sale-page strong.keyword_element {
	color: #00BBFF;
}

.rmg #products .cell {
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 0 8px #dcdcdc inset;
	box-shadow: 0 0 8px #dcdcdc inset;
}

.rmg #products .cell:hover {
	background: #FFF;
}

.rmg #products .product-zoom {
	top: 0px;
	left: 0px;
}

.rmg #products .product-title a {
	color: #2BA6CB;
	text-decoration: none;
}

.rmg #products .price-current {
	color: #545252;
}

.rmg #products .price-old {
	color: #545252;
}

.rmg #products .discount-price {
	color: #9FCE3D;
}

.rmg #products .buy-button {
	background: #06b4f3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#06b4f3 0,#0bf 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#06b4f3),color-stop(100%,#0bf));
	background: -webkit-linear-gradient(top,#06b4f3 0,#0bf 100%);
	background: -o-linear-gradient(top,#06b4f3 0,#0bf 100%);
	background: -ms-linear-gradient(top,#06b4f3 0,#0bf 100%);
	background: linear-gradient(to bottom,#06b4f3 0,#0bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06b4f3',endColorstr='#00bbff',GradientType=0);
	-webkit-box-shadow: 0 2px 1px #ccc;
	box-shadow: 0 2px 1px #ccc;
	min-width: 88%;
}

.rmg #products .buy-button a {
	color: white;
	line-height: 30px;
	font-size: 0.8em;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}

.rmg #products .discount_div {
	background: #9FCE3D;
}

.rmg #products .discount_div span {
	font-size: 0.8em;
}

.rmg #products .similar-products a {
	color: #03b8fa;
}
.rmg #products .search-results{
	position: relative;
	width: 100%;
	height: 100%;
}
.rmg #products .search-results .loading-background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(85, 85, 85, 0.35);
	display: none;
}
.rmg #products .search-results .loading-background > div{
	position: absolute;
	top: 50%;
	width: 100%;
}
.rmg #pagination_wrapper {
	background-color: transparent;
	font-family: HelveticaNeueLight;
}

.rmg #pagination_wrapper:after {
	background-color: transparent;
}

.rmg #bottom-description {
	background-color: transparent;
	font-family: HelveticaNeueLight;
}

.rmg #bottom-description:after {
	background-color: transparent;
}

.rmg #pagination_wrapper a {
	color: #9FCE3D;

}

.rmg #pagination_wrapper a:before {
	color: #9FCE3D;
	display: none;
}

.rmg #bottom-description > div {
	padding-bottom: 30px;
}

.rmg #bottom-description h1 {
	color: #7c7c7c;
}

.rmg #bottom-description > div {
	color: #7c7c7c;
	width: 530px;
	margin: 0;
	font-size: 90%;
}

/*sidebar*/

.rmg #sidebar .sidebar-form .label-smaller label {
	font-size: 0.9em !important;
}

.rmg .price-range-input {
	margin-bottom: 5px;
}

.rmg #sidebar {
	color: #000;
	font-family: HelveticaNeueLight;
}

.rmg #sidebar .sidebar-form .red-osn label {
	text-transform: none;
}

.rmg #sidebar .view-categories > a {
	color: #2ba6cb;
}

.rmg #sidebar .view-categories > span {
	color: #000;
	font-style: normal;
}

.rmg #sort_order {
	color: #000;
}

.rmg #sidebar .view-categories .caret {
	color: #03b8fa;
}

.rmg .btn-input .btn span:first-child {
	color: #000;
}

.rmg #sort_order {
	border: 1px solid transparent;
}

.rmg .sort-items {
	padding-left: 0;
}

.rmg .sort-items li {
	display: inline-block; zoom: 1; *display: inline;
	margin-bottom: 10px;
}

.rmg .sort-items li:last-child {
	margin-bottom: 0;
}

.rmg .sort-items li:before {
	content: "";
	display: inline-block; zoom: 1; *display: inline;
	width: 6px;
	height: 11px;
	background: transparent url(/public/img/arrow.png) no-repeat center;
	margin-right: 5px;
}

.rmg .sort-items li a {
	color: #000;
	font-size: 0.9em;
}

.rmg .sort-items li a:hover,
.rmg .sort-items li a:focus {
	color: #7c7c7c;
	text-decoration: none;
}

.rmg .sort-items li.selected a {
	color: #00BBFF;
}

/*.rmg #sidebar .view-categories .dropdown-menu {
	border: 1px solid transparent;
	display: block;
}

.rmg #sidebar .open .dropdown-toggle {
	border-color: #d3d3d3;
	-webkit-box-shadow: 0 2px 4px #dcdcdc inset;
	box-shadow: 0 2px 4px #dcdcdc inset;
}

.rmg #sidebar .open .dropdown-menu {
	border-color: #d3d3d3;
	-webkit-box-shadow: 0 -2px 4px #dcdcdc inset;
	box-shadow: 0 -2px 4px #dcdcdc inset;	
}

.rmg  #sidebar .view-categories .dropdown-menu > li > a {
	color: #000;
}

.rmg .dropdown-menu > li > a:hover,
.rmg .dropdown-menu > li > a:focus {
	background-color: #F2F2F2;
}

.rmg #sidebar .dropdown-menu > li:last-child {
	padding-bottom: 2px;
}*/

.rmg #sidebar .sidebar-form .form-group span {
	color: #000;
	font-style: normal;	
}

.rmg #sidebar #param-minPrice,
.rmg #sidebar #param-maxPrice {
	border: 1px solid #d3d3d3;
	color: #000;
}

.rmg #sidebar #param-minPrice {
	display: inline-block; zoom: 1; *display: inline;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 0 8px #dcdcdc inset;
	box-shadow: 0 0 8px #dcdcdc inset;
	margin-bottom: 10px;
	width: 70%;
}

.rmg #sidebar #param-maxPrice {
	display: inline-block; zoom: 1; *display: inline;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 0 8px #dcdcdc inset;
	box-shadow: 0 0 8px #dcdcdc inset;
	width: 70%;
}

/*.rmg #sidebar .left-arrow .left-arrow-gray {
	border-right-color: #545252;
}*/

/*.rmg #sidebar .right-arrow .right-arrow-gray {
	border-left-color: #545252;
}*/

.rmg #sidebar .sidebar-form #apply_price_range {
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 0 8px #dcdcdc inset;
	box-shadow: 0 0 8px #dcdcdc inset;
	color: #545252;
}

.rmg #apply_price_range:hover,
.rmg #apply_price_range:focus,
.rmg #apply_price_range:active {
	background-color: #F2F2F2;
}

.rmg #apply_price_range:focus {
	outline: 0;
	outline-offset: 0;
}

.rmg #sidebar .sidebar-form .red-osn label {
	color: #9FCE3D;
}

.rmg #sidebar .checkbox-filters > h4 {
	color: #2ba6cb;
}

.rmg #sidebar .btn-more-filters {
	color: #000;
}

.rmg #sidebar .sidebar-form .caret {
	color: #03B8FA;
}

.rmg #sidebar .checkbox-filters > h4 {
	padding-left: 25px;
}

.rmg #sidebar .sidebar-form .caret {
	margin-left: 0;
}

.rmg #sidebar .btn-more-filters {
	margin-left: 7px;
}

/*footer*/

.rmg .footer-content-wrapp {
	width: 980px;
	margin: 0 auto;
	padding: 40px;
}

.rmg .footer-content-wrapp h3 {
	background: url("/public/img/footer_line.jpg") repeat-x left bottom;
	font-size: 1.1em;
	padding-bottom: 8px;
	margin-right: 30px;
	color: #7c7c7c;
}

.rmg #footer {
	border-top: 4px solid #8c8c8c;
	-webkit-box-shadow: 0 -3px 6px #acacac;
	box-shadow: 0 -3px 6px #acacac;
	background-color: #EFEFEF;
	width: 100%;
}

.rmg .footer-float-list {
	float: left;
	width: 50%;
	padding-left: 18px;
	padding-top: 8px;
}

.rmg .footer-float-list li {
	font-size: 1em;
	padding: 5px 0 5px 10px;
}

.rmg .footer-float-list li a {
	color: #7c7c7c;
}

.rmg .footer-float-list li a:hover {
	text-decoration: none;
	color: #4d4d4d;
}

.rmg .credit-ar {
	margin-top: 16px;
	color: #7c7c7c;
	font-size: 0.8em;
}

.rmg .credit-ar a {
	color: #7c7c7c;
}

.rmg .credit-ar a:hover,
.rmg .credit-ar a:focus {
	text-decoration: none;
	color: #4d4d4d;
}

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

.rmg #footer .bullet {
	width: 8px;
	height: 8px;
}

.rmg .footer-space {
	color: #CCC;
	padding: 0 5px;
}

/*categories page*/

.rmg #content-categ .title-categ-page h1 {
	color: #545252;
}

.rmg #content-categ .categ-inner {
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.rmg #content-categ .categ-inner a:first-child {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#fff 0,#f2f2f2 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);
	background: -o-linear-gradient(top,#fff 0,#f2f2f2 100%);
	background: -ms-linear-gradient(top,#fff 0,#f2f2f2 100%);
	background: linear-gradient(to bottom,#fff 0,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f2f2f2',GradientType=0);
	border-bottom: 1px solid #dfdfdf;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #545252;
	text-transform: uppercase;
	font-weight: normal;
}

/*.rmg #content-categ .categ-inner a:hover {
	text-decoration: none;
	color: #A5A4A4;
}*/

.rmg #content-categ .categ-inner a {
	color: #222;
}

.rmg #content-categ .btn-all-products {
	color: #545252;
}

/*.rmg #content-categ .btn-all-products:hover {
	text-decoration: none;
	color: #222;
}*/

.rmg #content-categ .btn-all-products:before {
	color: #00BBFF;
}

/*category page*/

.rmg #content .title-sale-page a {
	color: #2ba6cb;
}

.rmg #sidebar .categories_wrapper > a {
	color: #2ba6cb;
}

.rmg .categories_wrapper .category_anchor {
	color: #545252;
}

.rmg .category-page #pagination_wrapper {
	background-color: #F2F2F2;
}

.rmg .category-page #pagination_wrapper:after {
	background-color: #F2F2F2;
}

/*homepage*/

.rmg #header-homepage #search {
	padding: 50px 0 25px;
}

.rmg #header-homepage #search-form {
	width: 431px;
}

.rmg #header-homepage .logo {
	margin-top: 100px;
	width: 100%;
}

.rmg #header-homepage #submit_btn {
	padding: 29px;
}

/*
 * rmg STYLES - end
 */


.rmg .logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* width: 336px; */
}
.rmg .logo img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.rmg .logo.regular-logo img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 125px;
}
#home-page .logo img{
	margin-left: auto;
	margin-right: auto;
	max-height: 350px;
	max-width: 550px;
}

#search-results #search-section .logo img{
	max-height: 100%;
	max-width: 100%;
}
#search-results #search-section > .container-fluid > *{
	display: inline-block;
	vertical-align: top;
}
#search-results #search-section #search{
	width: 82%;
	margin-left: 15%;
}
#search-results #search-section .logo{
	width: 15%;
	margin-left: initial;
	margin-right: initial;
}
.normal-page #search-section .container-fluid > *{
	display: inline-block;
	vertical-align: top;
}
.normal-page #search-section #search{
	width: 82%;
}
.normal-page #search-section .logo{
	width: 15%;
	margin-left: initial;
	margin-right: initial;
}
.content .title-sale-page h1{
	margin-left: 5px;
	margin-right: auto;
	font-size: 1rem;
}
#home-page #search .form-control {
	width: 365px;
	min-height: 100%;
	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;
}
#home-page #search #submit_btn {
	margin-left: 5px;
	background: #0bf url(/public/img/search_ico.png) center center no-repeat;
	border: #09a7e0 1px solid;
	padding: 30px 30px;
	border-radius: 1px;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-ms-transition: all ease .5s;
}
.contact-us-content > .feedback-form > .form-group{
	margin-bottom: 25px;
}
.contact-us-content > .feedback-form > .form-group:first-child{
	border: 1px solid #ced4da;
	padding: 8px;
}
.contact-us-content > .feedback-form > .form-group:first-child .textarea-mess > p{
	line-height: 25px;
}
/* Tooltip container */
.new-tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.new-tooltip .new-tooltiptext {
	visibility: hidden;
	width: 350px;
	background-color: grey;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Tooltip text */
.new-tooltip .new-tooltiptext.top {
	bottom: 150%;
	left: 10%;
	margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.new-tooltip:hover .new-tooltiptext {
	visibility: visible;
}


/**
* saver.shopping design
*/
#search-section #search #submit_btn {
	background-color: #009F50;
	border: #007239 1px solid;
}
.rmg #products .product-inner .btn.btn-default.buy-button{
	background-color: #009F50;
}
.rmg #products .product-inner .btn.btn-default.buy-button {
	background: -moz-linear-gradient(top,#009249 0,#009F50 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#009249),color-stop(100%,#009F50));
	background: -webkit-linear-gradient(top,#009249 0,#009F50 100%);
	background: -o-linear-gradient(top,#009249 0,#009F50 100%);
	background: -ms-linear-gradient(top,#009249 0,#009F50 100%);
	background: linear-gradient(to bottom,#009249 0,#009F50 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009249',endColorstr='#00bbff',GradientType=0);
}
.rmg #products .product-inner .btn.btn-default.buy-button.btn-outline{
	background: transparent;
	border: 2px solid #1AC2FF;
	box-shadow: none;
	border-radius: 8px;
}
.rmg #products .product-inner .btn.btn-default.buy-button.btn-outline > .discount_div{
	margin-top: -2px;
	margin-left: -22px;
	margin-bottom: -2px;
	height: 35px;
	background-color: white;
	border: 2px solid #9FCE3D;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.rmg #products .product-inner .btn.btn-default.buy-button.btn-outline > .discount_div *{
	color: #9FCE3D;
}
.rmg #products .product-inner .btn.btn-default.buy-button.btn-outline > *{
	color: #1AC2FF;
}
.rmg #products .product-title {
    color: #009F50;
}
.rmg #products .similar-products a {
    color: #009F50;
}
.rmg .sort-items li.selected a {
    color: #009F50;
}
.search-results > .product-wrapper{
	margin-left: 18px;
}
/* #home-page .logo > img{
	width: 100%;
} */

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

@media only screen and (max-width: 1100px) {
	/* BLACK FRIDAY DEALS - start */
	#bf {
		top: 17px;
	}
	#bf-td {
		width: 200px;
		text-align: center;
	}
	/* BLACK FRIDAY DEALS - end */
}
.responsive-row{
	display: none;
}
.desktop-row{
	display: block;
}
@media only screen and (max-width:500px) {
	#search-form .form-control{
		width: 150px;
	}
}
@media only screen and (max-width:980px) {

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

	#products .cell {
		min-width: 220px;
	}

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

	#products .product-img {
		height: 160px;
		line-height: 1;
	}
	#products .responsive-row > .cell{
		width: 150px;
	}
	#products .responsive-row{
		display: block;
	}
	#products .desktop-row{
		display: none;
	}

}
@media (min-width: 992px) {

	.rmg #sidebar {
		margin-bottom: 50px;
		width: 190px;
	}
	#search-results > div > *{
		display: inline-block;
		vertical-align: top;
	}
	#search-results .navbar.navbar-expand-lg{
		width: 260px;
	}
	.rmg #products {
		/* padding: 10px 35px 0 280px; */
		width: calc(100% - 280px);
	}
}
@media (max-width: 992px) {

	.rmg #search-results #products {
		padding: 10px 30px 0px 10px;
	}
	#products .cell {
		min-width: 200px;
	}
	#search-results #search-section .logo{
		width: 100%;
	}
	#search-form .form-control{
		width: 45%;
	}
	#search-results #search-section #search{
		width: 100%;
	}
}
@media only screen and (min-width:992px) and (max-width:1268px) {

	#products .cell {
		min-width: 150px;
	}

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

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

}

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

	#products .cell {
		min-width: 150px;
	}

}

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

	#products .cell {
		width: 250px;
	}

}

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

	#products .cell {
		width: 12.06%;
	}

}

@media only screen and (min-width:1921px) {

	#products .cell {
		width: 8.59%;
	}

}
/* @media only screen and (max-height: 574px) {
	#home-page #search-section div.container-fluid{
		width: 80%;
	}
} */
#search-results #search {
	margin-left: 25%;

}
#search-results #search-section {
	height: 125px;
}
#search-results #search-section > div{
	position: relative;
	height: 100%;
}
#search-results #search-section > div > .logo{
	position: absolute;
	top: 50%;
	height:100%;
    transform: translateY(-50%);
	z-index: 10;
}
#search-results #search-section > div > .logo > img{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 992px) {
	#search-results #search-section > div{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	#search-results #search-section > div > .logo,
	#search-results #search-section > div > .logo img{
		position: static;
		/* top: 50%; */
		transform: none;
	}
	#search-results #search-section > div > #search{
		position: static;
		/* top: 50%; */
		transform: none;
	}
}
.spinner-text{
	top: -35px;
	position: absolute;
	text-shadow: 2px 2px 8px #000;
	font-weight: bold;
}
#home-page #search-section #search form#search-form > .form-group > .input-group.d-flex{
	justify-content: center!important;
}