/*
Theme Name: Most Child
Template: most
Version: 1.0.0
*/

/* Cervico comparison table */
.cervico-specs-wrap { width: 100%; }
.cervico-specs {
  width: 100%;
  border-collapse: collapse;
  font-family: 'DM Sans', sans-serif;
  border: none;
}
.cervico-specs th,
.cervico-specs td {
  padding: 12px 16px;
  text-align: left;
  font-size: 12.5px;
  border-bottom: 1px solid #e8e8e6;
  border-left: none;
  border-right: none;
  border-top: none;
  vertical-align: middle;
  line-height: 1.6;
}
.cervico-specs th {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8e9194;
  background: #f5f5f4;
}
.cervico-specs td { color: #75787b; }
.cervico-specs .feature { font-weight: 500; color: #07272d; }
.cervico-specs .check { color: #7a9baa; font-weight: 700; }
.cervico-specs .price { font-weight: 600; color: #07272d; }
.cervico-specs .price del {
  color: #8e9194;
  font-weight: 400;
  margin-right: 6px;
  opacity: 0.7;
}
.cervico-specs .price ins {
  color: #b91c1c;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 768px) {
  .cervico-specs th,
  .cervico-specs td {
    padding: 10px 8px;
    font-size: 11px;
  }
  .cervico-specs th {
    font-size: 8.5px;
    letter-spacing: 0.5px;
  }
}

/* Fix "show/hide password" button in login page */
.woocommerce button.show-password-input {
    position: static !important;
    display: inline-block !important;
    margin-top: 8px !important;
    background: none !important;
    border: 0 !important;
    font-size: 0 !important;
    cursor: pointer !important;
}
.woocommerce button.show-password-input::before {
    content: none !important;
}
.woocommerce button.show-password-input::after {
    content: "Show password" !important;
    font-size: 14px !important;
}
.woocommerce button.show-password-input.display-password::after {
    content: "Hide password" !important;
}
/* End: Fix "show/hide password" button in login page */

/* Hide things from shop page */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  display: none !important;
}
/* End: Hide things from shop page */

/* Hide page titles */
.ms-sp--header .ms-sp--title {
    display: none !important;
}
/* End: Hide page titles */

/* Checkout page customization */

/* General text */
.wc-block-checkout {
    font-family: 'DM Sans', sans-serif !important;
    color: #07272d !important;
}

/* Headings */
.wc-block-checkout .wc-block-components-title,
.wc-block-checkout .wc-block-components-checkout-step__title,
.wc-block-components-checkout-step__heading {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #07272d !important;
}

/* Labels */
.wc-block-components-text-input label,
.wc-block-components-checkout-step__description {
    font-family: 'DM Sans', sans-serif !important;
    color: #75787b !important;
}

/* Input fields */
.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout .wc-block-components-combobox .components-combobox-control input,
.wc-block-checkout select,
.wc-block-checkout textarea {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    color: #07272d !important;
    border-color: #e8e8e6 !important;
    border-radius: 6px !important;
}
.wc-block-checkout .wc-block-components-text-input input:focus {
    border-color: #7a9baa !important;
    box-shadow: 0 0 0 2px rgba(122,155,170,0.15) !important;
    outline: none !important;
}

/* Order summary product names */
.wc-block-components-order-summary .wc-block-components-product-name {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #07272d !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    font-family: 'DM Sans', sans-serif !important;
    color: #75787b !important;
}

/* Totals */
.wc-block-components-totals-wrapper,
.wc-block-components-totals-item {
    border-color: #e8e8e6 !important;
}
.wc-block-components-totals-item__label {
    font-family: 'DM Sans', sans-serif !important;
    color: #75787b !important;
}
.wc-block-components-totals-item__value {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #07272d !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #07272d !important;
}

/* Payment methods */
.wc-block-components-radio-control__label {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    color: #07272d !important;
}
.wc-block-components-radio-control__description {
    color: #75787b !important;
}

/* Place order button */
.wc-block-components-checkout-place-order-button {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    background: #07272d !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 16px 32px !important;
    transition: all 0.25s !important;
}
.wc-block-components-checkout-place-order-button:hover {
    background: #3A6175 !important;
    color: #fff !important;
}

/* Error/success notices */
.wc-block-components-notice-banner.is-error {
    border-left-color: #b91c1c !important;
}
.wc-block-components-notice-banner.is-success {
    border-left-color: #7a9baa !important;
}
.wc-block-components-notice-banner {
    font-family: 'DM Sans', sans-serif !important;
    border-radius: 6px !important;
}
/* END: Checkout page customization */

/* SHOP PAGE MOBILE FIXES */
@media (max-width: 767px) {
    /* Product titles - much smaller */
    .ms-product .ms-product-title ,
    .ms-product .ms-product-title a {
        font-size: 16px !important;
        font-weight: 600 !important;
        
    }
    /* Category label removal */
    .ms-product .ms-product-cat,
    .ms-product .ms-product-cat a {
    display: none !important;
}
    /* Prices */
    .ms-product .ms-product-footer .price,
    .ms-product .ms-product-footer .price .woocommerce-Price-amount {
        font-size: 14px !important;
    }
    .ms-product .ms-product-footer .price del .woocommerce-Price-amount {
        font-size: 12px !important;
    }

    /* Hide "Select options" / "Add to cart" text, show only the + icon */
    .ms-product .ms-product-footer .button,
    .ms-product .ms-product-footer .add_to_cart_button,
    .ms-product .ms-product-footer a.button {
        font-size: 0 !important;
    }
	/* Sale badge */
    .ms-product .ms-product-media a .onsale {
        font-size: 12px !important;
        padding: 2px 7px !important;
        top: 6px !important;
        right: 8px !important;
    }
}
/* END: SHOP PAGE MOBILE FIXES */

/* Fix carousel pill shape nav dot */ 
@media screen and (max-width: 992px) {
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
  }
}
/* End: Fix carousel pill shape nav dot */ 