/*popular-instruments*/
.percentage,
.percentage-descr .vc_col-sm-6 {
  padding: 0;
}
.percentage .green {
  background: #40a629;
  height: 6px;
  border-radius: 5px;
}
.percentage .red {
  background: #c2000b;
  height: 6px;
  float: right;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.sell span,
.buy span,
.sell b,
.buy b {
  font-size: 14px;
}
.sell {
  text-align: left;
}
.sell span,
.sell b {
  color: #40a629;
  width: 100%;
}
.buy {
  text-align: right;
}
.buy span,
.buy b {
  color: #c2000b;
  width: 100%;
}
.sell span,
.buy span {
  font-size: 14px;
}
.sell p,
.buy p {
  font-size: 12px;
}
.popular-instruments {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.popular-instruments .instrument_data {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popular-instruments .instrument_data .instrument_tape_description {
  display: flex;
  flex-direction: column;
}
.popular-instruments .instrument_data .symbol-short-name {
  margin-top: -4px;
}
.popular-instruments .instrument_ticker {
  min-width: 14%;
}
.popular-instruments .instrument_ticker .instrument_data {
  padding: 10px 12px;
}
.popular-instruments .instrument_ticker:hover .instrument_data {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.popular-instruments .instrument_tape_description .registration-url {
  line-height: 0.7;
}
.popular-instruments .instrument_tape_description .text {
  font-weight: 600;
  font-size: 12px;
}
.popular-instruments .instrument_tape_description .wd-icon {
  font-size: 12px;
}
/*END popular-instruments*/
.page .main-page-wrapper {
  background: url(/wp-content/plugins/cfds-instruments/images/instrument-bg.png) no-repeat center top;
}
#breadcrumbs-3 {
  margin: -30px 0 40px;
}
#breadcrumbs-3 nav ol {
  list-style: none;
  display: flex;
  gap: 10px;
}
#breadcrumbs-3 nav ol li:not(:last-child)::after {
  content: "|";
  /* Additional styling properties */
}
#breadcrumbs-3 a {
  text-transform: capitalize;
}
#instrument-page {
  margin: 0 0 0;
}
#instrument-page .border-element {
  border-top: 1px solid #e6e6e6;
}
#instrument-page .instrument-description {
  border-radius: 20px;
  padding: 41px 28px 30px 13px;
  background: #FFF;
  margin-bottom: 77px;
}
#instrument-page .instrument-description #instrument-name {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 142.857% */
  margin-bottom: 0;
}
#instrument-page .instrument-description #instrument-name img {
  margin: -8px 5px 0 0;
}
#instrument-page .instrument-description #instrument-ticker-name {
  color: #979797;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
  margin-bottom: 15px;
}
#instrument-page .instrument-description .instrument-info-area {
  margin-top: -18px;
}
#instrument-page .instrument-description .cta-btns-area {
  padding: 0;
}
#instrument-page .instrument-description .price-container {
  padding: 0;
}
#instrument-page .instrument-description #instrument-price {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 5px 7px;
}
#instrument-page .instrument-description #instrument-price b {
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
}
#instrument-page .instrument-description #instrument-price .fa {
  font-size: 20px;
}
#instrument-page .instrument-description #instrument-price .fa-chevron-up,
#instrument-page .instrument-description #instrument-price .fa-angle-up {
  color: #2EAE7E;
}
#instrument-page .instrument-description #instrument-price .fa-chevron-down,
#instrument-page .instrument-description #instrument-price .fa-angle-down {
  color: #D41313;
}
#instrument-page .instrument-description #instrument-price span {
  float: left;
  color: #D41313;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 180% */
  letter-spacing: 0.182px;
  text-transform: capitalize;
}
#instrument-page .instrument-description #instrument-price span.positive {
  color: #2EAE7E;
}
#instrument-page .instrument-description #instrument-price span.negative {
  color: #D41313;
}
#instrument-page .instrument-description #instrument-price span.ytd {
  font-size: 11px;
  margin-top: 21px;
  margin-left: 7px;
}
#instrument-page .instrument-description #instrument-price span#instrument-change {
  color: #D41313;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 180% */
  letter-spacing: 0.182px;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
#instrument-page .instrument-description #instrument-price span#instrument-change.positive {
  color: #2EAE7E;
}
#instrument-page .instrument-description #instrument-price span#instrument-change.negative {
  color: #D41313;
}
#instrument-page .instrument-description .cta-btns #instrument-sell,
#instrument-page .instrument-description .cta-btns #instrument-buy {
  display: block;
  padding: 8px 18px 9px;
  border-radius: 10px;
}
#instrument-page .instrument-description .cta-btns #instrument-sell img,
#instrument-page .instrument-description .cta-btns #instrument-buy img {
  width: 15px;
}
#instrument-page .instrument-description .cta-btns #instrument-sell span,
#instrument-page .instrument-description .cta-btns #instrument-buy span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
}
#instrument-page .instrument-description .cta-btns #instrument-sell b,
#instrument-page .instrument-description .cta-btns #instrument-buy b {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
#instrument-page .instrument-description .cta-btns .instrument-as-low,
#instrument-page .instrument-description .cta-btns .instrument-as-high {
  padding: 0 5px;
}
#instrument-page .instrument-description .cta-btns .instrument-as-low span,
#instrument-page .instrument-description .cta-btns .instrument-as-high span {
  color: #B8C0C9;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 163.636% */
  letter-spacing: 0.182px;
  text-transform: capitalize;
}
#instrument-page .instrument-description .cta-btns #instrument-sell {
  margin-right: 1%;
  background-color: #2EAE7E;
}
#instrument-page .instrument-description .cta-btns #instrument-sell:hover {
  background-color: #195d44;
}
#instrument-page .instrument-description .cta-btns #instrument-buy {
  background-color: #D41313;
}
#instrument-page .instrument-description .cta-btns #instrument-buy:hover {
  background-color: #760b0b;
}
#instrument-page .instrument-description .cta-btns .instrument-high-low {
  color: #B8C0C9;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.182px;
  text-transform: lowercase;
}
#instrument-page .instrument-details-chart .instrument-details {
  padding-top: 5px;
}
#instrument-page .instrument-details-chart .instrument-details .instrument-details-title {
  border-radius: 5px;
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  padding: 5px 11px 7px;
  width: fit-content;
}
#instrument-page .instrument-details-chart .instrument-details .instrument-detail {
  display: flex;
  justify-content: space-between;
}
#instrument-page .instrument-details-chart .instrument-details .instrument-detail .instrument-detail-name {
  color: #2F3447;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 269.231% */
}
#instrument-page .instrument-details-chart .instrument-details .instrument-detail .instrument-detail-val {
  color: #2F3447;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  /* 269.231% */
  width: 30%;
}
#instrument-page .instrument-details-chart .instrument-chart {
  padding: 0 0 50px;
}
#instrument-page .instrument-details-chart .instrument-chart .instrument-chart-part-1 {
  display: flex;
  gap: 23px;
  padding-left: 15px;
  margin-bottom: -20px;
}
#instrument-page .instrument-details-chart .instrument-chart .instrument-chart-part-1 .instrument-chart-info .instrument-chart-name {
  border-radius: 5px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  /* 141.667% */
  padding: 3px 10px;
}
#instrument-page .instrument-details-chart .instrument-chart .instrument-chart-part-1 .instrument-chart-info .instrument-chart-val {
  color: #2F3447;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  padding: 0 5px;
}
#instrument-page .instrument-details-chart .instrument-chart .d-none {
  display: none;
}
#instrument-page #sentiment-area .instrument-sentiment-title,
#instrument-page #performance-area .instrument-sentiment-title {
  margin: 20px 0 30px;
}
#instrument-page #performance-area {
  width: 130%;
}
#instrument-page #performance-area .instrument-detail .total-change.negative,
#instrument-page #performance-area .instrument-detail .instrument-detail-val.negative {
  color: #D41313;
}
#instrument-page #performance-area .instrument-detail .total-change.positive,
#instrument-page #performance-area .instrument-detail .instrument-detail-val.positive {
  color: #2EAE7E;
}
#instrument-page #performance-area .instrument-detail .instrument-detail-name {
  width: 40%;
}
#instrument-page #performance-area .instrument-detail .total-change.instrument-detail-val {
  width: 30%;
}
#instrument-page #performance-area .instrument-detail .instrument-detail-val {
  width: 20%;
}
#instrument-page .instrument-info {
  padding-left: 8%;
}
#instrument-page .instrument-info h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  color: #313133;
  margin-bottom: 10px;
}
#instrument-page .instrument-info .table {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#instrument-page .instrument-info .table > div:nth-child(1) {
  border-right: 2px solid #e6e6e6;
}
#instrument-page .instrument-info .table > div:nth-child(2) {
  padding-left: 30px;
}
#instrument-page .instrument-info .table span {
  font-size: 13px;
  line-height: 2;
  color: #6d6f72;
  float: left;
  width: 60%;
}
#instrument-page .instrument-info .table b {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.86;
  color: #313133;
  float: left;
}
#instrument-page .instrument-info .trading-conditions {
  display: flex;
}
#instrument-page .instrument-info .trading-conditions div:nth-child(1) {
  margin-right: 12px;
}
#instrument-page .instrument-info .trading-conditions div:nth-child(3) {
  margin-left: 12px;
}
#instrument-page .instrument-info .trading-conditions span {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 2;
  text-align: center;
  color: #6d6f72;
  align-items: center;
  justify-content: center;
  display: flex;
}
#instrument-page .instrument-info .trading-conditions b {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  color: #313133;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-weight: normal;
  padding: 8px 0;
}
#instrument-page .highcharts-exporting-group,
#instrument-page .chart_type {
  display: none;
}
#instrument-page .instruments-chart {
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
}
#instrument-page .instruments-chart .controls {
  overflow: hidden;
  position: absolute;
  top: 45px;
  right: 25px;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
#instrument-page .instruments-chart .controls li {
  float: left;
  padding: 5px;
  cursor: pointer;
}
#instrument-page .instruments-chart .controls li.active {
  background-color: #419bcf;
  color: white;
}
#instrument-page .instruments-chart .chart-container {
  min-height: 200px;
  border: 3px solid #E3E3E3;
}
#instrument-page .instruments-chart .chart-container.progress {
  background: transparent url('/wp-content/plugins/cfds-instruments/images/ajax-loader.gif') no-repeat center;
}
#instrument-page .instruments-chart select.chart_instrument {
  color: #ccc;
  text-overflow: clip;
  border-radius: 2px;
  background: #121216 url('/sites/default/files/instruments/widget-arrow-down.png') no-repeat right 10px center;
  font-size: 12px;
  border: 1px solid #2F2F30;
  cursor: pointer;
  padding: 5px;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  direction: ltr;
}
#instrument-page .instruments-chart select:focus {
  outline: 0;
}
#instrument-page .instruments-chart .chart_control a {
  color: #868281 !important;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  transition: background-color 300ms ease-out 0s;
  text-align: center;
  text-decoration: none;
  padding: 6px 10px;
  margin-right: 5px;
}
#instrument-page .instruments-chart .chart_control a:hover,
#instrument-page .instruments-chart .chart_control a.active {
  color: #335a89 !important;
}
#instrument-page .instruments-chart .chart_type {
  display: inline-block;
  transition: background-color 300ms ease-out 0s;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  padding: 6px 10px;
}
#instrument-page .instruments-chart .chart_type.l {
  background-image: url('/sites/default/files/instruments/instruments-candle-gray.png');
}
#instrument-page .instruments-chart .chart_type.c {
  background-image: url('/sites/default/files/instruments/instruments-chart-gray.png');
}
#instrument-page .instruments-chart .chart-title {
  text-transform: uppercase;
  font-size: 20px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 25px;
  z-index: 2;
  list-style: none;
  margin: 0;
  max-width: 315px;
  background: #fff;
  padding: 0 3px;
}
#instrument-page #chartContainer {
  padding: 30px 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#instrument-page .notes {
  margin-top: 45px;
}
#instrument-page .notes p {
  font-size: 12px;
  line-height: 1.83;
  color: #6d6f72;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.instruments-container {
  padding-bottom: 115px;
}
.instruments-container h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #313133;
  margin: 60px 0 30px;
}
.instruments .instrument.slick-current a {
  border-left: none;
}
.instruments a {
  float: left;
  width: 100%;
  text-decoration: none;
  padding: 0 30px;
  box-sizing: border-box;
  border-left: 1px solid #e6e6e6;
}
.instruments a b {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #6d6f72;
  text-transform: uppercase;
}
.instruments a .category,
.instruments a .ytd {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  float: left;
  color: #aeb0b3;
  margin: 2px 0 8px;
}
.instruments a .ytd {
  float: right;
}
.instruments a .price {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  float: left;
  color: #313133;
}
.instruments a .change {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  float: right;
}
.instruments a .change.pos {
  color: #3da07b;
}
.instruments a .change.neg {
  color: #cd4146;
}
.instruments a .ytd {
  color: #aeb0b3;
  font-weight: 100;
}
.instruments .slick-prev {
  left: -25px;
}
.instruments .slick-next {
  right: -25px;
}
.instruments .slick-prev:before {
  content: "\f053";
  font-size: 15px;
}
.instruments .slick-next:before {
  content: "\f054";
  font-size: 15px;
}
.instruments .slick-prev,
.instruments .slick-next {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #313133;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  display: block;
  width: 20px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
html[lang="es"] #instrument-page .instrument-info .trading-conditions span {
  min-height: 55px;
}
@media only screen and (max-width: 1200px) {
  #instrument-page #performance-area {
    width: 100%;
  }
  #instrument-page .instrument-info {
    padding-left: 30px;
  }
  #instrument-page .instruments .slick-prev {
    left: -20px;
  }
  #instrument-page .instruments .slick-next {
    right: -20px;
  }
}
@media only screen and (max-width: 1000px) {
  #instrument-page {
    /*margin: 65px 0 0;*/
  }
  #instrument-page .instrument-promo-zone .instrument-description .heading {
    width: 100%;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part {
    width: 100%;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part .cta-btns {
    width: 50%;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part .cta-btns a b {
    font-size: 20px;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part .cta-btns a img {
    float: right;
    margin-top: 14px;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part .price-container {
    width: 50%;
    border: none;
    padding-left: 32px;
    margin: 0;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part #instrument-price {
    margin: 0;
    border: none;
    padding: 0 0 8px;
  }
  #instrument-page .instrument-info {
    padding: 40px 0 0;
    width: 100%;
  }
  #instrument-page .instrument-info .trading-conditions {
    display: flex;
    justify-content: space-around;
  }
  #instrument-page .instruments a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 650px) {
  #instrument-page .instrument-promo-zone .instrument-details .cta-part a {
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part #instrument-price {
    margin: 0;
    border: none;
    padding: 5px 0 35px;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part #instrument-price .fa {
    margin-top: 3px;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part #instrument-price span {
    line-height: 1;
    margin-top: 16px;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part #instrument-price span.ytd {
    font-size: 10px;
    margin-top: 21px;
    font-weight: 100;
  }
  #instrument-page .instruments-chart .controls {
    top: 0;
    max-width: 400px;
  }
  #instrument-page .instruments-chart .controls li {
    float: right;
  }
  #instrument-page .instruments-container {
    padding-bottom: 75px;
  }
  #instrument-page .instruments-container h3 {
    margin: 30px 0 20px;
  }
  #instrument-page .instruments a {
    padding: 0 30px;
  }
  #instrument-page .instrument-info .trading-conditions span {
    min-height: 55px;
  }
  #instrument-page .instrument-promo-zone .instrument-description b,
  #instrument-page .instrument-promo-zone .instrument-description p {
    font-size: 14px;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part .instrument-high-low p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  #breadcrumbs-3 {
    margin: -80px 0 40px;
  }
  #instrument-page .instrument-promo-zone {
    background: url("/wp-content/plugins/cfds-instruments/images/mobile.png") no-repeat center bottom;
    background-size: cover;
    padding: 30px 0 30px;
  }
  #instrument-page .instrument-promo-zone .instrument-description {
    padding: 25px 20px 20px;
    background: #FFF;
    margin-bottom: 0;
  }
  #instrument-page .instrument-promo-zone .instrument-description .border-element {
    border-top: 2px solid #e6e6e6;
    margin: auto;
    display: block;
    float: none;
  }
  #instrument-page .instrument-promo-zone .instrument-details {
    margin: 0;
  }
  #instrument-page .instrument-promo-zone .instrument-details .instrument-high-low {
    margin-top: 10px;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part {
    width: 100%;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part #instrument-price b {
    font-size: 28px;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part h1 {
    font-size: 25px;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part .cta-btns {
    width: 100%;
    margin: 30px 0;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part .cta-btns a span {
    font-size: 12px;
    line-height: 1.2;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part .cta-btns a b {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part .cta-btns a img {
    width: 17px;
    height: auto;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part a {
    width: 49.5%;
    margin-bottom: 0;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part .price-container {
    width: 100%;
    padding-left: 0;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part #instrument-price {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0 10px;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part #instrument-price .instrument-high-low {
    margin-top: 20px;
  }
  #instrument-page .instrument-description {
    padding: 25px 20px 20px;
    background: #FFF;
    margin-bottom: 15px;
  }
  #instrument-page .instrument-description #instrument-name {
    font-size: 24px;
  }
  #instrument-page .instrument-description #instrument-price b {
    font-size: 18px;
  }
  #instrument-page .instrument-description h1 {
    font-size: 25px;
  }
  #instrument-page .instrument-description .cta-btns-area {
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    float: left;
    width: 100%;
  }
  #instrument-page .instrument-description .cta-btns-area .vc_col-sm-6.cta-btns {
    width: 50%;
    padding: 0;
  }
  #instrument-page .instrument-description #instrument-name {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 25px;
  }
  #instrument-page .instrument-description #instrument-name img {
    width: 27px;
  }
  #instrument-page .instrument-description #instrument-price {
    padding: 0 0 10px;
  }
  #instrument-page .instrument-description #instrument-price b {
    font-size: 18px;
  }
  #instrument-page .instrument-description .cta-btns #instrument-buy b,
  #instrument-page .instrument-description .cta-btns #instrument-sell b {
    font-size: 16px;
  }
  #instrument-page .instrument-description .cta-btns #instrument-buy span,
  #instrument-page .instrument-description .cta-btns #instrument-sell span {
    font-size: 14px;
  }
  #instrument-page .instrument-description .cta-btns .instrument-as-low,
  #instrument-page .instrument-description .cta-btns .instrument-as-high {
    padding: 0 10% 0;
    width: 80%;
  }
  #instrument-page .instrument-info {
    padding: 30px 0 0;
  }
  #instrument-page .instrument-info h3 {
    font-size: 15px;
    line-height: 1.73;
  }
  #instrument-page .instrument-info .table {
    padding-bottom: 30px;
  }
  #instrument-page .instrument-info .table > div {
    border: none !important;
    width: 100%;
    padding: 0 !important;
  }
  #instrument-page .instrument-info .trading-conditions {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #instrument-page .instrument-info .trading-conditions .spreads,
  #instrument-page .instrument-info .trading-conditions .leverage {
    width: 47%;
    margin: 0;
  }
  #instrument-page .instrument-info .trading-conditions .trading-hours {
    margin: 20px auto !important;
  }
  #instrument-page .instrument-details-chart .instrument-details .instrument-detail .instrument-detail-val,
  #instrument-page .instrument-details-chart .instrument-details .instrument-detail .instrument-detail-name {
    line-height: 25px;
  }
  #instrument-page .instrument-details-chart .instrument-chart .instrument-chart-part-1 {
    display: flex;
    gap: 0px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  #instrument-page .instruments-chart {
    float: left;
    width: 100%;
    right: 0;
    left: 0;
    position: relative;
  }
  #instrument-page .instruments-chart .controls {
    top: 0;
    max-width: 100%;
    right: 0;
    left: 0;
  }
  #instrument-page .instruments-chart .controls li {
    padding: 5px 0;
    float: left;
    width: 100%;
  }
  #instrument-page .instruments-chart .controls li .chart_type {
    float: right;
  }
  #instrument-page .instruments-chart .controls li .chart_control {
    display: flex;
    justify-content: space-between;
  }
  #instrument-page .instruments-chart .controls li .chart_control a {
    padding: 5px 7px;
    margin: 0;
  }
  #instrument-page .instruments-chart .chart-title {
    top: 10px;
    left: 0;
  }
  #instrument-page .instruments-container h3 {
    text-align: center;
  }
  #instrument-page .instruments .slick-prev {
    left: -10px;
  }
  #instrument-page .instruments .slick-next {
    right: -10px;
  }
  #instrument-page .instrument-promo-zone .instrument-description b,
  #instrument-page .instrument-promo-zone .instrument-description p {
    font-size: 13px;
  }
  #instrument-page .instrument-promo-zone .instrument-details .cta-part .instrument-high-low p {
    font-size: 13px;
  }
}
/*# sourceMappingURL=instrument.css.map */