.modal-wrapper {
    display: flex;
    padding: 15px;
}

.product-image-wrapper {

}

.product-image-wrapper img {
    max-width: 100%;
}

.product-content-wrapper {

}

.product-content-wrapper .modal-header {
    margin-bottom: 15px;
}
.product-content-wrapper .modal-header h2 {
    margin: 0;
}

.product-content-wrapper .modal-header p {
    margin: 0;
    font-size: 20px;
}
.product-content-wrapper .modal-header p span {
    font-size: 14px;
}

.product-content-wrapper .lookdiary-price {
    display: flex;
}

.product-content-wrapper .lookdiary-price .price {
    font-size: 35px;
    font-weight: bold;
    margin-left: 5px;
}

.product-content-wrapper .retail-price .price  {
    text-decoration: line-through;
}

.product-content-wrapper .retail-price .saving {
    font-weight: bold;
}

.product-content-wrapper .add-to-cart  {
    margin-top: 20px;
}

.product-content-wrapper .add-to-cart input[type=number] {
    padding: 5px;
    width: 55px;
    text-align: center;
}


.product-content-wrapper .add-to-cart button  {
    background-color: #2EA1D1;
    color: #fff;
    border-radius: 4px;
    padding: 7px 15px;
    font-size: 14px;
    border: 0;
    box-shadow: none;
    outline: none;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}

@media all and (max-width: 767px) {
	.modal-wrapper {
		flex-direction: column;
	}
}
