.product__img {
    width: 34%;
}

.product__img img {
    margin: 0 auto;
}

.product__info {
    width: 66%;
    padding-left: 65px;
}

@media(max-width: 1260px) {
    .product__info {
        padding-left: 35px;
    }
}

@media(max-width: 991px) {
    .product__info {
        padding-left: 25px;
    }
}

@media(max-width: 767px) {
    .product__img, .product__info {
        width: 100%;
        flex: none;
    }
    .product__img img {
        max-height: 250px;
    }
    .product__info {
        padding-top: 30px;
        padding-left: 0;
    }
}

.product__info-price {
    font-family: 'Poppins-Bold';
    font-size: 39px;
    line-height: 1;
    color: #1e4898;
    margin-top: 12px;
}

@media(max-width: 1260px) {
    .product__info-price {
        font-size: 35px;
    }
}

@media(max-width: 767px) {
    .product__info-price {
        font-size: 33px;
        text-align: center;
    }
}

.pay-info strong {
    color: #1e4898;
}

.shop-pay {
    max-height: 21px;
    margin-right: 17px;
}

.pay-info p:first-child {
    margin-right: 17px;
}

@media(max-width: 520px) {
    .pay-info p:first-child {
        width: 10%;
        flex: 1 1;
    }
    .pay-info p:last-child {
        width: 100%;
        margin-top: 5px;
    }
}

.pay-info {
    margin-top: -10px;
    padding-top: 15px;
}

.pay-info p, .pay-info img {
    margin-top: 10px;
}

.pay-info a {
    color: #1e4898;
    letter-spacing: 0.8px;
    text-decoration: underline;
}

.pay-info a:hover {
    text-decoration: none;
}

.product__form {
    background-color: #1e4898;
    margin-top: 25px;
}

/*product form*/
.product__form-fields {
	padding-top: 17px;
}

.product__form-btns {
	width: 10%;
	flex: 1 1;
    padding-left: 30px;
}

@media(max-width: 1260px) {
    .product__form {
        padding: 35px 30px;
    }
    .product__form-btns {
        padding-left: 10px;
    }
}

@media(max-width: 991px) {
    .product__form {
        padding: 30px 25px;
    }
}

@media(max-width: 767px) {
    .product__form {
        border-radius: 20px;
        padding: 25px 15px;
    }
}

@media(max-width: 470px) {
    .product__form-btns {
        width: 100%;
        flex: none;
        padding-left: 0;
        padding-top: 17px;
    }
}

.product__form-btns .btn {
    margin-top: 17px;
}

.product__form-btns .btn:first-child {
    margin-top: 0;
}

@media(min-width: 767px) and (max-width: 991px) {
    .product__form-btns .btn img {
        display: none;
    }
    .product__form-btns .btn.shop-pay img {
        display: block;
        margin-left: 0;
    }
    .product__form-btns .btn.shop-pay span {
        display: none;
    }
}

.product__form-btns button {
    width: 10%;
    flex: 1 1;
    height: 55px;
    padding: 0;
}

.product__form-options {
    color: #fff;
    text-align: center;
}

.product__form-options a {
    color: #fff;
    text-decoration: underline;
}

.product__form-options a:hover {
    text-decoration: none;
}

.device-img {
    max-height: 270px;
    position: absolute;
    z-index: 1;
    left: 5%;
    top: 0;
}

@media(max-width: 1260px) {
    .device-img {
        max-height: 250px;
    }
}

@media(max-width: 767px) {
    .device-img {
        max-height: 180px;
    }
}

.cable16 {
    max-height: 200px;
    left: -2%;
}

@media(max-width: 1260px) {
    .cable16 {
        max-height: 160px;
        left: 3%;
    }
}

@media(max-width: 991px) {
    .cable16 {
        left: 20%;
    }
}

@media(max-width: 767px) {
    .cable16 {
        max-height: 120px;
        left: 10%;
    }
}
/*product form - end*/

.pr-features ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.pr-features ul:last-child {
    margin-bottom: 0;
}

.pr-features ul:first-child {
    margin-top: 0;
}

.pr-features ul li {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    padding: 14px 30px;
    padding-left: 45px;
    margin-top: 11px;
}

@media(max-width: 767px) {
    .pr-features ul li {
        padding-left: 40px;
        padding-right: 15px;
    }
}

.pr-features ul li:first-child {
    margin-top: 0;
}

.pr-features ul li:before {
    top: 16px;
    left: 16px;
}

@media(max-width: 767px) {
    .pr-features ul li:before {
        left: 10px;
    }
}

.pr-features h6 {
    line-height: 1.7;
}