/* Enter Your Custom CSS Here */
/*
Farba: #f36520
*/

/* pri shortcodoch na normalnej stranke, aby bola full sekcia na celu sirku */
.shortcode-full-section-menu .et_pb_row {
    width: 98%;
}
.shortcode-full-section-menu .fullwidth-menu-nav>ul {
    padding: 15px 0 0!important;
    line-height: 1.5em;
}
.shortcode-full-section-menu .fullwidth-menu li>a {
    padding-bottom: 18px;
}
@media only screen and (max-width: 980px) {
 .shortcode-full-section-menu .et_pb_fullwidth_menu .et_pb_row {
     min-height: 40px;
 }
 .shortcode-full-section-menu .et_pb_fullwidth_menu .mobile_menu_bar:before {
   top: 13px;
 }
}

/* MENU ICONS */
@media  only screen and (min-width: 981px) {
  .menu-icons a { padding-left: 25px; } 
  .menu-icons a:before { font-family: 'ETmodules'; position: absolute; } 
  #main-header .menu-icons a:before { top: 0; left: 0; } 
  .fullwidth-menu-nav .menu-icons a:before { top: 0; left: 0; /*position: initial; */} 
  .sub-menu .menu-icons a:before { margin-top: 6px; left: 0; } 
  #top-header .menu-icons a:before { left: 0px; top: 0px; }
  /* SHOPPING CART */ .menu-icon-shopping-cart a:before { content: "\e015"; }
  /* HEART */ .menu-icon-heart a:before { content: "\e030"; }
  /* STAR */ .menu-icon-star a:before { content: "\e031"; }
  /* LINK CHAIN */ .menu-icon-link a:before { content: "\e02c"; }
}

/* produkty mohlo by sa vam pacit v kosiku */
.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.1em;
  	line-height: 1.1em;
  	font-weight: bold;
}

.woocommerce-cart .cross-sells ul.products li.product .price {
    font-size: 1em;
  	line-height: 1em;
}

.woocommerce-page ul.products li.product ,
.home ul.products li.product {
    text-align: center;
}
{
    text-align: center;
}

.frame-hover:hover {
    border: 1px solid #e5e5e5;
}
.custom-products-list .product.woocommerce.add_to_cart_inline  {
    border: none!important;
    padding: 0px 15px 15px 15px!important;
}
.custom-products-list .product.woocommerce.add_to_cart_inline a {
    margin-top: 10px;
}
.custom-products-list p {
    padding-bottom: 0!important;
}