@media (min-width: 1025px) {
    .policy .item {
        margin-bottom: 30px;
        width: 50%;
        text-align: left !important;
    }
    .policy .item:nth-child(3n - 3) {
        width: 100%;
    }
    .policy .item:nth-child(3n - 3) .item-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .policy .item:nth-child(3n - 3) .item-inner .details {
        width: 80%;
        text-align: left;
    }
    .policy .item:nth-child(3n - 3) .item-inner .title {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .banner-contact-details .email,
    .banner-contact-details .phone {
        font-size: 18px;
    }
    .cart-subtotal {
        display: none !important;
    }
    .cart-collaterals.top tr {
        border: none;
    }
    .headline .tagline {
        text-align: left !important;
    }
    #order_review {
        margin-top: 30px;
    }
    .checkout .badges .items {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 950px) {
    .headline {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .headline .tagline {
        margin-bottom: 5px;
        text-align: center !important;
    }
    .headline .layout-right {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        width: 100%;
    }
    .banner-full-width {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .banner-full-width .name {
        margin-top: 0 !important;
        font-size: 24px;
    }
    .banner-full-width .rating {
        font-size: 16px;
    }
    .banner-full-width .price {
        font-size: 16px;
    }
    .banner-full-width .price-wrapper {
        margin-bottom: 10px;
    }
    .banner-full-width .badges {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .woocommerce .add_to_cart_button,
    .woocommerce .single_add_to_cart_button,
    .woocommerce .wc-tabs>li>a,
    .woocommerce .submit {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-size: 16px !important;
    }
    .woocommerce .name,
    .woocommerce .product .related.products h2,
    body .tve-woocommerce .product .summary.entry-summary h1.product_title {
        margin-top: 30px;
        font-size: 20px;
    }
    .products-grid .button-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .woocommerce .price {
        font-size: 16px;
    }
    .products-grid {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .blogs-grid .image-wrapper .image {
        position: static;
    }
    .blogs-grid .image-wrapper {
        text-align: center;
        padding: 15px;
    }
    .blogs-grid .item:nth-child(odd) .image-wrapper .image {
        left: 0;
    }
    .blogs-grid .item:nth-child(even) .image-wrapper .image {
        right: 0;
    }
    .blogs-grid .title {
        font-size: 26px;
    }
    .blogs-grid .content {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px;
    }
    .blogs-grid .main-content-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }
    body .welcome {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    body .welcome h2 strong {
        font-size: 40px !important;
    }
    .blogs-grid .image-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .column-1,
    footer .column-2 {
        margin-bottom: 50px;
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
        text-align: center;
    }
    footer .widget-title {
        margin-bottom: 15px;
    }
    .testimonials-slider {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #tve_editor [data-css="tve-u-16760c5e4ad"] {
        line-height: 35px;
    }
}

@media (max-width: 772px) {
    .tve-woocommerce table.shop_table thead tr {
        position: static;
    }
    .woocommerce-cart.tve-woocommerce table.shop_table tbody tr.cart_item {
        display: inline-grid;
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item {
        display: table-row;
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td {
        display: table-cell;
    }
    body.tve-woocommerce .woocommerce .coupon .button {
        display: block !important;
        margin-top: 15px;
    }
    .heading-wrapper .section-title {
        margin-bottom: 15px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .cart-collaterals.top {
        margin-top: 0;
        width: 100%;
    }
    .bSe .cart-collaterals table tr+tr {
        border-top: 1px solid #eaeaea;
        border: none !important;
    }
    .header-checkout .logo-wrapper {
        display: none;
    }
    .header-checkout .badge-wrapper img {
        width: 100px;
    }
    .share-title {
        text-align: center;
    }
    .entry-summary .quantity {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    .phone-centered {
        text-align: center;
    }
    .banner-full-width .name {
        margin-top: 25px !important;
    }
    .banner-full-width .social-wrapper {
        margin-top: 50px;
    }
    .woocommerce .badges .item {
        margin-bottom: 15px !important;
    }
    #sfsi_holder {
        height: auto !important;
    }
    .norm_row.sfsi_wDiv {
        width: 100% !important;
        text-align: center !important;
        position: static !important;
    }
    .woocommerce .item {
        margin-bottom: 50px;
    }
    .woocommerce .item:last-child {
        margin-bottom: 0;
    }
    .woocommerce .item {
        margin-bottom: 80px !important;
    }
    .woocommerce .item:last-child {
        margin-bottom: 0 !important;
    }
    .products-grid .section-title {
        margin-bottom: 30px;
    }
    .section-title {
        font-size: 30px !important;
    }
    body .welcome {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    body .welcome h2 strong {
        font-size: 30px !important;
    }
    footer .column-1 .widget {
        width: 100%;
        margin-bottom: 50px;
    }
    footer .column-1 .widget:last-child {
        margin-bottom: 0;
    }
    footer .column-1 .social-links .items {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .testimonials-slider .rating {
        margin-top: 15px;
    }
    .testimonials-slider .content {
        margin-top: 15px;
    }
}

@media (max-width: 414px) {
    .header-checkout {
        padding-bottom: 15px;
    }
    .header-checkout .logo-wrapper {
        display: none;
    }
    .header-checkout .badge-wrapper img {
        width: 100px;
    }
}