
/*solution*/

.single-sidebar-box {
    margin-bottom: 50px;
  }
  .single-sidebar-box .title {
    background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
    padding-left: 20px;
  }
  .single-sidebar-box .title h3 {
    font-size: 24px;
    font-weight: 900;
    color: #272727;
    text-transform: uppercase;
    margin: 0;
    line-height: 60px;
  }
  .single-sidebar-box.search-widget form {
    background: #F4F4F4;
    width: 100%;
    height: 55px;
  }
  .single-sidebar-box.search-widget form input {
    background: none;
    border: none;
    outline: none;
    width: 70%;
    float: left;
    height: 100%;
    padding-left: 20px;
  }
  .single-sidebar-box.search-widget form button {
    background: #012f5d;
    color: #ab7442;
    font-size: 16px;
    width: 55px;
    border: none;
    outline: none;
    height: 55px;
    line-height: 55px;
    float: right;
    transition: all 0.5s ease;
  }
  .single-sidebar-box.search-widget form button:hover {
    background: #ab7442;
    color: #012f5d;
  }
  .single-sidebar-box.category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
  }
  .single-sidebar-box.category-widget ul li {
    list-style: none;
    border-bottom: 1px solid #F5F5F5;
  }
  .single-sidebar-box.category-widget ul li:last-child {
    border: none;
  }
  .single-sidebar-box.category-widget ul li a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #272727;
    transition: all 0.5s ease;
  }
  .single-sidebar-box.category-widget ul li a:hover {
    color: #ab7442;
  }
  .single-sidebar-box.category-widget ul li a:hover:before {
    background: #ab7442;
  }
  .single-sidebar-box.category-widget ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #ab7442;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.5s ease;
  }
  .single-sidebar-box.recent-news-widget ul {
    margin: 0;
    padding: 0;
    margin-top: 40px;
  }
  .single-sidebar-box.recent-news-widget li {
    list-style: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 20px;
  }
  .single-sidebar-box.recent-news-widget li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .single-sidebar-box.recent-news-widget .img-box {
    width: 75px;
    display: table-cell;
    vertical-align: middle;
  }
  .single-sidebar-box.recent-news-widget .content-box {
    padding-left: 27px;
    vertical-align: middle;
    display: table-cell;
  }
  .single-sidebar-box.recent-news-widget .content-box h4 {
    font-size: 16px;
    color: #272727;
    font-weight: 900;
    margin: 0;
    line-height: 28px;
  }
  .single-sidebar-box.recent-news-widget .content-box a.date {
    color: #ab7442;
    font-size: 16px;
    font-weight: 500;
  }
  .single-sidebar-box.testimonials-widget .single-testi-carousel {
    margin-top: 40px;
  }
  .single-sidebar-box.testimonials-widget .single-testi-carousel .box {
    background: url(../img/resources/testi-bg.png) top left no-repeat;
    background-size: 100% 100%;
    padding-top: 24px;
    padding-left: 18px;
    padding-bottom: 30px;
  }
  .single-sidebar-box.testimonials-widget .single-testi-carousel .box p {
    font-size: 16px;
    color: #272727;
    line-height: 26px;
    margin: 0;
    margin-bottom: 5px;
  }
  .single-sidebar-box.testimonials-widget .single-testi-carousel .box span {
    color: #ab7442;
    font-size: 14px;
  }
  .single-sidebar-box.testimonials-widget .single-testi-carousel .box span b {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
  }
  .single-sidebar-box.testimonials-widget .single-testi-carousel img {
    display: block;
    margin-top: 10px;
    width: auto;
    max-width: none;
  }
  .single-sidebar-box.testimonials-widget .testimonial-carousel {
    position: relative;
  }
  .single-sidebar-box.testimonials-widget .testimonial-carousel .owl-controls {
    padding: 10px 10px 10px 0;
    position: absolute;
    top: -60px;
    right: -10px;
    display: inline-block;
    background: #fff;
  }
  .single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ab7442;
    border: 1px solid #ab7442;
  }
  .single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot.active span {
    background-color: transparent;
  }
  .single-sidebar-box.price-filter .range-slider-price {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .single-sidebar-box.price-filter button {
    color: #9E9E9E;
    font-size: 14px;
    font-weight: 900;
    background: #F4F4F4;
    border: none;
    outline: none;
    text-transform: uppercase;
    width: 90px;
    height: 35px;
    display: inline-block;
    float: left;
  }
  .single-sidebar-box.price-filter p {
    display: inline-block;
    float: right;
    margin: 0;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #272727;
    text-transform: capitalize;
  }
  .single-sidebar-box.price-filter input {
    width: auto;
    border: none;
    outline: none;
    width: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #272727;
  }
  .single-sidebar-box.price-filter .noUi-connect {
    background: #ab7442;
  }
  .single-sidebar-box.price-filter .noUi-background {
    background: #f4f4f4;
  }
  .single-sidebar-box.price-filter .noUi-handle {
    background: #012f5d;
    border-radius: 50% ;
    box-shadow: none;
    border-color: #e0e0e0;
    cursor: pointer;
  }
  .single-sidebar-box.best-seller > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 37px;
  }
  .single-sidebar-box.best-seller > ul > li {
    list-style: none;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .single-sidebar-box.best-seller > ul > li:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  .single-sidebar-box.best-seller > ul > li .img-box,
  .single-sidebar-box.best-seller > ul > li .text-box {
    display: table-cell;
    vertical-align: middle;
  }
  .single-sidebar-box.best-seller > ul > li .img-box .box {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    background: #f4f4f4;
    padding: 0;
  }
  .single-sidebar-box.best-seller > ul > li .text-box {
    padding-left: 27px;
  }
  .single-sidebar-box.best-seller > ul > li .text-box h3 {
    font-size: 16px;
    margin: 0;
    line-height: 28px;
    font-weight: bold;
    color: #272727;
  }
  .single-sidebar-box.best-seller > ul > li .text-box ul.star-box {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .single-sidebar-box.best-seller > ul > li .text-box ul.star-box li {
    list-style: none;
    display: inline-block;
    margin-right: 4px;
  }
  .single-sidebar-box.best-seller > ul > li .text-box ul.star-box li i {
    font-size: 12px;
    color: #ab7442;
  }
  .single-sidebar-box.best-seller > ul > li .text-box .price {
    font-size: 16px;
    color: #012f5d;
    font-weight: 500;
  }
  .single-sidebar-box.tag-links ul {
    margin: 0;
    padding: 0;
    margin-top: 35px;
  }
  .single-sidebar-box.tag-links ul li {
    display: inline-block;
    list-style: none;
  }
  .single-sidebar-box.tag-links ul li a {
    display: block;
    border: 1px solid #f4f4f4;
    font-size: 16px;
    color: #9B9B9B;
    text-transform: capitalize;
    line-height: 30px;
    padding: 0 10px;
    transition: all 0.5s ease;
    margin-right: 4px;
    margin-bottom: 5px;
  }
  .single-sidebar-box.tag-links ul li a:hover {
    background: #012f5d;
    color: #ab7442;
  }
  .single-sidebar-box.service-link-widget ul.catergori-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f7f7f7;
  }
  .single-sidebar-box.service-link-widget ul.catergori-list li {
    list-style: none;
    position: relative;
  }
  .single-sidebar-box.service-link-widget ul.catergori-list li.active a {
    color: #00BE00;
    border-color: #00BE00;
    z-index: 99;
    background: #7f7f7f;
  }
  .single-sidebar-box.service-link-widget ul.catergori-list li:after {
  }
  
  .single-sidebar-box.service-link-widget ul.catergori-list li.active:after {
    border-right-color: #00BE00;
  }
  
  .single-sidebar-box.service-link-widget ul.catergori-list li a {
    display: block;
    font-size: 16px;
    color: #303030;
    line-height: 50px;
    font-weight: 700;
    padding-left: 23px;
    border-bottom: 1px solid #fff;
    transition: all 0.5s ease;
    position: relative;
  }
  .single-sidebar-box.service-link-widget ul.catergori-list li a:hover {
    color: #00BE00;
  }
  .single-sidebar-box.broucher-widgets {
    background: #ab7442;
    padding: 10px 0;
  }
  .single-sidebar-box.broucher-widgets .icon_box,
  .single-sidebar-box.broucher-widgets .text-box {
    display: table-cell;
    vertical-align: middle;
  }
  .single-sidebar-box.broucher-widgets .icon_box {
    width: 45px;
    height: 45px;
    background: #012f5d;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }
  .single-sidebar-box.broucher-widgets .text-box {
    padding-left: 30px;
  }
  .single-sidebar-box.broucher-widgets .text-box h4 {
    font-size: 18px;
    color: #272727;
    margin: 0;
  }
  
  
  
  .single-sidebar-box.service-link-widget ul.catergori-list li a:after {
  }