@media screen and (min-width: 320px) {
    .pnl-wrapper {
        height: 70px;
    }

    .grid-tile:only-child {
        width: 80%;
    }
}

@media screen and (min-width: 360px) {
    .inner {
        padding-top: 1.0em;
    }

    .grid {
        margin: 0 0 0 -1.0em;
    }

    .grid-tile {
        padding: 0 0 1.0em 1.0em;
        width: 50%;
    }

    .pnl-wrapper {
        height: 70px;
    }
}

@media screen and (min-width: 480px) {
    .inner {
        padding: 0 0.5em;
        padding-top: 0.5em;
    }

    .grid {
        margin: 0 0 0 -0.5em;
    }

    .pnl-wrapper {
        height: 60px;
    }
}

@media screen and (min-width: 600px) {
    .inner {
        padding: 0 1.0em;
        padding-top: 1.0em;
    }

    .grid {
        margin: 0 0 0 -1.0em;
    }

    .grid-tile {
        padding: 0 0 1.0em 1.0em;
    }

    .grid-tile:only-child {
        width: 50%;
    }

    .pnl-wrapper {
        height: 70px;
    }
}

@media only screen and (min-width:768px) {
    [data-balloon-length=xlarge]:after {
        width: 380px;
    }

    .inner {
        padding: 0 1.5em;
        padding-top: 1.5em
    }

    .grid {
        margin: 0 0 0 -1.5em
    }

    .grid-tile {
        padding: 0 0 1.5em 1.5em
    }
}

@media only screen and (min-width: 900px) {
    .no-mobile {
        display: none;
    }
}

@media only screen and (min-width: 901px) {
    .intro .ribbon_wrap.mobile {
        display: none;
    }

    .before-holidays {
        display: none;
    }

    .intro .rating-box {
        display: none;
    }
    .intro_btn_wrap {
        margin-bottom: 30px;
        padding-top: 15px;
    }
}

@media (min-width: 901px) and (max-width: 950px) {
    .product_info .font-main {
        width: 95%;
    }
}

@media screen and (min-width: 1024px) {
    .grid-tile {
        width: 24%;
    }
    .grid-tile:only-child {
        width: 33%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1250px) {
    .grid-tile {
        width: 33%;
    }
}

@media screen and (min-width: 1080px) {
    body.home .upsell .grid-tile {
        width: 40%;
    }
}
@media screen and (min-width: 1251px) {
    body.home .upsell .grid-tile {
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 1440px) {
    .inner {
        width: 1400px;
        margin: 0 auto
    }
}

@media only screen and (min-width: 1600px) {
    .badge {
        max-width: 130px;
    }
}

@media (max-height: 26em) {
    .pnl-wrapper {
        height: 48px
    }

    .grid-tile {
        width: 33.3333%
    }

    .pnl-label {
        font-size: 0.7em;
        line-height: 14px;
    }

    .pnl-price {
        font-size: 0.7em;
        line-height: 14px;
    }
}

@media only screen and (max-width : 1600px) {
    .clmn_2_no_margin_wrap {
        width: 80%;
    }
}

@media only screen and (max-width : 1440px) {
    .badge {
        width: 80%;
    }

    .clmn_2_no_margin_wrap {
        width: 90%;
    }
}

@media only screen and (max-width : 1366px) {
    .container {
        width: 1000px;
    }

    h1 {
        padding-top: 38px;
    }

    .intro_content {
        padding: 0 0 0 30px;
    }

    .font_large {
        font-size: 26px;
    }

    .field-wrap-mobile-full {
        width: 88%;
    }

    .intro .wrap .absolute-img {
        bottom: -30%;
        left: 10%;
    }
}

@media (min-width: 901px) and (max-width: 1024px) {
    .intro_content {
        padding-left: 50px;
    }

    .intro_content .ribbon_wrap {
        flex-wrap: wrap;
    }

    .intro_content .delivery-info {
        margin: 10px 0 0;
    }

    .intro_btn_wrap {
        padding-top: 20px;
    }

    .section_order .flip-clock-wrapper ul {
        height: 70px;
        width: 50px;
    }

    .section_order .flip-clock-wrapper ul li {
        line-height: 70px;
    }

    .section_order .flip-clock-wrapper ul li a div.up:after {
        top: 34px;
    }
}

@media only screen and (max-width : 1300px) {
    .mail_break_line {
        display: block;
    }

    .mail_break_line .shaded {
        display: none;
    }
}

@media only screen and (max-width : 1280px) {
    .gallery-cell {
        width: 33.3%;
    }

    .gallery-carousel .gallery-cell {
        width: 32.3%;
        margin: 0 1% 0 0;
    }
}

@media only screen and (max-width : 1152px) {
    .clmn_2_no_margin_wrap {
        width: 92%;
    }
}
@media only screen and (max-width: 1150px) {
    .product_img {
        width: 500px !important;
    }   
}
@media only screen and (max-width : 1024px) {
    .container {
        width: 900px;
    }
    h1 {
        padding-top: 20px;
    }
    .intro h1 {
        padding-top: 12%;
    }
    .intro_btn_wrap {
        padding-top: 1.25em;
    }
    .logo {
        margin: 30px 0 0;
    }
    .section_order .sale {
        height: 64px;
        font-size: 22px;
        width: 64px;
    }
    .product_img {
        width: 450px !important;
    } 
}

@media only screen and (max-width : 990px) {
    .intro .wrap .absolute-img {
        bottom: -33%;
        left: 8%;
    }
}
@media only screen and (max-width : 985px) {
    .cli-style-v2.cli-bar-container {
        justify-content: right;
    }
}
@media screen and (max-width: 980px) {
    .bump-el-button {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .bump-el-price {
        font-size: 14px;
        position: relative;
        top: -1px;
    }

    .bump-el-button button {
        padding: 2px 10px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 900px) {
    .clmn_2_no_margin_wrap {
        width: 100%;
    }

    .clmn_2_no_margin_wrap .clmn_2 {
        float: none;
        width: 100%;
    }

    .mycounter__wrap {
        padding: 0 0 20px;
        display: block;
    }

    .fadeInDown,
    .fadeInRight,
    .bounce {
        -webkit-animation: none;
        animation: none;
    }

    .intro .intro_content,
    .main-carousel {
        opacity: 1;
    }

    .container {
        width: 65%;
        padding: 12.5% 0 5%;
    }

    .intro .clmn_2 {
        width: 100%;
        float: none;
    }

    .intro_content {
        text-align: center;
        padding: 0;
    }

    .intro .intro_content {
        position: unset;
    }
    .clmn_2_margin {
        width: 75%;
        float: none;
        margin: 0 auto;
    }

    .section_gift .clmn_2_margin:nth-of-type(2) {
        margin: 40px auto 0;
    }

    .section_faq .gift_wrap {
        border-radius: 11px 11px 0 0;
        padding: 25px 20px 0;
    }

    .section_faq .clmn_2_margin:nth-of-type(2) .gift_wrap {
        padding: 0 25px 25px;
        border-radius: 0 0 11px 11px;
    }

    .section_faq .clmn_2_margin:nth-of-type(2) .list_dot:first-child {
        padding: 1.5em 0 0;
    }

    .img_order {
        display: none;
    }

    .clmn_3 {
        width: 100%;
        float: none;
    }

    .contactForm {
        max-width: unset;
        width: 100%;
    }
    .section_order_guarantee {
        max-width: unset;
        width: 100%;
    }

    input[type="submit"] {
        width: 41%;
    }

    .clmn_6 {
        width: 33%;
    }

    .clmn_6:nth-of-type(4),
    .clmn_6:nth-of-type(5),
    .clmn_6:nth-of-type(6) {
        margin-top: 40px;
    }

    .video_wrap {
        position: relative;
        margin: 0 auto 0;
        width: 500px;
    }

    .video {
        width: 90%;
        height: 0;
        padding-bottom: 56.25%;

        margin: 0 auto;
        position: absolute;
        left: 5%;
        top: 7%;
        clear: both;
    }

    .video>video,
    .video>iframe,
    .video>object,
    .video>embed {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        padding-bottom: 53%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }

    .mail_break_line {
        display: inline-block;
    }

    .mail_break_line .shaded {
        display: inline-block;
    }

    .badge {
        width: 70%;
    }

    .section {
        padding: 60px 0;
    }

    .section_extra_padding {
        padding-bottom: 125px;
    }

    .no-padding-bottom {
        padding-bottom: 0;
    }

    @-webkit-keyframes down {
        0% {
            -webkit-transform: translateY(0);
        }

        100% {
            -webkit-transform: translateY(30px);
        }
    }

    @keyframes down {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(30px);
        }
    }

    .container.header {
        padding: 0 30px 0 0;
        width: 100%;
    }

    .font_huge {
        font-size: 40px;
        text-transform: uppercase;
        line-height: 1.2;
        letter-spacing: 0.8px;
    }

    .intro .wrap {
        padding-top: 20px;
    }

    .shaded {
        font-size: 22px;
        margin-top: 15px;
    }

    .mycounter {
        margin-top: 10px;
    }

    .intro .ribbon_wrap:not(.mobile) {
        display: none;
    }

    .intro .ribbon_wrap {
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0 20px;
        position: static;
    }

    .intro .delivery-info,
    .section_order .delivery-info {
        justify-content: center;
        width: 100%;
        font-size: 22px;
        align-items: center;
    }

    .intro .delivery-info {
        margin-top: 15px;
    }

    .intro_btn_wrap {
        margin-left: auto;
        margin-right: auto;
        padding: 0 0 15px;
    }

    .intro .old-price {
        font-size: 35px;
    }

    .intro .new-price {
        font-size: 70px;
    }

    .intro .wrap .absolute-img {
        display: none;
    }
    .intro_content .product-short-description {
        display: none;
    }
    .product-short-description {
        width: 90%;
        margin-top: 30px;
    }
    .section.info {
        padding-top: 30px;
    }

    .list_pointer li {
        line-height: 25px;
    }
    .section_order .clmn_order_info {
        width: 100%;
    }
    .section_order .ribbon_wrap {
        justify-content: center;
    }
    .section_order .container {
        flex-wrap: wrap;
        padding-top: 30px;
    }

    .section_order .clmn_left,
    .section_order .clmn_right {
        width: 100%;
    }

    .section_order .clmn_left {
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .section_order .intro_content {
        padding-right: 0;
    }

    .container.product_info {
        padding: 0;
    }

    .container.img-absolute {
        padding: 0;
    }

    .main_info_section .wpb_wrapper {
        flex-direction: column;
    }

    .main_info_section .wpb_wrapper .img-absolute,
    .main_info_section .wpb_wrapper .list_pointer {
        width: 100%;
    }

    .main_info_section .wpb_wrapper .list_pointer {
        padding: 20px 5px 25px 20px;
    }

    .section_btn {
        padding: 20px 0;
    }

    .section_btn .btn_break_line {
        margin: 0 0 10px;
    }

    .section-header {
        margin-top: 15px;
        width: 100%;
    }

    .font-main {
        padding-top: 15px;
    }

    .section_order {
        padding-top: 0;
    }

    footer .f_top .logo {
        width: auto;
    }

    footer .f_top .logo img,
    footer .f_top .payments img {
        height: 30px;
    }

    #floating_block_top .btn:link,
    #floating_block_top .btn:visited {
        padding: 16px 25px;
        font-size: 12px;
    }

    #floating_block_top+.intro {
        margin-top: 70px;
    }

    #floating_block .desc {
        margin: 8px 0 0;
    }

    #floating_block .desc .sale-bg {
        display: block;
    }

    #floating_block .desc .sale-bg .sale {
        height: auto;
        width: auto;
        background: #2b5fb4;
        font-weight: normal;
        font-size: 16px;
        line-height: 23px;
        color: #fff;
        padding: 0 17px;
        border-radius: unset;
    }

    #floating_block .desc .price {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    #floating_block .desc .old-price {
        width: 100%;
        margin-top: 5px;
        padding-left: 10px;
    }

    #floating_block .desc .new-price {
        position: absolute;
        left: 90px;
        top: 7px;
        font-size: 38px;
        width: 125px;
    }

    #floating_block .btn:link, #floating_block .btn:visited {
        padding: 13px 15px;
        font-size: 16px;
    }

    body.home .upsell .grid-tile .btn1 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .product_info .rating-box {
        display: none;
    }

    .rating-box {
        margin-top: 5px;
    }

    .star-container {
        display: flex;
        justify-content: center;
        height: 43px;
    }

    .rating-box-count {
        color: #343c51;
        display: block;
        text-align: center;
        line-height: unset;
        margin-left: 0;
    }

    .full-star:before,
    .half-star7:before,
    .half-star8:before {
        color: #fcff00;
    }
    .badge_container {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    footer .f_top .payments {
        width: auto;
    }

    footer .f_bottom .f_menu {
        position: static;
        transform: none;
        width: 100%;
        margin: 0 0 10px;
        text-align: left;
    }

    footer .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .product_img {
        display: block !important;
        width: auto !important;
    }
    #floating_block .floating_block_no_sale .desc .new-price {
        left: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        width: 75%;
        padding: 7% 0 5%;
    }

    .gallery-cell {
        width: 50%;
    }

    .gallery-carousel .gallery-cell {
        width: 49%;
        margin: 0 1% 0 0;
    }

    .mob_max_width_100 {
        max-width: 100px;
    }

    .mob_max_width_200 {
        max-width: 200px;
    }

    .mob_max_width_300 {
        max-width: 300px;
    }

    .mob_max_width_400 {
        max-width: 400px;
    }

    .mob_max_width_500 {
        max-width: 500px;
    }

    .mob_max_width_600 {
        max-width: 600px;
    }

    .mob_max_width_700 {
        max-width: 700px;
    }

    .margin_0_auto {
        margin: 0 auto;
    }

    footer .f_top {
        position: relative;
    }

    footer .f_top .logo {
        position: absolute;
        width: 100%;
    }

    footer .f_top .contact {
        float: none;
        width: 250px;
        margin: 0 auto;
        text-align: right;
    }

    footer .f_top .contact .mail {
        font-size: 14px;
        line-height: 20px;
    }

    .hide_on_mob {
        display: none !important;
    }

    .show_on_mob {
        display: block !important;
    }

    .mega_info_box .mega-info-title {
        font-size: 12px !important;
    }
    .item .sale-bg {
        left: -10px;
    }
    .item .sale-bg .sale {
        width: 60px;
        height: 60px;
    }
    #submit1.submit2 {
        display: block;
        margin: 20px auto 0px;
    }
    #floating_block_top .container {
        height: 40px;
    }
    #floating_block_top .company-whatsapp {
        display: none;
    }
    #floating_block_top .img {
        order: 1;
    }
    #floating_block_top .img img {
        height: 36px;
    }
    #floating_block_top .company-phone {
        order: 2;
    }
    #floating_block_top .company-phone a {
        position: static;
    }
    #floating_block_top .company-phone a span:last-child {
        display: none;
    }
    #order_form .product_info .quantity_wrap .item input + label {
        font-size: 13px !important;
    }
    .section_order .order-form-header {
        flex-direction: column;
        border: 0;
        padding: 0;
    }
    .order-form-header-price {
        border-bottom: 1px solid #093864;
        padding-bottom: 5px;
        width: 100%;
    }
    .section_order .payment_logos {
        margin: 5px auto 0;
    }
    #order_form .product_info .quantity_wrap .item {
        width: 32%;
    }
    #order_form .product_info .quantity_wrap .item input+label .free-shipping {
        font-size: 10px;
        bottom: -19px;
    }
    .field-wrap {
        margin: 0 0 10px 4%;
        width: 92%;
    }
    .order-bump-box {
        margin: 20px 4%;
    }
    #submit1 {
        width: 90%;
    }
}

@media only screen and (max-width : 650px) {
    .clmn_2_margin {
        width: 85%;
        float: none;
        margin: 0 auto;
    }

    .contactForm {
        width: 98%;
        margin: 0 auto;
    }
    .section_order_guarantee {
        width: 98%;
        margin: 0 auto;
    }

    .section_btn .btn_break_line {
        font-size: 25px;
    }

    .section_btn .btn:link,
    .section_btn .btn:visited {
        width: 90%;
    }

    #people_ordered {
        font-size: 18px;
    }

    #people_ordered img {
        max-height: 20px;
    }
}

@media only screen and (max-width : 625px) {
    .container {
        width: 85%;
        padding: 8% 0 8%;
    }

    .field-wrap_1 {
        width: 88%;
    }

    .badge {
        width: 85%;
    }

    h2 {
        padding-left: 2em;
        padding-right: 2em;
    }

    .section_faq {
        padding-top: 10px;
    }

    .section_faq h2 {
        font-size: 30px;
        padding: 0 0 10px;
    }
}

@media only screen and (max-width: 600px) {
    .font_huge,
    .section_order_header {
        font-size: 36px;
    }

    .shaded {
        font-size: 18px;
        margin-top: 20px;
    }

    .mycounter {
        margin-top: 5px;
    }

    .product-qty {
        width: 100%;
    }

    .product-qty:before {
        top: -14px;
    }

    body.home .upsell .upsell-submit {
        font-size: 18px;
    }

    #people_ordered {
        font-size: 16px;
    }

    .pnl-tocart .btn1 {
        font-size: 15px;
    }

    .pnl-tocart .btn1 {
        width: 60%;
        left: 20%;
    }

    .pnl-label {
        font-size: 18px;
    }

    #floating_block .desc .new-price {
        font-size: 30px;
        left: 85px;
        top: 10px;
        width: 100px;
    }
}

@media only screen and (max-width : 550px) {
    .section_icon {
        width: 100px;
        margin: 0 0 0 -50px;
    }

    .font_huge,
    .section_order_header {
        font-size: 32px;
    }

    .gallery-cell {
        width: 75%;
    }

    .gallery-carousel .gallery-cell {
        width: 73%;
        margin: 0 2% 0 0;
    }

    .section-header {
        font-size: 20px;
    }

    .section_btn {
        font-size: 24px;
    }
}

@media only screen and (max-width : 525px) {
    .video_wrap {
        width: 450px;
    }

    .container {
        width: 100%;
        padding: 8% 0;
    }

    .gallery-cell {
        width: 80%;
    }

    .gallery-carousel .gallery-cell {
        width: 78%;
        margin: 0 2% 0 0;
    }

    .product-qty div {
        padding-left: 100px;
    }

    .product-qty:before {
        left: -25px;
    }

    .regular-bold {
        padding: 0 5px;
    }

    .font-main {
        padding: 15px 5px 0;
    }
    .recently_viewed_wrap_wrap {
        width: 90%;
    }
    .intro_btn_wrap_flag {
        width: 90%;
        margin: 0 auto 30px;
    }
    .intro_btn_wrap_flag_text {
        font-size: 15px;
        text-align: left;
    }
    .section_faq {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width : 500px) {
    h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .section_order .flip-clock-wrapper ul {
        width: 45px;
        height: 60px;
        margin: 3px;
    }

    .section_order .flip-clock-wrapper ul li {
        line-height: 60px;
    }

    .section_order .flip-clock-wrapper ul li a div div.inn {
        font-size: 36px;
    }

    .section_order .flip-clock-wrapper ul li a div.up:after {
        top: 29px;
    }

    .section_order .flip-clock-divider {
        height: 60px;
    }

    .section_order .flip-clock-dot.top {
        top: 16px;
    }

    .section_order .flip-clock-dot.bottom {
        bottom: 6px;
    }

    .section_order .flip-clock-divider .flip-clock-label {
        right: -69px;
    }

    .section_order .flip-clock-divider.minutes .flip-clock-label {
        right: -69px;
    }

    .section_order .flip-clock-divider.seconds .flip-clock-label {
        right: -69px;
    }

    .section_btn .btn_break_line {
        font-size: 23px;
        padding: 0 5px;
    }

    body.home .upsell .grid-tile {
        width: 100%;
    }

    #people_ordered {
        font-size: 13px;
    }

    .block_recommended {
        padding: 0 20px;
    }

    .block_recommended div span:first-child {
        font-size: 14px;
    }

    .block_recommended div span:last-child {
        font-size: 13px;
    }
    #submit1 .fas {
        right: 30px;
    }
    .section_order_guarantee img {
        margin-right: 3px;
        margin-left: 3px;
        width: 65px;
    }
}

@media only screen and (max-width : 480px) {
    .gallery-cell {
        width: 100%;
    }

    .gallery-carousel .gallery-cell {
        width: 100%;
        margin: 0 0 0 0;
    }

    th.text-left {
        font-size: 13px;
    }
}

@media only screen and (max-width : 475px) {
    .video_wrap {
        width: 400px;
    }

    .clmn_6 {
        width: 50%;
    }

    .clmn_6:nth-of-type(3),
    .clmn_6:nth-of-type(4),
    .clmn_6:nth-of-type(5),
    .clmn_6:nth-of-type(6) {
        margin-top: 40px;
    }

    .badge {
        width: 75%;
    }

    .orologio-carousel-wrap {
        width: 72px;
        position: absolute;
        z-index: 1;
        top: 26px;
        left: 15px;
    }

    .main_info_section .wpb_wrapper .list_pointer {
        padding-left: 5px;
    }

    .product_additional_info h2 {
        padding: 0;
    }
    .recently_viewed_wrap img {
        width: 24px;
    }
    .recently_viewed_wrap .recently_viewed_wrap_text {
        font-size: 13px;
    }
    .intro .btn:link, .intro .btn:visited {
        width: 90%;
    }
    .badge_container_item {
        width: 50%;
    }
    .badge_container_item:nth-of-type(3),
    .badge_container_item:nth-of-type(4){
        margin-top: 40px;
    }
    .section_order_guarantee span {
        margin-top: 0;
    }
    .contactForm {
        top: -30px;
    }
}
@media all and (max-width: 460px) {
    .product-qty:before {
        height: 100px;
        width: 100px;
        top: -4px;
    }

    .product-qty div {
        padding: 10px 15px 10px 65px;
    }
}

@media only screen and (max-width: 450px) {
    .header a {
        font-size: 13px;
    }
    .pnl-tocart .btn1 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .item .sale-bg .sale {
        width: 50px;
        height: 50px;
        font-size: 17px;
    }

    .item .sale-bg {
        left: -5px;
    }

    .pnl-label {
        font-size: 16px;
    }

    p.price del, .pnl-price del {
        font-size: 18px;
    }

    p.price ins, .pnl-price ins {
        font-size: 20px;
    }
    .pnl-tocart .btn1 {
        width: 80%;
        padding: 7px 0;
        bottom: -15px;
    }
    #floating_block .floating_block_no_sale .img {
        display: block;
    }
}

@media only screen and (max-width : 440px) {
    .btn_break_line {
        display: block;
    }

    .section_gift .font_larger {
        padding: 0;
    }

    .quotes-carousel .carousel-cell {
        height: 200px;
        overflow: hidden;
        width: 100%;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .font_huge {
        font-size: 26px;
        padding: 0 15px;
    }

    .section_order .container {
        padding-top: 0;
    }
}

@media only screen and (max-width : 425px) {
    .section_order .ribbon_wrap {
        justify-content: center;
        flex-wrap: wrap;
    }
    .section_order .clmn_order_info {
        width: 100%;
    }
    .product-qty:before {
        right: 0;
        left: unset;
        bottom: -25px;
        top: unset;
        height: 70px;
        width: 70px;
    }

    .product-qty div {
        padding: 15px 10px;
    }
}

@media only screen and (max-width : 420px) {
    .intro_btn_wrap_flag_text {
        font-size: 13px;
    }
    .video_wrap {
        width: 90%;
    }
}

@media only screen and (max-width : 410px) {
    .bump-el-title img {
        margin-right: 5px;
        width: 30px;
    }

    .bump-el-title {
        font-size: 12px;
    }

    .bump-el-price,
    .bump-el-body {
        font-size: 13px;
    }

    .bump-el-button button {
        padding: 2px 8px;
        font-size: 12px;
    }
}

@media only screen and (max-width : 400px) {
    .badge {
        width: 85%;
    }

    .heart {
        width: 65px;
    }

    .list_pointer li {
        line-height: 24px;
    }

    .list_pointer li span {
        display: block;
    }

    .list_pointer li:before {
        top: 10px;
    }

    .header span.mail-icon {
        margin-left: 20px;
    }

    .flip-clock-wrapper ul,
    .section_order .flip-clock-wrapper ul {
        width: 40px;
        height: 50px;
        margin: 3px;
    }

    .flip-clock-wrapper ul li,
    .section_order .flip-clock-wrapper ul li {
        line-height: 50px;
    }

    .flip-clock-wrapper ul li a div div.inn,
    .section_order .flip-clock-wrapper ul li a div div.inn {
        font-size: 36px;
    }

    .flip-clock-wrapper ul li a div.up:after,
    .section_order .flip-clock-wrapper ul li a div.up:after {
        top: 24px;
    }

    .flip-clock-divider,
    .section_order .flip-clock-divider {
        height: 50px;
    }

    .flip-clock-dot.top,
    .section_order .flip-clock-dot.top {
        top: 16px;
    }

    .flip-clock-dot.bottom,
    .section_order .flip-clock-dot.bottom {
        bottom: 6px;
    }

    .flip-clock-divider .flip-clock-label,
    .section_order .flip-clock-divider .flip-clock-label {
        right: -69px;
    }

    .flip-clock-divider.minutes .flip-clock-label,
    .section_order .flip-clock-divider.minutes .flip-clock-label {
        right: -69px;
    }

    .flip-clock-divider.seconds .flip-clock-label,
    .section_order .flip-clock-divider.seconds .flip-clock-label {
        right: -69px;
    }

    .intro .btn {
        font-size: 21px;
        padding: 10px 40px !important;
    }

    footer .f_top .logo img,
    footer .f_top .payments img {
        height: 25px;
    }

    #people_ordered {
        font-size: 11px;
    }

    #floating_block .desc .sale-bg .sale {
        padding: 0 15px;
    }

    #floating_block .desc .old-price {
        font-size: 19px;
    }
    
    #floating_block .btn:link, #floating_block .btn:visited {
        padding: 13px 12px;
        font-size: 15px;
    }

    #floating_block .desc .new-price {
        left: 80px;
    }
}

@media only screen and (max-width: 390px) {
    .section_order .sale {
        height: 60px;
        width: 60px;
        font-size: 22px;
    }
}
@media only screen and (max-width: 380px) {

    .link:link,
    .link:visited {
        font-size: 16px;
    }
}

@media only screen and (max-width : 375px) {
    .font_huge,
    .section_order_header {
        font-size: 24px;
    }

    .section_btn {
        font-size: 22px;
    }
}

@media only screen and (max-width : 370px) {
    .mail_break_line,
    .mail_break_line_intro {
        display: block;
    }

    .mail_break_line .shaded,
    .mail_break_line_intro .shaded {
        display: none;
    }

    input[type="submit"] {
        margin: 30px 18% 0 19%;
        width: 63%;
    }

    #floating_block_top .company-email .mail-icon {
        margin-right: 5px;
    }

    #floating_block_top .company-email a {
        font-size: 14px;
    }
}

@media only screen and (max-width : 360px) {
    #floating_block .btn:link, #floating_block .btn:visited {
        font-size: 14px;
        padding: 13px 8px;
    }
    #floating_block .desc .sale-bg .sale {
        padding: 0 12px;
    }
    #floating_block .desc .old-price {
        padding-left: 6px;
    }
    #floating_block .desc .new-price {
        font-size: 25px;
        left: 70px;
        top: 13px;
    }
}

@media only screen and (max-width : 355px) {
    .bump-el-title {
        font-size: 12px;
    }
}

@media only screen and (max-width : 350px) {
    .container.header {
        padding-right: 10px;
    }

    .header span {
        background-size: 10px;
        height: 20px;
        width: 20px;
    }

    .section_btn {
        padding: 30px 20px;
    }

    .link:link,
    .link:visited {
        font-size: 14px;
    }

    .section_order .sale {
        height: 55px;
        width: 55px;
        font-size: 20px;
    }

    .section_order .delivery-info {
        font-size: 20px;
    }

    #people_ordered {
        font-size: 10px;
    }

    .mega_info_box .mega-info-title {
        font-size: 11px !important;
    }
}
@media only screen and (max-width : 340px) {
    #order_form .product_info .quantity_wrap .item:not(:nth-of-type(1)) input+label .free-shipping {
        bottom: -32px;
    }
}
