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

    /* Force table to not be like tables anymore */
    .table-responsive table,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;

    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive tr {
        border: 1px solid #ccc;
    }

    .table-responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: left;
        padding-left: 50% !important;
    }

    .table-responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .table-responsive td:before {
        content: attr(data-title);
    }

}

/*--------------------------------------- STYLES FOR MEDIA QUERIES -------------------------------*/
@media (min-width: 1200px) {
    body.product-aside main { /* width: calc(100% - 310px); */
    }

    body.product_page main {
        width: auto;
    }

    .main-container {
        max-width: 100%;
    }

    .categories-mainpage .items-1 {
        float: none;
        margin: 0 auto;
    }

    .categories-mainpage .items-2 {
        width: 50%;
    }

    .categories-mainpage .items-3 {
        width: 33.3333333%;
    }

    .categories-mainpage .items-4 {
        width: 25%;
    }

    .categories-mainpage .items-5 {
        width: 20%;
    }

    .categories-mainpage .items-4 a .title .name {
        font-size: 28px;
    }

    .categories-mainpage .items-1 a .thumb {
        height: unset;
    }

    .categories-mainpage .items-2 a .thumb {
        height: 220px;
    }

    .categories-mainpage .items-3 a .thumb {
        height: 280px;
    }

}

@media (max-width: 1200px) {

    aside.product-aside {
        max-width: 100px;
        transition: max-width 0.3s;
        transition-delay: 0.5s;
        box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.05);
    }

    aside.product-aside:hover {
        max-width: 320px;
        transition-delay: 0s;
    }

    .main_nav {
        margin: 0 auto 0 auto;
        text-align: center;
    }

    .main_nav li {
        display: inline-block;
        margin-bottom: 5px;
    }

    .enter_registration {
        float: right;
    }

    .header-actions {
        padding: 0;
        float: right;
        margin-right: 15px;
        display: flex;
        /*flex-direction: row-reverse;*/
    }

    .call_me,
    .form_search_site {
        /*padding-left: 20px;*/
    }

    .news h2 > a,
    .customer_reviews h2 > a {
        margin: 0;
    }

    .user_info_container time {
        margin: 5px 0 0 0;
    }
}

@media (max-width: 1199px) {
    .phones_header {
        display: block;
        margin: 0;
    }

    .logo a {
        font: 700 40px/30px "PT Sans", sans-serif;
    }
}

@media (min-width: 1025px) {
    .body-full-width footer,
    .body-full-width main {
        margin-left: 50px;
    }

    aside.main-aside:hover {
        max-width: 280px;
        transition-delay: 0s;
        /* overflow-x: visible; */
    }

    .left-menu-categories .sub_ul .sub.dropdown-submenu:hover .sub_ul,
    .left-menu-categories ul .dropdown-submenu:hover > .sub_ul {
        opacity: 1;
        pointer-events: all;
        /* transform: translateX(0px); */
        transition-delay: 0s;
    }

    aside.main-aside {
        transition-delay: 0.5s;
    }
}

@media (max-width: 1024px) {
    .quantity_basket {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 30px;
    }

    /*** CUSTOM CSS BY KAMRAN CHAUDHARY ***/
    .min-devices {
        display: block;
    }


    .min-devices p {
        padding: 5px;
        text-transform: uppercase;
        color: #56081b;
        font-weight: bold;
    }

    .min-devices img {
        width: 120px;
        border-radius: 100px;
        border: 1px solid #d4d4d4b8;
    }

    .min-devices .flexi-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .min-devices .flexi-container .flex-cat-items {
        width: 120px;
        margin: 0px 15px 0px 15px;
        text-align: center;

    }

    .min-devices h3 {
        padding: 5px;
        font-size: 16px;
        box-shadow: 0 0 20px rgba(43, 45, 56, .12);
        text-align: center;
        font-weight: bold;
    }

    /*** END CUSTOM CSS BY KAMRAN CHAUDHARY ***/
    .buy_template .color-block {
        display: none;
    }

    .buy_template {
        margin-bottom: 50px
    }

    .left-menu-categories .sub_ul .sub.dropdown-submenu.active .sub_ul,
    .left-menu-categories ul .dropdown-submenu.active > .sub_ul {
        opacity: 1;
        pointer-events: all;
        transition-delay: 0s;
        /*transform: translateX(0);*/
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        transition: transform 0.3s;
    }

    .left-menu-categories .sub_ul .xs-title {
        display: inline-block;
    }

    .bottom_xs_menu {
        display: block;
    }

    .bottom_xs_menu .menu_list .title {
        font-weight: bold;
        color: #989898;
    }

    aside.main-aside {
        width: 100%;
        max-width: 280px;
        top: 51px;
        transform: translateX(-100%);
        height: calc(100vh - 101px);
        transition: transform 0.3s;
        box-shadow: none;
    }

    body.xs-main-menu aside.main-aside {
        width: 100%;
        max-width: 280px;
        transition-delay: 0s;
        transform: translateX(0%);
        height: calc(100vh - 101px);
    }

    main {
        padding-top: 65px;
        margin: 0;
    }

    .header-categories {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .not-front main {
        padding-top: 0;
    }

    .dropdown-menu .hover > .dropdown-menu {
        display: block !important;
        position: fixed;
        z-index: 1;
        top: 50px;
        left: 411px;
        margin-top: 1px;
        margin-left: 1px;
    }

    .dropdown-menu .hover {
        background: #f9f9f9;
    }

    .dropdown-menu .hover .caret {
        opacity: 1 !important;
    }

    .dropdown-submenu {
        position: relative;
        /*border: 1px solid #eee;*/
        /*box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);*/
        /*border-radius: 0 0 5px 5px;*/
        transition-delay: 2s;
    }

    .dropdown-animate .dropdown-menu {
        display: block;
        opacity: 0;
        top: -2000px;
        pointer-events: none;
        -webkit-transform: translate3d(-50%, -10px, 0) scaleY(1);
        transform: translate3d(-50%, -10px, 0) scaleY(1);
        z-index: 1;
        left: 50%;
        transition-delay: 0s;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        transition: opacity .2s linear, top .25s step-end, -webkit-transform .2s cubic-bezier(.36, .66, .04, 1);
        transition: transform .2s cubic-bezier(.36, .66, .04, 1), opacity .2s linear, top .25s step-end;
        transition: transform .2s cubic-bezier(.36, .66, .04, 1), opacity .2s linear, top .25s step-end, -webkit-transform .2s cubic-bezier(.36, .66, .04, 1);
    }

    .dropdown-animate .dropdown-menu .trinagle {
        position: absolute;
        height: 8px;
        width: 20px;
        overflow: hidden;
        top: -8px;
        left: calc(50% - 8px);
    }

    .dropdown-animate .dropdown-menu .trinagle::after {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 4px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 4px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
        content: '';
        display: block;
    }

    .dropdown-animate.open .dropdown-menu {
        opacity: 1;
        top: 50px;
        z-index: 4;
        pointer-events: all;
        -webkit-transform: translate3d(-50%, 0, 0) scaleY(1);
        transform: translate3d(-50%, 0, 0) scaleY(1);
        transition: opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
        transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .1s linear, top .25s step-start;
        transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
        transition-delay: .05s;
    }

    .dropdown-menu li a > .hl-external-link {
        opacity: 0.2;
        width: 11px;
        height: 11px;
        margin-left: 5px;
        vertical-align: top;
        background-size: 11px;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px !important;
        border-radius: 0;
    }


    #modal_cart_popup .modal-dialog {
        width: 992px;
    }

    .sidebar-toggle-back,
    .sidebar-toggle-up {
        display: none;
    }

    .checkout_right {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .tablet-open-menu {
        display: inline-block;
        float: left;
        width: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .new_price_card_product {
        font-size: 19px;
    }

    .categories-mainpage .items-3 a .thumb {
        height: 220px;
    }
}

@media (max-width: 992px) {
    .social_group_footer {
        display: block;
        float: left;
        margin: 0 15px 15px 0;
    }

    .social_group_footer a {
        margin: 0 10px;
    }

    .footer-social .title {
        display: block;
        float: unset;
    }

    .phones,
    .contacts_info_footer p {
        margin: 0;
    }

    .compare-table .header-row .row-cell {
        padding-top: 30px;
    }

    .compare-table .header-row .product-image {
        height: 130px;
        line-height: 130px;
    }

    .compare-table .body-row .row-cell.title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /*.compare-table .row-cell.table-col-2 {width: calc(50% - 105px);}*/
    /*.compare-table .row-cell {width: calc(50% - 105px);}*/
    .compare-table .row-cell.table-col-1,
    .compare-table .row-cell.table-col-2,
    .compare-table .row-cell.table-col-3,
    .compare-table .row-cell.table-col-4,
    .compare-table .row-cell.table-col-4-more {
        width: calc(50% - 105px);
    }

    #compare_box,
    #wishlist_box2 {
        visibility: hidden;
        pointer-events: none;
    }

    #wishlist_box2 .wishlist-icon .counter > span,
    #compare_box .compare-icon .counter > span {
        pointer-events: none;
    }

    .dropdown-backdrop {
        display: none;
        pointer-events: none;
    }

    body.modal-open {
        margin-right: 0;
    }

    .header-categories .header-top-link,
    .header-menu .dropdown {
        /* float: left; */
        display: inline-block;
        cursor: pointer;
    }

    button.open-menu-xs {
        display: inline-block;
    }

    .call_me .phones_header {
        display: block;
    }

    .call_me .time_work {
        margin: 0;
    }

    .call_me,
    .form_search_site {
        padding-left: 0;
    }

    .enter_registration .social_header_facebook,
    .enter_registration .social_header_vk {
        display: none;
    }

    .call_me {
        text-align: center;
    }

    .call_me > p {
        display: inline-block;
    }

    .sidebar-toggle-back:hover,
    .sidebar-toggle-back {
        color: #fff;
        font-size: 20px;
        position: fixed;
        z-index: 9999;
        border: 0;
        padding: 10px;
        width: calc(100% - 230px);
        left: 230px;
        top: 50px;
        bottom: 0;
        border-radius: 0;
        background: #111;
        opacity: 0.3;
    }

    .sidebar.opened {
        visibility: visible;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        left: 0;
    }

    .right_content {
        float: none;
    }

    .sidebar {
        position: fixed;
        top: 0;
        visibility: hidden;
        padding: 15px !important;
        z-index: 9999;
        width: 230px;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        text-shadow: none;
        bottom: 0;
        left: -240px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        overflow-x: visible;
        overflow-y: auto;
        box-shadow: 0 0 53px rgba(0, 0, 0, 0.47);
    }

    #sidebar-left .inner {
        padding: 20px 20px 20px 0;
    }

    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .form_search_site {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

    .not-front .emprty_title {
        height: 0px;
    }

    .header-categories .dropdown-menu {
        overflow-y: auto;
        max-height: calc(100vh - 101px);
        transform: translateX(-50%);
        left: 50%;
    }

    .header-categories {
        position: absolute;
        z-index: 0;
        left: 0;
        width: 100%;
        padding: 0;
        top: 51px;
        transform: translate(-100%, 0);
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    }

    .header-menu {
        padding: 0 15px;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        /* border-top: 1px solid #eee; */
        -webkit-overflow-scrolling: touch;
    }

    #user-login-dropdown .dropdown-menu {
        margin: 0;
        padding: 10px;
        min-width: 280px;
        border: 1px solid #eee;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05), 0px -5px 5px 0 rgba(0, 0, 0, 0.03);
    }
}

@media (min-width: 768px) {

    .header-logo-block {
        width: 280px;
        padding: 0 7px;
        margin: 7px 0;
        float: left;
        /* border-right: 1px solid #eee; */
    }

    aside.main-aside:hover .left-menu-categories ul .cat_name {
        margin-left: 10px;
        transition-delay: 0s;
    }

    aside.main-aside:hover ~ .main-aside-fader {
        /*transform: translateX(0);*/
        transition-delay: 0s;
        opacity: 0.15;
    }

    .product_page .p_sticky-image {
        position: sticky;
        top: 50px;
    }

    .product_list .product_image img {
        width: 140px !important;
        height: 180px;
    }

    .dropdown-menu {
        margin: 0;
        padding: 0;
        left: -1px;
        max-width: 320px;
        min-width: 280px;
        border: 1px solid #f4f5fb;
        border-right: 0;
        border-radius: 0 0 0 5px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05), 0px -5px 5px 0 rgba(0, 0, 0, 0.03);
    }

    .p_main-info {
        /* position: sticky; */
        /* top: 50px; */
        width: 100%;
        display: inline-block;
        /* border-left: 1px solid #eee; */
    }

    .login-already-registered {
        padding-right: 15px;
        padding-left: 0;
    }

    .login-register-link {
        padding-left: 15px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    aside.main-aside {
        max-width: 90%;
        top: 0;
        height: calc(100vh - 50px);
    }

    .xs-menu-actions {
        padding: 0;
        border: 0;
        display: block;
    }

    .profile-page {
        margin-top: 40px;
    }

    .category-page-bg_banner {
        margin-bottom: 20px;
    }

    .category-page-bg_banner .title {
        font-size: 24px;
    }

    .categories-mainpage .item a .title .name {
        font-size: 15px;
    }

    .btnbuy2points {
        margin-top: 5px;
    }

    .xs-menu-actions, .xs-user-menu {
        width: 50%;
        float: left;
        padding: 0;
        border: 0;
    }

    .xs-menu-actions .title-name, .xs-user-menu .title-name {
        display: none;
    }

    .xs-menu-actions li, .xs-user-menu li {
        width: 50%;
        float: left;
    }

    .xs-menu-actions .counter, .xs-user-menu .counter {
        position: absolute;
        display: none;
    }

    .xs-menu-actions ion-icon, .xs-user-menu ion-icon {
        background: #e7e7e7;
    }

    .product_page .additional_images2 .thumbs_row {
        margin-top: 15px;
    }

    jivo, #jivo-iframe-container {
        display: none !important;
    }

    .r-left-menu {
        width: 100%;
        padding: 0;
    }

    body.xs-main-menu header {
        z-index: 11;
    }

    body.xs-main-menu {
        overflow-y: hidden !important;
    }

    body.xs-main-menu aside.main-aside {
        width: 100%;
        max-width: 90%;
        transform: translateX(0%);
        height: calc(100vh - 50px);
    }

    aside.main-aside .left-menu-categories ul .cat_name {
        margin-left: 10px;
    }

    aside.main-aside:hover .menu-block .menu-block-title ion-icon,
    aside.main-aside:hover .left-menu-categories ul .c-icon,
    .left-menu-categories ul .c-icon {
        opacity: 1;
        color: #969696;
    }

    .left-menu-categories ul .dropdown-submenu.active {
        background: #f5f5f5;
    }

    .left-menu-categories .sub_ul {
        /*transform: translateX(100%);*/
        /* left: -100%; */
        transition: transform 0.3s;
    }

    .left-menu-categories ul .cat_name {
        margin-left: 10px;
    }

    .topical-categories .box {
        height: 120px;
        margin-bottom: 15px
    }

    #owl-frontslider {
        margin-top: 0px !important;
    }

    #owl-frontslider .owl-controls {
        display: none;
    }

    .p_tabs .content {
        padding: 10px;
    }

    .header-right-actions {
        float: unset;
        display: inline-block;
        margin-top: 10px;
        width: 100%;
    }

    .alert {
        left: 10px;
    }

    .category-page-bg_banner .category-page-bg_banner-box {
        margin-top: 30px;
    }

    .social-widgets {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .capcha-box .submit-button .newsletter-input label {
        margin-bottom: 10px;
        float: unset;
        border-radius: 3px;
    }

    .p_tabs .nav-tabs li a {
        margin: 0 10px
    }

    .buy_one_click {
        margin: 10px 0 0 0;
    }

    .row_news_customer_reviews .news {
        margin-bottom: 15px
    }

    #pageContentContainer .col-sm-4:first-of-type {
        padding: 0 30px 0 30px;
    }

    #checkout_cart .checkout_right_cart {
        display: inline-block;
        width: calc(100% + 30px);
    }

    .checkout_userlogin_form form {
        padding: 15px;
    }

    .not-front .emprty_title {
        height: 5px;
    }

    .search-block {
        width: 100%;
        padding: 0;
    }

    #pageContentContainer > .row {
        flex-direction: column-reverse;
    }

    .header-categories .dropdown.open .dropdown-menu {
        position: relative;
        width: 100%;
        margin: 0 0 10px 0;
        border: 0;
        box-shadow: none;
        /* border-bottom: 1px solid #eee; */
        border-radius: 0;
        padding: 10px 0;
        background: #f5f5f5;
    }

    .header-categories {
        /* position: absolute; */
        z-index: 0;
        left: 0;
        /* width: 100%; */
        padding: 0;
        /* top: 51px; */
        /* transform: translate(-100%, 0); */
        /* box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05); */
    }

    .header-menu-dropdown .dropdown-button {
        width: 100%;
        text-align: left;
        cursor: pointer;
    }

    .header-categories .dropdown-menu > li {
        width: 100%;
    }

    .header-top-link {
        width: 100%;
        text-align: left;
    }

    .container_add_nav {
        padding: 0;
    }

    .xs-search-input {
        display: inline-block;
    }

    .login-register-link h2 {
        border-radius: 5px 5px 0 0;
    }

    .login-already-registered h2 {
        border-radius: 0;
    }

    .add_nav .navbar-default .navbar-nav {
        /* padding-top: 0; */
        background: #f5f5f5;
    }

    header {
        position: fixed;
        width: 100%;
    }

    #user-login-dropdown .dropdown-menu {
        margin: 0;
        padding: 10px;
        width: 100%;
        left: 0;
        right: unset;
        position: fixed;
        border: 1px solid #eee;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05), 0px -5px 5px 0 rgba(0, 0, 0, 0.03);
    }

    .one-sidebar div.right_content {
        padding: 0 15px;
    }


    .header-menu {
        /*padding: 0 15px;*/
        width: 100%;
        background: #fff;
        -webkit-overflow-scrolling: touch;
        flex-direction: column;
        height: calc(100vh - 51px);
        justify-content: start;
        overflow-y: auto;
        border: 0;
        padding: 0;
    }

    .left-menu-categories {
        margin: 0;
    }

    /*.container_top_header,
      .container_middle_header,
      main .container,
      footer .container {
      padding-left: 2%;
      padding-right: 2%;
    }*/
    .img-responsive {
        display: inline-block;
    }

    .phones_header {
        margin-bottom: 7px;
    }

    .wrapper_language_currency_select {
        float: left;
    }

    .enter_link,
    .registration {
        text-transform: uppercase;
    }

    .enter_link {
        margin: 0 15px 0 0;
    }

    .currency_select > span,
    .enter_registration {
        text-align: left;
    }

    .enter_registration {
        margin: 0;
    }

    .search_site_submit {
        width: 60px;
    }

    .quantity_basket_768 {
        margin: -21px 15px 0 0;
        font-size: 14px;
    }

    .main_nav {
        float: right;
        margin: 0;
    }

    .main_nav > ul {
        display: block;
        position: absolute;
        z-index: 10;
        right: 0;
        top: 60px;
        padding: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .main_nav.expand > ul {
        max-height: 900px;
    }

    .main_nav > ul * {
        display: block;
    }

    .main_nav ul > li {
        margin: 0;
    }

    .main_nav li.mobile {
        display: block;
    }

    .main_nav li > a {
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px dashed #3CA3E4;
        background: #A8DBFA;
        color: #000;
    }

    .main_nav li > a:hover {
        color: #248bcb;
    }

    .main_nav li > a,
    .main_nav li > a:hover,
    .main_nav li > a:focus {
        text-decoration: none;
    }

    .main_nav li.active_page > a {
        background: #fff;
    }

    .main_nav ul > li:last-of-type > a {
        border-bottom: none;
    }

    .top_block_header .navbar {
        display: block;
    }

    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container_middle_header {
        padding-bottom: 24px;
    }

    .search_site {
        text-align: justify;
        /*   text-align-last: justify; */
    }

    .search_site:after {
        width: 100%;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }

    .form_search_site,
    .basket_768 {
        display: inline-block;
        vertical-align: middle;
    }

    .form_search_site {
        width: 100%;
        display: inline-block;
    }

    .add_nav .navbar-default .navbar-nav > li {
        float: none;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        border-left: none;
    }

    .add_nav .navbar-default .navbar-nav > li:last-of-type {
        border-right: none;
        border-bottom: none;
    }

    .add_nav .navbar-default .navbar-nav > li > a {
        min-height: 1px;
        /* padding-left: 25px; */
    }

    .header-logo-block {
        display: inline-block;
        width: auto;
        height: 50px;
        width: 40%;
    }

    .language_select {
        width: 27%;
        padding: 3px;
    }

    .img_basket {
        width: 30px;
        height: 30px;
        margin: 8px 0 5px 10px;
    }

    #shopping_cart_box a img {
        width: 50px !important;
    }

    .header-actions {
        width: 25%;
    }

    .logo {
        /*margin: 10px 0 20px 0;*/
        text-align: center;
        display: block;
        height: auto;
    }

    /*.row_news_customer_reviews > div:first-of-type {
      padding: 0;
    }*/
    .money_systems,
    .copyright,
    .link_webstudio {
        margin-bottom: 20px;
    }

    .owl-dots {
        visibility: hidden;
    }

    .big_banner {
        margin-top: 0;
    }

    .big_banner img {
        width: auto !important;
        height: auto !important;
    }

    .section_top_footer,
    .contacts_info_footer {
        display: block;
        text-align: left;
        margin-top: 0;
    }

    .list_footer a, .adress {
        display: inline-block;
    }

    /*.top_header {
      margin-top: 40px;
    }*/
    .link_webstudio {
        float: left;
    }

    .img_basket {
        margin-left: 0;
    }

    .title-breadcrumbs {
        height: auto;
    }

    .breadcrumb {
        overflow: unset;
        white-space: unset;
    }

    .product_page .p_sticky-image {
        display: unset;
    }

    #owl-frontslider img, #owl-frontslider, #owl-frontslider .item-video, .single_slide {
        height: auto !important;
        margin: 0;
    }

    .product_page .prod_buy_buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }

    .product-quantity-selector {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .product .p_description .mask {
        overflow: visible;
    }

    .product .p_description .price-box {
        bottom: -30px;
    }

    .product .p_description .product_info_render {
        padding: 45px 15px 20px;
    }

    .product-quantity-selector input[type="number"] {
        padding: 0;
    }

    .product .p_description .mask .compare-wishlist label,
    .product .p_description .mask .preview-buy-button {
        opacity: 1;
    }

    .emprty_title {
        height: 35px;
    }

    .pdf_link {
        top: 12px;
    }

}

@media (max-width: 767px) {
    /* div.right_content {
       padding: 0;
     }*/
    .min-devices .flexi-container .flex-cat-items {
        width: 100px;
        margin: 0px 10px 0px 10px;

    }

    footer, .page-wrap:after {
        display: none;
        height: 5px;
    }

    /**** CUSTOM CSS KAMRAN CAHUDHARY **/
    .vertical-social {
        bottom: 65px !important;
        right: 25px;
    }

    .bottom #tawkchat-minified-box {
        bottom: 35px;
        right: 1px;

    }

    .products-list-body h4 {
        margin-top: 30px;
    }

    .product-name-price {
        margin-bottom: 1px;
    }

    .min-devices img {
        width: 100px;
    }

    .p_main-info {
        padding-bottom: 0px;
    }

    .container_rating_likes {
        margin-top: 10px;
    }

    .product_page .slider_product_card {
        padding-top: 0px;
    }
}

@media (max-width: 480px) {
    .search_site_input {
        width: 80%;
    }


    .add_nav .navbar {
        background: #fff;
    }

    .min-devices .flexi-container .flex-cat-items {
        width: 70px;
        margin: 6px;
        font-size: 9px;
        max-height: 75px;
    }

    .category-page-bg_banner .category-page-bg_banner-box {
        margin-top: 5px;
    }

    .title-breadcrumbs, .p_attr_text {
        display: none;
    }

    .category_heading {
        font-size: 14px;
    }

    .min-devices img {
        width: 60px;
    }


    /**** END CUSTOM CSS KAMRAN CAHUDHARY **/
    #sync1 .item {
        height: 250px;
        line-height: 250px;
    }

    .new_price {
        font-size: 14px;
        line-height: 26px;
    }

    .frontpage .row_catalog_products .col_product {
        width: 100% !important;
    }
}

@media (max-width: 420px) {

    .top_footer .col-item {
        width: 100%;
        margin-bottom: 40px
    }

    .product_list {
        min-height: unset;
        margin: 10px 0;
        display: inline-block;
        width: 100%;
    }

    .min-devices img {
        width: 60px;
    }

    .sort-selector {
        margin-top: 2px;
    }

    .listing-header-punkt {
        display: none;
    }

    .product_list .p_description_list .body {
        padding-bottom: 20px;
    }

    .product_list .model_product-box {
        height: auto;
    }

    .product_list .product_image {
        width: 80px;
        height: 100%;
    }

    .p_img_href_list {
        max-width: 100% !important;
    }

    .product_list .product_image img {
        max-width: 80px;
        /* max-height: 80px; */
        width: auto;
        height: auto;
    }

    .p_description_list {
        padding: 0;
    }

    .category .row_catalog_products {
        padding: 10px;
    }

    .row_catalog_products .col_product {
        width: 100%;
    }

    .toggle_nav {
        margin: -5px 0 0 10px;
    }

    .wishlist-compare-box {
        display: none;
    }

    .categories-mainpage .item {
        width: 100%;
    }

    .categories-mainpage .item a {
        margin-bottom: 15px;
    }


    .categories-mainpage .item a .thumb {
        height: 110px;
    }

}

