/*
Theme Name:     Kadence - Hemp Theme
Theme URI:      n/a
Template:       kadence
Author:         Green Elite AB
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.center-text {
  text-align: center;
}

/* rotating banner top */
.rotating-text {
  color: #fff;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.2px;
  display: grid;
  align-items: end;
  justify-items: center;
  overflow: hidden;
  height: 28px;
}

.rotating-text > * {
  grid-area: 1 / 1;
  margin: 0;
  line-height: 28px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  animation: rotating-fade-gap 18s infinite;
}

.rotating-text > *:nth-child(1) { animation-delay: 0s; }
.rotating-text > *:nth-child(2) { animation-delay: 6s; }
.rotating-text > *:nth-child(3) { animation-delay: 12s; }

@keyframes rotating-fade-gap {
  0%, 5%   { opacity: 0; visibility: hidden; }
  10%, 25% { opacity: 1; visibility: visible; }
  30%, 100%{ opacity: 0; visibility: hidden; }
}

@media (min-width: 768px) {
  .rotating-text { font-size: 16px; height: 32px; }
  .rotating-text > * { line-height: 32px; }
}
/* padding simple share product page */

.single-product .kt_simple_share_container {
    padding-top: 15px;
}

/* center simple share product on mobile */
@media ( max-width: 767px ) {
    #wrapper .kt_simple_share_container {
        justify-content: center;
    }
}
/* color simple share */
#wrapper .kt-socialstyle-style_03 a {
    border: 1px solid #27241D;
    color: #27241D;
}


/* spacing after add to cart button */
.woocommerce a.added_to_cart {
  display: block; 
  margin-top: 8px; 
  font-size: 0.9em;  
}

/* hide woocommerce account */
.woocommerce-MyAccount-navigation {
display:none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
/* hide buttons in my account account order */


.woocommerce-button.button.pay,
.woocommerce-button.button.cancel {
 display:none;
}
@media (max-width: 767px) {
  .entry-taxonomies {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.5em;
    border-radius: 4px;
    text-align: center;
  }
}

/* hide product description cart & checkout */
.woocommerce-checkout .wc-block-components-product-metadata__description,
.woocommerce-cart .wc-block-components-product-metadata__description {
    display: none !important;
}



/* Ändra färg på "Läs mer"-knappen när produkten är slut i lager */
.woocommerce ul.products li.product.outofstock a.button {
  background-color: #625C52;   
  color: #ffffff;                   
}

.woocommerce ul.products li.product.outofstock a.button:hover {
  background-color: #423C32;
}
/* color payment option product page  */
.woocommerce .single-product-payments {
    border-color: #628B61;
}

.woocommerce #wrapper .single-product-payments .kadence-svg-iconset svg path {
    fill: #628B61 !important;
}

/* background remove product mini cart  */
.woocommerce-mini-cart .blockUI.blockOverlay {
    background-color: rgba(98, 139, 97, 0.6) !important;
}

 /* *asterix + remove cart color  */
.kb-adv-form-required  {
color: #F1883B !important;
 font-weight: bold;
}
a.remove.remove_from_cart_button {
    color: #F1883B !important;
}
