/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    h2:after {
        width: 50vw;
    }
/*HEADER*/
.logo{
    width: 150px; 
    margin: 0 0 15px;
}
.head-cont, .navigation, .categories, .footer-cont{
    display: none;
}
.search{
    flex-flow: nowrap;
    float: left !important;
    width: 100%;
}
.search a{
    margin-left: 10px !important;
}
.cartcount{
    right:5px;
}

/*PRODUCT*/
#main {
    display: block;
  transition: margin-left .5s;
  width: 100%;
}
.sidebar {padding-top: 40px;}
.sidebar a {font-size: 15px;}
.thumb{
    height: 60vw !important;
}
.news .thumb{
    height: 20vw !important;
}
.sub_cats{
    border-right: none;
}
/*FOOTER*/
#first_footer .container .row .col {
    width: 100% !important;
    flex-basis: auto;
    text-align: center;
}
#first_footer .container .row .col:nth-child(3) {
    margin-bottom: 30px;
}
#first_footer .container .row .col h3{
font-weight: bold;
}
.galleryimg{
    width: 100% !important;
}
.galleryimg-small{
    height: auto !important;
}

/*BASKET*/
.basket .col{
    flex-basis: auto;
    border: none;
}
.active{
    border: none;
}
.basket .active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 39px;
    border-top: 15px solid #0c65b1;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: 45%;
    z-index: 9;
}
.cart-item-amount input[type=number] {
    height: 50px;
    width: 30px;
    float: right;
    margin-left: -15px;
}
.cart-item-amount button{
    height: 25px;
    width: 30px;
    display: block;
    float: left;
}
#myTable td {
    padding: 5px;
}
#myTable tr td:nth-child(4){
    white-space: nowrap;
}
#myTable tr td:nth-child(1){
    width: 50px !important;
    padding:0;
}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}