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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .tm-toolbar {  
    background: none repeat scroll 0 0 #ffffff;  
}

body
	{ background: #fff; 
}

.uk-tab > li > a {
    display: block;
    padding: 8px 12px;
    border-width: 0px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    border-style: solid;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
    border-color: transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: #8B8E97;
    text-decoration: none;
}

.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
width: auto !important;
}

.tm-isblog .uk-breadcrumb {  
    padding-top: 5px;  
}

.uk-button{
    -webkit-border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
}

.uk-border-borgo {
	-webkit-border-radius: 0px 40px 0px 40px;
	-moz-border-radius: 0px 40px 0px 40px;
	border-radius: 0px 40px 0px 40px;
}
.uk-icon-star:before {  
color: #03C;  
} 

.uk-icon-wheelchair:before {  
background: url('http://borgo.com/images/IconFixedSeating13x16.png');  
color: transparent;  
} 


.uk-icon-language:before {  
background: url('http://borgo.com/images/IconCorporate13x16.png');  
color: transparent;  
} 

.uk-icon-child:before {  
background: url('http://borgo.com/images/IconHospitality13x16.png');  
color: transparent;  
} 

.uk-icon-eraser:before {  
background: url('http://borgo.com/images/IconHealthcare13x16.png');  
color: transparent;  
}

.uk-icon-lemon-o:before {  
background: url('http://borgo.com/images/IconMapleLeaf13x16.png');  
color: transparent;
}    

/*  
 * Hover  
 * 1. `uk-hover` to support touch devices  
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier  
 */  
.uk-overlay:hover .uk-overlay-caption,  
.uk-overlay.uk-hover .uk-overlay-caption,  
.uk-overlay-toggle:hover .uk-overlay-caption,  
.uk-overlay-toggle.uk-hover .uk-overlay-caption {  
  opacity: 1;  
}  
.uk-overlay {  
  overflow: hidden;  
}  
.uk-overlay img {  
  -webkit-transition: all 0.6s ease-in-out;  
  transition: all 0.6s ease-in-out;  
  -webkit-transform-origin: bottom left;  
  transform-origin: bottom left;  
}  
.uk-overlay:hover .uk-overlay-area {  
  left: 0;  
}  
.uk-overlay:hover img {  
  -webkit-transform: scale(1.2) translate(-20px);  
  transform: scale(1.2) translate(-20px);  
}

.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5em;
  background: #ffffff;
}

.woocommerce input[type="submit"], .woocommerce-page input[type="submit"]{
    padding: 0px 10px;
        padding-top: 0px;
        padding-right-value: 12px;
        padding-bottom: 0px;
        padding-left-value: 12px;
        padding-left-ltr-source: physical;
        padding-left-rtl-source: physical;
        padding-right-ltr-source: physical;
        padding-right-rtl-source: physical;
    line-height: 25px !important;
    min-height: 10px;
    background: none repeat scroll 0% 0% #bcbec0;
        background-color: #bcbec0;
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 0px -1px rgba(60, 60, 60, 0.1) inset;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    transition: background-color 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: auto;
	margin-right: 2%
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
    display: block;
    height: auto;
    box-sizing: border-box;
    width: 250px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: auto;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
width: 75%;
/* height: auto; */
/* display: inherit; */
margin: 0 0 -6px;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
-webkit-transition: all ease-in-out .2s;
-moz-transition: all ease-in-out .2s;
-o-transition: all ease-in-out .2s;
transition: all ease-in-out .2s;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
padding: 0;
margin: 0;
font-size: 1em;
line-height:35px;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
font-size: 1em;
color: rgba(145,145,145,0.5);
margin: -200px 0 0 0;
}

.related.products {
display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: left;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    flex: 0 0 auto;
    width: 20%;
    margin: 0px 0px 35px !important;
        margin-top: 0px;
        margin-right-value: 0px;
        margin-bottom: 35px;
        margin-left-value: 0px;
        margin-left-ltr-source: physical;
        margin-left-rtl-source: physical;
        margin-right-ltr-source: physical;
        margin-right-rtl-source: physical;
    padding-left: 35px !important;
    box-sizing: border-box;
    float: left;
}

.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del {
font-size: 1em;
color: rgba(145,145,145,0.5);
}

.orderby {
display: none !important;
}

.woocommerce .widget_product_search input[type="submit"], .woocommerce-page .widget_product_search input[type="submit"] {
    margin-top: 5px;
	float: right;
	-webkit-border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
}
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
    color: #FC4513;
}