@charset "UTF-8";
/*
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
*/
/* VARIABLES */
/* BREAKPOINTS */
/* UTILITY CLASSES */

a:focus {
    outline: 0px dotted #96588a!important;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.section-space {
  margin-top: 40px;
  padding-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .section-space {
    padding-bottom: 0px;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.grecaptcha-badge {
  display: none!important;
}

/* HEADER */
.header.myaccount{ 
    order: 3;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.header.myaccount .userInfo.ms-3 {
    display: none;
}
@media (max-width: 992px) {
    .header.myaccount{ 
        display: flex;
        align-items: center;
        gap: 5px;
        line-height: 17px;
        background: #f0f0f0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px;
    }
    .header.myaccount .userInfo.ms-3 {
        display: block;
    }
  }









.header-4-container .col-full-nav .site-search.type-outline {
    display: flex !important;
    order: 2 !important;
    margin-left: auto !important;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
form.woocommerce-product-search {
    border: 1px solid #ccc;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    height: 34px;
}
form.woocommerce-product-search button[type="submit"] {
    clip: unset;
    position: relative;
    right: 12px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 100px;
}

form.woocommerce-product-search input[type=search] {
    background: #cccccc00 !important;
    padding: 2px 0 0px 24px !important;
    line-height: 1px;
    border-radius: 100px;
    height: 30px !important;
}
.site-search button[type="submit"]:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg\ width=\'24\'\ height=\'24\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ d=\'M21\ 21L15\ 15M17\ 10C17\ 13.866\ 13.866\ 17\ 10\ 17C6.13401\ 17\ 3\ 13.866\ 3\ 10C3\ 6.13401\ 6.13401\ 3\ 10\ 3C13.866\ 3\ 17\ 6.13401\ 17\ 10Z\'\ stroke=\'%2329292E\'\ stroke-width=\'2\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
}
.site-search.type-outline input[type=search] {
    background-color: #ffffff00 !important;
    border: #ffffff00 !important;
    box-shadow: 0 1px 2px 0 rgb(255 255 255 / 5%) !important;
}

form.woocommerce-product-search [type="submit"]:hover{
    background-color: transparent!important;
}
.site-search form:before{
    display: none!important;
}


/*PORCENTAGEM NO CARRINHO*/
#page table.cart.woocommerce-cart-form__contents td.product-price {
  display: table-cell!important;
}
#page table.cart.woocommerce-cart-form__contents td.product-price del {
  opacity: 0.5;
  font-size: 13px;
  margin-right: 3px;
  width: 100%!important;
  display: block;
}



.main-header .site-search,
.main-header .site-branding button.menu-toggle {
  background-color: white !important;
}
.site-header-cart a.cart-contents .shoptimizer-cart-icon .mini-count {
    top: -2px!important;
    left: -1px!important;
    width: 15px!important;
    height: 15px!important;
    line-height: 12px!important;
}
@media screen and (min-width: 992px) {
  .main-header .site-search.type-outline {
    display: none !important;
  }
}
.site-search.type-outline input[type=search] {
    background-color: #ffffff00 !important;
    border: 0px solid #ffffff !important;
    box-shadow: 0 1px 2px 0 rgb(255 255 255 / 5%) !important;
}
.zhf-not-home .search-form::before {
  background-color: black !important;
}
.zhf-not-home .search-field {
  color: black !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.zhf-not-home .search-field::-moz-placeholder {
  color: black !important;
}
.zhf-not-home .search-field::placeholder {
  color: black !important;
}

.header-4-container {
  border-bottom: none !important;
}
.header-4-container #menu-menu {
  min-width: auto !important;
}
@media screen and (max-width: 992px) {
  .header-4-container {
    background-color: white !important;
  }
  .header-4-container .mini-count {
    color: white !important;
    border: none !important;
    background-color: black !important;
  }
  .header-4-container li:not(:last-child) a,
  .header-4-container .myaccount a {
    color: black !important;
  }
}
@media (min-width: 1199px) {
  .header-4-container .primary-navigation {
    position: relative !important;
  }
}
.header-4-container .col-full-nav .site-search.type-outline {
  display: block !important;
  order: 2 !important;
  margin-left: auto !important;
}
@media screen and (max-width: 992px) {
  .header.myaccount.menu-desk,
  .header-4-container .col-full-nav .site-search.type-outline {
    display: none !important;
  }
}
.header-4-container .col-full-nav .site-search.type-outline .search-form {
  transform: translateY(30%);
}
@media (min-width: 993px) {
  .header-4-container .site-search {
    display: block !important;
  }
  .header-4-container .col-full-nav {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .header-4-container .col-full-nav .site-navigation {
    margin-right: auto !important;
  }
.header-4-container .col-full-nav .search-field {
        max-width: 220px;
    }
  .header-4-container .col-full-nav .search-trigger {
    margin-left: auto !important;
  }
  .header-4-container .col-full-nav .site-header-cart {
    order: 3;
    margin-left: 10px !important;
  }
  .header-4-container .col-full-nav .site-header-cart .amount {
    display: none !important;
  }
}
.header-4-container ul#menu-menu li:last-child a {
  color: #bb1818 !important;
}
.header-4-container ul#menu-menu li:last-child a span::before {
  border-color: #bb1818 !important;
}

body:not(.home) .header-4-container {
  background-color: white;
}
body:not(.home) .header-4-container .shoptimizer-cart-icon svg {
  stroke: black;
}
body:not(.home) .header-4-container .mini-count {
  background-color: #bb1818 !important;
  color: white !important;
  border: none !important;
}
body:not(.home) .header-4-container a {
  color: black !important;
}
body:not(.home) .header-4-container a span::before {
  border-color: black !important;
}

/* SCROLLBAR */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #bb1818;
  border: 2px solid #F6F6F6;
}

::-webkit-scrollbar-track {
  background: #F6F6F6;
}

/* GERAL */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #f4f4f4;
}

.site-content h2 + .woocommerce {
  margin-top: 10px !important;
}


/* SHOP */
.badge-zhf {
    font-weight: 300!important;
}

.summary.entry-summary p.price, .summary.entry-summary p.price ins, ul.products li.product .price bdi {
  color: #43b64e !important;
}

.summary.entry-summary p.price, .summary.entry-summary p.price ins, ul.products li.product .price {
  font-weight: 600 !important;
  font-size: 24px !important;
}

.product p.price del bdi, ul.products li.product .price del bdi {
  color: #7e7e7e !important;
  font-size: 16px;
}

.product-details-wrapper .product-label {
  top: 5px !important;
}

/* FOOTER */
footer.copyright {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  footer.copyright {
    margin-top: 0 !important;
  }
}

.site-footer .gamma.widget-title {
    font-size: 16px;
    font-weight: bold;
}
.site-footer a {
  font-weight: 500!important;
}
@media screen and (max-width: 768px) {
  .site-footer .payment-icons > div {
    margin-bottom: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-footer .payment-icons > div .payment-icon svg {
    height: 22px;
  }
  .site-footer .collapsable-footer--available li:last-child {
    border-bottom: none !important;
  }
  .site-footer .box-security {
    display: flex;
    justify-content: center;
  }
  .site-footer .col-full > .widget_custom_html {
    border-bottom: 1px solid #D7E0E9;
  }
}


/* SINGLE */
.product .product-details-wrapper {
    max-width: 1450px;
}
@media (min-width: 992px) { 
  #page .product .woocommerce-product-gallery, .single-product div.product .product-details-wrapper .images {
      width: 50%;
  }
  div.product .summary {
      width: 46%;
  }
}
.single_add_to_cart_button {
  border-radius: 0 !important;
}
.cgkit-attribute-swatch.cgkit-button button {
  font-weight: bold;
}
.single-product #commercegurus-pdp-gallery-wrapper .swiper-button-next,
.single-product #commercegurus-pdp-gallery-wrapper .swiper-button-prev {
  color: white;
  background-color: #bb1818;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}

.single-product #commercegurus-pdp-gallery-wrapper .swiper-button-next::after,
.single-product #commercegurus-pdp-gallery-wrapper .swiper-button-prev::after {
  background: black!important;
  font-size: 12px;
  font-weight: bold;
}
.single-product #commercegurus-pdp-gallery-wrapper .swiper-button-next:hover,
.single-product #commercegurus-pdp-gallery-wrapper .swiper-button-prev:hover {
  background-color: white;
}
.single-product .site-content .col-full {
  background-color: #ffffff !important;
}

div#wc-shipping-simulator h3 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 100px;
  display: block;
}

div#wc-shipping-simulator input.calculate {
  background-color: white;
  color: black;
  border: 2px solid black;
  border-radius: 0;
  padding: 5px 25px;
}

div#wc-shipping-simulator input#zipcode {
  width: 150px !important;
  font-size: 14px !important;
  box-shadow: unset !important;
  padding: 6px 5px 6px 9px !important;
  border-radius: 0;
}

table.table-freight {
  background-color: #f6f5f2 !important;
  color: #6a6a6a;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  margin-top: 15px;
  padding: 10px 0 15px;
}

div#fshipping-results table th, div#fshipping-results table td {
  padding: 5px 0 0 15px;
}

.compre-pelo-whatsapp{
  display: flex; cursor: pointer; gap: 10px; align-items: center; justify-content: center; 
  padding: 5px 30px; background-color: white; color: #3bb54a; border: 2px solid #3bb54a; 
  font-weight: bold; border-right-style: dashed; 
  border-left-style: dashed; transition: background-color 0.3s ease; 
  width: 100%;
}
.compre-pelo-whatsapp:hover{
  background-color: #3bb54a; 
  color: #fff; 
  border: 2px solid #3bb54a; 
}
/* TABELA DE MEDIDAS */
.compre-pelo-whatsapp {
  display: flex;
  cursor: pointer;
  gap: 10px;
  display: inline-block;
  margin: 8px 0 0 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  background-color: white;
  color: #3bb54a;
  border: 2px solid #3bb54a;
  font-weight: bold;
  border-right-style: dashed;
  border-left-style: dashed;
  transition: background-color 0.3s ease;
  width: 100%;
}
button.tabela-de-medidas {
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  transition: 0.3s all;
}
button.tabela-de-medidas:hover {
  background-color: #F5F5F5;
}
button.tabela-de-medidas .icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding: 3px;
}

/* CARRINHO */
#page table.cart.woocommerce-cart-form__contents td.product-price {
  display: table-cell !important;
}

#page table.cart.woocommerce-cart-form__contents td.product-price del {
  width: 100%;
  display: block;
  opacity: 0.5;
  font-size: 13px;
  margin-right: 3px;
}

ul#shipping_method li {
  border: 1px solid #dbdbdb;
  padding: 5px 5px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 5px;
}

/* CHECKOUT */
p#billing_country_field, .woocommerce-additional-fields, p#n_pedido_field {
  display: none !important;
}
#payment .payment_methods li[class*="pagarme"] select {
    padding: 0px 10px!important;
}
div#address-info, div#customer-info {
  background: #f6f6f6;
  padding: 5px 10px 4px !important;
  border: solid 1px #ddd;
  border-radius: 4px;
}

div#address-info a.edit-info, div#customer-info a.edit-info {
  background: #959595;
  color: #fff;
  border-radius: 3px;
  padding: 4px 10px;
  margin: 5px 0px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.woocommerce-billing-fields h3 {
  padding: 20px 0 0px !important;
  margin: 0px 0px 5px !important;
}

/* BANNER PRINCIPAL HOME */
.swiperBannerHomePrincipal:hover .swiper-button-next, .swiperBannerHomePrincipal:hover .swiper-button-prev {
  opacity: 1;
}
.swiperBannerHomePrincipal .swiper-pagination-horizontal {
  bottom: 25px;
}
.swiperBannerHomePrincipal .swiper-pagination-bullet {
  width: 34px;
  height: 3px;
  border-radius: initial;
  background-color: white;
  opacity: initial;
  transition: background-color 0.3s ease;
}
.swiperBannerHomePrincipal .swiper-pagination-bullet:hover:not(.swiperBannerHomePrincipal .swiper-pagination-bullet-active) {
  background-color: #c8564f;
}
.swiperBannerHomePrincipal .swiper-pagination-bullet-active {
  background-color: #bb1818;
}
.swiperBannerHomePrincipal .swiper-button-next, .swiperBannerHomePrincipal .swiper-button-prev {
  opacity: 0;
  background-color: white;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}
.swiperBannerHomePrincipal .swiper-button-next:hover, .swiperBannerHomePrincipal .swiper-button-prev:hover {
  background-color: black;
}
.swiperBannerHomePrincipal .swiper-button-next::after, .swiperBannerHomePrincipal .swiper-button-prev::after {
  color: #bb1818;
  font-size: 12px;
  font-weight: bold;
}
.swiperBannerHomePrincipal .swiper-button-next {
  right: 10%;
}
.swiperBannerHomePrincipal .swiper-button-prev {
  left: 10%;
}

/* COMPRE POR CATEGORIA SWIPER */
.buy-by-category {
  background-color: #f0f0f0;
  padding: 10px 0 0;
}
.buy-by-category div:first-child {
  max-width: 1536px;
}
.buy-by-category .swiperCategorias {
  padding-bottom: 40px;
}
.buy-by-category .swiperCategorias .swiper-button-next,
.buy-by-category .swiperCategorias .swiper-button-prev {
  top: auto;
  bottom: 8px;
  background-color: black;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.buy-by-category .swiperCategorias .swiper-button-next::after,
.buy-by-category .swiperCategorias .swiper-button-prev::after {
  font-size: 12px;
  font-weight: bold;
}
.buy-by-category .swiperCategorias .swiper-button-next {
  right: calc(50% - 40px);
}
.buy-by-category .swiperCategorias .swiper-button-prev {
  left: calc(50% - 40px);
}
@media screen and (min-width: 1280px) {
  .buy-by-category .swiperCategorias {
    padding-bottom: 0;
  }
  .buy-by-category .swiperCategorias .swiper-button-next,
  .buy-by-category .swiperCategorias .swiper-button-prev {
    display: none;
  }
}
.buy-by-category .category-slider-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  transition: 0.3s;
}
.buy-by-category .category-slider-item__image {
  position: relative;
}
.buy-by-category .category-slider-item__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px #757575;
  border-radius: 100%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.buy-by-category .category-slider-item__image:hover::before {
  opacity: 1;
  visibility: visible;
}
.buy-by-category .category-slider-item__image img {
  position: relative;
  display: block;
  border-radius: 100%;
}
.buy-by-category .category-slider-item__title {
  font-weight: bold;
  font-size: 14px;
}

/* PRODUCT CARD GENERAL/EFFECTS */

li.product:hover .woocommerce-image__wrapper {
  transform: scale(1) !important;
}

.woocommerce-loop-product__title {
  font-weight: bold;
}

.woocommerce-image__wrapper .gallery-image {
  z-index: 0 !important;
}

@media screen and (min-width: 993px) {
  .product-card__slide ul.products li.product:not(.product-category) .woocommerce-card__header {
    padding-top: 0;
  }
  .product-card__slide ul.products li.product:not(.product-category):hover .woocommerce-card__header {
    transform: translateY(0) !important;
  }
}
/* APELOS COMERCIAIS */
@media screen and (min-width: 1024px) {
  .swiperApelosComerciais .swiper-wrapper {
    justify-content: space-between;
  }
  .swiperApelosComerciais .swiper-slide {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.swiperApelosComerciais .swiper-slide {
  display: flex;
  justify-content: center;
}
.swiperApelosComerciais .apelos-comerciais {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.swiperApelosComerciais .apelos-comerciais__image {
  width: 30px;
  height: 30px;
}
.swiperApelosComerciais .apelos-comerciais__description {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

/* VEJA MAIS BOTÃO */
.see-more {
  text-align: center;
  right: 50%;
  transform: translateX(50%);
  bottom: 10px;
}
@media screen and (min-width: 640px) {
  .see-more {
    text-align: end;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
  }
}
.see-more a {
  font-size: 16px !important;
  position: relative;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: none !important;
  padding: 0 !important;
  padding-right: 25px !important;
  color: #bb1818 !important;
}
.see-more a:hover::before, .see-more a:hover::after {
  right: -6px;
}
.see-more a::before, .see-more a::after {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.see-more a::before {
  width: 12px;
  height: 2px;
  right: 0;
  background: #bb1818;
  top: 50%;
}
.see-more a::after {
  border: 2px solid #bb1818;
  border-radius: 2px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0;
  right: 0;
  top: calc(50% - 3px);
}/*# sourceMappingURL=style.css.map */