.product-card .title {
    float: left;
    position: relative;
}

.product-card .title.withLogo {
    width: calc(100% - 120px);
}

.product-card .logo {
    float: right;
    text-align: right;
}

.product-card a.icon-product-favourite {
    position: absolute;
    top: 4px;
    left: -45px;
    display: block;
    width: 24px;
    height: 21px;
    background: url("../../img/icon-favourite-big.png") no-repeat 0 0;
    z-index: 10;
}

.product-card a.icon-product-favourite.active {
    background: url("../../img/icon-favourite-big-active.png") no-repeat 0 0;
}

.product-card h1 {
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-size: 29px;
    line-height: 1.1;
}

.product-card .title h2 {
    margin: 10px 0 0 0;
    padding: 0;
    color: #b9b9b9;
    font-size: 18px;
}

.product-card .logo img {
    max-width: 100px;
    max-height: 70px;
}

.product-card .colors,
.product-card .measurements {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    font-family: 'Avenir Book';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #555;
}

.product-card .measurements span.measure {
    margin: 0;
    padding: 0;
    width: auto;
}

.product-card .measurements span.width,
.product-card .measurements span.height,
.product-card .measurements span.depth {
    display: inline-block;
    padding: 0 0 0 30px;
    margin: 0 0 0 12px;
    min-height: 16px;
}

.product-card .measurements span.width {
    background: url("../../img/measure-width.png") no-repeat 0 0;
}

.product-card .measurements span.height {
    background: url("../../img/measure-height.png") no-repeat 0 0;
}

.product-card .measurements span.depth {
    background: url("../../img/measure-depth.png") no-repeat 0 0;
}

.product-card .colors {
    align-items: flex-start;
    align-items: center;
    margin: 30px 0 0 0;
    padding: 0 0 20px 0;
    border-bottom: solid #d9d9d9 1px;
}

.product-card .colors span.color {
    display: block;
    margin-right: 35px;
}

.product-card .colors a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 2px;
    border: solid #fff 2px;
    margin-right: 10px;
}

.product-card .colors a:last-child {
    margin: 0;
}

.product-card .colors a.active,
.product-card .colors a:hover {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 2px solid #ed1c24;
}

.product-card .colors a img {
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.product-card .prices {
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    text-align: center;
}

.product-card .prices span.priceBase {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    color: #7e7e7e;
    font-size: 34px;
    text-decoration: line-through;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.product-card .prices span.priceCurrent {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #ed1c24;
    font-size: 45px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.product-card a#credit-agricole-product-card-installments,
.product-card a#credit-agricole-product-card-installments:link,
.product-card a#credit-agricole-product-card-installments:visited,
.product-card a#credit-agricole-product-card-installments:active {
    display: none;
    color: #000;
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    text-decoration: underline;
}

.product-card a#credit-agricole-product-card-installments:hover {
    color: #ed1c24;
}

.product-card .btn-basket {
    font-family: 'Avenir';
    font-weight: 600;
    font-size: 14px;
    padding: 15px 0;
    border-radius: unset !important;
    width: 100%;
}

.product-card .btn-basket .spinner-border {
    height: 20px;
    width: 20px;
}

.product-card .about-product-realization {
    display: block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 14px;
    padding: 0 30px 0 0;
    background: url("../../img/icon-product-availability.png") no-repeat top 50% right 0;
}

.product-card .about-product-realization .realization {
    font-weight: 400;
}

.product-card a.about-product-realization:hover {
    color: #ed1c24;
}

.product-card .product-phone {
    display: block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 14px;
    padding: 9px 0 9px 70px;
    border: solid #d8d8d8 1px;
    background: url("../../img/icon-red-phone.png") no-repeat top 50% left 25px;
}

.product-card .product-phone .phone {
    font-weight: 500;
    display: block;
}

.product-card .about-product-availability {
    display: block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 14px;
    padding: 0 30px 0 0;
    background: url("../../img/icon-warehouse-availability.png") no-repeat top 50% right 0;
}

.product-card a.about-product-availability:hover {
    color: #ed1c24;
}

.product-card ul.nav-tabs {
    margin: 40px 0 0 0;
    background-image: url("../../img/bg-tabs.png");
    background-repeat: repeat-x;
    background-position: bottom;
    border: none;
}

.product-card ul.nav-tabs li {
    margin: 10px 0 0 0;
}

.product-card ul.nav-tabs li.nav-item a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #888;
    font-size: 16px;
    border: none;
    padding: 6px 0 12px 0;
    margin: 0 30px 0 0;
    transition: unset !important;
}

.product-card ul.nav-tabs li.nav-item a:hover,
.product-card ul.nav-tabs li.nav-item.active a {
    color: #000;
    background-image: url("../../img/bg-tabs-active.png");
    background-repeat: repeat-x;
    background-position: bottom
}

.product-card h2 {
    color: #58595b;
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    margin: 15px 0 40px 0;
    padding: 0;
    line-height: 1.4;
}

.product-card #tab-info .img-main-wrapper {
    width: 100%;
    max-height: 290px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.product-card #tab-info .img-main-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.product-card #tab-attributes .box-attribute {
    width: 100%;
    margin: 0 0 30px 0;
    font-family: 'Avenir';
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
}

.product-card #tab-attributes .box-attribute .data {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 1.3;
    margin: 0 0 5px 0;
}

.product-card #tab-attributes .box-attribute .data span:first-child {
    width: 50%;
    display: block;
    text-align: left;
    word-break: break-word;
}

.product-card #tab-attributes .box-attribute .data span:nth-child(2) {
    width: 50%;
    display: block;
    text-align: right;
    word-break: break-word;
}

.product-card #tab-attributes .box-attribute h3 {
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0 0 8px 0;
    color: #58595b;
    border-bottom: solid #dadde6 1px;
}

.product-card #tab-attributes .box-attribute ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-card #tab-attributes .box-attribute ul li {
    margin: 0 0 8px 0;
    padding: 0;
}

.product-card #tab-attributes .box-attribute a {
    color: #58595b;
}

.product-card #tab-attributes .box-attribute a:hover {
    color: #ed1c24;
}

.product-card #tab-attributes .box-attribute a.file {
    background: url("../../img/icon-instruction.png") no-repeat 0 0;
    padding: 0 0 0 35px;
    margin: 0;
    min-height: 20px;
}

/* OPINIONS */
#opinions {
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    color: #58595b;
    margin: 0;
}

#opinions hr.top {
    margin: 60px 0;
}

#opinions h2 {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1.0;
}

#opinions .currentRating {
    font-weight: 600;
}

#opinions .totalRating {
    font-size: 16px;
}

#opinions .avgRating i {
    position: relative;
    top: -2px;
}

#opinions .avgRating i {
    font-family: Arial;
    font-size: 16px;
    margin-left: 3px;
    padding: 0;
    line-height: 1.0;
    color: #dcdcdc;
}

#opinions .avgQuantity {
    color: #b0b1b2;
    font-size: 14px;
}

#opinions .avgRating i.cover {
    color: #da2128;
}

#opinions .about-opinion {
    font-size: 16px;
}

#opinions .userRating {
    position: relative;
    top: -1px;
}

#opinions .userRating i {
    font-family: Arial;
    font-size: 22px;
    margin-left: 3px;
    padding: 0;
    line-height: 1.0;
    color: #dcdcdc;
    cursor: pointer;
}

#opinions .userRating i.cover {
    color: #da2128;
}

#opinions .userRating i:first-child {
    margin-left: 30px;
}

#opinions .btn-add-opinion {
    width: 100%;
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    background: #00bb32;
    border: none;
}

#opinions .btn-add-opinion-loading {
    display: none;
    height: 24px;
    margin: 8px 15px 8px 0;
}

#opinions .userComment::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a4a4a4;
    opacity: 1; /* Firefox */
}

#opinions .userComment:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a4a4a4;
}

#opinions .userComment::-ms-input-placeholder { /* Microsoft Edge */
    color: #a4a4a4;
}

#opinions .userName::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a4a4a4;
    opacity: 1; /* Firefox */
}

#opinions .userName:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a4a4a4;
}

#opinions .userName::-ms-input-placeholder { /* Microsoft Edge */
    color: #a4a4a4;
}

#userOpinions {
    font-family: 'Avenir';
    font-style: normal;
    font-size: 15px;
}

#userOpinions .name {
    width: 100%;
    font-size: 16px;
    color: #58595b;
    font-weight: 600;
    margin: 15px 0 0 0;
}

#userOpinions .date {
    width: 100%;
    color: #abacad;
    margin: 14px 0 0 0;
}

#userOpinions .rating {
    font-family: "Arial", sans-serif;
    font-size: 13px;
    color: #da2128;
    margin: 2px 0 0 0;
}

#userOpinions .comments {
    line-height: 1.6;
}

#userOpinions .quote {
    height: 30px;
    vertical-align: baseline;
}

#userOpinions .row-hidden {
    display: none;
}

#userOpinions a.btn-link {
    color: #58595b;
    margin: 0;
    padding: 0;
}

/* magnifier product images */
#productImagesMagnifierContent {
    position: relative;
}

#productImagesMagnifierContent a.previous {
    position: absolute;
    left: 19px;
    top: 40%;
    width: 42px;
    height: 68px;
    display: block;
    background: url('../../img/bx-nav-left.png') no-repeat left center;
    z-index: 100;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

#productImagesMagnifierContent a.next {
    position: absolute;
    right: 19px;
    top: 40%;
    width: 42px;
    height: 68px;
    display: block;
    background: url('../../img/bx-nav-right.png') no-repeat right center;
    z-index: 100;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

/* magnifier collection images */
#collectionImagesMagnifierContent {
    position: relative;
}

#collectionImagesMagnifierContent a.previous {
    position: absolute;
    left: 16px;
    top: 40%;
    width: 42px;
    height: 68px;
    display: block;
    background: url('../../img/bx-nav-left.png') no-repeat left center;
    z-index: 100;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

#collectionImagesMagnifierContent a.next {
    position: absolute;
    right: 16px;
    top: 40%;
    width: 42px;
    height: 68px;
    display: block;
    background: url('../../img/bx-nav-right.png') no-repeat right center;
    z-index: 100;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

/* only for XX-LARGE */
@media all and (min-width: 1400px) {
    .product-card h2.inspirations {
        margin: 0 0 25px;
        line-height: 1.0;
    }
}

/* only for X-LARGE */
@media all and (min-width: 1200px) and (max-width: 1399px) {
    .product-card h1 {
        font-size: 27px;
    }

    .product-card .measurements span.measure {
        display: none;
    }

    .product-card .measurements span.width,
    .product-card .measurements span.height,
    .product-card .measurements span.depth {
        padding: 0 0 0 30px;
        margin: 0 0 0 15px;
    }

    .product-card .measurements span:nth-child(2) {
        margin: 0;
    }

    .product-card .colors span.color {
        margin: 0 20px 0 0;
    }

    .product-card .btn-basket {
        font-size: 13px;
    }

    .product-card .btn-basket .spinner-border {
        height: 18px;
        width: 18px;
    }

    .product-card .product-phone {
        font-size: 14px;
        padding: 9px 0 9px 60px;
        background: url("../../img/icon-red-phone.png") no-repeat top 50% left 20px;
    }

    .product-card h2.inspirations {
        margin: 0 0 25px;
        line-height: 1.0;
    }
}

/* only for LARGE */
@media all and (min-width: 992px) and (max-width: 1199px) {
    .product-card h1 {
        font-size: 25px;
    }

    .product-card .measurements span.measure {
        display: none;
    }

    .product-card .measurements span.width,
    .product-card .measurements span.height,
    .product-card .measurements span.depth {
        padding: 0 0 0 30px;
        margin: 0 0 0 25px;
    }

    .product-card .measurements span.txt {
        display: none;
    }

    .product-card .measurements span:nth-child(2) {
        margin: 0;
    }

    .product-card .colors span.color {
        margin: 0 20px 0 0;
    }

    .product-card .colors a {
        width: 40px;
        height: 40px;
    }

    .product-card .prices span.priceBase {
        font-size: 30px;
    }

    .product-card .prices span.priceCurrent {
        font-size: 40px;
    }

    .product-card .item-one {
        order: 1;
    }

    .product-card .item-two {
        order: 3;
    }

    .product-card .item-three {
        order: 2;
    }

    .product-card .item-four {
        order: 4;
    }

    .product-card .btn-basket {
        font-size: 14px;
    }

    .product-card .product-phone {
        font-size: 15px;
        padding: 16px 0 16px 80px;
        background: url("../../img/icon-red-phone.png") no-repeat top 50% left 30px;
    }

    .product-card .product-phone .phone {
        font-weight: 500;
        display: inline-block;
        margin-left: 10px;
    }

}

/* only for MEDIUM */
@media all and (min-width: 768px) and (max-width: 991px) {
    .product-card a.icon-product-favourite {
        position: unset;
        left: unset;
        float: right;
        margin: 0 20px 0 0;
    }

    .product-card h2 {
        margin: 15px 0 25px 0;
    }

    .product-card .colors,
    .product-card .measurements {
        justify-content: center;
    }

    .product-card .product-phone {
        font-size: 14px;
        padding: 16px 0 16px 97px;
        background: url("../../img/icon-red-phone.png") no-repeat top 50% left 50px;
    }

    .product-card .product-phone .phone {
        font-weight: 500;
        display: inline-block;
        margin-left: 10px;
    }

    #opinions hr.top {
        margin: 50px 0 10px 0;
    }

    #opinions h2 {
        margin: 30px 0 0 0;
    }

    #opinions .btn-add-opinion {
        width: 40%;
    }

    #userOpinions .name {
        margin: 2px 0 0 0;
    }

    #userOpinions .date {
        margin: 2px 0 0 0;
    }

    #userOpinions .quote {
        display: none;
    }
}

/* only for X-SMALL and SMALL */
@media all and (min-width: 576px) and (max-width: 767px) {
    .product-card a.icon-product-favourite {
        position: unset;
        left: unset;
        float: right;
        margin: 0 20px 0 0;
    }

    .product-card h2 {
        margin: 15px 0 25px 0;
    }

    .product-card .colors,
    .product-card .measurements {
        justify-content: center;
    }

    .product-card .btn-basket {
        padding: 13px 0;
    }

    .product-card .product-phone {
        font-size: 14px;
        padding: 15px 0 15px 65px;
        background: url("../../img/icon-red-phone.png") no-repeat top 50% left 20px;
    }

    .product-card .product-phone .phone {
        font-weight: 500;
        display: inline-block;
        margin-left: 10px;
    }

    #opinions hr.top {
        margin: 40px 0 40px 0;
    }

    #opinions .btn-add-opinion {
        width: 40%;
    }

    #userOpinions .rating {
        margin: 7px 0 0 0;
    }

    #userOpinions .name,
    #userOpinions .date {
        margin: 0;
    }

    #userOpinions .quote {
        display: none;
    }
}

/* up to X-SMALL */
@media all and (max-width: 575px) {
    .product-card a.icon-product-favourite {
        position: unset;
        left: unset;
        float: right;
        margin: 0 20px 0 0;
    }

    .product-card h2 {
        margin: 15px 0 25px 0;
    }

    .product-card .colors,
    .product-card .measurements {
        justify-content: center;
    }

    .product-card .measurements span.measure,
    .product-card .colors span.color {
        display: none;
    }

    .product-card .measurements span.width,
    .product-card .measurements span.height,
    .product-card .measurements span.depth {
        padding: 0 0 0 30px;
        margin: 0 0 0 20px;
        white-space: nowrap;
    }

    .product-card .measurements span:nth-child(2) {
        margin: 0;
    }

    .product-card .measurements span.txt {
        display: none;
    }

    .product-card .item-one {
        order: 1;
    }

    .product-card .btn-basket {
        padding: 13px 0;
    }

    .product-card .item-two {
        order: 3;
    }

    .product-card .item-three {
        order: 2;
    }

    .product-card .item-four {
        order: 4;
    }

    .product-card .product-phone {
        font-size: 14px;
        padding: 10px 0;
        text-align: center;
        background: none;
    }

    .product-card .product-phone .phone {
        font-weight: 500;
        display: inline-block;
        margin-left: 10px;
    }

    #opinions hr.top {
        margin: 40px 0 40px 0;
    }

    #opinions .about-opinion {
        font-size: 15px;
    }

    #opinions .btn-add-opinion {
        width: 50%;
    }

    #userOpinions .name,
    #userOpinions .date {
        margin: 0;
    }

    #userOpinions .rating {
        margin: 7px 0 0 0;
    }

    #userOpinions .quote {
        display: none;
    }
}
