html, body {
  font-style: normal;
  font-variant: normal;
  font-size: 14px;
  color: #2b2b2b;
  font-family: 'Exo 2', sans-serif;
}
.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary {
  background: #C18F59;
  color: #fff;
}
.page-widgets .widget, .page-widgets .widget_tabbed {
    /* border: solid 1px #ccc; */
    margin-bottom: 10px;
}
.page-widgets .widget > .body, .page-widgets .widget_tabbed .widgets > .body {
    /* padding: 10px; */
    /* background: rgba(255, 255, 255, 0); */
}
.page-tabs .tab-link {
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: -1px;
    cursor: pointer;
    border: solid 1px transparent;
    color: #aab1bc;
    /* display: flex; */
    align-items: center;
    flex-direction: column;
    height: 35px;
    width: 25.333333%;
    padding: 29px;
    transition: all 0.3s;
    border-collapse: collapse;
    border: none;
    border-bottom: 4px solid #c7d7e2;
    margin-bottom: 0;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f1f6f9;
}
.page-tabs .tabs-list {
    /* border-bottom: solid 1px #aab1bc; */
}
.page-breadcrumb ul li {
    float: right;
    margin-right: 33px;
    padding-top: 15px;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
}
.filter-panel select {
    padding: 0px 4px;
}
.flat-table {
    width: 722px;
    margin: auto;
}
.flat-table tr {
    height: 66px;
    border-collapse: collapse;
    line-height: 20px;
    font-size: 15px;
}
.flat-table th {
    text-align: left;
}
.flat-table tr td:nth-child(1) {
    width: 190px;
}
.flat-table tr td {
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
    border-collapse: collapse;
}
.flat-table tr .price {
    font-weight: 600;
}

.newsletter-sign-box {
    left: 50%;
    margin: auto;
    /* min-height: 150px; */
    /* position: fixed; */
    /* top: 20%; */
    /* width: 300px; */
    z-index: 10000;
    /* margin-left: -150px; */
    /* background: #fff; */
}
.newsletter-sign-box h3 {
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 15px 30px 15px 30px;
    position: relative;
    display: inline-block;
    /* font-family: 'Saira Condensed', sans-serif; */
    /* letter-spacing: -1px; */
    text-transform: uppercase;
    background: #ffd800;
    /* margin-top: 0px; */
    /* min-width: 200px; */
}
.newsletter-sign-box h3:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    transform: skew(-35deg);
    right: -25px;
    top: 0;
    background-color: inherit;
    z-index: 0;
}
.your-style {
    font-family: 'Ekibastuz Bk';
    font-weight: 900;
    font-style: normal;
}