<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Created on : May 23, 2019, 4:01:22 PM
    Author     : Artem Yuriev
*/

.text-center {
    text-align: center;
}

.adsbundle-min-height-200 {
    min-height: 200px;
}

.adsbundle-image-preview {
    display: block;
    min-height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.circle-bundle-product {
    margin: 10px;
    display: inline-block;
    position: relative;
    top: 100px;
    //fill: #AFDBD0;
    width: 20px;
    height: 20px;
}

.bundle-product-title {
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.adsbundle-col-centered .form-group {
    margin-bottom: 20px;
    position: relative;
}

.adsbundle-col-centered .thumbnail {
    position: relative;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.adsbundle-col-centered {
    width: 100%;
    margin: 0 auto;
    float: none;
    clear: both;
    margin-bottom: 20px;
}

.adsbundle-col-centered .title{
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.adsbundle-col-centered .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.adsbundle-btn {
    //background: #AFDBD0;
    color: #FFFFFF;
    padding: 15px 25px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.flex-grid {
    display: flex;
    justify-content: center;
}

.adsbundleProduct {
    flex: 1;
}

.flex-grid .adsbundleProduct {
    max-width: 200px;
}

.ads-bundle-free {
    background: #fff;
    position: absolute;
    padding: 1px 10px;
    border-radius: 24px;
    box-shadow: 0 0 4px 0px #cecece;
    right: -10px;
    top: -10px;
    cursor: pointer;
    color: #000000;

}

@media (max-width: 768px) {
    .adsbundle-col-centered .flex-grid {
        display: block;
    }

    .adsbundle-col-centered .flex-grid .adsbundleProduct {
        margin-left: auto;
        margin-right: auto;
    }

    .adsbundle-col-centered .text-center {
        min-height: unset;
    }

    .adsbundle-col-centered .circle-bundle-product {
        top: 0px;
        margin: 5px 0px;
    }
}

.wrap-remote-item{
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left:0;
    right: 0;
    bottom: 0;
    top:0;
    background: rgba(0, 0, 0, 0.30);
}

.wrap-remote-item button{
    background: #fff;
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 2px;

    border: 1px solid #444;
}

.wrap-remote-item .btnNo{
    margin-right: 10px;
}

.remote-item-action{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.remote-item-alert{
    display: inline-block;
    position: relative;
    padding: 20px;
    background: #fff;
}

.remote-item-text{
    margin-top: 10px;
}

.remote-item-alert .close{
    position: absolute;
    right: 10px;
    top: 5px;
}
.remote-item-alert .close:hover{
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.bundle-product-price .price{
    display: inherit!important;
}
</pre></body></html>