﻿.container.shop-and-ship {
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    padding: 80px 75px 62px 75px;
}

.top-section-1 {
    position: relative;
    top: 20%;
}

.top-section-2 {
    position: relative;
    top: 40%;
}

.container.shop-and-ship .sas-img-logo {
    height: 60px;
    width: auto;
}

.container.shop-and-ship .sas-img-background {
    height: auto;
}

.container.shop-and-ship .sas-lbl-h {
    color: #353535;
    font-size: 32px;
    line-height: 45px;
}

.container.shop-and-ship .sas-lbl-p {
    color: #6D7278;
    font-size: 21px;
    line-height: 35px;
}

.container.shop-and-ship .btn.sas-btn {
    width: 117px;
    height: 39px;
    background: #DC291E 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    border-radius: 23px;
    opacity: 1;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 7px;
}

    .container.shop-and-ship .btn.sas-btn:hover {
        background-color: #c01504;
    }


.container.shop-and-ship .row {
    padding: 0px !important;
    max-width: 100%;
    margin: 0px;
}




/*max-width*/
@media (max-width: 767px) {
    .container.shop-and-ship {
        padding: 30px 5px 15px 5px;
    }

        .container.shop-and-ship .col-md-4 .sas-logo {
            text-align: center;
        }

        .container.shop-and-ship .col-md-4 .w-100.p-2 {
            padding: 0.5rem 0px !important;
        }

            .container.shop-and-ship .col-md-4 .w-100.p-2.div-sas-btn {
                padding: 0px !important;
                text-align:center;
                margin-bottom:80px;
            }

        .container.shop-and-ship .sas-img-logo {
            height: 95px;
            width: 162px;
        }


        .container.shop-and-ship .sas-lbl-h {
            font-size: 20px;
            line-height: 24px;
            font-weight: bold;
            text-align: center;
            color: #7F7F7F;
        }

        .container.shop-and-ship .sas-lbl-p {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 24px;
            text-align: center;
        }

    .top-section-2, .top-section-1 {
        top: 0px !important;
    }

    .container.shop-and-ship .w-100.p-2.div-sas-btn {
        padding: 0px 0.5rem !important;
    }

    .container.shop-and-ship .btn.sas-btn {
        min-width: 120px;
        height: 40px;
        font-size: 16px;
        font-weight: 500;
    }
}

@media (max-width: 567px) {
}

@media (max-width: 428px) {
}

@media (max-width: 330px) {
}



/*min-width*/
@media (min-width: 768px) {
    .container.shop-and-ship .sas-lbl-h {
        font-size: 20px;
        line-height: 25px;
    }

    .container.shop-and-ship .sas-lbl-p {
        font-size: 16px;
        line-height: 22px;
    }

    .container.shop-and-ship .btn.sas-btn {
        width: 100px;
        height: 32px;
        padding: 5px;
        font-size: 14px;
    }

    .container.shop-and-ship .top-section-2 {
        top: 20%;
    }

    .container.shop-and-ship .sas-img-logo {
        height: 40px;
    }

    .top-section-1 {
        position: relative;
        top: 0%;
    }
}

@media (max-width: 280px) {

    .container.shop-and-ship .btn.sas-btn {
        width: 80px;
        height: 27px;
        font-size: 12px;
        padding: 3px;
    }
}

@media (min-width: 850px) {
    .container.shop-and-ship .sas-lbl-h {
        font-size: 23px;
        line-height: 30px;
    }

    .container.shop-and-ship .sas-lbl-p {
        font-size: 17px;
        line-height: 25px;
    }

    .container.shop-and-ship .btn.sas-btn {
        width: 104px;
        height: 32px;
        padding: 5px;
        font-size: 14px;
    }

    .container.shop-and-ship .top-section-2 {
        top: 25%;
    }

    .container.shop-and-ship .sas-img-logo {
        height: 45px;
    }

    .top-section-1 {
        position: relative;
        top: 2%;
    }
}

@media (min-width: 960px) {
    .container.shop-and-ship .sas-lbl-h {
        font-size: 26px;
        line-height: 35px;
    }

    .container.shop-and-ship .sas-lbl-p {
        font-size: 18px;
        line-height: 28px;
    }

    .container.shop-and-ship .btn.sas-btn {
        width: 108px;
        height: 34px;
        padding: 7px;
        font-size: 14px;
    }

    .container.shop-and-ship .top-section-2 {
        top: 30%;
    }

    .container.shop-and-ship .sas-img-logo {
        height: 50px;
    }

    .top-section-1 {
        position: relative;
        top: 8%;
    }
}

@media (min-width: 1024px) {
    .container.shop-and-ship .sas-lbl-h {
        font-size: 29px;
        line-height: 40px;
    }

    .container.shop-and-ship .sas-lbl-p {
        font-size: 19px;
        line-height: 31px;
    }

    .container.shop-and-ship .btn.sas-btn {
        width: 112px;
        height: 36px;
        padding: 7px;
        font-size: 14px;
    }

    .container.shop-and-ship .top-section-2 {
        top: 35%;
    }

    .container.shop-and-ship .sas-img-logo {
        height: 55px;
    }

    .top-section-1 {
        position: relative;
        top: 13%;
    }
}

@media (min-width: 1200px) {
    .container.shop-and-ship .sas-lbl-h {
        font-size: 32px;
        line-height: 45px;
    }

    .container.shop-and-ship .sas-lbl-p {
        font-size: 21px;
        line-height: 35px;
    }

    .container.shop-and-ship .btn.sas-btn {
        width: 117px;
        height: 39px;
        padding: 7px;
        font-size: 16px;
    }

    .container.shop-and-ship .top-section-2 {
        top: 40%;
    }

    .container.shop-and-ship .sas-img-logo {
        height: 60px;
    }

    .top-section-1 {
        position: relative;
        top: 20%;
    }
}

@media (min-width: 1366px) {
    .top-section-1 {
        position: relative;
        top: 23%;
    }
}

@media (min-width: 1600px) {
    .top-section-1 {
        position: relative;
        top: 25%;
    }
}

@media (min-width: 1900px) {
    .top-section-1 {
        position: relative;
        top: 28%;
    }
}
