/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

.workemail {
    display: none;
}

#header .middle-h-row .email .icons {
    background: #fdcb29;
    color: #fff;
    width: 24px;
    height: 24px;
    margin: 0;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 10px;

}

#header .middle-h-row .adress .icons {
    background: #fdcb29;
    color: #fff;
    width: 24px;
    height: 24px;
    margin: 0;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 0;

}
#header .middle-h-row .email {
padding-top: 10px;
}
#header .middle-h-row .email .phone_text a {
font-size: 16px;
margin-bottom: 3px;
line-height: 24px;
}

#header .middle-h-row .adress .phone_text span  {
font-size: 14px;
line-height: 24px;
}




.icon-bar {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 8px 10px 0px 10px;
    transition: all 0.3s ease;
    color: white;
        margin-top: 1px;
  
    border-radius:  8px 0px 0px 8px;
  
  }
  
  .icon-bar a:hover {
      background-color: #000;
  }
  
  .whatsapp {
    background: radial-gradient(50% 50% at 50% 50%, #009BDE 0%, #009BDE 100%);
    color: white;
  }
  
  .whatsapp:hover{
  background: radial-gradient(50% 50% at 50% 50%, #009BDE 0%, #008ECC 100%);
  }
  
  .telegramm {
    background: linear-gradient(239.18deg, #5CF892 8.12%, #0DC442 92.62%);
    color: white;
  }
  
  .telegramm:hover{
  background: linear-gradient(239.18deg, #45EA7E 8.12%, #0EBA40 92.62%);
  
  }
  
  .viber {
    background: linear-gradient(239.18deg, #724387 8.12%, #7B4990 92.62%);
    color: white;
  }
  
  .viber:hover{
  background: linear-gradient(239.18deg, #7B4990 8.12%, #59306A 92.62%);
  
  }


  @media (max-width: 650px){

    .icon-bar svg {
      width: 25px;
    }
    .icon-bar a {
      padding: 4px 5px 0px 6px;
    }
/*


  .icon-bar {
    position: fixed;
    left: 0;
    right: initial;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
 
  .icon-bar a {
    border-radius:  0px 8px 8px 0px;
  }
     */
  }


.right_block a {text-decoration:underline;}

.newparam {display:grid;grid-template-columns:150px 1fr;gap:10px;align-items:center;}
.middle_info .sku_props .newparam .bx_size_scroller_container {margin:0;}
.newparam .common_select {width:100%!important;}


