.button-orange {
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #FFF;
    background: #ff9833;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 0 9px 0 10px
}
.button-orange:hover {
    background-image: -moz-linear-gradient(90deg, #cd7218 0, #ff9833 100%);
    background-image: -webkit-linear-gradient(90deg, #cd7218 0, #ff9833 100%);
    background-image: -ms-linear-gradient(90deg, #cd7218 0, #ff9833 100%)
}

.button-orange:active,
.button-orange:hover,
.button-orange:visited {
    color: #FFF
}

.button-orange:disabled {
    background: #D6EBF2;
    background: linear-gradient(top, #E6F2F7, #C4E1EC);
    background: -moz-linear-gradient(top, #E6F2F7, #C4E1EC);
    background: -webkit-linear-gradient(top, #E6F2F7, #C4E1EC);
    background: -o-linear-gradient(top, #E6F2F7, #C4E1EC);
    background: -ms-linear-gradient(top, #E6F2F7, #C4E1EC);
    border-bottom: solid 1px #9BB3BC;
    border-right: solid 1px #9BB3BC;
    text-shadow: #9BC -1px -1px 0
}

img.image-fancy {
    border: 1px solid #AEC8D8;
    border-radius: 5px;
    padding: 1px
}

.products-grid img.image-fancy {
    width: 194px;
    height: 194px;
    padding: 0;
    border: none;
    border-radius: 0
}

.products-grid.products-grid-compact img.image-fancy {
    width: 208px;
    height: 208px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0
}

ul.products-grid {
    list-style: none;
    padding: 2px;
    padding-left: 0
}

ul.products-grid li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 194px;
    margin-bottom: 30px
}

ul.products-grid li.empty {
    color: #09C;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    width: 100%
}

ul.products-grid div.left {
    float: left;
    height: 194px;
    width: 192px
}

ul.products-grid div.left span.price {
    color: #ff7e00;
    display: none;
    font-size: 1.5em;
    font-weight: 700
}

ul.products-grid div.right {
    margin: 30px 0 0 215px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify
}

ul.products-grid div.right:last-child {
    padding-right: 25px;
    padding-bottom: 0
}

ul.products-grid .button-orange {
    font-size: 15px;
    font-weight: 700;
    margin: 35px 0 0;
    width: 135px;
    height: 35px
}

ul.products-grid div.info {
    width: 100%;
    /*height: 150px;
    overflow: hidden;*/
    padding-right: 25px
}

ul.products-grid div.info>div>span {
    color: #000;
    display: block;
    font-size: 12px;
    margin-bottom: 15px
}
ul.products-grid div.info>div>span.title {
    font-weight: 600;
}

ul.products-grid div.info>div>span>span {
    color: #0086c3
}

ul.products-grid div.info a {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none
}

ul.products-grid div.info div {
    cursor: default;
    font-size: 13px;
    margin: 15px 0 0;
    color: #4b4b4b
}

ul.products-grid div.info div:last-child:hover {
    height: 55px
}

ul.products-grid.products-grid-compact div.info div:last-child:hover {
    height: auto
}

ul.products-grid div.info div:last-child:hover br {
    content: ""
}

ul.products-grid.products-grid-compact div.info div:last-child:hover br {
    content: none
}

ul.products-grid div.info div:last-child:hover br::after {
    content: ',';
    display: inline-block
}

ul.products-grid.products-grid-compact .button-orange {
    line-height: 34px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    width: 135px;
    height: 35px;
    margin: 10px auto;
    display: block
}

ul.products-grid .product-hover {
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
    position: relative
}

ul.products-grid.products-grid-compact .product-hover {
    min-height: 500px;
    transition: all .3s ease-out;
    border-radius: 5px
}

ul.products-grid div.price {
    margin: .75em 0 0;
    color: #999;
    min-height: 73px;
    position: relative
}

ul.products-grid div.price span {
    color: #000;
    font-weight: 700
}

ul.products-grid div.price span.old {
    color: #acaaa8;
    font-size: 12px;
    line-height: 1.5em;
    text-decoration: line-through
}

ul.products-grid div.price span.price {
    font-size: 20px
}

div#pmd_wrapper-minimized ul.products-grid-compact li {
    margin-right: 27px
}

div#pmd_wrapper-minimized .products-grid-compact li:nth-child(3n+0) {
    margin-right: 0
}

ul.products-grid-compact li {
    width: 208px;
    height: auto;
    /*height: 500px;*/
    margin-right: 31px;
    position: relative
}

ul.products-grid-compact li:hover {
    z-index: 2
}

ul.products-grid-compact li:hover .product-hover {
    height: initial;
    box-shadow: 0 5px 10px rgba(20, 39, 53, .2);
    background: #fff;
    transition: all .3s ease-out
}

ul.products-grid-compact li:hover .info {
    height: auto!important;
    min-height: 150px
}

ul.products-grid.products-grid-compact div.info div:last-child {
    /*display: none*/
}

ul.products-grid .attribute-hidden {
    display: block
}

ul.products-grid .attribute-shown {
    height: 0;
    overflow: hidden;
    position: absolute
}

ul.products-grid.products-grid-compact .attribute-shown {
    height: 0;
    overflow: hidden;
    transition: all .3s ease-out;
    position: initial
}

ul.products-grid-compact li:hover .attribute-shown {
    display: block;
    padding: 55px 0 10px;
    height: inherit
}

ul.products-grid-compact li .left {
    float: none;
    width: 100%;
    height: initial
}

ul.products-grid-compact li div.left span.price {
    display: block;
    white-space: nowrap
}

ul.products-grid-compact li div.right {
    margin: 0;
    display: block;
    padding: 20px
}

ul.products-grid.products-grid-compact div.info a {
    font-size: 13px
}

ul.products-grid.products-grid-compact div.info {
    overflow: hidden;
    padding-right: 0;
    transition: all .3s ease-out
}

.products-grid-compact li:nth-child(4n+0) {
    margin-right: 0
}

ul.products-grid div.hider {
    background: linear-gradient(top, rgba(255, 255, 255, 0), #FFF);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #FFF);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #FFF);
    height: 2.5em;
    margin: -1.5em 0 0;
    position: absolute;
    bottom: 0;
    width: 58%
}

.atr_available {
    color: #f18a26
}

.atr_not_available {
    color: #424242
}

.atr_available.atr_available_greed {
    padding: 5px 0
}

ul.products-grid.products-grid-compact .atr_available_greed {
    display: block;
    padding: 5px 0
}

ul.products-grid.products-grid-compact div.hider {
    display: none
}

.products-grid.products-grid-compact a.button-orange {
    /*position: absolute;
    left: 17px;
    bottom: -58px*/
}
.products-grid small {
    display: block;
    font-size: 10px;
}