/**
 * Grid system
 */
.tm-extra-product-options .row {
    margin: 0 -1em;
    position:relative;
    overflow: auto;
}
.tm-extra-product-options .nopadding .row,
.tm-extra-product-options .nopadding.row{
    margin:0;
}
.tm-extra-product-options .cell {
    position: relative;
    padding: 0 1em;
    margin: 0 0 1em;
    float: left;
    min-height: 1px;
    overflow: visible;
}
.tm-extra-product-options .nopadding .cell {
    padding: 0;
}
.tm-extra-product-options .col-1{
    width: 8.3334%;
}
.tm-extra-product-options .col-2{
    width: 16.6667%;
}
.tm-extra-product-options .col-3{
    width: 25%;
}
.tm-extra-product-options .col-4{
    width: 33.3334%;
}
.tm-extra-product-options .col-5{
    width: 41.6667%;
}
.tm-extra-product-options .col-6{
    width: 50%;
}
.tm-extra-product-options .col-7{
    width: 58.3334%;
}
.tm-extra-product-options .col-8{
    width: 66.6667%;
}
.tm-extra-product-options .col-9{
    width: 75%;
}
.tm-extra-product-options .col-10{
    width: 83.3334%;
}
.tm-extra-product-options .col-11{
    width: 91.6667%;
}
.tm-extra-product-options .col-12{
    width: 100%;
}
.tm-extra-product-options .cpfclear {
    height: 0;
    margin: 0;
    padding: 0;
    min-height: 0;
    overflow: visible;
    width: 100%;
    float:left;
    position:relative;
}
.tm-extra-product-options .cpf_clear{
    clear:both;
}
/**
 * Containers
 */
.tm-extra-product-options,
.tm-extra-product-options .tm-extra-product-options-inner,
.tm-extra-product-options .tm-extra-product-options-fields,
.tm-extra-product-options .tm-extra-product-options-container,
.tm-extra-product-options .tmcp-ul-wrap,
.tm-extra-product-options .tmcp-field,
.tm-extra-product-options li.tmcp-field-wrap,
.tm-extra-product-options .cell,
.tm-extra-product-options .row{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;    
}
.tm-extra-product-options{
    max-width: 100%;
    width: 100%;
}
/*.tm-extra-product-options,
.tm-extra-product-options .tm-extra-product-options-inner,
.tm-extra-product-options .tm-extra-product-options-fields,*/
.tm-extra-product-options .tm-extra-product-options-container,
.tm-extra-product-options .tmcp-ul-wrap  {
    overflow: visible;
    clear:both;
}


.tm-extra-product-options .tm-extra-product-options-fields,
.tm-extra-product-options .tmcp-ul-wrap  {
    list-style: none outside none;
    margin:0;
    padding: 0;
}
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap{
    width: auto;
    padding: 1em 0.5em 0 0;
    margin: 0;
    list-style: none outside none;
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
    padding: 1em 0.5em 0 0;
    width: auto;
    list-style: none outside none;
}
.tm-extra-product-options ul.tmcp-elements.use_images_containter li.tmcp-field-wrap {
    padding: 1em 0.25em 0;
}
.tm-epo-totals {
    border-top: 1px dotted;
    margin-top: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
}
.tm-epo-totals.hidden{
    display: none;
}
.tm-hidden{
    display: none;
}
.tm-box {
    border: 1px solid rgba(0, 0, 0, 0.035);
    
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);

    margin: 1em 0;
    overflow: hidden;
    padding: 1.5em;
}
/**
 * Elements
 */
.tm-extra-product-options .cell hr{
    margin: 0;
} 
.tm-extra-product-options textarea.tmcp-field{
    height: auto;
    width: 100%;
}
.tm-extra-product-options input.tmcp-field{
    width: auto;
    max-width: 100%;
}
.tm-extra-product-options .tmcp-field.tmcp-checkbox,
.tm-extra-product-options .tmcp-field.tmcp-radio {
    height: 1em !important;
    line-height: 1em !important;
    margin: 0 !important;
    position: relative;
    top: -2px;
    vertical-align: middle;
    float: none;
}
.tm-extra-product-options .tm-epo-field-label{
    margin: 0;
}
.tm-extra-product-options span.tm-epo-field-label{
    font-weight: bold;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label{
    padding:0 0 0 0.5em !important;
    margin:0 !important;
    line-height:1em !important;
    display: inline-block !important;   
}
.tm-extra-product-options .tm-extra-product-options-field {
    display: inline-block;
    clear: both;
    margin:2em 0 1em 0;
    width:100%;
    padding: 0;
}
.tm-extra-product-options .tmcp-field-wrap .amount{
    margin-left:0.5em;
}
.tm-extra-product-options .amount.hidden{
    display: none !important;
}
.tm-extra-product-options-totals .amount.options{
    font-size: 1.25em;
    font-weight:bold;
}
.tm-extra-product-options-totals .amount.final{
    font-size: 1.5em;
    font-weight:bold;
}
.tm-final-totals, .tm-options-totals{
    padding:0;
    margin: 0;
    float: none;
}
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap input[type="radio"]:checked + label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap input[type="radio"]:checked + label + .amount,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap input[type="checkbox"]:checked + label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap input[type="checkbox"]:checked + label + .amount{
    font-weight: bold;
}
.tm-epo-required {
    margin-left: 0.5em;
}
.tm-extra-product-options .tm_divider {
    border-style: solid;
    border-width: 1px;
    margin: 1em 0;
}
.tm-extra-product-options .tm_padding {
    padding: 1em 0;
}

.tm-extra-product-options input.use_images {
    display:none;
}
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap input.use_images + label{
    display:inline-block;
    padding: 0 !important;
    max-width: 100%;
    border: 0 solid;
}
.tm-extra-product-options input.use_images:checked + label{
    border-width: 1px !important;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.tm-extra-product-options .radio_image,.tm-extra-product-options .checkbox_image {
    height: auto;
    max-width: 100%;
    width: 100%;
    padding: 0;
    display: block;
    margin: auto;
}

.tm-extra-product-options input.use_images + label + .amount{
    display: block;
    text-align: center;
}

.checkbox_image_label{
    display: block;
    text-align: center;
    padding: 1em;
}
.epo-option-image{
    max-height: 100px;
    height: auto;
    width: auto;
}

.tm-extra-product-options .tmcp-field-wrap > label {
    display: inline;
    float: none;
    width: auto;
}

.tmcp-date-select {
    max-width: 100%;
}
.tm-extra-product-options-date .tmcp-field-wrap > label {
    display: inline-block !important;
    margin-right: 6px;
    vertical-align: baseline;
    position: relative;
    max-width: 100%;
}
.tmcp-field.tmcp-date{
    width: auto;
}

.tmcp-field.tmcp-select {
    max-width: 100%;
}

.tm-extra-product-options input.tmcp-field.tmcp-upload {
    width: 100%;
}

.cpf-upload-container{
    border: 1px solid;
    display: inline-block;
    font-size: 1em;
    height: auto;
    overflow: hidden;
    padding: 0.5em 1em;
    position: relative;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    cursor: pointer;
}
.cpf-upload-container [type=file] {
    cursor: inherit;
    display: block;
    font-size: 0.01px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.tm-arrow{
    cursor: pointer;
    font-size: 14px;
    height: 1.5em;
    line-height: 1.5em !important;
    margin-top: -0.75em;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 50%;
    width: 1.5em;
}
.tm-toggle {
    padding-right: 2em;
    position: relative;
    cursor: pointer;
}
.tm-collapse {
    border: 1px solid rgba(0, 0, 0, 0.035);
    
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);

    margin: 0 0 1em;
    overflow: hidden;
    padding: 1em;
}
.tm-collapse-wrap {
    margin-top: 1em;
    overflow: visible;
}
.animated{
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.flasho,.flasho div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.fl-overlay {
    background : #F5F5F5;
    position:fixed;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.flasho {
    font: 13px/1.5em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url("../images/linefix5.png") repeat scroll 0 0 #CCCCCC;
    border: 1px solid transparent;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 101;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 1px 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 1px 15px 1px rgba(0, 0, 0, 0.2);
}
.float_editbox {
    background: #fff;
    bottom: 55px;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 57px;
    width: 100%;
}
.flasho .header {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #999999;
    left: 0;
    line-height: 30px;
    padding: 1em 2em;
    position: absolute;
    top: 0;
    width: 100%;
}
.flasho .header h3 {
    color: #292421;
    font: 20px/30px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    letter-spacing: 1px;
}
.flasho .footer {
    bottom: 0;
    height: 55px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 2;
}
.flasho .footer .inner {
    background: none repeat scroll 0 0 #FAFAFA;
    border-top: 1px solid #999999;
    line-height: 30px;
    padding: 12px 2em;
}
.tm-button {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
    text-decoration: none;
    white-space: nowrap;
    background: none repeat scroll 0 0 #f7f7f7;
    border-color: #ccc;
    box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
    color: #555;
    vertical-align: top;    
}
.tm-button:hover{
    background: none repeat scroll 0 0 #fafafa;
    border-color: #999;    
    color: #222;
}
.row.tm-cart-row {
    padding: 2%;
    border-color: #999999;
    border-radius: 0;
    border-style: none none dotted;
    border-width: 0 0 1px;
}
.row.tm-cart-row:last-child {
    border: 0 none;
}
.row.tm-cart-row .cell{
    margin: 0;
}
.row.tm-cart-row .cell.cpf-name{
    font-weight: bold;
}


.tm-extra-product-options .tm-epo-datepicker {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: inherit !important;
    display: inline-block !important;
    font-size: 12px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 !important;
    padding: 6px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* datepicker skin */
.tm-static{
    position: static;
}

.tm-extra-product-options .tm-extra-product-options-date .ui-datepicker-trigger{
    background: none repeat scroll 0 0 transparent;
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: "fontawesome";
    height: 30px;
    margin: 0 0 0 -1px;
    padding: 6px 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: 0;
}
.tm-extra-product-options .tm-extra-product-options-date .ui-datepicker-trigger:hover{
    background: none repeat scroll 0 0 transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tm-extra-product-options .tm-extra-product-options-date .ui-datepicker-trigger:before{
    content: "\f073";
}

.tm-epo-skin {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd !important;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    margin: 2px 0 0 0;
    z-index: 9999 !important;
    width: auto !important;
    height: auto !important;
    padding: 0 ;
}
.tm-epo-skin,.tm-epo-skin * {    
    font-family: Helvetica,Arial,sans-serif !important;
}
.tm-epo-skin .ui-datepicker-header {
    background-color: #fff;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #e0e0e0;
    font-weight: bold;
    height: 40px !important;
    line-height: 40px;
    text-shadow: none;
}
.tm-epo-skin .ui-datepicker-buttonpane {
    border-top: 1px solid #eee;
}
.tm-epo-skin .ui-datepicker-current,.tm-epo-skin .ui-datepicker-close {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding: 4px;
    width: 50%;
}
.tm-epo-skin .ui-datepicker-current:hover,.tm-epo-skin .ui-datepicker-close:hover {
    background: none repeat scroll 0 0 #777;
    color: #ffffff;
}
.tm-epo-skin .ui-datepicker-current{
    float: left;
}
.tm-epo-skin .ui-datepicker-close {
    float: right;
}

.tm-epo-skin.ui-datepicker a {
    text-decoration: none;
}

.tm-epo-skin.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
}

.tm-epo-skin .ui-datepicker-title {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.tm-epo-skin .ui-datepicker-title select {
    background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #777;
    display: inline-block !important;
    font-size: 12px !important;
    height: 20px !important;
    margin: 0 3px 0 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.tm-epo-skin .ui-datepicker-calendar td,.tm-epo-skin .ui-datepicker-calendar tr {
    border: 0 none;
    padding: 0;
}
.tm-epo-skin .ui-datepicker-prev, 
.tm-epo-skin .ui-datepicker-next {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "fontawesome" !important;
    height: 30px;
    overflow: hidden;
    text-align: center;
    width: 30px;
}
.tm-epo-skin .ui-datepicker-prev:before, .tm-epo-skin .ui-datepicker-next:before{
    color: #777777;
}
.tm-epo-skin .ui-datepicker-prev:hover:before, .tm-epo-skin .ui-datepicker-next:hover:before{
    color: #000;
}
.tm-epo-skin .ui-datepicker-prev span, 
.tm-epo-skin .ui-datepicker-next span {
    display: none;
}
.tm-epo-skin .ui-datepicker-prev {
    float: left;
}
.tm-epo-skin .ui-datepicker-next {
    float: right;
}
.tm-epo-skin .ui-datepicker-prev:before {
    content: "\f0d9";
}
.tm-epo-skin .ui-datepicker-next:before {
    content: "\f0da";
}
.tm-epo-skin.ui-datepicker thead {
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.tm-epo-skin.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 6pt;
    padding: 5px 0;
    color: #666666;
    line-height: 20px;
    font-weight: bold;
    border: 0 none;
}
.tm-epo-skin .ui-datepicker tbody td {
    padding: 0;
    border: 0 none;
}
.tm-epo-skin .ui-datepicker tbody td:last-child {
    border-right: 0px;
}
.tm-epo-skin .ui-datepicker tbody tr {
    border: 0 none;
}
.tm-epo-skin .ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}
.tm-epo-skin.ui-datepicker td span, 
.tm-epo-skin.ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.tm-epo-skin .ui-datepicker-calendar .ui-state-default {
    background: none repeat scroll 0 0 transparent;
}
.tm-epo-skin .ui-datepicker-calendar .ui-state-hover {
    background: #777;
    color: #fff;
}
.tm-epo-skin .ui-datepicker-calendar .ui-state-active {
    background: #eee;
    color: #000;
    position: relative;
}
.tm-epo-skin .ui-datepicker-unselectable .ui-state-default {
    background: none repeat scroll 0 0 #fff;
    color: #eee;
}

.tm-epo-skin .ui-datepicker-calendar td:first-child .ui-state-active {
}

.ui-datepicker-calendar td:last-child .ui-state-active {
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #ffffff;
}

table.ui-datepicker-calendar {
    margin: 0 0 0 0 !important;
}



/**
 * Extra Variation styling
 */
.variations{
    margin-bottom: 0 !important;
}
.variations tr {
    display: block;
    margin: 0;
    width: 100%;
}
.variations .label {
    display: block;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}
.variations .value {
    display: block;
    margin: 0;
    padding: 1em 0 0 !important;
    width: 100%;
}
.variations h3{
    margin:0;
}