﻿.column .widget_banner .widget_content {
    position: relative;
}

    .column .widget_banner .widget_content.widget_bg_shipping {
        background-image: url('/images/bg_laptop.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .column .widget_banner .widget_content .text {
        position: absolute;
        left: 5px;
        right: 5px;
        top: 5%;
        text-align: center;
        color: #f9f7f7;
        font-size: 1.75rem;
        font-weight: 500;
    }

/*.showcase .custom_showcase {
    margin: 0 0 30px;
}*/
/************************* dialog fancybox **************************/
.fancybox-title {
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 12px;
    font-size: 16px !important;
    font-weight: bold !important;
    border-bottom: 1px solid #aaa;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 9001 !important;
}

#dialog .form-wrapper {
    position: absolute;
    top: 10px;
    height: calc(100% - 90px);
    overflow: auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#dialog .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 12px;
    text-align: right;
    border-top: 1px solid #aaa;
}

    #dialog .footer .btn {
        width: 100px;
        margin-left: 4px;
    }


@media (max-width: 767px) {
    .showcase {
        margin-top: 10px;
    }

        .showcase .custom_showcase a {
            max-height: 150px;
            min-height: unset;
        }

            .showcase .custom_showcase a div p {
                max-width: 100%;
            }

            .showcase .custom_showcase a div span {
                margin: 15px 0 0;
            }

        .showcase .custom_showcase {
            margin: 0 0 15px
        }

    .product .product_img img.status {
        max-width: 40px;
        height: auto;
    }
}
