  @font-face {
	font-family: "Compo";
	src: url("/catalog/view/theme/default/fonts/Compov2.otf");
  }


 /* @font-face {
	font-family: "Raleway";
	src: url("/catalog/view/theme/default/fonts/Raleway/Raleway-VariableFont_wght.ttf") format('truetype');
  }

  @font-face {
	font-family: "Nunito";
	src: url("/catalog/view/theme/default/fonts/Nunito/Nunito-VariableFont_wght.ttf") format('truetype');
  }

  @font-face {
	font-family: "PoiretOne";
	src: url("/catalog/view/theme/default/fonts/PoiretOne/PoiretOne-Regular.ttf") format('truetype');
  }

  @font-face {
	font-family: "Montserrat";
	src: url("/catalog/view/theme/default/fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format('truetype');
  }

  @font-face {
	font-family: "Mulish";
	src: url("/catalog/view/theme/default/fonts/Mulish/Mulish-VariableFont_wght.ttf") format('truetype');
  }

  @font-face {
	font-family: "Mulish";
	src: url("/catalog/view/theme/default/fonts/Mulish/Mulish-VariableFont_wght.ttf") format('truetype');
  }*/

  @font-face {
	font-family: "NunitoSans";
	src: url("/catalog/view/theme/default/fonts/Nunito_Sans/NunitoSans-Light.ttf") format('truetype');
  }

body {
	font-family: 'NunitoSans', 'Open Sans', sans-serif;
	font-weight: 400;
	color:  #444;
	font-size: 16px;
	/*line-height: 20px;*/
	line-height: 1.4;
	width: 100%;
	margin-top: 60px;
	background: #fff;
	font-variant-numeric: lining-nums;
}

.home_header {
	text-align: center;
    padding: 10px 20px;
}

.home_header h1 {
	margin-top: 10px;
}

.logo_text{
    font-family: Compo;
    font-size: 40px;
    color: #6e6e6e;
    text-decoration: underline;
	line-height: 1;
}

a:active{
	text-decoration: none;
}

.category_mini_box a:hover {
    color: inherit;
}

.fa-home::before {
	content:"M";
	font-family: Compo;
	font-size: 20px;
	color: #4a8cbf;
	text-decoration: underline;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border-top: 1px solid #f3f3f3 ;
}

#tab-specification td{
	border: 0px !important;
	position: relative;
	vertical-align: bottom;
	width: 50%;
}

/*#tab-specification tbody tr:hover td:first-child:after {
	background-color: #4a8cbf;
}*/

#tab-specification tbody tr td:first-child:after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;
    width: 93%;
    display: block;
    height: 1px;
    position: absolute;
    left: 7%;
    bottom: 0.4em;
    z-index: -1;
}

.list_specification{
	/*column-count: 2;
	column-fill: auto;
	min-height: 900px;*/	

}

.group_specification{
	min-width: 350px;
}

.group_specification:not(:last-child){
	margin-bottom: 15px;
}

.group_specification_name{
	margin-bottom: 2px;
}

.item_specification_name > div{
	background-color: #fff;
	display: inline;
}

.item_specification {
	clear: both;
}

.item_specification > div {
    width: 48%;
	padding: 5px;
	display: inline-block;
}

.item_specification_name{
	position: relative;
}

#tab-review{
	max-width: 900px;
}


.item_specification_name:after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;
    width: 100%;
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
	padding: inherit;
}

button .fa {
	font-size: 16px !important;
}


a:hover{
	color: #4A8CBF;
}

#compare-total, #wishlist-total{
	position: relative;
}

#compare-total .top_text , #wishlist-total .top_text{
	position: absolute;
	right: -3px;
	top: -1px;
	width: 1.5em;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.container{
	max-width: 1400px !important;
	width: 100% !important;
}

/*@font-face {
	font-family: "Venus";
	src: url("/catalog/view/theme/default/fonts/venus.ttf") format('truetype');
  }

  @font-face {
	font-family: "Pragmatica";
	src: url("/catalog/view/theme/default/fonts/Pragmatica.ttf") format('truetype');
  }
*/


.pagination > li > a, .pagination > li > span {
	border: none;
	border-radius: 4px !important;
}

.pagination .page_first, .pagination .page_prev , .pagination .page_next , .pagination .page_last{
	font-family: "FontAwesome";
}

.pagination .page_first:before{
	content: "\f100";
}

.pagination .page_prev:before{
	content: "\f104";
}

.pagination .page_next:before{
	content: "\f105";
}

.pagination .page_last:before{
	content: "\f101";
}

h1, h2, h3, h4, h5, h6 {
	/*color: #4a4a4a;*//*#7c7878;*/
	/*font-weight: 600 !important;*/
	line-height: 1.3;
	font-weight: 400 !important;
}

/*#common-home h2{
	padding-top: 30px;
	padding-bottom: 18px;
}*/

.home_header h1{
	font-size: 30px;
}

#common-home #content > .AScrollerBox , #common-home #content > .home_categories{
    margin: 40px 0;
}

.product_right h1{
	font-weight: 300 !important;
	font-size: 30px;

}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 35px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}/*
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}*/

/*.h1, .h2, .h3, h1, h2, h3 {
    padding-top: 20px;
    padding-bottom: 10px;
}*/

a {
	/*color: #23a1d1;
	color: #4A8CBF;
	color: #6C6C6C;*/
	/*color: #4a4a4a;*/
	/*color: #282828;*/
	/*color: #363d44;*/
	color: #444;
	font-weight: 400;

}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}


.form-control {
	border-radius: 2px;
	-webkit-box-shadow: inset 0px 2px 8px rgba(0,0,0,.075);
	box-shadow: inset 0px 2px 8px rgba(0,0,0,.075);
	border: unset;
	border-bottom: 1px solid #ccc;
  }


/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #fff;
	/*border-bottom: 1px solid #eee;*/
	padding: 8px 0px ;
	margin: 0 0 20px 0;
	height: 60px;
	position: fixed;
	top: 0px;
	z-index: 100;
	width: 100%;
	box-shadow: 0 2px 12px #dddddd;/*#b9b9b9;*/
}
#top .container {
	padding: 0 10px;
}

#top .fa{
	font-size: 22px;
	line-height: 0;
	width: 20px;
    text-align: center;
}

button svg {
	vertical-align: middle;
}

#top svg{
	width: 20px;
	height: 20px;
	fill: #7e7e7e;
}

#top a:hover svg{
	fill: #4a4a4a;
}

#top .container /*> div*/ {
	white-space: nowrap;
	
}

#top .container > div{
	float: left;
	padding: 0;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a,  #top_links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a: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;
	text-align: right;
}
#top-links a + a {
	/*margin-left: 15px;*/
}

#top-links li{
	margin: 0 10px;
}
/* logo */

#logo > a{
	margin: 2px auto;
	display: inline-block;
}

#logo {
	margin: 3px 0;
	text-align: center;
}

#logo h2{
	/*padding: 11px 0 !important;*/
	margin: 0;
}

#logo h2{
	font-size: 38px !important;
	font-family: "Compo";
	line-height: 33px;
}

#logo h2 a{
	color: #4A8CBF;
	padding: 0 15px;
	text-decoration: underline;
}


/* search */
#search {
	margin-bottom: 0 !important;
	position: relative;
}

#search {
	/*width: 50%;*/
	max-width: 80%;
	width: 100%;
}

#box_search_top input{
	width: 100%;
	border-bottom: 1px solid #ebebeb !important;
	position: absolute;
	right: 0;
}

#content button.added{
	color: #23a1d1;
	color: #4A8CBF;
}

#product-compare #content tbody tr:first-child td:first-child div{
	width:150px;
}

#product-compare #content tbody tr:first-child a{
	width: 250px;
	display: block;
}


.list-inline li:nth-child(1) {
	width: 48% !important;
}

.list-inline li:nth-child(2), .list-inline li:nth-child(3) {
	width: 20% !important;
}

#top-links i{
	font-size: 16px;
}

.products_related .product-thumb, .products_last_viewed .product-thumb{
	width: 250px;
	font-size: 15px;
	margin: 10px;
	height: unset;
	background-color: #fff;
}

/*.products_related{
	padding: 25px;
}*/

.products_related > *{
	padding: 10px;
}

#box_search_top input, #search button {
	border: unset;
	padding: 9px;
}

body > #box_search_top input{
	padding: 14px;
}

#search button {
	background: unset;
	padding: 10px;
	float: right;
	position: relative;
	z-index: 2;
}

#search button  svg{
	width: 24px;
	height: 24px;
}

#search button:hover svg {
	fill: #4a4a4a;
}

#top_links{
	text-align: right;
	float: right !important;
	font-size: 15px;
}

#top_links > *{
/*	float:right;*/
	margin: 0 5px;	
}

#top_links > a{
	float: right;
	display: block;
	padding: 12px;
}


#top_links ul li{
	vertical-align: middle !important;
	text-align: center;
	display: inline-block;
}

#top_links ul {
	/*margin-top: 2px !important;*/
	margin-bottom: 0 !important;
	list-style: none !important;
	white-space: nowrap !important;
	padding: 0 !important;
}

#top_links ul li a{
	padding: 12px !important;	
}

#top-links ul{
	margin: -1px 0 0 0 !important;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (max-width: 768px) {
	/*#menu .dropdown:hover .dropdown-menu {
		display: block;
	}*/

}
@media (max-width: 767px) {

	#top .fa{
		font-size: 22px !important;
	}

	#search {
		width: unset;
		display: inline;
	}
	#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;
	}
	
#search button{
	width: unset;
}

}
/* content */
/*#content {
	min-height: 600px;
}*/

#content > .row{
	margin: 30px 0;
}

#content .product_right > *{
	margin: 0 0 25px 0;
}


#content .product_right {
	float: right !important;
}
	


#review table td{
	border: none;
}

/*#review table{
	border-top: 1px solid #e2e2e2;
}*/

#review table .fa-stack{
	width: 1em;
	height: 1em;
	vertical-align: unset;
}

#content .product-content > *{
	margin: 55px 0 !important;
}
/* footer */
footer {
	/*margin-top: 30px;*/
	padding-top: 20px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #4a4a4a;  /*#666;*/
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */

.breadcrumb a, .breadcrumb li:last-of-type{
	color: unset;
	padding: 4px 15px;
	display: inline-block;
}

.breadcrumb li:last-of-type{
	color: #818181;
}
.breadcrumb {
	margin: 10px 0;
	background: inherit !important;
	overflow: auto;
	font-size: 16px;
	padding: 5px 0 !important;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:not(:last-of-type):after {
	font-family: 'Compo';
    content: "\2014";
    display: block;
    position: absolute;
    top: 2px;
    right: -6px;
    font-size: 18px;
}

/*.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;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	/*border: 1px solid #cccccc;*/
	border-radius: 4px;
	/*box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
	background-color: /*#f1f1f1;*/ transparent;
	color: #888888;
	line-height: 0;
}

.btn.active {
	color: #4a8cbf;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
    overflow: auto;
    border-radius: 0px;
    height: 100%;
    position: relative;
	padding: 20px 0;
}

.product-thumb a {
	font-weight: bold;
}

.offers_cen{
	font-size: 14px;
}

.product-thumb:hover {
	box-shadow: 0 0px 10px rgb(201, 201, 201);
}
.product-thumb .image {
	text-align: center;
	z-index: 2;
	/*padding: 15px;*/
}
.product-thumb .image a {
	display: flex;
	align-items: center;
	margin: 5px auto;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
/*.product-grid */.product-thumb .image {
	float: none;
	position: relative;
}
@media (min-width: 767px) {

.product-list .product-thumb .image {
	float: left;
	padding: 15px;
}


}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 10px 20px;
	/*min-height: 210px;
	display: flex;*/
	flex-wrap: wrap;
    flex-direction: column;
	justify-content: flex-start;
}

.product-grid .mini_name_attr {
	display: none;
}

.product-grid .product_attributes > div {
	display: inline;
}

.product-grid .product_attributes > div:not(:last-of-type):after {
	content: ", ";
}

.product-list .mini_name_attr {
    color: #787878;
}

.product-layout.product-list.col-xs-12 .mini_description{
	position: relative;
    /* margin-left: 230px; */
    /*height: inherit;*/
    /*float: left;*/
}

.product-layout.product-list.col-xs-12 .product-thumb{
	padding-bottom: 10px;
}

.product-layout.product-list.col-xs-12 .offers_ceny{
	/*right: 0 ;*/
	left: unset;
	/*margin-left: 245px;*/
	position: static;
}

.product-thumb .caption p{
	margin: 5px 0 10px !important;
}

/*.product-thumb .mini_description {
    padding-bottom: 4em;
    position: relative;
}*/

.product-thumb .offers_ceny {
    /*position: absolute;*/
    padding: 5px 20px 0;
    /*bottom: 0;
    left: 0;*/
}

.product-thumb .caption p:not(.price) {
    margin: 10px 0 !important;
    min-height: 5em;
}
/*
.product-list .product-thumb .caption {
	margin-left: 230px;
}*/

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	/*min-height: 210px;*/
	padding: 0 10px;
}
}
@media (max-width: 767px) {

#content .product_right{
	margin-top: 40px;
	float: none !important;
}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}

}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
	vertical-align: middle;
}
.rating .fa-star-o, label.set_rating:before {
	color: #999;
	font-size: 17px;
}
.rating .fa-star {
	color: #444;
	font-size: 17px;
}
.rating .fa-star + .fa-star-o {
	color: #444;
}

.product_right .rating{
	display: inline-block;
	padding: 7px;
}

/* set rating */ 

label.set_rating > input {
	display: none;
}

label.set_rating {
	cursor: pointer;
}

label.set_rating.rating_checked:before, label.set_rating.rating_hover:before{
	font-family: "FontAwesome";
	content: "\f005";
}

label.set_rating:before{
	font-family: "FontAwesome";
	content: "\f006";
} 

h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	font-size: 18px;
	font-weight: 600;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.image_compare{
	position: relative;
}

.image_compare .button-group, .product-thumb .button-group {
	/* border-top: 1px solid #ddd; */
    /* background-color: #eee; */
    overflow: auto;
    margin: 10px 10px 0px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    /*width: 30%;*/
    background: #ffffff8c;
    border-radius: 0px 6px 0 0;
}

.image_compare .btn  svg, #product-compare .btn svg, .product_right .btn svg, .product-thumb .button-group svg{
	width:16px;
	height:16px;
	fill: #7e7e7e;
}

.image_compare .btn  svg, #product-compare .btn:not(.added):hover svg , .product_right .btn:not(.added):hover svg, .product-thumb .button-group button:not(.added):hover svg{
	fill: #4a4a4a;
}

.image_compare .btn svg, #product-compare .btn.added > svg ,.product_right .btn.added > svg, .product-thumb .button-group .added > svg{
	fill: #4A8CBF;
}



table.offer td{
	vertical-align: middle !important;
	padding: 20px 4px !important;
    text-align: center !important;

}

table.offer tr:first-child td{
	border-top: none !important;
}

table.offer tr:not( :first-child ) td{
    border-top: 1px solid #f1f1f1 !important;
}

table.offer .avail_offer{
	font-size: 12px;
	font-weight: 600;
    text-transform: uppercase;
	white-space: nowrap;
}
table.offer .avail_offer.est{
	color: #4a8cbf;
}
table.offer .avail_offer.net{
	color: #bf4a5d;
}
table.offer .price_offer{
	color: #4a4a4a;
    font-weight: 700;
    font-size: 18px;
	white-space: nowrap;
}

/*table.offer .to_offer button{
	padding: 8px !important;
    border-radius: 4px !important;
	font-size: 15px;
}*/

a.custom_button{
	text-decoration: none !important;
	color: #fff !important;
}

table.offer .image_offer img{
	max-width:120px;
	max-height: 70px;
}
.custom_button {
	background: #4a8cbf;
	color: #fff;
	/*font-size: 16px;*/
	border: none;
	padding: 9px 13px;
	/*border-radius: 0;*/
	white-space: nowrap;
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px !important;
	box-shadow: 0 0 15px #c5c5c5;
	cursor: pointer;
}

.custom_button.large {
	padding: 15px;
	width: 100%;
}

.custom_button.fit {
	width: unset;
}

.custom_button.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}


.custom_button:hover{
	box-shadow: 0 0 8px #4a8cbf;
}


/*.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: 50%;
	border: none !important;
	display: inline-block;
	float: left;
	background-color: inherit !important;
	color: #888;
	/*line-height: 38px;*/
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 20px;
	border-radius: 0;
}

.pagination > li > a {
	background-color: inherit !important;
}

.product-thumb .button-group button + button {
	width: 50%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	/*background-color: rgb(255, 255, 255);*/
	/*box-shadow: inset 0 0 10px rgb(240, 240, 240);*/
	text-decoration: none;
	cursor: pointer;
}
/*@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}*/
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.AScrollerBox{
	margin: auto;
}


.category_mini_box{
	text-align: center;
	padding: 10px;/*10px*/
	overflow: hidden;
	margin: 0;
	/*font-weight: 600;*/
}

.category_mini_box .category_mini{
	/*display: block;*/
	box-shadow: -2px 2px 8px #dddddd;/*#e8e8e8;*/
	transition: box-shadow 0.2s;
	height: 100%;
	padding: 15px;
	border-radius: 0px;/*8px*/
	display: flex;
	/*justify-content: space-evenly;*/
	align-items: center;
	justify-content: flex-start;
	/*border: 1px solid #e8e8e8;*/
	background: #fff;
}

.category_mini_box .category_mini:hover{
	/*box-shadow: 0 0px 8px rgb(201, 201, 201);*/
	box-shadow: 0 0px 8px #dddddd;
	
}


.categories_list{
	padding-bottom: 20px;
}

.products_list, .categories_list{ 
	display: flex;
	flex-wrap: wrap;
}

.AScroller .category_mini{
	width: 310px;
}

.grey_zone{
	background: #f9f9f9;
	padding: 50px 0px 30px 0;
}

.categories_list.home_categories > div{
	height: 300px;
}

.categories_list.home_categories .home_children_categories{
	scrollbar-width: thin;
}

.categories_list.home_categories .home_children_categories::-webkit-scrollbar{
	width: 8px;
    height: 8px;
    background: #f5f5f5; 
}

.categories_list.home_categories .home_children_categories::-webkit-scrollbar-thumb{
	background: #c0c0c0; 
}

.categories_list.home_categories .category_mini {
	box-shadow: unset;
}

.categories_list.home_categories > div{
	padding: 0px;
	overflow: hidden;
}

@media(min-width: 1024px){

		.categories_list.home_categories > div:not( :nth-child(4n) ){
			border-right: 1px solid #efefef;
		}

		.categories_list.home_categories > div:nth-child(n + 5) {
			border-top: 1px solid #efefef;
		}

}

@media(max-width: 1024px){

	.categories_list.home_categories > div:not( :nth-child(3n) ){
		border-right: 1px solid #efefef;
	}

	.categories_list.home_categories > div:nth-child(n + 4) {
		border-top: 1px solid #efefef;
	}

}

.header_scroller{
	min-width: 150px;
	max-width: 150px;
	text-align: start;
	display: flex;
	align-content: center;
    flex-wrap: wrap;
	padding: 10px;
	color: #444;
}

.header_scroller h2{
	font-size: 20px !important;
	/*vertical-align: middle;*/
	/*font-family: 'Compo';*/
	/*color: #4a8cbf;*/
}

@media(max-width: 746px){
	.categories_list.home_categories > div{
		border-right: unset !important;
	}
	
	.categories_list.home_categories > div:not( :first-child ) {
		border-top: 1px solid #efefef;
	}
}

/*#common-home*/ .category_mini p{
	font-size: 17px !important;
	display: inline-block;
	margin: auto;
}

.categories_list.home_categories{
	margin-top: 10px !important;
}

.categories_list.home_categories h4{
	margin-top: 0 !important;
}

.categories_list.home_categories .category_mini{
	height:inherit;
	overflow: hidden;
}

.categories_list.home_categories .home_children_categories{
	height: inherit;
	overflow: auto;
}

.categories_list.home_categories .home_children_categories{
	text-align: left;
}

.categories_list.home_categories .home_children_categories a{
	padding: 4px;
	display: block;
	clear: both;
}

.categories_list.home_categories > *:hover{
	box-shadow: 0 0 20px #ddd;
	z-index: 3;
}

.categories_list.home_categories .category_mini{
	white-space: nowrap;
	overflow: hidden;
}

.categories_list.home_categories .category_mini > *{
	width: 100%;
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: inherit;
	z-index: 1;
	white-space: normal;
	padding: 20px;
}

.categories_list.home_categories .category_mini .home_children_main{
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-width: 100%;
	cursor: pointer;
	/*border: 1px solid #f7f7f7;*/


	-moz-transform-origin: 0px ;
    -o-transform-origin: 0px ;
    -webkit-transform-origin: 0px ;
    -ms-transform-origin: 0px ;

    -webkit-transition-property: -webkit-transform, opacity, width, left , top, bottom;
    -o-transition-property: -o-transform, opacity, width, left , top, bottom;
    -moz-transition-property: -moz-transform, opacity, width, left , top, bottom;
    -ms-transition-property: -ms-transform, opacity, width, left , top, bottom;

    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

.categories_list.home_categories .category_mini .home_children_main a > *{
	margin: 20px auto !important;
}

.categories_list.home_categories .category_mini .home_children_main > *{
	margin: auto;
}

.categories_list.home_categories .category_mini{
	display: block;
}

/*.categories_list.home_categories .category_mini:hover*/ .home_children_main.active{
	top: 100% !important;
}


.products_list .product-layout{ 
	margin: 0 !important;
	padding: 0 !important;
	/*border-bottom: 1px solid #ededed;*/
}

.category_mini > *{
	margin: 5px;
}

.category_mini .mini_image{ 
	/*margin: auto;*/
	display: flex;
}

.mini_image img{
	margin: auto;
}


/*//////////////////// top menu  ////////////////////////*/

  #top .catalog{
    text-align:center;
	padding: 0;
	float: right !important;
  }

  #top .container{
    min-width: 360px;
  }

  #menu_catalog_header_toggle{
    font-size: 18px;
    cursor: pointer;
	padding: 8px 12px;
  }

  #menu_catalog_header_bar{
    position: relative;
    width: 23px;  
    display:inline-block;
    height: 16px;
  }

  #menu_catalog_header_toggle > span{
	margin-left: 10px;
	vertical-align: middle;
  }


  #menu_catalog_header_bar > div{
    width: 25px;
    height: 4px;
    background-color: #4a4a4a; /*#666;*/
    left: 0;
    position:absolute;
    -moz-transform-origin: 0px ;
    -o-transform-origin: 0px ;
    -webkit-transform-origin: 0px ;
    -ms-transform-origin: 0px ;

    -webkit-transition-property: -webkit-transform, opacity, width, left , top, bottom;
    -o-transition-property: -o-transform, opacity, width, left , top, bottom;
    -moz-transition-property: -moz-transform, opacity, width, left , top, bottom;
    -ms-transition-property: -ms-transform, opacity, width, left , top, bottom;

    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    
    border-radius: 6px;
  }

  #menu_catalog_header_toggle.open #menu_catalog_header_bar > div:nth-child(1){
    -moz-transform: rotate(45deg);  
    -o-transform: rotate(45deg);  
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 0px;
  }

  #menu_catalog_header_toggle.open #menu_catalog_header_bar > div:nth-child(2){
    opacity: 0;
  }

  #menu_catalog_header_toggle.open #menu_catalog_header_bar > div:nth-child(3){
    -moz-transform: rotate(-45deg);  
    -o-transform: rotate(-45deg);  
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  #menu_catalog_header_bar > div:nth-child(1){
    top: 0;
  }

  #menu_catalog_header_bar > div:nth-child(2){
    top: 9px;
  }

  #menu_catalog_header_bar > div:nth-child(3){
    top: 18px;
  }


  #menu_catalog_header.open{
    display: block;
  }

  #menu_catalog_header{
    display: none;
    position:fixed;
    width: 300px;
    background: #fff;
    height: 100%;
    top: 0;
    z-index: 15;
    padding-top: 60px;
  }

  menu {
	  margin:0 auto;
  }

  @media (max-width: 760px){
    #menu_catalog_header{
      width: 100%;
    }
    #menu_catalog_header{
      left: 0;
    }
  }

  #menu_catalog_header a{
    font-size: 16px;
    position: relative;
    width: 100%;
    display:inline-block;
	padding-right: 13%;
  }

  #menu_catalog_header a.has_sub_menu:after{
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 6%;
    font-size: 16px;
    color: #9b9b9b;
  }

  .open_sub_menu{
    width: 14%;
    display:inline-block;
    text-align: center;
    cursor: pointer;
    padding: 16px ;
	position: absolute;
	top:0;
	right:0;
	height: 100%;
	line-height: 1;
  }

  .open_sub_menu:hover, .close_sub_menu:hover {
    box-shadow: inset 0 0 20px #f7f7f7;
    border-radius: 5px;
  }
  
  .open_sub_menu:before{
    font-family: 'FontAwesome';
    content: "\f054 ";
    width: 100%;
	font-size: 12px;
  }

  .box_{
    height: inherit;
    overflow: auto;
    box-shadow: 0 0 4px #dfdfdf;
    scrollbar-width: thin;
  }

  .box_::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    background: #f5f5f5; 

  }

  .box_::-webkit-scrollbar-thumb{
      background: #c0c0c0; 
  }

  .category{
    width: 100%;
  }

  .pre_a{
	position: relative;
  }

  .category a{
    padding: 12px;
    display: block;
    
  }

  .category a{
	border-bottom: 1px solid #f7f7f7;
  }
  
  .category.active_category > .pre_a {
    background: #f1f1f1;
  }
  
  .sub_menu{
    padding-top: 60px;
    display: none;
    width:inherit;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 100%;
    background: #fff;
    z-index: 1;

    -moz-transform-origin: 0px ;
    -o-transform-origin: 0px ;
    -webkit-transform-origin: 0px ;
    -ms-transform-origin: 0px ;

    -webkit-transition-property: left ;
    -o-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;

    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
  }

  .sub_menu > .box_{
	padding-bottom: 50px;	
  }

  .close_sub_menu{
    padding: 15px;
     cursor: pointer;
    display: inline-block;
    width: 14%;
    vertical-align: top;
  }

  .open_link{
    padding: 16px 20px;
    /*border-bottom: 1px solid #d7d7d7;*/
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    display: inline-block;
	font-weight: bold;
    width: 84%;
  }

  .close_sub_menu:before{
    font-family: 'FontAwesome';
    content: "\f053";
	font-size: 12px;
  }

  .category.active_category > .sub_menu{
    display: block;
  }


  .sorts_title a{
	padding: 7px 5px;
	display: inline-block;
	white-space: nowrap;
	font-size: 15px;
  }

  .sorts_title a.selected_sort_DESC, .sorts_title a.selected_sort_ASC{
	color: #4A8CBF;
  }

  .sorts_title a.selected_sort_DESC:after{
	content: "\f161";
	font-family: "FontAwesome";
	font-size: 14px;
	margin-left: 5px;
  }

  .sorts_title a.selected_sort_ASC:after{
	content: "\f160";
	font-family: "FontAwesome";
	font-size: 14px;
	margin-left: 5px;
  }

  #search_drop{
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	max-height: 100%;
	text-align: left;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	font-size: 15px;
	padding: 5px;
	overflow: auto;
	transition: left 0.3s;
	z-index: 20;
  }

  #search_drop a{
	display: block;
	margin: 1px;
	padding: 6px;
  }

  #search_drop > .container > *{
	padding: 15px;
  }

  #search_drop > .container > .search_drop_products{
	clear: right;
	width: 70%;
	margin-left: 30%;
  }

  #search_drop > .container > .search_drop_categories , #search_drop > .container > .search_drop_manufacturers{
	clear: left;
	width: 30%;
	float: left;
  }

  #search_drop .search_drop_categories a , #search_drop .search_drop_manufacturers a{
	font-weight: 600;	
  }

  @keyframes loading {
	to {
		transform: rotate(360deg);
	}
  }
  
  #box_search_top.load_ajax:before{
	content: "\f1ce";
	font-family: "FontAwesome";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	font-size: 20px;
	line-height: 2;
	z-index: 2;
	text-align: center;
	animation: loading 1s linear infinite;
  }

  #search_input_top{
	  font-size: 16px;
  }

  body > #box_search_top.load_ajax:before{
	  line-height: 0;
  }

  .container.search_drop_box {
	  position: relative;
  }

 @media (max-width: 767px) {

	#search_drop > .container > *{
		width: 100% !important;
		margin: 0 !important;
	}

	#search #search_input_top{
		display: none;
	}

	#box_search_top{
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		max-height: 100%;
		transition: top 0.5s;
		z-index: 21;
	}

	#search_drop{
		display: none;
	}

	#search_drop.active{
		display: block;
	}

	body > #box_search_top.active {
		top: 40px;
		overflow-x: auto;
		display: block;
	}

	body > #box_search_top.active #search_input_top{
		position: unset;
	}

 }


/**/

#product-product .product_gallery{
	min-height: 300px;
}

#product-product .product_gallery > *:first-child{
	position: sticky !important;
	top: 60px;
}

.product-grid .product-thumb,
.product-grid .mini_description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.price_title{
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 16px;
}