
.ct-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* Cookie Confirm Message */

#ct-cookieMsg {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  min-height: 80px;
  border-radius: 25px;
  z-index: 100;
  padding: 20px 35px 5px 35px;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  color: white;
  font-size: 20px;
}
#ct-cookieMsg a:link, #ct-cookieMsg a:visited {
	color: white;
}
#ct-cookieMsg a:hover, #ct-cookieMsg a:active {
    color: #f3f3f3;
}
#ct-confirmCookies {
  margin-left: 10px;
  margin-right: 10px;
  
  /* from wp-core-ui class */
  background: #0085ba;
  border-color: #0073aa #006799 #006799;
  box-shadow: 0 1px 0 #006799;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}

.ct-textfield-group input {
	display: inline-block!important;
}
.ct-textfield-group input[type="text"] {
	width: 380px;
}

@media print {
  .hidden-print {
    display: none !important;
  } 
}
.hidden {
	display: none!important;
}

.ct-button-tip {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394;
     border-radius: 3px;
    font-size: inherit;
}
.ct-restricted {
	font-style: italic;
}
.ct-hidden-text {
	display: none;
}
.ct-input-amount {
	max-width: 110px;
	margin-bottom: 5px;
}

#ct-payment-button {
    padding: 16px;
    font-size: 18px;
    min-width: 14em;
}
.ct-prepay-msg {
    color: black;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
}
.ct-prepay-msg-red {
    color: #e12b31;
    font-weight: bold;
}
.ct-frame-pay {
    text-align: center;
}

.woocommerce-MyAccount-orders .woocommerce-button.pay {
    display: none!important;
}