/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

li#tab-title-description {display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs {border: 0 !important;}
div#tab-description {display: none !important;}
.owp-floating-bar.show {display: none;}
.woocommerce span.onsale {top: 40px;}
.woocommerce div.product div.summary {margin-bottom: 10px;}
.woocommerce div.product .woocommerce-tabs {padding-top: 0px;}

header.woocommerce-products-header {display: none;}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}
label[for="payment_method_alg_custom_gateway_1"] {
    background-image: url(https://entel.tiboxlab.cl/tu-negocio-digital/wp-content/uploads/2020/06/webpay-cl-01.png);
    background-size: auto 38px;
    background-repeat: no-repeat;
    background-position: center right;
}

.woocommerce-variation-price span.woocommerce-Price-amount.amount {
    font-size: 22px;
}
.woo-entry-image.clr .owp-quick-view {
    display: block !important;
    width: auto;
    padding: 11px 15px;
    left: 50%;
    margin-left: -65px;
}

.woocommerce div.product div.woocommerce-product-details__short-description p {
    margin-bottom: 10px;
}
input#terms[type=checkbox] + span {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input#terms[type=checkbox] {
  display: none;
}

input#terms[type=checkbox] + span:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  vertical-align: middle;
}

input#terms[type=checkbox] + span:active:before {
  transform: scale(0);
}

input#terms[type=checkbox]:checked + span:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

input#terms[type=checkbox]:disabled + span:before {
  transform: scale(1);
  border-color: #aaa;
}

input#terms[type=checkbox]:checked:disabled + span:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}