﻿#modalEnlargeImage > .modal-dialog {
    display: block;
}

#modalEnlargeImage .modal-content {
    height: auto !important;
}

@media only screen and (min-width:992px), (min-device-width:992px) {
    .item-card {
        max-width: calc(16.66666667% - 10px) !important;
    }
}

@media only screen and (min-width:320px) and (max-width:991px), (min-device-width:320px) and (max-device-width:991px) {
    .item-card {
        max-width: calc(50% - 10px) !important;
    }
}

#BtnOrder {
    border-radius: 5px;
    height: 41px;
    background: #000000;
    color: #FFFFFF;
    outline: none;
    transition: 300ms;
    border: none;
}

    #BtnOrder:hover,
    #BtnOrder:active {
        background: #a07936;
        outline: none;
        border: none;
    }

.heading-item-number,
.heading-item-price {
    margin: 0;
}

.heading-item-price {
    margin-top: 10px;
}

.add-to-favourites-i,
.link-add-to-favourites {
    color: #a07936;
    transition: 300ms;
}

    .link-add-to-favourites:hover,
    .link-add-to-favourites:active {
        text-decoration: none;
    }

.panel-heading {
    background-color: #f2e4cc !important;
    color: #a07936 !important;
    padding: 5px 15px;
}

.panel-info, .panel-info > .panel-heading {
    border-color: #f2e4cc;
}

    .panel-info > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #f2e4cc !important;
    }

h1.header-separator:before {
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    bottom: 0;
    left: 45%;
    border-bottom: 5px solid #EBEBEB;
}

.column-category:nth-child(1),
.column-category:nth-child(4) {
    margin-left: calc(0px + (160 - 0) * ((100vw - 300px) / (1900 - 300))) !important;
}

.img-related-item {
    width: calc(60px + (180 - 60) * ((100vw - 300px) / (1900 - 300)));
    height: calc(60px + (180 - 60) * ((100vw - 300px) / (1900 - 300)))
}

@media only screen and (min-width:1200px), (min-device-width:1200px) {
    .img-item {
        width: calc(350px + (500 - 350) * ((100vw - 1200px) / (1900 - 1200))) !important;
        height: calc(350px + (500 - 350) * ((100vw - 1200px) / (1900 - 1200))) !important;
    }
}

@media only screen and (max-width:767px), (max-device-width:767px) {
    .column-category:nth-child(1),
    .column-category:nth-child(4) {
        margin-left: 0 !important;
    }

    .img-item {
        width: calc(250px + (500 - 250) * ((100vw - 320px) / (767 - 320))) !important;
        height: calc(250px + (500 - 250) * ((100vw - 320px) / (767 - 320))) !important;
        margin-bottom: 25px;
    }

    .img-ribbon-discount {
        width: calc(75px + (150 - 75) * ((100vw - 320px) / (767 - 320))) !important;
    }

    .ribbon-discount-value {
        left: calc(16px + (32 - 16) * ((100vw - 320px) / (767 - 320))) !important;
        top: calc(16px + (32 - 16) * ((100vw - 320px) / (767 - 320))) !important;
        font-size: calc(13px + (26 - 13) * ((100vw - 320px) / (767 - 320))) !important;
    }
}
.rowContainer {
    padding-top: calc(60px + (30 - 60) * ((100vw - 300px) / (1900 - 300))) !important;
    background: rgb(247,247,247);
    min-height: unset;
    height: unset;
}
.row-header {
    margin-bottom: 20px;
}
h1.header-separator {
    margin-top: 0;
    font-style: italic;
}
.row-content {
    margin: 0 !important;
}
.column-img-item {
    margin-top: 20px;
}
.diviation-img-item {
    width: fit-content;
    position: relative;
    margin: auto;
}
.img-ribbon-discount {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px !important;
    transition: 200ms;
    z-index: 1;
}
.ribbon-discount-value {
    position: absolute;
    top: 32px;
    left: 32px;
    font-size: 26px;
    color: #FFFFFF;
    z-index: 1;
    transition: 200ms;
    transform: rotate(-45deg);
}
.img-item {
    height: auto;
    max-height: 500px;
    width: 500px;
    cursor: zoom-in;
    border-radius: 15px;
    object-fit: contain;
}
.divIsFavourite {
    transition: 300ms;
}
.link-add-to-favourites b {
    cursor: pointer;
}
.link-add-to-favourites i {
    font-size: 28px;
}
.heading-item-price {
    font-weight: 900;
}
.hr-separator {
    border: 1px solid #a07936;
}
.row-specs {
    padding-left: 15px;
}
.column-margin-top{
    margin-top:10px;
}
.label-type,
.label-category,
.label-gkt {
    font-weight: 800;
    padding-left: 0;
}
.fa-plus {
    font-size: 14px;
}
@media only screen and (max-width:767px), (max-device-width:767px){
    .column-data-container{
        padding-left: 30px;
    }
}
.imgEnlarged {
    max-height: calc(250px + (500 - 250) * ((100vw - 320px) / (1900 - 320))) !important;
    /*max-height: unset;*/
}
.rowSignInSpecial a, .rowSignInSpecial a:hover {
    color: #A07936 !important;
}

    .rowSignInSpecial a::after {
        background: #A07936 !important;
    }
.main-footer{
    margin-top: 20px;
}