* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #666666;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    transition: transform 0.8s;
    background: #fff;
}

.breadcrumbs-wrapper {
    margin-top: 0; /* valor padrão */

    /* Aplica margem superior de -25px apenas quando a largura da tela for menor que 768 pixels */
    @media only screen and (max-width: 767px) {
        margin-top: -25px;
    }
}

.bg-black {
    background: #000;
}
.bg-gray {
    background-color: #eeeeee;
}
.container-xl {
    max-width: 1366px;
}
.form-control:focus,
.btn:focus {
    box-shadow: unset;
    border-color: #000 !important;
}
/* header start */
.header-desktop .header-top {
    min-height: 50px;
    padding: 15px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.navbar-brand img {
    margin-right: 14px;
}
.header-desktop .search-form {
    width: 100%;
    max-width: 581px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #d9d9d9;
    min-height: 56px;
}
.header-desktop .search-form input {
    flex-grow: 1;
    border: 0;
    box-shadow: unset !important;
    height: 100%;
}
.search-form button {
    border: 0;
    box-shadow: unset !important;
}

.btn-cart {
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px;
}

a.nav-link.btn-cart img {
    margin-left: 10px;
}

a.nav-link.btn-cart span {
    position: absolute;
    right: -7px;
    top: 6px;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background-color: #333333;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    font-family: inherit;
    font-size: 15px;
}
.header-desktop .header-bottom {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.header-bottom nav {
    padding: 11px 0;
}

.header-bottom .nav-item a {
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #000 !important;
    padding: 17px 15px 11px !important;
}
.header-bottom .nav-item a:hover {
    background-color: #eeeeee;
}

.header-bottom .nav-item a img {
    margin-right: 10px;
    margin-top: -4px;
}
.navbar .nav-item:not(:last-child) {
    margin-right: 36px;
}

.header-bottom .nav-item a.dropdown-toggle {
    padding-right: 25px !important;
}
.header-bottom .nav-item .dropdown-toggle::after {
    border: 2px solid #000;
    border-top-color: transparent;
    border-left-color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    transform: translate(10px, -2px) rotate(45deg);
}
.header-bottom .dropdown-menu {
    min-width: 245px;
    padding: 0;
}
ul.dropdown-menu li:not(:first-child) a {
    border-top: 1px solid #d9d9d9;
}
.header-bottom .dropdown:hover > .dropdown-toggle {
    background: #eeeeee;
}
.header-bottom .dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0;
}
.header-bottom .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}
.header-bottom .dropdown .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 19px;
    transform: rotate(-45deg);
}
.header-desktop .social-links a {
    color: #cccccc;
    font-size: 20px;
}
.header-desktop .social-links a:not(:last-child) {
    margin-right: 18px;
}
.header-bg {
    object-fit: cover;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: 100% 26%;
}
.header_logo {
    width: 90px;
    height: 90px;
    margin: -45px auto 0;
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff;
    background: #fff;
}
.btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-title {
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-top: 16px;
    margin-bottom: 0;
}
.header-desc {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin: 7px 0px 16px;
}
.btn-icon img {
    margin-right: 5px;
}
.notes-row {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    align-items: center;
}
.notes-row > div:first-child {
    border-right: 1px solid #d9d9d9;
}
.header-note {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-note p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.header-mobile .search-form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
}
.header-mobile .search-form input {
    border: 0;
    border-right: 2px solid #d9d9d9;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding-left: 25px;
    box-shadow: unset !important;
    height: 56px;
    border-radius: 0;
}
.header-mobile .search-form button {
    height: 56px;
    width: 56px;
}
.header-mobile .search-form input + button,
.header-mobile .search-form:focus-within input + button + button {
    display: none;
}
.header-mobile .search-form:focus-within input + button {
    display: block;
}

nav#nav3 {
    position: static;
}

div#navbar3 {
    padding-bottom: 2vh;
    position: fixed;
    left: -520px;
    top: 0;
    z-index: 1;
    background: #fff;
    width: 260px;
    height: 102vh;
    transition: transform 0.8s;
    display: block !important;
    overflow: auto;
    box-shadow: 1px 67px #eee;
}

.sidenav-open div#navbar3 {
    transform: translateX(100%);
}
.sidenav-header.bg-black {
    height: 67px;
    display: flex;
}
.sidenav-body {
    padding: 14px 7px;
}
ul.contact-list li {
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 15px;
    list-style: none;
}
ul.contact-list .title {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: 600;
    font-family: inherit;
    display: flex;
    align-items: center;
}
ul.contact-list .desc {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    font-weight: 400;
    font-family: inherit;
}
.sidenav-body .social-links a {
    font-size: 22px;
    color: #000;
}
.sidenav-body .social-links a:not(:last-child) {
    margin-right: 24px;
}
ul.contact-list .title img {
    display: inline-block;
    margin-right: 8px;
}
.contact-list a {
    color: inherit;
}
.home-page .header_logo {
    box-shadow: 0 0 0 6px #fff;
}
.home-page .header_logo img {
    height: 100%;
    width: 100%;
}
form.search-form input:focus {
    border-color: #d9d9d9 !important;
}

@media screen and (max-width: 768px) {
    .sidenav-open body {
        transform: translateX(260px);
        overflow: hidden;
    }
}
/* header end */

/* home start */
.setion_hero {
    margin-top: 18px;
}
.slick-arrow {
    z-index: 1;
    background: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0.7;
}
.slick-arrow:hover {
    opacity: 1;
}
.slick-arrow:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 40%;
    border: 2px solid #000101;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 2px;
}
.slick-prev {
    left: 55px;
}
.slick-prev:before {
    border-right-color: transparent;
    border-top-color: transparent;
    top: 50%;
    left: 60%;
}
.slick-next {
    right: 55px;
}
.slick-next:before {
    border-left-color: transparent;
    border-bottom-color: transparent;
    top: 50%;
    left: 40%;
}
.card.product {
    border: 0;
}
.btn-black {
    background: #000;
    color: #fff !important;
    box-shadow: unset !important;
}
.btn-black:hover {
    background: #444;
}
.slick-slider.categories {
    max-width: 1100px;
    margin: 0 auto;
}
.slick-slider.categories .slick-arrow {
    top: 45%;
    background-color: #f8f8f8;
}
.slick-slider.categories .slick-next {
    right: -40px;
}
.slick-slider.categories .slick-prev {
    left: -40px;
}
.categories-wrapper {
    padding: 0 40px;
    margin: 21px 0;
}
.categories-wrapper img {
    margin: 0 auto;
}
.categories_link {
    font-size: 12px;
    line-height: 16px;
    color: #666666 !important;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    text-decoration: none !important;
}
.categories_link p {
    margin: 15px 0 5px;
}
section.section_featured h2 {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-bottom: 30px;
}
.card.product {
    margin-bottom: 30px;
}
.card.product a {
    text-decoration: none;
}
.card.product .btn.add-to-cart,
.card.product .btn.change-in-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 10px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.card.product .btn img {
    width: 15px;
    margin-right: 8px;
}

.card.product .card-title {
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.imagem-rodape{
    max-width: 130px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.card.product .discount {
    font-size: 16px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    text-decoration: line-through;
    margin: 6px 0 10px;
}

.card.product .price {
    font-size: 19px;
    line-height: 1;
    color: #333333;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.card.product.sold-out .btn,
.card.product.sold-out .btn:disabled {
    background: #fff;
    color: white !important;
    border-radius: 5px;
    border: 1px solid #dddddd;
}
.card.product.added .btn {
    background: #7f7f7f;
    pointer-events: none;
    opacity: 0.4;
}
footer {
    padding: 15px 15px 15px;
}

.address-text {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    line-height: 1.4;
}
footer .social-links {
    align-items: center;
}
footer .social-links a {
    color: #fff;
    font-size: 21px;
}
footer .social-links a:not(:last-child) {
    margin-right: 20px;
}
.social-links .location {
    display: flex;
    width: 18px;
    height: 21px;
    margin-top: -2px;
}
.slick-slider.hero img {
    max-height: 310px;
    object-fit: fill;
}
.header-mobile .search-form select {
    border: 0;
    border-right: 2px solid #d9d9d9;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding-left: 25px;
    box-shadow: unset !important;
    height: 56px;
    border-radius: 0;
}
.header-mobile .search-form select:focus {
    border-color: #d9d9d9 !important;
}
/* home end */

/* product page start */

.breadcrumbs-wrapper {
    min-height: 60px;
    padding: 18px 20px 20px;
}

ul.breadcrumbs {
    display: flex;
    margin: 0;
    list-style: none;
}

ul.breadcrumbs a {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}

ul.breadcrumbs > li:not(:last-child) {
    margin-right: 30px;
    position: relative;
}
ul.breadcrumbs > li:not(:last-child)::after {
    content: "";
    border: 2px solid #999;
    border-top-color: transparent;
    border-left-color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    right: -22px;
    top: 58%;
}
.section_product_single {
    margin: 33px 0 50px;
}
.product-quantity input::-webkit-outer-spin-button,
.product-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.product-quantity input[type="number"] {
    -moz-appearance: textfield;
}
.product-page .header_logo {
    margin-bottom: -19px;
    margin-top: -52px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 5px #fff;
    width: 70px;
    height: 70px;
}
.form-discount {
    justify-content: center;
}
.btn-delete {
    font-size: 16px;
    line-height: 17px;
    color: #d80000;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.btn-delete:hover,
.btn-delete:focus {
    color: #d80000;
    border-color: #d80000;
}
.product-links {
    border: 1px solid #eeeeee;
    align-items: center;
}

.product-links a {
    width: 50%;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    font-weight: 400;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
}
.product-links a:not(:last-child) {
    border-right: 1px solid #eeeeee;
}

.product-links a img {
    margin-right: 7px;
}

.section_related h2 {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    font-weight: 600;
    font-family: inherit;
    text-align: left;
    margin-bottom: 50px;
}

.product-title {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    font-family: inherit;
}

.product-code {
    height: 19px;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    font-weight: 400;
    font-family: inherit;
}

.product-desc {
    max-width: 500px;
    height: auto;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: 400;
    font-family: inherit;
}

.product-discount-percent {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 600;
    font-family: inherit;
    display: inline-block;
    padding: 8px 16px;
    background: #eee;
    margin-bottom: 25px;
}

.product-discount {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    font-weight: 400;
    font-family: inherit;
    text-decoration: line-through;
    margin-bottom: 0;
}

.product-price {
    font-size: 22px;
    line-height: 29px;
    color: #333333;
    font-weight: 400;
    font-family: inherit;
}

p.product-discount-percent {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 600;
    font-family: inherit;
    display: inline-block;
    padding: 8px 16px;
    background: #eee;
    margin-bottom: 25px;
}

.product-discount {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    font-weight: 400;
    font-family: inherit;
    text-decoration: line-through;
    margin-bottom: 0;
}

p.product-price {
    font-size: 22px;
    line-height: 29px;
    color: #333333;
    font-weight: 400;
    font-family: inherit;
}
.product-colors,
.product-sizes {
    margin-bottom: 20px;
}
.product-colors p,
.product-sizes p {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    font-family: inherit;
}
.color-controls .form-check,
.size-controls .form-check {
    padding: 0;
}
.color-controls .form-check:not(:last-child),
.size-controls .form-check:not(:last-child) {
    margin-right: 15px;
}
.color-controls input,
.size-controls input {
    display: none;
}
.color-controls label,
.size-controls label {
    height: 35px;
    border-radius: 17px;
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    font-family: inherit;
    text-align: center;
    padding: 0px 15px;
    cursor: pointer;
    border: 1px solid #eeeeee;
    color: #999999;
}
.color-controls input:checked + label,
.size-controls input:checked + label {
    background-color: #eeeeee;
    font-weight: bold;
    color: #000000;
}

.size-controls label {
    width: 35px;
    padding: 0;
}
.product-quantity input {
    width: 53px;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    border: 0;
}

.quantity-controls button {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #eeeeee;
}
.product-comments textarea {
    height: 75px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #d9d9d9;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: inherit;
    padding: 12px 12px 12px 20px;
}
.btn {
    font-size: 14px;
    line-height: 18px;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.section_product_single .add-to-cart {
    height: 56px;
    border-radius: 5px;
    background-color: #000000;
    font-weight: 600;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    p.product-desc {
        margin: 0 auto 16px;
    }

    .color-controls,
    .size-controls,
    .quantity-controls {
        justify-content: center;
    }
}
/* product page end */

/* cart page start */
section.shopping_cart h2 {
    height: 33px;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-top: 39px;
    margin-bottom: 20px;
}
.order_summary h3 {
    min-height: 27px;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    font-family: inherit;
    text-align: center;
    margin-bottom: 12px;
}

.cart-number {
    height: 21px;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: 400;
    font-family: inherit;
    text-align: center;
    margin-bottom: 8px;
}

.cart-total p:nth-child(1) {
    height: 21px;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: 600;
    font-family: inherit;
    text-align: center;
    margin-bottom: 0;
}

.cart-total p:nth-child(2) {
    height: 29px;
    font-size: 22px;
    line-height: 29px;
    color: #333333;
    font-weight: 400;
    font-family: inherit;
    text-align: center;
}
.order_summary .container-xl {
    max-width: 1140px;
}

.product-delivery p {
    margin: 0;
}

.product-delivery {
    margin-bottom: 10px;
}
.form-discount {
    margin-bottom: 15px;
}
.form-discount input {
    width: 100%;
    flex-grow: 1;
    height: 56px;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    //text-align: center;
}
.form-discount button {
    height: 56px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 16px 12px;
    min-width: 93px;
}

section.section_cart_products .quantity-controls {
    justify-content: center;
}
.order_summary > div > .btn {
    padding: 13px 10px 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}

/* cart page end */

/* finish order page start */
.form-group.form-check input[type="checkbox"] {
    display: none;
}
.form-group.form-check input[type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.form-group.form-check input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
}
.form-group.form-check input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    background-color: #ffffff;
    border: 2px solid #000;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}
.section_order_form {
    margin-bottom: 43px;
}

.section_order_form .container-xl {
    max-width: 1140px;
}
.section_order_form h2 {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.section_order_form .form-control {
    min-height: 56px;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #d9d9d9;
}

.section_order_form h3 {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.section_order_form select.form-control {
    font-weight: bold;
}
.section_order_form h4 {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.order-form-note.text-center {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.section_order_form .btn[type="submit"] {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 15px 10px;
    margin-top: 49px;
}
/*  finish order page end */
