/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

   .custom-product-buttons {
       display: flex;
       flex-direction: column;
       justify-content: space-between;
   }
   .mobilecartli{
        display: list-item;
    }
   .nav__item .dropdown-menu {
        left: -200px;
    }
    .contact-info
    {
        flex-direction: column;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

   .custom-product-buttons {
       display: flex;
       flex-direction: column;
       justify-content: space-between;
   }
   .mobilecartli{
        display: list-item;
    }
   .nav__item .dropdown-menu {
        left: -200px;
    }
    

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

   .custom-product-buttons {
       display: flex;
       flex-direction: column;
       justify-content: space-between;
   }
   .bannerswiperheight
    {
        height: 500px;
    }

    .slidetextbox {
        height: 100%;
    }
    .mobilecartli{
        display: list-item;
    }
    .nav__item .dropdown-menu {
        left: -200px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .custom-product-buttons {
        display: flex;
        flex-direction: column;
    }
    .bannerswiperheight
    {
        height: 600px;
    }

    .slidetextbox {
        height: 80%;
    }
    .mobilecartli{
        display: none;
    }


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .custom-product-buttons {
        display: flex;
        flex-direction: column;
    }
    .bannerswiperheight
    {
        height: 600px;
    }

    .slidetextbox {
        height: 80%;
    }
}