/*
Theme Name: Calla
Theme URI: http://calla.elated-themes.com
Description: An Elegant WooCommerce Theme Tailored for Online Shops
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: calla
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
ul.products>.product:hover .eltdf-pl-image img {
    -webkit-filter: blur(0px);
    filter: blur(0px);

}
ul.products>.product:hover .secondary-image /*attachment-shop-catalog wp-post-image wp-post-image--secondary */
{
    opacity: 1;
}
.card-add-tovar
{
	font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.card-add-tovar:before {
    content: "\e015";
    color: green;
    font-size: 30px;
}
/*img:hover
{
border: 2px solid red;
}*/

@media screen and (max-width: 600px)
{
    .tp-caption  {color: red;}
}


.eltdf-header-cart div{display:inline-block}
.eltdf-mobile-header .eltdf-shopping-cart-holder{margin-top: -25px;}

@media screen and (max-width: 680px){
	.eltdf-mobile-header{    margin: 0 15px}
	.eltdf-mobile-header .eltdf-mobile-header-inner{height: 90px;}
	.eltdf-mobile-header .eltdf-position-center-inner{margin-top: 5px;}
	.eltdf-mobile-header-holder{    display: inline-block;    width: 100%;}
	.eltdf-mobile-header .eltdf-grid{display: inline-block;    height: auto;    width: 100%;}
	.eltdf-mobile-header .eltdf-mobile-menu-opener{height: 90px;margin-top:0;}
	.eltdf-mobile-header .eltdf-position-right{    width: 100%;    text-align: center;    margin-top: -45px;}
	.eltdf-mobile-header .eltdf-position-right-inner .widget{display: inline-block;}
	.eltdf-mobile-header .eltdf-shopping-cart-holder{margin-top:0}
}

ul.products>.product:hover .eltdf-pl-inner .eltdf-pl-text.eltdf-pl-button-from-bottom .added_to_cart, ul.products>.product:hover .eltdf-pl-inner .eltdf-pl-text.eltdf-pl-button-from-bottom .eltdf-pl-btn{margin: 10px;}

ul.products>.product:hover .eltdf-pl-image img{  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;}

.eltdf-mobile-header .eltdf-mobile-nav{width: 100%;}

#shipping_method label {    padding-left: 10px;}