/*
21/07/2022 - Ticket 1739
*/
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .tm-epo-field-label,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tm-epo-field-label {
  flex-direction: column;
  width: 100%;
  align-items: start;
  margin-bottom: 5px;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .tc-label-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tc-label-wrap {
  flex-direction: column;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .checkbox-image,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .checkbox-image,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .radio-image,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .radio-image {
  max-height: none !important;
}
/*
-------------------------------------
*/

.tm-extra-product-options .tm-extra-product-options-radio .tmcp-field-wrap .tm-epo-style-wrapper,
.tm-extra-product-options .tm-extra-product-options-checkbox .tmcp-field-wrap .tm-epo-style-wrapper {
  vertical-align: middle;
}

.tm-extra-product-options .tm-extra-product-options-radio .tmcp-field-wrap .tc-label,
.tm-extra-product-options .tm-extra-product-options-checkbox .tmcp-field-wrap .tc-label {
  vertical-align: middle;
  color: #676767 !important;
}

.tm-extra-product-options .tm-extra-product-options-radio .tmcp-field-wrap .tc-label:after,
.tm-extra-product-options .tm-extra-product-options-checkbox .tmcp-field-wrap .tc-label:after {
  color: #676767 !important;
}

.tm-extra-product-options .tm-extra-product-options-upload .tmcp-field-wrap .minimal-form-input {
  height: 8em;
}

.tm-extra-product-options .tm-extra-product-options-upload .tmcp-field-wrap label:after,
.tm-extra-product-options .tm-extra-product-options-upload .tmcp-field-wrap label:before {
  content: none;
}

.tm-extra-product-options .tm-description {
  font-style: italic;
  margin-top: 3em;
  margin-left: 3em;
}

.tm-slide .cpf-type-upload .minimal-form-input {
  padding-top: 0;
}

ul.mps-tm-epo-process-path {
  list-style:none !important;
  display: block;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 0 5px var(--tcgap);
}

ul.mps-tm-epo-process-path li {
  list-style:inherit !important;
  display: inline-block;
  margin-bottom: 3px;
}

ul.mps-tm-epo-process-path li a {
  color:#666;
  display:block;
  background: #ccc;
  text-decoration: none;
  position:relative;
  height: 40px;
  line-height:40px;
  padding: 0 5px 0 2px;
  text-align: center;
  margin-right: 23px;
}

ul.mps-tm-epo-process-path li:nth-child(even) a {
  background-color: #bbb;
}

ul.mps-tm-epo-process-path li:nth-child(even) a:before {
  border-color: #bbb;
  border-left-color: transparent;
}

ul.mps-tm-epo-process-path li:nth-child(even) a:after {
  border-left-color: #bbb;
}
ul.mps-tm-epo-process-path li:first-child a {
  padding-left: 10px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
ul.mps-tm-epo-process-path li:first-child a:before {
  border: none;
}
ul.mps-tm-epo-process-path li:last-child a {
  padding-right: 10px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
ul.mps-tm-epo-process-path li:last-child a:after {
  border: none;
}
ul.mps-tm-epo-process-path li a:before, ul.mps-tm-epo-process-path li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #ccc;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
ul.mps-tm-epo-process-path li a:before {
  left: -20px;
  border-left-color: transparent;
}
ul.mps-tm-epo-process-path li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #ccc;
}
ul.mps-tm-epo-process-path li a:hover {
  background-color: #009d41;
  color: white;
}
ul.mps-tm-epo-process-path li a:hover:before {
  border-color: #009d41;
  border-left-color: transparent;
}
ul.mps-tm-epo-process-path li a:hover:after {
  border-left-color: #009d41;
}
ul.mps-tm-epo-process-path li.active a {
  background-color: #009d41;
  color: white;
}
ul.mps-tm-epo-process-path li.active a:before {
  border-color: #009d41;
  border-left-color: transparent;
}
ul.mps-tm-epo-process-path li.active a:after {
  border-left-color: #009d41;
}

.mps-tm-epo-review-configuration-panel {
  padding-bottom: 2em;
  cursor: auto;
}

.mps-tm-epo-review-configuration {
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
}

.mps-tm-epo-review-configuration .mps-tm-epo-configuration-title {
  display: block;
  font-weight: normal;
  color: #666;
}

.mps-tm-epo-review-configuration .mps-tm-epo-configuration-value {
  display: block;
  padding-left: 1em;
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #333;
}

.mps-tm-epo-review-configuration .mps-tm-epo-configuration-value img {
  margin-left: 0;
  max-height: 50px !important;
  display: block !important;
  width: auto !important;
}

.mps-tm-epo-review-configuration-panel .tmcp-ul-wrap {
  margin-bottom: 2em;
}

.mps-tm-epo-review-configuration-panel #reviewed-configuration-error {
  font-size: 1em;
  font-weight: bold;
}

div.mps-tm-epo-loading {
  color: #009d41;
}

div.mps-tm-epo-loading>div {
  width: 35px;
  height: 35px;
}

.tm-extra-product-options .tm-mps-area {
  font-size: 14px;
  background-color: #ccffcc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 6em;
}

body[data-form-style="minimal"] textarea.tmcp-textarea {
  border: 1px solid #ccc !important;
}

.tc-extra-product-options .tcowl-carousel .owl-nav .button.disabled {
  display: none;
}

/*
17/10/2017 - Added because Salient was hiding the elements causing Chrome to shoot back to the top of the page
 */
.tc-extra-product-options .tcowl-carousel.owl-refresh .owl-item {
  display: block;
}

.cart div.quantity.buttons_added div.minimal-form-input {
  padding-top: 0;
}

div.product div.woocommerce-tabs div.first-section {
  display: none;
}

/*
13/11/2017 - Error label covers entire textarea, cannot click specific place
 */
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error,
.tm-extra-product-options ul.tmcp-ul-wrap + .tm-error {
  height: auto !important;
  padding: 0px 3px !important;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error:before,
.tm-extra-product-options ul.tmcp-ul-wrap + .tm-error:before {
  display: none !important;
}
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error:after,
.tm-extra-product-options ul.tmcp-ul-wrap + .tm-error:after {
  display: none !important;
}

.woocommerce-product-details__short-description .clear {
  padding-bottom: 0;
}

.wpb_tabs_nav {
  border-bottom: 1px solid #009d41;
}

.wpb_tabs_nav li a {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#detailed-description {
  clear: both;
}

#mps-ta-product-buttons .mps-product-button {
  margin-bottom: 1em;
  border: 1px dashed #ccc;
  background-color: white;
  transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
}

#mps-ta-product-buttons .mps-product-button:hover {
  background-color: #139d41;
  color: white;
}

#mps-ta-product-buttons .mps-product-button a {
  display: block;
  color: inherit !important;
  padding: 1.8em;
  height: 12em;
  overflow: hidden;
}

#mps-ta-product-buttons .mps-product-button h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
  color: inherit !important;
}

#mps-ta-product-buttons .mps-product-button p {
  padding-bottom: 0;
}



.nectar-button.small.mps-product-button {
  text-align: center;
  border: 2px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 25em;
  max-width: 100%;
}

div.woocommerce-product-details__short-description {
  margin-bottom: 0;
}

div.mps-wc-wishlist-buttons {
  margin-bottom: 20px;
}

.entry-summary p.mps-tm-epo-start-configuration-text {
  padding-left: var(--tcgap);
}

.tm-epo-field.tmcp-textarea {
  resize: none;
  font-size: 16px;
  font-weight: bold;
}

/*
31/05/2018 - NEW REQUEST: number of items per line on shop pages - 4 Columns
 */
.woocommerce ul.products.columns-4 li.product.material, .woocommerce-page ul.products.columns-4 li.product.material {
  width: 24%;
}

/*
04/09/2018 - NEW REQUEST: product filter link text
 */
.woof .woof_container_inner h5.woof_title_tag {
  cursor: pointer;
}

/*
21/08/2019 - Required after plugin updates
 */
.woocommerce .summary .price {
  color: #444 !important;
}
.tm-epo-required {
  color: #009d41 !important;
}
.tm-extra-product-options .tc-active .tc-label-wrap img.radio_image.thinline,
.tm-extra-product-options .tc-active .tc-label-wrap img.checkbox_image.thinline,
.tm-extra-product-options .tc-active .tc-label-wrap .tmhexcolorimage.radio_image.thinline,
.tm-extra-product-options .tc-active .tc-label-wrap .tmhexcolorimage.checkbox_image.thinline {
  border: none !important;
}
.tm-extra-product-options .radio_image, .tm-extra-product-options .checkbox_image {
  margin: 0;
}
.nectar-social.fixed {
  bottom: 125px !important;
  right: 10px !important;
  z-index: 10000;
}
span.tc-label.radio-image-label-inline {
  margin-left: 0 !important;
}
/*
------------------------------------------
 */

.cpf-type-mps_area .woocommerce-Price-amount,
.cpf-type-mps_area .woocommerce-Price-currencySymbol {
  color: inherit;
}

div.mps-theme-adjustments-survey-wrapper {
  margin-bottom: 1em;
}

select.mps-theme-adjustments-survey {
  background-color: #f1f1f1;
}

.checkout #order_review .order-review tbody tr th {
  width: 6em;
}

.checkout #order_review .order-review tbody tr.shipping td {
  padding-left: 2em;
  margin-left: 0;
}

.checkout #order_review .order-review tbody tr td small {
  font-size: smaller;
}

@media only screen and (max-width: 1000px) {
  #mps-ta-product-buttons .mps-product-button a {
    height: auto;
    overflow: visible;
  }

  #mps-ta-product-buttons .mps-product-button h2,
  #mps-ta-product-buttons .mps-product-button p {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #mps-ta-product-buttons .mps-product-button .mps-product-button-heading {
    width: 25%;
    min-width: 6em;
  }

  #mps-ta-product-buttons .mps-product-button .mps-product-button-description {
    width: 60%;
  }

  #mps-ta-product-buttons .mps-product-button .mps-product-button-heading,
  #mps-ta-product-buttons .mps-product-button .mps-product-button-description {
    display: inline-block;
    vertical-align: middle;
  }

  #sidebar .widget.widget-woof > div {
    display: none;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  .woocommerce ul.products.columns-4 li.product.material, .woocommerce-page ul.products.columns-4 li.product.material {
    width: 48.8%;
  }
}

/*
10/09/2018 - NEW REQUESTS: some odd things since Salient update + other issues
 */
@media only screen and (min-width: 1000px) {
  .single-product .product[data-gallery-style="ios_slider"] > .single-product-main-image {
    width: 40% !important;
  }

  .single-product .product[data-gallery-style="ios_slider"] > .entry-summary {
    width: 60% !important;
  }
}