.product_list {
    position: relative;
    margin-bottom: 1em;
}

.product_list.product_list-4 > .product_wrapper {
    position: relative;
    float: left;
    width: 25%;
    height: 310px;
    margin-bottom: 50px;
}

.product_list > .product_wrapper > .product_container {
    position: relative;
    width: 210px;
    height: 310px;
    margin: 0 auto;
}

.product_list > .product_wrapper > .product_container > .product {
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 310px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    background: #fff;

}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product {
    top: -20px;
    width: 340px;
    height: 345px;
    z-index: 10;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action {
    top: 0;
    right: 0;
    width: 210px;
    height: 310px;
}

.product_list.hover-effect.product_list-4 > .product_wrapper:nth-child(4n-3) > .product_container:hover > .product {
	left: 0;
    right: auto;
}

.product_list.hover-effect.product_list-4 > .product_wrapper:nth-child(4n-3) > .product_container:hover > .product.action {
    left: 0;
    right: 0;
}

.product_list.hover-effect.product_list-5 > .product_wrapper:nth-child(5n-4) > .product_container:hover > .product {
	left: 0;
    right: auto;
}

.product_list.hover-effect.product_list-5 > .product_wrapper:nth-child(5n-4) > .product_container:hover > .product.action {
    left: 0;
    right: 0;
}

.product_list > .product_wrapper > .product_container > .product.action {
    background: #ffc800;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.product_list > .product_wrapper > .product_container > .product > .left_info {
    float: left;
    width: 98px;
    border-right: 2px solid #dcdcdc;
    display: none;
    height: 310px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info {
    float: right;
    width: 210px;
    overflow: hidden;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .left_info {
    display: block;
    height: 345px;
    text-align: center;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .left_info {
    display: none;
}

.product_list > .product_wrapper > .product_container > .product > .left_info img {
    margin-top: 20px;
    height: 60px;
    max-width: 90px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info {
    float: right;
    width: 240px;
    position: relative;
    height: 100%;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info {
    float: right;
    width: 210px;
    position: relative;
    height: 100%;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_header {
    position: relative;
    height: 50px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header {
    height: 60px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header {
    height: 50px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .sale_hid {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 60px;
    height: 60px;
    text-align: center;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .sale_hid {
    width: 80px;
    height: 80px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .sale_hid {
    width: 60px;
    height: 60px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .sale_hid > .sale {
    width: 55px;
    height: 55px;
    display: block;
    background: #ffc800;
    font-size: 14px;
    color: #484848;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    box-shadow: 0 1px 6px #999;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .sale_hid > .sale {
    width: 75px;
    height: 75px;
    top: -20px;
    left: -20px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .sale_hid > .sale {
    width: 55px;
    height: 55px;
    top: -10px;
    left: -10px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .sale_hid > .sale > span {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    padding-top: 20px;
    display: block;
    width: 50px;
}
.product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .sale_hid > .auc-bets > span {
    width: 62px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .sale_hid > .sale > span {
    padding-top: 40px;
    width: 70px;
}
.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .sale_hid > .day_product > span {
    width: 50px;
}
.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .sale_hid > .auc-bets > span {
    width: 62px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .sale_hid > .sale > span {
    padding-top: 20px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .sale_hid > .sale > span > span {
    font-size: 16px;
    font-family: tahoma;
    font-weight: bold;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .sale_hid > .sale > span > span {
    font-size: 22px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .sale_hid > .sale > span > b {
    font-size: 16px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .sale_hid > .sale > span > small {
    font-size: 12px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .sale_hid > .sale > span > small {
    font-size: 14px;
    display: block;
    padding-top: 8px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .sale_hid > .sale > span > small {
    font-size: 12px;
    display: block;
    padding-top: 0;
}

.product_list > .product_wrapper > .product_container > .product.action > .right_info > .info_header > .sale_hid > .sale {
    background: #f00;
    color: #fff;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .info_text {
    color: #3e3e3e;
    font-size: 20px;
    font-family: arial;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    padding-top: 13px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .info_text {
    font-size: 24px;
    padding-top: 15px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .info_text {
    font-size: 20px;
    padding-top: 13px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .info_icons {
    padding-top: 5px;
    padding-right: 2px;
    text-align: right;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .info_icons img {
    width: 24px;
    margin-right: 3px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .info_icons img {
    width: 28px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .info_icons img {
    width: 24px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .info_colors {
    padding-top: 5px;
    padding-right: 4px;
    text-align: right;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .info_colors img {
    width: 12px;
    margin-right: 3px;
    border: 1px solid #ebebeb;
    cursor: pointer;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .info_colors img {
    width: 15px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .info_colors img {
    width: 12px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_image {
    height: 160px;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_image {
    height: 180px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_image {
    height: 160px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_image a {
    display: block;
    height: 100%;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_image a > span {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_image a img {
    max-height: 160px;
    max-width: 200px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_image a img {
    max-height: 180px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_image a img {
    height: 160px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_name {
    height: 30px;
    margin-top: 10px;
    padding: 0 5px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .info_name a {
    color: #393838;
    font-size: 12px;
    text-decoration: none;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_name {
    height: 40px;
    margin-top: 10px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_name {
    height: 30px;
    margin-top: 10px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_name a {
    font-size: 14px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_name a {
    font-size: 12px;
}

.product_price_wrapp {
    position: absolute;
    left: 5px;
    bottom: 6px;
}
.product_list > .product_wrapper > .product_container > .product > .right_info > .product_price_wrapp > .product_old_price{
    font-weight: bold;
    color: #C00;
    font-size: 10px;
    text-decoration: line-through;
}
.product_list > .product_wrapper > .product_container > .product > .right_info > .product_price_wrapp > .product_old_price .text{
    color: #000;
    font-size: 10px;
    margin-top: 2px;
}
.product_list > .product_wrapper > .product_container > .product > .right_info > .product_price_wrapp > .product_old_price .text span{
    font-size: 13px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .product_price_wrapp > .product_price {
    color: #000;
    font-size: 14px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .product_price_wrapp > .product_price div{
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}
.product_list > .product_wrapper > .product_container > .product > .right_info > .product_price_wrapp > .product_price_word{
    font-size: 10px;
    text-transform: lowercase;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .product_old_price {
    position: absolute;
    left: -3px;
    bottom: 30px;
    margin-left: 40px;
    font-weight: bold;
    color: #C00;
    font-size: 10px;
    text-decoration: line-through;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .product_old_price.stavka {
    text-decoration: none;
    font-size: 10px;
    left: -24px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .product_old_price {
    left: 2px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .product_old_price {
    left: -3px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .product_old_price.stavka {
    left: -24px;
    bottom: 33px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .product_old_price.stavka {
    left: -24px;
    bottom: 30px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .product_old_price > .text {
    color: #000;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .product_old_price > .text > span {
    font-size: 12px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .product_old_price > .text > span {
    font-size: 14px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .product_old_price > .text > span {
    font-size: 12px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .product_price {
    position: absolute;
    left: 15px;
    bottom: 5px;
    color: #000;
    font-size: 14px;
}

.product_list > .product_wrapper > .product_container > .product.action > .right_info > .product_price.stavka {
    left: auto;
    right: 110px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .product_price.belarus {
    left: 5px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .product_price.belarus > b {
    font-size: 17px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .product_price.belarus > b {
    font-size: 21px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .product_price.belarus > b {
    font-size: 17px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .product_price.stavka {
    left: auto;
    right: 110px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .product_price > div {
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .product_price > div {
    font-size: 24px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .product_price > b {
    font-size: 20px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .buy > .price_button {
    background: #ffc800;
    color: #3d3c3c;
    padding: 2px 10px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font: 18px/23px Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    height: 23px;
    width: 70px;
    text-align: center;
    font-weight: bold;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .buy > .price_button small {
    font-size: 11px;
}

.product_list > .product_wrapper > .product_container > .product.action > .right_info > .buy > .price_button {
    background: #f00;
    color: #fff;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .buy > .price_button {
    padding: 4px 15px;
    font-size: 16px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .buy > .price_button {
    padding: 2px 10px;
    font-size: 14px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .buy > .price_button:hover {
    background: #c6c6c6;
    color: #000;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .buy > .price_button > .buySuccess {
    background: #fff;
    position: absolute;
    left: -24px;
    top: -15px !important;
    height: 50px;
    z-index: 1;
    width: 200px;
}

.product_list > .product_wrapper > .product_container > .product.action > .right_info > .buy > .price_button > .buySuccess {
    background: #ffc800;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .buy > .price_button > .buySuccess {
    left: -45px;
    width: 231px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .buy > .price_button > .buySuccess {
    left: -24px;
    width: 200px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .buy > .price_button > .buyError {
    background: #fff;
    position: absolute;
    left: -24px;
    top: -15px !important;
    height: 50px;
    z-index: 1;
    width: 200px;
}

.product_list > .product_wrapper > .product_container > .product.action > .right_info > .buy > .price_button > .buyError {
    background: #ffc800;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .buy > .price_button > .buyError {
    left: -45px;
    width: 231px;
}

.product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .buy > .price_button > .buyError {
    left: -24px;
    width: 200px;
}

.product_list > .product_wrapper > .product_container > .product > .right_info > .buy > .price_button > .buyProgress {
    display: none;
}



/* for ipad */

@media only screen and (max-width:1270px) {
    .product_list.product_list-3 > .product_wrapper {
        width: 33%; 
        height: 320px;
    }

    .product_list > .product_wrapper > .product_container {
        width: 230px;
        height: 320px;
    }

    .product_list > .product_wrapper > .product_container > .product {
        position: absolute;
        width: 230px;
        height: 320px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product {
        top: -50px;
        width: 435px;
        height: 445px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action {
        top: 0;
        right: 0;
        width: 230px;
        height: 320px;
    }
    .product_list.product_list-5 > .product_wrapper > .product_container > .product {
        position: absolute;
        width: 230px;
        height: 330px;
    }
    .product_list.hover-effect.product_list-5 > .product_wrapper > .product_container:hover > .product{
        height: 455px !important;
    }
    .product_list.hover-effect.product_list-5 > .product_wrapper > .product_container:hover > .product.action{
        height: 350px !important;
    }

    .product_list.hover-effect > .product_wrapper:nth-child(4n-3) > .product_container:hover > .product {
        left: auto;
        right: 0;
    }

    .product_list.hover-effect > .product_wrapper:nth-child(4n-3) > .product_container:hover > .product.action {
        left: 0;
        right: 0;
    }

    .product_list.hover-effect > .product_wrapper:nth-child(3n-2) > .product_container:hover > .product {
        left: 0;
        right: auto;
    }

    .product_list.hover-effect > .product_wrapper:nth-child(3n-2) > .product_container:hover > .product.action {
        left: 0;
        right: 0;
    }

    .product_list.hover-effect.product_list-5  > .product_wrapper:nth-child(4n+4) > .product_container:hover > .product {
        left: auto !important;
        right: 0 !important;
    }

    .product_list > .product_wrapper > .product_container > .product > .left_info {
        width: 118px;
        height: 350px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .left_info {
        height: 445px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .left_info {
        height: 350px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info {
        width: 230px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info {
        width: 315px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info {
        width: 220px !important;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .info_text {
        font-size: 22px;
        padding-top: 18px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .info_text {
        font-size: 30px;
        padding-top: 18px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .info_text {
        font-size: 22px;
        padding-top: 18px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .info_header {
        height: 60px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .sale_hid {
        width: 80px;
        height: 80px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .sale_hid > .sale {
        width: 75px;
        height: 75px;
        top: -20px;
        left: -20px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .sale_hid > .sale > span {
        padding-top: 30px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .sale_hid > .sale > span > b {
        font-size: 22px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .sale_hid {
        width: 100px;
        height: 100px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .sale_hid {
        width: 80px;
        height: 80px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .sale_hid > .sale {
        width: 95px;
        height: 95px;
        top: -30px;
        left: -30px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .sale_hid > .sale {
        width: 75px;
        height: 75px;
        top: -20px;
        left: -20px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .sale_hid > .sale > span {
        padding-top: 45px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .sale_hid > .sale > span {
        padding-top: 30px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .sale_hid > .sale > span > b {
        font-size: 28px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .sale_hid > .sale > span > b {
        font-size: 22px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header {
        height: 70px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header {
        height: 60px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .info_icons img {
        width: 28px;
        margin-right: 2px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .info_icons img {
        width: 36px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .info_icons img {
        width: 28px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .info_colors img {
        width: 14px;
        margin-right: 3px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .info_colors img {
        width: 18px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .info_colors img {
        width: 14px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .info_image {
        height: 170px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .info_image a img {
        max-height: 160px;
        max-width: 200px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_image {
        height: 270px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_image {
        height: 170px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_image a img {
        max-height: 270px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_image a img {
        height: 170px;
    }

    .product_list > .product_wrapper > .product_container > .product > .left_info img {
        margin-top: 30px;
        max-height: 70px;
        max-width: 90px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .buy > .price_button {
        padding: 8px 34px;
        font-size: 20px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .buy > .price_button {
        padding: 2px 10px;
        font-size: 14px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .product_price > div {
        font-size: 30px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .product_price > b {
        font-size: 20px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .product_old_price {
        font-size: 15px;
        left: 5px;
        bottom: 35px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .product_old_price {
        font-size: 10px;
        left: -3px;
        bottom: 30px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .product_old_price > .text > div {
        font-size: 18px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .product_old_price > .text > b {
        font-size: 12px;
    }

    .product_list > .product_wrapper > .product_container > .product.action > .right_info > .product_price.stavka {
        left: auto;
        right: 130px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .product_price.stavka {
        left: auto;
        right: 130px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .product_old_price.stavka {
        left: -20px;
        bottom: 38px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .product_old_price.stavka {
        left: -24px;
        bottom: 30px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .buy > .price_button > .buySuccess {
        left: -44px;
        top: -13px !important;
        width: 220px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .buy > .price_button > .buySuccess {
        left: -82px;
        width: 306px;
        height: 55px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .buy > .price_button > .buySuccess {
        left: -44px;
        top: -13px !important;
        width: 220px;
        height: 50px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .info_header > .sale_hid > .sale > span > small {
        font-size: 15px;
        display: block;
        padding-top: 7px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .info_header > .sale_hid > .sale > span > small {
        font-size: 18px;
        display: block;
        padding-top: 8px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .info_header > .sale_hid > .sale > span > small {
        font-size: 15px;
        display: block;
        padding-top: 7px;
    }

    .product_list > .product_wrapper > .product_container > .product > .right_info > .product_price.belarus {
        left: 10px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product > .right_info > .product_price.belarus > b {
        font-size: 26px;
    }

    .product_list.hover-effect > .product_wrapper > .product_container:hover > .product.action > .right_info > .product_price.belarus > b {
        font-size: 20px;
    }
}