/**
 * Grid system
 */
 .row .cpf-section.row{
    margin:0;
}
.tm-extra-product-options .row.col-12 , .tm-extra-product-options .row.col-12 .row.col-12 {
    margin: 0 -1em;
    min-width: 100% !important;
    max-width: 100%;
    overflow: auto;
    position: relative;
}
.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-0,.tm-extra-product-options .cell.col-0{
    width: 0%;
}
.tm-extra-product-options .col-1,.tm-extra-product-options .cell.col-1{
    width: 8.3334%;
}
.tm-extra-product-options .col-2,.tm-extra-product-options .cell.col-2{
    width: 16.6667%;
}
.tm-extra-product-options .col-3,.tm-extra-product-options .cell.col-3{
    width: 25%;
}
.tm-extra-product-options .col-4,.tm-extra-product-options .cell.col-4{
    width: 33.3334%;
}
.tm-extra-product-options .col-5,.tm-extra-product-options .cell.col-5{
    width: 41.6667%;
}
.tm-extra-product-options .col-6,.tm-extra-product-options .cell.col-6{
    width: 50%;
}
.tm-extra-product-options .col-7,.tm-extra-product-options .cell.col-7{
    width: 58.3334%;
}
.tm-extra-product-options .col-8,.tm-extra-product-options .cell.col-8{
    width: 66.6667%;
}
.tm-extra-product-options .col-9,.tm-extra-product-options .cell.col-9{
    width: 75%;
}
.tm-extra-product-options .col-10,.tm-extra-product-options .cell.col-10{
    width: 83.3334%;
}
.tm-extra-product-options .col-11,.tm-extra-product-options .cell.col-11{
    width: 91.6667%;
}
.tm-extra-product-options .col-12,.tm-extra-product-options .cell.col-12{
    width: 100%;
}
@media (max-width:768px) {
    .tm-extra-product-options .col-1, .tm-extra-product-options .cell.col-1, 
    .tm-extra-product-options .col-2, .tm-extra-product-options .cell.col-2,
    .tm-extra-product-options .col-3, .tm-extra-product-options .cell.col-3,
    .tm-extra-product-options .col-4, .tm-extra-product-options .cell.col-4,
    .tm-extra-product-options .col-5, .tm-extra-product-options .cell.col-5,
    .tm-extra-product-options .col-6, .tm-extra-product-options .cell.col-6, 
    .tm-extra-product-options .col-7, .tm-extra-product-options .cell.col-7,
    .tm-extra-product-options .col-8, .tm-extra-product-options .cell.col-8,
    .tm-extra-product-options .col-9, .tm-extra-product-options .cell.col-9,
    .tm-extra-product-options .col-10, .tm-extra-product-options .cell.col-10,
    .tm-extra-product-options .col-11, .tm-extra-product-options .cell.col-11,
    .tm-extra-product-options .col-12 .tm-extra-product-options .cell.col-12{
        width: 100%;
    }

    .tm-extra-product-options ul.tmcp-elements:not(.tm-extra-product-options-variations) li.tmcp-field-wrap:not(.tm-per-row) {
        float:none !important;
        width: 100% !important;
    }
    .tm-extra-product-options .radio_image, .tm-extra-product-options .checkbox_image{
        min-width: none !important;
        min-height: none !important;
    }
    .tm-floating-box{
        display: none !important;
    }
}

.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-floating-box{
    width:auto;
    height: auto;
    padding:1em;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: url("../images/p5.png") repeat scroll 0 0 transparent;
    z-index: 9999;
    max-height: 100%;
    overflow: hidden;
}
.tm-floating-box .tm-final-totals, .tm-floating-box .tm-options-totals{
    margin: 0.5em 0;
}
.tm-floating-box.right{
    left: auto;
    right: 0;
}
.tm-floating-box.left{
    right: auto;
    left: 0;
}
.tm-floating-box.bottom{
    bottom: 0;
    top: auto;
}
.tm-floating-box.top{
    top: 0;
    bottom: auto;
}
.tm-fb {
    font-size: 12px;
    line-height: 10px;
    max-height: 200px;
    max-width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.tm-fb dt {
    display: block;;
    margin: 0;
    padding-bottom: 5px;
}
.tm-fb dd {
    display: block;;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0 0 1em;
}
.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 .tm-epo-field,
.tm-extra-product-options li.tmcp-field-wrap,
.tm-extra-product-options .cell,
.tm-extra-product-options .row,
.tm-collapse,
.tm-collapse-wrap,
.tm-epo-field-label{
    -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;
    float: left;
    max-width: 100%;
    width: 100%;
}

.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 !important;
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
    padding: 1em 0.5em 0 0;
    width: 100%;
    float:left;
    list-style: none outside none !important;
    position: relative;
}
.tm-extra-product-options ul.tmcp-elements.use_images_containter li.tmcp-field-wrap {
    padding: 1em 0.25em 0;
    text-align: center;
}
.tm-epo-totals {
    clear: both;
    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(to 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;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;    
}
/**
 * Elements
 */
.tm-description p:last-child {
    margin-bottom: 0;
}
.tm-extra-product-options .cell hr{
    margin: 0;
} 
.tm-extra-product-options textarea.tm-epo-field{
    height: auto;
    width: 100%;
}
.tm-extra-product-options .tmcp-textfield.tm-epo-field{
    width: auto;
    max-width: 100%;
}
.tm-extra-product-options .tm-epo-field.tmcp-checkbox,
.tm-extra-product-options .tm-epo-field.tmcp-radio {
    margin: 0 !important;
    position: relative;
    top: -2px;
    vertical-align: middle;
    float: none;
}
.tm-extra-product-options .tm-epo-field-label{
    margin: 0;
    position: relative;
    float: none;
    width: 100%;
}
.tm-epo-field-label.tm-left {
    padding-right: 1em;
    width: auto;
    float: left;
}
.tm-epo-field-label.tm-left + .tm-extra-product-options-container li.tmcp-field-wrap,
.tm-epo-field-label.tm-right + .tm-extra-product-options-container li.tmcp-field-wrap{
    padding-top: 0;
}
.tm-epo-field-label.tm-left + .tm-extra-product-options-container ,
.tm-epo-field-label.tm-right + .tm-extra-product-options-container {
    width: auto !important;
    max-width: 66%;
}
.cpf-type-range .tm-epo-field-label.tm-left + .tm-extra-product-options-container ,
.cpf-type-range .tm-epo-field-label.tm-right + .tm-extra-product-options-container {
    width: 66% !important;
    padding-top: 5px;
}
.cpf-type-range .tm-epo-field-label.tm-left,
.cpf-type-range .tm-epo-field-label.tm-right{
    margin-top: 5px;
}
.tm-epo-field-label.tm-right {
    float: right;
    padding-left: 1em;
    width: auto;
}
.tm-epo-field-label.tm-left,.tm-epo-field-label.tm-right {
    max-width: 33%;
}
.tm-extra-product-options .tm-epo-field-label.tm-has-undo-button{
    padding-right: 2em;
}
.tm-epo-reset-variation,.tm-epo-reset-radio {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.tm-epo-variation-section .reset_variations {
    clear: both;
    display: block;
    width: 100%;
}
.tm-extra-product-options .tm-epo-field-label.tm-has-required{
    padding-left: 1em;
}
.tm-epo-required {
    position: absolute;
    left: 0;
    top: 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:1em 0 1em 0;
    width:100%;
    padding: 0;
}
.tm-extra-product-options .tmcp-field-wrap .amount{
    margin-left:0.5em;
}
.tm-extra-product-options .use_images_containter .tmcp-field-wrap .amount {
    margin-left: 0;
}
.tm-extra-product-options .amount.hidden,.tm-extra-product-options .after-amount.hidden,.tm-extra-product-options .tmperiod.hidden{
    display: none !important;
}
.tm-extra-product-options-totals .amount.options,.tm-extra-product-options-totals .amount.subscription-fee{
    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, .tm-subscription-fee{
    padding:0;
    margin: 0;
    border: 0 none;
    float: none;
}
.tm_dpd_label {
    display: block;
    font-size: 80%;
}
.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-extra-product-options .tm_divider {
    border-style: solid;
    border-width: 1px;
    margin: 1em 0;
    clear: both;
}
.tm-extra-product-options .tm_padding {
    padding: 1em 0;
}

.tm-extra-product-options input.use_images {
    display:none !important;
}

.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;
    position: relative;
}
.tm-extra-product-options input.use_images:checked + label .radio_image,
.tm-extra-product-options input.use_images:checked + label .checkbox_image{
    border-color: inherit;
    border-width: 2px;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
}

.tm-extra-product-options .radio_image,.tm-extra-product-options .checkbox_image {
    height: auto;
    max-width: 98%;
    border:1px solid transparent;
    padding: 1%;
    display: block;
    margin: auto;
}

.tm-extra-product-options input.use_images:checked + label .radio_image.round, .tm-extra-product-options input.use_images:checked + label .checkbox_image.round{
    -webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border-width: 1px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;
}
.tm-extra-product-options input.use_images:checked + label .radio_image.square, .tm-extra-product-options input.use_images:checked + label .checkbox_image.square{
    -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border-width: 2px;
}
.tm-extra-product-options input.use_images:checked + label .radio_image.shadow, .tm-extra-product-options input.use_images:checked + label .checkbox_image.shadow{
    -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);border-width: 1px;
}
.tm-extra-product-options input.use_images:checked + label .radio_image.thinline, .tm-extra-product-options input.use_images:checked + label .checkbox_image.thinline{
    border-width: 1px;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;
}

.tm-extra-product-options input.use_images + label + .amount{
    display: block;
    text-align: center;
}

.checkbox_image_label{
    display: block;
    text-align: center;
    padding: 1em 0;
}
.tm-hide-label + .checkbox_image_label{
    display: none;
}
.tm-bottom-label + .checkbox_image_label{
    padding: 0;
}
.tm-inside-label + .checkbox_image_label {
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -web-kit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    word-wrap: break-word;
}
.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%;
}
.tm-epo-field.tmcp-date{
    width: auto !important;
}

.tm-epo-field.tmcp-select {
    max-width: 100%;
}

.tm-extra-product-options input.tm-epo-field.tmcp-upload {
    width: 100%;
}

/* Various styling */
.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(to 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;
    float: left;
    width: 100%;
    padding: 1em;
}
.tm-collapse-wrap {
    float: left;
    margin-top: 1em;
    overflow: visible;
    width: 100%;
}
.tm-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%;
     z-index: 101000;
}
.tm-section-pop-up{
    height: 80%;
    left: 10% !important;
    position: fixed !important;
    top: 10% !important;
    width: 80%;
}
#tm-section-pop-up .tm-epo-field-label.tm-section-label {
    display: none;
}
.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: 101001;
    -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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    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";
    font-size: inherit !important;
    height: 30px !important;
    margin: 0 0 0 -1px;
    padding: 6px 4px !important;
    -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;
}


@media (max-width:767px) {

    .tm-epo-skin {        
        height: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 99999999 !important;
        border: 0 none !important;
    }
    .tm-epo-skin .ui-datepicker-header {
        height: 10% !important;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .tm-epo-skin .ui-datepicker-title {
        height: 100% !important;
        position: relative;
        top: 10%;
    }
    .tm-epo-skin .ui-datepicker-title select {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px !important;
        height: 80% !important;
        line-height: normal !important;
        padding: 0 1px !important;
        vertical-align: top;
    }
    .tm-epo-skin.ui-datepicker table {
        border-collapse: collapse;
        bottom: 10%;
        height: 80%;
        position: absolute;
        top: 10%;
        width: 100%;
    }
    .tm-epo-skin .ui-datepicker-buttonpane {
        border-top: 1px solid #eee;
        bottom: 0;
        height: 10% !important;
        position: absolute;
        width: 100%;
    }
    .tm-epo-skin .ui-datepicker-current, .tm-epo-skin .ui-datepicker-close {
        height: 100%;
    }
    .tm-epo-skin.ui-datepicker th {
        vertical-align: middle;
        line-height: normal;
    }
    .tm-epo-skin .ui-datepicker-calendar td {
        text-align: center;
        vertical-align: middle;
    }
    .tm-epo-skin.ui-datepicker td a {
        font-size: 1.5em;
    }
    .tm-epo-skin.ui-datepicker th {
        font-size: 1em;
    }
    .tm-epo-skin .ui-datepicker-current, .tm-epo-skin .ui-datepicker-close {
        font-size: 2em;
    }
    .tm-epo-skin .ui-datepicker-prev, .tm-epo-skin .ui-datepicker-next {
        font-size: 12px;
        height: 100%;
        position: relative;
    }
    .tm-epo-skin .ui-datepicker-prev:before, .tm-epo-skin .ui-datepicker-next:before {
        height: 100%;
        line-height: normal;
        margin-top: -6px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -3px;
        z-index: 2;
    }

}

.tm-section-pop{
    display: none;
}

.tm-section-pop-up.single .cell.section_popup {
    width: 100% !important;
}
.tm-section-pop-up.single .cell.section_popup .tm-section-pop {
    margin: 2%;
}
#tm-extra-product-options .tm-section-pop-up.single .footer .inner .tm-button.button.button-secondary.button-large.details_cancel{
    float: none;
}

#tm-tooltip{
    font-family: Ubuntu, sans-serif;
    font-size: 0.875em;
    text-align: center;
    text-shadow: 0 1px rgba( 0, 0, 0, .5 );
    line-height: 1.5;
    color: #fff;
    background: #333;
    background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
    background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: -ms-radial-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: linear-gradient( to top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    position: absolute;
    z-index: 145400;
    padding: 15px;
    pointer-events: none;
}
#tm-tooltip:after{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#tm-tooltip.top:after{
    border-top-color: transparent;
    border-bottom: 10px solid #333;
    border-bottom-color: rgba( 0, 0, 0, .6 );
    top: -20px;
    bottom: auto;
}
#tm-tooltip.left:after{
    left: 10px;
    margin: 0;
}
#tm-tooltip.right:after{
    right: 10px;
    left: auto;
    margin: 0;
}


.tm-extra-product-options .radio_image, .tm-extra-product-options .checkbox_image {
    border: 1px solid transparent;
    display: block;
    height: auto;
    width: auto;
    margin: auto;
    max-width: 98%;
    padding: 1%;
    cursor: pointer;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

.tmhexcolorimage {
    display: block !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    width: 100%;
}

/* prettycheckbox styles */
.clearfix:before,.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.prettycheckbox.round,.prettyradio.round {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.prettycheckbox.round>a,.prettyradio.round>a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.prettycheckbox,.prettyradio {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 3px;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 1em;
    width: 1em;
    font-size: 2em;
    border: 1px solid;
}
.prettycheckbox>a,.prettyradio>a {
    display: block;
    cursor: pointer;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.5em;
    line-height: 1;
    text-align: center;
    height: 100%;
    width: 100%;
}
.prettycheckbox>a:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '\f00c';
    position: absolute;    
    background: transparent;    
    font-family: fontawesome;
    text-align: center;
    top: 50%;
    width: 1em;
    height: 1em;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
}
.prettyradio>a:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '\f111';
    position: absolute;
    font-family: fontawesome;
    text-align: center;
    top: 50%;
    width: 1em;
    height: 1em;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
}
.prettycheckbox>a:hover::after,.prettyradio>a:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.prettycheckbox> input:checked + a:after, .prettyradio> input:checked + a:after,
.prettycheckbox> input:checked + input + a:after, .prettyradio> input:checked + input + a:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.prettycheckbox>a:focus,.prettyradio>a:focus {
    outline: 0 none;
}
.prettycheckbox a.disabled,
.prettyradio a.disabled {
    cursor: not-allowed;
}
.prettycheckbox>a:focus {

}
.prettycheckbox>a.checked, .prettycheckbox > input:checked + a {

}
.prettycheckbox>a.checked:focus, .prettycheckbox > input:checked + a:focus {

}
.prettycheckbox>a.checked.disabled, .prettycheckbox > input:checked:disabled + a, {

}
.prettycheckbox>a.disabled, .prettycheckbox > input:disabled + a {

}
.prettyradio>a:focus {
    
}
.prettyradio>a.checked, .prettyradio > input:checked + a {
    
}
.prettyradio>a.checked:focus, .prettyradio > input:checked + a:focus {
    
}
.prettyradio>a.checked.disabled, .prettyradio > input:checked:disabled + a {
    
}
.prettyradio>a.disabled, .prettyradio > input:disabled + a {
    
}

/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}
/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */
.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;font:400 12px Arial;color:#999}.noUi-value{width:40px;position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:50px;top:100%;left:0;width:100%}.noUi-value-horizontal{margin-left:-20px;padding-top:20px}.noUi-value-horizontal.noUi-value-sub{padding-top:15px}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}

.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-range {
    clear: both;
    position: relative;
}
.tm-range-picker {
    margin-left: 17px;
    max-width: 100%;
    margin-right: 17px;
}
.tm-range-picker.pips {
    margin-bottom: 50px;
}
.tm-extra-product-options .tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-range .tm-range-picker-value{
    display: inline-block;
    float: right;
    margin-left: 0;
    margin-top: -3px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1em;
    vertical-align: top;
    width: 19%;
}
.tm-transparent-swatch{
    border:1px dotted !important;
}

.use_images_containter .tm-quantity.tm-bottom,.use_images_containter .tm-quantity.tm-top {
    left: 50%;
    margin-left: -30px;    
}
.tm-quantity.tm-bottom {
    bottom: 0;
    float: none;
    left: 0;
    position: absolute;
}
.tm-quantity.tm-bottom + .tm-field-display {
    margin-bottom: 0.5em;
    padding-bottom: 28px;
}
.tm-quantity.tm-top {
    float: none;
    left: 0;
    position: absolute;
}
.tm-quantity.tm-top + .tm-field-display {
    margin-top: 0.5em;
    padding-top: 28px;
}
.tm-quantity.tm-left {
    float: left;
}
.tm-quantity.tm-left + .tm-field-display {
    padding-left: 0.5em;
}
.tm-quantity.tm-right {
    float: right;
}
.tm-quantity.tm-right + .tm-field-display {
    padding-right: 0.5em;
}
.tm-field-display {
    overflow: hidden;
}
.tm-field-display label {
    margin: 0;
}
.cpf-type-range .tm-field-display {
    padding: 6px 0 0;
}
.cpf-type-range span.amount {
    display: inline-block;
    padding: 6px 0 0;
}
.tm-cart-edit-options {
    font-size: 10px;
    font-weight: bold;
    margin-left: 5px;
}
.tm-quantity {
  width: 60px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  /* Hide buttons for opera */
}
.tm-quantity input.tm-qty {
  width: 40px;
  height: 28px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 1px solid #c8bfc6;
  border-right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: inset 0 0 2px 0 #f7f6f7;
  -webkit-box-shadow: inset 0 0 2px 0 #f7f6f7;
  font-weight: bold;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-appearance: textfield;
  /* Hide buttons for Firefox 29 and later */
}
.tm-quantity noindex:-o-prefocus,
.tm-quantity input[type=number] {
  padding-right: 1.2em;
}
.tm-quantity .plus,
.tm-quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  vertical-align: text-top;
  width: 20px;
  height: 15px;
  overflow: visible;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  line-height: 13px;
  font-size: 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid #c8bfc6;
  background: #f7f6f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#e0dadf));
  background: -webkit-linear-gradient(#f7f6f7, #e0dadf);
  background: -moz-linear-gradient(center top, #f7f6f7 0%, #e0dadf 100%);
  background: -moz-gradient(center top, #f7f6f7 0%, #e0dadf 100%);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.tm-quantity .plus:hover,
.tm-quantity .minus:hover {
  background: #f7f6f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#d4cdd2));
  background: -webkit-linear-gradient(#f7f6f7, #d4cdd2);
  background: -moz-linear-gradient(center top, #f7f6f7 0%, #d4cdd2 100%);
  background: -moz-gradient(center top, #f7f6f7 0%, #d4cdd2 100%);
}
.tm-quantity .plus {
  top: 0;
  right: 0;
  border-bottom: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tm-quantity .minus {
  bottom: 0;
  right: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.shop_table tbody tr.tm-epo-cart-row {
    height: auto;
}
.woocommerce table.shop_table .tm-epo-cart-row td {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.tm-epo-cart-option-label,.tm-epo-cart-option-value.tm-epo-cart-no-label{
    font-weight: bold;
}
.woocommerce table.shop_table .tm-epo-cart-row-product td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table .tm-epo-cart-row-product + .tm-epo-cart-row td{
    border-top: 0 none;
}
.tm-epo-cart-row-header .product-quantity,.tm-epo-cart-row-product .product-quantity,.tm-epo-cart-row .product-quantity {
    text-align: center;
}
/*
.tm-extra-product-options .cpf-section.tm-epo-variation-section{
    margin-top: -2em;
}

#tm-section-pop-up.tm-section-pop-up span.tm-button.button {
    display: inline-block !important;
    font-size: 1em;
    height: auto !important;
    line-height: 1em !important;
    padding: 1em !important;
    text-align: center !important;
    width: auto !important;
}

#temp_for_floatbox_insert .tm-section-pop > .tm-epo-field-label.tm-section-label,
#temp_for_floatbox_insert .tm-section-pop > .tm-collapse .tm-epo-field-label.tm-section-label {
    display: none;
}*/

/***
Spectrum Colorpicker v1.6.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
