.b-lazy {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.b-loaded {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

* {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 0
}
body.clubedovidro .aggregatedFilters .filter-aggregated-options .btn.btn-link{
    text-transform: inherit !important;
}
/* body.clubedovidro[data-page="produto-detalhes"], */

@media(min-width: 993px) {
    body.clubedovidro[data-page="produto-detalhes"],
    body.clubedovidro[data-page="produto-detalhes"] #page {
        overflow: unset;
    }

    body.clubedovidro[data-page=produto-detalhes] #product .card-produto {
        position: sticky;
        top: 120px;
    }
}

body.clubedovidro[data-page="produto-detalhes"] #product .owl-carousel {
    display: flex;
    overflow: hidden
}

main {
    background: #fbfbfb
}

nav#menu {
    font-size: 18px
}

body.clubedovidro .mm-menu {
    z-index: 100000
}

body.clubedovidro .mm-menu .mm-panel {
    background: #2d2d2d !important;
    color: #fff
}

#menu .welcome {
    font-size: 1.5rem;
    padding: 20px 0 10px 20px
}

body.mm-wrapper_opened #hamburger:before {
    margin-top: 10px;
    transform: rotate(45deg)
}

body.mm-wrapper_opened #hamburger:after {
    margin-top: -10px;
    transform: rotate(-45deg)
}

body.mm-wrapper_opened #hamburger span {
    left: -50px;
    opacity: 0
}

.mm-navbar {
    min-height: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #2d2d2d !important;
    color: #fff !important;
    border-color: #fff !important
}

.mm-listitem {
    color: #fff !important;
    border-color: #fff !important;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mm-listitem:after {
    left: 0 !important
}

.mm-btn:after,
.mm-btn:before {
    border-color: #fff !important
}

#hamburger {
    box-sizing: border-box;
    display: block;
    height: 30px;
    width: 30px
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    transition: none .5s ease .5s;
    transition-property: transform, top, bottom, left, opacity
}

#hamburger:before {
    top: 5px
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #000;
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    left: 20px
}

#hamburger span {
    transition: none .5s ease .5s;
    transition-property: transform, top, bottom, left, opacity;
    top: 15px;
    background: #000;
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    left: 20px
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    transition: none .5s ease .5s;
    transition-property: transform, top, bottom, left, opacity
}

#hamburger:after {
    top: 25px
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #000;
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    left: 20px
}

body.clubedovidro .depoimentos {
    padding-top: 1rem;
    padding-top: 4rem;
}
body.clubedovidro[data-page="produto-detalhes"] .depoimentos {
    padding-top: 0;
    overflow: hidden;
}
body.clubedovidro .depoimentos #carousel-depoimentos{
    padding: 0;
    display: none;
    overflow: hidden;
}
body.clubedovidro .depoimentos #carousel-depoimentos.owl-loaded{
    display:block;
}
body.clubedovidro .depoimentos #carousel-depoimentos.owl-loaded .owl-stage {
    display: flex;
    width: 100vw;
}
body.clubedovidro .depoimentos #carousel-depoimentos.owl-loaded .owl-item {
    display: block;
    width: 360px;
}
body.clubedovidro .depoimentos .navs #navbar-prev {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: calc(50% - 25px);
    left: -75px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
body.clubedovidro .depoimentos .navs #navbar-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: calc(50% - 25px);
    right: -75px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
body.clubedovidro .depoimentos .navs #navbar-next svg, body.clubedovidro .depoimentos .navs #navbar-prev svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}
body.clubedovidro .depoimentos ul li.item{
    padding:20px; width:100%; height: 100%;
}
body.clubedovidro .depoimentos ul li.item .depoimento{
    position:relative;
    height:100%;
    width:100%;
    padding: 25px;
    background-color: #FFF;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
body.clubedovidro .depoimentos ul li.item .depoimento .conteudo-depoimento {
    min-width: 290px;
}
body.clubedovidro .depoimentos ul li.item .depoimento svg{
    vertical-align: bottom; width:20px; height: auto; margin-right: 2px;
}

body.clubedovidro .barra-topo {
    background-color: #0FB367;
    padding: 10px 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
body.clubedovidro .barra-topo a{
    color: #16422E;
    text-decoration: underline;
}

body.clubedovidro .barra-topo .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.clubedovidro .barra-topo .col-decorador {
    width: fit-content;
}
body.clubedovidro .barra-topo .menu-search {
    width: 100%;
    margin: 0 10px 0 20px;
}

body.clubedovidro .barra-topo .d-search {
    margin: 0
}

body.clubedovidro .barra-topo .input {
    padding: 10px;
    width: 100%;
    height: 50px;
    background: #fbfbfb;
    border: 1px solid #e7e6e6;
    border-bottom-color: transparent;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
    color: #333;
    outline: none;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

body.clubedovidro .barra-topo .box form input:focus {
    background: #fff;
    border-color: #0FB367
}

body.clubedovidro .barra-topo .btn.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    box-shadow: none
}

body.clubedovidro .barra-topo .btn.btn-search:focus {
    outline: none;
    box-shadow: none
}

body.clubedovidro .barra-topo .btn.btn-search svg {
    fill: #333;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

body.clubedovidro .barra-topo .btn.btn-search:hover svg {
    fill: #0FB367
}

body.clubedovidro .barra-topo .list-unstyled {
    padding: 0;
    margin: 0
}

body.clubedovidro .barra-topo .redes-sociais {
    display: inline-flex;
    padding: 0;
    margin: 0
}

body.clubedovidro .barra-topo .redes-sociais li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-left: 1px solid #e7e6e6;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .barra-topo .redes-sociais li:last-child {
    border-right: 1px solid #e7e6e6
}

body.clubedovidro .barra-topo .redes-sociais li a:hover {
    background-color: #eee
}

body.clubedovidro .barra-topo .redes-sociais li svg {
    fill: #333;
    width: 20px;
    height: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .barra-topo .redes-sociais li a:hover svg {
    fill: #000
}

body.clubedovidro .barra-topo img {
    width: 2rem;
    height: 2rem;
    margin-right: 5px
}

body.clubedovidro .barra-topo p {
    width: max-content;
    color: #333;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    margin: 0
}

body.clubedovidro .barra-topo p a {
    color: #333;
    font-size: 1rem;
    font-weight: 800;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

body.clubedovidro .barra-topo p a:hover {
    color: #0FB367
}

body.clubedovidro .barra-topo ul {
    margin: 0
}

.second-level {
    display: none
}

.dropdown-hover:hover .dropdown-menu {
    display: block
}

.dropdown-toggle:hover.second-level {
    display: block
}

body.clubedovidro .barra-topo li.dropdown-list {
    position: relative;
    float: left;
    height: 50px;
    align-items: center;
    display: flex;
    cursor: pointer;
    border-radius: 0
}

body.clubedovidro .barra-topo li.nav-item {
    position: relative;
    float: left;
    height: 60px;
    align-items: center;
    display: flex;
    cursor: pointer
}

body.clubedovidro .barra-topo li.dropdown-hover {
    position: relative;
    float: left
}

body.clubedovidro .barra-topo li.dropdown-hover:hover {
    background-color: #2d2d2d
}

body.clubedovidro .barra-topo li.nav-item a,
body.clubedovidro .barra-topo li .dropdown-toggle {
    padding: 0 10px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

body.clubedovidro .barra-topo li.nav-item:hover a svg,
body.clubedovidro .barra-topo li:hover .dropdown-toggle svg {
    fill: #FFF
}

body.clubedovidro .barra-topo li.nav-item:hover a,
body.clubedovidro .barra-topo li:hover .dropdown-toggle {
    color: #fff
}

body.clubedovidro .barra-topo li .dropdown-toggle::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: .75rem;
    padding-left: 5px;
    display: initial;
    margin-left: initial;
    vertical-align: initial;
    border: initial
}

body.clubedovidro .barra-topo .dropdown-menu {
    background-color: #2d2d2d;
    border: 0;
    border-radius: 0 5px 5px 5px;
    overflow: hidden;
    margin: -6px 0 0;
    padding: 0;
    min-width: 150%;
    width: auto !important;
    height: auto
}

body.clubedovidro .barra-topo .dropdown-menu li {
    position: relative;
    margin-left: 0;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .barra-topo .dropdown-menu a {
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

body.clubedovidro .barra-topo .dropdown-menu li:hover {
    background-color: #222
}

body.clubedovidro header.header-bg {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
}

body.clubedovidro header.header-bg.fixo {
    -webkit-box-shadow: -1px 1px 20px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 1px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -1px 1px 20px 0 rgba(0, 0, 0, 0.25);
    margin: 0;
    /* position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 123 */
}

/* body.clubedovidro header.header-bg.fixo .logo-base {
    padding: 20px
} */

body.clubedovidro header.header-bg .logo-base {
    padding: 15px 0
}

body.clubedovidro header.header-bg #nav-mobile {
    margin-right: 0
}

body.clubedovidro header.header-bg #nav-mobile .logo-base {
    padding: 10px
}

body.clubedovidro header.header-bg .logo-base img {
    width: 100%;
    max-width: 170px;
}

body.clubedovidro header.header-bg #nav-mobile .logo-base img {
    width: 100%
}

.col-icones{
    display: flex !important;
    flex-direction: row !important;
    gap: 15px;
    justify-content: flex-end;
    align-items: center;
}
.col-icones a{
    display: flex !important;
    flex-direction: row !important;
    gap: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #002B1E;
}
.col-icones .icon-cart{
    position: relative;
}
.col-icones .icon-cart span{
    position: absolute;
    width: 20px;
    height: 20px;
    right: -9.8px;
    top: -4.69px;
    background: #0FB367;
    border-radius: 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
}
.form-search{
    margin: 0;
    width: 100%;
}
#suggestive-search{
    width: 100%;
}
body.clubedovidro header.header-bg .menu-my-cart .shopping-cart .btn-block{
    justify-content: center;
    padding: 10px;
    border-radius: 100px;
    box-shadow: none;
    color: #fff;
}

body.clubedovidro header.header-bg .search {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro header.header-bg #nav-mobile a {
    color: #0FB367
}

body.clubedovidro header.header-bg #nav-mobile a.collapsed {
    color: #fff
}

body.clubedovidro header.header-bg .search-mob-style .search-full {
    padding: 0
}

body.clubedovidro header.header-bg .search-mob-style .search-full input {
    border: 0;
    border-radius: 0;
    padding: 20px 10px
}

body.clubedovidro header.header-bg .search-mob-style .search-full input:focus {
    outline: none;
    box-shadow: none
}

body.clubedovidro header.header-bg .search-mob-style .search-full .btn-search {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: .9rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: #0FB367;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro header.header-bg .search-mob-style .search-full .btn-search:hover {
    background-color: #5f4d2e
}

body.clubedovidro header.header-bg .search .r-p-5 {
    padding: 0 5px
}

body.clubedovidro header.header-bg .search input {
    border: 0;
    /* Input */

    box-sizing: border-box;
    height: 40px;
    background: rgba(242, 242, 242, 0.59);
    border-radius: 31px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #505050;
}

body.clubedovidro header.header-bg .search input:focus {
    border: 2px solid #0FB367;
    outline: none !important;
    box-shadow: none
}

body.clubedovidro header.header-bg .search .btn-search {
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 2px;
    right: 6px;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #5f4d2e;
    line-height: 40px;
    border: 0;
    border-radius: 100px;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro header.header-bg .search .btn-search svg {
    fill: #5f4d2e;
    width: 20px;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro header.header-bg .search .btn-search:hover {
    background-color: #0FB367
}

body.clubedovidro header.header-bg .search .btn-search:hover svg {
    fill: #fff
}

body.clubedovidro header.header-bg .menu-user {
    cursor: pointer
}

body.clubedovidro header.header-bg .menu-user svg {
    fill: #5f4d2e;
    width: 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro header.header-bg .menu-user:hover svg {
    fill: #333
}

body.clubedovidro header.header-bg .col-search-mobi {
    cursor: pointer
}

body.clubedovidro header.header-bg .col-search-mobi svg {
    fill: #333;
    width: 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro header.header-bg .col-search-mobi span {
    display: inline-block;
    background-color: #63666c;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    font-size: .9rem;
    color: #fff;
    border-radius: 15px
}

body.clubedovidro header.header-bg .menu-account {
    cursor: pointer
}

body.clubedovidro header.header-bg .menu-account svg {
    fill: #333;
    width: 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro header.header-bg .menu-account span {
    display: inline-block;
    background-color: #63666c;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    font-size: .9rem;
    color: #fff;
    border-radius: 15px
}

body.clubedovidro header.header-bg .col-search svg {
    fill: #333;
    cursor: pointer;
    width: 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro header.header-bg .col-search:hover svg {
    fill: #0FB367
}

body.clubedovidro .bar-menu .search input.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #0FB367
}

body.clubedovidro .icons {
    display: grid;
    align-items: center
}

body.clubedovidro header.header-bg .menu-search button {
    border: none;
    background: none
}

body.clubedovidro header.header-bg .menu-search .box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 9999
}

body.clubedovidro header.header-bg .menu-search .input {
    padding: 10px;
    width: 60px;
    height: 60px;
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
    color: #333;
    outline: none;
    transition: .5s
}

body.clubedovidro header.header-bg .box form input {
    width: 100%;
    background: #fff;
    border-color: #e7e6e6
}

body.clubedovidro header.header-bg .box form input:focus {
    border-color: #0FB367
}

body.clubedovidro header.header-bg .menu-search svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #ffd52d;
    transition: .2s
}

body.clubedovidro header.header-bg .menu-search .box:hover svg {
    opacity: 0;
    z-index: -1
}

body.clubedovidro header.header-bg .icons .menu-search,
body.clubedovidro header.header-bg .icons .menu-user,
body.clubedovidro header.header-bg .icons .menu-cart {
    text-align: center
}

body.clubedovidro .shopping-cart {
    width: 768px;
    padding: 0 20px 20px;
    top: 100%
}

.shopping-cart {
    background: #fff;
    width: 420px;
    position: absolute;
    top: 100%;
    right: -10px;
    border-radius: 3px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 #000 !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    -webkit-transform-origin: right top 0;
    -webkit-transform: scale(0);
    transform-origin: right top 0;
    transform: scale(0);
    z-index: 12
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px
}

.shopping-cart h1.title {
    padding: 20px 0 0;
    font-size: 1.5rem;
    color: #63666c
}

body.clubedovidro header.header-bg .menu-my-cart:hover .shopping-cart {
    opacity: 1;
    -webkit-transform-origin: right top 0;
    -webkit-transform: scale(1);
    transform-origin: right top 0;
    transform: scale(1);
    z-index: 12
}

body.clubedovidro .shopping-cart .shopping-cart-header-link {
    display: block;
    margin-top: 10px
}

body.clubedovidro .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd {
    padding-left: 0;
    text-align: center;
    text-transform: uppercase
}

body.clubedovidro .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd i {
    color: #0FB367;
    font-size: 1.25rem
}

body.clubedovidro .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd h4 {
    margin: 0;
    color: #0FB367;
    font-size: 1.25rem
}

body.clubedovidro .shopping-cart .shopping-cart-items .table {
    margin-bottom: 0
}

body.clubedovidro .shopping-cart .shopping-cart-items .table td[data-title="Preço total"] span.text-success {
    font-size: 16px;
    font-weight: 500
}

body.clubedovidro .shopping-cart .shopping-cart-items .photo {
    position: relative;
    padding-right: 0;
    display: block;
}
body.clubedovidro .shopping-cart .shopping-cart-items .photo::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
body.clubedovidro .shopping-cart .shopping-cart-items .photo img {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    -o-object-fit: cover;
    object-fit: cover;

    padding: 0;
    max-width: 100%;
    max-height: unset;
    margin-right: 0;
}
body.clubedovidro .shopping-cart .shopping-cart-items .table td[data-title="Quantidade"] p {
    color: #444;
    text-align: center;

    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin: 0;
}

.shopping-cart .shopping-cart-total .shopping-cart-total-span p {
    color: #4ea232 !important;
    font-weight: 700;
    text-align: right;
    padding: 0;
    margin: 0;
}

.shopping-cart .cart-products-extra {
    display: none
}

small,
.small {
    font-size: 85%
}

body.clubedovidro #menu-desktop {
    background-color: #fff
}

body.clubedovidro #menu-desktop .bar-menu {
    justify-content: center;
}
body.clubedovidro #menu-desktop .bar-menu ul {
    margin: 0
}

.second-level {
    display: none
}

.dropdown-hover:hover .dropdown-menu {
    display: block
}

.dropdown-toggle:hover.second-level {
    display: block
}

body.clubedovidro #menu-desktop .bar-menu li.dropdown-list {
    position: relative;
    float: left;
    height: 60px;
    align-items: center;
    display: flex;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    border-bottom: 4px solid #FFF;
}
body.clubedovidro #menu-desktop .bar-menu li.dropdown-list:hover{
    border-color: #0FB367;
}

body.clubedovidro #menu-desktop .bar-menu li.nav-item {
    position: relative;
    float: left;
    height: 60px;
    align-items: center;
    display: flex;
    cursor: pointer
}

body.clubedovidro #menu-desktop li.dropdown-hover {
    position: relative;
    float: left
}

body.clubedovidro #menu-desktop .bar-menu li.nav-item a,
body.clubedovidro #menu-desktop .bar-menu li .dropdown-toggle {
    padding: 0 10px;
    color: #034638;
    /* font-size: .925rem; */
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

body.clubedovidro #menu-desktop .bar-menu li .dropdown-toggle i {
    display: none
}

body.clubedovidro #menu-desktop .bar-menu li .dropdown-toggle::after {
    display: none!important;
    font-family: FontAwesome;
    content: "\f078";
    font-size: .75rem;
    padding-left: 5px;
    display: initial;
    margin-left: initial;
    vertical-align: initial;
    border: initial
}
body.clubedovidro #menu-desktop .bar-menu li.is-dropdown .dropdown-toggle::after {
    display: block!important;
}

/* .dropdown-toggle::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: .75rem;
    padding-left: 5px;
    display: initial;
    margin-left: initial;
    vertical-align: initial;
    border: initial
} */

body.clubedovidro #menu-desktop .bar-menu .dropdown-menu {
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 240px;
    width: auto !important;
    height: auto;
    border: 1px solid #0FB367;
}

body.clubedovidro #menu-desktop .bar-menu .dropdown-menu.megamenu {
    min-width: 480px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

body.clubedovidro #menu-desktop .bar-menu .dropdown-menu.megamenu .container, 
body.clubedovidro #menu-desktop .bar-menu .dropdown-menu.megamenu .row, 
body.clubedovidro #menu-desktop .bar-menu .dropdown-menu.megamenu .col-xs-7, 
body.clubedovidro #menu-desktop .bar-menu .dropdown-menu.megamenu .col-xs-5{
    padding: 0 !important;
    margin: 0 !important;
}

body.clubedovidro #menu-desktop .bar-menu .dropdown-menu li {
    position: relative;
    margin-left: 0;
    padding: 10px 60px 10px 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro #menu-desktop .bar-menu .dropdown-menu a {
    color: #0FB367;
    font-weight: 400;
    text-decoration: none
}
body.clubedovidro #menu-desktop .bar-menu .dropdown-menu img{
    border-radius: 10px;
    margin-right: 15px;
}

body.clubedovidro #menu-desktop .bar-menu .dropdown-menu li:hover {
    background-color: #0FB367;
}
body.clubedovidro #menu-desktop .bar-menu .dropdown-menu li:hover a{
    color: #FFF;
}

body.clubedovidro #carousel-banner {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;

    overflow: hidden;
}

body.clubedovidro #carousel-banner .owl-nav.disabled,
body.clubedovidro #carousel-banner .owl-dots.disabled {
    display: none
}

body.clubedovidro #carousel-banner .owl-item img {
    display: block;
    width: 100%
}

body.clubedovidro #banner .navs #navbar-prev {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: calc(50% - 25px);
    left: 5%;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro #banner .navs #navbar-prev svg {
    width: 15px;
    height: 15px;
    fill: #fff
}

body.clubedovidro #banner .navs #navbar-prev:hover {
    background-color: #0FB367;
    transform: scale(.9);
    -webkit-box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
    box-shadow: 0 10px 30px rgba(40, 40, 40, .35)
}

body.clubedovidro #banner .navs #navbar-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: calc(50% - 25px);
    right: 5%;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro #banner .navs #navbar-next svg {
    width: 15px;
    height: 15px;
    fill: #fff
}

body.clubedovidro #banner .navs #navbar-next:hover {
    background-color: #0FB367;
    transform: scale(.9);
    -webkit-box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
    box-shadow: 0 10px 30px rgba(40, 40, 40, .35)
}

body.clubedovidro[data-page="home"] #apoio-banner {
    padding: 15px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    margin-bottom: 60px;
}

body.clubedovidro[data-page="home"] #apoio-banner .card-apoio {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.clubedovidro[data-page="home"] #apoio-banner .card-apoio .icon {
    display: flex;
    align-items: center;
    fill: #0FB367;
    margin-right: 8px
}

body.clubedovidro[data-page="home"] #apoio-banner .card-apoio .icon svg {
    width: 40px;
    height: 40px
}

body.clubedovidro[data-page="home"] #apoio-banner .card-apoio p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #0FB367;
    margin: 0;
}

body.clubedovidro[data-page="home"] #apoio-banner .card-apoio p span {
    color: #0FB367;
    font-weight: 500;
    font-size: 1rem
}

body.clubedovidro[data-page="home"] #apoio-banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.clubedovidro[data-page="home"] #apoio-banner img:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

body.clubedovidro[data-page="home"] .categorias {
    padding: 2rem 0
}

body.clubedovidro[data-page="home"] .categorias img{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
body.clubedovidro[data-page="home"] .categorias div.texto{
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    bottom: 30px;
    width: calc(100% - 100px);
    align-items: center;
    left: 50%;
    transform: translate(-50%,0);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 112%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

body.clubedovidro[data-page="home"] .categorias div.texto a{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 48px;
    gap: 10px;
    width: 195px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 33px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: 0.025em;
    color: #393939;
}
body.clubedovidro[data-page="home"] .categorias div.texto a:hover{
    background: #0FB367;
    color: #FFF;
}

body.clubedovidro[data-page="home"] .categorias2{
    padding: 20px 0;
    overflow: hidden;
}
body.clubedovidro[data-page="home"] .categorias2 h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 99%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.025em;
    color: #002B1E;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 90px;
}

body.clubedovidro[data-page="home"] .categorias2 .bggreen{
    position: relative;
    background: url(../img/solucoes.png) center right no-repeat;
    padding: 120px 0 !important;
}
body.clubedovidro[data-page="home"] .categorias2 .bggreen:after{
    content:'';
    width: 50%;
    left: 0;
    height: 100%;
    top: 0;
    background: #0FB367;
    position: absolute;
    z-index: 1;
}
body.clubedovidro[data-page="home"] .categorias2 .bggreen .container{
    position: relative;
    z-index: 2;
}

body.clubedovidro[data-page="home"] .categorias2 .bggreen .container h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 125%;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
body.clubedovidro[data-page="home"] .categorias2 .bggreen .container p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

body.clubedovidro[data-page="home"] .categorias2 .bggreen .container a{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 48px;
    gap: 10px;
    width: 195px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 33px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: 0.025em;
    color: #393939;
    border:1px solid #0FB367;
}
body.clubedovidro[data-page="home"] .categorias2 .bggreen .container a:hover{
    border-color: #FFF;
    color: #FFF;
    background: #0FB367;
}

body.clubedovidro .box-title {
    /* margin-bottom: 40px; */
    margin-bottom: 15px;
    width: 100%
}

body.clubedovidro .box-title .box-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: -0.015em;
    text-transform: capitalize;
    color: #002B1E;
}

body.clubedovidro .box-title a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .box-title a:hover {
    text-shadow: 0 0 30px rgba(40, 40, 40, .3)
}

body.clubedovidro #product-banner {
    padding: 40px 0
}

body.clubedovidro #product-banner img {
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.clubedovidro #product-banner img:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

body.clubedovidro .best-sellers {
    background-color: #f8f4f4;
    padding: 3rem 0
}

body.clubedovidro .product-list {
    position: relative
}

body.clubedovidro .product-list .product a {
    text-decoration: none
}

body.clubedovidro .product-list .product {
    margin: 15px 0
}

body.clubedovidro .product-list .product form {
    padding-bottom: 1px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .product-list .product-image .tag-promotion {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    background-color: #0FB367;
    padding: 5px 10px;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .product-list .product:hover .product-image .tag-promotion {
    padding: 5px 20px
}

body.clubedovidro .product-list .product .product-image {
    padding: 0;
    overflow: hidden
}

body.clubedovidro .product-list .product .product-image img {
    width: 100%;
    background-color: #fff;
    -o-object-fit: cover;
    object-fit: cover;
    /* min-height: 250px; */
    min-height: auto;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .product-list .product form:hover .product-image img {
    transform: scale(1.1)
}

body.clubedovidro .product-list .product .product-image .circle-logo {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .product-list .product .product-image .circle-logo img {
    width: 75px;
    height: 75px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .product-list .product form:hover .circle-logo {
    opacity: 1
}

body.clubedovidro .product-list .product form:hover .circle-logo img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

body.clubedovidro .product-list .product .product-info {
    padding: 0;
    text-decoration: none
}

body.clubedovidro .product-list .product .product-info .tit {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #002B1E;
    text-align: left;
    margin: 8px 0 5px;
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .product-list .product .star-rating {
    justify-content: center;
}
body.clubedovidro .product-list .product .rating-link {
    display: block;
    width: 100%;

    text-align: center;
    font-size: .9rem;
}

body.clubedovidro .product-list .product .product-info .container-price {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 1rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .product-list .product .product-info .container-price .col-price:first-child {
    position: relative
}

body.clubedovidro .product-list .product .product-info .container-price .col-price:first-child::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto;
    width: .5px;
    height: 75%;
    background-color: #d6d6d6
}

body.clubedovidro .product-list .product .product-info .container-price span.price-label del,
body.clubedovidro .product-list .product .product-info .container-price span.price-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #999999;
    text-align: left;
    gap: 5px;
}

body.clubedovidro .product-list .product .product-info .container-price span.price {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0FB367;
    display: inline-block;
    margin-bottom: 5px;
}

body.clubedovidro[data-page="home"] .product-list .product .product-info .container-price span.price {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #002B1E;
}

body.clubedovidro .product-list .product .product-info .container-price span.installment {
    display: block;
    margin: 0;
    color: #333;
    font-size: .9rem;
    font-weight: 500;
    text-align: left;
}

body.clubedovidro .product-list .product .product-info .container-price span.installment b {
    color: #333;
    font-size: .9rem;
    font-weight: 700
}

body.clubedovidro .product-list .product .product-info .btn-ver-produto {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 40px;
    /* Frame 75 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6.97045px 41.8227px;
    gap: 8.71px;

    border: 2px solid #0FB367;
    border-radius: 32px;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    display: flex;
    align-items: center;
    letter-spacing: 0.025em;
    color: #0FB367;

}

body.clubedovidro .product-list .product form:hover .product-info .btn-ver-produto {
    background-color: #0FB367;
    border-color: #0FB367;
    color: #fff
}

body.clubedovidro .sobre {
    padding: 4rem 0;
    background-color: #F4F4F4;
}

body.clubedovidro .sobre .image img {
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover
}

body.clubedovidro .sobre .center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

body.clubedovidro .sobre .text {
    justify-content: center;
    text-align: center;
    max-width: 415px;
    padding: 2rem
}

body.clubedovidro .sobre .text h1.title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 125%;
    display: flex;
    align-items: center;
    text-align: left;
    letter-spacing: -0.01em;
    color: #393939;
}

body.clubedovidro .sobre .text p.desc {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    display: flex;
    text-align: left;
    letter-spacing: -0.01em;
    color: #393939;
}
body.clubedovidro .sobre a{
    width: max-content;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 48px;
    gap: 10px;
    background: #0FB367;
    border-radius: 50px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: 0.025em;
    color: #FFFEFD;
}

body.clubedovidro .news-home {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: #FFF;
}

body.clubedovidro .news-home .bar-fix {
    position: absolute;
    width: 30%;
    height: 100%;
    left: 0;
    background-color: #333;
    display: none;
}

body.clubedovidro .news-home .col-text {
    display: flex;
    align-items: center;
}

body.clubedovidro .news-home .col-text .icon {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

body.clubedovidro .news-home .col-text .icon p{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 160%;
display: flex;
align-items: center;
text-align: center;
letter-spacing: -0.01em;
color: #002B1E;
}

body.clubedovidro .news-home .col-text .icon svg {
    fill: #0FB367;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    margin-right: 1rem
}

body.clubedovidro .news-home .col-text .nl-text {
    display: inline-block;
    margin: 0;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 99%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
    color: #002B1E;
}

body.clubedovidro .news-home .form-newsletter{
    margin: 0;
}
body.clubedovidro .news-home .form-newsletter .block-label {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: red
}

body.clubedovidro .news-home .form-newsletter .block-input input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 48px 4px 18px;
    gap: 10px;
    height: 56px;
    background: rgba(217, 217, 217, 0.17);
    border-radius: 50px;
    box-shadow: none;
}

body.clubedovidro .news-home .form-newsletter .block-input input:hover {
    border-color: #333
}

body.clubedovidro .news-home .form-newsletter .block-input input:focus {
    box-shadow: none;
    border-color: #0FB367
}

::-webkit-input-placeholder {
    color: #888 !important
}

:-moz-placeholder {
    color: #888 !important;
    opacity: 1
}

::-moz-placeholder {
    color: #888 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #888 !important
}

::-ms-input-placeholder {
    color: #888 !important
}

::placeholder {
    color: #888 !important
}

body.clubedovidro .news-home .form-newsletter .block-btn {
    height: 100%
}

body.clubedovidro .news-home .form-newsletter .block-btn .btn-new {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 10px;
    width: 100%;
    height: 56px;
    background: #0FB367;
    border-radius: 33px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: 0.025em;
    color: #FFFFFF;
}

body.clubedovidro .news-home .form-newsletter .block-btn .btn-new:hover {
    color: #0FB367;
    background-color: transparent;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

body.clubedovidro .redes .card-fb {
    background-color: #fff;
    background-size: cover;
    background-position: center right;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .redes .card-fb .fb-logo {
    position: relative;
    background: linear-gradient(20deg, #08d1f5 20%, #1677f1 100%);
    transform: skewX(-45deg);
    width: 100%;
    margin-left: -50px;
    height: 100px
}

body.clubedovidro .redes .card-fb:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

body.clubedovidro .redes .card-fb svg {
    position: absolute;
    top: 15px;
    right: -35px;
    fill: #fff;
    width: 75px;
    padding: 1rem;
    background-color: #1677f1;
    border: 5px solid #fff;
    border-radius: 100px;
    transform: skewX(45deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .redes .card-fb h2 {
    color: #959595;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    margin: 0
}

body.clubedovidro .redes .card-fb h1 {
    color: #333;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2rem;
    text-transform: uppercase;
    margin: 0
}

body.clubedovidro .redes .render-fb {
    position: absolute;
    top: -15%;
    right: 5%;
    width: auto;
    height: 150%
}

body.clubedovidro .redes .card-ig {
    background-color: #fff;
    background-size: cover;
    background-position: center right;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .redes .card-ig .ig-logo {
    position: relative;
    background: linear-gradient(20deg, #eb0004 0%, #b501a8 100%);
    transform: skewX(-45deg);
    width: 100%;
    margin-left: -50px;
    height: 100px
}

body.clubedovidro .redes .card-ig:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

body.clubedovidro .redes .card-ig svg {
    position: absolute;
    top: 15px;
    right: -35px;
    fill: #fff;
    width: 75px;
    padding: .5rem;
    background: linear-gradient(45deg, #eebc0e 0%, #d31b46 50%, #8d4bc1 75%, #7c3bad 100%);
    border: 5px solid #fff;
    border-radius: 100px;
    transform: skewX(45deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .redes .card-ig h2 {
    color: #959595;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    margin: 0
}

body.clubedovidro .redes .card-ig h1 {
    color: #333;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2rem;
    text-transform: uppercase;
    margin: 0
}

body.clubedovidro .redes .render-ig {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: auto;
    height: 115%
}

body.clubedovidro #breadcrumbs {
    position: relative;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    margin-bottom: 15px
}

body.clubedovidro #breadcrumbs ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

body.clubedovidro #breadcrumbs ul li {
    float: left;
    line-height: 10px;
    color: #999;
    font-weight: 500;
    font-size: 1rem
}

body.clubedovidro #breadcrumbs a {
    color: #333;
    font-weight: 500;
    font-size: 1rem
}

body.clubedovidro #breadcrumbs ul li::after {
    content: "»";
    color: #0FB367;
    font-weight: 700;
    margin: 10px
}

body.clubedovidro #breadcrumbs p {
    color: #424752;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1rem
}

body.clubedovidro #breadcrumbs ul li:last-child:after {
    content: ''
}

body.clubedovidro[data-page="produto-detalhes"] .about {
    margin: 2rem 0;
    padding: 0 0 3rem
}

body.clubedovidro[data-page="produto-detalhes"] .about h1.title {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}
body.clubedovidro[data-page="produto-detalhes"] .about .content img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
body.clubedovidro[data-page="produto-detalhes"] .about .navegacao {
    position: sticky;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #fbfbfb;
    z-index: 99;
}

body.clubedovidro[data-page="produto-detalhes"] .nav-tabs {
    display: flex;
    flex-wrap: unset!important;
    border: 0
}
.select2-container .select2-selection--single{
    border-radius: 50px !important;
    padding-left: 20px;
}
body.clubedovidro[data-page="produto-detalhes"] .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
}
body.clubedovidro[data-page="produto-detalhes"] .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 800 !important;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 75px;
    padding: 0 5px;
    box-shadow: none!important;
    /* transform: skewX(-45deg); */
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro[data-page="produto-detalhes"] .nav-link p {
    margin: 0 auto;
    /* transform: skewX(45deg) */
}


@media(max-width:991px) {
    body.clubedovidro[data-page="produto-detalhes"] .nav-tabs .nav-item {
        width: 50% !important
    }

    body.clubedovidro[data-page="produto-detalhes"] .nav-tabs .nav-link {
        transform: skewX(0)
    }

    body.clubedovidro[data-page="produto-detalhes"] .nav-tabs .nav-link p {
        transform: skewX(0)
    }
}

body.clubedovidro[data-page="produto-detalhes"] .nav-item.active .nav-link {
    box-shadow: inset 0 -1px 0 #ddd;
}
body.clubedovidro[data-page="produto-detalhes"] .nav-tabs .nav-item.active .nav-link,
body.clubedovidro[data-page="produto-detalhes"] .nav-item .nav-link:hover {
    /* box-shadow: inset 0 -1px 0 #424242!important; */
    cursor: pointer!important;
    color:#0FB367;
}
/* body.clubedovidro[data-page="produto-detalhes"] .nav-item.active .nav-link {
    position: relative;
    color: #fff;
    background-color: #0FB367;
    padding: 30px;
    border-radius: 0;
    box-shadow: 0 -10px 20px -10px rgba(10, 10, 40, .1);
    z-index: 0;
    overflow: hidden
} */

body.clubedovidro[data-page="produto-detalhes"] .tab-content {
    z-index: 1
}

body.clubedovidro[data-page="produto-detalhes"] .tab-content .tab-pane {
    padding: 2rem
}

body.clubedovidro[data-page="produto-detalhes"] .tab-content .tab-pane .tabpanel-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px
}

body.clubedovidro[data-page="produto-detalhes"] .tab-content .tab-pane .card-header {
    background-color: #fff;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

body.clubedovidro[data-page="produto-detalhes"] .tab-content .tab-pane .card-header[aria-expanded="true"] {
    background-color: #0FB367;
    color: #fff
}

body.clubedovidro[data-page="produto-detalhes"] .tab-content .tab-pane .card-header h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0;
    color: #333
}

body.clubedovidro[data-page="produto-detalhes"] .tab-content .tab-pane .card-header[aria-expanded="true"] h2 {
    color: #FFF
}

body.clubedovidro[data-page="produto-detalhes"] .tab-content .tab-pane .tabpanel-info p {
    margin: 0
}

body.clubedovidro[data-page="produto-detalhes"] .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #eff6f9;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px
}

body.clubedovidro[data-page="produto-detalhes"] .card:last-child {
    margin-bottom: 0
}

body.clubedovidro[data-page="produto-detalhes"] .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 0;
    
    background-color: #0FB367;
}
body.clubedovidro[data-page="produto-detalhes"] .card-header h2 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
body.clubedovidro[data-page="produto-detalhes"] .about iframe {
    width: 100%;
    max-width: 560px;
}

body.clubedovidro[data-page="produto-detalhes"] .card-header button {
    color: #0FB367;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600
}

body.clubedovidro[data-page="produto-detalhes"] .card-header button.collapsed {
    color: #2f373e
}

body.clubedovidro[data-page="produto-detalhes"] .card-body {
    background-color: #f8f8f8
}

body.clubedovidro[data-page="produto-detalhes"] .about #boxs {
    padding: 3rem 0 0 15px
}

body.clubedovidro[data-page="produto-detalhes"] .about #boxs a {
    text-decoration: none
}

body.clubedovidro[data-page="produto-detalhes"] .about .box-about {
    background-color: #fff;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro[data-page="produto-detalhes"] .about .box-about:hover {
    -webkit-box-shadow: 0 0 30px rgba(40, 40, 40, .25);
    box-shadow: 0 0 30px rgba(40, 40, 40, .25)
}

body.clubedovidro[data-page="produto-detalhes"] .about .box-about .text {
    display: flex;
    align-items: center;
    height: 75px
}

body.clubedovidro[data-page="produto-detalhes"] .about .box-about .text p {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro[data-page="produto-detalhes"] .about .box-about .text span {
    font-size: 1.25rem;
    font-weight: 800;
    color: gray;
    margin: 0
}

body.clubedovidro[data-page="produto-detalhes"] .whatsapp {
    padding: 2rem 0 4rem
}

body.clubedovidro[data-page="produto-detalhes"] .whatsapp .card-wpp {
    background-color: #fff;
    background-size: cover;
    background-position: center right;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro[data-page="produto-detalhes"] .whatsapp .card-wpp .wpp-logo {
    position: relative;
    background: linear-gradient(20deg, #61fa7b 0%, #0cb828 100%);
    transform: skewX(-45deg);
    width: 100%;
    margin-left: -50px;
    height: 100px
}

body.clubedovidro[data-page="produto-detalhes"] .whatsapp .card-wpp:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

body.clubedovidro[data-page="produto-detalhes"] .whatsapp .card-wpp .icon {
    position: absolute;
    top: 15px;
    right: -35px;
    fill: #fff;
    width: 75px;
    padding: 15px;
    border-radius: 100px;
    background: #26d366;
    border: 5px solid #fff;
    transform: skewX(45deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro[data-page="produto-detalhes"] .whatsapp .card-wpp svg {
    fill: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro[data-page="produto-detalhes"] .whatsapp .card-wpp h2 {
    color: #959595;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    margin: 0
}

body.clubedovidro[data-page="produto-detalhes"] .whatsapp .card-wpp h1 {
    color: #333;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 2rem;
    text-transform: uppercase;
    margin: 0
}

body.clubedovidro[data-page="produto-detalhes"] #product {
    margin-top: 1rem;
    padding-bottom: 90px
}

body.clubedovidro[data-page="produto-detalhes"] #product .gallery .gallery-products .item {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}

body.clubedovidro[data-page="produto-detalhes"] #product .gallery .gallery-products .item img {
    width: 100%;
    height: auto;
    object-fit: cover
}

body.clubedovidro[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    box-shadow: 0 2px 10px rgba(40, 40, 40, .5)
}

body.clubedovidro[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot.active span {
    background: #0FB367
}

body.clubedovidro[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item {
    cursor: pointer;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active {
    border: 3px solid #0FB367
}

body.clubedovidro[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item img {
    -o-object-fit: contain;
    object-fit: contain;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item:hover img {
    opacity: 1
}

body.clubedovidro[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active img {
    opacity: 1
}

.easyzoom-flyout {
    border-radius: 0
}

body.clubedovidro[data-page="produto-detalhes"] #product .gallery .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px
}


body.clubedovidro[data-page="produto-detalhes"] #product .col-prod-data {
    position: sticky;
    top: 120px;
    height: fit-content;
}
body.clubedovidro[data-page="produto-detalhes"] #product .product-title {
    padding-bottom: 0
}

body.clubedovidro[data-page="produto-detalhes"] #product .product-title .product-name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 145%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #393939;
}

body.clubedovidro[data-page="produto-detalhes"] #product .aval-block .star-rating {
    font-size: 28px
}

body.clubedovidro[data-page="produto-detalhes"] #product .aval-block .star-rating.rating-disabled {
    display: none
}

.rating-link {
    text-decoration: none;
    margin: 0;
    font-size: 1.2rem;
    color: #434343
}

.rating-container {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    color: #FFC907;
    font-size: 1.2rem
}

.rating-gly {
    font-family: 'FontAwesome'
}

.rating-container:before {
    content: attr(data-content)
}
.rating-container .rating-stars:before {
    text-shadow: none!important;
}

.rating-container .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    font-family: 'FontAwesome';
    font-size: 1.2rem;    
}

.star-rating [type="number"] {
    position: absolute !important;
    opacity: 0 !important;
    bottom: 0;
    border: none !important;
    width: 1px !important;
    height: 1px !important;
    background: transparent !important;
    z-index: -1
}

body.clubedovidro[data-page="produto-detalhes"] #product .aval-ref p.ref {
    text-align: end;
    font-size: .85rem;
    color: #434343;
    margin: 0
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-container {
    padding: 2rem 0;
    border-bottom: 1px solid #d6d6d6
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-container .old-price del {
    color: #999;
    font-size: 1rem;
    font-weight: 400
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-container .old-price {
    color: #999;
    font-size: 1rem;
    font-weight: 400
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-container .old-price .tag-promotion {
    position: absolute;
    top: -5px;
    right: 65px;
    z-index: 1;

    background-color: #0FB367;
    padding: 5px 10px;
    border-radius: 0;
    
    transform: skewX(330deg);

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
body.clubedovidro[data-page="produto-detalhes"] #product .price-container .old-price .tag-promotion span {
    display: block;
    transform: skewX(-330deg);
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-container .price,
body.clubedovidro[data-page="produto-detalhes"] #product .price-container .price span {
    color: #0FB367;
    font-size: 2rem;
    font-weight: 900;
    margin-top: 5px;
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-container img.formas-pagamento {
    width: 100%
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-container .price-info img {
    width: 100%
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc {
    color: #565656;
    font-size: 1rem;
    font-weight: 500
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .value {
    color: #5f4d2e;
    font-size: 1rem;
    font-weight: 700
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .pay {
    color: #5f4d2e;
    font-size: 1.3rem;
    font-weight: 700
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations {
    padding: 2rem 0;
    border-bottom: 1px solid #d6d6d6
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations .col-variation {
    margin-bottom: 5px
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations .attr-name {
    color: #333;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations a {
    color: #959595;
    font-size: 1rem;
    margin: 0;
    text-decoration: underline
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations a:hover {
    color: #0FB367
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations select {
    border: 0 solid #ced4da;
    height: 50px;
    color: #5f4d2e;
    font-weight: 500
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations select option {
    color: #424752
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations img.window {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations .col-check:first-child .form-check {
    padding: 0
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations .form-check input {
    display: none
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations .form-check .btn-command {
    display: flex;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e7e6e6;
    border-radius: 5px;
    cursor: pointer
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations .form-check .btn-command:hover {
    border-color: #333
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked+.btn-command {
    border: 2px solid #0FB367
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations .form-check .btn-command img.command {
    height: 60px;
    margin-right: 10px
}

@media(max-width:720px) {
    body.clubedovidro[data-page="produto-detalhes"] #product .select-variations .form-check .btn-command img.command {
        height: 36px
    }
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations .form-check .btn-command p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    color: #959595;
    text-transform: uppercase
}

body.clubedovidro[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked+.btn-command p {
    color: #0FB367;
    font-weight: 700
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-final {
    padding-top: 2rem
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-final .attr-name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #505050;
    margin: 0
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-final .price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #002B1E;
    margin: 0
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    align-items: center;
    letter-spacing: -0.01em;
    color: #505050;
}

body.clubedovidro[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc b {
    font-weight: 700
}

body.clubedovidro[data-page="produto-detalhes"] #product .buy .tag {
    color: #424752;
    font-size: .8rem;
    font-weight: 500
}

body.clubedovidro[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 48px;
    gap: 24px;
    width: 258px;
    height: 56px;
    background: #0FB367;
    border-radius: 50px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    /* identical to box height, or 250% */
    display: flex;
    align-items: center;
    letter-spacing: 0.025em;
    color: #F8F8F8;
}

body.clubedovidro[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart:focus {
    box-shadow: none
}

body.clubedovidro[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart {
    background-color: #fff;
    color: #0FB367;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

body.clubedovidro[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart .icon {
    background-color: #0FB367
}

body.clubedovidro[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon svg {
    fill: #0FB367;
    width: 1.5rem;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart .icon svg {
    fill: #fff
}

body.clubedovidro[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro #product #box-frete {
    padding: 2rem 0
}

body.clubedovidro #product #box-frete .box-primary {
    border: none;
    margin-bottom: 15px
}

body.clubedovidro #product #box-frete .box-primary.frete-show {
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px
}

body.clubedovidro #product #box-frete .box-primary .panel-body {
    padding: 0
}

body.clubedovidro #product #box-frete .box-primary .panel-body .info-text {
    color: #333;
    font-size: 1rem;
    font-weight: 700;
    margin: 0
}

body.clubedovidro #product #box-frete .box-primary .panel-body .input-cep .mask-cep {
    height: 45px;
    border: 1px solid #e7e6e6;
    border-radius: 5px 0 0 5px;
    width: calc(100% - 222px);
    margin-right: 15px;
    margin-top: 10px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #505050;
    border-radius: 50px;
    box-shadow: none;
}

body.clubedovidro #product #box-frete .box-primary .panel-body .input-cep .mask-cep:focus {
    box-shadow: none;
    border-color: #0FB367
}

body.clubedovidro #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod {
    /* Frame 95 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6.97045px 41.8227px;
    gap: 8.71px;

    width: 200px;
    height: 45px;

    border: 2px solid #0FB367;
    border-radius: 32px;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: none;
    margin-top: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: 0.025em;
    color: #0FB367;

}

body.clubedovidro #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod div {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: 0.025em;
    color: #0FB367;
}

body.clubedovidro #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover {
    background-color: #0FB367
}
body.clubedovidro #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover div{
    color: #FFF;
}

body.clubedovidro[data-page="produto-detalhes"] .share {
    padding: 2rem 0
}

body.clubedovidro[data-page="produto-detalhes"] .share p {
    color: #5f4d2e;
    margin: 0
}

body.clubedovidro .footer .site-map.desktop {
    background: 0;
    border: 0;
    padding: 50px 0 0
}

body.clubedovidro .footer .site-map {
    background: 0;
    border: 0;
    padding: 50px 0 40px
}

body.clubedovidro .footer .site-map .address-link img {
    max-width: 225px;
    width: 100%
}

body.clubedovidro .footer .site-map .address-link address {
    color: #fff;
    font-size: 14px;
    text-align: -webkit-left;
    text-align: -moz-left;
    text-align: left;
    line-height: 1.2;
    padding-top: 40px
}

body.clubedovidro .footer .site-map .tit {
    padding-top: 0;
    padding-bottom: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #505050;
}
@media(max-width:992px){
    body.clubedovidro .footer .site-map .tit{
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    body.clubedovidro .footer .site-map .tit.tit-redes{
        margin-top: 20px;
    }
    body.clubedovidro .footer .basefooter span{
        justify-content: center !important;
    }
}

body.clubedovidro .footer .site-map .col-address .logo {
    width: 100%;
    margin-bottom: 3rem
}

body.clubedovidro .footer .site-map .col-address p {
    color: #6d6f70;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0 0 10px
}

body.clubedovidro .footer .site-map .col-address ul {
    display: inline-flex
}

body.clubedovidro .footer .site-map .col-address li {
    color: #7e7e7e;
    font-size: 1rem;
    padding: 0
}

body.clubedovidro .footer .site-map .col-address li svg {
    width: 20px;
    height: 20px;
    fill: #7e7e7e
}

body.clubedovidro .footer .site-map .col-address li a:hover svg {
    fill: #000
}

body.clubedovidro .footer .site-map .col-address li:first-child svg {
    width: 1rem;
    fill: #7e7e7e
}

body.clubedovidro .footer .site-map li {
    padding-bottom: 15px
}

/* body.clubedovidro .footer .site-map li:last-child {
    padding-bottom: 0
} */

body.clubedovidro .footer .site-map li a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #505050;
}

body.clubedovidro .footer .site-map li p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #505050;
}

body.clubedovidro .footer .site-map li p b {
    font-weight: 500
}

body.clubedovidro .footer .site-map li p a {
    color: #333;
    font-weight: 700
}

body.clubedovidro .footer .site-map .redes {
    display: flex;
    align-items: center;
    
    padding: 0;
    margin: 0;
    list-style: none;
}
body.clubedovidro .footer .site-map .redes a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 40px;
    height: 40px;
    padding: 10px;
    
    margin-right: 10px;
    
    background-color: #e8e8e8;
    border-radius: 100px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body.clubedovidro .footer .site-map .redes li:last-child a {
    margin: 0;
}
body.clubedovidro .footer .site-map .redes svg {
    fill: #7e7e7e;
    width: 100%;
    height: 100%;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body.clubedovidro .footer .site-map .redes .fb a:hover {
    background-color: #1877f2;
}
body.clubedovidro .footer .site-map .redes .fb a:hover svg {
    fill: #ffffff;
}
body.clubedovidro .footer .site-map .redes .ig a:hover {
    background-color: #e1306c;
}
body.clubedovidro .footer .site-map .redes .ig a:hover svg {
    fill: #ffffff;
}
body.clubedovidro .footer .site-map .redes .yt a:hover {
    background-color: #ff0000;
}
body.clubedovidro .footer .site-map .redes .yt a:hover svg {
    fill: #ffffff;
}
body.clubedovidro .footer .site-map .redes .pin a:hover {
    background-color: #e60023;
}
body.clubedovidro .footer .site-map .redes .pin a:hover svg {
    fill: #ffffff;
}

body.clubedovidro .footer .col-address {
    padding-left: 0;
    display: inline-block
}

body.clubedovidro .footer .social a+a {
    margin-left: 15px
}

body.clubedovidro .footer .social {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: left
}

body.clubedovidro .footer .social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 50px;
    font-size: 20px;
    z-index: 0;
    border-radius: 100px;
    background-color: #0FB367;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .footer .social a:after {
    position: absolute;
    top: 0;
    left: -100%;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100px;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .footer .social a:hover:after {
    left: 0
}

body.clubedovidro .footer .social a.icone-facebook svg {
    fill: #5f4d2e;
    width: 2.5rem;
    padding: 0 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .footer .social a.icone-instagram svg {
    fill: #5f4d2e;
    width: 2.5rem;
    padding: 0 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .footer .social a.icone-youtube svg {
    fill: #fff;
    width: 2.25rem;
    padding: 0 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.clubedovidro .footer .social a:hover svg {
    fill: #0FB367
}

body.clubedovidro .footer .social a span:before {
    display: none !important
}

body.clubedovidro .footer .baseselos {
    background: #fff;
    padding: 20px 0
}

body.clubedovidro .footer .baseselos h1 {
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3px;
    padding-top: 0;
    padding-bottom: 15px
}

body.clubedovidro .footer .baseselos .payment img {
    width: calc(100% - 15px)
}

body.clubedovidro .footer .baseselos .security img {
    height: 40px;
    width: fit-content
}

@media(max-width:720px) {
    body.clubedovidro .footer .baseselos .security img {
        height: 40px;
        width: fit-content;
        display: block;
        margin: 0 auto
    }
}

body.clubedovidro .footer .baseselos .credibility img {
    height: 40px
}

body.clubedovidro .footer .basefooter {
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #600
}

body.clubedovidro .footer .basefooter span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #505050;
}

body.clubedovidro .footer .basefooter strong {
    font-weight: 400;
    cursor: pointer
}

body.clubedovidro .footer .basefooter .wtek svg {
    width: 100px
}

body.clubedovidro .footer-checkout .contact {
    background-color: #1b1918;
    font-weight: 500;
    color: #fff
}

body.clubedovidro .footer-checkout .contact .contact-phone {
    padding-bottom: 0
}

body.clubedovidro .footer-checkout .contact .icon-contact {
    align-items: flex-end
}

body.clubedovidro .footer-checkout .contact a {
    color: #fff
}

@media(max-width:991px) {
    body.clubedovidro .barra-topo {
        display: flex;
        text-align: center;
        align-items: center;
        height: 50px
    }

    body.clubedovidro header.header-bg .menu-cart svg {
        fill: #333;
        height: 25px;
        width: auto;
    }

    body.clubedovidro .footer .social a+a {
        margin-left: 0 !important
    }

    body.clubedovidro .category .gt-30 {
        margin-top: 0 !important
    }

    body.clubedovidro[data-page="home"] #apoio-banner .apoio-banner-item {
        border-right: 0 !important
    }

    body.clubedovidro[data-page="home"] #apoio-banner .row {
        margin-left: unset !important;
        margin-right: unset !important
    }

    body.clubedovidro header.header-bg .search-mob-style .search-full input {
        height: 50px !important
    }




    body.clubedovidro[data-page="home"] .categorias2 .bggreen {
        background: #0FB367;
    }
    body.clubedovidro[data-page="home"] .categorias2 h1 {
        font-size: 28px;
    }
    body.clubedovidro[data-page="home"] .categorias2 .bggreen .container h2 {
        justify-content: center;
        font-size: 34px;
        text-align: center;
    }
    body.clubedovidro[data-page="home"] .categorias2 .bggreen .container p {
        padding: 0 15px;
        text-align: center;
    }
    body.clubedovidro[data-page="home"] .categorias2 .bggreen .container a {
        margin: 0 auto;
    }







    body.clubedovidro[data-page="produto-detalhes"] .about .box-about.whatsapp {
        position: relative;
        margin-left: 0 !important;
        background-color: #29d166
    }

    .product .tit {
        height: 45px
    }

    body.clubedovidro .product-list .product .product-info .tit {
        /* font-size: 1.3rem; */
        font-size: 1rem;
        height: auto !important
    }   

    body.clubedovidro .product-list .product .product-info .container-price span.price-label del,
    body.clubedovidro .product-list .product .product-info .container-price span.price-label {
        /* font-size: 1.15rem;
        margin-bottom: .5rem */
        font-size: 12px;
        margin-bottom: 3px
    }
    body.clubedovidro[data-page="produto-detalhes"] #product .price-final .price,
    body.clubedovidro[data-page="produto-detalhes"] #product .price-final .attr-name {
        justify-content: center;
    }
    body.clubedovidro[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart {
        margin: 0 auto;
    }
    body.clubedovidro #product #box-frete .box-primary .panel-body .input-cep .mask-cep {
        width: 100%;
        margin: 20px 0;
    }
    body.clubedovidro #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod {
        width: 100%;
        margin: 0;
    }
    body.clubedovidro .product-list .product .product-info .container-price span.installment {
        /* font-size: 1.15rem; */
        font-size: 12px
    }

    body.clubedovidro .product-list .product .product-info .container-price span.price {
        font-size: 1.4rem
    }
    body.clubedovidro .product-list .product .product-info .btn-ver-produto {
        opacity: 1;
        z-index: -1;
    }
    body.clubedovidro .product-list .product form:hover .product-info .btn-ver-produto {
        z-index: 0;
    }

    body.clubedovidro .footer .site-map .col-address .logo {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    body.clubedovidro .footer .site-map li {
        padding-bottom: 15px
    }

    body.clubedovidro .footer .site-map li:last-child {
        padding-bottom: 0
    }

    body.clubedovidro .footer .site-map li a {
        font-weight: 400 !important
    }

    body.clubedovidro .footer .site-map li a::after {
        display: none
    }

    body.clubedovidro .footer .site-map li a.horario {
        cursor: unset;
        text-decoration: none
    }

    body.clubedovidro .footer .col-formas img {
        width: 100% !important
    }

    body.clubedovidro .footer .site-map .redes {
        justify-content: center;
    }

    body.clubedovidro .footer .col-redes {
        padding-top: 0 !important
    }

    body.clubedovidro header.header-bg .link #hamburger {
        position: relative
    }

    body.clubedovidro header.header-bg .link #hamburger:before {
        background: #0FB367;
        border-radius: 12px;
        height: 3px;
        left: 0;
        width: 30px
    }

    body.clubedovidro header.header-bg .link #hamburger:after {
        background: #0FB367;
        border-radius: 12px;
        height: 3px;
        left: 0;
        width: 30px
    }

    body.clubedovidro header.header-bg .link #hamburger span {
        background: #0FB367;
        border-radius: 12px;
        height: 3px;
        left: 0;
        width: 30px
    }

    body.clubedovidro .sobre .card-entalhe {
        display: flex !important;
        align-items: center !important;
        top: -20% !important;
        padding: 10px !important
    }

    body.clubedovidro .sobre .card-entalhe svg {
        margin: 0 !important;
        margin-right: 10px
    }

    body.clubedovidro .sobre .card-entalhe p {
        margin: 0
    }

    body.clubedovidro .news-home .bar-fix {
        display: none
    }

    body.clubedovidro .news-home .col-text {
        justify-content: center;
        transform: skewX(0) !important
    }

    body.clubedovidro .news-home .col-text .icon {
        transform: skewX(0) !important
    }

    body.clubedovidro .news-home .col-text .nl-text {
        transform: skewX(0) !important
    }

    body.clubedovidro .news-home .col-input {
        padding: 2rem 0 !important
    }

    body.clubedovidro .news-home .form-newsletter .block-btn .btn-new {
        border-radius: 5px !important
    }

    body.clubedovidro .bar-footer .line p {
        margin-bottom: 15px !important
    }

    body.clubedovidro .bar-footer .line {
        border: none !important
    }

    body.clubedovidro[data-page="produto-detalhes"] #product {
        margin-top: 1rem
    }

    body.clubedovidro[data-page="produto-detalhes"] #product .product-title .product-name {
        font-size: 1.5rem;
        text-align: center;
        color: #333;
        font-weight: 900;
        text-transform: uppercase
    }

    body.clubedovidro[data-page="produto-detalhes"] #product .gallery .gallery-products .item img {
        width: 100%;
        height: auto;
        object-fit: cover
    }




    /*  */
    body.clubedovidro .product-list .product .product-info .container-price,
    body.clubedovidro .product-list .product form,
    body.clubedovidro .product-list .product {
        margin-bottom: 0!important;
        padding-bottom: 0!important;
    }
}

.owl-nav.disabled {
    display: none;
}


@media(max-width:991px){
    body.clubedovidro[data-page="home"] .categorias div.texto a{
        line-height: 20px;
        padding: 10px;
    }
    body.clubedovidro[data-page="home"] .categorias div.texto{
        gap: 10px;
        width: calc(100% - 60px);
    }
    body.clubedovidro[data-page="home"] .categorias2{
        padding: 0px;
    }
}