/* GENERAL CSS */
.navigation a[href*="corporativo-e-atacado/"] {
    background: #63666a;
}
.navigation a[href*="corporativo-e-atacado/"] span {
    color: white;
}

body {
    background-color: #f9f9f9;
    font-size: 1.3rem;
}
*:before,
*:after {
    font-family: "icons-blank-theme";
}
body .page-wrapper {
    margin-top: 90px;
    padding-top: 20px;
}
#maincontent,
.breadcrumbs {
    width: calc(100% - 30px);
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.cms-index-index .page-title{
    font-size: 0px;
    margin: 0;
    padding: 0;
}
.cms-home #maincontent {
    max-width: 100%;
    padding: 0;
    margin-top: -20px;
}
.block.newsletter,
.cms-home footer .home-benefits-labels {
    display: none;
}
.price {
    white-space: nowrap !important;
    text-transform: uppercase;
}
a.level-top:after {
    content: "\005C";
    display: inline-block;
    line-height: 98px;
    position: absolute;
    top: -3px;
    right: -2px;
    color: #fcdd2d;
}
#ui-id-1 li:last-child a:after {
    display: none;
}
.level0 a.level-top span:after {
    content: "";
    position: absolute;
    height: 4px;
    left: 20px;
    right: 20px;
    background: #000;
    bottom: 20%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
div.panel.wrapper div.panel.header:after {
    content: "Conta";
    border: 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: unset;
}
.header.panel .header.links li.greet.welcome {
    display: none;
}
.header.panel > .header.links > li.item.link.compare {
    display: none;
}
div.header.panel > .header.links > li {
    width: 100%;
    text-align: right;
    margin: 0;
    line-height: inherit;
    display: flex;
    justify-content: flex-end;
    transition: ease 0.5s;
}
header .panel.header .header.links a {
    padding: 15px 10px;
    color: #cccccc;
    font-weight: 500;
    font-size: 13px;
    transition: 0.5s ease;
    text-decoration: none;
    line-height: inherit;
    display: block;
    width: 100%;
    white-space: nowrap;
}
header.page-header .panel.wrapper {
    border-bottom: 0px;
    border-left: 1px solid #e8e8e8;
    order: 3;
    width: 80px;
    height: 100%;
}
.panel:hover > .header .header.links {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}
div.minicart-wrapper {
    height: 100%;
    order: 5;
    width: 250px;
    margin: 0;
    background-color: #fcdd2d;
}
div.toolbar-products {
    float: right;
}
div.products {
    clear: both;
}
.cms-home main#maincontent {
    width: 100%;
}
.cms-home .bannerslider-block .swiper-pagination {
    display: none;
}
.cms-home #maincontent .columns section.home-benefits-labels {
    margin-top: -15px;
}
.cms-home div.page-wrapper {
    padding-top: 15px;
}
.cms-index-index #banner-slider-carousel .swiper-slide {
    text-align: center;
}

/** BOTOES ***/
.column.main .pager a.action {
    background: none;
    width: 34px;
    padding: 0;
}
.column.main .pager a.action:hover {
    background: #e6c400;
    border: none;
}
button.action.primary {
    font-weight: 600;
    background: #fcdd2d;
    color: #2b2b2b;
    border: none;
    padding: 6px 15px;
}
.action.primary,
.action.secondary {
    border-radius: 4px!important;
}
button.action.primary:hover {
    background: #e6c400;
    color: #2b2b2b;
    border: none;
}
button.action.primary:focus,
button.action.primary:active {
    background: #e6c400;
    color: #2b2b2b;
    border: none;
}
div.actions-toolbar .secondary a:hover {
    background: #e6c400;
}

/* HEADER GENERAL */
header.page-header {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    height: 100%;
    max-height: 90px;
    box-shadow: 0 -5px 20px #000;
    top: 0;
}
header .header.content {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    background-color: white;
    height: 100%;
}
header .header.content:before,
header .header.content:after {
    display: none;
}

/** ONLY DESKTOP **/
@media (min-width: 960px) {
    /**** ACCOUNT *****/
    #form-validate .secondary {
        margin-top: 14px;
    }
    /**** CATALOG *****/
    .cart.table-wrapper .item-actions .actions-toolbar {
        display: inline-flex;
    }
    body.page-products h1.page-title {
        position: relative;
        margin: 3px 0 0 5px;
        float: left;
    }
    .catalogsearch-result-index .page-products h1.page-title {
        position: initial;
    }
    .page-products .block.filter .filter-title {
        padding: 5px;
    }
    .toolbar-products .pages {
        float: right;
        margin-right: 15px;
    }
    .block-category-list .block-title {
        font-size: 1.4rem;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .block-category-list .block-content {
        margin-bottom: 15px;
    }
    .block-category-list .block-content li {
        padding-left: 5px;
    }
    .block-category-list .block-content li a {
        font-size: 1.4rem;
        color: #555;
    }
    .filter-options .filter-options-title {
        word-break: break-word;
        font-size: 1.4rem;
        color: #000000;
        text-transform: uppercase;
    }

    /* SELO AVALIAÇÂO */
    .selo-review-footer span {
        position: relative !important;
        left: -52% !important;
        top: -24px !important;
    }
    .seguranca .block-content {
        margin-top: 10px;
    }
    .message.info.empty {
        margin: 60px 0 0px;
    }

    /** CARRINHO **/
    .cart-summary .block .fieldset .methods .field > .label {
        padding-left: 27px;
        font-size: 12px;
    }

    .cart-container #block-shipping{
        min-height: 300px;
    }
    .cart-totals .table-wrapper table.totals tr.grand.totals.discount{
        border-bottom: 1px solid #fff;
    }
}

/* ATENDIMENTO POPUP */
.header-atendimento {
    order: 2;
    height: 100%;
    width: 110px;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #333333;
    cursor: pointer;
    border-left: 1px solid #e8e8e8;
}
.header-atendimento:before {
    content: "\e916";
    font-family: "premier-lab-icons";
    font-size: 25px;
    color: #8f8f8f;
}
.atendimento-container {
    position: fixed;
    left: 50%;
    top: 50%;
    background: white;
    z-index: 901;
    transform: translateX(-50%) translateY(calc(-50% - 0.5px));
    width: 95%;
    max-width: 400px;
    padding: 15px;
    transition: cubic-bezier(0.42, 0, 0.17, 1) 1s;
    opacity: 1;
}
.overlay-atendimento {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 900;
    transition: 1s;
}
.atendimento-content {
    position: relative;
    padding: 10px;
    border: 1px solid #fcdd2d;
}
.atendimento-btn-close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0;
    transition: 0.5s ease;
}
.atendimento-btn-close:before {
    content: "\e616";
    color: black;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: normal;
    font-weight: 100;
}
.atendimento-content h2 {
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 8px;
}
.atendimento-btn-close:hover {
    background: aliceblue;
    border: 0;
}
.atendimento-container.hide {
    top: 80%;
    opacity: 0;
    pointer-events: none;
}
.atendimento-content div[class*="atendimento-"] div {
    font-size: 1.4rem;
}
.overlay-atendimento.hide {
    opacity: 0;
    pointer-events: none;
}
.atendimento-content div[class*="atendimento-"] {
    padding-left: 60px;
    margin: 20px 0;
    position: relative;
}
.atendimento-content div[class*="atendimento-"]:before {
    position: absolute;
    left: 13px;
    top: 0;
    font-size: 30px;
    line-height: 45px;
    color: #ecd02d;
    font-family: "premier-lab-icons";
}
.atendimento-content div.atendimento-email:before {
    content: "\f11f";
}
.atendimento-content div.atendimento-tel:before {
    content: "\e917";
    font-size: 37px;
}
.atendimento-content div.atendimento-horario:before {
    content: "\f017";
    font-size: 35px;
}
.atendimento-content a {
    text-decoration: none;
    color: unset;
}

/* FOOTER GENERAL */
footer .footer.content {
    background-color: #2b2d36;
}
footer section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
}
footer .block-title span {
    border-bottom: 2px solid #4e4f57;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
    display: inline-block;
}
footer a {
    color: #999;
    display: inline-block;
    line-height: 50px;
    transition: ease 0.5s;
}
footer .newsletter {
    background-color: #2b2d36;
    color: #ffffff;
    padding: 20px 30px;
    margin: 20px 0 20px 0;
    text-align: center;
}
footer .newsletter .block-title span {
    font-size: 20px;
    position: relative;
    font-weight: 700;
    padding: 0 0px;
    border-bottom: 4px solid #4e4f57;
}
footer .newsletter form label {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 17px;
    font-weight: 100;
}
footer .newsletter form .actions {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 90%;
    background-color: #fcdd2d;
    transition: ease 0.5s;
}
footer .newsletter .fa-check:before {
    content: "\e610";
    font-size: 30px;
    color: #2b2d36;
}
footer .newsletter form button.button {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    height: 100%;
    width: 100%;
    line-height: normal;
    transition: ease 0.5s;
}
footer #newsletter {
    padding: 25px 20px 25px 50px;
    border: 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: ease 0.5s;
}
footer .newsletter .form-inline {
    position: relative;
}
footer .newsletter form .actions button:hover {
    background-color: #e0c52a;
    border: 0;
}
footer input#newsletter:before {
    content: "\e600";
    color: azure;
}
footer .newsletter form .input-box {
    width: 100%;
}
footer .newsletter form .input-box:before {
    content: "\f11f";
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 25px;
    font-family: "premier-lab-icons";
    transform: translateY(-50%);
    color: #8c8c8c;
    line-height: 0;
}
footer #newsletter:focus {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
footer .social {
    float: right;
    width: 297px;
}
footer .footer.content .links {
    float: left;
    width: calc(100% - 297px);
    padding: 0;
}
footer .links > div {
    width: 33.333%;
    margin-bottom: 10px;
    float: left;
}
.home-benefits-labels div.columns {
    background-color: #fcdd2d;
    padding: 30px 15px;
}
.cms-home .home-benefits-labels .columns {
    padding: 20px 15px;
    margin-top: -10px;
}
.cms-home footer .newsletter {
    background-color: #fcdd2d;
    color: #2b2d36;
    padding: 20px 30px;
    margin: -70px 0 20px 0;
    text-align: center;
}
.cms-home footer .newsletter .block-title span {
    color: #2b2d36;
}
.cms-home footer .newsletter form .actions {
    background-color: #ecd02d;
}
.cms-home footer .newsletter form .actions:hover {
    background-color: #fddd26;
}
section.footer-middle .left {
    float: left;
    width: 35%;
}
section.footer-middle .middle {
    float: left;
    width: 23%;
}
section.footer-middle .right {
    float: right;
    width: 37%;
}
section.footer-middle .left {
    float: left;
    width: 43%;
}
section.footer-middle .middle {
    float: left;
    width: 19%;
}
.seguranca a {
    display: inline-block;
    vertical-align: middle;
}
.seguranca .block-title {
    width: 100%;
}
#mercado-livre-gold {
    height: 70px;
    width: 125px;
}
#ebit-ouro {
    height: 85px;
    width: 95px;
    padding: 8px 0;
}
#mercado-livre-gold,
#ebit-ouro {
    margin: 0 10px 10px 0;
}
#logo-boleto,
#logo-pix {
    height: 30px;
    width: 60px;
    padding: 5px;
}
#logo-pix.print {
    margin: 5px auto;
    display: block;
    width: 180px;
    height: 60px;
}
#logo-visa {
    height: 30px;
    width: 60px;
    padding: 5px;
}
#logo-master {
    height: 30px;
    width: 60px;
    padding: 5px;
}
#logo-elo {
    height: 30px;
    width: 60px;
    padding: 5px;
}
#logo-hiper {
    height: 30px;
    width: 60px;
    padding: 5px;
}
#logo-boleto,
#logo-visa,
#logo-master,
#logo-elo,
#logo-hiper,
#logo-pix {
    background-color: white;
    border-radius: 2px;
    margin: 10px 5px;
}
#logo-pac {
    height: 30px;
    width: 91px;
    padding: 5px;
}
#logo-sedex {
    height: 30px;
    width: 97px;
    padding: 5px;
}
#logo-transportadora {
    height: 30px;
    width: 248px;
    padding: 5px;
}
#logo-pac,
#logo-sedex,
#logo-transportadora {
    background-color: white;
    border-radius: 2px;
    margin: 10px 5px;
}
.seguranca a {
    line-height: normal;
}
footer.page-footer a:active,
footer.page-footer a:hover {
    text-decoration: none;
    color: #eaeaea;
}
footer a:visited {
    color: #999999;
}
footer .footer-bottom {
    width: 100%;
    color: #999999;
    max-width: inherit;
    display: flex;
    justify-content: center;
    background-color: #26282f;
    padding: 20px;
    margin: 0 0 -25px -20px;
}
footer .footer-bottom .left {
    width: 74%;
    margin-right: 1%;
}
.footer-bottom .right .img-responsive {
    width: 100%;
}
.footer-bottom .content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
}
.footer-bottom .right {
    width: 25%;
    float: right;
    text-align: right;
}
.footer .seguranca .block-content ul {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

@media (max-width: 768px) {
    /* .footer .seguranca .block-content ul */
    .footer .seguranca .block-content ul {
        flex-direction: column;
        align-items: center;
    }
    .footer .seguranca .block-content ul li{
        margin-bottom: 15px;
    }
}

.selo-avaliacao {
    margin: 0 -30px 20px 0;
}
#seloEbit {
    float: left;
    width: 90%;
}
.procon {
    color: #999999;
    max-width: inherit;
    display: flex;
    justify-content: center;
    padding: 20px;
}
.procon a{
    color: #999999!important;
}
footer .redes-sociais .social {
    width: 100%;
    display: block;
}
footer .footer.content .redes-sociais {
    float: right;
    width: 297px;
}
.premier-icons-facebook:before,
.premier-icons-instagram:before,
.premier-icons-pinterest:before,
.premier-icons-youtube:before {
    margin-right: 10px;
    font-size: 2.5rem;
}
.redes-sociais .social ul.nav-links li {
    float: left;
    margin-right: 30px;
}
.premierlab-logo {
    margin-top: 25px;
    text-align: center;
    height: 35px;
}
.premier-logo svg {
    height: 20px;
    line-height: normal;
    display: inline-block;
    width: 130px;
    margin-left: 5px;
    vertical-align: sub;
}
footer .redes-sociais.eu-reciclo .logo-eu-reciclo {
    width: 100%;
    display: block;
}
.logo-eu-reciclo svg {
    width: 70px;
    margin-top: 10px;
}

@media (max-width: 1100px) {
    footer section.footer-bottom .content a {
        line-height: normal;
    }
    section.footer-middle > div {
        margin-bottom: 20px;
    }
    .catalog-product-view
        .amcountdown-block-wrapper
        .amcountdown-list
        .amcountdown-wrap
        span {
        font-size: calc(13px + 1.3vw);
    }
    .catalog-product-view #timer-default {
        padding: 20px 5px;
        max-width: 100%;
    }
    .catalog-product-view
        .amcountdown-block-wrapper.-progress
        .amcountdown-wrap:nth-child(1) {
        margin-right: 15px;
    }
}

@media (max-width: 850px) {
    section.footer-bottom .content .left {
        width: 50%;
    }
    section.footer-bottom .content .right {
        width: 50%;
    }
    section.footer-middle .left {
        width: 36%;
    }
    section.footer-middle .middle {
        width: 29%;
    }
    section.footer-middle .right {
        width: 35%;
    }
    footer .links > div {
        width: 48%;
        margin-right: 2%;
    }
}

@media (max-width: 768px) {
    section.footer-bottom .content .left {
        width: 100%;
        order: 1;
    }
    section.footer-bottom .content .right {
        width: 50%;
        max-width: 230px;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-bottom .content {
        flex-direction: column;
        font-size: 12px;
    }
    section.footer-middle .left {
        width: 100%;
    }
    section.footer-middle .middle {
        width: 100%;
    }
    section.footer-middle .right {
        width: 100%;
    }
    footer .block-title {
        text-align: center;
    }
    footer .footer-middle .block-content {
        text-align: center;
    }
    footer .seguranca {
        margin-bottom: 10px;
    }
    footer .social {
        display: none;
    }
    footer .footer.content .links {
        width: 100%;
    }
    footer .links .institucional,
    footer .links .ajuda {
        width: 50%;
        text-align: center;
        line-height: 35px;
    }
    footer .links > div {
        width: 33.333%;
        text-align: center;
        margin: 0 0 10px;
    }
    footer .footer-bottom {
        margin: 0 0 -25px -5px;
        padding: 15px 5px 5px;
    }
    /** aqui **/
    [class*="customer-account-"] ul.nav.items {
        column-count: 2;
    }
    [class*="customer-account-"] .customer-account-index .columns {
        display: flex;
    }
    [class*="customer-account-"] .sidebar.sidebar-main {
        order: 0;
    }
    [class*="customer-account-"] .account-nav .item .delimiter {
        display: none;
    }
    [class*="customer-account-"] .nav.items .nav.item a,
    .nav.items .nav.item strong {
        padding: 10px 10px;
    }
    [class*="customer-account-"] .account-nav li.item {
        margin: 0;
        font-size: 1.2rem;
        width: 100%;
    }
    footer .footer.content .redes-sociais {
        float: left;
        width: 100%;
        margin: 0 0 10px;
    }
    .redes-sociais .social ul.nav-links li {
        float: none;
        display: inline-block;
        margin: 0 10px;
    }
}
@media (max-width: 550px) {
    footer .newsletter form .input-box:before {
        font-size: calc(2vw + 10px);
        left: 10px;
    }
    footer #newsletter {
        padding: 0 45px 0 40px;
        height: calc(4vw + 30px);
    }
    footer .links a,
    footer .links li {
        font-size: 13px;
        line-height: 30px;
    }
    footer .links .atendimento,
    footer .links .telefone,
    footer .links .email {
        width: 100%;
    }
    footer .newsletter form .actions {
        left: 86%;
    }
    .cms-home footer .newsletter {
        padding: 10px;
        margin: -70px -10px 10px;
    }
    footer .newsletter .block-title span {
        font-size: 18px;
    }
    footer .newsletter form label {
        font-size: 14px;
    }
    footer .newsletter {
        padding: 0;
    }
}

/** END FOOTER GENERAL **/

/* LOGO LEFT */

strong.logo,
a.logo {
    margin: 0;
    width: 200px;
    order: 0;
}
.logo img {
    float: right;
}

/* MENU MIDDLE */

@media (min-width: 768px) {
    .sections.nav-sections {
        margin: 0;
        background: transparent;
        order: 1;
        width: calc(100% - 725px);
        z-index: 321;
    }
    nav.navigation {
        background: #ffffff;
    }
    nav.navigation > ul {
        width: auto;
        margin: 0 auto;
        background: #ffffff;
        display: flex;
        justify-content: center;
    }
    nav.navigation .level0 .level-top span {
        height: 90px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 20px;
    }
    nav.navigation .level0 .level-top span.ui-menu-icon {
        display: none;
    }
    nav.navigation .level0 .level-top {
        display: block;
        padding: 0 2vw;
    }
    nav.navigation .level0 {
        margin: 0;
    }
    nav.navigation .level0 a:hover span:after {
        bottom: 0px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    nav.navigation .level0 .submenu {
        background: rgba(0, 0, 0, 0.9);
        border: 0;
        min-width: inherit;
    }
    nav .level1,
    nav .level2,
    nav .level3 {
        margin: 0;
        position: relative;
    }
    nav.navigation ul li.level0 ul.level0 li a {
        padding: 20px 30px;
        color: #cccccc;
        font-weight: 500;
        font-size: 13px;
        transition: 0.5s ease;
        white-space: nowrap;
    }
    nav.navigation .level0 .submenu a:hover,
    nav.navigation .level0 .submenu a.ui-state-focus {
        background: rgba(255, 255, 255, 0.1);
        color: #f5f5f5;
    }
    nav.navigation ul li.level0 ul.level0 li.level2 a {
        font-size: 12px;
        padding: 15px 20px;
    }
    nav.navigation .level0 .level0.submenu {
        display: block !important;
        top: 200% !important;
        opacity: 0;
        z-index: -99999999999999;
        transition: 0.3s ease;
        pointer-events: none;
        white-space: nowrap;
        min-width: inherit;
    }
    nav.navigation li.level0:hover ul.level0.submenu {
        top: 100% !important;
        opacity: 1;
        pointer-events: auto;
    }
    .footer #seloTroqueCommerce{
        margin-right: 40px;
    }
}
.block.block-search {
    order: 4;
    position: inherit;
    border-bottom: 0px;
    border-left: 1px solid #e8e8e8;
    width: 85px;
    padding: 0;
    height: 100%;
}
.block-search .block-content {
    opacity: 0;
    position: fixed;
    top: 90px;
    width: 80%;
    max-width: 900px;
    left: 50%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.7);
    transform: translate(-50%, 100%);
    display: flex;
    align-items: center;
    pointer-events: none;
    transition: ease 0.5s;
}
.block-search .block-content.active {
    opacity: 1;
    transform: translate(-50%, 0%);
    pointer-events: auto;
}
.block-search .block-title {
    display: block;
    margin: 0;
    height: 100%;
    cursor: pointer;
}
.block-search .search .nested {
    display: none;
}
.block-search .search .control {
    padding: 0;
    width: 100%;
    margin: 0;
    position: relative;
}
.searchsuite-autocomplete {
    width: unset;
    left: 0;
    right: 0;
    max-height: calc(100vh - 170px);
    overflow: auto;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
    display: none;
}
#search_mini_form {
    width: 100%;
    padding: 20px;
}
input#search.input-text {
    height: 50px;
    text-align: center;
    padding-right: 50px;
    position: static;
    margin: 0;
    border: 0;
}
div.block.block-search .action.search {
    height: 51%;
    width: 50px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-left: 1px solid #c2c2c2;
    border-radius: 0;
}
.block-search .block-title:before {
    font-size: 30px;
    color: #8f8f8f;
    content: "\e615";
    font-family: "icons-blank-theme";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    line-height: initial;
}
nav.navigation .level0.active > .level-top,
nav.navigation .level0.has-active > .level-top {
    margin-bottom: -3px;
    border-color: #e6c400;
    border-width: 0 0 3px;
    height: 100%;
}
nav.navigation .level0 .submenu .active > a {
    border-color: #e6c400;
}

/* BUTTONS/CART RIGHT */

div.panel.wrapper div.panel.header:before {
    font-size: 30px;
    color: #8f8f8f;
    content: "\e627";
    font-family: "icons-blank-theme";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    line-height: initial;
}
.block-search .block-title:after {
    content: "Pesquisar";
    border: 0;
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: unset;
}
.block-search .block-title strong {
    display: none;
}
header.page-header .header.panel {
    padding: 0;
    position: relative;
    height: 100%;
}
div.panel.header .header.links {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    pointer-events: none;
    float: left;
    min-width: 120px;
    background: rgba(0, 0, 0, 0.9);
    color: #aaaaaa;
    transition: 0.5s ease;
    z-index: -1;
}

div.minicart-wrapper .action.showcart {
    height: 100%;
    display: flex;
    align-items: center;
}
.minicart-wrapper .action.showcart .text {
    width: auto;
    height: auto;
    overflow: auto;
    clip: unset;
    top: 35px;
    right: 60px;
    color: black;
}
.minicart-wrapper .action.showcart:before {
    font-size: 50px;
    color: #584600;
    position: absolute;
    background-color: #e6c400;
    top: 0;
    bottom: 0;
    left: 0;
    right: 75%;
    padding: 30px 0;
}

/*div.minicart-wrapper .block-minicart {left: 100%;top: 100%;border: 1px solid #efefef;z-index: -1;margin: 0;width: 85vw;max-width: 500px;padding: 10px;height: calc(100vh - 90px);overflow-y: scroll;}*/
div.minicart-wrapper .mage-dropdown-dialog {
    display: block !important;
}
.panel .header.links li:hover {
    background: rgba(255, 255, 255, 0.2);
}
div.minicart-wrapper .action.showcart.active:before {
    font-size: 50px;
    color: #584600;
}
div.minicart-wrapper .action.showcart .counter.qty .counter-number,
div.minicart-wrapper .action.amquote-showcart .counter.qty .counter-number {
    position: absolute;
    left: 50%;
    bottom: 50%;
    background: #ff0003;
    padding: 0px 5px;
    min-width: 0;
    line-height: 24px;
    transform: translate(50%, -50%);
    border-radius: 5px;
}
.amquote-cart-wrapper.minicart-wrapper a.amquote-showcart .counter.qty {
    height: 0;
}
.minicart-items {
    height: 100%;
}
@media (max-width: 1100px) {
    .block-search .block-content {
        top: 70px;
    }
}

@media (max-width: 767px) {
    .minicart-items {
        overflow: auto;
        height: 100%;
    }
    .block-search .block-content {
        top: 60px;
        width: 90%;
    }
    .block-search .action.search > span,
    .field.search label.label {
        display: none;
    }
    .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #8f8f8f;
        content: "\e615";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .block-search .action.search {
        display: inline-block;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        padding: 5px 0;
        position: absolute;
    }
}

/* CATALOG CATEGORY PAGE */
.page-products #maincontent {
    display: flex;
    flex-wrap: wrap;
    max-width: 1920px;
}

.page-products div.columns {
    width: 100%;
}

/* Catalog Search */
.search dd.item a {
    color: #737373;
    text-decoration: none;
    transition: 0.5s ease;
    padding: 5px 10px;
    margin-right: 10px;
}
.search dd.item {
    display: inline-flex;
    transition: 0.5s ease;
}
.search.results dl.block {
    margin: 10px 0;
}
.search dd.item a:hover {
    color: #fff;
    background-color: #e6c400;
}

/* Filter Nav */
.filter-options .filter-options-title:hover {
    padding: 0 5px 10px;
}
.filter-options .filter-options-title {
    cursor: pointer;
    transition: ease 0.3s;
}
.filter-options-title.active:after {
    transform: rotateZ(180deg);
}
a.premier-aln-item {
    text-decoration: none;
    color: initial;
    font-size: 12px;
}
.filter-options ol.items li.item {
    margin: 5px 0;
    transition: ease 0.5s;
    padding: 0;
}
.filter-options ol.items li.item:hover {
    background-color: #f9f9f9;
}
.filter-options ol.items li.item a .filter-option-label {
    color: #000;
    /* font-weight: bold; */
    font-size: 1.4rem;
}
.filter-current,
.filter-current .filter-current-subtitle,
.filter-current .filter-label,
.filter-current .filter-value,
.filter-current .action {
    font-size: 1.4rem;
}
.filter-options .count{
    display: inline-block;
    margin-left: 4px;
}
.filter-options .evoxlab-layerednav-multiselect input[type="checkbox"]:checked {
    accent-color: #e6c400;
}
.filter-current .action.remove,
.filter-current .action.previous,
.filter-actions .action.clear.filter-clear {
    color: #bb6161;
}
.page-products .products-grid li.product-item {
    padding: 0;
}
.product-item-inner .product form {
    text-align: center;
}
a.product.photo.product-item-photo {
    text-align: center;
    display: block;
}
.stock.unavailable span {
    font-weight: 600;
    font-size: 12px;
    color: #848484;
}
.stock.unavailable {
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}
.page-products .products-grid li.product-item .product-item-info {
    border: 1px solid #eeeeee;
    background-color: white;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    transition: ease 0.5s;
}
.page-products .products-grid li.product-item .product-item-info:hover {
    border: 1px solid #cccccc;
}
.page-products .products-grid li.product-item {
    width: calc(33% - 5px);
    margin-bottom: 5px;
    margin-left: calc((100% - 4 * (25% - 4px)) / 3);
}
.products-grid .product-item-actions {
    margin: 10px 0 0;
    text-align: center;
    display: block;
}
.page-products .cc1x,
.page-products .product-view-installments,
.page-products .total-prazo {
    font-size: 11px;
}
div.product-item-actions .actions-secondary .towishlist{
    display: none !important;;
}
.catalog-category-view .product-item-details {
    text-align: left;
}
.catalog-category-view .product-item .price-box {
    flex-direction: column;
    align-items: flex-start;
}
.catalog-category-view .product-item .special-price {
    margin: 0;
}
.cc1x strong {
    display: inline-block;
    color: #009a26;
}
.catalog-category-view .product-item .rating-summary,
.catalog-category-view .product-item .reviews-actions {
    width: auto;
    margin: 0;
}
.catalog-category-view .product-item a.action {
    margin: 0;
    padding: 0;
}
.page-products .products-grid .product-item:first-child {
    margin-left: 0 !important;
}
.catalog-category-view .category-view {
    margin-bottom: 20px;
}
.catalog-category-view #maincontent {
    display: flex;
    flex-wrap: wrap;
}
.catalog-category-view .columns .column.main {
    padding-bottom: 10px;
}
.catalog-category-view .columns .column.main .toolbar-products {
    margin-bottom: 10px;
}
.catalog-category-view .columns .column.main .products {
    margin-bottom: 10px;
}

@media (max-width: 1023px) and (min-width: 640px) {
    .page-products .products-grid li.product-item {
        width: calc(33.333% - 4px);
        margin-left: calc((100% - 3 * (33.333% - 4px)) / 2);
    }
}

@media (min-width: 1024px) {
    .page-products .products-grid li.product-item:nth-child(3n + 1) {
        margin-left: calc((100% - 3 * (33.333% - 4px)) / 2);
    }
    .page-products .products-grid li.product-item:nth-child(4n + 1) {
        margin-left: 0;
    }
}

@media (max-width: 639px) {
    .catalog-category-view .stock.unavailable,
    .catalogsearch-result-index .stock.unavailable {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    .page-products .products-grid li.product-item:nth-child(2n + 1) {
        margin-left: 0;
    }
    .page-products .products-grid li.product-item {
        width: calc(50% - 2px);
        margin-left: calc(100% - 2 * (50% - 2px));
        position: relative;
    }
    .product-item-inner .product form {
        display: none;
    }
}

.product.media .fotorama__caption {
    display: none;
}
.product-reviews-summary > a {
    text-decoration: none;
    color: inherit;
}

/* HOME PAGE */

.cms-home .page-title-wrapper {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.cms-home .page-title-wrapper h1 {
    font-size: 0;
    margin: 0;
    padding: 0;
}
#maincontent .columns section {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto 0;
}

/* Full Banners Slider */
.swiper-slide .slide-link img {
    width: 175% !important;
    max-width: 2000px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}
.swiper-slide {
    overflow: hidden;
}
.swiper-container.slide-swiper-home_full {
    margin: 0 -15px;
}
.slide-swiper-home_full a.slide-link {
    position: relative;
    height: 450px;
    display: block;
}

@media (max-width: 1190px) {
    .slide-swiper-home_full a.slide-link {
        height: 37vw;
    }
}

/* Benefits Labels */
.home-benefits-labels {
    width: 100%;
    max-width: 1200px;
    margin: -60px auto 0;
}
.home-benefits-labels .columns > div {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e6c400;
}
.home-benefits-labels .columns .col1 {
    width: calc(26% - 1px);
}
.home-benefits-labels .columns .col2 {
    width: calc(26% - 1px);
}
.home-benefits-labels .columns .col3 {
    width: calc(26% - 1px);
}
.home-benefits-labels .columns .col4 {
    width: calc(22% - 1px);
}
.home-benefits-labels .columns div div:first-child {
    float: left;
    position: relative;
    display: block;
    text-align: center;
    margin-right: 15px;
}
.home-benefits-labels .columns div div:last-child {
    /* width: 75%; */
    float: left;
    padding: 10px 0;
}
.home-benefits-labels h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.home-benefits-labels p {
    margin: 0;
    font-size: 13px;
}
.home-benefits-labels .columns div:last-child {
    border: 0;
}
@media (max-width: 1100px) and (min-width: 700px) {
    .home-benefits-labels .columns > div {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .home-benefits-labels .columns div div {
        width: 100%;
        text-align: center;
    }
    .column .home-benefits-labels .columns .txt {
        padding-bottom: 0;
    }
    .home-benefits-labels .columns div div:first-child {
        height: 30px;
        margin: 0;
    }
}

@media (max-width: 850px) and (min-width: 700px) {
    .home-benefits-labels .columns .txt p {
        font-size: 10px;
    }
    .home-benefits-labels .columns .txt h2 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .home-benefits-labels .columns .txt p {font-size: 1.4rem !important;}
}

@media (max-width: 700px) {
    .home-benefits-labels .columns > [class*="col"] {
        width: calc(50% - 1px);
    }
    .home-benefits-labels div.columns {
        padding: 10px;
    }
    .home-benefits-labels .columns .col1,
    .home-benefits-labels .columns .col2 {
        margin-bottom: 10px;
    }
    .home-benefits-labels .columns .col2 {
        border: 0;
    }
}

@media (max-width: 550px) {
    .home-benefits-labels .columns .txt p {
        font-size: 9px;
    }
    .home-benefits-labels .columns .txt h2 {
        font-size: 11px;
    }
    div[class^="premier-icons-"]:before,
    div[class*="premier-icons-"]:before {
        font-size: 20px;
    }
    footer .home-benefits-labels {
        margin: -60px -10px 0;
        width: calc(100% + 20px);
    }
}
@media (max-width: 450px) {
    .home-benefits-labels .columns > div {
        flex-wrap: wrap;
    }
    .home-benefits-labels .columns div div {
        width: 100%;
        text-align: center;
    }
    .home-benefits-labels .columns div div:last-child {
        padding-bottom: 0;
    }
    .home-benefits-labels .columns div div:first-child {
        height: 20px;
        margin: 0;
    }
    #maincontent .columns .home-benefits-labels {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
}

/* Buttons Categories */
.premier-icon-cadeira-giratoria:before {
    content: "\e985";
    font-size: 50px;
}
.premier-icon-cadeira-fixa:before {
    content: "\e986";
    font-size: 50px;
}
.premier-icon-balcoes:before {
    content: "\e989";
    font-size: 45px;
}
.premier-icon-armarios:before {
    content: "\e988";
    font-size: 60px;
}
.premier-icon-mesas:before {
    content: "\e987";
    font-size: 35px;
}
.premier-icon-informatica:before {
    content: "\e98a";
    font-size: 40px;
}
section.buttons-category .columns a {
    text-decoration: none;
    color: initial;
    width: calc(16% - 5px);
    max-height: 130px;
    height: 13vw;
    padding: 5px;
    border: 1px solid #efefef;
    text-align: center;
    background-color: #f5f5f5;
    transition: 0.5s ease;
}
section.buttons-category .columns a:hover {
    background-color: #555555;
}
section.buttons-category .columns div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}
section.buttons-category .columns a:hover i,
section.buttons-category .columns a:hover h1 {
    color: #eeeeee;
}
section.buttons-category .columns {
    display: flex;
    justify-content: space-between;
}
section.buttons-category h2 {
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    margin: 0;
    line-height: 13px;
    color: #555555;
    transition: ease 0.5s;
}
section.buttons-category .columns div i:before {
    font-family: "premier-lab-icons";
    font-style: normal;
    line-height: normal;
}
section.buttons-category .columns div i {
    margin-bottom: 10px;
    color: #999999;
    transition: ease 0.5s;
}
section.buttons-category .columns:after {
    display: none;
}

@media (max-width: 768px) {
    section.buttons-category .columns a {
        width: calc(33.333% - 1vw);
        margin-bottom: 1.5vw;
        height: 21vw;
    }
}
@media (max-width: 550px) {
    .premier-icon-cadeira-giratoria:before {
        font-size: calc(3vw + 21px);
    }
    .premier-icon-cadeira-fixa:before {
        font-size: calc(3vw + 21px);
    }
    .premier-icon-balcoes:before {
        font-size: calc(3vw + 18px);
    }
    .premier-icon-armarios:before {
        font-size: calc(3vw + 24px);
    }
    .premier-icon-mesas:before {
        font-size: calc(3vw + 12px);
    }
    .premier-icon-informatica:before {
        font-size: calc(3vw + 15px);
    }
    section.buttons-category h2 {
        font-size: 10px;
        width: auto;
    }
    section.buttons-category .columns div {
        display: grid;
    }
    section.buttons-category .columns div i {
        margin-bottom: 5px;
    }
    .swiper-container.slide-swiper-home_full {
        margin: 0 -5px;
    }
}

/* Carousels Home */
body.cms-home.page-layout-1column .block.widget .products-grid .product-item {
    margin: 0;
    padding: 0;
}
.home-carousel .product-item-info {
    padding: 10px;
    margin: 0 5px;
    border: 1px solid #f0f0f0;
    transition: ease 0.5s;
    background-color: white;
}
.home-carousel .product-item-info:hover {
    border: 1px solid #a0a0a0;
}
.widget.block .block-title strong:before {
    content: "\f13f";
    font-family: "premier-lab-icons";
    margin-right: 10px;
    color: #fcdd2d;
}
.widget.block .block-title strong {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    background-color: #f9f9f9;
    padding: 0 10px;
}
.widget.block .block-title {
    position: relative;
    margin-top: 20px;
}
.widget.block .block-title strong:after {
    height: 2px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    background-color: #e5e5e5;
    z-index: -1;
}
.widget.block div.swiper-container {
    width: 100%;
    height: auto;
}
.price-final_price .price-wrapper .price {
    font-size: 23px;
}
.product-item .product-reviews-summary {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.product-item .product-reviews-summary .reviews-actions,
.product-item .product-reviews-summary .rating-summary,
.product-reviews-summary .reviews-actions a {
    display: contents;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    line-height: normal;
}
li.product-item .price-box {
    margin: 0 auto;
    display: grid;
}
/* div.product-item-actions .actions-primary + .actions-secondary {
    display: none;
} */
div.product-item-actions .actions-primary {
    display: block;
}
div.rating-summary .rating-result > span:before {
    color: #e6c400;
}
.product-item button.action.primary {
    background: #fcdd2d;
    border: 0;
    color: #191500;
    border-radius: 0;
    padding: 10px 20px;
    transition: ease 0.5s;
    width: 100%;
    max-width: 180px;
}
.product-item button.action.primary span {
    position: relative;
    padding-left: 20px;
}
.product-item button.action.primary span:before {
    content: "\e611";
    font-size: 23px;
    font-weight: normal;
    position: absolute;
    left: -2px;
    top: -7px;
    color: #716000;
}
.product-item button.action.primary:hover {
    background: #e6c400;
}
/*div.column.main .product-items{margin: inherit;}*/
.price-box .price-label {
    display: none;
}
li.product-item .special-price {
    display: inline-block;
    order: 1;
}
.product-info-main .price-box .old-price {
    color: #999999;
    width: 100%;
    margin-top: 10px;
}
.price-box .old-price .price {
    font-size: 13px;
}
.product-item a.action {
    text-decoration: none;
    display: block;
    width: auto;
    margin: -2px 20px;
    padding: 4px 6px;
    text-transform: none;
    color: #555555;
    transition: 0.5s ease;
}
.product-item a.action:hover {
    background-color: #eeeeee;
}
.product-item-info:hover .product-image-photo {
    transform: scale(1, 1);
}
.product-item-info .product-image-photo {
    transition: ease 0.5s;
    transform: scale(0.95, 0.95);
}
.product-item a.product-item-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}
.swiper-slide .total-prazo {
    display: none;
}
.swiper-slide .cc1x,
.swiper-slide .product-view-installments,
.swiper-slide .total-prazo {
    font-size: 11px;
}
.swiper-slide a.action.add {
    display: none;
}
.product-item.swiper-slide a.action {
    margin: 0;
    padding: 0;
}
.product-item-name {
    margin: 5px 0 28px;
}
.reviews-actions a.action.view span:last-child {
    display: none;
}
.reviews-actions a.action.view {
    display: flex;
    padding: 0 5px;
}
.reviews-actions a.action.view:before {
    content: "(";
    margin-right: 2px;
}
.reviews-actions a.action.view:after {
    content: ")";
    margin-left: 2px;
}

@media (max-width: 550px) {
    .widget.block .block-title strong {
        padding-left: 0px;
        font-size: 14px;
    }
    .widget.block .block-title {
        margin: 5px 3px;
    }
    .block.widget .product-item-info {
        margin: 0 2.5px;
    }
    #maincontent section.home-carousel {
        margin-left: -3px;
        margin-right: -3px;
        width: calc(100% + 6px);
    }
    .swiper-slide .old-price {
        display: none;
    }
}

/* Mosaic Home */
.mosaic-home .col {
    float: left;
    width: 32%;
}
.mosaic-home .row {
    display: flex;
    justify-content: space-between;
}
.mosaic-home .col2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mosaic-home a {
    display: block;
    line-height: 0;
    overflow: hidden;
}
.mosaic-home .col img {
    width: 100%;
    transition: 1s ease;
}
.mosaic-home .row div:last-child .image:hover img {
    transform: scale(1.03) translateX(-1%);
}
.mosaic-home .row div:first-child .image:hover img {
    transform: scale(1.03) translateX(1%);
}
.mosaic-home .row div:nth-child(2) .image:first-child:hover img {
    transform: scale(1.03) translateY(1%);
}
.mosaic-home .row div:nth-child(2) .image:last-child:hover img {
    transform: scale(1.03) translateY(-1%);
}
@media (max-width: 767px) {
    .mosaic-home .col.col2 {
        order: -1;
        width: 100%;
    }
    .mosaic-home .col {
        width: 49%;
        flex-direction: row;
    }
    .mosaic-home .row {
        flex-wrap: wrap;
        margin: 0;
    }
    .mosaic-home .col2 .image {
        width: 50%;
        margin-bottom: 1vw;
    }
    .mosaic-home .row > div:first-child {
        padding: 0 0.5vw 0 0;
    }
    .mosaic-home .row > div:last-child {
        padding: 0 0 0 0.5vw;
    }
    .mosaic-home .col2 {
        min-width: 100%;
        padding: 0;
    }
    .mosaic-home .col2 > div:first-child {
        padding: 0 0.5vw 0 0;
    }
    .mosaic-home .col2 > div:last-child {
        padding: 0 0 0 0.5vw;
    }
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    div.panel.wrapper div.panel.header:after,
    .block-search .block-title:after {
        display: none;
    }
    div.panel.wrapper div.panel.header:before,
    .block-search .block-title:before,
    .minicart-wrapper .action.showcart:before {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .block.block-search,
    header.page-header .panel.wrapper,
    div.minicart-wrapper {
        width: 70px;
    }
    .minicart-wrapper .action.showcart .text {
        display: none;
    }
    header.page-header div.minicart-wrapper a.action.showcart:before {
        background: transparent;
        top: 50%;
        right: inherit;
        left: 50%;
        bottom: inherit;
        padding: 0;
    }
    header.page-header {
        max-height: 70px;
    }
    header .logo img {
        width: 110px;
    }
    nav.navigation .level0 .level-top span {
        height: 70px;
    }
    a.level-top:after {
        line-height: 78px;
    }
    strong.logo,
    a.logo {
        width: 150px;
    }
    .sections.nav-sections {
        width: calc(100% - 480px);
    }
    header.page-header .minicart-wrapper a.action.showcart .text,
    header.page-header .amquote-cart-wrapper a.action.amquote-showcart .text {
        display: none;
    }
    header.page-header .header.content:has(.amquote-cart-wrapper) div.minicart-wrapper {
        width: 60px;
        margin: 0;
    }
    header.page-header div.amquote-cart-wrapper.minicart-wrapper a.amquote-showcart.action:before {
        top: 50%;
        transform: translateY(-50%);
    }
    .nav-open body .page-wrapper {
        margin-top: 70px;
        padding-top: 10px;
        left: 80%;
    }
    .minicart-wrapper .action.showcart .counter.qty,
    .amquote-cart-wrapper.minicart-wrapper a.amquote-showcart span.counter.qty {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        height: 25px;
    }
    div.minicart-wrapper .action.showcart .counter.qty .counter-number,
    div.minicart-wrapper .action.amquote-showcart .counter.qty .counter-number {
        position: relative;
        top: 0;
        left: 0;
    }
    body .page-wrapper {
        margin-top: 70px;
    }
    .header-atendimento {
        font-size: 0;
        width: 70px;
    }
}

@media (max-width: 850px) {
    .block.block-search,
    header.page-header .panel.wrapper,
    div.minicart-wrapper {
        width: 60px;
    }
    .sections.nav-sections {
        width: calc(100% - 300px);
    }
    header .logo img {
        width: 100px;
    }
    strong.logo,
    a.logo {
        width: 120px;
    }
    .header-atendimento {
        width: 60px;
    }
}

/** MOBILE */

@media (max-width: 767px) {
    #form-validate div.primary,
    #form-validate div.secondary{
        width: 100%;
    }
    .selo-avaliacao {
        margin: 0 4px 20px 0;
    }
    #seloEbit {
        width: 90%;
    }
    .selo-review-footer span {
        left: 15px !important;
        top: 23px !important;
    }
    .nav-toggle {
        position: relative;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #f9f9f9;
    }
    .nav-toggle:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .block.block-search,
    header.page-header .panel.wrapper,
    div.minicart-wrapper,
    .nav-toggle {
        width: 15%;
        margin: 0;
    }
    strong.logo,
    a.logo {
        width: 40%;
        height: 100%;
    }
    header .logo img {
        position: absolute;
        left: 20%;
        top: 20%;
    }
    .firecheckout .firecheckout-header .header {
        padding: 20px 20px 22px !important;
    }
    header.page-header {
        max-height: 60px;
    }
    .sections.nav-sections {
        width: 80%;
    }
    div.nav-sections-item-title {
        width: 50%;
        border: 0;
    }
    .nav-sections .header.links li {
        width: 50%;
        height: 20vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.nav-sections .header.links {
        display: flex;
        flex-wrap: wrap;
    }
    .nav-sections .header.links li.greet.welcome {
        width: 100%;
        order: -1;
        text-align: center;
    }
    div.nav-sections .header.links li > a {
        padding: 0;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        text-align: center;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
    }
    .nav-sections .header.links li.compare {
        order: 1;
        width: 100%;
    }
    div.nav-sections .header.links li.link.wishlist a,
    div.nav-sections .header.links li:last-child a,
    div.nav-sections .header.links li.compare a {
        border-width: 1px 0 0 0;
    }
    body .page-wrapper {
        margin-top: 60px;
    }
    div.minicart-wrapper .action.showcart .counter-label {
        display: none;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        top: 2px;
        line-height: inherit;
        right: 2px;
        padding: 0;
        margin: 0;
    }
    .counter-number {
        font-size: 10px;
    }
    div.minicart-wrapper .action.showcart .counter.qty .counter-number,
    div.minicart-wrapper .action.amquote-showcart .counter.qty .counter-number {
        padding: 1vw 2vw;
    }
    div.minicart-wrapper .action.showcart .counter-label {
        display: none;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        position: absolute;
        top: 5px;
        right: 5px;
        background: transparent;
    }
    div.minicart-wrapper .action.showcart .counter.qty .counter-number {
        position: relative;
        top: 0;
        left: 0;
    }
    div.minicart-wrapper .action.showcart .counter-label {
        display: none;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        position: absolute;
        top: 5px;
        right: 5px;
        background: transparent;
    }
    div.minicart-wrapper .action.showcart .counter.qty .counter-number {
        position: relative;
        top: 0;
        left: 0;
    }
    .header-atendimento {
        display: none;
    }

    .catalog-product-view .fieldset:last-child {
        margin-bottom: 0;
    }

    header.page-header div.header.content {display: grid;grid-template-columns: 15vw 1fr 15vw 15vw 15vw;}
    header.page-header .block.block-search,
    header.page-header div.panel.wrapper,
    header.page-header div.minicart-wrapper,
    header.page-header .nav-toggle,
    header.page-header .header.content:has(.amquote-cart-wrapper) div.minicart-wrapper {width: 100%;}
    header.page-header strong.logo,
    header.page-header a.logo {width: 89%;max-width: unset;margin: 0 auto;}
    header.page-header .minicart-wrapper .block-quickcart,
    header.page-header .header .minicart-wrapper .block-quotecart {width: 90vw;max-width: 400px;}

    /* PAGE CATALOG MOBILE */
    .block.filter.active .filter-content {
        display: block;
    }
    .block.filter .filter-title {
        text-align: center;
        background: #fcdd2d;
        padding: 10px;
        margin-bottom: 10px;
    }
    .block-title.filter-title strong {
        position: relative;
    }
    .block-title.filter-title strong:before {
        content: "\e606";
        font-size: 23px;
        position: absolute;
        right: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    div.block.filter {
        margin: 0;
    }
    .block-subtitle {
        width: 100%;
        text-align: center;
    }
    .form-cart .cart.table-wrapper .item .col.remove{
        position: absolute;
        top: 60px;
        right: 12px;
        width: 50px;
        padding: 9px 0 0 0;
        z-index: 9999999;
    }
}

@media (max-width: 550px) {
    #maincontent {
        width: calc(100% - 10px);
        padding: 0 5px;
    }
    #maincontent .columns section {
        margin-top: 5px;
    }
}

/* ACCOUNT CREATE PAGE */
.account .page-title-wrapper {
    margin-top: 10px;
}
.account
    .column.main
    .block.block-order-details-view
    .block-content:not(.widget)
    .box {
    width: 33.3% !important;
}
.sales-order-view h1.page-title {
    margin: 0;
}
.account-nav .item .delimiter {
    width: 100%;
}

.account-nav .item {
    width: 100%;
}
.amasty_affiliate-account-setting fieldset.fieldset {
    width: 100%;
}
.customer-account-create .form.create.account.form-create-account {
    width: 100%;
}
.customer-account-create .form-create-account .fieldset {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.customer-account-create fieldset.fieldset.create.account {
    margin-right: 0;
}
.customer-account-create fieldset.fieldset legend.legend {
    background-color: #2b2b2b;
    margin: 0 0 20px 0;
    padding: 25px 20px 25px 50px;
    width: 100%;
    color: white;
    position: relative;
    border-bottom: 10px solid #e6c400;
}
.customer-account-create legend.legend span:before {
    content: "\e608";
    color: #fcdd2d;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}
.customer-account-create form.create.account div.actions-toolbar {
    width: 49%;
    float: right;
    margin: 0 0 40px 0;
}
.customer-account-create div.actions-toolbar .primary .action,
div.actions-toolbar .secondary a {
    margin: 0;
    border: 0;
    background: #fcdd2d;
    color: #2b2b2b;
    padding: 15px 30px;
    transition: 0.5s ease;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0;
}
.customer-account-create div.actions-toolbar .primary .action:hover {
    background: #efcb00;
}
.customer-account-create div.actions-toolbar .secondary a:hover {
    background: #e5e5e5;
}
.customer-account-create div.actions-toolbar .secondary a {
    background: #f4f4f4;
}
@media (max-width: 767px) {
    .customer-account-create .form-create-account .fieldset,
    form.form.create.account div.actions-toolbar {
        width: 100%;
        margin-right: 0;
    }
    .customer-account-create div.actions-toolbar .secondary a.back {
        display: block;
        padding: 13px 0;
    }
    .customer-account-create .fieldset > .legend {
        font-size: calc(1vw + 12px);
    }
}

/* ACCOUNT ADDRESS EDIT */

.customer-address-form .form-address-edit .field.country {
    display: none !important;
}

/* ACCOUNT LOGIN PAGE */

.customer-account-login .login-container {
    width: 100%;
}
.customer-account-login div.login-container .block {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.customer-account-login div.login-container .block.block-new-customer {
    margin-right: 0;
}
.customer-account-login div.login-container .block .block-title {
    background-color: #2b2b2b;
    margin: 0 0 20px 0;
    padding: 25px 20px 25px 50px;
    width: 100%;
    color: white;
    position: relative;
    border-bottom: 10px solid #e6c400;
    font-size: 2rem;
    line-height: 1.2;
    box-sizing: border-box;
}
.customer-account-login div.login-container .block .block-title strong:before {
    content: "\e608";
    color: #fcdd2d;
    font-size: 35px;
    position: absolute;
    top: 16px;
    left: 14px;
}
.customer-account-login form.create.account div.actions-toolbar {
    width: 49%;
    float: right;
    margin: 0 0 40px 0;
}
.customer-account-login div.actions-toolbar .primary .action,
div.actions-toolbar .secondary a {
    margin: 0;
    border: 0;
    background: #fcdd2d;
    color: #2b2b2b;
    padding: 15px 30px;
    transition: 0.5s ease;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0;
}
.customer-account-login div.actions-toolbar .primary .action:hover {
    background: #efcb00;
}
.customer-account-login div.actions-toolbar .secondary a:hover {
    background: #e5e5e5;
}
.customer-account-login div.actions-toolbar .secondary a {
    background: #f4f4f4;
}
.customer-account-login .login-container .fieldset:after {
    font-family: inherit;
}
@media (max-width: 767px) {
    .customer-account-login div.login-container .block {
        width: 100%;
        margin-right: 0;
    }
    .customer-account-login div.actions-toolbar .secondary a.remind {
        display: block;
        padding: 13px 0;
    }
    .customer-account-login div.login-container .block .block-title {
        font-size: calc(1vw + 12px);
    }
    .firecheckout #checkout .opc-wrapper .step-title {
        padding: 7px 0 10px 28px !important;
    }
}

/* CUSTOMER ACCOUNT PAGES */

.account .block-collapsible-nav .item {
    width: 100%;
    display: block;
}
.account .columns .block .block-title {
    background-color: #2b2b2b;
    margin: 0 0 20px 0;
    padding: 15px 20px 15px 30px;
    width: 100%;
    color: white;
    position: relative;
    border-bottom: 7px solid #e6c400;
    font-size: 1.5rem;
    line-height: 1.2;
    box-sizing: border-box;
}
.account .block .block-title strong:before {
    content: "\e608";
    color: #fcdd2d;
    font-size: 35px;
    position: absolute;
    top: 5px;
    left: -1px;
}
.account .column.main .table a.action {
    background: #fcdd2d;
    padding: 5px 10px;
    color: #2b2b2b;
    font-weight: 600;
    text-decoration: none;
    transition: ease 0.5s;
    margin-right: 5px;
    display: inline-block;
}
.account .column.main .table.table-order-items a.action,
.account .column.main .table.table-order-items .amcorder-button {
    background: #fcdd2d;
    padding: 10px;
    color: #2b2b2b;
    font-weight: 600;
    text-decoration: none;
    transition: ease 0.5s;
    margin: 0;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}
.account .column.main .table.table-order-items td.col.actions {
    display: flex;
    gap: 10px;
}
.account .column.main .table.table-order-items td.col {
    vertical-align: middle;
}
.account .column.main .block-title a.action {
    padding: 0;
    background: transparent;
    color: white;
    font-weight: 100;
    line-height: 18px;
}
.account .primary.no-display {
    display: none;
}
.account a,
.account a:visited,
.account .alink:visited,
.account a:hover {
    color: #2b2b2b;
    text-decoration: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
    width: auto;
}

footer.page-footer .content .footer-top a {
    color: #999999;
    text-decoration: none;
}
#form-validate .secondary {
    float: left;
    width: 100%;
}
#form-validate .secondary .action.type-person{
    width: 100%;
    display: block;
}
#form-validate .secondary .action.type-person span{
    font-family: 'Open Sans';
    font-size: 1.4rem;
}
#form-validate div.primary {
    float: right;
}
#form-validate .secondary .action {
    background: initial;
    padding: 15px 30px;
    margin: 0;
    background: #ebebeb;
}
#form-validate .secondary .action:hover {
    background: #dddddd;
}

#itashopline-boleto-button-print {
    width: 215px;
}
.block-order-details-view .block-title strong {
    display: initial !important;
}

/* PRODUCT PAGE */
.page-layout-1column #maincontent .product.media {
    width: 59%;
}
.page-layout-1column #maincontent .product-info-main {
    width: calc(40% - 40px);
    padding: 20px;
    background-color: #ffffff;
}

.catalog-product-view .product-social-links{
    width: 100%;
    display: block;
    text-align: center;
}

.catalog-product-view .product-addto-links .action.tocompare{
    display: inline-block!important;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
    width: 100% !important;
}
.product .gallery-placeholder {
    display: contents;
}

.catalog-product-view .page-wrapper .breadcrumbs{
    height: 20px;
}
@media (max-width: 768px) {
    .catalog-product-view .page-wrapper .breadcrumbs {
        display: none;
    }
}
/* Title & Prices Block */
.catalog-product-view .product-info-price > div {
    margin: 15px 0 0 0;
}
.box-reviews-summary {
    min-height: 28px;
}
.product-info-main .page-title-wrapper h1.page-title {
    font-size: 25px;
    line-height: normal;
}
.product-info-main .stock span:before {
    content: "\e610";
    font-size: 17px;
    color: white;
    background-color: #009a26;
    left: 0;
    position: absolute;
    width: 28px;
    line-height: 28px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.product-info-main .stock span {
    padding: 6px 15px 5px 40px;
    position: relative;
    background-color: #40ca02;
    color: #ffffff;
    display: block;
}
.product-info-main .availability.only {
    background-color: #ff4545;
    display: inline-block;
    padding: 5px 15px 5px 40px;
    color: white;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin-right: 20px;
}
.product-info-main .availability.only a{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}
.product-info-main div.stock.available {
    vertical-align: inherit;
}
.product-info-main .availability.only:before {
    content: "\e085";
    font-family: "premier-lab-mui-icons";
    font-size: 14px;
    color: white;
    background-color: #d00000;
    left: 0;
    position: absolute;
    width: 28px;
    line-height: 28px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.product-info-main .availability.only.detailed{
    display:none;
}
.product-info-main div.product.attribute.sku {
    margin: 0 10px 0 0;
    width: fit-content;
    background-color: #f3f3f3;
}
.product-info-main .product.attribute.sku strong.type {
    background-color: #e0e0e0;
    padding: 5px 10px;
    margin: 0;
    display: inline-block;
}
.product-info-main .product.attribute.sku div.value {
    padding: 5px 10px 5px 3px;
    vertical-align: unset;
    background-color: #f3f3f3;
}
.product-reviews-summary a.action.add:before {
    content: "\e05b";
    font-family: "premier-lab-mui-icons";
    margin-right: 5px;
    line-height: 28px;
    color: #7d7d7d;
    background-color: #e0e0e0;
    left: 0;
    padding: 4px;
    width: 28px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) rotateY(180deg);
}
.product-reviews-summary a.action.add {
    text-decoration: none;
    color: #7d7d7d;
    padding: 5px 5px 5px 25px;
    background-color: #f3f3f3;
    position: relative;
    transition: ease 0.5s;
}
.product-reviews-summary a.action.add:hover {
    background-color: #e0e0e0;
}
.product-info-main div.price-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.product-info-main div.price-box .special-price {
    order: 1;
    width: 100%;
    margin: 0;
}
.product-info-main div.price-box .special-price .price {
    font-size: 40px;
    line-height: 40px;
}
.product-info-main div.price-box .old-price .price {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.product-info-main div.box-tocart .fieldset {
    display: flex;
    flex-direction: column;
}
.product-info-main div.box-tocart .fieldset .qty {
    display: flex;
    align-items: center;
    margin: 0;
}
.product-info-main div.box-tocart .fieldset .qty .label {
    margin: 0 15px 0 0;
}
.product-info-main div.box-tocart .fieldset .actions {
    width: 100%;
    display: block;
    padding-top: 15px;
}
.product-info-main div.box-tocart {
    display: block;
    margin: 0;
}
.product-info-main div.box-tocart .fieldset .actions button {
    color: #fff;
    width: 100%;
    border-radius: 0;
    background-color: #009a26;
    border: 0;
    transition: ease 0.5s;
    padding: 20px 10px;
}
.product-info-main div.box-tocart .fieldset .actions button span {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding-left: 40px;
    padding-right: 0;
    transition: ease 0.5s;
}
.product-info-main div.box-tocart .fieldset .actions button span:before {
    content: "\e611";
    font-size: 35px;
    position: absolute;
    left: 0px;
    transition: cubic-bezier(0.93, -0.14, 0.4, 1.24) 1s;
}
.product-info-main div.box-tocart .fieldset .actions button:hover {
    background-color: #00801f;
}
.product-info-main div.box-tocart .fieldset .actions button:hover {
    padding-left: 0;
    padding-right: 40px;
}
.product-info-main div.box-tocart .fieldset .actions button:hover span:before {
    left: 100%;
}
.product-info-main .stock.unavailable span {
    background-color: red;
}
.product-info-main .stock.unavailable span:before {
    background-color: #c70000;
    content: "\e616";
    font-size: 25px;
}
.product-info-main .product-social-links a.action {
    padding: 15px;
    border-radius: 0;
    border: 0;
    background-color: #f3f3f3;
    margin: 0;
    color: #333334;
    font-weight: 600;
    line-height: 12px;
    font-size: 12px;
    transition: ease 0.5s;
}
.product-info-main .product-social-links a.action span,
.product-info-main .product-social-links a.action:before {
    line-height: inherit;
}
.product-info-main .product-social-links a.action:hover {
    border: 0;
    background-color: #e2e2e2;
    color: #333333;
}
.product-view-installments {
    text-transform: lowercase;
}
.product-info-price > p {
    display: none;
}
.product-info-price {
    margin-bottom: 10px;
}
.product-info-price .price {
    font-weight: 700;
}
.product-info-price > .price {
    font-size: 20px;
}
.catalog-product-view .product-view-installments:before {
    content: "\f09d";
    font-size: 16px;
    font-family: premier-lab-icons;
    margin-right: 5px;
}
.catalog-product-view .price-box .price-label {
    display: initial;
}
.catalog-product-view .product-info-price > div {
    margin: 15px 0;
}
.catalog-product-view div.product-info-price div.total-prazo,
.catalog-product-view div.product-info-price .product-view-installments {
    margin: 5px 0;
}
.catalog-product-view .column.main>div:not(.description){width: 100%}


@media (max-width: 767px) {
    .page-layout-1column #maincontent .product.media {
        width: 100%;
    }
    .page-layout-1column #maincontent .product-info-main {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    /* .product-add-form {position: fixed;bottom: 0;left: 0;right: 0;z-index: 10;background: #009a26;}*/
    .product-info-main div.box-tocart .fieldset .actions {
        padding: 0;
        width: 70%;
    }
    .product-info-main div.box-tocart .fieldset {
        flex-direction: row;
    }
    .product-info-main div.box-tocart .fieldset .qty .label {
        margin: 0;
    }
    .product-info-main div.box-tocart .fieldset .qty {
        width: 10%;
        min-width: 40px;
        max-width: 60px;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        padding: 0 10px;
        border-radius: 5px;
    }
    .product-info-main div.box-tocart .fieldset .qty .input-text {
        background-color: white;
        width: 50px;
        height: 50px;
        font-size: 1.6rem;
    }
    body.catalog-product-view {
        padding-bottom: 60px;
    }
    .catalog-product-view #wh-widget-send-button.wh-widget-right {
        bottom: 49px !important;
        right: -10px !important;
    }
}

/* Product Infos */
.product.data.items > .item.title > .switch {
    display: inline-table !important;
}
.product.data.items > .item.title h3{
    font-size: 25px;
    text-transform: uppercase;
}
.askit-questions .toolbar .pager{
    margin-bottom: 5px;;
}
div.product.data.items > .item.content {
    border: 1px solid #d1d1d1;
}
.product.info.detailed th,
.product.info.detailed td {
    width: auto;
}
form.review-form {
    max-width: unset;
}
.catalog-product-view .review-add div.review-form-actions {
    float: right;
    margin: 0;
}
.catalog-product-view .review-add .field label.label {
    width: 80px;
}
.catalog-product-view .review-add .field div.control {
    width: calc(100% - 80px);
}
.review-form .action.submit.primary:hover {
    background: #7bb4cd;
    border: 0;
    color: white;
}
.review-field-ratings div.nested {
    display: block;
}
form.review-form fieldset.fieldset fieldset.field > legend.label {
    width: 100%;
    text-align: center;
}
.catalog-product-view .review-add .field .nested div.control {
    width: 100px;
    float: left;
    margin: 0px;
    padding: 0;
}
.catalog-product-view .review-add .field .nested div.field {
    width: 100%;
    display: block;
}
.catalog-product-view .review-add .nested div.field label.label {
    width: calc(100% - 100px);
    float: left;
    margin: 0;
    padding: 10px 0px;
}
.catalog-product-view .review-add fieldset.field div.control {
    width: 100%;
}
.catalog-product-view .review-add div[class*="review-"] label.label {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
.catalog-product-view div.review-add .field div.control {
    width: 100%;
}
fieldset.fieldset legend.review-legend.legend span {
    font-size: 0.8em;
    margin-bottom: 5px;
    display: block;
}
.product-reviews-summary .reviews-actions a.action {
    width: auto;
    float: left;
    margin: 0 10px 0 0;
    height: 30px;
    align-items: center;
}
.product-reviews-summary .reviews-actions a.action.add {
    padding: 5px 10px 5px 35px;
}
.product-reviews-summary.empty .reviews-actions a.action {
    width: calc(105% - 5px);
}
.reviews-actions {
    width: 100%;
}
.reviews-actions .action.view {
    width: calc(45% - 5px);
    margin-right: 10px;
}
.review-ratings {
    max-width: 310px;
    width: 100%;
    margin-right: 10px;
}
.review-ratings .rating-summary.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review-ratings ~ .review-details {
    margin: 0;
    display: block;
    width: 100%;
    float: left;
}
#product-review-table .review-control-vote:before,
#product-review-table .review-control-vote label:before {
    font-size: 40px;
}
.storereview .review-ratings .rating-summary.item {
    justify-content: center;
}
.catalog-product-view .attribute.description {
    display: inline-block;
}
.catalog-product-view .product-atributes-blocks {
    width: 100%;
    display: inline-block;
}
.catalog-product-view .product-atributes-blocks .title,
.catalog-product-view .attribute.description .type,
.catalog-product-view .premierlab-reviews-wrapper .title {
    margin: 0 0 10px;
    border-bottom: #161616 solid 2px;
    color: #21293c;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
}
.catalog-product-view .premierlab-reviews-wrapper {
    margin: 30px 0 0 0;
}

@media (max-width: 767px) {
    .review-form fieldset.fieldset > div.field,
    .review-form fieldset.fieldset fieldset.field {
        width: calc(100% + 20px);
        box-sizing: border-box;
        margin: 0 -10px 10px;
        float: left;
    }
    .catalog-product-view .review-add .nested div.field label.label {
        width: calc(100% - 150px);
    }
    .storereview-list .storereview .author-info {
        padding-left: 0;
    }
}

@media (max-width: 550px) {
    #product-review-table .review-control-vote:before,
    #product-review-table .review-control-vote label:before {
        font-size: 30px;
    }
    .catalog-product-view .review-add .nested div.field label.label {
        width: calc(100% - 100px);
    }
}

/* CATALOGO */

/* CHECKOUT CART */

.checkout-cart-index .table th,
.table td {
    border-top: none;
}
mark,
.mark {
    background-color: transparent;
}
.checkout-cart-index div[name="shippingAddress.country_id"],
.checkout-cart-index div[name="shippingAddress.region_id"] {
    display: none;
}
.checkout-cart-index #co-shipping-method-form dt {
    display: none;
}
.price-including-tax,
.price-excluding-tax {
    white-space: nowrap;
}
.form-cart .cart.table-wrapper .col {
    padding: 10px 10px;
}
.form-cart .cart.table-wrapper .item .col.item {
    padding: 10px;
    display: flex;
    align-items: center;
}
.form-cart .cart.table-wrapper .product-item-photo {
    display: inline-block;
    width: 80px;
    height: 70px;
    padding: 0;
    margin-right: 10px;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    overflow: hidden;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo {
    height: 70px;
    width: auto;
}
.form-cart .cart.table-wrapper .item td {
    vertical-align: middle;
}
.cart.item .item-actions .actions-toolbar a.action-edit,
.cart.item .item-actions .actions-toolbar a.action-delete {
    border-radius: 0;
    border: 0;
    margin: -20px 0px 0 10px;
    transition: ease 0.5s;
    float: right;
    padding: 0 10px;
    display: block;
}
.form-cart .cart.table-wrapper .item-actions td {
    padding: 0 10px 10px;
}
.cart.table-wrapper .actions-toolbar .action-delete{
    background: none!important;
    border:none!important;
    padding:0!important;
    margin-bottom: 0!important;
}
.form-cart .cart.table-wrapper .col.qty .input-text {
    margin: 0;
}
.action-edit span:before {
    content: "\e606";
}
.action-delete span:before {
    content: "\e604";
}
.action-edit span:before,
.action-delete span:before {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}
.cart.item .actions-toolbar .action span {
    font-size: 0;
    line-height: 0;
}
.actions-toolbar a.use-ajax.action.action-towishlist {
    display: none;
}
.cart-container .checkout-methods-items button.action.primary.checkout {
    background-color: #009a26;
    border: 0;
    border-radius: 0;
    color: #333;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    transition: ease 0.5s;
}
.cart-container .form-cart .action.continue,
.cart-container .form-cart button,
.cart-container .cart-summary .discount .action.apply.primary {
    border-radius: 0;
    border: 0;
    margin: 0;
    transition: ease 0.5s;
    padding: 10px;
    display: block;
    float: left;
}
div.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue:hover,
div.block-cart-failed .action.continue,
.cart-container .form-cart button:hover {
    border: 0;
}
button#empty_cart_button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 16px;
    color: inherit;
    content: "\e604";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.cart.main.actions button {
    float: right;
    margin-right: 0;
}
div.cart-summary {
    width: 100%;
    order: 1;
    background-color: white;
    top: 0 !important;
}
.cart-container {
    display: flex;
    flex-direction: column;
}
.cart-container #form-validate {
    width: 100%;
    padding: 0px 15px 10px;
    box-sizing: border-box;
    background-color: white;
    margin-bottom: 15px;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
    display: none;
}
.cart-container .cart-summary .block,
.cart-container #block-shipping {
    float: left;
    margin-right: 10px;
    width: calc(33.333% - 10px);
}
.cart-container .cart-totals {
    width: 33.333%;
    float: right;
}
.cart-totals .table-wrapper table.totals tr.totals-tax{
    display:none;
}
.column.main .cart-container .block .title {
    pointer-events: none;
}
.cart-container .cart-summary .block .fieldset {
    margin: 0px 0 5px 5px;
}
.cart-container #block-discount .content,
.cart-container #block-shipping .content {
    display: block !important;
}
.cart-container .cart-summary .checkout-methods-items {
    float: right;
    width: 33.333%;
}
button.action.primary.checkout span:before {
    content: "\e628";
    font-size: 30px;
    line-height: 0;
    font-weight: 500;
    position: relative;
    top: 6px;
    left: -10px;
}
.cart-container .checkout-methods-items button.action.primary.checkout:hover {
    background-color: #00801f;
}
.cart-container .checkout-methods-items button.action.primary.checkout span {
    position: relative;
}
.modals-overlay {
    z-index: 899 !important;
}
.block.crosssell {
    margin: 0;
}
.block.crosssell > .block-content.content {
    background: white;
    padding: 0 10px 10px;
}
.block.crosssell > .block-title.title {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.block.crosssell > .block-content.content ol.product-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    justify-content: center;
}
.block.crosssell > .block-content.content ol.product-items .product-item,
.block.crosssell
    > .block-content.content
    ol.product-items
    .product-item
    .product-item-info {
    width: 100%;
    margin: 0;
    padding: 0 5px;
    max-width: 350px;
}

@media (max-width: 767px) {
    .product-item-details {
        width: 100%;
    }
    .cart-container #form-validate {
        padding: 0;
    }
    .form-cart .cart.table-wrapper .product-item-photo {
        position: relative;
        top: 0;
    }
    .cart.table-wrapper .col.qty:before,
    .cart.table-wrapper .col.price:before,
    .cart.table-wrapper .col.subtotal:before,
    .cart.table-wrapper .col.msrp:before {
        font-family: inherit;
    }
    .cart.item .item-actions .actions-toolbar a.action-edit,
    .cart.item .item-actions .actions-toolbar a.action-delete {
        margin-top: -10px;
    }
    .cart-container .form-cart .action.continue,
    .cart-container .form-cart button,
    .cart-container .cart-summary .discount .action.apply.primary {
        margin: 0 auto 10px;
        float: none;
        width: 100%;
    }
    .cart-container .cart-summary .block,
    .cart-container #block-shipping,
    .cart-container .cart-totals,
    .cart-container .cart-summary .checkout-methods-items {
        margin: 0 0 10px;
        width: 100%;
    }
    div.cart-summary {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0 10px;
    }
    .cart-container .cart-totals,
    .cart-container .checkout-methods-items {
        order: 1;
    }
}

/* ONESTEPCHECKOUT */

.onestepcheckout #issuers {
    width: 100%;
}

#co-shipping-method-form .col-price {
    min-width: 68px;
}
@media (max-width: 550px) {
    .checkout-payment-method .payment-option {
        margin: 0;
    }
}
/******** INPUT RADIO TEMA *********/
.checkout-payment-method .payment-method-title {
    padding: 15px 0;
}

#co-shipping-method-form .field,
#co-shipping-method-form .row,
#checkout-payment-method-load .choice {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#checkout-payment-method-load .choice,
#co-shipping-method-form .field {
    line-height: 26px;
}
#co-shipping-method-form .row {
    margin: 0;
}

@media (min-width: 767px) {
    #co-shipping-method-form input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
}
@media (max-width: 767px) {
    #co-shipping-method-form input[type="radio"] {
        margin-left: 10px;
    }
}

.payment-method input[name="payment[method]"] + label:before,
#co-shipping-method-form input[type="radio"] + label:before {
    cursor: pointer;
    position: absolute;
    content: " ";
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
#co-shipping-method-form input[type="radio"] + label:before {
    top: 0;
}

.payment-method input[name="payment[method]"]:hover ~ label:before,
#co-shipping-method-form input[type="radio"]:hover ~ label:before {
    background-color: #ccc;
}

.payment-method input[name="payment[method]"]:checked ~ label:before,
#co-shipping-method-form input[type="radio"]:checked ~ label:before {
    background-color: #f8dd2c;
}

.payment-method input[name="payment[method]"] + label:after,
#co-shipping-method-form input[type="radio"] + label:after {
    content: " ";
    position: absolute;
    display: none;
}

.payment-method input[name="payment[method]"]:checked ~ label:after,
#co-shipping-method-form input[type="radio"]:checked ~ label:after {
    display: block;
}

.payment-method input[name="payment[method]"]:checked ~ label:after,
#co-shipping-method-form input[type="radio"]:checked ~ label:after {
    display: block;
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
.payment-method input[name="payment[method]"]:checked ~ label:after {
    top: 23px;
}
/******** FIM INPUT RADIO TEMA *********/

.checkout-index-index #checkout-step-shipping_method table .row {
    display: block;
}
table.table-checkout-shipping-method tbody td {
    padding: 0 7px 10px 0;
    flex-basis: unset;
    max-width: unset;
    width: auto;
    text-align: left;
    vertical-align: middle;
    border: none;
}
table.table-checkout-shipping-method tbody tr {
    border-top: 1px solid #cccccc;
    padding-top: 12px;
}
table.table-checkout-shipping-method tbody tr:first-child {
    border-top: none;
}
.table-checkout-shipping-method tbody td:first-child {
    padding: 15px 0 0 0;
}
div.block-authentication .actions-toolbar > .secondary {
    margin: 0;
    padding: 0;
}
.onestepcheckout
    .checkout-payment-method
    .payment-method-content
    .form
    .field
    .label,
.onestepcheckout li.checkout-payment-method .payment-method-content {
    width: 100%;
    padding: 5px 0;
    text-align: left;
}
.onestepcheckout .checkout-payment-method .ccard .number .input-text,
.onestepcheckout .checkout-payment-method .ccard .number .control {
    width: 100%;
}
.payment-method .payment-method-content .form fieldset .field.type .control {
    margin: 0;
    width: auto;
}
.onestepcheckout.onestepcheckout-col3-set div.opc-wrapper .opc > li {
    margin: 0 10px 10px 0;
    width: calc(50% - 10px);
}
.onestepcheckout div.place-order .actions-toolbar .primary .action {
    width: 100%;
    background-color: #fcdd2d;
    border: 0;
    border-radius: 0;
    color: #333;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    transition: ease 0.5s;
}
.onestepcheckout .place-order .actions-toolbar .primary .action:hover {
    background-color: #efcb00;
}
.onestepcheckout .place-order .actions-toolbar .primary {
    width: 100%;
}
li.checkout-payment-method .payment-option-title {
    margin: 0;
    padding: 15px 0;
}
li.checkout-payment-method .payment-option-title .action-toggle {
    padding: 10px 5px 10px 15px;
    background-color: #f2f2f2;
    color: #333;
    font-weight: 600;
    transition: ease 0.5s;
}
li.checkout-payment-method .payment-option-title .action-toggle:hover {
    background-color: #e2e2e2;
}
.actions-toolbar .primary .action {
    border-radius: 0;
    border: 0;
    margin: 0;
    transition: ease 0.5s;
    padding: 10px;
    display: block;
    float: left;
}
.onestepcheckout li.checkout-payment-method .payment-option-content {
    margin: 0;
    padding: 0;
}
button.action.primary.checkout:hover span:after {
    width: 0;
    background-color: #efcb00;
    left: 10px;
}

@media (max-width: 767px) {
    .opc-estimated-wrapper .estimated-block .estimated-label {
        float: left;
        margin: 0 5px 0 0;
        position: relative;
        line-height: normal;
        padding: 0 0 0 3vw;
    }
    .opc-estimated-wrapper {
        padding: 0;
        background-color: #2b2b2b;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 6px solid #e6c400;
    }
    #checkout .minicart-wrapper {
        height: auto;
        width: 20%;
    }
    #checkout div.minicart-wrapper .action.showcart {
        background-color: transparent;
        border: 0;
        width: 60px;
        height: 60px;
        padding: 0;
    }
    #checkout .minicart-wrapper .action.showcart .counter.qty {
        top: 0;
        right: 0;
    }
    #checkout .estimated-label:before {
        content: "\e608";
        color: #fcdd2d;
        font-size: 35px;
        position: absolute;
        top: -6px;
        left: calc(-19px + 1vw);
        font-weight: 100;
    }
    .onestepcheckout.onestepcheckout-col3-set div.opc-wrapper .opc > li {
        width: 100%;
        margin: 0;
    }
    .opc-wrapper .step-title {
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
        font-weight: 600;
        font-size: 16px;
    }
    .opc-wrapper .step-title:before {
        display: block;
        content: "\e608";
        color: #000000;
        font-size: 30px;
        position: absolute;
        top: 5px;
        left: -5px;
        font-weight: 100;
        font-family: "icons-blank-theme";
        background: transparent;
    }
    .opc-wrapper .step-content {
        margin: 0 0 10px;
    }
    .actions-toolbar .primary .action {
        float: none;
        background-color: #fcdd2d;
        color: #000;
    }
}

.checkout-billing-address {
    display: none;
}
.columns .action.checkout {
    min-width: 215px;
    margin: 0 auto 10px;
    color: #fff !important;
    display: block;
    padding: 14px 30px !important;
    border: none;
}

/* MODAL LOGIN POPUP */
.modal-popup .modal-inner-wrap {
    margin-top: 90px;
}
.block-authentication .block[class] + .block::before {
    font-family: unset;
}
.modal-popup .secondary a.action {
    margin: 0;
}
.modal-popup .primary button,
.modal-popup .primary a {
    font-weight: 600;
    border: 0;
    border-radius: 0;
}
.modal-popup .primary button span,
.modal-popup .primary a span {
    font-size: 1.4rem;
}

/* SIDEBAR LOGIN */
.fieldset.login .action-login {
    margin: 0;
    border: 0;
    background: #fcdd2d;
    color: #2b2b2b;
    padding: 13px 30px;
    transition: 0.5s ease;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0;
}
.fieldset.login .secondary .action {
    padding: 15px 10px;
    margin: 0;
    background-color: transparent;
}
.block-new-customer .primary a.action-register {
    background-color: #fcdd2d;
    color: #333;
    padding: 15px 30px;
}

/* SIDEBAR CART */
#minicart-content-wrapper {
    width: 100%;
    height: 100%;
}
div.block-minicart .items-total {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
}
div.block-minicart .block-content > .actions > .primary .action.primary,
div.block-minicart .block-content a.action.viewcart {
    background: #fcdd2d;
    border: 0;
    color: #191500;
    border-radius: 0;
    padding: 15px 20px;
    transition: ease 0.5s;
    width: 100%;
    text-decoration: none;
    display: block;
    margin: 0;
    box-sizing: border-box;
}
div.block-minicart .block-content > .actions > .primary .action.primary:hover,
div.block-minicart .block-content a.action.viewcart:hover {
    background: #e6c400;
}
div.minicart-items-wrapper {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto !important;
}
div.block-minicart .block-content > .actions {
    margin: 10px 3vw;
}
div.block-minicart .block-content > .actions > .primary {
    margin: 0;
}
.minicart-items .product-item:first-child {
    padding-top: 20px;
}
ol.minicart-items .product-item-details {
    padding: 0;
    width: calc(100% - 78px);
    float: left;
}
ol.minicart-items .product-item-photo {
    width: 20%;
    text-align: center;
}
ol.minicart-items .product-item-photo img {
    width: 100% !important;
    height: auto !important;
    max-width: 78px;
}
.minicart-wrapper .block-minicart .block-content {
    height: 100%;
}
#mini-cart .product-item-name {
    width: calc(100% - 95px);
    float: left;
}
#mini-cart .product-item a.action:hover {
    background-color: #dddddd;
}
#mini-cart span.price-excluding-tax,
#mini-cart span.price-excluding-tax .price {
    font-size: 18px;
    text-align: right;
}
#mini-cart .product-item-details .details-qty {
    text-align: right;
}
#mini-cart .item-qty {
    margin: 0;
}

.checkout-onepage-success .checkout-success {
    margin-bottom: 100px;
}
.checkout-onepage-success .page-title-wrapper {
    text-align: center;
}
.checkout-onepage-success .columns .action.continue {
    float: right;
}
.checkout-onepage-success .columns .action {
    background: #e6c400;
    border: 0;
    color: #2b2d36;
    padding: 10px 20px;
    transition: ease 0.5s;
    width: 100%;
    max-width: 200px;
    display: block;
    text-align: center;
    border-radius: 2px;
}
.checkout-onepage-success .action:hover {
    background: #47a0b9;
    border: 0;
}
.checkout-onepage-success a.print {
    display: none;
}
.checkout-onepage-success h1.page-title {
    margin: 10px 0 0 0;
}
.checkout-onepage-success .order-date span,
.checkout-onepage-success .status span {
    font-weight: bold;
}
.checkout-onepage-success .order-details-items {
    padding: 0;
    border: 0;
    margin: 30px 0 30px 0;
}
.checkout-onepage-success .order-details-items.ordered .order-title,
.block-order-details-view .block-title {
    text-align: center;
    background: #2b2d36;
    color: #e6c400;
    padding: 1px;
    display: block;
    border-bottom: 5px solid #e6c400;
}
.checkout-onepage-success .order-details-items .order-title {
    border-bottom: none;
}
.checkout-onepage-success .order-details-items .order-title strong,
.block-order-details-view .block-title strong {
    margin: 10px 0;
    line-height: inherit;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.checkout-onepage-success .order-details-items table {
    background: white;
    border: 1px solid #e1e1e1;
}
.checkout-onepage-success .order-details-items.ordered .product-image a {
    width: calc(3vw + 60px);
    height: calc(3vw + 60px);
    overflow: hidden;
    display: flex;
    align-items: center;
}
.checkout-onepage-success .order-details-items.ordered .product-name {
    width: calc(100% - (3vw + 80px));
    float: left;
    font-size: initial;
    margin: 0;
    font-weight: 600;
}
.checkout-onepage-success .product-image {
    float: left;
    width: calc(3vw + 60px);
    height: calc(3vw + 60px);
    margin-right: 20px;
}
.checkout-onepage-success .order-details-items table tbody tr,
.order-details-items table thead tr {
    border-bottom: 1px solid #e1e1e1;
}
.checkout-onepage-success header .header.content {
    justify-content: center;
}
.checkout-onepage-success a.logo {
    width: auto;
}

.checkout-onepage-success .block-order-details-view {
    display: flow-root;
}
.checkout-onepage-success .block-order-details-view .box-content {
    padding: 10px 0 0 0;
}
.checkout-onepage-success .block-order-details-view .box-content address {
    margin: 0;
}
.checkout-onepage-success .block-order-details-view .box {
    height: 215px;
    line-height: 21px;
    margin-bottom: 20px;
    width: 48%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}
.checkout-onepage-success .box-order-billing-address {
    float: left;
}
.checkout-onepage-success .box-order-shipping-address {
    float: right;
}
.checkout-onepage-success .box-order-billing-method {
    float: left;
}
.checkout-onepage-success .box-order-billing-method .payment-method .content a {
    background: #57b5cf;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    padding: 10px 20px;
    transition: ease 0.5s;
    width: 100%;
    max-width: 200px;
    margin: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}
.checkout-onepage-success
    .box-order-billing-method
    .payment-method
    .content
    a:hover {
    background: #47a0b9;
}
.checkout-onepage-success .box-order-billing-method .payment-method {
    margin-bottom: 0;
}
.checkout-onepage-success .box-order-billing-method .payment-method .title {
    margin-bottom: 0;
}
.checkout-onepage-success
    .box-order-billing-method
    .payment-method
    .title
    strong {
    font-size: 1.4rem;
}
.checkout-onepage-success th.table-method {
    text-align: right;
}
.checkout-success .info-top {
    font-size: 1.6rem;
    margin: 40px 0 30px 0;
}
select,
input.input-text {
    border-radius: 5px;
}

.checkout-onepage-success .block-order-details-view .box-title {
    padding: 8px 0 8px 10px;
    display: inline-block;
    width: 100%;
    background-color: #2b2d36;
    color: #e6c400;
}

/** ELASTIC SEARCH SUITE **/
ul#product {
    display: flex;
    flex-wrap: wrap;
}
#product li {
    width: 50%;
    padding: 10px 0;
    margin: 0;
    display: flex;
}
#searchsuite-autocomplete {
    width: unset;
    right: 0;
    left: 0;
    top: calc(100% - 8px);
    border: 0;
}
.qs-option-description {
    text-align: justify;
}
.searchsuite-autocomplete
    ul
    li
    .qs-option-info
    .qs-option-reviews
    .product-reviews-summary {
    margin: 0;
}
.product-reviews-summary.empty .reviews-actions a.action {
    display: block;
    padding: 0;
    height: fit-content;
    margin: 0;
}
.searchsuite-autocomplete ul li .qs-option-info {
    width: 75%;
    padding: 0;
    margin: 0;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
    margin-bottom: 5px;
}
.searchsuite-autocomplete ul li .qs-option-image {
    max-width: unset;
    width: 25%;
    display: flex;
    align-items: center;
}
#product > li:nth-child(odd) {
    padding: 10px 10px 10px 0;
    border-right: 1px solid #f0f0f0;
}
.searchsuite-autocomplete .title {
    margin: 0;
}
#product > li:nth-child(even) {
    padding: 10px 0 10px 10px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    margin: 0;
}
.searchsuite-autocomplete {
    height: calc(100vh - 200px);
    overflow: auto;
}
@media (max-width: 767px) {
    #product li {
        width: 100%;
    }
    #product > li:nth-child(odd) {
        border-right: 0;
    }
    .searchsuite-autocomplete {
        height: calc(100vh - 140px);
        right: 10px;
        left: 10px;
        top: calc(100% - 5px);
    }
    .block-search .block-content {
        width: 100%;
        height: 75px;
    }
    #search_mini_form {
        padding: 10px;
    }
    .block-search .search .control {
        border: 0;
    }
    .searchsuite-autocomplete .title {
        margin-right: 1px;
    }
    div.header .logo img {
        position: relative;
        left: 0;
        top: 0;
        width: 130px;
    }
    div.header .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/** END ELASTIC SEARCH SUITE **/

/********************** START PRODUCT VIEW ****************************/
.page-layout-1column #maincontent .product.media {
    display: block;
    background-color: white;
}
/********************** END PRODUCT VIEW ****************************/

/* COUNTDOWN PRODUCT PAGE */
#timer-default {
    max-width: 500px;
    padding: 20px 0;
}
#timer-default.-honeycomb .amcountdown-image {
    top: -1px;
    left: -5px;
    width: 70px;
    height: 75px;
}
#timer-default.-default .amcountdown-wrap span,
#timer-default.-honeycomb .amcountdown-wrap span {
    color: white;
}
#timer-default.-transparent span,
#timer-default.-default span {
    font-size: 17px;
}
#timer-default.-transparent span.amcountdown-number,
#timer-default.-default span.amcountdown-number {
    font-size: 25px;
}
#timer-default.-round .amcountdown-list {
    width: 100%;
}
#timer-default.-round .amcountdown-wrap {
    width: calc(50% - 40px);
}
#timer-default.-round .amcountdown-block-wrapper.-round .amcountdown-item {
    min-width: calc(50% - 8px);
}
#timer-default.-round .amcountdown-list {
    flex-flow: row wrap;
    justify-content: center;
}
#timer-default.-round .amcountdown-svg-wrapper {
    left: -4px;
    top: 3px;
    width: 100px;
    height: 100px;
}

@media (max-width: 1100px) {
    #timer-default.-honeycomb .amcountdown-wrap span,
    #timer-default.-circle .amcountdown-wrap span {
        font-size: 11px;
    }
    #timer-default.-round .amcountdown-wrap span {
        font-size: 15px;
    }
    #timer-default.-honeycomb span.amcountdown-number {
        font-size: 15px;
    }
    #timer-default.-transparent span,
    #timer-default.-default span {
        font-size: 13px;
    }
    #timer-default.-transparent span.amcountdown-number,
    #timer-default.-circle span.amcountdown-number {
        font-size: 20px;
    }
    #timer-default.-default span.amcountdown-number {
        font-size: 22px;
    }
    #timer-default.-round span.amcountdown-number {
        font-size: 30px;
        line-height: 30px;
    }
    #timer-default.-round .amcountdown-item {
        min-width: 60px;
        margin: 0 18px 0 0;
    }
    #timer-default.-round .amcountdown-svg-wrapper {
        left: -7px;
        top: 12px;
        width: 75px;
        height: 75px;
    }
    #timer-default.-round .amcountdown-wrap {
        width: fit-content;
        margin-right: 0;
        margin-bottom: 15px; font-size: 16px;
    }
    
    .catalog-product-view .review-attachments {
        margin-top: 10px;
        float: left;
    }

}

.catalog-product-view main#maincontent {
    margin: auto;
}

@media (max-width: 959px) {
    .catalog-product-view main#maincontent .column.main > div {
        width: 100%;
    }
}

.catalog-product-view .column.main {
    position: relative;
}
.catalog-product-view .magnifier-preview {
    top: 10px !important;
    left: calc(50% + 25px) !important;
}

.catalog-product-view .review-attachments {
    margin-top: 10px;
    float: left;
}

.catalog-product-view .product-link-items {
    display: flex;
    margin: 4px 0 0 -6px;
}

.fotorama__wrap .fotorama__arr {
    height: 80px;
    background-color: transparent;
    top: 45%;
}

.catalog-product-view .additional-attributes-wrapper-image.table-wrapper-image{
    display:flex;
    align-items: center;
}
.catalog-product-view .additional-attributes-wrapper-image.table-wrapper-image span{
    margin-right: 10px;
}
    
html{scroll-behavior: smooth;}


/* MENU CONTA LINKS */

.content.header ul.header.links a[href*="account"]{
    display: none;
}
header .content.header ul.header.links a{font-size: 0;}
header .content.header ul.header.links a[href*="account/login"],
header .content.header ul.header.links a[href*="account/create"],
header .content.header ul.header.links a[href*="wishlist"]{
    display: block;
}
header .content.header ul.header.links a[href*="account/login"]:before {
    content: 'Entrar';
    display: block;
}
header .content.header ul.header.links a[href*="account/create"]:before {
    content: 'Criar Conta';
    display: block;
}
header .content.header ul.header.links a[href*="wishlist"]:before {
    content: 'Lista de Desejos';
    display: block;
}
header .content.header ul.header.links a:before{
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.costumer-logged-in header div.content.header ul.header.links a[href*="account/create"], 
.costumer-logged-in header div.content.header ul.header.links .authorization-link:after{
    display: none;
}
.costumer-logged-in header .content.header ul.header.links a[href*="account"]{
    display: block;
    font-size: 13px;
}
@media only screen and (max-width: 959px) {
    header .content.header ul.header.links a:before{
        font-size: 1.6rem;
    }
    .costumer-logged-in header .content.header ul.header.links a[href*="account"] {
        font-size: 1.6rem;
    }
    .account .block-collapsible-nav {
        position: inherit!important;
    }
}

.page-header .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .grid-totals .subtotal.discount {padding: 3px 12px;background: #337AB7;width: calc(100% - 16px);margin-left: 8px;display: flex;justify-content: space-between;column-gap: 10px;flex-wrap: wrap;}
.page-header .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .grid-totals .subtotal.discount span.label {padding: 0;}
.page-header .header .block-minicart .subtotal.discount .label:after {display: none;}

/*************** NOVA GALERIA COM SWIPER ***************/

@media (max-width: 767px) {
    .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
        overflow: scroll !important;
    }

    .fotorama--fullscreen
        .fotorama__stage__frame
        .fotorama__img--full.fotorama__img--zoommable {
        transition-property: none !important;
    }

    .swiper-slide.swiper-slide-video iframe{
        height: 300px;
    }
}

.gallery-swiper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.gallery-swiper > .prolabels-wrapper {
    order: 2;
    flex: 1;
    min-width: 0;
}

.gallery-swiper > .prolabels-wrapper > .swiper-images {
    width: 100%;
}

.gallery-swiper .swiper-images {
    order: 2;
    flex: 1;
    min-width: 0;
}

.gallery-swiper .swiper-thumbs {
    order: 1;
    position: relative;
    width: 5vw;
    max-width: 85px;
    height: 42vw;
    max-height: 700px;
    padding: 28px 0;
    overflow: hidden;
    overscroll-behavior: contain;
}

.gallery-swiper .swiper-thumbs:before,
.gallery-swiper .swiper-thumbs:after {
    display: none;
}

.gallery-swiper .swiper-thumbs .swiper-wrapper {
    flex-direction: column;
}

.gallery-swiper .swiper-thumbs .swiper-slide {
    width: 100% !important;
    height: 86px;
    border: 1px solid #e6e6e6;
    opacity: 0.7;
    transition: opacity 0.2s ease, border-color 0.2s ease;
    box-sizing: border-box;
    padding: 0.35rem;
}

.gallery-swiper .swiper-thumbs .swiper-slide-thumb-active {
    border-color: #000;
    opacity: 1;
}

.gallery-swiper .swiper-thumbs img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: contain;
    display: block;
}

.gallery-swiper .swiper-button-next-images,
.gallery-swiper .swiper-button-prev-images {
    background: none;
    color: #7d7d7d;
}

.gallery-swiper .swiper-button-next-images:after,
.gallery-swiper .swiper-button-prev-images:after {
    font-size: 20px;
}

.gallery-swiper .swiper-button-next-images {
    right: 0;
}

.gallery-swiper .swiper-button-prev-images {
    left: 0;
}

.gallery-swiper .swiper-button-next-thumbs,
.gallery-swiper .swiper-button-prev-thumbs {
    background: none;
    color: #7d7d7d;
    left: 50%;
    right: auto;
    margin-top: 0;
    transform: translateX(-50%) rotate(90deg);
}

.gallery-swiper .swiper-button-prev-thumbs {
    top: 0;
    bottom: auto;
}

.gallery-swiper .swiper-button-next-thumbs {
    top: auto;
    bottom: 0;
}

.gallery-swiper .swiper-slide .swiper-slide-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.swiper-slide.swiper-slide-video{
    margin: auto;
}

/** DEFAULT START **/

.page-products .minimal-price-link{
    display: none;
}

.page-products .price-final_price .price-final_price span.price{
    font-size: 23px;
}

.catalog-product-view .price-final_price .price-final_price span.price{
    font-size: 40px;
}

/** DEFAULT END **/

/** ONLY DESKTOP **/
@media (min-width: 960px) {
    .swiper-slide.swiper-slide-video iframe{
        min-height: 580px;
    }

    .gallery-swiper .swiper-slide.swiper-slide-default {
        cursor: zoom-in;
        display: flex;
        align-items: center;
    }
    .product.data.items > .item.content {
        margin-top: 50px!important;
    }

    .block.upsell.product-view-container{
        max-width: 1600px !important;
        width: initial !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 auto;
        box-sizing: border-box;
    }    
}
/** ONLY MOBILE/TABLET **/
@media (max-width: 959px) {
    .gallery-swiper .swiper-slide.swiper-slide-default {
        margin: auto;
    }

    .gallery-swiper {
        display: block;
    }

    .gallery-swiper > .prolabels-wrapper,
    .gallery-swiper .swiper-images,
    .gallery-swiper .swiper-thumbs {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .gallery-swiper .swiper-thumbs {
        flex: 1 1 auto;
        max-height: none;
        padding: 0;
        margin-top: 12px;
    }

    .gallery-swiper .swiper-thumbs .swiper-wrapper {
        flex-direction: row;
    }

    .gallery-swiper .swiper-thumbs .swiper-slide {
        width: calc((100% - 50px) / 6) !important;
        flex: 0 0 calc((100% - 50px) / 6);
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .gallery-swiper .swiper-thumbs img {
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }

    .gallery-swiper .swiper-button-next-thumbs,
    .gallery-swiper .swiper-button-prev-thumbs,
    .gallery-swiper .swiper-button-next-images,
    .gallery-swiper .swiper-button-prev-images {
        display: none;
    }
}

.gallery-swiper .swiper-slide .swiper-lazy-preloader {
    border: 0;
}


/*************** FIM NOVA GALERIA COM SWIPER ***************/

.category-extra-description .magezon-builder{position: inherit;}

/* .catalog-product-view .column.main {display: flex;flex-wrap: wrap;justify-content: center;column-gap: 20px;max-width:1450px;margin: 0 auto;}
.catalog-product-view #maincontent .product.media {order: -1;} */


/*************** ESCONDENDO PREÇO HOME CATALOGO PDP ***************/
/*
.cms-index-index .product-item-info .old-price,
.page-products .product-item-info .old-price{display:none!important;}
.catalog-product-view .product-info-main .old-price{display:none!important;}
*/

.catalog-product-view #maincontent,
.catalog-product-view .breadcrumbs {
    max-width: initial;
    width: 100%;
}

.catalog-product-view .breadcrumbs {
    max-width: 1600px !important;
}

.catalog-product-view .page-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.catalog-product-view .page-main .column.main {
    display: initial !important;
    flex-wrap: initial !important;
    justify-content: initial !important;
}

.catalog-product-view .product-view-container {
    max-width: 1600px !important;
    width: initial !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 auto;
    box-sizing: border-box;
}

.catalog-product-view .product-info-media-custom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.catalog-product-view .product-info-media-custom .product-info-main,
.catalog-product-view .product-info-media-custom .product.media {
    max-width: initial !important;
    float: none;
    margin-bottom: 0;
}

.catalog-product-view .product-info-media-custom .product-info-main {
    width: calc(45% - 60px) !important;
}

.catalog-product-view .product-info-media-custom .product.media {
    width: 55% !important;
}

.catalog-product-view .product-attributes-custom {
    width: 100%;
}

.catalog-product-view .product-attributes-custom table {
    width: 100%;
}

.catalog-product-view .product-attributes-custom .title,
.catalog-product-view .product-attributes-custom table th {
    padding-left: 10px !important;
}

.catalog-product-view .product-description-custom {
    width: 100% !important;
    max-width: initial !important;
    padding: 0 !important;
}

.catalog-product-view .product-description-custom > div {
    width: 100%;
}

.catalog-product-view .product-description-custom > div > strong {
    display: none !important;
}

.catalog-product-view .product-view-container .review-toolbar{
    margin: 0;
}

.catalog-product-view .product-view-container .review-list{
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .catalog-product-view .page-wrapper {
        background-color: #fff;
    }

    .catalog-product-view .product-info-media-custom {
        display: block;
        margin-bottom: 0;
    }

    .catalog-product-view .product-info-media-custom .product-info-main,
    .catalog-product-view .product-info-media-custom .product.media {
        width: 100% !important;
    }

    .catalog-product-view .page-main {
        width: 100% !important;
    }

    .catalog-product-view .product-view-container {
        max-width: 100% !important;
        width: initial !important;
        padding: 0 10px !important;
    }

    .page-layout-1column #maincontent .product-info-main {
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-product-view .product-attributes-custom .title {
        padding-left: 0 !important;
    }

    .catalog-product-view .review-add .block-title {
        margin: 0;
        padding: 20px 20px 0 20px;
    }
}

.field.hidden-element,
.field-error.hidden-element {
    display: none!important;
}

header.page-header .amquote-cart-wrapper.minicart-wrapper {width: 125px;}
header.page-header .minicart-wrapper a.action.showcart:before,
header.page-header .amquote-cart-wrapper.minicart-wrapper a.amquote-showcart.action:before {bottom: unset;right: 0;height: calc(100% - 3rem);padding: 0;display: grid;place-items: center;font-size: 50px;color: #000000;position: absolute;background-color: #fadd3f;top: 0;left: 0;margin: 0;width: unset;background-size: 30px;}
header.page-header .amquote-cart-wrapper.minicart-wrapper a.amquote-showcart.action:before {background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5ODgzNC4yNSA5ODgyOS43NyI+PHBhdGggZD0iTTk0ODgwLjY1IDgzMDIxLjMxaC0zOTUzLjZsLTQ3LjgyLTQ1NTExLjM0YzMtMTA2NS4zNS04NjAuNjQtMTkyOC45OS0xOTI2LTE5MjguOTloLTk4ODUuNTJWNTkzMC40YzEuNDktMTA2NS4zNi04NjIuMTQtMTkyOC45OS0xOTI3LjQ5LTE5MjguOTlIMzc1MDkuOTljLTEwNjMuODUgMC0xOTI3LjQ5IDg2My42My0xOTI3LjQ5IDE5MjguOTlsLTEuNDkgNzMxMzcuMjloLTEzMzIuODJjLTEzNjguNjYtMjg4Mi4yOC0zNjkyLjEzLTUyMDQuMjMtNjU3MS40Mi02NTc0LjRsLTIuOTktNjcxMjAuMjFjMC0zMTk0LjU2LTE5NzYuODEtNTM3My4wOS01MjgxLjk0LTUzNzMuMDlIMzk1My42MlMuMDItLjAxLjAyIDM5NTMuNTljMCAzOTUzLjYyIDM5NTMuNiAzOTUzLjYyIDM5NTMuNiAzOTUzLjYyaDE1ODEyLjk1djYzMzkyLjIzYy02ODAxLjUzIDk4My4xNy0xMTg1MS44NiA2ODE5LjQ1LTExODUxLjg2IDEzNjk0LjE5IDAgNzYzOS43NiA2MTk2LjM3IDEzODM2LjE0IDEzODM2LjEzIDEzODM2LjE0IDUzNDEuNzEgMCAxMDIwOC4yNy0zMDc4LjAyIDEyNDk4Ljg0LTc5MDIuNzNoNjA2MzAuOThzMzk1My42IDAgMzk1My42LTM5NTMuNjJjMC0zOTU2LjYtMzk1My42LTM5NTMuNi0zOTUzLjYtMzk1My42djEuNDl6bS01MTM5Ni45MiAwLTQuNDgtMzk1MzMuMSAxMTg2OC4zLTEuNDkgNC40OCAxNjc0Ni44YzEuNDkgMTA2NS4zNiA4NjUuMTMgMTkyOSAxOTMwLjQ5IDE5MjkgNDE2Ljg4IDAgODI0Ljc5LTEzNS45NyAxMTU3Ljk5LTM4N2w0NDk0LjUtNDkyMS44MyA1MTQyLjk4IDQ5MjYuMzJjMzMzLjIxIDI0OC4wMyA3MzkuNjIgMzgyLjUxIDExNTUuMDEgMzgyLjUxIDEwNjUuMzYgMCAxOTI5LTg2My42NCAxOTI5LTE5MjlWNDM0OTEuMmwxMTg1OS4zMy00LjQ4djM5NTMwLjExbC0zOTUzNy41OSA0LjQ5em03ODY2Ljg4LTYwNzE2LjE0YzIuOTkgMTA2NS4zNSA4NjUuMTIgMTkyNy40OSAxOTMwLjQ4IDE5MjcuNDkgMzc5LjUzIDAgNzUxLjU4LTExMi4wNiAxMDY2Ljg1LTMyMi43NWwyNzkxLjEzLTMxNTEuMjMgMzExNS4zNyAzMTQ2Ljc1YzMxOC4yNiAyMTUuMTYgNjkxLjgxIDMzMC4yMSAxMDc1LjgyIDMzMC4yMSAxMDYzLjg1IDAgMTkyNi04NjIuMTQgMTkyNi0xOTI2di0xMS45NWwtMS40OS0xMDQzNi44N2g3OTA1LjcydjIzNzIwLjE3SDQzNDg2LjczVjExODYwLjgyaDc4NTkuNHYxMDQ0NC4zNWg0LjQ5eiIgY2xhc3M9ImZpbDAiLz48L3N2Zz4=');}
header.page-header .minicart-wrapper .action.showcart .text,
header.page-header .amquote-cart-wrapper .action.amquote-showcart .text {background: #e6c400;top: unset;bottom: 0;right: 1px;left: 1px;height: 3rem;display: grid;place-items: center;width: unset;clip: unset;color: #000000;}
header.page-header .header.content:has(.amquote-cart-wrapper) {grid-template-columns: 13vw 1fr 13vw 13vw 13vw 13vw;}
header.page-header .header.content:has(.amquote-cart-wrapper) .minicart-wrapper {width: 125px;padding: 0;display: flex;justify-content: center;}
header.page-header div.minicart-wrapper a.action.showcart,
header.page-header div.amquote-cart-wrapper a.action.amquote-showcart {display: flex;align-items: center;height: 100%;width: 100%;}
header.page-header .minicart-wrapper .block-quickcart, .header .minicart-wrapper .block-quotecart {transition: all 1.5s cubic-bezier(0.70, 0.00, 0.30, 1);-webkit-transition: all 1.5s cubic-bezier(0.70, 0.00, 0.30, 1);border-top: 0 none;border-bottom: 0 none;height: 100%;min-width: inherit;overflow: hidden;padding: 0;position: fixed !important;right: -500px !important;top: -4px;}
header.page-header .minicart-wrapper.active .block-quickcart,
header.page-header .minicart-wrapper.-active .block-quotecart{right: 0 !important;}
header.page-header .minicart-wrapper .action.close:focus,
header.page-header .minicart-wrapper .action.close:active {outline: 0}
header.page-header #quotecart-content-wrapper .block-title {display: block;padding: 20px 0;text-transform: uppercase;font-weight: 300;text-align: center;font-size: 1.8rem;border-bottom: 1px solid #dddddd;}
header.page-header #btn-quotecart-close {position: absolute;left: 0;min-height: 30px;min-width: 54px;height: 65px;margin: 0px;padding: 0px;}
header.page-header button#btn-quotecart-close:before {font-size: 4.2rem;}
header.page-header #quotecart-content-wrapper .block-title .qty {display: none;}
header.page-header #quote-cart .product:not(.actions) {display: flex;align-items: center;position: relative;}
header.page-header #quote-cart .product-item {padding: 10px 0;}
header.page-header #quote-cart .product-item-details {display: flex;flex-wrap: wrap;justify-content: space-between;}
header.page-header #quote-cart .product .product.actions {margin: 0;}
header.page-header #quote-cart .product .product.actions .delete {margin: 0;width: 5rem;height: 5rem;padding: 0;display: grid;place-items: center;position: absolute;top: 0;right: 0;}
header.page-header #quote-cart .product-item-name a {padding-right: 5rem;display: block;}
header.page-header #quote-cart .product-item-pricing {display: flex;justify-content: space-between;width: 100%;align-items: center;}
header.page-header #quote-cart .details-qty.qty {display: flex;margin: 0;align-items: center;gap: 5px;padding: 0 5px;}
header.page-header #quote-cart .price-container * {margin: 0;padding: 0;line-height: 1.7rem;font-size: 1.7rem;}
header.page-header #quote-cart .details-qty.qty .label {margin: 0;}
header.page-header #quotecart-content-wrapper .block-title strong:before {display: none;}
header.page-header #quotecart-content-wrapper .block-content {display: flex;flex-direction: column;}
header.page-header #quotecart-content-wrapper .minicart-items-wrapper {margin-bottom: 10px;border-top: 0;}
header.page-header #quotecart-content-wrapper .subtotal {display: flex;justify-content: space-between;align-items: center;}
header.page-header #quotecart-content-wrapper .block-title strong {font-weight: 300;}
header.page-header #quotecart-content-wrapper .block-content .actions {margin: 10px;}
header.page-header #quotecart-content-wrapper #top-quotecart-button {font-weight: 400;text-transform: uppercase;background: #1a9b2d;color: #ffffff;}
header.page-header #quotecart-content-wrapper #top-quotecart-button span {margin-left: 10px;}
.cart-container #form-validate.amasty-quote-update .cart.table-wrapper .col {border-top: 0;}
.cart-container #form-validate.amasty-quote-update .block.crosssell {order: 2;}
.cart-container #form-validate.amasty-quote-update #shopping-cart-table {border: 1px solid #d1d1d1;}
.cart-container #form-validate.amasty-quote-update {padding: 10px;}
.cart-container #form-validate.amasty-quote-update .cart.table-wrapper th.col {border: 0;text-align: center;}
.cart-container #form-validate.amasty-quote-update .actions-toolbar:before,
.cart-container #form-validate.amasty-quote-update .actions-toolbar:after {display: none;}
.cart-container #form-validate.amasty-quote-update .cart.item .item-actions .actions-toolbar a.action-delete {margin: 0;width: 50px;height: 50px;display: grid;place-items: center;}
.cart-container #form-validate.amasty-quote-update #empty_cart_button {margin: 0 0 0 10px;}
.amasty_quote-cart-index .crosssell {order: 2;}
.amquote-cart-summary .summary.title {display: none;}
.amquote-cart-summary {display: grid;grid-template-columns: minmax(70%, 2fr) minmax(30%, 1fr);gap: 10px;padding: 10px;}
.amquote-cart-summary  #cart-totals {grid-column: 2;width: 100%;padding: 10px;border: 1px solid #d1d1d1;margin: 0px;}
.amquote-cart-summary  #quote-details {grid-column: 1;grid-row: 1;padding: 10px;border: 1px solid #d1d1d1;}
.cart-container .cart-summary .checkout-methods-items {grid-column: 1 / -1;width: 100%;margin: 0;}
.amquote-cart-summary table.data.table.totals th {border: 0;}
fieldset.fieldset.amquote-summary-details .textarea .label {width: fit-content;padding: 0;display: flex;align-items: center;gap: 10px;}
fieldset.fieldset.amquote-summary-details .textarea .control {width: 100%;line-height: normal;}
fieldset.fieldset.amquote-summary-details {margin: 0;}
fieldset.fieldset.amquote-summary-details .textarea textarea {border-color: #cccccc;}
#quote-details .title {display: none;}
.cart-container .cart-summary .checkout-methods-items button.checkout {margin: 0 0 0 auto;max-width: 300px;}
.amasty_quote-cart-index div.cart-summary {margin: 0 0 30px;}
#html-body.amasty_quote-quote-success .checkout-success * {text-align: center;margin: 0 auto;}
#html-body.amasty_quote-quote-success .actions-toolbar {display: flex;margin: 10px 0;}
#html-body.amasty_quote-quote-success .page-title {margin: 0 auto;display: block;text-align: center;margin-bottom: 20px;}
#html-body.amasty_quote-quote-success .column.main {min-height: 0;padding: 10px;}
#html-body.amasty_quote-quote-success #maincontent {min-height: 50vh;display: flex;flex-direction: column;justify-content: center;}
#html-body.amasty_quote-quote-success .checkout-success .continue {padding: 15px 50px;text-transform: uppercase;font-weight: 500;margin-top: 20px;display: block;background: #fadd3f;color: #000;}
.amasty_quote-account-view #my-orders-table tbody td {padding: 10px 5px;}
.amasty_quote-account-view #my-orders-table thead th:not(.name),
.amasty_quote-account-view #my-orders-table tbody td:not(.name) {text-align: center;}
.amasty_quote-account-view .order-details-items.ordered {padding: 10px;margin-bottom: 10px;}
.amasty_quote-account-view .order-actions-toolbar .action {background: #fadd3f;padding: 1.2rem 3rem;display: inline-block;text-transform: uppercase;margin: 0;}
.amasty_quote-account-view span.order-status:before {content: 'Status: ';font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
.amasty_quote-account-view .order-actions-toolbar {margin: 0;}
.amasty_quote-account-view .page-title-wrapper {display: grid;grid-template-columns: 1fr auto;align-items: center;gap: 1rem;margin: 0 0 10px;}
.amasty_quote-account-view .page-title-wrapper .order-info {display: flex;flex-direction: column;gap: 0.25rem;}
.amasty_quote-account-view .page-title-wrapper .actions-toolbar {justify-self: end;}
.amasty_quote-account-view h1.page-title {margin: 0;}
.amasty_quote-account-view span.order-status {margin: 10px 0;font-weight: 500;text-align: right;}
.catalog-product-view .product-info-main div.box-tocart .fieldset .actions {display: flex;flex-wrap: wrap;gap: 10px;flex: 1;}
.catalog-product-view .product-info-main div.box-tocart .fieldset .actions button.action {border-radius: 5px;margin:0;}

@media (max-width: 959px) {
    .cart-container #form-validate.amasty-quote-update .action {margin: 0 0 10px 0 !important;}
    .cart-container #form-validate.amasty-quote-update .cart.item .item-actions .actions-toolbar a.action-delete {position: absolute;right: 0;top: 0;width: 40px;height: 40px;}
    .cart-container #form-validate.amasty-quote-update {padding: 0;margin-top: 10px;}
    .form-cart .cart.table-wrapper .item td.item-actions {padding: 0;}
    .cart.table-wrapper .product-item-name {padding-right: 30px;}
}

@media (max-width: 768px){
    .amasty_quote-account-view #my-orders-table,
    .amasty_quote-account-index #my-quotes-table {display: flex;flex-direction: column;}
    .amasty_quote-account-view #my-orders-table tbody .col,
    .amasty_quote-account-index .table-quote-items tbody .col {display: flex;justify-content: space-between;align-items: center;padding: 0;}
    .amasty_quote-account-view #my-orders-table tbody .col:before,
    .amasty_quote-account-index #my-quotes-table tbody .col:before {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight: 500;text-transform: none;}
    .amasty_quote-account-view #my-orders-table tbody .col.name:before,
    .amasty_quote-account-view #my-orders-table thead {display: none;}
    .amasty_quote-account-view #my-orders-table tbody .col.name {padding: 0 0 10px;}
    .amasty_quote-account-view #my-orders-table tbody .col.name strong {font-weight: 600;line-height: normal;} 
    .amasty_quote-account-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
    .amasty_quote-account-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {padding-right: 10px;content: attr(data-th) ': ';display: inline-block;color: #111111;font-weight: 700;}
    .amasty_quote-account-view #my-orders-table tbody .col:not(.subtotal):not(.name) * {font-weight: normal;font-size: 1.5rem;}
    .amasty_quote-account-index #my-quotes-table tr {border: 1px solid #d1d1d1;padding: 10px;margin-bottom: 10px;}
    .amasty_quote-account-index #my-quotes-table tbody .col {padding: 0;display: flex;justify-content: space-between;}
    .amasty_quote-account-index #my-quotes-table tbody .col.actions:before {display: none;}
    .amasty_quote-account-index #my-quotes-table tbody .col.actions a {padding: 1rem;width: 100%;text-align: center;margin: 5px 0 0;text-transform: uppercase;font-weight: 400;}
    .amasty_quote-account-index.account .page-title-wrapper {margin: 0 0 10px;text-align: center;}
    .amasty_quote-account-index main#maincontent,
    .amasty_quote-account-view main#maincontent {padding: 10px;margin: 0;width: 100vw;}
    .catalog-product-view .product-info-main div.box-tocart .fieldset {gap: 10px;}
}

/* Fix minicart */
#minicart-content-wrapper .action-viewcart {position: absolute;bottom: 0;background: #ffffff;}
#minicart-content-wrapper .quickcart-bottom-container {padding-bottom: 85px;}
.block-content-quickcart {overflow: auto;}
#mini-cart {height: fit-content;}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart div.quickcart-items-wrapper {height: fit-content !important;overflow: unset;}
#minicart-content-wrapper .product-image-wrapper {z-index: unset;}
header .minicart-wrapper .block-minicart {width: 90vw;max-width: 450px;}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {position: absolute;top: 0;display: flex;flex-direction: row-reverse;padding: 0;}
.minicart-wrapper .action.close {position: unset;border-left: 1px solid #dddddd;border-radius: 0;}
#minicart-content-wrapper {padding-top: 65px;}
.minicart-wrapper .product .actions .delete {position: absolute;top: 0;right: 0;margin: 0;}
#minicart-content-wrapper .product-item-details {display: flex;flex-direction: column;padding: 0 10px;}
#mini-cart .product .product-item-name {width: calc(100% - 40px);}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item strong.product-item-name a {text-transform: none;line-height: 15px;display: block;}
#minicart-content-wrapper .product {display: flex;align-items: center;flex-wrap: wrap;min-height: unset;}
#minicart-content-wrapper .product-image-wrapper {margin: 0;}
.minicart-wrapper .product .actions .delete {margin: 0;width: 40px;height: 40px;padding: 0;display: grid;place-items: center;}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .action.delete span.icon-line-cross {display: none;}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty {margin: 0;}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .cart-item-qty,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update {top: 0;}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item div.product-item-pricing {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 10px;}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item div.price-container span.price {margin: 0;}
#minicart-content-wrapper .product.product-item {position: relative;}
#minicart-content-wrapper .product.product-item>.product {position: unset;}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .cart-item-qty {width: 5vw;min-width: 42px;max-width: 62px;}
.catalog-product-view .product-info-media-custom .product.media .swiper-thumbs {margin-top: 1rem;}
