@media screen and (max-width: 1199px) {
    .container-expand {
        width: 100%;
    }
    .home-product .product-wrapper {
        padding: 30px 30px;
    }
    .banner {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
@media screen and (max-width: 991px) {
    .sm-pb-20 {
        padding-bottom: 20px;
    }
    .sm-pt-20 {
        padding-top: 20px;
    }
    .sm-pt-30 {
        padding-top: 30px;
    }
    .sm-pb-30 {
        padding-bottom: 30px;
    }
    .logo img {
        max-width: 190px;
    }
    .main-navigation nav>ul>li {} .main-navigation nav>ul>li>a {
        line-height: 1;
        padding: 26px 6px;
    }
    .fixed-header .main-navigation nav>ul>li>a {
        padding: 16px 6px;
    }
    .product-wrapper {
        padding-bottom: 30px;
    }
    .product-wrapper .cell {
        display: block;
    }
    .product-logo {
        padding: 10px 0 0 0px;
    }
    .product-kit {
        vertical-align: bottom;
    }
    .product-shot {
        padding-top: 30px;
    }
    .product-info {
        padding: 30px 0;
    }
    .middle-left img {
        max-width: 150px;
    }
    .banner-btn a {
        padding: 18px;
    }
    .gallery-navigation,
    .gallery-navigation-2,
    .gallery-navigation-3,
    .gallery-navigation-4 {
        position: relative;
    }
    .cart-title a {
        font-size: 15px;
    }
    .owl-prev {
        left: inherit;
        right: 30px;
    }
    .owl-next {
        right: 0;
    }
    .flag-wrapper{
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .main-navigation nav {
        display: block !important;
        height: auto !important;
    }
}
@media screen and (max-width: 767px) {
    .main-navigation>nav,
    .nav-shop-count .mail,
    .swiper-button-white,
    .hide-mobile {
        display: none;
    }
    .reverse {
        float: inherit;
    }
    .sm-pt-30 {
        padding-top: 30px;
    }
    .client-gallery {
        padding-bottom: 30px;
    }
    .pt-50,
    .pt-60,
    .video {
        padding-top: 30px;
    }
    .pb-60,
    .pb-90,
    .video {
        padding-bottom: 30px;
    }
    .mobile-top {
        padding-top: 30px;
    }
    .home-product .no-pr {
        padding-right: 15px;
    }
    .home-product .no-pl {
        padding-left: 15px;
    }
  
    .main-navigation {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
    }
    .main-navigation nav>ul {
        background: #000;
        display: block;
         overflow: auto;
         max-height: 269px;
    }
    .main-navigation nav>ul>li {
        display: block;
    }
    .main-navigation nav>ul>li>a {
        color: #fff;
        padding: 16px 0;
        font-weight: 400;
        border-bottom: 1px solid #333;
    }
    .main-navigation nav>ul>li:last-child>a {
        padding: 16px 0;
    }
    .main-navigation nav>ul>li>ul {
        position: relative;
    }
    .main-navigation nav>ul>li>ul li a {
        border-color: #fff;
    }
    .navigation-wrapper {
        width: 100%;
        padding: 12px 0;
    }
    .logo {
        width: auto;
    }
    .nav-shop-count {
        display: inherit;
    }
    .nav-shop-count a {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px 0;
    }
    .count-wrapper {
        padding: 0 0 0 10px;
        float: right;
    }
    .hamburger {
        font: inherit;
        display: inline-block;
        overflow: visible;
        margin: 0;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .15s;
        transition-property: opacity, filter;
        text-transform: none;
        color: inherit;
        border: 0;
        background-color: transparent;
    }
    .hamburger-box {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 24px;
    }
    .hamburger-spring .hamburger-inner {
        top: 2px;
        transition: background-color 0s linear .13s;
    }
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        position: absolute;
        width: 40px;
        height: 4px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #000;
    }
    .hamburger-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
    }
    .hamburger-spring .hamburger-inner:before {
        top: 10px;
        transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    }
    .hamburger-inner:before {
        top: -10px;
    }
    .hamburger-inner:after,
    .hamburger-inner:before {
        display: block;
        content: "";
    }
    .hamburger-spring .hamburger-inner:after {
        top: 20px;
        transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    }
    .hamburger-inner:after {
        bottom: -10px;
    }
    .hamburger-spring.is-active .hamburger-inner {
        transition-delay: .22s;
        background-color: transparent;
    }
    .hamburger-spring.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }
    .hamburger-spring.is-active .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
        transform: translate3d(0, 10px, 0) rotate(-45deg);
    }
    .cart-title a {
        font-size: 20px;
    }
    .icon-wrapper {
        display: table;
        margin: 0 auto;
    }
    .product-shot {
        padding-top: 0;
    }
    .top-bar .header-image {
        height: 350px;
    }
    .top-bar .shop-header {
        height: auto;
    }
    .product-swiper .swiper-slide {
        padding: 175px 0;
    }
    .ways-title {
        padding: 20px 0;
        font-size: 30px;
    }
    .flag-wrapper{
        width: 100%;
    }
    .faq {
        padding-bottom: 0;
    }
    .faq-accordian {
        padding: 20px 0 10px;
    }
    .left-side {
        padding: 30px 0 20px;
    }
    .right-side {
        padding: 0 0 30px;
    }
    .cart-table tbody tr td {
        /*display: block;
        text-align: left;*/
    }
    .cart-table td, th {
        /* border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid;*/
    }
    .cart-total-table tbody tr th {
        border-bottom: none;
        display: block;
        text-align: left;
        padding-bottom: 12px;
    }
    .coupon {
        display: block;
    }
    .coupon input[type=text] {
        display: block;
        width: 100%;
    }
    .related-products {
        padding-bottom: 0;
    }
    .product-container {
        max-width: 500px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .category-title {
        padding: 20px 0 0;
    }
    .related-wrapper {
        text-align: center;
    }
    .international-banner{
        height: inherit;
    }
    .banner-cell {
        display: block;
        width: 100%;
    }
    .banner-cell {
        padding-bottom: 30px;
    }
    .banner-cell:last-child{
        padding-bottom: 0;
    }
    .international-banner:after{
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #payment_method_paypal_express {
        float: none;
        margin: 0 2px 0 0px;
    }
    .payment_method_paypal_express label {
        display: inline;
    }
    footer {
        padding: 30px 0;
    }
    /* 4k Launch*/
    .now-shipping {
        text-align: center;
    }
    .top-title {
     font-size: 30px;
    }
    .fourK-title {
        font-size: 30px;
        padding-bottom: 0;
    }
    .red-btn a {
        font-size: 20px;
        display: block;
    }
    .home-product .product-last{
        padding: 30px 30px 0;
    }
    .home-youtube{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 700px) {
    .ways-wrapper {} .mode-type-holder {
        padding-bottom: 0;
        top: 50%;
        bottom: inherit;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .sign-up-feild {
        display: block;
        padding: 0;
    }
    input[type=email],
    .sign-up-btn a {
        height: auto;
        padding: 12px 0;
        text-align: center;
        display: block;
    }
    .press-blurb {
        text-align: center;
    }
    .btn-wrap {
        display: block;
        vertical-align: middle;
        padding: 10px 0 0 0;
    }
    .sign-up-field {
        padding: 0;
    }
    .sign-up-btn a,
    .sign-up-btn button {
        width: 100%;
    }
    .footer-social {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    .footer-navigation {
        display: block;
        vertical-align: middle;
        width: 100%;
        text-align: center;
    }
    .footer-navigation li {
        display: inline-block;
    }
    .footer-payment{
        text-align: center;
        padding-top: 20px;
    }
    .product-call-to {
        width: auto;
    }
    .cart-item .top-titles {
        display: none;
    }
    .cart-item td,
    th {
        display: block;
        border-bottom: 1px solid #000;
        border-top: none;
        border-right: none;
        border-left: none;
    }
    .cart-item .coupon .cell {
        display: block;
        padding: 0 0 10px;
    }
    .cart-item input[type=number] {
        width: 100%;
    }
    .cart-item .quantity {
        display: block;
    }
    .right-side-checkout tr th,
    .woocommerce-table--order-details tr th,
    .woocommerce-table--customer-details tr th {
        display: table-cell;
    }
}
@media screen and (max-width: 550px) {
    .woocommerce-message a {
        display: block;
        margin-bottom: 10px;
    }
    .woocommerce-message,
    .woocommerce-error {
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .mobile-hidden {
        display: block;
    }
    .testimonial-blurb {
        font-size: 16px;
        line-height: 26px;
    }
    .slide-btn a,
    .quick-navigation li,
    .eye .cell {
        display: block;
    }
    .slide-blurb,
    .footer-navigation-wrapper {
        display: none;
    }
    
    .quick-navigation li a {
        padding-bottom: 10px;
        text-decoration: underline;
    }
    .quick-navigation li:last-child a {
        padding-bottom: 0;
    }
    .quick-navigation li:after {
        content: '';
        padding: 0;
    }
    .logo img {
        max-width: 150px;
    }
    .home-slider .slide-title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .home-slider .slide-blurb {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 0 15px;
    }
    .buy-learn-btn a {
        margin: 0 20px 10px 0;
    }
    .buy-learn-btn a:last-child {
        margin: 0;
    }
    .eye-reduce-wrapper {
        padding: 0;
        text-align: center;
    }
    .eye .cell {
        padding: 0 20px 10px 0;
    }
    .eye .cell:last-child {
        padding: 0;
    }
    .note {
        font-size: 11px;
        color: #aba595;
        font-weight: 200;
        padding: 20px 0 8px;
    }
    .note:last-child {
        padding: 0px;
    }
    .top-left,
    .middle-left ul {
        white-space: inherit;
    }
    .middle-left li {
        padding: 10px;
    }
    .press-wrapper {
        padding-bottom: 0;
    }
    .press-holder {
        display: block;
        padding: 0 0 30px 0;
    }
    .banner .middle-left li img {
        max-width: 40px;
    }
    .banner .middle-left li:last-child img {
        max-width: 110px;
    }
    .middle-left li:after {
        padding: 0;
        right: 0;
    }
    .banner-btn a {
        font-size: 18px;
        padding: 10px;
    }
    .caption-wrapper .cell {
        display: block;
    }
    .header-color {
        height: inherit;
    }
    .product-call-to {
        padding: 30px 20px;
    }
    .product-call-to img {
        max-width: 100px;
    }
    .sub-call-title {
        padding: 20px 0;
    }
    .lg-add-product-btn a {
        font-size: 18px padding: 12px 18px;
    }
    footer {
        padding: 0px 0 30px;
    }
}
/*
==============================
    Extended bootstrap 
============================== 
*/

.clear-columns .col-xs-6:nth-child(2n + 3) {
    clear: left;
}
.clear-columns .col-xs-4:nth-child(3n + 4) {
    clear: left;
}
.clear-columns .col-xs-3:nth-child(4n + 5) {
    clear: left;
}
.clear-columns .col-xs-2:nth-child(6n + 7) {
    clear: left;
}
.clear-columns .col-xs-1:nth-child(12n + 13) {
    clear: left;
}
.clear-columns .col-sm-6:nth-child(2n + 3) {
    clear: left;
}
.clear-columns .col-sm-4:nth-child(3n + 4) {
    clear: left;
}
.clear-columns .col-sm-3:nth-child(4n + 5) {
    clear: left;
}
.clear-columns .col-sm-2:nth-child(6n + 7) {
    clear: left;
}
.clear-columns .col-sm-1:nth-child(12n + 13) {
    clear: left;
}
@media (min-width: 768px) {
    /* reset previous grid */
    
    .clear-columns .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }
    .clear-columns .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }
    .clear-columns .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }
    .clear-columns .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }
    .clear-columns .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }
    /* clear first in row for small columns */
    
    .clear-columns .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }
    .clear-columns .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }
    .clear-columns .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }
    .clear-columns .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }
    .clear-columns .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
}
@media (min-width: 992px) {
    /* reset previous grid */
    
    .clear-columns .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }
    .clear-columns .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }
    .clear-columns .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }
    .clear-columns .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }
    .clear-columns .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }
    /* clear first in row for medium columns */
    
    .clear-columns .col-md-6:nth-child(2n + 3) {
        clear: left;
    }
    .clear-columns .col-md-4:nth-child(3n + 4) {
        clear: left;
    }
    .clear-columns .col-md-3:nth-child(4n + 5) {
        clear: left;
    }
    .clear-columns .col-md-2:nth-child(6n + 7) {
        clear: left;
    }
    .clear-columns .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
}
@media (min-width: 1200px) {
    /* reset previous grid */
    
    .clear-columns .col-md-6:nth-child(2n + 3) {
        clear: none;
    }
    .clear-columns .col-md-4:nth-child(3n + 4) {
        clear: none;
    }
    .clear-columns .col-md-3:nth-child(4n + 5) {
        clear: none;
    }
    .clear-columns .col-md-2:nth-child(6n + 7) {
        clear: none;
    }
    .clear-columns .col-md-1:nth-child(12n + 13) {
        clear: none;
    }
    /* clear first in row for large columns */
    
    .clear-columns .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }
    .clear-columns .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }
    .clear-columns .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }
    .clear-columns .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }
    .clear-columns .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
}