:root {
    --main-color: #302583;
    --secondary-color: #0071bb;
    --link-color: #007bff
}

html {
    font-size: 13px;
    scroll-behavior: smooth;
    background: #ececec
}

body {
    font-family: 'Lato',sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    background: #f8f8f8
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-family: 'Montserrat',sans-serif;
    margin-bottom: 0
}

ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    color: inherit
}

a:hover {
    text-decoration: none;
    color: var(--main-color)
}

p {
    margin-bottom: 0
}

::placeholder {
    font-size: .9231rem;
    line-height: 1.6923rem;
    color: #8c8989
}

:active,:focus {
    outline: 0;
    box-shadow: none
}

strong {
    font-weight: 700
}

.h-1 {
    color: var(--main-color)
}

.h-1,.h-2 {
    font-family: 'Montserrat',sans-serif;
    margin-bottom: 0
}

.breadcrumb-item.active,.breadcrumb-item:active,.breadcrumb-item:hover,.delivery-form label,.h-3,.h-4,.h-5 {
    color: var(--main-color)
}

.h-3,.h-4,.h-5,.h-6 {
    font-family: 'Montserrat',sans-serif;
    margin-bottom: 0
}

.h-1 {
    font-weight: 800;
    font-size: 2.1538rem;
    line-height: 1.6923rem;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 18px;
    border-color: #ebebeb
}

.h-2 {
    font-weight: 700;
    font-size: 1.0769rem;
    line-height: 1.3077rem;
    color: #000
}

.h-3,.h-4 {
    font-weight: 600;
    font-size: .9231rem;
    line-height: 1.1538rem
}

.h-4 {
    font-size: .8462rem;
    line-height: 1rem
}

.h-5,.h-6 {
    font-weight: 700;
    font-size: .7692rem;
    line-height: .9231rem
}

.h-6 {
    font-weight: 600;
    color: #059b2f
}

.section-title {
    margin-bottom: 15px
}

.breadcrumb {
    padding: 10.5px 24px;
    background-color: #e6e6e6;
    border-radius: 0;
    margin-bottom: 0
}

.breadcrumb-item {
    font-weight: 400;
    font-size: 1rem;
    line-height: .9231rem;
    color: var(--main-color)
}

.breadcrumb-item a:hover {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 5px;
    color: var(--main-color);
    content: "|"
}

.btn,.button-primary,.button-secondary {
    border: 0;
    border-radius: 0
}

.button-outline {
    border-radius: 0
}

.button-consult,.button-dark {
    border: 0;
    border-radius: 0
}

.btn:focus,.button-dark:focus,.button-outline:focus,.button-primary:focus,.button-secondary:focus {
    box-shadow: none
}

.button-primary {
    padding: 12px 18px;
    background: linear-gradient(102.12deg,var(--main-color) 16.59%,var(--secondary-color) 91.63%)
}

.button-consult {
    padding: 12px 18px;
    background: linear-gradient(102.12deg,#83253e 16.59%,#e3003f 91.63%)
}

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

.button-icon {
    width: 15px;
    height: 15px;
    background: url(../images/icons/cart-white.png) center center no-repeat;
    margin-right: 12px
}

.button-text,.product-card .product-price .est-shipping {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: .7692rem;
    line-height: .9231rem;
    color: #fff
}

.product-card .product-price .est-shipping {
    font-weight: 700;
    color: #059b2f;
    margin-bottom: 3px
}

.button-secondary,.button-ternary {
    font-size: .8462rem;
    line-height: 1rem;
    font-weight: 700
}

.button-secondary {
    font-family: 'Lato',sans-serif;
    color: #fff;
    padding: 5.5px 10px;
    background: #a3d2e8;
}

.button-secondary:hover {
    color: #fff
}

.button-ternary {
    border-radius: 0;
    padding: 5.5px 6px;
    background: #ececec
}

.button-ternary,.button-ternary:hover {
    color: var(--secondary-color)
}

.button-outline {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: .9231rem;
    line-height: 1.1538rem;
    padding: 10px 12px;
    color: #fff;
    background: 0 0;
    border: 1px solid #fff
}

.button-outline:hover {
    color: #fff
}

.button-dark {
    display: none;
    padding: 10px 28px;
    color: var(--main-color);
    width: 100%
}

.button-dark .button-content {
    display: flex;
    align-items: center
}

.button-dark .button-icon {
    width: 20px;
    height: 20px;
    background: url(../images/icons/cart-white.png) center center no-repeat;
    margin-right: 2.1px
}

.button-dark .button-text {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: 1.0769rem;
    line-height: 1.3077rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.button-dark .button-price {
    color: var(--secondary-color)
}

.product-card {
    display: inline-block;
    padding: 15px 12px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
    position: relative;
    /*transform: scale(1);
    transition: box-shadow .15s ease-in-out,transform .1s linear;*/
    width: 100%
}

.product-card .product-content,.product-card .product-image {
    display: flex;
    align-items: center
}

.product-card .product-image {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
    margin-right: 18px;
    justify-content: center
}

.product-card .product-details {
    flex: 1 1 auto
}

.product-card .product-desc {
    margin-bottom: 2.1px
}

.product-card .product-title {
    margin-bottom: 8px
}

.product-card .product-features {
    display: flex;
    flex-direction: column
}

.product-card .product-footer {
    display: flex;
    align-items: center
}

.product-card .product-cta {
    margin-right: 16px
}

.product-card .product-amount {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 1.2308rem;
    line-height: 1.5385rem;
    color: var(--secondary-color)
}

.product-card .product-points {
    display: none;
    color: #000
}

.product-card .product-actions {
    position: absolute;
    bottom: 0;
    right: 0
}

.product-card .product-actions .see-more {
    transition: opacity .15s ease-in-out;
}

.product-counter {
    display: inline-block;
    border: 1px solid #dbdbdb;
    margin-right: 8px
}

.product-card .product-actions,.product-counter-inner {
    display: flex;
    align-items: center
}

.product-counter .qty {
    font-size: .7692rem;
    color: #797979;
    margin-left: 7px;
    margin-top: 4px;
    line-height: 2rem;
}

.product-counter .qty input {
    width: 65px;
    font: inherit;
    border: 0;
    padding: 0!important;
    margin-top: -3.5px!important;
    font-size: 1.0769rem;
    font-weight: 700;
    right: 0;
    float: right;
    margin-right: 0;
    height: 31px;
    text-align: center;
    vertical-align: middle;
}

.product-counter .qty-value {
    font-weight: 700;
    font-size: 1.0769rem;
    line-height: 1.3077rem;
    margin-left: 6px
}

.product-counter .add,.product-counter .sub {
    width: 18px;
    height: 18.5px;
    font-size: .7692rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.product-counter .add {
    background: #ececec
}

.product-counter .sub {
    background: #e0e0e0
}

/*.product-card:hover {
    transform: scale(1.03)
}*/

.product-card:hover .product-actions .see-more {
    visibility: visible;
    opacity: 1
}

.feature-list {
    color: #555
}

.feature-item {
    font-size: .8462rem;
    line-height: 1.0769rem
}

.prod-card {
    min-height: 250px;
    padding: 10px;
    background: #fff;
    border: 1px solid #d7d7d7;
    display: flex;
    flex-direction: column
}

.prod-card .prod-image {
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.prod-card .prod-image a {
    height: 100%;
    width: 100%;
    text-align: center
}

.prod-card .prod-image img {
    height: 100%;
    width: auto;
    object-fit: contain
}

.prod-card .prod-details {
    min-height: 70px
}

.cart-header th,.prod-card .prod-title {
    color: var(--main-color);
	min-height: 3rem;
	text-align:justify
}

.prod-card .prod-desc {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.prod-card .prod-stock {
    display: flex;
    align-items: center;
    margin-right: 10px
}

.search-form {
    display: flex;
    align-items: center;
    margin-right: 22px
}

.prod-card .prod-similar {
    margin-right: 10px;
    color: var(--secondary-color);
    text-decoration: underline
}

.prod-card .prod-status {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #059b2f;
    margin-right: 3px
}

.prod-card .prod-price {
    color: var(--main-color);
    font-weight: 700;
	width:100%
}
a:hover .prod-estimate{
	color:initial;
}
.prod-estimate {
    font-size: 0.8rem;
	text-align: center;
    min-height: 2.4rem;
}

.search-form .search-btn {
    height: 38px;
    background: var(--main-color);
    padding: 8px 14px;
    font-size: 1.1538rem;
    color: #fff
}

.search-input {
    width: 100%;
    font-size: 1rem;
    line-height: 1.6923rem;
    color: var(--main-color);
    background: #f3f3f3;
    border: 1px solid rgba(48,37,131,.29);
    padding: 7px 18px
}

.search-input::placeholder {
    font-size: 1rem
}

.search-btn {
    padding: 0;
    background: 0 0
}

.check-con {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center
}

.check-input,.check-mark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 12px;
    width: 12px
}

.check-input {
    opacity: 0;
    cursor: pointer;
    z-index: 1
}

.check-input:checked,.check-input:checked+.check-mark::after {
    opacity: 1
}

.check-mark {
    border: 1px solid #d7d7d7
}

.check-mark::after {
    content: '';
    position: absolute;
    opacity: 0;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.check-input:checked+.check-mark {
    color: var(--main-color);
    border: 0
}

.check-text {
    padding-left: 22px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.7rem;
    color: #000
}

.tag-inner {
    display: flex;
    align-items: center
}

.tag-outline {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: .7692rem;
    line-height: .9231rem;
    color: #000;
    display: inline-block;
    padding: .85px 10px;
    text-decoration: none
}

.tag-outline .status {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #059b2f;
    margin-right: 8px
}

.tag-text {
    font-size: .7692rem;
    line-height: 1.2;
    white-space: nowrap
}

.overlay {
    position: relative
}

.overlay::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5))
}

.main-header {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.15)
}

.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px
}

.top-nav-branding,.top-nav-menu {
    display: flex;
    align-items: center
}

.top-nav .sidebar-toggler {
    margin-right: 15px;
    padding: 0
}

.top-nav .sidebar-toggler-icon {
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../images/icons/menu.png) center center no-repeat
}

.top-nav-menu .col-sm-8 {
    padding-left: 0
}

.top-nav-menu .menu-list {
    display: flex;
    align-items: center;
    float: right
}

.top-nav-menu .menu-item:not(:last-child) {
    margin-right: 22px
}

.top-nav-menu .menu-link {
    display: flex;
    align-items: center;
    font-size: .9231rem;
    line-height: 1;
    color: #8c8989;
    padding: 24px 13px
}

.top-nav-menu .menu-link .account-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background: url(../images/icons/cog.png) center center/contain no-repeat
}

.top-nav-menu .menu-link .cart-icon {
    width: 18px;
    height: 18px;
    margin-left: 15px;
    background: url(../images/icons/cart.png) center center/contain no-repeat
}

.top-nav-menu .menu-link .cart-value {
    color: var(--main-color);
    font-weight: 700
}

.top-nav-menu .menu-link.active,.top-nav-menu .menu-link:active,.top-nav-menu .menu-link:hover,.top-nav-menu .shopping-cart {
    color: #fff;
    background: var(--main-color)
}

.top-nav-menu .menu-link.active .cart-value,.top-nav-menu .menu-link:active .cart-value,.top-nav-menu .menu-link:hover .cart-value {
    color: #fff
}

.top-nav-menu .menu-link.active .account-icon,.top-nav-menu .menu-link:active .account-icon,.top-nav-menu .menu-link:hover .account-icon {
    background: url(../images/icons/cog-3.png) center center/contain no-repeat
}

.top-nav-menu .menu-link.active .cart-icon,.top-nav-menu .menu-link:active .cart-icon,.top-nav-menu .menu-link:hover .cart-icon {
    background: url(../images/icons/cart-white.png) center center/contain no-repeat
}

.top-nav-menu .shopping-cart {
    font-family: 'Montserrat',sans-serif;
    width: 325px;
    padding: 16px 2.1px;
    border: 0;
    border-radius: 0;
    margin: 0
}

.top-nav-menu .shopping-cart .cart-list {
    width: 100%;
    margin-bottom: 15px
}

.top-nav-menu .shopping-cart .cart-title {
    color: #fff
}

.top-nav-menu .shopping-cart .cart-item {
    font-weight: 600;
    font-size: .9231rem;
    line-height: 1.1538rem;
    padding: 8px 0 8px 8px;
    border-bottom: 1px solid #fff
}

.top-nav-menu .shopping-cart .cart-item .item-added {
    display: flex
}

.top-nav-menu .shopping-cart .cart-item .item-image {
    padding: 3px 5.5px;
    margin-right: 7px;
    background: #fff
}

.top-nav-menu .shopping-cart .cart-item .item-title {
    color: #fff;
    margin-bottom: .2px
}

.top-nav-menu .shopping-cart .cart-item .item-price {
    color: var(--secondary-color)
}

.top-nav-menu .shopping-cart .cart-footer {
    font-weight: 700;
    font-size: 1.0769rem;
    line-height: 1.3077rem;
    display: flex;
    align-items: center
}

.top-nav-menu .shopping-cart .cart-price {
    margin-right: 12px
}

.top-nav-menu .shopping-cart .cart-price-text {
    color: var(--secondary-color)
}

.mobile-nav {
    justify-content: space-between;
    display: none
}

.mobile-nav-branding {
    display: flex;
    align-items: center
}

.mobile-nav-brand img {
    max-width: 100px
}

.mobile-nav .sidebar-toggler {
    padding: 12px
}

.mobile-nav .sidebar-toggler:active,.mobile-nav .sidebar-toggler:focus {
    margin-right: 10px
}

.mobile-nav .sidebar-toggler-icon {
    display: inline-block;
    width: 28px;
    height: 20px;
    background: url(../images/icons/menu-2.png) no-repeat
}

.mobile-nav .sidebar-toggler:hover {
    background: var(--main-color)
}

.mobile-nav .sidebar-toggler:hover .sidebar-toggler-icon {
    background: url(../images/icons/menu-3.png) no-repeat
}

.mobile-nav-menu {
    margin-right: 14px
}

.mobile-nav-menu,.mobile-nav-menu .menu-list {
    display: flex;
    align-items: center
}

.mobile-nav-menu .menu-item:not(:last-child) {
    margin-right: 18px
}

.mobile-nav-menu .menu-link .menu-icon {
    display: inline-block;
    width: 28px;
    height: 28px
}

.mobile-nav-menu .menu-link .search-icon {
    background: url(../images/icons/search-2.png) center center no-repeat
}

.mobile-nav-menu .menu-link .account-icon {
    background: url(../images/icons/cog-2.png) center center no-repeat
}

.mobile-nav-menu .menu-link .cart-icon {
    background: url(../images/icons/cart-2.png) center center no-repeat
}

.side-menu {
    width: 100%;
    padding: 24px 0;
    background: var(--main-color);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 145px)
}

.side-menu::-webkit-scrollbar {
    display: none
}

.side-menu .close-menu {
    display: none;
    background: #fff;
    margin-top: 20px;
    padding: 8px 0
}

.side-menu .close-menu-icon {
    margin-right: 11px
}

.side-menu .close-menu-text {
    font-family: 'Montserrat',sans-serif;
    font-size: 1.0769rem;
    line-height: 1.3077rem;
    color: #b1b1b1;
    font-weight: 600
}

.side-menu-item .submenu-link,.side-menu-link {
    padding: 5px 16px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    font-size: .9231rem;
    line-height: 1.1538rem;
    transition: all .15s ease-in-out;
    display: flex;
    align-items: center
}

.side-menu-link {
    font-weight: 600;
    background: 0 0
}

.side-menu-item .submenu-link.active,.side-menu-item .submenu-link:active,.side-menu-item .submenu-link:hover {
    background: #fff
}

.main-footer .help-sec .help-contact img {
    margin-right: 10px
}

.side-menu-item .submenu-icon {
    margin-right: 10px;
    min-width: 30px
}

.side-menu-item .submenu-icon img {
    width: 30px
}

.side-menu-item .submenu-text .title {
    font-weight: 600
}

.side-menu-link.active,.side-menu-link:active,.side-menu-link:hover {
    background: var(--secondary-color)
}

.side-menu-icon {
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center
}

.side-menu-text {
    padding-left: 10px;
    color: #fff
}

.social-text {
    font-weight: 400;
    font-size: .7692rem;
    line-height: 1.3846rem;
    color: #000
}

.social-link:link,.social-link:visited {
    font-weight: 400;
    font-size: 1.0769rem;
    line-height: 1.2308rem
}

.main-footer .help-sec {
    flex-flow: row wrap;
    justify-content: space-between;
    background: linear-gradient(102.12deg,var(--main-color) 16.59%,var(--secondary-color) 91.63%);
    padding: 6px 20px;
    margin-bottom: 5px
}

.main-footer .help-sec .help-text,.menu-link.active i,.menu-link:hover i {
    color: #fff
}

.main-footer .help-sec,.main-footer .help-sec .help-contact {
    display: flex;
    align-items: center;
	margin-bottom:0;
}

.main-footer .help-sec .help-number {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: 1.8462rem;
    line-height: 2.2308rem;
    color: #fff
}

.main-footer .footer-nav {
    padding: 25px 0;
    background: #d7d7d7;
    display: flex;
    justify-content: space-between
}

.footer-nav .about-nav {
    width: 40%
}

.main-footer .footer-nav-r {
    display: flex;
    justify-content: space-between;
    width: 60%
}

.main-footer .footer-nav .title {
    color: #000;
    margin-bottom: 17px
}

.main-footer .footer-nav .sales-nav {
    margin-bottom: 24px
}

.main-footer .footer-nav .ftr-link:link,.main-footer .footer-nav .ftr-link:visited {
    font-family: 'Montserrat',sans-serif;
    font-size: .7692rem;
    line-height: .9231rem;
    color: #000;
    font-weight: 400;
    transition: all .15s ease-in-out
}

.main-footer .footer-nav .ftr-link:active,.main-footer .footer-nav .ftr-link:hover {
    color: var(--main-color)
}

.main-footer .copy,.main-footer .social-links {
    width: 50%
}

.main-footer .info {
    display: flex;
    justify-content: center
}

.main-footer .social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.main-footer .copy {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: .7692rem;
    line-height: .9231rem;
    text-align: right;
    color: #000;
    display: flex;
    align-items: center
}

.main-footer .rodapeIvaProdutos {
    font-size: .8462rem
}

.category-container,.page-content {
    display: flex
}

body.noverflow main.page-content {
    max-width: 100%;
}
.page-content {
    max-width: 1900px;
    margin: 0 auto;
}

.page-content .side-menu-con {
    padding: 0;
    box-shadow: 5px 5px 15px 1px #333
}

.page-content .side-menu-con .social {
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #fff
}

.page-content .side-menu-con .social-text {
    margin-right: 3.2px
}

.page-content .primary-con {
    background: #fff;
    padding: 0
}

.page-content .primary-con .primary-content {
    padding: 13px 20px 4.1px
}

.category-item {
    position: relative;
    margin-top: 20px
}

.category-item:last-child {
    padding-bottom: 0
}

/*.category-item::before,.option-list::before {
    content: '';
    display: table;
    width: 100%;
    height: .15px;
    position: absolute;
    top: 0;
    left: 0;
	bottom:15px;
}

.category-item::before {
    background: linear-gradient(102deg,#059ce3,rgba(5,156,227,0))
}*/

.category-content {
    padding: 0 3px;
    display: flex;
    align-items: center;
    margin-bottom: 7px
}

.category-icon {
    margin-right: 8px
}

.option-list:not(:last-child) {
    padding-top: 11px;
    position: relative;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden
}

.option-list::before {
    background: linear-gradient(102deg,rgba(5,156,227,0),#059ce3)
}

.products-sec {
    padding: 0 11px;
    width: 100%
}

.filter-search {
    display: none;
    background: #fff;
    padding: 10px 0;
    font-size: 1.6923rem;
    color: var(--main-color)
}

.filter-search-icon {
    width: 26px;
    height: 26px;
    background: url(../images/icons/filter.png) center center no-repeat;
    margin-right: 11px
}

.filter-search-text {
    font-family: 'Montserrat',sans-serif;
    font-size: 1.0769rem;
    line-height: 1.3077rem;
    color: #b1b1b1;
    font-weight: 600
}

.load-more {
    display: none;
    background: #fff;
    margin-top: 20px;
    padding: 8px 0
}

.load-more-icon {
    width: 28px;
    height: 28px;
    background: url(../images/icons/add.png) center center no-repeat;
    margin-right: 11px
}

.load-more-text {
    font-family: 'Montserrat',sans-serif;
    font-size: 1.0769rem;
    line-height: 1.3077rem;
    color: #b1b1b1;
    font-weight: 600
}

.product-info-list {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 16px
}

.product-info-item {
    margin-right: 36px
}

.info-item {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: .9231rem;
    line-height: 1.3846rem;
    color: #000
}

.info-type {
    font-style: normal;
    text-transform: uppercase;
    margin-right: 6px;
    font-weight: 700;
    font-family: Montserrat;
    font-size: .7692rem;
    line-height: .9231rem;
    color: var(--main-color)
}

.product-view .product-title {
    margin-bottom: 33px
}

.product-view .product-contents {
    display: flex;
    flex-flow: row nowrap
}

.product-image a,.product-view .product-display-inner {
    height: 100%
}

.product-view .product-display .product-thumbs {
    margin-top: 10px;
    display: flex
}

.product-view .product-display .product-thumb {
    width: 48px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 2px
}

.product-thumb {
    margin-right: 2px
}

.product-view .product-display .product-thumb:not(:last-of-type) {
    margin-bottom: 11px
}

.product-view .product-display .product-image {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
    position: relative;
    height: 90%;
    overflow: hidden
}

.product-view .product-display .product-image,.product-view .product-display .product-image a {
    display: flex;
    justify-content: center;
    align-items: center
}

.product-view .product-display .view-similar {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0
}

.product-view .product-details {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.product-view .product-features {
    width: 360px;
    margin-right: 22px
}

.product-view .product-features .product-feature-con {
    display: flex;
    margin-bottom: 17px
}

.product-view .product-features .product-info {
    display: none
}

.product-view .product-features .product-info .info-title,.product-view .product-features .product-information .info-title,.product-view .product-features .product-spec .spec-title {
    margin-bottom: 5px
}

.product-view .product-features .product-action {
    margin-bottom: 2.1px;
    display: flex;
    align-items: center
}

.product-view .product-features .product-information {
    margin-bottom: 8px
}

.product-view .product-features .product-information .info-list {
    list-style: disc inside
}

.product-features .options-title {
    margin-bottom: 12px
}

.product-features .options-subtitle {
    font-weight: 700;
    margin-bottom: 6px
}

.product-features .options-sec {
    margin-bottom: 23px
}

.product-features .options-item {
    padding-left: 16px;
    line-height: 3.3;
    position: relative;
    cursor: pointer
}

.product-features .options-item.active {
    background: #e5e5e5
}

.product-features .options-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    position: absolute;
    top: 0;
    left: 0
}

.product-features .options-item:last-of-type::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    position: absolute;
    bottom: 0;
    left: 0
}

.product-features .options-price {
    font-size: .9231rem;
    margin-right: 8px;
    font-weight: 600;
    color: var(--secondary-color)
}

.product-features .quantity-sec {
    margin-bottom: 16px
}

.product-features .quantity-sec .options-price {
    margin-right: 0
}

.product-features .quantity-sec .options-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0
}

.product-features .quantity-sec .quantity-title,.resume-sec .resume-title {
    font-weight: 700;
    margin-bottom: 6px
}

.product-features .product-pricing .price-calc {
    font-size: .9231rem;
    line-height: 1.0769rem;
    text-align: right;
    color: var(--main-color)
}

.resume-sec {
    margin-top: 3.2px;
    margin-bottom: 17px
}

.resume-sec .options-item {
    padding-left: 0
}

.resume-sec .options-price {
    margin-right: 0
}

.resume-sec .product-price {
    text-align: right;
    margin-top: 8px
}

.paginadorHolder,.paginadorHolderBottom {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap
}

.paginadorHolderBottom {
    margin-top: 16px
}

.paginadorBtn,.paginadorBtn_on {
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    white-space: nowrap;
    margin-right: 1px
}

.paginadorBtn {
    background: #77777770
}

.paginadorBtn:active,.paginadorBtn:hover,.paginadorBtn_on {
    color: var(--main-color)
}

.owl-carousel {
    margin: 15px 0
}

.index-main-wrapper {
    display: flex
}

.colEsq_itemFamilia li.lastli {
    background: #f4fdff;
    margin: 0;
    font-size: 0.8rem;
    padding-left: 5px;
    font-weight: 800;
}

.clear-filter span,.colEsq_titFamilia {
    color: #fff;
    text-transform: uppercase;
    background: var(--main-color);
	cursor:pointer
}

.colEsq_titFamilia {
    font-weight: 700;
    border-bottom: 1px solid var(--main-color);
    padding: 5px 8px;
    margin-bottom: 5px;
    margin-top: 14px
}

.colEsq_itemFamilia,.colEsq_itemFamilia li {
    color: #000;
    padding-bottom: 3px;
    list-style: none;
    font-size: 0.9rem;
    font-family: montserrat;
    font-weight: 500;
    margin-left: 6px;
    line-height: 2.2;
}

.colEsq_itemFamilia li a:hover {
    color: #db033f
}

.colEsq_itemLoja {
    margin-bottom: 5px
}

.colEsq_itemLoja li {
    color: var(--main-color);
    font-weight: 700;
    padding-bottom: 5px;
    font-size: 1rem;
}

.right-list {
    width: 100%;
}

.titSeccaoTxt_1 {
    margin-bottom: 5px
}

.clear-filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px
}

.clear-filter span {
    display: inline-block;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 50px
}

.cart-title {
    margin-top: 15px;
    margin-bottom: 3px
}

.cart-header th {
    text-align: center
}

.cart-footer {
    text-align: right
}

.cart-body td {
    vertical-align: middle
}

.cart-remove img {
    max-width: 25px
}

.cart-ok img {
    max-width: 20px
}

.cart-code,.cart-header th {
    white-space: nowrap
}

.cart-product {
    display: flex
}

.cart-product-image {
    margin-right: 10px
}

.cart-qty {
    margin: 0 auto;
    width: max-content;
}

.cart-qty-items {
    padding: 0 3px;
    margin-right: 5px
}

.cart-dcard,.cart-qty-items,.cart-total,.cart-unit {
    text-align: right
}

.cart-actions,.cart-actions-grp button {
    margin-bottom: 10px
}

.back {
    text-align: right
}

.finalize,.grad-3 {
    background: linear-gradient(102.12deg,var(--main-color) 16.59%,var(--secondary-color) 91.63%)
}

input:focus,select:focus,textarea:focus {
    outline: 0!important;
    box-shadow: none!important
}

.ast,.form-text,.required {
    color: var(--secondary-color)
}

.drop {
    position: relative
}

.drop-menu {
    font-family: 'Montserrat',sans-serif;
    width: 325px;
    padding: 16px 26px;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
    background: var(--main-color);
    position: absolute;
    right: 0
}

.warning {
    color: var(--secondary-color)
}

.link:link,.link:visited {
    color: var(--main-color);
    font-weight: 600
}

.link:active,.link:hover {
    color: var(--main-color);
    text-decoration: underline
}

.checkout-sec {
    margin-top: 20px
}

.checkout-title {
    color: var(--main-color);
    margin-bottom: 10px
}

.checkout-info {
    border-top: 1px solid rgba(0,0,0,.1);
    background: #f8f8f8;
    padding: 10px
}

.checkout-comments-sec,.checkout-delivery-sec,.checkout-info-sec,.checkout-orders-sec {
    margin-bottom: 20px
}

.transfer-info-list {
    list-style: lower-alpha inside
}

.transfer-info-list.list-inner {
    list-style: decimal inside;
    padding-left: 20px
}

.transfer-info-item {
    line-height: 2
}

.cart-footer th:last-child {
    font-weight: 700;
    color: var(--secondary-color)
}

.color-primary {
    color: var(--main-color)
}

.color-secondary {
    color: var(--secondary-color)
}

.btn_techFilesDownload {
    font-size: 1.5385rem
}

.product-list .titSeccao_1 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: .9231rem;
    line-height: 1.1538rem;
    color: var(--main-color);
    margin-bottom: 10px
}

.filtroTopoHolder {
    border-top: 5px solid #e7d4ff70;
    border-left: 1px solid #e7d4ff70;
    border-right: 1px solid #e7d4ff70;
    border-bottom: 1px solid #e7d4ff70;
    padding: 10px;
    overflow: hidden;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.group-filter-view {
    min-width: 200px
}

.group-filter-view>div,.group-filter>div {
    float: left
}

.group-filter {
    display: flex
}

.filtroTopo_txtLabel {
    width: auto!important;
    font-weight: 600;
    font-size: .8462rem;
    line-height: 1.8462rem;
    color: var(--main-color);
    margin-right: 10px
}

.filtroTopo_btnSetaAsc,.filtroTopo_btnSetaAsc_on,.filtroTopo_btnSetaDesc,.filtroTopo_btnSetaDesc_on {
    cursor: pointer;
    padding: 1px 5px;
    font-size: 1.5385rem;
    border: 1px solid #e4e4e4
}

.filtroTopo_btnSetaAsc,.filtroTopo_btnSetaDesc {
    color: var(--main-color)
}

.filtroTopo_btnSetaAsc:hover,.filtroTopo_btnSetaAsc_on,.filtroTopo_btnSetaDesc:hover,.filtroTopo_btnSetaDesc_on {
    color: #007bff
}

.filtroTopo_btnDisplayNormal,.filtroTopo_btnDisplayNormal_on,.filtroTopo_btnDisplayTec,.filtroTopo_btnDisplayTec_on {
    width: 15px;
    height: 15px;
    cursor: pointer
}

.filtroTopo_btnDisplayNormal {
    background: linear-gradient(to bottom,#059ce3,#059ce3 45%,transparent 45%,transparent 55%,#059ce3 55%,#059ce3);
    margin-right: 5px
}

.filtroTopo_btnDisplayNormal_on {
    background: linear-gradient(to bottom,var(--main-color),var(--main-color) 45%,transparent 45%,transparent 55%,var(--main-color) 55%,var(--main-color))
}

.filtroTopo_btnDisplayTec {
    background: linear-gradient(to bottom,#059ce3,#059ce3 45%,transparent 45%,transparent 55%,#059ce3 55%,#059ce3);
    background-size: 100% 5px
}

.filtroTopo_btnDisplayTec_on {
    background: linear-gradient(to bottom,var(--main-color),var(--main-color) 45%,transparent 45%,transparent 55%,var(--main-color) 55%,var(--main-color));
    background-size: 100% 5px
}

#userFeedback .avaliacaoDrilldown {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#userFeedback .avaliacaoGlobal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.avaliacaoBigValue {
    font-size: 5.5385rem;
    font-weight: 400;
    letter-spacing: -3px;
    line-height: 1;
    margin-right: 5px
}

.produtoAvaliacao {
    margin: 4px 0;
    height: 16px;
    width: auto!important
}

.produtoAvaliacaoVoters {
    background: url(/_imagens/_tmpl/raty/voters.png) no-repeat;
    padding-left: 18px;
    display: inline-block;
    font-weight: inherit;
    font-style: inherit
}

.avaliacaoDrilldownData {
    width: 44px;
    margin-right: 5px
}

.starItem {
    overflow: hidden;
    position: relative
}

.starItem .star {
    background: url(/_imagens/_tmpl/raty/star-off.png) no-repeat;
    padding-left: 18px;
    display: inline-block;
    font-weight: 700;
    position: absolute;
    top: 2px
}

.starItem .rating1,.starItem .rating2,.starItem .rating3,.starItem .rating4,.starItem .rating5 {
    margin-left: 30px;
    height: 20px;
    background-color: #88b131;
    display: inline-block;
    -webkit-transition: width 500ms ease-in-out;
    -moz-transition: width 500ms ease-in-out;
    -ms-transition: width 500ms ease-in-out;
    -o-transition: width 500ms ease-in-out;
    transition: width 500ms ease-in-out
}

.starItem .voter {
    display: inline-block;
    position: absolute;
    left: 34px;
    top: 2px
}

.p_listTecnicoHolder {
    padding: 15px 12px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
    transform: scale(.98);
    transition: box-shadow .15s ease-in-out,transform .1s linear;
    margin-bottom: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.p_listTecnicoHolder:hover {
    transform: scale(1);
    box-shadow: 0 0 6px rgba(0,0,0,.25)
}

.p_listTec_descricao {
    max-width: 300px
}

.custom-scroll::-webkit-scrollbar {
    width: 5px;
    border-radius: 100px
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #888
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #555
}

.product-information .item {
    max-width: 250px
}

.product-information .prod-card .prod-desc {
    justify-content: space-between
}

.product-information .prod-card,.product-information .prod-card .prod-details {
    min-height: auto
}

.info-container {
    display: flex
}

.info-sec {
    width: 646px;
    margin-right: 39px
}

.info-sec .info {
    font-family: 'Lato',sans-serif;
    font-size: .9231rem;
    line-height: .9231rem;
    margin-bottom: 12px
}

.info-sec .info-title {
    font-weight: 700;
    margin-bottom: 12px
}

.info-sec .info-text {
    margin-bottom: 12px
}

.info-sec .info-link:link,.info-sec .info-link:visited,.mobile-nav .menu-link i {
    color: var(--secondary-color)
}

.info-sec .info-link:active,.info-sec .info-link:hover,.owlCarouselCatName {
    color: var(--main-color)
}

.info-pages-sec .info-pages-title {
    padding: 11px .2px;
    position: relative;
    margin-bottom: 10px
}

.info-pages-sec .info-pages-title::after,.info-pages-sec .info-pages-title::before {
    content: '';
    display: table;
    width: 100%;
    height: .15px;
    position: absolute;
    left: 0
}

.info-pages-sec .info-pages-title::before {
    top: 0;
    background: linear-gradient(102deg,#059ce3,rgba(5,156,227,0))
}

.info-pages-sec .info-pages-title::after {
    bottom: 0;
    background: linear-gradient(102deg,rgba(5,156,227,0),#059ce3)
}

.info-pages-sec .info-pages-list {
    padding: 11px 0
}

.info-pages-sec .info-pages-item {
    line-height: .1615rem
}

.info-pages-sec .colEsq_itemFamilia li,.info-pages-sec .colEsq_itemLoja li,.info-pages-sec .info-pages-link:link,.info-pages-sec .info-pages-link:visited {
    list-style: none;
    font-family: 'Montserrat',sans-serif;
    font-size: .7692rem;
    font-weight: 400!important;
    color: #000!important
}

.info-pages-sec .colEsq_itemFamilia li {
    padding-left: 10px
}

.info-pages-sec .colEsq_itemFamilia li:hover,.info-pages-sec .colEsq_itemLoja li:hover,.info-pages-sec .info-pages-link:active,.info-pages-sec .info-pages-link:hover,.info-pages-sec li.ajudaRegTituloOn {
    color: var(--main-color)!important;
    font-weight: 500!important
}

.owlCarouselCatName {
    border-bottom: 1px solid var(--main-color) 45;
    padding-bottom: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2308rem;
    line-height: 1.5385rem;
    text-transform: uppercase
}

.owlCarouselCatName.destaques {
    margin-left:-15px;
}

.owlCarouselCatResumo {
	color: var(--secondary-color);
    font-size: 1.2308rem
}

.p_hp_iconeStock_on {
    background-position: 0 0
}

.p_list_iconeStock_1,.p_list_iconeStock_2,.p_list_iconeStock_3,.p_list_iconeStock_on,
.p_hp_iconeStock_1,.p_hp_iconeStock_2,.p_hp_iconeStock_3,.p_hp_iconeStock_on {
	/*display:none;*/
	opacity:0;
	transition: all 350ms ease-in;
}

.product-card:hover .p_list_iconeStock_1,
.product-card:hover .p_list_iconeStock_2,
.product-card:hover .p_list_iconeStock_3,
.product-card:hover .p_list_iconeStock_on{
	opacity:1;
}

.item:hover .p_hp_iconeStock_1,
.item:hover .p_hp_iconeStock_2,
.item:hover .p_hp_iconeStock_3,
.item:hover .p_hp_iconeStock_on {
	float: right;
    top: 5px;
    right: 5px;
    position: absolute;
    background-image: url(/_imagens/_tmpl/tmpl_fe_all_btns_gui_2.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 38px;
	opacity:1;
	/*display:block;*/
}

.p_hp_iconeStock_1 {
    background-position: 0 -38px
}

.p_hp_iconeStock_2 {
    background-position: 0 -76px
}

.p_hp_iconeStock_3 {
    background-position: 0 -114px
}

.prod-rank {
    width: auto;
    float: left;
    display: block;
    background: #ebebeb;
    margin-left: 19px;
    margin-top: 14px;
    padding: 6px 11px;
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
    border-radius: 5px 5px 0 0;
    margin-bottom: -9px;
    z-index: 9;
    position: relative
}

.txtRankPosicao_1 {
    font-size: 1.2308rem;
    font-weight: 800;
    color: var(--main-color);
    margin-right: 7px
}

.p_list_iconeStock_on {
    background-position: 0 0
}

.p_list_iconeStock_1,.p_list_iconeStock_2,.p_list_iconeStock_3,.p_list_iconeStock_on {
    float: left;
    top: 20px;
    left: 15px;
    position: absolute;
    background-image: url(/_imagens/_tmpl/tmpl_fe_all_btns_gui_2.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 38px;
    z-index: 99
}

.p_list_iconeStock_1 {
    background-position: 0 -38px
}

.p_list_iconeStock_2 {
    background-position: 0 -76px
}

.p_list_iconeStock_3 {
    background-position: 0 -114px
}

.btn_addFavoritos {
    cursor: pointer
}

.btn_addFavoritos span {
    padding-top: 3px!important
}

#owl-carousel-index2 .prod-price {
    font-size: 1.2308rem
}

.pesquisa_fundo {
    background-color: #2c5883;
    padding: 5px;
    border-radius: 5px
}

.pesquisaUser {
    flex-direction: column
}

.banners {
    padding: 10px
}

.banners,.pesquisaUser {
    display: flex;
    justify-content: center;
    align-items: center
}

.product-info {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(0,104,179,.5);
    border-bottom: 1px solid rgba(0,104,179,.5)
}

.brand-information {
    display: flex;
    justify-content: center;
    align-items: center
}

.product-pricing {
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px
}

.vat {
    color: #afafaf;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: .9231rem;
    line-height: 1.0769rem
}

.price,.title-specifications {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 1.8462rem;
    line-height: 2.2308rem;
    color: var(--main-color)
}

.title-specifications {
    font-size: 1.0769rem;
    line-height: 1.3077rem
}

.cart-actions-grp,.social {
    display: inline-block
}

.product-action {
    margin-top: 15px
}

.product-cta {
    display: inline-block
}

.property-name {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: .9231rem;
    line-height: 1.3846rem;
    color: #000
}

.p_det_propItem {
    font-weight: 400
}

.colDta_titSeccao,.nav-item .nav-link {
    text-transform: uppercase;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: .7692rem;
    line-height: .9231rem
}

.nav-item .nav-link {
    display: block!important
}

.colDta_titSeccao,.nav-item .nav-link,.nav-item .nav-link.active,.recover a:hover,.register a:hover {
    color: var(--main-color)
}

.tab-pane {
    padding-top: 22px
}

.colDta_titSeccao {
    margin-bottom: 10px
}

.ranking-position {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: .9231rem;
    line-height: 1.0769rem;
    background: #c4c4c4;
    width: 20px;
    height: 20px;
    color: #fff;
    padding: 2px
}

.most-searched-item {
    transition: all 250ms
}

.most-searched-item:hover {
    cursor: pointer;
    transform: scale(1.05) rotate(-1deg)
}

.most-searched-item-data {
    padding: 5px
}

.most-searched-item-price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: .7692rem;
    line-height: .9231rem;
    color: var(--secondary-color)
}

.most-searched-item-image-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.cat-list-left {
    margin-right: 20px;
    max-width: 300px;
}

.product-spec {
    flex-direction: column
}

.relatedproducts {
    display: flex
}

.colEsq_itemLoja li:hover {
    cursor: pointer;
    text-decoration: underline
}

.footer-newsletter {
    margin-top: 20px
}

.footer-newsletter .colDta_titSeccao {
    margin-bottom: 0
}

.colEsqLojas_holder,.listFamilias {
    font-family: "Montserrat",sans-serif
}

.listFamilias {
    font-weight: 400;
    font-size: .9rem;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 5px 5px;
}

.listFamilias:hover {
    cursor: pointer;
    background: #eee
}

.listFamilias:before {
    content: "-"
}

.colEsqLojas_holder {
    color: var(--main-color);
    font-size: .8462rem;
    line-height: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    padding-top: 15px;
}

:root {
    --stock-brevemente: #fa0;
    --stock-disponivel: #363;
    --stock-seminfo: #666;
    --stock-indisponivel: #a00
}

.p_bullet_stock_brev:before,.p_bullet_stock_disp:before,.p_bullet_stock_indisp:before,.p_bullet_stock_sem_info:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 4px
}

.p_bullet_stock_disp {
    color: var(--stock-disponivel)
}

.p_bullet_stock_disp:before {
    background-color: var(--stock-disponivel)
}

.p_bullet_stock_sem_info {
    color: #9c3434
}

.p_bullet_stock_sem_info:before {
    background-color: var(--stock-seminfo)
}

.p_bullet_stock_indisp {
    color: var(--stock-indisponivel)
}

.p_bullet_stock_indisp:before {
    background-color: var(--stock-indisponivel)
}

.p_bullet_stock_brev {
    color: var(--stock-brevemente)
}

.p_bullet_stock_brev:before {
    background-color: var(--stock-brevemente)
}

#container-mobile {
    background-color: #fff;
    box-shadow: 0 -5px 15px -3px rgba(0,0,0,.23)
}

.floating-menu {
    padding: 16px
}

.floating-menu .floating-menu-child {
    break-inside: avoid-column
}

.floating-menu .floating-menu-child-title {
    font-weight: 700!important;
    font-size: 1.2308rem;
    text-transform: uppercase;
    color: var(--main-color)
}

.floating-menu,.submenu {
    background: #fff;
    border: 1px solid var(--main-color);
    z-index: 100
}

.submenu-item {
    display: inline-block;
    width: 100%
}

.submenu-item,.submenu-link {
    background: #fff
}

.txtRankPontos_1 {
    font-weight: 700
}

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

.select-ordenacao {
    font-size: .9231rem;
    height: 100%
}

.info-list iframe {
    width: 100%
}

.category-type {
    text-transform: uppercase
}

.category-list-overlay {
    background-color: rgba(0,0,0,.6);
    box-sizing: border-box;
    color: #888;
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    transition-delay: 0s;
    transition-duration: .2s;
    transition-property: background-color;
    transition-timing-function: ease-out;
    bottom: 0;
    right: 0;
    z-index: 1199;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden
}

.no-scroll {
    overflow: hidden
}

.product-image a img {
    height: auto;
    width: 100%
}

.titTxtVerMais_s1 {
    float: right
}

.titTxtVerMais_s1 a {
    color: var(--link-color)!important
}

.menu-link i {
    font-size: 1.7692rem;
    color: var(--secondary-color);
    margin-left: 5px
}

.drop-menu {
    font-size: 1.1538rem
}

.drop-menu .link:not(:last-child) {
    margin-bottom: 3px
}

.drop-menu>div:not(:last-child) {
    margin-bottom: 12px
}

.recover a,.register a {
    color: var(--link-color)
}

.product-list .titSeccaoTxt_1 {
    display: inline-block
}

.paginadorHolder {
    display: inline-flex;
    float: right
}

.cfg_lista_opcao_tit td,.cfg_titulo_bloco {
    font-weight: 700;
    border-bottom: 1px solid #ccc
}

.cfg_titulo_bloco {
    font-size: 1rem;
    font-family: "Segoe UI",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    padding: 10px 0 1px 4px;
    color: #333
}

.cfg_titulo_opcao {
    padding: 4px 4px 4px 10px;
    border: 1px solid #ccc;
    border-top: none;
    overflow: hidden;
    vertical-align: middle
}

.cfg_txt_tit_opcao {
    color: #333
}

.cfg_btn_expande_opcao,.cfg_txt_sem_opcoes_disponiveis {
    text-align: right;
    float: right;
    color: #c00
}

.prod_alerta{
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 300;
    font-size: 0.9rem;
    color: #c00
}

.cfg_btn_expande_opcao {
    font-weight: 700;
    font-size: .7692rem;
    cursor: pointer
}

.cfg_resumo_opcao_escolhida {
    background-color: #ffffd2;
    padding: 4px 4px 4px 33px;
    border: 1px solid #ccc;
    border-top: none;
    color: #333
}

.cfg_holder_lista_opcoes {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.cfg_lista_opcao_tit td {
    text-align: center;
    padding: 3px;
    color: #000;
    font-size: .8462rem;
    background-color: #eaeaea
}

.cfg_lista_opcao td,.cfg_lista_opcao_on td {
    text-align: left;
    padding: 3px;
    background-color: #fff!important;
    cursor: pointer
}

.cfg_lista_opcao_on td {
    background-color: #f0f0f0!important
}

.cfg_lista_opcao_hover td {
    background-color: #f3ffce!important
}

.cfg_lista_option_sep td {
    border-bottom: 1px solid #ccc
}

.prod-card .prod-rank {
    border: 0;
    margin: 0;
    box-shadow: unset;
    background: 0 0
}

.show {
    display: block!important
}

.search-overlay-content button[type=submit] {
    padding: 13.5px
}

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.search-overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin: auto;
    z-index: 9001
}

.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 2.8462rem;
    cursor: pointer;
    color: #fff;
    z-index: 9001
}

.search-overlay .closebtn:hover {
    color: #ccc
}

.search-overlay input[type=text] {
    padding: 15px;
    font-size: 1.3077rem;
    border: 0;
    float: left;
    width: 80%;
    background: #fff
}

.search-overlay input[type=text]:hover {
    background: #f1f1f1
}

.search-overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 1.3077rem;
    border: 0;
    cursor: pointer
}

.search-overlay button:hover {
    background: #bbb
}

.t14_precoNormal,.t14_precoPromo,.t14_precoRevenda {
    font-size: 1.3769rem
}

.t18_precoNormal,.t18_precoPromo,.t18_precoRevenda {
    font-size: 1.6923rem
}

.t24_precoNormal,.t24_precoPromo,.t24_precoRevenda {
    font-size: 2.1538rem
}

.t14_precoPromo,.t18_precoPromo,.t24_precoPromo {
    color: #6c757d;
    text-decoration: line-through
}

.t14_precoRevenda,.t18_precoRevenda,.t24_precoRevenda {
    color: #28a745
}

.card-img-wrapper {
    position: relative;
    overflow: hidden
}

.card-img-wrapper:after {
    content: '';
    display: block;
    padding-top: 100%
}

.card-img-wrapper img {
    width: 100%;
    height: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.card-favorito .card-img-top {
    margin-top: 15px
}

.card-favorito:hover {
    cursor: pointer;
    transform: scale(1.08)
}

.cart-actions-grp-footer {
    display: flex;
    justify-content: space-between
}

a:active,a:focus {
    color: var(--link-color)
}

#container-mobile .btn_comprarAgora {
    text-transform: uppercase;
    font-size: 1.3846rem
}

.product-availability {
    font-size: .7692rem;
    border: 1px solid #a5da99;
    color: #458057;
    background: #d6eed1;
    margin-bottom: 1px
}

.product-availability-stock-null {
    border: 1px solid gray;
    background: 0 0
}

.product-amount {
    margin-right: 20px
}

.listFamiliasPesquisa,.listFamilias_on {
    background-color: #fffcee;
    border-bottom: 1px solid #f0b500
}

.listFamiliasPesquisa,.listFamilias_on,.listGrupoFamiliasAbrir,.listGrupoFamiliasAbrir_on,.listGrupoFamiliasFechar,.listGrupoFamiliasFechar_on {
    cursor: pointer;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: .7692rem;
    padding: 4px 0;
    vertical-align: middle;
    text-align: left;
    overflow: hidden
}

.listFamiliasPesquisa:hover {
    background-color: #fff0c1
}

.listGrupoFamiliasAbrir {
    color: #2c5883
}

.listGrupoFamiliasAbrir,.listGrupoFamiliasAbrir_on {
    border-bottom: 1px solid #889fd5;
    background-image: url(/_imagens/_tmpl/tmpl_fe_all_shapes_gui_3.png);
    background-repeat: no-repeat;
    background-position: 0 -800px;
    font-weight: 700;
    padding-left: 17px!important
}

.listGrupoFamiliasFechar {
    color: #2c5883
}

.listGrupoFamiliasFechar,.listGrupoFamiliasFechar_on {
    border-bottom: 1px solid #889fd5;
    background-image: url(/_imagens/_tmpl/tmpl_fe_all_shapes_gui_3.png);
    background-repeat: no-repeat;
    font-weight: 700;
    padding-left: 17px!important
}

.listGrupoFamiliasAbrir,.listGrupoFamiliasFechar {
    background-color: #dde7f5
}

.listGrupoFamiliasAbrir_on,.listGrupoFamiliasFechar_on {
    background-color: #9fbbe5
}

.listGrupoFamiliasAbrir_on {
    color: #fff
}

.listGrupoFamiliasFechar,.listGrupoFamiliasFechar_on {
    background-position: 0 -840px
}

.listGrupoFamiliasFechar_on {
    color: #fff
}

.feature-list-propriedades {
    border-top: 1px solid #9dd5dc;
    border-bottom: 1px solid #9dd5dc;
    background-color: #f3feff
}

.feature-list-propriedades .feature-item {
    margin-bottom: 4px
}

.feature-type {
    display: block
}

.btn_videoBig {
    background-image: url(/_imagens/_tmpl/tmpl_fe_all_shapes_gui_4.jpg);
    background-repeat: no-repeat;
    background-position: 0 -60px
}

.product-thumb {
    position: relative
}

.product-thumb-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: url(https://png2.cleanpng.com/sh/09adbdc87a5e3f3d0185f33c8c4ae2db/L0KzQYm3U8I6N6JqfZH0aYP2gLBuTfNwdaF6jNd7LXnmf7B6TfJ2fKV0hp95bHH8PbL1hQJwcZUyiN5qeT24cbPqV8IxOJY4e6M6Nz66R4a5UMY2PGI6SqQ7OUm2SYOCU8I6NqFzf3==/kisspng-computer-icons-button-play-android-play-5abc7200e3c117.7752065415222993929329.png) no-repeat center;
    background-size: contain;
    pointer-events: none
}

.floating-menu-child a:hover {
    text-decoration: underline
}

.centimos {
    font-size: 80%
}

.card-img-top {
    max-height: 100px;
    object-fit: contain
}

.word-break-break-word {
    word-break: break-word!important
}

.word-break-break-all {
    word-break: break-all!important
}

.feature-value {
    word-break: break-word
}

#GWF_OVERLAY {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.5)
}

#GWF_OVERLAY_MSG {
    width: 100%!important;
    background: #fff;
    padding: 10px
}

.btn-wishlist {
    width: 51px
}
.btn-wishlist i {
    font-size: 2.2308rem
}

.conteudoSemColuna {
    padding-bottom: 20px
}

.cart-mobile .cart-mobile-wrapper {
    padding: 15px;
    background-color: #fff
}
.cart-mobile .cart-mobile-count {
    font-size: 1.3077rem;
    line-height: 1.6923rem;
    font-family: Monteserrat,sans-serif
}
.cart-mobile .cart-mobile-article {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0
}
.cart-mobile .cart-mobile-article:first-child {
    border-top: 1px solid #ccc
}
.cart-mobile .cart-mobile-article-name {
    font-size: 1rem;
    line-height: 1.5385rem;
    color: #444
}
.cart-mobile .cart-mobile-article-price {
    color: #888
}
.cart-mobile .cart-mobile-article-remove a {
    color: #000
}
.cart-mobile .cart-mobile-actions {
    margin-top: 3rem
}
.cart-mobile .cart-mobile-actions .btn {
    font-size: 1rem;
    border: 1px solid #bbb;
    color: #888
}
.cart-mobile .cart-mobile-totals {
    margin-top: 3rem;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}
.cart-mobile .cart-mobile-totals-wrapper {
    border-top: 10px solid var(--main-color);
    padding: 15px
}
.cart-mobile .cart-mobile-total {
    border-top: 1px solid #ccc;
    padding-top: 7px;
    font-weight: 700;
    font-size: 1.3077rem;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase
}
.cart-mobile .cart-mobile-checkout .btn {
    background-color: var(--main-color);
    margin-top: 3rem;
    font-size: 1.143rem;
    font-weight: 400;
    padding: 10px 26px;
    text-transform: uppercase
}

.text-sorting {
    text-transform: uppercase;
}
/*.side-menu-item:hover .submenu {
    display: block !important;
}*/

.noverflow{
	overflow:hidden;
}

.noverflow .side-menu-open{
	width:100%;
	height:100vh;
	z-index:1021;
	position:absolute;
	background:#9096bd66;
}

.noverflow .side-menu{
	z-index:1022;
	position:absolute;
}

.checkout-orders-sec tbody.cart-body {
    font-size: 1rem;
}

.custom-select{
	appearance:menulist;
}

.lojapormarca{
	text-align: right;
	padding:10px 0px;
}

.lojapormarca img {
	max-width:100%;
}

td.p_list_toolTipHolder {
    margin: 0 auto;
    text-align: center;
}

/* Mobile */
@media (max-width:400px) {

    .prod-card {
        justify-content: space-between
    }

    .prod-card .prod-details {
        min-height: auto
    }
}
@media (max-width:543px) {

    .option-item {
        height: 20px
    }

    .category-list {
        padding-top: 43px;
        padding-left: 15px;
        display: none;
        width: 75%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        min-height: 100%;
        background: #fff;
        z-index: 10000;
        overflow: scroll;
        transition: all .2s ease-out 0s
    }

    .check-text {
        font-size: 0.7769rem;
    }

    .category-type {
        font-size: 1rem
    }

    /*.category-list-overlay {
        display: block
    }*/

    .clear-filter {
        justify-content: center
    }

    .category-item {
        width: 100%
    }

    .option-list {
        overflow-y: hidden;
		max-height: 5.5rem;
    }
	
	ul.option-list:after {content: "ver mais";position: absolute;bottom: -0.3rem;width: 100%;text-align: center;background: white;}
}
@media (max-width:576px) {

    .breadcrumb {
        background: 0 0
    }

    .button-dark {
        display: block
    }

    .product-card .product-content {
        flex-direction: row
    }

    .feature-type {
        display: inline-block!important
    }

    .product-card .product-image {
        margin-bottom: 0;
        margin-right: 18px
    }

    .product-card .product-desc {
        margin-bottom: 0
    }

    .feature-list-propriedades {
        display: none
    }

    .product-card .product-footer {
        display: block
    }

    .product-card .product-counter {
        display: none
    }

    .product-card .product-cta {
        display: none
    }

    .product-card .product-price {
        margin-bottom: 0
    }

    .product-card .product-points {
        display: inline-block
    }

    .product-card .product-actions {
        display: none
    }

    .side-menu {
        position: relative;
        padding-bottom: 8px;
        height: 100%
    }

    .side-menu .close-menu {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .social {
        display: none
    }

    .footer-nav .about-nav {
        width: auto
    }

    .main-footer .footer-nav-r {
        flex-direction: column;
        justify-content: flex-start;
        width: auto
    }

    .main-footer .footer-nav .ftr-nav:not(:last-of-type) {
        margin-right: 0
    }

    .main-footer .copy,.main-footer .social-links {
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 5px
    }

    .main-footer .copy {
        margin-bottom: 10px
    }

    .page-content .side-menu-con {
        width: 80%;
        position: fixed;
        top: 48px;
        left: 0;
        z-index: 1030;
        transform: translateX(-10000px);
        transition: transform .1s linear
    }

    .page-content .side-menu-con.show {
        transform: translateX(0)
    }

    .side-menu-con {
        max-height: 90vh
    }

    .page-content .primary-con {
        background: #FFF
    }

    .page-content .primary-con .primary-content {
        padding: 13px 10px 4.1px
    }

    .load-more {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .product-info-list {
        display: none
    }

    .product-view .product-title {
        margin-bottom: 5px
    }

    .product-view .product-contents {
        position: relative
    }

    .product-view .product-display-inner {
        flex-direction: column-reverse
    }

    .product-view .product-display .product-thumbs {
        display: flex;
        margin-top: 14px
    }

    .product-view .product-display .product-thumb:not(:last-of-type) {
        margin-bottom: 0
    }

    .product-view .product-display .view-similar {
        justify-content: flex-start
    }

    .product-view .product-features {
        margin-right: 0
    }

    .product-view .product-features .product-feature-con {
        justify-content: space-between
    }

    .product-view .product-features .product-info {
        display: block;
        margin-right: 30px;
        max-width: 150px
    }

    .product-view .product-features .product-spec {
        max-width: 150px
    }

    .product-view .product-features .product-spec .spec-type {
        font-weight: 400
    }

    .product-view .product-features .product-action {
        display: none
    }

    .product-features .product-options .product-action {
        display: flex
    }

    .product-features .product-pricing .price-calc {
        display: none
    }

    .filtroTopo_txtLabel {
        font-size: .6154rem
    }

    .floating-menu .floating-menu-child li {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .product-card {
        padding-bottom: 31px
    }

    .product-card .product-actions .see-more {
        opacity: initial;
        visibility: visible
    }
}
@media (max-width:768px) {
	.mobile-nav {
        display: flex;
        align-items: center
    }
	
    .top-nav {
        display: none
    }
	
    .product-card .product-content {
        flex-direction: column
    }

    .product-card .product-image {
        margin-bottom: 20px;
        margin-right: 0
    }

    .search-form {
        margin-right: 10px
    }

    .search-input {
        width: 30vh;
        padding: 5px
    }

    .search-btn {
        padding: 6px!important;
        height: auto!important
    }

    .search-form {
        margin-right: 0
    }

    .menu-item:first-child {
        margin-right: 5px
    }

    .top-nav .sidebar-toggler {
        margin-right: 10px
    }

    .top-nav-menu .menu-item:not(:last-child) {
        margin-right: 0
    }

    .top-nav-menu .menu-link {
        padding: 24px 8px
    }

    .main-footer .copyright {
        justify-content: space-between
    }

    .product-view .product-features .product-action {
        flex-flow: row wrap
    }

    .product-view .product-features .product-action .product-counter,.product-view .product-features .product-action .product-cta {
        margin-bottom: 5px
    }

    .cart-actions {
        flex-wrap: wrap
    }

    .cart-form .user-details {
        padding: 0 15px
    }

    .cart-form .user-details label {
        padding-left: 0
    }

    .filtroTopo_txtLabel {
        font-size: .7692rem
    }

    .info-container {
        flex-direction: column-reverse
    }

    .info-sec {
        width: auto;
        margin-top: 10px
    }
}
@media (max-width:992px) {

    .filter-search {
        display: flex;
        justify-content: center;
        align-items: center
    }
	
	.select-ordenacao {
		font-size: .9231rem;
		height: 100%;
	}
	
}

@media (max-width:1024px) {

    .product-card .product-features {
        flex-wrap: wrap
    }

    .product-card .product-footer {
        flex-wrap: wrap
    }

    .product-card .product-counter {
        margin-bottom: 15px
    }

    .product-card .product-cta {
        margin-bottom: 15px
    }

    .product-card .product-price {
        margin-bottom: 15px
    }

    .category-container {
        flex-direction: column
    }

    .categories-sec {
        margin-right: 0;
        width: auto
    }

    .category-list .colEsqFamilias_holder {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .category-item {
        min-width: 200px;
        width: 90%;
        padding-bottom: 15px
    }

    .products-sec {
        padding: 0
    }

    .product-view .product-contents {
        flex-direction: column
    }

    .product-view .product-display {
        width: 100%;
        margin-bottom: 20px
    }

    .index-main-wrapper {
        flex-direction: column
    }

    .cat-list-left {
        width: 100%;
		max-width: inherit;
    }

    .right-list {
        width: auto
    }
}

/* Desktop */
@media (min-width:576px) {

    .w-sm-25 {
        width: 25%!important
    }

    .w-sm-50 {
        width: 50%!important
    }

    .w-sm-75 {
        width: 75%!important
    }

    .w-sm-100 {
        width: 100%!important
    }

    .h-sm-25 {
        height: 25%!important
    }

    .h-sm-50 {
        height: 50%!important
    }

    .h-sm-75 {
        height: 75%!important
    }

    .h-sm-100 {
        height: 100%!important
    }

    .h-sm-auto {
        height: auto!important
    }
}
@media (min-width:768px) {

    .w-md-25 {
        width: 25%!important
    }

    .w-md-50 {
        width: 50%!important
    }

    .w-md-75 {
        width: 75%!important
    }

    .w-md-100 {
        width: 100%!important
    }

    .w-md-auto {
        width: auto!important
    }

    .h-md-25 {
        height: 25%!important
    }

    .h-md-50 {
        height: 50%!important
    }

    .h-md-75 {
        height: 75%!important
    }

    .h-md-100 {
        height: 100%!important
    }

    .h-md-auto {
        height: auto!important
    }
}
@media (min-width:992px) {

    .w-lg-25 {
        width: 25%!important
    }

    .w-lg-50 {
        width: 50%!important
    }

    .w-lg-75 {
        width: 75%!important
    }

    .w-lg-100 {
        width: 100%!important
    }

    .w-lg-auto {
        width: auto!important
    }

    .h-lg-25 {
        height: 25%!important
    }

    .h-lg-50 {
        height: 50%!important
    }

    .h-lg-75 {
        height: 75%!important
    }

    .h-lg-100 {
        height: 100%!important
    }

    .h-lg-auto {
        height: auto!important
    }
	
    .w-sm-auto {
        width: auto!important
    }
}
@media (min-width:1200px) {

    .w-xl-25 {
        width: 25%!important
    }

    .w-xl-50 {
        width: 50%!important
    }

    .w-xl-75 {
        width: 75%!important
    }

    .w-xl-100 {
        width: 100%!important
    }

    .w-xl-auto {
        width: auto!important
    }

    .h-xl-25 {
        height: 25%!important
    }

    .h-xl-50 {
        height: 50%!important
    }

    .h-xl-75 {
        height: 75%!important
    }

    .h-xl-100 {
        height: 100%!important
    }

    .h-xl-auto {
        height: auto!important
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {

    .product-card .product-image {
        display: block
    }

    .search-input {
        padding: 8px 0
    }
}