.product-details-modal {
    padding-right: 100px;
}
.product-details-modal__img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.product-details-modal__content {
    padding: 30px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(186, 186, 186, 0.15);
    height: auto;
    width: auto;
    background: #fff;
}
.product-details-modal__close {
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 999;
}
.product-details-modal__close svg.icon-close-big {
    fill: #333;
    width: 20px;
    height: 20px;
}
.product-details-modal__title {
    font-size: 2rem;
    margin-bottom: 38px;
    margin-right: 25px;
    width: 95%;
}
.product-selection__title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 25px;
}
.colour-swatch__sample {
    width: 22px;
    height: 18px;
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
}
.colour-swatch__label {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
}
.product-selection__img-wrap img {
    height: auto;
    max-width: 100%;
}
.product-selection__img-wrap {
    text-align: center;
}
.product-details-modal__content .form-group,
.product-details-modal__content .form-item {
    margin: 0 0 1em 0;
}
.product-details-modal__content .form-group label,
.product-details-modal__content .form-item label {
    font-size: 14px;
    font-weight: normal;
}
.product-details-modal__content .ctools-modal-content div#modal-content {
    background-color: #fff;
    border: none;
    box-shadow: none;
}
.product-selection .colour-swatch {
    margin-bottom: 10px;
}
.product-details-modal__content .ctools-modal-content {
    width: auto !important;
}
.product-details-modal__content #modal-content .form-submit {
    font-size: 1.6rem;
    appearance: none;
    border: 0;
    border-radius: 0 10px;
    display: block;
    font-weight: normal;
    line-height: 1.4;
    margin: 1em 0;
    padding: 10px 36px;
    text-decoration: none;
    transition: background-color 250ms ease, border 500ms ease, opacity 500ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    height: auto;
    background-color: #f47920;
    color: #fff;
    background-image: none;
    box-shadow: none;
}
.product-details-modal__content #modal-content .form-submit:hover {
    background-color: #f69651;
    color: #fff;
}
.product-details-modal__content .ctools-modal-content .modal-content {
    overflow: visible;
}
.product-details-modal__content#modalContent div.ctools-modal-content a.close:hover,
.product-details-modal__content#modalContent div.ctools-modal-content a.close:focus {
    background-position: 0;
}
.product-details-modal__content#modalContent div.ctools-modal-content a.close {
    display: block;
    text-indent: 0;
    overflow: hidden;
    outline: none;
    height: auto;
    width: auto;
    margin-top: 0;
    background: none;
    padding: 0;
}
.product-details-modal__content div.ctools-modal-content .modal-content {
    padding: 0;
}
.product-details-modal__content .testers-modal__close {
    top: 10px;
    right: 0px;
}
.product-selection__options {
    margin-bottom: 10px;
    overflow: auto;
}
.product-selection__options label {
    font-weight: normal;
}
.product-details-modal__content .basic-cart-add-to-cart {
    margin: 0;
}
.product-selection .product-pricing {
    padding: 15px;
}
.product-details-modal__content#modalContent {
	left: 50% !important;
	margin: -50px 0 0 -145px;
    position: fixed !important;
}
.product-details-modal__content .prod-quantity-container__cta-wrap,
.product-details-modal__content .product-quantity-container__cta-wrap,
.product-details-modal__content .product-pricing,
.product-details-modal__content .product-status-wrap {
    display:none;
}

@media only screen and (min-width: 768px) {
    .product-details-modal__img {
        margin-bottom: 0;
    }
    .product-details-modal__close {
        top: 35px;
        right: 25px;
    }
    .product-details-modal__title {
        font-size: 2.8rem;
        margin-bottom: 74px;
    }
    .product-selection__title {
        font-size: 2.8rem;
        margin-bottom: 30px;
        width: 500px;
    }
    .product-selection .colour-swatch {
        margin-bottom: 30px;
    }
    .product-details-modal__content#modalContent {
        left: 50% !important;
        margin-left: -325px;
    }
    .product-details-modal__content select.form-control {
        width: 145px;
    }
    .product-details-modal__content .form-item-quantity-other {
        width: 145px;
    }
    .product-selection .product-pricing {
        padding: 0;
    }
    .product-details-modal__content .product-selection__option-wrap .prod-quantity-container__cta-wrap,
    .product-details-modal__content .product-selection__option-wrap .product-quantity-container__cta-wrap,
    .product-details-modal__content .product-selection__option-wrap .product-pricing,
    .product-details-modal__content .product-selection__option-wrap .product-status-wrap {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-modal__content .ctools-modal-content {
        width: 230px !important;
    }
    .product-details-modal__content {
        left: 5% !important;
        top: 70px !important;
    }
    .product-details-modal__content .product-selection__option-wrap .prod-quantity-container__cta-wrap,
    .product-details-modal__content .product-selection__option-wrap .product-quantity-container__cta-wrap,
    .product-details-modal__content .product-selection__option-wrap .product-pricing,
    .product-details-modal__content .product-selection__option-wrap .product-status-wrap {
        display: none;
    }
    .product-details-modal__content .prod-quantity-container__cta-wrap,
    .product-details-modal__content .product-quantity-container__cta-wrap,
    .product-details-modal__content .product-pricing,
    .product-details-modal__content .product-status-wrap {
        display:block;
    }
}