:root {
    --primary: #305585;
    --secundary: #e4e4e4;
}

::selection {
    color: #fff;
    background: var(--primary) !important;
}

body {
    overflow-x: hidden;
}

nav {
    /* border-bottom: 1px solid #000; */
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 12px 0px rgb(129 129 129 / 35%);
    -moz-box-shadow: 0 2px 12px 0px rgb(129 129 129 / 35%);
    box-shadow: 0 2px 12px 0px rgb(129 129 129 / 35%);
}

nav ul li a {
    position: relative;
    color: #305585;
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

nav ul li a:focus,
nav ul li a:hover {
    color: #4e616b !important;
    font-size: 12px !important;
    text-decoration: none !important;
    -webkit-transition: all .5s ease !important;
    -moz-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

nav ul li a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

nav ul li a.special-header:hover:after {
    opacity: 0;
}

nav ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

img {
    max-width: 100%;
}

.underline-effect {
    cursor: pointer;
    position: relative;
    color: var(--primary);
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.underline-effect:focus,
.underline-effect:hover {
    text-decoration: none !important;
    -webkit-transition: all .5s ease !important;
    -moz-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.underline-effect:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.underline-effect:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}


.sub-navbar {
    position: absolute;
    top: 101%;
    left: 0;
    background: white;
    width: 100vw;
    height: 0px;
    opacity: 0;
    z-index: 9999999;
    transition: height 0.5s, opacity 0.5s;
    -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .10);
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .10);
    pointer-events: none;
    padding: 2em;
}

.sub-navbar.active {
    opacity: 1;
    height: auto;
    pointer-events: all;
}

.w-fit-content {
    width: fit-content;
}

.footer {
    background-color: #305585;
}

.navbar-language-selector {
    right: 3.5rem !important;
    flex-direction: row;
    top: -8px;
}

.navbar-language-selector>li {
    padding: .3em;
}

.navbar-actions {
    flex-direction: row;
    padding: .3em;
}

.navbar-actions>li {
    padding: .3em;
}

.text-store-secondary {
    color: var(--secundary) !important;
}

.product-page-container [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.product-page-container [type=radio]+img {
    cursor: pointer;
    outline: 0.5px solid #305585;
}

.product-page-container [type=radio]:checked+img {
    outline: 2px solid #305585;
}

.carousel-indicators li {
    background-color: #FF9800;
}

.nav-search-input {
    outline: 0;
    position: relative;
    opacity: 0;
    right: 0;
    width: 0;
    transition: all 0.5s;
}

.nav-item:hover input,
.nav-item input:focus {
    opacity: 1;
    width: inherit;
    z-index: 2;
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: var(--secundary) !important;
    border-color: var(--secundary) !important;
}

.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus+.ant-checkbox-inner {
    border-color: var(--secundary) !important;
}

.footer-icons-links .fa-stack {
    font-size: 0.7em !important;
    color: white;
}

.discover-container {
    background-image: url(../images/padrao.jpg);
    background-repeat: repeat;
    border-top: solid 1px #dadee8;
    border-bottom: solid 1px #dadee8;
}

.product-descover {
    padding: 5% 5% 0% 5%;
}

.product-descover>div:nth-child(1) {
    background: white;
    border: 2px solid #e19768;
    box-shadow: 0px 0px 0px 0px #e19768;
    transition: all 0.5s;
}

.product-descover>div:nth-child(1):hover {
    background: white;
    box-shadow: 3px 3px 7px 0px #e19768;
}

.product-descover>div>p {
    padding: 5% 0% 10% 0;
    color: #e19768;
}

.product-descover-button {
    top: 90%;
    left: 40%;
    transform: rotate(0deg);
    transition: all 0.5s;
}

.product-descover-button:hover {
    top: 90%;
    left: 40%;
    transform: rotate(90deg);
}

.promotion-container {
    border: 2px dashed var(--secundary);
    padding: 15px;
}

.old-price {
    text-decoration: line-through;
    color: #979da0;
}

.root-category-card {
    padding: .5rem;
    overflow: hidden;
    min-height: 100px;
}

.root-category-card>div {
    background: #f3f3f3;
    place-items: center;
    justify-content: space-evenly;
    height: 100%;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
}

body>.container {
    min-height: 80vh;
}

.navbar-submenu {
    list-style: none;
    padding: 0;
}

.special-header {
    padding: 0 !important;
    color: var(--primary) !important;
    margin-bottom: 0.5em !important;
    font-weight: 500 !important;
    font-size: 1.1em !important;
}

.special-header:hover {
    font-size: 1em !important;
}

.display-inline {
    float: left;
}

.min-container-height {
    min-height: 100vh;
}

.card-success .ant-card-head {
    background: var(--success);
    color: white;
}

.card-info .ant-card-head {
    background: var(--info);
    color: white;
}

.image-product-container {
    margin-bottom: 30px;
}

@media only screen and (max-width: 900px) {
    .image-product {
        height: 100%;
        object-fit: cover;
    }
}

.loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}


@keyframes ldio-jzrmhmbtmb {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 18px;
        left: 18px;
        width: 156px;
        height: 156px;
        opacity: 0;
    }
}

.ldio-jzrmhmbtmb div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio-jzrmhmbtmb 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ldio-jzrmhmbtmb div:nth-child(1) {
    border-color: var(--primary);
}

.ldio-jzrmhmbtmb div:nth-child(2) {
    border-color: var(--secundary);
    animation-delay: -0.5s;
}

.loadingio-spinner-ripple-u4isk0oh5pk {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}

.ldio-jzrmhmbtmb {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

.ldio-jzrmhmbtmb div {
    box-sizing: content-box;
}

.alerts-container p {
    margin: 0;
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 900px) {
    .attributes-container {
        position: fixed;
        top: 0;
        background: white;
        width: 100%;
        left: 0;
        padding: 15px;
    }

    .input-attribute-group {
        width: 49%;
        display: inline-block;
    }

    #buy-button {
        position: fixed;
        bottom: 0;
        margin-bottom: 0;
        width: 100%;
        left: 0;
        height: 60px;
        opacity: 1;
        z-index: 9;
        background-color: var(--primary);
        border: 2px solid white;
    }
}

.cart-badge {
    position: absolute;
    background: red;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 20px;
    right: -6px;
    top: 4px;
    transform: scale(0.8);
}

@media only screen and (max-width: 900px) {
    .ant-tabs-bar.ant-tabs-left-bar {
        width: 100%;
        min-width: unset;
    }

    .ant-tabs .ant-tabs-left-bar .ant-tabs-tab {
        text-align: center !important;
    }

    .ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,
    .ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
        width: 6px !important;
    }

    .ant-tabs .ant-tabs-left-bar {
        margin-bottom: 30px !important;
    }

    .ant-tabs .ant-tabs-left-content {
        padding-left: 1px !important;
        border-left: 1px solid #e8e8e800 !important;
    }
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav {
    min-width: 240px;
}

.blog-main-title {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.blog-main-title-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.fav-cart-label {
    width: 0;
    display: inline-block;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    user-select: none;
}

.fav-cart-container:hover {
    cursor: pointer;
}

.fav-cart-container:hover>span {
    width: 50px;
    opacity: 1;
    pointer-events: all;
}

.faved {
    color: #ef5350;
    animation-name: faved-scale;
    animation-duration: 0.5s;
}

.faved>.fav-cart-label {
    animation-name: faved-scale-label-correction;
    animation-duration: 0.5s;
}

@keyframes faved-scale {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

@keyframes faved-scale-label-correction {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1.0);
    }
}

.pagination-links nav {
    border-bottom: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.products-view {
    top: 0;
    right: 0px;
}

.category-title-container {
    position: fixed;
}

@media only screen and (max-width: 900px) {
    .products-view {
        top: -50px;
    }

    .col-md-12.hover-img.deferred-loading.p-0 {
        margin-bottom: 1em;
    }

    .cart-fav-buttons>a {
        margin-left: 15px;
    }
}

.pagination-links nav {
    border: none;
    box-shadow: none;
    float: right;
}

.close-filters {
    display: none;
}

.category-title-container {
    position: fixed;
}

.open-filters-button {
    display: none;
}


#filter-container::-webkit-scrollbar {
    width: 6px;
}

#filter-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#filter-container::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 10px;
}

#filter-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#filter-container {
    width: 20%;
    max-width: 300px;
}

@media only screen and (max-width: 991px) {

    .col-md-3 {
        width: 50%;
    }

    .open-filters-button {
        position: fixed;
        z-index: 9;
        bottom: 60px;
        left: -2px;
        display: block;
    }

    #filter-container {
        position: fixed !important;
        max-width: initial;
        z-index: 9;
        background: white;
        width: 100%;
        padding: 15px;
        min-height: 70vh;
        bottom: 0;
        left: -105vw;
        transition: left 0.5s;
    }

    #filter-container.open {
        left: 0;
    }

    .category-title-container {
        position: relative;
    }

    .close-filters {
        display: block;
    }
}

.footer-icons-links i {
    font-size: 1.5em;
}

.category-title {
    width: 273px;
}

.account-card {
    box-shadow: 10px 9px 20px 4px #0000001a;
    padding: 2em;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: all 0.5s;
}

.account-card:hover {
    box-shadow: 10px 9px 12px 0px #00000033;
}

.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-radius: 50%;
}

.ui-widget.ui-widget-content {
    height: 8px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em !important;
}

.ui-slider .ui-slider-handle {
    width: 1em !important;
    height: 1em !important;
}

.ui-widget-header {
    background: var(--primary) !important;
}

#category-title {
    color: var(--primary);
}

.breadcrumbs,
.root-category-card>a {
    text-transform: capitalize;
}

.nav-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.input-group-append.search-icon {
    margin-left: -27px;
    z-index: 9;
}

.icon-change-effect {
    position: relative;
}

.icon-change-effect>svg:nth-child(1) {
    opacity: 1;
    width: 100%;
    transition: opacity 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.icon-change-effect>svg:nth-child(2) {
    opacity: 0;
    width: 100%;
    transition: opacity 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.icon-change-effect:hover>svg:nth-child(1) {
    opacity: 0;
}

.icon-change-effect:hover>svg:nth-child(2) {
    opacity: 1;
}

.product-quick-view {
    opacity: 0;
    box-shadow: 6px 4px 20px 1px #ebe6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white !important;
    transition: all 0.5s;
    height: 30px;
    border: solid 1px silver;
    border-radius: 500px;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    box-shadow: 3px 2px 6px 0px #0000001c;
}

.product-container {
    box-shadow: 3px 2px 6px 0px #0000001c;
    border-radius: 5px;
}

.product-container:hover .product-quick-view {
    opacity: 1;
}

.product-quick-view svg {
    mix-blend-mode: difference;
}

.product-quick-view:hover {
    background-color: #f1f3f7 !important;
}

.product-quick-view:hover .icon-change-effect>svg:nth-child(1) {
    opacity: 0;
}

.product-quick-view:hover .icon-change-effect>svg:nth-child(2) {
    opacity: 1;
}

.product-promotion-tag {
    background: var(--primary);
    color: white;
    padding: 0 4px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}

.current-price {
    font-size: 1.4em;
}

.store-tooltip {
    height: inherit !important;
    box-shadow: 4px 4px 5px #c1c1c175 !important;
    border-radius: 5px !important;
    border-color: #c0c0c07d !important;
    font-family: inherit !important;
    width: 250px !important;
    text-align: center;
}

.remove-paragraph-margin>p {
    margin: 0;
}

.content-card {
    min-height: 70vh;
    background: white;
    padding: 30px;
    border-radius: 5px;
}

.ant-empty-normal .ant-empty-image {
    display: flex;
    justify-content: center;
}

.ant-menu-inline {
    border-radius: 5px;
}

.ant-avatar-square {
    border-radius: 5px 5px 0 0;
}

.ant-card {
    border-radius: 5px;
}

#filter-container {
    position: sticky;
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 5px 3px 8px 0px #0000001a;
    background-color: white;
}

input[type=checkbox],
input[type=radio] {
    accent-color: var(--primary);
}

input[type=checkbox]:not(:checked) {
    filter: brightness(1.5);
}

.filter-option-container,
.filter-option-container input,
.filter-option-container label {
    cursor: pointer;
}

.filter-option-container label {
    width: 95%;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    filter: brightness(0.8) !important;
    box-shadow: none;
}

.page-item {
    font-size: 12px;
}

.page-item>.page-link {
    color: var(--primary) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.table-size-helper tbody+tbody,
.table-size-helper td,
.table-size-helper th,
.table-size-helper thead th {
    border-color: #fbfcfc;
    background: #f9f9f9;
    border: 3px solid white;
}

.product-promotion-banner {
    padding: 5px 5px;
    background: var(--primary);
    color: white;
    border-radius: 5px 5px 0 0;
    float: right;
    top: -110px;
    right: 0px;
    position: absolute;
    font-size: 0.8em;
}

.product-list-stock-container {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (min-width: 1200px) {
    .col-xl-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

.market-picker {
    position: fixed;
    bottom: 10px;
    left: 10px;
    box-shadow: 3px 2px 6px 0px #0000001c;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
}

.market-picker img {
    display: inline-block;
}

.dropdown-menu {
    border: none;
    border-radius: 5px;
    box-shadow: 3px 2px 6px 0px #0000001c;
    padding: 0;
    width: max-content;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    border-radius: 5px;
    text-decoration: none;
    background-color: #eaeaea;
}

.attribute-options-loading {
    position: absolute;
    bottom: 0;
    text-align: center;
    opacity: 0.7;
}

.zone-dropdown {
    bottom: 0;
    top: inherit;
    max-height: 50vh;
    overflow-y: auto;
}

.zone-dropdown>input {
    position: sticky;
    bottom: 0;
    background-color: white;
}

.market-picker .dropdown-item {
    padding: 10px !important;
}

.search-sugestions-container {
    position: absolute;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    width: 90%;
    padding: 0.5em;
    max-height: 70vh;
    z-index: 99999999;
    overflow: auto;
    color: black;
}

.search-sugestions-container>.row>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 900px) {
    .search-sugestions-container {
        width: 70vw;
        left: 0%;
        transform: none;
        max-height: 30vh;
    }
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-prev-icon.background--light {
    filter: invert(1);
}

.carousel-control-next-icon.background--light {
    filter: invert(1);
}


.carousel-control-prev-icon.background--dark {
    filter: invert(0);
}

.carousel-control-next-icon.background--dark {
    filter: invert(0);
}

.ql-align-justify {
    text-align: justify;
}

.ql-align-right {
    text-align: right;
}

.ql-align-left {
    text-align: left;
}

.ql-align-center {
    text-align: center;
}

.navbar>div>ul.navbar-nav {
    flex-wrap: wrap;
}

.btn-secundary {
    border: 1.5px solid var(--primary);
    border-radius: 5px;
    color: var(--primary);
}

.btn:hover.btn-secundary {
    color: #212529;
    text-decoration: none;
    border: 1.5px solid black;
}

.text-primary {
    color: var(--primary) !important;
}

.modal-header {
    border-bottom: none;
}

.modal-header>.modal-title {
    font-weight: 400;
}

.modal-footer {
    border-top: none;
}

.modal-backdrop {
    display: none;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
}