.ob-list {
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.ads-card-img{}
.ob-list h4{
	display: block;
	background: rgba(8, 141, 205, 0.09);
	font-size: 18px;
	padding: 5px 10px;
	position: relative;
}
.ob-list h4:before{
	content: '';
	display: block;
	width: 5px;
	height: 15px;
	background: #124a61;
	position: absolute;
	left: -3px;
	top: 9px
}

.ads-grid::after {
    content: "";
    display: block;
    clear: both;
}
.ob-more{

    background: #23627c none repeat scroll 0 0;
    border-radius: 16px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 30px;
    margin-bottom: 15px
}
.doska-archive h1{
	font-size: 24px;
	padding: 0;
	margin: 0;
	padding-bottom: 15px
}
.ssi-modalContent img{
	max-height: 500px;
	width: auto;
}
.ssi-modalWindow{
	border-radius: 25px !important;
	overflow: hidden;
}
.title-box{
	font-size: 24px;
	padding-bottom: 15px
}
.topbar > ul {
    float: right;
    line-height: 50px;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
    vertical-align: middle;
}
.topbar > ul > li {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
  position: relative;
}
.topbar > ul > li > a {
    display: inline-block;
    text-transform: capitalize;
}
.topbar > ul > li > a img {
    width: 20px;
}
.topbar ul.web-elements > li > a {
    background: #deebf3 none repeat scroll 0 0;
    border: 1px solid #23627c;
    border-radius: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 37px;
}
.topbar ul.web-elements > li {
    margin: 0 5px;
  position: relative;
}
.topbar ul.web-elements > li > a > i {
    display: inline-block;
    font-size: 16px;
    line-height: initial;
    vertical-align: text-bottom;
}
.topbar .cart-numbers {
    background: #ff7373 none repeat scroll 0 0;
    color: #fff;
  height: 18px;
  width: 18px;
  line-height: 17px;
  border-radius: 100%;
  position: absolute;
  top: 1px;
  right: -4px;
}
.topbar ul.web-elements > li:hover .dropdown{
  opacity: 1;
  visibility: visible;
}
.dropdown {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: inline-block;
    line-height: initial;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 15px 15px 10px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 340px;
    z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear 0s;
}
.dropdown > li {
    display: inline-block;
    vertical-align: top;
    width: 31.6%;
    margin-right: 4px;
    margin-bottom: 8px;
}
.dropdown > li:nth-child(3n) {
    margin-right: 0;
}
.dropdown > li:last-child{
  margin-bottom: 0
}
.dropdown > li > a {
    border-radius: 5px;
    color: #1f273f;
    display: inline-block;
    font-size: 12px;
    padding: 10px 6px;
    text-align: center;
    width: 100%;
}
.products-box.type-slab .products-list .product {
	width:22.6%;border-radius: 5px;box-shadow: none;
}
.logo{width: 80px}
 .widget {
  background:
#fafafa none repeat scroll 0 0;
  border:
1px solid #e1e8ed;
  border-radius:
5px;
  display: block;
  margin-bottom: 30px;
  padding:
15px 20px 20px;
  position: relative;
  width: 100%;
  z-index: 9;
}
.widget .sponsors-ad > li figure img{max-width: 80px;}
.post-thumbnail img{width: 100%;border-radius: 5px;margin-bottom: 15px}
.login-box-m{padding: 5px 5px 5px 15px}
#rcl-primary-panel-3{padding-bottom: 50px}

@media screen and (max-width: 640px) {
	.products-box.type-slab .products-list .product {
	width:91%;
}
}