/**************** BOTAO FECHAR HAMBURGUER **************************/
.mobile-menu_wrapper.open .offcanvas-menu-inner,
.offcanvas-search_wrapper.open .offcanvas-menu-inner {
    right: auto;
    left: 0;
}

.btn-close {
    right: -60px;
    left: unset;
}

/**********************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.status .small-title {
    margin-bottom: 2rem;
}

html {
    /* scroll-behavior: smooth; */
}

body,
html {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.grayscale {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

p {
    line-height: 1.5;
}

.historico-list p {
    margin-bottom: 0;
}

.historico-list li {
    margin-bottom: 1rem;
}

.megamenuTitlte h2 a {
    font-size: 1rem;
}

.desc-prod p {
    font-size: 18px;
}

.heading-gradient > * > span {
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: -o-radial-gradient(
        left top,
        circle,
        #333 20%,
        #333 20%,
        #333 40%
    );
    background: radial-gradient(
        circle at left top,
        #333 20%,
        #333 20%,
        #333 40%
    );
}

.heading-text p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #777;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.landpage h2 {
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.landpage h3 {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.page-start {
    padding: 100px 0 80px 0;
}

.page-inner {
    padding: 80px 0 80px 0;
}

.page-end {
    padding: 80px 0 100px 0;
}

.umino-section_title.landpage {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single-slide.banner- {
    height: 300px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contato-footer li {
}

header.header-main_area .hm-searchbox input {
    border-radius: 10px;
    font-size: 16px;
    height: 45px;
    border: none;
    width: 100%;
    padding: 0 60px 0 33px;
}

.desc-prod h2 {
    font-size: clamp(22px, 1.9vw, 30px);
    font-weight: 500;
}

.btn-banner {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    background: #fff !important;
    color: var(--cor-1) !important;
    padding: 10px 30px;
    border-radius: 0.25em;
    text-transform: uppercase;
    /* box-shadow: 0.5rem 0.5rem 1rem rgba(0,0,0,.5); */
    letter-spacing: 2px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin-bottom: 0 !important;
    font-family: var(--font-1);
}

.btn-banner span {
    font-family: var(--font-1) !important;
}

.btn-banner:hover {
    background: var(--cor-1) !important;
    color: #fff !important;
}

.btn-banner span {
    color: var(--cor-1) !important;
}

header.header-main_area .hm-searchbox input {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 0;
    background: #fff;
    color: var(--cor-1);
    width: 100%;
    margin-left: auto;
}

header.header-main_area .hm-searchbox input::-webkit-input-placeholder {
    color: #666;
    font-weight: 600;
}

header.header-main_area .hm-searchbox input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
    font-weight: 600;
}

header.header-main_area .hm-searchbox input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
    font-weight: 600;
}

header.header-main_area .hm-searchbox input:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
    font-weight: 600;
}

.header-main_area
    .header-sticky.sticky.header-sticky
    .hm-searchbox
    input::-webkit-input-placeholder {
    color: #666;
    font-weight: 600;
}

.header-main_area
    .header-sticky.sticky.header-sticky
    .hm-searchbox
    input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
    font-weight: 600;
}

.header-main_area
    .header-sticky.sticky.header-sticky
    .hm-searchbox
    input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
    font-weight: 600;
}

.header-main_area
    .header-sticky.sticky.header-sticky
    .hm-searchbox
    input:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
    font-weight: 600;
}

header.header-main_area .sticky .hm-searchbox input {
    margin-bottom: 15px;
}

.icon-header {
    height: 100%;
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.hm-minicart_area > ul > li > a .minicart-icon .item-count {
    right: -8px;
}

.slider-navigation_style-1 .slick-arrow {
    opacity: 1;
}

.umino-shipping_area {
    padding-top: 0;
    background: #f3f3f4;
}

.umino-shipping_area .shipping-nav {
    border: unset;
    padding: 15px 0;
}

.icon-under-banner {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.umino-shipping_area .shipping-nav .shipping-item .shipping-icon {
    color: #fed100;
    font-size: unset;
    border-radius: unset;
    width: 50px;
    /* height: 50px; */
    line-height: 1;
    display: block;
    text-align: center;
}

.shipping-nav > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shipping-nav > div > .shipping-item {
    width: calc(25% - 20px);
    padding: 0 10px;
}

.header-middle_area {
    padding: 0;
    background: var(--bg-1);
}

.mini-banners .box-responsivo {
    width: calc(25% - 20px);
    margin: 0 10px;
    height: auto;
    background: #000;
    border-radius: 0.25em;
}

.mini-banners .box-responsivo:after {
    content: "";
    padding-top: 66.6666666%;
    display: block;
}

.header-bottom_area .main-menu_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-bottom_area > .container > .row {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.hm-minicart_area > ul > li > a .minicart-icon {
    margin-right: 0;
    font-size: 20px;
}

.hm-minicart_area > ul li:first-child {
    margin-right: 0 !important;
}

.shop-product-wrap.grid.row > div {
    border-radius: 0;
}

.shop-product-wrap.grid.row > div:hover {
    border-color: var(--cor-1);
}

.template-color-1 .umino-content_wrapper .slide-item .single-product {
    border: unset;
}

.container-meus-pedidos {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    margin-bottom: 20px;
}

.container-meus-pedidos:last-child {
    margin-bottom: 20px;
}

.container-meus-pedidos > div {
    width: calc(100% / 3);
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

.container-meus-pedidos > div:last-child {
    border-right: unset;
}

.container-meus-pedidos > div > a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background: var(--cor-1);
    color: #fff;
    border-radius: 0.25em;
    margin-top: 10px;
    padding: 8px 15px;
}

.container-meus-pedidos > div > a:hover {
    background: #333;
    color: #fff !important;
}

a.voltar-conta {
    font-weight: bold;
    line-height: 1.3;
    background: var(--cor-1);
    color: #fff;
    padding: 8px 30px;
    border-radius: 0.25em;
    text-transform: uppercase;
    height: unset;
    display: block;
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

a.voltar-conta:hover {
    background: var(--cor-2);
    color: #fff !important;
}

.pedidos .container-product {
    border: 1px solid #ced4da;
    border-radius: 0.25em;
    margin-bottom: 10px;
    position: relative;
    padding: 15px;
}

.pedidos .infos-extra > span {
    color: #333333 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: unset !important;
    display: block;
}

.pedidos .infos-extra > b {
    font-weight: bold !important;
}

.listagem-itens #change-grid > [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.umino-content_wrapper .slide-item .single-product {
    padding: 5px 0px;
    padding-top: 20px;
    border-radius: 3px;
}

.umino-content_wrapper .shop-product-wrap.grid .slide-item {
    height: 100%;
}

.umino-content_wrapper .shop-product-wrap.grid .slide-item .single-product {
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.umino-content_wrapper
    .shop-product-wrap.grid
    [class*="col-"]:not(:nth-child(-n + 3))
    .slide-item
    .single-product {
    margin-top: unset;
}

.umino-product_slider
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name,
.umino-product_slider-2
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name,
.umino-product_slider-3
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name,
.umino-product_slider-4
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name,
.umino-product-tab_slider
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name,
.umino-product-tab_slider-2
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name,
.umino-content_wrapper
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name {
    font-weight: bold;
}

.umino-product_slider
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .old-price,
.umino-product_slider-2
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .old-price,
.umino-product_slider-3
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .old-price,
.umino-product_slider-4
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .old-price,
.umino-product-tab_slider
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .old-price,
.umino-product-tab_slider-2
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .old-price,
.umino-content_wrapper
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .old-price {
    display: block;
    font-size: 15px;
    line-height: 1.2;
}

.umino-product_slider
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .new-price,
.umino-product_slider-2
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .new-price,
.umino-product_slider-3
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .new-price,
.umino-product_slider-4
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .new-price,
.umino-product-tab_slider
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .new-price,
.umino-product-tab_slider-2
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .new-price,
.umino-content_wrapper
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    .price-box
    .new-price {
    color: #333;
    font-size: 18px;
    font-weight: 900;
    font-family: var(--font-1) !important;
}

.single-product .price-box .parcelas {
    display: block;
    font-size: 14px;
}

.btn-buy {
    display: block;
    height: 35px;
    width: 100%;
}

.btn-buy > a {
    display: block;
    line-height: 2;
    width: 100%;
    border: 1px solid var(--cor-1);
    border-radius: 3px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    font-weight: bold;
    background: var(--bg-1);
    color: #fff;
    position: relative;
}

.umino-content_wrapper
    .shop-product-wrap.grid
    .slide-item
    .single-product.out-of-stock
    .btn-buy
    > a {
    visibility: hidden;
}

.umino-content_wrapper
    .shop-product-wrap.grid
    .slide-item
    .single-product.out-of-stock
    .btn-buy
    > a:after {
    content: "Avise-me";
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    line-height: 2;
    width: 100%;
    border: 1px solid var(--cor-1);
    border-radius: 0.25em;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
    font-weight: bold;
    background: var(--cor-1);
    color: #fff;
}

.shop-product-wrap.grid.row > div:hover .btn-buy > a {
    border-color: var(--cor-1);
    color: #fff;
}

.btn-buy > a:hover {
    border-color: var(--cor-1);
    background: var(--cor-1);
    color: #fff !important;
}

.single-product.box-produtos-main:hover .btn-buy > a,
.shop-product-wrap.grid > div:hover .btn-buy > a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.umino-content_wrapper
    .shop-toolbar
    .product-item-selection_area
    .product-short
    .nice-select.itens-pagina {
    width: 85px;
}

.umino-content_wrapper
    .shop-toolbar
    .product-item-selection_area
    .product-short
    > label {
    padding-right: 15px;
}

.shop-product-wrap.grid.row {
    margin-left: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 2rem;
}

.header-logo img {
    max-width: 100%;
    height: 75px;
    width: auto;
    margin: 10px 0;
}

.single-product.box-produtos-main .product-img,
.shop-product-wrap.grid.row .slide-item .single-product .product-img {
    width: 100%;
    position: relative;
}

.single-product.box-produtos-main .product-img:after,
.shop-product-wrap.grid.row .slide-item .single-product .product-img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.single-product.box-produtos-main .product-img img,
.umino-content_wrapper
    .shop-product-wrap.grid
    .slide-item
    .single-product
    .product-img
    img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    background: #fff;
    border-radius: 4px;
}

.umino-content_wrapper
    .shop-product-wrap.grid
    .slide-item
    .single-product.out-of-stock
    img.primary-img {
    -o-object-position: center;
    object-position: center;
}

.umino-slider_area-4 .main-slider.slider-navigation_style-1 .slick-arrow {
    background-color: transparent !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    /* border: 2px solid var(--cor-2); */
    box-shadow: unset;
    font-size: 45px;
    color: #fff !important;
}

.umino-slider_area-4 .main-slider.slider-navigation_style-1 .slick-arrow:hover {
    color: var(--cor-1) !important;
}

.slider-navigation_style-1 .slick-arrow {
    color: var(--cor-2) !important;
}

.umino-slider_area-4 .main-slider.slider-navigation_style-1 .slick-arrow:hover {
    background-color: var(--cor-1);
    border-color: var(--cor-1);
}

.banner-responsivo-zoom-landscape {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0.25em;
}

.banner-responsivo-zoom-landscape:after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 2.68);
}

.banner-responsivo-zoom-landscape img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.banner-responsivo-zoom-landscape:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

.footer-top_area .newsletter-info > span {
    padding-left: 0;
    color: #fff;
    letter-spacing: 0.5px;
}

.umino-brand_area {
    margin-top: 40px;
}

.umino-brand_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.umino-brand_slider .slick-slide img {
    width: 70% !important;
    margin: auto !important;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.umino-brand_slider .slick-list .slick-slide {
    margin-left: unset !important;
    border-right: 1px solid var(--cor-1);
    height: auto;
}

.umino-brand_area
    .umino-brand_nav
    .umino-brand_slider
    .slide-item
    > a:hover
    > img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.umino-brand_area .umino-brand_nav {
    border: unset;
    padding: 0;
}

.umino-section_title.text-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.umino-section_title.text-left > h3:before {
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.umino-section_title.text-left {
    margin-bottom: 10px;
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li {
    margin-bottom: 10px;
    background: #efefef;
    border-radius: 0;
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li
    > a {
    display: block;
    padding-bottom: unset;
    padding: 15px 10px;
    padding-right: 27px;
    position: relative;
    line-height: 1;
    border-radius: 0;
    font-weight: 600;
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li
    > a
    > i {
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    height: 16px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #333;
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li:first-child {
    padding-top: unset;
    margin-top: 20px;
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li.open
    > a
    > i,
.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li.open
    > a {
    color: #333;
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li:last-child
    > a {
    padding-bottom: 15px;
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li.has-sub
    > ul
    > li {
    margin: unset;
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li.has-sub
    > ul
    > li
    > a {
    padding: 10px 10px 10px 20px;
    color: #696969;
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li.has-sub
    > ul
    > li
    > a
    > .form-group.form-check {
    margin: 0;
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li.has-sub
    > ul
    > li
    > a
    > .form-group.form-check
    .form-check-input {
    position: absolute;
    margin-top: unset;
    margin-left: unset;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
}

.header-main_area .header-sticky.sticky.header-sticky {
    background: #d10000;
    -webkit-box-shadow: 0 5px 17px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 17px rgba(0, 0, 0, 0.3);
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .umino-categories_title {
    padding-top: 0;
}

.template-color-1 .main-menu_area .main_nav > ul > li.active > a {
    color: inherit;
}

.header-bottom_area .main-menu_area > nav > ul > li > a {
    font-weight: 500;
    font-size: 1vw;
    color: #fff;
    letter-spacing: 0.5px;
}

.shipping-content > h6 {
    line-height: 1.4;
    padding-bottom: 0 !important;
    font-weight: 400;
}

.slider-destaque .slick-list .slick-slide {
    margin-left: 0;
}

.template-color-1
    .umino-product_slider-2.slider-destaque
    .slide-item
    .single-product {
    border: 1px solid rgb(208 184 132 / 0.3);
    border-radius: 0;
    background: transparent;
    height: 100%;
}

.template-color-1
    .umino-product_slider-2.slider-destaque
    .slide-item
    .single-product:hover {
    border-color: var(--cor-1);
}

.umino-product_slider-2.slider-destaque
    .slide-item
    .single-product
    .product-content {
    text-align: center;
}

.umino-product_slider-2.slider-destaque .slide-item .single-product {
    padding: 10px 20px;
}

.slider-destaque .single-product:hover .btn-buy > a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.slider-destaque .single-product .btn-buy > a:hover {
    background: var(--cor-1);
    border-color: var(--cor-1);
    color: #fff !important;
}

.umino-paginatoin-area .umino-pagination-box {
    font-weight: bold;
    border-radius: 0.25em;
    border: none;
}

.umino-paginatoin-area .umino-pagination-box li > a {
    padding: 0 20px;
    font-size: 16px;
}

.breadcrumb-content {
    font-size: 13px;
    line-height: 1.3;
}

.container-custom {
    padding: 0 3vw;
}

.sp-nav .sp-content .price-box span.parcelas.d-block {
    font-size: 17px;
    font-weight: 600;
}

.sp-area .sp-nav .sp-content .quantity .additional-btn_area {
    padding-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sp-area .sp-nav .sp-content .quantity .additional-btn_area .additional_btn {
    border: 2px solid #28a745;
    border-radius: 0;
    background: #28a745;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    width: 100%;
    max-width: 300px;
    height: unset;
    line-height: 2;
    text-align: center;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}

.header-main_area .header-sticky.sticky.header-sticky .header-logo {
    padding-top: 0;
}

.header-main_area .header-sticky.sticky.header-sticky .header-logo > a > img {
    width: 100%;
}

.container-footer-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #efefef;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-footer > img {
    height: 35px;
    width: auto;
}

.medias-footer a {
    margin-right: 20px;
    line-height: 1;
}

.medias-footer a i {
    font-size: 30px;
    line-height: 1;
    color: #444;
    margin-right: 0.8rem;
}

.container-footer-middle {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #efefef;
}

.seguranca-footer img {
    height: 37px;
    width: auto;
}

.seguranca-footer > * {
    margin-right: 10px;
    font-weight: 500;
    font-size: 100%;
}

.pagamento-footer > img {
    height: 90px;
    width: auto;
    margin: 5px;
    image-rendering: -webkit-optimize-contrast;
}

.footer-bottom_area {
    padding: 15px;
}

.container-footer-middle > div:first-child {
    width: 30%;
}

.container-footer-middle > div {
    width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
}

.container-footer-middle h5 {
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    /* margin-right: auto; */
}

.container-footer-middle p,
.container-footer-middle a {
    font-weight: 500;
}

.header-bottom_area .mobile-menu_area {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sp-area
    .sp-nav
    .sp-content
    .quantity
    .additional-btn_area
    .additional_btn:hover {
    border: 2px solid #28a745;
    background: #28a745;
    opacity: 0.8;
}

.color-list_area {
    border: unset;
    padding: 0 0 25px 0;
    padding-left: 0;
}

.footer-bottom_area {
    padding: 0.8em 5em 0.8em 3em;
    background: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

#footer-checkout .footer-bottom_area {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.extra-footer {
    -ms-flex-align: end !important;
    /* align-items: flex-end!important; */
}

.sp-area .sp-nav .sp-content .product-size_box {
    padding-bottom: 25px;
    padding-top: 0px;
}

.sp-area .sp-nav .sp-content .quantity {
    padding-bottom: 25px;
    padding-top: 0px;
}

.color-list_area .color-list .single-color {
    width: 35px;
    height: 35px;
    border-radius: 0.25em;
}

.sp-img_slider-3 .slick-slide img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

span.sub-title.product-settings {
    font-size: 15px;
    font-weight: 500;
}

.color-list_area .color-list .single-color span {
    border-radius: 0.25em;
}

.sp-area
    .sp-nav
    .sp-img_slider.slider-navigation_style-4.modified
    .slick-list
    .slick-slide {
    margin: 0 5px;
}

.sp-area .sp-nav .sp-img_slider.slider-navigation_style-4.modified {
    padding: 0 10px;
    margin-top: 10px;
}

.slider-navigation_style-4.modified .slick-arrow {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.slider-navigation_style-3 .slick-arrow,
.slider-navigation_style-4 .slick-arrow {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    border-radius: 0.25em !important;
    opacity: 0.7;
}

.slider-navigation_style-3 .slick-arrow,
.slider-navigation_style-4 .slick-arrow:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    opacity: 1;
}

.color-list_area .color-list .color-text {
    position: absolute;
    right: unset;
    left: 100%;
    width: 100% !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 16px !important;
    line-height: 1;
}

.slider-navigation_style-3 .slick-arrow.slick-disabled,
.slider-navigation_style-4 .slick-arrow.slick-disabled {
    opacity: 0;
}

.header-bottom_area .main-menu_area > nav > ul > li:last-child {
    padding-left: 0;
}

.header-bottom_area .main-menu_area > nav > ul > li {
    padding-right: 0;
    padding-left: 0;
}

.offcanvas-navigation .mobile-menu {
    overflow-y: hidden;
}

.header-top_area .ht-right_area.modified-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.umino-product_slider .slide-item .single-product .product-img .add-actions,
.umino-product_slider-2 .slide-item .single-product .product-img .add-actions,
.umino-product_slider-3 .slide-item .single-product .product-img .add-actions,
.umino-product_slider-4 .slide-item .single-product .product-img .add-actions,
.umino-product-tab_slider .slide-item .single-product .product-img .add-actions,
.umino-product-tab_slider-2
    .slide-item
    .single-product
    .product-img
    .add-actions,
.umino-content_wrapper .slide-item .single-product .product-img .add-actions {
    bottom: 5px;
}

.umino-product_slider
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a:hover,
.umino-product_slider-2
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a:hover,
.umino-product_slider-3
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a:hover,
.umino-product_slider-4
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a:hover,
.umino-product-tab_slider
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a:hover,
.umino-product-tab_slider-2
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a:hover,
.umino-content_wrapper
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a:hover {
    background-color: var(--cor-1);
}

.umino-product_slider
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a,
.umino-product_slider-2
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a,
.umino-product_slider-3
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a,
.umino-product_slider-4
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a,
.umino-product-tab_slider
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a,
.umino-product-tab_slider-2
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a,
.umino-content_wrapper
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li
    > a {
    background-color: #333;
    color: #fff !important;
}

.hm-minicart_area > ul > li > a .minicart-icon {
    color: var(--cor-1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-area .sp-nav .category-list_area ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp-area .sp-nav .category-list_area ul > li {
    text-transform: uppercase;
    color: #fff;
    background: #333;
    line-height: 1;
    height: unset;
    padding: 5px;
    margin-left: 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    float: left;
    margin-right: 0;
    margin: 2.5px 0;
    border-radius: 4px;
    width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.sp-area .sp-nav .category-list_area ul > li {
    margin: 2.5px !important;
}

.sp-area .sp-nav .sp-content .color-list_area {
    margin-top: 0;
}

.sp-area .sp-nav .category-list_area {
    padding-top: 0;
    padding-bottom: 10px;
}

.sp-area .sp-nav .category-list_area {
    padding-top: 0;
    padding-bottom: 10px;
}

.sp-area .sp-nav .category-list_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 25px;
}

.sp-area .sp-nav .sp-content .sp-heading > h2 {
    padding-bottom: 0;
}

.sp-area .sp-nav .sp-content .sp-heading {
    padding-bottom: 25px;
}

.sp-area .sp-nav .sp-content .sp-heading > h2 {
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}

.single-product .tags {
    display: block;
    position: absolute;
    top: 7.5px;
    right: 0;
    z-index: 1;
}

.single-product .tags > span {
    display: block;
    line-height: 1;
    width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    color: #fff;
    background: #333;
    border-radius: 0.25em;
    padding: 4px 6px;
    margin-bottom: 2px;
    font-size: 12px;
}

.sp-area {
    padding: 0 0 0;
}

.color-list_area .color-list .single-color {
    border: 2px solid #ebebeb;
}

.template-color-1 .color-list .single-color.active {
    border-color: #333;
}

.sp-area .sp-nav .category-list_area.position-absolute {
    padding-top: 15px;
    left: 30px;
    z-index: 10;
}

.sp-area .sp-nav .sp-content .color-chose {
    padding-bottom: 25px;
    padding-top: 0px;
}

.sp-area .sp-nav .category-list_area ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sp-area .sp-nav .category-list_area.position-absolute.modified-relative-mob {
    position: relative !important;
    left: unset;
    top: unset;
    padding: 10px 0 !important;
    display: none;
}

.umino-product_area.p-b-80 {
    padding-top: 55px;
    padding-bottom: 80px !important;
}

.color-chose > .sub-title.product-settings {
    padding-bottom: 8px;
    display: block;
}

.color-chose > ul {
    height: 32px;
}

.color-chose > ul > li {
    float: left;
}

.color-chose > ul > li > div {
    margin: unset;
    padding: unset;
    margin-right: 8px;
}

.color-chose > ul > li > div > input {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}

.color-chose > ul > li > div > label {
    display: block;
    position: relative;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: 2px solid #efefef;
    border-radius: 0.25em;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.color-chose > ul > li > div > input:checked + label {
    border-color: #111;
}

.color-chose > ul > li > div > label > img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#editor-text-modified .h1,
#editor-text-modified .h2,
#editor-text-modified .h3,
#editor-text-modified .h4,
#editor-text-modified .h5,
#editor-text-modified .h6,
#editor-text-modified h1,
#editor-text-modified h2,
#editor-text-modified h3,
#editor-text-modified h4,
#editor-text-modified h5,
#editor-text-modified h6 {
    margin-bottom: 1.5rem;
    font-weight: 600;
}

#editor-text-modified p,
#editor-text-modified ul {
    margin-bottom: 1.5rem;
}

#editor-text-modified ul {
    list-style: decimal;
    padding-left: 30px;
}

.contact-main-page .contact-form-content .contact-form .form-group label {
    margin-bottom: 5px;
}

.contact-main-page {
    padding: 0 0 60px;
}

.contact-main-page .contact-page-side-content {
    padding: 15px !important;
}

.frequently-area.login-cadastro .login-form select,
.frequently-area.login-cadastro .login-form input {
    border: 1px solid #bfbfbf;
    background: #fff;
    color: #111;
    height: 40px;
}

.frequently-area.login-cadastro .login-form select[type="checkbox"],
.frequently-area.login-cadastro .login-form select[type="checkbox"],
.frequently-area.login-cadastro .login-form select[type="radio"],
.frequently-area.login-cadastro .login-form input[type="radio"] {
    border: unset;
    background: #fff;
    color: #111;
    height: auto;
    width: auto;
}

.frequently-area.login-cadastro .card-body {
    padding: 0;
}

.frequently-area.login-cadastro
    .frequently-accordion
    .card-header
    a.collapsed:before {
    content: "\f061";
    font-weight: 900;
}

.frequently-area.login-cadastro .frequently-accordion .actives > .card-header {
    background-color: #f4f4f4;
}

.frequently-area.login-cadastro .frequently-accordion .actives {
    border: 2px solid #f4f4f4;
}

.frequently-area.login-cadastro
    .frequently-accordion
    .actives
    > .card-header
    > h5
    > a:after {
    color: #111;
}

.frequently-area.login-cadastro .frequently-accordion .card {
    border-radius: 0;
    margin-bottom: 0;
}

.frequently-area.login-cadastro .card {
    border: 2px solid #333;
}

.frequently-area.login-cadastro .card {
    border-color: var(--cor-1);
}

.frequently-area.login-cadastro .frequently-accordion .card {
    border-radius: 0.25em;
}

.frequently-area.login-cadastro .card-header h5 > a {
    color: #fff;
}

.frequently-area.login-cadastro .card-header:hover h5 > a {
    color: #fff !important;
}

.frequently-area.login-cadastro .card-header:first-child {
    border-radius: 0;
}

.frequently-area.login-cadastro
    .frequently-accordion
    .actives
    > .card-header
    h5
    > a {
    color: #333;
}

.frequently-area.login-cadastro .frequently-accordion .card-header {
    background-color: var(--cor-1);
}

.frequently-area.login-cadastro
    .frequently-accordion
    .card-header
    a.collapsed:before {
    color: #fff;
}

.frequently-area .frequently-accordion .card-header a:after {
    color: #666;
}

.frequently-area .frequently-accordion .card-header a:after {
    content: "\f067";
}

.frequently-area .frequently-accordion .actives > .card-header > h5 > a:after {
    content: "\f068";
    color: #333;
}

.frequently-area .gold .frequently-accordion .actives > .card-header > h5 > a {
    background: var(--cor-2);
    color: #fff;
}

.frequently-area .gold .frequently-accordion .actives {
    border-color: var(--cor-2);
}

.login-form {
    background-color: #f4f4f4;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-top: 10px;
}

.forgotton-password_info {
    text-align: end;
}

.login-form select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #ebebeb;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #888888;
    margin-bottom: 15px;
}

.wrapper-center-input > input {
    margin: auto 0;
    height: auto;
    top: 0;
    bottom: 11px;
    left: 0;
}

.account-page-area .login-form {
    background-color: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
}

.account-page-area .login-form input {
    border-color: #adadad;
}

.account-page-area .login-form select,
.account-page-area .login-form input {
    border: 1px solid #bfbfbf;
    background: #fff;
    color: #111;
    height: 40px;
}

.umino-login_btn,
.umino-register_btn {
    font-weight: 500;
    background-color: #333333;
    color: #ffffff;
    display: block;
    margin-top: 30px;
    width: 140px;
    padding: 0 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    border: 0;
    text-transform: uppercase;
}

.object-150-center {
    width: 150px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.container-product {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 35px;
    box-shadow: 0 3px 2px 0 rgb(0 0 0 / 10%);
}

.container-product:last-child {
    margin-bottom: 0;
}

.container-product > .box-image {
    width: 150px;
}

.container-product > .box-name-value-remove {
    width: 55%;
    padding-left: 15px;
    line-height: 35px;
}

.container-product .box-quantidade-total .form-control {
    width: 50px;
}

.container-product .box-quantidade-total .form-control {
    height: 40px;
    font-size: 16px;
}

.quantify-content input::placeholder {
    color: #111;
    font-weight: 500;
}

button.product-qtd__btn {
    width: 25px;
    height: 25px;
    border: 2px solid #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 1.1rem;
    color: hsl(0deg 0% 70%);
    margin: 5px;
    text-align: center;
}

.product-qtd__btn:active {
    /* background: red; */
    transition: all 0.2s ease;
    transform: scale(0.8);
}

.box-resumo {
    background: #f3f3f4;
    padding: 30px 15px;
    border-radius: 0.25em;
}

.box-resumo > div {
    padding-bottom: 12.5px;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 12.5px;
}

.box-resumo > div:last-child {
    padding-bottom: unset;
    border-bottom: unset;
    margin-bottom: unset;
}

.box-resumo span {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.box-resumo span:last-child {
    font-size: 17px;
    color: #111;
    font-weight: bold;
}

.box-resumo > div:last-child span {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.text-underline {
    text-decoration: underline !important;
}

.font-weight-500 {
    font-weight: 500;
}

.btn.btn-comprar {
    background: green;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    color: #fff;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.btn-custom-escolha {
    background: transparent;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    color: white;
    background-color: var(--cor-1);
    -webkit-transition: unset;
    -o-transition: unset;
    transition: all .25s ease;
    border: 2px solid var(--cor-1);
    font-size: 1rem;
}

.btn-custom-escolha:hover {
    background-color: transparent;
    color: var(--cor-1);
}

.btn.btn-comprar:hover {
    background: var(--cor-1);
    border-color: var(--cor-1);
    color: #fff !important;
}

.btn.btn-comprar.btn-carrinho {
    font-size: 20px;
    padding: 10px 15px;
    display: block;
}

.coupon-all .coupon input {
    border: 1px solid #ced4da;
    border-radius: 0.25em;
    width: 150px;
    color: #333;
    background: white;
}

.coupon-all {
    margin-top: 2rem;
}

.coupon-all .coupon {
    float: unset;
}

.coupon label {
    font-weight: 600;
    font-size: 1.1em;
    cursor: pointer;
}

.form-check-input {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 100%;
    margin-left: -1.25rem;
}

.box-termos .form-check-input {
    top: 1px;
    margin: unset;
    height: auto;
}

.box-termos .form-check-label {
    margin-bottom: 0;
    line-height: 1;
    margin-left: 20px;
}

.box-frete-select small {
    line-height: 1;
    font-size: 100%;
}

.coupon-all .coupon input.button,
.coupon-all .coupon2 input.button {
    border-radius: 0.25em;
}

.header-bottom_area
    .main-menu_area
    > nav
    > ul
    > li.megamenu-holder
    .umino-megamenu {
    background: #f3f3f4;
    width: 70%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
}

.header-bottom_area .main-menu_area > nav > ul > li.megamenu-holder > ul > li {
    width: 15%;
}

.header-bottom_area
    .main-menu_area
    > nav
    > ul
    > li.megamenu-holder
    > ul
    > li
    > ul
    > li {
    margin: 8px 0;
}

.header-bottom_area
    .main-menu_area
    > nav
    > ul
    > li.megamenu-holder
    > ul
    > li
    > ul
    > li
    > a {
    display: block;
    line-height: 1.3;
    font-size: 16px;
}

a,
button,
.global-overlay,
.quantity .cart-plus-minus > .qtybutton,
.group-quantity .cart-plus-minus > .qtybutton,
.price-filter .ui-slider-handle,
.price-filter .price-slider-amount .label-input .filter-btn,
.img-hover_effect a img,
#Instafeed > li > a,
#Instafeed > li > a:before,
#Instafeed > li > a:after,
.popup_wrapper,
.popup_wrapper .test .popup_off,
.popup_wrapper .test .popup_off > i,
.popup_wrapper .subscribe_area .subscribe-form-group form button,
.umino-btn,
.umino-banner_btn,
.umino-btn-bondi_blue,
.umino-btn_fullwidth,
.umino-compare_btn,
.umino-filter_btn,
.umino-btn_dark,
.umino-btn_red,
.umino-btn_yellow,
.umino-btn_limerick,
.umino-slider_btn,
.mobile-menu_wrapper .offcanvas-menu-inner,
.offcanvas-search_wrapper .offcanvas-menu-inner,
.btn-close,
.btn-close > i,
.offcanvas-navigation .mobile-menu li > .menu-expand,
.category-menu .category-menu-list > ul > li.right-menu > a:after,
.cat-mega-menu,
.cat-dropdown_menu,
.umino-brand_area .umino-brand_nav .umino-brand_slider .slide-item > a > img,
.umino-product_slider .slide-item .single-product,
.umino-product_slider-2 .slide-item .single-product,
.umino-product_slider-3 .slide-item .single-product,
.umino-product_slider-4 .slide-item .single-product,
.umino-product-tab_slider .slide-item .single-product,
.umino-product-tab_slider-2 .slide-item .single-product,
.umino-content_wrapper .slide-item .single-product,
.umino-product_slider
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li,
.umino-product_slider-2
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li,
.umino-product_slider-3
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li,
.umino-product_slider-4
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li,
.umino-product-tab_slider
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li,
.umino-product-tab_slider-2
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li,
.umino-content_wrapper
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li,
.umino-product_slider .slick-dots li,
.umino-product_slider-2 .slick-dots li,
.umino-product_slider-3 .slick-dots li,
.umino-product_slider-4 .slick-dots li,
.umino-product-tab_slider .slick-dots li,
.umino-product-tab_slider-2 .slick-dots li,
.umino-content_wrapper .slick-dots li,
.multiple-product_area .umino-product_slider-4 .slick-dots li,
.newsletter-form_wrap .subscribe-form .newsletter-btn,
.umino-product-tab_area
    .umino-product-tab_nav
    .product-tab
    > ul.product-menu
    > li
    > a.active,
.umino-product-tab_area-2 .product-tab_wrap .product-tab > ul > li > a > img,
.modal-wrapper.modal,
.modal-wrapper .modal-dialog .modal-content .modal-body .close,
.modal-wrapper
    .modal-dialog
    .modal-content
    .modal-body
    .modal-inner-area
    .sp-img_slider-nav
    .slick-list
    .single-slide,
.slider-navigation_style-4 .slick-arrow,
.sp-img_slider-2 a > i,
.main-slider .slick-dots li,
.header-middle_area .hm-searchbox .umino-search_btn > i,
.hm-minicart_area > ul > li .minicart-body,
.hm-minicart_area
    > ul
    > li
    .minicart-body
    > li
    .minicart-single_item
    .product-item_remove,
.hm-minicart_area
    > ul
    > li
    .minicart-body
    > li
    .minicart-single_item
    .minicart-img,
.header-bottom_area .main-menu_area > nav > ul > li .hm-dropdown,
.header-bottom_area .main-menu_area > nav > ul > li > ul > li > a > i,
.header-bottom_area
    .main-menu_area
    > nav
    > ul
    > li.megamenu-holder
    .umino-megamenu,
.header-bottom_area .main-menu_area > nav > ul > li > a:before,
.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li
    > ul
    li,
.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li
    > a
    > i,
.umino-content_wrapper .shop-product-wrap > [class*="col-"],
.sp-area .sp-nav .sp-content .page-navigation > a,
.sp-area .sp-nav .sp-content .qty-btn_area > ul li > a.qty-btn,
.sp-area .sp-nav .sp-content .qty-btn_area > ul li > a > i,
.sp-gallery_area .sp-nav .sp-gallery .lg-image,
.sp-tab_area .product-tab .product-menu > li > a:before,
.blog-grid-view_area
    .blog-item_wrap
    .blog-item
    .blog-img
    .post-category
    > ul
    > li
    > a,
.umino-blog-details .blog-item .blog-img .post-category > ul > li > a,
.umino-blog-details .umino-tag-line a,
.umino-blog-details
    .umino-blog-comment-wrapper
    form
    .comment-post-box
    .comment-btn_wrap
    .umino-post-btn_area
    .umino-post_btn,
.myaccount-tab-content,
.login-form .check-box input[type="checkbox"] + label:before,
.login-form .check-box input[type="checkbox"] + label:after,
.umino-login_btn,
.umino-register_btn,
.table-content table td.umino-cart_btn a,
.coupon-all .coupon input.button,
.coupon-all .coupon2 input.button,
.cart-page-total a,
.coupon-accordion span,
.coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"],
.order-button-payment input,
.compare-table .table tbody tr,
.contact-main-page
    .contact-form-content
    .contact-form
    .form-group
    .umino-contact-form_btn,
.main-content_area
    .accordion-with-testimonials_area
    .accordion-area
    .about-us_accordion
    #accordion
    .card
    .card-header,
.main-content_area
    .accordion-with-testimonials_area
    .testimonials-area
    .testimonial-slider
    .slick-dots
    li,
.error404-area .search-error-wrapper .umino-error_btn {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.umino-product_slider
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(2),
.umino-product_slider-2
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(2),
.umino-product_slider-3
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(2),
.umino-product_slider-4
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(2),
.umino-product-tab_slider
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(2),
.umino-product-tab_slider-2
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(2),
.umino-content_wrapper
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(2) {
    -webkit-transition-delay: unset;
    -o-transition-delay: unset;
    transition-delay: unset;
}

.umino-product_slider
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(1),
.umino-product_slider-2
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(1),
.umino-product_slider-3
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(1),
.umino-product_slider-4
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(1),
.umino-product-tab_slider
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(1),
.umino-product-tab_slider-2
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(1),
.umino-content_wrapper
    .slide-item
    .single-product
    .product-img
    .add-actions
    > ul
    > li:nth-child(1) {
    -webkit-transition-delay: unset;
    -o-transition-delay: unset;
    transition-delay: unset;
}

.minicart-icon:hover {
    opacity: 0.8;
}

.search .ion-android-search:before {
    padding-left: 12rem;
}

.sticky .minicart-icon.wishlist-icon,
.sticky .hm-minicart_area > ul > li > a .minicart-icon {
    color: #fff;
}

.umino-section_title > h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.box-cupom {
    float: right;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

li.search {
    position: relative;
    display: none !important;
}

li.search::before {
    content: "";
    position: absolute;
    width: 260.4px;
    bottom: -9px;
    right: 0;
    /* border-bottom: 1px solid var(--cor-1); */
}

.container-product .box-quantidade-total {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: 10px;
}

.quantify-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-top_area .ht-right_area {
    padding: 5px 0;
}

.box-frete-select label {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 100%;
}

.box-frete-select .form-check {
    padding-top: 24px;
    width: 70%;
}

.box-frete-select.modified label {
    left: 0;
}

.box-frete-select.modified .form-check {
    padding-left: 0;
}

.text-22px {
    font-size: 22px !important;
}

a.btn-boleto {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background: #28a745;
    color: #fff;
    border-radius: 0.25em;
    padding: 8px 15px;
}

a.btn-boleto:hover {
    background: #333;
    color: #fff !important;
}

.box-registered-address {
    padding: 20px;
    background: #f3f3f4;
    border-radius: 0.25em;
    margin-bottom: 25px;
    margin-left: unset;
}

.box-registered-address > span:first-child {
    font-weight: bold;
}

.checkbox-form label {
    font-weight: bold;
}

.checkbox-form label span.required {
    color: red !important;
    font-size: 16px !important;
    top: 0px !important;
    margin-left: 2px !important;
}

.myniceselect.nice-select span {
    padding: 0 25px 0 10px;
    color: #7b7b7b;
}

.check-fix > div {
    padding-left: 20px;
}

.check-fix label {
    margin: 0;
    line-height: 1.2;
}

.check-fix input {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.box-resumo.box-checkout .container-product {
    border: 1px solid #ced4da;
    border-radius: 0.25em;
    padding: 15px;
    margin: 5px;
    position: relative;
    padding-bottom: 15px;
    width: calc(50% - 10px);
    margin-left: 5px;
}

.box-resumo.box-checkout .box-name-value-remove span {
    line-height: 1.3;
    font-size: 14px;
    font-weight: unset;
    color: #5d5d5d;
}

.box-resumo.box-checkout .container-product > .box-name-value-remove {
    width: 100%;
}

.box-resumo.box-checkout {
    padding: 15px 15px;
}

.box-resumo.box-checkout span:last-child {
    font-size: 16px;
    font-weight: 500;
    color: #5d5d5d;
}

.box-resumo.box-checkout .total > span {
    color: #111;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
}

.checkbox-form .checkout-form-list {
    margin-bottom: 15px;
}

.checkbox-form .checkout-form-list label {
    margin-bottom: 5px;
}

.checkbox-form .myniceselect.nice-select {
    margin-bottom: 15px;
}

.checkbox-form .nice-select {
    border-radius: 0;
}

.ship-different-title h5,
.checkbox-form h5 {
    border: unset;
    text-align: center;
    font-size: 17px;
    margin: 0 0 25px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    background: #4a4a4a;
    border-radius: 5px 5px 0 0;
}

.ship-different-title.modified h5 {
    color: #333;
    background: #ffff;
}

.checkbox-form h5.resume-box {
    background: #efefef;
    color: #fff;
    background: var(--cor-1);
}

.checkbox-form {
    border: 1px solid #ececec;
    border-radius: 5px;
}

.checkout-area {
    color: #4a4a4a;
}

.box-frete-select .form-group {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.template-color-1 .umino-register_btn:hover {
    color: #fff !important;
}

.pagamento .checkbox-form {
    border: unset;
}

.pagamento .card-body {
    padding: 0;
}

.pagamento .card {
    border: unset;
    border-radius: unset;
}

.pagamento .collapse {
    margin-bottom: 15px;
    border-bottom: 1px solid #f3f3f4;
}

.cvc-img-mini {
    height: 40px;
    width: auto;
    cursor: pointer;
}

.tooltip-cvc div.position-absolute {
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    width: 300px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    background: #d8d8d8;
    z-index: 1;
    padding: 15px;
    border-radius: 0.25em;
    display: none;
}

.tooltip-cvc div.position-absolute:after {
    content: "\f0de";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    font-size: 25px;
    line-height: 1;
    height: 10px;
    color: #d8d8d8;
}

.tooltip-cvc:hover div.position-absolute {
    display: block;
}

.tooltip-cvc p {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}

.pagamento ul {
    list-style: disc;
    margin-left: 19px;
}

.pagamento ul li {
    font-size: 14px;
    line-height: 1.5;
}

.cupom-desconto-checkout .box-cupom {
    float: unset;
}

.resumo-finalizar .box-resumo.box-checkout {
    padding: 0;
    background: unset;
}

.resumo-finalizar .box-resumo.box-checkout .container-product {
    border: 1px solid #ced4da;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: 0;
    padding: 15px 0 15px 0;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
    width: 100%;
    margin-left: unset;
}

.resumo-finalizar .box-resumo.box-checkout .container-product:first-child {
    border-top: unset;
    padding-top: 0;
}

.resumo-finalizar .box-resumo.box-checkout .container-product:last-child {
    border: unset;
}

.resumo-finalizar .container-product > .box-image {
    width: 125px;
}

.resumo-finalizar .object-150-center {
    width: 125px;
}

.coupon-all .coupon input.button,
.coupon-all .coupon2 input.button {
    padding: 0 17px;
}

.landpage-frete {
    background: var(--cor-1);
}

.container-box-etapas {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.box-etapas {
    width: calc((100% / 5) - 1.5%);
    position: relative;
    padding-left: 0;
    padding-top: 0;
}

.box-etapas:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: block;
    color: var(--cor-2);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 17px;
    font-size: 50px;
    -webkit-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    transform: scaleY(1.5);
}

.box-etapas:last-child:after {
    opacity: 0;
}

.box-etapas img {
    height: 125px;
    width: 125px;
    border-radius: 0;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.box-etapas span.number {
    position: absolute;
    display: block;
    line-height: 1;
    left: 0;
    top: 0;
    font-weight: bold;
    margin: auto 0;
    height: 50px;
    font-size: 50px;
    width: 35px;
    color: var(--cor-1);
    background: transparent;
    -webkit-filter: drop-shadow(0px 0px 3px #fff);
    filter: drop-shadow(0px 0px 3px #fff);
}

.box-etapas span.titulo {
    font-size: 20px;
    font-weight: bold;
    color: #999;
    text-align: center;
    margin-top: 15px;
}

.box-etapas p.descricao {
    text-align: center;
    margin-top: 5px;
    font-weight: 500;
    margin-bottom: 0px;
}

.chamada-video a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    background: var(--cor-2);
    color: #fff;
    padding: 10px 30px;
    border-radius: 0.25em;
    text-transform: uppercase;
}

.chamada-video a:hover {
    background: var(--cor-1);
    color: #fff !important;
}

.selo-tipos {
    position: relative;
    width: 150px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 8px;
    top: -35px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-bottom: -10px;
}

.acucar .selo-tipos {
    background: var(--cor-acucar);
}

.lactose .selo-tipos {
    background: var(--cor-lactose);
}

.gluten .selo-tipos {
    background: var(--cor-gluten);
}

.selo-tipos > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    padding: 10px;
}

.box-tipos {
    background: #fff;
    border-radius: 0.25em;
    overflow: hidden;
    -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.5);
    box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.5);
    position: relative;
}

.box-tipos h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    max-width: 190px;
    width: 100%;
    margin: -30px auto 15px;
    padding: 5px;
    background: var(--cor-5);
    position: relative;
    text-align: center;
    border-radius: 0.25em;
}

.box-tipos .box-tipos-img {
    width: 100%;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.box-tipos .box-tipos-img:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}

.container-tipos {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.container-tipos.gluten:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--cor-gluten);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.container-tipos.acucar:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--cor-acucar);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.container-tipos.lactose:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--cor-lactose);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.box-tipos .box-tipos-img img.img-tipos {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 80%;
    object-position: center 80%;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.box-tipos p {
    padding: 0 15px;
    font-weight: 500;
    text-align: center;
}

.box-tipos-bg {
    background: var(--cor-8);
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#aee9e8),
        color-stop(#a3e6e7),
        color-stop(#98e3e6),
        color-stop(#8de0e5),
        color-stop(#81dde5),
        color-stop(#81dde5),
        color-stop(#81dde5),
        color-stop(#81dde5),
        color-stop(#8de0e5),
        color-stop(#98e3e6),
        color-stop(#a3e6e7),
        to(#aee9e8)
    );
    background-image: -o-linear-gradient(
        left top,
        #aee9e8,
        #a3e6e7,
        #98e3e6,
        #8de0e5,
        #81dde5,
        #81dde5,
        #81dde5,
        #81dde5,
        #8de0e5,
        #98e3e6,
        #a3e6e7,
        #aee9e8
    );
    background-image: linear-gradient(
        to right bottom,
        #aee9e8,
        #a3e6e7,
        #98e3e6,
        #8de0e5,
        #81dde5,
        #81dde5,
        #81dde5,
        #81dde5,
        #8de0e5,
        #98e3e6,
        #a3e6e7,
        #aee9e8
    );
}

.container-box-tipos .umino-section_title.landpage > h2 {
    text-transform: uppercase;
    font-weight: bold;
    -webkit-filter: drop-shadow(3px 3px 2px black);
    filter: drop-shadow(3px 3px 2px black);
}

.chamada-video.chamada-assinar a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    background: var(--cor-9);
    color: #fff;
    padding: 10px 30px;
    border-radius: 0.25em;
    text-transform: uppercase;
    -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.5);
    box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.chamada-video.chamada-assinar a:hover {
    background: var(--cor-1);
    color: #fff !important;
}

.container-beneficios {
    position: relative;
}

.box-beneficios-img {
    width: 100%;
    position: relative;
}

.box-beneficios-img:after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 2.68);
}

.box-beneficios-img > img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    opacity: 0.85;
}

.container-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-collapse.one {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    max-width: 300px;
    width: 100%;
}

.container-collapse.two {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    max-width: 300px;
    width: 100%;
}

.container-collapse.three {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    max-width: 300px;
    width: 100%;
}

.container-collapse.four {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 300px;
    width: 100%;
}

.container-collapse.five {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
    max-width: 300px;
    width: 100%;
}

.container-collapse.six {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    z-index: 2;
    max-width: 300px;
    width: 100%;
}

.container-beneficios .btn.btn-primary:hover {
    background: var(--cor-2);
    border-color: var(--cor-2) !important;
    color: #fff !important;
}

.container-beneficios .btn.btn-primary {
    background: var(--cor-1);
    border-color: var(--cor-1) !important;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35) !important;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
}

.container-beneficios .btn.btn-primary > i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 15px;
    display: block;
}

.container-beneficios .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 10px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    border-color: #fff;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35) !important;
}

.box-cliente {
    background: #fff;
    padding: 10px;
    margin: 0px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    margin-top: calc((200px / 2));
    margin-bottom: 25px;
    position: relative;
    padding-top: calc((200px / 2));
}

.box-cliente p {
    font-weight: 500;
    line-height: 1.4;
}

.box-cliente .cliente-name {
    font-weight: bold;
    margin-top: 15px;
    width: 100%;
    line-height: 1.3;
    text-transform: uppercase;
}

.box-cliente .box-cliente-img-square {
    width: 200px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    border: 5px solid var(--cor-6);
    top: calc(-200px / 2);
}

.box-cliente .box-cliente-img-square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.box-cliente .box-cliente-img-square .cliente-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--cor-2);
    border-color: var(--cor-2);
    border-radius: 0.25em;
    font-weight: bold;
    margin: 0 5px;
}

.nav-tabs .nav-link {
    border: 2px solid #666;
    border-radius: 0.25rem;
    font-weight: 500;
    margin: 0 5px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: rgb(255 0 0 / 65%);
    border-color: rgb(255 0 0 / 65%);
    color: #fff !important;
}

.nav-tabs {
    border-bottom: unset;
    margin-bottom: 25px;
}

.frequently-area .frequently-accordion .card {
    border-radius: 0.25em;
}

.container-pricing .box-pricing {
    width: calc((100% / 3) - 5%);
    margin: 10px 2.5% 0;
    padding: 0px;
    border-radius: 0.25em;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.8);
}

.container-pricing .box-pricing .box-pricing-title > * {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: var(--cor-1);
}

.container-pricing .box-pricing .box-pricing-description > p {
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
}

.container-pricing .box-pricing .box-pricing-periodicidade > a,
.container-pricing .box-pricing .box-pricing-periodicidade > button {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    background: var(--cor-2);
    color: #fff;
    padding: 10px 30px;
    border-radius: 0.25em;
    text-transform: uppercase;
    margin-top: 20px;
}

.container-pricing
    .box-pricing
    .box-pricing-periodicidade
    .radio-fancy
    input
    + span:not(:empty) {
    padding-right: 20px;
}

.container-pricing
    .box-pricing
    .box-pricing-periodicidade
    .radio-fancy
    input:checked
    + span:before {
    background: #333 !important;
}

.container-pricing
    .box-pricing
    .box-pricing-periodicidade
    .radio-fancy
    input
    + span {
    font-weight: bold;
    color: #777;
}

.container-pricing
    .box-pricing
    .box-pricing-periodicidade
    .radio-fancy
    input:checked
    + span {
    color: var(--cor-1) !important;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.box-pricing {
    position: relative;
}

.box-pricing:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 5px;
}

.box-pricing.gluten:before {
    background: var(--cor-gluten);
}

.box-pricing.acucar:before {
    background: var(--cor-acucar);
}

.box-pricing.lactose:before {
    background: var(--cor-lactose);
}

.container-pricing .box-pricing .inner-pricing {
    padding: 15px;
    background: #fff;
    border-radius: 0px;
    position: relative;
    height: 100%;
}

.container-pricing .box-pricing.gluten .box-pricing-title > * {
    color: var(--cor-gluten);
}

.container-pricing
    .box-pricing.gluten
    .box-pricing-periodicidade
    .radio-fancy
    input:checked
    + span {
    color: #333 !important;
}

.container-pricing .box-pricing.gluten .box-pricing-periodicidade > a,
.container-pricing .box-pricing.gluten .box-pricing-periodicidade > button {
    background: var(--cor-gluten);
}

.container-pricing .box-pricing.lactose .box-pricing-title > * {
    color: var(--cor-lactose);
}

.container-pricing
    .box-pricing.lactose
    .box-pricing-periodicidade
    .radio-fancy
    input:checked
    + span {
    color: #333 !important;
}

.container-pricing .box-pricing.lactose .box-pricing-periodicidade > a {
    background: var(--cor-lactose);
}

.container-pricing .box-pricing.acucar .box-pricing-title > * {
    color: var(--cor-acucar);
}

.container-pricing
    .box-pricing.acucar
    .box-pricing-periodicidade
    .radio-fancy
    input:checked
    + span {
    color: #333 !important;
}

.container-pricing .box-pricing.acucar .box-pricing-periodicidade > a {
    background: var(--cor-acucar);
}

.container-pricing .box-pricing .box-pricing-periodicidade > a:hover {
    opacity: 0.7;
    color: #fff !important;
}

.container-pricing .box-pricing .box-pricing-periodicidade .main-value {
    font-weight: bold;
    color: #777;
    position: relative;
    display: inline-block !important;
    padding-left: 26px;
    padding-right: 41px;
    line-height: 1;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.container-pricing .box-pricing .box-pricing-periodicidade .main-value .upper {
    position: absolute;
    left: 0;
    top: 4px;
}

.container-pricing .box-pricing .box-pricing-periodicidade .main-value .bigger {
    font-size: 35px;
    color: #777;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.container-pricing
    .box-pricing
    .box-pricing-periodicidade
    .radio-fancy.fancy-checked
    + .value
    .main-value {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.container-pricing
    .box-pricing
    .box-pricing-periodicidade
    .radio-fancy.fancy-checked
    + .value
    .main-value
    .bigger {
    color: #333;
}

.container-pricing .box-pricing .box-pricing-periodicidade .main-value .lower {
    position: absolute;
    right: 0;
    bottom: 0;
}

.container-pricing .box-pricing .box-pricing-periodicidade .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-pricing .box-pricing .box-pricing-periodicidade .value span {
    font-size: 13px;
    color: #999;
}

.bg-planos {
    background-position: center;
    background-size: cover;
    position: relative;
}

.bg-planos:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/overlay.png) #fff;
    opacity: 0.7;
}

.box-tipos a {
    font-weight: bold;
    line-height: 1.3;
    background: var(--cor-1);
    color: #fff;
    padding: 8px 15px;
    border-radius: 0.25em;
    text-transform: uppercase;
    height: unset;
    display: block;
    margin-bottom: 20px;
}

.box-tipos.acucar a {
    background: var(--cor-acucar);
}

.box-tipos.lactose a {
    background: var(--cor-lactose);
}

.box-tipos.gluten a {
    background: var(--cor-gluten);
}

.box-tipos a:hover {
    opacity: 0.7;
    color: #fff !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.hm-minicart_area .login-land,
.hm-minicart_area .assine-land {
    display: block;
    background: var(--cor-1);
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 15px;
    border-radius: 0.25em;
    text-transform: uppercase;
    margin: 0 5px;
}

.hm-minicart_area .login-land:hover,
.hm-minicart_area .assine-land:hover {
    background: var(--cor-2);
    color: #fff !important;
}

.mobile-menu_wrapper .offcanvas-menu-inner,
.offcanvas-search_wrapper .offcanvas-menu-inner {
    left: -285px;
    right: unset;
}

.header-bottom_area .mobile-menu_area {
    margin-top: 4px;
}

.hm-minicart_area {
    padding: 0;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.minicart-body > .fix-hover {
    position: absolute;
    z-index: -1;
    height: 50px;
    width: 100px;
    background: transparent;
    top: -30px;
    right: 0;
}

.account-page-area .myaccount-tab-trigger li a {
    position: relative;
}

.account-page-area .myaccount-tab-trigger li a > i {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    height: 15px;
}

.header-bottom_area {
    background: #d10000;
}

.main-menu_area .main_nav ul > li .megamenu-cotent a:hover {
    color: var(--cor-1) !important;
}

.main-menu_area .main_nav ul > li:hover:not(.megamenu-cotent li, .umino-megamenu li) {
    background-color: #ad0000;
    /* background: var(--cor-1); */
}

.main-menu_area .main_nav ul > li a:hover:not(.megamenu-cotent a, .umino-megamenu a) {
    color: white !important;
    /* background: var(--cor-1); */
}

.main-menu_area .main_nav ul > li.active:hover > a {
    color: var(--cor-1) !important;
}

.header-bottom_area .main-menu_area > nav > ul > li > a:before {
    background-color: var(--cor-1);
}

.header-main_area .header-sticky.sticky.header-sticky .header-logo > a > img {
    max-width: 100%;
    /* height: 60px; */
    width: auto;
    margin: 0;
    padding: 7.5px 0;
}

.header-main_area .header-sticky.sticky.header-sticky .icon-header {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.header-main_area
    .header-sticky.sticky.header-sticky
    .btn.btn-busca.collapsed
    > .ion-android-search {
    color: #fff;
}

.header-main_area
    .header-sticky.sticky.header-sticky
    .main-menu_area
    > nav
    > ul
    > li
    > a:hover {
    color: var(--cor-1) !important;
}

.header-main_area
    .header-sticky.sticky.header-sticky
    .main-menu_area
    > nav
    > ul
    > li:hover
    > a {
    color: #fff !important;
}

.header-main_area
    .header-sticky.sticky.header-sticky
    .main-menu_area
    > nav
    > ul
    > li.megamenu-holder
    > ul
    > li
    > ul
    > li
    > a:hover {
    color: var(--cor-1) !important;
}

.header-main_area
    .main-menu_area
    > nav
    > ul
    > li.megamenu-holder
    > ul
    > li
    > ul
    > li:hover
    > a {
    color: var(--cor-1) !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
}

.umino-section_title > h3 {
    position: relative;
    letter-spacing: 0;
    font-size: clamp(30px, 2.5vw, 40px);
    font-weight: 900;
}

.umino-brand_area {
    padding-bottom: 0;
}

.umino-footer_area {
    margin-top: 70px;
    background: linear-gradient(0deg, #1a1a1a 90%, transparent 0%);
    overflow: visible;
    font-size: 1vw;
    position: relative;
    margin-top: auto;
}

.umino-section_title > h3:before {
    background-color: var(--cor-2);
    top: calc(100% + 3px);
    bottom: unset;
    width: 100%;
    height: 2px;
    left: unset;
    right: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    border-radius: 0;
}

.stepper {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 60px;
    top: -20px;
}
.stepper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #d0d0d0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.stepper-remove::before {
    display: none !important ;
}

.status .stepper {
    max-width: 70%;
}

.status .stepper {
    top: 0;
}

.status {
    margin-top: 2rem;
    text-align: center;
    border: 1px solid #ccc;
    padding: 2rem;
}

.status i {
    color: #ccc;
    /* display: none; */
}

.status .check i {
    color: #00ae7c;
}

.status .ball--cancel i {
    color: red;
    display: block;
}

.status .check i {
    /* display: block; */
}

.status .ball--cancel i:first-child {
    display: none;
}

.i--gg {
    font-size: 1.4rem;
}

.status .ball--cancewl i + .status .ball--cancewl i {
    display: none;
}

.stepper .ball {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #d0d0d0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ball.ball--gg {
    width: 45px;
    height: 45px;
}

.ball.check {
    border-color: #00ae7c;
}

.ball.ball--cancel {
    border-color: red;
}

.stepper .ball > i {
    color: #fff;
}

.stepper .ball > span {
    position: absolute;
    font-size: 13px;
    line-height: 1.3;
    top: 100%;
    margin-top: 10px;
    text-align: center;
}

.stepper .ball:before {
    content: "";
    /* width: 100%; */
    /* height: 100%; */
}

.stepper .ball.ball-done > i {
    color: #d0d0d0;
}

.stepper .ball.ball-doing {
    border-color: #333;
}

.newsletter-form_wrap .subscribe-form .newsletter-btn:hover {
    background-color: var(--cor-3);
    color: #333;
}

.zoomWindowContainer > div {
    background-color: rgb(255, 255, 255);
    height: 100% !important;
    width: 100% !important;
}

.sp-area .sp-nav .zoompro-border .zoompro {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-height: 450px;
}

.sp-area .sp-nav .sp-img_slider .slick-list .slick-slide img {
    width: 100%;
    max-height: 85px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    cursor: pointer;
}

.template-color-1 a:hover {
    color: #fff;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.3s all ease;
}

.header-bottom_area .mobile-menu_area ul > li > a:hover {
    color: var(--cor-1) !important;
}

.offcanvas-navigation .mobile-menu li a:hover {
    color: var(--cor-1) !important;
}

.offcanvas-navigation .mobile-menu li > .menu-expand {
    text-align: right;
}

.offcanvas-navigation .mobile-menu li > .menu-expand {
    width: 100%;
    margin-right: 15px;
}

.header-top_area .ht-right_area .ht-menu > ul > li > a:hover {
    color: var(--cor-1) !important;
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li
    > a:hover,
.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li
    > a.active {
    color: var(--cor-1) !important;
}

.sticky .hm-minicart_area > ul > li > a .minicart-icon .item-count {
    bottom: -10px;
    right: -10px;
}

#scrollUp {
    right: 24px;
    bottom: 80px;
    display: none;
    display: none !important;
}

.selos.position-absolute {
    right: 20px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}

.selos.position-absolute > img {
    height: 65px;
    width: auto;
    margin: 5px 0;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
}

.template-color-1 .umino-footer_area a:hover {
    color: var(--cor-1) !important;
    /* transition: 1.3s all ease; */
}

.frequently-area.login-cadastro .login-form select:disabled,
.frequently-area.login-cadastro .login-form input:disabled {
    border: 1px solid #efefef;
    background: #efefef;
    color: #111;
}

.btn-know {
    background: var(--cor-6);
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 25px;
}

a.chamada-box.position-absolute {
    left: 0;
    width: calc(100% - 0px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    background: var(--cor-1);
    background-size: cover;
    background-position: center;
    border-radius: 0.25em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

header.header-main_area #collapseBusca {
    width: 100%;
    height: 100%;
    background: var(--bg-1);
}

header.header-main_area .collapsing {
    -webkit-transition: height 0.35s ease !important;
    -o-transition: height 0.35s ease !important;
    transition: height 0.35s ease !important;
}

header.header-main_area .collapse .hm-form_area {
    height: 100%;
    width: 100%;
}

header.header-main_area .hm-searchbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 5px;
    min-width: 100%;
    height: 100%;
    margin-top: 0;
}

header.header-main_area .sticky .hm-searchbox {
    margin-top: 0px;
}

header.header-main_area .collapse.show .hm-form_area {
    height: 100%;
    width: 100%;
    padding-top: 0;
    margin: 0 auto;
    max-width: 1000px;
}

.hm-searchbox .umino-search_btn {
    border: 0;
    position: absolute;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: unset;
    right: 20px;
    color: #fff !important;
    font-size: 32px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hm-searchbox .umino-search_btn i {
    color: #333 !important;
}

.hm-searchbox {
    height: 100%;
    margin-top: 0px;
}

header.header-main_area .btn.btn-busca {
    padding: 0;
    line-height: 1;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
    width: 25px;
    display: none;
}

header.header-main_area .btn.btn-busca > .ion-android-search {
    display: none;
}

header.header-main_area .btn.btn-busca:hover > .ion-android-close {
    color: #fff;
}

header.header-main_area .sticky .btn.btn-busca:hover > .ion-android-close {
    color: #fff;
}

header.header-main_area .btn.btn-busca > .ion-android-close {
    display: block;
    color: #fff;
}

header.header-main_area .btn.btn-busca.collapsed > .ion-android-search {
    display: block;
    color: #fff;
}

header.header-main_area .btn.btn-busca.collapsed > .ion-android-close {
    display: none;
    color: var(--cor-2);
}

.hover-all-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hm-minicart_area > ul > li > a .minicart-icon .item-count {
    background: var(--cor-2);
    color: #fff;
    font-weight: bold;
}

.frequently-area .frequently-accordion .card-header {
    background-color: rgb(243 243 244);
    border-color: rgb(243 243 244);
}

.account-page-area .myaccount-tab-trigger li a:hover {
    color: var(--cor-1) !important;
}

.account-page-area .myaccount-tab-trigger li a {
    background: rgb(243 243 244);
    border-color: rgb(243 243 244);
    color: #333;
}

.header-bottom_area.sticky .main-menu_area > nav > ul > li > a {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    padding: 24px 12px;
}

.header-bottom_area.sticky .main-menu_area > nav > ul > li {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.header-bottom_area.sticky .hm-searchbox .umino-search_btn i {
    color: #fff !important;
}

.header-bottom_area.sticky .hm-searchbox .umino-search_btn:hover i {
    opacity: 0.8;
}

.icon-header:hover {
    opacity: 0.8;
}

header.header-main_area .btn.btn-busca:hover {
    opacity: 0.8;
}

.header-bottom_area .mobile-menu_area ul > li > a > i {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
}

#collapseBusca3 .hm-searchbox .umino-search_btn {
    bottom: 0px;
}

.mobile-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_search,
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-inner_search {
    display: none;
}

.mobile-menu_wrapper.open .offcanvas-menu-inner,
.offcanvas-search_wrapper.open .offcanvas-menu-inner {
    padding: 20px 0 0 0;
}

.what-is {
    height: 100%;
    width: 100%;
    position: relative;
}

.what-is:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--cor-6);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.bg-gray {
    background: #efeff1;
}

.offcanvas-navigation .destaque-clube {
    background: var(--cor-1);
    color: #fff;
}

.offcanvas-navigation .destaque-clube > a {
    background: var(--cor-1);
    color: #fff;
    text-align: center;
}

header .offcanvas-navigation .destaque-clube > a:hover {
    background: var(--cor-2);
    color: #fff !important;
    text-align: center;
}

.login-form .restricoes .check-box input[type="radio"] + label,
.login-form .restricoes .check-box input[type="checkbox"] + label {
    color: #333;
}

.login-form .restricoes .check-box input[type="radio"]:checked + label:before,
.login-form
    .restricoes
    .check-box
    input[type="checkbox"]:checked
    + label:before {
    border: 2px solid #666;
}

.login-form .restricoes .check-box input[type="radio"] + label:before,
.login-form .restricoes .check-box input[type="checkbox"] + label:before {
    border: 2px solid #666;
}

.login-form .check-box input[type="radio"] {
    display: none;
}

.login-form input[type="radio"] {
    width: auto;
}

.login-form .check-box input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin: 0;
}

.login-form .check-box input[type="radio"] + label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #ebebeb;
    content: "";
}

.login-form .check-box input[type="radio"] + label:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    width: 20px;
    text-align: center;
}

.login-form .check-box input[type="radio"]:checked + label:after {
    opacity: 1;
}

.login-form .check-box {
    float: left;
    margin-right: 30px;
}

.template-color-1 .main-menu_area .main_nav > ul > li.active > a {
    color: var(--cor-1);
}

.main_nav-img {
    height: 1.2vw;
    width: auto;
    filter: brightness(0);
    margin-right: 0.4vw;
    filter: brightness(0) invert(1);
}

.main-menu_area {
    width: auto;
}

.breadcrumb-area .breadcrumb-content a:hover {
    color: var(--cor-1) !important;
}

.header-bottom_area .main-menu_area > nav > ul > li > a:before {
    left: 0;
    width: 100%;
    right: 0;
    bottom: 26%;
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.chamada-video.chamada-assinar.bg-azul a {
    background: var(--cor-1);
    color: #fff !important;
}

.chamada-video.chamada-assinar.bg-azul a:hover {
    background: var(--cor-2);
    color: #fff !important;
}

.header-bottom_area .main-menu_area > nav > ul > li > a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-main-page .contact-form-content .contact-form .form-group textarea {
    height: unset;
    min-height: 100px;
}

.modal .contact-main-page .contact-form-content {
    margin-top: 10px;
}

.modal-title {
    color: var(--cor-1);
}

.modal-header {
    border-bottom: unset;
}

.btn-modal {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    background: var(--cor-9);
    color: #fff;
    padding: 10px 30px;
    border-radius: 0.25em;
    text-transform: uppercase;
    -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.5);
    box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.modal
    .contact-main-page
    .contact-form-content
    .contact-form
    .form-group
    label {
    font-weight: bold;
}

.contact-main-page
    .contact-form-content
    .contact-form
    .form-group
    text-area:focus,
.contact-main-page .contact-form-content .contact-form .form-group input:focus {
    border-color: var(--cor-1);
}

.modal .contact-main-page {
    padding: 0;
}

.alt-file {
    /* visibility: hidden; */
    position: relative;
}

.alt-file:before {
    content: "Escolha uma foto sua";
    top: 0;
    left: 0;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    visibility: visible;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.alt-file:valid:before {
    content: "Foto selecionada!";
}

.modal-open .modal {
    background: rgb(0 0 0 / 0%);
}

.header-bottom_area .main-menu_area > nav > ul > li > a {
    -webkit-filter: unset;
    filter: unset;
}

.contact-main-page a:hover {
    color: var(--cor-1) !important;
}

.header-bottom_area.sticky .main-menu_area {
    display: block;
}

.header-bottom_area.sticky .main-menu_area .main_nav > ul > li.active > a {
    color: var(--cor-2);
}

.header-bottom_area.sticky .hm-searchbox input {
    border: 1px solid #fff !important;
    color: #fff;
}

.header-bottom_area.sticky .main-menu_area > nav > ul > li > a .ml-2 {
    margin-left: 0.25rem !important;
}

.umino-product_slider
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name
    a:hover,
.umino-product_slider-2
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name
    a:hover,
.umino-product_slider-3
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name
    a:hover,
.umino-product_slider-4
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name
    a:hover,
.umino-product-tab_slider
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name
    a:hover,
.umino-product-tab_slider-2
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name
    a:hover,
.umino-content_wrapper
    .slide-item
    .single-product
    .product-content
    .product-desc_info
    > h6.product-name
    a:hover {
    color: var(--cor-1) !important;
}

.single-product {
    position: relative;
}

.link-all-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-main_area
    .header-sticky.sticky.header-sticky
    .hm-searchbox
    .umino-search_btn {
    top: 39% !important;
    bottom: unset;
    right: 0;
    height: calc(100% - 10px);
    width: 60px;
}

.team-member_info .icon {
    height: 75px;
    width: 75px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.team-member_info .content {
    text-align: center;
}

.box-name-value-remove a:hover {
    color: var(--cor-1) !important;
}

.template-color-1 .umino-paginatoin-area a:hover {
    color: var(--cor-1) !important;
}

.template-color-1 .fix-hover-colored:hover {
    color: var(--cor-1) !important;
}

.template-color-1 .box-termos .link-termos {
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.25px;
    font-style: italic;
}

.price-assiantes {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    color: var(--cor-acucar);
}

.price-assiantes .value-assinantes {
    font-size: 20px;
}

.umino-product_slider-2 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.umino-product_slider-2 .slick-track .slick-slide {
    height: unset;
}

.umino-product_slider .slide-item .single-product .product-content,
.umino-product_slider-2 .slide-item .single-product .product-content,
.umino-product_slider-3 .slide-item .single-product .product-content,
.umino-product_slider-4 .slide-item .single-product .product-content,
.umino-product-tab_slider .slide-item .single-product .product-content,
.umino-product-tab_slider-2 .slide-item .single-product .product-content,
.umino-content_wrapper .slide-item .single-product .product-content {
    padding-top: 15px;
    height: 100%;
}

.offcanvas-navigation .mobile-menu {
    margin-right: 0;
    padding-right: 0;
}

.btn-close {
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 30px;
}

.newsletter-form_wrap .subscribe-form .newsletter-input {
    border: unset;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: transparent;
}

.newsletter-form_wrap
    .subscribe-form
    .newsletter-input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.newsletter-form_wrap .subscribe-form .newsletter-input::-moz-placeholder {
    color: #fff;
    font-weight: 300;
}

.newsletter-form_wrap .subscribe-form .newsletter-input:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.newsletter-form_wrap .subscribe-form .newsletter-input:-moz-placeholder {
    color: #fff;
    font-weight: 300;
}

.newsletter-btn {
    background: transparent !important;
    font-weight: bold;
    text-transform: uppercase;
}

.umino-content_wrapper
    .umino-sidebar-catagories_area
    .umino-sidebar_categories
    .sidebar-categories_menu
    ul
    li.has-sub
    > a:first-child {
    background: #e3e3e3;
}

.umino-content_wrapper
    .shop-product-wrap.grid
    .slide-item
    .single-product.out-of-stock {
    opacity: 0.5;
}

.umino-content_wrapper
    .shop-product-wrap.grid
    .slide-item
    .single-product.out-of-stock:before {
    content: "ESGOTADO";
    top: 50%;
    position: absolute;
    z-index: 1;
    background: var(--cor-1);
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.container-footer-middle .contato-footer a {
    position: relative;
    padding-left: 19px;
    display: block;
    margin-bottom: 11px;
    line-height: 1.2;
}

.container-footer-middle .contato-footer a i {
    position: absolute;
    left: 0;
    top: 2px;
}

.container-footer-middle a {
    line-height: 2;
}

.header-bottom_area .main-menu_area > nav > ul > li > a {
    padding: 1.5vw 0.5vw;
}

.container-fluid {
    padding-right: var(--pl-container);
    padding-left: var(--pr-container);
}

.template-color-1
    .umino-product_slider-2.slider-destaque
    .slide-item
    .single-product:hover
    .btn-buy
    a {
    border-color: var(--cor-1);
    color: var(--cor-1);
}

.btn-close {
    background: var(--cor-1);
}

.btn-close:hover {
    background: var(--cor-2);
}

.row.modified-busca {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

header.header-main_area #collapseBusca.center {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 40px;
}

.footer-top_area .newsletter-info > span {
    font-size: 18px;
    font-weight: 400;
    /* padding-left: 10px; */
}

.header-main_area .header-sticky.sticky.sticky {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 300ms ease-in-out 0s normal none 1 running slideInDown;
}

.medias-footer .instagram i {
    border-radius: 8px;
    padding: 0.2rem;
    background: #d6249f;
    background: -o-radial-gradient(
        30% 107%,
        circle,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    color: #fff;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.medias-footer .facebook i {
    background: #fff;
    color: #3b5998;
    font-size: 36px;
}

.medias-footer .pinterest i {
    color: #bd071d;
}

.midias__sociais {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 4em;
}

.midias__sociais a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: revert;
    -ms-flex-pack: revert;
    justify-content: revert;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home span {
    font-size: 23px;
    font-weight: 200;
    text-transform: uppercase;
}

.home a:hover {
    color: unset !important;
    border-bottom: 2px solid;
}

.home p {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 600;
}

.home .midias__sociais a:not(:last-child) {
    margin-bottom: 20px;
}

section.home {
    background: #f1f1f1;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hm-minicart_area > ul > li > a .minicart-icon i {
    font-size: 28px;
    color: #fff;
}

.hm-minicart_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 100%;
    height: 100%;
}

.umino-blog-sidebar-wrapper
    .umino-blog-sidebar
    .umino-blog-archive
    li:last-child {
    margin-bottom: 10px;
}

/* ---------BLOG--------------- */
.img-hover_effect a img {
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.blog-grid-view_area .blog-item_wrap .blog-item .blog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.blog-grid-view_area
    .blog-item_wrap
    [class*="col-"]:nth-child(-n + 6)
    .blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-text_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* .blog-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
} */
.home__social {
    position: relative;
}

.home__social .home__figure {
    position: relative;
    width: 100%;
    height: 100%;
    margin: unset;
    background: #8080804d;
}

.home__social .home__figure::before {
    /* content: "\f16d"; */
    content: "";
    background-image: url(../images/favicon.png);
    background-position: center;
    background-size: 24%;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(0.8);
    filter: grayscale(0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation-name: social;
    animation-name: social;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: -1;
}

.main-wrapper {
    position: relative;
    margin-top: -35px;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.gridMenu-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    column-gap: 0.5vw;
    row-gap: 1vw;
    width: 100%;
}

.megamenu-cotent {
    position: relative;
    width: 100%;
    /* word-break: break-all; */
}

.form-review {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

section:last-of-type {
    /* margin-bottom: 20vh; */
}

.sticky .hm-minicart_area {
    display: none;
}

.megamenu-holder:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0px, 220px);
}

.btn-avaliacion {
    background: var(--cor-1);
    color: #fff;
    font-weight: 500;
    margin-top: 1.4rem;
}

.btn-avaliacion:hover {
    color: #fff !important;
    background: hsl(0deg 100% 40%);
}

@-webkit-keyframes social {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes social {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.home__social .home__figure:after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 1 * 1);
}

.home__social .home__figure .home__figure-img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    /* height: auto!important; */
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.home__social .umino-brand_slider .slick-list .slick-slide {
    border: none;
    padding: 10px;
}

#post .container {
    max-width: 1000px;
}

.img__blog {
    max-width: 100%;
    max-height: 60vh;
    width: auto;
    height: auto;
}

.umino-social_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.umino-social_link > ul > li > a {
    font-size: 30px;
    border-radius: 50% 50%;
}

.blog-grid-view_area .blog-item_wrap .blog-item .blog-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.blog__social-list .btn-buy a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    padding: 1rem;
    border: 1px solid var(--cor-2);
    color: var(--cor-1);
}

.blog__social-list p {
    margin: unset;
    font-size: 16px;
    font-weight: 600;
    color: #333 !important;
}

.blog__social-list .btn-buy {
    padding-right: 30px;
}

#post
    .umino-latest-blog_area
    .blog-item
    .blog-content
    .blog-text_area
    .short-desc
    > p {
    font-size: 16px;
}

.template-color-1 .umino-social_link > ul > li > a:hover {
    border-radius: 50% 50%;
}

.umino-blog-sidebar-wrapper .umino-blog-sidebar .umino-blog-archive li {
    border: 1px solid var(--cor-2);
    padding: 4px;
}

.blog__categorias {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.umino-blog-sidebar-wrapper
    .umino-blog-sidebar
    .umino-blog-archive
    li:not(:last-child) {
    margin-right: 10px;
}

.user__bag {
}

.user__bag {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.user__bag .header__bag {
    /* margin-right: 6px; */
    margin-bottom: unset;
    margin-left: 10px;
    height: 100%;
}

.arrow-down {
    margin-left: 5px;
}

.text-1 {
    font-size: 15px;
    color: #fff;
    margin: unset;
    margin-left: 5px;
}

.cliente__flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.cliente_dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__obs span {
    font-size: 0.8rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #a6a6a6;
}

.privacy .container {
    position: fixed;
    bottom: 0;
    left: 0;
    /* right: 0; */
    width: 100%;
    background: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.2rem 0;
    z-index: 9999;
    max-width: 100%;
}

.privacy {
    font-size: 1vw;
}

.privacy a {
    color: #fff !important;
    text-decoration: underline;
}

.privacy a:hover {
    color: var(--cor-2) !important;
    text-decoration: unset;
}

.privacy p {
    font-size: 15px;
    color: white;
    margin: unset;
}

.PrivacyPolicy-text p {
    font-size: 1rem;
}

.PrivacyPolicy-text h1 {
    font-size: clamp(25px, 3vw, 3rem);
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.PrivacyPolicy .container {
    max-width: 1000px !important;
}

.privacy .btn-buy {
    width: auto;
}

.privacy .btn-buy {
    width: auto;
}

.privacy .btn-buy a {
    color: #fff !important;
    border-color: #fff;
    padding: 10px 20px;
    width: 100%;
    line-height: 1;
    cursor: pointer;
    background: transparent;
    font-size: 14px;
    text-transform: unset;
    transition: all 0.3s ease !important;
}

.privacy .btn-buy a:hover {
    color: #000 !important;
    background: #fff;
}

.privacy-text p {
    font-size: 15px !important;
}

.container.privacy-container {
    max-width: 900px !important;
}

.privacy-text .meta span {
    color: var(--cor-1) !important;
}

.top-bar {
    padding: 7px 0;
    position: relative;
    z-index: 1;
    background: #1a1a1a;
    font-size: 1vw;
    margin-top: 35px;
    position: relative;
}

.beneficios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.beneficios__img {
    width: auto;
    height: 25px;
    margin-right: 20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.beneficios__text {
    margin: 0 !important;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.banner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
}

.banner-wrapper--3-1 {
    width: 100%;
    margin: 15px;
    position: relative;
    display: block;
}

.banner-wrapper__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background: #f57eb6;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-wrapper--3-1:after {
    content: "";
    padding-bottom: calc(100% / 3 * 1);
    display: block;
}

.banner-wrapper--1-1 {
    width: calc(50% - 30px);
    margin: 15px;
    position: relative;
    display: block;
}

.banner-wrapper--1-1:after {
    content: "";
    padding-bottom: calc(100%);
    display: block;
}

.logo-abs {
    display: none;
}

.login-text {
    display: block;
    white-space: nowrap;
    line-height: 1.2;
    color: #fff;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.header-main_area .login-text:hover {
    text-decoration: underline !important;
    color: #fff !important;
}

.gif-banner {
    background-image: url("../images/gif.gif");
}

/***************** LGPD ***************/

#lgpd-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.93);
    height: 0;
    overflow: hidden;
    padding: 0;
    z-index: -9999;
}

#lgpd-modal.lgpd-modal--show {
    height: auto;
    padding: 20px 0;
    z-index: 9999;
}

.lgpd-modal__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lgpd-modal__desc {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    padding: 0 40px 0 0;
    text-align: justify;
}

.lgpd-modal__link {
    color: #fff !important;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lgpd-modal__link:hover {
    color: var(--cor-1) !important;
    text-decoration: underline !important;
}

.lgpd-modal__btn {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    line-height: 1;
    padding: 7px 20px;
    border-radius: 999px;
    letter-spacing: 0.5px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lgpd-modal__btn:after,
.lgpd-modal__btn:before {
    content: "";
    position: absolute;
    right: 18px;
    width: 15px;
    height: 3px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.lgpd-modal__btn:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.container-comprar {
    max-width: 800px;
    margin: auto;
}

.image-step {
    position: relative;
    width: 100%;
    /* height: 100%; */
    /* padding-bottom: 100%; */
}

.image-step:before {
    content: "";
    padding-bottom: calc(100% / 3 * 2);
    display: block;
}

.image-step img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    /* object-fit: contain; */
}

.grid-cards-custom .options__square-icon {
    min-height: 1.2em;
    min-width: 1.2em;
}

.megamenu-holder li a {
    line-height: 0;
    text-transform: uppercase;
}

.main-menu_area .main_nav ul li {
    line-height: 20px;
    font-size: 0.8rem;
}

.selo-buy {
    width: auto;
    height: 3rem;
    margin-left: 0.5rem;
    object-fit: contain;
}

.gallery-empresa {
    position: relative;
    max-width: 40vw;
    margin: 4rem auto;
}

.content-img {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    position: relative;
}

.content-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-img::before {
    content: "";
    padding-bottom: calc(100% / 3 * 2);
    display: block;
}

#footer-checkout {
    /* background: #1a1a1a; */
}

.catg-img {
    position: relative;
    margin-top: 2rem;
}
.catg-img_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(70px), 1fr));
    gap: 0.5rem;
}
.catg-img_content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc8;
}

@media (max-width: 1650px) {
    .modal-body td {
        width: 13rem;
    }
}

@media (min-width: 1024px) {
    .lgpd-modal__btn:hover {
        background: #fff;
        color: #333;
    }

    .lgpd-modal__btn:hover:before,
    .lgpd-modal__btn:hover:after {
        background: #333;
    }

    .megamenuTitlte:hover {
        background: #fff !important;
    }
}

@media (max-width: 1400px) {
    .header-bottom_area
        .main-menu_area
        > nav
        > ul
        > li.megamenu-holder
        .umino-megamenu {
        width: 85%;
    }
    .header-bottom_area
        .main-menu_area
        > nav
        > ul
        > li.megamenu-holder:hover
        .umino-megamenu {
        max-height: 350px;
    }
}

@media (max-width: 1023px) {
    .lgpd-modal__flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lgpd-modal__desc {
        padding: 0 0 20px 0;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .sticky .minicart-icon.wishlist-icon:hover {
        opacity: 0.8;
    }

    .container {
        max-width: unset;
    }

    .container-custom {
        max-width: 1400px;
    }

    .sticky .hm-minicart_area > ul > li > a .minicart-icon:hover {
        opacity: 0.8;
        color: white;
    }

    .hm-minicart_area > ul > li > a .minicart-icon:hover {
        opacity: 0.8;
        color: var(--cor-1);
        margin: auto;
    }
}

@media (min-width: 991px) {
    .header-main_area .header-sticky.sticky.sticky .row {
        padding: 0 !important;
    }

    .shop-product-wrap.grid.row > div:hover .btn-buy > a {
        border-color: var(--cor-4);
        color: #fff;
        background: var(--cor-4);
    }

    .header-middle_area {
        padding: 30px 0;
        background: #000;
    }

    .header-main_area {
        position: relative;
        z-index: 5000;
        background-color: #000;
        /* top: -35px; */
        /* margin-top: 35px; */
    }

    .logo-abs {
        position: absolute;
        z-index: 1;
        width: 145px;
        left: 5%;
        top: -30px;
        display: block;
    }

    .logo-abs__img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .header-logo {
        display: block;
    }

    .header-logo img {
    }

    /* hover */
    .img-hover_effect:hover a img {
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

    .ion-android-close:before {
        /* x pesquisa */
        display: none;
    }

    .header__user:hover {
        opacity: 0.7;
    }

    .blog--title a:hover {
        color: var(--cor-1) !important;
    }

    #post .template-color-1 a:hover {
        color: red !important;
    }

    /* ===== */
    header.header-main_area .btn.btn-busca.collapsed > .ion-android-search {
        /* lupa pesquisar*/
        display: none;
        color: var(--cor-1);
    }

    .header__user {
        display: none !important;
    }

    .sticky .text-1 {
        color: #fff;
    }
}

.product-desc_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .listagem-itens #change-grid > [class*="col-"] {
        padding: 7.5px;
    }
}

@media (max-width: 1199px) {
    header.header-main_area .hm-searchbox input {
        width: calc(100%) !important;
        color: #000 !important;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"] {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 33.33333333333%;
        -ms-flex: 0 0 33.33333333333%;
        flex: 0 0 33.33333333333%;
        max-width: 33.33333333333%;
    }

    .box-etapas {
        width: calc((100% / 3) - 1.5%);
        position: relative;
        padding-left: 35px;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .container-box-etapas {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-bar__link {
        font-size: 1.4em;
    }

    .beneficios__btn {
        font-size: 1.3em;
    }
}

@media (max-width: 991px) {
    .header-main_area .header-sticky.sticky.header-sticky .header-logo {
        display: block;
    }

    #footer-checkout .flex-big-group {
        width: 100%;
    }

    #footer-checkout .footer-bottom_area {
        display: flex;
        flex-direction: column;
    }

    #collapseBusca2 {
        position: absolute;
        top: 100%;
        z-index: 2;
        background: var(--cor-1);
        left: 0px;
        width: 100%;
        opacity: 0.9;
    }

    #collapseBusca3 {
        position: absolute;
        top: 100%;
        z-index: 2;
        background: var(--cor-1);
        left: 0px;
        width: 100%;
        opacity: 0.9;
    }

    #footer-checkout .flex-big-group {
        width: 100% !important;
    }

    .flex-right-bottom .footer-title {
        margin-bottom: 1em;
        margin-top: 3em;
    }

    .privacy .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 3rem 0;
    }

    .privacy p {
        margin-bottom: 20px;
        text-align: center;
    }

    header.header-main_area .hm-searchbox input {
        width: 100%;
        margin: auto;
    }

    .product__obs span {
        font-size: 0.8rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #a6a6a6;
    }

    .text__none {
        display: none !important;
    }

    .header__userLetter {
        display: none !important;
    }

    .header__user {
        display: block !important;
        font-size: 30px;
        color: var(--cor-1);
    }

    .sticky .header__user {
        display: block !important;
        font-size: 24px;
        color: #fff;
    }

    .hm-minicart_area > ul > li > a .minicart-icon {
        font-size: 24px;
    }

    .blog__social .blog__social-list:not(:first-child) {
        margin-top: 10px;
    }

    .blog__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog__social-list .btn-buy {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: unset;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid
        .slide-item
        .single-product.out-of-stock
        .btn-buy
        > a:after {
        content: "Avise-me";
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: block;
        line-height: 2;
        width: 100%;
        border: 1px solid var(--cor-1);
        border-radius: 0.25em;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        font-weight: bold;
        background: var(--cor-1);
        color: #fff;
        font-family: var(--font-1);
    }

    .btn-buy > a {
        border: 1px solid var(--cor-1);
        color: #fff;
    }

    .container-footer-middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container-footer-middle > div {
        text-align: center;
        width: 100% !important;
    }

    .container-footer-middle .contato-footer ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container-footer-middle .contato-footer a i {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-main_area .header-sticky.sticky.header-sticky {
        padding: 0;
    }

    .header-logo img {
        width: auto;
        height: 50px;
        margin: 5px 0;
    }

    .header-bottom_area > .container > .row {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .header-middle_area {
        display: none !important;
    }

    .header-bottom_area {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }

    .mobile-menu_area.width-fix {
        width: 110px;
    }

    .header-bottom_area .row {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .header-main_area .header-sticky.sticky.header-sticky .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .mobile-menu_area.width-fix > ul {
        text-align: left;
        width: 100%;
    }

    .hm-minicart_area > ul > li > a .minicart-icon .item-count {
        right: 2.5px;
    }

    .single-product .add-actions {
        display: none;
    }

    .umino-content_wrapper {
        padding: 0px 0 60px;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid
        [class*="col-"]:not(:nth-child(-n + 2))
        .slide-item
        .single-product {
        margin-top: unset;
    }

    .shop-product-wrap.grid.row > div {
        border-radius: 0;
        border: unset;
    }

    .btn-buy > a {
        margin: 0 auto;
        width: 80%;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid
        [class*="col-"]:not(:last-child)
        .slide-item
        .single-product {
        margin-top: 0;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"] {
        border-right: 1px solid #d8d8d8;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"] {
        border-top: 1px solid #d8d8d8;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-child(1),
    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-child(2),
    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-child(3) {
        border-top: unset;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-child(3n) {
        border-right: unset;
    }

    .btn-buy > a {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .umino-content_wrapper
        .shop-toolbar
        .product-item-selection_area
        .product-short {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .container-pricing .box-pricing {
        width: 100%;
        margin: 0 0 50px;
    }

    .umino-section_title.landpage {
        margin-bottom: 25px;
    }

    .page-start {
        padding: 40px 0 40px 0;
    }

    .page-inner {
        padding: 40px 0 40px 0;
    }

    .page-end {
        padding: 40px 0 40px 0;
    }

    .container-collapse {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        right: unset !important;
        bottom: unset !important;
        z-index: unset !important;
        max-width: unset !important;
        margin-right: unset !important;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        margin-bottom: 10px;
    }

    .container-beneficios .btn.btn-primary {
        width: 100%;
    }

    .box-beneficios-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .box-beneficios-img > img {
        display: none;
    }

    .box-beneficios-img:after {
        padding-bottom: 0;
    }

    .header-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-abs-mob {
        position: absolute;
        top: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 60px !important;
        width: 120px;
    }

    .header-abs-mob .header-logo img {
        height: 100px !important;
    }

    header.header-main_area {
        position: relative;
        z-index: 11;
    }

    .header-bottom_area.header-sticky > .container > .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .container-footer-middle > div:nth-child(1),
    .container-footer-middle > div:nth-child(2),
    .container-footer-middle > div:nth-child(3),
    .container-footer-middle > div:nth-child(4) {
        width: 48%;
    }

    .container-footer-middle > .extra-footer {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .pagamento-footer,
    .seguranca-footer {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-bottom_area {
        background: #111;
        position: relative;
        height: max-content;
    }

    .header-bottom_area > .container-fluid {
        position: relative;
        top: -10px;
    }

    .header-main_area
        .header-sticky.sticky.header-sticky
        .header-logo
        > a
        > img {
        margin: 0;
    }

    .hm-searchbox .umino-search_btn {
        top: 10px;
        bottom: 0;
    }

    header.header-main_area .sticky .hm-searchbox input {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .header-bottom_area #collapseBusca3 .hm-searchbox .umino-search_btn {
        bottom: 0px;
        height: 100%;
        width: 60px;
        right: 0;
    }

    .header-main_area
        .header-sticky.sticky.header-sticky
        .hm-searchbox
        .umino-search_btn {
        top: calc(50% - -5px) !important;
        bottom: unset;
        right: 0;
        height: auto;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        width: 60px;
    }

    .umino-product_slider-2.slider-destaque .slide-item .single-product {
        height: 100%;
    }

    .mobile-menu_wrapper.open .offcanvas-menu-inner,
    .offcanvas-search_wrapper.open .offcanvas-menu-inner {
        padding: 55px 0 0;
        overflow-y: scroll;
        width: 100%;
    }

    .btn-close {
        left: unset !important;
        right: 0 !important;
    }

    header.header-main_area .btn.btn-busca > .ion-android-close {
        color: #fff;
    }

    .header-bottom_area.sticky .mobile-menu_area ul > li > a > i {
        color: #fff;
    }

    header.header-main_area
        .header-bottom_area.sticky
        .btn.btn-busca
        > .ion-android-close {
        color: #fff;
    }

    .beneficios__text {
        font-size: 14px !important;
    }

    .umino-content_wrapper .shop-product-wrap.grid .slide-item {
        background: transparent;
    }

    .header-bottom_area .mobile-menu_area {
        height: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .logo-abs-mob-sticky {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 767px) {
    .modal-body td:first-child {
        width: 3rem !important;
    }

    .modal-body td {
        width: 8.6rem !important;
    }

    .modal-wrapper-formas-pagamento {
        padding: 2rem 0;
        max-height: 300px !important;
    }

    .modal-header button {
        right: 10px;
        top: -28px;
    }

    .gallery-empresa {
        max-width: 100%;
    }
    .header-main_area .hm-searchbox input {
        width: 100% !important;
    }

    .sub-menu h2 {
        font-size: clamp(22px, 2.3vw, 2rem);
    }

    .options__select {
        max-width: unset !important;
    }

    .mini-banners .box-responsivo {
        width: calc(50% - 20px);
        margin: 5px;
    }

    .shipping-nav > div > .shipping-item {
        width: calc(50% - 5px);
        padding: 5px 5px;
        text-align: left !important;
    }

    .umino-shipping_area .shipping-nav .shipping-item .shipping-icon {
        margin-right: 5px;
    }

    .shipping-content > h6 {
        line-height: 1.2;
        padding-bottom: 0 !important;
        font-weight: 300;
        color: #000 !important;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"] {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        border-top: 1px solid #d8d8d8;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid
        [class*="col-"]:not(:nth-child(-n + 2))
        .slide-item
        .single-product {
        margin-top: unset;
    }

    .shop-product-wrap.grid.row > div {
        border-radius: 0;
        border: unset;
    }

    .btn-buy > a {
        margin: 0 auto;
        width: 80%;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid
        [class*="col-"]:not(:last-child)
        .slide-item
        .single-product {
        margin-top: 0;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"] {
        border-right: 1px solid #d8d8d8;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-child(3n) {
        border-right: 1px solid #d8d8d8;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-child(3) {
        border-top: 1px solid #d8d8d8;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-child(2n) {
        border-right: unset;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-child(1),
    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-child(2) {
        border-top: unset;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-last-child(2):nth-child(even) {
        border-bottom: 1px solid #d8d8d8;
    }

    .btn-buy > a {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .header-bottom_area .mobile-menu_area {
        padding: 0;
    }

    .slider-destaque .slick-list {
        margin-left: -1px;
    }

    .template-color-1
        .umino-product_slider-2.slider-destaque
        .slide-item
        .single-product {
        border-radius: unset;
        border-color: #d8d8d8;
    }

    .template-color-1
        .umino-product_slider-2.slider-destaque
        .slide-item
        .single-product:hover {
        border-color: #d8d8d8;
    }

    .sp-area .sp-nav .category-list_area.position-absolute {
        padding-top: 5px;
        left: 20px;
    }

    .sp-area .sp-nav .category-list_area ul > li {
        line-height: 25px;
        padding: 0px 8px;
        font-size: 12px;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .sp-area .sp-nav {
        padding-top: 20px;
    }

    .breadcrumb-area {
        padding-top: 70px;
    }

    .sp-area .sp-nav .sp-img_slider .slick-list .slick-slide {
        border: 1px solid #8e8e8e;
    }

    .sp-area .sp-nav .zoompro-border {
        border: 1px solid #8e8e8e;
    }

    .slider-navigation_style-4 .slick-arrow {
        display: block !important;
    }

    .breadcrumb-area .breadcrumb-content ul > li {
        padding-left: 15px;
    }

    .breadcrumb-area .breadcrumb-content ul > li:before {
        right: -14px;
    }

    .sp-area .sp-nav .sp-content .sp-heading > h2 {
        font-size: 23px;
    }

    .sp-area .sp-nav .sp-content .price-box .new-price {
        font-size: 24px;
    }

    .umino-product_area.p-b-80 {
        padding-bottom: 40px !important;
    }

    .myaccount-tab-content {
        border: unset;
        padding: 0 !important;
    }

    .box-cupom {
        float: unset;
    }

    .container-product > .box-name-value-remove {
        width: 45%;
    }

    .box-etapas {
        width: calc((100% / 2) - 0.5%);
        padding-left: 0;
    }

    .landpage h2 {
        font-size: 30px;
    }

    .container-collapse {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        right: unset !important;
        bottom: unset !important;
        z-index: unset !important;
        max-width: unset !important;
        margin-right: unset !important;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        margin-bottom: 10px;
    }

    .box-beneficios-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .box-beneficios-img > img {
        display: none;
    }

    .box-beneficios-img:after {
        padding-bottom: 0;
    }

    .chamada-video a {
        display: block;
    }

    .container-meus-pedidos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container-meus-pedidos > div {
        width: 100%;
        padding: 10px 0;
        border-bottom: unset;
        border-right: unset;
    }

    .container-meus-pedidos > div:last-child {
        border-right: unset;
        border-bottom: unset;
    }

    .what-is {
        max-width: 350px;
        margin: 0 auto;
    }

    #header-checkout .container.d-flex.justify-content-between {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 575px) {
    .header-main_area
        .header-sticky.sticky.header-sticky
        .hm-searchbox
        .umino-search_btn {
        top: calc(50% - 0px) !important;
    }

    .card-produtos__tag--countdown
        .card-produtos__item:not(:first-of-type):before {
        bottom: 0.3em !important;
    }

    header.header-main_area .hm-searchbox {
        margin-bottom: 10px;
    }

    .shop-product-wrap.grid.row > div {
        border-radius: 0;
        border: unset;
    }

    .btn-buy > a {
        margin: 0 auto;
        width: 80%;
    }

    .header-logo img {
        width: 125px;
        height: auto;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid
        [class*="col-"]:not(:last-child)
        .slide-item
        .single-product {
        margin-top: 0;
    }

    .btn-buy > a {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .single-product .product-img .add-actions {
        display: none;
    }

    .umino-product_slider
        .slide-item
        .single-product
        .product-content
        .product-desc_info
        .price-box,
    .umino-product_slider-2
        .slide-item
        .single-product
        .product-content
        .product-desc_info
        .price-box,
    .umino-product_slider-3
        .slide-item
        .single-product
        .product-content
        .product-desc_info
        .price-box,
    .umino-product_slider-4
        .slide-item
        .single-product
        .product-content
        .product-desc_info
        .price-box,
    .umino-product-tab_slider
        .slide-item
        .single-product
        .product-content
        .product-desc_info
        .price-box,
    .umino-product-tab_slider-2
        .slide-item
        .single-product
        .product-content
        .product-desc_info
        .price-box,
    .umino-content_wrapper
        .slide-item
        .single-product
        .product-content
        .product-desc_info
        .price-box {
        padding-bottom: 5px;
    }

    .mobile-menu_area.width-fix {
        width: auto;
    }

    .hm-minicart_area > ul > li {
        margin-right: 10px;
    }

    .icon-header {
        height: 25px;
        width: 25px;
    }

    .hm-minicart_area > ul > li > a .minicart-icon .item-count {
        bottom: -15px;
        width: 20px;
        height: 20px;
        line-height: 18px;
    }

    .listagem-itens {
        padding-right: 10px;
        padding-left: 10px;
    }

    .shop-product-wrap.grid.row {
        margin: 0;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"] {
        padding: 0;
        -webkit-box-flex: 0;
        -moz-flex: 0 0 calc(50% - 0px);
        -ms-flex: 0 0 calc(50% - 0px);
        flex: 0 0 calc(50% - 0px);
        max-width: calc(50% - 0px);
        border-top: 1px solid rgb(109 50 108 / 0.3);
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"] {
        padding: 0 5px;
        margin: 0;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"] {
        border-right: 1px solid rgb(109 50 108 / 0.3);
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-child(2n) {
        border-right: unset;
    }

    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-child(1),
    .umino-content_wrapper
        .shop-product-wrap.grid.gridview-4
        > [class*="col-"]:nth-child(2) {
        border-top: unset;
    }

    .umino-content_wrapper .umino-paginatoin-area .umino-pagination-box > li {
        margin-right: 0;
    }

    .umino-paginatoin-area .umino-pagination-box li > a {
        padding: 0 15px;
        font-size: 15px;
    }

    .container-product > .box-name-value-remove {
        /* width: calc(100% - 75px); */
        padding-left: 10px;
    }

    .container-product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .container-product > .box-image {
        width: 120px;
    }

    .container-product .box-quantidade-total {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        margin-top: 20px;
    }

    .container-product .box-quantidade-total {
        width: 100%;
    }

    .container-product .remove-item {
        position: absolute;
        bottom: 5px;
        right: 0;
        /* left: 0; */
        margin: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .object-150-center {
        width: 120px;
        height: auto;
    }

    .container-product .box-quantidade-total {
        /* margin-left: auto; */
        margin-right: auto;
        gap: 1rem;
    }

    .container-footer-middle > div:nth-child(1),
    .container-footer-middle > div:nth-child(2),
    .container-footer-middle > div:nth-child(3),
    .container-footer-middle > div:nth-child(4) {
        width: 100%;
    }

    .header-main_area .header-sticky.sticky {
        position: fixed;
    }

    .header-main_area
        .header-sticky.sticky.header-sticky
        .header-logo
        > a
        > img,
    .header-logo img {
        width: auto;
        max-width: 100%;
        height: 50px;
    }

    .header-bottom_area [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .header-bottom_area {
        padding: 0;
    }

    .what-is {
        max-width: 250px;
    }

    .container-tipos {
        max-width: 250px;
    }

    .chamada-video.chamada-assinar a {
        font-size: 16px;
        padding: 8px 25px;
        display: inline-block;
    }

    .heading-text p {
        font-size: 17px;
    }

    .breadcrumb-area ul {
        display: none !important;
    }

    .box-etapas img {
        height: 80px;
        width: 80px;
    }

    .box-etapas span.number {
        height: 35px;
        font-size: 35px;
    }

    .box-etapas:after {
        content: unset;
    }

    .umino-content_wrapper
        .umino-paginatoin-area
        .umino-pagination-box
        > li
        > a {
        padding: 0 8px;
    }

    .single-product .tags {
        display: none;
    }

    .selos.position-absolute > img {
        height: 40px;
    }

    .sp-area
        .sp-nav
        .category-list_area.position-absolute.modified-relative-mob {
        display: block;
    }

    .sp-area .sp-nav .category-list_area.position-absolute {
        display: none;
    }

    .sp-tab_area .product-tab .product-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sp-tab_area .product-tab .product-menu > li > a {
        padding: 5px 15px;
    }
}

@media (max-width: 415px) {
    .header-main_area
        .header-sticky.sticky.header-sticky
        .header-logo
        > a
        > img,
    .header-logo img {
        width: 90px;
        height: auto;
    }
}

@media (max-width: 370px) {
    .header-main_area
        .header-sticky.sticky.header-sticky
        .header-logo
        > a
        > img,
    .header-logo img {
        width: 85px;
        height: auto;
    }

    .header-bottom_area .mobile-menu_area ul > li > a > i {
        font-size: 35px;
    }

    header.header-main_area .btn.btn-busca {
        font-size: 27px;
    }
}

/*********************** BANNER RESPONSIVO INSPIRO ***********************/
@media (min-width: 992px) {
    .banner-home.slick-slider .slick-track,
    .banner-home.slick-slider .slick-list {
        height: calc(100vw / 1920 * 600) !important;
    }

    .banner-home .slick-slide {
        background-position: center !important;
        background-size: cover !important;
        height: calc(100vw / 1920 * 600) !important;
        min-height: 1px !important;
    }
}

@media (min-aspect-ratio: 8/10) {
    .banner-home.slick-slider .slick-track,
    .banner-home.slick-slider .slick-list {
        height: calc(100vw / 1920 * 600) !important;
    }

    .banner-home .slick-slide {
        background-position: center !important;
        background-size: cover !important;
        height: calc(100vw / 1920 * 600) !important;
        min-height: 1px !important;
    }
}

@media (max-aspect-ratio: 8/10) {
    .banner-home.slick-slider .slick-track,
    .banner-home.slick-slider .slick-list {
        height: calc(100vw / 1 * 1) !important;
    }

    .banner-home .slick-slide {
        background-position: center !important;
        background-size: cover !important;
        height: calc(100vw / 1 * 1) !important;
        min-height: 1px !important;
    }
}

@media (max-width: 991px) {
    .banner-home.slick-slider .slick-track,
    .banner-home.slick-slider .slick-list {
        height: calc(100vw / 1920 * 600) !important;
    }

    .banner-home .slick-slide {
        background-position: center !important;
        background-size: cover !important;
        height: calc(100vw / 1920 * 600) !important;
        min-height: 1px !important;
    }
}

@media (max-width: 991px) and (max-aspect-ratio: 8/10) {
    .banner-home.slick-slider .slick-track,
    .banner-home.slick-slider .slick-list {
        height: calc(100vw / 1 * 1) !important;
    }

    .banner-home .slick-slide {
        background-position: center !important;
        background-size: cover !important;
        height: calc(100vw / 1 * 1) !important;
        min-height: 1px !important;
    }
}

/***************************************************************/
/*********************** BANNER RESPONSIVO INSPIRO LAND***********************/
@media (min-width: 992px) {
    .banner-land.slick-slider .slick-track,
    .banner-land.slick-slider .slick-list {
        height: calc(100vw / 3 * 2) !important;
    }

    .banner-land .slick-slide {
        background-position: center !important;
        background-size: cover !important;
        height: calc(100vw / 3 * 2) !important;
        min-height: 1px !important;
    }
}

@media (min-aspect-ratio: 8/10) {
    .banner-land.slick-slider .slick-track,
    .banner-land.slick-slider .slick-list {
        height: calc(100vw / 3 * 2) !important;
    }

    .banner-land .slick-slide {
        background-position: center !important;
        background-size: cover !important;
        height: calc(100vw / 3 * 2) !important;
        min-height: 1px !important;
    }
}

@media (max-aspect-ratio: 8/10) {
    .banner-land.slick-slider .slick-track,
    .banner-land.slick-slider .slick-list {
        height: calc(100vw / 3 * 2) !important;
    }

    .banner-land .slick-slide {
        background-position: center !important;
        background-size: cover !important;
        height: calc(100vw / 3 * 2) !important;
        min-height: 1px !important;
    }
}

@media (max-width: 991px) {
    .banner-land.slick-slider .slick-track,
    .banner-land.slick-slider .slick-list {
        height: calc(100vw / 3 * 2) !important;
    }

    .banner-land .slick-slide {
        background-position: center !important;
        background-size: cover !important;
        height: calc(100vw / 3 * 2) !important;
        min-height: 1px !important;
    }
}

@media (max-width: 991px) and (max-aspect-ratio: 8/10) {
    .banner-land.slick-slider .slick-track,
    .banner-land.slick-slider .slick-list {
        height: calc(100vw / 3 * 2) !important;
    }

    .banner-land .slick-slide {
        background-position: center !important;
        background-size: cover !important;
        height: calc(100vw / 3 * 2) !important;
        min-height: 1px !important;
    }
}

/********************* TRANSITIONS ********************/
.template-color-1 .main-menu_area .main_nav > ul > li > a,
.btn-close > i,
.btn-close,
.mobile-menu_wrapper .offcanvas-menu-inner {
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

/********************* FANCY CHECKBOX ********************/
.radio-fancy {
    margin: 25px 0 5px;
    display: block;
    cursor: pointer;
}

.radio-fancy input {
    display: none;
}

.radio-fancy input + span {
    line-height: 22px;
    height: 22px;
    padding-left: 22px;
    display: block;
    position: relative;
}

.radio-fancy input + span:not(:empty) {
    padding-left: 30px;
}

.radio-fancy input + span:before,
.radio-fancy input + span:after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
}

.radio-fancy input + span:before {
    background: #d1d7e3;
    -webkit-transition: background 0.2s ease,
        -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease,
        -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    -o-transition: background 0.2s ease,
        transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease,
        transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease,
        transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2),
        -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.radio-fancy input + span:after {
    background: #fff;
    -webkit-transform: scale(0.78);
    -ms-transform: scale(0.78);
    transform: scale(0.78);
    -webkit-transition: -webkit-transform 0.6s
        cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    -o-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4),
        -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.radio-fancy input:checked + span:before {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    background: #5d9bfb;
}

.radio-fancy input:checked + span:after {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.radio-fancy:hover input + span:before {
    -webkit-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
}

.radio-fancy:hover input + span:after {
    -webkit-transform: scale(0.74);
    -ms-transform: scale(0.74);
    transform: scale(0.74);
}

.radio-fancy:hover input:checked + span:after {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}

/********************************************************/
/************************* WHATSAPP *****************/
.mensagem-whatsapp {
    width: auto;
    position: fixed;
    z-index: 9999;
    bottom: 25px;
    right: 25px;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mensagem-grande {
    width: 130px;
    display: inline-block;
    float: left;
    background: #16ab4e;
    padding-left: 20px;
    height: 35px;
    z-index: 1;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.mensagem-grande a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 0;
    padding-left: 6px;
    color: #fff;
}

.chamar-whats-div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #25d366;
    display: inline-block;
    float: left;
    margin-right: 0px;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    left: -16px;
}

.chamar-whats-div i {
    padding-left: 9px;
    padding-top: 6px;
    font-size: 21px;
    color: #fff;
}

#chamar-whats {
    display: block;
}

.mensagem-whatsapp.only-icon {
    right: -172px;
    right: -182px;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mensagem-whatsapp.only-icon .fechar-whats {
    display: none;
}

.mensagem-whatsapp a:hover {
    color: #fff;
}

/* Responsividade do link*/
.desktop {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.mobile {
    visibility: hidden;
    display: none !important;
}

@media (max-width: 767px) {
    .mobile {
        visibility: visible;
        display: block !important;
    }

    .desktop {
        visibility: hidden;
        display: none !important;
    }

    /* .chamar-whats-div i { */
    /* padding-left: 0px; */
    /* } */
    .chamar-whats-div i {
        margin-top: 2px;
        font-size: 25px;
        color: #fff;
    }

    .chamar-whats-div {
        width: 40px;
        height: 40px;
    }

    .mensagem-whatsapp {
        bottom: 55px;
        right: 55px;
    }
}

@media (max-width: 480px) {
    .msg-whats {
        visibility: hidden;
        width: 0 !important;
    }

    .logo-whats {
        right: 0;
    }

    .widget a {
        color: white;
        font-size: 12px;
    }

    .md-m-r-10 {
        margin-right: 10px !important;
    }

    /*Soluções-Detalhes*/
    #bt-solucoes a {
        display: block;
        width: auto;
    }

    .mobile-msg {
        display: none !important;
    }

    .item {
        height: 250px;
    }

    .item-video {
        height: 250px;
    }
}

.whats {
    margin-bottom: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mensagem-whatsapp a {
    font-size: 16px !important;
}

#footer.footer-light .mensagem-whatsapp a:hover {
    color: white !important;
}

.template-color-1 .umino-footer_area a:hover i {
    color: var(--cor-1);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.template-color-1 .umino-footer_area .instagram:hover i {
    background: var(--cor-1) !important;
    color: #fff !important;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.chamar-whats-div {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: unset;
    margin-right: 0px;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    left: 0;
}

.chamar-whats-div i {
    padding-left: 0px;
    padding-top: 0px;
    font-size: 40px;
    color: #fff;
}

.mensagem-grande {
    display: none;
}

.mensagem-whatsapp {
    bottom: 65px;
    right: 75px;
    font-size: 1vw;
}

@media (max-width: 767px) {
    .chamar-whats-div i {
        margin-top: 2px;
        font-size: 25px;
        color: #fff;
    }

    .chamar-whats-div {
        width: 40px;
        height: 40px;
    }

    .mensagem-whatsapp {
        bottom: 55px;
        right: 55px;
    }

    #scrollUp {
        display: none !important;
    }
}

/***********************************************************/
.checkout-erro {
    background-color: red;
    color: white;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px !important;
    margin-bottom: 15px;
}

/**********BOTAO WHATSAPP***********/

.btn-whatsapp-rounded-position {
    position: fixed;
    bottom: 20px;
    top: auto;
    right: 20px;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row;
}

.btn-whatsapp-rounded {
    background-color: #25d366;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
    flex-shrink: 0;
    z-index: 51;
}

.btn-whatsapp-rounded span {
    background-color: #fff;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}

.btn-whatsapp-rounded:hover span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: -25px;
}

.btn-whatsapp-rounded i {
    background: none;
    color: #fff;
    height: 50px;
    right: 0;
    line-height: 50px;
    position: absolute;
    /* top: -15px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 50px;
    z-index: 10;
}

.btn-whatsapp-rounded i.fa-whatsapp:before {
    position: relative;
    top: -1px;
}

.btn-whatsapp-rounded:hover i {
    color: #25d366;
}

.btn-whatsapp-rounded.desk {
    display: inline-block;
}

.btn-whatsapp-rounded.mob {
    display: none;
}

@media (max-width: 991px) {
    .btn-whatsapp-rounded.desk {
        display: none;
    }

    .btn-whatsapp-rounded.mob {
        display: inline-block;
    }
}

/* Estilos para a caixinha de texto do WhatsApp */
.whatsapp-message-box {
    background: #25d366;
    border-radius: 0.3rem;
    padding: 12px 16px;
    position: relative;
    max-width: 250px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    animation: fadeInScale 0.3s ease-out;
    flex-shrink: 0;
    white-space: nowrap;
    transition: all 0.3s ease;
    z-index: 50;
}

.whatsapp-message-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}

.whatsapp-message-box::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid #25d366;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.whatsapp-message-text {
    color: white !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.whatsapp-message-text:hover {
    color: white !important;
    text-decoration: none !important;
}

.whatsapp-message-text:focus {
    color: white !important;
    text-decoration: none !important;
    outline: none;
}

.whatsapp-message-text.desk {
    display: block;
}

.whatsapp-message-text.mob {
    display: none;
}

@media (max-width: 991px) {
    .btn-whatsapp-rounded.desk {
        display: none;
    }

    .btn-whatsapp-rounded.mob {
        display: inline-block;
    }

    .whatsapp-message-text.desk {
        display: none;
    }

    .whatsapp-message-text.mob {
        display: block;
    }
    
    .whatsapp-message-box {
        max-width: 180px;
        padding: 10px 14px;
        font-size: 13px;
    }
    
    .whatsapp-message-text {
        font-size: 13px;
    }

    .btn-whatsapp-rounded-position {
        bottom: 15px;
        right: 15px;
        gap: 8px;
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/************************************/

.loader-checkout {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100vw;
    height: 100vw;
    z-index: -9999;
}

.centered-div {
    display: none;
    position: absolute;
    left: 50vw;
    top: 50vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -9999;
}

body.checkout-loading .loader-checkout {
    z-index: 12000;
}

body.checkout-loading .centered-div {
    display: block;
    z-index: 12001;
}

body.checkout-loading {
    overflow-y: hidden;
}

.busca-mobile input {
    color: black !important;
}

.btn-formas-pagamento {
    font-weight: 700;
    margin-top: 1rem;
    font-size: 16px;
}

.modal-overlay {
    width: 100%;
    height: 100vh;
    background-color: #6e6e6e;
    opacity: 0.8;
    position: fixed;
    top: 0;
    cursor: pointer;
    transform: scale(1);
    z-index: 5000;
    transition: all 0.4s ease;
}

.modal-wrapper-formas-pagamento {
    width: auto;
    height: auto;
    max-height: 700px;
    overflow: auto;
    background: white;
    display: flex;
    flex-direction: column;
    padding: 50px 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: -1px 0px 8px 1px rgba(0, 0, 0, 0.6);
    animation: modal-slide 0.6s both;
    z-index: 5001;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}
.modal-header {
    width: 100%;
    height: auto;
    color: white;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 0px;
    font-size: 10px;
    gap: 50px;
}
.modal-header button {
    text-decoration: none;
    color: black;
    font-size: 23px;
    position: absolute;
    right: -22px;
    top: -44px;
    cursor: pointer;
}
.modal-header h1 {
    margin: 0;
    color: black;
    text-align: center;
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
}
.modal-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.modal-body tbody {
    display: flex;
    flex-direction: column;
}

.modal-body tr {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    border-top: 1px solid rgb(204, 204, 204);
    padding: 1rem;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.modal-body td {
    width: 11rem;
}

.modal-body td:first-child {
    width: 12rem !important;
}

.modal-body tr:nth-child(even) {
    background-color: #f1f1f1;
}

.modal-body tr:nth-child(odd) {
    background-color: #f7f7f7;
}

@media (min-width: 1200px) {
    .modal-body td {
        width: 12rem !important;
    }
    .modal-body tr {
        padding: 1rem;
    }
}

@media (min-width: 992px) {
    .modal-body td {
        width: 12rem;
    }
    .modal-body t {
        padding: 2rem 0;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .modal-body td {
        width: 17rem;
        padding: 1rem;
    }
    .modal-body td:first-child {
        width: 15rem;
        padding: 1rem;
    }
    .modal-wrapper-formas-pagamento {
        max-height: 450px !important;
    }
}

@media (max-width: 767px) {
    .modal-body {
        padding: 1rem 0;
    }
    .modal-body td {
        width: 7.6rem !important;
    }
    .modal-body td:first-child {
        width: 10rem !important;
    }
    .modal-wrapper-formas-pagamento {
        padding: 50px 20px;
    }
    .modal-header button {
        right: -5px;
    }
}
@media (max-width: 500px) {
    .modal-body td:first-child {
        width: 5rem !important;
    }

    .modal-body td {
        width: 4.3rem !important;
    }

    .modal-wrapper-formas-pagamento {
        padding: 2rem 0.7rem;
        width: 98%;
    }

    .modal-header button {
        right: 10px;
        top: -28px;
    }

    .modal-header h1 {
        font-size: 1.1rem;
    }
    .modal-body tr {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .modal-body td:first-child {
        width: 6.1rem !important;
    }
    .modal-body td {
        width: 4rem !important;
    }
    .modal-body tr {
        font-size: 13px;
    }
}

@keyframes slide-top {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes modal-slide {
    0% {
        transform: translate(-50%, -200%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}

.text-editor img,
.desc-prod img {
    max-width: 100% !important;
    height: auto !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #carrinho-area > .container {
        padding: 0;
    }
}

.como-comprar .image-step img {
    object-fit: contain;
    position: relative;
    width: 100%;
    height: auto;
}
.como-comprar .image-step::before {
    display: none;
}

.calculo-frete-label {
    font-size: 1.3em !important;
    margin-bottom: 0.5em;
    color: #707070;
}

.calculo-frete-input {
    display: flex;
    gap: 0.25rem;
}

.calculo-frete-input input {
    height: 50px !important;
}

.calculo-frete-input #calculo_frete {
    width: 250px;
    font-size: 15px;
}

.coupon-all .busca-cep {
    font-size: 13px;
    color: gray;
}

.box-cupom #coupon_code {
    width: 200px;
    font-size: 14px;
}

@media (min-width: 580px) {
    .coupon-all .form-checkout {
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    .box-cupom .form-checkout {
        gap: 0.2rem;
    }
}

@media (max-width: 580px) {
    .calculo-frete-input #calculo_frete {
        width: 150px;
        font-size: 14px;
    }
    .box-cupom #coupon_code {
        width: 160px;
        font-size: 14px;
    }
    .box-name-value-remove {
        width: 55% !important;
    }
    .box-name-value-remove .wrapper span {
        font-size: 13px !important;
    }
}

.adicionar-cupom {
    color: red;
    text-decoration: underline;
    transition: all 0.25s ease;
}

.adicionar-cupom:hover {
    color: #666;
    text-decoration: none;
}

.cupom-mensagem-retorno {
    font-size: 13px !important;
    font-weight: 500 !important;
}

.cupom-mensagem-retorno.sucesso {
    color: #3caf56 !important;
}

.cupom-mensagem-retorno.error {
    color: red !important;
}

.fs-100 {
    font-size: 100% !important;
}

.valor-total-text {
    color: black !important;
    font-weight: bold !important;
}

.parcelas-text {
    font-weight: bold !important;
}

.parcelas-text:last-child {
    color: #666 !important;
}

.cupom-height {
    max-height: 10rem !important;
    opacity: 1;
    visibility: visible;
}

.valor-total-wrapper {
    gap: 3rem;
}

.coupon-all .coupon {
    gap: 1rem;
}

.box-name-value-remove {
    line-height: 1.5 !important;
}

.box-name-value-remove .wrapper span {
    margin-top: 0.5rem;
}

@media (min-width: 991px) and (max-width: 1500px) {
    .box-cupom #coupon_code {
        width: 100%;
    }
    .box-cupom .form-checkout {
        width: 100%;
    }
    .box-cupom .form-checkout .button {
        width: max-content !important;
    }
}

@media (max-width: 580px) {
    .box-cupom #coupon_code {
        width: 100%;
    }
    .box-cupom .form-checkout {
        width: 100%;
        display: flex;
        gap: 0.25rem;
    }
    .box-cupom .form-checkout .button {
        width: max-content !important;
    }
}

.header-compra-segura {
    height: 2.75rem;
    image-rendering: -webkit-optimize-contrast;
}

.body-background .destaques {
    position: relative;
}

/* .body-background .destaques::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    backdrop-filter: contrast(.9);
    pointer-events: none;
} */

@media screen and (min-width: 992px) {
    .oferta-relampago-tag {
        font-size: 16px;
    }
}

.btn-icon {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.btn-primary-outline {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background: #333;
    color: #fff;
    border-radius: 0.25em;
    padding: 8px 15px;
    font-size: 15px;
}