@charset "utf-8";

.ctbs-container { width: 100%; height: auto; margin-top: 25px; margin-bottom: 25px; }

.ctbs-tab-panel { display: none; }

.ctbs-tabs-nav { display: flex; text-align: center; width: 100%; height: auto; }

.ctbs-tab-panel.active { display: block; }

.ctbs-tab-btn.active { font-weight: bold; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); border-bottom: 0px !important; }

.ctbs-tab-btn { background-color: rgb(234, 234, 234); font-size: 1.1vw; font-weight: bold; width: 50%; text-align: center; display: flex; justify-content: center; padding: 15px 0px; font-family: HelveticaNeue !important; }

.ctbs-buy { border-width: 1px; border-style: solid; border-color: rgb(223, 223, 223); border-top-left-radius: 17px; border-top-right-radius: 17px; }

.ctbs-shop { border-width: 1px; border-style: solid; border-color: rgb(223, 223, 223); border-top-left-radius: 17px; border-top-right-radius: 17px; }

#ctbs-tab2 { padding: 20px; }

#ctbs-tab2 p { text-align: center; }

.ctbs-tabs-content { border-left: 1px solid rgb(223, 223, 223); border-right: 1px solid rgb(223, 223, 223); border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-bottom: 1px solid rgb(223, 223, 223); padding: 0px 25px 25px; }

@media only screen and (max-width: 766px) {
  .ctbs-tabs-content { padding: 25px; }
  .ctbs-tab-btn { font-size: 4vw; }
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .ctbs-tab-btn { font-size: 2vw; }
}