/*
@media (min-width: 576px) {
    ...
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
    ...
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
    ...
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    ...
}
*/
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.show-sm {
    display: none;
}

.show-lg {
    display: block;
}

@media only screen and (max-width: 768px) {
    .header-page .logo {
        max-width: 230px;
        margin: auto;
    }

    .navbar-light .navbar-toggler {
        border: 0;
    }

    .show-sm {
        display: block;
    }

    .show-lg {
        display: none;
    }

    .navbar-brand img {
        max-width: 140px;
    }

    .list-icon-menu-mobile {
        margin-right: auto;
        margin-bottom: auto;
            padding-top: 0.3125rem;
    }

    .list-icon-menu-mobile .nav-item {
        float: left;
    }

    .list-icon-menu-mobile .nav-link {
        padding: 5px;
        float: left;
    }

    .search-form-mobile {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: inline-block;
    }

    .search-form-mobile input {

        border-radius: 15px !important;
        background-color: #EFEFEF !important;
    }

    .search-form-mobile button {
        top: -10px !important;
        background: transparent !important;
    }

    .owl-nav {
        display: none !important;
    }
    .navbar .form-inline.search-form input{border-color: transparent;}
    .home-categories-slider .item img {
        width: 100px !important;
        height: 100px !important;
    }

    .home-categories-slider .item h2 {
        font-size: 1rem;
    }

    .home-categories-slider .owl-dots .owl-dot span {
        width: 15px;
    }

    .offer .content {
        margin-top: 20%;
    }

    .offer .content h2 {
        font-size: 28px !important;
        /* font-weight: 500 !important; */
    }

    .login-page .form {
        width: 100%;
    }

    .services .item h3 {
        font-size: 13px;
    }

    .product-card .product-name {
        font-size: 17px;

    }

    .product-card .icons-stars span {
        /*display: none;*/
    }

    .list-icon-menu-mobile .users,
    .list-icon-menu-mobile .cart {
        /*background-color: #ddd;*/
        /*border-radius: 20px;*/
        margin-left: 5px;
    }
.navbar{
    padding: .5rem 0;
}
.navbar-toggler{padding: 0;}
    .list-icon-menu-mobile .dropdown-toggle::after {
        display: none;
    }

    .navbar .search-container {
        width: 100% !important;
    }

    .navbar .form-inline.search-form {
        width: 100% !important;
    }

    .single-pr-images {
        text-align: center;
    }

    .single-product .colors-sizes .colors .color-div {
        margin-bottom: 20px;
    }

    .text-center-xs {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .fs-12{font-size: 14px !important;}
    .login-page {
        padding: 10px 0
    }

    .login-page .form {
        padding: 1rem 0.5rem;
    }

    .login-page .form .form-header {
        margin: 1.5rem auto;
    }

    .single-product .single-pr-images .img-show img {
        width: auto;
        height: auto;
    }
.single-product .single-pr-images .slider-controlers .control-img{max-width: 60px;
        height: 60px;}
    .single-product .single-pr-images .slider-controlers .control-img img {
        max-width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .single-product .pr-details .shipment-price {
        /*width: 90%;*/
        width: 100%;
        padding: 10px 5px;
        font-size: 14px;
        text-align: center;
    }

    .single-product .pr-details .pr-title h2,
    .single-product .pr-desc h2,
    .single-product .pr-offers h4 {
        font-size: 18px;
    }

    .single-product .pr-desc .featuser li,
    .single-product .pr-offers .offer-valid {
        font-size: 14px;
    }

    .cart-items td.quantity span {
        display: block;
        text-align: center;
    }

    .cart-items td.quantity span.count {
        margin: 5px auto;
    }

    .cart-page .footer-table {
        text-align: center;
    }

    .cart-page .footer-table .total-price,
    .cart-page .footer-table .checkout-page {
        float: none;
        margin-bottom: 10px;
    }

    .cart-page .footer-table .total-price {
        max-width: 80%;
        margin: auto;
    }

    .about-us-page .title-page {
        width: 95%;
    }

    .about-us-page .questions .sec-title {
        width: 80%;
    }

    .landing-page .questions .card {
        width: 95%;
    }

    .about-us-page .questions .accordion .accordion-title button i {
        left: 5px;
    }

    .navbar-landing .logo,
    footer.landing-page .logo-footer {
        width: 170px;
    }

    footer.landing-page .logo-footer img,
    .navbar-landing .logo img {
        max-width: 100%;
    }

    .thank-you-page .thankyou-content .icon-check {
        left: 33%
    }

    .half-width {
        width: 100%;
    }

    .checkout-page .title-page {
        font-size: 18px;
    }

    .product-card .card-image img {
       max-width: 100%;
       padding: 0 5px;
        height: auto !important;
    }

    .product-card {
        padding: 10px 0;
        margin: 10px 0;
    }

    .padding-section {
        padding: 20px 0;
    }

    .breadcrumbs {
        padding: 7px 0;
    }

    .single-product .pr-offers .checkboxes .form-check-label {
        font-size: 13px;
        padding-right: 7px;
    }

    .logo-footer {
        text-align: center;
    }

    .cart-page .footer-table .checkout-page a,
    .cart-page .footer-table .checkout-page a:hover,
    .cart-page .footer-table .checkout-page a:focus {
        width: 80%;
    }
    .services .item img{max-width: 100%;}
    .svg-msg,.massenger-icon{width: 50px;height: 50px;}
    .svg-icon{width: 29px;height: 29px;}
    .cart-page .header-section .title-section .text h2{font-size: 20px;}
    .hidden-sm{display: none;}
    .cart-items td.quantity .plus, .cart-items td.quantity .minus{padding: 0;}
    .cart-items td.quantity .minus{margin-right: 0;}
    .cart-items td.quantity .plus{left: 0;}
    .cart-items .table .tr-pr .product-item .product-img img{width: 50px;height: 60px;}
    /*.owl-carousel.home-header-slider .owl-item img{min-height: 300px !important;}*/
    .cart-modal .modal-footer{    margin-bottom: 2.4rem;}
    .single-product .pr-details{padding: 0;}
    .single-product .items-content .table tbody tr{
        font-size: 14px;
    }
    .single-product .colors-sizes .colors .color{
        width: 15px;
    height: 15px;
    }
    .single-product .colors-sizes .colors .color-div .color::after{
        top: -2px;
    right: -1px
    }
    .about-us-page .questions .accordion .card .card-header{padding: 0.75rem 0 !important;}

}
@media (max-width: 300px) {
.single-product .pr-offers{
    padding: 10px 5px;
}
.single-product .pr-offers .checkboxes .form-check{padding: 10px 0px;}
}