.slider-inr {
    height: 500px;
}
@-webkit-keyframes greenPulse {
    from {
        -webkit-box-shadow: 0 0 2px #00ba00;
        -o-box-shadow: 0 0 2px #00ba00;
        box-shadow: 0 0 2px #00ba00;
    }

    50% {
        -webkit-box-shadow: 0 0 18px #00ba00;
        -o-box-shadow: 0 0 18px #00ba00;
        box-shadow: 0 0 18px #00ba00;
    }

    to {
        -webkit-box-shadow: 0 0 2px #00ba00;
        -o-box-shadow: 0 0 2px #00ba00;
        box-shadow: 0 0 2px #00ba00;
    }
}

@keyframes greenPulse {
    from {
        -webkit-box-shadow: 0 0 2px #00ba00;
        -o-box-shadow: 0 0 2px #00ba00;
        box-shadow: 0 0 2px #00ba00;
    }

    50% {
        -webkit-box-shadow: 0 0 18px #00ba00;
        -o-box-shadow: 0 0 18px #00ba00;
        box-shadow: 0 0 18px #00ba00;
    }

    to {
        -webkit-box-shadow: 0 0 2px #00ba00;
        -o-box-shadow: 0 0 2px #00ba00;
        box-shadow: 0 0 2px #00ba00;
    }
}

.pulsing-btn-green {
    animation-name: greenPulse;
    -webkit-animation-name: greenPulse;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.check_out_sec {
    text-align: center;
    width: 100%;
    display: inline-block;
}

#proceed {
    max-width: 500px;
    transition: background-color 0.5s ease;
}

.check_out_sec a:hover {
    background: #019a01;
}
.enclose {max-width: 1280px;margin: auto;padding: 0 15px;}
section.half-sec.product-bnr {padding-top: 70px;}
@media (min-width: 1600px) {
    .enclose, .home .enclose {max-width: 75%;}
}
@media(max-width:991px) {
    .single_top_mid .rw-ui-star.rw-size-large .rw-ui-stars li {
        margin-right: 0px !important;
    }

    .modal_div_inner.single_top_cont_inner {
        padding: 10px;
    }

    .star_rating .rw-ui-container .rw-mobile-action-area select.rw-ui-mobile-stars {
        width: 100% !important;
    }

    .star_rating .rw-ui-container {
        display: inline-block !important;
    }

    /*.modal_body_div .star_rating .rw-ui-stars*/
}

@media screen and (orientation:landscape) and (max-device-width: 991px) {

    /* Your CSS Here*/
    .modal_content_inner {
        margin-top: 0px;
    }

    .scroll_div_div {
        max-height: 65vh;
        overflow-y: scroll;
    }
}

@media screen and (orientation:landscape) and (max-device-width: 767px) {}

@media(max-width:767px) {
    .modal_div_inner.single_top_cont_inner .single_top_mid {
        padding-left: 0px;
    }

    .modal_div_inner .star_rating {
        margin-bottom: 15px;
    }
}

.full_div_img {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* Style for popup new changes */
.rw-ui-star.rw-size-large.rw-style-flat_yellow .rw-ui-stars li {
    background-image: url('https://img.rating-widget.com/widget/s/flat_yellow.l.png') !important;
}

.modal-rating {
    font-weight: 500;
    font-size: 20px;
}

.modal-rating span {
    color: #a19e9e;
}

.modal-rating .star {
    font-size: 10px;
    margin-left: 0.7em;
    margin-right: 0.7em;
}

.modal-rating .all-stars {
    padding: 0 10px 0 5px
}

.splDis {
    padding: 0;
    background: #ffff00;
    text-transform: uppercase;
    border-top: none;
}

.splDisPrc {
    color: #212529;
    font-weight: 600;
}

.splDisPrc p {
    font-size: 20px;
}

.prod-desc {
    margin-bottom: 5px;
    border-bottom: 1px solid #a19e9e;
    padding-bottom: 10px;
}

.cart-total {
    border-color: #a19e9e;
}

.modal-top-sec {
    padding-top: 80px;
}

.you_save {
    color: #fff;
    padding: 18px 0 14px;
    position: absolute;
    top: 0;
    right: 100px;
    font-size: 19px;
    font-weight: 600;
    width: 200px;
    height: 85px;
    text-align: center;
    text-transform: uppercase;
    background-image: url('https://toptenbestsoftware.com/wp-content/themes/topten/assets/images/blue_traiangle.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.you_save:before {
    display: none
}

.modal-product-content {
    margin-top: 45px;
}

.productContentHolder {
    gap: 70px;
}

.modal-product-content .link {
    padding: 18px 10px;
    font-size: 19px;
}

.shield-icon_wrap {
    display: flex;
    align-items: center;
}

.shield-icon {
    width: 20px;
    padding-right: 5px
}

.shield-icon_wrap span {
    font-size: 16px;
    font-weight: 600;
    color: #808080;
    line-height: 1;
}

.popup_pro_title {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: start;
    margin: 25px 0 0;
}

.popup_pro_title h2 {
    flex: 1;
    margin: 0;
    line-height: 1
}

.mainPrice p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}

.popup_title {
    text-align: center;
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 700;
}


@media(max-width:878px) {
    .modal-product-content {
        margin-top: 70px;
    }

    .shield-icon_wrap {
        margin: 0 0 5px
    }

    .shield-icon_wrap span {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .shield-icon_wrap span {
        font-size: 12px;
    }

    .mainPrice p {
        font-size: 19px;
    }
}

@media(max-width:599px) {
    .shield-icon_wrap {
        margin: 0
    }

    .shield-icon_wrap span {
        font-size: 16px;
    }

    .productContentHolder {
        gap: 0;
    }

    .modal-product {
        margin-top: 30px
    }

    .modal-product-content {
        margin-top: 0;
    }

    .modal-product-box {
        width: 212px;
    }

    .modal-rating {
        margin-top: 15px
    }

    .popup_pro_title {
        margin-top: 20px
    }

    .you_save {
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 18px;
    }

    .cartTotalPrc {
        font-size: 20px;
    }
}

@media(max-width:380px) {
    .modal-product-content .link {
        font-size: 16px;
    }
}

@media(max-width:330px) {
    .you_save {
        width: 180px;
        font-size: 17px;
    }
}

/* End of Style for popup new changes */

.modal-product-content h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
}

.rw-rating-table {
    position: relative !important;
    width: auto !important;
}

.rw-ui-info-container span.rw-ui-info-inner-container {
    border: none !important;
}

.rw-rating-table td {
    border: none !important;
}

.star_rating .rw-action-area .rw-report-link {
    display: none !important;
}

body .rw-ui-container .rw-ui-info-container .rw-ui-info-inner-container .rw-ui-info {
    color: #8e8e8e !important;
    font-size: 0;
}

.rw-ui-info-inner-container .rw-ui-info span {
    position: absolute;
    left: 60px;
    font-size: 16px;
}

.rw-ui-info-inner-nub,
.rw-ui-info-outer-nub,
body .rw-ui-report {
    display: none !important;
}

@media (max-width: 1300px) {
    .enclose {padding: 0 50px;}
}
@media (max-width: 767px) {
    .enclose {padding: 0 30px;}
}
@media (max-width: 480px) {
    .enclose {padding: 0 15px;}
}
#newResellerBadge {
    float: right;
    margin-right: 24px;
    margin-top: 7px;
    max-width: 50px;
}

.cuntry_flag {
    float: left;
    max-width: 50px;
    position: relative;
    top: 16px;
    margin-right: 20px;
}
.footer-badge-logo {
    margin-bottom: 20px;
    /*text-align: center;*/
}

.footer-badge-logo img {
    max-width: 110px;
}

.disclosure {
    margin-bottom: 0px;
    padding-top: 50px;
}
