/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */



/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/*Home product cats*/
.home-product-categories ul.products li.product-category a{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
.home-product-categories ul.products li.product-category a .uk-cover-background{
 	height:100%; 
  position: relative;
  overflow:hidden;
}

.home-product-categories ul.products li.product-category img{
    position: absolute;
    height: 100% !important;
    width: auto !important;
  	
    max-width: none !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

 a:hover, 
 .uk-link:hover {
    text-decoration: none;
	color:#FFFFFF;
}
.tm-headerbar:not(.tm-headerbar-overlay) {
    position: relative;
    z-index: 1001;
    background: #ffffff;
}
.uk-navbar {
    background: rgb(255, 255, 255);
    color: #2f2f2c;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
}
.tm-navbar {
    background: #ffffff;
}
.uk-overlay-background {
    background: rgba(0,0,0,0.3);
}
.tm-headerbar-overlay .tm-logo-wrapper .tm-logo {
    padding: 15px 30px;
    background: transparent;
}
.tm-headerbar-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: none;
}
.uk-nav-navbar > li > a:hover, 
.uk-nav-navbar > li > a:focus{
    text-decoration: none;
}
.uk-navbar-nav > li > a:active::before, 
.uk-navbar-nav > li > a:active::after {
    content: none;
}
.uk-navbar-nav > li.uk-active > a::before,
.uk-navbar-nav > li.uk-active > a::after{
    height: 1px;
}
.tm-toolbar{
    background:#000000;
    color: #FFFFFF;
    padding:3px 0;
  	
}
a, .uk-link {
    color: #bbbbbb;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}
input[type="checkbox"] {
    display: inline-block !important;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: solid #000000 2px;
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0;
}
input[type=checkbox]:checked:before, 
input[type=checkbox]:indeterminate:before {
    content: "";
    color: #000000;
    width: 7px;
    height: 7px;
    background: #000000;
    display: block;
    margin: 1px auto 0;
}
input[type="checkbox"]:focus {
  	content: "\f111";
    font-family: FontAwesome;
    outline: none;
    line-height: 0;
}
ul.berocket_aapf_widget li > span {
    cursor: default;
}
.berocket_term_depth_1 label {
    padding-left: 0!important;
}

mark {
    background: rgba(255, 255, 255, 0.0);
    color: #cccccc;
}

.uk-contrast .uk-panel-box > a:not([class]), .uk-contrast .uk-panel-box > :not([class*='uk-nav']) a:not([class]), .tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel .uk-panel-box > a:not([class]), .tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel .uk-panel-box > :not([class*='uk-nav']) a:not([class]) {
    color: #ffffff;
}

.uk-contrast .uk-panel-box > a:not([class]):hover, .uk-contrast .uk-panel-box > :not([class*='uk-nav']) a:not([class]):hover, .tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel .uk-panel-box > a:not([class]):hover, .tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel .uk-panel-box > :not([class*='uk-nav']) a:not([class]):hover {
    color: #ffffff;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0);
}

.woocommerce-page.columns-5 ul.products li.product, 
.woocommerce.columns-5 ul.products li.product {
    width: 20%;
}
.uk-navbar-nav > li > a {
    font-size: 11px;
  	text-transform: none;
}




/* WooCommerce 3.0 Gallery */
 
.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}
 
.woocommerce-product-gallery figure {
margin: 0
}
 
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}
 
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}
 
.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}
 
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}
 
.woocommerce-product-gallery img {
display: block
}
 
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}
 
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}
 
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}
 
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}
 
a.woocommerce-product-gallery__trigger {
text-decoration: none;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}
.tm-logo{
    height:100% !important;
}
.woocommerce a.button, .woocommerce-page a.button {
    background: #f8f8f9;
    color: #161616;
}
.uk-panel-box-secondary {
    background-color: #161616;
    color: #ffffff;
    border: 0px solid #161616;
}
.boxzilla {
  padding: 5px;
}
.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
    background: white;
}