@media screen and (min-width:1280px) {
    /*.header .form-search {
        padding: 0 40px;
    }*/

    .product-section .col-12.col-lg-2.col-md-3.col-sm-6.mb-5.card.border-0.product--item {
        width: 14.2%;
    }
}

@media screen and (max-width:1400px) {
    .header-right li {
        padding-right: 15px;
    }

    .header-right li a {
        font-size: 0.9rem;
    }

    /*.navigation ul li .nav-link {
        font-size: 0.85rem;
    }
*/
    .thumbnails-slider {
        width: 12%;
        padding: 30px 0;
        display: flex;
        align-items: center;
    }

    .product--item h3 {
        font-size: 1rem;
    }

    .footer .footer-links li a {
        font-size: 14px;
    }

    .cart-item table.table .input-group .minus,
    .cart-item table.table .input-group .plus {
        width: 24px;
        height: 34px;
        font-size: 1rem;
    }

    .cart-item table.table .input-group input {
        height: 34px;
        min-width: 50px;
        max-width: 50px;
    }

   /* .navigation .navbar-nav li {
        padding: 15px 9px;
    }
*/
    h2,
    .h2 {
        font-size: 1.3rem;

    }

    .product--image figure {
        height: 220px;
        width: 100%;
    }
    .cart-item table.table tr td.name {
        max-width: inherit;
    }
}

@media screen and (max-width:1366px) {
    .header-right li {
        padding-right: 15px;
    }

    .header-right li a {
        font-size: 0.9rem;
    }

    .navigation ul li .nav-link {
        font-size: 0.8rem;

    }

    .thumbnails-slider {
        width: 12%;
        padding: 30px 0;
        display: flex;
        align-items: center;
    }

    .product--item h3 {
        font-size: 1rem;
    }

    .footer .footer-links li a {
        font-size: 14px;
    }

    .cart-item table.table figure img {
        width: 50px;
    }

    .cart-item table.table .price h3 {
        font-size: 1rem;
    }

    .cart-item table.table tr th,
    .cart-item table.table tr td {
        padding: 15px 7px;
    }

    

    .product--image figure {
        height: 210px;
        width: 100%;
    }
    .navigation .navbar-nav li {
        padding: 15px 9px;
    }
    .cart-item table.table tr td.name {
        max-width: inherit;
    }
}

@media screen and (max-width:1199px) {
    .header-right li {
        padding-right: 9px;
    }

    .header-right li a {
        font-size: 0.8rem;
    }

    .footer p a {
        font-size: 0.9rem;
    }

    .footer .footer-links li a {

        font-size: 0.9rem;
    }
    .user-dropdown ul.sub-menu li a {
        font-size: 0.8rem;
    }
    .footer p {

        font-size: 0.9rem;
    }

    .product-section h2 {
        font-size: 1.5rem;
    }

    h1,
    .h1 {
        font-size: 1.25rem;
    }

    .navigation ul li .nav-link {
        font-size: 0.7rem;
    }

    .product--image figure {
        height: 160px;
        width: 100%;
    }
    .navigation .navbar-nav li {
        padding: 15px 6px;
    }


}

@media screen and (max-width:991px) {
    .checkout-section .row.mt-4 {
        display: flex;
        flex-direction: column-reverse;
    }

    h1,
    .h1 {
        font-size: 1.25rem;
    }

    .header-mobile {
        display: block;
        padding: 10px 0px;
        border-bottom: 1px solid var(--border);
    }

    .header {
        display: none;
    }

    .desktop-navigation {
        display: none;
    }

    .header-mobile .navigation {
        border: none;
    }

    .header-mobile .navbar-toggler .hamburger span {
        height: 2px;
        width: 24px;
        background: var(--gray);
        display: block;
        margin: 5px 0px;
    }

    .header-mobile .navbar-toggler {
        border-color: var(--gray);
    }

    .navigation .navbar-nav {
        align-items: start;
        margin-top: 10px;
    }

    .navigation .navbar-nav li {
        padding-right: 0px;
        padding-left: 0px;
        border-top: 1px solid var(--border);
        width: 100%;
    }

    .navigation .navbar-nav li a {
        position: relative;
        color: var(--gray);
        font-size: 1rem;
        padding: 0px 10px !important;
    }

    .navigation .navbar-nav li a:hover {
        color: var(--primary);
    }

    span.badge {
        position: absolute;
        top: 10px;
        left: 18px;
        background: var(--red);
        border-radius: 100%;
        right: auto;
    }

    .footer-bottom .col-12.col-md-9 {
        margin-bottom: 10px;
    }

    .product-image-carousels .thumbnail-button {
        height: auto;
    }

    .login header.header {
        display: flex;
        align-items: center;
    }

    .product--image figure {
        height: 200px;
        width: 100%;
    }

    .user-dropdown a {
        display: none;
    }

    .user-dropdown ul.sub-menu {
        position: relative;
        top: 0;
        padding: 0;
        border: none;
        box-shadow: 0px 0px 0px #000;
        z-index: 999;
        min-width: 100%;
        display: block;
    }

    .user-dropdown ul.sub-menu li {
        padding: 15px 3px;
    }

    .user-dropdown ul.sub-menu li a {
        display: block;
    }

    li.user-dropdown.position-relative {
        padding: 0px;
        border-top: 0px;
    }
    .product-image-carousels .main-image-slider {
        height: 400px;
        overflow: hidden;
    }
    .product-image-carousels .thumbnails-slider .slick-list.draggable {
        height: 380px !important;
    }
    
}

@media screen and (max-width:768px) {}

@media screen and (max-width:767px) {

    .cart-item table.table tr td.quantity {
        min-width: inherit;
    }

    .main-image-slider {
        display: flex;
        align-items: center;
    }

    ul.breadcrumb li {
        padding: 0px 8px;
    }

    .cart-item .table thead {
        display: none;
    }

    .cart-item table.table {
        border: none;
    }

    .cart-item table.table tr {
        display: flex;
        border-bottom: 1px solid var(--border);
        flex-wrap: wrap;
        align-items: center;
    }

    .cart-item table.table td {
        border: none !important;
    }

    .cart-item table.table td.name {
        position: relative;
        display: block;
        width: 100%;
        padding-bottom: 0px;
    }

    .cart-item table.table td.price {
        position: relative;
        display: block;
        width: 25%;
    }

    .cart-item table.table td.quantity {
        position: relative;
        display: block;
        width: 50%;
    }

    .cart-item table.table td.action {
        position: relative;
        display: block;
        width: auto;
    }

    .button-shopping {
        flex-wrap: wrap;
    }

    .button-shopping .custom-button {
        width: 100%;
        padding: 10px 20px;
    }

    .button-shopping .button-continue {
        margin-bottom: 15px;
    }

    .input-group.number {
        flex-wrap: nowrap;
    }

    .contact-section .login-form .input-group.first,
    .contact-section .login-form .input-group.last {
        width: 100%;
    }

    h2,
    .h2 {
        font-size: 1.25rem;
    }

    .product--image figure {
        height: 260px;
        width: 100%;
    }
    .product-image-carousels .main-image-slider {
        height: 300px;
        overflow: hidden;
    }
    .product-image-carousels .thumbnails-slider .slick-list.draggable {
        height: 280px !important;
    }
    

    .prod-info h3.h6 {
        font-size: 12px;
    }
    .login-form .input-group, .login-form .remember-me {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:576px) {
    .contactInfo {
        padding: 10px;
    }

    .product--image figure {
        height: auto;
        width: 100%;
    }

    .contactInfo .info i {
        font-size: 20px;
        width: auto;
        margin-right: 10px;
    }

    .contactInfo ul.socialIcons {
        margin-bottom: 20px;
    }

    .contactInfo .info {
        align-items: center;
        display: flex;
        padding: 10px 0;
    }
    .product-image-carousels .main-image-slider {
        height: 250px;
        overflow: hidden;
    }
    .product-image-carousels .thumbnails-slider .slick-list.draggable {
        height: 230px !important;
    }
}

@media screen and (max-width:420px) {
    .contactInfo .info a.white {
        font-size: 13px;
    }
}

@media screen and (max-width:320px) {
    .contactInfo .info a.white {
        font-size: 13px;
    }
}