.sidebar {
    width: 25%;
    margin: 0px 20px;
}
.sidebar h2{
    font-size: 16px;
    color: #fff;
    margin: 30px 0;
    font-weight: bold;
}
.popularPosts {
    width: 100%
}
.popularPosts a{
    text-decoration: none;
}
.popularPosts::before{
	content: '';
	height: 1px;
	width: 10%;
	background-color: #ddd;
	display: inline-block;
	margin: 25px 0;
}

.popularPosts h2{
    color: #fafafa;
    text-align: right;
    background-color: #3e4250;
    padding: 15px;
    width: 90%;
    margin: 0px 0 30px;
    border-right: 40px solid #d13f68;
    float: left;
    font-weight: bold;
}
.popularPosts  ul h3{
    transition: .2s;
    color: #bdbdbd;
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
    line-height: 20px;
}
.popularPosts  ul h3:hover{
    color: rgb(255, 140, 140);
}
.popularPosts  ul h4{
    font-size: 70%;
    color: #6d6e71;
    display: flex;
    overflow: hidden;
    height: 40px;
    line-height: 13px;
}
.popularPosts img {
    width: 80px;
    height: 80px;
    margin: 0 0 20px 10px;
    float:right;
}
.popularPosts ul{
    display: inline-block;
	padding: 10px;
}
.popularPosts li{
    display: inline-block;
    width: 100%;
 }
.popular h2 {
	border: 0;
	border-bottom: 1px solid #aaa;
	font-size: 22px;
	font-weight: 500;
	font-family: sahel;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.insta-widget {
    margin-bottom: 30px;
}
.insta-widget img{
    border-radius: 0;
    margin: 0;
}
.jr-insta-thumb {
    padding: 0 !important;
    direction: ltr;
}
.shop-banner {
    margin: 0px auto ;
    position: relative;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0px!important;
}
.shop-banner img {
    width: 100%;
}
.image {
  display: block;
  width: 100%;
  height: auto;
  border-radius:0px!important;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #dba11b;
  border-radius: 5px;
  transform: translate(0%, 100%);
  border-radius: 0px !important;
}
.shop-banner:hover .overlay {
  opacity: .8;
  transform: translate(0%, 0%);
}
.titr {
  color: #000;
  font-size: 15px;
  width: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.titr h2 {
    font-size: 30px;
    font-weight: 710;
    width: 100%;
    color: #000;
}
.titr h3 {
    font-size: 18px;
    font-weight: normal;
    width: 100%;
}
.email-form{
	border-top: 1px solid #555;
	padding: 30px;
	margin: 0 auto 30px;
}
form {
  margin: 0% auto;
}
.head-form {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.des-form {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: -0.5px;
  text-align: justify;
  color: #888;
}
.input-form {
  display: flex;
  align-items: center;
}
.button-form {
  height: 44px;
  border: none;
}
#email-form {
  width: 65%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
  border-radius: 0 5px 5px 0;
}
#submit-form {
    width: 35%;
    height: 46px;
    background: #E86C8D;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    letter-spacing: 1px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    transition: background .3s ease-in-out;
}
#submit-form:hover {
  background: #d45d7d;
}
input-form:focus {
  outline: none;
  outline: 2px solid #E86C8D;
  box-shadow: 0 0 2px #E86C8D;
}

