body.headerFixed #stage{
    padding-right:0 !important;
}
.container{
    
    
}
body.itemsView .shopContainer {
    padding: 0;
}
body.itemsView .shopContainer{
    
}
body.itemsView .container.shopContainer{
    max-width:1200px ;
    margin:0 auto;
}
body.itemsView .shopContainer.pinnedBasket{
    max-width:1440px;
    padding-left:240px;
}

body.itemsView  .shopContainer.absedBasket  {
    display:flex;
    flex-direction: row-reverse;  
    max-width:1440px;
    align-items: flex-start;
}

#basket{
    display:none;
    width: 240px;
    z-index: 2;
    padding: 5px;
    flex-direction:column;
}
.baskettool{
    background: var(--gray);
    background-color: #eee;
    padding: 2px 5px;
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    border-bottom: 1px solid #555;
    position:relative;
}
#basket.pinnedBasket{
    display: flex;
    position: fixed;
    left: 0;
    top:0;
    padding-top: 225px;
    font-size:80%;
    bottom: 0;
    background: #eee;
}
.dropcart{
    width:100%;
}
.dropcart__product-image img {
    max-height: 80px;
    mix-blend-mode: multiply;
}
body.headerFixed #basket.pinnedBasket {
    padding-top: 55px;
}
#basket .dropcart__products-list{
    padding:0;
}

#basket.absedBasket{
    display: flex;
    position: relative;
    width:240px;
    min-width:240px;
    left: 0;
    top: 0px;
    bottom: auto;
    background: white;
    border: 1px solid #eee;
    padding: 0;
    margin-right:5px;
}
.container.basketActive #basket{
    display:flex;
    
}

.dropcart__products-list {
    padding: 0;
    max-height: 80%;
    overflow-y: auto;
    
}
.dropcart__product{
    border-bottom: 1px dotted #ccc;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

#sside{
    max-width:210px;
}
#infoSideWrapper {
    justify-content: flex-start;
}
#addToCartWrapper{
    background: transparent;
}
#infoSide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.panelTools a{
    font-size: 20px;
    padding: 0;
    margin: 0;
}
.panelContent>div {
    padding-bottom: 15px;
}
.itemTitle{
    font-size: 1.6rem;
}
.socialDiv{
    column-gap:10px;
}
.socialDiv a, .whatsLink{
    background:black;
    margin:0;
}
.socialDiv a:hover{
    background:#666;
}
#otherParams{
    column-gap:20px;
    margin-top: 0;
    padding: 0px;
}
#otherParams li {
    border-bottom:none !important;
    min-width:28%;
    list-style:none;
}
#otherParams li span {
    font-weight:bold;
}
.infoSideTop{
    padding:15px 0;
    margin:15px 0 0 0;
    border-top:1px dotted #666;
    border-bottom:1px dotted #666;
}
.products{
    padding:0;
    column-gap:5px;
}
.product{
    width:auto;
    max-width:25%;
    min-width:200px;
    height:300px;
    border:none;
    border-radius:0;
}
.product h3{
    font-size: 1rem;
}
.product .addtoCartBtn{
        width: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 120%;
    height: auto;
    background: black;
    min-height: 50px;
    font-weight: normal;
}
.product .itemNote{
    color:red;
    width:auto;
}
.product:hover .itemNote{
    animation: pulse2 2s infinite;
}
.catIntro {
    background: black;
    padding: 10px 20%;
    border-radius: 0px; 
    margin: 0 0 30px 0; 
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: initial;
    color: white;
}
.masterBlock.bigger .masterInfo a {
    color: #000000;
    font-weight: 100;
    text-shadow: none;
    margin: 0 auto;
    padding: 0;
    line-height: 100%;
    margin-bottom: 0 !important;
}

.product .input-number{
    background: radial-gradient(white, lightgrey);
    border: 1px solid #c5c5c5;
    color: black;
    box-shadow: 0 2px 8px -5px gray;
}
.product .input-number__input{
    color:black;
}

.masterBlock.internalCat {
   min-width: 100px;
    /* width: 160px; */
    max-width: 34%;
    height: 200px;
}
#internalCats .inner 
{
    background-size: contain;
    background-position: top center;
    background-color: white;
}
.masterCat .masterInfo a {
    color: black;
    text-shadow:none;
}

@media only screen and (min-width: 576px) {
    #itemsPopup .panel .centered{
        min-width:90%;
        max-width:1200px;
    }
}
@media only screen and (max-width: 576px){
    .product {
        width: auto;
        max-width: 49%;
        min-width: 150px;
    }
    #infoSide{
    
    flex-direction: row;
    }
    .panel .centered .fvt{
        height:100%;
    }
}

@media only screen and (max-width: 360px){
    .product {
        width: 100%;
        max-width: 100%;
    }
}


.product .itemImage img {
    width: auto;
    margin: 0px auto;
    /* mix-blend-mode: multiply; */
    transition: 0.3s all ease-out;
    max-width: 100%;
    max-height: 100%;
    scale: 0.9 !important;
    height: auto;
}