/* Copyright (c) 2016-Present Webkul Software Pvt. Ltd. (<https://webkul.com/>;) */
/* See LICENSE file for full copyright and licensing details. */
 /* License URL : <https://store.webkul.com/license.html/>; */
 
#tag li:after {
    content:" |  "
}
#tag li:last-child:after {
    content:" "
}

[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  [type=radio] + div {
    cursor: pointer;
  }
  
  [type=radio]:checked + div {
    outline: 2px solid black;
    background-color: beige;
    height: 100%!important;
    width: 100%!important;
  }

@media (992px>width){
#description{
    padding-right: 0px!important;
}
}