body {
    padding: 0;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.container {
    max-width: 1100px;
}

.container-fluid {
    --bs-gutter-x: 0rem;
}


/* Header Start */

header {
    padding: 10px 0;
    border-bottom: 1px solid #DFDFDF;
    background: #ffffff;
}

.top_header {
    background: red;
    text-align: center;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999999;
    min-height: 35px;
}

.top_header p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 5px 0;
    color: #fff;
    margin-bottom: 0;
}

.top_header p span {
    color: yellow;
}

.top_discount {
    background: #079f38;
    text-align: center;
    position: sticky;
    top: 35px;
    left: 0;
    z-index: 999999;
}

.top_discount p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 5px 0;
    color: #fff;
    margin-bottom: 0;
}


header .row {
    align-items: center;
}

.logo_side {
    text-align: start;
}

.contact_side {
    display: flex;
    justify-content: end;
}

.callus_btn {
    color: #000000;
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

@media only screen and (max-width:576px) {
    .top_header p {
        font-size: 14px;
    }
}

@media only screen and (max-width:390px) {
    .top_header p {
        font-size: 13px;
    }
}


/* Header End */

/* Shop Buzzdefender */

.shop_buzzdefender {
    padding: 30px 0 10px 0;
    background: #ffffff;
}

.shop_carousel .owl-nav {
    display: none;
}

.owl_div {
    padding-right: 0 !important;
}


.owl-carousel .owl-item img {
    display: block;
    width: 97%;
}

.shop_carousel .owl-dot:nth-child(1) {
    background: url(../../images/firstdot.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 41px;
    margin-right: 8px;
    margin-top: 35px;
    margin-bottom: 12px;
}

.shop_carousel .owl-dot:nth-child(2) {
    background: url(../../images/seconddot.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 41px;
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 12px;
}

.shop_carousel .owl-dot:nth-child(3) {
    background: url(../../images/thirddot.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 41px;
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 12px;
}

.shop_carousel .owl-dot:nth-child(4) {
    background: url(../../images/fourthdot.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 41px;
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 12px;
}

.shop_carousel .owl-dot:nth-child(5) {
    background: url(../../images/fifthdot.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 41px;
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 12px;
}

.shop_carousel .owl-dot:nth-child(6) {
    background: url(../../images/sixthdot.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 41px;
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 12px;
}

.shop_carousel .owl-dot:nth-child(7) {
    background: url(../../images/seventhdot.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 41px;
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 12px;
}

.shop_carousel .owl-dot:nth-child(8) {
    background: url(../../images/eightdot.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 41px;
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 12px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.shop_carousel .owl-dots .owl-dot span {
    background: transparent !important;
}

.shop_buzzdefender .row{
    align-items: center;
}

.shop_buzzdefender .product_pros .row{
    align-items: flex-start;
}

.shop_buzzdefender .heading {
    font-family: "Montserrat", sans-serif;
    max-width: 530px;
    font-weight: 800;
    font-size: 40px;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #000000;
}

.shop_buzzdefender .heading span{
  color: #06A6FF;
}

.shop_buzzdefender .sub_heading {
    max-width: 530px;
    font-family: "Source Sans 3", sans-serif;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 20px;
}

.shop_buzzdefender .rating {
    display: flex;
    align-items: center;
    justify-content: left;
}


.shop_buzzdefender .rating p {
    margin-left: 5px;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.shop_buzzdefender .product_pros {
    margin-bottom: 10px;
    margin-top: 5px;
}

.shop_buzzdefender .product_pros .pros {
    display: flex;
    align-items: self-start;
    margin-bottom: 12px;
}

.shop_buzzdefender .product_pros .pros p {
    margin-bottom: 0;
    margin-left: 8px;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
}

.shop_buzzdefender .choose_package {
    border-radius: 16px;
}

.extra10off{
    color: #32CD32;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
}

.shop_buzzdefender .choose_package .col-4 {
    padding: 0;
}

.shop_buzzdefender .choose_package .heading {
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    padding-bottom: 0;
}

.shop_buzzdefender .choose_package .package_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.shop_buzzdefender .choose_package .package_container .package {
    flex: 16%;
    max-width: 19.5%;
    margin: 0 3px;
    margin-top: 22px;
}

.shop_buzzdefender .choose_package .package_container .package.active {
    border: 2px solid #52B172;
}

.shop_buzzdefender .choose_package .package_container .popular {
    padding: 0;
    margin-top: 0;
}

.shop_buzzdefender .choose_package .package_container .popular .head p {
    font-size: 12px;
    text-transform: uppercase;
    background: #52B171;
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 2px;
}

.shop_buzzdefender .choose_package .package_container .popular .body {
    padding: 7px;
}

.shop_buzzdefender .choose_package .package_container .best_value {
    padding: 0;
    margin-top: 0;
}

.shop_buzzdefender .choose_package .package_container .best_value .head p {
    font-size: 12px;
    text-transform: uppercase;
    background: #2A6CCA;
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 2px;
}

.shop_buzzdefender .choose_package .package_container .best_value .body {
    padding: 8px;
}

.shop_buzzdefender .choose_package .package {
    text-align: center;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #E6E6E6;
}

.shop_buzzdefender .choose_package .package_unit p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    font-family: "Source Sans 3", sans-serif;
}

.shop_buzzdefender .choose_package .package_price p.price {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
}

.shop_buzzdefender .choose_package .package_price p.unit {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
}

.total_price p {
    margin: 16px 0;
    text-align: center;
}

span.with_discount {
    font-size: 28px;
    color: #000000;
    font-family: "Source Sans 3", sans-serif;
    font-weight: bold;
}

span.without_discount {
    text-decoration: line-through;
    font-size: 20px;
    color: #909090;
    font-family: "Source Sans 3", sans-serif;
}

span.save_price {
    font-family: "Source Sans 3", sans-serif;
    color: #32CD32;
    font-size: 16px;
    font-weight: 600;
}

.choose_package .buy_now {
    background: #32CD32;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 16px;
    border-radius: 4px;
}

.choose_package .buy_now span {
    text-decoration: line-through;
    color: #A7DEBD;
}

.choose_package .stock {
    text-align: center;
    margin: 10px 0 16px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    position: relative;
    font-size: 14px;
}


.choose_package .stock span {
    font-weight: 300;
}

.choose_package .company_details {
    text-align: center;
}

.choose_package .company_details p {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 10px;
}

.choose_package .middle {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

/* New */

.choose_your_package .most_popular {
    position: relative;
}


.choose_your_package .popular_tag {
    position: absolute;
    top: -13px;
    right: 30px;
    background: #D24B00;
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 100px;
    margin-bottom: 0;
    font-size: 12px;
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
    line-height: 12px;
}

.choose_your_package .best_deal {
    position: relative;
}


.choose_your_package .bestdeal_tag {
    position: absolute;
    top: -13px;
    right: 30px;
    background: #06A6FF;
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 100px;
    margin-bottom: 0;
    font-size: 12px;
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
    line-height: 12px;
}


.choose_your_package .gooddeal_tag {
    position: absolute;
    top: -13px;
    right: 30px;
    background: #ff6f06;
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 100px;
    margin-bottom: 0;
    font-size: 12px;
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
    line-height: 12px;
}




.choose_package .form-check {
    border-radius: 4px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 16px 15px 35px;
    margin-bottom: 16px;
    cursor: pointer;
}

.form-check.active {
    background: #F8FAFC;
    border: 2px solid #06A6FF;
}


.choose_your_package .label_box {
    display: flex;
    justify-content: space-between;
    flex: 95%;
    max-width: 95%;
    align-items: center;
}

.choose_your_package .label_box p {
    margin-bottom: 0;
}

.choose_your_package .choose_product {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    line-height: 22px;
    cursor: pointer;
}

.choose_your_package .choose_product .saveprice {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.choose_your_package .choose_product .product_quantity {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-family: "Source Sans 3", sans-serif;
}

.choose_your_package .choose_price {
    text-align: end;
    cursor: pointer;
}

.choose_your_package .choose_price .single_price {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.choose_your_package .choose_price .single_price span {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.choose_your_package .choose_price .our_price {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-family: "Source Sans 3", sans-serif;
}

.choose_your_package .choose_price .our_price span {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    font-family: "Source Sans 3", sans-serif;
}

.choose_your_package .choose_price .our_price .original_price {
    text-decoration: line-through;
    font-weight: 400;
}

.choose_package .form-check-input[type=radio] {
    border-radius: 50%;
    width: 26px;
    height: 26px;
}

.choose_package .form-check-input:checked[type=radio] {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

/* New */



.review_customer {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.review_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.review_container .image_side {
    flex: 25%;
    max-width: 30%;
}

.review_customer .image_side .customer_image {
    border-radius: 5px;
}

.review_container .content_side {
    flex: 65%;
    max-width: 70%;
    padding-left: 20px;
}

.review_customer .customer {
    padding-top: 6px;
}

.review_customer .customer p {
    margin-bottom: 0;
    font-size: 14px;
}


.review_customer .review_text p {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

.review_customer .review_info p {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.faq_products .desktop_hide {
    display: none;
}

.product_pros .desktop_hide {
    display: none;
}

@media only screen and (min-width:1149px) {
    .shop_carousel .owl-dots {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
    }

    .shop_carousel .item {
        overflow: hidden;
        max-width: 483px;
        height: 483px;
        margin-left: auto;
    }

    .review_customer .review_info p {
        font-size: 14px;
    }

    .review_customer .review_text p {
        font-size: 16px;
    }

}

@media only screen and (max-width:1148px) {
    .shop_carousel .item {
        overflow: hidden;
        max-width: 483px;
        height: 483px;
        margin: auto;
    }

    .shop_carousel .owl-dots {
        margin-top: 10px;
    }

    .shop_carousel .owl-dot:nth-child(1) {
        margin-top: 0;
    }
}

@media only screen and (max-width:1120px) {

    .shop_carousel .item {
        overflow: hidden;
        max-width: 483px;
        height: 483px;
        margin: auto;
    }

    .shop_carousel .owl-dots {
        margin-top: 10px;
    }

    .shop_carousel .owl-dot:nth-child(1) {
        margin-top: 0;
    }
}

@media only screen and (max-width:1090px) {

    .shop_carousel .item {
        overflow: hidden;
        max-width: 483px;
        height: 483px;
        margin: auto;
    }

    .shop_carousel .owl-dots {
        margin-top: 10px;
    }

    .shop_carousel .owl-dot:nth-child(1) {
        margin-top: 0;
    }
}

@media only screen and (max-width:1050px) {

    .shop_carousel .item {
        overflow: hidden;
        max-width: 483px;
        height: 483px;
        margin: auto;
    }

    .shop_carousel .owl-dots {
        margin-top: 10px;
    }
}

@media only screen and (min-width:992px) {
    .dashed_border {
        max-width: 1170px;
        padding: 60px 30px 58px 30px;
        margin: auto;
        background-image: repeating-linear-gradient(0deg, #333333, #333333 9px, transparent 9px, transparent 19px, #333333 19px), repeating-linear-gradient(90deg, #333333, #333333 9px, transparent 9px, transparent 19px, #333333 19px), repeating-linear-gradient(180deg, #333333, #333333 9px, transparent 9px, transparent 19px, #333333 19px), repeating-linear-gradient(270deg, #333333, #333333 9px, transparent 9px, transparent 19px, #333333 19px);
        background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
        background-position: 0 0, 0 0, 100% 0, 0 100%;
        background-repeat: no-repeat;
    }


}

@media only screen and (max-width:991px) {
    .shop_carousel .item {
        overflow: hidden;
        max-width: 483px;
        height: 483px;
        margin: auto;
    }

    .review_customer .review_container {
        flex-direction: column;
    }

    .review_container .content_side {
        flex: 80%;
        max-width: 90%;
        padding-left: 0px;
        text-align: center;
    }

    .review_container .image_side {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        overflow: hidden;
    }

    .shop_buzzdefender .rating {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 2px;
    }

    .review_customer .review_text p {
        margin: 4px 0;
    }

    .shop_buzzdefender .heading {
        text-align: center;
        margin: auto;
    }

    .shop_buzzdefender .sub_heading {
        margin: auto;
        text-align: center;
        margin-bottom: 15px;
        font-size: 20px;
        padding: 0 20px;
    }

    .owl-carousel .owl-stage-outer {
        height: unset !important;
    }

    .shop_carousel .mob_hide {
        display: none;
    }

    .shop_carousel .owl-dot:nth-child(1) {
        width: 56px;
        height: 48px;
    }

    .shop_carousel .owl-dot:nth-child(2) {
        width: 56px;
        height: 48px;
    }

    .shop_carousel .owl-dot:nth-child(3) {
        width: 56px;
        height: 48px;
    }

    .shop_carousel .owl-dot:nth-child(4) {
        width: 56px;
        height: 48px;
    }

    .shop_carousel .owl-dot:nth-child(5) {
        width: 56px;
        height: 48px;
    }

    .shop_carousel .owl-dot:nth-child(6) {
        display: none !important;
    }

    .shop_carousel .owl-dot:nth-child(7) {
        display: none !important;
    }

    .shop_carousel .owl-dot:nth-child(8) {
        display: none !important;
    }

}


@media only screen and (max-width:768px) {
    .choose_package .company_details p {
        font-size: 12px;
    }

    .total_price p {
        margin: 0px 0 12px;
    }

    .shop_buzzdefender {
        padding: 40px 0;
    }

    .shop_buzzdefender .heading {
        font-size: 30px;
        padding-bottom: 4px;
    }

    .shop_carousel {
        padding-bottom: 32px;
    }

    span.with_discount {
        font-size: 20px;
    }

    span.without_discount {
        font-size: 16px;
    }

    span.save_price {
        font-size: 13px;
    }

    .owl_div {
        padding-right: 12px !important;
    }

    .product_pros .desktop_hide {
        display: block;
    }
}

@media only screen and (max-width:576px) {
    .shop_buzzdefender .choose_package .package_container .package {
        flex: 28%;
        max-width: 33.33%;
        margin-bottom: 12px;
    }

    .shop_carousel .item {
        overflow: hidden;
        max-width: 576px;
        height: auto;
    }


    .shop_carousel .owl-dot:nth-child(1) {
        margin: 0 4px;
    }

    .shop_carousel .owl-dot:nth-child(2) {
        margin: 0 4px;
    }

    .shop_carousel .owl-dot:nth-child(3) {
        margin: 0 4px;
    }

    .shop_carousel .owl-dot:nth-child(4) {
        margin: 0 4px;
    }

    .shop_carousel .owl-dot:nth-child(5) {
        margin: 0 4px;
    }

    .product_pros .mob_hide {
        display: none;
    }


    .shop_buzzdefender ul li {
        font-size: 14px;
        padding: 4px 0;
    }

    .shop_buzzdefender .product_pros ul li::after {
        top: 4px;

    }

    .shop_buzzdefender .choose_your_package {
        margin-bottom: 24px;
    }

    .shop_buzzdefender .choose_package {
        padding: 0px 12px 20px;
    }


    .choose_your_package .choose_product {
        font-size: 16px;
    }

    .choose_your_package .label_box {
        flex: 100%;
        max-width: 97%;
    }

    .choose_your_package .choose_product .save10 {
        font-size: 16px;
    }

    .choose_your_package .choose_price .single_price {
        font-size: 16px;
    }

    .choose_your_package .choose_price .single_price span {
        font-size: 14px;
    }

    .shop_carousel .owl-dots {
        margin-top: 10px !important;
    }
}

/* Shop Buzzdefender End */

/* Timer Countdown */

.timer .container {
    max-width: 1115px;
    margin: auto
}

.timer .cnt {
    background: #F8F8F8;
    border: 1px solid #CDCDCD;
    margin-top: 23px;
    border-radius: 4px;
}

.timer .alert_timer {
    font-size: 15px;
    color: #C8202F;
    font-weight: bold;
}

.timer .timer-p {
    font-size: 15px;
    color: #000000;
    margin: 18px 10px;
}

.timer .countDown {
    font-size: 15px;
    color: #C8202F;
    font-weight: bold;
}

/* Timer Countdown */


/* Checkout */

.checkout {
    padding: 17px 0 38px 0;
}

.express_checkout_side {
    border: 1px solid #DFDFDF;
    padding: 10px;
}


.order_summary_side {
    border: 1px solid #DFDFDF;
    padding: 10px;
}

.express_checkout {
    background: #ffffff;
    margin-bottom: 11px;
}

.checkout .hidden_text p {
    font-size: 12px;
}

.express_checkout .or {
    padding-top: 16.2px;
    margin-bottom: 0;
    position: relative;
}

.express_checkout .or:after {
    position: absolute;
    content: '';
    background: #ddd;
    height: 1px;
    width: 240px;
    left: 0;
    top: 30px;
}

.express_checkout .or::before {
    position: absolute;
    content: '';
    background: #ddd;
    height: 1px;
    width: 240px;
    right: 0;
    top: 30px;
}

.checkout .shippinghead {
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.checkout .shippinghead_two {
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.express_checkout p {
    text-align: center;
}

.express_checkout .paypal {
    background: #FFC439;
    max-width: 286px;
    padding: 11px 0;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
}

.express_checkout .gpay {
    background: #000000;
    max-width: 286px;
    padding: 0;
    text-align: center;
    margin: auto;
    border-radius: 5px;
}

.form-control,
.form-select {
    padding: 12px;
    font-size: 14px;
}

.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
    border-color: #ddd;
}

#address {
    border-right: none;
}

#address_icon {
    border-color: #ddd;
    background: #ffffff;
    border-left: none;
}

#address_icontwo {
    border-color: #ddd;
    background: #ffffff;
    border-left: none;
}

#address_icon:hover {
    color: #000000;
}

.checkout .text_me {
    font-size: 14px;
}

.checkout .shipping_as_billing {
    font-size: 13px;
}

.checkout form #submit {
    width: 100%;
    color: #ffffff;
    background: #FF4700;
    padding: 15px 0;
}

.shipping_method {
    padding-top: 23px;
}

.shipping_method h5 {
    margin-bottom: 14px;
}

.shipping_form {
    border-radius: 5px;
    border: 1px solid #ddd;
}

.shipping_method .form-check {
    border-bottom: 1px solid #ddd !important;
    padding: 12px 12px 12px 40px;
    font-size: 13px;
}

.shipping_method .form-check:last-child {
    border-bottom: none !important;
}

.shipping_form .label_box {
    display: flex;
    justify-content: space-between;
}

.checkout form #submit {
    width: 100%;
    color: #ffffff;
    background: #32CD32;
    padding: 15px 0;
    outline: none;
    box-shadow: none;
    border: none;
}

.checkout form #submit:focus-visible {
    outline: none;
    box-shadow: none;
}

.payment_method {
    margin-top: 23px;
    background: #ffffff;
}


.payment_method h5 {
    margin-bottom: 14px;
}

.payment_form {
    border-radius: 5px;
    border: 1px solid #ddd;
}

.payment_form .credit_card,
.paypal {
    font-size: 14px;
}


.payment_method .form-check {
    padding: 12px 12px 12px 40px;
    margin-bottom: 0;
}

.payment_method .use_shipping_as {
    border-bottom: none !important;
}

.payment_method .form-check:last-child {
    border-bottom: none !important;
}

.payment_form .label_box {
    display: flex;
    justify-content: space-between;
}

.card_details {
    padding: 18px 17px;
    background: #F4F4F4;
    position: relative;
}

#card_number {
    border-right: none;
}

#card_icon {
    border-color: #ddd;
    background: #ffffff;
    border-left: none;
}

#card_icon:hover {
    color: #000000;
}

#security_code {
    border-right: none;
}

#security_code_icon {
    border-color: #ddd;
    background: #ffffff;
    border-left: none;
}

#security_code_icon:hover {
    color: #000000;
}

#complete_purchase {
    width: 100%;
    color: #ffffff;
    background: #32CD32;
    padding: 15px 0;
    border: none;
    box-shadow: none;
    outline: none;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
}

.secure_transaction {
    text-align: center;
    padding: 12px 0 16px;
}

.secure_transaction img {
    width: 370px;
    margin: auto;
    max-width: 100%;
}

.moneyback_gurantee {
    text-align: center;
    padding-bottom: 12px;
}

.moneyback_gurantee img {
    width: 370px;
    margin: auto;
    max-width: 100%;
}

.checkout .review {
    padding-top: 16px;
}

.checkout .review hr {
    margin: 0;
    color: #DFDFDF;
}

.checkout .review h5 {
    padding-top: 16px;
    text-align: center;
}

.checkout .review_container {
    padding: 16px 0;
}

.checkout .review .col-3 img {
    width: 100%;
    border-radius: 5px;
}

.checkout .review_head {
    margin-bottom: 6px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
}

.checkout .review_info {
    margin-bottom: 8px;
    font-size: 14px;
    padding-right: 13px;
}

.checkout .review .row {
    /*align-items: flex-start;*/
    align-items: center;
}

.order_summary p {
    margin-bottom: 0;
}

.order_summary .order_details {
    padding-bottom: 21px;
    align-items: center;
}

.order_summary .input-group {
    padding: 0px 0 21px 0;
}

.order_summary .input-group input {
    font-size: 13px;
}

.order_summary .input-group button {
    font-size: 13px;
}

.order_summary .quantity_amount {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.order_summary .quantity_amount .quantity {
    font-size: 13px;
    font-weight: 600;
}

.products_img_quantity {
    display: flex;
    align-items: center;
}

.products_img_quantity img {
    margin-right: 8px;
}

.order_summary .quantity_amount .amount {
    font-size: 11px;
    text-decoration: line-through;
    color: #00000080;
}

.order_summary .coupon_offer {
    display: flex;
    justify-content: space-between;
}

.order_summary .coupon_offer .coupon_code {
    font-size: 11px;
    color: #00000080;
}

.order_summary .coupon_offer .coupon_amount {
    font-size: 13px;
}

.order_summary .coupon_offer i {
    rotate: 90deg;
}

.order_summary .sub_total p {
    font-size: 13px;
}

.order_summary .shipping p {
    font-size: 13px;
}

.order_summary .shipping .shipping_address {
    color: #00000080;
}

.order_summary .total_amount p {
    font-size: 18px;
    font-weight: 600;
}

.order_summary .total_savings p {
    font-size: 13px;
}

.order_summary .total_amount span {
    font-size: 12px;
    font-weight: 300;
}

.order_summary .total_savings {
    font-size: 14px;
}

.order_summary .total_savings i {
    rotate: 90deg;
}

.order_summary .total_savings span {
    font-size: 12px;
}

.order_summary #gift_card {
    margin-left: 14px;
    border-radius: 5px;
    background: #F1F1F1;
    border-color: #ddd;
}

.order_summary .sub_total {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
}

.order_summary .shipping {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
}

.order_summary .total_amount {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
    align-items: center;
}

.desktop_hide {
    display: none;
}

.order_summary_accordion .accordion-item:last-of-type {
    background: #fafafa;
    border: none;
    border-radius: 0;
}

.order_summary_accordion .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order_summary_accordion .accordion-button:not(.collapsed) {
    background: #fafafa;
    box-shadow: none;
    outline: none;
    color: #1878B9;
    font-size: 14px;
}

.order_summary_accordion .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    box-shadow: none;
    background: #fafafa;
    color: #1878B9;
    font-size: 14px;
}

.order_summary_accordion .accordion-item:first-of-type>.accordion-header .accordion-button {
    padding: 16px 0 16px 20px;
}

.order_summary_accordion .accordion-header .discounts {
    padding: 16px 20px 16px 0;
}

.order_summary_accordion .accordion-header .discounts .amount {
    font-size: 11px;
    text-decoration: line-through;
    color: #00000080;
    margin-bottom: 0;
}

.order_summary_accordion .accordion-header .discounts .coupon_amount {
    font-size: 13px;
    margin-bottom: 0;
}

.order_summary_accordion .accordion-button::after {
    margin-right: auto;
    margin-left: 5px !important;
    width: 10px;
    height: 10px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5px;
}

.order_summary_accordion .accordion {
    --bs-accordion-btn-icon-width: 10px;
}

#exampleCheck2:checked[type=checkbox]~.billing_address {
    display: none !important;
}

#next_step {
    display: none;
}

#next_step.act {
    display: block;
}

#prev_step.act {
    display: block;
}

#prev_step {
    display: none;
}

.hidden_logopaypal {
    background: #FFC439;
    text-align: center;
    margin: 15px 15px 5px 0;
    padding: 11px 0;
    border-radius: 5px;
    display: none;
}

.order_summary .order_summary_heading {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 21px !important;
}

.order_product_images{
    text-align: center;
}


.order_summary_accordion .accordion-body {
    padding-top: 0;
}

@media only screen and (min-width:992px) {
    #order_section {
        padding-left: 30px;
    }
}

@media only screen and (max-width:991px) {
    .shop_buzzdefender .product_pros .pros {
        max-width: 150px;
        margin: 6px auto;
    }
}

@media (min-width: 768px) {
    .checkout .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
        padding: 5px;
    }
}

@media only screen and (min-width:768px) and (max-width:1060px) {
    .choose_your_package .choose_product {
        font-size: 14px;
    }

    .choose_your_package .choose_product .product_quantity{
        font-size: 14px;
    }

    .choose_your_package .choose_product .saveprice{
        font-size: 14px;
    }

    .choose_your_package .label_box {
        flex: 100%;
        max-width: 97%;
    }

    .choose_your_package .choose_product .save10 {
        font-size: 16px;
    }

    .choose_your_package .choose_price .single_price {
        font-size: 14px;
    }

    .choose_your_package .choose_price .single_price span {
        font-size: 14px;
    }

    .choose_package .form-check {
        position: relative;
    }

    .choose_package .form-check-input:checked[type=radio] {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 1px;
        left: 30px;
    }

    .choose_package .form-check-input[type=radio] {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 1px;
        left: 30px;
    }

    .choose_package .form-check {
        padding: 30px 5px 10px 5px;
    }

    .choose_your_package .choose_price .our_price {
        font-size: 12px;
    }

    .products_img_quantity img {
        margin-right: 5px;
    }
}

@media only screen and (max-width:768px) {
    .express_checkout_side {
        padding: 0 12px 10px;
    }

    .express_checkout .paypal {
        margin-bottom: 10px;
    }

    body {
        background: #ffffff;
    }

    .order_summary_side {
        margin-top: 15px;
    }

    .express_checkout p {
        padding-top: 23px;
    }

    .desktop_hide {
        display: block;
    }

    .mob_hide {
        display: none;
    }

    .checkout .shippinghead_two {
        margin-top: 10px;
    }

    .checkout .shippinghead {
        padding-top: 25px;
    }

    .payment_method {
        margin-top: 0;
    }
}

@media only screen and (max-width:575px) {

    .checkout .shippinghead_two {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .checkout .shippinghead {
        font-size: 16px;
        padding-top: 25px;
    }

    .express_checkout .or::before {
        position: absolute;
        content: '';
        background: #ddd;
        height: 1px;
        width: 170px;
        right: 0;
        top: 30px;
    }

    .express_checkout .or:after {
        position: absolute;
        content: '';
        background: #ddd;
        height: 1px;
        width: 170px;
        left: 0;
        top: 30px;
    }

}

@media only screen and (max-width:456px) {
    .order_summary .order_details .order_product_images {
        width: 54px;
        height: 54px;
    }

    .choose_package .form-check {
        position: relative;
    }

    .choose_package .form-check-input:checked[type=radio] {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 1px;
        left: 30px;
    }

    .choose_package .form-check-input[type=radio] {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 1px;
        left: 30px;
    }

    .choose_package .form-check {
        padding: 30px 5px 10px 5px;
    }

    .choose_your_package .choose_price .our_price {
        font-size: 12px;
    }

    .products_img_quantity img {
        margin-right: 5px;
        width: 40px;
    }


}

@media only screen and (max-width:400px) {
    .express_checkout .or:after {
        width: 145px;
    }

    .express_checkout .or:before {
        width: 145px;
    }

    .order_summary .order_details .order_product_images {
        width: 45px;
        height: 45px;
    }

    .choose_your_package .choose_price .single_price {
        font-size: 13px;
    }

    .choose_your_package .choose_price .our_price span{
        font-size: 13px;
    }

    .choose_your_package .choose_product {
        font-size: 14px;
    }

    .choose_your_package .choose_product .product_quantity {
        font-size: 12px;
    }

    .choose_your_package .choose_product .saveprice {
        font-size: 13px;
    }

    .choose_your_package .choose_product .save10 {
        font-size: 14px;
    }
}

/* Checkout */


/* Yellow Box */

#yellow_box {
    margin: 12px 0 12px 0;
    border: 2px dashed #000000;
    background: #fcf8e5;
    border-radius: 5px;
}

#yellow_box .yellow_bg {
    background: #fcffa3;
    padding: 8px 20px;
    display: flex;
    align-items: center;
}

.orderbump_arw {
    margin-top: 6px;
}

.yellow_bg .add_on_upsell_check {
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.yellow_bg .form-check-label {
    margin-bottom: 0;
    margin-left: 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #079f38;
}

.yellow_box_text p {
    font-size: 15px;
    line-height: 24px;
    color: #2f2f2f;
    text-align: left;
    padding: 0px 20px;
    font-weight: 500;
}

.yellow_box_text .linethrough {
    text-decoration: line-through;
    color: #2f2f2f;
    font-weight: 300;
}

.yellow_box_text p span {
    color: red;
    font-weight: 800;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 1s;
    animation-iteration-count: infinite;
}

@media only screen and (min-width:768px) and (max-width:1071px) {
    .yellow_bg .form-check-label {
        font-size: 13px;
        line-height: 20px;
    }

    #yellow_box .yellow_bg {
        padding: 8px 10px;
    }
}

@media only screen and (max-width:575px) {
    .yellow_bg .form-check-label {
        font-size: 13px;
        line-height: 20px;
    }

    #yellow_box .yellow_bg {
        padding: 8px 10px;
    }
}

/* Yellow Box */


/* FAQ */


.faq {
    padding: 80px 0;
    background: #ffffff;
}

.faq .heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 48px;
    padding-bottom: 12px;
    text-align: center;
    color: #000000;
}

.faq .sub_heading {
    font-family: "Source Sans 3", sans-serif;
    padding-bottom: 56px;
    text-align: center;
}

.faq .accordion {
    max-width: 760px;
    margin: auto;
}

.faq .accordion-item {
    background: transparent;
    border-top: 1px solid #b9b9b9;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.faq .accordion-button {
    background: transparent;
    border: none;
    font-size: 22px;
    font-weight: 700;
    font-family: "Source Sans 3", sans-serif;
    padding: 24px 0;
}


.faq .accordion-body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    padding: 0 0 24px;
}

.faq .accordion-button:focus {
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
    background: transparent;
    border: none;
    box-shadow: none;
}

.faq .accordion-item:first-of-type>.accordion-header .accordion-button {
    color: #000000;
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.faq .accordion {
    --bs-accordion-btn-icon-width: 12px !important;
}

@media only screen and (max-width:768px) {
    .faq {
        padding: 40px 0;
    }

    .faq .heading {
        font-size: 25px;
        margin-bottom: 0;
        padding-bottom: 16px;
    }

    .faq .sub_heading {
        padding-bottom: 32px;
        margin-bottom: 0;
    }

    .faq .accordion {
        padding: 0 4px;
    }

    .faq .accordion-button {
        font-size: 16px;
        padding: 18px 0;
    }

    .faq .accordion-body {
        font-size: 14px;
        padding: 0 0 18px;
    }
}

/* FAQ */


.popupcard {
    max-width: 400px;
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    z-index: 1000;
    /* Ensure popup is on top */
}

.popupcard button {
    position: absolute;
    top: -15px;
    right: -10px;
    border-radius: 50%;
}

.popupcvv {
    max-width: 400px;
    display: none;
    position: absolute;
    top: 130px;
    right: 0;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    z-index: 1000;
    /* Ensure popup is on top */
}

.popupcvv button {
    position: absolute;
    top: -15px;
    right: -10px;
    border-radius: 50%;
}

/* Free Bonus */

.free_bonus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.free_bonus .img_side {
    display: flex;
    align-items: center;
}

.free_bonus .img_side {
    flex: 55%;
    max-width: 65%;
}

.free_bonus .img_side img {
    max-width: 100%;
    width: 100px;
    margin-right: 25px;
}

.free_bonus .img_side p {
    font-size: 13px;
}

.free_bonus .price_side {
    flex: 30%;
    max-width: 35%;
    text-align: end;
}

.free_bonus .original_price {
    font-size: 11px;
    text-decoration: line-through;
    color: #00000080;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.free_bonus .free_price {
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000;
}

@media only screen and (min-width:768px) {
    .free_bonus .img_side img {
        max-width: 100%;
        width: 100px;
        margin-right: 8px;
    }
}

/* Free Bonus */


/* Exit Popup */

.show {
    display: block;
}

#leaveFade {
    display: none;
}

#leaveFade {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000a8;
    width: 100%;
    height: 100vh;
}

#leavePop1 {
    background: #ffc348;
    max-width: 800px;
    margin: auto;
    margin-top: 10%;
    text-align: center;
    position: relative;
    padding: 40px 32px;
    border-radius: 12px;
    border: 10px solid #fff;
}


#innerA1 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin: 20px 0;
    color: #fff;
    background: #000;
    padding: 8px;
    border-radius: 10px;
}

#innerB1 {
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 28px;
    color: #D24B00;
    margin-bottom: 16px;
}

#innerC1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.partOne {
    margin: 20px 0;
}

.left_side_pop img {
    border-radius: 10px;
}

#innerC1 {
    margin-bottom: 32px;
}

#leaveX1 {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#innerButton1 {
    background: #1e8504;
    display: block;
    max-width: 508px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 16px;
    margin: 0px auto 15px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #fff;
}

#leaveX1 a {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

#timercountdown2 {
    font-size: 30px;
    font-weight: 800;
}

.popup_container_leavefade .left_side_pop {
    flex: 45%;
    max-width: 50%;
}

.popup_container_leavefade .right_side_pop {
    flex: 45%;
    max-width: 50%;
    position: relative;
}

.popup_container_leavefade {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

@media only screen and (max-width:840px) {
    #leavePop1 {
        margin: 15% 20px 0 20px;
    }
}

@media only screen and (max-width:576px) {
    #leavePop1 {
        margin-top: 22%;
        margin-right: 20px;
        margin-left: 20px;
    }

    #innerA1 {
        font-size: 16px;
        margin: 12px 0;
        line-height: 22px;
    }

    #innerB1 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    #innerC1 {
        font-size: 24px;
        line-height: 30px;
    }

    #leavePop1 {
        padding: 20px;
    }

    .partOne {
        margin: 10px 0;
    }

    #innerButton1 {
        margin: 0px auto 30px;
        font-size: 13px;
        padding: 15px 25px;
    }

    #timercountdown2 {
        font-size: 20px;
    }

    #leaveX1 {
        bottom: 0;
    }

    .popup_container_leavefade {
        flex-direction: column;
    }

    .popup_container_leavefade .left_side_pop {
        max-width: 100%;
        flex: 100%;
    }

    .popup_container_leavefade .right_side_pop {
        max-width: 100%;
        flex: 100%;
    }
}

@media only screen and (max-width:405px) {
    #timercountdown2 {
        font-size: 18px;
    }

    #leaveX1 a {
        font-size: 13px;
    }
}

/* Exit Popup */

.btn_arrow {
    margin-top: -2px;
    margin-left: 5px;
}

.free_shipping {
    text-align: left;
    margin: 5px 0;
    color: #32CD32;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 13px;
}

.order_summary .input-group {
    padding: 0;
    margin-bottom: 10px;
}

.text-success {
    --bs-text-opacity: 1;
    color: #32CD32 !important;
    padding: 0 0 15px 0;
    display: block;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgb(255 42 42) !important;
    padding: 0 0 15px 0;
    display: block;
}

.shipping_method {
    display: block;
}


/* Footer */

.customfooter {
    margin-top: auto;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#222), color-stop(#444), to(#222));
    background: linear-gradient(to right, #222, #444, #222);
    background-image: -webkit-gradient(linear, left top, right top, from(#222), color-stop(#444), to(#222));
    background-image: linear-gradient(to right, #222, #444, #222);
    background-image: -moz-linear-gradient(left, #222, #444, #222);
    padding: 40px 0px;
    float: left;
    width: 100%;
    line-height: 21px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.3px;
    margin-top: 30px;
}

.footer-container {
    max-width: 1140px;
    margin: auto;
}

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-row>div {
    padding: 0px 15px;
}

.customfooter h3 {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #696868;
    padding-bottom: 5px;
    font-weight: 700;
    color: #fff;
}

.customfooter a {
    color: #f1f1f1;
    font-size: 12px;
    padding: 0px !important;
    text-decoration: none;
    display: block;
    font-weight: 400
}

.footer-col-4 {
    width: 25%;
}

.footer-col-12 {
    width: 100%;
}

.footerBottom {
    text-align: center;
}

.customfooter ul {
    padding: 0px;
    margin: 0px;
}

.customfooter ul li {
    list-style: none;
    border: none;
    color: #fff;
    line-height: 24px !important;
}

.customfooter .credit-cards-image {
    width: 100%;
    max-width: 200px !important;
}

.customfooter p {
    font-size: 12px;
    margin: 0px;
    line-height: 21px !important;
}

.footerLogo {
    width: 155px;
    max-width: 100%;
}

.footerLogoHolder {
    padding-top: 50px;
    text-align: right;
}

.customfooter a:hover {
    color: #aaa !important;
}

.footerBottom {
    border-top: 1px solid #696868;
    margin-top: 15px;
    padding-top: 15px !important;
}

.footer-image-logo {
    margin: 0px !important;
}

.footer-image-logo img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 25px;
}

.footer-image-logo a {
    display: inline;
}

.footerBottom p {
    padding-bottom: 10px;
}


/*dropdown checkbox start*/
.paymnt-txt {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin-left: 10px;
    color: #fff;
}

.credits-crd-img {
    width: 28%;
    float: right;
}

.dropdown-chekbox {
    margin-top: 10px;
}

.crdit-img {
    float: right;
    width: 17%;
}

.cwcc.mr-tp {
    margin-top: 10px;
}

.paypal-mrtp {
    margin-top: 0px;
}

/*dropdown checkbox end*/



@media(max-width:767px) {

    .footer-row {
        display: block;
    }

    .footer-row>div {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .footerLogoHolder,
    .footerBottom {
        padding-bottom: 0px !important;
    }

}



@media(max-width:575px) {

    .footer-image-logo img {
        height: 20px;
    }
}