﻿.countrySmallImage {
    height: auto;
    width: auto;
    max-height: 25px;
    border-radius: 3px;
}

.container-policies {
    width: 60%;
    margin: auto;
}

.DeliveryPolicyP {
    width: 100%;
    margin: auto;
    font-size: 14px;
    color: #254a91;
}

.shippingOptionsContainer {
    width: 100%;
    min-height: 50px;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-top: 10px;
}

.shippingOption {
    width: 100%;
    height: auto;
    float: left;
    padding: 2px;
    border: solid 1px #ddd;
    position: relative;
    margin-bottom: 2%;
    margin-right: 10px;
}

.collectPointsMasterContainer {
    height: auto;
    overflow-y: scroll;
    width: 55%;
    border-bottom: solid 1px #ddd;
    padding-left: 5px;
    max-height: 210px;
}

    .collectPointsMasterContainer::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .collectPointsMasterContainer::-webkit-scrollbar {
        width: 4px;
        background-color: #fff;
    }

    .collectPointsMasterContainer::-webkit-scrollbar-thumb {
        background-color: #254a91;
        border-radius: 10px;
    }

.shippingOptionImgContainer {
    height: 50%;
    width: 50%;
}

    .shippingOptionImgContainer img {
        max-height: 50px;
        height: auto;
        width: auto;
        margin-top: 10px;
        display: block;
        margin-top: 0px;
        max-width: 100%;
        border: solid 2px #fff;
    }

.shippingOption:hover {
   
}

.shippingOptionInfoContainer {
    height: 50%;
    width: 100%;
}

    .shippingOptionInfoContainer p {
        color: #254a91;
        padding-left: 5px;
    }

.shippinCompanyCheck {
    position: absolute;
    top: 5px;
    left: 80%;
    font-size: 50px;
    -webkit-text-stroke: 7.5px #fff;
    color: #32aa3a;
    -webkit-animation-duration: 0.2s;
}

.saturdayDeliverySign {
    font-size: 18px;
    -webkit-text-stroke: 1px #FFF;
}

.saturdayDeliveryCOntainer {
    height: 50px;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 15px;
    cursor: pointer;
}

.saturdayDeliveryCheckbox {
    height: 30px;
    width: 30px;
    border: solid 2px #254a91;
    margin-top: 10px;
    float: left;
    border-radius: 3px;
}

.saturdayDeliveryCheckboxText {
    width: 87%;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    color: #254a91;
    font-size: 12px;
}

.saturdayDeliveryCheckboxChecked {
    height: 30px;
    width: 30px;
    border: solid 2px #32aa3a;
    margin-top: 10px;
    float: left;
    background: #32aa3a;
    color: #fff;
    line-height: 30px;
    text-align: center;
    -webkit-animation-duration: 0.2s;
    border-radius: 3px;
}

    .saturdayDeliveryCheckboxChecked i {
        font-size: 26px;
        -webkit-text-stroke: 4px #32aa3a;
    }

.courierSmallImageRightContainer {
    height: 30px;
    width: auto;
    position: absolute;
    top: -6px;
    left: 110px;
}

.noticeContainer {
    width: 100%;
    margin: auto;
    margin-top: 2%;
    padding: 5px;
    color: #00aeef;
    border: solid 1.5px;
}

    .noticeContainer i {
        color: #00aeef;
        font-size: 30px;
    }

.noticeText {
   
}

.DeliveryPolicyPSubTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #254a91;
    margin-top: 10px;
}

.payContainer{

}

@media only screen and (max-width:991px) {
    .container-policies {
        width: 96%;
        margin: auto;
    }

    .PolicyTitle{
        text-align:center!important;
    }
}