﻿aside{
border: 1px solid #e4e4e4;
border-radius: 3px;
padding: 20px 15px;
width: 100%;
}

.shop-title{
background-color: #ffffff;
border-right: 5px solid #73bac7;
padding: 8px 0 10px 10px;
}
.shop ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.shop ul li{
border-bottom: 1px solid #e4e4e4;
padding: 10px 0;
transition: all 0.6s ease 0s;
}
.shop .category li::before{
content: "\f105";
font-family: FontAwesome;
font-size: 16px;
line-height: 1;
padding-right: 10px;
position: relative;
}
.shop ul li:hover{
border-right: 1px solid #73bac7;
}
.featured-list .media-body .featured-heading{
font-size: 20px;
margin-bottom: 0;
white-space: nowrap;
}
.featured-list .media-body .stars{
margin: 5px 0;
}
.stars{
color: #73bac7;
}
.featured-list .media-body span{
color: #73bac7;
}
.featured-list .media-body .shop-price{
font-size: 15px;
}
.widget_search .form-inline .form-group, .widget_mailchimp .form-inline .form-group{
display: inline-block;
vertical-align: top;
}
.widget_search input[type="text"], .widget_mailchimp input[type="email"]{
display: inline-block;
max-width: 210px;
}
.widget_search .theme_button::before,
.widget_mailchimp .theme_button::before{
content: "\f002";
font-family: FontAwesome;
font-size: 16px;
}
.widget_mailchimp .theme_button::before{
content: "\f003";
}

#response, .highlight{
color: #73bac7;
}
.grey_section .widget_tag_cloud a{
border-color: #d7d7d7;
}
aside .widget a{
color: #4c4c4c;
}
.widget_tag_cloud a{
border: 1px solid #e4e4e4;
border-radius: 4px;
display: inline-block;
margin: 0 4px 4px 0;
padding: 9px 22px;
}
.widget_tag_cloud a:hover{
background-color: #73bac7;
border-color: #73bac7;
}
.shop_featured .media .media-object{
max-width: 100px;
}
.grey_section .widget_tag_cloud a:hover{
color: #ffffff;
}
.form-inline .form-control{
margin-bottom: 7px;
}
.form-control, .form-control:focus{
box-shadow: none;
}
.form-control{
border-color: #e4e4e4;
border-radius: 4px;
color: #1a1a1a;
height: 42px;
}
#searchform label[for]{
display: none;
}
.widget_search .theme_button, .widget_mailchimp .theme_button{
font-size: 0;
padding-left: 12px;
padding-right: 12px;
}
.grey_section .theme_button{
border-color: #d7d7d7;
color: #4c4c4c;
}
.theme_button{
background-color: transparent;
border: 1px solid #e4e4e4;
border-radius: 3px;
color: #4c4c4c;
display: inline-block;
font-size: 15px;
line-height: 1;
padding: 12px 26px;
position: relative;
transition: all 0.4s linear 0s;
}
