/*** Custom styles - responsive - E-shop  ***/

@media screen and (min-width: 1200px) {

    .border-top-xl-0 {
        border-top: 0!important;
    } 
    .border-right-xl-0 {
        border-right: 0!important;
    } 

    .border-right-xl-1 {
        border-right: 1px solid #dee2e6!important
    }

    .eshop-product-content .btn-buy { 
        background-size: 10%;
        background-position: 5rem;
    }
    .card.product-card .card-img-container {
        height: 230px; 
    }
    #product-gallery .carousel-inner, 
    #product-gallery .carousel-inner .carousel-item{ 
        height: 400px;
    } 

    .top-menu-position {
        padding-top: 0;
        padding-left: 0;
    }

    #header_logo {
        padding-right: 0;
    }
    
    .carousel-inner IMG {
        height: 300px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {


    .border-top-lg-0 {
        border-top: 0!important;
    } 
    .border-right-lg-0 {
        border-right: 0!important;
    } 

    .border-right-lg-1 {
        border-right: 1px solid #dee2e6!important
    }
    .eshop-product-content .btn-buy { 
        background-size: 11%;
        background-position: 3.5rem; 
    }
    .card.product-card .card-img-container {
        height: 210px; 
    }
    
    .carousel-inner IMG {
        height: 270px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {

    #header .user-panel  {  
        margin-top: -48px;
    }

    .border-right-md-0 {
        border-right: 0!important;
    } 

    .border-top-md-0 {
        border-top: 0!important;
    } 

    .eshop-product-content .btn-buy { 
        background-size: 11%;
        background-position: 3.5rem; 
    }

    .card.product-card .card-img-container {
        height: 250px; 
    }

    #container-top-sub-menu {
        display: none !important;
    }
    
    .carousel-inner IMG {
        height: 270px;
    }
}


@media screen and (min-width: 568px) and (max-width: 767px) {

    .border-right-sm-0 {
        border-right: 0!important;
    } 

    .border-top-md-0 {
        border-top: 0!important;
    } 

    .eshop-product-content .btn-buy { 
        background-size: 7%;
        background-position: 9.5rem; 
    }
    .card.product-card .card-img-container {
        height: 230px; 
    } 
    #container-top-sub-menu {
        display: none !important;
    }
}

@media screen and (max-width: 568px) {


    .border-right-0 {
        border-right: 0!important;
    } 

    .eshop-product-content .btn-buy { 
        background-size: 7%;
    } 

    .card.product-card .card-img-container {
        height: 250px; 
    } 
    #container-top-sub-menu {
        display: none !important;
    }

    #info-panel {
        right: -220px;
    }

    #info-panel.active,
    #info-panel:hover,
    #info-panel:focus {
        transform: translateX(-220px);
    }

    #info-panel .text {
        width: 220px;
    } 
}


@media (max-width: 400px) {
    #header #header_logo IMG {
        max-width: 100%;
    }

    #homeMenu .card-home {
        font-size: 20px;
        height: 90px;   
        line-height: 90px;
    }

    #homeMenu .card-home .icon {
        float: right;
        font-size: 45px;
        margin-top: 33px;
        margin-right: 8px;
    }

}
@media screen and (min-width: 768px) {

    #header .menu-panel .navbar {
        border-color: #281861;
        border-style: solid;
    }


    #header .menu-panel .container-fluid,
    #header .menu-panel .container-fluid .navbar-collapse{
        padding-left: 0;
        padding-right: 0;
    }

    .bottom-menu #leftBottomMenu UL LI:first-child A {
        padding-left: 0 !important;
    }   

}

@media (min-width: 991px) {
    .footer #businessInfo {
        position: relative;
        top: -45px;  
    }
    #nav-top-menu #top-menu UL>LI.dropdown.show:after { 
        display:block;
        content: '';
        border-bottom: solid 1px white;  
        transform: scaleX(1);   
        position: relative;
        top: -4px;
    }

    .position-sticky-sm {
        position: -webkit-sticky!important;
        position: sticky!important;
    }
}

@media (min-width: 1200px) {
    #header #header_logo IMG {
        max-width: 75%;
    }
}

@media (min-width: 569px) and (max-width: 1199px) {
    #header #header_logo IMG {
        max-width: 100%;
    }
}


@media (min-width: 1200px) and (max-width: 1399px) {
   #nav-top-menu #top-menu UL>LI>A {  
       font-size: 16px;
    }
} 


@media (min-width: 992px) and (max-width: 1199px) {
   #nav-top-menu #top-menu UL>LI>A {  
       font-size: 13px;
    }
} 