/*!
Theme Name: gradovwp
Text Domain: gradovwp

*/

.products-wrap__list .item .image img {
    object-fit: contain !important;
}

.products-wrap__list .item .flex {
    font-size: 12px !important;
}

.products-wrap__list .item .flex .value {
    max-width: 151px !important;
    width: 100%;
    text-align: right;
}

.products-wrap__list .item .attr {
    font-size: 13px !important;
}

.products-wrap__list {
    align-items: flex-start;
}

.about-list .item .icon {
    height: 120px;
}

.about-list .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.total {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2000;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: .3s;
    transition: .3s;
}

.total-wrap {
    width: 100%;
    height: 90%;
    overflow-y: auto;
    max-width: 1090px;
    background-color: #fff;
    padding: 20px 50px;
    position: relative;
}

.total-wrap__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 144.9%;
    text-align: center;
    margin-bottom: 29px;
}

.total-wrap__close {
    position: absolute;
    cursor: pointer;
    right: 16px;
    top: 16px;
}

.total {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.total-active {
    opacity: 1;
    visibility: visible;
}

.thx {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2000;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.thx-active {
    opacity: 1;
    visibility: visible;
}

.thx-wrap {
    padding: 50px;
    width: 100%;
    max-width: 500px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.thx-wrap__close {
    position: absolute;
    cursor: pointer;
    right: 16px;
    top: 16px;
}

.err {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1em;
    background-color: red;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 3000;
    text-align: center;
}

.err-active {
    opacity: 1;
    visibility: visible;
}

.notice {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1em;
    background-color: rgb(37, 189, 10);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 3000;
    text-align: center;
}

.notice-active {
    opacity: 1;
    visibility: visible;
}

.woocommerce-info {
    display: none;
}

.oc {
    cursor: pointer;
}

.product-wrap__list .gallery-slider .wrapper .item {
    cursor: pointer;
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.product-wrap__list .meta ul {
    text-align: left;
}

.product-wrap__list .meta ul li .counter {
    top: 0 !important;
}

.product-wrap__list .meta .flex .item {
    justify-content: flex-start !important;
}

.product-wrap__list .flex {
    text-align: left;
}

.product-wrap__list .meta .status img {
    padding-left: 10px;
}

.product-wrap__list .variations .table .item,
.product-wrap__list .variations .top-item {
    width: 100%;
    max-width: 75px;
}

.product-wrap__list .meta .flex .item .key,
.product-wrap__list .meta .flex .item .value {
    word-wrap: break-word;
}

.product-wrap__list .meta .flex .item {
    align-items: flex-start !important;
}

@media (max-width: 868px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1001;
        background-color: #fff;
    }

    .nav {
        position: fixed !important;
    }

    .main {
        margin-top: 80px !important;
    }
}

@media (max-width: 578px) {
    .contacts-wrap__info .socials {
        padding: 0 !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .contacts-wrap__info .socials a {
        margin: 0 15px !important;
    }
}