.no-margin-padding{
    margin: 0;
    padding: 0;
}
.jvd-btn-border-no-bg{
    border-radius: 500px;
    border: 3px solid #4ccfca;
}
.cart-buttons > *{
    box-sizing: border-box;
}
.top-line{
    /*height: 100px;*/
}

@media (min-width:767px) {
    .top-line{
        /*height: 100px;*/
    }
}
@media (max-width:767px) {
    .top-line{
        /*height: auto;*/
    }
}
@media (max-height:767px) {
    .top-line-holder{
        position: unset;
/*        position: sticky;*/
        top: 0;
    }
}

.top-line img{
    height: 60px;
}
.item-catalog-box a{
    max-height: 270px;
    max-width: 270px;
}
.item-image-box img{
    max-height: 270px;
    max-width: 270px;
}

.item-catalog-box{
    /*margin: 15px 0 15px 0;*/
    height: 400px;
}
.discount-icon{
    vertical-align: top;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.cursor-pointer{
    cursor: pointer;
}
.search-box-input{
    min-width: 150px;
    width: 150px;
}
.search-box-input:active,.search-box-input:focus{
    width: auto;
}
.max-height-max-width{
    max-height: 100%;
    max-width: 100%;
}
.fill {object-fit: fill;}
.contain {object-fit: contain;}
.cover {object-fit: cover;}
.scale-down {object-fit: scale-down;}
.none {object-fit: none;}
.card-product .img-wrap img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.bg-lightdark{
    background: #f8f8f8;
    
}

#loader{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 51, 51, .2);
    z-index: 100;
    text-align: center;
}
.loading-circle {
    display: inline-block;
    position: relative;
    width: 128px;
    height: 128px;
    top: 50%;
    margin: -64px auto auto auto;
    text-align: center;
}
.loading-circle:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 61px solid #4ccfca;
    border-color: #4ccfca transparent #4ccfca transparent;
    animation: loading-circle 1.2s infinite;
}
@keyframes loading-circle {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

/*.param-filter:hover>.dropdown-menu {
    display: block;
}

.param-filter>.dropdown-toggle:active {
    Without this, clicking will make it sticky
    
}*/

.bg-danger-opacity{
    background-color: rgba(255,0,0,0.5) !important;;
}
.bg-warning-opacity{
    background-color: rgba(255,165,0,0.5) !important;;
}
.bg-alert-opacity{
    background-color: rgba(106,90,205,0.25) !important;;
}
