/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.nav-tabs
{
width: 100%;
    position: absolute;
    top: -50px;
z-index: 99999;
}

.reviews-text {
  max-height: 100px;
  overflow: hidden;
  padding: 5px 10px;
  font-size: 14px;
}
.catalog_detail .item_main_info
{
border-bottom:0px !important;
}
.video-js
{
    margin: 0 auto;
}
@media (max-width: 768px) {
    .quantity_block_wrapper > div {
            color: #ffad00;
    font-size: 16px;
    }
.price_value
{
font-size: 30px;
	}
.catalog_item .price_value
{
font-size: 25px;
	}
.item_main_info .price_group .price_matrix_wrapper
{
    float: right;
    margin-right: -20px;
    margin-top: -26px;
	}
.catalog_detail .element_detail_text .price_txt > .sharing + .text
{
padding-left:0px;
	}
.middle_info .top_props .props .value
{
    float: right;
    margin-top: -20px;

	}
}
@media (max-width: 330px) {

.middle_info .top_props .props .value
{
    float: none;
    margin-top: 0;

	}
}