#review-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.modal-title {
    font-size: 18px;
}

.box-product > div {
    width: 200px;
}
#tab-description {
    display: block;
    width: 95%;
    margin: 10px auto 5px;
}
#tab-description p {
    text-indent: inherit;
}
.product-info {
    overflow: inherit;
}
.grid-sizer,.grid-item { width: 24%; padding: 5px}
/*    .gutter-sizer { width: 1%; }*/
.grid-item--width2 { width: 50%; }
.grid-item--width3 { width: 75%; }

.grid-item--width2 .price, .grid-item--width3 .price {
    font-size: 37px;
    width: 130px;
    top: -70px;
    height: 43px;
}
.grid-item--width2 .discount_price, .grid-item--width3 .discount_price {
    top: -120px !important;
}
.grid-item--width2 .discount_price .price-old:after, .grid-item--width3 .discount_price .price-old:after {
    border-bottom: 3px solid black;
    top: -29px;
}
.product-info .image-additional img {
    width: 150px !important;
}
@media all and (min-width:1200px) {
    .container {
        width: 95%;
    }
    #column-left {
        max-width: 268px;
    }
    .logo.col-xs-12 img {
        margin: inherit;
    }
    .product-grid > div {
        width: 225px;
    }
    .category-info .cart input.btn.btn-default {
        /*display: none;*/
    }
}
@media all and (min-width: 1200px) and (max-width: 1300px) {
    .col-lg-9 {
        width: 75%;
    }
    .product-grid > div {
        width: 218px;
    }
}
@media all and (min-width: 1300px) and (max-width: 1400px) {
    .col-lg-9 {
        width: 77%;
    }
    .product-grid > div {
        width: 218px;
    }
}
@media all and (min-width: 1400px) and (max-width: 1500px) {
    .col-lg-9 {
        width: 78%;
    }
    .product-grid > div {
        width: 218px;
    }
}
@media all and (min-width: 1500px) and (max-width: 1600px) {
    .col-lg-9 {
        width: 80%;
    }
    .product-grid > div {
        width: 218px;
    }
}
@media all and (min-width: 1600px) and (max-width: 1700px) {
    .col-lg-9 {
        width: 80%;
    }
    .product-grid > div {
        width: 218px;
    }
}
@media all and (min-width: 1800px) and (max-width: 1900px) {
    .col-lg-9 {
        width: 80%;
    }
    .product-grid > div {
        width: 218px;
    }
}
@media all and (min-width: 1900px) and (max-width: 2000px) {
    .col-lg-9 {
        width: 80%;
    }
    .product-grid > div {
        width: 218px;
    }
}
@media all and (min-width: 2000px) and (max-width: 2100px) {
    .col-lg-9 {
        width: 80%;
    }
    .product-grid > div {
        width: 218px;
    }
}
@media all and (min-width: 2100px) {
    .col-lg-9 {
        width: 86%;
    }
    .product-grid > div {
        width: 218px;
    }
}


@media (min-width: 1200px) {
    .col-lg-6.btn_add_to_cart {
        text-align: right !important;
    }

    .col-lg-6 .fastorder {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .col-md-12 .btn-success {
        margin-top: 5px !important;
        text-align: left;
    }

    .col-md-12 .fastorder {
        margin-top: 5px !important;
        text-align: left;
    }
}

.product-info .image-additional img {
    width: 75px;
}

.option .option-image tr {
    display: inline-block;
}