﻿/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

body {
    font-family: 'Roboto', sans-serif;
}

.card__products img {
    max-width: 100%;
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
}

a {
    color: black;
}

a:hover {
    color: #F2799A;
    text-decoration: none;
}

.nav-link {
    border-left: 1px solid transparent;
    cursor: pointer;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 10px !important;
}

.banner-title {
    font-size: 1.5rem;
}

.subtitle {
    font-size: 19px;
    color: #a8a8a8;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
}

.title {
    color: black;
    font-size: 35px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.title-1 {
    color: black;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 3px;
}

.dancing-scripts {
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
}

.font-size-big {
    font-size: 1.5rem;
}

.font-size-bigger {
    font-size: 2rem;
}

.color-lightgray {
    color: lightgrey;
}

.color-red {
    color: red;
}

.card-img-top {
    width: 100px;
    margin-bottom: 10px;
}

.border-red {
    border: 1px solid red !important;
}

.cart-items-count {
    width: auto;
    height: 24px;
    border-radius: 25px;
    color: white;
    background-color: #F2799A;
    position: absolute;
    bottom: -10px;
    right: -5px;
    border: 1px solid;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    min-width: 25px;
}

.close-modal, .close-info {
    position: absolute;
    color: gray;
    z-index: 9;
    right: 2%;
    top: 2%;
    cursor: pointer;
}

.select2-selection--single, .select2-dropdown {
    border-radius: 0 !important;
    border: 1px solid lightgray !important;
}

.btn-primary {
    border: 1px solid black;
    border-radius: 0;
    background-color: white;
    color: black;
}

.btn-primary:hover {
    background-color: black;
    color: white !important;
    border-color: black !important;
}

.btn-primary:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: black;
    border-color: black;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-secondary {
    color: white !important;
    background-color: #F2799A;
    text-decoration: none;
    border: 1px solid #F2799A;
}

.btn-secondary:hover {
    color: #F2799A !important;
    background-color: white;
    text-decoration: none;
    border: 1px solid #F2799A;
}

.mix-blend-multiply {
}

.navbar {
    max-width: 90%;
    min-width: 90%;
    padding: 0.8rem 1rem;
    position: relative !important;
}

.navbar .navbar-brand {
    margin: 0;
}

.navbar .navbar-brand img {
    height: 4rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #020204;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    position: relative;
}

.navbar-light .navbar-nav .nav-item.about .nav-link {
    color: #F2799A;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.navbar-light .navbar-nav .nav-item.about .nav-link:hover {
    color: #020204;
}

.navbar-nav .nav-link.newCollectionMenu:hover {
    color: #000000;
}

.navbar-nav .nav-link:not(.newCollectionMenu):hover {
    font-weight: 700;
}

.container-menu .navbar-nav .nav-link:not(.newCollectionMenu):hover::before {
    content: "";
    width: 50%;
    height: 2px;
    background-color: black;
    bottom: 0;
    position: absolute;
    z-index: 1001;
}

.container-menu .navbar-nav .dropdown-item:hover::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: black;
    display: inline-block;
}

.navbar-nav .nav-link:not(:first-child) {
    display: none !important;
}

.navbar-light .navbar-nav .newCollectionMenu {
    color: #000000;
    font-weight: 400;
}

.newCollectionMenu {
    border-left: 1px solid #000000;
}

.menuActive {
    color: #F2799A !important;
    font-weight: 700 !important;
}

.nav-link.menuActive::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #F2799A !important;
    top: 35px;
    position: absolute;
    z-index: 1001;
}

.dropdown-item.menuActive::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #F2799A !important;
    display: inline-block;
}

.navbar i {
    font-size: 24px;
    cursor: pointer;
}

#icons-nav a {
    color: black;
    text-decoration: none;
}

#icons-nav .icon-user.logged {
    color: #F2799A;
}

#carouselExampleControls {
    height: 100vh;
}

.carousel-item {
    height: 100vh;
}

.carousel-item img {
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    top: 45%;
    left: 6%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-caption .carousel-title {
    font-size: 45px;
}

.white-line {
    border-bottom: 2px solid white;
}

.carousel-caption .carousel-description {
    font-size: 20px;
}


/* cart view */
.cart-view {
    padding-bottom: 64px;
}

.cart-view .cart-item h3 {
    text-align: left;
}

.cart-view h6 {
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-bottom: 0;
    position: relative;
}

.cart-view h6.old-price {
    display: inline-block;
}

.cart-view h6.old-price .price {
    color: #B3B3B3;
    font-weight: 400;
    position: relative;
}

.cart-view h6.old-price::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #B3B3B3;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
}

.cart-view .cart-item h3 {
    font-size: 20px;
}

.cart-view .cart-item h6 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}

.cart-view .cart-item .total span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #F2799A;
}

.cart-view .cart-item, .cart-view .cart-item-header {
    padding: 14px 12px;
    border-bottom: 1px solid black;
}

.cart-view .cart-item-header {
    text-transform: uppercase;
    border-top: 1px solid black;
}

.cart-view .cart-item .image {
    height: 64px;
    max-width: 100%;
}

.cart-view .cart-item .image img {
    max-height: 64px;
}

.cart-view .cart-item h3 {
    margin-bottom: 0;
}

.cart-view .cart-item h3 a {
    color: black;
}

.cart-view .cart-item .delete-item button {
    border: none;
    background-color: transparent;
    font-size: 24px;
    color: lightgray;
    font-weight: 400;
}

.cart-view .cart-item .quantity input {
    max-width: 80px;
    height: 40px;
    text-align: center;
}

/* Search Form */
.search-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1050;
    overflow: hidden;
    transition: ease all 0.25s;
}

.search-bg .search-form-container {
    margin-top: 0;
    width: 100%;
    background: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-bg .search-form-container .search-close-btn i {
}

.search-bg .search-form-container .search-form {
    margin-top: 0;
    padding: 0;
    text-align: left;
    position: relative;
}

.search-bg .search-form-container .search-form h3 {
    text-transform: uppercase;
}

/*.search-bg .search-form-container .search-form h3,
.search-bg .search-form-container .search-form h5 {
color: #66b037;
}*/
.search-bg .search-form-container .search-form .search-close-btn {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -30px;
    right: -100px;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    transition: all .3s;
    border-radius: 50%;
}

.search-bg .search-form-container .search-form .search-close-btn i {
    color: white;
    border-radius: 50%;
}

.search-bg .search-form-container .search-form .search-close-btn:hover i {
    color: red;
    transition: ease 0.25s all;
}

.search-bg .search-form-container .search-form .search-close-btn:focus {
    outline: none;
}

.search-bg .search-form-container .search-form form {
    padding: 0;
}

.search-bg .search-form-container .search-form input {
    width: 70%;
    padding: 7.5px;
    border-radius: 5px;
    background-color: #e6e6e6;
    margin: 0;
    outline: none;
    display: inline;
}

.search-bg .search-form-container .search-form input:focus {
    outline: none;
}

.search-bg .search-form-container .search-form .search-btn {
    margin: 0;
    border: none;
    background-color: #66b037;
    display: inline;
    transition: ease 0.25s all;
    vertical-align: middle;
    min-height: 3.5em;
    padding: 7.5px;
    border-radius: 5px;
}

.search-bg .search-form-container .search-form .search-btn.btn-success,
.search-bg .search-form-container .search-form .search-btn.btn-success:active,
.search-bg .search-form-container .search-form .search-btn.btn-success.active {
    background-color: #66b037 !important;
    color: #FFFFFF !important;
}

.search-bg .search-form-container .search-form .search-btn.btn-success:before,
.search-bg .search-form-container .search-form .search-btn.btn-success:hover,
.search-bg .search-form-container .search-form .search-btn.btn-success:focus,
.search-bg .search-form-container .search-form .search-btn.btn-success.focus {
    background-color: #447625 !important;
    color: #FFFFFF !important;
}

.search-bg .search-form-container .search-form .search-btn.btn .mbr-iconfont {
    font-size: 33px !important;
}

.search-bg .search-form-container .search-form .search-btn > span {
    padding: 6.5px 30px;
    height: auto;
    display: block;
}

.search-bg .search-form-container .search-form .search-btn i {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 33px;
    transition: ease 0.25s all;
}

.search-bg .search-form-container .search-form .search-btn:hover i {
}


#slide-banner-products {
    margin-bottom: 5%;
}


.product {
    display: block;
    width: 100%;
    padding: 0;
    border: 1px solid #cccccc;
    /*margin: 13px;*/
    text-align: center;
    position: relative;
    background-color: white;
}

.product .image {
    background-color: #FFFFFF;
    display: inline-block;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.product .wrap {
    padding: 0;
}

.product .image .tags {
    position: absolute;
    width: 93%;
    color: white;
    font-size: 14px;
    top: 20px;
    left: 0;
    z-index: 99;
}

    .product .image .tags .new-collection {
        background-color: #000000;
        padding: 5px 10px;
    }

.product .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.product .info-actions {
}

.info-price span {
    color: #F17899;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
    font-size: 17px;
}

.info-price .currency {
    margin-left: 10px;
}

.info-price p {
    color: lightgray;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
    text-transform: lowercase;
    font-size: 30px;
    margin: 0;
}

.product .info-center{
    display: inline-block;
}

.product .info-center .category {
    font-size: 10px;
    color: gray;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.product .info-center i {
    font-size: 24px;
}

.product .info-center .icon-shopping-bag-full, .product .info-center .wished {
    color: #F17899;
}

.product .info-title {
    min-height: 42px;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product .wish-list {
    position: relative;
    z-index: 1;
}

.product:hover {
    /*box-shadow: 0px 0px 15px #ededed;*/
    color: #52BDBC !important;
    border-color: transparent;
}

.product:hover .info-center .category {
    color: #52BDBC !important;
}

.product:hover .info-price.font-regular span {
    color: #52BDBC !important;
}

.product:hover .info-price p {
    color: #52BDBC !important;
}

.product:hover::after {
    content: "";
    /*box-shadow: inset 0px 0px 15px #52BDBC;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #52BDBC;
}

.product:hover .image {
    opacity: 0.4;
}

.product.com-flex {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1;
}

.product.com-flex .info-title {
    min-height: unset;
}

.product.com-flex .info-bottom {
    margin-top: auto;
}

.input-qtd {
    border: 1px solid lightgrey;
    padding: 6px 18px;
}

.input-qtd input {
    padding: 0 !important;
    text-align: center
}

.input-qtd span {
    cursor: pointer;
}

#inspire-container {
    background-color: #FBFBFB;
    padding: 5% 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-height: fit-content;
}

#inspire-container .image-div{
    width: 100%;
    height: unset;
    padding-top: unset;
    position: relative;
}

#inspire-container .product .info-title {
    margin-bottom: 0 !important;
}

#inspire-container .product .info-center .row {
    margin-bottom: 5px !important;
}

#anouncement-container .row > div a {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    padding-top: 50%;
}

#anouncement-container .row > div img {
    position: absolute;
    top: 0;
    left: 0;
}

#anouncement-container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#anouncement-container .info {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 65%;
}

#anouncement-container .info h5 {
    color: white;
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
    text-shadow: 1px 1px #000000;
    font-size: 29px;
}

#anouncement-container .info h3 {
    color: white;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 1px #000000;
    font-weight: 300;
    font-size: 29px;
    text-transform: uppercase;
}

#works-container img {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
}

#works-container a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#works-container a:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, .6);
}

#works-container .half-row {
    height: 50%;
}

#works-container .info-works {
    position: absolute;
    top: 20px;
    left: 30px;
}

.banner h2 {
    font-size: 34px;
}


#works-container .image-1 {
    padding-top: 43.75%;
    height: 0;
}

#works-container .image-2 {
    padding-top: 42.5%;
    height: 0;
}

#works-container .image-3 {
    padding-top: 45.2%;
    height: 0;
}

.image-1, .image-2, .image-3 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#works-container .info-works h4 {
    color: black;
}

#works-container .images h4 {
    font-size: 1.5rem;
    font-weight: 300;
}

#works-container .images img:hover {
    opacity: 0.5;
    transform: scale(1.03);
}

#footer {
    margin-top: 3%;
    max-width: 90%;
    min-width: 90%;
}

#footer i {
    cursor: pointer;
    font-size: 28px;
    color: lightgray;
    padding-right: 25px;
}

#newsletter-form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    padding: 10px;
}

#newsletter-form button {
    background-color: white;
    padding: 10px 50px;
    border: 1px solid black;
    text-transform: uppercase;
    height: max-content;
}

#newsletter-form button:hover {
    background-color: black;
    color: white;
}

#newsletter-form a:hover {
    background-color: black;
    color: white;
}

#credits {
    padding: 0 10%;
    margin-bottom: 3%;
    border-top: 1px solid black;
}

#credits .subtitle {
    font-size: 13px;
    color: lightgray;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

#credits h2 {
    color: #c0c0c0 !important;
}

#credits a {
    color: #000000;
}

#credits a.active {
    color: #F17899;
}

#footer .title {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
}

#footer .subtitle {
    font-size: 20px;
}

#search-form input {
    border: none;
    border-bottom: 1px solid black;
    background-color: white;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    padding: 0;
    line-height: 1;
}

#search-form input {
    width: 75%;
    border: none;
    border-bottom: 1px solid black;
}

#search-form button {
    background-color: white;
    padding: 5px 40px;
    border: 1px solid black;
}

#search-form button:hover {
    background-color: black;
    color: white;
}

#search-form a:hover {
    background-color: black;
    color: white;
}

#short-banner {
    min-height: 25vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#short-banner .filter {
    width: 100%;
    background-color: white;
    height: 100%;
    position: absolute;
    opacity: 0.5;
}

#short-banner h2 {
    z-index: 100;
}


.reserved-area .menubtn .btn {
    border: 1px solid black;
    border-radius: 0;
    width: 100%;
}

.reserved-area .menu .selected .nav-link {
    color: #F17899;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown:hover .nav-link {
    font-weight: 700!important;
}

    .dropdown:hover .nav-link::before {
        content: "" !important;
        width: 50% !important;
        height: 2px !important;
        background-color: black !important;
        bottom: 0 !important;
        position: absolute !important;
        z-index: 1001 !important;
    }
.dropdown-menu {
    border-radius: 0;
    border: 0;
    margin-top: 0 !important;
}

.com-imagem img {
    width: 50px;
    height: 50px;
}

.select2 .select2-selection {
    height: auto;
}

.select2 .select2-selection__arrow {
    top: 12px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered .com-imagem img {
    position: absolute;
    top: 1px;
    left: 1px;
}

.select2-container .select2-selection--single .select2-selection__rendered .com-imagem span {
    padding-left: 3rem;
    color: black !important;
}

.select2-results__option .com-imagem span {
    padding-left: 10px;
}

.select2-selection__rendered:focus, .select2-selection:focus {
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span {
    color: black;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span.price {
    color: black;
}

.colors-row img {
    cursor: pointer;
    z-index: 999;
    width: 13px;
    height: 13px;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0 0 5px #b3b3b3;
}

.colors-row img:hover {
    border: 1px solid #52BDBC !important;
}

#product-index .product-title {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
}

#product-index .product-price {
    color: #F17899;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
}

#product-index .promo-price {
    color: lightgrey;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-decoration: line-through;
}

#product-index #conditional-btn {
    background-color: #FF7A9F;
    font-family: 'Dancing Script', cursive;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    width: 100%;
}

#product-index #conditional-btn span {
    padding: 10px;
}

#product-index .main-image {
    object-fit: contain;
    object-position: top;
}

.checkout .menu .item .nav-link {
    font-size: 1.3rem;
}

.checkout .menu .item.selected a {
    color: #F87DA9 !important;
}

.slick-inspire .slick-slide {
    display: flex;
}

.slick-inspire ul.slick-dots li button {
    font-size: 0;
    border: 0;
    background-color: transparent;
    display: none;
}

.slick-inspire ul.slick-dots {
    text-align: end;
}

.slick-inspire ul.slick-dots li {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    width: 60px;
    height: 2px;
    background-color: lightgray;
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
}

.slick-inspire ul.slick-dots li.slick-active {
    height: 4px;
}

.carousel-indicators li {
    width: 110px;
    height: 3px;
    background-color: white;
}

.carousel-indicators .active {
    height: 5px;
}

.noUi-horizontal {
    height: 5px;
}

.noUi-connect {
    background-color: black;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    right: -5px;
    top: -7px;
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.noUi-handle {
    border-radius: 25px;
    box-shadow: none;
    background-color: white;
    border-color: #000000;
}

.products-contacts-form {
    background-color: #F7F7F7;
}

input.error + label {
    color: red;
}

input.input-validation-error {
    border-color: red;
}

.field-validation-error {
    color: red;
}

.products-contacts-form .gdpr-block {
    padding-left: 5px;
    padding-right: 5px;
}

/* share */
.share {
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 2px 5px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 transparent;
    font-size: 34px;
}

.share[aria-expanded="true"] {
    border-color: #ededed;
}

.share #share-icons {
    font-size: 20px;
}

.btn-loading span {
    font-weight: inherit;
}

.btn-loading i,
.btn-loading:disabled span,
.btn-loading.disabled span {
    display: none;
}

.btn-loading:disabled i,
.btn-loading.disabled i,
.btn-loading span {
    display: block;
}

.body-erro .share,
.body-error .share {
    display: none;
}

.container-menu {
    position: fixed;
    z-index: 1000;
    background-color: white;
    top: 0;
}

.auth-view p {
    font-size: 1.3rem;
    font-weight: 300;
}

.form-group-2 input {
    height: inherit;
}

.hytPlayerWrap {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.hytPlayerWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.slick-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.main-slick .main-slick-item{
    height: 100%;
    position: relative;
}

.main-slick .main-slick-item img{
    margin: auto;
}

.slick-vertical span {
    cursor: pointer;
    font-size: 20px;
    margin: 10px;
}

.share-col {
    margin-top: 7px;
}

.banner {
    margin-top: 9%;
}

.banner h2 a:last-of-type {
    font-weight: 500;
}

#entrega-condicional {
    font-size: 50px;
    margin-top: 5px;
}

.pagination .page-item a {
    display: flex;
    height: 100%;
    align-items: center;
    color: black;
    cursor: pointer;
}

.pagination .page-item.ative a {
    color: white;
    background-color: black;
    border: 1px solid black;
}

@media (min-width: 1800px) {
    .navbar-expand-xxxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xxxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xxxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-xxxl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (min-width: 1600px){
    .navbar-expand-xxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    /*.navbar-collapse {*/
    /*    position: absolute;*/
    /*    background-color: white;*/
    /*    top: 100%;*/
    /*    padding: 2rem;*/
    /*    left: 0;*/
    /*}*/
    
    .dropdown-menu {
        position: absolute !important;
    }
}


@media (max-width: 375px) {
    .navbar {
        max-width: 100%;
        min-width: 100%;
    }

    .navbar .navbar-brand {
        margin: 0;
    }

    .navbar .navbar-brand img {
        height: 3rem;
    }
}

.conditional-delivery {
    border: 2px solid #52BDBC;
}

.conditional-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.slick-inspire-products .slick-track {
    height: fit-content;
    display: flex;
}

.slick-inspire-products .slick-track .slick-slide {
    height: auto;
}

.inspire-product .slick-track {
    height: fit-content;
    display: flex;
}

.inspire-product .slick-track .slick-slide {
    height: auto;
    display: flex;
    flex: 1;
}

input.hide-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-radio:checked,
.custom-radio:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio:checked + label,
.custom-radio:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.custom-radio:checked + label:before,
.custom-radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom-radio:checked + label:after,
.custom-radio:not(:checked) + label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #F87DA9;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.filter-categories input[type="radio"]:checked + label {
    color: #F17899;
}

.conditional-info {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

#place-form label {
    font-size: 0.8rem;
    font-weight: 300;
}

.navbar-toggler-icon {
    height: 2em;
    width: 2em;
}

.navbar-light .navbar-toggler {
    border-color: #F17899;
    padding: 0.4rem 0.4rem;
}

.category-submenu label {
    color: lightgrey;
}

.page-link {
    border: 0;
}

@media (max-width: 1921px) {
    .inspire-product .slick-track {
        height: fit-content;
        display: flex;
    }

    .slick-inspire-products .slick-track {
        height: fit-content;
        display: flex;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .inspire-product .slick-track {
        height: fit-content;
        display: flex;
    }

}

.slick-vertical .slick.list{
    width: 100%;
}

.slick-vertical .slick-slide {
    height: 180px;
}

.slick-vertical .slick-slide img {
    height: 100%;
    object-fit: cover;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\e914";
    font-family: 'icomoon';
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.dropdown-item:hover {
    background-color: white;
}

.hytPlayerWrap {
    text-align: center;
}

.select2.input-validation-error .select2-selection {
    border-color: red !important;
}

.modal-dialog {
    max-width: 25% !important;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
    flex-direction: column;
    align-items: center;
}

.modal-footer a, .modal-footer button {
    width: 70%;
    margin-top: 5px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.modal-content {
    padding: 1rem;
}

.img-gallery {
    position: relative;
}

.img-gallery .overlay {
    display: none;
}

.img-gallery.slick-current .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, .6);
}

#delivery-zip-code {
    padding: 10px;
}

#accordionResumo .card {
    border: 0;
}

#product-index .icons .icon-whislist {
    font-size: 34px;
}

.filter-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
}

.filter-overlay.show {
    position: absolute;
    visibility: visible;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 1;
    transition: all 0.6s;
    background-color: rgba(0, 0, 0, 0.6);
}

.ask-informations {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 10000;
    transition: all 1s;
    max-width: 100%;
    width: 300px;
    padding: 32px 32px 64px 32px;
    overflow-y: scroll;
}

.ask-informations.show {
    left: 0;
}

.ask-informations .icon-close {
    cursor: pointer;
}

.product .info-top .promo {
    position: absolute;
    right: 0;
    bottom: 20px;
    left:0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
}

.product .info-top .promo span{
    color: #52BDBC;
    border: 1px solid #52BDBC;
    border-radius: 5px;
    padding: 5px 15px;
}

.product .old-price {
    font-weight: 300;
    color: lightgray;
    text-decoration: line-through;
    font-size: 14px;
}

#product-index .titleLine {
    font-size: 30px;
}

.modal.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal .modal-dialog {
    min-width: 25rem;
}

.inpire-block .block-image {
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

.products-contacts-form textarea{
    min-height: 100px;
}

.login-container, .cart-view, #product-index{
    margin-top: 8%;
}

#slide-banner-products{
    margin-top: 5%;
}

/*.reserved-area .product{*/
/*    height: 400px;*/
/*    min-height: 400px;*/
/*}*/


#orders-accordion .card-body{
    padding: 0;
}

#orders-accordion .card-body .row{
    padding: 1.25rem;
}

@media (max-width: 1199px) {
    

    #works-container .images h4 {
        font-size: 1.3rem;
    }
}

@media (max-width: 1200px) {
    #newsletter-form input[type=email] {
        width: 100%;
    }

    #anouncement-container .info h5 {
        font-size: 23px;
    }

    #anouncement-container .info h3 {
        font-size: 21px;
    }

    #works-container .images h4 {
        font-size: 1rem;
    }

    .banner {
        margin-top: 13%;
    }

    .login-container, .cart-view, #product-index{
        margin-top: 13%;
    }
}

@media (max-width: 1025px) {
    #results .product {
        
    }

    #works-container .info-works {
        left: 10px;
    }

    #credits a {
        font-size: 0.9rem;
    }

    .product .info-title {
        font-size: 18px;
    }

    .product .info-center .category {
        font-size: 11px;
    }

    .info-price span {
        font-size: 17px;
    }

    .product .img-wrap .tags {
        font-size: 15px;
    }


    .banner h2 {
        font-size: 27px;
    }

    #product-index .product-title {
        font-size: 27px;
    }

    .product .image {
       
    }

    .products-contacts-form h1 {
        font-size: 2rem;
        font-weight: 400;
    }

    .products-contacts-form .description {
        font-size: 0.9rem;
    }

    .products-contacts-form .textGDPR {
        font-size: 13px;
    }

    .modal-dialog {
        max-width: 40% !important;
    }

    .reserved-area .menubtn .btn {
        padding: 0.8rem 1rem;
    }

    .reserved-area p.first {
        font-size: 1.5rem;
    }

    #footer .title {
        font-size: 35px;
    }

    .slick-vertical .slick-slide {
        height: 90px;
    }

    .main-slick .slick-track {
    }

    .share-col {
        margin-top: 9px;
    }

    #entrega-condicional {
        font-size: 35px;
        margin-top: 10px;
    }

    .share {
        font-size: 28px;
    }

    #product-index .icons .icon-whislist {
        font-size: 28px;
    }
}


@media (max-width: 991px) {
    .inspire-product:nth-child(n+5) {
        display: none;
    }

    #anouncement-container, #works-container {
        margin-top: 5rem !important;
    }

    #works-container .images h4 {
        font-size: 1.7rem;
    }

    #anouncement-container .info h5 {
        font-size: 30px;
    }

    #anouncement-container .info h3 {
        font-size: 25px;
    }

    .slick-vertical .slick-slide {
        height: 190px;
    }

    #anouncement-container .row > div a {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0;
        padding-top: 50%;
    }
}

@media (max-width: 767.98px) {
    #inspire-container .image-div {
        width: 100%;
        height: 0;
        padding-top: 100%;
        position: relative;
    }
}

@media (max-width: 768px) {

    .btn {
        padding: 0.8rem 2rem;
    }

    .input-qtd {
        padding: 5px 5px;
    }

    #results .product {
        
    }

    #works-container .half-row {
        height: unset;
    }

    .product {
        margin: 0;
    }

    #newsletter-form .form-row .form-row {
        width: 100%;
    }

    #newsletter-form button {
        width: 100%
    }

    #footer {
        margin-top: 5%;
        margin-bottom: 3%;
    }
    
    #footer .form-row{
        flex-wrap: nowrap;
    }

    .colors-row img {
        width: 13px;
        height: 13px;
    }

    #works-container .image-1 {
        padding-top: 73.75%;
    }

    .product .image {
       
    }

    .product .info-title {
        font-size: 17px;
    }

    #works-container .images h4 {
        font-size: 2rem;
    }

    .banner {
        margin-top: 15%;
    }

    #product-index .titleLine {
        font-size: 22px;
    }

    .login-container, .cart-view, #product-index{
        margin-top: 20%;
    }

    #slide-banner-products{
        margin-top: 5%;
    }

    .slick-inspire-products .slick-track{
        height: fit-content;
        display: flex;
    }

    #inspire-container {
        background-color: #FBFBFB;
        padding: 5% 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-height: 1750px;
    }

    #anouncement-container .row > div a {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0;
        padding-top: 50%;
    }
}

@media (max-width: 475px) {
    
    #product-index.max-90{
        max-width: 100%;
    }

    #inspire-container {
         max-height: unset; 
    }

    #footer {
        margin-top: 15%;
        margin-bottom: 10%;
    }

    .navbar {
        padding: 0.8rem 0;
    }

    .banner {
        margin-top: 30%;
    }

    .carousel-caption {
        top: 40%;
    }

    .carousel-caption .carousel-title {
        font-size: 33px;
    }

    .carousel-caption .carousel-description {
        font-size: 17px;
    }

    #anouncement-container .info h3{
        font-size: 17px;
    }

    #works-container .images h4{
        font-size: 1rem;
    }
    
    .navbar-collapse{
        position: unset;
    }

    .dropdown-menu{
        position: static !important;
    }

    .banner h2{
        font-size: 21px;
    }

    #slide-banner-products{
        margin-top: 15%;
    }

    .login-container, .cart-view, #product-index{
        margin-top: 30%;
    }

    #product-index{
        margin-top: 40%;
    }

    .reserved-area p.first{
        font-size: 1.2rem;
    }

    #results .product {
       
    }
    
    #product-index .goback{
        font-size: 14px;
    }

    #footer {
    }

    #results .product .image {
        height: 200px;
        min-height: 200px;
    }

    .product .img-wrap .tags {
        font-size: 14px;
    }

    .main-slick .slick-track {
         height: unset; 
    }

    .product .image .tags{
        font-size: 12px;
    }
}

.related-title {
    font-size: 16px;
    color: #53bdbd;
    text-transform: uppercase;
}
.related-product {
    background-color: #fff;
    border-radius: 7px;
    margin-bottom: 7px;
    border: 1px solid #eee;
}
.related-product.checked {
    border-color: #53bdbd;
}
.related-product-lt {
    position: relative;
    padding: 0;
}
.related-product-lt input {
    /*width: 23px;
    height: 23px;
    cursor: pointer;
    display: inline-block;
    margin-left: 13px;
    margin-right: 12px;
    position: relative;
    top: 5px;*/
}
.related-product-lt input.form-control:focus {
    border-color: unset;
    box-shadow: unset;
}
.related-product-img {
    position: relative;
    height: 90px;
    width: 90px;
    padding: 0;
    display: inline-block;
}
.related-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#product-index .related-product .product-price {
    font-size: 20px;
}
#product-index .related-product .promo-price {
    font-size: 15px;
}
#product-index .promo-tag{
    color: #52BDBC;
    border: 1px solid #52BDBC;
    border-radius: 5px;
    padding: 5px 15px;
    display:inline-block;
}


.checkbox-fix {
    position: relative;
    display: flex;
    width: 23px;
    height: 23px;
    cursor: pointer;
    overflow: hidden;
    margin-left: 13px;
    margin-right: 12px;
    cursor: pointer;
}
.checkbox-fix::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.related-product.checked .checkbox-fix::after {
    /*background-color: rgba(83, 189, 189, 0.5);*/
    background-color: #53bdbd;
    border-color: #53bdbd;
    mix-blend-mode: color;
}
.checkbox-fix input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}
.related-product.checked .checkbox-fix input {
    opacity: 0.6;
}
.related-product-title {
    line-height: normal;
}