/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #16181C; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #6DC4E8; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #59a7c6; 
}
.header-bottom{
	padding: 10px 0;
}
#search_widget form input{
	background-color: transparent;
	border: 1px solid #adadad;
}
.layout_layout1 .ets_mm_megamenu_content{
	background: #16181C !important;
}
.layout_layout1 .mm_menus_li{
	border: 0 !important;
}
.header-icons{
	padding: 10px 0;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #ebebeb;
}
.header-icons p{
	margin:0 !important;
}
/*.header-icons .col-xs-12{
	justify-content: center;
}*/
.header-icon{
	float:left;
	font-size: 40px;
}
.breadcrumb__wrapper{
	border-bottom: 1px solid #16181C;
	background-color: #16181C;
	color: #fff;
}
#search_widget{
	width: 100%;
}
.product__description-short table td{
	padding: 5px !important;
}
.product__description-short table td, .product__description-short table tr, .product__description-short table{
	border-color: #16181C !important;
}
.product-reference{
	font-size: 0.9rem !important;
}
.mobile_top_header{
	padding: 10px;
	background-color: #16181C;
	color: #fff;
}
.mobile_top_header a{
	color: #fff !important;
}
.mobile_top_header .mobile_top_header_left{
	text-align: left;
}
.mobile_top_header .mobile_top_header_right{
	text-align: right;
}
#zolanguage-wrapper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	max-width: 278px;
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: #fff;
	padding: 20px;
	z-index: 100;
}
.zolanguage-close{
	padding: 0 0 20px 0;
}
#zolanguage-wrapper .active{
	text-decoration: underline;
}
.mm_menus_ul li:nth-last-child(2)
{
	position: absolute;
	right: 0;
}
.zomobile-main{
	padding: 5px 0;
}
.zomobile-search #_desktop_search{
	width: 100% !important;
	padding: 5px;
}
.wishlist-mobile, .cart-mobile, .custsignin-mobile {
	justify-content: center;
}
.wishlist-mobile a i, .cart-mobile a i, .custsignin-mobile a i{
	font-size: 2rem;
}
.footer-stores li{
	margin-bottom: 10px;
}
#scrolltotop{
    max-width: 24px;
    position: fixed;
    bottom: 30px;
    right: 130px;
    z-index: 9999;
    display: none;
}
#scrolltotop img{
    width: 24px;
}
#viber{
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
}
.product__description {
	height: 300px;
    max-height: 300px;
    overflow-y: scroll;
}
.facet.accordion-item .accordion-collapse.collapse.show{
	overflow-y: auto;
    max-height: 300px;
    margin-bottom: 20px;
}
.facet_search_wrap{
	padding: 0 5px 0 0;
}