.product-wrap {
    padding-top: 80px;
    overflow: auto;
}

.product-details,
.back-to-list {
    max-width: 920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.back-to-list {
    margin-bottom: 20px;
}

.back-to-list a {
    color: #073c5e;
    text-decoration: none;
}

.back-to-list a:hover {
    color: #0d6298;
}

.product-details {
    margin-bottom: 80px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
    position: relative;
}

.product-details .discounted-product {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 75px;
    height: 65px;
    padding: 3px 0;
    font-size: 16px;
    background-image: linear-gradient(140deg, #ab2724 48%, #ab272400 50%);
    z-index: 3;
    color: #fbfbfb;
    font-weight: 600;
    text-transform: uppercase;
    border-top-left-radius: 6px;
}

.product-details .not-orderable {
    margin-top: 60px;
    font-size: 18px;
    color: #ab2724;
    font-weight: 800;
}

.product-details .discounted-product > div {
    transform: rotate(-40deg);
}

.product-details > .float-wrap {
    overflow: auto;
    border-bottom: 1px solid #eaeaea;
}

.product-details .image-holder {
    float: left;
}

/*noinspection CssOptimizeSimilarProperties*/
.product-details .image-holder,
.product-details .image-holder .image {
    max-width: 460px;
    width: 100%;
    height: 460px;
    border-top-left-radius: 4px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.product-details .image-holder > .slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-details .name,
.product-details .details {
    width: calc(100% - 460px);
}

.product-details .details {
    float: left;
    padding: 130px 20px 40px;
    text-align: right;
    position: relative;
    border-left: 1px solid #eaeaea;
}

.product-details .name {
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 65px;
    padding-right: 20px;
    text-align: right;
    height: 70px;
    z-index: 1;
}

.product-details .variants-wrap,
.product-details .properties-wrap {
    overflow: visible;
    width: 100%;
    height: 54px;
    margin: 14px 0;
}

.product-details .variants,
.product-details .properties {
    max-width: 300px;
    width: 100%;
    float: right;
}

.product-details .property-name {
    font-size: 14px;
    padding-bottom: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-details .price {
    clear: both;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    background-color: #073c5e;
    color: #fbfbfb;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    line-height: 1;
}

.product-details .description {
    padding: 40px 20px;
    font-size: 16px;
}

.product-details .description pre {
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    padding: 0;
    margin: 20px 0;
    font-size: 16px;
    line-height: normal;
    color: #073c5e;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    border-radius: 4px;
}

.product-details .description table {
    width: 100%;
}

.product-details .delivery-info {
    clear: both;
    padding: 30px 0 20px;
    font-size: 18px;
}

.product-details .old-price {
    color: #a2e2ff;
    text-decoration: line-through;
    font-weight: 100;
}

.product-details .delivery-info span:first-child {
    font-weight: 700;
}

.product-details .expiry-date-wrap {
    font-size: 18px;
    font-weight: 700;
    color: #ab2724;
    clear: both;
}

.product-details .expiry-date-wrap .expiry-date-title {
    letter-spacing: 0.01rem;
    font-size: 20px;
}

.product-details .expiry-date-wrap .expiry-date {
    font-size: 22px;
    height: 28px;
}

.slick-slider .arrow {
    position: absolute;
    top: calc(50% - 12px);
    z-index: 2;
    font-size: 24px;
    color: #073c5e;
    cursor: pointer;
}

.slick-slider .arrow:hover {
    color: #0d6298;
}

.slick-slider .arrow.prev {
    left: 10px;
}

.slick-slider .arrow.next {
    right: 10px;
}

/*noinspection CssOptimizeSimilarProperties*/
.similar-products-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 20px 0 60px;
    background-attachment: fixed;
}

.similar-products {
    margin-top: 60px;
    position: relative;
}

.quantity-field {
    text-align: right;
    margin-bottom: 20px;
}

.quantity-field label {
    display: block;
}

.quantity-field input {
    width: 75px;
    display: inline;
}

.note-field {
    overflow: auto;
    margin-bottom: 20px;
}

.note-field label {
    display: block;
}

.note-field textarea {
    float: right;
    max-width: 300px;
    width: 100%;
    max-height: 200px;
}

.has-error .help-block {
    clear: both;
}

.files-container {
    padding: 10px 0;
}

.file-wrap {
    padding: 1px 0;
}

.file-wrap > a {
    color: #0080d2;
}
