.ajax-catalog {
    position: relative;
}

.ajax-catalog .loader{
    position: absolute;
}

/**/
.catalog-sort {
    margin-bottom: 40px;
}

.catalog-sort:after {
    content: '';
    display: block;
    clear: both;
}

.catalog-sort-right {
    float: right;
}

.catalog-sort-item-title {
    display: inline-block;
    margin-right: 4px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 12px;
}

.catalog-sort-item-sortby {
    display: inline-block;
}

.catalog-sort-item-sortby>a {
    margin-left: 10px;
}

.catalog-sort-item-sortby a {
    color: #039be5;
}

.catalog-sort-item-sortby-cancel {
    font-size: 14px;
    font-weight: 600;
}

.catalog-sort-item-sortby>a.active {
    color: #333333;
}

/**/
.catalog-section-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 42px 5%;
    margin-bottom: 20px;
}

.button-lazyload {
    background: #fff;
    border: 2px solid #0083d1;
    padding: 10px 18px;
    color: #444;
    border-radius: 22px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 24px;
}

.button-lazyload:hover {
    /* border-color: #DADADA; */
    /* background-color: #f9f9f9; */
}

.lazyload-hr {
    border-top: 2px solid #eff0f1;
    margin: 0 auto 20px;
    width: 100px;
}

/**/
.section-desc {
    margin-bottom: 32px;
}

/**/

.catalog-filter-tags {
    margin-bottom: 40px;
    line-height: 1;
}

.catalog-filter-tags>span {
    display: inline-block;
    padding: 6px 8px 5px;
    margin: 0 12px 12px 0;
    background-color: #B0BEC5;
    border-color: inherit;
    color: white;
    font-size: 14px;
    text-transform: lowercase;
}

/**/

.catalog-sort-left {
    float: left;
}

.catalog-count {
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
    color: #999999;
}

/**/

.catalog-section-vert-paging {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 20px;
    font-size: 0;
    z-index: 2;
}

.catalog-section-vert-paging-container {
    display: inline-block;
    width: 100%;
    min-height: 10px;
    vertical-align: middle;
}

.catalog-section-vert-paging:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.vert-paging-item {
    width: 16px;
    height: 16px;
    display: block;
    background: gainsboro;
    margin: 20px 0;
    border-radius: 50%;
    cursor: pointer;
}

.vert-paging-item.active {
    background-color: #90A4AE;
}

/**/

.product-item {
    position: relative;
}

.product-item-id {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    z-index: 1;
    background: #f9f9f9;
    font-size: 12px;
    padding: 4px 5px 3px;
}

.product-item-img-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 133%;
    /* background-image: url(img/ptrn.png); */
    background-size: 49%;
    background-color: #ffffff;
}

.product-item-img-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-item-img-container a:active{
    position: absolute;
    top: 0;
}

.product-item-img-container a:hover{
    text-decoration: none;
}

.product-item-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-item-container:hover {
    position: relative;
    z-index: 2;
}

/**/

.product-item-price-container {
    position: relative;
    border-bottom: 1px solid #A9A9A9;
    background: white;
    line-height: 1;
    padding: 15px 0;
    z-index: 1;
    min-height: 78px;
}

.product-item-price-list {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 0 10px 12px;
    box-shadow: 0px 1px 1px #F4F4F4;
}

.product-item-container:hover .product-item-price-list{
    display: block;
}

.product-item-first-size {
    padding-top: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #757575;
}

/**/

.product-item-price-list-this-price {
    position: relative;
    background: white;
    line-height: 1;
    padding-top: 15px;
}

.product-item-price-list-container {
    padding-top: 15px;
}

.product-item-price-list-container a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #F4F4F4;
    line-height: 1;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    letter-spacing: 1px;
    color: initial;
    text-decoration: none;
    margin: 4px;
}

.product-item-price-list-container a.active {
    text-decoration: none;
    border-color: #333333;
    color: #333333;
}

.product-item-button-favorite {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    padding: 14px;
    font-size: 17px;
    cursor: pointer;
}

.product-item-button-favorite.active {
    color: #e73b4c;
}

/**/

.product-item-price-min-old,
.product-item-price-list-this-price-old{
    color: #e73b4c;
    font-weight: 100;
    text-decoration: line-through;
    font-size: 18px;
    padding-top: 4px;
}

/**/

.product-item-discount-stiker-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background: #e53935;
    line-height: 1;
    color: white;
    font-size: 24px;
    padding: 7px 11px;
    font-weight: 100;
    border: 1px solid #ffffff;
}

/**/

.product-item-delprimerka {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 9px 16px 8px 16px;
    border: 1px solid #2eab7d;
    color: #2eab7d;
    border-radius: 22px;
    position: relative;
    text-transform: none;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    background: white;
}