﻿.search-bytag-widget {
    background: #fff;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 8px;
    width: 381px;
    min-height: 215px;
}

    .search-bytag-widget > div:not(.ad-banner-text) {
        background: #fff;
        min-height: 165px;
        position: relative;
        background-size: cover;
        position: relative;
        text-align: center;
    }

    .search-bytag-widget > div a.ad-banner_link {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .search-bytag-widget > div img.ad-banner_img {
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        display: inline-block;
    }

    .search-bytag-widget > div.ad-banner-text {
        width: 100%;
        height: auto;
        padding: 10px 10px 15px;
        text-align: center;
    }

        .search-bytag-widget > div.ad-banner-text a,
        .search-bytag-widget > div.ad-banner-text span {
            font: 17px 'ProximaNova Light';
            color: #010100;
            display: inline-block;
            font-weight: bold;
        }

.search-bytag-widget_content {
    padding: 3px 10px 7px;
    background: rgba(2,153,211, 0.8);
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 68px;
}

    .search-bytag-widget_content span {
        font-size: 15px;
        font-family: 'Montserrat-Regular';
        color: #fff;
        background-size: 18px;
        display: block;
        margin-bottom: 6px;
        margin-top: 1px;
        position: relative;
    }

        .search-bytag-widget_content span span {
            background: url(/css/whiteLayout/images/info-icon.png) 0px 0px no-repeat;
            background-size: 18px;
            width: 18px;
            height: 18px;
            cursor: pointer;
            margin: 0px;
            padding: 0px;
            display: inline-block;
            position: absolute;
            right: 3px;
            top: 2px;
        }

    .search-bytag-widget_content input[type=text] {
        font-size: 15px;
        font-family: 'ProximaNova Regular';
        padding: 0px 3%;
        background: #f2f3f4;
        height: 30px;
        line-height: 30px;
        width: 254px;
        border: none;
        display: inline-block;
    }

        .search-bytag-widget_content input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #000;
            font-family: 'ProximaNova Regular';
        }

        .search-bytag-widget_content input[type=text]::-moz-placeholder { /* Firefox 19+ */
            color: #000;
            font-family: 'ProximaNova Regular';
        }

        .search-bytag-widget_content input[type=text]:-ms-input-placeholder { /* IE 10+ */
            color: #000;
            font-family: 'ProximaNova Regular';
        }

        .search-bytag-widget_content input[type=text]:-moz-placeholder { /* Firefox 18- */
            color: #000;
            font-family: 'ProximaNova Regular';
        }

    .search-bytag-widget_content input[type=button] {
        font-size: 13px;
        font-family: 'Montserrat-Regular';
        text-transform: uppercase;
        color: #fff;
        background: #03c66f url(/css/whiteLayout/images/sbmt-tag-iconpng.png) 72px 11px no-repeat;
        height: 30px;
        width: 100px;
        border: none;
        vertical-align: bottom;
        text-align: left;
        background-size: 16px 11px;
        font-weight: normal;
        padding-left: 11px;
        margin-left: 3px;
    }

.search-bytag-widget_info {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    width: 100%;
    height: 101%;
    padding: 16px 14px;
    display: none;
}

    .search-bytag-widget_info span.learn-more-link {
        color: #09c66f;
        font-size: 12px;
        font-family: 'Montserrat-Regular';
        text-transform: uppercase;
        cursor: pointer;
        float: left;
        line-height: 20px;
    }

        .search-bytag-widget_info span.learn-more-link:hover {
            text-decoration: underline;
        }

    .search-bytag-widget_info a.view-video-link {
        color: #09c66f;
        font-size: 12px;
        font-family: 'Montserrat-Regular';
        text-transform: uppercase;
        cursor: pointer;
        float: right;
        line-height: 20px;
    }

    .search-bytag-widget_info h5 {
        font: 14px 'Poppins-Medium';
        color: #0298d3;
        margin: 0px;
        padding-bottom: 4px;
    }

    .search-bytag-widget_info p {
        font: 12px 'Poppins-Light';
        color: #000;
        line-height: 18px;
        margin-bottom: 7px;
        text-align: justify;
    }

.search-bytag-widget_info_close {
    background: url(/css/whiteLayout/images/close-gray-icon.png) 0px 0px no-repeat;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.search-bytag-widget.amazon-baner-white {
    text-align: center;
    background: transparent;
    min-height: initial;
}

    .search-bytag-widget.amazon-baner-white > iframe {
        margin: 1px;
    }
