/*------------------------------------------------------------------
Tabs
-------------------------------------------------------------------*/
.etww-tabs .etww-tabs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .etww-tabs .etww-tabs-wrap.etww-tabs-normal.etww-tabs-center {
    -webkit-justify-content: center;
    justify-content: center; }
  .etww-tabs .etww-tabs-wrap.etww-tabs-normal.etww-tabs-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .etww-tabs .etww-tabs-wrap.etww-tabs-normal.etww-tabs-justify .etww-tab-title {
    flex: 1;
    flex-basis: 1px;
    text-align: center; }

.etww-tabs.etww-tabs-left, .etww-tabs.etww-tabs-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .etww-tabs.etww-tabs-left .etww-tabs-wrap, .etww-tabs.etww-tabs-right .etww-tabs-wrap {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .etww-tabs.etww-tabs-left .etww-tabs-content-wrap, .etww-tabs.etww-tabs-right .etww-tabs-content-wrap {
    flex: 1;
    flex-basis: 1px; }

.etww-tabs.etww-tabs-right .etww-tabs-wrap {
  order: 2; }

.etww-tabs .etww-tab-title {
  position: relative;
  padding: 20px 25px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer; }
  .etww-tabs .etww-tab-title.etww-active {
    background-color: #13aff0;
    color: #fff; }
  .etww-tabs .etww-tab-title .etww-icon-align-left {
    margin-right: 3px; }
  .etww-tabs .etww-tab-title .etww-icon-align-right {
    margin-left: 3px; }

.etww-tabs .etww-tab-mobile-title {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-width: 0 !important; }
  .etww-tabs .etww-tab-mobile-title:first-child {
    border-top-width: 0 !important; }

.etww-tabs .etww-tabs-content-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .etww-tabs .etww-tabs-content-wrap .etww-tab-content {
    display: none;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .etww-tabs .etww-tabs-content-wrap .etww-tab-content.etww-active {
      display: block; }
  .etww-tabs .etww-tabs-content-wrap p:last-child {
    margin-bottom: 0; }

/* RTL */
body.rtl .etww-tabs .etww-tab-title .etww-icon-align-left {
  margin-left: 3px;
  margin-right: 0; }

body.rtl .etww-tabs .etww-tab-title .etww-icon-align-right {
  margin-right: 3px;
  margin-left: 0; }

/*------------------------------------------------------------------
Responsive
-------------------------------------------------------------------*/
@media (min-width: 767px) {
  .etww-tabs .etww-tab-mobile-title {
    display: none; } }

@media (max-width: 767px) {
  .etww-tabs .etww-tabs-wrap {
    display: none; }
  .etww-tabs .etww-tab-content {
    border-top: 0 !important; } }
