/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.1
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


.shoptimizer-cart-icon svg {
  width: 27px !important;
  height: 27px !important;
  top: 0 !important;
}
.zhf_botao_whatsapp {
    z-index: 99!important;
}
.grecaptcha-badge {
   display: none!important;
}
.site-header-cart.menu {
  margin-left: 20px !important;
  order: 3 !important;
}

#menu-item-134 a,
#menu-item-203 a {
  background: #a2d9c5;
  color: #fff;
}

.secondary-navigation .icon-wrapper svg {
  stroke: #fff !important;
}

#site-navigation {
  width: 100%;
}

.site-header .site-header-cart {
  line-height: 40px !important;
}

.payment-icons {
  display: flex;
  flex-wrap: wrap;
}

.payment-icons .payment-icon {
  width: 50px;
  opacity: 0.6;
  transition: opacity 0.3s;
  border-radius: 5px;
  background-color: rgb(0 0 0/22%);
  padding: 3px 5px 5px;
  margin: 0 5px 5px 0;
}

footer.site-footer .col-full {
  max-width: calc(1540px + 40px);
}

/* header */
.shoptimizer-primary-navigation.col-full {
    align-items: center;
    text-align: center;
		font-weight: 600!important;
}


.site-search input[type=search] {
    background: #ffffff !important;
    border: 1px solid #f1704e !important;
    border-radius: 100px!important;
}
.shoptimizer-cart a.cart-contents .shoptimizer-cart-icon .mini-count {
    top: -2px !important;
}
@media (max-width: 992px) {
    .menu-toggle .bar, .shoptimizer-cart a.cart-contents:hover .count {
        background-color: #f1704e!important;
    }
}
@media (min-width: 993px) {
    .shoptimizer-cart-icon svg {
        stroke: #f1704e!important;
    }
}
@media (max-width: 992px) {
    .shoptimizer-cart-icon svg {
        stroke: #f1704e!important;
    }
}
nav.secondary-navigation li a {
    display: flex !important;
    flex-direction: row-reverse !important;
    background: #48c5b0 !important;
    color: #fff !important;
    padding: 4px 16px !important;
    border-radius: 100px;
    line-height: 26px;
}
@media (min-width: 993px) {
    .secondary-navigation .icon-wrapper {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        transform: unset !important;
        line-height: 0 !important;
        margin: 0 4px 0 0;
    }
}

/* CONTINUAR COMPRANDO */
p.woocommerce-mini-cart__buttons.buttons .continue-shopping {
    background-color: #f1704e !important;
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 10px;
}

/* SHOP */
.cgkit-as-wrap-plp .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button {
min-width: 35px;
min-height: 35px;
line-height: 35px;
}
p.stock.in-stock {
    display: none;
}
@media (max-width: 770px) {
  .rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper [data-rtwpvs-tooltip]:hover:before {
    display:none;
  }
  .rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper .rtwpvs-term[data-rtwpvs-tooltip]:not(.disabled)::before {
    display:none;
}
}

/* SHOP */




/* CHECKOUT */
div#customer_details .col-1,
div#customer_details .col-2 {
  flex: 0 0 auto;
  width: 100%;
}
p#billing_country_field,
p#shipping_country_field {
  display: none;
}
.woocommerce-billing-fields h3 {
    margin: 20px 0 0!important
}

div#address-info,div#customer-info {
    background: #fbfbfb;
    padding: 5px 10px 4px!important;
    color: #464646;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    border-left: 3px solid #000
}
div#address-info a.edit-info,div#customer-info a.edit-info {
    background: #f1f1f1;
    color: #434343;
    border-radius: 3px;
    padding: 4px 10px;
    margin: 5px 0;
    display: block;
    width: fit-content;
    border: 1px solid #e1e1e1
}
.woocommerce-additional-fields {
    display: none;
}


/* THANK YOU PAGE */

.woocommerce-order .woocommerce-message span a.button {
  background: #fff;
  padding: 11px 23px;
  color: #000;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  margin-bottom: 13px;
}
@media (max-width: 992px) {
  .woocommerce-order {
    padding: 60px 10px;
  }
  section.woocommerce-columns.addresses .woocommerce-column.col-1,
  section.woocommerce-columns.addresses .woocommerce-column.col-2 {
    width: 100% !important;
  }
}