/*Menu Topo*/

.sembg #sidebarCollapse,
.sembg #sidebarCollapse:focus-visible,
.sembg #sidebarCollapse:focus {
    border: 1px solid var(--color-3) !important;
    margin-top: 25px;
    margin-left: 26px;
    margin-right: 0;
}

.topo-search .input-group .form-control,
.topo-search .input-group-btn .btn {
    height: 50px;
}

.topo-search .input-group .form-control {
    border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -ms-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;
}

.topo-search .input-group-btn .btn {
    border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -ms-border-radius: 0 25px 25px 0;
    -o-border-radius: 0 25px 25px 0;
}

.topo-search {
    margin-top: 2px;
}

.sembg .iconscart .carrinho-header {
    background-color: var(--color-2);
    color: #fff;
}

.megamenu .nav {
    margin-top: -5px;
}

.navbar-toggle {
    background: #fff;
    margin-top: 22px;
    float: none;
}

.dropdown-menu {
    border-top: solid var(--color-3);
}


/*Menu Mobile*/

#sidebar .btloginsidebar a {
    background: var(--color-2);
}

#sidebar .botoestoposide li a i::before {
    color: var(--color-2);
}

@media(max-width:768px) {
    .container>.navbar-header {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .container>.navbar-header>.box-brand {
        float: left;
        margin-right: auto;
    }
    .container>.navbar-header>.box-cart {
        float: right;
    }
    .sembg #sidebarCollapse {
        margin-top: 31px;
    }
}

@media(max-width:450px) {
    .sembg .navbar-brand {
        max-width: 140px;
    }
    .container>.navbar-header {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .container>.navbar-header>.box-brand {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .sembg #sidebarCollapse {
        margin-top: 23px;
    }
    .container>.navbar-header>.box-cart {
        float: none;
        padding: 2rem 0;
        margin-right: auto;
    }
}


/*Banner*/

.banner {
    background: #fff;
    margin-top: 135px;
}

.sliderControl {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.faixameio {
    background: #f5f5f5;
}


/*Card Produto*/

.product {
    border: none;
    border-bottom: none;
}

.product:hover {
    border: none;
}

.product .description {
    display: flex;
    justify-content: center;
}

.product .description p {
    display: none;
}

.item h4 a {
    font-weight: 500;
    color: var(--color-1);
    text-transform: capitalize;
}

.product .price span {
    color: var(--color-2);
}

.product .buttonbar {
    display: flex;
    flex-direction: column;
}

.item .buttonbar a.btn {
    width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.item .buttonbar a.btn:first-child {
    background: var(--color-2);
}

.item .buttonbar a.btn:last-child {
    background: #5cb237;
}

.owl-page {
    display: none !important;
}

.owl-pagination {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-next {
    position: absolute !important;
    right: -20px;
}

.owl-prev {
    position: absolute !important;
    left: -20px;
}

.owl-theme .owl-controls .owl-has-nav {
    font-size: 65px;
    background: var(--color-1);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 0.6;
}

.owl-theme .owl-controls .owl-has-nav:hover {
    opacity: 1;
}

.owl-has-nav.owl-next i {
    right: -5px;
}

.owl-has-nav.owl-prev i {
    left: -5px;
}

.owl-has-nav i {
    position: relative;
    color: #fff;
}


/*Newslleter*/

.bg-newslatter {
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.newsLatterBox .btn {
    width: 75px;
    height: 50px;
    background: #fff;
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
}

.newsLatterBox .btn:hover {
    background: #fff;
}

.newsLatterBox input[type=text] {
    max-width: 500px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
}


/*Variedades*/

.section-title-style2 span,
.section-title.style2 span {
    color: var(--color-1);
    font-weight: bold;
    font-size: 30px;
}

.section-title.style2:after,
.section-title.style2:before {
    display: none;
}


/*Banner Marcas*/

.bannermarcas .section-title {
    border: 0;
    margin-bottom: 3rem;
}

.bannermarcas .section-title span {
    color: var(--color-1);
    font-weight: bold;
    font-size: 30px;
}


/*Rodapé*/

.footer h3,
.footer ul li a,
.footer p {
    color: #fff;
}

.footer ul li a:hover {
    color: #808080;
}

.footer ul li a {
    font-size: 16px;
    font-weight: bold;
}

.footer ul li a span {
    display: none;
}


/*Detalhe do produto*/

.breadcrumb {
    border: none;
}

.product-title {
    color: var(--color-1);
    text-transform: capitalize;
    line-height: 34px;
}

.product-code span a {
    font-weight: bold;
    color: var(--color-3);
}

.resume strong,
.resume {
    font-size: 18px;
    line-height: 24px;
}

.border-prod {
    background: #fff;
}

.product-price span {
    color: var(--color-3);
    font-size: 35px;
}

.formapagamento img {
    margin-right: 1rem;
}

.formapagamento.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    background: var(--color-1);
    color: #fff !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.formapagamento.btn:hover {
    opacity: 0.8;
}

.cart-actions.w-spinner a {
    background: #5cb237;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cart-actions.w-spinner a:hover {
    background: #5cb237;
    border: none;
    color: #fff;
    opacity: 0.8;
}

.calculodeFreteDet {
    padding: 0;
    background: #fff;
}

.calculodeFreteDet form input {
    height: 50px;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}

.calculodeFreteDet form button {
    height: 50px;
    background: var(--color-1);
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}

.socialIcon a {
    background: var(--color-2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media(max-width: 991px) {
    .calculodeFreteDet form input {
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
    }
    .calculodeFreteDet form button {
        border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
    }
}


/*Descricao*/

.nav-tabs {
    border-bottom: none;
    display: flex;
}

.nav-tabs .hidden-phone {
    background-color: transparent !important;
}

.nav-tabs .hidden-phone a {
    min-width: 225px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-left: 1rem !important;
    background-color: var(--color-2);
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.nav-tabs .active a {
    color: #fff !important;
    background-color: var(--color-1) !important;
    opacity: 0.8;
}

.nav-tabs .active a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -19px;
    left: 100px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid var(--color-1);
}

.nav-tabs::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border: 1px solid #d5d5d5;
}

.nav-tabs::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
}

.nav-tabs::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #b0b0b0;
}

@media(max-width:768px) {
    .nav-tabs .hidden-phone {
        margin-bottom: 1rem;
    }
    .nav-tabs .active a::after {
        display: none;
    }
    .nav-tabs {
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 2rem;
    }
}

/*Paleta de Cores*/
.box-cor{
    width: 20%;
    min-height: 82px;
}
.colorname{
    min-height: 32px;
    display: flex;
    align-items: center;
    line-height: 15px;
    padding: 0 5px;
}
.subprod-attrmenu .color-attribute {
    height: 25px;
    width: 25px;
    border-radius: 100%;
}

/*Varios*/
@media(max-width:500px){
    .style2 .section-title span a {
        font-size: 24px
    }
}