﻿@media (min-width: 576px) {
    footer .step-title + div {
        display: block !important;
    }
    footer .step-title {
        pointer-events: none;
    }
    .product-quickview .modal-dialog.container {
        max-width: 540px;
    }
    .product-quickview {
        max-width: 960px;
    }
}
@media screen and (max-width: 1400px) {
    .flyout-cart .count, .flyout-cart .count a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
    ::-webkit-scrollbar-track {
        width: 6px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
    }
    ::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }
    ::-webkit-scrollbar-thumb {
        width: 6px;
        border-radius: .25rem;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #d1d1d1;
    }
    body::-webkit-scrollbar {
        all: unset;
        border-radius: 0;
    }
    body::-webkit-scrollbar-thumb {
        border-radius: 0;
    }
    body::-webkit-scrollbar-track {
        background-color: #f2f2f2;
    }
}
@media screen and (max-width: 1200px) and (min-width: 901px) {






    .shopping-cart .quantity .qty-input {
        width: 45px;
    }
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
    .product-quickview .modal-dialog.container {
        max-width: 1140px;
    }
    .shopping-cart .subtotal {
        min-width: 165px;
        font-weight: 500;
    }
    .product-quickview {
        max-width: 1140px;
    }
    .shopping-cart .unit-price {
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 1199px) {


    .boxScrollbar {
        min-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    #myTab {
        width: max-content
    }


    .boxScrollbar::-webkit-scrollbar {
        height: 4px;
    }

    .boxScrollbar::-webkit-scrollbar-track {
        background: #EFF6FF;
    }

    .boxScrollbar::-webkit-scrollbar-thumb {
        background:#061C3D;
    }

    .boxScrollbar::-webkit-scrollbar-thumb:hover {
        background: #061C3D;
    }

    .nav-tabs .nav-item {
        margin-right: 15px;
        margin-bottom:20px;
    }

    .product-details-page .add-to-cart-button {
        padding: 6px 14px;
    }
    .product-box.grid-box .btn-info .add-cart-text, .product-box.list-box .btn-info .add-cart-text {
        font-size: 12px;
    }
    .c-offcanvas--right {
        width: 45%;
    }
    .pageForSlide.show {
        -webkit-transform: translate3d(-35%,0,0);
        transform: translate3d(-35%,0,0);
    }
    .deleteshoppingcartitem {
        position: absolute;
        top: 0;
        right: 0;
        align-items: center;
        z-index: 1;
    }
    .remove-from-cart::before {
        background: transparent !important;
    }
    .return-product-container {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .advanced-search-results .products-container .product-desc {
        max-width: 220px;
    }
    .order-details-page .quantity {
        font-size: 23px;
        color: #000 !important;
    }
    .order-details-page td.subtotal {
        justify-content: flex-end;
    }
    .shopping-cart td.product .product-name {
        font-size: 14px;
    }
    .shopping-cart .discount {
        font-size: 12px;
    }
    .order-details-page .shopping-cart tr {
        min-height: 160px;
    }
    .order-details-page .shopping-cart .unit-price {
        justify-content: flex-end;
        margin-bottom: 0;
        display: table-cell;
    }
    .shopping-cart-container {
        box-shadow: unset !important;
    }
    .order-details-page .shopping-cart .product-subtotal.price {
        position: relative;
        left: unset;
        bottom: unset;
    }
    .shopping-cart .product-subtotal.price {
        position: absolute;
        left: 75px;
        bottom: 20px;
    }
    .shopping-cart .remove-from-cart.remove-os {
        width: 100% !important;
    }
    .shopping-cart .remove-from-cart.remove-os label {
        margin-left: auto !important;
        left: -25px !important;
    }
    .shopping-cart .remove-from-cart.remove-os p {
        width: 100%;
    }
    .shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:after {
        left: -12px;
    }
    .shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:before {
        left: 9px;
    }
    .shopping-cart {
        box-shadow: unset;
        border: 0;
    }
    .shopping-cart .quantity .qty-input {
        width: 45px;
    }
    .shopping-cart .remove-from-cart input[type='checkbox'] + label {
        width: 30px;
    }
    .shopping-cart-page {
        clear: both;
    }
    .shopping-cart tbody {
        border: 0;
    }
    .shopping-cart .remove-from-cart input[type='checkbox'] + label {
        margin: unset;
        top: 3px;
        margin-left: 3px;
        margin-bottom: auto !important;
    }
    .shopping-cart .remove-from-cart .remove {
        display: block;
        margin-bottom: 0;
        margin-left: 15px;
        left: 25px;
        z-index: 99;
        text-transform: uppercase;
        font-size: 16px;
        top: 10px;
        position: absolute;
    }
    .shopping-cart .remove-from-cart:before, .shopping-cart .add-to-cart:before {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        right: 0;
        background: #dfe1e2;
        z-index: 0;
    }
    .shopping-cart .product-picture a:before {
        content: '';
        display: block;
    }
    .shopping-cart .product-picture img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
    }
    .shopping-cart .product-picture ~ td {
        padding: 10px;
    }
    .shopping-cart .product {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-self: flex-start;
    }
    .shopping-cart .quantity {
        text-transform: none;
        line-height: 18px;
        font-size: 14px;
    }
    .order-details-page .shopping-cart tr {
        min-height: 160px;
    }
    .shopping-cart .subtotal {
        font-weight: 500;
    }
    .shopping-cart .subtotal .price span:first-of-type {
        font-size: 17px !important;
    }
    .shopping-cart .subtotal .price span:nth-of-type(2) {
        font-size: 26px !important;
    }
    .shopping-cart .subtotal .price span:nth-child(3) {
        font-size: 17px !important;
    }
    .shopping-cart tbody tr:nth-child(even) {
        background-color: #fff;
    }
    .shopping-cart .unit-price {
        margin: 15px 0 0;
    }
    .shopping-cart .subtotal-text, .shopping-cart .unit-price-text {
        display: inline-block;
    }
    .shopping-cart .subtotal .prod-total {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 10px;
        align-self: flex-start;
        height: auto;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
    }
    .product-details-page .gallery #main-image {
        width: calc(100% - (80px + 1rem));
    }
    .product-details-page .gallery #thumbnails {
        width: 80px;
    }
    .product-details-page .gallery #thumbnails .carousel__track {
        transform: none !important;
    }
    .product-details-page .gallery #main-image .carousel__nav {
        opacity: 0;
    }
    .product-details-page .gallery #main-image:hover .carousel__nav {
        opacity: 1;
    }
    a:hover {
        color: #000;
    }
    .btn-link:hover {
        color: #000;
    }
    .custom-select:hover, .form-control:hover {
        border-color: #000;
        box-shadow: none;
    }
    .selectdiv .custom-select:hover {
        box-shadow: none;
    }
    .btn-primary:hover {
        background-color: #637DB1;
        border-color: #637DB1;
    }
    .btn-outline-info:hover {
        background-color: #333;
        border-color: #333;
    }
    .btn-info:hover {
        color: #333;
        background-color: #FFF;
        border-color: #333;
    }
    .btn-secondary:hover {
        border-color: #4d4d4d;
        background-color: #4d4d4d;
    }
    .btn-outline-secondary:hover {
        background-color: #3d3d3d;
        border-color: #d3d3d3;
    }
    .btn-outline-white:hover {
        color: #1D1F20;
        background-color: #fff;
    }
    ul.ui-autocomplete li:hover {
        cursor: pointer;
        background-color: #f7f7f9;
    }
    .hp-brands a:hover {
        opacity: 1;
    }
    .modal-content .product-box.grid-box:hover .prices, .modal-content .product-box.grid-box:hover {
        -webkit-transform: none;
        transform: none;
    }
    .navbar-nav .generalDropDown .dropdown-menu ul a:hover {
        color: #0a5596;
    }
    .navbar-default .navbar-nav > .open > a:hover {
        background-color: #4f4f50;
    }
    .navbar.mainNav .nav > li:hover > a {
        color: #0069d9;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .page-link:hover {
        border-color: #333;
    }
    .featured-product .prod-list:hover {
        border: 0;
        box-shadow: none;
    }
    .featured-product:hover {
        box-shadow: unset !important;
    }
    .block-account-navigation .list li a:hover {
        border: 2px solid #333;
        color: #333;
    }
    .order-progress .active-step a.btn-info:hover {
        color: #fff;
    }
    .order-progress .active-step a.btn-secondary:hover, .order-progress .inactive-step a.btn-secondary:hover {
        color: #1d1f20;
    }
    .product-box.grid-box .btn-info:hover, .product-box.list-box .btn-info:hover {
        background: #69ab23;
        color: #FFF;
    }
    .product-box.grid-box .btn-info:hover .add-cart-text {
        transform: translateY(-40px);
    }
    .product-box.grid-box:hover {
        z-index: 101;
        overflow: visible;
    }
    .product-box.grid-box .btn-info:hover .mdi {
        transform: translateY(0);
    }
    .product-box.grid-box:hover .box-unvisible {
        top: -15px;
        left: -15px;
        right: -15px;
        bottom: -15px;
        visibility: visible;
        opacity: 1;
    }
    .product-box.grid-box:hover .hover-img img, .product-box.list-box:hover .hover-img img {
        opacity: 1;
    }
    .product-box.grid-box .picture-container:hover .hover-img, .product-box.list-box .picture-container:hover .hover-img {
        opacity: 1;
    }
    .product-box.grid-box:hover .ratings {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .product-box.grid-box:hover .buttons .btn {
        margin: 0 3px;
    }
    .generalLeftSide li:hover::before {
        -webkit-transition: all 0.3s;
        -webkit-transition-timing-function: linear;
        transition: all 0.3s;
        transition-timing-function: linear;
        color: #333;
    }
    .generalLeftSide li a:hover .total {
        opacity: 1;
    }
    .generalLeftSide .product-spec-group .spec-link:hover {
        text-decoration: underline;
    }
    .category-grid a:hover, .category-grid a:hover h4 {
        text-decoration: none;
    }
    .tags a:hover {
        text-decoration: none;
    }
    .product-details-page .add-to-cart-button:hover {
        background-color: transparent !important;
        border-color: #000 !important;
        box-shadow: none;
        color: #000 !important;
    }
    .prod-list:hover {
        border: 1px solid #333;
        box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12)
    }
    .rtm-attributebox a:hover {
        border-color: #666;
    }
    .categoryGrid a.viewmode-icon:hover {
        color: #333;
    }
    .categoryGrid a.viewmode-icon.selected:hover {
        color: #333;
    }
    .menu-toggle.languagesbox:hover {
        font-weight: 400;
    }
    .languagesbox .option-list a:hover {
        background: #dedede;
    }
    .custom-carousel .owl-nav .owl-prev:hover, .custom-carousel .owl-nav .owl-next:hover {
        background: transparent;
    }
    .custom-carousel .owl-nav .owl-next:hover span, .custom-carousel .owl-nav .owl-prev:hover span {
        color: #000;
    }
    .custom-carousel .owl-dots .owl-dot:hover span {
        background: #000000;
    }
    footer .social-icons a:hover {
        background: #333;
        color: #FFF;
    }
    footer .social-icons a:hover span.mdi-twitter {
        filter: invert(1);
    }
    footer .socicon-facebook:hover {
        color: #3b5998;
    }
    footer .socicon-twitter:hover {
        color: #3b5998;
    }
    footer .socicon-rss:hover {
        color: #28a745;
    }
    footer .socicon-googleplus:hover {
        color: #dc4e41;
    }
    footer .socicon-linkedin:hover {
        color: #0077b5;
    }
    footer .socicon-youtube:hover {
        color: #b31217;
    }
    footer .socicon-instagram:hover {
        color: #517fa4;
    }
    footer .socicon-pinterest:hover {
        color: #bd081c
    }
    .product-box.grid-box:hover .buttons {
        opacity: 1;
        visibility: visible;
        transform: translate(0);
    }
    .product-quickview .modal-dialog.container {
        max-width: 960px;
    }
    .product-quickview {
        max-width: 960px;
    }
    .w-lg-auto {
        width: auto !important;
    }
    .c-offcanvas-bg.c-offcanvas-bg--left {
        display: none;
    }
    .c-offcanvas--left.mobile-menu {
        display: none;
    }
    footer .about-us.block li {
        color: #6e6e6e;
        padding: 0;
    }
    footer .about-us.block li:last-child {
        border-right: 0;
    }
    .mainNav .navbar-nav > .nav-item .nav-link {
        display: inline-flex;
        align-items: center;
        padding: 15px 15px 15px 0;
    }
    .mainNav .navbar-nav > .nav-item > ul {
        border-top: 2px solid #000;
    }
    .mainNav .navbar-nav > .nav-item .dropdown-menu .nav-link {
        padding: 8px;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
    }
    .navUp.navbar-light .navbar-nav .nav-link:focus,.navUp.navbar-light .navbar-nav .nav-link:hover {
        color: #333;
    }
    .mainNav .nav-item {
        position: relative;
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    .mainNav .nav-item.dropdown .dropdown-menu .nav-item {
        flex-direction: row;
        margin-top: -1px;
    }
    .mainNav .navbar-nav {
        align-items: center;
        flex-wrap: wrap;
    }
    ul.ui-autocomplete {
        min-width: 350px;
    }
    .header-links .nav-item.col {
        flex-basis: unset;
        flex-grow: unset;
        flex: unset;
        padding: 0;
        max-width: unset;
        width: unset;
    }
    .header-links #topcartlink.nav-item.col {
        position: static;
    }
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        text-align: center;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }
    .dropdown-menu.show {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .mainNav .dropdown-menu.first-level {
        border: 1px solid rgba(0, 0, 0, .1);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .mainNav .dropdown-menu {
        min-width: 100%;
        border: 0;
        border-left: 0 solid transparent;
    }
    .navUp .dropdown-menu {
        border: 0;
        border-top: 6px solid transparent;
    }
    .navUp .dropdown-menu > ul {
        border: 1px solid #ddd;
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }
    .navUp .dropdown-menu ul li:last-child {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }
    .mainNav .nav-item.dropdown .dropdown-menu {
        display: none;
        padding: 8px;
    }
    .mainNav .nav-item.dropdown .dropdown-menu.first-level li .rest-categories {
        padding: 0;
    }
    .mainNav .nav-item.dropdown .dropdown-menu.first-level .mainCatimg + li .rest-categories {
        padding: 0 0 0 15px;
    }
    .mainNav .nav-item.dropdown:hover > .dropdown-menu {
        display: inline-flex;
        flex-wrap: wrap;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    .mainNav .nav-item.dropdown:hover > .dropdown-menu.first-level.with-img {
        display: inline-flex;
        flex-wrap: nowrap;
        border-radius: unset;
    }
    .mainNav .nav-item.dropdown > .next-level {
        left: 100%;
        top: 0;
        position: absolute;
        border-top: 1px solid rgba(0,0,0,.1);
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    .wishlist-content .custom-control {
        min-width: 50px;
    }
    #ModalAddToCart .modal-dialog {
        min-width: 600px;
    }
    .header-links .admin-group {
        display: none !important;
    }
    #searchModal .admin-group {
        display: none !important;
    }
    #searchModal .search-box-button span:nth-child(3) {
        display: none !important;
    }
    header .collapse {
        display: none !important;
    }
    .wishlist-content th:first-of-type {
        width: 10%;
    }
    .first-level .dropdown:hover .next-level {
        display: block;
        position: absolute;
        top: 0;
        border: 1px solid rgba(0, 0, 0, .1);
    }
    .shopping-cart-page .cart-collaterals .card {
        margin: 0;
        padding: 0;
    }
    .subrow .quantity .td-title {
        position: relative;
        top: 6px;
    }
    .subrow .unit-price {
        position: relative;
        padding-top: 6px;
    }
    div#checkout-step-confirm-order {
        display: block !important;
    }
    .product-box.list-box .buttons button:hover {
        background: #000;
        color: #FFF;
    }
    .product-box.list-box .btn.add-to-cart:hover {
        background: #67aa23;
        border-color: #67aa23;
    }
    .btn.add-to-wishlist:hover {
        background: #ce2b2a !important;
        border-color: #ce2b2a !important;
        color: #FFF !important;
    }
}
@media (max-width: 1024px) {
    .product-box.grid-box .box-unvisible, .product-box.grid-box .additional-info .btn {
        display: none;
    }
    .product-box.grid-box:hover .prices,
    .product-box.grid-box:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .return-request-table thead .product,
    .return-request-table thead .reason {
        min-width: 165px;
    }
    body.fly-in {
        padding-right: unset;
    }
    .dropdowns-container.fly-in {
        margin-left: unset;
    }
    .navUp .container.fly-in {
        padding-right: 16px !important;
    }
}
@media (min-width: 1025px) {
    .header-campaign .cta:hover {
        text-decoration: underline;
    }
}
@media (max-width: 991px) {

    .footerInnerBg {
        border-radius: 0px 0px 15px 15px;
    }

    .productImages {
        width: 100%;
        height: 400px;
    }

    .tabTextBox {
        padding: 80px 30px 50px 30px;
    }


    a:hover, .filter-section a.title:hover {
        color: unset;
        text-decoration: unset;
    }
    .container {
        max-width: unset;
    }
    .product-details-page .gallery #thumbnails .carousel__track {
        flex-direction: row;
    }
    .product-details-page .gallery #thumbnails {
        width: 100%;
    }
    .product-details-page .gallery #thumbnails .carousel__slide {
        width: 60px;
        margin: 0 10px 0 0;
    }
    header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        -webkit-transition: transform .2s ease;
        transition: transform .2s ease;
        z-index: 1037;
        background: #ebf0f5;
        box-shadow: 0 1px 9px rgb(0 0 0 / 20%);


    }
    #back-to-top {
        bottom: 10px;
        right: 10px;
    }
    .whatsapp-link {
        bottom: 10px;
        left: 10px;
    }
    .footer-clean + #back-to-top {
        bottom: 15px;
    }
    .shopping-links {
        width: 100%;
        height: 100%;
        align-items: center;
    }
    .side-panel {
        width: 100%;
        z-index: 1040;
    }
    .side-panel .js-offcanvas-trigger {
        margin: 0 5px;
    }
    .search-box-button {
        border: 1px solid rgba(0,0,0,.15);
        background-color: transparent;
        border-left: 0;
        color: #666;
    }
    #small-searchterms:focus ~ .input-group-append .search-box-button {
        border-color: #0093B5;
        box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12);
    }
    #topcartlink .js-offcanvas-trigger {
        border-right: 0;
    }
    #small-searchterms {
        margin: 0;
        border-right: 0;
    }
    #small-searchterms:focus ~ .input-group-append .search-box-button {
        border-color: #0093B5;
        box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12);
    }
    .product-details-page .add-to-cart-button {
        font-size: 16px
    }
    .generalAdToCart input {
        height: auto;
        margin: 0 0 4px 0;
    }
    .product-simple-share .btn {
        max-width: unset;
        height: auto;
    }
    .product-simple-share .btn:last-child {
        margin: 0 0 4px 0 !important;
        border-radius: 0;
    }
    #mobile_menu .navbar-nav {
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    #topcartlink .cart-qty, .wishlist-qty {
        top: -5px;
        left: unset;
        right: 0;
    }
    .categoryGrid .flex-grid,
    .manufacturerGrid .flex-grid,
    .customGrid .flex-grid {
        display: inline-flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .product-box .hover-img {
        display: none;
    }
    #mobile_menu {
        overflow-x: hidden;
    }
    .product-details-page .product-tabs .nav-link, #pills-mobile-tab .nav-item .nav-link {
        font-size: 14px;
    }
    .shopping-links .nav-link {
        position: relative;
        padding: 0;
        height: 100%;
        justify-content: center;
    }
    #mobile_menu .navbar-collapse {
        padding: 0;
    }
    #mobile_menu .dropdown-toggle::after {
        display: none;
    }
    #mobile_menu .nav-link {
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        color: #000;
        font-size: 14px;
        line-height: 24px;
        padding: 15px;
        border-bottom: 1px solid #dfdfdf;
    }
    #mobile_menu .cat-back .mdi {
        margin: 0 15px 0 0;
    }
    #mobile_menu .nav-link.sub-cat-name {
        background-color: #f5f5f5;
        font-size: 14px;
    }
    #mobile_menu .nav-link.sub-cat-name::before {
        content: "\f142";
        font-family: 'Material Design Icons', serif;
        position: relative;
        left: -5px;
    }
    #mobile_menu .badge {
        position: absolute;
        top: 0;
        left: 15px;
        padding: 2px 4px;
        color: #fff;
        font-weight: 400;
    }
    #mobile_menu .dropdown {
        position: static;
    }
    #mobile_menu .arrow-down {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    #mobile_menu .dropdown-menu {
        display: block;
        -webkit-transform: translateX(calc(100% + 1px));
        transform: translateX(calc(100% + 1px));
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        padding: 0;
        height: 100vh;
        border: 0;
        border-radius: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    #mobile_menu .dropdown-menu.show,
    #mobile_menu .dropdown.show > .dropdown-menu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    #mobile_menu .rest-categories {
        padding: 0;
    }
    .store-logo img {
        height: auto;
        max-height: 32px;
    }
    .user-panel-trigger .mdi {
        font-size: 28px;
    }
    .mobile-search-trigger .mdi,
    .shopping-links .nav-link .mdi {
        font-size: 26px;
        color: #000;
    }
    #searchModal #small-search-box-form {
        display: block;
    }
    .mobile-menu-trigger .mdi {
        color: #000;
        font-size: 32px;
        padding: 0 5px 0 0;
        text-align: left;
    }
    .product-box.grid-box .top .title h5 {
        text-align: left;
        line-height: 1;
    }
    .mobile-menu .rest-categories {
        padding: 0;
    }
    .header-links .dropdowns-container {
        display: none;
    }
    .mobile-desc {
        justify-content: center;
        font-size: 9px;
        line-height: 1;
        padding: 5px 0 0 0;
        letter-spacing: -.01px;
    }
    .product-details-page .thumbnails img {
        width: 60px;
    }
    .newsletter-validation, .newsletter-result {
        font-size: 12px;
    }
    .flyout-cart .name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 150px;
        min-width: 150px;
    }
    .flyout-cart .flyout-cart-bottom strong {
        font-size: 18px;
    }
    .dropdowns-container .dropdown-menu {
        min-width: 40px;
        border: 1px solid rgba(0,0,0,.15);
    }
    .dropdowns-container .dropdown-menu .active a {
        color: #000;
    }
    .dropdowns-container .dropdown-menu li a {
        color: #888;
        font-size: 12px;
        padding: 0 10px;
        text-align: center;
    }
    .filter-button .c-button__text {
        display: flex;
        align-items: center;
    }
    .flyout-cart-header {
        font-size: 14px;
    }
    .flyout-cart .name a,
    .flyout-cart .price strong,
    .flyout-cart .price span, .flyout-cart .quantity span,
    .flyout-cart .quantity strong {
        font-size: 13px;
    }
    .mainNav {
        display: none;
    }
    .mobile-menu .dropdowns-container {
        border-top: 1px solid #000;
        width: 100%;
        list-style-type: none;
        padding: 15px;
    }
    .mobile-menu .dropdowns-container .generalDropDown {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .c-offcanvas--right {
        width: 320px;
    }
    #topcartlink .c-button__text {
        flex-direction: column;
    }
    #pills-manufacturers .manufacturer-dropdown,
    #pills-links .links-dropdown {
        display: block;
        position: static;
        width: 100%;
        border: 0;
        padding: 0;
        border-radius: 0;
    }
    #pills-menu .navbar-nav {
        width: 100%;
        padding-left: 0;
    }
    #pills-mobile-tab {
        display: inline-flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    #pills-mobile-tabContent.tab-content > .active {
        display: flex;
    }
    #pills-mobile-tab .nav-item .nav-link:not(.active)::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: rgba(0,0,0,.15);
    }
    #pills-mobile-tab .nav-item {
        display: inline-block;
        width: 100%;
    }
    #pills-mobile-tab .nav-item .nav-link.active {
        color: #1D1F20;
        font-weight: 700;
    }
    #pills-mobile-tab .nav-item .nav-link {
        padding: 17px 12px;
        color: #888;
        font-size: 12px;
        font-weight: 400;
        background-color: transparent;
        justify-content: center;
    }
    .header-links {
        width: 100vw;
    }
    .mobile-menu .nav-item.dropdown > .dropdown-menu {
        display: block;
        position: fixed !important;
        top: 53px !important;
        left: -100% !important;
        transform: translate(-100%,0) !important;
        -webkit-transform: translate(-100%,0) !important;
        height: 100vh;
        border-radius: 0;
        border: 0;
        padding: 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    .mobile-menu .nav-item.dropdown > .dropdown-menu.next-level {
        top: 0 !important;
    }
    .mobile-menu .nav-item.dropdown > .dropdown-menu.show {
        transform: translate(0,0) !important;
        -webkit-transform: translate(0,0) !important;
        left: 0 !important;
    }
    .mobile-menu .navbar-nav .nav-item,
    .mobile-menu .manufacturer-dropdown .nav-item,
    .mobile-menu .links-dropdown .nav-item {
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    .mobile-menu .nav-item .nav-link {
        display: flex;
        justify-content: space-between;
        padding: 14px 25px;
        color: #1D1F20;
        font-size: 14px;
    }
    .mobile-menu .nav-item .nav-link .arrow-down {
        color: #1D1F20;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .mobile-menu .nav-item .badge {
        left: 26px;
        top: 1px;
        position: absolute;
        font-weight: 300;
        padding: 2px 3px;
        color: #fff;
    }
    .mobile-menu .nav-item .dropdown-toggle::after {
        display: none;
    }
    [off-canvas*=left] {
        display: block;
        width: 320px;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        box-shadow: 0 0 24px rgba(0,0,0,0.3);
        -webkit-transform: translate(-330px,0);
        transform: translate(-330px,0);
        z-index: 3;
    }
    .fly-in [off-canvas*=left] {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
    nav.offcanvas .navbar-toggler {
        padding: 0;
    }
    nav.offcanvas {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        height: auto;
        background-color: #fff;
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    .advanced-search-results.open {
        top: 46px;
        left: unset;
        right: 15px;
        width: calc(100vw - 30px);
        max-width: 540px;
    }
    .category-icon {
        font-size: 26px;
    }
    .page-container.fixed {
        margin-top: 0;
    }
    .navUp .edit.admin {
        display: none !important;
    }
    .navUp .nav-link:hover {
        color: #007bff !important;
    }
    .mainNav.fixed {
        position: relative;
        top: 0;
    }
    .social li {
        display: inline-flex;
        margin-right: 10px;
    }
    .nav-pills .nav-link {
        border-bottom-right-radius: .25rem;
        border-top-right-radius: .25rem;
    }
    .mobile-search {
        margin-left: auto;
    }
    .wishlist-container {
        order: 2;
        width: auto;
        height: 100%;
        text-align: center;
        margin: 0 0 0 5px;
    }
    #topcartlink {
        width: auto;
        height: 100%;
        order: 3;
        margin: 0 0 0 5px;
    }
    #topcartlink .btn-group.dropdown {
        height: 100%;
    }
    .navUp .container.fly-in {
        padding-right: 0 !important;
    }
    body.fly-in {
        padding-right: 0;
    }
    .modal-open {
        overflow: hidden;
    }
    footer .max-100 {
        max-width: 100% !important;
    }
    footer .step-title {
        width: 100%;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-radius: 0;
    }
    #ModalAddToCart .modal-dialog {
        min-width: unset;
        max-width: 90%;
    }
    .news-item-page img {
        padding: 0;
    }
    .order-summary-content .table-remove input {
        width: 50px;
        height: 50px;
        display: flex;
        left: -15px;
        top: -15px;
    }
    .footer .block {
        cursor: pointer;
        display: inline-block;
    }
    .product-unit-price, .quantity .td-title, .subtotal span.product-subtotal {
        position: relative;
    }
    .social {
        padding-top: 15px;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu.open {
        display: block;
        background-color: rgb(65, 69, 72);
    }
    .navbar-expand-md .navbar-nav .dropdown-menu.next-level.open {
        display: block;
        background-color: rgb(97, 103, 108);
        position: absolute;
        width: 100%;
    }
    .navUp li a {
        font-size: 12px;
    }
    .dropdown-menu {
        margin: 0;
    }
    .mainNav .nav-item:last-of-type {
        border: none;
    }
    .mainNav .nav-item {
        border-bottom: 1px solid #484c4e;
    }
    .generalDropDown select.custom-select {
        padding-right: 30px;
    }
    section.totals {
        border-top: 1px solid #eceeef;
        border-left: 0;
    }
    .generalMiddle {
        display: block;
    }
    .subrow span.product-subtotal {
        position: relative;
        bottom: 8px;
    }
    .subrow span.product-subtotal {
        position: relative;
        bottom: 8px;
    }
    #searchModal .search-box-text.form-control {
        margin: 0;
        box-shadow: none;
    }
    .header-links .nav-item {
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .header-links .cart-container,
    .header-links .wishlist-container {
        display: list-item
    }
    .header-links .nav-item .nav-link {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #1D1F20;
        padding: 15px 0;
    }
    .mobile-top-menu {
        width: 100vw;
        padding-left: 10px;
    }
    .navUp {
        position: absolute;
        height: auto;
        min-height: 130px;
    }
    footer:not(.footer-clean) {
        padding: 20px 0 0;
    }
    footer .step-title {
        text-align: center;
        border: 0;
    }
    footer .about-us .h5 {
        color: #212529;
    }
    footer .about-us .list-pad {
        text-align: center;
    }
    .product-simple-share .btn, #collapsing-navbar-2 .dropdown-menu {
        position: static;
        width: 100%;
    }
    .social li {
        display: inline-flex;
        margin-right: 10px;
    }
    .footer .block {
        cursor: pointer;
        display: inline-block;
    }
    .generalLeftSide {
        display: none;
        padding: 15px 0 15px 0;
    }
    #leftSide .generalLeftSide {
        display: block;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu.open {
        display: block;
        background-color: rgb(65, 69, 72);
    }
    .navbar-expand-md .navbar-nav .dropdown-menu.next-level.open {
        display: block;
        background-color: rgb(97, 103, 108);
        position: absolute;
        width: 100%;
    }
    .dropdown-menu {
        margin: 0;
    }
    .mainNav .nav-item:last-of-type {
        border: none;
    }
    .mainNav .nav-item {
        border-bottom: 1px solid #484c4e;
    }
    .generalDropDown select.custom-select {
        padding-right: 30px;
    }
    section.totals {
        border-top: 1px solid #eceeef;
        border-left: 0;
    }
    .generalMiddle {
        display: block;
    }
    ul.ui-autocomplete {
        position: fixed !important;
        top: 52px;
        width: calc(100% - 51px) !important;
        max-width: calc(100% - 51px) !important;
        animation-name: autocomplete;
        animation-duration: .3s;
        -webkit-animation-name: autocomplete;
        -webkit-animation-duration: .3s;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
    }
    .feature p.desc {
        display: none;
    }
    .basket-summary-details {
        display: flex;
        align-items: center;
        font-size: 13px;
    }
    .basket-summary-details i {
        line-height: unset;
    }
    #basket-summary .card[aria-expanded="true"] .mdi-chevron-down {
        transform: rotate(180deg);
    }
    .menu-toggle.languagesbox {
        background: #EEE;
        padding: 10px 15px;
    }
    .menu-toggle.languagesbox .menu-content {
        width: 100%;
        border: none;
        background: #fafafa;
        box-shadow: none;
    }
    footer .step-title .card-bodyquote {
        justify-content: center;
    }
    footer .viewBox ul {
        text-align: center;
    }
    .checkout-steps-left .checkout-step-title {
        border: none !important;
        background: #f1f1f1 !important;
        border-radius: 32px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .banner-text {
        width: 50%;
    }

        .banner-text p.subtitle {
            font-size: 21px;
        }

        .banner-text p.title {
            font-size: 32px;
        }

        .banner-text a.link {
            padding: 5px 15px;
            font-size: 16px;
        }

    .side-panel .redButton {
        width:150px;
    }

    .side-panel .lineButton {
        width:130px;
        font-size:14px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .sliderText {
        font-size: 30px;
    }

    .sliderText strong {
        font-size: 44px;
        line-height: 54px;
    }

    .tabTextBox {
        padding: 50px 30px 50px 275px;
    }



}

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

    .sliderText {
        font-size: 24px;
    }

        .sliderText strong {
            font-size: 34px;
            line-height: 44px;
        }
}

@media (max-width: 767px) {



    .redButton {
        font-size: 14px;
    }

    .homeBanner strong {
        font-size: 28px;
        line-height: 38px;
    }

    .sliderText {
        font-size: 24px;
    }

    .sliderText strong {
        font-size: 34px;
        line-height: 44px;
    }

    .sliderRow {
        height: auto;
    }

    .breadcrumb {
        white-space: nowrap;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .blog-list-homepage .blog-title {
        font-size: 14px;
    }
    .header-campaign {
        height: 40px;
    }
    .header-campaign .cta {
        font-size: 12px;
    }
    .feature .text {
        width: calc(100% - 75px);
    }
    .home-page .product-grid {
        padding: 15px 0;
    }
    .product-details-page .product-tabs .nav-link .mdi, #pills-mobile-tab .nav-item .nav-link .mdi {
        font-size: 34px;
    }
    .product-box.list-box .title a {
        font-size: 14px;
    }
    .product-box.list-box .title h5 {
        line-height: 1;
    }
    .prod-list .img-holder {
        max-width: 180px;
        width: 180px;
    }
    .card-buttons .btn-group {
        display: none;
    }
    .advanced-search-results .products-container .product-desc {
        max-width: 200px;
    }
    .advanced-search-results .products-container .list-group-item {
        padding: 5px 0 5px 0;
    }
    .advanced-search-results .products-title {
        padding-left: 0;
    }
    .advanced-search-results .right-side {
        order: 1;
        border-left: 0;
        padding-left: 15px;
    }
    .advanced-search-results .left-side {
        order: 2;
    }
    .advanced-search-results .center-side {
        order: 3;
    }
    #ModalAddToCart .cross-sell-container {
        max-height: calc(100vh - 30px);
    }
    #ModalAddToCart .modal-body {
        max-height: 675px;
        overflow: hidden;
    }
    #ModalAddToCart .cross-sell-container .btn-group .btn.btn-primary .add-cart-text {
        display: block !important;
    }
    #ModalAddToCart .cross-sell-container .btn-group .btn.btn-primary .fa-shopping-cart {
        display: none !important;
    }
    .order-details-page .quantity .td-title {
        position: static;
    }
    #ModalAddToCart .modal-body .modal-border h4 a {
        font-size: 16px;
    }
    .shopping-cart .unit-price {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: start;
        margin: 10px 0 0;
    }
    .shopping-cart .product-picture {
        padding: 10px;
    }
    #ModalAddToCart .modal-dialog {
        min-width: 500px;
    }
    .product-details-page .overview {
        padding-left: 0;
        padding-right: 0;
    }
    .media-pad-off {
        padding-left: 0;
        padding-right: 0;
    }
    .modal-padding-off {
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }
    .footer-lower {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    footer .block {
        cursor: pointer;
        display: inline-block;
    }
    .wishrow {
        margin: auto;
    }
    .wishlist-content .table > tbody > tr > td, .cartTable .table > tbody > tr > td {
        width: 100%;
        display: block;
        text-align: center;
        padding: 2px 2px 40px;
    }
    .wishlist-content .table > tbody > tr > td:first-of-type,
    .cartTable .table > tbody > tr > td:first-of-type {
        padding-bottom: 0;
        height: 46px;
    }
    .subrow {
        display: inline-block;
    }
    .order-summary .table > tbody > tr > td:first-of-type {
        height: auto;
    }
    .total-info .table > tbody > tr > td {
        width: 50%;
        display: block;
    }
    .quantity .td-title {
        position: relative;
        display: block;
    }
    .language-list {
        margin-bottom: 0;
    }
    .page {
        min-height: 225px;
    }
    .topic-posts .send-pm {
        border-bottom: 1px solid #dddddd;
    }
    .footer-lower {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    footer .block:not(:last-child) {
        cursor: pointer;
        display: inline-block;
        margin: 0 0 15px;
    }
    .wishrow {
        margin: auto;
    }
    .wishlist-content .table > tbody > tr > td, .cartTable .table > tbody > tr > td {
        width: 100%;
        display: block;
        text-align: center;
        padding: 2px 2px 40px;
    }
    .wishlist-content .table > tbody > tr > td:first-of-type, .cartTable .table > tbody > tr > td:first-of-type {
        padding-bottom: 0;
        height: 46px;
    }
    table .quantity {
        position: static;
        top: unset;
    }
    .custom-select {
        padding: .275rem 1.55rem .275rem .55rem;
    }
    .rate label {
        display: block;
    }
    .rate .custom-control + .custom-control {
        margin-left: 0;
    }
    .product-quantity, .form-control.qty-input {
        max-width: 100px;
    }
    .generalAdToCart .form-control.qty-input {

    }
    .order-summary .table > tbody > tr > td:first-of-type {
        height: auto;
    }
    .total-info .table > tbody > tr > td {
        width: 50%;
        display: block;
    }
    .card.generalNote {
        position: fixed;
        width: 100%;
        display: none;
        right: 0;
        bottom: 0;
    }
    .banner-text {
        width: 50%;
    }
    .banner-text p.subtitle {
        font-size: 14px;
    }
    .banner-text p.title {
        font-size: 24px;
    }
    .banner-text a.link {
        padding: 5px 15px;
        font-size: 12px;
    }
    #eu-cookie-bar-notification {
        padding: 10px;
        bottom: 0;
        left: 0;
    }
    #eu-cookie-bar-notification p {
        font-size: 12px;
    }
    .custom-carousel-title .name {
        font-size: 21px;
    }
    .hp-categories .list-title p,.hp-brands .list-title p {
        font-size: 18px;
        font-weight: 500;
    }
    .three-five {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: [col1-start] auto [col2-end];
        grid-template-rows: [row1-start] auto [row2-start] auto [row3-start] auto [row4-end];
        background-color: #fff;
        color: #444;
        margin: 0 auto;
    }
    .three-five div:nth-child(1) {
        grid-column: col1-start / col1-start;
        grid-row: row1-start;
    }
    .three-five div:nth-child(2) {
        grid-column: col1-start;
        grid-row: row2-start;
    }
    .three-five div:nth-child(3) {
        grid-column: col1-start;
        grid-row: row3-start;
    }
    .three-five div:nth-child(4) {
        grid-column: col1-start;
        grid-row: row4-start;
    }
    .three-five div:nth-child(5) {
        grid-column: col1-start;
        grid-row: row4-end;
    }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
    .shopping-cart .product-picture img {
        top: -25px;
        margin: unset;
    }
    #ModalAddToCart.show {
        display: flex !important;
    }
    .featured-product .card-body {
        max-width: calc(100% - 100px);
    }
    .featured-product .prod-list img {
        max-width: 100px;
    }
    .featured-product-container .old-price, .featured-product-container .actual-price {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .product-quickview .modal-dialog.container {
        max-width: 720px;
    }
    .return-request-table thead th {
        min-width: 140px;
    }
    .product-quickview {
        max-width: 960px;
    }
    .product-quickview .gallery #thumbnails {
        width: 60px;
    }
    .feature:hover i {
        background: #333;
        color: #f0f2f1;
    }
    .navUp li a {
        font-size: 14px;
    }
    .navUp li a .fa,
    .navUp li a .far {
        font-size: 18px;
    }
    .available-items ul {
        padding-left: 0;
        margin-bottom: 5px;
    }
    .navUp li a span.fa {
        margin-right: 2px;
        margin-left: 2px;
    }
    .wishlist-content .remove-from-cart label {
        padding-left: 0 !important;
    }
    .wishlist-content .remove-from-cart label {
        padding-left: 0 !important;
    }
    #ModalAddToCart.show {
        display: flex !important;
        justify-content: center;
    }
    #ModalAddToCart {
        transition: unset;
    }
    .available-items ul {
        padding-left: 0;
        margin-bottom: 5px;
    }
    .navUp li a span.fa {
        margin-right: 5px;
        margin-left: 2px;
    }
}
@media (max-width: 575px) {
    .product-details-page .thumbnails {
        margin: 15px 0;
        flex-direction: row;
        flex-wrap: unset;
        max-width: unset;
    }
    .product-details-page .thumbnails .thumb-popup-link {
        margin: 0 15px 0 0;
    }
    footer .step-title .card-bodyquote {
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFF;
        padding: 5px 0;
    }
    #footer-block-about-us .step-title .card-bodyquote {
        background: transparent;
    }
    footer .list-group .list-group-item {
        text-align: center;
    }
    footer .footer-icons img {
        height: 20px;
    }
    footer .footer-icons img[alt="SSL"] {
        height: 30px;
    }
    footer .footer-icons img[alt="Visa"] {
        height: 15px;
    }
    .advanced-search-results .title {
        font-size: 20px;
        font-weight: 500;
    }
    .nav-tabs .nav-link {
        padding: 8px 10px;
    }
    .product-box .title a, .product-box .card-title a {
        font-size: 14px;
    }
    #ModalAddToCart .modal-dialog {
        max-width: 100%;
    }
    .cross-sell-container .generalTitle strong {
        font-size: 16px;
        font-weight: 500;
    }
    #ModalAddToCart .modal-dialog {
        min-width: unset;
    }
    .shopping-cart-page .common-buttons {
        width: 100%;
    }
    .generalNote {
        left: 15px;
        font-size: 14px;
    }
    .wishlist-content .btn-group {
        width: 100%;
    }
    .product-review-helpfulness,
    .vendor-review-helpfulness {
        font-size: 14px;
        white-space: nowrap;
    }
    .sidebar-info h5 {
        font-size: 14px;
        letter-spacing: -.7px;
    }
    .product-box .labels {
        top: 5px;
        left: 5px;
    }
    .product-simple-share .btn:not(.add-to-cart-button) {
        margin: 10px 0 0 0;
        border-radius: 0 !important;
    }
    .product-simple-share .btn:last-child {
        margin-right: 0 !important;
    }
    .news-list-homepage .card-body {
        font-size: 14px;
    }
    .prod-list .card-body {
        max-width: 185px;
    }
    .prod-list .img-holder {
        max-width: 100px;
        width: 100px;
    }
    .newsletter-title {
        width: 100%;
        text-align: center;
        font-size: 21px;
    }
    .newsletter-desc {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .product-details-page .product-tabs .nav-link {
        padding: 11px;
    }
    .return-product-container {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .header-links .nav-item {
        padding-left: 0;
        padding-right: 0;
    }
    .block-account-navigation .list .customer-info a:before {
        font-size: 20px;
    }
    .flyout-cart .count,
    .flyout-cart .count a {
        font-size: 16px;
    }
    .fly-close,
    .flyout-cart .count,
    .flyout-cart .count a {
        height: 34px;
    }
    .fly-cart-container .items {
        height: calc(100vh - 186px);
    }
    .wishlist-content .wishlist-add-to-cart-button {
        width: 100%;
    }
    #ModalAddToCart .modal-header h5 {
        font-size: 16px;
    }
    #ModalAddToCart .modal-body img {
        max-height: 200px;
        width: auto;
    }
    #ModalAddToCart .cross-sell-container img {
        max-height: unset;
        width: 100%;
    }
    #ModalAddToCart .modal-body .modal-border h4 a {
        font-size: 16px;
    }
    #ModalAddToCart .form-group {
        margin-bottom: 0;
    }
    #ModalAddToCart label {
        margin-bottom: 0;
    }
    .shopping-cart .product-picture a:before {
        padding: 0 !important;
    }
    .shopping-cart .product-picture img {
        margin: unset;
    }
    .wishlist-content .btn-section {
        flex-wrap: wrap;
    }
    .subrow .qty-input {
        margin-top: 0;
        margin-left: 21px;
    }
    .subrow {
        margin-top: 10px;
        display: block;
    }
    .subrow span.product-subtotal {
        bottom: 0;
    }
    .quantity .td-title {
        text-align: right;
        top: 6px;
    }
    .form-control.qty-input {
        float: left;
    }
    .unit-price {
        margin-bottom: 10px;
    }
    .navbar .container {
        width: 100%;
    }
    .navbar .container ul li:nth-last-child(2) {
        float: right !important;
        text-align: right;
    }
    .subrow span.product-subtotal {
        position: relative;
        bottom: 0;
    }
    .subrow .qty-input {
        margin-top: 0;
        margin-left: 21px;
    }
    .subrow {
        margin-top: 10px;
        display: block;
    }
    .quantity .td-title {
        text-align: right;
        top: 6px;
    }
    .form-control.qty-input {
        float: left;
    }
    .unit-price {
        margin-bottom: 10px;
    }
    .navbar .container {
        width: 100%;
    }
    .navbar .container ul li:nth-last-child(2) {
        float: right !important;
        text-align: right;
        margin-left: auto;
    }
    .custom-carousel-title .name {
        font-size: 18px;
    }
}
@media (max-width: 440px) {
    #ModalQuickView .modal-dialog {
        margin: 0;
    }
    .inbox-col,
    .admin-icon {
        display: none !important;
    }
    .product-quickview .quick-close,
    .product-quickview .close {
        right: -4px;
        top: -8px;
        opacity: 1;
    }
    .product-quickview .container {
        padding-left: 0;
        padding-right: 0;
    }
    .generalTitle {
        font-size: 21px;
    }
}
/* Mobile Only */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1) {
    .rating-box .rating:before, .rating-box::before, .ratings {
        font-size: 18px;
    }
    .product-box .ratings {
        margin: 10px 0 0;
    }
}