

a.rounded:link, a.rounded:active, a.rounded:visited  {
  display: block;
  border-radius: 35px;
  background: #efefef;
  padding: 20px;
  width: 100%;
  color: #333;
}

a.rounded:hover  {
  display: block;
  border-radius: 35px;
  background: #ccc;
  padding: 20px;
  width: 100%;
  color: #333;
}


.side-widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

.menu-widget ul.cat-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
}

.menu-widget .cat-list li:last-child {
  border-bottom: 0;
}

.menu-widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #4d91c6;
  padding: 10px;
  margin: 0px;
  text-decoration: none;
}

.menu-widget .cat-list li a:hover, .menu-widget .cat-list li a.active {
  font-size: 14px;
  line-height: 20px;
  background: #f8f7ef;
  padding: 10px;
  margin: 0px;
}

.menu-widget .cat-list li a p {
  margin-bottom: 0px;
}

.menu-widget .cat-list li + li {
}

.menu-widget .cat-list li.subcategory {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
}

.menu-widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

.menu-widget .cat-list li.subcategory a {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 10px;
  margin: 0px;
  text-decoration: none;
}

.menu-widget .cat-list li.subcategory a:hover, .menu-widget .cat-list li.subcategory a.active {
  font-size: 14px;
  line-height: 20px;
  background: #DCDCDC;
  padding: 10px;
  margin: 0px;
}

.checkout-box{
    padding: 20px;
    background: #FAF9F6;
    border: 1px solid #efefef;
}