/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/*WOO NOTICE COLOR*/
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #D1775B;
}
/*header color*/
.site-header{
	  background-color: #372b2b;
}
/*HEADER UNSET DEFAULT WIDTH*/
header > .col-full {
  max-width: unset;
}
/*nav dropdown color*/
.site-header-cart .widget_shopping_cart, .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
    background-color: #372b2b;
}
/*footer color*/
@media screen and (min-width: 640px) {
#colophon{
	padding-bottom:0px;
}
div.site-info{
	padding-bottom:0px;
}
}
.site-footer {
    background-color: #372b2b;
}
/*poruci po svojoj meri
form settings */
#wpcf7-f1394-p1329-o1 input, textarea{
	border-radius:5px;
}

.woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: 1em;
    visibility: hidden;
}
/*navigation menu 1*/
.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover {
    color: white;
}

.main-navigation ul li a:hover{
	color:#E07E60;
}

a.cart-contents, .site-header-cart .widget_shopping_cart a {
    color: #dedede;
}
#design-cast {
position: relative;
overflow: hidden;
}
.member {
    float:left;
    width:31.33%;
    margin:1% 1% 1% 1%;
}
.name {
    position:absolute;
    bottom:0px;
}
.member img {
    width: 100%;
    display: block;
}
/*woocommerce checkout form*/
.form-row.woocommerce-validated input.input-text {
     box-shadow: none;
}
/*lighten cart cout @mobile*/
.storefront-handheld-footer-bar ul li.cart .count, button.menu-toggle:after, button.menu-toggle:before, button.menu-toggle span:before {
    background-color: #eee;
}
/*footer font size*/
.kontakt{
	font-size:14px;
}
.footer-widgets{
	border:none;
}
/*mobile styles*/
.site-header, .secondary-navigation ul ul, .main-navigation ul.menu > li.menu-item-has-children:after, .secondary-navigation ul.menu ul, .storefront-handheld-footer-bar, .storefront-handheld-footer-bar ul li > a, .storefront-handheld-footer-bar ul li.search .site-search, button.menu-toggle, button.menu-toggle:hover {
    background-color: #372b2b;
}
button.menu-toggle, button.menu-toggle:hover {
    border-color: #d2d0d0;
}
/*woocommerce header messages*/
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments{
	display: none;
}