/* Basic caption style */
.ctwc-caption {
	border: 1px solid #ccc;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    color: #666;
	background: #fff;
}

.ctwc-caption.ctwc-productlist {
    font-size: 18px;
    line-height: 40px;
}

#evt-cal a {
    color: #fff;
    padding: 5px 10px;
    background: #2d5e94;
}
#evt-cal a:hover {
	opacity: 0.7;
}

/* Lose the standard image margins */
.woocommerce a.woocommerce-main-image img {
    margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Hide product title in listing */
.woocommerce-loop-product__title {
	display: none;
}

/* Remove extra padding on image */
.woocommerce ul.products li.product a img {
    margin: 0 !important;
}

/* Adjust sale tag size/position */
.woocommerce ul.products li.product.text_on_hover span.onsale, 
.woocommerce-page ul.products li.product.text_on_hover span.onsale, 
.woocommerce .text_on_hover.product span.onsale, 
.woocommerce-page .text_on_hover.product span.onsale, 
div[data-project-style="text_on_hover"] .single-product-main-image span.onsale {
    border-radius: 0px !important;
    margin-top: 0px !important;
    padding: 2px 9px !important;
    margin-right: 0!important;
    right: auto!important;
    line-height: 16px!important;
    min-height: 0!important;
    height: auto!important;
    left: 0px!important;
    top: 0px!important;
    width: auto!important;
    z-index: 1000;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    font-family: 'Open Sans';
    font-weight: 400;
    text-transform: uppercase;
    /* opacity: .8; */
    font-size: 10px;
}

/* Other WooCommerce overrides */
html .woocommerce .woocommerce-form-login-toggle .woocommerce-info, html .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
	color: #fff !important;
}

/* Product options and price layout */
.ct-extra-options .tm-extra-product-options-container .tm-epo-field-label {
	max-width: 20%;
}
.ct-extra-options .tm-extra-product-options-container .tc-inline-description {
	font-size: smaller;
}
.tm-epo-element-label.tm-left+.tm-extra-product-options-container, .tm-epo-element-label.tm-right+.tm-extra-product-options-container {
    max-width: 45%;
}
.tm-extra-product-options .tm-epo-element-label.tm-tooltip {
    width: 40%;
}
.tm-custom-price-totals  dd.tm-options-totals .price {
    font-size: 25px !important;
}
.tm-custom-price-totals  dd.tm-final-totals .price {
    margin-top: 0;
}
.tm-custom-price-totals  dt.tm-final-totals {
	margin-top: 20px;
}
dl.tc-epo-metadata::after {
	clear: both;
    display: block;
    content: ' ';
}
.tc-epo-metadata dt {
	clear: left;
	float: left;
}
.tc-epo-metadata dd {
	float: left;
	padding-left: 10px;
}


.ctwc-order-item {
    list-style-type: none;
}

.ctwc-item-label {
    padding-top: 10px;
}