.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;
}


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

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


html {
    width: 100%;
    height: 100%;
    display: table;
}

body {
    width: 100%;
    display: table-cell;
}

html, body {
    margin: 0;
    padding: 0;
}

.product-area {
    height: 100%;
}



/* Required Menu CSS */
.js-menu__context {
    background: rgba(0,0,0, 0.5);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 40000;
}

.js-menu {
    color: #000;
    position: absolute;
    height: 100%;
    width: 560px;
    max-width: 85vw;
    padding: 12px;
    margin: 0;
    background: #fff;
    z-index: 99;
    overflow-y: auto;
    overflow-x: hidden;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    transition: background 0.5s, transform 0.5s;
}

.js-menu--left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.js-menu--right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    right: 0;
}
.js-menu__open {
    cursor: pointer;
}

.js-menu__close {
    cursor: pointer;
}

.js-menu__expanded {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

[name=cart_quantity] {
    text-align: center;
}

.cart-items .bootstrap-touchspin {
    width: 130px;
}

.white-bg {
    background: #fff;
}



@media screen and (max-width: 1400px) and (min-width:1180px)  {
    .product-list .pro-sec-area .btn-area a {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
}


@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;
    }
    .js-menu {
        max-width: 100%;
    }
}