/* Estrutura

Global
Header

*/

/* Variáveis de cor */
/*
:root {
        --collor-st-primary:   {{ $configuracao->collor_st_primary ?? '#03AEC0' }};
        --collor-st-secondary: {{ $configuracao->collor_st_secondary ?? '#FF8400' }};
        --collor-st-approved: #28a745;
        --collor-st-danger: #dc3545;
        --collor-st-warning: #FF8400;
        --collor-st-icon-default: #6c757d;
    }
*/

:root {
   /* --collor-st-primary: #03AEC0;
    --collor-st-secondary: #FF8400;
    --collor-st-secundary: #FF8400;
    */
    --collor-st-approved: #28a745;
    --collor-st-danger: #dc3545;
    --collor-st-warning: #FF8400;
    --collor-st-icon-default: #6c757d;
}




/* Global */

.icon-approved {
    color: var(--collor-st-approved) !important; /* Verde para aprovado */
}

.icon-default {
    color: var(--collor-st-icon-default); /* Cinza para status padrão */
}

/* OU usando a classe do link */
.status-approved i {
    color: var(--collor-st-approved) !important;
}

* {
    font-family: 'Open Sans', sans-serif;
}

body {
    padding-top: 92px;
}

input:focus, textarea:focus, button:focus, select:focus {
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
}

p {
    color: #1f1f1f;
}

.table>thead>tr>th {
    border-bottom: 1px solid #ddd;
}

.form-control:focus {
    box-shadow: none;
}

a {
    color: #1f1f1f;
}

a:hover, a.active {
    color: var(--collor-st-primary);
    transition: .2s;
}

.banner-category {
    padding-top: 21px;
    padding-bottom: 20px;
    width: 100%;
}

.banner-category img {
    width: 100%;
}

.box-order {
    background: #eaeaea;
    padding: 10px 0;
}

.box-order p {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 2px;
    color: #696969;
}

.btn-site {
    border: none;
    padding: 10px 21px;
    border-radius: 3px;
    font-size: 16px;
}

.btn-orange-default {
    background: var(--collor-st-secondary);
    color: #fff;
    border: none;
    padding: 10px 21px;
    border-radius: 3px;
    font-size: 16px;
}

.btn-orange-secondary {
    background: #fff;
    color: var(--collor-st-secondary);
    transition: 0.5s;
}

.btn-orange-secondary:hover {
    background: #ddd;
    color: var(--collor-st-secondary);
}

.modal-header .close {
    margin-top: 2px;
    margin-right: 6px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background: var(--collor-st-primary);
    outline: none;
    border-color: var(--collor-st-primary);
}

/* End global */

/* User container */

@media (min-width:1200px){
    .container{
        width:1350px;
    }
}

/* End User container */


/* User panel */

ul#internal-menu {
    float: left;
    margin: 0 0 20px 0;
    list-style: none;
    padding: 14px 0 0;
}

ul#internal-menu>li {
    display: inline-block;
    margin-right: 30px;
}

ul#internal-menu li a {
    color: #1f1f1f;
    font-size: 16px;
}

ul#internal-menu>li>a {
    padding: 14px 0 18px;
}

ul#internal-menu>li:hover>a {
    color: var(--collor-st-primary);
    transition: .2s;
}

.thumb-img {
    border: 1px solid #ccc;
    padding: 50px;
    margin-bottom: 30px;
}

.thumb-img img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

/* End user panel */

/* Header */

header {
    background: #f9f9f9;
}

#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.row-header {
    display: flex;
    /*padding: 15px 0;*/
}

.col-header-logo {
    display: inline-block;
}

.col-header-content {
    flex-grow: 1;
    display: inline-block;
    padding: 10px 0 0 25px;
}

.row-header-content {
    display: flex;
}

.col-header-search {
    flex-grow: 1;
    display: inline-block;
}

.box-result-search {
    display: none;
    position: absolute;
    left: 39px;
    right: 39px;
    top: 42px;
    background: #fff;
    z-index: 999;
    border: solid 2px #eee;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    overflow-y: hidden;
    overflow-x: hidden;
}

#search-header-mob .box-result-search {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}

.box-result-search a {
    display: table;
    width: 100%;
}

.box-result-search hr {
    border-top: 1px solid #eee;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.box-result-search p {
    float: left;
    display: table;
    padding-top: 15px;
    margin-left: 5px;
}

.box-result-search img {
    padding: 6px;
}

.box-result-search p.p-load {
    padding-bottom: 6px;
    margin-left: 6px;
}

a.show-all {
    display: table;
    width: 100%;
    text-align: center;
    padding: 14px;
    background: var(--collor-st-primary);
    font-weight: bold;
    color: #fff;
}

.col-cart-phone {
    position: relative;
    display: inline-block;
}

#logo {
    width: 70px;
    margin-top: 5px;
}

.row-header-content.menu-desk {
    background: var(--collor-st-primary);
    margin-top: 5px;
}

ul#primary-menu {
    float: left;
    margin: 0;
    list-style: none;
    padding: 6px 0;
}

ul#primary-menu>li {
    display: inline-block;
    margin-right: 30px;
}

ul#primary-menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

ul#primary-menu>li>a {
    padding: 14px 0 18px;
}

.header-social-media .box-medias .icon-face, .header-social-media .box-medias .icon-face:hover, .header-social-media .box-medias .icon-face:focus {
    margin-top: 4px;
}

/*ul#primary-menu > li:hover > a,
ul#primary-menu > li ul li:hover > a {
	color: var(--collor-st-primary);
	transition: .2s;
}*/

.box-submenu {
    display: none;
    position: absolute;
    top: 93px;
    left: 0;
    right: 0;
    padding: 8px 0 24px;
    z-index: 9999;
    background: rgba(240, 240, 240, 1);
    background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 240, 240, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0);
}

.box-submenu h2 {
    font-weight: 700;
    font-size: 24px;
    color: var(--collor-st-primary);
    margin-bottom: 30px;
}

.box-submenu ul {
    padding: 0;
    margin: 0;
}

.box-submenu ul li {
    margin: 5px 0;
    display: block;
}

.box-submenu ul li a {
    color: #1f1f1f !important;
    font-weight: 400 !important;
}

#btn-menu-toggle {
    float: right;
    background: transparent;
    border: none;
    margin: 0;
    padding: 5px 0 0;
}

.row-menu-toggle {
    width: 33px;
    height: 5px;
    border-radius: 6px;
    margin: 5px 0 3px;
    background: #ff840e;
}

form#form-search {
    margin: 0 40px;
}

#header-search {
    position: relative;
}

#header-search input {
    float: left;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 10px 60px 10px 12px;
    border: solid 2px var(--collor-st-primary);
    border-radius: 20px;
    box-shadow: 0 0 5px #0000001c;
    background: #fff;
}

#header-search input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: bold;
    color: #868686;
    opacity: 1;
    /* Firefox */
}

#header-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: bold;
    color: #868686;
}

#header-search input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-weight: bold;
    color: #868686;
}

#header-search button {
    width: 50px;
    height: 40px;
    background-color: var(--collor-st-primary);
    background-image: url(../images/icons.png);
    background-position: -5px -55px;
    background-size: 100px;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0 20px 20px 0;
    position: absolute;
    right: 40px;
}

#search-header-mob {
    display: none;
    background: #f1f1f1;
    padding: 14px 0;
}

.media-scroll {
    display: none;
}

#header-cart {
    position: relative;
    width: 30px;
    height: 45px;
    float: left;
    background: url(../images/icons.png);
    background-position: 30px -8px;
    background-size: 100px;
    margin-left: 25px;
    margin-right: 30px;
    margin-top: -5px;
}

#header-cart-count {
    font-weight: 700;
    color: #fff;
    background: var(--collor-st-secondary);
    width: 16px;
    height: 15px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    right: -15px;
    top: 1px;
    font-size: 10px;
}

#header-profile {
    position: relative;
    width: 30px;
    height: 45px;
    float: left;
    background: url(../images/icons.png);
    background-position: 30px -53px;
    background-size: 100px;
    /*margin-top: 5px;*/
}

#header-phone {
    float: left;
    margin-left: 18px;
}

#header-phone p {
    color: var(--collor-st-primary);
    margin: 0;
    text-align: right;
    line-height: 11px;
    font-weight: 800;
}

#header-phone p strong {
    font-size: 31px;
    line-height: 20px;
    margin-top: 7px;
    display: table;
    letter-spacing: -1px;
    font-weight: 800;
}

#header-phone p strong span {
    font-size: 26px;
}

#header-brazil {
    float: left;
    width: 57px;
    height: 53px;
    background: url(../images/icons.png);
    background-position: 0px 0px;
    background-size: 84px;
    background-repeat: no-repeat;
    margin-left: 16px;
    margin-top: -5px;
    margin-bottom: -7px;
}

#newsbar-header {
    background: #f0f0f0;
    width: 100%;
    padding: 12px 0;
    margin-top: 0;
}

#newsbar-header p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.row-newsbar {
    display: flex;
}

.col-newsbar-left {
    position: relative;
    display: inline-block;
    padding-right: 16px;
}

.col-newsbar-right {
    position: relative;
    display: inline-block;
    flex-grow: 1;
}

#newsbar-header input {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 12px 12px 18px;
    border-radius: 22px;
    border: none;
}

#newsbar-header button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 54px;
    background: #b4b4b4;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 0 22px 22px 0;
    text-align: left;
    padding-left: 18px;
}

.box-medias {
    float: right;
}

.box-medias .icon-face, .box-medias .icon-face:hover, .box-medias .icon-face:focus {
    display: table;
    float: left;
    width: 25px;
    height: 25px;
    background: transparent;
    color: #fff;
    text-align: center;
    padding-top: 3px;
    border-radius: 100%;
    margin-left: 16px;
    margin-top: 5px;
}

.box-medias .icon-linkedin, .box-medias .icon-linkedin:hover, .box-medias .icon-linkedin:focus {
    display: table;
    float: left;
    width: 25px;
    height: 25px;
    background: transparent;
    color: #fff;
    text-align: center;
    padding-top: 2px;
    border-radius: 100%;
    margin-left: 6px;
    margin-top: 4px;
}

#newsbar-header .box-medias a {
    background-color: #4964a4;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    font-size: 20px;
    padding-left: 1px;
}

@media(min-width: 992px) {
    #topheader a.icon-face, #topheader a.icon-linkedin {
        display: none;
    }
}

@media(max-width: 991px) {
    ul#primary-menu li {
        margin-right: 20px;
    }
    #header-brazil {
        display: none;
    }
    .box-medias {
        display: none;
    }
}

@media(min-width: 768px) {
    ul#primary-menu li:hover .box-submenu {
        display: block;
    }
    .box-title-menu-mob {
        display: none;
    }
    #btn-menu-toggle {
        display: none;
    }
}

@media(max-width: 767px) {
    body {
        padding-top: 162px;
    }
    .row-header-content {
        display: block;
    }
    .col-header-search {
        display: inline-block;
        width: 100%;
    }
    #header-phone, #header-cart {
        float: right;
    }
    .col-cart-phone {
        display: inline-block;
        width: 100%;
    }
    .box-title-menu-mob strong {
        font-weight: 800;
        font-size: 24px;
        color: #eaeaea;
    }
    .box-title-menu-mob {
        display: block;
        padding: 16px 20px 0;
    }
    .box-submenu {
        display: none;
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
        z-index: 9;
        background: transparent;
    }
    .box-title-menu-mob button {
        float: right;
        background: transparent;
        border: none;
        font-size: 30px;
        color: #eaeaea;
        padding: 2px;
        line-height: 0;
    }
    .box-submenu-title {
        display: none;
    }
    ul#primary-menu>li ul li>a {
        font-weight: 400;
    }
    ul#primary-menu>li:hover>a, ul#primary-menu>li>a:focus, ul#primary-menu>li:hover>a, ul#primary-menu>li ul li:hover>a, ul#primary-menu>li ul li>a:focus {
        color: #fff;
    }
    .menu-desk {
        display: none;
        position: fixed;
        overflow-y: scroll;
        z-index: 999;
        background: #00b0c3;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 270px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    }
    ul#primary-menu {
        padding: 20px;
    }
    ul#primary-menu li {
        display: block;
        margin: 10px 0;
        font-weight: 700;
    }
    ul#primary-menu li a {
        color: #fff;
    }
    #header-cart {
        background: url(../images/icons.png);
        background-position: 27px -8px;
        background-size: 90px;
        margin-left: 14px;
        margin-right: 26px;
    }
    #header-phone p {
        line-height: 5px;
        font-weight: 400;
        font-size: 12px;
    }
    .row-header {
        padding-bottom: 0;
    }
    #header-phone {
        padding-top: 7px;
        margin-left: 0;
    }
    #header-phone p strong {
        font-size: 28px;
        margin-top: 7px;
    }
    #header-search button {
        right: 0;
    }
}

@media(max-width: 500px) {
    .search-desk {
        display: none;
    }
    .row-header {
        padding-bottom: 8px;
    }
    .col-cart-phone {
        display: table;
    }
    #header-phone {
        position: absolute;
        right: 15px;
        padding-top: 0;
    }
    #header-cart {
        width: 27px;
        position: absolute;
        top: 44px;
        right: 39px;
        background-position: 27px -4px;
        background-size: 85px;
    }
    #btn-menu-toggle {
        position: absolute;
        top: 45px;
        right: 16px;
    }
    .header-scroll #btn-menu-toggle {
        top: 46px;
    }
    #newsbar-header {
        display: none;
    }
    #search-header-mob {
        display: block;
    }
    #logo {
        width: 118px;
    }
    #header-phone p strong {
        font-size: 25px;
    }
    #header-phone p strong span {
        font-size: 20px;
    }
    #header-cart-count {
        font-weight: 700;
        width: 18px;
        height: 18px;
        font-size: 8px;
        padding-top: 3px;
    }
    .col-header-content {
        padding: 5px 0 0 25px;
    }
}

/* End header */

/* Header scroll */

.header-scroll {
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    transition: .4s;
}

/*.header-scroll .row-header{
    padding: 5px 0;
}*/

.header-scroll .media-scroll {
    display: block;
    margin-top: 3px;
}

.header-scroll .header-social-media {
    display: none;
}

.header-scroll ul#primary-menu {
    padding: 6px;
}

/* Cart */

.without-arrow {
    -webkit-appearance: none;
    /* Remove estilo padrão do Chrome */
    -moz-appearance: none;
    /* Remove estilo padrão do FireFox */
    appearance: none;
    /* Remove estilo padrão do FireFox*/
}

#box-preview-cart {
    position: absolute;
    width: 335px;
    top: 0;
    right: 0;
    padding-top: 64px;
    display: none;
}

.col-cart-phone:hover #box-preview-cart {
    display: block;
}

.cart-preview-title {
    font-weight: 900;
    color: #00b0c3;
}

#cart-preview {
    max-width: 100%;
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 99;
    padding: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.14);
    border-radius: 3px;
}

#cart-preview:before {
    content: "\A";
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid white;
    position: absolute;
    right: 18px;
    top: -16px;
}

#cart-preview small {
    color: #6b6b6b;
}

#cart-preview small i {
    color: #00b0c3;
}

#box-preview-cart td {
    border-top: none;
}

#products-preview-cart {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

#box-preview-cart button {
    width: 100%;
    border: none;
    padding: 10px 21px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
}

#box-preview-cart button.next {
    background: var(--collor-st-primary);
    color: #fff;
}

#box-preview-cart button.prev {
    background: #f1f1f1;
    color: #969696;
}

.more-qtd, .repeat-data, #repeat-data {
    font-size: 12px;
    font-weight: 500;
    color: var(--collor-st-primary);
}

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

@media( max-width: 767px) {
    #box-preview-cart {
        top: 0;
        left: auto;
        right: 38px;
        padding-top: 64px;
        display: none;
    }
    #cart-preview:before {
        left: auto;
        right: 20px;
    }
    div#header-profile {
        position: absolute;
        top: 48px;
        right: 120px;
        background-size: 88px;
        background-position: 29px -45px;
    }
    .header-scroll div#header-profile {
        position: absolute;
        top: 48px;
        right: 120px;
        background-size: 90px;
    }
    .header-scroll div#header-cart {
        top: 43px;
    }
}

@media( max-width: 500px) {
    #box-preview-cart {
        width: 280px;
        top: 36px;
        left: auto;
        right: 42px;
        padding-top: 64px;
        display: none;
    }
    #cart-preview:before {
        left: auto;
        right: 20px;
    }
}

.cart-qty-group {
    position: relative;
}

.cart-qty-group input {
    max-width: 100px;
    float: left;
}

.cart-qty-group i {
    position: absolute;
    font-size: 18px;
    right: 22px;
    top: 9px;
}

.cart-qty-group i.fa-check-circle {
    color: #4CAF50;
}

.cart-qty-group i.fa-times-circle {
    color: #F44336;
}

#cart .act-delete {
    display: table;
    width: 100%;
    text-align: center;
}

.box-info-budget {
    background: #eee;
    padding: 15px 20px;
    border-radius: 3px;
    margin: 12px 0 24px;
}

.box-info-budget .title {
    color: #00b0c3;
}

.box-cart-login {
    text-align: center;
    padding: 20px;
    background: var(--collor-st-secondary);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}

.btn-orange {
    background-color: var(--collor-st-secondary);
    color: #fff;
}

.box-cart-register {
    text-align: center;
    padding: 20px;
    background: var(--collor-st-primary);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}

a.act-list {
    text-decoration: none;
    font-size: 24px;
    margin-right: 5px;
}

a.act-delete {
    color: #d9534f;
}

.filter-hidden {
    display: none;
}

a.act-edit {
    color: #367fa9;
}

.image-product-cart {
    width: 78px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.btn-left-more-products {
    float: left;
    background: var(--collor-st-secondary);
    color: #fff;
    border: none;
    padding: 10px 21px;
    border-radius: 3px;
    font-size: 16px;
}

.btn-right-budget {
    float: right;
    background: var(--collor-st-primary);
    color: #fff;
    border: none;
    padding: 10px 21px;
    border-radius: 3px;
    font-size: 16px;
}

@media(max-width: 768px) {
    .btn-right-budget, .btn-left-more-products {
        width: 100%;
        margin: 10px auto;
    }
}

/* Customer panel */

.product-color-product-image {
    max-width: 85px;
}

/* End customer panel */

/* Login */

.panel-body-login {
    min-height: 220px;
}

/* End login */

/* Customer dashboard */

.subtitle-dashboard {
    font-size: 24px;
    font-weight: 700;
    color: var(--collor-st-secondary);
}

/* End customer dashboard */

/* Page content */

.alert {
    margin-bottom: 0;
    margin-top: 12px;
}

#modalAlert {
    text-align: center;
}

#modalAlert button {
    margin: 0 auto;
    display: table;
}

.btn-contract, .btn-contract:hover, .btn-contract:focus {
    background: var(--collor-st-secondary);
    color: #fff;
    border: none;
    padding: 14px 26px;
    border-radius: 3px;
    font-size: 18px;
    border-radius: 35px;
    width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 25px;
}

.order-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.order-step {
    background-color: var(--collor-st-primary);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px 30px;
    border-radius: 50px;
    max-width: 760px;
    margin-bottom: 20px;
}

.order-step p {
    color: #fff;
}

.order-step .title + p {
    margin-top: 30px;
}

.order-step .title {
    display: flex;
}

.order-step .title span {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.order-step .title .step-count {
    width: 5px;
} 

.order-step .title .step-text {
    flex: 1;
}

.title-page {
    color: var(--collor-st-primary);
    font-weight: 700;
    margin: 22px 0;
}

.block-title {
    color: var(--collor-st-primary);
    font-weight: 700;
    margin: 22px 0;
}



/* Container flexbox para igualar alturas */
#list-product .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

#list-product .col-sm-3 {
    display: flex;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1200px) {
    #list-product .col-sm-3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
    #list-product .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


@media (max-width: 480px) {
    #list-product .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




/* Product box */

.box-product {
    position: relative;
    /*margin: 10px auto;*/
    padding: 14px 5px;
    border-radius: 15px;
    overflow: hidden;
    border-bottom: 5px solid var(--collor-st-secondary) !important;
    /*margin-bottom: 20px;*/
    transition: border-color 0.3s ease;
    margin: 18px auto 20px auto;

    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 400px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.box-product:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .box-product {
        border-bottom: 6px solid var(--collor-st-secondary);
        min-height: 350px;
        margin: 10px auto;
    }
}

@media (max-width: 480px) {
    .box-product {
        border-bottom: 5px solid var(--collor-st-secondary);
        min-height: 300px;
        margin: 8px auto;
    }
}

.box-product .carousel,
.box-product .color-options,
.box-product .tag {
    flex-shrink: 0;
}



.product-content-bottom {
    margin-top: auto; /* Empurra para o final */
    padding-top: 10px;
}

.box-product .item {
    min-height: 235px;
}

/*
.box-product:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    transition: .3s;
}
*/

.box-product:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    border-bottom-color: var(--collor-st-secondary);
    transition: .3s;
}

.box-product img {
    width: 100%;
    height: 210px !important;
    object-fit: contain;
}


/*
.box-product h3 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
*/

.box-product h3 {
    margin-top: auto;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}


.box-product h3 a {
    color: #1f1f1f;
    transition: .3s;
}

.box-product h3 a:hover {
    color: var(--collor-st-primary);
    transition: .3s;
}

/*
.box-product h4 {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}
*/
.box-product h4 {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}


.box-product h4 a {
    color: #969696;
}

.box-product h4 a:hover {
    color: var(--collor-st-primary);
    transition: .3s;
}


.tag.tag-text {
    position: absolute;
    right: 14px;
    top: 16px;
    z-index: 9;
    background: var(--collor-st-secondary);
    padding: 3px 12px;
    border-radius: 12px;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}

.color-options {
    height: 27px;
    display: flex;
    justify-content: center;
}

.color-options a {
    width: 15px;
    height: 15px;
    margin: 6px 2px;
    display: table;
    border-radius: 100%;
    border: solid 1px #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    transition: .3s;
}

.color-options a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
    transition: .3s;
}

/* End page content */

/* Home */

.carousel-control.right, .carousel-control.left {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    background: transparent;
}

.block-title-home {
    font-size: 22px;
    color: var(--collor-st-primary);
    font-weight: 900;
    margin: 50px 0;
}

#categories .row, #segments .row {
    margin-right: -8px;
    margin-left: -8px;
}

#categories .col-md-4, #segments .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.box-category, .box-segment {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
}

.box-category {
    background: var(--collor-st-primary);
}

.box-segment {
    background: var(--collor-st-secondary);
}

.box-category h3, .box-segment h3 {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    padding: 10px;
    height: 90px;
    overflow-y: hidden;
    text-transform: uppercase;
}

.box-category img, .box-segment img {
    height: 285px;
    margin: 0 auto;
    display: table;
    opacity: 0.7;
}

.box-category:hover img, .box-segment:hover img {
    opacity: 1;
    transition: .4s;
}

#area-about-company {
    margin: 0 0 25px;
    background: var(--collor-st-primary);
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
    border-radius: 10px;
}

#area-about-company h4 {
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    text-align: left;
    padding: 10px 0;
}

#area-about-company p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}


/* Depoimentos */

#testimonies{
    padding:90px 0;
    background:#fafafa;
}

.testimonial-card-premium{
    background:white;
    border-radius:14px;
    padding:35px;
    margin:15px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    min-height:240px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:.3s;
}

.testimonial-card-premium:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.stars{
    color: var(--collor-st-secondary);
    font-size:18px;
    margin-bottom:12px;
}

.testimonial-text{
    font-size:16px;
    line-height:1.7;
    color:#444;
}

.testimonial-author{
    display:flex;
    align-items:center;
    margin-top:20px;
}

.avatar{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#ddd;
    margin-right:12px;
}

.author-info strong{
    display:block;
    font-size:15px;
}

.author-info span{
    font-size:12px;
    color:#888;
}

.rating-summary{
    text-align:center;
    margin-bottom:40px;
    font-size:18px;
    color:#333;
}

/* End Depoimentos */

/*
.testimonial {
    outline: none;
    margin: 44px 15px 12px;
}

#carousel-testimonies {
    margin: 0 -15px;
}

.box-testimonial {
    width: 100%;
    position: relative;
    background: #00b1c5;
    padding: 20px;
}

.box-testimonial p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 85%;
    margin: auto;
    padding: 20px 0;
    line-height: 16px;
    min-height: 110px;
}

#carousel-customers {
    margin: 0 -15px;
}

#carousel-customers img {
    margin: 0 15px;
}

.icon-like-testiomonial {
    background: #00b1c5;
    position: absolute;
    top: -32px;
    left: 0;
    z-index: 9;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 10px 12px;
}

.icon-like-testiomonial img {
    width: 36px;
    height: 36px;
    transform: rotate(-20deg);
}

.icon-quotes-testimonial {
    position: absolute;
    bottom: 18px;
    top: auto;
    z-index: 9;
    right: 10px;
    height: 20px;
}

.icon-quotes-testimonial img {
    width: 78px;
}

*/

/* End home */

/* Category */

.box-subcategories ul {
    padding: 0;
    display: table;
    margin: 0 auto 20px auto;
}

.box-subcategories ul li {
    list-style: none;
    float: left;
    margin-right: 16px;
}

#filters {
    padding-top: 12px;
}

#filters h2 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
}

#category-title h1 {
    color: #00b0c3;
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
}

#category-title p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.order-left p, .order-left select {
    float: right;
}

.order-right p, .order-right select {
    float: left;
}

.order-left p, .order-right p {
    margin-right: 6px;
    padding-top: 2px;
}

.ui-widget.ui-widget-content {
    border: none;
    border-radius: 10px;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eaeaea;
    color: #333333;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-slider-horizontal {
    height: 16px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #00b0c3;
    color: #333333;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: var(--collor-st-secondary);
    font-weight: normal;
    color: #454545;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
    outline: none;
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 100%;
    -ms-touch-action: none;
    touch-action: none;
}

.filter {
    margin-bottom: 34px;
}

.filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter ul li {
    margin: 5px 0;
}

.filter ul li label {
    color: #1f1f1f;
    text-decoration: none;
    transition: .2s;
    font-weight: 400;
}

.filter ul li label:hover {
    color: var(--collor-st-primary);
    text-decoration: none;
    cursor: pointer;
    transition: .2s;
}

.filter ul li label.active {
    color: var(--collor-st-primary);
}

.filter .color {
    cursor: pointer;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    border: solid 3px #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 8px;
    margin-right: 3px;
    transition: .3s;
}

.filter button:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
    transition: .3s;
}

.btn-clear-filters {
    background: transparent;
    padding: 0;
    border: none;
    color: #00b0c3;
    margin-top: 18px;
}

.box-load p {
    font-size: 15px;
    text-align: center;
}

.box-load img {
    display: table;
    width: 50px;
    margin: 15px auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* End  category */

/* Product */

#product-title {
    font-size: 32px;
    font-weight: 800;
    color: #00b0c3;
}

#product-ref {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 0;
}

#product-colors {
    margin-bottom: 16px;
    max-width: 235px;
}

#product-colors label {
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: solid 3px #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 8px;
    margin-right: 4px;
    transition: .3s;
}

#product-colors input:checked+label {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

#product-colors label:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
    transition: .3s;
}

.prodct-width-limit {
    max-width: 320px;
}

.prodct-width-limit p {
    margin-bottom: 0;
}

#qts {
    margin-top: 26px;
}

.qty {
    position: relative;
    max-width: 200px;
}

.qty label {
    position: absolute;
    z-index: 9;
    text-align: center;
    top: 6px;
    left: 0;
    right: 0;
    font-weight: 300;
    color: #a3a3a3;
}

.qty input {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 28px 8px 8px;
    border-radius: 3px;
    border: solid 1px #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
    font-size: 16px;
    margin-bottom: 16px;
}

.qty button.close-qty {
    z-index: 999;
    position: absolute;
    top: -11px;
    right: -11px;
    background: #fff;
    border: none;
    font-size: 20px;
    color: #ccc;
    padding: 0;
    line-height: 0;
    border-radius: 100%;
    height: 22px;
    width: 22px;
}

.delete-number-to-qty, .add-number-to-qty {
    z-index: 999;
    position: absolute;
    right: 6px;
    border: none;
    font-size: 10px;
    padding: 0;
    line-height: 0;
    border-radius: 100%;
    background: transparent;
    color: #ccc;
}

.add-number-to-qty {
    top: 28px;
}

.delete-number-to-qty {
    top: 38px;
}

.col-qty {
    float: left;
    width: 90px;
    margin-right: 11px;
}

.col-add-qty {
    float: left;
    width: 118px;
}

.show-more {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #00b0c3;
    padding: 0;
    cursor: auto;
}

#add-qty {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #00b0c3;
    padding: 0;
}

#add-cart {
    background: var(--collor-st-secondary);
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 18px;
    border-radius: 3px;
    margin-top: 24px;
}

#go-to-cart {
    background: #ff3219;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 18px;
    border-radius: 3px;
    margin-top: 24px;
}

#btnRating {
    background: #00b0cf;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 18px;
    border-radius: 3px;
    margin-top: 24px;
}

.rating-style {
    width: 15px;
}

.product-stars {
    margin-bottom: 16px;
}

#add-wish {
    background: #F44336;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 18px;
    border-radius: 3px;
    margin-top: 24px;
}

.img-zoom {
    cursor: crosshair;
}

.img-zoom img {
    width: 100%;
}

.wish-button {
    padding: 0;
}

.prev-carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    background: transparent;
    border: none;
    z-index: 9;
}

.prev-carousel i, .next-carousel i {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #ccc;
    border-radius: 100%;
    padding: 7px;
    border: solid 2px #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    opacity: 0.5;
    width: 36px;
    height: 36px;
}

.prev-carousel:hover i, .next-carousel:hover i {
    opacity: 0.8;
}

.next-carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: transparent;
    border: none;
    z-index: 9;
}

.prev-carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    border: none;
    z-index: 9;
}

.product-slider-arrow {
    text-align: center;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    color: #fff;
    background: #ccc;
    border-radius: 100%;
    padding: 7px;
    border: solid 2px #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#product-images {
    position: relative;
}

.carousel-product-thumb {
    object-fit: cover;
}

#carousel-product-images a, #carousel-product-images a:focus, #carousel-product-images a:hover {
    outline: none;
}

#carousel-product-images a img {
    display: block;
    margin: 0 auto;
    padding: 8px;
}

.title-block-product-page {
    color: #00b0c3;
    font-size: 20px;
    font-weight: 700;
}

.sociais-icons {
    text-align: center;
    margin: 15px auto 30px;
}

div#facebook {
    border-radius: 3px;
    background: #3b5998;
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
}

div#facebook .fa {
    color: #fff;
    font-size: 30px;
    margin-top: 8px;
}

div#twitter {
    border-radius: 3px;
    background: #00aced;
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
}

div#twitter .fa {
    color: #fff;
    font-size: 30px;
    margin-top: 7px;
}

div#linkedin {
    border-radius: 3px;
    background: #007bb6;
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
}

div#linkedin .fa {
    color: #fff;
    font-size: 25px;
    margin-top: 8px;
}

div#whatsapp {
    border-radius: 3px;
    background: #34af23;
    width: 45px;
    height: 45px;
    float: left;
}

div#whatsapp .fa {
    color: #fff;
    font-size: 28px;
    margin-top: 8px;
}

/* End product */

/* Footer */

#companies {
    background: #00b0c3;
    padding: 50px 0;
    margin-top: 30px;
}

#whatwedo {
    padding: 50px 0;
}

#companies h2, #whatwedo h2 {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
}

#companies h2, #companies h3 {
    color: #fff;
}

#whatwedo h2, #whatwedo h3 {
    color: #00b0c3;
}

#companies h3, #whatwedo h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 28px;
}

#whatwedo img, #companies img {
    display: table;
    width: 60%;
    margin: 0 auto;
    max-width: 150px;
}

#whatwedo p {
    color: #00b0c3;
    text-align: center;
}

footer {
    background: #eaeaea;
    padding: 30px 0;
}

footer #logo-footer {
    width: 170px;
    margin-bottom: 20px;
}

#text-company-footer {
    width: 100%;
    max-width: 170px;
}

footer h5 {
    font-weight: 800;
    margin-bottom: 20px;
}

footer ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

footer ul li {
    margin: 5px 0;
}

footer ul li a {
    color: #000;
    text-decoration: none;
    transition: .2s;
}

footer ul li a:hover, footer ul li a:focus {
    color: var(--collor-st-primary);
    text-decoration: none;
    transition: .2s;
}

.address-line {
    display: flex;
    margin-bottom: 12px;
}

.col-address-text p {
    padding-top: 2px;
}

.col-address-icon i {
    color: #00b0c3;
}

.col-address-icon i.fa-map {
    font-size: 24px;
    margin-right: 10px;
}

.col-address-icon i.fa-phone {
    width: 26px;
    height: 26px;
    font-size: 17px;
    margin-right: 9px;
    background: #00b0c3;
    color: #eaeaea;
    border-radius: 100%;
    text-align: center;
    padding-top: 4px;
}

.col-address-icon i.fa-envelope {
    font-size: 25px;
    margin-right: 8px;
}

#credit {
    background: #00b0c3;
    padding: 20px 0;
}

#credit p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

@media(max-width: 500px) {
    .col-address-icon i.fa-map {
        display: none;
    }
}

/* End footer */

/* Creator */

#creator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #fff;
    border: none;
}

.btn-creator {
    height: 58px;
    border: solid 2px #05879e;
    border-radius: 3px;
    background-color: transparent;
    width: 439px;
    max-width: 100%;
    margin-top: 13px;
    color: #05879e;
}

/* End Creator */

/*.load-dots {} */

.dots {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    background-color: rgb(255 255 255 / 80%);
    height: 100%;
}

.dots div {
    width: 50px;
    height: 50px;
    background: var(--collor-st-primary);
    border-radius: 50%;
    margin-left: 15px;
    animation: move 1s ease-in-out infinite alternate;
}

.dots div:nth-child(1) {
    animation-delay: -0.4s;
}

.dots div:nth-child(2) {
    animation-delay: -0.2s;
}

@keyframes move {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(100%);
    }
}

.input-group-btn .btn {
    padding: 4px 8px; /* Ajusta o tamanho do botão */
    font-size: 14px;  /* Ajusta o tamanho do texto */
}


.btn.find-cnpj {
    background-color: #40E0D0; /* Azul turquesa */
    color: white; /* Cor do texto e do ícone */
    border: none; /* Remove a borda */
    padding: 10px 15px; /* Ajusta o espaçamento interno */
    border-radius: 5px; /* Bordas arredondadas */
    font-size: 16px; /* Tamanho do texto */
    cursor: pointer; /* Mostra o cursor de "mão" ao passar o mouse */
    transition: background-color 0.3s ease; /* Transição suave para o hover */
}

/* Efeito ao passar o mouse no botão */
.btn.find-cnpj:hover {
    background-color: #36c2b0; /* Azul turquesa mais escuro */
}

/* Estilo para o ícone dentro do botão */
.btn.find-cnpj i {
    margin-right: 5px; /* Espaçamento entre o ícone e o texto (se houver texto) */
}


/* ===================================
   SEPARADOR DE STAGES - MODAL


/* Separador padrão */
.stage-separator {
    margin: 15px 0;
    border: 0;
    height: 1px;
    background-color: #e0e0e0;
    width: 100%;
}

/* Variações de cores do separador */
.stage-separator.light {
    background-color: #f5f5f5;
}

.stage-separator.medium {
    background-color: #dee2e6;
}

.stage-separator.dark {
    background-color: #adb5bd;
}

.stage-separator.primary {
    background-color: var(--collor-st-primary);
    height: 2px;
}

.stage-separator.orange {
    background-color: var(--collor-st-secondary);
    height: 2px;
}

/* Separador pontilhado */
.stage-separator.dotted {
    background: repeating-linear-gradient(
        to right, 
        #ccc 0, 
        #ccc 5px, 
        transparent 5px, 
        transparent 10px
    );
    height: 1px;
}

/* Separador com gradiente */
.stage-separator.gradient {
    background: linear-gradient(
        to right, 
        transparent, 
        #ccc, 
        transparent
    );
    height: 1px;
}

/* Separador duplo */
.stage-separator.double {
    border-bottom: 3px double #ddd;
    background: none;
    height: 3px;
}

/* Separador para modal específico */
#editPipelineModal .stage-separator {
    margin: 15px 0;
    border: 0;
    height: 1px;
    background-color: #e0e0e0;
}

/* Responsivo para separadores */
@media (max-width: 768px) {
    .stage-separator {
        margin: 10px 0;
    }
}


.modal-confirm{color:#636363;max-width:400px}
.modal-confirm .modal-content{padding:20px;border-radius:5px;border:none;text-align:center;font-size:14px}
.modal-confirm .modal-header{border-bottom:none;position:relative}
.modal-confirm h4{text-align:center;font-size:26px;margin:30px 0 -10px}
.modal-confirm .close{position:absolute;top:-5px;right:-2px}
.modal-confirm .modal-body{color:#999}
.modal-confirm .modal-footer{border:none;text-align:center;border-radius:5px;font-size:13px;padding:10px 15px 25px}
.modal-confirm .modal-footer a{color:#999}
.modal-confirm .icon-box{width:80px;height:80px;margin:0 auto;border-radius:50%;z-index:9;text-align:center;border:3px solid #f15e5e}
.modal-confirm .icon-box svg{color:#f15e5e;font-size:46px;display:inline-block;margin-top:13px}


/*Anexar arquivos*/
#dropZone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  border: 2px dashed #adb5bd;
  border-radius: .25rem;
  padding: 2rem;
  text-align: center;
  background-color: #f8f9fa;
  color: #6c757d;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}

#dropZone:hover {
  border-color: #007bff;
  background-color: #e3f2fd;
  color: #0056b3;
}

#dropZone.dragover {
  border-color: #28a745;
  background-color: #d4edda;
  color: #155724;
  transform: scale(1.02);
}

#fileInfo {
  display: none; /* Hidden by default, shown via JS */
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  border-left: 4px solid #007bff;
}

#fileInfo.show {
  display: block;
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.file-name {
  font-weight: 600;
  color: #343a40;
  margin-bottom: .25rem;
  word-break: break-all;
}

.file-size {
  color: #6c757d;
  font-size: .875rem;
  margin-bottom: .5rem;
}

.btn-clear {
  background-color: #dc3545;
  color: #fff;
  border: none;
  padding: .375rem .75rem;
  border-radius: .25rem;
  font-size: .875rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-clear:hover {
  background-color: #c82333;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
  #dropZone {
    min-height: 120px;
    padding: 1.5rem;
    font-size: 1rem;
  }

  #fileInfo {
    padding: .75rem;
  }

  .file-name {
    font-size: .95rem;
  }
}

@media (max-width: 576px) {
  #dropZone {
    padding: 1rem;
    min-height: 100px;
  }
}

.file-input-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.file-input-btn {
    background-color: #dc3545;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.file-input-btn:hover {
    background-color: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.file-input-text {
    color: #6c757d;
    font-size: 0.9rem;
    display: none;
}

.file-input-text.show {
    display: inline;
}


#dropZone.dragover {
    border-color: #007bff !important;
    background-color: #e8f4ff !important;
}

/* Abas da pagina de produto */
.product-fixed-tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 2px solid #eee;
    
}

.product-fixed-tabs .nav-tabs > li.active > a,
.product-fixed-tabs .nav-tabs > li.active > a:hover,
.product-fixed-tabs .nav-tabs > li.active > a:focus {
    border-color: var(--collor-st-secondary);
    border-bottom-width: 3px;
    margin-bottom: -2px;
}

.product-fixed-tabs .nav-tabs > li {
    flex: 0 0 auto;                 
    text-align: left;
}
.product-fixed-tabs .nav-tabs > li > a {
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    text-align: left;
}

.product-fixed-tabs .tab-content {
    padding: 20px 15px;
    line-height: 1.6;
    height: 300px;              
    overflow-y: auto;          
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}
.product-fixed-tabs .customization-list {
    list-style: disc;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .product-fixed-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .product-fixed-tabs .nav-tabs > li {
        flex: 0 0 auto;
    }
    .product-fixed-tabs .nav-tabs > li > a {
        white-space: nowrap;
        padding: 10px 12px;
        font-size: 13px;
    }
    .product-fixed-tabs .tab-content {
        height: 280px;
    }
}
/* Fim Abas da pagina de produto */


.breadcrumb > li + li:before {
    content: ">\00a0";
    padding: 0 5px;
}