.admin-image .vich-image .form-check{
    margin-top: 10px;
}
.admin-image .vich-image img{
    display: none;
}

.parsley-errors-list.filled {
    width: 100%;
}

.topbar .topbar-left .logo-sm {
display:none;
}
.topbar .topbar-left .logo img {
height: 45px !important;
}


.product_sugestion {
    max-width: 450px;
    margin: auto;
}


.auth-logo {
    max-height: 150px;
}

.flipdown {
    margin: 10px auto;
}

.special-offer {
    text-align: right;
    font-size: 60px;
    line-height: 120px;
    font-weight: bold;
}
.special-offer-expire {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.desc-mobile {
    display: none;
}

.product-slider {
    background-position: left;
    background-size: cover;
}
.product-block .main-image{
    max-width: 500px;
    max-height: 500px;
}
@media screen and (max-width: 1200px) {
    .product-slider .slide {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 992px) {
    .special-offer-expire {
        width: 100%;
        display: block;
    }

    .special-offer {
        text-align: center;
        font-size: 60px;
        line-height: normal;
    }

    .flipdown {
        max-width: 550px;
    }
}
@media screen and (max-width: 800px){
    .product-slider {
        background-position: right;
    }
}
@media screen and (max-width: 600px){

    .product-block .main-image{
        max-width: 100%;
        max-height: 100%;
    }
    .product-slider .short-description {
        max-height: 100px;
    }
    .product-slider .btn-area {
        margin-top: 16px;
    }

    .product-slider h2 {
        font-size: 28px;
    }

    .desc-mobile {
        display: block;
    }

    .desc-desktop {
        display: none;
    }
}
.flipdown {
    overflow: visible;
    /*width: 510px;*/
    width: max-content;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

body {
    overflow-x: hidden;
}

.mfp-iframe-holder .mfp-content {
    min-height: 600px;
}

.product-icon svg{
    width: 166px;
    height: 153px;
}

.site-icon.site-icon-user{
    margin-right: 0 !important;
    padding: 0 !important;
    border-radius: unset !important;
}

.site-icon.site-icon-money svg,
.site-icon.site-icon-user svg{
    width: 22px;
    height: 22px;
    border-radius: 50%!important;
}
.auth-logo {
    max-height: 100px;
}

.account-body .auth-card .auth-logo-box {
    top: -115px;
}

.list-image-link {
    height: 215px;
    display: block;
    vertical-align: middle;
    line-height: 215px;
}

.pro-sec-area h4 {
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    .video-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
}

.product-detail {
    padding-bottom: 80px;
}

.product-detail,
.page-content{
    background: #fff;
    padding-bottom: 30px;
}