.ajax_block_product .product-container {
    border-style: solid;
    border-width: 1px
}

.grid .left-block {
    padding: 0 19px
}

.product-image-container {
    position: relative;
    overflow: hidden;
    text-align: center
}

.ajax_block_product .product_img_link {
    display: inline-block
}

.ajax_block_product .product_img_link img {
    width: 100%;
    margin-top: 30px
}

.product-container .lnk_view {
    display: inline-block;
    line-height: 40px;
    white-space: nowrap;
    height: 40px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-container .lnk_view:before {
    font-size: 16px;
    font-family: fontAwesome;
    content: "\f00e";
    padding-right: 6px
}

.reduce_style.price:after {
    content: '/';
    display: inline-block
}

.ajax_block_product .quick-view:before {
    font-family: fontello;
    content: '\e800'
}

.ajax_block_product .color-list-container,
.ajax_block_product .nb-comments,
.ajax_block_product .product-flags,
.ajax_block_product .quick-view span {
    display: none
}

.ajax_block_product .comments_note {
    display: table;
    margin: 0 auto;
    padding-bottom: 20px
}

.ajax_block_product .add_to_compare {
    display: block;
    width: 18px;
    height: 18px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    right: 18px;
    bottom: 5px;
    overflow: hidden;
    text-indent: -40px
}

.ajax_block_product .add_to_compare.checked {
    text-indent: 0
}

.ajax_block_product .add_to_compare:before {
    content: "\f00c";
    font-family: fontAwesome
}

.grid .ajax_block_product {
    max-width: 390px;
    margin: 0 auto
}

.grid .button-container,
.grid .product-name {
    text-align: center
}

.grid .product-desc {
    display: none
}

.grid .right-block {
    padding: 0 19px 19px
}

.grid .right-block h5 {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 24px 0 12px;
    line-height: 1.3;
    text-align: center
}

.ajax_block_product .ajax_add_to_cart_button {
    line-height: 38px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.grid .content_price {
    text-align: center;
    padding-bottom: 25px
}

.ajax_block_product .addToWishlist,
.ajax_block_product .quick-view {
    margin-left: 1px
}

.list .left-block {
    padding: 1px 16px
}

.list .product-desc {
    line-height: 1.5;
    padding-top: 10px
}

.list .right-block {
    text-align: center
}

.list .butt.btn_border.ajax_add_to_cart_button {
    display: table;
    margin: 20px auto
}

.list .function_btn {
    float: none;
    display: inline-block;
    margin-left: 2px
}

.list .center-block,
.list .right-block {
    padding: 15px
}

.list .comments_note {
    width: auto;
    float: none
}

.list .content_price {
    margin-bottom: 25px
}

.list .add_to_compare {
    bottom: 1px
}

.category_list.grid .inner-product-list {
    font-size: 0;
    display: table;
    width: 100%
}

.category_list.grid .ajax_block_product {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: baseline
}

.category_list .ajax_block_product {
    margin-bottom: 30px
}

.accessories-block .ajax_add_to_cart_button {
    width: 38px;
    font-size: 19px;
    padding: 0
}

.accessories-block .ajax_add_to_cart_button span {
    display: none
}

.accessories-block .ajax_add_to_cart_button:before {
    font-family: fontello;
    content: "\e808"
}

@media screen and (min-width:768px) and (max-width:991px) {
    #product .easycarousel .right-block {
        padding-left: 10px;
        padding-right: 10px
    }
    .content_price .reduce_style.price {
        display: block;
        margin-right: 0;
        padding-right: 0
    }
    .reduce_style.price:after {
        display: none
    }
}

@media screen and (max-width:991px) {
    .list .old-price,
    .list .price.product-price {
        font-size: 16px
    }
    .list .product-desc {
        font-size: 13px
    }
   
}

@media (max-width:640px) {
    .list .center-block,
    .list .left-block,
    .list .right-block {
        width: 100%
    }
    .list .ajax_block_product {
        max-width: 390px;
        margin: 0 auto 30px;
        float: none
    }
    .list .center-block,
    .list .right-block {
        padding-left: 30px;
        padding-right: 30px
    }
    .list .product-image-container {
        padding-bottom: 15px
    }
    .list .product-image-container:before {
        content: '';
        display: block;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0
    }
    .list .add_to_compare {
        bottom: -1px;
        right: 15px
    }
    .list.category_list .butt.btn_border.ajax_add_to_cart_button:before {
        padding: 0
    }
    .list.category_list .butt.btn_border.ajax_add_to_cart_button span {
        display: none
    }
    .list .button-container {
        padding-top: 15px
    }
}

@media (max-width:579px) {
    .grid.category_list .ajax_block_product {
        display: table
    }
}

@media (max-width:480px) {
    .product-container .lnk_view {
        font-size: 12px
    }
}