
:focus, :active {
    outline: none !important;
}

.float-none {
    float: none !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}

.margin-right {
    margin-right: 7px !important;
}

.margin-right-lg {
    margin-right: 14px !important;
}

.display-inline-block {
    display: inline-block !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.margin-top {
    margin-top: 7px;
}


.fixed-width-xs {
    width: 48px !important;
}

.fixed-width-sm {
    width: 80px !important;
}

.fixed-width-md {
    width: 120px !important;
}

.fixed-width-lg {
    width: 160px !important;
}

.fixed-width-xl {
    width: 200px !important;
}

.fixed-width-xxl {
    width: 250px !important;
}


#itemproduct li span
{
    font-size: 16px;
}
#itemproduct li img
{
    float: left;
}

/*ps16*/

.itemproduct_right_column_product
{
    margin-bottom: 20px;
    background: #FFFFFF;
}

/*ps17*/

.product-information .itemproduct_right_column_product
{
    padding: 1.563rem 1.25rem;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

.itemproduct_right_column_product hr {
    box-sizing: inherit;
}

/*.itemproduct_right_column_product hr:last-child {*/
/*    display: none;*/
/*}*/

.itemproduct_right_column_product .text_name
{
    overflow: hidden;
    max-width: calc(100% - 55px);
}
.itemproduct_right_column_product .text_name span
{
    display: inline-block;
}
.itemproduct_right_column_product .cover_item img
{
    margin: 0 auto;
}
.itemproduct_left_column
{
    border-top: 5px solid #333333;
}
.itemproduct_left_column li
{
    border-bottom: 1px solid #d6d4d4;
    padding: 10px 0;
    margin-bottom: 10px;
}
.itemproduct_left_column li img
{
    margin-right: 20px;
}
.itemproduct_left_column li span
{
    display: inline-block;
    margin-top: 15px;
}
.itemproduct_left_column .block_content
{
    padding: 20px 0;
}

.hidden_item {
    display: none;
}


