/* Header */
.journal-menu-bg {
    top: 100px !important;
}
.sticky-header-center.journal-header-center .journal-menu-bg {
    top: 80px !important;
}

/* Laikina kol nera columns */
.category-info {
    display: block;
    width: 100%;
    margin: 0px;
    text-align: center;
}
.category-info .image {
    display: none;
}
.category-info p {
    margin: 0px;
}
.category-info img {
    float: none;
    margin: 0px auto;
}
/*.information-page #content p {
    margin-bottom: 10px;
}*/

/* Produktu psl */
#tab-description * img {
    height: auto !important;
}
#tab-description table {
    width: 100% !important;
}

/* Cart */
.mini-cart-info table tr td {
    width: 100%;
}
.mini-cart-info table tr td.image img,
.cart-info table tr td.image img {
    height: auto;
}
.checkout .klarna-box .klarna-content p {
    margin: 0 0 -1px 0;
}
.inherit-font {
    display: inline; 
    font: inherit;
}

/* Bigger addtocart btn */

.mobile .product-grid-item .cart {
    height: 45px;
}

.mobile .product-grid-item .cart .button {
    height: 45px;
    width: 45px;
    line-height: 42px;
    border-radius: 50%;
    display: inline-block;
}
.mobile .product-grid-item .cart .button-left-icon:before{
    left: -4px;
    margin-right: 8px;
    top: 3px;
}
.mobile.product-page #tabs li, .product-page #tabs a{
    float: left;
}

/* Fixes */
#fb-root {
    height: 0px !important;
    width: 0px !important;
}
/*.mobile .product-wrapper, 
.tablet .product-wrapper {
    border-width: 1px !important;
}*/
.box.oc-module {
    width: 100%;
}
#footer {
    display: block;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 760px) {
    #header {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 980px) {
    .product-grid-item:nth-child(4n+1) {
        clear: both;
    }
}
@media only screen and (min-width: 761px) and (max-width: 979px) {
    .product-grid-item:nth-child(3n+1) {
        clear: both;
    }
}
@media only screen and (min-width: 471px) and (max-width: 760px)  {
    .product-grid-item:nth-child(2n+1) {
        clear: both;
    }
}
@media only screen and (max-width: 470px) {
  /*  .product-grid-item:nth-child(n+1) {
        clear: both;
    }*/
}

@media only screen and (min-width: 760px) {
/*    .journal-header-mega .journal-search {
        padding-right: 2%;  
    }
    .journal-header-center #search {
        width: 50%;
        float: right;
    } */
    
    /* Prekes puslapio add to cart button mazinimas */
    .product-page #button-cart {
        max-width: 250px; 
        float: left; 
        margin-left: 10px;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1400px) {
    .scroll-top {
        bottom: 50px;
    }
}

.cc-revoke.cc-bottom {
    display: none !important;
}
/* MEDIA QUERIES */