.ajax_tabs_widget_content { position: relative; }
.ajax_tabs_widget_content img { max-width: 100%; height: auto; width: 100%; }
.ajax_tabs_widget_content a { color: #444; }
.ajax_tabs_widget_content ul.wpt-tabs li { list-style: none; display: inline-block; width: auto;  text-align: center; margin: 0; }
.ajax_tabs_widget_content ul.has-1-tabs li { width: 100%; float: none; margin: 0 auto; }
.ajax_tabs_widget_content .tab_title:last-child a { border-right: 1px solid #E4E4E4; }
.ajax_tabs_widget_content .tab_title a { display: block; background: #ffffff; border: 1px solid #E4E4E4;  padding: 10px 15px; text-transform: capitalize; text-decoration: none;  }
.ajax_tabs_widget_content .tab_title.selected a { background: #207b6c; color: #fff; }
.ajax_tabs_widget_content .inside { background: #fff; padding-top: 35px; width: 100%; display: inline-block; position: relative;}
.ajax_tabs_widget_content .tab-content li { list-style-type: none; float: left; width: 100%; 
  -moz-box-sizing: border-box; box-sizing: border-box; margin: 0 0 11px 0; padding: 0px 15px 15px 15px; text-align: left; color: #444; background: none; position: relative; }
.ajax_tabs_widget_content .tab-content li:last-child { border: none; margin-bottom: 0; }
.ajax_tabs_widget_content .tab-content li:first-child { padding-top: 5px; }

/* Tags tab */
.ajax_tabs_widget_content #tags-tab-content { padding-bottom: 10px; }
.ajax_tabs_widget_content #tags-tab-content ul { margin: 0; overflow: hidden; padding: 0 10px; text-align: center; font-size: 0; line-height: 0; }
.ajax_tabs_widget_content #tags-tab-content ul li { width: auto; color: #fff; margin-bottom: 0; list-style: none; display: inline-block; padding: 0; margin: 3px 3px 0 0; float: none; font-size: 13px; }
.ajax_tabs_widget_content #tags-tab-content ul li a { padding: 12px 10px; background: #f0f0f0; white-space: nowrap; display: block; }

/* Pagination */
.ajax_tabs_widget_content .wpt-pagination { margin: 0; width: 100%; padding-top: 0; padding-bottom: 15px; float: left; }
.ajax_tabs_widget_content .wpt-pagination a { margin: 0 15px; }
.wpt-pagination a.next { float: right; }

/* Loading... */
.wpt-loading { min-height: 120px; }
.wpt-loading:before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 0.8); z-index: 11; }
.clear { clear: both; }
.wpt-loading:after { content: ""; margin: 0 auto 3em auto; font-size: 10px; position: absolute; top: 45%; left: 45%; z-index: 12; text-indent: -9999em; border-top: 0.4em solid rgba(0, 0, 0, 0.2); border-right: 0.4em solid rgba(0, 0, 0, 0.2); border-bottom: 0.4em solid rgba(0, 0, 0, 0.2); border-left: 0.4em solid #000; -webkit-animation: load8 0.5s infinite linear; animation: load8 0.5s infinite linear; border-radius: 50%; width: 2em; height: 2em; }
@-webkit-keyframes load8 {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes load8 {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
ul.wpt-tabs { margin: 0; width: 100%;  }
.tab-content .item-tab-blog{margin-bottom: 25px;}
.tab-content ul.products > li{margin-right: 0px !important;}
.cacol-2 .tab-content ul.products > li,
.cacol-2 .tab-content .item-tab-blog {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%; width: 50%;
  padding: 0 15px;
}

.cacol-1 .tab-content ul.products > li,
.cacol-1 .tab-content .item-tab-blog {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
}

.cacol-3 .tab-content ul.products > li,
.cacol-3 .tab-content .item-tab-blog {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
   width: 33.333333%;
  padding: 0 15px;
}

.cacol-4 .tab-content ul.products > li,
.cacol-4 .tab-content .item-tab-blog {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
   width: 25%;
  padding: 0 15px;
}

.cacol-6 .tab-content ul.products > li,
.cacol-6 .tab-content .item-tab-blog {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
   width: 16.66667%;
  padding: 0 15px;
}
.cacol-12 .tab-content ul.products > li,
.cacol-12 .tab-content .item-tab-blog {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  width: 8.33333%;
  padding: 0 15px;
}
.tab-content ul.products,
.tab_type_post .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}