﻿@media (max-width: 1000px) {
    /* product-rate {
        box-shadow: 0 0 3px #dbdbdb;
        backdrop-filter: blur(2px);
        width: 48px;
        transform: translate(-260px, -179px);
        font-weight: 400;
        background-color: #ffdc7861;
        border-radius: 9px;
    }*/
    .box-offer {
        margin-right: 110px;
        margin-top: 50px;
        margin-bottom: 0px !important;

    }
   
}
@media (max-width: 1100px) and (min-width: 950px) {
    .mr-lg-150 {
        margin-right: 150px !important;
    }
}
    @media (max-width: 1300px) {


        .gift-transform {
            transform: translate(55px, 10px) !important;
        }

        .section-title-5 {
            width: 188px;
        }

        .select-owl-item.text-white {
            width: 247px !important
        }

        .gift {
            background-size: 102px;
        }
    }

    @media (min-width: 1000px) and (max-width: 1250px) {
        .checkout-optiopns {
            width: 334px;
        }
    }

    @media (min-width: 1100px) and (max-width: 1250px) {
        .checkout-optiopns {
            width: 392px;
        }
    }
@media  (max-width: 450px) {
    .box-offer {
        transform: translate(32px, -44px);
    }
    .select-owl-item.text-white {
        width: 213px !important;
    }
    .gift-transform {
        transform: translate(32px, 10px) !important;
    }
}
@media (max-width: 350px) {
    .box-offer { transform: translate(10px, -44px); }
}
