body {
    width: 100%;
}

/* Home */
#index .elementor-section.elementor-section-height-full {
    margin-top: 107px;
    /* height: calc(100vh - 107px); */
    height: auto;
}

.search-btn img {
    width: 18px;
    transform: rotateY(180deg);
}

/* #index .home-slider img {
    max-height: 100vh !important;
    object-fit: fill !important;
} */

/* Home Categories */
/* .banners-middle .elementor-column.elementor-element.elementor-col-50.elementor-top-column{
    min-height: auto !important;
} */

.banners-middle .elementor-widget.elementor-element.elementor-widget-heading,
.banner-footer .elementor-widget.elementor-element.elementor-widget-heading {
    position: absolute;
    top: 45%;
    bottom: 50%;
    left: 0;
    right: 0;
}

/* Forgot password */
#password #content-wrapper {
    margin-top: 7vh;
    padding-bottom: 8vh;
}

#password .container-fluid {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#password .renew-password .email {
    display: none;
}

#password .row.form-group {
    width: 100%;
    justify-content: center;
}

#password .row.form-group div {
    margin: 0;
}

#password .row.form-group .form-control-label {
    margin: 0;
    text-align: end;
}

#password .btn-primary[name="submit"] {
    width: 100%;
    max-width: max-content;
    padding: 12px;
    margin: 0;
}

#password .page-footer {
    text-align: center;
}

/* Logo */
#desktop_logo a img.logo {
    max-width: 75px;
}

.account_menu_item-selected {
    font-weight: bold;
}

/* Newsletter */
.form-control.input-subscription {
    margin-bottom: 0;
}

.agvertshoes-news-segment-options:not(:empty) {
    margin-top: 30px!important;
    display: flex;
    justify-content: center;
    row-gap: 1rem;
    width: 500px;
    max-width: 500px;
    margin: auto;
    flex-wrap: wrap;
}

.input-group.newsletter-input-group .invalid_newsletter {
    flex-basis: 100%;
    text-align: center;
    color: var(--red);
    margin-top: 25px;
    margin-bottom: 5px;
}

.input-group.newsletter-input-group .success_newsletter {
    flex-basis: 100%;
    text-align: center;
    color: var(--blue);
    margin-top: 25px;
    margin-bottom: 5px;
}

.ps-emailsubscription-block .gdpr_module.gdpr_module_17 {
    margin-top: 30px;
}

/* Substituir o underline e deixar a linha mais grossa e espaçada */
.cbp-hrmenu-tab:hover .cbp-tab-title {
    text-decoration: none !important;
    border-bottom: 3px solid black;
    padding: 4px 0;
}

/* Para remover o fundo no carrinho */
#cart #main-page-content {
    background: #f3f3f5;
}

#cart #footer-container-main,
#checkout-footer
{
    text-align: center;
    padding: 0 !important;
    padding-top: 22px !important;
    padding-bottom: 12px !important;
}

#cart #footer .container {
    padding: 0 15px;
}

#checkout-footer .email {
    margin-bottom: 12px;
}

/* My Account */
.my-account-page-content-wrapper h2:first-child {
    padding-top: .5rem;
}

.my-account-page-content-wrapper {
    border: unset !important;
}

.my-account-page-content-wrapper .my-account-side-links > a {
    color: black !important;
    border: 0 !important;
}

.my-account-page-content-wrapper .my-account-side-links > a:hover {
    font-weight: 700;
}

.my-account-page-content-wrapper .my-account-side-links a.side-links-title {
    border-top: 1px solid hsla(0,0%,63%,.25);
    padding-bottom: 0;
}

.my-account-page-content-wrapper .my-account-side-links a.side-links-title {
    border-bottom: 1px solid hsla(0,0%,63%,.25);
}

.my-account-page-content.col-sm-9 {
    border-top: 1px solid hsla(0,0%,63%,.25);
    margin: 0 0 0 1%;
    border-bottom: 1px solid hsla(0,0%,63%,.25);
    padding: 10px;
    max-width: 74%;
}

.my-account-page-content-wrapper .form-group.row.align-items-center{
    width: 100%;
    margin: .5rem 0;
}

.my-account-page-content-wrapper .one_field,
.my-account-page-content-wrapper .field {
    padding: 0 5px;
}

/* .my-account-page-content-wrapper .field + .field {
    padding-left: 10px;
} */

.my-account-page-content-wrapper label + label {
    margin-left: 10px !important;
}

.my-account-page-content-wrapper .radio-inline {
    margin-right: 0 !important;
}

.my-account-page-content-wrapper .form-footer {
    display: flex;
    justify-content: center;
    margin-top: 1vh;
}

.my-account-page-content-wrapper .form-footer button.form-control-submit {
    max-width: 50%;
}

.my-account-page-content-wrapper .agcustomers.facebook-container {
    display: none;
}

/* Tabelas da minha conta */
.table-bordered, .table-bordered td, .table-bordered th {
    border: unset;
}

.my-account-page-content-wrapper thead tr {
    color: #575757;
    background: white;
}

.my-account-page-content-wrapper .table-bordered thead td, 
.my-account-page-content-wrapper  .table-bordered thead th {
    border-bottom-width: 1px;
    background: white;
    border-bottom: 1px solid #dee2e6;
}

.my-account-page-content-wrapper tbody tr {
    background: white !important;
    border-bottom: 1px solid #dee2e6;
}

/* Detalhes do pedido */
.my-account-page-content-wrapper #order-infos a {
    max-width: 25vw;
    float: right;
}

.my-account-page-content-wrapper .agpagseguro_print_ticket center a {
    width: 35%;
    margin-bottom: 1rem;
}

.my-account-page-content-wrapper .address-form section.form-fields {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    column-gap: 1rem;
}

.my-account-page-content-wrapper .address-form section.form-fields .form-group.row.align-items-center {
    margin-left: 0;
    height: fit-content;
}

/* Header */
#my-account .breadcrumb, 
#identity .breadcrumb, 
#order-detail .breadcrumb, 
#addresses .breadcrumb, 
#address .breadcrumb, 
#discount .breadcrumb, 
#order-follow .breadcrumb, 
#module-ps_emailalerts-account .breadcrumb, 
#history .breadcrumb {
    /* margin-left: 2.083vw !important; */
    margin-left: 0 !important;
}

body:not(#index):not(#module-agvertshoes-beareseller):not(#product):not(#cms):not([id^="module-aglookbook"]):not(#contact):not(#module-wkrma-rmarequestdetail)
#main-page-content section#wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

#module-iqitsearch-searchiqit .breadcrumb,
#category .breadcrumb {
    margin-left: 0;
}

.cart-toogle.header-btn.header-cart-btn {
    display: flex !important;
    align-items: center;
}

.cart-toogle.header-btn.header-cart-btn img {
    margin-right: 4px;
}
.cart-toogle.header-btn.header-cart-btn .cart-toggle-details {
    bottom: 0 !important;
}

#wrapper .breadcrumb li:last-child span {
    font-weight: 600;
    color: #000;
}

.category-image .img-fluid {
    width: 100%;
}

#js-product-list-top .products-sort-order a i {
    position: inherit !important;
    top: 0 !important;
    right: 0 !important;
}

#category .page-title {display: none}

.user_logged #desktop-header-container .row.no-gutters.justify-content-end {
    align-items: center;
}

.user_logged .username {
    margin: 0 4px;
}

.user_logged .col-search.header-btn-w.header-user-btn-w {
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 45%; */
    margin-right: .5vw;
    padding-right: .6vw !important;
}

.user_logged .col.col-auto.col-search {
    margin-right: .5vw !important;
}

.user_logged .col-search.header-btn-w.header-user-btn-w .header-btn.header-user-btn {
    width: 12%;
}

.user_logged #header-user-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: max-content;
    margin: 0 1vw 0 5.5% !important;
    padding-right: 0.55vw !important;
}

.user_logged #search_widget .input-group input {
    width: auto !important;
}

/* #js-product-list-header .page-title,
#content-wrapper .page-header .page-title{
    color: transparent !important;
    border-bottom: unset !important;
} */

/* body#authentication #content-wrapper .page-title,
body#checkout #content-wrapper .page-title,
body#cart #content-wrapper .page-title {
    color: #000 !important;
} */

/* Removendo o social-sharing */
.product-additional-info .social-sharing {
    display: none;
}

#product #content-wrapper .product-accessories{
    width: 100%;
    margin-top: 120px;
    margin-bottom: 51px;
}

#content-wrapper .product-accessories .section-title {
    font-size: 36px;
    text-align: center;
    border-bottom: 0;
    line-height: 3rem;
}

#cart #content-wrapper .product-accessories .section-title {
    font-size: 28px;
}

button.add-to-cart {
    font-size: 16px;
}

#my-account .breadcrumb, 
#identity .breadcrumb, 
#order-detail .breadcrumb, 
#addresses .breadcrumb, 
#address .breadcrumb, 
#discount .breadcrumb, 
#order-follow .breadcrumb, 
#history .breadcrumb
{
    width: 99vw;
    margin-left: 1.5vh;
}

#my-account #inner-wrapper, 
#identity #inner-wrapper, 
#order-detail #inner-wrapper, 
#addresses #inner-wrapper, 
#address #inner-wrapper, 
#discount #inner-wrapper, 
#order-follow #inner-wrapper, 
#history #inner-wrapper
{
    width: 99vw;
    top: 0 !important;
}

.custom-checkbox input[type=checkbox] + span.color{
    width: 35px;
    height: 35px;
}

.panel.account {
    margin-bottom: 160px;
}

.registration-form form {
    padding: 12px;
}

.has-error input{
    border-color: red;
}

.agvertshoes-error {
    width: 100%; 
    text-align: start;
    margin-top: 2px;
    color: red;
    font-size: 14px !important;
}

/* Produtos relacionados */
.swiper-pagination.swiper-pagination-product.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
}

.product-accessories .swiper-default-carousel {width: 100%;}

.product-accessories.block.block-section {padding: 0 1rem 0 0;}

.product-accessories .swiper-default-carousel .swiper-button-next, 
.product-accessories .swiper-default-carousel .swiper-button-prev {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #575757;
    background: white;
}

.product-accessories .swiper-default-carousel .swiper-button-next:after, 
.product-accessories .swiper-default-carousel .swiper-button-prev:after {
    color: #000;
}

.product-accessories .swiper-default-carousel .product-miniature .agpaymentsimulator .price, 
.product-miniature .agpaymentsimulator-qtt-payments {
    font-size: 16px !important;
}

.product-accessories .swiper-default-carousel .product-carousel .product-prices .agpaymentsimulator .h5, 
.product-accessories  #product .agpaymentsimulator-qtt-payments {
    font-size: 16px !important;
}

.product-accessories .swiper-default-carousel .product-miniature .agpaymentsimulator-card:before {
    font-size: 16px !important;
    padding-right: 13px;
    padding-left: 8px;
}

.product-accessories .swiper-default-carousel .agpaymentsimulator-preview .agpaymentsimulator-cash {
    margin-right: 0 !important;
}

/*#product a i.fa {
    font-size: 12px;
}*/

#product section#wrapper {
    padding-right: 50px;
}

.pagination .btn-secondary {
    margin: 0 10px;
    width: auto;
    position: relative;
    bottom: 0 !important;
}

/* contactform */
.contact-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.contact-footer .recaptcha {
    flex: 1;
    width: 50%;
    margin: 0;
    margin-bottom: .5rem;
}

.contact-footer .btnEnviar {
    width: 158px;
    height: 45px;
}

.contact-footer .btnEnviar input {
    height: 100%;
}

.custom_block .link_duo {
    padding-left: 47px; 
    display: flex; 
    justify-content: center;
}

@media screen and (max-width: 1280px){
    #desktop-header-container .cbp-horizontal .cbp-tab-title {
        margin-right: 1rem;
    }

    #desktop-header-container .col-header-left {
        max-width: 10%;
    }
}

@media screen and (max-width: 1190px){
    .my-account-page-content-wrapper .address-form section.form-fields {
        grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
    }
}


@media screen and (max-width: 1079px){
    /* busca */
    .user_logged .col.col-auto.col-search {
        max-width: 32%;
    }

    .user_logged #search_widget .input-group input {
        width: 100% !important;
    }
}

@media screen and (max-width: 992px) {
    #order-confirmation #inner-wrapper {
        max-width: 100% !important;
    }

    #cart #wrapper, #authentication #wrapper, #checkout #wrapper, #password #wrapper {
        padding-top: 130px !important;
    }
    
    #desktop-header-container .col-header-left {
        max-width: inherit;
    }

     /* Home */
     body#cms section#content.page-content.page-cms{
        margin: 0 !important;
        padding: 10px !important;
    }

    #contact section#wrapper{
        padding: 0 !important;
    }

    img#banner-top {
        width: 100%;
    }

    div#inner-wrapper {
        padding: 0 5px !important;
        width: 100vw;
    }

    .custom_block .link_duo {
        display: block;
        padding-left: 0;
    }

    /* #index .home-slider img {
        max-height: auto !important;
        height: auto;
    } */

    #cms .page-content.page-cms-13 {
        margin: 0;
    }

    .product-accessories .swiper-default-carousel .product-miniature .agpaymentsimulator .price, 
    .product-miniature .agpaymentsimulator-qtt-payments {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 767px){
    #main-product-wrapper #col-product-info {
        z-index: 10 !important;
    }

    #product .mobile_footer {
        z-index: 1010;
        left: 0;
        width: 100vw;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }

    #footer-container-main, #checkout-footer {
        padding-top: 1.285714rem !important;
    }

    #footer .container > .row > .col:first-child {
        padding: 0;
    }

    #desktop-header-container .col-header-left {
        max-width: 33.33333%;
    }

    .elementor-element.elementor-element-af02wte .elementor-heading-title {
        margin-bottom: 1rem;
    }

    #desktop_logo {
        text-align: center;
        padding-left: 0 !important;
        margin-bottom: 1.285714rem !important;
    }

    #desktop_logo a img.logo {
        margin-left: -1.9vw;
    }

    /* Home Categories */
    .elementor-element.elementor-element-ry8yawl > .elementor-container {
        min-height: auto !important;
    }

    .banners-middle .elementor-column {
        height: unset !important;
    }
    .banners-middle .elementor-column {
        min-height: auto !important;
    }

    #index .banners-middle {
        margin-top: 0 !important;
    }

    #index .elementor-section.elementor-section-height-full {
        margin-top: 0;
        height: auto;
    } 
    
    #index .home-slider {
        height: unset !important;
    }

    /*#product a i.fa {
        font-size: 17px;
    }*/
    
    #product section#wrapper {
        padding-right: 0;
    }

    #password .row.form-group .form-control-label {
        text-align: start;
    }

    .my-account-page-content-wrapper .my-account-side-links > a {
        text-align: start;
    }

    .my-account-page-content-wrapper .form-footer button.form-control-submit {
        max-width: 100%;
    }

    /* Detalhes do pedido */
    .my-account-page-content-wrapper #order-infos a {
        max-width: 100%;
    }

    .my-account-page-content-wrapper .agpagseguro_print_ticket center a {
        width: 100%;
    }

    .my-account-page-content-wrapper .my-account-side-links {
        border-right: unset;
    }

    /* contactform */
    .contact-footer {
        align-items: center;
        justify-content: center;
    }

    .contact-footer .recaptcha {
        flex: 1;
        width: auto;
    }
}

@media screen and (max-width: 576px){
    .my-account-page-content-wrapper .address-form section.form-fields {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        column-gap: 0;
    }

    /* Home Categories */
    .banners-middle .elementor-column {
        height: auto !important;
        min-height: auto !important;
    }
}

@media screen and (max-width: 450px){
    /* Detalhes do pedido */
    .my-account-page-content-wrapper #order-infos a {
        width: 100%;
    }
    
    .my-account-page-content-wrapper #order-infos .col.text-right {
        flex-basis: 100%;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 370px){
    #cart #wrapper, #authentication #wrapper, #checkout #wrapper, #password #wrapper {
        padding-top: 180px !important;
    }

    #desktop-header-container .col-header-left {
        max-width: 100%;
    }

    #desktop-header-container .align-items-center {
        justify-content: center;
        padding: 10px;
    }
}

.table-loading {
    pointer-events: none;
}

#orders-history .loadingOrdersHistory,
.orders .loadingOrdersHistory {
    text-align: center;
    position: absolute;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #0000000a!important;
    pointer-events: none;
    left: 0;
    top: 0;
}

.loadingOrdersHistory:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 2px solid #888;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

.my-account-side-links a:link:not(.nav-link):not(.btn),
.my-account-side-links a:visited:not(.nav-link):not(.btn) {
	color: #232323
}

#mobile-header a:not(.btn):not(.nav-link) {
    color: #000;
}

#mobile-header .ssa-searchblock {
    position: relative;
}
