.c-goods__description {
display: block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 550;
    color: inherit;
}

h1 {
  font-size: 21px;
  padding-top: 25px;
  padding-bottom: 25px;
}

h2 {
 font-size: 19px;
   padding-top: 40px;
  padding: 35px;
}

h3 {
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
}

h4 {
  font-size: 16px;
  padding-top: 35px;
  padding-bottom: 25px;
   text-align: center;
}

h5 {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.c-goods__price {
border-radius: 6px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 4px 2px 0;
    padding: 0 6px;
    white-space: nowrap;
}

@media (min-width: 1025px) {
.c-title {
    font-size: 20px;
}
}
.content-faq .faq-item .answer {
    font-size: 16px;
}

.sizeMap-row span {
    font-weight: 550;
}

.sizeMap-row .size {
    display: inline-block;
    min-width: 31px;
    height: 31px;
    margin: 0px 0px 0px 0;
    padding: 2px 5px 5px 5px;
    cursor: pointer;
    text-align: center;
    border: 0px solid #f5f5f5;
}

.sizeMap-row .size span {
    font-weight: normal;
}

/* c-goods
------------------------------------------------------------------- */
.c-goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.c-goods__item,
.product-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-transition: box-shadow .3s, border-color .3s;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border-color .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border-color .3s;
    transition: box-shadow .3s, border-color .3s, -webkit-box-shadow .3s;
    border: 1px solid #dadada;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.c-goods__item .wrapper-mg-buy-click {
    margin-top: 10px;
}

@media(min-width: 767px) {
  .c-goods__item:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	}
}


.c-goods__left {
    padding: 10px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}

.c-goods__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.c-goods__right .c-buy__buttons > a {
    margin-bottom: 0;
}

.c-goods__right > * {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .c-goods__right > * {
        margin-top: 10px;
    }

    .c-goods__right > *:first-child {
        margin-top: 0;
    }
}

.c-goods__img {
    position: relative;
    display: block;
    height: 200px;
}

.c-goods__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.c-goods__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 767px) {
    .c-goods__title {
        font-size: 16px;
    }
}

.c-goods__title:hover {
    text-decoration: underline;
}

.c-goods__price {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .c-goods__price {
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.c-goods__price--old {
    font-size: 16px;
    margin-right: 10px;
    color: #999;
}

@media (max-width: 767px) {
    .c-goods__price--old {
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 4px;
    }
}

.c-goods__price--current {
    font-size: 20px;
    color: #cd4449;
}

@media (max-width: 1024px) {
    .c-goods__price--current {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .c-goods__price--current {
        font-size: 16px;
    }
}

.c-goods__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-goods__description {
    font-size: 15px;
    display: none;
    text-align: center;
}

@media (min-width: 768px) {
    .c-goods--list .c-goods__trigger {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .c-goods--list .c-goods__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .c-goods--list .c-goods__img {
        width: 300px;
    }

    .c-goods--list .c-goods__right {
        width: 100%;
        padding: 16px;
        padding-left: 26px;
    }

    .c-goods--list .c-goods__price {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .c-goods--list .c-goods__title {
        margin-top: 0;
        text-align: left;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .c-goods--list .c-goods__description {
        display: block;
        text-align: left;
    }

    .c-goods--list .c-goods__buttons a {
        max-width: 48%;
    }
}

@media(min-width: 767px) {
  	.c-carousel .c-goods__item:hover,
	.product-wrapper:hover {
    	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .2);
    	box-shadow: inset 0 0 20px rgba(0, 0, 0, .2);
	}
}



@media (min-width: 1025px) {
    .l-body__index:not(.l-body__catalog) .c-goods .min-1025--4 {
        max-width: 33%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 33%;
    }

    .l-body__index:not(.l-body__catalog) .c-goods--list .c-goods__trigger {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

/* c-ribbon
------------------------------------------------------------------- */
.c-ribbon {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.c-ribbon__new,
.c-ribbon__hit,
.c-ribbon__sale {
    font-weight: 600;
    position: absolute;
    top: -11px;
    width: 90px;
    padding: 6px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.c-ribbon__new {
    right: -11px;
    background: #2ecc71;
}

.c-ribbon__hit {
    left: -11px;
    background: #f39c12;
}

.c-ribbon__sale {
    background: #f55;
    margin: auto;
    left: 0;
    right: 0;
}

.c-goods__item.product-wrapper form.property-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-goods__item.product-wrapper form.property-form .c-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.c-goods__item.product-wrapper form.property-form .buy-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.c-goods__item.grid .c-goods__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 767px) {
    .products-wrapper .c-goods__trigger {
        padding-top: 30px;
    }
}
.second-scroll {
    margin-bottom: 10px;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

.second-scroll__wrap {
    flex-basis: 100%;
    display: flex;
    justify-content: flex-end;
}

/* c-compare
------------------------------------------------------------------- */
.c-compare {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 70px 16px 0;
    background: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden auto;
}

@media screen and (max-width: 425px) {
    .c-compare {
        padding: 70px 0 0;
    }
}

.c-compare__top {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 0 26px;
    border-bottom: 1px solid #dadada;
    background: #f3f3f3;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-compare__top__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-compare__top__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-compare__top__buttons > a {
    margin-left: 10px;
}

@media screen and (max-width: 768px){
    .c-compare__top__buttons .c-button {
        padding: 0;
        background: 0;
        color: #666;
        border-bottom: 1px dashed #666;
        border-radius: 0;
        font-size: 14px;
        line-height: 1;
        height: 25px;
    }

    .c-compare__top__buttons .c-button .icon {
        display: none;
    }

    .c-compare__top {
        height: 50px;
        padding: 0 20px 0 10px;
    }

    .c-compare__top select {
        height: 25px;
    }

}


.c-compare__top__buttons .icon {
    font-size: 12px;
    margin-top: -1px;
    margin-right: 5px;
}

.c-compare__left {
    position: relative;
    width: 45%;
    height: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.c-compare__right {
    min-width: 40%;
    max-width: 55%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    overflow: auto;
}

.c-compare__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-compare__item {
    overflow: hidden;
    min-width: 225px;
    max-width: 225px;
    min-height: 300px;
    max-height: 300px;
    margin: 0;
    margin-right: 10px;
}

.c-compare__img {
    height: 140px !important;
}

.c-compare__property {
    display: none;
}

.c-compare__table {
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.c-compare__table__left {
    position: absolute;
    top: 301px;
    left: 0;
    width: 100%;
}

.c-compare__table__left .c-compare__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-compare__table__left .c-compare__column {
    font-weight: 600;
    width: 100%;
    margin-top: 0;
    text-transform: uppercase;
}

.c-compare__table__right .c-compare__column {
    min-width: 225px;
    max-width: 225px;
    overflow: hidden;
}

.c-compare__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.c-compare__column {
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 35px;
    margin-top: 6px;
    margin-right: 10px;
    padding: 2px 10px;
    border-bottom: 1px solid #dadada;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-compare__remove {
    text-align: right;
}

.c-compare__remove:hover {
    color: #cd4449;
}


.c-compare__right .c-goods__right > * {
    margin-top: 0;
}

.c-compare .c-goods__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 65px;
}


.mg-compare-products .mg-tooltip .mg-tooltip-content {
    position: absolute;
    z-index: 111;
    text-align: left;
    padding: 5px 8px;
    border-radius: 5px;
    background: #fff;
    top: 100%;
    left: 10px;

    color: #000;
    font-size: 12px;
    line-height: 19px;
    box-shadow: 0 1px 23px 1px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    white-space: normal;
    width: 200px;
}

.mg-compare-products .mg-tooltip:hover .mg-tooltip-content {
    display: block !important;
}

.mg-compare-products .mg-tooltip:hover {
    color: #9e9999;
    border: 1px solid #9e9999;
}

.mg-compare-products .mg-tooltip {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    color: #1391c7;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #1391c7;
    cursor: pointer;
}

.c-compare__column {
    position: relative;
}

.mg-compare-fake-table-cell.with-tooltip .mg-tooltip {
    right: 5px;
    left: auto;
}

.mg-compare-fake-table-cell.with-tooltip .mg-tooltip {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.l-body_overflow_hidden {
    overflow: hidden;
}

.c-compare__right .c-goods__right > * {
    margin-top: 0;
}

.mg-compare-product .c-goods__price--old,
.mg-compare-product .c-goods__price--current {
    font-size: 16px;
}

@media screen and (max-width: 425px) {
    .c-compare__column {
        height: 45px;
    }

    .compare-text {
        font-size: 12px;
        max-width: 100%;
        overflow: hidden;
    }

    .c-goods__title {
        font-size: 15px;
    }

    .c-goods__price--current {
        font-size: 15px;
    }

    .c-compare__item {
        overflow: hidden;
        min-width: 185px;
        max-width: 185px;
        min-height: 280px;
        max-height: 280px;
    }

    .c-compare__table__left {
        top: 281px;
    }

    .c-compare__top__buttons > a {
        margin-left: 10px;
        margin-top: 0!important;
    }
}
.c-compare__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.c-compare__link--icon {
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5b3f97;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .c-compare__link--icon {
        font-size: 24px;
    }
}

.c-compare__link--count {
    position: absolute;
    top: 0;
    right: 0;
}

.c-compare__link--text {
    font-size: 12px;
    margin-top: 4px;
    color: #666;
}

.c-compare__link:hover .c-compare__link--text {
    text-decoration: underline;
}
.c-compare__informer {
    position: fixed;
    z-index: 999;
    top: 16px;
    right: 0;
    left: 0;
    display: none;
    width: 300px;
    margin: auto;
}

.c-compare__informer--content {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    color: #fff;
    background: #000;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-compare__informer .icon {
    margin-right: 6px;
}
/* Избранное */
.mg-add-to-favorites,
.mg-remove-to-favorites {
    border: 1px solid #cfcfcf;
    border-bottom: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 5px 4px 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 5px;
    line-height: 17px;
    position: absolute;
    top: -26px;
    background: #f2f2f2;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 142px;
}


@media(min-width: 767px) {
	.c-goods__item:hover .mg-add-to-favorites,
	.c-goods__item:hover .mg-remove-to-favorites {
    	opacity: 1;
    	visibility: visible;
	}
}

@media(max-width: 766px) {
	.c-goods__item .mg-add-to-favorites,
	.c-goods__item .mg-remove-to-favorites {
    	opacity: 1;
    	visibility: visible;
	}
}

.mg-add-to-favorites svg,
.mg-remove-to-favorites svg {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-right: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mg-add-to-favorites svg,
.mg-remove-to-favorites:hover svg {
    stroke: #333;
    fill: #fff;
}

.mg-add-to-favorites:hover svg,
.mg-remove-to-favorites svg {
    stroke: #ffd325;
    fill: #ffc107;
}

.remove__hover {
    display: none;
    width: 87px;
    text-align: center;
}

.mg-remove-to-favorites--product .remove__hover {
    width: 102px;
}

.mg-remove-to-favorites:hover .remove__text {
    display: none;
}

.mg-remove-to-favorites:hover .remove__hover {
    display: inline-block;
}

.mg-product-slides .mg-remove-to-favorites--product,
.mg-product-slides .mg-add-to-favorites--product {
    position: absolute;
    visibility: visible;
    opacity: 1;
    top: 5px;
    z-index: 51;
    border: 0;
    background: transparent;
    font-size: 12px;
    width: 145px;
}

.mg-product-slides .mg-remove-to-favorites--product svg,
.mg-product-slides .mg-add-to-favorites--product svg {
    vertical-align: bottom;
    width: 20px;
    height: 20px;
}

.c-images.mg-product-slides {
    position: relative;
}
.favourite {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    text-decoration: none;
    background: #5b3f97;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 1px;
}

.favourite--open {
    visibility: visible;
    opacity: .6;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.favourite--open:hover {
    opacity: .9;
}

.favourite__text svg {
    width: 20px;
    height: 20px;
    fill: #ffc107;
    vertical-align: text-bottom;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@media (min-width: 1025px)
.c-apply__title {
    /* margin-top: -22px; */
}

.c-product__stock--out {
    background: #f44336;
    width: fit-content;
    margin-left: auto;
    font-size: 20px;
    color: #ffffff;
}

.c-product__stock {
    border-radius: 10px;
}




.wrapper-mg-non-available > button.mg-non-available-button.mg-plugin-btn {

    border-radius: 10px;
}

.rateit {
  /*  margin-top: 10px;*/
}


.mg-trigger-guarantee img, .mg-trigger-guarantee i {
    width: 100%;
    height: 100%;
}

.iframe iframe {
    min-height:500px;
}

.mg-news-details .mg-news-full-desc {
    font-size: 16px;
}

a:hover {
color: #2773eb;
}

    .c-apply__title {
        /* margin-top: 1px; */
    }

html, body {
    /* height: auto; */
    -webkit-overflow-scrolling: touch;
}

.c-goods__price--old {
    font-size: 20px;
    margin-right: 10px;
    color: #df291c;
}

.c-product__price--old .c-product__price--value {
    font-size: 20px;
    color: #b10202;


}
.c-filter .mg-filter-body .mg-viewfilter-all, .c-filter a.mg-viewfilter {
    font-size: 14px;
    color: #cb080f;
}

.c-filter .mg-filter-body .mg-filter-title {
    font-size: 15px;
    color: #870909;
}

.c-filter .mg-filter-body .mg-viewfilter-all, .c-filter a.mg-viewfilter {
    font-size: 14px;
    color: #cb080f;
}

.c-filter .mg-filter-body .mg-filter-title {
    font-size: 15px;
    color: #0462a7;
}

.c-filter .mg-filter-body li {
    font-size: 13px;
}

.prop-string .prop-name {
    max-width: 80%;
}


.dailyProduct {
    width: 100%;
    margin-bottom: 16px;
    background: #fff;
}



.dailyTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 4px;
    text-align: center;
    border-bottom: 1px solid #dadada;
}

.section-daily-product .dailyProductDemo .dailyTitleDemo, .dailyProduct {
    font-size: 18px;
}

.info-rating
{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 4px;
    text-align: center;
}


.product-rating2{	
display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    align-content: stretch;
}














.c-goods__left > .product-rating2 > .info-rating,
.c-goods__left > .product-rating2 > span:nth-child(2)
{	
 font-size: 12px!important;
} 

