body.widget-snippet .product-megamenu .inner-container .right-part .single-item a,
body.widget-snippet .product-megamenu .inner-container .right-part .single-item{
  padding:5px;
}

body.widget-snippet .product-megamenu .inner-container .right-part .menu-item a:before {
    display: none;
}

body.widget-snippet .product-megamenu .inner-container .right-part .menu-item a {
  margin: 0 0 16px 0;
}
body.widget-snippet .product-megamenu .inner-container .right-part .menu-item a:hover {
  color:#000;
  text-decoration:none;
}
.product-megamenu {
  background: #fff;
  padding: 55px 0 115px;
}
.product-megamenu .inner-container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.product-megamenu .inner-container .left-part {
  padding: 33px 35px 40px;
  border-radius: 10px;
  background: #FBF7F3;
  width: 27%;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.product-megamenu .inner-container .right-part {
  width: 73%;
  padding: 0 0 0 85px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 0 85px;
  text-align: left;
}
.product-megamenu .inner-container .right-part .single-item a{
  position: relative;
}
.product-megamenu .inner-container .left-part h2{

  font-family: Biotif;
  font-weight: 450;
  font-size: 31px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  padding: 0;
  margin: 0 0 15px;
}
.product-megamenu .inner-container .left-part h3{

  padding: 0;
  margin: 0 0 15px;
  color: #000;
  font-family: Biotif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}
.product-megamenu .inner-container .left-part p{

  font-family: Biotif;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: rgb(0,0,0,0.9);
}
.product-megamenu .inner-container .left-part a {
  border-radius: 10px;
  display: inline-block;
  padding: 9px 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  max-width: 226px;
  margin: 0;
  width: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: 0;
  background: #F87252;
  color: #fff;
  line-height: 25px;
  margin-top: auto;
}
.product-megamenu .inner-container .left-part a:hover{
  background: #FFBE63;
  color: #000;
}
.product-megamenu .inner-container .right-part .menu-item h3 {
  font-family: Biotif;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 25px;
  color: #9C9C9C;
}
.product-megamenu .inner-container .right-part .menu-item a{
  
  display: flex;
  align-items: center;
  font-family: Biotif;
  font-weight: 450;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 16px -13px;
  color: #000;
  transition: all .2s ease-in;
}
.product-megamenu .inner-container .right-part .menu-item a:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.72189e-07 5L11.7073 5M7.90244 9L12 5L7.90244 1" stroke="%23FF7959"></path></svg>');
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .2s ease-in;
  margin-top: 3px !important;
 
}
.product-megamenu .inner-container .right-part .menu-item a:hover:before{
  opacity: 1;
   margin:0 10px 0 0;
      transition: all .2s ease-in;
}
.product-megamenu .inner-container .right-part .menu-item a svg{
  transition: all .2s ease-in;
  opacity: 0;
  margin: 0;
}
.product-megamenu .inner-container .right-part .menu-item a:hover{
  margin: 0 0 16px;
  color: #FF7959;
}
.product-megamenu .inner-container .right-part .menu-item a:hover svg{
  margin: 0 10px 0 0;
  opacity: 1;
}