/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web,please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
.products.wrapper.grid .short-desc {
    display: none;
}

.checkout-success {
    padding: 10px 0;
}

.catalog-product-view .box-tocart #caraty_simulator .buttons_bottom_block a img {
    margin: 0 auto;
}

.catalog-product-view #bnpcalc,
.checkout-cart-index #bnpcalc,
.catalog-product-view #caraty_simulator,
.checkout-cart-index #caraty_simulator
{
    display: inline-block;
}

.checkout-cart-index #caraty_simulator .buttons_bottom_block {
    margin-bottom: 5px;
    margin-left: 10px;
}
.catalog-product-view #caraty_simulator .buttons_bottom_block img,
.checkout-cart-index #caraty_simulator .buttons_bottom_block img {
    height: 35px;
}

.catalog-product-view #caraty_simulator .buttons_bottom_block {
    margin-bottom: 0px;
    margin-left: 10px;
}

.raty-bankowe {
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
}

.checkout-cart-index .cart-inline {
    display: inline-block;
    margin-top: 0 !important;
}

.page-product-grouped .product-social-links .raty-bankowe,
.page-product-grouped .product-social-links #caraty_simulator,
.page-product-grouped .product-social-links #kredyt {
    display: none !important;
}

.checkout-onepage-success #caraty_submit {
    padding: 0 50px;
    line-height: 35px;
    font-size: 1.4rem;
    color: #333e48;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-color: #efecec;
    background: #fed700;
    border: solid 1px #fed700;
    transition: all .4s ease;
}

.checkout-onepage-success #caraty_submit:hover {
    border-color: #000000;
    background: #000000;
    color: #ffffff;
}

.magicslider {
    /*max-height: 334px;*/
}

.static-home-slide .slick-slide img {
    max-height: 460px;
}
.slide-home.cms-static-main-slide {
    padding-bottom: 20px;
}
.slide-home.cms-static-main-slide + .page.messages + div > .gw-col-cat {
    padding-top: 20px;
}

.catalog-product-view .dostepnosc_produktu {
    margin-top: 10px;
    display: block;
}

.hints {
    display:inline-block;
    position:relative;
    text-align:left;
    margin-top: 5px;
}

.hints .top {
    min-width:130px;
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:10px 20px;
    background-color: #333e48;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
    text-align: center;
    color: #ffffff;
}

.hints:hover .top {
    display:block;
}

.cms-page-countdown-product .magicslider {
    transform: translateZ(0);
}

.catalog-product-view .dostepnosc_produktu {
    font-size: 17px;
}
.catalog-product-view .dostepnosc_produktu .value {
    font-weight: bold;
    color: red;
}
